:root{
  --bg:#fbf8f4;
  --surface:#fff;
  --surface-soft:#f6efe9;
  --ink:#2e2a28;
  --muted:#756b66;
  --line:#e8ddd5;
  --rose:#b66f72;
  --rose-dark:#8f5155;
  --sage:#7f927c;
  --gold:#b69460;
  --blue:#6f8fa8;
  --shadow:0 18px 55px rgba(61,43,32,.12);
  --radius:24px;
  --radius-sm:16px;
  --shell:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
svg{width:1.25em;height:1.25em;display:inline-block;vertical-align:-.2em}
.shell{width:min(calc(100% - 32px),var(--shell));margin-inline:auto}
.narrow{max-width:820px}
main{min-height:70vh}
.site-header{background:rgba(251,248,244,.95);backdrop-filter:blur(10px);position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(232,221,213,.8)}
.header-inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:10px;min-width:0}
.brand-mark{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eadad2;color:var(--rose-dark);flex:0 0 auto}
.brand span:last-child{display:flex;flex-direction:column;line-height:1.08}
.brand strong{font-size:15px;letter-spacing:.01em}
.brand small{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted);margin-top:4px}
.header-cta{display:none}
.proof-strip{background:#433d39;color:#fff}
.proof-strip-inner{min-height:42px;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;font-size:12px;letter-spacing:.02em;flex-wrap:wrap;padding:8px 0}
.proof-strip-inner strong{letter-spacing:.12em;font-size:11px}
.proof-strip-inner>span:not(.proof-icon):not(.proof-strip-dot){color:#f0e6df}.proof-strip-dot{color:#cbb8ad}.turnaround-text{color:#fff4d9}
.proof-icon{display:inline-grid;place-items:center;color:#fff}
.btn{border:0;border-radius:999px;min-height:48px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;letter-spacing:.01em;transition:.2s ease;box-shadow:none}
.btn:hover{transform:translateY(-1px)}
.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
.btn-primary{background:var(--rose-dark);color:#fff;box-shadow:0 12px 25px rgba(143,81,85,.2)}
.btn-primary:hover{background:#7d464b}
.btn-secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}
.btn-light{background:#fff;color:#433d39}
.btn-small{min-height:40px;padding:0 16px;font-size:13px}
.btn-large{min-height:56px;padding:0 26px}
.btn-block{width:100%}
.eyebrow{font-size:11px;font-weight:900;letter-spacing:.15em;color:var(--rose-dark);text-transform:uppercase}
h1,h2,h3{line-height:1.08;margin:0 0 14px;font-family:Georgia,"Times New Roman",serif;font-weight:600;letter-spacing:-.025em}
h1{font-size:clamp(42px,9vw,76px)}
h2{font-size:clamp(32px,6vw,52px)}
h3{font-size:24px}
p{margin:0 0 18px;color:var(--muted)}
.hero{padding:54px 0 60px;overflow:hidden}
.hero-grid{display:grid;gap:40px;align-items:center}
.hero-copy{position:relative;z-index:2}
.hero-copy h1{margin-top:10px;max-width:760px}
.hero-copy h1 em{font-weight:400;color:var(--rose-dark)}
.hero-lead{font-size:18px;max-width:650px}
.price-line{display:flex;align-items:center;gap:12px;margin:24px 0 20px}
.price-line span{font-weight:750;color:var(--muted)}
.price-line strong{font-size:31px;font-family:Georgia,serif}
.hero-actions{display:flex;flex-direction:column;gap:10px}
.hero-reassurance{display:grid;gap:8px;margin-top:18px;font-size:13px;color:#5f5651}
.hero-reassurance span{display:flex;align-items:center;gap:7px}
.hero-reassurance svg{color:var(--rose-dark)}
.hero-art{position:relative;min-height:455px;max-width:560px;margin-inline:auto;width:100%}
.hero-card{position:absolute;border-radius:25px;box-shadow:var(--shadow);object-fit:cover;background:#fff}
.hero-card-a{width:59%;right:4%;top:0;transform:rotate(3deg)}
.hero-card-b{width:49%;left:2%;bottom:0;transform:rotate(-4deg)}
.hero-proof-badge{position:absolute;left:36%;bottom:13%;transform:translateX(-10%);background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px 14px;box-shadow:0 10px 35px rgba(40,31,28,.15);display:grid;grid-template-columns:auto 1fr;gap:2px 8px;align-items:center;min-width:190px}
.hero-proof-badge svg{grid-row:1/3;width:27px;height:27px;color:var(--rose-dark)}
.hero-proof-badge strong{font-size:13px}
.hero-proof-badge span{font-size:11px;color:var(--muted)}
.trust-band{background:#fff;border-block:1px solid var(--line);padding:24px 0}
.trust-grid{display:grid;gap:22px}
.trust-stat{display:flex;align-items:center;gap:16px}
.trust-stat strong{font-size:40px;font-family:Georgia,serif;color:var(--rose-dark)}
.trust-stat span{font-size:13px;color:var(--muted);line-height:1.25}.trust-stat b{color:var(--ink)}
.trust-divider{display:none}
.trust-promise{display:flex;gap:12px;align-items:flex-start}.trust-promise>svg{width:34px;height:34px;color:var(--rose-dark);flex:0 0 auto}.trust-promise div{display:flex;flex-direction:column}.trust-promise strong{font-size:15px}.trust-promise span{font-size:13px;color:var(--muted)}
.section{padding:72px 0}.section-soft{background:#f5eee8}.section-heading{margin-bottom:30px;max-width:760px}.section-heading h2{margin-top:9px}.section-heading p{font-size:17px}.centered{text-align:center;margin-inline:auto}
.steps-grid{display:grid;gap:14px}.step-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;min-height:220px}.step-card.featured{border:2px solid #c89294;background:#fffafb}.step-number{position:absolute;right:18px;top:16px;font-size:13px;font-weight:900;color:#b3a59c}.step-icon{width:34px;height:34px;color:var(--rose-dark);margin-bottom:22px}.step-card p{font-size:14px;margin-bottom:0}.step-card h3{font-size:23px}
.template-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.template-card{background:#fff;border-radius:18px;border:1px solid var(--line);overflow:hidden;box-shadow:0 8px 28px rgba(72,51,38,.06)}.template-image-wrap{display:block;aspect-ratio:3/4;overflow:hidden;background:#efe8e2}.template-image-wrap img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.template-card:hover img{transform:scale(1.025)}.template-meta{padding:13px;display:flex;justify-content:space-between;gap:8px;align-items:center}.template-meta>div{display:flex;flex-direction:column;min-width:0}.template-meta strong{font-size:13px}.template-meta span{font-size:11px;color:var(--muted)}.mini-link{font-size:12px;color:var(--rose-dark);font-weight:800;white-space:nowrap}.center-actions{text-align:center;margin-top:26px}
.section-match{background:#2f3430;color:#fff}.match-grid{display:grid;gap:38px;align-items:center}.match-copy .eyebrow{color:#dbc9b7}.match-copy p{color:#dad8d5;font-size:17px}.match-copy small{display:block;color:#bdb9b4;margin-top:16px;max-width:620px}.match-visual{display:grid;grid-template-columns:1fr;gap:12px;align-items:center}.upload-demo{background:rgba(255,255,255,.08);border:1px dashed rgba(255,255,255,.35);border-radius:22px;min-height:180px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.upload-demo svg{width:44px;height:44px;margin-bottom:12px}.upload-demo span{font-size:13px;color:#d6d1cc}.arrow-line{display:none;text-align:center;font-size:28px}.match-visual img{border-radius:24px;max-height:470px;object-fit:cover;justify-self:center;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.proof-guarantee{background:#8f5155;color:#fff;padding:50px 0}.proof-guarantee-inner{display:grid;gap:18px;align-items:center}.proof-guarantee .eyebrow{color:#f6dcdd}.proof-guarantee p{color:#f9efef}.big-shield{width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.13);display:grid;place-items:center}.big-shield svg{width:34px;height:34px}
.faq-section details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:0 18px;margin-bottom:10px}.faq-section summary{cursor:pointer;font-weight:800;padding:18px 0;list-style:none;display:flex;justify-content:space-between;gap:16px}.faq-section summary:after{content:"+";font-size:24px;color:var(--rose-dark)}.faq-section details[open] summary:after{content:"–"}.faq-section details p{padding-bottom:18px;margin:0}
.final-cta{text-align:center;padding:70px 0 80px}.final-cta span{font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--rose-dark)}.final-cta p{font-size:18px}
.site-footer{background:#282522;color:#eee5df;padding:38px 0 25px}.footer-grid{display:grid;gap:20px}.site-footer p{color:#bdb6b0;font-size:13px;margin:8px 0 0}.footer-links{display:flex;gap:18px;flex-wrap:wrap;font-size:13px}.footer-note{border-top:1px solid rgba(255,255,255,.08);margin-top:24px;padding-top:18px;font-size:11px;color:#9f9792}

/* Creator */
.creator-page{padding:36px 0 70px}.creator-shell{max-width:980px}.creator-top{display:grid;gap:20px;align-items:end;margin-bottom:22px}.creator-top h1{font-size:46px;margin-top:8px}.creator-proof-chip{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 16px;display:flex;gap:10px;align-items:center;box-shadow:0 10px 30px rgba(54,38,31,.06)}.creator-proof-chip svg{width:30px;height:30px;color:var(--rose-dark)}.creator-proof-chip div{display:flex;flex-direction:column}.creator-proof-chip span{font-size:12px;color:var(--muted)}
.creator-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin:24px 0}.creator-progress span{font-size:10px;text-align:center;color:#9a8e86;padding:10px 4px;border-bottom:3px solid #e6dbd3;font-weight:800}.creator-progress span.active{color:var(--rose-dark);border-color:var(--rose-dark)}
.creator-form{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 20px 60px rgba(69,48,39,.08);overflow:hidden}.form-step{display:none;padding:24px}.form-step.active{display:block}.step-header{margin-bottom:22px}.step-header>span{font-size:11px;font-weight:900;letter-spacing:.11em;color:var(--rose-dark);text-transform:uppercase}.step-header h2{font-size:34px;margin-top:6px}.step-header p{font-size:15px}
.start-options{display:grid;gap:12px}.start-option{border:1px solid var(--line);background:#fff;border-radius:20px;padding:20px;text-align:left;display:grid;grid-template-columns:auto 1fr;gap:5px 13px;color:var(--ink)}.start-option.selected{border:2px solid var(--rose-dark);background:#fff9f8}.option-icon{width:44px;height:44px;border-radius:14px;background:#f4e7e4;display:grid;place-items:center;grid-row:1/4;color:var(--rose-dark)}.option-icon svg{width:24px;height:24px}.start-option strong{font-size:17px}.start-option small{color:var(--muted);line-height:1.4}.start-option b{font-size:12px;color:var(--rose-dark);margin-top:5px}.mode-panel{display:none;margin-top:20px}.mode-panel.active{display:block}
.upload-zone{border:2px dashed #d7c8bf;background:#fcfaf8;border-radius:20px;padding:28px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer}.upload-zone input{position:absolute;opacity:0;width:1px;height:1px}.upload-zone-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#f1e4df;color:var(--rose-dark);margin-bottom:12px}.upload-zone-icon svg{width:28px;height:28px}.upload-zone>strong{font-size:18px}.upload-zone>span:not(.upload-zone-icon){font-size:12px;color:var(--muted);margin:4px 0 12px}.upload-zone>b{background:var(--rose-dark);color:#fff;border-radius:999px;padding:10px 18px;font-size:13px}.upload-preview{margin-top:14px;border:1px solid var(--line);border-radius:16px;padding:12px;display:flex;gap:12px;align-items:center}.upload-preview img{width:72px;height:92px;object-fit:cover;border-radius:10px;background:#eee}.upload-preview>div{display:flex;flex-direction:column;min-width:0}.upload-preview strong{font-size:13px;overflow:hidden;text-overflow:ellipsis}.text-button{border:0;background:none;padding:5px 0;color:var(--rose-dark);font-weight:800;text-align:left;font-size:12px}.legal-note{font-size:11px;margin-top:10px}
.mini-template-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.creator-template{position:relative;border:1px solid var(--line);border-radius:16px;background:#fff;padding:0;overflow:hidden;text-align:left;color:var(--ink)}.creator-template.selected{outline:3px solid var(--rose-dark);outline-offset:-3px}.creator-template img{width:100%;aspect-ratio:3/4;object-fit:cover}.creator-template>span:last-child{display:flex;flex-direction:column;padding:10px}.creator-template small{font-size:11px;color:var(--muted)}.selected-badge{display:none;position:absolute;z-index:2;top:9px;left:9px;background:var(--rose-dark);color:#fff;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900;align-items:center;gap:3px}.creator-template.selected .selected-badge{display:flex}
.field{display:flex;flex-direction:column;gap:7px;margin-bottom:15px}.field>span{font-size:13px;font-weight:800}.field>span small{font-weight:500;color:var(--muted)}.field input,.field textarea,.field select{width:100%;border:1px solid #dacec5;border-radius:13px;background:#fff;padding:13px 14px;color:var(--ink);outline:0;transition:.15s}.field input,.field select{min-height:50px}.field textarea{resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--rose-dark);box-shadow:0 0 0 3px rgba(143,81,85,.11)}.color-choice-grid{display:grid;gap:12px}.color-choice{display:flex;flex-direction:column;gap:10px;border:1px solid var(--line);border-radius:18px;background:#fcfaf8;padding:14px}.color-choice>span{font-size:13px;font-weight:800}.color-choice small{font-size:11px;line-height:1.45;color:var(--muted)}.color-choice-row{display:flex;align-items:center;gap:12px}.color-choice-row input[type=color]{appearance:none;-webkit-appearance:none;width:64px;min-width:64px;height:52px;padding:4px;border-radius:14px;background:#fff;cursor:pointer}.color-choice-row input[type=color]::-webkit-color-swatch-wrapper{padding:0}.color-choice-row input[type=color]::-webkit-color-swatch{border:0;border-radius:10px}.color-choice-row input[type=color]::-moz-color-swatch{border:0;border-radius:10px}.color-choice-row code{display:inline-flex;align-items:center;min-height:44px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid #e4d8ce;font-size:12px;font-weight:800;letter-spacing:.06em}.form-grid{display:grid;gap:0 12px}.included-box{background:#f7f0eb;border-radius:17px;padding:16px;display:grid;gap:8px;margin-top:10px}.included-box>strong{margin-bottom:3px}.included-box span{font-size:13px;display:flex;gap:7px;align-items:center}.included-box svg{color:var(--rose-dark)}.delivery-note{display:flex;gap:12px;background:#f4f0e9;border:1px solid #e4d8ce;border-radius:18px;padding:16px}.delivery-note>svg{width:32px;height:32px;color:var(--rose-dark);flex:0 0 auto}.delivery-note div{display:flex;flex-direction:column}.delivery-note span{font-size:12px;color:var(--muted)}
.review-layout{display:grid;gap:16px}.review-visual{min-height:220px;border-radius:18px;background:#f1ebe6;display:grid;place-items:center;overflow:hidden}.review-visual img{width:100%;max-height:430px;object-fit:contain}.review-placeholder{text-align:center;padding:30px;color:var(--muted)}.review-card{background:#fbfaf8;border:1px solid var(--line);border-radius:18px;padding:18px}.review-row{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid #ede4de;padding:9px 0;font-size:13px}.review-row:last-child{border-bottom:0}.review-row span{color:var(--muted)}.review-row strong{text-align:right}.review-color-chip{display:inline-flex;align-items:center;gap:8px;justify-content:flex-end;font-size:12px;font-weight:800}.review-color-chip i{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.12);display:inline-block;flex:0 0 auto}.proof-review-callout{display:flex;gap:12px;border:2px solid #be8b8d;background:#fff8f8;padding:16px;border-radius:18px;margin:18px 0}.proof-review-callout>svg{width:32px;height:32px;color:var(--rose-dark);flex:0 0 auto}.proof-review-callout div{display:flex;flex-direction:column}.proof-review-callout span{font-size:12px;color:var(--muted)}.order-total{border-block:1px solid var(--line);padding:18px 0;display:grid;grid-template-columns:1fr auto;align-items:center}.order-total span{font-weight:800}.order-total strong{font-family:Georgia,serif;font-size:30px}.order-total small{grid-column:1/3;color:var(--muted);font-size:12px}.agree-row{display:flex;gap:10px;align-items:flex-start;font-size:12px;margin-top:16px}.agree-row input{margin-top:3px;width:18px;height:18px}.creator-controls{position:sticky;bottom:0;z-index:10;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-top:1px solid var(--line);padding:12px 16px;display:flex;gap:10px}.controls-spacer{flex:1}.creator-controls .btn-primary{min-width:120px}.creator-back-link{display:inline-flex;align-items:center;padding:10px 4px;color:var(--rose-dark);font-size:13px;font-weight:850;text-decoration:none}.creator-back-link:hover{text-decoration:underline}.creator-main-action{min-width:150px}.btn-pay{font-size:13px}.step-error,.submit-error,.form-alert,.config-alert{background:#fff1f1;color:#8a3338;border:1px solid #efc7c7;border-radius:14px;padding:12px 14px;margin-top:12px;font-size:13px}.config-alert{margin:16px 0}.config-alert code{background:#f5e3e3;padding:2px 5px;border-radius:5px}

/* Checkout */
/* Selected example and palette shown consistently in the creator and checkout. */
.chosen-design{display:grid;grid-template-columns:104px minmax(0,1fr);gap:14px;align-items:center;margin:0 0 18px;padding:13px;border:1px solid #e5d7cf;border-radius:18px;background:#fff9f6;box-shadow:0 8px 24px rgba(65,42,34,.05)}
.chosen-design[hidden]{display:none}
.chosen-design img{width:104px;height:132px;object-fit:contain;background:#f2e9e4;border-radius:11px}
.chosen-design>div{min-width:0;display:flex;flex-direction:column;gap:5px}
.chosen-design .eyebrow{font-size:9px}
.chosen-design strong{font-family:Georgia,serif;font-size:22px;line-height:1.15;color:var(--ink)}
.chosen-design small{font-size:11px;line-height:1.45;color:var(--muted)}
.chosen-design .text-button{margin-top:3px}
.personalize-design{margin-top:-5px;margin-bottom:22px;background:#fdf8f5}
.checkout-example{margin:14px 0 16px;padding:12px;border:1px solid #ebdfd8;border-radius:17px;background:#fbf7f4;text-align:center}
.checkout-example img{display:block;width:100%;max-height:360px;object-fit:contain;border-radius:10px}
.checkout-example figcaption{margin-top:10px;font-size:12px;color:#62544d}
.checkout-example figcaption strong{color:var(--ink)}
.checkout-summary dl>.checkout-color-summary{display:block;padding-top:12px}
.checkout-color-summary dt{font-weight:800;color:var(--ink)!important}
.checkout-summary dd.checkout-color-palette{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:11px;text-align:center}
.checkout-color{display:flex;flex-direction:column;gap:7px;padding:8px;border:1px solid #e8ded8;border-radius:14px;background:#faf7f5;min-width:0}
.checkout-color i{display:block;width:100%;height:55px;border-radius:9px;border:1px solid rgba(0,0,0,.13);box-shadow:inset 0 0 0 1px rgba(255,255,255,.28)}
.checkout-color b{font-size:11px;color:#514740}
.checkout-color-palette .checkout-color:only-child{grid-column:1/-1}
.checkout-mobile-choice{display:grid;grid-template-columns:84px 1fr;gap:13px;align-items:center;margin:14px 0;padding:11px;border:1px solid #e8dad2;border-radius:17px;background:#fffaf7}
.checkout-mobile-choice img{width:84px;height:108px;object-fit:contain;border-radius:9px;background:#f3e9e4}
.checkout-mobile-choice>div{display:flex;flex-direction:column;gap:4px;min-width:0}
.checkout-mobile-choice small{font-size:9px;font-weight:900;letter-spacing:.09em;color:var(--rose-dark)}
.checkout-mobile-choice strong{font:700 20px/1.1 Georgia,serif;color:var(--ink)}
.checkout-mobile-colors{display:flex;align-items:center;gap:6px;margin-top:5px}
.checkout-mobile-colors i{width:28px;height:28px;border:1px solid rgba(0,0,0,.15);border-radius:8px;display:block}
.checkout-mobile-colors b{font-size:10px;color:var(--muted)}
@media(min-width:700px){.checkout-mobile-choice{display:none}}
.summary-design{padding-top:2px}
@media(max-width:390px){.chosen-design{grid-template-columns:86px minmax(0,1fr);gap:11px}.chosen-design img{width:86px;height:112px}.chosen-design strong{font-size:18px}}
.checkout-page{padding:40px 0 70px}.checkout-shell{display:grid;gap:22px;max-width:1050px}.checkout-main h1{font-size:46px;margin-top:7px}.checkout-proof{display:flex;gap:12px;background:#fff7f7;border:2px solid #c58f91;border-radius:18px;padding:16px;margin:18px 0}.checkout-proof>svg{width:32px;height:32px;color:var(--rose-dark);flex:0 0 auto}.checkout-proof div{display:flex;flex-direction:column}.checkout-proof span{font-size:12px;color:var(--muted)}.payment-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 15px 50px rgba(59,42,34,.08)}.secure-line{display:flex;gap:8px;align-items:center;font-size:12px;color:var(--muted);margin-bottom:15px}.payment-loading{text-align:center;padding:28px;color:var(--muted)}#payment-element{min-height:130px;margin-bottom:16px}.payment-fineprint{font-size:11px;text-align:center;margin:12px 0 0}.payment-status{border-radius:13px;padding:12px;margin:12px 0;background:#fff1f1;color:#7e363b}.checkout-summary{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;align-self:start}.checkout-summary h2{font-size:27px}.summary-design{display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:16px}.summary-design img{width:72px;height:95px;object-fit:cover;border-radius:10px}.summary-design div{display:flex;flex-direction:column}.summary-design span{font-size:12px;color:var(--muted)}.checkout-summary dl{margin:14px 0}.checkout-summary dl>div{display:flex;justify-content:space-between;gap:12px;padding:7px 0;font-size:13px}.checkout-summary dt{color:var(--muted)}.checkout-summary dd{margin:0;text-align:right}.summary-included{display:grid;gap:7px;background:#f6f0ea;border-radius:14px;padding:13px;font-size:12px}.summary-included span{display:flex;align-items:center;gap:6px}.summary-included svg{color:var(--rose-dark)}.summary-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:16px;padding-top:14px}.summary-total strong{font-size:28px;font-family:Georgia,serif}

/* Order page */
.order-page{padding:40px 0 70px}.order-shell{max-width:980px}.success-banner,.revision-banner{border-radius:18px;padding:16px;margin-bottom:18px;display:flex;gap:12px;align-items:center}.success-banner{background:#eef6ee;border:1px solid #c7ddc7}.success-banner>svg{color:#4d7650;width:28px;height:28px}.success-banner div{display:flex;flex-direction:column}.success-banner span{font-size:12px;color:#607061}.revision-banner{background:#fff6e9;border:1px solid #ead0a9;flex-direction:column;align-items:flex-start}.revision-banner span{font-size:13px;color:#776651}.order-hero{display:grid;gap:18px;margin-bottom:24px}.order-hero h1{font-size:46px;margin-top:6px}.order-proof-promise{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 16px}.order-proof-promise svg{color:var(--rose-dark);width:30px;height:30px}.order-proof-promise div{display:flex;flex-direction:column}.order-proof-promise span{font-size:12px;color:var(--muted)}.status-card,.proof-section,.waiting-proof,.delivery-card,.detail-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 12px 40px rgba(59,42,34,.05)}.status-card{padding:18px;margin-bottom:20px}.status-head{display:flex;justify-content:space-between;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:14px}.status-head>div{display:flex;flex-direction:column}.status-head span:first-child{font-size:11px;color:var(--muted)}.status-head strong{font-size:19px}.status-pill,.admin-pill{font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:7px 9px;background:#f1ebe5;color:#5e524c}.timeline{padding-top:6px}.timeline-step{display:grid;grid-template-columns:32px 1fr;gap:12px;position:relative;padding:12px 0}.timeline-step:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:2px;background:#e8ddd5}.timeline-step:first-child:before{top:16px}.timeline-step:last-child:before{bottom:calc(100% - 16px)}.timeline-dot{position:relative;z-index:1;width:32px;height:32px;border-radius:50%;border:2px solid #d7ccc4;background:#fff;display:grid;place-items:center;font-size:11px;font-weight:900;color:#9b8d84}.timeline-step.done .timeline-dot,.timeline-step.current .timeline-dot{background:var(--rose-dark);border-color:var(--rose-dark);color:#fff}.timeline-step.current strong{color:var(--rose-dark)}.timeline-step>div:last-child{display:flex;flex-direction:column}.timeline-step span{font-size:11px;color:var(--muted)}
.proof-section{padding:18px;margin:20px 0}.proof-section-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.proof-section-head h2{font-size:32px;margin-top:5px}.proof-section-icon{width:40px;height:40px;color:var(--rose-dark)}.proof-image-frame{background:#f1ebe6;border-radius:18px;padding:10px;margin:10px 0 16px}.proof-image-frame img{max-height:780px;margin:auto;border-radius:12px}.proof-warning{background:#fff7ec;border:1px solid #ecd5b0;border-radius:14px;padding:14px;display:flex;flex-direction:column}.proof-warning span{font-size:12px;color:#756553}.proof-actions{display:grid;gap:10px;margin-top:14px}.proof-actions form .btn{width:100%}.revision-form{margin-top:14px;border-top:1px solid var(--line);padding-top:16px}.approved-callout{display:flex;gap:10px;background:#eff7ef;border:1px solid #c7dfc7;border-radius:16px;padding:14px}.approved-callout>svg{width:28px;height:28px;color:#4f7552}.approved-callout div{display:flex;flex-direction:column}.approved-callout span{font-size:12px;color:#617164}.waiting-proof{text-align:center;padding:34px 20px;margin:20px 0}.waiting-proof>div{width:58px;height:58px;border-radius:50%;background:#f1e4df;color:var(--rose-dark);display:grid;place-items:center;margin:0 auto 14px}.waiting-proof>div svg{width:31px;height:31px}.waiting-proof h2{font-size:30px}.waiting-proof strong{font-size:13px;color:var(--rose-dark)}.delivery-card{padding:20px;display:flex;gap:14px;margin:20px 0}.delivery-card>div:first-child{width:50px;height:50px;background:#edf2ed;color:#526b55;border-radius:15px;display:grid;place-items:center;flex:0 0 auto}.delivery-card>div:first-child svg{width:29px;height:29px}.delivery-card h2{font-size:28px;margin-top:4px}.order-details-grid{display:grid;gap:12px;margin-top:20px}.detail-card{padding:18px}.detail-card h3{font-size:22px}.detail-thumb{width:100%;max-height:330px;object-fit:contain;border-radius:14px;background:#f3ede8;margin-bottom:12px}.detail-price{font-family:Georgia,serif;color:var(--ink);font-size:34px}
.message-page{padding:80px 0}.message-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow)}.message-card h1{font-size:42px}

/* Admin */
.admin-body .proof-strip{display:none}.admin-body .site-header{position:static}.admin-page{padding:30px 0 70px}.admin-shell{max-width:1240px}.admin-toolbar{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}.admin-toolbar>div:last-child{display:flex;gap:8px;flex-wrap:wrap}.admin-toolbar h1{font-size:42px;margin-top:5px}.back-link{display:inline-block;font-size:12px;font-weight:800;color:var(--rose-dark);margin-bottom:10px}.admin-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:18px}.admin-stats>div{background:#fff;border:1px solid var(--line);border-radius:15px;padding:14px;display:flex;flex-direction:column}.admin-stats span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}.admin-stats strong{font-size:24px}.admin-table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:18px}.admin-table{width:100%;border-collapse:collapse;min-width:940px}.admin-table th,.admin-table td{padding:12px;border-bottom:1px solid #eee6e0;text-align:left;font-size:12px}.admin-table th{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);background:#faf7f4}.admin-table td small{display:block;color:var(--muted);margin-top:3px}.admin-pill.paid{background:#e8f3e9;color:#4d6f50}.admin-pill.failed{background:#fae8e8;color:#8b3f42}.admin-pill.status{background:#f3ede7;color:#62564e}.admin-order-grid{display:grid;gap:12px}.admin-panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;min-width:0}.admin-panel h2{font-size:24px}.panel-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.admin-dl{margin:0}.admin-dl>div{border-bottom:1px solid #eee6e0;padding:8px 0}.admin-dl>div:last-child{border-bottom:0}.admin-dl dt{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.admin-dl dd{margin:2px 0 0;font-size:13px}.break-word{overflow-wrap:anywhere}.admin-source-image{width:100%;max-height:420px;object-fit:contain;border-radius:14px;background:#f1ebe6}.proof-admin-panel .panel-head strong{font-size:11px;color:var(--rose-dark);text-transform:uppercase;letter-spacing:.1em}.proof-upload-form{background:#f8f3ef;border-radius:15px;padding:14px;margin-bottom:16px}.proof-history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.proof-history-grid article{border:1px solid var(--line);border-radius:14px;overflow:hidden}.proof-history-grid img{width:100%;aspect-ratio:3/4;object-fit:cover}.proof-history-grid article>div{padding:10px;display:flex;flex-direction:column}.proof-history-grid span,.proof-history-grid small{font-size:11px;color:var(--muted)}.history-list{display:grid;gap:9px}.history-list>div{border-left:3px solid #d8c7be;padding:8px 0 8px 12px}.history-list p{font-size:13px;margin:4px 0}.history-list small{font-size:10px;color:var(--muted)}.muted{color:var(--muted);font-size:13px}.admin-login{padding:70px 16px}.admin-login-card{max-width:430px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:var(--shadow)}.admin-login-card h1{font-size:42px;margin-top:7px}.status-form .btn{margin-top:3px}

@media (min-width:700px){
  .shell{width:min(calc(100% - 48px),var(--shell))}
  .header-cta{display:inline-flex}
  .hero{padding:70px 0 78px}.hero-grid{grid-template-columns:1.04fr .96fr;gap:50px}.hero-actions{flex-direction:row}.hero-reassurance{grid-template-columns:repeat(2,max-content);gap:10px 16px}.hero-art{min-height:520px}.trust-grid{grid-template-columns:auto 1px 1fr;align-items:center;gap:28px}.trust-divider{display:block;width:1px;height:48px;background:var(--line)}
  .steps-grid{grid-template-columns:repeat(2,1fr)}.template-grid{grid-template-columns:repeat(3,1fr);gap:18px}.match-grid{grid-template-columns:.9fr 1.1fr}.match-visual{grid-template-columns:.75fr 50px 1fr}.arrow-line{display:block}.proof-guarantee-inner{grid-template-columns:auto 1fr auto;gap:24px}.footer-grid{grid-template-columns:1fr auto;align-items:start}.footer-links{justify-content:flex-end}
  .creator-top{grid-template-columns:1fr auto}.creator-proof-chip{min-width:260px}.creator-progress span{font-size:12px}.form-step{padding:32px}.start-options{grid-template-columns:1fr 1fr}.mini-template-grid{grid-template-columns:repeat(3,1fr)}.form-grid.two{grid-template-columns:1fr 1fr}.form-grid.three{grid-template-columns:1fr 1fr 1fr}.color-choice-grid{grid-template-columns:1fr 1fr}.review-layout{grid-template-columns:.8fr 1.2fr}.creator-controls{padding:14px 24px}.creator-controls .btn{min-width:140px}
  .checkout-shell{grid-template-columns:minmax(0,1.1fr) minmax(310px,.7fr)}.checkout-summary{position:sticky;top:120px}.payment-card{padding:24px}
  .order-hero{grid-template-columns:1fr auto;align-items:end}.order-proof-promise{min-width:250px}.proof-actions{grid-template-columns:1fr 1fr}.order-details-grid{grid-template-columns:repeat(3,1fr)}
  .admin-toolbar{flex-direction:row;justify-content:space-between;align-items:end}.admin-stats{grid-template-columns:repeat(4,1fr)}.admin-order-grid{grid-template-columns:1fr 1fr}.admin-panel.wide{grid-column:1/-1}.proof-history-grid{grid-template-columns:repeat(4,1fr)}
}
@media (min-width:1000px){.steps-grid{grid-template-columns:repeat(4,1fr)}.template-grid{grid-template-columns:repeat(5,1fr)}.admin-stats{grid-template-columns:repeat(5,1fr)}}
@media (max-width:430px){.template-meta{display:block}.template-meta .mini-link{display:inline-block;margin-top:6px}.proof-strip-dot{display:none}.turnaround-text{width:100%}.hero-art{min-height:400px}.creator-main-action{width:100%;max-width:260px}.btn-pay{font-size:12px;padding-inline:14px}.creator-progress span{font-size:9px}.status-head{align-items:flex-start;flex-direction:column}.delivery-card{flex-direction:column}}

/* v1.1 product choice: digital design vs printed delivery */
.price-options strong{display:flex;flex-wrap:wrap;gap:7px;align-items:baseline}.price-options strong i{font:600 11px/1.2 Inter,system-ui,sans-serif;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
.product-choice-grid{display:grid;gap:12px;margin:0 0 24px}.product-choice{position:relative;display:grid;grid-template-columns:32px 1fr auto;gap:12px;align-items:center;background:#fff;border:2px solid var(--line);border-radius:18px;padding:16px;cursor:pointer;transition:.18s ease;box-shadow:0 8px 28px rgba(59,42,34,.04)}.product-choice:hover{border-color:#d5b9b0;transform:translateY(-1px)}.product-choice.selected{border-color:var(--rose-dark);background:#fffafa;box-shadow:0 12px 35px rgba(143,81,85,.1)}.product-choice input{position:absolute;opacity:0;pointer-events:none}.product-choice-check{width:30px;height:30px;border:2px solid #d7cbc4;border-radius:50%;display:grid;place-items:center;color:transparent;background:#fff}.product-choice-check svg{width:18px;height:18px}.product-choice.selected .product-choice-check{background:var(--rose-dark);border-color:var(--rose-dark);color:#fff}.product-choice-copy{display:flex;flex-direction:column;gap:4px}.product-choice-copy strong{font-size:15px}.product-choice-copy small{color:var(--muted);line-height:1.45}.product-choice>b{font:700 22px/1 Georgia,serif;color:var(--ink);white-space:nowrap}.shipping-panel-title{display:flex;flex-direction:column;gap:3px;margin:8px 0 14px}.shipping-panel-title strong{font-size:17px}.shipping-panel-title span{font-size:12px;color:var(--muted)}.digital-option-note,.digital-download-card{display:flex;gap:12px;align-items:flex-start;background:#f6f0ea;border:1px solid #e5d8ce;border-radius:18px;padding:16px;margin-top:12px}.digital-option-note>svg,.digital-download-card>svg{width:30px;height:30px;flex:0 0 auto;color:var(--rose-dark)}.digital-option-note div,.digital-download-card div{display:flex;flex-direction:column;gap:3px}.digital-option-note span,.digital-download-card span{font-size:12px;color:var(--muted);line-height:1.5}.proof-review-callout.compact{margin-top:18px}.digital-download-card{align-items:center;flex-wrap:wrap}.digital-download-card div{flex:1;min-width:180px}.digital-download-card .btn{margin-left:auto}
@media(min-width:760px){.product-choice-grid{grid-template-columns:1fr 1fr}.product-choice{min-height:126px}}


/* v1.4 — editable pre-payment checkout */
.editing-checkout-note,.checkout-not-saved{display:flex;gap:6px;flex-direction:column;padding:14px 16px;border:1px solid #eadbd4;background:#fffaf7;border-radius:14px;margin:0 0 18px;color:#5e4a43}.editing-checkout-note strong,.checkout-not-saved strong{font-size:14px;color:#4b3933}.editing-checkout-note span,.checkout-not-saved span{font-size:13px;line-height:1.45;color:#806d65}.review-edit-bar{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}.review-edit-bar .text-button{border:1px solid #e4d4cd;background:#fff;border-radius:999px;padding:9px 12px;text-decoration:none}.checkout-edit-link{display:inline-flex;margin:0 0 18px;color:#74564d;font-weight:700;text-decoration:none}.checkout-summary-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.checkout-summary-heading h2{margin:0}.checkout-summary-heading a{font-size:14px;font-weight:700;color:#8f5155}.message-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}

/* v1.5 — conversion-focused homepage with template-first hero */
.home-hero{padding:34px 0 44px;background:
  radial-gradient(circle at 10% 0%,rgba(216,176,166,.20),transparent 34%),
  radial-gradient(circle at 94% 18%,rgba(198,211,190,.25),transparent 32%),
  linear-gradient(180deg,#fffaf6 0%,var(--bg) 100%);overflow:hidden}
.home-hero-grid{display:grid;gap:28px;align-items:center}
.home-hero-copy{min-width:0}
.home-social-proof{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #eaded6;box-shadow:0 8px 28px rgba(59,42,34,.06);border-radius:999px;padding:9px 13px;margin-bottom:18px;font-size:12px;color:#635650;line-height:1.25}
.home-social-proof svg{color:var(--rose-dark);flex:0 0 auto}.home-social-proof strong{color:#3f3530}.home-social-proof b{color:var(--rose-dark)}
.home-hero-copy h1{font-size:clamp(43px,8vw,74px);max-width:760px;margin-top:10px}.home-hero-copy h1 em{font-weight:400;color:var(--rose-dark)}
.home-hero-lead{font-size:17px;line-height:1.7;max-width:690px;color:#655a55}.home-hero-lead strong{color:#433934}
.home-promise-row{display:grid;gap:10px;margin:22px 0 18px}.home-promise-row>div{display:flex;align-items:flex-start;gap:10px}.home-promise-row svg{width:25px;height:25px;color:var(--rose-dark);flex:0 0 auto;margin-top:1px}.home-promise-row span{display:flex;flex-direction:column}.home-promise-row strong{font-size:13px}.home-promise-row small{font-size:11px;color:var(--muted);margin-top:2px}
.home-price-row{display:flex;flex-wrap:wrap;align-items:center;gap:9px 12px;font-size:12px;color:var(--muted)}.home-price-row span{display:inline-flex;align-items:baseline;gap:5px}.home-price-row b{font:700 23px/1 Georgia,serif;color:var(--ink)}.home-price-row i{font-style:normal;text-transform:uppercase;font-size:9px;font-weight:900;letter-spacing:.12em;color:#aa9b92}
.home-design-picker{background:rgba(255,255,255,.94);border:1px solid #e8dcd3;border-radius:26px;padding:16px;box-shadow:0 24px 70px rgba(70,48,37,.14);position:relative}
.picker-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:13px}.picker-topline h2{font-size:29px;margin:3px 0 0}.picker-selected-note{display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:#f4e8e5;color:#7d4b4f;padding:7px 9px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.picker-selected-note svg{width:13px;height:13px}
.home-selected-preview{height:310px;border-radius:19px;overflow:hidden;position:relative;background:#efe8e2;border:1px solid #eadfd7}.home-selected-preview>img{width:100%;height:100%;object-fit:cover;transition:opacity .18s ease}.home-selected-overlay{position:absolute;left:12px;right:12px;bottom:12px;background:rgba(255,255,255,.93);backdrop-filter:blur(8px);border-radius:13px;padding:9px 11px;display:flex;justify-content:space-between;gap:12px;align-items:center;box-shadow:0 8px 25px rgba(40,30,25,.12)}.home-selected-overlay span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:900}.home-selected-overlay strong{font-size:12px;text-align:right}
.home-template-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin:10px 0 13px}.home-template-choice{position:relative;border:2px solid transparent;border-radius:12px;background:#f7f2ee;padding:3px;overflow:hidden;color:var(--ink);min-width:0;transition:.18s ease}.home-template-choice:hover{transform:translateY(-1px);border-color:#dbc1ba}.home-template-choice.selected{border-color:var(--rose-dark);background:#fff;box-shadow:0 6px 18px rgba(143,81,85,.13)}.home-template-choice img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:8px}.home-template-choice small{display:none}.home-template-check{display:none;position:absolute;z-index:2;right:6px;top:6px;width:20px;height:20px;border-radius:50%;background:var(--rose-dark);color:#fff;place-items:center;box-shadow:0 3px 10px rgba(0,0,0,.16)}.home-template-check svg{width:12px;height:12px}.home-template-choice.selected .home-template-check{display:grid}
.home-design-picker>.btn{min-height:52px}
.home-upload-divider{display:flex;align-items:center;gap:10px;margin:11px 0;color:#a3938b;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.home-upload-divider:before,.home-upload-divider:after{content:"";height:1px;background:#eadfd8;flex:1}
.home-upload-own{display:grid;grid-template-columns:36px 1fr auto;gap:10px;align-items:center;border:1px solid #e8ddd5;border-radius:15px;padding:11px;background:#fbf7f3;transition:.18s ease}.home-upload-own:hover{background:#fff;border-color:#d8bdb5;transform:translateY(-1px)}.home-upload-icon{width:36px;height:36px;border-radius:11px;background:#eee1db;color:var(--rose-dark);display:grid;place-items:center}.home-upload-icon svg{width:20px;height:20px}.home-upload-own>span:nth-child(2){display:flex;flex-direction:column}.home-upload-own strong{font-size:12px}.home-upload-own small{font-size:10px;color:var(--muted);margin-top:1px}.home-upload-own>b{font-size:11px;color:var(--rose-dark);white-space:nowrap}.home-picker-footnote{font-size:10px;text-align:center;margin:9px 0 0;color:#95867e}
.home-trust-band{padding:20px 0}.home-trust-band .trust-stat span{font-size:12px}

@media(min-width:620px){
  .home-promise-row{grid-template-columns:1fr 1fr;max-width:620px}
  .home-design-picker{padding:20px}.home-selected-preview{height:360px}
  .home-template-choice small{display:block;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px 2px 2px;text-align:center;color:#6d625c}
}
@media(min-width:920px){
  .home-hero{padding:42px 0 50px}.home-hero-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.82fr);gap:48px}.home-design-picker{padding:18px}.home-selected-preview{height:330px}.home-social-proof{margin-bottom:21px}.home-hero-lead{font-size:18px}
}
@media(min-width:1120px){.home-hero-grid{grid-template-columns:1.02fr .78fr;gap:60px}.home-selected-preview{height:345px}}
@media(max-width:480px){
  .home-hero{padding-top:24px}.home-social-proof{border-radius:15px;align-items:flex-start}.home-social-proof span{line-height:1.4}.home-design-picker{margin-inline:-3px;border-radius:22px;padding:13px}.picker-topline{align-items:flex-end}.picker-topline h2{font-size:26px}.picker-selected-note{font-size:8px;padding:6px 7px}.home-selected-preview{height:285px}.home-upload-own{grid-template-columns:34px 1fr}.home-upload-own>b{display:none}.home-price-row{justify-content:center;background:#fff;border:1px solid #eadfd8;border-radius:14px;padding:10px}.home-hero-copy h1{font-size:44px}.home-hero-lead{font-size:16px}.home-promise-row{grid-template-columns:1fr 1fr}.home-promise-row small{font-size:10px}.home-promise-row strong{font-size:12px}
}

/* v1.6 — stronger above-the-fold social proof + motion */
.hero-proof-stat{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"num copy" "num grow";align-items:center;column-gap:16px;row-gap:3px;max-width:610px;margin:0 0 22px;padding:15px 17px;border:1px solid rgba(143,81,85,.18);border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,247,243,.92));box-shadow:0 14px 38px rgba(78,54,43,.10);position:relative;overflow:hidden}.hero-proof-stat:after{content:"";position:absolute;inset:-70% auto auto 60%;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(210,160,146,.22),transparent 67%);pointer-events:none;animation:heroProofGlow 4.5s ease-in-out infinite}.hero-proof-number{grid-area:num;display:flex;align-items:flex-start;font:700 clamp(44px,7vw,68px)/.85 Georgia,serif;color:var(--rose-dark);letter-spacing:-.055em;min-width:108px}.hero-proof-number sup{font:900 20px/1 Inter,system-ui,sans-serif;margin:2px 0 0 3px;letter-spacing:0}.hero-proof-copy{grid-area:copy;display:flex;flex-direction:column;min-width:0}.hero-proof-copy strong{font-size:16px;line-height:1.25;color:#403530}.hero-proof-copy span{font-size:14px;line-height:1.35;font-weight:800;color:var(--rose-dark);overflow-wrap:anywhere}.hero-proof-growing{grid-area:grow;display:inline-flex;align-items:center;gap:5px;width:max-content;max-width:100%;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#7c6a61}.hero-proof-growing svg{width:13px;height:13px;color:var(--rose-dark)}
.hero-animate-in{opacity:0;transform:translateY(16px);animation:heroReveal .68s cubic-bezier(.2,.75,.25,1) .06s forwards}.hero-animate-delay{animation-delay:.18s}.home-design-picker{isolation:isolate}.hero-picker-glow{position:absolute;z-index:-1;width:72%;height:56%;right:-18%;top:-12%;border-radius:50%;background:radial-gradient(circle,rgba(205,151,139,.28),rgba(205,151,139,0) 68%);filter:blur(4px);animation:heroGlowFloat 5s ease-in-out infinite}.home-selected-preview{overflow:visible}.home-selected-preview>img{border-radius:19px;overflow:hidden;display:block;animation:heroImageFloat 5.5s ease-in-out infinite;box-shadow:0 15px 34px rgba(61,42,34,.10)}.home-selected-preview.is-changing>img{animation:none;opacity:.18;transform:scale(.985)}.hero-float-badge{position:absolute;z-index:4;display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border:1px solid rgba(229,214,205,.95);box-shadow:0 12px 28px rgba(54,38,31,.13);border-radius:14px;padding:9px 11px;pointer-events:none}.hero-float-badge svg{width:20px;height:20px;color:var(--rose-dark);flex:0 0 auto}.hero-float-badge span{display:flex;flex-direction:column;gap:1px}.hero-float-badge strong{font-size:10px;line-height:1.1;color:#443833}.hero-float-badge small{font-size:8px;line-height:1.2;color:#85756d}.hero-float-proof{left:-13px;top:18px;animation:badgeFloatOne 4.2s ease-in-out infinite}.hero-float-fast{right:-12px;top:82px;animation:badgeFloatTwo 4.8s ease-in-out infinite}.home-template-choice{opacity:0;transform:translateY(8px);animation:templateChipIn .42s ease forwards}.home-template-choice:nth-child(1){animation-delay:.28s}.home-template-choice:nth-child(2){animation-delay:.35s}.home-template-choice:nth-child(3){animation-delay:.42s}.home-template-choice:nth-child(4){animation-delay:.49s}.home-template-choice:nth-child(5){animation-delay:.56s}.home-trust-band .trust-stat small{font-size:10px;color:#8d7a71;font-weight:700}
@keyframes heroReveal{to{opacity:1;transform:translateY(0)}}@keyframes heroProofGlow{0%,100%{transform:translate3d(0,0,0);opacity:.65}50%{transform:translate3d(-20px,16px,0);opacity:1}}@keyframes heroGlowFloat{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(-14px,14px,0) scale(1.08)}}@keyframes heroImageFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes badgeFloatOne{0%,100%{transform:translate3d(0,0,0) rotate(-1deg)}50%{transform:translate3d(0,-7px,0) rotate(1deg)}}@keyframes badgeFloatTwo{0%,100%{transform:translate3d(0,0,0) rotate(1deg)}50%{transform:translate3d(0,6px,0) rotate(-1deg)}}@keyframes templateChipIn{to{opacity:1;transform:translateY(0)}}
@media(max-width:619px){.hero-proof-stat{grid-template-columns:auto 1fr;column-gap:12px;padding:13px 14px;border-radius:18px;margin-bottom:18px}.hero-proof-number{font-size:48px;min-width:86px}.hero-proof-copy strong{font-size:13px}.hero-proof-copy span{font-size:12px}.hero-proof-growing{font-size:8px}.hero-float-badge{padding:7px 8px;border-radius:12px}.hero-float-badge svg{width:16px;height:16px}.hero-float-badge strong{font-size:9px}.hero-float-badge small{font-size:7px}.hero-float-proof{left:-7px;top:13px}.hero-float-fast{right:-7px;top:68px}.home-selected-preview{margin-top:3px}.home-selected-preview>img{border-radius:17px}}
@media(prefers-reduced-motion:reduce){.hero-animate-in,.home-template-choice{opacity:1;transform:none;animation:none}.hero-proof-stat:after,.hero-picker-glow,.home-selected-preview>img,.hero-float-badge{animation:none}.home-selected-preview.is-changing>img{opacity:1;transform:none}}


/* v1.7 — guaranteed-visible above-the-fold 500+ proof. Number is server-rendered, animation is enhancement only. */
.home-social-proof-banner{position:relative;z-index:8;overflow:hidden;background:linear-gradient(102deg,#6f4148 0%,#8f5155 45%,#ad746f 100%);color:#fff;border-bottom:1px solid rgba(255,255,255,.22);box-shadow:0 8px 26px rgba(83,49,50,.16)}
.home-social-proof-banner:before{content:"";position:absolute;inset:-80% 52% -120% -15%;background:radial-gradient(circle,rgba(255,255,255,.2),transparent 64%);animation:v17ProofSweep 5.4s ease-in-out infinite;pointer-events:none}
.home-social-proof-inner{min-height:104px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding-top:13px;padding-bottom:13px;position:relative}
.home-social-proof-number{display:flex;align-items:flex-start;font:800 clamp(54px,7vw,78px)/.82 Georgia,serif;letter-spacing:-.065em;color:#fff;text-shadow:0 2px 12px rgba(54,27,30,.18);animation:v17NumberPop .72s cubic-bezier(.2,.8,.25,1) both}
.home-social-proof-number sup{font:900 21px/1 Inter,system-ui,sans-serif;margin:3px 0 0 4px;letter-spacing:0;color:#ffe9df}
.home-social-proof-message{display:flex;flex-direction:column;gap:1px;min-width:0}
.home-social-proof-message strong{font-size:15px;line-height:1.2;letter-spacing:.11em;color:#fff}
.home-social-proof-message span{font-size:16px;line-height:1.25;color:#fff5f1}.home-social-proof-message b{font-weight:900;color:#fff}
.home-social-proof-message small{margin-top:3px;font-size:11px;font-weight:800;letter-spacing:.035em;color:#f4dcd5}
.home-social-proof-live{justify-self:end;display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:9px 12px;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;color:#fff}
.home-social-proof-live i{width:8px;height:8px;border-radius:50%;background:#dff5df;box-shadow:0 0 0 0 rgba(223,245,223,.75);animation:v17LivePulse 1.8s ease-out infinite}
.home-hero{padding-top:28px}
.hero-proof-number [data-count-up]{display:inline-block;min-width:2.65ch}
@keyframes v17NumberPop{0%{opacity:0;transform:translateY(10px) scale(.9)}70%{opacity:1;transform:translateY(-2px) scale(1.035)}100%{opacity:1;transform:none}}
@keyframes v17ProofSweep{0%,100%{transform:translate3d(-8%,0,0);opacity:.45}50%{transform:translate3d(22%,0,0);opacity:.8}}
@keyframes v17LivePulse{0%{box-shadow:0 0 0 0 rgba(223,245,223,.65)}70%{box-shadow:0 0 0 8px rgba(223,245,223,0)}100%{box-shadow:0 0 0 0 rgba(223,245,223,0)}}
@media(max-width:720px){.home-social-proof-inner{min-height:90px;grid-template-columns:auto 1fr;gap:12px;padding-top:11px;padding-bottom:11px}.home-social-proof-number{font-size:55px}.home-social-proof-message strong{font-size:11px;letter-spacing:.08em}.home-social-proof-message span{font-size:13px}.home-social-proof-message small{font-size:9px}.home-social-proof-live{display:none}.home-hero{padding-top:20px}.hero-proof-stat{display:none}}
@media(max-width:390px){.home-social-proof-number{font-size:49px}.home-social-proof-inner{gap:10px}.home-social-proof-message span{font-size:12px}}
@media(prefers-reduced-motion:reduce){.home-social-proof-banner:before,.home-social-proof-number,.home-social-proof-live i{animation:none}}

/* v1.8 personalized invite handoff + create.php social proof */
.creator-social-proof-banner{display:block!important;visibility:visible!important;opacity:1!important}
.creator-social-proof-banner .home-social-proof-number{min-width:138px}
.creator-page{position:relative}
.creator-top-animate{opacity:1;transform:none;animation:creatorTopReveal .62s cubic-bezier(.2,.75,.2,1) both}
@keyframes creatorTopReveal{from{opacity:.01;transform:translateY(12px)}to{opacity:1;transform:none}}
.creator-welcome-lead{font-size:16px!important;line-height:1.65!important;max-width:760px}.creator-welcome-lead strong{color:#4a3537}
.linked-invite-found{display:flex;align-items:center;gap:10px;width:min(100%,680px);margin:16px 0 2px;padding:12px 14px;border:1px solid #e6d8d1;border-radius:16px;background:rgba(255,255,255,.88);box-shadow:0 8px 24px rgba(70,49,42,.06)}
.linked-invite-found>svg{width:22px;height:22px;color:var(--rose-dark);flex:0 0 auto}.linked-invite-found>div{display:flex;flex-direction:column;min-width:0;flex:1}.linked-invite-found strong{font-size:13px;color:#403632}.linked-invite-found span{font-size:11px;line-height:1.4;color:var(--muted)}
.linked-invite-found i{width:18px;height:18px;border-radius:50%;background:var(--swatch,#e8d3cd);border:2px solid #fff;box-shadow:0 0 0 1px rgba(61,47,42,.14);flex:0 0 auto}
.creator-linked-invite{margin-top:14px;background:linear-gradient(135deg,#fff,#fff8f5)}
@media(prefers-reduced-motion:reduce){.creator-top-animate{opacity:1;transform:none;animation:none}}
@media(max-width:720px){.creator-social-proof-banner .home-social-proof-inner{display:grid!important}.creator-social-proof-banner .home-social-proof-number{min-width:88px}.creator-top{gap:16px}.creator-top h1{font-size:clamp(36px,11vw,50px);line-height:1.02}.linked-invite-found{align-items:flex-start}.linked-invite-found i{margin-top:2px}.creator-welcome-lead{font-size:15px!important}}


/* v2.0 owner traffic tracker — log-file analytics */
.traffic-page .admin-toolbar{align-items:flex-start}.traffic-range{display:flex;gap:6px;flex-wrap:wrap;margin:-4px 0 18px}.traffic-range a{padding:9px 13px;border:1px solid var(--line);background:#fff;border-radius:999px;font-size:11px;font-weight:850;color:var(--muted)}.traffic-range a.active{background:#5f4840;color:#fff;border-color:#5f4840}.traffic-source-hero{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.traffic-source-card,.traffic-source-note,.traffic-kpis>div,.traffic-panel{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 9px 28px rgba(59,42,34,.045)}.traffic-source-card{padding:18px;display:flex;flex-direction:column;min-height:132px;justify-content:center}.traffic-source-card>span{font-size:10px;font-weight:900;letter-spacing:.12em;color:var(--muted)}.traffic-source-card strong{font-family:Georgia,serif;font-size:46px;line-height:1;margin:7px 0 4px}.traffic-source-card small{font-size:11px;color:var(--muted)}.traffic-source-card.direct{border-top:4px solid #806e65}.traffic-source-card.linked{border-top:4px solid var(--rose-dark)}.traffic-source-note{grid-column:1/-1;padding:15px 17px;display:flex;flex-direction:column;gap:4px}.traffic-source-note strong{font-size:13px}.traffic-source-note span{font-size:12px;color:var(--muted);line-height:1.55}.traffic-source-note code{font-size:11px;background:#f2ece7;padding:2px 5px;border-radius:5px}.traffic-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:14px}.traffic-kpis>div{padding:14px;display:flex;flex-direction:column}.traffic-kpis span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:850}.traffic-kpis strong{font-size:25px}.traffic-kpis small{font-size:10px;color:var(--muted)}.traffic-panel{padding:17px;margin-bottom:14px;min-width:0}.traffic-panel-head{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:14px}.traffic-panel-head h2{font-size:24px;margin-top:2px}.traffic-panel-head>small{font-size:10px;color:var(--muted);text-align:right}.traffic-funnel{display:grid;gap:11px}.funnel-row{display:grid;grid-template-columns:minmax(95px,1fr) minmax(90px,3fr) 48px;align-items:center;gap:10px}.funnel-row>div:first-child{display:flex;flex-direction:column}.funnel-row strong{font-size:12px}.funnel-row span{font-size:10px;color:var(--muted)}.funnel-row>b{font-size:11px;text-align:right}.funnel-bar{height:10px;background:#eee6e0;border-radius:999px;overflow:hidden}.funnel-bar i{height:100%;display:block;background:linear-gradient(90deg,#b7787b,#8f5155);border-radius:inherit;min-width:2px}.traffic-two-col{display:grid;gap:14px}.traffic-breakdown{display:grid;gap:4px}.traffic-breakdown>div{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #eee6e0}.traffic-breakdown>div:last-child{border-bottom:0}.traffic-breakdown>div>div{display:flex;flex-direction:column;min-width:0}.traffic-breakdown strong{font-size:12px;overflow-wrap:anywhere}.traffic-breakdown small{font-size:10px;color:var(--muted);overflow-wrap:anywhere}.traffic-breakdown>div>span,.traffic-breakdown>div>b{font-size:10px;white-space:nowrap}.traffic-breakdown>div>b{color:var(--rose-dark)}.traffic-empty{margin:0;padding:20px 8px;color:var(--muted);font-size:12px;text-align:center}.visitor-grid{display:grid;gap:9px}.visitor-card{border:1px solid var(--line);border-radius:16px;padding:14px;background:#fdfbf9;min-width:0}.visitor-card-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.visitor-card-head time{font-size:10px;color:var(--muted)}.source-pill{font-size:9px;font-weight:900;letter-spacing:.09em;padding:5px 8px;border-radius:999px}.source-pill.direct{background:#eee9e5;color:#62564e}.source-pill.linked{background:#f6e5e5;color:#8f5155}.visitor-linkname{display:block;font-size:15px;margin:9px 0 2px;overflow-wrap:anywhere}.visitor-metrics{display:flex;gap:6px;flex-wrap:wrap;margin:9px 0}.visitor-metrics span{font-size:9px;background:#fff;border:1px solid #e9ded7;padding:5px 7px;border-radius:999px;color:#6f625b}.visitor-card dl{margin:0}.visitor-card dl>div{display:grid;grid-template-columns:70px minmax(0,1fr);gap:8px;border-top:1px solid #eee6e0;padding:7px 0}.visitor-card dt{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}.visitor-card dd{font-size:10px;margin:0;overflow-wrap:anywhere}.visitor-purchase{margin-top:9px;padding:9px 10px;border-radius:11px;background:#eaf4ea;display:flex;justify-content:space-between;gap:8px;align-items:center}.visitor-purchase strong{font-size:10px;color:#4d7650;text-transform:uppercase;letter-spacing:.07em}.visitor-purchase span{font-size:10px;color:#506653}
@media (min-width:700px){.traffic-source-hero{grid-template-columns:180px 180px minmax(0,1fr)}.traffic-source-note{grid-column:auto;justify-content:center}.traffic-kpis{grid-template-columns:repeat(5,minmax(0,1fr))}.visitor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.traffic-two-col{grid-template-columns:1fr 1fr}}
@media (min-width:1050px){.visitor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
