:root {
  --ink: #102936;
  --ink-soft: #2d4652;
  --ice: #f1f3f0;
  --white: #fff;
  --aqua: #78d4c7;
  --aqua-deep: #176b63;
  --blue: #6f9eb6;
  --coral: #ff9c78;
  --muted: #5f6d75;
  --line: #dce2e3;
  --shadow: 0 8px 24px rgba(16, 41, 54, .08);
  --radius: 18px;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #f6f7f5;
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
html:lang(zh) body { font-family: "Microsoft YaHei UI", "PingFang SC", "Noto Sans CJK SC", sans-serif; }
body.locked { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
button { appearance: none; font: inherit; }
:focus-visible { outline: 2px solid var(--aqua); outline-offset: 3px; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; padding: 12px 18px; background: white; border-radius: 10px; }
.skip-link:focus { top: 20px; }
.wrap { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: rgba(7, 22, 37, .72);
  backdrop-filter: blur(18px);
  color: white;
}
.header-inner { height: 76px; display: flex; align-items: center; gap: 22px; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 11px; text-decoration: none; font-weight: 700; letter-spacing: -.015em; white-space: nowrap; }
.brand-mark { position: relative; width: 42px; height: 42px; overflow: hidden; flex: 0 0 42px; }
.brand-mark::before { content: ""; position: absolute; inset: 0; background: url('/assets/brand-mark-clean.png') center / contain no-repeat; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.main-nav a { text-decoration: none; color: rgba(255,255,255,.82); font-size: .92rem; }
.main-nav a:hover { color: white; }
.languages { display: flex; flex: 0 0 auto; gap: 4px; padding: 4px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; }
.languages a { min-width: 34px; padding: 5px 8px; text-align: center; border-radius: 99px; font-size: .78rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.languages a[aria-current="page"] { color: var(--ink); background: white; }
.header-cta { min-height: 44px; padding: 10px 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; background: var(--aqua); color: var(--ink) !important; box-shadow: 0 5px 16px rgba(0,0,0,.16); font-weight: 750; }
.header-cta:hover { background: #8cddd2; box-shadow: 0 8px 22px rgba(0,0,0,.2); }
.menu-toggle { display: none; position: relative; flex: 0 0 44px; width: 44px; height: 44px; margin-left: auto; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: white; background: transparent; font-size: 0; }
.menu-toggle::before { content: ""; position: absolute; left: 50%; top: 50%; width: 18px; height: 2px; border-radius: 99px; background: currentColor; transform: translate(-50%, -50%); box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor; }
.menu-toggle::after { content: ""; position: absolute; left: 50%; top: 50%; width: 18px; height: 2px; border-radius: 99px; background: currentColor; opacity: 0; transform: translate(-50%, -50%) rotate(-45deg); }
.menu-toggle[aria-expanded="true"]::before { box-shadow: none; transform: translate(-50%, -50%) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { opacity: 1; }

.hero {
  min-height: 0;
  padding: 148px 0 112px;
  color: white;
  background:
    radial-gradient(circle at 86% 18%, rgba(110, 231, 216, .25), transparent 26%),
    radial-gradient(circle at 64% 0%, rgba(114, 167, 255, .22), transparent 32%),
    var(--ink);
  overflow: hidden;
  position: relative;
}
.hero::before { content: ""; position: absolute; inset: -22% -16% auto 42%; height: 430px; background: linear-gradient(110deg, transparent, rgba(110,231,216,.15), rgba(114,167,255,.1), transparent); filter: blur(44px); opacity: .8; }
.hero-grid { display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 64px; position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 18px; color: var(--aqua); text-transform: uppercase; letter-spacing: .14em; font-weight: 700; font-size: .76rem; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
h1, h2, h3 { margin-top: 0; letter-spacing: -.025em; line-height: 1.1; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(3rem, 5.2vw, 5rem); font-weight: 700; }
.hero-lead { max-width: 660px; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 50px; padding: 0 21px; border: 0; border-radius: 12px; line-height: 1.1; text-align: center; text-decoration: none; font-weight: 700; cursor: pointer; transition: box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease; }
.button:hover { box-shadow: 0 10px 28px rgba(5,32,48,.14); }
.button-primary { color: var(--ink); background: var(--aqua); box-shadow: 0 4px 12px rgba(16,41,54,.1); }
.button-secondary { color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.24); }
.hero-points { display: flex; flex-wrap: wrap; gap: 16px 26px; margin-top: 34px; color: rgba(255,255,255,.76); font-size: .9rem; }
.hero-points span::before { content: "✓"; color: var(--aqua); margin-right: 8px; font-weight: 900; }
.hero-visual { position: relative; min-height: 0; aspect-ratio: 4 / 3; }
.hero-map { aspect-ratio: 360 / 330; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: #0d2d3a; box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.kola-map { width: 100%; height: 100%; object-fit: cover; }
.map-label { position: absolute; left: 22%; top: 28%; display: flex; flex-direction: column; width: min(238px, 42%); min-width: 218px; padding: 13px 15px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; color: white; background: rgba(7,22,37,.95); box-shadow: 0 16px 42px rgba(0,0,0,.3); transform: translate(18px, -50%); backdrop-filter: blur(12px); }
.map-label::before { content: ""; position: absolute; top: 50%; right: 100%; width: 18px; height: 1px; background: var(--aqua); }
.map-label > span { color: var(--aqua); text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 750; }
.map-label > strong { margin-top: 3px; font-size: .98rem; }
.map-label > small { margin-top: 2px; color: rgba(255,255,255,.62); font-size: .7rem; }
.map-rating-panel { display: flex; justify-content: center; margin-top: 10px; padding-top: 9px; border-top: 1px solid rgba(255,255,255,.11); }
.map-rating-panel iframe { display: block; width: 150px; height: 50px; border: 0; border-radius: 10px; background: transparent; }
.map-caption { position: absolute; left: 22px; right: 22px; bottom: 20px; display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.72); font-size: .72rem; }
.map-caption span { text-transform: uppercase; letter-spacing: .12em; }
.map-caption strong { color: var(--aqua); font-family: ui-monospace, Consolas, monospace; font-weight: 600; }
.hero-photo { position: absolute; overflow: hidden; border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { inset: 0; }
.hero-photo-view { width: 39%; height: 33%; right: 0; bottom: 0; border: 6px solid var(--ink); border-radius: 20px; }
.orbit { display: none; }
.orbit::before { content: "68°58′N"; position: absolute; top: 45px; left: 15px; color: var(--aqua); font-size: .75rem; letter-spacing: .12em; }
.orbit::after { content: ""; position: absolute; width: 9px; height: 9px; background: var(--coral); border-radius: 50%; top: -5px; left: 54px; }

.trust-strip { position: relative; z-index: 3; margin-top: -48px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: white; border-radius: 24px; box-shadow: var(--shadow); }
.trust-item { padding: 27px 28px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; font-size: 1.16rem; }
.trust-item span { color: var(--muted); font-size: .88rem; }

section { padding: 96px 0; }
.section-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: start; margin-bottom: 48px; }
.section-head h2 { margin-bottom: 0; font-size: clamp(2rem, 3.4vw, 3.25rem); }
.section-head p { margin: 0; color: var(--muted); max-width: 620px; }
.section-tag { margin-bottom: 14px; color: var(--aqua-deep); text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; font-weight: 700; }
.facts-panel .section-tag,
.corporate .section-tag { color: var(--aqua); }
.apartments { background: white; }
.apartment-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; }
.apartment-card { grid-column: span 2; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; min-height: 0; box-shadow: 0 1px 2px rgba(16,41,54,.03); }
.apartment-card:nth-child(4) { grid-column: 2 / span 2; }
.apartment-card:nth-child(5) { grid-column: 4 / span 2; }
.apartment-media { position: relative; display: block; width: 100%; min-height: 0; padding: 0; border: 0; aspect-ratio: 4 / 3; overflow: hidden; background: #dce8ea; cursor: zoom-in; }
.apartment-media > img { width: 100%; height: 100%; object-fit: cover; }
.apartment-media:hover > img { opacity: .96; }
.photo-count { position: absolute; left: 18px; bottom: 18px; padding: 8px 12px; border-radius: 99px; color: white; background: rgba(7,22,37,.76); backdrop-filter: blur(8px); font-size: .82rem; pointer-events: none; }
.apartment-body { padding: 24px; display: flex; flex: 1; flex-direction: column; }
.apartment-topline { display: block; }
.apartment-body h3 { margin-bottom: 8px; font-size: 1.55rem; }
.apartment-kind { color: var(--muted); }
.price { flex: 0 0 auto; margin-top: 18px; text-align: left; }
.price strong { display: block; color: var(--aqua-deep); font-size: 1.3rem; }
.price span { color: var(--muted); font-size: .84rem; }
.specs { display: flex; flex-wrap: wrap; gap: 7px 18px; margin: 20px 0; color: var(--muted); }
.spec { position: relative; padding: 0; border: 0; background: transparent; font-size: .84rem; }
.spec:not(:last-child)::after { content: ""; position: absolute; right: -10px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: #aeb9bc; }
.amenities { display: grid; grid-template-columns: 1fr; gap: 7px; padding: 0; margin: 0 0 24px; list-style: none; color: var(--ink-soft); font-size: .88rem; }
.amenities li::before { content: "•"; color: var(--aqua-deep); margin-right: 8px; }
.apartment-details { display: grid; grid-template-columns: minmax(84px, auto) 1fr; gap: 8px 13px; margin: 0 0 25px; color: var(--ink-soft); font-size: .84rem; }
.apartment-details dt { color: var(--ink); font-weight: 700; }
.apartment-details dd { margin: 0; }
.card-actions { margin-top: auto; display: grid; grid-template-columns: 1fr; gap: 10px; }
.card-actions .button { width: 100%; min-width: 0; }
.card-actions .button-secondary { min-height: 48px; padding: 0 18px; border: 1px solid rgba(23,107,99,.28); color: var(--ink); background: var(--aqua); box-shadow: 0 4px 12px rgba(16,41,54,.1); }
.card-actions .button-secondary::after { content: "→"; font-size: 1.05em; transition: transform .18s ease; }
.card-actions .button-secondary:hover { border-color: rgba(23,107,99,.42); background: #8cddd2; box-shadow: 0 8px 22px rgba(16,41,54,.14); }
.card-actions .button-secondary:hover::after { transform: translateX(3px); }
.button-dark { color: white; background: var(--ink); }

.facts { background: var(--ice); }
.facts-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.facts-panel { position: relative; padding: 48px; border-radius: 20px; color: white; background: var(--ink); overflow: hidden; }
.facts-panel::after { display: none; }
.facts-panel h2 { font-size: clamp(2rem, 3.4vw, 3.25rem); }
.facts-panel p { color: rgba(255,255,255,.7); }
.fact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fact-card { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.72); }
.fact-card strong { display: block; font-size: 1.4rem; }
.fact-card span { color: var(--muted); font-size: .88rem; }
.fact-card-standalone { display: flex; align-items: center; }

.route { padding-top: 0; background: var(--ice); }
.route-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.route-line::before { display: none; }
.route-stop { position: relative; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.7); }
.route-stop::before { display: none; }
.route-stop strong { display: block; }
.route-stop span { color: var(--muted); font-size: .86rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-item { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border: 0; border-radius: 16px; padding: 0; cursor: zoom-in; background: #dfe8eb; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: opacity .18s ease; }
.gallery-item:hover img { opacity: .94; }
.gallery-item span { position: absolute; inset: auto 0 0; padding: 25px 14px 12px; color: white; text-align: left; font-weight: 600; font-size: .84rem; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.gallery-item:nth-child(n) { grid-column: auto; grid-row: auto; }

.cafe { background: white; }
.cafe-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.cafe-copy h2 { font-size: clamp(2rem, 3.4vw, 3.25rem); }
.cafe-copy p { color: var(--muted); }
.cafe-data { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0; }
.cafe-data div { padding: 20px; border-radius: 17px; background: var(--ice); }
.cafe-data strong { display: block; }
.cafe-data span { color: var(--muted); font-size: .84rem; }
.cafe-data .cafe-phone { display: flex; align-items: center; }
.cafe-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cafe-photos button { height: 220px; padding: 0; border: 0; border-radius: 20px; overflow: hidden; cursor: zoom-in; }
.cafe-photos img { width: 100%; height: 100%; object-fit: cover; }

.corporate { background: var(--ink); color: white; }
.corporate-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.corporate h2 { font-size: clamp(2rem, 3.4vw, 3.25rem); }
.corporate p { color: rgba(255,255,255,.7); }
.documents { display: grid; gap: 12px; }
.document { display: flex; gap: 18px; padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(255,255,255,.045); }
.document b { display: grid; place-items: center; flex: 0 0 40px; height: 40px; border-radius: 50%; color: var(--ink); background: var(--aqua); }
.document span { color: rgba(255,255,255,.64); font-size: .87rem; }

.contact { padding-bottom: 70px; }
.contact-card { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; border-radius: 20px; box-shadow: var(--shadow); background: white; }
.contact-main { padding: 55px; }
.contact-main h2 { font-size: clamp(2rem, 3.4vw, 3.25rem); }
.contact-list { display: grid; gap: 17px; margin: 30px 0; }
.contact-line { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.contact-line span { color: var(--muted); font-size: .88rem; }
.contact-line > span small { display: block; margin-top: 3px; color: var(--muted); font-size: .72rem; line-height: 1.35; }
.contact-line a { font-weight: 700; text-decoration: none; }
.contact-aside { padding: 55px; color: white; background: var(--ink); }
.contact-aside h3 { font-size: 2rem; }
.contact-aside p { color: rgba(255,255,255,.7); }
.coordinates { margin-top: 28px; padding: 18px; border-radius: 16px; background: rgba(255,255,255,.07); font-family: ui-monospace, Consolas, monospace; color: var(--aqua); }

.site-footer { padding: 34px 0 46px; color: var(--muted); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); padding-top: 30px; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a, .footer-links button { padding: 0; border: 0; color: inherit; background: transparent; font-size: .86rem; text-decoration: underline; cursor: pointer; }

.lightbox { position: fixed; inset: 0; z-index: 140; display: none; place-items: center; padding: 28px; background: rgba(2,10,17,.92); }
.lightbox.open { display: grid; }
.lightbox > div { position: relative; min-width: min(720px, 88vw); min-height: min(480px, 62vh); display: grid; place-items: center; }
.lightbox img { max-width: min(1200px, 92vw); max-height: 82vh; border-radius: 18px; box-shadow: 0 30px 100px rgba(0,0,0,.6); transition: opacity .12s ease; }
.lightbox.loading img { opacity: 0; }
.lightbox.loading > div::after { content: attr(data-loading-label); position: absolute; inset: 50% auto auto 50%; color: rgba(255,255,255,.72); font-size: .9rem; transform: translate(-50%, -50%); }
.lightbox-close { position: fixed; right: 24px; top: 18px; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; color: white; background: rgba(255,255,255,.08); font-size: 0; line-height: 0; cursor: pointer; }
.lightbox-caption { color: rgba(255,255,255,.75); text-align: center; margin-top: 12px; }
.photo-drawer { position: fixed; inset: 0; z-index: 130; display: none; background: #071625; overflow-y: auto; padding: 78px 24px 34px; }
.photo-drawer.open { display: block; }
.drawer-inner { width: min(1180px, 100%); margin: auto; }
.drawer-head { display: flex; align-items: end; justify-content: space-between; color: white; margin-bottom: 24px; }
.drawer-head h2 { margin: 0; font-size: 2.3rem; }
.drawer-close { position: fixed; right: 24px; top: 18px; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; color: white; background: rgba(255,255,255,.08); font-size: 0; line-height: 0; cursor: pointer; }
.lightbox-close::before, .lightbox-close::after, .drawer-close::before, .drawer-close::after { content: ""; position: absolute; left: 50%; top: 50%; width: 19px; height: 2px; border-radius: 99px; background: currentColor; transform: translate(-50%, -50%) rotate(45deg); }
.lightbox-close::after, .drawer-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.lightbox-close:hover, .drawer-close:hover { background: rgba(255,255,255,.15); }
.lightbox-close:focus-visible, .drawer-close:focus-visible { outline-color: white; box-shadow: 0 0 0 4px rgba(110,231,216,.35); }
.drawer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.drawer-grid button { height: 270px; padding: 0; border: 0; border-radius: 16px; overflow: hidden; cursor: zoom-in; }
.drawer-grid img { width: 100%; height: 100%; object-fit: cover; }

.cookie-notice { position: fixed; z-index: 120; left: 50%; bottom: 22px; width: min(920px, calc(100% - 32px)); display: flex; align-items: center; gap: 24px; padding: 18px 20px 18px 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; color: white; background: rgba(7,22,37,.97); box-shadow: 0 22px 70px rgba(0,0,0,.28); transform: translateX(-50%); }
.cookie-notice[hidden] { display: none; }
.cookie-notice p { flex: 1; margin: 0; color: rgba(255,255,255,.78); font-size: .86rem; }
.cookie-notice a { color: white; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.cookie-notice .button { flex: 0 0 auto; min-height: 42px; padding-inline: 18px; }
.cookie-notice .button-secondary { border-color: rgba(255,255,255,.3); color: white; background: transparent; }
.cookie-notice .button-dark { color: var(--ink); background: var(--aqua); }

.legal-page { padding: 130px 0 70px; }
.legal-card { max-width: 900px; margin: auto; padding: 50px; background: white; border-radius: 28px; box-shadow: var(--shadow); }
.legal-card h1 { font-size: clamp(2.5rem, 5vw, 4.7rem); }
.legal-card h2 { margin-top: 38px; font-size: 1.55rem; }
.legal-card h3 { margin: 24px 0 8px; font-size: 1.08rem; letter-spacing: -.01em; }
.legal-card p, .legal-card li { color: var(--ink-soft); }
.legal-card li + li { margin-top: 7px; }
.legal-card code { padding: 2px 5px; border-radius: 5px; background: var(--ice); font-family: ui-monospace, Consolas, monospace; font-size: .86em; }
.legal-table-wrap { overflow-x: auto; margin: 24px 0; border: 1px solid var(--line); border-radius: 16px; }
.legal-table { width: 100%; min-width: 650px; border-collapse: collapse; background: white; font-size: .85rem; }
.legal-table th, .legal-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { color: var(--ink); background: var(--ice); }
.legal-table tr:last-child td { border-bottom: 0; }
.legal-contacts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 24px 0; }
.legal-contacts p { margin: 0; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--ice); }
.legal-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 42px; }
.legal-actions [data-cookie-settings] { padding: 0; border: 0; color: var(--aqua-deep); background: transparent; text-decoration: underline; cursor: pointer; }

@media (max-width: 1180px) {
  .main-nav { display: none; position: fixed; inset: 76px 16px auto; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 0 0 16px 16px; background: rgba(16,41,54,.98); box-shadow: 0 24px 70px rgba(0,0,0,.28); flex-direction: column; align-items: flex-start; }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid, .facts-grid, .cafe-grid, .corporate-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 0; width: min(650px, 100%); margin: auto; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .apartment-card { grid-template-columns: 1fr; }
  .apartment-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .apartment-card, .apartment-card:nth-child(4), .apartment-card:nth-child(5) { grid-column: auto; }
  .contact-card { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .wrap { width: min(100% - 32px, var(--max)); }
  section { padding: 56px 0; }
  .brand span:last-child { font-size: .92rem; }
  .languages { margin-left: auto; }
  .menu-toggle { margin-left: 0; }
  .header-inner { gap: 10px; }
  .hero { padding: 116px 0 72px; }
  h1 { font-size: clamp(2.35rem, 11vw, 3.25rem); }
  .hero-visual { min-height: 0; margin-top: 42px; }
  .map-label { left: 20%; max-width: 210px; }
  .map-caption { align-items: flex-start; flex-direction: column; gap: 4px; }
  .hero-photo-main { inset: 0; }
  .hero-photo-view { width: 48%; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(2n) { border-right: 0; }
  .trust-item:nth-last-child(-n+2) { border-bottom: 0; }
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .apartment-body { padding: 24px; }
  .contact-main, .contact-aside { padding: 28px; }
  .apartment-list { grid-template-columns: 1fr; }
  .apartment-topline { display: block; }
  .price { text-align: left; margin-top: 18px; }
  .amenities { grid-template-columns: 1fr; }
  .facts-panel { padding: 34px 26px; }
  .fact-cards, .cafe-data { grid-template-columns: 1fr; }
  .route-line { grid-template-columns: 1fr 1fr; gap: 20px; }
  .route-line::before { display: none; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item:nth-child(n) { grid-column: auto; grid-row: auto; }
  .cafe-photos button { height: 160px; }
  .contact-line { grid-template-columns: 1fr; gap: 3px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .drawer-grid { grid-template-columns: 1fr; }
  .drawer-grid button { height: 240px; }
  .legal-card { padding: 30px 22px; }
  .legal-contacts { grid-template-columns: 1fr; }
  .lightbox > div { min-width: 88vw; min-height: 55vh; }
  .cookie-notice { align-items: stretch; flex-direction: column; gap: 14px; bottom: 12px; padding: 18px; }
  .cookie-actions { flex-direction: column-reverse; }
  .cookie-notice .button { width: 100%; }
}
@media (max-width: 480px) {
  .brand { gap: 8px; }
  .brand-mark { width: 36px; height: 36px; flex-basis: 36px; }
  .brand span:last-child { font-size: .78rem; }
  .languages { gap: 1px; padding: 3px; }
  .languages a { min-width: 28px; padding: 5px 4px; font-size: .7rem; }
  .header-inner { gap: 8px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .apartment-details { grid-template-columns: 1fr; gap: 2px; }
  .apartment-details dd { margin-bottom: 8px; }
  .map-label { left: 16%; top: 31%; min-width: 174px; padding: 9px 11px; }
  .map-label small { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* === Optimization pass v15: semantic navigation, rental funnel, FAQ and accessibility === */
html { scroll-padding-top: 92px; }
body { overflow-x: clip; }
main { overflow: clip; }
a, button { touch-action: manipulation; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.main-nav { display: block; }
.main-nav ul { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.main-nav li { display: flex; align-items: center; }
.main-nav a { position: relative; display: inline-flex; align-items: center; min-height: 44px; }
.main-nav a:not(.header-cta)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 100%;
  height: 2px;
  border-radius: 99px;
  background: var(--aqua);
  opacity: 0;
  transform: translateX(-50%) scaleX(.35);
  transform-origin: center;
  transition: opacity .16s ease, transform .16s ease;
}
.main-nav a:not(.header-cta)[aria-current="location"]::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}
.menu-toggle > span { display: none; }
.menu-backdrop { display: none; }

.hero { padding-top: 132px; }
.hero-copy { min-width: 0; }
.hero-slogan { margin: 0 0 14px; color: rgba(255,255,255,.9); font-size: clamp(1.12rem, 1.7vw, 1.45rem); font-weight: 700; letter-spacing: -.01em; }
.hero h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2.65rem, 4.4vw, 4.55rem); text-wrap: balance; }
.hero-lead { max-width: 720px; }
.hero-terms { display: inline-flex; margin-top: 22px; color: rgba(255,255,255,.76); font-size: .9rem; text-underline-offset: 4px; }
.hero-terms:hover { color: white; }

.availability { position: relative; z-index: 5; padding: 0; background: transparent; }
.availability-card { display: block; margin-top: -54px; padding: 30px; border: 1px solid rgba(16,41,54,.08); border-radius: 24px; background: white; box-shadow: 0 22px 70px rgba(16,41,54,.14); }
.availability .tl-wrapper { margin: 0; min-width: 0; }
.availability #block-search { margin: 0; }
.travelline-status { margin: 12px 0 0; padding: 13px 15px; border: 1px solid #f0c6b6; border-radius: 12px; color: #6d2b16; background: #fff4ef; font-size: .9rem; }
.travelline-status[hidden] { display: none; }

.trust-strip { margin-top: 34px; }
.trust-grid { grid-template-columns: repeat(3, 1fr); }
.trust-item { min-width: 0; }

.apartment-card { contain: layout paint; }
.apartment-kind { min-height: 2.8em; }
.price span { display: block; max-width: 250px; margin-top: 5px; color: var(--muted); font-size: .78rem; line-height: 1.35; }
.specs { gap: 8px; }
.spec { padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; background: #f8faf9; line-height: 1.25; }
.spec:not(:last-child)::after { display: none; }
.details-toggle { display: none; width: 100%; min-height: 44px; margin: 0 0 14px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: var(--ice); text-align: left; font-weight: 700; cursor: pointer; }
.details-toggle::after { content: "+"; float: right; font-size: 1.15rem; }
.details-toggle[aria-expanded="true"]::after { content: "−"; }
.details-panel { display: block; }
.card-actions { margin-top: auto; }
.card-actions .button { width: 100%; min-height: 48px; }

.why-us { background: #f6f7f5; }
.why-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.why-card { min-height: 132px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 5px 20px rgba(16,41,54,.04); }
.why-card strong { display: block; margin-bottom: 7px; font-size: 1.08rem; }
.why-card span { color: var(--muted); font-size: .88rem; }



.documents { align-content: start; }
.document { min-height: 86px; }

.faq { background: var(--ice); }
.faq .section-head { grid-template-columns: 1fr; margin-bottom: 32px; }
.faq-list { width: min(940px, 100%); display: grid; gap: 10px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; }
.faq-item h3 { margin: 0; }
.faq-item h3 button { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 20px; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 750; cursor: pointer; }
.faq-item h3 button:hover { background: rgba(105,205,198,.08); }
.faq-item h3 button:focus-visible { outline: 3px solid rgba(105,205,198,.5); outline-offset: -3px; }
.faq-icon { position: relative; flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%; background: var(--ice); }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 2px; border-radius: 99px; background: var(--ink); transform: translate(-50%,-50%); }
.faq-icon::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .18s ease; }
.faq-item button[aria-expanded="true"] .faq-icon::after { transform: translate(-50%,-50%) rotate(0); }
.faq-answer[hidden] { display: none; }
.faq-answer { display: block; }
.faq-answer > p { margin: 0; padding: 0 20px 19px; color: var(--muted); }

.contact-line { grid-template-columns: minmax(190px, .85fr) 1fr; }
.contact-line > span strong { display: block; color: var(--ink); font-size: .94rem; }
.contact-line a { overflow-wrap: anywhere; }

.lightbox { grid-template-columns: 52px minmax(0,1fr) 52px; gap: 16px; }
.lightbox-stage { position: relative; min-width: min(720px, 78vw); min-height: min(480px, 62vh); display: grid; place-items: center; }
.lightbox-stage::after { content: attr(data-loading-label); position: absolute; left: 50%; top: 50%; color: rgba(255,255,255,.72); opacity: 0; transform: translate(-50%,-50%); }
.lightbox.loading .lightbox-stage::after { opacity: 1; }
.lightbox.loading img { opacity: 0; }
.lightbox-meta { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.75); }
.lightbox-caption { flex: 1; margin-top: 12px; text-align: left; }
.lightbox-counter { flex: 0 0 auto; margin-top: 12px; font-variant-numeric: tabular-nums; }
.lightbox-nav { width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: white; background: rgba(255,255,255,.08); cursor: pointer; }
.lightbox-nav:hover { background: rgba(255,255,255,.15); }
.lightbox-nav[hidden] { display: none; }

.cookie-actions .button { min-width: 190px; border: 1px solid rgba(255,255,255,.35); }
.cookie-notice .button-dark { border-color: var(--aqua); }

@media (max-width: 1180px) {
  .main-nav { display: none; position: fixed; z-index: 52; inset: 76px 16px auto; max-height: calc(100vh - 92px); overflow-y: auto; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 0 0 16px 16px; background: rgba(7,22,37,.99); box-shadow: 0 24px 70px rgba(0,0,0,.35); }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 4px; }
  .main-nav li, .main-nav a { width: 100%; }
  .main-nav a { min-height: 48px; padding: 10px 12px; border-radius: 10px; }
  .main-nav a:not(.header-cta)[aria-current="location"] { background: rgba(255,255,255,.08); }
  .main-nav a:not(.header-cta)::after { left: 12px; bottom: 8px; width: 28px; transform: scaleX(.35); transform-origin: left center; }
  .main-nav a:not(.header-cta)[aria-current="location"]::after { transform: scaleX(1); }
  .main-nav .header-cta { justify-content: center; margin-top: 6px; }
  .menu-backdrop:not([hidden]) { display: block; position: fixed; z-index: 45; inset: 76px 0 0; width: 100%; border: 0; background: rgba(2,10,17,.62); }
  .availability-card { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 720px) {
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(2.25rem, 10.6vw, 3.25rem); }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; gap: 9px; }
  .availability-card { width: min(100% - 24px, var(--max)); margin-top: -28px; padding: 22px 18px; border-radius: 18px; }
  .trust-strip { margin-top: 22px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .details-toggle { display: block; }
  .details-panel { display: none; }
  .details-toggle[aria-expanded="true"] + .details-panel { display: block; }
  .apartment-kind { min-height: 0; }
  .why-grid { grid-template-columns: 1fr; }
  .why-card { min-height: 0; }
  .contact-line { grid-template-columns: 1fr; }
  .lightbox { grid-template-columns: 1fr; padding: 70px 16px 22px; }
  .lightbox-stage { min-width: 0; width: 100%; min-height: 48vh; }
  .lightbox-nav { position: fixed; z-index: 2; top: 50%; transform: translateY(-50%); }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
  .lightbox-meta { padding-inline: 2px; }
  .cookie-actions { flex-direction: column; }
  .cookie-actions .button { min-width: 0; }
}

@media (max-width: 390px) {
  .wrap { width: min(100% - 24px, var(--max)); }
  .header-inner { height: 70px; }
  .site-header .main-nav { top: 70px; }
  .brand span:last-child { max-width: 105px; white-space: normal; line-height: 1.1; }
  .languages a { min-width: 27px; }
  .hero { padding-top: 102px; }
  .hero h1 { font-size: 2.18rem; }
  .hero-lead { font-size: 1rem; }
  .map-caption strong { font-size: .66rem; overflow-wrap: anywhere; }
  .apartment-body, .contact-main, .contact-aside { padding: 22px 18px; }
  .faq-item h3 button { padding: 16px; }
  .faq-answer > p { padding-inline: 16px; }
}

/* === v21: restrained Font Awesome icon system === */
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.header-cta .fa-solid,
.button .fa-solid {
  flex: 0 0 auto;
  width: 1.1em;
  text-align: center;
  font-size: .94em;
}
.hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-points span::before { content: none; }
.hero-points .fa-solid {
  width: 1.1em;
  color: var(--aqua);
  text-align: center;
  font-size: .95em;
}
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.trust-item > div { min-width: 0; }
.trust-icon {
  flex: 0 0 38px;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-top: 1px;
  border-radius: 11px;
  color: var(--aqua-deep);
  background: rgba(120, 212, 199, .18);
  font-size: 1rem;
}
.why-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.why-card > div { min-width: 0; }
.why-icon {
  flex: 0 0 40px;
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: var(--aqua-deep);
  background: rgba(120, 212, 199, .16);
  font-size: 1rem;
}
.contact-line > div {
  display: grid;
  align-content: start;
  gap: 6px;
}
.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  max-width: 100%;
}
.contact-link .fa-solid {
  flex: 0 0 16px;
  width: 16px;
  color: var(--aqua-deep);
  text-align: center;
  font-size: .84rem;
}
.contact-link span {
  min-width: 0;
  color: inherit;
  font-size: inherit;
  overflow-wrap: anywhere;
}
@media (max-width: 680px) {
  .trust-icon { flex-basis: 34px; width: 34px; height: 34px; border-radius: 10px; }
  .why-icon { flex-basis: 36px; width: 36px; height: 36px; }
}
