
:root {
  --navy: #153d4f;
  --sky: #8ec7df;
  --gold: #f5a400;
  --ink: #17202a;
  --muted: #68717d;
  --paper: #f7fafc;
  --white: #fff;
  --footer: #2b313c;
  --line: rgba(23, 32, 42, .12);
  --shadow: 0 18px 44px rgba(21, 61, 79, .14);
  --radius: 8px;
  --wrap: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, "Segoe UI", Arial, sans-serif; color: var(--ink); background: #fff; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.site-header { width: min(calc(100% - 32px), var(--wrap)); margin: 8px auto 0; min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 8px 18px; background: var(--navy); color: #fff; border-radius: 0 0 18px 18px; position: sticky; top: 0; z-index: 20; box-shadow: var(--shadow); }
.brand img { width: 142px; height: 44px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.main-nav a:hover { color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle, .user-pill, .icon-button { border: 0; min-width: 38px; height: 34px; padding: 0 9px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; background: var(--gold); color: #fff; font-weight: 800; font-size: 13px; cursor: pointer; }
.menu-toggle { display: none; }
main { width: min(calc(100% - 32px), var(--wrap)); margin: 0 auto; }
.hero { margin-top: 16px; min-height: 410px; position: relative; display: grid; grid-template-columns: .7fr .3fr 1fr; grid-template-rows: 160px 250px; gap: 16px; }
.hero-media, .call-card, .hero-copy, .hero-house { overflow: hidden; border-radius: 22px; box-shadow: var(--shadow); }
.hero-media { grid-column: 1; grid-row: 1; position: relative; }
.hero-media img, .call-card img, .hero-house img { width: 100%; height: 100%; object-fit: cover; }
.play { position: absolute; inset: 0; margin: auto; width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.72); display: grid; place-items: center; color: var(--navy); font-size: 12px; font-weight: 900; }
.call-card { grid-column: 2; grid-row: 1; position: relative; }
.call-card a { position: absolute; left: 12px; right: 12px; bottom: 14px; background: #fff; color: var(--ink); padding: 10px 12px; border-radius: 8px; font-size: 13px; font-weight: 800; text-align: center; }
.call-card a::first-letter { color: var(--gold); }
.hero-copy { grid-column: 1 / 3; grid-row: 2; background: var(--sky); color: #fff; padding: 22px 38px; display: flex; flex-direction: column; justify-content: center; }
.kicker { color: var(--gold); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; font-size: 13px; }
.hero-copy h1, .hero-copy h1[data-i18n="heroTitle"] { margin: 6px 0; font-size: clamp(22px, 2.65vw, 34px) !important; line-height: 1.12; max-width: 640px; letter-spacing: 0; }
.hero-copy p { max-width: 620px; line-height: 1.42; font-size: 14px; margin: 4px 0 12px; }
.primary-btn, .ghost-btn, .search-bar button { border: 0; display: inline-flex; width: fit-content; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 8px; font-weight: 900; cursor: pointer; }
.primary-btn, .search-bar button { background: var(--gold); color: #fff; }
.hero-copy .primary-btn { min-height: 36px; padding: 0 16px; font-size: 14px; }
.ghost-btn { border: 1px solid var(--line); background: #fff; color: var(--ink); }
.hero-house { grid-column: 3; grid-row: 1 / 3; position: relative; }
.hero-house::before { content: ""; position: absolute; right: -44px; top: 20px; width: 160px; height: 160px; border-radius: 50%; background: var(--gold); opacity: .9; z-index: -1; }
.section-title { text-align: center; padding: 34px 0 12px; }
.section-title h2 { margin: 8px 0 0; font-size: clamp(28px, 4vw, 42px); }
.search-bar { display: grid; grid-template-columns: 1.4fr .8fr .8fr auto; gap: 12px; margin: 0 auto 24px; max-width: 920px; }
.search-bar input, .search-bar select, .subscribe input { min-height: 46px; border: 1px solid var(--line); border-radius: 8px; padding: 0 14px; background: #fff; }
.property-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.property-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); transition: transform .2s ease; }
.property-card:hover { transform: translateY(-4px); }
.card-image { position: relative; aspect-ratio: 16 / 11; overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.property-card:hover .card-image img { transform: scale(1.05); }
.card-image span, .badge { position: absolute; top: 12px; left: 12px; background: var(--gold); color: #fff; padding: 7px 10px; border-radius: 6px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.badge { position: static; display: inline-flex; margin-bottom: 12px; }
.card-body { padding: 14px; }
.card-body p { margin: 0 0 8px; color: var(--muted); font-size: 13px; }
.card-body h3 { min-height: 48px; margin: 0 0 12px; font-size: 17px; line-height: 1.35; }
.meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; color: var(--muted); font-size: 13px; }
.card-foot { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.card-foot strong { font-size: 18px; }
.card-foot em { font-style: normal; border: 1px solid var(--gold); color: var(--gold); padding: 9px 12px; border-radius: 8px; font-weight: 800; white-space: nowrap; }
.split-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; padding: 72px 0; align-items: start; }
.split-section h2, .about-band h2, .contact-section h2, .detail-copy h1 { margin: 8px 0 0; font-size: clamp(32px, 5vw, 56px); line-height: 1.02; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-grid article, .panel { border: 1px solid var(--line); border-radius: 8px; padding: 22px; background: var(--paper); }
.service-grid strong { color: var(--gold); }
.service-grid p, .about-band p, .contact-section p, .detail-copy p, .panel p, .panel li { color: var(--muted); line-height: 1.7; }
.about-band { display: grid; grid-template-columns: 280px 1fr; gap: 38px; align-items: center; padding: 46px; border-radius: 8px; background: #08090b; color: #fff; }
.about-band img { width: 260px; }
.contact-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 26px; align-items: stretch; padding: 70px 0; }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
iframe { width: 100%; min-height: 360px; border: 0; border-radius: 8px; box-shadow: var(--shadow); }
.site-footer { margin-top: 40px; background: var(--footer); color: #d8dde6; padding: 56px max(24px, calc((100% - var(--wrap)) / 2)) 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 42px; }
.site-footer h3 { color: #fff; margin: 0 0 22px; }
.site-footer a { display: block; margin: 0 0 14px; color: #d8dde6; }
.subscribe { display: grid; align-content: start; gap: 10px; }
.subscribe input { background: #474e5b; color: #fff; border: 0; }
.subscribe button { min-height: 48px; border: 0; background: #2c56df; color: #fff; font-weight: 900; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.14); padding-top: 22px; display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; }
.footer-bottom a { margin: 0; }
.detail-hero { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; padding: 42px 0; align-items: start; }
.back-link { display: inline-flex; margin-bottom: 16px; color: var(--muted); font-weight: 800; }
.price-row { display: grid; gap: 4px; margin: 20px 0; }
.price-row strong { font-size: 34px; color: var(--gold); }
.price-row span { color: var(--muted); }
.spec-row { display: flex; gap: 10px; flex-wrap: wrap; }
.spec-row span { padding: 10px 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; font-weight: 800; }
.gallery { display: grid; gap: 12px; }
.main-photo { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.thumbs button { padding: 0; border: 3px solid transparent; border-radius: 8px; overflow: hidden; cursor: pointer; background: transparent; }
.thumbs button.active { border-color: var(--gold); }
.thumbs img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.detail-panels { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 20px; }
.compact { padding-top: 46px; }
.related { padding-bottom: 26px; }
.empty { text-align: center; padding: 30px; background: var(--paper); border-radius: 8px; }
@media (max-width: 1000px) {
  .property-grid { grid-template-columns: repeat(2, 1fr); }
  .hero, .detail-hero, .split-section, .about-band, .contact-section, .detail-panels { grid-template-columns: 1fr; }
  .hero { display: block; min-height: auto; }
  .hero-media, .call-card, .hero-copy, .hero-house { margin-bottom: 14px; min-height: 260px; }
  .call-card { min-height: 180px; }
  .service-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .site-header { width: calc(100% - 18px); }
  .brand img { width: 112px; }
  .menu-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 16px; background: var(--navy); border-radius: 12px; flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .search-bar, .property-grid, .site-footer, .thumbs { grid-template-columns: 1fr; }
  .hero-copy { padding: 26px; }
  .footer-bottom { justify-content: flex-start; }
}
