/*
  Watch Dealer Alerts. Dark luxury landing stylesheet.
  Website developed by pressific.com Dileep C. Kaluaratchie and Emily Park.
  Unauthorised copying, redistribution or rehosting of this code,
  its design, its layout or its assets is not permitted.
  All rights reserved.
*/

:root {
  --ink:        #0a0a0a;
  --ink-2:      #111111;
  --ink-3:      #161616;
  --ink-4:      #1b1916;
  --cream:      #ece6d8;
  --cream-2:    #d8d2c4;
  --cream-soft: rgba(236, 230, 216, 0.72);
  --muted:      #8a857c;
  --line:       rgba(236, 230, 216, 0.10);
  --line-2:     rgba(236, 230, 216, 0.18);
  --gold:       #c9a96e;
  --gold-2:     #d8be88;
  --gold-soft:  rgba(201, 169, 110, 0.18);
  --serif:      "Cormorant Garamond", "Times New Roman", serif;
  --sans:       "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --maxw:       1240px;
  --maxw-n:     880px;
  --ease:       cubic-bezier(0.22, 0.61, 0.36, 1);

  /* Brand purple. Replaces the previous "yellow" buttons. Other gold accents
     (eyebrows, dial accents, separators) intentionally stay gold. */
  --brand:      #63509f;
  --brand-2:    #7866b1;
  --brand-soft: rgba(99, 80, 159, 0.18);

  /* Watch dial icon as a CSS mask. Use anywhere a horizontal hairline used
     to read like an em-dash. Element colour comes from background-color. */
  --watch-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><circle cx='8' cy='8' r='6.5' fill='none' stroke='black' stroke-width='1.4'/><line x1='8' y1='8' x2='8' y2='4.5' stroke='black' stroke-width='1.4' stroke-linecap='round'/><line x1='8' y1='8' x2='10.5' y2='8' stroke='black' stroke-width='1.4' stroke-linecap='round'/><circle cx='8' cy='8' r='0.9' fill='black'/></svg>");
}

/* ============================================================
   Light theme — variable overrides
   ============================================================
   Toggled by setting data-theme="light" on <html>. Server-side initial value
   read from the wda_theme cookie in index.php (no FOUC). Switching happens
   through POST /theme.php — see assets/js/main.js.
*/
[data-theme="light"] {
  --ink:        #f5f1e8;
  --ink-2:      #ece6d6;
  --ink-3:      #e3dbc7;
  --ink-4:      #dcd2bb;
  --cream:      #15110c;
  --cream-2:    #2a2419;
  --cream-soft: rgba(21, 17, 12, 0.74);
  --muted:      #6a6357;
  --line:       rgba(21, 17, 12, 0.10);
  --line-2:     rgba(21, 17, 12, 0.20);
  --gold:       #8c6a1e;
  --gold-2:     #b0894a;
  --gold-soft:  rgba(140, 106, 30, 0.18);
}

/* Always-dark sections — these were designed as dark editorial moments and
   contain hard-coded dark imagery / 3-D illusions (the hero video, the phone
   UI mockups, the globe sphere, the final CTA's dark photo backdrop). Even in
   light mode they stay dark — Bucherer/Hodinkee-style dark interruptions on a
   light page. The nav also stays dark for consistent branding. */
[data-theme="light"] .nav,
[data-theme="light"] .hero,
[data-theme="light"] .section--alerts,
[data-theme="light"] .section--global,
[data-theme="light"] .section--final,
[data-theme="light"] .footer {
  --ink:        #0a0a0a;
  --ink-2:      #111111;
  --ink-3:      #161616;
  --ink-4:      #1b1916;
  --cream:      #ece6d8;
  --cream-2:    #d8d2c4;
  --cream-soft: rgba(236, 230, 216, 0.72);
  --muted:      #8a857c;
  --line:       rgba(236, 230, 216, 0.10);
  --line-2:     rgba(236, 230, 216, 0.18);
  --gold:       #c9a96e;
  --gold-2:     #d8be88;
  --gold-soft:  rgba(201, 169, 110, 0.18);
  background-color: var(--ink);
  color: var(--cream);
}

/* Smooth cross-fade when toggling */
html, body, .section, .nav, .footer {
  transition: background-color 0.45s var(--ease), color 0.45s var(--ease);
}

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

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

body {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; transition: color 0.25s var(--ease), opacity 0.25s var(--ease); }
img, svg { max-width: 100%; display: block; }
button { background: none; border: 0; color: inherit; font: inherit; cursor: pointer; }
ul { list-style: none; }

::selection { background: var(--gold); color: var(--ink); }

/* ============================================================
   Layout primitives
============================================================ */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }
.container--narrow { max-width: var(--maxw-n); }
.text-center { text-align: center; }

.section { padding: 140px 0; position: relative; }
.section + .section { border-top: 1px solid var(--line); }
.section__intro { max-width: 760px; margin: 0 auto 80px; text-align: center; }
.section__outro { margin-top: 96px; text-align: center; }

.hairline {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--line-2) 30%, var(--line-2) 70%, transparent);
  margin-top: 100px;
}

/* ============================================================
   Typography
============================================================ */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 300; letter-spacing: -0.01em; }
h1 em, h2 em, h3 em { font-style: italic; font-weight: 300; color: var(--gold); }

.display {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--cream);
}
.display--xl { font-size: clamp(3rem, 7.5vw, 6rem); }

.lead {
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  line-height: 1.7;
  color: var(--cream-soft);
  max-width: 60ch;
}
.lead--center { margin: 24px auto 0; text-align: center; }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 28px;
}
.eyebrow--gold { color: var(--gold); }

.muted { color: var(--muted); }
.cta-line {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  font-style: italic;
  color: var(--cream-2);
  margin-bottom: 32px;
}

/* ============================================================
   Buttons
============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid transparent;
  transition: all 0.3s var(--ease);
  cursor: pointer;
  white-space: nowrap;
}
.btn--gold {
  background: var(--brand);
  color: #ffffff;
  border-color: var(--brand);
}
.btn--gold:hover { background: var(--brand-2); border-color: var(--brand-2); color: #ffffff; transform: translateY(-1px); }
.btn--ghost {
  background: transparent;
  color: var(--cream);
  border-color: var(--line-2);
}
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn--small { padding: 11px 20px; font-size: 0.78rem; }
.btn--lg { padding: 20px 44px; font-size: 1rem; }
.btn--full { width: 100%; }

/* ============================================================
   NAV
============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 22px 0;
  transition: background 0.4s var(--ease), padding 0.4s var(--ease), backdrop-filter 0.4s var(--ease);
}
.nav.is-scrolled {
  background: rgba(10, 10, 10, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.nav__inner { display: flex; align-items: center; gap: 40px; }
.nav__logo { display: flex; align-items: center; gap: 12px; line-height: 1; }
.nav__logo-mark {
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--gold);
  letter-spacing: 0.06em;
}
.nav__logo-icon {
  width: 32px; height: 32px;
  border-radius: 7px;
  display: block;
  flex-shrink: 0;
}
.nav__logo-word {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream);
}
.nav__links { display: flex; gap: 32px; margin-left: auto; }
.nav__links a {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--cream-soft);
}
.nav__links a:hover { color: var(--gold); }
.nav__cta { display: flex; align-items: center; gap: 16px; }

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--line-2);
  color: var(--cream-soft);
  cursor: pointer;
  padding: 0;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease),
              background 0.3s var(--ease), transform 0.4s var(--ease);
  position: relative;
}
.theme-toggle:hover {
  color: var(--gold);
  border-color: var(--gold);
  transform: rotate(15deg);
}
.theme-toggle:active { transform: scale(0.94); }
.theme-toggle.is-busy { opacity: 0.55; pointer-events: none; }
.theme-toggle svg {
  width: 16px;
  height: 16px;
  display: block;
}
[data-theme="dark"] .theme-toggle__moon { display: none; }
[data-theme="light"] .theme-toggle__sun  { display: none; }
.nav__login {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--cream-soft);
}
.nav__login:hover { color: var(--gold); }
.nav__burger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav__burger span { width: 22px; height: 1px; background: var(--cream); transition: transform 0.3s var(--ease), opacity 0.3s var(--ease); }
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ============================================================
   HERO
============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 140px 0 100px;
}
.hero__bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #1a1814;
  filter: grayscale(0.4) contrast(1.05) brightness(0.55);
  transform: scale(1.05);
}
.hero__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: grayscale(0.3) contrast(1.05) brightness(0.6);
  background: #0a0a0a;
}
.hero__veil {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(10,10,10,0.35) 0%, rgba(10,10,10,0.85) 70%, rgba(10,10,10,1) 100%),
    linear-gradient(180deg, rgba(10,10,10,0.4) 0%, transparent 25%, transparent 75%, rgba(10,10,10,1) 100%);
}
.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 920px;
}
.hero__headline {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(3.2rem, 8vw, 6.4rem);
  line-height: 1.0;
  letter-spacing: -0.025em;
  margin: 22px 0 36px;
  color: var(--cream);
}
.hero__headline em { color: var(--gold); font-style: italic; font-weight: 300; }
.hero__sub {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.7;
  color: var(--cream-soft);
  max-width: 640px;
  margin: 0 auto 44px;
}
.hero__sub-strong { display: block; margin-top: 12px; color: var(--cream); font-weight: 500; }
.hero__bullets {
  list-style: none;
  display: flex; flex-wrap: wrap; gap: 8px 26px;
  justify-content: center;
  margin: 0 auto 44px;
  max-width: 720px;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  color: var(--cream);
  font-weight: 300;
}
.hero__bullets li { position: relative; padding: 0 4px; }
.hero__bullets li + li::before {
  content: '·';
  color: var(--gold);
  margin-right: 22px;
  margin-left: -22px;
}
.hero__ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.hero__stores { display: flex; justify-content: center; margin-bottom: 50px; }
.hero__trust {
  display: flex; justify-content: center; gap: 18px; flex-wrap: wrap;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted);
}
.hero__trust .dot { color: var(--gold); }
.hero__scroll {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  width: 22px; height: 38px; border: 1px solid var(--line-2); border-radius: 20px;
  display: flex; justify-content: center; padding-top: 8px; z-index: 3;
}
.hero__scroll span {
  width: 1px; height: 6px; background: var(--gold);
  animation: scrollPulse 2s infinite var(--ease);
}
@keyframes scrollPulse {
  0%   { transform: translateY(0); opacity: 1; }
  60%  { transform: translateY(12px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* ============================================================
   SECTION 2 — Editorial Split
============================================================ */
.section--editorial { padding: 160px 0 120px; }
.section--editorial__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}
.section--editorial__right p { color: var(--cream-soft); margin-top: 28px; max-width: 50ch; }
.section--editorial__right p:first-child { margin-top: 0; }
.lead-list {
  list-style: none;
  margin: 22px 0 4px;
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 300;
  line-height: 1.45;
  color: var(--cream);
}
.lead-list li { padding-left: 38px; position: relative; }
.lead-list li::before {
  content: '';
  position: absolute; left: 0; top: 0.35em;
  width: 22px; height: 22px;
  background: var(--brand);
  -webkit-mask: var(--watch-icon) center / contain no-repeat;
          mask: var(--watch-icon) center / contain no-repeat;
}
.alert-criteria {
  list-style: none;
  display: flex; flex-wrap: wrap; gap: 8px 18px;
  justify-content: center;
  margin: 18px auto 24px;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  color: var(--cream);
}
.alert-criteria li { padding: 0 4px; }
.alert-criteria li + li::before {
  content: '·';
  color: var(--gold);
  margin-right: 18px;
  margin-left: -10px;
}
.why-list {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  font-weight: 300;
  line-height: 1.5;
  color: var(--cream);
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.why-list li {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  transition: color 0.3s var(--ease), letter-spacing 0.3s var(--ease);
}
.why-list li:last-child { border-bottom: 0; }
.why-list li:hover { color: var(--gold); letter-spacing: 0.005em; }

/* ============================================================
   SECTION 3 — Alerts / phones
============================================================ */
.section--alerts {
  background: linear-gradient(180deg, var(--ink) 0%, var(--ink-3) 50%, var(--ink) 100%);
}
.phones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin: 60px auto;
  max-width: 1100px;
  align-items: end;
}
.phone {
  position: relative;
  background: #1e1c19;
  border-radius: 38px;
  padding: 10px;
  box-shadow:
    0 0 0 2px #2a2723 inset,
    0 60px 80px -30px rgba(0,0,0,0.7),
    0 0 60px -10px var(--gold-soft);
  aspect-ratio: 9 / 19;
  transition: transform 0.6s var(--ease);
}
.phone--feature { transform: translateY(-30px); }
.phone:hover { transform: translateY(-6px); }
.phone--feature:hover { transform: translateY(-36px); }
.phone__notch {
  position: absolute;
  top: 18px;
  left: 50%; transform: translateX(-50%);
  width: 90px; height: 22px;
  background: #0a0a0a;
  border-radius: 12px;
  z-index: 2;
}
.phone__screen {
  background: #0e0d0b;
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex; flex-direction: column;
  font-size: 0.7rem;
  color: var(--cream);
}
.phone__statusbar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 22px 6px;
  font-size: 0.62rem;
  color: var(--cream-2);
  font-weight: 600;
}
.phone__header {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 18px 14px;
  border-bottom: 1px solid #1a1816;
  font-size: 0.78rem;
}
.phone__back { color: var(--gold); }
.phone__title { font-family: var(--serif); font-size: 0.95rem; color: var(--cream); }
.phone__live { font-size: 0.62rem; color: var(--gold); display: flex; align-items: center; gap: 5px; }
.phone__live-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px var(--gold); }
.phone__body { padding: 18px; overflow: hidden; flex: 1; }
.phone__body--feed { padding: 10px; display: flex; flex-direction: column; gap: 8px; }
.phone__body--chat { padding: 12px; display: flex; flex-direction: column; gap: 8px; overflow-y: hidden; }
.phone__header--chat { padding: 14px 16px; }
.phone__chat-id { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.phone__chat-name { font-family: var(--serif); font-size: 0.85rem; }
.phone__chat-verified { font-size: 0.55rem; color: var(--gold); letter-spacing: 0.06em; }
.phone__compose {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 14px;
  border-top: 1px solid #1a1816;
  font-size: 0.7rem;
  color: var(--muted);
}
.phone__send {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--gold); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
}

/* phone field components */
.ph-field { margin-bottom: 14px; }
.ph-field label {
  display: block;
  font-size: 0.55rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 4px;
}
.ph-input {
  background: #181613;
  border: 1px solid #221f1c;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 0.72rem;
  color: var(--cream);
}
.ph-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.ph-chip {
  border: 1px solid #221f1c;
  padding: 3px 8px;
  font-size: 0.58rem;
  border-radius: 12px;
  color: var(--muted);
}
.ph-chip--on { background: var(--gold-soft); border-color: var(--gold); color: var(--gold); }
.ph-toggle {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.7rem;
  margin: 14px 0 18px;
}
.ph-switch {
  width: 30px; height: 16px; border-radius: 10px;
  background: #2a2723; position: relative;
}
.ph-switch::after {
  content: ''; position: absolute; top: 2px; left: 2px;
  width: 12px; height: 12px; border-radius: 50%; background: #4a4540;
  transition: all 0.3s;
}
.ph-switch--on { background: var(--gold); }
.ph-switch--on::after { left: 16px; background: var(--ink); }
.ph-btn {
  background: var(--gold);
  color: var(--ink);
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* feed cards */
.ph-card {
  background: #15130f;
  border: 1px solid #221f1c;
  border-radius: 10px;
  padding: 10px 12px;
}
.ph-card--new { border-color: var(--gold); box-shadow: 0 0 12px var(--gold-soft); }
.ph-card__top { display: flex; justify-content: space-between; align-items: baseline; }
.ph-card__brand { font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.ph-card__price { font-family: var(--serif); font-size: 0.85rem; color: var(--cream); }
.ph-card__model { font-family: var(--serif); font-size: 0.78rem; margin: 2px 0; color: var(--cream); }
.ph-card__meta { font-size: 0.58rem; color: var(--muted); margin-bottom: 6px; }
.ph-card__bottom { display: flex; justify-content: space-between; align-items: center; }
.ph-card__dealer { font-size: 0.55rem; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; }
.ph-card__cta {
  font-size: 0.58rem;
  background: var(--gold);
  color: var(--ink);
  padding: 3px 9px;
  border-radius: 3px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* chat */
.ph-msg {
  max-width: 80%;
  padding: 8px 11px;
  font-size: 0.7rem;
  border-radius: 12px;
  line-height: 1.4;
  position: relative;
}
.ph-msg__time {
  display: block;
  font-size: 0.5rem;
  color: var(--muted);
  margin-top: 3px;
  text-align: right;
}
.ph-msg--in { background: #181613; align-self: flex-start; border-top-left-radius: 4px; }
.ph-msg--out { background: var(--gold); color: var(--ink); align-self: flex-end; border-top-right-radius: 4px; }
.ph-msg--out .ph-msg__time { color: rgba(10,10,10,0.55); }
.ph-msg--reserved { color: var(--gold); border-color: var(--gold); }

/* ============================================================
   App store badges
============================================================ */
.app-badges { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.app-badges-row { margin-top: 36px; display: flex; justify-content: center; }
.app-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  background: rgba(236,230,216,0.04);
  border: 1px solid var(--line-2);
  border-radius: 8px;
  transition: all 0.3s var(--ease);
  min-width: 168px;
}
.app-badge:hover { border-color: var(--brand); background: var(--brand-soft); }
.app-badge__logo { width: 22px; height: 22px; fill: var(--cream); flex-shrink: 0; transition: fill 0.3s var(--ease); }
.app-badge:hover .app-badge__logo { fill: var(--brand); }
.app-badge__text { display: flex; flex-direction: column; line-height: 1.05; text-align: left; }
.app-badge__small { font-size: 0.56rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.app-badge__large { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; color: var(--cream); margin-top: 2px; }

/* ============================================================
   SECTION 4 — Features grid
============================================================ */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-2);
  border: 1px solid var(--line-2);
}
.feature {
  padding: 50px 40px;
  background: var(--ink);
  transition: background 0.4s var(--ease);
}
.feature:hover { background: var(--ink-3); }
.feature__num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--gold);
  margin-bottom: 18px;
}
.feature h3 {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 16px;
  color: var(--cream);
}
.feature p { color: var(--cream-soft); font-size: 0.95rem; }
.feature--accent { background: linear-gradient(135deg, var(--ink-4) 0%, var(--ink-2) 100%); }
.feature--accent h3 em, .feature--accent h3 { color: var(--gold); }
.section--features .section__outro .btn { display: inline-flex; }

/* ============================================================
   SECTION 5 — Split with media
============================================================ */
.section--split { background: var(--ink-2); }
.section--split__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: stretch;
}
.section--split__media { display: flex; }
.media-frame {
  position: relative;
  flex: 1;
  min-height: 540px;
  background-color: #1a1814;
  background-size: cover;
  background-position: center;
  filter: grayscale(0.5) contrast(1.05);
  border: 1px solid var(--line-2);
}
@media (max-width: 1000px) {
  .media-frame { flex: 0 0 auto; aspect-ratio: 4/5; min-height: auto; }
}
.media-frame__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(10,10,10,0.7) 100%);
}
.section--split__text .lead { margin: 24px 0; }
.serif-list {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 300;
  line-height: 1.4;
  color: var(--cream);
  margin: 28px 0 32px;
}
.serif-list li { position: relative; padding-left: 44px; transition: color 0.3s; }
.serif-list li::before {
  content: '';
  position: absolute; left: 0; top: 0.32em;
  width: 26px; height: 26px;
  background: var(--brand);
  -webkit-mask: var(--watch-icon) center / contain no-repeat;
          mask: var(--watch-icon) center / contain no-repeat;
  transition: transform 0.3s var(--ease);
}
.serif-list li:hover { color: var(--gold); }
.serif-list li:hover::before { transform: rotate(45deg); }

/* ============================================================
   SECTION 6 — Global
============================================================ */
.section--global { background: linear-gradient(180deg, var(--ink-2) 0%, var(--ink) 100%); }

/* ----- Rotating dot-globe ----- */
.globe {
  width: 100%;
  max-width: 560px;
  margin: 30px auto 70px;
  aspect-ratio: 1 / 1;
  position: relative;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.6));
}
.globe::after {
  /* faint outer aura */
  content: '';
  position: absolute;
  inset: -18%;
  background: radial-gradient(circle at center, rgba(99,80,159,0.08) 0%, transparent 55%);
  pointer-events: none;
  z-index: -1;
}
.globe__svg { width: 100%; height: 100%; display: block; }

.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
  max-width: 900px;
  margin: 0 auto;
}
.pillars li {
  padding: 28px 16px;
  text-align: center;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--cream);
  border-right: 1px solid var(--line-2);
}
.pillars li:last-child { border-right: 0; }

/* ============================================================
   SECTION 7 — Why
============================================================ */
.section--why { background: var(--ink); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 50px;
}
.why-grid li { position: relative; padding-left: 36px; }
.why-grid__mark {
  position: absolute; left: 0; top: 4px;
  font-family: var(--serif);
  font-size: 1.6rem;
  color: var(--gold);
  line-height: 1;
}
.why-grid h3 {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 8px;
  color: var(--cream);
}
.why-grid p { color: var(--cream-soft); font-size: 0.95rem; }

/* ============================================================
   SECTION 8 — Pricing
============================================================ */
.section--pricing {
  background:
    radial-gradient(ellipse at top, rgba(201,169,110,0.06) 0%, transparent 60%),
    var(--ink);
}
.pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 360px));
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
  justify-content: center;
}
.pricing__card {
  background: var(--ink-2);
  border: 1px solid var(--line-2);
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s var(--ease);
  position: relative;
}
.pricing__card:hover { transform: translateY(-6px); border-color: var(--gold); }
.pricing__card--best {
  border-color: var(--gold);
  background: linear-gradient(180deg, var(--ink-4) 0%, var(--ink-2) 100%);
}
.pricing__eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 20px;
}
.pricing__pill {
  margin-left: 10px;
  background: var(--gold-soft);
  color: var(--gold);
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
}
.pricing__amount {
  font-family: var(--serif);
  font-weight: 300;
  margin-bottom: 4px;
  display: flex;
  align-items: baseline;
  color: var(--cream);
}
.pricing__amount-currency { font-size: 1.6rem; margin-right: 4px; color: var(--gold); }
.pricing__amount-num { font-size: 4rem; line-height: 1; }
.pricing__per { font-size: 0.85rem; color: var(--muted); margin-bottom: 32px; }
.pricing__card ul { margin: 0 0 36px; flex: 1; }
.pricing__card li {
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
  color: var(--cream-soft);
  position: relative;
  padding-left: 22px;
}
.pricing__card li::before {
  content: '+';
  position: absolute; left: 0; top: 10px;
  color: var(--gold);
  font-family: var(--serif);
}
.pricing__card li:last-child { border-bottom: 1px solid var(--line); }
.pricing__footnote {
  text-align: center;
  margin-top: 40px;
  font-family: var(--serif);
  font-style: italic;
  color: var(--muted);
}

/* ============================================================
   SECTION 9 — FAQ
============================================================ */
.section--faq { background: var(--ink-2); }
.faq { border-top: 1px solid var(--line-2); }
.faq__item { border-bottom: 1px solid var(--line-2); }
.faq__q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 28px 0;
  text-align: left;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 400;
  color: var(--cream);
  transition: color 0.3s var(--ease);
}
.faq__q:hover { color: var(--gold); }
.faq__icon {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--gold);
  transition: transform 0.4s var(--ease);
  flex-shrink: 0;
}
.faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease);
}
.faq__a p {
  padding: 0 0 28px;
  color: var(--cream-soft);
  font-size: 1.02rem;
  max-width: 60ch;
}
.faq__item.is-open .faq__a { max-height: 280px; }
.faq__item.is-open .faq__icon { transform: rotate(45deg); }

/* ============================================================
   SECTION 10 — Final
============================================================ */
.section--final {
  padding: 180px 0;
  background: var(--ink);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.section--final__bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  filter: grayscale(0.7) brightness(0.35) contrast(1.1);
  transform: scale(1.05);
  z-index: 0;
}
.section--final__veil {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.95) 70%),
    radial-gradient(ellipse at center, rgba(201,169,110,0.12) 0%, transparent 60%);
  z-index: 1;
}
.section--final .display { margin: 32px 0; }
.section--final .lead { margin: 0 auto 50px; }
.final-cta { margin-bottom: 36px; }

/* ============================================================
   FOOTER
============================================================ */
.footer {
  background: var(--ink);
  border-top: 1px solid var(--line-2);
  padding: 70px 0 50px;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: start;
}
.footer__brand { max-width: 360px; }
.footer__word {
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--cream);
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.footer__tag { font-size: 0.88rem; color: var(--muted); }
.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: flex-end;
}
.footer__links a {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--cream-soft);
}
.footer__links a:hover { color: var(--gold); }
.footer__copy {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  padding-top: 30px;
  margin-top: 40px;
  font-size: 0.75rem;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-align: center;
}
.footer__credit {
  grid-column: 1 / -1;
  margin-top: 8px;
  font-size: 0.75rem;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-align: center;
}
.footer__credit a {
  color: var(--cream-soft);
  border-bottom: 1px solid var(--line-2);
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.footer__credit a:hover { color: var(--gold); border-bottom-color: var(--gold); }

/* ============================================================
   Reveal animation
============================================================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* ----- Word-by-word headline split ----- */
[data-split].reveal { opacity: 1 !important; transform: none !important; }
.word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  line-height: inherit;
  /* tiny right-pad so descenders aren't clipped */
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
}
.word-inner {
  display: inline-block;
  transform: translate3d(0, 110%, 0) rotate(2deg);
  transform-origin: bottom left;
  transition:
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1),
    opacity   1.05s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--w, 0) * 0.055s);
  opacity: 0;
  will-change: transform;
}
[data-split].is-in .word-inner { transform: none; opacity: 1; }

/* ----- Eyebrow with watch-dial accent ----- */
.eyebrow--with-dial {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  vertical-align: middle;
}
.eyebrow-dial {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  /* the hand rotates inside the SVG; the SVG itself stays static */
}
.eyebrow-dial__hand {
  transform-origin: 0 0;
  transform: rotate(0deg);
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.25s;
}
/* hand target = section number × 30° (each "hour" on the dial) */
.is-in .eyebrow-dial__hand { transform: rotate(calc(var(--sec, 0) * 30deg)); }

/* Subtle keep-alive: when reduced motion, just show the hand at target */
@media (prefers-reduced-motion: reduce) {
  .eyebrow-dial__hand { transform: rotate(calc(var(--sec, 0) * 30deg)) !important; transition: none !important; }
}

/* ----- Stagger children inside containers marked [data-stagger] ----- */
[data-stagger] > * {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
  transition-delay: calc(var(--i, 0) * 0.08s);
  will-change: transform, opacity;
}
[data-stagger].is-in > * { opacity: 1; transform: none; }

/* ----- Parallax via --py custom property (JS sets it) ----- */
[data-parallax] { transform: translate3d(0, var(--py, 0px), 0); will-change: transform; }
/* hero/final backgrounds had built-in scale(1.05); preserve it with parallax */
.hero__bg          { transform: scale(1.05) translate3d(0, var(--py, 0px), 0); }
.hero__video       { transform: translate3d(0, var(--py, 0px), 0); }
.section--final__bg{ transform: scale(1.05) translate3d(0, var(--py, 0px), 0); }
.media-frame       { transform: translate3d(0, var(--py, 0px), 0); }

/* ----- Corner watch-dial scroll indicator ----- */
.scroll-dial {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 95;
  opacity: 0;
  transform: scale(0.7) translateY(20px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.55));
}
.is-scrolled-past-hero .scroll-dial {
  opacity: 1;
  transform: none;
}
.scroll-dial svg {
  width: 100%;
  height: 100%;
  display: block;
}
.scroll-dial__hand-hr,
.scroll-dial__hand-min,
.scroll-dial__hand-sec { transform-origin: 0 0; }
.scroll-dial__label {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 6px;
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: 0;
  transition: opacity 0.3s var(--ease), color 0.3s var(--ease);
  pointer-events: none;
  white-space: nowrap;
}
.scroll-dial:hover .scroll-dial__label { opacity: 1; color: var(--gold); }
.scroll-dial:hover .scroll-dial__rim { stroke: var(--gold); }
.scroll-dial__rim { transition: stroke 0.3s var(--ease); }

@media (max-width: 760px) {
  .scroll-dial { right: 16px; bottom: 16px; width: 60px; height: 60px; }
}

/* ----- Phone 3D fan arrangement ----- */
.phones { perspective: 2400px; }
.phone--1 { transform: rotateY(10deg) translateY(14px); }
.phone--2 { transform: rotateY(0)     translateY(-30px); }
.phone--3 { transform: rotateY(-10deg) translateY(14px); }
.phone--1:hover { transform: rotateY(8deg) translateY(8px); }
.phone--2:hover { transform: rotateY(0)    translateY(-36px); }
.phone--3:hover { transform: rotateY(-8deg) translateY(8px); }

/* ----- Hero scroll indicator fades out as you scroll past the hero ----- */
.hero__scroll { transition: opacity 0.5s var(--ease); }
.is-scrolled-past-hero .hero__scroll { opacity: 0; }

@media (prefers-reduced-motion: reduce) {
  .reveal,
  [data-stagger] > *,
  .word-inner,
  .eyebrow.reveal { opacity: 1 !important; transform: none !important; letter-spacing: inherit !important; }
  [data-parallax] { transform: none !important; }
  .hero__bg, .section--final__bg { transform: scale(1.05) !important; }
  * { animation: none !important; transition: none !important; }
}

@media (max-width: 1000px) {
  .phone--1, .phone--2, .phone--3 { transform: none; }
}

/* ============================================================
   Responsive
============================================================ */
@media (max-width: 1000px) {
  .feature-grid, .why-grid, .pricing, .pillars { grid-template-columns: repeat(2, 1fr); }
  .section--split__grid, .section--editorial__grid { grid-template-columns: 1fr; gap: 50px; }
  .phones { gap: 20px; }
  .phone--feature { transform: none; }
  .phone--feature:hover { transform: translateY(-6px); }
}

@media (max-width: 760px) {
  .section { padding: 90px 0; }
  .container { padding: 0 22px; }
  .nav__links, .nav__login { display: none; }
  .nav__burger { display: flex; margin-left: auto; }
  .nav__cta .btn { display: none; }
  .nav.is-mobile-open .nav__links {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--ink); padding: 30px 22px;
    border-bottom: 1px solid var(--line-2);
    gap: 18px;
  }
  .hero { min-height: 90vh; padding-top: 100px; }
  .hero__ctas { flex-direction: column; align-items: stretch; }
  .hero__ctas .btn { width: 100%; }
  .phones { grid-template-columns: 1fr; max-width: 320px; margin-left: auto; margin-right: auto; }
  .feature-grid, .why-grid, .pricing, .pillars { grid-template-columns: 1fr; }
  .pillars li { border-right: 0; border-bottom: 1px solid var(--line-2); }
  .pillars li:last-child { border-bottom: 0; }
  .footer__inner { grid-template-columns: 1fr; }
  .footer__links { justify-content: flex-start; }
  .app-badges { flex-direction: column; align-items: center; }
}

/* ============================================================
   Legal pages (privacy, terms, cookies, disclaimer)
   Single column readable article layout.
   Website developed by pressific.com Dileep C. Kaluaratchie and Emily Park.
============================================================ */
.legal {
  background: var(--ink);
  padding: 160px 0 120px;
  min-height: 80vh;
}
.legal__container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 32px;
}
.legal__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 48px;
  transition: color 0.3s var(--ease);
}
.legal__back:hover { color: var(--gold); }
.legal__eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.legal__title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--cream);
  margin: 0 0 16px;
}
.legal__meta {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 50px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line-2);
}
.legal__intro p {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.55;
  color: var(--cream-soft);
  margin: 0 0 50px;
}
.legal__intro a {
  color: var(--gold);
  border-bottom: 1px solid var(--gold-soft);
  transition: border-color 0.3s var(--ease);
}
.legal__intro a:hover { border-bottom-color: var(--gold); }

.legal__body {
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--cream-soft);
}
.legal__body h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 1.95rem);
  line-height: 1.2;
  color: var(--cream);
  letter-spacing: -0.005em;
  margin: 60px 0 22px;
}
.legal__body h2:first-child { margin-top: 0; }
.legal__body h3 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cream-2);
  margin: 36px 0 14px;
}
.legal__body p {
  margin: 0 0 18px;
}
.legal__body ul {
  list-style: none;
  margin: 8px 0 24px;
  padding: 0;
}
.legal__body li {
  position: relative;
  padding-left: 28px;
  margin: 0 0 9px;
  line-height: 1.65;
}
.legal__body li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.32em;
  width: 16px;
  height: 16px;
  background: var(--brand);
  -webkit-mask: var(--watch-icon) center / contain no-repeat;
          mask: var(--watch-icon) center / contain no-repeat;
}
.legal__body a {
  color: var(--gold);
  border-bottom: 1px solid var(--gold-soft);
  transition: border-color 0.3s var(--ease);
}
.legal__body a:hover { border-bottom-color: var(--gold); }
.legal__address {
  font-style: normal;
  padding: 22px 24px;
  border-left: 1px solid var(--gold);
  background: rgba(201, 169, 110, 0.04);
  margin: 16px 0 8px;
  line-height: 1.7;
}

@media (max-width: 760px) {
  .legal { padding: 120px 0 80px; }
  .legal__container { padding: 0 22px; }
  .legal__back { margin-bottom: 30px; }
  .legal__meta { margin-bottom: 40px; }
  .legal__body h2 { margin-top: 44px; }
}

/* ============================================================
   Contact form
   Used on /contact.php. Reuses the .legal page chrome.
   Website developed by pressific.com Dileep C. Kaluaratchie and Emily Park.
============================================================ */
.contact-form { display: grid; gap: 26px; margin-top: 14px; }
.contact-form .field { display: grid; gap: 8px; }
.contact-form label {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 400;
  color: var(--cream);
  background: rgba(236, 230, 216, 0.03);
  border: 1px solid var(--line-2);
  border-radius: 0;
  padding: 14px 16px;
  width: 100%;
  appearance: none;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--brand);
  background: rgba(99, 80, 159, 0.06);
}
.contact-form textarea {
  resize: vertical;
  min-height: 180px;
  font-family: var(--sans);
  line-height: 1.55;
}
.contact-form .form-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.contact-form .form-note {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0;
}
.contact-form .form-note a {
  color: var(--cream-soft);
  border-bottom: 1px solid var(--line-2);
}
.contact-form .form-note a:hover { color: var(--brand); border-bottom-color: var(--brand); }

/* Honeypot. Hidden from real users; bots see and fill it. */
.field--honey {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.form-flash {
  padding: 18px 22px;
  margin: 0 0 32px;
  border-left: 2px solid var(--brand);
  background: rgba(99, 80, 159, 0.08);
}
.form-flash--ok { border-left-color: var(--gold); background: rgba(201, 169, 110, 0.08); }
.form-flash--err { border-left-color: #b94c4c; background: rgba(185, 76, 76, 0.08); }
.form-flash p { margin: 0 0 6px; color: var(--cream); }
.form-flash ul { margin: 8px 0 0; padding: 0; list-style: none; }
.form-flash li { padding-left: 0; color: var(--cream-soft); font-size: 0.95rem; }
.form-flash li::before { display: none; }
