*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--tt-black);background:var(--tt-white);font-family:Arial,Helvetica,sans-serif;line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.75rem;z-index:999}.page-width{width:min(calc(100% - 32px),var(--tt-page));margin-inline:auto}.section{padding:64px 0}.section--soft{background:var(--tt-soft)}.section--black{background:var(--tt-black);color:#fff}.eyebrow{font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--tt-red);font-size:.78rem}.h1,.h2,.h3,h1,h2,h3{line-height:1.05;margin:0 0 1rem;font-weight:900}.h1,h1{font-size:clamp(2.3rem,6vw,5.6rem)}.h2,h2{font-size:clamp(1.8rem,4vw,3.5rem)}.h3,h3{font-size:1.3rem}.rte p{max-width:68ch}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.8rem 1.25rem;border-radius:var(--tt-radius);border:2px solid var(--tt-red);background:var(--tt-red);color:#fff;font-weight:800;cursor:pointer}.button:hover{background:var(--tt-dark-red);border-color:var(--tt-dark-red)}.button--secondary{background:transparent;color:var(--tt-black)}.section--black .button--secondary{color:#fff;border-color:#fff}.button-row{display:flex;gap:.75rem;flex-wrap:wrap}.announcement{background:var(--tt-red);color:#fff;text-align:center;padding:.55rem 1rem;font-weight:800;font-size:.9rem}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid #e8e8e8;backdrop-filter:blur(10px)}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:82px;gap:16px}.header-nav{display:flex;gap:1.2rem;align-items:center}.header-nav a{font-weight:700}.brand{display:flex;align-items:center;justify-content:center}.brand img{max-height:62px;width:auto}.brand-text{font-size:1.55rem;font-weight:950;letter-spacing:-.04em}.header-actions{display:flex;justify-content:flex-end;gap:.55rem}.icon-link{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;border:1px solid #ddd}.menu-toggle{display:none}.hero{overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;min-height:680px}.hero-copy{padding:72px max(24px,6vw)}.hero-copy strong{color:var(--tt-red)}.hero-media{height:100%;min-height:680px;background:var(--tt-soft);position:relative}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-placeholder{height:100%;min-height:680px;display:grid;place-items:center;padding:2rem;background:radial-gradient(circle at 30% 20%,#fff 0 12%,transparent 13%),linear-gradient(135deg,#ffe9e9,#fff 50%,#f1f1f1)}.hero-placeholder span{font-size:clamp(3rem,12vw,8rem);font-weight:950;color:var(--tt-red);transform:rotate(-8deg);text-align:center;line-height:.85}.grid{display:grid;gap:24px}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.card{border:1px solid #e6e6e6;border-radius:var(--tt-radius);overflow:hidden;background:#fff}.card-media{aspect-ratio:1/1;background:#f4f4f4;overflow:hidden}.card-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.card:hover .card-media img{transform:scale(1.04)}.card-content{padding:1.1rem}.price{font-weight:900;color:var(--tt-red)}.collection-card{position:relative;min-height:300px;display:flex;align-items:flex-end;padding:1.5rem;color:#fff;background:#222;overflow:hidden;border-radius:var(--tt-radius)}.collection-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72;transition:transform .35s}.collection-card:hover img{transform:scale(1.05)}.collection-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.8))}.collection-card-content{position:relative;z-index:2}.steps .step{padding:2rem;border-radius:var(--tt-radius);background:#fff;color:var(--tt-black)}.step-number{width:54px;height:54px;border-radius:50%;background:var(--tt-red);color:#fff;display:grid;place-items:center;font-size:1.4rem;font-weight:950;margin-bottom:1rem}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.newsletter{padding:56px;border-radius:calc(var(--tt-radius) * 1.5);background:var(--tt-red);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.newsletter-form{display:flex;gap:10px}.newsletter-form input{flex:1;min-height:50px;border:0;border-radius:var(--tt-radius);padding:0 1rem}.newsletter-form .button{background:var(--tt-black);border-color:var(--tt-black)}.site-footer{background:var(--tt-black);color:#fff;padding:56px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:32px}.footer-title{font-weight:900;margin-bottom:1rem}.footer-links{display:grid;gap:.55rem}.footer-bottom{border-top:1px solid #333;margin-top:38px;padding-top:20px;font-size:.85rem;color:#bbb}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:50px}.product-gallery img{border-radius:var(--tt-radius);background:#f4f4f4}.product-info{position:sticky;top:110px;align-self:start}.product-price{font-size:1.4rem;font-weight:900;color:var(--tt-red)}.field{display:grid;gap:.4rem;margin:1rem 0}.field input,.field select,.field textarea{border:1px solid #bbb;border-radius:var(--tt-radius);padding:.8rem}.cart-row{display:grid;grid-template-columns:90px 1fr auto;gap:18px;padding:20px 0;border-bottom:1px solid #ddd}.mobile-nav{display:none}
@media(max-width:900px){.header-inner{grid-template-columns:auto 1fr auto}.header-nav{display:none}.menu-toggle{display:grid}.brand{justify-content:center}.hero-grid,.product-page,.newsletter{grid-template-columns:1fr}.hero-copy{order:2;padding:48px 24px}.hero-media,.hero-placeholder{min-height:420px}.grid--4{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.product-info{position:static}.mobile-nav[open]{display:block}.mobile-nav{position:fixed;inset:82px 0 0;background:#fff;z-index:60;padding:2rem}.mobile-nav a{display:block;padding:1rem 0;border-bottom:1px solid #eee;font-weight:800}}
@media(max-width:540px){.section{padding:46px 0}.grid--4{grid-template-columns:1fr 1fr;gap:12px}.collection-card{min-height:220px}.newsletter{padding:32px 20px}.newsletter-form{flex-direction:column}.footer-grid{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.brand img{max-width:150px}}
.header-actions .icon-link{position:relative}
.cart-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--tt-red);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900;line-height:1}
