:root{--orange:#d05415;--orange-2:#f18419;--yellow:#fab73e;--yellow-2:#f9ea9a;--ink:#202028;--ink-2:#2b2b34;--ink-3:#34333e;--cream:#fffdf4;--muted:#726f6a;--line:#e9e3d3;--white:#fff;--green:#25d366;--danger:#d84b4b;--font-display:"General Sans", "Montserrat", sans-serif;--font-accent:"Fraunces", serif;--font-body:"Montserrat", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{max-width:100vw;overflow-x:hidden}body{background:var(--cream);color:var(--ink);font-family:var(--font-body);line-height:1.55}h1,h2,h3,h4,.label-font{font-family:var(--font-display)}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}img{max-width:100%}.wrap{width:min(1180px,100% - 40px);margin:0 auto}.btn{min-height:48px;font-family:var(--font-display);border-radius:10px;justify-content:center;align-items:center;gap:9px;padding:0 22px;font-size:.82rem;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 8px 20px #d0541538}.btn-primary:hover{background:#b64811;transform:translateY(-1px);box-shadow:0 10px 24px #d0541547}.btn-ghost{color:#fff;background:#ffffff0f;border:1px solid #ffffff47}.btn-ghost:hover{background:#ffffff1a;border-color:#fff9}.empty{text-align:center;color:var(--muted);padding:60px 24px}.section-eyebrow{color:var(--orange);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:9px;font-size:.72rem;font-weight:800;display:inline-flex}.section-eyebrow:before{content:"";background:currentColor;border-radius:99px;width:24px;height:2px}.section-title{letter-spacing:-.03em;font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.12}
.site-header{z-index:50;background:var(--ink);border-bottom:1px solid #ffffff14;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:28px;min-height:82px;display:flex}.brand-logo{align-items:center;min-width:max-content;display:inline-flex}.brand-logo-img{width:auto;height:48px;display:block}.desktop-nav{color:#ffffffd1;align-items:center;gap:34px;font-size:.83rem;font-weight:700;display:flex}.desktop-nav a{padding:31px 0;transition:color .18s;position:relative}.desktop-nav a:hover{color:#fff}.desktop-nav a:after{content:"";background:var(--orange);height:2px;transition:right .2s;position:absolute;bottom:21px;left:0;right:100%}.desktop-nav a:hover:after{right:0}.header-actions{align-items:center;gap:13px;display:flex}@media (max-width:760px){.desktop-nav{display:none}.header-inner{min-height:70px}.brand-logo-img{height:38px}}.mobile-menu-btn{color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-right:4px;display:none}.mobile-nav-panel{display:none}@media (max-width:760px){.mobile-menu-btn{display:inline-flex}.mobile-nav-panel{background:var(--ink);border-top:1px solid #ffffff14;flex-direction:column;padding:6px 20px 14px;display:flex}.mobile-nav-panel a{color:#ffffffd9;border-bottom:1px solid #ffffff12;padding:13px 0;font-size:.92rem;font-weight:700}.mobile-nav-panel a:last-child{border-bottom:none}}.site-footer{background:var(--ink);color:#fff;margin-top:80px}.footer-main{grid-template-columns:1.1fr 1fr;gap:60px;padding:54px 0;display:grid}.footer-brand-block .brand-logo{margin-bottom:18px}.footer-brand-block p{font-family:var(--font-display);margin-bottom:6px;font-size:1rem;font-weight:700}.footer-brand-block>span{color:#ffffff8c;font-size:.8rem}.footer-links{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.footer-links>div{color:#ffffff9e;flex-direction:column;gap:8px;font-size:.78rem;display:flex}.footer-links h3{color:#fff;margin-bottom:6px;font-size:.82rem}.footer-links a:hover{color:var(--orange-2)}.footer-bottom{color:#fff6;border-top:1px solid #ffffff1a;justify-content:space-between;gap:16px;padding:18px 0;font-size:.7rem;display:flex}@media (max-width:760px){.footer-main{grid-template-columns:1fr;gap:34px}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}}.wa-float{z-index:60;background:var(--green);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s;display:flex;position:fixed;bottom:22px;left:22px;box-shadow:0 8px 24px #0003}.wa-float:hover{transform:scale(1.06)}.chatbot-float{z-index:60;background:var(--orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 8px 24px #d0541559}.chatbot-float:hover{transform:scale(1.06)}.chatbot-panel{z-index:60;border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;width:min(360px,100vw - 40px);height:min(500px,100vh - 140px);display:flex;position:fixed;bottom:90px;right:22px;overflow:hidden;box-shadow:0 20px 60px #20202840}.chatbot-head{background:var(--ink);color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.chatbot-head strong{font-family:var(--font-display);font-size:.92rem;display:block}.chatbot-head span{color:#fff9;margin-top:2px;font-size:.72rem;display:block}.chatbot-close{color:#ffffffb3;cursor:pointer;background:0 0;border:none;padding:4px;font-size:.95rem}.chatbot-close:hover{color:#fff}.chatbot-body{background:var(--cream);flex-direction:column;flex:1;gap:14px;padding:16px;display:flex;overflow-y:auto}.chatbot-msg{flex-direction:column;gap:8px;display:flex}.chatbot-msg-bot{align-items:flex-start}.chatbot-msg-user{align-items:flex-end}.chatbot-bubble{border-radius:12px;max-width:84%;padding:10px 13px;font-size:.84rem;line-height:1.45}.chatbot-msg-bot .chatbot-bubble{border:1px solid var(--line);color:var(--ink);background:#fff;border-bottom-left-radius:3px}.chatbot-msg-user .chatbot-bubble{background:var(--orange);color:#fff;border-bottom-right-radius:3px}.chatbot-chips{flex-wrap:wrap;gap:6px;display:flex}.chatbot-chip{border:1px solid var(--orange);color:var(--orange);cursor:pointer;background:#fff;border-radius:99px;padding:6px 12px;font-size:.74rem;font-weight:700;transition:background .15s,color .15s}.chatbot-chip:hover{background:var(--orange);color:#fff}.chatbot-chip-cta{background:var(--orange);color:#fff;align-self:flex-start;display:inline-block}.chatbot-chip-cta:hover{color:#fff;background:#b64811}.chatbot-wa-link{color:var(--green);text-underline-offset:2px;align-self:center;margin-top:4px;font-size:.76rem;font-weight:700;text-decoration:underline}.chatbot-input-row{border-top:1px solid var(--line);background:#fff;flex-shrink:0;gap:8px;padding:12px;display:flex}.chatbot-input-row input{border:1px solid var(--line);font-size:.84rem;font-family:var(--font-body);background:var(--cream);border-radius:10px;flex:1;padding:10px 12px}.chatbot-input-row input:focus{border-color:var(--orange);outline:none}.chatbot-send{background:var(--orange);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex}.chatbot-send:hover{background:#b64811}@media (max-width:480px){.chatbot-panel{bottom:84px;right:14px}.chatbot-float{right:14px}}.home-hero{background:var(--ink);color:#fff;min-height:590px;position:relative;overflow:hidden}.hero-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:20px;min-height:590px;display:grid}.hero-copy{z-index:3;padding:70px 0;position:relative}.hero-eyebrow{color:var(--yellow);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:9px;margin-bottom:20px;font-size:.68rem;font-weight:800;display:flex}.hero-eyebrow span{background:var(--orange);width:25px;height:2px}.hero-copy h1{letter-spacing:-.055em;max-width:650px;font-size:clamp(2.7rem,5vw,4.8rem);line-height:1.02}.hero-copy h1 em{color:var(--yellow);font-family:var(--font-accent);font-style:italic;font-weight:600}.hero-copy>p{color:#ffffffb3;max-width:520px;margin:22px 0 28px;font-size:.95rem}.hero-actions{flex-wrap:wrap;gap:10px;display:flex}.hero-proof{color:#ffffff8c;align-items:center;gap:12px;margin-top:34px;font-size:.68rem;line-height:1.35;display:flex}.hero-proof strong{color:#fff;font-family:var(--font-display);font-size:.9rem}.hero-visual{height:100%;min-height:590px;position:relative}.hero-glow{background:radial-gradient(circle,#d0541552,#d0541500 68%);border-radius:50%;width:500px;height:500px;position:absolute;top:55px;right:0}.hero-room{background:#d7d0c5;border-radius:260px 260px 0 0;width:690px;height:510px;position:absolute;bottom:0;right:-65px;overflow:hidden;box-shadow:-20px 0 80px #0000002e}.room-wall{background:linear-gradient(120deg,#e8e1d7,#c8b9a9);position:absolute;inset:0 0 120px}.room-floor{opacity:.72;background:repeating-linear-gradient(90deg,#9d7653 0 30px,#a98360 30px 60px);height:180px;position:absolute;bottom:-30px;left:-10%;right:-10%;transform:perspective(260px)rotateX(55deg)}.room-window{background:#9ec4d0;border:10px solid #f2eee7;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;width:170px;height:170px;display:grid;position:absolute;top:52px;left:52px;box-shadow:0 8px 20px #0000001f}.room-window i{border:2px solid #fff9}.room-lamp{width:80px;height:250px;position:absolute;top:55px;right:95px}.room-lamp span{background:#443d35;width:6px;height:180px;position:absolute;top:0;left:37px}.room-lamp b{background:#f4d68d;border-radius:50% 50% 20% 20%;width:70px;height:40px;position:absolute;top:0;left:5px;box-shadow:0 10px 30px #ffdc8273}.room-sofa{background:#eee8de;border-radius:36px 36px 20px 20px;width:400px;height:150px;position:absolute;bottom:92px;left:125px;box-shadow:0 22px 25px #37281e33}.room-sofa i{background:#e6ded2;border-radius:28px 28px 12px 12px;width:110px;height:85px;position:absolute;top:-38px}.room-sofa i:first-child{left:28px}.room-sofa i:nth-child(2){left:145px}.room-sofa i:nth-child(3){left:262px}.room-sofa b{background:#5c4634;border-radius:0 0 5px 5px;width:14px;height:32px;position:absolute;bottom:-22px}.room-sofa b:nth-last-child(2){left:38px}.room-sofa b:last-child{right:38px}.room-table{background:#9c6844;border-radius:50%;width:210px;height:70px;position:absolute;bottom:45px;left:235px;box-shadow:0 16px 16px #28140a40}.room-table i{background:#70472e;width:26px;height:100px;position:absolute;top:45px;left:92px}.room-plant{width:90px;height:160px;position:absolute;bottom:100px;right:15px}.room-plant b{background:#b86f38;border-radius:8px 8px 20px 20px;width:50px;height:60px;position:absolute;bottom:0;left:24px}.room-plant i{background:#496548;border-radius:80% 0;width:55px;height:75px;position:absolute;bottom:48px;transform:rotate(-30deg)}.room-plant i:first-child{bottom:75px;left:10px}.room-plant i:nth-child(2){bottom:83px;left:38px;transform:rotate(35deg)}.room-plant i:nth-child(3){bottom:105px;left:25px;transform:rotate(5deg)}.hero-badge{z-index:4;background:#171717eb;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;padding:15px 18px;display:flex;position:absolute;bottom:74px;right:12px;box-shadow:0 16px 30px #00000038}.hero-badge strong{font-family:var(--font-display);font-size:.9rem}.hero-badge span{color:var(--orange);font-size:.75rem;font-weight:800}@media (max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-copy{padding:62px 0 35px}.hero-visual{min-height:380px}.hero-room{width:590px;height:390px;right:-130px}.room-sofa{transform-origin:0 100%;transform:scale(.8)}.room-window{transform-origin:0 0;transform:scale(.8)}.room-lamp,.room-plant{transform:scale(.8)}.hero-badge{bottom:25px}}@media (max-width:560px){.home-hero,.hero-grid{min-height:0}.hero-copy{padding-top:46px}.hero-copy h1{font-size:2.55rem}.hero-visual{min-height:285px;margin-top:-5px}.hero-room{width:480px;height:300px;right:-145px}.room-sofa{bottom:60px;left:105px;transform:scale(.6)}.room-window{top:35px;left:40px;transform:scale(.6)}.room-lamp{top:35px;right:50px;transform:scale(.6)}.room-plant{bottom:60px;right:0;transform:scale(.6)}.hero-badge{bottom:12px;right:12px}}.trust-strip{border-bottom:1px solid var(--line);background:#fff}.trust-grid{grid-template-columns:repeat(4,1fr);align-items:center;min-height:88px;display:grid}.trust-grid>div{border-right:1px solid var(--line);align-items:center;gap:12px;padding:0 20px;display:flex}.trust-grid>div:first-child{padding-left:0}.trust-grid>div:last-child{border-right:none}.trust-icon{width:35px;height:35px;color:var(--orange);background:#fff3e9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:flex}.trust-grid strong,.trust-grid small{display:block}.trust-grid strong{font-size:.75rem}.trust-grid small{color:#8a857f;margin-top:2px;font-size:.64rem}@media (max-width:800px){.trust-grid{grid-template-columns:1fr 1fr;padding:14px 0}.trust-grid>div{border-right:none;padding:10px 8px}.trust-grid>div:first-child{padding-left:8px}}.home-section{padding:78px 0}.section-heading-row{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px;display:flex}.section-heading-row .section-title{margin-top:8px}.section-link,.text-button{color:var(--orange);font-size:.76rem;font-weight:800}.category-carousel{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000);mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000)}.category-track{gap:14px;width:max-content;padding:0 24px;animation:34s linear infinite category-scroll;display:flex}.category-carousel:hover .category-track{animation-play-state:paused}.category-card{color:#fff;isolation:isolate;background:#34302c;border-radius:15px;flex-direction:column;flex:none;justify-content:space-between;width:230px;min-height:230px;padding:18px;display:flex;position:relative;overflow:hidden}@keyframes category-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.category-track{scroll-snap-type:x mandatory;animation:none;overflow-x:auto}.category-card{scroll-snap-align:start}}.category-card:before{content:"";z-index:-2;background:linear-gradient(145deg,#ffffff14,#0000006b);position:absolute;inset:0}.category-card:after{content:"";z-index:-1;background:radial-gradient(circle at 70% 28%,#ffffff29,#0000 34%);position:absolute;inset:0}.category-card-1{background:linear-gradient(145deg,#6d4d39,#26201c)}.category-card-2{background:linear-gradient(145deg,#9a826f,#302722)}.category-card-3{background:linear-gradient(145deg,#8c6a45,#2d241b)}.category-card-4{background:linear-gradient(145deg,#b28b63,#38281e)}.category-card-5{background:linear-gradient(145deg,#f18419,#8a3a0c)}.category-number{opacity:.55;font-size:.62rem;font-weight:800}.category-card>div{flex-direction:column;gap:4px;display:flex}.category-card strong{font-family:var(--font-display);font-size:1.05rem}.category-card div span{color:#ffffffb3;font-size:.63rem}.category-shape{border:18px solid #ffffff1f;border-radius:40px 40px 20px 20px;width:150px;height:85px;position:absolute;top:65px;right:-20px;transform:rotate(-9deg)}@media (max-width:480px){.category-card{width:200px;min-height:200px}}.home-story{background:#fff;padding:90px 0}.home-story.alt{background:#f7f4ef}.story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.story-grid.reverse .story-visual{order:2}.story-grid.reverse .story-copy{order:1}@media (max-width:800px){.story-grid.reverse .story-visual,.story-grid.reverse .story-copy{order:initial}}.story-visual{background:radial-gradient(circle at 70% 20%,#f7d6a7 0,#c48754 30%,#4a3327 70%,#231d19 100%);border-radius:22px;min-height:390px;position:relative;overflow:hidden;box-shadow:0 24px 60px #2c1f162e}.story-visual:before{content:"";background:#e8e0d3;border-radius:60px 60px 25px 25px;width:320px;height:160px;position:absolute;top:120px;left:80px;box-shadow:0 28px 35px #0003}.story-visual:after{content:"";background:#805538;border-radius:50%;width:130px;height:45px;position:absolute;bottom:78px;left:170px;box-shadow:0 10px 15px #00000040}.story-copy h2{letter-spacing:-.045em;margin:11px 0 22px;font-size:clamp(2rem,4vw,3.1rem);line-height:1.06}.story-copy h2 em{color:var(--orange);font-family:var(--font-accent);font-style:italic;font-weight:600}.story-copy p{color:#6e6963;max-width:52ch;margin-bottom:14px;font-size:.88rem}.story-copy .text-button{margin-top:8px;display:inline-block}@media (max-width:800px){.story-grid{grid-template-columns:1fr;gap:40px}.story-visual{min-height:310px}.story-visual:before{top:95px;left:50px}.story-visual:after{left:120px}}.home-cta{background:var(--ink);color:#fff;padding:56px 0}.cta-inner{justify-content:space-between;align-items:center;gap:30px;display:flex}.cta-inner h2{letter-spacing:-.03em;margin:8px 0 5px;font-size:clamp(1.7rem,3vw,2.5rem)}.cta-inner p{color:#fff9;font-size:.82rem}@media (max-width:700px){.cta-inner{flex-direction:column;align-items:flex-start}}.contact-section{padding:80px 0 10px}.contact-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.contact-grid>div:first-child p{color:#77716b;max-width:48ch;margin-top:16px;font-size:.88rem}.contact-card{border:1px solid var(--line);background:#fff;border-radius:16px;gap:18px;padding:26px;display:grid;box-shadow:0 10px 30px #1717170a}.contact-card>div{flex-direction:column;gap:3px;display:flex}.contact-card strong{font-size:.82rem}.contact-card span{color:#8b857e;font-size:.7rem}@media (max-width:800px){.contact-grid{grid-template-columns:1fr;gap:30px}}.story-brand-lockup{z-index:3;background:#171717e0;border:1px solid #ffffff1f;border-radius:12px;justify-content:center;width:auto;padding:10px 16px;display:flex;position:absolute;inset:auto 14px 14px auto;transform:none;box-shadow:0 12px 28px #00000047}.story-brand-lockup .brand-logo-img{height:30px}@media (max-width:800px){.story-brand-lockup{padding:8px 12px}.story-brand-lockup .brand-logo-img{height:24px}}.hero-visual.hero-visual-photo{justify-content:center;align-items:center;height:auto;min-height:0;display:flex}.hero-photo-frame{aspect-ratio:1;border-radius:32px;width:min(560px,100%);position:relative;overflow:hidden;box-shadow:-20px 0 60px #0000002e}.hero-photo-frame img{object-fit:cover;width:100%;height:100%;display:block}.hero-photo-frame .hero-badge{bottom:14px;right:14px}@media (max-width:900px){.hero-photo-frame{width:min(420px,100%)}}.category-card[style*=background-image]{background-position:50%;background-size:cover}.story-visual-photo{background:0 0}.story-visual-photo img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.story-visual-photo:before,.story-visual-photo:after{display:none}
