:root {
  --ink: #101d2c;
  --ink-soft: #1b2b3c;
  --bone: #f4f1eb;
  --paper: #fbfaf7;
  --line: #d8d6d0;
  --muted: #687078;
  --copper: #c67643;
  --copper-soft: #e4a172;
  --white: #ffffff;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --display: 'Space Grotesk', 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 30px clamp(24px, 5vw, 76px); color: var(--white); transition: background .3s ease, padding .3s ease; }
.site-header.is-scrolled { position: fixed; padding-top: 17px; padding-bottom: 17px; background: rgba(16, 29, 44, .94); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: -.02em; }
.brand-mark { display: inline-flex; align-items: center; gap: 1px; font-family: var(--display); font-size: 19px; line-height: 1; font-weight: 700; letter-spacing: -.14em; }
.brand-mark span { color: var(--copper-soft); }
.brand-name { border-left: 1px solid rgba(255,255,255,.38); padding-left: 12px; font-family: var(--display); font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.brand-name span { display: block; color: var(--copper-soft); font-size: 8px; letter-spacing: .16em; margin-top: 3px; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 46px); font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.site-nav > a:not(.nav-cta) { opacity: .8; transition: opacity .25s ease; }
.site-nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { border: 1px solid rgba(255,255,255,.4); padding: 12px 16px; transition: background .25s ease, color .25s ease, border .25s ease; }
.nav-cta:hover { background: var(--white); border-color: var(--white); color: var(--ink); }
.nav-cta span, .button span, .text-link span { display: inline-block; margin-left: 8px; transition: transform .25s ease; }
.nav-cta:hover span, .button:hover span, .text-link:hover span { transform: translate(3px, -3px); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--ink); color: var(--white); display: flex; align-items: flex-end; padding: 170px clamp(24px, 10vw, 160px) 92px; }
.hero-image { position: absolute; inset: 0; background-image: url('https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=2200&q=85'); background-size: cover; background-position: center; opacity: .68; transform: scale(1.03); animation: hero-image-in 1.3s cubic-bezier(.16,1,.3,1) both; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,22,35,.95) 0%, rgba(10,25,39,.79) 38%, rgba(10,25,39,.22) 78%, rgba(10,25,39,.52) 100%), linear-gradient(0deg, rgba(8,20,31,.78) 0%, transparent 55%); }
.hero-grid { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px); background-size: 85px 85px; mask-image: linear-gradient(90deg, black, transparent 68%); }
.hero-content { position: relative; z-index: 1; max-width: 760px; }
.eyebrow, .kicker, .section-label { margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--copper-soft); }
.eyebrow-line { display: block; width: 38px; height: 1px; background: var(--copper-soft); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 790px; margin: 22px 0 26px; font-family: var(--display); font-size: clamp(50px, 7vw, 108px); line-height: .96; letter-spacing: -.075em; font-weight: 600; }
.hero-copy { max-width: 520px; color: rgba(255,255,255,.77); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.55; }
.hero-purpose { max-width: 560px; margin: 22px 0 0; padding-left: 15px; border-left: 1px solid var(--copper-soft); color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.65; }
.hero-purpose strong { color: var(--copper-soft); font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; font-size: 12px; font-weight: 700; letter-spacing: .04em; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--copper-soft); }
.button-copper { color: var(--ink); background: var(--copper-soft); }
.button-copper:hover { background: var(--white); }
.text-link { display: inline-block; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.text-link-light { color: rgba(255,255,255,.85); }
.hero-note { position: absolute; z-index: 1; right: clamp(24px, 7vw, 110px); bottom: 105px; display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.75); }
.hero-note-number { color: var(--copper-soft); font-family: var(--display); font-size: clamp(42px, 5vw, 72px); line-height: .8; letter-spacing: -.08em; }
.hero-note-number span { font-size: .48em; vertical-align: top; }
.hero-note-copy { border-left: 1px solid rgba(255,255,255,.32); padding-left: 16px; font-size: 10px; line-height: 1.5; letter-spacing: .13em; text-transform: uppercase; }
.hero-scroll { position: absolute; z-index: 1; right: clamp(24px, 5vw, 76px); bottom: 31px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-scroll span { display: block; width: 45px; height: 1px; background: var(--copper-soft); }

.section-pad { padding: clamp(86px, 11vw, 170px) clamp(24px, 10vw, 160px); }
.section-label { display: flex; gap: 17px; align-items: center; color: var(--copper); }
.section-label span:first-child { color: var(--ink); }
.section-label::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.intro { background: var(--bone); }
.intro-content { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: 12%; padding-top: 88px; }
.display-copy { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(34px, 5vw, 70px); line-height: 1.02; letter-spacing: -.065em; }
.intro-aside { align-self: end; padding-bottom: 7px; }
.intro-aside p { color: var(--muted); font-size: 15px; line-height: 1.7; }

.services { background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; padding: 76px 0 66px; }
.section-heading h2, .method h2, .about-copy h2, .contact h2 { margin: 0; font-family: var(--display); font-size: clamp(45px, 6vw, 88px); line-height: .97; letter-spacing: -.075em; font-weight: 600; }
h2 em { color: var(--copper); font-family: var(--serif); font-weight: 400; letter-spacing: -.07em; }
.section-heading p { max-width: 260px; margin: 0 4% 4px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 7% minmax(220px, 1fr) minmax(240px, .9fr) 30px; align-items: center; gap: 35px; min-height: 150px; border-bottom: 1px solid var(--line); transition: background .3s ease, padding .3s ease; }
.service-row:hover { padding-left: 18px; padding-right: 18px; background: var(--bone); }
.service-index { color: var(--copper); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.service-title h3 { margin: 0 0 8px; font-family: var(--display); font-size: clamp(22px, 2.2vw, 34px); letter-spacing: -.055em; font-weight: 600; }
.service-title span { color: var(--copper); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.service-row > p { max-width: 330px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-arrow { justify-self: end; color: var(--copper); font-size: 24px; opacity: 0; transform: translate(-8px, 8px); transition: opacity .3s ease, transform .3s ease; }
.service-row:hover .service-arrow { opacity: 1; transform: translate(0,0); }

.quote-band { display: grid; grid-template-columns: minmax(100px, .5fr) minmax(0, 1.7fr) minmax(80px, .5fr); align-items: center; gap: 6%; padding: 95px clamp(24px, 10vw, 160px); color: var(--white); background: var(--ink); }
.quote-mark { align-self: start; color: var(--copper-soft); font-family: var(--serif); font-size: 120px; line-height: .7; }
blockquote { max-width: 900px; margin: 0; font-family: var(--display); font-size: clamp(29px, 4.1vw, 62px); line-height: 1.04; letter-spacing: -.065em; }
.quote-rule { width: 100%; height: 1px; background: rgba(255,255,255,.35); }
.quote-band p { grid-column: 2; margin: 35px 0 0; color: var(--copper-soft); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.method { background: var(--bone); }
.method-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 15%; padding-top: 95px; }
.method-intro .kicker, .about-copy .kicker, .contact .kicker { color: var(--copper); margin-bottom: 18px; }
.method-intro h2 { font-size: clamp(42px, 5vw, 72px); }
.method-intro > p:last-child { max-width: 310px; margin-top: 30px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.method-steps { border-top: 1px solid var(--line); }
.method-step { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.method-step > span { color: var(--copper); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.method-step h3 { margin: 0 0 9px; font-family: var(--display); font-size: 25px; letter-spacing: -.04em; }
.method-step p { max-width: 440px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.about-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 690px; padding-top: 0; padding-bottom: 0; padding-left: 0; background: var(--paper); }
.about-photo { min-height: 560px; background-image: url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1400&q=85'); background-size: cover; background-position: center; }
.about-copy { align-self: center; max-width: 530px; padding: 80px clamp(24px, 8vw, 125px); }
.about-copy h2 { font-size: clamp(40px, 4.5vw, 68px); }
.about-copy > p:not(.kicker) { margin: 30px 0 35px; color: var(--muted); font-size: 15px; line-height: 1.75; }

.contact { background: var(--bone); padding-top: 0; padding-bottom: 0; }
.contact-shell { position: relative; min-height: 650px; padding: 83px clamp(24px, 8vw, 120px) 32px; color: var(--white); overflow: hidden; background: var(--ink); }
.contact-shell::after { content: ''; position: absolute; z-index: 0; width: 600px; height: 600px; right: -180px; bottom: -300px; border: 1px solid rgba(228,161,114,.27); border-radius: 50%; box-shadow: 0 0 0 85px rgba(228,161,114,.05), 0 0 0 170px rgba(228,161,114,.035); }
.section-label-light span:first-child { color: var(--copper-soft); }
.section-label-light { position: relative; z-index: 1; color: rgba(255,255,255,.62); }
.section-label-light::after { background: rgba(255,255,255,.22); }
.contact-content { position: relative; z-index: 1; max-width: 760px; padding-top: 95px; }
.contact-content h2 { font-size: clamp(44px, 6vw, 86px); }
.contact-content > p:not(.kicker) { max-width: 400px; margin: 30px 0 35px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.7; }
.contact-footer { position: absolute; z-index: 1; right: clamp(24px, 8vw, 120px); bottom: 31px; left: clamp(24px, 8vw, 120px); display: flex; justify-content: space-between; gap: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .04em; }
.contact-footer a { color: var(--copper-soft); }
.site-footer { display: flex; justify-content: space-between; padding: 22px clamp(24px, 5vw, 76px); color: var(--muted); background: var(--paper); font-size: 10px; letter-spacing: .05em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { animation: content-in .9s .2s cubic-bezier(.16,1,.3,1) both; }
.reveal-delay-2 { animation: content-in .9s .65s cubic-bezier(.16,1,.3,1) both; }
@keyframes content-in { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-image-in { from { opacity: 0; transform: scale(1.12); } to { opacity: .68; transform: scale(1.03); } }

@media (max-width: 800px) {
  .site-header { padding: 24px; }
  .site-header.is-scrolled { padding: 17px 24px; }
  .menu-toggle { z-index: 11; display: flex; flex-direction: column; gap: 6px; width: 38px; height: 38px; align-items: flex-end; justify-content: center; padding: 0 2px; color: var(--white); background: transparent; border: 0; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 28px; height: 1px; background: currentColor; transition: transform .25s ease, width .25s ease; }
  .menu-toggle span:last-child { width: 19px; }
  .site-header.nav-open .menu-toggle span:nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }
  .site-header.nav-open .menu-toggle span:last-child { width: 28px; transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; gap: 26px; padding: 120px 24px 60px; pointer-events: none; opacity: 0; background: var(--ink); transform: translateY(-15px); transition: opacity .25s ease, transform .25s ease; }
  .site-header.nav-open .site-nav { pointer-events: auto; opacity: 1; transform: translateY(0); }
  .site-nav > a:not(.nav-cta) { font-family: var(--display); font-size: 34px; letter-spacing: -.06em; opacity: 1; }
  .nav-cta { margin-top: 15px; }
  .hero { min-height: 760px; padding: 150px 24px 110px; }
  .hero-image { background-position: 62% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(9,22,35,.88), rgba(10,25,39,.36)), linear-gradient(0deg, rgba(8,20,31,.92), transparent 65%); }
  h1 { font-size: clamp(48px, 13vw, 72px); }
  .hero-note { right: 24px; bottom: 67px; }
  .hero-scroll { display: none; }
  .intro-content, .method-layout, .about-band { grid-template-columns: 1fr; }
  .intro-content { gap: 45px; padding-top: 58px; }
  .section-heading { display: block; padding-top: 58px; }
  .section-heading p { margin-top: 28px; }
  .service-row { grid-template-columns: 35px 1fr 20px; gap: 12px; min-height: auto; padding: 28px 0; }
  .service-row > p { grid-column: 2 / -1; }
  .service-arrow { grid-column: 3; grid-row: 1; opacity: 1; transform: none; }
  .quote-band { grid-template-columns: 1fr; gap: 20px; padding-top: 75px; padding-bottom: 75px; }
  .quote-mark { font-size: 80px; }
  .quote-rule { width: 80px; }
  .quote-band p { grid-column: 1; margin-top: 4px; }
  .method-layout { gap: 58px; padding-top: 60px; }
  .about-band { min-height: auto; padding: 0; }
  .about-photo { min-height: 370px; }
  .about-copy { max-width: none; padding: 70px 24px 90px; }
  .contact-shell { min-height: 680px; padding: 58px 24px 30px; }
  .contact-content { padding-top: 80px; }
  .contact-footer { flex-direction: column; gap: 8px; }
  .site-footer { flex-direction: column; gap: 8px; line-height: 1.5; }
}

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