:root{
  --plum:#4A2C4A;
  --plum-deep:#3A2038;
  --mauve:#8A6A85;
  --rose:#B5485E;
  --bg:#F6F2EE;
  --surface:#FFFFFF;
  --ink:#2B2130;
  --muted:#6A5E68;
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:"Mulish",system-ui,sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
html,body{max-width:100%;overflow-x:hidden}
body{
  margin:0;font-family:var(--sans);color:var(--ink);background:var(--bg);
  line-height:1.6;font-weight:400;overflow-wrap:break-word;
}
img,svg,iframe{max-width:100%;height:auto;display:block}
h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.08;margin:0}
a{color:inherit}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}
.wrap{max-width:1200px;margin:0 auto;padding:0 24px}
.center{text-align:center}

.eyebrow{
  display:inline-block;font-family:var(--sans);font-weight:600;
  letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;
  color:var(--mauve);margin-bottom:.6rem;
}

/* Buttons */
.btn{
  display:inline-block;font-family:var(--sans);font-weight:600;
  font-size:.92rem;letter-spacing:.02em;text-decoration:none;cursor:pointer;
  border:0;border-radius:2px;padding:.85em 1.6em;transition:transform .25s,box-shadow .25s,background .25s;
}
.btn--rose{background:var(--rose);color:#fff}
.btn--rose:hover{background:#9d3c50;transform:translateY(-2px);box-shadow:0 10px 24px rgba(181,72,94,.32)}
.btn--lg{padding:1.05em 2.1em;font-size:1rem}
.btn--outline-plum{background:transparent;color:var(--plum);border:1.5px solid var(--plum);padding:.9em 1.8em}
.btn--outline-plum:hover{background:var(--plum);color:#fff;transform:translateY(-2px)}
.btn--talk{background:var(--plum);color:#fff}
.btn--talk:hover{background:var(--plum-deep);transform:translateY(-2px)}

.link-arrow{
  font-family:var(--sans);font-weight:600;color:var(--rose);text-decoration:none;
  letter-spacing:.02em;border-bottom:1px solid transparent;padding-bottom:2px;transition:border-color .2s;
}
.link-arrow:hover{border-color:var(--rose)}

/* Promo */
.promo{
  background:var(--plum-deep);color:#fff;display:flex;align-items:center;
  justify-content:center;gap:1rem;padding:.55rem 44px;position:relative;text-align:center;
}
.promo p{margin:0;font-size:.85rem;letter-spacing:.01em}
.promo a{color:#f0d9df;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(240,217,223,.5)}
.promo__close{position:absolute;right:14px;top:50%;transform:translateY(-50%);
  background:none;border:0;color:#fff;font-size:1.3rem;cursor:pointer;line-height:1;opacity:.8}
.promo__close:hover{opacity:1}
.promo.hide{display:none}

/* Header */
.header{position:sticky;top:0;z-index:60;background:rgba(246,242,238,.94);
  backdrop-filter:blur(8px);transition:box-shadow .3s,background .3s}
.header.scrolled{box-shadow:0 4px 20px rgba(74,44,74,.10);background:rgba(246,242,238,.98)}
.header__inner{max-width:1280px;margin:0 auto;padding:.7rem 24px;display:flex;align-items:center;gap:1.5rem}
.header__logo img{width:260px;max-width:52vw}
.nav{margin-left:auto}
.nav__list{list-style:none;display:flex;gap:1.6rem;margin:0;padding:0;align-items:center}
.nav__list a,.nav__subtoggle{
  font-family:var(--sans);font-size:.9rem;font-weight:500;color:var(--ink);
  text-decoration:none;background:none;border:0;cursor:pointer;padding:.4rem 0;letter-spacing:.02em;
}
.nav__list a:hover,.nav__subtoggle:hover{color:var(--rose)}
.nav__has-sub{position:relative}
.nav__subtoggle{display:flex;align-items:center;gap:.3rem}
.caret{font-size:.65em}
.nav__sub{
  position:absolute;top:100%;left:-16px;background:#fff;list-style:none;margin:0;
  padding:.5rem 0;min-width:230px;border-radius:4px;box-shadow:0 14px 34px rgba(74,44,74,.18);
  opacity:0;visibility:hidden;transform:translateY(6px);transition:.22s;
}
.nav__has-sub:hover .nav__sub,.nav__sub.open{opacity:1;visibility:visible;transform:translateY(0)}
.nav__sub li a{display:block;padding:.55rem 1.3rem;font-size:.88rem}
.nav__sub li a:hover{background:var(--bg)}
.header .btn--talk{flex:0 0 auto}

.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px}
.hamburger span{width:24px;height:2px;background:var(--plum);display:block;transition:.3s}

/* Mobile menu */
.mobile-overlay{position:fixed;inset:0;background:rgba(58,32,56,.5);opacity:0;visibility:hidden;
  transition:.3s;z-index:70}
.mobile-overlay.open{opacity:1;visibility:visible}
.mobile-menu{position:fixed;top:0;right:0;height:100%;width:300px;max-width:86vw;
  background:var(--plum);color:#fff;z-index:80;padding:4.5rem 1.8rem 2rem;
  transform:translateX(100%);transition:transform .34s ease;overflow-y:auto}
.mobile-menu.open{transform:translateX(0)}
.mobile-menu__close{position:absolute;top:1rem;right:1.2rem;background:none;border:0;color:#fff;font-size:2rem;cursor:pointer;line-height:1}
.mobile-menu ul{list-style:none;margin:0;padding:0}
.mobile-menu>nav>ul>li{border-bottom:1px solid rgba(255,255,255,.14)}
.mobile-menu a,.m-sub__toggle{display:block;width:100%;text-align:left;color:#fff;text-decoration:none;
  font-family:var(--sans);font-size:1.05rem;padding:.95rem 0;background:none;border:0;cursor:pointer}
.m-sub__toggle{display:flex;justify-content:space-between;align-items:center}
.m-sub__list{max-height:0;overflow:hidden;transition:max-height .3s}
.m-sub__list.open{max-height:400px}
.m-sub__list a{padding:.6rem 0 .6rem 1rem;font-size:.95rem;color:#e6d6e2}
.mobile-menu__cta{margin-top:1.6rem;text-align:center}

/* Hero */
.hero{position:relative;min-height:88vh;display:flex;align-items:flex-end;overflow:hidden}
.hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 52%}
.hero__scrim{position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(28,36,21,.28) 0%,rgba(58,32,56,.30) 45%,rgba(58,32,56,.82) 100%)}
.hero__content{position:relative;z-index:2;color:#fff;padding:0 24px 5rem;max-width:820px;margin:0 auto;width:100%;text-align:center}
.hero__eyebrow{font-family:var(--sans);font-weight:600;letter-spacing:.15em;font-size:.72rem;color:#e8d3df;margin:0 0 .5rem}
.hero__sub{font-size:.95rem;color:#f2e7ed;margin:0 0 1.4rem;font-weight:300}
.hero__title{font-size:clamp(2.6rem,6.5vw,4.6rem);letter-spacing:.5px;text-shadow:0 2px 30px rgba(0,0,0,.35)}
.hero__support{margin:1.2rem 0 .3rem;font-weight:600;font-size:1rem;display:flex;flex-direction:column;gap:.15rem}
.hero__support .dotsep{font-weight:400;font-style:italic;font-family:var(--serif);font-size:1.15rem;color:#efd9e2}
.hero__since{max-width:600px;margin:1rem auto 1.8rem;font-weight:300;color:#f3ebef;font-size:1.02rem}
.hero__credit{position:absolute;left:20px;bottom:12px;z-index:2;color:rgba(255,255,255,.7);font-size:.72rem;font-style:italic}

/* Trust */
.trust{background:var(--plum-deep);color:#efe2ec;display:flex;flex-wrap:wrap;justify-content:center;
  align-items:center;gap:1rem;padding:1rem 24px;font-family:var(--sans);font-size:.8rem;
  letter-spacing:.14em;text-transform:uppercase;font-weight:600}
.trust i{width:5px;height:5px;background:var(--mauve);border-radius:50%;display:inline-block}

/* Feels */
.feels{padding:6rem 0;background:var(--bg)}
.feels__grid{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;
  grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center}
.feels__grid>*{min-width:0}
.feels h2{font-size:clamp(2rem,4.4vw,3.2rem);color:var(--plum);margin-bottom:1.5rem;max-width:12ch}
.feels__list{list-style:none;margin:0 0 1.4rem;padding:0}
.feels__list li{font-family:var(--serif);font-size:1.35rem;font-style:italic;color:var(--muted);padding:.35rem 0;border-left:2px solid var(--mauve);padding-left:1rem;margin-bottom:.3rem}
.feels__punch{font-family:var(--serif);font-size:1.7rem;color:var(--rose);margin:1.2rem 0}
.feels__body{color:var(--muted);max-width:46ch}
.feels__fig{margin:0;border-radius:6px;overflow:hidden;box-shadow:0 24px 50px rgba(74,44,74,.22)}
.feels__fig img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3.4}

/* Featured testimonial */
.feat{background:var(--plum);color:#fff}
.feat__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:.85fr 1.15fr;align-items:stretch}
.feat__grid>*{min-width:0}
.feat__fig{margin:0;overflow:hidden}
.feat__fig img{width:100%;height:100%;min-height:360px;object-fit:cover;object-position:52% 58%}
.feat__quote{margin:0;padding:4.5rem 5rem;display:flex;flex-direction:column;justify-content:center}
.feat__quote p{font-family:var(--serif);font-size:clamp(1.5rem,2.8vw,2.2rem);line-height:1.4;font-style:italic;margin:0 0 1.4rem}
.feat__quote cite{font-family:var(--sans);font-style:normal;font-weight:600;color:#e8d3df;letter-spacing:.03em}

/* Packages */
.packages{padding:6rem 0;background:var(--bg)}
.section-head{text-align:center;margin-bottom:3rem}
.section-head h2{font-size:clamp(2.2rem,5vw,3.6rem);color:var(--plum)}
.pkg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}
.pkg-grid>*{min-width:0}
.pkg{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 12px 30px rgba(74,44,74,.10);
  transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}
.pkg:hover{transform:translateY(-8px);box-shadow:0 26px 56px rgba(74,44,74,.20)}
.pkg__img{aspect-ratio:4/5;overflow:hidden}
.pkg__img img{width:100%;height:100%;object-fit:cover;object-position:52% 48%;transition:transform .5s}
.pkg:hover .pkg__img img{transform:scale(1.05)}
.pkg__body{padding:1.8rem 1.6rem 2rem;flex:1;display:flex;flex-direction:column}
.pkg__body h3{font-size:1.7rem;color:var(--plum);margin-bottom:.7rem}
.pkg__body p{color:var(--muted);font-size:.95rem;margin:0 0 .9rem}
.pkg__fit{font-weight:600;color:var(--ink);font-size:.9rem !important;margin-top:auto !important}

/* Offer intro */
.offer-intro{padding:5rem 0;background:var(--plum);color:#fff}
.offer-intro .eyebrow{color:#d9bcd0}
.offer-intro__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:1.5rem}
.offer-intro__grid>*{min-width:0}
.offer-intro__grid h3{font-size:1.55rem;margin-bottom:.8rem;font-style:italic}
.offer-intro__grid p{color:#e6d8e2;font-weight:300}

/* Bands */
.bands{padding:6rem 0;background:var(--bg)}
.band{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:5.5rem}
.band:last-child{margin-bottom:0}
.band>*{min-width:0}
.band--rev .band__fig{order:2}
.band__fig{margin:0;border-radius:6px;overflow:hidden;box-shadow:0 20px 44px rgba(74,44,74,.16);position:relative}
.band__fig img{width:100%;object-fit:cover;aspect-ratio:5/3.4}
.band__fig figcaption{position:absolute;bottom:0;left:0;right:0;padding:.4rem .8rem;
  font-size:.72rem;font-style:italic;color:#fff;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent)}
.band__text h3{font-size:clamp(1.8rem,3.5vw,2.6rem);color:var(--plum);margin-bottom:1rem}
.band__text p{color:var(--muted);margin:0 0 1rem;max-width:44ch}

/* Why */
.why{background:var(--plum);color:#fff}
.why__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:0;align-items:stretch}
.why__grid>*{min-width:0}
.why__fig{margin:0;position:relative;overflow:hidden;min-height:460px}
.why__fig img{width:100%;height:100%;object-fit:cover;object-position:50% 35%}
.why__fig figcaption{position:absolute;bottom:8px;left:12px;font-size:.72rem;font-style:italic;color:rgba(255,255,255,.7)}
.why__text{padding:5rem 5rem 5rem 4rem}
.why__text h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.8rem}
.why__item{margin-bottom:1.5rem}
.why__item h3{font-family:var(--sans);font-weight:700;font-size:1rem;letter-spacing:.02em;margin-bottom:.3rem}
.why__item p{color:#e2d3de;font-weight:300;margin:0;font-size:.98rem}
.why__text .btn{margin-top:1rem}

/* Raves */
.raves{padding:6rem 0;background:var(--bg)}
.raves__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2.5rem}
.raves__grid>*{min-width:0}
.rave{margin:0;background:#fff;border-radius:8px;padding:2.4rem;box-shadow:0 10px 26px rgba(74,44,74,.08);
  border-top:3px solid var(--mauve)}
.rave p{font-family:var(--serif);font-size:1.3rem;font-style:italic;color:var(--ink);line-height:1.45;margin:0 0 1.2rem}
.rave cite{font-family:var(--sans);font-style:normal;font-weight:600;color:var(--mauve);font-size:.85rem;letter-spacing:.03em}

/* Final CTA */
.final{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
.final__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:42% 55%}
.final__scrim{position:absolute;inset:0;background:rgba(58,32,56,.7)}
.final__content{position:relative;z-index:2;text-align:center;color:#fff;padding:2rem 24px}
.final__content h2{font-size:clamp(2.4rem,6vw,4rem);margin-bottom:1.8rem;font-style:italic}
.final__credit{position:absolute;left:20px;bottom:12px;z-index:2;color:rgba(255,255,255,.6);font-size:.72rem;font-style:italic}

/* Footer */
.footer{background:var(--plum-deep);color:#fff;padding:5rem 0 2rem}
.footer__grid{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;
  grid-template-columns:1.4fr .8fr;gap:4rem;align-items:start}
.footer__grid>*{min-width:0}
.news__head{font-family:var(--sans);font-weight:300;font-size:1rem;line-height:1.6;color:#e6d8e2;margin:0 0 1.6rem;max-width:52ch}
.news__head strong{font-family:var(--serif);font-weight:600;font-size:1.6rem;display:block;margin-bottom:.4rem;color:#fff}
.news__form{max-width:520px}
.news__row{display:flex;gap:1rem;margin-bottom:1rem}
.news__row>*{flex:1;min-width:0}
.news__form input{width:100%;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.06);color:#fff;border-radius:3px;font-family:var(--sans);font-size:.95rem;margin-bottom:1rem}
.news__row input{margin-bottom:0}
.news__form input::placeholder{color:rgba(255,255,255,.55)}
.news__form input:focus{outline:2px solid var(--rose);outline-offset:1px}
.news__success{color:#f4d9df;font-family:var(--serif);font-style:italic;font-size:1.1rem;margin-top:1rem}
.ident{text-align:center}
.ident__logo{width:120px;margin:0 auto 1rem;opacity:.9}
.ident__name{font-family:var(--serif);font-size:1.4rem;font-weight:600;margin:0 0 .5rem}
.ident__tag{font-style:italic;font-family:var(--serif);color:#d8c6d3;font-size:1.05rem;margin:0 auto 1.2rem;max-width:30ch}
.ident__contact{font-size:.9rem;color:#e6d8e2;margin:0 0 1.4rem}
.ident__contact a{color:#f0dbe4;text-decoration:none;border-bottom:1px solid rgba(240,219,228,.4)}
.ident__social{display:flex;justify-content:center;gap:1rem}
.ident__social a{width:38px;height:38px;border:1px solid rgba(255,255,255,.3);border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;
  text-decoration:none;letter-spacing:.02em;transition:.25s}
.ident__social a:hover{background:var(--rose);border-color:var(--rose)}
.footer__legal{text-align:center;margin:3rem 0 0;font-size:.78rem;color:rgba(255,255,255,.4);letter-spacing:.03em}

/* Sticky mobile CTA */
.sticky-cta{display:none;position:fixed;bottom:16px;left:50%;transform:translateX(-50%) translateY(24px);
  z-index:55;background:var(--rose);color:#fff;text-decoration:none;font-family:var(--sans);
  font-weight:700;padding:.8rem 2rem;border-radius:40px;box-shadow:0 8px 24px rgba(181,72,94,.4);letter-spacing:.02em;
  opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease}
.sticky-cta.show{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto}

/* Reveal */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}

/* Focus */
a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--rose);outline-offset:2px}

/* Responsive */
@media(max-width:1000px){
  .nav,.header .btn--talk{display:none}
  .hamburger{display:flex;margin-left:auto}
  .feat__grid,.why__grid{grid-template-columns:1fr}
  .why__fig{min-height:380px}
  .why__text{padding:3rem 2rem}
  .feat__quote{padding:3rem 2rem}
}
@media(max-width:820px){
  .feels__grid,.band,.band--rev,.pkg-grid,.offer-intro__grid,.raves__grid,.footer__grid{grid-template-columns:1fr;gap:2.5rem}
  .band--rev .band__fig{order:0}
  .band{margin-bottom:3.5rem}
  .feels{padding:4rem 0}
  .packages,.bands,.raves,.offer-intro{padding:4rem 0}
  .hero{min-height:82vh}
  .sticky-cta{display:block}
}
@media(max-width:560px){
  .wrap,.header__inner{padding-left:18px;padding-right:18px}
  .feels__grid,.footer__grid{padding:0 18px}
  .why__text{padding:2.4rem 1.4rem}
  .feat__quote,.rave{padding:2rem 1.4rem}
  .news__row{flex-direction:column;gap:0}
  .news__row input{margin-bottom:1rem}
  .hero__content{padding-bottom:3.5rem}
  .feels__list li{font-size:1.15rem}
}
@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  *{scroll-behavior:auto !important}
  .btn,.pkg,.pkg__img img{transition:none}
}