:root {
  --ink: #180f14;
  --ink-soft: #2b1b23;
  --wine: #7d2345;
  --wine-dark: #5e1733;
  --rose: #c98f7b;
  --blush: #efd8ce;
  --cream: #fff8f3;
  --paper: #f8eee9;
  --white: #ffffff;
  --muted: #745f68;
  --line: #eadbd5;
  --focus: #f2b9a7;
  --heading: "DM Serif Display", Georgia, "Times New Roman", serif;
  --body: Manrope, "Segoe UI", Arial, sans-serif;
  --container: 1180px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(24, 15, 20, 0.14);
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

figure { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, summary { font: inherit; }

a:focus-visible, summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--white);
  border-radius: 999px;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow-light { color: var(--rose); }

h1, h2, h3 {
  margin-top: 0;
  font-family: var(--heading);
  font-weight: 400;
  line-height: 1.06;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.15rem, 6.7vw, 6.1rem);
  letter-spacing: -0.035em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 4.6vw, 4.25rem);
  letter-spacing: -0.025em;
}

h3 { margin-bottom: 12px; font-size: 1.75rem; }
p { margin-top: 0; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  color: var(--white);
  background: var(--wine);
  border: 1px solid var(--wine);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
  background: var(--wine-dark);
  border-color: var(--wine-dark);
  transform: translateY(-2px);
}

.button-light { color: var(--ink); background: var(--blush); border-color: var(--blush); }
.button-light:hover { color: var(--white); }
.text-link { color: var(--wine); font-weight: 800; text-underline-offset: 4px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--white);
  background: rgba(24, 15, 20, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

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

.site-logo { flex: 0 1 300px; display: inline-flex; align-items: center; }
.site-logo img { width: min(300px, 38vw); height: auto; }

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.desktop-nav ul {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav a:not(.button) {
  color: #eadfe4;
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

.desktop-nav a:not(.button):hover { color: var(--rose); }
.header-actions { display: flex; align-items: center; gap: 13px; }
.header-actions .button { min-height: 42px; padding-inline: 18px; font-size: 0.82rem; }

.mobile-menu { display: none; position: relative; }

.mobile-menu summary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: var(--ink);
  background: var(--blush);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker { display: none; }

.mobile-menu-panel {
  position: absolute;
  top: 54px;
  right: 0;
  width: min(310px, calc(100vw - 28px));
  padding: 20px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.mobile-menu-panel ul {
  display: grid;
  gap: 4px;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.mobile-menu-panel a:not(.button) {
  display: block;
  padding: 9px 7px;
  font-weight: 750;
  text-decoration: none;
}

.mobile-menu-panel .button { width: 100%; margin-top: 8px; }

.hero {
  padding: 72px 0 80px;
  color: var(--white);
  background: radial-gradient(circle at 14% 18%, rgba(201, 143, 123, 0.2), transparent 31%), linear-gradient(135deg, var(--ink), var(--ink-soft));
}

.hero-grid {
  display: grid;
  width: min(1400px, calc(100% - 40px));
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 48px;
}

.hero h1 span { color: var(--rose); }

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: #eadfe4;
  font-size: 1.08rem;
}

.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.hero-login { color: #eadfe4; font-weight: 750; text-underline-offset: 4px; }
.age-note { margin: 18px 0 0; color: #cbbbc3; font-size: 0.84rem; }

.hero-photo {
  width: 100%;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px 30px 90px 30px;
  box-shadow: var(--shadow);
}

.hero-photo img { width: 100%; height: auto; border-radius: 20px 20px 80px 20px; }

.page-hero {
  padding: 70px 0;
  color: var(--white);
  background: radial-gradient(circle at 86% 18%, rgba(201, 143, 123, 0.22), transparent 31%), linear-gradient(135deg, var(--ink), var(--ink-soft));
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: 54px;
}

.page-hero h1 { max-width: 860px; font-size: clamp(3rem, 6vw, 5.4rem); }
.page-hero .lead { max-width: 720px; color: #eadfe4; }

.page-hero-photo {
  padding: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px 28px 82px 28px;
  box-shadow: var(--shadow);
}

.page-hero-photo img { width: 100%; border-radius: 20px 20px 74px 20px; }

.breadcrumbs {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #d8c9d0;
  font-size: 0.85rem;
}

.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: var(--rose); }
.breadcrumbs a { text-underline-offset: 3px; }

.content-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 64px;
  align-items: start;
}

.content-shell > * { min-width: 0; }

.prose { max-width: 800px; }
.prose h2 { margin-top: 58px; font-size: clamp(2rem, 4vw, 3.25rem); }
.prose h3 { margin-top: 34px; font-size: 1.65rem; }
.prose p, .prose li { color: #4f3c45; }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li + li { margin-top: 10px; }
.prose .lead { color: var(--ink); font-size: 1.18rem; }

.side-card {
  position: sticky;
  top: 106px;
  padding: 28px;
  color: var(--white);
  background: var(--wine-dark);
  border-radius: var(--radius);
}

.side-card h2 { font-size: 2rem; }
.side-card p { color: #eadfe4; }
.side-card .button { width: 100%; }

.link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.link-card {
  min-height: 180px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(24, 15, 20, 0.07);
}

.link-card h2, .link-card h3 { margin-bottom: 10px; font-size: 1.75rem; }
.link-card p { margin-bottom: 18px; color: var(--muted); }
.link-card a { color: var(--wine); font-weight: 800; text-underline-offset: 4px; }

.notice-box {
  margin: 36px 0;
  padding: 26px;
  background: var(--paper);
  border-left: 5px solid var(--wine);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.notice-box h2, .notice-box h3 { margin-bottom: 10px; font-size: 1.7rem; }

.faq-list details {
  margin-bottom: 12px;
  padding: 20px 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.faq-list summary { cursor: pointer; font-weight: 850; }
.faq-list details p { margin: 14px 0 0; color: var(--muted); }

.policy-note {
  padding: 22px;
  color: var(--ink);
  background: var(--blush);
  border-radius: var(--radius);
}

.safety-category + .safety-category { margin-top: 64px; }
.safety-category > p { max-width: 720px; color: var(--muted); }

.safety-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.safety-card {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.safety-icon { display: block; margin-bottom: 14px; font-size: 1.7rem; }
.safety-card h3 { margin-bottom: 12px; font-size: 1.5rem; }
.safety-card p { color: var(--muted); }
.safety-card .protects { padding-left: 14px; color: var(--wine-dark); border-left: 3px solid var(--rose); font-weight: 750; }

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 20px 0 0;
  color: #d8c9d0;
  font-size: 0.9rem;
}

.toc {
  margin: 34px 0;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.toc h2 { margin-bottom: 14px; font-size: 1.75rem; }
.toc ol { margin: 0; padding-left: 1.2rem; }
.toc a { color: var(--wine); font-weight: 750; text-underline-offset: 3px; }

.comparison-wrap { width: 100%; max-width: 100%; overflow-x: auto; margin: 34px 0; }
.comparison-table { width: 100%; min-width: 640px; border-collapse: collapse; background: var(--white); }
.comparison-table th, .comparison-table td { padding: 16px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table th { color: var(--white); background: var(--wine-dark); }
.comparison-table tr:nth-child(even) td { background: var(--paper); }

.nearby-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.nearby-links a {
  display: block;
  padding: 9px 14px;
  color: var(--wine-dark);
  background: var(--blush);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}
.trust-strip { color: var(--ink); background: var(--blush); }

.trust-list {
  min-height: 74px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 18px 0;
  list-style: none;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 800;
}

.section { padding: 84px 0; }
.section-paper { background: var(--paper); }
.section-dark { color: var(--white); background: var(--ink); }
.section-heading { max-width: 780px; margin-bottom: 38px; }
.section-heading p:last-child { color: var(--muted); }
.section-dark .section-heading p:last-child { color: #d8c9d0; }

.role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.role-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 35px rgba(24, 15, 20, 0.06);
}

.role-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 46px;
  color: var(--white);
  background: var(--wine);
  border-radius: 50%;
  font-weight: 850;
}

.role-card p { color: var(--muted); }
.role-card .text-link { margin-top: auto; }

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  counter-reset: step;
}

.step { position: relative; padding-left: 70px; }

.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--rose);
  border-radius: 50%;
  font-weight: 850;
}

.step p { color: #d8c9d0; }

.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 66px;
}

.feature-row + .feature-row { margin-top: 86px; }
.feature-row.reverse .feature-copy { order: 2; }
.feature-row.reverse .feature-photo { order: 1; }
.feature-copy p:not(.eyebrow) { color: var(--muted); }

.feature-copy ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.feature-copy li { position: relative; padding-left: 28px; }

.feature-copy li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--wine);
  border-radius: 50%;
}

.feature-photo {
  padding: 11px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 26px 26px 76px 26px;
  box-shadow: var(--shadow);
}

.feature-photo img { width: 100%; height: auto; border-radius: 17px 17px 66px 17px; }

.safety-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 58px;
  padding: 48px;
  color: var(--white);
  background: var(--wine-dark);
  border-radius: 30px;
}

.safety-panel p { color: #ead7df; }
.safety-points { display: grid; gap: 14px; align-content: center; }

.safety-point {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
}

.safety-point strong { display: block; margin-bottom: 4px; }
.safety-point span { color: #ead7df; font-size: 0.92rem; }

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

.location-card {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  color: var(--white);
  background: linear-gradient(145deg, var(--wine-dark), var(--ink));
  border-radius: 18px;
  text-decoration: none;
  transition: transform 180ms ease;
}

.location-card:hover { transform: translateY(-3px); }
.location-card strong { font-family: var(--heading); font-size: 1.5rem; font-weight: 400; }
.location-card span { color: #ddcbd3; font-size: 0.84rem; }

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.article-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.article-card .tag {
  margin-bottom: 28px;
  color: var(--wine);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.article-card p { color: var(--muted); }
.article-card .text-link { margin-top: auto; }
.faq-list { display: grid; gap: 14px; max-width: 920px; }

.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.faq-list summary { padding: 20px 24px; cursor: pointer; font-weight: 850; }
.faq-list details p { margin: 0; padding: 0 24px 22px; color: var(--muted); }
.final-cta { text-align: center; }

.final-cta-inner {
  padding: 68px 32px;
  color: var(--white);
  background: radial-gradient(circle at 50% 0, rgba(201, 143, 123, 0.25), transparent 38%), var(--ink);
  border-radius: 32px;
}

.final-cta-inner p { max-width: 680px; margin: 0 auto 28px; color: #d8c9d0; }
.site-footer { padding: 58px 0 28px; color: #d8c9d0; background: var(--ink); }

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr));
  gap: 34px;
  padding-bottom: 42px;
}

.footer-brand img { width: min(310px, 100%); height: auto; margin-bottom: 18px; }
.footer-brand p { max-width: 370px; font-size: 0.92rem; }

.footer-group h2 {
  margin-bottom: 15px;
  color: var(--white);
  font-family: var(--body);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-group ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.footer-group a { color: #d8c9d0; font-size: 0.88rem; text-decoration: none; }
.footer-group a:hover { color: var(--rose); }

.footer-notice {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.875rem;
}

.footer-notice p { margin-bottom: 8px; }

.photo-disclosure {
  padding: 14px 20px;
  color: #d8c9d0;
  background: var(--ink-soft);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.82rem;
  text-align: center;
}

.photo-disclosure p { margin: 0; }

.site-footer nav[aria-label="Footer"] ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.site-footer nav[aria-label="Footer"] a,
.footer-legal a {
  color: #d8c9d0;
  font-size: 0.88rem;
  text-decoration: none;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible { color: var(--rose); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .site-logo { flex-basis: auto; }
}

@media (max-width: 900px) {
  .hero-grid, .page-hero-grid, .feature-row, .safety-panel, .content-shell { grid-template-columns: 1fr; }
  .hero-grid { width: min(var(--container), calc(100% - 40px)); }
  .hero-photo { width: 100%; max-width: 760px; }
  .page-hero-photo { max-width: 760px; }
  .side-card { position: static; }
  .link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .safety-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .role-grid, .steps, .article-grid { grid-template-columns: 1fr; }
  .role-card { min-height: 0; }
  .role-number { margin-bottom: 28px; }
  .feature-row.reverse .feature-copy, .feature-row.reverse .feature-photo { order: initial; }
  .location-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .hero-grid { width: min(var(--container), calc(100% - 28px)); }
  .header-row { min-height: 72px; }
  .site-logo img { width: min(210px, 55vw); }
  .mobile-menu summary { min-height: 42px; padding-inline: 15px; font-size: 0.85rem; }
  .hero { padding: 50px 0 60px; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-list { grid-template-columns: 1fr 1fr; font-size: 0.8rem; }
  .section { padding: 62px 0; }
  .page-hero { padding: 50px 0 58px; }
  .link-grid { grid-template-columns: 1fr; }
  .safety-grid { grid-template-columns: 1fr; }
  .step { padding-left: 64px; }
  .feature-row, .feature-row + .feature-row { gap: 32px; margin-top: 58px; }
  .safety-panel { gap: 30px; padding: 30px 22px; }
  .location-grid { grid-template-columns: 1fr; }
  .final-cta-inner { padding: 52px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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