:root {
  --paper: #f6f0e6;
  --paper-2: #ebe2d4;
  --ink: #1c2a24;
  --muted: #657169;
  --sage: #617d6c;
  --sage-dark: #365646;
  --terracotta: #c66f4d;
  --terracotta-dark: #a95235;
  --gold: #c19a5b;
  --line: rgba(28, 42, 36, .15);
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(34, 48, 40, .13);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 32px;
  --container: 1180px;
  --serif: Iowan Old Style, Baskerville, Times New Roman, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
svg { display: block; }
[hidden] { display: none !important; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: 12px; transform: translateY(-150%); padding: 10px 14px; background: var(--ink); color: #fff; text-decoration: none; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding: 18px 0; transition: .25s ease; }
.site-header.scrolled { padding: 10px 0; background: rgba(246, 240, 230, .9); border-bottom: 1px solid rgba(28, 42, 36, .1); backdrop-filter: blur(18px); }
.header-shell { width: min(1280px, calc(100% - 48px)); min-height: 54px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; color: var(--ink); text-decoration: none; font-family: var(--serif); font-size: 1.22rem; font-weight: 700; letter-spacing: -.025em; }
.brand > span:last-child { display: grid; }
.brand small { margin-top: 2px; font-family: var(--sans); font-size: .48rem; font-weight: 800; letter-spacing: .16em; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); }
.brand-mark svg { width: 25px; }
.brand-mark svg path:first-child { fill: none; stroke: currentColor; stroke-width: 1.8; }
.brand-mark svg path:last-child { fill: none; stroke: var(--terracotta); stroke-width: 1.5; stroke-linecap: round; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { position: relative; padding: 8px 0; color: #435149; font-size: .84rem; font-weight: 650; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--terracotta); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; }
.menu-toggle { display: none; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 750; font-size: .84rem; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--terracotta); color: #fff; box-shadow: 0 10px 26px rgba(198, 111, 77, .22); }
.button-primary:hover { background: var(--terracotta-dark); box-shadow: 0 14px 30px rgba(169, 82, 53, .28); }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: #fff9ee; color: var(--ink); }
.button-outline { border-color: rgba(28, 42, 36, .35); background: transparent; color: var(--ink); }
.button-outline:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.button-small { min-height: 44px; padding: 0 20px; font-size: .78rem; }
.text-button { display: inline-flex; align-items: center; gap: 10px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: .84rem; font-weight: 750; }
.play-icon { width: 42px; height: 42px; display: grid; place-items: center; padding-left: 2px; border: 1px solid rgba(28, 42, 36, .25); border-radius: 50%; color: var(--terracotta); font-size: .65rem; transition: .2s ease; }
.text-button:hover .play-icon { border-color: var(--terracotta); background: var(--terracotta); color: #fff; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--sage-dark); font-size: .67rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: var(--terracotta); }
.eyebrow-light { color: #dbded9; }
.section-heading h2, .pricing-heading h2 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 400; line-height: .99; letter-spacing: -.045em; }
.section-heading.compact h2 { font-size: clamp(2.5rem, 4.3vw, 4.25rem); }
.section-heading.centered { text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered h2 { margin-inline: auto; }

.hero { position: relative; min-height: 100vh; overflow: hidden; padding: 145px 0 44px; background: linear-gradient(180deg, #f8f3ea, #f2eadf); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(50, 73, 61, .095) .7px, transparent .7px); background-size: 9px 9px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .7; }
.hero-orb-one { width: 410px; height: 410px; left: -210px; top: 170px; background: rgba(198, 111, 77, .1); }
.hero-orb-two { width: 330px; height: 330px; right: -130px; bottom: 70px; background: rgba(97, 125, 108, .13); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr); align-items: center; gap: clamp(50px, 7vw, 110px); }
.hero-copy { padding: 50px 0 60px; }
.hero-copy h1 { max-width: 660px; margin: 0; font-family: var(--serif); font-size: clamp(3.5rem, 6.15vw, 6.75rem); font-weight: 400; line-height: .88; letter-spacing: -.06em; }
.hero-copy h1 em { color: var(--terracotta); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 32px 0 0; color: #5c675f; font-size: clamp(1rem, 1.25vw, 1.13rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 36px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 16px 22px; margin-top: 34px; color: #526159; font-size: .73rem; font-weight: 650; }
.hero-facts span { display: flex; align-items: center; gap: 7px; }
.hero-facts i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: rgba(97, 125, 108, .14); color: var(--sage-dark); font-size: .65rem; font-style: normal; }
.hero-visual { position: relative; padding: 16px 8px 38px; }
.browser-frame { position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, .75); border-radius: 26px; background: #fff; box-shadow: 0 35px 90px rgba(33, 48, 39, .21), 0 4px 16px rgba(33, 48, 39, .08); }
.browser-top { height: 48px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 0 16px; border-bottom: 1px solid #e5e4df; background: #f8f8f5; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c8cbc6; }
.browser-dots i:first-child { background: #d68a70; }
.browser-address { justify-self: center; width: min(260px, 100%); overflow: hidden; padding: 6px 14px; border: 1px solid #e5e6e1; border-radius: 8px; background: #fff; color: #7d857f; font-size: .62rem; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.secure-pill { color: var(--sage-dark); font-size: .5rem; font-weight: 850; letter-spacing: .1em; }
.world-preview { position: relative; height: min(68vh, 600px); min-height: 520px; overflow: hidden; background: #263b2f; }
.world-preview > img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; image-rendering: auto; transform: scale(1.02); }
.world-wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18, 35, 25, .08), rgba(13, 23, 18, .54)), radial-gradient(circle at 50% 42%, transparent 15%, rgba(19, 28, 22, .18) 80%); }
.couple-card { position: absolute; left: 50%; top: 50%; width: min(320px, calc(100% - 100px)); transform: translate(-50%, -50%); padding: 28px 24px 24px; border: 1px solid rgba(250, 236, 195, .54); background: rgba(27, 43, 32, .78); box-shadow: 0 18px 38px rgba(13, 24, 17, .3); color: #fff8e8; text-align: center; backdrop-filter: blur(10px); }
.couple-card::before, .couple-card::after { content: ""; position: absolute; width: 25px; height: 25px; border-color: #d5aa65; }
.couple-card::before { left: 8px; top: 8px; border-left: 1px solid; border-top: 1px solid; }
.couple-card::after { right: 8px; bottom: 8px; border-right: 1px solid; border-bottom: 1px solid; }
.couple-card small { display: block; font-size: .53rem; font-weight: 800; letter-spacing: .2em; }
.couple-card strong { display: block; margin: 13px 0 7px; font-family: var(--serif); font-size: clamp(1.9rem, 3.4vw, 3rem); font-weight: 400; }
.couple-card strong i { color: #d9a96c; font-weight: 400; }
.couple-card > span { display: block; color: #e7d9ba; font-size: .64rem; letter-spacing: .16em; }
.couple-card button { min-height: 39px; margin-top: 22px; padding: 0 17px; border: 1px solid rgba(255, 244, 216, .7); background: #f1dfb5; color: #294333; cursor: pointer; font-size: .67rem; font-weight: 800; }
.guest-chip, .live-chip { position: absolute; display: flex; align-items: center; border: 1px solid rgba(255, 255, 255, .44); border-radius: 999px; background: rgba(255, 253, 247, .88); box-shadow: 0 8px 24px rgba(20, 33, 25, .18); color: #314439; backdrop-filter: blur(8px); }
.guest-chip { gap: 8px; padding: 6px 11px 6px 6px; font-size: .57rem; }
.guest-chip span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #d48a6c; color: #fff; font-family: var(--serif); }
.guest-chip-one { left: 20px; bottom: 25px; }
.guest-chip-two { right: 18px; top: 22px; }
.guest-chip-two span { background: #6e8877; }
.live-chip { left: 18px; top: 20px; gap: 7px; padding: 8px 12px; font-size: .56rem; font-weight: 750; }
.live-chip i { width: 7px; height: 7px; border-radius: 50%; background: #55a071; box-shadow: 0 0 0 4px rgba(85, 160, 113, .17); }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; border: 1px solid rgba(255, 255, 255, .8); border-radius: 16px; background: rgba(255, 253, 248, .94); box-shadow: 0 18px 44px rgba(34, 48, 40, .18); backdrop-filter: blur(12px); }
.feature-float { left: -56px; bottom: 0; gap: 11px; padding: 11px 15px 11px 11px; }
.float-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: rgba(198, 111, 77, .12); color: var(--terracotta); }
.float-icon svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature-float > span:last-child { display: grid; gap: 3px; }
.feature-float small { color: #7a847d; font-size: .54rem; }
.feature-float strong { font-size: .67rem; }
.rsvp-float { right: -36px; bottom: 55px; gap: 8px; padding: 12px 15px; }
.rsvp-float strong { color: var(--terracotta); font-family: var(--serif); font-size: 1.45rem; }
.rsvp-float span { color: #68746c; font-size: .52rem; font-weight: 700; line-height: 1.4; }
.trust-row { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 70px; padding-top: 25px; border-top: 1px solid var(--line); }
.trust-row p { margin: 0; color: #68746c; font-family: var(--serif); font-size: .9rem; font-style: italic; }
.trust-row div { display: flex; align-items: center; gap: 17px; color: #728078; font-size: .57rem; font-weight: 850; letter-spacing: .13em; }
.trust-row i { width: 3px; height: 3px; border-radius: 50%; background: var(--terracotta); }

.intro-section { background: #fffdf8; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); align-items: end; gap: 80px; }
.intro-copy { padding-bottom: 7px; }
.intro-copy p { margin: 0; color: var(--muted); line-height: 1.8; }
.arrow-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 28px; color: var(--ink); font-size: .78rem; font-weight: 800; text-decoration: none; }
.arrow-link span { color: var(--terracotta); font-size: 1.15rem; transition: transform .2s ease; }
.arrow-link:hover span { transform: translateX(4px); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 72px; }
.benefit-card { position: relative; min-height: 310px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #faf7f0; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.benefit-card:hover { transform: translateY(-6px); border-color: rgba(198, 111, 77, .42); box-shadow: 0 20px 50px rgba(35, 49, 42, .08); }
.card-number { position: absolute; right: 24px; top: 24px; color: #98a29c; font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.benefit-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #e9e2d7; color: var(--sage-dark); }
.benefit-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3 { margin: 66px 0 12px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.benefit-card p { max-width: 320px; margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.7; }

.themes-section { background: var(--ink); color: #f8f2e8; }
.section-head-row { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 70px; }
.section-aside { margin: 0 0 7px; color: #a9b3ad; font-size: .9rem; line-height: 1.75; }
.theme-toolbar { display: flex; align-items: center; gap: 9px; margin-top: 52px; padding-bottom: 22px; border-bottom: 1px solid rgba(255, 255, 255, .13); }
.filter-button { min-height: 38px; padding: 0 16px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 999px; background: transparent; color: #b9c1bd; cursor: pointer; font-size: .7rem; font-weight: 750; }
.filter-button:hover, .filter-button.active { border-color: #f4eee4; background: #f4eee4; color: var(--ink); }
.theme-toolbar > span { margin-left: auto; color: #87928c; font-size: .64rem; font-weight: 750; }
.theme-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 46px 24px; margin-top: 34px; }
.theme-card.is-hidden { display: none; }
.theme-preview { position: relative; width: 100%; aspect-ratio: 1.37 / 1; overflow: hidden; padding: 0; border: 0; border-radius: 22px; background: #ece4d7; cursor: pointer; color: inherit; text-align: left; }
.theme-preview::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255, 255, 255, .16); border-radius: inherit; pointer-events: none; }
.theme-preview > img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2, .75, .25, 1); }
.theme-pixel .theme-preview > img { object-position: center 48%; image-rendering: auto; }
.theme-botanic .theme-preview > img { object-position: center 55%; filter: saturate(.7) sepia(.15) brightness(.72); }
.theme-preview:hover > img { transform: scale(1.04); }
.theme-badge { position: absolute; z-index: 4; left: 18px; top: 18px; padding: 7px 10px; border-radius: 999px; background: rgba(20, 30, 25, .76); color: #fff; font-size: .5rem; font-weight: 850; letter-spacing: .13em; backdrop-filter: blur(8px); }
.preview-action { position: absolute; z-index: 5; right: 18px; top: 18px; display: flex; align-items: center; gap: 8px; transform: translateY(-8px); opacity: 0; padding: 8px 10px; border-radius: 999px; background: rgba(255, 253, 248, .91); color: #25352c; font-size: .57rem; font-weight: 800; transition: .22s ease; }
.preview-action b { color: var(--terracotta); }
.theme-preview:hover .preview-action, .theme-preview:focus-visible .preview-action { transform: none; opacity: 1; }
.mini-invite { position: absolute; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.mini-pixel { left: 50%; top: 51%; width: 46%; min-height: 52%; transform: translate(-50%, -50%); border: 1px solid rgba(255, 239, 200, .63); background: rgba(31, 48, 36, .82); color: #fff6db; box-shadow: 0 14px 40px rgba(12, 23, 16, .3); }
.mini-pixel small { font-size: clamp(.35rem, .7vw, .52rem); letter-spacing: .18em; }
.mini-pixel strong { margin: 14px 0 8px; font-family: var(--serif); font-size: clamp(1.25rem, 2.8vw, 2.45rem); font-weight: 400; }
.mini-pixel i { color: #e0c491; font-size: clamp(.45rem, .8vw, .65rem); font-style: normal; letter-spacing: .18em; }
.mini-botanic { inset: 0; padding: 30px; background: linear-gradient(90deg, rgba(28, 39, 31, .18), rgba(28, 39, 31, .58)); color: #fff8eb; }
.mini-botanic small { font-size: clamp(.36rem, .72vw, .56rem); letter-spacing: .25em; }
.mini-botanic strong { margin: 16px 0 12px; font-family: var(--serif); font-size: clamp(1.4rem, 3.2vw, 3rem); font-weight: 400; }
.mini-botanic strong i { color: #d4b278; font-weight: 400; }
.mini-botanic em { width: 42px; height: 1px; margin-bottom: 12px; background: #d7bd8d; }
.mini-botanic b { font-size: clamp(.4rem, .76vw, .59rem); letter-spacing: .16em; }
.theme-heritage .theme-preview { background: #744635; }
.heritage-pattern { position: absolute; inset: 0; background: repeating-radial-gradient(circle at 0 50%, transparent 0 23px, rgba(224, 178, 104, .16) 24px 25px, transparent 26px 45px), repeating-radial-gradient(circle at 100% 50%, transparent 0 23px, rgba(224, 178, 104, .16) 24px 25px, transparent 26px 45px), linear-gradient(135deg, #5c342a, #845340 58%, #553029); }
.heritage-pattern::before, .heritage-pattern::after { content: ""; position: absolute; top: 8%; bottom: 8%; width: 18%; border-block: 1px solid rgba(232, 188, 118, .42); background: repeating-linear-gradient(45deg, transparent 0 12px, rgba(232, 188, 118, .22) 13px 14px); }
.heritage-pattern::before { left: 4%; }.heritage-pattern::after { right: 4%; }
.mini-heritage { inset: 15% 29%; border: 1px solid rgba(239, 210, 156, .65); color: #fae6bd; }
.mini-heritage::before { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(239, 210, 156, .25); }
.mini-heritage small { font-size: clamp(.38rem, .75vw, .56rem); letter-spacing: .25em; }
.mini-heritage strong { font-family: var(--serif); font-size: clamp(1.35rem, 3vw, 2.85rem); font-weight: 400; line-height: 1; }
.mini-heritage i { margin: 3px 0; color: #d7a866; font-family: var(--serif); font-size: clamp(1rem, 2vw, 1.8rem); }
.mini-heritage b { margin-top: 15px; font-size: clamp(.34rem, .7vw, .52rem); letter-spacing: .14em; }
.theme-ivory .theme-preview { background: #e8e0d4; }
.ivory-photo { position: absolute; right: 6%; top: 7%; bottom: 7%; width: 48%; background: linear-gradient(155deg, rgba(52, 66, 57, .05), rgba(31, 45, 36, .34)), url("../assets/photobooth-garden.webp") center/cover; filter: grayscale(.35) sepia(.1); }
.mini-ivory { inset: 0 48% 0 0; align-items: flex-start; padding: 7%; color: #25342c; text-align: left; }
.mini-ivory small { font-size: clamp(.31rem, .65vw, .5rem); letter-spacing: .18em; }
.mini-ivory strong { margin: 16px 0; font-family: var(--serif); font-size: clamp(1.55rem, 3.6vw, 3.35rem); font-weight: 400; line-height: .88; }
.mini-ivory b { font-size: clamp(.35rem, .7vw, .54rem); letter-spacing: .18em; }
.theme-midnight .theme-preview { background: radial-gradient(circle at 50% 110%, #314963, #111f32 53%, #0a1423); }
.night-stars { position: absolute; inset: 0; opacity: .75; background-image: radial-gradient(circle, #ecd6a6 0 1px, transparent 1.3px), radial-gradient(circle, #fff 0 .7px, transparent 1px); background-position: 0 0, 20px 28px; background-size: 62px 62px, 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.night-stars::after { content: ""; position: absolute; left: 50%; bottom: -140px; width: 390px; height: 230px; transform: translateX(-50%); border-radius: 50%; border: 1px solid rgba(226, 194, 127, .27); box-shadow: 0 -15px 80px rgba(211, 182, 119, .13), inset 0 30px 100px rgba(214, 182, 116, .08); }
.mini-midnight { inset: 0; color: #f1e4c9; }
.mini-midnight small { font-size: clamp(.34rem, .68vw, .52rem); letter-spacing: .25em; }
.mini-midnight strong { margin: 20px 0 13px; font-family: var(--serif); font-size: clamp(1.4rem, 3.2vw, 3.1rem); font-weight: 400; }
.mini-midnight strong i { color: #d7b879; font-weight: 400; }
.mini-midnight span { color: #d6c9ac; font-size: clamp(.34rem, .68vw, .52rem); letter-spacing: .16em; }
.theme-coastal .theme-preview { background: #c9d4cf; }
.coastal-sun { position: absolute; right: 13%; top: 12%; width: 25%; aspect-ratio: 1; border-radius: 50%; background: #d28b69; box-shadow: 0 0 0 18px rgba(255, 247, 225, .14); }
.coastal-line { position: absolute; left: -5%; right: -5%; height: 36%; border-radius: 50%; border-top: 1px solid rgba(51, 85, 76, .35); }
.coastal-line-one { bottom: -5%; background: rgba(76, 113, 107, .45); }.coastal-line-two { bottom: -17%; background: #466b68; }
.mini-coastal { inset: 0; color: #28463f; }
.mini-coastal small { font-size: clamp(.35rem, .7vw, .54rem); letter-spacing: .22em; }
.mini-coastal strong { margin: 16px 0 14px; font-family: var(--serif); font-size: clamp(1.5rem, 3.3vw, 3.1rem); font-weight: 400; }
.mini-coastal strong i { color: #a95f43; font-weight: 400; }
.mini-coastal b { font-size: clamp(.34rem, .68vw, .52rem); letter-spacing: .17em; }
.theme-meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 17px 4px 0; }
.theme-meta h3 { margin: 0; color: #f8f1e7; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.theme-meta p { margin: 5px 0 0; color: #8f9b95; font-size: .72rem; }
.theme-meta > span { color: #69756f; font-size: .58rem; font-weight: 800; letter-spacing: .14em; }

.experience-section { overflow: hidden; background: #fffdf8; }
.experience-grid { display: grid; grid-template-columns: minmax(350px, .78fr) minmax(540px, 1.22fr); align-items: center; gap: clamp(55px, 7vw, 105px); }
.experience-copy h2 { max-width: 590px; margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 4.9vw, 4.8rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.experience-copy > p:not(.eyebrow) { max-width: 520px; margin: 24px 0 0; color: var(--muted); line-height: 1.75; }
.feature-tabs { display: grid; margin-top: 40px; border-top: 1px solid var(--line); }
.feature-tab { position: relative; display: grid; grid-template-columns: 32px 1fr; gap: 2px 11px; padding: 19px 34px 19px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: #7b867f; cursor: pointer; text-align: left; transition: color .2s ease; }
.feature-tab::after { content: "→"; position: absolute; right: 3px; top: 25px; color: var(--terracotta); opacity: 0; transform: translateX(-5px); transition: .2s ease; }
.feature-tab span { grid-row: span 2; padding-top: 2px; color: #9ba49f; font-size: .59rem; font-weight: 800; }
.feature-tab b { font-family: var(--serif); font-size: 1.07rem; font-weight: 500; }
.feature-tab i { color: #839088; font-size: .69rem; font-style: normal; line-height: 1.45; }
.feature-tab:hover, .feature-tab.active { color: var(--ink); }
.feature-tab.active span { color: var(--terracotta); }
.feature-tab.active::after { opacity: 1; transform: none; }
.dashboard-stage { position: relative; padding: 32px 0 42px; }
.dashboard-stage::before { content: ""; position: absolute; z-index: 0; inset: -15% -35% -15% 6%; border-radius: 50%; background: #e9e0d3; }
.dashboard-window { position: relative; z-index: 1; min-height: 560px; display: grid; grid-template-columns: 62px 1fr; overflow: hidden; border: 8px solid #252d29; border-radius: 25px; background: #f4f2ed; box-shadow: 0 34px 80px rgba(30, 44, 36, .23); }
.dash-sidebar { display: flex; flex-direction: column; align-items: center; gap: 23px; padding: 16px 0; background: #263a31; }
.dash-logo { width: 32px; height: 32px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 10px; background: #f5e9d6; color: #365547; text-decoration: none; }
.dash-logo span { font-family: var(--serif); font-size: 1rem; font-weight: 700; }
.dash-sidebar > i { width: 21px; height: 21px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 7px; opacity: .7; }
.dash-sidebar > i.active { border-color: #d67a56; background: #d67a56; box-shadow: 0 0 0 5px rgba(214, 122, 86, .14); }
.dash-sidebar > i:nth-of-type(2)::before { content: ""; display: block; width: 7px; height: 7px; margin: 6px; border-radius: 50%; background: rgba(255,255,255,.55); }
.dash-sidebar > i.dash-bottom { margin-top: auto; border-radius: 50%; }
.dash-content { min-width: 0; padding: 23px 25px 29px; }
.dash-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid #dcded9; }
.dash-top > div { display: grid; gap: 4px; }
.dash-top small { color: #8b948e; font-size: .48rem; font-weight: 800; letter-spacing: .14em; }
.dash-top strong { font-family: var(--serif); font-size: .98rem; font-weight: 500; }
.dash-top > span { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; background: #d8b596; color: #694936; font-size: .58rem; font-weight: 800; }
.dash-title { display: flex; justify-content: space-between; gap: 20px; margin-top: 28px; }
.dash-title h3 { margin: 0; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.dash-title p { margin: 5px 0 0; color: #88918b; font-size: .6rem; }
.dash-title button { height: 35px; padding: 0 12px; border: 0; border-radius: 9px; background: #c86f4e; color: #fff; cursor: pointer; font-size: .54rem; font-weight: 750; }
.dash-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 20px; }
.dash-stats article { min-width: 0; padding: 14px; border: 1px solid #dfe0dc; border-radius: 13px; background: #fff; }
.dash-stats small, .dash-stats span { display: block; overflow: hidden; color: #8b958f; font-size: .48rem; text-overflow: ellipsis; white-space: nowrap; }
.dash-stats strong { display: block; margin: 8px 0 5px; font-family: var(--serif); font-size: 1.5rem; font-weight: 500; }
.dash-table { overflow: hidden; margin-top: 16px; border: 1px solid #dfe0dc; border-radius: 13px; background: #fff; }
.dash-table > div { min-height: 62px; display: grid; grid-template-columns: 1.5fr .78fr .55fr; align-items: center; gap: 8px; padding: 0 13px; border-top: 1px solid #e6e7e3; font-size: .55rem; }
.dash-table > div:first-child { border-top: 0; }
.dash-table .table-head { min-height: 34px; background: #fafaf8; color: #929b96; font-size: .47rem; font-weight: 800; text-transform: uppercase; }
.dash-table > div > span:first-child { display: flex; align-items: center; gap: 8px; min-width: 0; }
.dash-table > div > span > i { flex: 0 0 auto; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #e8ddd2; color: #785a48; font-size: .45rem; font-style: normal; font-weight: 800; }
.dash-table b { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dash-table b small { display: block; margin-top: 3px; color: #9ba29e; font-size: .43rem; font-weight: 500; }
.dash-table em { width: fit-content; padding: 5px 7px; border-radius: 999px; font-size: .43rem; font-style: normal; font-weight: 750; }
.status-open { background: #e4f1e7; color: #4d7456; }.status-wait { background: #f3ead8; color: #8e7045; }
.dash-table > div > strong { font-size: .51rem; font-weight: 650; }
.dashboard-note { position: absolute; z-index: 3; right: -22px; bottom: 13px; display: flex; align-items: center; gap: 8px; padding: 11px 14px; border-radius: 999px; background: #fffdf8; box-shadow: 0 12px 34px rgba(29, 43, 35, .17); color: #5e6a63; font-size: .58rem; font-weight: 750; }
.dashboard-note i { width: 7px; height: 7px; border-radius: 50%; background: #60a06e; box-shadow: 0 0 0 4px rgba(96, 160, 110, .14); }

.steps-section { background: #e8ded0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid rgba(28, 42, 36, .2); border-bottom: 1px solid rgba(28, 42, 36, .2); }
.step-card { min-height: 250px; display: grid; grid-template-columns: 46px 1fr; gap: 24px; padding: 38px 28px 34px 0; border-right: 1px solid rgba(28, 42, 36, .2); }
.step-card + .step-card { padding-left: 28px; }
.step-card:last-child { border-right: 0; }
.step-card > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(28, 42, 36, .3); border-radius: 50%; color: var(--terracotta); font-family: var(--serif); font-size: 1rem; }
.step-card h3 { margin: 6px 0 15px; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.step-card p { margin: 0; color: #69756e; font-size: .82rem; line-height: 1.75; }

.pricing-section { background: #f7f2e9; }
.pricing-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.pricing-note { display: flex; align-items: center; gap: 13px; margin-bottom: 4px; padding: 12px 17px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .48); }
.pricing-note > span { color: var(--terracotta); font-family: var(--serif); font-size: 2.3rem; line-height: 1; }
.pricing-note p { margin: 0; color: #7b857f; font-size: .62rem; line-height: 1.4; }
.pricing-note strong { display: block; color: var(--ink); font-size: .69rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; margin-top: 65px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 610px; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 253, 248, .72); }
.price-card.featured { border-color: var(--ink); background: var(--ink); color: #fffaf0; box-shadow: var(--shadow); }
.popular-label { position: absolute; right: 24px; top: 23px; padding: 6px 8px; border-radius: 999px; background: var(--terracotta); color: #fff; font-size: .48rem; font-weight: 850; letter-spacing: .1em; }
.price-top > span { color: var(--terracotta); font-size: .62rem; font-weight: 850; letter-spacing: .17em; }
.price-top p { min-height: 48px; margin: 15px 0 0; color: #717c75; font-size: .78rem; line-height: 1.55; }
.featured .price-top p { color: #aeb9b2; }
.price { display: flex; align-items: flex-start; flex-wrap: wrap; margin: 30px 0 25px; }
.price small { margin: 8px 5px 0 0; font-size: .67rem; font-weight: 800; }
.price strong { font-family: var(--serif); font-size: clamp(2.3rem, 3.3vw, 3.35rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.price span { flex-basis: 100%; margin-top: 8px; color: #87918b; font-size: .57rem; }
.price-card .button { width: 100%; }
.featured .button-primary { box-shadow: none; }
.price-card ul { display: grid; gap: 14px; margin: 29px 0 0; padding: 26px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured ul { border-color: rgba(255, 255, 255, .14); }
.price-card li { position: relative; padding-left: 23px; color: #59665e; font-size: .76rem; line-height: 1.45; }
.featured li { color: #c1cac4; }
.price-card li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--terracotta); font-weight: 900; }
.price-card li b { color: var(--ink); }
.featured li b { color: #fffaf0; }
.pricing-footnote { max-width: 760px; margin: 28px auto 0; color: #7b857f; font-size: .68rem; line-height: 1.65; text-align: center; }

.closing-section { padding-top: 40px; background: #f7f2e9; }
.closing-card { position: relative; min-height: 490px; display: grid; grid-template-columns: minmax(0, 1fr) 290px; align-items: center; overflow: hidden; padding: clamp(50px, 7vw, 90px); border-radius: 32px; background: #334d41; color: #fff; }
.closing-card::after { content: ""; position: absolute; right: -115px; top: -145px; width: 480px; height: 480px; border: 1px solid rgba(231, 208, 164, .22); border-radius: 50%; box-shadow: 0 0 0 55px rgba(231, 208, 164, .035), 0 0 0 110px rgba(231, 208, 164, .025); }
.closing-pattern { position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(rgba(255, 255, 255, .5) .7px, transparent .7px); background-size: 10px 10px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.closing-copy { position: relative; z-index: 2; }
.closing-copy h2 { max-width: 730px; margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.closing-copy > p:not(.eyebrow) { max-width: 620px; margin: 24px 0 0; color: #c4cec8; line-height: 1.75; }
.closing-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.text-link-light { display: inline-flex; gap: 12px; color: #e5eae6; font-size: .78rem; font-weight: 750; text-decoration: none; }
.text-link-light span { color: #e4b98a; }
.closing-monogram { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 9px; color: #f1d5a4; }
.closing-monogram span { font-family: var(--serif); font-size: 7.5rem; line-height: 1; }
.closing-monogram i { font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }

.faq-section { background: #fffdf8; }
.faq-grid { display: grid; grid-template-columns: minmax(290px, .65fr) minmax(470px, 1.35fr); gap: 100px; }
.faq-intro { max-width: 330px; margin: 24px 0 0; color: var(--muted); line-height: 1.7; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 25px 50px 25px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.18rem; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; right: 4px; top: 32px; width: 15px; height: 1px; background: var(--ink); transition: transform .2s ease; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 650px; margin: -7px 0 25px; color: var(--muted); font-size: .84rem; line-height: 1.75; }

.site-footer { padding: 75px 0 28px; background: #17241e; color: #f6f0e6; }
.footer-top { display: grid; grid-template-columns: 1fr 1.15fr auto; align-items: center; gap: 60px; padding-bottom: 70px; }
.brand-footer { color: #f6f0e6; }
.brand-footer .brand-mark { background: #f2e8d9; color: var(--ink); }
.footer-top > p { max-width: 440px; margin: 0; color: #9eaaa3; font-size: .82rem; line-height: 1.7; }
.footer-cta { display: flex; align-items: center; gap: 18px; padding-bottom: 8px; border-bottom: 1px solid rgba(255, 255, 255, .28); color: #fff; font-size: .78rem; font-weight: 750; text-decoration: none; }
.footer-cta span { color: #dcaa78; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); color: #77857d; font-size: .62rem; }
.footer-bottom nav { display: flex; gap: 26px; }
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { color: #fff; }

.modal { position: fixed; z-index: 150; inset: 0; display: grid; place-items: center; padding: 22px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(12, 21, 16, .75); backdrop-filter: blur(10px); animation: fadeIn .22s ease both; }
.preview-dialog, .order-dialog { position: relative; z-index: 2; width: min(920px, 100%); max-height: calc(100vh - 44px); overflow: auto; border-radius: 28px; background: var(--paper); box-shadow: 0 35px 110px rgba(0, 0, 0, .35); animation: dialogIn .3s ease both; }
.preview-dialog { min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 50px 58px; }
.modal-close { position: absolute; z-index: 5; right: 18px; top: 17px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(28, 42, 36, .17); border-radius: 50%; background: rgba(255, 253, 248, .86); color: var(--ink); cursor: pointer; font-size: 1.4rem; line-height: 1; }
.preview-info h2, .order-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 4.2rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.preview-info > p:not(.eyebrow), .order-heading > p:not(.eyebrow) { max-width: 410px; margin: 19px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.7; }
.preview-info ul { display: grid; gap: 10px; margin: 27px 0 32px; padding: 0; list-style: none; }
.preview-info li { position: relative; padding-left: 22px; color: #536158; font-size: .77rem; }
.preview-info li::before { content: "✓"; position: absolute; left: 0; color: var(--terracotta); font-weight: 900; }
.phone-shell { position: relative; justify-self: end; width: 276px; height: 552px; padding: 10px; border: 2px solid #151b18; border-radius: 38px; background: #202724; box-shadow: 0 28px 60px rgba(31, 45, 37, .28); }
.phone-speaker { position: absolute; z-index: 4; left: 50%; top: 16px; width: 76px; height: 18px; transform: translateX(-50%); border-radius: 999px; background: #111; }
.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 29px; background: #425e4e; }
.phone-status { position: relative; z-index: 4; display: flex; justify-content: space-between; padding: 13px 17px; color: #fff; font-size: .46rem; font-weight: 750; }
.phone-invite { position: relative; z-index: 3; height: calc(100% - 38px); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px; color: #fff7e5; text-align: center; }
.phone-invite small { font-size: .46rem; font-weight: 800; letter-spacing: .21em; }
.phone-invite h3 { margin: 14px 0; font-family: var(--serif); font-size: 2.1rem; font-weight: 400; line-height: .92; }
.phone-invite > i { width: 35px; height: 1px; background: #d8b77d; }
.phone-invite p { margin: 13px 0 0; font-size: .48rem; letter-spacing: .13em; }
.phone-invite button { min-height: 36px; margin-top: 28px; padding: 0 14px; border: 1px solid rgba(255, 255, 255, .58); background: rgba(247, 236, 207, .92); color: #294235; font-size: .52rem; font-weight: 800; }
.skin-pixel { background: linear-gradient(rgba(23, 43, 30, .38), rgba(15, 25, 19, .62)), url("../assets/wedding-rpg-map.webp") center/cover; }
.skin-botanic { background: linear-gradient(rgba(35, 42, 34, .3), rgba(30, 35, 29, .7)), url("../assets/photobooth-garden.webp") center/cover; }
.skin-heritage { background: repeating-radial-gradient(circle at 0 50%, transparent 0 24px, rgba(230, 188, 112, .18) 25px 26px, transparent 27px 46px), linear-gradient(145deg, #63382d, #8a5942, #4d2a24); }
.skin-ivory { background: linear-gradient(135deg, #f1eadd, #d7cfc2); }.skin-ivory .phone-invite, .skin-ivory .phone-status { color: #24352c; }.skin-ivory .phone-invite button { border-color: #52645a; background: #263b31; color: #fff; }
.skin-midnight { background: radial-gradient(circle at 50% 115%, #37516e, #12243b 55%, #0a1423); }.skin-midnight::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, #ead4a5 0 1px, transparent 1.2px); background-size: 38px 38px; opacity: .55; }
.skin-coastal { background: radial-gradient(circle at 74% 25%, #d38865 0 45px, transparent 46px), linear-gradient(165deg, #dce5df 0 58%, #6e918c 59% 72%, #426b69 73%); }.skin-coastal .phone-invite, .skin-coastal .phone-status { color: #28473f; }.skin-coastal .phone-invite > i { background: #a75d43; }
.order-dialog { width: min(720px, 100%); padding: 52px 58px; }
.order-heading h2 { font-size: clamp(2.4rem, 5vw, 3.7rem); }
.order-form { display: grid; gap: 16px; margin-top: 34px; }
.order-form label { display: grid; gap: 8px; color: #4f5d55; font-size: .68rem; font-weight: 750; }
.order-form input, .order-form select { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid rgba(28, 42, 36, .22); border-radius: 11px; outline: none; background: rgba(255, 255, 255, .7); color: var(--ink); }
.order-form input:focus, .order-form select:focus { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(198, 111, 77, .12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.order-form > .button { margin-top: 6px; }
.order-form > small { color: #8a938e; font-size: .56rem; line-height: 1.5; text-align: center; }
.toast { position: fixed; z-index: 220; left: 50%; bottom: 26px; max-width: min(430px, calc(100% - 32px)); transform: translate(-50%, 20px); padding: 13px 17px; border-radius: 12px; background: #15251e; box-shadow: 0 14px 40px rgba(16, 29, 22, .28); color: #fff; font-size: .72rem; font-weight: 700; opacity: 0; pointer-events: none; transition: .25s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes fadeIn { from { opacity: 0; } }
@keyframes dialogIn { from { opacity: 0; transform: translateY(18px) scale(.985); } }

@media (max-width: 1080px) {
  .header-shell { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 45px; }
  .hero-copy h1 { font-size: clamp(3.7rem, 6.8vw, 5.3rem); }
  .feature-float { left: -20px; }.rsvp-float { right: -16px; }
  .experience-grid { grid-template-columns: .85fr 1.15fr; gap: 50px; }
  .dashboard-window { min-height: 520px; }
  .price-card { padding: 28px 24px; }
}

@media (max-width: 900px) {
  .section { padding: 92px 0; }
  .hero { padding-top: 125px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 0; text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-facts { justify-content: center; }
  .hero-copy h1, .hero-lead { margin-inline: auto; }
  .hero-visual { width: min(650px, 100%); margin-inline: auto; }
  .world-preview { height: 570px; }
  .trust-row { flex-direction: column; }
  .intro-grid, .section-head-row, .pricing-heading, .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .intro-copy { max-width: 670px; }
  .benefit-grid { gap: 12px; }
  .benefit-card { min-height: 290px; padding: 25px; }
  .section-aside { max-width: 650px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-copy { max-width: 650px; }
  .dashboard-stage { width: min(700px, 100%); margin-inline: auto; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card, .step-card + .step-card { min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(28, 42, 36, .2); }
  .step-card:last-child { border-bottom: 0; }
  .pricing-note { width: fit-content; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; margin-top: 50px; }
  .price-card { min-height: 0; }
  .closing-card { grid-template-columns: 1fr; }
  .closing-monogram { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > p { grid-column: span 2; grid-row: 2; }
  .footer-cta { justify-self: end; }
}

@media (max-width: 680px) {
  .container, .header-shell { width: min(100% - 30px, var(--container)); }
  .section { padding: 78px 0; }
  .site-header { padding: 10px 0; }
  .header-shell { grid-template-columns: 1fr auto; gap: 15px; }
  .brand { font-size: 1.05rem; }.brand-mark { width: 36px; height: 36px; }.brand small { font-size: .42rem; }
  .header-cta { display: none; }
  .menu-toggle { position: relative; width: 43px; height: 43px; display: block; border: 1px solid rgba(28, 42, 36, .18); border-radius: 50%; background: rgba(255, 253, 248, .68); }
  .menu-toggle span { position: absolute; left: 12px; right: 12px; height: 1px; background: var(--ink); transition: .2s ease; }
  .menu-toggle span:first-child { top: 16px; }.menu-toggle span:last-child { bottom: 15px; }
  .menu-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { bottom: 20px; transform: rotate(-45deg); }
  .brand, .menu-toggle { position: relative; z-index: 2; }
  .main-nav { position: fixed; z-index: 1; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 23px; transform: translateY(-100%); padding: 90px 30px 35px; background: #f6f0e6; opacity: 0; pointer-events: none; transition: .3s ease; }
  .main-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a { font-family: var(--serif); font-size: 2.3rem; font-weight: 400; }
  .hero { min-height: auto; padding: 120px 0 35px; }
  .hero-copy { padding-top: 20px; }
  .hero-copy h1 { font-size: clamp(3.15rem, 15.4vw, 4.55rem); }
  .hero-lead { margin-top: 25px; font-size: .93rem; }
  .hero-actions { flex-direction: column; margin-top: 29px; }
  .hero-actions .button { width: min(100%, 330px); }
  .hero-facts { gap: 11px 16px; font-size: .63rem; }
  .hero-visual { padding-top: 25px; }
  .browser-frame { border-radius: 20px; }
  .browser-top { height: 42px; grid-template-columns: auto 1fr; padding: 0 12px; }.browser-address { justify-self: stretch; }.secure-pill { display: none; }
  .world-preview { height: 500px; min-height: 0; }
  .couple-card { width: calc(100% - 54px); padding: 25px 17px 22px; }
  .couple-card strong { font-size: 2.15rem; }
  .guest-chip-two { display: none; }.guest-chip-one { left: 12px; bottom: 15px; }.live-chip { left: 12px; top: 13px; }
  .floating-card { display: none; }
  .trust-row { margin-top: 45px; }
  .trust-row div { max-width: 100%; flex-wrap: wrap; justify-content: center; gap: 11px; }
  .section-heading h2, .section-heading.compact h2, .pricing-heading h2 { font-size: clamp(2.55rem, 12vw, 3.55rem); }
  .intro-grid { gap: 30px; }
  .benefit-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .benefit-card { min-height: 255px; }
  .benefit-card h3 { margin-top: 52px; }
  .themes-section { padding-top: 85px; }
  .theme-toolbar { overflow-x: auto; margin-right: -15px; padding-right: 15px; scrollbar-width: none; }
  .theme-toolbar::-webkit-scrollbar { display: none; }
  .filter-button { flex: 0 0 auto; }
  .theme-toolbar > span { display: none; }
  .theme-grid { grid-template-columns: 1fr; gap: 35px; }
  .theme-preview { aspect-ratio: 1.15 / 1; }
  .mini-heritage { inset: 14% 23%; }
  .preview-action { transform: none; opacity: 1; }
  .theme-meta h3 { font-size: 1.35rem; }
  .experience-copy h2 { font-size: clamp(2.65rem, 12vw, 3.6rem); }
  .dashboard-stage { margin-top: 10px; padding-bottom: 30px; }
  .dashboard-stage::before { inset: -7% -18%; }
  .dashboard-window { min-height: 455px; grid-template-columns: 45px 1fr; border-width: 5px; border-radius: 20px; }
  .dash-sidebar { gap: 18px; padding: 12px 0; }.dash-logo { width: 26px; height: 26px; }.dash-sidebar > i { width: 17px; height: 17px; }
  .dash-content { padding: 17px 13px; }.dash-title { margin-top: 20px; }.dash-title h3 { font-size: 1.25rem; }.dash-title button { padding: 0 8px; font-size: .46rem; }
  .dash-stats { gap: 6px; }.dash-stats article { padding: 10px 8px; }.dash-stats strong { font-size: 1.2rem; }
  .dash-table > div { grid-template-columns: 1.35fr .75fr; min-height: 56px; padding: 0 8px; }.dash-table > div > *:last-child { display: none; }.dash-table > div > span > i { width: 23px; height: 23px; }
  .dashboard-note { right: -5px; bottom: 3px; }
  .steps-grid { margin-top: 48px; }
  .step-card { grid-template-columns: 42px 1fr; gap: 17px; }
  .pricing-grid { margin-top: 38px; }
  .price-card { padding: 28px 23px; border-radius: 20px; }
  .closing-section { padding-top: 20px; }
  .closing-card { width: calc(100% - 20px); min-height: 520px; padding: 48px 25px; border-radius: 25px; }
  .closing-copy h2 { font-size: clamp(2.65rem, 12vw, 3.65rem); }
  .closing-actions { align-items: flex-start; flex-direction: column; }
  .faq-grid { gap: 45px; }
  .accordion summary { padding-right: 40px; font-size: 1.08rem; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; padding-bottom: 45px; }
  .footer-top > p { grid-column: auto; grid-row: auto; }.footer-cta { justify-self: start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }.footer-bottom nav { flex-wrap: wrap; gap: 18px; }
  .modal { padding: 10px; }
  .preview-dialog { min-height: 0; grid-template-columns: 1fr; gap: 35px; padding: 52px 24px 30px; }
  .preview-info { text-align: center; }.preview-info .eyebrow { justify-content: center; }.preview-info > p:not(.eyebrow) { margin-inline: auto; }.preview-info ul { width: fit-content; margin-inline: auto; text-align: left; }
  .phone-shell { justify-self: center; width: 242px; height: 475px; }
  .order-dialog { padding: 52px 22px 28px; }
  .form-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* RuangJanji RPG Identity V2 — soft, romantic, readable */
:root {
  --paper: #f5ecdc;
  --paper-2: #e8d8be;
  --ink: #23382e;
  --muted: #5e6d64;
  --sage: #718f78;
  --sage-dark: #315b45;
  --terracotta: #c9704f;
  --terracotta-dark: #a95138;
  --gold: #d1aa68;
  --line: rgba(35, 56, 46, .18);
  --white: #fffaf0;
  --shadow: 8px 10px 0 rgba(35, 56, 46, .08), 0 28px 70px rgba(31, 51, 41, .13);
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 18px;
  --pixel: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

body { font-size: 16px; line-height: 1.6; }
p, li { text-wrap: pretty; }
.site-header.scrolled { background: rgba(245, 236, 220, .94); }
.brand { font-size: 1.3rem; }
.brand small { font-family: var(--pixel); font-size: .75rem; line-height: 1.2; letter-spacing: .1em; }
.brand-mark { border: 2px solid #e1c792; border-radius: 9px; box-shadow: 3px 3px 0 rgba(35, 56, 46, .16); }
.main-nav a { font-size: .95rem; }

.button { min-height: 52px; border-radius: 9px; font-size: .93rem; box-shadow: 3px 3px 0 rgba(35, 56, 46, .13); }
.button:hover { transform: translate(-1px, -2px); box-shadow: 5px 6px 0 rgba(35, 56, 46, .13); }
.button-small { min-height: 44px; font-size: .85rem; }
.text-button { font-size: .93rem; }
.eyebrow { font-family: var(--pixel); font-size: .82rem; letter-spacing: .11em; }

.hero {
  background:
    linear-gradient(180deg, rgba(255, 250, 239, .84), rgba(242, 229, 208, .94)),
    linear-gradient(90deg, rgba(49, 91, 69, .045) 1px, transparent 1px),
    linear-gradient(rgba(49, 91, 69, .045) 1px, transparent 1px);
  background-size: auto, 16px 16px, 16px 16px;
}
.hero::before { background-image: radial-gradient(rgba(49, 91, 69, .16) 1px, transparent 1px); background-size: 16px 16px; opacity: .42; }
.hero-copy h1 { line-height: .94; letter-spacing: -.05em; }
.hero-lead { color: #4f6257; font-size: clamp(1.05rem, 1.35vw, 1.18rem); line-height: 1.75; }
.hero-facts { font-size: .88rem; }
.hero-facts i { border-radius: 6px; font-size: .75rem; }
.browser-frame { border: 4px solid #324c3e; border-radius: 15px; box-shadow: 8px 9px 0 rgba(49, 76, 62, .17), 0 35px 90px rgba(33, 48, 39, .18); }
.browser-top { background: #f5ead7; border-bottom: 2px solid #324c3e; }
.browser-address { border-color: rgba(35, 56, 46, .2); border-radius: 5px; font-family: var(--pixel); font-size: .75rem; }
.secure-pill { font-family: var(--pixel); font-size: .72rem; }
.couple-card { border: 2px solid rgba(250, 224, 171, .75); border-radius: 8px; background: rgba(28, 50, 37, .82); box-shadow: 5px 6px 0 rgba(10, 24, 16, .32); }
.couple-card small { font-family: var(--pixel); font-size: .75rem; }
.couple-card > span { font-family: var(--pixel); font-size: .75rem; }
.couple-card button { border-radius: 6px; font-size: .82rem; }
.guest-chip, .live-chip { border-radius: 8px; }
.guest-chip { font-size: .78rem; }
.live-chip { font-size: .78rem; }
.floating-card { border-radius: 9px; box-shadow: 4px 5px 0 rgba(34, 48, 40, .14); }
.feature-float small { font-size: .75rem; }
.feature-float strong { font-size: .85rem; }
.rsvp-float span { font-size: .75rem; }
.trust-row p { font-size: 1rem; }
.trust-row div { font-family: var(--pixel); font-size: .75rem; letter-spacing: .08em; }

.intro-copy p, .section-aside, .experience-copy > p:not(.eyebrow), .closing-copy > p:not(.eyebrow), .faq-intro { font-size: 1rem; }
.arrow-link { font-size: .9rem; }
.benefit-card { border-width: 2px; border-radius: 12px; background: #fcf7ec; box-shadow: 4px 5px 0 rgba(35, 56, 46, .06); }
.card-number { font-family: var(--pixel); font-size: .75rem; }
.benefit-icon { border: 1px solid rgba(35, 56, 46, .13); border-radius: 9px; }
.benefit-card h3 { font-size: 1.7rem; }
.benefit-card p { font-size: 1rem; }

.themes-section {
  position: relative;
  background:
    radial-gradient(circle at 88% 14%, rgba(201, 112, 79, .15), transparent 27%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    #1d3328;
  background-size: auto, 18px 18px, 18px 18px, auto;
}
.section-aside { color: #c0cbc4; }
.theme-toolbar { gap: 10px; }
.filter-button { min-height: 42px; border-radius: 8px; font-family: var(--pixel); font-size: .82rem; }
.theme-toolbar > span { font-family: var(--pixel); font-size: .8rem; }
.theme-grid { gap: 52px 25px; }
.theme-preview { aspect-ratio: 1.34 / 1; border: 3px solid #d7bc82; border-radius: 10px; background: #243d30; box-shadow: 6px 7px 0 rgba(6, 18, 12, .34); }
.theme-preview::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(10, 24, 16, .02), rgba(10, 24, 16, .28)); pointer-events: none; }
.theme-preview::after { z-index: 6; border: 1px solid rgba(255, 246, 222, .38); border-radius: 6px; box-shadow: inset 0 0 0 5px rgba(255, 246, 222, .045); }
.theme-preview > img { object-position: center 45%; image-rendering: auto; filter: saturate(.88) contrast(.96) brightness(.94); }
.theme-badge { border: 1px solid rgba(255, 239, 203, .5); border-radius: 6px; background: rgba(25, 48, 35, .83); font-family: var(--pixel); font-size: .75rem; letter-spacing: .08em; }
.preview-action { border: 1px solid rgba(35, 56, 46, .2); border-radius: 6px; font-size: .8rem; }
.mini-map-invite { left: 50%; top: 52%; width: min(56%, 310px); min-height: 47%; transform: translate(-50%, -50%); padding: 24px 18px; border: 2px solid rgba(255, 229, 176, .7); border-radius: 7px; background: rgba(25, 48, 35, .79); box-shadow: 4px 5px 0 rgba(8, 20, 13, .3); color: #fff7e5; backdrop-filter: blur(7px); }
.mini-map-invite::before, .mini-map-invite::after { content: ""; position: absolute; width: 20px; height: 20px; border-color: #dfba77; }
.mini-map-invite::before { left: 7px; top: 7px; border-left: 1px solid; border-top: 1px solid; }
.mini-map-invite::after { right: 7px; bottom: 7px; border-right: 1px solid; border-bottom: 1px solid; }
.mini-map-invite small { font-family: var(--pixel); font-size: clamp(.7rem, .78vw, .8rem); letter-spacing: .1em; }
.mini-map-invite strong { margin: 14px 0 10px; font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 2.65rem); font-weight: 400; line-height: .98; }
.mini-map-invite strong i { color: #e2bd7d; font-weight: 400; }
.mini-map-invite > i { color: #f0d8a9; font-family: var(--pixel); font-size: clamp(.7rem, .78vw, .78rem); font-style: normal; letter-spacing: .12em; }
.mini-map-light { border-color: rgba(63, 83, 70, .48); background: rgba(255, 250, 239, .82); color: #263c31; }
.mini-map-light strong i, .mini-map-light > i { color: #996244; }
.theme-meta { padding-top: 20px; }
.theme-meta h3 { font-size: 1.65rem; }
.theme-meta p { color: #b0bdb5; font-size: .95rem; }
.theme-meta > span { font-family: var(--pixel); font-size: .75rem; }

.feature-tab span { font-family: var(--pixel); font-size: .75rem; }
.feature-tab b { font-size: 1.2rem; }
.feature-tab i { font-size: .9rem; }
.dashboard-window { border-radius: 14px; box-shadow: 7px 8px 0 rgba(35, 56, 46, .15), 0 25px 65px rgba(34, 49, 40, .16); }
.dash-logo { border-radius: 7px; }
.dash-top small, .dash-title p, .dash-stats small, .dash-stats span, .dash-table .table-head, .dash-table b small { font-size: .75rem; }
.dash-top strong { font-size: 1.08rem; }
.dash-title button, .dash-table > div, .dash-table > div > strong, .dash-table em, .dashboard-note { font-size: .75rem; }
.dash-table > div > span > i { font-size: .72rem; }
.step-card p { font-size: 1rem; }

.pricing-note { border-width: 2px; border-radius: 9px; box-shadow: 3px 4px 0 rgba(35, 56, 46, .07); }
.pricing-note p { font-size: .8rem; }
.pricing-note strong { font-size: .9rem; }
.price-card { border-width: 2px; border-radius: 12px; box-shadow: 4px 5px 0 rgba(35, 56, 46, .06); }
.price-card.featured { box-shadow: 7px 8px 0 rgba(201, 112, 79, .24), 0 28px 70px rgba(31, 51, 41, .13); }
.popular-label { border-radius: 6px; font-family: var(--pixel); font-size: .75rem; }
.price-top > span { font-family: var(--pixel); font-size: .8rem; }
.price-top p { font-size: 1rem; }
.price small { font-size: .8rem; }
.price span { font-size: .8rem; }
.price-card li { font-size: .95rem; }
.pricing-footnote { font-size: .82rem; }

.closing-card { border: 3px solid #d0ad70; border-radius: 15px; box-shadow: 8px 9px 0 rgba(35, 56, 46, .16); }
.text-link-light { font-size: .9rem; }
.accordion summary { font-size: 1.25rem; }
.accordion details p { font-size: 1rem; }
.footer-top > p { font-size: .95rem; }
.footer-cta { font-size: .9rem; }
.footer-bottom { font-size: .78rem; }

.preview-dialog, .order-dialog { border: 3px solid #314b3d; border-radius: 14px; box-shadow: 8px 9px 0 rgba(10, 23, 16, .38), 0 35px 110px rgba(0, 0, 0, .3); }
.modal-close { border-radius: 7px; }
.preview-info > p:not(.eyebrow), .order-heading > p:not(.eyebrow) { font-size: 1rem; }
.preview-info li { font-size: .95rem; }
.phone-shell { border-width: 3px; border-radius: 28px; box-shadow: 7px 8px 0 rgba(31, 45, 37, .2), 0 28px 60px rgba(31, 45, 37, .24); }
.phone-screen { border-radius: 19px; background-position: center; }
.phone-screen::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(12, 25, 17, .12), rgba(12, 25, 17, .5)); pointer-events: none; }
.phone-status { font-family: var(--pixel); font-size: .7rem; }
.phone-invite { height: calc(100% - 70px); margin: 8px 16px 0; padding: 24px 17px; border: 2px solid rgba(255, 231, 181, .7); border-radius: 7px; background: rgba(25, 48, 35, .78); box-shadow: 4px 5px 0 rgba(7, 18, 11, .28); backdrop-filter: blur(7px); }
.phone-invite small { font-family: var(--pixel); font-size: .72rem; }
.phone-invite p { font-family: var(--pixel); font-size: .72rem; }
.phone-invite button { border-radius: 6px; font-size: .8rem; }
.skin-pixel { background-image: linear-gradient(rgba(23, 43, 30, .2), rgba(15, 25, 19, .38)), url("../assets/wedding-rpg-map.webp"); }
.skin-royal { background: linear-gradient(rgba(41, 31, 21, .14), rgba(27, 21, 15, .46)), url("../assets/wedding-royal-ballroom-map.webp") center/cover; }
.skin-tropical { background: linear-gradient(rgba(34, 63, 49, .08), rgba(28, 45, 35, .44)), url("../assets/pantai-tropical-map.webp") center/cover; }
.skin-traditional { background: linear-gradient(rgba(49, 35, 23, .12), rgba(32, 26, 18, .5)), url("../assets/traditional-indonesia-map.webp") center/cover; }
.skin-minimal { background: linear-gradient(rgba(255, 250, 240, .05), rgba(45, 61, 51, .2)), url("../assets/minimal-elegant-map.webp") center/cover; }
.skin-minimal::before { background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(244,236,221,.2)); }
.skin-minimal .phone-status { color: #263c31; text-shadow: 0 1px 3px #fff; }
.skin-minimal .phone-invite { border-color: rgba(50, 73, 60, .45); background: rgba(255, 250, 239, .84); color: #263c31; }
.skin-minimal .phone-invite button { border-color: #52645a; background: #263b31; color: #fff; }
.skin-hall-3d { background: linear-gradient(rgba(28, 37, 31, .08), rgba(19, 29, 23, .48)), url("../assets/pixel-hall-3d-map.webp") center/cover; }
.skin-night { background: linear-gradient(rgba(10, 19, 30, .08), rgba(7, 14, 26, .48)), url("../assets/garden-night-map.webp") center/cover; }
.order-form label { font-size: .9rem; }
.order-form > small { font-size: .75rem; }
.toast { border: 2px solid #d1aa68; border-radius: 8px; font-size: .85rem; }

@media (max-width: 680px) {
  .brand small { font-size: .7rem; }
  .hero-copy h1 { font-size: clamp(3rem, 14vw, 4.25rem); }
  .hero-lead { font-size: 1rem; }
  .hero-facts { font-size: .8rem; }
  .browser-frame { border-width: 3px; border-radius: 12px; }
  .theme-preview { aspect-ratio: 1.08 / 1; }
  .mini-map-invite { width: 64%; min-height: 50%; padding: 20px 14px; }
  .mini-map-invite small, .mini-map-invite > i { font-size: .7rem; }
  .theme-meta h3 { font-size: 1.55rem; }
  .dashboard-window { border-radius: 12px; }
  .dash-title button, .dash-table > div, .dash-table > div > strong, .dash-table em, .dashboard-note { font-size: .7rem; }
  .dash-top small, .dash-title p, .dash-stats small, .dash-stats span, .dash-table .table-head, .dash-table b small { font-size: .7rem; }
  .price-card, .closing-card { border-radius: 12px; }
  .phone-shell { border-radius: 25px; }
}
