:root {
  --ink: #17261f;
  --deep: #0d1b18;
  --paper: #f7f1e8;
  --mist: #e6ece8;
  --line: rgba(23, 38, 31, 0.16);
  --wine: #7d2438;
  --sea: #237089;
  --pine: #315d43;
  --gold: #c99848;
  --white: #fffaf1;
  --shadow: 0 24px 70px rgba(13, 27, 24, 0.22);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

body.lang-en [data-lang-toggle] {
  color: var(--wine);
}

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

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

.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: 24px;
  padding: 14px clamp(18px, 4vw, 52px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(13, 27, 24, 0.86), rgba(13, 27, 24, 0.18));
  backdrop-filter: blur(10px);
}

.brand,
.header-actions,
.nav-links,
.hero-actions,
.quick-strip,
.visit-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 760;
}

.brand-mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 250, 241, 0.42);
  border-radius: 50%;
  background: rgba(255, 250, 241, 0.12);
  font-size: 0.82rem;
}

.nav-links {
  justify-content: center;
  gap: clamp(14px, 3vw, 36px);
  font-size: 0.92rem;
}

.header-actions {
  justify-content: flex-end;
  gap: 10px;
}

.lang-toggle,
.header-cta {
  min-height: 40px;
  border: 1px solid rgba(255, 250, 241, 0.36);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.13);
  color: var(--white);
  padding: 0 15px;
  font: inherit;
  font-weight: 760;
  cursor: pointer;
}

.header-cta {
  display: inline-flex;
  align-items: center;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(13, 27, 24, 0.84) 0%, rgba(13, 27, 24, 0.48) 46%, rgba(13, 27, 24, 0.12) 100%),
    linear-gradient(180deg, rgba(13, 27, 24, 0.38) 0%, rgba(13, 27, 24, 0.1) 42%, rgba(13, 27, 24, 0.84) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 116px 0 40px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.77rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--wine);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 7.7rem);
  line-height: 0.91;
  font-weight: 620;
}

.hero-copy {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 250, 241, 0.9);
  font-size: clamp(1.02rem, 2vw, 1.32rem);
  line-height: 1.6;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 800;
}

.btn.primary {
  background: var(--gold);
  color: #24180a;
}

.btn.secondary {
  background: var(--white);
  color: var(--deep);
}

.btn.glass {
  border: 1px solid rgba(255, 250, 241, 0.38);
  background: rgba(255, 250, 241, 0.12);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
  margin-top: 48px;
}

.hero-facts div {
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(255, 250, 241, 0.22);
  border-radius: 8px;
  background: rgba(13, 27, 24, 0.44);
  backdrop-filter: blur(12px);
}

.hero-facts strong,
.hero-facts span {
  display: block;
}

.hero-facts strong {
  margin-bottom: 8px;
  font-size: 1.12rem;
}

.hero-facts span {
  color: rgba(255, 250, 241, 0.74);
  line-height: 1.45;
}

.quick-strip {
  min-height: 78px;
  justify-content: center;
  gap: clamp(14px, 5vw, 70px);
  padding: 18px;
  background: var(--ink);
  color: var(--white);
  text-align: center;
}

.quick-strip p {
  margin: 0;
  font-weight: 780;
}

.section,
.rhythm-section,
.visit-section {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.intro-section,
.offer-section,
.hours-section {
  padding: clamp(58px, 9vw, 118px) 0;
}

.intro-section {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: clamp(28px, 6vw, 88px);
}

.section-copy h2,
.section-heading h2,
.rhythm-content h2,
.visit-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 1;
  font-weight: 620;
}

.intro-text {
  align-self: end;
}

.intro-text p,
.rhythm-content p,
.visit-copy p,
.hours-note p {
  margin: 0;
  color: rgba(23, 38, 31, 0.78);
  font-size: 1.04rem;
  line-height: 1.75;
}

.intro-text p + p {
  margin-top: 18px;
}

.section-heading {
  max-width: 760px;
}

.section-heading.compact {
  max-width: 860px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.offer-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 45px rgba(49, 93, 67, 0.09);
}

.card-number {
  color: var(--sea);
  font-size: 0.82rem;
  font-weight: 900;
}

.offer-card h3 {
  margin: auto 0 12px;
  font-size: 1.34rem;
}

.offer-card p {
  margin: 0;
  color: rgba(23, 38, 31, 0.74);
  line-height: 1.62;
}

.rhythm-section {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: clamp(24px, 6vw, 78px);
  align-items: center;
  padding: clamp(46px, 8vw, 86px);
  background: var(--deep);
  color: var(--white);
  box-shadow: var(--shadow);
}

.rhythm-content p {
  color: rgba(255, 250, 241, 0.76);
}

.rhythm-content h2 {
  margin-bottom: 22px;
}

.rhythm-panel {
  border-top: 1px solid rgba(255, 250, 241, 0.2);
}

.info-row {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 250, 241, 0.2);
}

.info-row span {
  color: rgba(255, 250, 241, 0.62);
  font-size: 0.88rem;
}

.info-row strong {
  line-height: 1.35;
}

.hours-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(24px, 6vw, 74px);
  align-items: start;
  margin-top: 28px;
}

.text-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--wine);
  font-weight: 820;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.hours-list {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

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

.hours-list div:last-child {
  border-bottom: 0;
}

.hours-list dt {
  color: rgba(23, 38, 31, 0.7);
}

.hours-list dd {
  margin: 0;
  font-weight: 840;
  text-align: right;
}

.visit-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(26px, 5vw, 74px);
  align-items: start;
  padding: clamp(58px, 9vw, 112px) 0;
}

.visit-section {
  color: var(--white);
}

.visit-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: clamp(440px, 62vw, 620px);
  transform: translateY(-58px);
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(125, 36, 56, 0.92), rgba(35, 112, 137, 0.86)),
    var(--pine);
}

.visit-section {
  position: relative;
  z-index: 1;
}

.visit-copy p {
  color: rgba(255, 250, 241, 0.78);
}

.visit-copy h2 {
  margin-bottom: 20px;
}

.visit-actions {
  flex-direction: column;
  gap: 12px;
}

.visit-action {
  width: 100%;
  display: grid;
  grid-template-columns: 138px 1fr;
  gap: 18px;
  min-height: 92px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(255, 250, 241, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.1);
}

.visit-action span {
  color: rgba(255, 250, 241, 0.66);
  font-size: 0.9rem;
}

.visit-action strong {
  font-size: clamp(1.06rem, 2vw, 1.38rem);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px clamp(18px, 4vw, 52px) 94px;
  color: rgba(255, 250, 241, 0.76);
  background: var(--deep);
}

.site-footer strong,
.site-footer a {
  color: var(--white);
}

.site-footer p {
  max-width: 660px;
  margin: 8px 0 0;
  line-height: 1.55;
}

.mobile-cta {
  position: fixed;
  z-index: 30;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 250, 241, 0.3);
  border-radius: 999px;
  background: rgba(13, 27, 24, 0.92);
  box-shadow: 0 16px 38px rgba(13, 27, 24, 0.36);
  backdrop-filter: blur(14px);
}

.mobile-cta a {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.1);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 840;
}

.mobile-cta a:first-child {
  background: var(--gold);
  color: #24180a;
}

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

  .nav-links {
    display: none;
  }

  .header-actions {
    justify-self: end;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(13, 27, 24, 0.32) 0%, rgba(13, 27, 24, 0.44) 38%, rgba(13, 27, 24, 0.88) 100%),
      linear-gradient(90deg, rgba(13, 27, 24, 0.72), rgba(13, 27, 24, 0.24));
  }

  .hero-content {
    padding-top: 98px;
  }

  .hero-facts,
  .intro-section,
  .rhythm-section,
  .hours-layout,
  .visit-section {
    grid-template-columns: 1fr;
  }

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

  .rhythm-section {
    padding: 36px 22px;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand span:last-child,
  .header-cta {
    display: none;
  }

  .lang-toggle {
    min-width: 48px;
  }

  .hero-content {
    width: min(100% - 28px, 1160px);
    padding-bottom: 28px;
  }

  h1 {
    font-size: clamp(2.66rem, 15vw, 4.62rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .btn {
    width: 100%;
  }

  .hero-facts {
    margin-top: 28px;
  }

  .hero-facts div {
    min-height: 0;
    padding: 15px;
  }

  .quick-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 18px 14px;
    font-size: 0.9rem;
  }

  .intro-section,
  .offer-section,
  .hours-section {
    padding: 54px 0;
  }

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

  .offer-card {
    min-height: 214px;
  }

  .info-row,
  .hours-list div,
  .visit-action {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .hours-list dd {
    text-align: left;
  }

  .visit-section::before {
    height: 100%;
    transform: translateY(-36px);
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-bottom: 92px;
  }

  .mobile-cta {
    display: grid;
  }
}
