:root {
  --burgundy: #5a1b2d;
  --deep-wine: #3a1119;
  --ivory: #f7f1e8;
  --white: #ffffff;
  --sand: #efe4d4;
  --charcoal: #241f1c;
  --muted-gold: #a98445;
  --ink: #171310;
  --soft-ink: rgba(36, 31, 28, 0.72);
  --line: rgba(36, 31, 28, 0.14);
  --light-line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 60px rgba(36, 31, 28, 0.16);
  /* Premium border system — warm gold hairlines + soft burgundy shadows */
  --gold-hairline: rgba(169, 132, 69, 0.22);
  --gold-hairline-strong: rgba(169, 132, 69, 0.50);
  --gold-inner: rgba(169, 132, 69, 0.35);
  --premium-shadow: 0 18px 50px rgba(58, 17, 25, 0.08);
  --premium-shadow-hover: 0 26px 64px rgba(58, 17, 25, 0.16);
  --premium-ease: 240ms cubic-bezier(0.22, 0.61, 0.36, 1);
  --page-edge: clamp(20px, 3.2vw, 64px);
  --focus-rail: min(calc(100% - (var(--page-edge) + var(--page-edge))), 1800px);
  /* Typography — Inter (functional UI/body) + Newsreader (editorial headings) */
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: Newsreader, Georgia, "Times New Roman", serif;
  /* Heading weight + rhythm tokens (refined for serif metrics) */
  --weight-heading: 600;
  --weight-heading-strong: 650;
  --lh-display: 1.04;
  --lh-heading: 1.1;
  --lh-body: 1.68;
  --tracking-display: -0.018em;
  --tracking-heading: -0.012em;
  --tracking-kicker: 0.14em;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--ivory);
  font-family: var(--font-sans);
  line-height: 1.55;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

/* Standard container — substantial width for major sections (Billions-scale). */
.shell {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(24px, 6vw, 96px);
}

/* Wide container — hero, dark cinematic bands, header rail. */
.shell-wide {
  max-width: 1440px;
  padding-inline: clamp(24px, 5vw, 80px);
}

#metodo,
#solucoes,
#processo,
#faq,
#trajetoria-title,
#statement-title,
#tmap-title,
#responsibility-title {
  scroll-margin-top: 86px;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding-block: 20px;
  padding-inline: var(--page-edge);
  color: var(--charcoal);
  background: rgba(247, 241, 232, 0.94);
  border-bottom: 1px solid rgba(36, 31, 28, 0.1);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(247, 241, 232, 0.98);
  border-color: rgba(36, 31, 28, 0.14);
  box-shadow: 0 12px 34px rgba(36, 31, 28, 0.1);
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0;
}

.brand img {
  width: clamp(160px, 17vw, 200px);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  color: rgba(36, 31, 28, 0.78);
  transition: color 160ms ease, background 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--deep-wine);
  background: rgba(90, 27, 45, 0.06);
  outline: none;
}

.site-nav .nav-cta {
  margin-left: 8px;
  color: var(--white);
  background: var(--burgundy);
  border: 1px solid rgba(90, 27, 45, 0.18);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: var(--white);
  background: var(--deep-wine);
}

.menu-toggle {
  display: none;
}

.hero {
  --hero-header-offset: 78px;
  position: relative;
  display: grid;
  align-items: start;
  isolation: isolate;
  width: 100vw;
  min-height: max(680px, calc(100vh - var(--hero-header-offset)));
  min-height: max(680px, calc(100svh - var(--hero-header-offset)));
  margin-left: calc(50% - 50vw);
  padding: clamp(108px, 13svh, 132px) 0 clamp(56px, 7svh, 86px);
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-media,
.hero-overlay,
.cta-media,
.cta-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: 0;
  pointer-events: none;
  /* Purpose-built hero image (2.33:1): dark negative space left, subject right.
     WebP preferred via image-set, PNG fallback for older engines. */
  background-image: url("public/images/nexus-hero-final.png");
  background-image: image-set(
    url("public/images/nexus-hero-final.webp") type("image/webp"),
    url("public/images/nexus-hero-final.png") type("image/png")
  );
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--ink);
}

.hero-overlay {
  z-index: 1;
  pointer-events: none;
  /* Lighter wash — the image already carries dark negative space on the left. */
  background:
    linear-gradient(90deg, rgba(20, 8, 10, 0.82) 0%, rgba(58, 17, 25, 0.48) 42%, rgba(20, 8, 10, 0.10) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.34) 100%);
}

/* On smaller (portrait) screens, shift the crop toward the subject and deepen
   the left wash so the headline stays highly readable. */
@media (max-width: 768px) {
  .hero-media {
    background-position: 68% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(20, 8, 10, 0.94) 0%, rgba(58, 17, 25, 0.76) 55%, rgba(20, 8, 10, 0.45) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.46) 100%);
  }
}

/* ===== Nexus signature — trajectory map (Hero only) =====
   Thin connection lines + discreet nodes evoking professional-trajectory
   mapping. Decorative, aria-hidden, non-interactive. Sits above the hero
   image/overlay but below the hero content (z-index 1). */
.nexus-map {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.92;
}

.nexus-map-line {
  fill: none;
  stroke: rgba(169, 132, 69, 0.42);
  stroke-width: 1.25;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: nexus-line-draw 1900ms cubic-bezier(0.22, 0.61, 0.36, 1) 280ms forwards;
}

.nexus-map-line-soft {
  stroke: rgba(247, 241, 232, 0.2);
  animation-delay: 760ms;
  animation-duration: 2200ms;
}

.nexus-map-orbit {
  fill: none;
  stroke: rgba(169, 132, 69, 0.22);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  opacity: 0;
  animation: nexus-orbit-in 1400ms cubic-bezier(0.22, 0.61, 0.36, 1) 1500ms forwards;
}

.nexus-map-node {
  fill: rgba(247, 241, 232, 0.92);
  stroke: rgba(169, 132, 69, 0.55);
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: nexus-node-in 900ms cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

/* Circles in source order: 1 = orbit, 2-5 = nodes. Stagger the nodes. */
.nexus-map-node:nth-of-type(2) { animation-delay: 900ms; }
.nexus-map-node:nth-of-type(3) { animation-delay: 1300ms; }
.nexus-map-node:nth-of-type(4) { animation-delay: 1700ms; }
.nexus-map-node:nth-of-type(5) { animation-delay: 2000ms; }

.nexus-map-node-soft { fill: rgba(247, 241, 232, 0.55); }

.nexus-map-node-apex {
  fill: rgba(169, 132, 69, 0.95);
  stroke: rgba(247, 241, 232, 0.5);
}

@keyframes nexus-line-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes nexus-node-in {
  from { opacity: 0; transform: scale(0.55); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes nexus-orbit-in {
  from { opacity: 0; }
  to { opacity: 0.85; }
}

/* Mobile: hide the map to protect readability and performance. */
@media (max-width: 768px) {
  .nexus-map { display: none; }
}

/* Respect reduced-motion: reveal the final state, no animation. */
@media (prefers-reduced-motion: reduce) {
  .nexus-map-line { stroke-dashoffset: 0; animation: none; }
  .nexus-map-node,
  .nexus-map-orbit { opacity: 1; transform: none; animation: none; }
}

.hero-content {
  position: relative;
  z-index: 3;
}

.hero-content.shell {
  width: var(--focus-rail);
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-inline: auto;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--muted-gold);
  font-family: var(--font-sans);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: var(--tracking-kicker);
  line-height: 1.3;
  text-transform: uppercase;
}

.section-kicker.light {
  color: #d6b36b;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

/* Hero headline. h1 appears only in the Hero, so these refinements are
   scoped to it in practice — deliberately literal (not the shared
   --weight-heading / --lh-display / --tracking-display tokens, which also
   drive h2). Lighter weight, airier leading and a slightly smaller cap give
   an editorial serif feel instead of a heavy sans-style billboard. */
h1 {
  max-width: 820px;
  margin-bottom: 28px;
  color: var(--white);
  font-family: var(--font-serif);
  font-optical-sizing: auto;
  font-size: clamp(2.7rem, 5.4vw, 5rem);
  font-weight: 560;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

h1 span,
.statement-section h2 span {
  display: block;
  color: var(--ivory);
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  letter-spacing: var(--tracking-heading);
}

.hero-copy {
  max-width: 760px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 1.5vw, 1.22rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 780;
  letter-spacing: 0;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button-primary {
  color: var(--white);
  background: var(--burgundy);
  border-color: var(--gold-hairline-strong);
  box-shadow:
    inset 0 1px 0 rgba(169, 132, 69, 0.22),
    0 8px 22px rgba(58, 17, 25, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #6d2238;
  border-color: var(--muted-gold);
  box-shadow:
    inset 0 1px 0 rgba(169, 132, 69, 0.3),
    0 12px 30px rgba(58, 17, 25, 0.28);
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.34);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 940px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-row li {
  padding: 13px 18px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(169, 132, 69, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(169, 132, 69, 0.12),
    0 6px 18px rgba(58, 17, 25, 0.18);
  font-size: 0.9rem;
  font-weight: 680;
  transition: border-color var(--premium-ease), box-shadow var(--premium-ease);
}

.trust-row li:hover {
  border-color: var(--gold-hairline-strong);
  box-shadow:
    inset 0 1px 0 rgba(169, 132, 69, 0.18),
    0 10px 26px rgba(58, 17, 25, 0.24);
}

/* ============================================================
   O Mapa da Trajetória — consolidated method section (dark).
   Replaces the former Pillars + Method + Process sections.
   Thin gold trajectory line + 4 milestone nodes, editorial tone.
   ============================================================ */
.trajectory-map-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--ivory);
  background:
    radial-gradient(circle at 50% -8%, rgba(169, 132, 69, 0.12), transparent 44%),
    linear-gradient(180deg, #1d1714 0%, #2a1018 56%, #1d1714 100%);
  border-top: 1px solid var(--gold-inner);
  border-bottom: 1px solid var(--gold-inner);
}

.tmap-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 86% 80%, rgba(90, 27, 45, 0.5), transparent 42%);
}

.tmap-inner {
  position: relative;
  z-index: 1;
  width: var(--focus-rail);
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.tmap-head {
  max-width: 760px;
  margin-bottom: clamp(48px, 7vw, 88px);
}

.trajectory-map-section h2 {
  color: var(--white);
}

.tmap-lead {
  margin: 18px 0 0;
  max-width: 60ch;
  color: rgba(247, 241, 232, 0.78);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: var(--lh-body);
}

.tmap-track {
  --tmap-gap: clamp(24px, 3vw, 44px);
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--tmap-gap);
  margin: 0;
  padding: 4px 0 0;
  list-style: none;
}

.tmap-step {
  position: relative;
  padding-top: 70px;
}

/* Connecting segment: from this node toward the next. */
.tmap-step::before {
  position: absolute;
  top: 42px;
  left: 7px;
  width: calc(100% + var(--tmap-gap));
  height: 1px;
  content: "";
  background: rgba(169, 132, 69, 0.5);
}

.tmap-step:last-child::before {
  display: none;
}

.tmap-node {
  position: absolute;
  top: 36px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(247, 241, 232, 0.92);
  border: 1px solid rgba(169, 132, 69, 0.6);
  box-shadow: 0 0 0 6px rgba(169, 132, 69, 0.08);
}

.tmap-node-apex {
  background: var(--muted-gold);
  box-shadow: 0 0 0 6px rgba(169, 132, 69, 0.18);
}

.tmap-step-number {
  display: block;
  margin-bottom: 12px;
  color: var(--muted-gold);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: var(--tracking-kicker);
}

.tmap-step h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: clamp(1.2rem, 1.7vw, 1.52rem);
  line-height: 1.18;
}

.tmap-step p {
  margin: 0;
  color: rgba(247, 241, 232, 0.66);
  font-size: 0.98rem;
  line-height: 1.6;
}

.tmap-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 48px);
  margin-top: clamp(56px, 8vw, 96px);
  padding-top: 36px;
  border-top: 1px solid rgba(169, 132, 69, 0.22);
}

.tmap-principle h3 {
  margin: 0 0 6px;
  color: var(--ivory);
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
}

.tmap-principle p {
  margin: 0;
  color: rgba(247, 241, 232, 0.6);
  font-size: 0.95rem;
}

.tmap-cta {
  margin-top: clamp(40px, 6vw, 64px);
}

@media (max-width: 900px) {
  .tmap-track {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
  }
  .tmap-step {
    padding: 2px 0 30px 36px;
  }
  .tmap-step:last-child {
    padding-bottom: 0;
  }
  .tmap-step::before {
    top: 20px;
    left: 6px;
    width: 1px;
    height: 100%;
    background: rgba(169, 132, 69, 0.45);
  }
  .tmap-node {
    top: 4px;
    left: 0;
  }
  .tmap-principles {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

.section {
  padding: clamp(88px, 10vw, 140px) 0;
}

.split-section,
.faq-section {
  background: var(--white);
}

.split-section > .shell,
.statement-section > .shell {
  width: var(--focus-rail);
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(40px, 3.4vw, 58px);
}

.section-copy {
  max-width: 840px;
}

h2 {
  margin-bottom: 20px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-optical-sizing: auto;
  font-size: clamp(2.1rem, 4.4vw, 4.2rem);
  font-weight: var(--weight-heading);
  line-height: var(--lh-heading);
  letter-spacing: var(--tracking-heading);
}

/* h3 defaults to Inter (functional component titles). Editorial h3s opt
   into Newsreader below. */
h3 {
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1.08rem;
  font-weight: 780;
  line-height: 1.2;
}

/* Editorial h3s — single concepts, step names, product/document titles. */
.tmap-step h3,
.tmap-principle h3,
.deliverables-featured h3,
.manifesto-principle h3,
.ecosystem-card h3 {
  font-family: var(--font-serif);
  font-optical-sizing: auto;
  font-weight: var(--weight-heading-strong);
  letter-spacing: var(--tracking-heading);
}

.section-copy p,
.deliverables-featured p,
.deliverable-card p,
.faq-answer p,
.responsibility-trust-panel > p,
.final-cta p,
.footer-brand p {
  color: var(--soft-ink);
}

.section-copy > p {
  max-width: 68ch;
  font-size: 1.13rem;
  line-height: var(--lh-body);
}

.clean-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 30px 0 0;
  margin: 0;
  list-style: none;
}

.clean-list li {
  position: relative;
  padding: 20px 20px 20px 46px;
  background: var(--white);
  border: 1px solid var(--gold-hairline);
  border-radius: 8px;
  box-shadow: var(--premium-shadow);
  font-size: 1rem;
  font-weight: 700;
  transition: border-color var(--premium-ease), box-shadow var(--premium-ease);
}

.clean-list li:hover {
  border-color: var(--gold-hairline-strong);
  box-shadow: var(--premium-shadow-hover);
}

.clean-list li::before {
  position: absolute;
  top: 24px;
  left: 20px;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--burgundy);
  border-radius: 2px;
}

.transformation-section {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(247, 241, 232, 0.9) 60%, rgba(90, 27, 45, 0.07)),
    var(--white);
}

.transformation-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(520px, 1.04fr);
  align-items: center;
  gap: clamp(44px, 4.6vw, 76px);
}

.transformation-copy {
  max-width: 880px;
}

.transformation-copy > p {
  max-width: 780px;
}

.transformation-systems {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 14px;
  margin-top: 34px;
}

.transformation-system {
  position: relative;
  min-height: 300px;
  padding: 26px;
  border: 1px solid var(--gold-hairline);
  border-radius: 8px;
  box-shadow: var(--premium-shadow);
}

.before-system {
  background: rgba(255, 255, 255, 0.74);
}

.after-system {
  color: var(--white);
  background:
    radial-gradient(circle at 90% 12%, rgba(169, 132, 69, 0.18), transparent 30%),
    linear-gradient(145deg, var(--deep-wine), var(--burgundy));
  border-color: rgba(169, 132, 69, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(169, 132, 69, 0.12),
    0 22px 58px rgba(58, 17, 25, 0.18);
}

.system-label {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--muted-gold);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.transformation-system ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.transformation-system li {
  position: relative;
  padding-left: 24px;
  font-size: 1rem;
  font-weight: 720;
  line-height: 1.35;
}

.transformation-system li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--burgundy);
  border-radius: 2px;
}

.after-system li {
  color: rgba(255, 255, 255, 0.88);
}

.after-system li::before {
  background: var(--muted-gold);
}

.transformation-visual {
  position: relative;
}

.transformation-visual .portrait-image {
  height: clamp(600px, 44vw, 760px);
  border: 1px solid rgba(169, 132, 69, 0.18);
}

.transformation-caption {
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: rgba(169, 132, 69, 0.28);
  border: 1px solid rgba(169, 132, 69, 0.38);
  box-shadow: 0 22px 58px rgba(36, 31, 28, 0.24);
}

.transformation-caption span {
  min-height: 86px;
  display: flex;
  align-items: end;
  padding: 18px;
  color: var(--ivory);
  background: rgba(20, 8, 10, 0.78);
  font-size: 0.82rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.framed-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--sand);
  box-shadow: var(--shadow);
}

.framed-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portrait-image {
  height: clamp(560px, 42vw, 720px);
  border-radius: 12px;
}

.landscape-image {
  aspect-ratio: 1.4 / 1;
  border-radius: 12px;
}

.statement-section {
  padding-top: clamp(78px, 8vw, 118px);
  padding-bottom: clamp(78px, 8vw, 118px);
  color: var(--white);
  background:
    radial-gradient(circle at 12% 18%, rgba(169, 132, 69, 0.18), transparent 28%),
    radial-gradient(circle at 86% 76%, rgba(169, 132, 69, 0.12), transparent 26%),
    linear-gradient(135deg, #241017, var(--deep-wine) 46%, var(--burgundy) 100%);
  border-top: 1px solid var(--gold-inner);
  border-bottom: 1px solid var(--gold-inner);
  box-shadow: inset 0 1px 50px rgba(169, 132, 69, 0.06);
}

.statement-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, 0.92fr);
  gap: clamp(44px, 4.6vw, 78px);
  align-items: center;
}

.statement-section h2 {
  max-width: 960px;
  margin-bottom: 0;
  color: var(--white);
}

.statement-copy {
  max-width: 820px;
}

.statement-copy p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
  line-height: 1.62;
}

.manifesto-head {
  position: relative;
  padding-left: clamp(24px, 3vw, 38px);
}

.manifesto-head::before {
  position: absolute;
  top: 4px;
  bottom: 6px;
  left: 0;
  width: 3px;
  content: "";
  background: linear-gradient(180deg, var(--muted-gold), rgba(169, 132, 69, 0.18));
}

.manifesto-line {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(247, 241, 232, 0.74);
  font-size: 1.08rem;
  line-height: 1.6;
}

.manifesto-copy {
  padding: clamp(24px, 3vw, 36px);
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(169, 132, 69, 0.24);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(169, 132, 69, 0.1),
    0 24px 62px rgba(36, 31, 28, 0.16);
}

/* Manifesto — editorial philosophy statement + unnumbered principles.
   Deliberately distinct from the numbered Responsibility proof panel. */
.manifesto-statement {
  max-width: 720px;
  margin: 0;
  color: rgba(247, 241, 232, 0.92);
  font-family: var(--font-serif);
  font-optical-sizing: auto;
  font-size: clamp(1.32rem, 1.9vw, 1.66rem);
  line-height: 1.42;
}

.manifesto-principles {
  margin-top: clamp(28px, 3.2vw, 40px);
  border-top: 1px solid rgba(169, 132, 69, 0.22);
}

.manifesto-principle {
  padding: clamp(18px, 2vw, 24px) 0;
  border-bottom: 1px solid rgba(169, 132, 69, 0.16);
}

.manifesto-principle:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.manifesto-principle h3 {
  margin: 0 0 7px;
  color: var(--ivory);
  font-size: clamp(1.12rem, 1.4vw, 1.28rem);
}

.manifesto-principle p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.99rem;
  line-height: 1.55;
}

.section-heading {
  margin-bottom: clamp(34px, 5vw, 56px);
}

.section-heading.compact {
  max-width: 720px;
}

.section-heading.wide {
  max-width: 920px;
}

.section-lead {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--soft-ink);
  font-size: 1.15rem;
  line-height: 1.55;
}

.section-heading.light .section-lead {
  color: rgba(255, 255, 255, 0.74);
}

.card-grid {
  display: grid;
  gap: 18px;
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ============================================================
   Premium border system — reusable utilities
   Thin gold hairline, warm low-opacity burgundy shadow,
   restrained hover. No glow beams, no heavy shadows.
   ============================================================ */

/* Light premium card: ivory/white surface + gold hairline + warm shadow */
.premium-card {
  background: var(--white);
  border: 1px solid var(--gold-hairline);
  box-shadow: var(--premium-shadow);
}

/* Hairline-only helper (border without forcing a surface/shadow) */
.premium-border,
.gold-hairline {
  border: 1px solid var(--gold-hairline);
}

/* Dark sections: inner gold border + very subtle inset glow, restrained */
.luxury-frame {
  border: 1px solid var(--gold-inner);
  box-shadow:
    inset 0 1px 0 rgba(169, 132, 69, 0.12),
    inset 0 0 60px rgba(169, 132, 69, 0.05),
    0 24px 60px rgba(58, 17, 25, 0.22);
}

/* Refined hover: soft lift, stronger gold edge, warm burgundy shadow */
.premium-card,
.soft-glow-hover {
  transition:
    transform var(--premium-ease),
    border-color var(--premium-ease),
    box-shadow var(--premium-ease);
}

.soft-glow-hover:hover {
  transform: translateY(-4px);
  border-color: var(--gold-hairline-strong);
  box-shadow: var(--premium-shadow-hover);
}

.service-index {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--muted-gold);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.responsibility-statement h2,
.final-cta h2 {
  color: var(--white);
}

.service-index {
  margin-bottom: 28px;
}

.deliverables-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(169, 132, 69, 0.12), transparent 34%),
    radial-gradient(circle at 10% 78%, rgba(90, 27, 45, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(247, 241, 232, 0.9) 48%, rgba(239, 228, 212, 0.95) 100%),
    var(--sand);
  border-top: 1px solid rgba(169, 132, 69, 0.2);
  border-bottom: 1px solid rgba(169, 132, 69, 0.18);
}

.deliverables-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(58, 17, 25, 0.05), transparent 24%, transparent 76%, rgba(58, 17, 25, 0.04)),
    repeating-linear-gradient(90deg, rgba(169, 132, 69, 0.055) 0 1px, transparent 1px 116px),
    linear-gradient(180deg, rgba(169, 132, 69, 0.12), transparent 18%);
  opacity: 0.72;
}

.deliverables-inner {
  position: relative;
  z-index: 1;
}

.deliverables-header {
  max-width: 940px;
  margin-bottom: clamp(38px, 5vw, 62px);
}

.deliverables-header h2 {
  max-width: 910px;
}

.deliverables-lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--soft-ink);
  font-size: 1.13rem;
  line-height: var(--lh-body);
}

.deliverables-showcase {
  display: grid;
  grid-template-columns: minmax(390px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.deliverables-featured {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 46px);
  color: var(--white);
  background:
    radial-gradient(circle at 86% 18%, rgba(169, 132, 69, 0.14), transparent 26%),
    linear-gradient(145deg, rgba(58, 17, 25, 0.99), rgba(90, 27, 45, 0.94)),
    var(--deep-wine);
  border: 1px solid var(--gold-inner);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(169, 132, 69, 0.16),
    inset 0 0 70px rgba(169, 132, 69, 0.05),
    0 24px 64px rgba(58, 17, 25, 0.22);
}

.deliverables-featured > span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 34px;
  color: var(--muted-gold);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: var(--tracking-kicker);
  text-transform: uppercase;
}

.deliverables-featured h3 {
  max-width: 540px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(2.35rem, 3.35vw, 3.1rem);
  line-height: 0.98;
}

.deliverables-featured p {
  max-width: 560px;
  font-size: 1.04rem;
  line-height: var(--lh-body);
  color: rgba(255, 255, 255, 0.76);
}

.deliverables-featured-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  margin: 40px 0 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.deliverables-featured-list li {
  min-height: 72px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(0, 0, 0, 0.12);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.3;
}

/* Clean wrapper — the photograph itself is the visual object. */
.deliverables-visual {
  display: flex;
  align-self: center;
  justify-content: center;
}

.deliverables-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(169, 132, 69, 0.18);
  border-radius: 12px;
  box-shadow: 0 28px 70px rgba(58, 21, 28, 0.18);
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(42px, 5.5vw, 68px);
}

.deliverable-card {
  position: relative;
  min-height: 242px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 251, 244, 0.72)),
    rgba(255, 255, 255, 0.68);
  border: 1px solid var(--gold-hairline);
  border-radius: 8px;
  box-shadow:
    0 16px 42px rgba(58, 17, 25, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition:
    transform var(--premium-ease),
    border-color var(--premium-ease),
    box-shadow var(--premium-ease);
}

.deliverable-card::before {
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, rgba(169, 132, 69, 0.54), transparent);
}

.deliverable-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold-hairline-strong);
  box-shadow:
    0 20px 52px rgba(58, 17, 25, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.deliverable-card > span {
  width: fit-content;
  padding-bottom: 12px;
  margin-bottom: 24px;
  color: var(--muted-gold);
  border-bottom: 2px solid rgba(169, 132, 69, 0.42);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.deliverable-card h3 {
  max-width: 320px;
  margin-bottom: 16px;
  color: var(--deep-wine);
  font-size: 1.1rem;
  line-height: 1.28;
}

.deliverable-card p {
  margin-top: auto;
  font-size: 0.98rem;
  line-height: 1.62;
}

.deliverables-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(34px, 5vw, 56px);
}

.transform-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 16%, rgba(169, 132, 69, 0.16), transparent 28%),
    radial-gradient(circle at 80% 82%, rgba(90, 27, 45, 0.38), transparent 36%),
    linear-gradient(135deg, #1c1714 0%, #281818 48%, #4a1321 100%);
  border-top: 1px solid rgba(169, 132, 69, 0.3);
  border-bottom: 1px solid rgba(169, 132, 69, 0.22);
}

.transform-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(247, 241, 232, 0.05), transparent 20%, transparent 80%, rgba(247, 241, 232, 0.03)),
    repeating-linear-gradient(90deg, rgba(169, 132, 69, 0.04) 0 1px, transparent 1px 180px);
  opacity: 0.4;
}

.transform-section::after {
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.18));
}

.transform-inner {
  position: relative;
  z-index: 1;
}

.transform-header {
  max-width: 920px;
  margin-bottom: clamp(42px, 5vw, 68px);
}

.transform-section h2 {
  max-width: 800px;
  color: var(--white);
}

.transform-lead {
  max-width: 780px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
  line-height: var(--lh-body);
}

.transform-flow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(235px, 1fr) minmax(54px, 0.2fr) minmax(300px, 1.04fr) minmax(54px, 0.2fr) minmax(235px, 1fr);
  gap: clamp(14px, 2vw, 26px);
  align-items: stretch;
}

.transform-column,
.transform-engine-core {
  position: relative;
  padding: clamp(28px, 2.8vw, 38px) clamp(22px, 2.2vw, 30px);
  border-radius: 10px;
}

/* side groups — light, editorial columns, not UI cards */
.transform-column {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.008));
  border: 1px solid rgba(169, 132, 69, 0.14);
}

.transform-column::before {
  position: absolute;
  top: 0;
  left: clamp(22px, 2.2vw, 30px);
  right: clamp(22px, 2.2vw, 30px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(169, 132, 69, 0.6), rgba(169, 132, 69, 0.08));
}

.transform-column h3,
.transform-engine h3 {
  margin-bottom: clamp(20px, 2.2vw, 28px);
  color: var(--ivory);
  font-size: clamp(1.4rem, 1.9vw, 1.78rem);
}

/* center — quiet burgundy mechanism inside a refined gold hairline frame */
.transform-engine {
  padding: 1px;
  background: linear-gradient(160deg, rgba(169, 132, 69, 0.42), rgba(247, 241, 232, 0.05), rgba(169, 132, 69, 0.22));
  border-radius: 11px;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.24);
}

.transform-engine-core {
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgba(74, 19, 33, 0.62), rgba(58, 17, 25, 0.46));
  box-shadow: inset 0 1px 0 rgba(247, 241, 232, 0.06);
}

.transform-engine-kicker {
  margin: 0 0 12px;
  color: var(--muted-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: var(--tracking-kicker);
  text-transform: uppercase;
}

/* engine title carries a hairline accent so the center reads as the active mechanism */
.transform-engine-core h3 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.transform-engine-core h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--muted-gold), rgba(169, 132, 69, 0));
}

/* connector — thin editorial gold hairline ending in a subtle chevron */
.transform-connector {
  position: relative;
  min-height: 56px;
}

.transform-connector::before {
  position: absolute;
  top: 50%;
  left: 2px;
  right: 13px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(169, 132, 69, 0.55));
  transform: translateY(-50%);
}

.transform-connector::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 1.5px solid rgba(247, 241, 232, 0.66);
  border-right: 1.5px solid rgba(247, 241, 232, 0.66);
  transform: translateY(-50%) rotate(45deg);
}

.transform-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  list-style: none;
  font-size: 1rem;
}

.transform-list li {
  position: relative;
  padding-left: 22px;
  line-height: 1.5;
}

.transform-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 11px;
  height: 1px;
  content: "";
  background: rgba(169, 132, 69, 0.8);
}

.transform-proof {
  max-width: 820px;
  padding-top: 28px;
  margin: clamp(34px, 5vw, 54px) auto 0;
  color: rgba(247, 241, 232, 0.82);
  border-top: 1px solid rgba(169, 132, 69, 0.26);
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  line-height: 1.16;
  text-align: center;
}

.transform-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(26px, 3.4vw, 40px);
}

.responsibility-section {
  position: relative;
  overflow: hidden;
  padding: clamp(112px, 10vw, 142px) 0;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 20%, rgba(90, 27, 45, 0.55), transparent 38%),
    linear-gradient(135deg, #241f1c 0%, #3a1119 42%, #5a1b2d 100%);
  border-top: 1px solid var(--gold-inner);
  border-bottom: 1px solid var(--gold-inner);
}

.responsibility-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 8, 10, 0.86), rgba(58, 17, 25, 0.74) 54%, rgba(36, 31, 28, 0.92)),
    url("public/images/quiet-work.webp") center / cover;
  opacity: 0.36;
  transform: scale(1.03);
}

.responsibility-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 84% 18%, rgba(169, 132, 69, 0.13), transparent 28%),
    linear-gradient(90deg, rgba(169, 132, 69, 0.10) 1px, transparent 1px);
  background-size: auto, 112px 112px;
  opacity: 0.34;
  pointer-events: none;
}

.responsibility-section::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(169, 132, 69, 0.08), rgba(169, 132, 69, 0.72), rgba(169, 132, 69, 0.08));
}

.responsibility-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - (var(--page-edge) + var(--page-edge))), 1240px);
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  gap: clamp(56px, 6.5vw, 88px);
  align-items: center;
  padding: 0;
  margin-inline: auto;
}

.responsibility-statement {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 58px) clamp(28px, 4vw, 46px);
  background: linear-gradient(145deg, rgba(20, 8, 10, 0.28), rgba(58, 17, 25, 0.2));
  border: 1px solid rgba(169, 132, 69, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(169, 132, 69, 0.12),
    0 28px 80px rgba(0, 0, 0, 0.16);
}

.responsibility-statement::before {
  position: absolute;
  top: clamp(30px, 4vw, 48px);
  bottom: clamp(30px, 4vw, 48px);
  left: clamp(18px, 2vw, 26px);
  width: 1px;
  content: "";
  background: rgba(169, 132, 69, 0.65);
}

.responsibility-statement h2 {
  max-width: 640px;
  margin-bottom: 0;
  font-size: clamp(2.55rem, 4.7vw, 4.85rem);
  line-height: 0.96;
}

.responsibility-trust-panel {
  padding: clamp(32px, 4vw, 46px);
  background: rgba(20, 8, 10, 0.46);
  border: 1px solid rgba(169, 132, 69, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(169, 132, 69, 0.12),
    0 28px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.responsibility-trust-panel > p {
  max-width: 760px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.04rem, 1.25vw, 1.16rem);
  line-height: 1.72;
}

.responsibility-proof-list {
  border-top: 1px solid rgba(169, 132, 69, 0.24);
}

.proof-row {
  display: grid;
  grid-template-columns: 56px minmax(160px, 200px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(169, 132, 69, 0.2);
  transition: border-color var(--premium-ease);
}

.proof-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.proof-row span {
  color: var(--muted-gold);
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.35;
}

.proof-row strong {
  color: var(--ivory);
  font-size: 1.18rem;
  line-height: 1.18;
}

.proof-row p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.98rem;
  line-height: 1.55;
}

.proof-row:hover {
  border-color: rgba(169, 132, 69, 0.42);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 72px);
}

.faq-intro {
  position: sticky;
  top: 112px;
  align-self: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--gold-hairline);
  border-radius: 10px;
  background: linear-gradient(180deg, #fdfbf6, #f6f0e6);
  box-shadow: var(--premium-shadow);
  transition:
    border-color var(--premium-ease),
    background var(--premium-ease),
    box-shadow var(--premium-ease);
}

.faq-item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, var(--muted-gold), rgba(169, 132, 69, 0));
  opacity: 0;
  transition: opacity var(--premium-ease);
}

.faq-item.is-open {
  border-color: var(--gold-hairline-strong);
  background: var(--white);
  box-shadow:
    0 18px 44px rgba(58, 17, 25, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.faq-item.is-open::before {
  opacity: 1;
}

.faq-item button {
  width: 100%;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 26px;
  color: var(--ink);
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.faq-item button:focus-visible {
  outline: 2px solid var(--muted-gold);
  outline-offset: -4px;
}

.faq-icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.faq-icon::before,
.faq-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  content: "";
  background: var(--muted-gold);
  transform: translate(-50%, -50%);
}

.faq-item.is-open .faq-icon::before {
  background: var(--burgundy);
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 160ms ease, opacity 160ms ease;
}

.faq-item.is-open .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 180ms ease;
}

.faq-answer p {
  overflow: hidden;
  padding: 0 26px;
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.6;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer p {
  padding-bottom: 24px;
}

.ecosystem-section {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(169, 132, 69, 0.1), transparent 34%),
    linear-gradient(180deg, var(--ivory) 0%, var(--sand) 100%);
  border-top: 1px solid rgba(169, 132, 69, 0.18);
}

.ecosystem-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(169, 132, 69, 0.04), rgba(169, 132, 69, 0.42), rgba(169, 132, 69, 0.04));
}

.ecosystem-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - (var(--page-edge) + var(--page-edge))), 1240px);
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(520px, 1.04fr);
  gap: clamp(48px, 5vw, 70px);
  align-items: center;
  margin-inline: auto;
}

.ecosystem-copy {
  max-width: 620px;
}

.ecosystem-copy h2 {
  max-width: 700px;
  color: var(--charcoal);
}

.ecosystem-copy p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(36, 31, 28, 0.7);
  font-size: clamp(1.06rem, 1.35vw, 1.18rem);
  line-height: 1.68;
}

.ecosystem-visual {
  position: relative;
  min-height: 660px;
}

.ecosystem-image {
  display: block;
  width: 78%;
  max-width: 520px;
  height: 660px;
  object-fit: cover;
  object-position: 78% center;
  margin-left: auto;
  border: 1px solid rgba(169, 132, 69, 0.24);
  box-shadow: 0 22px 56px rgba(58, 17, 25, 0.12);
}

.ecosystem-card {
  overflow: hidden;
  position: absolute;
  z-index: 2;
  left: -72px;
  bottom: 30px;
  width: min(380px, 64%);
  padding: clamp(28px, 3.4vw, 38px);
  color: var(--ivory);
  background:
    radial-gradient(circle at 88% 0%, rgba(169, 132, 69, 0.14), transparent 34%),
    linear-gradient(135deg, var(--charcoal) 0%, var(--deep-wine) 52%, var(--burgundy) 100%);
  border: 1px solid rgba(169, 132, 69, 0.32);
  box-shadow: 0 20px 50px rgba(58, 17, 25, 0.16);
}

.ecosystem-card::before {
  position: absolute;
  inset: 14px;
  content: "";
  border: 1px solid rgba(169, 132, 69, 0.13);
  pointer-events: none;
}

.ecosystem-card::after {
  position: absolute;
  right: -18%;
  bottom: -28%;
  width: 58%;
  aspect-ratio: 1;
  content: "";
  background: radial-gradient(circle, rgba(247, 241, 232, 0.08), transparent 64%);
  pointer-events: none;
}

.ecosystem-card > * {
  position: relative;
  z-index: 1;
}

.ecosystem-kicker {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--muted-gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ecosystem-card h3 {
  margin-bottom: 0.95rem;
  color: var(--ivory);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 0.95;
}

.ecosystem-card > p {
  margin-bottom: 0;
  color: rgba(247, 241, 232, 0.8);
  font-size: 0.98rem;
  line-height: 1.65;
}

.ecosystem-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
  border-top: 0;
}

.ecosystem-highlights span {
  display: inline-flex;
  align-items: center;
  padding: 0.46rem 0.62rem;
  color: rgba(247, 241, 232, 0.74);
  background: rgba(247, 241, 232, 0.045);
  border: 1px solid rgba(169, 132, 69, 0.24);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

.ecosystem-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 1.5rem;
  padding: 0.9rem 1.16rem;
  color: var(--deep-wine);
  background: var(--ivory);
  border: 1px solid rgba(247, 241, 232, 0.45);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.ecosystem-cta:hover {
  background: var(--sand);
  border-color: rgba(169, 132, 69, 0.7);
  transform: translateY(-2px);
}

.ecosystem-cta:focus-visible {
  outline: 2px solid rgba(169, 132, 69, 0.82);
  outline-offset: 4px;
}

.final-cta {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: grid;
  align-items: center;
  padding: clamp(96px, 11vw, 132px) 0;
  color: var(--white);
  background: var(--ink);
  border-top: 1px solid var(--gold-inner);
  border-bottom: 1px solid var(--gold-inner);
  box-shadow: inset 0 1px 60px rgba(169, 132, 69, 0.06);
}

.cta-media {
  background-image: url("public/images/quiet-work.webp");
  background-position: center;
  background-size: cover;
}

.cta-overlay {
  background:
    linear-gradient(90deg, rgba(20, 11, 10, 0.9), rgba(58, 17, 25, 0.74) 52%, rgba(36, 31, 28, 0.5)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72));
}

.final-cta-content {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.final-cta h2 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
}

.final-cta p {
  max-width: 700px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.16rem;
  line-height: 1.6;
}

.final-cta-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  max-width: 760px;
  margin: 30px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(169, 132, 69, 0.26);
  list-style: none;
}

.final-cta-trust li {
  position: relative;
  color: rgba(247, 241, 232, 0.7);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.final-cta-trust li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -12px;
  width: 1px;
  height: 12px;
  content: "";
  background: rgba(169, 132, 69, 0.5);
  transform: translateY(-50%);
}

.site-footer {
  padding: clamp(64px, 7vw, 88px) 0 44px;
  color: var(--white);
  background: #0f0d0c;
  border-top: 1px solid rgba(169, 132, 69, 0.22);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(220px, 0.46fr) minmax(260px, 0.56fr);
  gap: clamp(36px, 5vw, 80px);
  align-items: start;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 260px;
  padding: 18px 22px;
  margin-bottom: 18px;
  background: var(--ivory);
  border: 1px solid rgba(247, 241, 232, 0.16);
  border-radius: 2px;
}

.footer-logo img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  object-fit: contain;
}

.footer-subtitle {
  color: #d6b36b;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.64);
}

.footer-contact h2,
.footer-social h3 {
  margin-bottom: 18px;
  color: var(--white);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: var(--tracking-kicker);
  text-transform: uppercase;
}

.footer-contact {
  display: grid;
  gap: 10px;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.93rem;
}

.footer-contact .footer-cta {
  width: fit-content;
  margin-bottom: 8px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--burgundy);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 760;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--white);
  outline: none;
}

.footer-social h3 {
  color: rgba(247, 241, 232, 0.95);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  color: rgba(247, 241, 232, 0.72);
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: rgba(247, 241, 232, 0.78);
  background: rgba(247, 241, 232, 0.04);
  border: 1px solid rgba(169, 132, 69, 0.28);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.social-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.social-link:hover {
  color: var(--ivory);
  transform: translateX(3px);
}

.social-link:hover .social-icon {
  color: var(--muted-gold);
  background: rgba(169, 132, 69, 0.08);
  border-color: rgba(169, 132, 69, 0.62);
  transform: translateY(-1px);
}

.social-link:focus-visible {
  color: var(--ivory);
  outline: 2px solid rgba(169, 132, 69, 0.75);
  outline-offset: 4px;
}

/* ===================== TABLET & BELOW (≤1023px) ===================== */
@media (max-width: 1023px) {
  :root {
    --page-edge: clamp(20px, 5vw, 40px);
  }

  .site-header {
    width: 100%;
    min-height: 66px;
    padding-block: 12px;
    padding-inline: clamp(20px, 5vw, 40px);
  }

  .hero {
    --hero-header-offset: 71px;
    min-height: max(700px, calc(100vh - var(--hero-header-offset)));
    min-height: max(700px, calc(100svh - var(--hero-header-offset)));
    padding: clamp(98px, 12svh, 118px) 0 clamp(52px, 7svh, 72px);
  }

  .hero-content.shell,
  .split-section > .shell,
  .statement-section > .shell {
    width: var(--focus-rail);
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }

  .menu-toggle {
    position: relative;
    z-index: 22;
    display: inline-grid;
    place-items: center;
    gap: 5px;
    width: 50px;
    height: 46px;
    padding: 0;
    color: var(--deep-wine);
    background: rgba(90, 27, 45, 0.06);
    border: 1px solid rgba(90, 27, 45, 0.18);
    border-radius: 6px;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 22px;
    height: 2px;
    background: currentColor;
    transition: transform 200ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(42deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-42deg);
  }

  /* Full-width, fully-opaque premium dropdown panel. */
  .site-nav {
    position: fixed;
    top: 71px;
    left: 0;
    right: 0;
    display: grid;
    gap: 4px;
    padding: 16px clamp(20px, 5vw, 40px) 22px;
    background: var(--ivory);
    border-top: 1px solid rgba(169, 132, 69, 0.28);
    border-bottom: 1px solid rgba(36, 31, 28, 0.12);
    box-shadow: 0 30px 70px rgba(36, 31, 28, 0.22);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    min-height: 56px;
    padding: 0 16px;
    color: var(--charcoal);
    font-size: 1.05rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(36, 31, 28, 0.08);
  }

  .site-nav a:last-of-type {
    border-bottom: 0;
  }

  .site-nav .nav-cta {
    justify-content: center;
    min-height: 54px;
    margin: 14px 0 0;
    color: var(--white);
    border-radius: 6px;
    font-size: 1rem;
  }

  .transformation-grid {
    grid-template-columns: 1fr;
  }

  .transformation-copy,
  .transformation-copy > p {
    max-width: 840px;
  }

  .transformation-visual .portrait-image {
    height: min(720px, 82vw);
  }

  .statement-grid {
    grid-template-columns: 1fr;
  }

  .manifesto-copy {
    max-width: none;
  }

  .split-grid,
  .statement-grid,
  .ecosystem-inner,
  .responsibility-inner,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .transform-flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .transform-connector {
    width: 100%;
    min-height: 44px;
  }

  .transform-connector::before {
    top: 2px;
    bottom: 13px;
    left: 50%;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(169, 132, 69, 0.55));
    transform: translateX(-50%);
  }

  .transform-connector::after {
    top: auto;
    bottom: 4px;
    right: 50%;
    transform: translateX(50%) rotate(135deg);
  }

  .ecosystem-inner {
    width: var(--focus-rail);
    gap: 38px;
  }

  .ecosystem-copy h2,
  .ecosystem-copy p:last-child {
    max-width: 820px;
  }

  .ecosystem-visual {
    min-height: auto;
  }

  .ecosystem-image {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 680px;
  }

  .ecosystem-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    max-width: 640px;
    min-height: auto;
    padding: 34px;
    margin: -56px 18px 0;
  }

  .responsibility-inner {
    width: var(--focus-rail);
    gap: 34px;
  }

  .responsibility-statement {
    min-height: auto;
  }

  .responsibility-trust-panel {
    padding: 32px;
  }

  .proof-row {
    grid-template-columns: 48px minmax(150px, 0.36fr) minmax(0, 1fr);
    gap: 18px;
  }

  .faq-intro {
    position: static;
  }

  .card-grid.three,
  .deliverables-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deliverables-showcase {
    grid-template-columns: 1fr;
  }

  .deliverables-featured {
    min-height: auto;
  }

  .portrait-image {
    height: min(720px, 118vw);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-logo {
    max-width: 220px;
    padding: 14px 18px;
  }

  .footer-logo img {
    max-width: 190px;
  }
}

/* ===================== MOBILE (≤767px) ===================== */
@media (max-width: 767px) {
  .shell {
    padding-inline: 20px;
  }

  .brand img {
    width: 150px;
  }

  .hero {
    min-height: max(700px, calc(100vh - var(--hero-header-offset)));
    min-height: max(700px, calc(100svh - var(--hero-header-offset)));
    padding: 96px 0 52px;
  }

  h1 {
    font-size: clamp(2.6rem, 12vw, 3.4rem);
  }

  h2 {
    font-size: clamp(2.1rem, 9vw, 3rem);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .hero-copy {
    margin-bottom: 24px;
    font-size: 1.04rem;
  }

  .trust-row {
    flex-direction: column;
    gap: 10px;
  }

  .trust-row li {
    width: 100%;
    padding: 14px 16px;
    font-size: 0.92rem;
  }

  .button {
    width: 100%;
    min-height: 54px;
    font-size: 0.98rem;
  }

  .section {
    padding: clamp(64px, 12vw, 88px) 0;
  }

  .transformation-systems {
    grid-template-columns: 1fr;
  }

  .transformation-system {
    min-height: auto;
    padding: 22px;
  }

  .transformation-caption {
    position: static;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .transformation-caption span {
    min-height: 54px;
  }

  .manifesto-head {
    padding-left: 20px;
  }

  .manifesto-line {
    margin-top: 22px;
    font-size: 1rem;
  }

  .manifesto-copy {
    padding: 22px;
  }

  .clean-list,
  .card-grid.three,
  .deliverables-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-social {
    margin-top: 1.5rem;
  }

  .social-links {
    gap: 0.75rem;
  }

  .social-icon {
    width: 36px;
    height: 36px;
  }

  .ecosystem-section {
    padding: 72px 0;
  }

  .ecosystem-inner {
    width: calc(100% - 40px);
    gap: 34px;
  }

  .ecosystem-copy p:last-child {
    font-size: 1.02rem;
  }

  .ecosystem-image {
    min-height: 420px;
    object-fit: cover;
  }

  .ecosystem-card {
    padding: 30px 24px;
    margin: -36px 12px 0;
  }

  .ecosystem-card::before {
    inset: 12px;
  }

  .ecosystem-card h3 {
    font-size: clamp(2.35rem, 12vw, 3.05rem);
  }

  .ecosystem-highlights {
    flex-direction: column;
    align-items: flex-start;
  }

  .ecosystem-cta {
    width: fit-content;
    min-height: 50px;
    text-align: center;
  }

  .footer-logo {
    max-width: 210px;
    padding: 13px 16px;
  }

  .footer-logo img {
    max-width: 180px;
  }

  .transform-header {
    margin-bottom: 34px;
  }

  .transform-lead {
    font-size: 1.02rem;
  }

  .transform-column,
  .transform-engine-core {
    padding: 24px;
  }

  .transform-column h3,
  .transform-engine h3 {
    margin-bottom: 22px;
    font-size: 1.36rem;
  }

  .transform-list {
    gap: 12px;
    font-size: 0.96rem;
  }

  .transform-proof {
    padding-top: 22px;
    margin-top: 34px;
    font-size: clamp(1.24rem, 7vw, 1.58rem);
    text-align: left;
  }

  .deliverables-header {
    margin-bottom: 34px;
  }

  .deliverables-lead {
    font-size: 1.03rem;
  }

  .deliverables-showcase {
    gap: 28px;
  }

  .deliverables-featured {
    padding: 26px;
  }

  .deliverables-featured h3 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .deliverables-featured-list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .deliverables-featured-list li {
    min-height: 58px;
  }

  .deliverables-grid {
    margin-top: 30px;
  }

  .deliverable-card {
    min-height: auto;
    padding: 24px;
  }

  .portrait-image {
    height: 560px;
  }

  .transformation-visual .portrait-image {
    height: 520px;
  }

  .landscape-image {
    aspect-ratio: 1 / 0.82;
  }

  .responsibility-section {
    padding: clamp(72px, 14vw, 88px) 0;
  }

  .responsibility-inner {
    width: calc(100% - 40px);
  }

  .responsibility-statement {
    padding: 30px 24px 30px 30px;
  }

  .responsibility-statement::before {
    left: 16px;
  }

  .responsibility-trust-panel {
    padding: 24px 22px;
  }

  .proof-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }

  .proof-row strong {
    font-size: 1.12rem;
  }

  .final-cta {
    min-height: 500px;
    padding: 70px 0;
  }
}

@media (max-width: 480px) {
  .final-cta-trust {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .final-cta-trust li:not(:last-child)::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
