/* =========================================================
   Once Upon a Pony — website styles
   Palette + type grounded in the brand flyer
   ========================================================= */

/* Self-hosted signature script (no CDN dependency) */
@font-face{
  font-family:"Great Vibes";
  font-style:normal;font-weight:400;font-display:swap;
  src:url("../assets/fonts/great-vibes.woff2") format("woff2");
}

:root{
  /* neutrals — warm ivory, not pure grey */
  --cream:      #fbf6ee;
  --cream-2:    #fdf9f3;
  --paper:      #ffffff;
  --line:       #ecdfce;

  /* brand */
  --blush:      #e9a6b3;   /* primary pink */
  --blush-soft: #f6dce2;   /* soft pink panels */
  --blush-tint: #fceef1;   /* palest pink wash */
  --rose:       #c47e90;   /* deep rose — buttons, accents */
  --rose-deep:  #a9647a;

  --sage:       #9dae8b;
  --sage-soft:  #dfe6d4;
  --sage-deep:  #77875f;

  --gold:       #d8b26a;
  --gold-deep:  #b98f43;

  --sun-1:      #ffe6b8;
  --sun-2:      #f4c675;
  --peach:      #f0b483;

  --plum:       #b08bb0;   /* princess accent */
  --tan:        #c79a5e;   /* wrangler accent */

  /* ink */
  --ink:        #5a4a41;   /* warm brown body */
  --ink-strong: #4a3b33;   /* headings */
  --ink-soft:   #8b7a6f;   /* muted */

  --shadow-sm: 0 1px 2px rgba(90,64,50,.06), 0 4px 14px rgba(90,64,50,.06);
  --shadow-md: 0 2px 6px rgba(90,64,50,.07), 0 18px 40px rgba(90,64,50,.10);
  --radius:    18px;
  --radius-lg: 26px;
  --maxw:      1120px;

  --font-script: "Great Vibes", cursive;
  --font-serif:  "Cormorant Garamond", Georgia, serif;
  --font-body:   "Nunito Sans", system-ui, -apple-system, sans-serif;
}

/* ---------- base ---------- */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

html,body{overflow-x:hidden}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:var(--font-body);
  font-weight:400;
  font-size:17px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
/* let grid/flex children shrink below their content width (prevents overflow) */
.hero-grid>*,.packages>*,.triband>*,.book-grid>*,.footer-grid>*,.ribbon,.contact-list li{min-width:0}

img{max-width:100%;display:block}
a{color:var(--rose-deep);text-decoration:none}
a:hover{color:var(--rose)}

h1,h2,h3,h4{
  font-family:var(--font-serif);
  color:var(--ink-strong);
  font-weight:600;
  line-height:1.12;
  text-wrap:balance;
  margin:0;
}

.container{max-width:var(--maxw);margin:0 auto;padding:0 24px}

.eyebrow{
  font-family:var(--font-serif);
  text-transform:uppercase;
  letter-spacing:.28em;
  font-weight:700;
  font-size:15px;
  color:var(--rose);
}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:.55em;
  font-family:var(--font-body);font-weight:800;font-size:15px;
  letter-spacing:.02em;
  padding:14px 30px;border-radius:999px;border:2px solid transparent;
  cursor:pointer;transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
  text-align:center;
}
.btn--primary{background:var(--rose);color:#fff;box-shadow:0 8px 20px rgba(196,126,144,.35)}
.btn--primary:hover{background:var(--rose-deep);color:#fff;transform:translateY(-2px);box-shadow:0 12px 26px rgba(196,126,144,.42)}
.btn--ghost{background:#fff;color:var(--rose-deep);border-color:var(--blush)}
.btn--ghost:hover{background:var(--blush-tint);transform:translateY(-2px)}
.btn--lg{padding:17px 40px;font-size:16px}

.icon{width:1em;height:1em;display:inline-block;fill:currentColor;flex:0 0 auto}

/* ---------- heart bullet lists ---------- */
.hearts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.hearts li{display:flex;gap:11px;align-items:flex-start;font-size:16px}
.hearts li svg{width:16px;height:16px;margin-top:5px;flex:0 0 auto;fill:var(--blush)}

/* =========================================================
   Header / nav
   ========================================================= */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(251,246,238,.86);
  backdrop-filter:saturate(1.2) blur(10px);
  border-bottom:1px solid var(--line);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:20px;height:74px}
.brand{display:flex;align-items:center;gap:12px;line-height:1}
.brand .brand-mark{width:42px;height:42px;flex:0 0 auto}
.brand .brand-name{font-family:var(--font-script);font-size:30px;color:var(--rose-deep);line-height:1;padding-top:6px}
.nav-links{display:flex;align-items:center;gap:30px}
.nav-links a{
  font-family:var(--font-serif);font-weight:600;font-size:18px;letter-spacing:.03em;
  color:var(--ink-strong);
}
.nav-links a:hover{color:var(--rose)}
.nav-cta{display:inline-flex}
.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:8px;color:var(--ink-strong)}
.nav-toggle svg{width:28px;height:28px;fill:currentColor}

/* =========================================================
   Hero
   ========================================================= */
.hero{position:relative;overflow:hidden;
  background:
    radial-gradient(120% 90% at 85% -10%, var(--blush-tint), transparent 55%),
    radial-gradient(90% 80% at 5% 0%, #f3f7ea, transparent 50%),
    var(--cream);
  padding:20px 0 64px;
}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}

/* --- Photo hero -----------------------------------------------------------
   Full-bleed balloon-arch photo behind the hero copy. A warm cream veil sits
   between the two so the existing dark type stays readable without inverting
   to white-on-dark, and so the section melts into the cream page below. */
.hero--photo{background:var(--cream);padding:0}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 42%}
/* Light wash only — the photo should stay vivid. The copy gets its own panel. */
.hero-veil{position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(180deg,
    rgba(251,246,238,.30) 0%,
    rgba(251,246,238,.20) 42%,
    rgba(251,246,238,.58) 82%,
    var(--cream) 100%);
}
.hero--photo .container{position:relative;z-index:2}
/* Blush-on-pastel loses all contrast against the balloons — go a shade deeper. */
.hero--photo .where-tag{z-index:3;background:var(--rose);
  box-shadow:0 10px 26px rgba(122,86,54,.24)}
/* Storybook panel: keeps the existing dark type fully legible over a busy
   pastel photo, instead of inverting everything to white-on-dark. */
.hero--photo .hero-center{
  background:rgba(253,249,243,.90);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
  border:1px solid rgba(236,223,206,.85);
  border-radius:30px;
  padding:38px 34px 34px;
  margin:64px auto 78px;
  box-shadow:0 18px 50px rgba(122,86,54,.16),0 2px 8px rgba(122,86,54,.08);
}
/* Drop-in slot for the finished logo. */
.hero-logo{width:min(280px,66vw);height:auto;margin:0 auto 16px;display:block}
@media (max-width:900px){
  .hero-bg img{object-position:center 26%}
  .hero--photo .hero-center{
    padding:30px 20px 28px;margin:34px auto 44px;border-radius:24px;
    background:rgba(253,249,243,.93);
  }
}
@media (max-width:560px){
  /* The panel eats ~40px of width, so the ribbon needs to give some back. */
  .ribbon{padding:11px 16px;font-size:13px;letter-spacing:.10em;gap:8px 14px}
  .hero--photo .hero-center{padding:26px 15px 24px;margin:24px auto 34px}
}
.tagpill{display:inline-flex;align-items:center;gap:8px;
  background:var(--sage-soft);color:var(--sage-deep);
  font-family:var(--font-body);font-weight:700;font-size:13px;letter-spacing:.08em;text-transform:uppercase;
  padding:8px 16px;border-radius:999px;margin-bottom:16px}
.tagpill svg{width:14px;height:14px;fill:var(--sage-deep)}
.hero-fine{font-family:var(--font-serif);font-style:italic;color:var(--ink-soft);font-size:18px;margin:2px 0 20px}

/* hero logo placeholder */
.logo-ph{
  aspect-ratio:1/1;border-radius:var(--radius-lg);
  border:2px dashed var(--blush);
  background:radial-gradient(120% 120% at 50% 34%, #fff, var(--blush-tint));
  box-shadow:var(--shadow-md);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;
  text-align:center;padding:28px;
}
.logo-ph-mark{width:104px;height:104px;opacity:.8;margin-bottom:4px}
.logo-ph-title{font-family:var(--font-script);color:var(--rose-deep);font-size:40px;line-height:1}
.logo-ph-sub{font-family:var(--font-serif);font-style:italic;color:var(--ink-soft);font-size:16px}

/* Floor was 58px, which is wider than a 375px phone can show — the title was
   being clipped off the right edge and dragging the whole page into
   horizontal scroll. Let it scale all the way down. */
.hero-title{font-family:var(--font-script);color:var(--rose-deep);
  font-size:clamp(34px,10.5vw,104px);line-height:.86;margin:6px 0 14px;font-weight:400}
.hero-tagline{font-family:var(--font-serif);font-size:clamp(24px,3.4vw,33px);
  font-style:italic;color:var(--ink-strong);margin-bottom:22px;line-height:1.25}

.ribbon{
  display:inline-flex;flex-wrap:wrap;gap:10px 20px;align-items:center;justify-content:center;
  background:var(--blush);color:#fff;border-radius:14px;
  padding:12px 26px;margin:4px 0 18px;
  font-family:var(--font-serif);font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  font-size:15px;box-shadow:var(--shadow-sm);
}
.ribbon svg{width:15px;height:15px;fill:#fff8}
.ribbon .r-item{white-space:nowrap}

.hero-sub{font-family:var(--font-serif);font-style:italic;font-size:20px;color:var(--sage-deep);margin-bottom:26px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px}

.where-tag{
  position:absolute;top:22px;right:24px;
  background:var(--blush);color:#fff;text-align:center;
  padding:16px 20px 22px;border-radius:8px 8px 8px 8px;
  font-family:var(--font-serif);font-style:italic;font-size:20px;font-weight:600;line-height:1.15;
  box-shadow:var(--shadow-sm);
  clip-path:polygon(0 0,100% 0,100% 82%,50% 100%,0 82%);
}

/* hero image placeholder */
.hero-art{position:relative}
.hero-photo{
  aspect-ratio:5/4;
  border-radius:var(--radius-lg);
  border:2px dashed var(--blush);
  background:linear-gradient(150deg, var(--blush-soft), var(--cream-2));
  box-shadow:var(--shadow-md);
  display:grid;place-items:center;text-align:center;padding:20px;
}
.hero-photo .ph-label{
  font-family:var(--font-serif);font-style:italic;color:var(--rose-deep);
  font-size:20px;opacity:.85;
}

/* =========================================================
   Section scaffolding
   ========================================================= */
.section{padding:70px 0}
.section--soft{background:var(--blush-tint)}
.section--sage{background:#f2f5eb}
.section-head{text-align:center;max-width:720px;margin:0 auto 44px}
.section-head .eyebrow{margin-bottom:10px;display:inline-block}
.section-title{font-size:clamp(30px,4.4vw,46px)}
.section-title .script{font-family:var(--font-script);color:var(--rose-deep);
  font-weight:400;font-size:1.25em;display:inline-block;line-height:.8}
.section-sub{margin-top:12px;font-family:var(--font-serif);font-style:italic;
  font-size:20px;color:var(--sage-deep)}
.flourish{display:block;width:120px;height:14px;margin:14px auto 0;fill:none;stroke:var(--gold);stroke-width:1.4;opacity:.8}

/* =========================================================
   How it works
   ========================================================= */
.how-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.how-step{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow-sm);padding:34px 22px 26px;text-align:center;
  transition:transform .2s ease, box-shadow .2s ease}
.how-step:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.how-num{position:absolute;top:-17px;left:50%;transform:translateX(-50%);
  width:38px;height:38px;border-radius:50%;display:grid;place-items:center;
  font-family:var(--font-body);font-weight:800;font-size:16px;color:#fff;
  background:linear-gradient(150deg,var(--blush),var(--rose));box-shadow:0 6px 14px rgba(196,126,144,.35)}
.how-ic{width:62px;height:62px;border-radius:50%;background:var(--blush-tint);
  display:grid;place-items:center;margin:12px auto 16px}
.how-ic svg{width:28px;height:28px;fill:var(--rose)}
.how-step h3{font-family:var(--font-serif);font-size:22px;margin-bottom:7px}
.how-step p{font-size:14.5px;color:var(--ink-soft);margin:0}
@media (max-width:900px){.how-steps{grid-template-columns:repeat(2,1fr);gap:30px 22px}}
@media (max-width:480px){.how-steps{grid-template-columns:1fr;max-width:360px;margin:0 auto}}

/* =========================================================
   Packages
   ========================================================= */
.packages{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.pkg{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;
  transition:transform .22s ease, box-shadow .22s ease}
.pkg:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.pkg-tag{font-family:var(--font-serif);text-transform:uppercase;letter-spacing:.12em;
  font-weight:700;font-size:14px;color:#fff;text-align:center;padding:9px 10px}
.pkg--unicorn .pkg-tag{background:var(--blush)}
.pkg--wrangler .pkg-tag{background:var(--tan)}
.pkg--princess .pkg-tag{background:var(--plum)}
.pkg--custom  .pkg-tag{background:var(--sage)}

.pkg-photo{aspect-ratio:4/3;position:relative;display:grid;place-items:center;overflow:hidden}
.pkg-photo img{width:100%;height:100%;object-fit:cover}
.pkg-photo .ph{position:absolute;inset:0;display:grid;place-items:center;gap:8px;
  color:#fff;text-align:center;padding:14px}
.pkg--unicorn .pkg-photo{background:linear-gradient(150deg,#f3c1cd,#e79fb0)}
.pkg--wrangler .pkg-photo{background:linear-gradient(150deg,#dcc19a,#c79a5e)}
.pkg--princess .pkg-photo{background:linear-gradient(150deg,#d4b6d6,#b08bb0)}
.pkg--custom .pkg-photo{background:linear-gradient(150deg,#c7d4b4,#9dae8b)}
.pkg-photo .ph svg{width:44px;height:44px;fill:#ffffffcc}
.pkg-photo .ph span{font-family:var(--font-serif);font-style:italic;font-size:15px;opacity:.92}

.pkg-body{padding:20px 20px 8px;flex:1}
.pkg-body .hearts li{font-size:15.5px}
.pkg--unicorn .hearts li svg{fill:var(--blush)}
.pkg--wrangler .hearts li svg{fill:var(--tan)}
.pkg--princess .hearts li svg{fill:var(--plum)}
.pkg--custom .hearts li svg{fill:var(--sage-deep)}

.pkg-foot{display:flex;justify-content:center;padding:6px 0 22px}
.pkg-badge{width:56px;height:56px;border-radius:50%;display:grid;place-items:center}
.pkg-badge svg{width:30px;height:30px;fill:#fff}
.pkg--unicorn .pkg-badge{background:var(--blush)}
.pkg--wrangler .pkg-badge{background:var(--tan)}
.pkg--princess .pkg-badge{background:var(--plum)}
.pkg--custom .pkg-badge{background:var(--sage)}

/* =========================================================
   Tri-band: add-ons / story / perfect-for
   ========================================================= */
.triband{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:26px;align-items:start}
.mini-title{font-family:var(--font-serif);text-transform:uppercase;letter-spacing:.14em;
  font-weight:700;font-size:19px;color:var(--ink-strong);text-align:center;margin-bottom:18px}
.mini-title::after{content:"";display:block;width:60px;height:2px;background:var(--gold);margin:8px auto 0;opacity:.7}

.story-card{background:var(--cream-2);border:1px dashed var(--gold);border-radius:var(--radius);
  padding:30px 28px;text-align:center;box-shadow:var(--shadow-sm)}
.story-card .script{font-family:var(--font-script);color:var(--rose-deep);font-size:38px;line-height:1.05;margin-bottom:14px}
.story-card p{font-family:var(--font-serif);text-transform:uppercase;letter-spacing:.06em;
  font-weight:600;color:var(--ink);font-size:16px;line-height:1.5;margin:0}
.story-heart{width:22px;height:22px;fill:var(--blush);margin:6px auto 12px}

.perfect .hearts li svg{fill:var(--gold-deep)}

/* =========================================================
   Booking / contact
   ========================================================= */
.book{background:
    radial-gradient(90% 120% at 100% 0,var(--blush-tint),transparent 60%),
    #f2f5eb;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.book-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}
.book h2{font-size:clamp(30px,4vw,44px);margin-bottom:8px}
.book .script{font-family:var(--font-script);color:var(--rose-deep);font-size:1.15em;font-weight:400}
.contact-list{list-style:none;margin:22px 0 0;padding:0;display:flex;flex-direction:column;gap:14px}
.contact-list li{display:flex;align-items:center;gap:14px;font-size:18px;font-family:var(--font-serif);font-weight:500}
.contact-list .ci{width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid var(--line);
  display:grid;place-items:center;flex:0 0 auto;box-shadow:var(--shadow-sm)}
.contact-list .ci svg{width:20px;height:20px;fill:var(--rose)}
.contact-list a{color:var(--ink-strong)}
.contact-list a:hover{color:var(--rose)}

.book-cta{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:34px 30px;text-align:center;box-shadow:var(--shadow-md)}
.book-cta .eyebrow{color:var(--sage-deep)}
.book-cta h3{font-family:var(--font-serif);font-size:26px;margin:10px 0 6px}
.book-cta p{color:var(--ink-soft);margin:0 0 20px;font-size:16px}
.smile-seal{width:104px;height:104px;border-radius:50%;margin:18px auto 0;
  background:var(--blush-soft);border:2px dashed var(--blush);
  display:grid;place-items:center;text-align:center;
  font-family:var(--font-script);color:var(--rose-deep);font-size:22px;line-height:1}

/* =========================================================
   Footer
   ========================================================= */
.site-footer{background:#e9ecdf;color:var(--ink);padding:44px 0}
.footer-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.ranch{display:flex;align-items:center;gap:16px}
.ranch svg{width:56px;height:56px;fill:var(--sage-deep);flex:0 0 auto}
.ranch .r-txt small{display:block;font-family:var(--font-serif);font-style:italic;font-size:15px;color:var(--ink-soft)}
.ranch .r-txt b{font-family:var(--font-serif);text-transform:uppercase;letter-spacing:.18em;font-size:20px;color:var(--ink-strong)}
.ranch .r-txt span{font-family:var(--font-serif);text-transform:uppercase;letter-spacing:.14em;font-size:12px;color:var(--sage-deep)}
.footer-socials{display:flex;gap:14px}
.footer-socials a{width:42px;height:42px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:var(--shadow-sm)}
.footer-socials svg{width:20px;height:20px;fill:var(--rose)}
.footer-legal{text-align:center;margin-top:28px;font-size:14px;color:var(--ink-soft);font-family:var(--font-serif)}
.footer-legal a{color:var(--rose-deep)}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width:1000px){
  .packages{grid-template-columns:repeat(2,1fr)}
  .triband{grid-template-columns:1fr;gap:34px;max-width:560px;margin:0 auto}
}
@media (max-width:860px){
  .nav-links,.nav-cta{display:none}
  .nav-toggle{display:inline-flex}
  .nav.open .nav-links{display:flex;position:absolute;top:74px;left:0;right:0;
    flex-direction:column;gap:0;background:var(--cream-2);border-bottom:1px solid var(--line);padding:8px 24px 18px}
  .nav.open .nav-links a{padding:12px 0;border-bottom:1px solid var(--line)}
  .hero-grid{grid-template-columns:1fr;gap:30px}
  .hero-art{order:-1;max-width:460px;margin:0 auto}
  .where-tag{position:static;display:block;width:max-content;max-width:100%;margin:0 auto 16px}
  .badge-round{margin:0 auto}
  .hero-badges{align-items:center}
  .book-grid,.footer-grid{grid-template-columns:1fr;gap:26px}
  .footer-socials{justify-content:center}
}
@media (max-width:520px){
  .packages{grid-template-columns:1fr;max-width:380px;margin:0 auto}
  body{font-size:16px}
}

/* =========================================================
   Sub-pages: page hero, forms, FAQ, waiver
   ========================================================= */
.page-hero{
  background:radial-gradient(120% 110% at 100% -20%, var(--blush-tint), transparent 60%), var(--cream);
  padding:52px 0 42px;border-bottom:1px solid var(--line);text-align:center;
}
.page-hero .eyebrow{display:inline-block;margin-bottom:10px}
.page-hero h1{font-size:clamp(34px,5vw,52px)}
.page-hero h1 .script{font-family:var(--font-script);color:var(--rose-deep);font-weight:400;font-size:1.16em}
.page-hero p{max-width:60ch;margin:12px auto 0;font-family:var(--font-serif);font-style:italic;font-size:20px;color:var(--sage-deep)}

.layout{display:grid;grid-template-columns:1.55fr .95fr;gap:34px;align-items:start}

/* forms */
.form-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:32px}
.form{display:flex;flex-direction:column;gap:20px}
.field{display:flex;flex-direction:column;gap:7px}
.field > label{font-family:var(--font-body);font-weight:700;font-size:14px;color:var(--ink-strong)}
.field .req{color:var(--rose)}
.field .hint{font-size:13px;color:var(--ink-soft);font-weight:400}
.field input,.field select,.field textarea{
  font-family:var(--font-body);font-size:16px;color:var(--ink-strong);
  background:var(--cream-2);border:1.5px solid var(--line);border-radius:12px;
  padding:12px 14px;width:100%;transition:border-color .15s, box-shadow .15s;
}
.field textarea{min-height:130px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;border-color:var(--blush);box-shadow:0 0 0 3px var(--blush-tint);
}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.fieldset{border:0;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.fieldset legend{font-family:var(--font-body);font-weight:700;font-size:14px;color:var(--ink-strong);padding:0;margin-bottom:2px}
.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.choice{display:flex;align-items:center;gap:10px;background:var(--cream-2);border:1.5px solid var(--line);
  border-radius:12px;padding:11px 14px;cursor:pointer;font-size:15px}
.choice:hover{border-color:var(--blush)}
.choice input{width:auto;accent-color:var(--rose)}
.check{display:flex;gap:12px;align-items:flex-start;font-size:15px;line-height:1.5}
.check input{width:20px;height:20px;margin-top:2px;accent-color:var(--rose);flex:0 0 auto}
.form-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-top:4px}
.form-note{font-size:14px;color:var(--ink-soft)}

/* callouts */
.callout{background:var(--blush-tint);border:1px solid var(--blush);border-radius:14px;padding:16px 18px;font-size:15px;color:var(--ink)}
.callout--warn{background:#fbf3e4;border-color:var(--gold)}
.callout b{color:var(--rose-deep)}
.callout--warn b{color:var(--gold-deep)}

/* side info card */
.side-card{background:var(--cream-2);border:1px solid var(--line);border-radius:var(--radius-lg);padding:26px;box-shadow:var(--shadow-sm)}
.side-card h3{font-family:var(--font-serif);font-size:23px;margin-bottom:12px}
.side-card + .side-card{margin-top:22px}

/* FAQ */
.faq-list{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm);overflow:hidden}
.faq-item summary{list-style:none;cursor:pointer;padding:20px 24px;display:flex;justify-content:space-between;
  align-items:center;gap:16px;font-family:var(--font-serif);font-weight:600;font-size:20px;color:var(--ink-strong)}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:focus-visible{outline:2px solid var(--rose);outline-offset:-2px;border-radius:14px}
.faq-item .chev{width:22px;height:22px;flex:0 0 auto;fill:var(--rose);transition:transform .2s}
.faq-item[open] .chev{transform:rotate(180deg)}
.faq-item .faq-a{padding:0 24px 22px;color:var(--ink);font-size:16px}
.faq-item .faq-a p{margin:0 0 10px}
.faq-item .faq-a p:last-child{margin-bottom:0}

/* waiver legal text */
.legal{background:var(--cream-2);border:1px solid var(--line);border-radius:14px;padding:22px 24px;font-size:14.5px;line-height:1.62}
.legal h3{font-family:var(--font-serif);font-size:19px;margin:18px 0 6px;color:var(--ink-strong)}
.legal h3:first-child{margin-top:0}
.legal p{margin:0 0 10px}
.legal ol,.legal ul{margin:0 0 10px;padding-left:20px}
.legal li{margin:5px 0}
.sig-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:20px}
.sig-input input{font-family:var(--font-script);font-size:28px;color:var(--rose-deep);padding-top:8px;padding-bottom:8px}

@media (max-width:860px){
  .layout{grid-template-columns:1fr}
}
@media (max-width:560px){
  .field-row,.choice-grid,.sig-grid{grid-template-columns:1fr}
}

/* =========================================================
   Centered hero (logo on top → downward flow)
   ========================================================= */
.hero--center{padding:38px 0 76px;position:relative}
.hero-center{max-width:760px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}
.hero-center .hero-art{width:300px;margin:0 auto 22px}
.hero-center .logo-ph{width:300px;aspect-ratio:1/1;padding:24px;gap:4px;margin:0}
.hero-center .logo-ph-mark{width:88px;height:88px}
.hero-center .logo-ph-title{font-size:34px}
.hero-center .logo-ph-sub{font-size:14.5px}
.hero-center .tagpill{margin-bottom:14px}
.hero-center .hero-title{margin:2px 0 12px}
.hero-center .ribbon{margin:8px auto 18px}
.hero-center .hero-actions{justify-content:center}
@media (max-width:520px){
  .hero-center .hero-art,.hero-center .logo-ph{width:230px}
  .hero-center .logo-ph-mark{width:70px;height:70px}
  .hero-center .logo-ph-title{font-size:28px}
}

/* =========================================================
   Interactivity & animation
   ========================================================= */
.nav-links a{position:relative}
.nav-links a::after{content:"";position:absolute;left:2px;right:2px;bottom:-5px;height:2px;
  background:var(--rose);border-radius:2px;transform:scaleX(0);transform-origin:center;transition:transform .28s ease}
.nav-links a:hover::after{transform:scaleX(1)}
.faq-item summary{transition:color .2s ease}
.faq-item summary:hover{color:var(--rose)}
.pkg-badge{transition:transform .25s ease}
.pkg:hover .pkg-badge{transform:scale(1.1) rotate(-6deg)}
.contact-list li .ci{transition:transform .2s ease}
.contact-list li:hover .ci{transform:scale(1.08)}
.footer-socials a{transition:transform .2s ease, box-shadow .2s ease}
.footer-socials a:hover{transform:translateY(-3px)}

@media (prefers-reduced-motion:no-preference){
  @keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}
  @keyframes fadeIn{from{opacity:0}to{opacity:1}}
  @keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
  @keyframes popIn{0%{opacity:0;transform:scale(.9) translateY(-6px)}100%{opacity:1;transform:none}}

  /* scroll reveal (added by JS) */
  .has-js .reveal{opacity:0;transform:translateY(28px);
    transition:opacity .7s cubic-bezier(.2,.75,.25,1), transform .7s cubic-bezier(.2,.75,.25,1)}
  .has-js .reveal.is-visible{opacity:1;transform:none}

  /* hero load-in stagger */
  .has-js .hero-center > *{opacity:0;animation:fadeUp .8s cubic-bezier(.2,.75,.25,1) forwards}
  .has-js .hero-center > *:nth-child(1){animation-delay:.05s}
  .has-js .hero-center > *:nth-child(2){animation-delay:.15s}
  .has-js .hero-center > *:nth-child(3){animation-delay:.24s}
  .has-js .hero-center > *:nth-child(4){animation-delay:.32s}
  .has-js .hero-center > *:nth-child(5){animation-delay:.40s}
  .has-js .hero-center > *:nth-child(6){animation-delay:.48s}
  .has-js .hero-center > *:nth-child(7){animation-delay:.56s}
  .has-js .hero-center > *:nth-child(8){animation-delay:.64s}
  .has-js .where-tag{opacity:0;animation:popIn .6s ease .85s forwards}

  /* gentle life */
  .logo-ph-mark{animation:floaty 5s ease-in-out infinite}
  .story-heart{animation:floaty 3.5s ease-in-out infinite}
  .faq-item[open] .faq-a{animation:fadeIn .4s ease}
}

/* =========================================================
   Weekend-only date picker  (booking.html)
   Sat/Sun are bookable; weekdays render closed, not missing,
   so it's obvious *why* they can't be picked.
   ========================================================= */
.field--date{margin-bottom:22px}
.cal-legend{display:block;font-family:var(--font-body);font-weight:700;
  font-size:14px;color:var(--ink);margin-bottom:6px}
.field-hint{font-family:var(--font-serif);font-style:italic;
  color:var(--ink-soft);font-size:15px;margin:0 0 12px;line-height:1.45}
.field-hint strong{font-style:normal;font-weight:700;color:var(--rose-deep)}

.cal{background:var(--paper);border:1px solid var(--line);border-radius:18px;
  padding:16px 16px 12px;box-shadow:var(--shadow-sm);max-width:420px}
.cal.has-error{border-color:var(--rose);box-shadow:0 0 0 3px rgba(196,126,144,.18)}

.cal-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.cal-month{font-family:var(--font-serif);font-weight:700;font-size:19px;color:var(--rose-deep)}
.cal-nav{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);
  background:var(--cream-2);color:var(--rose-deep);font-size:20px;line-height:1;
  cursor:pointer;display:grid;place-items:center;transition:background .15s,border-color .15s}
.cal-nav:hover:not(:disabled){background:var(--blush-tint);border-color:var(--blush)}
.cal-nav:disabled{opacity:.35;cursor:not-allowed}

.cal-dow,.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.cal-dow{margin-bottom:6px}
.cal-dow span{text-align:center;font-family:var(--font-body);font-weight:700;
  font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft)}
/* Sun + Sat headers get the accent so the open days read at a glance. */
.cal-dow span:first-child,.cal-dow span:last-child{color:var(--rose)}

.cal-cell{aspect-ratio:1/1;display:grid;place-items:center;border:0;border-radius:10px;
  font-family:var(--font-body);font-size:14.5px;font-weight:600;
  background:transparent;color:var(--ink);cursor:pointer;padding:0;
  transition:background .15s,color .15s,transform .12s}
.cal-cell--blank{cursor:default}
/* Bookable weekend */
button.cal-cell:not(:disabled){background:var(--blush-tint);color:var(--rose-deep)}
button.cal-cell:not(:disabled):hover{background:var(--blush-soft);transform:translateY(-1px)}
button.cal-cell:not(:disabled):focus-visible{outline:2px solid var(--rose);outline-offset:2px}
/* Weekday — closed, visibly present but inert */
.cal-cell.is-closed{background:transparent;color:#c9bdae;cursor:not-allowed}
/* Past / beyond the booking window */
.cal-cell.is-out{background:transparent;color:#ddd3c6;cursor:not-allowed;text-decoration:line-through}
.cal-cell.is-today{box-shadow:inset 0 0 0 1.5px var(--gold)}
.cal-cell.is-selected{background:var(--rose);color:#fff}
.cal-cell.is-selected:hover{background:var(--rose-deep)}

.cal-selected{margin:12px 0 2px;text-align:center;font-family:var(--font-serif);
  font-style:italic;font-size:15px;color:var(--ink-soft)}
.cal-selected.is-set{font-style:normal;font-weight:700;color:var(--rose-deep)}

@media (max-width:420px){
  .cal{padding:12px 10px 10px}
  .cal-cell{font-size:13px;border-radius:8px}
  .cal-dow span{font-size:10px}
}

/* --- Home-page booking invite (the form itself lives on booking.html) --- */
.book-invite{display:flex;flex-direction:column;justify-content:center}
.book-invite h3{font-size:26px;margin-bottom:8px}
.book-invite__lead{color:var(--ink-soft);margin:0 0 20px}
.book-steps{list-style:none;margin:0 0 26px;padding:0;display:flex;flex-direction:column;gap:14px}
.book-steps li{display:flex;align-items:center;gap:14px;font-size:16.5px}
.book-steps li span{
  flex:0 0 auto;width:32px;height:32px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--blush-soft);color:var(--rose-deep);
  font-family:var(--font-body);font-weight:800;font-size:14px}
