:root {
  --bg0: #f6f1ea;
  --bg1: #fbf8f4;
  --ink: #141414;
  --muted: rgba(20, 20, 20, 0.7);
  --muted2: rgba(20, 20, 20, 0.55);
  --line: rgba(20, 20, 20, 0.12);
  --shadow: 0 14px 50px rgba(14, 14, 14, 0.12);
  --shadow2: 0 10px 30px rgba(14, 14, 14, 0.16);
  --radius: 18px;
  --radius2: 26px;
  --silver0: #f2f2f2;
  --silver1: #cfcfd3;
  --silver2: #a9a9b1;
  --wood0: #c9b39f;
  --wood1: #b79f8c;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background: radial-gradient(1200px 800px at 10% 0%, rgba(183, 159, 140, 0.35), transparent 55%),
    radial-gradient(1100px 700px at 100% 10%, rgba(207, 207, 211, 0.38), transparent 52%),
    linear-gradient(180deg, var(--bg1), var(--bg0));
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(251, 248, 244, 0.76);
  border-bottom: 1px solid var(--line);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 16px;
  border: 1px solid rgba(20, 20, 20, 0.14);
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.65), rgba(251, 248, 244, 0.88));
  box-shadow: 0 10px 22px rgba(20, 20, 20, 0.08);
}

.brand__logo {
  width: 140px;
  height: auto;
  mix-blend-mode: multiply;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav__link {
  font-weight: 600;
  font-size: 14px;
  color: var(--muted);
  padding: 10px 10px;
  border-radius: 12px;
  transition: background 150ms ease, color 150ms ease;
}

.nav__link:hover {
  background: rgba(20, 20, 20, 0.06);
  color: var(--ink);
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid transparent;
  transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease, border-color 120ms ease;
  user-select: none;
}

.btn:active {
  transform: translateY(1px);
}

.btn--primary {
  color: #0c0c0c;
  background: linear-gradient(180deg, var(--silver0), var(--silver1));
  border-color: rgba(20, 20, 20, 0.14);
  box-shadow: 0 10px 26px rgba(20, 20, 20, 0.12);
}

.btn--primary:hover {
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.16);
}

.btn--ghost {
  background: rgba(251, 248, 244, 0.7);
  border-color: rgba(20, 20, 20, 0.14);
}

.btn--ghost:hover {
  background: rgba(20, 20, 20, 0.06);
}

.btn--lg {
  padding: 12px 16px;
  border-radius: 16px;
}

.burger {
  display: none;
  background: transparent;
  border: 1px solid rgba(20, 20, 20, 0.14);
  border-radius: 14px;
  padding: 10px 12px;
}

.burger__line {
  display: block;
  width: 18px;
  height: 2px;
  background: rgba(20, 20, 20, 0.75);
}

.burger__line + .burger__line {
  margin-top: 4px;
}

.mobile {
  border-top: 1px solid var(--line);
  background: rgba(251, 248, 244, 0.9);
}

.mobile__inner {
  padding: 14px 0 18px;
  display: grid;
  gap: 8px;
}

.mobile__link {
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 700;
  color: var(--muted);
}

.mobile__link:hover {
  background: rgba(20, 20, 20, 0.06);
  color: var(--ink);
}

.mobile__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 10px;
}

.hero {
  position: relative;
  padding: 46px 0 10px;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 520px at 12% 0%, rgba(201, 179, 159, 0.55), transparent 60%),
    radial-gradient(780px 520px at 92% 20%, rgba(169, 169, 177, 0.28), transparent 60%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.hero__card {
  background: linear-gradient(180deg, rgba(251, 248, 244, 0.86), rgba(246, 241, 234, 0.86));
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  padding: 26px;
  overflow: hidden;
}

.hero__title {
  margin: 6px 0 8px;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.hero__subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  max-width: 62ch;
}

.hero__cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 18px;
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 18px;
}

.pill {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(251, 248, 244, 0.7);
}

.pill__k {
  color: var(--muted2);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pill__v {
  font-weight: 800;
}

.hero__aside {
  display: flex;
}

.panel {
  width: 100%;
  border-radius: var(--radius2);
  border: 1px solid rgba(20, 20, 20, 0.12);
  box-shadow: var(--shadow2);
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.68), rgba(251, 248, 244, 0.86));
  padding: 22px;
}

.panel__title {
  margin: 0;
  font-family: Pacifico, Inter, system-ui, sans-serif;
  font-weight: 400;
  font-size: 28px;
}

.panel__text {
  margin: 10px 0 14px;
  color: var(--muted);
  line-height: 1.55;
}

.panel__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.stat {
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 16px;
  background: rgba(251, 248, 244, 0.7);
  padding: 12px 12px;
}

.stat__n {
  font-weight: 900;
  font-size: 18px;
}

.stat__t {
  color: var(--muted2);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-top: 4px;
}

.section {
  padding: 56px 0;
}

.section--alt {
  background: rgba(251, 248, 244, 0.64);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section__head {
  display: grid;
  gap: 10px;
  padding-bottom: 18px;
}

.section__title {
  margin: 0;
  font-size: 28px;
  letter-spacing: -0.02em;
}

.section__desc {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  max-width: 80ch;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.card {
  background: rgba(251, 248, 244, 0.82);
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 10px 22px rgba(20, 20, 20, 0.08);
  padding: 18px;
}

.card__title {
  margin: 0;
  font-size: 18px;
}

.card__text {
  margin: 10px 0 12px;
  color: var(--muted);
  line-height: 1.55;
}

.card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.badge {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 10px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: rgba(242, 242, 242, 0.55);
  font-weight: 800;
  font-size: 12px;
}

.link {
  font-weight: 800;
  color: rgba(20, 20, 20, 0.78);
  border-bottom: 1px solid rgba(20, 20, 20, 0.18);
}

.link:hover {
  color: var(--ink);
  border-bottom-color: rgba(20, 20, 20, 0.35);
}

.price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.price__col {
  background: rgba(251, 248, 244, 0.82);
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 10px 22px rgba(20, 20, 20, 0.08);
  padding: 18px;
}

.priceItem {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: 10px;
  padding: 10px 0;
}

.priceItem + .priceItem {
  border-top: 1px solid rgba(20, 20, 20, 0.08);
}

.priceItem__name {
  font-weight: 800;
}

.priceItem__dots {
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.14), rgba(20, 20, 20, 0.02));
  transform: translateY(-3px);
}

.priceItem__val {
  font-weight: 900;
}

.note {
  margin-top: 16px;
  border-radius: var(--radius2);
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: linear-gradient(180deg, rgba(201, 179, 159, 0.22), rgba(242, 242, 242, 0.55));
  box-shadow: var(--shadow);
  padding: 18px;
  display: grid;
  gap: 10px;
}

.note__title {
  font-weight: 900;
  font-size: 16px;
}

.note__text {
  color: var(--muted);
  line-height: 1.55;
}

.note__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.ph {
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.75), rgba(201, 179, 159, 0.18));
  box-shadow: 0 10px 22px rgba(20, 20, 20, 0.08);
}

.ph:nth-child(2),
.ph:nth-child(5) {
  background: linear-gradient(180deg, rgba(251, 248, 244, 0.7), rgba(169, 169, 177, 0.18));
}

.ph:nth-child(3) {
  background: linear-gradient(180deg, rgba(201, 179, 159, 0.16), rgba(242, 242, 242, 0.7));
}

.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.review {
  margin: 0;
  border-radius: var(--radius);
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: rgba(251, 248, 244, 0.82);
  box-shadow: 0 10px 22px rgba(20, 20, 20, 0.08);
  padding: 18px;
}

.review__q {
  margin: 0;
  font-weight: 700;
  line-height: 1.55;
}

.review__a {
  padding-top: 12px;
  color: var(--muted2);
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: stretch;
}

.contact__card {
  border-radius: var(--radius2);
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: rgba(251, 248, 244, 0.82);
  box-shadow: var(--shadow);
  padding: 18px;
  display: grid;
  gap: 12px;
}

.contact__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  padding: 10px 0;
}

.contact__row + .contact__row {
  border-top: 1px solid rgba(20, 20, 20, 0.08);
}

.contact__k {
  color: var(--muted2);
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact__v {
  font-weight: 800;
}

.contact__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 4px;
}

.contact__map {
  border-radius: var(--radius2);
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: linear-gradient(180deg, rgba(207, 207, 211, 0.26), rgba(251, 248, 244, 0.82));
  box-shadow: var(--shadow);
  padding: 18px;
}

.mapPh {
  height: 100%;
  min-height: 260px;
  border-radius: 18px;
  border: 1px dashed rgba(20, 20, 20, 0.18);
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: 18px;
}

.mapPh__t {
  font-weight: 900;
  font-size: 18px;
}

.mapPh__d {
  color: var(--muted);
  line-height: 1.55;
  padding-top: 8px;
  max-width: 52ch;
}

.footer {
  border-top: 1px solid var(--line);
  background: rgba(251, 248, 244, 0.7);
  padding: 20px 0;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.footer__name {
  font-weight: 900;
}

.footer__sub {
  font-family: Pacifico, Inter, system-ui, sans-serif;
  font-weight: 400;
  color: var(--muted);
  padding-top: 2px;
}

.footer__right {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer__link {
  font-weight: 800;
  color: rgba(20, 20, 20, 0.72);
}

.footer__link:hover {
  color: var(--ink);
}

@media (max-width: 980px) {
  .hero__inner {
    grid-template-columns: 1fr;
  }

  .nav {
    display: none;
  }

  .burger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .brand__logo {
    width: 128px;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .price {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .reviews {
    grid-template-columns: 1fr;
  }

  .contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(1120px, calc(100% - 28px));
  }

  .topbar__actions > a.btn--ghost {
    display: none;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
