:root {
  --ink: #121419;
  --muted: #687078;
  --line: #e5e7e8;
  --paper: #f7f7f4;
  --white: #ffffff;
  --sage: #a9b9a6;
  --sage-dark: #728871;
  --sand: #d8c8ae;
  --accent: #7f947d;
  --blue: #6e8495;
  --danger: #a95050;
  --success: #5c7f64;
  --radius: 26px;
  --shadow: 0 28px 70px rgba(25, 28, 27, .10);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }

.public-body { background: var(--paper); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 82px; padding: 0 clamp(24px, 5vw, 84px); display: flex; align-items: center; justify-content: space-between; transition: .3s ease; }
.site-header.scrolled { height: 68px; background: rgba(247,247,244,.86); backdrop-filter: blur(24px); border-bottom: 1px solid rgba(30,35,33,.08); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 17px; letter-spacing: -.3px; }
.brand b { font-weight: 750; }
.brand-mark { width: 40px; height: 40px; border-radius: 13px; display: grid; place-items: center; background: var(--ink); color: white; font-size: 13px; font-weight: 750; letter-spacing: -.5px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.brand-mark.small { width: 32px; height: 32px; border-radius: 10px; font-size: 11px; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 580; }
.site-nav > a { transition: color .2s; }
.site-nav > a:hover { color: var(--accent); }
.site-nav .nav-login { padding: 12px 18px; border: 1px solid rgba(18,20,25,.18); border-radius: 999px; }
.menu-button { display: none; position: relative; border: 0; border-radius: 14px; background: transparent; width: 44px; height: 44px; padding: 0; transition: background .2s ease; }
.menu-button span { position: absolute; left: 12px; width: 20px; height: 1.5px; border-radius: 2px; background: var(--ink); transition: transform .25s ease, top .25s ease; }
.menu-button span:first-child { top: 17px; }
.menu-button span:last-child { top: 25px; }
.menu-button[aria-expanded="true"] { background: rgba(18,20,25,.06); }
.menu-button[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }

.hero { min-height: 820px; padding: 150px clamp(24px, 6vw, 110px) 86px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: center; gap: clamp(48px, 7vw, 120px); overflow: hidden; }
.hero-copy { max-width: 640px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #657266; font-size: 11px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span:first-child { display: inline-block; width: 22px; height: 1px; flex: 0 0 22px; background: currentColor; }
.eyebrow.light { color: #b6c3b4; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin-bottom: 30px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 6.5vw, 104px); line-height: .92; letter-spacing: -.055em; font-weight: 400; }
h1 em, h2 em { color: var(--accent); font-weight: 400; }
.hero-lead { max-width: 600px; color: #59615f; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 999px; font-size: 13px; font-weight: 680; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; box-shadow: 0 14px 28px rgba(18,20,25,.16); }
.button-primary:hover { box-shadow: 0 18px 34px rgba(18,20,25,.24); }
.button-quiet { background: rgba(255,255,255,.72); border: 1px solid rgba(18,20,25,.10); }
.button-light { background: #f7f7f4; color: var(--ink); }
.trust-line { display: flex; gap: 24px; margin-top: 46px; color: #707774; font-size: 11px; }
.trust-line span::before { content: "✓"; margin-right: 7px; color: var(--accent); font-weight: 800; }

.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.ambient { position: absolute; border-radius: 999px; filter: blur(1px); }
.ambient-one { width: 520px; height: 520px; background: radial-gradient(circle at 40% 35%, rgba(218,201,176,.72), rgba(171,188,169,.28) 58%, transparent 72%); }
.ambient-two { width: 290px; height: 290px; right: -20px; bottom: 30px; background: radial-gradient(circle, rgba(132,159,177,.25), transparent 70%); }
.home-panel { position: relative; z-index: 2; width: min(520px, 92%); min-height: 430px; padding: 26px; border-radius: 36px; background: rgba(251,251,248,.82); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 45px 90px rgba(45,51,47,.18), inset 0 0 0 1px rgba(25,30,28,.04); backdrop-filter: blur(22px); transform: perspective(1000px) rotateY(-5deg) rotateX(2deg); }
.panel-top { display: flex; justify-content: space-between; color: #4d5652; font-size: 12px; font-weight: 700; }
.online { font-weight: 550; }
.online i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #67a076; box-shadow: 0 0 0 4px rgba(103,160,118,.12); }
.climate { padding: 48px 4px 30px; }
.climate small { display: block; color: #7a827f; font-size: 11px; }
.climate strong { display: block; margin: 6px 0; font-family: Georgia,serif; font-size: 45px; font-weight: 400; letter-spacing: -.04em; }
.climate > span { color: #737b78; font-size: 11px; }
.room-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.room-card { min-height: 96px; padding: 16px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 20px; background: rgba(232,234,231,.74); }
.room-card.warm { background: linear-gradient(140deg, #e8ddcb, #d9c8aa); }
.room-card span { font-size: 12px; font-weight: 700; }
.room-card small { margin-top: 3px; color: #727976; font-size: 9px; }
.room-symbol { position: absolute; top: 15px; right: 16px; width: 22px; height: 22px; border-radius: 8px; background: rgba(255,255,255,.7); }
.room-symbol::after { content: ""; position: absolute; inset: 6px; border: 1.5px solid #707975; border-radius: 50%; }
.network::after { border-radius: 50% 50% 0 0; border-bottom: 0; }
.server::after { border-radius: 2px; }
.shield::after { border-radius: 8px 8px 10px 10px; }
.floating-card { position: absolute; z-index: 3; padding: 15px 18px; border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 20px 50px rgba(34,40,36,.15); backdrop-filter: blur(14px); font-size: 11px; }
.floating-card small { display: block; margin-bottom: 4px; color: #78807c; }
.floating-card b { font-size: 12px; }
.float-security { left: 0; top: 115px; display: flex; align-items: center; gap: 12px; }
.float-energy { right: 0; bottom: 95px; min-width: 124px; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #6ca17a; box-shadow: 0 0 0 6px rgba(108,161,122,.12); }

.intro-strip { padding: 110px 24px; text-align: center; background: white; }
.intro-strip p { margin-bottom: 18px; color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.intro-strip h2 { margin: 0 auto; font-family: Georgia,serif; font-size: clamp(38px, 5vw, 66px); line-height: 1.12; font-weight: 400; letter-spacing: -.04em; }
.section { padding: 130px clamp(24px, 6vw, 110px); }
.section-heading { max-width: 740px; margin-bottom: 68px; }
.section-heading h2, .about h2, .contact h2, .process h2, .portal-promo h2 { margin-bottom: 24px; font-family: Georgia,serif; font-size: clamp(42px, 5vw, 70px); line-height: 1.06; letter-spacing: -.045em; font-weight: 400; }
.section-heading > p:last-child { max-width: 620px; color: var(--muted); line-height: 1.75; }
.services { background: #f2f2ee; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { min-height: 390px; padding: clamp(28px, 3vw, 46px); position: relative; border-radius: 32px; background: white; overflow: hidden; }
.service-card.featured { background: linear-gradient(145deg, #edf0e9, #dfe6dc); }
.service-card.dark { background: var(--ink); color: white; }
.service-number { position: absolute; top: 28px; right: 32px; color: #a4aaa7; font-size: 11px; letter-spacing: .13em; }
.service-icon { width: 50px; height: 50px; margin-bottom: 50px; border-radius: 17px; background: rgba(125,148,123,.15); position: relative; }
.service-icon::before, .service-icon::after { content: ""; position: absolute; border: 2px solid var(--accent); }
.icon-home::before { width: 19px; height: 17px; left: 14px; top: 17px; border-top: 0; border-radius: 2px; }
.icon-home::after { width: 17px; height: 17px; left: 15px; top: 10px; transform: rotate(45deg); border-right: 0; border-bottom: 0; border-radius: 2px; }
.icon-wifi::before { inset: 13px 10px 9px; border-color: var(--blue); border-left-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-radius: 50%; }
.icon-wifi::after { width: 5px; height: 5px; left: 21px; bottom: 12px; border: 0; border-radius: 50%; background: var(--blue); }
.icon-stack::before { width: 22px; height: 7px; left: 12px; top: 13px; border-radius: 3px; }
.icon-stack::after { width: 22px; height: 7px; left: 12px; top: 28px; border-radius: 3px; }
.icon-heart::before { width: 17px; height: 17px; left: 15px; top: 14px; border-color: #bcc8b9; transform: rotate(45deg); border-radius: 12px 12px 2px 12px; }
.icon-heart::after { display: none; }
.service-card h3 { margin-bottom: 14px; font-family: Georgia,serif; font-size: 30px; font-weight: 400; }
.service-card p { max-width: 570px; color: #666e6a; line-height: 1.7; }
.service-card.dark p { color: #b9bebb; }
.service-card ul { padding: 12px 0 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.service-card li { padding: 8px 12px; border-radius: 999px; background: #f3f4f2; color: #5f6763; font-size: 10px; }
.service-card.featured li { background: rgba(255,255,255,.64); }
.service-card.dark a { display: inline-flex; margin-top: 22px; color: #dfe8dd; gap: 12px; font-size: 12px; }

.process { padding-top: 150px; padding-bottom: 150px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; background: var(--ink); color: white; }
.process-copy { position: sticky; top: 130px; align-self: start; }
.process-copy > p:not(.eyebrow) { max-width: 520px; color: #abb1ae; line-height: 1.75; }
.process-copy .button { margin-top: 24px; }
.process h2 em { color: #aebda9; }
.process-steps { margin: 0; padding: 0; list-style: none; }
.process-steps li { min-height: 180px; padding: 34px 0; display: grid; grid-template-columns: 70px 1fr; gap: 26px; border-top: 1px solid rgba(255,255,255,.13); }
.process-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.process-steps > li > b { color: #82907f; font-size: 11px; letter-spacing: .1em; }
.process-steps h3 { margin: 0 0 12px; font-family: Georgia,serif; font-size: 28px; font-weight: 400; }
.process-steps p { max-width: 520px; color: #aeb4b1; line-height: 1.75; }

.about { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(56px, 8vw, 130px); background: #f7f7f4; }
.about-visual { min-height: 650px; position: relative; border-radius: 36px; overflow: hidden; background: radial-gradient(circle at 48% 32%, #cbd5c7, #9cab99 45%, #71816f 100%); }
.about-visual::before { content: ""; position: absolute; width: 420px; height: 520px; left: 50%; bottom: -120px; transform: translateX(-50%); border-radius: 50% 50% 18% 18%; background: linear-gradient(#252b29, #111514); box-shadow: 0 0 80px rgba(0,0,0,.2); }
.about-photo { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-visual.has-photo::before, .about-visual.has-photo .portrait-placeholder { display: none; }
.portrait-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; color: rgba(255,255,255,.94); }
.portrait-placeholder > span { position: relative; z-index: 1; width: 130px; height: 130px; margin-top: -50px; display: grid; place-items: center; border-radius: 50%; background: rgba(247,247,244,.13); border: 1px solid rgba(255,255,255,.38); backdrop-filter: blur(8px); font-family: Georgia,serif; font-size: 44px; }
.portrait-placeholder small { position: absolute; bottom: 28px; left: 28px; z-index: 1; font-size: 11px; letter-spacing: .08em; }
.about-copy > p { color: var(--muted); line-height: 1.75; }
.about-copy .about-lead { color: var(--ink); font-family: Georgia,serif; font-size: 23px; line-height: 1.55; }
.about blockquote { margin: 36px 0; padding: 4px 0 4px 22px; border-left: 2px solid var(--accent); font-family: Georgia,serif; font-size: 20px; font-style: italic; line-height: 1.6; }
.signature { font-family: Georgia,serif; font-size: 20px; font-style: italic; }
.signature span { display: block; margin-top: 5px; color: var(--muted); font-family: Inter,sans-serif; font-size: 9px; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }

.portal-promo { margin: 0 clamp(18px, 3vw, 50px) 50px; padding: 100px clamp(30px, 7vw, 110px); border-radius: 42px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; color: white; background: linear-gradient(135deg, #111716, #24312d); overflow: hidden; }
.portal-promo > div:first-child > p:not(.eyebrow) { max-width: 520px; color: #b6c0bd; line-height: 1.7; }
.portal-promo .button { margin-top: 22px; }
.portal-preview { max-width: 490px; padding: 28px; border-radius: 30px; background: rgba(241,245,241,.95); color: var(--ink); box-shadow: 0 40px 90px rgba(0,0,0,.3); transform: rotate(2deg); }
.portal-preview-head { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; }
.portal-preview-head i { width: 8px; height: 8px; margin-left: auto; border-radius: 50%; background: #6fa078; }
.portal-stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0 10px; }
.portal-stat-row div, .portal-preview-card { padding: 17px; border-radius: 16px; background: white; }
.portal-stat-row small, .portal-preview-card small { display: block; color: #7c8581; font-size: 9px; }
.portal-stat-row b { display: block; margin-top: 6px; font-family: Georgia,serif; font-size: 25px; font-weight: 400; }
.portal-preview-card { position: relative; margin-top: 9px; }
.portal-preview-card span { font-size: 12px; font-weight: 700; }
.portal-preview-card small { margin-top: 4px; }
.portal-preview-card i { position: absolute; right: 18px; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: #76a27b; transform: translateY(-50%); }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; background: white; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); line-height: 1.75; }
.contact-detail { margin-top: 28px; }
.contact-detail small { display: block; margin-bottom: 6px; color: #8a918e; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.contact-detail a, .contact-detail span { font-size: 15px; font-weight: 650; }
.contact-form { padding: clamp(28px, 4vw, 52px); border-radius: 32px; background: #f4f4f1; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 20px; color: #454c49; font-size: 11px; font-weight: 680; }
.contact-form label > span { color: #929895; font-weight: 450; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 8px; padding: 15px 16px; border: 1px solid #dfe1de; border-radius: 13px; outline: 0; background: rgba(255,255,255,.92); color: var(--ink); transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(127,148,125,.12); }
.contact-form textarea { resize: vertical; }
.contact-form .button { min-width: 190px; }
.contact-form .button:disabled { opacity: .55; cursor: wait; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-status { min-height: 18px; margin: 16px 0 0; font-size: 12px; }
.form-status.success { color: var(--success); }
.form-status.error { color: var(--danger); }
.privacy-note { display: block; margin-top: 16px; color: #8a918e; font-size: 9px; line-height: 1.5; }

.site-footer { padding: 70px clamp(24px, 6vw, 110px) 32px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 54px; background: #ededE8; font-size: 11px; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.site-footer > div > b { margin-bottom: 6px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.site-footer a:not(.brand) { color: #656d69; }
.footer-brand p { margin: 18px 0 0; color: #7d8581; font-family: Georgia,serif; font-style: italic; }
.copyright { grid-column: 1 / -1; margin: 35px 0 0; padding-top: 24px; border-top: 1px solid #d8dad6; color: #8a918e; font-size: 9px; }

.legal-page { min-height: 100vh; padding: 130px max(24px, calc((100vw - 820px)/2)); background: var(--paper); }
.legal-page h1 { font-family: Georgia,serif; font-size: 54px; font-weight: 400; }
.legal-page h2 { margin-top: 42px; font-size: 20px; }
.legal-page p, .legal-page li { color: #5f6763; line-height: 1.75; }
.missing-legal { color: #a95050; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 570px; }
  .process { gap: 6vw; }
  .about { gap: 60px; }
}

@media (max-width: 820px) {
  .site-header { height: 72px; padding: 0 20px; }
  .site-header[data-header] { background: rgba(247,247,244,.9); border-bottom: 1px solid rgba(30,35,33,.07); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
  .site-header[data-header] .brand, .menu-button { position: relative; z-index: 2; }
  .menu-button { display: block; }
  .site-header[data-header] .site-nav { position: fixed; top: 84px; right: 12px; left: 12px; max-height: calc(100dvh - 100px); padding: 10px; display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; border: 1px solid rgba(18,20,25,.08); border-radius: 24px; background: rgba(250,250,247,.97); box-shadow: 0 28px 70px rgba(25,28,27,.18); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px) scale(.985); transform-origin: top center; transition: opacity .22s ease, visibility .22s ease, transform .22s ease; }
  .site-header[data-header] .site-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); }
  .site-header[data-header] .site-nav a { min-height: 52px; padding: 0 14px; display: flex; align-items: center; border-bottom: 1px solid rgba(18,20,25,.07); font-family: Inter, ui-sans-serif, sans-serif; font-size: 15px; font-weight: 650; }
  .site-header[data-header] .site-nav a:last-child { border-bottom: 0; }
  .site-header[data-header] .site-nav .nav-login { min-height: 50px; margin-top: 8px; padding: 0 16px; justify-content: center; border: 0; border-radius: 16px; background: var(--ink); color: white; font-size: 13px; }
  .public-body.menu-open { overflow: hidden; }
  .public-body.menu-open::before { content: ""; position: fixed; inset: 0; z-index: 40; background: rgba(18,20,25,.16); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }
  .site-header:not([data-header]) .site-nav { gap: 14px; font-size: 11px; }
  .hero { min-height: auto; padding: 118px 22px 72px; align-items: start; gap: 36px; }
  .hero-copy { position: relative; z-index: 1; }
  .hero h1 { font-size: clamp(52px, 15vw, 72px); }
  .trust-line { gap: 10px 18px; flex-wrap: wrap; }
  .hero-visual { min-height: 480px; }
  .home-panel { transform: none; }
  .float-security { left: 2px; top: 70px; }
  .float-energy { right: 2px; bottom: 50px; }
  .section { padding: 92px 22px; }
  .service-grid, .process, .about, .portal-promo, .contact { grid-template-columns: 1fr; }
  .service-card { min-height: 350px; }
  .process { padding-top: 95px; }
  .process-copy { position: static; }
  .about-visual { min-height: 520px; }
  .portal-promo { margin: 0 12px 20px; padding: 70px 24px; border-radius: 30px; }
  .portal-preview { margin-top: 24px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .brand { font-size: 15px; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { padding: 108px 18px 64px; gap: 34px; }
  .hero .eyebrow { max-width: 290px; margin-bottom: 18px; line-height: 1.55; }
  .hero h1 { margin-bottom: 24px; font-size: clamp(50px, 15vw, 66px); line-height: .94; }
  .hero-lead { font-size: 16px; line-height: 1.6; }
  .hero-actions { margin-top: 28px; }
  .hero-actions .button { width: 100%; }
  .trust-line { margin-top: 30px; font-size: 10px; }
  .hero-visual { min-height: 430px; margin-inline: 0; }
  .home-panel { width: 100%; min-height: 400px; padding: 20px; border-radius: 28px; }
  .climate { padding: 38px 2px 26px; }
  .climate strong { font-size: 42px; }
  .room-card { min-height: 92px; padding: 14px; }
  .floating-card { display: none; }
  .intro-strip { padding: 82px 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .process-steps li { grid-template-columns: 40px 1fr; gap: 12px; }
  .about-visual { min-height: 430px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand, .copyright { grid-column: auto; }
}

@media (max-width: 390px) {
  .site-header { padding-inline: 14px; }
  .brand { gap: 9px; font-size: 14px; }
  .brand-mark { width: 34px; height: 34px; border-radius: 11px; }
  .site-header[data-header] .site-nav { right: 8px; left: 8px; }
  .hero { padding-inline: 16px; }
  .room-grid { gap: 9px; }
  .room-card { min-height: 88px; padding: 12px; }
  .room-card span { font-size: 11px; }
}
