/* Shared September 2026 brand layer. Load LAST on every page.
   Official colors: yellow #ffd52d, orange #f69445, blue #1492af, navy #042932. */
:root {
  --navy-dark: #042932;
  --navy: #042932;
  --navy-mid: #0b5061;
  --navy-soft: #1492af;
  --orange: #f69445;
  --orange-light: #ffb879;
  --yellow: #ffd52d;
  --cream: #fff0d5;
  --cream-2: #fff8ec;
  --font-display: 'Poppins', sans-serif;
  --font-body: 'Montserrat', sans-serif;
  --warm-bg: radial-gradient(ellipse at 95% 0%, #ffd52d 0, transparent 52%), radial-gradient(ellipse at 0% 100%, #ffbb73 0, transparent 55%), #f69445
}

body {
  background: var(--cream-2);
  color: var(--navy);
  font-family: var(--font-body)
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.035em
}

button,
input,
textarea,
select {
  font-family: var(--font-body)
}

.section-title,
.club-title,
.cta-inner h2,
.legal-hero h1,
.error-content h1 {
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.045em
}

.section-title {
  font-size: clamp(32px, 5.2vw, 62px)
}

.section-title span,
.club-title span {
  color: var(--navy-soft)
}

.eyebrow {
  color: var(--navy);
  font-size: 11px;
  letter-spacing: .14em
}

.section {
  padding-block: clamp(56px, 7vw, 96px)
}

.btn {
  letter-spacing: .02em;
  min-height: 44px;
  line-height: 1.3
}

.btn-primary {
  background: var(--navy);
  color: #fff8ec;
  box-shadow: 0 8px 0 -4px #1492af;
  border: 1px solid var(--navy)
}

.btn-primary:hover {
  background: #0b5061;
  box-shadow: 0 8px 0 -4px var(--navy);
  transform: translateY(-2px)
}

.btn-ghost {
  color: var(--navy);
  border-color: var(--navy)
}

:focus-visible {
  outline: 3px solid #1492af;
  outline-offset: 4px
}

.site-header,
.site-header.sticky {
  background: rgba(255, 248, 236, .97);
  border-bottom: 1px solid #04293222;
  backdrop-filter: none;
  color: var(--navy)
}

.navbar {
  gap: 16px;
  min-height: 58px
}

.navbar .brand {
  flex-basis: 190px;
  width: 190px;
  height: 48px
}

.navbar .brand img {
  position: static;
  transform: none;
  width: 100%;
  height: 65px;
  object-fit: contain;
  filter: none
}

.desktop-nav {
  gap: 0
}

.desktop-nav a {
  color: var(--navy);
  font-size: 12px;
  padding: 10px
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: #08718a;
  background: #1492af10
}

.desktop-nav a::after {
  background: #1492af
}

.burger {
  border: 1px solid #04293244;
  background: var(--yellow)
}

.burger span {
  background: var(--navy)
}

.mobile-menu {
  background: var(--cream-2);
  padding-top: 90px;
  padding-bottom: 110px
}

.mobile-menu nav a {
  font-size: 20px;
  color: var(--navy);
  border-color: #04293220;
  font-weight: 700;
  padding-block: 10px
}

.mobile-menu nav a:hover {
  color: #08718a
}

.hero {
  background: var(--warm-bg);
  color: var(--navy);
  min-height: auto;
  padding-top: 132px;
  padding-bottom: 36px
}

.hero-inner {
  grid-template-columns: 1fr 1fr;
  gap: 42px
}

.hero-inner>* {
  min-width: 0
}

.hero-glow {
  display: none
}

.hero-title {
  font-size: clamp(40px, 4.9vw, 67px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.065em;
  margin: 12px 0 24px
}

.hero-title .line-1 {
  color: var(--navy)
}

.hero-title .line-2 {
  background: none;
  color: var(--navy)
}

.hero-sub {
  color: var(--navy);
  font-size: 16px;
  line-height: 1.7;
  max-width: 42ch
}

.hero .btn-ghost {
  color: var(--navy);
  border-color: #04293280
}

.hero .btn-ghost:hover {
  background: #fff8ec66
}

.hero-actions {
  gap: 12px;
  margin-top: 24px
}

.hero-actions .btn-lg {
  padding: 16px 22px;
  font-size: 13px
}

.hero-stats {
  margin-top: 26px;
  padding-top: 20px;
  border-color: #04293230;
  gap: 34px
}

.hero-stats strong {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 30px;
  color: var(--navy);
  letter-spacing: -.04em
}

.hero-stats strong span {
  font-size: 15px;
  margin: 0;
  letter-spacing: 0;
  color: var(--navy)
}

.hero-stats li>span {
  color: var(--navy);
  letter-spacing: .02em;
  font-size: 10px
}

.hero-photo {
  aspect-ratio: 16/10;
  animation: none;
  background: #042932;
  border: 2px solid var(--navy);
  border-radius: 20px;
  box-shadow: 8px 8px 0 #04293218;
  overflow: visible;
  margin-bottom: 48px
}

.hero-promo-track {
  overflow: hidden;
  border-radius: 18px
}

.hero-promo-slide {
  transform: none;
  transition: opacity .4s ease;
  border-radius: 18px;
  visibility: hidden
}

.hero-promo-slide.is-active {
  visibility: visible;
  pointer-events: auto
}

.hero-promo-slide img,
.hero-promo-slide:first-child img {
  object-fit: contain;
  filter: none;
  background: none;
  border-radius: 0
}

.hero-promo-slide.ambassador {
  background: linear-gradient(140deg, #1492af, #042932)
}

.hero-promo-slide.ambassador img {
  padding-top: 30px
}

.promo-label {
  position: absolute;
  top: 12px;
  left: 16px;
  color: var(--yellow);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em
}

.promo-controls {
  position: absolute;
  bottom: -48px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.hero-promo-dots {
  position: static;
  transform: none;
  background: transparent;
  padding: 0;
  gap: 2px;
  backdrop-filter: none
}

.hero-promo-dots button,
.hero-promo-dots button.is-active {
  width: 38px;
  height: 42px;
  border-radius: 0;
  background: transparent;
  position: relative
}

.hero-promo-dots button::after {
  content: '';
  position: absolute;
  left: 8px;
  right: 8px;
  top: 18px;
  height: 5px;
  border-radius: 9px;
  background: #04293240
}

.hero-promo-dots button.is-active::after {
  background: var(--navy)
}

.promo-pause {
  width: 44px;
  height: 42px;
  border: 1px solid #04293250;
  border-radius: 12px;
  font-weight: 800
}

.promo-controls[hidden] {
  display: none
}

.hero-locations {
  border-color: #04293230;
  gap: 22px;
  margin-top: 36px
}

.hero-locations-label,
.hero-location-link small {
  color: var(--navy)
}

.hero-location-link {
  background: #fff8ec60;
  border-color: #04293230
}

.location-pin {
  color: #08718a;
  filter: none
}

.hero-location-link:hover {
  background: var(--cream-2);
  border-color: var(--navy)
}

.marquee {
  background: var(--navy);
  color: var(--yellow);
  border: 0
}

.marquee .dot {
  color: var(--orange)
}

#menu {
  background: linear-gradient(155deg, #ffd52d, #ffbc74 75%);
  color: var(--navy)
}

#menu .section-title span,
#menu .menu-price,
#menu .menu-tabs,
#menu .menu-card p,
#menu .menu-empty,
#menu .menu-note {
  color: var(--navy)
}

#menu .tab {
  background: #fff8ec80;
  color: var(--navy);
  border-color: #04293240;
  backdrop-filter: none;
  box-shadow: none;
  letter-spacing: .01em;
  padding: 11px 17px;
  font-size: 12px
}

#menu .tab.is-active {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--yellow)
}

#menu .tab:hover {
  border-color: var(--navy);
  transform: none;
  background: #fff8ec
}

#menu .menu-card {
  background: var(--cream-2);
  color: var(--navy);
  border-color: #04293225;
  box-shadow: 0 8px 22px -16px #04293266
}

.menu-card h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -.035em;
  text-transform: none
}

.menu-price {
  font-size: 20px;
  font-weight: 700
}

.menu-image {
  background: #ffdf9c
}

.menu-image img {
  object-fit: contain
}

.menu-card:hover {
  transform: translateY(-4px)
}

#menu .menu-card button,
#menu .menu-card a {
  background: var(--navy);
  color: var(--cream-2)
}

.menu-foot {
  gap: 8px;
  flex-wrap: wrap
}

.menu-note .order-inline,
#menu .menu-note a {
  color: var(--navy)
}

.menu-card {
  animation: none !important
}

.menu-tagpill {
  background: var(--navy);
  color: var(--yellow)
}

#club {
  background: var(--warm-bg)
}

#club::before {
  opacity: .15
}

.club {
  background: #ffd52d;
  border: 2px solid var(--navy);
  box-shadow: 9px 9px 0 #04293220;
  grid-template-columns: 1.1fr .9fr;
  padding: 40px 52px
}

.club-title {
  font-size: clamp(35px, 4.6vw, 60px)
}

.club-title span {
  color: var(--navy)
}

.club::after {
  display: none
}

.club-text p {
  font-size: 15px
}

.club-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1
}

.club-visual img {
  width: auto;
  height: 470px;
  object-fit: contain;
  max-width: 100%
}

.club-visual figcaption {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  margin-top: 8px
}

.club-slogan {
  width: 230px;
  margin: -8px 0 20px;
  border-radius: 12px
}

.wallet-brands {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-block: 24px 16px
}

.wallet-brands span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff8ec;
  color: var(--navy);
  font-size: 11px;
  font-weight: 600
}

.wallet-brands img {
  width: 25px;
  height: 25px;
  object-fit: contain
}

.text-link {
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 700
}

.small-note {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 20px;
  max-width: 42ch
}

.cta-band {
  background: var(--warm-bg);
  color: var(--navy);
  border-color: #04293225
}

.cta-copy>p:last-child {
  color: var(--navy)
}

.cta-inner h2 span {
  color: #08718a
}

.cta-mark {
  font-weight: 800;
  -webkit-text-stroke: 2px #04293255
}

.cta-copy .eyebrow {
  color: var(--navy)
}

.site-footer {
  background: var(--navy);
  color: #fff0d5
}

.footer-col h4 {
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--yellow)
}

.footer-bottom {
  color: #fff0d5bb;
  letter-spacing: .01em
}

.cookie-settings {
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 4px;
  min-height: 44px;
  font-size: 14px
}

.social-links {
  display: flex;
  gap: 8px;
  margin-top: 20px
}

.social-links:empty {
  display: none
}

.social-links a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--cream-2);
  border: 1px solid #04293244;
  border-radius: 10px;
  transition: transform .2s
}

.social-links a:hover {
  transform: translateY(-3px)
}

.social-links img {
  width: 20px;
  height: 20px
}

.reveal,
.reveal.visible {
  opacity: 1;
  transform: none
}

.reveal.visible {
  animation: gentle-entry .3s ease-out
}

@keyframes gentle-entry {
  from {
    transform: translateY(9px)
  }

  to {
    transform: none
  }
}

.section-heading-row {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center
}

.section-heading-row .section-title {
  margin-bottom: 0
}

.rating-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.rating-pills a {
  display: flex;
  flex-direction: column;
  padding: 14px 22px;
  border: 1px solid #04293233;
  border-radius: 14px;
  font-size: 12px
}

.rating-pills b {
  font-size: 20px;
  font-family: var(--font-display)
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
  align-items: start
}

.review-pending {
  grid-column: 1/-1;
  padding: 20px 0;
  border-top: 1px solid #04293222;
  font-size: 14px
}

.review-card {
  border: 1px solid #04293233;
  border-radius: 18px;
  background: #fff;
  overflow: hidden
}

.review-card summary {
  padding: 24px;
  cursor: pointer;
  list-style: none
}

.review-card summary::-webkit-details-marker {
  display: none
}

.review-card h3 {
  font-size: 16px;
  margin-bottom: 4px
}

.review-card .review-city {
  font-size: 11px;
  opacity: .7
}

.review-preview {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 14px;
  font-size: 14px
}

.review-expand {
  font-size: 12px;
  display: block;
  margin-top: 14px;
  font-weight: 700
}

.review-card[open] .review-preview {
  display: none
}

.review-card .review-full {
  padding: 0 24px 24px;
  font-size: 14px
}

.review-full a {
  display: inline-block;
  margin-top: 16px;
  font-size: 12px
}

.review-full blockquote {
  margin: 0;
  white-space: pre-line
}

.mobile-order-bar {
  display: none
}

.inner-page main {
  padding-top: 73px
}

.editorial-hero,
.legal-hero {
  background: var(--warm-bg);
  color: var(--navy);
  padding: 72px 0 64px;
  border-bottom: 1px solid #04293222
}

.editorial-hero h1 {
  font-size: clamp(40px, 6.5vw, 84px);
  max-width: 17ch;
  font-weight: 900;
  line-height: 1.04
}

.editorial-hero em {
  font-style: normal;
  color: #08718a
}

.lead {
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.75;
  max-width: 54ch;
  margin-top: 24px
}

.editorial-hero .btn {
  margin-top: 28px
}

.editorial-hero .text-link+.eyebrow {
  margin-top: 32px
}

.catering-hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 45px
}

.catering-image {
  background: var(--navy);
  border-radius: 50% 50% 24px 24px;
  padding: 20px 20px 36px;
  transform: rotate(3deg);
  color: var(--yellow)
}

.catering-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain
}

.catering-image figcaption {
  font-family: var(--font-display);
  font-weight: 800;
  text-align: center;
  font-size: 19px
}

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

.feature-card {
  background: #fff0d5;
  padding: 32px;
  border: 1px solid #04293222;
  border-radius: 18px
}

.feature-card h3 {
  font-size: 22px;
  margin: 24px 0 16px
}

.feature-card p {
  font-size: 14px
}

.step {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 800;
  color: #08718a
}

.contact-panel {
  margin-top: 60px;
  padding: 32px;
  background: var(--yellow);
  border: 1px solid #04293244;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px
}

.contact-panel h2 {
  font-size: 28px;
  margin-bottom: 12px
}

.contact-panel p {
  font-size: 14px
}

.contact-panel .btn {
  white-space: normal;
  overflow-wrap: anywhere;
  flex-shrink: 0
}

.blog-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px
}

.blog-filters button {
  min-height: 44px;
  border: 1px solid #04293255;
  border-radius: 99px;
  padding: 9px 24px;
  font-size: 13px;
  font-weight: 700
}

.blog-filters button.is-active {
  background: var(--navy);
  color: var(--yellow)
}

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

.blog-card {
  border: 1px solid #04293233;
  border-radius: 20px;
  overflow: hidden;
  background: white;
  transition: transform .2s
}

.blog-card:hover {
  transform: translateY(-4px)
}

.blog-card[hidden] {
  display: none
}

.blog-art {
  aspect-ratio: 4/3;
  background: var(--warm-bg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px
}

.blog-card:nth-child(2) .blog-art {
  background: #ffd52d
}

.blog-card:nth-child(3) .blog-art {
  background: #1492af
}

.blog-art span {
  font: 900 96px/1 var(--font-display);
  letter-spacing: -.08em
}

.blog-art b {
  font-size: 13px;
  text-transform: uppercase
}

.blog-card-copy {
  padding: 24px
}

.blog-card h2 {
  font-size: 25px;
  margin-bottom: 16px
}

.blog-card p {
  font-size: 13px
}

.blog-card .text-link {
  display: inline-block;
  margin-top: 22px;
  font-size: 13px
}

.post-body {
  max-width: 800px;
  padding-block: 48px 80px
}

.post-body h2 {
  margin: 36px 0 18px;
  font-size: 30px
}

.post-body p {
  margin-bottom: 22px
}

.post-body figure {
  margin-bottom: 36px
}

.post-body img {
  border-radius: 18px;
  width: 100%
}

.post-body figcaption {
  font-size: 12px;
  margin-top: 10px
}

.post-body blockquote {
  border-left: 5px solid var(--orange);
  padding: 22px;
  margin-block: 30px;
  background: #fff0d5
}

.post-body .btn {
  margin-top: 30px
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 22px
}

.partner-card {
  max-width: 520px;
  border: 1px solid #04293233;
  padding: 28px;
  border-radius: 20px;
  background: white
}

.partner-logo {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 24px
}

.partner-logo img {
  width: 100%;
  height: 200px;
  object-fit: cover
}

.partner-card h2 {
  margin-bottom: 14px
}

.partner-card .text-link {
  display: inline-block;
  margin-top: 20px
}

.story-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px
}

.story-layout>div>p {
  max-width: 35ch
}

.timeline {
  border-left: 2px solid var(--orange);
  padding-left: 36px
}

.timeline article {
  position: relative;
  padding-bottom: 38px
}

.timeline article::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--navy-soft);
  position: absolute;
  left: -43px;
  top: 6px
}

.timeline-label {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .1em
}

.timeline h3 {
  margin: 12px 0;
  font-size: 27px
}

.timeline p {
  font-size: 14px
}

.ambassador-section {
  background: var(--navy);
  color: var(--cream);
  padding-top: 55px
}

.ambassador-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px
}

.ambassador-layout .eyebrow {
  color: var(--yellow)
}

.ambassador-layout h2 {
  font-size: clamp(38px, 6vw, 70px)
}

.ambassador-layout p {
  margin: 22px 0
}

.ambassador-layout .btn {
  background: var(--yellow);
  color: var(--navy);
  margin-bottom: 30px
}

.legal-hero h1 {
  font-size: clamp(30px, 4.5vw, 60px);
  max-width: 24ch
}

.legal-hero .legal-intro {
  font-size: 16px
}

.legal-body {
  background: #fffdf6;
  padding: 30px;
  border: 1px solid #04293220;
  border-radius: 16px
}

.legal-body h2 {
  font-family: var(--font-display);
  font-weight: 700;
  margin: 32px 0 16px;
  font-size: 25px;
  scroll-margin-top: 100px
}

.legal-body h2:first-child {
  margin-top: 0
}

.legal-body p,
.legal-body li {
  font-size: 14px;
  line-height: 1.85
}

.legal-toc {
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow: auto
}

.legal-table-wrap {
  max-width: 100%;
  margin-block: 22px;
  overflow: auto
}

.legal-body table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px
}

.legal-body th,
.legal-body td {
  border: 1px solid #04293233;
  padding: 12px;
  vertical-align: top;
  min-width: 110px
}

.legal-body th {
  background: var(--yellow);
  text-align: left
}

.legal-body td p,
.legal-body th p {
  margin: 0;
  font-size: 13px
}

.legal-body tr:nth-child(even) {
  background: #fff0d5
}

.error-main {
  background: var(--warm-bg);
  padding-block: 60px
}

.error-content {
  color: var(--navy)
}

.error-number {
  font-weight: 900;
  color: var(--navy)
}

.error-actions .btn-ghost {
  color: var(--navy);
  border-color: var(--navy)
}

.consent-panel {
  position: fixed;
  z-index: 160;
  bottom: 20px;
  left: 20px;
  width: min(460px, calc(100% - 40px));
  border: 2px solid var(--navy);
  padding: 24px;
  border-radius: 18px;
  background: var(--cream-2);
  box-shadow: 0 10px 40px #04293230;
  color: var(--navy)
}

.consent-panel[hidden] {
  display: none
}

.consent-panel h2 {
  font-size: 23px;
  margin-bottom: 12px
}

.consent-panel p {
  font-size: 12px;
  line-height: 1.65;
  margin-bottom: 15px
}

.consent-options {
  display: flex;
  gap: 16px;
  margin-bottom: 15px;
  font-size: 12px
}

.consent-options label {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 44px
}

.consent-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.consent-actions button {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid var(--navy);
  border-radius: 9px;
  min-height: 44px;
  font-size: 11px;
  font-weight: 700
}

.consent-actions button:hover {
  background: var(--yellow)
}

@media(min-width:901px) and (max-width:1100px) {
  .desktop-nav {
    display: none
  }

  .burger {
    display: flex
  }

  .navbar .brand {
    flex-basis: 200px
  }

  .nav-actions .btn-primary {
    display: none
  }
}

@media(max-width:900px) {
  .hero {
    padding-top: 108px
  }

  .hero-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px
  }

  .hero-left {
    align-items: flex-start;
    text-align: left
  }

  .hero-right {
    order: 0;
    max-width: 650px;
    width: 100%;
    margin: 0
  }

  .hero-title {
    font-size: clamp(40px, 8vw, 68px)
  }

  .hero-actions {
    justify-content: flex-start
  }

  .hero-stats {
    justify-content: flex-start
  }

  .hero-stats li {
    align-items: flex-start
  }

  .hero-sub {
    margin: 0
  }

  .hero-photo {
    aspect-ratio: 16/10
  }

  .hero-locations {
    justify-items: start;
    text-align: left;
    gap: 12px
  }

  .hero-location-links {
    width: 100%;
    grid-template-columns: 1fr 1fr
  }

  .club {
    grid-template-columns: 1fr 1fr;
    padding: 32px;
    gap: 20px
  }

  .club .btn {
    white-space: normal;
    font-size: 12px;
    padding: 15px
  }

  .club-visual img {
    height: 380px
  }

  .club-slogan {
    width: 190px
  }

  .club-title {
    font-size: 38px
  }

  .feature-grid,
  .blog-grid {
    grid-template-columns: 1fr 1fr
  }

  .catering-hero {
    gap: 24px
  }

  .catering-hero h1 {
    font-size: 48px
  }

  .catering-image figcaption {
    font-size: 14px
  }

  .contact-panel {
    flex-wrap: wrap
  }

  .story-layout {
    gap: 40px
  }

  .review-grid {
    grid-template-columns: 1fr
  }

  .section-heading-row {
    align-items: flex-start
  }

  .legal-toc {
    max-height: none;
    position: static
  }

  .inner-page main {
    padding-top: 73px
  }
}

@media(max-width:600px) {
  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom))
  }

  .container {
    width: calc(100% - 36px)
  }

  .navbar .brand {
    flex-basis: 165px;
    width: 165px
  }

  .navbar {
    min-height: 51px
  }

  .navbar .brand img {
    height: 56px
  }

  .site-header {
    padding: 7px 0
  }

  .hero {
    padding-top: 98px;
    padding-bottom: 28px
  }

  .hero-title {
    font-size: clamp(34px, 9.4vw, 55px);
    letter-spacing: -.06em;
    margin: 10px 0 18px
  }

  .hero-sub {
    font-size: 14px;
    line-height: 1.7
  }

  .hero .eyebrow {
    margin: 0;
    font-size: 10px
  }

  .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 22px
  }

  .hero-actions .btn {
    justify-content: center;
    min-height: 50px
  }

  .hero-actions .btn-ghost {
    border: 0;
    text-decoration: underline;
    text-underline-offset: 5px;
    min-height: 40px;
    padding: 8px;
    font-size: 11px
  }

  .hero-stats {
    gap: 32px;
    width: 100%;
    margin-top: 16px;
    padding-top: 16px
  }

  .hero-stats strong {
    font-size: 26px
  }

  .hero-right {
    max-width: none;
    width: 100%
  }

  .hero-photo {
    border-radius: 14px;
    aspect-ratio: 16/10;
    box-shadow: 5px 5px 0 #04293218
  }

  .hero-promo-track {
    border-radius: 12px
  }

  .hero-inner {
    gap: 28px
  }

  .hero-locations {
    margin-top: 20px
  }

  .hero-location-link {
    background: #fff8ec99
  }

  .hero-locations-label {
    font-size: 9px
  }

  .hero-location-link strong {
    font-size: 12px
  }

  .hero .social-links {
    margin-top: 16px
  }

  .menu-tabs {
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0 -18px 24px;
    padding: 0 18px 10px;
    scrollbar-width: thin
  }

  .tab {
    flex-shrink: 0
  }

  .section-title {
    margin-bottom: 26px
  }

  .menu-grid {
    grid-template-columns: 1fr
  }

  .menu-image {
    aspect-ratio: 16/9
  }

  .menu-card-body {
    padding: 20px
  }

  .menu-card h3 {
    font-size: 22px
  }

  .club {
    grid-template-columns: 1fr;
    padding: 26px 22px;
    gap: 24px
  }

  .club-title {
    font-size: 40px
  }

  .club-slogan {
    width: 190px
  }

  .club-text p {
    font-size: 14px
  }

  .club-visual img {
    height: 410px
  }

  .wallet-brands span {
    font-size: 10px;
    padding: 8px
  }

  .club .btn {
    font-size: 12px;
    width: 100%;
    justify-content: center
  }

  .club-visual figcaption {
    font-size: 10px
  }

  .section-heading-row {
    flex-direction: column
  }

  .rating-pills {
    width: 100%
  }

  .rating-pills a {
    flex: 1;
    padding: 12px
  }

  .rating-pills b {
    font-size: 18px
  }

  .reviews-section {
    padding-block: 48px
  }

  .cta-inner {
    text-align: left
  }

  .cta-action {
    align-items: stretch
  }

  .cta-mark {
    display: none
  }

  .cta-action .btn {
    justify-content: center
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .footer-brand img {
    width: 220px
  }

  .footer-col h4 {
    font-size: 15px
  }

  .footer-bottom {
    margin-top: 24px
  }

  .mobile-order-bar {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    align-items: center;
    gap: 8px;
    position: fixed;
    z-index: 95;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: var(--cream-2);
    border-top: 1px solid #04293233;
    box-shadow: 0 -4px 24px #04293215
  }

  .mobile-order-bar>a {
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    padding: 12px 0
  }

  .mobile-order-bar .btn {
    padding: 12px 8px;
    font-size: 12px;
    justify-content: center
  }

  .to-top {
    bottom: 96px
  }

  .inner-page main {
    padding-top: 72px
  }

  .editorial-hero,
  .legal-hero {
    padding: 44px 0 40px
  }

  .editorial-hero h1 {
    font-size: clamp(35px, 10vw, 52px)
  }

  .lead {
    font-size: 15px;
    margin-top: 20px
  }

  .catering-hero,
  .feature-grid,
  .blog-grid,
  .story-layout,
  .ambassador-layout {
    grid-template-columns: 1fr
  }

  .catering-image {
    max-width: 360px;
    margin-top: 20px
  }

  .feature-card {
    padding: 24px
  }

  .feature-card h3 {
    margin-top: 14px
  }

  .contact-panel {
    padding: 24px;
    margin-top: 36px
  }

  .contact-panel h2 {
    font-size: 26px
  }

  .contact-panel .btn {
    font-size: 12px;
    max-width: 100%
  }

  .blog-art {
    aspect-ratio: 16/9
  }

  .blog-art span {
    font-size: 72px
  }

  .blog-card h2 {
    font-size: 26px
  }

  .story-layout {
    gap: 26px
  }

  .timeline {
    padding-left: 26px
  }

  .timeline article::before {
    left: -33px
  }

  .ambassador-layout h2 {
    font-size: 46px
  }

  .ambassador-layout .btn {
    font-size: 12px;
    white-space: normal
  }

  .ambassador-layout img {
    width: 100%
  }

  .legal-layout {
    padding-block: 28px;
    gap: 20px
  }

  .legal-body {
    padding: 20px 16px
  }

  .legal-hero h1 {
    font-size: clamp(28px, 8vw, 42px);
    overflow-wrap: anywhere
  }

  .legal-body h2 {
    font-size: 22px
  }

  .legal-body p,
  .legal-body li {
    font-size: 13px
  }

  .legal-toc {
    padding: 18px
  }

  .legal-toc a {
    font-size: 12px
  }

  .consent-panel {
    bottom: calc(83px + env(safe-area-inset-bottom));
    left: 12px;
    width: calc(100% - 24px);
    padding: 18px;
    max-height: 70svh;
    overflow: auto
  }

  .consent-panel h2 {
    font-size: 21px
  }
}

@media(prefers-reduced-motion:reduce) {
  .reveal.visible {
    animation: none
  }

  .hero-promo-slide {
    transition: none
  }

  .marquee-track {
    animation: none
  }
}

@media print {

  .site-header,
  .mobile-menu,
  .menu-backdrop,
  .site-footer,
  .mobile-order-bar,
  .to-top,
  .consent-panel,
  .legal-toc {
    display: none !important
  }

  .inner-page main {
    padding: 0
  }

  .legal-hero {
    background: white;
    color: black
  }

  .legal-body {
    border: 0;
    padding: 0
  }

  .legal-layout {
    display: block
  }

  .legal-body h2 {
    break-after: avoid
  }

  .legal-body table {
    font-size: 10pt
  }

  body {
    padding: 0
  }
}

/* Source promos are 1080 × 1350: keep the full 4:5 artwork, never stretch or crop it. */
.hero-right {
  width: min(100%, 420px);
  justify-self: center
}

.hero-photo {
  aspect-ratio: 4/5
}

.hero-promo-slide.ambassador {
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 20% 15%, #1492af, #042932 80%)
}

.hero-promo-slide.ambassador img {
  padding-top: 0;
  height: auto;
  object-fit: contain;
  margin-top: 60px
}

.promo-label {
  top: 32px;
  left: 26px;
  right: 20px;
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.03em
}

.navbar .brand img {
  height: auto;
  max-height: 46px;
  object-fit: contain
}

@media(max-width:900px) {
  .hero-right {
    justify-self: start;
    width: min(100%, 420px)
  }
}

@media(max-width:600px) {
  .hero-right {
    width: 100%
  }

  .hero-photo {
    aspect-ratio: 4/5
  }

  .navbar .brand img {
    max-height: 42px
  }

  .promo-label {
    font-size: 24px
  }
}

#locations .eyebrow,
#faq .eyebrow {
  color: var(--yellow)
}

.location-card h3,
.order-panel h2 {
  font-weight: 800;
  line-height: 1.15
}

.faq-q {
  font-weight: 700;
  letter-spacing: -.025em;
  text-transform: none
}

.faq-a a,
.faq-a .order-inline {
  color: var(--yellow);
  text-decoration: underline;
  text-underline-offset: 3px
}

@media(max-width:600px) {
  .faq-q {
    font-size: 17px;
    padding: 18px
  }

  .faq-a p {
    font-size: 13px;
    padding: 0 18px 20px
  }
}

/* ======================================================================
   Revision 2 — orange/yellow surfaces with blue/navy cards. Shared by ALL pages.
   White is reserved for readable text and original logo artwork, not surfaces.
   ====================================================================== */
:root {
  --secondary-bg: radial-gradient(ellipse at 100% 0%, #1492af 0%, transparent 75%), linear-gradient(145deg, #0b5061, #042932 75%);
  --surface-text: #f3f5f4;
  --surface-muted: #d2dfe1;
}

body {
  background: var(--warm-bg);
}

.site-header,
.site-header.sticky {
  background: linear-gradient(112deg, #042932 12%, #0b5061 70%, #1492af 135%);
  border-bottom: 1px solid #f6944566;
  color: var(--surface-text);
}

.desktop-nav a {
  color: var(--surface-text);
  font-size: 14px;
  padding-inline: 10px;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--yellow);
  background: #1492af33;
}

.desktop-nav a::after {
  background: var(--orange);
}

.nav-actions .btn-primary,
.mobile-menu .btn-primary {
  background: linear-gradient(120deg, var(--orange), var(--yellow));
  color: var(--navy);
  border-color: var(--orange);
  box-shadow: none;
}

.nav-actions .btn-primary:hover {
  background: var(--yellow);
}

.burger {
  background: #1492af44;
  border-color: #f6944580;
}

.burger span {
  background: var(--yellow);
}

.mobile-menu {
  background: var(--secondary-bg);
  color: var(--surface-text);
}

.mobile-menu nav a {
  color: var(--surface-text);
  border-color: #1492af66;
  font-size: 22px;
}

.mobile-menu nav a:hover {
  color: var(--yellow);
}

.hero-right {
  width: min(100%, 480px);
}

.hero-photo {
  border: 2px solid var(--orange);
  box-shadow: 10px 12px 0 #04293220;
}

.promo-controls {
  justify-content: center;
}

.hero-location-link {
  background: var(--secondary-bg);
  color: var(--surface-text);
  border-color: #1492af80;
}

.hero-location-link small {
  color: var(--orange);
}

.hero-location-link .location-pin {
  color: var(--yellow);
}

.hero-location-link:hover {
  background: linear-gradient(125deg, #0b5061, #042932);
  border-color: var(--orange);
}

.social-links a {
  background: var(--secondary-bg);
  border: 1px solid #1492af88;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  padding: 7px;
}

.social-links img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 5px;
}

#menu .menu-card {
  background: var(--secondary-bg);
  color: var(--surface-text);
  border-color: #1492af80;
}

#menu .menu-card h3 {
  color: var(--orange);
}

#menu .menu-card p {
  color: var(--surface-muted);
}

#menu .menu-price {
  color: var(--yellow);
}

#menu .menu-foot {
  border-top-color: #1492af88;
}

#menu .menu-card button,
#menu .menu-card a {
  background: linear-gradient(120deg, var(--orange), var(--yellow));
  color: var(--navy);
  border-color: var(--orange);
}

#menu .menu-tagpill {
  background: var(--navy);
  color: var(--yellow);
}

#menu .menu-card .small-note {
  color: var(--surface-muted);
}

#menu .tab {
  background: #ffd52d88;
}

#menu .tab:hover {
  background: var(--yellow);
}

#menu .tab.is-active {
  background: var(--secondary-bg);
  color: var(--yellow);
}

/* The previous menu's lower-right orange continues into the location's upper-right. */
#locations {
  background: linear-gradient(to bottom left, #ffbc74 0%, #f69445 36%, #ffd52d 100%);
  color: var(--navy);
}

#locations .eyebrow {
  color: var(--navy);
}

#locations .section-title {
  color: var(--navy);
}

#locations .section-title span {
  color: #0b5061;
}

/* Location cards deliberately retain their existing blue treatment. */
.club {
  background-color: var(--yellow);
  background-image: radial-gradient(circle, #04293220 1px, transparent 1.6px),
    repeating-linear-gradient(-35deg, transparent 0 42px, #f6944528 42px 44px),
    radial-gradient(ellipse at 100% 90%, #f6944580, transparent 70%);
  background-size: 18px 18px, auto, auto;
}

.club-art-heading {
  position: relative;
  overflow: hidden;
  width: min(100%, 510px);
  aspect-ratio: 3 / 1;
  margin: 8px 0 28px;
  border-radius: 12px;
}

.club-art-heading img {
  position: absolute;
  width: 100%;
  max-width: none;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

.wallet-brands {
  gap: 12px;
  margin-top: 26px;
}

.wallet-brands span {
  background: var(--secondary-bg);
  color: var(--surface-text);
  min-height: 60px;
  padding: 14px 18px;
  border: 1px solid #1492af;
  border-radius: 14px;
  font-size: 14px;
  gap: 10px;
}

.wallet-brands img {
  width: 34px;
  height: 34px;
}

#faq {
  background: linear-gradient(135deg, #f69445, #ffd52d);
  color: var(--navy);
}

#faq .eyebrow {
  color: var(--navy);
}

#faq .section-title span {
  color: #0b5061;
}

.faq-item,
.faq-item.open {
  background: var(--secondary-bg);
  border-color: #1492af88;
}

.faq-q {
  color: var(--surface-text);
}

.faq-q:hover {
  color: var(--orange);
}

.faq-a p {
  color: var(--surface-muted);
}

.reviews-section {
  background: linear-gradient(155deg, #ffd52d, #f69445);
  color: var(--navy);
}

.rating-pills a {
  background: var(--secondary-bg);
  border-color: #1492af;
  color: var(--surface-text);
}

.rating-pills b {
  color: var(--yellow);
}

.review-grid {
  display: block;
}

.reviews-collection {
  border: 1px solid #1492af;
  border-radius: 20px;
  overflow: hidden;
  background: var(--secondary-bg);
  color: var(--surface-text);
}

.reviews-collection>summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  cursor: pointer;
  padding: 26px 30px;
  list-style: none;
}

.reviews-collection>summary::-webkit-details-marker {
  display: none;
}

.review-summary-copy {
  max-width: 72ch;
  min-width: 0;
}

.review-summary-copy .eyebrow,
.review-card .eyebrow {
  color: var(--yellow);
  display: block;
  font-size: 10px;
}

.review-summary-copy h3,
.review-card h3 {
  color: var(--orange);
  font-size: 19px;
}

.review-preview {
  -webkit-line-clamp: 2;
  margin-top: 10px;
  color: var(--surface-muted);
  font-size: 14px;
}

.review-expand {
  flex-shrink: 0;
  margin: 0;
  padding: 12px 18px;
  background: var(--orange);
  border-radius: 99px;
  color: var(--navy);
  text-align: center;
  font-size: 12px;
}

.reviews-expanded {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 24px 24px;
}

.review-card {
  background: #042932cc;
  color: var(--surface-muted);
  border: 1px solid #1492af88;
  padding: 24px;
}

.review-card blockquote {
  margin-top: 18px;
  font-size: 14px;
  white-space: pre-line;
}

.review-card .text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--yellow);
  font-size: 12px;
}

.reviews-collection[open] .review-summary-copy {
  display: none;
}

.reviews-collection[open]>summary {
  justify-content: space-between;
}

.reviews-collection[open]>summary::before {
  content: 'Kõik arvustused';
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 21px;
}

/* Every secondary page follows the same warm surfaces, including legal and posts. */
.inner-page,
.inner-page .section,
.post-body {
  background: var(--warm-bg);
}

.catering-image {
  width: min(100%, 440px);
  justify-self: center;
  margin: 0;
  padding: 0;
  transform: none;
  border-radius: 22px;
  overflow: hidden;
  background: var(--secondary-bg);
  border: 2px solid var(--orange);
  box-shadow: 10px 12px 0 #04293220;
}

.catering-image img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.catering-image figcaption {
  padding: 16px;
  color: var(--yellow);
  font-size: 16px;
}

.feature-card {
  background: #ffd52d80;
  border-color: #04293255;
  color: var(--navy);
}

.feature-card .step {
  color: #0b5061;
}

.blog-card,
.partner-card {
  background: var(--secondary-bg);
  color: var(--surface-text);
  border-color: #1492af;
}

.blog-card-copy .eyebrow,
.partner-card .eyebrow {
  color: var(--yellow);
}

.blog-card h2,
.partner-card h2 {
  color: var(--orange);
}

.blog-card-copy p,
.partner-card p {
  color: var(--surface-muted);
}

.blog-card .text-link,
.partner-card .text-link {
  color: var(--yellow);
}

.blog-art {
  color: var(--navy);
}

.blog-filters button {
  background: #ffd52d77;
}

.blog-filters button.is-active {
  background: var(--secondary-bg);
}

.post-body {
  background: transparent;
}

.post-body blockquote {
  background: var(--secondary-bg);
  color: var(--surface-text);
}

.legal-layout {
  background: transparent;
}

.legal-body,
.legal-toc {
  background: var(--secondary-bg);
  color: var(--surface-text);
  border-color: #1492af77;
}

.legal-body h2,
.legal-body h3 {
  color: var(--orange);
}

.legal-body p,
.legal-body li {
  color: var(--surface-muted);
}

.legal-body th {
  background: var(--yellow);
  color: var(--navy);
}

.legal-body th p {
  color: var(--navy);
}

.legal-body td,
.legal-body th {
  border-color: #1492af88;
}

.legal-body tr:nth-child(even) {
  background: #1492af24;
}

.legal-body tr:nth-child(odd) {
  background: #04293266;
}

.legal-toc a:hover,
.legal-body a:hover {
  color: var(--yellow);
}

.legal-toc>p {
  color: var(--yellow);
}

.legal-company {
  background: #1492af33;
}

.mobile-order-bar {
  background: var(--secondary-bg);
  color: var(--surface-text);
  border-color: #1492af;
}

.mobile-order-bar .btn-primary {
  background: linear-gradient(125deg, var(--orange), var(--yellow));
  color: var(--navy);
  border-color: var(--orange);
  box-shadow: none;
}

.consent-panel {
  background: var(--secondary-bg);
  color: var(--surface-text);
  border-color: var(--orange);
}

.consent-panel h2 {
  color: var(--orange);
}

.consent-actions button {
  border-color: var(--orange);
}

.consent-actions button:hover {
  color: var(--navy);
}

@media(max-width:1100px) {
  .hero-right {
    width: min(100%, 460px);
  }
}

@media(max-width:900px) {
  .reviews-expanded {
    grid-template-columns: 1fr;
  }

  .wallet-brands span {
    padding: 12px;
    font-size: 12px;
  }

  .club-art-heading {
    margin-bottom: 20px;
  }

  .catering-image {
    max-width: 380px;
  }
}

@media(max-width:600px) {
  .hero-right {
    width: 100%;
  }

  .hero-location-link {
    background: var(--secondary-bg);
  }

  .wallet-brands span {
    padding: 12px 14px;
    min-height: 58px;
  }

  .wallet-brands img {
    width: 30px;
    height: 30px;
  }

  .club-art-heading {
    width: 100%;
    aspect-ratio: 3;
  }

  .reviews-collection>summary {
    flex-direction: column;
    align-items: stretch;
    padding: 22px;
    gap: 18px;
  }

  .reviews-expanded {
    padding: 0 16px 16px;
  }

  .review-card {
    padding: 20px;
  }

  .review-summary-copy h3 {
    font-size: 18px;
  }

  .reviews-collection[open]>summary {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

  .reviews-collection[open]>summary::before {
    font-size: 18px;
  }

  .catering-image {
    margin-top: 20px;
  }
}

/* Long legal documents keep a darker reading surface across their full height. */
.legal-body,
.legal-toc {
  background: linear-gradient(110deg, #042932, #0b5061);
}

/* Revision 3: dominant brand colours + the smaller footer icons requested in chat. */
:root {
  --warm-bg: radial-gradient(ellipse at 100% 0%, #ffd52d 0%, #f69445 70%);
  --secondary-bg: radial-gradient(ellipse at 100% 0%, #1492af 0%, #042932 70%);
}

.social-links a {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
}

.social-links img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.social-links a[aria-label*="facebook"] {
  background: #1877f2;
}

.social-links a[aria-label*="instagram"] {
  background: linear-gradient(45deg, #ffdc80, #fd1d1d, #c13584, #833ab4);
}

.social-links a[aria-label*="tiktok"] {
  background: #000;
}

.site-footer .social-links img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}

.menu-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Revision 4: brighter yellow accents on blue reading surfaces. */
#menu .menu-card h3,
.review-summary-copy h3,
.review-card h3,
.blog-card h2,
.partner-card h2,
.legal-body h2,
.legal-body h3,
.consent-panel h2 {
  color: var(--yellow);
}

/* Equal clickable boxes, with every icon centred. */
.site-footer .social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-footer .social-links a.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
}

/* Shorter YouTube logo, vertically centred beside the others. */
.site-footer .social-links a.social-icon--youtube>svg {
  display: block;
  width: 36px;
  height: 25px;
  margin: 0;
  flex-shrink: 0;
}

.site-footer .social-links a.social-icon--youtube>svg {
  transform: translateY(-5px);
}