/* Activity Hop — website (V1 pages, V2 homepage and header).
   Light, warm and cinematic rather than dark: the interaction grammar of a streaming service (rails, progressive disclosure, hover
   expansion) on Activity Hop's own bright family identity. Every colour here comes from src/theme.ts. */
:root {
  --cream: #FBF7F0;
  --paper: #FFFFFF;
  --sand: #F3ECE0;
  --line: #E7DFD2;
  --ink: #1E2A24;
  --muted: #5E6E66;
  --forest: #1F4B3A;
  --forest-deep: #12291F;
  --forest-soft: #E6EFE9;
  --coral: #E0674F;
  --coral-deep: #C2503A;
  --coral-soft: #FBE9E4;
  --amber: #8A5A12;
  --amber-soft: #FBEFD9;
  --r: 18px;
  --r-sm: 12px;
  --display: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;
  --body: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --shadow: 0 1px 2px rgba(30,42,36,.05), 0 18px 40px -28px rgba(30,42,36,.45);
  --shadow-lift: 0 2px 6px rgba(30,42,36,.08), 0 28px 60px -30px rgba(30,42,36,.55);
  --gutter: clamp(16px, 5vw, 64px);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
body { margin: 0; background: var(--cream); color: var(--ink); font: 400 17px/1.55 var(--body); }
img { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; border-radius: 4px; }
.wrap { max-width: 1320px; margin: 0 auto; padding-inline: var(--gutter); }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; z-index: 100; background: var(--paper); padding: 10px 14px; border-radius: 10px; }

/* ---------- masthead (V2) ---------- */
.mast { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 50; background: color-mix(in srgb, var(--paper) 90%, transparent); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.mast-in { display: flex; align-items: center; gap: clamp(12px, 3vw, 40px); height: 72px; }
.brand { display: flex; align-items: center; flex: none; min-height: 44px; }
.brand img { height: 30px; width: auto; }
.nav { display: flex; align-items: center; gap: clamp(14px, 2.2vw, 32px); flex: 1; justify-content: center; }
.nav a { text-decoration: none; font-size: 15px; font-weight: 500; color: var(--muted); white-space: nowrap; padding: 10px 2px; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a[aria-current] { color: var(--ink); border-bottom-color: var(--coral); }
.mast .cta { flex: none; }
/* The phone menu: a <details>, so it works without script and from the keyboard. Hidden where the full nav fits. */
.menu { display: none; position: relative; }
.menu summary { list-style: none; width: 44px; height: 44px; border-radius: 12px; display: grid; place-content: center; gap: 4px; cursor: pointer; border: 1px solid var(--line); background: var(--paper); }
.menu summary::-webkit-details-marker { display: none; }
.menu summary span { display: block; width: 18px; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu[open] summary span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu[open] summary span:nth-child(2) { opacity: 0; }
.menu[open] summary span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.menu-panel { position: absolute; right: 0; top: calc(100% + 10px); width: min(280px, calc(100vw - 32px)); background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lift); padding: 8px; display: grid; }
.menu-panel a:not(.cta) { display: flex; align-items: center; min-height: 48px; padding: 0 14px; border-radius: 12px; text-decoration: none; font-weight: 500; color: var(--ink); }
.menu-panel a:not(.cta):hover, .menu-panel a[aria-current] { background: var(--forest-soft); }
.menu-panel .cta { margin: 8px 6px 6px; }
@media (max-width: 960px) {
  .nav, .mast-in > .cta { display: none; }
  .menu { display: block; margin-left: auto; }
}
.cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 18px; border-radius: 999px; background: var(--forest); color: #fff; text-decoration: none; font-weight: 600; font-size: 15px; border: 0; cursor: pointer; transition: transform .18s, background .18s; }
.cta:hover { background: var(--forest-deep); transform: translateY(-1px); }
.cta.ghost { background: transparent; color: var(--forest); border: 1px solid color-mix(in srgb, var(--forest) 35%, transparent); }
.cta.ghost:hover { background: var(--forest-soft); }
.cta.coral { background: var(--coral-deep); }
.cta.coral:hover { background: #A8402C; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--forest-deep); color: #fff; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 80% at 80% 0%, rgba(224,103,79,.28), transparent 60%), radial-gradient(90% 70% at 0% 100%, rgba(143,199,168,.22), transparent 60%); pointer-events: none; }
.hero-in { position: relative; z-index: 1; padding-block: clamp(48px, 9vw, 116px) clamp(36px, 6vw, 72px); }
.eyebrow { font: 600 12px var(--display); letter-spacing: .18em; text-transform: uppercase; color: #F6B9A8; margin: 0 0 18px; }
.hero h1 { font: 700 clamp(38px, 7.2vw, 82px)/1.02 var(--display); letter-spacing: -.035em; margin: 0 0 20px; max-width: 16ch; text-wrap: balance; }
.hero h1 em { font-style: normal; color: #F6B9A8; }
.hero p.lede { font-size: clamp(17px, 1.6vw, 21px); color: rgba(255,255,255,.78); max-width: 52ch; margin: 0 0 34px; }

/* ---------- rails ---------- */
.rail { margin-block: clamp(40px, 6vw, 72px); }
.rail-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.rail-head h2 { font: 700 clamp(22px, 2.6vw, 32px)/1.1 var(--display); letter-spacing: -.03em; margin: 0; }
.rail-head p { margin: 6px 0 0; color: var(--muted); font-size: 15px; }
.rail-head a { font-size: 15px; font-weight: 600; color: var(--forest); text-decoration: none; white-space: nowrap; }
.rail-head a:hover { text-decoration: underline; }
.track { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(228px, 30vw, 300px); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 4px 20px; scrollbar-width: none; }
.track::-webkit-scrollbar { display: none; }
.track > * { scroll-snap-align: start; }

/* A tile is a piece of artwork first. Heights alternate so a rail reads as a skyline, not a grid of equal boxes. */
.tile { position: relative; display: block; border-radius: var(--r); overflow: hidden; text-decoration: none; background: var(--forest-deep); box-shadow: var(--shadow); aspect-ratio: 4 / 3; transition: transform .28s cubic-bezier(.2,.7,.3,1), box-shadow .28s; }
.tile:hover, .tile:focus-visible { transform: translateY(-6px) scale(1.015); box-shadow: var(--shadow-lift); }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.3,1); }
.tile:hover img { transform: scale(1.06); }
/* The readability gradient sits under the text only, so a picture stays a picture: dark at the foot, clear by three-quarters up. */
.tile .veil { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,20,15,.9) 0%, rgba(8,20,15,.58) 45%, rgba(8,20,15,0) 78%); }
.tile .body { position: absolute; inset: auto 0 0 0; padding: 16px; color: #fff; }
.tile .kicker { font: 600 11px var(--display); letter-spacing: .14em; text-transform: uppercase; color: #F9C4B5; margin-bottom: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tile h3 { font: 600 18px/1.22 var(--display); letter-spacing: -.015em; margin: 0; text-wrap: balance; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tile .sub { font-size: 14px; color: rgba(255,255,255,.84); margin-top: 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tile .body { text-shadow: 0 1px 2px rgba(0,0,0,.35); }
/* Progressive disclosure: the detail line is only revealed on hover or focus, and is always there for a screen reader. */
.badge { position: absolute; top: 12px; left: 12px; background: rgba(255,255,255,.93); color: var(--ink); font-size: 12px; font-weight: 700; padding: 5px 10px; border-radius: 999px; }
.badge.rating { display: inline-flex; gap: 5px; align-items: center; }
.badge.rating b { color: var(--coral-deep); }

/* ---------- category strip ---------- */
/* ---------- sections ---------- */
.band { background: var(--paper); border-block: 1px solid var(--line); padding-block: clamp(48px, 7vw, 88px); }
.band.sand { background: var(--sand); }
.band.forest { background: var(--forest-deep); color: #fff; border-color: transparent; }
.band.forest h2, .band.forest h3 { color: #fff; }
.band.forest p { color: rgba(255,255,255,.76); }
h2.section { font: 700 clamp(26px, 3.4vw, 44px)/1.06 var(--display); letter-spacing: -.035em; margin: 0 0 14px; max-width: 20ch; text-wrap: balance; }
p.section-lede { font-size: clamp(16px, 1.5vw, 19px); color: var(--muted); max-width: 60ch; margin: 0 0 32px; }
.cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(18px, 3vw, 32px); }
.panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(20px, 2.6vw, 30px); }
.band.forest .panel { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.14); }
.panel h3 { font: 600 19px/1.25 var(--display); margin: 0 0 8px; letter-spacing: -.01em; }
.panel p { margin: 0; color: var(--muted); font-size: 15px; }
.step { counter-increment: step; }
.step .n { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--coral-soft); color: var(--coral-deep); font: 700 15px var(--display); margin-bottom: 12px; }
.band.forest .step .n { background: rgba(246,185,168,.18); color: #F6B9A8; }

/* ---------- explore ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-block: 22px 28px; }
/* Filter chips: white and outlined by default, tinted on hover, solid Activity Hop green when selected — the selected one is never ambiguous. */
.chip { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); text-decoration: none; font-size: 15px; font-weight: 500; color: var(--ink); white-space: nowrap; transition: background .18s, border-color .18s, color .18s; }
.chip:hover { background: var(--forest-soft); border-color: #BFD3C7; }
.chip[aria-current="page"], .chip[aria-pressed="true"] { background: var(--forest); border-color: var(--forest); color: #fff; font-weight: 600; }
.chip:focus-visible { outline: 3px solid var(--coral); outline-offset: 2px; }
.chip b { font-weight: 600; color: var(--muted); font-size: 13px; }
.chip[aria-current="page"] b, .chip[aria-pressed="true"] b { color: rgba(255,255,255,.78); }
@media (max-width: 700px) {
  .filters.scroll { flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x proximity; margin-inline: calc(-1 * var(--gutter)); padding: 4px var(--gutter) 8px; scrollbar-width: none; }
  .filters.scroll::-webkit-scrollbar { display: none; }
  .filters.scroll .chip { scroll-snap-align: start; flex: none; }
}
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 268px), 1fr)); gap: 18px; margin-bottom: 56px; }
.count { font-size: 15px; color: var(--muted); margin: 0 0 4px; }
.searchbar { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.searchbar input { flex: 1; min-width: 220px; min-height: 52px; border-radius: 14px; border: 1px solid var(--line); background: var(--paper); padding: 0 18px; font: 400 17px var(--body); color: var(--ink); }
.searchbar input:focus { border-color: var(--forest); }

/* ---------- provider detail ----------
   Sections exist only when there is something published to show (build.mjs); the page never lays out a box to say something is missing. */
.title-hero { position: relative; min-height: clamp(260px, 38vw, 440px); display: flex; align-items: flex-end; background: var(--forest-deep); overflow: hidden; }
.title-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.title-hero .veil { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,20,15,.92) 0%, rgba(8,20,15,.6) 42%, rgba(8,20,15,0) 80%); }
.title-hero .wrap { position: relative; padding-block: clamp(24px, 4vw, 44px); width: 100%; color: #fff; }
.title-hero .eyebrow { margin: 0; color: #F9C4B5; }
.title-hero h1 { font: 700 clamp(30px, 5vw, 56px)/1.04 var(--display); letter-spacing: -.035em; margin: 8px 0 10px; max-width: 20ch; text-wrap: balance; overflow-wrap: anywhere; }
.title-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: center; color: rgba(255,255,255,.88); font-size: 15px; }
.title-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.5); }
.facts { display: flex; flex-wrap: wrap; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; margin-block: clamp(20px, 3vw, 32px); }
.facts-gap { height: clamp(20px, 3vw, 32px); }
.fact { flex: 1 1 150px; background: var(--paper); padding: 16px 18px; }
.fact dt { font: 600 11px var(--display); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.fact dd { margin: 0; font-size: 16px; font-weight: 600; overflow-wrap: anywhere; }
.detail { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(20px, 3vw, 32px); padding-bottom: clamp(40px, 6vw, 72px); }
@media (min-width: 900px) { .detail { grid-template-columns: minmax(0, 1.7fr) minmax(280px, .85fr); align-items: start; } .detail .side { position: sticky; top: 96px; } }
.flow { display: grid; gap: 16px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(20px, 2.4vw, 28px); }
.card[hidden] { display: none; }
.card h2 { font: 600 clamp(19px, 2vw, 23px)/1.2 var(--display); letter-spacing: -.02em; margin: 0 0 12px; }
.card h3 { font: 600 16px/1.3 var(--display); margin: 18px 0 8px; }
.card h3:first-child { margin-top: 0; }
.card p { margin: 0 0 12px; }
.card p:last-child { margin-bottom: 0; }
.card ul { margin: 0 0 12px; padding-left: 20px; }
.card details { border-top: 1px solid var(--line); padding: 10px 0; }
.card summary { cursor: pointer; font-weight: 600; min-height: 32px; display: flex; align-items: center; }
.summary .lead { font-size: clamp(17px, 1.5vw, 19px); line-height: 1.55; color: var(--ink); }
.fine { font-size: 14px; color: var(--muted); line-height: 1.55; }
.rows { margin: 0 0 12px; display: grid; gap: 0; }
.rows > div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); }
.rows > div:first-child { border-top: 0; }
.rows dt { color: var(--muted); }
.rows dd { margin: 0; font-weight: 600; }
.pillrow { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.pillrow:last-child { margin-bottom: 0; }
.pillrow span { border: 1px solid var(--line); background: var(--sand); border-radius: 999px; padding: 7px 13px; font-size: 14px; }
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 180px), 1fr)); gap: 10px; }
.gallery figure { margin: 0; }
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; }
.gallery figcaption { font-size: 13px; color: var(--muted); margin-top: 4px; }
.empty-reviews { color: var(--ink); }
.empty-reviews strong { font-weight: 700; }
.review { border-top: 1px solid var(--line); padding-top: 12px; margin-top: 12px; }
.review .stars { color: var(--coral-deep); }
/* "Need more details?" — the one place a listing's gaps are mentioned, framed as what to ask, next to how to ask it. */
.ask { background: var(--forest-soft); border-color: #CFE0D6; }
.topics { display: inline-flex; flex-wrap: wrap; gap: 6px; vertical-align: middle; }
.topics span { background: var(--paper); border: 1px solid #CFE0D6; border-radius: 999px; padding: 3px 10px; font-size: 14px; font-weight: 600; color: var(--forest); }
.topics span + span::before { content: none; }
.ask-routes { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0; }
.ask-routes .cta { min-height: 48px; }
.claim-line { margin: 4px 0 0; font-size: 15px; color: var(--muted); }
.claim-line a { color: var(--forest); font-weight: 600; }
.side .cta { width: 100%; min-height: 48px; }
.sticky-card h2 { overflow-wrap: anywhere; }
/* Mobile: the provider's contact routes stay one thumb away, above the home indicator, and never cover the page's own content. */
.contact-bar { display: none; }
@media (max-width: 899px) {
  .detail .side { display: none; }
  .contact-bar { display: flex; gap: 10px; position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom, 0px)); background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(12px); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px -18px rgba(18,41,31,.5); }
  .contact-bar .cta { flex: 1; min-height: 48px; padding-inline: 12px; }
  main.has-bar ~ footer.foot { padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px)); }
}

/* ---------- footer ---------- */
footer.foot { background: var(--forest-deep); color: rgba(255,255,255,.8); padding-block: clamp(40px, 6vw, 64px) 32px; font-size: 15px; }
footer.foot a { color: #fff; text-decoration: none; }
footer.foot a:hover { text-decoration: underline; }
.foot-top { display: grid; gap: 28px; margin-bottom: 32px; }
@media (min-width: 900px) { .foot-top { grid-template-columns: 200px 1fr; } }
.foot-brand { display: inline-flex; align-items: center; min-height: 44px; }
.foot-brand img { height: 40px; width: auto; }
.foot-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px 28px; }
.foot-cols h2 { font: 600 13px var(--display); letter-spacing: .12em; text-transform: uppercase; color: #F9C4B5; margin: 0 0 10px; }
.foot-cols ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.foot-cols a { display: inline-flex; align-items: center; min-height: 44px; }
/* Legal text: readable size, comfortable leading, a measure that can be read, and contrast well above AA on the dark ground. */
.foot-note { border-top: 1px solid rgba(255,255,255,.16); padding-top: 22px; font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.78); max-width: 78ch; display: grid; gap: 8px; }
.foot-note p { margin: 0; }
.foot-note a { text-decoration: underline; }

/* ---------- responsive ---------- */
@media (max-width: 720px) {
  .mast-in { height: 64px; }
  .brand img { height: 26px; }
  .track { grid-auto-columns: 74vw; }
  .facts { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px) {
  .track { grid-auto-columns: 78vw; }
}
@media (min-width: 1600px) {
  .wrap { max-width: 1480px; }
  .track { grid-auto-columns: 320px; }
}


/* ============================================================ homepage ============================================================
   A product page for parents first. One proposition and one dominant action in the hero; providers get their own compact band further
   down; the app gets one honest early-access module. Cream and white, forest green and coral, one restrained pastel per interest. */
:root { --mint: #E3F1E8; --sky: #E4EEF7; --peach: #FDEBDF; --lilac: #EEE8F6; --butter: #FBF1D3; --blush: #FBE3E3; --orange: #D9531F; --script: "Caveat", "Segoe Print", "Bradley Hand", cursive; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.ico { width: 1em; height: 1em; flex: none; }
.home h2 { font: 700 clamp(26px, 3vw, 36px)/1.08 var(--display); letter-spacing: -.03em; margin: 0; text-wrap: balance; color: var(--forest); }
.kicker { font: 700 13px var(--display); letter-spacing: .1em; text-transform: uppercase; color: var(--orange); margin: 0 0 10px; }

/* header additions */
.place { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); text-decoration: none; font-weight: 600; font-size: 15px; color: var(--ink); flex: none; }
.place .ico { color: var(--forest); font-size: 18px; }
.place:hover, .place[aria-current] { border-color: var(--forest); }
.nav { justify-content: flex-start; margin-left: clamp(8px, 2vw, 32px); }
@media (max-width: 960px) { .place, .mast-cta { display: none; } }

/* hero */
.h-hero { position: relative; overflow: hidden; background: linear-gradient(100deg, #E7F2EA 0%, #F4F7EF 40%, var(--cream) 75%); }
.h-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(20px, 4vw, 48px); padding-block: clamp(28px, 5vw, 64px) clamp(32px, 5vw, 64px); }
@media (min-width: 980px) { .h-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; min-height: 520px; } }
.h-copy h1 { font: 800 clamp(40px, 6vw, 80px)/.98 var(--display); letter-spacing: -.045em; color: var(--forest); margin: 0 0 18px; text-wrap: balance; }
.h-copy h1 span { color: var(--orange); }
.h-lede { font-size: clamp(17px, 1.4vw, 20px); color: var(--ink); opacity: .85; max-width: 46ch; margin: 0 0 26px; }
.h-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; }
.cta.big { min-height: 56px; padding: 0 28px; font-size: 17px; }
.cta.big .ico { font-size: 19px; }
.h-secondary { display: inline-flex; align-items: center; min-height: 44px; color: var(--forest); font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.h-proof { font-size: 14px; color: var(--muted); margin: 22px 0 0; max-width: 52ch; }
.h-proof b { color: var(--forest); font-variant-numeric: tabular-nums; }

/* hero visual: one D12-cleared photograph behind the app */
.h-visual { position: relative; min-height: clamp(300px, 64vw, 480px); }
.h-photo { position: absolute; inset: 6% 0 0 24%; margin: 0; border-radius: 36px 160px 36px 36px; overflow: hidden; box-shadow: var(--shadow-lift); }
.h-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 27% 62%; }
.h-photo figcaption { position: absolute; left: 14px; bottom: 12px; font-size: 11px; color: #fff; background: rgba(18,41,31,.62); padding: 4px 9px; border-radius: 999px; }
.h-script { position: absolute; z-index: 3; right: 5%; top: 12%; margin: 0; font: 700 clamp(24px, 2.6vw, 38px)/.95 var(--script); color: #fff; transform: rotate(-9deg); text-shadow: 0 2px 12px rgba(18,41,31,.5); }
.device { position: absolute; z-index: 2; left: 2%; top: 2%; width: clamp(170px, 44%, 250px); aspect-ratio: 9 / 18.6; border-radius: 38px; background: #1B1F1D; padding: 9px; transform: rotate(-7deg); box-shadow: 0 40px 70px -30px rgba(18,41,31,.65), inset 0 0 0 2px #3A3F3C; }
.device-screen { position: relative; height: 100%; border-radius: 30px; background: #fff; overflow: hidden; padding: 30px 12px 0; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--ink); }
.app-notch { position: absolute; top: 9px; left: 50%; transform: translateX(-50%); width: 34%; height: 16px; border-radius: 10px; background: #1B1F1D; }
.app-logo { width: 62%; height: auto; }
.app-loc { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 600; border: 1px solid var(--line); border-radius: 999px; padding: 3px 9px; }
.app-loc .ico { color: var(--forest); }
.app-search { display: flex; align-items: center; gap: 6px; width: 100%; font-size: 10px; color: var(--muted); border: 1px solid var(--line); border-radius: 12px; padding: 7px 9px; }
.app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 4px; width: 100%; margin-top: 4px; }
.app-grid span { display: grid; justify-items: center; gap: 3px; font-size: 8.5px; font-weight: 600; text-align: center; line-height: 1.15; }
.app-grid i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; }
.app-grid img { width: 26px; height: 26px; }
.app-near { width: 100%; display: grid; gap: 5px; margin-top: 2px; }
.app-near b { font-size: 9.5px; justify-self: start; }
.app-near span { display: flex; align-items: center; gap: 6px; border: 1px solid var(--line); border-radius: 9px; padding: 5px 6px; font-size: 8.5px; line-height: 1.2; }
.app-near span img { width: 18px; height: 18px; flex: none; }
.app-near em { font-style: normal; display: block; color: var(--muted); font-size: 8px; }
.app-tabs { margin-top: auto; width: calc(100% + 24px); display: flex; justify-content: space-around; border-top: 1px solid var(--line); padding: 8px 0 14px; }
.app-tabs span { display: grid; justify-items: center; gap: 2px; font-size: 9px; color: var(--muted); }
.app-tabs .ico { font-size: 15px; }
.app-tabs .on { color: var(--forest); font-weight: 700; }

/* explore by interest */
.sec-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 8px 16px; margin-bottom: 20px; }
.sec-head p { margin: 6px 0 0; color: var(--muted); }
.sec-head > a { display: inline-flex; align-items: center; gap: 6px; color: var(--forest); font-weight: 600; font-size: 15px; text-decoration: none; white-space: nowrap; min-height: 44px; }
.sec-head > a:hover { text-decoration: underline; }
.interests { padding-top: clamp(40px, 5vw, 64px); margin-bottom: clamp(40px, 5vw, 64px); scroll-margin-top: 96px; }
.interest-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
@media (min-width: 700px) { .interest-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; } }
@media (min-width: 1100px) { .interest-row { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.interest { position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 10px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; text-decoration: none; color: var(--ink); padding: 0 12px 14px; transition: transform .2s, box-shadow .2s; }
.interest:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.interest-img { grid-column: 1 / -1; margin: 0 -12px; aspect-ratio: 16 / 9; overflow: hidden; background: var(--sand); }
.interest-img img { width: 100%; height: 100%; object-fit: cover; }
.interest-badge { grid-row: 2 / 4; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; margin-top: -18px; border: 3px solid var(--paper); }
.interest-badge img { width: 30px; height: 30px; }
.interest b { grid-column: 2; font: 700 15px/1.2 var(--display); margin-top: 10px; }
.interest small { grid-column: 2; font-size: 13px; color: var(--muted); }
.mint { background: var(--mint); } .sky { background: var(--sky); } .peach { background: var(--peach); }
.lilac { background: var(--lilac); } .butter { background: var(--butter); } .blush { background: var(--blush); }

/* how it works */
.how { margin-bottom: clamp(40px, 5vw, 64px); scroll-margin-top: 96px; }
.how h2 { margin-bottom: 18px; }
.how-strip { list-style: none; margin: 0; padding: clamp(18px, 2.4vw, 26px) clamp(16px, 2vw, 28px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 12px; background: #EDF4EF; border-radius: 22px; }
@media (min-width: 900px) { .how-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; } .how-strip li + li { border-left: 1px solid rgba(31,75,58,.14); } }
.how-strip li { display: flex; gap: 14px; align-items: flex-start; padding-inline: clamp(4px, 1.6vw, 22px); }
.how-strip .big { font-size: 38px; color: var(--forest); stroke-width: 1.6; }
.how-strip b { display: block; font: 700 17px var(--display); color: var(--forest); }
.how-strip span { font-size: 14px; color: var(--muted); }

/* providers: their own band, below the parent story, compact */
.provider-band { display: grid; gap: 22px 40px; align-items: center; background: var(--peach); border-radius: 26px; padding: clamp(24px, 3.4vw, 44px); margin-bottom: clamp(40px, 5vw, 64px); scroll-margin-top: 96px; }
@media (min-width: 980px) { .provider-band { grid-template-columns: minmax(0, 1fr) auto; } }
.provider-band h2 { margin-bottom: 18px; }
.perks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px 20px; }
.perks li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--ink); line-height: 1.4; }
.perks li b { display: block; font: 700 16px var(--display); color: var(--forest); }
.perks span { display: grid; place-items: center; flex: none; width: 44px; height: 44px; border-radius: 50%; color: var(--forest); font-size: 22px; background: #fff; }
.perks span.peach { color: var(--orange); }
.perks span.lilac { color: #6B4FA8; }
.pb-go { display: grid; gap: 8px; justify-items: start; }
@media (min-width: 980px) { .pb-go { justify-items: center; text-align: center; } }
.cta.join { min-height: 52px; padding: 0 26px; font-size: 16px; }
.cta.join .ico { font-size: 18px; }
.pb-claim { display: inline-flex; align-items: center; min-height: 44px; color: var(--forest); font-weight: 600; font-size: 15px; }

/* the app: one early-access module, no buttons that pretend to download anything */
.early { margin-bottom: clamp(40px, 6vw, 72px); scroll-margin-top: 96px; }
.early-in { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px 22px; align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: clamp(20px, 3vw, 32px); }
@media (min-width: 900px) { .early-in { grid-template-columns: auto minmax(0, 1fr) auto; } }
.early-in > img { width: 64px; height: 64px; border-radius: 16px; box-shadow: var(--shadow); }
.early h2 { font-size: clamp(22px, 2.4vw, 28px); }
.early-copy p { margin: 6px 0 0; color: var(--muted); }
.platforms { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; margin-top: 10px !important; font-size: 13px; }
.platforms span { border: 1px solid var(--line); border-radius: 999px; padding: 2px 10px; color: var(--muted); background: var(--cream); }
.platforms em { font-style: normal; }
.early-go { grid-column: 1 / -1; display: grid; gap: 6px; }
@media (min-width: 900px) { .early-go { grid-column: auto; justify-items: end; text-align: right; max-width: 300px; } }
.early-go small { font-size: 12.5px; color: var(--muted); line-height: 1.45; }
.stores { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.store.live { display: grid; gap: 1px; min-height: 52px; padding: 8px 16px; border-radius: 12px; background: #111; color: #fff; text-decoration: none; }
.store.live small { font-size: 11px; }
.store.live b { font: 700 18px var(--display); }

/* /noida */
.page-head { padding-block: clamp(32px, 5vw, 64px) 0; }
.page-head h1 { font: 800 clamp(34px, 5vw, 60px)/1.02 var(--display); letter-spacing: -.04em; color: var(--forest); margin: 0 0 14px; }
.sectors { margin-block: clamp(28px, 4vw, 48px) clamp(56px, 8vw, 96px); }

@media (max-width: 560px) {
  .h-visual { min-height: 0; aspect-ratio: 1 / 1.02; }
  .h-photo { inset: 4% 0 6% 30%; border-radius: 24px 100px 24px 24px; }
  .h-photo figcaption { left: auto; right: 10px; }
  .device { width: 47%; left: 0; top: 0; }
  .early-in { grid-template-columns: 48px minmax(0, 1fr); gap: 12px 14px; align-items: start; }
  .early-in > img { width: 48px; height: 48px; border-radius: 12px; }
  .app-near { display: none; }
  .h-script { font-size: 24px; right: 4%; top: 10%; }
  .how-strip li { flex-direction: column; gap: 8px; }
  .interest b { font-size: 14px; }
  .cta.big { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .interest, .cta, .menu summary span, .chip { transition: none; } }

/* ---------- listing-card imagery (web/imagery.mjs) ----------
   An icon panel is the brand's drawn activity icon on a soft tint: plainly a graphic, never mistaken for a photograph of a centre. Two
   compositions and several tints give neighbouring cards different faces when the catalogue has only one approved image for an activity. */
.panel-art { position: absolute; inset: 0; background: var(--tint, var(--forest-soft)); overflow: hidden; }
.panel-art::before { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.55); }
.tile .panel-art img, .title-hero .panel-art img, .panel-art img { position: absolute; inset: auto; width: auto; height: auto; object-fit: contain; transform: none; }
.panel-art.centre::before { width: 50%; aspect-ratio: 1; left: 25%; top: 4%; }
.panel-art.centre img { width: 28%; left: 36%; top: 13%; }
.panel-art.corner::before { width: 70%; aspect-ratio: 1; right: -18%; top: -30%; }
.panel-art.corner img { width: 32%; right: 9%; top: 7%; transform: rotate(-8deg); }
.tile:hover .panel-art img { transform: none; }
.tile:hover .panel-art.corner img { transform: rotate(-8deg); }
.title-hero .panel-art.centre img { width: min(22%, 180px); left: auto; right: 12%; top: 16%; }
.title-hero .panel-art.centre::before { width: min(44%, 380px); left: auto; right: 4%; top: 2%; }
.title-hero .panel-art.corner img { width: min(26%, 220px); }
.tile img.drawn, .title-hero img.drawn { object-position: center 40%; }
/* Says what the picture is; never "photo of this centre". Sits top-right, clear of the card's text. */
.img-note { position: absolute; z-index: 1; top: 10px; right: 10px; font-size: 11px; line-height: 1; color: #fff; background: rgba(18,41,31,.62); padding: 5px 8px; border-radius: 999px; pointer-events: none; }
.title-hero .img-note { top: 14px; bottom: auto; right: 14px; }
.tile .panel-art.centre::before { width: 34%; left: 33%; top: 5%; }
.tile .panel-art.centre img { width: 18%; left: 41%; top: 12%; }
.tile .panel-art.corner::before { width: 48%; right: -10%; top: -34%; }
.tile .panel-art.corner img { width: 20%; right: 8%; top: 7%; }
.title-hero:has(.panel-art) .veil { background: linear-gradient(to top, rgba(10,24,18,.94) 0%, rgba(10,24,18,.7) 30%, rgba(10,24,18,0) 62%); }
/* Secondary explanatory text on the informational pages (for providers, sign in, about). */
.unknown-note { color: var(--muted); }
.pre { display: inline-block; background: var(--amber-soft); color: var(--amber); border-radius: 999px; padding: 5px 12px; font-size: 13px; font-weight: 600; }
.title-hero:has(.panel-art) { min-height: clamp(230px, 26vw, 330px); }
.title-hero .panel-art.centre img { width: min(16%, 132px); right: 11%; top: 14%; }
.title-hero .panel-art.centre::before { width: min(30%, 260px); right: 5%; top: 4%; }
/* On a drawn icon panel the readability gradient stays under the text: the pastel and the icon above it keep their colour. */
.tile:has(.panel-art) .veil { background: linear-gradient(to top, rgba(8,20,15,.92) 0%, rgba(8,20,15,.72) 42%, rgba(8,20,15,0) 70%); }

/* Invited provider looking around (Onboarding V2): the one bar that says why their own listings are missing, and the way back. */
.invited-bar { background: var(--forest-deep); color: #fff; font: 500 14px/1.4 var(--body); }
.invited-bar-in { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; justify-content: space-between; padding-block: 10px; }
.invited-bar-cta { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; min-height: 44px; display: inline-flex; align-items: center; white-space: nowrap; }

/* Private rollout: the pre-launch page a public visitor sees while the catalogue is open to invited providers only. One screen, one idea,
   and nothing it cannot substantiate — so the design carries it rather than a wall of listings. */
.prelaunch { background: linear-gradient(180deg, var(--cream) 0%, var(--forest-soft) 100%); }
.pl-hero { padding-block: clamp(48px, 10vw, 112px); }
.pl-in { max-width: 760px; margin-inline: auto; }
.pl-eyebrow { margin: 0 0 14px; font: 700 13px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--coral-deep); }
.prelaunch h1 { margin: 0 0 20px; font: 800 clamp(34px, 7vw, 60px)/1.05 var(--display); letter-spacing: -.025em; color: var(--ink); text-wrap: balance; }
.prelaunch h1 span { color: var(--forest); }
.pl-lede { margin: 0 0 28px; max-width: 58ch; font-size: clamp(17px, 2.2vw, 20px); line-height: 1.55; color: var(--muted); }
.pl-list { margin: 0 0 28px; padding: 0; list-style: none; display: grid; gap: 12px; max-width: 58ch; }
.pl-list li { position: relative; padding-left: 32px; font-size: 16px; line-height: 1.5; color: var(--ink); }
.pl-list li::before { content: ""; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: var(--forest-soft);
  box-shadow: inset 0 0 0 1.5px var(--forest); }
.pl-list li::after { content: ""; position: absolute; left: 6px; top: 8px; width: 8px; height: 4px; border-left: 2px solid var(--forest); border-bottom: 2px solid var(--forest);
  transform: rotate(-45deg); }
.pl-note { margin: 0 0 28px; padding: 14px 18px; border-radius: var(--r-sm); background: var(--paper); border: 1px solid var(--line);
  font-size: 16px; color: var(--ink); max-width: 58ch; }
.pl-actions { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; margin-bottom: 16px; }
.pl-secondary { font: 600 16px var(--body); color: var(--forest); text-decoration: underline; text-underline-offset: 3px; min-height: 44px; display: inline-flex; align-items: center; }
.pl-fine { margin: 0; font-size: 14px; line-height: 1.5; color: var(--muted); max-width: 58ch; }
.foot-line { margin: 0 0 6px; font-size: 15px; }
@media (min-width: 900px) { .pl-hero { padding-block: 120px 128px; } }
