* {
  box-sizing: border-box;
}

:root {
  --bg: #f7f4ef;
  --paper: #ffffff;
  --ink: #171717;
  --muted: #66605a;
  --line: rgba(23, 23, 23, 0.12);
  --accent: #e26a2c;
  --accent-dark: #b94e18;
  --dark: #101010;
  --dark-2: #191919;
  --radius: 22px;
  --shadow: 0 18px 60px rgba(0,0,0,.12);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}

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

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: rgba(12, 12, 12, .88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand img {
  width: 132px;
  max-height: 54px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #fff;
  font-size: .92rem;
  font-weight: 600;
}

.nav-links a {
  opacity: .88;
  transition: .2s ease;
}

.nav-links a:hover {
  opacity: 1;
}

.nav-cta {
  padding: 11px 18px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.65rem;
}

.hero {
  min-height: 92vh;
  position: relative;
  display: grid;
  align-items: center;
  background-image: url("hero.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 80px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.60) 48%, rgba(0,0,0,.20) 100%),
    linear-gradient(0deg, rgba(0,0,0,.48), transparent 48%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.eyebrow {
  margin: 0 0 14px;
  font-weight: 800;
  letter-spacing: .16em;
  font-size: .76rem;
  color: #ffb27f;
}

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

.hero h1,
.section-heading h2,
.split-content h2,
.quote-copy h2,
.social-wrap h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.04;
  letter-spacing: -.02em;
}

.hero h1 {
  font-size: clamp(3rem, 7vw, 6.4rem);
  max-width: 920px;
  margin: 0;
}

.hero-copy {
  max-width: 690px;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255,255,255,.86);
  margin: 24px 0 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 0;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
}

.btn-primary:hover {
  background: var(--accent-dark);
}

.btn-secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.45);
  background: rgba(255,255,255,.08);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
}

.hero-badges span {
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(0,0,0,.22);
  font-size: .83rem;
}

.section {
  padding: 105px 0;
}

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

.section-heading.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading h2,
.split-content h2,
.quote-copy h2,
.social-wrap h2 {
  font-size: clamp(2.2rem, 4.6vw, 4.3rem);
  margin: 0 0 18px;
}

.section-heading p,
.split-content p,
.quote-copy p,
.social-wrap p {
  color: var(--muted);
}

.cards {
  display: grid;
  gap: 18px;
}

.cards.four {
  grid-template-columns: repeat(4, 1fr);
}

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0,0,0,.04);
}

.card-icon {
  font-size: 2rem;
  margin-bottom: 22px;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.split-section {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  background: var(--paper);
}

.split-media {
  min-height: 650px;
  background: #0b0b0b;
}

.split-media video {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}

.split-content {
  padding: 85px clamp(35px, 7vw, 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.check-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.text-link {
  margin-top: 10px;
  font-weight: 800;
  color: var(--accent-dark);
}

.gallery-section {
  background: #eee9e1;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 230px;
  gap: 14px;
}

.gallery-item {
  grid-column: span 4;
  overflow: hidden;
  border-radius: 18px;
  background: #ddd;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 8;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.cocktails {
  background: var(--dark);
  color: #fff;
}

.section-heading.light p {
  color: rgba(255,255,255,.68);
}

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

.cocktail-card {
  min-height: 155px;
  padding: 24px;
  border-radius: 18px;
  background: var(--dark-2);
  border: 1px solid rgba(255,255,255,.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cocktail-card span {
  font-size: 2.1rem;
}

.cocktail-card strong {
  font-size: 1.05rem;
}

.why-us {
  background: var(--paper);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.feature-grid > div {
  padding: 32px 24px 10px 0;
  border-right: 1px solid var(--line);
}

.feature-grid > div:not(:first-child) {
  padding-left: 24px;
}

.feature-grid > div:last-child {
  border-right: 0;
}

.feature-grid strong {
  color: var(--accent-dark);
  font-size: .85rem;
}

.feature-grid h3 {
  margin: 18px 0 8px;
}

.feature-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.quote-section {
  padding: 100px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(15,15,15,.95), rgba(15,15,15,.78)),
    url("event6.jpg") center/cover;
}

.quote-wrap {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: start;
}

.quote-copy p {
  color: rgba(255,255,255,.72);
}

.quote-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 28px;
  border-radius: 22px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(10px);
}

.quote-form label {
  font-size: .82rem;
  font-weight: 700;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  padding: 13px 14px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font: inherit;
}

.quote-form select option {
  color: #111;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form .full {
  grid-column: 1 / -1;
}

.form-note {
  margin: 0;
  color: rgba(255,255,255,.55);
  font-size: .76rem;
}

.social-section {
  padding: 75px 0;
  background: #f4efe8;
}

.social-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}

.social-wrap h2 {
  max-width: 680px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.social-links {
  display: flex;
  flex-direction: column;
  min-width: 190px;
}

.social-links a {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

footer {
  background: #0d0d0d;
  color: #fff;
  padding: 40px 0;
}

.footer-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.footer-wrap img {
  width: 90px;
}

.footer-wrap p {
  margin: 3px 0 0;
  color: rgba(255,255,255,.58);
  font-size: .84rem;
}

.footer-small {
  text-align: right;
}

@media (max-width: 980px) {
  .cards.four,
  .cocktail-grid,
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-section,
  .quote-wrap {
    grid-template-columns: 1fr;
  }

  .split-media,
  .split-media video {
    min-height: 500px;
  }

  .feature-grid > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-left: 0 !important;
  }

  .gallery-item {
    grid-column: span 6;
  }

  .gallery-item.wide {
    grid-column: span 12;
  }

  .social-wrap {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 78px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: #151515;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 18px;
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-cta {
    text-align: center;
  }

  .hero {
    min-height: 820px;
    background-position: 62% center;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(0,0,0,.88), rgba(0,0,0,.48));
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.8rem);
  }

  .section {
    padding: 78px 0;
  }

  .cards.four,
  .cocktail-grid,
  .feature-grid,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .quote-form .full {
    grid-column: auto;
  }

  .split-content {
    padding: 65px 28px;
  }

  .gallery {
    grid-auto-rows: 220px;
  }

  .gallery-item,
  .gallery-item.wide {
    grid-column: span 12;
  }

  .gallery-item.tall {
    grid-row: span 1;
  }

  .footer-wrap {
    grid-template-columns: 1fr;
  }

  .footer-small {
    text-align: left;
  }
}
