:root {
  --desk: #15130f;
  --green: #173f2f;
  --green-dark: #0c2c22;
  --navy: #0a2944;
  --navy-dark: #061c2f;
  --red: #a62f27;
  --cream: #efe2bd;
  --paper: #f7edcf;
  --paper-light: #fff8e5;
  --paper-deep: #e7d6a9;
  --gold: #c48b24;
  --gold-dark: #8e651e;
  --ink: #1c211d;
  --line: rgba(105, 81, 37, .42);
  --shell: min(1120px, calc(100% - 116px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0, rgba(89, 67, 36, .34), transparent 42%),
    repeating-linear-gradient(92deg, rgba(255,255,255,.018) 0 1px, transparent 1px 7px),
    var(--desk);
  font-family: "Roboto Slab", Georgia, serif;
  line-height: 1.58;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  content: "";
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Bebas Neue", sans-serif; font-weight: 400; letter-spacing: .025em; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 82px 0; }

.desk { padding: 26px 0 60px; }
.field-guide {
  position: relative;
  width: min(1320px, calc(100% - 150px));
  margin-inline: auto;
  background: var(--paper);
  border: 13px solid var(--green-dark);
  border-radius: 16px 6px 6px 16px;
  box-shadow: 0 22px 65px rgba(0,0,0,.52), inset 0 0 0 3px var(--gold-dark), inset 0 0 0 8px rgba(255,255,255,.08);
}
.field-guide::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  opacity: .19;
  background-image:
    linear-gradient(90deg, transparent 0 49%, rgba(86,66,30,.16) 50%, transparent 51%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.55' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)' opacity='.26'/%3E%3C/svg%3E");
}
.field-guide > * { position: relative; z-index: 1; }

.binder-spine {
  position: absolute;
  left: -44px;
  top: 0;
  z-index: 72;
  width: 104px;
  height: 772px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08), transparent 16%, transparent 78%, rgba(0,0,0,.32)),
    repeating-linear-gradient(22deg, rgba(255,255,255,.025) 0 2px, rgba(0,0,0,.025) 2px 4px),
    #123c2d;
  border-right: 3px solid #271e12;
  border-left: 7px solid #0a251b;
  border-radius: 14px 0 0 14px;
  box-shadow: inset -5px 0 0 rgba(191,137,39,.35), 8px 0 18px rgba(32,24,13,.28);
}
.binder-spine::after {
  position: absolute;
  inset: 12px 9px 12px 8px;
  content: "";
  border: 1px solid rgba(213,157,49,.35);
  border-radius: 8px 2px 2px 8px;
}
.binder-rings {
  position: absolute;
  left: -40px;
  top: 90px;
  z-index: 95;
  width: 126px;
  height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.binder-rings span {
  position: relative;
  width: 124px;
  height: 34px;
  border: 7px solid #322313;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 5px 8px rgba(0,0,0,.62), inset 0 3px 2px rgba(208,160,72,.52), 0 -1px 0 rgba(255,232,172,.25);
  transform: rotate(-1deg);
}
.binder-rings span::before {
  position: absolute;
  inset: -5px -3px 8px;
  content: "";
  border-radius: inherit;
  border: 4px solid transparent;
  border-top-color: rgba(210,166,83,.76);
}
.binder-rings span::after {
  position: absolute;
  right: -5px;
  top: 3px;
  width: 19px;
  height: 19px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle at 38% 35%, #d0a85b 0 12%, #47331b 45%, #17100a 72%);
  box-shadow: 0 1px 2px rgba(0,0,0,.55);
}

.guide-tabs {
  position: absolute;
  right: -83px;
  top: 140px;
  z-index: 85;
  width: 74px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.guide-tabs a {
  min-height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 6px;
  color: var(--gold);
  background: linear-gradient(90deg, #194936, var(--green-dark));
  border: 2px solid var(--gold-dark);
  border-left: 0;
  border-radius: 0 12px 12px 0;
  box-shadow: 5px 5px 0 rgba(0,0,0,.3);
  font: .64rem/1.1 "Roboto Slab", serif;
  letter-spacing: .08em;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, color .18s ease, background-color .18s ease;
}
.guide-tabs a b { display: block; margin-top: 3px; font: 1.02rem/.95 "Bebas Neue", sans-serif; letter-spacing: .05em; }
.guide-tabs a:hover, .guide-tabs a:focus-visible { transform: translateX(8px); color: var(--paper-light); background: var(--red); outline: 2px solid var(--paper-light); outline-offset: 2px; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -70px;
  z-index: 2000;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--cream);
  border: 2px solid var(--ink);
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--cream);
  background: linear-gradient(180deg, #194937, var(--green-dark));
  border-bottom: 4px solid var(--gold);
  box-shadow: 0 5px 12px rgba(0,0,0,.24);
}
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; }
.wordmark-portrait { width: 54px; height: 54px; object-fit: cover; border: 2px solid var(--gold); border-radius: 50%; background: var(--cream); }
.wordmark-copy { display: flex; flex-direction: column; }
.wordmark-main { color: var(--gold); font: 2.2rem/1 "Bebas Neue", sans-serif; letter-spacing: .06em; }
.wordmark-sub { margin-top: 2px; font: 700 .59rem/1.2 ui-monospace, monospace; letter-spacing: .22em; }
.nav-links { display: flex; align-items: center; gap: 23px; font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.nav-links > a:not(.button) { text-decoration: none; border-bottom: 2px solid transparent; }
.nav-links > a:not(.button):hover, .nav-links > a:not(.button):focus-visible { color: var(--gold); border-color: var(--gold); }
.menu-button { display: none; width: 44px; height: 44px; padding: 9px; background: transparent; border: 2px solid var(--cream); }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--cream); }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px 12px;
  color: var(--paper-light);
  background: var(--red);
  border: 2px solid #681d18;
  border-radius: 4px;
  box-shadow: 0 5px 0 #661d18, 0 8px 14px rgba(0,0,0,.18);
  font: 1.3rem/1 "Bebas Neue", sans-serif;
  letter-spacing: .075em;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}
.button:hover, .button:focus-visible { transform: translateY(3px); box-shadow: 0 2px 0 #661d18; background: #bd3b31; outline: 2px solid var(--navy); outline-offset: 3px; }
.button-small { min-height: 40px; padding: 9px 15px 7px; font-size: 1.02rem; box-shadow: 0 3px 0 #661d18; }
.button-cream { color: var(--navy); background: var(--paper-light); border-color: var(--gold-dark); box-shadow: 0 5px 0 var(--gold-dark); }
.button-cream:hover, .button-cream:focus-visible { background: #fffdf4; box-shadow: 0 2px 0 var(--gold-dark); }

.hero {
  overflow: hidden;
  color: var(--navy);
  background:
    linear-gradient(90deg, transparent 0 49.85%, rgba(93,67,29,.14) 50%, transparent 50.15%),
    var(--paper);
  border-bottom: 1px solid var(--line);
}
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; gap: 44px; padding: 46px 0 28px; }
.hero-copy { align-self: center; padding: 28px 0 36px; }
.eyebrow, .kicker { margin: 0 0 15px; font: 700 .72rem/1.3 ui-monospace, monospace; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow::before, .eyebrow::after { width: 45px; height: 2px; content: ""; background: var(--navy); opacity: .7; }
.eyebrow::after { flex: 1; max-width: 100px; }
h1 { max-width: 700px; margin-bottom: 24px; color: var(--navy); font-size: clamp(5.5rem, 8.6vw, 9.1rem); line-height: .78; }
h1 > span { display: block; }
.guy-line { position: relative; width: max-content; max-width: 100%; }
.guy-line em {
  position: absolute;
  left: calc(100% + 11px);
  bottom: 9px;
  width: max-content;
  color: var(--red);
  font: 600 clamp(1.05rem, 1.5vw, 1.55rem)/1 "Caveat", cursive;
  letter-spacing: .01em;
  text-transform: none;
  transform: rotate(-3deg);
}
.hero-lede { max-width: 620px; margin-bottom: 28px; color: #26372d; font-size: 1.18rem; font-weight: 600; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.text-link { color: var(--navy); font-weight: 700; text-underline-offset: 5px; }
.text-link:hover, .text-link:focus-visible { color: var(--red); }
.microcopy { max-width: 540px; margin: 22px 0 0; color: #5d5b4e; font-size: .72rem; }
.hero-art { position: relative; align-self: stretch; margin: 0; border-left: 1px solid var(--line); }
.hero-art::before {
  position: absolute;
  inset: 16px -18px 16px 18px;
  z-index: 0;
  content: "";
  border: 3px double var(--gold-dark);
  border-radius: 48% 0 0 0;
}
.hero-art img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center top; mix-blend-mode: multiply; }
.hero-art figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  min-width: 170px;
  padding: 12px 16px 10px;
  color: var(--navy);
  background: rgba(255, 248, 229, .94);
  border: 1px solid var(--gold-dark);
  box-shadow: 4px 4px 0 rgba(38, 31, 19, .28);
  font: 600 1.25rem/1.08 "Caveat", cursive;
  transform: rotate(-2deg);
}
.hero-art figcaption span { display: block; margin-top: 6px; color: var(--red); font-size: 1.45rem; }
.hero-rule {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  color: var(--cream);
  background: linear-gradient(180deg, #184836, var(--green-dark));
  border-block: 3px solid var(--gold);
  font: 700 .78rem/1.3 ui-monospace, monospace;
  letter-spacing: .18em;
}
.hero-rule span::before, .hero-rule span::after { margin-inline: 24px; color: var(--gold); content: "◆"; }

.section-heading { margin-bottom: 42px; }
.section-heading h2, .faq-intro h2, .final-cta h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(3.2rem, 6.3vw, 6.1rem); line-height: .86; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; }
.split-heading > p { max-width: 460px; margin-bottom: 2px; }
.kicker { color: var(--red); }
.kicker.light { color: var(--gold); }
.intro { background: rgba(255,250,230,.45); }
.ledger-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 2px solid var(--line); box-shadow: 7px 7px 0 rgba(85,63,26,.24); }
.ledger-card { position: relative; min-height: 206px; padding: 26px 25px; background: rgba(255,248,225,.68); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ledger-card:nth-child(3n) { border-right: 0; }
.ledger-card:nth-child(n+4) { border-bottom: 0; }
.ledger-no {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 24px;
  color: var(--gold);
  background: var(--green);
  border: 2px solid var(--gold);
  border-radius: 50%;
  font: 700 .73rem/1 ui-monospace, monospace;
  letter-spacing: .08em;
}
.ledger-card h3 { margin-bottom: 8px; color: var(--navy); font-size: 2rem; line-height: 1; }
.ledger-card p { margin-bottom: 0; font-size: .86rem; }

.process { color: var(--ink); background: var(--paper-deep); border-block: 4px double var(--gold-dark); }
.centered { text-align: center; }
.process .section-heading h2 { color: var(--navy); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-card { position: relative; min-height: 285px; padding: 30px 26px; background: rgba(255,248,225,.78); border: 2px solid var(--line); box-shadow: 5px 5px 0 rgba(85,63,26,.2); }
.process-card .step {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  margin-bottom: 40px;
  color: var(--cream);
  background: var(--navy);
  border: 3px double var(--gold);
  border-radius: 50%;
  font: 2.8rem/.8 "Bebas Neue", sans-serif;
}
.process-card h3 { margin-bottom: 12px; color: var(--green); font-size: 2.12rem; line-height: .95; }
.process-card p { margin-bottom: 0; font-size: .88rem; }
.process-cta { margin-top: 42px; text-align: center; }

.advice { color: var(--cream); background: linear-gradient(135deg, var(--green), var(--green-dark)); border-block: 4px solid var(--gold); }
.advice .section-heading h2 { color: var(--cream); }
.advice .split-heading .kicker { color: var(--gold); }
.advice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.advice-card { margin: 0; padding: 11px; color: var(--ink); background: var(--paper); border: 3px solid var(--gold-dark); box-shadow: 8px 8px 0 var(--navy-dark); transform: rotate(-.5deg); }
.advice-card:nth-child(2) { transform: rotate(.65deg); }
.advice-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border: 1px solid var(--line); }
.advice-card figcaption { padding: 18px 9px 7px; font-weight: 700; }
.advice-card figcaption span { display: block; margin-bottom: 5px; color: var(--red); font: 700 .68rem/1 ui-monospace, monospace; letter-spacing: .16em; }

.faq { background: rgba(255,250,230,.5); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 78px; }
.faq-intro p:last-child { max-width: 390px; }
.faq-list { border-top: 2px solid var(--navy); }
.faq-list details { border-bottom: 2px solid var(--navy); }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; color: var(--navy); font: 1.9rem/1 "Bebas Neue", sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 8px; content: "+"; color: var(--red); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; padding-right: 50px; }

.final-cta { padding: 76px 0; color: var(--cream); background: linear-gradient(180deg, #194a38, var(--green-dark)); border-top: 5px solid var(--gold); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; }
.final-cta h2 { color: var(--cream); }
.final-cta-action { max-width: 360px; text-align: center; }
.final-cta-action p { margin: 18px 0 0; font-size: .74rem; }

.site-footer { padding: 42px 0 54px; color: var(--cream); background: var(--navy-dark); border-top: 3px solid var(--gold-dark); }
.footer-grid { display: grid; grid-template-columns: .45fr 1.55fr; gap: 70px; }
.footer-brand { margin-bottom: 4px; color: var(--gold); font: 2.4rem/1 "Bebas Neue", sans-serif; }
.footer-grid p { margin-bottom: 10px; }
.footer-disclosure { max-width: 780px; font-size: .75rem; opacity: .84; }
.mobile-apply { display: none; }

@keyframes guide-open {
  from { opacity: 0; transform: translateY(18px) rotateX(2deg); }
  to { opacity: 1; transform: translateY(0) rotateX(0); }
}
.field-guide { animation: guide-open .62s ease-out both; transform-origin: center top; }

@media (min-width: 1241px) and (max-width: 1600px) {
  .hero-copy { padding-left: 20px; }
}

@media (max-width: 1240px) {
  .binder-spine, .binder-rings { display: none; }
}

@media (max-width: 1100px) {
  :root { --shell: min(100% - 44px, 820px); }
  body { padding-top: calc(82px + env(safe-area-inset-top)); padding-bottom: 116px; }
  .desk { padding: 0; }
  .field-guide { width: calc(100% - 20px); border-width: 8px; border-radius: 12px 12px 0 0; animation: none; }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 130;
    padding-top: env(safe-area-inset-top);
  }
  .guide-tabs {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 64px;
    z-index: 115;
    width: auto;
    height: 52px;
    flex-direction: row;
    gap: 0;
  }
  .guide-tabs a { flex: 1; min-height: 52px; padding: 7px 2px; border: 0; border-right: 1px solid var(--gold-dark); border-radius: 0; box-shadow: none; }
  .guide-tabs a span { display: none; }
  .guide-tabs a b { margin: 0; font-size: .92rem; }
  .guide-tabs a:hover, .guide-tabs a:focus-visible { transform: translateY(-3px); }
  .menu-button { display: block; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; padding: 22px; background: var(--green-dark); border-bottom: 4px solid var(--gold); }
  .nav-links.is-open { display: flex; }
  .nav-links > a { padding: 8px 0; }
  .nav-links .button { padding: 12px; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 28px; padding-top: 56px; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-art { height: 620px; max-width: 560px; margin-inline: auto; border: 1px solid var(--line); }
  .hero-art figcaption { right: 18px; }
  .guy-line { margin-inline: auto; }
  .split-heading, .faq-layout, .final-cta-inner, .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .ledger-grid { grid-template-columns: repeat(2, 1fr); }
  .ledger-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .ledger-card:nth-child(even) { border-right: 0; }
  .ledger-card:nth-child(n+4) { border-bottom: 1px solid var(--line); }
  .ledger-card:nth-last-child(-n+2) { border-bottom: 0; }
  .process-grid { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
  .process-card { min-height: auto; }
  .process-card .step { margin-bottom: 28px; }
  .final-cta-action { text-align: left; }
  .mobile-apply {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    color: var(--paper-light);
    background: var(--red);
    border-top: 4px solid var(--gold);
    font: 1.4rem/1 "Bebas Neue", sans-serif;
    letter-spacing: .07em;
    text-decoration: none;
  }
}

@media (max-width: 650px) {
  :root { --shell: calc(100% - 30px); }
  html { scroll-padding-top: 74px; }
  body { padding-top: calc(70px + env(safe-area-inset-top)); }
  .field-guide { width: 100%; border-inline: 0; border-radius: 0; }
  .nav { min-height: 70px; }
  .wordmark-main { font-size: 1.72rem; }
  .wordmark-sub { font-size: .49rem; }
  .wordmark { gap: 8px; }
  .wordmark-portrait { width: 42px; height: 42px; }
  .section { padding: 64px 0; }
  .hero-grid { padding: 48px 0 22px; }
  .eyebrow { font-size: .6rem; letter-spacing: .1em; }
  .eyebrow::before, .eyebrow::after { width: 18px; }
  h1 { font-size: clamp(4.75rem, 23vw, 6.8rem); }
  .guy-line em { left: 74%; bottom: -18px; font-size: 1.25rem; }
  .hero-lede { margin-top: 36px; font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-art { height: 520px; width: calc(100% + 10px); }
  .hero-art figcaption { display: none; }
  .hero-rule { font-size: .62rem; letter-spacing: .12em; }
  .hero-rule span::before, .hero-rule span::after { margin-inline: 10px; }
  .section-heading h2, .faq-intro h2, .final-cta h2 { font-size: 3.45rem; }
  .ledger-grid, .advice-grid { grid-template-columns: 1fr; }
  .ledger-card, .ledger-card:nth-child(3n), .ledger-card:nth-child(even), .ledger-card:nth-child(n+4) { min-height: 180px; border-right: 0; border-bottom: 1px solid var(--line); }
  .ledger-card:last-child { border-bottom: 0; }
  .advice-card, .advice-card:nth-child(2) { transform: none; }
  .faq-list summary { font-size: 1.55rem; }
  .final-cta { padding: 60px 0; }
  .final-cta-action, .final-cta-action .button { width: 100%; }
  .site-footer { padding-bottom: 40px; }
  .guide-tabs a b { font-size: .77rem; }
}

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