:root{--ink:#17151a;--cream:#fffaf5;--rose:#b53a67;--rose-dark:#8e254e;--blush:#f8dce7;--gold:#dcae63;--white:#fff;--muted:#6d6872;--line:#eadde3}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--cream);line-height:1.5}a{color:inherit;text-decoration:none}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:rgba(255,250,245,.95);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center}.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--rose);color:#fff;font-family:'Playfair Display';font-weight:700}.brand strong,.brand small{display:block}.brand small{font-size:12px;color:var(--muted)}.nav-links{display:flex;align-items:center;gap:25px;font-weight:600}.nav-cta{background:var(--ink);color:#fff;padding:10px 18px;border-radius:999px}.menu-btn{display:none;background:none;border:0;font-size:26px}.hero{min-height:680px;padding:80px 7vw;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;background:radial-gradient(circle at 85% 20%,#f8dce7 0,transparent 30%),linear-gradient(135deg,#fffaf5 0%,#fff 100%)}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:700;font-size:12px;color:var(--rose);margin:0 0 12px}.hero h1,.section h2,.pricing-section h2,.order-section h2{font-family:'Playfair Display',serif;line-height:1.05;margin:0}.hero h1{font-size:clamp(44px,6vw,78px);max-width:850px}.hero-text{font-size:19px;color:var(--muted);max-width:670px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}.btn{border:0;display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:10px;font-weight:700;cursor:pointer;font:inherit}.btn-primary{background:var(--rose);color:#fff}.btn-primary:hover{background:var(--rose-dark)}.btn-secondary{border:1px solid var(--ink);background:transparent}.hero-points{display:flex;gap:18px;flex-wrap:wrap;font-size:14px;font-weight:600}.hero-art{display:grid;place-items:center}.shirt-card{width:min(470px,100%);aspect-ratio:1/1.05;border-radius:36px;background:linear-gradient(145deg,#1b191d,#3a333b);display:grid;place-items:center;position:relative;box-shadow:0 30px 70px rgba(39,23,31,.22);transform:rotate(2deg)}.shirt-shape{width:72%;height:72%;clip-path:polygon(22% 0,38% 9%,62% 9%,78% 0,100% 19%,86% 36%,78% 30%,78% 100%,22% 100%,22% 30%,14% 36%,0 19%);background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--rose);filter:drop-shadow(0 15px 18px rgba(0,0,0,.2))}.shirt-shape span{font-weight:700;letter-spacing:.14em}.shirt-shape strong{font-family:'Playfair Display';font-size:38px}.shirt-shape small{letter-spacing:.18em;color:var(--ink)}.floating-tag{position:absolute;right:-20px;bottom:40px;background:var(--gold);padding:12px 18px;border-radius:999px;font-weight:700;transform:rotate(-6deg)}.section{padding:95px 7vw}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.section-heading h2,.pricing-section h2,.order-section h2{font-size:clamp(36px,4vw,56px)}.section-heading>p{max-width:500px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 12px 35px rgba(47,28,38,.06)}.product-image{height:245px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:24px;letter-spacing:.08em}.product-image strong{font-family:'Playfair Display';font-size:42px}.school{background:#ddebf7;color:#173d63}.team{background:#efe1f1;color:#5e2464}.business{background:#e4eee8;color:#204e36}.custom{background:#f9e3d4;color:#7a3b1a}.product-body{padding:22px}.product-body h3{margin:10px 0 5px}.product-body p{color:var(--muted);min-height:72px}.pill{display:inline-block;background:var(--blush);color:var(--rose-dark);font-size:11px;font-weight:700;text-transform:uppercase;padding:5px 8px;border-radius:999px}.select-product{width:100%;border:1px solid var(--ink);background:#fff;border-radius:8px;padding:10px;font-weight:700;cursor:pointer}.pricing-section{padding:95px 7vw;background:var(--ink);color:#fff}.section-heading.light>p{color:#c9c2ca}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1000px;margin:auto}.price-card{background:#262228;border:1px solid #443b45;border-radius:22px;padding:35px;text-align:center}.price-card.featured{background:var(--rose);transform:translateY(-14px);border-color:transparent}.price-card.featured>span{display:inline-block;background:#fff;color:var(--rose);padding:5px 9px;border-radius:999px;font-size:11px;font-weight:700}.price{font-family:'Playfair Display';font-size:64px}.price-card p{margin:0}.price-card small{color:#d8d0d8}.featured small{color:#ffeaf2}.pricing-note{text-align:center;color:#c9c2ca;margin:30px 0 0}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.steps-grid b{width:42px;height:42px;display:grid;place-items:center;background:var(--blush);color:var(--rose);border-radius:50%;font-size:18px}.steps-grid p{color:var(--muted)}.order-section{padding:95px 7vw;display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;background:#fff}.order-copy>p:not(.eyebrow){color:var(--muted);font-size:18px}.contact-card{margin-top:35px;padding:24px;border-radius:18px;background:var(--cream);border:1px solid var(--line);display:flex;flex-direction:column;gap:8px}.contact-card a{color:var(--rose);font-weight:700}.order-form{display:grid;gap:16px;padding:28px;border-radius:22px;background:var(--cream);border:1px solid var(--line)}label{display:grid;gap:7px;font-weight:700;font-size:14px}input,select,textarea{width:100%;border:1px solid #d8ccd2;border-radius:9px;padding:13px 14px;font:inherit;background:#fff}textarea{resize:vertical}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.full{width:100%}.form-note{text-align:center;color:var(--muted);font-size:12px;margin:0}footer{padding:45px 7vw;background:#0f0e10;color:#fff;display:grid;grid-template-columns:1fr auto auto;gap:35px;align-items:center}footer div:nth-child(2){display:flex;gap:18px}footer p{color:#aaa2aa;margin:4px 0}
@media(max-width:980px){.product-grid{grid-template-columns:1fr 1fr}.steps-grid{grid-template-columns:1fr 1fr}.hero{grid-template-columns:1fr;padding-top:50px}.hero-art{order:-1}.shirt-card{max-width:390px}.order-section{grid-template-columns:1fr}.nav-links{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:22px 5vw;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.nav-links.open{display:flex}.menu-btn{display:block}}
@media(max-width:620px){.site-header{padding:0 18px}.hero,.section,.pricing-section,.order-section{padding:65px 22px}.hero h1{font-size:44px}.shirt-card{width:90%}.product-grid,.pricing-grid,.steps-grid,.two-col{grid-template-columns:1fr}.price-card.featured{transform:none}.section-heading{display:block}.product-image{height:210px}.floating-tag{right:-5px}.hero-points{display:grid}.order-form{padding:20px}footer{grid-template-columns:1fr;text-align:center}footer div:nth-child(2){justify-content:center}}
