@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=DM+Serif+Display&family=Hind:wght@400;500;600&family=Inter:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&family=Tiro+Devanagari+Hindi:ital@0;1&display=swap');
:root{--bg:#f7f4ef;--surface:#fffdf9;--surface2:#f0ebe3;--ink:#27221f;--muted:#776f69;--line:#ded6cc;--brand:#7b2637;--brand2:#9b4355;--gold:#c99a56;--green:#2f7355;--red:#a53e3e;--shadow:0 16px 50px rgba(64,45,33,.09);--radius:24px;--radius-sm:15px;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 32px));margin:auto}.serif{font-family:'Playfair Display',Georgia,serif}.muted{color:var(--muted)}.tiny{font-size:.78rem}.small{font-size:.9rem}.hidden{display:none!important}.grow{flex:1}.row{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.stack{display:grid;gap:16px}.stack-sm{display:grid;gap:9px}.center{text-align:center}.right{text-align:right}.danger-text{color:var(--red)}
.topbar{background:#291e1d;color:#f9f0e8;font-size:.82rem;padding:8px 0;text-align:center}.navbar{position:sticky;top:0;z-index:50;background:rgba(247,244,239,.93);backdrop-filter:blur(18px);border-bottom:1px solid rgba(222,214,204,.8)}.nav-inner{height:72px;display:flex;align-items:center;gap:28px}.brand{font-family:'DM Serif Display',Georgia,serif;font-size:1.42rem;letter-spacing:-.02em}.brand span{color:var(--brand)}.nav-links{display:flex;gap:22px;margin-left:auto;align-items:center;font-size:.92rem}.nav-link{color:#514944}.nav-link:hover{color:var(--brand)}.mobile-nav{display:none}
.btn{border:1px solid transparent;border-radius:999px;padding:11px 18px;background:var(--brand);color:white;font-weight:650;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;transition:.18s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(123,38,55,.18)}.btn-secondary{background:var(--surface);color:var(--ink);border-color:var(--line)}.btn-dark{background:#2a2220}.btn-gold{background:var(--gold);color:#241a13}.btn-ghost{background:transparent;color:var(--ink);border-color:transparent}.btn-danger{background:#fff1f1;color:var(--red);border-color:#efd1d1}.btn-sm{padding:8px 13px;min-height:36px;font-size:.86rem}.btn-block{width:100%}.icon-btn{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:var(--surface);display:grid;place-items:center}.badge{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;font-size:.75rem;font-weight:650;background:#efe6df;color:#604638}.badge.green{background:#e7f4ed;color:#2e6b50}.badge.gold{background:#f8ead1;color:#7a5724}.badge.red{background:#f9e2e2;color:#8d3737}.badge.dark{background:#302624;color:white}
.hero{padding:78px 0 56px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:800;color:var(--brand)}h1,h2,h3,p{margin-top:0}.display{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(3rem,6.4vw,6.2rem);line-height:.92;letter-spacing:-.045em;margin:14px 0 24px}.display em{color:var(--brand);font-style:italic}.lead{font-size:1.12rem;color:#655c56;max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.hero-proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:30px;color:#6e645d;font-size:.83rem}.hero-art{min-height:560px;position:relative}.phone-card{position:absolute;inset:20px 70px 0 90px;background:#f4ead8;border:8px solid #2a2220;border-radius:44px;box-shadow:var(--shadow);overflow:hidden}.phone-screen{height:100%;padding:64px 24px;background:radial-gradient(circle at 50% 0,#fceccc 0,transparent 40%),linear-gradient(#fff7e8,#f3dcc0);text-align:center;display:flex;flex-direction:column;align-items:center}.arch{width:76%;height:260px;border:2px solid #b8894d;border-bottom:0;border-radius:160px 160px 0 0;display:flex;align-items:center;justify-content:center;padding:30px}.arch-inner{font-family:'Cormorant Garamond',serif;font-size:2.7rem;color:#662936;line-height:.85}.floating-note{position:absolute;background:var(--surface);border:1px solid var(--line);border-radius:17px;padding:13px 15px;box-shadow:var(--shadow);font-size:.8rem}.note-a{left:0;top:120px}.note-b{right:0;bottom:90px}.note-c{left:20px;bottom:20px}
.section{padding:70px 0}.section.alt{background:#efe9e1}.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}.section-title{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(2rem,4vw,3.6rem);line-height:1;margin:8px 0}.section-copy{max-width:580px;color:var(--muted)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:0 8px 28px rgba(53,41,33,.035)}.feature-card{min-height:190px}.feature-icon{font-size:1.7rem;margin-bottom:22px}.feature-card h3{margin-bottom:7px}.template-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.template-card{background:var(--surface);border:1px solid var(--line);border-radius:25px;overflow:hidden;transition:.2s;box-shadow:0 8px 28px rgba(53,41,33,.03)}.template-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.template-cover{aspect-ratio:4/5;padding:18px;position:relative;display:flex;align-items:center;justify-content:center}.template-cover .mini-invite{width:76%;height:84%;border:1px solid rgba(255,255,255,.4);border-radius:120px 120px 20px 20px;text-align:center;display:flex;align-items:center;justify-content:center;padding:18px;box-shadow:0 10px 30px rgba(0,0,0,.08)}.mini-invite strong{font-family:'Playfair Display',serif;font-size:1.55rem;line-height:1}.template-meta{padding:17px 18px 19px}.template-meta h3{margin:5px 0 4px}.template-price{font-weight:800}.filters{display:flex;gap:9px;flex-wrap:wrap;margin:20px 0 28px}.chip{border:1px solid var(--line);background:var(--surface);border-radius:999px;padding:8px 13px;font-size:.84rem}.chip.active{background:#302624;color:white;border-color:#302624}.search-box{display:flex;gap:10px;max-width:680px}.input,.select,.textarea{width:100%;border:1px solid var(--line);background:#fffefa;border-radius:14px;padding:12px 13px;color:var(--ink);outline:none}.textarea{min-height:100px;resize:vertical}.input:focus,.select:focus,.textarea:focus{border-color:#ba8792;box-shadow:0 0 0 3px rgba(123,38,55,.07)}.label{font-size:.8rem;font-weight:700;margin-bottom:6px;display:block}.field{display:grid;gap:5px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-grid .full{grid-column:1/-1}.color-input{width:54px;height:42px;border:1px solid var(--line);border-radius:12px;padding:4px;background:white}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price-card{position:relative}.price-card.featured{border-color:#c99a56;box-shadow:0 12px 40px rgba(153,107,51,.11)}.price-big{font-family:'DM Serif Display',serif;font-size:2.3rem}.price-card ul{padding-left:20px;color:var(--muted)}.credit-pill{display:inline-flex;align-items:center;gap:7px;background:#2e2422;color:white;border-radius:999px;padding:8px 12px;font-weight:700}.credit-dot{width:9px;height:9px;background:var(--gold);border-radius:50%}
.footer{padding:50px 0 25px;border-top:1px solid var(--line);background:#2b2220;color:#efe6df}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:30px}.footer a{display:block;color:#cfc0b7;margin:7px 0;font-size:.88rem}.footer-bottom{border-top:1px solid #4a3e3a;margin-top:36px;padding-top:22px;font-size:.8rem;color:#a99d97}
.app-shell{min-height:100vh;display:grid;grid-template-columns:245px 1fr}.sidebar{background:#2a2220;color:#e9ded7;padding:24px 17px;position:sticky;top:0;height:100vh}.sidebar .brand{padding:0 9px 25px;display:block}.side-nav{display:grid;gap:6px}.side-link{padding:11px 12px;border-radius:12px;color:#cdbfb6;font-size:.9rem;display:flex;align-items:center;gap:10px}.side-link:hover,.side-link.active{background:#423531;color:white}.side-bottom{position:absolute;left:17px;right:17px;bottom:20px}.app-main{min-width:0;padding:28px}.app-top{display:flex;align-items:center;gap:16px;justify-content:space-between;margin-bottom:25px}.app-title{font-family:'DM Serif Display',Georgia,serif;font-size:2.25rem;margin:0}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.stat{background:var(--surface);border:1px solid var(--line);border-radius:19px;padding:18px}.stat strong{font-family:'DM Serif Display',serif;font-size:2rem;display:block}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.project-card{background:var(--surface);border:1px solid var(--line);border-radius:21px;padding:18px}.project-cover{height:130px;border-radius:15px;margin-bottom:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4e0c7,#eed0d7);font-family:'Playfair Display',serif;color:#6a2736;font-size:1.4rem;text-align:center;padding:12px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:var(--surface)}table{width:100%;border-collapse:collapse;font-size:.86rem}th,td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--line);white-space:nowrap}th{background:#f4efe8;font-size:.76rem;text-transform:uppercase;letter-spacing:.05em;color:#6f655f}.empty{padding:45px;text-align:center;color:var(--muted)}
.studio-shell{height:100vh;display:grid;grid-template-columns:410px 1fr;overflow:hidden}.studio-panel{background:#f7f4ef;border-right:1px solid var(--line);display:flex;flex-direction:column;min-width:0}.studio-head{height:68px;padding:12px 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px;background:var(--surface)}.studio-tabs{display:flex;overflow:auto;border-bottom:1px solid var(--line);background:var(--surface);padding:0 10px}.studio-tab{border:0;background:transparent;padding:12px 10px;font-size:.8rem;font-weight:700;color:var(--muted);border-bottom:2px solid transparent;white-space:nowrap}.studio-tab.active{color:var(--brand);border-color:var(--brand)}.studio-body{overflow:auto;padding:18px;flex:1}.panel-section{display:none}.panel-section.active{display:grid;gap:16px}.preview-stage{background:#d8d2ca;overflow:auto;padding:32px;display:flex;justify-content:center}.preview-phone{width:min(430px,100%);min-height:820px;background:white;border-radius:30px;box-shadow:0 22px 70px rgba(40,32,28,.19);overflow:hidden}.event-row{border:1px solid var(--line);border-radius:14px;padding:12px;background:white;display:grid;gap:9px}.section-sort{display:grid;gap:8px}.sort-item{display:flex;align-items:center;gap:10px;padding:11px;background:white;border:1px solid var(--line);border-radius:13px}.sort-handle{cursor:grab;color:#998d84;font-size:1.2rem}.save-status{font-size:.76rem;color:var(--muted)}
.invite{min-height:100%;background:var(--inv-bg,#f8f1e5);color:#342622;font-family:var(--inv-body,Inter);overflow:hidden}.invite-section{padding:58px 30px;text-align:center;position:relative}.invite h1,.invite h2,.invite h3{font-family:var(--inv-heading,'Playfair Display');font-weight:600}.invite-hero{min-height:720px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 5%,rgba(255,255,255,.65),transparent 38%)}.invite-kicker{text-transform:uppercase;letter-spacing:.22em;font-size:.65rem}.invite-names{font-size:clamp(3.4rem,12vw,6rem);line-height:.85;margin:22px 0;color:var(--inv-primary,#7b2637)}.invite-amp{font-size:1.8rem;color:var(--inv-accent,#c99a56);display:block;margin:10px}.invite-date{letter-spacing:.12em;text-transform:uppercase;font-size:.78rem}.invite-card{max-width:620px;margin:0 auto;background:rgba(255,255,255,.55);border:1px solid rgba(125,91,64,.16);border-radius:22px;padding:22px}.event-list{display:grid;gap:13px;max-width:620px;margin:22px auto 0}.invite-event{border-top:1px solid rgba(80,50,40,.18);padding:17px 6px}.invite-event:first-child{border-top:0}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;max-width:650px;margin:20px auto}.gallery-grid img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px}.wish-grid{display:grid;gap:11px;max-width:620px;margin:20px auto}.wish-card{background:rgba(255,255,255,.55);border-radius:18px;padding:18px;border:1px solid rgba(125,91,64,.15)}.invite-form{max-width:520px;margin:22px auto;display:grid;gap:10px;text-align:left}.invite-form input,.invite-form textarea,.invite-form select{width:100%;padding:12px 13px;border:1px solid rgba(70,50,40,.2);border-radius:12px;background:rgba(255,255,255,.8)}.invite-btn{border:0;border-radius:999px;padding:12px 17px;background:var(--inv-primary,#7b2637);color:white;font-weight:700}.invite-footer{text-align:center;padding:30px;font-size:.76rem;opacity:.65}
.modal-backdrop{position:fixed;inset:0;background:rgba(30,24,22,.52);z-index:100;display:grid;place-items:center;padding:18px}.modal{width:min(620px,100%);max-height:90vh;overflow:auto;background:var(--surface);border-radius:24px;padding:22px;box-shadow:0 30px 100px rgba(0,0,0,.25)}.toast{position:fixed;right:20px;bottom:20px;background:#2a2220;color:white;padding:12px 15px;border-radius:13px;z-index:200;box-shadow:var(--shadow);max-width:340px}.toast.error{background:#8f3434}.toast.good{background:#2f6a50}.login-wrap{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.login-art{background:#2d2321;color:white;padding:60px;display:flex;flex-direction:column;justify-content:space-between}.login-card-wrap{display:grid;place-items:center;padding:35px}.login-card{width:min(430px,100%)}
@media(max-width:1050px){.hero-grid{grid-template-columns:1fr;gap:35px}.hero-art{min-height:500px}.grid-4{grid-template-columns:repeat(2,1fr)}.template-grid,.project-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.stat-grid{grid-template-columns:repeat(2,1fr)}.studio-shell{grid-template-columns:370px 1fr}.app-shell{grid-template-columns:205px 1fr}}
@media(max-width:760px){.container{width:min(100% - 22px,var(--max))}.topbar{font-size:.72rem}.nav-inner{height:62px}.nav-links{display:none}.mobile-nav{display:inline-flex;margin-left:auto}.hero{padding:48px 0 30px}.display{font-size:3.7rem}.hero-art{min-height:450px}.phone-card{inset:10px 28px 0 38px}.note-a{left:0}.note-b{right:0}.section{padding:48px 0}.section-head{display:block}.grid-3,.grid-4,.template-grid,.pricing-grid,.project-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.app-shell{display:block}.sidebar{height:auto;position:static;padding:10px 10px;display:flex;align-items:center;overflow:auto}.sidebar .brand{display:none}.side-nav{display:flex;gap:4px}.side-link{white-space:nowrap}.side-bottom{display:none}.app-main{padding:18px 12px 84px}.app-top{align-items:flex-start}.stat-grid{grid-template-columns:1fr 1fr}.studio-shell{height:auto;min-height:100vh;display:flex;flex-direction:column}.studio-panel{border-right:0}.studio-body{max-height:none}.preview-stage{padding:14px;background:#d8d2ca}.preview-phone{min-height:720px;border-radius:20px}.login-wrap{grid-template-columns:1fr}.login-art{display:none}.login-card-wrap{padding:24px}.footer-grid{grid-template-columns:1fr}.invite-section{padding:48px 20px}.invite-hero{min-height:650px}}

/* Trial protection: visible watermark over unpaid previews. This discourages screenshots;
   server-side entitlement checks protect activation/export and private assets. */
.invite{position:relative;overflow:hidden}
.trial-watermark{position:absolute;inset:0;z-index:40;pointer-events:none;display:grid;grid-template-columns:1fr 1fr;align-content:space-around;justify-items:center;opacity:.17;transform:rotate(-18deg) scale(1.15);font:800 14px/1.2 Inter,system-ui,sans-serif;letter-spacing:.16em;color:#2b2220;text-transform:uppercase;overflow:hidden}
.trial-watermark span{white-space:nowrap;padding:18px}
.nav-credit{white-space:nowrap}
@media(max-width:900px){.nav-credit{display:none}.trial-watermark{grid-template-columns:1fr;font-size:12px}}

.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
@media(max-width:760px){.grid-2{grid-template-columns:1fr}}

/* =========================================================
   eInvitation.cards V2.3 — Experience layer
   Motion is intentionally limited to opacity/transform.
   ========================================================= */
:root{
  --bg:#f8f5ef;--surface:#fffdf9;--surface2:#f1ece4;--ink:#211c19;--muted:#716963;
  --brand:#7b2637;--brand2:#a2495c;--gold:#d0a15d;--green:#2f7355;--red:#a64242;
  --line:rgba(73,56,47,.12);--soft-line:rgba(73,56,47,.075);
  --shadow-sm:0 10px 30px rgba(56,39,29,.065);--shadow:0 24px 70px rgba(56,39,29,.11);
  --shadow-float:0 28px 90px rgba(48,31,24,.18);--radius:26px;--radius-sm:16px;
}
html{background:var(--bg);scroll-padding-top:86px}body{min-height:100vh;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}
body::selection{background:rgba(123,38,55,.15)}
.js body{opacity:.001}.js.page-ready body{opacity:1;transition:opacity .22s ease}
.btn,.template-card,.journey-card,.tier-card,.bento-card,.scope-choice,.package-choice,.addon-item,.extension-choice,.favorite-btn,.chip{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease,color .2s ease,opacity .2s ease}
.btn:active,.scope-choice:active,.package-choice:active{transform:scale(.98)}
.btn{position:relative;overflow:hidden}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 26px rgba(72,42,34,.12)}
.btn-dark{background:#241d1b;color:#fff;border-color:#241d1b}.btn-dark:hover{background:#352a27}
.btn-lg{min-height:50px;padding:13px 20px}.text-link{font-weight:700;color:var(--brand);white-space:nowrap}.gap{gap:12px}.good-text{color:var(--green)}
.topbar{display:flex;align-items:center;justify-content:center;gap:8px;background:#241c1b;color:#f7eee7;min-height:34px}.topbar-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#e0b474;box-shadow:0 0 0 5px rgba(224,180,116,.09)}
.navbar{background:rgba(248,245,239,.9);border-color:rgba(60,45,38,.08)}.nav-inner{height:76px}.nav-links{gap:8px}.nav-link{padding:9px 10px;border-radius:999px}.nav-link:hover{background:rgba(123,38,55,.06);color:var(--brand)}
.brand{font-family:'DM Serif Display',Georgia,serif;letter-spacing:-.025em}.brand span{color:var(--brand)}.brand-mark{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:var(--brand);color:#fff;font-family:'DM Serif Display',serif}
.credit-pill{box-shadow:inset 0 0 0 1px rgba(255,255,255,.07)}

/* Hero */
.hero-v23{position:relative;isolation:isolate;min-height:720px;padding:82px 0 62px;background:linear-gradient(180deg,#fbf8f3 0%,#f7f2eb 100%);overflow:hidden}
.hero-v23::before{content:"";position:absolute;inset:0;z-index:-3;background-image:radial-gradient(rgba(88,62,48,.08) .7px,transparent .7px);background-size:18px 18px;mask-image:linear-gradient(to bottom,#000,transparent 75%);opacity:.34}
.hero-glow{position:absolute;z-index:-2;border-radius:50%;pointer-events:none}.glow-one{width:520px;height:520px;right:-150px;top:-140px;background:radial-gradient(circle,rgba(190,133,105,.19),transparent 66%)}.glow-two{width:420px;height:420px;left:-170px;bottom:-230px;background:radial-gradient(circle,rgba(210,167,94,.14),transparent 68%)}
.hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(440px,.96fr);align-items:center}.display{font-size:clamp(3.5rem,6.6vw,6.5rem);line-height:.91;letter-spacing:-.052em;max-width:850px}.display em{font-weight:500;color:var(--brand)}.compact-display{font-size:clamp(3.2rem,6vw,5.6rem)}
.lead{font-size:clamp(1.02rem,1.5vw,1.17rem);line-height:1.75}.centered-lead{max-width:720px;margin:18px auto 0}.hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:29px}.trust-row{display:flex;gap:23px;flex-wrap:wrap;margin-top:27px;color:var(--muted);font-size:.82rem}.trust-row b{font-size:1rem;color:var(--ink);margin-right:4px}.eyebrow-star{color:var(--gold)}
.hero-art-v23{position:relative;min-height:590px;display:grid;place-items:center;perspective:1200px}.premium-phone{position:relative;inset:auto;width:330px;height:588px;border-radius:43px;padding:9px;background:#201917;box-shadow:var(--shadow-float);transform:rotate(2.4deg) translateZ(0);animation:phoneFloat 7s ease-in-out infinite}.phone-screen{height:100%;border-radius:35px;background:linear-gradient(180deg,#fffaf2,#f4ead9);display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;position:relative;padding:28px}.phone-notch{position:absolute;top:15px;left:50%;transform:translateX(-50%);z-index:3;width:92px;height:25px;border-radius:20px;background:#201917}.invite-preview-flower{position:absolute;top:75px;color:#b98a4f;font-size:25px}.invite-kicker-demo{letter-spacing:.14em;color:#775f4a}.modern-arch{width:205px;height:280px;border:1px solid rgba(128,83,53,.22);border-radius:110px 110px 18px 18px;margin:24px 0 16px;background:rgba(255,255,255,.48);box-shadow:inset 0 0 0 7px rgba(255,255,255,.22)}.modern-arch .arch-inner{height:100%;display:grid;place-items:center;align-content:center;font-family:'Cormorant Garamond',serif;font-size:44px;line-height:.72;color:#712d3d}.modern-arch span{color:#c79a58;font-size:23px}.preview-scroll-cue{position:absolute;bottom:22px;opacity:.5;animation:scrollCue 2.2s ease-in-out infinite}.ambient-ring{position:absolute;border:1px solid rgba(145,104,75,.11);border-radius:50%;pointer-events:none}.ring-a{width:520px;height:520px}.ring-b{width:410px;height:410px}.modern-note{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;min-width:185px;padding:12px 14px;border:1px solid rgba(102,77,62,.12);background:rgba(255,253,249,.94);border-radius:17px;box-shadow:var(--shadow-sm);font-size:.72rem;color:var(--muted);transform:translateZ(0)}.modern-note strong{display:block;color:var(--ink);font-size:.78rem;margin-top:2px}.note-icon{display:grid;place-items:center;width:33px;height:33px;border-radius:11px;background:#f4ebe1;color:var(--brand);font-weight:800}.note-a{left:10px;top:112px;animation:noteFloatA 6s ease-in-out infinite}.note-b{right:-5px;top:285px;animation:noteFloatB 6.7s ease-in-out infinite}.note-c{left:7px;bottom:70px;animation:noteFloatA 7.4s ease-in-out infinite .4s}
@keyframes phoneFloat{0%,100%{transform:rotate(2.4deg) translate3d(0,0,0)}50%{transform:rotate(1.3deg) translate3d(0,-9px,0)}}
@keyframes noteFloatA{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-6px,0)}}
@keyframes noteFloatB{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,7px,0)}}
@keyframes scrollCue{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}

/* Home sections */
.compact-section{padding:22px 0}.alt-soft{background:#f1ece4}.marquee-card{display:flex;align-items:center;justify-content:space-around;gap:14px;flex-wrap:wrap;padding:15px 18px;border:1px solid var(--line);border-radius:999px;background:rgba(255,253,249,.78);box-shadow:var(--shadow-sm);font-size:.79rem;font-weight:700}.marquee-card i{color:var(--gold);font-style:normal;font-size:.65rem}.journey-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.journey-card{position:relative;padding:25px 22px 23px;border:1px solid var(--line);border-radius:23px;background:rgba(255,253,249,.8);min-height:220px;overflow:hidden}.journey-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.journey-no{position:absolute;top:17px;right:18px;color:#b9aaa0;font-size:.7rem;letter-spacing:.12em}.journey-icon{width:45px;height:45px;border-radius:14px;display:grid;place-items:center;background:#f4eae0;color:var(--brand);font-size:1.25rem;margin-bottom:32px}.journey-card h3{font-size:1.06rem;margin:0 0 7px}.journey-card p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.65}
.dark-section{background:#241d1b;color:#f8f0e9}.light-eyebrow{color:#e0b474}.light-title{color:#fff}.light-copy{color:#c7bbb4}.feature-bento{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.bento-card{position:relative;min-height:230px;padding:25px;border:1px solid rgba(255,255,255,.1);border-radius:25px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.035));overflow:hidden}.bento-card:hover{transform:translateY(-3px);border-color:rgba(224,180,116,.24)}.bento-card h3{font-size:1.15rem}.bento-card p{color:#c6b9b2;font-size:.88rem}.bento-large{grid-column:span 2;display:grid;grid-template-columns:1fr 250px;gap:25px}.bento-wide{grid-column:span 2;display:flex;justify-content:space-between;align-items:center}.bento-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:rgba(224,180,116,.12);color:#e0b474}.wish-demo{align-self:end;background:#fff7ed;color:#332724;border-radius:19px;padding:18px}.wish-demo span{display:block;font-family:'Cormorant Garamond',serif;font-size:1.17rem}.wish-demo button{margin-top:13px;margin-right:6px;border:0;border-radius:999px;padding:7px 10px;font-size:.7rem}.mini-stat-row{margin-top:28px}.mini-stat-row b{font:3.6rem/1 'DM Serif Display',serif;color:#e0b474}.mini-stat-row span{display:block;color:#a99a93}.fake-progress{height:6px;background:rgba(255,255,255,.08);border-radius:999px;margin-top:46px;overflow:hidden}.fake-progress span{display:block;width:72%;height:100%;background:#e0b474;border-radius:inherit;animation:progressBreathe 3s ease-in-out infinite}.expiry-demo{text-align:center;min-width:110px}.expiry-demo b{font:4rem/1 'DM Serif Display',serif;color:#e0b474;display:block}.expiry-demo span{font-size:.75rem;color:#c7bbb4}@keyframes progressBreathe{0%,100%{transform:scaleX(.82);transform-origin:left}50%{transform:scaleX(1);transform-origin:left}}
.tier-snapshot{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tier-card{position:relative;padding:27px;border:1px solid var(--line);border-radius:26px;background:var(--surface);min-height:250px}.tier-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.tier-card.featured{border-color:rgba(201,154,86,.55);background:linear-gradient(180deg,#fffdf9,#fff8eb)}.tier-card .badge{position:absolute;right:18px;top:18px}.tier-name{font-weight:800;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--brand)}.tier-card>strong{display:block;font:3.1rem/1.1 'DM Serif Display',serif;margin:30px 0 13px}.tier-card p{color:var(--muted);font-size:.9rem}.tier-note{position:absolute;left:27px;bottom:23px;font-size:.75rem;font-weight:700;color:#9b8170}
.business-section{background:linear-gradient(180deg,#f8f5ef,#eee5dc)}.business-card{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center;padding:clamp(28px,5vw,58px);background:#fffdf9;border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow)}.url-comparison{display:grid;gap:9px;margin:25px 0}.url-comparison>div{display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:10px;border:1px solid var(--line);border-radius:14px;padding:11px 13px;background:#fbf8f3}.url-comparison span{font-size:.7rem;text-transform:uppercase;font-weight:800;color:var(--muted)}.url-comparison code{font-size:.82rem;overflow:hidden;text-overflow:ellipsis}.url-comparison b{font-size:.72rem;color:var(--red)}.url-comparison .business-url-row b{color:var(--green)}.business-stack{position:relative;display:grid;gap:11px;padding:38px 25px 70px;border-radius:27px;background:#2b2220;overflow:hidden}.business-stack::before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(208,161,93,.18),transparent 68%);right:-80px;top:-90px}.client-pill{position:relative;display:flex;justify-content:space-between;padding:14px 15px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.05);color:#f4ece7;font-size:.82rem}.client-pill span{color:#9ed0b7}.business-domain{position:absolute;left:25px;bottom:24px;color:#e0b474;font-weight:700;font-size:.8rem}

/* Template cards + loading */
.template-card{background:var(--surface);border:1px solid var(--line);border-radius:25px;overflow:hidden;box-shadow:0 7px 25px rgba(58,42,33,.035);content-visibility:auto;contain-intrinsic-size:470px}.template-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:rgba(123,38,55,.16)}.template-link{display:block}.template-cover{height:285px;background:var(--cover-bg);position:relative;display:grid;place-items:center;overflow:hidden}.template-cover::before{content:"";position:absolute;width:205px;height:245px;border:1px solid color-mix(in srgb,var(--cover-primary),transparent 74%);border-radius:110px 110px 20px 20px}.template-shine{position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.38) 48%,transparent 65%);transform:translateX(-120%);transition:transform .7s ease}.template-card:hover .template-shine{transform:translateX(120%)}.mini-invite{position:relative;text-align:center;color:var(--cover-primary);z-index:1}.mini-invite strong{display:block;font:2.25rem/1 'Cormorant Garamond',serif;margin:8px}.mini-invite .tiny{letter-spacing:.16em;text-transform:uppercase}.mini-couple{font-size:.78rem}.mini-ornament{color:var(--cover-accent)}.template-badge{position:absolute;left:14px;top:14px}.template-hover-cta{position:absolute;bottom:13px;left:50%;transform:translate(-50%,10px);opacity:0;padding:8px 12px;border-radius:999px;background:#251e1c;color:white;font-size:.72rem;font-weight:700;transition:transform .22s ease,opacity .22s ease}.template-card:hover .template-hover-cta{opacity:1;transform:translate(-50%,0)}.template-meta{padding:18px}.template-meta h3{margin:2px 0 0;font-size:1.04rem}.template-desc{min-height:42px}.favorite-btn{border:0;background:#f4eee7;color:#775f52;width:35px;height:35px;border-radius:50%;font-size:1.2rem;display:grid;place-items:center}.favorite-btn:hover{transform:scale(1.06)}.favorite-btn.active{color:#a83f59;background:#f7e6ea}.skeleton-card{border:1px solid var(--line);border-radius:24px;background:#fffdf9;overflow:hidden}.skeleton{display:block;background:linear-gradient(90deg,#eee8df 20%,#f8f4ee 42%,#eee8df 64%);background-size:250% 100%;animation:skeletonMove 1.25s ease-in-out infinite}.skeleton-cover{height:285px}.skeleton-lines{padding:18px;display:grid;gap:10px}.skeleton-lines span{height:14px;border-radius:9px}.skeleton-lines .short{width:62%}.skeleton-title{height:46px;width:min(540px,80%);margin:16px auto;border-radius:12px}.skeleton-line{height:13px;width:120px;margin:auto;border-radius:12px}.skeleton-card{height:390px}.business-storefront-loading{min-height:100vh;display:grid;place-content:center;gap:15px;width:min(800px,calc(100% - 32px));margin:auto}@keyframes skeletonMove{to{background-position:-150% 0}}

/* Pricing */
.pricing-hero{padding-top:85px}.price-card{border-radius:25px}.price-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.business-url-explainer{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:26px 0}.business-url-explainer>div{border:1px solid rgba(255,255,255,.1);border-radius:17px;padding:15px;background:rgba(255,255,255,.045)}.business-url-explainer span{display:block;color:#ad9e96;font-size:.72rem;margin-bottom:5px}.business-url-explainer code{color:#f3e9e2;font-size:.87rem}.extension-public-grid,.extension-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.extension-choice{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:13px;text-align:left}.extension-choice:hover{border-color:rgba(123,38,55,.3);transform:translateY(-2px)}

/* Studio */
.studio-shell{background:#ece7df}.studio-panel{background:#faf7f2}.studio-head{height:72px;background:rgba(255,253,249,.96)}.studio-title-input{border:0!important;background:transparent!important;box-shadow:none!important;padding:3px 0!important;font-weight:800;color:var(--ink)}.studio-meta-line{display:flex;gap:8px;align-items:center;margin-top:2px}.icon-btn{width:38px;height:38px;border:1px solid var(--line);border-radius:12px;background:#fff;display:grid;place-items:center}.studio-progress-wrap{padding:11px 16px 12px;border-bottom:1px solid var(--soft-line);background:#fffdf9}.studio-progress-copy{display:flex;justify-content:space-between;font-size:.7rem;color:var(--muted);margin-bottom:7px}.studio-progress-copy strong{color:var(--brand)}.studio-progress{height:5px;background:#eee6dd;border-radius:999px;overflow:hidden}.studio-progress>span{height:100%;display:block;width:0;background:linear-gradient(90deg,var(--brand),var(--gold));border-radius:inherit;transition:width .45s cubic-bezier(.2,.8,.2,1)}.studio-tabs{scrollbar-width:none}.studio-tabs::-webkit-scrollbar{display:none}.studio-tab{padding:13px 11px}.studio-tab:hover{color:var(--ink);background:#faf6f0}.studio-body{padding:19px}.panel-section.active{animation:panelIn .24s ease both}@keyframes panelIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.preview-stage{position:relative;background:radial-gradient(circle at 50% 10%,#e9e1d7,#d3cbc1 70%);padding:62px 28px 35px}.preview-toolbar{position:absolute;z-index:2;top:15px;display:flex;align-items:center;gap:8px;padding:7px 9px 7px 10px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(72,53,43,.1);box-shadow:var(--shadow-sm);font-size:.72rem;backdrop-filter:blur(10px)}.live-dot{width:7px;height:7px;border-radius:50%;background:#45a171;box-shadow:0 0 0 4px rgba(69,161,113,.12)}.chip{border:0;border-radius:999px;padding:5px 8px;background:#f2ece5;font-size:.68rem}.preview-phone{border:8px solid #201a18;border-radius:35px;box-shadow:0 35px 90px rgba(41,31,26,.2);transform:translateZ(0)}
.publish-hero-card{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:18px;border-radius:20px;background:linear-gradient(135deg,#2b2220,#41322e);color:#fff}.publish-hero-card .muted{color:#c9bab1}.publish-hero-card .eyebrow{color:#e0b474}.package-choice-grid{display:grid;gap:9px}.package-choice,.scope-choice{width:100%;text-align:left;border:1px solid var(--line);background:#fffdf9;border-radius:17px;padding:14px;display:grid;gap:6px}.package-choice:hover,.scope-choice:hover{border-color:rgba(123,38,55,.28);transform:translateY(-1px)}.package-choice.selected,.scope-choice.selected{border-color:rgba(123,38,55,.62);box-shadow:0 0 0 3px rgba(123,38,55,.07);background:#fff9f7}.package-days{font:1.75rem/1.1 'DM Serif Display',serif;color:var(--brand)}.package-cost{font-size:.74rem;font-weight:800;color:#9b6f35}.scope-choice-grid{display:grid;gap:9px;margin:10px 0 13px}.scope-choice strong{font-size:.84rem}.scope-choice span{color:var(--muted);font-size:.75rem;word-break:break-all}.slug-builder{display:flex;align-items:center;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.slug-builder>span{padding:0 0 0 12px;color:#81756d;font-size:.77rem;white-space:nowrap}.slug-builder .input{border:0!important;box-shadow:none!important;min-width:0}.palette-preview{display:flex;align-items:center;gap:7px;padding:12px;border:1px solid var(--line);background:#fff;border-radius:16px}.palette-preview>span{width:34px;height:34px;border-radius:10px;border:1px solid rgba(0,0,0,.08)}.palette-preview>div{margin-left:5px}.sort-item{cursor:grab}.sort-item.dragging{opacity:.55;transform:scale(.985)}.media-tile{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:1}.media-tile img{width:100%;height:100%;object-fit:cover}.media-remove{position:absolute;right:7px;top:7px;width:28px;height:28px;border:0;border-radius:50%;background:rgba(25,20,18,.72);color:#fff}.media-empty{grid-column:1/-1;text-align:center;padding:34px 15px;border:1px dashed #cfc5ba;border-radius:16px;color:var(--muted)}.media-empty span{font-size:2rem}.addon-list{display:grid;gap:9px;margin-top:12px}.addon-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:15px;padding:12px;background:#fff}.addon-item:hover{border-color:rgba(123,38,55,.23)}.subtle-card{background:#f3eee7!important}.extension-grid{grid-template-columns:repeat(2,1fr)}

/* Dashboard */
.project-grid{gap:18px}.project-card{position:relative;padding:15px;border-radius:23px;overflow:hidden;content-visibility:auto;contain-intrinsic-size:360px}.project-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.project-cover{position:relative;height:155px;border-radius:17px;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.8),transparent 40%),linear-gradient(135deg,#f4dfc5,#ead0d8);font-size:1.55rem;line-height:1.05}.project-cover span:not(.project-package){font-size:1.1rem}.project-package{position:absolute;left:10px;top:10px;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.72);font:700 .65rem/1 Inter,sans-serif;color:#714c41}.project-title{margin:3px 0}.project-meta{display:flex;flex-direction:column;gap:3px;margin-top:10px;padding-top:10px;border-top:1px solid var(--soft-line);font-size:.73rem;color:var(--muted)}.truncate-url{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-actions{margin-top:13px}

/* Public invitation expiry */
.expired-invite{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(160deg,#f8f2e9,#ede4da);position:relative;overflow:hidden}.expired-orbit{position:absolute;width:min(640px,90vw);height:min(640px,90vw);border:1px solid rgba(123,38,55,.1);border-radius:50%}.expired-orbit::before,.expired-orbit::after{content:"";position:absolute;inset:13%;border:inherit;border-radius:inherit}.expired-orbit::after{inset:28%}.expired-card{position:relative;width:min(560px,100%);text-align:center;padding:42px 32px;border:1px solid var(--line);border-radius:30px;background:rgba(255,253,249,.88);box-shadow:var(--shadow);backdrop-filter:blur(8px)}.expired-card h1{font:clamp(2.5rem,6vw,4.3rem)/.98 'DM Serif Display',serif;margin:12px 0}.expired-card p{color:var(--muted);max-width:440px;margin:0 auto 24px;line-height:1.7}.invitation-missing{min-height:70vh;display:grid;place-content:center}

/* Business storefront */
.business-public-page{background:#f7f2eb}.business-storefront{min-height:100vh;position:relative;overflow:hidden}.storefront-glow{position:absolute;z-index:-1;width:620px;height:620px;right:-220px;top:-230px;border-radius:50%;background:radial-gradient(circle,rgba(196,146,97,.2),transparent 67%)}.storefront-nav{width:min(1120px,calc(100% - 34px));margin:auto;height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.storefront-nav .brand{display:flex;align-items:center;gap:9px}.storefront-domain{font-size:.75rem;color:var(--muted);font-weight:700}.storefront-hero{width:min(820px,calc(100% - 34px));margin:100px auto 75px;text-align:center}.storefront-monogram{width:84px;height:84px;margin:0 auto 23px;border-radius:28px;display:grid;place-items:center;background:#2a211f;color:#e0b474;font:2.25rem 'DM Serif Display',serif;box-shadow:var(--shadow-sm)}.storefront-hero h1{font:clamp(3.4rem,8vw,6.7rem)/.92 'DM Serif Display',serif;letter-spacing:-.04em;margin:12px 0}.storefront-hero p{max-width:640px;margin:20px auto;color:var(--muted);line-height:1.75}.storefront-domain-large{display:inline-block;padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#fffdf9;font-size:.78rem;font-weight:700}.storefront-recent{width:min(1120px,calc(100% - 34px));margin:0 auto 80px}.storefront-recent h2{font:2.4rem 'DM Serif Display',serif;margin:5px 0}.storefront-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.storefront-invite-card{border:1px solid var(--line);border-radius:22px;background:#fffdf9;overflow:hidden}.storefront-invite-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.storefront-card-art{height:190px;display:grid;place-items:center;background:linear-gradient(135deg,#f0dfca,#ead6dc)}.storefront-card-art span{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(104,67,56,.2);font:1.8rem 'DM Serif Display',serif;color:#783349}.storefront-invite-card>div:last-child{padding:15px}.storefront-invite-card strong,.storefront-invite-card span{display:block}.storefront-invite-card>div:last-child span{font-size:.75rem;color:var(--brand);margin-top:4px}.storefront-footer{text-align:center;border-top:1px solid var(--line);padding:27px;color:var(--muted);font-size:.74rem}.storefront-footer a{color:var(--brand);font-weight:700}.storefront-error{min-height:100vh;display:grid;place-content:center}

/* Invitation motion presets: lightweight only */
.invite-motion-elegant .invite-section.reveal-on-scroll,.invite-motion-subtle .invite-section.reveal-on-scroll,.invite-motion-cinematic .invite-section.reveal-on-scroll{opacity:0;transform:translate3d(0,14px,0);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}.invite-motion-subtle .invite-section.reveal-on-scroll{transform:translate3d(0,7px,0);transition-duration:.45s}.invite-motion-cinematic .invite-section.reveal-on-scroll{transform:translate3d(0,24px,0);transition-duration:.9s}.invite-section.reveal-on-scroll.is-visible{opacity:1!important;transform:none!important}.invite-motion-none .reveal-on-scroll{opacity:1!important;transform:none!important}

/* Scroll reveal */
.js .reveal,.js .reveal-card,.js .reveal-on-scroll{opacity:0;transform:translate3d(0,13px,0)}.js .reveal.is-visible,.js .reveal-card.is-visible,.js .reveal-on-scroll.is-visible{opacity:1;transform:none;transition:opacity .55s ease var(--reveal-delay,0ms),transform .55s cubic-bezier(.2,.8,.2,1) var(--reveal-delay,0ms)}

@media(max-width:1050px){
  .hero-grid{grid-template-columns:1fr}.hero-v23{padding-top:60px}.hero-art-v23{min-height:545px}.journey-grid{grid-template-columns:repeat(2,1fr)}.feature-bento{grid-template-columns:repeat(2,1fr)}.bento-large{grid-column:span 2}.business-card{grid-template-columns:1fr}.extension-public-grid{grid-template-columns:repeat(3,1fr)}.storefront-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .js body{opacity:1}.navbar{backdrop-filter:none;background:#f8f5ef}.hero-v23{min-height:auto;padding:50px 0 40px}.display{font-size:clamp(3.25rem,15vw,4.55rem)}.lead{font-size:.98rem}.trust-row{gap:11px 17px}.hero-art-v23{min-height:470px;margin-top:20px}.premium-phone{width:270px;height:480px;border-radius:36px}.phone-screen{border-radius:29px}.modern-arch{width:164px;height:224px}.modern-arch .arch-inner{font-size:36px}.modern-note{min-width:150px;padding:9px 10px}.note-a{left:-2px;top:90px}.note-b{right:-2px;top:250px}.note-c{left:4px;bottom:24px}.ambient-ring.ring-a{width:390px;height:390px}.ambient-ring.ring-b{width:315px;height:315px}.marquee-card{border-radius:20px;justify-content:flex-start}.journey-grid,.tier-snapshot{grid-template-columns:1fr}.journey-card{min-height:180px}.feature-bento{grid-template-columns:1fr}.bento-large,.bento-wide{grid-column:auto;display:block}.wish-demo{margin-top:20px}.expiry-demo{text-align:left;margin-top:22px}.business-card{padding:25px;border-radius:26px}.url-comparison>div{grid-template-columns:1fr}.url-comparison b{justify-self:start}.business-stack{padding:25px 16px 64px}.extension-public-grid{grid-template-columns:repeat(2,1fr)}.business-url-explainer{grid-template-columns:1fr}.business-url-explainer code{font-size:.76rem}.studio-shell{height:100dvh;overflow:hidden}.studio-panel{height:58dvh;min-height:420px}.studio-body{overflow:auto}.preview-stage{height:42dvh;min-height:290px;overflow:auto;padding:48px 10px 10px}.preview-toolbar{top:8px}.preview-phone{width:min(335px,96%);min-height:620px;border-width:5px}.studio-progress-wrap{padding-top:8px;padding-bottom:9px}.studio-tab{font-size:.74rem}.publish-hero-card{display:grid}.slug-builder{display:grid}.slug-builder>span{padding:9px 12px 0}.extension-grid{grid-template-columns:1fr 1fr}.project-grid{grid-template-columns:1fr}.storefront-nav{height:68px}.storefront-domain{display:none}.storefront-hero{margin:62px auto 48px}.storefront-hero h1{font-size:clamp(3rem,15vw,4.5rem)}.storefront-grid{grid-template-columns:1fr}.storefront-card-art{height:160px}
}
@media(max-width:420px){.modern-note{font-size:.65rem;min-width:135px}.modern-note strong{font-size:.7rem}.note-a{left:-6px}.note-b{right:-5px}.extension-public-grid{grid-template-columns:1fr}.hero-actions .btn{width:100%}.trust-row{display:grid;grid-template-columns:1fr 1fr}.project-actions .btn{flex:1}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.premium-phone,.modern-note,.preview-scroll-cue,.fake-progress span,.skeleton{animation:none!important}.btn,.template-card,.journey-card,.tier-card,.bento-card,.scope-choice,.package-choice,.addon-item,.extension-choice,.favorite-btn,.chip,.studio-progress>span{transition:none!important}.js .reveal,.js .reveal-card,.js .reveal-on-scroll,.invite-section.reveal-on-scroll{opacity:1!important;transform:none!important;transition:none!important}}
.preview-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}.preview-layout{display:grid;grid-template-columns:minmax(210px,1fr) minmax(330px,430px) minmax(210px,1fr);gap:24px;align-items:start}.preview-device-wrap{display:flex;justify-content:center}.preview-phone-public{width:100%;min-height:760px}.preview-side-card{position:sticky;top:110px;padding:22px;border:1px solid var(--line);border-radius:22px;background:#fffdf9;box-shadow:var(--shadow-sm)}.preview-side-icon{width:42px;height:42px;border-radius:13px;background:#f2e8df;display:grid;place-items:center;color:var(--brand);font-size:1.2rem}.preview-checks span{font-size:.82rem}.mini-levels{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:16px 0}.mini-levels span{border:1px solid var(--line);border-radius:12px;padding:9px 5px;text-align:center;font-size:.65rem;color:var(--muted)}.mini-levels b{display:block;font:1.25rem 'DM Serif Display',serif;color:var(--brand)}
@media(max-width:960px){.preview-layout{grid-template-columns:1fr minmax(330px,430px)}.preview-side-card:last-child{grid-column:1/-1;position:static}.preview-side-card:first-child{position:static}}
@media(max-width:700px){.preview-page-head{align-items:flex-start;display:grid}.preview-layout{grid-template-columns:1fr}.preview-device-wrap{order:-1}.preview-phone-public{width:min(360px,100%);min-height:680px}.preview-side-card{position:static}.mini-levels{grid-template-columns:repeat(3,1fr)}}
.studio-progress>span.complete{background:linear-gradient(90deg,#2f7355,#d0a15d);box-shadow:0 0 14px rgba(47,115,85,.24)}
@media(max-width:760px){.grid-3[style*="grid-template-columns:1fr 1fr"],.grid-3[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}}
html.js body{opacity:1}.extension-placeholder{height:68px;border-radius:16px}.balance-banner{display:grid;grid-template-columns:auto 1fr minmax(240px,360px);align-items:center;gap:16px;padding:16px 18px;margin:0 auto 26px;border:1px solid var(--line);border-radius:20px;background:#fffdf9;box-shadow:var(--shadow-sm);text-align:left}.balance-banner strong{display:block;font:1.7rem 'DM Serif Display',serif}.balance-banner form{display:flex;gap:8px}@media(max-width:760px){.balance-banner{grid-template-columns:1fr}.balance-banner form{display:grid;grid-template-columns:1fr auto}}

/* =========================================================
   V3 — Free experience, wedding website & permanent domains
   ========================================================= */
.free-opening{position:fixed;inset:0;z-index:9999;display:grid;place-content:center;text-align:center;padding:28px;background:radial-gradient(circle at 50% 38%,#fffaf3 0%,#f4ece3 48%,#e9ddd0 100%);overflow:hidden;color:#2d2320}
.free-opening::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(83,57,46,.12) .7px,transparent .7px);background-size:18px 18px;opacity:.35;mask-image:radial-gradient(circle,#000 20%,transparent 72%)}
.free-opening-orbit{position:absolute;left:50%;top:50%;width:min(520px,86vw);height:min(520px,86vw);transform:translate(-50%,-50%);border:1px solid rgba(123,38,55,.13);border-radius:50%;animation:freeOrbit 9s linear infinite}
.free-opening-orbit::before,.free-opening-orbit::after{content:"";position:absolute;border:inherit;border-radius:inherit;inset:15%}.free-opening-orbit::after{inset:31%}
.free-opening>*{position:relative;z-index:1}.free-opening-brand{font-size:clamp(2.1rem,7vw,3.4rem);margin-bottom:8px}.free-opening p{margin:0;color:var(--muted);font-weight:700}.free-opening small{margin-top:14px;color:#867971}
.free-loading-bar{width:min(270px,70vw);height:4px;margin:22px auto 0;border-radius:99px;background:rgba(54,39,31,.1);overflow:hidden}.free-loading-bar span{display:block;width:38%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand),var(--gold));animation:freeLoad 1.2s ease-in-out infinite}
@keyframes freeLoad{0%{transform:translateX(-110%)}100%{transform:translateX(360%)}}@keyframes freeOrbit{to{transform:translate(-50%,-50%) rotate(360deg)}}
.invite-free{position:relative}.free-watermark-grid{position:fixed;inset:-15%;z-index:80;pointer-events:none;display:grid;grid-template-columns:repeat(3,1fr);align-content:space-around;justify-items:center;gap:5vh;transform:rotate(-18deg);overflow:hidden;opacity:.13}.free-watermark-grid span{font:800 clamp(.72rem,2vw,1.05rem)/1.1 system-ui,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#6d2738;white-space:nowrap}
.free-brand-footer{position:relative;z-index:90;display:grid;justify-items:center;gap:4px;padding:30px 18px 36px;text-align:center;background:#241d1b;color:#fff;border-top:1px solid rgba(255,255,255,.12)}.free-brand-footer strong{font:1.75rem 'DM Serif Display',Georgia,serif}.free-brand-footer span{font-size:.78rem;color:#dacfc7}.free-brand-footer a{margin-top:8px;color:#f0c884;font-weight:800}.invite-footer{padding:20px;text-align:center;color:var(--muted);font-size:.75rem;border-top:1px solid var(--line)}.invite-footer-subtle{opacity:.58;font-size:.68rem}
.free-address-notice{display:grid;gap:5px;padding:14px 15px;border:1px solid rgba(123,38,55,.18);border-radius:16px;background:linear-gradient(135deg,rgba(123,38,55,.06),rgba(208,161,93,.08))}.free-address-notice strong{color:var(--brand)}.free-address-notice code{font-size:.75rem}
.studio-details{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:2px 14px}.studio-details summary{cursor:pointer;padding:13px 0;font-weight:800;color:var(--ink)}.studio-details[open] summary{border-bottom:1px solid var(--line);margin-bottom:12px}.studio-details .field:last-child{padding-bottom:13px}
.website-upgrade-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#fffdf9 0%,#f6efe6 100%)}.website-upgrade-card::after{content:"∞";position:absolute;right:-8px;top:-34px;font:10rem/1 'DM Serif Display',serif;color:rgba(123,38,55,.045);pointer-events:none}.permanent-plan-row{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:15px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.65)}.permanent-plan-row>div:last-child{display:grid;justify-items:end;gap:8px}.permanent-status{display:grid;gap:7px;padding:17px;border:1px solid rgba(47,115,85,.2);border-radius:17px;background:rgba(47,115,85,.06)}.domain-row{display:grid;grid-template-columns:minmax(150px,1fr) minmax(210px,1.3fr);gap:14px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.domain-row code{word-break:break-all}.admin-note{border-style:dashed!important;background:rgba(208,161,93,.07)!important}.divider{height:1px;background:var(--line);margin:4px 0}.tier-snapshot-five{grid-template-columns:repeat(5,1fr)}.free-tier-card{border-style:dashed;background:linear-gradient(180deg,#fffdf9,#f2ebe2)}.forever-callout{position:relative;overflow:hidden;background:linear-gradient(135deg,#241d1b,#3d2d29);color:#fff}.forever-callout .muted,.forever-callout p{color:#d7cbc4}
@media(max-width:1050px){.tier-snapshot-five{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.tier-snapshot-five{grid-template-columns:1fr}.permanent-plan-row,.domain-row{grid-template-columns:1fr}.permanent-plan-row>div:last-child{justify-items:start}.free-watermark-grid{grid-template-columns:repeat(2,1fr);opacity:.12}.free-opening-orbit{width:82vw;height:82vw}}
@media(prefers-reduced-motion:reduce){.free-opening-orbit,.free-loading-bar span{animation:none!important}.free-loading-bar span{width:100%}}
