:root {
  --bg: #f7f4ec;
  --bg-soft: #fbfaf5;
  --paper: #ffffff;
  --ink: #172522;
  --muted: #5d6b65;
  --muted-2: #819089;
  --petrol: #0e3f46;
  --petrol-2: #155560;
  --sage: #3c7a6b;
  --gold: #c7a867;
  --sand: #e8ddc5;
  --line: rgba(23, 37, 34, 0.12);
  --shadow: 0 26px 70px rgba(13, 33, 35, 0.12);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --shell: min(1140px, calc(100% - 40px));
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(60, 122, 107, 0.16), transparent 34rem),
    radial-gradient(circle at 88% 6%, rgba(199, 168, 103, 0.18), transparent 28rem),
    var(--bg);
  font-family: var(--font);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin: 0; }
ul { margin: 0; padding: 0; }
li { list-style: none; }

::selection { background: rgba(60, 122, 107, 0.24); }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 84px 0; position: relative; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--petrol);
  color: white;
  font-weight: 800;
  transition: top 160ms ease;
}
.skip-link:focus { top: 14px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}
.site-header.is-scrolled {
  background: rgba(247, 244, 236, 0.88);
  border-bottom: 1px solid rgba(23, 37, 34, 0.09);
  box-shadow: 0 16px 50px rgba(16, 35, 33, 0.08);
  backdrop-filter: blur(18px);
}
.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, var(--petrol), var(--sage));
  box-shadow: 0 14px 34px rgba(14, 63, 70, 0.22);
}
.brand-text { display: grid; gap: 0; }
.brand-text strong { font-size: 14px; letter-spacing: -0.02em; }
.brand-text em { font-style: normal; font-size: 11px; color: var(--muted); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  transition: color 160ms ease, background 160ms ease;
}
.nav-links a:hover { color: var(--petrol); background: rgba(14, 63, 70, 0.06); }
.nav-links .nav-cta {
  color: white;
  background: var(--petrol);
  box-shadow: 0 12px 30px rgba(14, 63, 70, 0.18);
}
.nav-links .nav-cta:hover { color: white; background: #0b3339; }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
}
.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: var(--petrol);
}

.hero { padding-top: 132px; padding-bottom: 84px; overflow: hidden; }
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23, 37, 34, 0.14), transparent);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: 48px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--sage);
  background: rgba(60, 122, 107, 0.09);
  border: 1px solid rgba(60, 122, 107, 0.18);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.identity {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--petrol);
  font-size: 15px;
  font-weight: 900;
}
.identity span {
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
}
h1 {
  margin-top: 18px;
  max-width: 820px;
  font-size: clamp(42px, 5.7vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.062em;
  color: var(--ink);
}
.hero-subtitle {
  margin-top: 22px;
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.65;
}
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border-radius: 999px;
  padding: 13px 18px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--petrol); box-shadow: 0 18px 36px rgba(14, 63, 70, 0.20); }
.btn-primary:hover { background: #0b3339; box-shadow: 0 22px 48px rgba(14, 63, 70, 0.24); }
.btn-secondary { color: var(--petrol); background: rgba(255, 255, 255, 0.72); border-color: rgba(14, 63, 70, 0.14); }
.btn-secondary:hover { border-color: rgba(14, 63, 70, 0.24); background: white; }
.btn-ghost { color: var(--petrol); border-color: rgba(14, 63, 70, 0.14); background: rgba(14, 63, 70, 0.045); }
.full { width: 100%; }
.trust-chips {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.trust-chips span,
.credential-list span {
  border: 1px solid rgba(14, 63, 70, 0.12);
  background: rgba(255, 255, 255, 0.62);
  color: var(--petrol);
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 850;
}
.micro-note { margin-top: 18px; color: var(--muted-2); font-size: 13px; }

.hero-visual { position: relative; min-height: 530px; display: grid; place-items: center; }
.hero-photo-area { min-height: 560px; align-items: center; }
.hero-photo-card {
  position: relative;
  width: min(100%, 390px);
  height: 540px;
  margin: 0;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  background: linear-gradient(145deg, rgba(255,255,255,0.84), rgba(248,245,235,0.66));
  box-shadow: 0 34px 90px rgba(14, 63, 70, 0.20);
}
.hero-photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4,16,17,0.02) 35%, rgba(4,16,17,0.72) 100%);
}
.hero-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
  display: block;
  transform: scale(1.015);
}
.hero-photo-card figcaption {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 20px;
  background: rgba(8, 28, 30, 0.72);
  color: white;
  padding: 14px;
  backdrop-filter: blur(14px);
}
.hero-photo-card figcaption strong { display: block; font-size: 14px; letter-spacing: -0.02em; }
.hero-photo-card figcaption span { display: block; margin-top: 3px; color: rgba(255,255,255,0.72); font-size: 12px; line-height: 1.45; }
.hero-note-card {
  position: absolute;
  left: 0;
  bottom: 62px;
  width: min(280px, 72%);
  border: 1px solid rgba(14, 63, 70, 0.12);
  border-radius: 22px;
  background: rgba(255,255,255,0.88);
  padding: 15px 17px;
  box-shadow: 0 22px 54px rgba(13, 33, 35, 0.16);
}
.hero-note-card span { display: block; color: var(--sage); font-size: 10px; font-weight: 950; text-transform: uppercase; letter-spacing: 0.14em; }
.hero-note-card strong { display: block; margin-top: 5px; color: var(--petrol); font-size: 14px; line-height: 1.28; letter-spacing: -0.02em; }
.case-panel {
  width: min(100%, 440px);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(248, 245, 235, 0.65)),
    radial-gradient(circle at 20% 0%, rgba(199, 168, 103, 0.12), transparent 36%);
  box-shadow: var(--shadow);
  padding: 18px;
  backdrop-filter: blur(16px);
}
.panel-header {
  padding: 12px 12px 18px;
  display: grid;
  gap: 4px;
}
.panel-header span { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.panel-header strong { color: var(--petrol); font-size: 19px; letter-spacing: -0.03em; }
.timeline-card {
  border-radius: 24px;
  background: rgba(14, 63, 70, 0.96);
  color: white;
  padding: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.timeline-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  column-gap: 12px;
  padding: 13px 0;
  position: relative;
}
.timeline-row:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 31px;
  bottom: -3px;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.timeline-row span {
  margin-top: 5px;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  border: 4px solid rgba(255, 255, 255, 0.22);
  background: var(--gold);
}
.timeline-row p { font-weight: 900; letter-spacing: -0.02em; }
.timeline-row em { display: block; color: rgba(255, 255, 255, 0.62); font-style: normal; font-size: 12px; margin-top: 2px; }
.panel-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.panel-footer div { border: 1px solid rgba(14, 63, 70, 0.10); background: rgba(255, 255, 255, 0.66); border-radius: 18px; padding: 12px; }
.panel-footer strong { display: block; color: var(--petrol); font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; }
.panel-footer span { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; }
.floating-card {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(14, 63, 70, 0.11);
  background: rgba(255, 255, 255, 0.85);
  color: var(--petrol);
  padding: 13px 15px;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(13, 33, 35, 0.12);
  font-size: 13px;
  font-weight: 900;
}
.card-one { top: 94px; right: 0; }
.card-two { bottom: 86px; left: 12px; }

.section-heading { max-width: 780px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2,
.split-heading h2,
.formation-copy h2,
.contact-copy h2,
.ethics-card h2 {
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}
.section-heading p,
.split-heading p,
.formation-copy p,
.contact-copy p,
.ethics-card p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}
.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.68fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 32px;
}
.intro-band { background: rgba(255, 255, 255, 0.38); border-block: 1px solid rgba(23, 37, 34, 0.08); }
.cards, .issue-grid, .areas-grid, .matrix-grid { display: grid; gap: 14px; }
.three-columns { grid-template-columns: repeat(3, 1fr); margin-top: 26px; }
.card, .issue, .area, .matrix-item, .highlight-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.68);
  border-radius: var(--radius-md);
  padding: 22px;
  box-shadow: 0 16px 48px rgba(13, 33, 35, 0.055);
}
.card-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(14, 63, 70, 0.08);
  color: var(--petrol);
  font-weight: 950;
  margin-bottom: 18px;
}
.card h3, .issue h3, .area h3, .highlight-card h3, .phase h3, .method-steps h3 {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.16;
  letter-spacing: -0.035em;
}
.card p, .issue p, .area p, .highlight-card p, .phase li, .method-steps p, .matrix-item p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  margin-top: 10px;
}
.issue-grid { grid-template-columns: repeat(3, 1fr); }
.issue { min-height: 158px; position: relative; overflow: hidden; }
.issue::before, .area::before, .matrix-item::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--sage), var(--gold));
  margin-bottom: 16px;
}
.phase-section { background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.42), transparent); }
.phase-timeline {
  position: relative;
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.phase-timeline::before {
  content: "";
  position: absolute;
  left: 10%; right: 10%; top: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(14, 63, 70, 0.24), transparent);
}
.phase {
  position: relative;
  z-index: 1;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
}
.phase span {
  display: inline-grid;
  place-items: center;
  min-width: 74px;
  height: 34px;
  border-radius: 999px;
  background: var(--petrol);
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 950;
  margin-bottom: 20px;
}
.phase ul { margin-top: 14px; display: grid; gap: 9px; }
.phase li { position: relative; padding-left: 18px; margin-top: 0; }
.phase li::before { content: ""; width: 6px; height: 6px; border-radius: 99px; background: var(--sage); position: absolute; left: 0; top: 0.75em; }

.areas-section { background: rgba(248, 245, 235, 0.72); }
.highlight-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(14, 63, 70, 0.95), rgba(21, 85, 96, 0.9));
  color: white;
}
.highlight-card .eyebrow { color: #e8dcc2; background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.18); }
.highlight-card h3 { color: white; font-size: 28px; }
.highlight-card p { color: rgba(255,255,255,0.78); margin-top: 0; }
.areas-grid { grid-template-columns: repeat(3, 1fr); }
.area { min-height: 188px; }

.method-section { padding-block: 76px; }
.method-shell {
  border-radius: 36px;
  background:
    radial-gradient(circle at 90% 8%, rgba(199, 168, 103, 0.18), transparent 28rem),
    linear-gradient(135deg, #0e3f46, #0b3036);
  color: white;
  padding: clamp(26px, 5vw, 54px);
  box-shadow: 0 34px 90px rgba(14, 63, 70, 0.24);
}
.section-heading.light h2 { color: white; }
.section-heading.light p { color: rgba(255,255,255,0.74); }
.section-heading.light .eyebrow { color: #e8dcc2; background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.16); }
.method-steps {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.method-steps article {
  grid-column: span 2;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  padding: 20px;
}
.method-steps article:nth-last-child(-n + 2) { grid-column: span 3; }
.method-steps span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #061819;
  background: var(--gold);
  font-weight: 950;
  margin-bottom: 14px;
}
.method-steps h3 { color: white; font-size: 16px; }
.method-steps p { color: rgba(255,255,255,0.72); font-size: 13px; }

.matrix-grid { margin-top: 28px; grid-template-columns: repeat(3, 1fr); }
.matrix-item { background: rgba(255,255,255,0.70); }
.matrix-item span { color: var(--petrol); font-weight: 950; font-size: 18px; letter-spacing: -0.035em; }

.formation-section { background: rgba(255,255,255,0.45); border-block: 1px solid rgba(23,37,34,0.08); }
.formation-grid { display: grid; grid-template-columns: 360px 1fr; gap: 54px; align-items: center; }
.portrait-card {
  border-radius: 34px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.84), rgba(250,248,240,0.84));
  padding: 30px;
  box-shadow: var(--shadow);
  text-align: center;
}
.photo-profile-card {
  position: relative;
  height: 520px;
  padding: 0;
  overflow: hidden;
  text-align: left;
}
.photo-profile-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,14,15,0.0) 38%, rgba(3,14,15,0.78) 100%);
}
.photo-profile-card img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 32%; display: block; }
.portrait-overlay { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 22px; color: white; }
.portrait-overlay h3 { color: white; }
.portrait-overlay p { color: rgba(255,255,255,0.78); }
.portrait-overlay .text-link { color: white; border-color: rgba(255,255,255,0.34); }
.portrait-mark {
  margin: 0 auto 22px;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  border-radius: 38px;
  color: white;
  background: linear-gradient(135deg, var(--petrol), var(--sage));
  font-size: 46px;
  font-weight: 950;
  letter-spacing: -0.08em;
  box-shadow: 0 26px 60px rgba(14, 63, 70, 0.22);
}
.portrait-card h3 { font-size: 24px; letter-spacing: -0.04em; color: var(--ink); }
.portrait-card p { margin-top: 6px; color: var(--muted); font-weight: 800; }
.text-link { display: inline-flex; margin-top: 20px; color: var(--petrol); font-weight: 950; border-bottom: 1px solid rgba(14,63,70,0.22); }
.credential-list { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.formation-copy p + p { margin-top: 12px; }

.ethics-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.78fr);
  gap: 36px;
  border: 1px solid rgba(14, 63, 70, 0.12);
  background: rgba(255,255,255,0.72);
  border-radius: 34px;
  padding: clamp(24px, 4vw, 42px);
  box-shadow: var(--shadow);
}
.ethics-pillars { display: grid; gap: 10px; }
.ethics-pillars article {
  border: 1px solid rgba(14, 63, 70, 0.10);
  border-radius: 20px;
  background: rgba(14, 63, 70, 0.045);
  padding: 18px;
}
.ethics-pillars strong { display: block; color: var(--petrol); font-size: 15px; letter-spacing: -0.02em; }
.ethics-pillars span { display: block; color: var(--muted); font-size: 13px; line-height: 1.58; margin-top: 5px; }

.contact-section { padding-bottom: 110px; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 54px; align-items: start; }
.contact-checklist { margin-top: 22px; display: grid; gap: 10px; }
.contact-checklist li { color: var(--muted); padding-left: 22px; position: relative; }
.contact-checklist li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 7px; height: 7px; border-radius: 99px; background: var(--sage); }
.contact-card {
  border-radius: 30px;
  border: 1px solid var(--line);
  background: white;
  padding: 26px;
  box-shadow: var(--shadow);
  position: sticky;
  top: 104px;
}
.contact-card h3 { color: var(--ink); font-size: 24px; letter-spacing: -0.04em; }
.contact-card > p { color: var(--muted); margin-top: 8px; }
.contact-actions { display: grid; gap: 10px; margin-top: 22px; }
.contact-lines { margin-top: 22px; display: grid; gap: 8px; }
.contact-lines a { color: var(--petrol); font-weight: 850; font-size: 14px; }

.footer {
  border-top: 1px solid rgba(23,37,34,0.12);
  background: rgba(14, 63, 70, 0.96);
  color: white;
  padding: 36px 0;
}
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; }
.footer strong { font-size: 16px; }
.footer p { color: rgba(255,255,255,0.72); font-size: 13px; margin-top: 8px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.footer-links a { color: white; border: 1px solid rgba(255,255,255,0.16); border-radius: 999px; padding: 8px 11px; font-size: 12px; font-weight: 850; }
.footer-note { grid-column: 1 / -1; max-width: 920px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; scroll-behavior: auto !important; transition-duration: 0.001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 28px, 720px); }
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 82px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255,255,255,0.96);
    padding: 12px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
  }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 13px 14px; }
  .nav-links .nav-cta { text-align: center; }
  .hero { padding-top: 124px; padding-bottom: 70px; }
  .hero-grid, .split-heading, .highlight-card, .formation-grid, .ethics-card, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-visual { min-height: 460px; }
  .hero-photo-card { height: 460px; width: min(100%, 360px); }
  .hero-note-card { left: 10px; bottom: 34px; }
  .three-columns, .issue-grid, .areas-grid, .matrix-grid, .phase-timeline, .method-steps { grid-template-columns: 1fr; }
  .method-steps article, .method-steps article:nth-last-child(-n + 2) { grid-column: auto; }
  .phase-timeline::before { display: none; }
  .contact-card { position: static; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 22px, 620px); }
  .section { padding: 68px 0; }
  .nav { height: 70px; }
  .brand-text em { display: none; }
  h1 { font-size: clamp(40px, 13vw, 56px); }
  .hero-subtitle, .section-heading p, .split-heading p, .formation-copy p, .contact-copy p, .ethics-card p { font-size: 15px; }
  .hero-actions .btn { width: 100%; }
  .trust-chips span { font-size: 11px; }
  .case-panel { padding: 12px; border-radius: 26px; }
  .floating-card { display: none; }
  .panel-footer { grid-template-columns: 1fr; }
  .card, .issue, .area, .matrix-item, .phase, .highlight-card, .portrait-card, .ethics-card, .contact-card { padding: 20px; border-radius: 22px; }
  .highlight-card h3 { font-size: 24px; }
  .hero-photo-card { height: 430px; }
  .hero-note-card { position: relative; left: auto; bottom: auto; width: 100%; margin-top: -40px; }
  .photo-profile-card { height: 430px; }
  .method-shell { border-radius: 26px; padding: 22px; }
  .portrait-mark { width: 106px; height: 106px; border-radius: 30px; font-size: 38px; }
}

/* Ajustes finais v2 */
.photo-profile-card .portrait-overlay h3 { color: #ffffff; }
.photo-profile-card .portrait-overlay p { color: rgba(255,255,255,0.78); }
.photo-profile-card .portrait-overlay .text-link { color: #ffffff; border-color: rgba(255,255,255,0.34); }
@media (max-width: 640px) { .photo-profile-card { padding: 0; } }

/* Ajustes finais v3 — proporção mais editorial */
.section { padding: 62px 0; }
.hero { padding-top: 122px; padding-bottom: 68px; }
.hero-grid { gap: 40px; }
h1 { font-size: clamp(38px, 5vw, 58px); line-height: 1.01; max-width: 760px; }
.hero-subtitle { max-width: 670px; }
.eyebrow { padding: 5px 9px; font-size: 9.5px; letter-spacing: 0.13em; }
.identity { margin-top: 18px; }
.section-heading { max-width: 720px; }
.section-heading h2,
.split-heading h2,
.formation-copy h2,
.contact-copy h2,
.ethics-card h2 {
  margin-top: 10px;
  font-size: clamp(28px, 3.3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.046em;
}
.section-heading p,
.split-heading p,
.formation-copy p,
.contact-copy p,
.ethics-card p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.62;
}
.split-heading { gap: 32px; margin-bottom: 24px; align-items: center; }
.three-columns { margin-top: 20px; }
.card, .issue, .area, .matrix-item, .highlight-card { padding: 18px; border-radius: 18px; box-shadow: 0 12px 34px rgba(13, 33, 35, 0.045); }
.card-icon { width: 34px; height: 34px; border-radius: 12px; margin-bottom: 12px; font-size: 12px; }
.card h3, .issue h3, .area h3, .highlight-card h3, .phase h3, .method-steps h3 { font-size: 16px; line-height: 1.18; }
.card p, .issue p, .area p, .highlight-card p, .phase li, .method-steps p, .matrix-item p { font-size: 13.5px; line-height: 1.56; margin-top: 8px; }
.issue { min-height: 132px; }
.area { min-height: 152px; }
.issue::before, .area::before, .matrix-item::before { width: 30px; height: 2px; margin-bottom: 12px; }
.phase-timeline { margin-top: 24px; gap: 14px; }
.phase { padding: 22px; border-radius: 22px; box-shadow: 0 16px 44px rgba(13, 33, 35, 0.07); }
.phase span { min-width: 62px; height: 28px; font-size: 9.5px; margin-bottom: 14px; }
.phase ul { margin-top: 12px; gap: 7px; }
.highlight-card { gap: 20px; margin-bottom: 12px; }
.highlight-card h3 { font-size: clamp(20px, 2.2vw, 25px); line-height: 1.16; }
.method-section { padding-block: 62px; }
.method-shell { border-radius: 28px; padding: clamp(24px, 4vw, 42px); }
.method-steps { margin-top: 24px; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.method-steps article, .method-steps article:nth-last-child(-n + 2) { grid-column: auto; border-radius: 18px; padding: 17px; }
.method-steps span { width: 30px; height: 30px; border-radius: 10px; margin-bottom: 11px; }
.matrix-grid { margin-top: 20px; gap: 12px; }
.matrix-item span { font-size: 16px; }
.formation-grid { grid-template-columns: 320px 1fr; gap: 42px; }
.photo-profile-card { height: 470px; border-radius: 26px; }
.credential-list { margin-top: 18px; }
.ethics-card { grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr); gap: 26px; border-radius: 26px; padding: clamp(22px, 3.4vw, 34px); }
.ethics-pillars article { padding: 15px; border-radius: 16px; }
.ethics-pillars strong { font-size: 14px; }
.ethics-pillars span { font-size: 12.8px; }
.contact-section { padding-bottom: 84px; }
.contact-grid { gap: 42px; }
.contact-card { padding: 22px; border-radius: 24px; }
.footer { padding: 30px 0; }

@media (max-width: 980px) {
  .section { padding: 58px 0; }
  .hero { padding-top: 112px; padding-bottom: 58px; }
  .method-steps { grid-template-columns: 1fr; }
  .formation-grid, .ethics-card, .contact-grid { gap: 24px; }
  .photo-profile-card { height: 440px; }
}

@media (max-width: 640px) {
  .section { padding: 50px 0; }
  h1 { font-size: clamp(34px, 11vw, 48px); }
  .hero-subtitle, .section-heading p, .split-heading p, .formation-copy p, .contact-copy p, .ethics-card p { font-size: 14.5px; }
  .card, .issue, .area, .matrix-item, .phase, .highlight-card, .portrait-card, .ethics-card, .contact-card { padding: 17px; border-radius: 18px; }
  .highlight-card h3 { font-size: 21px; }
  .photo-profile-card { height: 390px; }
}

/* Ajuste V4 — hero fotográfico mais limpo */
.hero-photo-area {
  min-height: 520px;
}

.hero-photo-card {
  width: min(100%, 410px);
  height: 520px;
}

.hero-photo-card::before {
  background: linear-gradient(180deg, rgba(4,16,17,0.00) 30%, rgba(4,16,17,0.28) 62%, rgba(4,16,17,0.82) 100%);
}

.hero-photo-card figcaption {
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 18px;
  background: rgba(8, 28, 30, 0.78);
  padding: 15px 16px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.hero-photo-card figcaption strong {
  font-size: 15px;
}

.hero-photo-card figcaption span {
  margin-top: 4px;
  font-size: 12.5px;
}

.hero-note-card {
  display: none !important;
}

@media (max-width: 980px) {
  .hero-photo-area { min-height: 460px; }
  .hero-photo-card { height: 460px; width: min(100%, 370px); }
}

@media (max-width: 640px) {
  .hero-photo-card { height: 420px; }
  .hero-photo-card figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 13px 14px;
  }
}

/* v6 — versão mais direta e orientada à conversão */
.concise-section,
.compact-phase,
.compact-formation,
.compact-ethics {
  padding-block: 52px;
}
.concise-grid {
  margin-top: 22px;
}
.compact-phase .phase-timeline {
  margin-top: 22px;
}
.compact-phase .phase {
  padding: 20px;
}
.compact-phase .phase ul {
  gap: 6px;
}
.compact-formation .portrait-card {
  max-height: 460px;
}
.compact-formation .formation-copy p {
  max-width: 780px;
}
.compact-ethics .ethics-card {
  grid-template-columns: 1fr 0.9fr;
  padding: clamp(22px, 3vw, 32px);
}
.compact-ethics .ethics-pillars {
  grid-template-columns: 1fr;
}
.compact-contact .contact-checklist {
  margin-top: 16px;
  gap: 7px;
}
@media (min-width: 980px) {
  .concise-grid.areas-grid { grid-template-columns: repeat(3, 1fr); }
  .compact-phase .phase-timeline { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .compact-ethics .ethics-card { grid-template-columns: 1fr; }
}

/* v7 — ajuste de maturidade visual e conversão rápida */
:root {
  --bg: #f5f2eb;
  --bg-soft: #faf8f2;
  --paper: #ffffff;
  --ink: #13211f;
  --muted: #53625d;
  --muted-2: #77857f;
  --petrol: #0b343b;
  --petrol-2: #123f46;
  --sage: #2f6d62;
  --gold: #b79855;
  --sand: #e5d9c0;
  --shadow: 0 22px 54px rgba(10, 28, 30, 0.10);
}
body {
  background:
    radial-gradient(circle at 7% 0%, rgba(47, 109, 98, 0.10), transparent 30rem),
    linear-gradient(180deg, #f8f6ef 0%, #f4f0e7 100%);
}
.section { padding: 46px 0; }
.hero { padding-top: 118px; padding-bottom: 54px; }
.nav { height: 72px; }
.brand-mark { background: #0b343b; box-shadow: none; }
.nav-links a { font-size: 12.5px; }
.nav-links .nav-cta { box-shadow: none; }
.eyebrow {
  background: transparent;
  border-color: rgba(11,52,59,.18);
  color: var(--petrol);
  font-size: 9px;
  letter-spacing: .16em;
  padding: 5px 9px;
}
.hero-grid {
  grid-template-columns: minmax(0, .95fr) minmax(330px, .7fr);
  gap: 42px;
}
h1 {
  font-size: clamp(36px, 4.6vw, 54px);
  line-height: 1.03;
  letter-spacing: -.052em;
  max-width: 720px;
}
.hero-subtitle {
  margin-top: 18px;
  max-width: 630px;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.58;
}
.identity { margin-top: 16px; font-size: 14px; }
.hero-actions { margin-top: 24px; }
.btn { min-height: 45px; padding: 12px 17px; font-size: 13px; }
.trust-chips { margin-top: 21px; }
.trust-chips span, .credential-list span { padding: 7px 10px; font-size: 11.5px; background: rgba(255,255,255,.76); }
.micro-note { display: none; }
.hero-photo-area, .hero-visual { min-height: 420px; }
.hero-photo-card {
  width: min(100%, 420px);
  height: 420px;
  border-radius: 30px;
  background: #081315;
  border-color: rgba(11,52,59,.14);
  box-shadow: 0 30px 70px rgba(9,28,31,.18);
}
.hero-photo-card::before { display: none; }
.hero-photo-card img {
  object-fit: cover;
  object-position: 45% 50%;
  transform: scale(1.02);
}
.hero-photo-card figcaption { display: none; }
.split-heading {
  grid-template-columns: minmax(0, .85fr) minmax(280px, .72fr);
  margin-bottom: 20px;
  gap: 28px;
}
.section-heading h2,
.split-heading h2,
.formation-copy h2,
.contact-copy h2,
.ethics-card h2 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.09;
  letter-spacing: -.042em;
}
.section-heading p,
.split-heading p,
.formation-copy p,
.contact-copy p,
.ethics-card p {
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.55;
}
.areas-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
.area {
  min-height: auto;
  padding: 17px;
  border-radius: 16px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 10px 28px rgba(10,28,30,.045);
}
.area::before { width: 26px; height: 2px; margin-bottom: 10px; background: var(--petrol); opacity: .72; }
.area h3 { font-size: 15px; letter-spacing: -.025em; }
.area p { font-size: 12.9px; line-height: 1.48; margin-top: 7px; }
.phase-section { padding-top: 42px; padding-bottom: 46px; }
.phase-timeline { margin-top: 20px; gap: 12px; }
.phase {
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 10px 32px rgba(10,28,30,.055);
}
.phase span { height: 26px; min-width: 58px; font-size: 9px; margin-bottom: 12px; background: var(--petrol); }
.phase h3 { font-size: 15px; }
.phase li { font-size: 12.8px; line-height: 1.45; }
.formation-section { padding-top: 46px; padding-bottom: 46px; }
.formation-grid.one-photo-layout {
  grid-template-columns: 320px minmax(0,1fr);
  gap: 40px;
}
.photo-strip {
  height: 330px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(11,52,59,.12);
  box-shadow: var(--shadow);
  background: #0b1516;
}
.photo-strip img { width: 100%; height: 100%; object-fit: cover; object-position: 48% 50%; display: block; }
.credential-list { margin-top: 16px; }
.ethics-section { padding-top: 44px; padding-bottom: 44px; }
.ethics-card {
  padding: 26px;
  border-radius: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr);
  gap: 24px;
  background: rgba(255,255,255,.76);
}
.ethics-pillars article { padding: 14px; border-radius: 14px; }
.ethics-pillars strong { font-size: 13.5px; }
.ethics-pillars span { font-size: 12.4px; line-height: 1.45; }
.contact-section { padding-top: 44px; padding-bottom: 70px; }
.contact-grid { grid-template-columns: minmax(0,1fr) 390px; gap: 42px; }
.contact-card { padding: 22px; border-radius: 22px; box-shadow: 0 18px 46px rgba(10,28,30,.09); }
.contact-card h3 { font-size: 21px; }
.contact-lines a { font-size: 13px; }
.footer { background: #0b343b; padding: 28px 0; }
.footer-note { font-size: 12px !important; }

@media (max-width: 980px) {
  .hero-grid, .split-heading, .formation-grid.one-photo-layout, .ethics-card, .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .areas-grid, .phase-timeline { grid-template-columns: 1fr; }
  .hero-photo-card { height: 390px; width: min(100%, 480px); }
  .photo-strip { height: 300px; }
}
@media (max-width: 640px) {
  .section { padding: 42px 0; }
  .hero { padding-top: 104px; padding-bottom: 42px; }
  h1 { font-size: clamp(32px, 10vw, 44px); }
  .brand-text strong { font-size: 13px; }
  .hero-actions .btn { width: 100%; }
  .hero-photo-card { height: 340px; border-radius: 22px; }
  .photo-strip { height: 260px; border-radius: 20px; }
  .area, .phase, .ethics-card, .contact-card { padding: 16px; }
}

/* Ajuste V8 — retirada do bloco de postura e foto duplicada */
.formation-grid.no-photo-layout {
  display: block;
  max-width: 980px;
}
.formation-copy.formation-wide {
  max-width: 900px;
}
.formation-copy.formation-wide .credential-list {
  max-width: 760px;
}
.contact-section {
  padding-top: 52px;
}
@media (max-width: 980px) {
  .formation-grid.no-photo-layout { display: block; }
}
