:root {
  --navy: #28324a;
  --navy-deep: #18243a;
  --orange: #f09140;
  --orange-deep: #d97928;
  --sage: #a8aa59;
  --sage-soft: #b8b87c;
  --cream: #f5f0e9;
  --paper: #fbf8f4;
  --white: #ffffff;
  --ink: #1f2940;
  --muted: #5e5f63;
  --line: rgba(40, 50, 74, .15);
  --line-light: rgba(255, 255, 255, .18);
  --shadow: 0 24px 70px rgba(32, 42, 63, .12);
  --container: 1340px;
  --header-h: 150px;
  --serif: "Lora", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --script: "Allura", "Segoe Script", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.14; }

.container { width: min(calc(100% - 64px), var(--container)); 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; top: 8px; left: 8px; z-index: 9999; padding: 10px 16px; background: var(--navy); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.is-hidden { display: none !important; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  background: rgba(251, 248, 244, .96);
  border-bottom: 1px solid rgba(40, 50, 74, .05);
  backdrop-filter: blur(15px);
  transition: height .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { height: 112px; box-shadow: 0 8px 28px rgba(40,50,74,.08); background: rgba(251,248,244,.98); }
.header-inner, .nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand--stacked img { width: 205px; height: auto; transition: width .25s ease; }
.site-header.is-scrolled .brand--stacked img { width: 165px; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.3vw, 43px); font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 12px 0; white-space: nowrap; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--orange); transition: right .25s ease; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a.is-active::after { right: 0; }
.nav-cta { padding: 15px 26px; border-radius: 999px; color: white; background: linear-gradient(135deg, var(--sage), #b8ae58); text-transform: uppercase; font-size: 12px; letter-spacing: .08em; box-shadow: 0 10px 26px rgba(157,164,148,.24); transition: transform .2s ease, box-shadow .2s ease; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(157,164,148,.34); }
.nav-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--navy); padding: 13px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: white; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

/* Buttons and shared elements */
.eyebrow { margin-bottom: 15px; color: var(--orange-deep); font-size: 11px; font-weight: 700; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow--light { color: var(--orange); }
.button-row { display: flex; flex-wrap: wrap; gap: 16px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .06em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: white; box-shadow: 0 12px 28px rgba(240,145,64,.22); }
.btn-primary:hover { background: var(--orange-deep); }
.btn-outline { color: var(--navy); border-color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy); color: white; }
.btn-light { background: white; color: var(--navy); box-shadow: 0 16px 35px rgba(0,0,0,.13); }
.btn-light:hover { background: var(--cream); }
.btn-block { width: 100%; }
.arrow-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.arrow-link span { color: var(--orange); font-size: 20px; line-height: 0; transition: transform .2s ease; }
.arrow-link:hover span { transform: translateX(5px); }
.arrow-link--light { color: white; }

/* Hero */
.hero { display: grid; grid-template-columns: minmax(0, 41%) minmax(0, 59%); min-height: 625px; background: var(--cream); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; display: flex; align-items: center; background: radial-gradient(circle at 90% 35%, rgba(255,255,255,.82), rgba(251,248,244,.96) 52%, #fbf8f4 100%); }
.hero-copy::after { content: ""; position: absolute; z-index: -1; top: 0; right: -180px; width: 280px; height: 100%; background: linear-gradient(90deg, rgba(251,248,244,1), rgba(251,248,244,0)); pointer-events: none; }
.hero-copy-inner { width: min(100%, 620px); margin-left: max(48px, calc((100vw - var(--container))/2)); padding: 72px 44px 72px 0; }
.hero h1 { max-width: 620px; margin-bottom: 22px; color: var(--navy); font-size: clamp(48px, 4.3vw, 76px); letter-spacing: -.045em; }
.hero h1 span { display: block; margin-top: 4px; color: var(--sage); font-family: var(--script); font-size: 1.03em; font-weight: 400; letter-spacing: 0; line-height: .96; }
.hero h1 span::first-letter { color: var(--sage); }
.hero-rule { width: 64px; height: 2px; margin: 26px 0 24px; background: linear-gradient(90deg, var(--sage), var(--orange)); }
.hero-lead { max-width: 590px; margin-bottom: 20px; color: #303b51; font-size: 17px; line-height: 1.65; }
.hero-signature { margin-bottom: 28px; color: var(--muted); font-family: var(--serif); font-size: 14px; font-style: italic; }
.hero-signature b { padding: 0 7px; color: var(--orange); font-style: normal; }
.hero-image { min-height: 625px; background-image: linear-gradient(90deg, rgba(251,248,244,.18), rgba(251,248,244,0) 26%), url("../img/hero-boutique.webp"); background-position: center center; background-size: cover; }

/* Promise strip */
.promise-strip { background: #fffdfa; border-bottom: 1px solid var(--line); }
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.promise-grid article { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 18px; min-height: 158px; padding: 28px 28px; border-right: 1px solid var(--line); }
.promise-grid article:first-child { padding-left: 6px; }
.promise-grid article:last-child { border-right: 0; padding-right: 6px; }
.promise-icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; color: white; background: linear-gradient(135deg, var(--sage), #b9b85f); }
.promise-icon--orange { background: linear-gradient(135deg, var(--orange), #f5a25d); }
.promise-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.promise-grid h2 { margin-bottom: 6px; font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.promise-grid p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

/* Intro band */
.intro-band { position: relative; overflow: hidden; padding: 72px 0; color: white; background: radial-gradient(circle at 80% 0, #314564, var(--navy-deep) 55%); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 100px; }
.intro-title-wrap h2 { margin-bottom: 0; font-size: clamp(31px, 3vw, 47px); }
.intro-title-wrap h2 em { color: var(--sage-soft); font-style: normal; }
.intro-copy p { margin-bottom: 0; color: rgba(255,255,255,.82); font-size: 15px; }
.intro-decoration--left { position: absolute; left: -50px; bottom: -80px; width: 240px; height: 300px; opacity: .10; background: url("../img/logo-main.png") center/contain no-repeat; filter: grayscale(1) brightness(4); }

/* Sections */
.section { padding: 112px 0; }
.section--paper { background: var(--cream); }
.section-heading { margin-bottom: 56px; }
.section-heading h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(36px, 3.3vw, 52px); letter-spacing: -.025em; }
.section-heading p { color: var(--muted); }
.section-heading--split { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 90px; }
.section-heading--split > p { max-width: 570px; margin: 0 0 7px; }
.section-heading--center { max-width: 880px; margin-inline: auto; text-align: center; }
.section-heading--center h2 { margin-bottom: 20px; }
.section-heading--center > p:last-child { max-width: 680px; margin-inline: auto; }

/* Situations */
.situation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.situation-card { position: relative; display: flex; flex-direction: column; min-height: 410px; padding: 36px 34px 32px; overflow: hidden; background: rgba(255,255,255,.66); border: 1px solid rgba(40,50,74,.10); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.situation-card::after { content: ""; position: absolute; right: -50px; bottom: -70px; width: 170px; height: 170px; border: 1px solid rgba(240,145,64,.16); border-radius: 50%; }
.situation-card:hover { transform: translateY(-7px); border-color: rgba(240,145,64,.4); box-shadow: var(--shadow); }
.situation-card--accent {
  color: #ffffff;
  background: linear-gradient(145deg, #28324A 0%, #354a69 100%);
  border-color: rgba(255,255,255,.08);
}
.situation-card--accent .situation-kicker,
.situation-card--accent .arrow-link { color: var(--orange); }
.situation-card--accent .situation-number { color: rgba(255,255,255,.28); }
.situation-card--accent h3 { color: #ffffff !important; }
.situation-card--accent > p:not(.situation-kicker) { color: rgba(255,255,255,.88) !important; }
.situation-card--accent::after { border-color: rgba(255,255,255,.10); }
.situation-number { color: rgba(40,50,74,.22); font-family: var(--serif); font-size: 46px; line-height: 1; }
.situation-kicker { margin: 40px 0 12px; color: var(--orange-deep); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.situation-card h3 { margin-bottom: 19px; color: var(--navy); font-size: 28px; }
.situation-card > p:not(.situation-kicker) { color: var(--muted); font-size: 14px; }
.situation-card .arrow-link { margin-top: auto; }

/* Domains */
.domain-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.domain-item { min-height: 245px; padding: 31px 27px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.domain-item:hover { position: relative; z-index: 2; background: var(--cream); transform: translateY(-4px); }
.domain-item > span { color: var(--orange); font-family: var(--serif); font-size: 16px; }
.domain-item h3 { margin: 38px 0 13px; color: var(--navy); font-size: 21px; }
.domain-item p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

/* Approach */
.approach-section { color: white; background: var(--navy-deep); }
.approach-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.approach-visual { position: relative; max-width: 480px; }
.approach-visual img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.85); }
.approach-visual::before { content: ""; position: absolute; top: -18px; left: -18px; width: 70%; height: 70%; border: 1px solid rgba(240,145,64,.65); }
.approach-quote { position: absolute; right: -55px; bottom: 30px; max-width: 270px; padding: 25px 27px; color: var(--navy); background: var(--cream); font-family: var(--serif); font-size: 17px; font-style: italic; box-shadow: var(--shadow); }
.approach-content h2 { margin-bottom: 18px; font-size: clamp(39px, 3.8vw, 58px); }
.approach-lead { max-width: 720px; margin-bottom: 36px; color: rgba(255,255,255,.76); }
.approach-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.approach-steps li { display: grid; grid-template-columns: 40px 1fr; gap: 17px; padding: 22px 0; border-bottom: 1px solid var(--line-light); }
.approach-steps li > span { color: var(--orange); font-family: var(--serif); font-size: 14px; }
.approach-steps h3 { margin-bottom: 6px; color: white; font-family: var(--sans); font-size: 14px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.approach-steps p { margin-bottom: 0; color: rgba(255,255,255,.68); font-size: 13px; }

/* Services */
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 80px minmax(0, 1fr) 295px; align-items: center; gap: 35px; min-height: 190px; padding: 28px 22px 28px 6px; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease; }
.service-row:hover { padding-left: 22px; background: rgba(255,255,255,.58); }
.service-row--featured { background: white; box-shadow: 0 15px 50px rgba(40,50,74,.06); }
.service-index { color: var(--orange); font-family: var(--serif); font-size: 24px; }
.service-tag { margin-bottom: 7px; color: var(--sage); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.service-main h3 { margin-bottom: 9px; color: var(--navy); font-size: 29px; }
.service-main > p:last-child { max-width: 750px; margin-bottom: 0; color: var(--muted); font-size: 14px; }
.service-link { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 15px 17px; border: 1px solid var(--navy); border-radius: 999px; color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.service-link span { color: var(--orange); font-size: 18px; }
.service-link:hover { background: var(--navy); color: white; }

/* About */
.about-section { background: white; }
.about-grid { display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 100px; }
.about-copy h2 { margin-bottom: 28px; color: var(--navy); font-size: clamp(40px, 4vw, 62px); }
.about-copy > p { color: var(--muted); }
.about-copy .about-intro { color: var(--navy); font-family: var(--serif); font-size: 20px; }
.about-copy blockquote { margin: 32px 0; padding-left: 24px; color: var(--navy); border-left: 2px solid var(--orange); font-family: var(--serif); font-size: 20px; font-style: italic; }
.about-visual { position: relative; padding: 20px 20px 0 0; }
.about-image-wrap { overflow: hidden; }
.about-image-wrap img { width: 100%; min-height: 570px; object-fit: cover; object-position: 50% center; }
.about-visual::before { content: ""; position: absolute; z-index: 0; right: 0; top: 0; width: 58%; height: 60%; background: var(--cream); }
.about-image-wrap, .about-note { position: relative; z-index: 1; }
.about-note { display: flex; flex-direction: column; width: max-content; max-width: 90%; margin: -38px 0 0 -34px; padding: 20px 30px; color: white; background: var(--navy); box-shadow: var(--shadow); }
.about-note strong { color: var(--orange); font-family: var(--serif); font-size: 20px; font-weight: 500; }
.about-note span { font-size: 12px; }

/* Contact */
.contact-section { padding: 95px 0; color: white; background: linear-gradient(135deg, var(--navy-deep), var(--navy)); }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 110px; align-items: center; }
.contact-grid h2 { max-width: 720px; margin-bottom: 22px; font-size: clamp(42px, 4vw, 62px); }
.contact-grid > div:first-child > p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.78); }
.contact-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.contact-badges span { padding: 9px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: rgba(255,255,255,.85); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.contact-card { padding: 34px; color: var(--navy); background: var(--cream); box-shadow: 0 28px 60px rgba(0,0,0,.18); }
.contact-lines { margin-top: 28px; border-top: 1px solid var(--line); }
.contact-lines p { display: grid; grid-template-columns: 130px 1fr; gap: 18px; margin: 0; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.contact-lines span { color: var(--muted); }
.contact-lines a, .contact-lines strong { overflow-wrap: anywhere; font-weight: 600; }
.contact-small { margin: 18px 0 0; color: var(--muted); font-size: 11px; }

/* Footer */
.site-footer { color: rgba(255,255,255,.76); background: #111a2a; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr .8fr; gap: 55px; padding: 66px 0 46px; }
.footer-brand-name {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: var(--serif);
  font-size: 28px !important;
  line-height: 1.1;
  letter-spacing: -.02em;
}
.footer-brand-name span { color: var(--orange); font-size: inherit; }
.footer-brand p { max-width: 350px; font-size: 13px; }
.footer-grid h2 { margin-bottom: 17px; color: white; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a, .footer-grid span { font-size: 12px; }
.footer-grid a:hover { color: var(--orange); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.footer-bottom p { margin: 0; }

.cape-disclosure {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.cape-disclosure__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  padding: 10px 14px;
  background: #ffffff;
  border-radius: 12px;
}
.cape-disclosure__logo img {
  display: block;
  width: 190px;
  height: auto;
}
.cape-disclosure p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  line-height: 1.7;
}
.cape-disclosure strong { color: #ffffff; }

.legal-cape-card {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  margin-bottom: 48px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(40,50,74,.08);
}
.legal-cape-card img { width: 220px; height: auto; }
.legal-cape-card p { margin: 0; }
.legal-cape-card .eyebrow { margin-bottom: 10px; color: var(--orange-deep); }

/* Reveal animation */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } [data-reveal] { opacity: 1; transform: none; transition: none; } }

/* Legal pages and 404 */
.legal-page { background: var(--paper); }
.legal-page .site-header { position: relative; height: 112px; }
.legal-page .brand img { width: 220px; }
.legal-page .nav-cta { margin-left: auto; }
.legal-hero { padding: 80px 0 55px; color: white; background: linear-gradient(135deg, var(--navy-deep), var(--navy)); }
.legal-hero h1 { margin-bottom: 13px; font-size: clamp(40px, 5vw, 64px); }
.legal-hero p:last-child { margin-bottom: 0; color: rgba(255,255,255,.68); }
.legal-main { padding: 75px 0 100px; }
.legal-content { max-width: 900px; }
.legal-content h2 { margin: 45px 0 14px; color: var(--navy); font-size: 25px; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: var(--orange-deep); text-decoration: underline; }
.placeholder-note { padding: 20px 22px; color: var(--navy) !important; background: #fff3e5; border-left: 3px solid var(--orange); }

/* Responsive */
@media (max-width: 1220px) {
  :root { --header-h: 125px; }
  .container { width: min(calc(100% - 48px), var(--container)); }
  .brand--stacked img { width: 172px; }
  .main-nav { gap: 22px; font-size: 13px; }
  .nav-cta { padding-inline: 20px; }
  .hero { grid-template-columns: 47% 53%; }
  .hero-copy-inner { margin-left: 48px; }
  .promise-grid article { padding-inline: 18px; }
  .intro-grid { grid-template-columns: 1.05fr .95fr; gap: 55px; }
  .approach-layout { gap: 65px; }
  .service-row { grid-template-columns: 65px 1fr 250px; }
  .about-grid { gap: 70px; }
}

@media (max-width: 1020px) {
  :root { --header-h: 92px; }
  html { scroll-padding-top: 90px; }
  .site-header.is-scrolled { height: 82px; }
  .brand--stacked img, .site-header.is-scrolled .brand--stacked img { width: 140px; }
  .nav-toggle { display: block; position: relative; z-index: 1010; }
  .main-nav { position: fixed; inset: 0 0 0 auto; z-index: 1005; width: min(86vw, 420px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 9px; padding: 100px 46px 55px; background: var(--cream); box-shadow: -20px 0 55px rgba(40,50,74,.18); transform: translateX(110%); transition: transform .3s ease; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav > a:not(.nav-cta) { width: 100%; padding: 11px 0; font-family: var(--serif); font-size: 22px; font-weight: 500; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 18px; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }

  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 590px; }
  .hero-copy::after { display: none; }
  .hero-copy-inner { width: min(calc(100% - 64px), 760px); margin: 0 auto; padding: 80px 0 70px; text-align: center; }
  .hero-copy-inner .eyebrow { margin-inline: auto; }
  .hero-rule { margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .button-row { justify-content: center; }
  .hero-image { min-height: 500px; background-position: center 35%; }
  .promise-grid { grid-template-columns: repeat(2, 1fr); }
  .promise-grid article { padding: 28px 25px !important; border-bottom: 1px solid var(--line); }
  .promise-grid article:nth-child(2) { border-right: 0; }
  .promise-grid article:nth-child(3), .promise-grid article:nth-child(4) { border-bottom: 0; }

  .intro-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 88px 0; }
  .situation-grid { grid-template-columns: 1fr; }
  .situation-card { min-height: 330px; }
  .domain-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-layout { grid-template-columns: 1fr; }
  .approach-visual { max-width: 580px; margin: 0 auto; }
  .approach-quote { right: -30px; }
  .service-row { grid-template-columns: 55px 1fr; }
  .service-link { grid-column: 2; width: max-content; max-width: 100%; margin-top: 8px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-copy { order: 2; }
  .about-visual { order: 1; max-width: 760px; margin-inline: auto; }
  .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .contact-card { max-width: 650px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .header-inner { gap: 15px; }
  .brand--stacked img, .site-header.is-scrolled .brand--stacked img { width: 120px; }
  .nav-toggle { width: 44px; height: 44px; }
  .hero-copy { min-height: auto; }
  .hero-copy-inner { width: calc(100% - 36px); padding: 68px 0 58px; }
  .hero h1 { font-size: clamp(43px, 13vw, 58px); }
  .hero h1 span { margin-top: 10px; font-size: .9em; line-height: .95; }
  .hero-lead { font-size: 15px; }
  .hero-signature { font-size: 13px; }
  .button-row { flex-direction: column; }
  .button-row .btn { width: 100%; }
  .hero-image { min-height: 360px; background-position: 60% center; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid article { min-height: auto; padding: 24px 0 !important; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .promise-grid article:last-child { border-bottom: 0 !important; }
  .intro-band { padding: 68px 0; }
  .intro-grid { grid-template-columns: 1fr; gap: 32px; }
  .section { padding: 75px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 20px; }
  .section-heading h2 { font-size: 37px; }
  .situation-card { min-height: 340px; padding: 30px 26px; }
  .domain-grid { grid-template-columns: 1fr; }
  .domain-item { min-height: 205px; }
  .approach-layout { gap: 55px; }
  .approach-visual { padding-right: 10px; }
  .approach-quote { position: relative; right: auto; bottom: auto; margin: -24px 0 0 24px; }
  .approach-content h2 { font-size: 42px; }
  .approach-steps { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 40px 1fr; gap: 18px; min-height: 0; padding: 28px 4px; }
  .service-row:hover { padding-left: 4px; }
  .service-main h3 { font-size: 25px; }
  .service-link { grid-column: 1 / 3; width: 100%; }
  .about-grid { gap: 55px; }
  .about-copy h2 { font-size: 42px; }
  .about-image-wrap img { min-height: 410px; }
  .about-note { margin-left: 0; }
  .contact-section { padding: 75px 0; }
  .contact-grid h2 { font-size: 42px; }
  .contact-card { padding: 25px 22px; }
  .contact-lines p { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 52px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .legal-page .site-header { height: 90px; }
  .legal-page .brand img { width: 155px; }
  .legal-page .nav-cta { padding: 11px 15px; font-size: 10px; }
  .legal-hero { padding: 60px 0 42px; }
}


/* Consentement cookies et Google Analytics */
.cookie-banner {
  position: fixed;
  z-index: 1200;
  right: 22px;
  bottom: 22px;
  left: 22px;
  color: var(--navy);
  background: rgba(255,255,255,.985);
  border: 1px solid rgba(40,50,74,.14);
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(17,26,42,.24);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}
.cookie-banner.is-hidden { opacity: 0; visibility: hidden; transform: translateY(18px); pointer-events: none; }
.cookie-banner__inner { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 28px; max-width: 1260px; margin: 0 auto; padding: 24px 26px; }
.cookie-banner__copy { max-width: 760px; }
.cookie-banner__eyebrow { margin: 0 0 5px; color: var(--orange-deep); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.cookie-banner h2, .cookie-modal h2 { margin: 0 0 7px; color: var(--navy); font-size: 27px; }
.cookie-banner__copy > p:not(.cookie-banner__eyebrow) { margin: 0; color: var(--muted); font-size: 13px; }
.cookie-banner__copy a { display: inline-block; margin-top: 7px; color: var(--navy); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner__actions, .cookie-modal__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.cookie-btn { min-height: 43px; padding: 11px 18px; color: var(--navy); background: white; border: 1px solid rgba(40,50,74,.35); border-radius: 999px; font: inherit; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.cookie-btn:hover, .cookie-btn:focus-visible { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(17,26,42,.12); }
.cookie-btn--accept, .cookie-btn--reject { min-width: 135px; }
.cookie-btn--accept { color: white; background: var(--navy); border-color: var(--navy); }
.cookie-btn--reject { color: var(--navy); background: var(--cream); border-color: rgba(40,50,74,.35); }
.cookie-btn--settings { color: var(--navy); background: transparent; }
.cookie-modal { position: fixed; z-index: 1250; inset: 0; }
.cookie-modal[hidden] { display: none; }
.cookie-modal__backdrop { position: absolute; inset: 0; background: rgba(17,26,42,.58); backdrop-filter: blur(5px); }
.cookie-modal__panel { position: relative; width: min(calc(100% - 36px), 620px); max-height: calc(100vh - 48px); overflow: auto; margin: 24px auto; padding: 34px; color: var(--navy); background: white; border-radius: 22px; box-shadow: 0 28px 90px rgba(0,0,0,.28); }
.cookie-modal__close { position: absolute; top: 15px; right: 18px; width: 38px; height: 38px; color: var(--navy); background: var(--cream); border: 0; border-radius: 50%; font-size: 25px; cursor: pointer; }
.cookie-option { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; margin-top: 18px; padding: 20px; background: var(--cream); border: 1px solid rgba(40,50,74,.10); border-radius: 15px; cursor: pointer; }
.cookie-option h3 { margin: 0 0 5px; color: var(--navy); font-size: 17px; }
.cookie-option p { margin: 0; color: var(--muted); font-size: 12px; }
.cookie-option span { color: var(--olive-deep, #818947); font-size: 11px; font-weight: 700; }
.cookie-option input { width: 46px; height: 25px; accent-color: var(--navy); cursor: pointer; }
.cookie-modal__actions { margin-top: 27px; }
.cookie-modal-open { overflow: hidden; }
.cookie-settings-link { padding: 0; color: inherit; background: none; border: 0; font: inherit; font-size: 12px; cursor: pointer; text-align: left; }
.cookie-settings-link:hover { color: var(--orange); }

@media (max-width: 860px) {
  .cookie-banner__inner { grid-template-columns: 1fr; gap: 18px; }
  .cookie-banner__actions { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; border-radius: 16px; }
  .cookie-banner__inner { padding: 20px 18px; }
  .cookie-banner h2, .cookie-modal h2 { font-size: 23px; }
  .cookie-banner__actions, .cookie-modal__actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .cookie-btn { width: 100%; }
  .cookie-modal__panel { padding: 28px 20px 22px; }
  .cookie-option { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 700px) {
  .cape-disclosure { grid-template-columns: 1fr; gap: 16px; }
  .cape-disclosure__logo { width: min(240px, 100%); }
  .legal-cape-card { grid-template-columns: 1fr; gap: 20px; padding: 22px; }
  .legal-cape-card img { width: min(220px, 100%); }
}


/* Pages expertise / SEO */
.content-page { background: var(--paper); }
.content-hero { padding: 72px 0; background: linear-gradient(135deg, #fffdfa 0%, var(--cream) 100%); border-bottom: 1px solid var(--line); }
.content-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; align-items: center; }
.content-hero__copy h1 { max-width: 820px; margin-bottom: 24px; color: var(--navy); font-size: clamp(45px, 5vw, 72px); letter-spacing: -.04em; }
.content-hero__lead { max-width: 760px; margin-bottom: 30px; color: #3d475b; font-size: 18px; line-height: 1.7; }
.content-hero__visual { position: relative; min-height: 470px; overflow: hidden; box-shadow: var(--shadow); }
.content-hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(24,36,58,.12)); pointer-events: none; }
.content-hero__visual img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.content-narrow { max-width: 960px; }
.content-narrow h2 { max-width: 900px; margin-bottom: 26px; color: var(--navy); font-size: clamp(36px, 3.6vw, 54px); }
.content-narrow p:not(.eyebrow) { max-width: 880px; color: var(--muted); font-size: 16px; }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.expertise-card { min-height: 225px; padding: 31px 30px; background: #fff; border: 1px solid rgba(40,50,74,.09); box-shadow: 0 12px 35px rgba(40,50,74,.05); }
.expertise-card h3 { margin-bottom: 14px; color: var(--navy); font-size: 24px; }
.expertise-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.content-method__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.content-method h2 { color: var(--navy); font-size: clamp(38px, 4vw, 58px); }
.content-highlight { margin-top: 26px; padding: 24px 26px; color: var(--navy); background: var(--cream); border-left: 3px solid var(--orange); font-family: var(--serif); font-size: 19px; }
.content-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.content-steps li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.content-steps li > span { color: var(--orange); font-family: var(--serif); font-size: 22px; }
.content-steps h3 { margin-bottom: 7px; color: var(--navy); font-size: 24px; }
.content-steps p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.related-section { padding: 70px 0; color: white; background: linear-gradient(135deg, var(--navy-deep), var(--navy)); }
.related-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.related-grid h2 { margin-bottom: 0; font-size: 39px; }
.related-links { display: grid; gap: 10px; }
.related-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: 13px; font-weight: 600; transition: background .2s ease, border-color .2s ease; }
.related-link:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.42); }
.related-link b { color: var(--orange); font-size: 19px; }
.seo-links-section { padding: 85px 0; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.seo-links-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 38px; }
.seo-link-card { min-height: 170px; padding: 24px 22px; border: 1px solid var(--line); background: var(--paper); transition: transform .2s ease, box-shadow .2s ease; }
.seo-link-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(40,50,74,.08); }
.seo-link-card h3 { margin-bottom: 9px; color: var(--navy); font-size: 19px; }
.seo-link-card p { margin-bottom: 0; color: var(--muted); font-size: 12px; }
@media (max-width: 1100px) {
  .content-hero__grid { grid-template-columns: 1fr; gap: 42px; }
  .content-hero__visual { max-width: 850px; min-height: 390px; }
  .content-hero__visual img { min-height: 390px; }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .content-method__grid { grid-template-columns: 1fr; gap: 45px; }
  .seo-links-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .content-hero { padding: 55px 0; }
  .content-hero__copy h1 { font-size: 43px; }
  .content-hero__lead { font-size: 16px; }
  .content-hero__visual, .content-hero__visual img { min-height: 300px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card { min-height: 0; }
  .related-grid { grid-template-columns: 1fr; gap: 28px; }
  .seo-links-grid { grid-template-columns: 1fr; }
}
