@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
    --ink: #17251e;
    --paper: #f8f4e9;
    --accent: #b67b24;
    --accent-dark: #765016;
    --surface: #fffdf8;
    --muted: #526257;
    --line: #d8cfbc;
    --hero-image: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, sans-serif; }
a { color: inherit; }
.vertical-main { overflow: hidden; }
.vertical-hero { min-height: min(770px, calc(100vh - 65px)); display: grid; align-items: end; position: relative; isolation: isolate; color: #fff; background: #1f3328; }
.vertical-hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(12, 27, 18, .88) 0%, rgba(12, 27, 18, .47) 55%, rgba(12, 27, 18, .18) 100%), var(--hero-image) center / cover; }
.vertical-hero::after { content: ''; position: absolute; inset: auto -8% -20% auto; width: 520px; height: 520px; z-index: -1; background: var(--accent); border-radius: 50%; filter: blur(110px); opacity: .24; }
.vertical-wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.hero-content { padding: 108px 0 84px; max-width: 730px; }
.kicker { display: inline-flex; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; padding: 8px 14px; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; background: rgba(0,0,0,.16); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; }
h1 { font-size: clamp(3.1rem, 7vw, 6.5rem); line-height: .94; letter-spacing: 0; margin: 22px 0; }
.hero-content p { max-width: 630px; font-size: clamp(1rem, 2vw, 1.22rem); line-height: 1.7; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; border-radius: 5px; padding: 12px 20px; text-decoration: none; font-size: .9rem; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #fff; }
.button-secondary { color: #fff; border: 1px solid rgba(255,255,255,.58); background: rgba(255,255,255,.08); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; font-size: .8rem; font-weight: 700; color: rgba(255,255,255,.82); }
.hero-notes span::before { content: '•'; color: #f0c267; margin-right: 7px; }
.section { padding: 94px 0; }
.section-tone { background: var(--surface); }
.section-heading { display: grid; gap: 14px; max-width: 730px; margin-bottom: 42px; }
.eyebrow { margin-bottom: 0; font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--accent-dark); }
h2 { margin-bottom: 0; font-size: clamp(2.25rem, 4vw, 4.2rem); line-height: 1; }
.section-heading > p:last-child { margin-bottom: 0; color: var(--muted); line-height: 1.75; }
.grid-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.detail-card { border: 1px solid var(--line); background: var(--surface); padding: 27px; min-height: 190px; }
.detail-card h3 { margin-bottom: 11px; font-size: 1.12rem; }
.detail-card p { margin-bottom: 0; color: var(--muted); font-size: .91rem; line-height: 1.65; }
.timing-band { background: var(--ink); color: #fff; }
.timing-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.timing-band .eyebrow { color: #e6bc70; }
.timing-band p { color: rgba(255,255,255,.72); line-height: 1.75; }
.steps { display: grid; gap: 17px; }
.step { display: grid; grid-template-columns: 38px 1fr; gap: 15px; border-top: 1px solid rgba(255,255,255,.22); padding-top: 16px; }
.step-number { color: #e6bc70; font-size: .8rem; font-weight: 800; }
.step h3 { margin: 0 0 4px; font-size: .98rem; }
.step p { margin-bottom: 0; font-size: .84rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.pricing-card { border: 1px solid var(--line); padding: 28px; background: var(--surface); display: flex; flex-direction: column; }
.pricing-card.featured { background: var(--ink); color: #fff; border-color: var(--ink); box-shadow: 8px 8px 0 var(--accent); }
.plan-label { color: var(--accent-dark); font-size: .74rem; text-transform: uppercase; font-weight: 800; letter-spacing: .1em; }
.featured .plan-label { color: #e6bc70; }
.plan-name { font-family: 'DM Serif Display', Georgia, serif; font-size: 2.15rem; margin: 9px 0 10px; }
.plan-price { font-size: 2.2rem; font-weight: 800; letter-spacing: -.05em; margin-bottom: 13px; }
.plan-price small { font-size: .78rem; letter-spacing: 0; font-weight: 600; }
.pricing-card p { color: var(--muted); font-size: .89rem; line-height: 1.65; }
.featured p { color: rgba(255,255,255,.72); }
.plan-list { list-style: none; padding: 0; margin: 20px 0 28px; display: grid; gap: 11px; font-size: .84rem; line-height: 1.45; }
.plan-list li::before { content: '✓'; color: var(--accent); font-weight: 800; margin-right: 8px; }
.featured .plan-list li::before { color: #e6bc70; }
.pricing-card .button { margin-top: auto; }
.addon-list { border-top: 1px solid var(--line); }
.addon { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.addon h3 { margin: 0 0 5px; font-size: 1rem; }
.addon p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.55; }
.addon strong { color: var(--accent-dark); align-self: start; font-size: .86rem; white-space: nowrap; }
.addon-group-title { margin: 30px 0 2px; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--accent-dark); }
.addon-list > .addon-group-title:first-child { margin-top: 20px; }
.faq { max-width: 850px; border-top: 1px solid var(--line); }
.faq-item { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-item h3 { margin-bottom: 8px; font-size: 1rem; }
.faq-item p { margin-bottom: 0; color: var(--muted); line-height: 1.65; font-size: .91rem; }
.closing { padding: 76px 0; background: var(--accent); color: #fff; text-align: center; }
.closing h2 { max-width: 700px; margin: 0 auto 18px; }
.closing p { max-width: 620px; margin: 0 auto 26px; color: rgba(255,255,255,.84); line-height: 1.7; }
.closing .button { background: #fff; color: var(--ink); }
.vertical-wedding { --ink: #193426; --paper: #f5f0e3; --accent: #a97024; --accent-dark: #7b4f14; --surface: #fffdf7; --muted: #526052; --line: #ded2be; --hero-image: url('https://images.unsplash.com/photo-1519741497674-611481863552?auto=format&fit=crop&w=2000&q=85'); }
.vertical-events { --ink: #162944; --paper: #eef3ed; --accent: #d45e35; --accent-dark: #8d351e; --surface: #fff; --muted: #526274; --line: #ccd8d7; --hero-image: url('https://images.unsplash.com/photo-1506157786151-b8491531f063?auto=format&fit=crop&w=2000&q=85'); }
.vertical-launch { --ink: #201645; --paper: #f2eff9; --accent: #de4e78; --accent-dark: #9e254b; --surface: #fff; --muted: #5f5a70; --line: #d9d2e6; --hero-image: url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2000&q=85'); }
@media (max-width: 760px) { .vertical-wrap { width: min(100% - 32px, 1160px); } .hero-content { padding: 88px 0 64px; } .vertical-hero { min-height: 660px; } .vertical-hero::before { background: linear-gradient(0deg, rgba(12,27,18,.92) 0%, rgba(12,27,18,.42) 100%), var(--hero-image) center / cover; } .section { padding: 68px 0; } .grid-three, .pricing-grid, .timing-grid { grid-template-columns: 1fr; gap: 16px; } .pricing-card.featured { box-shadow: 5px 5px 0 var(--accent); } .addon { grid-template-columns: 1fr; gap: 8px; } }
