/* ============================================================
   Sugar Daddy Meet — sugardaddymeet.site
   A refined, editorial design system
   Palette: warm ivory / champagne / deep burgundy / espresso /
   charcoal / muted rose-gold
   ============================================================ */

:root {
  --ivory: #FAF6EF;
  --ivory-2: #F4EEE2;
  --champagne: #E9DCC6;
  --champagne-soft: #F0E7D6;
  --espresso: #241209;
  --espresso-2: #3A2415;
  --charcoal: #2E2A26;
  --ink: #241209;
  --taupe: #7B6556;
  --taupe-2: #9A8574;
  --burgundy: #6E1E38;
  --burgundy-deep: #3B0F1E;
  --burgundy-ink: #571628;
  --rose: #B76E79;
  --rose-soft: #D9AFA4;
  --gold-line: #C9A98C;
  --line: #E7DFD0;
  --line-deep: rgba(36, 18, 9, 0.12);
  --white: #FFFDF9;

  --serif: "Cormorant Garamond", "Georgia", serif;
  --sans: "Manrope", -apple-system, "Segoe UI", sans-serif;

  --radius-s: 12px;
  --radius-m: 20px;
  --radius-l: 28px;
  --radius-pill: 999px;

  --shadow-soft: 0 4px 24px rgba(36, 18, 9, 0.08);
  --shadow-lift: 0 18px 48px rgba(36, 18, 9, 0.16);
  --shadow-deep: 0 30px 80px rgba(20, 8, 4, 0.35);

  --container: 1200px;
  --gutter: clamp(20px, 5vw, 48px);
  --section-pad: clamp(72px, 10vw, 128px);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, picture, video { max-width: 100%; display: block; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }
::selection { background: var(--burgundy); color: var(--ivory); }

/* Subtle paper grain over everything */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2147483000;
  opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 560; line-height: 1.08; letter-spacing: -0.015em; color: var(--ink); }
.h-display { font-size: clamp(2.9rem, 6.4vw, 5.4rem); line-height: 1.02; }
.h-1 { font-size: clamp(2.6rem, 5.4vw, 4.4rem); }
.h-2 { font-size: clamp(2.1rem, 4vw, 3.2rem); }
.h-3 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
.h-4 { font-size: 1.25rem; }
.serif-i { font-style: italic; font-weight: 480; color: var(--burgundy); }
.on-dark .serif-i, .serif-i.on-dark,
.hero .serif-i, .section-dark .serif-i, .section-espresso .serif-i,
.cta-panel .serif-i, .page-hero .serif-i, .site-footer .serif-i { color: var(--rose-soft); }
.lead { font-size: clamp(1.06rem, 1.5vw, 1.25rem); line-height: 1.7; color: var(--taupe); font-weight: 450; }
.on-dark .lead { color: rgba(250, 246, 239, 0.78); }
p + p { margin-top: 1em; }
.small { font-size: 0.86rem; color: var(--taupe); }

/* Prevent long unbroken strings (emails, URLs) from overflowing on small screens */
.prose p, .prose li, .check-list li, .faq-a p, .callout, .footer-brand p, .footer-bottom {
  overflow-wrap: anywhere;
}
.page-hero .h-1, .page-hero .lead { overflow-wrap: anywhere; }

/* ---------- Layout helpers ---------- */
.container { max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container-wide { max-width: 1360px; margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-pad); }
.section-tint { background: var(--ivory-2); }
.section-dark { background: var(--burgundy-deep); color: var(--ivory); }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: var(--ivory); }
.section-espresso { background: var(--espresso); color: var(--ivory); }
.section-espresso h1, .section-espresso h2, .section-espresso h3 { color: var(--ivory); }
.grid { display: grid; gap: clamp(20px, 3vw, 36px); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.split > * { min-width: 0; }
.split.reverse > .split-media { order: 2; }
/* Chat preview: give the conversation pane room to breathe on desktop */
.split-chat { grid-template-columns: 0.8fr 1.2fr; }
.chat-room-split { grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); }
.center { text-align: center; }
.measure { max-width: 640px; }
.measure-wide { max-width: 780px; }
.mx-auto { margin-inline: auto; }

/* Section label: pill tag + rule */
.eyebrow {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: clamp(18px, 3vw, 28px);
}
.eyebrow .tag {
  font-family: var(--sans);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--burgundy);
  border: 1px solid rgba(110, 30, 56, 0.35);
  border-radius: var(--radius-pill);
  padding: 7px 16px 6px;
  white-space: nowrap;
  background: rgba(255, 253, 249, 0.5);
}
.eyebrow::after { content: ""; height: 1px; flex: 1; background: var(--line-deep); }
.on-dark .eyebrow .tag, .section-dark .eyebrow .tag, .section-espresso .eyebrow .tag {
  color: var(--rose-soft); border-color: rgba(217, 175, 164, 0.4); background: transparent;
}
.on-dark .eyebrow::after, .section-dark .eyebrow::after, .section-espresso .eyebrow::after { background: rgba(250, 246, 239, 0.18); }
.eyebrow.center-tag { justify-content: center; }
.eyebrow.center-tag::after { display: none; }

.section-head { margin-bottom: clamp(36px, 5vw, 64px); }
.section-head .h-2 { max-width: 16ch; }
.section-head .lead { margin-top: 16px; }
.section-head.center .h-2 { margin-inline: auto; }
.section-head.center .lead { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  white-space: nowrap;
  font-weight: 650; font-size: 0.98rem; letter-spacing: 0.01em;
  padding: 15px 32px; border-radius: var(--radius-pill);
  background: var(--burgundy); color: var(--ivory);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.3s;
  box-shadow: 0 8px 24px rgba(110, 30, 56, 0.28);
  border: 1px solid var(--burgundy);
  min-height: 52px;
}
.btn:hover { transform: translateY(-2px); background: var(--burgundy-ink); box-shadow: 0 14px 34px rgba(110, 30, 56, 0.36); }
.btn:active { transform: translateY(0); }
.btn svg, .btn-ghost svg { width: 17px; height: 17px; flex: none; }
.btn .arr { transition: transform 0.3s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }

.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  white-space: nowrap;
  font-weight: 650; font-size: 0.98rem;
  padding: 15px 32px; border-radius: var(--radius-pill);
  border: 1.5px solid rgba(36, 18, 9, 0.35); color: var(--ink);
  background: transparent;
  transition: all 0.35s var(--ease);
  min-height: 52px;
}
.btn-ghost:hover { border-color: var(--espresso); background: rgba(36, 18, 9, 0.05); transform: translateY(-2px); }

.btn-light {
  background: var(--ivory); color: var(--burgundy-deep);
  border-color: var(--ivory);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.btn-light:hover { background: var(--white); }
.btn-outline-light {
  border: 1.5px solid rgba(250, 246, 239, 0.5); color: var(--ivory);
  background: transparent; box-shadow: none;
}
.btn-outline-light:hover { border-color: var(--ivory); background: rgba(250, 246, 239, 0.08); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 0.95rem; color: var(--burgundy);
  border-bottom: 1px solid transparent; padding-bottom: 2px;
  transition: gap 0.3s var(--ease), color 0.2s;
}
.link-arrow:hover { gap: 14px; color: var(--burgundy-ink); }
.link-arrow svg { width: 16px; height: 16px; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background 0.4s, box-shadow 0.4s, border-color 0.4s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(250, 246, 239, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-color: var(--line);
  box-shadow: 0 6px 30px rgba(36, 18, 9, 0.06);
}
.site-header.login-header {
  background: var(--ivory);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-color: var(--line);
  box-shadow: 0 6px 30px rgba(36, 18, 9, 0.06);
}
.header-inner {
  max-width: 1360px; margin-inline: auto;
  padding: 0 var(--gutter);
  height: 76px;
  display: flex; align-items: center; gap: 32px;
}
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--serif); }
.brand-mark {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1.5px solid var(--gold-line);
  display: grid; place-items: center;
  color: var(--burgundy);
  font-size: 0.95rem; font-weight: 600; letter-spacing: 0.02em;
  background: radial-gradient(circle at 30% 25%, rgba(217,175,164,0.35), transparent 60%);
  flex: none;
}
.brand-name { font-size: 1.28rem; font-weight: 600; letter-spacing: -0.025em; white-space: nowrap; }
.brand-name em { position: relative; top: .01em; margin-left: .025em; font-style: italic; font-weight: 500; color: var(--burgundy); }

.main-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.main-nav a.nav-link {
  font-size: 0.9rem; font-weight: 600; color: var(--charcoal);
  padding: 9px 14px; border-radius: var(--radius-pill);
  transition: background 0.25s, color 0.25s;
}
.main-nav a.nav-link:hover { background: rgba(110, 30, 56, 0.07); color: var(--burgundy); }
.main-nav a.nav-link.active { color: var(--burgundy); background: rgba(110, 30, 56, 0.08); }
.header-cta { display: flex; align-items: center; gap: 10px; margin-left: 8px; }
.header-cta .btn { padding: 11px 24px; min-height: 44px; font-size: 0.9rem; }
.header-cta .login-link { font-size: 0.9rem; font-weight: 650; padding: 9px 12px; color: var(--charcoal); }
.header-cta .login-link:hover { color: var(--burgundy); }

.nav-toggle {
  display: none; margin-left: auto;
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--line-deep);
  align-items: center; justify-content: center;
  flex-direction: column; gap: 5px;
}
.nav-toggle span { width: 18px; height: 1.8px; background: var(--ink); border-radius: 2px; transition: transform 0.3s var(--ease), opacity 0.2s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(6.8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6.8px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed; inset: 76px 0 auto 0; z-index: 99;
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
  padding: 12px var(--gutter) 28px;
  box-shadow: var(--shadow-lift);
  transform: translateY(-8px); opacity: 0; pointer-events: none;
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
  max-height: calc(100svh - 76px); overflow-y: auto;
}
.mobile-menu.open { opacity: 1; transform: none; pointer-events: auto; }
.mobile-menu a {
  display: block; padding: 13px 6px; font-weight: 600; font-size: 1.02rem;
  border-bottom: 1px solid var(--line);
}
.mobile-menu a:last-of-type { border-bottom: 0; }
.mobile-menu .btn { width: 100%; justify-content: center; margin-top: 14px; }

/* On hero (dark image) pages the header starts light-on-dark */
.site-header.over-dark:not(.scrolled) { color: var(--ivory); }
.site-header.over-dark:not(.scrolled) .brand-name { color: var(--ivory); }
.site-header.over-dark:not(.scrolled) .brand-name em { color: var(--rose-soft); }
.site-header.over-dark:not(.scrolled) .main-nav a.nav-link { color: rgba(250,246,239,0.85); }
.site-header.over-dark:not(.scrolled) .main-nav a.nav-link:hover { color: var(--ivory); background: rgba(250,246,239,0.12); }
.site-header.over-dark:not(.scrolled) .header-cta .login-link { color: rgba(250,246,239,0.9); }
.site-header.over-dark:not(.scrolled) .nav-toggle { border-color: rgba(250,246,239,0.4); }
.site-header.over-dark:not(.scrolled) .nav-toggle span { background: var(--ivory); }
.site-header.over-dark:not(.scrolled) .brand-mark { color: var(--rose-soft); border-color: rgba(217, 175, 164, 0.55); }
.site-footer .brand-mark { color: var(--rose-soft); border-color: rgba(217, 175, 164, 0.5); }

/* ---------- Hero (home) ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end;
  color: var(--ivory);
  isolation: isolate;
}
.hero-bg { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transform: scale(1.06); animation: heroDrift 18s var(--ease) forwards; }
@keyframes heroDrift { to { transform: scale(1); } }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(30, 10, 5, 0.88) 0%, rgba(30, 10, 5, 0.45) 38%, rgba(30, 10, 5, 0.18) 65%, rgba(30, 10, 5, 0.35) 100%);
}
.hero-content { padding: 170px var(--gutter) 56px; width: 100%; }
.hero .kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--rose-soft);
  border: 1px solid rgba(217, 175, 164, 0.45);
  padding: 8px 18px; border-radius: var(--radius-pill);
  margin-bottom: 26px;
  backdrop-filter: blur(6px);
  background: rgba(30, 10, 5, 0.25);
}
.hero h1 { color: var(--ivory); max-width: 13ch; margin-bottom: 24px; }
.hero .hero-seo-title { width: min(64vw, 900px); max-width: none; font-size: clamp(2.8rem, 4.2vw, 4.25rem); line-height: 1.01; }
.hero-seo-title .hero-title-copy { display: block; }
.hero-seo-title .hero-title-row { display: block; }
.hero-seo-title .hero-brand-line {
  width: max-content; margin-bottom: 13px; padding: 7px 13px 6px;
  border: 1px solid rgba(217,175,164,.42); border-radius: var(--radius-pill);
  background: rgba(30,10,5,.28); backdrop-filter: blur(6px);
  color: rgba(250,246,239,.82); font: 700 .18em/1.2 var(--sans);
  letter-spacing: .14em; text-transform: uppercase;
}
.hero-seo-title .hero-brand-line em { color: var(--rose-soft); font-style: normal; }
.hero-seo-title .hero-title-copy em { color: var(--rose-soft); font-style: italic; font-weight: 480; }
.hero-seo-title .hero-amp { color: rgba(250,246,239,.76); font-size: .78em; font-style: normal; }
.app-title-brand em { color: var(--rose-soft); font-style: italic; }
.hero .lead { max-width: 46ch; color: rgba(250, 246, 239, 0.82); margin-bottom: 36px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* Floating card on hero (desktop) */
.hero-card {
  position: absolute; right: clamp(24px, 6vw, 90px); bottom: 130px;
  width: 250px;
  background: rgba(255, 253, 249, 0.94);
  border-radius: var(--radius-m);
  padding: 14px;
  box-shadow: var(--shadow-deep);
  transform: rotate(3.5deg);
  color: var(--ink);
  animation: floaty 7s ease-in-out infinite;
  z-index: 2;
}
.hero-card img { border-radius: 12px; aspect-ratio: 4/4.6; object-fit: cover; width: 100%; }
.hero-card .hc-body { padding: 12px 6px 6px; }
.hero-card .hc-name { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; }
.hero-card .hc-sub { font-size: 0.78rem; color: var(--taupe); font-weight: 600; margin-top: 2px; }
.hero-card .hc-badge {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: 8px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.04em;
  color: var(--burgundy); background: rgba(110, 30, 56, 0.08);
  padding: 4px 10px; border-radius: var(--radius-pill);
}
@keyframes floaty { 0%, 100% { transform: rotate(3.5deg) translateY(0); } 50% { transform: rotate(2.5deg) translateY(-12px); } }

/* ---------- Trust strip ---------- */
.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item {
  display: flex; align-items: center; gap: 14px;
  padding: 26px 18px;
  border-left: 1px solid var(--line);
}
.trust-item:first-child { border-left: 0; }
.trust-item svg { width: 26px; height: 26px; color: var(--burgundy); flex: none; }
.trust-item b { display: block; font-size: 0.92rem; font-weight: 700; }
.trust-item span { font-size: 0.78rem; color: var(--taupe); }

/* ---------- Role cards ---------- */
.role-card {
  position: relative; border-radius: var(--radius-l); overflow: hidden;
  min-height: 520px; display: flex; align-items: flex-end;
  color: var(--ivory); isolation: isolate;
  box-shadow: var(--shadow-soft);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.role-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.role-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.2s var(--ease); }
.role-card:hover img { transform: scale(1.05); }
.role-card::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, rgba(30, 10, 5, 0.85) 0%, rgba(30, 10, 5, 0.25) 55%, transparent 80%);
}
.role-card .rc-body { padding: clamp(24px, 3vw, 40px); }
.role-card .rc-tag {
  display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--rose-soft); border: 1px solid rgba(217,175,164,0.5); padding: 6px 14px;
  border-radius: var(--radius-pill); margin-bottom: 16px;
}
.role-card h3 { color: var(--ivory); font-size: clamp(1.7rem, 2.6vw, 2.3rem); margin-bottom: 10px; }
.role-card p { color: rgba(250, 246, 239, 0.8); font-size: 0.98rem; max-width: 40ch; margin-bottom: 18px; }
.role-card .link-arrow { color: var(--rose-soft); }
.role-card .link-arrow:hover { color: var(--ivory); }

/* ---------- Profile cards ---------- */
.member-rail-wrap { position: relative; }
.member-rail {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: clamp(240px, 26vw, 300px);
  gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 4px 22px;
  scrollbar-width: none;
}
.member-rail::-webkit-scrollbar { display: none; }
.member-card {
  scroll-snap-align: start;
  background: var(--white); border-radius: var(--radius-m);
  overflow: hidden; box-shadow: var(--shadow-soft);
  border: 1px solid var(--line);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
  display: flex; flex-direction: column;
}
.member-card:hover { transform: translateY(-6px) scale(1.015); box-shadow: var(--shadow-lift); }
.member-photo { position: relative; aspect-ratio: 4/4.4; overflow: hidden; background: var(--espresso); isolation: isolate; }
.member-photo::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(30,10,5,0.2), rgba(30,10,5,0.02) 58%);
  pointer-events: none;
}
.member-photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: blur(7px) saturate(0.86); transform: scale(1.07);
  transition: transform 0.7s var(--ease), filter 0.35s var(--ease);
}
.member-card:hover .member-photo img { transform: scale(1.1); filter: blur(7px) saturate(0.92); }
.member-photo .verified {
  position: absolute; top: 12px; left: 12px;
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.03em;
  background: rgba(250, 246, 239, 0.92); color: var(--burgundy);
  padding: 5px 11px; border-radius: var(--radius-pill);
  backdrop-filter: blur(4px); z-index: 3;
}
.member-photo .verified svg { width: 12px; height: 12px; }
.member-photo-lock {
  position: absolute; left: 50%; top: 50%; z-index: 3;
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  color: var(--ivory); background: rgba(30, 10, 5, 0.58);
  border: 1px solid rgba(250, 246, 239, 0.55);
  box-shadow: 0 8px 24px rgba(30, 10, 5, 0.24);
  backdrop-filter: blur(7px);
  transform: translate(-50%, -50%);
}
.member-photo-lock svg { width: 18px; height: 18px; }
.member-body { padding: 16px 18px 18px; }
.member-name { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; }
.member-name span { color: var(--taupe); font-weight: 500; }
.member-loc { font-size: 0.82rem; color: var(--taupe); font-weight: 600; margin-top: 2px; display: flex; align-items: center; gap: 6px; }
.member-loc svg { width: 12px; height: 12px; }
.member-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.member-tags li { font-size: 0.72rem; font-weight: 650; color: var(--espresso-2); background: var(--champagne-soft); padding: 4px 11px; border-radius: var(--radius-pill); }
.member-role {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--rose); margin-bottom: 4px;
}
.rail-nav { display: flex; gap: 10px; }
.rail-btn {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid var(--line-deep); background: var(--white);
  display: grid; place-items: center;
  transition: all 0.3s var(--ease);
}
.rail-btn:hover { background: var(--burgundy); border-color: var(--burgundy); color: var(--ivory); }
.rail-btn svg { width: 18px; height: 18px; }
.rail-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px; flex-wrap: wrap; }

/* ---------- Steps (burgundy break) ---------- */
.steps-band { position: relative; overflow: hidden; }
.steps-band::before {
  content: ""; position: absolute; right: -140px; top: -140px;
  width: 420px; height: 420px; border-radius: 50%;
  border: 1px solid rgba(217, 175, 164, 0.22);
}
.steps-band::after {
  content: ""; position: absolute; right: -60px; top: -60px;
  width: 260px; height: 260px; border-radius: 50%;
  border: 1px solid rgba(217, 175, 164, 0.16);
}
.steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; position: relative; z-index: 1; }
.step { position: relative; padding-top: 18px; border-top: 1px solid rgba(250, 246, 239, 0.25); }
.step .num { font-family: var(--serif); font-style: italic; font-size: 2.6rem; color: var(--rose-soft); font-weight: 500; line-height: 1; display: block; margin-bottom: 14px; }
.step h3 { color: var(--ivory); font-size: 1.28rem; margin-bottom: 8px; }
.step p { color: rgba(250, 246, 239, 0.7); font-size: 0.9rem; line-height: 1.6; }

/* ---------- Chat mockup ---------- */
.chat-frame {
  background: var(--white); border-radius: var(--radius-l);
  box-shadow: var(--shadow-lift); border: 1px solid var(--line);
  overflow: hidden; display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 520px; min-width: 0; width: 100%;
}
.chat-list { border-right: 1px solid var(--line); background: var(--ivory); display: flex; flex-direction: column; }
.chat-list-head { padding: 20px 20px 14px; font-weight: 750; font-size: 0.95rem; display: flex; justify-content: space-between; align-items: center; }
.chat-list-head span { font-size: 0.72rem; color: var(--burgundy); background: rgba(110,30,56,0.08); padding: 3px 10px; border-radius: var(--radius-pill); font-weight: 700; }
.chat-item { display: flex; gap: 12px; padding: 13px 20px; align-items: center; transition: background 0.2s; cursor: pointer; border: 0; text-align: left; width: 100%; }
.chat-item:hover { background: rgba(110, 30, 56, 0.05); }
.chat-item.active { background: var(--white); box-shadow: inset 3px 0 0 var(--burgundy); }
.chat-ava { position: relative; flex: none; }
.chat-ava img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.chat-ava .dot { position: absolute; right: 0; bottom: 1px; width: 11px; height: 11px; border-radius: 50%; background: #4C9A62; border: 2px solid var(--ivory); }
.chat-ava .dot.away { background: #C9A227; }
.chat-item .ci-body { min-width: 0; }
.chat-item .ci-name { font-weight: 700; font-size: 0.9rem; display: flex; justify-content: space-between; gap: 8px; }
.chat-item .ci-name time { font-size: 0.68rem; color: var(--taupe); font-weight: 600; }
.chat-item .ci-msg { font-size: 0.8rem; color: var(--taupe); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 170px; }
.chat-pane { display: flex; flex-direction: column; background: var(--white); min-width: 0; }
.chat-pane-head { display: flex; align-items: center; gap: 12px; padding: 16px 22px; border-bottom: 1px solid var(--line); }
.chat-pane-head img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.chat-pane-head .cp-name { font-weight: 750; font-size: 0.95rem; }
.chat-pane-head .cp-status { font-size: 0.75rem; color: #4C9A62; font-weight: 650; display: flex; align-items: center; gap: 5px; }
.chat-pane-head .cp-actions { margin-left: auto; display: flex; gap: 8px; }
.icon-btn {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--line); display: grid; place-items: center;
  color: var(--espresso-2); transition: all 0.25s; background: var(--white);
}
.icon-btn:hover { background: var(--burgundy); border-color: var(--burgundy); color: var(--ivory); }
.icon-btn svg { width: 17px; height: 17px; }
.chat-scroll { flex: 1; padding: 24px 22px; display: flex; flex-direction: column; gap: 14px; background: linear-gradient(180deg, var(--ivory) 0%, var(--white) 30%); }
.msg { max-width: 72%; padding: 12px 16px; border-radius: 18px; font-size: 0.9rem; line-height: 1.5; }
.msg.them { background: var(--white); border: 1px solid var(--line); border-bottom-left-radius: 6px; align-self: flex-start; box-shadow: 0 2px 8px rgba(36,18,9,0.04); }
.msg.me { background: var(--burgundy); color: var(--ivory); border-bottom-right-radius: 6px; align-self: flex-end; }
.msg time { display: block; font-size: 0.66rem; margin-top: 5px; opacity: 0.6; font-weight: 600; }
.chat-input { display: flex; gap: 10px; padding: 14px 18px; border-top: 1px solid var(--line); align-items: center; background: var(--white); }
.chat-input .field { flex: 1; min-width: 0; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-pill); padding: 12px 20px; font-size: 0.9rem; color: var(--taupe); }
.chat-input .send { width: 46px; height: 46px; border-radius: 50%; background: var(--burgundy); color: var(--ivory); display: grid; place-items: center; flex: none; }
.chat-input .send svg { width: 18px; height: 18px; }
.chat-note {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 0.78rem; color: var(--taupe);
  background: var(--champagne-soft); border-radius: var(--radius-s);
  padding: 12px 16px; margin-top: 18px;
}
.chat-note svg { width: 15px; height: 15px; flex: none; margin-top: 2px; color: var(--burgundy); }

/* ---------- Wishlist cards ---------- */
.wish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.wish-card {
  position: relative; border-radius: var(--radius-m); overflow: hidden;
  aspect-ratio: 4/4.6; display: flex; align-items: flex-end;
  color: var(--ivory); isolation: isolate;
  box-shadow: var(--shadow-soft);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.wish-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.wish-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.1s var(--ease); }
.wish-card:hover img { transform: scale(1.06); }
.wish-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(30,10,5,0.8) 0%, rgba(30,10,5,0.12) 55%, transparent 75%); }
.wish-card .wc-body { padding: 22px; }
.wish-card .wc-cat { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rose-soft); margin-bottom: 8px; }
.wish-card h3 { color: var(--ivory); font-size: 1.35rem; margin-bottom: 6px; }
.wish-card p { font-size: 0.84rem; color: rgba(250,246,239,0.78); }

/* ---------- Phone mockups ---------- */
.phone-stage { display: flex; justify-content: center; align-items: flex-end; gap: clamp(16px, 3vw, 34px); }
.phone {
  width: clamp(210px, 22vw, 268px); aspect-ratio: 9/18.6;
  border-radius: 42px; background: var(--espresso);
  padding: 10px; box-shadow: var(--shadow-deep), inset 0 0 0 2px rgba(201, 169, 140, 0.4);
  position: relative; flex: none;
}
.phone:nth-child(2) { margin-bottom: clamp(24px, 4vw, 64px); }
.phone-screen { width: 100%; height: 100%; border-radius: 33px; overflow: hidden; background: var(--ivory); display: flex; flex-direction: column; position: relative; }
.phone-notch { position: absolute; top: 9px; left: 50%; transform: translateX(-50%); width: 34%; height: 7px; border-radius: 99px; background: rgba(36,18,9,0.85); z-index: 5; }
.phone-screen::after {
  content: ""; position: absolute; inset: 0; z-index: 4;
  background: var(--phone-screen-art) center / cover no-repeat;
}
.phone:nth-child(1) { --phone-screen-art: url("../images/sugar-daddy-meet-app-discover.webp"); }
.phone:nth-child(2) { --phone-screen-art: url("../images/sugar-daddy-meet-app-messages.webp"); }
.phone:nth-child(3) { --phone-screen-art: url("../images/sugar-daddy-meet-app-wishlist.webp"); }
.ps-head { padding: 26px 16px 10px; display: flex; justify-content: space-between; align-items: center; }
.ps-head b { font-family: var(--serif); font-size: 1.02rem; }
.ps-head .ps-dot { width: 26px; height: 26px; border-radius: 50%; background: var(--champagne-soft); display: grid; place-items: center; color: var(--burgundy); }
.ps-head .ps-dot svg { width: 12px; height: 12px; }
.ps-card { margin: 6px 14px; border-radius: 18px; overflow: hidden; position: relative; aspect-ratio: 4/4.7; box-shadow: var(--shadow-soft); }
.ps-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ps-card .ps-grad { position: absolute; inset: 0; background: linear-gradient(to top, rgba(30,10,5,0.82), transparent 55%); }
.ps-card .ps-info { position: absolute; left: 14px; right: 14px; bottom: 13px; color: var(--ivory); }
.ps-card .ps-info b { font-family: var(--serif); font-size: 1.15rem; display: block; }
.ps-card .ps-info span { font-size: 0.68rem; font-weight: 650; color: rgba(250,246,239,0.8); }
.ps-actions { display: flex; justify-content: center; gap: 14px; padding: 14px 0 8px; }
.ps-actions button { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--white); box-shadow: var(--shadow-soft); color: var(--taupe); }
.ps-actions button.like { background: var(--burgundy); color: var(--ivory); width: 52px; height: 52px; margin-top: -4px; }
.ps-actions svg { width: 18px; height: 18px; }
.ps-msg { margin: 4px 14px; display: flex; flex-direction: column; gap: 8px; }
.ps-msg .b { max-width: 82%; font-size: 0.72rem; padding: 9px 12px; border-radius: 14px; line-height: 1.45; }
.ps-msg .b.t { background: var(--white); border: 1px solid var(--line); align-self: flex-start; border-bottom-left-radius: 5px; }
.ps-msg .b.m { background: var(--burgundy); color: var(--ivory); align-self: flex-end; border-bottom-right-radius: 5px; }
.ps-wish { margin: 6px 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ps-wish .w { border-radius: 12px; overflow: hidden; aspect-ratio: 1/1.1; position: relative; }
.ps-wish .w img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ps-wish .w span { position: absolute; left: 8px; bottom: 7px; font-size: 0.58rem; font-weight: 700; color: var(--ivory); text-shadow: 0 1px 6px rgba(0,0,0,0.6); letter-spacing: 0.04em; text-transform: uppercase; }
.ps-bar { margin-top: auto; display: flex; justify-content: space-around; padding: 10px 12px 16px; border-top: 1px solid var(--line); background: var(--white); }
.ps-bar span { width: 22px; height: 22px; border-radius: 8px; background: var(--champagne-soft); display: grid; place-items: center; color: var(--taupe); }
.ps-bar span.on { background: rgba(110,30,56,0.1); color: var(--burgundy); }
.ps-bar svg { width: 13px; height: 13px; }
.ps-shield { margin: 8px 14px; background: var(--champagne-soft); border-radius: 14px; padding: 12px; display: flex; gap: 10px; align-items: center; }
.ps-shield svg { width: 20px; height: 20px; color: var(--burgundy); flex: none; }
.ps-shield b { font-size: 0.7rem; display: block; }
.ps-shield span { font-size: 0.62rem; color: var(--taupe); }

/* ---------- Lifestyle split ---------- */
.split-media { position: relative; }
.split-media .frame-img { border-radius: var(--radius-l); overflow: hidden; box-shadow: var(--shadow-lift); position: relative; z-index: 1; }
.split-media .frame-img img { width: 100%; aspect-ratio: 4/4.7; object-fit: cover; }
.split-media::before {
  content: ""; position: absolute; inset: 18px -18px -18px 18px;
  border: 1px solid var(--gold-line); border-radius: var(--radius-l);
  z-index: 0;
}
.split.reverse .split-media::before { inset: 18px 18px -18px -18px; }
.split-media .float-chip {
  position: absolute; z-index: 2;
  bottom: -22px; left: -22px;
  background: var(--white); border-radius: var(--radius-m);
  box-shadow: var(--shadow-lift); padding: 16px 20px;
  display: flex; gap: 12px; align-items: center;
}
.split.reverse .split-media .float-chip { left: auto; right: -22px; }
.float-chip svg { width: 24px; height: 24px; color: var(--burgundy); }
.float-chip b { display: block; font-size: 0.9rem; }
.float-chip span { font-size: 0.75rem; color: var(--taupe); }

/* Feature checklist */
.check-list { display: grid; gap: 14px; margin-top: 26px; }
.check-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 0.98rem; font-weight: 550; color: var(--espresso-2); }
.check-list li svg { width: 20px; height: 20px; color: var(--burgundy); flex: none; margin-top: 2px; }
.check-list li b { font-weight: 750; }
.check-list li span { color: var(--taupe); font-weight: 500; }
.on-dark .check-list li,
.check-list.on-dark li { color: rgba(250,246,239,0.72); }
.on-dark .check-list li b,
.check-list.on-dark li b { color: rgba(250,246,239,0.76); }
.on-dark .check-list li span,
.check-list.on-dark li span { color: rgba(250,246,239,0.48); }
.on-dark .check-list li svg,
.check-list.on-dark li svg { color: rgba(217,175,164,0.68); }

/* ---------- Safety cards ---------- */
.safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.safety-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-m);
  padding: 28px 26px; box-shadow: var(--shadow-soft);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.safety-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.safety-card .ic {
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(110, 30, 56, 0.08); color: var(--burgundy);
  display: grid; place-items: center; margin-bottom: 18px;
}
.safety-card .ic svg { width: 22px; height: 22px; }
.safety-card h3 { font-size: 1.28rem; margin-bottom: 8px; }
.safety-card p { font-size: 0.9rem; color: var(--taupe); }

.callout {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--champagne-soft); border: 1px solid var(--champagne);
  border-left: 3px solid var(--burgundy);
  border-radius: var(--radius-s); padding: 20px 22px;
}
.callout svg { width: 22px; height: 22px; color: var(--burgundy); flex: none; margin-top: 2px; }
.callout b { display: block; margin-bottom: 4px; }
.callout p { font-size: 0.92rem; color: var(--espresso-2); }

/* ---------- Testimonials ---------- */
.testi-wrap { position: relative; max-width: 860px; margin-inline: auto; text-align: center; }
.testi-track { overflow: hidden; }
.testi-slide { display: none; animation: fadeUp 0.7s var(--ease); }
.testi-slide.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.testi-quote { font-family: var(--serif); font-size: clamp(1.5rem, 2.8vw, 2.15rem); line-height: 1.35; font-weight: 500; letter-spacing: -0.01em; }
.testi-quote::before { content: "“"; color: var(--rose); }
.testi-quote::after { content: "”"; color: var(--rose); }
.testi-person { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 28px; }
.testi-person img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 2px solid var(--champagne); }
.testi-person b { display: block; font-size: 0.95rem; }
.testi-person span { font-size: 0.8rem; color: var(--taupe); }
.testi-person > div { text-align: left; }
.testi-dots { display: flex; justify-content: center; gap: 9px; margin-top: 34px; }
.testi-dots button { width: 9px; height: 9px; border-radius: 50%; background: var(--champagne); transition: all 0.3s; }
.testi-dots button.active { background: var(--burgundy); transform: scale(1.35); }
.stars { display: flex; justify-content: center; gap: 4px; margin-bottom: 22px; color: var(--rose); }
.stars svg { width: 17px; height: 17px; }

/* ---------- FAQ accordion ---------- */
.faq-list { max-width: 780px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line-deep); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 22px 4px; text-align: left;
  font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: var(--ink);
  transition: color 0.2s;
}
.faq-q:hover { color: var(--burgundy); }
.faq-q .fx { flex: none; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-deep); display: grid; place-items: center; transition: all 0.35s var(--ease); }
.faq-q .fx svg { width: 14px; height: 14px; transition: transform 0.35s var(--ease); }
.faq-item.open .faq-q { color: var(--burgundy); }
.faq-item.open .fx { background: var(--burgundy); border-color: var(--burgundy); color: var(--ivory); }
.faq-item.open .fx svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.45s var(--ease); }
.faq-a p { padding: 0 44px 24px 4px; color: var(--taupe); font-size: 0.96rem; }

/* ---------- Final CTA ---------- */
.cta-panel {
  position: relative; border-radius: var(--radius-l); overflow: hidden;
  background:
    radial-gradient(1200px 500px at 85% -20%, rgba(183, 110, 121, 0.35), transparent 55%),
    linear-gradient(135deg, var(--burgundy-deep) 0%, var(--burgundy-ink) 55%, #2A0A15 100%);
  color: var(--ivory);
  padding: clamp(56px, 8vw, 110px) clamp(28px, 6vw, 90px);
  text-align: center;
  isolation: isolate;
}
.cta-panel::before, .cta-panel::after {
  content: ""; position: absolute; border: 1px solid rgba(217, 175, 164, 0.25); border-radius: 50%; z-index: -1;
}
.cta-panel::before { width: 460px; height: 460px; left: -180px; bottom: -220px; }
.cta-panel::after { width: 300px; height: 300px; right: -120px; top: -140px; }
.cta-panel h2 { color: var(--ivory); font-size: clamp(2.2rem, 4.6vw, 3.6rem); max-width: 18ch; margin-inline: auto; }
.cta-panel .lead { margin: 18px auto 34px; max-width: 52ch; color: rgba(250, 246, 239, 0.78); }
.cta-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.cta-fine { margin-top: 26px; font-size: 0.8rem; color: rgba(250, 246, 239, 0.55); letter-spacing: 0.04em; }

/* ---------- Footer ---------- */
.site-footer { background: var(--espresso); color: rgba(250, 246, 239, 0.75); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding: clamp(56px, 7vw, 84px) 0 48px; }
.footer-brand .brand-name { color: var(--ivory); }
.footer-brand .brand-name em { color: var(--rose-soft); }
.footer-brand p { font-size: 0.9rem; margin-top: 16px; max-width: 34ch; color: rgba(250,246,239,0.55); }
.footer-heading { color: var(--ivory); font-family: var(--sans); font-size: 0.76rem; font-weight: 750; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 18px; }
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { font-size: 0.92rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--rose-soft); }
.footer-bottom {
  border-top: 1px solid rgba(250, 246, 239, 0.12);
  padding: 24px 0 30px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  font-size: 0.8rem; color: rgba(250, 246, 239, 0.45);
}
.footer-bottom .legal { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-bottom a:hover { color: var(--rose-soft); }
.age-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  border: 1.5px solid var(--rose-soft); color: var(--rose-soft);
  font-weight: 800; font-size: 0.78rem; letter-spacing: 0.02em; flex: none;
}
.footer-age { display: flex; gap: 14px; align-items: center; margin-top: 22px; font-size: 0.78rem; color: rgba(250,246,239,0.5); max-width: 380px; }

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  position: relative; padding: 170px 0 clamp(56px, 7vw, 90px);
  color: var(--ivory); isolation: isolate; overflow: hidden;
  background: linear-gradient(120deg, var(--espresso) 0%, var(--burgundy-deep) 70%, var(--burgundy-ink) 100%);
}
.page-hero.has-img .ph-img { position: absolute; inset: 0; z-index: -2; }
.page-hero.has-img .ph-img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.page-hero.has-img::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(30,10,5,0.92) 20%, rgba(59,15,30,0.65) 70%, rgba(59,15,30,0.35)); }
.page-hero::before { content: ""; position: absolute; right: -160px; top: -160px; width: 480px; height: 480px; border: 1px solid rgba(217,175,164,0.2); border-radius: 50%; z-index: -1; }
.page-hero h1 { color: var(--ivory); max-width: 18ch; }
.page-hero .lead { margin-top: 18px; max-width: 56ch; color: rgba(250, 246, 239, 0.78); }
.page-hero .crumbs { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; color: var(--rose-soft); margin-bottom: 20px; display: flex; gap: 10px; align-items: center; }
.page-hero .crumbs a { opacity: 0.75; }
@media (min-width: 901px) {
  .page-hero .chat-room-title { max-width: none; white-space: nowrap; }
}

/* ---------- Long-form editorial guides ---------- */
.role-hero {
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding-block: calc(76px + clamp(72px, 10vh, 120px)) clamp(64px, 10vh, 112px);
}
.role-hero .container { width: 100%; }
.role-hero .ph-img img { object-position: center center; }
.role-hero::after {
  background: linear-gradient(90deg, rgba(25,8,11,.92) 0%, rgba(48,12,25,.72) 43%, rgba(35,10,17,.2) 74%, rgba(20,7,10,.08) 100%);
}
@media (min-width: 901px) {
  .role-hero {
    align-items: center;
    padding-block: 118px 72px;
  }
  .page-hero.has-img.role-hero .ph-img img { opacity: .92; }
  .role-hero::after {
    background: linear-gradient(90deg, rgba(25,8,11,.32) 0%, rgba(48,12,25,.14) 43%, rgba(35,10,17,.025) 74%, transparent 100%);
  }
}
.editorial-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
.guide-panel {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l);
  padding: clamp(26px, 4vw, 46px); box-shadow: var(--shadow-soft);
}
.guide-panel.dark { background: var(--espresso); color: rgba(250,246,239,.78); border-color: rgba(250,246,239,.1); }
.guide-panel.dark h2, .guide-panel.dark h3 { color: var(--ivory); }
.guide-panel.dark .lead { color: rgba(250,246,239,.72); }
.section-dark .guide-panel:not(.dark) h2,
.section-dark .guide-panel:not(.dark) h3 { color: var(--espresso-2); }
.section-dark .guide-panel:not(.dark) { color: var(--charcoal); }
.section-dark .guide-panel:not(.dark) p { color: var(--taupe); }
.section-dark .guide-panel:not(.dark) .eyebrow .tag { color: var(--burgundy); border-color: rgba(110,30,56,.28); background: var(--ivory); }
.section-dark .guide-panel:not(.dark) a { color: var(--burgundy); }
.guide-steps { display: grid; gap: 0; margin-top: 28px; counter-reset: guide-step; }
.guide-step { position: relative; padding: 0 0 28px 58px; counter-increment: guide-step; }
.guide-step:last-child { padding-bottom: 0; }
.guide-step::before {
  content: counter(guide-step, decimal-leading-zero); position: absolute; left: 0; top: 0;
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--rose); color: var(--burgundy); font: 700 .72rem var(--sans);
}
.guide-step:not(:last-child)::after { content: ""; position: absolute; left: 18px; top: 42px; bottom: 5px; width: 1px; background: var(--line-deep); }
.guide-step h3 { font-size: 1.28rem; margin-bottom: 6px; }
.guide-step p { color: var(--taupe); font-size: .94rem; line-height: 1.7; }
.app-showcase-copy { position: relative; }
.app-showcase-title { max-width: 100%; line-height: 1.02; }
.app-showcase-title > span { display: block; }
.app-showcase-title .serif-i {
  margin-top: .14em;
  font-size: .82em;
  line-height: 1.08;
}
@media (min-width: 1181px) {
  .app-showcase {
    grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
    gap: clamp(72px, 5vw, 96px);
  }
  .app-showcase-copy { max-width: 400px; padding-right: 0; left: 0; }
  .app-showcase-title { font-size: clamp(2.45rem, 2.55vw, 3rem); }
  .app-showcase .phone-stage { justify-content: flex-end; }
  .app-showcase .phone { width: clamp(220px, 18vw, 250px); }
}
@media (min-width: 901px) and (max-width: 1180px) {
  .app-showcase { grid-template-columns: 1fr; gap: 48px; }
  .app-showcase-copy { max-width: 640px; padding-right: 0; left: 0; }
  .app-showcase .phone { width: clamp(190px, 24vw, 230px); }
}
.dialogue-card { background: var(--blush); border-left: 3px solid var(--burgundy); border-radius: 0 var(--radius-m) var(--radius-m) 0; padding: 22px 24px; }
.dialogue-card + .dialogue-card { margin-top: 14px; }
.dialogue-card b { display: block; margin-bottom: 7px; color: var(--burgundy-ink); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.dialogue-card p { color: var(--charcoal); line-height: 1.7; }
.utility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.utility-grid.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.utility-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-m); background: var(--white); }
.utility-card .num { color: var(--burgundy); font: italic 500 2rem var(--serif); }
.utility-card h3 { margin: 10px 0 8px; font-size: 1.18rem; }
.utility-card p { color: var(--taupe); font-size: .92rem; line-height: 1.7; }
.section-dark .utility-card { background: rgba(250,246,239,.07); border-color: rgba(250,246,239,.16); }
.section-dark .utility-card h3 { color: var(--ivory); }
.section-dark .utility-card p { color: rgba(250,246,239,.72); }
.section-dark .utility-card a { color: var(--rose-soft); }
.do-dont-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
.do-dont { padding: 28px; border-radius: var(--radius-m); background: rgba(250,246,239,.07); border: 1px solid rgba(250,246,239,.12); }
.do-dont h3 { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; color: var(--ivory); }
.do-dont ul { display: grid; gap: 10px; }
.do-dont li { color: rgba(250,246,239,.72); line-height: 1.6; padding-left: 18px; position: relative; }
.do-dont li::before { content: ""; position: absolute; left: 0; top: .72em; width: 6px; height: 6px; border-radius: 50%; background: var(--rose-soft); }

@media (max-width: 900px) {
  .editorial-grid { grid-template-columns: 1fr; }
  .utility-grid { grid-template-columns: 1fr; }
  .utility-grid.two-col { grid-template-columns: 1fr; }
  .role-hero { min-height: 100svh; padding-block: 120px 64px; }
  .role-hero .ph-img img { object-position: 62% center; }
  .role-hero::after { background: linear-gradient(to top, rgba(25,8,11,.95) 0%, rgba(44,11,23,.76) 48%, rgba(25,8,11,.28) 100%); }
}
@media (max-width: 600px) {
  .do-dont-grid { grid-template-columns: 1fr; }
  .guide-panel { padding: 24px 20px; }
  .guide-step { padding-left: 50px; }
}
.page-hero .crumbs a:hover { opacity: 1; }

/* ---------- Prose (long-form pages) ---------- */
.prose { max-width: 760px; }
.prose h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin: 52px 0 18px; }
.prose h3 { font-size: 1.35rem; margin: 34px 0 12px; font-family: var(--serif); }
.prose p { color: var(--taupe); margin-bottom: 1.1em; font-size: 1.02rem; }
.prose p b, .prose li b { color: var(--espresso-2); }
.prose ul { margin: 0 0 1.2em; display: grid; gap: 10px; }
.prose ul li { padding-left: 26px; position: relative; color: var(--taupe); font-size: 1.0rem; }
.prose ul li::before { content: ""; position: absolute; left: 2px; top: 0.62em; width: 9px; height: 9px; border-radius: 50%; border: 2px solid var(--rose); }
.prose ol { margin: 0 0 1.2em 1.2em; display: grid; gap: 10px; list-style: decimal; color: var(--taupe); }
.prose .pull {
  font-family: var(--serif); font-size: 1.5rem; line-height: 1.4; color: var(--burgundy);
  border-left: 3px solid var(--rose); padding: 6px 0 6px 26px; margin: 36px 0; font-weight: 500; font-style: italic;
}

/* ---------- Stat band ---------- */
.stat-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat b { display: block; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 600; color: var(--burgundy); line-height: 1.1; }
.stat span { font-size: 0.82rem; font-weight: 650; letter-spacing: 0.08em; text-transform: uppercase; color: var(--taupe); }
.on-dark .stat b { color: var(--rose-soft); }
.on-dark .stat span { color: rgba(250,246,239,0.6); }
.principle-band .stat b { font-family: var(--sans); font-size: clamp(1.05rem, 2vw, 1.35rem); letter-spacing: .02em; }
.principle-band .stat span { margin-top: 10px; text-transform: none; letter-spacing: 0; line-height: 1.55; }

/* ---------- Blog cards ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card {
  background: var(--white); border-radius: var(--radius-m); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.post-card .pc-img { aspect-ratio: 16/10.5; overflow: hidden; }
.post-card .pc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.post-card:hover .pc-img img { transform: scale(1.06); }
.post-card .pc-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.post-card .pc-cat { font-size: 0.68rem; font-weight: 750; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rose); margin-bottom: 10px; }
.post-card h3 { font-size: 1.32rem; line-height: 1.25; margin-bottom: 10px; }
.post-card p { font-size: 0.9rem; color: var(--taupe); flex: 1; }
.post-card .pc-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; font-size: 0.78rem; color: var(--taupe-2); font-weight: 600; }
.post-card-link { color: inherit; text-decoration: none; }
.post-card-link:focus-visible { outline: 3px solid var(--rose); outline-offset: 4px; }
.pc-author { display: flex; align-items: center; gap: 10px; }
.pc-author img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }

/* ---------- Helpful editorial modules ---------- */
.feature-story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); gap: clamp(30px, 6vw, 82px); align-items: center; }
.feature-story.reverse .feature-visual { order: -1; }
.feature-visual { position: relative; min-width: 0; }
.feature-visual > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-l); box-shadow: var(--shadow-lift); }
.feature-note { position: absolute; right: -18px; bottom: 22px; max-width: 260px; padding: 18px 20px; border-radius: var(--radius-m); background: var(--white); box-shadow: var(--shadow-lift); border: 1px solid var(--line); }
.feature-note b { display: block; color: var(--burgundy); margin-bottom: 4px; font-size: .82rem; letter-spacing: .07em; text-transform: uppercase; }
.feature-note span { color: var(--taupe); font-size: .86rem; line-height: 1.55; }
.action-list { display: grid; gap: 14px; margin-top: 26px; }
.action-item { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; }
.action-item .mark { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--blush); color: var(--burgundy); font-weight: 800; font-size: .78rem; }
.action-item h3 { font-size: 1.12rem; margin-bottom: 3px; }
.action-item p { color: var(--taupe); font-size: .92rem; line-height: 1.65; }
.editorial-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.editorial-card { padding: clamp(24px, 3vw, 34px); border-radius: var(--radius-m); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.editorial-card .kicker { color: var(--rose); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.editorial-card h3 { margin: 12px 0 9px; font-size: 1.25rem; }
.editorial-card p { color: var(--taupe); font-size: .93rem; line-height: 1.7; }

/* ---------- Journal articles ---------- */
.article-hero { min-height: 72svh; display: flex; align-items: flex-end; }
.article-hero .ph-img img { object-position: center center; }
.article-hero::after { background: linear-gradient(90deg, rgba(24,8,11,.94) 0%, rgba(54,14,27,.76) 45%, rgba(30,9,15,.12) 75%); }
.article-hero h1 { max-width: 13ch; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 28px; color: rgba(250,246,239,.78); font-size: .86rem; }
.article-meta .author-mini { display: flex; align-items: center; gap: 11px; }
.article-meta img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(250,246,239,.55); }

/* Editorial heroes align to the outer content boundary on desktop only. */
@media (min-width: 901px) {
  .editorial-hero > .container,
  .article-hero > .container {
    width: min(100% - (2 * var(--gutter)), var(--container));
    max-width: var(--container);
    padding-inline: 0;
  }
  .article-meta { gap: 18px 30px; }
  .article-meta > time,
  .article-meta > span:last-child {
    position: relative;
    padding-left: 30px;
  }
  .article-meta > time::before,
  .article-meta > span:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 24px;
    background: rgba(250,246,239,.26);
    transform: translateY(-50%);
  }
}
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 260px; gap: clamp(38px, 6vw, 82px); align-items: start; justify-content: center; }
.article-body { max-width: 760px; }
.article-body > p:first-of-type { font-size: 1.18rem; color: var(--charcoal); }
.article-body h2 { margin: 48px 0 15px; font-size: clamp(1.75rem, 3vw, 2.35rem); }
.article-body h3 { margin: 30px 0 10px; font-size: 1.32rem; }
.article-body p, .article-body li { color: var(--taupe); line-height: 1.82; }
.article-body p { margin-bottom: 1.15em; }
.article-body ul, .article-body ol { display: grid; gap: 10px; margin: 0 0 1.5em 1.25em; }
.article-body ul { list-style: disc; }
.article-body ol { list-style: decimal; }
.article-body a { color: var(--burgundy); font-weight: 700; text-decoration: underline; text-decoration-color: var(--rose-soft); text-underline-offset: 3px; }
.article-callout { margin: 34px 0; padding: 26px 28px; border-radius: var(--radius-m); background: var(--blush); border-left: 3px solid var(--burgundy); }
.article-callout strong { display: block; margin-bottom: 7px; color: var(--burgundy-ink); }
.article-toc { position: sticky; top: 104px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-m); background: var(--white); box-shadow: var(--shadow-soft); }
.article-toc b { display: block; margin-bottom: 14px; font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; color: var(--burgundy); }
.article-toc ol { display: grid; gap: 10px; list-style: decimal; margin-left: 18px; color: var(--taupe); font-size: .85rem; line-height: 1.5; }
.article-author-box { display: grid; grid-template-columns: 86px 1fr; gap: 20px; align-items: center; margin-top: 54px; padding: 28px; border-radius: var(--radius-m); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.article-author-box img { width: 86px; height: 86px; border-radius: 50%; object-fit: cover; }
.article-author-box span { color: var(--rose); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }
.article-author-box h2 { margin: 4px 0 5px; font-size: 1.45rem; }
.article-author-box p { margin: 0; font-size: .9rem; line-height: 1.65; }

/* ---------- Forms ---------- */
.form-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l);
  padding: clamp(28px, 4vw, 46px); box-shadow: var(--shadow-soft);
}
.form-row { display: grid; gap: 8px; margin-bottom: 20px; }
.form-row label { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.02em; }
.form-row input, .form-row textarea, .form-row select {
  border: 1.5px solid var(--line); border-radius: 14px;
  padding: 14px 18px; font-size: 0.96rem; background: var(--ivory);
  transition: border-color 0.25s, box-shadow 0.25s; width: 100%;
}
.form-row input:focus, .form-row textarea:focus, .form-row select:focus {
  outline: none; border-color: var(--burgundy); box-shadow: 0 0 0 4px rgba(110, 30, 56, 0.1); background: var(--white);
}
.form-row textarea { min-height: 140px; resize: vertical; }
.form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note { font-size: 0.78rem; color: var(--taupe-2); margin-top: 14px; }
.form-success {
  display: none; text-align: center; padding: 30px 10px;
}
.form-success.show { display: block; animation: fadeUp 0.6s var(--ease); }
.form-success .ic { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; background: rgba(76, 154, 98, 0.12); color: #4C9A62; display: grid; place-items: center; }
.form-success .ic svg { width: 30px; height: 30px; }

/* ---------- Login split ---------- */
.login-wrap { display: grid; grid-template-columns: 1fr 1fr; min-height: 100svh; }
.login-form-side { display: flex; align-items: center; justify-content: center; padding: 120px var(--gutter) 60px; }
.login-box { width: 100%; max-width: 420px; }
.login-box h1 { font-size: clamp(2rem, 3.4vw, 2.8rem); margin-bottom: 12px; }
.login-box .sub { color: var(--taupe); margin-bottom: 34px; font-size: 0.98rem; }
.login-alt { text-align: center; margin-top: 26px; font-size: 0.9rem; color: var(--taupe); }
.login-alt a { color: var(--burgundy); font-weight: 700; }
.login-photo { position: relative; overflow: hidden; }
.login-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.login-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(30,10,5,0.75), rgba(30,10,5,0.05) 55%); }
.login-photo .lp-quote {
  position: absolute; z-index: 2; bottom: 56px; left: 48px; right: 48px; color: var(--ivory);
}
.login-photo .lp-quote p { font-family: var(--serif); font-size: 1.6rem; line-height: 1.35; font-style: italic; }
.login-photo .lp-quote span { display: block; margin-top: 14px; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; color: var(--rose-soft); }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; border-block: 1px solid var(--line); padding: 20px 0; background: var(--white); }
.marquee-track { display: flex; gap: 56px; width: max-content; animation: marquee 36s linear infinite; }
.marquee-track span {
  font-family: var(--serif); font-size: 1.15rem; font-style: italic; color: var(--taupe);
  display: flex; align-items: center; gap: 56px; white-space: nowrap;
}
.marquee-track span::after { content: "✦"; font-style: normal; color: var(--rose); font-size: 0.8rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Reveal animations ---------- */
[data-reveal] { opacity: 1; transform: none; }
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); transition-delay: var(--d, 0s); will-change: opacity, transform; }
.reveal-ready [data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Utility ---------- */
.mt-0 { margin-top: 0; } .mt-1 { margin-top: 12px; } .mt-2 { margin-top: 24px; } .mt-3 { margin-top: 36px; } .mt-4 { margin-top: 48px; }
.mb-2 { margin-bottom: 24px; } .mb-3 { margin-bottom: 36px; }
.img-rounded { border-radius: var(--radius-m); overflow: hidden; box-shadow: var(--shadow-soft); }
.img-rounded img { width: 100%; }
.two-col-text { columns: 2; column-gap: 44px; }
.two-col-text p { break-inside: avoid; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .main-nav { display: none; }
  .header-cta .login-link { display: none; }
  .nav-toggle { display: flex; }
  .mobile-menu { display: block; }
  .steps-grid { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .hero-card { display: none; }
  .split-chat { grid-template-columns: 1fr; }
}
@media (max-width: 1180px) {
  .chat-room-split { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 48px; }
  .split.reverse > .split-media { order: 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-left: 0; }
  .trust-item { border-top: 1px solid var(--line); }
  .trust-item:nth-child(-n+2) { border-top: 0; }
  .chat-frame { grid-template-columns: 1fr; min-height: 0; }
  .chat-list { border-right: 0; border-bottom: 1px solid var(--line); flex-direction: row; overflow-x: auto; padding: 6px 0; scrollbar-width: none; }
  .chat-list::-webkit-scrollbar { display: none; }
  .chat-list-head { display: none; }
  .chat-item { flex: 0 0 74px; width: 74px; flex-direction: column; gap: 6px; padding: 10px 14px; text-align: center; }
  .chat-item.active { box-shadow: inset 0 -3px 0 var(--burgundy); }
  .chat-item .ci-body { display: none; }
  .wish-grid { grid-template-columns: repeat(2, 1fr); }
  .safety-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-band { grid-template-columns: repeat(2, 1fr); row-gap: 32px; }
  .login-wrap { grid-template-columns: 1fr; }
  .login-photo { display: none; }
  .two-col-text { columns: 1; }
  .feature-story, .article-layout { grid-template-columns: 1fr; }
  .feature-story.reverse .feature-visual { order: 0; }
  .editorial-cards { grid-template-columns: 1fr; }
  .article-toc { position: static; order: -1; }
  .article-hero { min-height: 68svh; }
  .split-media .float-chip { left: 8px; bottom: -14px; }
  .split.reverse .split-media .float-chip { right: 8px; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .hero-content { text-align: center; display: flex; flex-direction: column; align-items: center; }
  .hero .hero-seo-title { width: 100%; max-width: 100%; font-size: clamp(2.05rem, 9.2vw, 2.55rem); line-height: 1.04; }
  .hero-seo-title .hero-title-copy { display: inline; max-width: 100%; }
  .hero-seo-title .hero-title-row { display: inline; }
  .hero-seo-title .hero-title-row + .hero-title-row::before { content: " "; }
  .hero-seo-title .hero-brand-line { display: block; margin: 0 auto 10px; font-size: .22em; }
  .hero .lead { margin-inline: auto; }
  .page-hero .h-1 { font-size: clamp(2.25rem, 11vw, 3rem); }
  .hero-actions { justify-content: center; width: 100%; }
  .header-cta { display: none; }
  .header-inner { gap: 16px; }
  .chat-pane-head { gap: 8px; padding: 14px; }
  .chat-pane-head .cp-actions { gap: 4px; }
  .chat-pane-head .cp-actions .icon-btn { width: 36px; height: 36px; }
  .chat-input { gap: 6px; padding: 12px; }
  .chat-input .field { padding-inline: 14px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .wish-grid, .safety-grid, .blog-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; row-gap: 34px; }
  .step { display: grid; grid-template-columns: 64px 1fr; gap: 4px 18px; }
  .step .num { grid-row: span 2; margin-bottom: 0; font-size: 2.2rem; }
  .form-2col { grid-template-columns: 1fr; }
  .hero-actions .btn, .hero-actions .btn-ghost, .cta-actions .btn { width: 100%; justify-content: center; }
  .hero { min-height: 92svh; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .rail-head { flex-direction: column; align-items: flex-start; }
  .phone-stage { gap: 12px; flex-wrap: wrap; }
  .phone { width: clamp(150px, 42vw, 210px); }
  .phone:nth-child(3) { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-left: 0; border-top: 1px solid var(--line); padding: 20px 6px; }
  .trust-item:first-child { border-top: 0; }
  .msg { max-width: 88%; }
  .feature-note { position: relative; right: auto; bottom: auto; margin: -24px 16px 0; }
  .article-author-box { grid-template-columns: 64px 1fr; padding: 22px 18px; }
  .article-author-box img { width: 64px; height: 64px; }
}
