@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&family=Instrument+Serif:ital@0;1&display=swap");

:root {
  --ink: #1a221e;
  --sage: #dae1d4;
  --moss: #31493b;
  --paper: #f4f1e9;
  --clay: #c66d47;
  --line: rgba(26, 34, 30, 0.18);
  --wrap: min(1240px, calc(100% - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.wrap { width: var(--wrap); margin: 0 auto; }
.visually-hidden { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 20; padding: 12px 16px; background: var(--paper); border: 1px solid var(--ink); }
.skip-link:focus { top: 20px; }

.announcement { display: flex; gap: 16px; justify-content: space-between; align-items: center; min-height: 34px; padding: 7px max(40px, calc((100vw - 1240px) / 2)); color: var(--paper); background: var(--moss); font: 10px/1.2 "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.announcement p { margin: 0; }
.announcement a { text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: absolute; top: 0; z-index: 10; width: 100%; color: white; }
.nav { display: flex; align-items: center; justify-content: space-between; height: 90px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.brand-subtitle { display: block; font-family: "Instrument Serif", Georgia, serif; font-size: 15px; font-weight: 400; letter-spacing: 0; line-height: 10px; text-transform: none; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--ink); background: var(--paper); border-radius: 50%; font: 10px "DM Mono", monospace; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.nav-links > a:not(.nav-cta) { opacity: .88; transition: opacity .2s; }
.nav-links > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta, .button { display: inline-flex; align-items: center; gap: 15px; padding: 13px 17px; border: 1px solid currentColor; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; transition: background .25s, color .25s, transform .25s; }
.nav-cta:hover, .button:hover { background: var(--paper); color: var(--ink); transform: translateY(-2px); }
.menu-button { display: none; }

.hero { position: relative; min-height: max(700px, 100svh); overflow: hidden; color: white; background: var(--ink); }
.hero-image, .hero-overlay { position: absolute; inset: -8% 0; }
.hero-image img { height: 116%; object-fit: cover; object-position: center 58%; }
.hero-overlay { background: linear-gradient(90deg, rgba(13, 23, 17, .72) 0%, rgba(13, 23, 17, .28) 58%, rgba(13, 23, 17, .12)); }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; min-height: max(700px, 100svh); padding-bottom: 90px; }
.eyebrow { margin: 0; font: 10px/1.3 "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.hero-eyebrow { margin-bottom: 18px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .display-copy { font-weight: 500; letter-spacing: -.045em; }
h1 { max-width: 780px; margin-bottom: 48px; font-size: clamp(62px, 9.2vw, 142px); line-height: .83; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.hero-bottom p { max-width: 330px; margin-bottom: 0; font-size: 15px; line-height: 1.5; }
.button-light { color: var(--paper); }
.scroll-cue { position: absolute; right: 40px; bottom: 36px; z-index: 1; display: flex; align-items: center; gap: 10px; font: 10px "DM Mono", monospace; letter-spacing: .07em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { font-size: 18px; }

.section-pad { padding-top: 150px; padding-bottom: 150px; }
.intro { display: grid; grid-template-columns: 1fr 3fr; gap: 80px; }
.section-label { display: flex; gap: 16px; align-items: baseline; font: 10px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.section-label span { color: var(--clay); }
.section-label p { margin: 0; }
.intro-copy { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(230px, .7fr); gap: 90px; align-items: end; }
.display-copy { margin: 0; font-size: clamp(38px, 4.15vw, 65px); line-height: .96; }
.body-copy { max-width: 310px; font-size: 15px; line-height: 1.6; }
.body-copy p { margin-bottom: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 13px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; transition: gap .2s; }
.text-link:hover { gap: 19px; }

.services { color: var(--paper); background: var(--moss); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 70px; }
.section-heading h2 { max-width: 710px; margin: 0; font-size: clamp(46px, 6.2vw, 88px); line-height: .85; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(244, 241, 233, .35); }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 420px; padding: 28px 28px 25px; border-right: 1px solid rgba(244, 241, 233, .35); }
.service-card:first-child { border-left: 1px solid rgba(244, 241, 233, .35); }
.service-card > span { color: #aebcac; font: 10px "DM Mono", monospace; }
.service-card h3 { margin: auto 0 13px; font-size: 25px; font-weight: 500; letter-spacing: -.03em; }
.service-card > p { max-width: 290px; margin-bottom: 20px; font-size: 13px; line-height: 1.55; color: #d7ded3; }
.service-card ul { margin: 0 0 24px; padding: 0; list-style: none; color: #d7ded3; font-size: 11px; line-height: 1.9; }
.service-card li::before { content: "— "; color: var(--clay); }
.card-link { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid rgba(244, 241, 233, .35); font: 10px "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.card-link span { font-size: 15px; transition: transform .2s; }.card-link:hover span { transform: translate(2px, -2px); }
.feature-card { color: var(--ink); background: var(--sage); }.feature-card > span { color: var(--clay); }.feature-card > p, .feature-card ul { color: #405045; }.feature-card .card-link { border-color: rgba(26, 34, 30, .3); }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 710px; color: var(--paper); background: var(--ink); overflow: hidden; }
.story-photo { overflow: hidden; }.story-photo img { height: 115%; object-fit: cover; }
.story-copy { align-self: center; max-width: 610px; padding-left: clamp(45px, 9vw, 145px); padding-right: 50px; }
.story-copy h2 { margin: 24px 0 32px; font-size: clamp(45px, 5vw, 76px); line-height: .88; }
.story-copy > p:not(.eyebrow) { max-width: 420px; margin-bottom: 30px; color: #d4d9d2; font-size: 15px; line-height: 1.65; }

.results { background: var(--sage); }
.results-top { display: flex; justify-content: space-between; align-items: start; }
.results-note { max-width: 330px; margin: 0; font-size: 17px; line-height: 1.4; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 100px 0 110px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { display: flex; flex-direction: column; gap: 10px; padding: 32px 0; }.stat + .stat { padding-left: 35px; border-left: 1px solid var(--line); }
.stat strong { font-family: "Instrument Serif", Georgia, serif; font-size: clamp(68px, 9vw, 130px); font-weight: 400; line-height: .8; }.stat span { font: 10px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.stat strong.stat-word { font-family: "DM Sans", Arial, sans-serif; font-size: clamp(29px, 3.2vw, 48px); font-weight: 500; letter-spacing: -.05em; line-height: .95; }
.testimonial { max-width: 900px; margin: 0 auto; text-align: center; }.testimonial p { margin-bottom: 30px; font-family: "Instrument Serif", Georgia, serif; font-size: clamp(30px, 3.5vw, 50px); line-height: 1.04; letter-spacing: -.03em; }.testimonial footer { display: flex; justify-content: center; align-items: center; gap: 10px; font: 10px "DM Mono", monospace; letter-spacing: .08em; }.quote-line { width: 28px; height: 1px; background: var(--clay); }

.process { background: var(--paper); }.process .section-heading { margin-bottom: 90px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.process-list li { display: grid; grid-template-columns: 15% 1fr auto; gap: 20px; align-items: start; padding: 27px 0 30px; border-bottom: 1px solid var(--line); }.process-list > li > span:first-child { color: var(--clay); font: 10px "DM Mono", monospace; }.process-list h3 { margin-bottom: 7px; font-size: 23px; font-weight: 500; letter-spacing: -.025em; }.process-list p { max-width: 470px; margin: 0; font-size: 14px; line-height: 1.5; }.process-arrow { font-size: 26px; transition: transform .25s; }.process-list li:hover .process-arrow { transform: translate(4px, 4px); }

.contact { position: relative; min-height: 740px; display: grid; align-items: center; overflow: hidden; color: var(--paper); }.contact-image, .contact-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.contact-shade { background: linear-gradient(90deg, rgba(15, 27, 20, .72), rgba(15, 27, 20, .22)); }.contact-content { position: relative; }.contact h2 { margin: 20px 0 28px; font-size: clamp(65px, 9vw, 130px); line-height: .82; }.contact-content > p:not(.eyebrow) { max-width: 360px; margin-bottom: 30px; font-size: 16px; line-height: 1.55; }
.footer { padding: 38px 0; background: var(--ink); color: var(--paper); }.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 25px; }.footer p, .footer-links { margin: 0; color: #aeb7ad; font: 10px "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }.footer-links { display: flex; gap: 18px; }.footer-links a:hover { color: white; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.16, 1, .3, 1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.service-card:nth-child(2), .stat:nth-child(2), .process-list li:nth-child(2) { transition-delay: .1s; }.service-card:nth-child(3), .stat:nth-child(3), .process-list li:nth-child(3) { transition-delay: .2s; }

@media (max-width: 760px) {
  :root { --wrap: min(100% - 40px, 1240px); }
  .announcement { min-height: 31px; padding: 7px 20px; font-size: 8px; }.announcement a { display: none; }
  .nav { height: 72px; }.brand { font-size: 11px; }.brand-mark { width: 30px; height: 30px; }.brand em { font-size: 13px; }
  .menu-button { position: relative; z-index: 2; display: grid; gap: 5px; width: 39px; height: 39px; padding: 0; color: currentColor; background: none; border: 0; place-content: center; }.menu-button span:not(.visually-hidden) { display: block; width: 20px; height: 1px; background: currentColor; transition: transform .2s; }.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(3px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3px) rotate(-45deg); }
  .nav-links { position: absolute; top: 0; left: 0; display: flex; visibility: hidden; flex-direction: column; align-items: flex-start; justify-content: center; width: 100%; height: 100svh; padding: 90px 20px 30px; color: var(--ink); background: var(--paper); font-size: 25px; opacity: 0; transform: translateY(-12px); transition: opacity .25s, transform .25s, visibility .25s; }.nav-links.is-open { visibility: visible; opacity: 1; transform: translateY(0); }.nav-links .nav-cta { margin-top: 20px; font-size: 11px; }.site-header:has(.nav-links.is-open) { color: var(--ink); }
  .hero, .hero-content { min-height: 690px; }.hero-content { padding-bottom: 73px; }.hero-overlay { background: linear-gradient(0deg, rgba(13, 23, 17, .6), rgba(13, 23, 17, .2)); }.hero-image img { object-position: 58% center; }.hero-eyebrow { margin-bottom: 14px; }.hero h1 { margin-bottom: 33px; font-size: clamp(55px, 18vw, 86px); }.hero-bottom { align-items: flex-start; flex-direction: column; gap: 25px; }.hero-bottom p { max-width: 310px; font-size: 14px; }.scroll-cue { display: none; }
  .section-pad { padding-top: 85px; padding-bottom: 85px; }.intro { grid-template-columns: 1fr; gap: 52px; }.intro-copy { grid-template-columns: 1fr; gap: 30px; }.display-copy { font-size: 43px; }.body-copy { max-width: 350px; font-size: 14px; }
  .section-heading { display: block; margin-bottom: 45px; }.section-heading .eyebrow { margin-bottom: 20px; }.section-heading h2 { font-size: 50px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 335px; padding: 25px 20px; border-bottom: 1px solid rgba(244, 241, 233, .35); border-left: 1px solid rgba(244, 241, 233, .35); }.service-card h3 { margin-top: 75px; }.service-card > p { max-width: 350px; }.service-card:first-child { border-left: 1px solid rgba(244, 241, 233, .35); }
  .story-grid { grid-template-columns: 1fr; min-height: 0; }.story-photo { height: 430px; }.story-photo img { height: 110%; }.story-copy { max-width: none; padding: 85px 20px; }.story-copy h2 { font-size: 50px; }
  .results-top { display: block; }.results-note { margin-top: 42px; font-size: 16px; }.stat-grid { grid-template-columns: 1fr; margin: 60px 0 75px; }.stat { padding: 23px 0; }.stat + .stat { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }.stat strong { font-size: 85px; }.testimonial p { font-size: 33px; }
  .process .section-heading { margin-bottom: 55px; }.process-list li { grid-template-columns: 43px 1fr; gap: 12px; }.process-list li .process-arrow { display: none; }.process-list h3 { font-size: 20px; }.process-list p { font-size: 13px; }
  .contact { min-height: 650px; }.contact h2 { font-size: 75px; }.contact-content > p:not(.eyebrow) { font-size: 15px; }.footer { padding: 30px 0; }.footer-inner { align-items: flex-start; flex-direction: column; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.hero-image, .story-photo { transform: none !important; }.nav-links, .button, .nav-cta, .text-link, .process-arrow { transition: none; }
}
