:root{
  --red:#D91E18;
  --red-deep:#AE1512;
  --yellow:#FFD43B;
  --cream:#FFF7E8;
  --ink:#171717;
  --white:#FFFFFF;
  --muted:#6D655C;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  background:var(--cream);
  color:var(--ink);
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.site-header{
  position:sticky;top:0;z-index:50;
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;
  padding:10px clamp(18px,4vw,56px);
  background:rgba(10,10,10,.96);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.12);
}
.brand img{width:88px;height:72px;object-fit:contain}
.desktop-nav{display:flex;justify-content:center;gap:22px;font-weight:800;font-size:.92rem;text-transform:uppercase;letter-spacing:.04em;color:white}
.desktop-nav a:hover{text-decoration:underline;text-underline-offset:5px}
.nav-cta,.button{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:999px;padding:14px 22px;
  font-weight:900;text-transform:uppercase;letter-spacing:.03em;
  transition:.2s ease;
}
.nav-cta{background:var(--yellow);color:var(--ink);font-size:.86rem}
.nav-cta:hover,.button:hover{transform:translateY(-2px)}
.hero{
  min-height:calc(100svh - 86px);
  display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center;
  padding:clamp(38px,7vw,96px) clamp(18px,6vw,86px);
  background:var(--red);
  color:var(--yellow);
  overflow:hidden;
}
.eyebrow{
  margin:0 0 16px;
  text-transform:uppercase;font-weight:900;letter-spacing:.12em;font-size:.78rem
}
.hero h1,.section h2{
  font-family:'Archivo Black',Impact,sans-serif;
  text-transform:uppercase;
  line-height:.9;
  letter-spacing:-.045em;
  margin:0;
}
.hero h1{font-size:clamp(3.8rem,8vw,8.4rem);max-width:920px}
.hero-sub{font-weight:900;font-size:clamp(1.25rem,2.2vw,2rem);margin:28px 0 10px;color:var(--cream)}
.hero-body{max-width:620px;font-size:1.05rem;line-height:1.6;color:var(--cream);margin:0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.button-primary{background:var(--yellow);color:var(--ink)}
.button-ghost{border:2px solid var(--yellow);color:var(--yellow)}
.button-dark{background:var(--ink);color:var(--white)}
.button-large{padding:18px 28px;font-size:1rem}
.micro{font-size:.82rem;color:#ffdca8;margin-top:14px}
.hero-visual{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center}
.sunburst{
  position:absolute;width:620px;height:620px;border-radius:50%;
  background:repeating-conic-gradient(from 0deg,rgba(255,212,59,.14) 0 10deg,transparent 10deg 20deg)
}
.hero-frame{
  position:relative;z-index:2;width:min(88%,430px);aspect-ratio:3/4;
  border-radius:42% 42% 10% 10% / 18% 18% 8% 8%;
  overflow:hidden;border:10px solid var(--yellow);
  box-shadow:18px 18px 0 var(--ink);
}
.hero-frame img{width:100%;height:100%;object-fit:cover;object-position:center}
.sticker{
  position:absolute;z-index:3;right:0;bottom:12%;
  width:120px;height:120px;border-radius:50%;
  display:grid;place-items:center;text-align:center;
  background:var(--ink);color:var(--yellow);
  font-family:'Archivo Black',sans-serif;line-height:.9;transform:rotate(8deg)
}
.marquee{overflow:hidden;background:var(--yellow);border-block:3px solid var(--ink)}
.marquee-track{display:flex;width:max-content;animation:scroll 26s linear infinite}
.marquee span{font-family:'Archivo Black',sans-serif;font-size:1.4rem;padding:14px 18px;white-space:nowrap}
@keyframes scroll{to{transform:translateX(-50%)}}
.section{padding:clamp(72px,10vw,140px) clamp(18px,6vw,86px)}
.section-heading{max-width:900px;margin-bottom:48px}
.section-heading h2,.package h2,.story h2,.final-cta h2{font-size:clamp(3rem,6vw,6.5rem)}
.section-heading p:not(.eyebrow){font-size:1.08rem;line-height:1.7;max-width:720px}
.compact{margin-bottom:34px}
.experience{background:var(--cream)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.card{
  min-height:360px;padding:28px;border:3px solid var(--ink);border-radius:28px;
  display:flex;flex-direction:column;justify-content:flex-end;
  box-shadow:10px 10px 0 var(--ink)
}
.card-wedding{background:#FFC3B8}
.card-corporate{background:#C8E6FF}
.card-private{background:#D7F6C5}
.card-number{font-family:'Archivo Black';font-size:1rem;margin-bottom:auto}
.card h3{font-family:'Archivo Black';font-size:2.1rem;text-transform:uppercase;margin:0 0 12px}
.card p{margin:0;line-height:1.6}
.package{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(30px,6vw,90px);align-items:center;
  background:var(--yellow)
}
.package-photo img{width:100%;aspect-ratio:4/5;object-fit:cover;border:8px solid var(--ink);border-radius:34px;box-shadow:16px 16px 0 var(--red)}
.price-lockup{display:flex;align-items:end;gap:14px;margin:28px 0}
.price{font-family:'Archivo Black';font-size:clamp(3rem,5vw,5.3rem);line-height:.9}
.price-note{font-weight:800;padding-bottom:8px}
.package-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.package-grid ul{list-style:none;margin:0;padding:0}
.package-grid li{padding:10px 0;border-bottom:2px solid rgba(23,23,23,.2);font-weight:700}
.package-note{line-height:1.6;margin:24px 0}
.menu{background:var(--ink);color:var(--cream)}
.menu .eyebrow{color:var(--yellow)}
.menu-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #444}
.menu-item{display:flex;align-items:center;gap:18px;padding:24px 6px;border-bottom:1px solid #444;font-size:clamp(1.4rem,3vw,3rem)}
.menu-item span{font-size:.8rem;color:var(--yellow);font-weight:900}
.menu-item strong{font-family:'Archivo Black';text-transform:uppercase}
.story{
  position:relative;display:grid;grid-template-columns:.4fr 1fr;gap:46px;
  background:var(--red);color:var(--cream)
}
.story .eyebrow{color:var(--yellow)}
.story-tag{
  align-self:start;justify-self:center;width:210px;height:210px;border-radius:50%;
  display:grid;place-items:center;text-align:center;background:var(--yellow);color:var(--ink);
  font-family:'Archivo Black';font-size:3.4rem;line-height:.8;transform:rotate(-8deg);border:6px solid var(--ink)
}
.story-copy p{font-size:1.08rem;line-height:1.7;max-width:780px}
.story-punch{font-size:1.35rem!important;color:var(--yellow)}
.reviews{background:var(--cream)}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
blockquote{
  margin:0;padding:28px;background:white;border:2px solid var(--ink);border-radius:22px;
  box-shadow:8px 8px 0 var(--ink)
}
.stars{color:var(--red);letter-spacing:.1em;font-size:1.2rem}
blockquote p{font-size:1.05rem;line-height:1.6}
blockquote cite{font-style:normal;font-weight:800}
.review-note{font-size:.8rem;color:var(--muted);margin-top:20px}
.final-cta{
  text-align:center;background:var(--yellow);border-top:4px solid var(--ink)
}
.final-cta .button{margin-top:30px}
footer{
  padding:32px clamp(18px,6vw,86px);background:var(--ink);color:white;
  display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center
}
.footer-brand{display:flex;align-items:center;gap:14px}
.footer-brand img{width:52px;height:52px}
.footer-brand span{display:block;color:#c9c9c9;font-size:.85rem;margin-top:3px}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;font-weight:800;font-size:.86rem;text-transform:uppercase}
footer>p{grid-column:1/-1;color:#999;font-size:.78rem;margin:0}
@media(max-width:900px){
  .desktop-nav{display:none}
  .hero{grid-template-columns:1fr;padding-top:54px}
  .hero-visual{min-height:520px}
  .cards,.review-grid{grid-template-columns:1fr}
  .package{grid-template-columns:1fr}
  .story{grid-template-columns:1fr}
  .story-tag{justify-self:start;width:150px;height:150px;font-size:2.4rem}
}
@media(max-width:640px){
  .site-header{grid-template-columns:auto 1fr;padding:10px 16px}
  .nav-cta{justify-self:end;padding:12px 15px;font-size:.72rem}
  .brand img{width:74px;height:60px}
  .hero{padding:40px 18px 64px}
  .hero h1{font-size:clamp(3.1rem,15vw,5.2rem)}
  .hero-visual{min-height:480px}
  .hero-frame{width:78%;border-width:7px;box-shadow:11px 11px 0 var(--ink)}
  .sticker{width:94px;height:94px;font-size:.8rem}
  .section{padding:72px 18px}
  .section-heading h2,.package h2,.story h2,.final-cta h2{font-size:clamp(2.8rem,13vw,4.7rem)}
  .package-grid{grid-template-columns:1fr}
  .menu-grid{grid-template-columns:1fr}
  footer{grid-template-columns:1fr}
  .footer-links{gap:12px}
}


/* v2 refinements */
.cards{gap:8px}
.card{border-radius:22px;box-shadow:6px 6px 0 var(--ink);min-height:320px}
.review-grid{gap:8px}
blockquote{border-radius:18px;box-shadow:5px 5px 0 var(--ink)}
.hero-actions{gap:8px}
.menu-grid{gap:0}
.package-grid{gap:10px}

/* Event cards v3 */
.event-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.event-card{
  min-height:360px;
  padding:28px;
  border:2px solid var(--ink);
  border-radius:18px;
  box-shadow:none;
  background:var(--ink);
  color:var(--cream);
  justify-content:flex-start;
}
.event-card-light{background:var(--cream);color:var(--ink)}
.event-card-red{background:var(--red);color:var(--cream)}
.event-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  width:100%;
  padding-bottom:18px;
  border-bottom:1px solid currentColor;
  opacity:.92;
}
.event-kicker{
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:.78rem;
}
.event-card h3{
  margin-top:auto;
  font-size:clamp(2rem,3vw,3.2rem);
  line-height:.95;
}
.event-card p{max-width:32rem}
@media(max-width:900px){
  .event-cards{grid-template-columns:1fr}
  .event-card{min-height:300px}
}

/* v4 mobile overflow fix */
html,body{width:100%;max-width:100%;overflow-x:hidden}
.hero-copy,.hero-visual,.section>*{min-width:0}
.hero h1{overflow-wrap:anywhere}
@media(max-width:640px){
  .hero{width:100%;max-width:100%;grid-template-columns:minmax(0,1fr);gap:28px}
  .hero-copy{width:100%;max-width:100%}
  .hero h1{font-size:clamp(2.85rem,12.4vw,4rem);line-height:.92;letter-spacing:-.05em;max-width:100%}
  .hero-sub,.hero-body{max-width:100%;overflow-wrap:break-word}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:8px}
  .hero-actions .button{width:100%;padding:15px 10px;font-size:.82rem;white-space:nowrap}
  .hero-visual{width:100%;max-width:100%;min-height:430px}
  .sunburst{width:520px;height:520px;max-width:140vw;max-height:140vw}
  .hero-frame{width:min(82%,340px)}
}
@media(max-width:380px){
  .hero h1{font-size:2.75rem}
  .hero-actions{grid-template-columns:1fr}
}

/* v5 mobile polish */
.no-break{white-space:nowrap}
.section-heading h2,.package h2,.story h2,.final-cta h2{
  overflow-wrap:normal;
  word-break:normal;
  text-wrap:balance;
}
.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.proof-card{
  min-height:300px;
  padding:28px;
  border:2px solid var(--ink);
  border-radius:18px;
  background:var(--white);
  display:flex;
  flex-direction:column;
}
.proof-card>span{font-family:'Archivo Black';font-size:.9rem;color:var(--red)}
.proof-card h3{font-family:'Archivo Black';font-size:clamp(1.9rem,3vw,3rem);line-height:.95;text-transform:uppercase;margin:auto 0 14px}
.proof-card p{margin:0;line-height:1.6}
.proof-card-yellow{background:var(--yellow)}
.proof-card-red{background:var(--red);color:var(--cream)}
.proof-card-red>span{color:var(--yellow)}
@media(max-width:900px){.proof-grid{grid-template-columns:1fr}.proof-card{min-height:250px}}

@media(max-width:640px){
  .hero{padding:34px 18px 54px}
  .hero h1{
    font-size:10.4vw;
    line-height:.94;
    letter-spacing:-.045em;
    overflow-wrap:normal;
    word-break:normal;
  }
  .hero-sub{font-size:1.18rem;line-height:1.35;margin-top:24px}
  .hero-body{font-size:1rem;line-height:1.55}
  .hero-visual{min-height:405px}
  .section{padding:60px 18px}
  .section-heading{margin-bottom:34px}
  .section-heading h2,.package h2,.story h2,.final-cta h2{
    font-size:10.6vw;
    line-height:.94;
    letter-spacing:-.045em;
  }
  .experience .section-heading h2{font-size:10.2vw}
  .story h2{font-size:9.8vw}
  .final-cta h2{font-size:10.2vw}
  .section-heading p:not(.eyebrow),.story-copy p{font-size:1rem;line-height:1.58}
  .event-card{min-height:270px;padding:24px}
  .event-card h3{font-size:2.35rem}
  .package{gap:34px}
  .price-lockup{align-items:center;gap:12px;flex-wrap:wrap;margin:22px 0}
  .price{font-size:3.55rem}
  .price-note{font-size:.95rem;padding-bottom:0;max-width:150px}
  .package-grid li{padding:12px 0}
  .menu-item{font-size:1.55rem;padding:22px 6px}
  .story-tag{width:120px;height:120px;font-size:2rem;margin-bottom:-8px}
  .story{gap:26px}
  .story-punch{font-size:1.15rem!important}
  .proof-card{min-height:230px;padding:24px}
  .proof-card h3{font-size:2.25rem}
  .final-cta{padding-top:72px;padding-bottom:76px}
}
@media(max-width:380px){
  .hero h1{font-size:10.1vw}
  .section-heading h2,.package h2,.story h2,.final-cta h2{font-size:10.1vw}
}
