/* ============================================================
   jardinvisitinfo.site — Styles
   Palette: Ivory | Deep Cobalt | Warm Gold | Terracotta | Sage
   Font: Georgia, serif
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ivory:      #FAF7F0;
  --ivory-dk:   #F2EDE0;
  --ivory-xdk:  #E8E0CE;
  --cobalt:     #1C3A7E;
  --cobalt-lt:  #2A4F9F;
  --cobalt-pale:#EBF0FA;
  --cobalt-deep:#122A5C;
  --gold:       #C8960C;
  --gold-lt:    #DCA820;
  --gold-pale:  #FDF6DC;
  --terra:      #9E3D25;
  --terra-lt:   #B84D32;
  --terra-pale: #FAF0EE;
  --sage:       #4E7C5A;
  --text:       #1A1208;
  --text-mid:   #4A3618;
  --text-lt:    #7A6040;
  --border:     #DDD4BA;
  --border-dk:  #C8BC9A;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: Georgia, 'Times New Roman', serif;
  background: var(--ivory);
  color: var(--text);
  line-height: 1.75;
}

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

/* ── DISCLAIMER BAR ── */
.disclaimer-bar {
  background: #FFF3CD;
  color: #664D03;
  text-align: center;
  font-size: 0.77rem;
  font-weight: bold;
  padding: 9px 20px;
  border-bottom: 1px solid #FFD966;
  font-family: Arial, sans-serif;
}
.disclaimer-bar a { color: #4A3600; text-decoration: underline; }

/* ── HEADER ── */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--cobalt-deep);
  border-bottom: 3px solid var(--gold);
  box-shadow: 0 2px 18px rgba(18,42,92,0.35);
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.site-brand {
  font-size: 1.05rem;
  font-weight: bold;
  color: var(--ivory);
  letter-spacing: 0.04em;
  font-style: italic;
}
.site-brand em { color: var(--gold-lt); font-style: normal; }
nav a {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  padding: 22px 12px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition: color 0.25s, border-bottom-color 0.25s;
  font-family: Arial, sans-serif;
}
nav a:hover { color: var(--gold-lt); border-bottom-color: var(--gold-lt); }

/* ── HERO ── */
.hero {
  background: linear-gradient(150deg, var(--cobalt-deep) 0%, #1A3570 45%, #14285A 100%);
  padding: 110px 32px 100px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,150,12,0.14) 0%, transparent 70%);
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -80px; left: 80px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(78,124,90,0.12) 0%, transparent 70%);
}
.hero-inner { max-width: 820px; position: relative; z-index: 1; }
.hero-tag {
  display: inline-block;
  border: 1px solid rgba(200,150,12,0.45);
  background: rgba(200,150,12,0.1);
  color: #F0D070;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 5px 20px;
  margin-bottom: 32px;
  font-family: Arial, sans-serif;
}
.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.7rem);
  color: var(--ivory);
  font-weight: bold;
  line-height: 1.12;
  margin-bottom: 26px;
  font-style: italic;
}
.hero h1 em { color: var(--gold-lt); font-style: normal; }
.hero-sub {
  font-size: 1.02rem;
  color: rgba(250,247,240,0.68);
  max-width: 600px;
  margin-bottom: 44px;
  line-height: 1.9;
}
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  border: 1px solid rgba(200,150,12,0.35);
  background: rgba(200,150,12,0.08);
  color: rgba(250,247,240,0.8);
  font-size: 0.78rem;
  padding: 6px 18px;
  font-family: Arial, sans-serif;
  letter-spacing: 0.02em;
}

/* ── QUICK NAV ── */
.quick-nav {
  background: var(--ivory-xdk);
  border-bottom: 1px solid var(--border);
  padding: 12px 32px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.quick-nav a {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cobalt);
  border: 1px solid var(--border-dk);
  padding: 5px 16px;
  background: var(--ivory);
  font-family: Arial, sans-serif;
  transition: background 0.2s, color 0.2s;
}
.quick-nav a:hover { background: var(--cobalt); color: var(--ivory); }

/* ── SECTION BASE ── */
section { padding: 88px 32px; }
.section-inner { max-width: 1100px; margin: 0 auto; }

.section-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: bold;
  color: var(--cobalt);
  margin-bottom: 14px;
  line-height: 1.18;
  font-style: italic;
}
.section-sub {
  font-size: 0.97rem;
  color: var(--text-lt);
  max-width: 640px;
  margin-bottom: 44px;
  line-height: 1.9;
}
.title-dash {
  width: 56px;
  height: 3px;
  background: linear-gradient(to right, var(--gold), var(--gold-lt));
  margin-bottom: 40px;
  border-radius: 2px;
}

/* ── SPLIT ── */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
  align-items: start;
}
.split-text p {
  font-size: 0.96rem;
  color: var(--text-mid);
  margin-bottom: 18px;
  line-height: 1.9;
}

/* ── INFO PANEL ── */
.info-panel {
  background: var(--ivory-dk);
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  padding: 36px 32px;
}
.info-panel h3 {
  font-size: 1.02rem;
  font-weight: bold;
  color: var(--cobalt);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
  font-style: italic;
}
.info-panel ul { list-style: none; font-size: 0.9rem; line-height: 2.2; color: var(--text-mid); }
.info-panel ul li::before { content: '✦  '; color: var(--gold); font-size: 0.75rem; }

/* ── STAT ROW ── */
.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 60px;
}
.stat-card {
  background: var(--cobalt);
  padding: 32px 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.stat-card::before {
  content: '';
  position: absolute;
  top: -30px; left: -30px;
  width: 100px; height: 100px;
  border-radius: 50%;
  background: rgba(200,150,12,0.12);
}
.stat-card.visible { opacity: 1; transform: translateY(0); }
.stat-num {
  font-size: 2.4rem;
  color: var(--gold-lt);
  line-height: 1;
  margin-bottom: 8px;
  font-weight: bold;
  font-family: Georgia, serif;
  position: relative; z-index: 1;
}
.stat-num sup { font-size: 1rem; color: #F0D070; }
.stat-label {
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  color: rgba(250,247,240,0.62);
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  position: relative; z-index: 1;
}

/* ── BG VARIANTS ── */
.bg-ivory { background: var(--ivory-dk); }
.bg-cobalt { background: var(--cobalt-deep); }
.bg-cobalt .section-title { color: #EAD87A; font-style: italic; }
.bg-cobalt .section-eyebrow { color: rgba(255,255,255,0.5); }
.bg-cobalt .section-sub { color: rgba(250,247,240,0.58); }
.bg-cobalt .title-dash { background: linear-gradient(to right, var(--gold-lt), rgba(255,255,255,0.25)); }

/* ── STEPS ── */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 56px;
  position: relative;
}
.steps-grid::before {
  content: '';
  position: absolute;
  top: 31px;
  left: 12%; right: 12%;
  height: 1px;
  background: var(--border);
}
.step-box {
  text-align: center;
  padding: 0 16px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.step-box.visible { opacity: 1; transform: translateY(0); }
.step-dot {
  width: 62px;
  height: 62px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--ivory);
  margin: 0 auto 24px;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 18px rgba(200,150,12,0.3);
  font-family: Georgia, serif;
}
.step-box h4 {
  font-size: 0.88rem;
  font-weight: bold;
  color: var(--cobalt);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: Arial, sans-serif;
}
.step-box p { font-size: 0.83rem; color: var(--text-lt); line-height: 1.65; }

/* ── CARD GRID ── */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 8px;
}
.card {
  background: var(--ivory);
  border: 1px solid var(--border);
  border-top: 3px solid var(--cobalt);
  padding: 32px 28px;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.card.visible { opacity: 1; transform: translateY(0); }
.card-icon {
  width: 46px;
  height: 46px;
  background: var(--cobalt-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: bold;
  color: var(--cobalt);
  margin-bottom: 16px;
  letter-spacing: 0.06em;
  font-family: Arial, sans-serif;
}
.card h4 { font-size: 1rem; font-weight: bold; color: var(--cobalt); margin-bottom: 10px; font-style: italic; }
.card p { font-size: 0.87rem; color: var(--text-lt); line-height: 1.78; }

/* ── COMPARE TABLE ── */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 36px;
  font-size: 0.89rem;
  border: 1px solid var(--border);
}
.compare-table thead th {
  background: var(--cobalt);
  color: var(--ivory);
  padding: 14px 18px;
  text-align: left;
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.compare-table tbody tr { border-bottom: 1px solid var(--border); }
.compare-table tbody tr:nth-child(even) { background: var(--ivory-dk); }
.compare-table tbody td { padding: 14px 18px; color: var(--text-mid); vertical-align: middle; }
.compare-table tbody td:first-child { color: var(--text); font-weight: bold; font-style: italic; }
.check { color: var(--sage); font-weight: bold; font-family: Arial, sans-serif; }
.cross { color: var(--terra); font-family: Arial, sans-serif; }

/* ── TIPS ── */
.tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 8px;
}
.tip-item {
  background: var(--ivory);
  border: 1px solid var(--border);
  border-left: 3px solid var(--terra);
  padding: 28px 24px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.tip-item.visible { opacity: 1; transform: translateY(0); }
.tip-num {
  font-size: 1.9rem;
  color: var(--border-dk);
  line-height: 1;
  margin-bottom: 12px;
  font-weight: bold;
  font-family: Georgia, serif;
}
.tip-item h4 { font-size: 0.95rem; font-weight: bold; color: var(--terra); margin-bottom: 8px; font-style: italic; }
.tip-item p { font-size: 0.86rem; color: var(--text-lt); line-height: 1.78; }

/* ── THREE COL ── */
.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 52px;
}
.col-block {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.col-block.visible { opacity: 1; transform: translateY(0); }
.col-block h3 {
  font-size: 0.76rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-lt);
  border-bottom: 1px solid rgba(200,150,12,0.3);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}
.col-block ul { list-style: none; font-size: 0.87rem; }
.col-block ul li { padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.col-block ul li a { color: rgba(250,247,240,0.5); transition: color 0.2s; }
.col-block ul li a:hover { color: var(--gold-lt); }
.col-block p { font-size: 0.87rem; color: rgba(250,247,240,0.52); line-height: 1.82; }

/* ── FORM ── */
.form-section {
  background: var(--ivory-xdk);
  border-top: 3px solid var(--gold);
}
.form-section .section-inner { max-width: 660px; }
.form-title { font-size: 1.9rem; font-weight: bold; color: var(--cobalt); margin-bottom: 8px; font-style: italic; }
.form-sub { font-size: 0.9rem; color: var(--text-lt); margin-bottom: 36px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label {
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--text-mid);
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.form-group input {
  padding: 13px 15px;
  border: 1px solid var(--border-dk);
  background: var(--ivory);
  font-size: 0.95rem;
  color: var(--text);
  outline: none;
  border-radius: 2px;
  font-family: Georgia, serif;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus {
  border-color: var(--cobalt);
  box-shadow: 0 0 0 3px rgba(28,58,126,0.1);
}
.form-btn {
  margin-top: 6px;
  padding: 14px 44px;
  background: var(--cobalt);
  color: var(--ivory);
  border: none;
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  border-radius: 2px;
  font-family: Arial, sans-serif;
  transition: background 0.25s;
}
.form-btn:hover { background: var(--cobalt-lt); }

/* ── FOOTER ── */
footer {
  background: #0D1F46;
  border-top: 3px solid var(--gold);
  color: rgba(250,247,240,0.5);
  padding: 64px 32px 28px;
}
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 52px;
  margin-bottom: 52px;
}
.footer-brand { font-size: 1rem; font-weight: bold; color: var(--ivory); margin-bottom: 14px; font-style: italic; }
.footer-brand em { color: var(--gold-lt); font-style: normal; }
.footer-desc { font-size: 0.83rem; line-height: 1.78; margin-bottom: 20px; }
.footer-contact { font-size: 0.82rem; line-height: 2.1; }
.footer-contact a { color: var(--gold-lt); }
.footer-col h4 {
  font-size: 0.67rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ivory);
  margin-bottom: 18px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.footer-col ul { list-style: none; font-size: 0.85rem; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: rgba(250,247,240,0.42); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold-lt); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  font-family: Arial, sans-serif;
}
.footer-bottom a { color: rgba(250,247,240,0.32); margin-left: 16px; transition: color 0.2s; }
.footer-bottom a:hover { color: var(--gold-lt); }

/* ── FADE ── */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  nav { display: none; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .card-grid, .tips-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid::before { display: none; }
  .three-col { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}
@media (max-width: 600px) {
  section { padding: 56px 20px; }
  .stat-row, .form-grid, .card-grid, .tips-grid { grid-template-columns: 1fr; }
  .three-col, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 66px 20px 58px; }
  .steps-grid { grid-template-columns: 1fr; }
}
