:root{--bg:#faf7f2;--bg-alt:#f3ece3;--surface:#fffdfa;--ink:#332e29;--ink-soft:#5c544b;--muted:#8a7a6c;--faint:#a89b8b;--line:#eae1d6;--line-soft:#d8cfc3;--accent:#b4685c;--accent-dark:#965045;--accent-light:#c97a6d;--blush:#f2dcd6;--blush-text:#8a6a61;--sage:#dde6d7;--sage-text:#4c5b44;--sage-solid:#7a8a6c;--sand:#efe5dc;--danger:#a63232;--shadow-card:0 24px 48px -24px #5a463740;--shadow-tile:0 12px 28px -14px #5a463773;--serif:"Instrument Serif", "Iowan Old Style", Georgia, serif;--sans:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.55}h1,h2,h3{font-family:var(--serif);letter-spacing:-.01em;margin:0;font-weight:400;line-height:1.1}h1 em,h2 em{color:var(--accent);font-style:italic}p{margin:0}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-dark)}.container{max-width:1120px;margin:0 auto;padding:0 32px}.container-wide{max-width:1240px;margin:0 auto;padding:0 32px}@media (width<=640px){.container,.container-wide{padding:0 20px}}.serif{font-family:var(--serif)}.muted{color:var(--muted)}.faint{color:var(--faint)}.small{font-size:.875rem}.btn{cursor:pointer;font-size:15px;font-weight:600;font-family:var(--sans);background:var(--accent);color:#fff;border:1.5px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:13px 24px;line-height:1.2;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.btn:hover{background:var(--accent-dark);color:#fff}.btn.dark{background:var(--ink);color:var(--bg)}.btn.dark:hover{color:var(--bg);background:#4a443d}.btn.outline{color:var(--ink-soft);border-color:var(--line-soft);background:0 0}.btn.outline:hover{border-color:var(--ink);color:var(--ink);background:0 0}.btn.ghost{color:var(--muted);background:0 0}.btn.ghost:hover{color:var(--ink);background:0 0}.btn.danger{color:var(--danger);border-color:var(--line);background:0 0}.btn.danger:hover{border-color:var(--danger);color:var(--danger);background:#fdf3f3}.btn.small{padding:9px 18px;font-size:14px}.btn.big{padding:16px 28px;font-size:16px}.btn.block{width:100%}.btn:disabled{opacity:.5;cursor:default}.field{margin-bottom:14px}.field label{color:var(--muted);letter-spacing:.02em;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.field input[type=text],.field input[type=email],.field input[type=password],.field input[type=date],.input-pill{border:1.5px solid var(--line-soft);width:100%;font-size:16px;font-family:var(--sans);background:var(--surface);color:var(--ink);border-radius:999px;padding:13px 18px}.field input:focus,.input-pill:focus{border-color:var(--accent);outline:none}.field input::placeholder,.input-pill::placeholder{color:var(--faint)}.form-error{color:var(--danger);margin:8px 0;font-size:14px}.card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:28px}.auth-card{max-width:410px;margin:56px auto;padding:36px 32px}.eyebrow{background:var(--sand);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.badge{letter-spacing:.02em;border-radius:7px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-block}.badge.pending{background:var(--blush);color:var(--accent-dark)}.badge.hidden-b{background:var(--ink);color:var(--bg)}.badge.plan{background:var(--sage);color:var(--sage-text);border-radius:999px;padding:5px 12px;font-size:12px}.badge.plan.free{background:var(--sand);color:var(--muted)}.topbar{background:var(--surface);border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 32px;display:flex}@media (width<=640px){.topbar{padding:12px 20px}}.topbar-left{align-items:center;gap:18px;min-width:0;display:flex}.topbar-divider{background:var(--line);width:1px;height:24px}.topbar-title{font-size:16px;font-weight:600;line-height:1.25}.topbar-sub{color:var(--muted);font-size:13px;line-height:1.3}.topbar-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.brand{font-family:var(--serif);color:var(--ink);letter-spacing:-.01em;white-space:nowrap;font-size:24px;text-decoration:none}.brand span,.brand:hover{color:var(--accent)}.brand:hover{color:var(--ink)}.landing-nav{justify-content:space-between;align-items:center;padding:28px 0;display:flex}.landing-nav .links{align-items:center;gap:28px;font-size:15px;font-weight:500;display:flex}.landing-nav .links a:not(.btn){color:var(--ink)}.landing-nav .links a:not(.btn):hover{color:var(--accent-dark)}@media (width<=720px){.landing-nav .links a.hide-mobile{display:none}}.hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:56px;padding:56px 0 72px;display:grid}@media (width<=880px){.hero{grid-template-columns:1fr;padding:32px 0 48px}}.hero-copy{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.hero h1{letter-spacing:-.015em;font-size:clamp(44px,6.5vw,64px);line-height:1.05}.hero .lede{color:var(--ink-soft);text-wrap:pretty;max-width:44ch;font-size:19px;line-height:1.55}.hero-cta{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.hero-visual{justify-content:center;padding:24px 0;display:flex;position:relative}.hero-glow{background:radial-gradient(closest-side, var(--blush) 0%, #f2dcd600 70%);border-radius:50%;position:absolute;inset:-8% -6%}.table-card{background:var(--surface);border:1px solid var(--line);width:300px;box-shadow:var(--shadow-card);border-radius:20px;flex-direction:column;align-items:center;gap:18px;padding:36px 32px;display:flex;position:relative;transform:rotate(-2deg)}.table-card .names{font-family:var(--serif);font-size:26px}.table-card .date{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:13px}.table-card .qr{background:var(--ink);border-radius:12px;grid-template-rows:repeat(7,1fr);grid-template-columns:repeat(7,1fr);gap:3px;width:172px;height:172px;padding:14px;display:grid}.table-card .qr i{border-radius:2px}.table-card .scan{text-align:center;color:var(--ink-soft);font-size:15px;line-height:1.4}.count-tag{background:var(--sage);color:var(--sage-text);border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600;position:absolute;bottom:-6px;right:-16px;transform:rotate(3deg);box-shadow:0 10px 20px -12px #4c5b4466}.band{padding:80px 0}.band.sand-band{background:var(--bg-alt)}.band.blush-band{background:var(--blush)}.band-head{text-align:center;flex-direction:column;gap:12px;margin-bottom:48px;display:flex}.band-head h2{font-size:clamp(30px,4.5vw,42px)}.band-head p{color:var(--muted);font-size:17px}.blush-band .band-head p{color:var(--blush-text)}.steps{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=880px){.steps{grid-template-columns:1fr}}.step-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;flex-direction:column;gap:14px;padding:32px 28px;display:flex}.step-num{width:44px;height:44px;font-family:var(--serif);border-radius:999px;justify-content:center;align-items:center;font-size:22px;display:flex}.step-card h3{font-family:var(--sans);font-size:20px;font-weight:600}.step-card p{color:var(--ink-soft);text-wrap:pretty;font-size:15.5px;line-height:1.55}.teaser{grid-template-columns:.9fr 1.1fr;align-items:center;gap:56px;padding:88px 0;display:grid}@media (width<=880px){.teaser{grid-template-columns:1fr;padding:56px 0}}.teaser-copy{flex-direction:column;align-items:flex-start;gap:18px;display:flex}.teaser-copy h2{font-size:clamp(30px,4.5vw,42px)}.teaser-copy h2 em{color:var(--sage-solid)}.teaser-copy .lede{color:var(--ink-soft);text-wrap:pretty;font-size:17px;line-height:1.6}.perk{align-items:flex-start;gap:10px;font-size:15.5px;display:flex}.perk .tick{background:var(--sage);width:20px;height:20px;color:var(--sage-text);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:12px;font-weight:700;display:inline-flex}.mosaic{grid-template-columns:repeat(3,1fr);grid-auto-rows:120px;gap:12px;display:grid}.mosaic-tile{border-radius:14px;align-items:flex-end;padding:10px;display:flex}.mosaic-tile span{color:#7a6e60;background:#fffdfad9;border-radius:6px;padding:3px 7px;font-family:ui-monospace,monospace;font-size:11px}.pricing{grid-template-columns:1fr 1fr;align-items:stretch;gap:24px;max-width:920px;margin:0 auto;display:grid}@media (width<=720px){.pricing{grid-template-columns:1fr}}.price-card{background:var(--surface);border:1px solid #ead5ce;border-radius:20px;flex-direction:column;gap:16px;padding:36px 32px;display:flex;position:relative}.price-card.featured{background:var(--ink);color:var(--bg);border:none}.price-card .tier{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:14px;font-weight:700}.price-card.featured .tier{color:#b5aa9c}.price-card .price{font-family:var(--serif);font-size:48px;line-height:1}.price-card .per{color:#b5aa9c;font-size:15px}.price-card ul{color:var(--ink-soft);flex-direction:column;gap:9px;margin:0;padding:0;font-size:15px;list-style:none;display:flex}.price-card.featured ul{color:#d8cfc3}.price-card .btn{margin-top:auto}.ribbon{background:var(--sage);color:var(--sage-text);border-radius:999px;padding:6px 14px;font-size:13px;font-weight:700;position:absolute;top:-14px;right:24px}.landing-footer{color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:36px 0;font-size:14px;display:flex}.landing-footer .links{gap:24px;display:flex}.page{padding:28px 0 80px}.page-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.page-head h2{font-size:34px}.event-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:16px;display:grid}.event-card{color:inherit;flex-direction:column;gap:8px;text-decoration:none;transition:box-shadow .15s;display:flex}.event-card:hover{box-shadow:var(--shadow-card);color:inherit}.event-card h3{font-size:24px}.stats-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.stats{gap:28px;display:flex}.stat .n{font-family:var(--serif);font-size:30px;line-height:1.15}.stat .l{color:var(--muted);font-size:13px}.controls{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.toggle-pill{cursor:pointer;background:var(--surface);border:1px solid var(--line);-webkit-user-select:none;user-select:none;border-radius:999px;align-items:center;gap:10px;padding:9px 16px;display:flex}.toggle-pill .label{color:var(--ink-soft);font-size:14px;font-weight:600}.switch{background:var(--line-soft);border-radius:999px;flex-shrink:0;width:36px;height:20px;transition:background .2s;position:relative}.switch.on{background:var(--sage-solid)}.switch i{background:#fff;border-radius:999px;width:16px;height:16px;transition:left .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.switch.on i{left:18px}.tabs{background:var(--sand);border-radius:999px;gap:2px;padding:4px;display:flex}.tabs button{cursor:pointer;color:var(--muted);font-size:14px;font-weight:600;font-family:var(--sans);background:0 0;border:none;border-radius:999px;padding:7px 16px}.tabs button.active{background:var(--surface);color:var(--ink);box-shadow:0 1px 4px #5a463726}.pending-banner{background:var(--blush);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.pending-banner .msg{color:var(--blush-text);font-size:15px}.pending-banner .msg strong{color:var(--accent-dark)}.media-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:190px;gap:14px;display:grid}@media (width<=1000px){.media-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=720px){.media-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px}}.mtile{background:var(--sand);cursor:zoom-in;border-radius:16px;position:relative;overflow:hidden}.mtile:hover{box-shadow:var(--shadow-tile)}.mtile.dimmed{opacity:.45}.mtile img,.mtile video{object-fit:cover;width:100%;height:100%;display:block}.mtile .video-chip{color:var(--bg);background:#332e29bf;border-radius:7px;padding:3px 8px;font-size:11px;font-weight:600;position:absolute;top:10px;left:10px}.mtile .status-chip{position:absolute;top:10px;right:10px}.mtile-foot{background:linear-gradient(#0000,#332e298c);justify-content:space-between;align-items:flex-end;gap:8px;padding:34px 12px 10px;display:flex;position:absolute;inset:auto 0 0}.mtile-foot .who{flex-direction:column;gap:1px;min-width:0;display:flex}.mtile-foot .fname{color:#faf7f2cc;white-space:nowrap;text-overflow:ellipsis;font-family:ui-monospace,monospace;font-size:10.5px;overflow:hidden}.mtile-foot .by{color:var(--bg);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:600;overflow:hidden}.mtile-actions{flex-shrink:0;gap:6px;display:flex}.round-btn{cursor:pointer;width:30px;height:30px;font-size:13px;font-family:var(--sans);color:var(--ink);background:#faf7f2e6;border:none;border-radius:999px;justify-content:center;align-items:center;display:flex}.round-btn:hover{background:#fff}.round-btn.approve{background:var(--sage-solid);color:#fff}.round-btn.approve:hover{background:#67775a}.upgrade-strip{background:var(--ink);color:var(--bg);border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:22px 26px;display:flex}.upgrade-strip .t{font-family:var(--serif);font-size:22px}.upgrade-strip .s{color:#b5aa9c;font-size:14px}.overlay{z-index:50;background:#332e2999;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.overlay.dark{background:#1e1a16eb}.modal{background:var(--surface);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:380px;padding:32px;display:flex}.modal img.qr-img{border:1px solid var(--line);border-radius:12px}.share-link{background:var(--bg);border:1px solid var(--line);word-break:break-all;border-radius:10px;width:100%;padding:10px 12px;font-family:ui-monospace,monospace;font-size:13px}.lightbox-body{text-align:center;max-width:min(920px,100%)}.lightbox-body img,.lightbox-body video{border-radius:10px;max-width:100%;max-height:82vh}.overlay .close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:32px;line-height:1;position:absolute;top:14px;right:20px}.guest-shell{background:var(--bg);flex-direction:column;min-height:100dvh;display:flex}.guest-center{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;width:100%;max-width:470px;margin:0 auto;padding:40px 28px;display:flex}.guest-center h1{font-size:clamp(30px,8vw,38px);line-height:1.1}.guest-date{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:14px}.guest-lede{color:var(--ink-soft);text-wrap:pretty;max-width:28ch;font-size:17px;line-height:1.5}.guest-actions{flex-direction:column;gap:12px;width:100%;margin-top:8px;display:flex}.guest-foot{text-align:center;color:var(--faint);padding:0 28px 28px;font-size:12.5px}.check-ring{background:var(--sage);width:84px;height:84px;color:var(--sage-text);border-radius:999px;justify-content:center;align-items:center;font-size:36px;display:flex}.blush-note{background:var(--blush);color:var(--blush-text);text-wrap:pretty;border-radius:14px;padding:14px 18px;font-size:14px;line-height:1.45}.upload-head{justify-content:space-between;align-items:center;width:100%;max-width:470px;margin:0 auto;padding:18px 22px 12px;display:flex}.upload-head .ev{font-family:var(--serif);font-size:20px}.upload-head .count{color:var(--muted);font-size:13px;font-weight:600}.progress-track{background:var(--line);border-radius:999px;max-width:426px;height:6px;margin:0 22px;overflow:hidden}@media (width>=471px){.progress-track{width:calc(100% - 44px);margin:0 auto}}.progress-track>div{background:var(--accent);border-radius:999px;height:100%;transition:width .4s}.upload-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:108px;align-content:start;gap:8px;width:100%;max-width:470px;margin:0 auto;padding:18px 22px;display:grid}.utile{background:var(--sand);border-radius:12px;position:relative;overflow:hidden}.utile img,.utile video{object-fit:cover;width:100%;height:100%;display:block}.utile .video-chip{color:var(--bg);background:#332e29bf;border-radius:6px;padding:2px 6px;font-size:10px;font-weight:600;position:absolute;top:6px;left:6px}.utile .done-dot{background:var(--sage-solid);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex;position:absolute;bottom:6px;right:6px}.utile .err-dot{background:var(--danger)}.utile .busy{background:#faf7f28c;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.spinner{border:3px solid var(--line);border-top-color:var(--accent);border-radius:999px;width:30px;height:30px;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.guest-gallery{width:100%;max-width:720px;margin:0 auto;padding:24px 22px 64px}.guest-gallery h3{text-align:center;margin-bottom:16px;font-size:26px}.guest-gallery .grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:110px;gap:8px;display:grid}@media (width>=640px){.guest-gallery .grid{grid-auto-rows:150px}}.site-footer{text-align:center;color:var(--faint);padding:28px 20px;font-size:13px}.notice{background:var(--blush);color:var(--blush-text);border-radius:14px;margin-bottom:16px;padding:13px 18px;font-size:14.5px}.empty{text-align:center;color:var(--muted);padding:56px 0}.demo-page{background:var(--bg-alt);min-height:100vh;padding:40px 0 64px}.demo-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:40px;display:flex}.demo-head .kicker{color:var(--muted);margin-top:6px;font-size:14px}.demo-head h1{margin-top:10px;font-size:clamp(30px,4.5vw,38px)}.demo-head .links{flex-wrap:wrap;align-items:center;gap:20px;font-size:15px;font-weight:600;display:flex}.demo-row{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:40px;display:flex}.demo-col{flex-direction:column;align-items:center;gap:14px;display:flex}.demo-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:13px;font-weight:700}.demo-cta{text-align:center;flex-direction:column;align-items:center;gap:14px;margin-top:56px;display:flex}.phone{aspect-ratio:390/780;background:var(--ink);border-radius:44px;width:320px;max-width:88vw;padding:10px;box-shadow:0 30px 60px -30px #332e2973}.phone-screen{background:var(--bg);border-radius:34px;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.phone-notch{background:var(--ink);z-index:2;border-radius:999px;width:104px;height:22px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.ds-center{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:15px;padding:36px 22px 8px;display:flex}.ds-couple{border-radius:999px;justify-content:center;align-items:center;width:76px;height:76px;display:flex}.ds-couple span{color:#7a6e60;font-family:ui-monospace,monospace;font-size:9px}.ds-names{font-family:var(--serif);font-size:27px;line-height:1.1}.ds-date{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:11.5px}.ds-lede{color:var(--ink-soft);text-wrap:pretty;max-width:26ch;font-size:13.5px;line-height:1.5}.ds-actions{flex-direction:column;gap:9px;width:100%;margin-top:4px;display:flex}.ds-btn{text-align:center;border-radius:999px;padding:13px 0;font-size:13.5px;font-weight:600}.ds-btn.primary{background:var(--accent);color:#fff}.ds-btn.dark{background:var(--ink);color:var(--bg)}.ds-btn.outline{border:1.5px solid var(--line-soft);color:var(--ink-soft)}.ds-btn.ghost{color:var(--muted);padding:7px 0}.ds-fine{color:var(--faint);font-size:10.5px}.ds-foot{text-align:center;color:var(--faint);padding:0 22px 20px;font-size:10px}.ds-uphead{justify-content:space-between;align-items:center;padding:34px 18px 8px;display:flex}.ds-uphead .ev{font-family:var(--serif);font-size:16px}.ds-uphead .count{color:var(--muted);font-size:11px;font-weight:600}.ds-track{background:var(--line);border-radius:999px;height:5px;margin:0 18px;overflow:hidden}.ds-track>div{background:var(--accent);border-radius:999px;height:100%;transition:width .6s}.ds-grid{flex:1;grid-template-columns:repeat(3,1fr);grid-auto-rows:86px;align-content:start;gap:6px;padding:14px 18px;display:grid;overflow:hidden}.ds-tile{border-radius:10px;position:relative;overflow:hidden}.ds-tile .video-chip{color:var(--bg);background:#332e29bf;border-radius:5px;padding:2px 5px;font-size:8.5px;font-weight:600;position:absolute;top:5px;left:5px}.ds-tile .done-dot{background:var(--sage-solid);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:17px;height:17px;font-size:9.5px;font-weight:700;display:flex;position:absolute;bottom:5px;right:5px}.ds-tile .busy{background:#faf7f28c;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ds-tile .spinner{border-width:2.5px;width:24px;height:24px}.ds-check{background:var(--sage);width:68px;height:68px;color:var(--sage-text);border-radius:999px;justify-content:center;align-items:center;font-size:28px;display:flex}.ds-h1{font-family:var(--serif);font-size:25px;line-height:1.15}.ds-input{border:1.5px solid var(--line-soft);color:var(--faint);text-align:left;background:var(--surface);border-radius:999px;padding:12px 15px;font-size:13px}.ds-note{background:var(--blush);color:var(--blush-text);text-wrap:pretty;border-radius:12px;padding:11px 14px;font-size:11.5px;line-height:1.45}.demo-gallery-page{background:var(--bg);min-height:100vh}.demo-banner{background:var(--ink);color:var(--bg);text-align:center;padding:10px 20px;font-size:14px}.demo-banner a{color:var(--blush);font-weight:600}
