:root {
  --navy: #1b2a43;
  --navy-deep: #111f34;
  --orange: #ff751f;
  --orange-soft: #fff0e5;
  --orange-ink: #cf5410;
  --paper: #fbfaf7;
  --white: #ffffff;
  --mist: #edf0ee;
  --ink-muted: #5e6873;
  --line: rgba(27, 42, 67, 0.14);
  --max-width: 1240px;
  --act-pad: clamp(88px, 10.5vw, 158px);
  --block-gap: clamp(58px, 6.5vw, 104px);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--navy);
  font-family: Cabin, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.contact-section :focus-visible { outline-color: #fff; }
.crossing-break :focus-visible { outline-color: #fff; }
.waves-band :focus-visible { outline-color: var(--orange); }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.015em;
}
h1, h2, h3 { text-wrap: pretty; }

.section-shell {
  width: min(calc(100% - 48px), var(--max-width));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 74px;
  padding: 0 max(24px, calc((100vw - var(--max-width)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(27, 42, 67, 0.09);
  background: rgba(251, 250, 247, 0.92);
  backdrop-filter: blur(18px);
}

.brand { width: 145px; height: 38px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 100%; }

.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 0.9375rem; font-weight: 500; }
.desktop-nav > a:not(.nav-cta) { padding-block: 10px; position: relative; }
.desktop-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--orange); transition: right .25s ease; }
.desktop-nav > a:not(.nav-cta):hover::after,
.desktop-nav > a:not(.nav-cta)[aria-current]::after { right: 0; }
.desktop-nav > a:not(.nav-cta)[aria-current] { color: var(--navy); font-weight: 600; }
.nav-cta, .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: white;
  background: var(--navy);
  border-radius: 100px;
  padding: 11px 19px;
  transition: transform .2s ease, background .2s ease;
}
.nav-cta:hover, .primary-button:hover { transform: translateY(-2px); background: var(--orange); }
.mobile-nav { display: none; }

.hero {
  min-height: min(640px, calc(100vh - 74px));
  display: grid;
  grid-template-columns: 1.55fr .65fr;
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
  padding-block: clamp(70px, 8vw, 118px);
}

.eyebrow, .section-index {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 600;
}
.eyebrow { color: var(--orange); margin-bottom: 24px; }
.section-index { color: var(--ink-muted); display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.section-index::before { content: ""; flex: none; width: 24px; height: 2px; background: var(--orange); }

h2.section-label, .section-label {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.12;
  letter-spacing: -0.018em;
  text-transform: none;
  color: var(--navy);
  margin: 0 0 26px;
  max-width: none;
}
.section-statement {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  line-height: 1.45;
  letter-spacing: -0.008em;
  color: var(--ink-muted);
  max-width: none;
  margin-bottom: 30px;
  text-wrap: pretty;
}
.section-lede { font-size: clamp(1.0625rem, 1.55vw, 1.25rem); line-height: 1.55; color: var(--ink-muted); max-width: none; margin-bottom: 0; text-wrap: pretty; }

.hero h1 {
  font-size: clamp(2.4rem, 3.85vw, 3.5rem);
  line-height: 1.06;
  letter-spacing: -0.018em;
  max-width: 820px;
  margin-bottom: 36px;
}
.hero-intro { font-size: clamp(1.2rem, 1.6vw, 1.45rem); line-height: 1.5; max-width: 720px; color: #465466; margin-bottom: 38px; }
.primary-button { font-size: 1rem; font-weight: 700; padding: 14px 24px; }
.primary-button span, .contact-link span { font-size: 1.2em; }

.nowrap { white-space: nowrap; }
.hero-art {
  min-height: 440px;
  position: relative;
  overflow: hidden;
  border-radius: 280px 280px 26px 26px;
  background: var(--orange-soft);
  isolation: isolate;
}
.hero-art::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.72), transparent 45%); z-index: -1; }
.hero-path { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-path-open { fill: none; stroke: var(--orange); stroke-width: 3.5; stroke-linecap: round; }
.hero-path-tried { fill: none; stroke: var(--navy); stroke-opacity: .3; stroke-width: 1.5; stroke-linecap: round; stroke-dasharray: .012 .018; }
.hero-path-end { fill: var(--navy); }
@media (prefers-reduced-motion: no-preference) {
  .hero-path-open { stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw-path 1.5s cubic-bezier(.6,.05,.25,1) .25s forwards; }
  .hero-path-end { opacity: 0; animation: fade-in .4s ease 1.6s forwards; }
}
@keyframes draw-path { to { stroke-dashoffset: 0; } }
@keyframes fade-in { to { opacity: 1; } }
.hero-art-label { position: absolute; left: 32px; bottom: 28px; margin: 0; color: var(--orange); font-size: .8125rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

.what-section { background: var(--white); padding-block: var(--act-pad); }
.section-heading { max-width: 940px; margin-bottom: var(--block-gap); }
#who-we-work-with .section-heading { margin-bottom: clamp(46px, 5vw, 72px); }
#experience .section-heading { margin-bottom: clamp(34px, 3.6vw, 52px); }
#how-we-solve .section-statement { max-width: none; }

.leadership-who h3 { width: 100%; font-family: 'Playfair Display', Georgia, serif; font-weight: 500; letter-spacing: -0.015em; font-size: clamp(1.7rem, 2.6vw, 2.4rem); line-height: 1.1; margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-card { padding: 0 clamp(34px, 4vw, 60px) 0 0; display: flex; flex-direction: column; }
.service-card + .service-card { border-left: 1px solid var(--line); padding-left: clamp(34px, 4vw, 60px); }
.service-card h4 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: 1.4375rem; line-height: 1.28; margin: 24px 0 18px; }
.service-card ul { padding: 0; margin: 24px 0 0; list-style: none; }
.service-card li { position: relative; padding: 13px 0 13px 20px; border-top: 1px solid var(--line); font-size: 1.125rem; line-height: 1.55; }
.service-card li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); position: absolute; left: 0; top: 22px; }
@supports (grid-template-rows: subgrid) {
  .service-grid { grid-auto-rows: auto; }
  .service-card { grid-row: span 5; display: grid; grid-template-rows: subgrid; align-content: start; }
  .service-card > * { align-self: start; }
  .service-card .service-cta { align-self: end; }
}
.service-cta { display: inline-flex; align-items: center; align-self: flex-start; gap: 9px; margin-top: auto; padding-top: 30px; padding-bottom: 5px; border-bottom: 2px solid var(--orange); color: var(--navy); font-size: 1.0625rem; font-weight: 700; transition: color .2s ease; }
.service-cta:hover { color: var(--orange); }

.principles-list { --trio-gap: clamp(34px, 4.2vw, 68px); display: grid; grid-template-columns: 1fr 1fr; column-gap: var(--trio-gap); row-gap: 40px; margin-bottom: var(--act-pad); }
.principles-list article { position: relative; padding: 0; }
.principles-list.trio article + article::after { content: ""; position: absolute; top: 0; bottom: 0; left: calc(var(--trio-gap) / -2); width: 1px; background: var(--line); }
.principles-list h3, .principles-list h4 { position: relative; padding-left: 22px; color: var(--orange); font-family: 'Playfair Display', Georgia, serif; font-weight: 600; letter-spacing: -0.015em; font-size: clamp(1.15rem, 1.4vw, 1.35rem); line-height: 1.24; margin-bottom: 14px; text-wrap: balance; }
.principles-list h3::before, .principles-list h4::before { content: ""; position: absolute; left: 0; top: .5em; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.principles-list p { padding-left: 22px; color: var(--ink-muted); font-size: 1.0625rem; line-height: 1.6; margin-bottom: 0; text-wrap: pretty; }

.card-label {
  font-family: Cabin, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.15vw, 1.0625rem);
  line-height: 1.3;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 20px;
  max-width: none;
  text-wrap: pretty;
}
.card-statement {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  line-height: 1.36;
  letter-spacing: -0.008em;
  color: var(--navy);
  margin-bottom: 18px;
  max-width: none;
  text-wrap: pretty;
}
.card-body { max-width: none; font-size: 1.0625rem; line-height: 1.6; color: var(--ink-muted); text-wrap: pretty; }
.audience-pair { grid-template-columns: 1fr 1fr; }
@supports (grid-template-rows: subgrid) {
  .audience-pair .service-card { grid-row: span 4; }
}

.principles-list.trio { grid-template-columns: repeat(3, 1fr); }

.commitment-body { color: var(--ink-muted); }

.photo-band { width: 100%; margin: 0; position: relative; overflow: hidden; }
.photo-band > img { width: 100%; height: 100%; object-fit: cover; }
.waves-band { height: min(46vw, 560px); min-height: 320px; color: var(--navy); }
.waves-band > img { object-position: center 46%; transform: scale(1.42) translateX(13.5%); transform-origin: 50% 50%; }
.photo-band.plain-band { height: min(38vw, 440px); min-height: 260px; }
.photo-band.plain-band > img { object-position: center 46%; transform: scale(1.28) translateX(9%); }
.waves-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,250,247,.8) 0%, rgba(251,250,247,.5) 40%, rgba(251,250,247,.08) 68%, rgba(251,250,247,0) 88%); }
.photo-band blockquote { position: absolute; left: 0; right: 0; margin: 0; padding-inline: max(24px, calc((100% - var(--max-width)) / 2)); font-family: 'Playfair Display', Georgia, serif; font-weight: 500; letter-spacing: -0.015em; text-wrap: pretty; }
.photo-band blockquote > span { display: block; }
.waves-band blockquote { bottom: 64px; font-size: clamp(1.5rem, 2.4vw, 2.375rem); line-height: 1.18; color: var(--navy); }
.waves-band blockquote > span { max-width: 560px; }
.crossing-break { height: min(46vw, 560px); min-height: 380px; color: var(--white); }
.crossing-break > img { object-position: 26% 33%; }
.crossing-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,31,52,.94) 0%, rgba(17,31,52,.88) 22%, rgba(17,31,52,.6) 46%, rgba(17,31,52,.26) 70%, rgba(17,31,52,.12) 100%); }
.crossing-break blockquote { bottom: 62px; font-size: clamp(1.6rem, 2.75vw, 2.65rem); line-height: 1.2; }

.about-section { padding-block: var(--act-pad) 0; }
.about-heading { margin-bottom: var(--block-gap); }

.experience-section { padding-block: var(--act-pad); }
.leadership-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.9fr); gap: clamp(40px, 5vw, 88px); align-items: start; }
.leadership-who { display: grid; justify-items: start; gap: 20px; }
.portrait-wrap { width: clamp(150px, 15vw, 190px); aspect-ratio: 1; overflow: hidden; border-radius: 50%; background: var(--mist); }
.portrait-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 39%; filter: saturate(.9); }
.leadership-who h3 .role { display: block; margin-top: 12px; color: var(--orange); font-family: Cabin, Arial, sans-serif; font-size: .8125rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.leadership-copy > p { max-width: none; line-height: 1.68; color: var(--ink-muted); text-wrap: pretty; }
.leadership-copy > p:last-child { margin-bottom: 0; }
.leadership-copy > p:not(.section-index) { color: var(--ink-muted); }
.linkedin-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 1rem; font-weight: 600; transition: color .2s ease, border-color .2s ease; }
.linkedin-link:hover { border-bottom-color: var(--orange); }
.linkedin-link:hover { color: var(--orange); }

.commitment-section { padding-block: var(--act-pad); }
.commitment-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: clamp(40px, 5vw, 88px); align-items: start; margin-bottom: clamp(30px, 3.4vw, 44px); }
.commitment-lead { max-width: none; font-size: 1.25rem; line-height: 1.5; color: var(--navy); }
.commitment-body { max-width: none; line-height: 1.68; margin-bottom: 0; text-wrap: pretty; }
.commitment-rows { list-style: none; padding: 0; margin: 0; display: grid; }
.commitment-rows li:last-child { border-bottom: 0; }
.commitment-rows li { display: grid; grid-template-columns: 3.2rem minmax(0, 1fr); gap: clamp(20px, 3vw, 44px); padding-block: clamp(24px, 2.6vw, 34px); border-bottom: 1px solid var(--line); }
.row-index { font: 500 1.25rem/1.2 'Playfair Display', Georgia, serif; color: var(--orange); }
.commitment-rows p { margin: 0; max-width: none; line-height: 1.6; text-wrap: pretty; }
.commitment-statement { margin-top: clamp(28px, 3vw, 40px); padding-top: clamp(24px, 2.6vw, 32px); border-top: 1px solid var(--line); }
.commitment-statement b { font-weight: 600; font-size: 1.45em; line-height: 1; color: var(--orange); letter-spacing: -.02em; }
.commitment-statement p { margin: 0; max-width: none; font-family: 'Playfair Display', Georgia, serif; font-size: 1.1875rem; line-height: 1.5; text-wrap: pretty; }


.contact-section { background: var(--navy-deep); color: var(--white); }
.contact-inner { min-height: 540px; padding-block: var(--act-pad); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.contact-inner h2.section-label { color: var(--white); }
.contact-inner .section-statement { color: rgba(255,255,255,.9); font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.35; max-width: none; margin-bottom: 36px; }
.contact-lede { max-width: none; font-size: 1.25rem; line-height: 1.55; color: rgba(255,255,255,.88); margin-bottom: 0; }
.contact-link { display: inline-flex; gap: 16px; align-items: center; margin-top: 45px; padding-bottom: 8px; border-bottom: 2px solid var(--orange); font-size: clamp(1.15rem, 1.8vw, 1.5rem); font-weight: 600; }
.contact-link:hover { color: var(--orange); }

.site-footer { border-top: 1px solid var(--line); font-size: .9375rem; color: var(--ink-muted); }
.site-footer p { margin: 0; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 44px; padding-block: 60px 46px; align-items: start; }
.footer-identity { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.footer-tagline { color: var(--navy); font-weight: 600; }
.footer-note { max-width: 34ch; }
.footer-legal { max-width: 34ch; line-height: 1.55; }
.footer-label { font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--navy); margin-bottom: 6px; }
.footer-nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-nav a, .footer-contact a { color: var(--ink-muted); border-bottom: 1px solid transparent; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--orange); border-bottom-color: var(--orange); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 44px; padding-block: 22px 30px; border-top: 1px solid var(--line); }
.image-credits { font-size: .75rem; letter-spacing: .04em; text-transform: uppercase; line-height: 1.5; }
.image-credits a { border-bottom: 1px solid var(--line); }
.image-credits a:hover { color: var(--orange); border-bottom-color: var(--orange); }
.footer-brand { width: 148px; height: 40px; overflow: hidden; display: flex; align-items: center; }
.footer-brand img { width: 100%; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { list-style: none; cursor: pointer; font-size: .9rem; font-weight: 600; padding: 10px 0 10px 20px; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { position: absolute; top: 48px; right: 0; width: 230px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(17,31,52,.12); padding: 16px; display: flex; flex-direction: column; }
  .mobile-nav nav a { padding: 12px; border-bottom: 1px solid var(--line); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-art { min-height: 430px; border-radius: 220px 220px 20px 20px; }

  .principles-list { grid-template-columns: 1fr; }
  .principles-list article { padding-right: 0; }
  .service-grid, .audience-pair { grid-template-columns: 1fr; }
  .leadership-grid, .commitment-grid { grid-template-columns: 1fr; gap: 32px; }
  .principles-list.trio { grid-template-columns: 1fr; }
  .principles-list.trio article + article::after { display: none; }
  .service-card { padding: 0; grid-row: auto; display: flex; }
  .service-card + .service-card { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 44px; margin-top: 44px; }
  .service-card > * { align-self: stretch; }
  .service-card > p { min-height: 0; }
  .service-card .service-cta { align-self: flex-start; }

}

@media (max-width: 620px) {
  body { font-size: 18px; }
  .section-shell { width: min(calc(100% - 32px), var(--max-width)); }
  .site-header { height: 72px; padding-inline: 16px; }
  .brand { width: 136px; }
  .hero { min-height: auto; padding-block: 72px 90px; gap: 60px; }
  .hero h1 { font-size: clamp(2.15rem, 8.4vw, 2.9rem); }
  .hero h1 br { display: none; }
  .hero h1 .nowrap { white-space: normal; }
  .principles-list .nowrap { white-space: normal; }
  .hero-art { min-height: 360px; }
  .hero-art-label { left: 26px; bottom: 22px; }


  .section-label, h2.section-label { font-size: 2rem; }
  .section-heading { margin-bottom: 65px; }
  .waves-band { min-height: 280px; }
  .photo-band.plain-band { min-height: 220px; }
  .photo-band.plain-band > img { transform: scale(1.5) translateX(6%); }
  .photo-band blockquote { padding-inline: 16px; }
  .waves-band blockquote { bottom: 40px; font-size: 1.6rem; }
  .waves-band blockquote > span, .crossing-break blockquote > span { max-width: none; }
  .waves-overlay { background: linear-gradient(180deg, rgba(251,250,247,.15), rgba(251,250,247,.88)); }
  .service-card h4 { font-size: 1.3125rem; }
  .crossing-break { min-height: 420px; }
  .crossing-break blockquote { bottom: 52px; font-size: 1.5rem; }
  .crossing-break blockquote br { display: none; }
  .crossing-overlay { background: linear-gradient(to top, rgba(17,31,52,.94) 0%, rgba(17,31,52,.86) 30%, rgba(17,31,52,.4) 62%, rgba(17,31,52,.14) 100%); }
  .commitment-rows li { grid-template-columns: 2.4rem minmax(0, 1fr); gap: 16px; }

  .contact-inner { min-height: 480px; }

  .footer-top { grid-template-columns: 1fr; gap: 34px; padding-block: 46px 34px; }
  .footer-bottom { padding-block: 20px 26px; }
}
