:root{--brand:#008f82;--brand-dark:#006e65;--accent:#ec7f58;--ink:#132529;--muted:#68777a;--paper:#fff;--tint:#f2f7f6;--line:#dce6e4;--warm:#f6f1eb;--shadow:0 18px 50px rgba(18,46,43,.12);--radius:20px;--shell:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:400 1rem/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}body,button,input,select,textarea{font-family:inherit}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font-size:1rem}button,a{touch-action:manipulation}.shell{width:min(var(--shell),calc(100% - 40px));margin-inline:auto}.shell-wide{width:min(1440px,calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;top:12px;left:12px;z-index:1000;transform:translateY(-160%);background:#fff;color:var(--ink);padding:12px 16px;border:2px solid var(--brand);border-radius:10px;font-weight:800}.skip-link:focus{transform:none}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.announcement{padding:8px 20px;text-align:center;background:#102327;color:#fff;font-size:.79rem;letter-spacing:.035em}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(220,230,228,.8)}.header-row{height:78px;display:flex;align-items:center;gap:32px}.brand{display:inline-flex;align-items:center;gap:11px;font-size:1.25rem;font-weight:900;letter-spacing:-.035em;white-space:nowrap}.brand img{max-width:190px;max-height:48px;object-fit:contain}.brand-mark{position:relative;display:inline-grid;place-items:center;width:35px;height:35px;border-radius:11px;background:var(--brand);transform:rotate(7deg)}.brand-mark:before,.brand-mark:after,.brand-mark i{content:"";display:block;position:absolute;width:17px;height:4px;border-radius:99px;background:#fff;transform:rotate(-38deg)}.brand-mark:before{translate:-3px -6px}.brand-mark:after{translate:3px 6px}.desktop-nav{margin-left:auto}.main-menu,.sub-menu,.footer-links{list-style:none;padding:0;margin:0}.main-menu{display:flex;align-items:center;gap:4px}.main-menu>li{position:relative}.main-menu>li>a{display:flex;align-items:center;gap:6px;padding:12px 14px;font-size:.93rem;font-weight:720;border-radius:10px}.main-menu>li>a:hover,.main-menu>li>a:focus-visible{background:var(--tint);color:var(--brand-dark)}.nav-chevron{font-size:.8rem}.sub-menu{position:absolute;left:0;top:calc(100% + 8px);min-width:230px;padding:9px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s}.has-children:hover>.sub-menu,.has-children:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.sub-menu a{display:block;padding:10px 12px;border-radius:9px;font-size:.9rem}.sub-menu a:hover{background:var(--tint);color:var(--brand)}.header-tools{display:flex;align-items:center;gap:10px}.round-button,.menu-toggle{display:grid;place-items:center;width:43px;height:43px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);cursor:pointer}.round-button:hover,.menu-toggle:hover{background:var(--tint)}.round-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 19px;border-radius:12px;font-weight:800;line-height:1.2;border:1px solid transparent;transition:transform .16s,box-shadow .16s,background .16s}.header-cta{background:var(--ink);color:#fff}.header-cta:hover,.button:hover{transform:translateY(-1px);box-shadow:0 10px 25px rgba(19,37,41,.14)}.button.primary{background:var(--brand);color:#fff}.button.primary:hover{background:var(--brand-dark)}.button.light{background:#fff;color:var(--ink)}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--brand-dark);font-weight:800}.text-link span{transition:transform .16s}.text-link:hover span{transform:translateX(4px)}.menu-toggle{display:none;border-radius:11px}.menu-toggle span{display:block;width:20px;height:2px;margin:2px;background:currentColor;border-radius:3px}.header-search{border-top:1px solid var(--line);background:#fff;padding:14px 0}.header-search form,.hero-search{display:flex}.header-search input,.hero-search input{flex:1;min-width:0;border:1px solid var(--line);border-radius:12px 0 0 12px;padding:13px 15px}.header-search button,.hero-search button{border:0;background:var(--brand);color:#fff;padding:0 22px;border-radius:0 12px 12px 0;font-weight:800}.mobile-nav{display:none}.hero{display:grid;grid-template-columns:minmax(340px,.78fr) 1.35fr;min-height:620px;margin-top:24px;background:var(--tint);border-radius:28px;overflow:hidden}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,72px);position:relative}.hero-copy:after{content:"";position:absolute;right:-80px;bottom:-100px;width:260px;height:260px;border-radius:50%;border:55px solid rgba(0,143,130,.07);pointer-events:none}.hero-kicker,.section-kicker,.eyebrow{display:block;color:var(--brand-dark);font-size:.74rem;line-height:1.3;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.hero h1,.page-hero h1,.product-summary h1,.post-header h1,.showroom-detail h1{font-size:clamp(2.45rem,5vw,5rem);line-height:1.01;letter-spacing:-.055em;margin:16px 0 20px}.hero h1{font-size:clamp(2.6rem,4.5vw,4.65rem)}.hero-copy>p,.page-hero>div>p{max-width:650px;margin:0;color:var(--muted);font-size:1.08rem;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:30px;flex-wrap:wrap}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:44px 0 0;padding-top:24px;border-top:1px solid var(--line)}.hero-proof div{min-width:0}.hero-proof dt{font-weight:900;font-size:1.22rem}.hero-proof dd{margin:0;color:var(--muted);font-size:.76rem;line-height:1.35}.compare{position:relative;min-height:620px;overflow:hidden;background:#ccd9d6}.compare-layer,.compare-after{position:absolute;inset:0}.compare-layer img{width:100%;height:100%;object-fit:cover}.compare-after{clip-path:inset(0 0 0 52%)}.compare-label{position:absolute;z-index:3;top:18px;padding:7px 11px;border-radius:99px;background:rgba(255,255,255,.88);font-size:.75rem;font-weight:850;backdrop-filter:blur(8px)}.compare-label.before{left:18px}.compare-label.after{right:18px}.compare-handle{position:absolute;top:0;bottom:0;z-index:4;width:3px;padding:0;border:0;background:#fff;transform:translateX(-50%);cursor:ew-resize}.compare-handle span{position:absolute;top:50%;left:50%;display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#fff;color:var(--ink);box-shadow:0 5px 20px rgba(0,0,0,.25);transform:translate(-50%,-50%);font-weight:900}.compare-range{position:absolute;inset:0;z-index:5;width:100%;height:100%;margin:0;opacity:.001;cursor:ew-resize}.section{padding:88px 0}.section-tint{background:var(--tint)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:34px}.section-head.centered{text-align:center;justify-content:center}.section-head h2,.process-grid h2,.difference-card h2,.care-card h2{margin:9px 0 7px;font-size:clamp(1.9rem,3vw,3.2rem);line-height:1.12;letter-spacing:-.045em}.section-head p{margin:0;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{border-radius:18px;overflow:hidden;background:#cad8d5;min-height:370px}.category-card a{display:block;position:relative;height:100%}.category-card img{width:100%;height:100%;min-height:370px;object-fit:cover;transition:transform .5s}.category-card:hover img{transform:scale(1.035)}.category-card:after{content:"";position:absolute;inset:42% 0 0;background:linear-gradient(transparent,rgba(8,22,24,.8));pointer-events:none}.category-overlay{position:absolute;z-index:2;left:20px;right:20px;bottom:20px;display:flex;align-items:flex-end;justify-content:space-between;color:#fff}.category-overlay small{display:block;font-size:.74rem;opacity:.8;text-transform:uppercase;letter-spacing:.08em}.category-overlay strong{display:block;font-size:1.45rem;line-height:1.25}.category-overlay i{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.45);border-radius:50%;font-style:normal}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.scroll-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,1fr);gap:18px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding-bottom:12px}.scroll-row .product-card{scroll-snap-align:start}.product-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(18,46,43,.11)}.product-image{display:block;position:relative;aspect-ratio:4/3;overflow:hidden;background:#e5eceb}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.product-card:hover .product-image img{transform:scale(1.035)}.product-badge{position:absolute;left:12px;top:12px;padding:6px 10px;border-radius:99px;background:var(--ink);color:#fff;font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.product-body{padding:18px}.product-body h3,.article-card h3,.article-card h2{font-size:1.12rem;line-height:1.35;margin:7px 0}.product-meta{margin:0;color:var(--muted);font-size:.82rem}.product-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:18px;padding-top:15px;border-top:1px solid var(--line)}.price{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}.price del{font-size:.75rem;color:var(--muted)}.price strong{color:var(--brand-dark)}.price small{font-size:.72rem;color:var(--muted)}.arrow-link{display:grid;place-items:center;flex:0 0 auto;width:36px;height:36px;border-radius:50%;background:var(--tint);color:var(--brand-dark);font-weight:900}.inspiration-panel{position:relative;min-height:540px;border-radius:26px;overflow:hidden;background:#102327}.inspiration-panel>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.inspiration-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,24,26,.86),rgba(7,24,26,.18) 70%)}.inspiration-copy{position:relative;z-index:2;display:flex;min-height:540px;max-width:600px;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(30px,6vw,78px);color:#fff}.section-kicker.light{color:#9de4db}.inspiration-copy h2{font-size:clamp(2.1rem,4vw,4rem);line-height:1.05;letter-spacing:-.05em;margin:12px 0}.inspiration-copy p{font-size:1.08rem;color:#d7e4e2;margin:0 0 25px}.process-section{background:var(--warm)}.process-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(40px,8vw,120px);align-items:center}.lead{font-size:1.08rem;color:var(--muted)}.process-copy ol{list-style:none;counter-reset:steps;padding:0;margin:0}.process-copy li{counter-increment:steps;position:relative;padding:24px 20px 24px 78px;border-bottom:1px solid #dddad4;font-size:1.04rem}.process-copy li:before{content:counter(steps,decimal-leading-zero);position:absolute;left:0;top:19px;display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:#fff;color:var(--brand-dark);font-weight:900}.testimonial-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.testimonial{position:relative;margin:0;padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff}.quote-mark{position:absolute;right:26px;top:14px;color:#e6efed;font:900 5rem/1 Georgia,serif}.stars{color:#d89122;letter-spacing:.08em;font-size:.85rem}.testimonial blockquote{position:relative;margin:18px 0 28px;font-size:1.05rem;line-height:1.75}.testimonial footer{display:flex;align-items:center;gap:13px}.testimonial footer img{width:54px;height:54px;border-radius:50%;object-fit:cover}.testimonial footer span{display:grid}.testimonial footer small{color:var(--muted)}.brand-section{padding:35px 0;border-block:1px solid var(--line)}.brand-section .shell{display:flex;align-items:center;gap:30px}.brand-section p{flex:0 0 220px;margin:0;color:var(--muted);font-size:.82rem}.brand-row{display:flex;align-items:center;justify-content:space-around;gap:30px;flex:1;overflow-x:auto}.brand-row a{display:grid;place-items:center;min-width:140px;height:62px;padding:10px}.brand-row img{max-width:130px;max-height:46px;object-fit:contain;filter:grayscale(1)}.brand-row span{font-weight:900;color:#667572}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-card{border:1px solid var(--line);border-radius:19px;overflow:hidden;background:#fff}.article-image{display:block;aspect-ratio:3/2;overflow:hidden;background:#e6eceb}.article-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.article-card:hover .article-image img{transform:scale(1.035)}.article-card>div{padding:20px}.article-card h2{font-size:1.25rem}.article-card p{color:var(--muted);font-size:.92rem}.difference-card{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(35px,7vw,90px);padding:clamp(34px,6vw,78px);border-radius:26px;background:#11272b;color:#fff}.difference-card p{color:#b9c9c7}.light-rich h3{color:#fff}.light-rich p{color:#c6d3d1}.page-hero{padding:100px 0;background:var(--tint)}.page-hero.compact{padding:70px 0}.page-hero h1{max-width:900px;font-size:clamp(2.5rem,5vw,5.2rem)}.breadcrumbs{margin-bottom:25px}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0;color:var(--muted);font-size:.8rem}.breadcrumbs li{display:flex;gap:8px}.breadcrumbs a:hover{color:var(--brand-dark)}.filters{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:13px;align-items:end;padding:20px;border:1px solid var(--line);border-radius:17px;background:#fff;margin-bottom:30px}.filters label,.form-card label{display:block;margin-bottom:6px;font-size:.8rem;font-weight:850}.filters input,.filters select,.form-card input,.form-card select,.form-card textarea{width:100%;border:1px solid #cddad8;border-radius:11px;background:#fff;color:var(--ink);padding:12px 13px}.filters input:focus,.filters select:focus,.form-card input:focus,.form-card select:focus,.form-card textarea:focus{outline:3px solid color-mix(in srgb,var(--brand) 18%,transparent);border-color:var(--brand)}.filters button{min-height:49px;border:0;border-radius:11px;padding:0 19px;background:var(--ink);color:#fff;font-weight:850}.result-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 24px}.category-pills{display:flex;flex-wrap:wrap;gap:8px}.category-pills a{padding:7px 11px;border:1px solid var(--line);border-radius:99px;font-size:.78rem}.empty-state{text-align:center;padding:80px 25px;border:1px dashed #bccdca;border-radius:20px;background:var(--tint)}.empty-state h2{font-size:1.8rem;margin:0}.empty-state p{color:var(--muted);margin:8px 0 24px}.pagination{display:flex;justify-content:center;gap:7px;margin-top:38px}.pagination a{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:10px;font-weight:800}.pagination a[aria-current=page]{background:var(--brand);color:#fff;border-color:var(--brand)}.category-hero{padding:35px 0 0;background:var(--tint)}.category-hero-grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:55px}.category-hero-grid>div{padding:45px 0 70px}.category-hero h1{font-size:clamp(3rem,6vw,6rem);line-height:1;letter-spacing:-.06em;margin:14px 0}.category-hero p{max-width:550px;color:var(--muted);font-size:1.08rem;margin-bottom:25px}.category-hero img{align-self:stretch;width:100%;height:100%;max-height:520px;object-fit:cover;border-radius:22px 22px 0 0}.content-narrow{max-width:840px;margin-inline:auto}.rich{font-size:1.02rem;color:#3e5053}.rich h2,.rich h3{color:var(--ink);line-height:1.22;letter-spacing:-.025em}.rich h2{font-size:1.9rem;margin:2em 0 .65em}.rich h3{font-size:1.32rem;margin:1.6em 0 .5em}.rich p{margin:0 0 1.2em}.rich ul,.rich ol{padding-left:1.3em}.rich a{color:var(--brand-dark);text-decoration:underline}.content-cover{width:100%;max-height:520px;object-fit:cover;border-radius:20px;margin-bottom:40px}.internal-cta,.care-card{margin-top:42px;padding:25px;border-radius:17px;background:#fff;border:1px solid var(--line)}.internal-cta p,.care-card p{color:var(--muted)}.product-page{padding-top:42px}.product-detail{display:grid;grid-template-columns:1.25fr .75fr;gap:clamp(35px,6vw,80px);align-items:start}.product-main-image{aspect-ratio:4/3;border-radius:22px;overflow:hidden;background:#e5eceb}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:flex;gap:10px;overflow-x:auto;margin-top:11px}.product-thumbs button{flex:0 0 90px;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;background:none;cursor:pointer}.product-thumbs button:hover,.product-thumbs button:focus{border-color:var(--brand)}.product-thumbs img{width:100%;aspect-ratio:4/3;object-fit:cover}.product-summary{position:sticky;top:116px}.product-summary h1{font-size:clamp(2.5rem,4vw,4.2rem)}.detail-price{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap;margin:25px 0}.detail-price strong{font-size:1.65rem;color:var(--brand-dark)}.detail-price del{color:var(--muted)}.detail-price span{width:100%;color:var(--muted);font-size:.78rem}.specs{margin:25px 0;border-block:1px solid var(--line)}.specs div,.contact-list div{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid var(--line)}.specs div:last-child,.contact-list div:last-child{border:0}.specs dt,.contact-list dt{color:var(--muted);font-size:.84rem}.specs dd,.contact-list dd{margin:0;text-align:right;font-weight:750}.full-button{width:100%}.microcopy,.form-privacy{font-size:.75rem;color:var(--muted);text-align:center}.product-content-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:start}.care-card{margin:0}.post-header{padding-top:70px;text-align:center}.post-header .breadcrumbs{justify-content:center}.post-header .breadcrumbs ol{justify-content:center}.post-header h1{max-width:950px;margin:18px auto;font-size:clamp(2.6rem,5vw,5.3rem)}.post-header>p{max-width:720px;margin:0 auto;color:var(--muted);font-size:1.1rem}.post-meta{display:flex;justify-content:center;gap:18px;margin-top:23px;color:var(--muted);font-size:.83rem}.post-cover{margin-top:50px}.post-cover img{width:100%;max-height:680px;object-fit:cover;border-radius:24px}.post-grid{display:grid;grid-template-columns:minmax(0,760px) 300px;justify-content:center;gap:80px}.post-content{font-size:1.08rem}.post-aside{position:sticky;top:115px;padding:23px;border:1px solid var(--line);border-radius:17px}.post-aside strong{font-size:1.18rem}.post-aside p{color:var(--muted)}.post-aside .button{width:100%;margin:8px 0 14px}.showroom-hero{background:linear-gradient(90deg,var(--tint),#e8f1ef)}.showroom-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.showroom-card{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:20px;overflow:hidden}.showroom-card>a,.showroom-card img{height:100%;min-height:300px}.showroom-card img{width:100%;object-fit:cover}.showroom-card>div{padding:27px;align-self:center}.showroom-card h2{line-height:1.25}.showroom-card p{color:var(--muted)}.showroom-detail{display:grid;grid-template-columns:1.15fr .85fr;gap:65px;align-items:center}.showroom-detail>img{width:100%;height:100%;max-height:620px;object-fit:cover;border-radius:22px}.showroom-detail h1{font-size:clamp(2.6rem,5vw,4.8rem)}.contact-list{margin:25px 0}.form-page{padding:75px 0;background:var(--tint)}.form-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(40px,8vw,100px);align-items:start}.form-intro{position:sticky;top:120px}.form-intro h1{font-size:clamp(2.6rem,5vw,4.8rem);line-height:1.02;letter-spacing:-.055em;margin:13px 0}.form-intro>p{font-size:1.07rem;color:var(--muted)}.selected-product{display:flex;align-items:center;gap:14px;padding:13px;margin-top:22px;border-radius:14px;background:#fff}.selected-product img{width:74px;height:58px;object-fit:cover;border-radius:9px}.selected-product span{display:grid}.selected-product small{color:var(--muted)}.form-points{list-style:none;padding:0;margin:28px 0}.form-points li{padding:8px 0}.form-points li:before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;margin-right:10px;border-radius:50%;background:#dff3ef;color:var(--brand-dark);font-weight:900}.form-card{padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.form-fields{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-fields .full{grid-column:1/-1}.form-card textarea{resize:vertical;min-height:140px}.honeypot{position:absolute!important;left:-9999px!important}.notice{padding:13px 15px;border-radius:11px;margin-bottom:18px}.notice.error{background:#fff0ef;border:1px solid #f5c4c0;color:#9f241c}.thank-you,.not-found{min-height:640px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:70px 0}.thank-you h1,.not-found h1{font-size:clamp(2.6rem,5vw,4.8rem);line-height:1.05;letter-spacing:-.05em;margin:14px 0}.thank-you p,.not-found p{max-width:640px;color:var(--muted);font-size:1.08rem}.thank-you>div,.not-found>div{display:flex;align-items:center;gap:20px;margin-top:20px}.success-icon{display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:#dff3ef;color:var(--brand-dark);font-size:2rem;font-weight:900}.not-found>span{font-size:7rem;line-height:1;font-weight:950;color:#dbe8e5}.hero-search{max-width:650px;margin-top:25px}.site-footer{background:#102327;color:#c6d2d1}.footer-lead{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:65px 0 45px;border-bottom:1px solid #294044}.footer-brand{display:block;color:#fff;font-size:1.8rem;font-weight:900;letter-spacing:-.04em}.footer-lead p{max-width:620px;margin:8px 0 0;color:#9fb0ae}.footer-cta{display:inline-flex;align-items:center;gap:15px;padding:14px 19px;border:1px solid #455a5d;border-radius:12px;color:#fff;font-weight:800}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding:46px 0}.footer-grid h2{font-size:.76rem;color:#fff;text-transform:uppercase;letter-spacing:.11em}.footer-links li{padding:5px 0;color:#aebcba;font-size:.88rem}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:20px 0;border-top:1px solid #294044;font-size:.76rem}.footer-bottom .footer-links{display:flex;gap:18px}.cookie-banner{position:fixed;z-index:100;left:24px;right:24px;bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:30px;max-width:1040px;margin-inline:auto;padding:20px 22px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 25px 80px rgba(6,25,27,.25)}.cookie-banner strong{font-size:1rem}.cookie-banner p{margin:3px 0 0;color:var(--muted);font-size:.82rem}.cookie-banner p a{text-decoration:underline}.cookie-actions{display:flex;flex:0 0 auto;gap:8px}.cookie-actions button{border:1px solid var(--line);border-radius:10px;background:#fff;padding:10px 13px;font-weight:800;cursor:pointer}.cookie-actions .accept{background:var(--brand);border-color:var(--brand);color:#fff}
@media(max-width:1100px){.desktop-nav{display:none}.menu-toggle{display:grid}.mobile-nav{padding:13px 20px 22px;background:#fff;border-top:1px solid var(--line)}.mobile-nav:not([hidden]){display:block}.mobile-nav .main-menu{display:block}.mobile-nav .main-menu>li>a{justify-content:space-between;padding:12px 4px;border-bottom:1px solid var(--line)}.mobile-nav .sub-menu{position:static;display:block;min-width:0;padding:4px 0 6px 14px;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none}.mobile-quote{display:block;margin-top:15px;padding:12px;text-align:center;border-radius:11px;background:var(--ink);color:#fff;font-weight:800}.hero{grid-template-columns:1fr;min-height:0}.compare{min-height:520px;order:-1}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.product-detail,.product-content-grid{grid-template-columns:1fr}.product-summary{position:static}.showroom-grid{grid-template-columns:1fr}.post-grid{grid-template-columns:minmax(0,760px)}.post-aside{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.shell,.shell-wide{width:min(100% - 28px,var(--shell))}.announcement{font-size:.68rem}.header-row{height:68px;gap:12px}.brand{font-size:1.05rem}.brand-mark{width:31px;height:31px}.header-cta{display:none}.hero{margin-top:14px;border-radius:20px}.hero-copy{padding:34px 24px}.hero h1{font-size:2.65rem}.hero-proof{grid-template-columns:1fr 1fr}.hero-proof div:last-child{display:none}.compare{min-height:360px}.section{padding:62px 0}.section-head{align-items:flex-start;flex-direction:column;margin-bottom:25px}.section-head h2{font-size:2.2rem}.category-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card,.category-card img{min-height:270px}.category-overlay{left:13px;right:13px;bottom:13px}.category-overlay strong{font-size:1.15rem}.category-overlay i{display:none}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-body{padding:13px}.product-body h3{font-size:1rem}.price small{display:none}.inspiration-panel,.inspiration-copy{min-height:480px}.inspiration-panel:after{background:linear-gradient(0deg,rgba(7,24,26,.86),rgba(7,24,26,.2))}.inspiration-copy{justify-content:flex-end}.process-grid,.difference-card,.category-hero-grid,.showroom-detail,.form-grid{grid-template-columns:1fr}.process-grid{gap:35px}.difference-card{padding:30px}.testimonial-list,.article-grid{grid-template-columns:1fr}.brand-section .shell{display:block}.brand-section p{text-align:center;margin:0 auto 18px}.page-hero,.page-hero.compact{padding:60px 0}.page-hero h1{font-size:2.75rem}.filters{grid-template-columns:1fr 1fr}.filters button{grid-column:1/-1}.result-bar{align-items:flex-start;flex-direction:column}.category-hero-grid>div{padding:30px 0}.category-hero img{max-height:360px;border-radius:18px}.product-detail{gap:30px}.product-summary h1{font-size:2.8rem}.post-header{padding-top:50px}.post-header h1{font-size:2.7rem}.post-cover{margin-top:32px}.post-grid{gap:30px}.showroom-card{grid-template-columns:1fr}.showroom-card>a,.showroom-card img{min-height:230px}.form-intro{position:static}.form-fields{grid-template-columns:1fr}.form-fields .full{grid-column:auto}.footer-lead{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-bottom .footer-links{flex-wrap:wrap}.cookie-banner{left:12px;right:12px;bottom:12px;align-items:stretch;flex-direction:column;gap:14px}.cookie-actions button{flex:1}}
@media(max-width:470px){.round-button{display:none}.hero-copy{padding:30px 20px}.hero h1{font-size:2.3rem}.compare{min-height:290px}.category-grid,.product-grid{grid-template-columns:1fr}.category-card,.category-card img{min-height:330px}.filters{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.cookie-actions{flex-direction:column}.thank-you>div,.not-found>div{align-items:stretch;flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* AI kitchen visualizer */
.visualizer-section{background:linear-gradient(135deg,#edf9f7 0%,#f7fbfb 55%,#e8f5f4 100%);border-block:1px solid #d6ebe8}.visualizer-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1fr);gap:clamp(42px,7vw,90px);align-items:center}.visualizer-copy h2,.visualizer-result-head h1{margin:12px 0 18px;font-size:clamp(2.2rem,4vw,4.1rem);line-height:1.05;letter-spacing:-.05em}.visualizer-copy>p,.visualizer-result-head p{color:var(--muted);font-size:1.08rem;max-width:680px}.visualizer-copy ol{list-style:none;counter-reset:steps;padding:0;margin:30px 0 0;display:grid;gap:14px}.visualizer-copy li{counter-increment:steps;display:flex;align-items:center;gap:14px;font-weight:800}.visualizer-copy li:before{content:counter(steps);display:grid;place-items:center;width:36px;height:36px;flex:0 0 36px;border-radius:50%;background:var(--brand);color:#fff}.visualizer-card{background:#fff;border:1px solid #bfe5df;border-radius:24px;padding:26px;box-shadow:0 24px 70px rgba(0,111,101,.12)}.visualizer-title{display:flex;align-items:center;gap:14px;margin-bottom:20px}.visualizer-title strong,.visualizer-title small{display:block}.visualizer-title strong{font-size:1.2rem}.visualizer-title small{color:var(--muted)}.camera-icon{display:grid;place-items:center;width:48px;height:48px;border:2px solid var(--ink);border-radius:50%;font-size:1.25rem}.visualizer-drop{position:relative;display:flex;min-height:270px;padding:28px;align-items:center;justify-content:center;flex-direction:column;text-align:center;border:2px dashed #9fcfc8;border-radius:18px;background:#f8fcfb;overflow:hidden;cursor:pointer}.visualizer-drop input{position:absolute;inset:0;opacity:0;cursor:pointer}.visualizer-drop strong{font-size:1.08rem}.visualizer-drop small{color:var(--muted)}.upload-symbol{display:grid;place-items:center;width:48px;height:48px;margin-bottom:10px;border-radius:15px;background:#dff5f1;color:var(--brand-dark);font-size:2rem;font-weight:900}.visualizer-drop img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.has-preview .visualizer-drop:after{content:'Fotoğrafı değiştirmek için tıklayın';position:absolute;left:14px;right:14px;bottom:14px;padding:10px;border-radius:10px;background:rgba(9,28,31,.78);color:#fff;font-weight:800;backdrop-filter:blur(8px)}.photo-tip{margin:13px 0 18px;padding:12px 14px;border-radius:12px;background:#eef3ff;color:#44598b;font-size:.86rem}.visualizer-consent{display:flex;align-items:flex-start;gap:10px;margin:0 0 18px;color:var(--muted);font-size:.86rem;line-height:1.5}.visualizer-consent input{width:18px;height:18px;margin-top:2px;accent-color:var(--brand);flex:0 0 auto}.visualizer-consent a{text-decoration:underline;color:var(--brand-dark)}.visualizer-processing{margin-top:16px;padding:18px;text-align:center;border-radius:14px;background:var(--tint)}.visualizer-processing span{display:block;width:42px;height:42px;margin:0 auto 10px;border:4px solid #cce4e0;border-top-color:var(--brand);border-radius:50%;animation:visualizer-spin .8s linear infinite}.visualizer-processing strong,.visualizer-processing small{display:block}.visualizer-processing small{color:var(--muted)}@keyframes visualizer-spin{to{transform:rotate(360deg)}}.visualizer-result-page{padding-top:60px}.visualizer-result-head{text-align:center;margin:0 auto 30px;max-width:880px}.visualizer-result-head h1{font-size:clamp(2.1rem,4vw,3.8rem)}.visualizer-compare{min-height:clamp(420px,65vw,760px);border-radius:26px;box-shadow:var(--shadow)}.visualizer-result-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin:28px 0}.button.outline{border-color:var(--line);box-shadow:none}.visualizer-disclaimer{max-width:900px;margin:20px auto 0;padding:15px 18px;border:1px solid var(--line);border-radius:13px;background:var(--tint);color:var(--muted);font-size:.86rem;text-align:center}
@media(max-width:880px){.visualizer-grid{grid-template-columns:1fr}.visualizer-card{padding:20px}.visualizer-drop{min-height:230px}.visualizer-result-actions{align-items:stretch;flex-direction:column}.visualizer-result-actions .button,.visualizer-result-actions .text-link{justify-content:center}}

/* v1.3 premium storefront — navy, copper and mineral gray */
:root{--brand:#24304a;--brand-dark:#162036;--accent:#d96f45;--ink:#151d2d;--muted:#596273;--tint:#f2f4f8;--line:#d9dde6;--warm:#f6f1ec;--shadow:0 18px 55px rgba(18,27,48,.12);--radius:16px;--shell:1320px}body{font-size:1.0625rem;line-height:1.65}.announcement{background:#151d2d;font-size:.875rem;font-weight:700;letter-spacing:.02em}.site-header{background:rgba(255,255,255,.97);border-color:#e3e6ec}.header-row{height:82px}.main-menu>li>a{font-size:1rem;padding:13px 16px}.sub-menu a,.footer-links li,.product-meta,.article-card p,.breadcrumbs,.category-pills a,.specs dt,.detail-price span,.microcopy,.form-privacy{font-size:.875rem}.header-cta{background:var(--brand)}.button.primary{background:var(--accent)}.button.primary:hover{background:#bd5934}.text-link,.hero-kicker,.section-kicker,.eyebrow{color:var(--accent)}
.hero{grid-template-columns:minmax(390px,.78fr) 1.42fr;min-height:570px;margin-top:20px;border-radius:18px;background:var(--brand);box-shadow:0 24px 70px rgba(17,27,50,.16)}.hero-copy{z-index:2;padding:clamp(36px,4.4vw,66px);background:var(--brand);color:#fff}.hero-copy:after{display:none}.hero-kicker{color:#f0a083;font-size:.82rem}.hero h1{font-size:clamp(2.75rem,4.25vw,4.5rem);line-height:1.02;letter-spacing:-.045em;margin:18px 0}.hero-copy>p{color:#dce1eb;font-size:1.08rem;line-height:1.65}.hero .text-link{color:#fff}.hero-trust{display:grid;gap:4px;margin-top:34px;padding:20px 22px;border:1px solid rgba(255,255,255,.18);border-radius:13px;background:rgba(255,255,255,.08)}.hero-trust strong{font-size:1.05rem}.hero-trust span{color:#d8deea;font-size:.91rem}.hero-trust a{margin-top:8px;color:#f2a185;font-size:.9rem;font-weight:850}.compare{isolation:isolate;min-height:570px;background:#d8dce5}.compare-layer,.compare-after{z-index:1}.compare-after{z-index:2}.compare-label{z-index:6;top:20px;padding:8px 13px;background:#fff;color:var(--ink);font-size:.84rem;box-shadow:0 6px 20px rgba(0,0,0,.12)}.compare-handle{z-index:7}.compare-range{z-index:8}.category-card{position:relative;min-height:300px;border-radius:14px;box-shadow:0 10px 28px rgba(19,29,48,.08)}.category-card img{min-height:300px}.category-card:after{inset:44% 0 0}.section{padding:72px 0}.section-head{margin-bottom:28px}.section-head h2,.process-grid h2,.difference-card h2,.care-card h2{font-size:clamp(2rem,3vw,3rem)}.section-kicker,.eyebrow{font-size:.8rem}.product-card,.article-card,.testimonial{border-radius:14px}.product-body{padding:20px}.product-body h3,.article-card h3,.article-card h2{font-size:1.2rem}.product-meta{color:#596273}.price strong{color:var(--brand);font-size:1rem}.arrow-link{background:#edf0f6;color:var(--brand)}.section-tint{background:#eef1f6}.inspiration-panel{min-height:480px;border-radius:18px;background:var(--brand)}.inspiration-panel:after{background:linear-gradient(90deg,rgba(17,27,48,.92),rgba(17,27,48,.2) 72%)}.inspiration-copy{min-height:480px}.process-section{background:#f5efe9}.process-copy li{font-size:1.05rem}.process-copy li:before{color:var(--accent)}.testimonial{box-shadow:0 10px 34px rgba(19,29,48,.06)}.brand-section{background:var(--brand);color:#fff;border:0}.brand-section p,.brand-row span{color:#fff}.brand-row a{border-radius:50%;background:#fff;color:var(--brand)}.difference-card,.site-footer{background:var(--brand)}.difference-card{border-radius:18px}.footer-links li{color:#c7ccda}.footer-lead p{color:#b7becd}.footer-grid h2{font-size:.82rem}.visualizer-section{background:linear-gradient(135deg,#eef1f7,#fff 55%,#f7eee9);border-color:#dfe2ea}.visualizer-card{border-color:#d9dde6}.visualizer-drop{border-color:#bdc4d2;background:#f8f9fb}.upload-symbol{background:#f7e7df;color:var(--accent)}
@media(max-width:1100px){.hero{grid-template-columns:1fr}.hero .compare{order:0;min-height:470px}.hero-copy{order:-1}.hero-trust{max-width:680px}.category-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){body{font-size:1rem}.announcement{font-size:.78rem}.hero{margin-top:12px;border-radius:14px}.hero-copy{padding:34px 24px}.hero h1{font-size:2.7rem}.hero .compare{min-height:350px}.section{padding:58px 0}.category-card,.category-card img{min-height:250px}.product-grid{grid-template-columns:1fr}.product-body h3{font-size:1.12rem}.footer-grid{gap:30px}}
@media(max-width:470px){.hero h1{font-size:2.35rem}.hero .compare{min-height:280px}.category-grid{grid-template-columns:1fr}.category-card,.category-card img{min-height:290px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button,.hero-actions .text-link{justify-content:center}.hero-trust{padding:17px}}
