/* MomsAlike public site — coastal luxury, same family as the desk. */
: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; padding: .9rem 0; }
.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; font-weight: 600; font-size: .9rem;
  padding: .55rem 1.2rem; border-radius: 100px; }

/* ---- cinematic hero: rotating Ken Burns slideshow ---- */
.hero-cinema { position: relative; min-height: 92dvh; 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-line { border: 1.5px solid var(--ink); color: var(--ink); }
.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; }

/* ---- full-bleed statement band ---- */
.band { position: relative; background-size: cover; background-position: center;
  padding: clamp(5rem, 14vw, 10rem) 0; }
.band-scrim { position: absolute; inset: 0; background: rgba(12,29,43,.45); }
.band-inner { position: relative; color: var(--paper); }
.band-inner h2 { font-size: clamp(1.8rem, 5vw, 3rem); color: var(--paper); max-width: 22ch;
  text-shadow: 0 2px 26px rgba(12,29,43,.6); }
.band-inner h2 em { font-style: italic; color: #FFB49E; }
.band-inner p { max-width: 48ch; margin-top: 1rem; color: rgba(251,247,240,.85); }

.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); }
.stamp { font-size: .78rem; color: var(--text-2); }

.deal-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; }
.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 .price { font-size: 1.3rem; font-weight: 700; }
.dcard .price small { font-size: .8rem; font-weight: 500; color: var(--text-2); }
.dcard .was { text-decoration: line-through; color: var(--text-2); font-size: .85rem; margin-left: .4rem; }
.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); }
.dcard .sum { font-size: .88rem; color: var(--text-2); flex: 1; }
.dcard .book { background: var(--coral); color: #fff; font-weight: 700; border-radius: 12px; padding: .7rem; text-align: center; }
.dcard .book:hover { background: var(--coral-deep); }

.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); }

.trish { display: grid; grid-template-columns: 1fr; gap: 1.5rem; background: var(--ink); color: var(--paper);
  border-radius: 24px; padding: clamp(1.6rem, 5vw, 3rem); }
.trish h2 { color: var(--paper); font-size: clamp(1.5rem, 4vw, 2.1rem); }
.trish p { color: rgba(251,247,240,.75); max-width: 58ch; }
.trish .sig { font-family: var(--display); font-style: italic; font-size: 1.3rem; color: var(--gold); }

.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; }

/* request modal */
.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; }
.f { display: grid; gap: .65rem; }
.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; }
.sent { text-align: center; padding: 1.5rem 0; }
.sent .big { font-size: 2.4rem; }
.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; }

/* trip wizard */
.wiz-dots { display: flex; gap: .45rem; justify-content: center; margin-bottom: 1.1rem; }
.wiz-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--line); }
.wiz-dots i.on { background: var(--coral); }
.wiz-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin-top: 1rem; }
.wiz-opt { display: flex; flex-direction: column; align-items: center; gap: .3rem;
  background: #fff; border: 1.5px solid var(--line); border-radius: 14px; padding: 1rem .5rem;
  font-weight: 600; font-size: .88rem; transition: border-color .15s, transform .15s; }
.wiz-opt span { font-size: 1.6rem; }
.wiz-opt:hover { border-color: var(--coral); transform: translateY(-2px); }

/* concierge chat */
.chat-fab { position: fixed; right: 18px; bottom: 18px; z-index: 80; display: flex; align-items: center;
  gap: .5rem; background: var(--ink); color: var(--paper); font-weight: 600; font-size: .9rem;
  padding: .75rem 1.1rem; border-radius: 100px; box-shadow: 0 10px 26px rgba(12,29,43,.35); }
.chat-fab:hover { background: var(--ink-2); }
.chat-panel { position: fixed; right: 14px; bottom: 14px; z-index: 85;
  width: min(380px, calc(100vw - 28px)); height: min(560px, calc(100dvh - 90px));
  background: var(--paper); border: 1px solid var(--line); border-radius: 20px;
  display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 18px 50px rgba(12,29,43,.3); }
.chat-head { display: flex; justify-content: space-between; align-items: center; gap: .6rem;
  background: var(--ink); color: var(--paper); padding: .8rem 1rem; }
.chat-head small { color: rgba(251,247,240,.65); }
.chat-x { color: rgba(251,247,240,.8); font-size: 1rem; padding: .3rem .5rem; }
.chat-log { flex: 1; overflow-y: auto; padding: 1rem; display: flex; flex-direction: column; gap: .6rem; }
.msg { max-width: 85%; padding: .6rem .85rem; border-radius: 14px; font-size: .92rem; line-height: 1.45; }
.msg.bot { background: #fff; border: 1px solid var(--line); border-bottom-left-radius: 4px; align-self: flex-start; }
.msg.me { background: var(--ink); color: var(--paper); border-bottom-right-radius: 4px; align-self: flex-end; }
.msg.thinking { color: var(--text-2); font-style: italic; }
.chat-input { display: flex; gap: .5rem; padding: .7rem; border-top: 1px solid var(--line); background: var(--paper-2); }
.chat-send { background: var(--coral); color: #fff; border-radius: 12px; padding: 0 1rem; font-size: 1rem; }
.chat-send:disabled { opacity: .5; }
