
:root {
  --navy: #071a2e;
  --navy-2: #0f2844;
  --ink: #111827;
  --muted: #596273;
  --gold: #c6a15b;
  --gold-soft: #e7d5af;
  --paper: #fbfaf7;
  --cream: #f2eee6;
  --white: #ffffff;
  --line: #ded8cd;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, Helvetica, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { overflow-wrap: anywhere; }

.site-header {
  min-height: 76px;
  padding: 12px max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 250, 247, .96);
  border-bottom: 1px solid rgba(17, 24, 39, .1);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 43px; height: 43px; border-radius: 50%; object-fit: cover; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-family: Georgia, 'Times New Roman', serif; font-size: 16px; letter-spacing: .15em; }
.brand small { margin-top: 6px; color: var(--gold); font-size: 8px; letter-spacing: .12em; }
nav { display: flex; gap: 30px; color: #364152; font-size: 13px; }
nav a { padding: 10px 0; }
nav a:hover { color: var(--gold); }
.header-cta { padding: 11px 17px; border: 1px solid var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .02em; white-space: nowrap; transition: .2s ease; }
.header-cta:hover { background: var(--navy); color: var(--white); }

.hero {
  min-height: 700px;
  padding: 82px max(24px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
  color: var(--white);
  background: radial-gradient(circle at 72% 30%, #15375d 0, var(--navy) 44%, #051322 100%);
  overflow: hidden;
}
.eyebrow, .section-kicker { margin: 0 0 20px; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; }
h1, h2 { margin-top: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 770px; margin-bottom: 28px; font-size: clamp(54px, 6vw, 88px); line-height: .98; }
h1 em { display: block; color: var(--gold-soft); font-weight: 400; }
.hero-lead { max-width: 720px; margin: 0 0 32px; color: #d7dee8; font-size: clamp(18px, 1.55vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 21px; border: 0; cursor: pointer; font-weight: 800; transition: .2s ease; }
.button-gold { background: var(--gold); color: var(--navy); }
.button-gold:hover { background: #d9ba7f; transform: translateY(-1px); }
.text-link { display: inline-flex; gap: 8px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; }
.text-link-light { color: #e8edf4; }
.hero-note { max-width: 610px; margin: 32px 0 0; color: #9eabbc; font-size: 12px; }
.hero-media { position: relative; width: min(100%, 480px); justify-self: end; }
.hero-media::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid rgba(198, 161, 91, .45); }
.hero-media img { position: relative; width: 100%; aspect-ratio: 1; object-fit: cover; box-shadow: 0 30px 80px rgba(0,0,0,.34); }
.hero-media-caption { position: relative; margin-top: 19px; display: flex; justify-content: space-between; color: var(--gold-soft); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }

.trust-strip {
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}
.trust-strip div { min-height: 42px; padding: 0 30px; display: flex; gap: 14px; align-items: center; border-right: 1px solid var(--line); }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { color: var(--gold); font-family: Georgia, serif; font-weight: 400; }
.trust-strip span { font-size: 13px; font-weight: 800; }

section:not(.hero):not(.trust-strip) { padding: 108px max(24px, calc((100vw - var(--max)) / 2)); }
.intro-section { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(50px, 8vw, 120px); }
.section-title h2, .section-heading h2, .approach-copy h2, .scope-section h2, .contact-copy h2 { margin-bottom: 0; font-size: clamp(42px, 4.5vw, 66px); line-height: 1.06; }
.lead-paragraph { margin: 0 0 24px; font-size: 21px; line-height: 1.45; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { padding: 15px 0 15px 28px; position: relative; border-bottom: 1px solid var(--line); color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }

.services-section { background: var(--cream); }
.section-heading { margin-bottom: 54px; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-grid-five { grid-template-columns: repeat(6, 1fr); }
.service-grid-five .service-card { grid-column: span 2; }
.service-grid-five .service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-grid-five .service-card:nth-child(5) { grid-column: 4 / span 2; }
.service-card { min-height: 500px; padding: 34px; display: flex; flex-direction: column; position: relative; background: var(--white); border: 1px solid #e2ddd4; }
.service-card-featured { background: var(--navy); color: var(--white); border-color: var(--navy); }
.service-card-gr { background: #ece4d6; border-color: #d8c8aa; }
.card-label { position: absolute; top: 0; right: 0; padding: 9px 13px; background: var(--gold); color: var(--navy); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 900; }
.service-number { margin: 0 0 52px; color: var(--gold); font-family: Georgia, serif; }
.service-card h3 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 30px; line-height: 1.12; font-weight: 400; }
.service-card > p:not(.service-number) { color: var(--muted); }
.service-card-featured > p:not(.service-number) { color: #c6d0dc; }
.service-card ul { margin: 20px 0 30px; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.service-card-featured ul { color: #c6d0dc; }
.service-card li { padding: 6px 0; }
.service-card li::before { content: "—"; margin-right: 8px; color: var(--gold); }
.service-card a { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.service-card-featured a { border-color: rgba(255,255,255,.2); color: var(--gold-soft); }

.approach-section { display: block; background: var(--white); }
.approach-copy { display: grid; grid-template-columns: .82fr 1.18fr; grid-template-rows: auto 1fr; column-gap: clamp(70px, 9vw, 140px); align-items: start; }
.approach-copy .section-kicker { grid-column: 1; grid-row: 1; }
.approach-copy h2 { grid-column: 1; grid-row: 2; max-width: 540px; }
.approach-copy > p:not(.section-kicker) { grid-column: 2; grid-row: 1; max-width: 680px; margin: 0; color: var(--muted); font-size: 18px; }
.approach-copy .mini-process { grid-column: 2; grid-row: 2; }
.mini-process { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.mini-process li { padding: 15px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.mini-process b { font-size: 13px; }
.mini-process span { color: var(--muted); font-size: 12px; text-align: right; }
.seven-steps li { align-items: baseline; }
.process-figure { margin: 0; padding: 18px; background: var(--cream); }
.process-figure img { width: 100%; background: white; }
.process-figure figcaption { padding: 15px 4px 2px; color: var(--muted); font-size: 11px; }
.process-figure-premium { width: 100%; margin-top: 70px; padding: 0; overflow: hidden; background: var(--navy); border: 1px solid rgba(198, 161, 91, .36); box-shadow: 0 34px 90px rgba(7, 26, 46, .2); }
.process-figure-premium img { aspect-ratio: 16 / 9; object-fit: cover; background: var(--navy); }
.process-figure-premium figcaption { padding: 22px 28px 24px; color: #d3dbe5; background: var(--navy); border-top: 1px solid rgba(198, 161, 91, .24); font-size: 14px; }

.measurement-section { background: var(--cream); }
.measurement-section > div:first-child { margin-bottom: 52px; }
.measurement-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #d6ccbc; border: 1px solid #d6ccbc; }
.measurement-grid article { min-height: 240px; padding: 30px; background: var(--paper); }
.measurement-grid span { display: block; margin-bottom: 34px; color: var(--gold); font-family: Georgia, serif; font-size: 38px; line-height: 1; }
.measurement-grid b { display: block; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.measurement-grid p { margin: 14px 0 0; color: var(--muted); font-size: 13px; }

.cases-section { background: var(--navy); color: var(--white); }
.cases-section .section-heading > p { color: #aeb9c7; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.case-grid-four { grid-template-columns: repeat(2, 1fr); }
.case-card { min-height: 530px; padding: 30px; display: flex; flex-direction: column; background: var(--navy-2); border: 1px solid rgba(255,255,255,.12); }
.case-type { margin: 0 0 52px; color: var(--gold); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; }
.case-card h3 { margin: 0 0 28px; font-family: Georgia, serif; font-size: 27px; line-height: 1.17; font-weight: 400; }
.case-card dl { margin: auto 0 0; }
.case-card dl div { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.14); }
.case-card dt { margin-bottom: 5px; color: var(--gold-soft); text-transform: uppercase; letter-spacing: .09em; font-size: 9px; }
.case-card dd { margin: 0; color: #bdc7d4; font-size: 12px; }

.scope-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; background: #e9e2d7; }
.scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #d6ccbc; border: 1px solid #d6ccbc; }
.scope-grid article { padding: 26px; background: var(--paper); }
.scope-grid b { font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.scope-grid p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.gr-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; background: #e9e2d7; }
.gr-copy { max-width: 700px; }
.boundary-note { margin: 34px 0 0; padding: 24px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.55); color: var(--muted); font-size: 13px; }
.boundary-note b { color: var(--ink); }

.fit-section { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fit-card { padding: 44px; border: 1px solid var(--line); }
.fit-card-positive { background: var(--navy); color: var(--white); border-color: var(--navy); }
.fit-card h3 { max-width: 470px; margin: 0 0 18px; font-family: Georgia, serif; font-size: 34px; line-height: 1.12; font-weight: 400; }
.fit-card > p:last-child { max-width: 520px; margin-bottom: 0; color: var(--muted); }
.fit-card-positive > p:last-child { color: #b8c3d0; }

.team-section { background: var(--white); }
.team-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; }
.team-grid-single { grid-template-columns: 1.08fr .92fr; }
.team-grid article { min-height: 260px; padding: 32px; display: grid; grid-template-columns: 84px 1fr; gap: 24px; border: 1px solid var(--line); }
.team-grid article.team-capabilities { display: block; background: var(--cream); }
.monogram { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold-soft); font-family: Georgia, serif; font-size: 22px; }
.person-role { margin: 3px 0 10px; color: var(--gold); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 800; }
.team-grid h3 { margin: 0 0 14px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.team-grid article p:last-child { margin-bottom: 0; color: var(--muted); }

.contact-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 130px); color: var(--white); background: var(--navy); }
.contact-copy > p:not(.section-kicker) { color: #bdc7d4; font-size: 17px; }
.contact-prompts { margin-top: 28px; display: grid; gap: 8px; color: var(--gold-soft); font-size: 12px; }
.contact-prompts span::before { content: "→"; margin-right: 8px; }
.contact-card { padding: clamp(30px, 5vw, 58px); display: flex; align-items: flex-start; flex-direction: column; justify-content: center; background: var(--white); color: var(--ink); }
.contact-label { margin: 0 0 20px; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 900; }
.contact-email { padding-bottom: 8px; border-bottom: 1px solid var(--gold); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(27px, 3vw, 44px); line-height: 1.15; }
.contact-card > p:not(.contact-label) { max-width: 580px; margin: 28px 0; color: var(--muted); font-size: 16px; }
.contact-button { min-width: 220px; }

footer { min-height: 120px; padding: 30px max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #04101d; color: var(--white); font-size: 11px; }
.footer-brand strong { color: var(--white); }
footer > p { color: #8390a1; }

@media (max-width: 1020px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr .65fr; gap: 45px; }
  h1 { font-size: clamp(50px, 7vw, 72px); }
  .trust-strip { margin: 0 24px; }
  .service-card { min-height: 540px; }
  .scope-section, .gr-section { gap: 60px; }
  .service-grid-five { grid-template-columns: repeat(2, 1fr); }
  .service-grid-five .service-card, .service-grid-five .service-card:nth-child(4), .service-grid-five .service-card:nth-child(5) { grid-column: auto; }
  .service-grid-five .service-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-media { width: min(78vw, 430px); justify-self: start; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div { border-bottom: 1px solid var(--line); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .intro-section, .approach-section, .scope-section, .gr-section, .contact-section { grid-template-columns: 1fr; }
  .approach-copy { display: block; }
  .approach-copy > p:not(.section-kicker) { margin-top: 24px; }
  .process-figure-premium { margin-top: 48px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 24px; }
  .service-grid, .case-grid, .measurement-grid { grid-template-columns: 1fr; }
  .service-grid-five .service-card:last-child { grid-column: auto; }
  .service-card, .case-card { min-height: auto; }
  .service-number, .case-type { margin-bottom: 34px; }
  .service-card a { margin-top: 24px; }
  .team-grid { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .site-header { min-height: 68px; padding: 10px 18px; }
  .brand img { width: 39px; height: 39px; }
  .brand strong { font-size: 13px; }
  .header-cta { padding: 9px 11px; font-size: 10px; }
  .hero { min-height: 0; padding: 62px 22px 72px; }
  h1 { font-size: 49px; }
  .hero-lead { font-size: 17px; }
  .hero-media { width: 100%; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-strip { margin: 0; padding: 0 22px; }
  .trust-strip div { padding: 17px 10px; }
  .trust-strip div:first-child { padding-left: 10px; }
  .trust-strip span { font-size: 11px; }
  section:not(.hero):not(.trust-strip) { padding: 76px 22px; }
  .section-title h2, .section-heading h2, .approach-copy h2, .scope-section h2, .contact-copy h2 { font-size: 42px; }
  .service-card, .case-card, .fit-card, .contact-card { padding: 26px; }
  .scope-grid, .fit-section { grid-template-columns: 1fr; }
  .team-grid article { grid-template-columns: 64px 1fr; padding: 24px; }
  .monogram { width: 58px; height: 58px; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button-gold:hover { transform: none; } }

/* V3 — editorial, senior-led presentation */
.hero-v3 {
  min-height: 780px;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .7fr);
  gap: clamp(54px, 7vw, 108px);
  padding-top: 66px;
  padding-bottom: 66px;
  background:
    radial-gradient(circle at 76% 24%, rgba(92, 40, 57, .48) 0, rgba(7, 26, 46, 0) 31%),
    linear-gradient(122deg, #061522 0%, #071a2e 58%, #101c2d 100%);
}
.hero-v3 h1 { max-width: 760px; font-size: clamp(54px, 5.5vw, 82px); }
.hero-v3 .hero-lead { max-width: 690px; }
.hero-portrait { width: min(100%, 500px); margin: 0; isolation: isolate; }
.hero-portrait::before { inset: -22px 22px 22px -22px; z-index: -1; }
.hero-portrait img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center 21%; filter: saturate(.86) contrast(1.03); }
.hero-person {
  position: absolute;
  right: -26px;
  bottom: 32px;
  width: min(82%, 350px);
  padding: 18px 22px;
  display: grid;
  gap: 3px;
  background: rgba(251, 250, 247, .94);
  color: var(--ink);
  box-shadow: 0 20px 55px rgba(0,0,0,.24);
  backdrop-filter: blur(12px);
}
.hero-person span { font-family: Georgia, serif; font-size: 21px; }
.hero-person small { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.editorial-section { background: #d8d0c4; }
.editorial-stage { position: relative; min-height: 680px; overflow: hidden; background: #b5aea4; box-shadow: 0 28px 70px rgba(46, 34, 27, .18); }
.editorial-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,26,46,.18), transparent 42%, rgba(251,250,247,.05)); pointer-events: none; }
.editorial-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 31%; filter: saturate(.84) contrast(1.03); }
.editorial-photo-production { object-position: center 42%; filter: saturate(.78) contrast(1.07); }
.editorial-card { position: relative; z-index: 1; width: 51%; min-height: 680px; margin-left: auto; padding: clamp(44px, 6vw, 78px); display: flex; flex-direction: column; justify-content: center; background: rgba(251,250,247,.94); backdrop-filter: blur(12px); }
.editorial-card h2, .team-copy h2 { margin-bottom: 26px; font-size: clamp(42px, 4.25vw, 64px); line-height: 1.04; }
.editorial-card .lead-paragraph { font-size: 18px; }
.editorial-list { margin: 28px 0 0; padding: 0; list-style: none; counter-reset: editorial; border-top: 1px solid var(--line); }
.editorial-list li { padding: 17px 0; display: grid; grid-template-columns: 130px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.editorial-list b { font-family: Georgia, serif; font-size: 16px; font-weight: 400; }
.editorial-list span { color: var(--muted); font-size: 12px; }

.services-v3 .service-card { min-height: 470px; }
.services-v3 .service-card h3 { max-width: 310px; font-size: 32px; }
.services-v3 .service-card-gr { background: #e7ded0; }

.case-grid-two { grid-template-columns: repeat(2, 1fr); gap: 22px; }
.case-grid-two .case-card { min-height: 470px; padding: clamp(30px, 4vw, 48px); }
.case-grid-two .case-card h3 { max-width: 510px; font-size: clamp(29px, 3vw, 42px); }
.case-card-accent { background: #101f31; border-color: rgba(198,161,91,.45); }

.gr-v3 { grid-template-columns: .88fr 1.12fr; gap: clamp(60px, 9vw, 130px); background: #e9e2d7; }
.gr-heading .boundary-note { max-width: 520px; }
.gr-panel { padding: clamp(34px, 5vw, 62px); background: var(--paper); border: 1px solid #d6ccbc; }
.gr-panel .lead-paragraph { max-width: 700px; }
.gr-panel ol { margin: 36px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.gr-panel li { padding: 18px 0; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.gr-panel li span { color: var(--gold); font-family: Georgia, serif; }
.gr-panel li b { font-size: 14px; }

.team-v3 { display: grid; grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr); gap: clamp(55px, 9vw, 130px); align-items: center; background: var(--white); }
.team-portrait { margin: 0; position: relative; }
.team-portrait::before { content: ""; position: absolute; inset: 20px -20px -20px 20px; border: 1px solid rgba(198,161,91,.54); }
.team-portrait img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 24%; filter: saturate(.82) contrast(1.02); }
.team-portrait figcaption { position: relative; padding: 18px 0 0; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.team-copy > p:not(.section-kicker):not(.lead-paragraph) { max-width: 720px; color: var(--muted); }
.team-principles { margin-top: 36px; border-top: 1px solid var(--line); }
.team-principles div { padding: 18px 0; display: grid; grid-template-columns: 190px 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.team-principles b { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.team-principles span { color: var(--muted); font-size: 12px; }

@media (max-width: 1020px) {
  .hero-v3 { grid-template-columns: 1fr .68fr; gap: 44px; }
  .hero-person { right: -12px; }
  .editorial-card { width: 58%; }
  .team-v3 { gap: 58px; }
}

@media (max-width: 820px) {
  .hero-v3 { grid-template-columns: 1fr; }
  .hero-portrait { width: min(76vw, 480px); justify-self: center; }
  .editorial-stage { min-height: 0; overflow: visible; box-shadow: none; background: transparent; }
  .editorial-stage::after { display: none; }
  .editorial-photo { position: relative; height: auto; aspect-ratio: 4 / 5; object-position: center 26%; }
  .editorial-photo-production { object-position: 16% center; }
  .editorial-card { width: auto; min-height: 0; margin: 0; padding: 48px 40px; }
  .case-grid-two { grid-template-columns: 1fr; }
  .gr-v3, .team-v3 { grid-template-columns: 1fr; }
  .team-portrait { width: min(80vw, 520px); }
}

@media (max-width: 580px) {
  .hero-v3 h1 { font-size: 46px; }
  .hero-person { right: -4px; bottom: 18px; width: 88%; padding: 15px 17px; }
  .hero-person span { font-size: 18px; }
  .editorial-card { padding: 38px 24px; }
  .editorial-list li { grid-template-columns: 1fr; gap: 6px; }
  .editorial-card h2, .team-copy h2 { font-size: 41px; }
  .services-v3 .service-card { min-height: auto; }
  .case-grid-two .case-card { min-height: auto; }
  .gr-panel { padding: 28px 24px; }
  .team-portrait { width: calc(100% - 18px); }
  .team-principles div { grid-template-columns: 1fr; gap: 6px; }
}

.explain-section { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(64px, 9vw, 130px); align-items: start; background: var(--white); }
.explain-intro h2 { margin-bottom: 28px; font-size: clamp(42px, 4.35vw, 64px); line-height: 1.04; }
.explain-intro .lead-paragraph { max-width: 590px; font-size: 19px; }
.explain-quote { max-width: 590px; margin: 38px 0 0; padding: 24px 0 24px 28px; border-left: 2px solid var(--gold); color: var(--muted); font-family: Georgia, serif; font-size: 18px; line-height: 1.5; }
.explain-flow { border-top: 1px solid var(--line); }
.explain-flow article { padding: 26px 0; display: grid; grid-template-columns: 54px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.explain-flow article > span { color: var(--gold); font-family: Georgia, serif; font-size: 18px; }
.explain-flow h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 23px; line-height: 1.2; font-weight: 400; }
.explain-flow article p { margin: 0; color: var(--muted); font-size: 13px; }
.contour-note { margin-top: 30px; padding: clamp(30px, 4vw, 46px); background: var(--navy); color: var(--white); }
.contour-note > p:first-child { margin: 0 0 28px; color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 800; }
.contour-note h3 { margin-bottom: 22px; color: var(--white); font-size: clamp(24px, 2.4vw, 34px); }
.contour-note > p:last-child { margin: 0; color: #b9c4d1; font-size: 13px; }

@media (max-width: 820px) {
  .explain-section { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 580px) {
  .explain-intro h2 { font-size: 41px; }
  .explain-flow article { grid-template-columns: 38px 1fr; gap: 14px; }
  .contour-note { padding: 28px 24px; }
}

/* V4 — strategy-led conversion path */
.start-section { background: #eee8de; }
.entry-product-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.entry-product-card { min-height: 520px; padding: clamp(30px, 3.8vw, 48px); display: flex; flex-direction: column; border: 1px solid #d7cdbd; background: var(--paper); }
.entry-product-card > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.entry-product-number { color: var(--gold); font-family: Georgia, serif; font-size: 20px; }
.entry-product-card h3 { margin: 56px 0 22px; font-family: Georgia, serif; font-size: clamp(28px, 2.6vw, 38px); line-height: 1.08; font-weight: 400; }
.entry-product-card > p { color: var(--muted); }
.entry-product-card ul { margin: 26px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.entry-product-card li { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.entry-product-card a { margin-top: auto; padding-top: 34px; display: flex; justify-content: space-between; color: var(--navy); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.entry-product-card a span { color: var(--gold); font-size: 18px; }
.entry-product-featured { background: var(--navy); color: var(--white); border-color: var(--navy); box-shadow: 0 24px 60px rgba(7,26,46,.18); }
.entry-product-featured > p, .entry-product-featured li { color: #bdc7d4; }
.entry-product-featured ul, .entry-product-featured li { border-color: rgba(255,255,255,.13); }
.entry-product-featured a { color: var(--white); }
.start-note { max-width: 760px; margin: 34px 0 0; color: var(--muted); font-size: 13px; }
.start-note b { color: var(--ink); }

.case-grid-three { grid-template-columns: repeat(3, 1fr); gap: 18px; }
.case-grid-three .case-card { min-height: 610px; padding: clamp(28px, 3.3vw, 42px); }
.case-grid-three .case-card h3 { font-size: clamp(27px, 2.5vw, 36px); }
.case-grid-three .case-card dl div { grid-template-columns: 94px 1fr; }

.fit-section-v4 { background: var(--navy); color: var(--white); }
.fit-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: end; }
.fit-heading h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); }
.fit-heading > p:last-child { max-width: 540px; margin: 0 0 8px; color: #b8c3d0; }
.fit-signal-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.fit-signal-grid article { min-height: 190px; padding: 28px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.fit-signal-grid span { color: var(--gold); font-family: Georgia, serif; }
.fit-signal-grid p { margin: 38px 0 0; max-width: 320px; color: #d3dae3; font-size: 13px; }
.fit-section-v4 aside { margin-top: 28px; padding: 22px 26px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.055); color: #bdc7d4; font-size: 13px; }
.fit-section-v4 aside b { color: var(--gold-soft); }

.lead-form { padding: clamp(28px, 4.5vw, 52px); background: var(--white); color: var(--ink); }
.lead-form-heading { margin-bottom: 26px; }
.lead-form-heading > p:last-child { max-width: 580px; color: var(--muted); font-size: 13px; }
.lead-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form label { display: grid; gap: 7px; }
.lead-form label > span { color: #4e5869; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.lead-form input, .lead-form textarea { width: 100%; border: 0; border-bottom: 1px solid #cfc6b8; border-radius: 0; padding: 11px 2px; background: transparent; color: var(--ink); outline: none; }
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--gold); box-shadow: 0 1px 0 var(--gold); }
.lead-form-wide { grid-column: 1 / -1; }
.lead-form-footer { margin-top: 28px; display: flex; align-items: center; gap: 24px; }
.lead-form-footer p { max-width: 410px; margin: 0; color: var(--muted); font-size: 10px; }
.contact-email-light { display: inline-block; margin-top: 30px; padding-bottom: 5px; border-bottom: 1px solid var(--gold); color: var(--white); font-family: Georgia, serif; font-size: clamp(22px, 2.2vw, 34px); }
.footer-links { display: flex; gap: 24px; color: #9ba7b6; }
.footer-links a:hover { color: var(--gold-soft); }

.entry-hero { min-height: 730px; padding-top: 72px; padding-bottom: 72px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); gap: clamp(60px, 8vw, 120px); align-items: center; background: linear-gradient(122deg, #061522 0%, #071a2e 58%, #101c2d 100%); color: var(--white); }
.entry-hero h1 { max-width: 820px; font-size: clamp(52px, 5.8vw, 84px); }
.entry-hero-copy .hero-lead { max-width: 720px; }
.entry-hero-media { margin: 0; position: relative; min-height: 520px; overflow: hidden; border: 1px solid rgba(198,161,91,.45); background: #10253b; }
.entry-hero-media img { width: 100%; height: 520px; object-fit: cover; object-position: center; filter: saturate(.75) contrast(1.05); }
.entry-hero-media figcaption { position: absolute; left: 26px; right: 26px; bottom: 26px; padding: 24px; display: grid; gap: 8px; background: rgba(251,250,247,.94); color: var(--ink); backdrop-filter: blur(10px); }
.entry-hero-media figcaption span { color: var(--gold); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.entry-hero-media figcaption strong { font-family: Georgia, serif; font-size: 22px; line-height: 1.25; font-weight: 400; }
.entry-hero-media img[src*="process-flow"] { object-fit: contain; padding: 22px; }
.entry-summary { padding-top: 0 !important; padding-bottom: 0 !important; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); }
.entry-summary div { min-height: 150px; padding: 34px; display: grid; align-content: center; gap: 9px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.entry-summary span { color: var(--gold); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.entry-summary b { max-width: 340px; font-family: Georgia, serif; font-size: 19px; line-height: 1.35; font-weight: 400; }
.entry-situations { background: #eee8de; }
.entry-situation-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.entry-situation-grid article { min-height: 280px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); border: 1px solid #d7cdbd; }
.entry-situation-grid span { color: var(--gold); font-family: Georgia, serif; font-size: 20px; }
.entry-situation-grid p { margin: 0; font-family: Georgia, serif; font-size: 23px; line-height: 1.35; }
.entry-result { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 130px); background: var(--white); }
.entry-result-intro h2, .entry-process h2, .entry-boundary h2 { font-size: clamp(43px, 4.8vw, 68px); }
.entry-result-intro > p:last-child { color: var(--muted); }
.entry-deliverables { border-top: 1px solid var(--line); }
.entry-deliverables article { padding: 25px 0; display: grid; grid-template-columns: 52px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.entry-deliverables span { color: var(--gold); font-family: Georgia, serif; }
.entry-deliverables h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.entry-deliverables p { margin: 0; color: var(--muted); font-size: 13px; }
.entry-process { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 9vw, 130px); background: #e8e0d4; }
.entry-process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cfc5b6; }
.entry-process li { padding: 25px 0; display: grid; grid-template-columns: 54px 1fr; gap: 22px; border-bottom: 1px solid #cfc5b6; }
.entry-process li span { color: var(--gold); font-family: Georgia, serif; }
.entry-process li p { margin: 0; font-family: Georgia, serif; font-size: 22px; }
.entry-boundary { background: var(--navy); color: var(--white); }
.entry-boundary h2 { max-width: 980px; }
.entry-boundary > p:last-child { max-width: 800px; color: #b8c3d0; }
.entry-contact { align-items: start; }

@media (max-width: 1020px) {
  .entry-product-grid, .case-grid-three { grid-template-columns: 1fr 1fr; }
  .entry-product-card:last-child, .case-grid-three .case-card:last-child { grid-column: 1 / -1; }
  .fit-signal-grid { grid-template-columns: 1fr 1fr; }
  .entry-hero { grid-template-columns: 1fr .7fr; gap: 44px; }
}

@media (max-width: 820px) {
  .entry-product-grid, .case-grid-three, .fit-signal-grid, .entry-situation-grid { grid-template-columns: 1fr; }
  .entry-product-card:last-child, .case-grid-three .case-card:last-child { grid-column: auto; }
  .fit-heading, .entry-hero, .entry-result, .entry-process { grid-template-columns: 1fr; }
  .entry-hero-media { min-height: 420px; }
  .entry-hero-media img { height: 540px; }
  .entry-summary { grid-template-columns: 1fr; }
  .entry-summary div { min-height: 115px; border-right: 0; }
  .lead-form-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 580px) {
  .entry-product-card, .case-grid-three .case-card { min-height: auto; }
  .entry-product-card h3 { margin-top: 38px; }
  .fit-heading h2, .entry-result-intro h2, .entry-process h2, .entry-boundary h2 { font-size: 41px; }
  .fit-signal-grid article { min-height: 160px; }
  .lead-form { padding: 28px 22px; }
  .lead-form-grid { grid-template-columns: 1fr; }
  .lead-form-wide { grid-column: auto; }
  .entry-hero { padding: 58px 22px 70px; }
  .entry-hero h1 { font-size: 45px; }
  .entry-hero-media, .entry-hero-media img { min-height: 0; height: 460px; }
  .entry-situation-grid article { min-height: 230px; }
  .footer-links { flex-wrap: wrap; gap: 12px 20px; }
}
