/* ========================================================================
   Bloom Bar Michigan — style
   Palette drawn from the brand logo: blush pink, antique gold, sage, cream
   ======================================================================== */

:root {
  --cream: #fdf4f1;
  --cream-2: #fbeae5;
  --blush: #f7dcd6;
  --pink: #f1b8c4;
  --rose: #dd8ba3;
  --deep-rose: #b85f7f;
  --wine: #8f3f5c;
  --gold: #b3862d;
  --gold-dark: #93691f;
  --gold-light: #d8b465;
  --sage: #9dab82;
  --sage-dark: #77875e;
  --ink: #52403a;
  --ink-soft: #7c6a63;
  --white: #fffdfb;
  --shadow: 0 20px 50px -18px rgba(140, 84, 74, 0.28);
  --shadow-soft: 0 10px 32px -12px rgba(140, 84, 74, 0.18);
  --radius: 22px;
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-script: "Great Vibes", cursive;
  --font-body: "Jost", "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

/* clip on x only: the rotated marquee is meant to bleed past the edges,
   but it must never make the page scroll sideways on a phone */
html { scroll-behavior: smooth; overflow-x: clip; }

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  overflow-x: clip;
  max-width: 100%;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

::selection { background: var(--pink); color: var(--white); }

/* ---------- typography helpers ---------- */
.script { font-family: var(--font-script); font-weight: 400; }
.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--gold);
}
.section-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.1rem, 4.5vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: 0.02em;
  color: var(--ink);
}
.section-title em { font-style: italic; color: var(--deep-rose); }
.lede { font-size: 1.06rem; color: var(--ink-soft); max-width: 56ch; }

.section { padding: clamp(4.5rem, 9vw, 7.5rem) clamp(1.25rem, 5vw, 4rem); position: relative; }
.section-inner { max-width: 1180px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: clamp(2.5rem, 5vw, 4rem); display: grid; justify-items: center; gap: 0.9rem; }

.gold-rule {
  display: inline-flex; align-items: center; gap: 0.7rem; color: var(--gold-light);
}
.gold-rule::before, .gold-rule::after {
  content: ""; width: 52px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-light));
}
.gold-rule::after { background: linear-gradient(90deg, var(--gold-light), transparent); }
.gold-rule svg { width: 18px; height: 18px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  font-family: var(--font-body); font-weight: 400;
  text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.74rem;
  padding: 1.02rem 2.1rem; border-radius: 999px;
  text-decoration: none; cursor: pointer; border: none;
  transition: transform 0.35s cubic-bezier(.2,.8,.25,1), box-shadow 0.35s, background 0.35s, color 0.35s;
}
.btn-gold {
  color: #fff;
  background: linear-gradient(120deg, var(--gold-dark), var(--gold) 45%, var(--gold-light) 100%);
  box-shadow: 0 12px 28px -10px rgba(150, 106, 32, 0.55);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 18px 34px -10px rgba(150, 106, 32, 0.65); }
.btn-outline {
  color: var(--deep-rose); background: transparent;
  box-shadow: inset 0 0 0 1.5px var(--rose);
}
.btn-outline:hover { background: var(--rose); color: #fff; transform: translateY(-3px); }
.btn-blush {
  color: var(--wine); background: #fff;
  box-shadow: var(--shadow-soft);
}
.btn-blush:hover { transform: translateY(-3px); }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem clamp(1.25rem, 4vw, 3rem);
  transition: background 0.4s, box-shadow 0.4s, padding 0.4s;
}
.site-header.scrolled {
  background: rgba(253, 244, 241, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px -18px rgba(140, 84, 74, 0.35);
  padding-top: 0.55rem; padding-bottom: 0.55rem;
}
.brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.brand svg { width: 34px; height: 34px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
  font-family: var(--font-display); font-weight: 600; letter-spacing: 0.18em;
  font-size: 1.06rem; color: var(--gold);
}
.brand-sub { font-size: 0.56rem; letter-spacing: 0.44em; text-transform: uppercase; color: var(--ink-soft); }

.nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.1rem); }
.nav a:not(.btn) {
  text-decoration: none; font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink); position: relative; padding: 0.3rem 0;
}
.nav a:not(.btn)::after {
  content: ""; position: absolute; left: 50%; bottom: 0; width: 0; height: 1.5px;
  background: var(--gold); transition: width 0.3s, left 0.3s;
}
.nav a:not(.btn):hover::after { width: 100%; left: 0; }
.nav .btn { padding: 0.72rem 1.5rem; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; z-index: 70; }
.nav-toggle span {
  display: block; width: 26px; height: 2px; background: var(--ink);
  margin: 6px 0; border-radius: 2px; transition: transform 0.35s, opacity 0.35s;
}

@media (max-width: 880px) {
  .nav-toggle { display: block; }
  /* backdrop-filter would make the header the containing block for the
     fixed-position menu overlay, shrinking it to the header box */
  .site-header:has(.nav.open) { backdrop-filter: none; -webkit-backdrop-filter: none; background: transparent; box-shadow: none; }
  body.nav-locked { overflow: hidden; }
  .nav {
    position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 2rem;
    background: linear-gradient(160deg, var(--cream) 0%, var(--blush) 100%);
    opacity: 0; pointer-events: none; transition: opacity 0.4s;
  }
  .nav.open { opacity: 1; pointer-events: auto; }
  .nav a:not(.btn) { font-size: 1rem; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}

/* ---------- hero ---------- */
.hero {
  min-height: 100svh;
  display: grid; place-items: center; text-align: center;
  position: relative; overflow: hidden;
  background:
    radial-gradient(52% 44% at 12% 12%, rgba(241, 184, 196, 0.5), transparent 70%),
    radial-gradient(46% 40% at 88% 16%, rgba(216, 180, 101, 0.22), transparent 70%),
    radial-gradient(60% 52% at 85% 88%, rgba(241, 184, 196, 0.42), transparent 72%),
    radial-gradient(50% 45% at 10% 85%, rgba(157, 171, 130, 0.18), transparent 70%),
    linear-gradient(175deg, #fdf4f1 0%, #fbe7e2 55%, #f9dfdb 100%);
}
#petal-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-inner { position: relative; z-index: 2; padding: 7rem 1.5rem 4.5rem; display: grid; justify-items: center; gap: 1.1rem; }
.hero-flower { width: clamp(64px, 9vw, 96px); filter: drop-shadow(0 6px 18px rgba(179, 134, 45, 0.35)); animation: bloomIn 1.6s cubic-bezier(.2,.8,.25,1) both; }
.hero-script {
  font-family: var(--font-script); color: var(--deep-rose);
  font-size: clamp(1.7rem, 3.6vw, 2.6rem); line-height: 1;
  animation: riseIn 1.1s 0.25s cubic-bezier(.2,.8,.25,1) both;
}
.hero-title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(3rem, 9.5vw, 6.8rem); line-height: 0.98; letter-spacing: 0.1em;
  color: var(--gold);
  background: linear-gradient(115deg, var(--gold-dark) 10%, var(--gold) 38%, #e2c078 52%, var(--gold) 66%, var(--gold-dark) 92%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  animation: riseIn 1.1s 0.4s cubic-bezier(.2,.8,.25,1) both;
}
.hero-sub {
  letter-spacing: 0.56em; text-transform: uppercase; font-size: clamp(0.72rem, 1.6vw, 0.95rem);
  color: var(--ink-soft); text-indent: 0.56em;
  animation: riseIn 1.1s 0.55s cubic-bezier(.2,.8,.25,1) both;
}
.hero-lede {
  max-width: 46ch; color: var(--ink-soft); font-size: 1.04rem; margin-top: 0.6rem;
  animation: riseIn 1.1s 0.7s cubic-bezier(.2,.8,.25,1) both;
}
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; margin-top: 1.4rem; animation: riseIn 1.1s 0.85s cubic-bezier(.2,.8,.25,1) both; }
.hero-scroll {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  color: var(--gold); font-size: 0.66rem; letter-spacing: 0.34em; text-transform: uppercase;
  display: grid; justify-items: center; gap: 0.5rem; text-decoration: none; z-index: 2;
}
.hero-scroll::after {
  content: ""; width: 1px; height: 44px;
  background: linear-gradient(var(--gold), transparent);
  animation: dripline 2.2s ease-in-out infinite;
}
@keyframes dripline { 0%, 100% { transform: scaleY(0.4); opacity: 0.4; transform-origin: top; } 50% { transform: scaleY(1); opacity: 1; } }
@media (max-height: 680px) { .hero-scroll { display: none; } }
@keyframes riseIn { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes bloomIn { from { opacity: 0; transform: scale(0.5) rotate(-16deg); } to { opacity: 1; transform: none; } }

/* ---------- marquee ---------- */
.marquee {
  background: linear-gradient(90deg, var(--wine), var(--deep-rose) 50%, var(--wine));
  color: #fbe9e6; overflow: hidden; padding: 0.95rem 0;
  transform: rotate(-1.1deg) scale(1.02); margin: -1rem 0;
  position: relative; z-index: 5;
  box-shadow: var(--shadow-soft);
}
.marquee-track {
  display: flex; gap: 3rem; white-space: nowrap; width: max-content;
  animation: marquee 36s linear infinite;
  font-family: var(--font-display); font-style: italic; font-size: 1.06rem; letter-spacing: 0.16em;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 3rem; }
.marquee-track i { font-style: normal; color: var(--gold-light); font-size: 0.8rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- experience (what is a bloom bar) ---------- */
.experience { background: var(--cream); }
.exp-grid {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center; max-width: 1180px; margin: 0 auto;
}
.exp-photo { position: relative; }
.exp-photo .photo-frame {
  border-radius: 200px 200px var(--radius) var(--radius); overflow: hidden;
  box-shadow: var(--shadow); position: relative;
}
.exp-photo .photo-frame::after {
  content: ""; position: absolute; inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 190px 190px 14px 14px; pointer-events: none;
}
.exp-photo img { width: 100%; }
.exp-badge {
  position: absolute; right: -1.6rem; bottom: 2.2rem; width: 132px; height: 132px;
  background: radial-gradient(circle at 32% 28%, #fffdf8, #f6e3d4);
  border-radius: 50%; display: grid; place-items: center; text-align: center;
  box-shadow: var(--shadow-soft); animation: spinSlow 26s linear infinite;
}
@keyframes spinSlow { to { transform: rotate(360deg); } }
.exp-badge svg { width: 100%; height: 100%; }
.exp-copy { display: grid; gap: 1.15rem; justify-items: start; }
.exp-steps { display: grid; gap: 0.85rem; margin-top: 0.6rem; }
.exp-step { display: flex; gap: 0.95rem; align-items: baseline; }
.exp-step b {
  font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; color: var(--gold);
  min-width: 2.1rem;
}
.exp-step p strong { font-weight: 500; color: var(--ink); }

/* ---------- how it works ---------- */
.how { background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%); }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.how-card {
  background: var(--white); border-radius: var(--radius); padding: 2.4rem 1.9rem 2.1rem;
  text-align: center; display: grid; justify-items: center; gap: 0.8rem;
  box-shadow: var(--shadow-soft); position: relative; overflow: hidden;
  transition: transform 0.45s cubic-bezier(.2,.8,.25,1), box-shadow 0.45s;
}
.how-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.how-card::before {
  content: ""; position: absolute; inset: auto -30% -55% -30%; height: 70%;
  background: radial-gradient(closest-side, rgba(241, 184, 196, 0.35), transparent);
}
.how-num {
  font-family: var(--font-script); font-size: 2.4rem; color: var(--rose); line-height: 1;
}
.how-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.45rem; letter-spacing: 0.03em; }
.how-card p { color: var(--ink-soft); font-size: 0.96rem; }
.how-note {
  margin-top: 2.6rem; text-align: center; font-family: var(--font-display); font-style: italic;
  font-size: 1.3rem; color: var(--deep-rose);
}

/* ---------- packages / 3D ---------- */
.packages {
  background:
    radial-gradient(50% 40% at 100% 0%, rgba(216, 180, 101, 0.16), transparent 70%),
    radial-gradient(45% 45% at 0% 100%, rgba(221, 139, 163, 0.2), transparent 70%),
    linear-gradient(180deg, var(--cream-2), #f9e3de);
}
.pkg-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2rem, 4.5vw, 4rem); align-items: stretch; }
.pkg-stage {
  position: relative; border-radius: 30px; overflow: hidden; min-height: 540px;
  background:
    radial-gradient(70% 55% at 50% 108%, rgba(221, 139, 163, 0.4), transparent 70%),
    radial-gradient(120% 90% at 50% -20%, #fffaf7 0%, #fbe9e4 52%, #f6d9d3 100%);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}
#bar3d { position: absolute; inset: 0; width: 100%; height: 100%; touch-action: pan-y; cursor: grab; }
#bar3d.dragging { cursor: grabbing; }
.pkg-stage-hint {
  position: absolute; bottom: 1.1rem; left: 50%; transform: translateX(-50%);
  font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-soft);
  background: rgba(255, 253, 251, 0.72); backdrop-filter: blur(6px);
  padding: 0.45rem 1.1rem; border-radius: 999px; pointer-events: none; white-space: nowrap;
}
.pkg-stage-label {
  position: absolute; top: 1.2rem; left: 1.4rem;
  font-family: var(--font-script); font-size: 1.9rem; color: var(--deep-rose); pointer-events: none;
}

.pkg-panel { display: flex; flex-direction: column; gap: 1.3rem; justify-content: center; }
.pkg-tabs { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.pkg-tab {
  border: none; cursor: pointer; border-radius: 999px; padding: 0.68rem 1.35rem;
  font-family: var(--font-body); font-size: 0.8rem; letter-spacing: 0.14em; font-weight: 400;
  color: var(--wine); background: rgba(255, 255, 255, 0.65);
  box-shadow: inset 0 0 0 1px rgba(221, 139, 163, 0.45);
  transition: all 0.3s;
}
.pkg-tab:hover { background: #fff; transform: translateY(-2px); }
.pkg-tab.active {
  background: linear-gradient(120deg, var(--deep-rose), var(--rose)); color: #fff;
  box-shadow: 0 10px 22px -8px rgba(184, 95, 127, 0.6);
}
.pkg-title { font-family: var(--font-display); font-weight: 600; font-size: clamp(2rem, 3.6vw, 2.9rem); line-height: 1.05; }
.pkg-title small { display: block; font-family: var(--font-script); font-size: clamp(1.4rem, 2.4vw, 1.9rem); color: var(--gold); margin-top: 0.35rem; letter-spacing: 0; }
.pkg-guests {
  display: inline-flex; align-items: center; gap: 0.5rem; align-self: start;
  background: #fff; color: var(--wine); border-radius: 999px; padding: 0.5rem 1.2rem;
  font-size: 0.82rem; letter-spacing: 0.12em; box-shadow: var(--shadow-soft);
}
.pkg-desc { color: var(--ink-soft); max-width: 48ch; }
.pkg-includes { display: grid; grid-template-columns: 1fr 1fr; gap: 0.55rem 1.2rem; margin-top: 0.3rem; }
.pkg-includes li {
  list-style: none; display: flex; gap: 0.55rem; align-items: baseline; font-size: 0.92rem; color: var(--ink);
}
.pkg-includes li::before { content: "✦"; color: var(--gold); font-size: 0.7rem; }
.pkg-addon {
  margin-top: 0.9rem; font-size: 0.9rem; color: var(--deep-rose);
  font-style: italic; max-width: 46ch;
}
.pkg-cta { display: flex; align-items: center; gap: 1.3rem; margin-top: 0.9rem; flex-wrap: wrap; }
.pkg-note { font-size: 0.8rem; color: var(--ink-soft); font-style: italic; }

/* ---------- gallery ---------- */
.gallery { background: var(--cream); }
.gallery-grid { columns: 3; column-gap: 1.1rem; }
.gallery-item {
  break-inside: avoid; margin-bottom: 1.1rem; border-radius: 18px; overflow: hidden;
  position: relative; cursor: zoom-in; box-shadow: var(--shadow-soft);
  border: none; padding: 0; display: block; width: 100%; background: none;
}
.gallery-item img, .gallery-item video { transition: transform 0.7s cubic-bezier(.2,.8,.25,1); width: 100%; height: auto; display: block; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.06); }

.lightbox {
  position: fixed; inset: 0; z-index: 90; display: grid; place-items: center;
  background: rgba(64, 38, 33, 0.82); backdrop-filter: blur(8px);
  opacity: 0; pointer-events: none; transition: opacity 0.35s; padding: 2rem;
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox img, .lightbox video {
  max-height: 86vh; max-width: min(92vw, 900px); border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5); object-fit: contain;
}
.lightbox-close {
  position: absolute; top: 1.4rem; right: 1.8rem; background: none; border: none;
  color: #fff; font-size: 2.2rem; cursor: pointer; line-height: 1; font-family: var(--font-body);
}
.lightbox-caption { color: #fbe9e6; margin-top: 1rem; letter-spacing: 0.1em; font-size: 0.9rem; text-align: center; }

/* ---------- occasions ---------- */
.occasions { background: linear-gradient(180deg, var(--cream), var(--cream-2)); }
.occ-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.occ-card {
  background: var(--white); border-radius: 18px; padding: 1.7rem 1rem 1.5rem;
  display: grid; justify-items: center; gap: 0.65rem; text-align: center;
  box-shadow: var(--shadow-soft);
  transition: transform 0.4s cubic-bezier(.2,.8,.25,1), box-shadow 0.4s;
}
.occ-card:hover { transform: translateY(-6px) rotate(-1deg); box-shadow: var(--shadow); }
.occ-card svg { width: 34px; height: 34px; }
.occ-card span { font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; letter-spacing: 0.05em; }

/* ---------- quote band ---------- */
.quote-band {
  background:
    radial-gradient(60% 90% at 50% 0%, rgba(216, 180, 101, 0.16), transparent 70%),
    linear-gradient(120deg, #f7d9d3, #f3c4c9 45%, #f8e0d8);
  text-align: center; overflow: hidden;
}
.quote-band .script { font-size: clamp(2.6rem, 6.5vw, 4.4rem); color: var(--wine); line-height: 1.25; text-transform: none; letter-spacing: 0.01em; }
.quote-band .attribution { letter-spacing: 0.3em; text-transform: uppercase; font-size: 0.72rem; color: var(--gold-dark); margin-top: 1rem; }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative; text-align: center; color: #fff; overflow: hidden;
  background: linear-gradient(rgba(122, 55, 76, 0.78), rgba(82, 34, 51, 0.85)), url("../assets/gallery/roses-closeup.jpg") center 30% / cover no-repeat;
}
.cta-band .section-inner { display: grid; justify-items: center; gap: 1.2rem; }
.cta-band .section-title { color: #fff; }
.cta-band .lede { color: rgba(255, 240, 240, 0.85); }

/* ---------- footer ---------- */
.site-footer {
  background: #46312b; color: #e9d4cd; padding: 4rem clamp(1.25rem, 5vw, 4rem) 2rem;
}
.footer-grid {
  max-width: 1180px; margin: 0 auto; display: grid;
  grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; align-items: start;
}
.footer-brand { display: grid; gap: 0.9rem; justify-items: start; }
.footer-brand .brand-name { font-size: 1.3rem; color: var(--gold-light); }
.footer-brand p { font-size: 0.92rem; color: #cbb0a7; max-width: 34ch; }
.site-footer h4 {
  font-family: var(--font-body); font-weight: 400; text-transform: uppercase;
  letter-spacing: 0.3em; font-size: 0.72rem; color: var(--gold-light); margin-bottom: 1.1rem;
}
.site-footer ul { list-style: none; display: grid; gap: 0.55rem; }
.site-footer li a { text-decoration: none; font-size: 0.94rem; transition: color 0.3s; }
.site-footer li a:hover { color: #fff; }
.footer-bottom {
  max-width: 1180px; margin: 3rem auto 0; padding-top: 1.4rem;
  border-top: 1px solid rgba(233, 212, 205, 0.18);
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: 0.78rem; color: #b3968d;
}

/* ---------- forms (book / contact pages) ---------- */
.page-hero {
  padding: clamp(8rem, 16vh, 11rem) 1.5rem clamp(3rem, 6vw, 4.5rem);
  text-align: center; display: grid; justify-items: center; gap: 1rem;
  background:
    radial-gradient(48% 42% at 8% 20%, rgba(241, 184, 196, 0.45), transparent 70%),
    radial-gradient(44% 40% at 92% 14%, rgba(216, 180, 101, 0.2), transparent 70%),
    linear-gradient(175deg, #fdf4f1, #fae4df);
}
.form-wrap { max-width: 880px; margin: 0 auto; padding: 0 1.25rem clamp(4.5rem, 8vw, 7rem); }
.form-card {
  background: var(--white); border-radius: 28px; box-shadow: var(--shadow);
  padding: clamp(1.8rem, 4vw, 3.2rem); margin-top: -1.5rem; position: relative; z-index: 2;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem 1.4rem; }
.field { display: grid; gap: 0.45rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.24em; color: var(--ink-soft); font-weight: 400; }
.field label b { color: var(--deep-rose); font-weight: 400; }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 1rem; font-weight: 300; color: var(--ink);
  background: var(--cream); border: 1px solid #f0d6cf; border-radius: 12px;
  padding: 0.85rem 1rem; outline: none; transition: border 0.3s, box-shadow 0.3s, background 0.3s;
  width: 100%; max-width: 100%; min-width: 0;
  /* iOS gives date/time inputs an intrinsic width and its own control styling;
     without these the field overflows its card. */
  -webkit-appearance: none; appearance: none;
}
/* Keep the iOS date control's text left-aligned like every other field. */
.field input[type="date"] { -webkit-align-items: center; text-align: left; }
.field input[type="date"]::-webkit-date-and-time-value { text-align: left; }
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--rose); background: #fff;
  box-shadow: 0 0 0 4px rgba(221, 139, 163, 0.16);
}
.package-picker { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.6rem; }
/* Each radio sits inside a <span> grid cell. Take it out of flow entirely —
   left in flow it keeps its default ~335px width and widens the whole page. */
.package-picker > span { position: relative; display: block; min-width: 0; }
.package-picker input {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0; pointer-events: none; margin: 0;
}
.package-picker label {
  display: grid; justify-items: center; gap: 0.15rem; cursor: pointer; text-align: center;
  background: var(--cream); border: 1.5px solid #f0d6cf; border-radius: 14px;
  padding: 0.85rem 0.4rem; transition: all 0.3s; letter-spacing: 0.02em;
}
.package-picker label b { font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; color: var(--ink); }
.package-picker label small { font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink-soft); }
.package-picker input:checked + label {
  border-color: var(--deep-rose); background: #fff;
  box-shadow: 0 10px 24px -10px rgba(184, 95, 127, 0.5); transform: translateY(-2px);
}
.form-actions { margin-top: 1.8rem; display: grid; justify-items: center; gap: 0.8rem; }
.form-error { color: #b23b4b; font-size: 0.9rem; display: none; text-align: center; }
.form-error.show { display: block; }
.form-success { display: none; text-align: center; padding: 3rem 1rem; }
.form-success.show { display: grid; justify-items: center; gap: 1rem; }
.form-success .script { font-size: 2.6rem; color: var(--deep-rose); }
/* Honeypot: hide it without pushing the page's scroll width around. */
.hp-field {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap; opacity: 0;
}

.contact-cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.2rem; margin-bottom: 2.6rem;
}
.contact-card {
  background: var(--white); border-radius: 20px; padding: 2rem 1.4rem; text-align: center;
  display: grid; justify-items: center; gap: 0.55rem; box-shadow: var(--shadow-soft);
  text-decoration: none; transition: transform 0.4s cubic-bezier(.2,.8,.25,1), box-shadow 0.4s;
}
.contact-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.contact-card svg { width: 30px; height: 30px; }
.contact-card b { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; }
.contact-card span { font-size: 0.88rem; color: var(--ink-soft); overflow-wrap: anywhere; }

/* ---------- reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.9s cubic-bezier(.2,.8,.25,1), transform 0.9s cubic-bezier(.2,.8,.25,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.12s; }
.reveal-d2 { transition-delay: 0.24s; }
.reveal-d3 { transition-delay: 0.36s; }
.reveal-d4 { transition-delay: 0.48s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001s !important; transition-duration: 0.001s !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .occ-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { columns: 2; }
}
@media (max-width: 880px) {
  .exp-grid, .pkg-grid { grid-template-columns: 1fr; }
  .pkg-stage { min-height: 430px; }
  .how-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .form-grid { grid-template-columns: 1fr; }
  .package-picker { grid-template-columns: repeat(2, 1fr); }
  .contact-cards { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto 2.4rem; }
  .exp-badge { right: 0.4rem; }
}
@media (max-width: 560px) {
  .occ-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { columns: 1; }
  .pkg-includes { grid-template-columns: 1fr; }
}
