:root {
  --ink: #201a1b;
  --ink-soft: #34292b;
  --wine: #7d2032;
  --rose: #b84257;
  --blush: #ead5d5;
  --cream: #f7f1ea;
  --paper: #fdfaf6;
  --white: #fff;
  --muted: #6e6264;
  --line: #dfd5d0;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 10px 16px; color: #fff; background: var(--wine); }
.skip-link:focus { top: 12px; }

.site-header { color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); }
.nav { min-height: 80px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; text-decoration: none; font-weight: 700; letter-spacing: -.04em; }
.brand b { color: var(--wine); }
.brand-mark {
  display: grid; place-items: center; width: 38px; aspect-ratio: 1;
  color: #fff; background: var(--wine); border-radius: 50%;
  font: 700 .75rem/1 Georgia, serif; letter-spacing: .04em;
}
nav { display: flex; gap: 30px; }
nav a { text-decoration: none; font-size: .82rem; font-weight: 700; }
nav a:hover { color: var(--wine); }
.adult-badge { justify-self: end; padding: 8px 13px; color: var(--wine); border: 1px solid #c9adb3; border-radius: 999px; font-size: .7rem; font-weight: 800; }

.hero { min-height: 720px; display: grid; grid-template-columns: 54% 46%; background: var(--cream); }
.hero-photo { position: relative; min-height: 720px; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.photo-credit {
  display: block; position: absolute; right: 12px; top: 12px; padding: 5px 8px;
  color: #fff; background: rgba(32,26,27,.62); border-radius: 3px; font-size: .68rem;
}
.photo-credit strong { color: #fff; text-transform: uppercase; letter-spacing: .08em; }
.hero-content { display: grid; align-items: center; padding: 70px clamp(30px, 6vw, 90px); }
.hero-inner { max-width: 560px; }
.eyebrow {
  margin: 0 0 18px; color: var(--rose); text-transform: uppercase;
  font-size: .72rem; font-weight: 900; letter-spacing: .18em;
}
.eyebrow.dark { color: var(--wine); }
h1, h2, h3 { margin-top: 0; line-height: 1.05; letter-spacing: -.045em; }
h1 { margin-bottom: 25px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem, 5.7vw, 6.5rem); font-weight: 400; }
h2 { margin-bottom: 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 4.8vw, 5.2rem); font-weight: 400; text-wrap: balance; }
h3 { font-size: 1.2rem; }
.hero-lead { margin: 0; color: var(--muted); font-size: 1.08rem; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 0 23px; border-radius: 999px;
  text-decoration: none; font-size: .86rem; font-weight: 800;
  transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button.primary { margin-top: 32px; color: #fff; background: var(--wine); }
.button.primary:hover { background: #962b40; }
.link-note { margin: 12px 0 0; color: #897b7d; font-size: .68rem; }

.trust-line { color: #fff; background: var(--ink); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 76px; align-items: center; }
.trust-grid span { padding: 0 20px; border-right: 1px solid rgba(255,255,255,.14); font-size: .75rem; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.trust-grid span:last-child { border-right: 0; }
.trust-grid b { margin-right: 6px; color: #d77788; }

.section { padding-block: 112px; }
.section-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 90px; align-items: end; margin-bottom: 62px; }
.section-heading h2 { margin-bottom: 0; }
.copy { color: var(--muted); }
.copy p:first-child { margin-top: 0; }
.copy p:last-child { margin-bottom: 0; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.values article { padding: 34px 42px 20px 0; }
.values article > span { color: var(--rose); font-size: .72rem; font-weight: 900; }
.values h3 { margin: 44px 0 12px; }
.values p { margin: 0; color: var(--muted); font-size: .9rem; }

.quote-band { padding-block: 80px; color: #fff; background: var(--wine); }
.quote-band p { margin: 0; font: 400 clamp(2.4rem, 5vw, 5rem)/1.12 Georgia, serif; letter-spacing: -.045em; }
.quote-band em { color: #f3c9cf; font-weight: 400; }

.steps { background: var(--cream); }
.steps-layout { display: grid; grid-template-columns: .72fr 1fr; gap: 100px; align-items: start; }
.steps-intro { position: sticky; top: 40px; }
.steps-intro > p:last-child { color: var(--muted); }
.step-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cbbfba; }
.step-list li { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid #cbbfba; }
.step-list li > span {
  display: grid; place-items: center; width: 46px; aspect-ratio: 1;
  color: #fff; background: var(--wine); border-radius: 50%; font-size: .8rem; font-weight: 800;
}
.step-list h3 { margin-bottom: 8px; }
.step-list p { margin: 0; color: var(--muted); }

.principles { padding-block: 100px; color: #fff; background: var(--ink); }
.principles-layout { display: grid; grid-template-columns: .72fr 1fr; gap: 100px; }
.principles-layout h2 { margin-bottom: 0; }
.principle-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.principle-grid div { padding: 26px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.principle-grid strong { color: #f0bdc6; }
.principle-grid p { margin: 7px 0 0; color: #bdb2b4; font-size: .86rem; }

.faq > .shell > h2 { margin-bottom: 48px; }
.faq-list { border-top: 1px solid #bfb2ae; }
details { border-bottom: 1px solid #bfb2ae; }
summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--rose); font-size: 1.5rem; font-weight: 400; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 790px; margin: -5px 0 26px; color: var(--muted); }

.final-cta { padding-block: 84px; color: #fff; background: var(--wine); }
.final-layout { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.final-layout h2 { max-width: 850px; margin-bottom: 0; font-size: clamp(2.5rem, 5vw, 5rem); }
.button.light { color: var(--wine); background: #fff; white-space: nowrap; }

footer { color: #d9d0d2; background: #130e0f; }
.footer-main { display: grid; grid-template-columns: 1fr 1.45fr; gap: 70px; padding-block: 62px; }
.footer-brand { color: #fff; }
.footer-main > div > p { max-width: 370px; color: #84777a; font-size: .82rem; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.footer-links strong, .footer-links a { display: block; }
.footer-links strong { margin-bottom: 14px; color: #fff; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a { width: fit-content; margin: 7px 0; color: #8f8083; font-size: .8rem; text-decoration: none; }
.footer-links a:hover { color: #f0bdc6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; border-top: 1px solid rgba(255,255,255,.09); color: #695c5f; font-size: .7rem; }

@media (max-width: 930px) {
  .nav { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-photo { min-height: 580px; }
  .hero-content { padding-block: 75px; }
  .section-heading, .steps-layout, .principles-layout, .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .steps-intro { position: static; }
  .final-layout { grid-template-columns: 1fr; }
  .final-layout .button { justify-self: start; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .nav { min-height: 70px; gap: 12px; }
  .brand { font-size: .82rem; }
  .adult-badge { padding: 7px 10px; font-size: .62rem; }
  .hero-photo { min-height: 440px; }
  .hero-photo img { object-position: left center; }
  .hero-content { padding: 58px 14px; }
  h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.4rem, 11.5vw, 3.7rem); }
  .hero-lead { font-size: .96rem; }
  .button { width: 100%; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding-block: 12px; }
  .trust-grid span { padding: 11px 6px; border-right: 0; }
  .section { padding-block: 78px; }
  .values { grid-template-columns: 1fr; }
  .values article { padding-right: 0; border-bottom: 1px solid var(--line); }
  .principle-grid { grid-template-columns: 1fr; }
  .quote-band { padding-block: 58px; }
  .step-list li { grid-template-columns: 52px 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
