.product-page{background:#fff}.product-wrap{width:calc(100% - 2*var(--gutter));max-width:1280px;margin-inline:auto}.product-hero{background:#fcfaf7;overflow:hidden}.product-hero-grid{display:grid;grid-template-columns:.95fr 1.55fr;align-items:center;gap:20px;min-height:570px;padding-block:48px}.product-intro{position:relative;z-index:1}.product-intro h1{font-size:clamp(38px,3.6vw,50px);line-height:1.42;letter-spacing:-1.6px;font-weight:800;white-space:nowrap}.product-intro>p{font-size:16px;line-height:1.95;color:#62605b;margin-top:24px}.product-actions{display:flex;gap:16px;margin-top:38px}.product-actions .button{padding-inline:24px;font-size:15px;white-space:nowrap}.product-actions .outline{color:#363432;border-color:#aea9a3}.product-hero-image{border:0;padding:0;background:none;cursor:zoom-in;width:100%;transition:transform .3s}.product-hero-image img{width:100%;height:auto;mix-blend-mode:multiply}.product-hero-image:hover{transform:translateY(-4px)}
.product-tabs{position:sticky;top:var(--header);z-index:25;background:#ffffffed;backdrop-filter:blur(14px);border-block:1px solid #eae6e1}.product-tabs-inner{display:flex;align-items:stretch;justify-content:space-between;gap:20px;overflow-x:auto;scrollbar-width:none}.product-tabs-inner::-webkit-scrollbar{display:none}.product-tabs a{position:relative;display:flex;gap:10px;align-items:center;justify-content:center;min-height:66px;flex:1;white-space:nowrap;color:#74716d;font-size:15px}.product-tabs a img{width:21px;height:21px;opacity:.65}.product-tabs a::after{content:"";position:absolute;bottom:0;height:2px;left:0;right:0;background:var(--red);transform:scaleX(0);transition:transform .2s}.product-tabs a[aria-current],.product-tabs a:hover{color:var(--red)}.product-tabs a[aria-current]::after{transform:scaleX(1)}.product-tabs a[aria-current] img{opacity:1;filter:invert(16%) sepia(98%) saturate(5684%) hue-rotate(339deg) brightness(86%) contrast(114%)}
.product-section{padding:58px 0;scroll-margin-top:calc(var(--header) + 82px)}.product-section.tinted{background:#faf8f5}.product-grid{display:grid;grid-template-columns:365px minmax(0,1fr);gap:44px;align-items:center}.product-copy{align-self:stretch;padding-top:12px;display:flex;flex-direction:column}.product-page h2{font-size:29px;line-height:1.45;letter-spacing:-.8px;font-weight:750}.product-page h2>span{color:var(--red);margin-right:12px;font-weight:650}.product-description{font-size:15px;line-height:1.9;color:#76716b;margin-top:14px}.capabilities{list-style:none;padding:0;margin:30px 0 0;display:grid;gap:17px}.capabilities li{position:relative;padding-left:25px;color:#45413d;font-size:15px;line-height:1.55}.capabilities li::before{content:"";position:absolute;left:0;top:5px;width:14px;height:14px;background:url("check-circle.svg") center/contain no-repeat;filter:invert(16%) sepia(98%) saturate(5684%) hue-rotate(339deg) brightness(86%) contrast(114%)}.product-note{color:#8b8580;font-size:12px;line-height:1.9;margin-top:auto;padding-top:30px}.product-figure{min-width:0}.product-art{display:block;width:100%;border:0;padding:0;background:none;cursor:zoom-in}.product-art img{width:100%;height:auto;transition:transform .3s;mix-blend-mode:multiply}.product-art:hover img{transform:translateY(-4px)}.product-figure figcaption{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#8a847e;font-size:12px;padding:8px 12px 0}.product-figure figcaption span{white-space:nowrap}.capability-group{margin-top:26px}.capability-group h3{font-size:16px;font-weight:650}.capability-group .capabilities{margin-top:15px;gap:11px}.capability-group .capabilities li{font-size:14px}.product-delivery{padding:66px 0;scroll-margin-top:calc(var(--header) + 82px)}.delivery-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:56px;align-items:stretch}.delivery-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:32px}.delivery-steps img{width:28px;height:28px;margin-bottom:14px}.delivery-steps h3{font-size:14px;font-weight:650;line-height:1.6}.delivery-steps p{font-size:12px;line-height:1.8;color:#89837d;margin-top:8px}.product-close{border:1px solid #ece2da;background:#fcf6f2;padding:34px;text-align:center;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center}.product-close h2{font-size:28px;line-height:1.5}.product-close p{font-size:13px;color:#847a71;line-height:1.85;margin:15px 0 24px}.product-close .button{font-size:14px}.product-footer-main{grid-template-columns:1.7fr 1fr 1fr;gap:100px;padding-top:0}.product-page .site-footer{padding-top:50px}.product-page .footer-intro{max-width:320px}.product-page .viewer{width:min(1320px,calc(100vw - 32px))}.product-page .viewer-content{display:block;max-height:calc(100svh - 220px);overflow:auto;background:#fff}.product-page .viewer-content>img{width:100%;height:auto;max-height:none;object-fit:contain}.viewer-disclaimer{font-size:13px;color:#8b8580;margin-top:6px}.product-page .viewer-nav{justify-content:space-between}.product-page .viewer-nav button{display:flex;align-items:center;gap:8px}.product-intro{animation:product-enter .65s ease-out both}.product-hero-image{animation:product-enter .8s .08s ease-out both}@keyframes product-enter{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@media(max-width:1180px){.product-grid{grid-template-columns:300px minmax(0,1fr);gap:28px}.product-page h2{font-size:25px}.product-intro h1{font-size:40px}.product-intro>p{font-size:14px}.desktop-break{display:none}.product-actions{gap:12px}.product-actions .button{padding-inline:18px;font-size:13px}.product-hero-grid{min-height:510px}.product-footer-main{gap:50px}.delivery-grid{gap:32px}.delivery-steps{gap:18px}.product-close{padding:25px}}
@media(max-width:900px){.product-hero-grid{grid-template-columns:1fr;padding-block:36px 22px;gap:15px;min-height:0}.product-intro h1{font-size:44px}.product-intro>p{max-width:450px}.product-actions{margin-top:24px}.product-hero-image{max-width:700px;margin:auto}.product-grid{grid-template-columns:1fr;gap:24px}.product-copy{padding-top:0}.product-page h2{font-size:28px}.product-description br,.product-note br{display:none}.capabilities{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 25px;margin-top:22px}.product-note{margin-top:18px;padding-top:0}.capability-group{margin-top:24px}.product-section{padding-block:40px}.product-tabs a{font-size:13px;min-height:58px;gap:7px}.product-tabs a img{width:18px;height:18px}.product-tabs-inner{gap:18px}.delivery-grid{grid-template-columns:1fr}.product-delivery{padding:42px 0}.product-footer-main{grid-template-columns:1fr 1fr;gap:30px}.product-page .footer-brand-block{grid-column:1/-1}.product-page .footer-intro{max-width:540px}}
@media(max-width:640px){.product-hero-grid{padding-top:32px}.product-intro h1{font-size:clamp(28px,7.9vw,38px);letter-spacing:-1px;line-height:1.45}.product-intro>p{font-size:14px;line-height:1.9;margin-top:18px}.product-actions{gap:10px}.product-actions .button{min-height:44px;padding-inline:14px;font-size:13px}.product-actions .icon{width:18px;height:18px}.product-tabs-inner{width:100%;padding-inline:22px;justify-content:flex-start;gap:24px}.product-tabs a{flex:none;font-size:13px;min-height:52px}.product-tabs a img{display:none}.product-section,.product-delivery{scroll-margin-top:calc(var(--header) + 68px)}.product-page h2{font-size:24px;letter-spacing:-.6px}.product-page h2>span{margin-right:9px}.product-description{font-size:14px;margin-top:12px}.capabilities{gap:13px 15px}.capabilities li{font-size:13px;padding-left:22px}.product-section{padding:34px 0}.product-grid{gap:20px}.product-figure{margin-inline:-10px}.product-figure figcaption{font-size:10px;padding:8px 10px 0;gap:5px}.product-note{font-size:11px;line-height:1.8}.capability-group .capabilities li{font-size:13px}.delivery-steps{gap:18px;grid-template-columns:1fr;margin-top:26px}.delivery-steps>div{display:grid;grid-template-columns:28px 1fr;column-gap:14px}.delivery-steps img{grid-row:1/3;margin:0}.delivery-steps p{grid-column:2;margin-top:4px}.delivery-grid{gap:30px}.product-close{padding:30px 20px}.product-close h2{font-size:26px}.product-page .viewer{padding:18px}.product-page .viewer-content{max-height:calc(100svh - 210px)}.product-page .viewer-content>img{min-width:780px;max-width:none}.product-page .viewer-nav button{font-size:13px;gap:4px}.product-page .viewer-nav .icon{width:18px;height:18px}.product-page .viewer-counter{font-size:12px}.product-page .site-footer{padding-top:32px}}
@media(prefers-reduced-motion:reduce){.product-intro,.product-hero-image{animation:none}.product-art img,.product-hero-image{transition:none}}
