:root {
  --cream: #fbf5ed;
  --cream-2: #f5e9dd;
  --blush: #e6a59f;
  --blush-dark: #ce817c;
  --peach: #f0cdbb;
  --sage: #778474;
  --sage-dark: #4e5b50;
  --gold: #d7a45e;
  --ink: #344039;
  --white: #fffdf9;
  --line: rgba(119, 132, 116, .22);
  --shadow: 0 24px 70px rgba(95, 70, 55, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(251, 245, 237, .88);
  border-bottom: 1px solid rgba(119,132,116,.12);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; flex-direction: column; line-height: 1; }
.brand-main {
  font-family: "Italiana", serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  letter-spacing: .01em;
  color: var(--sage-dark);
}
.brand-script {
  align-self: flex-end;
  margin-top: 4px;
  margin-right: 12px;
  font-family: "Parisienne", cursive;
  font-size: 1.12rem;
  color: var(--blush-dark);
}
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 600; }
.site-nav a { transition: color .2s ease, transform .2s ease; }
.site-nav a:hover { color: var(--blush-dark); transform: translateY(-1px); }
.nav-cta { padding: 10px 18px; color: white !important; background: var(--sage-dark); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--sage-dark); }

.hero {
  position: relative;
  min-height: 780px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: clamp(28px, 5vw, 80px);
  padding: 70px clamp(22px, 7vw, 110px) 80px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 8% 48% 8% -12%;
  border-radius: 50%;
  background: rgba(234,176,167,.25);
  filter: blur(2px);
}
.hero-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -140px;
  top: 40px;
  border-radius: 50%;
  background: rgba(215,164,94,.12);
  filter: blur(15px);
}
.spark { position: absolute; color: var(--gold); font-size: 28px; opacity: .8; }
.spark-one { left: 46%; top: 18%; }
.spark-two { left: 7%; bottom: 18%; color: var(--blush); }
.spark-three { right: 8%; bottom: 15%; color: var(--sage); }

.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow {
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: .78rem;
  font-weight: 700;
  color: var(--blush-dark);
}
h1, h2, h3 { margin-top: 0; font-weight: 400; line-height: 1.08; }
h1, h2 { font-family: "Italiana", serif; color: var(--sage-dark); }
h1 { margin-bottom: 24px; font-size: clamp(3.3rem, 7vw, 7rem); letter-spacing: -.03em; }
h1 em, h2 em { display: block; font-family: "Parisienne", cursive; font-weight: 400; color: var(--blush-dark); }
h1 em { font-size: .78em; margin-top: 7px; }
h2 { margin-bottom: 18px; font-size: clamp(2.35rem, 4.5vw, 4.75rem); }
h2 em { display: inline; }
.hero-text { max-width: 590px; margin: 0 0 30px; font-size: 1.08rem; color: #5a625d; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(86,66,53,.12); }
.button-primary { background: var(--blush); color: white; }
.button-primary:hover { background: var(--blush-dark); }
.button-secondary { border-color: var(--sage); color: var(--sage-dark); background: rgba(255,255,255,.45); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; font-size: .85rem; color: var(--sage); }
.hero-art { position: relative; z-index: 1; }
.hero-art img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 52% 48% 44% 56% / 38% 42% 58% 62%;
  box-shadow: var(--shadow);
}
.balloons { position: absolute; z-index: 3; right: 3%; top: -8%; width: 160px; height: 170px; }
.balloons span { position: absolute; width: 68px; height: 88px; border-radius: 50% 50% 48% 48%; box-shadow: inset -8px -10px 14px rgba(0,0,0,.05); }
.balloons span:nth-child(1) { left: 0; top: 35px; background: #efbd83; transform: rotate(-10deg); }
.balloons span:nth-child(2) { left: 44px; top: 0; background: #e5e4d6; }
.balloons span:nth-child(3) { right: 0; top: 28px; background: #efa9a7; transform: rotate(12deg); }
.balloons span:nth-child(4) { left: 58px; top: 72px; background: #9eac98; width: 62px; height: 80px; }

.intro-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 20px;
  color: var(--sage-dark);
  background: #f2ded1;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .76rem;
  white-space: nowrap;
}
.intro-strip span { color: var(--blush-dark); }

.section { padding: 105px clamp(22px, 7vw, 110px); }
.section-heading { max-width: 820px; margin: 0 auto 48px; text-align: center; }
.section-heading > p:last-child { max-width: 640px; margin: 0 auto; color: #666e68; }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; max-width: 1250px; margin: 0 auto; }
.product-card { overflow: hidden; background: var(--white); border: 1px solid rgba(119,132,116,.14); border-radius: var(--radius); box-shadow: 0 15px 50px rgba(85,70,59,.08); }
.product-card.featured { transform: translateY(28px); }
.product-image { position: relative; overflow: hidden; }
.product-image img { width: 100%; aspect-ratio: 1.08 / 1; object-fit: cover; transition: transform .6s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.availability { position: absolute; left: 18px; top: 18px; padding: 8px 13px; border-radius: 999px; background: rgba(255,253,249,.9); backdrop-filter: blur(10px); font-size: .75rem; font-weight: 700; color: var(--sage-dark); }
.product-body { padding: 28px; }
.product-kicker { margin: 0 0 8px; color: var(--blush-dark); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 700; }
.product-body h3 { margin-bottom: 14px; font-family: "Italiana", serif; font-size: 2rem; color: var(--sage-dark); }
.product-body p { color: #656c67; }
.product-body ul { padding: 0; list-style: none; color: #5e665f; }
.product-body li { margin: 8px 0; }
.product-body li::before { content: "✦"; margin-right: 9px; color: var(--gold); }
.product-footer { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.product-footer strong { color: var(--sage-dark); }
.text-button { border: 0; background: transparent; padding: 0; color: var(--blush-dark); font-weight: 700; cursor: pointer; }

.story { padding-top: 145px; }
.story-card {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  padding: clamp(36px, 6vw, 80px);
  border-radius: 40px;
  background: linear-gradient(135deg, #f0dcd0, #f7eee6);
}
.story-card p { font-size: 1.05rem; color: #5f675f; }

.safety { background: #eef0e9; }
.safety-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1250px; margin: 0 auto; }
.safety-card { min-height: 250px; padding: 28px; background: rgba(255,255,255,.7); border: 1px solid rgba(119,132,116,.13); border-radius: 24px; }
.safety-card > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 32px; border-radius: 50%; background: var(--peach); color: var(--sage-dark); font-weight: 700; }
.safety-card h3 { margin-bottom: 10px; font-family: "Italiana", serif; font-size: 1.45rem; color: var(--sage-dark); }
.safety-card p { margin: 0; color: #667067; font-size: .94rem; }
.legal-note { max-width: 840px; margin: 30px auto 0; text-align: center; color: #687169; font-size: .85rem; }

.process { background: var(--white); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1250px; margin: 0 auto; }
.step { position: relative; padding: 28px 24px; border-top: 1px solid var(--sage); }
.step span { font-family: "Italiana", serif; font-size: 2.2rem; color: var(--blush); }
.step h3 { margin: 16px 0 8px; font-family: "Italiana", serif; font-size: 1.45rem; color: var(--sage-dark); }
.step p { margin: 0; color: #677068; font-size: .92rem; }

.faq-list { max-width: 900px; margin: 0 auto; }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 22px 40px 22px 0; cursor: pointer; list-style: none; font-weight: 700; color: var(--sage-dark); }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 17px; font-size: 1.6rem; font-weight: 400; color: var(--blush-dark); }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 40px 24px 0; color: #667068; }

.booking {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 70px;
  background: linear-gradient(135deg, #f2dfd5, #fbf6ef 62%);
}
.booking-copy { max-width: 500px; }
.booking-copy p { color: #626a64; }
.booking-contact { margin-top: 38px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking-contact span, .booking-contact strong { display: block; }
.booking-contact span { font-size: .78rem; text-transform: uppercase; letter-spacing: .18em; color: var(--blush-dark); }
.booking-contact strong { margin-top: 6px; font-size: 1.15rem; color: var(--sage-dark); }

.booking-form { padding: clamp(25px, 4vw, 46px); background: rgba(255,253,249,.9); border-radius: 30px; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: block; margin-bottom: 18px; font-size: .84rem; font-weight: 700; color: var(--sage-dark); }
input, select, textarea {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  border: 1px solid rgba(119,132,116,.28);
  border-radius: 12px;
  background: #fffdfa;
  color: var(--ink);
  outline: none;
}
input:focus, select:focus, textarea:focus { border-color: var(--blush-dark); box-shadow: 0 0 0 3px rgba(206,129,124,.12); }
textarea { resize: vertical; }
.checkbox { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; color: #626b64; }
.checkbox input { width: auto; margin-top: 4px; }
.form-submit { width: 100%; border: 0; }
.form-status { margin-bottom: 0; font-size: .88rem; color: var(--blush-dark); text-align: center; }

footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 30px;
  padding: 55px clamp(22px, 7vw, 110px) 30px;
  color: #e9eee9;
  background: var(--sage-dark);
}
.footer-brand .brand-main { color: white; font-size: 2rem; }
.footer-brand .brand-script { display: inline-block; color: #f2b8b2; }
.footer-brand p { margin-bottom: 0; }
.footer-links { display: flex; gap: 22px; font-size: .9rem; }
.copyright { grid-column: 1 / -1; margin: 25px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: .76rem; opacity: .72; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { max-width: 760px; }
  .hero-art { max-width: 760px; margin: 0 auto; }
  .safety-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .booking { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .site-header { padding: 12px 18px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 10px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero { padding: 52px 20px 60px; }
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .hero-badges { gap: 10px 16px; }
  .balloons { transform: scale(.75); transform-origin: top right; }
  .intro-strip { justify-content: flex-start; overflow-x: auto; }
  .section { padding: 80px 20px; }
  .product-grid, .story-card { grid-template-columns: 1fr; }
  .product-card.featured { transform: none; }
  .story { padding-top: 80px; }
  .story-card { gap: 10px; padding: 32px 24px; border-radius: 28px; }
  .safety-grid, .steps { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; align-items: start; }
  .footer-links { flex-wrap: wrap; }
}
