:root {
  --ink: #171717; --ink-soft: #292827; --bronze: #9b7b5c; --bronze-light: #c2a181;
  --bronze-pale: #eadfd3; --cream: #f5f1eb; --paper: #fffdf9; --white: #fff;
  --line: rgba(23,23,23,.14); --serif: "Montserrat",Arial,sans-serif;
  --sans: "DM Sans",Arial,sans-serif; --shadow: 0 24px 60px rgba(23,23,23,.14); --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button,input,textarea { font: inherit; }
.container { width: min(calc(100% - 40px),var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.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; left: 16px; top: -100px; z-index: 999; background: var(--white); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { top: 16px; }
h1,h2,h3 { font-family: var(--serif); line-height: 1.12; margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(3rem,5.4vw,5.7rem); letter-spacing: -.055em; }
h1 span { color: var(--bronze-light); }
h2 { margin-bottom: 26px; font-size: clamp(2.2rem,4vw,4.2rem); letter-spacing: -.045em; }
h3 { margin-bottom: 14px; font-size: 1.35rem; letter-spacing: -.02em; }
.eyebrow { margin: 0 0 20px; color: var(--bronze); font-size: .76rem; font-weight: 800; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.light { color: var(--bronze-light); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,253,249,.95); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 174px; flex: 0 0 auto; }
.brand img { width: 100%; height: 65px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { text-decoration: none; font-size: .9rem; font-weight: 700; letter-spacing: .01em; }
.primary-nav a:not(.nav-cta) { position: relative; }
.primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; height: 2px; background: var(--bronze); left: 0; right: 100%; bottom: -7px; transition: right .25s ease; }
.primary-nav a:not(.nav-cta):hover::after,.primary-nav a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { color: var(--white); background: var(--ink); padding: 13px 19px; }
.nav-cta:hover { background: var(--bronze); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 27px; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s ease; }

/* Hero */
.hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: linear-gradient(90deg,var(--bronze),var(--bronze-light),var(--bronze)); }
.hero-accent { position: absolute; inset: 0 50% 0 auto; width: 1px; background: rgba(255,255,255,.08); }
.hero-grid { min-height: 700px; display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 72px; padding-top: 76px; padding-bottom: 82px; }
.hero-lead { max-width: 690px; margin: 0; color: rgba(255,255,255,.76); font-size: clamp(1.08rem,1.5vw,1.26rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 23px; border: 0; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease,background .2s ease,color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--bronze-light); }
.button-primary:hover { background: var(--white); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--bronze-pale); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--white); text-decoration: none; font-weight: 700; }
.text-link span { color: var(--bronze-light); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.dark-link { color: var(--ink); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 0; margin-top: 42px; color: rgba(255,255,255,.62); font-size: .86rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.hero-meta span { display: flex; align-items: center; }
.hero-meta span:not(:last-child)::after { content: ""; width: 4px; height: 4px; margin: 0 15px; border-radius: 50%; background: var(--bronze-light); }
.hero-visual { position: relative; align-self: end; justify-self: end; width: min(100%,450px); }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: .78; background: var(--bronze); box-shadow: var(--shadow); }
.portrait-frame::before { content: ""; position: absolute; z-index: 1; inset: 18px; border: 1px solid rgba(255,255,255,.42); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; filter: saturate(.82) contrast(1.03); }
.experience-card { position: absolute; z-index: 2; left: -58px; bottom: 28px; width: 245px; padding: 22px 24px; color: var(--ink); background: var(--cream); box-shadow: 0 16px 38px rgba(0,0,0,.23); }
.experience-card strong,.experience-card span { display: block; }
.experience-card strong { margin-bottom: 5px; font-family: var(--serif); font-size: 1.1rem; }
.experience-card span { color: #5b554f; font-size: .88rem; line-height: 1.45; }

/* Proof and challenge */
.proof-strip { color: var(--white); background: var(--bronze); }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-grid article { min-height: 170px; padding: 34px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.22); }
.proof-grid article:first-child { border-left: 1px solid rgba(255,255,255,.22); }
.proof-grid strong { font-family: var(--serif); font-size: clamp(2.1rem,4vw,3.35rem); line-height: 1; letter-spacing: -.05em; }
.proof-grid span { margin-top: 10px; color: rgba(255,255,255,.82); font-size: .88rem; line-height: 1.4; }
.challenge-section { background: var(--cream); }
.split-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.section-heading h2 { max-width: 740px; margin-bottom: 0; }
.section-copy { padding-left: 34px; border-left: 2px solid var(--bronze); color: #514c47; font-size: 1.04rem; }
.section-copy p:last-child { margin-bottom: 0; }
.challenge-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 72px; }
.challenge-card { min-height: 300px; padding: 35px; border-top: 4px solid var(--bronze); background: var(--paper); box-shadow: 0 14px 34px rgba(23,23,23,.06); }
.card-number { display: block; margin-bottom: 50px; color: var(--bronze); font-family: var(--serif); font-weight: 700; }
.challenge-card p { margin-bottom: 0; color: #66605a; }

/* Services */
.services-section { color: var(--white); background: var(--ink-soft); }
.section-kicker { display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 60px; margin-bottom: 58px; }
.section-kicker h2 { max-width: 720px; margin-bottom: 0; }
.section-kicker > p { margin: 0 0 8px; color: rgba(255,255,255,.65); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); border-left: 1px solid rgba(255,255,255,.13); border-top: 1px solid rgba(255,255,255,.13); }
.service-card { min-height: 300px; padding: 34px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); transition: background .25s ease; }
.service-card:hover { background: rgba(255,255,255,.045); }
.service-card.featured { grid-row: span 2; color: var(--ink); background: var(--bronze-light); }
.service-index { display: block; margin-bottom: 56px; color: var(--bronze-light); font-family: var(--serif); font-size: .82rem; font-weight: 700; }
.featured .service-index { color: rgba(23,23,23,.54); }
.service-card p { margin-bottom: 0; color: rgba(255,255,255,.62); }
.service-card.featured p { color: rgba(23,23,23,.72); }
.service-card ul { margin: 24px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(23,23,23,.18); list-style: none; }
.service-card li { position: relative; margin: 9px 0; padding-left: 18px; font-size: .9rem; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .7em; width: 6px; height: 6px; background: var(--ink); transform: rotate(45deg); }

/* Results and engagements */
.results-section { overflow: hidden; background: var(--paper); }
.results-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 110px; align-items: start; }
.results-story { position: sticky; top: 140px; }
.results-story p:not(.eyebrow) { color: #5e5852; font-size: 1.05rem; }
.results-list { border-top: 1px solid var(--line); }
.results-list article { display: grid; grid-template-columns: 150px 1fr; gap: 30px; padding: 40px 0; border-bottom: 1px solid var(--line); }
.results-list strong { color: var(--bronze); font-family: var(--serif); font-size: clamp(2.4rem,4vw,4.2rem); line-height: 1; letter-spacing: -.06em; }
.results-list h3 { margin-bottom: 8px; }
.results-list p { margin: 0; color: #68615b; }
.engagements-section { background: var(--cream); }
.center-heading { max-width: 780px; margin: 0 auto 58px; text-align: center; }
.engagement-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.engagement-card { display: flex; flex-direction: column; min-height: 350px; padding: 30px; background: var(--paper); border: 1px solid var(--line); transition: transform .25s ease,box-shadow .25s ease; }
.engagement-card:hover { transform: translateY(-7px); box-shadow: 0 18px 45px rgba(23,23,23,.09); }
.engagement-card > span { color: var(--bronze); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.engagement-card h3 { margin-top: 46px; font-size: 1.45rem; }
.engagement-card p { color: #655f59; }
.engagement-card a { display: inline-flex; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink); text-decoration: none; font-weight: 700; }
.engagement-card a span { color: var(--bronze); }

/* Diagnostic */
.diagnostic-section { position: relative; overflow: hidden; padding: 112px 0; color: var(--white); background: var(--bronze); }
.diagnostic-section::after { content: "SC"; position: absolute; right: -40px; bottom: -100px; color: rgba(255,255,255,.07); font-family: var(--serif); font-size: 21rem; font-weight: 800; line-height: 1; letter-spacing: -.12em; pointer-events: none; }
.diagnostic-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .92fr; gap: 100px; align-items: center; }
.diagnostic-copy h2 { margin-bottom: 24px; }
.diagnostic-lead { max-width: 640px; margin: 0 0 34px; color: rgba(255,255,255,.84); font-size: 1.16rem; }
.diagnostic-panel { padding: 42px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.panel-label { margin: 0 0 18px; color: var(--bronze); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.diagnostic-panel ul { margin: 0; padding: 0; list-style: none; }
.diagnostic-panel li { display: flex; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.diagnostic-panel li span { color: var(--bronze); font-family: var(--serif); }
.panel-note { margin: 24px 0 0; color: #645d56; font-size: .92rem; }

/* About, contact, footer */
.about-section { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; align-items: center; }
.about-visual { position: relative; }
.about-image-wrap { overflow: hidden; aspect-ratio: .86; background: var(--bronze-pale); }
.about-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 40%; filter: saturate(.76); }
.about-quote { position: absolute; right: -52px; bottom: -32px; width: 285px; padding: 26px; color: var(--white); background: var(--ink); font-family: var(--serif); font-size: 1rem; font-weight: 600; line-height: 1.5; }
.about-copy > p:not(.eyebrow) { color: #5f5953; font-size: 1.04rem; }
.credential-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.credential-row span { color: #69625b; font-size: .78rem; line-height: 1.4; text-transform: uppercase; }
.credential-row strong { display: block; margin-bottom: 5px; color: var(--ink); font-family: var(--serif); font-size: 1rem; }
.contact-section { padding: 112px 0; color: var(--white); background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.contact-copy { position: sticky; top: 140px; }
.contact-copy p:not(.eyebrow) { color: rgba(255,255,255,.65); font-size: 1.08rem; }
.location { margin-top: 38px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); color: var(--bronze-light); font-weight: 700; }
.contact-form { padding: 44px; color: var(--ink); background: var(--paper); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: block; margin-bottom: 20px; font-size: .85rem; font-weight: 800; }
.contact-form input,.contact-form textarea { width: 100%; margin-top: 8px; border: 1px solid #ccc4bc; border-radius: 0; outline: none; color: var(--ink); background: var(--white); padding: 13px 14px; }
.contact-form input:focus,.contact-form textarea:focus { border-color: var(--bronze); box-shadow: 0 0 0 3px rgba(155,123,92,.15); }
.contact-form textarea { resize: vertical; }
.form-button { width: 100%; }
.form-note { margin: 14px 0 0; color: #766e66; font-size: .78rem; text-align: center; }
.hidden-field { display: none; }
.site-footer { padding: 32px 0; background: var(--cream); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 190px 1fr auto; gap: 35px; align-items: center; }
.footer-brand img { height: 64px; width: 180px; object-fit: contain; object-position: left center; }
.site-footer p { margin: 0; color: #6d655e; font-size: .82rem; }
.copyright { text-align: right; }

/* Thank-you page */
.thank-you-page { min-height: 100vh; color: var(--white); background: var(--ink); }
.thank-you-shell { min-height: 100vh; display: grid; place-items: center; padding: 36px 20px; }
.thank-you-card { width: min(100%,680px); padding: 64px; color: var(--ink); background: var(--paper); border-top: 6px solid var(--bronze); box-shadow: var(--shadow); text-align: center; }
.thank-you-card img { width: 220px; height: 110px; margin: 0 auto 30px; object-fit: contain; }
.thank-you-card h1 { margin-bottom: 20px; font-size: clamp(2.4rem,7vw,4.4rem); }
.thank-you-card p:not(.eyebrow) { max-width: 520px; margin: 0 auto 30px; color: #645d56; font-size: 1.05rem; }

/* Motion */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease,transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1040px) {
  .primary-nav { gap: 20px; } .primary-nav a { font-size: .82rem; } .hero-grid { gap: 42px; } .experience-card { left: -28px; }
  .engagement-grid { grid-template-columns: repeat(2,1fr); } .results-grid,.about-grid,.contact-grid { gap: 62px; }
}
@media (max-width: 820px) {
  .section { padding: 84px 0; } .nav-wrap { min-height: 78px; } .menu-toggle { display: block; position: relative; z-index: 102; }
  .primary-nav { position: fixed; z-index: 101; inset: 78px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(23,23,23,.12); }
  .primary-nav.is-open { display: flex; } .primary-nav a { padding: 14px 8px; font-size: 1rem; } .primary-nav a::after { display: none; }
  .nav-cta { margin-top: 8px; padding: 14px 16px !important; text-align: center; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; } .hero-accent { display: none; }
  .hero-visual { justify-self: center; width: min(88%,480px); } .portrait-frame { aspect-ratio: .88; } .experience-card { left: -6%; }
  .proof-grid { grid-template-columns: repeat(2,1fr); } .proof-grid article { border-bottom: 1px solid rgba(255,255,255,.22); }
  .split-intro,.section-kicker,.results-grid,.diagnostic-grid,.about-grid,.contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .section-copy { padding-left: 24px; } .challenge-grid,.services-grid { grid-template-columns: 1fr 1fr; }
  .service-card.featured { grid-row: auto; grid-column: span 2; } .results-story,.contact-copy { position: static; }
  .about-visual { width: min(80%,480px); } .about-quote { right: -15%; }
  .footer-grid { grid-template-columns: 180px 1fr; } .copyright { grid-column: 1 / -1; text-align: left; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px),var(--container)); } .section { padding: 70px 0; }
  h1 { font-size: clamp(2.65rem,13vw,4rem); } h2 { font-size: clamp(2rem,9vw,3rem); } .brand { width: 148px; }
  .hero-grid { padding-top: 56px; padding-bottom: 72px; } .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { justify-content: center; } .hero-meta { align-items: flex-start; flex-direction: column; }
  .hero-meta span:not(:last-child)::after { display: none; } .hero-visual { width: 100%; }
  .experience-card { position: relative; left: 0; bottom: auto; width: 88%; margin: -26px auto 0; }
  .proof-grid,.challenge-grid,.services-grid,.engagement-grid { grid-template-columns: 1fr; }
  .proof-grid article { min-height: 135px; border-left: 1px solid rgba(255,255,255,.22); }
  .service-card.featured { grid-column: auto; } .service-card { min-height: 260px; }
  .results-list article { grid-template-columns: 1fr; gap: 18px; } .diagnostic-section { padding: 74px 0; }
  .diagnostic-panel { padding: 27px 23px; } .diagnostic-panel li { font-size: .9rem; }
  .about-visual { width: 100%; } .about-quote { position: relative; right: auto; bottom: auto; width: 92%; margin: -25px 0 0 auto; }
  .credential-row { grid-template-columns: 1fr; } .contact-section { padding: 74px 0; } .contact-form { padding: 28px 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; } .footer-grid { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
  .copyright { text-align: left; } .thank-you-card { padding: 44px 24px; }
}
