:root {
  --ink: #2b1230;
  --plum: #4b1554;
  --plum-2: #6d2379;
  --berry: #a62b73;
  --rose: #d16aa6;
  --lavender: #ead8ee;
  --paper: #fff8fc;
  --gold: #d6b06a;
  --white: #fff;
  --shadow: 0 24px 70px rgba(58, 14, 64, .20);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Montserrat", system-ui, sans-serif;
  background:
    radial-gradient(circle at 20% 0%, rgba(233, 189, 235, .35), transparent 30%),
    linear-gradient(180deg, #fff9fd 0%, #f8edf8 46%, #fffafd 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .23;
  background-image: radial-gradient(rgba(96, 36, 107, .18) .7px, transparent .7px);
  background-size: 18px 18px;
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 88px 0; }

.hero {
  min-height: 760px;
  position: relative;
  isolation: isolate;
  color: var(--white);
  background:
    linear-gradient(rgba(37, 6, 43, .38), rgba(37, 6, 43, .58)),
    radial-gradient(circle at 66% 22%, #8e3a91 0, #57165f 34%, #300a39 72%, #24062b 100%);
  overflow: hidden;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero::before {
  opacity: .35;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.95) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(255,220,248,.75) 0 1.5px, transparent 2px);
  background-size: 48px 48px, 83px 83px;
  background-position: 0 0, 22px 17px;
}
.hero::after {
  background: linear-gradient(180deg, transparent 68%, rgba(255,244,251,.11));
}
.nav {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 48px; height: 48px; display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.45);
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(10px);
  font-size: 27px;
}
.brand strong { display: block; font-family: "Cormorant Garamond", serif; font-size: 24px; line-height: 1; }
.brand small { display: block; margin-top: 3px; opacity: .75; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.nav-links > a:not(.nav-cta) { opacity: .84; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: rgba(255,255,255,.1); }

.hero-grid {
  min-height: 640px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 3;
  padding: 44px 0 95px;
}
.eyebrow {
  display: inline-block;
  color: var(--berry);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero .eyebrow { color: #f4b9de; }
.hero h1,
.section-heading h2,
.gift-content h2,
.contact h2,
.contact-card h3 {
  font-family: "Cormorant Garamond", serif;
}
.hero h1 {
  max-width: 720px;
  font-size: clamp(58px, 6.4vw, 92px);
  line-height: .89;
  margin: 18px 0 24px;
  letter-spacing: -.035em;
}
.hero h1 span { color: #f0a9d5; font-style: italic; font-weight: 500; }
.hero-lead { max-width: 650px; font-size: 18px; line-height: 1.75; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #c1448b, #8b2d8d);
  box-shadow: 0 14px 38px rgba(214, 72, 157, .25);
}
.btn-ghost { border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); color: #fff; }
.quick-info { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 34px; }
.quick-info div { display: grid; grid-template-columns: 24px auto; column-gap: 7px; }
.quick-info span { grid-row: 1 / 3; color: #efafd7; font-size: 17px; }
.quick-info b { font-size: 13px; }
.quick-info small { color: rgba(255,255,255,.64); font-size: 11px; margin-top: 2px; }

.hero-art { position: relative; min-height: 560px; }
.poster-stack { position: absolute; inset: 4% 0 0 5%; }
.poster { position: absolute; width: min(365px, 62vw); aspect-ratio: 1055/1491; object-fit: cover; border-radius: 24px; box-shadow: 0 35px 80px rgba(14,0,18,.47); border: 1px solid rgba(255,255,255,.35); }
.poster-front { right: 5%; top: 0; transform: rotate(5deg); z-index: 2; }
.poster-back { left: 0; top: 13%; transform: rotate(-7deg) scale(.91); opacity: .77; filter: saturate(.85) brightness(.85); }
.sparkle { position: absolute; z-index: 4; color: #ffd9f1; text-shadow: 0 0 18px #fff; animation: twinkle 2.7s ease-in-out infinite; }
.s1 { top: 4%; left: 6%; font-size: 42px; }
.s2 { right: 0; top: 35%; font-size: 30px; animation-delay: .5s; }
.s3 { bottom: 9%; left: 20%; font-size: 22px; animation-delay: 1.2s; }
@keyframes twinkle { 50% { transform: scale(.6) rotate(25deg); opacity: .45; } }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(40px); opacity: .5; }
.hero-glow-1 { width: 420px; height: 420px; background: #d84ca5; right: 12%; top: 16%; }
.hero-glow-2 { width: 260px; height: 260px; background: #8e7eea; left: 4%; bottom: 4%; }
.hero-bottom { position: absolute; left: -5%; right: -5%; bottom: -62px; height: 115px; background: #fff9fd; border-radius: 50% 50% 0 0 / 60% 60% 0 0; z-index: 2; }

.section-heading { text-align: center; max-width: 820px; margin: 0 auto; }
.section-heading h2, .gift-content h2, .contact h2 { color: var(--plum); font-size: clamp(42px, 5vw, 66px); line-height: 1; margin: 12px 0 18px; letter-spacing: -.03em; }
.section-heading p { color: #6a556c; max-width: 720px; margin: 0 auto; line-height: 1.7; }

.offers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; padding-top: 6px; padding-bottom: 100px; }
.offer-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 42%) 1fr;
  min-height: 470px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(105, 40, 113, .12);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(80, 28, 89, .10);
  backdrop-filter: blur(12px);
  transition: transform .25s ease, box-shadow .25s ease;
}
.offer-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.offer-card.featured { box-shadow: 0 22px 68px rgba(153, 39, 119, .18); border-color: rgba(189, 82, 158, .3); }
.offer-image { position: relative; border: 0; padding: 0; cursor: zoom-in; overflow: hidden; background: #3b0f44; }
.offer-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.offer-image:hover img { transform: scale(1.035); }
.zoom { position: absolute; inset: auto 12px 12px 12px; padding: 10px 12px; color: #fff; border-radius: 12px; background: rgba(36, 8, 42, .68); font-size: 11px; opacity: 0; transform: translateY(6px); transition: .2s; backdrop-filter: blur(8px); }
.offer-image:hover .zoom { opacity: 1; transform: none; }
.offer-body { padding: 30px 28px; display: flex; flex-direction: column; align-items: flex-start; }
.badge { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: #f5e5f3; color: var(--berry); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.offer-body h3 { font-family: "Cormorant Garamond", serif; color: var(--plum); font-size: 34px; line-height: 1; margin: 17px 0 12px; }
.offer-body p { color: #736075; font-size: 13px; line-height: 1.65; margin: 0 0 18px; }
.price { width: 100%; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 10px 0; border-top: 1px solid #eaddea; }
.price b { color: var(--plum); font-family: "Cormorant Garamond", serif; font-size: 28px; }
.price span { color: #8a768d; font-size: 11px; text-align: right; }
.price-big b { font-size: 42px; color: var(--berry); }
.offer-body > a { margin-top: auto; padding-top: 18px; font-size: 12px; font-weight: 700; color: var(--berry); }
.new-ribbon { position: absolute; top: 18px; right: -33px; z-index: 3; width: 135px; transform: rotate(42deg); padding: 7px; text-align: center; background: linear-gradient(90deg, #b2398f, #dd79b9); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .12em; box-shadow: 0 8px 20px rgba(102, 14, 85, .2); }

.gift-strip {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 65px 0;
  background:
    radial-gradient(circle at 15% 30%, rgba(224,103,182,.35), transparent 28%),
    linear-gradient(120deg, #2d0b34, #64185f 55%, #8d2f7d);
}
.gift-strip::after { content: "✦  ✧  ✦  ❄  ✦  ✧  ✦"; position: absolute; right: 3%; top: 12%; color: rgba(255,255,255,.14); font-size: 58px; letter-spacing: 12px; transform: rotate(-8deg); }
.gift-content { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 28px; position: relative; z-index: 2; }
.gift-icon { width: 84px; height: 84px; display: grid; place-items: center; border-radius: 24px; background: rgba(255,255,255,.1); font-size: 40px; border: 1px solid rgba(255,255,255,.14); }
.gift-content .eyebrow { color: #f7b7dc; }
.gift-content h2 { color: #fff; font-size: 52px; margin: 4px 0 8px; }
.gift-content p { max-width: 680px; color: rgba(255,255,255,.72); margin: 0; line-height: 1.6; }
.btn-light { background: #fff; color: var(--plum); }

.contact { background: linear-gradient(180deg, #fffafd, #f6eaf6); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.contact-copy > p { color: #736075; }
.contact-list { display: grid; gap: 14px; margin-top: 30px; }
.contact-list a { display: flex; align-items: center; gap: 14px; padding: 15px; border-radius: 18px; background: rgba(255,255,255,.75); border: 1px solid rgba(86, 26, 95, .10); transition: .2s; }
.contact-list a:hover { transform: translateX(4px); border-color: rgba(166,43,115,.25); }
.contact-list a > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #f5e2f1; color: var(--berry); font-weight: 800; }
.contact-list small, .contact-list b { display: block; }
.contact-list small { color: #9b879c; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 3px; }
.contact-list b { color: var(--plum); font-size: 14px; }
.contact-card { position: relative; padding: 45px; border-radius: 30px; background: linear-gradient(145deg, #3a0b43, #691863); color: #fff; box-shadow: 0 28px 80px rgba(60, 12, 68, .25); overflow: hidden; }
.contact-card::before { content: ""; position: absolute; width: 250px; height: 250px; border-radius: 50%; background: #d450a4; filter: blur(60px); opacity: .22; right: -40px; top: -50px; }
.contact-card > * { position: relative; z-index: 2; }
.mini-star { font-size: 36px; color: #f5b8de; }
.contact-card h3 { font-size: 44px; line-height: 1; margin: 12px 0; }
.contact-card p { color: rgba(255,255,255,.74); line-height: 1.7; }
.btn-wide { width: 100%; margin-top: 10px; }
.contact-card small { display: block; text-align: center; margin-top: 13px; color: rgba(255,255,255,.48); }

footer { background: #25072d; color: rgba(255,255,255,.65); padding: 28px 0 95px; font-size: 11px; }
.footer-inner { display: flex; justify-content: space-between; gap: 25px; align-items: center; }
.footer-inner strong, .footer-inner span { display: block; }
.footer-inner strong { color: #fff; font-family: "Cormorant Garamond", serif; font-size: 18px; }

.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(22,5,26,.86); backdrop-filter: blur(16px); opacity: 0; pointer-events: none; transition: opacity .22s ease; }
.modal.open { opacity: 1; pointer-events: auto; }
.modal img { max-width: min(740px, 92vw); max-height: 92vh; border-radius: 18px; box-shadow: 0 40px 100px rgba(0,0,0,.55); }
.modal-close { position: fixed; top: 20px; right: 24px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); font-size: 31px; cursor: pointer; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }

.snowflake { position: fixed; top: -30px; z-index: 50; pointer-events: none; color: rgba(255,255,255,.7); text-shadow: 0 0 8px rgba(255,255,255,.6); animation: fall linear forwards; }
@keyframes fall { to { transform: translate3d(var(--drift), 110vh, 0) rotate(520deg); opacity: .08; } }

@media (max-width: 980px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 45px; }
  .hero-copy { text-align: center; }
  .hero-lead, .quick-info { margin-left: auto; margin-right: auto; justify-content: center; }
  .hero-actions { justify-content: center; }
  .hero-art { min-height: 510px; }
  .poster-stack { max-width: 570px; margin: auto; left: 50%; transform: translateX(-50%); width: 100%; }
  .offers { grid-template-columns: 1fr; max-width: 820px; }
  .gift-content { grid-template-columns: 70px 1fr; }
  .gift-content .btn { grid-column: 2; justify-self: start; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 24px, 1180px); }
  .section { padding: 68px 0; }
  .nav { height: 72px; }
  .brand strong { font-size: 21px; }
  .brand-mark { width: 42px; height: 42px; }
  .nav-cta { padding: 10px 14px; font-size: 12px; }
  .hero { min-height: 890px; }
  .hero-grid { gap: 26px; padding-bottom: 80px; }
  .hero h1 { font-size: 56px; }
  .hero-lead { font-size: 15px; line-height: 1.6; }
  .hero-actions .btn { flex: 1 1 180px; }
  .quick-info { gap: 18px; }
  .hero-art { min-height: 390px; }
  .poster { width: 58vw; min-width: 230px; }
  .poster-front { right: 4%; }
  .poster-back { left: 4%; }
  .section-heading h2, .contact h2 { font-size: 45px; }
  .offers { gap: 18px; }
  .offer-card { grid-template-columns: 1fr; min-height: 0; border-radius: 23px; }
  .offer-image { aspect-ratio: 1055 / 1120; }
  .offer-image img { object-position: center 12%; }
  .offer-body { padding: 24px 22px 26px; }
  .offer-body h3 { font-size: 32px; }
  .gift-strip { padding: 50px 0; }
  .gift-content { grid-template-columns: 1fr; text-align: center; }
  .gift-icon { margin: auto; }
  .gift-content h2 { font-size: 42px; }
  .gift-content .btn { grid-column: auto; justify-self: center; }
  .contact-card { padding: 30px 22px; }
  .contact-card h3 { font-size: 38px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  footer { padding-bottom: 100px; }
  .mobile-call { display: flex; position: fixed; z-index: 80; left: 12px; right: 12px; bottom: 12px; min-height: 54px; align-items: center; justify-content: center; border-radius: 17px; color: #fff; font-weight: 800; background: linear-gradient(135deg, #bd3f8c, #6e237a); box-shadow: 0 14px 42px rgba(67, 12, 67, .35); }
}
