@font-face {
  font-family: "Instrument Serif";
  src: url("/assets/fonts/instrument-serif-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("/assets/fonts/instrument-serif-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --ink: #111827;
  --ink-soft: #4b5563;
  --muted: #9ca3af;
  --line: #e5e7eb;
  --line-soft: #f0f1f3;
  --canvas: #ffffff;
  --wash: #f8f8f6;
  --sand: #f0ede8;
  --warm: #d7c8b9;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(circle at 18% 12%, rgba(238, 233, 226, 0.52), transparent 31rem);
  content: "";
  pointer-events: none;
}

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

button {
  border: 0;
  font: inherit;
}

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

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(229, 231, 235, 0.75);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(22px);
}

.header-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wordmark {
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.nav-wrap,
.nav-links,
.header-actions,
.language-switch {
  display: flex;
  align-items: center;
}

.nav-wrap {
  gap: 26px;
}

.nav-wrap > .language-switch {
  display: none;
}

.nav-links {
  gap: 24px;
}

.nav-links a,
.footer-links a {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 500;
  transition: color 180ms ease;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--ink);
}

.header-actions {
  gap: 15px;
}

.language-switch {
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}

.language-switch button {
  min-width: 34px;
  padding: 6px 7px;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  transition: 180ms ease;
}

.language-switch button.is-active {
  background: var(--ink);
  color: white;
}

.menu-button {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wash);
  cursor: pointer;
}

.menu-button span,
.menu-button::before,
.menu-button::after {
  width: 16px;
  height: 1px;
  background: var(--ink);
  content: "";
}

.menu-button {
  flex-direction: column;
  gap: 4px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-dark {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.14);
}

.button-dark:hover {
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.2);
}

.button-light {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.75);
  color: var(--ink);
}

.arrow {
  font-size: 16px;
  line-height: 1;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 84px;
}

.hero::after {
  position: absolute;
  right: -220px;
  bottom: -330px;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: rgba(240, 237, 232, 0.58);
  content: "";
  filter: blur(1px);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  align-items: center;
  gap: 64px;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.88fr);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 21px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ink);
  content: "";
}

.display-title {
  max-width: 680px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(70px, 8vw, 112px);
  font-weight: 400;
  letter-spacing: -0.048em;
  line-height: 0.92;
}

.display-title em {
  color: #6b625a;
  font-weight: 400;
}

.hero-copy {
  max-width: 560px;
  margin: 26px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 25px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-note span {
  width: 34px;
  height: 1px;
  background: var(--line);
}

.media-showcase {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin-left: auto;
}

.media-frame {
  position: relative;
  aspect-ratio: 0.78;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--sand);
  box-shadow: var(--shadow);
}

.media-frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.media-frame img,
.media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: opacity 180ms ease, transform 500ms ease;
}

.media-frame img.is-changing {
  opacity: 0;
  transform: scale(1.015);
}

.media-topline {
  position: absolute;
  top: 19px;
  right: 19px;
  left: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.media-chip,
.media-counter {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.media-chip {
  padding: 10px 12px;
}

.media-counter {
  padding: 10px;
}

.media-status {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
}

.status-copy span,
.status-copy strong {
  display: block;
}

.status-copy span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.status-copy strong {
  margin-top: 5px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
}

.status-mark {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 17px;
}

.media-thumbs {
  display: grid;
  max-width: 330px;
  gap: 9px;
  margin: 13px auto 0;
  grid-template-columns: repeat(3, 1fr);
}

.media-thumb {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  background: var(--sand);
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease;
}

.media-thumb:hover {
  transform: translateY(-3px);
}

.media-thumb.is-active {
  border-color: var(--ink);
}

.media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.section {
  padding: 104px 0;
}

.section-wash {
  background: var(--wash);
}

.section-dark {
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}

.section-heading {
  display: grid;
  gap: 24px;
  margin-bottom: 45px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
}

.section-kicker {
  margin: 0 0 14px;
  color: #7c8490;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-title {
  max-width: 720px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.section-intro {
  align-self: end;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

.step-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.step-card {
  min-height: 250px;
  padding: 25px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: #fff;
}

.step-number {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 18px;
}

.step-card h3 {
  margin: 58px 0 10px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.step-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}

.intelligence-section {
  position: relative;
  overflow: hidden;
  background: #f2efeb;
}

.intelligence-section::before {
  position: absolute;
  width: 620px;
  height: 620px;
  right: -180px;
  top: -250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  content: "";
  pointer-events: none;
}

.intelligence-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: clamp(36px, 6vw, 82px);
}

.intelligence-logo {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  overflow: hidden;
  padding: 0.12em 0.0667em 0.16em;
  margin-bottom: 22px;
  margin-left: -0.0667em;
  margin-right: -0.0667em;
  font-size: 28px;
  line-height: 1;
}

.intelligence-logo::after {
  position: absolute;
  inset: -8px -50%;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  content: "";
  transform: skewX(-18deg);
  animation: intelligence-shimmer 6.5s ease-in-out infinite;
  pointer-events: none;
}

.intelligence-logo span {
  font-family: var(--serif);
  font-size: 1em;
  letter-spacing: 0.025em;
}

.intelligence-logo strong {
  margin-left: 0.266em;
  color: #6b7077;
  font-size: 0.7333em;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.intelligence-logo-small {
  margin-bottom: 0;
  font-size: 16px;
}

.intelligence-logo.intelligence-logo-inline {
  margin: 0 0.05em 0 0;
  padding-right: 0.12em;
  font-size: 1em;
  vertical-align: baseline;
}

.intelligence-copy h2 {
  max-width: 620px;
}

.intelligence-lead {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
}

.intelligence-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 28px;
}

.intelligence-points div {
  padding: 15px 13px;
  border: 1px solid rgba(25, 25, 25, 0.08);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.48);
}

.intelligence-points span {
  display: block;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
}

.intelligence-points p {
  margin: 6px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.45;
}

.intelligence-note {
  max-width: 640px;
  margin: 20px 0 0;
  padding-left: 14px;
  border-left: 1px solid rgba(25, 25, 25, 0.28);
  color: #69645f;
  font-size: 13px;
  line-height: 1.6;
}

.intelligence-visual {
  position: relative;
}

.intelligence-visual::before {
  position: absolute;
  inset: 12% -6% -9% 16%;
  border-radius: 32px;
  background: rgba(207, 201, 194, 0.55);
  content: "";
  filter: blur(26px);
}

.analysis-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(25, 25, 25, 0.09);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(48, 43, 38, 0.13);
}

.analysis-header,
.analysis-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.analysis-header {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.07);
}

.analysis-live {
  display: flex;
  align-items: center;
  gap: 7px;
}

.analysis-live span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #56a977;
  box-shadow: 0 0 0 4px rgba(86, 169, 119, 0.14);
  animation: analysis-pulse 2.2s ease-in-out infinite;
}

.analysis-live b {
  color: #59615c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.analysis-body {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.1fr);
  min-height: 438px;
}

.analysis-image {
  position: relative;
  overflow: hidden;
  background: #ded9d3;
}

.analysis-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.analysis-image::after {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 18px;
  content: "";
  pointer-events: none;
}

.scan-line {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 12%;
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.72);
  animation: analysis-scan 4.8s ease-in-out infinite;
}

.focus-point {
  position: absolute;
  z-index: 3;
  width: 11px;
  height: 11px;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.13);
}

.focus-point-one {
  left: 52%;
  top: 28%;
}

.focus-point-two {
  left: 45%;
  top: 54%;
}

.focus-point-three {
  left: 59%;
  top: 73%;
}

.analysis-image-label {
  position: absolute;
  z-index: 3;
  left: 22px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(22, 22, 22, 0.46);
  color: rgba(255, 255, 255, 0.9);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.analysis-report {
  padding: 26px 24px 22px;
}

.analysis-overline {
  margin: 0;
  color: #8e8881;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.analysis-report h3 {
  margin: 12px 0 0;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.analysis-description {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}

.signal-stack {
  display: grid;
  gap: 13px;
  margin-top: 22px;
}

.signal-stack div {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.signal-stack span {
  color: #736e68;
  font-size: 11px;
}

.signal-stack i {
  position: relative;
  display: block;
  overflow: hidden;
  height: 4px;
  border-radius: 999px;
  background: #e9e5e1;
}

.signal-stack i::after {
  display: block;
  width: var(--signal);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #373a3b, #8e9493);
  content: "";
}

.analysis-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 22px;
}

.analysis-tags span {
  padding: 7px 8px;
  border: 1px solid rgba(25, 25, 25, 0.08);
  border-radius: 999px;
  color: #67615c;
  font-size: 10px;
}

.analysis-footer {
  padding: 15px 18px;
  border-top: 1px solid rgba(25, 25, 25, 0.07);
  background: #fbfaf9;
}

.analysis-footer p {
  margin: 0;
  color: #89837d;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

@keyframes intelligence-shimmer {
  0%,
  58% {
    left: -60%;
  }

  86%,
  100% {
    left: 150%;
  }
}

@keyframes analysis-scan {
  0%,
  100% {
    top: 12%;
    opacity: 0;
  }

  12%,
  86% {
    opacity: 1;
  }

  92% {
    top: 86%;
    opacity: 0;
  }
}

@keyframes analysis-pulse {
  0%,
  100% {
    transform: scale(0.88);
    opacity: 0.72;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

.gallery-layout {
  display: grid;
  align-items: end;
  gap: 14px;
  grid-template-columns: 1.08fr 0.78fr 0.78fr;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--sand);
}

.gallery-card:first-child {
  aspect-ratio: 0.78;
}

.gallery-card:not(:first-child) {
  aspect-ratio: 0.72;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 520ms ease;
}

.gallery-card:hover img {
  transform: scale(1.025);
}

.gallery-card figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.trust-layout {
  display: grid;
  align-items: center;
  gap: 72px;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
}

.section-dark .section-kicker {
  color: #9ca3af;
}

.section-dark .section-title {
  color: #fff;
}

.dark-copy {
  max-width: 620px;
  margin: 25px 0 0;
  color: #c4c9d1;
  font-size: 15px;
  line-height: 1.8;
}

.trust-list {
  display: grid;
  gap: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-item {
  display: grid;
  gap: 8px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  grid-template-columns: 33px 1fr;
}

.trust-item span {
  color: #9ca3af;
  font-family: var(--serif);
  font-size: 20px;
}

.trust-item strong {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.trust-item p {
  margin: 7px 0 0;
  color: #9ca3af;
  font-size: 12px;
  line-height: 1.6;
}

.faq-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}

.faq-item {
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  background: #fff;
}

.faq-item summary {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  color: var(--muted);
  content: "+";
  font-family: var(--serif);
  font-size: 23px;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: -4px 0 0;
  padding: 0 20px 20px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.7;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 36px;
  border-radius: var(--radius-md);
  background: var(--sand);
}

.cta-panel h2 {
  max-width: 680px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(39px, 5vw, 62px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.cta-panel p {
  margin: 13px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.site-footer {
  padding: 31px 0 35px;
  border-top: 1px solid var(--line-soft);
  background: #fff;
}

.footer-inner,
.footer-main,
.footer-links {
  display: flex;
  align-items: center;
}

.footer-inner {
  justify-content: space-between;
  gap: 25px;
}

.footer-main {
  gap: 15px;
}

.footer-mark {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.footer-meta strong,
.footer-meta span {
  display: block;
}

.footer-meta strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.footer-meta span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-meta span span {
  display: inline;
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.legal-hero {
  padding: 75px 0 45px;
  border-bottom: 1px solid var(--line-soft);
}

.legal-hero .section-title {
  max-width: 830px;
}

.legal-lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.8;
}

.legal-layout {
  display: grid;
  gap: 54px;
  padding: 54px 0 98px;
  grid-template-columns: 210px minmax(0, 760px);
}

.legal-aside {
  position: sticky;
  top: 104px;
  align-self: start;
}

.legal-aside p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.legal-aside a {
  display: block;
  padding: 8px 0;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 500;
}

.legal-aside a:hover {
  color: var(--ink);
}

.legal-article section {
  padding: 0 0 31px;
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 31px;
  scroll-margin-top: 98px;
}

.legal-article h2 {
  margin: 0 0 13px;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.05;
}

.legal-article p,
.legal-article li {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.85;
}

.legal-article p {
  margin: 0 0 10px;
}

.legal-article ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.legal-article li + li {
  margin-top: 7px;
}

.support-card-grid {
  display: grid;
  gap: 14px;
  margin: 42px 0 0;
  grid-template-columns: repeat(3, 1fr);
}

.support-card {
  min-height: 174px;
  padding: 21px;
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  background: #fff;
}

.support-card span {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 22px;
}

.support-card h3 {
  margin: 24px 0 8px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}

.support-card p,
.support-card a {
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.7;
}

.support-card a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.support-layout {
  display: grid;
  gap: 46px;
  padding: 70px 0 100px;
  grid-template-columns: minmax(260px, 0.56fr) minmax(0, 1fr);
}

.support-sidebar h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.support-sidebar p {
  max-width: 340px;
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.75;
}

.support-layout .faq-grid {
  grid-template-columns: 1fr;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .hero-grid,
  .trust-layout {
    gap: 45px;
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 58px;
  }

  .media-showcase {
    width: min(100%, 500px);
    margin: 0 auto;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-intro {
    max-width: 590px;
  }

  .gallery-layout {
    grid-template-columns: 1.1fr 0.82fr;
  }

  .intelligence-layout {
    grid-template-columns: 1fr;
  }

  .gallery-card:last-child {
    display: none;
  }
}

@media (max-width: 740px) {
  .container {
    width: min(100% - 30px, 560px);
  }

  .site-header {
    position: relative;
  }

  .header-inner {
    min-height: 64px;
  }

  .wordmark {
    font-size: 27px;
  }

  .menu-button {
    display: flex;
  }

  .nav-wrap {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 18px 15px 20px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.98);
  }

  .nav-wrap.is-open {
    display: block;
  }

  .nav-links {
    display: grid;
    gap: 2px;
  }

  .nav-links a {
    padding: 10px 0;
  }

  .nav-wrap .language-switch {
    display: flex;
    width: max-content;
    margin-top: 13px;
  }

  .header-actions > .language-switch {
    display: none;
  }

  .hero {
    padding: 55px 0 66px;
  }

  .display-title {
    font-size: clamp(67px, 21vw, 90px);
  }

  .hero-copy {
    font-size: 14px;
  }

  .section {
    padding: 78px 0;
  }

  .section-title {
    font-size: clamp(47px, 15vw, 64px);
  }

  .step-grid,
  .faq-grid,
  .support-card-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: auto;
  }

  .step-card h3 {
    margin-top: 36px;
  }

  .intelligence-logo {
    font-size: 24px;
  }

  .intelligence-logo-small {
    font-size: 15px;
  }

  .intelligence-points {
    grid-template-columns: 1fr;
  }

  .intelligence-points div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
  }

  .intelligence-points p {
    margin-top: 0;
  }

  .analysis-header {
    padding: 14px;
  }

  .analysis-body {
    grid-template-columns: 1fr;
  }

  .analysis-image {
    min-height: 320px;
  }

  .analysis-report {
    padding: 20px;
  }

  .analysis-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-layout {
    grid-template-columns: 1fr;
  }

  .gallery-card:first-child {
    aspect-ratio: 0.78;
  }

  .gallery-card:not(:first-child) {
    aspect-ratio: 0.86;
  }

  .gallery-card:last-child {
    display: block;
  }

  .cta-panel,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .legal-hero {
    padding: 56px 0 34px;
  }

  .legal-layout {
    display: block;
    padding: 36px 0 75px;
  }

  .legal-aside {
    display: none;
  }

  .legal-article h2 {
    font-size: 29px;
  }

  .support-layout {
    grid-template-columns: 1fr;
    padding: 54px 0 75px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
