:root {
  --ink: #171a18;
  --muted: #606760;
  --paper: #f7f8f5;
  --white: #ffffff;
  --yellow: #f2c94c;
  --yellow-dark: #c99b12;
  --teal: #174f49;
  --teal-dark: #103b37;
  --coral: #b95842;
  --line: #dfe3dd;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body, button, input, summary { letter-spacing: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 10px clamp(18px, 4vw, 64px); background: rgba(247, 248, 245, .96); border-bottom: 1px solid rgba(23, 26, 24, .11); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; text-decoration: none; line-height: 1.12; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: var(--white); background: var(--teal); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 700; border-radius: 4px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 15px; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.site-header nav { display: flex; gap: 26px; }
.site-header nav a { padding: 8px 0; color: #343a36; font-size: 14px; font-weight: 650; text-decoration: none; border-bottom: 2px solid transparent; }
.site-header nav a:hover, .site-header nav a:focus-visible { border-color: var(--yellow-dark); }
.site-header > .button { justify-self: end; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 12px 20px; color: var(--ink); background: var(--yellow); border: 1px solid var(--yellow); border-radius: 4px; font: inherit; font-size: 15px; font-weight: 780; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: background .18s ease, color .18s ease, transform .18s ease; }
.button:hover { background: #f6d568; transform: translateY(-1px); }
.button-small { min-height: 42px; padding: 9px 15px; font-size: 13px; }
.button-ghost { color: var(--white); background: rgba(0, 0, 0, .2); border-color: rgba(255, 255, 255, .7); }
.button-ghost:hover { color: var(--ink); background: var(--white); }
.button-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-dark:hover { background: #333833; }
.button-outline-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.55); }
.button-outline-light:hover { color: var(--ink); background: var(--white); }
.hero { position: relative; min-height: min(760px, 90vh); display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: #343a36; }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center 47%; }
.hero-shade { background: rgba(9, 14, 12, .54); }
.hero-content { position: relative; z-index: 2; width: min(760px, calc(100% - 40px)); margin: 0 auto 78px max(20px, calc((100vw - var(--max)) / 2)); text-shadow: 0 2px 20px rgba(0,0,0,.35); }
.eyebrow { margin: 0 0 12px; color: var(--teal); font-size: 12px; font-weight: 820; line-height: 1.3; text-transform: uppercase; }
.hero .eyebrow, .light .eyebrow, .uses-band .eyebrow { color: var(--yellow); }
.final-cta .eyebrow { color: var(--white); }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 600; line-height: 1.05; letter-spacing: 0; }
h1 { max-width: 740px; font-size: clamp(44px, 7vw, 82px); }
h2 { font-size: clamp(35px, 5vw, 58px); }
.hero-copy { max-width: 650px; margin: 24px 0 28px; font-size: clamp(18px, 2.2vw, 23px); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-scroll { position: absolute; z-index: 2; right: max(20px, calc((100vw - var(--max)) / 2)); bottom: 32px; color: var(--white); font-size: 13px; font-weight: 700; text-decoration: none; }
.fact-band { position: relative; z-index: 3; width: min(var(--max), calc(100% - 40px)); min-height: 126px; display: grid; grid-template-columns: repeat(4, 1fr); margin: -28px auto 0; background: var(--white); border-top: 5px solid var(--yellow); box-shadow: 0 14px 38px rgba(19, 31, 26, .1); }
.fact { min-width: 0; padding: 24px 28px; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact strong, .fact span { display: block; }
.fact strong { font-family: Georgia, "Times New Roman", serif; font-size: 30px; line-height: 1.1; }
.fact span { margin-top: 7px; color: var(--muted); font-size: 13px; }
.section { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 112px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 18px; }
.intro-grid { display: grid; grid-template-columns: 1fr minmax(390px, .86fr); gap: clamp(48px, 7vw, 100px); align-items: start; }
.intro-copy { max-width: 610px; }
.intro-copy p { margin: 0 0 20px; color: #444b46; font-size: 17px; }
.intro-copy .lead { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.42; }
.text-link { display: inline-block; margin-top: 8px; color: var(--teal); font-weight: 760; text-underline-offset: 5px; }
.feature-image { margin: 0; }
.feature-image picture { display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-image figcaption { padding: 10px 0; color: var(--muted); font-size: 13px; }
.uses-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); gap: 80px; padding: 100px max(20px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--teal); }
.uses-band .section-heading { margin: 0; }
.uses-band .section-heading p:last-child { color: #d5e5e1; }
.use-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.use-list li { display: flex; align-items: baseline; gap: 24px; padding: 20px 4px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; border-bottom: 1px solid rgba(255,255,255,.25); }
.use-list span { color: var(--yellow); font-family: inherit; font-size: 12px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 4px; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.gallery-item { position: relative; grid-column: span 4; min-height: 330px; padding: 0; overflow: hidden; background: #d9ddd8; border: 0; border-radius: 4px; cursor: zoom-in; }
.gallery-item.gallery-wide { grid-column: span 8; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item span { position: absolute; left: 12px; bottom: 12px; padding: 7px 10px; color: var(--white); background: rgba(17, 23, 20, .82); border-radius: 3px; font-size: 13px; font-weight: 720; }
.details-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.detail-main { padding: 90px max(30px, calc((100vw - var(--max)) / 2)); padding-right: 7vw; background: var(--yellow); }
.detail-main .eyebrow { color: var(--teal-dark); }
.detail-main p:not(.eyebrow) { max-width: 560px; margin: 24px 0 30px; font-size: 18px; }
.detail-links { display: grid; background: var(--white); }
.resource-link { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 30px clamp(30px, 6vw, 80px); text-decoration: none; border-bottom: 1px solid var(--line); }
.resource-link:hover { background: #f0f4f1; }
.resource-link span { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.resource-link strong { margin-top: 4px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 600; }
.resource-link i { position: absolute; right: clamp(24px, 5vw, 60px); font-style: normal; font-size: 24px; }
.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 24px 50px 24px 0; font-size: 18px; font-weight: 750; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 5px; top: 20px; color: var(--teal); font-size: 28px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 700px; margin: -6px 0 24px; color: var(--muted); }
.final-cta { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; padding: 90px max(20px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--coral); }
.final-cta > div:first-child { max-width: 760px; }
.final-cta p:not(.eyebrow) { margin: 18px 0 0; font-size: 18px; }
.final-actions { display: flex; flex-direction: column; gap: 12px; min-width: 280px; }
footer { display: grid; grid-template-columns: 1fr .7fr 1fr; gap: 50px; padding: 58px max(20px, calc((100vw - var(--max)) / 2)); color: #dbe3de; background: #18201c; }
footer strong, footer a, footer span, footer p { display: block; }
footer strong { margin-bottom: 10px; color: var(--white); }
footer a, footer span, footer p { margin: 7px 0; color: #b9c4bd; font-size: 13px; }
footer a { text-underline-offset: 4px; }
.source-note { grid-column: 1 / -1; max-width: 900px; padding-top: 24px; border-top: 1px solid #37413b; }
.mobile-cta { display: none; }
.lightbox { width: min(1080px, calc(100% - 32px)); max-width: none; height: min(820px, calc(100% - 32px)); padding: 0; overflow: hidden; color: var(--white); background: #101411; border: 0; border-radius: 4px; }
.lightbox::backdrop { background: rgba(5, 8, 7, .88); }
.lightbox figure { width: 100%; height: 100%; display: grid; grid-template-rows: minmax(0, 1fr) auto; margin: 0; padding: 28px 70px 18px; }
.lightbox figure img { width: 100%; height: 100%; object-fit: contain; }
.lightbox figcaption { padding-top: 9px; text-align: center; }
.lightbox button { position: absolute; z-index: 2; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: var(--white); background: rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 30px; cursor: pointer; }
.lightbox-close { top: 12px; right: 12px; }
.lightbox-prev, .lightbox-next { top: 50%; transform: translateY(-50%); }
.lightbox-prev { left: 12px; }.lightbox-next { right: 12px; }
.legal-page { padding-top: 76px; }
.legal-page .site-header { grid-template-columns: 1fr; }
.legal-content { width: min(800px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 120px; }
.legal-content h1 { color: var(--ink); font-size: clamp(42px, 7vw, 70px); }
.legal-content h2 { margin-top: 42px; font-size: 28px; }
.legal-content p { color: var(--muted); font-size: 17px; }
.legal-content .lead { color: var(--ink); font-size: 21px; }
.legal-content .button { margin-top: 36px; }
@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; padding-inline: 18px; }
  .site-header nav { display: none; }
  .intro-grid, .uses-band, .faq, .details-band, .final-cta { grid-template-columns: 1fr; }
  .uses-band { gap: 50px; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .gallery-item, .gallery-item.gallery-wide { grid-column: span 6; min-height: 300px; }
  .faq { gap: 20px; }
  .final-actions { min-width: 0; }
  footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .site-header { min-height: 68px; }
  .site-header > .button { display: none; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 670px; }
  .hero-media img { object-position: 60% center; }
  .hero-content { width: calc(100% - 36px); margin: 0 18px 70px; }
  h1 { font-size: 48px; }
  h2 { font-size: 38px; }
  .hero-copy { font-size: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-scroll { display: none; }
  .fact-band { width: calc(100% - 24px); grid-template-columns: 1fr 1fr; }
  .fact { padding: 18px; border-bottom: 1px solid var(--line); }
  .fact:nth-child(2) { border-right: 0; }
  .fact strong { font-size: 24px; }
  .section { width: calc(100% - 32px); padding: 78px 0; }
  .intro-grid { grid-template-columns: 1fr; gap: 42px; }
  .uses-band { grid-template-columns: 1fr; padding: 72px 18px; }
  .gallery { gap: 8px; }
  .gallery-item, .gallery-item.gallery-wide { grid-column: span 12; min-height: 280px; aspect-ratio: 4 / 3; }
  .gallery-item:nth-child(2) { aspect-ratio: 3 / 4; }
  .detail-main { padding: 70px 20px; }
  .resource-link { padding: 24px 20px; }
  .resource-link i { right: 20px; }
  .faq summary { font-size: 17px; }
  .final-cta { padding: 72px 20px 92px; }
  footer { grid-template-columns: 1fr; padding-bottom: 95px; }
  .mobile-cta { position: fixed; z-index: 80; inset: auto 0 0; display: block; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(247,248,245,.97); border-top: 1px solid var(--line); }
  .mobile-cta a { display: flex; justify-content: center; padding: 13px; background: var(--yellow); border-radius: 4px; font-weight: 800; text-decoration: none; }
  .lightbox figure { padding: 56px 12px 18px; }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
