/* The original storefront composition, refined around the supplied Outlet identity. */
.container{width:min(1280px,calc(100% - 80px))}h2{font-size:34px;line-height:1.18;letter-spacing:-.035em}.section{padding:66px 0}.eyebrow{font-size:10px;letter-spacing:.14em;margin-bottom:12px}.section-heading{margin-bottom:28px;gap:24px}.section-heading h2{max-width:760px}.section-heading .text-link{font-size:12px;color:var(--accent)}.section-description{font-size:13px;line-height:1.8;margin-top:13px;color:var(--secondary)}.text-link{color:var(--accent)}.button{border-radius:9px;min-height:50px;font-size:13px;padding:14px 20px}.button:active{transform:scale(.98)}
/* Search stays at the center of the shopping experience. */
.promo-bar{font-size:11px;letter-spacing:.01em}.promo-bar .container{min-height:32px;gap:10px}.site-header{background:rgba(255,255,255,.97)}.header-layout{display:grid;grid-template-columns:160px minmax(280px,560px) 160px;justify-content:space-between;gap:40px;min-height:99px;padding-block:8px}.header-layout>.brand{width:120px;justify-self:start}.header-layout>.mobile-menu{display:none;position:static}.header-search{margin:0;width:100%;max-width:none;flex:none}.header-search .search-form{border:1px solid var(--border);border-radius:30px;min-height:49px;padding-left:17px;gap:12px;background:var(--soft)}.header-search .search-form:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #b8291f09;background:white}.header-search input{font-size:14px;height:48px}.header-search .search-submit{border-radius:50%;background:var(--accent);color:white;min-width:36px;width:36px;height:36px;margin-right:6px;transition:background .2s,transform .2s}.header-search .search-submit .icon{width:18px;height:18px}.header-search .search-submit:hover{background:#96201a;transform:translateX(1px)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:28px}.header-action{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;font-size:10px;font-weight:550;min-width:52px;min-height:52px;color:var(--brand);border-radius:8px}.header-action .icon{width:22px;height:22px}.header-action:hover{background:var(--soft)}.category-strip .container{justify-content:space-between;gap:22px;overflow-x:auto;scrollbar-width:none}.category-strip button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;font-size:12px;flex:none}.category-strip .nav-all{font-weight:750;padding-right:24px;position:relative}.category-strip .nav-all::before{content:'';position:absolute;right:0;height:19px;width:1px;background:var(--border)}.category-strip .nav-all .icon{width:16px;height:16px}.category-strip button::after{background:var(--accent)}.category-strip .nav-sale{color:var(--accent)}.nav-sale-dot{width:5px;height:5px;background:currentColor;border-radius:50%}
/* One continuous room photograph; no split panel or obstructing sticker. */
.hero-section{padding:24px 0 0}.hero{height:470px;position:relative;overflow:hidden;border-radius:15px;background:#eee7de}.hero-slide{position:absolute;inset:0;isolation:isolate}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-position:center 57%;z-index:-2}.hero-slide::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#f5f0e8f5 0%,#f5f0e8d6 29%,#f5f0e826 60%,#f5f0e800 78%);z-index:-1;pointer-events:none}.hero-copy{position:relative;height:100%;padding:53px 56px 65px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:690px}.hero-eyebrow{font-size:10px;font-weight:750;letter-spacing:.17em;color:var(--brand);margin-bottom:21px}.hero h1,.hero-title{font-size:56px;line-height:1.08;letter-spacing:-.047em;font-weight:650;color:var(--brand);max-width:610px}.hero-description{font-size:14px;line-height:1.7;color:#514941;margin-top:21px;max-width:460px}.hero-description strong{font-weight:750;color:var(--accent)}.hero-ctas{display:flex;align-items:center;gap:26px;margin-top:30px;flex-wrap:wrap}.hero-ctas .button{min-height:50px;gap:20px;padding:14px 21px;font-size:13px;box-shadow:0 4px 14px #1c14350b}.hero-secondary{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:650;min-height:44px;color:var(--brand)}.hero-secondary .icon{width:15px;height:15px}.hero-secondary:hover{text-decoration:underline;text-underline-offset:5px}.hero-controls{position:absolute;z-index:4;left:43px;right:24px;bottom:12px;display:flex;align-items:center;justify-content:space-between}.hero-dots{display:flex;gap:0}.hero-dots button{width:44px;height:44px;display:grid;place-items:center}.hero-dots span{width:6px;height:6px;border-radius:8px;background:#7b7167;transition:width .24s}.hero-dots .active span{width:24px;background:var(--brand)}.hero-arrows{display:flex;gap:8px}.hero-arrows button{border:1px solid #ffffffa6;background:#ffffffa8;backdrop-filter:blur(6px);width:44px;height:44px}.hero-arrows .icon{width:17px;height:17px}
.trust-strip{margin-top:26px;background:var(--soft);border-block:1px solid var(--border)}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding-block:24px}.trust-grid>div{display:flex;align-items:center;justify-content:center;gap:14px;position:relative}.trust-grid>div+div::before{content:'';position:absolute;left:-12px;width:1px;height:30px;background:#d9d2c8}.trust-grid .icon{width:26px;height:26px;color:var(--brand)}.trust-grid p{display:flex;flex-direction:column;gap:4px}.trust-grid strong{font-size:12px;font-weight:650}.trust-grid span{font-size:11px;color:var(--secondary)}
/* Compact product cards keep photograph, price and next action together. */
.bestsellers-section{padding-bottom:34px}.product-section-heading{margin-bottom:27px;gap:22px}.product-section-heading .section-heading{margin:0}.product-row{grid-auto-columns:calc((100% - 72px)/4);gap:24px;padding:2px 1px 5px}.product-card{background:white;border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:box-shadow .3s,border-color .3s,transform .3s}.product-photo{aspect-ratio:1.06;border-radius:11px 11px 0 0}.product-photo .badge{left:13px;top:13px;font-size:11px;border-radius:5px}.product-info{padding:16px 16px 15px}.product-meta{font-size:11px;margin-bottom:7px}.product-info h3{font-size:19px;letter-spacing:-.025em;margin-bottom:12px;line-height:1.35}.product-price-line{display:flex;align-items:center;justify-content:space-between;gap:8px}.price-row{gap:8px}.product-card .price{color:var(--accent);font-size:23px}.product-card .price-row del{font-size:11px}.product-size{font-size:10px;margin:0}.product-detail-link{background:var(--accent);color:white;border:0;border-radius:7px;font-size:12px;padding:10px 13px;min-height:44px;margin-top:16px;font-weight:650}.product-detail-link .icon{width:17px;height:17px}.photo-detail{right:12px;bottom:12px;width:34px;height:34px;box-shadow:0 3px 13px #0001}.photo-detail .icon{width:18px;height:18px}.rail-progress{height:2px;margin-top:19px}.rail-controls{gap:8px}.rail-controls button{width:42px;height:42px}.rail-controls .icon{width:18px;height:18px}.sale-section{background:white}.sale-section .product-photo{aspect-ratio:1.06}
.rooms-section{padding-top:26px;padding-bottom:63px}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.category-tile{display:flex;flex-direction:column;text-align:left;align-items:flex-start;min-width:0}.category-image{display:block;position:relative;aspect-ratio:1.05;width:100%;border-radius:12px;overflow:hidden;background:var(--soft)}.category-image img{width:100%;height:100%;object-position:center 64%;transition:transform .6s var(--ease)}.category-arrow{position:absolute;right:14px;bottom:14px;width:38px;height:38px;border-radius:50%;background:#fffffff0;display:grid;place-items:center;transition:transform .25s}.category-arrow .icon{width:18px;height:18px}.category-name{font-size:17px;font-weight:650;letter-spacing:-.025em;line-height:1.35;margin-top:16px;color:var(--brand)}.category-copy{font-size:12px;color:var(--secondary);margin-top:5px;line-height:1.6}
.texture-banner{position:relative;height:365px;isolation:isolate;overflow:hidden;background:#d7cec1}.texture-banner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 53%;z-index:-2}.texture-banner::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#f4efe5f7 0%,#f4efe5d1 29%,#f4efe53b 55%,#f4efe500 78%);z-index:-1}.texture-inner{height:100%;display:flex;align-items:center}.texture-caption{max-width:620px;padding:25px 0}.texture-caption .eyebrow{color:#655b50}.texture-caption h2{font-size:40px;line-height:1.15;color:var(--brand);letter-spacing:-.035em}.texture-caption>p:not(.eyebrow){font-size:14px;max-width:400px;line-height:1.7;color:#61584f;margin-top:17px}.material-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.material-tabs button{display:flex;align-items:center;justify-content:space-between;gap:23px;min-width:105px;min-height:45px;border:1px solid #ffffffb3;border-radius:8px;background:#ffffffd9;font-size:12px;font-weight:650;padding:10px 16px;color:var(--brand);transition:background .2s,transform .2s}.material-tabs .icon{width:16px;height:16px}
/* Real interiors sit together, followed by the brand's Instagram stream. */
.homes-section{background:var(--soft);border-block:1px solid #eee9e2}.homes-layout{display:block}.homes-intro{align-items:center}.homes-actions{display:flex;gap:24px;align-items:center}.homes-actions .text-link{font-size:12px}.homes-gallery{min-width:0}.home-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 40px)/3);gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;padding-bottom:3px}.home-story{scroll-snap-align:start;min-width:0}.home-story>button{display:block;position:relative;width:100%;aspect-ratio:4/3;border-radius:11px;overflow:hidden}.home-story img{width:100%;height:100%;transition:transform .5s var(--ease)}.story-expand{position:absolute;right:13px;bottom:13px;width:36px;height:36px;border-radius:50%;background:white;display:grid;place-items:center;box-shadow:0 3px 14px #0001}.story-expand .icon{width:18px;height:18px}.home-story figcaption{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;font-size:12px}.home-story figcaption>span:last-child{font-size:10px;color:var(--secondary)}.instagram-profile{display:flex;align-items:center;gap:10px;min-height:44px;font-size:12px;font-weight:600;color:var(--brand);white-space:nowrap}.instagram-profile>.icon{width:18px;height:18px}.instagram-profile .icon:last-child{width:16px}.social-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 72px)/4.6);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}.social-card{scroll-snap-align:start;min-width:0}.social-photo{position:relative;display:block;aspect-ratio:9/13;overflow:hidden;border-radius:11px;background:var(--soft)}.social-photo img{width:100%;height:100%;transition:transform .5s var(--ease)}.social-photo::after{content:'';position:absolute;inset:65% 0 0;background:linear-gradient(transparent,#0002);pointer-events:none}.social-play{position:absolute;bottom:13px;left:13px;width:34px;height:34px;border-radius:50%;background:#fffffff0;z-index:1;display:grid;place-items:center}.social-play .icon{width:15px;height:15px;margin-left:2px}.social-mark{position:absolute;right:12px;top:12px;width:27px;height:27px;display:grid;place-items:center;border-radius:7px;background:#17131e55;color:white}.social-mark .icon{width:17px;height:17px}.social-title{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;margin-top:13px;line-height:1.5}.social-title .icon{width:15px;height:15px}.social-controls{display:flex;align-items:center;gap:20px;margin-top:21px}.social-controls .rail-progress{flex:1;margin:0}.autoplay-toggle{min-height:44px;min-width:70px;font-size:11px;text-decoration:underline;text-underline-offset:5px;color:var(--secondary)}
.faq-section{background:var(--soft);padding-block:58px}.faq-layout{display:grid;grid-template-columns:.9fr 1.3fr;gap:80px}.faq-layout .section-description{max-width:300px;font-size:14px}.faq-layout .text-link{font-size:12px;margin-top:17px}.faq-item{border-bottom:1px solid #ddd6cd}.faq-item:first-child{border-top:1px solid #ddd6cd}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:66px;padding:20px 0;font-size:14px;font-weight:600;line-height:1.5;cursor:pointer;list-style:none;letter-spacing:-.01em}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary .icon{width:18px;height:18px;transition:transform .22s}.faq-item[open] summary .icon,.product-care[open] summary .icon{transform:rotate(45deg)}.faq-answer p{font-size:13px;line-height:1.8;color:var(--secondary);padding:0 35px 23px 0;max-width:65ch}.faq-item[open] .faq-answer{animation:answer-in .26s var(--ease)}@keyframes answer-in{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
.store-layout{display:grid;grid-template-columns:350px 1fr;border:1px solid var(--border);border-radius:12px;overflow:hidden;min-height:443px}.store-details{padding:25px 27px;background:var(--soft)}.store-tabs{display:flex;gap:3px;background:#eae5df;padding:4px;border-radius:8px;margin-bottom:25px}.store-tabs button{flex:1;font-size:12px;font-weight:650;min-height:42px;border-radius:5px;transition:background .2s,box-shadow .2s}.store-tabs button[aria-selected=true]{background:white;color:var(--brand);box-shadow:0 2px 6px #1c14350c}.store-kicker{font-size:10px;letter-spacing:.13em;color:var(--secondary)}#store-name{font-size:26px;letter-spacing:-.03em;margin:11px 0 9px}#store-description{font-size:12px;color:var(--secondary);margin-bottom:21px;min-height:20px}.store-info-line{display:flex;align-items:center;gap:12px;font-size:13px;min-height:37px}.store-info-line .icon{width:17px;height:17px;color:var(--secondary)}#store-directions{margin-top:20px;width:100%;font-size:13px}.store-map{position:relative;min-width:0;background:#e9e7e3}.store-map iframe{border:0;display:block;width:100%;height:100%;min-height:443px}.map-external{position:absolute;right:14px;bottom:25px;display:flex;align-items:center;gap:10px;background:white;box-shadow:0 2px 10px #0002;padding:10px 14px;border-radius:6px;font-size:11px;min-height:44px}.map-external .icon{width:16px}.delivery-contact{text-align:center;font-size:12px;color:var(--secondary);margin-top:19px}.delivery-contact a{color:var(--brand);font-weight:650}
.footer-brand-band{border-top:1px solid var(--border)}.footer-brand-band>.container{display:flex;align-items:center;gap:35px;min-height:133px;padding-block:20px}.footer-brand-band .brand{width:123px}.footer-brand-band p{font-size:15px;color:var(--secondary);letter-spacing:-.015em}.footer-brand-band .text-link{margin-left:auto;font-size:12px;gap:10px}.footer-main{background:var(--brand);color:white;padding-top:44px}.footer-top{display:grid;grid-template-columns:1fr 1fr 1.2fr 1.2fr;gap:40px;padding-bottom:37px}.footer-column h3{color:white;font-size:13px;letter-spacing:0;font-weight:700;margin-bottom:17px}.footer-column>a,.footer-column>button{display:flex;align-items:center;gap:9px;color:#d1cbdc;font-size:12px;min-height:34px;text-align:left}.footer-column .icon{width:14px}.footer-contact .eyebrow{color:#b6aec7;font-size:10px;margin-bottom:13px}.footer-phone{font-size:23px;color:#fff;letter-spacing:-.035em;font-weight:650;white-space:nowrap}.footer-contact>p:not(.eyebrow){font-size:11px;color:#bfb7ce;margin-top:10px}.footer-contact .text-link{color:#fff;font-size:12px;margin-top:15px;gap:10px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #ffffff26;padding:23px 0;color:#bdb5cc;font-size:10px}.payment-marks{display:flex;gap:17px;align-items:center;color:#fff;font-size:14px;font-weight:750;font-style:italic}.payment-marks span{font-size:10px;font-style:normal}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.product-card:hover{border-color:#d8cec1;box-shadow:0 7px 22px #1c143509;transform:translateY(-2px)}.product-detail-link:hover{background:#96201a}.category-tile:hover .category-image img{transform:scale(1.045)}.category-tile:hover .category-arrow{transform:translateX(3px)}.material-tabs button:hover{background:#fff;transform:translateY(-2px)}.home-story>button:hover img,.social-card:hover img{transform:scale(1.035)}.footer-column>*:hover{color:white;text-decoration:underline;text-underline-offset:4px}}
@media(max-width:1100px){.container{width:calc(100% - 48px)}.header-layout{grid-template-columns:125px minmax(230px,1fr) 130px;gap:25px}.header-actions{gap:17px}.header-layout>.brand{width:115px}.category-strip .container{justify-content:flex-start;gap:25px}.hero{height:440px}.hero-copy{padding:42px 36px 61px;max-width:620px}.hero h1,.hero-title{font-size:49px}.hero-controls{left:24px}.hero-ctas{gap:20px}.hero-secondary{font-size:11px}.trust-grid{gap:18px}.trust-grid strong{font-size:11px}.trust-grid span{font-size:10px}.trust-grid>div{gap:11px}.trust-grid .icon{width:24px;height:24px}.product-row{grid-auto-columns:calc((100% - 40px)/3);gap:20px}.product-price-line{display:flex}.category-grid{gap:19px}.category-name{font-size:16px}.category-copy{font-size:11px}.texture-caption h2{font-size:36px}.home-rail{gap:16px;grid-auto-columns:calc((100% - 32px)/3)}.home-story figcaption{font-size:11px}.social-rail{grid-auto-columns:calc((100% - 42px)/3.6);gap:16px}.homes-actions .text-link{font-size:11px}.faq-layout{gap:42px}.store-layout{grid-template-columns:320px 1fr}.store-details{padding:25px 22px}.footer-top{gap:25px}.footer-phone{font-size:21px}}
@media(min-width:760px) and (max-width:900px){.header-layout{grid-template-columns:112px minmax(230px,1fr) 120px;gap:20px}.header-actions{gap:13px}.hero-copy{padding-left:32px}.hero h1,.hero-title{font-size:46px}.hero-secondary{display:none}.category-grid{gap:16px}.category-name{font-size:15px}.category-copy{font-size:10px}.homes-actions .text-link{display:none}.home-rail{grid-auto-columns:calc((100% - 16px)/2.2)}.instagram-section .section-heading{display:block}.instagram-profile{margin-top:14px}.footer-top{grid-template-columns:1fr 1fr 1.3fr}.footer-contact{grid-column:1/-1;border-top:1px solid #ffffff26;padding-top:25px;display:flex;align-items:center;gap:24px}.footer-contact .eyebrow,.footer-contact>p:not(.eyebrow),.footer-contact .text-link{margin:0}.footer-contact .text-link{margin-left:auto}}
@media(max-width:759px){html{scroll-padding-top:157px}body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.container{width:calc(100% - 32px)}h2{font-size:27px;letter-spacing:-.035em;line-height:1.2}.section{padding:44px 0}.eyebrow{font-size:9px;letter-spacing:.13em;margin-bottom:10px}.section-heading{display:block;margin-bottom:23px}.section-heading .text-link{margin-top:10px;font-size:12px;min-height:35px}.section-description{font-size:12px;margin-top:10px}.promo-bar{font-size:10px;letter-spacing:0}.promo-bar .container{width:100%;gap:7px;min-height:30px}.header-layout{display:grid;grid-template-columns:52px 1fr 52px;grid-template-rows:auto auto;gap:7px 0;min-height:0;padding:7px 0 12px;justify-content:normal}.header-layout>.brand{width:95px;grid-column:2;grid-row:1;justify-self:center}.header-layout>.mobile-menu{display:grid;position:static;margin:0 0 0 -6px;justify-self:start;grid-column:1;grid-row:1}.header-search{display:block;grid-column:1/-1;grid-row:2;width:100%;max-width:none;margin:0}.header-search .search-form{min-height:47px;padding-left:15px;gap:10px}.header-search input{height:46px;font-size:16px}.header-search input::placeholder{font-size:13px}.header-search .search-submit{width:35px;height:35px;min-width:35px;margin-right:5px}.header-actions{grid-column:3;grid-row:1;justify-content:flex-end;gap:0}.header-store{display:none}.header-phone{min-width:44px;min-height:44px;width:44px;height:44px;margin-right:-4px}.header-phone>span{display:none}.header-phone .icon{width:21px;height:21px}.category-strip .container{width:100%;padding-inline:16px;gap:24px;justify-content:flex-start}.category-strip button{min-height:45px;font-size:11px}.category-strip .nav-all{padding-right:0}.category-strip .nav-all::before{display:none}.category-strip .nav-all .icon{width:15px;height:15px}.hero-section{padding-top:16px}.hero{width:calc(100% - 32px);height:365px;border-radius:13px}.hero-image{inset:0;width:100%;height:100%;object-position:62% 57%;z-index:-2}.hero-slide::after{background:linear-gradient(180deg,#f6f2ebeb 0%,#f6f2ebb8 26%,#f6f2eb1a 64%,#f6f2eb22 100%)}.hero-copy{width:100%;height:100%;max-width:none;padding:26px 24px 59px;justify-content:flex-start}.hero-eyebrow{font-size:9px;letter-spacing:.14em;margin-bottom:13px}.hero h1,.hero-title{font-size:33px;letter-spacing:-.047em;line-height:1.13;max-width:310px}.hero-description{font-size:12px;line-height:1.7;margin-top:13px;max-width:240px}.hero-ctas{margin-top:auto;gap:0}.hero-ctas .button{min-height:48px;padding:13px 17px;font-size:13px;gap:20px}.hero-secondary{display:none}.hero-controls{left:14px;right:15px;bottom:7px}.hero-dots{background:none;padding:0;gap:0;border-radius:0}.hero-dots button{width:36px;height:40px}.hero-dots .active span{width:23px}.hero-arrows{gap:7px}.hero-arrows button{width:40px;height:40px;border-color:#ffffffb3;background:#ffffffb3}.trust-strip{margin-top:23px}.trust-grid{grid-template-columns:1fr 1fr;gap:23px 12px;padding:24px 0}.trust-grid>div{justify-content:flex-start;gap:11px}.trust-grid>div::before{display:none!important}.trust-grid .icon{width:23px;height:23px}.trust-grid strong{font-size:11px}.trust-grid span{font-size:10px}.trust-grid p{gap:3px}.bestsellers-section{padding-top:43px;padding-bottom:24px}.product-section-heading{align-items:flex-end;gap:15px;margin-bottom:22px}.product-section-heading .section-heading{margin:0}.product-section-heading h2{font-size:27px}.product-section-heading .section-heading .text-link{font-size:11px;min-height:32px;margin-top:9px}.product-row{grid-auto-columns:77%;gap:14px;margin-right:-16px;padding:2px 16px 4px 1px;scroll-padding-right:16px}.product-photo,.sale-section .product-photo{aspect-ratio:1.08;border-radius:11px 11px 0 0}.product-info{padding:14px}.product-meta{font-size:11px;margin-bottom:7px}.product-info h3{font-size:18px;margin-bottom:10px}.product-card .price{font-size:23px}.product-card .price-row del{font-size:11px}.product-size{font-size:10px;display:inline-block}.product-detail-link{margin-top:14px;font-size:12px;min-height:44px}.photo-detail{width:31px;height:31px;right:11px;bottom:11px}.product-photo .badge{left:11px;top:11px;font-size:10px}.rail-controls{gap:6px}.rail-controls button{width:39px;height:39px}.rail-controls .icon{width:17px;height:17px}.rail-progress{margin-top:17px}.rooms-section{padding-top:20px;padding-bottom:42px}.category-grid{grid-template-columns:1fr 1fr;gap:25px 14px}.category-tile:first-child{grid-column:auto}.category-image{height:auto;aspect-ratio:1/1.05;border-radius:10px}.category-name{font-size:16px;margin-top:12px}.category-copy{font-size:11px;margin-top:5px;line-height:1.6;max-width:24ch}.category-arrow{width:32px;height:32px;right:10px;bottom:10px}.category-arrow .icon{width:16px;height:16px}.texture-banner{height:330px}.texture-banner>img{object-position:62% center}.texture-banner::after{background:linear-gradient(90deg,#f4efe5e8 0%,#f4efe5c4 45%,#f4efe545 100%)}.texture-caption{padding:20px 6px}.texture-caption h2{font-size:29px;line-height:1.18}.texture-caption .eyebrow{font-size:9px}.texture-caption>p:not(.eyebrow){font-size:12px;max-width:270px;margin-top:16px}.material-tabs{gap:8px;margin-top:22px}.material-tabs button{min-width:88px;min-height:44px;padding:10px 12px;font-size:11px;gap:16px}.material-tabs .icon{width:15px;height:15px}.homes-intro{display:flex;align-items:flex-end;gap:15px}.homes-intro h2{font-size:27px}.homes-actions{gap:0}.homes-actions .text-link{display:none}.homes-intro .section-description{font-size:12px;max-width:29ch;margin-top:11px}.home-rail{grid-auto-columns:89%;gap:14px;margin-right:-16px;padding-right:16px}.home-story>button{border-radius:10px;aspect-ratio:4/3}.home-story figcaption{font-size:11px;padding-top:12px}.homes-gallery .rail-progress{margin-top:18px}.story-expand{right:11px;bottom:11px;width:33px;height:33px}.instagram-section h2{max-width:350px}.instagram-profile{margin-top:13px;font-size:11px;min-height:35px;gap:9px}.instagram-profile .icon{width:17px;height:17px}.social-rail{grid-auto-columns:59%;gap:14px;margin-right:-16px;padding-right:16px}.social-photo{border-radius:10px;aspect-ratio:9/13}.social-title{font-size:11px;margin-top:11px}.social-play{width:30px;height:30px;left:11px;bottom:11px}.social-mark{right:10px;top:10px;width:26px;height:26px}.social-controls{gap:14px;margin-top:17px}.autoplay-toggle{font-size:11px;min-width:63px}.faq-section{padding-block:42px}.faq-layout{display:block}.faq-layout .section-description{font-size:12px;max-width:290px}.faq-layout .text-link{font-size:12px;margin-top:10px}.faq-list{margin-top:23px}.faq-item summary{font-size:13px;min-height:67px;padding:18px 0;gap:20px}.faq-answer p{font-size:12px;padding:0 15px 20px 0}.store-layout{grid-template-columns:1fr;min-height:0;border-radius:11px}.store-details{padding:20px 21px 24px}.store-tabs{margin-bottom:23px}.store-tabs button{font-size:12px;min-height:42px}#store-name{font-size:26px}#store-description{font-size:12px;margin-bottom:17px}.store-info-line{font-size:12px;min-height:37px}#store-directions{min-height:47px;margin-top:17px}.store-map{height:300px}.store-map iframe{height:300px;min-height:300px}.map-external{right:11px;bottom:26px;min-height:39px;font-size:10px;padding:9px 12px}.delivery-contact{font-size:10px;text-align:left;line-height:1.7;margin-top:15px}.footer-brand-band>.container{min-height:113px;padding:20px 0;gap:20px;flex-wrap:wrap}.footer-brand-band .brand{width:104px}.footer-brand-band p{font-size:12px;max-width:18ch;margin-left:auto}.footer-brand-band .text-link{display:none}.footer-main{padding-top:32px}.footer-top{grid-template-columns:1fr 1fr;gap:30px 22px;padding-bottom:28px}.footer-column h3{font-size:12px;margin-bottom:12px}.footer-column>a,.footer-column>button{font-size:11px;min-height:39px}.footer-contact{grid-column:2;grid-row:2;display:block;border:0;padding:0}.footer-contact .eyebrow{font-size:9px;margin:0 0 11px}.footer-phone{font-size:17px;letter-spacing:-.025em}.footer-contact>p:not(.eyebrow){font-size:10px;line-height:1.7;margin-top:11px}.footer-contact .text-link{font-size:11px;line-height:1.7;gap:8px;margin-top:9px;align-items:flex-start}.footer-contact .text-link .icon{width:16px;height:16px;margin-top:3px}.footer-bottom{font-size:9px;padding:20px 0;flex-wrap:wrap;gap:12px}.footer-bottom>span:nth-child(2){display:none}.payment-marks{font-size:12px;gap:12px;margin-left:auto}.payment-marks span{font-size:9px}.bottom-bar{left:0;right:0;bottom:0;border-radius:0;border:0;border-top:1px solid var(--border);padding:4px 8px calc(4px + env(safe-area-inset-bottom));min-height:68px;background:rgba(255,255,255,.98);box-shadow:0 -4px 18px #1c143504}.bottom-bar>*{position:relative;border-radius:0;gap:4px;min-height:59px;font-size:10px}.bottom-bar>.active{background:none;color:var(--accent);font-weight:650}.bottom-bar>.active::before{content:'';position:absolute;left:calc(50% - 9px);top:-4px;width:18px;height:2px;background:var(--accent);border-radius:0 0 2px 2px}.bottom-bar .icon{width:22px;height:22px}}
@media(max-width:374px){.promo-bar{font-size:9px}.promo-bar .container{gap:6px}.hero{height:365px}.hero-copy{padding:24px 20px 59px}.hero h1,.hero-title{font-size:30px}.hero-description{font-size:11px;max-width:225px}.hero-ctas .button{font-size:12px;min-height:46px}.hero-eyebrow{font-size:8px}.trust-grid{gap:20px 10px}.trust-grid strong{font-size:10px}.trust-grid span{font-size:9px}.trust-grid>div{gap:9px}.trust-grid .icon{width:21px;height:21px}.product-row{grid-auto-columns:85%}.product-section-heading h2{font-size:25px}.rail-controls button{width:35px;height:35px}.category-grid{gap:24px 12px}.category-name{font-size:15px}.category-copy{font-size:10px}.texture-caption{padding-inline:2px}.texture-caption h2{font-size:27px}.material-tabs button{min-width:82px;padding-inline:10px;gap:12px}.homes-intro h2{font-size:25px}.home-rail{grid-auto-columns:91%}.social-rail{grid-auto-columns:65%}.footer-phone{font-size:15px}.footer-top{gap:28px 18px}.footer-contact .text-link{font-size:10px}.product-card .price{font-size:22px}.bottom-bar{left:0;right:0}}
