/* ============================================================
   Baharampur Travel Website – Main Stylesheet
   Domain: baharampur.in
   ============================================================ */

:root {
  --color-primary:      #2c6e49;
  --color-primary-dark: #1b4d33;
  --color-accent:       #e07b39;
  --color-accent-light: #f5a468;
  --color-bg:           #fafaf8;
  --color-bg-alt:       #f0ede8;
  --color-bg-section:   #f7f4f0;
  --color-white:        #ffffff;
  --color-text:         #2d2d2d;
  --color-text-muted:   #5e5e5e;
  --color-text-light:   #8a8a8a;
  --color-border:       #e0dbd4;
  --color-border-light: #ede9e3;
  --font-heading:       'Georgia', 'Times New Roman', serif;
  --font-body:          'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --radius-sm:          4px;
  --radius-md:          8px;
  --radius-lg:          16px;
  --radius-xl:          24px;
  --shadow-sm:          0 1px 4px rgba(0,0,0,0.08);
  --shadow-md:          0 4px 16px rgba(0,0,0,0.10);
  --shadow-lg:          0 8px 32px rgba(0,0,0,0.14);
  --transition:         0.25s ease;
  --max-width:          1200px;
  --nav-height:         68px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--color-text); background-color: var(--color-bg); line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-primary); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--color-accent); }
ul { list-style: none; }
p { margin-bottom: 1.1rem; }
p:last-child { margin-bottom: 0; }

h1, h2, h3, h4, h5 { font-family: var(--font-heading); color: var(--color-text); line-height: 1.25; font-weight: 700; }
h1 { font-size: clamp(2rem, 5vw, 3rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.2rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.5rem); }
h4 { font-size: 1.1rem; }

.section-label { display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-accent); margin-bottom: 0.5rem; }
.section-title { font-family: var(--font-heading); font-size: clamp(1.6rem, 3.5vw, 2.3rem); color: var(--color-text); margin-bottom: 1rem; }
.section-subtitle { font-size: 1.05rem; color: var(--color-text-muted); max-width: 640px; }
.section-header { margin-bottom: 3rem; }
.section-header.centered { text-align: center; }
.section-header.centered .section-subtitle { margin: 0 auto; }

.container { max-width: var(--max-width); margin: 0 auto; padding: 0 1.5rem; }
.section-pad { padding: 80px 0; }
.section-pad-sm { padding: 56px 0; }

/* NAV */
.site-nav { position: sticky; top: 0; z-index: 1000; background: var(--color-white); border-bottom: 1px solid var(--color-border-light); box-shadow: var(--shadow-sm); height: var(--nav-height); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: var(--nav-height); }
.nav-brand { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; }
.nav-brand-icon { width: 36px; height: 36px; background: var(--color-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.nav-brand-icon svg { width: 20px; height: 20px; fill: none; stroke: white; stroke-width: 2; }
.nav-brand-text { display: flex; flex-direction: column; }
.nav-brand-name { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 700; color: var(--color-primary); line-height: 1.1; }
.nav-brand-sub { font-size: 0.65rem; color: var(--color-text-muted); letter-spacing: 0.08em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 0.25rem; }
.nav-links a { font-size: 0.92rem; font-weight: 600; color: var(--color-text); padding: 0.45rem 0.85rem; border-radius: var(--radius-sm); transition: background var(--transition), color var(--transition); position: relative; }
.nav-links a:hover, .nav-links a.active { color: var(--color-primary); background: rgba(44,110,73,0.08); }
.nav-links a.active::after { content: ''; position: absolute; bottom: -2px; left: 12px; right: 12px; height: 2px; background: var(--color-primary); border-radius: 2px; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 0.5rem; border: none; background: transparent; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--color-text); border-radius: 2px; transition: transform var(--transition), opacity var(--transition); }

/* HERO */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; background: #1a3a28; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; transition: transform 8s ease; }
.hero:hover .hero-bg { transform: scale(1.04); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.25) 60%, rgba(44,110,73,0.35) 100%); }
.hero-content { position: relative; z-index: 2; color: white; max-width: 680px; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.4rem; background: rgba(255,255,255,0.18); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.25); border-radius: 100px; padding: 0.35rem 1rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: white; margin-bottom: 1.5rem; }
.hero-badge svg { width: 14px; height: 14px; fill: var(--color-accent-light); }
.hero h1 { color: white; font-size: clamp(2.4rem, 6vw, 3.8rem); line-height: 1.15; margin-bottom: 1.25rem; text-shadow: 0 2px 12px rgba(0,0,0,0.35); }
.hero h1 span { color: var(--color-accent-light); }
.hero-desc { font-size: 1.1rem; color: rgba(255,255,255,0.88); margin-bottom: 2rem; line-height: 1.7; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 0.4rem; color: rgba(255,255,255,0.65); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; animation: bounce 2s infinite; }
.hero-scroll svg { width: 20px; height: 20px; stroke: rgba(255,255,255,0.65); fill: none; stroke-width: 2; }
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.8rem 1.75rem; font-size: 0.92rem; font-weight: 700; border-radius: var(--radius-md); border: 2px solid transparent; cursor: pointer; text-decoration: none; transition: all var(--transition); letter-spacing: 0.03em; }
.btn-primary { background: var(--color-accent); color: white; border-color: var(--color-accent); }
.btn-primary:hover { background: #c96927; border-color: #c96927; color: white; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(224,123,57,0.4); }
.btn-outline { background: transparent; color: white; border-color: rgba(255,255,255,0.7); }
.btn-outline:hover { background: rgba(255,255,255,0.15); border-color: white; color: white; }
.btn-green { background: var(--color-primary); color: white; border-color: var(--color-primary); }
.btn-green:hover { background: var(--color-primary-dark); border-color: var(--color-primary-dark); color: white; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(44,110,73,0.4); }

/* STAT BAR */
.stat-bar { background: var(--color-primary); color: white; padding: 1.5rem 0; }
.stat-bar-inner { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 1rem; }
.stat-item { text-align: center; }
.stat-number { font-family: var(--font-heading); font-size: 2rem; font-weight: 700; color: var(--color-accent-light); line-height: 1; }
.stat-label { font-size: 0.78rem; opacity: 0.82; letter-spacing: 0.06em; text-transform: uppercase; margin-top: 0.25rem; }

/* INTRO GRID */
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.intro-text h2 { margin-bottom: 1.25rem; }
.intro-text p { color: var(--color-text-muted); }
.intro-text .btn { margin-top: 1.5rem; }
.intro-img-wrap { position: relative; }
.intro-img-wrap img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); aspect-ratio: 4/3; object-fit: cover; }
.intro-img-badge { position: absolute; bottom: -1rem; left: -1rem; background: var(--color-accent); color: white; padding: 1rem 1.5rem; border-radius: var(--radius-md); box-shadow: var(--shadow-md); text-align: center; }
.intro-img-badge strong { display: block; font-size: 1.5rem; font-family: var(--font-heading); line-height: 1; }
.intro-img-badge span { font-size: 0.75rem; opacity: 0.9; }

/* HIGHLIGHT CARDS */
.highlights-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 2rem; }
.highlight-card { background: var(--color-white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--color-border-light); transition: box-shadow var(--transition), transform var(--transition); }
.highlight-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.highlight-card-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.highlight-card-body { padding: 1.5rem; }
.highlight-card-cat { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-accent); margin-bottom: 0.4rem; }
.highlight-card-body h3 { margin-bottom: 0.6rem; font-size: 1.15rem; }
.highlight-card-body p { font-size: 0.9rem; color: var(--color-text-muted); line-height: 1.6; margin-bottom: 1rem; }
.highlight-card-body a { font-size: 0.85rem; font-weight: 700; color: var(--color-primary); display: inline-flex; align-items: center; gap: 0.3rem; }
.highlight-card-body a::after { content: '→'; }
.highlight-card-body a:hover { color: var(--color-accent); }

/* INFO BOXES */
.info-boxes { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.info-box { background: var(--color-white); border-radius: var(--radius-md); padding: 1.5rem; border: 1px solid var(--color-border-light); box-shadow: var(--shadow-sm); }
.info-box-icon { width: 44px; height: 44px; background: rgba(44,110,73,0.1); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.info-box-icon svg { width: 22px; height: 22px; stroke: var(--color-primary); fill: none; stroke-width: 2; }
.info-box h4 { font-size: 0.95rem; margin-bottom: 0.35rem; }
.info-box p { font-size: 0.85rem; color: var(--color-text-muted); margin: 0; }

/* TIPS */
.tips-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.tip-item { display: flex; gap: 1rem; align-items: flex-start; background: var(--color-white); border-radius: var(--radius-md); padding: 1.25rem; border: 1px solid var(--color-border-light); box-shadow: var(--shadow-sm); }
.tip-number { flex-shrink: 0; width: 34px; height: 34px; background: var(--color-primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 700; font-family: var(--font-heading); }
.tip-text h4 { font-size: 0.95rem; margin-bottom: 0.3rem; }
.tip-text p { font-size: 0.85rem; color: var(--color-text-muted); margin: 0; }

/* PAGE HERO */
.page-hero { position: relative; height: 480px; overflow: hidden; display: flex; align-items: flex-end; }
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 60%); }
.page-hero-content { position: relative; z-index: 2; color: white; padding: 2.5rem 0; width: 100%; }
.page-hero-content .breadcrumb { margin-bottom: 1rem; }
.page-hero-content h1 { color: white; text-shadow: 0 2px 8px rgba(0,0,0,0.4); margin-bottom: 0.75rem; }
.page-hero-content p { color: rgba(255,255,255,0.85); font-size: 1.05rem; max-width: 640px; margin: 0; }

/* BREADCRUMB */
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; color: rgba(255,255,255,0.7); flex-wrap: wrap; }
.breadcrumb a { color: rgba(255,255,255,0.7); }
.breadcrumb a:hover { color: white; }
.breadcrumb-sep { color: rgba(255,255,255,0.4); font-size: 0.75rem; }
.breadcrumb-current { color: var(--color-accent-light); font-weight: 600; }

/* ATTRACTION CARDS */
.attraction-section { margin-bottom: 4rem; }
.attraction-card { background: var(--color-white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--color-border-light); display: grid; grid-template-columns: 1fr 1fr; min-height: 320px; transition: box-shadow var(--transition); }
.attraction-card:hover { box-shadow: var(--shadow-lg); }
.attraction-card.reverse { direction: rtl; }
.attraction-card.reverse > * { direction: ltr; }
.attraction-card-img { position: relative; overflow: hidden; }
.attraction-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.attraction-card:hover .attraction-card-img img { transform: scale(1.05); }
.attraction-card-body { padding: 2.5rem; display: flex; flex-direction: column; justify-content: center; }
.attraction-card-body .tag { display: inline-block; background: rgba(44,110,73,0.1); color: var(--color-primary); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 0.8rem; border-radius: 100px; margin-bottom: 0.75rem; }
.attraction-card-body h3 { margin-bottom: 1rem; font-size: 1.4rem; }
.attraction-card-body p { color: var(--color-text-muted); font-size: 0.95rem; margin-bottom: 0.9rem; }
.attraction-meta { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 0.5rem; }
.attraction-meta-item { display: flex; align-items: center; gap: 0.35rem; font-size: 0.8rem; color: var(--color-text-muted); }
.attraction-meta-item svg { width: 14px; height: 14px; stroke: var(--color-primary); fill: none; stroke-width: 2; flex-shrink: 0; }

/* TWO-COL TEXT */
.two-col-text { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.two-col-text.wide-first { grid-template-columns: 1.4fr 1fr; }
.two-col-text p { color: var(--color-text-muted); font-size: 0.95rem; }

/* QUOTE BLOCK */
.quote-block { background: var(--color-primary); color: white; border-radius: var(--radius-lg); padding: 3rem; text-align: center; position: relative; overflow: hidden; }
.quote-block::before { content: '"'; position: absolute; top: -1rem; left: 1.5rem; font-family: var(--font-heading); font-size: 8rem; color: rgba(255,255,255,0.08); line-height: 1; pointer-events: none; }
.quote-block blockquote { font-family: var(--font-heading); font-size: clamp(1.1rem, 2.5vw, 1.5rem); font-style: italic; margin-bottom: 1.25rem; line-height: 1.5; }
.quote-block cite { font-size: 0.85rem; opacity: 0.75; }

/* CTA SECTION */
.cta-section { background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 100%); color: white; text-align: center; padding: 80px 0; }
.cta-section h2 { color: white; margin-bottom: 1rem; }
.cta-section p { color: rgba(255,255,255,0.8); font-size: 1.05rem; margin-bottom: 2rem; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

/* CULTURE PAGE */
.culture-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.food-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 2rem; }
.food-card { background: var(--color-white); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--color-border-light); box-shadow: var(--shadow-sm); transition: box-shadow var(--transition), transform var(--transition); }
.food-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.food-card-body { padding: 1.25rem; }
.food-card-body h4 { margin-bottom: 0.4rem; font-size: 1rem; }
.food-card-body p { font-size: 0.85rem; color: var(--color-text-muted); margin: 0; }
.craft-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; margin-bottom: 4rem; }
.craft-grid.reverse { direction: rtl; }
.craft-grid.reverse > * { direction: ltr; }
.craft-grid img { width: 100%; border-radius: var(--radius-lg); aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--shadow-md); }
.craft-text h3 { margin-bottom: 1rem; font-size: 1.4rem; }
.craft-text p { color: var(--color-text-muted); font-size: 0.95rem; }

/* FESTIVAL TABLE */
.festival-table-wrap { overflow-x: auto; }
.festival-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.festival-table th, .festival-table td { padding: 0.9rem 1.2rem; text-align: left; border-bottom: 1px solid var(--color-border-light); }
.festival-table th { background: var(--color-primary); color: white; font-weight: 700; font-size: 0.82rem; letter-spacing: 0.05em; text-transform: uppercase; }
.festival-table tr:nth-child(even) { background: var(--color-bg-alt); }
.festival-table tr:hover { background: rgba(44,110,73,0.05); }

/* FOOTER */
.site-footer { background: #1a1a18; color: rgba(255,255,255,0.75); }
.footer-main { padding: 60px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 3rem; }
.footer-brand-name { font-family: var(--font-heading); font-size: 1.35rem; color: white; margin-bottom: 0.25rem; }
.footer-brand-tagline { font-size: 0.8rem; color: rgba(255,255,255,0.45); margin-bottom: 1.25rem; }
.footer-desc { font-size: 0.88rem; line-height: 1.7; color: rgba(255,255,255,0.6); margin-bottom: 1.5rem; }
.footer-col h4 { color: white; font-size: 0.88rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1.25rem; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul li a { font-size: 0.88rem; color: rgba(255,255,255,0.6); transition: color var(--transition); }
.footer-col ul li a:hover { color: var(--color-accent-light); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 0.6rem; margin-bottom: 0.75rem; font-size: 0.88rem; color: rgba(255,255,255,0.6); }
.footer-contact-item svg { flex-shrink: 0; width: 15px; height: 15px; stroke: var(--color-accent-light); fill: none; stroke-width: 2; margin-top: 2px; }
.footer-contact-item a { color: rgba(255,255,255,0.6); }
.footer-contact-item a:hover { color: var(--color-accent-light); }
.footer-cookie { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-md); padding: 1rem 1.25rem; margin-top: 1.5rem; font-size: 0.8rem; color: rgba(255,255,255,0.5); line-height: 1.6; }
.footer-cookie strong { color: rgba(255,255,255,0.7); }
.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-bottom { padding: 1.25rem 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.75rem; }
.footer-copyright { font-size: 0.82rem; color: rgba(255,255,255,0.45); }
.footer-copyright a { color: var(--color-accent-light); font-weight: 600; }
.footer-copyright a:hover { color: white; }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { font-size: 0.78rem; color: rgba(255,255,255,0.4); }
.footer-legal a:hover { color: rgba(255,255,255,0.7); }

/* COOKIE BANNER */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: #1a1a18; border-top: 2px solid var(--color-primary); padding: 1.25rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; box-shadow: 0 -4px 24px rgba(0,0,0,0.25); transform: translateY(100%); transition: transform 0.4s ease; }
.cookie-banner.visible { transform: translateY(0); }
.cookie-banner-text { flex: 1; font-size: 0.88rem; color: rgba(255,255,255,0.75); min-width: 200px; }
.cookie-banner-text strong { color: white; }
.cookie-banner-actions { display: flex; gap: 0.75rem; flex-shrink: 0; }
.btn-cookie-accept { background: var(--color-primary); color: white; border: none; padding: 0.55rem 1.25rem; border-radius: var(--radius-sm); font-size: 0.85rem; font-weight: 700; cursor: pointer; transition: background var(--transition); }
.btn-cookie-accept:hover { background: var(--color-primary-dark); }
.btn-cookie-decline { background: transparent; color: rgba(255,255,255,0.55); border: 1px solid rgba(255,255,255,0.2); padding: 0.55rem 1rem; border-radius: var(--radius-sm); font-size: 0.82rem; cursor: pointer; transition: all var(--transition); }
.btn-cookie-decline:hover { border-color: rgba(255,255,255,0.5); color: rgba(255,255,255,0.8); }

/* BACK TO TOP */
.back-to-top { position: fixed; bottom: 5.5rem; right: 1.5rem; z-index: 500; width: 42px; height: 42px; background: var(--color-primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transition: opacity var(--transition), transform var(--transition); text-decoration: none; }
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover { transform: translateY(-3px); color: white; }
.back-to-top svg { width: 18px; height: 18px; stroke: white; fill: none; stroke-width: 2.5; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .intro-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .intro-img-wrap { order: -1; }
  .culture-intro-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .two-col-text { grid-template-columns: 1fr; }
  .two-col-text.wide-first { grid-template-columns: 1fr; }
  .craft-grid { grid-template-columns: 1fr; }
  .craft-grid.reverse { direction: ltr; }
}
@media (max-width: 768px) {
  :root { --nav-height: 60px; }
  .section-pad { padding: 56px 0; }
  .nav-links { display: none; position: fixed; top: var(--nav-height); left: 0; right: 0; background: var(--color-white); flex-direction: column; padding: 1.25rem; border-top: 1px solid var(--color-border); gap: 0.25rem; box-shadow: var(--shadow-md); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 0.7rem 1rem; border-radius: var(--radius-sm); }
  .nav-hamburger { display: flex; }
  .hero { min-height: 75vh; }
  .attraction-card { grid-template-columns: 1fr; }
  .attraction-card.reverse { direction: ltr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-legal { justify-content: center; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 1.9rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .intro-img-badge { position: static; margin-top: 1rem; display: inline-block; }
  .cookie-banner { padding: 1rem; }
  .cookie-banner-actions { width: 100%; }
}

/* UTILITY */
.bg-alt { background: var(--color-bg-alt); }
.bg-section { background: var(--color-bg-section); }
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* RICH TEXT */
.content-body h2 { margin: 2.5rem 0 1rem; color: var(--color-primary); }
.content-body h3 { margin: 2rem 0 0.75rem; }
.content-body p { margin-bottom: 1.25rem; color: var(--color-text-muted); }
.content-body ul { list-style: disc; padding-left: 1.5rem; margin-bottom: 1.25rem; }
.content-body ul li { margin-bottom: 0.4rem; color: var(--color-text-muted); }
.content-body strong { color: var(--color-text); }

/* ============================================================
   SKIP TO CONTENT (Accessibility)
============================================================ */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: var(--color-primary);
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  font-size: 0.9rem;
  font-weight: 700;
  z-index: 10000;
  transition: top 0.2s;
}
.skip-link:focus { top: 0; color: white; }

/* ============================================================
   IMAGE ENHANCEMENTS
============================================================ */
/* Prevent layout shift — enforce aspect ratios on known image slots */
.highlight-card-img,
.attraction-card-img img,
.intro-img-wrap img,
.culture-intro-grid img,
.craft-grid img {
  object-fit: cover;
}

/* Smooth image fade-in on load */
img {
  opacity: 0;
  transition: opacity 0.4s ease;
}
img.loaded,
img[loading="eager"] {
  opacity: 1;
}

/* ============================================================
   FOCUS STYLES (Accessibility)
============================================================ */
:focus-visible {
  outline: 3px solid var(--color-primary);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 3px;
}

/* ============================================================
   SELECTION COLOR
============================================================ */
::selection {
  background: rgba(44,110,73,0.2);
  color: var(--color-primary-dark);
}

/* ============================================================
   SCROLL MARGIN FOR ANCHOR LINKS (clears sticky nav)
============================================================ */
[id] {
  scroll-margin-top: calc(var(--nav-height) + 1.5rem);
}

/* ============================================================
   FIGURE / FIGCAPTION
============================================================ */
figure { margin: 0; }
figcaption {
  font-size: 0.78rem;
  color: var(--color-text-light);
  margin-top: 0.6rem;
  text-align: center;
  font-style: italic;
}

/* ============================================================
   TABLE ENHANCEMENTS
============================================================ */
.festival-table th:first-child { border-radius: var(--radius-sm) 0 0 0; }
.festival-table th:last-child  { border-radius: 0 var(--radius-sm) 0 0; }
.festival-table td:first-child { font-weight: 600; color: var(--color-text); }

/* ============================================================
   PRINT STYLES
============================================================ */
@media print {
  .site-nav,
  .hero-scroll,
  .cookie-banner,
  .back-to-top,
  .cta-section,
  .nav-hamburger,
  .stat-bar,
  .btn { display: none !important; }

  body { font-size: 12pt; color: #000; background: #fff; }
  a { color: #000; text-decoration: underline; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 0.75em; color: #555; }
  a[href^="#"]::after,
  a[href^="mailto:"]::after { content: ""; }

  h1, h2, h3, h4 { color: #000; page-break-after: avoid; }
  img { max-width: 100% !important; page-break-inside: avoid; }
  .section-pad { padding: 1.5rem 0; }
  .highlights-grid { grid-template-columns: 1fr 1fr; }
  .intro-grid,
  .two-col-text { grid-template-columns: 1fr; }
  .site-footer { background: #fff; color: #000; border-top: 1px solid #ccc; }
  .site-footer a { color: #000; }
  .footer-cookie,
  .footer-legal { display: none; }
}
