:root{--deep:#082d3d;--ocean:#14596b;--foam:#8bcac9;--coral:#f2743d;--sand:#f7f4ee;--ink:#222;--muted:#667085;--white:#fff;--line:#dce4e6;--r-sm:8px;--r:16px;--r-lg:28px;--shadow:0 16px 48px rgba(8,45,61,.12);--container:min(1240px,calc(100% - 40px));--s1:.5rem;--s2:1rem;--s3:1.5rem;--s4:2rem;--s5:3rem;--s6:5rem}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans TC",sans-serif;font-size:16px;line-height:1.7;background:#fff}body.drawer-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:var(--container);margin-inline:auto}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{clip:auto;width:auto;height:auto;top:8px;left:8px;padding:12px;background:#fff;z-index:9999}.skip-link{z-index:10000}
h1,h2,h3,h4,h5,h6{margin:0 0 .6em;color:var(--deep);line-height:1.15;letter-spacing:-.025em}h1{font-size:clamp(2.5rem,5vw,5rem)}h2{font-size:clamp(2rem,3.5vw,3.25rem)}h3{font-size:1.25rem}p{margin:0 0 1.2em}.lead{font-size:clamp(1.12rem,2vw,1.35rem)}.eyebrow{margin-bottom:1rem;color:var(--ocean);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.section{padding:var(--s6) 0}.section--sand{background:var(--sand)}.section--deep{color:#fff;background:var(--deep)}.section--deep h2,.section-heading--light h2{color:#fff}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.5rem}.section-heading a,.text-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--ocean);font-weight:750}.icon{width:24px;height:24px}
.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wp-element-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:.72rem 1.35rem;border:1px solid var(--coral);border-radius:999px;color:#fff!important;font-weight:750;background:var(--coral);cursor:pointer;transition:.2s}.button:hover{filter:brightness(.92);transform:translateY(-1px)}.button--outline{color:var(--deep)!important;border-color:var(--deep);background:transparent}.button--small{min-height:40px;padding:.5rem 1rem;font-size:.85rem}.button--icon{width:44px;min-height:44px;padding:0;border-radius:50%}.button-group{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2rem}.icon-button{position:relative;display:inline-grid;width:44px;height:44px;padding:0;place-items:center;border:0;border-radius:50%;color:var(--deep);background:transparent;cursor:pointer}.icon-button:hover,.icon-button:focus-visible{background:var(--sand)}
:focus-visible{outline:3px solid var(--foam);outline-offset:3px}.site-header{position:sticky;z-index:100;top:0;border-bottom:1px solid transparent;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);transition:.2s}.site-header.is-scrolled{border-color:var(--line);box-shadow:0 5px 20px rgba(8,45,61,.06)}.header-inner{display:flex;min-height:82px;align-items:center;gap:2rem;transition:.2s}.is-scrolled .header-inner{min-height:68px}.site-logo{display:flex;min-width:max-content;flex-direction:column;color:var(--deep);font-size:1.2rem;font-weight:900;line-height:1.05}.site-logo small{font-size:.58rem;letter-spacing:.17em}.site-logo .custom-logo{width:auto;max-height:48px}.desktop-nav{flex:1}.menu{display:flex;align-items:center;justify-content:center;gap:clamp(.7rem,1.5vw,1.5rem);padding:0;margin:0;list-style:none}.menu a{position:relative;display:block;padding:.75rem 0;font-size:.92rem;font-weight:650;white-space:nowrap}.menu a:after{position:absolute;right:0;bottom:4px;left:0;height:2px;content:"";background:var(--coral);transform:scaleX(0);transition:.2s}.menu a:hover:after,.current-menu-item>a:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:.15rem}.cart-count{position:absolute;top:1px;right:0;display:grid;min-width:18px;height:18px;padding:0 4px;place-items:center;border-radius:9px;color:#fff;font-size:.68rem;background:var(--coral)}.menu-toggle{display:none}
.drawer,.search-dialog{visibility:hidden;position:fixed;z-index:500;inset:0;opacity:0;transition:.2s}.drawer.is-open,.search-dialog.is-open{visibility:visible;opacity:1}.drawer-backdrop{position:absolute;inset:0;border:0;background:rgba(8,45,61,.55)}.drawer-panel{position:absolute;top:0;right:0;width:min(88vw,380px);height:100%;padding:5rem 2rem 2rem;background:#fff;transform:translateX(100%);transition:.25s}.drawer.is-open .drawer-panel{transform:none}.drawer-close{position:absolute;top:1rem;right:1rem}.mobile-menu{padding:0;margin:0;list-style:none}.mobile-menu a{display:block;padding:.9rem 0;border-bottom:1px solid var(--line);font-size:1.1rem;font-weight:750}.search-dialog{background:rgba(8,45,61,.72)}.search-dialog__panel{padding:8rem 0 4rem;background:#fff;transform:translateY(-20px);transition:.2s}.search-dialog.is-open .search-dialog__panel{transform:none}.search-close{position:absolute;top:1.5rem;right:2rem}.search-form{display:flex;max-width:800px;gap:.7rem}.search-form label{flex:1}.search-form input{width:100%;height:56px;padding:0 1.2rem;border:1px solid var(--line);border-radius:999px}.search-hint{margin-top:1rem;color:var(--muted)}
.hero{overflow:hidden;padding:clamp(3rem,8vw,7rem) 0;background:linear-gradient(120deg,var(--sand) 0 64%,#deeeee 64%)}.hero__grid,.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2.5rem,7vw,7rem)}.hero__lead{max-width:620px;font-size:1.15rem}.hero__features{display:flex;flex-wrap:wrap;gap:.65rem 1.2rem;padding:0;margin:1.5rem 0;list-style:none}.hero__features li:before{margin-right:.45rem;color:var(--coral);content:"✓"}.hero__media img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--r-lg);box-shadow:var(--shadow)}.hero__placeholder{display:grid;min-height:560px;padding:3rem;place-content:center;gap:1rem;border-radius:var(--r-lg);color:#fff;text-align:center;background:var(--ocean);box-shadow:var(--shadow)}.hero__placeholder span{padding:.5rem 2rem;border:1px solid rgba(255,255,255,.5);border-radius:999px;font-size:1.4rem}.hero__placeholder small{margin-top:2rem}.service-strip{border-block:1px solid var(--line)}.service-grid{display:grid;grid-template-columns:repeat(5,1fr);padding:1.1rem 0}.service-grid span{text-align:center;border-right:1px solid var(--line);font-size:.9rem;font-weight:700}.service-grid span:last-child{border:0}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem 1.2rem}.product-card{margin:0!important;list-style:none}.product-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:1/1.16;border-radius:var(--r);background:var(--sand)}.product-card__image{width:100%;height:100%!important;object-fit:cover;transition:.35s}.product-card__image--hover{position:absolute;inset:0;opacity:0}.product-card__media:hover .product-card__image--hover{opacity:1}.product-card__media:hover .product-card__image:first-of-type{transform:scale(1.03)}.badge{position:absolute;z-index:2;top:.75rem;left:.75rem;padding:.25rem .6rem;border-radius:999px;color:#fff;font-size:.72rem;font-weight:800;background:var(--ocean)}.badge--sale{background:var(--coral)}.product-card__body{padding:.9rem .15rem}.product-card__category{color:var(--muted);font-size:.75rem}.product-card__title{margin:.25rem 0;font-size:1.08rem}.product-card__excerpt{overflow:hidden;color:var(--muted);font-size:.85rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.price{color:var(--deep);font-size:1.08rem;font-weight:800}.price del{color:var(--muted);font-size:.82rem;font-weight:400}.price ins{color:var(--coral);text-decoration:none}.star-rating{color:#d88528}
.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.category-card{position:relative;min-height:280px;padding:2rem;overflow:hidden;border:1px solid #e7e1d8;border-radius:var(--r);background:#fff;transition:.2s}.category-card:hover{border-color:var(--foam);box-shadow:var(--shadow);transform:translateY(-4px)}.category-card__number{display:block;margin-bottom:4rem;color:var(--foam);font-size:2.5rem;font-weight:900}.category-card p{color:var(--muted);font-size:.9rem}.category-card>span:last-child{color:var(--ocean);font-weight:750}.custom-feature{background:#edf6f5}.color-orbit{display:grid;min-height:460px;place-items:center;border-radius:50%;background:var(--deep);grid-template-columns:repeat(5,55px);gap:12px;justify-content:center}.color-orbit i{width:55px;height:220px;border-radius:99px;background:#ef7653;transform:rotate(18deg)}.color-orbit i:nth-child(2){background:#f0ca55}.color-orbit i:nth-child(3){background:#5ca9ae}.color-orbit i:nth-child(4){background:#efefeb}.color-orbit i:nth-child(5){background:#e79cc0}.steps{display:grid;grid-template-columns:repeat(5,1fr);padding:0;margin:2rem 0 0;list-style:none}.steps li{padding:1.5rem;border-left:1px solid rgba(255,255,255,.25)}.steps b{display:block;margin-bottom:2rem;color:var(--foam);font-size:2rem}.steps span{font-weight:700}.promo{padding:2rem 0;background:var(--coral)}.promo__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;color:#fff}.promo strong{font-size:clamp(1.4rem,3vw,2.2rem)}.promo em{font-style:normal;font-weight:800}.site-footer{padding:5rem 0 1rem;color:#d8e7eb;background:var(--deep)}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:2rem}.site-logo--light,.site-footer h2{color:#fff}.site-footer ul{padding:0;margin:0;list-style:none}.site-footer a{display:inline-block;padding:.3rem 0}.site-footer a:hover{color:var(--foam)}.footer-title{font-size:1rem}.footer-newsletter{grid-column:span 2}.payment-icons{margin-top:1.5rem;color:#a9c1c8}.footer-bottom{padding-top:2rem;margin-top:3rem;border-top:1px solid rgba(255,255,255,.15);font-size:.85rem}.mobile-bottom-nav{display:none}
.page-header{padding:4rem 0 2rem;background:var(--sand)}.content-area{padding:4rem 0}.entry-content>*{max-width:760px;margin-inline:auto}.entry-content>.alignwide{max-width:1240px}.entry-content>.alignfull{max-width:none}.archive-layout{display:grid;grid-template-columns:260px 1fr;gap:3rem}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.empty-state{padding:5rem 2rem;border-radius:var(--r);text-align:center;background:var(--sand)}
input[type=text],input[type=email],input[type=tel],input[type=password],input[type=search],input[type=number],textarea,select{min-height:48px;padding:.7rem 1rem;border:1px solid #bccbce;border-radius:var(--r-sm);background:#fff}textarea{width:100%;min-height:140px}.woocommerce form .form-row label{font-weight:700}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1rem 1.2rem!important;border:0!important;border-radius:var(--r-sm);background:#edf6f5}.woocommerce-error{background:#fff0ed}.woocommerce-message{background:#eef8f1}
@media(max-width:1100px){.desktop-nav{display:none}.menu-toggle{display:grid}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-brand{grid-column:span 3}}
@media(max-width:767px){:root{--container:min(100% - 28px,1240px);--s6:3.5rem}.desktop-only{display:none}.header-inner{min-height:66px}.hero{padding:3rem 0;background:var(--sand)}.hero__grid,.split{grid-template-columns:1fr;gap:2.5rem}.hero__media{order:-1}.hero__media img,.hero__placeholder{min-height:0;aspect-ratio:4/3}.hero h1{font-size:2.6rem}.service-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory}.service-grid span{min-width:48%;scroll-snap-align:start}.section-heading{align-items:start;flex-direction:column;gap:.4rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem .7rem}.product-card__title{font-size:.95rem}.product-card__excerpt{display:none}.product-card__footer{align-items:start;flex-direction:column}.category-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory}.category-card{min-width:78%;scroll-snap-align:center}.steps{grid-template-columns:1fr}.steps li{display:grid;grid-template-columns:60px 1fr;align-items:center;padding:1rem;border-left:0;border-bottom:1px solid rgba(255,255,255,.2)}.steps b{margin:0}.promo__inner{align-items:start;flex-direction:column;gap:.5rem}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand,.footer-newsletter{grid-column:span 2}.mobile-bottom-nav{position:fixed;z-index:150;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(5,1fr);min-height:68px;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--line);background:rgba(255,255,255,.97);box-shadow:0 -5px 20px rgba(8,45,61,.08)}.mobile-bottom-nav a{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--muted);font-size:1.1rem}.mobile-bottom-nav span{font-size:.68rem}.mobile-bottom-nav .cart-count{top:5px;right:22%}body{padding-bottom:calc(68px + env(safe-area-inset-bottom))}.archive-layout{grid-template-columns:1fr}.shop-sidebar{display:none}.search-dialog__panel{height:100%;padding-top:6rem}.search-form{flex-direction:column}.color-orbit{min-height:340px;grid-template-columns:repeat(5,40px)}.color-orbit i{width:40px;height:160px}}
@media(max-width:767px){body{padding-bottom:0}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
.landing-hero{padding:clamp(4rem,9vw,8rem) 0;background:var(--sand)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-grid article{padding:2rem;border:1px solid var(--line);border-radius:var(--r)}.feature-grid b{color:var(--coral);font-size:2rem}.feature-grid h2{font-size:1.5rem}.narrow{max-width:820px}.narrow details{padding:1.2rem 0;border-bottom:1px solid var(--line)}.narrow summary{cursor:pointer;font-weight:800}.post-grid,.search-results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.post-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--r)}.post-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.post-card__body{padding:1.5rem}.contact-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem}.contact-panel{align-self:start;padding:2rem;border-radius:var(--r);background:var(--sand)}
@media(max-width:767px){.feature-grid,.post-grid,.search-results-grid,.contact-grid{grid-template-columns:1fr}.search-results-grid .product-card{max-width:none}}

/* V2 commerce-first storefront */
.storefront-home .section{padding:clamp(3.5rem,6vw,5.5rem) 0}.storefront-home h2{font-size:clamp(1.8rem,3vw,2.65rem)}
.hero{min-height:0;padding:clamp(2rem,4vw,3.5rem) 0;background:linear-gradient(115deg,#f7f4ee 0 67%,#dcebea 67%)}.hero__grid{grid-template-columns:minmax(0,1fr) minmax(380px,.72fr);gap:clamp(2rem,5vw,5rem)}.hero h1{max-width:650px;font-size:clamp(2.5rem,4.8vw,4.6rem)}.hero__lead{margin-bottom:.6rem}.hero__features{margin:1rem 0}.hero .button-group{margin-top:1.25rem}.hero__media{position:relative;display:block;overflow:hidden;height:clamp(330px,35vw,480px);border-radius:var(--r-lg);background:#dbe8e6;box-shadow:var(--shadow)}.hero__media img{width:100%;height:100%;border-radius:0;object-fit:cover;box-shadow:none}.hero__media span{position:absolute;right:1rem;bottom:1rem;padding:.65rem 1rem;border-radius:99px;color:#fff;font-size:.86rem;font-weight:800;background:rgba(8,45,61,.86)}
.service-strip{background:#fff}.service-grid{gap:0;padding:.95rem 0}.service-grid>div{display:flex;align-items:center;justify-content:center;gap:.65rem;padding:.2rem 1rem;border-right:1px solid var(--line)}.service-grid>div:last-child{border:0}.service-grid b{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:var(--ocean);background:#eaf4f3}.service-grid span{display:flex;flex-direction:column;text-align:left;border:0}.service-grid strong{color:var(--deep);font-size:.88rem;line-height:1.3}.service-grid small{color:var(--muted);font-size:.72rem}
.home-categories{padding-bottom:2rem!important}.category-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:.8rem}.category-card{min-height:0;padding:0;border:0;background:transparent}.category-card__media{display:block;overflow:hidden;aspect-ratio:1;border-radius:14px;background:var(--sand)}.category-card__media img{width:100%;height:100%;object-fit:cover;transition:.3s}.category-card:hover{border:0;box-shadow:none;transform:none}.category-card:hover img{transform:scale(1.045)}.category-card__body{display:flex;padding:.8rem .2rem;flex-direction:column}.category-card__body strong{color:var(--deep);font-size:1rem}.category-card__body small{color:var(--muted)}.category-card__body em{margin-top:.35rem;color:var(--ocean);font-size:.78rem;font-style:normal;font-weight:800}
.product-card__actions{display:grid;grid-template-columns:1fr 1.25fr;align-items:center;gap:.5rem;margin-top:.75rem}.product-card__view{text-align:center;font-size:.82rem;font-weight:750;text-decoration:underline;text-underline-offset:3px}.product-card__actions .button{width:100%;padding-inline:.65rem}.product-card__media{aspect-ratio:1/1.08}.product-card__title{min-height:2.45em}.product-card__footer{min-height:32px}
.custom-shop{color:#fff;background:var(--deep)}.custom-shop h2{color:#fff}.custom-shop .eyebrow{color:var(--foam)}.custom-shop__grid{display:grid;grid-template-columns:minmax(270px,.7fr) minmax(0,1.6fr);gap:4rem;align-items:center}.custom-shop__intro ul{padding:0;margin:1.5rem 0;list-style:none}.custom-shop__intro li{padding:.4rem 0}.custom-shop__intro li:before{margin-right:.5rem;color:var(--foam);content:"✓"}.custom-shop__products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.custom-shop .product-card__title,.custom-shop .price,.custom-shop .product-card__view{color:#fff}.custom-shop .product-card__category{color:#b8d0d6}.custom-shop .product-card__excerpt,.custom-shop .product-card__actions{display:none}.custom-work-link{display:flex;min-height:250px;padding:1.5rem;justify-content:end;flex-direction:column;border:1px solid rgba(255,255,255,.3);border-radius:var(--r);background:linear-gradient(145deg,#174f5e,#0b3747)}.custom-work-link strong{font-size:1.3rem}.custom-work-link span{color:var(--foam)}
.scene-shop{background:#edf4f3}.scene-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.scene-card{position:relative;display:block;overflow:hidden;min-height:300px;border-radius:var(--r);background:linear-gradient(150deg,#174f5e,#071f2c)}.scene-card:after{position:absolute;inset:0;content:"";background:linear-gradient(transparent 30%,rgba(4,26,35,.88))}.scene-card img{width:100%;height:100%;object-fit:cover;transition:.35s}.scene-card:hover img{transform:scale(1.04)}.scene-card span{position:absolute;z-index:2;right:1.2rem;bottom:1.2rem;left:1.2rem;display:flex;flex-direction:column;color:#fff}.scene-card strong{font-size:1.25rem}.scene-card em{color:var(--foam);font-size:.82rem;font-style:normal;font-weight:800}
.latest-work{background:#fff}.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.work-grid a{overflow:hidden;aspect-ratio:4/3;border-radius:var(--r);background:var(--sand)}.work-grid img{width:100%;height:100%;object-fit:cover}.work-empty{display:flex;min-height:190px;padding:2rem;align-items:center;justify-content:center;flex-direction:column;border:1px dashed #9fb7ba;border-radius:var(--r);text-align:center;background:var(--sand)}.work-empty strong{color:var(--deep);font-size:1.35rem}.work-empty span{color:var(--muted)}.work-empty em{margin-top:.7rem;color:var(--ocean);font-style:normal;font-weight:800}
.brand-compact{padding:3rem 0;border-top:1px solid var(--line)}.brand-compact__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.brand-compact h2{font-size:clamp(1.5rem,2.5vw,2.2rem)}.brand-compact p{margin:0}.brand-compact a{color:var(--ocean);font-weight:800}
.site-footer{padding-top:4rem}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr)}.footer-bottom{display:flex;align-items:center;justify-content:space-between}.footer-bottom p{margin:0}.social-links{display:flex;flex-wrap:wrap;gap:1rem}.social-links a{font-weight:800}
.shop-filter-toggle,.shop-filter-close{display:none}

@media(max-width:1100px){.category-grid{grid-template-columns:repeat(4,1fr)}.scene-grid{grid-template-columns:repeat(3,1fr)}.custom-shop__grid{grid-template-columns:1fr}.custom-shop__products{grid-template-columns:repeat(4,1fr)}}
@media(max-width:767px){.storefront-home .section{padding:3rem 0}.hero{padding:1.25rem 0 2rem}.hero__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.hero__content{order:1}.hero__media{order:0;height:auto;aspect-ratio:16/8.5;border-radius:14px}.hero h1{font-size:2.2rem}.hero__lead{font-size:1rem}.hero__features{display:grid;grid-template-columns:1fr 1fr;gap:.25rem .7rem;font-size:.82rem}.hero .button-group{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.hero .button{padding-inline:.6rem}.service-grid{display:flex;padding:.75rem 14px;gap:.3rem}.service-grid>div{min-width:44%;justify-content:flex-start;padding:.35rem .55rem}.service-grid small{display:none}.section-heading{margin-bottom:1.4rem}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem .7rem;overflow:visible}.category-card{min-width:0}.product-card__actions{grid-template-columns:1fr}.product-card__view{display:none}.product-card__actions .button{font-size:.76rem}.product-card__title{min-height:2.6em}.custom-shop__grid{gap:2rem}.custom-shop__products{grid-template-columns:repeat(2,minmax(0,1fr))}.custom-work-link{min-height:190px}.scene-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.scene-card{min-height:210px}.scene-card:last-child{grid-column:span 2}.work-grid{grid-template-columns:repeat(2,1fr)}.brand-compact__inner{grid-template-columns:1fr;gap:1rem}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}.footer-bottom{align-items:flex-start;flex-direction:column;gap:.5rem}.shop-filter-toggle{display:inline-flex;margin-bottom:1rem}.shop-filter-close{display:block;margin:0 0 1rem auto;border:0;background:none}.shop-sidebar{position:fixed;z-index:600;top:0;bottom:0;left:0;display:block!important;width:min(88vw,360px);padding:1.25rem;overflow:auto;background:#fff;box-shadow:var(--shadow);transform:translateX(-105%);transition:.25s}.shop-sidebar.is-open{transform:none}}

/* Gutenberg storefront system */
.announcement-bar{color:var(--announcement-color);background:var(--announcement-bg)}.announcement-bar__inner{position:relative;display:flex;min-height:34px;align-items:center;justify-content:center}.announcement-item{display:none;font-size:.82rem;font-weight:800}.announcement-item:first-of-type{display:block}.announcement-bar button{position:absolute;right:0;border:0;color:inherit;background:none;cursor:pointer}.site-header--deep{color:#fff;background:rgba(6,43,70,.97)}.site-header--deep .site-logo,.site-header--deep .icon-button,.site-header--deep h1{color:#fff}.site-header.not-sticky{position:relative}.site-header .header-inner{min-height:var(--header-height,76px)}
.so-slider{position:relative;overflow:hidden;background:#062b46}.so-hero-slide{position:relative;min-height:clamp(380px,38vw,580px);padding:var(--so-pad-top) 0 var(--so-pad-bottom);color:#fff;background:#062b46}.so-hero-slide picture,.so-hero-slide__image{position:absolute;inset:0;width:100%;height:100%}.so-hero-slide__image{object-fit:cover;object-position:var(--so-focus)}.so-hero-slide:after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,var(--so-overlay),rgba(3,27,45,.12) 67%)}.so-hero-slide__content{position:relative;z-index:2;display:flex;min-height:clamp(380px,38vw,580px);justify-content:center;align-items:flex-start;flex-direction:column}.so-hero-slide__content h1,.so-hero-slide__content h2{max-width:650px;color:#fff;font-size:clamp(2.4rem,4.8vw,4.5rem)}.so-hero-slide__offer{display:flex;align-items:center;gap:1rem}.so-hero-slide__offer strong{font-size:1.3rem}.so-hero-slide__offer span{padding:.3rem .65rem;border-radius:4px;color:var(--deep);font-weight:900;background:#fff}.button--light{color:#fff!important;border-color:#fff}.has-text-align-center .so-hero-slide__content{align-items:center;text-align:center}.has-text-align-right .so-hero-slide__content{align-items:flex-end;text-align:right}.so-slider__controls{position:absolute;z-index:4;right:0;bottom:1rem;left:0;display:flex;align-items:center;justify-content:center;gap:.5rem}.so-slider__controls>button,.so-slider__dots button{display:grid;width:36px;height:36px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:50%;color:#fff;background:rgba(6,43,70,.65);cursor:pointer}.so-slider__dots{display:flex;gap:.35rem}.so-slider__dots button{width:9px;height:9px;border:0;background:rgba(255,255,255,.5)}.so-slider__dots button.is-active{background:#fff}
.wp-block-summitocean-service-benefits{padding:var(--so-pad-top) 0 var(--so-pad-bottom)}.service-grid>a{display:flex;align-items:center;justify-content:center;gap:.65rem;padding:.2rem 1rem;border-right:1px solid var(--line)}.service-grid>a:last-child{border:0}.service-grid>a>b{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:var(--ocean);background:#eaf4f3}.service-grid>a>span{display:flex;flex-direction:column}.service-grid>a strong{font-size:.88rem;line-height:1.3}.service-grid>a small{color:var(--muted);font-size:.72rem}
.so-product-section,.so-category-section,.wp-block-summitocean-custom-gallery{padding:var(--so-pad-top) 0 var(--so-pad-bottom)}.so-product-section .product-grid{grid-template-columns:repeat(var(--so-cols),minmax(0,1fr))}.so-category-section .category-grid{grid-template-columns:repeat(var(--so-cols),minmax(0,1fr))}.so-product-section.hide-rating .star-rating{display:none}.so-product-section.hide-cart .product-card__actions .button{display:none}.so-product-section.hide-cart .product-card__actions{grid-template-columns:1fr}.so-product-section.is-carousel .product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1rem}.so-product-section.is-carousel .product-card{min-width:calc((100% - (var(--so-cols) - 1)*1.2rem)/var(--so-cols));scroll-snap-align:start}
.so-block-preview{padding:2rem;border:1px solid #c3c4c7;border-radius:8px;background:#f7f8fa}.so-block-preview small{color:#757575;font-weight:700;text-transform:uppercase}.so-media-control{display:flex;margin:12px 0;align-items:center;justify-content:space-between;gap:1rem}
@media(max-width:767px){.hide-mobile{display:none!important}.site-header--deep{background:#fff}.site-header--deep .site-logo,.site-header--deep .icon-button{color:var(--deep)}.announcement-bar__inner{padding-right:28px}.so-hero-slide{min-height:305px}.so-hero-slide__content{min-height:305px;justify-content:flex-end;padding-bottom:3.5rem}.so-hero-slide__content h1{max-width:72%;font-size:1.8rem}.so-hero-slide__offer{font-size:.8rem}.so-hero-slide .button-group{display:grid;width:100%;grid-template-columns:1fr}.so-hero-slide .button--outline{display:none}.so-slider__controls{bottom:.5rem}.so-slider__controls>[data-prev],.so-slider__controls>[data-next]{display:none}.so-product-section .product-grid{grid-template-columns:repeat(var(--so-mobile-cols),minmax(0,1fr))}.so-product-section.is-carousel .product-card{min-width:calc((100% - (var(--so-mobile-cols) - 1)*.7rem)/var(--so-mobile-cols))}.so-category-section .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-grid>a{min-width:43%;justify-content:flex-start}.footer-column{grid-column:span 2;border-bottom:1px solid rgba(255,255,255,.16)}.footer-column>.footer-title{display:flex;width:100%;padding:.9rem 0;align-items:center;justify-content:space-between;border:0;color:#fff;background:none}.footer-column>.footer-title:after{content:"＋"}.footer-column.is-open>.footer-title:after{content:"−"}.footer-column__content{display:none;padding-bottom:1rem}.footer-column.is-open .footer-column__content{display:block}}
@media(min-width:768px){.hide-desktop{display:none!important}.footer-column>.footer-title{padding:0;border:0;text-align:left;background:none;pointer-events:none}.footer-column__content{display:block!important}}
.so-hide-desktop{display:none!important}
.so-section-container{padding-top:var(--so-pad-top,48px);padding-bottom:var(--so-pad-bottom,48px)}
.so-section-container-editor{min-height:120px;padding:18px;border:1px dashed #94a3b8;border-radius:12px}
.so-custom-feature{padding:var(--so-pad-top) 0 var(--so-pad-bottom);color:#fff;background:var(--deep)}.so-custom-feature h2{color:#fff}.so-custom-feature .eyebrow{color:var(--foam)}.so-custom-feature__grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:clamp(2rem,6vw,6rem);align-items:center}.so-custom-feature__content ul{padding:0;margin:1.3rem 0;list-style:none}.so-custom-feature__content li{padding:.3rem 0}.so-custom-feature__content li:before{margin-right:.5rem;color:var(--foam);content:"✓"}.so-custom-feature__media>picture img{width:100%;max-height:500px;border-radius:var(--r);object-fit:cover}.so-custom-feature__products{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.so-custom-feature__products a{overflow:hidden;border-radius:var(--r);color:var(--deep);font-weight:800;background:#fff}.so-custom-feature__products img{width:100%;aspect-ratio:1;object-fit:cover}.so-custom-feature__products span{display:block;padding:.75rem}
.category-card__fallback{display:grid;width:100%;height:100%;place-items:center;color:rgba(6,43,70,.45);font-size:.72rem;font-weight:900;letter-spacing:.12em;background:linear-gradient(145deg,#e8f1f2,#f7f8fa)}
@media(max-width:767px){.so-custom-feature__grid{grid-template-columns:1fr}.so-custom-feature__media{order:-1}.so-custom-feature__products{gap:.5rem}.so-custom-feature__products span{padding:.5rem;font-size:.75rem}}
@media(max-width:767px){.so-hide-desktop{display:block!important}.so-hide-mobile{display:none!important}}

/* Framework design tokens */
body{color:var(--so-body);font-family:var(--so-font-body);font-weight:var(--so-body-weight);line-height:var(--so-body-lh);letter-spacing:var(--so-body-ls);background:var(--so-site-bg)}h1,h2,h3,h4,h5,h6{color:var(--so-heading);font-family:var(--so-font-heading);font-weight:var(--so-heading-weight);line-height:var(--so-heading-lh);letter-spacing:var(--so-heading-ls)}h1{font-size:clamp(2.4rem,5vw,var(--so-h1))}h2{font-size:clamp(1.9rem,3.5vw,var(--so-h2))}h3{font-size:clamp(1.3rem,2.5vw,var(--so-h3))}h4{font-size:var(--so-h4)}.button,.woocommerce a.button,.woocommerce button.button{color:var(--so-button-text)!important;border-color:var(--so-button);font-family:var(--so-font-button);font-weight:var(--so-button-weight);background:var(--so-button)}.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover{color:var(--so-button-text)!important;background:var(--so-button-hover)}.site-header{color:var(--so-header-text);background:var(--so-header-bg)}.site-header .site-logo,.site-header .icon-button{color:var(--so-header-text)}.site-header a:hover{color:var(--so-header-hover)}.site-logo .custom-logo{width:min(var(--so-logo-width),100%);max-height:none}.so-hero-slide__content h1,.so-hero-slide__content h2{color:var(--so-hero-title)}.so-hero-slide .eyebrow{color:var(--so-hero-subtitle)}.product-card,.category-card,.quick-view-modal__dialog{border-color:var(--so-border);background:var(--so-card)}.product-card .price{color:var(--so-price)}.product-card .price ins{color:var(--so-sale)}.product-card.hide-regular-price .price del{display:none}.site-footer{color:var(--so-footer-text);background:var(--so-footer-bg)}.site-footer h2,.site-footer .footer-title,.site-footer a{color:var(--so-footer-text)}.product-card__view{padding:0;border:0;color:inherit;background:none;cursor:pointer}
.product-carousel-shell{position:relative}.carousel-arrow{display:none}.is-carousel .carousel-arrow{position:absolute;z-index:4;top:40%;display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--so-border);border-radius:50%;color:var(--so-heading);background:var(--so-card);box-shadow:var(--shadow);cursor:pointer}.carousel-arrow--prev{left:-22px}.carousel-arrow--next{right:-22px}
.quick-view-modal{visibility:hidden;position:fixed;z-index:1000;inset:0;display:grid;padding:1rem;place-items:center;opacity:0;transition:.2s}.quick-view-modal.is-open{visibility:visible;opacity:1}.quick-view-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(6,43,70,.72)}.quick-view-modal__dialog{position:relative;width:min(920px,100%);max-height:90vh;padding:2rem;overflow:auto;border-radius:var(--r);background:var(--so-card);box-shadow:var(--shadow)}.quick-view-modal__close{position:absolute;z-index:2;top:.7rem;right:.7rem;width:42px;height:42px;border:0;border-radius:50%;font-size:1.5rem;background:var(--sand);cursor:pointer}.quick-view-product{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.quick-view-product__image img{width:100%;height:auto}
@media(max-width:767px){.is-carousel .carousel-arrow{display:none}.quick-view-product{grid-template-columns:1fr}.quick-view-modal__dialog{padding:1.2rem}.quick-view-product__image img{max-height:40vh;object-fit:contain}}

/* Gutenberg local-edit Hero and assurance blocks */
.so-hero-slide{min-height:var(--slide-desktop-height,520px)}.so-hero-slide__content{min-height:var(--slide-desktop-height,520px)}.so-hero-slide__whole-link{position:absolute;z-index:1;inset:0}.so-hero-slide__content,.so-slider__controls{pointer-events:none}.so-hero-slide__content a,.so-slider__controls button{pointer-events:auto}.so-hero-slide .eyebrow{color:var(--eyebrow-color,var(--so-hero-subtitle));font-size:var(--eyebrow-size,14px);font-weight:var(--eyebrow-weight,800);line-height:var(--eyebrow-lh,1.4);letter-spacing:var(--eyebrow-ls,.14em)}.so-hero-slide__content h2{max-width:var(--title-max,650px);color:var(--title-color,var(--so-hero-title));font-size:var(--title-size,64px);font-weight:var(--title-weight,var(--so-heading-weight));line-height:var(--title-lh,var(--so-heading-lh));letter-spacing:var(--title-ls,var(--so-heading-ls))}.so-hero-slide__offer strong{color:var(--price-color,var(--so-hero-title));font-size:var(--price-size,21px);font-weight:var(--price-weight,800)}.so-hero-slide__offer span{color:var(--badge-color,var(--so-heading));font-size:var(--badge-size,14px);border-radius:var(--badge-radius,4px);background:var(--badge-bg,#fff)}.so-hero-slide .hero-primary{color:var(--primary-text,var(--so-button-text))!important;border-color:var(--primary-border,var(--so-button));border-radius:var(--primary-radius,99px);background:var(--primary-bg,var(--so-button))}.so-hero-slide .hero-primary:hover{background:var(--primary-hover,var(--so-button-hover))}.so-hero-slide .hero-secondary{color:var(--secondary-text,#fff)!important;border-color:var(--secondary-border,#fff);border-radius:var(--secondary-radius,99px);background:var(--secondary-bg,transparent)}.so-hero-slide .hero-secondary:hover{background:var(--secondary-hover,rgba(255,255,255,.15))}.desktop-align-center .so-hero-slide__content{align-items:center;text-align:center}.desktop-align-right .so-hero-slide__content{align-items:flex-end;text-align:right}
.service-strip{color:var(--assurance-text,var(--so-body));background:var(--assurance-bg,var(--so-card));border-color:var(--assurance-divider,var(--so-border))}.service-grid{grid-template-columns:repeat(var(--assurance-desktop,4),minmax(0,1fr))}.service-grid>.assurance-item{border-color:var(--assurance-divider,var(--so-border))}.service-grid>.assurance-item>b{color:var(--assurance-icon,var(--so-primary));background:var(--assurance-icon-bg,#eaf4f3)}
.so-carousel-editor,.so-assurance-editor{padding:16px;border:1px solid #c3c4c7;border-radius:10px}.so-editor-heading{display:flex;justify-content:space-between;margin-bottom:12px}.so-slide-editor{position:relative;display:flex;padding:40px;align-items:center;overflow:hidden;border-radius:10px;color:#fff;background-size:cover}.so-slide-editor__content{position:relative;z-index:2;width:100%}.so-slide-editor.align-center{text-align:center}.so-slide-editor.align-right{text-align:right}.so-slide-editor__badge{padding:4px 8px;margin-left:8px;border-radius:4px;background:#fff;color:#062b46}.so-assurance-item-editor{display:flex;align-items:center;gap:12px;padding:12px;border-bottom:1px solid #ddd}.so-assurance-item-editor span{display:flex;flex-direction:column}.so-color-control,.so-link-control{margin:16px 0}.so-color-control>strong,.so-link-control>strong{display:block;margin-bottom:8px}
@media(max-width:1100px) and (min-width:768px){.service-grid{grid-template-columns:repeat(var(--assurance-tablet,2),minmax(0,1fr))}}
@media(max-width:767px){.so-hero-slide{min-height:var(--slide-mobile-height,330px)}.so-hero-slide__content{min-height:var(--slide-mobile-height,330px)}.so-hero-slide .eyebrow{font-size:var(--eyebrow-mobile-size,12px)}.so-hero-slide__content h2{font-size:var(--title-mobile-size,30px)}.mobile-align-center .so-hero-slide__content{align-items:center;text-align:center}.mobile-align-right .so-hero-slide__content{align-items:flex-end;text-align:right}.mobile-align-left .so-hero-slide__content{align-items:flex-start;text-align:left}.service-grid{display:grid;grid-template-columns:repeat(var(--assurance-mobile,4),minmax(0,1fr));overflow:visible}.service-strip.is-mobile-scroll .service-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.service-strip.is-mobile-scroll .assurance-item{min-width:75%;scroll-snap-align:start}}
.so-hero-slide .eyebrow{font-family:var(--eyebrow-font,inherit)}.so-hero-slide__content h2{font-family:var(--title-font,var(--so-font-heading))}.so-hero-slide__offer strong{font-family:var(--price-font,inherit)}.so-hero-slide__offer span{font-family:var(--badge-font,inherit)}

/* 3.3 commerce UI refinement — presentation only */
:root{--container:min(1320px,calc(100% - 64px));--commerce-section:80px;--commerce-shadow:0 18px 50px rgba(6,43,70,.12);--commerce-shadow-soft:0 8px 28px rgba(6,43,70,.09)}
body{font-size:16px;font-weight:400}.announcement-bar__inner{min-height:40px}.site-header{display:block!important;visibility:visible!important}.site-header .header-inner{min-height:76px}.site-header.is-scrolled .header-inner{min-height:62px}.site-header.is-scrolled{box-shadow:0 8px 30px rgba(6,43,70,.12)}.desktop-nav{min-width:0}.desktop-nav>.menu,.desktop-nav>.hybrid-navigation{gap:clamp(.55rem,1.15vw,1.25rem)}.desktop-nav a{font-weight:600}.header-actions{flex-shrink:0}
.storefront-home>.wp-block-summitocean-product-grid,.storefront-home>.wp-block-summitocean-category-grid,.storefront-home>.wp-block-summitocean-custom-feature,.storefront-home>.wp-block-summitocean-custom-gallery,.storefront-home>.so-product-section,.storefront-home>.so-category-section{padding-top:var(--commerce-section)!important;padding-bottom:var(--commerce-section)!important}.section-heading{margin-bottom:32px}.section-heading h2,.storefront-home .section-heading h2{font-size:clamp(32px,3vw,40px);font-weight:700;letter-spacing:-.025em}.section-heading>a{padding:9px 15px;border:1px solid var(--so-border);border-radius:99px;font-size:14px;transition:.22s}.section-heading>a:hover{color:#fff;border-color:var(--so-primary);background:var(--so-primary);transform:translateY(-2px)}
.so-slider{padding:22px 0;background:linear-gradient(135deg,#f2f5f7,#fff)}.so-hero-slide{min-height:clamp(620px,var(--slide-desktop-height,660px),700px);color:var(--so-heading);background:transparent}.so-hero-slide:after{display:none}.so-hero-slide__layout{display:grid;min-height:inherit;grid-template-columns:minmax(0,45fr) minmax(0,55fr);align-items:stretch;overflow:hidden;border:1px solid rgba(6,43,70,.08);border-radius:28px;background:#fff;box-shadow:var(--commerce-shadow)}.so-hero-slide__content{z-index:2;min-height:inherit;padding:72px clamp(48px,6vw,80px);align-items:flex-start;justify-content:center}.so-hero-slide__content h2{max-width:100%;margin:.1em 0 .38em;color:var(--title-color,var(--so-heading));font-size:clamp(56px,5vw,72px);font-weight:700;line-height:1.05}.so-hero-slide .eyebrow{margin-bottom:18px;color:var(--eyebrow-color,var(--so-primary));font-weight:650}.so-hero-slide__offer{flex-wrap:wrap;margin-top:8px}.so-hero-slide__offer strong{color:var(--price-color,var(--so-accent));font-size:clamp(22px,2vw,30px)}.so-hero-slide__offer span{padding:7px 12px;color:var(--badge-color,#fff);border-radius:99px;background:var(--badge-bg,var(--so-primary))}.so-hero-slide .button-group{margin-top:28px}.so-hero-slide .button{min-width:148px;transition:transform .22s,box-shadow .22s,background .22s}.so-hero-slide .button:hover{box-shadow:0 10px 24px rgba(243,107,33,.24);transform:translateY(-2px)}.so-hero-slide__media{position:relative;min-width:0;overflow:hidden;background:#e9eef1}.so-hero-slide__media:after{position:absolute;inset:0;pointer-events:none;content:"";background:linear-gradient(90deg,rgba(6,43,70,.18),rgba(6,43,70,.04));opacity:.65}.so-hero-slide__media picture{display:block;width:100%;height:100%}.so-hero-slide__image{position:static!important;width:100%;height:100%;object-fit:cover;object-position:var(--slide-focus,center center);transition:transform .65s}.so-hero-slide:hover .so-hero-slide__image{transform:scale(1.025)}.so-hero-slide__whole-link{z-index:3}.so-slider__controls{bottom:38px}.so-slider__controls>button{backdrop-filter:blur(8px);transition:.2s}.so-slider__controls>button:hover{background:var(--so-accent);transform:scale(1.06)}
.service-strip{border:0;background:#fff}.service-grid{gap:0;padding:20px 0}.service-grid>.assurance-item{min-height:92px;padding:16px 28px;border-right:1px solid var(--assurance-divider,var(--so-border));transition:background .22s,transform .22s}.service-grid>.assurance-item:last-child{border-right:0}.service-grid>.assurance-item:hover{border-radius:14px;background:#f4f6f7;transform:translateY(-3px)}.service-grid>.assurance-item>b{flex:0 0 46px;width:46px;height:46px;font-size:16px}.service-grid>.assurance-item strong{font-size:16px;font-weight:650}.service-grid>.assurance-item small{margin-top:2px;font-size:13px}
.so-category-section{background:#f6f7f8}.so-category-section .category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px}.category-card{overflow:hidden;border:1px solid rgba(6,43,70,.08);border-radius:20px;background:#fff;box-shadow:0 3px 14px rgba(6,43,70,.04);transition:transform .3s,box-shadow .3s}.category-card:hover{box-shadow:var(--commerce-shadow);transform:translateY(-7px)}.category-card__media{aspect-ratio:4/3;border-radius:0}.category-card__media img{object-fit:cover;transition:transform .5s}.category-card:hover .category-card__media img{transform:scale(1.07)}.category-card__body{position:relative;padding:20px 22px 22px}.category-card__body strong{font-size:18px;font-weight:650}.category-card__body small{margin-top:3px}.category-card__body em{position:absolute;right:22px;bottom:22px;width:34px;height:34px;overflow:hidden;font-size:0}.category-card__body em:after{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;content:"→";color:#fff;font-size:16px;background:var(--so-primary);transition:.22s}.category-card:hover .category-card__body em:after{background:var(--so-accent);transform:translateX(3px)}
.product-grid{gap:26px 18px}.product-card{overflow:hidden;border:1px solid rgba(6,43,70,.08);border-radius:18px;background:#fff;transition:box-shadow .3s,transform .3s}.product-card:hover{box-shadow:var(--commerce-shadow);transform:translateY(-6px)}.product-card__media{aspect-ratio:1/1.08;border-radius:0;background:#f2f4f5}.product-card__image{object-fit:cover;transition:opacity .35s,transform .5s}.product-card:hover .product-card__image:first-of-type{transform:scale(1.035)}.product-card__body{padding:18px}.product-card__category{font-size:12px}.product-card__title{min-height:2.6em;margin:5px 0 8px;font-size:18px;font-weight:600;line-height:1.3}.product-card__excerpt{font-size:13px}.product-card .star-rating{margin:8px 0}.product-card .price{font-size:18px}.product-card .price del{margin-right:5px}.product-card__actions{grid-template-columns:1fr;margin-top:14px}.product-card__view{display:none}.product-card__actions .button{min-height:42px;opacity:.94;transition:.22s}.product-card:hover .product-card__actions .button{opacity:1;box-shadow:0 7px 18px rgba(243,107,33,.2)}.badge--sale{top:12px;left:12px;padding:5px 9px}.is-carousel .product-grid{scrollbar-width:none}.is-carousel .product-grid::-webkit-scrollbar{display:none}.is-carousel .carousel-arrow{top:42%;border:0;box-shadow:var(--commerce-shadow-soft);transition:.2s}.is-carousel .carousel-arrow:hover{color:#fff;background:var(--so-accent);transform:scale(1.08)}
.so-custom-feature{margin:0;background:var(--so-primary)}.so-custom-feature__grid{min-height:420px}.so-custom-feature__content h2{font-size:40px;font-weight:700}.so-custom-feature__media img{object-fit:cover}.work-grid img,.scene-card img,.category-card img,.product-gallery img{object-fit:cover}
.archive-layout{gap:36px}.shop-sidebar{padding:24px;border:1px solid var(--so-border);border-radius:18px;background:#fff}.filter-title{font-size:20px}.shop-results .products{gap:26px 18px}.shop-toolbar{padding:12px 16px;border:1px solid var(--so-border);border-radius:12px;background:#fff}.single-product-grid{gap:clamp(40px,6vw,84px)}.product-summary{padding:24px 0}.product-summary .product_title{font-size:clamp(36px,4vw,52px);font-weight:700}.product-summary .price{font-size:28px}.product-gallery img{border-radius:18px}.product-details{margin-top:80px}
@media(max-width:1100px){:root{--container:min(100% - 40px,1320px)}.desktop-nav{display:none}.menu-toggle{display:grid}.so-hero-slide__content{padding:56px 42px}.so-hero-slide__content h2{font-size:clamp(48px,6vw,60px)}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-grid>.assurance-item:nth-child(2){border-right:0}.so-category-section .category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:767px){:root{--container:min(100% - 28px,1320px);--commerce-section:48px}.announcement-bar__inner{min-height:40px}.site-header .header-inner,.site-header.is-scrolled .header-inner{min-height:64px}.so-slider{padding:12px 0 28px}.so-hero-slide{min-height:clamp(480px,var(--slide-mobile-height,520px),560px)}.so-hero-slide__layout{display:grid;min-height:inherit;grid-template-columns:1fr;grid-template-rows:44% 56%;border-radius:18px}.so-hero-slide__media{grid-row:1}.so-hero-slide__content{grid-row:2;min-height:0;padding:28px 26px 44px;justify-content:center}.so-hero-slide__content h2{max-width:100%;font-size:clamp(32px,9vw,42px);line-height:1.08}.so-hero-slide .eyebrow{margin-bottom:10px}.so-hero-slide__offer strong{font-size:21px}.so-hero-slide .button-group{display:grid;width:100%;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.so-hero-slide .button{min-width:0;min-height:44px;padding:8px;font-size:13px}.so-slider__controls{bottom:36px}.service-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px;padding:12px 0;overflow:visible!important}.service-grid>.assurance-item{min-width:0!important;min-height:82px;padding:12px;border:1px solid var(--so-border)!important;border-radius:12px}.service-grid>.assurance-item>b{flex-basis:38px;width:38px;height:38px}.service-grid>.assurance-item strong{font-size:14px}.service-grid>.assurance-item small{font-size:11px}.so-category-section .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px}.category-card{border-radius:14px}.category-card__body{padding:14px}.category-card__body strong{font-size:16px}.category-card__body em{right:12px;bottom:14px}.product-grid{gap:14px 10px}.product-card{border-radius:13px}.product-card__body{padding:12px}.product-card__title{font-size:15px}.product-card .price{font-size:16px}.product-card__actions .button{min-height:38px;font-size:12px}.section-heading{margin-bottom:22px}.section-heading h2,.storefront-home .section-heading h2{font-size:30px}.section-heading>a{font-size:12px}.single-product-grid{gap:22px}.product-summary .product_title{font-size:32px}.product-details{margin-top:48px}}
.service-grid>.assurance-item{color:var(--item-text,var(--assurance-text,var(--so-body)));background:var(--item-bg,transparent)}.service-grid>.assurance-item>b{color:var(--item-icon,var(--assurance-icon,var(--so-primary)));background:var(--item-icon-bg,var(--assurance-icon-bg,#eaf4f3))}
/* Integrity safeguards: these components must remain visible at supported widths. */
.service-strip.wp-block-summitocean-assurance-list{display:block!important;visibility:visible!important;height:auto!important;min-height:1px;overflow:visible;opacity:1!important}.service-strip.wp-block-summitocean-assurance-list .service-grid{visibility:visible;opacity:1}.header-actions{display:flex!important;visibility:visible!important;opacity:1!important}
@media(min-width:1024px){.site-header .desktop-nav{display:block!important;visibility:visible!important;overflow-x:auto;scrollbar-width:none}.site-header .desktop-nav::-webkit-scrollbar{display:none}.site-header .menu-toggle{display:none!important}.site-header .desktop-nav .menu,.site-header .desktop-nav .hybrid-navigation{gap:clamp(.3rem,.65vw,.75rem)}.site-header .desktop-nav a{font-size:clamp(.7rem,.82vw,.9rem)}.site-header .header-inner{gap:clamp(.65rem,1.3vw,1.5rem)}}
@media(max-width:767px){.service-strip.wp-block-summitocean-assurance-list{display:block!important}.service-strip.wp-block-summitocean-assurance-list .service-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}}
