@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --bg: #0b0b0b;
  --card: #111;
  --text: #f2ede2;
  --muted: #b9b3a7;
  --accent: #f2ede2;
  --accent-strong: #f7f1e6;
  --border: #222;
  --pill: #f0eadf;
  --shadow: 0 16px 50px rgba(0, 0, 0, 0.55);
  --primary-text: #000;
  --cta-bg: var(--text);
  --cta-text: #000;
  --cta-border: var(--text);
  --pill-text: #000;
  --pill-hover-text: #000;
  --band: #0f0f0f;
  --featured: #171717;
  --success: #d7cfbf;
  --heading-font: "Canela", "Cormorant Garamond", "Playfair Display", serif;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

:root[data-theme="light"] {
  --bg: #f6f1e7;
  --card: #fbf6ec;
  --text: #0b0b0b;
  --muted: #4f4b44;
  --accent: #0b0b0b;
  --accent-strong: #0b0b0b;
  --border: #d6cfc4;
  --pill: #0b0b0b;
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  --primary-text: #f7f1e6;
  --cta-bg: #0b0b0b;
  --cta-text: #f7f1e6;
  --cta-border: #0b0b0b;
  --pill-text: #f7f1e6;
  --pill-hover-text: #f7f1e6;
  --band: #eee7db;
  --featured: #ece2d4;
  --success: #3d3932;
}

* { box-sizing: border-box; }
html { scrollbar-gutter: stable; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
h1, h2, h3 { line-height: 1.18; }
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 4px;
}
.site-nav {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 22px min(9vw, 120px);
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.site-brand {
  font-weight: 700;
  letter-spacing: 0.02em;
}
.nav-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
}
.nav-links a {
  color: var(--muted);
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}
.nav-links a:hover {
  color: var(--text);
  background: var(--card);
}
.nav-links a.active {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  background: transparent;
}
.lang-switch {
  padding: 6px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.lang-switch:hover {
  background: var(--card);
}
.flag {
  font-size: 14px;
  line-height: 1;
}
.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text);
  cursor: pointer;
}
.theme-toggle:hover {
  background: var(--card);
}
.theme-icon {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.theme-icon--moon { display: none; }
:root[data-theme="light"] .theme-icon--sun { display: none; }
:root[data-theme="light"] .theme-icon--moon { display: block; }
.page-hero {
  padding: 48px min(9vw, 120px) 24px;
}
.page-hero h1 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 38px);
}
.page-hero p {
  margin: 0;
  color: var(--muted);
  max-width: 720px;
}
.page-hero.centered {
  text-align: center;
}
.page-hero.centered h1,
.page-hero.centered p {
  margin-left: auto;
  margin-right: auto;
}
.contact-lead {
  margin: 20px 0 0;
  text-align: left;
  font-weight: 400;
  font-size: 19px;
  color: var(--text);
  max-width: 920px;
}
.hero {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  padding: 72px min(9vw, 120px);
  align-items: center;
}
.hero__content { min-width: 0; }
.hero__identity {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.hero__identity h1 { margin: 0; }
.hero__titles {
  display: flex;
  flex-direction: column;
}
.hero__tagline {
  margin: 6px 0 0;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  color: var(--text);
}
.hero__coords {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 15px;
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.coord-group {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.profile-pic {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: #111;
}
.hero__content h1 { margin: 8px 0 12px; font-size: clamp(32px, 4vw, 46px); }
.subtitle { color: var(--muted); max-width: 620px; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); font-size: 12px; }
.hero__actions { display: flex; gap: 12px; margin: 20px 0; }
.hero--home .hero__identity { align-items: center; }
.hero__value {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--text);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.45;
}
.hero__note {
  margin: -4px 0 22px;
  color: var(--muted);
  font-size: 14px;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 18px; border-radius: 10px; font-weight: 600; border: 1px solid var(--border);
  transition: transform 0.1s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn.primary { background: var(--accent-strong); color: var(--primary-text); border: none; }
.btn.ghost { background: transparent; color: var(--text); border-color: var(--text); }
.btn.cta {
  background: var(--cta-bg);
  color: var(--cta-text);
  border-color: var(--cta-border);
  font-size: 22px;
  padding: 26px 44px;
  min-width: 320px;
}
.btn.cta:hover { background: transparent; color: var(--text); }
.meta { color: var(--muted); display: flex; gap: 8px; align-items: center; }
.meta-logo {
  height: 24px;
  width: auto;
  background: #fff;
  padding: 3px 5px;
  border-radius: 6px;
  border: 1px solid var(--border);
}
.hero__aside {
  align-self: start;
}
.trust-card {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.trust-card__label,
.card-kicker {
  display: block;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.trust-card strong {
  display: block;
  font-size: 20px;
}
.trust-card p {
  margin: 8px 0 0;
  color: var(--muted);
}
.affiliations h3 {
  margin: 0 0 12px;
  font-size: 16px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.card.affiliations {
  padding: 16px;
  background: transparent;
  box-shadow: none;
}
.affiliation-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.affiliation-list li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.affiliation-list span {
  font-size: 14px;
  color: var(--muted);
}
.affiliation-list .meta-logo {
  height: 22px;
  padding: 2px 4px;
}
.logo-crop {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.logo-crop img {
  width: 112%;
  height: 112%;
  object-fit: cover;
  object-position: 50% 50%;
}
.link-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 10px;
  border: 1px solid var(--text);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}
.link-pill:hover {
  background: var(--text);
  color: var(--pill-hover-text);
}

.hero__card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  box-shadow: var(--shadow);
}
.card__header { font-weight: 700; margin-bottom: 12px; color: var(--accent); }
.card__list { list-style: none; padding: 0; margin: 0; color: var(--text); }
.card__list li { padding: 8px 0; border-bottom: 1px solid var(--border); }
.card__list li:last-child { border-bottom: none; }

.section { padding: 64px min(9vw, 120px); }
.section--compact { padding-top: 40px; }
.section--band {
  background: var(--band);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.section__title { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.section__title h2 { margin: 0; }
.section__title--stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 26px;
}
.section__title--stacked .eyebrow { margin: 0; }
.section__title--stacked h2 {
  max-width: 900px;
  font-size: clamp(28px, 3vw, 42px);
}
.section-intro {
  max-width: 780px;
  margin: 4px 0 0;
  color: var(--muted);
}
.text-link { color: var(--accent); font-weight: 600; }
.pub-links {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.section.narrative .section__title {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
}
.section-text {
  max-width: 840px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 16px;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  margin-left: auto;
  margin-right: auto;
}
.section-text p { margin: 0 0 14px; }
.pathway-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.pathway-card {
  display: grid;
  align-content: space-between;
  min-height: 360px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.pathway-card--featured {
  background: var(--featured);
  border-color: var(--muted);
}
.pathway-card h3 {
  margin: 0 0 14px;
  font-size: clamp(25px, 2.4vw, 34px);
}
.pathway-card p:not(.card-kicker) {
  margin: 0;
  color: var(--muted);
  max-width: 620px;
}
.check-list {
  display: grid;
  gap: 9px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}
.check-list li {
  position: relative;
  padding-left: 22px;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--success);
  font-weight: 700;
}
.text-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--text);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.text-arrow:hover { text-decoration-thickness: 2px; }
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--border);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.trust-strip > div {
  display: grid;
  gap: 4px;
  padding: 30px 24px;
  text-align: center;
  background: var(--bg);
}
.trust-strip strong { font-size: 18px; }
.trust-strip span {
  color: var(--muted);
  font-size: 14px;
}
.cta-section { padding-top: 24px; }
.cta-lead {
  margin: 0 0 20px;
  text-align: center;
  color: var(--muted);
  font-size: 18px;
}
.cta-grid {
  display: flex;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
}
.cta-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  min-width: 320px;
}
.cta-subtitle {
  margin-top: -6px;
  font-size: 14px;
  color: var(--muted);
  font-weight: 700;
}
.cta-bullets {
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
  font-size: 15px;
  text-align: left;
}
.cta-bullets li { margin: 6px 0; }

.grid.two { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.grid.three { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.service-hero {
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(56px, 8vw, 104px);
}
.service-hero h1 {
  max-width: 980px;
  margin-top: 12px;
  font-size: clamp(42px, 6vw, 78px);
  letter-spacing: -0.025em;
}
.service-hero__lead {
  max-width: 940px !important;
  margin-top: 28px !important;
  color: var(--text) !important;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.45;
}
.service-hero__subline {
  max-width: 820px !important;
  margin-top: 16px !important;
  font-size: 17px;
}
.service-hero__note {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}
.audience-grid .card {
  min-height: 260px;
  padding: 26px;
}
.audience-grid h3 {
  margin: 28px 0 12px;
  font-size: 22px;
}
.audience-grid p,
.safeguards-grid p {
  margin: 0;
  color: var(--muted);
}
.card-number {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.audience-note {
  max-width: 920px;
  margin: 24px 0 0;
  color: var(--muted);
}
.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.offer-card {
  display: flex;
  flex-direction: column;
  min-height: 570px;
  padding: clamp(24px, 2.6vw, 34px);
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.offer-card--featured {
  background: var(--featured);
  border-color: var(--muted);
}
.offer-card__top {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border);
}
.offer-badge,
.case-tag {
  display: inline-flex;
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.offer-card h3 {
  margin: 22px 0 18px;
  font-size: 25px;
}
.offer-price {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  font-weight: 700;
}
.offer-duration {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.offer-card > p {
  margin: 22px 0 0;
  color: var(--muted);
}
.offer-card .check-list { margin-top: auto; }
.secondary-offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}
.secondary-offer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--card);
}
.secondary-offer h3 {
  margin: 0 0 8px;
  font-size: 22px;
}
.secondary-offer p:not(.card-kicker) {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}
.secondary-offer strong {
  flex: 0 0 auto;
  max-width: 220px;
  text-align: right;
}
.pricing-note,
.independence-note {
  max-width: 960px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.process-flow .card {
  min-height: 280px;
  padding: 26px;
}
.process-flow h3 {
  margin: 26px 0 12px;
  font-size: 22px;
}
.process-flow p { color: var(--muted); }
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.case-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.case-card h3 {
  margin: 24px 0 14px;
  font-size: 24px;
}
.case-card p {
  margin: 0 0 26px;
  color: var(--muted);
}
.case-card .text-arrow { margin-top: auto; }
.case-outcome {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  color: var(--muted);
  font-size: 13px;
  border-top: 1px solid var(--border);
}
.case-card .text-arrow + .case-outcome { margin-top: 18px; }
.examples-list--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.examples-list--grid li {
  position: relative;
  padding: 22px 22px 22px 48px;
}
.examples-list--grid li::before {
  content: "→";
  position: absolute;
  left: 20px;
  color: var(--muted);
  font-weight: 700;
}
.safeguards-grid .card {
  min-height: 230px;
  padding: 26px;
}
.safeguards-grid h3 {
  margin: 0 0 14px;
  font-size: 22px;
}
.flow-diagram {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr) 56px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}
.flow-arrow {
  height: 2px;
  background: var(--muted);
  position: relative;
  width: 100%;
}
.flow-arrow::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid var(--muted);
}
.grid.two.split-sections {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  column-gap: clamp(48px, 6vw, 140px);
  row-gap: 24px;
  --video-height: clamp(100px, 12vw, 135px);
  --pub-card-height: calc(var(--video-height) + 80px);
}
.split-sections .section__title {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  column-gap: 12px;
}
.split-sections .section__title p {
  margin: 0;
}
#communications .section__title {
  grid-template-columns: 1fr;
}
#communications .section__title p {
  display: none;
}
#publications .pub,
#communications .pub {
  height: var(--pub-card-height);
}
#publications .pub {
  align-items: flex-start;
}
.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.card-link {
  display: block;
  transition: border-color 0.2s ease, transform 0.1s ease;
}
.card-link:hover {
  border-color: var(--text);
  transform: translateY(-1px);
}

.stack { display: grid; gap: 12px; }
.list {
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--muted);
}
.list li { margin: 6px 0; }
.examples-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.examples-list li {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
  color: var(--text);
}
.timeline {
  display: grid;
  gap: 14px;
}
.timeline__item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: start;
}
.timeline__date {
  font-weight: 700;
  color: var(--text);
}
.timeline__content {
  color: var(--muted);
}
.pub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px;
  box-shadow: var(--shadow);
}
.pub__meta { color: var(--muted); margin: 4px 0 0; font-size: 14px; }
.pill {
  background: var(--pill);
  color: var(--pill-text);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.contact__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.contact--home,
.contact--commercial {
  margin: 56px min(9vw, 120px);
  padding: clamp(28px, 4vw, 48px);
}
.contact--home {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto;
}
.contact--home h2,
.contact--commercial h2 {
  margin: 4px 0 10px;
  font-size: clamp(28px, 3vw, 42px);
}
.contact--home p:not(.eyebrow),
.contact--commercial p:not(.eyebrow) {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
}
.contact--commercial {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, auto);
}
.contact--commercial .contact__actions {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.contact--commercial .btn { width: 100%; }
.contact.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact.centered.full-bleed {
  width: calc(100% + 2 * min(9vw, 120px));
  margin-left: calc(-1 * min(9vw, 120px));
  margin-right: calc(-1 * min(9vw, 120px));
}
.contact.centered .contact__actions {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer { padding: 28px min(9vw, 120px); color: var(--muted); text-align: center; border-top: 1px solid var(--border); }

.video-embed {
  position: relative;
  flex: 0 0 auto;
  height: var(--video-height);
  aspect-ratio: 16 / 9;
  width: auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-top: 48px; }
  .contact:not(.centered) { flex-direction: column; align-items: flex-start; }
  .grid.two.split-sections { grid-template-columns: 1fr; }
  .pathway-grid,
  .offers-grid,
  .case-grid { grid-template-columns: 1fr; }
  .offer-card,
  .case-card { min-height: 0; }
  .offer-card .check-list { margin-top: 22px; }
  .secondary-offers { grid-template-columns: 1fr; }
  .flow-diagram { grid-template-columns: 1fr; }
  .flow-diagram .card { width: 100%; }
  .flow-arrow {
    width: 2px;
    height: 32px;
    margin: 0 auto;
  }
  .flow-arrow::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -4px;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid var(--muted);
    border-bottom: 0;
  }
}

@media (max-width: 900px) {
  .site-nav {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 18px min(6vw, 80px);
  }
  .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    gap: 14px;
    justify-content: flex-start;
  }
  .nav-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    margin-top: 0;
  }
  .section__title {
    flex-direction: column;
    align-items: flex-start;
  }
  .pub-links {
    flex-wrap: wrap;
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .section { padding: 40px 6vw; }
  .page-hero { padding: 36px 6vw 18px; }
  .hero { padding: 48px 6vw; gap: 24px; }
  .hero__identity {
    flex-direction: column;
    align-items: flex-start;
  }
  .profile-pic {
    width: 170px;
    height: 170px;
  }
  .hero__coords {
    flex-wrap: wrap;
    white-space: normal;
  }
  .hero__coords > span { display: none; }
  .hero__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .hero__actions .btn { width: 100%; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div { padding: 22px; }
  .secondary-offer {
    flex-direction: column;
    align-items: flex-start;
  }
  .secondary-offer strong {
    max-width: none;
    text-align: left;
  }
  .examples-list--grid { grid-template-columns: 1fr; }
  .cta-grid { gap: 28px; }
  .cta-block { width: 100%; min-width: 0; }
  .btn.cta {
    width: 100%;
    min-width: 0;
    font-size: 18px;
    padding: 18px 22px;
  }
  .cta-subtitle { text-align: center; }
  .section-text { text-align: left; }
  .pub {
    flex-direction: column;
    align-items: flex-start;
  }
  .video-embed {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  #communications .pub {
    height: auto;
  }
  .contact { flex-direction: column; align-items: flex-start; }
  .contact--home,
  .contact--commercial {
    display: flex;
    margin: 32px 6vw;
    padding: 26px;
  }
  .contact--home .contact__actions,
  .contact--commercial .contact__actions { width: 100%; }
  .contact--home .btn,
  .contact--commercial .btn { width: 100%; }
  .contact.centered.full-bleed {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .timeline__item { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-nav { padding: 16px 6vw; }
  .site-brand { font-size: 14px; }
  .nav-links { gap: 4px 8px; }
  .nav-links a {
    padding: 5px 7px;
    font-size: 13px;
  }
  .lang-switch {
    padding: 5px 8px;
    letter-spacing: 0.08em;
  }
  .hero__tagline { font-size: 20px; }
  .hero__coords { font-size: 14px; }
  .cta-bullets { font-size: 14px; }
  .examples-list li { padding: 14px; }
  .examples-list--grid li { padding-left: 42px; }
  .service-hero h1 { font-size: 39px; }
}
.site-brand,
.page-hero h1,
.hero__content h1,
.section__title h2,
.contact h2 {
  font-family: var(--heading-font);
}
