:root{--ink:#111;--paper:#fff;--grey:#ececec;--muted:#686868}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.5 Arial,Helvetica,sans-serif}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}button{border:0;background:none}button:disabled{cursor:not-allowed;opacity:.45}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #245aff;outline-offset:4px}h1,h2,h3,p{margin:0}h1,h2,.logo,.wordmark{font-family:Impact,'Arial Narrow',Arial,sans-serif;font-weight:900;letter-spacing:-.035em;line-height:1}h3{font-size:16px;font-weight:600}.logo{font-family:Arial,Helvetica,sans-serif;font-size:30px;font-style:italic;font-weight:950;letter-spacing:-2px}.announcement{height:30px;padding:0 3.5%;display:flex;align-items:center;justify-content:space-between;background:#111;color:#fff;font-size:11px;letter-spacing:1.3px}header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;height:82px;padding:0 3.5%;background:#fff;border-bottom:1px solid #ddd;gap:30px}header nav{display:flex;gap:28px}header nav a,.header-actions{font-size:13px;font-weight:700;letter-spacing:.4px}header nav a{padding:30px 0}header nav a[aria-current]{border-bottom:2px solid}.header-actions{display:flex;align-items:center;gap:26px}.header-actions button{padding:12px 0}#search-button{display:flex}.home:not(.scrolled) header{background:transparent;color:#fff;border-color:#ffffff30;margin-bottom:-82px}.hero{position:relative;height:min(800px,calc(100svh - 30px));min-height:620px;overflow:hidden;background:#202323;color:#fff}.hero>img,.campaign>img{position:absolute;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#0008,transparent 80%)}.hero-content{position:absolute;left:5%;top:29%;right:5%}.eyebrow{font-size:12px;letter-spacing:1.6px;font-weight:600}.hero h1{font-size:clamp(80px,9.5vw,160px);line-height:.92;margin:26px 0 36px;letter-spacing:-.035em}.hero-ctas{display:flex;gap:12px}.primary{display:flex;align-items:center;justify-content:space-between;gap:35px;background:#111;color:white;font-size:13px;letter-spacing:.7px;font-weight:700;min-height:52px;padding:15px 24px;border:1px solid #111}.primary.light{background:#fff;color:#111;border-color:#fff}.primary.outline{background:transparent;border-color:#fff}.activities{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:14px}.activity{position:relative;height:480px;overflow:hidden;color:#fff;background:#333}.activity:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 40%,#0008)}.activity img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.activity:first-child img{object-position:65%}.activity:hover img{transform:scale(1.03)}.activity h2{position:absolute;bottom:28px;left:28px;right:28px;z-index:1;display:flex;justify-content:space-between;align-items:center;font-size:60px}.wordmark{font-family:Arial,sans-serif;text-align:center;font-size:20vw;line-height:1.08;font-style:italic;letter-spacing:-1.5vw;overflow:hidden;padding-right:2vw;font-weight:950;margin:35px 0 0}.section{padding:64px 4% 80px}.section-top{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.section-top h2{font-size:clamp(28px,3.3vw,48px)}.section-top a{font-size:13px;font-weight:700;border-bottom:1px solid;padding-bottom:4px;white-space:nowrap}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 20px}.product-image{position:relative;background:#ececec;overflow:hidden}.sprite{aspect-ratio:3/4;background-image:var(--sheet);background-size:300% 100%;background-position:var(--x) center;background-repeat:no-repeat}.hover-view{position:absolute;inset:0;opacity:0;transition:opacity .2s}.product-card:hover .hover-view{opacity:1}.product-meta{display:flex;justify-content:space-between;gap:12px;margin:16px 0 3px}.product-meta strong{font-size:15px;white-space:nowrap}.product-card>p{font-size:14px;color:var(--muted)}.tags{display:flex;gap:6px;flex-wrap:wrap;margin:13px 0}.tags span{font-size:10px;font-weight:600;letter-spacing:.3px;border:1px solid #d8d8d8;padding:4px 6px}.campaign{height:620px;position:relative;color:#fff;background:#333}.campaign:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0008,transparent 70%)}.campaign>div{position:absolute;left:6%;top:20%;z-index:1}.campaign h2{font-size:clamp(60px,7vw,100px);margin:32px 0}.campaign .primary{width:190px}footer{padding:55px 4% 24px;border-top:1px solid #ddd}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px;padding-bottom:60px}.footer-top>.logo{font-size:50px;align-self:start}.footer-top h2{font:700 13px Arial;letter-spacing:1px;margin-bottom:18px}.footer-top div a{display:block;font-size:14px;color:#555;margin:9px 0}.footer-bottom{border-top:1px solid #ddd;padding-top:20px;display:flex;justify-content:space-between;font-size:11px;color:#666;letter-spacing:.8px}.shop-section{padding-top:65px;min-height:65vh}.shop-heading{display:flex;align-items:end;justify-content:space-between}.shop-heading h1{font-size:80px;margin-top:15px}.shop-heading>span{font-size:12px;color:#666}.filters{display:flex;gap:28px;margin:32px 0;border-bottom:1px solid #ddd}.filters a{font-size:13px;font-weight:700;padding:12px 0}.filters a[aria-current]{border-bottom:2px solid}.skip{position:fixed;top:-60px;background:#fff;padding:12px;z-index:100}.skip:focus{top:0}dialog{border:0;padding:30px;max-width:min(920px,94vw);width:920px;max-height:92svh;color:#111}dialog::backdrop{background:#0008;backdrop-filter:blur(2px)}.dialog-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.dialog-top h2{font-size:30px}.dialog-top button{font-size:22px;width:40px;height:40px}.cart-dialog{position:fixed;inset:0 0 0 auto;margin:0;width:510px;max-width:100vw;max-height:100svh;height:100svh}.content-page{max-width:880px;padding:75px 30px 100px;margin:auto;min-height:60vh}.content-page h1{font-size:clamp(46px,7vw,80px);margin-bottom:40px}.content-page h2{font:700 20px Arial;margin:30px 0 12px}.content-page p{line-height:1.8;margin:16px 0}.content-page a{text-decoration:underline}#toast{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:#111;color:#fff;padding:15px;z-index:100;opacity:0;pointer-events:none}#toast.visible{opacity:1}
@media(max-width:760px){.announcement{font-size:9px;padding:0 16px;letter-spacing:.6px}header{height:104px;padding:0 18px 34px;gap:15px}.logo{font-size:27px}header nav{position:absolute;bottom:0;left:18px;right:18px;height:35px;justify-content:space-between;gap:12px}header nav a{font-size:11px;padding:6px 0}.header-actions{gap:18px;font-size:11px}.home:not(.scrolled) header{margin-bottom:-104px}.hero{height:740px;min-height:580px;max-height:95svh}.hero>img{object-position:65% center}.hero-shade{background:linear-gradient(0deg,#0009,transparent 80%)}.hero-content{top:auto;bottom:90px;left:6%}.hero h1{font-size:clamp(74px,17vw,120px);margin:20px 0 30px}.hero-ctas{gap:10px}.primary{padding:13px 17px;gap:20px;font-size:12px}.activities{grid-template-columns:1fr;padding:10px;gap:10px}.activity{height:390px}.activity h2{font-size:56px}.wordmark{margin:25px 0 0}.section{padding:40px 16px}.section-top h2{font-size:29px}.section-top a{font-size:10px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 12px}.product-meta{flex-direction:column;gap:3px;margin-top:10px}.product-meta h3{font-size:14px}.product-card>p{font-size:12px}.tags{gap:4px}.tags span{font-size:9px;padding:3px 4px}.campaign{height:520px}.campaign>img{object-position:65%}.campaign>div{left:7%;top:26%}.campaign h2{font-size:62px}.footer-top{grid-template-columns:repeat(3,1fr);gap:25px 15px}.footer-top>.logo{grid-column:1/-1;margin-bottom:15px}.footer-top div a{font-size:12px}.footer-bottom{gap:20px;font-size:9px}.shop-heading h1{font-size:60px}.filters{gap:22px;overflow:auto}.filters a{font-size:11px}.shop-heading>span{font-size:10px}dialog{padding:22px}.content-page{padding:50px 22px 70px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.product-page{padding:26px 4% 70px}.breadcrumb{display:flex;gap:14px;font-size:11px;letter-spacing:1px;margin:0 0 28px;color:#666}.product-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:7%}.gallery{min-width:0}.main-photo{background:#ececec}.gallery-thumbnails{display:flex;gap:10px;margin:12px 0}.thumbnail{padding:0;width:85px;border:1px solid transparent}.thumbnail[aria-pressed=true]{border:2px solid #111}.product-info{padding-top:24px;align-self:start;position:sticky;top:110px}.product-info h1{font-size:clamp(36px,4.1vw,62px);margin:20px 0;line-height:1.05}.detail-price{font-size:25px;font-weight:600;margin-bottom:22px}.detail-price small{font-size:12px;font-weight:400;color:#666}.color-line{font-size:14px}.product-info .tags{margin:20px 0 35px}.product-info .tags span{font-size:11px;padding:6px 8px}.size-legend{display:flex;justify-content:space-between;font-size:12px;font-weight:600;margin-bottom:12px}.size-legend a{text-decoration:underline;font-weight:400}.sizes{display:flex;gap:10px}.sizes button{border:1px solid #ccc;min-width:65px;height:48px}.sizes button[aria-pressed=true]{background:#111;color:#fff;border-color:#111}.form-error{min-height:24px;font-size:13px;color:#b22020;margin:8px 0}.add-row{display:flex;gap:12px;margin-bottom:16px}.add-row>.primary{flex:1}.quantity-input{display:flex;align-items:center;border:1px solid #ccc;flex-shrink:0}.quantity-input button{width:34px;min-height:42px;font-size:20px}.quantity-input input{appearance:textfield;width:28px;border:0;padding:0;text-align:center}.quantity-input input::-webkit-inner-spin-button{appearance:none}.quantity-input span{min-width:24px;text-align:center;font-size:14px}.small-note{font-size:12px;color:#666;margin:12px 0;line-height:1.6}.small-note a,.product-info details a{text-decoration:underline}.product-info details{border-top:1px solid #ddd;padding:20px 0;font-size:14px}.product-info details:first-of-type{margin-top:28px}.product-info details:last-of-type{border-bottom:1px solid #ddd}.product-info summary{cursor:pointer;font-weight:600;list-style:none;display:flex;justify-content:space-between}.product-info summary:after{content:'+'}.product-info details[open] summary:after{content:'−'}.product-info details p{margin-top:16px;color:#555}.cart-item{display:grid;grid-template-columns:110px 1fr;gap:20px;padding:22px 0;border-bottom:1px solid #ddd}.cart-item h3{font-size:15px}.cart-item p{font-size:12px;color:#666;margin:3px 0}.cart-meta{display:flex;align-items:center;justify-content:space-between;margin-top:12px;gap:10px}.remove-button{font-size:12px;text-decoration:underline;padding:10px 0}.cart-total{padding:25px 0}.money-row{display:flex;justify-content:space-between;gap:24px;padding:10px 0;font-size:14px}.grand-total{font-weight:700;font-size:18px;border-top:1px solid #ddd;margin-top:14px;padding-top:20px}.full{width:100%}.empty-cart{padding:70px 0}.empty-cart h3{font-size:24px}.empty-cart p{margin:15px 0 30px}.checkout-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:35px;margin-top:30px}.checkout-summary{background:#f5f5f5;padding:22px;align-self:start}.checkout-summary h3{font-size:15px;margin-bottom:20px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:flex;flex-direction:column;font-size:13px;gap:7px}.field.wide{grid-column:1/-1}.field input,.field select{border:1px solid #ccc;border-radius:0;background:#fff;min-height:46px;padding:10px 12px;width:100%;color:#111}.back-button{padding:16px 0;font-size:13px;text-decoration:underline}.review-address{white-space:pre-line;line-height:1.7;font-size:14px;margin-top:15px}.sr-only{position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden}.search-result{display:flex;align-items:center;gap:20px;padding:15px 0;border-bottom:1px solid #ddd}.search-result .sprite{width:70px;flex-shrink:0}.search-result>span{flex:1;font-size:15px}.search-result small{display:block;color:#666;margin-top:5px}.search-result strong{font-size:14px}.empty-message{margin:30px 0}.contact-email{font-size:clamp(20px,4vw,32px)}.notice{background:#f2f2f2;padding:15px;font-size:14px}body:has(dialog[open]){overflow:hidden}#size-fit{scroll-margin-top:110px}.product-card .hover-view{pointer-events:none}.tags span{font-size:12px}.eyebrow{font-size:12px}
@media(max-width:760px){.product-page{padding:22px 16px 30px}.product-layout{grid-template-columns:1fr;gap:20px}.product-info{position:static;padding:15px 0}.product-info h1{font-size:42px}.product-info .tags{margin-bottom:28px}.main-photo .sprite{aspect-ratio:3/4}.thumbnail{width:70px}.checkout-grid{grid-template-columns:1fr;gap:22px}.checkout-summary{order:-1}.cart-item{grid-template-columns:85px 1fr;gap:14px}.cart-meta{gap:5px}.cart-meta strong{font-size:14px}.cart-dialog{padding:20px}.tags span{font-size:10px}.product-info .tags span{font-size:12px}.product-info .primary{font-size:12px}.contact-email{overflow-wrap:anywhere}}
/* Preserve the proportions of each generated product panel. */
h1,h2{letter-spacing:0}.hero h1{letter-spacing:-.015em}.sprite{aspect-ratio:var(--ratio,2/3)}.product-image,.main-photo{aspect-ratio:2/3}.product-image>.sprite,.hover-view>.sprite,.main-photo>.sprite{width:auto;height:100%;margin:auto;aspect-ratio:var(--ratio,2/3)}.hover-view{background:#ececec}.product-info h1{font-size:clamp(36px,3.6vw,54px);line-height:1.1}.cart-total>.money-row:first-child{display:none}
@media(max-width:760px){.hero>img{object-position:84% center}}
