:root {
  --blue: #102e5b;
  --blue-bright: #1b427b;
  --navy: #071a37;
  --navy-soft: #0c2449;
  --gold: #d5ab46;
  --gold-light: #ebd18b;
  --white: #ffffff;
  --ice: #eef1f5;
  --mist: #f4f2ed;
  --ink: #111b2e;
  --slate: #596272;
  --line: #d9d8d3;
  --shadow: 0 24px 80px rgba(5, 26, 61, .14);
  --shell: min(1180px, calc(100% - 48px));
  --font-sans: "DM Sans", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.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: 9999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  background: var(--gold);
  color: var(--navy);
  font-weight: 800;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.14);
  transition: background .35s ease, box-shadow .35s ease;
}
.site-header.scrolled {
  background: rgba(7, 26, 55, .94);
  box-shadow: 0 18px 55px rgba(2, 13, 31, .2);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
}
.brand-name {
  font-family: var(--font-display);
  font-size: 27px;
  font-style: italic;
  letter-spacing: -.035em;
  color: var(--white);
}
.brand-name span { color: var(--gold); font-style: normal; }
.brand-role {
  margin-top: 7px;
  color: rgba(255,255,255,.58);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .21em;
  text-transform: uppercase;
}
.main-nav { display: flex; align-items: center; gap: 31px; }
.main-nav > a {
  position: relative;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  transition: color .2s ease;
}
.main-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.main-nav > a:hover, .main-nav > a:focus-visible { color: var(--white); }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); }
.main-nav > a[aria-current="location"] { color: var(--white); }
.main-nav > a[aria-current="location"]::after { transform: scaleX(1); }
.main-nav .nav-cta {
  padding: 12px 18px;
  border: 1px solid rgba(216,174,77,.7);
  color: var(--gold-light);
}
.main-nav .nav-cta:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 820px;
  height: 100svh;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
  isolation: isolate;
}
.hero-media,
.hero-slide,
.hero-shade {
  position: absolute;
  inset: 0;
}
.hero-media { z-index: -3; }
.hero-slide {
  margin: 0;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 1.15s ease, transform 7s ease;
}
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide:first-child img { object-position: center 54%; }
.hero-slide:nth-child(2) img { object-position: center 55%; }
.hero-slide-conception img { object-position: center; }
.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4,16,36,.94) 0%, rgba(5,20,43,.83) 34%, rgba(5,20,43,.35) 66%, rgba(5,20,43,.16) 100%),
    linear-gradient(0deg, rgba(4,15,33,.76) 0%, transparent 34%, rgba(4,15,33,.18) 100%);
}
.hero-grid, .contact-grid {
  position: absolute;
  inset: 0;
  opacity: .04;
  background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to right, #000, transparent 64%);
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
  padding-top: 70px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow-blue { color: var(--blue); }
.hero h1, .section h2, .contact h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.04;
}
.hero h1 { max-width: 790px; font-size: clamp(62px, 7vw, 104px); }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lead {
  max-width: 630px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease, border .2s ease;
}
.button span { font-size: 17px; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy); box-shadow: 0 15px 40px rgba(216,174,77,.2); }
.button-gold:hover { background: var(--gold-light); }
.button-outline { border-color: rgba(255,255,255,.42); color: var(--white); }
.button-outline:hover { border-color: var(--gold); color: var(--gold-light); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,.35);
  color: var(--white);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease;
}
.text-link:hover { border-color: var(--gold); color: var(--gold-light); }
.text-link-blue { color: var(--blue); border-color: rgba(11,59,146,.3); }
.text-link-blue:hover { color: var(--navy); border-color: var(--navy); }
.service-learn { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--blue); font-size: 12px; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(16,46,91,.24); }
.service-learn:hover, .service-learn:focus-visible { color: var(--navy); border-color: var(--gold); }
.service-learn-light { color: var(--gold-light); border-color: rgba(235,209,139,.35); }
.service-learn-light:hover, .service-learn-light:focus-visible { color: var(--white); }
.hero-bottom {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 34px;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.hero-project { display: flex; align-items: center; gap: 18px; }
.hero-project > span { color: var(--gold-light); font-family: var(--font-display); font-size: 14px; font-style: italic; }
.hero-project > div { display: flex; flex-direction: column; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.28); }
.hero-project small { color: rgba(255,255,255,.55); font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-project strong { margin-top: 3px; font-family: var(--font-display); font-size: 16px; font-weight: 500; }
.hero-controls { display: flex; align-items: center; gap: 14px; }
.hero-controls button {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(6,20,43,.25);
  color: var(--white);
  transition: border-color .2s ease, background .2s ease;
}
.hero-controls button:hover { border-color: var(--gold); background: rgba(6,20,43,.6); }
.hero-progress { position: relative; width: 90px; height: 1px; overflow: hidden; background: rgba(255,255,255,.3); }
.hero-progress i { display: block; width: 0; height: 100%; background: var(--gold); }
.hero-progress i.is-running { animation: heroProgress 6.5s linear forwards; }
@keyframes heroProgress { to { width: 100%; } }

.proof-strip { position: relative; z-index: 3; background: var(--navy); color: var(--white); border-top: 1px solid rgba(255,255,255,.12); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 25px 25px 23px; border-right: 1px solid rgba(255,255,255,.12); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { padding-right: 0; border-right: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-family: var(--font-display); color: var(--gold-light); font-size: 17px; font-weight: 500; }
.proof-grid span { margin-top: 4px; color: rgba(255,255,255,.47); font-size: 9px; font-weight: 650; text-transform: uppercase; letter-spacing: .07em; }
.trust-commitments { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); }
.trust-commitments > * { display: flex; min-width: 0; flex-direction: column; padding: 17px 25px 19px; border-right: 1px solid rgba(255,255,255,.12); color: inherit; text-decoration: none; }
.trust-commitments > *:first-child { padding-left: 0; }
.trust-commitments > *:last-child { padding-right: 0; border-right: 0; }
.trust-commitments strong { color: rgba(255,255,255,.84); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trust-commitments span { margin-top: 4px; color: rgba(255,255,255,.44); font-size: 9px; line-height: 1.45; }
.trust-commitments a { transition: background-color .25s ease, color .25s ease; }
.trust-commitments a:hover strong, .trust-commitments a:focus-visible strong { color: var(--gold-light); }
.trust-commitments i { color: var(--gold-light); font-style: normal; }

.section { padding: 132px 0; }
.section h2, .contact h2 { font-size: clamp(40px, 5vw, 60px); }
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, .65fr);
  align-items: end;
  gap: 90px;
  margin-bottom: 56px;
}
.section-heading > p { margin: 0 0 4px; color: var(--slate); font-size: 15px; }
.section-heading-compact { grid-template-columns: 1fr; }
.section-heading > div { position: relative; padding-bottom: 17px; }
.section-heading > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .85s cubic-bezier(.22,1,.36,1) .18s;
}
.section-heading.is-visible > div::after { transform: scaleX(1); }
details > summary { list-style: none; }
details > summary::-webkit-details-marker { display: none; }
[data-mobile-disclosure] > summary { cursor: default; pointer-events: none; }
.disclosure-plus { display: none; }

.services { background: var(--mist); }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #cac9c4; }
.service-card {
  position: relative;
  min-height: 305px;
  padding: 46px 66px 42px 0;
  border-bottom: 1px solid #cac9c4;
  background: transparent;
  transition: color .25s ease;
}
.service-card:nth-child(odd) { padding-right: 58px; border-right: 1px solid #cac9c4; }
.service-card:nth-child(even) { padding-right: 0; padding-left: 58px; }
.service-card:hover h3 { color: var(--blue); }
.service-index { position: absolute; top: 48px; right: 0; color: #9c947f; font-family: var(--font-display); font-size: 14px; font-style: italic; }
.service-card:nth-child(even) .service-index { right: 0; }
.service-card:nth-child(odd) .service-index { right: 28px; }
.service-card-featured .service-index { color: var(--gold); }
.service-icon { display: none; }
.service-card summary { display: contents; }
.service-card h3 { margin: 0; max-width: 450px; padding-right: 35px; font-family: var(--font-display); font-size: 30px; font-weight: 500; line-height: 1.17; transition: color .2s ease; }
.service-details > p { max-width: 500px; margin: 20px 0 22px; color: var(--slate); font-size: 14px; }
.service-card-featured .service-details > p { color: var(--slate); }
.service-card ul { margin: 0; padding: 0; list-style: none; color: var(--slate); font-size: 12px; }
.service-card li { margin: 7px 0; }
.service-card li::before { content: "—"; margin-right: 9px; color: var(--gold); }
.service-card-featured ul { color: var(--slate); }

.audiences { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.audiences::before {
  content: "";
  position: absolute;
  top: -280px;
  left: -280px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(216,174,77,.13);
  border-radius: 50%;
}
.audiences-layout { display: grid; grid-template-columns: minmax(300px, .74fr) minmax(0, 1.26fr); gap: 110px; align-items: start; }
.audiences-intro { position: sticky; top: 120px; }
.audiences-intro h2 { margin-bottom: 27px; }
.audiences-intro > p:not(.eyebrow) { margin: 0 0 30px; max-width: 430px; color: rgba(255,255,255,.68); }
.audience-cards { display: grid; grid-template-columns: 1fr; border-top: 1px solid rgba(255,255,255,.22); }
.audience-card { position: relative; min-height: 0; padding: 35px 0 38px 74px; border-bottom: 1px solid rgba(255,255,255,.22); background: transparent; }
.audience-card-gold { background: transparent; color: var(--white); }
.audience-card summary { display: contents; }
.audience-number { position: absolute; top: 36px; left: 2px; margin: 0; color: var(--gold); font-family: var(--font-display); font-size: 17px; font-style: italic; }
.audience-card-gold .audience-number { color: var(--gold); }
.audience-card h3 { max-width: 580px; margin: 0 0 14px; font-family: var(--font-display); font-size: 28px; font-weight: 400; line-height: 1.2; }
.audience-details > p { max-width: 600px; margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }
.audience-card-gold .audience-details > p { color: rgba(255,255,255,.62); }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 25px; }
.tag-list span { padding: 5px 8px; border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.7); font-size: 9px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.audience-card-gold .tag-list span { border-color: rgba(255,255,255,.22); color: rgba(255,255,255,.7); }
.audience-quote { display: flex; margin-top: 28px; padding: 36px 38px; flex-direction: column; justify-content: space-between; border: 1px solid rgba(213,171,70,.65); background: rgba(255,255,255,.025); }
.audience-quote blockquote { margin: 0 0 28px; color: var(--white); font-family: var(--font-display); font-size: 25px; font-style: italic; line-height: 1.4; }
.audience-quote > p { color: var(--white) !important; font-size: 12px !important; }
.audience-quote > p span { color: rgba(255,255,255,.54); }

.projects { background: var(--mist); }
.project-path {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: -8px 0 52px;
  padding: 0;
  border-top: 1px solid #cac9c4;
  border-bottom: 1px solid #cac9c4;
  list-style: none;
}
.project-path li { display: grid; grid-template-columns: 32px 1fr; gap: 10px; min-height: 138px; padding: 28px 24px; border-right: 1px solid #cac9c4; }
.project-path li:first-child { padding-left: 0; }
.project-path li:last-child { padding-right: 0; border-right: 0; }
.project-path li > span { color: var(--gold); font-family: var(--font-display); font-size: 14px; font-style: italic; }
.project-path strong { display: block; color: var(--blue); font-family: var(--font-display); font-size: 21px; font-weight: 500; line-height: 1.15; }
.project-path p { margin: 9px 0 0; color: var(--slate); font-size: 11px; line-height: 1.5; }
.projects-mobile-nav { display: none; }
.projects-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 26px; }
.project-card { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 332px; background: var(--white); box-shadow: 0 10px 35px rgba(6,26,61,.055); transition: transform .45s cubic-bezier(.22,1,.36,1), box-shadow .45s ease; }
.project-card:hover { transform: translateY(-7px); box-shadow: 0 24px 58px rgba(6,26,61,.13); }
.project-card-large { grid-row: span 2; grid-template-columns: 1fr; }
.project-card figure { min-height: 250px; margin: 0; overflow: hidden; background: var(--line); }
.project-card figure img { height: 100%; object-fit: cover; }
.project-status { position: absolute; z-index: 3; top: 14px; right: 14px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.5); background: rgba(7,26,55,.72); color: var(--white); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.project-card-large figure { min-height: 425px; }
.project-content { padding: 31px; }
.project-card-large .project-content { padding: 37px; }
.project-type { margin: 0 0 11px; color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.project-content h3 { margin: 0; font-family: var(--font-display); font-size: 26px; font-weight: 400; line-height: 1.2; }
.project-card-large h3 { font-size: 32px; }
.project-content > p:not(.project-type) { margin: 14px 0 20px; color: var(--slate); font-size: 13px; }
.project-content dl { display: flex; gap: 30px; margin: 0; padding-top: 17px; border-top: 1px solid var(--line); }
.project-content dl > div { display: flex; flex-direction: column; }
.project-content dt { color: #9ba5b7; font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.project-content dd { margin: 4px 0 0; color: var(--ink); font-size: 11px; font-weight: 750; }
.professional-proof { margin-top: 56px; background: var(--navy); color: var(--white); }
.professional-proof-heading { display: grid; grid-template-columns: 1.1fr 1fr; gap: 55px; padding: 48px; border-bottom: 1px solid rgba(255,255,255,.18); }
.professional-proof-heading .eyebrow { grid-column: 1 / 3; margin-bottom: -28px; }
.professional-proof-heading h3 { margin: 0; font-family: var(--font-display); font-size: 36px; font-weight: 400; line-height: 1.16; }
.professional-proof-heading > p:last-child { align-self: end; margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }
.proof-case { border-bottom: 1px solid rgba(255,255,255,.18); transition: background-color .35s ease; }
.proof-case:hover { background: rgba(255,255,255,.025); }
.proof-case > summary { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 30px 48px; }
.proof-case-type { display: block; margin-bottom: 6px; color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.proof-case h4 { margin: 0; font-family: var(--font-display); font-size: 25px; font-weight: 400; line-height: 1.25; }
.proof-case-body { display: grid; grid-template-columns: .62fr 1.38fr; gap: 42px; padding: 0 48px 48px; }
.proof-case-copy { display: flex; flex-direction: column; justify-content: flex-end; }
.proof-case-copy > p { margin: 0 0 25px; color: rgba(255,255,255,.62); font-size: 13px; }
.proof-case-copy dl { display: flex; gap: 28px; margin: 0 0 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); }
.proof-case-copy dt { color: rgba(255,255,255,.42); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.proof-case-copy dd { margin: 4px 0 0; color: var(--white); font-size: 11px; font-weight: 700; }
.proof-case-copy a { position: relative; width: fit-content; padding-bottom: 3px; color: var(--gold-light); font-size: 11px; font-weight: 700; text-decoration: none; }
.proof-case-copy a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: currentColor; transform: scaleX(.28); transform-origin: left; transition: transform .3s ease; }
.proof-case-copy a:hover::after, .proof-case-copy a:focus-visible::after { transform: scaleX(1); }
.proof-case-images { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.proof-case-images figure { position: relative; min-height: 250px; margin: 0; overflow: hidden; background: var(--white); }
.proof-case-images img { height: 100%; object-fit: cover; }
.proof-case-images figcaption { position: absolute; z-index: 3; right: 9px; bottom: 9px; padding: 5px 8px; background: rgba(6,26,61,.88); color: var(--white); font-size: 8px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }

.media-frame {
  --media-x: 0px;
  --media-y: 0px;
  --media-scale: 1.025;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.media-frame::after {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  background: var(--navy);
  transform: scaleX(1);
  transform-origin: right;
  transition: transform .9s cubic-bezier(.76,0,.24,1) .08s;
  pointer-events: none;
}
.media-frame.is-shown::after { transform: scaleX(0); }
.media-frame img {
  position: relative;
  z-index: 1;
  transform: translate3d(var(--media-x), var(--media-y), 0) scale(var(--media-scale));
  transition: transform .65s cubic-bezier(.22,1,.36,1), filter .45s ease;
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .media-frame:hover { --media-scale: 1.07; }
}

.method { background: var(--blue); color: var(--white); }
.method-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.method-intro { position: sticky; top: 120px; align-self: start; }
.method-intro > p:last-child { max-width: 460px; margin: 27px 0 0; color: rgba(255,255,255,.68); }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.method-steps li { border-bottom: 1px solid rgba(255,255,255,.2); }
.method-steps details { display: grid; grid-template-columns: 75px 1fr; gap: 0 20px; padding: 34px 0; }
.method-steps summary { display: contents; }
.method-steps summary > span:first-child { grid-column: 1; grid-row: 1 / 3; color: var(--gold-light); font-family: var(--font-display); font-size: 17px; font-style: italic; }
.method-steps h3 { margin: 0 0 10px; font-family: var(--font-display); font-size: 27px; font-weight: 400; }
.method-steps details > p { grid-column: 2; margin: 0; color: rgba(255,255,255,.67); font-size: 14px; }

.about { background: var(--white); }
.about-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 85px; align-items: center; }
.about-portrait { position: relative; width: 100%; max-width: 500px; margin: 0; background: var(--ice); }
.about-portrait::before { content: ""; position: absolute; z-index: 2; inset: 18px -18px -18px 18px; border: 1px solid var(--gold); pointer-events: none; }
.about-portrait-frame { aspect-ratio: 6 / 7; overflow: hidden; }
.about-portrait img { height: 100%; object-fit: cover; object-position: center 23%; filter: saturate(.82); }
.about-portrait figcaption { position: absolute; z-index: 3; right: -18px; bottom: -18px; padding: 15px 19px; background: var(--gold); color: var(--navy); font-size: 10px; font-weight: 700; line-height: 1.4; text-transform: uppercase; letter-spacing: .06em; }
.about-portrait figcaption span { display: block; font-family: var(--font-display); font-size: 17px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.about-copy .about-lead { margin: 30px 0 20px; color: var(--ink); font-size: 19px; line-height: 1.55; }
.about-copy > p:not(.eyebrow):not(.about-lead) { color: var(--slate); }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 32px 0; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-values strong, .about-values span { display: block; }
.about-values strong { margin-bottom: 7px; color: var(--blue); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.about-values span { color: var(--slate); font-size: 11px; line-height: 1.55; }

.testimonials { padding-top: 25px; background: var(--white); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.testimonial { display: flex; min-height: 310px; flex-direction: column; justify-content: space-between; margin: 0; padding: 36px 36px 32px 0; border-right: 1px solid var(--line); background: transparent; }
.testimonial + .testimonial { padding-left: 36px; }
.testimonial:last-child { padding-right: 0; border-right: 0; }
.testimonial blockquote { margin: 0; color: var(--ink); font-family: var(--font-display); font-size: 20px; line-height: 1.55; }
.testimonial figcaption { display: flex; flex-direction: column; padding-top: 25px; border-top: 1px solid var(--line); }
.testimonial figcaption strong { color: var(--blue); font-size: 12px; }
.testimonial figcaption span { margin-top: 3px; color: var(--slate); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }


/* FAQ + localisation : contenu visible, lisible et crawlable sans iframe tiers. */
.faq { background: var(--mist); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro > p:last-child { max-width: 470px; margin-top: 26px; color: var(--slate); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: grid; grid-template-columns: 1fr 22px; gap: 20px; align-items: center; padding: 25px 0; list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item h3 { margin: 0; color: var(--navy); font-family: var(--font-display); font-size: 23px; font-weight: 400; line-height: 1.35; }
.faq-item > p { max-width: 720px; margin: -2px 42px 25px 0; color: var(--slate); font-size: 14px; }
.faq-item .disclosure-plus { display: block; color: var(--blue); }
.contact-location-card { display: grid; grid-template-columns: 38px 1fr; gap: 13px; margin-top: 30px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-location-pin { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(235,209,139,.55); border-radius: 50%; color: var(--gold-light); font-size: 18px; }
.contact-location-card strong, .contact-location-card span, .contact-location-card a { display: block; }
.contact-location-card strong { color: var(--white); font-family: var(--font-display); font-size: 16px; font-weight: 400; }
.contact-location-card div > span { margin-top: 2px; color: rgba(255,255,255,.58); font-size: 11px; }
.contact-location-card a { margin-top: 8px; color: var(--gold-light); font-size: 10px; font-weight: 750; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }
.contact-location-card a:hover, .contact-location-card a:focus-visible, .footer-map-link:hover, .footer-map-link:focus-visible { color: var(--white); }
.footer-map-link { display: inline-block; margin-top: 4px; color: var(--gold-light); font-size: 10px; text-decoration: none; }

.contact { position: relative; overflow: hidden; padding: 110px 0; background: var(--navy); color: var(--white); }
.contact-grid { opacity: .04; mask-image: linear-gradient(to left, #000, transparent 75%); }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy > p:not(.eyebrow):not(.contact-location) { margin: 26px 0 32px; color: rgba(255,255,255,.68); }
.contact-direct { display: grid; gap: 13px; margin-top: 36px; }
.contact-direct a { color: var(--white); font-family: var(--font-display); font-size: 21px; text-decoration: none; }
.contact-direct a span { display: block; margin-bottom: 2px; color: var(--gold-light); font-family: var(--font-sans); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-location { margin: 30px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.47); font-size: 11px; }
.contact-form { padding: 42px; background: var(--white); color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.2); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.contact-form label { display: block; margin-bottom: 18px; color: var(--navy); font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.contact-form label > span { margin-left: 3px; color: #b48312; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 12px 2px;
  border: 0;
  border-bottom: 1px solid #bec7d6;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  font-weight: 450;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-form select { cursor: pointer; }
.contact-form textarea { resize: vertical; min-height: 108px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 1px 0 var(--blue); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #97a1b3; opacity: 1; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 10px; }
.form-footer p { max-width: 310px; margin: 0; color: var(--slate); font-size: 9px; }
.form-footer p a { color: var(--blue); }
.contact-form .button { border: 0; }
.honeypot { position: absolute !important; left: -9999px !important; }

.expertise-links { padding: 30px 0; background: #0a2042; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); }
.expertise-links-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.expertise-links-inner > span { color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.expertise-links a { color: rgba(255,255,255,.72); font-size: 12px; text-decoration: none; }
.expertise-links a:hover, .expertise-links a:focus-visible { color: var(--gold-light); }
.site-footer { padding: 50px 0 24px; background: #030e23; color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; padding-bottom: 35px; }
.brand-footer .brand-name { font-size: 23px; }
.footer-top > p { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: rgba(255,255,255,.52); font-size: 10px; text-decoration: none; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.3); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.whatsapp {
  position: fixed;
  z-index: 900;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  background: #1fb96a;
  box-shadow: 0 12px 35px rgba(0,0,0,.22);
  transition: transform .2s ease;
}
.whatsapp:hover { transform: translateY(-3px); }
.whatsapp svg { width: 28px; height: 28px; fill: white; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }

@media (max-width: 1080px) {
  .main-nav { gap: 20px; }
  .hero h1 { font-size: clamp(62px, 8vw, 88px); }
  .audiences-layout, .method-layout, .contact-layout { gap: 60px; }
  .projects-grid { grid-template-columns: 1fr; }
  .project-card-large { grid-row: auto; grid-template-columns: .92fr 1.08fr; }
  .project-card-large figure { min-height: 330px; }
  .project-card-large h3 { font-size: 27px; }
  .about-layout { gap: 65px; }
}

@media (max-width: 880px) {
  :root { --shell: min(100% - 36px, 720px); }
  html { scroll-padding-top: 74px; }
  .header-inner { min-height: 72px; }
  .menu-toggle {
    position: relative;
    z-index: 1002;
    display: grid;
    width: 42px;
    height: 42px;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(255,255,255,.25);
    background: transparent;
  }
  .menu-toggle > span:not(.sr-only) { display: block; width: 18px; height: 1px; background: var(--white); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    padding: 80px 9vw;
    background: var(--navy);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    transition: visibility .25s, opacity .25s ease, transform .25s ease;
  }
  .main-nav.open { visibility: visible; opacity: 1; transform: none; }
  .main-nav > a { font-family: var(--font-display); font-size: 30px; font-weight: 400; }
  .main-nav .nav-cta { margin-top: 10px; font-family: var(--font-sans); font-size: 14px; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-content { padding-top: 55px; }
  .hero-copy { max-width: 660px; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,16,36,.93), rgba(5,20,43,.68) 62%, rgba(5,20,43,.23)), linear-gradient(0deg, rgba(4,15,33,.78), transparent 42%); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div { padding: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .proof-grid > div:first-child { padding-left: 20px; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .trust-commitments { grid-template-columns: repeat(2, 1fr); }
  .trust-commitments > * { padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-commitments > *:first-child { padding-left: 20px; }
  .trust-commitments > *:nth-child(2) { border-right: 0; }
  .trust-commitments > *:last-child { padding-right: 20px; }
  .section { padding: 88px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 42px; }
  .section-heading > p { max-width: 600px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(odd), .service-card:nth-child(even) { padding: 38px 55px 38px 0; border-right: 0; }
  .service-card:nth-child(odd) .service-index, .service-card:nth-child(even) .service-index { right: 0; }
  .audiences-layout, .method-layout, .about-layout, .contact-layout, .faq-layout { grid-template-columns: 1fr; }
  .audiences-intro, .method-intro, .contact-copy, .faq-intro { position: static; }
  .audiences-layout { gap: 48px; }
  .project-path { grid-template-columns: repeat(2, 1fr); }
  .project-path li { padding: 24px; }
  .project-path li:first-child { padding-left: 24px; }
  .project-path li:nth-child(2) { border-right: 0; }
  .project-path li:nth-child(-n+2) { border-bottom: 1px solid #cac9c4; }
  .project-path li:last-child { padding-right: 24px; }
  .professional-proof-heading { grid-template-columns: 1fr; gap: 20px; }
  .professional-proof-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .proof-case-body { grid-template-columns: 1fr; }
  .method-layout, .about-layout, .contact-layout, .faq-layout { gap: 55px; }
  .about-portrait { width: min(80%, 440px); margin-inline: auto; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial, .testimonial + .testimonial, .testimonial:last-child { min-height: auto; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .expertise-links-inner { display: grid; gap: 10px; }
  :root { --shell: calc(100% - 28px); }
  .brand-name { font-size: 21px; }
  .brand-role { font-size: 7px; }
  .hero { min-height: 720px; height: 100svh; }
  .hero-content { align-items: flex-start; padding-top: 154px; }
  .hero h1 { max-width: 520px; font-size: clamp(46px, 14vw, 62px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-slide img { object-position: 62% center; }
  .hero-slide:first-child img { object-position: 61% center; }
  .hero-slide-conception img { object-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,16,36,.94), rgba(5,20,43,.67)), linear-gradient(0deg, rgba(4,15,33,.84), transparent 52%); }
  .hero-bottom { bottom: 22px; align-items: center; }
  .hero-project { gap: 10px; }
  .hero-project > div { padding-left: 10px; }
  .hero-project strong { font-size: 13px; }
  .hero-controls { gap: 7px; }
  .hero-controls button { width: 35px; height: 35px; }
  .hero-progress { display: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div { min-height: 92px; padding: 16px 14px; }
  .proof-grid > div:first-child { padding-left: 14px; }
  .proof-grid > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12); }
  .proof-grid strong { font-size: 15px; }
  .proof-grid span { font-size: 8px; line-height: 1.35; }
  .trust-commitments > * { min-height: 58px; justify-content: center; padding: 12px 14px; }
  .trust-commitments > *:first-child { padding-left: 14px; }
  .trust-commitments > *:last-child { padding-right: 14px; }
  .trust-commitments strong { font-size: 8px; line-height: 1.35; }
  .trust-commitments span { display: none; }
  .section { padding: 58px 0; }
  .section h2, .contact h2 { font-size: 39px; }
  .section-heading { margin-bottom: 30px; }
  .services-grid, .audience-cards { grid-template-columns: 1fr; }
  [data-mobile-disclosure] > summary { cursor: pointer; pointer-events: auto; }
  .disclosure-plus { position: relative; display: block; width: 22px; min-width: 22px; height: 22px; }
  .disclosure-plus::before, .disclosure-plus::after { content: ""; position: absolute; top: 10px; left: 3px; width: 16px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .disclosure-plus::after { transform: rotate(90deg); }
  details[open] > summary .disclosure-plus::after { transform: rotate(0deg); }
  .service-card, .service-card:nth-child(odd), .service-card:nth-child(even) { min-height: auto; padding: 0; border-right: 0; }
  .service-card summary { display: grid; grid-template-columns: 30px 1fr 22px; align-items: center; gap: 10px; padding: 22px 0; }
  .service-index, .service-card:nth-child(odd) .service-index, .service-card:nth-child(even) .service-index { position: static; grid-column: 1; color: var(--gold); }
  .service-card h3 { grid-column: 2; padding: 0; font-size: 21px; }
  .service-card .disclosure-plus { grid-column: 3; color: var(--blue); }
  .service-details { padding: 0 30px 24px 40px; }
  .service-details > p { margin-top: 0; font-size: 13px; }
  .service-card ul { font-size: 11px; }
  .about-early { padding-top: 52px; }
  .about-portrait { width: min(88%, 360px); }
  .about-portrait::before { inset: 12px -10px -12px 10px; }
  .about-portrait figcaption { right: -10px; bottom: -12px; }
  .about-layout { gap: 48px; }
  .about-copy .about-lead { margin-top: 22px; font-size: 17px; }
  .about-values { grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 24px 0; padding: 18px 0; }
  .about-values strong { margin: 0; font-size: 10px; text-align: center; }
  .about-values span { display: none; }
  .audiences-layout { gap: 32px; }
  .audience-card { min-height: 0; padding: 0; }
  .audience-card summary { position: relative; display: grid; grid-template-columns: 30px 1fr 22px; align-items: center; gap: 10px; padding: 22px 0; }
  .audience-number { position: static; grid-column: 1; }
  .audience-card h3 { grid-column: 2; margin: 0; font-size: 21px; }
  .audience-card .disclosure-plus { grid-column: 3; color: var(--gold-light); }
  .audience-details { padding: 0 22px 25px 40px; }
  .audience-details > p { font-size: 12px; }
  .tag-list { margin-top: 18px; }
  .audience-quote { display: none; }
  .project-path { margin: 0 0 32px; }
  .project-path li { grid-template-columns: 25px 1fr; gap: 7px; min-height: 110px; padding: 17px 12px; }
  .project-path li:first-child { padding-left: 12px; }
  .project-path li:last-child { padding-right: 12px; }
  .project-path strong { font-size: 17px; }
  .project-path p { margin-top: 6px; font-size: 9px; line-height: 1.4; }
  .projects-mobile-nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0 0 14px; }
  .projects-mobile-nav > span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
  .projects-mobile-nav > div { display: flex; gap: 7px; }
  .projects-mobile-nav button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--blue); background: transparent; color: var(--blue); transition: opacity .2s ease, background .2s ease, color .2s ease; }
  .projects-mobile-nav button:not(:disabled) { background: var(--blue); color: var(--white); }
  .projects-mobile-nav button:disabled { opacity: .24; cursor: default; }
  .projects-grid { display: flex; gap: 14px; width: calc(100vw - 14px); margin-right: calc((100vw - var(--shell)) / -2); padding: 0 14px 8px 0; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; }
  .projects-grid::-webkit-scrollbar { display: none; }
  .project-card, .project-card-large { min-width: min(84vw, 365px); grid-template-columns: 1fr; scroll-snap-align: start; }
  .project-card figure, .project-card-large figure { min-height: 215px; }
  .project-content, .project-card-large .project-content { padding: 24px; }
  .project-content h3, .project-card-large h3 { font-size: 24px; }
  .professional-proof { margin-top: 42px; }
  .professional-proof-heading { padding: 30px 24px; }
  .professional-proof-heading h3 { font-size: 30px; }
  .proof-case > summary { padding: 22px 24px; }
  .proof-case h4 { font-size: 21px; }
  .proof-case .disclosure-plus { color: var(--gold-light); }
  .proof-case-body { display: block; padding: 0 24px 28px; }
  .proof-case-copy { margin-bottom: 24px; }
  .proof-case-images { display: flex; gap: 10px; width: calc(100% + 24px); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .proof-case-images::-webkit-scrollbar { display: none; }
  .proof-case-images figure { min-width: 86%; min-height: 210px; scroll-snap-align: start; }
  .method-layout { gap: 32px; }
  .method-steps details { display: block; padding: 0; }
  .method-steps summary { display: grid; grid-template-columns: 35px 1fr 22px; align-items: center; gap: 10px; padding: 22px 0; }
  .method-steps summary > span:first-child { grid-column: 1; grid-row: auto; }
  .method-steps h3 { grid-column: 2; margin: 0; font-size: 22px; }
  .method-steps .disclosure-plus { grid-column: 3; color: var(--gold-light); }
  .method-steps details > p { padding: 0 24px 24px 45px; font-size: 13px; }
  .faq-item h3 { font-size: 20px; }
  .faq-item > p { margin-right: 30px; font-size: 13px; }
  .contact-location-card { margin-top: 24px; }
  .testimonials-grid { display: flex; gap: 14px; width: calc(100vw - 14px); margin-right: calc((100vw - var(--shell)) / -2); padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .testimonials-grid::-webkit-scrollbar { display: none; }
  .testimonial, .testimonial + .testimonial, .testimonial:last-child { min-width: min(84vw, 365px); min-height: 285px; padding: 28px; border: 1px solid var(--line); scroll-snap-align: start; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 29px 23px; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { flex-direction: column; }
  .whatsapp { right: 15px; bottom: 15px; width: 48px; height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .section-heading > div::after { transform: scaleX(1); }
  .media-frame::after { display: none; }
  .media-frame img { transform: none; }
  .hero-progress i { animation: none !important; width: 100%; }
}
