@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');

:root{
  --bg:#f7f4ee;
  --paper:#fffdf9;
  --paper-2:#f0ebe2;
  --ink:#161513;
  --muted:#6d6961;
  --gold:#b58a3c;
  --gold-dark:#8f692c;
  --line:#ded7cb;
  --deep:#23211d;
  --shadow:0 24px 70px rgba(44,36,23,.10);
  --radius:2px;
  --serif:'Playfair Display',Georgia,'Times New Roman',serif;
  --sans:'Manrope',Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:88px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(1240px,calc(100% - 48px));margin-inline:auto}
.eyebrow{margin:0 0 16px;color:var(--gold-dark);font-size:11px;font-weight:700;letter-spacing:.28em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}
h2{font-family:var(--serif);font-weight:500;font-size:clamp(38px,4.2vw,62px);line-height:1.03;letter-spacing:-.03em;margin-bottom:20px}
.section{padding:92px 0}
.section-lead{color:var(--muted);font-size:17px;max-width:580px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:0 22px;border:1px solid transparent;border-radius:2px;font-size:13px;font-weight:700;transition:.25s ease;white-space:nowrap}
.button span{font-size:18px;line-height:1}
.button-primary{background:var(--gold);color:#fff;border-color:var(--gold)}
.button-primary:hover{background:var(--gold-dark);border-color:var(--gold-dark);transform:translateY(-1px)}
.button-outline{background:rgba(255,255,255,.72);border-color:#b9ad98;color:#302b23}
.button-outline:hover{border-color:var(--gold);color:var(--gold-dark)}
.button-whatsapp{background:#ad8238;color:white;padding-inline:18px}
.button-whatsapp svg{width:20px;height:20px;fill:currentColor}
.text-link{font-size:13px;font-weight:700;text-decoration:underline;text-decoration-color:#c8b792;text-underline-offset:5px}
.text-link:hover{color:var(--gold-dark)}

/* Header */
.site-header{position:sticky;top:0;z-index:80;background:rgba(255,253,249,.94);border-bottom:1px solid rgba(214,205,191,.72);backdrop-filter:blur(12px)}
.header-inner{height:78px;display:grid;grid-template-columns:196px 1fr auto;align-items:center;gap:28px}
.brand img{width:176px;height:auto;object-fit:contain}
.desktop-nav{display:flex;justify-content:center;align-items:center;gap:25px;min-width:0}
.desktop-nav a{font-size:12px;font-weight:600;position:relative;padding:30px 0 27px;white-space:nowrap}
.desktop-nav a::after{content:'';position:absolute;left:0;right:100%;bottom:18px;height:1px;background:var(--gold);transition:.25s}
.desktop-nav a:hover::after,.desktop-nav a.active::after{right:0}
.header-actions{display:flex;align-items:center;gap:14px}
.phone-link{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;white-space:nowrap}
.phone-link svg{width:18px;height:18px;fill:var(--gold)}
.menu-toggle{display:none;background:transparent;border:0;width:42px;height:42px;padding:10px;cursor:pointer}
.menu-toggle span{display:block;height:1px;background:#28251f;margin:6px 0;transition:.25s}
.mobile-menu{display:none}

/* Hero */
.hero{background:linear-gradient(90deg,#f4efe6 0%,#f8f5ef 46%,#e9e2d6 100%);overflow:hidden}
.hero-grid{min-height:660px;display:grid;grid-template-columns:.79fr 1.21fr;align-items:stretch}
.hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:74px 58px 74px 0}
.hero-copy h1{font-family:var(--serif);font-size:clamp(58px,6vw,92px);font-weight:500;line-height:.96;letter-spacing:-.045em;margin-bottom:28px}
.hero-copy h1 em{font-weight:500;font-style:normal}
.hero-lead{font-size:18px;color:#565148;max-width:510px;margin-bottom:30px}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}
.hero-note{margin-top:64px;padding-top:20px;border-top:1px solid #d8cfbf;color:#7b7368;font-size:10px;font-weight:600;letter-spacing:.22em}
.hero-media{position:relative;min-width:0}
.hero-photo{height:100%;min-height:660px;background-image:linear-gradient(90deg,rgba(247,244,238,.22),rgba(247,244,238,0) 35%),url('https://entro-design.ru/wp-content/themes/Template/images/main_1.png');background-size:cover;background-position:center}
.hero-product-card{position:absolute;right:30px;top:40px;width:300px;background:rgba(255,253,249,.96);box-shadow:0 18px 50px rgba(30,25,18,.16);border:1px solid rgba(255,255,255,.7)}
.product-image-wrap{height:270px;background:#f4f1eb;display:flex;align-items:center;justify-content:center;overflow:hidden}
.product-image-wrap img{height:100%;width:100%;object-fit:contain;padding:16px}
.product-card-copy{padding:16px 18px 18px;border-top:1px solid #e4ddd1}
.product-card-copy span{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.18em}
.product-card-copy strong{display:block;font-family:var(--serif);font-size:25px;font-weight:500;line-height:1.2;margin:4px 0}
.product-card-copy small{color:var(--muted);line-height:1.4}

/* Stats */
.numbers{background:#fff;border-bottom:1px solid #eee8df}
.numbers-grid{min-height:150px;display:grid;grid-template-columns:1fr 1fr 1fr 1.15fr;align-items:center}
.number-item{display:flex;align-items:center;gap:20px;padding:20px 36px;border-right:1px solid #e5dfd6}
.number-item:first-child{padding-left:0}
.number-item svg{width:41px;height:41px;fill:none;stroke:var(--gold);stroke-width:1.4;flex:none}
.number-item strong{display:block;color:var(--gold-dark);font-family:var(--serif);font-size:38px;font-weight:500;line-height:1}
.number-item span{font-size:12px;color:#4e4a44}
.numbers-message{padding-left:48px;text-transform:uppercase;letter-spacing:.16em}
.numbers-message span,.numbers-message strong{display:block}
.numbers-message span{color:#9b8c72;font-size:9px;margin-bottom:6px}
.numbers-message strong{font-size:11px;font-weight:600;line-height:1.7}

/* Showroom */
.showroom-section{background:#fbf9f5}
.showroom-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:68px;align-items:center}
.showroom-copy h2{margin-bottom:18px}
.showroom-bigfact{margin:34px 0 26px;padding:19px 0;border-top:1px solid #ddd4c7;border-bottom:1px solid #ddd4c7}
.showroom-bigfact strong,.showroom-bigfact span{display:block}
.showroom-bigfact strong{font-family:var(--serif);font-size:28px;font-weight:500}
.showroom-bigfact span{color:var(--muted);font-size:14px}
address{font-style:normal;display:flex;gap:13px;margin:0 0 12px;color:#37332d}
.address-icon{font-size:28px;line-height:1;color:var(--gold)}
address small{color:var(--muted)}
.hours{margin-bottom:24px;color:var(--muted);font-size:13px}
.section-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.showroom-gallery{height:580px;display:grid;grid-template-columns:1.55fr .85fr;grid-template-rows:1fr 1fr;gap:10px}
.showroom-gallery figure{margin:0;position:relative;overflow:hidden;background:#e8e1d6}
.showroom-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.showroom-gallery figure:hover img{transform:scale(1.025)}
.showroom-main{grid-row:1/3}
.showroom-main img{object-position:center}
.showroom-gallery figcaption{position:absolute;left:0;right:0;bottom:0;color:white;padding:32px 22px 17px;background:linear-gradient(transparent,rgba(0,0,0,.65));font-size:12px}
.showroom-main figcaption span,.showroom-main figcaption strong{display:block}
.showroom-main figcaption span{font-size:10px;letter-spacing:.18em;text-transform:uppercase;opacity:.85}
.showroom-main figcaption strong{font-family:var(--serif);font-size:23px;font-weight:500}
.door-detail img{object-fit:contain;background:#f0ece5;padding:16px}
.floor-detail img{object-position:center}
.showroom-benefits{display:grid;grid-template-columns:repeat(3,1fr);margin-top:36px;border-top:1px solid #dfd8cd;border-bottom:1px solid #dfd8cd}
.showroom-benefits>div{display:grid;grid-template-columns:44px auto;column-gap:15px;padding:22px 26px;border-right:1px solid #dfd8cd}
.showroom-benefits>div:first-child{padding-left:0}
.showroom-benefits>div:last-child{border-right:0}
.showroom-benefits span{grid-row:1/3;color:var(--gold);font-family:var(--serif);font-size:23px}
.showroom-benefits strong{font-size:13px}
.showroom-benefits small{color:var(--muted);font-size:11px}

/* Floors */
.floors-section{background:#f3eee5}
.section-heading{margin-bottom:42px}
.split-heading{display:flex;justify-content:space-between;gap:40px;align-items:flex-end}
.split-heading>div{max-width:760px}
.split-heading>p{max-width:360px;color:var(--muted);font-size:14px;margin-bottom:8px}
.floor-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.floor-card{background:#fff;min-width:0;border:1px solid rgba(206,194,177,.55);transition:transform .25s,box-shadow .25s}
.floor-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgba(40,31,21,.08)}
.floor-card:nth-child(-n+3){grid-column:span 2}
.floor-image{height:245px;overflow:hidden;background:#ddd}
.floor-image img{width:100%;height:100%;object-fit:cover}
.floor-card>div:last-child{padding:17px 18px 18px}
.floor-card strong{display:block;font-family:var(--serif);font-size:24px;font-weight:500}
.floor-card span{display:block;font-size:11px;color:var(--gold-dark);font-weight:700;margin:2px 0 8px}
.floor-card small{color:var(--muted);font-size:11px}
.compact-floor{grid-column:span 2;display:grid;grid-template-columns:110px 1fr;align-items:stretch}
.compact-floor>div:last-child{padding:18px 16px}
.floor-swatch{min-height:132px;background-size:cover;background-position:center}
.floor-swatch.carpet{background-image:radial-gradient(circle at 30% 20%,rgba(255,255,255,.18),transparent 20%),repeating-linear-gradient(55deg,#aea79b 0,#aea79b 2px,#938d82 2px,#938d82 5px)}
.floor-swatch.linoleum{background:linear-gradient(135deg,#d9d2c4,#b8afa1 45%,#ddd8cf)}
.floor-swatch.skirting{background:linear-gradient(180deg,#ebe6dd 0 55%,#bca783 55% 63%,#d7c4a6 63% 68%,#b19670 68%)}
.materials-strip{margin-top:16px;background:#e8e0d3;min-height:92px;display:flex;align-items:center;padding:20px 28px;gap:20px}
.material-icon{width:76px;height:48px;position:relative;flex:none}
.material-icon span:first-child{position:absolute;left:0;bottom:5px;width:58px;height:17px;border-radius:50%;border:2px solid #a78a57;transform:rotate(-10deg)}
.material-icon span:last-child{position:absolute;right:0;top:1px;width:24px;height:42px;border:2px solid #8b7651;background:#f0e9dd}
.materials-strip strong,.materials-strip small{display:block}
.materials-strip strong{font-family:var(--serif);font-size:21px;font-weight:500}
.materials-strip small{color:var(--muted)}
.materials-end{margin-left:auto;padding-left:30px;border-left:1px solid #cfc2ae;color:#86765d;font-size:10px;letter-spacing:.18em;text-transform:uppercase}

/* Doors */
.doors-section{background:#fff}
.door-showcase{display:grid;grid-template-columns:1fr 1fr .78fr;gap:16px}
.door-card{display:grid;grid-template-columns:1fr .82fr;background:#f4f0e9;min-height:440px;overflow:hidden}
.door-image{display:flex;align-items:flex-end;justify-content:center;overflow:hidden;background:linear-gradient(#e8e1d6,#f4efe7)}
.door-image img{height:100%;width:100%;object-fit:contain;padding:28px 20px 0}
.door-copy{padding:42px 30px;display:flex;flex-direction:column;justify-content:center}
.door-copy span{font-size:9px;letter-spacing:.24em;color:var(--gold-dark)}
.door-copy h3{font-family:var(--serif);font-size:34px;font-weight:500;margin:10px 0}
.door-copy p{color:var(--muted);font-size:13px}
.door-card.featured{background:#ece7df}
.catalog-card{background:var(--deep);color:white;padding:42px 34px;display:flex;flex-direction:column;justify-content:center}
.catalog-card .eyebrow{color:#d7b774}
.catalog-card h3{font-family:var(--serif);font-size:34px;font-weight:500;line-height:1.1}
.catalog-metrics{display:grid;gap:13px;margin:20px 0 28px}
.catalog-metrics span{display:flex;align-items:baseline;gap:9px;color:#d8d2c8;font-size:12px;border-bottom:1px solid #46413a;padding-bottom:11px}
.catalog-metrics b{font-family:var(--serif);font-size:22px;color:#d7b774;font-weight:500}
.catalog-card .button-outline{color:white;background:transparent;border-color:#776b59}

/* Hardware */
.hardware-section{background:#f9f7f3;border-top:1px solid #e9e3d9;border-bottom:1px solid #e9e3d9}
.hardware-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:center}
.hardware-copy p:last-child{color:var(--muted);max-width:530px}
.hardware-list{border-top:1px solid #d8d0c5}
.hardware-list article{display:grid;grid-template-columns:65px 1fr;align-items:center;padding:24px 6px;border-bottom:1px solid #d8d0c5}
.hardware-list article>span{font-family:var(--serif);color:var(--gold);font-size:23px}
.hardware-list h3{margin:0;font-family:var(--serif);font-size:25px;font-weight:500}
.hardware-list p{margin:2px 0 0;color:var(--muted);font-size:12px}

/* Network */
.network-section{padding:0;background:#f3f0ea}
.network-grid{display:grid;grid-template-columns:1.05fr .95fr;min-height:390px}
.network-copy{padding:70px 60px 66px 0;display:flex;flex-direction:column;justify-content:center}
.network-copy h2{margin-bottom:38px}
.network-timeline{display:grid;grid-template-columns:auto 1fr auto;align-items:flex-start;gap:14px}
.timeline-item{display:flex;gap:14px;min-width:190px}
.timeline-item i{width:15px;height:15px;border-radius:50%;background:var(--gold);display:block;margin-top:4px;box-shadow:0 0 0 5px rgba(181,138,60,.12)}
.timeline-item.future i{background:#b9b5ae;box-shadow:none}
.timeline-item strong,.timeline-item span,.timeline-item small{display:block}
.timeline-item strong{font-family:var(--serif);font-size:21px;font-weight:500}
.timeline-item span{font-size:12px;margin-bottom:7px}
.timeline-item small{color:var(--muted);font-size:10px;max-width:190px}
.timeline-line{height:1px;background:#c9c1b5;margin-top:11px;min-width:80px}
.astana-image{position:relative;min-height:390px;overflow:hidden}
.astana-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(.94)}
.astana-image::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(243,240,234,.65),transparent 48%)}
.astana-caption{position:absolute;z-index:2;right:30px;bottom:28px;background:rgba(255,253,249,.93);padding:18px 22px;min-width:215px}
.astana-caption span,.astana-caption strong,.astana-caption small{display:block}
.astana-caption span{font-size:9px;color:var(--gold-dark);letter-spacing:.18em;text-transform:uppercase}
.astana-caption strong{font-family:var(--serif);font-size:23px;font-weight:500}
.astana-caption small{color:var(--muted)}

/* Promo */
.promo-section{padding:28px 0 72px;background:#f3f0ea}
.promo-card{display:grid;grid-template-columns:.55fr 1fr .82fr;background:#fff;min-height:300px;box-shadow:var(--shadow)}
.promo-image{background:url('https://entro-design.ru/wp-content/cache/thumb/16/219af0f55559a16_910x825.jpg') center/cover no-repeat;min-height:300px}
.promo-copy{padding:48px 44px;display:flex;flex-direction:column;justify-content:center}
.promo-copy h2{font-size:42px;margin-bottom:14px}
.promo-copy p:not(.eyebrow){color:var(--muted);margin-bottom:20px}
.promo-copy .button{align-self:flex-start}
.promo-side{padding:40px 34px;border-left:1px solid #e7e0d6;display:flex;flex-direction:column;justify-content:center;gap:16px}
.promo-side>div{display:grid;grid-template-columns:35px 1fr;column-gap:12px}
.promo-side>div>span{grid-row:1/3;color:var(--gold);font-family:var(--serif);font-size:24px}
.promo-side strong{font-size:13px}
.promo-side small{color:var(--muted);font-size:10px}

/* Brands */
.brands-section{padding:45px 0 50px;background:#fff}
.brands-heading{display:flex;justify-content:space-between;align-items:baseline;gap:30px;border-bottom:1px solid #e5ded4;padding-bottom:18px}
.brands-heading h2{font-family:var(--sans);font-size:16px;letter-spacing:.01em;font-weight:600;margin:0}
.brands-heading span{font-size:9px;text-transform:uppercase;letter-spacing:.2em;color:#8b8378}
.brands-grid{display:grid;grid-template-columns:repeat(9,1fr);align-items:center;gap:22px;padding-top:25px}
.brand-logo{height:60px;display:flex;align-items:center;justify-content:center;filter:saturate(.88)}
.brand-logo img{max-width:100%;max-height:47px;object-fit:contain}

/* About */
.about-strip{padding:68px 0;background:#f8f6f2;border-top:1px solid #ebe5db}
.about-grid{display:grid;grid-template-columns:1fr .9fr;gap:80px;align-items:center}
.about-grid h2{font-size:46px;margin:0}
.about-grid>p{color:var(--muted);font-size:15px;margin:0;max-width:550px}

/* Footer */
.site-footer{background:#22201c;color:#f3efe7;padding:64px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.25fr .65fr .92fr 1.05fr;gap:60px}
.footer-brand img{width:190px;filter:none}
.footer-brand p{font-size:12px;color:#bcb6ac;margin-top:18px}
.site-footer h3{font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:#ad9f89;margin:0 0 17px}
.footer-nav,.footer-contact{display:flex;flex-direction:column;gap:9px}
.footer-nav a,.footer-contact a,.footer-address p{font-size:12px;color:#e5dfd5}
.footer-nav a:hover,.footer-contact a:hover{color:#d4b36b}
.footer-address p{margin:0 0 8px}
.footer-address .muted{color:#8f8a81}
.text-link.light{color:#d7bd84;text-decoration-color:#6b604e}
.footer-bottom{margin-top:45px;padding-top:20px;border-top:1px solid #3b3833;display:flex;justify-content:space-between;font-size:10px;color:#8f8a81;letter-spacing:.08em}

.mobile-quick-actions{display:none}

@media (max-width:1180px){
  .desktop-nav{gap:16px}.desktop-nav a{font-size:11px}.header-inner{grid-template-columns:170px 1fr auto;gap:16px}.brand img{width:155px}.phone-link span{display:none}
  .door-showcase{grid-template-columns:1fr 1fr}.catalog-card{grid-column:1/3;min-height:260px}.brands-grid{grid-template-columns:repeat(5,1fr)}
}

@media (max-width:920px){
  html{scroll-padding-top:70px}
  .container{width:min(100% - 32px,760px)}
  .site-header{position:sticky}.header-inner{height:68px;display:flex;justify-content:space-between}.brand img{width:142px}
  .desktop-nav,.phone-link,.header-actions>.button-whatsapp{display:none}.menu-toggle{display:block}.header-actions{gap:0}
  .mobile-menu{position:absolute;top:68px;left:0;right:0;background:#fffdf9;border-top:1px solid #e6dfd5;border-bottom:1px solid #e6dfd5;padding:8px 16px 18px;box-shadow:0 18px 30px rgba(30,25,18,.08)}
  .mobile-menu.open{display:grid}.mobile-menu a{padding:12px 4px;border-bottom:1px solid #eee8df;font-size:13px}
  .menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:64px 0 44px}.hero-copy h1{font-size:64px}.hero-note{margin-top:34px}.hero-media{height:530px}.hero-photo{min-height:530px;background-position:center}.hero-product-card{width:245px;right:18px;top:20px}.product-image-wrap{height:220px}
  .numbers-grid{grid-template-columns:repeat(3,1fr)}.number-item{padding:24px 16px}.numbers-message{grid-column:1/4;padding:16px 0;border-top:1px solid #eee7dd}
  .showroom-grid{grid-template-columns:1fr;gap:42px}.showroom-gallery{height:520px}.showroom-benefits{grid-template-columns:1fr}.showroom-benefits>div{border-right:0;border-bottom:1px solid #dfd8cd;padding-left:0}.showroom-benefits>div:last-child{border-bottom:0}
  .split-heading{display:block}.split-heading>p{max-width:560px}.floor-grid{grid-template-columns:repeat(2,1fr)}.floor-card:nth-child(-n+3),.compact-floor{grid-column:span 1}.compact-floor{grid-template-columns:90px 1fr}.floor-image{height:210px}
  .door-showcase{grid-template-columns:1fr}.door-card,.catalog-card{grid-column:auto}.hardware-grid{grid-template-columns:1fr;gap:40px}.network-grid{grid-template-columns:1fr}.network-copy{padding:70px 0}.astana-image{min-height:330px}.promo-card{grid-template-columns:1fr 1.25fr}.promo-side{grid-column:1/3;border-left:0;border-top:1px solid #e7e0d6;display:grid;grid-template-columns:repeat(3,1fr)}
  .brands-grid{grid-template-columns:repeat(3,1fr)}.about-grid{grid-template-columns:1fr;gap:25px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}
}

@media (max-width:600px){
  body{padding-bottom:62px}.container{width:calc(100% - 28px)}.section{padding:66px 0}.eyebrow{font-size:9px;margin-bottom:11px}.brand img{width:126px}
  .hero{background:#f4efe7}.hero-grid{width:100%;max-width:none}.hero-copy{padding:42px 20px 32px}.hero-copy h1{font-size:50px;line-height:.96;margin-bottom:20px}.hero-lead{font-size:14px;line-height:1.55}.hero-buttons{display:grid}.hero-buttons .button{width:100%}.hero-note{font-size:8px;margin-top:26px}.hero-media{height:420px}.hero-photo{min-height:420px;background-position:center}.hero-product-card{width:200px;right:14px;top:16px}.product-image-wrap{height:175px}.product-card-copy{padding:11px}.product-card-copy strong{font-size:20px}.product-card-copy small{font-size:9px}
  .numbers-grid{grid-template-columns:repeat(3,1fr)}.number-item{display:block;text-align:center;padding:18px 6px;border-right:1px solid #e5dfd6}.number-item svg{width:30px;height:30px;margin:0 auto 8px}.number-item strong{font-size:31px}.number-item span{font-size:9px;line-height:1.25}.numbers-message{text-align:center;padding:12px 0}.numbers-message strong{font-size:9px}
  h2{font-size:39px}.showroom-copy .section-lead{font-size:14px}.showroom-bigfact strong{font-size:25px}.showroom-gallery{height:430px;grid-template-columns:1.6fr .9fr}.showroom-gallery figcaption{padding:24px 12px 10px}.showroom-small figcaption{font-size:9px}.showroom-benefits{margin-top:24px}.showroom-benefits>div{padding:15px 0}.showroom-benefits small{font-size:10px}
  .section-heading{margin-bottom:25px}.split-heading>p{font-size:12px}.floor-grid{grid-template-columns:1fr 1fr;gap:8px}.floor-card:nth-child(-n+3){grid-column:span 1}.floor-image{height:150px}.floor-card>div:last-child{padding:13px 12px}.floor-card strong{font-size:19px}.floor-card span{font-size:9px}.floor-card small{font-size:9px}.compact-floor{grid-column:span 1;display:block}.floor-swatch{min-height:115px}.materials-strip{padding:15px;gap:10px}.material-icon{width:48px}.materials-strip strong{font-size:18px}.materials-strip small{font-size:9px}.materials-end{display:none}
  .door-card{min-height:365px;grid-template-columns:1.1fr .9fr}.door-image img{padding:18px 8px 0}.door-copy{padding:25px 15px}.door-copy h3{font-size:25px}.door-copy p{font-size:10px}.catalog-card{padding:32px 25px}.catalog-card h3{font-size:30px}.hardware-section{padding:60px 0}.hardware-grid{gap:25px}.hardware-list article{padding:17px 3px}
  .network-copy{padding:55px 0}.network-timeline{grid-template-columns:1fr;gap:8px}.timeline-line{width:1px;height:34px;margin:0 0 0 7px;min-width:0}.astana-image{min-height:250px}.astana-caption{right:14px;bottom:14px;padding:12px 15px;min-width:175px}.astana-caption strong{font-size:19px}
  .promo-section{padding:14px 0 55px}.promo-card{grid-template-columns:1fr}.promo-image{min-height:220px}.promo-copy{padding:30px 22px}.promo-copy h2{font-size:35px}.promo-side{grid-column:auto;grid-template-columns:1fr;padding:22px;border-top:1px solid #e7e0d6}.brands-heading{display:block}.brands-heading span{display:block;margin-top:8px}.brands-grid{grid-template-columns:repeat(3,1fr);gap:12px}.brand-logo{height:47px}.brand-logo img{max-height:38px}
  .about-grid h2{font-size:37px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.site-footer{padding-top:50px}.footer-grid{gap:34px}.footer-bottom{margin-top:32px}.mobile-quick-actions{position:fixed;z-index:90;left:0;right:0;bottom:0;height:62px;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-top:1px solid #ddd6cb;box-shadow:0 -10px 28px rgba(30,25,18,.08)}.mobile-quick-actions a{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:700}.mobile-quick-actions svg{width:19px;height:19px;fill:var(--gold-dark)}.mobile-quick-actions .quick-wa{background:#a97d32;color:white}.mobile-quick-actions .quick-wa svg{fill:white}
}

@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
