:root {
  --paper-0: oklch(0.990 0.006 85);
  --paper-1: oklch(0.975 0.012 85);
  --paper-2: oklch(0.945 0.015 85);
  --mist-1: oklch(0.940 0.012 215);
  --mist-4: oklch(0.540 0.025 240);
  --lake-3: oklch(0.300 0.060 250);
  --lake-4: oklch(0.220 0.045 250);
  --berry-2: oklch(0.780 0.160 140);
  --pine-2: oklch(0.420 0.085 150);
  --carbon-2: oklch(0.195 0.010 250);
  --rule: oklch(0.78 0.012 230);
  --rule-soft: oklch(0.88 0.010 230);
  --radius-lg: 0px;
  --radius-xl: 0px;
  --serif: 'Instrument Serif', 'Times New Roman', serif;
  --sans: 'Geist', system-ui, sans-serif;
  --mono: 'Geist Mono', ui-monospace, monospace;
  --container: min(1180px, calc(100vw - 40px));
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--carbon-2);
  background: var(--paper-1);
  font-feature-settings: 'ss01', 'ss02', 'cv11';
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.page-shell { overflow: clip; }
.container { width: var(--container); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 18px 0;
  background: oklch(0.975 0.012 85 / 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--rule-soft);
}

.header-inner,
.footer-inner,
.hero-grid,
.audience-grid,
.security-grid,
.cta-card,
.trust-grid {
  display: grid;
  gap: 24px;
}

.header-inner {
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
}

.brand { display: inline-flex; align-items: center; line-height: 0; }

.brand-wordmark {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--carbon-2);
}

.brand-wordmark-text {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.brand-logo-footer .brand-wordmark-text { font-size: 24px; }

.brand-wordmark-text em {
  font-style: italic;
  color: var(--lake-3);
}

.site-nav {
  display: inline-flex;
  justify-content: center;
  gap: 28px;
}

.site-nav a,
.footer-links a {
  color: var(--mist-4);
  font-weight: 400;
  font-size: 0.92rem;
}

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

.menu-toggle {
  display: none;
  border: 1px solid var(--rule);
  background: transparent;
  color: var(--carbon-2);
  padding: 10px 16px;
  border-radius: 0;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 0;
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid transparent;
  line-height: 1;
  cursor: pointer;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.button:hover { transform: none; }

.button-primary {
  color: var(--paper-0);
  background: var(--carbon-2);
  border-color: var(--carbon-2);
}

.button-primary:hover {
  background: var(--lake-3);
  border-color: var(--lake-3);
}

.button-secondary {
  color: var(--carbon-2);
  background: transparent;
  border-color: var(--rule);
}

.button-secondary:hover { border-color: var(--carbon-2); }

.button-wide { width: min(100%, 320px); }

.eyebrow {
  margin: 0 0 16px;
  color: var(--lake-3);
  font-family: var(--mono);
  font-size: 0.69rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
}

.eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.hero h1,
.section-heading h2,
.section-title,
.audience-panel h2,
.cta-card h2,
.privacy-title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: -0.03em;
}

.hero h1 {
  max-width: 14ch;
  font-size: clamp(2.85rem, 5.6vw, 5.35rem);
}

.hero h1 em,
.section-heading h2 em,
.section-title em,
.proof-copy h2 em,
.cta-card h2 em {
  font-style: italic;
  color: var(--lake-3);
}

.inclusion-card h3 em {
  font-style: italic;
  color: var(--lake-3);
}

.hero-lead,
.section-heading p,
.audience-panel p,
.cta-card p,
.feature-card p,
.step-card p,
.security-panel p,
.footer-copy,
.contact-note {
  color: var(--mist-4);
  line-height: 1.65;
}

.hero-lead {
  max-width: 64ch;
  margin: 22px 0 0;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 10px;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--mist-4);
}

.hero-points li::before {
  content: "";
  width: 2px;
  height: 16px;
  flex-shrink: 0;
  background: var(--berry-2);
}

.hero { padding: 72px 0 28px; }

.hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  gap: 52px;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: stretch;
}

.hero-art {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  overflow: hidden;
}

.feature-kicker,
.trust-label,
.step-number {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.69rem;
  font-family: var(--mono);
}

.trust-value {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.proof-strip { padding: 34px 0 40px; }

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
  border-radius: 0;
  background: var(--paper-0);
  border: 1px solid var(--rule-soft);
  box-shadow: none;
}

.proof-copy {
  padding: 36px 40px;
  border-right: 1px solid var(--rule-soft);
}

.proof-copy h2 {
  margin: 8px 0 0;
  max-width: 12ch;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 3.4vw, 3.45rem);
  line-height: 0.97;
  letter-spacing: -0.04em;
}

.proof-copy p {
  max-width: 58ch;
  margin: 18px 0 0;
  color: var(--mist-4);
  line-height: 1.75;
}

.proof-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.proof-stats article {
  min-height: 160px;
  padding: 28px 24px;
  border-radius: 0;
  background: var(--paper-0);
  border-right: 1px solid var(--rule-soft);
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.proof-stats article:last-child { border-right: none; }

.stat-icon {
  color: var(--lake-3);
  margin-bottom: 14px;
  flex-shrink: 0;
}

.proof-stats span {
  display: block;
  font-family: var(--serif);
  font-style: normal;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--carbon-2);
  white-space: nowrap;
}

.proof-stats span em {
  font-style: italic;
  color: var(--lake-3);
}

.proof-stats p {
  margin: 12px 0 0;
  color: var(--mist-4);
  line-height: 1.55;
  font-size: 0.9rem;
}

.trust-strip { padding: 0 0 32px; }

.trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  border-radius: 0;
  background: var(--paper-0);
  border: 1px solid var(--rule-soft);
  box-shadow: none;
  gap: 0;
}

.trust-item {
  padding: 24px 28px;
  border-right: 1px solid var(--rule-soft);
}

.trust-item:last-child { border-right: none; }

.trust-value {
  display: block;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  color: var(--carbon-2);
}

.trust-label {
  font-size: 0.88rem;
  color: var(--mist-4);
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--sans);
}

.section { padding: 92px 0; }

/* ===== SECTION-HEAD (brändi §2 -rakenne) ===== */
.section-head {
  display: grid;
  grid-template-columns: 120px 1fr 2fr;
  gap: 48px;
  margin-bottom: 56px;
  align-items: baseline;
}

.section-num {
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--mist-4);
}

.section-num b {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  color: var(--lake-3);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.section-lede {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--mist-4);
  max-width: 540px;
}

/* Yötaivas-taustan overridet section-head:lle */
.security-section .section-num { color: oklch(0.975 0.012 85 / 0.55); }
.security-section .section-num b { color: var(--berry-2); }
.security-section .section-title { color: var(--paper-0); }
.security-section .section-title em { color: var(--berry-2); }
.security-section .section-lede { color: oklch(0.975 0.012 85 / 0.75); }
.security-section .security-panel { margin-top: 48px; }

.section-heading { max-width: 780px; }

.section-heading h2,
.section-title,
.audience-panel h2,
.cta-card h2 { font-size: clamp(2.2rem, 4vw, 4rem); }

.section-heading p,
.audience-panel p,
.cta-card p {
  margin: 18px 0 0;
  max-width: 64ch;
}

.feature-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  margin-top: 40px;
  border: 1px solid var(--rule-soft);
  background: var(--rule-soft);
}

.feature-card {
  grid-column: span 4;
  padding: 28px;
  background: var(--paper-0);
  backdrop-filter: none;
  box-shadow: none;
  border-radius: 0;
}

.feature-card h3,
.step-card h3,
.audience-card h3,
.security-panel h3,
.taxonomy-card h3,
.faq-item h3,
.privacy-card h2 {
  margin: 10px 0 0;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.feature-card p,
.step-card p,
.audience-card p,
.security-panel p { margin: 14px 0 0; }

.feature-kicker {
  color: var(--lake-3);
  margin: 0;
  font-family: var(--mono);
  font-size: 0.69rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-card-wide {
  grid-column: span 8;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: center;
  gap: 0;
}

.feature-card-wide .feature-copy { padding: 28px; }
.feature-card-wide .feature-preview { align-self: stretch; }

.feature-card-dark {
  background: var(--lake-3);
  color: var(--paper-1);
  border-radius: 0;
}

.feature-card-dark .feature-kicker { color: oklch(0.975 0.012 85 / 0.65); }
.feature-card-dark p { color: oklch(0.975 0.012 85 / 0.78); }
.feature-card-dark h3 { color: var(--paper-1); }

.feature-card-accent {
  background: oklch(0.780 0.160 140 / 0.08);
  border-left: 3px solid var(--berry-2);
}

.feature-preview {
  min-height: 220px;
  padding: 18px;
  border-radius: 0;
  background: var(--lake-3);
}

.preview-bar {
  width: 44%;
  height: 2px;
  border-radius: 0;
  background: oklch(0.99 0.006 85 / 0.18);
}

.preview-columns {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.9fr;
  gap: 10px;
  margin-top: 18px;
  min-height: 150px;
}

.preview-column {
  border-radius: 0;
  background: oklch(0.99 0.006 85 / 0.09);
}

.preview-column-dark { background: oklch(0.195 0.010 250 / 0.5); }
.preview-column-accent { background: oklch(0.780 0.160 140 / 0.45); }

.pricing-section { background: transparent; }

.pricing-grid,
.inclusion-grid {
  display: grid;
  gap: 1px;
  margin-top: 40px;
  background: var(--rule-soft);
  border: 1px solid var(--rule-soft);
}

.pricing-grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); }

.pricing-card,
.inclusion-card {
  padding: 36px;
  border-radius: 0;
  background: var(--paper-0);
  box-shadow: none;
}

.pricing-card-primary {
  position: relative;
  overflow: hidden;
  background: var(--lake-3);
  color: var(--paper-1);
  box-shadow: none;
}

.pricing-card-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 50% at 60% 20%, oklch(0.78 0.16 140 / 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.pricing-kicker {
  margin: 0;
  color: var(--lake-3);
  font-family: var(--mono);
  font-size: 0.69rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-card-primary .pricing-kicker { color: var(--berry-2); }

.pricing-card h3,
.inclusion-card h3 {
  margin: 12px 0 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.0;
  letter-spacing: -0.035em;
  font-weight: 400;
}

.inclusion-card h3 { font-size: 1.6rem; }

.pricing-lead,
.inclusion-card p {
  margin: 16px 0 0;
  color: var(--mist-4);
  line-height: 1.7;
}

.pricing-card-primary .pricing-lead,
.pricing-card-primary .pricing-list { color: oklch(0.975 0.012 85 / 0.80); }

.pricing-list {
  margin: 22px 0 0;
  padding-left: 0;
  list-style: none;
  line-height: 1.72;
  color: var(--mist-4);
}

.pricing-list li {
  padding-left: 20px;
  position: relative;
}

.pricing-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--rule);
}

.pricing-list li + li { margin-top: 8px; }

.pricing-card-primary .pricing-list li::before { color: oklch(0.975 0.012 85 / 0.35); }

.inclusion-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.inclusion-card-wide { grid-column: span 3; }

.inclusion-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  margin-top: 10px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 36px;
  background: var(--rule-soft);
  border: 1px solid var(--rule-soft);
}

.step-card {
  padding: 30px;
  background: var(--paper-0);
  box-shadow: none;
  border-radius: 0;
}

.step-number {
  color: var(--lake-3);
  font-family: var(--mono);
  font-size: 0.69rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.step-card h3 { color: var(--carbon-2); margin-top: 14px; }
.step-card p { color: var(--mist-4); }

/* Turvallinen ja hallittu — Yötaivas + Revontuli-pyyhkeen */
.security-section {
  position: relative;
  overflow: hidden;
  background: var(--lake-3);
  color: var(--paper-1);
}

.security-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, transparent 25%, oklch(0.78 0.16 140 / 0.10) 55%, transparent 75%);
  pointer-events: none;
}

.security-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.security-copy .eyebrow { color: var(--berry-2); }
.security-copy .eyebrow::before { background: var(--berry-2); }
.security-copy h2 { color: var(--paper-1); }
.security-copy p { color: oklch(0.975 0.012 85 / 0.75); }

.security-panel {
  padding: 1px;
  background: oklch(0.99 0.006 85 / 0.10);
  display: grid;
  gap: 1px;
  box-shadow: none;
  border-radius: 0;
}

.security-panel h3 { color: var(--paper-0); margin-top: 0; }
.security-panel p { color: oklch(0.975 0.012 85 / 0.75); }

.security-panel article {
  padding: 22px;
  border-radius: 0;
  background: oklch(0.300 0.060 250 / 0.85);
}

.audience-grid,
.security-grid,
.cta-card {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.audience-panel { padding-right: 24px; }

.audience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--rule-soft);
  border: 1px solid var(--rule-soft);
  counter-reset: audience;
}

.audience-card {
  padding: 26px;
  background: var(--paper-0);
  border-radius: 0;
  box-shadow: none;
}

.audience-card h3::before {
  counter-increment: audience;
  content: "— " counter(audience, decimal-leading-zero);
  display: block;
  font-family: var(--mono);
  font-size: 0.69rem;
  color: var(--lake-3);
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  font-style: normal;
}

.taxonomy-section { background: transparent; }
.taxonomy-grid { display: grid; gap: 30px; }

.taxonomy-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--rule-soft);
}

.taxonomy-card {
  padding: 28px;
  border-radius: 0;
  background: var(--paper-0);
  box-shadow: none;
  border-right: 1px solid var(--rule-soft);
}

.taxonomy-card:last-child { border-right: none; }

.taxonomy-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.32rem;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.taxonomy-card p {
  margin: 12px 0 0;
  color: var(--mist-4);
  line-height: 1.65;
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  counter-reset: faq;
  border: 1px solid var(--rule-soft);
}

.faq-item {
  padding: 24px 28px;
  border-radius: 0;
  background: var(--paper-0);
  box-shadow: none;
  border-bottom: 1px solid var(--rule-soft);
}

.faq-item:last-child { border-bottom: none; }

.faq-item h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  display: flex;
  gap: 18px;
  align-items: baseline;
}

.faq-item h3::before {
  counter-increment: faq;
  content: "— " counter(faq, decimal-leading-zero);
  font-family: var(--mono);
  font-size: 0.69rem;
  color: var(--lake-3);
  letter-spacing: 0.08em;
  flex-shrink: 0;
  font-style: normal;
}

.faq-item p {
  margin: 12px 0 0 0;
  color: var(--mist-4);
  line-height: 1.65;
}

.cta-card {
  padding: 48px;
  background: var(--paper-0);
  border: 1px solid var(--rule-soft);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.contact-stack {
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 14px;
}

.contact-form { display: grid; gap: 16px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-field { display: grid; gap: 8px; }

.form-field span {
  font-family: var(--mono);
  font-size: 0.69rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--mist-4);
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--rule);
  border-radius: 0;
  padding: 12px 0;
  font: inherit;
  font-family: var(--sans);
  color: var(--carbon-2);
  background: transparent;
  box-shadow: none;
  transition: border-color 120ms ease;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-bottom-color: var(--lake-3);
  box-shadow: none;
}

.form-field textarea { resize: vertical; min-height: 140px; }

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 4px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--mist-4);
}

.form-status.is-error { color: oklch(0.50 0.15 25); }
.form-status.is-success { color: var(--pine-2); }

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-note {
  max-width: 34ch;
  margin: 4px 0 0;
  font-size: 0.95rem;
  color: var(--mist-4);
  line-height: 1.65;
}

.site-footer {
  padding: 28px 0 42px;
  border-top: 1px solid var(--rule);
}

.footer-inner {
  grid-template-columns: 1.2fr 1fr auto;
  align-items: center;
  padding-top: 22px;
}

.brand-footer { margin-bottom: 14px; }

.footer-copy,
.footer-meta {
  margin: 0;
  font-size: 0.9rem;
  color: var(--mist-4);
}

.footer-copy a {
  text-decoration: underline;
  text-decoration-color: var(--rule);
  text-underline-offset: 0.18em;
}

.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-self: center;
}

.footer-link-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--mist-4);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 400;
  cursor: pointer;
}

.footer-link-button:hover { color: var(--carbon-2); }

.cookie-banner {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  width: min(540px, calc(100vw - 28px));
}

.cookie-banner__inner {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 0;
  background: var(--paper-0);
  border: 1px solid var(--rule-soft);
  box-shadow: 0 20px 60px oklch(0.195 0.010 250 / 0.14);
  backdrop-filter: none;
}

.cookie-banner__copy strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.cookie-banner__copy p {
  margin: 0;
  color: var(--mist-4);
  line-height: 1.6;
}

.cookie-banner__copy a {
  text-decoration: underline;
  text-decoration-color: var(--rule);
  text-underline-offset: 0.16em;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cookie-button { flex: 1 1 220px; }

.privacy-main { min-height: 70vh; }
.site-nav-static { justify-content: flex-end; }

.privacy-shell {
  display: grid;
  gap: 28px;
  padding: 60px 0;
}

.privacy-card {
  padding: 34px;
  border-radius: 0;
  background: var(--paper-0);
  border: 1px solid var(--rule-soft);
  box-shadow: none;
}

.privacy-card h2 {
  margin-top: 32px;
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.privacy-card h2:first-child { margin-top: 0; }

.privacy-card p {
  margin: 0 0 14px;
  color: var(--mist-4);
  line-height: 1.72;
  max-width: 75ch;
}

.privacy-card a {
  text-decoration: underline;
  text-decoration-color: var(--rule);
  text-underline-offset: 0.16em;
}

.privacy-list {
  margin: 0 0 16px;
  padding-left: 20px;
  color: var(--mist-4);
  line-height: 1.72;
}

.privacy-list li + li { margin-top: 6px; }

@media (max-width: 1040px) {
  .hero-grid,
  .proof-grid,
  .audience-grid,
  .security-grid,
  .cta-card,
  .footer-inner,
  .header-inner {
    grid-template-columns: 1fr;
  }

  .section-head {
    grid-template-columns: 80px 1fr;
    gap: 32px;
  }

  .section-head .section-lede {
    grid-column: 1 / -1;
  }

  .header-inner { gap: 14px; }
  .site-nav { justify-content: flex-start; }
  .header-cta { display: none; }
  .feature-card-wide { grid-template-columns: 1fr; }
  .feature-card-wide .feature-copy { padding: 28px; }

  .feature-card,
  .feature-card-wide { grid-column: span 6; }

  .steps,
  .trust-grid,
  .audience-list,
  .taxonomy-list,
  .inclusion-grid {
    grid-template-columns: 1fr 1fr;
  }

  .taxonomy-card:nth-child(2) { border-right: none; }
  .taxonomy-card:nth-child(3),
  .taxonomy-card:nth-child(4) { border-top: 1px solid var(--rule-soft); }

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

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

  .proof-copy {
    border-right: none;
    border-bottom: 1px solid var(--rule-soft);
  }

  .proof-copy h2 { max-width: 18ch; }

  .proof-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-stats article:nth-child(2) { border-right: none; }
  .proof-stats article:nth-child(4) { border-right: none; }
  .proof-stats article:nth-child(3),
  .proof-stats article:nth-child(4) { border-top: 1px solid var(--rule-soft); }

  .inclusion-card-wide { grid-column: span 2; }

  .footer-links { justify-self: start; }

  .cookie-banner {
    left: 14px;
    right: 14px;
    width: auto;
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(100vw - 28px, 1180px);
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 36px;
  }

  .section-num b { font-size: 32px; }

  .site-header { padding: 14px 0; }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .site-nav {
    display: none;
    padding: 12px 0 4px;
    flex-direction: column;
    gap: 14px;
  }

  .site-nav.is-open { display: flex; }

  .hero { padding-top: 42px; }
  .hero h1 { max-width: 12ch; }
  .hero-visual { padding-bottom: 0; }

  .proof-stats,
  .feature-layout,
  .steps,
  .trust-grid,
  .audience-list,
  .taxonomy-list,
  .faq-list,
  .inclusion-grid,
  .inclusion-columns {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .feature-card-wide { grid-column: span 12; }
  .inclusion-card-wide { grid-column: span 1; }

  .proof-stats article:nth-child(n) { border-right: none; border-top: none; }
  .proof-stats article + article { border-top: 1px solid var(--rule-soft); }

  .taxonomy-card { border-right: none; border-bottom: 1px solid var(--rule-soft); }
  .taxonomy-card:last-child { border-bottom: none; }

  .cta-card,
  .section,
  .security-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .form-row { grid-template-columns: 1fr; }
  .privacy-card { padding: 24px; }

  .cookie-banner__actions { flex-direction: column; }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
