:root {
  --bg: #f7efe8;
  --bg-soft: #f1e4dc;
  --panel: #fffdfb;
  --panel-strong: #f5e7df;
  --card: #fffaf6;
  --text: #4a2d38;
  --muted: #69555d;
  --primary: #c8775f;
  --primary-deep: #ab5f46;
  --secondary: #b4d3c5;
  --secondary-deep: #7ea898;
  --gold: #e9c59f;
  --line: rgba(42, 32, 29, 0.08);
  --shadow: rgba(72, 45, 31, 0.08);
  --peach: #f7e2d5;
  --mint: #edf7f1;
  --rose: #f0d7ce;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(200, 119, 95, 0.14), transparent 20%),
    radial-gradient(circle at bottom right, rgba(180, 211, 197, 0.18), transparent 24%),
    linear-gradient(180deg, #f9f3ee 0%, #f2e8e0 100%);
  color: var(--text);
  line-height: 1.6;
}

body.high-contrast {
  background: #ffef80 !important;
  color: #000 !important;
}

body.high-contrast * {
  color: #000 !important;
}

body.high-contrast p,
body.high-contrast span,
body.high-contrast li,
body.high-contrast label,
body.high-contrast input,
body.high-contrast textarea,
body.high-contrast .site-nav a,
body.high-contrast .bottom-bar,
body.high-contrast .cta-box p,
body.high-contrast .nav-button,
body.high-contrast .hero-metrics span,
body.high-contrast .region-card span,
body.high-contrast .testimonial-card footer span,
body.high-contrast .section-heading .eyebrow {
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}

body.high-contrast h1 {
  font-size: clamp(3.2rem, 7vw, 6rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.06em !important;
}

body.high-contrast h2 {
  font-size: clamp(2.3rem, 4vw, 3.8rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.05em !important;
}

body.high-contrast h3,
body.high-contrast .brand,
body.high-contrast .button,
body.high-contrast .hero-metrics strong,
body.high-contrast .region-card strong,
body.high-contrast .testimonial-card strong {
  font-size: 1.3em !important;
  line-height: 1.2 !important;
}

body.high-contrast .site-header,
body.high-contrast .site-footer,
body.high-contrast .alt-bg,
body.high-contrast .info-card,
body.high-contrast .testimonial-card,
body.high-contrast .region-card,
body.high-contrast .signup-panel,
body.high-contrast .cta-box,
body.high-contrast .panel-card,
body.high-contrast .empty-panel,
body.high-contrast .metric-box,
body.high-contrast .panel-body {
  background: #fff6b0 !important;
}

body.high-contrast .button-primary {
  background: #000 !important;
  color: #ffef80 !important;
  border-color: #000 !important;
}

body.high-contrast .button-secondary {
  background: #ffef80 !important;
  color: #000 !important;
  border-color: #000 !important;
}

body.high-contrast .hero-photo-card,
body.high-contrast .floating-badge,
body.high-contrast .brand-logo {
  filter: none !important;
}

h1,
h2,
h3,
.brand,
.site-nav,
.button,
.hero-metrics strong,
.region-card strong,
.testimonial-card strong,
.section-heading,
.feature-copy,
.check-list li,
.plain-copy,
.footer-brand,
.bottom-bar {
  color: var(--text);
}

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

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

button {
  font: inherit;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  padding: 5.5rem 0;
}

.alt-bg {
  background: rgba(255, 255, 255, 0.45);
  border-block: 1px solid var(--line);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-deep);
  font-weight: 800;
}

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

h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.07em;
  margin-bottom: 1.2rem;
}

h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -0.05em;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

p {
  color: var(--muted);
  font-size: 1.04rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 245, 0.75);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  gap: 1rem;
}

.site-nav .header-pill {
  border: 1px solid rgba(74, 45, 56, 0.12);
  background: rgba(255, 255, 255, 0.55);
  color: var(--text);
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: -0.02em;
  cursor: pointer;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  font-size: 1.2rem;
}

.brand-logo {
  display: block;
  width: 200px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(42, 32, 29, 0.06));
}

.footer-brand .brand-logo {
  width: 200px;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--gold));
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 10px 18px rgba(255, 141, 109, 0.25);
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  color: var(--muted);
}

.site-nav a {
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  padding: 0.7rem 0.6rem;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  margin: 5px 0;
  border-radius: 2px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  padding: 0.92rem 1.4rem;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid transparent;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  color: #fff;
  box-shadow: 0 16px 26px rgba(171, 95, 70, 0.18);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(42, 32, 29, 0.08);
  color: var(--text);
}

.hero {
  padding: 4.4rem 0 3.5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 2.5rem;
}

.hero-copy p {
  max-width: 34rem;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 1.25rem;
}

.hero-metrics div {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.hero-metrics strong {
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}

.hero-metrics span {
  color: var(--muted);
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-photo-card {
  position: relative;
  width: min(100%, 500px);
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(42, 32, 29, 0.08);
  background: var(--panel);
  box-shadow: 0 22px 56px rgba(96, 65, 50, 0.12);
}

.hero-photo-card img {
  display: block;
  width: 100%;
  height: 720px;
  object-fit: cover;
  object-position: center;
}

.floating-badge {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(42, 32, 29, 0.06);
  border-radius: 16px;
  padding: 0.7rem 0.9rem;
  box-shadow: 0 12px 28px rgba(41, 31, 28, 0.08);
}

.floating-badge span {
  color: var(--muted);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.floating-badge strong {
  font-size: 1.2rem;
  letter-spacing: -0.05em;
}

.top-left {
  top: 1rem;
  left: 1rem;
}

.bottom-right {
  right: 1rem;
  bottom: 1rem;
}

.cta-card span {
  color: rgba(255, 255, 255, 0.8);
}

.section-heading {
  margin-bottom: 2.5rem;
}

.section-heading.narrow {
  max-width: 620px;
}

.cards-grid {
  display: grid;
  gap: 1.5rem;
}

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

.info-card,
.testimonial-card,
.region-card {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(42, 32, 29, 0.06);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 16px 30px rgba(72, 45, 31, 0.04);
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin-bottom: 1rem;
  background: var(--peach);
  color: var(--primary-deep);
  font-weight: 800;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  gap: 0.9rem;
}

.check-list li {
  position: relative;
  padding-left: 2.2rem;
  color: var(--text);
  font-size: clamp(1.05rem, 1.4vw, 1.5rem);
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.12em;
  color: var(--primary-deep);
  font-weight: 800;
  font-size: 1em;
}

.takeaway-callout {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(246, 230, 223, 0.8));
  border: 1px solid rgba(190, 106, 82, 0.26);
  border-radius: 28px;
  padding: 2rem 2rem 1.25rem;
  box-shadow: 0 18px 38px rgba(133, 92, 79, 0.08);
}

.takeaway-callout .section-heading {
  margin-bottom: 1.25rem;
}

.takeaway-callout .section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 2.2vw, 2.8rem);
  line-height: 1.08;
}

.takeaway-callout .eyebrow {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(190, 106, 82, 0.18);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  margin-bottom: 0.8rem;
}

.takeaway-subtitle {
  margin: 0 0 0.7rem;
  color: var(--primary-deep);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.safe-callout {
  margin-top: 1.8rem;
}

.safe-callout p:last-child {
  margin-bottom: 0;
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 700;
}

.feature-panel {
  display: flex;
  justify-content: center;
}

.panel-card {
  width: min(100%, 470px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 245, 239, 0.92));
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(70, 48, 31, 0.08);
}

.panel-header {
  display: flex;
  gap: 0.5rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.dot.coral { background: var(--primary); }
.dot.gold { background: var(--gold); }
.dot.mint { background: var(--secondary); }

.panel-body {
  padding: 1.5rem;
}

.empty-panel {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(247, 239, 232, 0.6));
}

.quote-rotator-wrap {
  min-height: 320px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(247, 239, 232, 0.6));
}

.quote-rotator {
  position: relative;
  height: 100%;
}

.quote-rotator__slide {
  display: none;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.quote-rotator__slide.is-active {
  display: block;
}

.quote-rotator__slide img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.movie-screen,
.escape-sign {
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.movie-screen {
  background: linear-gradient(180deg, #1c1e2f 0%, #0f1220 100%);
  border: 6px solid #f4d6b5;
}

.movie-screen::before {
  content: "";
  position: absolute;
  inset: 18px 18px 18px 18px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.movie-screen span,
.escape-sign span {
  position: relative;
  z-index: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.movie-screen span {
  color: #f7efe8;
  font-size: clamp(2rem, 4vw, 2.5rem);
}

.escape-sign {
  background: linear-gradient(135deg, #f7e2d5 0%, #f5d7b7 50%, #e9d5a4 100%);
  border: 4px solid rgba(74, 45, 56, 0.15);
}

.escape-sign span {
  color: var(--text);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.quote-rotator__content {
  padding: 1rem 1rem 0.2rem;
}

.plain-copy {
  margin: 0;
  text-align: center;
  font-size: 1.02rem;
  color: var(--text);
}

.rotator-caption {
  display: block;
  margin-top: 0.7rem;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-deep);
  font-weight: 800;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.metric-box {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.9rem 0.8rem;
}

.metric-box small {
  display: block;
  color: var(--muted);
}

.metric-box strong {
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}

.insight-box {
  background: linear-gradient(135deg, rgba(255, 141, 109, 0.1), rgba(154, 213, 196, 0.15));
  border: 1px solid rgba(255, 141, 109, 0.18);
  border-radius: 18px;
  padding: 0.9rem 1rem;
  margin-bottom: 1.3rem;
}

.insight-box span {
  display: block;
  color: var(--muted);
  margin-bottom: 0.2rem;
}

.bars {
  display: grid;
  gap: 1rem;
}

.bar-group label {
  display: inline-block;
  color: var(--muted);
  margin-bottom: 0.5rem;
}

.progress {
  position: relative;
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: rgba(31, 29, 27, 0.07);
  overflow: hidden;
}

.progress span {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--secondary-deep));
}

.regions-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.region-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 120px;
  justify-content: center;
  text-align: center;
}

.region-card span {
  color: var(--muted);
}

.region-card strong {
  font-size: 1.7rem;
  letter-spacing: -0.05em;
}

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

.testimonial-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

.testimonial-card footer {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  color: var(--muted);
}

.site-footer {
  background: linear-gradient(180deg, #f7efe9 0%, #f0e3d8 100%);
  border-top: 1px solid var(--line);
  padding: 4rem 0 2rem;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.footer-brand {
  margin-bottom: 1rem;
}

.footer-brand .brand-logo {
  width: 170px;
}

.cta-box {
  min-width: min(100%, 430px);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.5rem;
}

.cta-box .button {
  display: inline-block;
  margin-bottom: 1rem;
}

.page-main {
  padding-bottom: 2rem;
}

.page-hero {
  padding: 4rem 0 2rem;
}

.page-hero-inner {
  display: grid;
  gap: 1.5rem;
}

.page-title-wrap {
  max-width: 940px;
}

.page-title-wrap h1 {
  white-space: nowrap;
}

.page-title-wrap p {
  max-width: 730px;
  font-size: 1.2rem;
}

.neuro-title-wrap h1 {
  white-space: normal;
  font-size: clamp(2.1rem, 3.8vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
  max-width: 860px;
}

.identity-split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.5rem;
  align-items: stretch;
}

.explainer-three {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.explainer-visual {
  display: flex;
  align-items: stretch;
}

.explainer-visual-lower {
  align-self: end;
}

.identity-panel,
.portrait-panel,
.explainer-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 1.5rem;
  box-shadow: 0 18px 34px rgba(74, 45, 56, 0.04);
}

.explainer-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.explainer-card h3 {
  margin-bottom: 0.8rem;
}

.compact-grid {
  margin-top: 1rem;
}

.left-align {
  margin-bottom: 1.25rem;
}

.compare-table {
  width: 100%;
  margin-top: 2rem;
  border-collapse: collapse;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 34px rgba(74, 45, 56, 0.04);
}

.compare-table th,
.compare-table td {
  width: 50%;
  vertical-align: top;
  padding: 1.2rem 1.1rem;
  border-bottom: 1px solid var(--line);
  color: var(--text);
}

.compare-table th {
  background: rgba(233, 197, 159, 0.35);
  text-align: left;
  font-size: 0.78rem;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--primary-deep);
}

.compare-table td + td,
.compare-table th + th {
  border-left: 1px solid var(--line);
}

.compare-table tbody tr:last-child td {
  border-bottom: none;
}

@media (max-width: 700px) {
  .compare-table,
  .compare-table thead,
  .compare-table tbody,
  .compare-table th,
  .compare-table td,
  .compare-table tr {
    display: block;
    width: 100%;
  }

  .compare-table thead {
    display: none;
  }

  .compare-table tr {
    border-bottom: 1px solid var(--line);
  }

  .compare-table td {
    border-left: none !important;
    border-bottom: none;
    padding: 1rem 1rem 0.75rem;
  }

  .compare-table td:last-child {
    padding-bottom: 1rem;
  }
}

.gender-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.term-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.term-badge-seksualiteit {
  background: rgba(199, 164, 124, 0.2);
  color: #73532a;
}

.term-badge-geslacht {
  background: rgba(216, 110, 90, 0.18);
  color: #7d3f35;
}

.term-badge-gender {
  background: rgba(159, 118, 148, 0.14);
  color: var(--primary-deep);
}

.term-badge-cis {
  background: rgba(79, 120, 139, 0.12);
  color: var(--primary-deep);
}

.term-badge-trans {
  background: rgba(166, 99, 121, 0.14);
  color: var(--primary-deep);
}

.gender-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0.5rem 0 1rem;
  flex-wrap: wrap;
}

.badge-card {
  position: relative;
}

.gender-item {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(242, 223, 229, 0.75));
  border: 1px solid rgba(90, 58, 76, 0.12);
  border-radius: 22px;
  padding: 1rem;
}

.gender-symbol {
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1;
  color: var(--primary-deep);
  text-shadow: 0 8px 20px rgba(77, 48, 60, 0.08);
}

.gender-symbol-nonbinary {
  font-size: clamp(2.2rem, 3.4vw, 3.2rem);
}

.gender-label {
  font-weight: 700;
  color: var(--text);
}

.portrait-panel {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.portrait-card {
  position: relative;
  flex: 1 1 0;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
}

.portrait-card-single {
  max-width: 100%;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
}

.photo-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(74, 45, 56, 0.12);
  color: var(--primary-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.second-portrait {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(242, 230, 236, 0.9));
}

.portrait-photo {
  width: 100%;
  max-width: 220px;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
  filter: saturate(0.95) contrast(1.05);
}

.portrait-photo-single {
  max-width: 100%;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

.cheek-mark {
  display: none;
}

.info-panel {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(1.5rem, 2vw, 2.5rem);
  box-shadow: 0 16px 32px rgba(74, 45, 56, 0.04);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.info-grid div {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
}

.info-grid strong {
  display: block;
  font-size: 2rem;
  letter-spacing: -0.06em;
  margin-bottom: 0.3rem;
}

.info-grid span {
  color: var(--muted);
}

.type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.type-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(74, 45, 56, 0.04);
}

.type-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.type-card-body {
  padding: 1.3rem 1.3rem 1.5rem;
}

.type-card-body h3 {
  margin-bottom: 0.7rem;
}

.reference-box {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.5rem;
}

.reference-list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.75rem;
  color: var(--text);
}

.reference-list li {
  color: var(--muted);
}

.dev-modal {
  position: fixed;
  inset: 0;
  background: rgba(42, 32, 29, 0.28);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 60;
  padding: 1rem;
}

.dev-modal.hidden {
  display: none;
}

.dev-modal-card {
  width: min(100%, 560px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(74, 45, 56, 0.12);
  border-radius: 28px;
  padding: clamp(1.5rem, 2vw, 2.2rem);
  box-shadow: 0 24px 60px rgba(59, 38, 29, 0.14);
}

.dev-modal-kicker {
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--primary-deep);
}

.dev-modal-card h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  line-height: 1.15;
}

.dev-modal-card p {
  margin-bottom: 1.1rem;
  font-size: 1rem;
}

.waitlist-form {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.waitlist-form label {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
}

.waitlist-form input {
  width: 100%;
  border: 1px solid rgba(74, 45, 56, 0.12);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.9);
}

.waitlist-form input:focus {
  outline: 2px solid rgba(200, 119, 95, 0.22);
  border-color: rgba(171, 95, 70, 0.35);
}

.waitlist-success {
  min-height: 1.5rem;
  margin: 0.9rem 0 0;
  color: var(--secondary-deep);
  font-weight: 700;
}

.close-button {
  margin-top: 1rem;
}

.contrast-toggle {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  width: 52px;
  height: 52px;
  border: 2px solid #4a2d38;
  border-radius: 50%;
  background: #fff;
  color: #4a2d38;
  font-size: 1.5rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.checkbox-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  width: fit-content;
  min-height: 3rem;
}

.checkbox-label {
  font-weight: 700;
  color: var(--text);
  font-size: 1.05rem;
}

.checkbox-inline input {
  width: 1.4rem;
  height: 1.4rem;
  accent-color: var(--primary-deep);
}

.signup-panel {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: clamp(1.25rem, 2vw, 2rem);
  box-shadow: 0 18px 40px rgba(74, 45, 56, 0.05);
}

.signup-form {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.signup-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--text);
  font-weight: 700;
}

.signup-form span {
  color: var(--text);
}

.signup-form input,
.signup-form textarea {
  width: 100%;
  border: 1px solid rgba(74, 45, 56, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.95rem 1rem;
  font: inherit;
  color: var(--text);
  resize: vertical;
}

.signup-form input:focus,
.signup-form textarea:focus {
  outline: 2px solid rgba(200, 119, 95, 0.22);
  border-color: rgba(171, 95, 70, 0.35);
}

.form-success {
  min-height: 1.5rem;
  margin: 0;
  color: var(--secondary-deep);
  font-weight: 700;
}

.form-note {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-note-link {
  color: var(--primary-deep);
  font-weight: 800;
  text-decoration: none;
}

.bottom-bar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 960px) {
  .hero-grid,
  .split-grid,
  .three-col,
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

@media (max-width: 700px) {
  .page-title-wrap h1 {
    white-space: normal;
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav-button {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.2rem;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(34, 20, 10, 0.08);
  }

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

  .identity-split,
  .explainer-three {
    grid-template-columns: 1fr;
  }

  .portrait-panel {
    flex-direction: column;
  }

  .three-col,
  .testimonial-grid,
  .split-grid,
  .regions-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 4.5rem 0;
  }

  .hero {
    padding-top: 3.5rem;
  }

  .hero-metrics {
    gap: 1rem 1.8rem;
  }
}
