:root{
  --forest:#132C20;
  --forest-2:#1C3C2B;
  --panel:#273F33;
  --gold:#C8A45D;
  --cream:#FFFAF1;
  --sage:#D9E0D9;
  --space-xs:.5rem;
  --space-sm:.75rem;
  --space-md:1.5rem;
  --space-lg:2.5rem;
  --space-xl:clamp(3.75rem,8vw,6.5rem);
  --type-label:.75rem;
  --type-small:.9375rem;
  --type-body:1.0625rem;
  --type-card:1.1875rem;
  --type-section:clamp(1.85rem,3.3vw,2.6rem);
  --type-display:clamp(2.55rem,5.5vw,4.25rem);
  --ease-out-quart:cubic-bezier(.25,1,.5,1);
}

*{box-sizing:border-box}
html{color-scheme:light;-webkit-text-size-adjust:100%;scroll-behavior:smooth;touch-action:manipulation;-webkit-tap-highlight-color:rgba(200,164,93,.28)}
body{background:var(--cream);color:var(--forest);font-family:"DM Sans",sans-serif;font-size:var(--type-body);font-kerning:normal;font-feature-settings:"kern" 1,"liga" 1}
h1,h2,h3{font-family:"Libre Baskerville",serif}
a:focus-visible{outline:3px solid var(--gold);outline-offset:4px}

.bar,.top{padding-block:.875rem}
.bar a,.top a,.button{min-height:3rem;display:inline-flex;align-items:center}
.bar a[aria-current="page"],.top a[aria-current="page"]{color:var(--gold);text-decoration:underline;text-underline-offset:5px}
.label,.tag{font-size:var(--type-label);line-height:1.35;letter-spacing:.15em}
.hero h1{font-size:var(--type-display);line-height:1.08;letter-spacing:-.026em;text-wrap:balance;overflow-wrap:anywhere}
.section h2,h2.section-title{font-size:var(--type-section);line-height:1.14;letter-spacing:-.018em;text-wrap:balance;overflow-wrap:anywhere}
.lede{line-height:1.52}.intro{max-width:62ch;line-height:1.62}
.button{justify-content:center;transition:transform .18s var(--ease-out-quart),background-color .18s var(--ease-out-quart),border-color .18s var(--ease-out-quart);will-change:transform}
.button:active{transform:translateY(1px) scale(.985)}
.choice-grid,.review-grid,.process,.schedule,.assets,.at-a-glance{gap:var(--space-md)}
.choice,.review-step,.process article,.schedule article,.asset,.route,.term{padding:clamp(1.25rem,2.4vw,1.75rem)}
.method-step h3,.review-step h3,.process h3,.schedule h3,.asset h3,.route h2,.term h3{font-size:var(--type-card);line-height:1.22}
.method-step p,.review-step p,.process p,.schedule p,.asset p,.note,.cta-note,.fallback{font-size:var(--type-small);line-height:1.58}

/* Small labels on light surfaces use forest for AA contrast. */
.section:not(.method):not(.boundary):not(.next) .label,.review-step strong,.process strong,.schedule strong,main>section:not(.proof):not(.cta) .tag,main>.tag,.route:not(.build) .tag{color:var(--forest-2)}

@media(hover:hover){
  .button:hover{transform:translateY(-2px)}
  .choice:has(.text-link):hover,.process article:hover,.schedule article:hover,.asset:hover,.route:hover,.term:hover{transform:translateY(-2px)}
  .choice,.process article,.schedule article,.asset,.route,.term{transition:transform .24s var(--ease-out-quart)}
}

@media(max-width:1023px) and (min-width:701px){
  .process,.schedule{grid-template-columns:repeat(2,minmax(0,1fr))}
  .process article:nth-child(2),.schedule article:nth-child(2){margin-top:0}
  .process article:last-child,.schedule article:last-child{grid-column:span 2}
}

@media(max-width:700px){
  .button{width:100%;text-align:center}
  .bar .wrap,.top .w{align-items:flex-start}
  .bar nav,.top nav{width:100%}
}

@media(max-width:480px){
  .bar,.top{padding-block:.5rem}
  .bar nav,.top nav{gap:.25rem;justify-content:space-between}
  .bar a,.top a{font-size:.875rem}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
}

.skip-link{position:absolute;inset-inline-start:var(--space-md);inset-block-start:-5rem;background:var(--gold);color:var(--forest);padding:.75rem 1rem;font-weight:700;z-index:1}.skip-link:focus{inset-block-start:var(--space-sm)}
.wrap,.w,.choice,.review-step,.method-step,.process article,.schedule article,.asset,.route,.term{min-width:0}
h1,h2,h3,p,a,li{overflow-wrap:anywhere}

@media(forced-colors:active){
  .button,.skip-link{border:1px solid ButtonText}.bar a[aria-current="page"],.top a[aria-current="page"]{outline:1px solid currentColor;outline-offset:3px}
}
