/* Public marketing site */
:root { --plum: #2B2130; --plum-2: #3A2E40; --vellum: #E9E4EC; --vellum-2: #F4F1F6; --seal: #9E2F3A; --gilt: #C8A96A; --graphite: #5C5560;
  --serif: 'Instrument Serif', Georgia, serif; --sans: 'Hanken Grotesk', system-ui, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; font: 17px/1.6 var(--sans); color: var(--plum); background: var(--vellum); -webkit-font-smoothing: antialiased; }
h1, h2 { font-family: var(--serif); font-weight: 400; margin: 0; letter-spacing: -.01em; }
h2 { font-size: clamp(36px, 6vw, 60px); line-height: 1.02; }
p { margin: 0; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--gilt); outline-offset: 3px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 28px; text-decoration: none; }
.brand svg { width: 32px; height: 32px; }

.nav-top { position: absolute; top: 0; left: 0; right: 0; z-index: 5; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px clamp(18px, 4vw, 48px); color: #F4EFF6; }
.nav-top nav { display: flex; gap: 22px; align-items: center; font-size: 15px; }
.nav-top nav a { text-decoration: none; opacity: .85; }
.nav-top nav a:hover { opacity: 1; }
.nav-top nav a:not(.nav-in) { display: none; }
@media (min-width: 760px) { .nav-top nav a:not(.nav-in) { display: inline; } }
.nav-in { border: 1px solid rgba(244,239,246,.4); border-radius: 999px; padding: 7px 16px; opacity: 1 !important; }

.hero { background: var(--plum); color: #F4EFF6; display: grid; gap: 28px; padding: 108px clamp(18px, 4vw, 48px) 0; overflow: hidden; }
@media (min-width: 980px) { .hero { grid-template-columns: 1fr 1.05fr; align-items: center; padding-bottom: 0; min-height: 100svh; } }
.hero h1 { font-size: clamp(46px, 7.4vw, 96px); line-height: .98; max-width: 11em; }
.lede { font-size: clamp(17px, 1.6vw, 20px); color: #D8CFDD; max-width: 32em; margin-top: 22px; }
.cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.btn-seal, .btn-ghost { display: inline-flex; align-items: center; min-height: 50px; padding: 0 24px; border-radius: 999px; font-weight: 600; font-size: 16px; text-decoration: none; }
.btn-seal { background: var(--seal); color: #fff; }
.btn-seal:hover { background: #86262F; }
.btn-ghost { border: 1px solid rgba(244,239,246,.4); color: #F4EFF6; }
.btn-ghost:hover { border-color: #fff; }

.fan { position: relative; height: clamp(420px, 60vw, 640px); margin: 0 auto; width: min(100%, 620px); }
.fan .card { position: absolute; left: 50%; bottom: -60px; width: 250px; height: 488px; margin-left: -125px; border-radius: 22px; overflow: hidden; box-shadow: 0 40px 70px -30px rgba(0,0,0,.7);
  transform-origin: 50% 120%; transition: transform 1.1s cubic-bezier(.2,.8,.2,1); }
@media (min-width: 980px) { .fan .card { width: 300px; height: 585px; margin-left: -150px; bottom: 40px; } }
.fan .card > div { width: 390px; height: 760px; transform-origin: 0 0; }
.fan.open .card:nth-child(1) { transform: rotate(-16deg) translateX(-30px); }
.fan.open .card:nth-child(2) { transform: rotate(-5deg); }
.fan.open .card:nth-child(3) { transform: rotate(6deg) translateX(10px); }
.fan.open .card:nth-child(4) { transform: rotate(17deg) translateX(40px); }

.designs { padding: clamp(64px, 9vw, 120px) clamp(18px, 4vw, 48px); }
.sec-intro { max-width: 760px; margin-bottom: 44px; }
.sec-intro p { color: var(--graphite); margin-top: 16px; font-size: 18px; max-width: 36em; }
.dgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 230px), 1fr)); gap: 36px 22px; }
.dcard { display: grid; gap: 10px; }
.dcard .thumb { display: block; position: relative; aspect-ratio: 390 / 760; border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 30px 50px -36px rgba(43,33,48,.6); }
.dcard .thumb > div { position: absolute; top: 0; left: 0; width: 390px; height: 760px; transform-origin: 0 0; pointer-events: none; }
.dcard h3 { font-family: var(--serif); font-weight: 400; font-size: 30px; margin: 6px 0 0; line-height: 1; }
.dcard p { font-size: 15px; color: var(--graphite); line-height: 1.5; }
.dcard .acts { display: flex; gap: 16px; font-size: 15px; font-weight: 600; }
.dcard .acts a { text-decoration: none; border-bottom: 1px solid currentColor; }
.dcard .acts a.pick { color: var(--seal); }

.guests { background: var(--vellum-2); display: grid; gap: 40px; padding: clamp(64px, 9vw, 120px) clamp(18px, 4vw, 48px); }
@media (min-width: 980px) { .guests { grid-template-columns: 1.2fr 1fr; align-items: center; } }
.feats { margin: 36px 0 0; display: grid; }
.feats div { padding: 18px 0; border-top: 1px solid #D9D2DE; display: grid; gap: 4px; }
@media (min-width: 700px) { .feats div { grid-template-columns: 15em 1fr; gap: 24px; } }
.feats dt { font-weight: 600; }
.feats dd { margin: 0; color: var(--graphite); }
.g-card { width: min(100%, 340px); aspect-ratio: 390 / 760; position: relative; justify-self: center; border-radius: 30px; overflow: hidden; border: 9px solid var(--plum); }
.g-card > div { position: absolute; top: 0; left: 0; width: 390px; height: 760px; transform-origin: 0 0; }

.how { background: var(--plum); color: #F4EFF6; padding: clamp(64px, 9vw, 120px) clamp(18px, 4vw, 48px); }
.steps { list-style: none; margin: 44px 0 0; padding: 0; display: grid; gap: 30px; counter-reset: s; }
@media (min-width: 900px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.steps li { counter-increment: s; display: grid; gap: 8px; border-top: 1px solid rgba(200,169,106,.5); padding-top: 18px; }
.steps li::before { content: counter(s); font-family: var(--serif); font-size: 54px; line-height: 1; color: var(--gilt); }
.steps b { font-size: 19px; }
.steps span { color: #D8CFDD; }

.prices { padding: clamp(64px, 9vw, 120px) clamp(18px, 4vw, 48px); }
.plans { display: grid; gap: 18px; margin-top: 40px; }
@media (min-width: 900px) { .plans { grid-template-columns: repeat(3, 1fr); } }
.plan { background: #fff; border-radius: 22px; padding: 28px; display: grid; gap: 14px; align-content: start; }
.plan.featured { background: var(--plum); color: #F4EFF6; }
.plan h3 { font-size: 18px; margin: 0; font-weight: 600; }
.plan .price { font-family: var(--serif); font-size: 52px; line-height: 1; }
.plan .price small { font-family: var(--sans); font-size: 15px; opacity: .7; margin-right: 6px; }
.plan p { color: var(--graphite); }
.plan.featured p { color: #D8CFDD; }
.plan a { justify-self: start; }
.plan:not(.featured) .btn-ghost { color: var(--plum); border-color: #CFC6D4; }
.p-note { margin-top: 18px; color: var(--graphite); font-size: 15px; }

.faq { padding: 0 clamp(18px, 4vw, 48px) clamp(64px, 9vw, 120px); max-width: 900px; }
.faq h2 { margin-bottom: 24px; }
.faq details { border-top: 1px solid #CFC6D4; padding: 18px 0; }
.faq summary { cursor: pointer; font-weight: 600; font-size: 18px; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::after { content: "+"; font-family: var(--serif); font-size: 28px; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin-top: 10px; color: var(--graphite); max-width: 42em; }

.foot { background: var(--plum); color: #D8CFDD; padding: 40px clamp(18px, 4vw, 48px); display: grid; gap: 10px; font-size: 15px; }
.foot .brand { color: #fff; }
@media (prefers-reduced-motion: reduce) { .fan .card { transition: none; } }

.cats { display: flex; gap: 8px; flex-wrap: wrap; margin: -12px 0 32px; }
.cats button { font: 600 15px var(--sans); padding: 10px 18px; border-radius: 999px; border: 1px solid #CFC6D4; background: transparent; color: var(--plum); cursor: pointer; }
.cats button[aria-pressed="true"] { background: var(--plum); color: #fff; border-color: var(--plum); }
.dcard .badges { display: flex; gap: 6px; flex-wrap: wrap; }
.dcard .badge { font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 999px; background: #fff; color: var(--graphite); }
.dcard .badge.cine { background: var(--plum); color: #F4EFF6; }
