:root {
  --espresso: #1f120a;
  --night: #120d0a;
  --wood: #7a3f1e;
  --copper: #c96f2d;
  --gold: #e2b15f;
  --cream: #f5ead6;
  --paper: #fff8ea;
  --ink: #211810;
  --muted: #75695d;
  --line: rgba(33, 24, 16, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1160px, calc(100% - 28px));
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 10px 12px 10px 18px;
  color: #fff;
  background: rgba(25, 14, 8, .82);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .3);
}

.brand {
  display: grid;
  line-height: 1;
}

.brand span {
  color: var(--gold);
  font-size: 26px;
  font-weight: 900;
}

.brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 800;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 900;
}

.language {
  display: grid;
  grid-template-columns: repeat(3, 42px);
  gap: 4px;
  padding: 4px;
  background: rgba(255, 255, 255, .1);
}

.language button {
  min-height: 34px;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.language button.active {
  color: var(--night);
  background: var(--gold);
}

.hero {
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 315px;
  align-items: end;
  gap: 30px;
  padding: 150px max(28px, calc((100vw - 1160px) / 2)) 64px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(25, 12, 5, .96), rgba(25, 12, 5, .64) 48%, rgba(25, 12, 5, .18)),
    url("assets/bacva-hero.webp") center / cover;
}

.hero-copy {
  max-width: 810px;
}

.kicker {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1, h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: .98;
}

h1 {
  max-width: 800px;
  font-size: clamp(50px, 7vw, 96px);
}

h2 {
  font-size: clamp(34px, 4.5vw, 66px);
}

.hero-copy p:not(.kicker) {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .83);
  font-size: 20px;
  line-height: 1.58;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, .22);
  font-weight: 900;
}

.primary {
  color: var(--night);
  background: var(--gold);
  border-color: var(--gold);
}

.secondary {
  background: rgba(255, 255, 255, .1);
}

.hero-note {
  padding: 26px;
  border-left: 5px solid var(--gold);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(16px);
}

.hero-note strong {
  display: block;
  color: var(--gold);
  font-size: 58px;
  line-height: .9;
}

.hero-note span,
.hero-note small {
  display: block;
  margin-top: 10px;
  font-weight: 900;
}

.hero-note small {
  color: rgba(255, 255, 255, .72);
  line-height: 1.45;
}

.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.strip div {
  min-height: 136px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.strip strong {
  color: var(--wood);
  font-size: 36px;
  line-height: 1;
}

.strip span {
  color: var(--muted);
  font-weight: 800;
}

.section {
  padding: 96px max(28px, calc((100vw - 1160px) / 2));
}

.intro {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
}

.intro-text {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.66;
}

.intro-text p { margin: 0; }

.offer {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.offer > * {
  min-height: 410px;
  padding: 30px;
  background: var(--espresso);
}

.offer-card.dark {
  display: grid;
  align-content: center;
  background:
    linear-gradient(rgba(22, 12, 6, .56), rgba(22, 12, 6, .76)),
    url("assets/bacva-night.webp") center / cover;
}

.offer article span {
  color: var(--gold);
  font-weight: 900;
}

.offer h3 {
  margin: 128px 0 14px;
  font-size: 25px;
  line-height: 1.08;
}

.offer p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  line-height: 1.58;
}

.visual-split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 690px;
  background: #fff;
}

.visual-split img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-split div {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: 74px max(28px, calc((100vw - 1160px) / 2)) 74px 58px;
}

.visual-split p:not(.kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.program {
  padding: 96px max(28px, calc((100vw - 1160px) / 2));
  background: var(--night);
  color: #fff;
}

.program-head {
  max-width: 770px;
  margin-bottom: 38px;
}

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

.program-grid article {
  min-height: 210px;
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 24px;
  background: rgba(255, 255, 255, .08);
  border-top: 4px solid var(--gold);
}

.program-grid strong {
  font-size: 23px;
  line-height: 1.08;
}

.program-grid span {
  color: rgba(255, 255, 255, .72);
  line-height: 1.5;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--night);
}

.gallery figure {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery figcaption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 10px 12px;
  color: var(--night);
  background: var(--gold);
  font-weight: 900;
}

.reviews {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 58px;
  padding: 92px max(28px, calc((100vw - 1160px) / 2));
  background: var(--wood);
  color: #fff;
}

.reviews .kicker { color: var(--gold); }

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

blockquote {
  margin: 0;
  padding-top: 52px;
  position: relative;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 900;
}

blockquote::before {
  content: "\"";
  position: absolute;
  top: -8px;
  left: 0;
  color: rgba(255, 255, 255, .28);
  font-size: 88px;
  line-height: 1;
}

.contact {
  min-height: 690px;
  display: grid;
  align-items: end;
  padding: 96px max(28px, calc((100vw - 1160px) / 2));
  background:
    linear-gradient(0deg, rgba(30, 13, 4, .84), rgba(30, 13, 4, .35)),
    url("assets/bacva-night.webp") center / cover;
}

.contact-card {
  width: min(720px, 100%);
  padding: 38px;
  background: rgba(255, 248, 234, .96);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .3);
}

.contact-card h2 {
  margin-bottom: 18px;
}

.contact-card p:not(.kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.contact-links {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 8px;
  margin: 26px 0 18px;
}

.contact-links a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: #fff;
  background: var(--espresso);
  font-weight: 900;
  text-align: center;
}

.contact-links a:first-child {
  color: var(--night);
  background: var(--gold);
}

.hours,
.cash {
  font-weight: 800;
}

.cash {
  margin-top: 8px !important;
  color: var(--wood) !important;
}

.floating {
  position: fixed;
  z-index: 30;
  right: 18px;
  bottom: 18px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: var(--night);
  background: var(--gold);
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .28);
}

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

  .nav { display: none; }

  .hero,
  .strip,
  .intro,
  .offer,
  .visual-split,
  .program-grid,
  .gallery,
  .reviews,
  .quotes {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 820px;
    padding-top: 132px;
  }

  h1 { font-size: clamp(42px, 14vw, 74px); }
  h2 { font-size: clamp(34px, 10vw, 58px); }

  .hero-copy p:not(.kicker) { font-size: 18px; }
  .hero-note { width: min(100%, 340px); }

  .strip div { min-height: 108px; }
  .section { padding-block: 72px; }

  .offer > * { min-height: 250px; }
  .offer h3 { margin-top: 56px; }

  .visual-split { min-height: 0; }
  .visual-split img { min-height: 390px; }
  .visual-split div { padding: 72px 28px; }

  .program,
  .reviews,
  .contact {
    padding-block: 72px;
  }

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

@media (max-width: 560px) {
  .brand span { font-size: 22px; }
  .language { grid-template-columns: repeat(3, 36px); }
  .actions,
  .btn { width: 100%; }
  .contact-card { padding: 28px; }
  .floating { left: 12px; right: 12px; }
}
