:root {
  --ink: #11110f;
  --ink-2: #1b1a17;
  --ivory: #f1ede3;
  --paper: #faf8f2;
  --gold: #b99452;
  --gold-light: #d2b678;
  --muted: #6d6a62;
  --line: rgba(17, 17, 15, 0.16);
  --line-light: rgba(241, 237, 227, 0.18);
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); background: var(--gold); color: var(--ink); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--ivory); border-bottom: 1px solid var(--line-light); }
.site-header.scrolled { position: fixed; background: rgba(17,17,15,.94); backdrop-filter: blur(14px); }
.header-inner { min-height: 92px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; font-size: .88rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.brand img { width: 54px; height: 54px; object-fit: cover; }
.site-nav { display: flex; justify-content: center; gap: 30px; }
.site-nav a { position: relative; text-decoration: none; color: rgba(241,237,227,.78); font-size: .78rem; font-weight: 680; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; inset: auto 0 -9px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; width: fit-content; min-height: 54px; padding: 14px 20px; border: 1px solid var(--gold); background: var(--gold); color: var(--ink); text-decoration: none; text-transform: uppercase; font-size: .75rem; font-weight: 800; letter-spacing: .1em; transition: background .2s, color .2s, transform .2s; cursor: pointer; }
.button:hover, .button:focus-visible { background: var(--gold-light); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 10px 16px; font-size: .68rem; }
.button-dark { background: var(--ink); border-color: var(--ink); color: var(--ivory); }
.button-dark:hover, .button-dark:focus-visible { background: #2a2924; }

.hero { position: relative; min-height: 820px; overflow: hidden; background: var(--ink); color: var(--ivory); display: flex; flex-direction: column; justify-content: center; padding: 170px 0 72px; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 74% 44%, rgba(185,148,82,.12), transparent 26%), linear-gradient(112deg, transparent 58%, rgba(255,255,255,.025) 58%); pointer-events: none; }
.hero-lines { position: absolute; inset: 92px 0 0 61%; border-left: 1px solid var(--line-light); transform: skew(-13deg); }
.hero-lines::before, .hero-lines::after { content: ""; position: absolute; width: 1px; height: 85%; background: var(--line-light); left: 150px; top: 0; }
.hero-lines::after { left: 310px; height: 64%; background: rgba(185,148,82,.35); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(290px, .62fr); gap: clamp(60px, 9vw, 132px); align-items: end; }
.eyebrow { margin: 0 0 24px; color: var(--gold-light); font-size: .72rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 18px; height: 1px; margin: 0 9px 3px; background: currentColor; opacity: .6; }
.eyebrow-dark { color: #866a37; }
.hero h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.035em; line-height: .99; }
.hero h1 { max-width: 880px; font-size: clamp(3.2rem, 6.3vw, 6.1rem); }
.hero h1 em, .philosophy h2 em { color: var(--gold-light); font-weight: 400; }
.hero-lede { max-width: 680px; margin: 34px 0 38px; color: rgba(241,237,227,.76); font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.6; }
.engagement-card { position: relative; padding: 30px; border: 1px solid rgba(185,148,82,.45); background: rgba(24,23,20,.78); backdrop-filter: blur(8px); }
.card-mark { position: absolute; top: -25px; right: 22px; color: rgba(185,148,82,.2); font-family: var(--display); font-size: 5rem; line-height: 1; }
.card-label { margin: 0 0 28px; max-width: 180px; color: var(--gold-light); font-size: .69rem; font-weight: 800; letter-spacing: .16em; line-height: 1.45; text-transform: uppercase; }
.engagement-card ol { list-style: none; margin: 0; padding: 0; }
.engagement-card li { display: flex; gap: 18px; padding: 14px 0; border-top: 1px solid var(--line-light); color: rgba(241,237,227,.88); font-family: var(--display); font-size: 1.08rem; }
.engagement-card li span { color: var(--gold); font-family: var(--sans); font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.hero-index { position: relative; display: flex; justify-content: space-between; margin-top: 76px; color: rgba(241,237,227,.4); font-size: .62rem; font-weight: 700; letter-spacing: .18em; }

.section { padding: clamp(90px, 12vw, 160px) 0; }
.section-intro { max-width: 910px; }
.section-intro h2, .sticky-heading h2, .fit h2, .about h2, .contact h2 { font-size: clamp(2.7rem, 5vw, 5rem); }
.section-intro > p:last-child { max-width: 730px; margin: 30px 0 0; color: var(--muted); font-size: 1.12rem; }
.three-up { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle { min-height: 310px; padding: 30px 34px 36px 0; }
.principle + .principle { border-left: 1px solid var(--line); padding-left: 34px; }
.number { color: #8b6d37; font-size: .66rem; font-weight: 800; letter-spacing: .18em; }
.principle h3, .approach-item h3, .sprint-step h3 { margin: 52px 0 14px; font-family: var(--display); font-size: 1.8rem; font-weight: 400; }
.principle p, .approach-item p, .sprint-step p { margin: 0; color: var(--muted); }
.section-close { max-width: 780px; margin: 48px 0 0 auto; padding-left: 28px; border-left: 2px solid var(--gold); font-family: var(--display); font-size: clamp(1.35rem, 2.2vw, 1.8rem); line-height: 1.4; }

.approach { background: var(--ink-2); color: var(--ivory); }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.sticky-heading { position: sticky; top: 140px; }
.sticky-heading h2 { max-width: 520px; }
.sticky-heading > p:last-child { margin: 30px 0 0; max-width: 500px; color: rgba(241,237,227,.62); }
.approach-item { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 34px 0 42px; border-top: 1px solid var(--line-light); }
.approach-item > span { color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .14em; }
.approach-item h3 { margin: -8px 0 12px; color: var(--ivory); font-size: 2.25rem; }
.approach-item p { color: rgba(241,237,227,.62); }
.approach-note { padding: 24px 26px; border: 1px solid rgba(185,148,82,.35); color: var(--gold-light); font-family: var(--display); font-size: 1.25rem; }

.sprint { background: #e9e3d7; }
.split-intro { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.split-intro > p:last-child { margin: 0; }
.sprint-rail { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border-top: 1px solid var(--line); }
.sprint-step { position: relative; padding: 34px 26px 10px 0; }
.sprint-step + .sprint-step { border-left: 1px solid var(--line); padding-left: 26px; }
.sprint-step::before { content: ""; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.sprint-step + .sprint-step::before { left: -4px; }
.sprint-step h3 { margin: 30px 0 15px; }
.sprint-close { max-width: 850px; margin: 72px auto 0; padding: 0; border: 0; text-align: center; font-family: var(--display); font-size: clamp(1.5rem, 2.5vw, 2.15rem); line-height: 1.35; }

.fit { background: #171714; color: var(--ivory); padding-bottom: 0; }
.fit-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 10vw, 150px); }
.fit-copy p:last-child { margin-top: 30px; color: rgba(241,237,227,.62); }
.fit-list { border-top: 1px solid rgba(185,148,82,.5); }
.list-title { color: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.fit-list ul { list-style: none; padding: 0; margin: 22px 0 0; }
.fit-list li { position: relative; padding: 14px 0 14px 30px; border-top: 1px solid var(--line-light); color: rgba(241,237,227,.78); }
.fit-list li::before { content: ""; position: absolute; left: 0; top: 25px; width: 12px; height: 1px; background: var(--gold); }
.fit-close { margin-top: 100px; padding: 36px 0; border-top: 1px solid var(--line-light); color: var(--gold-light); font-family: var(--display); font-size: clamp(1.2rem, 2vw, 1.55rem); }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .36fr 1fr; gap: clamp(60px, 9vw, 130px); }
.monogram { margin-top: 80px; color: rgba(185,148,82,.22); font-family: var(--display); font-size: clamp(6rem, 12vw, 11rem); line-height: .8; }
.about-copy h2 { max-width: 840px; margin-bottom: 42px; }
.about-copy > p { max-width: 760px; color: var(--muted); font-size: 1.05rem; }
.about-copy .signature-line { margin-top: 38px; padding: 24px 0 0 30px; border-top: 1px solid var(--line); border-left: 2px solid var(--gold); color: var(--ink); font-family: var(--display); font-size: 1.35rem; line-height: 1.45; }

.philosophy { position: relative; overflow: hidden; padding: clamp(100px, 14vw, 190px) 0; background: #0c0c0b; color: var(--ivory); }
.philosophy::after { content: ""; position: absolute; width: 45vw; aspect-ratio: 1; top: -20vw; right: -9vw; border: 1px solid rgba(185,148,82,.25); transform: rotate(45deg); }
.philosophy h2 { font-size: clamp(3.6rem, 8vw, 8rem); }
.philosophy-copy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 80px; padding-top: 36px; border-top: 1px solid var(--line-light); }
.philosophy-copy p { margin: 0; color: rgba(241,237,227,.64); }

.contact { background: var(--ivory); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 11vw, 160px); }
.contact-copy > p:not(.eyebrow):not(.email-option) { color: var(--muted); margin-top: 30px; }
.email-option { margin-top: 52px; font-size: .8rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.email-option a { display: inline-block; margin-top: 8px; color: #765b2d; font-family: var(--display); font-size: 1.2rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.contact-form { padding: 38px; background: var(--paper); border-top: 4px solid var(--gold); box-shadow: 0 24px 70px rgba(17,17,15,.08); }
#hubspot-form { min-height: 540px; }
#hubspot-form iframe { width: 100% !important; }
.form-consent { max-width: 540px; margin: 20px 0 0; color: var(--muted); font-size: .76rem; }
.form-status { margin: 12px 0 0; color: #765b2d; font-weight: 700; }

.footer { background: var(--ink); color: rgba(241,237,227,.65); padding: 64px 0 28px; }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; gap: 40px; }
.footer-top strong { color: var(--ivory); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-top p { margin: 8px 0 0; }
.footer-top p span { color: var(--gold); margin: 0 5px; }
.footer-top a { color: var(--gold-light); }
.footer-bottom { margin-top: 58px; padding-top: 24px; border-top: 1px solid var(--line-light); font-size: .75rem; }
.footer-bottom div { display: flex; gap: 28px; }
.footer-bottom a { color: inherit; }
.footer button { border: 0; padding: 0; background: none; color: inherit; text-decoration: underline; cursor: pointer; }
.privacy-dialog { width: min(650px, calc(100vw - 32px)); padding: 48px; border: 1px solid rgba(185,148,82,.55); background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.4); }
.privacy-dialog::backdrop { background: rgba(0,0,0,.72); }
.privacy-dialog h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.privacy-dialog p { color: var(--muted); }
.dialog-close { position: absolute; top: 14px; right: 18px; border: 0; background: none; font-size: 2rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button { transition: none; } }
@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .header-inner { grid-template-columns: auto auto; justify-content: space-between; }
  .header-cta { display: none; }
  .menu-toggle { display: grid; gap: 5px; width: 44px; height: 44px; place-content: center; border: 1px solid var(--line-light); background: transparent; }
  .menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 1px; background: var(--ivory); }
  .site-nav { display: none; position: fixed; inset: 92px 0 0; padding: 54px 24px; background: var(--ink); flex-direction: column; justify-content: flex-start; align-items: center; gap: 30px; }
  .site-nav.open { display: flex; }
  .site-nav a { font-family: var(--display); font-size: 1.8rem; letter-spacing: 0; text-transform: none; }
  .hero { min-height: auto; }
  .hero-grid, .approach-grid, .fit-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .engagement-card { max-width: 520px; }
  .hero-lines { left: 80%; }
  .sticky-heading { position: static; }
  .split-intro { grid-template-columns: 1fr; gap: 30px; }
  .sprint-rail { grid-template-columns: 1fr 1fr; }
  .sprint-step:nth-child(3) { border-left: 0; }
  .philosophy-copy { grid-template-columns: 1fr; }
  .monogram { display: none; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  .brand-name { display: none; }
  .header-inner { min-height: 78px; }
  .brand img { width: 48px; height: 48px; }
  .site-nav { top: 78px; }
  .hero { padding: 134px 0 48px; }
  .hero h1 { font-size: clamp(2.85rem, 13.4vw, 4.2rem); }
  .hero-lede { margin: 26px 0 30px; }
  .hero-index { margin-top: 50px; }
  .three-up, .sprint-rail { grid-template-columns: 1fr; }
  .principle { min-height: auto; padding: 28px 0; }
  .principle + .principle { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .principle h3 { margin-top: 24px; }
  .sprint-step, .sprint-step + .sprint-step { padding: 28px 0; border-left: 0; border-top: 1px solid var(--line); }
  .sprint-step::before, .sprint-step + .sprint-step::before { left: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 28px 20px; }
  .footer-top, .footer-bottom { flex-direction: column; }
  .footer-bottom { gap: 14px; }
  .privacy-dialog { padding: 42px 24px 28px; }
}
