/* ==========================================================================
   Mountfield Winery - Stylesheet
   Colours: warm bronze/tan accent on white, elegant serif + clean sans-serif
   ========================================================================== */

/* ---------- Reset & Base ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

/* Classic theme (default) - matches original Mountfield site */
:root {
  --gold: #bfab8a;
  --gold-light: rgba(191, 171, 138, 0.15);
  --gold-dark: #a89470;
  --text: #fff8de;
  --text-light: #b2b2b2;
  --bg: #3d3d3c;
  --bg-cream: #353534;
  --bg-dark: #2a2a29;
  --border: rgba(255, 255, 255, 0.1);
  --white: #ffffff;
  --nav-height: 100px;
  --section-pad: 100px;
  --card-bg: #454544;
  --input-bg: #353534;
}

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: 'Outfit', 'Helvetica Neue', Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

/* ---------- Image Enhancement ---------- */
/* Subtle contrast + saturation lift for content images */
.two-col__image img,
.gallery-card img,
.event-card__image img,
.cabin-gallery img,
.page-hero__img,
figure img {
  filter: contrast(1.08) saturate(1.12) brightness(1.02);
  transition: filter 0.6s ease, transform 0.6s ease;
}

/* Richer depth on framed images */
.two-col__image,
figure {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.two-col__image::after,
figure::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  z-index: 1;
}

/* Hover lift on interactive images */
.two-col__image:hover img,
.gallery-card:hover img,
.event-card:hover .event-card__image img {
  filter: contrast(1.1) saturate(1.18) brightness(1.06);
}
a { color: var(--gold-dark); text-decoration: none; transition: color 0.3s; }
a:hover { color: var(--gold); }
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 400;
  line-height: 1.3;
  color: var(--text);
}

h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 3vw, 1.6rem); }

.section-subtitle {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 12px;
}

.gold-line {
  width: 60px;
  height: 2px;
  background: var(--gold);
  margin: 20px auto 0;
}

/* ---------- Navigation ---------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: rgba(61, 61, 60, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  height: var(--nav-height);
  transition: background 0.3s, box-shadow 0.3s;
}

.nav.scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.nav__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav__logo img {
  height: 90px;
  width: auto;
}

.nav__logo span {
  display: none;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.nav__links a {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  padding: 4px 0;
  transition: color 0.3s;
}

.nav__links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--gold);
  transition: width 0.3s;
}

.nav__links a:hover { color: var(--gold-dark); }
.nav__links a:hover::after,
.nav__links a.active::after { width: 100%; }

.nav__links .nav-shop {
  background: var(--gold);
  color: var(--white);
  padding: 10px 24px;
  border-radius: 2px;
  letter-spacing: 1.5px;
  transition: background 0.3s;
}

.nav__links .nav-shop::after { display: none; }
.nav__links .nav-shop:hover { background: var(--gold-dark); color: var(--white); }

/* Mobile menu toggle */
.nav__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.nav__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  margin: 6px 0;
  transition: all 0.3s;
}

.nav__toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }

/* ---------- Hero ---------- */
.hero {
  margin-top: var(--nav-height);
  height: calc(100vh - var(--nav-height));
  min-height: 500px;
  position: relative;
  background: #111;
}

.hero__photo,
.hero__illustration {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.hero__photo { z-index: 1; }

.hero__illustration {
  z-index: 2;
  transition: opacity 4s ease;
}

.hero__illustration.revealed {
  opacity: 0;
  transition: opacity 1.5s ease;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.45) 100%);
  z-index: 3;
}

.hero__logo {
  position: absolute;
  top: 3.5%;
  left: calc(50% - 8px);
  transform: translateX(-50%);
  z-index: 4;
}

.hero__logo img {
  height: 140px;
  width: auto;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));
}

/* Scroll hint */
.hero__scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  z-index: 5;
  text-align: center;
  color: var(--white);
  opacity: 0.6;
  animation: heroBounce 2.5s infinite;
}

.hero__scroll-hint span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 6px;
}

.hero__scroll-hint i {
  font-size: 0.85rem;
}

@keyframes heroBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* ---------- Page Hero Banner ---------- */
.page-hero {
  margin-top: var(--nav-height);
  position: relative;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.page-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
}

.page-hero__content h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--white);
  margin-bottom: 10px;
}

/* Scroll-reveal sketch overlay for story images */
.reveal-image {
  position: relative;
}

.reveal-image .reveal-sketch {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  transition: opacity 5.5s ease;
}

.reveal-image .reveal-sketch.revealed {
  opacity: 0;
}

/* ---------- Sections ---------- */
.section {
  padding: var(--section-pad) 0;
}

.section--cream { background: var(--bg-cream); }
.section--dark { background: #2a2a29; color: var(--white); }
.section--dark h2, .section--dark h3 { color: var(--white); }
.section--dark .section-subtitle { color: var(--gold); }

.section__header {
  text-align: center;
  margin-bottom: 60px;
}

/* ---------- Story / Two-column ---------- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.two-col--reverse { direction: rtl; }
.two-col--reverse > * { direction: ltr; }

.two-col__text p {
  margin-bottom: 16px;
  color: var(--text-light);
}

.two-col__image {
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 4px 12px rgba(0, 0, 0, 0.2);
}

.two-col__image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.6s;
}


/* ---------- Awards ---------- */
.awards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  flex-wrap: wrap;
}

.award-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 240px;
}

.award-card img {
  height: 140px;
  width: auto;
  margin-bottom: 20px;
}

.award-card__medal {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.award-card__name {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}

/* ---------- Wine Cards (Homepage) ---------- */
.wines-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.wine-card {
  text-align: center;
  padding: 40px 24px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: box-shadow 0.3s, transform 0.3s;
  position: relative;
}

.wine-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.wine-card img {
  height: 280px;
  width: auto;
  margin: 0 auto 24px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transition: transform 0.5s;
}

.wine-card:hover img {
  transform: scale(1.05);
}

.wine-card::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 0;
  pointer-events: none;
}

.wine-card:hover::before {
  opacity: 1;
}

.wine-card--classic::before {
  background: rgba(198, 168, 100, 0.7);
}

.wine-card--rose::before {
  background: rgba(200, 100, 120, 0.65);
}

.wine-card--blanc::before {
  background: rgba(220, 210, 160, 0.65);
}

.wine-card h3 { margin-bottom: 8px; }

.wine-card p {
  font-size: 0.9rem;
  color: var(--text-light);
  margin-bottom: 16px;
}

.wine-card .price {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold-dark);
}

/* ---------- Gallery Grid ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-card {
  position: relative;
  border-radius: 4px;
  aspect-ratio: 4 / 3;
  cursor: pointer;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.gallery-card:hover img { transform: scale(1.08); }

.gallery-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 50%);
  display: flex;
  align-items: flex-end;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.3s;
}

.gallery-card:hover .gallery-card__overlay { opacity: 1; }

.gallery-card__overlay h3 {
  color: var(--white);
  font-size: 1.2rem;
}

/* ---------- Promo Banner ---------- */
.promo-banner {
  position: relative;
  background: url('../img/gallery/events-01.jpg') center/cover no-repeat;
}

.promo-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
}

.promo-banner__inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 40px;
  text-align: center;
}

.promo-banner__content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 4.2rem;
  color: #fff;
  margin-bottom: 24px;
}

.promo-banner__content p {
  font-size: 1.35rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.75;
  max-width: 700px;
  margin: 0 auto 40px;
}

.promo-banner__details {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.promo-banner__when {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 600;
}

.promo-banner__when i {
  color: var(--gold);
  margin-right: 8px;
}

.promo-banner__scroll {
  margin-top: 36px;
  color: rgba(255,255,255,0.5);
  font-size: 2rem;
  animation: promo-bounce 2s ease-in-out infinite;
}

@keyframes promo-bounce {
  0%, 100% { transform: translateY(0); opacity: 0.5; }
  50% { transform: translateY(8px); opacity: 1; }
}

@media (max-width: 768px) {
  .promo-banner__inner { padding: 48px 24px; }
  .promo-banner__content h2 { font-size: 2rem; }
  .promo-banner__details { gap: 16px; flex-direction: column; }
}

/* ---------- Events ---------- */
.events-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.events-summary {
  text-align: center;
  padding: 0 0 8px;
  color: var(--text-light);
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Outfit', sans-serif;
}

.events-month {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 24px 0 8px;
  border-bottom: 1px solid var(--border);
  margin-top: 8px;
}

.events-month h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--text);
  margin: 0;
}

.events-month__year {
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  color: var(--text-light);
  letter-spacing: 1px;
}

/* Seasonal month icons */
.events-month__icon {
  font-size: 1rem;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.events-month:hover .events-month__icon { opacity: 1; }

/* Seasonal accent colours */
.events-month--spring { border-bottom-color: rgba(124, 179, 66, 0.4); }
.events-month--spring .events-month__icon { color: #7cb342; }
.events-month--summer { border-bottom-color: rgba(212, 168, 67, 0.45); }
.events-month--summer .events-month__icon { color: #d4a843; }
.events-month--autumn { border-bottom-color: rgba(188, 120, 50, 0.4); }
.events-month--autumn .events-month__icon { color: #bc7832; }
.events-month--winter { border-bottom-color: rgba(160, 180, 200, 0.35); }
.events-month--winter .events-month__icon { color: #a0b4c8; }

/* Light mode seasonal */
body[data-theme="light"] .events-month--spring { border-bottom-color: rgba(124, 179, 66, 0.35); }
body[data-theme="light"] .events-month--summer { border-bottom-color: rgba(212, 168, 67, 0.4); }
body[data-theme="light"] .events-month--autumn { border-bottom-color: rgba(188, 120, 50, 0.35); }
body[data-theme="light"] .events-month--winter { border-bottom-color: rgba(160, 180, 200, 0.4); }

.event-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 0;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: box-shadow 0.3s, transform 0.3s;
}

.event-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  transform: translateY(-4px);
}

/* Featured / Next Up card */
.event-card--featured {
  grid-template-columns: 380px 1fr;
  border-color: var(--gold);
  border-width: 2px;
  position: relative;
}

.event-card__image {
  height: 100%;
  min-height: 220px;
  position: relative;
}

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

.event-card__next-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--gold);
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 2px;
}

.event-card__body {
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-card__countdown {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--gold);
  margin-bottom: 10px;
}

.event-card__date {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.event-card__date i {
  font-size: 1.1rem;
  color: var(--gold);
}

.event-card__body h3 { margin-bottom: 16px; font-size: 1.7rem; }

.event-card__body p {
  color: var(--text-light);
  font-size: 1.05rem;
  margin-bottom: 28px;
  line-height: 1.75;
}

.event-card__footer {
  display: flex;
  align-items: center;
  gap: 20px;
}

.event-card__price {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gold-dark);
}

.event-card__free {
  font-size: 0.95rem;
  color: var(--text-light);
  font-style: italic;
}

.event-card__no-booking {
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.5px;
}

.event-card__avail {
  font-size: 0.8rem;
  color: var(--text-light);
}

.event-card__avail--low {
  color: #c44;
  font-weight: 600;
}

.event-card__avail--sold-out {
  color: #c44;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

.event-card__sold-out {
  font-size: 0.9rem;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Booking Modal */
.booking-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.booking-modal {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 32px;
  position: relative;
}

.booking-modal h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.booking-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  color: var(--text-light);
  font-size: 24px;
  cursor: pointer;
}

.booking-modal__close:hover {
  color: var(--text);
}

.event-card__calendar {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-light);
  background: none;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 6px 14px;
  cursor: pointer;
  transition: color 0.25s, border-color 0.25s;
  margin-left: auto;
}
.event-card__calendar:hover {
  color: var(--gold);
  border-color: var(--gold);
}
body[data-theme="light"] .section .event-card__calendar {
  color: #7a7a78;
  border-color: rgba(0,0,0,0.15);
}
body[data-theme="light"] .section .event-card__calendar:hover {
  color: #a89470;
  border-color: #bfab8a;
}

/* ---------- Shop ---------- */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 32px;
}

.product-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: box-shadow 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.product-card__image {
  background: var(--bg-dark);
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.product-card__image::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

.product-card:hover .product-card__image::before {
  opacity: 1;
}

/* Wine glow colours */
.product-card--classic .product-card__image::before {
  background: rgba(198, 168, 100, 0.7);
}

.product-card--rose .product-card__image::before {
  background: rgba(200, 100, 120, 0.65);
}

.product-card--blanc .product-card__image::before {
  background: rgba(220, 210, 160, 0.65);
}

.product-card--voucher .product-card__image::before {
  background: rgba(198, 168, 100, 0.5);
}

.product-card__image img {
  height: 90%;
  width: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transition: transform 0.5s;
}

.product-card:hover .product-card__image img {
  transform: scale(1.05);
}

.product-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-card__body h3 { margin-bottom: 8px; font-size: 1.2rem; }

.product-card__body p {
  font-size: 0.9rem;
  color: var(--text-light);
  margin-bottom: 16px;
  flex: 1;
}

.product-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-card__price {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--gold-dark);
}

/* Voucher amount selector */
.voucher-amounts {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.voucher-amounts button {
  flex: 1;
  padding: 8px 4px;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold);
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}

.voucher-amounts button.active,
.voucher-amounts button:hover {
  background: var(--gold);
  color: var(--bg-dark);
}

.product-card--voucher .product-card__image {
  padding: 32px;
}

.product-card--voucher .product-card__image img {
  height: 260px;
  width: auto;
  object-fit: contain;
}

/* ---------- Videos - Featured ---------- */
.video-featured {
  max-width: 960px;
  margin: 0 auto;
  transition: max-width 0.6s ease;
}

.video-featured.playing {
  max-width: 1200px;
  position: relative;
  z-index: 99999;
}
.video-featured.playing .video-featured__player::after {
  content: '';
  position: absolute;
  inset: -40px;
  border-radius: 24px;
  background: radial-gradient(ellipse at center, rgba(183,142,58,0.35) 0%, rgba(183,142,58,0) 70%);
  z-index: -1;
  animation: videoGlow 3s ease-in-out infinite;
  pointer-events: none;
}
@keyframes videoGlow {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}
/* Force light text in cinema mode (light theme has dark text otherwise) */
body.cinema-active .video-featured__info h2,
body.cinema-active .video-featured__info p,
body.cinema-active .video-featured__info .video-duration,
body.cinema-active .video-card.playing .video-card__info h3,
body.cinema-active .video-card.playing .video-card__info p,
body.cinema-active .video-card.playing .video-card__info .video-duration {
  color: #fff;
}

/* Cinema mode - dim the lights */
.cinema-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 99998;
  pointer-events: none;
  transition: background 0.8s ease;
}
.cinema-overlay.active {
  background: rgba(0, 0, 0, 0.85);
  pointer-events: auto;
}
/* Kill stacking contexts so overlay paints above everything */
body.cinema-active .fade-in.visible {
  transform: none !important;
}

.video-featured__player {
  position: relative;
  aspect-ratio: 12 / 5;
  border-radius: 12px;
  background: #000;
  cursor: pointer;
  transition: aspect-ratio 0.6s ease;
  box-shadow: 0 12px 40px rgba(0,0,0,0.35), 0 0 80px rgba(183,142,58,0.2);
}

.video-featured.playing .video-featured__player {
  aspect-ratio: 2.35 / 1;
  cursor: default;
}

.video-featured__player .video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s, filter 0.4s;
}

.video-featured__player:hover .video-thumb {
  transform: scale(1.03);
  filter: brightness(0.6);
}

.video-featured__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(0,0,0,0.6);
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.video-featured__info {
  text-align: center;
  padding: 28px 20px 0;
}

.video-featured__info h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.video-featured__info p {
  color: var(--text-light);
  max-width: 560px;
  margin: 0 auto 16px;
  line-height: 1.7;
}

.video-duration {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-right: 16px;
}

.video-credit {
  font-size: 0.8rem;
  color: var(--gold);
  font-style: italic;
}

/* Play button */
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.8);
  background: rgba(0,0,0,0.4);
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  backdrop-filter: blur(4px);
  padding-left: 4px;
}

.video-play-btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #1a1a1a;
  transform: translate(-50%, -50%) scale(1.1);
}

/* Video cards grid */
.video-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.video-card {
  background: var(--card-bg);
  border-radius: 12px;
  border: 1px solid var(--border);
  transition: transform 0.3s, box-shadow 0.3s;
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

.video-card__player {
  position: relative;
  aspect-ratio: 12 / 5;
  background: #000;
  cursor: pointer;
  transition: aspect-ratio 0.6s ease;
}

.video-card__player .video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s, filter 0.4s;
}

.video-card__player:hover .video-thumb {
  transform: scale(1.05);
  filter: brightness(0.6);
}

.video-card .video-play-btn {
  width: 56px;
  height: 56px;
  font-size: 1.1rem;
}

.video-card.playing {
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  overflow: visible;
}
.video-card.playing:hover {
  transform: translate(-50%, -50%);
  box-shadow: none;
}
.video-card.playing .video-card__player {
  aspect-ratio: 16 / 9;
  cursor: default;
  border-radius: 12px;
}
.video-card.playing .video-card__player::after {
  content: '';
  position: absolute;
  inset: -40px;
  border-radius: 24px;
  background: radial-gradient(ellipse at center, rgba(183,142,58,0.35) 0%, rgba(183,142,58,0) 70%);
  z-index: -1;
  animation: videoGlow 3s ease-in-out infinite;
  pointer-events: none;
}
.video-card.playing .video-card__info {
  text-align: center;
  padding: 28px 20px 0;
  background: transparent;
}
.video-card.playing .video-card__info h3 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}
.video-card.playing .video-card__info p {
  max-width: 560px;
  margin: 0 auto 16px;
  line-height: 1.7;
}

.video-card__info {
  padding: 20px;
}

.video-card__info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.video-card__info p {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 12px;
}

/* ---------- Video Lightbox ---------- */
.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.video-lightbox.open {
  opacity: 1;
  pointer-events: auto;
}

.video-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.85);
}

.video-lightbox__close {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 10;
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.video-lightbox__close:hover {
  opacity: 1;
}

.video-lightbox__content {
  position: relative;
  width: 92%;
  max-width: 1200px;
}

.video-lightbox__player {
  position: relative;
  aspect-ratio: 2.35 / 1;
  background: #000;
  border-radius: 8px;
}

.video-lightbox__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------- Contact ---------- */
.contact-banner {
  width: 100%;
  max-height: 400px;
}
.contact-banner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.contact-intro {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 28px;
  color: var(--text-light);
  font-size: 1.05rem;
  line-height: 1.7;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 8px;
}

.form-group--icon {
  position: relative;
}
.form-group--icon > i {
  position: absolute;
  left: 14px;
  top: 42px;
  color: var(--gold);
  font-size: 0.9rem;
  pointer-events: none;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.form-group--icon:focus-within > i { opacity: 1; }

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 14px 16px 14px 40px;
  border: 1px solid var(--border);
  border-radius: 4px;
  font-family: inherit;
  font-size: 0.95rem;
  margin-bottom: 20px;
  transition: border-color 0.3s, box-shadow 0.3s;
  background: var(--input-bg);
  color: var(--text);
}

.contact-form select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23bfab8a' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.contact-form select option {
  background: var(--bg);
  color: var(--text);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(191, 171, 138, 0.15);
}

.contact-form textarea { min-height: 160px; resize: vertical; }

/* Success state */
.contact-success {
  text-align: center;
  padding: 60px 20px;
}
.contact-success i {
  font-size: 3rem;
  color: var(--gold);
  margin-bottom: 20px;
  display: block;
}
.contact-success h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.contact-success p {
  color: var(--text-light);
  font-size: 1rem;
}

.contact-info h3 { margin-bottom: 20px; }

.contact-info p {
  color: var(--text-light);
  margin-bottom: 12px;
}

.contact-info a { color: var(--gold-dark); }
.contact-info a:hover { color: var(--text); }

.contact-map {
  margin-top: 8px;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

/* ---------- Cabin ---------- */
.cabin-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 300px 300px;
  gap: 8px;
  border-radius: 4px;
  margin-bottom: 60px;
}

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

.cabin-gallery img:first-child {
  grid-row: 1 / 3;
}

.cabin-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin: 40px 0;
}

.cabin-feature {
  text-align: center;
  padding: 24px;
}

.cabin-feature i {
  font-size: 1.8rem;
  color: var(--gold);
  margin-bottom: 12px;
}

.cabin-feature h4 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.cabin-feature p {
  font-size: 0.85rem;
  color: var(--text-light);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 14px 36px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn--gold {
  background: var(--gold);
  color: var(--white);
}

.btn--gold:hover {
  background: var(--gold-dark);
  color: var(--white);
}

.btn--outline {
  background: transparent;
  color: var(--gold-dark);
  border: 1.5px solid var(--gold);
}

.btn--outline:hover {
  background: var(--gold);
  color: var(--white);
}

.btn--dark {
  background: var(--bg-dark);
  color: var(--white);
}

.btn--dark:hover { background: #1a1a1a; color: var(--white); }

.btn--white {
  background: var(--white);
  color: var(--text);
}

.btn--white:hover { background: var(--bg-cream); color: var(--text); }

/* ---------- Footer ---------- */
.footer {
  background: #2a2a29;
  color: rgba(255, 255, 255, 0.7);
  padding: 60px 0 30px;
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__brand img {
  height: 90px;
  width: auto;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}

.footer__brand p {
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 300px;
}

.footer h4 {
  color: var(--white);
  font-size: 0.9rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer__links {
  list-style: none;
}

.footer__links li { margin-bottom: 10px; }

.footer__links a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  transition: color 0.3s;
}

.footer__links a:hover { color: var(--gold); }

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 0.8rem;
}

.footer__bottom a { color: rgba(255, 255, 255, 0.5); }
.footer__bottom a:hover { color: var(--gold); }

.footer__social {
  display: flex;
  gap: 16px;
}

.footer__social a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
}

.footer__social a i {
  font-size: 1.5rem;
}

.footer__social a:hover { color: var(--gold); }

/* ---------- Page Header (inner pages) ---------- */
.page-header {
  margin-top: var(--nav-height);
  padding: 32px 0 24px;
  background: var(--bg-cream);
  text-align: center;
}

.page-header h1 { margin-bottom: 12px; }

.page-header + .section {
  padding-top: 60px;
}

.page-header + .section .section__header {
  margin-bottom: 40px;
}

.page-header p {
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
}

/* ---------- Notice Banner ---------- */
.notice {
  background: var(--gold-light);
  border: 1px solid var(--gold);
  border-radius: 4px;
  padding: 16px 24px;
  margin-bottom: 32px;
  font-size: 0.9rem;
  color: var(--text);
}

.notice a { font-weight: 600; }

/* ---------- Responsive ---------- */
@media (max-width: 968px) {
  .nav__logo img { height: 52px; }
  .nav__links { display: none; }
  .nav__toggle { display: block; }

  .nav__links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    padding: 24px;
    gap: 0;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  }

  .nav__links.open li { padding: 12px 0; }
  .nav__links.open a { color: var(--text); }
  .hero { min-height: 400px; }
  .hero__scroll-hint { display: none; }

  .two-col {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .two-col--reverse { direction: ltr; }

  .wines-grid { grid-template-columns: 1fr; gap: 24px; }

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

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

  .event-card__image { min-height: 200px; }

  .event-card__body { padding: 20px 16px; }

  .event-card__date {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
  }

  .event-card__body h3 { font-size: 1.3rem; }

  .event-card__body p {
    font-size: 0.9rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .event-card__footer {
    flex-wrap: wrap;
    gap: 10px;
  }

  .event-card__price { font-size: 1.05rem; }

  .event-card__calendar {
    font-size: 0.8rem;
    padding: 5px 10px;
    margin-left: 0;
  }

  .event-card .btn--gold {
    font-size: 0.8rem;
    padding: 10px 20px;
  }

  .events-month h2 { font-size: 1.3rem; }

  .video-cards { grid-template-columns: 1fr; }
  .video-card { max-width: 480px; margin: 0 auto; }

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

  .footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .cabin-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .cabin-gallery img:first-child { grid-row: auto; }

  .cabin-features { grid-template-columns: repeat(2, 1fr); }

  .awards { gap: 40px; }
  .award-card img { height: 100px; }
}

@media (max-width: 640px) {
  :root {
    --section-pad: 60px;
    --nav-height: 64px;
  }

  .hero { min-height: 350px; }

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

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

  .product-card__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .product-card__footer .btn-add-cart {
    width: 100%;
    text-align: center;
  }

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

  .footer__bottom { flex-direction: column; gap: 12px; text-align: center; }

  .cabin-features { grid-template-columns: 1fr; }

  .page-header { padding: 12px 0 10px; }
  .page-header h1 { font-size: 1.6rem; margin-bottom: 4px; }
  .page-header .section-subtitle { font-size: 0.65rem; margin-bottom: 4px; }
  .page-header .gold-line { margin-top: 8px; }
}

/* ---------- Checkout ---------- */
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}

.checkout-form h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.checkout-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 600px) {
  .checkout-form__row {
    grid-template-columns: 1fr 1fr;
  }
}

.checkout-form__field {
  margin-bottom: 16px;
}

.checkout-form__field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 6px;
}

.checkout-form__field input,
.checkout-form__field textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--card-bg);
  color: var(--text);
  font-size: 0.95rem;
  font-family: inherit;
  transition: border-color 0.3s;
}

.checkout-form__field input:focus,
.checkout-form__field textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.checkout-card-wrap {
  margin-bottom: 16px;
}

#cardElement {
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--card-bg);
  transition: border-color 0.3s;
}

#cardElement.StripeElement--focus {
  border-color: var(--gold);
}

#cardElement.StripeElement--invalid {
  border-color: #c44;
}

.checkout-card-error {
  color: #c44;
  font-size: 0.85rem;
  margin-top: 8px;
  min-height: 20px;
}

.checkout-form__field .checkout-pickup__label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--text-light);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.4;
}

.checkout-pickup__label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  accent-color: var(--gold);
  cursor: pointer;
}

.checkout-discount {
  margin-bottom: 8px;
}

.checkout-discount__row {
  display: flex;
  gap: 8px;
}

.checkout-discount__row input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--card-bg);
  color: var(--text);
  font-size: 0.95rem;
  font-family: 'Outfit', sans-serif;
}

.checkout-discount__row input:focus {
  outline: none;
  border-color: var(--gold);
}

.checkout-discount__row .btn {
  white-space: nowrap;
  padding: 12px 20px;
}

.checkout-discount__msg {
  font-size: 0.85rem;
  margin-top: 6px;
  min-height: 20px;
}

.checkout-discount__msg--error {
  color: #c44;
}

.checkout-discount__msg--success {
  color: #3fb950;
}

.checkout-submit {
  width: 100%;
  margin-top: 8px;
  padding: 16px;
  font-size: 1rem;
}

.checkout-summary {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px;
  position: sticky;
  top: calc(var(--nav-height) + 24px);
}

.checkout-summary h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.checkout-summary__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
  color: var(--text);
}

.checkout-summary__item span:first-child {
  min-width: 0;
}

.checkout-summary__item span:last-child {
  white-space: nowrap;
  flex-shrink: 0;
}

.checkout-summary__totals {
  margin-top: 16px;
}

.checkout-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 0.9rem;
  color: var(--text-light);
}

.checkout-summary__row span:last-child {
  white-space: nowrap;
  flex-shrink: 0;
}

.checkout-summary__row--total {
  border-top: 1px solid var(--border);
  margin-top: 8px;
  padding-top: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
}

.checkout-back {
  display: inline-block;
  margin-top: 20px;
  font-size: 0.85rem;
  color: var(--text-light);
}

.checkout-back:hover { color: var(--gold); }

@media (max-width: 768px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .checkout-summary { order: -1; position: static; }
  .checkout-form__row {
    grid-template-columns: 1fr;
  }
}

/* ---------- Animations ---------- */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s, transform 0.8s;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Cookie Banner ---------- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background: var(--bg-dark);
  border-top: 1px solid var(--border);
  padding: 20px 24px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-banner.visible {
  transform: translateY(0);
}

.cookie-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.cookie-banner__text {
  flex: 1;
  font-size: 0.85rem;
  color: var(--text-light);
  line-height: 1.6;
}

.cookie-banner__text a {
  color: var(--gold);
  text-decoration: underline;
}

.cookie-banner__buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-banner__btn {
  font-family: 'Outfit', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}

.cookie-banner__btn--accept {
  background: var(--gold);
  color: var(--white);
}

.cookie-banner__btn--accept:hover {
  background: var(--gold-dark);
}

.cookie-banner__btn--essential {
  background: transparent;
  color: var(--text-light);
  border: 1px solid var(--border);
}

.cookie-banner__btn--essential:hover {
  border-color: var(--gold);
  color: var(--gold);
}

@media (max-width: 640px) {
  .cookie-banner__inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .cookie-banner__buttons {
    width: 100%;
    justify-content: center;
  }
}

/* ---------- Shop Intro ---------- */
.shop-intro {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
  color: var(--text-light);
  font-size: 0.95rem;
}

.shop-loading {
  text-align: center;
  padding: 60px 0;
  color: var(--text-light);
}
.shop-loading i {
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 12px;
}
.shop-loading p {
  margin-top: 12px;
}

/* ---------- Cart Nav Button ---------- */
.nav-cart {
  background: none;
  border: none;
  color: var(--text);
  font-size: 1.15rem;
  cursor: pointer;
  position: relative;
  padding: 4px 8px;
  transition: color 0.3s;
}
.nav-cart:hover {
  color: var(--gold);
}
.cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background: var(--gold);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 600;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
}
/* ---------- Cart Drawer ---------- */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.cart-overlay.open {
  opacity: 1;
  visibility: visible;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 380px;
  max-width: 90vw;
  height: 100vh;
  background: var(--bg);
  border-left: 1px solid var(--border);
  z-index: 999;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.2);
}
.cart-drawer.open {
  transform: translateX(0);
}

.cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
}
.cart-drawer__header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--text);
}
.cart-drawer__close {
  background: none;
  border: none;
  color: var(--text-light);
  font-size: 1.3rem;
  cursor: pointer;
  padding: 4px;
  transition: color 0.3s;
}
.cart-drawer__close:hover {
  color: var(--gold);
}

.cart-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 24px;
}

.cart-empty {
  text-align: center;
  color: var(--text-light);
  padding: 40px 0;
}

.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  gap: 12px;
}
.cart-item__info {
  flex: 1;
  min-width: 0;
}
.cart-item__info strong {
  display: block;
  font-size: 0.9rem;
  color: var(--text);
  margin-bottom: 2px;
  line-height: 1.3;
}
.cart-item__price {
  font-size: 0.85rem;
  color: var(--gold);
  font-weight: 500;
}

.cart-item__controls {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.cart-qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid var(--border);
  background: var(--card-bg);
  color: var(--text);
  font-size: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.cart-qty-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.cart-qty {
  min-width: 20px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
}
.cart-remove-btn {
  background: none;
  border: none;
  color: var(--text-light);
  font-size: 0.8rem;
  cursor: pointer;
  padding: 4px;
  margin-left: 4px;
  transition: color 0.2s;
}
.cart-remove-btn:hover {
  color: #e74c3c;
}

.cart-drawer__footer {
  padding: 20px 24px;
  border-top: 1px solid var(--border);
}

.cart-totals__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 4px 0;
  font-size: 0.9rem;
  color: var(--text-light);
}

.cart-totals__row span:last-child {
  white-space: nowrap;
  flex-shrink: 0;
}
.cart-totals__row--total {
  font-weight: 600;
  font-size: 1rem;
  color: var(--text);
  border-top: 1px solid var(--border);
  margin-top: 8px;
  padding-top: 10px;
}

.btn--full {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

/* ---------- Toast Notifications ---------- */
.shop-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--card-bg);
  color: var(--text);
  border: 1px solid var(--gold);
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 0.9rem;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
.shop-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ---------- Out of Stock ---------- */
.out-of-stock {
  font-size: 0.85rem;
  color: var(--text-light);
  font-style: italic;
}

/* ---------- Order Success ---------- */
.order-success {
  text-align: center;
  padding: 48px 24px;
  margin-bottom: 40px;
  background: var(--card-bg);
  border-radius: 12px;
  border: 1px solid var(--border);
}
.order-success i {
  font-size: 3rem;
  color: var(--gold);
  margin-bottom: 16px;
}
.order-success h2 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 12px;
}
.order-success p {
  color: var(--text-light);
  margin-bottom: 8px;
}
.order-success .btn {
  margin-top: 20px;
}

/* ---------- Add to cart button hover ---------- */
.btn-add-cart {
  font-size: 0.85rem;
  padding: 8px 20px;
}

/* ---------- Gallery Category Cards ---------- */
.gallery-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gallery-cat-card {
  position: relative;
  border-radius: 12px;
  cursor: pointer;
  aspect-ratio: 4 / 3;
}

.gallery-cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
}

.gallery-cat-card:hover img {
  transform: scale(1.08);
  filter: brightness(0.7);
}

.gallery-cat-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
  transition: background 0.4s;
}

.gallery-cat-card:hover .gallery-cat-card__overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.1) 100%);
}

.gallery-cat-card__overlay h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
  .gallery-categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .gallery-cat-card__overlay h3 {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .gallery-categories {
    grid-template-columns: 1fr;
  }
}

/* ---------- Gallery Lightbox ---------- */
.glightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

.glightbox.open {
  opacity: 1;
  visibility: visible;
}

.glightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
}

.glightbox__close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 10;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s, color 0.3s;
}

.glightbox__close:hover {
  background: rgba(255,255,255,0.1);
  color: var(--gold);
}

.glightbox__content {
  position: relative;
  display: flex;
  height: 100%;
  z-index: 5;
}

.glightbox__slider {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 80px;
}

.glightbox__slide-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.glightbox__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.glightbox__slide.active {
  opacity: 1;
}

.glightbox__slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}

/* Sidebar with title, description, numbered tabs */
.glightbox__sidebar {
  width: 320px;
  background: rgba(30, 30, 30, 0.95);
  border-left: 1px solid rgba(255,255,255,0.08);
  padding: 80px 32px 32px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.glightbox__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 16px;
}

.glightbox__desc {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  margin-bottom: 32px;
}

.glightbox__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.glightbox__tab {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.2);
  background: transparent;
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  transition: all 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glightbox__tab:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.glightbox__tab.active {
  background: var(--gold);
  border-color: var(--gold);
  color: #1a1a1a;
}

/* Prev/Next arrows */
.glightbox__prev,
.glightbox__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s;
}

.glightbox__prev:hover,
.glightbox__next:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #1a1a1a;
}

.glightbox__prev {
  left: 20px;
}

.glightbox__next {
  right: 340px;
}

@media (max-width: 900px) {
  .glightbox__content {
    flex-direction: column;
  }

  .glightbox__sidebar {
    width: 100%;
    max-height: 200px;
    padding: 20px 24px;
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.08);
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }

  .glightbox__title {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }

  .glightbox__desc {
    display: none;
  }

  .glightbox__tabs {
    margin-top: 0;
    flex-shrink: 0;
  }

  .glightbox__slider {
    padding: 60px 20px 20px;
  }

  .glightbox__prev {
    left: 10px;
  }

  .glightbox__next {
    right: 10px;
  }

  .glightbox__tab {
    width: 34px;
    height: 34px;
    font-size: 0.8rem;
  }
}

/* ---------- Theme Toggle Button ---------- */
.theme-toggle {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 8000;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--card-bg);
  color: var(--gold);
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.theme-toggle:hover {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}

/* ---------- Light Theme (sections only) ---------- */
body[data-theme="light"] .section {
  background: #f0ece4;
  color: #3d3d3c;
  transition: background 0.4s, color 0.4s;
}
body[data-theme="light"] .section.section--cream {
  background: #e8e2d6;
}
/* Sections that stay dark regardless of theme */
body[data-theme="light"] .section.section--keep-dark {
  background: var(--bg);
  color: var(--text);
}
body[data-theme="light"] .section.section--keep-dark.section--cream {
  background: var(--bg-cream);
}
body[data-theme="light"] .section.section--keep-dark.section--dark {
  background: #2a2a29;
}
body[data-theme="light"] .section.section--keep-dark h1,
body[data-theme="light"] .section.section--keep-dark h2,
body[data-theme="light"] .section.section--keep-dark h3,
body[data-theme="light"] .section.section--keep-dark h4 {
  color: var(--text);
}
body[data-theme="light"] .section.section--keep-dark .section-subtitle {
  color: var(--gold-dark);
}
body[data-theme="light"] .section.section--keep-dark p {
  color: var(--text-light);
}
body[data-theme="light"] .section.section--keep-dark a {
  color: var(--gold-dark);
}
body[data-theme="light"] .section.section--keep-dark a:hover {
  color: var(--gold);
}
body[data-theme="light"] .section.section--keep-dark .wine-card {
  background: var(--card-bg);
  border-color: var(--border);
}
body[data-theme="light"] .section.section--keep-dark .wine-card h3 {
  color: var(--text);
}
body[data-theme="light"] .section.section--keep-dark .wine-card p {
  color: var(--text-light);
}
body[data-theme="light"] .section.section--keep-dark .award-card__name {
  color: rgba(255,255,255,0.6);
}
body[data-theme="light"] .section.section--keep-dark .gold-line {
  background: var(--gold);
}
body[data-theme="light"] .section h1,
body[data-theme="light"] .section h2,
body[data-theme="light"] .section h3,
body[data-theme="light"] .section h4 {
  color: #3d3d3c;
}
/* Gallery cards: keep overlay text white, add shadow on light bg */
body[data-theme="light"] .section .gallery-cat-card__overlay h3 {
  color: #fff;
}
body[data-theme="light"] .section .gallery-cat-card {
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
/* Video cards: shadow on light bg */
body[data-theme="light"] .section .video-featured__player {
  box-shadow: 0 2px 16px rgba(0,0,0,0.15);
}
body[data-theme="light"] .section .video-card {
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}
body[data-theme="light"] .section .section-subtitle {
  color: #a89470;
}
body[data-theme="light"] .section .gold-line {
  background: #bfab8a;
}
body[data-theme="light"] .section p,
body[data-theme="light"] .section .two-col__text p,
body[data-theme="light"] .section .shop-intro,
body[data-theme="light"] .section .event-card__body p,
body[data-theme="light"] .section .video-card__info p,
body[data-theme="light"] .section .video-featured__info p,
body[data-theme="light"] .section .cabin-feature p,
body[data-theme="light"] .section .contact-intro { color: #7a7a78; }
body[data-theme="light"] .section .rother-wine-triangle p { color: #3d3d3c; }
.rother-label { color: rgba(255,255,255,0.45); }
body[data-theme="light"] .section .rother-label { color: rgba(61,61,60,0.5); }
body[data-theme="light"] .section .contact-info p {
  color: #5a5a58;
}
body[data-theme="light"] .section .contact-form input,
body[data-theme="light"] .section .contact-form textarea,
body[data-theme="light"] .section .contact-form select {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
  color: #2a2a28;
}
body[data-theme="light"] .section .contact-form input:focus,
body[data-theme="light"] .section .contact-form textarea:focus,
body[data-theme="light"] .section .contact-form select:focus {
  border-color: #a89470;
  box-shadow: 0 0 0 3px rgba(168, 148, 112, 0.12);
}
body[data-theme="light"] .section .contact-form select option {
  background: #fff;
  color: #2a2a28;
}
body[data-theme="light"] .section .contact-success p { color: #7a7a78; }
body[data-theme="light"] .section a {
  color: #7a6b50;
}
body[data-theme="light"] .section a:hover {
  color: #3d3d3c;
}
/* Award card text */
body[data-theme="light"] .section .award-card__name {
  color: rgba(61, 61, 60, 0.6);
}
/* Buttons in sections */
body[data-theme="light"] .section .btn--outline {
  color: #3d3d3c;
  border-color: #bfab8a;
}
body[data-theme="light"] .section .btn--outline:hover {
  background: #bfab8a;
  color: #fff;
}
body[data-theme="light"] .section .btn--gold {
  background: #bfab8a;
  color: #fff;
}
body[data-theme="light"] .section .btn--gold:hover {
  background: #a89470;
}
/* Cards (wine, event, product, video) */
body[data-theme="light"] .section .wine-card,
body[data-theme="light"] .section .event-card,
body[data-theme="light"] .section .product-card,
body[data-theme="light"] .section .video-card {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}
body[data-theme="light"] .section .event-card--featured {
  border-color: #bfab8a;
}
body[data-theme="light"] .section .product-card__image {
  background: #e8e2d6;
}
body[data-theme="light"] .section .product-card__body h3,
body[data-theme="light"] .section .wine-card h3,
body[data-theme="light"] .section .video-card__info h3,
body[data-theme="light"] .section .event-card__body h3 {
  color: #3d3d3c;
}
body[data-theme="light"] .section .product-card__body p,
body[data-theme="light"] .section .wine-card p {
  color: #5a5a58;
}
/* Events month heading */
body[data-theme="light"] .section .events-month h2 {
  color: #3d3d3c;
}
body[data-theme="light"] .section .events-month {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
body[data-theme="light"] .section .events-month__year,
body[data-theme="light"] .section .events-summary {
  color: #7a7a78;
}
body[data-theme="light"] .section .event-card__date {
  color: #a89470;
}
/* Form inputs (contact, checkout) */
body[data-theme="light"] .section input,
body[data-theme="light"] .section textarea {
  background: #fff;
  color: #3d3d3c;
  border-color: rgba(0, 0, 0, 0.15);
}
body[data-theme="light"] .section input:focus,
body[data-theme="light"] .section textarea:focus {
  border-color: #bfab8a;
}
body[data-theme="light"] .section label {
  color: #3d3d3c;
}
body[data-theme="light"] .section .checkout-form__field label {
  color: #7a7a78;
}
/* Checkout card element */
body[data-theme="light"] .section #cardElement {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.15);
}
/* Checkout summary */
body[data-theme="light"] .section .checkout-summary {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}
body[data-theme="light"] .section .checkout-summary__item,
body[data-theme="light"] .section .checkout-summary__row--total {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3d3d3c;
}
body[data-theme="light"] .section .checkout-summary__row {
  color: #7a7a78;
}
body[data-theme="light"] .section .checkout-back {
  color: #7a7a78;
}
/* Cabin features */
body[data-theme="light"] .section .cabin-feature i {
  color: #a89470;
}
/* Video info text */
body[data-theme="light"] .section .video-duration {
  color: #7a7a78;
}
/* Shop loading text */
body[data-theme="light"] .section .shop-loading {
  color: #7a7a78;
}
/* Contact info */
body[data-theme="light"] .section .contact-info a {
  color: #a89470;
}
body[data-theme="light"] .section .contact-info a:hover {
  color: #3d3d3c;
}
/* Figcaption (approach grapes image) */
body[data-theme="light"] .section figcaption {
  color: #7a7a78 !important;
}
/* Gallery category cards - image-based, keep dark overlays */
/* Order success */
body[data-theme="light"] .section .order-success {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}
/* Notice banner */
body[data-theme="light"] .section .notice {
  background: rgba(191, 171, 138, 0.1);
  border-color: #bfab8a;
  color: #3d3d3c;
}
/* Lightbox sidebar adapts in light mode */
body[data-theme="light"] .glightbox__sidebar {
  background: rgba(240, 236, 228, 0.97);
  border-left-color: rgba(0, 0, 0, 0.08);
}
body[data-theme="light"] .glightbox__title {
  color: #2a2a28;
}
body[data-theme="light"] .glightbox__desc {
  color: #5a5a58;
}
body[data-theme="light"] .glightbox__tab {
  border-color: rgba(0, 0, 0, 0.15);
  color: #7a7a78;
}
body[data-theme="light"] .glightbox__tab:hover {
  border-color: #bfab8a;
  color: #a89470;
}
body[data-theme="light"] .glightbox__tab.active {
  background: #bfab8a;
  border-color: #bfab8a;
  color: #fff;
}
body[data-theme="light"] .glightbox__close {
  color: #2a2a28;
}
/* Toggle button adapts in light mode */
body[data-theme="light"] .theme-toggle {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ---------- Legal Pages ---------- */
.legal { max-width: 800px; margin: 0 auto; }
.legal h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 40px 0 16px;
  color: var(--text);
}
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 12px;
}
.legal ul { list-style: disc; padding-left: 24px; margin-bottom: 16px; }
.legal li { margin-bottom: 6px; }
.legal a { color: var(--gold); }
.legal strong { color: var(--text); }
.legal .legal-updated {
  font-size: 0.85rem;
  color: var(--text-light);
  margin-bottom: 32px;
}
body[data-theme="light"] .section .legal h2 { color: #2a2a28; }
body[data-theme="light"] .section .legal p,
body[data-theme="light"] .section .legal li { color: #5a5a58; }
body[data-theme="light"] .section .legal strong { color: #2a2a28; }
body[data-theme="light"] .section .legal a { color: #a89470; }

.footer__legal {
  display: flex;
  gap: 16px;
  margin-top: 8px;
  font-size: 0.8rem;
}
.footer__legal a {
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  transition: color 0.25s;
}
.footer__legal a:hover { color: var(--gold); }

/* ---------- Cabin Lightbox (Light Theme) ---------- */
.cabin-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.cabin-lightbox.open {
  opacity: 1;
  visibility: visible;
}
.cabin-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(240, 236, 228, 0.96);
}
.cabin-lightbox__close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: #3d3d3c;
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 10;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.25s;
}
.cabin-lightbox__close:hover { color: var(--gold); }
.cabin-lightbox__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 80px;
}
.cabin-lightbox__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}
.cabin-lightbox__counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  color: #9a9890;
  letter-spacing: 1px;
}
.cabin-lightbox__prev,
.cabin-lightbox__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #3d3d3c;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.cabin-lightbox__prev:hover,
.cabin-lightbox__next:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.cabin-lightbox__prev { left: 20px; }
.cabin-lightbox__next { right: 20px; }
.cabin-gallery .gallery-item { cursor: pointer; }

@media (max-width: 968px) {
  .cabin-lightbox__content { padding: 60px 16px; }
  .cabin-lightbox__prev { left: 8px; }
  .cabin-lightbox__next { right: 8px; }
  .cabin-lightbox__prev,
  .cabin-lightbox__next {
    width: 40px;
    height: 40px;
  }

  /* Legal pages mobile spacing */
  .legal { padding: 0 8px; }
  .legal h2 { font-size: 1.2rem; margin-top: 32px; margin-bottom: 12px; }
  .legal p, .legal li { font-size: 0.9rem; line-height: 1.75; margin-bottom: 14px; }
  .legal ul { margin-bottom: 18px; padding-left: 20px; }
  .legal li { margin-bottom: 8px; }
  .legal .legal-updated { margin-bottom: 28px; }
}







/* ── GNL Studio footer link ── */
.gnl-link {
  display: inline-flex;
  gap: 4px;
  text-decoration: none !important;
  color: inherit !important;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.gnl-link .gnl,
.gnl-link .studio {
  color: inherit !important;
}
.gnl-link:hover {
  opacity: 0.6;
}
/* ---------- Homepage News Preview ---------- */
.news-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 968px) { .news-preview-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .news-preview-grid { grid-template-columns: 1fr; } }
.news-preview-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.news-preview-card__img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  background: var(--bg-dark);
}
.news-preview-card__placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--bg-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-preview-card__placeholder i { color: rgba(191,171,138,0.15); font-size: 28px; }
.news-preview-card__body { padding: 18px 0 0; }
.news-preview-card__cat {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 6px;
}
.news-preview-card__title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.4;
  transition: color 0.2s;
}
.news-preview-card:hover .news-preview-card__title { color: var(--gold); }
.news-preview-card__excerpt {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 12px;
}
.news-preview-card__link {
  font-size: 13px;
  color: var(--gold-dark);
  letter-spacing: 0.04em;
}
/* Light mode */
body[data-theme="light"] .section .news-preview-card__title { color: #1a1a1a; }
body[data-theme="light"] .section .news-preview-card:hover .news-preview-card__title { color: var(--gold-dark); }
body[data-theme="light"] .section .news-preview-card__excerpt { color: #555; }
