:root {
  --ink: #071a3b;
  --blue: #0097ff;
  --deep-blue: #003d8f;
  --red: #f32735;
  --yellow: #ffd21c;
  --mint: #4edfa4;
  --purple: #6d39d2;
  --cream: #fff7e6;
  --paper: #fffdf8;
  --line: rgba(7, 26, 59, 0.12);
  --shadow: 0 22px 70px rgba(7, 26, 59, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 16px 16px auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  padding: 8px 10px 8px 14px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius);
  box-shadow: 0 18px 60px rgba(7, 26, 59, 0.12);
  backdrop-filter: blur(18px);
}

.brand-lockup {
  display: block;
  width: 88px;
}

.brand-lockup img {
  width: 88px;
  height: 56px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.main-nav a,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-weight: 850;
}

.main-nav a:hover,
.nav-cta {
  background: var(--ink);
  color: white;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: var(--radius);
  background: var(--yellow);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 3px;
  margin: 4px auto;
  background: var(--ink);
  border-radius: 20px;
}

.hero {
  position: relative;
  min-height: 88svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 116px clamp(22px, 6vw, 86px) 84px;
  background: #eaf8ff;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/gola-man-hero-products.png") center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 253, 248, 0.18);
}

.hero-content {
  width: min(790px, 100%);
  color: var(--ink);
  text-shadow: 0 2px 20px rgba(255, 255, 255, 0.7);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(3.2rem, 6.4vw, 6.25rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4.7rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h3 {
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 28px;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.5;
  font-weight: 650;
}

.hero-actions,
.section-head.split,
.lounge-stats,
.site-footer,
.hero-ticker,
.trust-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-weight: 950;
  cursor: pointer;
}

.button.primary {
  color: white;
  background: var(--red);
  box-shadow: 0 16px 34px rgba(243, 39, 53, 0.26);
}

.button.secondary {
  color: var(--ink);
  background: var(--yellow);
}

.button.dark {
  color: white;
  background: var(--ink);
}

.hero-ticker {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  justify-content: center;
  padding: 14px;
  color: white;
  background: var(--ink);
  border-radius: var(--radius);
}

.hero-ticker span {
  min-width: 130px;
  text-align: center;
  font-weight: 900;
}

.quick-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: white;
}

.quick-panel a {
  min-height: 120px;
  padding: 26px clamp(20px, 4vw, 46px);
  border-right: 1px solid var(--line);
}

.quick-panel a:last-child {
  border-right: 0;
}

.quick-panel strong,
.quick-panel span {
  display: block;
}

.quick-panel strong {
  margin-bottom: 8px;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.quick-panel span {
  color: rgba(7, 26, 59, 0.68);
  font-weight: 700;
}

.section {
  padding: clamp(72px, 10vw, 128px) clamp(22px, 6vw, 86px);
}

.section-head {
  max-width: 900px;
  margin-bottom: 38px;
}

.section-head.split {
  justify-content: space-between;
  max-width: none;
  align-items: end;
}

.intro-band {
  background: var(--paper);
}

.engine-grid,
.menu-grid,
.event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.engine-item,
.menu-card,
.event-card {
  border-radius: var(--radius);
}

.engine-item {
  min-height: 300px;
  padding: 28px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow);
}

.engine-item.red {
  background: var(--red);
}

.engine-item.blue {
  background: var(--deep-blue);
}

.engine-item.yellow {
  color: var(--ink);
  background: var(--yellow);
}

.engine-number {
  font-size: 3.8rem;
  font-weight: 1000;
  line-height: 0.8;
  opacity: 0.36;
}

.engine-item p,
.event-card p,
.invest-layout p,
.booking-copy p,
.lounge-copy p {
  color: currentColor;
  line-height: 1.55;
  font-weight: 650;
}

.menu-section {
  background: #f6fbff;
}

.segment-control {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.segment-control button {
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 6px;
  color: var(--ink);
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.segment-control button.active {
  color: white;
  background: var(--ink);
}

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

.menu-card {
  grid-column: span 2;
  min-height: 280px;
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(7, 26, 59, 0.06);
}

.menu-card:nth-child(1),
.menu-card:nth-child(6) {
  grid-column: span 3;
}

.flavour-swatch {
  width: 100%;
  height: 86px;
  margin-bottom: 22px;
  border-radius: var(--radius);
  border: 1px solid rgba(7, 26, 59, 0.08);
}

.flavour-swatch.rainbow {
  background: linear-gradient(90deg, var(--red), var(--yellow), var(--blue), var(--purple), var(--mint));
}

.flavour-swatch.purple {
  background: var(--purple);
}

.flavour-swatch.mango {
  background: var(--yellow);
}

.flavour-swatch.blue {
  background: var(--blue);
}

.flavour-swatch.mint {
  background: var(--mint);
}

.flavour-swatch.rose {
  background: #ff77a8;
}

.flavour-swatch.cola {
  background: linear-gradient(135deg, #2b140b, #a65624, var(--yellow));
}

.flavour-swatch.party {
  background:
    radial-gradient(circle at 18% 30%, var(--red) 0 12%, transparent 13%),
    radial-gradient(circle at 45% 55%, var(--blue) 0 14%, transparent 15%),
    radial-gradient(circle at 78% 28%, var(--yellow) 0 13%, transparent 14%),
    radial-gradient(circle at 70% 78%, var(--mint) 0 12%, transparent 13%),
    var(--ink);
}

.menu-card small {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-card p {
  color: rgba(7, 26, 59, 0.7);
  line-height: 1.5;
  font-weight: 650;
}

.menu-card span {
  display: inline-flex;
  margin-top: 10px;
  padding: 8px 12px;
  color: white;
  background: var(--ink);
  border-radius: 999px;
  font-weight: 950;
}

.menu-card.hidden {
  display: none;
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1.18fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  padding: clamp(72px, 10vw, 128px) clamp(22px, 6vw, 86px);
  background: white;
}

.visit-copy p {
  max-width: 620px;
  color: rgba(7, 26, 59, 0.7);
  font-weight: 700;
  line-height: 1.55;
}

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

.visit-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.visit-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.visit-card div {
  padding: 20px;
}

.visit-card strong,
.visit-card span {
  display: block;
}

.visit-card strong {
  margin-bottom: 6px;
  font-size: 1.2rem;
}

.visit-card span {
  color: rgba(7, 26, 59, 0.7);
  font-weight: 750;
  line-height: 1.45;
}

.lounge-section {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  min-height: 740px;
  background: var(--ink);
  color: white;
}

.lounge-image {
  min-height: 560px;
  background: url("assets/gola-man-event-bar.png") center / cover no-repeat;
}

.lounge-copy {
  align-self: center;
  padding: clamp(42px, 6vw, 76px);
}

.lounge-copy .eyebrow {
  color: var(--yellow);
}

.lounge-stats {
  align-items: stretch;
  margin-top: 34px;
}

.lounge-stats span {
  min-width: 140px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.lounge-stats strong {
  display: block;
  color: var(--yellow);
  font-size: 2rem;
}

.events-section {
  background: var(--cream);
}

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

.event-card {
  min-height: 260px;
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
}

.event-card h3 {
  min-height: 48px;
}

.event-card.tipsy {
  color: white;
  background: var(--purple);
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: center;
  background: white;
}

.trust-list span {
  padding: 14px 18px;
  color: white;
  background: var(--ink);
  border-radius: var(--radius);
  font-weight: 900;
}

.trust-list span:nth-child(2) {
  background: var(--blue);
}

.trust-list span:nth-child(3) {
  background: var(--red);
}

.trust-list span:nth-child(4) {
  color: var(--ink);
  background: var(--yellow);
}

.trust-list span:nth-child(5) {
  background: var(--purple);
}

.trust-copy p {
  max-width: 580px;
  color: rgba(7, 26, 59, 0.72);
  font-weight: 700;
  line-height: 1.55;
}

.investor-section {
  color: white;
  background: #09152b;
}

.investor-section .eyebrow {
  color: var(--mint);
}

.invest-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.74fr);
  gap: 48px;
  align-items: center;
}

.invest-metrics {
  display: grid;
  gap: 12px;
}

.invest-metrics div {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.invest-metrics strong,
.invest-metrics span {
  display: block;
}

.invest-metrics strong {
  color: var(--yellow);
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 0.9;
}

.invest-metrics span {
  margin-top: 8px;
  font-weight: 800;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 36px;
  padding: clamp(72px, 10vw, 128px) clamp(22px, 6vw, 86px);
  color: var(--ink);
  background: var(--yellow);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-self: start;
  padding: 18px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: var(--radius);
  border: 1px solid rgba(7, 26, 59, 0.12);
}

.booking-form label {
  display: grid;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.booking-form input,
.booking-form select {
  width: 100%;
  min-height: 52px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
}

.booking-form .button,
.form-output {
  grid-column: 1 / -1;
}

.form-output {
  min-height: 28px;
  margin: 0;
  font-weight: 800;
  line-height: 1.4;
}

.visit-strip,
.founder-strip {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 32px clamp(22px, 6vw, 86px);
  background: white;
}

.visit-strip img,
.founder-strip img {
  width: 120px;
  height: 90px;
  object-fit: contain;
}

.visit-strip h2,
.founder-strip h2 {
  margin-bottom: 8px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.visit-strip p,
.founder-strip p {
  margin-bottom: 0;
  color: rgba(7, 26, 59, 0.68);
  font-weight: 700;
}

.founder-strip {
  border-top: 1px solid var(--line);
  background: #f6fbff;
}

.site-footer {
  justify-content: space-between;
  padding: 28px clamp(22px, 6vw, 86px);
  color: white;
  background: var(--ink);
}

.site-footer p {
  margin: 0;
  font-weight: 1000;
}

.site-footer div {
  display: flex;
  gap: 18px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .main-nav {
    position: fixed;
    inset: 98px 16px auto;
    display: none;
    padding: 16px;
    background: white;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  body.menu-open .main-nav {
    display: grid;
  }

  .main-nav a {
    justify-content: flex-start;
  }

  .menu-toggle {
    display: block;
  }

  .nav-cta {
    display: none;
  }

  .quick-panel,
  .visit-section,
  .lounge-section,
  .trust-section,
  .invest-layout,
  .booking-section,
  .visit-strip,
  .founder-strip {
    grid-template-columns: 1fr;
  }

  .quick-panel a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .engine-grid,
  .event-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .menu-card,
  .menu-card:nth-child(1),
  .menu-card:nth-child(6) {
    grid-column: span 1;
  }

  .lounge-section {
    min-height: auto;
  }

  .visit-strip .button,
  .founder-strip .button {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .site-header {
    inset: 10px 10px auto;
    grid-template-columns: auto 1fr auto;
    min-height: 64px;
  }

  .brand-lockup,
  .brand-lockup img {
    width: 74px;
  }

  .hero {
    min-height: 90svh;
    align-items: end;
    padding: 116px 18px 106px;
  }

  .hero-media {
    background-position: 60% center;
  }

  .hero::before {
    background: rgba(255, 253, 248, 0.52);
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

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

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

  .visit-actions .button {
    width: 100%;
  }

  .hero-ticker {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .section-head.split {
    align-items: flex-start;
  }

  .segment-control {
    width: 100%;
    overflow-x: auto;
  }

  .engine-grid,
  .menu-grid,
  .event-grid,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .engine-item,
  .event-card,
  .menu-card {
    min-height: auto;
  }

  .lounge-image {
    min-height: 360px;
  }

  .lounge-copy {
    padding: 42px 22px;
  }

  .booking-form {
    padding: 14px;
  }

  .founder-strip img {
    width: 96px;
    height: 72px;
  }
}
