/* Alanya Gayrimenkul — недвижимость: светлый камень + глубокий синий + латунь.
   Доверие и «дорогой» без пафоса. Cormorant + Manrope. */
:root {
  --stone: #f4f1ea;
  --stone2: #eae5da;
  --navy: #16283f;
  --navy2: #20395a;
  --brass: #b08d4f;
  --brass2: #c9a86a;
  --ink: #1d2733;
  --ink-m: #5d6a76;
  --line: rgba(29, 39, 51, .12);
  --r: 12px;
  --ff-d: "Cormorant Garamond", Georgia, serif;
  --ff-t: "Manrope", system-ui, sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--ff-t); font-size: 16px; line-height: 1.6; background: var(--stone); color: var(--ink); -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1140px, 92vw); margin: 0 auto; }
::selection { background: var(--navy); color: #fff; }

.h2 { font-family: var(--ff-d); font-weight: 500; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; color: var(--ink); }
.lead { color: var(--ink-m); font-size: 16px; max-width: 520px; }

.topbar { background: var(--navy); color: #dfe6ee; font-size: 12px; }
.topbar__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 0; flex-wrap: wrap; }
.topbar__note { color: #9fb0c2; }
.topbar__tel { font-weight: 700; white-space: nowrap; }
.lang { display: flex; gap: 2px; }
.lang__btn { padding: 4px 9px; font-size: 11px; font-weight: 800; color: #9fb0c2; background: none; border: none; cursor: pointer; border-radius: 5px; }
.lang__btn.is-active { color: #fff; background: rgba(255,255,255,.14); }

.nav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px max(24px, 4vw); background: rgba(244,241,234,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav__logo { height: 44px; width: auto; }
.nav__links { display: flex; gap: 24px; font-size: 12.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.nav__links a { color: var(--ink-m); }
.nav__links a:hover { color: var(--navy); }
.nav__right { display: flex; align-items: center; gap: 14px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 26px; font-family: var(--ff-t); font-size: 12.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; border-radius: 999px; background: var(--navy); color: #fff; border: none; cursor: pointer; transition: background .25s; white-space: nowrap; }
.btn:hover { background: var(--navy2); }
.btn--ghost { background: none; border: 1px solid rgba(255,255,255,.4); color: #fff; }
.btn--ghost:hover { border-color: #fff; background: none; }
.btn--small { padding: 9px 18px; font-size: 11.5px; }
.btn--full { width: 100%; }

.nav__burger { display: none; width: 42px; height: 42px; background: none; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; position: relative; }
.nav__burger span { position: absolute; left: 11px; right: 11px; height: 1.6px; background: var(--ink); transition: transform .3s var(--ease), opacity .3s, top .3s; }
.nav__burger span:nth-child(1) { top: 15px; }
.nav__burger span:nth-child(2) { top: 20px; }
.nav__burger span:nth-child(3) { top: 25px; }
.nav__burger.is-open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.nav__mobile { position: fixed; inset: 0; z-index: 99; background: var(--stone); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px; opacity: 0; pointer-events: none; transition: opacity .3s; }
.nav__mobile.is-open { opacity: 1; pointer-events: auto; }
.nav__mobile a { font-family: var(--ff-d); font-size: 27px; color: var(--ink); }

/* hero */
.hero { position: relative; min-height: 80svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
.hero__scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,40,63,.85) 0%, rgba(22,40,63,.45) 42%, rgba(22,40,63,.05) 72%), linear-gradient(180deg, rgba(22,40,63,.3) 0%, transparent 30%, rgba(22,40,63,.45) 100%); }
.hero__inner { padding: 110px 0 60px; }
.hero__kicker { font-size: 12px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase; color: var(--brass2); margin-bottom: 14px; }
.hero__title { font-family: var(--ff-d); font-weight: 500; font-size: clamp(40px, 5.5vw, 68px); line-height: 1.02; color: #fff; margin-bottom: 16px; max-width: 640px; }
.hero__lead { color: rgba(255,255,255,.85); font-size: 16.5px; max-width: 460px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* listings: 2 карточки разной ширины + примечание */
.listings { padding: 84px 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.sec-head .lead { margin-top: 12px; }
.list__grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 16px; align-items: stretch; }
.prop { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; }
.prop__ph img { width: 100%; height: 100%; aspect-ratio: 16/9.5; object-fit: cover; }
.prop__body { padding: 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.prop__row { display: flex; justify-content: space-between; align-items: baseline; }
.prop__id { font-size: 11px; font-weight: 800; letter-spacing: .14em; color: var(--brass); }
.prop__price { font-family: var(--ff-d); font-size: 26px; font-weight: 600; color: var(--navy); font-variant-numeric: tabular-nums; }
.prop__price span { font-family: var(--ff-t); font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--ink-m); margin-left: 6px; }
.prop__body h3 { font-family: var(--ff-d); font-size: 24px; font-weight: 600; }
.prop__loc { font-size: 13px; color: var(--ink-m); }
.prop__specs { display: flex; gap: 8px; list-style: none; margin-top: 4px; flex-wrap: wrap; }
.prop__specs li { font-size: 12px; font-weight: 700; border: 1px solid var(--line); border-radius: 999px; padding: 4px 12px; color: var(--ink-m); }
.prop__link { margin-top: auto; padding-top: 12px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--navy); }
.prop__link:hover { color: var(--brass); }
.list__note { margin-top: 22px; color: var(--ink-m); font-size: 13.5px; }

/* project: фото слева, текст справа */
.project { padding: 0 0 84px; }
.project__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.project__ph { border-radius: var(--r); overflow: hidden; }
.project__ph img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.project__badge { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--brass); margin-bottom: 12px; }
.project__txt .lead { margin: 14px 0 24px; }

/* areas: лента */
.areas { padding: 72px 0; background: var(--stone2); border-block: 1px solid var(--line); }
.areas__list { display: flex; flex-wrap: wrap; gap: 0; }
.area { display: flex; flex-direction: column; gap: 5px; padding: 6px 28px; border-left: 1px solid var(--line); flex: 1 1 220px; }
.area:first-child { border-left: none; padding-left: 0; }
.area b { font-family: var(--ff-d); font-size: 22px; font-weight: 600; color: var(--navy); }
.area span { font-size: 13px; color: var(--ink-m); }

/* request */
.req { padding: 84px 0; }
.req__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 5vw, 70px); align-items: start; }
.req__contacts { margin-top: 24px; display: flex; flex-direction: column; gap: 8px; }
.req__contacts a { font-family: var(--ff-d); font-size: clamp(20px, 2.6vw, 27px); color: var(--navy); }
.req__contacts a:hover { color: var(--brass); }

.form { display: flex; flex-direction: column; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: clamp(22px, 3vw, 32px); }
.form label { display: flex; flex-direction: column; gap: 6px; font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-m); }
.form input, .form select { font-family: var(--ff-t); font-size: 15px; color: var(--ink); background: var(--stone); border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; outline: none; transition: border-color .2s; }
.form input:focus, .form select:focus { border-color: var(--navy); }
.form__hint { font-size: 12px; color: var(--ink-m); }
.form__done { padding: 11px 14px; border-radius: 8px; border: 1px solid rgba(22,40,63,.25); background: rgba(22,40,63,.06); color: var(--navy); font-size: 13px; }

/* contact */
.contact { padding: 0 0 84px; }
.contact__row { display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid var(--line); padding-top: 30px; }
.contact__item { flex: 1 1 220px; padding: 0 28px; border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 3px; }
.contact__item:first-child { border-left: none; padding-left: 0; }
.contact__item b { font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--brass); }
.contact__item span { font-size: 15px; }
.contact__item a:hover { color: var(--navy); }

/* footer */
.footer { border-top: 1px solid var(--line); padding: 22px 0; }
.footer__row { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13px; color: var(--ink-m); }
.footer__brand { font-family: var(--ff-d); font-size: 20px; font-weight: 600; color: var(--ink); }

@media (max-width: 1000px) {
  .nav__links, .nav__right .btn { display: none; }
  .nav__burger { display: block; }
  .hero { min-height: 70svh; }
  .list__grid { grid-template-columns: 1fr; }
  .project__grid, .req__grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 15px; }
  .topbar__note { display: none; }
  .hero { min-height: 0; padding-top: 30px; }
  .hero__inner { padding: 80px 0 44px; }
  .hero__title { font-size: clamp(34px, 9.5vw, 44px); }
  .areas__list { flex-direction: column; gap: 14px; }
  .area { border-left: none; padding: 0; }
  .contact__row { flex-direction: column; gap: 16px; }
  .contact__item { border-left: none; padding: 0; }
  .req__contacts a { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
