@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--ink:#173042;--muted:#697a82;--cream:#f5f1e9;--paper:#fbfaf7;--teal:#4d8c88;--orange:#e7a477;--line:#17304229;--shadow:0 18px 55px #162a321c;color:var(--ink);background:var(--paper);font-synthesis:none;font-family:DM Sans,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--paper)}button,input,textarea{font:inherit}button{cursor:pointer}.container{width:min(1180px,100% - 48px);margin:0 auto}.site-header{z-index:10;color:#fff;position:absolute;inset:0 0 auto}.site-header-solid{color:var(--ink);background:#fff;position:relative;box-shadow:0 1px #17304214}.site-header-solid .nav{border-bottom-color:#1730421f}.site-header-solid .nav nav a{opacity:.72}.site-header-solid .nav nav a:hover{opacity:1}.site-header-solid .nav-shop,.site-header-solid .nav-cart{color:var(--ink)}.site-header-solid .nav-admin{color:var(--ink);border-color:#17304252}.site-header-solid .menu-toggle{color:var(--ink)}.nav{border-bottom:1px solid #ffffff40;justify-content:space-between;align-items:center;height:94px;display:flex}.logo{letter-spacing:.03em;align-items:center;gap:11px;font-size:12px;line-height:1.08;display:flex}.logo b{font-weight:700}.logo-mark{background:var(--orange);width:37px;height:37px;color:var(--ink);letter-spacing:-.08em;border-radius:12px 12px 12px 3px;place-items:center;font-size:13px;font-weight:700;display:grid}.nav nav{align-items:center;gap:34px;font-size:13px;font-weight:500;display:flex}.nav nav a{opacity:.84;transition:opacity .2s}.nav nav a:hover{opacity:1}.nav-admin{color:#fff;background:0 0;border:1px solid #ffffff8c;border-radius:100px;padding:10px 17px;font-size:12px}.menu-toggle{color:#fff;background:0 0;border:0;font-size:24px;display:none}.hero{color:#fff;background:#19384a;align-items:center;height:92vh;min-height:720px;max-height:900px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background-image:var(--hero-image);background-position:center calc(50% + var(--parallax));background-size:cover;transition:background-image .5s,background-position .1s linear;position:absolute;inset:-10% 0;transform:scale(1.04)}.hero:after{content:"";opacity:.5;transform:translateY(calc(var(--parallax) * -.3));pointer-events:none;background:radial-gradient(circle at 78% 22%,#e7a47747,#0000 22%),radial-gradient(circle at 65% 80%,#b5d4c82e,#0000 27%);position:absolute;inset:0}.hero-grain{z-index:1;opacity:.1;pointer-events:none;mix-blend-mode:soft-light;background-image:linear-gradient(115deg,#ffffff26 1px,#0000 1px);background-size:4px 4px;position:absolute;inset:0}.hero.reduce-motion:before,.hero.reduce-motion:after{transform:none}.hero.reduce-motion .hero-content{transform:none!important}.hero-shade{background:linear-gradient(90deg,#0f2937d4 0%,#0f293799 42%,#0f29371a 100%),linear-gradient(#0000 55%,#0a1c236b);position:absolute;inset:0}.hero-content{z-index:2;transform:translateY(calc(var(--parallax) * -.22));padding-top:80px;transition:transform .1s linear;position:relative}.eyebrow{color:var(--teal);letter-spacing:.24em;margin:0 0 22px;font-size:10px;font-weight:700}h1,h2,h3,p{margin-top:0}h1,h2{letter-spacing:-.04em;font-family:Playfair Display,serif;font-weight:500}.hero h1{max-width:680px;margin:0 0 27px;font-size:clamp(48px,7vw,86px);line-height:.98}.button{border:0;border-radius:100px;align-items:center;gap:19px;padding:15px 23px;font-size:12px;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.button:hover{transform:translateY(-2px);box-shadow:0 9px 22px #00000029}.button-light{color:var(--ink);background:#f4e9d6}.hero-dots{z-index:2;transform:translateY(calc(var(--parallax) * -.1));gap:8px;display:flex;position:absolute;bottom:58px;left:calc(50% + min(1180px,100% - 48px)/-2)}.hero-dots button{background:#fff6;border:0;border-radius:3px;width:28px;height:3px;padding:0;transition:width .3s,background .3s}.hero-dots button.active{background:#fff;width:58px}.scroll-cue{writing-mode:vertical-rl;letter-spacing:.16em;text-transform:uppercase;opacity:.7;align-items:center;gap:10px;font-size:10px;display:flex;position:absolute;bottom:40px;right:34px}.scroll-cue span{font-size:17px}.section{padding:126px 0}.intro-grid{grid-template-columns:1fr 1.1fr;align-items:start;gap:80px;display:grid}h2{margin:0;font-size:clamp(43px,5.5vw,68px);line-height:1.03}h2 em{color:var(--teal);font-style:italic}.intro-copy{max-width:500px;padding-top:36px}.intro-copy p{color:var(--muted);margin-bottom:19px;font-size:16px;line-height:1.85}.text-link{color:var(--ink);border-bottom:1px solid var(--ink);align-items:center;gap:19px;margin-top:12px;padding-bottom:8px;font-size:12px;font-weight:700;display:inline-flex}.text-link span{color:var(--orange);font-size:17px}.section-heading{justify-content:space-between;align-items:end;margin-bottom:50px;display:flex}.section-heading h2{font-size:58px}.product-card{background:#fff;border:1px solid #17304214;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex}.product-card-link{flex:1;display:block}.product-card .product-footer{margin:0 19px}.product-image-link{cursor:pointer}.section-lead{max-width:430px;color:var(--muted);margin:16px 0 0;font-size:14px;line-height:1.65}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery{flex-direction:column;width:100%;height:100%;display:flex}.gallery-main{flex:1;min-height:0;overflow:hidden}.gallery-main img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.gallery-main.is-zoomable{cursor:zoom-in;position:relative}.gallery-zoom{z-index:2;color:var(--ink);cursor:zoom-in;touch-action:manipulation;background:#ffffffeb;border:1px solid #17304229;border-radius:999px;align-items:center;gap:5px;padding:8px 11px;font-size:10px;font-weight:700;display:inline-flex;position:absolute;bottom:12px;right:12px;box-shadow:0 5px 14px #1730421f}.gallery-zoom span{font-size:9px}.product-lightbox{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#081923d1;place-items:center;padding:40px;display:grid;position:fixed;inset:0}.product-lightbox img{object-fit:contain;border-radius:14px;max-width:min(92vw,1000px);max-height:84vh;box-shadow:0 25px 80px #00000059}.product-lightbox button{z-index:1;color:#fff;background:#ffffff1f;border:1px solid #ffffff47;border-radius:50%;place-items:center;width:44px;height:44px;font-size:25px;display:grid;position:absolute}.product-lightbox .lightbox-close{top:24px;right:24px}.product-lightbox .lightbox-prev{top:50%;left:24px;transform:translateY(-50%)}.product-lightbox .lightbox-next{top:50%;right:24px;transform:translateY(-50%)}.product-lightbox>span{color:#fffc;letter-spacing:.12em;font-size:11px;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.product-card:hover .gallery-main img{transform:scale(1.04)}.gallery-thumbs{background:#fff;gap:5px;padding:6px;display:flex;overflow:auto}.gallery-thumbs button{background:#eee;border:2px solid #0000;border-radius:4px;flex:0 0 34px;width:34px;height:34px;padding:0;overflow:hidden}.gallery-thumbs img{object-fit:cover;width:100%;height:100%;display:block}.product-card:hover img{transform:scale(1.04)}.product-tag{letter-spacing:.13em;color:var(--ink);background:var(--orange);padding:7px 9px;font-size:8px;font-weight:700;position:absolute;top:12px;left:12px}.product-body h3{margin-bottom:9px;font-family:Playfair Display,serif;font-size:22px;font-weight:500}.product-body p{color:var(--muted);min-height:58px;margin-bottom:17px;font-size:12px;line-height:1.55}.product-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:15px;display:flex}.product-footer strong{font-size:14px}.product-footer a{color:var(--teal);font-size:11px;font-weight:700}.add-cart{color:#2f756d;background:#edf5f3;border:0;border-radius:5px;padding:7px 9px;font-size:10px;font-weight:700}.add-cart:hover{background:var(--orange);color:var(--ink)}.product-footer a span{color:var(--orange);margin-left:8px;font-size:16px}.blog-note{max-width:210px;color:var(--muted);text-align:right;font-size:12px;line-height:1.6}.posts-grid{grid-template-rows:340px;grid-template-columns:1.3fr 1fr 1fr;gap:18px;display:grid}.post-card{color:#fff;background:var(--ink);min-height:0;position:relative;overflow:hidden}.post-card img{object-fit:cover;opacity:.74;width:100%;height:100%;transition:transform .6s}.post-card:hover img{transform:scale(1.05)}.post-overlay{background:linear-gradient(#0b1f2a0d 20%,#0b1f2ae6);flex-direction:column;justify-content:end;padding:27px;display:flex;position:absolute;inset:0}.post-overlay time{letter-spacing:.14em;text-transform:uppercase;color:#b7d4c8;margin-bottom:10px;font-size:9px}.post-overlay h3{margin-bottom:10px;font-family:Playfair Display,serif;font-size:25px;font-weight:500;line-height:1.1}.post-overlay p{color:#ffffffbf;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 16px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.post-overlay a span{color:var(--orange);margin-left:7px;font-size:16px}.contact{background:var(--ink);color:#fff}.contact-grid{grid-template-columns:1fr 1fr;gap:80px;display:grid}.contact h2{font-size:70px}.contact h2 em{color:var(--orange)}.contact-lead{color:#ffffffa3;max-width:300px;margin:30px 0 0;font-size:15px;line-height:1.7}.contact-details{padding-top:25px}.contact-details>a{border-bottom:1px solid #fff3;padding:19px 0;font-size:18px;display:block}.contact-details>a b{color:var(--orange);float:right;font-weight:400}.detail-label{letter-spacing:.2em;color:#a9c8bd;margin-bottom:8px;font-size:9px;font-weight:700;display:block}.socials{align-items:center;gap:19px;padding-top:30px;font-size:12px;display:flex}.socials .detail-label{margin:0 12px 0 0}.socials a:hover{color:var(--orange)}footer{color:#ffffff9e;background:#102735;padding:24px 0}.footer-inner{justify-content:space-between;align-items:center;font-size:11px;display:flex}.footer-inner .logo{color:#fff}.footer-inner>a{color:#b5d4c8}.newsletter{border-top:1px solid #ffffff26;grid-template-columns:1fr 1.2fr;align-items:center;gap:22px;width:min(1180px,100% - 48px);margin:32px auto 8px;padding-top:28px;display:grid}.newsletter h3{letter-spacing:-.03em;margin:0;font-family:Playfair Display,serif;font-size:25px;font-weight:500;line-height:1.08}.newsletter h3 em{color:var(--orange);font-style:italic}.newsletter>p:not(.eyebrow){color:#ffffff8c;max-width:250px;font-size:11px;line-height:1.5}.newsletter form{border-bottom:1px solid #ffffff59;margin-top:2px;display:flex}.newsletter form input{color:#fff;background:0 0;border:0;outline:0;flex:1;padding:12px 0;font-size:12px}.newsletter form button{width:38px;color:var(--orange);background:0 0;border:0;font-size:20px}.consent{color:#fff6;grid-column:2;margin-top:-14px;font-size:9px}.consent input{vertical-align:-1px;margin-right:6px}.newsletter-success,.newsletter-error{grid-column:2;margin-top:-13px;font-size:10px}.newsletter-success{color:#b5d4c8}.newsletter-error{color:#f0b0a3}.chat-wrap{z-index:20;position:fixed;bottom:25px;right:26px}.chat-fab{color:#fff;background:var(--teal);border:0;border-radius:100px;align-items:center;gap:9px;height:52px;padding:0 18px 0 11px;display:flex;box-shadow:0 12px 28px #1a43454d}.chat-fab span{width:30px;height:30px;color:var(--ink);background:#f4e9d6;border-radius:50%;place-items:center;font-size:18px;display:grid}.chat-penguin{background:#fff;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;overflow:hidden}.chat-penguin img{object-fit:cover;object-position:50% 19%;width:58px;max-width:none;height:58px}.chat-penguin-small{flex:0 0 34px;width:34px;height:34px}.chat-penguin-small img{width:59px;height:59px}.chat-fab i{font-size:11px;font-style:normal;font-weight:700}.chat-panel{width:340px;height:460px;box-shadow:var(--shadow);background:#fff;border:1px solid #1730421f;flex-direction:column;margin-bottom:12px;display:flex}.chat-head{background:var(--ink);color:#fff;justify-content:space-between;padding:18px 18px 15px;display:flex}.chat-head b{font-family:Playfair Display,serif;font-size:20px;font-weight:500;display:block}.chat-head small{color:#b5d4c8;font-size:10px}.chat-head button{color:#fff;background:0 0;border:0;font-size:22px}.chat-messages{background:#f9f7f2;flex-direction:column;flex:1;gap:11px;padding:18px;display:flex;overflow:auto}.chat-fallback-notice{color:#856404;background:#fff3cd;border-left:3px solid #ffc107;border-radius:4px;margin:0 12px 6px;padding:10px 14px;font-size:11px;line-height:1.5}.bubble{max-width:85%;padding:11px 13px;font-size:12px;line-height:1.5}.bubble.assistant{color:var(--ink);background:#e2eeea;border-radius:3px 14px 14px;align-self:flex-start}.bubble.user{color:#fff;background:var(--teal);border-radius:14px 3px 14px 14px;align-self:flex-end}.chat-form input{background:#f5f1e9;border:0;outline:0;flex:1;padding:10px;font-size:12px}.chat-form button{background:var(--orange);width:37px;color:var(--ink);border:0;font-weight:700}.contact-map-section{background:var(--ink);color:#fff;padding:0 0 110px}.contact-map-heading .eyebrow{color:#a9c8bd;margin-bottom:10px}.contact-map-heading h2{font-size:clamp(34px,5vw,58px)}.contact-map-heading h2 em{color:var(--orange)}.contact-map{background:#dfe8e4;border:0;border-radius:18px;width:100%;height:360px;display:block}.contact-map-empty{color:#ffffffa6;text-align:center;border:1px dashed #ffffff47;border-radius:18px;place-items:center;min-height:180px;padding:22px;font-size:13px;display:grid}.documents-footer{color:#fff;background:#0d2635;border-top:1px solid #ffffff1a;padding:30px 0}.documents-footer .eyebrow{color:#a9c8bd;margin-bottom:8px}.documents-footer h3{margin:0 0 16px;font-family:Playfair Display,serif;font-size:25px;font-weight:500}.documents-footer-links{flex-wrap:wrap;gap:10px;display:flex}.documents-footer-links a{color:#d5e5df;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;padding:10px 13px;font-size:11px;display:inline-flex}.documents-footer-links a span{color:var(--orange);font-size:15px}.typing{gap:3px;display:flex}.typing span{background:var(--teal);border-radius:50%;width:5px;height:5px;animation:1s infinite alternate bounce}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes bounce{to{opacity:.4;transform:translateY(-4px)}}.nav{justify-content:flex-start;gap:clamp(26px,5vw,78px)}.nav nav{flex:1;gap:clamp(18px,2.5vw,34px)}.nav-shop{margin-left:auto}.nav-shop,.nav-cart{color:inherit;white-space:nowrap;background:0 0;border:0;align-items:center;gap:7px;font-size:12px;font-weight:600;display:inline-flex}.nav-icon{color:var(--orange);font-size:17px;line-height:1}.nav-cart{position:relative}.nav-cart b{background:var(--orange);min-width:17px;height:17px;color:var(--ink);border-radius:50%;place-items:center;padding:0 4px;font-size:9px;display:grid}.site-header-solid .nav{height:78px}.site-header-solid .nav nav{color:var(--ink)}.why-us{background:#dcecf4;padding:126px 0}.why-us .section-heading{align-items:end}.why-us .section-heading>p{max-width:360px;margin:0 0 6px}.why-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:54px;display:grid}.why-card{background:#fffdf8;border:1px solid #17304214;border-radius:22px;flex-direction:column;justify-content:space-between;min-height:280px;padding:27px 25px 24px;transition:transform .25s,box-shadow .25s;display:flex}.why-card:hover{transform:translateY(-6px);box-shadow:0 20px 35px #1730421c}.why-number{color:#76a9bb;font-family:Playfair Display,serif;font-size:58px;line-height:1}.why-card h3{margin:0 0 11px;font-family:Playfair Display,serif;font-size:28px;font-weight:500}.why-card p{max-width:290px;color:var(--muted);margin:0;font-size:13px;line-height:1.65}.why-arrow{color:var(--orange);align-self:flex-end;font-size:25px}.scroll-video-section{height:170vh;padding:0;position:relative}.scroll-video-sticky{place-items:center;height:100vh;display:grid;position:sticky;top:0;overflow:hidden}.scroll-video-section .scroll-video-grid{width:min(1180px,100% - 48px)}.scroll-video-frame{transition:transform .12s linear}.scroll-video-frame video{object-fit:cover}.video-chip,.scroll-video-copy .video-feature{display:none}.video-progress{height:3px}.instagram-section{background:#fff;padding:120px 0}.instagram-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.instagram-card{aspect-ratio:1;background:#e8eeee;display:block;position:relative;overflow:hidden}.instagram-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.instagram-card:hover img{transform:scale(1.06)}.instagram-overlay{color:#fff;opacity:0;background:linear-gradient(#0000,#0c2634cc);padding:30px 15px 15px;font-size:11px;font-weight:700;transition:opacity .25s;position:absolute;inset:auto 0 0}.instagram-card:hover .instagram-overlay{opacity:1}.signup-consent{line-height:1.45;color:var(--muted)!important;font-size:11px!important}.site-footer .newsletter{display:none}.hero{background:#173042}.hero-parallax-back{z-index:0}.hero-parallax-mid{z-index:1}.hero-shade{z-index:2}.hero-grain{z-index:3}.hero-content,.hero-dots{z-index:4}.hero:after{z-index:5}.contact-shell .contact{align-items:center;min-height:calc(100vh - 78px);display:flex}@media (width<=900px){.why-grid{grid-template-columns:1fr}.why-card{min-height:220px}.scroll-video-section{height:145vh}.instagram-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.nav{gap:12px}.nav nav{gap:13px}.nav nav a{font-size:12px}.nav-shop,.nav-cart{gap:0;font-size:0}.nav-shop .nav-icon,.nav-cart .nav-icon{font-size:19px}.site-header-solid .nav{height:75px}.why-us{padding:82px 0}.why-grid{margin-top:32px}.why-card{min-height:205px;padding:21px}.why-number{font-size:46px}.why-card h3{font-size:24px}.scroll-video-section{height:125vh}.scroll-video-sticky{height:100svh}.scroll-video-section .scroll-video-grid{flex-direction:column;gap:28px;display:flex}.scroll-video-frame{order:0;width:100%}.scroll-video-copy{order:1}.scroll-video-copy h2{font-size:38px}.instagram-section{padding:82px 0}.instagram-grid{gap:8px}.instagram-overlay{opacity:1}.contact-map-section{padding-bottom:70px}.contact-map{border-radius:14px;height:280px}.documents-footer{padding:25px 0}.documents-footer-links{grid-template-columns:1fr;display:grid}.product-lightbox{padding:20px}.product-lightbox .lightbox-prev{left:10px}.product-lightbox .lightbox-next{right:10px}.product-lightbox .lightbox-close{top:12px;right:12px}}.admin-sidebar{background:var(--ink);color:#fff;flex-direction:column;flex:none;width:250px;padding:34px 22px;display:flex}.admin-sidebar .logo{margin:0 10px 65px}.admin-sidebar .eyebrow{color:#a9c8bd;margin:0 10px 17px;font-size:9px}.admin-sidebar>button{text-align:left;color:#ffffff9e;background:0 0;border:0;border-radius:3px;padding:13px 12px;font-size:13px}.admin-sidebar>button.active,.admin-sidebar>button:hover{color:#fff;background:#ffffff1a}.sidebar-exit{margin-top:auto;color:#b5d4c8!important}.admin-content{flex:1;max-width:1200px;padding:57px min(7vw,85px)}.admin-top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;margin-bottom:26px;padding-bottom:28px;display:flex}.admin-top .eyebrow{margin-bottom:10px}.admin-top h1{margin:0;font-size:45px}.admin-list{border:1px solid var(--line);background:#fff}.admin-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:78px;padding:12px 18px;display:flex}.admin-row:last-child{border:0}.admin-row>div:first-child{align-items:center;gap:14px;display:flex}.admin-row img{object-fit:cover;width:52px;height:52px}.admin-row b{font-size:13px;display:block}.admin-row small{color:var(--muted);margin-top:4px;font-size:11px;display:block}.row-actions{gap:13px;display:flex}.row-actions button{color:var(--teal);background:0 0;border:0;font-size:11px;font-weight:700}.row-actions button:last-child{color:#a96d61}.notice,.form-error{margin-bottom:17px;padding:12px 16px;font-size:12px}.notice{color:#276259;background:#deeee8}.form-error{color:#984d42;background:#fae4dd}.editor-backdrop{z-index:30;background:#0f263273;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.editor{width:min(570px,100%);max-height:90vh;box-shadow:var(--shadow);background:#fff;padding:28px;overflow:auto}.editor-head{justify-content:space-between;align-items:center;margin-bottom:21px;display:flex}.editor-head h2{font-size:31px}.editor-head button{background:0 0;border:0;font-size:25px}.editor label,.contact-editor label{color:var(--muted);margin:13px 0;font-size:11px;font-weight:700;display:block}.editor input,.editor textarea,.contact-editor input,.login-card input{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;outline:0;margin-top:6px;padding:10px;font-size:13px;display:block}.editor textarea{resize:vertical;min-height:74px}.editor textarea.large{min-height:150px}.two-fields{grid-template-columns:1fr 1fr;gap:13px;display:grid}.check{align-items:center;gap:9px;display:flex!important}.check input{width:auto;margin:0}.editor-actions{justify-content:flex-end;gap:15px;margin-top:24px;display:flex}.editor-actions>button:first-child{color:var(--muted);background:0 0;border:0}.contact-editor{background:#fff;max-width:550px;padding:26px}.contact-editor .button{margin-top:14px}.login-card{width:min(420px,100% - 40px);box-shadow:var(--shadow);background:#fff;padding:42px}.login-card .logo{margin-bottom:65px}.login-card .eyebrow{margin-bottom:10px}.login-card>p:not(.eyebrow){color:var(--muted);margin-bottom:28px;font-size:13px}.login-card label{color:var(--muted);margin:14px 0;font-size:11px;display:block}.login-card .button{justify-content:space-between;width:100%;margin-top:14px}.back-link{color:var(--teal);background:0 0;border:0;margin:30px auto 0;font-size:11px;display:block}@media (width<=900px){.nav nav{gap:19px}.products-grid{grid-template-columns:repeat(2,1fr)}.posts-grid{grid-template-rows:280px 280px;grid-template-columns:1fr 1fr}.post-1{grid-row:span 2}.intro-grid,.contact-grid{gap:45px}.contact h2{font-size:57px}}@media (width<=650px){.container{width:calc(100% - 36px)}.nav{height:75px}.menu-toggle{display:block}.nav nav{background:var(--ink);flex-direction:column;align-items:flex-start;gap:19px;padding:17px 18px 22px;display:none;position:absolute;top:75px;left:0;right:0}.nav nav.open{display:flex}.nav-admin{margin-top:3px}.hero{height:88vh;min-height:650px}.hero h1{font-size:53px}.hero-subtitle{font-size:15px}.hero-dots{bottom:43px;left:18px}.scroll-cue{display:none}.section{padding:82px 0}.intro-grid,.contact-grid{grid-template-columns:1fr;gap:27px}.intro-copy{padding-top:0}.section-heading{align-items:start;margin-bottom:32px;display:block}.section-heading h2{font-size:46px}.desktop-link,.blog-note{display:none}.products-grid{grid-template-columns:1fr 1fr;gap:11px}.product-body{padding:14px}.product-body h3{font-size:18px}.product-body p{min-height:72px;font-size:11px}.product-tag{padding:5px;font-size:7px;top:7px;left:7px}.mobile-link{margin-top:28px;display:inline-flex}.posts-grid{display:block}.post-card{height:340px;margin-bottom:11px}.post-1{height:370px}.contact h2{font-size:55px}.contact-details{padding-top:0}.footer-inner{flex-wrap:wrap;gap:14px}.footer-inner>span{order:3;width:100%}.chat-wrap{bottom:13px;right:13px}.chat-panel{width:calc(100vw - 26px);height:435px}.admin-page{display:block}.admin-sidebar{width:100%;min-height:0;padding:20px}.admin-sidebar .logo{margin:0 0 23px}.admin-sidebar .eyebrow{display:none}.admin-sidebar>button{width:auto;padding:9px;display:inline-block}.sidebar-exit,.sidebar-logout{float:right;margin-top:12px!important}.admin-content{padding:33px 18px}.admin-top{align-items:start;gap:15px}.admin-top h1{font-size:35px}.admin-top .button{padding:12px}.two-fields{grid-template-columns:1fr}.login-card{padding:31px}.login-card .logo{margin-bottom:42px}}@media (width<=900px){.admin-sidebar{width:210px}.dashboard{padding:32px 25px}.admin-topbar{padding:0 25px}.admin-top{padding:32px 25px 22px}.content-toolbar{padding-left:25px;padding-right:25px}.admin-content>.admin-list{margin:0 25px}.contact-editor{margin:25px}.kpi-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.admin-top h1{font-size:33px}}@media (width<=650px){.admin-sidebar{width:100%;padding:18px 14px}.workspace-switch{margin-bottom:18px}.admin-sidebar>.admin-nav-item{width:auto;margin-right:3px;padding:9px;display:inline-flex}.admin-sidebar>.admin-nav-item span,.nav-heading{display:none}.nav-heading.secondary{margin:15px 0 4px;display:block}.sidebar-bottom{justify-content:space-between;margin-top:9px;display:flex}.sidebar-bottom button{width:auto;padding:8px}.admin-content{min-height:calc(100vh - 240px)}.admin-topbar{height:57px;padding:0 18px}.topbar-name{display:none}.dashboard{padding:29px 18px}.dashboard-heading{display:block}.dashboard-heading h2{font-size:32px}.refresh-button{margin-top:18px}.kpi-grid{gap:9px}.kpi-card{min-height:139px;padding:15px}.kpi-icon{margin-bottom:14px}.kpi-card strong{font-size:24px}.panel{padding:21px 17px}.admin-top{padding:29px 18px 20px}.content-toolbar{padding:21px 18px 12px}.admin-content>.admin-list{margin:0 18px}.contact-editor{margin:20px 18px;padding:20px}.admin-row{padding:11px}.admin-row img{width:42px;height:42px}}.admin-sidebar{color:#5c6e78;background:#fff;border-right:1px solid #e7edf0;width:252px;padding:24px 15px 18px}.admin-sidebar .logo{color:#173042;margin:0 11px 28px}.workspace-switch{color:#223641;background:#f5f8f8;border:1px solid #e8eeee;border-radius:8px;align-items:center;gap:9px;margin:0 5px 31px;padding:10px;display:flex}.workspace-avatar,.topbar-avatar{color:#173042;background:#e4b082;border-radius:7px;place-items:center;width:30px;height:30px;font-size:10px;font-weight:800;display:grid}.workspace-switch div{flex:1}.workspace-switch b,.workspace-switch small{display:block}.workspace-switch b{font-size:11px}.workspace-switch small{color:#84949c;margin-top:3px;font-size:9px}.nav-heading{color:#a0adb3;letter-spacing:.15em;margin:0 0 9px;padding:0 12px;font-size:9px;font-weight:700}.admin-sidebar>.admin-nav-item{color:#61727b;background:0 0;border:0;border-radius:7px;align-items:center;gap:12px;width:100%;padding:11px 12px;font-size:12px;display:flex;position:relative}.admin-sidebar>.admin-nav-item span{color:#8e9ba1;text-align:center;width:17px;font-size:17px}.nav-ping{background:#e7a477;border-radius:50%;width:6px;height:6px;margin-left:auto}.sidebar-bottom{margin-top:auto}.sidebar-bottom button{text-align:left;background:0 0;border:0;width:100%;padding:11px 12px;font-size:11px;display:block}.sidebar-exit{color:#4d8c88!important}.sidebar-logout{color:#aa6c62!important}.admin-content{background:#f8fafb;max-width:none;padding:0}.admin-topbar{background:#fff;border-bottom:1px solid #e7edf0;justify-content:space-between;align-items:center;height:72px;padding:0 42px;display:flex}.breadcrumbs b{color:#ccd3d6;font-weight:400}.topbar-actions{color:#7a8990;align-items:center;gap:13px;display:flex}.topbar-actions>button{color:#82929a;background:0 0;border:0;font-size:19px}.topbar-divider{background:#e5eaec;width:1px;height:23px}.topbar-name{color:#41525c;font-size:11px}.topbar-avatar{background:#d6e6e1;border-radius:50%;width:28px;height:28px;font-size:11px}.dashboard{max-width:1430px;padding:43px 54px 65px}.dashboard-heading{justify-content:space-between;align-items:end;margin-bottom:31px;display:flex}.dashboard-heading .eyebrow{margin-bottom:10px}.dashboard-heading h2{letter-spacing:-.035em;font-size:40px}.dashboard-heading>div>p:last-child{color:#829098;margin:9px 0 0;font-size:13px}.refresh-button{color:#56717a;background:#fff;border:1px solid #dfe7e9;border-radius:6px;padding:9px 13px;font-size:11px}.refresh-button:disabled{opacity:.6}.kpi-grid{grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:23px;display:grid}.kpi-card{text-align:left;color:#1c303c;background:#fff;border:1px solid #e4eaec;border-radius:9px;min-height:155px;padding:21px;transition:box-shadow .2s,transform .2s;position:relative}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px #18354012}.kpi-icon{border-radius:8px;place-items:center;width:32px;height:32px;margin-bottom:18px;font-size:18px;display:grid}.kpi-card.peach .kpi-icon{color:#bd795c;background:#f9e9de}.kpi-card.mint .kpi-icon{color:#4c8a80;background:#e0f0eb}.kpi-card.sky .kpi-icon{color:#5d8ba8;background:#e3eff6}.kpi-label{color:#71818a;margin-bottom:5px;font-size:11px;display:block}.kpi-card strong{letter-spacing:-.04em;font-size:28px;font-weight:600;line-height:1;display:block}.kpi-card small{color:#9aa7ac;margin-top:9px;font-size:10px;display:block}.kpi-arrow{color:#b2c0c4;font-size:18px;font-style:normal;position:absolute;top:21px;right:18px}.dashboard-grid{grid-template-columns:1.12fr .88fr;gap:23px;margin-bottom:23px;display:grid}.panel{background:#fff;border:1px solid #e4eaec;border-radius:9px;padding:26px 28px}.panel-heading{justify-content:space-between;align-items:start;margin-bottom:21px;display:flex}.panel-heading .eyebrow{margin-bottom:8px}.panel-heading h3{letter-spacing:-.02em;margin:0;font-size:17px;font-weight:600}.live-dot{color:#4c8a80;align-items:center;gap:6px;font-size:10px;display:flex}.live-dot i{background:#54a79b;border-radius:50%;width:6px;height:6px}.health-list{gap:7px;display:grid}.health-card{border:1px solid #edf1f2;border-radius:7px;align-items:center;gap:13px;padding:13px 12px;display:flex}.health-icon{color:#4d8c88;background:#eef5f3;border-radius:7px;place-items:center;width:33px;height:33px;font-size:18px;display:grid}.health-icon.is-warning{color:#c77b52;background:#fff1e7}.health-main{flex:1}.health-title{justify-content:space-between;align-items:center;display:flex}.health-title b{font-size:12px}.health-main small{color:#9aa7ad;margin-top:5px;font-size:10px;display:block}.status-pill{color:#5d777c;background:#f0f6f3;border-radius:100px;align-items:center;gap:5px;padding:5px 7px;font-size:9px;display:inline-flex}.status-pill i{background:#52a495;border-radius:50%;width:5px;height:5px}.status-pill.warning{color:#b9724d;background:#fff4eb}.status-pill.warning i{background:#e6a16e}.status-pill.neutral{color:#929da2;background:#f3f5f6}.status-pill.neutral i{background:#adb8bc}.quick-panel{color:#fff;background:#173042;border-color:#173042}.quick-panel .eyebrow{color:#a9c8bd}.quick-panel h3{color:#fff}.quick-actions{gap:8px;display:grid}.quick-actions button{color:#fff;text-align:left;background:#ffffff14;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:12px;width:100%;padding:12px;display:flex}.quick-actions button>span{color:#e7a477;background:#ffffff1f;border-radius:6px;place-items:center;width:28px;height:28px;font-size:19px;display:grid}.quick-actions button div{flex:1}.quick-actions b,.quick-actions small{display:block}.quick-actions b{font-size:11px}.quick-actions small{color:#ffffff85;margin-top:3px;font-size:9px}.quick-actions i{color:#a9c8bd;font-size:17px;font-style:normal}.activity-panel{padding-bottom:10px}.activity-caption{color:#a0adb3;font-size:10px}.activity-list{margin:0 -10px}.activity-row{border-top:1px solid #eef1f2;align-items:center;gap:12px;padding:12px 10px;display:flex}.activity-icon{color:#4d8c88;background:#edf5f3;border-radius:7px;place-items:center;width:30px;height:30px;font-size:14px;display:grid}.activity-icon.product_view{color:#bd795c;background:#f9e9de}.activity-icon.post_view{color:#7269ac;background:#eceafa}.activity-icon.chat{color:#5d8ba8;background:#e3eff6}.activity-icon.admin_action{color:#819198;background:#f1f4f5}.activity-row>div{flex:1}.activity-row b{font-size:11px;font-weight:600;display:block}.activity-row small{color:#9ba7ac;margin-top:3px;font-size:10px;display:block}.activity-row time{color:#a3afb3;font-size:10px}.empty-state{color:#96a3a8;flex-direction:column;align-items:center;padding:37px;display:flex}.empty-state span{color:#c2ced1;margin-bottom:11px;font-size:27px}.empty-state b{color:#61727a;font-size:12px}.empty-state small{margin-top:5px;font-size:10px}.admin-top{border-bottom:1px solid #e4eaec;align-items:start;margin:0;padding:43px 54px 26px}.admin-top h1{font-size:39px}.page-lead{color:#84939a;margin:9px 0 0;font-size:12px}.content-toolbar{color:#8b9a9f;justify-content:space-between;align-items:center;padding:26px 54px 13px;font-size:11px;display:flex}.content-toolbar button{color:#627780;background:#fff;border:1px solid #dfe7e9;border-radius:5px;padding:8px 12px;font-size:10px}.admin-content>.admin-list{margin:0 54px}.admin-list{border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #18354005}.admin-row{min-height:82px;padding:14px 19px}.contact-editor{border:1px solid #e4eaec;border-radius:9px;max-width:610px;margin:28px 54px;box-shadow:0 2px 4px #18354005}.activity-filter{color:#627780;background:#fff;border:1px solid #dfe7e9;border-radius:6px;min-width:170px;padding:10px 12px;font-size:11px}@media (width<=900px){.admin-sidebar{width:210px}.dashboard{padding:32px 25px}.admin-topbar{padding:0 25px}.admin-top{padding:32px 25px 22px}.content-toolbar{padding-left:25px;padding-right:25px}.admin-content>.admin-list{margin:0 25px}.contact-editor{margin:25px}.activity-manager-summary{padding-left:25px;padding-right:25px}.activity-manager-panel{margin-left:25px;margin-right:25px}.kpi-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.admin-top h1{font-size:33px}}@media (width<=650px){.admin-sidebar{width:100%;padding:18px 14px}.workspace-switch{margin-bottom:18px}.admin-sidebar>.admin-nav-item{width:auto;margin-right:3px;padding:9px;display:inline-flex}.admin-sidebar>.admin-nav-item span,.nav-heading{display:none}.nav-heading.secondary{margin:15px 0 4px;display:block}.sidebar-bottom{justify-content:space-between;margin-top:9px;display:flex}.sidebar-bottom button{width:auto;padding:8px}.admin-content{min-height:calc(100vh - 240px)}.admin-topbar{height:57px;padding:0 18px}.topbar-name{display:none}.dashboard{padding:29px 18px}.dashboard-heading{display:block}.dashboard-heading h2{font-size:32px}.refresh-button{margin-top:18px}.kpi-grid{gap:9px}.kpi-card{min-height:139px;padding:15px}.kpi-icon{margin-bottom:14px}.kpi-card strong{font-size:24px}.panel{padding:21px 17px}.admin-top{padding:29px 18px 20px}.content-toolbar{padding:21px 18px 12px}.admin-content>.admin-list{margin:0 18px}.contact-editor{margin:20px 18px;padding:20px}.activity-manager-summary{gap:8px;padding:20px 18px}.activity-manager-summary>div{padding:13px 10px;display:block}.activity-manager-summary b,.activity-manager-summary span{display:block}.activity-manager-summary b{font-size:21px}.activity-manager-summary span{margin-top:5px}.activity-manager-panel{margin:0 18px;padding:10px}.activity-filter{width:100%;margin-top:15px}.admin-row{padding:11px}.admin-row img{width:42px;height:42px}}.contact-form{padding-top:25px}.contact-form label{color:#b5d4c8;margin-bottom:14px;font-size:10px;font-weight:700;display:block}.contact-form label span{color:#fff6;margin-left:5px;font-weight:400}.contact-form input,.contact-form textarea{color:#fff;background:0 0;border:0;border-bottom:1px solid #ffffff4d;outline:0;width:100%;padding:10px 0;font-size:13px;display:block}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--orange)}.contact-form textarea{resize:vertical;min-height:100px}.contact-form .button{margin-top:8px}.contact-form .button:disabled{opacity:.6}.form-note{color:#ffffff6b;margin-top:13px;font-size:10px;display:block}.honeypot{opacity:0!important;position:absolute!important;left:-10000px!important}.contact-success{color:#c8e8dc;background:#4d8c8838;margin:8px 0 12px;padding:11px;font-size:11px}.contact-error{color:#ffd0c5;background:#bd675b38;margin:8px 0 12px;padding:11px;font-size:11px}.message-summary{background:#fff;border:1px solid #e4eaec;border-radius:8px;align-items:baseline;gap:9px;margin:30px 54px 22px;padding:17px 20px;display:inline-flex}.message-summary b{font-size:25px}.message-summary span{color:#84939a;font-size:11px}.message-panel{margin:0 54px;padding:10px 18px}.message-row{text-align:left;width:100%;color:var(--ink);background:#fff;border:0;border-bottom:1px solid #eef1f2;align-items:center;gap:13px;padding:14px 5px;display:flex}.message-row:last-child{border-bottom:0}.message-row>div{flex:1}.message-row b,.message-row small{display:block}.message-row b{font-size:12px}.message-row small{color:#91a0a6;margin-top:4px;font-size:10px}.message-row time{color:#a3afb3;font-size:10px}.message-row>i{color:#4d8c88;background:#edf5f3;border-radius:100px;padding:5px 8px;font-size:9px;font-style:normal}.message-row.read>i{color:#7d8b91;background:#f1f4f5}.message-row.archived>i{color:#b47652;background:#fff1e8}.message-avatar{color:#3f766e;background:#dbece7;border-radius:50%;flex:none;place-items:center;width:31px;height:31px;font-size:11px;font-weight:700;display:grid}.message-detail{width:min(570px,100%);max-height:90vh;box-shadow:var(--shadow);background:#fff;padding:28px;overflow:auto}.message-sender{border-top:1px solid var(--line);border-bottom:1px solid var(--line);align-items:center;gap:11px;padding:18px 0;display:flex}.message-sender b,.message-sender small{display:block}.message-sender b{font-size:12px}.message-sender small{color:#8b9ba1;margin-top:4px;font-size:10px}.message-body{white-space:pre-wrap;color:#4c606a;min-height:130px;padding:20px 0;font-size:13px;line-height:1.7}.activity-manager-summary{grid-template-columns:repeat(3,1fr);gap:15px;padding:30px 54px 23px;display:grid}.activity-manager-summary>div{background:#fff;border:1px solid #e4eaec;border-radius:8px;align-items:baseline;gap:9px;padding:17px 20px;display:flex}.activity-manager-summary b{font-size:25px;font-weight:600}.activity-manager-summary span{color:#84939a;font-size:11px}.activity-manager-panel{margin:0 54px;padding:12px 18px}.activity-manager-panel .activity-row{padding:15px 4px}@media (width<=900px){.activity-manager-summary{padding-left:25px;padding-right:25px}.activity-manager-panel,.message-panel{margin-left:25px;margin-right:25px}.message-summary{margin-left:25px}.form-row{gap:13px}}@media (width<=650px){.contact-form{padding-top:0}.form-row{grid-template-columns:1fr;gap:0}.newsletter{width:calc(100% - 36px);display:block}.newsletter h3{margin-bottom:15px}.newsletter>p:not(.eyebrow){margin-bottom:20px}.consent,.newsletter-success,.newsletter-error{margin-top:10px;display:block}.activity-manager-summary{gap:8px;padding:20px 18px}.activity-manager-summary>div{padding:13px 10px;display:block}.activity-manager-summary b,.activity-manager-summary span{display:block}.activity-manager-summary b{font-size:21px}.activity-manager-summary span{margin-top:5px}.activity-manager-panel{margin:0 18px;padding:10px}.message-summary{margin:20px 18px 15px}.message-panel{margin:0 18px;padding:9px}.message-row{gap:8px}.message-row time{display:none}.message-row>i{padding:4px 6px;font-size:8px}.message-detail{padding:20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.media-actions{align-items:center;gap:10px;display:flex}.media-actions select{color:#52656e;background:#fff;border:1px solid #dfe7e9;border-radius:6px;padding:10px 12px;font-size:11px}.upload-button{position:relative;overflow:hidden}.upload-button input{opacity:0;cursor:pointer;position:absolute;inset:0}.media-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:15px;padding:0 54px 50px;display:grid}.media-card{background:#fff;border:1px solid #e4eaec;border-radius:9px;min-width:0;overflow:hidden}.media-card>img{aspect-ratio:1.25;object-fit:cover;background:#eef3f2;width:100%;display:block}.media-card>div:not(.media-card-actions):not(.document-icon){padding:11px 12px 0}.media-card b,.media-card small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.media-card b{color:#304954;font-size:11px}.media-card small{color:#94a2a7;margin-top:4px;font-size:9px}.document-icon{color:#4d8c88;letter-spacing:.08em;background:#edf5f3;place-items:center;height:140px;font-size:20px;font-weight:700;display:grid}.media-card-actions{border-top:1px solid #eef1f2;justify-content:space-between;margin-top:6px;padding:12px;font-size:10px;display:flex}.media-card-actions a{color:#4d8c88;font-weight:700}.media-card-actions button{color:#aa6c62;background:0 0;border:0;font-size:10px}.file-field input[type=file]{background:#f7fbfa;border:1px dashed #c8d8d6;border-radius:6px;padding:10px 0}.file-field small,label small{color:#9aa7ac;margin-left:4px;font-size:9px;font-weight:400}.editor-media-preview{background:#f5f8f8;border:1px solid #e3ebeb;border-radius:7px;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px;display:grid}.editor-media-preview>div{background:#fff;border-radius:5px;min-width:0;position:relative;overflow:hidden}.editor-media-preview img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.editor-media-preview button{color:#fff;background:#102735e0;border:0;border-radius:3px;width:22px;height:22px;padding:0;font-size:10px}.editor-media-preview button:disabled{opacity:.35}.editor-media-preview .pending{border:2px dashed var(--orange)}.editor-media-preview .pending small{text-overflow:ellipsis;white-space:nowrap;padding:4px;display:block;overflow:hidden}.footer-description{color:#92a9a5;max-width:260px;margin:13px 0 0;font-size:11px;line-height:1.6}.footer-links{color:#b5d4c8;flex-wrap:wrap;gap:14px;font-size:11px;display:flex}.footer-link-groups{gap:9px;max-width:360px;display:grid}.footer-social{text-transform:capitalize;color:var(--orange)}.nav-shop,.nav-cart{color:#fff;background:0 0;border:0;padding:8px 0;font-size:12px}.nav-cart b{background:var(--orange);min-width:18px;height:18px;color:var(--ink);border-radius:50%;place-items:center;margin-left:4px;font-size:9px;display:inline-grid}.shop-backdrop{z-index:50;background:#0f263285;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.shop-modal{width:min(540px,100%);max-height:92vh;box-shadow:var(--shadow);background:#fff;border-radius:10px;padding:30px;position:relative;overflow:auto}.shop-modal h2{margin-bottom:20px;font-size:36px}.shop-modal label{color:var(--muted);margin:13px 0;font-size:11px;font-weight:700;display:block}.shop-modal input,.shop-modal textarea,.shop-modal select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;outline:0;margin-top:6px;padding:11px;font-size:13px;display:block}.shop-modal textarea{resize:vertical;min-height:72px}.shop-close{color:var(--muted);background:0 0;border:0;font-size:25px;position:absolute;top:14px;right:16px}.switch-auth{color:var(--teal);background:0 0;border:0;margin:17px auto 0;font-size:11px;display:block}.cart-lines{gap:8px;margin:12px 0 20px;display:grid}.cart-line{border:1px solid #edf1f2;border-radius:7px;grid-template-columns:48px 1fr auto;align-items:center;gap:10px;padding:9px;display:grid}.cart-line img{object-fit:cover;border-radius:5px;width:48px;height:48px}.cart-line b,.cart-line small{display:block}.cart-line b{font-size:11px}.cart-line small{color:#92a0a6;margin-top:4px;font-size:10px}.cart-line strong{font-size:11px}.line-actions button{color:#60727a;background:#fff;border:1px solid #dfe7e9;border-radius:4px;width:25px;height:24px;font-size:12px}.cart-total{border-top:1px solid var(--line);justify-content:space-between;margin-bottom:14px;padding:15px 0;font-size:13px;display:flex}.account-head{justify-content:space-between;align-items:start;display:flex}.account-head h2{margin-bottom:4px}.account-head small{color:#92a0a6;font-size:11px}.account-logout{color:#984d42;background:#fae4dd;border:0;border-radius:5px;padding:8px 10px;font-size:10px}.account-tabs{border-bottom:1px solid var(--line);gap:7px;margin:18px 0;display:flex}.account-tabs button{color:#8a9aa0;background:0 0;border:0;padding:10px 8px;font-size:11px}.account-tabs button.active{color:var(--teal);border-bottom:2px solid var(--teal)}.saved-addresses{gap:8px;margin-bottom:17px;display:grid}.saved-address{background:#f5f8f8;border-radius:6px;gap:5px;padding:11px;font-size:11px;display:grid}.saved-address b small{color:var(--teal);margin-left:7px;font-size:9px}.saved-address span{color:#788991;font-size:10px}.address-form{border-top:1px solid var(--line);padding-top:12px}.address-form h3{margin:0 0 4px;font-size:15px}.order-list{gap:8px;display:grid}.order-row{border:1px solid #edf1f2;border-radius:7px;align-items:center;gap:12px;padding:13px;display:flex}.order-row>div{flex:1}.order-row b,.order-row small{display:block}.order-row b{font-size:11px}.order-row small{color:#91a0a6;margin-top:4px;font-size:10px}.order-row strong{font-size:12px}.order-status{color:#4d8c88;background:#edf5f3;border-radius:100px;padding:5px 7px;font-size:9px}.order-admin-panel,.customer-admin-panel{margin:0 54px 45px;padding:12px 18px}.order-admin-row,.customer-admin-row{border-bottom:1px solid #eef1f2;align-items:center;gap:15px;padding:14px 4px;display:flex}.order-admin-row:last-child,.customer-admin-row:last-child{border-bottom:0}.order-admin-row>div,.customer-admin-row>div{flex:1}.order-admin-row b,.order-admin-row small,.order-admin-row span,.customer-admin-row b,.customer-admin-row small{display:block}.order-admin-row b,.customer-admin-row b{font-size:11px}.order-admin-row small,.order-admin-row span,.customer-admin-row small{color:#91a0a6;margin-top:4px;font-size:10px}.order-admin-row strong,.customer-admin-row strong{white-space:nowrap;font-size:12px}.order-admin-row select{color:#56717a;border:1px solid #dfe7e9;border-radius:5px;padding:7px;font-size:10px}.customer-admin-row>span:not(.message-avatar){color:#71838a;white-space:nowrap;font-size:10px}@media (width<=900px){.order-admin-panel,.customer-admin-panel{margin-left:25px;margin-right:25px}}@media (width<=650px){.nav-shop,.nav-cart{color:#b5d4c8}.order-admin-panel,.customer-admin-panel{margin-left:18px;margin-right:18px;padding:9px}.order-admin-row,.customer-admin-row{flex-wrap:wrap;gap:8px}.order-admin-row>strong{margin-left:auto}.order-admin-row select{width:100%}.customer-admin-row>span:not(.message-avatar){display:none}.shop-modal{padding:24px 19px}.shop-modal h2{font-size:30px}.cart-line{grid-template-columns:42px 1fr auto}.cart-line img{width:42px;height:42px}}.contact-editor textarea{border:1px solid var(--line);width:100%;color:var(--ink);resize:vertical;background:#fff;outline:0;margin-top:6px;padding:10px;font-size:13px;display:block}.settings-editor{max-width:680px}@media (width<=900px){.media-grid{padding-left:25px;padding-right:25px}}@media (width<=650px){.media-grid{grid-template-columns:repeat(2,1fr);gap:9px;padding:0 18px 35px}.media-actions{margin-top:17px}.admin-top{display:block}.footer-links{margin-top:16px}}.admin-page{--admin-bg:#f6f8fa;--admin-surface:#fff;--admin-line:#e1e7eb;--admin-text:#1d2933;--admin-muted:#74818a;background:var(--admin-bg);color:var(--admin-text);min-height:100vh}.admin-sidebar{background:var(--admin-surface);border-right:1px solid var(--admin-line);height:100vh;position:sticky;top:0;overflow-y:auto}.admin-content{background:var(--admin-bg);min-width:0;max-width:none;overflow-x:hidden}.sidebar-collapse{border:1px solid var(--admin-line);background:var(--admin-surface);color:#65757e;border-radius:6px;width:26px;height:26px;font-size:13px;position:absolute;top:10px;right:10px}.theme-toggle{border:1px solid var(--admin-line);background:var(--admin-surface);color:#64737d;border-radius:7px;width:31px;height:31px;font-size:15px}.admin-collapsed .admin-sidebar{width:76px;padding-left:10px;padding-right:10px}.admin-collapsed .admin-sidebar .logo>span:not(.logo-mark),.admin-collapsed .workspace-switch div,.admin-collapsed .workspace-switch>span:last-child,.admin-collapsed .nav-heading{display:none}.admin-collapsed .admin-sidebar .logo{justify-content:center;margin-left:0;margin-right:0}.admin-collapsed .workspace-switch{justify-content:center;margin-left:0;margin-right:0;padding:8px 4px}.admin-collapsed .admin-nav-item{justify-content:center;padding-left:7px;padding-right:7px;font-size:0}.admin-collapsed .admin-nav-item span{margin:0;font-size:17px}.admin-collapsed .sidebar-bottom button{text-align:center;font-size:0}.admin-dark{--admin-bg:#111820;--admin-surface:#18222c;--admin-line:#2b3945;--admin-text:#e9eff2;--admin-muted:#9caab3}.admin-dark .admin-sidebar,.admin-dark .admin-topbar,.admin-dark .panel,.admin-dark .admin-list,.admin-dark .contact-editor,.admin-dark .order-admin-panel,.admin-dark .customer-admin-panel,.admin-dark .kpi-card,.admin-dark .login-card,.admin-dark .editor,.admin-dark .message-detail,.admin-dark .message-row,.admin-dark .media-card{background:var(--admin-surface);border-color:var(--admin-line);color:var(--admin-text)}.admin-dark .admin-sidebar .logo,.admin-dark .breadcrumbs strong,.admin-dark .kpi-card strong,.admin-dark .activity-row b,.admin-dark .admin-row b,.admin-dark .order-admin-row b,.admin-dark .customer-admin-row b,.admin-dark .login-card h1,.admin-dark .editor h2,.admin-dark .message-detail h2,.admin-dark .media-card b{color:var(--admin-text)}.admin-dark .admin-topbar,.admin-dark .admin-top,.admin-dark .admin-row,.admin-dark .activity-row,.admin-dark .order-admin-row,.admin-dark .customer-admin-row,.admin-dark .message-row,.admin-dark .media-card-actions{border-color:var(--admin-line)}.admin-dark .workspace-switch,.admin-dark .admin-nav-item.active,.admin-dark .admin-nav-item:hover{background:#22313c}.admin-dark .workspace-switch{border-color:var(--admin-line);color:var(--admin-text)}.admin-dark .kpi-label,.admin-dark .page-lead,.admin-dark .health-main small,.admin-dark .activity-row small,.admin-dark .admin-row small,.admin-dark .order-admin-row small,.admin-dark .customer-admin-row small,.admin-dark .login-card>p,.admin-dark .media-card small,.admin-dark .message-body{color:#9caab3}.admin-dark .refresh-button,.admin-dark .activity-filter,.admin-dark .content-toolbar button,.admin-dark .order-admin-row select,.admin-dark .theme-toggle,.admin-dark .sidebar-collapse{border-color:var(--admin-line);color:#cbd6db;background:#18222c}.admin-dark .quick-panel{background:#0e2936;border-color:#21495b}.admin-dark .editor input,.admin-dark .editor textarea,.admin-dark .contact-editor input,.admin-dark .contact-editor textarea,.admin-dark .login-card input{border-color:var(--admin-line);color:var(--admin-text);background:#111820}.dashboard-chart-grid{grid-template-columns:1.55fr .85fr;gap:23px;margin-bottom:23px;display:grid}.chart-panel,.breakdown-panel{min-height:295px}.trend-chart{border-top:1px solid #edf1f2;align-items:end;gap:9px;height:190px;padding:15px 4px 0;display:flex}.trend-column{flex-direction:column;flex:1;justify-content:end;align-items:center;gap:8px;min-width:12px;height:100%;display:flex}.trend-bar{background:linear-gradient(#65aca0,#4d8c88);border-radius:5px 5px 2px 2px;width:100%;max-width:28px;min-height:8px;transition:height .35s}.trend-column small{color:#95a2a8;white-space:nowrap;font-size:8px;transform:rotate(-35deg)}.chart-total{color:#4d8c88;font-size:16px;font-weight:700}.status-breakdown{gap:11px;padding:8px 0 16px;display:grid}.status-breakdown>div{color:#71828a;align-items:center;gap:8px;font-size:10px;display:flex}.status-breakdown i{border-radius:50%;width:8px;height:8px}.status-breakdown span{flex:1}.status-breakdown b{color:#293e49;font-size:12px}.panel-link{color:#4d8c88;background:0 0;border:0;padding:0;font-size:10px;font-weight:700}.admin-dark .trend-chart{border-color:var(--admin-line)}.admin-dark .status-breakdown b{color:var(--admin-text)}.activity-copy{min-width:0}.activity-copy b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.activity-badge{border-radius:999px;flex:none;padding:5px 8px;font-size:9px;font-weight:700}.activity-badge.admin_action{color:#6e687f;background:#eceafa}.activity-badge:not(.admin_action){color:#3f766e;background:#e6f2ee}.activity-legend{color:#7b8a91;align-items:center;gap:18px;margin:22px 54px 12px;font-size:10px;display:flex}.activity-legend span{align-items:center;gap:6px;display:inline-flex}.activity-legend b{color:#50636c;margin-left:auto;font-weight:600}.legend-dot{border-radius:50%;width:8px;height:8px}.legend-dot.visitor{background:#4d8c88}.legend-dot.admin{background:#8275bb}.admin-dark .activity-legend{color:#9caab3}.admin-dark .activity-legend b{color:var(--admin-text)}.admin-dark .activity-badge.admin_action{color:#c9c0e7;background:#3a344e}.admin-dark .activity-badge:not(.admin_action){color:#b8e0d6;background:#23473f}@media (width<=900px){.dashboard-chart-grid{grid-template-columns:1fr}.admin-collapsed .admin-sidebar{width:76px}.activity-legend{margin-left:25px;margin-right:25px}}@media (width<=650px){.activity-legend{flex-wrap:wrap;gap:10px;margin:15px 18px 10px}.activity-legend b{width:100%;margin-left:0}.activity-badge{padding:4px 6px;font-size:8px}.activity-row time{font-size:9px}}.page-shell{min-height:50vh}.catalog-hero{color:#fff;background:linear-gradient(115deg,#173042 0%,#285563 56%,#4d8c88 100%);padding:112px 0 92px}.catalog-hero h1{margin:0 0 22px;font-size:clamp(48px,7vw,80px);line-height:1}.catalog-hero h1 em{color:var(--orange)}.catalog-hero p:not(.eyebrow){color:#ffffffc2;max-width:500px;margin:0;font-size:16px;line-height:1.7}.catalog-heading{justify-content:space-between;align-items:end;margin-bottom:42px;display:flex}.catalog-heading h2{font-size:48px}.catalog-heading>span{color:var(--muted);font-size:12px}.products-grid-large .product-card{box-shadow:0 5px 20px #1730420d}.product-detail{background:#f7f8f5;padding:54px 0 110px}.product-detail-grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:72px;display:grid}.back-link-inline{color:var(--teal);margin-bottom:20px;font-size:12px;font-weight:700;display:inline-flex}.detail-gallery{aspect-ratio:1/1.06;background:#ecebe5;height:auto}.product-detail-copy h1{margin:0 0 20px;font-size:clamp(42px,5vw,70px);line-height:1}.detail-description{color:var(--muted);max-width:450px;font-size:16px;line-height:1.75}.detail-price{margin:27px 0 20px;font-size:25px;font-weight:700}.detail-add{border-radius:6px;padding:16px 24px}.detail-note{border-top:1px solid var(--line);align-items:center;gap:11px;max-width:370px;margin-top:24px;padding-top:17px;display:flex}.detail-note>span{width:25px;height:25px;color:var(--teal);background:#e1f0eb;border-radius:50%;place-items:center;display:grid}.detail-note b,.detail-note small{display:block}.detail-note b{font-size:12px}.detail-note small{color:var(--muted);margin-top:3px;font-size:10px}.inner-hero{background:#f3eee5;padding:105px 0 90px}.inner-hero h1{font-size:clamp(50px,7vw,82px);line-height:1}.inner-hero h1 em{color:var(--teal)}.about-grid{grid-template-columns:1fr 1fr;gap:85px;display:grid}.about-copy{background:#fff}.about-grid>div:last-child{padding-top:25px}.about-grid>div:last-child p{color:var(--muted);font-size:16px;line-height:1.8}.blog-hero{background:linear-gradient(115deg,#4d8c88,#173042)}.blog-list{gap:28px;display:grid}.blog-list-card{background:#fff;border:1px solid #17304217;grid-template-columns:260px 1fr;align-items:center;gap:30px;padding:18px;display:grid}.blog-list-card img{aspect-ratio:1.45;object-fit:cover;width:100%}.blog-list-card h2{margin-bottom:10px;font-size:35px}.blog-list-card p:not(.eyebrow){color:var(--muted);line-height:1.65}.not-found{text-align:center;padding:130px 0}.not-found h1{margin-bottom:28px;font-size:58px}.article-page{background:#f7f8f5;padding:54px 0 110px}.article-container{max-width:850px}.article-container>.eyebrow{margin-top:35px}.article-container h1{margin-bottom:13px;font-size:clamp(42px,6vw,74px);line-height:1.03}.article-date{color:var(--muted);font-size:12px}.article-cover{object-fit:cover;width:100%;max-height:520px;margin:25px 0 30px}.article-excerpt{color:var(--ink);font-family:Playfair Display,serif;font-size:25px;line-height:1.45}.article-content{max-width:700px}.article-content p{color:#51636c;font-size:16px;line-height:1.9}@media (width<=900px){.product-detail-grid,.about-grid{grid-template-columns:1fr;gap:35px}.products-grid-large{grid-template-columns:repeat(2,1fr)}.catalog-heading h2{font-size:40px}.article-container{width:min(100% - 48px,850px)}}@media (width<=650px){.site-header-solid .nav nav.open{background:#fff}.catalog-hero{padding:80px 0 65px}.catalog-hero h1{font-size:52px}.catalog-hero p:not(.eyebrow){font-size:14px}.catalog-heading{display:block}.catalog-heading>span{margin-top:14px;display:block}.products-grid-large{grid-template-columns:1fr}.product-detail{padding-top:28px}.product-detail-grid{gap:27px}.product-detail-copy h1{font-size:45px}.inner-hero{padding:72px 0 65px}.inner-hero h1{font-size:54px}.about-grid{gap:20px}.blog-list-card{grid-template-columns:1fr;gap:18px;padding:12px}.blog-list-card h2{font-size:29px}.article-page{padding-top:28px}.article-container h1{font-size:45px}.article-excerpt{font-size:21px}}@media (width>=651px){.admin-page{height:100vh;min-height:0;overflow:hidden}.admin-sidebar{flex:0 0 252px;height:100vh;min-height:0;transition:width .2s,flex-basis .2s;overflow:hidden auto}.admin-content{flex:auto;height:100vh;min-height:0;overflow:hidden auto}.admin-collapsed .admin-sidebar{flex-basis:76px}}@media (width<=650px){.admin-page{height:auto;min-height:100vh;overflow:visible}.admin-sidebar,.admin-content{height:auto;min-height:0;overflow:visible}}.logo-image{object-fit:contain;background:#fff;border-radius:11px;width:42px;height:42px;box-shadow:0 5px 14px #112d3a29}.site-header .logo{gap:10px}.site-header-solid .logo-image{box-shadow:none}.announcement-bar{z-index:12;color:#173042;background:#f6dfcf;justify-content:center;align-items:center;gap:14px;padding:10px 18px;font-size:11px;display:flex;position:relative}.announcement-bar span{letter-spacing:.13em;text-transform:uppercase;color:#a8604f;font-size:9px;font-weight:800}.announcement-bar a{color:#4d8c88;font-weight:800;text-decoration:underline}.announcement-bar.sky{background:#e4eff5}.announcement-bar.mint{background:#e3f0eb}.hero{isolation:isolate;background:#173042;overflow:hidden}.hero:before{display:none}.hero-parallax-back,.hero-parallax-mid{pointer-events:none;will-change:transform;position:absolute;inset:-12%}.hero-parallax-back{z-index:-3;filter:saturate(.82);background-position:50%;background-size:cover;transition:background-image .7s}.hero-parallax-mid{z-index:-2;mix-blend-mode:screen;background:radial-gradient(circle at 73% 34%,#ecbe9399,#0000 27%),radial-gradient(circle at 20% 80%,#4d8c8873,#0000 32%)}.hero-shade{z-index:-1;background:linear-gradient(90deg,#0f2735e6,#0f273570 58%,#0f27351f)}.hero-content{will-change:transform}.hero:after{content:"";z-index:3;pointer-events:none;background:#f7f8f5;border-radius:50% 50% 0 0/38% 38% 0 0;height:160px;position:absolute;inset:auto -6% -70px}.product-badge{z-index:2;color:#fff;letter-spacing:.08em;background:#173042;border-radius:999px;padding:6px 9px;font-size:8px;font-weight:800;position:absolute;top:15px;right:15px;box-shadow:0 5px 12px #17304229}.badge-1{background:#4d8c88}.badge-2{background:#c47d61}.product-card{flex-direction:column;height:100%;display:flex}.product-body{flex:1}.product-tag{display:none}.videos-showcase{background:#f7f8f5;padding:70px 0 20px}.scroll-video-section.reverse .scroll-video-copy,.scroll-video-section.reverse .scroll-video-frame{direction:ltr}.scroll-video-frame{aspect-ratio:16/10;will-change:transform;background:#dfeae6;border-radius:28px;position:relative;overflow:hidden;box-shadow:0 25px 55px #15344224}.scroll-video-frame video{object-fit:cover;width:100%;height:100%;display:block}.video-chip{color:#315c5a;letter-spacing:.08em;background:#ffffffe6;border-radius:999px;padding:8px 11px;font-size:8px;font-weight:800;position:absolute;top:17px;left:17px}.video-progress{transform-origin:0;will-change:transform;background:#e7a477;height:4px;position:absolute;bottom:0;left:0;right:0}.scroll-video-copy h2{margin:8px 0 20px;font-size:clamp(38px,4.4vw,64px);line-height:1.03}.scroll-video-copy h2 em{color:#4d8c88}.scroll-video-copy>p:not(.eyebrow){color:#697a80;max-width:390px;font-size:16px;line-height:1.75}.video-feature{grid-template-columns:30px 1fr;align-items:center;column-gap:10px;margin-top:30px;display:grid}.video-feature span{color:#4d8c88;background:#e4f0eb;border-radius:50%;grid-row:span 2;place-items:center;width:30px;height:30px;display:grid}.video-feature b{font-size:11px}.video-feature small{color:#98a5a8;margin-top:2px;font-size:10px}.reviews-section{background:#e6f0ed;padding:106px 0;overflow:hidden}.reviews-section .section-heading{align-items:end}.review-controls{color:#6f8383;align-items:center;gap:12px;font-size:10px;display:flex}.review-controls button{color:#315c5a;background:0 0;border:1px solid #20545340;border-radius:50%;width:36px;height:36px;font-size:17px}.review-slider{will-change:transform;transition:transform .55s cubic-bezier(.22,.8,.28,1);display:flex}.review-card{background:#fff;border-radius:24px;flex:0 0 100%;padding:46px 48px 38px;box-shadow:0 12px 28px #17304212}.review-avatar{color:#a65e4e;background:#f5dfd0;border-radius:50%;place-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:grid}.review-badge{color:#3f766e;background:#e6f2ee;border-radius:999px;margin-left:auto;padding:7px 10px;font-size:9px;font-weight:700}.site-footer{color:#fff;background:#102d3d;padding:0 0 30px}.footer-cta{background:linear-gradient(120deg,#173042,#285563);justify-content:space-between;align-items:end;gap:30px;padding:86px max(24px,50% - 590px) 70px;display:flex}.footer-cta h2{margin:7px 0 0;font-size:clamp(38px,5vw,66px);line-height:1.02}.footer-cta h2 em{color:#e7a477}.footer-brand .logo{color:#fff}.footer-address{color:#b3c8c5;margin-top:22px;font-size:11px}.footer-column{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.footer-column h4{color:#e7a477;letter-spacing:.14em;text-transform:uppercase;margin:0 0 5px;font-size:10px}.footer-column>a{color:#b7cbc8;font-size:12px}.footer-social a{color:#d3e4df;border:1px solid #ffffff3d;border-radius:50%;place-items:center;width:28px;height:28px;font-size:9px;font-weight:800;display:grid}.footer-bottom{color:#8fa9a8;border-top:1px solid #ffffff29;grid-column:1/-1;justify-content:space-between;padding-top:22px;font-size:10px;display:flex}.footer-bottom a{color:#e7a477}.newsletter{border-top:1px solid #ffffff29;width:100%;margin:0 auto 8px;padding:30px max(24px,50% - 590px) 0}.product-long-details{grid-template-columns:.7fr 1.3fr;gap:60px;padding-top:100px;display:grid}.product-long-details h2{margin:0;font-size:46px;line-height:1.05}.product-long-details h2 em{color:#4d8c88}.detail-prose{border-top:1px solid #d9e2de;padding-top:10px}.detail-prose p{color:#63757a;margin:0 0 17px;font-size:16px;line-height:1.9}.detail-badge{color:#39746d;letter-spacing:.08em;background:#e7f1ed;border-radius:999px;margin-bottom:14px;padding:7px 10px;font-size:9px;font-weight:800;display:inline-flex}@media (width<=900px){.scroll-video-grid,.scroll-video-section.reverse .scroll-video-grid{direction:ltr;grid-template-columns:1fr;gap:34px}.scroll-video-copy{padding:0 4px}.footer-inner{grid-template-columns:1.4fr 1fr 1fr}.footer-contact{grid-column:2}.product-long-details{grid-template-columns:1fr;gap:28px}.footer-cta{padding-left:25px;padding-right:25px}}@media (width<=650px){.announcement-bar{flex-wrap:wrap;gap:8px;font-size:10px}.logo-image{width:35px;height:35px}.hero-parallax-back{inset:-18%}.videos-showcase{padding-top:30px}.scroll-video-section{padding:45px 0}.scroll-video-frame{border-radius:18px}.review-card{border-radius:18px;padding:28px 21px 24px}.review-card blockquote{font-size:25px}.review-badge{display:none}.footer-cta{padding:58px 18px 46px;display:block}.footer-cta .button{margin-top:25px}.footer-inner{grid-template-columns:1fr 1fr;gap:33px;padding-left:18px;padding-right:18px}.footer-brand{grid-column:1/-1}.footer-contact{grid-column:auto}.footer-bottom{flex-wrap:wrap;grid-column:1/-1;gap:14px}.newsletter{padding-left:18px;padding-right:18px}.product-long-details{padding-top:58px}}@media (prefers-reduced-motion:reduce){.hero-parallax-back,.hero-parallax-mid,.hero-content,.scroll-video-frame{transform:none!important}.review-slider{transition:none}.scroll-video-frame video{animation:none}}.logo-emblem{background:#fff;border-radius:14px;width:92px;height:61px;display:block;position:relative;overflow:hidden;box-shadow:0 7px 18px #112d3a29}.logo-emblem img{transform-origin:top;width:104px;height:auto;position:absolute;top:0;left:-6px;transform:none}.logo-only{gap:0}.admin-sidebar .logo-emblem,.login-card .logo-emblem{border-radius:11px;width:54px;height:48px}.admin-sidebar .logo-emblem img,.login-card .logo-emblem img{width:92px;left:-19px}.site-header .nav nav a.active{opacity:1;position:relative}.site-header .nav nav a.active:after{content:"";background:currentColor;border-radius:2px;height:2px;position:absolute;bottom:-10px;left:0;right:0}.site-header-solid .nav nav a.active{color:var(--teal);opacity:1}.admin-sidebar .logo-emblem img,.login-card .logo-emblem img{width:80px;transform:none}.admin-sidebar .logo-image,.login-card .logo-image{width:54px;height:54px}.admin-sidebar .logo-only,.login-card .logo-only{align-items:center;display:flex}.review-controls{display:none}.review-marquee{margin-top:10px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000);mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000)}.review-track{width:max-content;animation:48s linear infinite review-loop;display:flex}.review-track:hover{animation-play-state:paused}.review-card{background:#fff;border:1px solid #17304214;border-radius:18px;flex:0 0 min(390px,82vw);margin-right:16px;padding:24px 24px 22px;box-shadow:0 10px 24px #1730420f}.review-card-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.review-verified{color:#3f766e;white-space:nowrap;background:#e6f2ee;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:700}.review-card blockquote{color:#173042;max-width:360px;margin:15px 0 22px;font-family:Playfair Display,serif;font-size:clamp(20px,2vw,26px);line-height:1.25}@keyframes review-loop{to{transform:translate(calc(-50% - 8px))}}.video-chip,.video-feature{display:none}.scroll-video-copy>p:not(.eyebrow){max-width:440px}@media (width<=900px){.nav{height:84px}.nav nav{gap:17px}}@media (width<=650px){.logo-emblem{width:68px;height:43px}.logo-emblem img{width:80px;left:-6px}.nav{height:76px}.nav nav{background:#fff;border-radius:0 0 14px 14px;padding:18px;position:absolute;top:76px;left:18px;right:18px;box-shadow:0 18px 34px #102d3d24}.nav nav a,.nav nav button{color:var(--ink)!important}.review-card{flex-basis:82vw;padding:25px 21px 22px}.review-card blockquote{font-size:23px}.review-track{animation-duration:42s}.scroll-video-copy h2{font-size:40px}}@media (prefers-reduced-motion:reduce){.review-track{animation:none;overflow:auto}.review-marquee{-webkit-mask-image:none;mask-image:none}}.site-header,.site-header-solid{color:var(--ink);background:#fff;position:relative;inset:auto;box-shadow:0 1px #1730421c}.site-header .nav{border-bottom:0;height:82px}.site-header .nav nav{color:var(--ink)}.site-header .nav nav a{opacity:1;color:var(--ink)}.site-header .nav nav a:hover{color:var(--teal)}.site-header .nav-shop,.site-header .nav-cart{color:var(--ink)}.site-header .nav-icon{color:var(--teal)}.hero{height:min(790px,100vh - 82px);min-height:680px;max-height:none;color:var(--ink);background:#edf4f3;align-items:center;display:flex;position:relative;overflow:hidden}.hero-layout{z-index:2;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);align-items:center;gap:clamp(40px,8vw,120px);display:grid;position:relative}.hero-content{padding:28px 0 50px;transform:none!important}.hero-content .eyebrow{color:var(--teal);margin-bottom:23px}.hero h1{max-width:600px;color:var(--ink);margin-bottom:27px;font-size:clamp(52px,6.3vw,88px);line-height:.98}.hero-subtitle{color:#5c7078;max-width:445px;margin-bottom:34px;font-size:16px;line-height:1.75}.hero-visual{will-change:transform;transition:transform .1s linear;position:relative}.hero-image{aspect-ratio:1.08;background-position:50%;background-size:cover;border-radius:30px;min-height:410px;position:relative;box-shadow:0 25px 50px #1730422b}.hero-image:after{content:"";border-radius:inherit;background:linear-gradient(135deg,#1730420d,#17304247);position:absolute;inset:0}.hero-note{background:#fffdf8;border-radius:16px;gap:4px;padding:18px 21px;font-size:11px;display:grid;position:absolute;bottom:30px;right:-27px;box-shadow:0 13px 28px #17304226}.hero-note b{color:var(--orange);letter-spacing:.14em;text-transform:uppercase;font-size:10px}.hero-note span{line-height:1.4}.hero-dots{gap:8px;margin-top:39px;display:flex;position:static;transform:none}.hero-dots button{background:#b5caca}.hero-dots button.active{background:var(--teal)}.hero-grain,.hero-shade,.hero-parallax-back,.hero-parallax-mid,.hero:after{display:none}.contact-shell{background:var(--ink)}.contact-shell .contact{min-height:calc(100vh - 82px);padding:112px 0}.contact-shell+.site-footer{margin-top:0}@media (width<=900px){.hero{height:auto;min-height:0;padding:66px 0 78px}.hero-layout{grid-template-columns:1fr;gap:25px}.hero-content{padding:0}.hero h1{max-width:620px}.hero-visual{width:100%;max-width:650px;margin:0 auto}.hero-image{min-height:0}.hero-note{bottom:18px;right:16px}}@media (width<=650px){.site-header .nav{height:72px}.hero{padding:48px 0 57px}.hero h1{font-size:48px}.hero-subtitle{font-size:14px}.hero-image{border-radius:20px}.hero-note{padding:13px 15px;bottom:10px;right:10px}.contact-shell .contact{min-height:0;padding:78px 0}.contact-shell .contact h2{font-size:53px}}.why-us{background:#e9f3f6;padding:clamp(86px,10vw,142px) 0;position:relative;overflow:hidden}.why-us:before{content:"";pointer-events:none;border:1px solid #4d8c8829;border-radius:50%;width:34rem;height:34rem;position:absolute;top:-13rem;right:-15rem}.why-heading{z-index:1;position:relative}.why-grid{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:58px;position:relative}.why-card{background:#ffffffe0;border:1px solid #1730421a;border-radius:18px;min-height:325px;padding:27px 27px 23px;box-shadow:0 13px 35px #1730420f}.why-number{color:#75a9ba;letter-spacing:-.08em;font-size:64px}.why-icon{color:#3d827d;background:#e4f1f0;border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.why-icon svg{fill:none;stroke:currentColor;stroke-width:1.65px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.why-icon-calendar{color:#b86d50;background:#fff0e6}.why-icon-chart{color:#7066a9;background:#e9e7f7}.why-card-copy{margin-top:34px}.why-card h3{letter-spacing:-.025em;text-transform:none;font-size:29px}.why-card p{max-width:31rem;font-size:13px;line-height:1.7}.why-card-foot{color:#6e8588;border-top:1px solid #1730421a;justify-content:space-between;align-items:center;margin-top:24px;padding-top:15px;font-size:10px;font-weight:700;display:flex}.why-card-foot .why-arrow{color:var(--orange);align-self:auto;font-size:21px}.about-hero{background:#e9f3f6;padding:clamp(76px,10vw,142px) 0 118px;position:relative;overflow:hidden}.about-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr);align-items:center;gap:clamp(35px,8vw,120px);display:grid}.about-hero h1{max-width:650px;margin:0 0 27px;font-size:clamp(54px,7.3vw,94px);line-height:.96}.about-hero h1 em{color:var(--teal)}.about-hero-lead{color:#5e747b;max-width:400px;margin:0 0 31px;font-size:17px;line-height:1.7}.about-hero-art{min-height:430px;position:relative}.about-art-card{background:#fff;border-radius:24px;position:absolute;overflow:hidden;box-shadow:0 25px 55px #17304229}.about-art-card img{object-fit:cover;width:100%;height:100%;display:block}.about-art-card-main{inset:24px 37px 19px 15px;transform:rotate(-4deg)}.about-art-card-small{border:8px solid #fff;width:40%;height:43%;bottom:5px;right:-5px;transform:rotate(9deg)}.about-orbit{pointer-events:none;border:1px solid #4d8c884d;border-radius:50%;position:absolute}.about-orbit-one{width:440px;height:440px;top:-10px;left:-15px}.about-orbit-two{border-color:#e7a47773;width:310px;height:310px;top:70px;right:17px}.about-art-star{color:var(--orange);font-size:34px;position:absolute;top:20px;right:16%;transform:rotate(12deg)}.about-story{background:#fff;padding-top:clamp(90px,11vw,150px);padding-bottom:clamp(90px,11vw,150px)}.about-story-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(42px,9vw,130px);display:grid}.about-story-sticky{align-self:start;position:sticky;top:110px}.about-story-sticky h2{font-size:clamp(40px,5vw,66px)}.about-story-rule{background:var(--orange);border-radius:4px;width:76px;height:3px;margin-top:35px;display:block}.about-story-copy{max-width:590px}.about-story-copy p{color:#586e77;margin:0 0 23px;font-size:17px;line-height:1.9}.about-story-intro{font-family:Playfair Display,serif;color:var(--ink)!important;font-size:29px!important;line-height:1.42!important}.about-story-copy blockquote{color:var(--teal);border-top:1px solid #17304229;margin:44px 0 0;padding:22px 0 0;font-family:Playfair Display,serif;font-size:25px;line-height:1.45}.about-principles{background:#f5f1e9;padding:clamp(80px,9vw,126px) 0}.principles-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:51px;display:grid}.principles-grid article{background:#fff;border:1px solid #17304214;border-radius:17px;padding:27px 25px 29px}.principles-grid article>span{letter-spacing:.15em;color:var(--orange);font-size:11px;font-weight:800}.principles-grid h3{margin:27px 0 8px;font-family:Playfair Display,serif;font-size:32px;font-weight:500}.principles-grid p{color:var(--muted);margin:0;font-size:13px;line-height:1.65}.about-cta{background:var(--ink);color:#fff;padding:clamp(75px,9vw,115px) 0}.about-cta h2{margin:8px 0 30px;font-size:clamp(42px,6vw,72px)}.about-cta h2 em{color:var(--orange)}.contact{background:var(--ink);color:#fff;padding:clamp(86px,10vw,135px) 0}.contact-heading{justify-content:space-between;align-items:end;gap:50px;margin-bottom:58px;display:flex}.contact-heading h2{max-width:730px;font-size:clamp(46px,6.5vw,82px);line-height:.98}.contact-heading h2 em{color:var(--orange)}.contact-heading .eyebrow{color:#a9c8bd}.contact-heading .contact-lead{max-width:350px;margin:0 0 5px}.contact-layout{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:22px;display:grid}.contact-card{background:#ffffff0e;border:1px solid #ffffff29;border-radius:18px;flex-direction:column;justify-content:space-between;min-height:470px;padding:31px;display:flex}.contact-card-kicker{color:#a9c8bd;letter-spacing:.18em;margin:0 0 17px;font-size:9px;font-weight:800}.contact-card h3{margin:0;font-family:Playfair Display,serif;font-size:31px;font-weight:500;line-height:1.1}.contact-card .contact-details{padding:38px 0 0}.contact-card .contact-details>a,.contact-address{border-bottom:1px solid #ffffff26;align-items:center;gap:12px;padding:15px 0;font-size:13px;display:flex}.contact-card .contact-details>a>b{color:var(--orange);margin-left:auto;font-weight:400}.contact-detail-icon{color:#b5d4c8;background:#b5d4c821;border-radius:9px;flex:0 0 32px;place-items:center;width:32px;height:32px;display:grid}.contact-detail-icon svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.contact-card .contact-details small,.contact-card .contact-details strong{display:block}.contact-card .contact-details small{color:#9fb8b5;text-transform:uppercase;letter-spacing:.12em;margin-bottom:4px;font-size:9px}.contact-card .contact-details strong{color:#fff;word-break:break-word;font-size:12px;font-weight:500}.contact-card-bottom{margin-top:31px}.contact-card-bottom p{color:#b5d4c8;align-items:center;gap:8px;margin:0;font-size:10px;display:flex}.contact-card-bottom p span{background:#e7a477;border-radius:50%;width:7px;height:7px}.contact-socials{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.contact-socials a{color:#d1e4df;font-size:10px}.contact-socials a span{color:var(--orange);margin-left:6px}.contact-form-panel{color:var(--ink);background:#fff;border-radius:18px;padding:33px 36px}.contact-form-heading .eyebrow{color:var(--teal);margin-bottom:11px}.contact-form-heading h3{margin:0;font-family:Playfair Display,serif;font-size:32px;font-weight:500}.contact-form-panel label{color:#667b83}.contact-form-panel input,.contact-form-panel textarea{color:var(--ink);border-bottom-color:#cbd9d8}.contact-form-panel input:focus,.contact-form-panel textarea:focus{border-color:var(--teal)}.contact-form-panel .button-dark{background:var(--ink);color:#fff}.contact-form-footer .form-note{max-width:260px;margin:0}.contact-form-panel .contact-success{color:#2b7068;background:#e1f0eb}.contact-form-panel .contact-error{color:#994d43;background:#fae5df}@media (width<=900px){.why-grid,.principles-grid{grid-template-columns:1fr}.why-card{min-height:245px}.about-hero-grid,.about-story-grid{grid-template-columns:1fr;gap:45px}.about-hero-art{width:100%;max-width:610px;margin:0 auto}.about-story-sticky{position:static}.contact-heading{display:block}.contact-heading .contact-lead{margin-top:22px}.contact-layout{grid-template-columns:1fr}.contact-card{min-height:0}.contact-form-panel{padding:29px 27px}}@media (width<=650px){.why-us{padding:76px 0}.why-grid{margin-top:33px}.why-card{min-height:220px;padding:22px 21px}.why-number{font-size:50px}.why-card-copy{margin-top:25px}.why-card h3{font-size:25px}.about-hero{padding:67px 0 75px}.about-hero h1{font-size:53px}.about-hero-lead{font-size:15px}.about-hero-art{min-height:310px}.about-art-card-main{inset:18px 27px 12px 8px}.about-orbit-one{width:315px;height:315px;top:0;left:-5px}.about-orbit-two{width:220px;height:220px;top:45px;right:3px}.about-art-star{font-size:26px}.about-story-copy p{font-size:15px}.about-story-intro{font-size:24px!important}.about-story-copy blockquote{font-size:21px}.principles-grid{margin-top:32px}.about-cta h2{font-size:45px}.contact{padding:73px 0}.contact-heading{margin-bottom:35px}.contact-heading h2{font-size:49px}.contact-card{min-height:0;padding:24px}.contact-form-panel{padding:24px 20px}.contact-form-heading h3{font-size:27px}.contact-form-footer{display:block}.contact-form-footer .form-note{margin-top:13px}.contact-layout{gap:14px}}html{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}body{background:var(--paper);color:var(--ink)}.public-header,.public-header.site-header-solid{z-index:50;width:100%;color:var(--ink);-webkit-backdrop-filter:blur(16px)saturate(1.15);backdrop-filter:blur(16px)saturate(1.15);background:#fffffff7;border-bottom:1px solid #1730421c;position:sticky;inset:0 0 auto;box-shadow:0 5px 24px #102d3d0e}.public-header .nav{border-bottom:0;justify-content:flex-start;gap:clamp(24px,4vw,54px);height:82px}.public-header .logo{color:var(--ink);flex:none}.public-header .logo-emblem{background:#fff;border-radius:14px;width:66px;height:57px;display:block;position:relative;overflow:hidden;box-shadow:0 5px 14px #112d3a21}.public-header .logo-emblem img{object-fit:initial;width:106px;max-width:none;height:auto;position:absolute;top:-1px;left:-20px}.public-header .logo-only{gap:0}.public-header .nav nav{min-width:0;color:var(--ink);background:#f4f8f7;border:1px solid #17304217;border-radius:999px;flex:auto;align-items:center;gap:6px;padding:7px 9px;font-size:13px;font-weight:650;display:flex}.public-header .nav nav a{white-space:nowrap;border-radius:999px;align-items:center;min-height:40px;padding:0 17px;transition:color .2s;display:inline-flex;position:relative;color:var(--ink)!important;opacity:1!important}.public-header .nav nav a:after{content:"";background:var(--teal);transform-origin:50%;border-radius:2px;height:2px;transition:transform .22s;position:absolute;bottom:4px;left:0;right:0;transform:scaleX(0)}.public-header .nav nav a:hover,.public-header .nav nav a:focus-visible,.public-header .nav nav a.active{color:var(--teal)!important}.public-header .nav nav a.active{background:#fff;box-shadow:0 4px 12px #17304214}.public-header .nav nav a:hover:after,.public-header .nav nav a:focus-visible:after,.public-header .nav nav a.active:after{background:var(--teal);bottom:4px;transform:scaleX(1)}.public-header .nav-shop,.public-header .nav-cart{white-space:nowrap;background:0 0;border:0;flex:none;justify-content:center;align-items:center;gap:8px;min-height:42px;font-size:12px;font-weight:750;transition:background .2s,color .2s,transform .2s;display:inline-flex;color:var(--ink)!important}.public-header .nav-shop{background:var(--ink);border:1px solid #17304238;border-radius:999px;margin-left:auto;padding:0 17px;box-shadow:0 6px 15px #17304224;color:#fff!important}.public-header .nav-shop:hover,.public-header .nav-shop:focus-visible{background:#23495d;outline:none;transform:translateY(-1px)}.public-header .nav-cart{padding:0 3px 0 4px}.public-header .nav nav .nav-cart{background:#fff;border:1px solid #17304221;border-radius:16px;width:64px;height:52px;padding:0;box-shadow:0 7px 18px #17304224}.public-header .nav nav .nav-cart>span:not(.nav-icon){display:none}.public-header .nav-cart:hover,.public-header .nav-cart:focus-visible{outline:none;color:var(--teal)!important}.public-header .nav-icon{color:currentColor;place-items:center;width:19px;height:19px;display:inline-grid}.public-header .nav-icon svg{display:block}.public-header .nav-shop .nav-icon{color:#bde0d8}.public-header .nav-cart .nav-icon{color:var(--teal)}.public-header .nav-cart b{background:var(--orange);min-width:18px;height:18px;color:var(--ink);border-radius:999px;place-items:center;padding:0 4px;font-size:9px;line-height:1;display:grid}.public-header .menu-toggle{z-index:60;width:42px;height:42px;color:var(--ink);background:#fff;border:1px solid #17304229;border-radius:11px;flex:0 0 42px;place-items:center;margin-left:auto;padding:0;display:none;position:relative}.public-header .menu-toggle:hover,.public-header .menu-toggle:focus-visible{border-color:var(--teal);color:var(--teal);outline:none}.public-header~main,.public-header~.page-shell{color:var(--ink)}.intro{background:var(--cream)}.instagram-section{background:#fff}.contact,.contact-shell{background:var(--ink)}.contact-shell .site-header{box-shadow:0 5px 24px #102d3d21}.hero h1,.product-detail-copy h1,.inner-hero h1,.article-container h1,.intro h2,.products h2,.why-us h2,.videos-showcase h2,.instagram-section h2,.blog h2{color:var(--ink)}.catalog-hero h1,.blog-hero h1,.contact h2,.contact h1,.site-footer h2,.site-footer h3{color:#fff}.hero h1,.catalog-hero h1,.product-detail-copy h1,.inner-hero h1,.article-container h1{letter-spacing:-.045em}.section{padding-block:clamp(88px,10vw,132px)}.container{width:min(1180px,100% - 52px)}@media (width<=900px){.public-header .nav{gap:20px;height:76px}.public-header .nav nav{gap:15px}.public-header .nav nav a{font-size:12px}.public-header .logo-emblem{width:62px;height:54px}.public-header .logo-emblem img{width:100px;left:-19px}}@media (width<=820px){.public-header .menu-toggle{display:grid!important}.public-header .nav nav,.public-header .nav nav.open{z-index:51;background:#fffffffc;border:1px solid #1730421c;border-radius:0 0 18px 18px;flex-direction:column;align-items:stretch;gap:0;padding:9px;display:none;position:absolute;top:76px;left:18px;right:18px;box-shadow:0 22px 40px #102d3d24}.public-header .nav nav.open{display:flex}.public-header .nav nav a,.public-header .nav nav button{border-radius:10px;justify-content:flex-start;width:100%;min-height:46px;padding:0 13px}.public-header .nav nav a:after{transform-origin:0;bottom:7px;left:13px;right:13px}.public-header .nav nav a:hover,.public-header .nav nav a.active{background:#edf5f3}.public-header .nav-shop{background:var(--ink);margin:7px 0 0;color:#fff!important;justify-content:center!important}.public-header .nav-cart{margin-top:2px;justify-content:flex-start!important}.public-header .nav-cart b{margin-left:2px}}@media (width<=650px){.container{width:calc(100% - 36px)}.public-header .nav{gap:12px;height:74px}.public-header .logo-emblem{border-radius:12px;width:57px;height:49px}.public-header .logo-emblem img{width:90px;left:-17px}.public-header .menu-toggle{display:grid!important}.public-header .nav nav,.public-header .nav nav.open{z-index:51;background:#fffffffc;border:1px solid #1730421c;border-radius:0 0 18px 18px;flex-direction:column;align-items:stretch;gap:0;padding:9px;display:none;position:absolute;top:74px;left:12px;right:12px;box-shadow:0 22px 40px #102d3d24}.public-header .nav nav.open{display:flex}.public-header .nav nav a,.public-header .nav nav button{border-radius:10px;justify-content:flex-start;width:100%;min-height:46px;padding:0 13px}.public-header .nav nav a:after{transform-origin:0;bottom:7px;left:13px;right:13px}.public-header .nav nav a:hover,.public-header .nav nav a.active{background:#edf5f3}.public-header .nav-shop{background:var(--ink);margin:7px 0 0;color:#fff!important;justify-content:center!important}.public-header .nav-cart{margin-top:2px;justify-content:flex-start!important}.public-header .nav-cart b{margin-left:2px}.announcement-bar{text-align:center;padding-inline:13px}}.cinematic-story__poster-stack{width:min(76vw,480px);height:88%;margin:0 auto;position:relative}.cinematic-story__poster{filter:saturate(.98)contrast(1.04);margin:0;transition:opacity 80ms linear;position:absolute;inset:0;object-fit:contain!important;width:100%!important;height:100%!important}.cinematic-story--low-power .cinematic-story__media-layer video{display:none}.cinematic-story--low-power .cinematic-story__media-layer{clip-path:none!important}.chatbot-settings-editor select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;margin-top:6px;padding:10px;font-size:13px;display:block}.chatbot-settings-editor textarea.large{min-height:260px}.chatbot-help{color:#315c5a;background:#f3f9f7;border:1px solid #dbe9e5;border-radius:8px;gap:5px;margin:18px 0;padding:14px 15px;display:grid}.chatbot-help b{font-size:11px}.chatbot-help span{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.chatbot-help small{color:#71868b;font-size:10px;line-height:1.5}.admin-dark .chatbot-help{border-color:var(--admin-line);color:#cde9df;background:#203a3d}.admin-dark .chatbot-settings-editor select{border-color:var(--admin-line);color:var(--admin-text);background:#111820}@media (width<=650px){.cinematic-story__poster-stack{width:min(84vw,390px);height:66%;position:absolute;top:5%;left:50%;transform:translate(-50%)}.cinematic-story--low-power .cinematic-story__copy{bottom:84px}.public-header .nav nav .nav-cart{width:40px;height:40px}}.public-header .nav-cart-mobile{display:none}.site-footer .footer-highlights{background:#0d2635;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;display:block}.footer-highlights-inner{grid-template-columns:repeat(3,1fr);gap:20px;padding:24px;display:grid}.footer-highlights-inner>span{grid-template-columns:32px 1fr;align-items:center;column-gap:10px;min-width:0;display:grid}.footer-highlights-inner b{width:32px;height:32px;color:var(--orange);background:#e7a47729;border-radius:50%;grid-row:span 2;place-items:center;font-size:15px;display:grid}.footer-highlights-inner strong,.footer-highlights-inner small{display:block}.footer-highlights-inner strong{color:#edf6f2;font-size:11px}.footer-highlights-inner small{color:#88a6a5;margin-top:3px;font-size:9px}@media (width<=650px){.public-header .nav{position:relative}.public-header .nav-cart-mobile{background:#fff;border:1px solid #17304226;border-radius:11px;flex:0 0 40px;place-items:center;width:40px;height:40px;padding:0;display:inline-grid;position:relative;color:var(--teal)!important}.public-header .nav-cart-mobile b{background:var(--orange);min-width:17px;height:17px;color:var(--ink);border-radius:999px;place-items:center;padding:0 4px;font-size:9px;display:grid;position:absolute;top:-5px;right:-5px}.public-header .menu-toggle{margin-left:0}.footer-highlights-inner{grid-template-columns:1fr;gap:14px;padding:22px 18px}.admin-page{width:100%;display:block;overflow-x:hidden}.admin-sidebar{z-index:30;flex-flow:wrap;align-items:center;width:100%;max-height:245px;padding:14px 12px 10px;display:flex;position:sticky;top:0;overflow:hidden auto;box-shadow:0 4px 16px #19303c14}.admin-sidebar .logo{margin:0 8px 10px}.admin-sidebar .workspace-switch{flex:180px;margin:0 0 10px}.admin-sidebar>.nav-heading{margin:10px 0 5px;padding:0 5px;display:block}.admin-sidebar>.admin-nav-item{white-space:nowrap;flex:none;width:auto;min-height:36px;margin:0 4px 4px 0;padding:8px 10px;display:inline-flex}.admin-sidebar>.admin-nav-item span{width:16px;font-size:15px;display:inline-grid}.admin-sidebar>.admin-nav-item.active{box-shadow:0 2px 7px #2a6b631f}.sidebar-collapse{top:13px;right:12px}.sidebar-bottom{border-top:1px solid var(--admin-line);gap:8px;margin-top:10px;padding-top:8px;display:flex}.sidebar-bottom button{background:var(--admin-bg);border-radius:6px;flex:1;width:auto;padding:8px 9px}.admin-content{width:100%;min-height:calc(100vh - 245px)}.admin-topbar{z-index:20;padding:0 14px;position:sticky;top:0}.breadcrumbs{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.admin-top,.dashboard,.content-toolbar{padding-left:16px;padding-right:16px}.admin-top h1{font-size:30px;line-height:1.08}.page-lead{max-width:100%;line-height:1.5}.admin-content>.admin-list,.contact-editor,.activity-manager-panel,.message-panel,.order-admin-panel,.customer-admin-panel{margin-left:16px;margin-right:16px}.contact-editor{width:auto;max-width:none}.editor,.panel{max-width:100%}.admin-row,.order-admin-row,.customer-admin-row,.message-row{min-width:0}.topbar-actions{gap:7px}.topbar-avatar{width:26px;height:26px}}@media (width>=651px) and (width<=900px){.admin-page{min-height:100vh;display:block;overflow-x:hidden}.admin-sidebar{flex-flow:wrap;align-items:center;gap:5px 7px;width:100%;height:auto;min-height:0;max-height:none;padding:14px 18px 12px;display:flex;position:relative;box-shadow:0 4px 16px #19303c12}.admin-sidebar .logo{margin:0 20px 0 0}.admin-sidebar .workspace-switch{min-width:195px;margin:0 12px 0 0}.admin-sidebar>.nav-heading{width:100%;margin:8px 0 1px;padding:0 4px}.admin-sidebar>.admin-nav-item{flex:none;width:auto;padding:8px 10px}.sidebar-bottom{gap:7px;margin:0 0 0 auto;display:flex}.sidebar-bottom button{width:auto;padding:8px 10px}.admin-content{width:100%;min-height:calc(100vh - 150px)}.admin-topbar{z-index:20;position:sticky;top:0}.dashboard,.admin-top,.content-toolbar{padding-left:25px;padding-right:25px}.admin-content>.admin-list,.contact-editor,.activity-manager-panel,.message-panel,.order-admin-panel,.customer-admin-panel{margin-left:25px;margin-right:25px}}@media (width<=650px){.catalog-heading h2,.section-heading h2,.blog-list-card h2,.article-container h1,.product-detail-copy h1,.about-story-sticky h2,.contact-heading h2{overflow-wrap:anywhere;word-break:normal}.catalog-heading,.catalog-heading>div{min-width:0}}@media (prefers-reduced-motion:reduce){.public-header *,.public-header :before,.public-header :after{transition-duration:.01ms!important}}.cinematic-story{--story-ink:#f7fbfa;--story-muted:#ebf5f2c2;--story-accent:#b5d4c8;isolation:isolate;height:650svh;min-height:4600px;color:var(--story-ink);background:#102e3d;position:relative}.cinematic-story__sticky{background:#102e3d;height:100svh;min-height:620px;position:sticky;top:0;overflow:hidden}.cinematic-story__ambient,.cinematic-story__grain,.cinematic-story__stage,.cinematic-story__media,.cinematic-story__copies{position:absolute;inset:0}.cinematic-story__ambient{z-index:0;pointer-events:none;background:radial-gradient(at 16% 18%,#b5d4c838,#0000 36%),radial-gradient(at 86% 80%,#e7a47738,#0000 33%),linear-gradient(135deg,#102e3d 0%,#183f50 52%,#153646 100%)}.cinematic-story__grain{z-index:7;pointer-events:none;opacity:.08;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}.cinematic-story__stage{z-index:1}.cinematic-story__media{z-index:1;pointer-events:none;overflow:hidden}.cinematic-story__media-layer{will-change:opacity, transform, clip-path;transform-origin:50%;backface-visibility:hidden;position:absolute;inset:-3.5%;overflow:hidden}.cinematic-story__media-layer img,.cinematic-story__media-layer video{object-fit:cover;object-position:center;filter:saturate(.88)contrast(1.03);width:100%;height:100%;display:block}.cinematic-story__media-layer video{background:#16394a}.cinematic-story__media-shade{background:linear-gradient(90deg,#081b25db 0%,#081b2580 36%,#081b2514 74%),linear-gradient(#081b2526,#0000 55%,#081b257a);position:absolute;inset:0}.cinematic-story__media-layer[data-kind=hero] .cinematic-story__media-shade{background:linear-gradient(90deg,#081b25e6 0%,#081b2580 39%,#081b2514 76%),linear-gradient(#0000 48%,#081b2585)}.cinematic-story__media-label,.cinematic-story__media-time{color:#ffffffb8;letter-spacing:.22em;text-transform:uppercase;font-size:9px;font-weight:750;position:absolute;bottom:clamp(24px,5.5vh,58px);right:clamp(22px,4vw,66px)}.cinematic-story__media-time{color:var(--story-accent);letter-spacing:.12em;bottom:calc(clamp(24px,5.5vh,58px) + 22px)}.cinematic-story__copies{z-index:4;pointer-events:none}.cinematic-story__copy{pointer-events:none;will-change:opacity, transform;width:min(570px,47vw);transform:translate3d(var(--story-copy-x,0px), calc(-50% + var(--story-copy-y,0px)), 0) scale(var(--story-copy-scale,1));position:absolute;top:50%;left:max(24px,8vw)}.cinematic-story__copy[data-align=center]{text-align:center;transform-origin:50%;width:min(760px,74vw);margin-left:auto;margin-right:auto;left:0;right:0}.cinematic-story__copy[data-align=right]{left:auto;right:max(24px,8vw)}.cinematic-story__copy--hero{top:50%}.cinematic-story__copy h1,.cinematic-story__copy h2{color:#fff;letter-spacing:-.055em;text-wrap:balance;max-width:700px;margin:0 0 22px;font-family:Playfair Display,serif;font-size:clamp(46px,6.6vw,94px);font-weight:500;line-height:.98}.cinematic-story__copy h2{font-size:clamp(39px,5.2vw,76px)}.cinematic-story__copy h1 em,.cinematic-story__copy h2 em{color:var(--story-accent);font-style:italic}.cinematic-story__eyebrow{color:#ffffffb8;letter-spacing:.22em;align-items:center;gap:13px;margin:0 0 23px;font-size:10px;font-weight:750;line-height:1.2;display:flex}.cinematic-story__copy[data-align=center] .cinematic-story__eyebrow{justify-content:center}.cinematic-story__eyebrow span:first-child{width:28px;height:28px;color:var(--story-accent);letter-spacing:.08em;border:1px solid #b5d4c88c;border-radius:50%;place-items:center;font-size:10px;display:inline-grid}.cinematic-story__body{max-width:470px;color:var(--story-muted);margin:0 0 12px;font-size:clamp(15px,1.35vw,18px);line-height:1.7}.cinematic-story__detail{color:#ebf5f287;max-width:430px;margin:0;font-size:12px;line-height:1.65}.cinematic-story__copy[data-align=center] .cinematic-story__body,.cinematic-story__copy[data-align=center] .cinematic-story__detail{margin-left:auto;margin-right:auto}.cinematic-story__cta{color:#fff;letter-spacing:.08em;pointer-events:auto;border-bottom:1px solid #fff9;align-items:center;gap:25px;margin-top:29px;padding:13px 0 10px;font-size:11px;font-weight:750;transition:gap .24s,color .24s;display:inline-flex}.cinematic-story__cta b{color:var(--orange);font-size:17px;line-height:1}.cinematic-story__cta:hover,.cinematic-story__cta:focus-visible{color:var(--story-accent);outline:none;gap:34px}.cinematic-story__floating-card{z-index:5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;pointer-events:none;background:#0c273257;border:1px solid #ffffff3b;border-radius:13px;gap:5px;min-width:154px;padding:14px 16px;display:grid;position:absolute;transform:rotate(-3deg);box-shadow:0 16px 35px #05171f29}.cinematic-story__floating-card span{color:var(--story-accent);letter-spacing:.2em;font-size:8px;font-weight:800}.cinematic-story__floating-card strong{font-size:12px;font-weight:650}.cinematic-story__floating-card--top{top:16%;right:max(28px,8vw)}.cinematic-story__floating-card--bottom{bottom:17%;right:clamp(25px,5vw,70px);transform:rotate(3deg)}.cinematic-story__nav{z-index:8;gap:10px;width:142px;display:grid;position:absolute;top:50%;right:clamp(22px,4vw,65px);transform:translateY(-50%)}.cinematic-story__nav button{color:#ffffff75;text-align:left;letter-spacing:.16em;background:0 0;border:0;border-bottom:1px solid #fff3;grid-template-columns:22px 1fr;align-items:center;gap:9px;min-height:27px;padding:0;font-size:8px;font-weight:750;transition:color .2s,border-color .2s;display:grid}.cinematic-story__nav button span{letter-spacing:.08em;font-size:9px}.cinematic-story__nav button:hover,.cinematic-story__nav button:focus-visible,.cinematic-story__nav button[data-active=true]{border-bottom-color:var(--story-accent);color:#fff;outline:none}.cinematic-story__progress{z-index:9;background:#ffffff36;border-radius:2px;height:2px;position:absolute;bottom:29px;left:clamp(22px,4vw,65px);right:clamp(22px,4vw,65px);overflow:hidden}.cinematic-story__progress span{transform-origin:0;background:var(--story-accent);width:100%;height:100%;display:block}.cinematic-story__scene-status{z-index:9;color:#ffffffad;letter-spacing:.18em;align-items:center;gap:10px;font-size:9px;font-weight:750;display:flex;position:absolute;bottom:44px;left:clamp(22px,4vw,65px)}.cinematic-story__scene-status span{color:var(--story-accent)}.cinematic-story__hero-switcher{z-index:12;gap:8px;display:flex;position:absolute;top:101svh;left:50%;transform:translate(-50%)}.cinematic-story__hero-switcher button{background:#ffffff73;border:0;border-radius:4px;width:25px;height:3px;padding:0}.cinematic-story__hero-switcher button[data-active=true]{background:#fff;width:55px}.cinematic-story--reduced{height:auto;min-height:0}.cinematic-story--reduced .cinematic-story__sticky{height:auto;min-height:680px;position:relative}.cinematic-story--reduced .cinematic-story__media-layer:not([data-scene=hero]),.cinematic-story--reduced .cinematic-story__nav,.cinematic-story--reduced .cinematic-story__floating-card{display:none}@media (width<=900px){.cinematic-story{height:570svh;min-height:3600px}.cinematic-story__sticky{min-height:590px}.cinematic-story__copy{width:min(610px,62vw);left:7vw}.cinematic-story__copy[data-align=right]{right:7vw}.cinematic-story__nav{width:112px;right:4vw}.cinematic-story__floating-card--top{right:20vw}.cinematic-story__media-layer{inset:-2%}}@media (width<=650px){.cinematic-story{height:470svh;min-height:2900px}.cinematic-story__sticky{min-height:650px}.cinematic-story__media-layer{inset:0}.cinematic-story__media-layer img,.cinematic-story__media-layer video{object-position:58% center}.cinematic-story__media-shade{background:linear-gradient(#081b2557 0%,#081b2591 42%,#081b25f0 100%),linear-gradient(90deg,#081b2559,#0000 70%)}.cinematic-story__copy,.cinematic-story__copy[data-align=right],.cinematic-story__copy[data-align=center]{text-align:left;width:auto;transform:translate3d(var(--story-copy-x,0px), var(--story-copy-y,0px), 0) scale(var(--story-copy-scale,1));inset:auto 21px 104px}.cinematic-story__copy[data-align=center] .cinematic-story__eyebrow{justify-content:flex-start}.cinematic-story__copy[data-align=center]{margin-left:0}.cinematic-story__copy h1,.cinematic-story__copy h2{max-width:390px;margin-bottom:16px;font-size:clamp(39px,12vw,58px)}.cinematic-story__copy h2{font-size:clamp(35px,10.3vw,51px)}.cinematic-story__eyebrow{margin-bottom:16px;font-size:8px}.cinematic-story__body{max-width:370px;font-size:14px;line-height:1.55}.cinematic-story__detail{max-width:350px;font-size:11px}.cinematic-story__body,.cinematic-story__detail{overflow-wrap:anywhere}.cinematic-story__floating-card{display:none}.cinematic-story__nav{gap:6px;width:auto;display:flex;inset:auto 21px 47px;transform:none}.cinematic-story__nav button{background:#ffffff57;border:0;border-radius:5px;min-width:0;height:3px;min-height:3px;font-size:0;display:block}.cinematic-story__nav button span,.cinematic-story__nav button b{display:none}.cinematic-story__nav button[data-active=true]{background:var(--story-accent);flex:2}.cinematic-story__nav button:not([data-active=true]){flex:1}.cinematic-story__progress{bottom:30px;left:21px;right:21px}.cinematic-story__scene-status{font-size:8px;bottom:53px;left:21px}.cinematic-story__media-label{font-size:8px;bottom:31px;right:21px}.cinematic-story__media-time{display:none}.cinematic-story__hero-switcher{top:101svh}.cinematic-story--reduced .cinematic-story__sticky{min-height:670px}}@media (prefers-reduced-motion:reduce){.cinematic-story{height:auto;min-height:0}.cinematic-story__sticky{height:auto;min-height:690px;position:relative}.cinematic-story__media-layer{transition:none!important}.cinematic-story__nav,.cinematic-story__floating-card,.cinematic-story__hero-switcher{display:none}}.cinematic-story__sticky{height:calc(100svh - 82px);min-height:560px;top:82px}.cinematic-story__stage{background:radial-gradient(at 18% 14%,#b5d4c829,#0000 35%),linear-gradient(135deg,#102e3d 0%,#183f50 55%,#153646 100%);transition:background .65s}.cinematic-story__stage[data-active-scene=kutu]{background:radial-gradient(at 76% 22%,#e7a47738,#0000 32%),linear-gradient(135deg,#173746 0%,#214c59 55%,#163646 100%)}.cinematic-story__stage[data-active-scene=kullanim]{background:radial-gradient(at 18% 76%,#b5d4c833,#0000 34%),linear-gradient(135deg,#102e3d 0%,#1c4350 56%,#183546 100%)}.cinematic-story__media-layer[data-kind=video]{background:radial-gradient(at 50% 48%,#c4dfd833,#0000 43%),linear-gradient(135deg,#102e3dfa,#1b424efa);inset:0}.cinematic-story__media-layer[data-kind=video]:before{content:"";z-index:0;filter:blur(30px);opacity:.72;background:radial-gradient(#eaf5f147,#0000 68%);border-radius:30px;position:absolute;inset:8%;transform:scale(1.14)}.cinematic-story__media-layer[data-kind=video] video{z-index:1;object-fit:contain;object-position:center;filter:saturate(.94)contrast(1.03)drop-shadow(0 24px 38px #03131b4d);width:min(36vw,430px);max-width:calc(100% - 44px);margin-inline:auto;position:relative}.cinematic-story__media-layer[data-scene=kutu] video{margin-left:auto;margin-right:clamp(100px,12vw,190px)}.cinematic-story__media-layer[data-scene=kullanim] video{margin-left:clamp(100px,12vw,190px);margin-right:auto}.cinematic-story__media-layer[data-kind=video] .cinematic-story__media-shade{z-index:2;background:linear-gradient(#081b251a,#0000 28%,#081b254d),radial-gradient(#0000 35%,#081b2557 100%)}.cinematic-story__transition-veil{z-index:6;pointer-events:none;will-change:opacity;background:#102e3d;position:absolute;inset:0;overflow:hidden}.cinematic-story__transition-veil span{filter:blur(12px);opacity:.9;will-change:transform;background:linear-gradient(90deg,#0000,#e7a47794,#0000);width:14vw;position:absolute;top:-10%;bottom:-10%;left:calc(50% - 7vw)}.cinematic-story__copy{z-index:1}.cinematic-story__copies{z-index:4}.cinematic-story__media{z-index:1}.cinematic-story__nav{z-index:8;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:auto;display:grid;inset:auto clamp(175px,13vw,210px) 34px clamp(36px,4vw,65px);transform:none}.cinematic-story__nav button{border-top:1px solid #ffffff40;border-bottom:0;grid-template-columns:none;align-items:center;gap:8px;min-height:29px;padding:8px 0 0;display:flex}.cinematic-story__nav button[data-active=true]{border-top-color:var(--story-accent)}.cinematic-story__progress{z-index:9;border-radius:0;height:3px;bottom:0;left:0;right:0}.cinematic-story__scene-status{display:none}.cinematic-story__media-label{bottom:88px}.cinematic-story__media-time{bottom:110px}@media (width<=900px){.cinematic-story__sticky{height:calc(100svh - 76px);min-height:540px;top:76px}.cinematic-story__media-layer[data-scene=kutu] video{margin-right:10vw}.cinematic-story__media-layer[data-scene=kullanim] video{margin-left:10vw}.cinematic-story__nav{width:auto;left:4vw;right:155px}}@media (width<=650px){.cinematic-story__sticky{height:calc(100svh - 74px);min-height:575px;top:74px}.cinematic-story__media-layer[data-kind=video]:before{filter:blur(22px);inset:5%}.cinematic-story__media-layer[data-kind=video] video{filter:saturate(.96)contrast(1.02)drop-shadow(0 18px 28px #03131b47);width:min(72vw,390px);height:78%;margin-top:4%}.cinematic-story__media-layer[data-scene=kutu] video,.cinematic-story__media-layer[data-scene=kullanim] video{margin-left:auto;margin-right:auto}.cinematic-story__media-layer[data-kind=video] .cinematic-story__media-shade{background:linear-gradient(#081b250a 0%,#081b251a 42%,#081b25e6 100%),radial-gradient(#0000 34%,#081b2559 100%)}.cinematic-story__transition-veil span{filter:blur(16px);width:28vw;left:calc(50% - 14vw)}.cinematic-story__copy{bottom:130px}.cinematic-story__copy h1,.cinematic-story__copy h2{max-width:11ch;font-size:clamp(35px,10.6vw,48px);line-height:.96}.cinematic-story__copy h2{font-size:clamp(32px,9.7vw,44px)}.cinematic-story__body{max-width:330px;font-size:13px;line-height:1.5}.cinematic-story__detail{max-width:320px;font-size:10px;line-height:1.5}.cinematic-story__cta{margin-top:19px}.cinematic-story__media-label{display:none}.cinematic-story__scene-status{display:flex;bottom:55px}.cinematic-story__nav{display:flex;bottom:43px;left:21px;right:145px}.cinematic-story__progress{border-radius:2px;height:2px;bottom:25px;left:21px;right:145px}}@media (prefers-reduced-motion:reduce){.cinematic-story__sticky{height:auto;min-height:690px;top:0}.cinematic-story__stage{transition:none}.cinematic-story__transition-veil{display:none}}.catalog-hero-products{background:linear-gradient(115deg,#173042 0%,#205365 54%,#4d8c88 100%);padding:clamp(74px,8vw,116px) 0 clamp(70px,8vw,106px);position:relative;overflow:hidden}.catalog-hero-grid{grid-template-columns:minmax(0,.92fr) minmax(330px,.8fr);align-items:center;gap:clamp(42px,8vw,120px);display:grid}.catalog-hero-copy{z-index:1;position:relative}.catalog-hero-copy h1{letter-spacing:-.055em;max-width:650px;margin-bottom:24px;font-size:clamp(52px,6.4vw,86px)}.catalog-hero-copy>p:not(.eyebrow){color:#ffffffc7;max-width:470px;font-size:16px;line-height:1.75}.catalog-trust{color:#d6ebe4;letter-spacing:.02em;flex-wrap:wrap;gap:10px 18px;margin-top:31px;font-size:10px;font-weight:700;display:flex}.catalog-trust span{align-items:center;gap:7px;display:inline-flex}.catalog-trust b{width:20px;height:20px;color:var(--orange);background:#b5d4c833;border-radius:50%;place-items:center;font-size:11px;display:grid}.catalog-hero-art{min-height:355px;position:relative}.catalog-art-card{background:#dceae6;border:7px solid #ffffffeb;border-radius:23px;position:absolute;overflow:hidden;box-shadow:0 22px 45px #05182140}.catalog-art-card img{object-fit:cover;width:100%;height:100%;display:block}.catalog-art-main{inset:11px 55px 18px 0;transform:rotate(-4deg)}.catalog-art-side{width:42%;height:45%;bottom:0;right:0;transform:rotate(8deg)}.catalog-art-note{color:#d6ebe5;letter-spacing:.13em;text-transform:uppercase;background:#102e3d80;border:1px solid #ffffff73;border-radius:13px;padding:12px 15px;font-size:9px;line-height:1.35;position:absolute;top:4%;right:10%;transform:rotate(3deg)}.catalog-art-note b{color:#fff;letter-spacing:0;text-transform:none;font-size:11px}.catalog-doodle{color:#e7a4778c;pointer-events:none;position:absolute}.catalog-doodle-one{font-size:52px;top:14%;right:4%;transform:rotate(13deg)}.catalog-doodle-two{color:#b5d4c8b3;font-size:19px;bottom:10%;left:44%}.catalog-section{background:#f8faf7}.catalog-heading{gap:25px}.catalog-heading>div>p:not(.eyebrow){max-width:510px;color:var(--muted);margin:14px 0 0;font-size:13px;line-height:1.65}.catalog-count{background:#e9f3ef;border:1px solid #4d8c8833;border-radius:999px;flex:none;align-items:center;gap:8px;padding:9px 13px;font-weight:700;display:inline-flex;color:#3d7f78!important}.catalog-count:before{content:"✦";color:var(--orange)}.products-grid-large{align-items:stretch}.products-grid-large .product-card{border:1px solid #17304217;border-radius:22px;overflow:hidden;box-shadow:0 10px 30px #1730420d}.products-grid-large .product-card:hover{box-shadow:0 20px 42px #1730421f}.products-grid-large .product-image{background:#e8efeb}.products-grid-large .product-body h3{font-size:25px}.catalog-help{background:#fff;border:1px solid #1730421a;border-radius:16px;align-items:center;gap:15px;margin-top:45px;padding:19px 22px;display:flex}.catalog-help-icon{color:#a9634b;background:#f7e2d3;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-family:Playfair Display,serif;font-size:20px;display:grid}.catalog-help b{font-size:12px;display:block}.catalog-help p{color:var(--muted);margin:4px 0 0;font-size:11px}.catalog-help a{color:var(--teal);white-space:nowrap;margin-left:auto;font-size:11px;font-weight:800}.catalog-help a span{color:var(--orange);margin-left:8px;font-size:16px}.product-detail{background:#f8faf7}.product-detail-media{min-width:0}.detail-gallery{border:1px solid #17304214;border-radius:26px;overflow:hidden;box-shadow:0 17px 40px #17304214}.detail-media-caption{color:#7b8b8e;align-items:center;gap:8px;margin:13px 2px 0;font-size:10px;display:flex}.detail-media-caption span{color:var(--orange);font-size:15px}.product-detail-copy{padding:20px 0}.detail-price-row{align-items:baseline;gap:11px;display:flex}.detail-price-row small{color:#91a1a2;font-size:10px}.detail-assurances{grid-template-columns:1fr 1fr;column-gap:18px;max-width:500px;display:grid}.detail-assurances .detail-note{margin-top:18px}.detail-assurances .detail-note:last-child{grid-column:1/-1}.product-long-details{margin-top:36px;padding-bottom:0}.blog-hero{padding:clamp(78px,9vw,116px) 0}.blog-hero-inner{max-width:820px}.blog-hero-inner>p:not(.eyebrow){max-width:510px}.blog-topic-row{flex-wrap:wrap;gap:8px;margin-top:26px;display:flex}.blog-topic-row span{color:#e5f0ed;border:1px solid #ffffff40;border-radius:999px;padding:8px 12px;font-size:10px}.blog-list-section{background:#f8faf7}.blog-featured{background:#fff;border:1px solid #17304217;border-radius:24px;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:center;gap:clamp(26px,5vw,68px);margin-bottom:50px;padding:18px;display:grid;box-shadow:0 12px 30px #1730420d}.blog-featured-image{aspect-ratio:1.45;background:#dceae7;border-radius:16px;position:relative;overflow:hidden}.blog-featured-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.blog-featured:hover .blog-featured-image img{transform:scale(1.04)}.blog-featured-image>span{background:var(--orange);color:var(--ink);letter-spacing:.12em;border-radius:999px;padding:7px 10px;font-size:8px;font-weight:800;position:absolute;top:14px;left:14px}.blog-featured h2{margin-bottom:14px;font-size:clamp(35px,4.4vw,57px)}.blog-featured p:not(.eyebrow){max-width:420px;color:var(--muted);font-size:14px;line-height:1.7}.blog-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.blog-list-grid .blog-list-card{border-radius:18px;grid-template-columns:145px 1fr;gap:19px;padding:14px;box-shadow:0 8px 22px #1730420a}.blog-list-grid .blog-card-image{border-radius:11px;display:block;overflow:hidden}.blog-list-grid .blog-list-card img{aspect-ratio:.9;height:100%;transition:transform .5s}.blog-list-grid .blog-list-card:hover img{transform:scale(1.05)}.blog-list-grid .blog-list-card h2{font-size:25px}.blog-list-grid .blog-list-card p:not(.eyebrow){font-size:12px}.article-page{background:#f8faf7}.article-header{max-width:770px}.article-header h1{margin-bottom:19px}.article-meta{color:#809092;gap:10px;font-size:10px;display:flex}.article-cover{border-radius:20px;box-shadow:0 16px 35px #1730421a}.article-end{border-top:1px solid #17304221;align-items:center;gap:13px;max-width:700px;margin-top:48px;padding-top:21px;display:flex}.article-end>span{color:#ae684e;background:#f6dfcf;border-radius:50%;flex:none;place-items:center;width:35px;height:35px;display:grid}.article-end b{font-size:12px}.article-end p{color:var(--muted);margin:3px 0 0;font-size:11px}.article-end a{color:var(--teal);white-space:nowrap;margin-left:auto;font-size:11px;font-weight:800}.about-hero{background:linear-gradient(135deg,#eaf5f7 0%,#e9f3ee 100%)}.about-hero-spot{pointer-events:none;border-radius:50%;position:absolute}.about-hero-spot-one{filter:blur(2px);background:#e7a4772e;width:420px;height:420px;top:-230px;right:-80px}.about-hero-spot-two{border:1px solid #4d8c883d;width:260px;height:260px;bottom:-160px;left:-60px}.about-actions{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.about-text-link{color:var(--teal);font-size:11px;font-weight:800}.about-values{color:#70858a;flex-wrap:wrap;gap:17px;margin-top:38px;font-size:10px;font-weight:700;display:flex}.about-values span{align-items:center;gap:7px;display:inline-flex}.about-values b{color:var(--orange);letter-spacing:.08em;font-size:9px}.about-art-note{background:var(--ink);color:#d4e9e2;border-radius:12px;padding:12px 14px;font-size:10px;line-height:1.3;position:absolute;top:8%;right:1%;transform:rotate(5deg);box-shadow:0 10px 23px #1730422e}.about-art-note b{color:var(--orange);font-size:12px}.principles-grid article{position:relative;overflow:hidden}.principle-icon{width:40px;height:40px;color:var(--teal);background:#e5f1ef;border-radius:13px;place-items:center;font-size:19px;display:grid}.principles-grid article:nth-child(2) .principle-icon{color:#b86f51;background:#f7e6d9}.principles-grid article:nth-child(3) .principle-icon{color:#746bb0;background:#eae8f6}.principles-grid article>small{color:#9ba9a9;letter-spacing:.14em;margin-top:25px;font-size:9px;display:block}.principles-grid h3{margin-top:7px}.about-cta-inner{justify-content:space-between;align-items:end;gap:28px;display:flex}@media (width<=900px){.catalog-hero-grid{grid-template-columns:1fr;gap:35px}.catalog-hero-art{width:min(560px,100%);min-height:320px}.catalog-help{flex-wrap:wrap;align-items:flex-start}.catalog-help a{width:100%;margin-left:49px}.blog-featured,.blog-list-grid{grid-template-columns:1fr}.about-cta-inner{flex-direction:column;align-items:flex-start}}@media (width<=650px){.catalog-hero-products{padding:64px 0 62px}.catalog-hero-copy h1{font-size:51px}.catalog-hero-copy>p:not(.eyebrow){font-size:14px}.catalog-trust{gap:10px 12px;font-size:9px}.catalog-hero-art{min-height:255px}.catalog-art-main{border-width:5px;inset:9px 42px 12px 0}.catalog-art-side{border-width:5px}.catalog-art-note{padding:9px 10px;font-size:8px;top:1%;right:2%}.catalog-doodle-one{font-size:37px;top:39%;right:-5px}.catalog-heading>div>p:not(.eyebrow){font-size:12px}.catalog-help{gap:11px;margin-top:31px;padding:15px}.catalog-help a{margin-left:45px}.detail-media-caption{font-size:9px}.detail-assurances{grid-template-columns:1fr}.detail-assurances .detail-note:last-child{grid-column:auto}.blog-featured{border-radius:18px;margin-bottom:31px;padding:11px}.blog-featured h2{font-size:35px}.blog-featured p:not(.eyebrow){font-size:13px}.blog-list-grid .blog-list-card{grid-template-columns:112px 1fr;gap:13px}.blog-list-grid .blog-list-card h2{font-size:22px}.blog-list-grid .blog-list-card p:not(.eyebrow){font-size:11px}.article-end{flex-wrap:wrap;align-items:flex-start}.article-end a{width:100%;margin-left:48px}.about-actions{gap:14px}.about-values{gap:11px;margin-top:28px}.about-art-note{top:3%;right:0}}.public-header{box-shadow:0 8px 30px #102d3d13}.public-header .nav{gap:clamp(20px,3vw,42px)}.public-header .nav nav{flex:0 auto}.public-header .nav nav a[href=\/urunler]{font-weight:800;color:#245f5a!important}.public-header .nav nav a[href=\/urunler]:before{content:"✦";color:var(--orange);margin-right:6px;font-size:10px}.public-header .nav-shop{margin-left:auto}.products{background:linear-gradient(#fff 0%,#fbfaf6 100%);padding-block:clamp(86px,9vw,122px);position:relative}.products:before{content:"";background:linear-gradient(90deg,var(--teal),#8dbbb2 48%,var(--orange));height:5px;position:absolute;inset:0 0 auto}.products .product-card{border-radius:18px;overflow:hidden;box-shadow:0 12px 30px #17304212}.products .product-image{aspect-ratio:1.08}.products .add-cart{background:var(--ink);color:#fff;border-radius:999px;padding:9px 12px}.products .add-cart:hover{background:var(--teal);color:#fff}.reviews-section{padding:84px 0 88px}.reviews-section .section-heading h2{font-size:clamp(41px,4.7vw,61px)}.review-card footer{color:var(--ink);background:0 0;margin:0;padding:0}.review-card footer b,.review-card footer small{display:block}.review-card footer b{font-size:11px}.review-card footer small{color:#87989a;margin-top:3px;font-size:9px}.review-avatar{width:34px;height:34px;font-size:12px}.instagram-heading-side{align-items:center;gap:25px;display:flex}.instagram-account{background:#f8faf7;border:1px solid #1730421a;border-radius:16px;align-items:center;gap:11px;padding:10px 14px 10px 10px;display:flex}.instagram-glyph{color:#fff;background:linear-gradient(135deg,#6d5bb1,#d65d79 55%,#eca44d);border-radius:12px;place-items:center;width:38px;height:38px;font-size:25px;line-height:1;display:grid}.instagram-account b,.instagram-account small{display:block}.instagram-account b{color:var(--ink);font-size:11px}.instagram-account small{color:#8b999c;margin-top:3px;font-size:9px}.instagram-heading-side .text-link{margin-top:0}.instagram-card{border-radius:14px;box-shadow:0 10px 25px #17304212}.cinematic-story__media-layer[data-kind=video] video{image-rendering:auto;filter:saturate(1.02)contrast(1.06)brightness(1.015)drop-shadow(0 28px 44px #03131b57);width:min(48vw,560px)}.cinematic-story__media-layer[data-kind=video]:before{opacity:.9;inset:5%}@media (width<=1040px) and (width>=821px){.public-header .nav nav a{padding-inline:10px;font-size:12px}.public-header .nav{gap:16px}}@media (width<=820px){.public-header .nav nav{border-radius:0 0 18px 18px;flex:none;padding:9px}.public-header .nav nav a{border-radius:10px}.public-header .nav-shop{margin-left:0}.instagram-heading-side{flex-direction:column;align-items:flex-start;gap:8px;margin-top:24px}.reviews-caption{display:none}}@media (width<=650px){.products{padding-block:74px}.products-grid{grid-template-columns:1fr;gap:17px}.products .product-body p{min-height:0}.reviews-section{padding:70px 0 74px}.review-card{flex-basis:min(328px,84vw);padding:20px}.review-card blockquote{font-size:20px}.review-verified{display:none}.instagram-account{width:100%}.cinematic-story__media-layer[data-kind=video] video{width:min(82vw,420px);height:82%}}.public-header .nav nav{flex:auto;justify-content:flex-end;gap:10px}.public-header .nav nav a{padding-inline:18px}.public-header .nav nav .nav-cart{border-radius:16px;flex:0 0 74px;width:74px;height:56px}.public-header .nav nav .nav-cart .nav-icon{width:25px;height:25px}.public-header .nav nav .nav-cart b{min-width:21px;height:21px;font-size:10px;position:absolute;top:-6px;right:-6px}.order-audience{vertical-align:middle;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;margin-left:6px;padding:3px 6px;font-size:8px;font-style:normal;display:inline-flex}.order-audience.guest{color:#a85f45;background:#fff0e6}.order-audience.member{color:#3f766e;background:#e6f2ee}.order-note{color:#a85f45!important}.media-help{color:#587079;background:#f1f8f6;border:1px solid #dce9e6;border-radius:12px;gap:7px;margin:0 54px 23px;padding:17px 19px;font-size:11px;line-height:1.55;display:grid}.media-help b{color:#245f5a;font-size:12px}.media-help strong{color:#365b61}.media-help em{color:#3f766e;font-style:normal;font-weight:700}.media-help small{color:#8a9b9f;font-size:9px}.admin-dark .media-help{color:#b9ced0;background:#102d35;border-color:#2b5158}.admin-dark .media-help b,.admin-dark .media-help strong{color:#d6ece7}@media (width<=900px){.media-help{margin-left:25px;margin-right:25px}}@media (width<=650px){.public-header .nav nav{justify-content:flex-start}.public-header .nav nav .nav-cart{flex-basis:40px;width:40px;height:40px}.public-header .nav nav .nav-cart .nav-icon{width:19px;height:19px}.media-help{margin:0 18px 18px;padding:14px}}.render-error{text-align:center;place-items:center;min-height:60vh;padding:24px;display:grid}.render-error b{color:#245f5a;font-size:18px}.render-error p{color:#587079;margin:8px 0 16px;font-size:14px}.render-error button{color:#fff;cursor:pointer;background:#245f5a;border:none;border-radius:999px;padding:10px 22px;font-size:14px}:root{--cream:#f5e6d3;--cream-light:#faf3e8;--cream-dark:#e8d4b8;--teal:#2a9d8f;--teal-light:#3fb5a6;--teal-dark:#238276;--orange:#e76f51;--orange-light:#f4a261;--orange-dark:#d5573b;--navy:#264653;--navy-light:#2c5f6f;--slate:#52606d;--text:#1a1a1a;--text-muted:#6b7280;--white:#fff;--line:#2a9d8f1a;--shadow-sm:0 1px 3px #26465314;--shadow-md:0 4px 12px #2646531a;--shadow-lg:0 10px 40px #26465326;color:var(--text);background:var(--cream-light);font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}@media (width<=768px){body{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.site-header{height:70px!important;position:sticky!important;top:0!important;bottom:auto!important}.site-header .nav{height:70px!important;padding:0 16px!important;display:flex!important}.site-header .logo{box-shadow:none!important;background:0 0!important;padding:0!important;position:static!important}.site-header nav,.site-header .nav-actions{display:none!important}.mobile-bottom-nav{background:#fffffffa;border-top:1px solid #2a9d8f1f;grid-template-columns:repeat(5,1fr);height:78px;box-shadow:0 -8px 24px #2646531a;z-index:1500!important;display:grid!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important}.mobile-bottom-nav a,.mobile-bottom-nav button{min-width:0;color:var(--slate);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:10px;font-weight:700;display:flex}.mobile-bottom-nav a.active,.mobile-bottom-nav button:hover{color:var(--teal)}.mobile-nav-icon{place-items:center;height:25px;font-size:22px;line-height:1;display:grid}.mobile-bottom-cart{border-radius:50%;margin-top:-22px;position:relative;box-shadow:0 8px 24px #2a9d8f4d;background:linear-gradient(135deg, var(--teal), var(--teal-dark))!important;color:#fff!important;height:64px!important}}.cart-toast{z-index:2500;background:#fff;border:1px solid #2a9d8f33;border-radius:16px;align-items:center;gap:12px;padding:12px 14px;animation:.28s ease-out toast-in;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 16px 40px #2646532e}.cart-toast img{object-fit:cover;border-radius:10px;width:44px;height:44px}.cart-toast div{gap:2px;min-width:140px;display:grid}.cart-toast small{color:#667085}.cart-toast button{color:#fff;background:#2a9d8f;border:0;border-radius:10px;padding:9px 11px;font-weight:700}.cart-button.is-pulsing{animation:.7s cart-pulse}.badge-orange{background:#f4a261!important}.badge-navy{background:#264653!important}.badge-pink{background:#e76f9f!important}@keyframes cart-pulse{50%{transform:scale(1.14)}}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.address-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:18px;display:grid}.support-form{max-width:640px}.account-tabs{white-space:nowrap;overflow-x:auto}.account-tabs button{flex:none}@media (width<=700px){.cart-toast{bottom:92px;left:14px;right:14px}.address-layout{grid-template-columns:1fr}.account-modal{max-height:calc(100vh - 24px);overflow:auto}.account-tabs{gap:6px;display:flex}.account-tabs button{padding:10px 12px}.review-track{width:max-content!important;animation:none!important}.review-marquee{scroll-snap-type:x mandatory;overflow-x:auto!important;-webkit-mask-image:none!important;mask-image:none!important}.review-card{scroll-snap-align:start;flex:0 0 min(310px,100vw - 44px)}.reviews-section{padding-bottom:28px}}.gallery.single-image .gallery-main img:first-child,.product-card:hover .gallery.single-image .gallery-main img:first-child{opacity:1;transform:none}.menu-scrim,.mobile-account-quick,.mobile-bottom-nav{display:none}.products-direct-page{background:var(--cream-light);min-height:70vh;padding:92px 0 110px}.catalog-heading-direct{align-items:end;margin-bottom:48px}.catalog-heading-direct h1{color:var(--navy);margin:8px 0 18px;font-size:clamp(42px,6vw,72px);line-height:1.02}.catalog-heading-direct h1 em{color:var(--teal);font-style:normal}.catalog-heading-direct p:not(.eyebrow){max-width:580px;font-size:17px}.products-direct-page .product-wrap{position:relative}.products-direct-page .product-badge{top:16px;left:16px;right:auto}.products-direct-page .product-card{border-color:#2a9d8f29}.products-direct-page .catalog-help{margin-top:56px}.story-hero{background:linear-gradient(135deg, var(--cream) 0%, var(--cream-light) 62%, #fff 100%);padding:108px 0 96px;overflow:hidden}.story-hero-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);align-items:center;gap:clamp(40px,8vw,110px);display:grid}.story-hero h1{margin:12px 0 26px;font-size:clamp(44px,6.5vw,78px);line-height:1.02}.story-hero h1 em,.story-section-heading h2 em,.story-manifesto-copy h2 em,.story-cta h2 em{color:var(--teal);font-style:normal}.story-hero-lead{max-width:570px;font-size:19px}.story-hero-actions{flex-wrap:wrap;align-items:center;gap:26px;margin-top:34px;display:flex}.story-hero-visual{justify-self:end;max-width:480px;position:relative}.story-hero-visual img{aspect-ratio:.9;object-fit:cover;border-radius:28px 28px 90px;width:100%;box-shadow:0 24px 60px #2646532e}.story-sticker{background:var(--orange);color:#fff;box-shadow:var(--shadow-lg);border-radius:16px;align-items:center;gap:10px;padding:16px 20px;display:flex;position:absolute;bottom:28px;left:-28px;transform:rotate(-5deg)}.story-sticker strong{font-size:26px;line-height:1}.story-sticker span{font-size:12px;font-weight:700;line-height:1.25}.story-values{background:#fff;padding:96px 0}.story-section-heading{grid-template-columns:1fr 1fr;align-items:end;gap:60px;margin-bottom:52px;display:grid}.story-section-heading h2,.story-manifesto-copy h2{margin-top:10px;font-size:clamp(34px,4.8vw,56px);line-height:1.06}.story-section-heading>p{justify-self:end;max-width:480px;font-size:17px}.story-value-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.story-value-grid article{background:var(--cream-light);border:1px solid #2a9d8f1f;border-radius:18px;padding:28px}.story-value-grid article:nth-child(2){background:#e9f5f2}.story-value-grid article:nth-child(3){background:#fff1e9}.story-value-grid span{width:44px;height:44px;color:var(--teal);background:#fff;border-radius:50%;place-items:center;margin-bottom:24px;font-size:22px;display:grid}.story-value-grid b{color:var(--navy);margin-bottom:8px;font-size:21px;display:block}.story-value-grid p{font-size:15px}.story-manifesto{background:var(--cream-light);padding:108px 0}.story-manifesto-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(42px,8vw,110px);display:grid}.story-manifesto-image img{aspect-ratio:1;object-fit:cover;width:100%;box-shadow:var(--shadow-lg);border-radius:24px}.story-manifesto-copy>p:not(.eyebrow){max-width:560px;margin-top:22px;font-size:17px}.story-manifesto-copy blockquote{border-left:4px solid var(--orange);color:var(--navy);margin-top:30px;padding:14px 0 14px 22px;font-size:21px;font-weight:600;line-height:1.45}.story-cta{background:var(--navy);text-align:center;padding:96px 0}.story-cta h2{color:var(--cream-light);margin:12px 0 30px;font-size:clamp(34px,5vw,60px)}.story-cta h2 em{color:var(--orange-light)}.account-modal-enhanced{width:min(680px,100%)}.account-head-enhanced{padding-bottom:8px}.account-head-enhanced h2{font-size:clamp(28px,5vw,42px)}.account-tabs{gap:18px}.account-tabs button{font-size:13px}.enhanced-order-list{gap:16px}.order-card{background:#fff;border:1px solid #2a9d8f26;border-radius:16px;padding:18px}.order-card-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.order-card-head b,.order-card-head small{display:block}.order-card-head b{color:var(--navy);font-size:14px}.order-card-head small{color:var(--text-muted);margin-top:5px;font-size:11px}.order-card-head strong{color:var(--teal);white-space:nowrap}.order-card-status{margin-top:13px}.order-progress{border-top:1px solid #2a9d8f1a;margin-top:15px;padding-top:14px}.order-progress-track{grid-template-columns:repeat(5,1fr);gap:3px;display:grid}.order-progress-track span{color:#9aa8ad;flex-direction:column;gap:6px;font-size:9px;line-height:1.2;display:flex}.order-progress-track span.done{color:var(--teal);font-weight:700}.order-progress-track i{background:#e9eff0;border-radius:10px;height:4px;display:block}.order-progress-track span.done i{background:var(--teal)}.tracking-code{margin-top:12px;font-size:12px}.tracking-code b{color:var(--navy);letter-spacing:.06em;margin-left:4px}.account-loading{color:var(--text-muted);padding:30px 0}.empty-state{text-align:center;justify-items:center;gap:8px;padding:30px 10px;display:grid}.empty-state>span{color:var(--teal);font-size:30px}.empty-state b{color:var(--navy)}.empty-state small{color:var(--text-muted)}.empty-state .button{margin-top:12px}@media (width<=768px){.site-header{height:70px;position:sticky!important;top:0!important;bottom:auto!important}.site-header .nav{height:70px;padding:0 16px;display:flex}.site-header .logo{box-shadow:none;background:0 0;padding:0;position:static}.site-header nav,.site-header .nav-actions{display:none!important}.site-header .menu-toggle{display:grid!important}.mobile-bottom-nav{z-index:1500;height:78px;padding-bottom:env(safe-area-inset-bottom);background:#fffffffa;border-top:1px solid #2a9d8f1f;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #2646531a}.mobile-bottom-nav a,.mobile-bottom-nav button{min-width:0;color:var(--slate);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:10px;font-weight:700;display:flex}.mobile-bottom-nav a.active,.mobile-bottom-nav button:hover{color:var(--teal)}.mobile-nav-icon{place-items:center;height:25px;font-size:22px;line-height:1;display:grid}.mobile-bottom-cart{border-radius:50%;margin-top:-22px;position:relative;box-shadow:0 8px 24px #2a9d8f4d;background:linear-gradient(135deg, var(--teal), var(--teal-dark))!important;color:#fff!important;height:64px!important}.mobile-cart-icon{place-items:center;display:grid}.mobile-account-quick{border-left:1px solid #2a9d8f1a;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:10px;z-index:2001!important;width:20vw!important;height:78px!important;color:var(--slate)!important;background:#fff!important;display:flex!important;position:fixed!important;bottom:0!important;right:0!important}body{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.site-header{height:78px;top:auto!important;bottom:0!important}.site-header .nav{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;width:100%;height:78px;padding:0 4px;display:grid}.site-header .logo{position:fixed;top:14px;left:14px}.site-header nav{display:contents}.site-header nav a{text-align:center;text-transform:none;letter-spacing:0;min-width:0;padding:8px 2px;font-size:10px}.site-header nav a[href=\/]{order:1;display:flex}.site-header nav a[href=\/urunler]{order:2;display:flex}.site-header nav a[href=\/iletisim]{order:4;display:flex}.site-header nav a.nav-whatsapp,.site-header nav a[href=\/hakkimizda],.site-header nav a[href=\/blog]{display:none!important}.site-header .nav-actions{display:contents}.site-header .account-button,.site-header .cart-button{text-transform:none;letter-spacing:0;width:auto;min-width:0;color:var(--slate);flex:initial;background:0 0;border:0;border-radius:0;gap:4px;padding:8px 2px;font-size:10px}.site-header .account-button{order:5}.site-header .cart-button{background:linear-gradient(135deg, var(--teal), var(--teal-dark));color:#fff;border-radius:50%;order:3;place-self:center stretch;height:64px;margin:-23px 4px 0;position:relative;box-shadow:0 8px 22px #2a9d8f52}.site-header .cart-button svg,.site-header .account-button svg{flex:none}.site-header .cart-button span,.site-header .account-button span{display:block}.site-header .cart-badge{top:5px;right:18%}.menu-toggle{z-index:1102;width:42px;height:42px;color:var(--navy);box-shadow:var(--shadow-md);background:#ffffffe6;border:1px solid #2a9d8f24;border-radius:12px;place-items:center;position:fixed;top:14px;right:14px;display:grid!important}.site-header[data-menu-open=true] #public-navigation{z-index:1101;background:#fff;border-radius:16px;flex-direction:column;align-items:stretch;width:min(260px,100vw - 28px);padding:10px;display:flex;position:fixed;top:66px;right:14px;box-shadow:0 18px 45px #26465333}.site-header[data-menu-open=true] #public-navigation a{order:initial;text-align:left;border-radius:10px;padding:12px 14px;font-size:14px;display:block!important}.site-header[data-menu-open=true] #public-navigation a:hover{background:var(--cream-light)}.menu-scrim{z-index:1099;background:#2646532e;border:0;display:block;position:fixed;inset:0}.products-direct-page{padding:52px 0 70px}.catalog-heading-direct{margin-bottom:30px;display:block}.catalog-heading-direct h1{font-size:46px}.catalog-heading-direct p:not(.eyebrow){font-size:15px}.catalog-heading-direct .catalog-count{margin-top:14px;display:inline-block}.story-hero{padding:64px 0 72px}.story-hero-grid,.story-manifesto-grid{grid-template-columns:1fr;gap:38px}.story-hero h1{font-size:44px}.story-hero-lead{font-size:17px}.story-hero-visual{justify-self:stretch;max-width:none}.story-hero-visual img{aspect-ratio:1.05;border-radius:22px 22px 58px}.story-sticker{bottom:18px;left:12px}.story-values,.story-manifesto{padding:70px 0}.story-section-heading{grid-template-columns:1fr;gap:18px;margin-bottom:28px}.story-section-heading>p{justify-self:start;font-size:15px}.story-value-grid{grid-template-columns:1fr;gap:12px}.story-value-grid article{padding:22px}.story-manifesto-copy h2{font-size:40px}.story-manifesto-copy>p:not(.eyebrow){font-size:15px}.story-cta{padding:72px 0}.account-modal-enhanced{max-height:calc(100vh - 28px)}.order-progress-track span{font-size:8px}.order-card{padding:14px}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{background:var(--cream-light);padding-bottom:env(safe-area-inset-bottom);line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none}img{max-width:100%;display:block}ul,ol{list-style:none}.container{width:min(1200px,100%);margin:0 auto;padding:0 24px}@media (width<=768px){.container{padding:0 16px}}.products-direct-page{z-index:1;position:relative}@media (width<=768px){.intro{padding-top:48px!important;padding-bottom:48px!important}.intro-grid{gap:28px!important}.intro-photo{aspect-ratio:1.45;width:100%}.post-card,.post-1{height:310px;min-height:310px}.post-overlay{padding:18px!important}.post-overlay h3{font-size:21px!important}.post-overlay p{font-size:13px!important}.legal-page{padding:48px 0 62px}.legal-page h2{margin-top:28px;font-size:21px}.legal-page .legal-intro{font-size:17px}.site-header .nav{height:78px;padding:0 4px;display:block;position:relative}.site-header nav{display:contents}.site-header nav a[href=\/],.site-header nav a[href=\/urunler],.site-header nav a[href=\/iletisim]{display:flex}.site-header nav a.nav-whatsapp,.site-header nav a[href=\/hakkimizda],.site-header nav a[href=\/blog]{display:none!important}.site-header .nav-actions{display:contents}.site-header .account-button{visibility:hidden;pointer-events:none}.site-header .account-button,.site-header .cart-button{flex-direction:column;flex:initial;width:auto;min-width:0;color:var(--slate);background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;gap:4px;padding:8px 2px;font-size:10px;display:flex!important}.site-header nav a[href=\/],.site-header nav a[href=\/urunler],.site-header nav a[href=\/iletisim],.site-header .account-button,.site-header .cart-button{width:20%;height:78px;position:fixed;bottom:0}.site-header nav a[href=\/]{left:0}.site-header nav a[href=\/urunler]{left:20%}.site-header nav a[href=\/iletisim]{left:60%}.site-header .account-button{left:80%}.site-header .cart-button{background:linear-gradient(135deg, var(--teal), var(--teal-dark));color:#fff;border-radius:50%;height:64px;margin:-23px 0 0;left:40%;box-shadow:0 8px 22px #2a9d8f52}.site-header .cart-badge{top:3px;right:17%}.menu-toggle{z-index:1102;width:42px;height:42px;color:var(--navy);box-shadow:var(--shadow-md);background:#fffffff0;border:1px solid #2a9d8f26;border-radius:12px;place-items:center;position:fixed;top:14px;right:14px;display:grid!important}.site-header[data-menu-open=true] #public-navigation{z-index:1101;background:#fff;border-radius:16px;flex-direction:column;align-items:stretch;width:min(260px,100vw - 28px);padding:10px;display:flex;position:fixed;top:66px;right:14px;box-shadow:0 18px 45px #26465333}.site-header[data-menu-open=true] #public-navigation a{text-align:left;border-radius:10px;padding:12px 14px;font-size:14px;display:block!important}.menu-scrim{z-index:1099;background:#2646532e;display:block;position:fixed;inset:0}}.section{padding-top:78px;padding-bottom:78px}.intro{padding-top:64px!important;padding-bottom:64px!important}.intro-grid{align-items:center!important;gap:48px!important}.intro-heading{grid-template-columns:1fr;gap:18px;display:grid}.intro-photo{aspect-ratio:1.5;object-fit:cover;width:min(100%,380px);box-shadow:var(--shadow-lg);border-radius:20px}.intro-copy{padding-top:0!important}.blog .section-heading{margin-bottom:28px}.posts-grid{gap:18px!important}.post-card{border:1px solid #2646531a;min-height:350px}.post-card img{filter:saturate(.95);opacity:.9!important}.post-overlay{background:linear-gradient(#142e3c14 0%,#142e3cc7 57%,#142e3cf5 100%)!important;padding:24px!important}.post-overlay time{color:#b8e3d8!important}.post-overlay h3{text-shadow:0 1px 8px #0003;color:#fff!important}.post-overlay p{color:#ffffffeb!important}.post-overlay a{color:#fff!important}.legal-page{background:var(--cream-light);padding:72px 0 86px}.legal-page .container{max-width:900px}.legal-page h1{margin:10px 0 24px;font-size:clamp(40px,6vw,68px)}.legal-page h2{color:var(--navy);margin:34px 0 10px;font-size:24px}.legal-page p{max-width:800px;color:var(--slate);margin-bottom:14px;font-size:15px;line-height:1.8}.legal-page .legal-intro{max-width:720px;color:var(--navy);font-size:19px;line-height:1.65}.legal-page a{color:var(--teal-dark);text-underline-offset:3px;text-decoration:underline}.legal-updated{border-top:1px solid #2a9d8f2e;margin-top:42px;padding-top:18px;font-size:12px!important}@media (width<=768px){.section{padding-top:54px;padding-bottom:54px}.intro{padding-top:48px!important;padding-bottom:48px!important}.intro-grid{gap:28px!important}.intro-photo{aspect-ratio:1.45;width:100%}.post-card,.post-1{height:310px;min-height:310px}.post-overlay{padding:18px!important}.post-overlay h3{font-size:21px!important}.post-overlay p{font-size:13px!important}.legal-page{padding:48px 0 62px}.legal-page h2{margin-top:28px;font-size:21px}.legal-page .legal-intro{font-size:17px}}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;color:var(--navy);margin:0;font-weight:700;line-height:1.2}h1{font-size:clamp(32px,5vw,56px)}h2{font-size:clamp(28px,4vw,42px)}h3{font-size:clamp(20px,3vw,28px)}p{color:var(--text-muted);margin:0;font-size:16px;line-height:1.7}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin:0 0 12px;font-size:11px;font-weight:700}.eyebrow.light{color:var(--cream)}.site-header{z-index:100;background:var(--white);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-sm);position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:32px;height:72px;display:flex}.logo{align-items:center;gap:12px;font-size:15px;font-weight:700;transition:transform .2s;display:flex}.logo:hover{transform:scale(1.02)}.logo-emblem{background:linear-gradient(135deg, var(--teal), var(--teal-dark));width:48px;height:48px;box-shadow:var(--shadow-md);border-radius:50%;overflow:hidden}.logo-emblem img{object-fit:cover;width:100%;height:100%}.nav nav{align-items:center;gap:32px;display:flex}.nav nav a{color:var(--navy);font-size:15px;font-weight:500;transition:color .2s;position:relative}.nav nav a:after{content:"";background:var(--teal);width:0;height:2px;transition:width .2s;position:absolute;bottom:-4px;left:0}.nav nav a:hover,.nav nav a.active{color:var(--teal)}.nav nav a:hover:after,.nav nav a.active:after{width:100%}@media (width<=768px){body{padding-bottom:76px;padding-bottom:calc(76px + env(safe-area-inset-bottom))}.site-header{border-bottom:none;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;left:0;right:0;box-shadow:0 -4px 20px #2646531a;z-index:1000!important;background:#fffffffa!important;position:fixed!important;top:auto!important;bottom:0!important}.nav{justify-content:space-around;gap:0;height:76px;padding:0}.logo{z-index:1001;box-shadow:var(--shadow-md);background:#fff;border-radius:50%;gap:0;padding:6px;position:fixed;top:14px;left:14px}.logo-emblem{width:42px;height:42px}.logo-text{display:none}.nav nav{display:contents}.nav nav a,.nav nav button{color:var(--slate);text-transform:uppercase;letter-spacing:.03em;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:8px 16px;font-size:10px;font-weight:600;display:flex}.nav nav a:after{display:none}.nav nav a:before,.nav nav button:before{margin-bottom:2px;font-size:22px}.nav nav a[href=\/]:before{content:"🏠"}.nav nav a[href=\/urunler]:before{content:"📦"}.nav nav a[href=\/iletisim]:before{content:"📞"}.nav nav a:hover,.nav nav a.active{color:var(--teal);background:#2a9d8f0d}.nav-actions{display:contents}.nav-whatsapp{color:#fff;text-transform:uppercase;letter-spacing:.03em;background:#25d366;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:64px;height:64px;margin-top:-32px;font-size:10px;font-weight:600;position:relative;box-shadow:0 4px 16px #25d36666;display:flex!important}.nav-whatsapp:before{content:"💬";margin-bottom:2px;font-size:26px}.nav-whatsapp:hover{background:#20ba5a;transform:scale(1.05)}.cart-button,.account-button{color:var(--slate);text-transform:uppercase;letter-spacing:.03em;background:0 0;border-radius:0;flex-direction:column;flex:1;align-items:center;gap:4px;padding:8px 16px;font-size:10px;font-weight:600;display:flex}.cart-button:before{content:"🛒";margin-bottom:2px;font-size:22px}.account-button:before{content:"👤";margin-bottom:2px;font-size:22px}.cart-badge{background:var(--orange);color:#fff;text-align:center;border-radius:999px;min-width:18px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;top:8px;right:12px}.menu-toggle,.nav nav a[href=\/hakkimizda],.nav nav a[href=\/blog]{display:none}}@media (width>=769px){.nav-whatsapp{display:none!important}.cart-button,.account-button{background:var(--cream);border:none;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.cart-button:hover,.account-button:hover{background:var(--teal);color:#fff;box-shadow:var(--shadow-md);transform:translateY(-2px)}.cart-badge{background:var(--orange);color:#fff;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:700}}.hero{background:linear-gradient(135deg, var(--cream), var(--cream-light));align-items:center;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-video-container{z-index:0;opacity:.7;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video-container video{object-fit:cover;width:100%;height:100%}.hero-content{z-index:1;max-width:700px;padding:80px 0;position:relative}.hero-content h1{color:var(--navy);margin-bottom:20px;font-size:clamp(36px,6vw,64px);font-weight:800}.hero-content p{color:var(--slate);margin-bottom:32px;font-size:18px}@media (width<=768px){.hero{min-height:500px;padding-top:60px}.hero-content{padding:60px 0}}.button{cursor:pointer;border:none;border-radius:999px;align-items:center;gap:12px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .2s;display:inline-flex}.button-primary{background:var(--teal);color:#fff}.button-primary:hover{background:var(--teal-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.button-secondary{background:var(--orange);color:#fff}.button-secondary:hover{background:var(--orange-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.button-dark{background:var(--navy);color:#fff}.button-dark:hover{background:var(--navy-light);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.button-light:hover{background:var(--cream-light);box-shadow:var(--shadow-lg);transform:translateY(-2px)}section{padding:80px 0}@media (width<=768px){section{padding:60px 0}}.section-heading{justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:48px;display:flex}.section-heading>div:first-child{flex:1}.section-lead{color:var(--text-muted);max-width:600px;margin-top:16px;font-size:18px}@media (width<=768px){.section-heading{flex-direction:column;gap:24px}}.products{background:var(--white)}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px;display:grid}@media (width<=768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}}.product-wrap{position:relative}.product-card{box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.product-image{aspect-ratio:1;background:var(--cream-light);position:relative;overflow:hidden}.product-image .gallery-main{width:100%;height:100%}.product-image .gallery-main img{object-fit:cover;width:100%;height:100%;transition:transform .5s,opacity .3s}.product-card:hover .product-image .gallery-main img:first-child{opacity:0}.product-image .gallery-main img:nth-child(2){opacity:0;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.product-card:hover .product-image .gallery-main img:nth-child(2){opacity:1}.product-card:hover .product-image img{transform:scale(1.08)}.product-tag{background:var(--orange);color:#fff;letter-spacing:.05em;text-transform:uppercase;z-index:2;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:700;position:absolute;top:12px;right:12px}.product-badge{background:var(--teal);color:#fff;letter-spacing:.05em;text-transform:uppercase;z-index:2;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:700;position:absolute;top:12px;left:12px}.product-badge.badge-0{background:var(--teal)}.product-badge.badge-1{background:var(--orange)}.product-badge.badge-2{background:var(--navy)}.product-body{flex-direction:column;flex:1;padding:20px;display:flex}.product-body h3{color:var(--navy);margin-bottom:8px;font-size:18px}.product-body p{color:var(--text-muted);flex:1;font-size:14px;line-height:1.5}.product-footer{justify-content:space-between;align-items:center;gap:12px;padding:0 20px 20px;display:flex}.product-footer strong{color:var(--teal);font-size:22px;font-weight:700}.add-cart{background:var(--navy);color:#fff;border-radius:999px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.add-cart:hover{background:var(--teal);box-shadow:var(--shadow-md);transform:translateY(-2px)}.store-highlights{background:var(--cream-light);border-top:1px solid #2a9d8f1a;border-bottom:1px solid #2a9d8f1a;padding:18px 0}.store-highlights-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.store-highlights article{align-items:center;gap:12px;min-width:0;display:flex}.store-highlight-icon{background:var(--white);width:34px;height:34px;color:var(--teal);border-radius:50%;flex:0 0 34px;place-items:center;font-weight:800;display:grid;box-shadow:0 4px 12px #26465314}.store-highlights b,.store-highlights small{display:block}.store-highlights b{color:var(--navy);font-size:12px}.store-highlights small{color:var(--text-muted);margin-top:3px;font-size:10px}.store-highlights-compact{border-radius:18px;margin:34px 0 30px;padding:20px}.store-highlights-compact .container{width:100%;padding:0}.catalog-toolbar{color:var(--text-muted);border-bottom:1px solid #2a9d8f1f;justify-content:space-between;align-items:center;gap:16px;margin:-17px 0 22px;padding-bottom:14px;font-size:12px;display:flex}.catalog-sort-note{color:var(--teal);font-weight:700}.product-card{border:1px solid #2a9d8f1a;box-shadow:0 10px 28px #2646530f}.product-card:hover{border-color:#2a9d8f40}.product-body{gap:7px}.product-body h3{font-size:19px}.product-discover{color:var(--teal);align-items:center;gap:8px;margin-top:8px;font-size:11px;font-weight:800;display:inline-flex}.product-discover span{transition:transform .2s}.product-card:hover .product-discover span{transform:translate(4px)}.add-cart{gap:6px;padding:10px 14px}.add-cart svg{flex:none}@media (width<=768px){.store-highlights-grid{grid-template-columns:1fr;gap:11px}.store-highlights{padding:16px 0}.store-highlights article{padding:2px 0}.store-highlights-compact{margin:22px 0;padding:16px}.catalog-toolbar{margin-top:-10px}.product-discover{margin-top:5px}.add-cart{width:auto;min-width:0;padding:9px 11px}.add-cart span{display:none}.product-body{padding:16px}.product-body h3{font-size:16px}.product-body p{font-size:13px}.product-footer{flex-direction:column;align-items:stretch;padding:0 16px 16px}.product-footer strong{text-align:center;font-size:18px}.add-cart{justify-content:center;width:100%}}.gallery{position:relative}.gallery-main{background:var(--cream-light);border-radius:12px;position:relative;overflow:hidden}.gallery-main img{object-fit:cover;width:100%;height:100%}.gallery-main.is-zoomable{cursor:zoom-in}.gallery-zoom{color:var(--navy);opacity:0;z-index:10;background:#fffffff2;border-radius:999px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:opacity .2s;display:flex;position:absolute;bottom:12px;right:12px}.gallery-main:hover .gallery-zoom{opacity:1}.gallery-thumbs{gap:8px;margin-top:12px;display:flex}.gallery-thumbs button{border:2px solid #0000;border-radius:8px;width:60px;height:60px;padding:0;transition:border-color .2s;overflow:hidden}.gallery-thumbs button.active{border-color:var(--teal)}.gallery-thumbs button img{object-fit:cover;width:100%;height:100%}.product-lightbox{z-index:10000;background:#1a1a1af2;justify-content:center;align-items:center;width:100%;height:100%;padding:40px;display:flex;position:fixed;top:0;left:0}.product-lightbox img{object-fit:contain;border-radius:8px;max-width:90vw;max-height:90vh}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:28px;transition:background .2s;display:flex;position:absolute;top:20px;right:20px}.lightbox-close:hover{background:#fff3}.lightbox-prev,.lightbox-next{color:#fff;cursor:pointer;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-prev:hover,.lightbox-next:hover{background:#fff3}.lightbox-prev{left:20px}.lightbox-next{right:20px}.product-lightbox>span{color:#fff;background:#00000080;border-radius:999px;padding:8px 16px;font-size:14px;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.videos-showcase{background:var(--cream-light)}.scroll-video-section{padding:60px 0}.scroll-video-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.scroll-video-section.reverse .scroll-video-grid{direction:rtl}.scroll-video-section.reverse .scroll-video-copy{direction:ltr}.scroll-video-frame{box-shadow:var(--shadow-lg);background:var(--white);border-radius:20px;overflow:hidden}.scroll-video-frame video{width:100%;height:auto;display:block}.scroll-video-copy h2{margin-bottom:16px}.scroll-video-copy p{font-size:17px;line-height:1.7}@media (width<=968px){.scroll-video-grid{grid-template-columns:1fr;gap:32px}.scroll-video-section.reverse .scroll-video-grid{direction:ltr}}.why-us{background:var(--white)}.why-heading{text-align:center;flex-direction:column;align-items:center}.why-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;display:grid}.why-card{background:var(--cream-light);border-radius:20px;flex-direction:column;gap:20px;padding:40px;transition:all .3s;display:flex}.why-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.why-card-top{justify-content:space-between;align-items:flex-start;display:flex}.why-number{color:var(--teal);font-size:14px;font-weight:700}.why-icon{background:var(--white);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.why-icon svg{width:24px;height:24px;stroke:var(--teal);stroke-width:2px;fill:none}.why-card-copy h3{color:var(--navy);margin-bottom:12px}.why-card-copy p{font-size:15px;line-height:1.6}.why-card-foot{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:12px;display:flex}.why-card-foot span{color:var(--teal);font-size:13px;font-weight:600}.why-arrow{color:var(--teal);font-size:20px}@media (width<=768px){.why-grid{grid-template-columns:1fr}.why-card{padding:32px 24px}}.reviews-section{background:var(--navy);color:var(--cream-light);overflow:hidden}.reviews-section .section-heading h2,.reviews-section .eyebrow{color:var(--cream-light)}.reviews-caption{color:var(--cream);font-size:14px}.review-marquee{margin-top:48px;position:relative;overflow:hidden}.review-track{gap:24px;width:fit-content;animation:60s linear infinite marquee;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:16px;flex:0 0 400px;padding:32px}.review-card-head{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.review-stars{color:var(--orange-light);letter-spacing:2px;font-size:16px}.review-verified{color:var(--teal-light);font-size:12px;font-weight:600}.review-card blockquote{color:var(--cream-light);margin-bottom:24px;font-size:16px;font-style:italic;line-height:1.6}.review-card footer{align-items:center;gap:12px;display:flex}.review-avatar{background:var(--teal);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.review-card footer b{color:var(--cream-light);font-size:15px;display:block}.review-card footer small{color:var(--cream);font-size:13px;display:block}@media (width<=768px){.review-card{flex:0 0 300px}}.blog-note{color:var(--text-muted);font-size:14px;font-style:italic}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px;display:grid}.post-card{box-shadow:var(--shadow-sm);cursor:pointer;background:#fff;border-radius:16px;transition:all .3s;position:relative;overflow:hidden}.post-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.post-card img{object-fit:cover;width:100%;height:240px}.post-overlay{padding:24px}.post-overlay time{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.post-overlay h3{margin:12px 0;font-size:20px}.post-overlay p{margin-bottom:16px;font-size:15px}.post-overlay a{color:var(--teal);font-size:14px;font-weight:600}.post-overlay a:hover{color:var(--teal-dark)}@media (width<=768px){.posts-grid{grid-template-columns:1fr}}.contact{background:var(--white)}.contact-lead{max-width:600px;margin-top:16px;font-size:17px}.contact-layout{grid-template-columns:400px 1fr;gap:60px;display:grid}.contact-card{background:var(--navy);color:var(--cream-light);border-radius:20px;flex-direction:column;gap:32px;height:fit-content;padding:40px;display:flex;position:sticky;top:100px}.contact-card-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--teal-light);margin-bottom:8px;font-size:11px;font-weight:700}.contact-card h3{color:var(--cream-light);font-size:24px}.contact-details{flex-direction:column;gap:16px;display:flex}.contact-details a,.contact-address{background:#ffffff0d;border-radius:12px;align-items:center;gap:16px;padding:16px;transition:background .2s;display:flex}.contact-details a:hover{background:#ffffff1a}.contact-detail-icon{background:#2a9d8f33;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.contact-detail-icon svg{width:20px;height:20px;stroke:var(--teal-light);stroke-width:2px;fill:none}.contact-details a>span:nth-child(2),.contact-address>span:nth-child(2){flex:1}.contact-details small{color:var(--cream);margin-bottom:4px;font-size:12px;display:block}.contact-details strong{color:var(--cream-light);font-size:15px;display:block}.contact-details a>b{color:var(--teal-light);font-size:20px}.contact-card-bottom{border-top:1px solid #ffffff1a;padding-top:24px}.contact-card-bottom p{color:var(--cream);align-items:flex-start;gap:8px;font-size:14px;display:flex}.contact-card-bottom p span{font-size:16px;line-height:1}.contact-socials{gap:12px;margin-top:16px;display:flex}.contact-socials a{background:#ffffff1a;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.contact-socials a:hover{background:var(--teal);transform:translateY(-2px)}.contact-form-panel{background:var(--cream-light);border-radius:20px;padding:40px}.contact-form-heading{margin-bottom:32px}.contact-form-heading h3{margin-top:8px;font-size:28px}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}label{color:var(--navy);flex-direction:column;gap:8px;margin-bottom:16px;font-size:14px;font-weight:600;display:flex}label span{color:var(--text-muted);font-size:12px;font-style:italic;font-weight:400}input:not([type=checkbox]):not([type=radio]),textarea,select{border:1px solid var(--line);background:var(--white);color:var(--text);border-radius:10px;padding:14px 16px;font-size:15px;transition:all .2s}input:focus,textarea:focus,select:focus{border-color:var(--teal);outline:none;box-shadow:0 0 0 3px #2a9d8f1a}textarea{resize:vertical;min-height:120px;font-family:inherit}.honeypot{position:absolute;left:-9999px}.contact-error,.form-error{color:var(--orange-dark);background:#e76f511a;border-radius:10px;margin-bottom:16px;padding:12px 16px;font-size:14px}.contact-success{color:var(--teal-dark);background:#2a9d8f1a;border-radius:10px;margin-bottom:16px;padding:12px 16px;font-size:14px}.contact-form-footer{justify-content:space-between;align-items:center;gap:16px;margin-top:24px;display:flex}.form-note{color:var(--text-muted);font-size:13px;font-style:italic}@media (width<=968px){.contact-layout{grid-template-columns:1fr;gap:32px}.contact-card{position:static}.form-row{grid-template-columns:1fr}.contact-form-footer{flex-direction:column;align-items:stretch}}.contact-map-section{background:var(--cream-light);padding:0 0 80px}.contact-map-heading{margin-bottom:32px}.contact-map{width:100%;height:450px;box-shadow:var(--shadow-lg);border:none;border-radius:20px}.contact-map-empty{display:none}.site-footer{background:var(--navy);color:var(--cream-light)}.footer-cta{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);text-align:center;border-bottom:1px solid #ffffff1a;padding:100px 24px;position:relative;overflow:hidden}.footer-cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#2a9d8f33 0%,#0000 70%);width:600px;height:600px;animation:8s ease-in-out infinite floatCTA;position:absolute;top:-50%;right:-10%}@keyframes floatCTA{0%,to{transform:translate(0)}50%{transform:translate(-30px,20px)}}.footer-cta>div{z-index:1;max-width:700px;margin:0 auto 40px;position:relative}.footer-cta h2{color:#fff;margin-bottom:24px;font-size:clamp(36px,5vw,52px);font-weight:700;line-height:1.2}.footer-cta h2 em{color:var(--teal-light);font-style:normal;display:inline-block}.footer-cta .button{z-index:1;transition:all .3s;position:relative;box-shadow:0 4px 20px #2a9d8f4d}.footer-cta .button:hover{box-shadow:0 8px 30px #2a9d8f66}.footer-highlights{background:#ffffff0d;padding:40px 0}.footer-highlights-inner{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;display:grid}.footer-highlights span{align-items:center;gap:16px;display:flex}.footer-highlights b{background:var(--teal);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.footer-highlights strong{color:var(--cream-light);margin-bottom:4px;font-size:16px;display:block}.footer-highlights small{color:var(--cream);font-size:13px;display:block}.footer-inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding:60px 0 40px;display:grid}.footer-brand{flex-direction:column;gap:20px;display:flex}.footer-description{color:var(--cream);font-size:15px;line-height:1.6}.footer-address{color:var(--cream);font-size:14px}.footer-column h4{color:var(--cream-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;font-size:14px;font-weight:700}.footer-column a{color:var(--cream);margin-bottom:12px;font-size:14px;transition:color .2s;display:block}.footer-column a:hover{color:var(--teal-light)}.footer-social{gap:8px;margin-top:16px;display:flex}.footer-social a{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.footer-social a:hover{background:var(--teal);transform:translateY(-2px)}.footer-bottom{border-top:1px solid #ffffff1a;grid-column:1/-1;justify-content:space-between;align-items:center;padding-top:32px;display:flex}.footer-bottom span{color:var(--cream);font-size:13px}.footer-bottom a{color:var(--teal-light);font-size:13px;font-weight:600}@media (width<=968px){.footer-inner{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}.footer-bottom{text-align:center;flex-direction:column;gap:16px}}.chat-wrap{bottom:calc(90px + env(safe-area-inset-bottom));z-index:1000;position:fixed;right:20px}@media (width>=769px){.chat-wrap{bottom:20px}}.chat-fab{background:var(--teal);color:#fff;width:60px;height:60px;box-shadow:var(--shadow-lg);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:28px;transition:all .2s;display:flex;position:relative}.chat-fab:hover{background:var(--teal-dark);transform:scale(1.05)}.chat-penguin{border-radius:50%;width:40px;height:40px;overflow:hidden}.chat-penguin img{object-fit:cover;width:100%;height:100%}.chat-fab i{white-space:nowrap;opacity:0;font-size:10px;font-style:normal;font-weight:600;transition:opacity .2s;position:absolute;bottom:-24px}.chat-fab:hover i{opacity:1}.chat-panel{bottom:calc(90px + env(safe-area-inset-bottom));width:380px;max-width:calc(100vw - 40px);height:600px;max-height:calc(100vh - 140px);box-shadow:var(--shadow-lg);background:#fff;border-radius:20px;flex-direction:column;display:flex;position:fixed;right:20px;overflow:hidden}@media (width>=769px){.chat-panel{bottom:100px}}.chat-head{background:var(--navy);color:#fff;justify-content:space-between;align-items:center;padding:20px;display:flex}.chat-head-brand{align-items:center;gap:12px;display:flex}.chat-penguin-small{width:36px;height:36px}.chat-head b{font-size:15px;display:block}.chat-head small{color:var(--cream);font-size:12px;display:block}.chat-head button{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;display:flex}.chat-fallback-notice{border-bottom:1px solid var(--line);background:#f4a2611a;padding:12px 16px}.chat-fallback-notice small{color:var(--orange-dark);font-size:12px;display:block}.chat-messages{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.bubble{border-radius:16px;max-width:80%;padding:12px 16px;font-size:14px;line-height:1.5}.bubble.user{background:var(--navy);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.bubble.assistant{background:var(--cream-light);color:var(--text);border-bottom-left-radius:4px;align-self:flex-start}.bubble.typing{gap:6px;padding:16px;display:flex}.bubble.typing span{background:var(--teal);border-radius:50%;width:8px;height:8px;animation:1.4s infinite typing}.bubble.typing span:nth-child(2){animation-delay:.2s}.bubble.typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.chat-form{border-top:1px solid var(--line);gap:8px;padding:16px;display:flex}.chat-form input{border:1px solid var(--line);border-radius:999px;flex:1;padding:12px 16px;font-size:14px}.chat-form button{background:var(--teal);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .2s;display:flex}.chat-form button:hover{background:var(--teal-dark);transform:scale(1.05)}.admin-page{background:var(--cream-light);min-height:100vh;display:flex}.admin-dark{color:#e5e5e5;background:#1a1a1a}.login-card{max-width:440px;box-shadow:var(--shadow-lg);background:#fff;border-radius:24px;margin:100px auto;padding:48px}.admin-dark .login-card{color:#e5e5e5;background:#2a2a2a}.login-card h1{margin:16px 0 12px;font-size:32px}.login-card p{margin-bottom:32px}.login-card form label{margin-bottom:20px}.back-link{color:var(--teal);cursor:pointer;margin-top:24px;font-size:14px;font-weight:600;display:inline-block}.back-link:hover{color:var(--teal-dark)}.admin-sidebar{background:var(--navy);width:280px;color:var(--cream-light);border-right:1px solid #ffffff1a;flex-direction:column;gap:8px;padding:32px 0;transition:width .3s;display:flex;position:relative}.admin-collapsed .admin-sidebar{width:80px}.admin-dark .admin-sidebar{background:#2a2a2a;border-right-color:#3a3a3a}.sidebar-collapse{background:var(--teal);color:#fff;z-index:10;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;transition:all .2s;display:flex;position:absolute;top:32px;right:-12px}.sidebar-collapse:hover{transform:scale(1.1)}.admin-sidebar .logo{margin-bottom:24px;padding:0 24px}.admin-collapsed .admin-sidebar .logo{justify-content:center;padding:0 16px}.admin-collapsed .admin-sidebar .logo span:last-child{display:none}.workspace-switch{cursor:pointer;background:#ffffff0d;border-radius:12px;align-items:center;gap:12px;margin:0 16px 24px;padding:12px 24px;transition:background .2s;display:flex}.admin-collapsed .workspace-switch{justify-content:center;margin:0 16px 24px}.admin-collapsed .workspace-switch>div,.admin-collapsed .workspace-switch>span:last-child{display:none}.workspace-switch:hover{background:#ffffff1a}.workspace-avatar{background:var(--teal);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.workspace-switch b{font-size:14px;display:block}.workspace-switch small{color:var(--cream);font-size:12px;display:block}.nav-heading{letter-spacing:.08em;text-transform:uppercase;color:var(--cream);opacity:.6;padding:16px 24px 8px;font-size:11px;font-weight:700}.admin-collapsed .nav-heading{text-align:center;padding:16px 8px 8px}.nav-heading.secondary{margin-top:24px}.admin-nav-item{color:var(--cream);cursor:pointer;align-items:center;gap:12px;padding:12px 24px;font-size:14px;transition:all .2s;display:flex;position:relative}.admin-collapsed .admin-nav-item{justify-content:center;padding:12px 16px}.admin-collapsed .admin-nav-item span:last-child{display:none}.admin-nav-item:hover{color:var(--cream-light);background:#ffffff0d}.admin-nav-item.active{color:var(--teal-light);background:#2a9d8f26}.admin-nav-item.active:before{content:"";background:var(--teal-light);width:3px;position:absolute;top:0;bottom:0;left:0}.admin-nav-item>span:first-child{text-align:center;width:20px;font-size:18px}.nav-ping{background:var(--orange);border-radius:50%;width:6px;height:6px;margin-left:auto;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.sidebar-bottom{border-top:1px solid #ffffff1a;flex-direction:column;gap:12px;margin-top:auto;padding:24px 24px 0;display:flex}.admin-collapsed .sidebar-bottom{padding:24px 16px 0}.sidebar-exit,.sidebar-logout{text-align:left;border-radius:8px;padding:10px 16px;font-size:13px;font-weight:600;transition:all .2s}.admin-collapsed .sidebar-exit,.admin-collapsed .sidebar-logout{text-align:center}.sidebar-exit{color:var(--cream);background:#ffffff0d}.sidebar-exit:hover{background:#ffffff1a}.sidebar-logout{color:var(--orange-light);background:#e76f5126}.sidebar-logout:hover{background:#e76f5140}.admin-content{flex:1;overflow-y:auto}.admin-topbar{border-bottom:1px solid var(--line);z-index:50;background:#fff;justify-content:space-between;align-items:center;padding:20px 32px;display:flex;position:sticky;top:0}.admin-dark .admin-topbar{background:#2a2a2a;border-bottom-color:#3a3a3a}.breadcrumbs{color:var(--text-muted);align-items:center;gap:8px;font-size:14px;display:flex}.breadcrumbs strong{color:var(--navy);font-weight:600}.admin-dark .breadcrumbs strong{color:#e5e5e5}.topbar-actions{align-items:center;gap:16px;display:flex}.theme-toggle{background:var(--cream-light);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:all .2s;display:flex}.admin-dark .theme-toggle{background:#3a3a3a}.theme-toggle:hover{transform:scale(1.05)}.topbar-avatar{background:var(--teal);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.topbar-name{color:var(--navy);font-size:14px;font-weight:600}.admin-dark .topbar-name{color:#e5e5e5}.admin-top{justify-content:space-between;align-items:flex-start;gap:32px;padding:48px 32px 32px;display:flex}.admin-top>div:first-child{flex:1}.page-lead{color:var(--text-muted);max-width:700px;margin-top:12px;font-size:16px}.notice{color:var(--teal-dark);background:#2a9d8f1a;padding:12px 32px;font-size:14px}.panel{box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;margin:0 32px 32px;overflow:hidden}.admin-dark .panel{background:#2a2a2a}.panel-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding:24px;display:flex}.admin-dark .panel-heading{border-bottom-color:#3a3a3a}.panel-heading h3{margin-top:8px;font-size:20px}.empty-state{text-align:center;color:var(--text-muted);padding:60px 24px}.empty-state span{opacity:.3;margin-bottom:16px;font-size:48px;display:block}.empty-state b{color:var(--text);margin-bottom:8px;font-size:16px;display:block}.empty-state small{font-size:14px}@media (width<=768px){h1{font-size:clamp(28px,7vw,40px)}h2{font-size:clamp(24px,6vw,32px)}h3{font-size:clamp(18px,5vw,24px)}p,.section-lead,.contact-lead{font-size:15px}.button{padding:14px 24px;font-size:15px}}.text-link{color:var(--teal);align-items:center;gap:6px;font-size:15px;font-weight:600;transition:color .2s;display:inline-flex}.text-link:hover{color:var(--teal-dark)}.text-link span{transition:transform .2s}.text-link:hover span{transform:translate(4px)}.desktop-link{display:inline-flex}.mobile-link{display:none}@media (width<=768px){.desktop-link{display:none}.mobile-link{justify-content:center;width:100%;margin-top:32px;display:inline-flex}}*{word-wrap:break-word;overflow-wrap:break-word}html{scroll-behavior:smooth}:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.about-hero-simple{background:linear-gradient(135deg, var(--cream) 0%, var(--cream-light) 100%);text-align:center;padding:120px 0 80px}.about-hero-simple h1{max-width:800px;margin:20px auto 28px;font-size:clamp(32px,6vw,56px)}.about-lead{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:19px;line-height:1.7}@media (width<=768px){.about-hero-simple{padding:100px 0 60px}}.about-values-simple{background:var(--white);padding:80px 0}.values-grid-simple{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;display:grid}.value-card{text-align:center;background:var(--cream-light);border-radius:var(--radius-xl);border:1px solid var(--border-light);transition:all var(--transition-base);padding:48px 32px}.value-card:hover{box-shadow:var(--shadow-lg);border-color:var(--teal);transform:translateY(-8px)}.value-icon{color:var(--teal);margin-bottom:20px;font-size:48px}.value-card h3{color:var(--navy);margin-bottom:12px;font-size:24px}.value-card p{font-size:16px;line-height:1.6}@media (width<=768px){.values-grid-simple{grid-template-columns:1fr;gap:24px}}.about-story-simple{background:var(--cream-light);padding:100px 0}.story-content{max-width:750px;margin:0 auto}.story-content h2{text-align:center;margin-bottom:32px;font-size:clamp(28px,5vw,42px)}.story-intro{color:var(--navy);margin-bottom:32px;font-size:20px;font-weight:500;line-height:1.7}.story-content p{margin-bottom:24px;font-size:17px;line-height:1.8}.story-content blockquote{background:var(--white);border-left:4px solid var(--teal);color:var(--navy);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin:48px 0;padding:32px;font-size:20px;font-style:italic}@media (width<=768px){.about-story-simple{padding:70px 0}.story-content blockquote{padding:24px;font-size:18px}}.about-cta-simple{background:linear-gradient(135deg, var(--navy) 0%, #1a3a47 100%);color:var(--cream-light);text-align:center;padding:100px 0}.about-cta-simple h2{color:var(--cream-light);margin-bottom:40px;font-size:clamp(28px,5vw,48px)}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}@media (width<=768px){.about-cta-simple{padding:70px 0}.cta-buttons{flex-direction:column;max-width:300px;margin:0 auto}}.post-card img{object-fit:cover;width:100%;height:260px;transition:transform .6s cubic-bezier(.34,1.56,.64,1);display:block}.blog-featured-image img,.blog-card-image img{object-fit:cover;width:100%;height:100%;display:block}.products-page-hero{background:var(--cream-light);text-align:center;padding:100px 0 40px}.products-page-hero h1{margin-bottom:20px;font-size:clamp(32px,6vw,56px)}.products-page-hero p{max-width:650px;margin:0 auto;font-size:18px}@media (width<=768px){.products-page-hero{padding:80px 0 30px}}html{overflow-x:hidden}body{max-width:100vw;overflow-x:hidden}img{max-width:100%;height:auto}*{max-width:100%}.container{width:100%;max-width:1280px;margin:0 auto;padding-left:24px;padding-right:24px}@media (width<=768px){.container{padding-left:20px;padding-right:20px}.account-button,.cart-button{color:var(--slate);text-transform:none;letter-spacing:-.01em;background:0 0;border:none;border-radius:0;flex-direction:column;flex:1;align-items:center;gap:6px;padding:12px 16px;font-size:11px;font-weight:600;display:flex!important}}.product-card:hover .product-image .gallery.single-image .gallery-main img:first-child{opacity:1;transform:none}.gallery.single-image .gallery-main img:nth-child(2){display:none}.gallery.single-image .gallery-main{cursor:zoom-in}@media (width<=768px){.site-header .nav{height:78px;padding:0 4px;display:block;position:relative}.site-header nav{display:contents}.site-header nav a[href=\/],.site-header nav a[href=\/urunler],.site-header nav a[href=\/iletisim]{display:flex}.site-header nav a.nav-whatsapp,.site-header nav a[href=\/hakkimizda],.site-header nav a[href=\/blog]{display:none!important}.site-header .nav-actions{display:contents}.site-header .account-button,.site-header .cart-button{flex-direction:column;flex:initial;width:auto;min-width:0;color:var(--slate);background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;gap:4px;padding:8px 2px;font-size:10px;display:flex!important}.site-header nav a[href=\/],.site-header nav a[href=\/urunler],.site-header nav a[href=\/iletisim],.site-header .account-button,.site-header .cart-button{width:20%;height:78px;position:fixed;bottom:0}.site-header nav a[href=\/]{left:0}.site-header nav a[href=\/urunler]{left:20%}.site-header nav a[href=\/iletisim]{left:60%}.site-header .account-button{left:80%}.site-header .cart-button{background:linear-gradient(135deg, var(--teal), var(--teal-dark));color:#fff;border-radius:50%;height:64px;margin:-23px 0 0;left:40%;box-shadow:0 8px 22px #2a9d8f52}.site-header .cart-badge{top:3px;right:17%}.menu-toggle{z-index:1102;width:42px;height:42px;color:var(--navy);box-shadow:var(--shadow-md);background:#fffffff0;border:1px solid #2a9d8f26;border-radius:12px;place-items:center;position:fixed;top:14px;right:14px;display:grid!important}.site-header[data-menu-open=true] #public-navigation{z-index:1101;background:#fff;border-radius:16px;flex-direction:column;align-items:stretch;width:min(260px,100vw - 28px);padding:10px;display:flex;position:fixed;top:66px;right:14px;box-shadow:0 18px 45px #26465333}.site-header[data-menu-open=true] #public-navigation a{text-align:left;border-radius:10px;padding:12px 14px;font-size:14px;display:block!important}.menu-scrim{z-index:1099;background:#2646532e;display:block;position:fixed;inset:0}body{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.site-header{height:70px!important;position:sticky!important;top:0!important;bottom:auto!important}.site-header .nav{height:70px!important;padding:0 16px!important;display:flex!important}.site-header .logo{box-shadow:none!important;background:0 0!important;padding:0!important;position:static!important}.site-header nav,.site-header .nav-actions{display:none!important}.menu-toggle{color:#264653;background:#fff;border-radius:12px;place-items:center;width:42px;height:42px;z-index:2002!important;display:grid!important;position:fixed!important;top:14px!important;right:14px!important}.mobile-account-quick{display:flex!important}.mobile-bottom-nav{background:#fffffffa;border-top:1px solid #2a9d8f1f;grid-template-columns:repeat(5,1fr);height:78px;box-shadow:0 -8px 24px #2646531a;z-index:2000!important;width:100vw!important;max-width:100vw!important;display:grid!important;position:fixed!important;bottom:0!important;left:0!important;right:auto!important}.mobile-bottom-nav a,.mobile-bottom-nav button{color:#52606d;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;font-size:10px;font-weight:700;display:flex}.mobile-bottom-nav a.active,.mobile-bottom-nav button:hover{color:#2a9d8f}.mobile-nav-icon{place-items:center;height:25px;font-size:22px;line-height:1;display:grid}.mobile-bottom-cart{border-radius:50%;margin-top:-22px;position:relative;box-shadow:0 8px 24px #2a9d8f4d;color:#fff!important;background:linear-gradient(135deg,#2a9d8f,#238276)!important;height:64px!important}.story-hero-grid>*{min-width:0}.story-hero-lead{max-width:100%}}:root{--ink:#173f67;--navy:#173f67;--teal:#2f91b9;--teal-dark:#216c95;--orange:#f2ad2b;--cream:#f7f1e6;--cream-light:#fffaf2}html{scroll-padding-top:72px}.site-header{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid #14374914;z-index:1800!important;background:#ffffffe6!important;position:sticky!important;top:0!important}.site-header .nav{min-height:68px!important}.logo-emblem{background:#fff!important;border-radius:16px!important;width:54px!important;height:54px!important;box-shadow:0 8px 20px #1437491f!important}.logo-emblem img{width:94px!important;top:-1px!important;left:-20px!important;transform:none!important}.cart-total-label{color:var(--teal);margin-left:5px;font-size:10px;display:inline-block}.mobile-cart-total{opacity:.78;margin-top:-2px;font-size:9px;font-weight:800;display:block}.cart-modal{width:min(640px,100%)!important}.cart-line{grid-template-columns:52px minmax(0,1fr) auto!important}.cart-line>div:nth-child(2){min-width:0}.cart-line b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.line-actions{align-items:center;grid-column:2/-1!important;justify-content:flex-start!important}.line-actions button,.line-actions span{place-items:center;font-weight:800;display:grid;border-radius:9px!important;width:30px!important;height:30px!important}.line-actions span{color:var(--ink);background:#eef6f4;font-size:12px}.payment-methods{border:1px solid #4d8c882e;border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:16px 0;padding:12px;display:grid}.payment-methods legend{color:var(--ink);padding:0 5px;font-size:11px;font-weight:800}.payment-methods label{background:#fbfcfa;border:1px solid #1730421a;border-radius:10px;min-width:0;padding:10px;line-height:1.3;margin:0!important;font-size:10px!important}.payment-methods input{width:auto!important;margin:0 5px 0 0!important;padding:0!important;display:inline-block!important}.review-marquee{overscroll-behavior-inline:contain;scrollbar-width:none;padding:2px max(20px,50vw - 590px);overflow-x:auto!important;-webkit-mask-image:none!important;mask-image:none!important}@keyframes review-loop-mobile{0%{transform:translate(0,0)}to{transform:translate(calc(-50% - 8px))}}.why-us{padding-block:clamp(58px,8vw,96px)!important}.why-grid{margin-top:34px!important}.why-card{isolation:isolate;position:relative;min-height:270px!important}.why-card:after{content:"";z-index:-1;background:radial-gradient(circle,#4d8c882e,#0000 68%);border-radius:50%;width:150px;height:150px;animation:4.5s ease-in-out infinite why-float;position:absolute;bottom:-48px;right:-48px}.why-card:nth-child(2):after{background:radial-gradient(circle,#e7a47738,#0000 68%);animation-delay:.8s}.why-card:nth-child(3):after{background:radial-gradient(circle,#75a9ba33,#0000 68%);animation-delay:1.5s}.why-card:hover{transform:translateY(-8px)rotate(-.4deg)!important}@keyframes why-float{50%{transform:translate(-10px,-12px)scale(1.08)}}.contact-shell .contact{min-height:0!important;padding-block:clamp(52px,7vw,84px)!important}.contact-heading{margin-bottom:32px!important}.site-footer{margin-top:0!important}.footer-highlights-inner strong,.footer-highlights-inner small{letter-spacing:-.01em;font-family:DM Sans,sans-serif}.footer-highlights-inner strong{font-size:12px;font-weight:800}.footer-highlights-inner small{font-size:10px}.admin-page{min-width:0}@media (width<=768px){body{padding-bottom:calc(78px + env(safe-area-inset-bottom))!important}.site-header{background:#ffffffb8!important;height:64px!important}.site-header .nav{justify-content:space-between;height:64px!important;min-height:64px!important;padding:0 14px!important;display:flex!important}.site-header .logo{display:flex!important}.site-header nav,.site-header .nav-actions{display:none!important}.site-header .menu-toggle{background:#ffffff8f!important;border:1px solid #2a9d8f2e!important;width:42px!important;height:42px!important;display:grid!important;position:static!important;box-shadow:0 6px 18px #1437491a!important}.mobile-bottom-nav{-webkit-backdrop-filter:blur(18px);height:calc(70px + env(safe-area-inset-bottom))!important;background:#ffffffb8!important;box-shadow:0 -8px 28px #1437491f!important}.mobile-bottom-nav>a,.mobile-bottom-nav>button{height:70px!important;min-height:70px!important}.mobile-bottom-nav .mobile-bottom-cart{color:var(--teal)!important}.mobile-bottom-nav .mobile-cart-total{display:block}.shop-backdrop{align-items:flex-end!important;padding:0!important}.shop-modal{width:100%!important;max-height:calc(100svh - 12px)!important;padding:22px 16px calc(24px + env(safe-area-inset-bottom))!important;border-radius:22px 22px 0 0!important}.shop-modal h2{font-size:clamp(26px,8vw,34px)!important}.two-fields{grid-template-columns:1fr!important;gap:0!important}.payment-methods{grid-template-columns:1fr!important}.payment-methods label{align-items:center;display:flex!important}.cart-total{z-index:2;background:#fff;padding:14px 0 10px;position:sticky;bottom:0}.editor-actions{z-index:3;background:#fff;padding-top:12px;position:sticky;bottom:-1px}.review-marquee{scroll-snap-type:x mandatory;padding-inline:16px!important}.review-track{animation:36s linear infinite review-loop-mobile!important}.review-card{scroll-snap-align:start}.why-grid{grid-template-columns:1fr!important;gap:12px!important}.why-card{min-height:214px!important}.contact-heading h2{font-size:clamp(36px,11vw,50px)!important}.contact-layout{grid-template-columns:1fr!important}.footer-highlights{overflow:hidden}.footer-highlights-inner{width:max-content;min-width:100%;animation:24s linear infinite highlights-loop;gap:34px!important;display:flex!important}.footer-highlights-inner>span{flex:0 0 min(240px,72vw);width:min(240px,72vw)}.admin-page{overflow-x:hidden;display:block!important}.admin-sidebar{z-index:40;max-height:180px;top:0;overflow:auto;flex-wrap:wrap!important;gap:5px!important;padding:10px 12px!important;display:flex!important;position:sticky!important}.admin-sidebar .logo{margin:0 8px 4px 0!important}.admin-sidebar .workspace-switch{flex:150px;margin:0 0 4px!important}.admin-sidebar>.nav-heading{width:100%;margin:5px 0 1px!important}.admin-sidebar>.admin-nav-item{min-height:34px;width:auto!important;padding:7px 9px!important;font-size:10px!important}.admin-content{min-width:0;padding:0!important}.admin-topbar{padding:0 14px!important}.admin-top,.content-toolbar,.admin-list,.contact-editor,.panel,.dashboard{margin-left:14px!important;margin-right:14px!important;padding-left:0!important;padding-right:0!important}.admin-list{overflow-x:auto}.admin-row{min-width:540px}}@keyframes highlights-loop{0%{transform:translate(0)}to{transform:translate(-28%)}}@media (prefers-reduced-motion:reduce){.review-track,.why-card:after{animation:none!important}}.logo-text{display:none!important}.logo-emblem{place-items:center;display:grid;overflow:hidden}.logo-emblem img{transform-origin:top!important;transform:scale(1.68)!important}.cart-button{justify-content:center!important;width:52px!important;min-width:52px!important;height:44px!important;padding:0!important}@media (width<=768px){body{padding-bottom:calc(78px + env(safe-area-inset-bottom))!important}.site-header{height:0!important;min-height:0!important;box-shadow:none!important;z-index:1100!important;background:0 0!important;position:relative!important;top:auto!important;bottom:auto!important}.site-header .nav{height:0!important;min-height:0!important;padding:0!important}.site-header .logo,.site-header nav,.site-header .nav-actions{display:none!important}.site-header .menu-toggle{z-index:2200!important;display:grid!important;position:fixed!important;top:14px!important;right:14px!important}.mobile-bottom-nav{height:calc(78px + env(safe-area-inset-bottom))!important;padding-bottom:env(safe-area-inset-bottom)!important;grid-template-columns:repeat(4,1fr)!important;align-items:stretch!important;display:grid!important}.mobile-bottom-nav>a,.mobile-bottom-nav>button{border-radius:0!important;place-self:stretch stretch!important;height:78px!important;min-height:78px!important;margin:0!important}.mobile-bottom-nav .mobile-bottom-cart{color:#2a9d8f!important;box-shadow:none!important;background:0 0!important}.mobile-bottom-nav .mobile-bottom-cart>span:last-child{display:none!important}.mobile-bottom-nav .mobile-bottom-cart .mobile-cart-icon{place-items:center;width:100%;height:78px;display:grid}.mobile-bottom-nav .mobile-bottom-cart svg{stroke-width:1.9px;width:32px!important;height:32px!important}.mobile-bottom-nav .mobile-nav-icon{font-size:21px!important}.mobile-bottom-nav a,.mobile-bottom-nav button{font-size:10px!important}.mobile-bottom-nav .mobile-account-quick{display:none!important}}:root{--brand-navy:#173f67;--brand-blue:#2f91b9;--brand-yellow:#f2ad2b;--brand-ink:#19344d;--surface:#f7fafc;--surface-strong:#fff;--line-soft:#dfe8ef;--text-soft:#607488;--shadow-soft:0 12px 34px #173f6717;--radius-card:18px;--header-height:70px}@media (width<=768px){body{padding-bottom:calc(74px + env(safe-area-inset-bottom))!important}.site-header{height:0!important;min-height:0!important;display:none!important;position:static!important}.site-header .logo,.site-header .nav{display:none!important}.mobile-bottom-nav{height:calc(74px + env(safe-area-inset-bottom))!important;padding:6px 8px env(safe-area-inset-bottom)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;background:#fffffff0!important;border-top:1px solid #dfe8ef!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;display:grid!important;box-shadow:0 -12px 30px #173f671f!important}.mobile-bottom-nav>a,.mobile-bottom-nav>button{color:#58738a!important;border-radius:12px!important;height:62px!important;min-height:62px!important}.mobile-bottom-nav>.active,.mobile-bottom-nav .mobile-bottom-cart{color:var(--brand-blue)!important;background:#edf7fb!important}.mobile-bottom-nav>a:nth-child(3){display:none!important}.mobile-bottom-nav .mobile-bottom-cart .mobile-cart-icon{background:0 0!important;width:auto!important;height:25px!important}.mobile-bottom-nav .mobile-cart-total{display:none!important}.products-grid,.products-grid-large{grid-template-columns:1fr!important;gap:14px!important}.product-image{aspect-ratio:1/.9!important}.product-body{padding:14px 16px 6px!important}.product-footer{padding:12px 16px 15px!important}.quantity-control-compact .quantity-submit{width:38px!important;min-width:38px!important;padding:0!important}.quantity-control-compact .quantity-submit span{display:none!important}.account-modal-enhanced{width:100%!important;max-height:calc(100svh - 8px)!important;padding:24px 16px calc(22px + env(safe-area-inset-bottom))!important;border-radius:24px 24px 0 0!important;margin:auto 0 0!important;display:block!important;overflow-y:auto!important}.account-modal-enhanced .account-head-enhanced{border-bottom:0!important;padding:0 50px 18px 0!important}.account-modal-enhanced .account-tabs{border-radius:13px!important;gap:6px!important;margin:0 0 16px!important;padding:4px!important;display:flex!important;overflow-x:auto!important}.account-modal-enhanced .account-tabs button{text-align:center!important;flex:none!important;width:auto!important;min-height:38px!important;padding:0 12px!important}.account-modal-enhanced>.notice,.account-modal-enhanced>.order-list,.account-modal-enhanced>.account-form,.account-modal-enhanced>.address-layout,.account-modal-enhanced>.support-form,.account-modal-enhanced>.account-coupon-list{margin-top:0!important}.cart-modal{width:100%!important;height:calc(100svh - 8px)!important;max-height:calc(100svh - 8px)!important;padding:24px 16px calc(20px + env(safe-area-inset-bottom))!important;border-radius:24px 24px 0 0!important;margin:auto 0 0!important}.cart-modal .cart-line{grid-template-columns:54px minmax(0,1fr) auto!important}.cart-modal .cart-line img{width:54px!important;height:54px!important}.payment-methods,.two-fields{grid-template-columns:1fr!important}}.review-track{translate:0;will-change:translate!important;flex-wrap:nowrap!important;gap:24px!important;width:max-content!important;min-width:max-content!important;animation:42s linear infinite ibs-review-eof!important;display:flex!important;transform:none!important}@keyframes ibs-review-eof{0%{translate:0}to{translate:calc(-50% - 12px)}}.product-wrap,.product-wrap>.product-card{width:100%!important;min-width:0!important}.product-card .quantity-control-compact .quantity-submit span,.product-image-link .gallery-zoom,.product-image-link .gallery-thumbs{display:none!important}.product-image-link .gallery-main img{opacity:1!important;transition:none!important;transform:none!important}@media (width<=900px){.review-track{gap:14px!important;animation-duration:34s!important}.review-card{flex-basis:min(86vw,338px)!important;min-height:246px!important}}@media (width<=768px){.account-modal-enhanced{width:100%!important;height:100svh!important;min-height:100svh!important;max-height:100svh!important;padding:30px 16px calc(24px + env(safe-area-inset-bottom))!important;border-radius:0!important;margin:0!important}.account-modal-enhanced .account-tabs{z-index:3!important;position:sticky!important;top:-1px!important}.review-marquee{padding-inline:16px!important}.contact-shell .contact-form-panel{padding:22px 18px!important}.product-card .product-image-link .gallery-main{aspect-ratio:1/.86!important}}@keyframes ibs-parent-reviews{0%{transform:translate(0,0)}to{transform:translate(calc(-50% - 12px))}}@media (width<=768px){.review-marquee{padding-inline:16px!important}.review-track{gap:14px!important;animation-duration:32s!important}.review-card{flex-basis:min(86vw,338px)!important;min-height:246px!important;padding:23px 21px 21px!important}.review-card blockquote{font-size:17px!important}.contact-shell .contact{padding-block:44px 54px!important}.contact-heading{margin-bottom:25px!important}.contact-heading h2{font-size:clamp(42px,13vw,58px)!important}.contact-form-panel{padding:22px 18px!important}.contact-form-panel .contact-form-footer{align-items:stretch!important;gap:12px!important}.contact-form-panel .contact-form-footer .form-note{max-width:none!important}}@media (prefers-reduced-motion:reduce){.review-track{animation:64s linear infinite ibs-parent-reviews!important}}.review-marquee{scrollbar-width:none!important;-ms-overflow-style:none!important;touch-action:pan-x!important;-webkit-overflow-scrolling:touch!important;cursor:grab!important;width:100%!important;max-width:100vw!important;overflow:auto hidden!important}.review-track{will-change:transform!important;flex-wrap:nowrap!important;gap:24px!important;width:max-content!important;min-width:max-content!important;animation:42s linear infinite ibs-review-drift!important;display:flex!important;transform:translate(0,0)!important}.review-marquee:hover .review-track{animation-play-state:paused!important}@keyframes ibs-review-drift{0%{transform:translate(0,0)}to{transform:translate(calc(-50% - 12px))}}.contact-shell .contact-lead{opacity:.86!important}.product-image-link{cursor:pointer!important;display:block!important;position:relative!important}.product-image-link .gallery-main{aspect-ratio:1/.92!important;border-radius:17px!important;overflow:hidden!important}.product-image-link .gallery-main img{object-fit:cover!important;opacity:1!important;width:100%!important;height:100%!important;transition:none!important;position:absolute!important;inset:0!important;transform:none!important}.product-card .product-footer>strong{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;font-size:clamp(15px,1.35vw,19px)!important;overflow:hidden!important}.product-card .quantity-control-compact{grid-template-columns:repeat(3,29px) 34px!important;gap:3px!important;width:max-content!important;min-width:0!important;display:grid!important}.product-card .quantity-control-compact .quantity-button,.product-card .quantity-control-compact .quantity-value{border-radius:9px!important;width:29px!important;min-width:29px!important;height:32px!important;padding:0!important}.product-card .quantity-control-compact .quantity-submit{border-radius:10px!important;width:34px!important;min-width:34px!important;height:32px!important;min-height:32px!important;padding:0!important}.account-modal-enhanced{width:min(1080px,100vw - 48px)!important;min-height:min(680px,100svh - 40px)!important;max-height:min(900px,100svh - 40px)!important}.site-header .cart-button{min-width:94px!important}@media (width<=900px){.review-track{gap:14px!important;animation-duration:34s!important}.review-card{flex-basis:min(86vw,338px)!important;min-height:246px!important}.product-card .product-footer{padding-inline:12px!important}}@media (width<=768px){.account-modal-enhanced{width:100%!important;height:100svh!important;min-height:100svh!important;max-height:100svh!important;padding:30px 16px calc(24px + env(safe-area-inset-bottom))!important;border-radius:0!important;margin:0!important}.account-modal-enhanced .account-tabs{z-index:3!important;position:sticky!important;top:-1px!important}.product-card .product-image-link .gallery-main{aspect-ratio:1/.86!important;border-radius:16px!important}.review-marquee{padding-inline:16px!important}.contact-shell .contact-form-panel{padding:22px 18px!important}}@media (width<=560px){.product-card .product-body{padding:14px 15px 7px!important}.product-card .product-body h3{font-size:18px!important}}@media (width<=1220px) and (width>=901px){.products-grid,.products-grid-large{gap:16px!important}.product-card .product-footer{gap:5px!important;padding-inline:11px!important}.product-card .quantity-control-compact{grid-template-columns:repeat(3,27px) 32px!important;gap:2px!important}.product-card .quantity-control-compact .quantity-button,.product-card .quantity-control-compact .quantity-value{width:27px!important;min-width:27px!important}.product-card .quantity-control-compact .quantity-submit{width:32px!important;min-width:32px!important}}@media (width<=900px){.products-grid,.products-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.product-card .product-image-link .gallery-main{aspect-ratio:1/.9!important;border-radius:15px!important}.product-card .product-body{padding-inline:14px!important}.product-card .product-footer{padding-inline:12px!important}.product-card .product-footer>strong{font-size:15px!important}}@media (width<=560px){.products-grid,.products-grid-large{grid-template-columns:minmax(0,1fr)!important;gap:14px!important}.product-card .product-image-link .gallery-main{aspect-ratio:1/.86!important;border-radius:16px!important}.product-card .product-body{padding:14px 15px 7px!important}.product-card .product-body h3{font-size:18px!important}.product-card .product-body p{min-height:0!important}.product-card .product-footer{grid-template-columns:minmax(0,1fr) max-content!important;padding:12px 14px 14px!important}}.reviews-section{color:var(--brand-navy)!important;background:#edf6fb!important;padding-block:clamp(56px,7vw,88px)!important;position:relative!important;overflow:hidden!important}.reviews-section .section-heading{margin-bottom:clamp(24px,3.2vw,38px)!important}.reviews-section .section-heading h2{color:var(--brand-navy)!important;letter-spacing:-.045em!important}.reviews-section .eyebrow,.reviews-section .reviews-caption{color:var(--brand-blue)!important}.review-marquee{scrollbar-width:none!important;-ms-overflow-style:none!important;overscroll-behavior-x:contain!important;touch-action:pan-x!important;-webkit-overflow-scrolling:touch!important;cursor:grab!important;width:100%!important;max-width:100vw!important;padding:4px max(18px,50vw - 640px) 18px!important;position:relative!important;overflow:auto hidden!important}.review-track{will-change:transform!important;flex-wrap:nowrap!important;align-items:stretch!important;gap:24px!important;width:max-content!important;min-width:max-content!important;animation:38s linear infinite ibs-parent-reviews!important;display:flex!important;transform:translate(0,0)!important}.review-card{min-height:268px!important;color:var(--brand-navy)!important;background:#fff!important;border:1px solid #d6e6ee!important;border-radius:18px!important;flex:0 0 clamp(300px,28vw,360px)!important;padding:30px 31px 26px!important;box-shadow:0 14px 30px #173f6714!important}.review-card blockquote{color:var(--brand-navy)!important;font-size:clamp(17px,1.5vw,20px)!important;line-height:1.5!important}.review-card footer,.review-card footer b{color:var(--brand-navy)!important}.review-avatar{background:var(--brand-blue)!important;color:#fff!important}.contact-form-panel{color:var(--brand-ink)!important;background:#fffaf2!important;border:1px solid #ffffff2e!important;box-shadow:0 16px 36px #061d3629!important}.contact-form-panel .contact-form-heading h3,.contact-form-panel h3{color:var(--brand-navy)!important}.contact-form-panel .eyebrow{color:var(--brand-blue)!important}.contact-form-panel label{color:#526b7c!important;font-weight:800!important}.contact-form-panel label span{color:#8295a1!important}.contact-form-panel input,.contact-form-panel textarea{color:var(--brand-ink)!important;background:#fff!important;border-color:#d3e1e6!important}.contact-form-panel input::placeholder,.contact-form-panel textarea::placeholder{color:#80939e!important;opacity:1!important}.contact-form-panel input:focus,.contact-form-panel textarea:focus{border-color:var(--brand-blue)!important;box-shadow:0 0 0 3px #2f91b921!important}.contact-form-panel .form-note{color:#6d8290!important}.contact-form-panel .button-dark{background:var(--brand-navy)!important;color:#fff!important;min-height:50px!important;padding-inline:26px!important}.contact-card{min-height:0!important}.contact-card h3,.contact-card .contact-details strong{color:#fff!important}.contact-card .contact-details small{color:#b9d0d8!important}.contact-card-bottom p{color:#d4e5ea!important}.contact-shell .contact{padding-block:clamp(54px,7vw,88px)!important}.contact-shell .contact-lead{color:#fffc!important}@media (width<=768px){.review-marquee{padding-inline:16px!important}.review-track{gap:14px!important;animation-duration:32s!important}.review-card{flex-basis:min(86vw,338px)!important;min-height:246px!important;padding:23px 21px 21px!important}.review-card blockquote{font-size:17px!important}.contact-shell .contact{padding-block:44px 54px!important}.contact-heading{margin-bottom:25px!important}.contact-heading h2{font-size:clamp(42px,13vw,58px)!important}.contact-form-panel{padding:22px 18px!important}.contact-form-panel .contact-form-footer{align-items:stretch!important;gap:12px!important}.contact-form-panel .contact-form-footer .form-note{max-width:none!important}}@media (prefers-reduced-motion:reduce){.review-track{animation:64s linear infinite ibs-parent-reviews!important}}.product-image-link .gallery,.product-image-link .gallery-main{width:100%!important;min-width:0!important;display:block!important}.product-image-link .gallery-main{aspect-ratio:1/.92!important;background:#f2f6f8!important;border-radius:17px!important;min-height:0!important;position:relative!important;overflow:hidden!important}@media (width<=1220px) and (width>=901px){.products-grid,.products-grid-large{gap:16px!important}.product-card .product-footer{gap:5px!important;padding-inline:11px!important}.product-card .quantity-control-compact{grid-template-columns:repeat(3,27px) 32px!important;gap:2px!important}.product-card .quantity-control-compact .quantity-button,.product-card .quantity-control-compact .quantity-value{width:27px!important;min-width:27px!important}.product-card .quantity-control-compact .quantity-submit{width:32px!important;min-width:32px!important}}@media (width<=900px){.products-grid,.products-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.product-card .product-image-link .gallery-main{aspect-ratio:1/.9!important;border-radius:15px!important}.product-card .product-body{padding-inline:14px!important}.product-card .product-footer{padding-inline:12px!important}.product-card .product-footer>strong{font-size:15px!important}}@media (width<=560px){.products-grid,.products-grid-large{grid-template-columns:minmax(0,1fr)!important;gap:14px!important}.product-card .product-image-link .gallery-main{aspect-ratio:1/.86!important;border-radius:16px!important}.product-card .product-body{padding:14px 15px 7px!important}.product-card .product-body h3{font-size:18px!important}.product-card .product-body p{min-height:0!important}.product-card .product-footer{grid-template-columns:minmax(0,1fr) max-content!important;padding:12px 14px 14px!important}}.product-image-link{min-width:0!important;color:inherit!important;cursor:pointer!important;outline:none!important;text-decoration:none!important;display:block!important;position:relative!important}.product-image-link:focus-visible{box-shadow:inset 0 0 0 3px #2f91b98c!important}.product-image-link .gallery{width:100%!important;min-width:0!important;display:block!important}.product-image-link .gallery-main{aspect-ratio:1/.92!important;background:#f2f6f8!important;border-radius:17px!important;width:100%!important;min-height:0!important;position:relative!important;overflow:hidden!important}.product-image-link .gallery-main img,.product-image-link .gallery-main img:first-child,.product-image-link .gallery-main img:nth-child(2){object-fit:cover!important;opacity:1!important;width:100%!important;height:100%!important;transition:none!important;display:block!important;position:absolute!important;inset:0!important;transform:none!important}.product-image-link .gallery-main img:nth-child(n+2),.product-image-link .gallery-zoom,.product-image-link .gallery-thumbs{display:none!important}.product-image-link:hover .gallery-main img,.product-image-link:focus-visible .gallery-main img{transform:none!important}.product-card .product-body{min-width:0!important;overflow:hidden!important}.product-card .product-footer>strong{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;color:var(--brand-navy)!important;font-size:clamp(15px,1.45vw,19px)!important;line-height:1!important;overflow:hidden!important}.product-card .quantity-control-compact{grid-template-columns:repeat(3,29px) 34px!important;justify-content:end!important;align-items:center!important;gap:3px!important;width:max-content!important;min-width:0!important;max-width:100%!important;min-height:34px!important;display:grid!important}.product-card .quantity-control-compact .quantity-button,.product-card .quantity-control-compact .quantity-value{border-radius:9px!important;width:29px!important;min-width:29px!important;height:32px!important;padding:0!important;font-size:15px!important;line-height:1!important}.product-card .quantity-control-compact .quantity-value{background:#f5f9fb!important;border-color:#dbe6ed!important}.product-card .quantity-control-compact .quantity-submit{border-radius:10px!important;gap:0!important;width:34px!important;min-width:34px!important;height:32px!important;min-height:32px!important;padding:0!important}.product-card .quantity-control-compact .quantity-submit svg{width:16px!important;height:16px!important}@media (width<=1220px) and (width>=901px){.products-grid,.products-grid-large{gap:16px!important}.product-card .product-footer{gap:5px!important;padding-inline:11px!important}.product-card .quantity-control-compact{grid-template-columns:repeat(3,27px) 32px!important;gap:2px!important}.product-card .quantity-control-compact .quantity-button,.product-card .quantity-control-compact .quantity-value{width:27px!important;min-width:27px!important}.product-card .quantity-control-compact .quantity-submit{width:32px!important;min-width:32px!important}}@media (width<=900px){.products-grid,.products-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.product-card .product-image-link .gallery-main{aspect-ratio:1/.9!important;border-radius:15px!important}.product-card .product-body{padding-inline:14px!important}.product-card .product-footer{padding-inline:12px!important}.product-card .product-footer>strong{font-size:15px!important}}@media (width<=560px){.products-grid,.products-grid-large{grid-template-columns:minmax(0,1fr)!important;gap:14px!important}.product-card .product-image-link .gallery-main{aspect-ratio:1/.86!important;border-radius:16px!important}.product-card .product-body{padding:14px 15px 7px!important}.product-card .product-body h3{font-size:18px!important}.product-card .product-body p{min-height:0!important}.product-card .product-footer{grid-template-columns:minmax(0,1fr) max-content!important;padding:12px 14px 14px!important}}@media (width<=1180px) and (width>=769px){.products-grid-large{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=900px) and (width>=769px){.products-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=768px){.products-grid-large{grid-template-columns:1fr!important}.account-modal-enhanced{border-radius:0!important;height:100svh!important;max-height:100svh!important;margin:0!important;padding-top:30px!important}.account-modal-enhanced .account-tabs{z-index:2;position:sticky;top:-1px;background:#f6fafc!important}.account-modal-enhanced .account-head-enhanced h2{font-size:clamp(30px,8vw,42px)!important}.site-header .cart-button{min-width:42px!important;padding:0!important}.site-header .cart-button>span:first-of-type{display:none!important}}.products-grid-large .product-body p{max-width:100%}@media (width<=1180px) and (width>=769px){.products-grid-large{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=900px) and (width>=769px){.products-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=768px){.products-grid-large{grid-template-columns:1fr!important}.account-modal-enhanced{border-radius:0!important;height:100svh!important;max-height:100svh!important;margin:0!important;padding-top:30px!important}.account-modal-enhanced .account-head-enhanced{position:relative}.account-modal-enhanced .account-tabs{z-index:2;position:sticky;top:-1px;background:#f6fafc!important}.account-modal-enhanced .account-head-enhanced h2{font-size:clamp(30px,8vw,42px)!important}.site-header .cart-button{min-width:42px!important;padding:0!important}.site-header .cart-button>span:first-of-type{display:none!important}}*,:before,:after{box-sizing:border-box}html{background:var(--surface);scroll-padding-top:calc(var(--header-height) + 16px)}body{background:var(--surface);color:var(--brand-ink);margin:0;overflow-x:hidden}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.site-header{-webkit-backdrop-filter:blur(18px);height:var(--header-height)!important;z-index:1800!important;background:#fffffff5!important;border-bottom:1px solid #173f671a!important;position:sticky!important;inset:0 auto auto!important;box-shadow:0 5px 22px #173f670f!important}.public-header,.site-header{overflow:visible!important}.mobile-bottom-nav{display:none!important}.site-header .logo-emblem{width:48px!important;height:48px!important}.site-header .logo{width:48px!important;height:48px!important}.site-header .nav{height:var(--header-height)!important;min-height:var(--header-height)!important;align-items:center!important;gap:28px!important;padding-inline:24px!important;display:flex!important}.site-header .logo,.footer-brand .logo{flex:none;align-items:center;overflow:visible;width:48px!important;height:48px!important;margin:0!important;padding:0!important;display:inline-flex!important}.logo-emblem{border:1px solid #173f6714;flex:0 0 48px;background:#fff!important;border-radius:14px!important;width:48px!important;height:48px!important;display:block!important;position:relative!important;overflow:hidden!important;box-shadow:0 7px 18px #173f6721!important}.logo-emblem img{object-fit:cover;width:76px!important;max-width:none!important;height:76px!important;display:block!important;position:absolute!important;top:-2px!important;left:-14px!important;transform:none!important}.site-header .nav>nav{align-items:center;gap:5px;margin-right:auto;display:flex!important}.site-header .nav>nav a{letter-spacing:0;opacity:.82;border-radius:10px;align-items:center;min-height:40px;padding:0 12px;font-size:13px;font-weight:700;text-decoration:none;color:var(--brand-ink)!important;display:inline-flex!important}.site-header .nav>nav a:hover,.site-header .nav>nav a.active{opacity:1;background:#edf6fb;color:var(--brand-navy)!important}.site-header .nav>nav a.active:after{display:none!important}.nav-actions{align-items:center;gap:8px;display:flex!important}.account-button,.cart-button{justify-content:center;align-items:center;gap:7px;font-size:12px;font-weight:800;border:1px solid var(--line-soft)!important;min-height:42px!important;color:var(--brand-navy)!important;background:#fff!important;border-radius:12px!important;padding:0 12px!important;display:inline-flex!important}.account-button:hover,.cart-button:hover{border-color:var(--brand-blue)!important;background:#f3f9fc!important}.cart-button{position:relative;width:46px!important;min-width:46px!important;padding:0!important}.cart-button>span:not(.cart-badge){display:none!important}.cart-button svg{width:22px!important;height:22px!important}.cart-badge{background:var(--brand-yellow);min-width:20px;height:20px;color:var(--brand-navy);border:2px solid #fff;border-radius:99px;place-items:center;padding:0 5px;font-size:10px;font-weight:900;display:grid;position:absolute;top:-7px;right:-7px}.menu-toggle{display:none!important}.menu-toggle .menu-glyph,.mobile-menu-fallback{display:none}.products-direct-page,.catalog-section,.products{background:var(--surface)!important}.products-direct-page .container,.catalog-section .container{padding-top:34px;padding-bottom:56px}.catalog-heading-direct{margin-bottom:24px!important}.catalog-heading-direct h1{letter-spacing:-.045em;color:var(--brand-navy)!important;font-size:clamp(38px,5vw,66px)!important}.catalog-heading-direct h1 em{color:var(--brand-blue)!important}.catalog-heading-direct>div>p:not(.eyebrow){max-width:600px;color:var(--text-soft)!important}.catalog-toolbar{border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);color:var(--text-soft);justify-content:space-between;align-items:center;gap:12px;margin:0 0 16px;padding:12px 0;font-size:12px;display:flex}.catalog-toolbar b{color:var(--brand-navy)}.products-grid{gap:20px!important}.products-grid-large{grid-template-columns:repeat(3,minmax(0,1fr))!important}.product-card{min-width:0;transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden;border:1px solid var(--line-soft)!important;border-radius:var(--radius-card)!important;background:var(--surface-strong)!important;box-shadow:var(--shadow-soft)!important}.product-card:hover{transform:translateY(-4px);border-color:#2f91b973!important;box-shadow:0 18px 40px #173f6724!important}.product-image{position:relative;background:#edf5f8!important}.product-image .gallery-main{aspect-ratio:1/.82!important}.product-body{padding:18px 18px 0!important}.product-body h3{letter-spacing:-.02em;color:var(--brand-navy)!important;font-size:19px!important}.product-body p{color:var(--text-soft)!important;font-size:13px!important;line-height:1.55!important}.product-discover{color:var(--brand-blue)!important;font-size:12px!important}.product-footer{border-top:1px solid #edf1f4;justify-content:space-between;align-items:center;gap:10px;margin:0!important;padding:16px 18px 18px!important;display:flex!important}.product-footer>strong{color:var(--brand-navy);white-space:nowrap;font-size:17px}.quantity-control{align-items:center;gap:6px;min-height:48px;display:inline-flex}.quantity-control-compact{gap:3px;min-height:38px}.quantity-button,.quantity-value{border:1px solid var(--line-soft);width:38px;height:38px;color:var(--brand-navy);background:#fff;place-items:center;font-weight:900;display:grid}.quantity-button{cursor:pointer;border-radius:10px;font-size:18px}.quantity-button:hover{border-color:var(--brand-blue);background:#edf6fb}.quantity-value{background:#f4f8fa;border-radius:8px;font-size:13px}.quantity-control-compact .quantity-button,.quantity-control-compact .quantity-value{width:30px;height:32px;font-size:15px}.quantity-submit{background:var(--brand-navy);color:#fff;white-space:nowrap;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:5px;min-height:38px;padding:0 11px;font-size:11px;font-weight:800;display:inline-flex}.quantity-submit:hover{background:var(--brand-blue)}.detail-add{display:none!important}.product-detail-copy .quantity-control{margin:20px 0 8px}.shop-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0b1f3180!important}.cart-modal{max-height:min(86vh,760px);overflow:auto;border:1px solid var(--line-soft)!important;background:#fff!important;border-radius:24px!important;width:min(680px,100vw - 32px)!important;box-shadow:0 28px 80px #09233a40!important}.cart-modal h2{color:var(--brand-navy);letter-spacing:-.04em}.cart-lines{gap:9px;display:grid}.cart-line{border-radius:14px;align-items:center;border:1px solid #e7eef3!important;grid-template-columns:60px minmax(0,1fr) auto!important;gap:12px!important;padding:11px!important}.cart-line img{object-fit:cover;background:#edf5f8;border-radius:10px;width:60px!important;height:60px!important}.cart-line b{color:var(--brand-navy);font-size:13px}.cart-line small{color:var(--text-soft)}.line-actions{grid-column:2/-1!important;justify-content:flex-end!important;gap:5px!important;display:inline-flex!important}.line-actions button,.line-actions span{border:1px solid var(--line-soft);color:var(--brand-navy);background:#fff;place-items:center;font-weight:900;display:grid;border-radius:9px!important;width:32px!important;height:32px!important}.line-actions button:hover{border-color:var(--brand-blue);background:#edf6fb}.line-actions button:last-child{color:#9d4850}.cart-total{border-top:1px solid var(--line-soft);color:var(--brand-navy);margin-top:16px;padding-top:16px}.cart-total b{font-size:20px}.payment-methods{background:#f8fbfd;border-color:var(--line-soft)!important}.payment-methods label{color:var(--brand-navy);border-color:var(--line-soft)!important;background:#fff!important}.contact-shell .contact{min-height:0!important;padding:54px 0 64px!important;display:block!important}.contact-shell,.contact-shell .contact{background:var(--brand-navy)!important;color:#fff!important}.contact-shell .contact h2,.contact-shell .contact h3,.contact-shell .contact p:not(.eyebrow),.contact-shell .contact label{color:#fff}.contact-shell .contact-heading{margin-bottom:25px!important}.contact-shell .contact-layout{gap:24px!important}.contact-shell .contact-card,.contact-shell .contact-form-panel{border-radius:18px!important;padding:24px!important}.contact-shell .contact h2{font-size:clamp(38px,6vw,64px)!important}.why-us,.reviews-section{padding-block:58px!important}.why-grid{gap:14px!important;margin-top:24px!important}.why-card{min-height:235px!important;padding:20px!important}.reviews-section{background:#edf6fb!important}.review-marquee{scrollbar-width:none;width:100%;padding:4px max(18px,50vw - 590px) 14px!important;overflow-x:auto!important;-webkit-mask-image:none!important;mask-image:none!important}.review-track{width:max-content!important;animation:none!important}.review-card{flex:0 0 360px!important}.reviews-section .section-heading h2,.reviews-section .review-card blockquote,.reviews-section .review-card b,.reviews-section .review-card small{color:var(--brand-navy)!important}.reviews-section .section-heading .eyebrow,.reviews-section .reviews-caption{color:var(--brand-blue)!important}.reviews-section .review-card{border:1px solid #dce9f0;background:#fff!important;box-shadow:0 12px 28px #173f6717!important}.site-footer{background:var(--brand-navy)!important;padding-bottom:22px!important}.footer-cta{background:linear-gradient(120deg,#173f67,#216c95)!important;padding:48px max(20px,50% - 590px) 42px!important}.footer-cta h2 em,.footer-column h4{color:var(--brand-yellow)!important}.footer-inner{grid-template-columns:1.4fr repeat(3,1fr)!important;gap:28px!important;padding:38px 24px 22px!important}.footer-brand .logo-emblem{width:48px!important;height:48px!important}.footer-description,.footer-address,.footer-column>a{color:#ffffffb8!important}.footer-column{gap:8px!important}.footer-column>a:hover{color:#fff!important}.footer-bottom{padding-top:16px!important}.admin-page,.admin-content{max-width:100vw;min-width:0!important}.admin-row,.order-admin-row,.customer-admin-row{min-width:0!important}@media (width<=900px){.products-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))!important}.site-header .nav{gap:18px!important;padding-inline:18px!important}.site-header .nav>nav a{padding-inline:9px;font-size:12px}.footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important}.footer-brand{grid-column:1/-1}}@media (width<=700px){:root{--header-height:62px}body{padding-bottom:calc(72px + env(safe-area-inset-bottom))!important}.site-header{background:#fffffff5!important;height:62px!important;position:sticky!important;top:0!important}.site-header .nav{height:62px!important;min-height:62px!important;padding:0 14px!important}.site-header .logo{width:43px!important;height:43px!important}.site-header .logo-emblem{flex-basis:43px;border-radius:12px!important;width:43px!important;height:43px!important}.site-header .logo-emblem img{width:69px!important;height:69px!important;top:-2px!important;left:-13px!important}.site-header .nav>nav,.site-header .nav-actions{display:none!important}.hero{overflow:hidden!important}.hero-layout{display:block!important}.hero-content{padding:28px 0 0!important}.hero h1,.hero-subtitle,.hero-content>p:not(.eyebrow){overflow-wrap:anywhere;max-width:100%!important}.hero h1{font-size:clamp(38px,11vw,52px)!important;line-height:1.02!important}.hero-content>p:not(.eyebrow){font-size:15px!important;line-height:1.55!important}.hero-cta{grid-template-columns:1fr 1fr;gap:8px!important;display:grid!important}.hero-cta .button{min-width:0!important;padding-inline:10px!important;font-size:12px!important}.hero-visual{display:none!important}.site-header .menu-toggle{z-index:2200!important;visibility:visible!important;opacity:1!important;background:var(--brand-navy)!important;color:#fff!important;border:0!important;border-radius:11px!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;margin:0!important;display:grid!important;position:fixed!important;top:11px!important;right:14px!important;box-shadow:0 8px 18px #173f673d!important}.site-header .menu-toggle .menu-glyph{color:#fff;font-size:22px;line-height:1;display:block!important}.site-header .menu-toggle svg{display:none!important}.mobile-menu-fallback{z-index:3000;background:var(--brand-navy);color:#fff;border:0;border-radius:11px;place-items:center;width:40px;min-width:40px;height:40px;padding:0;font-size:22px;line-height:1;top:11px;right:14px;box-shadow:0 8px 18px #173f673d;display:grid!important;position:fixed!important}.site-header .menu-toggle{opacity:0!important;pointer-events:none!important}.site-header[data-menu-open=true] #public-navigation{border:1px solid var(--line-soft);border-radius:16px;box-shadow:0 18px 48px #173f6733;background:#fff!important;flex-direction:column!important;align-items:stretch!important;width:auto!important;padding:8px!important;display:flex!important;position:fixed!important;top:70px!important;left:12px!important;right:12px!important}.site-header[data-menu-open=true] #public-navigation a{min-height:44px;padding:0 13px!important;display:flex!important}.mobile-bottom-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);width:100%!important;min-width:0!important;height:calc(72px + env(safe-area-inset-bottom))!important;padding-bottom:env(safe-area-inset-bottom)!important;border-top:1px solid var(--line-soft)!important;background:#ffffffe6!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;display:grid!important;overflow:hidden!important;box-shadow:0 -8px 25px #173f671a!important}.mobile-bottom-nav.is-overlay-open{opacity:.35;pointer-events:none}.mobile-bottom-nav>*{overflow:hidden;min-width:0!important;max-width:none!important}.mobile-bottom-nav>a,.mobile-bottom-nav>button{height:72px!important;min-height:72px!important;color:var(--brand-navy)!important;margin:0!important;font-size:10px!important}.mobile-bottom-nav .mobile-bottom-cart{color:var(--brand-blue)!important;box-shadow:none!important;background:0 0!important}.mobile-bottom-nav .mobile-bottom-cart .mobile-cart-icon{height:34px!important}.mobile-bottom-nav .mobile-bottom-cart svg{width:28px!important;height:28px!important}.mobile-cart-total{display:none!important}.products-direct-page .container,.catalog-section .container{padding-top:20px;padding-bottom:38px}.catalog-heading-direct h1{letter-spacing:-.055em!important;max-width:100%!important;font-size:clamp(34px,9vw,40px)!important;line-height:1.02!important}.catalog-heading-direct>div,.catalog-heading-direct>div>p{overflow-wrap:anywhere;width:100%!important;min-width:0!important;max-width:100%!important}.catalog-heading-direct h1 br{display:block}.catalog-toolbar{flex-wrap:wrap;margin-bottom:12px}.catalog-sort-note{text-align:right;white-space:normal;max-width:52%;margin-left:auto}.products-grid-large{grid-template-columns:1fr!important;gap:14px!important}.product-footer{align-items:center}.quantity-control-compact .quantity-submit{padding-inline:9px}.quantity-control-compact .quantity-submit span{display:none}.quantity-submit{min-width:42px}.quantity-submit svg{width:18px;height:18px}.product-detail-copy .quantity-control{width:100%}.product-detail-copy .quantity-submit{flex:1}.cart-modal{width:100%!important;max-height:calc(100svh - 8px)!important;padding:20px 15px calc(18px + env(safe-area-inset-bottom))!important;border-radius:22px 22px 0 0!important}.cart-line{grid-template-columns:52px minmax(0,1fr) auto!important}.cart-line img{width:52px!important;height:52px!important}.line-actions{grid-column:2/-1!important;justify-content:flex-start!important}.payment-methods{grid-template-columns:1fr!important}.contact-shell .contact{padding:34px 0 42px!important}.contact-shell .contact-layout{grid-template-columns:1fr!important}.contact-shell .contact-card,.contact-shell .contact-form-panel{padding:18px!important}.why-card{min-height:200px!important}.review-marquee{scroll-snap-type:x mandatory;padding-inline:14px!important}.review-card{scroll-snap-align:start;flex:0 0 calc(100vw - 34px)!important}.footer-cta{padding:36px 18px 32px!important;display:block!important}.footer-cta .button{margin-top:18px}.footer-inner{grid-template-columns:1fr 1fr!important;gap:25px 18px!important;padding:28px 18px 18px!important}.footer-brand,.footer-contact{grid-column:1/-1}.footer-bottom{flex-wrap:wrap;gap:10px}.admin-sidebar{flex-wrap:nowrap!important;overflow-x:auto!important}.admin-sidebar>.admin-nav-item{flex:none}.admin-row{min-width:0!important}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.site-header .logo-emblem img{width:105px!important;height:105px!important;top:-9px!important;left:-29px!important}.shop-backdrop{overscroll-behavior:contain;overflow-y:auto;z-index:4000!important}.shop-modal{width:min(680px,100vw - 32px);max-height:min(90svh,820px);margin:auto;overflow-y:auto}.account-modal{width:min(760px,100vw - 32px)!important}.hero-content{min-width:0!important}.hero h1,.hero-subtitle,.hero-content>p:not(.eyebrow){min-width:0;max-width:100%;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important}.product-card,.product-footer,.quantity-control{min-width:0}.quantity-control-compact{flex-wrap:nowrap;max-width:100%}body:has(.shop-backdrop){overflow:hidden}:is(body:has(.shop-backdrop) .mobile-bottom-nav,body:has(.shop-backdrop) .mobile-account-quick){opacity:0!important;pointer-events:none!important;z-index:1!important}body:has(.shop-backdrop) .chat-wrap{display:none!important}@media (width<=900px){.quantity-control-compact .quantity-submit span{display:none!important}.quantity-control-compact .quantity-submit{width:38px;min-width:38px;padding-inline:0}.product-footer{gap:6px}}@media (width<=768px){body{padding-bottom:calc(72px + env(safe-area-inset-bottom))!important}.site-header{z-index:10!important;height:58px!important;box-shadow:none!important;background:#fff!important;display:block!important;position:relative!important;top:auto!important;bottom:auto!important}.site-header .nav{height:58px!important;min-height:58px!important;padding:0 14px!important;display:flex!important}.site-header .logo,.site-header .logo-emblem{width:43px!important;height:43px!important}.site-header .logo-emblem{flex-basis:43px!important}.site-header .logo-emblem img{width:96px!important;height:96px!important;top:-8px!important;left:-27px!important}.site-header .nav>nav,.site-header .nav-actions{display:none!important}.mobile-bottom-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:1800!important;height:calc(72px + env(safe-area-inset-bottom))!important;padding-bottom:env(safe-area-inset-bottom)!important;background:#fffffff0!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;display:grid!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important}.mobile-bottom-nav>a,.mobile-bottom-nav>button{height:72px!important;min-height:72px!important}.mobile-menu-fallback{z-index:3000!important;position:fixed!important;top:11px!important;right:14px!important}.hero-layout{width:100%;min-width:0}.hero-content{width:100%;max-width:100%;padding-right:0!important}.hero h1{letter-spacing:-.04em;font-size:clamp(36px,11vw,52px)!important}.hero-content>p:not(.eyebrow){max-width:100%!important}.shop-backdrop{align-items:flex-start;padding:8px}.shop-modal,.account-modal{max-height:calc(100svh - 16px);border-radius:20px!important;width:100%!important}.account-head-enhanced,.order-card-head{gap:10px}.account-tabs{padding-bottom:3px;display:flex;overflow-x:auto;gap:6px!important}.account-tabs button{white-space:nowrap;flex:none}.address-layout,.two-fields,.payment-methods{grid-template-columns:1fr!important}.cart-line{grid-template-columns:52px minmax(0,1fr) auto!important}.line-actions{grid-column:2/-1!important;justify-content:flex-start!important}.hero-commerce,.hero-commerce .hero-shell{min-height:560px!important}.hero-commerce .hero-content{padding:54px 0 76px!important}.hero-commerce .hero-content h1{font-size:clamp(42px,12vw,58px)!important}.hero-commerce .hero-content>p:not(.eyebrow){font-size:15px!important}.hero-commerce .hero-tint{background:linear-gradient(#0a233eb8,#173f67e6)}.hero-trust{margin-top:28px;font-size:10px}.blog-list-section{padding-block:30px!important}.blog-featured{margin-bottom:16px!important}.blog-list-grid{gap:12px!important}.blog-list-grid .blog-card-image{height:138px!important}.posts-grid{grid-template-rows:none!important;grid-template-columns:1fr!important;gap:14px!important;display:grid!important}.posts-grid .post-card,.posts-grid .post-1{height:320px!important;min-height:320px!important;margin:0!important}}.product-tag{z-index:4!important;background:var(--brand-blue)!important;color:#fff!important;letter-spacing:.02em!important;border:0!important;border-radius:999px!important;padding:8px 12px!important;font-size:10px!important;font-weight:900!important;top:15px!important;left:15px!important;right:auto!important}.account-modal-enhanced .account-tabs{border:1px solid var(--line-soft)!important;background:#f6fafc!important;border-radius:17px!important;grid-area:2/1/4!important;align-content:start!important;align-self:start!important;gap:5px!important;margin:20px 0 0!important;padding:7px!important;display:grid!important;overflow:visible!important}.account-modal-enhanced .account-tabs button:hover{color:var(--brand-navy)!important;background:#eaf5f9!important}.account-modal-enhanced>.notice{grid-row:2!important;align-self:start!important}.account-modal-enhanced .order-card{border-radius:17px!important}.cart-modal .cart-lines{gap:10px!important;margin-top:20px!important}.cart-modal>form,.cart-modal .cart-coupon{min-width:0!important}.shop-modal,.shop-modal *{min-width:0}@media (width<=900px) and (width>=769px){.account-modal-enhanced{grid-template-columns:190px minmax(0,1fr)!important;width:min(760px,100vw - 32px)!important}}@media (width<=768px){body{padding-bottom:calc(74px + env(safe-area-inset-bottom))!important}.site-header{height:0!important;min-height:0!important;display:none!important;position:static!important}.site-header .logo,.site-header .nav{display:none!important}.mobile-bottom-nav{height:calc(74px + env(safe-area-inset-bottom))!important;padding:6px 8px env(safe-area-inset-bottom)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;background:#fffffff0!important;border-top:1px solid #dfe8ef!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;display:grid!important;box-shadow:0 -12px 30px #173f671f!important}.mobile-bottom-nav>a,.mobile-bottom-nav>button{color:#58738a!important;border-radius:12px!important;height:62px!important;min-height:62px!important}.mobile-bottom-nav>.active,.mobile-bottom-nav .mobile-bottom-cart{color:var(--brand-blue)!important;background:#edf7fb!important}.mobile-bottom-nav>a:nth-child(3){display:none!important}.mobile-bottom-nav .mobile-bottom-cart .mobile-cart-icon{background:0 0!important;width:auto!important;height:25px!important}.mobile-bottom-nav .mobile-cart-total{display:none!important}.mobile-bottom-nav svg{width:21px!important;height:21px!important}.products-grid,.products-grid-large{grid-template-columns:1fr!important;gap:14px!important}.product-card{border-radius:20px!important}.product-image{aspect-ratio:1/.9!important}.product-body{padding:14px 16px 6px!important}.product-footer{padding:12px 16px 15px!important}.quantity-control-compact .quantity-submit{width:38px!important;min-width:38px!important;padding:0!important}.quantity-control-compact .quantity-submit span{display:none!important}.account-modal-enhanced{width:100%!important;max-height:calc(100svh - 8px)!important;padding:24px 16px calc(22px + env(safe-area-inset-bottom))!important;border-radius:24px 24px 0 0!important;margin:auto 0 0!important;display:block!important;overflow-y:auto!important}.account-modal-enhanced .account-head-enhanced{border-bottom:0!important;padding:0 50px 18px 0!important}.account-modal-enhanced .account-tabs{border-radius:13px!important;gap:6px!important;margin:0 0 16px!important;padding:4px!important;display:flex!important;overflow-x:auto!important}.account-modal-enhanced .account-tabs button{text-align:center!important;flex:none!important;width:auto!important;min-height:38px!important;padding:0 12px!important}.account-modal-enhanced>.notice,.account-modal-enhanced>.order-list,.account-modal-enhanced>.account-form,.account-modal-enhanced>.address-layout,.account-modal-enhanced>.support-form,.account-modal-enhanced>.account-coupon-list{margin-top:0!important}.cart-modal{width:100%!important;height:calc(100svh - 8px)!important;max-height:calc(100svh - 8px)!important;padding:24px 16px calc(20px + env(safe-area-inset-bottom))!important;border-radius:24px 24px 0 0!important;margin:auto 0 0!important}.cart-modal .cart-line{grid-template-columns:54px minmax(0,1fr) auto!important}.cart-modal .cart-line img{width:54px!important;height:54px!important}.payment-methods,.two-fields{grid-template-columns:1fr!important}.footer-inner{grid-template-columns:1fr 1fr!important}}.mobile-menu-fallback,.site-header .menu-toggle,.menu-scrim{display:none!important}.site-header[data-menu-open=true] #public-navigation{display:flex!important}.nav-whatsapp{display:none!important}.review-marquee{-webkit-overflow-scrolling:touch;cursor:grab;touch-action:pan-x!important;overflow:auto hidden!important}.review-marquee:active{cursor:grabbing}.review-track{width:max-content!important;animation:42s linear infinite medusa-review-loop!important;display:flex!important;transform:none!important}.review-card{-webkit-user-select:none;user-select:none}@keyframes medusa-review-loop{0%{transform:translate(0,0)}to{transform:translate(calc(-50% - 10px))}}.mobile-bottom-nav{gap:0!important}.mobile-bottom-nav>a,.mobile-bottom-nav>button{position:relative;color:var(--brand-navy)!important;background:0 0!important;border:0!important}.mobile-bottom-nav .mobile-nav-icon{color:currentColor;opacity:.76;place-items:center;height:26px;display:grid}.mobile-bottom-nav svg{stroke-width:1.65px}.mobile-bottom-nav>.active{color:var(--brand-blue)!important}.mobile-bottom-nav>.active .mobile-nav-icon{opacity:1}.mobile-bottom-nav .mobile-bottom-cart{color:var(--brand-blue)!important}.mobile-bottom-nav .mobile-bottom-cart .mobile-cart-icon{background:#eaf5f8;border-radius:13px;place-items:center;width:44px;height:38px;display:grid}.mobile-bottom-nav .mobile-bottom-cart svg{width:23px!important;height:23px!important}.mobile-bottom-nav .mobile-bottom-cart>span:last-child{display:block!important}.mobile-bottom-nav>a>span:last-child,.mobile-bottom-nav>button>span:last-child{letter-spacing:-.01em;font-size:10px}.hero-commerce{isolation:isolate;color:#fff;background:var(--brand-navy)!important;height:auto!important;min-height:clamp(560px,72vh,760px)!important;padding:0!important}.hero-commerce .hero-media,.hero-commerce .hero-media img,.hero-commerce .hero-media video,.hero-commerce .hero-tint{width:100%;height:100%;position:absolute;inset:0}.hero-commerce .hero-media{z-index:0;background:#173f67}.hero-commerce .hero-media img,.hero-commerce .hero-media video{object-fit:cover;object-position:center}.hero-commerce .hero-tint{z-index:1;background:linear-gradient(90deg,#0a233eeb 0%,#173f67b8 45%,#173f6724 100%)}.hero-commerce.has-image .hero-tint{background:linear-gradient(90deg,#0a233ef0,#173f6799 52%,#173f6714)}.hero-commerce .hero-shell{z-index:2;align-items:center;min-height:clamp(560px,72vh,760px);display:flex;position:relative}.hero-commerce .hero-content{max-width:650px;padding:50px 0 72px!important}.hero-commerce .hero-content .eyebrow{color:#f2ad2b;letter-spacing:.16em}.hero-commerce .hero-content h1{letter-spacing:-.055em;max-width:700px;margin:14px 0 22px;line-height:.98;color:#fff!important;font-size:clamp(44px,6.7vw,88px)!important}.hero-commerce .hero-content>p:not(.eyebrow){max-width:510px;color:#ffffffd6!important;font-size:clamp(16px,1.5vw,20px)!important;line-height:1.6!important}.hero-commerce .hero-cta{flex-wrap:wrap;align-items:center;gap:18px;margin-top:30px;display:flex}.hero-commerce .button-primary{border:0;background:var(--brand-yellow)!important;color:var(--brand-navy)!important}.hero-commerce .hero-story-link{color:#fff;font-size:13px;font-weight:800}.hero-commerce .hero-story-link span{color:var(--brand-yellow);margin-left:7px}.hero-trust{color:#ffffffb8;flex-wrap:wrap;gap:9px 18px;margin-top:42px;font-size:11px;display:flex}.blog-list-section{padding-block:52px!important}.blog-featured{margin-bottom:24px!important}.blog-list-grid{gap:16px!important;margin-top:0!important}.blog-list-card{height:auto!important;min-height:0!important}.blog-list-grid .blog-card-image{height:176px!important}.blog-list-grid .blog-list-card img{height:100%!important}.blog-list-card>div{min-width:0}.account-modal{padding-top:34px!important}.account-modal .shop-close{z-index:3;border-radius:10px;place-items:center;width:34px;height:34px;display:grid;color:var(--brand-navy)!important;background:#edf6fb!important;font-size:0!important;top:13px!important;right:13px!important}.account-modal .shop-close svg{width:18px;height:18px}.account-modal .account-head-enhanced{padding-right:112px!important}.account-modal .account-logout{color:#a95545;background:#fff1eb;border-radius:9px;min-height:34px;padding:0 11px;font-weight:800;position:absolute;top:14px;right:54px}.account-modal .account-tabs{margin-top:20px}.account-modal .account-form{gap:4px;display:grid}.account-modal .notice{color:var(--brand-navy);background:#edf6fb;border-radius:10px;margin:10px 0;padding:9px 11px;font-size:12px}.admin-page{color:var(--brand-ink);background:#f5f9fb!important}.admin-sidebar{border-color:var(--line-soft)!important}.admin-nav-item.active,.admin-nav-item:hover{color:var(--brand-navy)!important;background:#eaf4f8!important}.admin-content,.admin-topbar,.admin-top,.content-toolbar{min-width:0!important;max-width:100%!important}.admin-row,.order-admin-row,.customer-admin-row{overflow:hidden}@media (width<=768px){.account-modal{padding:34px 16px calc(24px + env(safe-area-inset-bottom))!important}.account-modal .account-head-enhanced{padding-right:0!important}.account-modal .account-head-enhanced h2{padding-right:0;font-size:clamp(27px,8vw,38px)!important}.account-modal .account-logout{font-size:10px;top:14px;right:54px}.account-modal .shop-close{top:13px;right:13px}.account-modal .account-tabs{margin-top:24px}.admin-page{display:block!important;overflow-x:hidden!important}.admin-sidebar{z-index:20;flex-wrap:wrap!important;gap:6px!important;width:100%!important;height:auto!important;max-height:none!important;padding:12px!important;display:flex!important;position:sticky!important;top:0!important}.admin-sidebar .logo{margin:0 8px 0 0!important}.admin-sidebar>.admin-nav-item{min-height:36px;width:auto!important;padding:8px 10px!important}.admin-content{padding-bottom:30px;width:100%!important;min-height:0!important}.admin-top,.content-toolbar,.admin-list,.contact-editor,.order-admin-panel,.customer-admin-panel{margin-left:14px!important;margin-right:14px!important}.content-toolbar{flex-wrap:wrap;gap:10px}.admin-row,.order-admin-row,.customer-admin-row{gap:8px;flex-wrap:wrap!important;min-width:0!important}}@media (prefers-reduced-motion:reduce){.review-track{animation:none!important}}.hero-commerce.no-video .hero-media{background:linear-gradient(135deg,#173f67,#2f91b9)!important}.hero-commerce .hero-media video{filter:saturate(.9)contrast(1.03);display:block}.hero-commerce .hero-tint{background:linear-gradient(90deg,#091f37eb,#173f6794 52%,#173f671a)!important}.site-footer{background:#173f67!important}.site-footer .footer-inner{max-width:1180px;margin:0 auto;align-items:start!important}.site-footer .footer-brand{align-self:start}.site-footer .footer-column{min-width:0}.site-footer .footer-bottom{align-items:center}.account-modal-enhanced{border-radius:28px!important;width:min(760px,100vw - 32px)!important;padding:30px!important}.account-modal-enhanced .account-head-enhanced{justify-content:space-between;align-items:start;gap:18px;display:flex;padding:4px 52px 20px 0!important}.account-modal-enhanced .account-head-enhanced h2{color:var(--brand-navy);letter-spacing:-.045em;margin:8px 0 4px}.account-modal-enhanced .account-tabs{background:#f1f6f9;border-radius:14px;padding:5px;display:flex;overflow-x:auto;gap:8px!important;margin:0 0 20px!important}.account-modal-enhanced .account-tabs button{color:var(--text-soft);white-space:nowrap;background:0 0;border:0;border-radius:10px;flex:1 0 auto;padding:11px 14px;font-size:12px;font-weight:800}.account-modal-enhanced .order-card,.account-modal-enhanced .saved-address,.account-modal-enhanced .account-form{border:1px solid var(--line-soft);background:#fff;border-radius:18px;padding:16px}.account-modal-enhanced .order-list,.account-modal-enhanced .saved-addresses,.account-modal-enhanced .account-form{gap:10px;display:grid}.account-modal-enhanced .account-form label{margin:0}.account-modal-enhanced .empty-state{border:1px dashed var(--line-soft);background:#f8fbfd;border-radius:18px}.cart-coupon{background:#f5fafc;border:1px dashed #bfd6e3;border-radius:14px;margin:14px 0 4px;padding:12px}.cart-coupon>div{grid-template-columns:1fr auto;gap:8px;display:grid}.cart-coupon input{border:1px solid var(--line-soft);text-transform:uppercase;border-radius:10px;min-width:0;height:42px;padding:0 12px;font-weight:800;margin:0!important}.cart-coupon button{background:var(--brand-blue);color:#fff;border:0;border-radius:10px;padding:0 16px;font-size:11px;font-weight:900}.cart-coupon small{color:#237a62;margin-top:8px;font-weight:800;display:block}.account-coupon-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.account-coupon-card{background:linear-gradient(135deg,#f3fafd,#fff);border:1px solid #d9e9f1;border-radius:18px;gap:7px;min-height:132px;padding:18px;display:grid;position:relative;overflow:hidden}.account-coupon-card:after{content:"";background:#f2ad2b33;border-radius:50%;width:70px;height:70px;position:absolute;bottom:-24px;right:-24px}.coupon-code{background:var(--brand-yellow);width:max-content;color:var(--brand-navy);letter-spacing:.08em;border-radius:8px;padding:6px 9px;font-size:12px;font-weight:950}.account-coupon-card b{color:var(--brand-navy)}.account-coupon-card small{color:var(--text-soft)}.coupon-admin-layout{grid-template-columns:minmax(280px,.75fr) minmax(360px,1.25fr);gap:18px;margin:0 36px 40px;display:grid}.coupon-admin-form{align-content:start;gap:10px;display:grid}.coupon-admin-form label{color:var(--text-soft);gap:6px;font-size:11px;font-weight:800;display:grid}.coupon-admin-form input,.coupon-admin-form select{border:1px solid var(--line-soft);background:#fff;border-radius:10px;width:100%;min-width:0;height:42px;padding:0 11px}.coupon-admin-list{align-content:start;gap:9px;display:grid}.coupon-admin-card{border:1px solid var(--line-soft);border-radius:14px;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px;display:grid}.coupon-admin-card>div{gap:5px;display:grid}.coupon-admin-card>i{color:var(--text-soft);background:#f1f3f5;border-radius:99px;align-self:start;padding:5px 8px;font-size:9px;font-style:normal;font-weight:900}.coupon-admin-card>i.active{color:#237a62;background:#e5f7ef}.coupon-admin-card>span:last-child{grid-column:1/-1;gap:7px;display:flex}.coupon-admin-card>span:last-child button{color:var(--brand-navy);background:#edf6fb;border:0;border-radius:8px;padding:7px 10px;font-size:10px;font-weight:800}@media (width<=768px){body{padding-bottom:calc(78px + env(safe-area-inset-bottom))!important}.site-header{height:0!important;min-height:0!important;display:none!important;position:static!important}.site-header .logo,.site-header .nav,.site-header .menu-toggle{display:none!important}.mobile-bottom-nav{z-index:2000!important;height:calc(78px + env(safe-area-inset-bottom))!important;padding:7px 7px env(safe-area-inset-bottom)!important;background:#fffffff5!important;border-top:1px solid #dfe8ef!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;display:grid!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;box-shadow:0 -14px 35px #173f6721!important}.mobile-bottom-nav>a,.mobile-bottom-nav>button{color:#668096!important;border-radius:13px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:3px!important;height:64px!important;min-height:64px!important;font-size:10px!important;font-weight:800!important;display:flex!important}.mobile-bottom-nav>.active,.mobile-bottom-nav .mobile-bottom-cart{color:var(--brand-blue)!important;background:#edf7fb!important}.mobile-bottom-nav .mobile-bottom-cart .mobile-cart-icon{background:0 0!important;width:auto!important;height:26px!important}.mobile-bottom-nav .mobile-bottom-cart>span:last-child{display:block!important}.mobile-bottom-nav .mobile-cart-total{display:none!important}.mobile-bottom-nav svg{width:21px!important;height:21px!important}.hero-commerce,.hero-commerce .hero-shell{min-height:min(720px,86svh)!important}.hero-commerce .hero-content{padding:58px 0 70px!important}.hero-commerce .hero-media video{object-position:58% center}.hero-commerce .hero-tint{background:linear-gradient(#091f37b8,#173f67f0)!important}.account-modal-enhanced{width:100%!important;max-height:calc(100svh - 8px)!important;padding:22px 16px calc(24px + env(safe-area-inset-bottom))!important;border-radius:24px 24px 0 0!important}.account-modal-enhanced .account-head-enhanced{padding-right:50px!important}.account-modal-enhanced .account-tabs button{padding-inline:12px}.account-coupon-list{grid-template-columns:1fr}.coupon-admin-layout{grid-template-columns:1fr;margin:0 14px 30px}.site-footer .footer-inner{grid-template-columns:1fr 1fr!important;gap:26px 18px!important;padding:34px 18px 20px!important}.site-footer .footer-brand,.site-footer .footer-contact,.site-footer .footer-bottom{grid-column:1/-1}}.products-grid-large{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important}.products-grid-large .product-card{min-width:0!important}.products-grid-large .product-body{min-height:145px!important}.products-grid-large .product-footer{grid-template-columns:minmax(0,1fr) auto!important;display:grid!important}.products-grid-large .product-footer>strong{min-width:0!important;font-size:clamp(14px,1.25vw,18px)!important}.products-grid-large .quantity-control-compact{gap:3px!important;display:inline-flex!important}.products-grid-large .quantity-control-compact .quantity-submit{width:38px!important;min-width:38px!important;padding:0!important}.products-grid-large .quantity-control-compact .quantity-submit span{display:none!important}.site-header .cart-button{gap:7px!important;width:auto!important;min-width:92px!important;padding:0 12px!important}.site-header .cart-button>span:first-of-type{align-items:center;gap:3px;display:inline-flex!important}.site-header .cart-button .cart-total-label{display:inline!important}@media (width<=1180px) and (width>=769px){.products-grid-large{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=900px) and (width>=769px){.products-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=768px){.products-grid-large{grid-template-columns:1fr!important}.account-modal-enhanced{border-radius:0!important;height:100svh!important;max-height:100svh!important;margin:0!important;padding-top:30px!important}.account-modal-enhanced .account-tabs{z-index:2;position:sticky;top:-1px;background:#f6fafc!important}.account-modal-enhanced .account-head-enhanced h2{font-size:clamp(30px,8vw,42px)!important}.site-header .cart-button{min-width:42px!important;padding:0!important}.site-header .cart-button>span:first-of-type{display:none!important}}.site-header .logo-emblem,.footer-brand .logo-emblem{background:#fff!important;border-radius:15px!important;flex:0 0 48px!important;width:48px!important;height:48px!important;position:relative!important;overflow:hidden!important}.site-header .logo-emblem img,.footer-brand .logo-emblem img{object-fit:cover!important;width:96px!important;max-width:none!important;height:93px!important;position:absolute!important;top:-3px!important;left:-23px!important;transform:none!important}.product-wrap>.product-badge{display:none!important}.products-grid,.products-grid-large{align-items:stretch!important}.product-card{background:#fff!important;border:1px solid #dfe8ef!important;border-radius:22px!important;flex-direction:column!important;height:100%!important;display:flex!important;box-shadow:0 12px 34px #173f6714!important}.product-image{aspect-ratio:1!important;background:#f0f5f7!important;min-height:0!important}.product-image .gallery-main,.product-image .gallery-main img{width:100%!important;height:100%!important}.product-image .gallery-main img{object-fit:cover!important}.product-card:hover .product-image .gallery.single-image .gallery-main img:first-child,.gallery.single-image .gallery-main img:first-child{opacity:1!important;transform:none!important}.product-tag{z-index:4!important;background:var(--brand-blue)!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:8px 12px!important;font-size:10px!important;font-weight:900!important;top:15px!important;left:15px!important;right:auto!important}.product-body{flex:auto!important;padding:16px 18px 8px!important}.product-body h3{margin:0 0 6px!important;font-size:19px!important}.product-body p{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px;display:-webkit-box!important;overflow:hidden!important}.product-discover{margin-top:10px;font-weight:800!important;display:inline-flex!important}.product-footer{flex:none!important;align-items:center!important;gap:8px!important;padding:14px 18px 17px!important}.quantity-control-compact{flex:none!important;max-width:100%!important}.account-modal-enhanced{border-radius:28px!important;grid-template-rows:auto auto minmax(0,1fr)!important;grid-template-columns:218px minmax(0,1fr)!important;column-gap:24px!important;width:min(1000px,100vw - 48px)!important;max-height:min(860px,100svh - 48px)!important;padding:28px!important;display:grid!important;overflow-y:auto!important}.account-modal-enhanced .account-head-enhanced{border-bottom:1px solid var(--line-soft)!important;grid-area:1/1/auto/-1!important;min-width:0!important;padding:0 62px 22px 0!important}.account-modal-enhanced .account-tabs{border:1px solid var(--line-soft)!important;background:#f6fafc!important;border-radius:17px!important;grid-area:2/1/4!important;align-self:start!important;gap:5px!important;margin:20px 0 0!important;padding:7px!important;display:grid!important;overflow:visible!important}.account-modal-enhanced .account-tabs button{text-align:left!important;width:100%!important;min-height:42px!important;color:var(--text-soft)!important;white-space:nowrap!important;background:0 0!important;border-radius:11px!important;padding:0 12px!important;font-size:12px!important;font-weight:850!important}.account-modal-enhanced .account-tabs button.active{color:#fff!important;background:var(--brand-navy)!important;box-shadow:0 7px 16px #173f6729!important}.account-modal-enhanced>.notice,.account-modal-enhanced>.order-list,.account-modal-enhanced>.account-form,.account-modal-enhanced>.address-layout,.account-modal-enhanced>.support-form,.account-modal-enhanced>.account-coupon-list{grid-column:2!important;min-width:0!important}.account-modal-enhanced>.notice{grid-row:2!important}.account-modal-enhanced>.order-list,.account-modal-enhanced>.account-form,.account-modal-enhanced>.address-layout,.account-modal-enhanced>.support-form,.account-modal-enhanced>.account-coupon-list{grid-row:3!important;align-self:start!important;margin-top:20px!important}.shop-backdrop{justify-content:flex-end!important;align-items:stretch!important;padding:0!important;display:flex!important}.cart-modal{border-radius:26px 0 0 26px!important;width:min(560px,100vw)!important;height:100svh!important;max-height:none!important;margin:0!important;padding:30px 26px 28px!important;overflow-y:auto!important}.cart-modal .cart-line{border-radius:16px!important;grid-template-columns:68px minmax(0,1fr) auto!important;padding:12px!important}.cart-modal .cart-line img{border-radius:12px!important;width:68px!important;height:68px!important}.cart-modal .line-actions{grid-column:2/-1!important;justify-content:flex-start!important}.cart-modal .button-dark{border-radius:13px!important;width:100%!important;min-height:48px!important}@media (width<=768px){body{padding-bottom:calc(74px + env(safe-area-inset-bottom))!important}.site-header{height:0!important;min-height:0!important;display:none!important;position:static!important}.site-header .logo,.site-header .nav{display:none!important}.mobile-bottom-nav{height:calc(74px + env(safe-area-inset-bottom))!important;padding:6px 8px env(safe-area-inset-bottom)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;background:#fffffff0!important;border-top:1px solid #dfe8ef!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;display:grid!important;box-shadow:0 -12px 30px #173f671f!important}.mobile-bottom-nav>a,.mobile-bottom-nav>button{color:#58738a!important;border-radius:12px!important;height:62px!important;min-height:62px!important}.mobile-bottom-nav>.active,.mobile-bottom-nav .mobile-bottom-cart{color:var(--brand-blue)!important;background:#edf7fb!important}.mobile-bottom-nav>a:nth-child(3){display:none!important}.mobile-bottom-nav .mobile-bottom-cart .mobile-cart-icon{background:0 0!important;width:auto!important;height:25px!important}.mobile-bottom-nav .mobile-cart-total{display:none!important}.products-grid,.products-grid-large{grid-template-columns:1fr!important;gap:14px!important}.product-image{aspect-ratio:1/.9!important}.product-body{padding:14px 16px 6px!important}.product-footer{padding:12px 16px 15px!important}.quantity-control-compact .quantity-submit{width:38px!important;min-width:38px!important;padding:0!important}.quantity-control-compact .quantity-submit span{display:none!important}.account-modal-enhanced{width:100%!important;max-height:calc(100svh - 8px)!important;padding:24px 16px calc(22px + env(safe-area-inset-bottom))!important;border-radius:24px 24px 0 0!important;margin:auto 0 0!important;display:block!important;overflow-y:auto!important}.account-modal-enhanced .account-head-enhanced{border-bottom:0!important;padding:0 50px 18px 0!important}.account-modal-enhanced .account-tabs{border-radius:13px!important;gap:6px!important;margin:0 0 16px!important;padding:4px!important;display:flex!important;overflow-x:auto!important}.account-modal-enhanced .account-tabs button{text-align:center!important;flex:none!important;width:auto!important;min-height:38px!important;padding:0 12px!important}.account-modal-enhanced>.notice,.account-modal-enhanced>.order-list,.account-modal-enhanced>.account-form,.account-modal-enhanced>.address-layout,.account-modal-enhanced>.support-form,.account-modal-enhanced>.account-coupon-list{margin-top:0!important}.cart-modal{width:100%!important;height:calc(100svh - 8px)!important;max-height:calc(100svh - 8px)!important;padding:24px 16px calc(20px + env(safe-area-inset-bottom))!important;border-radius:24px 24px 0 0!important;margin:auto 0 0!important}.cart-modal .cart-line{grid-template-columns:54px minmax(0,1fr) auto!important}.cart-modal .cart-line img{width:54px!important;height:54px!important}.payment-methods,.two-fields{grid-template-columns:1fr!important}}:root{--brand-navy:#173f67;--brand-blue:#2f91b9;--brand-yellow:#f2ad2b;--brand-ink:#19344d;--line-soft:#dfe8ef;--text-soft:#607488}html,body,#root{max-width:100%;overflow-x:hidden!important}.paytr-frame-wrap{border:1px solid var(--line-soft,#dfe8ef);background:#fff;border-radius:16px;width:100%;min-height:560px;margin:1rem 0;overflow:hidden}.paytr-iframe{border:0;width:100%;min-height:560px;display:block}@media (width<=640px){.paytr-frame-wrap,.paytr-iframe{min-height:680px}}.cart-modal.cart-modal-checkout{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:auto!important;max-height:100svh!important;overflow-y:auto!important}.cart-modal.cart-modal-checkout .paytr-frame-wrap{height:min(900px,100svh - 180px)!important;min-height:620px!important;overflow:visible!important}.cart-modal.cart-modal-checkout .paytr-iframe{width:100%!important;height:900px!important;min-height:900px!important;display:block!important;overflow:auto!important}@media (width<=640px){.cart-modal.cart-modal-checkout .paytr-frame-wrap{height:820px!important;min-height:820px!important}.cart-modal.cart-modal-checkout .paytr-iframe{height:1050px!important;min-height:1050px!important}}@media (width>=769px){.site-header{top:0!important;z-index:1800!important;color:var(--brand-ink)!important;-webkit-backdrop-filter:blur(14px)saturate(1.08)!important;background:#fffffff5!important;border-bottom:1px solid #dfe8efe6!important;position:sticky!important;inset:auto 0!important;box-shadow:0 8px 24px #173f6714!important}.site-header .nav{min-height:76px!important}.site-header nav a{color:var(--brand-ink)!important}.site-header nav a.active{color:var(--brand-blue)!important}.site-header .account-button,.site-header .cart-button{color:var(--brand-ink)!important}.account-modal-enhanced{width:min(1180px,100vw - 32px)!important;height:min(900px,100svh - 32px)!important;min-height:min(720px,100svh - 32px)!important;max-height:calc(100svh - 32px)!important;overflow:hidden!important}.account-modal-enhanced>.order-list,.account-modal-enhanced>.account-form,.account-modal-enhanced>.address-layout,.account-modal-enhanced>.support-form,.account-modal-enhanced>.account-coupon-list{scrollbar-width:thin!important;min-height:0!important;max-height:100%!important;overflow:auto!important}}.footer-brand .logo{z-index:auto!important;position:static!important;inset:auto!important;transform:none!important}.product-wrap{min-width:0!important;display:flex!important}.product-wrap>.product-card{width:100%!important;min-width:0!important}.product-card{border:1px solid var(--line-soft)!important;background:#fff!important;border-radius:22px!important;flex-direction:column!important;height:100%!important;display:flex!important;overflow:hidden!important;box-shadow:0 14px 34px #173f6717!important}.product-image-link{cursor:pointer!important;min-width:0!important;display:block!important;position:relative!important}.product-image-link .gallery-main{aspect-ratio:1/.92!important;background:#f1f6f8!important;border-radius:17px!important;width:100%!important;position:relative!important;overflow:hidden!important}.product-image-link .gallery-main img{object-fit:cover!important;opacity:1!important;width:100%!important;height:100%!important;transition:none!important;display:block!important;position:absolute!important;inset:0!important;transform:none!important}.product-image-link .gallery-main img:nth-child(n+2),.product-image-link .gallery-zoom,.product-image-link .gallery-thumbs{display:none!important}.product-tag{background:var(--brand-blue)!important;color:#fff!important;border-radius:999px!important;top:15px!important;left:15px!important;right:auto!important}.product-card .product-body{flex:auto!important;min-width:0!important;min-height:0!important;padding:14px 17px 6px!important;overflow:hidden!important}.product-card .product-body h3,.product-card .product-body p{overflow-wrap:anywhere!important;min-width:0!important}.product-card .product-body h3{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;min-height:2.45em!important;margin:0!important;line-height:1.22!important;display:-webkit-box!important;overflow:hidden!important}.product-card .product-body p,.product-card .product-discover{display:none!important}.product-card .product-footer{grid-template-columns:minmax(0,1fr) max-content!important;align-items:center!important;gap:8px!important;min-width:0!important;padding:13px 14px 15px!important;display:grid!important;overflow:hidden!important}.product-card .product-footer>strong{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;color:var(--brand-navy)!important;font-size:clamp(15px,1.35vw,19px)!important;overflow:hidden!important}.product-card .quantity-control-compact{background:#f7fbfc!important;border:1px solid #d5e4eb!important;border-radius:11px!important;grid-template-columns:none!important;align-items:stretch!important;gap:0!important;width:max-content!important;min-width:0!important;display:inline-flex!important;overflow:hidden!important}.product-card .quantity-control-compact .quantity-button,.product-card .quantity-control-compact .quantity-value,.product-card .quantity-control-compact .quantity-button{background:0 0!important;border:0!important;border-radius:0!important;width:31px!important;min-width:31px!important;height:32px!important;padding:0!important}.product-card .quantity-control-compact .quantity-button:hover{background:#e6f3f7!important}.product-card .quantity-control-compact .quantity-submit{background:var(--brand-navy)!important;border:0!important;border-radius:0!important;width:37px!important;min-width:37px!important;height:32px!important;min-height:32px!important;padding:0!important}.product-card .quantity-control-compact .quantity-submit span,.product-wrap>.product-badge{display:none!important}.reviews-section{background:#edf6fb!important;overflow:hidden!important}.review-marquee{scrollbar-width:none!important;-ms-overflow-style:none!important;touch-action:pan-x!important;-webkit-overflow-scrolling:touch!important;width:100%!important;max-width:100vw!important;overflow:auto hidden!important}.review-marquee::-webkit-scrollbar{display:none!important}.review-track{will-change:transform!important;width:max-content!important;min-width:max-content!important;max-width:none!important;transform:translate(0,0)!important;transform:translate3d(calc(-1 * var(--review-progress,0px)), 0, 0)!important;flex-wrap:nowrap!important;gap:24px!important;animation:none!important;display:flex!important}.review-track>*{max-width:none!important}.article-faq{background:#fff;border:1px solid #1730421a;border-radius:18px;max-width:700px;margin-top:44px;padding:28px}.article-faq h2{color:var(--ink);margin:0 0 16px;font-size:clamp(26px,4vw,38px)}.article-faq details{border-top:1px solid #1730421a;padding:14px 0}.article-faq summary{cursor:pointer;color:var(--ink);font-weight:700}.article-faq p{color:var(--muted);margin:10px 0 0;line-height:1.7}.review-marquee:hover .review-track,.review-marquee:focus-within .review-track{animation-play-state:paused!important}.review-card{min-height:268px!important;color:var(--brand-navy)!important;background:#fff!important;border:1px solid #d6e6ee!important;border-radius:18px!important;flex:0 0 clamp(300px,28vw,360px)!important;box-shadow:0 14px 30px #173f6714!important}.review-card blockquote,.review-card footer b{color:var(--brand-navy)!important}.review-card footer small{color:var(--text-soft)!important}@keyframes ibs-final-review-loop{0%{translate:0}to{translate:calc(-50% - 12px)}}.contact-shell .contact{background:var(--brand-navy)!important;color:#fff!important}.contact-shell .contact-heading h2,.contact-shell .contact-lead,.contact-shell .contact-card h3{color:#fff!important}.contact-shell .contact-form-panel{color:var(--brand-ink)!important;background:#fffaf2!important;border:1px solid #ffffff2e!important;box-shadow:0 18px 42px #051d3633!important}.contact-shell .contact-form-panel h3{color:var(--brand-navy)!important}.contact-shell .contact-form-panel .eyebrow{color:var(--brand-blue)!important}.contact-shell .contact-form-panel label{color:#526b7c!important}.contact-shell .contact-form-panel input,.contact-shell .contact-form-panel textarea{color:var(--brand-ink)!important;background:#fff!important;border-color:#d3e1e6!important}.contact-shell .contact-form-panel input::placeholder,.contact-shell .contact-form-panel textarea::placeholder{color:#80939e!important;opacity:1!important}.contact-shell .contact-form-panel .button-dark{background:var(--brand-navy)!important;color:#fff!important}.site-header .cart-button{width:auto!important;min-width:94px!important}.mobile-bottom-nav .mobile-bottom-cart{visibility:visible!important;opacity:1!important;display:flex!important}.floating-cart{z-index:2100!important;background:var(--brand-navy)!important;color:#fff!important;cursor:pointer!important;border:1px solid #ffffff4d!important;border-radius:999px!important;align-items:center!important;gap:10px!important;min-height:56px!important;padding:8px 15px 8px 8px!important;transition:transform .2s,box-shadow .2s,background .2s!important;display:inline-flex!important;position:fixed!important;bottom:22px!important;right:22px!important;box-shadow:0 16px 36px #173f6742!important}.floating-cart:hover{background:#124d7c!important;transform:translateY(-3px)!important;box-shadow:0 20px 42px #173f6752!important}.floating-cart.is-pulsing{animation:.7s both floating-cart-pulse!important}.floating-cart-icon{background:var(--brand-blue)!important;border-radius:50%!important;place-items:center!important;width:40px!important;height:40px!important;display:grid!important;position:relative!important}.floating-cart-icon b{background:var(--brand-yellow)!important;min-width:18px!important;height:18px!important;color:var(--brand-navy)!important;border-radius:999px!important;place-items:center!important;padding:0 4px!important;font-size:10px!important;font-weight:950!important;line-height:1!important;display:grid!important;position:absolute!important;top:-5px!important;right:-5px!important}.floating-cart-copy{text-align:left!important;gap:1px!important;display:grid!important}.floating-cart-copy small{color:#ffffffb8!important;font-size:10px!important;line-height:1.1!important}.floating-cart-copy strong{color:#fff!important;font-size:12px!important;line-height:1.2!important}@keyframes floating-cart-pulse{0%,to{transform:scale(1)}45%{transform:scale(1.08)}}.chat-wrap{z-index:2050!important;bottom:92px!important;right:22px!important}.cart-toast{display:none!important}@media (width<=900px){.review-track{gap:14px!important;animation-duration:34s!important}.review-card{flex-basis:min(86vw,338px)!important;min-height:246px!important}.product-card .product-footer{padding-inline:12px!important}}@media (width<=768px){.mobile-bottom-nav{grid-template-columns:repeat(5,minmax(0,1fr))!important}.mobile-bottom-nav>a:nth-child(3){display:flex!important}.account-modal-enhanced{width:100%!important;height:100svh!important;min-height:100svh!important;max-height:100svh!important;padding:30px 16px calc(24px + env(safe-area-inset-bottom))!important;border-radius:0!important;margin:0!important}.account-modal-enhanced .account-tabs{z-index:3!important;position:sticky!important;top:-1px!important}.review-marquee{padding-inline:16px!important}.product-card .product-image-link .gallery-main{aspect-ratio:1/.86!important}.floating-cart{right:14px!important;bottom:calc(86px + env(safe-area-inset-bottom))!important;gap:8px!important;min-height:48px!important;padding:6px 11px 6px 6px!important}.floating-cart-icon{width:34px!important;height:34px!important}.floating-cart-copy small{font-size:9px!important}.floating-cart-copy strong{font-size:11px!important}.chat-wrap{right:14px!important;bottom:calc(154px + env(safe-area-inset-bottom))!important}.footer-brand .logo{position:static!important}}@media (width<=560px){.product-card .product-body{padding:12px 14px 5px!important}.product-card .product-body h3{font-size:18px!important}}.cart-modal form{gap:14px!important;display:grid!important}.cart-modal .checkout-hint{color:var(--text-soft)!important;background:#f3f9fb!important;border:1px solid #dceaf1!important;border-radius:12px!important;margin:0!important;padding:11px 13px!important;font-size:12px!important;line-height:1.45!important}.cart-modal .inline-address-form{background:#f8fbfc!important;border:1px solid #dceaf1!important;border-radius:16px!important;gap:10px!important;padding:14px!important;display:grid!important}.cart-modal .inline-address-form label{color:var(--brand-ink)!important;margin:0!important}.cart-modal .inline-address-form input{background:#fff!important}.cart-modal .checkout-address-picker{gap:8px!important;display:grid!important}.cart-modal .new-address-trigger{min-height:38px!important;color:var(--brand-blue)!important;cursor:pointer!important;background:#fff!important;border:1px solid #d6e6ee!important;border-radius:10px!important;justify-self:start!important;padding:0 12px!important;font-size:11px!important;font-weight:900!important}.cart-modal .new-address-trigger:hover{background:#edf7fb!important}.checkout-steps{gap:8px!important;margin:-7px 0 4px!important;display:flex!important}.checkout-steps span{color:var(--text-soft)!important;background:#eef4f7!important;border-radius:999px!important;padding:7px 10px!important;font-size:10px!important;font-weight:850!important}.checkout-steps .active{background:var(--brand-navy)!important;color:#fff!important}.checkout-steps .done{color:var(--brand-blue)!important}.cart-modal .payment-methods{background:#f5fafc!important;border:1px solid #dceaf1!important;border-radius:16px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;padding:12px!important;display:grid!important}.cart-modal .payment-methods legend{color:var(--brand-navy)!important;padding:0 7px!important;font-size:11px!important;font-weight:900!important}.cart-modal .payment-methods label{cursor:pointer!important;background:#fff!important;border:1px solid #d8e7ee!important;border-radius:12px!important;align-items:center!important;gap:9px!important;min-height:66px!important;margin:0!important;padding:11px!important;display:flex!important}.cart-modal .payment-methods label:has(input:checked){border-color:var(--brand-blue)!important;background:#f0f9fc!important;box-shadow:0 0 0 3px #2f91b921!important}.cart-modal .payment-methods input{flex:none!important;width:auto!important;margin:0!important}.payment-icon{width:27px!important;height:27px!important;color:var(--brand-blue)!important;background:#e8f4f7!important;border-radius:9px!important;place-items:center!important;font-weight:950!important;display:grid!important}.payment-copy{gap:2px!important;min-width:0!important;display:grid!important}.payment-copy b{color:var(--brand-navy)!important;font-size:11px!important}.payment-copy small{color:var(--text-soft)!important;font-size:9px!important;line-height:1.25!important}.cart-modal .editor-actions{background:linear-gradient(#fff0,#fff 28%)!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding:12px 0 2px!important;display:flex!important;position:sticky!important;bottom:0!important}.cart-modal .checkout-back{min-height:46px!important;color:var(--text-soft)!important;white-space:nowrap!important;cursor:pointer!important;background:0 0!important;border:0!important;padding:0 10px!important;font-weight:850!important}.cart-modal .editor-actions .button-dark{flex:auto!important;min-width:0!important}@media (width>=769px){.cart-modal-checkout{width:min(760px,100vw)!important}}@media (width<=768px){.cart-modal .payment-methods{grid-template-columns:1fr!important}.cart-modal .payment-methods label{min-height:58px!important}.cart-modal .editor-actions{gap:8px!important}.cart-modal .checkout-back{font-size:11px!important}}:root{--ink:var(--brand-ink)!important;--navy:var(--brand-navy)!important;--teal:var(--brand-blue)!important;--teal-dark:var(--brand-navy)!important;--orange:var(--brand-yellow)!important;--cream:#f4f9fc!important;--cream-light:#fff!important;--paper:#fff!important;--surface:#f4f9fc!important;--slate:#607488!important}body{color:var(--brand-ink)!important;background:#fff!important}.intro,.products,.products-direct-page,.catalog-section,.story-hero,.story-values,.story-manifesto,.blog,.about-hero-simple,.about-values-simple,.about-story-simple,.contact-form-panel,.newsletter{background-color:#f4f9fc!important}.contact-shell .contact-form-panel{background:#f4f9fc!important}.story-hero,.story-manifesto{background-image:linear-gradient(135deg,#f4f9fc 0%,#fff 78%)!important}.blog{background:#f4f9fc!important}.story-hero h1 em,.story-section-heading h2 em,.story-manifesto-copy h2 em,.story-cta h2 em{color:var(--brand-blue)!important}.button-light,.button-primary,.hero-commerce .button-primary{background:var(--brand-yellow)!important;color:var(--brand-navy)!important}.hero-commerce .hero-media{background:var(--brand-navy)!important}.hero-commerce .hero-media video{object-fit:cover!important;object-position:center center!important}.hero-commerce .button-primary,.hero-commerce .button-primary:hover,.hero-commerce .button-primary:focus-visible,.hero-commerce .button-primary:active{filter:none!important;background:var(--brand-yellow)!important;color:var(--brand-navy)!important;transform:none!important;box-shadow:0 12px 26px #173f6733!important}.hero-commerce .button-primary:before{display:none!important}.hero-commerce .hero-media video:hover{filter:saturate(.9)contrast(1.03)!important;transform:none!important}.story-photo-strip{background:#fff!important;padding:clamp(44px,6vw,76px) 0!important}.story-photo-strip-head{justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;display:flex}.story-photo-strip-head h2{color:var(--brand-navy);letter-spacing:-.04em;margin:8px 0 0;font-size:clamp(28px,3.2vw,46px)}.story-photo-grid{grid-template-columns:1.25fr 1fr 1fr 1.25fr;gap:14px;display:grid}.story-photo{background:#eaf3f7;border-radius:18px;min-width:0;margin:0;overflow:hidden;box-shadow:0 12px 28px #173f671a}.story-photo img{object-fit:cover;width:100%;height:clamp(190px,23vw,320px);transition:transform .45s;display:block}.story-photo:hover img{transform:scale(1.04)}.story-photo-2,.story-photo-3{transform:translateY(18px)}@media (width<=768px){.story-photo-strip{padding:42px 0 52px!important}.story-photo-strip-head{margin-bottom:18px;display:block}.story-photo-strip-head .text-link{margin-top:12px;display:inline-flex}.story-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.story-photo img{height:170px}.story-photo-2,.story-photo-3{transform:none}}.site-header .logo-emblem{border:2px solid var(--brand-yellow)!important;background:#fff!important}.site-header .logo-emblem img{object-fit:cover!important}.site-header .logo{position:static!important;transform:none!important}.admin-page,.admin-content{color:var(--brand-ink)!important;background:#f4f9fc!important}.admin-sidebar,.admin-topbar,.kpi-card,.panel,.admin-list,.contact-editor,.message-panel,.activity-manager-panel{background:#fff!important}.admin-sidebar>.admin-nav-item.active,.admin-sidebar>.admin-nav-item:hover{color:var(--brand-navy)!important;background:#eaf3f7!important}.admin-sidebar>.admin-nav-item.active span{color:var(--brand-blue)!important}.workspace-avatar,.topbar-avatar{background:var(--brand-yellow)!important;color:var(--brand-navy)!important}.kpi-card.peach .kpi-icon,.kpi-card.yellow .kpi-icon{color:var(--brand-navy)!important;background:#fff3d6!important}.kpi-card.mint .kpi-icon,.kpi-card.sky .kpi-icon{color:var(--brand-blue)!important;background:#e7f4f8!important}.kpi-card.lavender .kpi-icon{color:var(--brand-navy)!important;background:#e8eff7!important}.quick-panel{background:var(--brand-navy)!important;border-color:var(--brand-navy)!important}.quick-actions button>span{color:var(--brand-yellow)!important}.nav-ping{background:var(--brand-yellow)!important}.admin-row-video{object-fit:cover;background:var(--brand-navy);border-radius:10px;width:88px;height:56px}.admin-row>div:first-child,.admin-row>div:first-child>div{min-width:0}.tracking-editor{flex-wrap:wrap;align-items:center;gap:6px;min-width:190px;display:flex}.tracking-editor select{background:#fff;border:1px solid #d7e5ec;border-radius:8px;min-width:132px;padding:8px 9px}.tracking-editor input{border:1px solid #d7e5ec;border-radius:8px;width:130px;min-width:0;padding:8px 9px}.tracking-editor button{background:var(--brand-navy);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:8px 10px}.tracking-editor .invoice-button{background:var(--brand-yellow);color:var(--brand-navy)}.auth-help{color:var(--text-muted,#607488);margin:-4px 0 18px;font-size:13px;line-height:1.55}.form-success{color:#176b45;background:#e8f7ef;border-radius:10px;margin:10px 0;padding:10px 12px;font-size:13px;line-height:1.45}.auth-forgot{color:var(--brand-navy);font-weight:700}.data-reset-panel{gap:14px;display:grid}.data-reset-card{background:#fff;border:1px solid #e4edf1;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:18px;display:grid}.data-reset-card h3{color:var(--brand-navy);margin:0 0 5px;font-size:16px}.data-reset-card p{color:var(--text-muted,#607488);margin:0;font-size:13px;line-height:1.5}.data-reset-icon{width:42px;height:42px;color:var(--brand-navy);background:#fff6d7;border-radius:12px;place-items:center;font-size:22px;display:grid}.data-reset-card-all{background:snow;border-color:#f0d5d5}.editor-drawer{background:#fbfdfe;border:1px solid #e3edf1;border-radius:12px;margin:14px 0;overflow:hidden}.editor-drawer summary{cursor:pointer;color:var(--brand-navy);padding:13px 15px;font-weight:700;list-style:none}.editor-drawer summary::-webkit-details-marker{display:none}.editor-drawer summary:after{content:"+";float:right;font-size:18px}.editor-drawer[open] summary:after{content:"−"}.editor-drawer>.two-fields{padding:0 15px 15px}.customer-select-list{gap:7px;max-height:220px;padding:0 15px 15px;display:grid;overflow:auto}.customer-select-list .check{grid-template-columns:auto 1fr;align-items:center;gap:7px;font-size:13px;display:grid}.customer-select-list .check small{color:var(--text-muted,#607488);grid-column:2;font-size:11px}.button-outline{border:1px solid var(--brand-navy);color:var(--brand-navy);background:0 0}.button-outline.danger{color:#a13d3d;border-color:#b44747}.customer-admin-row-button{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #eef1f2}.customer-admin-row-button:hover,.order-admin-row:hover{background:#f5fafc}.order-detail-trigger{color:var(--brand-navy);cursor:pointer;background:#fff;border:1px solid #d4e4ec;border-radius:8px;padding:7px 10px;font-size:11px;font-weight:800}.admin-detail-drawer{background:#fff;width:min(560px,100%);height:100%;max-height:100svh;margin-left:auto;padding:28px;animation:.28s both admin-drawer-in;overflow:auto;box-shadow:-18px 0 50px #0f263233}.admin-detail-drawer .editor-head{z-index:2;background:#fff;border-bottom:1px solid #e4edf1;margin:-28px -28px 20px;padding:24px 28px 18px;position:sticky;top:-28px}.admin-detail-drawer .editor-head h2{color:var(--brand-navy);margin:4px 0 0;font-size:26px}.detail-contact{color:var(--brand-navy);background:#f5fafc;border:1px solid #dce8ef;border-radius:12px;gap:4px;padding:14px 16px;display:grid}.detail-contact span,.detail-muted{color:var(--text-soft);font-size:12px}.detail-section{background:#fff;border:1px solid #e1ebf0;border-radius:13px;margin-top:18px;padding:16px}.detail-section h3{color:var(--brand-navy);margin:0 0 11px;font-size:14px}.detail-section>summary{cursor:pointer;color:var(--brand-navy);font-weight:850;list-style:none}.detail-address{color:var(--brand-ink);border-top:1px solid #edf2f4;gap:3px;padding:11px 0;font-size:12px;display:grid}.detail-address span{color:var(--text-soft)}.detail-order{border-top:1px solid #edf2f4;justify-content:space-between;gap:12px;padding:12px 0;font-size:12px;display:flex}.detail-order span{gap:3px;display:grid}.detail-order span:last-child{text-align:right;color:var(--text-soft)}.detail-order span:last-child b{color:var(--brand-navy)}.detail-order-item{border-top:1px solid #edf2f4;grid-template-columns:44px 1fr auto;align-items:center;gap:10px;padding:10px 0;font-size:12px;display:grid}.detail-order-item img{object-fit:cover;background:#f1f6f8;border-radius:8px;width:44px;height:44px}.detail-order-item span{gap:3px;display:grid}.detail-order-item small{color:var(--text-soft)}.detail-total{border-top:2px solid var(--brand-yellow);color:var(--brand-navy);justify-content:space-between;margin:18px 0;padding-top:14px;font-size:17px;display:flex}.drawer-loading{z-index:35;pointer-events:none;color:#fff;text-shadow:0 1px 3px #173f67;place-items:center;font-weight:800;display:grid;position:fixed;inset:0}.campaign-layout{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:20px;margin:0 54px 45px;display:grid}.campaign-form,.campaign-history{padding:24px}.campaign-form h3,.campaign-history h3{color:var(--brand-navy);margin:0 0 18px}.campaign-form label{color:var(--text-soft);margin:13px 0;font-size:11px;font-weight:800;display:block}.campaign-form input,.campaign-form textarea,.campaign-form select{width:100%;color:var(--brand-ink);font:inherit;background:#fff;border:1px solid #d7e5ec;border-radius:9px;margin-top:6px;padding:11px 12px;display:block}.campaign-form textarea{resize:vertical;min-height:150px}.campaign-recipient-list{border:1px solid #dce8ef;border-radius:10px;gap:7px;max-height:220px;padding:10px 12px;display:grid;overflow:auto}.campaign-recipient-list .check{align-items:flex-start;gap:8px;margin:0;font-size:12px;display:flex}.campaign-recipient-list .check span{gap:2px;display:grid}.campaign-recipient-list small{color:var(--text-soft);font-size:10px;font-weight:400}.campaign-card{border-bottom:1px solid #e8eff2;justify-content:space-between;gap:14px;padding:15px 0;display:flex}.campaign-card div{gap:4px;min-width:0;display:grid}.campaign-card b{color:var(--brand-navy);font-size:13px}.campaign-card small{color:var(--text-soft);font-size:10px}.campaign-card>strong{color:var(--brand-blue);white-space:nowrap}.campaign-card>strong small{font-weight:400;display:block}.admin-filter-bar{flex-wrap:wrap;align-items:center;gap:8px;margin:0 54px 14px;display:flex}.admin-filter-bar select,.admin-filter-search{min-height:38px;color:var(--brand-ink);background:#fff;border:1px solid #d7e5ec;border-radius:9px;padding:8px 10px;font-size:11px}.admin-filter-search{flex:230px;min-width:180px}.customer-filter-bar{margin:0 0 14px}.coupon-customer-tools{border-bottom:1px solid #e3edf1;gap:8px;padding:10px 15px;display:grid}.coupon-customer-tools input,.coupon-customer-tools select{width:100%;font:inherit;border:1px solid #d7e5ec;border-radius:8px;padding:9px 10px}.coupon-customer-tools>div{flex-wrap:wrap;gap:7px;display:flex}.coupon-customer-tools button{color:var(--brand-navy);cursor:pointer;background:#fff;border:1px solid #cfe0e8;border-radius:7px;padding:7px 9px;font-size:10px;font-weight:800}.campaign-upload-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.campaign-upload-grid small{color:var(--text-soft);overflow-wrap:anywhere;margin-top:5px;font-size:10px;font-weight:400;display:block}@keyframes admin-drawer-in{0%{opacity:.4;transform:translate(28px)}to{opacity:1;transform:none}}@media (width<=900px){.campaign-layout{grid-template-columns:1fr;margin-inline:18px}}@media (width<=680px){.admin-detail-drawer{width:100%;padding:20px 16px calc(24px + env(safe-area-inset-bottom))}.admin-detail-drawer .editor-head{margin:-20px -16px 16px;padding:18px 16px 14px;top:-20px}.order-detail-trigger{margin-left:auto}.campaign-form,.campaign-history{padding:18px}.admin-filter-bar{margin-inline:18px}.campaign-upload-grid{grid-template-columns:1fr}.data-reset-card{grid-template-columns:auto 1fr}.data-reset-card button{grid-column:1/-1;width:100%}}.legal-admin-top{align-items:center!important}.legal-save-state{color:#26784d;text-align:center;background:#e9f7ef;border-radius:999px;min-width:92px;min-height:32px;padding:8px 12px;font-size:11px;font-weight:800}.legal-admin-tabs{background:#fff;border:1px solid #e0ebf0;border-radius:14px;gap:6px;padding:8px;display:grid;position:sticky;top:88px;box-shadow:0 5px 18px #173f670d}.legal-admin-tabs button:hover{background:#f1f8fb}.legal-admin-tabs button.active{background:var(--brand-navy);color:#fff;box-shadow:0 5px 14px #173f672b}.legal-admin-tabs button small{color:#8497a1;font-size:10px;font-weight:700}.legal-admin-tabs button.active small{color:#cde9f4}.legal-admin-form{background:#fff;border:1px solid #e0ebf0;border-radius:14px;min-width:0;padding:24px;box-shadow:0 5px 18px #173f670d}.legal-admin-form-head{border-bottom:1px solid #e8f0f3;justify-content:space-between;align-items:start;gap:18px;padding-bottom:18px;display:flex}.legal-admin-form-head .eyebrow{color:var(--brand-blue);margin:0 0 5px}.legal-admin-form-head h2{color:var(--brand-navy);letter-spacing:-.025em;margin:0;font-size:24px}.legal-admin-form-head p:not(.eyebrow){color:#6f8490;max-width:560px;margin:7px 0 0;font-size:12px;line-height:1.5}.legal-completion{color:var(--brand-blue);white-space:nowrap;border:1px solid #dbe9ee;border-radius:999px;flex:none;padding:7px 10px;font-size:10px;font-weight:850}.legal-fields{gap:15px;padding-top:18px;display:grid}.legal-fields>label{color:#617781;gap:7px;margin:0;font-size:11px;font-weight:800;display:grid}.legal-field-label i{color:#9a6e20;background:#fff4df;border-radius:999px;padding:3px 7px;font-size:9px;font-style:normal;font-weight:850}.legal-fields input,.legal-fields textarea{box-sizing:border-box;width:100%;color:var(--brand-ink);font:inherit;background:#fbfdfe;border:1px solid #d8e6ec;border-radius:10px;outline:0;font-size:13px;line-height:1.55;transition:border-color .18s,box-shadow .18s,background .18s}.legal-fields input{min-height:43px;padding:10px 12px}.legal-fields textarea{resize:vertical;min-height:220px;padding:12px}.legal-char-count{color:#91a2aa;font-size:10px;font-weight:500}.legal-form-footer small{color:#78909b;max-width:390px;font-size:10px;line-height:1.45}.legal-form-footer .button{white-space:nowrap;min-height:42px}@media (width<=900px){.legal-admin-layout{grid-template-columns:1fr;margin-inline:25px}.legal-admin-tabs{padding:6px;display:flex;position:static;overflow-x:auto}.legal-admin-tabs button{min-width:145px}}@media (width<=650px){.legal-admin-error,.legal-admin-layout{margin-inline:18px}.legal-admin-form{border-radius:12px;padding:18px 15px}.legal-admin-form-head{display:block}.legal-completion{margin-top:12px;display:inline-block}.legal-form-footer{display:grid}.legal-form-footer .button{width:100%}.legal-admin-tabs button{min-width:132px;padding:10px}}.payment-state{white-space:nowrap;color:var(--brand-blue);font-size:11px}.payment-state.failed{color:#b53b45}.editor-media-preview{scroll-snap-type:x proximity;gap:10px;padding:8px 2px 12px;display:flex;overflow-x:auto}.editor-media-preview>div{scroll-snap-align:start;cursor:grab;flex:0 0 112px;position:relative}.editor-media-preview>div:active{cursor:grabbing}.editor-media-preview img{object-fit:cover;border:1px solid #d8e7ee;border-radius:10px;width:112px;height:90px;display:block}.editor-media-preview span{justify-content:center;gap:3px;display:flex;position:absolute;bottom:4px;left:4px;right:4px}.editor-media-preview span button{color:#fff;cursor:pointer;background:#173f67e6;border:0;border-radius:6px}.editor select{width:100%;color:var(--brand-ink);font:inherit;background:#fff;border:1px solid #d6e5ec;border-radius:9px;margin-top:6px;padding:10px 11px;display:block}.editor-drawer-fields{padding-top:0!important}.legal-admin-editor{min-width:0}.legal-admin-top{justify-content:space-between!important;align-items:end!important;gap:18px!important;display:flex!important}.legal-save-state{color:#176b45;white-space:nowrap;min-height:26px;font-size:12px;font-weight:800}.legal-admin-error{margin:0 54px 12px}.legal-admin-layout{grid-template-columns:238px minmax(0,760px);align-items:start;gap:18px;margin:0 54px 54px;display:grid}.legal-admin-tabs button{text-align:left;width:100%;color:var(--brand-navy);cursor:pointer;background:#fff;border:1px solid #dce8ef;border-radius:12px;gap:4px;padding:13px 14px;transition:border-color .18s,background .18s,transform .18s;display:grid}.legal-admin-tabs button span{font-size:12px;font-weight:900}.legal-admin-tabs button small{color:var(--text-soft);font-size:10px;line-height:1.35}.legal-admin-form{background:#fff;border:1px solid #dce8ef;border-radius:16px;min-width:0;box-shadow:0 8px 24px #173f670f;max-width:none!important;margin:0!important;padding:24px!important}.legal-admin-form-head{border-bottom:1px solid #e7eff3;justify-content:space-between;align-items:start;gap:18px;margin-bottom:4px;padding-bottom:16px;display:flex}.legal-admin-form-head h2{color:var(--brand-navy);margin:3px 0 6px;font-size:22px}.legal-admin-form-head p:not(.eyebrow){color:var(--text-soft);margin:0;font-size:12px;line-height:1.5}.legal-admin-form-head>small{max-width:220px;color:var(--text-soft);text-align:right;font-size:10px;line-height:1.45}.legal-completion{color:var(--brand-blue);white-space:nowrap;background:#f2f8fa;border-radius:999px;flex:none;padding:7px 9px;font-size:10px;font-weight:900}.legal-fields{gap:13px;display:grid}.legal-fields label{color:var(--text-soft);margin:0;font-size:11px;font-weight:800}.legal-fields input,.legal-fields textarea{width:100%;color:var(--brand-ink);font:inherit;background:#fbfdfe;border:1px solid #d6e5ec;border-radius:10px;outline:none;margin-top:6px;padding:11px 12px;display:block}.legal-fields input:focus,.legal-fields textarea:focus{border-color:var(--brand-blue);background:#fff;box-shadow:0 0 0 3px #2f91b91c}.legal-fields textarea{resize:vertical;min-height:260px;line-height:1.55}.legal-field-label{justify-content:space-between;align-items:center;gap:8px;display:flex}.legal-field-label i{border-radius:999px;padding:3px 7px;font-size:9px;font-style:normal;font-weight:900}.legal-field-label i.is-filled{color:#176b45;background:#e7f6ed}.legal-field-label i.is-empty{color:var(--text-soft);background:#f3f6f8}.legal-char-count{color:var(--text-soft);margin-top:5px;font-size:10px;font-weight:500;display:block}.legal-form-footer{border-top:1px solid #e7eff3;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;padding-top:15px;display:flex}.legal-form-footer small{color:var(--text-soft);font-size:10px;line-height:1.4}.legal-company-card{border:1px solid #dceaf1;border-left:4px solid var(--brand-yellow);color:var(--brand-navy);background:#f5fafc;border-radius:13px;gap:4px;margin:22px 0 30px;padding:16px 18px;display:grid}.legal-custom-content section{margin:22px 0}.legal-custom-content h2{margin-bottom:8px}@media (width<=900px){.legal-admin-layout{grid-template-columns:1fr;margin-inline:25px}.legal-admin-tabs{scrollbar-width:thin;padding:2px 2px 6px;display:flex;position:static;overflow-x:auto}.legal-admin-tabs button{flex:0 0 180px}}@media (width<=650px){.legal-admin-top{display:block!important}.legal-admin-error,.legal-admin-layout{margin-inline:18px}.legal-admin-tabs button{flex-basis:155px;padding:11px 12px}.legal-admin-form{border-radius:13px;padding:17px!important}.legal-admin-form-head{display:block}.legal-admin-form-head>small{text-align:left;max-width:none;margin-top:8px;display:block}.legal-form-footer{display:grid}.legal-form-footer .button{width:100%}}@media (width<=760px){.admin-row{grid-template-columns:1fr!important;align-items:stretch!important;gap:10px!important}.admin-row>strong,.admin-row>select{justify-self:start}.tracking-editor{width:100%}.tracking-editor input{flex:1;width:auto}}.legal-admin{min-width:0}.legal-admin-shell{grid-template-columns:minmax(190px,.34fr) minmax(0,1fr);align-items:start;gap:18px;margin:0 54px 48px;display:grid}.legal-admin-tabs{gap:7px;display:grid;position:sticky;top:18px}.legal-admin-tabs button{width:100%;color:var(--brand-navy);text-align:left;cursor:pointer;background:#fff;border:1px solid #dce8ef;border-radius:12px;gap:4px;padding:13px 14px;transition:border-color .18s,background .18s,transform .18s;display:grid}.legal-admin-tabs button:hover{border-color:#b8d5e3;transform:translateY(-1px)}.legal-admin-tabs button.active{border-color:var(--brand-blue);background:#eaf5f8;box-shadow:0 8px 22px #173f6714}.legal-admin-tabs strong{font-size:12px}.legal-admin-tabs small{color:var(--text-soft,#607488);font-size:10px;line-height:1.4}.legal-settings-form{width:100%;max-width:none;margin:0!important;padding:26px!important}.legal-form-heading{border-bottom:1px solid #e7eff3;justify-content:space-between;align-items:end;gap:18px;margin-bottom:12px;padding-bottom:15px;display:flex}.legal-form-heading h2{color:var(--brand-navy);letter-spacing:-.03em;margin:4px 0 0;font-size:23px}.legal-form-heading>small{max-width:280px;color:var(--text-soft,#607488);text-align:right;font-size:11px;line-height:1.5}.legal-textarea{line-height:1.65;min-height:240px!important}.legal-save-notice{margin:0 54px 14px!important}.legal-company-card{border:1px solid #cfe3eb;border-left:4px solid var(--brand-yellow);max-width:680px;color:var(--brand-navy);background:#f5fafc;border-radius:14px;gap:3px;margin:22px 0 28px;padding:16px 18px;display:grid}.legal-company-card strong{font-size:15px}.legal-company-card span{color:var(--text-soft,#607488);font-size:12px;line-height:1.5}.legal-custom-content p{white-space:pre-line}.admin-content-toolbar{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.admin-content-toolbar .admin-filter-search{flex:260px;max-width:420px}.admin-content-toolbar select{min-height:38px;color:var(--brand-ink);background:#fff;border:1px solid #d7e5ec;border-radius:9px;padding:8px 10px;font-size:11px}.admin-row-meta{color:var(--brand-blue);margin-top:5px;font-size:10px;font-style:normal;font-weight:800;display:inline-block}.admin-product-gallery{flex:none;align-items:center;gap:5px;width:176px;display:flex;overflow:hidden}.admin-product-gallery img{object-fit:cover;border:1px solid #dce8ef;border-radius:8px;width:43px!important;height:43px!important}.admin-product-gallery span{min-width:28px;height:28px;color:var(--brand-navy);background:#edf6fb;border-radius:7px;place-items:center;font-size:10px;font-weight:900;display:grid}.editor-backdrop{justify-items:end!important;padding:0!important}.editor-backdrop .editor{width:min(640px,100%);height:100%;max-height:100%;padding:28px 30px calc(28px + env(safe-area-inset-bottom));animation:.24s both admin-drawer-in}.editor-backdrop .editor-head{z-index:2;background:#fff;border-bottom:1px solid #e4edf1;margin:-28px -30px 20px;padding:24px 30px 16px;position:sticky;top:-28px}@media (width<=680px){.admin-content-toolbar{margin-inline:18px!important}.admin-content-toolbar .admin-filter-search{flex-basis:100%;max-width:none}.editor-backdrop .editor{width:100%;padding:20px 16px calc(22px + env(safe-area-inset-bottom))}.editor-backdrop .editor-head{margin:-20px -16px 18px;padding:18px 16px 14px;top:-20px}.admin-product-gallery{order:-1;width:100%}}@media (width<=820px){.legal-admin-shell{grid-template-columns:1fr;margin-inline:18px}.legal-admin-tabs{padding-bottom:3px;display:flex;position:static;overflow-x:auto}.legal-admin-tabs button{flex:0 0 170px}.legal-settings-form{padding:20px!important}.legal-form-heading{display:block}.legal-form-heading>small{text-align:left;max-width:none;margin-top:8px;display:block}.legal-save-notice{margin-inline:18px!important}}@media (width<=560px){.legal-admin-tabs button{flex-basis:150px}.legal-settings-form{padding:16px!important}.legal-textarea{min-height:220px!important}}
