:root{color-scheme:light;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;background:#f8f3ea;color:#3a2b24;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--terracotta: #b85e3c;--warm-sand: #e9dccb;--cream: #f8f3ea;--olive: #6e735a;--navy: #223047;--espresso: #3a2b24;--surface: #fffaf2;--line: rgba(58, 43, 36, .16);--muted: rgba(58, 43, 36, .68);--shadow: 0 24px 60px rgba(58, 43, 36, .16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0}body.cart-open{overflow:hidden}button,select{font:inherit}button{cursor:pointer}a{color:inherit}.site-header{z-index:20;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:18px clamp(20px,5vw,64px);background:#f8f3eaeb;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{width:max-content;display:inline-flex;align-items:center;gap:12px;color:var(--espresso);font-size:.95rem;font-weight:800;letter-spacing:.04em;text-decoration:none;text-transform:uppercase}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--terracotta);border-radius:50%;background:var(--terracotta);color:var(--cream);font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;font-weight:700;letter-spacing:.02em}.nav-links{display:flex;align-items:center;gap:30px;color:var(--muted);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.nav-links a{text-decoration:none}.cart-button{justify-self:end;min-height:42px;display:inline-flex;align-items:center;gap:10px;padding:0 14px 0 18px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--espresso);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cart-count{min-width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--olive);color:#fff;font-size:.74rem}.hero{min-height:76vh;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);align-items:center;gap:clamp(32px,6vw,92px);padding:clamp(44px,6vw,86px) clamp(20px,5vw,64px) clamp(42px,6vw,80px);background:radial-gradient(circle at 84% 24%,rgba(184,94,60,.14),transparent 28%),linear-gradient(135deg,#f8f3ea,#efe0cc)}.hero-copy{max-width:720px}.brand-line{margin:0 0 14px;color:var(--terracotta);font-size:.82rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.hero h1{max-width:11ch;margin:0;color:var(--espresso);font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(4.2rem,9vw,9.5rem);font-weight:600;line-height:.84;letter-spacing:0}.hero p:not(.brand-line){max-width:620px;margin:24px 0 0;color:var(--muted);font-size:clamp(1rem,1.4vw,1.24rem);line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 22px;border:0;border-radius:4px;font-size:.78rem;font-weight:800;letter-spacing:.11em;text-decoration:none;text-transform:uppercase;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button-primary{background:var(--olive);color:#fff;box-shadow:0 14px 30px #6e735a38}.button-secondary{border:1px solid var(--line);background:#fffaf2b8;color:var(--espresso)}.hero-product{min-height:min(48vw,540px);display:grid;place-items:center;position:relative;isolation:isolate}.hero-product:before{content:"";position:absolute;width:min(78%,480px);aspect-ratio:1;border-radius:50%;background:var(--warm-sand);box-shadow:inset 0 0 0 28px #b85e3c1a;z-index:-1}.shirt-preview{width:min(76%,410px);aspect-ratio:.86;position:relative;display:grid;place-items:center;border-radius:34% 34% 12% 12%;background:radial-gradient(circle at 50% 11%,transparent 0 10%,#f8f3ea 10.4%),linear-gradient(135deg,#fffaf2,#f3eadc);box-shadow:var(--shadow)}.shirt-preview:before,.shirt-preview:after{content:"";position:absolute;top:16%;width:34%;height:38%;background:#efe0cc;z-index:-1}.shirt-preview:before{left:-16%;border-radius:34% 0 24% 34%;transform:rotate(18deg)}.shirt-preview:after{right:-16%;border-radius:0 34% 34% 24%;transform:rotate(-18deg)}.shirt-logo{display:grid;place-items:center;width:48%;aspect-ratio:1;border:2px solid var(--terracotta);border-radius:50%;color:var(--terracotta);font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.08rem,2vw,1.56rem);font-weight:700;line-height:.95;text-align:center;text-transform:uppercase}.shop-section,.fit-section,.story-section{padding:clamp(56px,8vw,112px) clamp(20px,5vw,64px)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:30px}.section-heading h2,.fit-section h2,.story-copy h2{margin:0;color:var(--espresso);font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.8rem,5.6vw,6.2rem);font-weight:600;line-height:.92;letter-spacing:0}.section-heading p,.fit-section p,.story-copy p{max-width:560px;margin:0;color:var(--muted);line-height:1.75}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{overflow:hidden;display:grid;grid-template-rows:auto 1fr;border:1px solid var(--line);border-radius:4px;background:var(--surface)}.product-image{position:relative;overflow:hidden;min-height:370px;display:grid;place-items:center;background:linear-gradient(145deg,#fffaf27a,#3a2b2414),var(--product-accent)}.product-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0}.product-image img[src]{opacity:1}.product-image img[src]+.product-shirt{opacity:0}.product-image img:not([src]),.product-image img[src=""]{display:none}.product-shirt{position:relative;width:50%;aspect-ratio:.84;display:grid;place-items:center;padding:20px;border-radius:30% 30% 12% 12%;background:#fffaf2e6;box-shadow:0 18px 40px #3a2b2429;color:var(--espresso);font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:700;text-align:center}.product-copy{display:grid;gap:20px;padding:22px}.product-copy h3{margin:0 0 8px;color:var(--espresso);font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:700;line-height:1}.product-copy p{margin:0;color:var(--muted);line-height:1.62}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:16px}.product-meta span{color:var(--olive);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.product-meta strong{color:var(--espresso);font-size:1rem;font-weight:800}.product-form{display:grid;grid-template-columns:118px 1fr;gap:12px}.product-form label{display:grid;gap:6px;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.product-form select{min-height:48px;width:100%;padding:0 12px;border:1px solid var(--line);border-radius:4px;background:#fff;color:var(--espresso);font-weight:700}.fit-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(300px,1.1fr);gap:clamp(32px,6vw,88px);align-items:start;background:var(--navy);color:#fff}.fit-section h2,.fit-section p{color:#fff}.fit-section p{margin-top:24px;color:#ffffffb8}.fit-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.fit-list li{display:grid;gap:8px;padding:22px;border:1px solid rgba(233,220,203,.18);border-radius:4px;background:#f8f3ea0f}.fit-list strong{color:#fff;font-family:Cormorant Garamond,Georgia,serif;font-size:1.7rem;line-height:1}.fit-list span{color:#ffffffb8;line-height:1.55}.story-section{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1fr);gap:clamp(28px,6vw,84px);align-items:center;background:var(--warm-sand)}.story-media{min-height:460px;display:grid;place-items:center;border:1px solid rgba(58,43,36,.14);border-radius:4px;background:linear-gradient(135deg,#b85e3c2e,#f8f3ea7a),#f8f3ea;color:var(--olive);font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:700}.story-copy p{margin-top:22px}.text-link{display:inline-flex;margin-top:26px;color:var(--terracotta);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.cart-panel[aria-hidden=true]{pointer-events:none}.cart-panel[aria-hidden=true] .cart-panel-backdrop{opacity:0}.cart-panel[aria-hidden=true] .cart-drawer{transform:translate(100%)}.cart-panel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#3a2b245c;transition:opacity .2s ease}.cart-drawer{position:fixed;top:0;right:0;z-index:50;width:min(440px,100vw);height:100vh;display:grid;grid-template-rows:auto 1fr auto;background:var(--surface);box-shadow:var(--shadow);transition:transform .22s ease}.cart-header,.cart-footer{padding:20px;border-bottom:1px solid var(--line)}.cart-footer{border-top:1px solid var(--line);border-bottom:0}.cart-header{display:flex;align-items:center;justify-content:space-between}.cart-header h2{margin:0;color:var(--espresso);font-family:Cormorant Garamond,Georgia,serif;font-size:2rem}.icon-button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--espresso);font-weight:900}.cart-items{overflow:auto;display:grid;align-content:start;gap:14px;padding:20px}.empty-cart{margin:0;color:var(--muted)}.cart-item{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:4px}.cart-item div:first-child{display:grid;gap:4px}.cart-item span{color:var(--muted);font-size:.9rem}.quantity-controls{display:grid;grid-template-columns:30px 28px 30px;align-items:center;text-align:center}.quantity-controls button{width:30px;height:30px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--espresso);font-weight:900}.quantity-controls span{color:var(--espresso);font-weight:850}.cart-total{display:flex;justify-content:space-between;gap:16px;margin-bottom:16px;color:var(--espresso);font-size:1.1rem}.checkout-button{width:100%}.cart-note{margin:12px 0 0;color:var(--muted);font-size:.88rem;line-height:1.45}@media (max-width: 980px){.site-header{grid-template-columns:1fr auto}.nav-links{display:none}.hero,.fit-section,.story-section{grid-template-columns:1fr}.hero{min-height:auto}.hero-product{min-height:360px}.product-grid{grid-template-columns:1fr}.section-heading{display:grid;align-items:start}}@media (max-width: 560px){.site-header{padding:14px 16px}.brand span:last-child{display:none}.hero,.shop-section,.fit-section,.story-section{padding-left:18px;padding-right:18px}.hero h1{font-size:clamp(3.4rem,17vw,4.8rem)}.hero p:not(.brand-line){margin-top:16px;font-size:.98rem}.hero-actions{margin-top:20px;display:flex;flex-wrap:nowrap}.hero-actions .button{flex:1 1 0;padding-inline:12px}.hero-product{min-height:210px}.shirt-preview{width:min(50%,190px)}.product-form{grid-template-columns:1fr;display:grid}.product-image{min-height:300px}.story-media{min-height:320px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
