@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap";:root{color-scheme:light;--bg: #fbfafc;--surface: rgba(255, 255, 255, .94);--surface-strong: #ffffff;--border: rgba(140, 111, 161, .12);--text: #2d2331;--muted: #6c6173;--lavender: #b89fd1;--lavender-strong: #7f619f;--lavender-soft: #f2eaf8;--shadow: 0 12px 30px rgba(94, 72, 111, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text);font-family:Inter,sans-serif;background:radial-gradient(circle at top left,rgba(183,155,211,.12),transparent 30%),linear-gradient(180deg,#fff,#fbf8fc 44%,#f4eff7)}a{color:inherit;text-decoration:none}button,a.button{font:inherit}img{display:block;width:100%}#root{min-height:100vh}.page-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:20px 0 88px}.scroll-progress{position:sticky;top:0;z-index:40;height:3px;margin:0 0 12px;border-radius:999px;background:#b79bd31f;overflow:hidden}.scroll-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--lavender-strong),#c8aedf);transition:width .14s linear}.site-nav{display:inline-flex;flex-wrap:wrap;gap:10px;margin:8px 0 18px;padding:8px;border:1px solid rgba(142,110,176,.14);border-radius:18px;background:#ffffffe0;box-shadow:0 10px 24px #5e486f0f}.site-nav a{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:14px;color:var(--lavender-strong);background:#f2eaf8cc;font-size:.92rem;font-weight:600}.home-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:34px}.home-card{display:flex;flex-direction:column;gap:12px;padding:24px;border-radius:22px;border:1px solid rgba(142,110,176,.16);background:linear-gradient(180deg,#fffffff7,#f6f0fadb);box-shadow:0 10px 24px #5e486f14;min-height:240px}.home-card__label{align-self:flex-start;display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:var(--lavender-soft);color:var(--lavender-strong);font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em}.home-card h2{margin-top:6px;font-size:clamp(2rem,4vw,2.9rem)}.home-card p{margin:0;color:var(--muted);line-height:1.75;max-width:36ch}.home-card strong{margin-top:auto;color:var(--lavender-strong);font-weight:700}.home-note{margin-top:22px;padding:24px;border-radius:22px;border:1px solid rgba(142,110,176,.16);background:linear-gradient(180deg,#fffffff5,#f4edf8db);box-shadow:0 10px 24px #5e486f14}.home-note h2{margin-top:10px;font-size:clamp(2rem,4vw,3rem)}.home-note p{margin:12px 0 0;max-width:72ch;color:var(--muted);line-height:1.8}.hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:32px;align-items:center;min-height:calc(100vh - 72px)}.hero--compact{min-height:auto;padding-bottom:8px;grid-template-columns:1fr}.hero--compact .hero__content{padding-bottom:0}.hero--compact .hero__ornament{display:none}.hero__content{padding:8px 0 20px}.eyebrow,.section__eyebrow,.detail-card__label,.gift-card__tag,.meta-card__label{text-transform:uppercase;letter-spacing:.22em;font-size:.72rem;font-weight:700;color:var(--lavender-strong)}h1,h2,h3{margin:0;font-family:Cormorant Garamond,serif;line-height:.95}h1{font-size:clamp(4rem,11vw,7.5rem);margin-top:14px;letter-spacing:-.03em}.lead{max-width:56ch;margin:20px 0 0;font-size:1.08rem;line-height:1.8;color:var(--muted)}.hero__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}.meta-card{padding:18px 16px;border:1px solid var(--border);border-radius:18px;background:#ffffffe0;box-shadow:0 10px 22px #5e486f14}.meta-card strong{display:block;margin-top:14px;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,5vw,3.2rem);color:var(--text)}.meta-card__helper{display:block;margin-top:2px;color:var(--muted)}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.hero__info{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hero__info span{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;border:1px solid rgba(142,110,176,.14);background:#ffffffe0;color:var(--muted);font-size:.84rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.reveal,.reveal-item{animation:fadeUp .9s ease both}.reveal-item:nth-child(2){animation-delay:80ms}.reveal-item:nth-child(3){animation-delay:.14s}.reveal-item:nth-child(4){animation-delay:.2s}.reveal-item:nth-child(5){animation-delay:.26s}.reveal-item:nth-child(6){animation-delay:.32s}.reveal-item:nth-child(7){animation-delay:.38s}.reveal-item:nth-child(8){animation-delay:.44s}.reveal-item:nth-child(9){animation-delay:.5s}.reveal-item:nth-child(10){animation-delay:.56s}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;border:1px solid transparent;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.button:hover,.gift-card__button:hover{transform:translateY(-1px)}.button--primary{color:#fff;background:linear-gradient(135deg,var(--lavender-strong),#a887cc);box-shadow:0 12px 22px #8e6eb038}.button--ghost{color:var(--lavender-strong);background:#ffffffd6;border-color:#8e6eb02e}.hero__ornament{position:relative;min-height:620px;border-radius:28px;overflow:hidden;border:1px solid rgba(142,110,176,.18);background:linear-gradient(160deg,#fffffffa,#f2ecf6f5),radial-gradient(circle at top,rgba(183,155,211,.24),transparent 38%);box-shadow:0 14px 32px #5e486f14}.hero__ornamentImage{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 28%}.hero__ornamentShade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0a,#ffffff03 42%,#46344f29),linear-gradient(135deg,rgba(183,155,211,.08),transparent 45%)}.hero__ornamentBadge{position:absolute;left:18px;bottom:18px;padding:12px 16px;border-radius:999px;background:#ffffffd6;color:var(--lavender-strong);font-family:Cormorant Garamond,serif;font-size:1.35rem;letter-spacing:.08em;box-shadow:0 10px 24px #5e486f1f}.orb{position:absolute;border-radius:50%;background:radial-gradient(circle,#b79bd36b,#b79bd300)}.orb--large{width:320px;height:320px;top:46px;left:-20px}.orb--small{width:220px;height:220px;right:-10px;bottom:44px}.frame{position:absolute;top:22%;right:22%;bottom:22%;left:22%;border-radius:36px;border:1px solid rgba(142,110,176,.22);background:#fff6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.frame__line{position:absolute;left:14%;right:14%;top:50%;height:1px;background:#8e6eb038}.frame__line--vertical{top:14%;bottom:14%;left:50%;width:1px;height:auto}.frame__center{position:absolute;top:30%;right:30%;bottom:30%;left:30%;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#fffffff2,#f5ecfae0);color:var(--lavender-strong);font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3.4rem);letter-spacing:.08em}.details-grid,.gift-grid,.album-grid{display:grid;gap:18px}.details-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:8px}.detail-card,.gift-card,.photo-card{border:1px solid var(--border);background:var(--surface);box-shadow:0 10px 24px #5e486f14}.detail-card{padding:24px;border-radius:22px}.detail-card h2,.section__header h2,.gift-card h3{margin-top:12px;font-size:clamp(2rem,4vw,3rem)}.detail-card p,.gift-card p,.section__summary{margin:12px 0 0;color:var(--muted);line-height:1.75}.section{margin-top:56px}.section--story{margin-top:64px}.story-tree{position:relative;display:grid;gap:22px;padding:10px 0 0}.story-tree__header{display:grid;gap:10px;max-width:62ch;margin-bottom:4px}.story-tree__label{display:inline-flex;align-items:center;width:fit-content;min-height:30px;padding:0 12px;border-radius:999px;background:var(--lavender-soft);color:var(--lavender-strong);font-size:.76rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.story-tree__header p{margin:0;color:var(--muted);line-height:1.75}.story-tree:before{content:"";position:absolute;top:108px;bottom:72px;left:50%;width:1px;transform:translate(-50%);background:linear-gradient(180deg,#8e6eb014,#7f619f66,#8e6eb014)}.story-rung{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 92px minmax(0,1fr);align-items:center;gap:16px}.story-rung--right .story-rung__card{justify-self:end}.story-rung__card{width:min(100%,520px);display:grid;gap:12px;padding:20px 22px;border-radius:20px;border:1px solid rgba(142,110,176,.14);background:#fffffff2;box-shadow:0 10px 24px #5e486f12}.story-rung__card--photo{padding:0;overflow:hidden}.story-rung__card h3{margin:0;font-size:clamp(1.7rem,3.3vw,2.3rem)}.story-rung__card p{margin:0;color:var(--muted);line-height:1.8}.story-rung__tag{display:inline-flex;align-items:center;width:fit-content;min-height:30px;padding:0 12px;border-radius:999px;background:var(--lavender-soft);color:var(--lavender-strong);font-size:.76rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.story-rung__tag--secret{background:#efe6f7e6}.story-rung__tag--future{background:#f2eaf8eb}.story-rung__photo{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:0;box-shadow:none}.story-rung__trunk{position:relative;display:grid;place-items:center;min-height:122px}.story-rung__trunk:before,.story-rung__branch:before{content:"";position:absolute;top:50%;width:100%;height:1px;transform:translateY(-50%);background:linear-gradient(90deg,#7f619f6b,#8e6eb014)}.story-rung--right .story-rung__trunk:before{background:linear-gradient(90deg,#8e6eb014,#7f619f6b)}.story-rung__branch{position:relative;min-height:122px}.story-rung__branch--secret:before{width:calc(100% - 12px)}.story-rung__node{position:relative;z-index:1;display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--lavender-strong),#b997d5);color:#fff;font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:700;box-shadow:0 10px 20px #8e6eb033}.story-rung__card--locked{background:linear-gradient(180deg,#fffffffa,#f6f1fae6);border-style:dashed}.story-rung__card--sealed{min-height:160px;justify-items:center;align-content:center;text-align:center;gap:14px;background:radial-gradient(circle at 50% 42%,rgba(183,155,211,.14),transparent 30%),linear-gradient(180deg,#fffffff7,#f6f1fae6);border-style:dashed;position:relative}.story-rung__card--sealed:before{content:"";position:absolute;top:16px;right:16px;bottom:16px;left:16px;border-radius:16px;border:1px solid rgba(142,110,176,.12);background:radial-gradient(circle at 50% 45%,rgba(239,230,247,.82),transparent 28%),linear-gradient(180deg,#ffffff59,#fff0);pointer-events:none}.story-rung__lock{position:relative;z-index:1;display:inline-grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#f2eaf8eb;color:var(--lavender-strong);font-size:1.55rem;box-shadow:0 10px 20px #5e486f14}.story-rung__card--locked strong{color:var(--lavender-strong);font-family:Cormorant Garamond,serif;font-size:1.7rem;line-height:1}.story-rung__card--open{background:linear-gradient(180deg,#fffffffa,#f4ecf8eb)}.story-rung__card--secret{background:linear-gradient(180deg,#fffffff7,#f7f3f9eb)}.story-rung__mysteryBox{display:grid;place-items:center;gap:10px;width:100%;min-height:96px;padding:18px;border:1px solid rgba(142,110,176,.18);border-radius:20px;background:radial-gradient(circle at top,rgba(239,230,247,.95),transparent 36%),linear-gradient(180deg,#fffffffa,#f4ecf8eb);box-shadow:0 10px 22px #5e486f14;cursor:pointer;color:var(--lavender-strong);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;position:relative;overflow:hidden}.story-rung__mysteryBox:hover{transform:translateY(-1px)}.story-rung__mysteryBox:before,.story-rung__mysteryBox:after{content:"";position:absolute;inset:auto;border-radius:50%;opacity:.45;pointer-events:none}.story-rung__mysteryBox:before{width:90px;height:90px;left:-14px;top:-14px;background:radial-gradient(circle,rgba(255,255,255,.9),transparent 60%)}.story-rung__mysteryBox:after{width:110px;height:110px;right:-28px;bottom:-26px;background:radial-gradient(circle,rgba(183,155,211,.22),transparent 62%)}.story-rung__mysteryBox--open{border-color:#7f619f3d;box-shadow:0 16px 32px #5e486f24;background:radial-gradient(circle at top,rgba(239,230,247,1),transparent 34%),linear-gradient(180deg,#fff,#f6f1faf5)}.story-rung__mysteryBox--open .story-rung__mysteryIcon{animation:mysteryPulse 1.2s ease-in-out 2}.story-rung__mysteryIcon{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#efe6f7eb;font-size:1.35rem;position:relative;overflow:hidden}.story-rung__boxIcon{position:relative;width:22px;height:22px;display:block;animation:boxWiggle 1.4s ease-in-out infinite;transform-origin:center bottom}.story-rung__boxTop,.story-rung__boxBase,.story-rung__boxRibbon{position:absolute;left:50%;transform:translate(-50%);border-radius:4px}.story-rung__boxTop{top:2px;width:20px;height:7px;background:linear-gradient(180deg,#f8f1fb,#dcc6ec);border:1px solid rgba(127,97,159,.24)}.story-rung__boxBase{top:8px;width:22px;height:14px;background:linear-gradient(180deg,#e8d8f4,#cfb3e5);border:1px solid rgba(127,97,159,.24)}.story-rung__boxRibbon{top:2px;width:4px;height:20px;background:linear-gradient(180deg,#9b72bd,#7f619f);box-shadow:-4px 0 #7f619fe6,4px 0 #7f619fe6}.story-rung__mysteryBox--open .story-rung__boxIcon{animation:boxWiggleOpen .75s ease-in-out infinite}.story-rung__mysteryText{font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.story-rung__hint{display:grid;gap:10px;padding-top:14px;opacity:0;max-height:0;overflow:hidden;transform:translateY(-12px);transition:opacity .26s ease,max-height .26s ease,transform .26s ease}.story-rung__hint--open{opacity:1;max-height:220px;transform:translateY(0);animation:mysteryReveal .34s ease both}.story-rung__hint p{margin:0;color:var(--muted);line-height:1.75;font-style:italic}@keyframes mysteryReveal{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes mysteryPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes boxWiggle{0%,to{transform:translateY(0) rotate(-2deg)}25%{transform:translateY(-1px) rotate(1deg)}50%{transform:translateY(0) rotate(2deg)}75%{transform:translateY(1px) rotate(-1deg)}}@keyframes boxWiggleOpen{0%,to{transform:translateY(0) rotate(-4deg) scale(1.02)}50%{transform:translateY(-2px) rotate(4deg) scale(1.08)}}.mystery-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:20px;background:#20152680;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:mysteryBackdrop .22s ease both}.mystery-modal__panel{position:relative;width:min(560px,100%);overflow:hidden;padding:28px 26px 26px;border:1px solid rgba(255,255,255,.28);border-radius:28px;background:radial-gradient(circle at top,rgba(255,255,255,.92),transparent 38%),linear-gradient(180deg,#fffffffa,#f5effaf0);box-shadow:0 28px 60px #2218273d;animation:mysteryPanel .36s cubic-bezier(.2,.9,.2,1) both}.mystery-modal__close{position:absolute;top:14px;right:16px;display:inline-grid;place-items:center;width:40px;height:40px;border:0;border-radius:50%;background:#f2eaf8eb;color:var(--lavender-strong);font-size:1.4rem;cursor:pointer}.mystery-modal__eyebrow{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:var(--lavender-soft);color:var(--lavender-strong);font-size:.76rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.mystery-modal__panel h3{position:relative;z-index:1;margin:14px 0 0;font-size:clamp(2rem,5vw,3.1rem)}.mystery-modal__glow{position:absolute;inset:50% auto auto 50%;width:300px;height:300px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,#b79bd357,#b79bd300 68%);filter:blur(4px);pointer-events:none;animation:mysteryGlow 1.6s ease-in-out infinite}.mystery-modal__message{position:relative;z-index:1;margin:18px 0 0;color:var(--muted);font-size:1.05rem;line-height:1.9;max-width:34ch}@keyframes mysteryBackdrop{0%{opacity:0}to{opacity:1}}@keyframes mysteryPanel{0%{opacity:0;transform:translateY(18px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes mysteryGlow{0%,to{transform:translate(-50%,-50%) scale(.95);opacity:.7}50%{transform:translate(-50%,-50%) scale(1.05);opacity:1}}.section__header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}.section__summary{max-width:38ch}.gift-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:18px 0 16px}.gift-toolbar__summary{display:inline-flex;align-items:baseline;gap:10px;padding:12px 16px;border-radius:14px;background:#ffffffe6;border:1px solid rgba(142,110,176,.14);box-shadow:0 8px 18px #5e486f0f}.gift-toolbar__summary strong{font-family:Cormorant Garamond,serif;font-size:2rem;line-height:1;color:var(--lavender-strong)}.gift-toolbar__summary span{color:var(--muted);font-size:.92rem}.gift-toolbar__clear{min-height:44px;padding:0 16px;border:1px solid rgba(142,110,176,.18);border-radius:999px;background:#ffffffe6;color:var(--lavender-strong);font-weight:700;cursor:pointer;box-shadow:0 8px 16px #5e486f0f}.gift-search{display:grid;gap:10px;margin:18px 0 16px}.gift-search span{font-size:.86rem;font-weight:700;color:var(--lavender-strong);text-transform:uppercase;letter-spacing:.18em}.gift-search input{width:100%;min-height:52px;padding:0 16px;border:1px solid rgba(142,110,176,.18);border-radius:14px;background:#ffffffeb;color:var(--text);font:inherit;box-shadow:0 8px 18px #5e486f0f;outline:none}.gift-search input::placeholder{color:#97879d}.gift-search input:focus{border-color:#8e6eb061;box-shadow:0 0 0 4px #b79bd32e,0 10px 22px #5e486f14}.gift-filters{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 18px}.gift-filter{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;min-height:46px;padding:0 16px;border:1px solid rgba(142,110,176,.16);border-radius:14px;background:#ffffffe6;color:var(--lavender-strong);box-shadow:0 8px 16px #5e486f0f;cursor:pointer}.gift-filter strong{display:inline-grid;place-items:center;min-width:26px;height:26px;padding:0 8px;border-radius:999px;color:#fff;font-size:.82rem;background:#8e6eb0b8}.gift-filter--active{color:#fff;background:linear-gradient(135deg,var(--lavender-strong),#a887cc);border-color:transparent;box-shadow:0 10px 20px #8e6eb02e}.gift-filter--active strong{color:var(--lavender-strong);background:#ffffffeb}.gift-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gift-empty{margin-top:18px;padding:18px 20px;border-radius:16px;border:1px dashed rgba(142,110,176,.26);background:#ffffffbd;color:var(--muted)}.gift-more{display:flex;justify-content:center;margin-top:18px}.gift-more__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid rgba(142,110,176,.2);border-radius:999px;background:#ffffffd6;color:var(--lavender-strong);font-weight:700;box-shadow:0 10px 20px #5e486f14;cursor:pointer}.story-card{padding:30px;border:1px solid rgba(142,110,176,.18);border-radius:22px;background:linear-gradient(180deg,#fffffff5,#f5effadb);box-shadow:0 10px 24px #5e486f14}.story-card h2{margin-top:12px;font-size:clamp(2rem,4.8vw,3.4rem)}.story-card p{margin:16px 0 0;color:var(--muted);line-height:1.85;max-width:78ch}.story-card__note{display:flex;flex-wrap:wrap;gap:10px 12px;margin-top:22px;padding:16px 18px;border-radius:16px;border:1px solid rgba(142,110,176,.18);background:#ffffffbf}.story-card__note strong{color:var(--lavender-strong)}.story-card__note span{color:var(--muted)}.section--party{margin-top:64px}.party-accordion{padding:0;border:0}.party-accordion summary{list-style:none}.party-accordion summary::-webkit-details-marker{display:none}.party-accordion__summary{display:flex;align-items:end;justify-content:space-between;gap:24px;cursor:pointer;padding:0;border-radius:0;background:transparent}.party-accordion__summary:after{content:"Abrir";display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:38px;padding:0 16px;border-radius:999px;color:var(--lavender-strong);background:#efe6f7d6;border:1px solid rgba(142,110,176,.16);font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.party-accordion[open] .party-accordion__summary:after{content:"Fechar"}.party-accordion__summaryText{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;color:var(--lavender-strong);background:#efe6f7b8;border:1px solid rgba(142,110,176,.14);font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.party-accordion__content{margin-top:18px}.party-accordion__intro{margin:0 0 14px;color:var(--muted);line-height:1.8;max-width:72ch}.party-accordion__note{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px;padding:16px 18px;border-radius:18px;border:1px solid rgba(142,110,176,.16);background:#ffffffd1;box-shadow:0 8px 18px #5e486f0d}.party-accordion__noteIcon{display:inline-grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border-radius:50%;background:#efe6f7e6;color:var(--lavender-strong);font-size:1.15rem}.party-accordion__note p{margin:0;color:var(--text);line-height:1.8;font-weight:500}.page-view{margin-top:34px}.page-view__header{display:grid;gap:12px;margin-bottom:20px;padding:0 2px}.page-spotlight{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:22px}.page-spotlight__item{display:grid;gap:8px;padding:18px 16px;border-radius:18px;border:1px solid rgba(142,110,176,.14);background:#ffffffe6;box-shadow:0 8px 18px #5e486f0f}.page-spotlight__item span{font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--lavender-strong);font-weight:700}.page-spotlight__item strong{font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,3vw,2rem);line-height:1;color:var(--text)}.page-spotlight--gifts .page-spotlight__item strong{font-size:clamp(1.2rem,2.5vw,1.7rem)}.page-view__back{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0;color:var(--lavender-strong);background:transparent;border:0;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.92}.page-view__back:hover{opacity:1}.page-view__back span[aria-hidden=true]{font-size:1rem;line-height:1}.party-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.party-card{padding:26px;border-radius:22px;border:1px solid rgba(142,110,176,.18);background:linear-gradient(180deg,#fffffff7,#f6f1fae6);box-shadow:0 10px 24px #5e486f14}.party-card--groomsmen{background:linear-gradient(180deg,#fffffff5,#f3f4f7eb)}.party-card--bridesmaids{background:linear-gradient(180deg,#fffffff5,#f4ecf8eb)}.party-card__label{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:14px;background:var(--lavender-soft);color:var(--lavender-strong);font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em}.party-card h3{margin-top:14px;font-size:clamp(1.8rem,3.6vw,2.5rem)}.party-card p{margin:14px 0 0;color:var(--muted);line-height:1.85;max-width:40ch}.party-card__list{display:grid;gap:10px;margin:18px 0 0;padding:0;list-style:none}.party-card__list li{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;background:#ffffffc2;border:1px solid rgba(142,110,176,.1);color:var(--text);line-height:1.45}.party-card__list li span[aria-hidden=true]{font-size:1.05rem}.party-card__swatch{display:flex;gap:10px;margin-top:18px}.swatch{width:38px;height:38px;border-radius:50%;border:1px solid rgba(94,72,111,.08);box-shadow:0 8px 18px #5e486f1f}.swatch--gray{background:#9ea5b4}.swatch--lavender{background:#b79bd3}.swatch--lavender-light{background:#ddd2ee}.gift-card{padding:22px;border-radius:22px;display:flex;flex-direction:column;min-height:100%}.gift-card__image{aspect-ratio:16 / 11;object-fit:cover;border-radius:16px;margin-bottom:16px}.gift-card__tag{align-self:flex-start;padding:8px 12px;border-radius:14px;background:var(--lavender-soft)}.gift-card h3{font-size:clamp(1.8rem,3.4vw,2.3rem)}.gift-card__button{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:0;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--lavender-strong),#a786cb);cursor:pointer;text-decoration:none;box-shadow:0 10px 20px #8e6eb02e}.album-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.album-grid .photo-card:first-child{grid-column:1 / -1}.album-grid .photo-card:first-child img{aspect-ratio:21 / 9}.album-grid .photo-card:nth-child(4){grid-column:1 / span 2}.album-highlight{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px;padding:22px 24px;border:1px solid rgba(142,110,176,.18);border-radius:22px;background:linear-gradient(135deg,#ffffffe6,#f1e7f8d1);box-shadow:0 10px 24px #5e486f14}.album-highlight__content{max-width:62ch}.album-highlight__tag{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:14px;color:var(--lavender-strong);background:var(--lavender-soft);font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em}.album-highlight h3{margin-top:12px;font-size:clamp(1.8rem,4vw,2.6rem)}.album-highlight p{margin:12px 0 0;color:var(--muted);line-height:1.75}.album-highlight__button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:48px;padding:0 20px;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--lavender-strong),#b28dd6);box-shadow:0 10px 20px #8e6eb02e;font-weight:700}.photo-card{margin:0;border-radius:20px;overflow:hidden;position:relative;transition:transform .18s ease,box-shadow .18s ease}.photo-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px #5e486f1a}.photo-card:nth-child(1),.photo-card:nth-child(4),.photo-card:nth-child(7){transform:translateY(0)}.photo-card:nth-child(2n){margin-top:18px}.photo-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;border:1px solid rgba(255,255,255,.24)}.photo-card img{aspect-ratio:4 / 3;object-fit:cover}.photo-card figcaption{padding:18px 18px 20px}.photo-card span{display:block;font-family:Cormorant Garamond,serif;font-size:1.75rem}.photo-card p{margin:6px 0 0;color:var(--muted)}@media(max-width:960px){.page-shell{width:min(100% - 20px,1180px);padding-top:14px;padding-bottom:100px}.site-nav{width:100%;justify-content:space-between;border-radius:20px;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.hero{grid-template-columns:1fr;min-height:auto;padding-top:10px}.hero__content{order:2;padding:18px 4px 8px}.hero__ornament{order:1;min-height:420px;border-radius:28px}.hero__ornamentBadge{left:14px;bottom:14px;font-size:1.3rem}.home-grid,.details-grid,.gift-grid,.album-grid,.page-spotlight{grid-template-columns:1fr}.details-grid{margin-top:18px}.detail-card{padding:20px;border-radius:22px}.detail-card h2{margin-top:10px;font-size:clamp(1.8rem,7vw,2.4rem)}.party-grid{grid-template-columns:1fr}.party-accordion__note{padding:14px 15px;border-radius:16px}.party-card__list li{padding:10px 12px}.party-accordion__summary{gap:14px}.party-accordion__summary:after{min-height:34px;padding:0 12px;font-size:.72rem}.story-card{padding:22px;border-radius:24px}.story-tree:before{left:18px;transform:none;top:86px;bottom:58px;width:2px;background:linear-gradient(180deg,#8e6eb014,#7f619f6b,#8e6eb014)}.story-rung{grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:start;padding-left:0}.story-rung__trunk{min-height:1px;grid-row:1 / -1;align-self:stretch;width:40px;display:grid;place-items:start center;padding-top:12px}.story-rung__trunk:before,.story-rung__branch:before{display:none}.story-rung__branch{display:none}.story-rung--right .story-rung__card{justify-self:stretch}.story-rung__card,.story-rung__secret{grid-column:2;padding:18px;border-radius:18px}.story-rung__card--photo{grid-column:2;margin-top:6px;min-height:220px}.story-rung__card--sealed{min-height:140px}.story-rung__card h3,.story-rung__secret h3{font-size:clamp(1.5rem,6vw,2rem)}.story-rung__photo{aspect-ratio:4 / 5;min-height:220px;border-radius:16px;object-position:center 12%}.story-rung__node{width:34px;height:34px;font-size:1.25rem}.story-rung__card--locked strong{font-size:clamp(1.35rem,5vw,1.8rem)}.story-rung__mysteryBox{min-height:84px;padding:14px;border-radius:16px}.story-rung__mysteryIcon{width:38px;height:38px;font-size:1.2rem}.story-rung__mysteryText{font-size:.72rem}.story-rung__card--sealed{margin-right:2px}.mystery-modal{padding:16px}.mystery-modal__panel{padding:22px 18px 18px;border-radius:22px}.mystery-modal__panel h3{font-size:clamp(1.7rem,7vw,2.4rem)}.mystery-modal__message{font-size:.98rem;line-height:1.8}.party-card{padding:18px;border-radius:22px}.gift-card__image{aspect-ratio:16 / 9}.album-highlight{flex-direction:column;align-items:stretch;padding:20px;border-radius:22px}.album-highlight__button{width:100%}.gift-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;margin-right:-10px;margin-left:-10px;padding-left:10px;padding-right:10px;scroll-snap-type:x proximity}.gift-search{margin-top:16px}.gift-filter{flex:0 0 auto;scroll-snap-align:start;min-height:42px;padding:0 14px}.gift-more__button{width:100%}.gift-toolbar{flex-direction:column;align-items:stretch}.gift-toolbar__summary{justify-content:space-between}.section__header{flex-direction:column;align-items:start}.gift-toolbar__summary{width:100%;justify-content:space-between}.gift-toolbar__clear{width:100%}.page-view{margin-top:24px}}@media(max-width:640px){.page-shell{width:min(100% - 16px,1180px);padding-top:6px;padding-bottom:24px}.site-nav{gap:8px;padding:7px;margin:2px 0 12px;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;background:#ffffffe0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-nav::-webkit-scrollbar{display:none}.site-nav a{min-height:34px;padding:0 12px;font-size:.86rem;flex:0 0 auto}h1{font-size:clamp(3rem,16vw,4rem)}.lead{margin-top:12px;font-size:1rem;line-height:1.7}.hero__content{padding:16px 2px 8px}.hero__content,.story-card,.detail-card,.party-card,.gift-card,.album-highlight{background:#ffffffe6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero{gap:14px}.hero__ornament{order:-1;min-height:48vh;border-radius:24px;box-shadow:0 18px 36px #5e486f1f}.hero__ornamentShade{background:linear-gradient(180deg,#ffffff0a,#ffffff05 34%,#46344f29),linear-gradient(135deg,rgba(183,155,211,.08),transparent 44%)}.hero__ornamentImage{object-position:center 22%}.hero__ornamentBadge{left:12px;bottom:12px;padding:10px 14px;font-size:1.08rem}.hero__meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:16px}.hero__meta .meta-card{padding:11px 10px 10px;border-radius:16px;box-shadow:0 8px 16px #5e486f14}.meta-card strong{margin-top:4px;font-size:clamp(1.2rem,7vw,1.6rem)}.meta-card__helper{font-size:.82rem}.hero__info{gap:8px;margin-top:16px}.hero__actions{flex-direction:column;margin-top:16px;gap:10px}.home-grid{gap:12px;margin-top:18px}.home-card,.home-note{padding:18px;border-radius:20px}.home-card{min-height:0}.page-spotlight__item{padding:16px 14px;border-radius:16px}.home-card h2,.home-note h2{font-size:clamp(1.55rem,6vw,2rem)}.home-card p,.home-note p{line-height:1.7;font-size:.96rem}.story-rung__card p{line-height:1.72;font-size:.96rem}.hero__info span{min-height:32px;padding:0 12px;font-size:.72rem}.button{width:100%;min-height:50px}.detail-card,.gift-card,.story-card,.party-card{padding:16px;border-radius:18px;box-shadow:0 14px 28px #5e486f14}.gift-card__image{margin-bottom:14px;border-radius:14px}.gift-card h3{font-size:clamp(1.5rem,6vw,1.9rem)}.photo-card{border-radius:20px;box-shadow:0 16px 30px #5e486f14}.photo-card img{aspect-ratio:4 / 3}.photo-card figcaption{padding:14px 14px 16px}.photo-card span{font-size:1.6rem}.album-highlight__tag,.gift-card__tag{font-size:.68rem}.page-spotlight__item strong{font-size:clamp(1.2rem,6vw,1.6rem)}.album-highlight p,.story-card p,.gift-card p,.party-card p,.detail-card p,.section__summary{line-height:1.68;font-size:.96rem}.mobile-cta{display:none}.details-grid{gap:12px}.detail-card{padding:18px}.detail-card h2{font-size:clamp(1.55rem,7vw,2rem)}.album-highlight{margin-bottom:16px;padding:18px;border-radius:20px}.page-view__header{gap:10px;margin-bottom:18px}.page-view__back{min-height:28px;font-size:.7rem}.gift-filters{margin-top:18px;margin-bottom:14px}.party-card h3{font-size:clamp(1.65rem,6vw,2.05rem)}.party-card p{margin-top:10px;line-height:1.7}.swatch{width:30px;height:30px}.party-card__label{min-height:28px;padding:0 10px;letter-spacing:.14em}.party-accordion__content{margin-top:14px}.party-accordion__intro{margin-bottom:12px;line-height:1.7;font-size:.96rem}.photo-card:nth-child(2n){margin-top:0}.gift-toolbar{flex-direction:column;align-items:stretch}.gift-toolbar__summary{justify-content:space-between;width:100%}.gift-toolbar__clear{width:100%}.album-grid .photo-card:first-child,.album-grid .photo-card:nth-child(4){grid-column:auto}.album-grid .photo-card:first-child img{aspect-ratio:4 / 3}}@media(min-width:641px){.mobile-cta{display:none}}.back-to-top{position:fixed;right:16px;bottom:calc(84px + env(safe-area-inset-bottom));z-index:30;display:inline-flex;align-items:center;justify-content:center;min-width:54px;min-height:54px;padding:0 16px;border-radius:999px;background:#ffffffeb;color:var(--lavender-strong);border:1px solid rgba(142,110,176,.16);box-shadow:0 16px 32px #5e486f2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font-weight:700}@media(max-width:640px){.back-to-top{display:none}}
