:root{
  --ink:#181a17;
  --ink2:#222620;
  --forest:#193726;
  --forest2:#244b35;
  --cream:#f5f1e9;
  --sand:#ece5d9;
  --paper:#fffdfa;
  --white:#fff;
  --gold:#c69b62;
  --gold2:#dfc091;
  --clay:#c47d57;
  --muted:#6b706a;
  --line:rgba(27,36,29,.12);
  --shadow:0 18px 48px rgba(29,34,29,.10);
  --shadow-lg:0 26px 80px rgba(11,18,13,.16);
  --radius:22px;
  --serif:"Iowan Old Style","Palatino Linotype","Book Antiqua",Baskerville,Georgia,serif;
  --sans:Inter,"Aptos","Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;background:#fff;color:var(--ink);font-family:var(--sans);line-height:1.5;overflow-x:hidden}
body.locked{overflow:hidden}
a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}
.top-note{height:32px;display:flex;align-items:center;justify-content:center;gap:10px;background:#0f1511;color:#d9ddd9;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.top-note span{opacity:.35}
.site-header{position:fixed;top:32px;left:0;right:0;z-index:80;background:transparent;border-bottom:1px solid transparent;transition:background-color .22s ease,border-color .22s ease,box-shadow .22s ease,top .18s ease}.site-header.is-past-note{top:0}.site-header.is-solid{background:rgba(25,27,24,.97);border-bottom-color:rgba(255,255,255,.08);box-shadow:0 10px 28px rgba(0,0,0,.14)}
.nav-shell{width:min(1240px,calc(100% - 36px));height:70px;margin:auto;display:flex;align-items:center;gap:34px}
.brand{display:flex;align-items:center;gap:10px;color:#fff;min-width:190px}.brand img{width:42px;height:42px;object-fit:contain;background:#fff;border-radius:12px;padding:3px}.brand span{display:grid;line-height:1}.brand strong{font-family:var(--serif);font-size:22px;letter-spacing:.08em}.brand small{font-size:8px;letter-spacing:.24em;color:#b9c0ba;margin-top:5px}
.desktop-nav{display:flex;align-items:center;gap:26px;margin:auto}.desktop-nav a{font-size:12px;color:#d4d8d4;transition:color .2s ease}.desktop-nav a:hover{color:#fff}
.nav-actions{display:flex;align-items:center;gap:10px}.nav-link-button{border:0;background:transparent;color:#d6dad6;font-size:12px;padding:10px 12px}.cart-button{height:40px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.05);border-radius:9px;color:#fff;display:flex;align-items:center;gap:8px;padding:0 12px}.cart-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7}.cart-button span{font-size:11px}.cart-button b{min-width:18px;height:18px;border-radius:50%;background:var(--gold);color:#181a17;display:grid;place-items:center;font-size:9px}
.hero-section{position:relative;background:#191b18;color:#fff;padding:108px 0 62px;overflow:hidden;isolation:isolate}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none;transform:translateZ(0);backface-visibility:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,14,12,.82) 0%,rgba(15,17,14,.74) 34%,rgba(18,20,17,.62) 55%,rgba(18,20,17,.76) 100%),linear-gradient(180deg,rgba(8,10,8,.12) 0%,rgba(8,10,8,.22) 100%);z-index:1}.hero-shell{position:relative;z-index:2;width:min(1240px,calc(100% - 36px));margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center;min-height:580px}.hero-copy{padding:28px 0}.section-label{display:block;font-size:10px;letter-spacing:.18em;font-weight:800;color:#777d77;text-transform:uppercase;margin-bottom:18px}.section-label.light{color:#b8c1ba}.hero-copy h1,.section-head h2,.trust-top h2,.custom-copy h2,.faq-intro h2,.closing-section h2,.modal h2{font-family:var(--serif);font-weight:500;letter-spacing:-.04em;margin:0}.hero-copy h1{font-size:clamp(54px,5.7vw,82px);line-height:.96;max-width:660px}.hero-copy h1 em,.closing-section h2 em{font-style:italic;color:var(--gold2)}.hero-copy>p{max-width:560px;font-size:15px;line-height:1.8;color:#c8cdc9;margin:24px 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{min-height:46px;border-radius:8px;border:1px solid transparent;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;transition:transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.button:hover{transform:translate3d(0,-1px,0)}.button-gold{background:var(--gold);color:#191b18;box-shadow:0 10px 24px rgba(198,155,98,.16)}.button-white{background:#fff;color:#191b18}.button-dark{background:var(--ink);color:#fff}.button-outline{background:transparent;border-color:rgba(255,255,255,.28);color:#fff}.button.full{width:100%}.hero-meta{display:grid;grid-template-columns:repeat(3,1fr);max-width:520px;margin-top:34px;padding-top:24px;border-top:1px solid rgba(255,255,255,.10)}.hero-meta div{display:grid;gap:3px;border-left:1px solid rgba(255,255,255,.10);padding-left:16px}.hero-meta div:first-child{border-left:0;padding-left:0}.hero-meta strong{font-family:var(--serif);font-size:22px;color:#fff;font-weight:600}.hero-meta span{font-size:10px;color:#9ea6a0;text-transform:uppercase;letter-spacing:.07em}
.hero-showcase{position:relative;min-height:520px}.showcase-card{position:absolute;background:rgba(249,246,239,.98);border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 70px rgba(0,0,0,.32);overflow:hidden}.main-card{right:30px;top:18px;width:74%;height:452px;border-radius:16px}.showcase-bar{height:38px;display:flex;justify-content:space-between;align-items:center;padding:0 14px;color:#52594f;font-size:9px;letter-spacing:.12em;background:#fff;border-bottom:1px solid #e5dfd5}.main-card>img{width:100%;height:330px;object-fit:cover}.showcase-caption{display:grid;gap:3px;padding:15px 16px;color:#1c241d}.showcase-caption strong{font-family:var(--serif);font-size:22px}.showcase-caption span{font-size:10px;color:#777c76}.small-card{width:190px;border-radius:13px;padding:7px}.small-card img{width:100%;height:145px;object-fit:cover;border-radius:9px}.small-card>div{padding:9px 6px 7px;display:grid;color:#1c241d}.small-card strong{font-family:var(--serif);font-size:18px}.small-card span{font-size:9px;color:#777d77;margin-top:2px}.card-left{left:0;bottom:14px;transform:rotate(-2deg)}.card-right{right:0;bottom:5px;transform:rotate(2deg)}.hero-badge{position:absolute;left:5%;top:14px;width:112px;height:112px;border-radius:50%;background:var(--gold);color:#171916;display:grid;place-items:center;align-content:center;box-shadow:0 16px 34px rgba(0,0,0,.18);transform:rotate(-8deg)}.hero-badge span,.hero-badge small{font-size:7px;letter-spacing:.13em}.hero-badge strong{font-family:var(--serif);font-size:32px;line-height:1;margin:4px 0}
.benefit-strip{background:#faf8f3;border-bottom:1px solid var(--line)}.benefit-shell{width:min(1240px,calc(100% - 36px));margin:auto;display:grid;grid-template-columns:repeat(4,1fr);min-height:86px}.benefit-shell article{display:flex;align-items:center;gap:13px;padding:16px 20px;border-left:1px solid var(--line)}.benefit-shell article:first-child{border-left:0}.dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto;box-shadow:0 0 0 5px rgba(0,0,0,.03)}.dot.clay{background:#d98561}.dot.green{background:#56a36f}.dot.gold{background:#d8aa4d}.dot.blue{background:#5f93b9}.benefit-shell div{display:grid}.benefit-shell strong{font-size:11px}.benefit-shell small{font-size:9px;color:#7b817c;margin-top:2px}
.section-pad{padding:92px 0}.content-shell{width:min(1180px,calc(100% - 36px));margin:auto}.soft-section{background:#f7f4ee}.section-head{margin-bottom:34px}.section-head.centered{text-align:center;max-width:720px;margin:0 auto 38px}.section-head h2,.trust-top h2,.custom-copy h2,.faq-intro h2{font-size:clamp(38px,4.2vw,58px);line-height:1}.section-head p{font-size:13px;line-height:1.8;color:var(--muted);max-width:600px}.section-head.centered p{margin:14px auto 0}.split-head{display:flex;justify-content:space-between;align-items:end;gap:46px}.split-head>div{max-width:650px}.split-head>p{max-width:400px;margin:0}.compact-head{margin-bottom:28px}
.room-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:18px}.room-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(22,29,23,.05);transition:transform .22s ease}.room-card:hover{transform:translate3d(0,-3px,0);box-shadow:var(--shadow)}.room-image{height:230px;overflow:hidden;background:#e9e3d9}.room-featured .room-image{height:310px}.room-image img{width:100%;height:100%;object-fit:cover}.room-copy{padding:20px}.room-copy>span{font-size:9px;letter-spacing:.13em;color:#8e7157}.room-copy h3{font-family:var(--serif);font-size:28px;font-weight:600;line-height:1.04;margin:8px 0 8px}.room-featured .room-copy h3{font-size:34px}.room-copy p{font-size:11px;line-height:1.7;color:var(--muted);margin:0 0 16px}.room-copy b{font-size:10px;color:var(--forest);text-transform:uppercase;letter-spacing:.08em}
.product-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px}.filter-pills{display:flex;gap:7px;flex-wrap:wrap}.filter-pills button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px 14px;font-size:10px;font-weight:700;color:#5d645e}.filter-pills button.active{background:var(--ink);color:#fff;border-color:var(--ink)}#productCount{font-size:10px;color:#777d77;text-transform:uppercase;letter-spacing:.09em}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden;box-shadow:0 8px 24px rgba(22,29,23,.045)}.product-image{display:block;width:100%;height:260px;border:0;padding:0;background:#eee8df;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-image img{transform:scale(1.025)}.product-badge{position:absolute;top:12px;left:12px;padding:6px 9px;border-radius:6px;background:rgba(255,255,255,.91);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#465048}.product-body{padding:17px}.product-body small{font-size:8px;letter-spacing:.10em;text-transform:uppercase;color:#939893}.product-body h3{font-family:var(--serif);font-size:25px;font-weight:600;margin:5px 0 5px}.product-desc{font-size:10px;line-height:1.7;color:#737974;height:34px;overflow:hidden}.product-foot{display:flex;align-items:end;justify-content:space-between;gap:10px;padding-top:15px;margin-top:12px;border-top:1px solid var(--line)}.product-price{display:grid}.product-price span{font-size:8px;color:#8a8e8a;text-transform:uppercase}.product-price strong{font-size:17px;color:#1b261e}.add-btn{border:0;background:#f0e8da;color:#263128;border-radius:7px;padding:9px 10px;font-size:9px;font-weight:800}.empty-products{grid-column:1/-1;padding:50px;text-align:center;color:#777}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:30px;min-height:280px;display:flex;flex-direction:column;box-shadow:0 9px 26px rgba(21,30,23,.045)}.featured-service{background:#fbf7ee;border-color:#d8c7ad}.service-icon{width:48px;height:48px;border-radius:10px;background:#f0ece4;display:grid;place-items:center;color:#415347}.service-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.service-card h3{font-family:var(--serif);font-size:27px;margin:28px 0 8px}.service-card p{font-size:11px;line-height:1.8;color:var(--muted);margin:0}.service-card button{margin-top:auto;padding:18px 0 0;border:0;background:transparent;text-align:left;font-size:10px;font-weight:800;color:var(--forest)}
.trust-section{background:#fff;overflow:hidden}.trust-top{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:30px}.trust-top>div:first-child{max-width:680px}.trust-summary{min-width:210px;border:1px solid var(--line);background:#fff;border-radius:16px;padding:20px 22px;display:grid;box-shadow:0 10px 30px rgba(21,30,23,.05)}.trust-summary strong{font-family:var(--serif);font-size:46px;line-height:.9}.stars{font-size:11px;letter-spacing:.08em;color:#c89c52;margin:7px 0 4px}.trust-summary small{font-size:9px;color:#8b918c}
.review-grid.review-marquee{display:block;width:100vw;margin-left:calc(50% - 50vw);overflow:hidden;padding:2px 0 8px;contain:layout paint style}.review-marquee-row{width:100%;overflow:hidden;padding:8px 0}.review-marquee-track{display:flex;width:max-content;will-change:transform;animation:nirReviewMarquee 34s linear infinite;transform:translate3d(0,0,0)}.review-marquee-row.reverse .review-marquee-track{animation-name:nirReviewMarqueeReverse;animation-duration:38s;transform:translate3d(-50%,0,0)}.review-marquee-group{display:flex;gap:16px;padding-right:16px;flex:none}.review-card{width:304px;flex:0 0 304px;border:1px solid #e9e7e1;border-radius:10px;padding:22px 25px;background:#fff;min-height:234px;display:flex;flex-direction:column;box-shadow:none}.review-card-trust{gap:12px}.review-stars-row{display:flex;align-items:center}.review-stars-box{display:inline-flex;align-items:center;justify-content:center;color:#e8ba31;font-size:15px;letter-spacing:.08em;line-height:1}.review-quote{margin:8px 0 0;font-size:11px;line-height:1.7;color:#222b24;min-height:76px}.review-footer{margin-top:auto;display:grid;gap:10px;padding-top:16px;border-top:1px solid #efede8}.review-author{display:flex;align-items:center;gap:10px}.review-avatar{width:29px;height:29px;border-radius:50%;background:#6ee742;color:#10270e;display:grid;place-items:center;font-size:9px;font-weight:900;flex:0 0 auto}.review-author div{display:grid}.review-author b{font-size:11px;line-height:1.3;color:#111}.review-author span{font-size:9px;color:#888e89;margin-top:2px}.review-verified{display:flex;align-items:center;gap:6px}.review-verified-icon{width:16px;height:16px;border-radius:50%;background:#62e640;color:#10270e;display:grid;place-items:center;font-size:9px;font-weight:900;line-height:1;flex:0 0 auto}.review-verified small{font-size:8px;color:#647068}.review-product{display:inline-flex;width:max-content;padding:5px 8px;border-radius:999px;background:#f4efe5;color:#39483e;font-size:8px;font-weight:700;letter-spacing:.04em}.review-marquee-row:hover .review-marquee-track,.review-grid.is-paused .review-marquee-track{animation-play-state:paused}
@keyframes nirReviewMarquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@keyframes nirReviewMarqueeReverse{from{transform:translate3d(-50%,0,0)}to{transform:translate3d(0,0,0)}}
.custom-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.custom-visual{position:relative;background:#ded7cd;border-radius:16px;overflow:hidden;min-height:520px}.custom-visual img{width:100%;height:520px;object-fit:cover}.custom-stat{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(255,255,255,.92);padding:16px;border-radius:11px;display:grid;box-shadow:var(--shadow)}.custom-stat strong{font-family:var(--serif);font-size:25px}.custom-stat span{font-size:9px;color:#6e756f;margin-top:2px}.custom-copy>p{font-size:13px;line-height:1.85;color:var(--muted);max-width:540px}.custom-copy ol{list-style:none;padding:0;margin:28px 0;display:grid}.custom-copy li{display:flex;gap:16px;padding:16px 0;border-top:1px solid var(--line)}.custom-copy li:last-child{border-bottom:1px solid var(--line)}.custom-copy li>span{font-size:9px;color:#9a785c;font-weight:800;padding-top:3px}.custom-copy li div{display:grid}.custom-copy li strong{font-size:12px}.custom-copy li small{font-size:10px;color:#858b86;margin-top:3px}
.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:start}.faq-intro{position:sticky;top:110px}.faq-intro p{font-size:12px;line-height:1.8;color:var(--muted);max-width:350px}.text-button{border:0;background:transparent;padding:0;margin-top:12px;font-size:10px;font-weight:800;color:var(--forest)}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:0}.faq-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;font-size:12px;font-weight:700}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:20px;font-weight:400;color:#8d928e}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{font-size:11px;line-height:1.8;color:var(--muted);max-width:650px;margin:0;padding:0 40px 20px 0}
.closing-section{background:#191b18;color:#fff;padding:72px 0}.closing-shell{width:min(1180px,calc(100% - 36px));margin:auto;display:flex;align-items:end;justify-content:space-between;gap:50px}.closing-section h2{font-size:clamp(42px,4.4vw,62px);line-height:.96}.closing-section p{font-size:12px;color:#b9c0ba;max-width:500px;line-height:1.8}.closing-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.site-footer{background:#10120f;color:#fff;padding:44px 0 0}.footer-shell{width:min(1180px,calc(100% - 36px));margin:auto;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;padding-bottom:38px}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:60px;height:60px;object-fit:contain;background:#fff;border-radius:12px;padding:4px}.footer-brand div{display:grid}.footer-brand strong{font-family:var(--serif);font-size:27px}.footer-brand span{font-size:10px;color:#9ca39e}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:54px}.footer-links div{display:grid;align-content:start;gap:8px}.footer-links b{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#818982;margin-bottom:5px}.footer-links a,.footer-links button{font-size:10px;color:#c3c8c4;border:0;background:transparent;padding:0;text-align:left}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);width:min(1180px,calc(100% - 36px));margin:auto;padding:16px 0 20px;display:flex;justify-content:space-between;font-size:9px;color:#777f79}
.overlay{position:fixed;inset:0;z-index:120;background:rgba(9,13,10,.55);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility 0s linear .2s}.overlay.open{opacity:1;visibility:visible;transition:opacity .2s ease}.cart-drawer{position:absolute;right:0;top:0;bottom:0;width:min(430px,100%);background:#fff;padding:26px;display:flex;flex-direction:column;transform:translate3d(100%,0,0);transition:transform .24s ease}.overlay.open .cart-drawer{transform:translate3d(0,0,0)}.drawer-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:15px}.drawer-head small{font-size:8px;letter-spacing:.14em;color:#898f89}.drawer-head h2{font-family:var(--serif);font-size:31px;margin:3px 0 0}.circle-close{width:36px;height:36px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:20px;display:grid;place-items:center}.cart-items{overflow:auto;flex:1;padding:12px 0}.cart-item{display:grid;grid-template-columns:76px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.cart-item img{width:76px;height:76px;object-fit:cover;border-radius:8px}.cart-item h3{font-family:var(--serif);font-size:20px;margin:0}.cart-item span{font-size:10px;color:#747a75}.qty{display:flex;align-items:center;gap:8px;margin-top:8px}.qty button{width:25px;height:25px;border:1px solid var(--line);background:#fff;border-radius:6px}.qty b{font-size:10px}.cart-total{display:flex;justify-content:space-between;padding:16px 0;border-top:1px solid var(--line)}.cart-total span{font-size:11px}.cart-total strong{font-size:17px}.drawer-note{font-size:9px;line-height:1.6;color:#777d78;margin:0 0 15px}
.modal{border:0;border-radius:16px;padding:0;box-shadow:var(--shadow-lg);width:min(880px,calc(100% - 28px));max-height:90vh;overflow:auto;background:#fff}.modal::backdrop{background:rgba(9,13,10,.62)}.dialog-close{position:absolute;right:14px;top:14px;z-index:3}.product-dialog-grid{display:grid;grid-template-columns:1.05fr .95fr}.product-dialog-grid>img{width:100%;height:100%;min-height:520px;object-fit:cover}.product-dialog-copy{padding:42px}.product-dialog-copy h2{font-size:42px;line-height:1;margin:8px 0 12px}.product-dialog-copy>p{font-size:11px;line-height:1.8;color:#737974}.dialog-kicker{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#8b765e}.detail-pills{display:flex;flex-wrap:wrap;gap:6px;margin:18px 0}.detail-pills span{padding:7px 9px;border-radius:6px;background:#f1ede6;font-size:9px;color:#596159}.big-price{font-size:24px;font-weight:800;margin:18px 0}.dialog-actions{display:flex;gap:8px}.chat-dialog{width:min(560px,calc(100% - 28px));padding:38px}.chat-dialog h2{font-size:44px;line-height:1;margin:0 0 12px}.chat-dialog>p{font-size:11px;line-height:1.8;color:#717772}.chat-dialog form{display:grid;gap:10px;margin-top:22px}.chat-dialog input,.chat-dialog textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:13px 14px;background:#faf9f6;font-size:11px;outline:none}.chat-dialog textarea{resize:vertical}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-message{font-size:10px;color:#4c6957}
@media(max-width:1050px){.desktop-nav{display:none}.nav-shell{justify-content:space-between}.hero-shell{grid-template-columns:1fr;min-height:auto}.hero-copy{max-width:760px}.hero-showcase{min-height:560px;max-width:760px;width:100%;margin:auto}.benefit-shell{grid-template-columns:1fr 1fr}.benefit-shell article:nth-child(3){border-left:0;border-top:1px solid var(--line)}.benefit-shell article:nth-child(4){border-top:1px solid var(--line)}.room-grid{grid-template-columns:1fr 1fr}.room-featured{grid-column:1/-1}.room-featured{display:grid;grid-template-columns:1.2fr .8fr}.room-featured .room-image{height:100%;min-height:330px}.product-grid{grid-template-columns:1fr 1fr}.service-grid{grid-template-columns:1fr 1fr}.service-grid article:last-child{grid-column:1/-1}.review-grid{grid-template-columns:1fr 1fr}.custom-grid{gap:34px}.faq-layout{gap:45px}}
@media(max-width:760px){.top-note{justify-content:flex-start;overflow:auto;white-space:nowrap;padding:0 14px}.nav-shell{width:min(100% - 22px,1240px);height:64px}.brand{min-width:auto}.brand img{width:38px;height:38px}.brand span{display:none}.nav-link-button{display:none}.hero-section{padding:88px 0 48px}.hero-shell{width:min(100% - 26px,1240px);gap:24px}.hero-copy h1{font-size:50px}.hero-copy>p{font-size:13px}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-meta{grid-template-columns:1fr 1fr 1fr}.hero-meta strong{font-size:18px}.hero-meta span{font-size:8px}.hero-showcase{min-height:430px}.main-card{right:6%;width:82%;height:370px}.main-card>img{height:260px}.small-card{width:135px}.small-card img{height:95px}.small-card>div{padding:6px 4px}.small-card strong{font-size:15px}.small-card span{font-size:7px}.card-left{bottom:0}.card-right{bottom:-2px}.hero-badge{width:86px;height:86px;left:0}.hero-badge strong{font-size:25px}.hero-badge span,.hero-badge small{font-size:5px}.benefit-shell{width:100%;grid-template-columns:1fr 1fr}.benefit-shell article{padding:14px}.benefit-shell strong{font-size:10px}.benefit-shell small{font-size:8px}.section-pad{padding:68px 0}.content-shell{width:min(100% - 26px,1180px)}.split-head,.trust-top,.closing-shell{display:block}.split-head>p{margin-top:15px}.room-grid,.product-grid,.service-grid,.review-grid,.custom-grid,.faq-layout{grid-template-columns:1fr}.room-featured{grid-column:auto;display:block}.room-featured .room-image{min-height:0;height:260px}.room-image{height:240px}.product-toolbar{display:block}.filter-pills{margin-bottom:12px}.product-image{height:260px}.service-grid article:last-child{grid-column:auto}.trust-summary{margin-top:22px;padding:20px 22px}.custom-visual,.custom-visual img{min-height:0;height:380px}.faq-intro{position:relative;top:auto;margin-bottom:26px}.closing-shell{width:min(100% - 26px,1180px)}.closing-actions{justify-content:flex-start;margin-top:24px}.footer-shell{width:min(100% - 26px,1180px);grid-template-columns:1fr;gap:36px}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{width:min(100% - 26px,1180px)}.product-dialog-grid{grid-template-columns:1fr}.product-dialog-grid>img{min-height:0;height:320px}.product-dialog-copy{padding:28px}.form-two{grid-template-columns:1fr}}
@media(max-width:480px){.nav-actions{gap:4px}.cart-button span{display:none}.hero-copy h1{font-size:44px}.hero-meta{gap:6px}.hero-meta div{padding-left:8px}.hero-showcase{min-height:380px}.main-card{right:1%;width:88%;height:335px}.main-card>img{height:230px}.small-card{width:118px}.card-right{display:none}.hero-badge{top:4px}.benefit-shell{grid-template-columns:1fr}.benefit-shell article{border-left:0!important;border-top:1px solid var(--line)}.benefit-shell article:first-child{border-top:0}.section-head h2,.trust-top h2,.custom-copy h2,.faq-intro h2{font-size:40px}.product-grid{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr 1fr}.dialog-actions{display:grid}.chat-dialog{padding:28px 20px}.chat-dialog h2{font-size:38px}}


/* Performance layer — preserves the existing design while reducing unnecessary layout/paint work. */
button,a,input,textarea,summary{touch-action:manipulation}
img{height:auto}
.site-header{contain:layout style;isolation:isolate}
.hero-section,.benefit-strip{contain:layout style}
.rooms-section,.products-section,.services-section,.trust-section,.custom-section,.faq-section,.closing-section,.site-footer{
  content-visibility:auto;
  contain-intrinsic-size:1px 760px;
}
.product-card,.room-card,.service-card,.review-card{contain:layout style}
.product-image,.room-image,.custom-visual,.showcase-card{transform:translateZ(0)}
.empty-cart{padding:36px 0;text-align:center;color:#777}

@media (hover:none), (pointer:coarse){
  .button:hover,.room-card:hover{transform:none}
  .room-card:hover{box-shadow:0 10px 30px rgba(22,29,23,.05)}
  .product-card:hover .product-image img{transform:none}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .review-marquee-track{animation:none!important;transform:none!important}
  .review-marquee-row{overflow-x:auto;scrollbar-width:none}
  .review-marquee-row::-webkit-scrollbar{display:none}
  .review-marquee-group[aria-hidden="true"]{display:none}
}

/* Review product attribution */
.review-product{display:inline-flex;width:max-content;margin-top:7px;padding:5px 8px;border-radius:999px;background:#f4efe5;color:#39483e;font-size:8px;font-weight:700;letter-spacing:.04em}

@media(max-width:760px){.review-grid.review-marquee{width:100vw;margin-left:calc(50% - 50vw)}.review-marquee-group{gap:12px;padding-right:12px}.review-card{width:278px;flex-basis:278px;padding:20px;min-height:224px}.review-marquee-track{animation-duration:30s}.review-marquee-row.reverse .review-marquee-track{animation-duration:34s}}
@media(hover:none){.review-marquee-row:hover .review-marquee-track{animation-play-state:running}.review-grid.is-paused .review-marquee-track{animation-play-state:paused}}


/* Customer accounts + billing */
.account-button{height:40px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.05);border-radius:9px;color:#fff;display:flex;align-items:center;gap:8px;padding:0 12px}.account-button svg{width:16px;height:16px}.account-button span{font-size:11px}.mobile-account-link{border:0;background:transparent;color:inherit;display:flex;align-items:center;gap:10px;width:100%;padding:12px 18px;text-align:left}.cart-secondary-link{border:0;background:transparent;color:var(--hero-muted,#777);font-size:10px;padding:12px 0 2px;text-decoration:underline}.account-dialog{width:min(700px,calc(100% - 28px));padding:38px}.account-dialog h2,.checkout-dialog h2{font-size:44px;line-height:1;margin:0 0 10px}.account-intro{font-size:11px;line-height:1.75;color:var(--hero-muted,#717772);max-width:580px}.auth-tabs,.account-tabs{display:flex;gap:6px;padding:5px;border:1px solid var(--hero-line,var(--line));border-radius:999px;background:rgba(255,255,255,.04);margin:22px 0 16px;width:max-content;max-width:100%}.auth-tabs button,.account-tabs button{border:0;background:transparent;color:var(--hero-muted,#6b706a);padding:9px 13px;border-radius:999px;font-size:10px;font-weight:700}.auth-tabs button.active,.account-tabs button.active{background:linear-gradient(135deg,var(--hero-gold-2,var(--gold2)),var(--hero-gold,var(--gold)));color:var(--hero-text-on-gold,#191b18)}.account-form,.checkout-form{display:grid;gap:10px}.account-form input,.account-form textarea,.checkout-form input,.checkout-form textarea{width:100%;border:1px solid var(--hero-line,var(--line));border-radius:9px;padding:13px 14px;background:rgba(255,255,255,.045);color:#fff;font-size:11px;outline:none}.account-form input::placeholder,.account-form textarea::placeholder,.checkout-form input::placeholder,.checkout-form textarea::placeholder{color:rgba(255,255,255,.38)}.hidden{display:none!important}.account-member-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.account-member-head h2{margin-bottom:6px}.account-member-head p{margin:0;color:var(--hero-muted);font-size:11px}.account-logout{border:1px solid var(--hero-line);border-radius:999px;background:rgba(255,255,255,.05);color:#fff;padding:9px 13px;font-size:10px}.account-orders{display:grid;gap:10px;max-height:48vh;overflow:auto;padding-right:3px}.account-order{border:1px solid var(--hero-line);border-radius:13px;padding:14px;background:rgba(255,255,255,.035)}.account-order-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.account-order h3{font-family:var(--serif);font-size:20px;margin:0}.account-order small{color:var(--hero-muted);font-size:9px}.account-order-status{display:flex;gap:6px;flex-wrap:wrap;margin:10px 0}.account-order-status span{padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid var(--hero-line);font-size:8px;color:var(--hero-gold-2)}.account-order-items{font-size:10px;line-height:1.6;color:var(--hero-muted)}.account-order-foot{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;border-top:1px solid var(--hero-line)}.invoice-link{display:inline-flex;padding:8px 11px;border-radius:999px;background:linear-gradient(135deg,var(--hero-gold-2),var(--hero-gold));color:var(--hero-text-on-gold);font-size:9px;font-weight:800}.account-empty{color:var(--hero-muted);font-size:11px}.checkout-dialog{width:min(1000px,calc(100% - 28px));padding:0}.checkout-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr)}.checkout-main{padding:38px}.checkout-summary{padding:38px 28px;background:rgba(255,255,255,.035);border-left:1px solid var(--hero-line)}.checkout-summary>small{font-size:9px;letter-spacing:.16em;color:var(--hero-gold)}.checkout-summary>p{font-size:9px;line-height:1.6;color:var(--hero-muted);margin-top:16px}.checkout-item{display:grid;grid-template-columns:48px 1fr auto;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid var(--hero-line)}.checkout-item img{width:48px;height:48px;object-fit:cover;border-radius:8px}.checkout-item b{display:block;font-size:10px}.checkout-item span{font-size:9px;color:var(--hero-muted)}.summary-row{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid var(--hero-line);font-size:10px}.summary-row.grand{font-size:14px;border-bottom:0;padding-top:14px}.checkout-section{display:grid;gap:10px;padding:15px 0;border-top:1px solid var(--hero-line)}.checkout-section:first-child{border-top:0}.checkout-section h3{font-family:var(--serif);font-size:22px;font-weight:600;margin:0}.same-address{display:flex;align-items:center;gap:8px;font-size:10px;color:var(--hero-muted);padding:4px 0 10px}.same-address input{width:auto}.payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:7px}.payment-methods label{display:flex;align-items:center;gap:8px;border:1px solid var(--hero-line);border-radius:9px;padding:10px;background:rgba(255,255,255,.035);font-size:10px}.payment-methods input{width:auto}.payment-instructions{padding:11px 12px;border-radius:9px;background:color-mix(in srgb,var(--hero-gold) 9%,transparent);border:1px solid color-mix(in srgb,var(--hero-gold) 14%,transparent);font-size:10px;color:var(--hero-gold-2);line-height:1.55}.checkout-success{padding:22px;border:1px solid color-mix(in srgb,var(--hero-gold) 30%,transparent);background:color-mix(in srgb,var(--hero-gold) 8%,transparent);border-radius:14px;margin-top:18px}.checkout-success h3{font-family:var(--serif);font-size:28px;margin:0 0 8px}.checkout-success p{font-size:11px;color:var(--hero-muted)}.checkout-success-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
@media(max-width:900px){.checkout-grid{grid-template-columns:1fr}.checkout-summary{border-left:0;border-top:1px solid var(--hero-line);padding:24px}.checkout-main{padding:30px 22px}.account-dialog{padding:30px 22px}}
@media(max-width:760px){.account-button span{display:none}.account-button{padding:0 11px}.account-dialog h2,.checkout-dialog h2{font-size:36px}.account-tabs{width:100%;overflow:auto}.account-tabs button{white-space:nowrap}.payment-methods{grid-template-columns:1fr}.account-member-head{display:block}.account-logout{margin-top:10px}.checkout-dialog{width:calc(100% - 14px);max-height:94vh}.checkout-main{padding:28px 16px}.checkout-summary{padding:22px 16px}.form-two{grid-template-columns:1fr}}
