@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{color-scheme:dark;--bg:#090f16;--panel:#111c28;--line:#263441;--text:#f2f6fa;--muted:#a5b3c1;--ice:#9edfff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:radial-gradient(ellipse at 90% 10%,#17314455,transparent 30%),var(--bg);color:var(--text);font:16px/1.6 Manrope,Arial,sans-serif}button,input,select{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--ice);outline-offset:5px}button:disabled{opacity:.55;cursor:default}img{display:block;max-width:100%}.wrap{max-width:1200px;margin:auto;padding-left:28px;padding-right:28px}.ribbon{display:flex;justify-content:center;gap:80px;background:#152633;border-bottom:1px solid #324b60;color:#c2e5fa;padding:10px 20px;font-size:12px;font-weight:700;letter-spacing:1.2px}header{height:108px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:800;font-size:26px;display:flex;gap:12px;align-items:center;letter-spacing:2px}.brand:first-letter{color:var(--ice)}.brand small{display:block;font-size:10px;letter-spacing:2.3px;color:var(--muted)}nav{display:flex;gap:32px;font-size:14px;color:#c6d1da}.header-order{font-size:14px;border-bottom:1px solid #6b899f;padding-bottom:6px}.header-order span{margin-left:35px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding-top:12px}.hero-photo{position:relative;border-radius:4px;overflow:hidden}.hero-photo>img{width:100%;aspect-ratio:2/3;object-fit:cover}.photo-badge{position:absolute;top:22px;left:20px;padding:7px 10px;background:#0a1726b8;backdrop-filter:blur(10px);font-size:10px;letter-spacing:1.2px;border:1px solid #71889b66}.sale-badge{position:absolute;right:20px;top:20px;background:var(--ice);color:#0c1c28;font-weight:800;padding:11px;border-radius:50%;font-size:17px}.photo-caption{position:absolute;bottom:0;padding:40px 24px 20px;width:100%;display:flex;justify-content:space-between;background:linear-gradient(transparent,#050a10d9);font-size:14px}.eyebrow{color:var(--ice);letter-spacing:2.5px;font-size:11px;font-weight:800;margin:0 0 18px}h1{font-size:clamp(38px,4.6vw,61px);letter-spacing:-2.8px;line-height:1.12;margin:0 0 24px;font-weight:600}em{font-style:normal;color:var(--ice)}.intro{max-width:430px;color:var(--muted);line-height:1.8}.tags{display:flex;gap:8px;margin:22px 0 26px}.tags span{border:1px solid var(--line);border-radius:4px;padding:5px 10px;font-size:12px;color:#c6d2dd}.price{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.price strong{font-size:41px;letter-spacing:-1.5px;line-height:1.3}.price small{font-size:20px;letter-spacing:0}.price del{font-size:18px;color:#7d8d9d}.price b{font-size:12px;color:var(--ice);background:#173143;padding:4px 9px}.saving{color:var(--ice);font-size:13px;margin:5px 0 23px}.label{font-size:13px;color:var(--muted)}.label strong{color:white}.swatches{display:flex;gap:12px;margin-bottom:27px}.swatch{background:var(--swatch);width:30px;height:30px;border:2px solid #8096a355;border-radius:50%;padding:0}.swatch.active{outline:1px solid var(--ice);outline-offset:4px}.primary,.secondary{border-radius:4px;width:100%;padding:17px 20px;font-size:14px;font-weight:800;letter-spacing:.3px;min-height:52px}.primary{background:var(--ice);color:#0a2030;border:1px solid #c4edff;box-shadow:0 6px 24px #71c9ff12}.primary:hover{background:#c3ecff;box-shadow:0 4px 28px #71c9ff29}.primary span{float:right}.secondary{background:transparent;color:#e1edf5;border:1px solid #405669;margin-top:10px}.secondary:hover{background:#172838}.size-link{display:block;text-align:center;font-size:12px;text-decoration:underline;text-underline-offset:4px;color:var(--muted);margin-top:16px}.hero-notes{border-top:1px solid var(--line);padding-top:23px;margin-top:27px;display:flex;justify-content:space-between;font-size:11px;color:#b4c5d0}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px;margin-bottom:100px}.benefits article{border-top:1px solid var(--line);padding-top:20px}.benefits article>span{font-size:10px;color:var(--ice);letter-spacing:1.5px}h3{font-size:20px;letter-spacing:-.4px;line-height:1.4;margin:12px 0 10px}p{color:var(--muted)}.benefits p,.steps p{font-size:14px;margin:0}.section{margin-top:100px;margin-bottom:100px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:32px;gap:20px}.section-head p:last-child{font-size:14px;margin-bottom:0}h2{font-size:40px;line-height:1.15;letter-spacing:-1.5px;margin:0;font-weight:600}.catalog{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 22px}.product{position:relative}.product img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:4px}.product:nth-child(1){grid-column:auto}.product:nth-child(1) img{aspect-ratio:3/4;object-position:center}.product .product-price{position:absolute;top:14px;right:14px;background:#0a1421db;border:1px solid #586f7d;font-size:13px;padding:4px 9px}.product-info{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.product h3{font-size:17px;margin:0}.product button{background:none;border:0;color:var(--ice);font-size:13px;padding:8px}.product button:hover{text-decoration:underline}.calculator{border:1px solid #314b5f;background:linear-gradient(120deg,#152638,#111c26);padding:27px;margin-bottom:20px;display:grid;grid-template-columns:1fr 1.25fr;gap:20px}.calculator h3{margin-top:0}.calculator p{font-size:13px;margin:0}.calculator form{display:flex;gap:12px;align-items:end}.calculator label{flex:1;min-width:0}.calculator button{width:auto}.calculator #size-result{grid-column:1/-1;color:var(--ice);font-size:16px}.table-scroll{overflow:auto;border:1px solid var(--line);border-radius:4px}table{width:100%;border-collapse:collapse;font-size:16px;text-align:center}caption{text-align:left;padding:16px 24px;background:#162534;font-weight:700}th{font-size:12px;font-weight:500;color:#a4bbce;background:#101d29;padding:18px 14px;white-space:nowrap}td{padding:19px 14px;border-top:1px solid var(--line)}td:first-child{font-size:20px;font-weight:800;color:var(--ice)}tr:nth-child(even){background:#121d27}tr.highlight{background:#21415a}.table-note{font-size:12px}.fine{font-size:12px;line-height:1.6;color:#8da1b3}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.steps b{font-size:36px;color:#5c829e;font-weight:400}.faq{margin-top:50px;border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:22px 0}summary{cursor:pointer;font-size:16px;list-style:none;display:flex;justify-content:space-between}summary:after{content:'+';color:var(--ice);font-size:22px}details[open] summary:after{content:'−'}details p{font-size:14px;max-width:850px}.order-section{display:grid;grid-template-columns:1fr 1fr;gap:75px;border-top:1px solid var(--line);padding-top:60px}.order-section>div>img{width:240px;height:260px;object-fit:cover;border-radius:4px;margin-top:30px}.order-section h2{font-size:50px}.order-section form{background:#111d28;border:1px solid #2d4253;padding:30px;border-radius:6px}.order-section form h3{font-size:24px;margin-top:0}.order-section .price{margin:20px 0 28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:block;font-size:13px;color:#bfcdda;margin-bottom:17px}input,select{width:100%;display:block;background:#0d1620;border:1px solid #344959;border-radius:4px;color:white;padding:13px 12px;margin-top:7px;min-height:48px}input:focus,select:focus{outline:1px solid var(--ice);border-color:var(--ice)}.total{display:flex;justify-content:space-between;margin-top:24px;align-items:center}.total span{font-size:13px}.total strong{font-size:25px}.text-button{background:none;border:0;padding:0;color:var(--ice);font-size:12px;text-decoration:underline}.honey{display:none!important}footer{padding-top:30px;padding-bottom:40px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line)}footer>span,footer>a:last-child{font-size:12px;color:var(--muted)}.sticky-buy{position:fixed;bottom:0;left:0;width:100%;background:#0b1727ed;backdrop-filter:blur(16px);border-top:1px solid #3e5f78;display:none;justify-content:space-between;align-items:center;padding:10px 20px;z-index:5}.sticky-buy del{display:block;font-size:11px;color:var(--muted)}.sticky-buy strong{font-size:20px}.sticky-buy button{width:56%;padding:12px}.sticky-buy.visible{display:flex}dialog{width:min(470px,calc(100% - 24px));max-height:90dvh;overflow:auto;background:#111e2b;color:var(--text);border:1px solid #527389;border-radius:10px;padding:32px;box-shadow:0 0 100px #53b9ff16}dialog::backdrop{background:#030a13cb;backdrop-filter:blur(5px)}dialog h2{font-size:30px}dialog p{font-size:14px}.close{position:absolute;right:12px;top:10px;background:none;border:0;color:#b5c6d3;font-size:28px;line-height:1;width:32px;height:32px}@media(min-width:800px){.sticky-buy.visible{display:none}}@media(max-width:900px){.hero{gap:28px}h1{font-size:43px}.hero-notes{gap:15px;flex-wrap:wrap}.calculator{grid-template-columns:1fr}.order-section{gap:30px}.ribbon{gap:30px}}@media(max-width:820px){.wrap{padding-left:20px;padding-right:20px}.ribbon{gap:18px;font-size:8px;padding:10px 8px;letter-spacing:.3px;white-space:nowrap}header{height:78px}.brand{font-size:22px}.brand small{font-size:8px}nav{display:none}.header-order{font-size:12px}.header-order span{margin-left:15px}.hero{display:flex;flex-direction:column;gap:27px;padding-top:0}.hero-photo{width:100%}.hero-photo>img{aspect-ratio:4/5;object-position:center 44%}.photo-badge{top:15px;left:15px;font-size:8px}.sale-badge{top:14px;right:14px;font-size:16px}.hero-copy{width:100%}h1{font-size:42px;letter-spacing:-1.8px;margin-bottom:17px}.eyebrow{font-size:10px;letter-spacing:1.7px;margin-bottom:14px}.intro{font-size:14px}.tags{margin:18px 0}.price strong{font-size:39px}.hero-notes{font-size:11px}.benefits{grid-template-columns:1fr;gap:24px;margin:40px auto 60px}.benefits article{display:grid;grid-template-columns:1fr 1.2fr;gap:8px 20px}.benefits article>span{grid-column:1/-1}.benefits h3{margin:0;font-size:17px}.benefits p{font-size:12px}.section{margin-top:60px;margin-bottom:60px}.section-head{display:block;margin-bottom:24px}.section-head>p{font-size:13px}.section-head>p br{display:none}h2{font-size:32px;letter-spacing:-1px}.catalog{grid-template-columns:1fr 1fr;gap:24px 12px}.product:nth-child(1){grid-column:auto}.product:nth-child(1) img{aspect-ratio:3/4}.product img{aspect-ratio:3/4}.product-info{display:block}.product h3{font-size:14px}.product button{padding:4px 0;font-size:12px}.product .product-price{top:9px;right:9px;font-size:11px}.calculator{padding:20px;gap:10px}.calculator form{flex-wrap:wrap;gap:10px}.calculator button{width:100%}.calculator label{flex-basis:40%;margin-bottom:0}.calculator h3{font-size:18px}.calculator p{font-size:12px}th{padding:12px 10px;font-size:11px}td{padding:14px 10px;font-size:14px}caption{font-size:14px}.steps{grid-template-columns:1fr 1fr;gap:25px}.steps h3{font-size:17px}.steps p{font-size:12px}.steps b{font-size:28px}.faq{margin-top:30px}summary{font-size:14px;gap:20px}.order-section{grid-template-columns:1fr;padding-top:35px;gap:30px}.order-section>div>img{display:none}.order-section h2{font-size:38px}.order-section form{padding:22px}.order-section .price{gap:12px}.order-section .price strong{font-size:32px}.order-section .price del{font-size:15px}footer{flex-wrap:wrap;gap:20px;padding-bottom:120px}footer .brand{font-size:20px}dialog{padding:28px 22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Responsive product layout: compact images and no intrinsic grid overflow. */
html,body{width:100%;max-width:100%}main,section,article,form,.hero-copy,.calculator>*,.order-section>*,.form-grid>*{min-width:0}.wrap{width:100%;max-width:1120px}.brand{font-size:18px;letter-spacing:1px}.brand small{font-size:10px;letter-spacing:1.5px}.hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px}.hero-photo{width:100%;max-width:455px;justify-self:center}.hero-photo>img{max-height:610px;object-fit:cover}.catalog{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 18px}.product:nth-child(1){grid-column:auto}.product img,.product:nth-child(1) img{height:auto;aspect-ratio:3/4;object-fit:cover}.product-info{display:block}.product h3{font-size:16px}.product button{display:block;padding:10px 0;min-height:44px;font-size:14px}.product .product-price{font-size:12px;padding:4px 7px;right:8px;top:8px}.table-scroll{width:100%;max-width:100%;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.table-mobile-hint{display:none}.hero-copy .primary{letter-spacing:0}.order-section{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}input,select{font-size:16px;max-width:100%}.swatch{width:34px;height:34px}.swatches{padding:6px 4px;flex-wrap:wrap}.section{scroll-margin-top:16px}footer .brand{font-size:16px}.table-note{overflow-wrap:anywhere}.table-mobile-hint{font-size:13px;color:var(--ice)}
@media(max-width:820px){
.wrap{max-width:540px;padding-left:16px;padding-right:16px}.ribbon{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;white-space:normal;text-align:center;font-size:9px;letter-spacing:0;padding:8px 6px;line-height:1.45;align-items:center}header{height:66px;gap:12px}.brand{font-size:14px;letter-spacing:.5px}.brand small{font-size:9px;letter-spacing:1px}.header-order{font-size:13px;white-space:nowrap}.header-order span{margin-left:10px}.hero{display:flex;gap:20px}.hero-photo{max-width:none;margin:auto}.hero-photo>img{height:auto;max-height:440px;aspect-ratio:1/1;object-fit:cover;object-position:center 42%}.photo-caption{padding:28px 16px 12px}.photo-badge{font-size:9px}.hero-copy .eyebrow{font-size:10px;letter-spacing:1px;margin-bottom:10px}h1{font-size:clamp(28px,7.5vw,38px);letter-spacing:-1px;line-height:1.15;margin-bottom:12px}.intro{font-size:16px;line-height:1.6;margin:12px 0}.tags span{font-size:12px}.tags{margin:16px 0;flex-wrap:wrap}.price{gap:12px}.price strong{font-size:36px}.price del{font-size:16px}.saving{font-size:14px;margin-bottom:16px}.label{font-size:14px}.swatches{gap:12px;margin-bottom:18px}.swatch{width:34px;height:34px}.primary,.secondary{font-size:14px;padding:15px 12px;min-height:50px}.size-link{font-size:14px;line-height:1.5}.hero-notes{margin-top:20px;padding-top:16px;gap:12px;font-size:12px}.benefits{gap:20px;margin-top:32px;margin-bottom:42px}.benefits article{grid-template-columns:1fr}.benefits article>span{font-size:11px}.benefits h3{font-size:18px}.benefits p{font-size:14px}.section{margin-top:42px;margin-bottom:42px}.section-head{margin-bottom:20px}h2{font-size:29px;line-height:1.2}.section-head>p{font-size:14px}.catalog{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.product:nth-child(1){grid-column:auto}.product img,.product:nth-child(1) img{height:auto;aspect-ratio:3/4;max-height:none}.product .product-price{font-size:11px;top:7px;right:7px;padding:3px 5px}.product h3{font-size:15px}.product button{font-size:14px;padding:7px 0;min-height:44px}.calculator{padding:16px;grid-template-columns:minmax(0,1fr)}.calculator p{font-size:14px}.calculator form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.calculator button{grid-column:1/-1}.calculator label{font-size:14px}.calculator #size-result{font-size:14px;line-height:1.6}.table-mobile-hint{display:block}.table-scroll table{min-width:620px}th{font-size:12px}td{font-size:15px}.table-note{font-size:12px;line-height:1.6}.steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 16px}.steps p{font-size:14px}.steps h3{font-size:17px}summary{font-size:16px}details p{font-size:14px}.order-section{display:block;padding-top:30px}.order-section>div{margin-bottom:24px}.order-section h2{font-size:31px}.order-section form{padding:18px}.order-section form h3{font-size:23px}.order-section .price{gap:10px}.order-section .price strong{font-size:32px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}label{font-size:14px}input,select{font-size:16px;padding:12px 10px}.total{gap:12px}.total span{font-size:14px}.total strong{font-size:24px;white-space:nowrap}.fine{font-size:12px}.sticky-buy.visible{display:flex}.sticky-buy{padding:10px 16px calc(10px + env(safe-area-inset-bottom));gap:16px}.sticky-buy button{width:60%;max-width:280px}.sticky-buy>div{white-space:nowrap}footer{padding-bottom:calc(110px + env(safe-area-inset-bottom));gap:14px}footer .brand{font-size:14px}footer>a:last-child{font-size:14px}dialog{max-width:calc(100vw - 24px);padding:26px 18px}
}
@media(max-width:350px){.brand{font-size:12px}.swatches{gap:10px}.swatch{width:30px;height:30px}.product .product-price{font-size:10px}.order-section .price{gap:8px}.order-section .price strong{font-size:28px}.order-section .price del{font-size:14px}.total strong{font-size:22px}}

.sale-strip{display:flex;gap:20px;align-items:center;justify-content:center;background:linear-gradient(90deg,#142736,#244c67,#142736);border-top:1px solid #507f9e;border-bottom:1px solid #507f9e;padding:12px 16px;margin:0 0 24px;font-size:14px;letter-spacing:1px;color:#d5f0ff}.sale-strip strong{background:var(--ice);color:#102c40;padding:3px 12px;border-radius:3px;font-size:18px}.sale-strip span{font-size:14px;letter-spacing:0}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid #bfe7ff;background:#0a1b2edb;color:white;display:grid;place-items:center;font-size:32px;line-height:1;z-index:2}.gallery-arrow:hover{background:#315e7b}.gallery-arrow.prev{left:12px}.gallery-arrow.next{right:12px}.gallery-pause{position:absolute;bottom:64px;right:12px;width:36px;height:36px;border-radius:50%;border:1px solid #c0e2f3;background:#0a1b2edb;color:white;font-size:16px;z-index:2}.spec-table{margin:0;border:1px solid #365469;background:#111f2c;border-radius:6px;overflow:hidden}.spec-table>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:24px;padding:16px 24px;border-bottom:1px solid #2b4052}.spec-table>div:last-child{border:0}.spec-table dt{color:#a8bfd1;font-size:14px}.spec-table dd{margin:0;text-align:right;font-size:16px;font-weight:600}.specifications{max-width:850px}.sticky-product{display:flex;align-items:center;gap:14px}.sticky-product img{width:48px;height:56px;object-fit:cover;border-radius:3px}.sticky-name{display:block;font-size:13px;color:#cae0ee}.sticky-product del{display:inline-block;margin-right:10px}.sticky-product strong{display:inline-block}.sticky-buy.visible{display:flex}.sticky-buy{padding-left:max(24px,calc((100vw - 1064px)/2));padding-right:max(24px,calc((100vw - 1064px)/2));gap:30px}.sticky-buy>.primary{width:240px}footer{padding-bottom:130px}body{padding-bottom:0}#hero-image{touch-action:pan-y}
@media(max-width:820px){.sale-strip{gap:10px;font-size:11px;letter-spacing:.2px;margin-bottom:18px;padding:10px 8px}.sale-strip strong{font-size:15px;padding:3px 8px}.sale-strip span{font-size:12px}.spec-table>div{gap:12px;padding:14px}.spec-table dt{font-size:13px}.spec-table dd{font-size:14px}.sticky-buy{padding:10px 16px calc(10px + env(safe-area-inset-bottom));gap:16px}.sticky-product img,.sticky-name{display:none}.sticky-product del{display:block}.sticky-buy>.primary{width:56%}.sticky-product strong{font-size:20px}.gallery-arrow{width:42px;height:42px}.gallery-pause{bottom:52px}footer{padding-bottom:calc(110px + env(safe-area-inset-bottom))}}

.shipping-terms{margin-top:38px;scroll-margin-top:24px}.shipping-terms>h3{font-size:26px;margin-bottom:20px}.shipping-terms>p{font-size:14px;line-height:1.7}.shipping-terms a{color:var(--ice);text-decoration:underline;text-underline-offset:4px}.terms-link{font-size:14px}.footer-links{display:flex;gap:16px;flex-wrap:wrap}.footer-links a{font-size:13px;color:var(--ice)}footer{flex-wrap:wrap;gap:20px}@media(max-width:820px){.shipping-terms .spec-table>div{grid-template-columns:minmax(0,1fr)}.shipping-terms .spec-table dd{text-align:left}.shipping-terms>h3{font-size:23px}.footer-links{width:100%;gap:14px}.footer-links a{font-size:14px}}

#order-form>.form-grid{grid-template-columns:minmax(0,1fr)}.size-choice{border:0;padding:0;margin:0 0 20px;min-width:0}.size-choice legend{font-size:14px;color:#bfcdda;padding:0;margin-bottom:10px}.size-buttons{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.size-option{position:relative;display:block;margin:0;cursor:pointer}.size-option input{position:absolute;opacity:0;width:1px;height:1px;min-height:0;padding:0;margin:0}.size-option span{display:grid;place-items:center;min-height:46px;border:1px solid #496378;border-radius:4px;font-size:14px;font-weight:700;background:#0d1925;color:#e6f0f7;padding:8px 4px}.size-option:hover span{border-color:var(--ice)}.size-option input:checked+span{background:var(--ice);border-color:var(--ice);color:#102a3d}.size-option input:focus-visible+span{outline:3px solid white;outline-offset:3px}.size-help{grid-column:1/-1}.size-help span{font-weight:500}.purchase-reassurance{display:flex;flex-wrap:wrap;gap:5px 13px;margin:15px 0 12px;color:#c6dfef;font-size:12px;line-height:1.6}.purchase-reassurance span::before{content:'✓ ';color:var(--ice)}@media(max-width:380px){.size-buttons{grid-template-columns:repeat(3,minmax(0,1fr))}.purchase-reassurance{display:grid;grid-template-columns:1fr;gap:3px}}

/* Comparison controls appear only on the owner's comparison links. */
.design-comparison{display:none;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 16px;background:#172737;color:#e5f3ff;border-bottom:1px solid #3c5870;font-size:13px}.design-comparison>span{margin-right:8px;color:#b8cadd}.design-comparison a{padding:8px 14px;border:1px solid #57758b;border-radius:5px;min-height:40px;display:flex;align-items:center}html[data-compare="true"] .design-comparison{display:flex}html[data-theme="dark"] [data-design="dark"],html[data-theme="mixed"] [data-design="mixed"]{background:#a6e1ff;color:#102b40;border-color:#a6e1ff;font-weight:700}
html[data-theme="mixed"] .light-content{display:flow-root;background:#f0f4f8;color:#152b3e;color-scheme:light;border-top:1px solid #d8e2eb;border-bottom:1px solid #d8e2eb;--ice:#135b94;--line:#cdd9e4;--muted:#4e6477;--text:#152b3e;--panel:#fff;--bg:#f0f4f8}
html[data-theme="mixed"] .light-content .eyebrow{color:#24618e}html[data-theme="mixed"] .light-content h2,html[data-theme="mixed"] .light-content h3{color:#142e43}html[data-theme="mixed"] .light-content .section-head>p{color:#4e6477}html[data-theme="mixed"] .light-content .fine{color:#526b7d}
html[data-theme="mixed"] .spec-table{background:#fff;border-color:#c9d7e3;box-shadow:0 8px 28px #153f6010}html[data-theme="mixed"] .spec-table>div{border-color:#dbe4ec}html[data-theme="mixed"] .spec-table>div:nth-child(even){background:#e9f0f6}html[data-theme="mixed"] .spec-table dt{color:#536a7d}html[data-theme="mixed"] .spec-table dd{color:#19374e}
html[data-theme="mixed"] .light-content .product{background:#fff;border:1px solid #d6e0e9;border-radius:7px;overflow:hidden;box-shadow:0 6px 20px #17364d08}html[data-theme="mixed"] .light-content .product img{border-radius:0}html[data-theme="mixed"] .light-content .product-info{margin:0;padding:13px 14px}html[data-theme="mixed"] .light-content .product h3{color:#18354b}html[data-theme="mixed"] .light-content .product button{color:#fff;background:#175d91;border:1px solid #175d91;border-radius:4px;width:100%;margin-top:10px;padding:10px;font-weight:700;font-size:13px}html[data-theme="mixed"] .light-content .product button:hover{background:#104b78;text-decoration:none}html[data-theme="mixed"] .light-content .product-price{color:#e5f4ff;background:#102b43ec;border-color:#8da8bc}
html[data-theme="mixed"] .light-content .calculator{background:#e2edf5;border-color:#b8d0e1}html[data-theme="mixed"] .light-content input{background:#fff;color:#142e43;border-color:#adc4d5}html[data-theme="mixed"] .light-content input::placeholder{color:#718493}html[data-theme="mixed"] .light-content label{color:#344f65}html[data-theme="mixed"] .light-content .primary{background:#175d91;color:white;border-color:#175d91;box-shadow:0 5px 15px #175d9118}html[data-theme="mixed"] .light-content .primary:hover{background:#104b78}html[data-theme="mixed"] .light-content #size-result{color:#154f7a}
html[data-theme="mixed"] .table-scroll{background:#fff;border-color:#c9d7e3}html[data-theme="mixed"] caption{background:#dce9f3;color:#17384f}html[data-theme="mixed"] th{background:#e7eff6;color:#3c5b73}html[data-theme="mixed"] td{color:#243f54;border-color:#d6e1e9}html[data-theme="mixed"] td:first-child{color:#15588a}html[data-theme="mixed"] tr:nth-child(even){background:#eff4f8}html[data-theme="mixed"] tr.highlight{background:#c8e4f7}html[data-theme="mixed"] .table-mobile-hint{color:#245d85}
html[data-theme="mixed"] .light-content .steps b{color:#41789e}html[data-theme="mixed"] .light-content .faq,html[data-theme="mixed"] .light-content details{border-color:#cbd9e4}html[data-theme="mixed"] .light-content summary{color:#1b384e}html[data-theme="mixed"] .light-content summary:after{color:#175d91}html[data-theme="mixed"] .light-content .shipping-terms a{color:#125b91}html[data-theme="mixed"] .order-section{border-top:0}
@media(max-width:820px){.design-comparison{gap:8px;font-size:12px}.design-comparison>span{width:100%;text-align:center;margin:0}.design-comparison a{padding:7px 13px}html[data-theme="mixed"] .light-content .product-info{padding:11px 9px}html[data-theme="mixed"] .light-content .product button{font-size:12px;padding:9px 4px}html[data-theme="mixed"] .light-content .section:first-child{margin-top:36px}}
