/*
Theme Name: TRIMIX Ocean
Description: TRIMIX's ocean-inspired storefront. Built for WordPress and WooCommerce.
Version: 1.0.0
Author: TRIMIX
Text Domain: trimix-ocean
*/
:root{--navy:#071f2d;--ink:#0a2635;--gold:#f6ca53;--teal:#147d92;--ice:#f2f6f7;--muted:#526570;--line:#dce5e9;--max:1320px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,summary{touch-action:manipulation}img{max-width:100%;height:auto;display:block}button{cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid var(--teal);outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.045em;line-height:1.07}h2{font-size:clamp(32px,4vw,52px)}h3{font-size:clamp(24px,2.1vw,31px)}svg{width:23px;height:23px;flex:none}.skip-link{position:fixed;left:20px;top:-80px;padding:12px 20px;z-index:100;background:var(--gold)}.skip-link:focus{top:10px}.launch-note{font-size:13px;text-align:center;background:#eff4f5;color:#405a69;padding:8px 18px;line-height:1.5}.launch-note span{margin-left:4px}.site-header{position:relative;background:var(--navy);color:#fff;z-index:20}.nav-wrap{max-width:var(--max);padding:26px 36px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:40px}.brand{display:inline-flex;flex:none}.brand img{object-fit:contain}.desktop-nav{display:flex;gap:32px;align-items:center;margin-left:auto;margin-right:auto;font-size:14px;font-weight:600}.desktop-nav a:hover,.site-footer a:hover{color:var(--gold)}.nav-tools{display:flex;gap:23px;align-items:center}.icon-link{padding:4px;display:flex}.icon-link svg{width:24px;height:24px}.menu-toggle{display:none;background:none;border:0;color:#fff;width:36px;height:36px;padding:7px}.menu-toggle span{height:2px;width:22px;display:block;background:currentColor;margin:6px 0}.mobile-nav{padding:12px 24px 26px;border-top:1px solid #ffffff20}.mobile-nav a{display:block;padding:10px 0}.mobile-nav[hidden]{display:none!important}.hero{background:var(--navy);color:white;position:relative;isolation:isolate;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#021c2bd9 0%,#021c2b55 46%,transparent 75%);z-index:-1}.hero-inner{max-width:var(--max);padding:40px 36px;min-height:590px;margin:auto;display:grid;grid-template-columns:1.12fr 1fr;align-items:center;gap:0}.hero-copy{position:relative;z-index:2;padding:32px 0}.eyebrow{text-transform:uppercase;font-size:12px;line-height:1.6;letter-spacing:.22em;font-weight:600;color:var(--teal);margin-bottom:20px}.eyebrow.light{color:#d8e7ee}.hero h1{font-size:clamp(56px,6.4vw,90px);letter-spacing:-.055em;line-height:.98;margin-bottom:26px}.hero-description{font-size:19px;line-height:1.55;color:#e6f0f5;margin-bottom:32px}.hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.button{min-height:48px;padding:14px 23px;display:inline-flex;align-items:center;justify-content:center;gap:23px;border-radius:4px;font-size:14px;font-weight:700;line-height:1.4;transition:background .18s,transform .18s}.button:hover{transform:translateY(-2px)}.button.gold{background:var(--gold);color:#071f2d}.button.gold:hover{background:#ffda78}.button.navy{background:var(--navy);color:white}.button.navy:hover{background:#174758}.button.outline{border:1px solid #c0d4df;color:#fff;background:transparent}.button.outline:hover{background:#ffffff15}.text-link{display:inline-block;font-size:14px;font-weight:600;border-bottom:1px solid currentColor;padding:7px 0}.light-link{color:white}.hero-product{width:100%;align-self:end;position:relative;transform:translate(12px,15px)}.hero-product img{width:100%;max-height:540px;object-fit:contain;filter:drop-shadow(10px 15px 14px #0005)}.category-strip{display:grid;grid-template-columns:repeat(3,1fr);max-width:var(--max);margin:auto;padding:24px 36px;border-bottom:1px solid var(--line);font-weight:600;font-size:14px}.category-strip a{text-align:center;border-right:1px solid var(--line);padding:0 12px}.category-strip a:last-child{border:0}.category-strip span{display:none}.category-strip a:hover{color:var(--teal)}.section-wrap{max-width:var(--max);margin:auto;padding-left:36px;padding-right:36px}.collection{padding-top:72px;padding-bottom:80px}.section-heading{text-align:center;margin-bottom:36px}.section-heading h2{margin-bottom:12px}.section-heading>p:last-child{color:var(--muted);font-size:18px}.section-heading .eyebrow{margin-bottom:12px}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product-card{display:grid;grid-template-columns:47% 53%;background:var(--ice);border-radius:7px;overflow:hidden;align-items:center;min-height:300px;transition:box-shadow .2s}.product-card:hover{box-shadow:0 7px 30px #173b4714}.card-image{padding:8px}.card-image img{width:100%;mix-blend-mode:multiply}.card-copy{padding:30px 24px 30px 5px}.card-copy .eyebrow{font-size:11px;margin-bottom:15px}.card-copy h3{margin-bottom:13px;letter-spacing:-.035em}.card-copy p{font-size:14px;line-height:1.6;color:var(--muted);margin-bottom:21px}.card-copy .button{padding:12px 16px;gap:15px;min-height:44px}.guide-banner{display:grid;grid-template-columns:1fr 1fr;background:var(--navy);color:white;min-height:330px}.guide-image{background-image:linear-gradient(90deg,transparent 60%,var(--navy)),url('assets/ocean.webp');background-position:center 80%;background-size:cover}.guide-copy{max-width:640px;padding:48px 60px}.guide-copy h2{font-size:42px;margin-bottom:18px}.guide-copy .eyebrow{margin-bottom:15px}.guide-copy>p:not(.eyebrow){color:#c1d1db;margin-bottom:24px}.site-footer{background:#051b27;color:#c4d5df}.footer-inner{max-width:var(--max);margin:auto;display:flex;align-items:center;gap:45px;padding:36px}.footer-inner>p{margin:0;font-size:13px;letter-spacing:.05em}.footer-inner nav{margin-left:auto;display:flex;gap:28px;font-size:13px}.footer-bottom{max-width:calc(var(--max) - 72px);margin:auto;border-top:1px solid #ffffff15;padding:19px 0 24px;display:flex;justify-content:space-between;font-size:12px;color:#90a7b4}.page-main,.commerce-main{min-height:65vh;padding-top:65px;padding-bottom:90px}.page-intro{padding:10px 0 45px;max-width:950px}.page-intro h1{font-size:clamp(40px,5.2vw,70px);margin-bottom:20px}.page-intro>p:last-child{color:var(--muted);font-size:19px}.page-intro .eyebrow{margin-bottom:15px}.page-intro.compact{padding-bottom:20px}.page-content{max-width:1050px}.page-content a:not(.button){text-decoration:underline;text-underline-offset:3px}.page-content input,.page-content textarea,.page-content select{border:1px solid #a7bac5;border-radius:4px;padding:12px;background:#fff;color:var(--ink);max-width:100%}.catalog-notice{background:var(--ice);border-left:3px solid var(--gold);padding:17px 22px;margin:0 0 46px;font-size:14px;color:var(--muted)}.catalog-row{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding:25px 0 65px;scroll-margin-top:30px}.catalog-image{background:var(--ice);border-radius:7px;overflow:hidden}.catalog-image img{width:100%;mix-blend-mode:multiply}.catalog-copy h2{font-size:clamp(32px,4vw,50px);margin-bottom:24px}.catalog-copy p{color:var(--muted);max-width:490px}.catalog-copy dl{margin:28px 0;max-width:470px;font-size:14px}.catalog-copy dl>div{display:flex;justify-content:space-between;gap:25px;padding:10px 0;border-bottom:1px solid var(--line)}.catalog-copy dt{color:var(--muted)}.catalog-copy dd{margin:0;text-align:right}.catalog-row.reverse .catalog-image{order:2}.accessory-panel{background:var(--ice);padding:40px;display:flex;gap:50px;justify-content:space-between;align-items:center;border-radius:7px}.accessory-panel h2{font-size:35px}.accessory-panel p:last-child{max-width:680px;color:var(--muted);margin:0}.accessory-panel .button{flex:none}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.story-grid>img{width:100%;height:540px;object-fit:cover;border-radius:6px}.story-grid p:not(.eyebrow){color:var(--muted)}.story-grid h2{font-size:46px}.story-grid .button{margin-top:15px}.support-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;padding:25px 0}.support-intro h2{font-size:35px}.support-intro p{color:var(--muted)}.faq-list details{border-top:1px solid var(--line);padding:23px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{font-weight:600;cursor:pointer;line-height:1.5;padding-right:12px}.faq-list p{color:var(--muted);margin:18px 0 0;font-size:15px}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{display:inline-flex;align-items:center;justify-content:center;gap:18px;line-height:1.4;background:var(--gold);color:var(--navy);border-radius:4px;padding:14px 24px;font-weight:700}.woocommerce form .form-row input.input-text{border:1px solid #a7bac5;padding:12px;border-radius:4px}.woocommerce-info,.woocommerce-message{border-top-color:var(--teal);background:var(--ice);color:var(--ink)}.woocommerce-info::before,.woocommerce-message::before{color:var(--teal)}.woocommerce form.login,.woocommerce form.register{border-color:var(--line);padding:28px}.woocommerce-account .woocommerce-MyAccount-navigation li{list-style:none;border-bottom:1px solid var(--line);padding:10px}.woocommerce-account .woocommerce-MyAccount-navigation ul{padding:0}.woocommerce-MyAccount-content a{text-decoration:underline}.woocommerce ul.products li.product .price{color:var(--teal)}.woocommerce ul.products li.product h2{letter-spacing:-.02em}.woocommerce ul.products li.product a img{border-radius:6px}.woocommerce .quantity .qty{min-height:44px}.woocommerce-cart .page-content,.woocommerce-checkout .page-content{max-width:none}.wc-block-components-button:not(.is-link){border-radius:4px;background:var(--gold);color:var(--navy)}
@media(min-width:1600px){.hero-inner{min-height:640px}.hero-product img{max-height:600px}}
@media(max-width:1100px){.nav-wrap{gap:24px}.desktop-nav{gap:22px}.hero-inner{min-height:530px}.hero h1{font-size:68px}.hero-description{font-size:17px}.product-card{grid-template-columns:44% 56%}.card-copy{padding:24px 16px 24px 4px}.card-copy h3{font-size:24px}.catalog-row{gap:40px}.support-layout{gap:45px}.footer-inner{gap:25px}}
@media(max-width:860px){.desktop-nav{display:none}.menu-toggle{display:block}.nav-wrap{padding:20px 24px}.brand img{width:155px;height:auto}.hero-inner{padding:28px 24px;min-height:480px;grid-template-columns:1.15fr 1fr}.hero h1{font-size:54px}.hero-product{transform:translate(0,0)}.hero-actions{gap:14px}.hero-description{font-size:16px}.button{padding:13px 18px}.collection-grid{gap:18px}.product-card{display:flex;flex-direction:column;align-items:stretch}.card-image{height:225px;padding:12px}.card-image img{height:100%;object-fit:contain}.card-copy{padding:15px 25px 27px}.guide-copy{padding:40px 28px}.guide-copy h2{font-size:35px}.section-wrap{padding-left:24px;padding-right:24px}.footer-inner{flex-wrap:wrap;padding:30px 24px}.footer-inner nav{width:100%;margin-left:0}.footer-bottom{margin:0 24px}.catalog-row{gap:28px}.catalog-copy h2{font-size:35px}.accessory-panel{padding:28px;display:block}.accessory-panel .button{margin-top:25px}.story-grid{gap:30px}.story-grid>img{height:460px}.story-grid h2{font-size:36px}}
@media(max-width:600px){html{scroll-padding-top:25px}.launch-note{font-size:11px;padding:7px 12px}.launch-note span{display:block}.nav-wrap{padding:18px 20px;gap:20px}.nav-tools{gap:16px}.brand img{width:139px}.account-link{display:none}.hero-inner{min-height:0;display:flex;flex-direction:column;align-items:stretch;padding:0 22px}.hero-bg{object-position:65% center}.hero:after{background:linear-gradient(180deg,#021c2b99,transparent 65%)}.hero-copy{padding:40px 0 0;position:relative;z-index:2}.hero .eyebrow{font-size:10px;margin-bottom:17px;letter-spacing:.2em}.hero h1{font-size:clamp(45px,12vw,68px);line-height:1;letter-spacing:-.05em;margin-bottom:20px}.hero-description{font-size:16px;line-height:1.5;max-width:290px;margin-bottom:23px}.desktop-break{display:none}.hero-actions{flex-direction:column;align-items:stretch;gap:7px}.hero-actions .button{width:100%;max-width:390px;min-height:48px}.hero-actions .text-link{align-self:flex-start;font-size:13px;padding:8px 0}.hero-product{width:86%;max-width:370px;margin:-8px -5% -5px auto;align-self:flex-end;transform:none}.hero-product img{max-height:355px;object-fit:contain}.category-strip{padding:6px 22px;display:block;font-size:13px}.category-strip a{display:flex;justify-content:space-between;text-align:left;border:0;border-bottom:1px solid var(--line);padding:13px 0}.category-strip span{display:block}.category-strip a:last-child{border:0}.section-wrap{padding-left:22px;padding-right:22px}.collection{padding-top:43px;padding-bottom:43px}.section-heading{margin-bottom:25px}.section-heading h2{font-size:36px;margin-bottom:9px}.section-heading .eyebrow{font-size:10px;margin-bottom:10px}.section-heading>p:last-child{font-size:16px}.collection-grid{grid-template-columns:1fr;gap:15px}.product-card{display:grid;grid-template-columns:42% 58%;min-height:185px;align-items:center}.card-image{height:185px;padding:4px}.card-copy{padding:20px 14px 20px 0}.card-copy .eyebrow{font-size:9px;margin-bottom:8px}.card-copy h3{font-size:22px;margin-bottom:9px}.card-copy p{display:none}.card-copy .button{font-size:12px;padding:10px 12px;gap:12px;min-height:42px}.card-copy svg{width:18px;height:18px}.guide-banner{grid-template-columns:1fr;min-height:0}.guide-image{height:130px;background-position:center 80%;background-image:linear-gradient(180deg,transparent 50%,var(--navy)),url('assets/ocean.webp')}.guide-copy{padding:16px 24px 40px}.guide-copy h2{font-size:36px}.guide-copy h2 br{display:none}.guide-copy .eyebrow{font-size:10px}.guide-copy>p:not(.eyebrow){font-size:15px}.footer-inner{padding:29px 22px 23px;gap:20px}.footer-inner>p{font-size:12px}.footer-inner nav{gap:25px;font-size:12px;flex-wrap:wrap}.footer-bottom{margin:0 22px;display:block;font-size:11px;padding:17px 0}.footer-bottom span{display:block;margin-bottom:4px}.page-main,.commerce-main{padding-top:37px;padding-bottom:45px}.page-intro{padding-bottom:24px}.page-intro h1{font-size:42px}.page-intro>p:last-child{font-size:17px}.catalog-notice{font-size:13px;padding:16px;margin-bottom:24px}.catalog-row,.story-grid,.support-layout{grid-template-columns:1fr;gap:28px;padding-top:12px;padding-bottom:44px}.catalog-row.reverse .catalog-image{order:0}.catalog-copy h2{font-size:38px}.catalog-image img{max-height:400px;object-fit:contain}.catalog-copy .eyebrow{margin-bottom:16px}.catalog-copy dl{font-size:13px}.accessory-panel{padding:25px}.accessory-panel h2{font-size:32px}.story-grid>img{height:270px}.story-grid h2{font-size:38px}.support-layout{gap:28px;padding-bottom:0}.support-intro h2{font-size:31px}.faq-list details{padding:20px 0}.faq-list summary{font-size:15px}.woocommerce form.login,.woocommerce form.register{padding:18px}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float:none;width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

/* Published collection */
.woocommerce ul.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;clear:both}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:none;width:auto!important;margin:0!important;display:flex;flex-direction:column}.woocommerce ul.products li.product a img{aspect-ratio:1;object-fit:contain;background:#f5f7f8}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:21px;line-height:1.25}.woocommerce ul.products li.product .button{align-self:flex-start;margin-top:auto}.woocommerce div.product .product_title{font-size:clamp(30px,3.3vw,46px);line-height:1.12}.woocommerce div.product p.price{color:var(--teal);font-size:24px}.woocommerce div.product .woocommerce-product-gallery img{object-fit:contain}.trimix-configurator{border:1px solid var(--line);border-radius:8px;padding:24px;margin:24px 0}.trimix-configurator h2{font-size:22px;letter-spacing:-.02em;margin-bottom:20px}.trimix-configurator label{display:block;font-size:14px;font-weight:700;margin:14px 0 6px}.trimix-configurator select{width:100%;padding:12px;border:1px solid #a7bac5;border-radius:4px;background:white;color:var(--ink)}.trimix-selected-price{font-weight:700;margin:20px 0 8px;font-size:20px}.trimix-order-note{font-size:13px;color:var(--muted)}.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-weight:600}.woocommerce div.product .woocommerce-tabs .panel h2{font-size:28px}.woocommerce div.product .woocommerce-tabs .panel p{max-width:850px}.woocommerce .related.products h2{font-size:30px}.woocommerce .related.products ul.products h2{font-size:21px}.woocommerce-products-header__title{font-size:44px}
@media(max-width:800px){.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:18px}.woocommerce ul.products li.product .button{padding:11px 14px;font-size:13px}.woocommerce div.product div.images,.woocommerce div.product div.summary{float:none;width:100%}.trimix-configurator{padding:18px}}
@media(max-width:420px){.woocommerce ul.products{gap:20px 14px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px}.woocommerce ul.products li.product .price{font-size:14px}.woocommerce-products-header__title{font-size:36px}}
