:root{--ink:#13231f;--muted:#5d6d66;--paper:#fbf7ef;--surface:#fffaf2;--line:#e5d9c8;--accent:#c46634;--accent-dark:#8f3f22;--blue:#245d73;--green:#315d47;--sand:#e8d5b7;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-size:16px;line-height:1.65}img{max-width:100%;display:block}a{color:var(--accent-dark);text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{color:var(--blue)}.skip-link{position:absolute;left:-999px;top:1rem;background:var(--ink);color:var(--white);padding:.6rem .8rem;z-index:10}.skip-link:focus{left:1rem}.site-header{position:sticky;top:0;z-index:20;background:rgba(251,247,239,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-wrap{width:min(1180px,calc(100% - 2rem));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px}.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--ink);font-weight:800;letter-spacing:0}.brand-mark{width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,var(--accent),var(--green));display:grid;place-items:center;color:white;font-size:.8rem}.nav-toggle{display:none;border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:.55rem .7rem;color:var(--ink)}.site-nav{display:flex;align-items:center;gap:.35rem}.site-nav a{color:var(--ink);text-decoration:none;padding:.45rem .65rem;border-radius:8px;font-size:.95rem}.site-nav a:hover,.site-nav a[aria-current=page]{background:var(--sand)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:44px;padding:.72rem 1rem;border-radius:8px;border:1px solid transparent;text-decoration:none;font-weight:750;line-height:1.2}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark);color:#fff}.btn-secondary{border-color:var(--line);color:var(--ink);background:rgba(255,255,255,.72)}.btn-secondary:hover{border-color:var(--blue);color:var(--blue)}main{overflow:hidden}.hero{position:relative;min-height:72vh;display:grid;align-items:end;color:white;background:#1e2d2b}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,22,24,.12),rgba(10,22,24,.72))}.hero-inner{position:relative;z-index:1;width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:7rem 0 4.5rem}.eyebrow{font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:#ffe4c4}.hero h1,.page-hero h1{font-size:4.7rem;line-height:.98;letter-spacing:0;margin:.4rem 0 1rem;max-width:1000px}.hero p,.page-hero p{font-size:1.18rem;max-width:760px;margin:0 0 1.35rem;color:rgba(255,255,255,.92)}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.notice{background:#12322d;color:#fff}.notice .wrap{width:min(1180px,calc(100% - 2rem));margin:auto;padding:.8rem 0;display:flex;gap:.75rem;align-items:flex-start}.notice strong{color:#ffe2a7}.section{padding:4.8rem 0}.section.alt{background:var(--surface);border-block:1px solid var(--line)}.wrap{width:min(1180px,calc(100% - 2rem));margin:auto}.section-head{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:1.8rem}.section-head h2,.content h2{font-size:2.65rem;line-height:1.05;margin:0;color:var(--ink)}.section-head p{max-width:620px;margin:0;color:var(--muted)}.grid{display:grid;gap:1.1rem}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.feature,.article-card,.info-panel{background:var(--white);border:1px solid var(--line);border-radius:8px;overflow:hidden}.feature{padding:1.3rem}.feature h3,.article-card h3,.info-panel h3{margin:.2rem 0 .45rem;font-size:1.18rem;line-height:1.25}.feature p,.article-card p,.info-panel p{color:var(--muted);margin:.2rem 0}.feature-kicker{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-weight:800}.image-band{display:grid;grid-template-columns:1.1fr .9fr;gap:1.4rem;align-items:center}.image-band img{border-radius:8px;aspect-ratio:16/10;object-fit:cover}.image-band .copy{max-width:620px}.stat-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin-top:1.5rem}.stat{border-top:3px solid var(--accent);background:rgba(255,255,255,.62);padding:1rem;border-radius:0 0 8px 8px}.stat strong{display:block;font-size:1.35rem;color:var(--green)}.article-card img{aspect-ratio:16/10;object-fit:cover}.article-card .pad{padding:1rem}.article-meta{font-size:.86rem;color:var(--muted)}.page-hero{position:relative;color:white;background:#243832;padding:8.5rem 0 4rem}.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.56}.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,35,31,.9),rgba(16,35,31,.42))}.page-hero .wrap{position:relative;z-index:1}.breadcrumbs{font-size:.9rem;margin-bottom:1rem;color:rgba(255,255,255,.8)}.breadcrumbs a{color:white}.content{width:min(860px,calc(100% - 2rem));margin:0 auto;padding:3.6rem 0}.content p{margin:1rem 0}.content h2{margin-top:2.4rem}.content h3{font-size:1.25rem;margin-top:1.6rem}.content figure{margin:2rem 0}.content figure img{border-radius:8px;aspect-ratio:16/9;object-fit:cover}.content figcaption{font-size:.9rem;color:var(--muted);margin-top:.45rem}.toc{border:1px solid var(--line);border-radius:8px;padding:1rem;background:var(--surface);margin:1.5rem 0}.toc strong{display:block;margin-bottom:.3rem}.toc a{display:inline-block;margin:.25rem .8rem .25rem 0}.callout{border-left:4px solid var(--accent);background:var(--surface);padding:1rem 1.15rem;border-radius:0 8px 8px 0;margin:1.5rem 0}.source-list{padding-left:1.2rem}.source-list li{margin:.35rem 0}.faq-item{border-top:1px solid var(--line);padding:1rem 0}.faq-item h3{margin:.1rem 0}.contact-form{display:grid;gap:.8rem;max-width:700px}.contact-form label{font-weight:700}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid var(--line);border-radius:8px;padding:.8rem;background:#fff;color:var(--ink);font:inherit}.contact-form textarea{min-height:150px}.site-footer{background:#10241f;color:#dfe9e4;padding:3rem 0}.footer-grid{display:grid;grid-template-columns:1.35fr .85fr .85fr .75fr;gap:2rem}.site-footer a{color:#fff}.footer-note{color:#aac0b8;max-width:620px}.language-select{font-size:.9rem;color:#aac0b8}.language-select a{display:inline-block;margin:.15rem .35rem .15rem 0;padding:.18rem .4rem;border:1px solid rgba(255,255,255,.18);border-radius:6px;text-decoration:none}.language-select a[aria-current=page]{background:rgba(255,255,255,.12);color:#fff}.mini{font-size:.88rem;color:var(--muted)}@media(max-width:860px){.nav-toggle{display:inline-flex}.site-nav{position:absolute;left:1rem;right:1rem;top:72px;display:none;flex-direction:column;align-items:stretch;background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:.5rem}.site-nav.open{display:flex}.site-nav a{padding:.8rem}.hero{min-height:76vh}.hero-inner{padding:6rem 0 3rem}.section{padding:3rem 0}.section-head,.image-band{display:block}.section-head p{margin-top:.75rem}.grid-3,.stat-row,.footer-grid{grid-template-columns:1fr}.image-band img{margin-bottom:1rem}.notice .wrap{display:block}.page-hero{padding:7rem 0 3rem}.content{padding:2.3rem 0}}@media(max-width:520px){.brand span:last-child{max-width:180px}.hero-actions .btn{width:100%}.hero h1,.page-hero h1{font-size:2.3rem}.nav-wrap{width:min(100% - 1rem,1180px)}}:root{--rust:#b8522b;--night:#0d241f;--sage:#6f826c;--stone:#f2eadc;--mist:#edf4ef}body{background:linear-gradient(180deg,#fbf7ef 0,#f6efe3 100%);text-rendering:optimizeLegibility}.site-header{background:rgba(251,247,239,.9);box-shadow:0 1px 0 rgba(19,35,31,.04)}.brand-mark{background:linear-gradient(135deg,var(--rust),#2d634a)}.site-nav a{font-weight:650}.site-nav a:hover,.site-nav a[aria-current=page]{background:#ead8b8;color:#0d241f}.hero{min-height:78vh;align-items:center}.hero:after{background:linear-gradient(90deg,rgba(8,26,24,.86) 0,rgba(8,26,24,.54) 42%,rgba(8,26,24,.16) 100%),linear-gradient(180deg,rgba(8,26,24,.12),rgba(8,26,24,.64))}.hero-inner{padding:7.4rem 0 5.2rem}.hero h1,.page-hero h1{font-size:4.7rem;line-height:1;max-width:1040px}.hero p,.page-hero p{font-size:1.18rem;line-height:1.58;max-width:760px}.hero-actions{margin-top:1.2rem}.hero-quick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;max-width:940px;margin-top:1.5rem}.hero-quick div{min-height:88px;border:1px solid rgba(255,255,255,.28);background:rgba(13,36,31,.52);backdrop-filter:blur(12px);border-radius:8px;padding:.85rem .95rem}.hero-quick strong{display:block;color:#fff;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;line-height:1.25}.hero-quick span{display:block;color:rgba(255,255,255,.86);font-size:.94rem;line-height:1.35;margin-top:.28rem}.notice{background:#0d332d;border-top:1px solid rgba(255,255,255,.12)}.notice .wrap{padding:1rem 0;line-height:1.5}.route-band{background:var(--night);color:#fff;padding:3.4rem 0}.route-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:2rem;align-items:start}.route-copy p{color:#bfd1c9;margin:.8rem 0 0;max-width:520px}.route-copy h2,.pain-copy h2{font-size:2.45rem;line-height:1.06;margin:.35rem 0 0}.route-options{display:grid;gap:.85rem}.route-card{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center;padding:1rem 1.1rem;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(255,255,255,.065);text-decoration:none;color:#fff}.route-card:hover{background:rgba(255,255,255,.11);color:#fff;border-color:rgba(255,226,167,.42)}.route-card h3{margin:0 0 .25rem;font-size:1.1rem;line-height:1.22}.route-card p{margin:0;color:#bfd1c9;line-height:1.45}.route-card span{color:#ffe2a7;font-weight:800;white-space:nowrap}.section{padding:5.2rem 0}.section-head h2,.content h2{font-size:2.65rem;line-height:1.08}.feature,.article-card,.info-panel{box-shadow:0 18px 42px rgba(39,31,22,.06)}.feature{position:relative;padding:1.45rem}.feature:before{content:"";display:block;width:42px;height:3px;background:var(--rust);margin-bottom:1.05rem}.image-band{grid-template-columns:1.02fr .98fr;gap:2rem}.image-band img{box-shadow:0 22px 58px rgba(39,31,22,.12)}.pain-band{background:#eef3ed;border-block:1px solid #d7e0d5}.pain-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:2rem;align-items:start}.pain-copy p{max-width:500px;color:#52635c}.pain-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.pain-item{background:#fff;border:1px solid #d7e0d5;border-radius:8px;padding:1.15rem}.pain-item h3{margin:0 0 .35rem;font-size:1.05rem;line-height:1.25}.pain-item p{margin:0;color:#52635c;line-height:1.5}.stat{background:#fff;border:1px solid var(--line);border-top:3px solid var(--rust)}.article-card{transition:transform .18s ease,border-color .18s ease}.article-card:hover{transform:translateY(-2px);border-color:#c9b693}.page-hero{padding:8rem 0 4.4rem}.page-hero:after{background:linear-gradient(90deg,rgba(9,31,27,.92),rgba(9,31,27,.5))}@media(max-width:980px){.route-layout,.pain-layout{grid-template-columns:1fr}.hero h1,.page-hero h1{font-size:3.35rem}.section-head h2,.content h2,.route-copy h2,.pain-copy h2{font-size:2.15rem}}@media(max-width:860px){.hero{min-height:auto}.hero-inner{padding:5.4rem 0 3rem}.hero-quick,.pain-grid{grid-template-columns:1fr}.route-band{padding:2.7rem 0}.route-card{grid-template-columns:1fr}.route-card span{white-space:normal}.section{padding:3.4rem 0}}@media(max-width:520px){body{font-size:15.5px}.hero h1,.page-hero h1{font-size:2.35rem;line-height:1.06}.hero p,.page-hero p{font-size:1.02rem}.hero-quick div{min-height:0}.route-copy h2,.pain-copy h2,.section-head h2,.content h2{font-size:1.85rem}.feature,.pain-item{padding:1rem}.site-header{position:sticky}}