.dept-root{color:var(--ink);background:var(--paper);font-family:var(--font-body,var(--f-body,system-ui))}.dept-root .wrap{max-width:1240px;margin:0 auto;padding:0 28px}@media (max-width:700px){.dept-root .wrap{padding:0 20px}}.dept-root h1,.dept-root h2,.dept-root h3,.dept-root h4{font-family:var(--font-display,var(--f-display,Georgia,serif));color:var(--forest-ink,#0e1a13);letter-spacing:-.02em;margin:0;font-weight:400;line-height:1.15}.dept-root h1{font-size:clamp(48px,7vw,96px)}.dept-root h2{font-size:clamp(32px,4.4vw,56px)}.dept-root h3{font-size:clamp(22px,2.2vw,30px);font-weight:500}.dept-root h4{font-size:18px;font-weight:500}.dept-root h1 em,.dept-root h2 em,.dept-root h3 em{color:var(--gold);font-style:italic;font-weight:400}.dept-root .eyebrow{font-family:var(--font-body,var(--f-body));letter-spacing:.18em;text-transform:uppercase;color:var(--forest);font-size:11.5px;font-weight:600;display:inline-block}.dept-root .eyebrow.gold{color:var(--gold)}.dept-root .lede{font-family:var(--font-display,var(--f-display));color:var(--ink-80,#3d4642);max-width:60ch;margin:18px auto 0;font-size:clamp(17px,1.5vw,21px);font-style:italic;font-weight:300;line-height:1.5}.dept-root .sec-head{text-align:center;max-width:840px;margin:0 auto 50px}.dept-root .sec-head h2{margin-bottom:8px}.dept-root .dept-hero{align-items:center;min-height:840px;padding:80px 0 60px;display:flex;position:relative;overflow:hidden}.dept-root .dept-hero-bg{z-index:0;position:absolute;inset:0}.dept-root .dept-hero-bg svg{width:100%;height:100%}.dept-root .dept-hero-overlay{z-index:1;background:linear-gradient(135deg,#0e1a13f0 0%,#0e1a13c7 50%,#0e1a13eb 100%);position:absolute;inset:0}.dept-root .dept-hero .wrap{z-index:2;position:relative}.dept-root .dept-hero-content{max-width:980px;color:var(--cream,#f7efdf)}.dept-root .dept-breadcrumb{color:#f7efdf99;letter-spacing:.04em;align-items:center;gap:8px;margin-bottom:24px;font-size:12.5px;display:flex}.dept-root .dept-breadcrumb a{color:#f7efdfb3;border-bottom:1px solid #0000;transition:border-color .2s}.dept-root .dept-breadcrumb a:hover{border-color:var(--gold-hi,#d4a76a);color:var(--gold-hi)}.dept-root .dept-breadcrumb svg{opacity:.6;width:11px;height:11px}.dept-root .dept-eyebrow{color:var(--gold-hi,#d4a76a);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);letter-spacing:.16em;text-transform:uppercase;background:#b8864c2e;border:1px solid #b8864c66;border-radius:100px;align-items:center;gap:10px;margin-bottom:30px;padding:8px 18px;font-size:12px;font-weight:600;display:inline-flex}.dept-root .dept-eyebrow .code{font-family:var(--font-display,var(--f-display));letter-spacing:0;font-size:14px;font-style:italic}.dept-root .dept-hero h1{color:var(--cream);letter-spacing:-.03em;margin-bottom:30px;font-size:clamp(56px,7.5vw,108px);line-height:.93}.dept-root .dept-hero h1 em{color:var(--gold-hi);font-weight:400}.dept-root .dept-tagline{font-family:var(--font-display,var(--f-display));color:#f7efdfd9;max-width:720px;margin-bottom:24px;font-size:clamp(20px,1.9vw,28px);font-style:italic;font-weight:300;line-height:1.32}.dept-root .dept-sub{color:#f7efdfc7;max-width:68ch;margin-bottom:54px;font-size:clamp(16px,1.3vw,18.5px);line-height:1.55}.dept-root .dept-stats{border-top:1px solid #f7efdf26;border-bottom:1px solid #f7efdf26;grid-template-columns:repeat(5,1fr);gap:0;margin:0 0 46px;padding:38px 0;display:grid}@media (max-width:900px){.dept-root .dept-stats{grid-template-columns:repeat(3,1fr);gap:24px 0}}@media (max-width:600px){.dept-root .dept-stats{grid-template-columns:repeat(2,1fr)}}.dept-root .dept-stat{border-right:1px solid #f7efdf1f;padding:0 22px}.dept-root .dept-stat:last-child{border-right:0}@media (max-width:900px){.dept-root .dept-stat:nth-child(3n){border-right:0}}@media (max-width:600px){.dept-root .dept-stat:nth-child(2n){border-right:0}}.dept-root .dept-stat-v{font-family:var(--font-display,var(--f-display));color:var(--gold-hi);letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(34px,3.8vw,52px);font-weight:400;line-height:1}.dept-root .dept-stat-v sup{vertical-align:super;margin-left:2px;font-size:.5em}.dept-root .dept-stat-l{letter-spacing:.14em;text-transform:uppercase;color:#f7efdf99;font-size:11px;font-weight:500;line-height:1.35}.dept-root .dept-ctas{flex-wrap:wrap;gap:14px;margin-bottom:36px;display:flex}.dept-root .cta-primary{background:var(--gold);color:var(--forest-ink);letter-spacing:.02em;border-radius:3px;align-items:center;gap:10px;padding:18px 32px;font-size:14.5px;font-weight:600;transition:all .25s;display:inline-flex;box-shadow:0 4px 16px #b8864c4d}.dept-root .cta-primary:hover{background:var(--gold-hi);transform:translateY(-2px);box-shadow:0 8px 28px #b8864c73}.dept-root .cta-ghost{color:var(--cream);background:0 0;border:1px solid #f7efdf66;border-radius:3px;align-items:center;gap:10px;padding:18px 28px;font-size:14.5px;font-weight:500;transition:all .2s;display:inline-flex}.dept-root .cta-ghost:hover{border-color:var(--cream);background:#f7efdf0f}.dept-root .dept-trust{color:#f7efdfa6;border-top:1px solid #f7efdf1a;flex-wrap:wrap;align-items:center;gap:24px;padding-top:20px;font-size:12.5px;display:flex}.dept-root .dept-trust-item{align-items:center;gap:7px;display:inline-flex}.dept-root .dept-trust-item svg{width:13px;height:13px;stroke:var(--gold-hi)}.dept-root .banner{background:var(--paper-dark,#f1ecdf);border-top:1px solid var(--rule,#1f3a2b1f);border-bottom:1px solid var(--rule);padding:42px 0}.dept-root .banner-press{background:var(--paper)}.dept-root .banner-label{text-align:center;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-60);margin-bottom:24px;font-size:11.5px;font-weight:600}.dept-root .banner-row{opacity:.65;filter:grayscale();flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.dept-root .banner-row span{font-family:var(--font-display,var(--f-display));color:var(--ink);letter-spacing:.04em;font-size:19px;font-weight:500}.dept-root .dept-intro{background:var(--paper);padding:110px 0}.dept-root .dept-intro-grid{grid-template-columns:1fr 1.6fr;align-items:start;gap:80px;max-width:1200px;margin:0 auto;display:grid}@media (max-width:900px){.dept-root .dept-intro-grid{grid-template-columns:1fr;gap:30px}}.dept-root .dept-intro-head h2{margin-bottom:22px;font-size:clamp(34px,3.4vw,48px);line-height:1.08}.dept-root .dept-intro-head .meta{color:var(--ink-60);letter-spacing:.02em;margin-bottom:22px;font-size:13.5px}.dept-root .dept-intro-head .meta strong{color:var(--forest-ink);font-weight:500}.dept-root .dept-intro-content p{color:var(--ink);margin-bottom:22px;font-size:17px;line-height:1.75}.dept-root .dept-intro-content p:first-child:first-letter{font-family:var(--font-display,var(--f-display));float:left;color:var(--gold);margin:6px 14px 0 0;font-size:62px;font-weight:400;line-height:.85}.dept-root .dept-intro-content p:last-child{margin-bottom:0}.dept-root .dept-intro-content strong{color:var(--forest-ink);font-weight:500}.dept-root .dept-access{background:var(--paper-dark);padding:110px 0}.dept-root .dept-access-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:40px auto 0;display:grid}@media (max-width:900px){.dept-root .dept-access-grid{grid-template-columns:1fr;gap:40px}}.dept-root .dept-access-text h3{margin-bottom:18px;font-size:24px}.dept-root .dept-access-text p{color:var(--ink);margin-bottom:18px;font-size:16px;line-height:1.7}.dept-root .access-times{flex-direction:column;gap:14px;margin-top:30px;display:flex}.dept-root .access-time{background:var(--paper);border-left:3px solid var(--gold);border-radius:4px;align-items:center;gap:18px;padding:18px 22px;transition:transform .2s;display:flex}.dept-root .access-time:hover{box-shadow:var(--shadow-sm,0 2px 8px #0e1a130d);transform:translate(4px)}.dept-root .access-time-icon{background:#b8864c1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.dept-root .access-time-icon svg{width:22px;height:22px;stroke:var(--gold-lo,#8e6534)}.dept-root .access-time-content{flex:1}.dept-root .access-time-from{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-60);margin-bottom:3px;font-size:11.5px;font-weight:600}.dept-root .access-time-value{font-family:var(--font-display,var(--f-display));color:var(--forest-ink);font-size:22px;font-weight:500}.dept-root .access-time-detail{color:var(--ink-60);margin-top:2px;font-size:13px}.dept-root .dept-map-card{background:var(--paper);box-shadow:var(--shadow-sm);border:1px solid var(--rule);border-radius:4px;padding:32px}.dept-root .dept-map-svg{width:100%;height:auto;margin-bottom:20px}.dept-root .dept-map-data{border-top:1px solid var(--rule);grid-template-columns:1fr 1fr;gap:0;padding-top:20px;display:grid}.dept-root .dept-map-stat{border-right:1px solid var(--rule);padding:14px 18px}.dept-root .dept-map-stat:nth-child(2){border-right:0}.dept-root .dept-map-stat:nth-child(3),.dept-root .dept-map-stat:nth-child(4){border-top:1px solid var(--rule)}.dept-root .dept-map-stat:last-child{border-right:0}.dept-root .dept-map-stat-l{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-60);margin-bottom:5px;font-size:11px;font-weight:600}.dept-root .dept-map-stat-v{font-family:var(--font-display,var(--f-display));color:var(--forest-ink);font-size:24px;font-weight:500;line-height:1}.dept-root .dept-map-stat-v small{font-family:var(--font-body,var(--f-body));color:var(--ink-60);margin-left:4px;font-size:13px;font-weight:400}.dept-root .dept-zones{background:var(--paper);padding:110px 0}.dept-root .zones-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px;display:grid}@media (max-width:800px){.dept-root .zones-grid{grid-template-columns:1fr}}.dept-root .zone-card{background:var(--paper-dark);border-top:3px solid var(--gold);border-radius:4px;padding:38px 36px 34px;transition:all .3s;position:relative}.dept-root .zone-card:hover{box-shadow:var(--shadow-md,0 8px 24px #0e1a1314);transform:translateY(-4px)}.dept-root .zone-card-num{font-family:var(--font-display,var(--f-display));color:var(--gold);opacity:.25;font-size:48px;font-weight:300;line-height:1;position:absolute;top:24px;right:30px}.dept-root .zone-card h3{margin-bottom:8px;padding-right:50px;font-size:24px}.dept-root .zone-card-pre{letter-spacing:.12em;text-transform:uppercase;color:var(--gold-lo);margin-bottom:16px;font-size:11.5px;font-weight:600;display:inline-block}.dept-root .zone-card p{color:var(--ink);margin-bottom:18px;font-size:14.5px;line-height:1.65}.dept-root .zone-card-spec{border-top:1px solid var(--rule);grid-template-columns:1fr 1fr;gap:12px;padding-top:16px;display:grid}.dept-root .zone-card-stat-l{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-60);margin-bottom:3px;font-size:10.5px;font-weight:600}.dept-root .zone-card-stat-v{color:var(--forest-ink);font-size:14px;font-weight:500}.dept-root .dept-types{background:var(--paper);padding:110px 0}.dept-root .types-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;display:grid}@media (max-width:900px){.dept-root .types-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.dept-root .types-grid{grid-template-columns:1fr}}.dept-root .type-card{background:var(--paper-dark);cursor:pointer;border:1px solid #0000;border-radius:4px;padding:32px 28px;transition:all .3s;display:block}.dept-root .type-card:hover{border-color:var(--gold);box-shadow:var(--shadow-md);background:var(--paper);transform:translateY(-3px)}.dept-root .type-icon{background:#1f3a2b0d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;display:flex}.dept-root .type-icon svg{width:26px;height:26px;stroke:var(--forest);fill:none}.dept-root .type-card h3{margin-bottom:8px;font-size:21px;line-height:1.2}.dept-root .type-card-count{letter-spacing:.1em;text-transform:uppercase;color:var(--gold-lo);margin-bottom:14px;font-size:12px;font-weight:600}.dept-root .type-card p{color:var(--ink-80);margin-bottom:14px;font-size:14px;line-height:1.6}.dept-root .type-card-budget{color:var(--ink-60);border-top:1px solid var(--rule);padding-top:14px;font-size:13px}.dept-root .type-card-budget strong{color:var(--forest-ink);font-weight:500}.dept-root .dept-meteo{background:var(--paper-dark);padding:100px 0}.dept-root .meteo-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:40px;display:grid}@media (max-width:800px){.dept-root .meteo-grid{grid-template-columns:repeat(2,1fr)}}.dept-root .meteo-card{background:var(--paper);text-align:center;border-top:3px solid #0000;border-radius:4px;padding:28px 22px;transition:transform .2s}.dept-root .meteo-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-3px)}.dept-root .meteo-card.printemps{border-top-color:#9dc88d}.dept-root .meteo-card.ete{border-top-color:#e8b85c}.dept-root .meteo-card.automne{border-top-color:#c68a4a}.dept-root .meteo-card.hiver{border-top-color:#9db5c8}.dept-root .meteo-saison{letter-spacing:.16em;text-transform:uppercase;color:var(--ink-60);margin-bottom:14px;font-size:11.5px;font-weight:600}.dept-root .meteo-temps{justify-content:center;align-items:baseline;gap:8px;margin-bottom:18px;display:flex}.dept-root .meteo-jour{font-family:var(--font-display,var(--f-display));color:var(--forest-ink);letter-spacing:-.02em;font-size:38px;font-weight:500;line-height:1}.dept-root .meteo-jour:after{content:"°";vertical-align:super;font-size:.5em}.dept-root .meteo-nuit{font-family:var(--font-display,var(--f-display));color:var(--ink-60);font-size:18px;font-weight:400}.dept-root .meteo-nuit:after{content:"°";vertical-align:super;font-size:.6em}.dept-root .meteo-nuit:before{content:"/ ";color:var(--ink-60);margin-right:4px}.dept-root .meteo-data{border-top:1px solid var(--rule);flex-direction:column;gap:6px;padding-top:14px;display:flex}.dept-root .meteo-data-row{color:var(--ink-60);justify-content:space-between;align-items:center;font-size:12px;display:flex}.dept-root .meteo-data-v{color:var(--forest-ink);font-weight:500}.dept-root .meteo-recommendation{background:var(--paper);border-left:3px solid var(--gold);color:var(--ink);border-radius:3px;max-width:780px;margin-top:30px;margin-left:auto;margin-right:auto;padding:20px 24px;font-size:14.5px;line-height:1.6}.dept-root .meteo-recommendation strong{color:var(--forest-ink);font-weight:500}.dept-root .dept-activites{background:var(--paper);padding:110px 0}.dept-root .activites-list{flex-direction:column;gap:20px;max-width:1000px;margin:40px auto 0;display:flex}.dept-root .activite-row{background:var(--paper-dark);border-radius:4px;grid-template-columns:80px 1fr auto;align-items:center;gap:30px;padding:28px 32px;transition:all .3s;display:grid}.dept-root .activite-row:hover{background:var(--cream);box-shadow:var(--shadow-sm);transform:translate(4px)}@media (max-width:700px){.dept-root .activite-row{grid-template-columns:1fr;gap:14px;padding:24px 26px}}.dept-root .activite-num{font-family:var(--font-display,var(--f-display));color:var(--gold);letter-spacing:-.04em;opacity:.7;font-size:54px;font-weight:300;line-height:.9}.dept-root .activite-content h4{font-family:var(--font-display,var(--f-display));margin-bottom:6px;font-size:21px;line-height:1.2}.dept-root .activite-content p{color:var(--ink-80);margin:0;font-size:14.5px;line-height:1.55}.dept-root .activite-cta{color:var(--forest);border-bottom:1px solid var(--forest);white-space:nowrap;align-items:center;gap:6px;padding-bottom:2px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.dept-root .activite-cta:hover{color:var(--gold);border-color:var(--gold)}.dept-root .dept-case{background:var(--forest);color:var(--cream);padding:110px 0;position:relative;overflow:hidden}.dept-root .dept-case:before{content:"";pointer-events:none;background:radial-gradient(circle,#b8864c26 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-200px;right:-200px}.dept-root .case-grid{z-index:1;grid-template-columns:1.2fr 1fr;align-items:center;gap:60px;max-width:1100px;margin:0 auto;display:grid;position:relative}@media (max-width:900px){.dept-root .case-grid{grid-template-columns:1fr;gap:40px}}.dept-root .case-content .eyebrow{color:var(--gold-hi)}.dept-root .case-content h2{color:var(--cream);margin:14px 0 24px;font-size:clamp(28px,3vw,40px);line-height:1.15}.dept-root .case-content h2 em{color:var(--gold-hi)}.dept-root .case-quote{font-family:var(--font-display,var(--f-display));color:#f7efdfd9;border-left:2px solid var(--gold-hi);margin-bottom:32px;padding-left:18px;font-size:21px;font-style:italic;font-weight:300;line-height:1.45}.dept-root .case-meta{border-top:1px solid #f7efdf26;flex-direction:column;gap:14px;padding-top:24px;display:flex}.dept-root .case-meta-row{gap:14px;font-size:14px;display:flex}.dept-root .case-meta-l{color:#f7efdf99;letter-spacing:.04em;min-width:130px}.dept-root .case-meta-v{color:var(--cream);font-weight:500}.dept-root .case-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f7efdf0f;border:1px solid #f7efdf1f;border-radius:4px;padding:40px 36px}.dept-root .case-card-label{letter-spacing:.18em;text-transform:uppercase;color:var(--gold-hi);margin-bottom:16px;font-size:11.5px;font-weight:600}.dept-root .case-card-amount{font-family:var(--font-display,var(--f-display));color:var(--cream);letter-spacing:-.02em;margin-bottom:8px;font-size:54px;font-weight:400;line-height:1}.dept-root .case-card-detail{color:#f7efdfb3;margin-bottom:24px;font-size:14px}.dept-root .case-card-line{border-bottom:1px solid #f7efdf1a;justify-content:space-between;padding:10px 0;font-size:13.5px;display:flex}.dept-root .case-card-line:last-of-type{border-bottom:0}.dept-root .case-card-line span:first-child{color:#f7efdfa6}.dept-root .case-card-line span:last-child{color:var(--cream);font-weight:500}.dept-root .dept-compare{background:var(--paper);padding:110px 0}.dept-root .compare-grid{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1100px;margin:40px auto 0;display:grid}@media (max-width:800px){.dept-root .compare-grid{grid-template-columns:1fr}}.dept-root .compare-card{background:var(--paper-dark);border-top:3px solid #0000;border-radius:4px;padding:34px 30px;transition:all .3s;display:block}.dept-root .compare-card:hover{border-top-color:var(--gold);box-shadow:var(--shadow-md);transform:translateY(-3px)}.dept-root .compare-code{font-family:var(--font-display,var(--f-display));color:var(--gold);letter-spacing:-.02em;margin-bottom:8px;font-size:38px;font-weight:300;line-height:1}.dept-root .compare-card h3{margin-bottom:14px;font-size:20px;line-height:1.2}.dept-root .compare-card p{color:var(--ink);margin-bottom:18px;font-size:14px;line-height:1.6}.dept-root .compare-link{color:var(--forest);border-bottom:1px solid var(--forest);align-items:center;gap:6px;padding-bottom:2px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.dept-root .compare-link:hover{color:var(--gold);border-color:var(--gold)}.dept-root .dept-guide{background:var(--paper-dark);padding:110px 0}.dept-root .guide-steps{flex-direction:column;gap:32px;max-width:980px;margin:40px auto 0;display:flex}.dept-root .guide-step{grid-template-columns:80px 1fr;align-items:start;gap:32px;display:grid}@media (max-width:700px){.dept-root .guide-step{grid-template-columns:1fr;gap:14px}}.dept-root .guide-step-num{font-family:var(--font-display,var(--f-display));color:var(--gold);letter-spacing:-.04em;font-size:64px;font-weight:300;line-height:1}.dept-root .guide-step-content{border-bottom:1px solid var(--rule);padding-bottom:24px}.dept-root .guide-step:last-child .guide-step-content{border-bottom:0}.dept-root .guide-step h3{margin-bottom:10px;font-size:23px}.dept-root .guide-step p{color:var(--ink);margin-bottom:14px;font-size:15.5px;line-height:1.7}.dept-root .guide-step .deadline{letter-spacing:.1em;text-transform:uppercase;color:var(--forest);background:#1f3a2b14;border-radius:2px;margin-bottom:14px;padding:5px 12px;font-size:11.5px;font-weight:600;display:inline-block}.dept-root .guide-step ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.dept-root .guide-step li{color:var(--ink);padding-left:18px;font-size:14.5px;line-height:1.55;position:relative}.dept-root .guide-step li:before{content:"·";color:var(--gold);font-size:18px;font-weight:700;position:absolute;top:-3px;left:5px}.dept-root .dept-warnings{background:var(--paper);padding:100px 0}.dept-root .warnings-list{flex-direction:column;gap:14px;max-width:900px;margin:30px auto 0;display:flex}.dept-root .warning{background:var(--paper-dark);border-left:3px solid var(--warn,#c68a4a);border-radius:3px;gap:18px;padding:22px 26px;transition:transform .2s;display:flex}.dept-root .warning:hover{transform:translate(3px)}.dept-root .warning-icon{background:#c68a4a26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dept-root .warning-icon svg{width:18px;height:18px;stroke:var(--warn,#c68a4a);fill:none}.dept-root .warning-content p{color:var(--ink);margin:0;font-size:15px;line-height:1.6}.dept-root .warning-content strong{color:var(--forest-ink);font-weight:500}.dept-root .dept-cta-mid{background:linear-gradient(135deg,var(--forest)0%,var(--forest-ink)100%);color:var(--cream);padding:90px 0;position:relative;overflow:hidden}.dept-root .dept-cta-mid:after{content:"";background:radial-gradient(circle,#b8864c33 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:-100px;left:-100px}.dept-root .cta-mid-content{text-align:center;z-index:1;max-width:780px;margin:0 auto;position:relative}.dept-root .cta-mid-content .eyebrow{color:var(--gold-hi);margin-bottom:14px}.dept-root .cta-mid-content h2{color:var(--cream);margin-bottom:18px;font-size:clamp(32px,3.4vw,46px)}.dept-root .cta-mid-content h2 em{color:var(--gold-hi)}.dept-root .cta-mid-content p{color:#f7efdfc7;max-width:60ch;margin:0 auto 32px;font-size:17px;line-height:1.6}.dept-root .dept-faq{background:var(--paper);padding:110px 0}.dept-root .faq-grid{grid-template-columns:1fr 1.6fr;gap:60px;max-width:1200px;margin:0 auto;display:grid}@media (max-width:900px){.dept-root .faq-grid{grid-template-columns:1fr;gap:30px}}.dept-root .faq-side h2{margin-top:10px;margin-bottom:18px;font-size:clamp(30px,3vw,42px);line-height:1.1}.dept-root .faq-side .helper{color:var(--ink-60);margin-top:24px;font-size:14.5px;line-height:1.6}.dept-root .faq-side .helper a{color:var(--forest);border-bottom:1px solid var(--forest)}.dept-root .faq-list{flex-direction:column;gap:0;display:flex}.dept-root .faq-list details{border-bottom:1px solid var(--rule);padding:22px 0;transition:padding .2s}.dept-root .faq-list details[open]{padding:24px 0 28px}.dept-root .faq-list summary{cursor:pointer;font-family:var(--font-display,var(--f-display));color:var(--forest-ink);padding-right:30px;font-size:18px;font-weight:500;line-height:1.35;list-style:none;transition:color .2s;position:relative}.dept-root .faq-list summary::-webkit-details-marker{display:none}.dept-root .faq-list summary:hover{color:var(--forest)}.dept-root .faq-list summary:after{content:"+";font-family:var(--font-display,var(--f-display));color:var(--gold);font-size:24px;font-weight:300;transition:transform .2s;position:absolute;top:0;right:0}.dept-root .faq-list details[open] summary:after{content:"−"}.dept-root .faq-list .ans{color:var(--ink);margin-top:14px;padding-right:30px;font-size:15px;line-height:1.7}.dept-root .dept-author{background:var(--paper-dark);padding:80px 0}.dept-root .author-card{background:var(--paper);max-width:920px;box-shadow:var(--shadow-sm);border:1px solid var(--rule);border-radius:4px;grid-template-columns:120px 1fr;gap:30px;margin:0 auto;padding:36px 40px;display:grid}@media (max-width:700px){.dept-root .author-card{grid-template-columns:1fr;gap:20px;padding:30px 28px}}.dept-root .author-photo{background:linear-gradient(135deg,var(--forest)0%,var(--forest-2,#2b4a37)100%);width:120px;height:120px;color:var(--gold-hi);font-family:var(--font-display,var(--f-display));letter-spacing:-.02em;box-shadow:var(--shadow-sm);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:48px;font-weight:400;display:flex}.dept-root .author-content .eyebrow{color:var(--gold-lo);margin-bottom:8px}.dept-root .author-content h3{margin-bottom:6px;font-size:24px;line-height:1.2}.dept-root .author-content .role{color:var(--ink-60);letter-spacing:.02em;margin-bottom:14px;font-size:13.5px}.dept-root .author-content p{color:var(--ink);margin:0;font-size:14.5px;line-height:1.65}.dept-root .author-bio{color:var(--ink-80);border-top:1px solid var(--rule);padding-top:14px;line-height:1.7;margin-top:14px!important;font-size:14px!important}
