:root {
  --ink: #201715;
  --muted: #6f625f;
  --paper: #f6f1eb;
  --panel: #fffaf4;
  --wine: #5c0f17;
  --wine-2: #7c1723;
  --gold: #b9915f;
  --stone: #d9c8b8;
  --line: rgba(92, 15, 23, .18);
  --shadow: 0 24px 70px rgba(39, 21, 16, .16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

body[dir="rtl"] {
  direction: rtl;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 16px clamp(18px, 4vw, 52px);
  background: rgba(246, 241, 235, .88);
  border-bottom: 1px solid rgba(92, 15, 23, .12);
  backdrop-filter: blur(18px);
}

.site-header,
.hero-content,
.lead-band,
.footer {
  min-width: 0;
}

.brand {
  display: inline-grid;
  gap: 0;
  color: var(--wine);
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
}

.brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
}

.brand small {
  margin-top: 3px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 14px;
  color: var(--muted);
}

.nav a:hover,
.contact-links a:hover {
  color: var(--wine);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.lang-btn {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--wine);
  cursor: pointer;
  font-weight: 700;
}

.lang-btn.active {
  color: #fff;
  background: var(--wine);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--wine);
  background: var(--wine);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  line-height: 1.15;
  white-space: normal;
}

.btn:hover {
  background: var(--wine-2);
  border-color: var(--wine-2);
}

.btn-small {
  min-height: 38px;
  padding-inline: 16px;
  font-size: 14px;
}

.btn-ghost {
  color: var(--paper);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.55);
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(32, 23, 21, .82), rgba(32, 23, 21, .26) 58%, rgba(32, 23, 21, .58)),
    linear-gradient(0deg, rgba(32, 23, 21, .7), transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(780px, calc(100% - 36px));
  margin: 0 clamp(18px, 5vw, 72px) clamp(36px, 7vw, 86px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: .98;
}

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(54px, 8vw, 116px);
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 5vw, 64px);
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.hero-copy {
  max-width: 660px;
  margin-bottom: 28px;
  font-size: clamp(20px, 2.6vw, 32px);
  line-height: 1.18;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(620px, 100%);
  margin-bottom: 28px;
  background: rgba(255,255,255,.26);
}

.hero-meta span,
.time-grid span {
  display: grid;
  gap: 6px;
  padding: 16px;
  background: rgba(32, 23, 21, .46);
}

.hero-meta strong,
.time-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
}

.hero-meta em,
.time-grid em {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-style: normal;
}

.hero-actions,
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(56px, 8vw, 104px) 0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .8fr);
  gap: clamp(28px, 7vw, 90px);
  align-items: end;
}

.intro p:last-child,
.copy-block p,
.location p,
.final-cta p,
.footer p,
.thanks-card p {
  color: var(--muted);
  font-size: 18px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.split-reverse {
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1fr);
}

.media-card {
  overflow: hidden;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.media-card img,
.visual-row img,
.final-cta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.copy-block {
  padding: clamp(8px, 2vw, 28px) 0;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  padding-left: 24px;
  color: var(--ink);
  position: relative;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 10px;
  height: 1px;
  background: var(--wine);
}

.compact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature {
  min-height: 230px;
  padding: 28px;
  background: var(--panel);
  border-top: 3px solid var(--wine);
}

.feature span {
  display: block;
  margin-bottom: 48px;
  color: var(--gold);
  font-weight: 800;
}

.feature p {
  color: var(--muted);
}

.price-table {
  margin-top: 28px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.price-table div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
}

.price-table div:last-child {
  border-bottom: 0;
}

.price-table div:first-child {
  color: var(--wine);
  font-weight: 800;
  background: rgba(185, 145, 95, .14);
}

.lead-band {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(36px, 5vw, 54px);
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: 30px;
  align-items: center;
  color: #fff;
  background: var(--wine);
  box-shadow: var(--shadow);
}

.lead-band h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 52px);
}

.lead-form,
.footer-form,
.modal-form {
  display: grid;
  gap: 12px;
}

.lead-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lead-form button,
.lead-form label:nth-of-type(3),
.lead-form label:nth-of-type(4),
.lead-form .form-status {
  grid-column: span 2;
}

label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  padding: 0 14px;
  border: 1px solid rgba(92, 15, 23, .2);
  background: #fff;
  color: var(--ink);
  font: inherit;
  min-width: 0;
}

input,
select {
  height: 48px;
}

textarea {
  min-height: 92px;
  padding-top: 12px;
  line-height: 1.35;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 700;
}

.form-status[data-state="error"] {
  color: #ffd6d6;
}

.modal-form .form-status {
  color: var(--muted);
}

.modal-form .form-status[data-state="error"] {
  color: var(--wine);
}

.visual-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.visual-row img {
  aspect-ratio: 4 / 3;
}

.location {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.time-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.time-grid span {
  background: var(--wine);
  color: #fff;
}

.final-cta {
  display: grid;
  grid-template-columns: .9fr .8fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.final-cta img {
  aspect-ratio: 16 / 10;
}

.footer {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 430px);
  gap: clamp(28px, 8vw, 110px);
  padding: clamp(44px, 7vw, 78px) clamp(18px, 5vw, 72px);
  background: #201715;
  color: #fff;
}

.footer .brand {
  color: #fff;
  margin-bottom: 28px;
}

.footer p,
.footer a {
  color: rgba(255,255,255,.74);
}

.contact-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
}

.contact-icon:hover {
  border-color: rgba(255,255,255,.36);
  background: rgba(255,255,255,.14);
}

.contact-icon img {
  width: 22px;
  height: 22px;
}

.footer-form {
  padding: 26px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
}

.address {
  margin-top: 22px;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 18;
  min-width: 106px;
  height: 46px;
  border: 0;
  background: var(--wine);
  color: #fff;
  box-shadow: 0 16px 40px rgba(32, 23, 21, .24);
  cursor: pointer;
  font-weight: 800;
}

.modal:not([open]) {
  display: none;
}

.modal {
  width: min(440px, calc(100% - 32px));
  padding: 0;
  border: 0;
  background: transparent;
}

.modal::backdrop {
  background: rgba(32, 23, 21, .64);
}

.modal.is-open {
  position: fixed;
  z-index: 50;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  display: grid;
  place-items: center;
  background: rgba(32, 23, 21, .64);
}

.modal.is-open .modal-form {
  width: min(440px, calc(100% - 32px));
}

body.modal-open {
  overflow: hidden;
}

.modal-form {
  position: relative;
  padding: 30px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.modal-form h2 {
  margin-bottom: 18px;
  font-size: 38px;
}

.close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--wine);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.thanks-page {
  min-height: 100vh;
  min-height: 100svh;
  background:
    linear-gradient(rgba(32, 23, 21, .76), rgba(32, 23, 21, .72)),
    url("assets/hero-bellagio.jpg") center / cover;
}

.thanks {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-content: center;
  gap: 36px;
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
  color: #fff;
}

.thanks .brand {
  color: #fff;
}

.thanks-card {
  padding: clamp(28px, 6vw, 58px);
  background: rgba(246, 241, 235, .94);
  color: var(--ink);
}

.thanks-card h1 {
  font-size: clamp(46px, 7vw, 84px);
}

.thanks-card .btn-ghost {
  color: var(--wine);
  border-color: var(--wine);
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .intro,
  .split,
  .split-reverse,
  .lead-band,
  .location,
  .final-cta,
  .footer {
    grid-template-columns: 1fr;
  }

  .compact-grid,
  .visual-row {
    grid-template-columns: 1fr;
  }

  .feature {
    min-height: auto;
  }

  .feature span {
    margin-bottom: 26px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 14px;
    gap: 12px;
    background: rgba(246, 241, 235, .94);
  }

  .brand span {
    font-size: 22px;
  }

  .brand small {
    font-size: 8px;
  }

  .header-actions .btn-small {
    display: none;
  }

  .lang-btn {
    width: 34px;
    height: 34px;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: 78px;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 16px 28px;
  }

  h1 {
    margin-bottom: 16px;
    font-size: clamp(44px, 14vw, 64px);
    line-height: .94;
  }

  .hero-copy {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.24;
  }

  .hero-meta,
  .time-grid,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .lead-form button,
  .lead-form label:nth-of-type(3),
  .lead-form label:nth-of-type(4),
  .lead-form .form-status {
    grid-column: auto;
  }

  .hero-meta span {
    padding: 13px 14px;
  }

  .btn {
    width: 100%;
  }

  .hero-actions,
  .contact-links {
    width: 100%;
  }
}
