:root{--bg:#fffbf7;--card:#fff;--text:#1f2933;--muted:#68727f;--blue:#d3766a;--blue-dark:#9f4d45;--red:#eb5757;--orange:#f2994a;--yellow:#ffc727;--green:#6b8f71;--border:#dde3e0;--soft-blue:#fff0ea;--soft-yellow:#fff4cf;--shadow:0 12px 34px #1f293312;--sans:Nunito, "Segoe UI", Helvetica, Arial, sans-serif;--heading:Nunito, "Segoe UI", Helvetica, Arial, sans-serif;font:16px/1.55 var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{background:var(--bg);min-width:320px;margin:0}button,select{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--heading);line-height:1.1}svg{width:100%;height:auto;display:block}.app-shell{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.site-header{z-index:10;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;justify-content:space-between;align-items:center;gap:24px;padding:18px clamp(18px,4vw,56px);display:flex;position:sticky;top:0}.brand{min-height:34px;color:var(--text);font-family:var(--heading);background:0 0;border:0;align-items:center;gap:9px;padding:0;display:inline-flex}.brand-name{letter-spacing:0;font-size:1rem;font-weight:760}.nav-tabs{background:0 0;border:0;border-radius:0;gap:22px;padding:0;display:flex}.nav-tabs button{min-height:34px;color:var(--muted);font-family:var(--heading);background:0 0;border:0;border-radius:0;padding:0;font-size:.95rem;font-weight:650;position:relative}.nav-tabs button.active{color:var(--text);box-shadow:none;background:0 0}.nav-tabs button.active:after{background:var(--blue);content:"";height:2px;position:absolute;bottom:-19px;left:0;right:0}.hero-section,.page-section{width:min(1160px,100% - 32px);margin:0 auto}.hero-section{grid-template-columns:minmax(0,1fr) minmax(320px,460px);align-items:center;gap:clamp(28px,5vw,72px);padding:48px 0 28px;display:grid}.hero-copy{max-width:680px}.eyebrow{color:#52616d;font-family:var(--heading);letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px;font-size:.76rem;font-weight:750}h1{letter-spacing:0;max-width:820px;font-size:clamp(2.25rem,5.4vw,4.6rem);font-weight:720}.hero-text,.section-heading p,.feature-grid p,.about-content p,.tip-group li,.recommendation-card p,.site-footer p{color:var(--muted)}.hero-text{max-width:620px;margin-top:18px;font-size:1.08rem}.button-row{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.primary-button,.secondary-button{min-height:46px;font-family:var(--heading);border-radius:8px;padding:11px 18px;font-weight:720;transition:transform .18s,box-shadow .18s,border-color .18s}.primary-button{color:#fff;background:var(--blue);border:1px solid var(--blue);box-shadow:0 10px 18px #d3766a33}.secondary-button{color:var(--text);background:var(--card);border:1px solid var(--border)}.primary-button:hover,.secondary-button:hover{transform:translateY(-1px)}.full-width{width:100%}.hero-visual{align-self:stretch;place-items:center;display:grid;position:relative}.storyset-hero{min-height:420px;overflow:hidden}.storyset-hero img{z-index:1;filter:drop-shadow(0 18px 28px #1f29331f);width:min(100%,500px);animation:6s ease-in-out infinite heroFloat;position:relative}.feature-grid,.tips-grid,.about-content{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:22px 0 54px;display:grid}.feature-grid{width:min(940px,100% - 32px);margin:0 auto}.feature-grid article,.tip-group,.about-content article,.room-form,.results-panel,.recommendation-card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px}.feature-grid article,.tip-group,.about-content article{padding:22px}.feature-grid article{align-content:start;gap:12px;min-height:250px;display:grid;position:relative;overflow:hidden}.feature-grid article:after{content:"";background:#fff0ead1;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-46px;right:-36px}.feature-grid article>*{z-index:1;position:relative}.tip-group{align-content:start;gap:14px;display:grid}.page-section{padding:48px 0 60px}.section-heading{max-width:820px;margin-bottom:30px}.section-heading h1{margin-bottom:14px;font-size:clamp(2rem,4.8vw,3.6rem)}.advisor-grid{grid-template-columns:minmax(290px,360px) minmax(0,1fr);align-items:start;gap:24px;display:grid}.advisor-grid.form-only{grid-template-columns:minmax(300px,460px);justify-content:center}.room-form{position:sticky;top:92px}.advisor-grid.form-only .room-form{position:static}.room-form,.results-panel{padding:22px}.panel-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.panel-heading>div{gap:4px;display:grid}.panel-heading h2{font-size:1.18rem;font-weight:720}.panel-heading span{color:var(--muted);flex:none;font-size:.86rem}.form-grid{gap:16px;margin-bottom:20px;display:grid}.form-field{color:var(--text);font-family:var(--heading);gap:8px;font-size:.9rem;font-weight:680;display:grid}.form-field select{width:100%;min-height:46px;color:var(--text);border:1px solid var(--border);background:#fafcfb;border-radius:8px;padding:0 13px}.recommendation-list{gap:14px;display:grid}.recommendation-card{box-shadow:none;grid-template-columns:188px minmax(0,1fr);align-items:center;gap:20px;padding:16px;display:grid}.recommendation-card h3{margin-bottom:8px;font-size:1.16rem;font-weight:720}.recommendation-label{color:#52616d;letter-spacing:.05em;text-transform:uppercase;margin-bottom:9px;font-size:.72rem;font-weight:760;display:inline-block}.recommendation-card .reason{color:#44515d;margin-top:10px;font-weight:620}.tips-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tip-group ul{gap:10px;margin:0;padding-left:20px;display:grid}.ac-visual-card{border:1px solid var(--border);background:linear-gradient(#fff0eae0,#fff0),#fbfdff;border-radius:8px;margin:-8px -8px 2px;overflow:hidden}.ac-room{fill:#fff;stroke:#9aa8b4;stroke-width:3px}.ac-body{fill:#f8fbfd;stroke:#52616d;stroke-width:3px}.ac-vent{fill:#ffe4db}.seal-badge{fill:var(--soft-blue);stroke:var(--blue-dark);stroke-width:3px}.seal-lock{fill:var(--blue)}.seal-lock-line{fill:none;stroke:var(--blue-dark);stroke-linecap:round;stroke-width:4px}.seal-shield{fill:#e5f5eb;stroke:#2c7a4b;stroke-linejoin:round;stroke-width:3px}.seal-check{fill:none;stroke:#2c7a4b;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px}.heat-stop{fill:none;stroke:var(--red);stroke-linecap:round;stroke-width:7px}.ac-cool-air{fill:none;stroke:var(--blue);stroke-dasharray:16;stroke-linecap:round;stroke-width:5px;animation:1.3s linear infinite acFlow}.ac-cool-air.delay{animation-delay:.38s}.ac-cool-air.soft{opacity:.6}.thermostat,.timer-face,.filter-frame{fill:#fff;stroke:#52616d;stroke-width:3px}.temp-number{fill:var(--blue-dark);font-size:22px;font-weight:800}.ac-meter{fill:none;stroke:#d5dde5;stroke-linecap:round;stroke-width:5px}.ac-needle{fill:none;stroke:var(--blue);stroke-linecap:round;stroke-width:4px;transform-origin:160px 116px;animation:3s ease-in-out infinite needleSettle}.timer-hand{fill:none;stroke:var(--blue-dark);stroke-linecap:round;stroke-width:5px;transform-origin:160px 116px;animation:4s steps(4,end) infinite timerTick}.timer-hand.short{stroke:#f2994a;stroke-width:4px;animation:none}.timer-hand.shared{transform-origin:160px 70px;animation:5s steps(5,end) infinite timerTick}.timer-face.mini{fill:#fff;stroke:#52616d;stroke-width:3px}.filter-line{fill:none;stroke:#9aa8b4;stroke-linecap:round;stroke-width:3px}.clean-sweep{fill:none;stroke:var(--blue);stroke-dasharray:28;stroke-linecap:round;stroke-width:7px;animation:1.8s ease-in-out infinite cleanSweep}.person-dot{fill:#f4b0a5;stroke:var(--blue-dark);stroke-width:3px}.person-dot.second{fill:#fff4cf;stroke:#c58b12}.person-dot.third{fill:#e5f5eb;stroke:#2c7a4b}.ac-visual-card text{fill:var(--text);font-size:14px;font-weight:720}.about-page{max-width:1120px}.about-layout{display:block}.about-story{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px;padding:clamp(24px,4vw,42px)}.about-heading{grid-template-columns:minmax(0,1fr) minmax(210px,300px);align-items:center;gap:22px;margin-bottom:22px;display:grid}.about-heading-art{filter:drop-shadow(0 16px 24px #1f29331a);align-self:end;width:100%}.about-story h1{font-size:clamp(2rem,4.6vw,3.5rem)}.story-copy{color:var(--muted);gap:16px;font-size:1.04rem;display:grid}.story-copy p:first-child,.story-copy p:nth-child(4){color:var(--text);font-weight:720}.contact-link{color:#fff;background:var(--blue);border-radius:8px;align-items:center;min-height:44px;margin-top:28px;padding:10px 16px;font-weight:720;text-decoration:none;display:inline-flex;box-shadow:0 10px 18px #d3766a33}.about-content{grid-template-columns:1fr}.site-footer{text-align:center;border-top:1px solid var(--border);padding:24px clamp(16px,4vw,56px)}.site-footer .credit{margin-top:6px;font-size:.82rem}.site-footer a{color:var(--blue-dark)}.visual-card{border:1px solid var(--border);background:linear-gradient(#fff0eacc,#fff0),#fff;border-radius:8px;width:100%;overflow:hidden}.room-fill{fill:#fbfdff}.room-line,.room-night{fill:none;stroke:#95a3b8;stroke-width:3px}.room-night{stroke:#dbeafe}.footer-nav{margin-top:6px}.footer-nav button{color:var(--blue-dark);font:inherit;text-underline-offset:3px;background:0 0;border:0;padding:0;text-decoration:underline}.window{fill:#ffe4db;stroke:var(--blue);stroke-width:3px}.vent{fill:#eef4fb;stroke:#95a3b8;stroke-width:2px}.airflow,.heatflow,.sun-ray{fill:none;stroke-linecap:round;stroke-width:6px}.airflow{stroke:var(--blue);stroke-dasharray:18;animation:1.15s linear infinite flow}.heatflow{stroke:var(--red);stroke-dasharray:14;animation:1.4s linear infinite rise}.heatflow.delay{animation-delay:.22s}.heatflow.slow{animation-duration:1.8s}.sun-ray{stroke:var(--yellow)}.arrow-head{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:6px}.arrow-head.cool{stroke:var(--blue)}.arrow-head.hot{stroke:var(--red)}.fan-body{fill:#eef4fb;stroke:#4d6078;stroke-width:3px}.fan-blade{fill:#f4b0a5;transform-origin:208px 102px;animation:1.6s linear infinite spin}.sun{fill:var(--yellow)}.curtain{fill:#2f80edc2;stroke:var(--blue-dark);stroke-width:2px}.night-bg{fill:#14213d}.moon{fill:var(--soft-yellow)}.desk{fill:#a77b5a}.device{fill:#526174}.device-screen{fill:#ffe4db}.charger{fill:#cbd5e1;stroke:#64748b;stroke-width:2px}.visual-card text{fill:var(--text);font-size:15px;font-weight:720}.night-bg~text,.room-night~text{fill:#fff}@keyframes flow{to{stroke-dashoffset:-36px}}@keyframes rise{to{stroke-dashoffset:-28px}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes acFlow{to{stroke-dashoffset:-32px}}@keyframes needleSettle{0%,to{transform:rotate(0)}50%{transform:rotate(-16deg)}}@keyframes timerTick{to{transform:rotate(360deg)}}@keyframes cleanSweep{0%,to{stroke-dashoffset:48px;opacity:.32}50%{stroke-dashoffset:-18px;opacity:.9}}@media (width<=860px){.site-header{flex-direction:column;align-items:stretch;gap:12px;position:static}.nav-tabs{gap:18px;padding-bottom:2px;overflow-x:auto}.nav-tabs button{flex:1 0 auto}.nav-tabs button.active:after{bottom:-2px}.hero-section,.advisor-grid{grid-template-columns:1fr}.hero-section{padding-top:34px}.storyset-hero{order:-1;min-height:320px}.room-form{position:static}.feature-grid,.tips-grid,.about-content,.about-heading{grid-template-columns:1fr}.about-heading-art{order:-1;max-width:330px;margin:0 auto}.recommendation-card{grid-template-columns:1fr}.recommendation-card .visual-card{max-width:420px}}@media (width<=520px){.brand{display:none}.site-header{padding:14px 12px}.nav-tabs{justify-content:space-between;gap:10px;width:100%;overflow-x:visible}.nav-tabs button{flex:none;font-size:.88rem}.hero-section,.page-section{width:min(100% - 24px,1160px)}.primary-button,.secondary-button{width:100%}.room-form,.results-panel,.feature-grid article,.tip-group,.about-content article{padding:16px}}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px)saturate(140%);backdrop-filter:blur(18px)saturate(140%);background:#ffffffdb;border-bottom:1px solid #e5e8e3d1;min-height:76px;padding:14px clamp(20px,5vw,72px);box-shadow:0 8px 30px #1f2b2409}.brand{letter-spacing:-.02em;gap:11px;min-height:40px}.nav-tabs{background:#f6f7f4eb;border:1px solid #e9ebe7;border-radius:999px;gap:3px;padding:4px}.nav-tabs button{color:#707a74;border-radius:999px;min-height:36px;padding:7px 15px;font-size:.88rem;font-weight:650;transition:color .16s,background .16s,box-shadow .16s}.nav-tabs button:hover{color:var(--text)}.nav-tabs button.active{color:var(--text);background:#fff;box-shadow:0 3px 12px #212b2514,inset 0 0 0 1px #e0e3decc}.nav-tabs button.active:after{display:none}.hero-section h1{font-size:clamp(2.4rem,5vw,4rem)}.section-heading h1,.about-story h1{letter-spacing:-.025em;font-size:clamp(2rem,4vw,3rem)}@media (width<=860px){.site-header{flex-direction:row;align-items:center;gap:16px;min-height:70px;position:sticky}.nav-tabs{gap:2px;padding-bottom:4px;overflow:visible}.nav-tabs button{flex:none}}@media (width<=620px){.site-header{padding:12px 14px}.brand{display:none}.nav-tabs{justify-content:stretch;width:100%}.nav-tabs button{flex:1 1 0;padding-left:9px;padding-right:9px;font-size:.82rem}}.room-form{background:#fff;border-color:#d8cec8;padding:0 22px 22px;overflow:hidden;box-shadow:0 20px 52px #362c261c}.room-form>.panel-heading{color:#fff;background:#28342e;margin:0 -22px 22px;padding:20px 22px}.room-form>.panel-heading h2{color:#fff}.room-form>.panel-heading>span{color:#fff4ef;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;padding:5px 9px;font-size:.75rem;font-weight:700}.room-form .form-grid{gap:12px;margin-bottom:18px}.room-form .form-field{background:#f7f5f2;border:1px solid #ded8d2;border-left:4px solid #cbbdb4;border-radius:10px;gap:11px;padding:15px;transition:background .16s,border-color .16s,box-shadow .16s,transform .16s}.room-form .form-field:focus-within{border-color:var(--blue);background:#fff;transform:translate(3px);box-shadow:0 8px 24px #9f4d4521}.room-form .form-field.answered{border-left-color:var(--green);background:#fbfdfb}.form-field-heading{grid-template-columns:27px minmax(0,1fr);align-items:center;gap:10px;display:grid}.field-number{color:#fff;background:#9f4d45;border-radius:8px;place-items:center;width:27px;height:27px;font-size:.72rem;font-weight:800;display:grid}.form-field.answered .field-number{background:var(--green)}.field-question{color:#243029;line-height:1.35}.room-form .form-field select{color:#243029;background:#fff;border-color:#b9c1bb;border-radius:8px;min-height:50px;padding:0 14px;font-weight:600;box-shadow:0 2px #24302908}.room-form .form-field select:focus{border-color:var(--blue-dark);outline:none;box-shadow:0 0 0 3px #d3766a29}.room-form>.primary-button{background:#b85f53;border-color:#a65349;min-height:52px;font-size:.95rem;box-shadow:0 12px 24px #9f4d4533}@media (width<=620px){.room-form{padding:0 14px 16px}.room-form>.panel-heading{margin:0 -14px 16px;padding:17px 16px}.room-form .form-field{padding:13px}}.analysis-loader{min-height:190px;color:var(--text);background:#fff;border:1px solid #e4ded8;border-radius:14px;justify-content:center;align-items:center;gap:13px;padding:24px;display:flex;position:sticky;top:92px;box-shadow:0 10px 28px #3229240f}.analysis-loader p{font-family:var(--heading);margin:0;font-size:.96rem;font-weight:700}.analysis-spinner{border:2px solid #eedfda;border-top-color:var(--blue);border-radius:50%;flex:none;width:24px;height:24px;animation:.8s linear infinite subtle-spin;display:block}.room-form>.primary-button:disabled{cursor:wait;opacity:.76;transform:none}@keyframes subtle-spin{to{transform:rotate(360deg)}}@media (width<=860px){.analysis-loader{min-height:150px;position:static}}@media (width<=520px){.analysis-loader{min-height:130px;padding:20px}}@media (prefers-reduced-motion:reduce){.analysis-spinner{animation:none}}:root{--text:#202a25;--muted:#69756f;--border:#e8e2dc;--shadow:0 10px 28px #382d2712}body{color:var(--text);font-weight:500}h1,h2,h3{letter-spacing:-.035em;font-weight:800}h1{line-height:1.08}.site-header{font-family:var(--sans)}.brand-name{font-size:1.05rem;font-weight:800}.nav-tabs button{font-family:var(--sans);font-size:.92rem;font-weight:700}.hero-section{gap:clamp(28px,5vw,64px);padding-top:54px;padding-bottom:34px}.hero-section h1{max-width:720px;font-size:clamp(2.5rem,4.7vw,3.85rem)}.eyebrow{color:#984d43;letter-spacing:.015em;text-transform:none;background:#fff0ea;border:1px solid #f5d9d1;border-radius:999px;width:fit-content;margin-bottom:14px;padding:6px 11px;font-size:.76rem;font-weight:800;display:inline-flex}.hero-text,.section-heading>p:last-child{line-height:1.7}.primary-button,.secondary-button,.contact-link{font-family:var(--sans);border-radius:12px;font-weight:800}.primary-button,.contact-link{box-shadow:0 9px 20px #9f4d4529}.storyset-hero{background:linear-gradient(145deg,#fff0eab3,#ffffff59);border:1px solid #f0ddd6;border-radius:26px;overflow:hidden}.feature-grid,.tips-grid,.about-content{gap:18px}.feature-grid article,.tip-group,.about-content article,.room-form,.results-panel,.recommendation-card{border-color:var(--border);box-shadow:var(--shadow);border-radius:18px}.feature-grid article{min-height:220px;padding:24px}.feature-grid h2,.tip-group h2,.about-content h2{font-size:1.16rem}.feature-grid p,.tip-group li,.recommendation-card p{line-height:1.65}.page-section{padding-top:54px}.section-heading{margin-bottom:28px}.section-heading h1,.about-story h1{font-size:clamp(2rem,3.8vw,2.8rem);line-height:1.12}.panel-heading h2,.recommendation-card h3{letter-spacing:-.02em}.form-field,.form-field select{font-family:var(--sans)}.tip-group{border-radius:18px}.ac-visual-card,.visual-card{border-radius:13px}.about-story{border-radius:22px}.site-footer{background:#ffffff6b}@media (width<=860px){.hero-section{gap:26px}.storyset-hero{order:0;min-height:300px}.feature-grid article{min-height:auto}}@media (width<=700px){body{font-size:15px}.app-shell{min-height:100dvh}main{padding-bottom:88px}.site-header{top:auto;right:12px;bottom:max(10px, env(safe-area-inset-bottom));z-index:50;-webkit-backdrop-filter:blur(18px)saturate(145%);backdrop-filter:blur(18px)saturate(145%);background:#fffffff0;border:1px solid #ddd7d0eb;border-radius:19px;min-height:auto;padding:6px;position:fixed;left:12px;box-shadow:0 16px 42px #261f1b2e}.brand{display:none}.nav-tabs{background:0 0;border:0;grid-template-columns:repeat(3,1fr);gap:4px;width:100%;padding:0;display:grid;overflow:visible}.nav-tabs button{color:#737d77;border-radius:14px;width:100%;min-height:48px;padding:8px 6px;font-size:.82rem}.nav-tabs button.active{color:#8f463e;box-shadow:none;background:#fff0ea}.hero-section,.page-section,.feature-grid{width:min(100% - 24px,1160px)}.hero-section{padding-top:34px;padding-bottom:24px}.hero-section h1{font-size:clamp(2.15rem,10.5vw,2.8rem)}.hero-text{margin-top:14px;font-size:1rem}.button-row{gap:9px;margin-top:22px;display:grid}.primary-button,.secondary-button{width:100%;min-height:50px}.storyset-hero{border-radius:22px;min-height:250px;margin-top:4px}.storyset-hero img{width:min(92%,390px)}.feature-grid{gap:12px;padding:12px 0 38px}.feature-grid article{border-radius:16px;gap:9px;padding:19px}.page-section{padding-top:34px;padding-bottom:42px}.section-heading{margin-bottom:22px}.section-heading h1,.about-story h1{margin-bottom:10px;font-size:clamp(1.85rem,8.5vw,2.3rem)}.room-form,.results-panel,.tip-group,.about-story{border-radius:17px}.tips-grid{gap:14px}.recommendation-card{border-radius:16px;gap:14px}.site-footer{padding-bottom:112px}}@media (width<=380px){.nav-tabs button{font-size:.76rem}.hero-section h1{font-size:2rem}}.heat-pill{isolation:isolate;color:#a14228;background:linear-gradient(90deg,#fff0d7,#fff8ef);border-color:#ffc58f;padding-left:38px;position:relative;overflow:visible;box-shadow:0 8px 20px #f0702a1f,inset 0 1px #ffffffd1}.heat-pill:before{z-index:1;content:"??";filter:drop-shadow(0 3px 5px #f05b2347);transform-origin:50% 90%;font-size:1.35rem;line-height:1;animation:.85s ease-in-out infinite alternate flame-flicker;position:absolute;left:10px}.heat-pill:after{z-index:-1;content:"";background:#ff6a2a;border-radius:50%;width:3px;height:3px;animation:1.5s ease-out infinite ember-rise;position:absolute;top:5px;left:21px;box-shadow:-7px 4px #ffb02e,6px 8px #ff7a2f,2px 15px #ff5b1fa6}@keyframes flame-flicker{0%{transform:rotate(-5deg)scale(.94,1.04)}55%{transform:rotate(3deg)scale(1.06,.96)}to{transform:rotate(-2deg)scale(.98,1.08)}}@keyframes ember-rise{0%{opacity:0;transform:translateY(8px)scale(.7)}24%{opacity:1}to{opacity:0;transform:translateY(-15px)scale(.2)}}@media (prefers-reduced-motion:reduce){.heat-pill:before,.heat-pill:after{animation:none}}
