:root{--ink:#17120e;--muted:#6e6258;--line:#eadfd3;--paper:#fffaf3;--cream:#f6eadb;--gold:#b88442;--dark:#241811;--white:#fff;--shadow:0 24px 70px rgba(36,24,17,.12)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:240px 1fr auto;gap:24px;align-items:center;padding:22px 5vw;background:rgba(255,250,243,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.brand strong{display:block;font-size:28px;letter-spacing:.02em}.brand span{display:block;color:var(--muted);font-size:14px}.site-header nav{display:flex;gap:22px;justify-content:center;align-items:center;flex-wrap:wrap}.site-header nav a{font-weight:750;color:var(--muted)}.site-header nav a.active,.site-header nav a:hover{color:var(--gold)}.langs{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.lang{padding:7px 12px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:var(--white);font-size:14px}.lang.active{border-color:var(--gold);color:var(--ink)}main{overflow:hidden}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding:82px 5vw;background:radial-gradient(circle at 80% 20%,#f2d8b5,transparent 34%),linear-gradient(135deg,#fffaf3,#efe0cf)}.hero img{border-radius:30px;box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover}.kicker{margin:0 0 12px;color:var(--gold);font-weight:850;letter-spacing:.08em;text-transform:uppercase;font-size:13px}.hero h1,.page-hero h1{margin:0;font-size:clamp(42px,6vw,82px);line-height:1.02;letter-spacing:-.06em}.hero p,.page-hero p{font-size:22px;color:var(--muted);max-width:860px}.actions{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}.button,button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--dark);color:var(--white);padding:14px 22px;font-weight:850;cursor:pointer;box-shadow:0 12px 30px rgba(36,24,17,.18)}.button.ghost,.ghost{background:transparent;color:var(--dark);border:1px solid var(--gold);box-shadow:none}.proof{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.proof span{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid var(--line);font-weight:750;color:var(--muted)}.contact-strip{display:flex;gap:14px;align-items:center;justify-content:center;flex-wrap:wrap;padding:18px 5vw;background:var(--dark);color:#fbe8ce}.contact-strip a,.contact-strip span{padding:7px 10px}section{padding:74px 5vw}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h2,.split h2,.cta-panel h2{font-size:clamp(32px,4vw,54px);line-height:1.05;margin:0}.section-head a{color:var(--gold);font-weight:850}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{background:var(--white);border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 12px 36px rgba(36,24,17,.06)}.product-card img{width:100%;aspect-ratio:1.22/1;object-fit:cover;background:#eee}.product-card div{padding:22px}.product-card h3{font-size:25px;line-height:1.15;margin:0 0 10px}.product-card p{color:var(--muted);margin:0 0 14px}.product-card ul{margin:0;padding-left:18px;color:var(--muted)}[dir="rtl"] .product-card ul{padding-left:0;padding-right:18px}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:center;background:var(--cream)}.split img{border-radius:28px;box-shadow:var(--shadow);aspect-ratio:16/10;object-fit:cover}.page-hero{background:linear-gradient(135deg,#fffaf3,#f1e2d1);padding-top:92px;padding-bottom:76px}.scene-hero{display:grid;grid-template-columns:.95fr 1.05fr;gap:46px;align-items:center;padding:86px 5vw;background:linear-gradient(135deg,#fffaf3,#efe0cf)}.scene-hero img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:32px;box-shadow:var(--shadow)}.scene-hero h1{margin:0;font-size:clamp(42px,5.6vw,76px);line-height:1.02;letter-spacing:-.055em}.scene-hero p{font-size:22px;color:var(--muted);max-width:760px}.scene-hero strong{display:inline-block;margin-top:12px;color:var(--gold);font-size:18px}.series-grid,.application-grid,.process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.series-grid article,.application-grid article,.process article,.cta-panel,.article{background:var(--white);border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:0 12px 36px rgba(36,24,17,.06)}.series-grid img,.application-grid img{border-radius:20px;aspect-ratio:4/3;object-fit:cover;margin-bottom:18px}.series-grid h3,.application-grid h3,.process h3{font-size:25px;margin:0 0 10px}.series-grid p,.application-grid p,.process p,.article p{color:var(--muted)}.cta-panel{max-width:1120px;margin:0 auto}.inquiry-form{margin-top:24px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-grid label{display:grid;gap:7px;font-weight:800;color:var(--muted)}.form-grid .full{grid-column:1/-1}input,textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:14px 15px;background:#fffdf9;color:var(--ink);font:inherit}textarea{resize:vertical}.inquiry-form button,.inquiry-form .button{margin:18px 10px 0 0}.article{max-width:900px;margin:0 auto}.article h2{font-size:30px;margin:28px 0 8px}footer{display:grid;grid-template-columns:1fr auto;gap:30px;padding:42px 5vw;background:var(--dark);color:#fff1df}footer p{color:#cdbda9;max-width:620px}footer nav{display:flex;gap:16px;flex-wrap:wrap;align-items:center;justify-content:flex-end;color:#f6d5a9}[dir="rtl"] .site-header nav,[dir="rtl"] .langs{justify-content:flex-start}[dir="rtl"] .inquiry-form button,[dir="rtl"] .inquiry-form .button{margin-left:10px;margin-right:0}@media(max-width:1100px){.site-header{grid-template-columns:1fr}.site-header nav,.langs{justify-content:flex-start}.hero,.split,.scene-hero{grid-template-columns:1fr}.product-grid,.series-grid,.application-grid,.process{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.site-header{position:static;padding:18px}.hero,.page-hero,.scene-hero,section{padding:46px 18px}.hero h1,.page-hero h1,.scene-hero h1{font-size:42px}.hero p,.page-hero p,.scene-hero p{font-size:18px}.product-grid,.series-grid,.application-grid,.process,.form-grid,footer{grid-template-columns:1fr}.contact-strip{justify-content:flex-start}.section-head{align-items:flex-start;flex-direction:column}.product-card h3{font-size:22px}}
.scene-showcase{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:stretch;background:#fff6ea}.scene-showcase h2,.bedroom-calm h2,.study-editorial h2,.vertical-scene h2,.corner-moments h2,.clubhouse-lounge h2,.public-landmark h2,.tea-light-plan h2{font-size:clamp(30px,4vw,58px);line-height:1.05;margin:0 0 16px}.scene-showcase p,.bedroom-calm p,.study-editorial p,.vertical-scene p,.corner-moments p,.clubhouse-lounge p,.public-landmark p,.tea-light-plan p{color:var(--muted);font-size:18px}.product-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.compact-product{display:grid;gap:10px;background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:0 10px 32px rgba(36,24,17,.07)}.compact-product img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px}.compact-product span{color:var(--gold);font-weight:800;font-size:13px}.compact-product strong{line-height:1.2}.layer-plan{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;background:var(--dark);color:#fff1df}.layer-plan article{padding:30px;border:1px solid rgba(255,255,255,.16);border-radius:26px;background:rgba(255,255,255,.05)}.layer-plan span{display:block;color:#e7b86f;font-weight:900;margin-bottom:12px}.layer-plan p{color:#ead8c3;margin:0}.bedroom-calm{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:center;background:linear-gradient(135deg,#fffaf3,#f6e7df)}.bedroom-copy{max-width:620px}.bedroom-products{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.soft-process{background:#fff8f1}.study-editorial{display:grid;grid-template-columns:360px 1fr;gap:36px;background:#f8efe3}.study-editorial aside{display:grid;gap:18px;align-content:start}.study-editorial aside article{background:#241811;color:#fff1df;border-radius:24px;padding:24px}.study-editorial aside p{color:#ead8c3}.product-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.vertical-scene{display:grid;grid-template-columns:.75fr 1.25fr;gap:36px;align-items:center;background:linear-gradient(90deg,#241811 0,#241811 38%,#fffaf3 38%);color:#fff1df}.vertical-scene p{color:#ead8c3}.vertical-products{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.vertical-products .compact-product{background:#fff}.corner-moments{display:grid;grid-template-columns:1fr 1fr;gap:34px;background:#f3e5d4}.corner-moments article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;margin-top:14px}.corner-products{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-content:center}.clubhouse-lounge{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;background:radial-gradient(circle at 80% 10%,rgba(184,132,66,.34),transparent 32%),#1d130e;color:#fff1df}.clubhouse-lounge p{color:#dfc9b1}.clubhouse-lounge strong{color:#e7b86f}.clubhouse-lounge .compact-product{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);color:#fff1df}.clubhouse-lounge .compact-product span{color:#f1c078}.dark-notes{background:#1d130e}.dark-notes article{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);color:#fff1df}.dark-notes p{color:#dfc9b1}.public-landmark{display:grid;grid-template-columns:1fr;gap:28px;background:#fffaf3}.public-landmark>div:first-child{max-width:920px}.landmark-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.3fr;gap:16px}.landmark-grid .compact-product:nth-child(1),.landmark-grid .compact-product:nth-child(4){transform:translateY(24px)}.tea-light-plan{display:grid;grid-template-columns:1fr 1fr;gap:24px;background:#241811}.tea-light-plan>div{border-radius:30px;padding:36px;min-height:300px}.warm-card{background:radial-gradient(circle at 80% 20%,rgba(255,199,125,.55),transparent 34%),#4a2f1b;color:#fff1df}.warm-card p{color:#f4ddc4}.white-card{background:linear-gradient(135deg,#fff,#f3eee8);color:#241811}.beauty-zones{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;background:linear-gradient(135deg,#fff,#f8eee9)}.beauty-zones>div{min-height:260px;border-radius:28px;padding:30px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 36px rgba(36,24,17,.06)}.beauty-zones>div:nth-child(2){background:#f7fbfb}.beauty-zones>div:nth-child(3){background:#fff6ed}.beauty-zones h2{font-size:clamp(22px,2.5vw,36px)}.scene-cta{margin-top:70px;margin-bottom:70px}@media(max-width:1100px){.scene-showcase,.bedroom-calm,.study-editorial,.vertical-scene,.corner-moments,.clubhouse-lounge{grid-template-columns:1fr}.product-rail,.vertical-products,.landmark-grid{grid-template-columns:repeat(2,1fr)}.vertical-scene{background:#241811}.beauty-zones,.layer-plan{grid-template-columns:1fr}.tea-light-plan{grid-template-columns:1fr}}@media(max-width:680px){.product-rail,.bedroom-products,.vertical-products,.corner-products,.landmark-grid{grid-template-columns:1fr}.scene-showcase h2,.bedroom-calm h2,.study-editorial h2,.vertical-scene h2,.corner-moments h2,.clubhouse-lounge h2,.public-landmark h2,.tea-light-plan h2{font-size:34px}.landmark-grid .compact-product:nth-child(1),.landmark-grid .compact-product:nth-child(4){transform:none}}
.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand img{width:54px;height:54px;border-radius:14px;object-fit:cover;background:#120f0d}.brand span{min-width:0}.brand strong{font-size:26px;line-height:1.05}.brand em{display:block;margin-top:4px;color:var(--muted);font-style:normal;font-size:13px;line-height:1.25}.footer-main .company{color:#fff1df;font-weight:800;margin-top:14px}.footer-qr{display:grid;grid-template-columns:repeat(3,150px);gap:22px;align-items:start}.footer-qr article{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:22px;padding:16px 14px 18px;text-align:center}.footer-qr img{width:122px;height:122px;object-fit:contain;margin:0 auto 12px;border-radius:12px;background:#fff;padding:4px}.footer-qr strong,.footer-qr span{display:block;font-size:13px;line-height:1.28}.footer-qr strong{min-height:34px;color:#fff1df}.footer-qr span{color:#cdbda9;margin-top:4px}footer{grid-template-columns:1fr auto auto;align-items:start}footer a{color:#f6d5a9}@media(max-width:1100px){footer{grid-template-columns:1fr}.footer-qr{grid-template-columns:repeat(3,150px)}footer nav{justify-content:flex-start}}@media(max-width:680px){.brand img{width:48px;height:48px}.brand strong{font-size:24px}.footer-qr{grid-template-columns:1fr;max-width:180px}.footer-qr img{width:138px;height:138px}}
.website-field{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.form-message{margin:14px 0 0;color:var(--gold);font-weight:800}
.public-featured{background:linear-gradient(135deg,#fffaf3,#f2e4d2)}.public-featured .section-head p{max-width:880px;color:var(--muted);font-size:18px}.featured-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.featured-product-grid .product-card img{aspect-ratio:4/3}.featured-product-grid .product-card h3{font-size:22px}@media(max-width:1100px){.featured-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.featured-product-grid{grid-template-columns:1fr}}
