@font-face {
  font-family: "Tenor Sans";
  src: url("/assets/Fonts.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --navy-950: #030913;
  --navy-900: #06111d;
  --navy-800: #0a1827;
  --navy-700: #102235;
  --gold-500: #d8a852;
  --gold-400: #f0c978;
  --gold-300: #ffe0a2;
  --cream: #f8f2e9;
  --muted: #b8c1ca;
  --line: rgba(240, 201, 120, 0.28);
  --panel: rgba(7, 18, 31, 0.84);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.44);
  --serif: "Cinzel", Georgia, serif;
  --sans: "Tenor Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 75% 12%, rgba(216, 168, 82, 0.11), transparent 26rem),
    radial-gradient(circle at 15% 70%, rgba(50, 116, 143, 0.18), transparent 28rem),
    linear-gradient(135deg, var(--navy-950), var(--navy-900) 48%, #03070d);
  color: var(--cream);
  font-family: var(--sans);
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem clamp(1.25rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(3, 9, 19, 0.78);
  backdrop-filter: blur(18px);
  transition: box-shadow 200ms ease, background 200ms ease;
}

.site-header[data-elevated="true"] {
  background: rgba(3, 9, 19, 0.94);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.26);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  border: 1px solid var(--gold-500);
  border-radius: 0.7rem;
  box-shadow: inset 0 0 0 1px rgba(216, 168, 82, 0.16);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.3rem;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
  text-transform: uppercase;
}

.brand strong {
  color: var(--gold-400);
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 500;
}

.brand small {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.66rem;
  letter-spacing: 0.32em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2vw, 2.25rem);
  flex: 1;
}

.desktop-nav a,
.mobile-nav a {
  color: rgba(248, 242, 233, 0.84);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.mobile-nav a:hover {
  color: var(--gold-400);
}

.header-cta {
  min-width: max-content;
  padding: 0.85rem 1.35rem;
  border: 1px solid var(--gold-400);
  border-radius: 0.45rem;
  color: var(--gold-300);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: transparent;
  color: var(--cream);
}

.menu-toggle span {
  display: block;
  width: 1.1rem;
  height: 1px;
  margin: 0.28rem auto;
  background: var(--cream);
}

.mobile-nav {
  position: fixed;
  inset: 5.75rem 1rem auto;
  z-index: 19;
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  background: rgba(3, 9, 19, 0.98);
  box-shadow: var(--shadow);
}

.mobile-nav.is-open {
  display: flex;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(26rem, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: calc(100vh - 5.9rem);
  padding: clamp(3rem, 8vw, 7rem) clamp(1.25rem, 5vw, 5.5rem) 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold-400);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.35rem;
  color: #fff9ef;
  font-size: clamp(3.15rem, 7vw, 6.5rem);
}

h2 {
  margin-bottom: 1.2rem;
  color: #fff7e8;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
  margin-bottom: 0.55rem;
  color: var(--gold-300);
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.service-line {
  color: var(--gold-400);
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  font-weight: 600;
}

.service-line span {
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  margin: 0 0.65rem 0.18rem;
  border-radius: 50%;
  background: var(--gold-500);
}

.hero-description {
  max-width: 38rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.location-note {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  margin: 1.65rem 0 2rem;
  color: var(--gold-300);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.95rem 1.65rem;
  border-radius: 0.45rem;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  color: #07101a;
  box-shadow: 0 14px 32px rgba(216, 168, 82, 0.25);
}

.button-secondary {
  border-color: var(--gold-500);
  color: var(--gold-300);
}

.hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 36rem;
  border-radius: 0.35rem;
  background: rgba(3, 9, 19, 0.64);
  box-shadow: var(--shadow);
}

.hero-visual img,
.drink-photo,
.event-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual img {
  position: absolute;
  inset: 0;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0 clamp(1.25rem, 5vw, 5.5rem);
  border: 1px solid var(--line);
  background: rgba(3, 9, 19, 0.3);
}

.benefits article {
  min-height: 10.6rem;
  padding: 2rem 1rem;
  border-right: 1px solid var(--line);
  text-align: center;
}

.benefits article:last-child {
  border-right: 0;
}

.icon {
  display: block;
  margin-bottom: 1rem;
  color: var(--gold-400);
  font-size: 2.4rem;
  line-height: 1;
}

.benefits h2 {
  margin: 0 auto;
  max-width: 12rem;
  font-family: var(--sans);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.35;
  text-transform: uppercase;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 5.5rem);
}

.section-heading {
  max-width: 47rem;
  margin: 0 auto 2.75rem;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 1.6rem;
}

.section-heading.left {
  margin-left: 0;
  text-align: left;
}

.drink-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.drink-card {
  padding: 0 2rem 0 2rem;
  border-right: 1px solid var(--line);
}

.drink-card:last-child {
  border-right: 0;
}

.drink-photo {
  height: 13.2rem;
  margin-bottom: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #10131a;
}

.drink-card p,
.pricing-note,
.process-list p,
.privacy-note {
  color: var(--muted);
}

.drink-card ul,
.event-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.drink-card li,
.event-list li {
  position: relative;
  padding-left: 1.05rem;
  color: var(--gold-300);
}

.drink-card li::before,
.event-list li::before {
  position: absolute;
  left: 0;
  content: "•";
}

.split-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.5fr;
  align-items: start;
  border-top: 1px solid var(--line);
}

.pricing-panel,
.process-panel,
.events-panel,
.form-panel {
  padding: clamp(2.5rem, 5vw, 4.25rem) clamp(1.25rem, 5vw, 4rem);
}

.pricing-panel {
  border-right: 1px solid var(--line);
}

.pricing-table {
  border: 1px solid var(--line);
}

.pricing-table div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
}

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

.pricing-table span,
.pricing-table strong {
  padding: 1.1rem 1rem;
  text-align: center;
}

.pricing-table span:first-child,
.pricing-table strong:first-child {
  border-right: 1px solid var(--line);
}

.pricing-table div:first-child {
  color: var(--gold-300);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pricing-table strong {
  color: #fff;
}

.pricing-note {
  margin: 1.15rem 0 0;
  text-align: center;
  font-style: italic;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto auto;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  position: relative;
  text-align: center;
  grid-row: span 3;
  display: grid;
  grid-template-rows: subgrid;
  align-items: start;
}

.process-list li:not(:last-child)::after {
  position: absolute;
  top: 2.6rem;
  right: -0.9rem;
  color: var(--gold-400);
  content: "›";
  font-size: 2rem;
}

.process-list span {
  display: grid;
  width: 5.2rem;
  height: 5.2rem;
  margin: 0 auto 1rem;
  place-items: center;
  border: 1px solid var(--gold-500);
  border-radius: 50%;
  color: var(--gold-300);
  font-family: var(--serif);
  font-size: 1.5rem;
}

.lead-section {
  display: grid;
  grid-template-columns: 0.9fr 1.6fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.events-panel {
  position: relative;
  border-right: 1px solid var(--line);
  background:
    radial-gradient(circle at 72% 58%, rgba(216, 168, 82, 0.14), transparent 13rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent);
}

.event-photo {
  height: 18rem;
  margin: 0 0 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #10131a;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.event-list {
  display: grid;
  gap: 0.9rem;
  max-width: 24rem;
}

.event-list li {
  color: var(--cream);
  font-size: 1rem;
}

.form-panel {
  background: rgba(3, 9, 19, 0.2);
}

form {
  display: grid;
  gap: 1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

label,
fieldset {
  display: grid;
  gap: 0.45rem;
  margin: 0;
}

label span,
legend {
  color: var(--gold-300);
  font-size: 0.82rem;
}

input,
select,
textarea {
  width: 100%;
  min-height: 3.2rem;
  border: 1px solid rgba(248, 242, 233, 0.24);
  border-radius: 0.25rem;
  background: rgba(2, 9, 18, 0.72);
  color: var(--cream);
  outline: none;
  padding: 0.85rem 0.9rem;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold-400);
  box-shadow: 0 0 0 3px rgba(240, 201, 120, 0.16);
}

fieldset {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  border: 0;
}

fieldset legend,
fieldset small {
  grid-column: 1 / -1;
}

fieldset label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.88rem;
}

input[type="checkbox"] {
  width: 1rem;
  min-height: 1rem;
  accent-color: var(--gold-500);
}

.error {
  min-height: 1rem;
  color: #ffb7a6;
  font-size: 0.78rem;
}

.submit-button {
  width: 100%;
}

.privacy-note {
  margin: 0;
  text-align: center;
  font-size: 0.72rem;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: #ffcf91;
  text-align: center;
  font-size: 0.86rem;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.thank-you {
  padding: 2rem;
  border: 1px solid var(--line);
  background: rgba(216, 168, 82, 0.08);
}

.thank-you h3 {
  color: #fff7e8;
  font-family: var(--serif);
  font-size: 1.8rem;
  letter-spacing: 0;
  text-transform: none;
}

.thank-you p {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.6rem clamp(1.25rem, 5vw, 5.5rem);
}

address {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 4vw, 3rem);
  color: var(--muted);
  font-style: normal;
}

.site-footer p {
  margin: 0;
  color: rgba(184, 193, 202, 0.7);
  font-size: 0.78rem;
}

@media (max-width: 1120px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

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

  .hero-visual {
    min-height: 30rem;
  }

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

  .benefits article:nth-child(3) {
    border-right: 0;
  }

  .benefits article:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .drink-card:nth-child(2) {
    border-right: 0;
  }

  .drink-card:nth-child(-n + 2) {
    margin-bottom: 2.5rem;
  }

  .split-panel,
  .lead-section {
    grid-template-columns: 1fr;
  }

  .pricing-panel,
  .events-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 1rem;
  }

  .header-cta {
    display: none;
  }

  .brand-mark {
    width: 2.8rem;
    height: 2.8rem;
  }

  .hero {
    min-height: auto;
    padding: 3.5rem 1rem 3rem;
  }

  h1 {
    font-size: clamp(2.65rem, 14vw, 3.5rem);
  }

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

  .hero-visual {
    min-height: 24rem;
  }

  .benefits {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 1rem;
  }

  .benefits article,
  .benefits article:nth-child(3) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .benefits article:nth-child(even) {
    border-right: 0;
  }

  .benefits article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .section {
    padding: 4rem 1rem;
  }

  .drink-grid,
  .process-list,
  .form-grid,
  fieldset {
    grid-template-columns: 1fr;
  }

  .drink-card,
  .drink-card:nth-child(2) {
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .drink-card:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .pricing-panel,
  .process-panel,
  .events-panel,
  .form-panel {
    padding: 3rem 1rem;
  }

  .process-list li {
    text-align: left;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
  }

  .process-list span {
    width: 3.5rem;
    height: 3.5rem;
    grid-row: span 2;
  }

  .process-list li:not(:last-child)::after {
    content: none;
  }

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

  address {
    flex-direction: column;
    gap: 0.45rem;
  }
}

@media (max-width: 420px) {
  .service-line span {
    margin-inline: 0.35rem;
  }

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

  .benefits article,
  .benefits article:nth-child(even),
  .benefits article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .benefits article:last-child {
    border-bottom: 0;
  }

  .pricing-table span,
  .pricing-table strong {
    padding: 0.9rem 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
