:root{--bg:#fbf5ee;--card:#ffffff;--accent:#ff3b30;--muted:#6b6b6b}
*{box-sizing:border-box;font-family:Inter,system-ui,Arial,Helvetica,sans-serif}
body{margin:0;background:linear-gradient(180deg,#fff8f0,var(--bg));color:#111}
.container{max-width:900px;margin:28px auto;padding:18px}

/* Hero / flyer */
.hero{display:grid;grid-template-columns:86px 1fr 86px;gap:18px;align-items:center;background:#fff8f0;padding:18px;border-radius:12px;text-align:center;margin-bottom:18px}
.hero h1{font-size:44px;margin:0;letter-spacing:1px}
.hero .tag{margin:8px 0;color:var(--muted);font-weight:600}
.hero-icon{height:86px;background:#fff;border:1px solid #eee;border-radius:8px;display:grid;place-items:center;overflow:hidden}
.hero-icon img{width:100%;height:100%;object-fit:cover}

.card{display:flex;gap:20px;background:var(--card);padding:18px;border-radius:10px;box-shadow:0 10px 30px rgba(20,20,40,0.08);align-items:center}
.flyer-card{align-items:center}
.tee-preview{width:260px;flex:0 0 260px}
.tee-preview img{width:100%;height:100%;display:block;border-radius:8px;object-fit:cover}
svg{width:100%;height:auto;border-radius:8px}
.details{flex:1}
.lead{font-size:16px;margin:0 0 12px;color:#333}
.controls{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:end}
label{font-size:13px;color:var(--muted)}
select,input{padding:10px;border-radius:8px;border:1px solid #eee;min-width:140px}
.choice-carousel{border:1px solid #eadfd5;border-radius:10px;background:#fff;padding:12px;min-width:0}
.choice-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.choice-value{color:var(--accent);font-size:16px;letter-spacing:0;text-transform:none}
.carousel-track{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;min-height:54px}
.choice-card{border:1px solid #eee;background:#fff9f4;border-radius:8px;color:#222;cursor:pointer;font-size:16px;font-weight:800;min-height:54px}
.choice-card.is-selected{background:var(--accent);border-color:var(--accent);color:#fff}
.fixed-price{border:1px solid var(--accent);border-radius:10px;background:#fff3ef;color:var(--accent);font-size:22px;font-weight:800;min-height:54px;padding:12px;text-align:center}
.carousel-nav{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}
.carousel-arrow{border:0;background:transparent;color:var(--accent);cursor:pointer;font-size:24px;line-height:1;padding:0 5px}
.carousel-dots{color:#aaa;font-size:12px;letter-spacing:3px}
.btn{padding:10px 14px;border-radius:10px;border:1px solid #ddd;background:#fff;cursor:pointer;font-weight:700}
.btn.primary{background:var(--accent);color:#fff;border-color:transparent}
.stripe-checkout{margin-top:22px;padding-top:18px;border-top:2px solid #f1e6db}
.checkout-note{margin:0 0 10px;color:var(--muted);font-size:14px;font-weight:600}
.stripe-checkout{color:var(--muted);font-size:14px;font-weight:600}
.order-msg{margin-top:14px;padding:10px;background:#e6ffef;border:1px solid #bdeacb;border-radius:8px}
footer{margin-top:14px;color:var(--muted)}
.site-footer{border-top:1px solid #eadfd5;padding:30px 4px 8px;text-align:left}
.footer-brand{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;color:#222}.footer-brand strong{font-size:20px;color:#111}.footer-brand span{font-size:13px}
.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.footer-columns h2{font-size:13px;color:#111;margin:0 0 10px}.footer-columns a{display:block;color:var(--muted);font-size:13px;margin:7px 0;text-decoration:none}.footer-columns a:hover,.footer-bottom a:hover{text-decoration:underline;color:var(--accent)}
.social-row{display:flex;gap:14px;margin:24px 0}.social-row a{width:30px;height:30px;display:grid;place-items:center;background:#fff;border:1px solid #eadfd5;border-radius:50%}.social-row img{width:16px;height:16px}.footer-bottom{border-top:1px solid #eadfd5;padding-top:12px;display:flex;justify-content:space-between;gap:14px;font-size:12px}.footer-bottom a{color:var(--muted);text-decoration:none;margin-left:10px}

/* Modal */
.modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.35);padding:20px}
.modal[aria-hidden="true"]{display:none}
.modal-content{background:#fff;padding:18px;border-radius:10px;min-width:320px;max-width:420px;position:relative}
.close{position:absolute;right:10px;top:8px;border:none;background:transparent;font-size:20px;cursor:pointer}
.form-row{margin-bottom:10px}
.form-actions{text-align:right}

@media(max-width:640px){.card{flex-direction:column}.tee-preview{width:100%;flex-basis:auto}.hero{grid-template-columns:64px 1fr 64px;gap:8px;padding:12px}.hero-icon{height:64px}.hero h1{font-size:32px}.controls{grid-template-columns:1fr}.controls .btn{width:100%}.footer-brand,.footer-bottom{display:block}.footer-brand span{display:block;margin-top:6px}.footer-bottom span{display:block;margin-top:8px}.footer-bottom a{margin:0 10px 0 0}.footer-columns{grid-template-columns:1fr 1fr}}
