/* ============================================================
   Sugar Daddy Adelaide — Design System
   Private Club × Champagne Gold × Adelaide After Dark
   ============================================================ */

:root {
  --terracotta: #7A5B24;
  --terracotta-deep: #604719;
  --rose: #D5BB82;
  --wine: #6F2E3B;
  --wine-deep: #541E29;
  --green: #5C665B;
  --green-deep: #303832;
  --olive: #A9A78F;
  --cream: #F2EEE6;
  --cream-soft: #FAF8F3;
  --sand: #DDD5C8;
  --sand-deep: #C9BCAA;
  --espresso: #191817;
  --charcoal: #111214;
  --ink: #1A1917;
  --muted: rgba(26, 25, 23, .68);
  --muted-light: rgba(242, 238, 230, .74);
  --line: rgba(26, 25, 23, .15);
  --line-light: rgba(242, 238, 230, .18);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Jost", "Helvetica Neue", Arial, sans-serif;
  --r-lg: 22px;
  --r-md: 14px;
  --r-sm: 9px;
  --shadow-soft: 0 24px 60px -28px rgba(17, 18, 20, .42);
  --ease: cubic-bezier(.22, .8, .28, 1);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }

body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--terracotta); color: var(--cream); }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; }

a, button, input, select, textarea { touch-action: manipulation; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--rose);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.chat-page { padding-top: 77px; }
@media (min-width: 1101px) { .convo-back, .filters-toggle { display: none; } }
@media (max-width: 1100px) { .chat-page .chat-app { min-height: calc(100svh - 77px); } }

.container { width: min(1260px, 92vw); margin-inline: auto; }
.container-wide { width: min(1440px, 94vw); margin-inline: auto; }

/* ---------- Typography ---------- */
.display {
  font-family: var(--serif);
  font-weight: 380;
  line-height: 1.04;
  letter-spacing: -.015em;
  font-variation-settings: "opsz" 100;
}
.display em { font-style: italic; font-weight: 340; padding: 0 .05em; }
.h-xl { font-size: clamp(2.9rem, 6.4vw, 5.6rem); }
.h-lg { font-size: clamp(2.3rem, 4.6vw, 3.9rem); }
.h-md { font-size: clamp(1.8rem, 3.2vw, 2.7rem); }
.h-sm { font-size: clamp(1.35rem, 2.1vw, 1.75rem); line-height: 1.2; }

.lead { font-size: clamp(1.05rem, 1.4vw, 1.22rem); line-height: 1.7; color: var(--muted); font-weight: 350; }
.section-dark .lead, .lead-light { color: var(--muted-light); }

.kicker {
  display: inline-flex; align-items: center; gap: .85rem;
  font-size: .72rem; font-weight: 500;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--terracotta);
}
.kicker::before { content: ""; width: 36px; height: 1px; background: currentColor; flex: none; }
.kicker .num { color: var(--rose); font-family: var(--serif); font-style: italic; letter-spacing: .05em; font-size: .85rem; }
.section-dark .kicker { color: var(--rose); }
.section-dark .kicker .num { color: var(--olive); }

.accent-terra { color: var(--terracotta); }
.accent-rose { color: var(--rose); }
.accent-green { color: var(--green); }
.section-dark .accent-terra { color: var(--rose); }

.serif-note { font-family: var(--serif); font-style: italic; font-weight: 350; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: 1rem 1.9rem; border-radius: 999px;
  font-size: .82rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase;
  transition: transform .35s var(--ease), background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 15px; height: 15px; transition: transform .35s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn-primary { background: var(--wine); color: var(--cream); }
.btn-primary:hover { background: var(--wine-deep); transform: translateY(-2px); }
.btn-dark { background: var(--espresso); color: var(--cream); }
.btn-dark:hover { background: var(--green-deep); transform: translateY(-2px); }
.btn-cream { background: var(--cream); color: var(--espresso); }
.btn-cream:hover { background: var(--sand); transform: translateY(-2px); }
.btn-ghost { border: 1px solid var(--line); color: var(--ink); background: transparent; }
.btn-ghost:hover { border-color: var(--espresso); transform: translateY(-2px); }
.section-dark .btn-ghost, .btn-ghost-light { border-color: var(--line-light); color: var(--cream); }
.section-dark .btn-ghost:hover, .btn-ghost-light:hover { border-color: var(--cream); }
.btn-sm { padding: .68rem 1.25rem; font-size: .72rem; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .8rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  color: var(--terracotta); position: relative; padding-bottom: 4px;
}
.link-arrow::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: currentColor; transform-origin: right; transition: transform .4s var(--ease); }
.link-arrow:hover::after { transform: scaleX(.35); }
.link-arrow svg { width: 14px; height: 14px; transition: transform .35s var(--ease); }
.link-arrow:hover svg { transform: translateX(5px); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header .header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
  padding: 1.05rem 0;
}
.site-header.on-dark:not(.scrolled) { color: var(--cream); }
.site-header.scrolled {
  background: rgba(242, 238, 230, .94);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-color: var(--line);
  color: var(--ink);
}
body.nav-open .site-header { color: var(--cream); }
body.nav-open .site-header.scrolled { background: transparent; border-color: transparent; box-shadow: none; }
.brand { display: flex; align-items: center; gap: .75rem; flex: none; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  background: var(--wine); color: var(--cream);
  font-family: var(--serif); font-style: italic; font-size: 1.05rem;
}
.brand-text { line-height: 1.12; }
.brand-text strong { display: block; font-family: var(--serif); font-weight: 450; font-size: 1.02rem; letter-spacing: .01em; }
.brand-text span { display: block; font-size: .6rem; letter-spacing: .3em; text-transform: uppercase; opacity: .72; }

.nav-main { display: flex; align-items: center; gap: 1.7rem; }
.nav-main > li { position: relative; }
.nav-main a.nav-link {
  font-size: .8rem; font-weight: 450; letter-spacing: .12em; text-transform: uppercase;
  padding: .5rem 0; display: inline-flex; align-items: center; gap: .35rem;
  opacity: .85; transition: opacity .3s;
}
.nav-main a.nav-link:hover, .nav-main a.nav-link.active { opacity: 1; }
.nav-main a.nav-link.active { color: var(--terracotta); }
.site-header.on-dark:not(.scrolled) .nav-main a.nav-link.active { color: var(--rose); }
.nav-main a.nav-link.active::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: currentColor;
}
.nav-caret { width: 10px; height: 10px; transition: transform .3s; }
.has-drop:hover .nav-caret { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translate(-50%, 8px);
  min-width: 240px; padding: .8rem; border-radius: var(--r-md);
  background: var(--cream-soft); color: var(--ink);
  box-shadow: var(--shadow-soft); border: 1px solid var(--line);
  opacity: 0; visibility: hidden; transition: all .3s var(--ease);
}
.has-drop:hover .dropdown, .has-drop:focus-within .dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.dropdown a {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding: .6rem .8rem; border-radius: 8px; font-size: .92rem;
  transition: background .25s;
}
.dropdown a small { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--terracotta); }
.dropdown a:hover { background: var(--sand); }

.header-actions { display: flex; align-items: center; gap: .8rem; flex: none; }
.header-login { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; opacity: .85; }
.header-login:hover { opacity: 1; }

.nav-toggle { display: none; width: 44px; height: 44px; position: relative; z-index: 130; }
.nav-toggle span { position: absolute; left: 10px; right: 10px; height: 1.5px; background: currentColor; transition: all .35s var(--ease); }
.nav-toggle span:nth-child(1) { top: 16px; }
.nav-toggle span:nth-child(2) { top: 22px; }
.nav-toggle span:nth-child(3) { top: 28px; }
.nav-toggle.open span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

.mobile-nav {
  position: fixed; inset: 0; z-index: 120; background: var(--espresso); color: var(--cream);
  display: flex; flex-direction: column; justify-content: center; padding: 6rem 8vw 3rem;
  overflow: hidden; visibility: hidden; pointer-events: none; contain: paint;
  transform: translateY(-102%);
  transition: transform .55s var(--ease), visibility 0s linear .55s;
}
.mobile-nav.open {
  visibility: visible; pointer-events: auto; transform: translateY(0);
  transition-delay: 0s;
}
.mobile-nav a.m-link {
  font-family: var(--serif); font-size: clamp(1.7rem, 6.5vw, 2.6rem); padding: .45rem 0;
  display: flex; justify-content: space-between; align-items: baseline;
  border-bottom: 1px solid var(--line-light);
}
.mobile-nav a.m-link small { font-family: var(--sans); font-size: .65rem; letter-spacing: .25em; text-transform: uppercase; color: var(--rose); }
.mobile-nav .m-actions { display: flex; gap: 1rem; margin-top: 2.2rem; flex-wrap: wrap; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  color: var(--cream); overflow: hidden; background: var(--espresso);
}
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; transform-origin: center; animation: heroDrift 22s var(--ease) forwards; }
@keyframes heroDrift { from { transform: scale(1.14); } to { transform: scale(1.02); } }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(17, 18, 20, .94) 0%, rgba(17, 18, 20, .44) 42%, rgba(17, 18, 20, .2) 68%, rgba(17, 18, 20, .42) 100%);
}
.hero-content { position: relative; z-index: 2; display: flex; align-items: center; min-height: 100svh; padding: 8.5rem 0 5rem; }
.hero-content.container { width: min(1260px, 92vw); }
.hero-copy { width: min(760px, 66vw); text-align: left; }
.hero-copy .lead { max-width: 56ch; margin: 1.6rem 0 2.2rem; }
.hero-copy .btn { justify-content: center; }
.hero-topline {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  font-size: .7rem; letter-spacing: .28em; text-transform: uppercase; color: var(--muted-light);
  padding-bottom: 1.2rem; margin-bottom: 2.2rem; border-bottom: 1px solid var(--line-light);
}
.hero h1 { max-width: 16ch; }
.home-hero-title { max-width: 24ch !important; font-size: clamp(2.65rem, 4.45vw, 4.25rem); line-height: 1.04; text-wrap: balance; }
.home-hero-brand { display: flex; align-items: center; gap: .55rem; margin-bottom: 1rem; font-family: var(--sans); font-size: clamp(.72rem, 1vw, .88rem); font-style: normal; font-weight: 560; letter-spacing: .19em; line-height: 1.35; text-transform: uppercase; color: var(--rose); }
.home-hero-brand::before { content: ""; width: 36px; height: 1px; flex: none; background: currentColor; opacity: .8; }
.home-hero-message { display: block; }
.home-hero-message em { color: var(--rose); text-shadow: 0 8px 28px rgba(111,46,59,.18); }
.home-hero-place { color: var(--cream); white-space: nowrap; }
@media (min-width: 861px) {
  .hero h1 { font-size: clamp(2.8rem, 5.45vw, 4.85rem); }
  .hero .home-hero-title { font-size: clamp(2.65rem, 4.45vw, 4.25rem); }
}
.hero-grid { display: grid; grid-template-columns: 1.5fr .9fr; gap: 3rem; align-items: end; }
.hero-sub { max-width: 42ch; }
.hero-sub .lead { margin: 0 0 2rem; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-trust {
  display: flex; align-items: center; gap: .7rem; margin-top: 1.6rem;
  font-size: .82rem; color: var(--muted-light);
}
.hero-trust svg { width: 16px; height: 16px; color: var(--olive); flex: none; }
.hero-meta {
  display: flex; gap: 2.6rem; margin-top: 3.4rem; padding-top: 1.8rem;
  border-top: 1px solid var(--line-light);
}
.hero-meta .hm { display: flex; flex-direction: column; gap: .15rem; }
.hero-meta .hm strong { font-family: var(--serif); font-size: 1.9rem; font-weight: 400; }
.hero-meta .hm span { font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted-light); }
.hero-scroll {
  position: absolute; right: 4vw; bottom: 3.4rem; z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: .8rem;
  font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; color: var(--muted-light);
  writing-mode: vertical-rl;
}
.hero-scroll::after { content: ""; width: 1px; height: 52px; background: linear-gradient(var(--rose), transparent); animation: scrollPulse 2.2s infinite; }
@keyframes scrollPulse { 0%,100% { opacity: .3; } 50% { opacity: 1; } }

/* page hero (interior pages) */
.page-hero {
  position: relative; padding: 11.5rem 0 5.5rem; color: var(--cream);
  background: var(--espresso); overflow: hidden;
}
.page-hero.has-img .ph-media { position: absolute; inset: 0; }
.page-hero.has-img .ph-media img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.page-hero.has-img .ph-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,18,20,.96), rgba(17,18,20,.38)); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { max-width: 18ch; margin: 1.4rem 0 1.4rem; }
.page-hero .lead { max-width: 56ch; }
.ph-crumbs { font-size: .7rem; letter-spacing: .24em; text-transform: uppercase; color: var(--muted-light); }
.ph-crumbs a:hover { color: var(--cream); }
.ph-crumbs .sep { margin: 0 .7rem; color: var(--rose); }

/* full-height role introductions */
.page-hero.role-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 8.5rem 0 5rem;
}
.role-hero .container { width: min(1260px, 92vw); }
.role-hero h1 {
  max-width: 17ch;
  font-size: clamp(2.75rem, 4.5vw, 4.35rem);
  line-height: 1.04;
}
.role-prefix {
  display: block;
  margin-bottom: .55rem;
  color: var(--rose);
  font-family: var(--sans);
  font-size: .34em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.role-hero .ph-media img { opacity: .68; }
.role-hero-daddy .ph-media img,
.role-hero-baby .ph-media img { object-position: center; }
.role-hero .ph-media::after {
  background: linear-gradient(90deg, rgba(17,18,20,.94) 0%, rgba(17,18,20,.72) 40%, rgba(17,18,20,.24) 72%),
              linear-gradient(to top, rgba(17,18,20,.78), transparent 58%);
}

/* ---------- Sections ---------- */
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; position: relative; }
.section-tight { padding: clamp(3rem, 6vw, 5rem) 0; }
.section-sand { background: var(--sand); }
.section-soft { background: var(--cream-soft); }
.section-dark { background: var(--espresso); color: var(--cream); }
.section-green { background: var(--green-deep); color: var(--cream); }
.section-terra { background: var(--terracotta); color: var(--cream); }

.sec-head { max-width: 780px; margin-bottom: clamp(2.6rem, 5vw, 4.2rem); }
.sec-head .display { margin: 1.2rem 0 1.1rem; }
.sec-head .lead { max-width: 56ch; }
.sec-head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 2.5rem; flex-wrap: wrap; }
.sec-head-row .sec-head { margin-bottom: 0; }

/* editorial split */
.split { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1.5rem, 3vw, 3rem); align-items: center; }
.split .s-media { grid-column: span 7; }
.split .s-text { grid-column: span 5; }
.split.flip .s-media { grid-column: 6 / span 7; order: 2; }
.split.flip .s-text { grid-column: 1 / span 5; order: 1; }
.split .s-text .display { margin: 1.1rem 0 1.2rem; }
.split .s-text p + p { margin-top: 1rem; }
.split .s-text .btn, .split .s-text .link-arrow { margin-top: 1.8rem; }
.feature-split { grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); }
.feature-split .s-media,
.feature-split .s-text { grid-column: auto; }
.feature-landscape { width: 100%; aspect-ratio: 16 / 10; }

.img-frame { position: relative; overflow: hidden; border-radius: var(--r-lg); }
.img-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.img-frame:hover img { transform: scale(1.045); }
.img-frame.ratio-45 { aspect-ratio: 4 / 5; }
.img-frame.ratio-34 { aspect-ratio: 3 / 4; }
.img-frame.ratio-11 { aspect-ratio: 1 / 1; }
.img-frame.ratio-32 { aspect-ratio: 3 / 2; }
.img-frame.ratio-169 { aspect-ratio: 16 / 9; }
.img-frame.ratio-43 { aspect-ratio: 4 / 3; }
.img-tag {
  position: absolute; left: 1.1rem; bottom: 1.1rem; z-index: 2;
  padding: .45rem 1rem; border-radius: 999px;
  background: rgba(17, 18, 20, .76); color: var(--cream);
  backdrop-filter: blur(6px);
  font-size: .66rem; letter-spacing: .2em; text-transform: uppercase;
}
.img-caption { font-size: .82rem; color: var(--muted); margin-top: .8rem; display: flex; gap: .6rem; align-items: baseline; }
.img-caption::before { content: "—"; color: var(--terracotta); }

.offset-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(210px, .85fr);
  gap: clamp(.9rem, 1.8vw, 1.5rem);
  align-items: end;
}
.offset-pair .img-frame:first-child { width: 100%; }
.offset-pair .img-frame:last-child {
  position: static; width: 100%;
  box-shadow: var(--shadow-soft); border: 4px solid var(--cream);
}
.section-dark .offset-pair .img-frame:last-child { border-color: var(--espresso); }

/* Balanced editorial portrait pair */
.editorial-duo {
  position: relative;
  isolation: isolate;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.5rem);
  align-items: start;
  max-width: 680px;
  padding: 0 0 3rem;
}
.editorial-duo::before {
  content: "";
  position: absolute;
  inset: 2.5rem 7% .5rem;
  z-index: -1;
  border: 1px solid var(--line);
  border-radius: calc(var(--r-lg) + 4px);
  background: color-mix(in srgb, var(--wine) 7%, transparent);
}
.offset-pair.editorial-duo .img-frame,
.offset-pair.editorial-duo .img-frame:first-child,
.offset-pair.editorial-duo .img-frame:last-child {
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: var(--r-lg);
  box-shadow: 0 22px 50px rgba(30, 22, 20, .14);
}
.offset-pair.editorial-duo .img-frame:last-child { transform: translateY(3rem); }
.offset-pair.editorial-duo .img-frame:first-child img { object-position: center 22%; }
.offset-pair.editorial-duo .img-frame:last-child img { object-position: center 20%; }

/* stat strip */
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.stat { border-top: 1px solid var(--line); padding-top: 1.4rem; }
.section-dark .stat { border-color: var(--line-light); }
.stat strong { display: block; font-family: var(--serif); font-weight: 400; font-size: clamp(2.4rem, 4vw, 3.4rem); line-height: 1; }
.stat strong .unit { font-size: .5em; color: var(--terracotta); font-style: italic; }
.stat span { display: block; margin-top: .55rem; font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.section-dark .stat span { color: var(--muted-light); }

/* marquee */
.marquee { overflow: hidden; padding: 1.35rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-dark .marquee { border-color: var(--line-light); }
.marquee-track { display: flex; gap: 3.4rem; width: max-content; animation: marquee 36s linear infinite; }
.marquee span {
  font-family: var(--serif); font-style: italic; font-size: 1.25rem; white-space: nowrap;
  color: var(--muted); display: flex; align-items: center; gap: 3.4rem;
}
.section-dark .marquee span { color: var(--muted-light); }
.marquee span::after { content: "✦"; font-style: normal; font-size: .7rem; color: var(--terracotta); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Profile cards ---------- */
.profile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; }
.profile-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.profile-grid:not(.cols-3) > .profile-card:nth-child(n + 5),
.profile-grid.cols-3 > .profile-card:nth-child(n + 4) { display: none; }
.profile-card { position: relative; }
.profile-photo { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 5; background: var(--sand); }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.profile-card:hover .profile-photo img { transform: scale(1.05); }
.profile-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,18,20,.58), transparent 45%); }
.online-dot {
  position: absolute; top: 1rem; left: 1rem; z-index: 2;
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .38rem .85rem; border-radius: 999px;
  background: rgba(17,18,20,.7); backdrop-filter: blur(6px);
  color: var(--cream); font-size: .64rem; letter-spacing: .16em; text-transform: uppercase;
}
.online-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #9CCB86; box-shadow: 0 0 0 3px rgba(156,203,134,.25); }
.online-dot.off::before { background: var(--olive); box-shadow: none; }
.verified {
  position: absolute; top: 1rem; right: 1rem; z-index: 2;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--green); color: var(--cream); display: grid; place-items: center;
}
.verified svg { width: 14px; height: 14px; }
.profile-info { padding: 1.1rem .2rem 0; }
.profile-name { display: flex; align-items: baseline; gap: .55rem; font-family: var(--serif); font-size: 1.35rem; font-weight: 450; }
.profile-name .age { font-size: .95rem; color: var(--terracotta); font-style: italic; }
.profile-meta { display: flex; align-items: center; gap: .5rem; font-size: .8rem; color: var(--muted); margin-top: .2rem; }
.profile-meta .role { color: var(--green); font-weight: 500; letter-spacing: .06em; text-transform: uppercase; font-size: .66rem; }
.profile-meta .role.baby { color: var(--rose); }
.profile-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .75rem; }
.tag {
  padding: .32rem .75rem; border-radius: 999px; border: 1px solid var(--line);
  font-size: .7rem; letter-spacing: .08em; color: var(--muted);
}
.profile-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; padding-top: .9rem; border-top: 1px solid var(--line); }
.chat-cta {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: .72rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--terracotta);
}
.chat-cta svg { width: 14px; height: 14px; transition: transform .3s var(--ease); }
.chat-cta:hover svg { transform: translateX(4px); }
.profile-dist { font-size: .72rem; color: var(--muted); }

/* ---------- Role discovery ---------- */
.role-block { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 560px; display: flex; align-items: flex-end; color: var(--cream); }
.role-block img.rb-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 14%; transition: transform 1.2s var(--ease); }
.role-block:hover img.rb-img { transform: scale(1.05); }
.role-block::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,18,20,.94) 8%, rgba(17,18,20,.3) 55%, rgba(17,18,20,.18)); }
.role-content { position: relative; z-index: 2; padding: 2.4rem; width: 100%; }
.role-content .kicker { color: var(--rose); }
.role-content .kicker::before { background: var(--rose); }
.role-content h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.9rem, 3vw, 2.6rem); margin: .9rem 0 .8rem; }
.role-content p { color: var(--muted-light); font-size: .98rem; max-width: 44ch; }
.role-values { display: flex; gap: .5rem; flex-wrap: wrap; margin: 1.3rem 0 1.6rem; }
.role-values span { padding: .42rem .95rem; border: 1px solid var(--line-light); border-radius: 999px; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--cream); }

/* ---------- Homepage editorial sections ---------- */
#connection-values {
  isolation: isolate; overflow: hidden; color: var(--cream);
  background: url("../img/seo/sugar-baby-adelaide-connection-background.webp") center 48% / cover no-repeat;
}
#connection-values::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(15,13,14,.91) 0%, rgba(24,16,19,.79) 52%, rgba(15,13,14,.72) 100%), linear-gradient(to top, rgba(17,18,20,.3), rgba(17,18,20,.08));
}
.connection-layout { display: grid; grid-template-columns: 1fr; }
.editorial-copy { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); column-gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.editorial-copy > .kicker,
.editorial-copy > .display,
.editorial-copy > .lead,
.editorial-copy > p,
.editorial-copy > .link-arrow { grid-column: 1; }
.editorial-copy .display { margin: 1.1rem 0 1.2rem; }
.editorial-copy > p:not(.lead) { color: var(--muted); max-width: 68ch; }
.editorial-copy > .link-arrow { margin-top: 1.8rem; }
.principle-list { grid-column: 2; grid-row: 1 / span 6; border-top: 1px solid var(--line); margin-top: 0; }
.principle-item { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.principle-item > span { color: var(--terracotta); font-family: var(--serif); font-size: .88rem; font-style: italic; }
.principle-item h3 { font-family: var(--serif); font-size: 1.22rem; font-weight: 450; margin-bottom: .35rem; }
.principle-item p { color: var(--muted); font-size: .91rem; line-height: 1.65; }
#connection-values .kicker,
#connection-values .principle-item > span,
#connection-values .link-arrow { color: var(--rose); }
#connection-values .kicker::before { background: var(--rose); }
#connection-values .accent-terra { color: var(--rose); }
#connection-values .editorial-copy > p,
#connection-values .principle-item p { color: rgba(242,238,230,.82); }
#connection-values .principle-list,
#connection-values .principle-item { border-color: var(--line-light); }
.date-format-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; margin-top: clamp(2.8rem, 5vw, 4rem); }
.date-format-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.date-format-image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--cream-soft); }
.date-format-image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(to top, rgba(17,18,20,.7), transparent); }
.date-format-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.date-format-card:hover .date-format-image img { transform: scale(1.035); }
.date-format-image > span { position: absolute; z-index: 1; left: 1.25rem; bottom: 1rem; color: var(--cream); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.date-format-body { padding: 1.5rem 1.5rem 1.8rem; }
.date-format-num { color: var(--terracotta); font-family: var(--serif); font-size: .78rem; font-style: italic; }
.date-format-body h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 430; line-height: 1.2; margin: .6rem 0 .8rem; }
.date-format-body p { color: var(--muted); font-size: .9rem; line-height: 1.68; }
#first-meeting {
  isolation: isolate; overflow: hidden; color: var(--cream);
  background: url("../img/seo/sugar-daddy-adelaide-meeting-background.webp") center 52% / cover no-repeat;
}
#first-meeting::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(11,12,14,.94) 0%, rgba(17,18,20,.83) 58%, rgba(35,20,22,.74) 100%), linear-gradient(to top, rgba(17,18,20,.28), rgba(17,18,20,.06));
}
.meeting-guide { display: grid; grid-template-columns: 1fr; overflow: visible; border-radius: 0; background: transparent; color: var(--cream); }
.meeting-copy { padding: 0; }
.meeting-copy .kicker { color: var(--rose); }
.meeting-copy .kicker::before { background: var(--rose); }
.meeting-copy .display { margin: 1.1rem 0 1.2rem; }
.meeting-copy .display em { color: var(--rose); }
.meeting-copy > .lead { max-width: 72ch; }
.meeting-points { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 1.6rem; margin-top: 2rem; }
.meeting-points article { padding: 1.25rem 0; border-top: 1px solid var(--line-light); }
.meeting-points article > span { color: var(--rose); font-family: var(--serif); font-size: .78rem; font-style: italic; }
.meeting-points h3 { font-family: var(--serif); font-size: 1.12rem; font-weight: 440; margin: .35rem 0; }
.meeting-points p { color: var(--muted-light); font-size: .86rem; line-height: 1.6; }
.meeting-links { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 1.8rem; }
.meeting-links .link-arrow { color: var(--rose); }

/* ---------- Areas editorial ---------- */
.area-row { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1.4rem, 3vw, 3rem); align-items: center; padding: clamp(2.4rem, 5vw, 4rem) 0; border-top: 1px solid var(--line); }
.area-row:first-child { border-top: none; }
.area-row .a-media { grid-column: 7 / span 6; order: 2; }
.area-row .a-text { grid-column: 1 / span 5; order: 1; }
.area-row:nth-child(odd) .a-media { grid-column: 1 / span 6; order: 1; }
.area-row:nth-child(odd) .a-text { grid-column: 8 / span 5; order: 2; }
.area-num { font-family: var(--serif); font-style: italic; font-size: 1rem; color: var(--terracotta); }
.area-text h3 { font-family: var(--serif); font-weight: 420; font-size: clamp(1.7rem, 2.8vw, 2.4rem); margin: .5rem 0 .3rem; }
.area-mood { font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; color: var(--green); margin-bottom: 1rem; }
.area-text p { color: var(--muted); font-size: .98rem; }
.area-text p + p { margin-top: .8rem; }
.area-highlights { display: flex; gap: .45rem; flex-wrap: wrap; margin-top: 1.2rem; }

/* area index list */
.area-index { border-top: 1px solid var(--line); }
.area-index a {
  display: grid; grid-template-columns: auto 1fr auto auto; gap: 1.6rem; align-items: baseline;
  padding: 1.5rem .4rem; border-bottom: 1px solid var(--line);
  transition: background .3s, padding-left .35s var(--ease);
}
.area-index a:hover { background: var(--cream-soft); padding-left: 1.2rem; }
.area-index .idx { font-family: var(--serif); font-style: italic; color: var(--terracotta); font-size: .95rem; }
.area-index .name { font-family: var(--serif); font-size: clamp(1.3rem, 2.4vw, 1.9rem); font-weight: 420; }
.area-index .mood { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.area-index .go { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; transition: all .3s var(--ease); }
.area-index a:hover .go { background: var(--terracotta); border-color: var(--terracotta); color: var(--cream); transform: rotate(-45deg); }
.area-index .go svg { width: 14px; height: 14px; }

/* ---------- Steps / product UI ---------- */
.steps-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.2rem; counter-reset: step; }
.step-card { position: relative; padding: 1.8rem 1.5rem 1.6rem; border-radius: var(--r-md); background: var(--cream-soft); border: 1px solid var(--line); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.step-card .step-n { font-family: var(--serif); font-style: italic; font-size: 2rem; color: var(--rose); line-height: 1; }
.step-card h4 { font-family: var(--serif); font-weight: 480; font-size: 1.15rem; margin: .8rem 0 .5rem; }
.step-card p { font-size: .85rem; color: var(--muted); line-height: 1.6; }

/* mock UI */
.mock {
  border-radius: var(--r-lg); overflow: hidden; background: var(--cream-soft);
  border: 1px solid var(--line); box-shadow: var(--shadow-soft); color: var(--ink);
}
.mock-bar { display: flex; align-items: center; gap: .45rem; padding: .8rem 1.1rem; background: var(--sand); border-bottom: 1px solid var(--line); }
.mock-bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--sand-deep); }
.mock-bar i:first-child { background: var(--rose); }
.mock-bar i:nth-child(2) { background: var(--olive); }
.mock-bar i:nth-child(3) { background: var(--green); }
.mock-bar .mock-url { margin-left: .8rem; font-size: .68rem; letter-spacing: .08em; color: var(--muted); background: var(--cream); padding: .3rem .9rem; border-radius: 999px; }
.mock-body { padding: 1.3rem; }

.mini-profile { display: flex; gap: 1rem; align-items: center; }
.mini-profile img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 2px solid var(--rose); }
.mini-profile .mp-name { font-family: var(--serif); font-size: 1.05rem; color: var(--wine-deep); }
.mini-profile .mp-meta { font-size: .74rem; color: var(--muted); }
.mock-progress { height: 5px; background: var(--sand); border-radius: 99px; margin-top: 1rem; overflow: hidden; }
.mock-progress i { display: block; height: 100%; width: 68%; background: linear-gradient(90deg, var(--terracotta), var(--rose)); border-radius: 99px; }
.mock-fields { margin-top: 1.1rem; display: grid; gap: .6rem; }
.mock-field { height: 38px; border-radius: 8px; background: var(--cream); border: 1px solid var(--line); display: flex; align-items: center; padding: 0 .9rem; font-size: .76rem; color: var(--muted); }
.mock-field.filled { color: var(--ink); }
.mock-field .ok { margin-left: auto; color: var(--green); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }

.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.mock-card { border-radius: 10px; overflow: hidden; position: relative; aspect-ratio: 3/4; }
.mock-card img { width: 100%; height: 100%; object-fit: cover; }
.mock-card span { position: absolute; left: .5rem; bottom: .5rem; font-size: .64rem; color: var(--cream); background: rgba(17,18,20,.74); padding: .2rem .55rem; border-radius: 99px; backdrop-filter: blur(4px); }

.mock-chat { display: grid; gap: .7rem; }
.bubble { max-width: 82%; padding: .7rem 1rem; border-radius: 16px; font-size: .84rem; line-height: 1.5; }
.bubble.them { background: var(--sand); color: var(--ink); border-bottom-left-radius: 4px; }
.bubble.me { background: var(--wine); color: var(--cream); margin-left: auto; border-bottom-right-radius: 4px; }
.bubble-time { font-size: .64rem; color: var(--muted); text-align: right; }
.mock-input { display: flex; gap: .6rem; margin-top: 1rem; }
.mock-input .mi-field { flex: 1; height: 40px; border-radius: 999px; border: 1px solid var(--line); background: var(--cream); display: flex; align-items: center; padding: 0 1.1rem; font-size: .78rem; color: var(--muted); }
.mock-input .mi-send { width: 40px; height: 40px; border-radius: 50%; background: var(--wine); color: var(--cream); display: grid; place-items: center; flex: none; }
.mock-input .mi-send svg { width: 15px; height: 15px; }

/* ---------- Chatroom app ---------- */
.chat-app {
  display: grid; grid-template-columns: 260px 340px 1fr;
  min-height: calc(100svh - 76px);
  background: var(--cream); color: var(--ink);
}
.chat-filters { background: var(--espresso); color: var(--cream); padding: 1.8rem 1.4rem; overflow-y: auto; }
.chat-filters h3 { font-family: var(--serif); font-weight: 420; font-size: 1.15rem; margin-bottom: 1.3rem; display: flex; align-items: center; gap: .6rem; }
.chat-filters h3 svg { width: 16px; height: 16px; color: var(--rose); }
.filter-group { margin-bottom: 1.7rem; }
.filter-group > span { display: block; font-size: .64rem; letter-spacing: .24em; text-transform: uppercase; color: var(--muted-light); margin-bottom: .7rem; }
.chip {
  display: inline-flex; align-items: center; gap: .4rem; margin: 0 .4rem .5rem 0;
  padding: .48rem 1rem; border-radius: 999px; border: 1px solid var(--line-light);
  font-size: .76rem; color: var(--muted-light); transition: all .3s var(--ease);
}
.chip:hover { border-color: var(--rose); color: var(--cream); }
.chip.on { background: var(--wine); border-color: var(--wine); color: var(--cream); }
.chip .cnt { font-size: .62rem; opacity: .7; }
.chat-safety-note { margin-top: 1.6rem; padding: 1rem; border-radius: var(--r-sm); background: rgba(184,190,170,.1); border: 1px solid var(--line-light); font-size: .74rem; color: var(--muted-light); line-height: 1.55; }
.chat-safety-note strong { display: flex; gap: .5rem; align-items: center; color: var(--olive); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: .4rem; }
.chat-safety-note svg { width: 14px; height: 14px; }

.chat-members { border-right: 1px solid var(--line); overflow-y: auto; background: var(--cream-soft); }
.chat-members-head { padding: 1.4rem 1.4rem 1rem; position: sticky; top: 0; background: var(--cream-soft); z-index: 2; border-bottom: 1px solid var(--line); }
.chat-members-head h3 { font-family: var(--serif); font-weight: 420; font-size: 1.15rem; }
.chat-members-head .sub { font-size: .72rem; color: var(--muted); margin-top: .15rem; }
.member-row { display: flex; gap: .9rem; padding: 1rem 1.4rem; align-items: center; cursor: pointer; border-bottom: 1px solid var(--line); transition: background .25s; position: relative; }
.member-row:hover { background: var(--cream); }
.member-row.active { background: var(--sand); }
.member-row .m-ava { position: relative; flex: none; }
.member-row .m-ava img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.member-row .m-ava::after { content: ""; position: absolute; right: 0; bottom: 1px; width: 11px; height: 11px; border-radius: 50%; background: #9CCB86; border: 2px solid var(--cream-soft); }
.member-row.offline .m-ava::after { background: var(--olive); }
.member-row .m-info { min-width: 0; flex: 1; }
.member-row .m-top { display: flex; justify-content: space-between; align-items: baseline; gap: .6rem; }
.member-row .m-name { font-family: var(--serif); font-size: .98rem; font-weight: 480; display: flex; align-items: center; gap: .35rem; }
.member-row .m-name svg { width: 12px; height: 12px; color: var(--green); flex: none; }
.member-row .m-time { font-size: .64rem; color: var(--muted); flex: none; }
.member-row .m-preview { font-size: .78rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: .15rem; }
.member-row .m-loc { font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; color: var(--terracotta); margin-top: .2rem; }
.member-row .unread { position: absolute; right: 1.2rem; bottom: 1rem; min-width: 19px; height: 19px; border-radius: 99px; background: var(--wine); color: var(--cream); font-size: .62rem; display: grid; place-items: center; padding: 0 5px; }

.chat-convo { display: flex; flex-direction: column; background: var(--cream); min-width: 0; }
.convo-head { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.6rem; border-bottom: 1px solid var(--line); background: var(--cream-soft); }
.convo-head img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.convo-head .c-name { font-family: var(--serif); font-size: 1.1rem; display: flex; align-items: center; gap: .45rem; }
.convo-head .c-name svg { width: 14px; height: 14px; color: var(--green); }
.convo-head .c-status { font-size: .72rem; color: var(--green); }
.convo-head .c-actions { margin-left: auto; display: flex; gap: .5rem; }
.icon-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--muted); transition: all .3s; position: relative; }
.icon-btn:hover { border-color: var(--terracotta); color: var(--terracotta); }
.icon-btn svg { width: 16px; height: 16px; }
.convo-body { flex: 1; padding: 1.8rem 1.6rem; overflow-y: auto; display: flex; flex-direction: column; gap: 1rem; }
.convo-day { text-align: center; font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin: .4rem 0; }
.msg { display: flex; gap: .7rem; max-width: 72%; }
.msg img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; flex: none; align-self: flex-end; }
.msg .msg-bubble { background: var(--sand); padding: .8rem 1.05rem; border-radius: 16px; border-bottom-left-radius: 4px; font-size: .9rem; line-height: 1.55; }
.msg .msg-time { font-size: .62rem; color: var(--muted); margin-top: .3rem; }
.msg.me { align-self: flex-end; flex-direction: row-reverse; }
.msg.me .msg-bubble { background: var(--wine); color: var(--cream); border-radius: 16px; border-bottom-right-radius: 4px; }
.msg.me .msg-time { text-align: right; }
.convo-input { display: flex; gap: .8rem; padding: 1.1rem 1.6rem; border-top: 1px solid var(--line); background: var(--cream-soft); align-items: center; }
.convo-input input {
  flex: 1; height: 46px; border-radius: 999px; border: 1px solid var(--line);
  background: var(--cream); padding: 0 1.3rem; font-size: .9rem; outline: none; transition: border-color .3s;
}
.convo-input input:focus { border-color: var(--terracotta); }
.convo-input .send-btn { width: 46px; height: 46px; border-radius: 50%; background: var(--wine); color: var(--cream); display: grid; place-items: center; flex: none; transition: background .3s, transform .3s; }
.convo-input .send-btn:hover { background: var(--wine-deep); transform: scale(1.06); }
.convo-input .send-btn svg { width: 17px; height: 17px; }

/* ---------- Timeline (date ideas) ---------- */
.itinerary { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: var(--cream-soft); margin-bottom: 2rem; }
.itin-head { position: relative; min-height: 300px; display: flex; align-items: flex-end; color: var(--cream); overflow: hidden; }
.itin-head img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.itinerary:hover .itin-head img { transform: scale(1.05); }
.itin-head::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,18,20,.92), rgba(17,18,20,.18) 60%); }
.itin-head .ih-content { position: relative; z-index: 2; padding: 2rem 2.2rem; width: 100%; display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; }
.itin-head h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.6rem, 2.8vw, 2.3rem); margin-top: .6rem; }
.itin-meta { display: flex; gap: 1.4rem; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-light); }
.itin-meta span { display: flex; align-items: center; gap: .45rem; }
.itin-meta svg { width: 14px; height: 14px; color: var(--rose); }
.itin-body { display: grid; grid-template-columns: 1fr 320px; }
.itin-steps { padding: 2.2rem; }
.t-step { display: grid; grid-template-columns: 74px 1fr; gap: 1.4rem; padding: 1.3rem 0; border-bottom: 1px dashed var(--line); }
.t-step:last-child { border-bottom: none; }
.t-time { font-family: var(--serif); font-style: italic; color: var(--terracotta); font-size: 1.05rem; }
.t-step h5 { font-family: var(--serif); font-weight: 480; font-size: 1.12rem; margin-bottom: .3rem; }
.t-step p { font-size: .88rem; color: var(--muted); }
.t-step .t-loc { display: inline-flex; align-items: center; gap: .4rem; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--green); margin-top: .5rem; }
.t-step .t-loc svg { width: 12px; height: 12px; }
.itin-side { background: var(--espresso); color: var(--cream); padding: 2.2rem 1.8rem; display: flex; flex-direction: column; gap: 1.1rem; }
.itin-side h6 { font-size: .66rem; letter-spacing: .24em; text-transform: uppercase; color: var(--rose); }
.itin-side p { font-size: .86rem; color: var(--muted-light); line-height: 1.6; }
.itin-side .i-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.itin-side .i-tags span { padding: .35rem .8rem; border: 1px solid var(--line-light); border-radius: 99px; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.itin-side .btn { margin-top: auto; justify-content: center; }

/* ---------- Spots categories ---------- */
.spot-banner { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 460px; display: flex; align-items: flex-end; color: var(--cream); margin-bottom: 2rem; }
.spot-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.spot-banner:hover > img { transform: scale(1.045); }
.spot-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,18,20,.92) 5%, rgba(17,18,20,.22) 55%); }
.spot-banner .sb-content { position: relative; z-index: 2; padding: 2.4rem; display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; width: 100%; flex-wrap: wrap; }
.spot-banner h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.8rem, 3.4vw, 2.7rem); margin: .6rem 0 .5rem; }
.spot-banner p { max-width: 46ch; color: var(--muted-light); font-size: .95rem; }
.spot-where { text-align: right; font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-light); display: grid; gap: .35rem; }
.spot-where strong { color: var(--cream); font-size: .8rem; }

.spot-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
.spot-split-card { border-radius: var(--r-lg); overflow: hidden; background: var(--cream-soft); border: 1px solid var(--line); display: flex; flex-direction: column; }
.spot-split-card .sc-media { aspect-ratio: 16/10; overflow: hidden; }
.spot-split-card .sc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.spot-split-card:hover .sc-media img { transform: scale(1.05); }
.spot-split-card .sc-body { padding: 1.8rem; }
.spot-split-card h3 { font-family: var(--serif); font-weight: 420; font-size: 1.6rem; margin: .5rem 0 .6rem; }
.spot-split-card p { font-size: .92rem; color: var(--muted); }
.spot-split-card .sc-where { margin-top: 1.1rem; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--green); }

.spot-list { border-top: 1px solid var(--line); }
.spot-row { display: grid; grid-template-columns: 110px 1fr auto; gap: 1.6rem; align-items: center; padding: 1.6rem .4rem; border-bottom: 1px solid var(--line); transition: background .3s, padding-left .3s var(--ease); }
.spot-row:hover { background: var(--cream-soft); padding-left: 1.1rem; }
.spot-row .sr-img { width: 110px; height: 80px; border-radius: 10px; object-fit: cover; }
.spot-row h4 { font-family: var(--serif); font-weight: 460; font-size: 1.25rem; }
.spot-row p { font-size: .86rem; color: var(--muted); margin-top: .2rem; }
.spot-row .sr-tag { font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: var(--terracotta); white-space: nowrap; }

/* ---------- Do / Don't ---------- */
.dodont { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.dd-col { border-radius: var(--r-lg); padding: 2.2rem; }
.dd-col.do { background: var(--green-deep); color: var(--cream); }
.dd-col.dont { background: var(--sand); }
.dd-col h4 { font-family: var(--serif); font-weight: 420; font-size: 1.5rem; display: flex; align-items: center; gap: .7rem; margin-bottom: 1.4rem; }
.dd-col h4 svg { width: 22px; height: 22px; }
.dd-col.do h4 svg { color: var(--olive); }
.dd-col.dont h4 svg { color: var(--terracotta); }
.dd-col li { display: flex; gap: .8rem; padding: .8rem 0; border-top: 1px solid rgba(242,238,230,.16); font-size: .92rem; line-height: 1.55; }
.dd-col.dont li { border-color: var(--line); }
.dd-col li::before { content: "—"; color: var(--rose); flex: none; }
.dd-col.dont li::before { content: "×"; color: var(--terracotta); font-weight: 600; }

/* ---------- FAQ ---------- */
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 2rem;
  padding: 1.6rem .3rem; text-align: left;
  font-family: var(--serif); font-weight: 450; font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  transition: color .3s;
}
.faq-q:hover { color: var(--terracotta); }
.faq-q .fq-icon { width: 34px; height: 34px; flex: none; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; transition: all .4s var(--ease); }
.faq-q .fq-icon svg { width: 13px; height: 13px; }
.faq-item.open .fq-icon { background: var(--terracotta); border-color: var(--terracotta); color: var(--cream); transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
.faq-a .faq-a-inner { padding: 0 .3rem 1.8rem; max-width: 62ch; color: var(--muted); font-size: .96rem; line-height: 1.7; }
.faq-a .faq-a-inner p + p { margin-top: .8rem; }

/* ---------- Blog editorial ---------- */
.blog-feature { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 520px; display: flex; align-items: flex-end; color: var(--cream); }
.blog-feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.blog-feature:hover > img { transform: scale(1.045); }
.blog-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,18,20,.94), rgba(17,18,20,.18) 60%); }
.blog-feature .bf-content { position: relative; z-index: 2; padding: 2.6rem; max-width: 720px; }
.blog-cat { display: inline-block; padding: .42rem 1rem; border-radius: 99px; background: var(--terracotta); color: var(--cream); font-size: .64rem; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 1rem; }
.blog-feature h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.7rem, 3.2vw, 2.5rem); line-height: 1.15; }
.blog-feature .bf-meta { margin-top: 1rem; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-light); display: flex; gap: 1.4rem; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.blog-card .bc-media { border-radius: var(--r-md); overflow: hidden; aspect-ratio: 4/3; margin-bottom: 1.1rem; }
.blog-card .bc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.blog-card:hover .bc-media img { transform: scale(1.05); }
.blog-card .blog-cat { background: var(--sand); color: var(--terracotta-deep); margin-bottom: .7rem; }
.blog-card h4 { font-family: var(--serif); font-weight: 450; font-size: 1.3rem; line-height: 1.25; transition: color .3s; }
.blog-card:hover h4 { color: var(--terracotta); }
.blog-card p { font-size: .88rem; color: var(--muted); margin-top: .5rem; }
.blog-card .bf-meta { margin-top: .9rem; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); display: flex; gap: 1.2rem; }
.blog-grid-published { grid-template-columns: 1fr; }
.blog-grid-published .blog-card .bc-media { aspect-ratio: 16 / 10; }
.blog-card-wide { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--cream-soft); }
.blog-card-wide .bc-media { margin: 0; }
.blog-card-wide h4 { font-size: clamp(1.55rem, 2.5vw, 2.1rem); }
.blog-author-strip { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 1.25rem; align-items: center; max-width: 760px; margin: 3.2rem auto 0; padding: 1.35rem 1.5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.blog-author-strip img { width: 76px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; }
.blog-author-strip span { display: block; color: var(--terracotta); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.blog-author-strip strong { display: block; margin: .2rem 0 .25rem; font-family: var(--serif); font-size: 1.2rem; font-weight: 480; }
.blog-author-strip p { color: var(--muted); font-size: .82rem; line-height: 1.55; }
.editorial-paths .quick-tip { display: flex; min-height: 210px; flex-direction: column; color: var(--ink); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.editorial-paths .quick-tip:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.editorial-paths .quick-tip span { margin-top: auto; padding-top: 1rem; color: var(--terracotta); font-size: .66rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }

/* ---------- About editorial ---------- */
.about-principles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.about-principle { padding: clamp(1.6rem, 3vw, 2.2rem); border: 1px solid var(--line); border-radius: var(--r-lg); background: rgba(255,255,255,.34); }
.about-principle > span { color: var(--terracotta); font-family: var(--serif); font-size: 1.15rem; font-style: italic; }
.about-principle h3 { margin: .7rem 0 .55rem; font-family: var(--serif); font-size: 1.45rem; font-weight: 450; }
.about-principle p { color: var(--muted); font-size: .91rem; line-height: 1.68; }
.about-place-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.about-place-copy .display { margin: 1.1rem 0 1.3rem; }
.about-place-copy > p:not(.lead) { margin-top: 1rem; color: var(--muted-light); font-size: .94rem; line-height: 1.72; }
.about-place-links { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 1.6rem; }
.about-place-links a { color: var(--rose); font-size: .68rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.about-place-image { overflow: hidden; border-radius: var(--r-lg); background: var(--charcoal); }
.about-place-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.about-place-image figcaption { padding: 1rem 1.2rem 1.15rem; color: var(--muted-light); font-size: .76rem; line-height: 1.5; }
.about-expectations { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.about-expectations .sec-head { position: sticky; top: 112px; }
.about-expect-list { border-top: 1px solid var(--line); }
.about-expect-list article { padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.about-expect-list h3 { margin-bottom: .45rem; font-family: var(--serif); font-size: 1.35rem; font-weight: 460; }
.about-expect-list p { color: var(--muted); font-size: .92rem; line-height: 1.68; }
.about-closing-note { max-width: 78ch; margin: 2.25rem auto 0; padding-top: 1.25rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; line-height: 1.68; text-align: center; }

/* ---------- Long-form articles ---------- */
.article-hero { padding-bottom: 0; }
.article-hero-inner { max-width: 920px; }
.article-hero h1 { max-width: 14ch; margin: 1rem 0 1.2rem; font-size: clamp(2.8rem, 5.6vw, 5.1rem); }
.article-hero .lead { max-width: 68ch; }
.article-byline { display: flex; align-items: center; gap: 1rem; margin-top: 1.8rem; color: var(--muted-light); }
.article-byline img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.article-byline strong { display: block; color: var(--cream); font-family: var(--serif); font-size: 1rem; font-weight: 500; }
.article-byline span { display: block; margin-top: .15rem; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.article-cover { width: min(1280px, calc(100% - 3rem)); margin: 3.5rem auto 0; overflow: hidden; border-radius: var(--r-lg) var(--r-lg) 0 0; }
.article-cover img { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; }
.article-shell { display: grid; grid-template-columns: minmax(0, 760px) minmax(240px, 300px); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.article-body { font-size: 1.02rem; line-height: 1.82; }
.article-body > p:first-child { color: var(--ink); font-family: var(--serif); font-size: 1.35rem; line-height: 1.55; }
.article-body p + p { margin-top: 1.1rem; }
.article-body h2 { margin: 3.2rem 0 1rem; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.45rem); font-weight: 430; line-height: 1.15; }
.article-body h3 { margin: 2rem 0 .65rem; font-family: var(--serif); font-size: 1.35rem; font-weight: 480; }
.article-body ul, .article-body ol { display: grid; gap: .75rem; margin: 1.2rem 0; padding-left: 1.2rem; }
.article-body li { padding-left: .25rem; }
.article-body a { color: var(--terracotta); text-decoration: underline; text-underline-offset: 3px; }
.article-callout { margin: 2rem 0; padding: 1.5rem 1.6rem; border-left: 3px solid var(--terracotta); background: var(--sand); }
.article-callout strong { display: block; margin-bottom: .55rem; font-family: var(--serif); font-size: 1.15rem; font-weight: 500; }
.article-callout p { color: var(--muted); font-size: .94rem; }
.article-figure { margin: 2.5rem 0; }
.article-figure img { width: 100%; aspect-ratio: 16 / 10; border-radius: var(--r-lg); object-fit: cover; }
.article-figure figcaption { margin-top: .65rem; color: var(--muted); font-size: .72rem; }
.article-aside { position: sticky; top: 104px; display: grid; gap: 1rem; }
.article-aside-card { padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--cream-soft); }
.article-aside-card h3 { margin-bottom: .8rem; font-family: var(--serif); font-size: 1.15rem; font-weight: 480; }
.article-aside-card a { display: block; padding: .55rem 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.article-aside-card a:hover { color: var(--terracotta); }
.article-author-bio { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 1.4rem; align-items: center; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.article-author-bio img { width: 92px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; }
.article-author-bio h2 { margin: .25rem 0 .45rem; font-size: 1.45rem; }
.article-author-bio span { color: var(--terracotta); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.article-author-bio p { color: var(--muted); font-size: .84rem; line-height: 1.6; }
.article-next { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; margin-top: 3rem; padding: 2rem; border-radius: var(--r-lg); background: var(--espresso); color: var(--cream); }
.article-next span { color: var(--rose); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.article-next h3 { margin: .45rem 0 0; font-family: var(--serif); font-size: 1.5rem; font-weight: 440; }
.article-next a { color: var(--cream); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }

/* ---------- Forms ---------- */
.form-card { background: var(--cream-soft); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.8rem, 4vw, 3rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: .5rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: .95rem 1.1rem; border-radius: 10px;
  border: 1px solid var(--line); background: var(--cream); outline: none;
  transition: border-color .3s, box-shadow .3s; font-size: .95rem;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(122,91,36,.18); }
.form-note { font-size: .78rem; color: var(--muted); }
.form-success {
  display: none; text-align: center; padding: 3rem 1rem;
}
.form-success.show { display: block; }
.form-success .fs-icon { width: 68px; height: 68px; margin: 0 auto 1.4rem; border-radius: 50%; background: var(--green); color: var(--cream); display: grid; place-items: center; }
.form-success .fs-icon svg { width: 28px; height: 28px; }
.form-success h3 { font-family: var(--serif); font-weight: 420; font-size: 1.7rem; margin-bottom: .6rem; }
.form-success p { color: var(--muted); max-width: 40ch; margin: 0 auto; }

/* login split */
.login-page .site-header {
  background: rgba(242, 238, 230, .94);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-color: var(--line);
  color: var(--ink);
}
.login-page.nav-open .site-header { background: transparent; border-color: transparent; color: var(--cream); }
.login-wrap { display: grid; grid-template-columns: 1fr 1fr; min-height: 100svh; }
.login-page .login-wrap { padding-top: 74px; }
.login-media { position: relative; overflow: hidden; }
.login-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.login-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,18,20,.8), rgba(17,18,20,.12)); }
.login-media .lm-quote { position: absolute; z-index: 2; bottom: 3rem; left: 3rem; right: 3rem; color: var(--cream); }
.login-media .lm-quote p { font-family: var(--serif); font-style: italic; font-size: clamp(1.3rem, 2.2vw, 1.8rem); line-height: 1.35; }
.login-media .lm-quote span { display: block; margin-top: .8rem; font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted-light); }
.login-panel { display: flex; align-items: center; justify-content: center; padding: 6rem 4vw 3rem; }
.login-panel .lp-inner { width: min(420px, 100%); }
.login-panel h1,
.login-panel h2 { font-family: var(--serif); font-weight: 400; font-size: 2.2rem; margin: 1.4rem 0 .4rem; }
.login-panel .lp-sub { color: var(--muted); font-size: .92rem; margin-bottom: 2rem; }
.role-picker { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-bottom: 1.4rem; }
.role-picker button { padding: 1rem; border-radius: 12px; border: 1px solid var(--line); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; transition: all .3s; }
.role-picker button.on { background: var(--espresso); color: var(--cream); border-color: var(--espresso); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; border-radius: var(--r-lg); overflow: hidden; padding: clamp(3rem, 7vw, 5.5rem) clamp(1.6rem, 5vw, 4.5rem); color: var(--cream); background: var(--espresso); }
.cta-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(17,18,20,.94) 30%, rgba(111,46,59,.68)); }
.cta-band .cb-content { position: relative; z-index: 2; max-width: 640px; }
.cta-band h2 { font-family: var(--serif); font-weight: 380; font-size: clamp(2rem, 4.4vw, 3.4rem); line-height: 1.08; margin: 1rem 0 1.1rem; }
.cta-band p { color: var(--muted-light); max-width: 48ch; }
.cta-band .hero-ctas { margin-top: 2rem; }

/* ---------- Safety ---------- */
.safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.safety-card { border: 1px solid var(--line); border-radius: var(--r-md); padding: 1.9rem 1.7rem; background: var(--cream-soft); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.safety-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.safety-card .sc-num { font-family: var(--serif); font-style: italic; color: var(--rose); font-size: 1.6rem; }
.safety-card h4 { font-family: var(--serif); font-weight: 480; font-size: 1.18rem; margin: .7rem 0 .5rem; }
.safety-card p { font-size: .88rem; color: var(--muted); line-height: 1.6; }

.alert-band { border-radius: var(--r-lg); background: var(--green-deep); color: var(--cream); padding: clamp(2rem, 4vw, 3.2rem); display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; }
.alert-band .ab-icon { width: 64px; height: 64px; border-radius: 50%; background: rgba(242,238,230,.12); display: grid; place-items: center; }
.alert-band .ab-icon svg { width: 26px; height: 26px; color: var(--olive); }
.alert-band h3 { font-family: var(--serif); font-weight: 420; font-size: 1.6rem; margin-bottom: .4rem; }
.alert-band p { color: var(--muted-light); font-size: .94rem; max-width: 60ch; }

/* ---------- Tips chat examples ---------- */
.chat-example { border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--cream-soft); overflow: hidden; }
.chat-example .ce-head { padding: 1rem 1.4rem; background: var(--sand); display: flex; align-items: center; gap: .8rem; font-size: .78rem; }
.chat-example .ce-head img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }
.chat-example .ce-head strong { font-family: var(--serif); font-size: .95rem; }
.chat-example .ce-verdict { margin-left: auto; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; padding: .35rem .85rem; border-radius: 99px; }
.chat-example .ce-verdict.good { background: var(--green); color: var(--cream); }
.chat-example .ce-verdict.bad { background: var(--wine); color: var(--cream); }
.chat-example .ce-body { padding: 1.4rem; display: grid; gap: .8rem; }
.chat-example .ce-note { padding: 1rem 1.4rem; border-top: 1px dashed var(--line); font-size: .84rem; color: var(--muted); }
.chat-example .ce-note strong { color: var(--green); }

/* ---------- Guide modules ---------- */
.guide-toc { position: sticky; top: 96px; border: 1px solid var(--line); border-radius: var(--r-md); padding: 1.6rem; background: var(--cream-soft); }
.guide-toc h6 { font-size: .66rem; letter-spacing: .24em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 1rem; }
.guide-toc a { display: flex; justify-content: space-between; padding: .55rem 0; font-size: .9rem; color: var(--muted); border-bottom: 1px dashed var(--line); transition: color .25s, padding-left .25s; }
.guide-toc a:hover { color: var(--terracotta); padding-left: .4rem; }
.guide-toc a span { font-family: var(--serif); font-style: italic; font-size: .8rem; color: var(--rose); }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.compare-card { border-radius: var(--r-lg); overflow: hidden; position: relative; min-height: 380px; display: flex; align-items: flex-end; color: var(--cream); }
.compare-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,18,20,.92), rgba(17,18,20,.14) 60%); }
.compare-card .cc-body { position: relative; z-index: 2; padding: 1.9rem; }
.compare-card h4 { font-family: var(--serif); font-weight: 420; font-size: 1.5rem; margin-bottom: .6rem; }
.compare-card ul { display: grid; gap: .35rem; font-size: .84rem; color: var(--muted-light); }
.compare-card ul li { display: flex; gap: .5rem; }
.compare-card ul li::before { content: "·"; color: var(--rose); }

/* quick tips */
.quick-tips { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.4rem; }
.quick-tip { padding: 1.7rem 1.6rem; border-radius: var(--r-md); background: var(--sand); }
.quick-tip .qt-label { font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; color: var(--terracotta); margin-bottom: .7rem; }
.quick-tip p { font-size: .92rem; line-height: 1.6; }

/* ---------- Role page editorial guides ---------- */
.role-story { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); gap: clamp(2.5rem, 5.5vw, 5.5rem); align-items: center; }
.role-story-flip .role-story-media { order: 2; }
.role-story-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r-lg); box-shadow: var(--shadow-soft); }
.role-story-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.role-story-media:hover > img { transform: scale(1.035); }
.role-story-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,18,20,.72), transparent 52%); }
.role-story-note { position: absolute; z-index: 2; left: clamp(1.2rem, 3vw, 2rem); right: clamp(1.2rem, 3vw, 2rem); bottom: clamp(1.2rem, 3vw, 2rem); color: var(--cream); }
.role-story-note span { display: block; margin-bottom: .45rem; color: var(--rose); font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; }
.role-story-note strong { display: block; max-width: 24ch; font-family: var(--serif); font-size: clamp(1.25rem, 2.2vw, 1.75rem); font-weight: 420; line-height: 1.18; }
.role-story-copy .display { margin: 1.1rem 0 1.3rem; }
.role-story-copy p:not(.lead) { margin-top: 1rem; color: var(--muted); font-size: .94rem; line-height: 1.72; }
.role-story-copy .link-arrow { margin-top: 1.5rem; }
.role-checklist { display: grid; gap: .55rem; margin-top: 1.35rem; padding: 1.15rem 1.25rem; border-left: 2px solid var(--terracotta); background: rgba(255,255,255,.36); }
.role-checklist > strong { margin-bottom: .15rem; color: var(--green); font-family: var(--serif); font-size: 1.05rem; font-weight: 500; }
.role-checklist > span { color: var(--muted); font-size: .82rem; line-height: 1.55; }
.role-checklist b { color: var(--ink); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.role-notes-head { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: clamp(2rem, 6vw, 6rem); align-items: end; margin-bottom: 2.5rem; }
.role-notes-head .display { margin-top: 1rem; }
.role-notes-head > p { max-width: 45ch; color: var(--muted); font-size: .96rem; line-height: 1.7; }
.role-tip-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.role-tip-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 2.5vw, 2rem); background: var(--cream-soft); }
.role-tip-num { display: block; color: var(--terracotta); font-family: var(--serif); font-style: italic; font-size: 1.35rem; }
.role-tip-card h3 { margin: .75rem 0 .65rem; font-family: var(--serif); font-size: 1.35rem; font-weight: 450; line-height: 1.2; }
.role-tip-card p { color: var(--muted); font-size: .9rem; line-height: 1.68; }
.role-tip-card-photo { padding: 0; overflow: hidden; background: var(--espresso); color: var(--cream); }
.role-tip-card-photo > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.role-tip-card-photo > div { padding: 1.5rem 1.6rem 1.7rem; }
.role-tip-card-photo .role-tip-num { color: var(--rose); }
.role-tip-card-photo p { color: var(--muted-light); }
.role-safety-line { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 1rem 1.5rem; align-items: center; margin-top: 1.4rem; padding: 1.15rem 1.35rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .82rem; }
.role-safety-line strong { color: var(--green); font-family: var(--serif); font-size: 1rem; font-weight: 500; }
.role-safety-line span { color: var(--muted); }
.role-safety-line a { color: var(--terracotta); font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--charcoal); color: var(--cream); }
.footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 3rem; padding: clamp(3rem, 6vw, 4.5rem) 0; }
.footer-brand p { color: var(--muted-light); font-size: .9rem; margin: 1.2rem 0 0; max-width: 36ch; }
.footer-col .footer-heading { font-size: .66rem; letter-spacing: .26em; text-transform: uppercase; color: var(--rose); margin-bottom: 1.2rem; }
.footer-col a { display: block; padding: .38rem 0; color: var(--muted-light); font-size: .92rem; transition: color .25s, padding-left .25s; }
.footer-col a:hover { color: var(--cream); padding-left: .4rem; }
.footer-bottom { border-top: 1px solid var(--line-light); padding: 1.6rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap; font-size: .74rem; color: var(--muted-light); }
.footer-bottom .fb-links { display: flex; gap: 1.6rem; }
.footer-bottom a:hover { color: var(--cream); }
.footer-disclaimer { font-size: .7rem; color: rgba(242,238,230,.48); padding-bottom: 1.6rem; max-width: 90ch; line-height: 1.6; }

/* ---------- Reveal animations ---------- */
.reveal { opacity: 1; transform: none; }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .1s; }
.reveal-d2 { transition-delay: .2s; }
.reveal-d3 { transition-delay: .3s; }
.img-reveal { clip-path: none; }
.img-reveal.in { clip-path: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal, .img-reveal { opacity: 1; transform: none; clip-path: none; }
  .hero-media img { animation: none; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .nav-main { display: none; }
  .header-actions > .btn, .header-actions > .header-login { display: none !important; }
  .nav-toggle { display: block; }
  .mobile-nav { justify-content: flex-start; overflow-y: auto; overscroll-behavior: contain; padding-top: 6rem; padding-bottom: max(2rem, env(safe-area-inset-bottom)); }
  .quick-tips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps-flow { grid-template-columns: repeat(3, 1fr); }
  .chat-app { grid-template-columns: 240px 1fr; }
  .chat-convo { display: none; }
  .chat-app.convo-open { grid-template-columns: 1fr; }
  .chat-app.convo-open .chat-filters, .chat-app.convo-open .chat-members { display: none; }
  .chat-app.convo-open .chat-convo { display: flex; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .hero { min-height: 100svh; }
  .page-hero.role-hero { min-height: 100svh; padding: 7.5rem 0 4rem; }
  .role-hero .container { width: calc(100% - 2rem); text-align: center; }
  .role-hero h1 { margin-inline: auto; }
  .role-hero h1 { max-width: 13ch; font-size: clamp(2.25rem, 10.5vw, 3rem); }
  .role-prefix { margin-bottom: .7rem; font-size: .42em; letter-spacing: .08em; }
  .role-hero .lead { margin-inline: auto; }
  .role-hero .hero-ctas { justify-content: center; }
  .role-hero-daddy .ph-media img { object-position: 76% center; }
  .role-hero-baby .ph-media img { object-position: 74% center; }
  .role-hero .ph-media::after {
    background: linear-gradient(to top, rgba(17,18,20,.92) 8%, rgba(17,18,20,.58) 58%, rgba(17,18,20,.34));
  }
  .hero-media img { object-position: 70% 48%; }
  .hero-content { min-height: 100svh; justify-content: center; padding-top: 7.5rem; padding-bottom: 4rem; }
  .hero-copy { width: min(620px, 100%); display: flex; flex-direction: column; align-items: center; text-align: center; }
  .hero-copy .lead { max-width: 42ch; }
  .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero h1 { max-width: 12ch; }
  .hero .home-hero-title { max-width: 22ch !important; }
  .home-hero-brand { justify-content: center; }
  .hero-scroll { display: none; }
  .hero-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.6rem; }
  .split, .split.flip { grid-template-columns: 1fr; }
  .split > * { min-width: 0; }
  .split .s-media, .split.flip .s-media { grid-column: 1 / -1; order: 0; }
  .split .s-text, .split.flip .s-text { grid-column: 1 / -1; order: 1; }
  .split > [style*="grid-column"] { grid-column: 1 / -1 !important; }
  .feature-split { grid-template-columns: 1fr; }
  .feature-landscape { aspect-ratio: 3 / 2; }
  .connection-layout, .meeting-guide { grid-template-columns: 1fr; }
  .editorial-copy { grid-template-columns: 1fr; }
  .editorial-copy > .kicker,
  .editorial-copy > .display,
  .editorial-copy > .lead,
  .editorial-copy > p,
  .editorial-copy > .link-arrow,
  .principle-list { grid-column: 1; grid-row: auto; }
  .principle-list { margin-top: 2rem; }
  .date-format-grid { grid-template-columns: 1fr; }
  .meeting-points { grid-template-columns: 1fr 1fr; }
  .offset-pair { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); padding-bottom: 0; }
  .editorial-duo { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 680px; margin-inline: auto; padding-bottom: 3rem; }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .profile-grid, .profile-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
  .role-block { min-height: 480px; }
  .area-row, .area-row:nth-child(odd), .area-row:nth-child(even) { grid-template-columns: 1fr; }
  .area-row .a-media, .area-row:nth-child(odd) .a-media, .area-row .a-text, .area-row:nth-child(odd) .a-text, .area-row:nth-child(even) .a-text { grid-column: 1 / -1; order: initial; }
  .steps-flow { grid-template-columns: 1fr 1fr; }
  .itin-body { grid-template-columns: 1fr; }
  .spot-duo, .dodont, .compare-grid { grid-template-columns: 1fr; }
  .role-story, .role-story-flip { grid-template-columns: 1fr; gap: 2.25rem; }
  .role-story-flip .role-story-media { order: initial; }
  .role-story-media { aspect-ratio: 16 / 10; }
  .role-notes-head { grid-template-columns: 1fr; gap: 1.25rem; }
  .role-tip-grid { grid-template-columns: 1fr; }
  .role-tip-card-photo { display: grid; grid-template-columns: minmax(180px, .85fr) minmax(0, 1.15fr); }
  .role-tip-card-photo > img { height: 100%; aspect-ratio: auto; }
  .role-safety-line { grid-template-columns: 1fr; }
  .spot-row { grid-template-columns: 84px 1fr; }
  .spot-row .sr-tag { display: none; }
  .safety-grid, .quick-tips, .blog-grid { grid-template-columns: 1fr 1fr; }
  .about-place-grid, .about-expectations, .article-shell { grid-template-columns: 1fr; }
  .about-expectations .sec-head, .article-aside { position: static; }
  .article-aside { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-grid { grid-template-columns: 1fr; }
  .login-wrap { grid-template-columns: 1fr; }
  .login-media { display: none; }
  .login-panel { min-height: 100dvh; padding-inline: max(1.5rem, 6vw); }
  .alert-band { grid-template-columns: 1fr; text-align: left; }
  .chat-app { grid-template-columns: 1fr; }
  .chat-filters { display: none; }
  .chat-app.filters-open .chat-filters { display: block; }
  .chat-app.filters-open .chat-members { display: none; }
  .area-index a { grid-template-columns: auto 1fr auto; }
  .area-index .mood { display: none; }
}

@media (max-width: 560px) {
  body { font-size: 16px; line-height: 1.62; }
  .container, .container-wide, .hero-content.container { width: calc(100% - 2rem); }
  .h-xl { font-size: clamp(2.45rem, 12vw, 3.15rem); line-height: 1.02; }
  .h-lg { font-size: clamp(2.1rem, 10vw, 2.75rem); }
  .h-md { font-size: clamp(1.75rem, 8vw, 2.25rem); }
  .lead { font-size: 1rem; line-height: 1.62; }
  .section { padding: 4rem 0; }
  .section-tight { padding: 3rem 0; }
  .site-header .header-inner { gap: .75rem; padding: .72rem 0; }
  .brand { min-width: 0; gap: .6rem; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-text { min-width: 0; }
  .brand-text strong { max-width: 15rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .92rem; }
  .brand-text span { font-size: .52rem; letter-spacing: .22em; }
  .mobile-nav { justify-content: flex-start; overflow-y: auto; overscroll-behavior: contain; padding: 5.4rem 1.5rem max(2rem, env(safe-area-inset-bottom)); }
  .mobile-nav a.m-link { flex: none; font-size: 1.5rem; padding: .58rem 0; }
  .mobile-nav .m-actions { display: grid; grid-template-columns: 1fr; margin-top: 1.5rem; }
  .mobile-nav .m-actions .btn { width: 100%; justify-content: center; }
  .hero-content { min-height: 100svh; padding-top: 6.5rem; padding-bottom: 3rem; }
  .hero-copy { position: relative; top: 1.15rem; }
  .hero-topline { align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; padding-bottom: 1rem; font-size: .6rem; letter-spacing: .18em; line-height: 1.45; }
  .hero-topline span { flex: 1; }
  .hero-topline span:last-child { text-align: right; }
  .hero-grid { gap: 1.5rem; }
  .hero h1 { max-width: 10.5ch; }
  .hero .home-hero-title { max-width: 20ch !important; font-size: clamp(2.15rem, 9vw, 2.8rem); line-height: 1.08; }
  .home-hero-brand { margin-bottom: .8rem; font-size: .64rem; letter-spacing: .14em; }
  .home-hero-brand::before { width: 26px; }
  .home-hero-place { white-space: normal; }
  .hero-copy .lead { margin: 1.35rem 0 1.8rem; }
  .hero-copy .btn { width: min(100%, 320px); }
  .hero-ctas { display: grid; grid-template-columns: 1fr; gap: .75rem; }
  .hero-ctas .btn { width: 100%; justify-content: center; white-space: normal; text-align: center; }
  .hero-trust { align-items: flex-start; line-height: 1.5; }
  .hero-meta { margin-top: 2rem; padding-top: 1.4rem; gap: 1.3rem .8rem; }
  .hero-meta .hm strong { font-size: 1.65rem; }
  .hero-meta .hm span { font-size: .6rem; letter-spacing: .14em; line-height: 1.45; }
  .page-hero { padding: 8.5rem 0 3.5rem; }
  .page-hero h1 { margin-block: 1rem; }
  .ph-crumbs { font-size: .62rem; letter-spacing: .16em; line-height: 1.6; }
  .kicker { gap: .65rem; font-size: .66rem; letter-spacing: .18em; line-height: 1.5; }
  .kicker::before { width: 24px; }
  .profile-grid, .profile-grid.cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem .75rem; }
  .editorial-duo { gap: .75rem; padding-bottom: 1.25rem; }
  .editorial-duo::before { inset: 1.25rem 5% 0; }
  .offset-pair.editorial-duo .img-frame:last-child { transform: translateY(1.25rem); }
  .profile-photo { border-radius: var(--r-md); }
  .online-dot { top: .65rem; left: .65rem; padding: .3rem .55rem; font-size: .55rem; letter-spacing: .08em; }
  .verified { top: .65rem; right: .65rem; width: 26px; height: 26px; }
  .profile-info { padding: .85rem .05rem 0; }
  .profile-name { gap: .35rem; font-size: 1.1rem; }
  .profile-name .age { font-size: .8rem; }
  .profile-meta { flex-wrap: wrap; gap: .15rem .3rem; font-size: .7rem; line-height: 1.35; }
  .profile-meta .role { font-size: .58rem; }
  .profile-tags { display: none; }
  .profile-foot { flex-direction: column; align-items: flex-start; gap: .25rem; margin-top: .65rem; padding-top: .55rem; }
  .chat-cta { min-height: 44px; font-size: .62rem; letter-spacing: .1em; }
  .profile-dist { font-size: .65rem; }
  .steps-flow, .safety-grid, .quick-tips, .blog-grid { grid-template-columns: 1fr; }
  .about-principles, .blog-grid-published, .article-aside { grid-template-columns: 1fr; }
  .blog-card-wide { grid-template-columns: 1fr; padding: .8rem .8rem 1.4rem; }
  .blog-card-wide-copy { padding: .25rem .6rem; }
  .article-cover { width: calc(100% - 2rem); margin-top: 2.5rem; }
  .article-cover img { aspect-ratio: 4 / 3; }
  .article-hero h1 { font-size: clamp(2.4rem, 11vw, 3.2rem); }
  .article-byline { align-items: flex-start; }
  .article-author-bio { grid-template-columns: 68px minmax(0, 1fr); }
  .article-author-bio img { width: 68px; }
  .article-next { grid-template-columns: 1fr; }
  .blog-author-strip { grid-template-columns: 60px minmax(0, 1fr); padding-inline: .25rem; }
  .blog-author-strip img { width: 60px; }
  .role-story-media { aspect-ratio: 4 / 3; }
  .role-tip-card-photo { display: block; }
  .role-tip-card-photo > img { height: auto; aspect-ratio: 16 / 10; }
  .role-safety-line { padding-inline: .25rem; }
  .footer-main { grid-template-columns: 1fr; gap: 2rem; }
  .stat-strip { grid-template-columns: 1fr 1fr; gap: 1.2rem; }
  .role-block { min-height: 420px; }
  .role-content { padding: 1.6rem; }
  .principle-item { grid-template-columns: 32px 1fr; gap: .65rem; }
  .date-format-grid { gap: 1rem; }
  .date-format-body { padding: 1.25rem; }
  .meeting-copy { padding: 1.6rem; }
  .meeting-points { grid-template-columns: 1fr; }
  .meeting-links { align-items: stretch; flex-direction: column; }
  .meeting-links .btn { width: 100%; justify-content: center; }
  .area-row { padding-block: 3rem; }
  .step-card, .safety-card, .quick-tip { padding: 1.5rem; }
  .blog-feature { min-height: 440px; }
  .blog-feature .bf-content { padding: 1.6rem; }
  .blog-feature .bf-meta { flex-wrap: wrap; gap: .5rem 1rem; }
  .spot-banner { min-height: 380px; }
  .spot-banner .sb-content { padding: 1.6rem; }
  .spot-where { text-align: left; }
  .spot-row { grid-template-columns: 72px minmax(0, 1fr); gap: 1rem; padding-inline: 0; }
  .spot-row .sr-img { width: 72px; height: 72px; }
  .mock-bar .mock-url { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mock-body { padding: 1rem; }
  .msg { max-width: 88%; }
  .convo-head, .convo-input { padding-inline: 1rem; }
  .convo-body { padding: 1.25rem 1rem; }
  .form-card { padding: 1.4rem; }
  .form-grid[style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
  .role-picker { grid-template-columns: 1fr; }
  .cta-band { border-radius: var(--r-md); }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-bottom .fb-links { flex-wrap: wrap; gap: .75rem 1.25rem; }
  .tab-row { display: grid; grid-template-columns: 1fr 1fr; width: 100%; border-radius: var(--r-md); }
  .tab-row [data-tab] { min-height: 44px; padding-inline: .75rem; }
  .faq-q { gap: 1rem; padding-block: 1.3rem; }
  .faq-q .fq-icon, .area-index .go { width: 44px; height: 44px; }
  .chip { min-height: 44px; }
}

/* ---------- Tabs & legal prose ---------- */
[data-pane] { display: none; }
[data-pane].show { display: block; }
.tab-row { display: inline-flex; gap: .4rem; padding: .35rem; border: 1px solid var(--line); border-radius: 999px; margin-bottom: 1.8rem; }
.tab-row [data-tab] { padding: .6rem 1.4rem; border-radius: 999px; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; color: var(--muted); transition: all .3s; }
.tab-row [data-tab].on { background: var(--espresso); color: var(--cream); }

.legal { max-width: 780px; }
.legal h3 { font-family: var(--serif); font-weight: 460; font-size: 1.45rem; margin: 2.4rem 0 .8rem; }
.legal p, .legal li { color: var(--muted); font-size: .96rem; line-height: 1.75; }
.legal p + p { margin-top: .9rem; }
.legal ul { margin: .8rem 0 0 1.2rem; list-style: disc; }
.legal li + li { margin-top: .4rem; }
.legal .updated { font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--terracotta); }
