:root{--bg:#f7f2eb;--surface:#fff;--surface-soft:#f5ede2;--text:#3b2f26;--text-light:#6f5f52;--border:#dfd1c0;--primary:#8a6243;--primary-dark:#6d4e35;--shadow:0 16px 30px #4a32201f;color:var(--text);font-family:Inter,Segoe UI,Roboto,Arial,sans-serif}*{box-sizing:border-box}body{background:var(--bg);margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none}.container{width:min(1160px,92%);margin:0 auto}.app-shell{min-height:100vh}.site-header{z-index:20;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px);background:#fffffff2;position:sticky;top:0}.nav-wrap{justify-content:space-between;align-items:center;gap:20px;min-height:78px;display:flex}.brand{min-width:0;color:var(--primary-dark);align-items:center;gap:12px;font-size:1.25rem;font-weight:700;display:inline-flex}.brand-logo{flex-shrink:0;align-self:center;width:64px;height:64px;display:block}.brand-text{flex-direction:column;justify-content:center;align-self:stretch;gap:2px;min-width:0;line-height:1.2;display:flex}.brand-text>span{color:var(--text-light);font-size:.76rem;font-weight:500;display:block}.main-nav{align-items:center;gap:20px;display:flex}.main-nav a{color:var(--text-light);font-weight:500}.nav-group{position:relative}.nav-group-trigger{color:var(--text-light);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-weight:500;display:inline-flex}.nav-group.active .nav-group-trigger,.nav-group-trigger:hover{color:var(--primary)}.nav-submenu{background:var(--surface);border:1px solid var(--border);min-width:220px;box-shadow:var(--shadow);z-index:30;border-radius:12px;margin-top:4px;padding:10px;display:none;position:absolute;top:100%;left:0}.nav-submenu:before{content:"";height:10px;position:absolute;top:-10px;left:0;right:0}.nav-submenu a{border-radius:8px;padding:8px 10px;display:block}.nav-submenu a:hover{background:var(--surface-soft)}.nav-group:hover .nav-submenu{display:block}.main-nav a.active,.main-nav a:hover{color:var(--primary)}.header-actions{align-items:center;gap:12px;display:flex}.cart-btn,.menu-btn{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:9px 12px;display:inline-flex}.cart-btn-mobile-icon{flex-shrink:0;display:none}.menu-btn{display:none}.hero-section{background:linear-gradient(#f3e9dc 0%,#f9f4ec 100%);padding:58px 0}.hero-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:40px;display:grid}.hero-grid img{object-fit:contain;width:100%;height:auto;max-height:min(72vh,560px);box-shadow:none;background:0 0;border-radius:0;display:block}h1{margin:0 0 14px;font-size:clamp(2rem,4vw,3.1rem);line-height:1.1}h2{margin:0 0 12px;font-size:clamp(1.5rem,3vw,2.2rem)}h3{margin:0 0 8px}p{color:var(--text-light);margin:0;line-height:1.65}.eyebrow{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:.76rem;font-weight:700}.hero-cta{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.btn{border:1px solid #0000;border-radius:12px;padding:12px 18px;font-weight:600;transition:all .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary,.btn-ghost{background:var(--surface);border-color:var(--border)}.btn-ghost:hover,.btn-secondary:hover{border-color:#c8b39c}.section{padding:64px 0}.section-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.section-head a{color:var(--primary);font-weight:600}.category-grid,.product-grid,.testimonial-grid,.faq-list,.guide-grid{gap:20px;display:grid}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-card,.product-card,.trust-badges article,.testimonial-grid article,.faq-list article,.info-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px}.category-card{overflow:hidden}.category-card img,.product-card img{object-fit:cover;width:100%;height:220px}.category-card div,.product-content,.info-card{padding:16px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-content{flex-direction:column;gap:8px;display:flex}.product-meta{justify-content:space-between;align-items:center;margin:8px 0;font-size:.95rem;display:flex}.small-tag{color:var(--text-light);flex:none;font-size:.85rem}.trust-badges{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.trust-badges article{padding:18px}.two-col{grid-template-columns:1fr 1fr;align-items:center;gap:30px;display:grid}.two-col img{object-fit:cover;border-radius:18px;width:100%;min-height:340px}.two-col.category-split.reverse{direction:rtl}.two-col.category-split.reverse>*{direction:ltr}.page-hero-lead{max-width:720px;line-height:1.55}.category-section{padding:48px 0}.category-section.alt-bg{background:var(--surface-soft);border-top:1px solid var(--border);border-bottom:1px solid var(--border);border-radius:18px;padding-left:clamp(16px,4vw,24px);padding-right:clamp(16px,4vw,24px)}.category-section-title{margin:0 0 18px;font-size:1.35rem}.category-checklist{color:var(--text);gap:10px;margin:0;padding-left:1.2rem;line-height:1.5;display:grid}.category-checklist.compact{gap:8px}.category-figure{margin:0}.category-figure img{object-fit:cover;border:1px solid var(--border);border-radius:18px;width:100%;min-height:240px;max-height:420px}.category-figure figcaption{color:var(--text-light);margin-top:10px;font-size:.88rem;line-height:1.45}.ortho-intro{gap:12px;max-width:900px;margin-bottom:22px;display:grid}.ortho-intro p{color:var(--text);margin:0;line-height:1.55}.ortho-points{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%;min-width:0;display:grid}.ortho-card{overflow-wrap:break-word;min-width:0;margin:0;padding:18px;font-size:.95rem;line-height:1.5}.ortho-card p{margin:0}.study-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.study-card{gap:12px;display:grid}.study-head{gap:8px;display:grid}.study-badge{border:1px solid var(--border);width:fit-content;color:var(--text-light);background:var(--surface-soft);border-radius:999px;align-items:center;padding:6px 10px;font-size:.78rem;display:inline-flex}.study-meter{background:#e8daca;border-radius:999px;width:100%;height:10px;overflow:hidden}.study-meter-fill{background:linear-gradient(90deg,#a97955 0%,#6d4e35 100%);height:100%}.study-link{color:var(--primary);font-weight:600}.study-chart-card{padding:22px}.study-context{gap:12px;padding:24px;display:grid}.study-visual-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.study-visual-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px;display:grid;overflow:hidden}.study-visual-card img{object-fit:cover;width:100%;height:200px}.study-visual-card div{padding:14px 16px 16px}.study-visual-card h3{margin-bottom:6px}.study-pillars-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.study-pillar-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px;grid-template-columns:180px 1fr;display:grid;overflow:hidden}.study-pillar-card img{object-fit:cover;width:100%;height:100%;min-height:170px}.study-pillar-content{gap:10px;padding:14px 16px;display:grid}.study-bars{gap:14px;margin-top:12px;display:grid}.study-bar-row{grid-template-columns:80px 1fr 60px;align-items:center;gap:10px 14px;display:grid}.study-bar-label{font-weight:700}.study-bar-track{background:#e8daca;border-radius:999px;height:12px;overflow:hidden}.study-bar-fill{background:linear-gradient(90deg,#b98965 0%,#7a573c 100%);height:100%}.study-bar-value{text-align:right;font-weight:600}.study-bar-note{color:var(--text-light);grid-column:2/4;font-size:.9rem}.study-charts-stack{gap:22px;display:grid}.study-chart-card--figure h3{margin-top:12px}.study-figure-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-light);margin:0 0 10px;font-size:.75rem}.study-schematic-svg{border:1px solid var(--border);border-radius:12px;width:100%;max-width:100%;height:auto;display:block}.study-section-sub{max-width:52ch;margin:-6px 0 16px}.study-evidence-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.study-evidence-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;gap:10px;min-width:0;padding:18px;display:grid}.study-evidence-card h3{margin:0;font-size:1rem}.study-evidence-card p{color:var(--text-light);margin:0;font-size:.92rem;line-height:1.5}.study-evidence-icon{background:var(--surface-soft);width:48px;height:48px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;display:flex}.check-list,.benefit-list{gap:8px;margin:14px 0 0;padding:0;list-style:none;display:grid}.check-list li{color:var(--text-light)}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonial-grid article{padding:20px}.faq-list{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-list article{padding:20px}.faq-answer{gap:12px;display:grid}.faq-answer p{color:var(--text-light);margin:0;line-height:1.6}.faq-page-section{padding-top:48px}.faq-page{max-width:820px;margin:0 auto}.faq-accordion{flex-direction:column;gap:12px;display:flex}.faq-item{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px;overflow:hidden}.faq-summary{cursor:pointer;color:var(--text);-webkit-user-select:none;user-select:none;padding:18px 48px 18px 22px;font-size:1.04rem;font-weight:600;line-height:1.4;list-style:none;display:block;position:relative}.faq-summary::-webkit-details-marker{display:none}.faq-summary:after{content:"";border-right:2px solid var(--primary);border-bottom:2px solid var(--primary);width:8px;height:8px;transition:transform .2s;position:absolute;top:50%;right:22px;transform:translateY(-65%)rotate(45deg)}.faq-item[open]>.faq-summary:after{transform:translateY(-25%)rotate(225deg)}.faq-item[open]>.faq-summary{padding-bottom:14px}.faq-summary:focus{outline:none}.faq-summary:focus-visible{box-shadow:inset 0 0 0 2px var(--primary)}.faq-item>.faq-answer{border-top:1px solid var(--border);margin:0;padding:0 22px 20px}.guide-box{background:var(--surface-soft);border:1px solid var(--border);border-radius:18px;justify-items:start;gap:14px;padding:28px;display:grid}.guide-visual-heading{margin-bottom:18px}.guide-visual-heading h2{margin:0 0 8px}.guide-visual-lead{max-width:52ch;margin:0}.guide-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:18px;display:grid}.guide-visual-card{grid-template-rows:auto 1fr;margin:0;padding:0;display:grid;overflow:hidden}.guide-visual-card figcaption{gap:8px;padding:16px 18px 20px;display:grid}.guide-visual-card figcaption h3{margin:0;font-size:1.1rem}.guide-visual-card figcaption p{color:var(--text-light);margin:0;font-size:.95rem;line-height:1.5}.guide-kpi-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.guide-kpi-row article{border:1px solid var(--border);background:var(--surface);border-radius:14px;gap:4px;padding:12px 14px;display:grid}.guide-kpi-row strong{color:var(--primary-dark);font-size:1.05rem}.guide-kpi-row span{color:var(--text-light);font-size:.9rem}.guide-process-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.guide-process-card{padding:16px}.guide-step-index{color:var(--primary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:.82rem;font-weight:700}.guide-check-layout{grid-template-columns:1.35fr .65fr;gap:18px;display:grid}.guide-check-form{gap:10px;padding:18px;display:grid}.guide-check-form label{color:var(--text);gap:6px;font-weight:500;display:grid}.guide-check-form select{border:1px solid var(--border);width:100%;max-width:180px;font:inherit;background:#fff;border-radius:10px;padding:8px 10px}.guide-check-result{align-content:start;gap:8px;padding:18px;display:grid}.guide-score{color:var(--primary-dark);margin:0;font-size:2rem;font-weight:700;line-height:1.1}.guide-faq-list{gap:12px;margin-bottom:22px;display:grid}.guide-faq-item{padding:14px 16px}.guide-faq-item summary{cursor:pointer;color:var(--text);font-weight:600}.guide-faq-item p{margin-top:10px}.about-kpi-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.about-kpi-row article{border:1px solid var(--border);background:var(--surface);border-radius:14px;gap:4px;padding:12px 14px;display:grid}.about-kpi-row strong{color:var(--primary-dark);font-size:1rem}.about-kpi-row span{color:var(--text-light);font-size:.9rem}.about-framework-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.about-framework-card{padding:18px}.about-team-layout{grid-template-columns:1.1fr .9fr;align-items:start;gap:18px;display:grid}.about-team-card,.about-process-card{padding:20px}.about-process-list{color:var(--text-light);gap:10px;margin:12px 0 0;padding-left:1.2rem;display:grid}.about-timeline{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.about-timeline-item{padding:16px}.about-cta-box{border:1px solid var(--border);background:linear-gradient(#f7f2eb 0%,#efe3d5 100%);border-radius:18px;gap:12px;padding:28px;display:grid}.site-footer{color:#f0e3d6;padding:52px 0 calc(26px + env(safe-area-inset-bottom,0px));padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px);background:#3d2b1f;margin-top:70px}.site-footer p{color:#cfb9a3}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:24px;display:grid}.site-footer h4{color:#fff;margin:0 0 12px}.site-footer a{color:#f0e3d6;margin-bottom:8px;display:block}.site-footer .footer-bottom-brand{margin-bottom:0;display:inline-flex}.site-footer .footer-legal a{margin-bottom:0;display:inline}.newsletter-form{flex-direction:column;gap:8px;display:flex}input,textarea{border:1px solid var(--border);width:100%;font:inherit;border-radius:10px;padding:10px 12px}.newsletter-form button{background:var(--primary);color:#fff;border:1px solid #0000;border-radius:10px;padding:10px 12px;font-weight:600}.footer-brand-col .footer-slogan{color:#f0e3d6;letter-spacing:.02em;margin:0;font-size:.98rem;font-weight:600}.footer-bottom{border-top:1px solid #f0e3d63d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:28px;padding-top:22px;font-size:.9rem;display:flex}.footer-bottom-brand{color:inherit;flex-shrink:0;align-items:center;gap:14px;text-decoration:none;display:inline-flex}.footer-bottom-brand:hover .footer-bottom-name{text-underline-offset:3px;text-decoration:underline}.footer-bottom-logo{filter:brightness(0)invert();border-radius:12px;flex-shrink:0;align-self:center;width:64px;height:64px}.footer-bottom-brand-text{flex-direction:column;justify-content:center;align-self:stretch;gap:2px;line-height:1.2;display:flex}.footer-bottom-name{color:#fff;font-size:1.15rem;font-weight:700}.footer-bottom-tagline{color:#cfb9a3;font-size:.82rem;font-weight:500}.footer-bottom-meta{flex-wrap:wrap;align-items:center;gap:12px 20px;margin-left:auto;display:flex}.footer-legal{flex-wrap:wrap;gap:14px;display:flex}.legal-hero{background:linear-gradient(165deg, #faf6f0 0%, var(--bg) 45%, #f0e8de 100%);border-bottom:1px solid var(--border);padding:clamp(40px,6vw,64px) 0 clamp(36px,5vw,52px);position:relative;overflow:hidden}.legal-hero-pattern{opacity:.45;pointer-events:none;background-image:radial-gradient(circle at 18% 22%,#8a62431f 0%,#0000 42%),radial-gradient(circle at 82% 78%,#6d4e351a 0%,#0000 38%),repeating-linear-gradient(-12deg,#0000,#0000 11px,#dfd1c059 11px 12px);position:absolute;inset:0}.legal-hero-inner{z-index:1;grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);align-items:center;gap:clamp(24px,4vw,48px);display:grid;position:relative}.legal-hero-copy{min-width:0}.legal-hero-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--primary);margin:0 0 10px;font-size:.78rem;font-weight:700}.legal-hero-title{color:var(--primary-dark);letter-spacing:-.02em;margin:0 0 14px;font-size:clamp(1.85rem,4.2vw,2.45rem);font-weight:700;line-height:1.15}.legal-hero-lead{max-width:40ch;color:var(--text-light);margin:0 0 22px;font-size:1.05rem;line-height:1.55}.legal-quick-nav{flex-wrap:wrap;gap:10px;display:flex}.legal-quick-nav-link{min-height:44px;color:var(--text);border:1px solid var(--border);background:#ffffffb8;border-radius:999px;justify-content:center;align-items:center;padding:10px 18px;font-size:.88rem;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:inline-flex;box-shadow:0 4px 14px #4a32200f}.legal-quick-nav-link:hover{border-color:var(--primary);color:var(--primary-dark);background:#fff}.legal-quick-nav-link.is-active{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;border-color:#0000;box-shadow:0 8px 22px #6d4e3547}.legal-hero-art-wrap{justify-content:flex-end;align-items:center;display:flex}.legal-hero-svg{filter:drop-shadow(0 20px 36px #4a322024);width:100%;max-width:min(400px,100%);height:auto}.legal-page-wrap{padding:clamp(36px,5vw,56px) 0 clamp(56px,8vw,88px)}.legal-page-card{background:var(--surface);border:1px solid var(--border);border-radius:22px;max-width:760px;margin:0 auto;padding:clamp(28px,4vw,42px) clamp(22px,4vw,40px);position:relative;overflow:hidden;box-shadow:0 24px 56px #4a32201a,inset 0 4px #ffffffd9}.legal-page-card:before{content:"";background:linear-gradient(90deg, var(--primary) 0%, #c4a990 40%, var(--primary-dark) 100%);height:4px;position:absolute;top:0;left:0;right:0}.legal-content{max-width:640px;margin:0 auto}.legal-content h2{letter-spacing:.02em;color:var(--primary-dark);border-left:3px solid #8a624373;margin:2.1rem 0 .75rem;padding-left:14px;font-size:1.08rem;font-weight:700}.legal-content h2:first-of-type{margin-top:0}.legal-content p,.legal-content li{color:var(--text-light);line-height:1.68}.legal-content p{margin:0 0 1rem}.legal-content a{color:var(--primary);text-underline-offset:3px;font-weight:600;text-decoration:underline}.legal-content a:hover{color:var(--primary-dark)}.legal-list{color:var(--text-light);background:var(--surface-soft);border:1px solid #dfd1c0cc;border-radius:14px;margin:.35rem 0 1rem;padding:14px 18px 14px 2rem;list-style:outside}.legal-list li{margin-bottom:.4rem}.legal-list li:last-child{margin-bottom:0}.legal-back{border-top:1px solid var(--border);margin-top:2.25rem;padding-top:1.35rem;font-size:.95rem}.legal-back-row{flex-wrap:wrap;align-items:center;gap:6px 4px;display:flex}.legal-back-row a{font-weight:600}.legal-back-sep{color:var(--border);-webkit-user-select:none;user-select:none}.legal-back-home{color:var(--primary-dark);background:var(--surface-soft);border:1px solid var(--border);border-radius:999px;align-items:center;gap:8px;padding:10px 20px;font-weight:600;text-decoration:none;transition:background .2s,box-shadow .2s;display:inline-flex}.legal-back-home:hover{box-shadow:var(--shadow);background:#fff}@media (width<=900px){.legal-hero-inner{grid-template-columns:1fr}.legal-hero-art-wrap{order:-1;justify-content:center}.legal-hero-svg{max-width:320px}.legal-hero-lead{max-width:none}}.page-hero{padding:56px 0 20px}.product-detail{grid-template-columns:1fr 1fr;gap:34px;display:grid}.product-detail>img{object-fit:cover;border-radius:20px;width:100%;height:560px}.price{color:var(--primary-dark);margin:12px 0 16px;font-size:1.8rem;font-weight:700}.selection-block{margin-bottom:16px}.chip-row{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1px solid var(--border);background:#fff;border-radius:999px;padding:8px 12px}.benefit-list li{color:var(--text-light);gap:10px;display:flex}.product-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:18px;display:flex}.contact-grid,.cart-layout{grid-template-columns:1.2fr .8fr;gap:24px;display:grid}.cleaning-layout{align-items:start}.cleaning-main{gap:20px;padding:22px;display:grid}.cleaning-intro{gap:10px;display:grid}.cleaning-steps{gap:16px;padding-left:0;display:grid}.cleaning-step{border:1px solid var(--border);background:linear-gradient(#fbf5ee 0%,#f4e8d9 100%);border-radius:14px;padding:14px 14px 14px 20px;box-shadow:0 8px 18px #4a322014}.cleaning-step h3{margin-bottom:6px}.cleaning-main-image{object-fit:cover;border:1px solid var(--border);border-radius:16px;width:100%;max-height:340px}.cleaning-booking{align-content:start;gap:10px;padding:20px;display:grid;position:sticky;top:98px}.cleaning-focus{grid-template-columns:1.2fr .8fr;align-items:center;gap:20px;padding:22px;display:grid}.cleaning-focus-content{gap:14px;display:grid}.cleaning-focus-btn{justify-self:start;margin-top:4px}.cleaning-book-btn{justify-self:start;width:auto;padding:10px 16px}.cleaning-booking .summary-row{gap:10px;margin-bottom:6px}.cleaning-booking .summary-row strong{text-align:right}.cleaning-focus img{border:1px solid var(--border);object-fit:cover;border-radius:16px;width:100%;max-height:320px}.contact-form{gap:10px;display:grid}.cart-item{border-bottom:1px solid var(--border);grid-template-columns:120px 1fr;gap:14px;margin-bottom:14px;padding:0 0 14px;display:grid}.cart-item img{object-fit:cover;border-radius:12px;width:100%;height:100px}.summary-row{justify-content:space-between;margin-bottom:12px;display:flex}.total{border-top:1px solid var(--border);padding-top:12px}.full{width:100%}.small-text{margin-top:8px;font-size:.88rem}.admin-page{padding-bottom:calc(100px + env(safe-area-inset-bottom,0px))}.admin-area-header{margin-bottom:20px}.admin-area-lead{max-width:720px;color:var(--text-light);margin:0;line-height:1.55}.admin-subnav{border-bottom:1px solid var(--border);-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;flex-wrap:wrap;gap:8px;margin-bottom:20px;padding:12px 0 16px;display:flex;overflow-x:auto}.admin-subnav-link{border:1px solid var(--border);background:var(--surface);color:var(--text-light);border-radius:10px;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 12px;font-size:.88rem;font-weight:600;line-height:1.25;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.admin-subnav-link:hover{border-color:var(--primary);color:var(--primary-dark)}.admin-subnav-link.active{border-color:var(--primary);background:var(--surface-soft);color:var(--primary-dark)}.admin-subnav-hint{color:var(--text-light);opacity:.85;font-size:.72rem;font-weight:500}.admin-subnav-link.active .admin-subnav-hint{color:var(--text-light)}.admin-outlet{min-height:120px}.admin-panel-title{margin-top:0}.admin-cat-section{border-top:1px dashed var(--border);margin-top:22px;padding-top:16px}.admin-cat-heading{color:var(--primary-dark);margin:0 0 8px;font-size:1.05rem}.admin-cat-image-strip{margin-bottom:8px}.admin-cat-thumb-row{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.admin-cat-thumb{text-align:center;max-width:100px;margin:0}.admin-cat-thumb img{object-fit:cover;border:1px solid var(--border);border-radius:8px;width:88px;height:66px;display:block}.admin-cat-thumb figcaption{color:var(--text-light);overflow-wrap:anywhere;max-width:88px;margin-top:4px;font-size:.72rem;line-height:1.2}.admin-cat-thumb--empty{border:1px dashed var(--border);width:88px;height:66px;color:var(--text-light);background:var(--surface-soft);border-radius:8px;justify-content:center;align-items:center;font-size:.7rem;display:flex}.admin-cat-inline-img{background:var(--surface-soft);border:1px solid var(--border);border-radius:10px;gap:8px;margin-bottom:14px;padding:12px;display:grid}.admin-cat-product-block{border-bottom:1px dashed var(--border);gap:8px;margin-bottom:14px;padding-bottom:14px;display:grid}.admin-cat-product-block:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.admin-cat-product-meta{color:var(--text-light);font-size:.88rem;font-weight:500}.admin-home-all-images{margin-bottom:8px}.admin-home-thumb-row{margin-top:10px}.admin-home-cat-block{background:var(--surface-soft);border:1px solid var(--border);border-radius:10px;gap:8px;margin-bottom:16px;padding:12px;display:grid}.admin-home-cat-block:last-of-type{margin-bottom:0}.admin-inline-save{border-top:1px dashed var(--border);flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;padding-top:12px;display:flex}.admin-save-bar{z-index:200;padding-top:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 28px #0000001a}.admin-save-bar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-save-bar-message{min-width:min(100%,220px);color:var(--text-light);flex:1;margin:0;font-size:.9rem;line-height:1.4}.admin-save-bar-message--error{color:#8b2e1a;font-weight:600}.admin-save-bar-message--ok{color:#2d5a3d;font-weight:500}.admin-save-bar-actions{flex-wrap:wrap;gap:10px;display:flex}@media (width<=1024px){.main-nav{border-bottom:1px solid var(--border);background:#fff;flex-direction:column;align-items:flex-start;gap:14px;padding:18px 4%;display:none;position:absolute;top:78px;left:0;right:0}.main-nav.open{display:flex}.nav-group{width:100%}.nav-group-trigger{justify-content:space-between;width:100%;padding:2px 0}.nav-submenu{box-shadow:none;border-radius:10px;min-width:0;margin-top:8px;display:block;position:static}.menu-btn{justify-content:center;min-width:44px;min-height:44px;display:inline-flex}.ortho-points,.study-grid{grid-template-columns:1fr}.study-evidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.study-visual-grid,.study-pillars-grid,.guide-kpi-row,.about-kpi-row,.guide-visual-grid,.guide-process-grid,.about-framework-grid,.guide-check-layout,.about-team-layout{grid-template-columns:1fr}.about-timeline{grid-template-columns:1fr 1fr}.study-pillar-card{grid-template-columns:1fr}.study-pillar-card img{min-height:180px;max-height:240px}.study-bar-row{grid-template-columns:1fr;gap:8px}.study-bar-note{grid-column:1}.study-bar-value{text-align:left}.cleaning-steps{grid-template-columns:1fr}.cleaning-booking{position:static}.cleaning-book-btn{justify-self:stretch;width:100%}.cleaning-focus,.hero-grid,.two-col,.product-detail,.contact-grid,.cart-layout{grid-template-columns:1fr}.hero-grid img{height:auto;max-height:min(55vh,420px)}.product-detail>img{height:360px}.category-grid,.product-grid,.trust-badges,.testimonial-grid,.faq-list,.footer-grid,.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.nav-wrap{min-height:86px}.brand-logo{width:56px;height:56px}.brand-text>span{font-size:.7rem}.about-timeline,.category-grid,.product-grid,.trust-badges,.testimonial-grid,.faq-list,.footer-grid,.guide-grid,.study-evidence-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-bottom-logo{width:56px;height:56px}.footer-bottom-meta{flex-direction:column;align-items:flex-start;margin-left:0}.cart-btn{justify-content:center;min-width:44px;min-height:44px}.cart-btn span{display:none}.cart-btn-mobile-icon{display:block}}
