/* UX119.49: first-screen CSS; full stylesheet follows asynchronously. */

:root{--ink:#151515;--graphite:#55585d;--muted:#74777b;--line:#dde0e2;--line-strong:#babec2;--soft:#f4f5f6;--soft-2:#eceeef;--paper:#ffffff;--yellow:#ffd000;--yellow-hover:#edc200;--yellow-soft:#fff7cc;--blue:#075f7b;--green:#28734d;--green-soft:#edf7f1;--radius:18px;--max:1320px;}*{box-sizing:border-box;}[hidden]{display:none !important;}fieldset{min-width:0;}body{margin:0;color:var(--ink);background:var(--paper);font:400 16px/1.45 Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;}body.menu-open,body.filter-open{overflow:hidden;}button,input,select{font:inherit;}button,a{-webkit-tap-highlight-color:transparent;}button{cursor:pointer;}a{color:inherit;text-decoration:none;}img,svg{display:block;max-width:100%;}h1,h2,h3,p{margin:0;}.container{width:min(var(--max), calc(100% - 48px));margin-inline:auto;}.section-kicker{margin-bottom:8px;color:var(--graphite);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;}.section-head h2{max-width:780px;font-size:clamp(32px, 3vw, 46px);line-height:1.04;letter-spacing:-.045em;font-weight:650;}.section-head p{max-width:520px;color:var(--muted);}.button{min-height:50px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--ink);border-radius:10px;background:var(--paper);color:var(--ink);font-weight:700;transition:background .18s ease,border-color .18s ease,transform .18s ease;}.button:hover{transform:translateY(-1px);}.button-primary{border-color:var(--yellow);background:var(--yellow);}.button-primary:hover{border-color:var(--yellow-hover);background:var(--yellow-hover);}.button-dark{background:var(--ink);color:var(--paper);}.button-dark:hover{background:#2b2b2b;}.button.is-added{border-color:var(--green);background:var(--green);color:#fff;}.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}.hero{padding:30px 0 46px;background:linear-gradient(180deg, #fff 0, #f7f8f8 100%);}.hero-shell{display:grid;grid-template-columns:minmax(0, 1.02fr) minmax(410px, .98fr);gap:14px;}.hero-copy,.selector-card{min-height:474px;border:1px solid var(--line);border-radius:22px;background:var(--paper);}.hero-copy{padding:clamp(34px, 4vw, 62px);display:flex;flex-direction:column;justify-content:center;}.hero-copy h1{max-width:720px;margin:18px 0 18px;font-size:clamp(48px, 5vw, 72px);line-height:.98;letter-spacing:-.06em;font-weight:650;}.hero-copy .lead{max-width:650px;color:var(--graphite);font-size:19px;line-height:1.5;}.hero-actions{margin-top:28px;display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:580px;}.hero-proofs{margin-top:25px;display:flex;flex-wrap:wrap;gap:8px 18px;color:var(--muted);font-size:13px;}.hero-proofs span,.hero-proofs a{display:inline-flex;align-items:center;gap:7px;}.hero-proofs span::before,.hero-proofs a::before{content:"✓";width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:var(--green-soft);color:var(--green);font-size:11px;font-weight:700;}.region-switch{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:13px;}.region-switch > span{margin-right:3px;}.region-switch button{min-height:32px;padding:0 11px;border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--graphite);font-size:13px;font-weight:700;}.region-switch button[aria-pressed="true"]{border-color:var(--ink);background:var(--ink);color:var(--paper);}.categories{padding:70px 0 54px;}.category-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:10px;}.category-card{min-height:148px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:14px;background:var(--paper);transition:border-color .18s ease,transform .18s ease;}.category-card{color:inherit;font:inherit;text-align:left;cursor:pointer;}.category-card:hover{transform:translateY(-2px);border-color:var(--ink);}.category-card .category-index{color:var(--muted);font-size:12px;}.category-card h3{max-width:235px;font-size:21px;line-height:1.14;font-weight:600;}.category-card .category-bottom{display:flex;align-items:end;justify-content:space-between;gap:12px;}.category-card p{color:var(--muted);font-size:13px;}.category-card .arrow{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:50%;background:var(--soft);font-size:18px;}.category-card.featured{background:var(--ink);color:var(--paper);}.category-card.featured .category-index,.category-card.featured p{color:#bfc1c3;}.category-card.featured .arrow{background:var(--yellow);color:var(--ink);}.mobile-regional-layer .region-switch{padding:10px 11px;display:grid;grid-template-columns:auto 1fr 1fr;border:1px solid var(--line);border-radius:12px;background:var(--paper);}.mobile-regional-layer .region-switch button{padding:0 7px;font-size:12px;}.mobile-category-grid .category-card{min-height:132px;padding:14px;}.mobile-category-grid .category-card h3{font-size:17px;}.mobile-category-grid .category-card p{font-size:12px;}.mobile-category-grid .category-card:last-child{grid-column:1/-1;min-height:106px;}.builder-summary .region-switch button[aria-pressed="true"]{border-color:var(--yellow);color:var(--yellow);}@media (max-width: 1160px){.hero-shell{grid-template-columns:1fr 430px;}.hero-copy{padding:38px;}.category-grid{grid-template-columns:repeat(3, 1fr);}}@media (max-width: 900px){.hero-shell{grid-template-columns:1fr;}.hero-copy,.selector-card{min-height:auto;}.category-grid{grid-template-columns:repeat(2, 1fr);}}@media (max-width: 620px){.desktop-page .hero{padding-top:12px;}.desktop-page .hero-copy{padding:26px 20px;}.desktop-page .hero-copy h1{font-size:42px;}.desktop-page .hero-actions,.desktop-page .area-input-row{grid-template-columns:1fr;}.desktop-page .region-switch{flex-wrap:wrap;}.desktop-page .category-grid,.desktop-page .scenario-grid{grid-template-columns:1fr;}}@media (prefers-reduced-motion: reduce){*,*::before,*::after{transition-duration:.01ms !important;animation-duration:.01ms !important;}}.final-hero{padding:22px 0 28px;}.final-hero-grid{display:grid;grid-template-columns:minmax(0, 1.14fr) minmax(390px, .86fr);gap:12px;}.final-hero-copy{min-height:520px;padding:clamp(36px, 4.2vw, 64px);}.final-hero-copy h1{max-width:780px;}.hero-install-offer{margin-top:26px;max-width:690px;padding:13px 14px;display:grid;grid-template-columns:42px minmax(0, 1fr) auto;align-items:center;gap:12px;border:1px solid #ead17d;border-radius:12px;background:var(--yellow-soft);}.hero-install-offer .offer-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--yellow);font-size:19px;font-weight:700;}.hero-install-offer small,.hero-install-offer strong,.hero-install-offer p{display:block;}.hero-install-offer small{color:var(--muted);font-size:11px;}.hero-install-offer strong{margin-top:1px;font-size:16px;}.hero-install-offer p{margin-top:1px;color:var(--graphite);font-size:12px;}.hero-install-offer a{min-height:42px;padding:0 10px;display:inline-flex;align-items:center;font-size:13px;font-weight:700;}.hero-product-preview{min-height:520px;padding:22px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:22px;background:var(--paper);}.hero-product-top{display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:12px;}.hero-product-top strong{color:var(--green);}.hero-product-preview > img{width:min(94%, 470px);height:245px;margin:34px auto 18px;object-fit:contain;}.hero-product-data{margin-top:auto;padding:20px;border-radius:14px;background:var(--soft);}.hero-product-data > span{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.04em;}.hero-product-data h2{margin-top:4px;font-size:26px;letter-spacing:-.035em;}.hero-spec-line{margin-top:12px;display:flex;flex-wrap:wrap;gap:6px;}.hero-spec-line b{min-height:28px;padding:0 8px;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:var(--paper);font-size:11px;}.hero-price-line{margin-top:16px;padding-top:14px;display:flex;align-items:end;justify-content:space-between;gap:16px;border-top:1px solid var(--line);}.hero-price-line small,.hero-price-line strong{display:block;}.hero-price-line small{color:var(--muted);font-size:11px;}.hero-price-line strong{margin-top:2px;font-size:25px;}.hero-price-line a{font-size:13px;font-weight:700;}.hero-underbar{margin-top:10px;min-height:58px;padding:8px 13px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;border:1px solid var(--line);border-radius:14px;background:var(--paper);}.hero-underbar-copy b,.hero-underbar-copy span{display:block;}.hero-underbar-copy b{font-size:13px;}.hero-underbar-copy span{color:var(--muted);font-size:11px;}.final-categories{padding:72px 0;background:var(--soft);}.final-category-grid .category-card{min-height:176px;}.category-card-split p{margin-top:5px;display:flex;flex-wrap:wrap;gap:4px 12px;}.category-card-split p a{color:var(--graphite);text-decoration:underline;text-decoration-color:var(--line-strong);text-underline-offset:3px;}.mobile-category-grid .category-card{position:relative;justify-content:space-between;overflow-wrap:anywhere;}.mobile-category-grid .category-card .arrow{position:absolute;right:10px;top:10px;}.mobile-category-grid .category-card:last-child{grid-column:auto;min-height:132px;}@media (max-width: 1000px){.final-hero-grid{grid-template-columns:1fr;}.hero-product-preview{min-height:390px;}.hero-product-preview > img{height:190px;margin-block:18px;}.hero-underbar{grid-template-columns:1fr auto;}.hero-underbar-copy{display:none;}}@media (max-width: 700px){.final-home .hero{padding-top:12px;}.final-home .final-hero-copy{min-height:auto;padding:26px 20px;}.final-home .hero-product-preview{min-height:380px;}.final-home .hero-install-offer{grid-template-columns:38px 1fr;}.final-home .hero-install-offer > a{grid-column:1/-1;}.final-home .hero-underbar{grid-template-columns:1fr;}}@media (max-width: 360px){.mobile-regional-layer .region-switch{grid-template-columns:1fr 1fr;}.mobile-regional-layer .region-switch > span{grid-column:1/-1;}.mobile-category-grid .category-card:last-child{grid-column:auto;}}.final-home .final-hero-grid{grid-template-columns:minmax(430px, .8fr) minmax(560px, 1.2fr);gap:10px;}.final-home .final-hero-copy{min-height:548px;padding:clamp(34px, 3.7vw, 58px);}.final-home .final-hero-copy h1{margin-bottom:14px;font-size:clamp(48px, 4.7vw, 69px);}.hero-price-promise{margin-top:22px;display:flex;align-items:baseline;gap:10px;}.hero-price-promise span{color:var(--muted);font-size:12px;}.hero-price-promise strong{font-size:27px;letter-spacing:-.035em;}.hero-price-promise small{color:var(--muted);font-size:11px;}.final-home .hero-actions{margin-top:20px;}.final-home .hero-install-offer{margin-top:18px;}.hero-lifestyle{position:relative;min-height:548px;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#eee9e1;}.hero-lifestyle > img{width:100%;height:100%;min-height:548px;object-fit:cover;object-position:57% center;}.hero-lifestyle figcaption{position:absolute;right:18px;top:18px;max-width:260px;padding:12px 14px;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.7);border-radius:13px;background:rgba(255,255,255,.9);box-shadow:0 12px 36px rgba(40,34,25,.12);backdrop-filter:blur(12px);}.hero-lifestyle figcaption > span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:var(--yellow);font-weight:800;}.hero-lifestyle figcaption strong,.hero-lifestyle figcaption small{display:block;}.hero-lifestyle figcaption strong{font-size:13px;}.hero-lifestyle figcaption small{margin-top:1px;color:var(--muted);font-size:10px;}.final-home .final-categories{padding-block:68px;background:#f7f4ee;}.final-home .final-category-grid .category-card{min-height:152px;border-color:#e5e0d8;background:rgba(255,255,255,.86);}.final-home .final-category-grid .category-card.featured{min-height:314px;background:linear-gradient(145deg, #fff 18%, #efe8dc 100%);}.final-home .final-category-grid .category-card.featured h3{max-width:420px;font-size:34px;}.final-home .final-category-grid .category-card:nth-child(2){background:var(--yellow-soft);}.mobile-category-grid .category-card,.mobile-category-grid .category-card:last-child{flex:0 0 64%;min-height:145px;grid-column:auto;scroll-snap-align:start;}.mobile-category-grid .category-card.featured{flex-basis:82%;min-height:178px;background:linear-gradient(145deg, #fff, #f1eadf);}@media (max-width: 1280px){.final-home .final-hero-grid{grid-template-columns:minmax(390px, .9fr) minmax(500px, 1.1fr);}.final-home .final-category-grid .category-card.featured{grid-column:span 2;}}@media (max-width: 1000px){.final-home .final-hero-grid{grid-template-columns:1fr;}.hero-lifestyle,.hero-lifestyle > img{min-height:430px;}.final-home .final-category-grid .category-card.featured{grid-column:span 2;grid-row:auto;min-height:250px;}}@media (max-width: 700px){.final-home .hero-lifestyle,.final-home .hero-lifestyle > img{min-height:360px;}.final-home .final-category-grid .category-card.featured{grid-column:auto;}}body{background:#faf8f3;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;}.section-kicker{margin-bottom:7px;color:#77736c;font-size:12px;text-transform:none;letter-spacing:0;}.final-home .final-hero{padding-top:18px;background:#faf8f3;}.final-home .final-hero-grid{gap:0;overflow:hidden;border:1px solid #e5e0d8;border-radius:24px;background:var(--paper);box-shadow:0 20px 60px rgba(61,52,39,.07);}.final-home .final-hero-copy,.final-home .hero-lifestyle{border:0;border-radius:0;}.final-home .hero-underbar{margin-top:12px;border:0;border-radius:0;background:transparent;}.final-home .final-categories{border-top:1px solid #eee9e1;}.button:disabled{cursor:not-allowed;opacity:.55;}body.menu-open .mobile-action-layer,body.filter-open .mobile-action-layer{transform:translate(-50%, 120%);}@media (max-width: 700px){.final-mobile-hero .mobile-regional-layer .region-switch{padding:4px;display:flex;border-color:rgba(255,255,255,.7);background:rgba(255,255,255,.88);box-shadow:0 8px 26px rgba(0,0,0,.08);backdrop-filter:blur(9px);}.final-mobile-hero .mobile-regional-layer .region-switch > span{display:none;}.final-mobile-hero .mobile-regional-layer .region-switch button{min-height:34px;padding-inline:8px;font-size:10px;}}.final-home .final-hero > .container{position:relative;}.final-home .hero-underbar{position:absolute;right:28px;bottom:28px;z-index:4;width:auto;margin:0;padding:4px;border-radius:999px;background:rgba(255,255,255,.9);box-shadow:0 10px 30px rgba(36,31,24,.1);backdrop-filter:blur(10px);}.final-home .hero-underbar-copy,.final-home .hero-underbar .dealer-inline,.final-home .hero-underbar .region-switch > span{display:none;}.final-home .hero-underbar .region-switch button{min-height:36px;font-size:11px;}.final-home .final-category-grid .category-card{min-height:128px;border:0;box-shadow:0 0 0 1px rgba(24,24,24,.055);}.final-home .final-category-grid .category-card.featured{min-height:284px;grid-row:span 2;color:#fff;background-image:linear-gradient(90deg, rgba(24,24,24,.68), rgba(24,24,24,.08)),url("./ruclima-bedroom-v1.webp");background-position:center;background-size:cover;}.final-home .final-category-grid .category-card.featured .category-index,.final-home .final-category-grid .category-card.featured p{color:rgba(255,255,255,.82);}.final-home .final-category-grid .category-card:nth-child(3){background:#edf3ef;}.final-home .final-category-grid .category-card:nth-child(4),.final-home .final-category-grid .category-card:nth-child(5),.final-home .final-category-grid .category-card:nth-child(6){background:rgba(255,255,255,.8);}.final-home .final-category-grid .category-card.featured{min-height:196px;grid-column:span 2;grid-row:auto;color:var(--ink);}.final-home .final-category-grid .category-card:nth-child(2){min-height:196px;grid-column:span 2;}@media (min-width: 701px) and (max-width: 1000px){.final-home .final-category-grid .category-card.featured,.final-home .final-category-grid .category-card:nth-child(2){grid-column:span 2;}}.final-home .final-category-grid .category-card,.final-home .final-category-grid .category-card.featured,.final-home .final-category-grid .category-card:nth-child(2){min-height:126px;grid-column:auto;grid-row:auto;color:var(--ink);background:rgba(255,255,255,.84);}.final-home .final-category-grid .category-card.featured{background:linear-gradient(135deg, #fffaf0, #eee5d5);}.final-home .final-category-grid .category-card:nth-child(2){background:#fff2b8;}.final-home .final-category-grid .category-card:nth-child(3){background:#f4f1eb;}.final-home .final-category-grid .category-card:nth-child(4){background:#e8f0eb;}.final-home .final-category-grid .category-card.featured h3{font-size:24px;}.final-home .final-category-grid .category-card.featured .category-index,.final-home .final-category-grid .category-card.featured p{color:var(--muted);}@media (min-width: 701px) and (max-width: 1000px){.final-home .final-category-grid .category-card.featured,.final-home .final-category-grid .category-card:nth-child(2){grid-column:auto;}}.calm-home .calm-hero{padding:18px 0 0;background:#faf8f3;}.calm-home .calm-hero .final-hero-grid{overflow:hidden;gap:0;border:1px solid #e5e0d8;border-radius:24px;background:#fff;box-shadow:0 20px 60px rgba(61,52,39,.07);}.calm-home .calm-hero .final-hero-copy{min-height:540px;padding:clamp(38px, 4.3vw, 66px);}.calm-home .calm-hero .final-hero-copy h1{max-width:710px;margin:20px 0 17px;font-size:clamp(48px, 4.8vw, 70px);}.calm-home .calm-hero .lead{max-width:660px;color:#4e4c48;font-size:19px;line-height:1.55;}.hero-budget{max-width:650px;margin-top:25px;display:grid;grid-template-columns:1fr 1fr;border-block:1px solid #e8e3db;}.hero-budget > div{min-height:91px;padding:15px 18px 14px 0;display:flex;flex-direction:column;justify-content:center;}.hero-budget > div + div{padding-left:20px;border-left:1px solid #e8e3db;}.hero-budget small,.hero-budget strong,.hero-budget span{display:block;}.hero-budget small{color:#696762;font-size:14px;}.hero-budget strong{margin-top:3px;font-size:27px;line-height:1.1;letter-spacing:-.025em;}.hero-budget span{margin-top:4px;color:#696762;font-size:13px;}.calm-home .calm-hero .hero-actions{max-width:610px;margin-top:23px;}.hero-reassurance{margin-top:14px;color:#696762;font-size:14px;}.calm-home .hero-lifestyle{min-height:540px;}.calm-home .hero-lifestyle figcaption{max-width:350px;}.calm-home .hero-lifestyle figcaption strong{font-size:15px;}.calm-home .hero-lifestyle figcaption small{font-size:13px;line-height:1.35;}.regional-bar{min-height:70px;padding:10px 4px;display:flex;align-items:center;gap:24px;}.regional-bar .region-switch button{min-height:40px;padding-inline:14px;font-size:13px;}.calm-home .calm-categories{padding-block:72px;background:#f5f1e9;}.calm-home .calm-categories .final-category-grid{grid-template-columns:repeat(4,1fr);gap:12px;}.calm-home .calm-categories .category-card,.calm-home .calm-categories .category-card.featured,.calm-home .calm-categories .category-card:nth-child(2){min-height:176px;padding:20px;background:rgba(255,255,255,.82);}.calm-home .calm-categories .category-card:nth-child(2){background:#fff1b5;}.calm-home .calm-categories .category-card:nth-child(4){background:#e8f0eb;}.calm-home .category-card .category-index{font-size:13px;}.calm-home .category-card h3{font-size:23px;}.calm-home .category-card p{margin-top:7px;font-size:14px;line-height:1.4;}.category-afterline{margin-top:17px;padding-top:17px;display:flex;align-items:center;gap:22px;border-top:1px solid #ded8ce;font-size:14px;}.category-afterline > span{color:#696762;}.category-afterline a{font-weight:700;text-decoration:underline;text-decoration-color:#bdb7ae;text-underline-offset:4px;}.mobile-region-row .region-switch{display:flex;gap:6px;}@media (max-width: 1160px){.calm-home .calm-categories .final-category-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width: 900px){.calm-home .calm-hero .final-hero-grid{grid-template-columns:1fr;}.calm-home .hero-lifestyle{min-height:420px;}}html[data-palette="warm"] .calm-home .calm-categories .category-card:nth-child(2){background:#f8f1d6;}html[data-palette="hybrid"] .calm-home .calm-hero .button-primary,html[data-palette="hybrid"] .calm-home .calm-install-panel .button-primary{border-color:var(--yellow);background:var(--yellow);color:var(--ink);}html[data-palette="hybrid"] .calm-home .calm-hero .button-primary:hover,html[data-palette="hybrid"] .calm-home .calm-install-panel .button-primary:hover{background:var(--yellow-hover);}html[data-palette="hybrid"] .region-switch button[aria-pressed="true"],html[data-palette="hybrid"] .filter-area-grid button.is-active{border-color:var(--ui);background:var(--ui);color:#fff;}html[data-palette="hybrid"] .calm-home .calm-categories{background:var(--warm-surface);}html[data-palette="hybrid"] .calm-home .calm-categories .category-card:nth-child(2){background:var(--ui-soft);}html[data-palette="hybrid"] .calm-home .calm-categories .category-card:nth-child(4){background:var(--green-soft);}html[data-palette="hybrid"] .builder-summary .region-switch button{border-color:var(--dark-line);background:var(--dark-surface-2);color:#d7e7ec;}html[data-palette="hybrid"] .builder-summary .region-switch button[aria-pressed="true"]{border-color:#78c7e1;background:rgba(11,90,120,.48);color:#e1f7ff;}html[data-palette="hybrid"] .calm-home .calm-hero,html[data-palette="hybrid"] .calm-home .calm-selector-section{background:#fff;}.calm-home .calm-hero .final-hero-grid{grid-template-columns:minmax(0, 1.04fr) minmax(0, .96fr);}.calm-home .calm-hero .final-hero-copy{min-width:0;padding:clamp(36px, 3.2vw, 48px);}.calm-home .calm-hero .final-hero-copy h1{max-width:100%;font-size:clamp(48px, 4vw, 58px);line-height:1;letter-spacing:-.055em;overflow-wrap:normal;word-break:normal;text-wrap:balance;}.final-home .hero-lifestyle{min-width:0;}.calm-home .hero-lifestyle figcaption{top:auto;bottom:22px;left:22px;right:auto;width:min(350px, calc(100% - 44px));max-width:none;height:auto;}@media (max-width: 1160px){.calm-home .calm-hero .final-hero-grid{grid-template-columns:1fr;}.calm-home .hero-lifestyle{min-height:420px;}}:root{--v10-line:#dce5ea;--v10-blue:#0b5973;--v10-blue-soft:#eaf5f8;--v10-yellow:#ffc426;--v10-ink:#152127;}html[data-palette="hybrid"] .calm-home .calm-categories,html[data-palette="hybrid"] .calm-home .calm-scenarios,html[data-palette="hybrid"] .calm-home .calm-multisplit,html[data-palette="hybrid"] .calm-home .calm-air-care,html[data-palette="hybrid"] .calm-home .calm-knowledge,html[data-palette="hybrid"] .calm-home .calm-trust{background:#fff;}.final-category-grid .category-card{min-height:230px;}body[data-region="russia"] .product-shelf-tabs .gift-tab{display:none;}body[data-region="russia"] .product-shelf-tabs .discount-tab{display:inline-flex;}.mobile-gift-strip{border-bottom:1px solid #efd26d;background:#fff4c9;}.mobile-gift-strip a{display:flex;min-height:42px;align-items:center;justify-content:center;gap:8px;color:#302a18;font-size:13px;}.mobile-gift-strip.promo-code-strip{border-bottom-color:#343434;background:var(--ink);}.mobile-gift-strip.promo-code-strip a{color:#fff;}.mobile-gift-strip.promo-code-strip span{color:var(--yellow);}body[data-region="moscow"] [data-russia-service],body[data-region="russia"] [data-moscow-service],body[data-region="russia"] .product-install-row{display:none !important;}.hero-commercial-summary{max-width:650px;margin-top:25px;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:0 24px;border-block:1px solid #e2e8eb;}.hero-commercial-summary > *{min-width:0;min-height:96px;padding:16px 0;display:flex;flex-direction:column;justify-content:center;}.hero-commercial-summary > * + *{padding-left:24px;border-left:1px solid #e2e8eb;}.hero-commercial-summary small,.hero-commercial-summary strong,.hero-commercial-summary span{display:block;}.hero-commercial-summary small{color:#66777f;font-size:13px;}.hero-commercial-summary strong{margin-top:4px;font-size:20px;line-height:1.2;letter-spacing:-.018em;}.hero-commercial-summary span{margin-top:5px;color:#66777f;line-height:1.35;}.final-home .calm-categories .final-category-grid{grid-template-columns:repeat(3, minmax(0, 1fr));}.final-home .calm-categories .category-card,.final-home .calm-categories .category-card.featured,.final-home .calm-categories .category-card:nth-child(2){min-height:188px;}.air-category-card .category-bottom{position:relative;z-index:1;}@media (max-width: 1160px) and (min-width: 901px){.final-home .calm-categories .final-category-grid{grid-template-columns:repeat(2, minmax(0, 1fr));}}@media (max-width: 900px){.final-home .calm-categories .final-category-grid,.project-system-grid{grid-template-columns:repeat(2, minmax(0, 1fr));}}@media (max-width: 620px){.final-home .calm-categories .final-category-grid,.project-system-grid{grid-template-columns:1fr;}.hero-commercial-summary{grid-template-columns:1fr;}.hero-commercial-summary > * + *{padding-left:0;border-top:1px solid #e2e8eb;border-left:0;}}.calm-home,.calm-home .calm-hero,.calm-home .calm-selector-section{background:#fff;}.calm-home .calm-hero .final-hero-copy{min-height:460px;padding:32px 40px;justify-content:center;}.calm-home .calm-hero .final-hero-copy h1{max-width:650px;margin:0 0 13px;font-size:clamp(44px, 4vw, 58px);line-height:.98;letter-spacing:-.035em;}.calm-home .calm-hero .lead{max-width:610px;font-size:18px;line-height:1.45;}.calm-home .hero-lifestyle,.calm-home .hero-lifestyle > img{min-height:460px;}.hero-commercial-summary{max-width:610px;margin-top:17px;gap:0 20px;}.hero-commercial-summary > *{min-height:66px;padding:10px 0;}.hero-commercial-summary > * + *{padding-left:20px;}.hero-commercial-summary strong{margin:0;font-size:18px;}.hero-commercial-summary span{margin-top:2px;font-size:13px;}.calm-home .calm-hero .hero-actions{margin-top:16px;}.hero-reassurance{margin-top:8px;font-size:13px;}.regional-bar{min-height:58px;padding-block:7px;}body[data-region="russia"] .early-trust{grid-template-columns:repeat(2, minmax(0, 1fr));}@media (max-width: 1190px) and (min-width: 901px){.calm-home .calm-hero .final-hero-copy{min-height:430px;padding:28px 32px;}.calm-home .calm-hero .final-hero-copy h1{font-size:clamp(40px, 4.5vw, 52px);}.calm-home .hero-lifestyle,.calm-home .hero-lifestyle > img{min-height:430px;}}.calm-home .calm-categories{padding-block:58px;}body.certificate-open{overflow:hidden;}@media (min-width: 901px){.product-first-home .calm-hero{padding:10px 0 0;}.product-first-home .calm-hero .final-hero-grid{grid-template-columns:minmax(0, .96fr) minmax(410px, 1.04fr);gap:10px;}.product-first-home .calm-hero .final-hero-copy{min-height:292px;padding:20px 28px;}.product-first-home .calm-hero .final-hero-copy h1{max-width:590px;margin-bottom:8px;font-size:clamp(40px, 3.25vw, 49px);line-height:.98;}.product-first-home .calm-hero .lead{max-width:570px;font-size:16px;line-height:1.36;}.product-first-home .hero-commercial-summary{max-width:570px;margin-top:10px;}.product-first-home .hero-commercial-summary > *{min-height:48px;padding-block:6px;}.product-first-home .hero-commercial-summary strong{font-size:15px;}.product-first-home .hero-commercial-summary span{font-size:12px;}.product-first-home .calm-hero .hero-actions{margin-top:11px;}.product-first-home .calm-hero .hero-actions .button{min-height:43px;padding-inline:18px;font-size:14px;}.product-first-home .hero-reassurance{display:none;}.product-first-home .hero-lifestyle,.product-first-home .hero-lifestyle > img{height:292px;min-height:292px;}.product-first-home .hero-lifestyle > img{object-fit:cover;}.product-first-home .hero-lifestyle figcaption{left:14px;bottom:14px;width:min(260px, calc(100% - 28px));max-width:none;padding:0;display:block;overflow:hidden;}.product-first-home .hero-lifestyle figcaption > a{width:100%;min-height:52px;padding:9px 12px;display:grid;grid-template-columns:30px minmax(0, 1fr);align-items:center;gap:9px;color:inherit;}.product-first-home .hero-lifestyle figcaption > a > div{min-width:0;}.product-first-home .hero-lifestyle figcaption strong{font-size:14px;line-height:1.2;overflow-wrap:normal;}.product-first-home .hero-lifestyle figcaption small{font-size:12px;line-height:1.25;}.product-first-home .hero-lifestyle figcaption > a > span{width:30px;height:30px;display:grid;flex:0 0 30px;place-items:center;border-radius:50%;background:var(--yellow);color:var(--ink);}.product-first-home .regional-bar{min-height:38px;padding:2px 4px;}.product-first-home .regional-bar .region-switch button{min-height:32px;padding-inline:11px;}.product-first-home .calm-categories{padding:8px 0 10px;border-block:1px solid #edf1f3;background:#fff;}.product-first-home .calm-categories > .container{display:grid;grid-template-columns:150px minmax(0, 1fr);align-items:center;gap:12px;}.product-first-home .calm-categories .section-head{margin:0;}.product-first-home .calm-categories .section-kicker,.product-first-home .calm-categories .section-head p{display:none;}.product-first-home .calm-categories .section-head h2{font-size:20px;line-height:1.08;letter-spacing:-.025em;}.product-first-home .calm-categories .final-category-grid{grid-template-columns:repeat(6, minmax(0, 1fr));gap:6px;}.product-first-home .calm-categories .category-card,.product-first-home .calm-categories .category-card.featured,.product-first-home .calm-categories .category-card:nth-child(2),.product-first-home .calm-categories .compact-category{min-height:58px;padding:8px 9px;border-radius:11px;background:#fff;color:var(--ink);}.product-first-home .calm-categories .category-card:nth-child(2){background:#fff5cc;}.product-first-home .calm-categories .category-card:nth-child(4){background:#eaf5f8;}.product-first-home .calm-categories .category-index,.product-first-home .calm-categories .category-card p{display:none;}.product-first-home .calm-categories .category-bottom{min-height:40px;align-items:center;}.product-first-home .calm-categories .category-card h3{font-size:13px;line-height:1.18;}.product-first-home .calm-categories .category-card .arrow{width:26px;height:26px;flex-basis:26px;font-size:14px;}}.product-first-home .hero-lifestyle figcaption{width:min(260px, calc(100% - 28px));max-width:none;padding:0;display:block;overflow:hidden;}.product-first-home .hero-lifestyle figcaption > a{width:100%;display:grid;grid-template-columns:30px minmax(0, 1fr);}.product-first-home .hero-lifestyle figcaption > a > div{min-width:0;}.product-first-home .hero-lifestyle figcaption > a > span{width:30px;height:30px;display:grid;flex:0 0 30px;place-items:center;border-radius:50%;background:var(--yellow);color:var(--ink);}@media (min-width: 901px) and (max-width: 1120px){.product-first-home .calm-hero .final-hero-grid{grid-template-columns:minmax(0, 1fr) minmax(360px, .9fr);}.product-first-home .calm-hero .final-hero-copy{padding-inline:22px;}.product-first-home .calm-hero .final-hero-copy h1{font-size:39px;}.product-first-home .calm-categories > .container{grid-template-columns:118px minmax(0, 1fr);}.product-first-home .calm-categories .section-head h2{font-size:17px;}.product-first-home .calm-categories .category-card h3{font-size:12px;}}:root{--space-5:34px;}@media (min-width: 901px){body.desktop-page main > section[id]{scroll-snap-align:none !important;scroll-snap-stop:normal;}}@media (min-width: 901px) and (max-width: 1120px){.product-first-home .calm-categories > .container{grid-template-columns:150px minmax(0, 1fr);}.product-first-home .calm-categories .final-category-grid{grid-template-columns:repeat(3, minmax(0, 1fr));}.product-first-home .calm-categories .category-card,.product-first-home .calm-categories .category-card.featured,.product-first-home .calm-categories .category-card:nth-child(2),.product-first-home .calm-categories .compact-category{min-height:64px;}.product-first-home .calm-categories .category-card h3{font-size:13px;}}.catalog-region-card .region-switch{margin-top:8px;}.catalog-region-card .region-switch{grid-column:2;margin-top:0;}.catalog-region-card .region-switch button{min-height:34px;padding-inline:10px;font-size:11px;}body[data-region="moscow"] .catalog-product-card.has-install-gift,body[data-region="moscow"] .catalog-mobile-product-card.has-install-gift{border-color:#e3c454;box-shadow:inset 0 3px 0 var(--yellow);}body[data-region="moscow"] .calm-product-grid .product-card.has-install-gift,body[data-region="moscow"] .mobile-product-list .mobile-product-card.has-install-gift{border-color:#e3c454;box-shadow:inset 0 3px 0 var(--yellow);}.hub-region-row .region-switch{flex:0 0 auto;}.hub-region-row .region-switch button{min-height:34px;padding-inline:11px;}body[data-region="moscow"] .hub-product-card.has-install-gift,body[data-region="moscow"] .mobile-hub-product-card.has-install-gift{border-color:#efc225;box-shadow:0 0 0 1px #efc225;}.brand-region-card .region-switch{margin-top:5px;}.brand-region-card .region-switch button{min-height:34px;}body[data-region="moscow"] .brand-product-card.has-install-gift{border-color:#e7c443;box-shadow:inset 0 3px 0 var(--yellow);}body[data-region="moscow"] .mobile-brand-product.has-install-gift{border-color:#e6c23f;box-shadow:inset 0 3px 0 var(--yellow);}.pdp-region-control .region-switch{justify-content:flex-end;}.pdp-region-control .region-switch button{min-height:34px;}body.pdp-mobile .pdp-dialog{max-height:calc(100vh - 28px);overflow:auto;}body.pdp-mobile .pdp-contact-dialog{width:min(430px,100%);max-height:min(78dvh,620px);margin:auto auto 0;padding:16px 16px calc(18px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0;}.yandex-rating-proof{border:1px solid #edc64b;border-radius:10px;background:linear-gradient(135deg, #fff9dc, #fff2aa);color:#241f12;box-shadow:0 8px 20px rgba(113, 86, 0, .08);text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;}.yandex-rating-proof:hover{border-color:#d8aa19;box-shadow:0 10px 24px rgba(113, 86, 0, .13);transform:translateY(-1px);}.yandex-rating-proof:focus-visible{outline:3px solid var(--blue);outline-offset:3px;}.yandex-rating-brand{font-size:11px;font-weight:750;white-space:nowrap;}.yandex-rating-brand b{color:#fc3f1d;}.yandex-rating-summary{margin-top:2px;display:flex;align-items:baseline;gap:7px;}.yandex-rating-score{display:inline-flex !important;align-items:center;gap:6px;font-size:18px;line-height:1;letter-spacing:-.03em;white-space:nowrap;}.yandex-rating-score .yandex-rating-stars{margin:0;color:#d49b00;font-size:12px;line-height:1;letter-spacing:.02em;}.yandex-rating-value{font:inherit;}.yandex-rating-count{color:#665b37;font-size:11px;white-space:nowrap;}.yandex-rating-action{margin-top:2px;color:#433700;font-size:10px;font-weight:750;text-decoration:underline;text-decoration-color:rgba(67, 55, 0, .35);text-underline-offset:3px;white-space:nowrap;}.hero-commercial-summary > .yandex-rating-proof{min-height:48px;padding:5px 9px;}.product-first-home .hero-commercial-summary .yandex-rating-score{font-size:18px;}.product-first-home .hero-commercial-summary .yandex-rating-stars{font-size:12px;}.mobile-offer-summary > .yandex-rating-proof{padding:6px 8px;border:1px solid #edc64b;background:linear-gradient(135deg, #fff9dc, #fff2aa);}body[data-theme-template="index"]{margin:0;color:#1b1b1a;background:#faf8f3;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;}body[data-theme-template="index"] .page_layout,body[data-theme-template="index"] .page_layout-clear{width:100%;max-width:none;display:block;background:#faf8f3;}body[data-theme-template="index"] > [data-fixed-panels="top"]:empty{display:none;}.rc-reconciled-home .container{width:min(1320px, calc(100% - 48px));max-width:none;}.rc-reconciled-home .rc-mobile-top,.rc-reconciled-home .rc-mobile-header,.rc-reconciled-home .mobile-action-layer{display:none !important;}.rc-reconciled-home .promo-code-copy{min-height:30px;margin:0 3px;padding:3px 7px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(78, 66, 15, .28);border-radius:7px;appearance:none;background:rgba(255, 255, 255, .72);color:inherit;cursor:pointer;font:inherit;line-height:1;text-align:left;vertical-align:middle;}.rc-reconciled-home .promo-code-copy b{font:inherit;font-weight:900;letter-spacing:.035em;}.rc-reconciled-home .promo-code-copy span{color:#66550e;font-size:10px;font-weight:750;}.rc-reconciled-home .promo-code-copy:hover,.rc-reconciled-home .promo-code-copy:focus-visible,.rc-reconciled-home .promo-code-copy.is-copied{border-color:#075f7b;background:#fff;color:#075f7b;}@media (min-width: 901px) and (max-width: 1180px){.rc-reconciled-home .product-first-home .calm-hero .final-hero-copy h1,.rc-reconciled-home .calm-hero .final-hero-copy h1{font-size:39px;}}@media (max-width: 900px){body[data-theme-template="index"] .page_layout,body[data-theme-template="index"] .page_layout-clear{background:#fff;}.rc-reconciled-home .container{width:100%;padding-inline:14px;}.rc-reconciled-home .rc-mobile-top{display:block !important;background:#fff;}.rc-reconciled-home .mobile-gift-strip{display:block !important;padding-top:env(safe-area-inset-top);background:#fff4bd;}.rc-reconciled-home .mobile-gift-strip[hidden]{display:none !important;}.rc-reconciled-home .mobile-gift-strip-inner{width:100%;min-height:44px;padding:5px 14px;display:grid;grid-template-columns:minmax(0, 1fr) auto;align-items:center;gap:10px;border-bottom:1px solid #edd36b;color:#4e420f;font-size:11px;}.rc-reconciled-home .mobile-gift-strip-inner > a{font-weight:750;text-align:right;}.rc-reconciled-home .mobile-gift-strip .promo-code-copy{min-width:0;min-height:44px;margin:0;padding:4px 7px;display:grid;justify-items:start;gap:2px;text-align:left;}.rc-reconciled-home .mobile-gift-strip .promo-code-copy strong{font-size:12px;line-height:1.1;white-space:nowrap;}.rc-reconciled-home .mobile-gift-strip .promo-code-copy span{font-size:9px;line-height:1.1;}.rc-reconciled-home .calm-hero{padding:7px 10px 0 !important;background:#faf8f3;}.rc-reconciled-home .calm-hero > .container{width:100%;padding:0;}.rc-reconciled-home .calm-hero .final-hero-grid{overflow:hidden;display:grid;grid-template-columns:1fr;gap:0;border:1px solid #e5e0d8;border-radius:14px;background:#fff;box-shadow:0 12px 32px rgba(61, 52, 39, .06);}.rc-reconciled-home .hero-lifestyle{order:-1;width:100%;height:108px !important;min-height:108px !important;border:0;border-radius:0;}.rc-reconciled-home .hero-lifestyle > img{width:100%;height:108px !important;min-height:108px !important;object-fit:cover;object-position:center 47%;}.rc-reconciled-home .hero-lifestyle figcaption{display:none !important;}.rc-reconciled-home .calm-hero .final-hero-copy{min-height:0;padding:12px 14px 11px;border:0;border-radius:0;}.rc-reconciled-home .calm-hero .final-hero-copy h1{margin:0;font-size:29px;line-height:1;letter-spacing:-.045em;}.rc-reconciled-home .calm-hero .final-hero-copy h1 br{display:none;}.rc-reconciled-home .calm-hero .lead{margin-top:7px;font-size:14px;line-height:1.36;}.rc-reconciled-home .hero-commercial-summary{margin-top:8px;display:grid;grid-template-columns:1fr 1fr;gap:5px;}.rc-reconciled-home .hero-commercial-summary > *{min-height:50px;padding:7px 8px;border-radius:8px;}.rc-reconciled-home .hero-commercial-summary strong{margin:0;font-size:13px;line-height:1.15;}.rc-reconciled-home .hero-commercial-summary span{margin-top:2px;font-size:10px;line-height:1.2;}.rc-reconciled-home .calm-hero .hero-actions{max-width:none;margin-top:8px;display:grid;grid-template-columns:1fr auto;gap:6px;}.rc-reconciled-home .calm-hero .hero-actions .button{width:auto;min-width:0;min-height:44px;padding-inline:11px;font-size:13px;}.rc-reconciled-home .regional-bar{min-height:0;margin-top:7px;padding:6px 0 0;display:block;border-top:1px solid #ece8e1;background:transparent;}.rc-reconciled-home .regional-bar .region-switch{display:grid;grid-template-columns:1fr 1fr;gap:5px;}.rc-reconciled-home .regional-bar .region-switch > span,.rc-reconciled-home .regional-copy{display:none !important;}.rc-reconciled-home .regional-bar .region-switch button{min-height:44px;padding:0 8px;font-size:12px;}.rc-reconciled-home .calm-categories{padding:9px 14px 11px !important;border-block:1px solid #edf1f3;background:#fff;}.rc-reconciled-home .calm-categories > .container{width:100%;padding:0;display:block;}.rc-reconciled-home .calm-categories .section-head{margin-bottom:7px;}.rc-reconciled-home .calm-categories .section-head h2{display:none;}.rc-reconciled-home .calm-categories .section-kicker{margin:0;color:#1b1b1a;font-size:14px;letter-spacing:0;text-transform:none;}.rc-reconciled-home .calm-categories .section-head p{display:none;}.rc-reconciled-home .calm-categories .final-category-grid{margin-right:-14px;padding:1px 14px 3px 0;overflow-x:auto;display:flex;gap:6px;scroll-snap-type:x proximity;scrollbar-width:none;}.rc-reconciled-home .calm-categories .final-category-grid::-webkit-scrollbar{display:none;}.rc-reconciled-home .calm-categories .category-card,.rc-reconciled-home .calm-categories .category-card.featured,.rc-reconciled-home .calm-categories .category-card:nth-child(2),.rc-reconciled-home .calm-categories .compact-category{position:relative;width:156px;min-width:156px;min-height:96px;padding:9px 10px;overflow:hidden;flex:0 0 156px;border:0;border-radius:10px;background:#f4f0e9;color:#1b1b1a;box-shadow:none;scroll-snap-align:start;}.rc-reconciled-home .calm-categories .category-card:nth-child(2){background:#fff0ad;}.rc-reconciled-home .calm-categories .category-card:nth-child(4){background:#e8f0eb;}.rc-reconciled-home .calm-categories .category-index{max-width:none;padding-right:24px;font-size:10px;line-height:1.18;overflow-wrap:anywhere;}.rc-reconciled-home .calm-categories .category-bottom{display:block;min-width:0;}.rc-reconciled-home .calm-categories .category-bottom > div{min-width:0;}.rc-reconciled-home .calm-categories .category-card h3,.rc-reconciled-home .calm-categories .category-card.featured h3,.rc-reconciled-home .calm-categories .category-card:nth-child(2) h3,.rc-reconciled-home .calm-categories .compact-category h3{max-width:none;padding-right:27px;overflow-wrap:anywhere;hyphens:auto;}.rc-reconciled-home .calm-categories .category-card p{display:none;}.rc-reconciled-home .calm-categories .category-card .arrow{position:absolute;right:8px;bottom:8px;width:24px;height:24px;flex-basis:24px;font-size:13px;}.rc-reconciled-home .section-head{margin-bottom:15px;display:block;}.rc-reconciled-home .section-head h2{font-size:28px;line-height:1.03;}.rc-reconciled-home .section-head > p,.rc-reconciled-home .section-head .knowledge-intro{margin-top:8px;font-size:13px;}}@media (max-width: 370px){.rc-reconciled-home .calm-hero .final-hero-copy h1{font-size:26px;}.rc-reconciled-home .calm-hero .hero-actions{grid-template-columns:1fr;}}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home button,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home input,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home select,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home textarea{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home h1,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home h2,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home h3,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home h4,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home h5,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home h6,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home p{font-family:inherit !important;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home a{text-decoration:none;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home a[href^="tel:"]{pointer-events:auto !important;cursor:pointer !important;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .brand,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .mobile-brand{color:var(--ink, #17242b) !important;text-decoration:none !important;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .catalog-button{border:0 !important;background:var(--ui, #0b5a78) !important;color:#fff !important;font-weight:700 !important;text-decoration:none !important;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .catalog-button:hover{background:var(--ui-hover, #08475f) !important;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .header-links a,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .journey-nav a{color:var(--ink, #17242b);text-decoration:none !important;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .calm-categories .category-card{min-width:0;overflow:hidden;color:var(--ink, #17242b) !important;transition:border-color .18s ease,background-color .18s ease;text-decoration:none !important;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .calm-categories .category-card:hover{transform:none;border-color:var(--line-strong, #a7bbc4);}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .calm-categories .category-bottom{width:100%;min-width:0;display:grid;grid-template-columns:minmax(0, 1fr) 26px;align-items:end;gap:8px;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .calm-categories .category-bottom > div{min-width:0;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .calm-categories .category-card h3{max-width:100%;margin:0 !important;color:inherit !important;font-family:inherit !important;font-weight:600;overflow-wrap:break-word;word-break:normal;hyphens:none;text-decoration:none !important;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .calm-categories .category-card .arrow{position:static;inset:auto;width:26px;height:26px;flex:0 0 26px;transform:none;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .calm-categories .category-card:focus-visible,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .rc-native-product-shell a:focus-visible,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .rc-native-product-shell button:focus-visible{outline:3px solid rgba(11, 90, 120, .28);outline-offset:3px;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .rc-native-product-shell [data-rc-obsolete-promo="true"],html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .rc-native-product-shell .sticker[hidden]{display:none !important;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .rc-native-product-shell .product-preview__title a{color:var(--ink, #17242b) !important;font-family:inherit !important;overflow-wrap:break-word;word-break:normal;hyphens:none;text-decoration:none !important;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .scenario-story-home > div > span,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .scenario-story-home h3,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .scenario-story-home p,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .featured-guide > span,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .featured-guide h3,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .featured-guide p,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .featured-guide b{color:#fff !important;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .scenario-story-home p,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .featured-guide p{color:rgba(255, 255, 255, .9) !important;}@media (min-width: 901px){html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .calm-categories .category-bottom{align-items:center;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .desktop-header{display:block !important;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .rc-mobile-top,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .rc-mobile-header,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .mobile-action-layer{display:none !important;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .rc-desktop-promo:not([hidden]){display:block !important;}}@media (max-width: 900px){html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .desktop-header,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .rc-desktop-promo{display:none !important;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .rc-mobile-top:not([hidden]),html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .rc-mobile-header{display:block !important;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .calm-categories .category-bottom{display:block;}.rc-reconciled-home .calm-categories .category-card h3,.rc-reconciled-home .calm-categories .category-card.featured h3,.rc-reconciled-home .calm-categories .category-card:nth-child(2) h3,.rc-reconciled-home .calm-categories .compact-category h3{padding-right:28px;font-size:13px;line-height:1.12;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .calm-categories .category-card .arrow{position:absolute;inset:auto 8px 8px auto;right:8px;bottom:8px;width:24px;height:24px;flex-basis:24px;}}@media (max-width: 480px){.rc-reconciled-home .mobile-gift-strip-inner{grid-template-columns:minmax(0, 1fr) minmax(92px, .72fr);gap:6px;padding-inline:8px;}.rc-reconciled-home .mobile-gift-strip-inner > a{overflow-wrap:anywhere;font-size:9px;line-height:1.15;}.rc-reconciled-home .mobile-gift-strip .promo-code-copy{padding-inline:5px;}.rc-reconciled-home .mobile-gift-strip .promo-code-copy strong{font-size:10px;}}@media (prefers-reduced-motion: reduce){.rc-reconciled-home .calm-categories .category-card,.rc-reconciled-home .calm-categories .category-card:hover{transform:none !important;transition:none !important;}}.rc-reconciled-home .hero-commercial-summary span,.rc-reconciled-home .region-switch > span,.rc-reconciled-home .quick-selection-result small,.rc-reconciled-home .quick-selection-result .result-price,.rc-reconciled-home .quick-selection-result .result-technical,.rc-reconciled-home .applied-filter-bar > div > span,.rc-reconciled-home .applied-filter-bar > button,.rc-reconciled-home .rc-native-product-shell .tabs__head-item,.rc-reconciled-home .rc-native-product-shell .product-preview__price-label{color:var(--ink, #17242b) !important;}.rc-reconciled-home .calm-hero .lead,.rc-reconciled-home .regional-copy span,.rc-reconciled-home .quick-selection-copy p,.rc-reconciled-home .quick-preferences > span,.rc-reconciled-home .early-trust span,.rc-reconciled-home .section-head > p,.rc-reconciled-home .knowledge-intro p,.rc-reconciled-home .calm-categories .category-index,.rc-reconciled-home .calm-categories .category-card p,.rc-reconciled-home .multisplit-copy p,.rc-reconciled-home .multisplit-copy small,.rc-reconciled-home .scenario-story-work p,.rc-reconciled-home .calm-project-desk .project-desk-head p,.rc-reconciled-home .calm-project-desk .project-system-grid span,.rc-reconciled-home .project-upload-explainer,.rc-reconciled-home .trust-story-copy > span,.rc-reconciled-home .trust-story-copy p,.rc-reconciled-home .trust-story-copy dt,.rc-reconciled-home .trust-story-main figcaption span,.rc-reconciled-home .trust-story-secondary figcaption span,.rc-reconciled-home .trust-links span,.rc-reconciled-home .air-care-card span,.rc-reconciled-home .air-care-card p,.rc-reconciled-home .air-care-card li,.rc-reconciled-home .season-intro p,.rc-reconciled-home .season-stage-list span,.rc-reconciled-home .faq-list details p,.rc-reconciled-home .calm-footer .contacts-panel p,.rc-reconciled-home .calm-footer .contact-order span{color:var(--ink, #17242b) !important;}.rc-reconciled-home .section-kicker{color:var(--ink, #17242b);}@media (max-width: 900px){.rc-reconciled-home .calm-categories .category-index{font-size:11px;}.rc-reconciled-home .calm-categories .category-card h3,.rc-reconciled-home .calm-categories .category-card.featured h3,.rc-reconciled-home .calm-categories .category-card:nth-child(2) h3,.rc-reconciled-home .calm-categories .compact-category h3{font-size:14px;}}@media (max-width: 900px){.rc-reconciled-home .mobile-gift-strip-inner > .mobile-install-gift-link{min-width:0;display:grid;justify-items:end;align-content:center;gap:2px;text-align:right;text-decoration:none;}.rc-reconciled-home .mobile-install-gift-link strong,.rc-reconciled-home .mobile-install-gift-link span{display:block;color:#4e420f;line-height:1.1;}.rc-reconciled-home .mobile-install-gift-link strong{font-size:11px;font-weight:850;white-space:nowrap;}.rc-reconciled-home .mobile-install-gift-link span{font-size:9px;font-weight:700;}}@media (max-width: 350px){.rc-reconciled-home .mobile-install-gift-link strong{font-size:9px;}}@media (max-width: 900px){.rc-reconciled-home .hero-lifestyle,.rc-reconciled-home .hero-lifestyle > img{height:144px !important;min-height:144px !important;}.rc-reconciled-home .hero-lifestyle > img{object-position:center 18%;}}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .scenario-story-home{background-position:center 18%;}@media (min-width: 901px){html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .hero-lifestyle > img{object-position:57% 18% !important;}}body.ruclima-shared-shell-page[data-theme-template="index"] .rc-pdp-shell-container{width:min(1320px, calc(100% - 48px));}@media (max-width: 900px){body.ruclima-shared-shell-page[data-theme-template="index"] .rc-pdp-shell-container{width:calc(100% - 32px);}}@media (max-width: 360px){body.ruclima-shared-shell-page[data-theme-template="index"] .rc-pdp-shell-container{width:calc(100% - 24px);}}@media (min-width: 901px){html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .hero-lifestyle{position:relative;align-self:stretch;height:auto !important;min-height:292px !important;margin:0;}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .hero-lifestyle > img{position:absolute;inset:0;display:block;width:100%;height:100% !important;min-height:0 !important;object-fit:cover;object-position:right 18% !important;}}html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .calm-categories .category-card h3,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .calm-categories .category-card.featured h3{font-size:14px;line-height:1.35;overflow-wrap:normal;word-break:normal;hyphens:manual;}@media (max-width:900px){html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .calm-categories .category-card h3,html.ruclima-redesign body[data-theme-template="index"] .rc-reconciled-home .calm-categories .category-card.featured h3{font-size:13px;}}html.ruclima-redesign .rc-reconciled-home :is(.gift-strip,.mobile-gift-strip).promo-code-strip{background:#fff4c9;border-bottom-color:#f0d276;color:#17242b;}html.ruclima-redesign .rc-reconciled-home .promo-code-strip :is(strong,b,a,.promo-code-copy){color:#17242b;}html.ruclima-redesign .rc-reconciled-home .promo-code-strip .promo-code-copy{background:#fff9e6;border-color:#bca24d;}html.ruclima-redesign .rc-reconciled-home .promo-code-strip .promo-code-copy:is(:hover,:focus-visible,.is-copied){background:#fff;color:#075f7b;border-color:#075f7b;}body[data-theme-template="index"] .rc-reconciled-home [id]{scroll-margin-top:var(--rc-home-anchor-inset, 150px) !important;}.rc-reconciled-home a.unknown-area-button{display:inline-flex;align-items:center;text-decoration:none;}@media (min-width:901px){html.ruclima-redesign .rc-reconciled-home .rc-desktop-promo .promo-code-copy{display:inline-flex;align-items:center;flex:0 0 auto;gap:8px;min-height:36px;padding:6px 10px;white-space:nowrap;line-height:1.3;}html.ruclima-redesign .rc-reconciled-home .rc-desktop-promo .promo-code-copy span{display:inline;font-size:12px;}}@media(min-width:901px){html.ruclima-redesign .rc-reconciled-home .rc-desktop-promo .promo-code-copy{min-height:32px;padding:4px 8px;font-size:13px;}}@media(max-width:900px){html.ruclima-redesign .rc-reconciled-home .mobile-gift-strip-inner{gap:8px;padding-block:3px;min-height:0;}html.ruclima-redesign .rc-reconciled-home .mobile-gift-strip .promo-code-copy{padding:4px 7px;min-height:36px;}html.ruclima-redesign .rc-reconciled-home .mobile-gift-strip .promo-code-copy strong{font-size:11px;line-height:1.3;}html.ruclima-redesign .rc-reconciled-home .mobile-gift-strip .promo-code-copy span{font-size:10px;line-height:1.25;}html.ruclima-redesign .rc-reconciled-home .mobile-install-gift-link strong{font-size:11px;line-height:1.3;}html.ruclima-redesign .rc-reconciled-home .mobile-install-gift-link span{font-size:10px;line-height:1.25;}}html.ruclima-redesign .rc-reconciled-home .rc-install-offer{color:inherit;text-decoration:none;border-radius:8px;}html.ruclima-redesign .rc-reconciled-home .rc-install-offer .rc-install-offer-link{color:#0c5871;text-decoration:underline;text-underline-offset:3px;}html.ruclima-redesign .rc-reconciled-home .rc-install-offer:focus-visible{outline:3px solid #0c5871;outline-offset:4px;}
