/* ============================================================
   SOLUA — marketing homepage
   Built on the Anima design system (warm cream, soft charcoal,
   Plus Jakarta Sans, rotating liturgical season accents).
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: clip; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--color-cream);
  color: var(--color-text-primary);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ---- site-scale type (DS scale tops out at mobile sizes) ---- */
:root {
  --site-max: 1180px;
  --hero-ink: #1A1816;       /* deep warm charcoal hero */
  --hero-ink-2: #262220;
  --clay: #B86B5A;           /* pentecost terracotta — warm glow */
  --sage: #7B9279;
  --sage-deep: #5E7459;
}

.wrap { max-width: var(--site-max); margin: 0 auto; padding: 0 32px; }

/* reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease-calm), transform .7s var(--ease-calm); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 600; font-size: 16px; line-height: 1;
  padding: 16px 26px; border-radius: var(--radius-pill);
  transition: transform var(--duration-fast) var(--ease-calm), opacity var(--duration-fast) var(--ease-calm), background var(--duration-base) var(--ease-calm);
  white-space: nowrap;
}
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--sage); color: var(--color-cream); }
.btn-primary:hover { background: var(--sage-deep); }
.btn-cream { background: var(--color-cream); color: var(--hero-ink); }
.btn-cream:hover { opacity: .88; }
.btn-ghost-light { color: var(--color-cream); border: 1px solid rgba(250,247,242,0.28); }
.btn-ghost-light:hover { background: rgba(250,247,242,0.08); }
.btn-ghost-dark { color: var(--color-text-primary); border: 1px solid var(--color-border-dark); }
.btn-ghost-dark:hover { background: var(--color-surface-1); }
.btn-sm { padding: 12px 20px; font-size: 14px; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background var(--duration-base) var(--ease-calm), box-shadow var(--duration-base) var(--ease-calm), backdrop-filter var(--duration-base);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px;
}
.site-header.scrolled {
  background: rgba(250,247,242,0.85);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow: 0 1px 0 var(--color-border);
}
.brand { display: flex; align-items: center; gap: 11px; font-size: 23px; font-weight: 700; letter-spacing: -0.02em; }
.brand-mark {
  width: 30px; height: 30px; border-radius: 9px;
  display: grid; place-items: center; flex-shrink: 0;
  background: var(--sage); color: var(--color-cream);
  overflow: hidden;
}
.brand-mark svg { width: 17px; height: 17px; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; display: block; }
.brand-mark:has(img) { background: transparent; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a {
  font-size: 15px; font-weight: 500; color: inherit; opacity: .82;
  transition: opacity var(--duration-fast);
}
.nav-links a:hover { opacity: 1; }
.header-right { display: flex; align-items: center; gap: 20px; }
.header-right .login { font-size: 15px; font-weight: 500; opacity: .82; }
.header-right .login:hover { opacity: 1; }

/* header color modes: over dark hero (default) vs scrolled */
.site-header:not(.scrolled) { color: var(--color-cream); }
.site-header:not(.scrolled) .brand-mark { background: rgba(250,247,242,0.16); }
.site-header.scrolled { color: var(--color-text-primary); }
.site-header.scrolled .brand-mark { background: var(--sage); }

.hamburger { display: none; width: 30px; height: 30px; flex-direction: column; justify-content: center; gap: 6px; }
.hamburger span { display: block; height: 2px; background: currentColor; border-radius: 2px; transition: transform .3s, opacity .3s; }

/* mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 99; background: var(--color-cream);
  display: flex; flex-direction: column; padding: 96px 32px 40px; gap: 8px;
  transform: translateY(-100%); transition: transform .4s var(--ease-calm);
  color: var(--color-text-primary);
}
.mobile-menu.open { transform: none; }
.mobile-menu a { font-size: 26px; font-weight: 600; padding: 14px 0; border-bottom: 1px solid var(--color-border); }
.mobile-menu .btn { margin-top: 24px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; overflow: hidden;
  background: var(--hero-ink); color: var(--color-cream);
  padding: 150px 0 96px;
}
.hero-glow {
  position: absolute; top: 4%; right: -8%; width: 720px; height: 720px;
  border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(184,107,90,0.55) 0%, rgba(184,107,90,0.12) 42%, transparent 68%);
  filter: blur(8px);
}
.hero-glow.two {
  top: auto; bottom: -22%; right: auto; left: -12%; width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(123,146,121,0.42) 0%, transparent 66%);
}
.hero .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.hero-eyebrow {
  font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(250,247,242,0.62); margin: 0 0 22px;
  display: inline-flex; align-items: center; gap: 10px;
}
.hero-eyebrow::before { content: ""; width: 22px; height: 1px; background: rgba(250,247,242,0.4); }
.hero h1 {
  font-weight: 300; font-size: clamp(44px, 6vw, 76px); line-height: 1.04;
  letter-spacing: -0.025em; margin: 0 0 24px; text-wrap: balance;
}
.hero h1 b { font-weight: 700; }
.hero h1 i { font-style: italic; font-weight: 300; }
.hero-sub {
  font-size: 20px; line-height: 1.55; font-weight: 400;
  color: rgba(250,247,242,0.74); max-width: 30em; margin: 0 0 36px;
}
.hero-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero-trust { margin-top: 34px; display: flex; align-items: center; gap: 14px; color: rgba(250,247,242,0.6); font-size: 14px; }
.hero-trust .avatars { display: flex; }
.hero-trust .avatars span {
  width: 30px; height: 30px; border-radius: 50%; margin-left: -8px;
  border: 2px solid var(--hero-ink); background: var(--color-surface-2);
}
.hero-trust .avatars span:first-child { margin-left: 0; }

/* phone */
.hero-phone-wrap { display: flex; justify-content: center; align-items: center; position: relative; }
.hero-phone-img {
  width: 112%; max-width: 560px; height: auto;
  filter: drop-shadow(0 50px 70px rgba(0,0,0,0.55));
  animation: floaty 7s ease-in-out infinite;
}
@keyframes floaty { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-14px); } }
@media (prefers-reduced-motion: reduce) { .hero-phone-img { animation: none; } }
.phone {
  position: relative; width: 322px; height: 660px; border-radius: 46px;
  background: #0c0b0a; padding: 11px;
  box-shadow: 0 50px 90px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.06);
  animation: floaty 7s ease-in-out infinite;
}
@keyframes floaty { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-14px); } }
@media (prefers-reduced-motion: reduce) { .phone { animation: none; } }
.phone-screen {
  width: 100%; height: 100%; border-radius: 36px; overflow: hidden;
  background: var(--color-cream); position: relative;
  display: flex; flex-direction: column;
}
.phone-notch {
  position: absolute; top: 11px; left: 50%; transform: translateX(-50%);
  width: 104px; height: 30px; border-radius: 18px; background: #0c0b0a; z-index: 20;
}

/* ---- in-phone app UI ---- */
.app { flex: 1; display: flex; flex-direction: column; overflow: hidden; }
.app-status {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 22px 4px; font-size: 13px; font-weight: 600;
}
.app-status .dots { display: flex; gap: 4px; align-items: center; }
.app-status .dots i { width: 5px; height: 5px; border-radius: 50%; background: var(--color-charcoal); display: block; }
.app-body { flex: 1; padding: 14px 18px 0; overflow: hidden; }
.app-eyebrow { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage); margin: 18px 0 6px; }
.app-greeting { font-size: 23px; font-weight: 700; letter-spacing: -0.02em; margin: 0 0 16px; }
.app-hero-card {
  border-radius: 20px; padding: 16px; color: var(--color-cream);
  background: linear-gradient(150deg, #C07C56, #A85C46);
  position: relative; overflow: hidden; margin-bottom: 16px;
  min-height: 150px; display: flex; flex-direction: column; justify-content: flex-end;
}
.app-hero-card .tag { font-size: 9px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; opacity: .8; }
.app-hero-card h4 { font-size: 19px; font-weight: 700; margin: 4px 0 3px; }
.app-hero-card .meta { font-size: 11px; opacity: .8; }
.app-hero-card .play {
  position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(250,247,242,0.22); display: grid; place-items: center; backdrop-filter: blur(4px);
}
.app-hero-card .play svg { width: 15px; height: 15px; margin-left: 2px; }
.app-section-label { display: flex; justify-content: space-between; align-items: baseline; margin: 4px 0 10px; }
.app-section-label span:first-child { font-size: 13px; font-weight: 600; }
.app-section-label span:last-child { font-size: 11px; color: var(--sage); font-weight: 600; }
.app-row { display: flex; align-items: center; gap: 12px; padding: 9px 0; }
.app-row .thumb { width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0; }
.app-row h5 { margin: 0 0 2px; font-size: 14px; font-weight: 600; }
.app-row p { margin: 0; font-size: 11px; color: var(--color-text-secondary); }
.app-group {
  margin-top: 6px; border-radius: 16px; background: var(--color-surface-1);
  padding: 13px 14px; display: flex; align-items: center; gap: 12px;
}
.app-group .stack { display: flex; }
.app-group .stack span { width: 28px; height: 28px; border-radius: 50%; margin-left: -8px; border: 2px solid var(--color-surface-1); }
.app-group .stack span:first-child { margin-left: 0; }
.app-group h5 { margin: 0 0 1px; font-size: 13px; font-weight: 600; }
.app-group p { margin: 0; font-size: 10.5px; color: var(--color-text-secondary); }
.app-group .live { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); margin-left: auto; box-shadow: 0 0 0 0 rgba(123,146,121,.6); animation: pulse 2s infinite; }
@keyframes pulse { 0%{ box-shadow: 0 0 0 0 rgba(123,146,121,.5);} 70%{ box-shadow: 0 0 0 8px rgba(123,146,121,0);} 100%{ box-shadow: 0 0 0 0 rgba(123,146,121,0);} }
.app-nav {
  display: flex; justify-content: space-around; align-items: center;
  padding: 12px 16px 20px; border-top: 1px solid var(--color-border); background: var(--color-cream);
}
.app-nav i { width: 22px; height: 22px; color: var(--color-text-muted); display: block; }
.app-nav i.on { color: var(--sage); }
.app-nav svg { width: 22px; height: 22px; }

/* ============================================================
   SECTION SCAFFOLD
   ============================================================ */
.section { padding: 96px 0; }
.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage); margin: 0 0 16px; }
.section-head h2 { font-size: clamp(32px, 4vw, 50px); font-weight: 300; line-height: 1.08; letter-spacing: -0.025em; margin: 0 0 18px; text-wrap: balance; }
.section-head h2 b { font-weight: 700; }
.section-head p { font-size: 19px; line-height: 1.55; color: var(--color-text-secondary); margin: 0; text-wrap: pretty; }

/* ============================================================
   FEATURE BLOCKS (3-up)
   ============================================================ */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature {
  border-radius: var(--radius-lg); overflow: hidden; position: relative;
  min-height: 420px; display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--color-cream); padding: 28px;
  transition: transform var(--duration-base) var(--ease-calm), box-shadow var(--duration-base) var(--ease-calm);
}
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.feature .art { position: absolute; inset: 0; z-index: 0; }
.feature .art image-slot { width: 100%; height: 100%; }
.feature .scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 22%, rgba(20,16,14,0.45) 58%, rgba(20,16,14,0.86)); }
.feature .body { position: relative; z-index: 2; }
.feature h3 { font-size: 24px; font-weight: 700; margin: 0 0 8px; letter-spacing: -0.01em; }
.feature p { font-size: 15px; line-height: 1.5; margin: 0; color: rgba(250,247,242,0.8); min-height: 4.5em; }
.feature .chip { position: absolute; top: 22px; left: 22px; z-index: 2; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(250,247,242,0.22); backdrop-filter: blur(6px); padding: 7px 12px; border-radius: var(--radius-pill); }

/* ============================================================
   PRAY TOGETHER (family / groups)
   ============================================================ */
.together { background: var(--color-surface-1); }
.together .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.together-points { list-style: none; padding: 0; margin: 32px 0 0; display: flex; flex-direction: column; gap: 22px; }
.together-points li { display: flex; gap: 16px; }
.together-points .ico { width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0; display: grid; place-items: center; background: var(--color-cream); color: var(--sage); }
.together-points .ico svg { width: 21px; height: 21px; }
.together-points h4 { margin: 2px 0 4px; font-size: 17px; font-weight: 600; }
.together-points p { margin: 0; font-size: 15px; line-height: 1.5; color: var(--color-text-secondary); }

.group-card {
  background: var(--color-cream); border-radius: var(--radius-xl); padding: 26px;
  box-shadow: var(--shadow-lg); position: relative;
}
.group-card .gc-head { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.group-card .gc-head .ph { width: 52px; height: 52px; border-radius: 15px; overflow: hidden; flex-shrink: 0; }
.group-card .gc-head h4 { margin: 0 0 3px; font-size: 18px; font-weight: 700; }
.group-card .gc-head p { margin: 0; font-size: 13px; color: var(--color-text-secondary); }
.group-card .gc-live { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: var(--sage-deep); background: rgba(123,146,121,0.14); padding: 7px 12px; border-radius: var(--radius-pill); }
.group-card .gc-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); animation: pulse 2s infinite; }
.gc-members { display: flex; flex-direction: column; gap: 4px; }
.gc-member { display: flex; align-items: center; gap: 13px; padding: 11px 12px; border-radius: 14px; transition: background var(--duration-fast); }
.gc-member:hover { background: var(--color-surface-1); }
.gc-member .av { width: 38px; height: 38px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.gc-member h5 { margin: 0 0 2px; font-size: 14px; font-weight: 600; }
.gc-member p { margin: 0; font-size: 12px; color: var(--color-text-muted); }
.gc-member .status { margin-left: auto; font-size: 11px; font-weight: 600; color: var(--sage); }
.gc-member .status.done { color: var(--color-text-muted); }
.group-card .gc-foot { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--color-border); }
.group-card .gc-foot span { font-size: 13px; color: var(--color-text-secondary); }

/* ============================================================
   TESTIMONIAL — 3 cards
   ============================================================ */
.testimonial { background: var(--color-cream); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card {
  background: var(--color-surface-1); border-radius: var(--radius-lg);
  padding: 32px 30px; margin: 0; display: flex; flex-direction: column;
}
.testi-card .mark { font-size: 54px; line-height: .6; font-weight: 700; color: var(--sage); opacity: .5; height: 26px; margin-bottom: 8px; }
.testi-card blockquote {
  margin: 0 0 26px; font-size: 19px; line-height: 1.5; font-weight: 400;
  color: var(--color-text-primary); flex: 1; text-wrap: pretty;
}
.testi-card .who { display: flex; align-items: center; gap: 13px; margin: 0; }
.testi-card .who .av { width: 46px; height: 46px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: var(--color-surface-2); }
.testi-card .who .av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.testi-card .who h5 { margin: 0; font-size: 15px; font-weight: 600; }
.testi-card .who p { margin: 0; font-size: 13px; color: var(--color-text-secondary); }

/* ============================================================
   EXPLORE BY CATEGORY (blocky tiles)
   ============================================================ */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cat {
  border-radius: var(--radius-lg); overflow: hidden; position: relative;
  aspect-ratio: 1 / 1.12; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 20px; color: var(--color-cream);
  transition: transform var(--duration-base) var(--ease-calm), box-shadow var(--duration-base) var(--ease-calm);
}
.cat:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.cat .art { position: absolute; inset: 0; z-index: 0; opacity: .9; }
.cat .art image-slot { width: 100%; height: 100%; }
.cat .tint { position: absolute; inset: 0; z-index: 1; mix-blend-mode: multiply; }
.cat .scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 38%, rgba(0,0,0,0.5)); }
.cat .label { position: relative; z-index: 2; }
.cat h4 { margin: 0; font-size: 19px; font-weight: 700; letter-spacing: -0.01em; }
.cat p { margin: 4px 0 0; font-size: 12.5px; opacity: .82; }
.cat.dark-text { color: var(--color-charcoal); }
.cat.dark-text p { opacity: .68; }

/* tile season tints applied inline via style on .art background fallback */

/* ============================================================
   PLANS CAROUSEL
   ============================================================ */
.plans { background: var(--hero-ink); color: var(--color-cream); }
.plans .section-head h2 { color: var(--color-cream); }
.plans .section-head p { color: rgba(250,247,242,0.7); }
.plans .eyebrow { color: #D4B785; }
.plans-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.plan-tabs { display: flex; gap: 8px; }
.plan-tab { padding: 9px 18px; border-radius: var(--radius-pill); font-size: 14px; font-weight: 600; color: rgba(250,247,242,0.7); border: 1px solid rgba(250,247,242,0.16); transition: all var(--duration-fast); }
.plan-tab:hover { color: var(--color-cream); }
.plan-tab.active { background: var(--color-cream); color: var(--hero-ink); border-color: var(--color-cream); }
.carousel { position: relative; margin-top: 40px; }
.carousel-track {
  display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: none; scroll-behavior: smooth;
  padding-bottom: 8px; scrollbar-width: none; cursor: grab;
}
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track.dragging { cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto; }
.plan-card {
  flex: 0 0 300px; scroll-snap-align: start; border-radius: var(--radius-lg);
  overflow: hidden; position: relative; aspect-ratio: 1 / 1; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 22px; color: var(--color-cream); user-select: none;
}
.plan-card .art { position: absolute; inset: 0; z-index: 0; }
.plan-card .art image-slot { width: 100%; height: 100%; pointer-events: none; }
.plan-card .art img { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.plan-card .scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, transparent 35%, rgba(0,0,0,0.7)); }
.plan-card .start { position: absolute; top: 18px; left: 18px; z-index: 2; display: inline-flex; align-items: center; gap: 7px; background: rgba(250,247,242,0.92); color: var(--hero-ink); font-size: 12px; font-weight: 700; padding: 8px 14px 8px 11px; border-radius: var(--radius-pill); transition: transform var(--duration-fast); }
.plan-card:hover .start { transform: scale(1.04); }
.plan-card .start svg { width: 11px; height: 11px; }
.plan-card .pc-body { position: relative; z-index: 2; }
.plan-card .pc-meta { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; opacity: .78; }
.plan-card h4 { margin: 5px 0 0; font-size: 21px; font-weight: 700; line-height: 1.12; }
.carousel-arrows { display: flex; gap: 10px; }
.c-arrow { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(250,247,242,0.22); color: var(--color-cream); display: grid; place-items: center; transition: all var(--duration-fast); }
.c-arrow:hover { background: rgba(250,247,242,0.1); }
.c-arrow:disabled { opacity: .3; cursor: default; }
.c-arrow svg { width: 18px; height: 18px; }

/* light tiles in the content carousel */
.plan-card.dark-text { color: var(--color-charcoal); }
.plan-card.dark-text .scrim { background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, transparent 42%, rgba(0,0,0,0.14)); }
.plan-card.dark-text .pc-meta { opacity: .62; }

/* ============================================================
   GROUP VISUAL (phone screenshot)
   ============================================================ */
.group-visual { display: flex; justify-content: center; align-items: center; }
.group-phone-img {
  width: 100%; max-width: 540px; height: auto;
  filter: drop-shadow(0 36px 60px rgba(31,29,27,0.26));
}

/* ============================================================
   (testimonial slider removed — now a 3-card grid)
   ============================================================ */

/* ============================================================
   CLOSING CTA
   ============================================================ */
.closing { text-align: center; }
.closing-badge { width: 56px; height: 56px; border-radius: 17px; background: var(--sage); color: var(--color-cream); display: inline-grid; place-items: center; margin: 0 auto 30px; overflow: hidden; }
.closing-badge svg { width: 30px; height: 30px; }
.closing-badge img { width: 100%; height: 100%; object-fit: cover; display: block; }
.closing-badge:has(img) { background: transparent; }
.closing h2 { font-size: clamp(36px, 5vw, 64px); font-weight: 300; line-height: 1.06; letter-spacing: -0.025em; margin: 0 0 20px; }
.closing h2 br { display: block; }
.closing p { font-size: 19px; line-height: 1.55; color: var(--color-text-secondary); max-width: 30em; margin: 0 auto 36px; text-wrap: pretty; }
.closing-points { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; padding: 0; margin: 44px 0 0; }
.closing-points li {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 14px; font-weight: 500; color: var(--color-text-secondary);
  background: var(--color-surface-1); padding: 10px 18px; border-radius: var(--radius-pill);
}
.closing-points li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--sage); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--hero-ink); color: rgba(250,247,242,0.7); padding: 72px 0 40px; }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(250,247,242,0.12); }
.footer .brand { color: var(--color-cream); margin-bottom: 16px; }
.footer .brand-mark { background: rgba(250,247,242,0.16); }
.footer-blurb { font-size: 15px; line-height: 1.6; max-width: 26em; margin: 0 0 24px; }
.store-badges { display: flex; gap: 12px; flex-wrap: wrap; }
.store-badge { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(250,247,242,0.22); border-radius: 12px; padding: 9px 16px; color: var(--color-cream); transition: background var(--duration-fast); }
.store-badge:hover { background: rgba(250,247,242,0.08); }
.store-badge svg { width: 22px; height: 22px; }
.store-badge .sb-sm { font-size: 10px; opacity: .7; display: block; line-height: 1.2; }
.store-badge .sb-lg { font-size: 15px; font-weight: 600; line-height: 1.2; }
.footer-col h5 { color: var(--color-cream); font-size: 14px; font-weight: 600; margin: 0 0 18px; letter-spacing: 0.02em; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-col a { font-size: 14px; opacity: .75; transition: opacity var(--duration-fast); }
.footer-col a:hover { opacity: 1; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; font-size: 13px; gap: 20px; flex-wrap: wrap; }
.footer-social { display: flex; gap: 16px; }
.footer-social a { opacity: .7; }
.footer-social a:hover { opacity: 1; }
.footer-social svg { width: 19px; height: 19px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .nav-links, .header-right .login, .header-right .btn { display: none; }
  .hamburger { display: flex; }
  .hero .wrap { grid-template-columns: 1fr; gap: 56px; }
  .hero-phone-wrap { order: -1; }
  .together .wrap { grid-template-columns: 1fr; gap: 44px; }
  .features { grid-template-columns: 1fr; }
  .feature { min-height: 320px; }
  .testi-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 20px; }
  .section { padding: 64px 0; }
  .hero { padding: 120px 0 72px; }
  .testi-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .plan-card { flex-basis: 78vw; }
}

/* Brand-mark: when carrying the candle logo image, drop the wrapper tint
   so the logo's own dark navy background reads cleanly. */
.site-header:not(.scrolled) .brand-mark:has(img),
.site-header.scrolled .brand-mark:has(img),
.footer .brand-mark:has(img) { background: transparent; }
