@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#191919;--paper:#fafaf8;--accent:#ff5a22;--line:#d7d7d2}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{ -webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #2771d2;outline-offset:5px}header{height:104px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:var(--paper);border-bottom:1px solid var(--line)}.brand{width:142px;height:86px;overflow:hidden;position:relative}.brand img{position:absolute;width:215px;max-width:none;left:-38px;top:-49px}nav{display:flex;gap:34px;font-size:14px}.pill{display:inline-flex;justify-content:space-between;align-items:center;gap:32px;background:var(--ink);color:white;border:0;border-radius:100px;padding:18px 26px;font-weight:600;transition:background .2s,transform .2s}.pill:hover{background:#c93c0d;transform:translateY(-2px)}.pill.small{padding:13px 22px;font-size:14px}.hero{padding:32px 5% 0}.hero-top{display:flex;justify-content:space-between;font-size:12px;letter-spacing:.1em;font-weight:600}.hero h1{font:600 clamp(64px,9.4vw,148px)/1.03 'Manrope',sans-serif;letter-spacing:-.065em;margin:42px 0 25px}.hero h1 em,h2 em,.statement em,.footer-top em{font-style:normal;color:var(--accent)}.hero-bottom{display:flex;align-items:center;justify-content:space-between;margin:15px 0 35px}.hero-bottom p{margin:0;line-height:1.55;color:#555}.hero-note{font-size:12px;letter-spacing:.08em;text-align:right}.round-link{width:65px;height:65px;border:1px solid #999;border-radius:50%;display:grid;place-items:center;font-size:30px}.hero-photo{height:460px;position:relative;border-radius:10px;overflow:hidden;background:#343434}.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:center 52%;animation:zoom-in 1.3s ease-out}.photo-overlay{position:absolute;inset:0;background:linear-gradient(transparent 50%,#0009);display:flex;align-items:end;justify-content:space-between;color:white;padding:30px}.photo-overlay span{font-size:12px;letter-spacing:.1em}.photo-overlay a{border-bottom:1px solid #fff;padding-bottom:4px}.marquee{margin-top:35px;background:var(--accent);overflow:hidden;padding:22px 0}.marquee>div{white-space:nowrap;font:600 32px/1.2 'Manrope',sans-serif;animation:marquee 28s linear infinite;width:max-content}.marquee b{padding:0 34px}.section{padding:100px 5%}.section-intro{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:38px}.eyebrow{font-size:12px;letter-spacing:.12em;font-weight:600}h2{font:500 clamp(40px,5vw,76px)/1.08 'Manrope',sans-serif;letter-spacing:-.055em;margin:22px 0 0}.section-intro>p{max-width:320px;color:#60605c}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.filters button{border:1px solid var(--line);background:transparent;border-radius:50px;padding:10px 21px;font-size:14px}.filters button.active{background:var(--ink);color:white;border-color:var(--ink)}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:35px 22px}.product{animation:appear .3s ease}.product-image{height:310px;border-radius:8px;overflow:hidden;background:#e8e8e5;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product:hover img{transform:scale(1.05)}.product-image button{position:absolute;bottom:15px;right:15px;border:0;border-radius:50%;width:46px;height:46px;background:white;font-size:24px}.product h3{margin:16px 0 3px;font-size:20px;letter-spacing:-.03em}.product p{font-size:14px;margin:0;color:#64645e}.product .price{display:block;margin-top:12px;font-size:14px;text-decoration:underline;text-underline-offset:4px}.catalog-note{font-size:13px;color:#666;margin:32px 0 0;max-width:850px}.services{background:#1c1c1c;color:#fafafa}.services .section-intro>p{color:#b1b1ad}.service-list{margin-top:60px}details{border-top:1px solid #4c4c49;padding:24px 0}details:last-child{border-bottom:1px solid #4c4c49}summary{display:flex;align-items:center;gap:30px;cursor:pointer;list-style:none;font:500 clamp(20px,3vw,38px)/1.3 'Manrope',sans-serif;letter-spacing:-.04em}summary::-webkit-details-marker{display:none}summary>span{font:14px 'DM Sans',sans-serif;color:#999;letter-spacing:0}summary>b{margin-left:auto;font-weight:400;color:var(--accent)}details[open] summary>b{transform:rotate(45deg)}details p{max-width:700px;margin:20px 0 0 48px;color:#bdbdb8}.statement{padding:85px 5%;background:var(--accent);position:relative}.statement>span{font-size:12px;letter-spacing:.1em}.statement p{font:600 clamp(52px,7vw,108px)/1.06 'Manrope',sans-serif;letter-spacing:-.055em;margin:30px 0 40px}.statement em{color:var(--paper)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:55px}.steps article{border-top:1px solid var(--line);padding-top:20px}.steps article>span{font-size:14px;color:#a43a13}.steps h3{font-size:22px;font-weight:500;letter-spacing:-.025em}.steps p{color:#666;max-width:310px}.quote{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:10%}.quote-title p{max-width:335px;margin:28px 0;color:#666}.phone{display:inline-block;border-bottom:1px solid var(--ink);font-size:24px}.quote form{padding-top:8px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}label{display:block;font-size:14px;margin-bottom:24px}label span{color:#777;font-size:12px}input,select,textarea{display:block;width:100%;border:0;border-bottom:1px solid #aaa;background:transparent;padding:12px 0;color:var(--ink);border-radius:0}textarea{resize:vertical}.form-note{font-size:13px;color:#777}.submit{width:100%;margin-top:10px}#quote-result{border-top:1px solid #aaa;margin-top:25px;padding-top:15px}#quote-summary{white-space:pre-line;overflow-wrap:anywhere}footer{background:#1b1b1b;color:white;padding:55px 5% 20px}.footer-top{display:flex;justify-content:space-between;align-items:center;font:500 clamp(40px,5.6vw,85px)/1.1 'Manrope',sans-serif;letter-spacing:-.045em;padding-bottom:55px}.footer-top>a{font-size:80px;color:var(--accent)}.footer-bottom{border-top:1px solid #555;padding-top:25px;display:flex;justify-content:space-between;font-size:12px;color:#bbb}@keyframes marquee{to{transform:translateX(-35%)}}@keyframes appear{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes zoom-in{from{transform:scale(1.04)}to{transform:scale(1)}}@media(min-width:1600px){body{max-width:1800px;margin:auto}}@media(max-width:800px){header{height:85px}nav{display:none}.brand{transform:scale(.85);transform-origin:left center;width:120px}.hero{padding-top:25px}.hero h1{font-size:clamp(52px,11vw,90px);margin-top:35px}.hero-note{display:none}.hero-top{font-size:10px}.hero-bottom p{font-size:14px}.hero-photo{height:350px}.photo-overlay{padding:20px}.photo-overlay span{max-width:150px}.section{padding:65px 5%}.section-intro{display:block}.section-intro>p{max-width:420px}.products{grid-template-columns:repeat(2,1fr)}.product-image{height:260px}.quote{grid-template-columns:1fr;gap:40px}.steps{gap:25px}.footer-bottom{flex-wrap:wrap;gap:14px}.statement{padding:65px 5%}}@media(max-width:500px){.hero h1{font-size:52px}.hero-photo{height:280px}.hero-top{letter-spacing:.025em}.pill.small{font-size:12px;padding:12px 16px;gap:10px}.hero-bottom{gap:20px}.round-link{width:50px;height:50px;flex-shrink:0}.products{gap:28px 12px}.product-image{height:210px}.product h3{font-size:18px}.product p{font-size:13px}.filters{gap:7px}.filters button{padding:8px 14px}.steps{grid-template-columns:1fr;gap:15px}.steps h3{margin:12px 0}.steps p{max-width:none}.form-row{grid-template-columns:1fr;gap:0}.footer-top>a{font-size:55px}summary{gap:15px}details p{margin-left:30px}.photo-overlay a{font-size:14px}.hero-top span:last-child{text-align:right;max-width:90px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
.product-image{height:370px}.product-image img{object-position:center 25%}.product:has(img[src*="polo.jpeg"]) .product-image img{object-fit:contain;background:#dce1e5}#product-dialog{border:0;border-radius:16px;padding:0;width:min(960px,94vw);max-height:92vh;color:var(--ink);background:var(--paper)}#product-dialog::backdrop{background:#0009;backdrop-filter:blur(5px)}.close-product{position:absolute;right:12px;top:12px;border:1px solid #ccc;background:white;border-radius:50%;width:40px;height:40px;font-size:26px;z-index:1}.detail-layout{display:grid;grid-template-columns:1fr 1.15fr}.detail-layout>img{width:100%;height:100%;max-height:780px;object-fit:contain;background:#e5e5e5}.detail-content{padding:48px 30px 30px}.detail-content h2{font-size:36px;margin:18px 0}.detail-content>p{color:#666;font-size:14px}.detail-content label{margin-bottom:15px}#quote-configuration{white-space:pre-line;background:#eee;padding:15px;border-left:3px solid var(--accent)}@media(max-width:800px){.product-image{height:320px}}@media(max-width:600px){.product-image{height:235px}.detail-layout{grid-template-columns:1fr}.detail-layout>img{height:280px}.detail-content{padding:24px}.detail-content h2{font-size:30px}}

#shirt-filters:not([hidden]){display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:-10px 0 30px}#shirt-filters button,#toggle-reference{border:1px solid var(--line);background:transparent;padding:8px 16px;border-radius:30px;font-size:14px}#shirt-filters button.active{background:var(--ink);color:white}#toggle-reference{margin:0 0 20px}.image-label{position:absolute;left:12px;bottom:16px;background:#fffE;border-radius:20px;padding:5px 10px;font-size:12px;color:#444}.product-image img[src*="c0604"],.product-image img[src*="d0604"],.product-image img[src*="c0606"],.product-image img[src*="d0606"]{object-fit:contain}
[hidden]{display:none!important}
.product:has(img[src*="editorial/polo.webp"]) .product-image img{object-fit:contain;background:#ddd}

.product-image{height:auto;aspect-ratio:4/5}.product-image img{height:100%;object-fit:cover}

.hero-photo{height:auto;aspect-ratio:16/9}.hero-photo>img{object-position:center}.hero-photo .photo-overlay{padding:20px;background:linear-gradient(transparent 75%,#0009)}@media(max-width:500px){.hero-photo .photo-overlay span{display:none}.hero-photo .photo-overlay{padding:12px;justify-content:flex-end}}

.image-label{max-width:calc(100% - 24px);line-height:1.35}

img[src$="cap-pro.webp"]{background:#CDD0DB}

.product-image img[src$="cap-zeta-red.webp"],#detail-image[src$="cap-zeta-red.webp"]{object-fit:contain;background:#fff}
.cart-nav{font:inherit;border:0;background:transparent;cursor:pointer;padding:8px;color:inherit}.cart-nav span{display:inline-grid;place-items:center;background:#ff5a22;color:#fff;border-radius:50%;min-width:24px;height:24px;font-size:14px}.buy-product{display:block;width:100%;background:#ff5a22;color:#fff;border:0;border-radius:24px;padding:12px 14px;font:inherit;font-size:14px;font-weight:700;cursor:pointer;margin:14px 0 8px}.cart-secondary{background:none;border:1px solid #bbb;border-radius:28px;padding:12px 18px;font:inherit;cursor:pointer;margin:12px 0}.cart-total{display:flex;justify-content:space-between;gap:20px;border-block:1px solid #ddd;padding:20px 0;margin:20px 0;font-size:20px}#cart-dialog{width:min(760px,94vw);max-height:90vh;overflow:auto;border:0;border-radius:20px;padding:40px;background:#faf9f6;color:#202020}#cart-dialog::backdrop{background:#0009}#cart-title{font-size:clamp(32px,6vw,52px);margin:18px 0}.cart-item{display:grid;grid-template-columns:90px 1fr;gap:20px;padding:22px 0;border-bottom:1px solid #ddd}.cart-item img{width:90px;border-radius:8px}.cart-item h3{margin:0 0 8px}.cart-item p,#purchase-summary{white-space:pre-line;font-size:14px;line-height:1.6}.cart-item input{width:95px}.cart-remove{background:none;border:0;text-decoration:underline;padding:10px 0;font:inherit;cursor:pointer}#purchase-form{display:grid;gap:14px}#purchase-result{margin-top:24px}#purchase-result .pill{white-space:normal}#open-cart{white-space:nowrap}@media(max-width:600px){header{flex-wrap:wrap}header nav{display:flex;order:3;width:100%;justify-content:space-between;gap:6px}header nav a{font-size:13px}#cart-dialog{padding:26px 18px}.cart-item{grid-template-columns:64px 1fr;gap:12px}.cart-item img{width:64px}.buy-product{font-size:13px;padding:11px 8px}}

.price-box{padding:18px;background:#fff1e9;border-left:4px solid #ff5a22;margin:16px 0;font-size:1rem;line-height:1.65;color:#171717}.cart-line-price{font-weight:700;color:#b73c11}.cart-total{gap:20px;flex-wrap:wrap}#personal-names{width:100%}

.transfer-box{margin:24px 0;padding:22px;background:#fff1e9;border-left:4px solid #ff5a22;color:#171717}.transfer-box dt{font-size:.875rem;margin-top:12px}.transfer-box dd{margin:3px 0 12px;font-weight:600;overflow-wrap:anywhere}#transfer-clabe{font-variant-numeric:tabular-nums;user-select:all}.transfer-box h3{font-size:1.3rem}

.card-colors{padding-top:12px}.card-colors>p{font-size:14px;margin-bottom:6px}.color-swatches{display:flex;flex-wrap:wrap;gap:2px}.color-swatch{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:7px;border:2px solid transparent;border-radius:50%;background:transparent}.color-dot{display:block;width:26px;height:26px;border:1px solid #0003;border-radius:50%;box-shadow:inset 0 0 0 1px #ffffff35}.color-swatch:hover{border-color:#999}.color-swatch[aria-pressed="true"]{border-color:var(--accent);background:#fff0e8}.detail-visual{min-width:0;background:#eee}.detail-visual>img{display:block;width:100%;height:auto;max-height:600px;object-fit:contain}#detail-colors{padding:18px;background:var(--paper)}.selected-color{font-size:16px;font-weight:600;margin:0 0 10px}.swatch-note{font-size:14px;color:#666;line-height:1.5;margin-bottom:0}@media(max-width:600px){.detail-visual>img{height:280px}.color-swatches{gap:0}.card-colors .color-swatch{width:36px;height:36px;padding:5px}.card-colors .color-dot{width:24px;height:24px}}

.service-ribbon{display:flex;align-items:stretch;margin-top:35px;background:var(--accent);position:relative;overflow:hidden;border-block:1px solid #19191918}.ribbon-signature{flex:0 0 225px;background:var(--ink);color:var(--paper);padding:25px 30px;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;gap:9px}.ribbon-signature>span{font-size:12px;letter-spacing:.18em;color:#ff926c}.ribbon-signature strong{font:500 24px/1.15 'Manrope',sans-serif;letter-spacing:-.04em}.ribbon-window{flex:1;min-width:0;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 35px,#000 calc(100% - 45px),transparent)}.ribbon-track{display:flex;width:max-content;animation:service-flow 38s linear infinite}.ribbon-group{display:flex;align-items:center;gap:18px;padding:22px 9px}.service-ticket{flex:none;padding:16px 25px;border:1px solid #19191955;border-radius:7px;min-width:210px;display:flex;flex-direction:column;gap:7px}.service-ticket span{font-size:12px;letter-spacing:.1em}.service-ticket strong{font:600 32px/1.1 'Manrope',sans-serif;letter-spacing:-.045em}.service-ticket:nth-child(3n+2){background:#191919;color:#fff;border-color:#191919}.service-ticket:nth-child(3n){background:#ffffff25}.ribbon-pause{align-self:center;margin:0 18px 0 8px;background:transparent;border:1px solid #19191970;border-radius:30px;padding:10px 15px;font-size:14px}.service-ribbon:hover .ribbon-track,.service-ribbon:focus-within .ribbon-track,.service-ribbon.is-paused .ribbon-track{animation-play-state:paused}@keyframes service-flow{to{transform:translateX(-50%)}}@media(max-width:600px){.ribbon-signature{flex-basis:125px;padding:20px 15px}.ribbon-signature strong{font-size:20px}.ribbon-signature>span{font-size:12px;letter-spacing:.07em}.service-ticket{min-width:185px;padding:14px 18px}.service-ticket strong{font-size:27px}.ribbon-pause{position:absolute;right:8px;bottom:4px;background:var(--accent);padding:3px 10px;margin:0;font-size:12px}.ribbon-group{padding-block:18px 30px}}@media(prefers-reduced-motion:reduce){.ribbon-track{animation:none}.ribbon-window{overflow-x:auto;mask-image:none}.ribbon-group[aria-hidden="true"],.ribbon-pause{display:none}}

.checkout-consent{display:flex;gap:12px;align-items:flex-start}.checkout-consent input{width:20px;height:20px;flex:none}.pill:disabled{opacity:.6;cursor:wait}#purchase-error{color:#a52020}.order-page{max-width:850px;margin:0 auto;padding:40px 24px}.order-page h1{font-size:clamp(32px,5vw,52px)}.order-summary{white-space:pre-line;overflow-wrap:anywhere}.order-status{background:#fff1e9;padding:18px;border-left:4px solid #ff5a22}.order-actions{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0}
