/* ================================================================
   SAKINAH — Marketing Site
   Light Neutral Sand theme · Fraunces + Inter
   ================================================================ */

:root {
  /* Surfaces */
  --bg:            #F7F4ED;
  --bg-warm:       #F1ECDF;
  --surface:       #FCF9F2;
  --surface-2:     #FFFDF7;
  --ink:           #2B2217;
  --ink-2:         #5D4C38;
  --ink-3:         #8B7A63;
  --ink-4:         #B6AA99;

  /* Accent */
  --sand:          #BFA26A;
  --sand-deep:     #A18452;
  --sand-soft:     rgba(191, 162, 106, 0.14);
  --sand-faint:    rgba(191, 162, 106, 0.06);

  /* Semantic */
  --sage:          #6F8A4D;
  --sage-soft:     rgba(111, 138, 77, 0.14);
  --rust:          #B65B4A;
  --amber:         #C28A2F;

  /* Lines & shadow */
  --line:          #DCCFB9;
  --line-soft:     #E7DFCB;
  --shadow-sm:     0 1px 2px rgba(43, 34, 23, 0.05);
  --shadow:        0 8px 24px -8px rgba(43, 34, 23, 0.10), 0 2px 6px rgba(43, 34, 23, 0.04);
  --shadow-lg:     0 30px 60px -20px rgba(43, 34, 23, 0.18), 0 12px 24px -12px rgba(43, 34, 23, 0.08);
  --shadow-phone:  0 50px 80px -30px rgba(43, 34, 23, 0.30), 0 20px 40px -20px rgba(43, 34, 23, 0.18);

  /* Type */
  --font-display: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  --font-sans:    'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;

  --t-xs:   0.75rem;
  --t-sm:   0.875rem;
  --t-base: 1rem;
  --t-md:   1.125rem;
  --t-lg:   1.375rem;
  --t-xl:   1.75rem;
  --t-2xl:  2.25rem;
  --t-3xl:  3rem;
  --t-4xl:  4rem;
  --t-display: clamp(2.75rem, 7vw, 5.25rem);

  /* Spacing */
  --sp-1:  0.25rem;
  --sp-2:  0.5rem;
  --sp-3:  0.75rem;
  --sp-4:  1rem;
  --sp-5:  1.25rem;
  --sp-6:  1.5rem;
  --sp-8:  2rem;
  --sp-10: 2.5rem;
  --sp-12: 3rem;
  --sp-16: 4rem;
  --sp-20: 5rem;
  --sp-24: 6rem;
  --sp-32: 8rem;

  /* Layout */
  --container:        1200px;
  --container-narrow: 720px;
  --pad:              1.5rem;

  /* Motion */
  --ease:     cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur:      400ms;
  --dur-fast: 200ms;

  /* Radii */
  --r-sm:   8px;
  --r-md:   14px;
  --r-lg:   22px;
  --r-xl:   32px;
  --r-full: 9999px;
}

/* ----------------------------------------------------------------
   Reset
   ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-sans);
  font-size: var(--t-base);
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'ss01', 'cv11';
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--sand-deep); text-decoration: none; transition: color var(--dur-fast) var(--ease); }
a:hover { color: var(--ink); }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; }
::selection { background: var(--sand); color: var(--surface); }

/* ----------------------------------------------------------------
   Layout helpers
   ---------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad);
}
.container-narrow { max-width: var(--container-narrow); }
.section { padding: var(--sp-24) 0; position: relative; }
@media (max-width: 720px) { .section { padding: var(--sp-16) 0; } }

/* ----------------------------------------------------------------
   Type primitives
   ---------------------------------------------------------------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-sans);
  font-size: var(--t-xs);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sand-deep);
}
.eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.eyebrow.center::after {
  content: '';
  width: 24px;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.display {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: 'opsz' 144, 'SOFT' 30;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-wrap: balance;
}
.display em {
  font-style: italic;
  font-variation-settings: 'opsz' 144, 'SOFT' 100;
  color: var(--sand-deep);
}
.lede {
  font-size: var(--t-md);
  line-height: 1.55;
  color: var(--ink-2);
  text-wrap: pretty;
}

/* ----------------------------------------------------------------
   Section header
   ---------------------------------------------------------------- */
.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--sp-16);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-4);
}
.section-header h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.section-header h2 em {
  font-style: italic;
  color: var(--sand-deep);
}
.section-header p { color: var(--ink-2); font-size: var(--t-md); max-width: 560px; text-wrap: pretty; }

/* ----------------------------------------------------------------
   Header / Nav
   ---------------------------------------------------------------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(247, 244, 237, 0.72);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.site-header.scrolled {
  background: rgba(247, 244, 237, 0.92);
  border-bottom-color: var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.nav-brand:hover { color: var(--ink); }
.nav-brand .mark {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  color: var(--sand-deep);
}
.nav-menu {
  display: none;
  align-items: center;
  gap: var(--sp-8);
}
.nav-menu a {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--ink-2);
  position: relative;
}
.nav-menu a:not(.nav-cta)::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 1px;
  background: var(--sand-deep);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms var(--ease);
}
.nav-menu a:not(.nav-cta):hover { color: var(--ink); }
.nav-menu a:not(.nav-cta):hover::after { transform: scaleX(1); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--ink);
  color: var(--surface) !important;
  padding: 0.6rem 1.1rem;
  border-radius: var(--r-full);
  font-weight: 500;
  font-size: 0.875rem;
  transition: transform 300ms var(--ease), background 300ms var(--ease);
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--sand-deep); transform: translateY(-1px); color: var(--surface) !important; }
.nav-cta svg { transition: transform 300ms var(--ease); }
.nav-cta:hover svg { transform: translateX(2px); }

/* Mobile toggle */
.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  width: 36px; height: 36px;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: var(--r-full);
}
.nav-toggle-bar {
  width: 18px; height: 1.5px;
  background: var(--ink);
  transition: transform 200ms var(--ease), opacity 200ms var(--ease);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:first-child { transform: translateY(3.25px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:last-child { transform: translateY(-3.25px) rotate(-45deg); }

@media (min-width: 820px) {
  .nav-toggle { display: none; }
  .nav-menu { display: inline-flex; }
}
@media (max-width: 819px) {
  .nav-menu {
    position: absolute;
    top: 68px; left: 0; right: 0;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    padding: var(--sp-4) var(--pad);
    gap: var(--sp-4);
    display: none;
  }
  .nav-menu.is-open { display: flex; }
  .nav-cta { justify-content: center; }
}

/* ----------------------------------------------------------------
   HERO
   ---------------------------------------------------------------- */
.hero {
  position: relative;
  padding: calc(68px + var(--sp-20)) 0 var(--sp-20);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(191, 162, 106, 0.10), transparent 60%),
    radial-gradient(circle at 90% 30%, rgba(111, 138, 77, 0.05), transparent 50%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-16);
  align-items: center;
  position: relative;
}
@media (min-width: 1000px) {
  .hero-grid {
    grid-template-columns: 1.05fr 1fr;
    gap: var(--sp-12);
  }
}

.hero-eyebrow {
  margin-bottom: var(--sp-6);
}
.hero-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: 'opsz' 144, 'SOFT' 30;
  font-size: var(--t-display);
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: var(--sp-6);
  text-wrap: balance;
}
.hero-title .accent {
  font-style: italic;
  font-variation-settings: 'opsz' 144, 'SOFT' 100;
  color: var(--sand-deep);
  position: relative;
  white-space: nowrap;
}
.hero-title .accent::after {
  content: '';
  position: absolute;
  left: 4%; right: 4%;
  bottom: 0.05em;
  height: 0.18em;
  background: var(--sand);
  opacity: 0.22;
  border-radius: 99px;
  transform-origin: left;
  animation: highlight 1.4s var(--ease) 0.4s both;
}
@keyframes highlight {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
.hero-lede {
  font-size: var(--t-md);
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 520px;
  margin-bottom: var(--sp-8);
  text-wrap: pretty;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-4);
  margin-bottom: var(--sp-8);
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  background: var(--ink);
  color: var(--surface);
  padding: 0.95rem 1.5rem;
  border-radius: var(--r-full);
  font-weight: 500;
  font-size: 0.9375rem;
  transition: transform 350ms var(--ease), background 350ms var(--ease), box-shadow 350ms var(--ease);
  box-shadow: 0 8px 20px -8px rgba(43, 34, 23, 0.30);
}
.btn-primary:hover {
  background: var(--sand-deep);
  color: var(--surface);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -10px rgba(161, 132, 82, 0.50);
}
.btn-primary .apple {
  width: 18px; height: 22px;
}
.btn-primary .label {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-align: left;
}
.btn-primary .label small {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  opacity: 0.75;
  text-transform: uppercase;
}
.btn-primary .label span {
  font-weight: 600;
  font-size: 1rem;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  color: var(--ink);
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 0.875rem 0.5rem;
  border-bottom: 1px solid transparent;
  transition: border-color 250ms var(--ease), color 250ms var(--ease);
}
.btn-ghost:hover { color: var(--sand-deep); border-bottom-color: var(--sand); }
.btn-ghost svg { transition: transform 250ms var(--ease); }
.btn-ghost:hover svg { transform: translateX(3px); }

.hero-meta {
  font-size: 0.8125rem;
  color: var(--ink-3);
  letter-spacing: 0.01em;
}
.hero-meta strong { color: var(--ink-2); font-weight: 500; }

.hero-rating {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  margin-top: var(--sp-2);
  padding: 0.5rem 0.875rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  font-size: 0.8125rem;
  color: var(--ink-2);
}
.hero-rating .stars { color: var(--amber); letter-spacing: 1px; font-size: 0.875rem; }
.hero-rating strong { color: var(--ink); font-weight: 600; }

/* Hero visual: animated arch with phone */
.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  max-width: 560px;
  margin: 0 auto;
  width: 100%;
}
.hero-arch {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-arch .arch-stroke {
  fill: none;
  stroke: var(--sand);
  stroke-width: 1.5;
  stroke-dasharray: 2400;
  stroke-dashoffset: 2400;
  animation: drawArch 2.4s var(--ease) 0.3s forwards;
}
.hero-arch .arch-stroke.inner { stroke: var(--sand-deep); opacity: 0.5; animation-delay: 0.5s; }
@keyframes drawArch {
  to { stroke-dashoffset: 0; }
}
.hero-arch .sun {
  fill: var(--amber);
  opacity: 0;
  animation: sunRise 1.4s var(--ease) 1.8s forwards;
  transform-origin: center;
}
@keyframes sunRise {
  from { opacity: 0; transform: translateY(40px) scale(0.5); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.hero-arch .arch-fill {
  fill: var(--surface);
  opacity: 0;
  animation: fillFade 1s var(--ease) 1.2s forwards;
}
@keyframes fillFade { to { opacity: 1; } }

.hero-phone {
  position: absolute;
  width: 64%;
  left: 50%;
  top: 8%;
  transform: translate(-50%, 0);
  z-index: 2;
  filter: drop-shadow(0 30px 40px rgba(43, 34, 23, 0.18)) drop-shadow(0 60px 80px rgba(43, 34, 23, 0.18));
  animation: phoneFloat 6s ease-in-out 2s infinite alternate, phoneIn 1.2s var(--ease) 1.4s both;
  border-radius: 14% / 7%;
  overflow: hidden;
  background: var(--ink);
  border: 1px solid var(--line);
}
.hero-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}
@keyframes phoneIn {
  from { opacity: 0; transform: translate(-50%, 30px); }
  to   { opacity: 1; transform: translate(-50%, 0); }
}
@keyframes phoneFloat {
  from { transform: translate(-50%, 0); }
  to   { transform: translate(-50%, -10px); }
}

.hero-tag {
  position: absolute;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  padding: 0.5rem 0.875rem;
  font-size: 0.8125rem;
  color: var(--ink-2);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: var(--shadow);
  z-index: 3;
  opacity: 0;
  animation: tagIn 600ms var(--ease) forwards;
}
.hero-tag .dot { width: 6px; height: 6px; border-radius: 99px; background: var(--sage); box-shadow: 0 0 0 4px var(--sage-soft); }
.hero-tag.tag-1 { left: -2%; top: 30%; animation-delay: 2.4s; }
.hero-tag.tag-2 { right: -4%; top: 50%; animation-delay: 2.7s; }
.hero-tag.tag-3 { left: 4%; bottom: 8%; animation-delay: 3.0s; }
.hero-tag.tag-2 .dot { background: var(--amber); box-shadow: 0 0 0 4px rgba(194, 138, 47, 0.16); }
.hero-tag.tag-3 .dot { background: var(--sand-deep); box-shadow: 0 0 0 4px var(--sand-soft); }
@keyframes tagIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 999px) {
  .hero-tag.tag-1 { left: 4%; }
  .hero-tag.tag-2 { right: 4%; }
}

/* ----------------------------------------------------------------
   Trust strip
   ---------------------------------------------------------------- */
.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-warm);
  padding: var(--sp-6) 0;
  overflow: hidden;
}
.trust-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--sp-6);
  font-size: 0.875rem;
  color: var(--ink-2);
}
.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
.trust-item svg { color: var(--sand-deep); flex-shrink: 0; }
.trust-item strong { color: var(--ink); font-weight: 600; }

@media (max-width: 720px) {
  .trust-row { justify-content: center; gap: var(--sp-4); }
  .trust-item { font-size: 0.8125rem; }
}

/* ----------------------------------------------------------------
   Stats counter
   ---------------------------------------------------------------- */
.stats {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat {
  padding: var(--sp-12) var(--sp-4);
  text-align: center;
  border-right: 1px solid var(--line-soft);
  position: relative;
}
.stat:last-child { border-right: none; }
.stat .num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.03em;
  display: inline-flex;
  align-items: baseline;
}
.stat .num .suffix { font-size: 0.55em; color: var(--sand-deep); margin-left: 0.1em; }
.stat .label {
  display: block;
  margin-top: var(--sp-3);
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
}
@media (max-width: 720px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat { padding: var(--sp-8) var(--sp-3); border-bottom: 1px solid var(--line-soft); }
  .stat:nth-child(2n) { border-right: none; }
  .stat:nth-last-child(-n+2) { border-bottom: none; }
}

/* ----------------------------------------------------------------
   Features
   ---------------------------------------------------------------- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--sp-4);
}
.feature {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: var(--sp-8);
  position: relative;
  overflow: hidden;
  transition: transform 400ms var(--ease), border-color 400ms var(--ease), box-shadow 400ms var(--ease);
}
.feature:hover {
  transform: translateY(-4px);
  border-color: var(--sand);
  box-shadow: var(--shadow-lg);
}
.feature::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 120px; height: 120px;
  background: radial-gradient(circle at top right, var(--sand-soft), transparent 70%);
  opacity: 0;
  transition: opacity 400ms var(--ease);
  pointer-events: none;
}
.feature:hover::before { opacity: 1; }
.feature .icon {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  background: var(--sand-soft);
  color: var(--sand-deep);
  border-radius: var(--r-md);
  margin-bottom: var(--sp-5);
  transition: transform 400ms var(--ease);
}
.feature:hover .icon { transform: scale(1.05) rotate(-3deg); }
.feature h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: var(--sp-3);
  letter-spacing: -0.01em;
}
.feature p {
  font-size: 0.9375rem;
  color: var(--ink-2);
  line-height: 1.55;
}

/* Hero spotlight feature (large) */
.feature.feature-lg { grid-column: span 12; }
.feature.feature-md { grid-column: span 6; }
.feature.feature-sm { grid-column: span 4; }

@media (max-width: 999px) {
  .feature.feature-md, .feature.feature-sm { grid-column: span 6; }
}
@media (max-width: 720px) {
  .feature.feature-md, .feature.feature-sm, .feature.feature-lg { grid-column: span 12; }
}

/* Spotlight feature with phone preview */
.feature-spotlight {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: var(--sp-12);
  padding: var(--sp-12);
  background: linear-gradient(135deg, var(--surface), var(--bg-warm));
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
  position: relative;
}
.feature-spotlight::before { display: none; }
.feature-spotlight h3 { font-size: 2.25rem; line-height: 1.05; }
.feature-spotlight p { font-size: 1.0625rem; max-width: 460px; }
.feature-spotlight-art {
  position: relative;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}
.feature-spotlight-art img {
  width: 70%;
  border-radius: 12% / 6%;
  box-shadow: var(--shadow-phone);
  position: relative;
  z-index: 2;
  border: 1px solid var(--line);
}
.feature-spotlight-art .ring {
  position: absolute;
  inset: 8%;
  border: 1px dashed var(--sand);
  border-radius: 50%;
  opacity: 0.4;
  animation: spin 60s linear infinite;
}
.feature-spotlight-art .ring.r2 { inset: 18%; border-style: solid; opacity: 0.18; animation-direction: reverse; animation-duration: 80s; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 880px) {
  .feature-spotlight { grid-template-columns: 1fr; padding: var(--sp-8); gap: var(--sp-8); }
  .feature-spotlight-art img { width: 60%; }
}

/* ----------------------------------------------------------------
   Showcase (phone parallax band)
   ---------------------------------------------------------------- */
.showcase {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.showcase-track {
  display: flex;
  gap: var(--sp-8);
  padding: var(--sp-12) 0;
  animation: marquee 60s linear infinite;
  width: max-content;
}
.showcase:hover .showcase-track { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.showcase-phone {
  flex: 0 0 240px;
  border-radius: 13% / 6.5%;
  overflow: hidden;
  background: var(--ink);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  aspect-ratio: 462 / 968;
  transition: transform 400ms var(--ease);
}
.showcase-phone:nth-child(odd) { transform: translateY(8px); }
.showcase-phone:nth-child(even) { transform: translateY(-8px); }
.showcase-phone img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 720px) {
  .showcase-phone { flex: 0 0 180px; }
}

/* ----------------------------------------------------------------
   Privacy
   ---------------------------------------------------------------- */
.privacy {
  background: var(--ink);
  color: var(--bg);
}
.privacy * { color: inherit; }
.privacy .eyebrow { color: var(--sand); }
.privacy .section-header h2 { color: var(--surface); }
.privacy .section-header h2 em { color: var(--sand); }
.privacy .section-header p { color: rgba(252, 249, 242, 0.65); }

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-6);
  margin-bottom: var(--sp-12);
}
.privacy-pillar {
  padding: var(--sp-8);
  background: rgba(252, 249, 242, 0.04);
  border: 1px solid rgba(252, 249, 242, 0.08);
  border-radius: var(--r-lg);
  position: relative;
  transition: transform 400ms var(--ease), border-color 400ms var(--ease), background 400ms var(--ease);
}
.privacy-pillar:hover {
  transform: translateY(-4px);
  border-color: var(--sand);
  background: rgba(191, 162, 106, 0.08);
}
.privacy-pillar .num {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--sand);
  font-size: 0.875rem;
  margin-bottom: var(--sp-6);
  display: block;
  letter-spacing: 0.05em;
}
.privacy-pillar h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: var(--sp-3);
  color: var(--surface);
}
.privacy-pillar p {
  font-size: 0.9375rem;
  color: rgba(252, 249, 242, 0.6);
  line-height: 1.55;
}

@media (max-width: 999px) {
  .privacy-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .privacy-grid { grid-template-columns: 1fr; }
}

.privacy-quote {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding-top: var(--sp-12);
  border-top: 1px solid rgba(252, 249, 242, 0.1);
}
.privacy-quote blockquote {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  line-height: 1.4;
  color: var(--surface);
  text-wrap: balance;
}
.privacy-quote cite {
  display: block;
  margin-top: var(--sp-4);
  font-family: var(--font-sans);
  font-style: normal;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sand);
}

/* Privacy-full disclosure */
.privacy-full {
  margin-top: var(--sp-16);
  border: 1px solid rgba(252, 249, 242, 0.1);
  border-radius: var(--r-lg);
  background: rgba(252, 249, 242, 0.03);
  overflow: hidden;
}
.privacy-full-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: var(--sp-5) var(--sp-6);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--surface);
  cursor: pointer;
  list-style: none;
  transition: background 200ms var(--ease);
}
.privacy-full-toggle::-webkit-details-marker { display: none; }
.privacy-full-toggle::after {
  content: '+';
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--sand);
  transition: transform 200ms var(--ease);
}
.privacy-full[open] .privacy-full-toggle::after { transform: rotate(45deg); }
.privacy-full-toggle:hover { background: rgba(252, 249, 242, 0.05); }
.privacy-full-content {
  padding: var(--sp-4) var(--sp-6) var(--sp-8);
  border-top: 1px solid rgba(252, 249, 242, 0.08);
  font-size: 0.9375rem;
  color: rgba(252, 249, 242, 0.7);
  line-height: 1.65;
}
.privacy-full-content h3 {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--surface);
  font-size: 1.25rem;
  margin: var(--sp-6) 0 var(--sp-3);
}
.privacy-full-content h3:first-child { margin-top: var(--sp-4); }
.privacy-full-content h4 {
  font-weight: 600;
  color: var(--surface);
  font-size: 0.9375rem;
  margin: var(--sp-4) 0 var(--sp-2);
}
.privacy-full-content p { margin-bottom: var(--sp-3); }
.privacy-full-content ul { padding-left: var(--sp-5); margin-bottom: var(--sp-4); }
.privacy-full-content li { list-style: disc; margin-bottom: var(--sp-1); }
.privacy-full-content strong { color: var(--surface); font-weight: 600; }
.privacy-block {
  padding: var(--sp-4) var(--sp-5);
  background: rgba(252, 249, 242, 0.04);
  border-radius: var(--r-md);
  margin: var(--sp-3) 0 var(--sp-4);
}
.privacy-badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 0.625rem;
  border-radius: var(--r-full);
  margin-right: var(--sp-2);
}
.privacy-badge--no { background: rgba(182, 91, 74, 0.2); color: #E8A095; }
.privacy-badge--local { background: rgba(191, 162, 106, 0.2); color: var(--sand); }
.privacy-full-meta { margin-top: var(--sp-6); padding-top: var(--sp-4); border-top: 1px solid rgba(252, 249, 242, 0.08); font-size: 0.75rem; color: rgba(252, 249, 242, 0.45); text-align: center; }

/* ----------------------------------------------------------------
   Steps
   ---------------------------------------------------------------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
}
.step {
  padding: var(--sp-12) var(--sp-8);
  border-right: 1px solid var(--line-soft);
  position: relative;
  transition: background 400ms var(--ease);
}
.step:last-child { border-right: none; }
.step:hover { background: var(--bg-warm); }
.step-num {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: 3rem;
  line-height: 1;
  color: var(--sand);
  margin-bottom: var(--sp-6);
  letter-spacing: -0.04em;
}
.step h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.375rem;
  margin-bottom: var(--sp-3);
  color: var(--ink);
  letter-spacing: -0.01em;
}
.step p { font-size: 0.9375rem; color: var(--ink-2); line-height: 1.55; }

@media (max-width: 880px) {
  .steps { grid-template-columns: 1fr; }
  .step { border-right: none; border-bottom: 1px solid var(--line-soft); }
  .step:last-child { border-bottom: none; }
}

/* ----------------------------------------------------------------
   Reviews / quotes — masonry-ish
   ---------------------------------------------------------------- */
.reviews-summary {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-4);
  padding: var(--sp-3) var(--sp-5);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  margin-top: var(--sp-4);
  box-shadow: var(--shadow-sm);
}
.reviews-summary .stars { color: var(--amber); letter-spacing: 2px; font-size: 1rem; }
.reviews-summary .score { font-family: var(--font-display); font-weight: 500; font-size: 1.125rem; color: var(--ink); }
.reviews-summary .meta { font-size: 0.8125rem; color: var(--ink-2); }

.quotes {
  columns: 3;
  column-gap: var(--sp-6);
}
.quote {
  break-inside: avoid;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: var(--sp-6) var(--sp-6) var(--sp-5);
  margin-bottom: var(--sp-6);
  display: inline-block;
  width: 100%;
  transition: transform 400ms var(--ease), border-color 400ms var(--ease), box-shadow 400ms var(--ease);
  position: relative;
}
.quote:hover {
  transform: translateY(-3px);
  border-color: var(--sand);
  box-shadow: var(--shadow);
}
.quote .stars { color: var(--amber); letter-spacing: 2px; font-size: 0.875rem; margin-bottom: var(--sp-3); }
.quote p {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ink);
  margin-bottom: var(--sp-4);
  font-family: var(--font-display);
  font-weight: 400;
}
.quote p::before { content: '“'; font-family: var(--font-display); font-size: 1.5em; color: var(--sand); line-height: 0; vertical-align: -0.4em; margin-right: 0.05em; }
.quote p::after { content: '”'; font-family: var(--font-display); font-size: 1.5em; color: var(--sand); line-height: 0; vertical-align: -0.4em; margin-left: 0.05em; }
.quote cite {
  font-size: 0.8125rem;
  color: var(--ink-3);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.quote cite::before { content: '— '; }

@media (max-width: 999px) { .quotes { columns: 2; } }
@media (max-width: 640px) { .quotes { columns: 1; } }

/* ----------------------------------------------------------------
   FAQ
   ---------------------------------------------------------------- */
.faq-list {
  display: flex;
  flex-direction: column;
}
.faq-item {
  border-bottom: 1px solid var(--line);
  transition: padding 250ms var(--ease);
}
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item[open] { padding-bottom: var(--sp-2); }
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  padding: var(--sp-5) 0;
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  transition: color 200ms var(--ease);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--sand-deep); }
.faq-item summary::after {
  content: '';
  width: 14px; height: 14px;
  flex-shrink: 0;
  background:
    linear-gradient(currentColor, currentColor) center / 14px 1.5px no-repeat,
    linear-gradient(currentColor, currentColor) center / 1.5px 14px no-repeat;
  color: var(--ink-3);
  transition: transform 250ms var(--ease), color 250ms var(--ease);
}
.faq-item[open] summary { color: var(--sand-deep); }
.faq-item[open] summary::after {
  transform: rotate(45deg);
  color: var(--sand-deep);
  background:
    linear-gradient(currentColor, currentColor) center / 14px 1.5px no-repeat;
}
.faq-answer {
  padding: 0 0 var(--sp-5);
  font-size: 0.9375rem;
  color: var(--ink-2);
  line-height: 1.65;
  max-width: 620px;
}
.faq-answer p + p { margin-top: var(--sp-3); }
.faq-answer strong { color: var(--ink); font-weight: 600; }

/* ----------------------------------------------------------------
   Support
   ---------------------------------------------------------------- */
.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-6);
  margin-bottom: var(--sp-12);
}
.support-card {
  padding: var(--sp-8);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  transition: border-color 400ms var(--ease), transform 400ms var(--ease);
}
.support-card:hover { border-color: var(--sand); transform: translateY(-2px); }
.support-card .icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: var(--sand-soft);
  color: var(--sand-deep);
  border-radius: var(--r-md);
  margin-bottom: var(--sp-4);
}
.support-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.375rem;
  margin-bottom: var(--sp-2);
  letter-spacing: -0.01em;
}
.support-card p { font-size: 0.9375rem; color: var(--ink-2); line-height: 1.55; margin-bottom: var(--sp-3); }
.support-link {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--sand-deep);
}
.support-link:hover { color: var(--ink); }
.support-link svg { transition: transform 250ms var(--ease); }
.support-link:hover svg { transform: translateX(3px); }

@media (max-width: 720px) { .support-grid { grid-template-columns: 1fr; } }

.support-form-wrap {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: var(--sp-12);
  margin-bottom: var(--sp-10);
}
.support-form-wrap > h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.75rem;
  margin-bottom: var(--sp-2);
  letter-spacing: -0.01em;
}
.support-form-wrap > p { font-size: 0.9375rem; color: var(--ink-2); margin-bottom: var(--sp-6); max-width: 520px; }

.contact-form { display: flex; flex-direction: column; gap: var(--sp-4); }
.hidden-field { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.form-group { display: flex; flex-direction: column; gap: var(--sp-2); }
.form-group label { font-size: 0.8125rem; font-weight: 500; color: var(--ink-2); letter-spacing: 0.01em; }
.required { color: var(--rust); }
.form-group input, .form-group textarea {
  width: 100%;
  background: var(--bg);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 0.75rem 1rem;
  font: inherit;
  line-height: 1.5;
  transition: border-color 200ms var(--ease), background 200ms var(--ease), box-shadow 200ms var(--ease);
}
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--ink-4); }
.form-group input:focus, .form-group textarea:focus {
  outline: none;
  border-color: var(--sand-deep);
  background: var(--surface);
  box-shadow: 0 0 0 4px var(--sand-soft);
}
.form-group textarea { resize: vertical; min-height: 140px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4); }
.support-submit {
  align-self: flex-start;
  border: 0;
  border-radius: var(--r-full);
  background: var(--ink);
  color: var(--surface);
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 0.875rem 1.75rem;
  transition: background 250ms var(--ease), transform 250ms var(--ease);
}
.support-submit:hover { background: var(--sand-deep); transform: translateY(-1px); }
.support-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

@media (max-width: 720px) { .form-row { grid-template-columns: 1fr; } .support-form-wrap { padding: var(--sp-6); } }

.requirements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-4);
}
.requirement {
  padding: var(--sp-5);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}
.requirement strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: var(--sp-1);
}
.requirement span { font-size: 0.875rem; color: var(--ink-2); }
@media (max-width: 540px) { .requirements { grid-template-columns: 1fr; } }

/* ----------------------------------------------------------------
   Final CTA
   ---------------------------------------------------------------- */
.cta {
  background:
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(191, 162, 106, 0.15), transparent 70%),
    var(--bg-warm);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  height: 1100px;
  border: 1px solid var(--line);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.7;
}
.cta::after {
  content: '';
  position: absolute;
  bottom: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  border: 1px solid var(--line);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.5;
}
.cta-content { position: relative; z-index: 2; }
.cta-content h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin-bottom: var(--sp-5);
  color: var(--ink);
  text-wrap: balance;
}
.cta-content h2 em { font-style: italic; color: var(--sand-deep); }
.cta-content p { font-size: var(--t-md); color: var(--ink-2); max-width: 540px; margin: 0 auto var(--sp-8); text-wrap: pretty; }
.cta-actions { display: inline-flex; flex-direction: column; align-items: center; gap: var(--sp-4); }
.cta-meta { font-size: 0.8125rem; color: var(--ink-3); }

/* ----------------------------------------------------------------
   Footer
   ---------------------------------------------------------------- */
.site-footer {
  background: var(--surface);
  border-top: 1px solid var(--line);
  padding: var(--sp-16) 0 var(--sp-8);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: var(--sp-8);
  margin-bottom: var(--sp-12);
}
.footer-brand p { font-size: 0.875rem; color: var(--ink-2); margin-top: var(--sp-3); line-height: 1.55; max-width: 280px; }
.footer-col strong {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: var(--sp-4);
  font-weight: 600;
}
.footer-col a {
  display: block;
  font-size: 0.9375rem;
  color: var(--ink-2);
  padding: 0.25rem 0;
  transition: color 200ms var(--ease), padding-left 200ms var(--ease);
}
.footer-col a:hover { color: var(--sand-deep); padding-left: 4px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--sp-6);
  border-top: 1px solid var(--line);
  font-size: 0.8125rem;
  color: var(--ink-3);
  flex-wrap: wrap;
  gap: var(--sp-4);
}
.footer-bottom p { font-size: 0.8125rem; }

@media (max-width: 880px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ----------------------------------------------------------------
   Reveal animations
   ---------------------------------------------------------------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
[data-reveal].in {
  opacity: 1;
  transform: translateY(0);
}
[data-reveal-stagger] > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
[data-reveal-stagger].in > * { opacity: 1; transform: translateY(0); }
[data-reveal-stagger].in > *:nth-child(1) { transition-delay: 0ms; }
[data-reveal-stagger].in > *:nth-child(2) { transition-delay: 80ms; }
[data-reveal-stagger].in > *:nth-child(3) { transition-delay: 160ms; }
[data-reveal-stagger].in > *:nth-child(4) { transition-delay: 240ms; }
[data-reveal-stagger].in > *:nth-child(5) { transition-delay: 320ms; }
[data-reveal-stagger].in > *:nth-child(6) { transition-delay: 400ms; }
[data-reveal-stagger].in > *:nth-child(7) { transition-delay: 480ms; }
[data-reveal-stagger].in > *:nth-child(8) { transition-delay: 560ms; }
[data-reveal-stagger].in > *:nth-child(9) { transition-delay: 640ms; }

/* ----------------------------------------------------------------
   Accessibility
   ---------------------------------------------------------------- */
:focus-visible { outline: 2px solid var(--sand-deep); outline-offset: 2px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal], [data-reveal-stagger] > * { opacity: 1 !important; transform: none !important; }
  .showcase-track { animation: none !important; }
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
