*:where(*, *::before, *::after) { box-sizing: border-box; }
:root { --ink:#10243a; --blue:#1558d6; --sky:#2b7fff; --yellow:#f4b740; --canvas:#f7f4ee; --muted:#5c6b7a; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--canvas); color:var(--ink); font-family:Arial, sans-serif; overflow-x:hidden; }
a { color:inherit; text-decoration:none; }
.site-header { position:relative; z-index:5; display:flex; align-items:center; gap:30px; max-width:1240px; margin:auto; padding:25px 30px; }
.brand { display:flex; flex-direction:column; line-height:1; margin-right:auto; letter-spacing:.08em; }
.brand strong { color:var(--blue); font-size:21px; }
.brand span { font-size:9px; font-weight:bold; margin-top:6px; letter-spacing:.14em; }
.desktop-nav { display:flex; gap:26px; font-size:14px; font-weight:bold; }
.desktop-nav a:hover,.text-link:hover { color:var(--blue); }
.city { font-size:14px; color:var(--muted); padding-left:20px; border-left:1px solid #d9e1ea; }
.phone { color:var(--blue); font-size:14px; font-weight:bold; white-space:nowrap; }
.menu-button,.mobile-menu { display:none; }
main { max-width:1240px; margin:auto; padding:0 30px; }
.hero { min-height:390px; border-radius:28px; background:var(--blue); color:#fff; display:flex; overflow:hidden; position:relative; padding:55px 70px; }
.hero-copy { position:relative; z-index:2; max-width:570px; }
.eyebrow { text-transform:uppercase; letter-spacing:.12em; font-size:11px; font-weight:bold; opacity:.7; margin:0 0 16px; }
h1,h2,p { margin-top:0; } h1 { font-size:48px; line-height:1.05; letter-spacing:-.04em; margin-bottom:20px; } h2 { font-size:32px; letter-spacing:-.03em; margin-bottom:10px; } .hero-subtitle,.section-heading p { line-height:1.5; color:var(--muted); }.hero-subtitle { color:#dce8ff; max-width:430px; }
.button { display:inline-flex; gap:28px; align-items:center; background:var(--yellow); color:var(--ink); padding:17px 22px; border-radius:9px; font-weight:bold; margin-top:14px; transition:transform .2s; }.button:hover { transform:translateY(-2px); }.button span { font-size:22px; }
.hero-art { position:absolute; right:7%; bottom:0; width:40%; height:90%; }.sofa { position:absolute; bottom:46px; right:5%; width:80%; height:130px; background:#f4b740; border-radius:35px 35px 18px 18px; box-shadow:0 25px #d99a29; }.sofa:before { content:""; position:absolute; left:10%; top:-55px; width:80%; height:75px; background:#f9cb67; border-radius:35px 35px 8px 8px; }.lamp { position:absolute; right:3%; top:5%; width:70px; height:220px; border-left:4px solid #f9cb67; }.lamp:before { content:""; position:absolute; left:-45px; top:0; border-style:solid; border-width:0 45px 52px; border-color:transparent transparent #f9cb67; }.plant { position:absolute; bottom:20px; left:2%; font-size:90px; color:#aee0cb; transform:rotate(-20deg); }
.section { padding:75px 0 15px; }.section-heading { display:flex; align-items:end; justify-content:space-between; margin-bottom:28px; }.section-heading p { margin-bottom:0; }.text-link { color:var(--blue); font-size:13px; font-weight:bold; white-space:nowrap; }.room-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:14px; }.room-card { min-height:155px; border-radius:16px; padding:18px; display:flex; flex-direction:column; justify-content:flex-end; gap:14px; background:#fff; font-weight:bold; transition:transform .2s; }.room-card:hover,.offer-card:hover { transform:translateY(-4px); }.room-card:before { content:"⌂"; display:grid; place-items:center; width:58px; height:58px; border-radius:50%; background:var(--yellow); color:var(--ink); font-size:27px; font-weight:normal; }.room-card b { display:none; }.room-living:before { content:"▰"; }.room-bedroom:before { content:"▱"; }.room-kids:before { content:"✦"; }.room-kitchen:before { content:"⌒"; }.room-hall:before { content:"▥"; }.room-office:before { content:"▤"; }
.offer-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }.offer-card { background:#fff; border-radius:18px; padding:14px 18px 20px; position:relative; transition:transform .2s; }.offer-art { height:145px; border-radius:12px; margin-bottom:18px; position:relative; overflow:hidden; }.art-sofa{background:#d7e7f0}.art-sofa:after{content:""; position:absolute; width:65%; height:45%; left:18%; bottom:22px; border-radius:24px 24px 8px 8px; background:#4077a1; box-shadow:0 12px #285b80}.art-bed{background:#eee0cf}.art-bed:after{content:""; position:absolute; width:70%; height:55%; left:15%; bottom:20px; background:#b87d67; border-radius:30px 30px 4px 4px; box-shadow:0 10px #875345}.art-kitchen{background:#e7e4d6}.art-kitchen:after{content:""; position:absolute; width:70%; height:52%; left:15%; bottom:20px; background:#879d8e; border-radius:6px; box-shadow:0 12px #526c5f}.offer-card span { display:block; font-size:19px; font-weight:bold; }.offer-card small { color:var(--muted); display:block; margin-top:7px; }.offer-card b { position:absolute; right:20px; bottom:20px; color:var(--blue); font-size:20px; }.contacts { margin-top:75px; padding:38px 45px; background:#e6eef8; border-radius:20px; display:flex; justify-content:space-between; align-items:center; }.contacts h2 { margin-bottom:8px; }.contacts p { margin:0; color:var(--muted); }.contact-details { display:flex; flex-direction:column; gap:9px; text-align:right; font-size:14px; }.contact-details a:first-child { color:var(--blue); font-weight:bold; }.promo-bar { display:flex; justify-content:center; gap:100px; background:var(--ink); color:#fff; padding:20px; margin-top:75px; font-size:14px; }.promo-bar b { color:var(--yellow); }
@media (max-width:900px) { .site-header { gap:12px; padding:22px 24px; }.desktop-nav { display:flex; gap:18px; font-size:13px; margin-left:auto; }.city { margin-left:0; padding-left:12px; }.phone { font-size:12px; } .menu-button { display:none; } main { padding:0 24px; }.hero { padding:45px 45px; min-height:420px; }.hero-art { right:1%; width:43%; }.room-grid { grid-template-columns:repeat(4,1fr); }.room-card:nth-child(n+5) { display:none; }.section { padding-top:60px; } }
@media (max-width:600px) { .site-header { padding:18px 18px; }.brand strong{font-size:18px}.brand span{font-size:8px}.phone,.desktop-nav { display:none; }.menu-button { display:flex; flex-direction:column; gap:4px; border:0; background:none; padding:7px 0 7px 10px; color:var(--ink); font-size:9px; cursor:pointer; }.menu-button span { width:23px; height:2px; background:var(--blue); }.menu-button b { margin-top:3px; }.mobile-menu { position:absolute; right:18px; top:67px; background:#fff; box-shadow:0 8px 25px #10243a26; border-radius:12px; padding:15px 20px; flex-direction:column; gap:16px; font-size:14px; }.mobile-menu.open { display:flex; }.city { border:0; padding:0; font-size:12px; }.hero { min-height:530px; padding:35px 25px; border-radius:20px; }.hero h1 { font-size:36px; }.hero-art { width:100%; right:0; height:45%; opacity:.9; }.sofa { width:75%; right:10%; }.section { padding-top:48px; }.section-heading { align-items:start; }.section-heading h2 { font-size:26px; }.section-heading .text-link { display:none; }.room-grid { grid-template-columns:repeat(4,1fr); gap:8px; }.room-card { min-height:120px; padding:12px; font-size:12px; }.offer-grid { grid-template-columns:repeat(2,1fr); gap:10px; }.offer-card:nth-child(3) { display:none; }.offer-card { padding:9px 10px 14px; }.offer-art { height:105px; margin-bottom:12px; }.offer-card span { font-size:16px; }.offer-card small { font-size:11px; }.offer-card b { right:11px; bottom:13px; }.contacts { margin-top:55px; padding:25px 20px; display:block; }.contact-details { text-align:left; margin-top:22px; }.promo-bar { margin-top:55px; display:block; padding:18px; font-size:12px; }.promo-bar span { display:block; margin:8px 0; } }
