:root {
  --navy: #14264a;
  --navy-soft: #20375f;
  --mauve: #b97d8c;
  --mauve-dark: #955e6e;
  --cream: #fff6e4;
  --peach: #f5d4bd;
  --lilac: #e7dcf2;
  --white: #fffdf8;
  --ink: #202942;
  --muted: #667087;
  --line: rgba(20, 38, 74, 0.13);
  --shadow: 0 24px 70px rgba(32, 37, 62, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }

.site-header { height: 88px; padding: 0 clamp(24px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,253,248,.92); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy); font-family: "Fraunces", serif; font-size: 21px; font-weight: 700; letter-spacing: -.03em; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand em { color: var(--mauve-dark); font-style: normal; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
.menu-button { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border: 0; border-radius: 999px; color: white; background: var(--navy); text-decoration: none; font: 700 15px/1 "DM Sans", sans-serif; cursor: pointer; box-shadow: 0 10px 25px rgba(20,38,74,.2); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--navy-soft); }
.button-small { min-height: 42px; padding: 0 20px; }
.text-link { color: var(--navy); font-weight: 700; text-decoration: none; }
.text-link span { display: inline-block; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 5vw; padding: 70px clamp(24px, 7vw, 110px) 90px; overflow: hidden; background: radial-gradient(circle at 88% 15%, #f7dfd7 0 11%, transparent 31%), linear-gradient(145deg, #fffdf8 20%, #fbf3eb); }
.hero-copy { max-width: 680px; position: relative; z-index: 2; }
.eyebrow { color: var(--mauve-dark); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; margin: 0 0 15px; }
h1, h2, h3 { font-family: "Fraunces", serif; color: var(--navy); line-height: 1.08; }
h1 { font-size: clamp(52px, 6.7vw, 96px); margin: 0 0 28px; letter-spacing: -.055em; }
h1 span { color: var(--mauve-dark); }
.hero-intro { max-width: 620px; color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 20px 30px; padding: 0; margin: 42px 0 0; list-style: none; color: var(--muted); font-size: 13px; font-weight: 600; }
.trust-list li::before { content: "✦"; color: var(--mauve); margin-right: 8px; }

.hero-art { min-height: 540px; position: relative; display: grid; place-items: center; }
.moon-glow { position: absolute; width: 470px; height: 470px; border-radius: 50%; background: rgba(255,246,228,.9); box-shadow: 0 0 0 45px rgba(231,220,242,.45), 0 0 0 92px rgba(245,212,189,.24); }
.hero-card { width: min(390px, 90%); aspect-ratio: 4/5; padding: 30px; border-radius: 190px 190px 34px 34px; background: var(--navy); color: var(--cream); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: var(--shadow); transform: rotate(2deg); position: relative; }
.hero-card img { width: 76%; filter: drop-shadow(0 15px 28px rgba(0,0,0,.18)); }
.hero-card p { margin: 6px 0 0; font: 600 clamp(26px, 3vw, 40px)/1.05 "Fraunces", serif; text-align: center; }
.spark { position: absolute; color: var(--cream); font-size: 32px; }
.spark-one { top: 18%; right: 14%; }
.spark-two { top: 33%; left: 12%; }
.mini-note { position: absolute; right: 0; bottom: 4%; transform: rotate(-4deg); padding: 15px 20px; background: white; border-radius: 14px; box-shadow: 0 12px 30px rgba(32,37,62,.13); font: 700 13px/1 "DM Sans", sans-serif; }
.mini-note span { color: var(--mauve-dark); }

.intro-strip { padding: 28px 24px; background: var(--mauve); color: white; text-align: center; }
.intro-strip p { margin: 0; font: 600 clamp(18px, 2.2vw, 28px)/1.35 "Fraunces", serif; }
.section { padding: 110px clamp(24px, 7vw, 110px); }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 48px; }
.section-heading > p { max-width: 500px; color: var(--muted); }
h2 { margin: 0; font-size: clamp(40px, 5vw, 68px); letter-spacing: -.045em; }
h3 { font-size: 27px; margin: 0 0 12px; }

.packages { background: #fffaf2; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.package-card { min-height: 570px; padding: 38px; border-radius: 28px; background: var(--cream); display: flex; flex-direction: column; border: 1px solid rgba(20,38,74,.06); position: relative; }
.package-card.lilac { background: var(--lilac); }
.package-card.peach { background: var(--peach); }
.package-card.featured { background: var(--navy); color: white; transform: translateY(-14px); box-shadow: var(--shadow); }
.package-card.featured h3, .package-card.featured .package-number { color: var(--cream); }
.package-card.featured .package-label, .package-card.featured p { color: #e2e6ef; }
.package-number { font: 700 42px/1 "Fraunces", serif; color: var(--mauve-dark); opacity: .7; }
.package-label { margin: 30px 0 7px; color: var(--mauve-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.package-card > p:not(.package-label):not(.price) { color: var(--muted); }
.package-card ul { margin: 18px 0 30px; padding: 0; list-style: none; }
.package-card li { border-top: 1px solid rgba(20,38,74,.12); padding: 10px 0; font-size: 14px; }
.featured li { border-color: rgba(255,255,255,.15); }
.package-card li::before { content: "✓"; margin-right: 9px; font-weight: 800; }
.price { margin-top: auto; font-weight: 800; }
.package-card a { font-weight: 700; font-size: 14px; }
.popular { position: absolute; top: 25px; right: 25px; padding: 7px 11px; border-radius: 99px; color: var(--navy); background: var(--cream); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--white); }
.process-copy > p:last-child { color: var(--muted); max-width: 510px; font-size: 18px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 62px 1fr; gap: 25px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.steps li > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--mauve-dark); font: 700 20px/1 "Fraunces", serif; }
.steps h3 { font-size: 23px; }
.steps p { margin: 0; color: var(--muted); }

.details { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; background: var(--navy); color: white; }
.details h2, .details h3 { color: var(--cream); }
.details-card > p:last-child { color: #c8cfdf; font-size: 18px; }
.detail-list article { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.detail-list article > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); color: var(--peach); font-size: 22px; }
.detail-list p { margin: 0; color: #c8cfdf; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: #fffaf2; }
.accordion details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.accordion summary { cursor: pointer; list-style: none; font-weight: 700; color: var(--navy); padding-right: 35px; position: relative; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; font-size: 24px; top: -7px; color: var(--mauve-dark); }
.accordion details[open] summary::after { content: "−"; }
.accordion p { color: var(--muted); margin: 14px 40px 0 0; }

.enquiry { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--lilac); }
.enquiry-copy > p { color: var(--muted); font-size: 18px; }
.contact-placeholder { margin-top: 38px; padding: 20px 22px; border-left: 3px solid var(--mauve-dark); background: rgba(255,255,255,.45); }
.contact-placeholder span, .contact-placeholder strong { display: block; }
.contact-placeholder span { color: var(--mauve-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.contact-placeholder strong { color: var(--navy); margin-top: 4px; }
form { padding: 40px; background: var(--white); border-radius: 28px; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: block; margin-bottom: 18px; color: var(--navy); font-size: 13px; font-weight: 700; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 11px; background: white; color: var(--ink); font: 400 15px/1.4 "DM Sans", sans-serif; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--mauve); box-shadow: 0 0 0 3px rgba(185,125,140,.15); }
textarea { resize: vertical; }
.form-note, .form-status { color: var(--muted); font-size: 12px; }
.form-status { color: var(--mauve-dark); font-weight: 700; min-height: 20px; }

footer { padding: 55px clamp(24px, 7vw, 110px); text-align: center; background: #0d1c38; color: #c8cfdf; }
.footer-brand { color: var(--cream); justify-content: center; }
.footer-brand img { width: 62px; height: 62px; }
footer > p { margin: 12px 0 0; }
.legal { font-size: 12px; opacity: .7; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-art { min-height: 500px; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { min-height: auto; }
  .package-card.featured { transform: none; }
  .process, .details, .faq, .enquiry { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 720px) {
  .site-header { height: 74px; }
  .brand { font-size: 18px; }
  .brand img { width: 42px; height: 42px; }
  .menu-button { display: block; border: 1px solid var(--line); background: white; color: var(--navy); border-radius: 99px; padding: 8px 13px; font-weight: 700; }
  nav { display: none; position: absolute; left: 18px; right: 18px; top: 68px; padding: 22px; background: white; border-radius: 18px; box-shadow: var(--shadow); align-items: stretch; flex-direction: column; gap: 18px; }
  nav.open { display: flex; }
  .hero { min-height: auto; padding-top: 45px; }
  h1 { font-size: clamp(49px, 16vw, 70px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 420px; }
  .moon-glow { width: 310px; height: 310px; }
  .hero-card { width: 290px; }
  .mini-note { right: 3%; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  form { padding: 26px 20px; }
}
