/* ==========================================================================
   Watchgardenjournal - Neon Glossy White & Gold Skeuomorphic Theme
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  /* Color Palette - Neon Glossy White and Gold */
  --bg-main: #FBF9F5;
  --bg-card: #FFFFFF;
  --gold-primary: #D4AF37;
  --gold-light: #FFF2C2;
  --gold-bright: #FFDF00;
  --gold-dark: #A37E18;
  --gold-bronze: #846311;
  --neon-gold-glow: rgba(255, 215, 0, 0.5);
  --neon-white-glow: rgba(255, 255, 255, 0.9);
  --text-dark: #1A1815;
  --text-muted: #5C5549;
  --text-light: #8E8575;
  --border-gold: #E2C976;
  
  /* Skeuomorphic Gradients */
  --grad-gold-metallic: linear-gradient(135deg, #FFF7D6 0%, #E5C158 35%, #C5A028 70%, #99740D 100%);
  --grad-gold-button: linear-gradient(180deg, #FFF3C4 0%, #D4AF37 40%, #B88E1D 100%);
  --grad-gold-button-hover: linear-gradient(180deg, #FFFFFF 0%, #EED06D 40%, #C89C22 100%);
  --grad-card-gloss: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.7) 40%, rgba(253,248,235,0.85) 100%);
  --grad-hero-overlay: linear-gradient(180deg, rgba(26,24,21,0.3) 0%, rgba(26,24,21,0.75) 100%);
  
  /* Skeuomorphic Shadows & Bevels */
  --skeuo-box-shadow: 
    0 15px 35px rgba(184, 142, 29, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -2px 4px rgba(163, 126, 24, 0.2);
    
  --skeuo-card-shadow:
    0 20px 40px rgba(163, 126, 24, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.04),
    0 0 20px rgba(255, 223, 0, 0.2),
    inset 0 2px 0 #FFFFFF,
    inset 0 -1px 2px rgba(163, 126, 24, 0.3);

  --skeuo-btn-shadow:
    0 6px 16px rgba(163, 126, 24, 0.35),
    0 2px 4px rgba(0, 0, 0, 0.1),
    0 0 12px var(--neon-gold-glow),
    inset 0 1px 1px rgba(255, 255, 255, 0.9),
    inset 0 -2px 3px rgba(0, 0, 0, 0.2);

  --skeuo-btn-pressed:
    0 2px 4px rgba(163, 126, 24, 0.2),
    inset 0 2px 5px rgba(0, 0, 0, 0.3),
    inset 0 -1px 1px rgba(255, 255, 255, 0.5);

  --radius-lg: 20px;
  --radius-md: 12px;
  --radius-sm: 8px;
}

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

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background-color: var(--bg-main);
  background-image: 
    radial-gradient(circle at 10% 10%, rgba(255, 223, 0, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(212, 175, 55, 0.06) 0%, transparent 50%),
    repeating-linear-gradient(45deg, rgba(212, 175, 55, 0.015) 0, rgba(212, 175, 55, 0.015) 1px, transparent 0, transparent 20px);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, .brand-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

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

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

/* Container */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* SLIM, PERFECT & RESPONSIVE HEADER */
.header-site {
  position: relative; /* Scrolls away naturally */
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF5E8 100%);
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #B88E1D, #FFF3C4, #D4AF37, #FFF3C4, #B88E1D) 1;
  box-shadow: 0 4px 18px rgba(163, 126, 24, 0.1);
  z-index: 1000;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0; /* Slim padding */
  gap: 16px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-badge {
  width: 38px;
  height: 38px;
  background: var(--grad-gold-metallic);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 
    0 3px 8px rgba(163, 126, 24, 0.25),
    0 0 10px var(--neon-gold-glow),
    inset 0 1px 2px rgba(255, 255, 255, 0.9);
  border: 1.5px solid #FFFFFF;
  flex-shrink: 0;
}

.logo-icon {
  width: 20px;
  height: 20px;
  fill: #FFFFFF;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
}

.brand-name {
  font-size: 1.35rem;
  font-weight: 700;
  background: linear-gradient(135deg, #846311 0%, #D4AF37 50%, #594103 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}

.nav-link {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  transition: all 0.25s ease;
  position: relative;
  white-space: nowrap;
}

.nav-link:hover, .nav-link.active {
  color: var(--gold-dark);
  text-shadow: 0 0 8px rgba(255, 223, 0, 0.6);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 8px;
  right: 8px;
  height: 2.5px;
  background: var(--grad-gold-metallic);
  border-radius: 2px;
  box-shadow: 0 0 6px var(--neon-gold-glow);
}

/* Skeuomorphic Glossy CTA Button */
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 22px;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1A1815;
  background: var(--grad-gold-button);
  border: 1px solid #FFE89C;
  border-radius: 50px;
  box-shadow: var(--skeuo-btn-shadow);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
}

.btn-gold::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
  transition: left 0.6s ease;
}

.btn-gold:hover {
  background: var(--grad-gold-button-hover);
  transform: translateY(-2px);
  box-shadow: 
    0 8px 18px rgba(163, 126, 24, 0.4),
    0 0 16px rgba(255, 223, 0, 0.7),
    inset 0 1px 2px rgba(255, 255, 255, 1);
}

.btn-gold:hover::before {
  left: 150%;
}

.btn-gold:active {
  transform: translateY(1px);
  box-shadow: var(--skeuo-btn-pressed);
}

.btn-secondary-gloss {
  background: linear-gradient(180deg, #FFFFFF 0%, #F5EFE0 100%);
  border: 1px solid var(--border-gold);
  color: var(--text-dark);
  box-shadow: 
    0 4px 10px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 #FFFFFF,
    inset 0 -1px 2px rgba(163, 126, 24, 0.2);
}

.btn-secondary-gloss:hover {
  background: linear-gradient(180deg, #FFFDF8 0%, #ECE1C7 100%);
  border-color: var(--gold-primary);
  box-shadow: 0 0 15px rgba(255, 223, 0, 0.3);
}

/* Mobile Nav Toggle */
.mobile-nav-toggle {
  display: none;
  background: var(--grad-gold-metallic);
  border: 1px solid #FFF;
  border-radius: var(--radius-sm);
  padding: 6px 10px;
  cursor: pointer;
  box-shadow: var(--skeuo-btn-shadow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.hamburger-line {
  width: 20px;
  height: 2.5px;
  background-color: #1A1815;
  margin: 3px 0;
  border-radius: 2px;
  transition: 0.3s;
}

/* HERO SECTION */
.hero-section {
  padding: 40px 0 60px;
  position: relative;
}

.hero-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--skeuo-card-shadow);
  border: 3px solid #FFF;
  background: #1A1815;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
}

.hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85) contrast(1.05);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--grad-hero-overlay);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 50px 40px;
  max-width: 800px;
}

.badge-glow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(26, 24, 21, 0.75);
  border: 1px solid var(--gold-primary);
  border-radius: 30px;
  color: #FFF3C4;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 15px rgba(255, 223, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

.hero-title {
  font-size: 3.5rem;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 20px;
  text-shadow: 0 3px 10px rgba(0,0,0,0.8);
}

.hero-title span {
  background: linear-gradient(135deg, #FFF6D5 0%, #FFDF00 50%, #D4AF37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 10px rgba(255,223,0,0.5));
}

.hero-subtitle {
  font-size: 1.15rem;
  color: #E2DACD;
  margin-bottom: 32px;
  max-width: 650px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

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

/* SECTION HEADINGS */
.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.section-tag {
  color: var(--gold-dark);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 8px;
}

.section-title {
  font-size: 2.6rem;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.section-title-shine {
  background: linear-gradient(135deg, #1A1815 0%, #846311 50%, #1A1815 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
}

/* PLACES & CARDS GRID */
.places-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  margin-bottom: 70px;
}

/* Skeuomorphic Glossy Card */
.place-card {
  background: var(--grad-card-gloss);
  border-radius: var(--radius-lg);
  border: 2px solid #FFFFFF;
  box-shadow: var(--skeuo-card-shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
}

.place-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-gold);
  pointer-events: none;
}

.place-card:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 25px 50px rgba(163, 126, 24, 0.25),
    0 0 30px rgba(255, 223, 0, 0.4),
    inset 0 2px 0 #FFFFFF;
}

.card-img-wrapper {
  position: relative;
  height: 230px;
  overflow: hidden;
}

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

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

.card-rank-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 40px;
  height: 40px;
  background: var(--grad-gold-metallic);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #1A1815;
  box-shadow: var(--skeuo-btn-shadow);
  border: 2px solid #FFFFFF;
  z-index: 2;
}

.card-location-tag {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(26, 24, 21, 0.8);
  backdrop-filter: blur(6px);
  color: #FFF3C4;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  border: 1px solid rgba(212, 175, 55, 0.5);
}

.card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: var(--text-dark);
}

.card-snippet {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 18px;
  line-height: 1.6;
  flex-grow: 1;
}

.card-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.highlight-pill {
  background: linear-gradient(180deg, #FFFFFF 0%, #F5EEDC 100%);
  border: 1px solid #E2D2A4;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gold-bronze);
  box-shadow: inset 0 1px 0 #FFF, 0 1px 2px rgba(0,0,0,0.04);
}

.card-footer {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(226, 201, 118, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rating-box {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--gold-dark);
  font-weight: 700;
  font-size: 0.88rem;
}

/* CONTENT DETAIL PAGES (Sub-pages) */
.page-header {
  padding: 40px 0 24px;
  text-align: center;
}

.detail-hero-card {
  background: var(--grad-card-gloss);
  border-radius: var(--radius-lg);
  border: 3px solid #FFF;
  box-shadow: var(--skeuo-card-shadow);
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
}

.detail-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 36px;
  margin-bottom: 70px;
}

.article-content {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  padding: 36px;
  border: 2px solid #F0E8D5;
  box-shadow: var(--skeuo-box-shadow);
}

.article-content h2 {
  font-size: 2rem;
  color: var(--text-dark);
  margin: 30px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--gold-light);
}

.article-content h2:first-child {
  margin-top: 0;
}

.article-content p {
  margin-bottom: 18px;
  font-size: 1.02rem;
  color: var(--text-dark);
  line-height: 1.75;
}

.article-content ul, .article-content ol {
  margin: 0 0 24px 24px;
}

.article-content li {
  margin-bottom: 8px;
  color: var(--text-dark);
}

.info-box-skeuo {
  background: linear-gradient(135deg, #FFFDF8 0%, #F8F2E2 100%);
  border: 2px solid var(--gold-primary);
  border-radius: var(--radius-md);
  padding: 22px;
  margin: 28px 0;
  box-shadow: inset 0 1px 2px #FFF, 0 8px 20px rgba(163, 126, 24, 0.1);
}

.info-box-title {
  font-size: 1.25rem;
  color: var(--gold-bronze);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sidebar-widget {
  background: var(--grad-card-gloss);
  border-radius: var(--radius-md);
  border: 2px solid #FFF;
  box-shadow: var(--skeuo-card-shadow);
  padding: 24px;
}

.widget-title {
  font-size: 1.4rem;
  color: var(--text-dark);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--border-gold);
}

.pros-cons-list {
  list-style: none;
}

.pros-cons-list li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
}

.pro-icon { color: #2E7D32; font-weight: bold; }
.con-icon { color: #C62828; font-weight: bold; }

/* FEATURED BLOG / INSIGHTS SECTION */
.insights-section {
  padding: 50px 0;
  background: linear-gradient(180deg, transparent 0%, rgba(212,175,55,0.05) 50%, transparent 100%);
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.blog-card {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  border: 1px solid #EBE3D0;
  box-shadow: var(--skeuo-box-shadow);
  padding: 22px;
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-primary);
  box-shadow: 0 12px 25px rgba(163, 126, 24, 0.2);
}

.blog-date {
  font-size: 0.78rem;
  color: var(--gold-dark);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.blog-title {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: var(--text-dark);
}

/* CONTACT & LEGAL PAGES */
.legal-content, .contact-card {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  border: 2px solid #F0E8D5;
  box-shadow: var(--skeuo-box-shadow);
  padding: 44px;
  margin-bottom: 60px;
}

.legal-content h2 {
  font-size: 1.7rem;
  color: var(--gold-bronze);
  margin: 28px 0 14px;
  padding-bottom: 6px;
  border-bottom: 1.5px solid var(--border-gold);
}

.legal-content h2:first-of-type {
  margin-top: 0;
}

.legal-content p {
  margin-bottom: 16px;
  font-size: 1rem;
  color: var(--text-dark);
  line-height: 1.75;
}

.legal-content ul {
  margin: 0 0 20px 24px;
}

.legal-content li {
  margin-bottom: 8px;
  line-height: 1.6;
}

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

.form-group {
  margin-bottom: 18px;
}

.form-label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--text-dark);
  font-size: 0.92rem;
}

.form-control {
  width: 100%;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  border: 2px solid #E2D8C3;
  background: #FFFDF9;
  font-family: inherit;
  font-size: 0.98rem;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--gold-primary);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.04), 0 0 10px rgba(255, 215, 0, 0.5);
  background: #FFFFFF;
}

textarea.form-control {
  resize: vertical;
  min-height: 130px;
}

/* MANDATORY FOOTER (Universal across all pages) */
.footer-site {
  background: linear-gradient(180deg, #1F1B15 0%, #12100D 100%);
  color: #E6DFD3;
  padding: 60px 0 30px;
  border-top: 4px solid var(--gold-primary);
  box-shadow: 0 -10px 30px rgba(0,0,0,0.5);
  position: relative;
  z-index: 10;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 36px;
  margin-bottom: 40px;
}

.footer-col-brand .brand-name {
  background: linear-gradient(135deg, #FFF0B8 0%, #D4AF37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 14px;
}

.footer-desc {
  font-size: 0.92rem;
  color: #B5A895;
  margin-bottom: 18px;
  line-height: 1.6;
}

.company-address {
  font-style: normal;
  font-size: 0.88rem;
  color: #D1C4B0;
  line-height: 1.6;
  border-left: 2px solid var(--gold-primary);
  padding-left: 12px;
}

.footer-heading {
  font-size: 1.25rem;
  color: #FFFFFF;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 6px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--gold-primary);
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #B5A895;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.footer-links a:hover {
  color: #FFF2C2;
  padding-left: 4px;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.85rem;
  color: #9E9280;
}

.legal-inline-links {
  display: flex;
  gap: 18px;
  list-style: none;
}

.legal-inline-links a {
  color: #9E9280;
  transition: color 0.2s ease;
}

.legal-inline-links a:hover {
  color: var(--gold-light);
}

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: 20px;
  max-width: 520px;
  margin: 0 auto;
  background: linear-gradient(135deg, #26221C 0%, #1A1815 100%);
  border: 2px solid var(--gold-primary);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: 
    0 15px 40px rgba(0, 0, 0, 0.6),
    0 0 25px rgba(255, 215, 0, 0.3);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #FFFFFF;
}

.cookie-text {
  font-size: 0.88rem;
  color: #D8D0C2;
  line-height: 1.5;
}

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

.cookie-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

/* ULTRA RESPONSIVE HEADER & LAYOUT BREAKPOINTS */
@media (max-width: 1024px) {
  .hero-title { font-size: 2.8rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .detail-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .brand-name { font-size: 1.2rem; }
  .nav-links { gap: 12px; }
  .nav-link { font-size: 0.82rem; padding: 5px 8px; }
}

@media (max-width: 768px) {
  .navbar {
    padding: 8px 0;
  }

  .mobile-nav-toggle {
    display: flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAF5E8 100%);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 24px;
    box-shadow: 0 15px 30px rgba(163, 126, 24, 0.25);
    border-bottom: 3px solid var(--gold-primary);
    z-index: 1000;
  }

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

  .nav-links li {
    width: 100%;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  }

  .nav-links li:last-child {
    border-bottom: none;
  }

  .nav-link {
    display: block;
    padding: 12px 8px;
    font-size: 0.95rem;
    width: 100%;
  }

  .hero-content { padding: 30px 20px; }
  .hero-title { font-size: 2.2rem; }
  .section-title { font-size: 2rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .legal-content, .contact-card { padding: 24px 18px; }
}

@media (max-width: 480px) {
  .header-site .btn-gold {
    padding: 8px 14px;
    font-size: 0.75rem;
  }

  .brand-name {
    font-size: 1.05rem;
    letter-spacing: 0;
  }

  .logo-badge {
    width: 32px;
    height: 32px;
  }

  .logo-icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 380px) {
  .brand-name {
    font-size: 0.88rem;
  }
  
  .header-site .btn-gold {
    display: none; /* Auto-collapse button into mobile dropdown if device width is tiny */
  }
}