:root{--bg:#f7f7f5;--text:#1f2933;--muted:#6b7280;--accent:#6b8f71;--line:#e7e7e3;--surface:#ffffff;--surface-soft:#eef0eb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:figtree,inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text)}img{max-width:100%;display:block}.container{max-width:1180px;margin:0 auto;padding:0 2rem}.site-header{background:rgba(255,255,255,.92);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.site-header .container{min-height:72px;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{margin:0;font-size:1.1rem}.logo a{display:flex;align-items:center;gap:.7rem;text-decoration:none;color:var(--text)}.logo-mark{width:28px;height:28px;display:inline-flex}.logo-mark svg{width:100%;height:100%;display:block}.logo-text{font-family:newsreader,Georgia,serif;font-size:1.15rem;letter-spacing:-.01em}nav{display:flex;flex-wrap:wrap;gap:1rem}nav a{color:var(--muted);text-decoration:none}.hero{min-height:58vh;background-size:cover;background-position:50%;display:flex;align-items:center}.hero-content{background:rgba(255,255,255,.88);padding:2rem;margin:4rem 0 4rem 5%;border-radius:18px;max-width:560px}.hero-content-home{max-width:640px}.hero-content h1{font-family:newsreader,Georgia,serif;font-size:clamp(2.8rem,6vw,4.75rem);line-height:.98;letter-spacing:-.03em;margin:0 0 1rem}.hero-intro{font-size:1.1rem;line-height:1.7;max-width:42ch;color:#31414c}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.5rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 1.1rem;border-radius:999px;text-decoration:none;font-weight:600}.button-primary{background:#18322f;color:#fff}.button-secondary{background:rgba(255,255,255,.78);color:var(--text);border:1px solid var(--line)}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;color:var(--accent);margin-bottom:.75rem}.section-heading{max-width:760px;margin-bottom:1.5rem}.section-heading h2{font-family:newsreader,Georgia,serif;font-size:clamp(2rem,4vw,3rem);line-height:1.05;letter-spacing:-.02em;margin:0}.sections{padding-top:3rem;padding-bottom:3rem}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.category-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:1.5rem;min-height:220px;display:flex;flex-direction:column}.category-icon{width:3rem;height:3rem;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;background:#f3f5f3;color:#1f5b4a;font-size:1.5rem}.category-card h3,.featured-guide-copy h2,.feature-card-body h3,.card h2,.list-item h2{font-family:newsreader,Georgia,serif;letter-spacing:-.02em}.category-card h3{font-size:1.8rem;line-height:1.05;margin:0 0 .65rem}.category-card h3 a,.featured-guide-copy h2 a,.feature-card-body h3 a,.card a,.list-item a{color:inherit;text-decoration:none}.card-link{margin-top:auto;padding-top:1rem;text-decoration:none;font-weight:600;color:#1f5b4a}.featured-guide-wrap{padding-bottom:2.5rem}.featured-guide{display:grid;grid-template-columns:minmax(280px,1.1fr)minmax(320px,.9fr);gap:2rem;align-items:center;background:var(--surface-soft);border-radius:22px;padding:1.25rem}.featured-guide-image{display:block}.featured-guide-image img{width:100%;height:320px;object-fit:cover;border-radius:16px}.featured-guide-copy{max-width:540px}.featured-guide-copy h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.02;margin:0 0 .9rem}.featured-guide-copy p:last-of-type{margin:0 0 1.25rem;font-size:1.05rem;line-height:1.65;color:#43505a;max-width:38ch}.home-featured-list{padding-bottom:4rem}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.feature-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden}.feature-card-image img{width:100%;height:220px;object-fit:cover}.feature-card-body{padding:1.25rem}.feature-card-body h3{font-size:1.65rem;line-height:1.08;margin:0 0 .65rem}.feature-card-body p{margin:0;color:#43505a;line-height:1.6}.card{background:var(--surface);padding:1.5rem;border-radius:16px;margin-bottom:1rem;border:1px solid var(--line)}.card h2,.list-item h2{font-size:1.8rem;margin:0 0 .5rem}.section-list{padding-top:3rem;padding-bottom:3rem}.list-item{margin-bottom:2rem;padding:1.5rem 0;border-bottom:1px solid var(--line)}.article-simple{padding-bottom:4rem}.article-hero-image img{width:100%;height:40vh;object-fit:cover}.article-simple-header{max-width:760px;padding-top:3rem}.article-simple-header h1{font-family:newsreader,Georgia,serif;font-size:clamp(2.6rem,6vw,5rem);line-height:.98;letter-spacing:-.03em;margin:0 0 1rem;max-width:12ch}.article-standfirst{font-size:1.2rem;line-height:1.75;color:#43505a;margin-bottom:1.25rem;max-width:48ch}.article-byline{display:flex;align-items:center;gap:.85rem;margin:1.5rem 0 2.25rem}.article-author-image{width:44px;height:44px;border-radius:999px;object-fit:cover;flex:none}.article-byline-text p{margin:0;font-weight:600;color:var(--text)}.article-byline .article-meta{margin:.2rem 0 0}.article-meta{display:flex;flex-wrap:wrap;gap:.75rem 1rem;color:var(--muted);font-size:.92rem;margin-bottom:2.25rem}.article-simple-body{max-width:760px}.article-image{margin:2.5rem 0}.article-image img{width:100%;border-radius:16px}.article-image figcaption{margin-top:.65rem;font-size:.9rem;line-height:1.5;color:var(--muted)}.prose{font-size:1.08rem;line-height:1.85}.prose>*{max-width:68ch}.prose h2,.prose h3,.prose h4{font-family:newsreader,Georgia,serif;color:#18322f;letter-spacing:-.02em}.prose h2{font-size:2.2rem;line-height:1.05;margin:3.5rem 0 1rem;position:relative}.prose h2::before{content:"";display:block;width:36px;height:3px;background:var(--accent);margin-bottom:.75rem;border-radius:2px}.prose h3{font-size:1.5rem;line-height:1.2;margin:2rem 0 .65rem}.prose p,.prose ul,.prose ol,.prose blockquote{color:#31414c}.prose p{margin:0 0 1rem}.prose ul,.prose ol{padding-left:1.2rem}.prose li+li{margin-top:.45rem}.prose a{color:#1f5b4a;text-decoration-thickness:1px;text-underline-offset:.14em}.prose blockquote{margin:2rem 0;padding:1.25rem 1.5rem;border-left:4px solid var(--accent);background:#f3f5f3;border-radius:0 12px 12px 0;font-size:1.05rem}.prose hr{border:0;border-top:1px solid var(--line);margin:3rem 0;width:60%}.prose code{font-size:.92em;background:#eef2ef;padding:.15em .35em;border-radius:6px}.prose pre{background:#18322f;color:#f7f7f5;padding:1rem 1.1rem;border-radius:14px;overflow-x:auto;margin:1.75rem 0}.prose pre code{background:0 0;padding:0;color:inherit}.summary-box{background:var(--surface-soft);border-radius:16px;padding:1.25rem;margin:2rem 0 2.5rem;border:1px solid var(--line)}.summary-box-title{margin:0 0 .5rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:.8rem;color:var(--accent)}.summary-box ul{margin:.5rem 0 0;padding-left:1.2rem}.summary-box li+li{margin-top:.35rem}.callout{margin:2rem 0;padding:1.1rem 1.25rem;border-radius:12px;background:#f3f5f3;border:1px solid var(--line)}.callout-title{margin:0 0 .35rem;font-weight:700}.callout-content>*:first-child{margin-top:0}.callout-content>*:last-child{margin-bottom:0}.callout-info{border-left:4px solid var(--accent)}.callout-warning{border-left:4px solid #d97706;background:#fff7ed}.callout-success{border-left:4px solid #059669;background:#ecfdf5}.steps-box{margin:2rem 0 2.5rem}.steps-box-title{margin:0 0 .75rem;font-weight:700}.steps-box ol{padding-left:0;list-style:none;counter-reset:step}.steps-box ol li{counter-increment:step;margin-bottom:.9rem;padding-left:2.5rem;position:relative}.steps-box ol li::before{content:counter(step);position:absolute;left:0;top:.1rem;width:1.6rem;height:1.6rem;border-radius:50%;background:var(--accent);color:#fff;font-size:.8rem;display:flex;align-items:center;justify-content:center}.content table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.95rem;background:var(--surface);border:1px solid var(--line);border-radius:10px;overflow:hidden}.content th,.content td{padding:.8rem 1rem;text-align:left}.content thead{background:#f1f3f2;border-bottom:1px solid #e5e7eb}.content th{font-weight:600;color:var(--text)}.content tbody tr{border-bottom:1px solid var(--line)}.content tbody tr:last-child{border-bottom:none}.content tbody tr:nth-child(even){background:#fafafa}.site-footer{border-top:1px solid var(--line);text-align:center;padding:2rem 0;color:var(--muted);margin-top:4rem}@media(max-width:1000px){.category-grid,.feature-grid{grid-template-columns:1fr 1fr}.featured-guide{grid-template-columns:1fr;gap:1.25rem}.featured-guide-image img{height:260px}.featured-guide-copy{max-width:none}}@media(max-width:768px){.container{padding:0 1.25rem}.hero{min-height:46vh}.hero-content{margin:2rem 1.25rem;padding:1.5rem}.article-hero-image img{height:28vh}.article-simple-header h1{max-width:none}.content table{display:block;overflow-x:auto;white-space:nowrap}}@media(max-width:640px){.site-header .container{min-height:auto;padding-top:1rem;padding-bottom:1rem;align-items:flex-start;flex-direction:column;gap:.75rem}.category-grid,.feature-grid{grid-template-columns:1fr}.prose{font-size:1rem}.prose hr{width:100%}}.section-layout{padding-top:3rem;padding-bottom:4rem}.section-intro{margin-bottom:2.5rem}.section-featured{margin-bottom:3rem}.section-list-enhanced{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.list-card{display:grid;grid-template-columns:140px 1fr;gap:1rem;padding:1rem;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.list-card-image img{width:100%;height:100px;object-fit:cover;border-radius:10px}.list-card-body h3{font-family:newsreader,Georgia,serif;margin:0 0 .4rem;font-size:1.3rem}.list-card-body h3 a{color:inherit;text-decoration:none}.list-card-body p{margin:0;color:#43505a;font-size:.95rem;line-height:1.5}@media(max-width:800px){.section-list-enhanced{grid-template-columns:1fr}.list-card{grid-template-columns:1fr}.list-card-image img{height:180px}}