/* momsalike.com — Central Florida family platform. Visual system copied from
   the proven momsaliketravel design (coastal luxury tokens, same family). */
:root {
  --ink: #0C1D2B; --ink-2: #14293A;
  --paper: #FBF7F0; --paper-2: #F3ECDF;
  --coral: #E8735A; --coral-deep: #D45E44; --gold: #C9A96A;
  --text: #21303C; --text-2: #6B7684; --line: rgba(12,29,43,.12);
  --font: 'Inter', system-ui, sans-serif; --display: 'Fraunces', serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--paper); color: var(--text); line-height: 1.6; }
img { max-width: 100%; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3 { font-family: var(--display); font-weight: 550; letter-spacing: -.01em; line-height: 1.1; }
.shell { max-width: 1080px; margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2.5rem); }
.muted { color: var(--text-2); }

.nav { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--paper) 90%, transparent);
  backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav-glass { position: fixed; inset: 0 0 auto 0; background: linear-gradient(180deg, rgba(12,29,43,.45), transparent);
  border-bottom: none; backdrop-filter: none; }
.nav-row { display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding: .9rem 0; }
.nav-links { display: flex; align-items: center; gap: clamp(.6rem, 2vw, 1.1rem); flex-wrap: wrap; justify-content: flex-end; }
.nav-links a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: .9rem; }
.nav-glass .nav-links a { color: #fff; opacity: .92; }
.wordmark { font-family: var(--display); font-style: italic; font-weight: 600; font-size: 1.45rem; color: var(--ink); }
.wm-light { color: var(--paper); text-shadow: 0 1px 14px rgba(12,29,43,.5); }
.nav-cta { background: var(--coral); color: #fff !important; font-weight: 600; font-size: .9rem;
  padding: .55rem 1.2rem; border-radius: 100px; }

/* ---- cinematic hero: video over rotating Ken Burns fallback slides ---- */
.hero-cinema { position: relative; min-height: 88dvh; display: flex; align-items: flex-end;
  overflow: hidden; background: var(--ink); }
.hero-slides { position: absolute; inset: 0; }
.slide { position: absolute; inset: -6%; background-size: cover; background-position: center;
  opacity: 0; animation: slidecycle 24s infinite, kenburns 24s ease-in-out infinite; will-change: opacity, transform; }
.slide:nth-child(1) { animation-delay: 0s, 0s; }
.slide:nth-child(2) { animation-delay: 8s, 8s; }
.slide:nth-child(3) { animation-delay: 16s, 16s; }
@keyframes slidecycle {
  0% { opacity: 0; } 4% { opacity: 1; } 33.3% { opacity: 1; } 41% { opacity: 0; } 100% { opacity: 0; }
}
@keyframes kenburns {
  0% { transform: scale(1) translate(0, 0); }
  45% { transform: scale(1.09) translate(1.2%, -1%); }
  100% { transform: scale(1.09) translate(1.2%, -1%); }
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (prefers-reduced-motion: reduce) {
  .slide { animation: none; }
  .slide:nth-child(1) { opacity: 1; }
  .hero-video { display: none; }
}
.hero-scrim { position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,29,43,.18) 0%, rgba(12,29,43,.05) 45%, rgba(12,29,43,.78) 100%); }
.hero-inner { position: relative; padding-bottom: clamp(2.5rem, 7vw, 5rem); padding-top: 7rem; color: var(--paper); }
.hero-inner h1 { font-size: clamp(2.4rem, 6.5vw, 4.2rem); max-width: 17ch; color: var(--paper);
  text-shadow: 0 2px 30px rgba(12,29,43,.55); text-wrap: balance; }
.hero-inner h1 em { font-style: italic; color: #FFB49E; }
.hero-inner p { max-width: 54ch; margin-top: 1.1rem; font-size: 1.06rem; color: rgba(251,247,240,.88);
  text-shadow: 0 1px 18px rgba(12,29,43,.6); }
.hero-actions { display: flex; gap: .8rem; margin-top: 1.8rem; flex-wrap: wrap; }
.btn { display: inline-block; font-weight: 600; border-radius: 100px; padding: .85rem 1.6rem; text-decoration: none; }
.btn-ink { background: var(--ink); color: var(--paper); }
.btn-ink:hover { background: var(--ink-2); }
.btn-coral { background: var(--coral); color: #fff; box-shadow: 0 8px 28px rgba(232,115,90,.4); }
.btn-coral:hover { background: var(--coral-deep); }
.btn-glass { border: 1.5px solid rgba(251,247,240,.55); color: var(--paper);
  backdrop-filter: blur(6px); background: rgba(251,247,240,.08); }
.hero-note { margin-top: 2rem; font-size: .8rem; color: rgba(251,247,240,.7);
  letter-spacing: .08em; text-transform: uppercase; }

/* ---- page hero (interior pages) ---- */
.page-hero { position: relative; background-size: cover; background-position: center;
  padding: clamp(4rem, 10vw, 7rem) 0 clamp(2rem, 5vw, 3.5rem); background-color: var(--ink); }
.page-hero .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,29,43,.5), rgba(12,29,43,.72)); }
.page-hero .shell { position: relative; color: var(--paper); }
.page-hero h1 { font-size: clamp(2rem, 5.5vw, 3.2rem); color: var(--paper); }
.page-hero p { color: rgba(251,247,240,.85); margin-top: .6rem; max-width: 52ch; }

.section { padding: clamp(2.5rem, 6vw, 4.5rem) 0; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; }
.section-head h2 { font-size: clamp(1.6rem, 4vw, 2.3rem); }
.section-head .more { text-decoration: none; color: var(--coral-deep); font-weight: 600; font-size: .85rem; }
.stamp { font-size: .78rem; color: var(--text-2); }

/* ---- badges + chips ---- */
.badge { display: inline-block; font-size: .7rem; font-weight: 700; letter-spacing: .07em;
  text-transform: uppercase; padding: .2rem .6rem; border-radius: 100px; }
.badge-free { background: var(--coral); color: #fff; }
.badge-price { background: var(--paper-2); color: var(--ink); border: 1px solid var(--line); }
.badge-region { background: color-mix(in srgb, var(--ink) 8%, transparent); color: var(--ink); }
.badge-cat { background: color-mix(in srgb, var(--gold) 18%, transparent); color: #8a6f35; }
.chip { display: inline-block; font-size: .72rem; font-weight: 600; padding: .18rem .6rem; border-radius: 100px;
  color: var(--ink); background: color-mix(in srgb, var(--ink) 7%, transparent); border: 1px solid var(--line); }

/* ---- Top 5 Right Now: glowing heat bars ---- */
.top5 { background: var(--ink); color: var(--paper); border-radius: 24px; padding: clamp(1.4rem, 4vw, 2.4rem); }
.top5 h2 { color: var(--paper); }
.live-chip { display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: .14em;
  color: #fff; background: var(--coral); border-radius: 100px; padding: .22rem .7rem; vertical-align: middle; }
.live-chip::before { content: "●"; margin-right: .35rem; animation: livepulse 1.6s ease-in-out infinite; }
@keyframes livepulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
.top5-updated { font-size: .75rem; color: rgba(251,247,240,.6); }
.heat-row { display: grid; grid-template-columns: minmax(0, 220px) 1fr auto; gap: .8rem; align-items: center;
  margin-top: .9rem; }
.heat-row .venue { font-weight: 600; font-size: .92rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.heat-row .venue small { display: block; font-weight: 500; font-size: .72rem; color: rgba(251,247,240,.55); }
.heat-track { background: rgba(251,247,240,.1); border-radius: 100px; height: 14px; overflow: hidden; }
.heat-bar { height: 100%; border-radius: 100px; background: linear-gradient(90deg, var(--gold), var(--coral)); }
.heat-row .score { font-weight: 700; font-size: .88rem; color: #FFB49E; min-width: 2.4ch; text-align: right; }
@media (max-width: 560px) { .heat-row { grid-template-columns: 1fr; gap: .25rem; } .heat-row .score { text-align: left; } }

/* ---- event photo tiles (storefront rails) ---- */
.tile-rail { display: grid; grid-auto-flow: column; grid-auto-columns: min(72vw, 230px);
  gap: 1rem; overflow-x: auto; padding-bottom: .6rem; scroll-snap-type: x mandatory; }
.tile-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1rem; }
.etile { position: relative; aspect-ratio: 4/5; border-radius: 16px; overflow: hidden; display: block;
  text-decoration: none; box-shadow: 0 10px 30px rgba(12,29,43,.12); background: var(--ink); scroll-snap-align: start; }
.etile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.etile:hover img { transform: scale(1.05); }
.etile .cap { position: absolute; inset: auto 0 0 0; padding: 1.6rem .9rem .9rem; color: #fff;
  background: linear-gradient(180deg, transparent, rgba(12,29,43,.88)); }
.etile .cap b { font-size: 1rem; display: block; line-height: 1.25; }
.etile .cap small { opacity: .9; }
.etile .flag { position: absolute; top: .7rem; right: .7rem; background: var(--coral); color: #fff;
  font-weight: 700; font-size: .74rem; padding: .28rem .6rem; border-radius: 100px; }
.etile .flag.price { background: rgba(12,29,43,.72); }

/* ---- region tile grid ---- */
.region-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: .8rem; }
.rtile { display: block; text-decoration: none; text-align: center; background: var(--paper-2);
  border: 1px solid var(--line); border-radius: 16px; padding: 1.2rem .6rem;
  font-weight: 650; color: var(--ink); transition: transform .18s, box-shadow .2s; }
.rtile:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(12,29,43,.12); }
.rtile span { display: block; font-size: 1.5rem; margin-bottom: .3rem; }

/* ---- radio strip (rotating region briefs) ---- */
.radio-strip { background: var(--ink); color: var(--paper); border-radius: 100px;
  display: flex; align-items: center; gap: .9rem; padding: .7rem 1.2rem; overflow: hidden; }
.radio-strip .mic { font-size: 1.2rem; flex: none; }
.radio-strip .rs-body { min-width: 0; }
.radio-strip .rs-region { font-size: .68rem; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: #FFB49E; }
.radio-strip .rs-text { font-size: .92rem; color: rgba(251,247,240,.9); overflow: hidden;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

/* ---- cards (events list, stays) ---- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 1rem; }
.dcard { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 1.2rem 1.25rem;
  display: flex; flex-direction: column; gap: .6rem; transition: transform .18s, box-shadow .2s;
  text-decoration: none; color: inherit; }
.dcard:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(12,29,43,.1); }
.dcard .line { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--coral-deep); }
.dcard h3 { font-size: 1.18rem; }
.dcard .sum { font-size: .88rem; color: var(--text-2); flex: 1; }
.dcard .price { font-size: 1.1rem; font-weight: 700; }
.card-photo { margin: -1.2rem -1.25rem .4rem; position: relative; }
.card-photo img { display: block; width: 100%; height: 170px; object-fit: cover; border-radius: 17px 17px 0 0; }
.photo-credit { position: absolute; right: .5rem; bottom: .4rem; font-size: .62rem; color: #fff; opacity: .8;
  text-decoration: none; background: rgba(12,29,43,.45); padding: .1rem .45rem; border-radius: 100px; }
.perks { display: flex; flex-wrap: wrap; gap: .35rem; }
.perk { font-size: .72rem; font-weight: 600; padding: .18rem .6rem; border-radius: 100px;
  color: #8a6f35; background: color-mix(in srgb, var(--gold) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--gold) 50%, transparent); }
.gem-badge { font-size: .72rem; font-weight: 700; color: var(--coral-deep); }

/* ---- filter pills ---- */
.filter-row { display: flex; gap: .5rem; flex-wrap: wrap; margin: 1.4rem 0 .2rem; position: relative; }
.fbtn { font-size: .82rem; font-weight: 650; padding: .4rem .95rem; border-radius: 100px;
  border: 1.5px solid rgba(251,247,240,.4); color: var(--paper); text-transform: capitalize; }
.fbtn.on { background: var(--coral); border-color: var(--coral); }
.fsep { opacity: .4; color: var(--paper); align-self: center; }

/* ---- event page ---- */
.event-article { max-width: 720px; margin: 0 auto 3rem; padding: 0 1.1rem; }
.event-photo { position: relative; margin: 1.2rem 0; }
.event-photo img { width: 100%; height: 320px; object-fit: cover; border-radius: 18px; display: block; }
.event-kicker { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1.4rem; }
.event-title { font-size: clamp(1.7rem, 4.5vw, 2.5rem); color: var(--ink); margin: .6rem 0 .4rem; }
.event-when, .event-where { color: var(--text); margin: .25rem 0; }
.event-where a { color: var(--coral-deep); font-weight: 600; text-decoration: none; }
.age-chips { margin: .5rem 0; display: flex; gap: .35rem; flex-wrap: wrap; }
.event-desc { font-size: 1.05rem; line-height: 1.65; margin: 1rem 0; }
.event-source { margin: 1.2rem 0; }
.event-source a { color: var(--coral-deep); font-weight: 650; text-decoration: none; }
.rainplan-banner { background: color-mix(in srgb, var(--ink) 92%, transparent); color: var(--paper);
  border-radius: 14px; padding: .9rem 1.1rem; margin: 1rem 0; font-size: .95rem; }
.picks-panel { background: var(--paper-2); border: 1px solid var(--line); border-radius: 18px;
  padding: 1.2rem 1.3rem; margin-top: 1.6rem; }
.picks-panel h2 { font-size: 1.25rem; margin-bottom: .8rem; }
.picks-note { font-size: .74rem; margin-top: .8rem; }
.pick { display: flex; gap: .6rem; align-items: flex-start; margin: .6rem 0; }
.pick .pk-emoji { font-size: 1.15rem; line-height: 1.3; }
.pick b a { color: inherit; }
.pick small { display: block; color: var(--text-2); font-size: .8rem; line-height: 1.45; }
.pick .pk-where { font-size: .72rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--coral-deep); }

/* ---- flip cards (travel back-face pattern, shared) ---- */
.fcard { perspective: 1400px; }
.fcard .finner { position: relative; height: 100%; transform-style: preserve-3d;
  transition: transform .65s cubic-bezier(.35,.15,.25,1); }
.fcard.flipped .finner { transform: rotateY(180deg); }
.fcard .fface { backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.fcard .ffront { position: relative; height: 100%; box-sizing: border-box; }
.fcard .fback { position: absolute; inset: 0; transform: rotateY(180deg); overflow-y: auto; }
.flip-chip { cursor: pointer; font-size: .72rem; font-weight: 700; letter-spacing: .06em;
  color: var(--coral-deep); background: color-mix(in srgb, var(--coral) 12%, transparent);
  padding: .28rem .7rem; border-radius: 100px; align-self: flex-start; user-select: none; }

/* ---- how-it-works / pitch blocks (partner page) ---- */
.how { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.2rem; }
.how-step { background: var(--paper-2); border-radius: 18px; padding: 1.3rem; }
.how-step .n { font-family: var(--display); font-style: italic; font-size: 1.6rem; color: var(--coral-deep); }
.how-step h3 { margin: .4rem 0 .3rem; font-size: 1.1rem; }
.how-step p { font-size: .9rem; color: var(--text-2); }

/* ---- CTA panel (ink block, travel .trish pattern) ---- */
.cta-panel { display: grid; grid-template-columns: 1fr; gap: 1.5rem; background: var(--ink); color: var(--paper);
  border-radius: 24px; padding: clamp(1.6rem, 5vw, 3rem); background-size: cover; background-position: center right; }
.cta-panel h2 { color: var(--paper); font-size: clamp(1.5rem, 4vw, 2.1rem); }
.cta-panel p { color: rgba(251,247,240,.78); max-width: 58ch; }
.cta-panel .sig { font-family: var(--display); font-style: italic; font-size: 1.3rem; color: var(--gold); }

/* ---- newsletter ---- */
.newsletter { background: var(--paper-2); border: 1px solid var(--line); border-radius: 24px;
  padding: clamp(1.6rem, 5vw, 2.6rem); text-align: center; }
.newsletter h2 { font-size: clamp(1.4rem, 3.5vw, 2rem); }
.newsletter p { color: var(--text-2); max-width: 52ch; margin: .5rem auto 1rem; }
.f { display: grid; gap: .65rem; text-align: left; }
.f .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.input { width: 100%; background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: .7rem .85rem; outline: none; }
.input:focus-visible { border-color: var(--coral); box-shadow: 0 0 0 3px color-mix(in srgb, var(--coral) 20%, transparent); }
textarea.input { min-height: 74px; resize: vertical; }
.f .send { background: var(--ink); color: var(--paper); font-weight: 700; border-radius: 12px; padding: .85rem; }
.f .cancel { color: var(--text-2); padding: .4rem; }
.newsletter .f { max-width: 460px; margin: 0 auto; }
.sent { text-align: center; padding: 1.5rem 0; }
.sent .big { font-size: 2.4rem; }

/* ---- sponsor slot ---- */
.sponsor-slot { display: block; text-align: center; text-decoration: none; color: var(--text-2);
  border: 1.5px dashed var(--line); border-radius: 16px; padding: 1.1rem; font-size: .9rem; font-weight: 600; }
.sponsor-slot:hover { color: var(--coral-deep); border-color: var(--coral); }

/* ---- modal + toast ---- */
.modal-wrap { position: fixed; inset: 0; z-index: 90; background: rgba(12,29,43,.45);
  display: grid; place-items: center; padding: 1rem; }
.modal { width: min(480px, 100%); max-height: 92dvh; overflow-y: auto; background: var(--paper);
  border-radius: 20px; padding: 1.5rem; }
.modal h3 { font-size: 1.3rem; margin-bottom: .2rem; }
.modal .sub { font-size: .88rem; color: var(--text-2); margin-bottom: 1rem; }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 100;
  background: var(--ink); color: var(--paper); border-radius: 12px; padding: .7rem 1rem; font-size: .9rem; }

.footer { border-top: 1px solid var(--line); padding: 2rem 0 2.6rem; font-size: .85rem; color: var(--text-2); }
.footer .wordmark { font-size: 1.1rem; }
.footer a { color: inherit; }

/* ---- breathing glow ---- */
@keyframes breathe-glow {
  0%, 100% { box-shadow: 0 8px 28px rgba(232,115,90,.35); }
  50% { box-shadow: 0 8px 44px rgba(232,115,90,.75), 0 0 24px rgba(232,115,90,.35); }
}
.breathe { animation: breathe-glow 2.6s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) {
  .breathe, .live-chip::before { animation: none; }
  .fcard .finner { transition: none; }
}
