/* ============================================
   COBALTGARDEN.SITE — JARDIN MAJORELLE GUIDE
   Palette: Majorelle Blue #1A52A5 | Ochre #C9870F | Deep Green #2A6049 | Ivory #FAF8F3
   ============================================ */

:root {
  --blue: #1A52A5;
  --blue-dark: #123A78;
  --blue-light: #2E6ED4;
  --ochre: #C9870F;
  --ochre-light: #E09F2A;
  --green: #2A6049;
  --green-light: #3A8066;
  --ivory: #FAF8F3;
  --ivory-dark: #F0EBE1;
  --charcoal: #1C1C2E;
  --text: #2B2B3B;
  --text-muted: #6B6B7B;
  --white: #FFFFFF;
  --border: #D8D0C4;
  --shadow: 0 4px 24px rgba(26,82,165,0.10);
  --radius: 10px;
  --radius-lg: 18px;
  --transition: 0.28s ease;
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--text);
  background: var(--ivory);
  line-height: 1.7;
  overflow-x: hidden;
}

/* ============================================ TYPOGRAPHY */
h1, h2, h3, h4, h5 {
  font-family: 'Palatino Linotype', Palatino, Georgia, serif;
  line-height: 1.25;
  color: var(--charcoal);
}
h1 { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 600; }
h3 { font-size: clamp(1.15rem, 2.5vw, 1.55rem); font-weight: 600; }
h4 { font-size: 1.05rem; font-weight: 600; color: var(--blue); }
p { margin-bottom: 1.1em; }
a { color: var(--blue); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--ochre); }
ul { padding-left: 1.4em; }
li { margin-bottom: 0.4em; }

/* ============================================ LAYOUT */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section:nth-child(even) { background: var(--white); }
.section-label {
  display: inline-block;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ochre);
  margin-bottom: 14px;
}
.section-title {
  margin-bottom: 16px;
}
.section-intro {
  font-size: 1.08rem;
  color: var(--text-muted);
  max-width: 680px;
  margin-bottom: 48px;
}
.divider {
  width: 52px;
  height: 3px;
  background: linear-gradient(90deg, var(--ochre), var(--blue));
  border-radius: 2px;
  margin: 18px 0 40px;
}

/* ============================================ HEADER */
#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(26, 58, 120, 0.97);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--ochre);
  transition: box-shadow var(--transition);
}
#site-header.scrolled {
  box-shadow: 0 2px 20px rgba(26,82,165,0.25);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.site-brand {
  font-family: 'Palatino Linotype', Palatino, Georgia, serif;
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.04em;
}
.site-brand span { color: var(--ochre-light); }

nav.main-nav ul {
  display: flex;
  list-style: none;
  gap: 4px;
  padding: 0; margin: 0;
}
nav.main-nav ul li a {
  display: block;
  padding: 6px 12px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.85);
  border-radius: 5px;
  text-transform: uppercase;
  transition: background var(--transition), color var(--transition);
}
nav.main-nav ul li a:hover {
  background: rgba(201,135,15,0.18);
  color: var(--ochre-light);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 6px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}

/* ============================================ HERO */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--blue-dark);
}

/* Moroccan Zellige Geometric Pattern — SVG background */
.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23FAF8F3' stroke-width='1.2'%3E%3Cpolygon points='60,8 71,34 98,34 76,52 84,78 60,62 36,78 44,52 22,34 49,34'/%3E%3Crect x='0' y='0' width='120' height='120' fill='none'/%3E%3Cline x1='0' y1='60' x2='22' y2='34'/%3E%3Cline x1='0' y1='60' x2='22' y2='86'/%3E%3Cline x1='120' y1='60' x2='98' y2='34'/%3E%3Cline x1='120' y1='60' x2='98' y2='86'/%3E%3Cline x1='60' y1='0' x2='49' y2='34'/%3E%3Cline x1='60' y1='0' x2='71' y2='34'/%3E%3Cline x1='60' y1='120' x2='49' y2='86'/%3E%3Cline x1='60' y1='120' x2='71' y2='86'/%3E%3Ccircle cx='60' cy='60' r='16' stroke-width='0.8'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 120px;
}

/* Gradient overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(18,58,120,0.88) 0%,
    rgba(26,82,165,0.60) 50%,
    rgba(42,96,73,0.50) 100%
  );
}

/* Ochre vertical accent bar */
.hero-accent-bar {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--ochre) 0%, var(--ochre-light) 50%, var(--ochre) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 100px 24px 80px 60px;
}
.hero-badge {
  display: inline-block;
  background: rgba(201,135,15,0.20);
  border: 1px solid var(--ochre);
  color: var(--ochre-light);
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 28px;
}
.hero-content h1 {
  color: var(--white);
  margin-bottom: 22px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.hero-content h1 em {
  font-style: normal;
  color: var(--ochre-light);
}
.hero-content p {
  font-size: 1.13rem;
  color: rgba(255,255,255,0.88);
  max-width: 580px;
  margin-bottom: 36px;
}
.hero-cta {
  display: inline-block;
  background: var(--ochre);
  color: var(--white);
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 30px;
  transition: background var(--transition), transform var(--transition);
}
.hero-cta:hover {
  background: var(--ochre-light);
  color: var(--white);
  transform: translateY(-2px);
}
.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 52px;
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.18);
}
.hero-stat { color: var(--white); }
.hero-stat strong {
  display: block;
  font-family: 'Palatino Linotype', Palatino, Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--ochre-light);
  line-height: 1;
  margin-bottom: 4px;
}
.hero-stat span {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ============================================ HISTORY SECTION */
#history { background: var(--ivory); }
.history-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.history-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.timeline-item {
  display: flex;
  gap: 20px;
  padding-bottom: 32px;
  position: relative;
}
.timeline-item:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 40px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--blue), transparent);
}
.timeline-dot {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--white);
  z-index: 1;
}
.timeline-body h4 { color: var(--blue); margin-bottom: 6px; }
.timeline-body p { font-size: 0.95rem; color: var(--text-muted); margin: 0; }

.history-quote {
  background: var(--blue);
  color: var(--white);
  padding: 40px;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}
.history-quote::before {
  content: '"';
  position: absolute;
  top: -10px; left: 20px;
  font-size: 120px;
  font-family: Georgia, serif;
  color: rgba(255,255,255,0.08);
  line-height: 1;
}
.history-quote blockquote {
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 20px;
  position: relative;
}
.history-quote cite {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: var(--ochre-light);
  text-transform: uppercase;
  font-style: normal;
}
.history-facts {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.fact-card {
  background: rgba(255,255,255,0.10);
  border-radius: var(--radius);
  padding: 18px;
  border-left: 3px solid var(--ochre);
}
.fact-card strong {
  display: block;
  font-size: 1.3rem;
  font-family: 'Palatino Linotype', Palatino, Georgia, serif;
  color: var(--ochre-light);
  margin-bottom: 4px;
}
.fact-card span { font-size: 0.8rem; color: rgba(255,255,255,0.70); }

/* ============================================ GARDEN & FLORA */
#garden { background: var(--white); }
.flora-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.flora-card {
  background: var(--ivory);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform var(--transition), box-shadow var(--transition);
}
.flora-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.flora-icon {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  background: linear-gradient(135deg, var(--blue) 0%, var(--green) 100%);
  color: var(--white);
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1rem;
}
.flora-body { padding: 22px; }
.flora-body h4 { margin-bottom: 8px; }
.flora-body p { font-size: 0.92rem; color: var(--text-muted); margin: 0; }

/* ============================================ MAJORELLE BLUE */
#blue-color {
  background: var(--charcoal);
  color: var(--white);
  padding: 80px 0;
}
#blue-color h2 { color: var(--white); }
#blue-color .section-label { color: var(--ochre-light); }
.blue-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.blue-swatch-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blue-swatch {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 20px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.swatch-block {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  flex-shrink: 0;
}
.swatch-main { background: #1A52A5; }
.swatch-alt { background: #2E6ED4; }
.swatch-ochre { background: #C9870F; }
.swatch-green { background: #2A6049; }
.swatch-info h4 {
  color: var(--white);
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.swatch-info p { font-size: 0.82rem; color: rgba(255,255,255,0.55); margin: 0; }
.blue-text p { color: rgba(255,255,255,0.80); }
.blue-text .divider { opacity: 0.6; }

/* ============================================ YSL MUSEUM */
#ysl { background: var(--ivory); }
.ysl-layout {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 60px;
  align-items: start;
}
.ysl-highlights {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 36px;
}
.ysl-highlight {
  display: flex;
  gap: 18px;
  padding: 20px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--border);
  transition: border-color var(--transition);
}
.ysl-highlight:hover { border-color: var(--blue); }
.ysl-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ochre);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.88rem;
}
.ysl-highlight h4 { margin-bottom: 6px; }
.ysl-highlight p { font-size: 0.9rem; color: var(--text-muted); margin: 0; }
.ysl-infobox {
  background: var(--blue);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px;
}
.ysl-infobox h3 { color: var(--white); margin-bottom: 20px; font-size: 1.2rem; }
.ysl-info-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ysl-info-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.ysl-info-item:last-child { border-bottom: none; padding-bottom: 0; }
.ysl-info-item .lbl {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.60);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  min-width: 80px;
}
.ysl-info-item .val {
  font-size: 0.92rem;
  color: var(--white);
  text-align: right;
}

/* ============================================ TICKETS */
#tickets { background: var(--white); }
.tickets-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 48px;
}
.ticket-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 2px solid var(--border);
  transition: border-color var(--transition), transform var(--transition);
}
.ticket-card:hover { border-color: var(--blue); transform: translateY(-4px); }
.ticket-head {
  background: var(--blue);
  color: var(--white);
  padding: 22px 26px;
}
.ticket-head h3 { color: var(--white); font-size: 1.2rem; margin-bottom: 4px; }
.ticket-head .price {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Palatino Linotype', Palatino, Georgia, serif;
  color: var(--ochre-light);
}
.ticket-head .price sup { font-size: 1rem; vertical-align: super; }
.ticket-body { padding: 22px 26px; background: var(--ivory); }
.ticket-body ul { list-style: none; padding: 0; }
.ticket-body ul li {
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.92rem;
  display: flex;
  justify-content: space-between;
}
.ticket-body ul li:last-child { border-bottom: none; }
.ticket-body ul li .cat { color: var(--text-muted); }
.ticket-body ul li .amt { font-weight: 600; color: var(--blue-dark); }

.ticket-note {
  background: rgba(201,135,15,0.08);
  border-left: 4px solid var(--ochre);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 24px;
  font-size: 0.92rem;
  color: var(--text);
  margin-top: 8px;
}

/* ============================================ HOURS & GETTING THERE */
#hours { background: var(--ivory); }
.hours-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table th {
  text-align: left;
  padding: 12px 16px;
  background: var(--blue);
  color: var(--white);
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hours-table th:first-child { border-radius: var(--radius) 0 0 0; }
.hours-table th:last-child { border-radius: 0 var(--radius) 0 0; }
.hours-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  font-size: 0.92rem;
}
.hours-table tr:last-child td { border-bottom: none; }
.hours-table tr:nth-child(even) td { background: rgba(26,82,165,0.04); }
.season-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.badge-high { background: var(--ochre); color: var(--white); }
.badge-low { background: var(--green); color: var(--white); }

.directions-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.dir-item {
  display: flex;
  gap: 16px;
  padding: 18px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--border);
}
.dir-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
}
.dir-body h4 { margin-bottom: 4px; }
.dir-body p { font-size: 0.88rem; color: var(--text-muted); margin: 0; }

/* ============================================ VISITOR TIPS */
#tips { background: var(--white); }
.tips-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.tip-card {
  background: var(--ivory);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid var(--border);
  border-top: 4px solid var(--blue);
  transition: border-top-color var(--transition), transform var(--transition);
}
.tip-card:hover { border-top-color: var(--ochre); transform: translateY(-3px); }
.tip-num {
  font-family: 'Palatino Linotype', Palatino, Georgia, serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: rgba(26,82,165,0.12);
  line-height: 1;
  margin-bottom: 10px;
}
.tip-card h4 { color: var(--blue-dark); margin-bottom: 10px; }
.tip-card p { font-size: 0.93rem; color: var(--text-muted); margin: 0; }

/* ============================================ RESOURCES */
#resources { background: var(--blue-dark); color: var(--white); }
#resources h2 { color: var(--white); }
#resources .section-label { color: var(--ochre-light); }
#resources .divider { opacity: 0.5; }
.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.resource-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: background var(--transition);
}
.resource-card:hover { background: rgba(255,255,255,0.12); }
.resource-card h4 { color: var(--ochre-light); margin-bottom: 12px; }
.resource-card p { font-size: 0.88rem; color: rgba(255,255,255,0.65); margin: 0; }

/* ============================================ LEGAL & AGB */
#legal, #agb { background: var(--ivory); }
#legal h2, #agb h2 { font-size: 1.8rem; }
.legal-content {
  max-width: 780px;
}
.legal-content h3 {
  font-size: 1.12rem;
  color: var(--blue-dark);
  margin: 28px 0 10px;
}
.legal-content p, .legal-content li {
  font-size: 0.92rem;
  color: var(--text-muted);
}

/* ============================================ CONTACT FORM */
#contact { background: var(--white); }
.form-wrapper {
  max-width: 680px;
  margin: 0 auto;
  background: var(--ivory);
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: var(--shadow);
  border-top: 5px solid var(--ochre);
}
.form-wrapper h2 { margin-bottom: 8px; }
.form-wrapper p { color: var(--text-muted); margin-bottom: 36px; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}
.form-group label {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.form-group input {
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  font-size: 0.95rem;
  font-family: Georgia, serif;
  color: var(--text);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
}
.form-group input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(26,82,165,0.12);
}
.form-group input.error { border-color: #c0392b; }
.form-submit {
  display: block;
  width: 100%;
  padding: 15px;
  background: var(--blue);
  color: var(--white);
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  margin-top: 8px;
  transition: background var(--transition), transform var(--transition);
}
.form-submit:hover { background: var(--blue-dark); transform: translateY(-1px); }
.form-success {
  display: none;
  text-align: center;
  padding: 24px;
  background: rgba(42,96,73,0.08);
  border-radius: var(--radius);
  border: 1px solid var(--green);
  color: var(--green);
  font-weight: 600;
  margin-top: 16px;
}

/* ============================================ FOOTER */
#footer {
  background: var(--charcoal);
  color: rgba(255,255,255,0.75);
  padding: 64px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-brand-name {
  font-family: 'Palatino Linotype', Palatino, Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}
.footer-brand-name span { color: var(--ochre-light); }
.footer-desc {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.50);
  line-height: 1.7;
  margin-bottom: 20px;
}
.footer-contact-item {
  font-size: 0.84rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 8px;
}
.footer-contact-item strong {
  color: rgba(255,255,255,0.80);
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}
.footer-col h5 {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ochre-light);
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  transition: color var(--transition);
}
.footer-col ul li a:hover { color: var(--ochre-light); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.30);
}
.footer-bottom a { color: rgba(255,255,255,0.40); }
.footer-bottom a:hover { color: var(--ochre-light); }

/* ============================================ SCROLL REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ============================================ RESPONSIVE */
@media (max-width: 900px) {
  .history-layout,
  .blue-layout,
  .ysl-layout,
  .hours-layout,
  .tickets-intro {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .flora-grid { grid-template-columns: 1fr 1fr; }
  .resources-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-content { padding: 100px 24px 60px 32px; }
  .hero-stats { gap: 24px; flex-wrap: wrap; }
}

@media (max-width: 768px) {
  nav.main-nav { display: none; }
  nav.main-nav.open {
    display: block;
    position: absolute;
    top: 64px; left: 0; right: 0;
    background: var(--blue-dark);
    padding: 16px 0 24px;
    border-top: 1px solid var(--ochre);
  }
  nav.main-nav.open ul {
    flex-direction: column;
    gap: 2px;
    padding: 0 24px;
  }
  nav.main-nav.open ul li a { padding: 10px 14px; }
  .nav-toggle { display: flex; }
  .section { padding: 56px 0; }
  .tips-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .form-wrapper { padding: 32px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .history-facts { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .flora-grid { grid-template-columns: 1fr; }
  .resources-grid { grid-template-columns: 1fr; }
}
