/*
Theme Name: Lapland Explorers
Theme URI: https://laplandexplorers.com
Author: Lapland Explorers Team
Author URI: https://laplandexplorers.com
Description: A stunning one-page theme for Northern Lights tours featuring aurora-inspired green colors, Playfair Display & Inter fonts
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lapland-explorers
Tags: one-page, custom-background, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready
*/

:root {
  --background: 160 65% 3%;
  --foreground: 160 5% 98%;
  --card: 160 45% 8%;
  --card-foreground: 160 5% 98%;
  --popover: 160 55% 6%;
  --popover-foreground: 160 5% 98%;
  --primary: 158 64% 52%;
  --primary-foreground: 160 100% 2%;
  --secondary: 160 50% 15%;
  --secondary-foreground: 160 5% 98%;
  --muted: 160 40% 12%;
  --muted-foreground: 160 10% 65%;
  --accent: 174 72% 56%;
  --accent-foreground: 160 100% 2%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 160 5% 98%;
  --border: 160 30% 20%;
  --input: 160 30% 18%;
  --ring: 158 64% 52%;
  --radius: 0.75rem;
  --gradient-aurora: linear-gradient(135deg, hsl(158, 64%, 52%) 0%, hsl(174, 72%, 56%) 50%, hsl(166, 77%, 44%) 100%);
  --gradient-dark: linear-gradient(180deg, hsl(160, 65%, 3%) 0%, hsl(160, 55%, 5%) 100%);
  --gradient-hero: linear-gradient(180deg, rgba(10, 31, 28, 0.8) 0%, rgba(5, 15, 14, 0.95) 100%);
  --shadow-glow: 0 0 40px hsla(158, 64%, 52%, 0.3);
  --shadow-card: 0 10px 40px -10px hsla(160, 65%, 3%, 0.5);
}

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

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }

/* Buttons */
.btn { padding: 0.75rem 2rem; border-radius: 9999px; font-weight: 600; text-decoration: none; display: inline-block; transition: all 0.3s; border: none; cursor: pointer; }
.btn-primary { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.btn-primary:hover { opacity: 0.9; }
.btn-hero { background: hsl(var(--foreground)); color: hsl(var(--background)); font-size: 1.125rem; padding: 1rem 2rem; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.btn-outline { border: 2px solid hsl(var(--primary)); background: transparent; color: hsl(var(--primary)); }
.btn-outline:hover { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.btn-outline-secondary { border: 1px solid hsl(var(--border)); background: transparent; color: hsl(var(--foreground)); padding: 0.5rem 1.5rem; }
.btn-outline-secondary:hover { background: hsl(var(--secondary)); }
.btn-light { background: white; color: hsl(var(--background)); }
.btn-booking { background: white; color: hsl(var(--background)); font-size: 1.125rem; padding: 1rem 2rem; }

/* Navigation */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: hsla(var(--background), 0.8); backdrop-filter: blur(12px); border-bottom: 1px solid hsl(var(--border)); }
.nav-container { display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 1rem; }
.site-branding { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.site-logo { width: 48px; height: 48px; }
.site-title { font-size: 1.25rem; font-weight: 600; color: hsl(var(--foreground)); }
.main-navigation { display: none; gap: 2rem; align-items: center; }
.main-navigation a { color: hsla(var(--foreground), 0.8); text-decoration: none; transition: color 0.3s; }
.main-navigation a:hover { color: hsl(var(--foreground)); }
.mobile-menu-toggle { display: block; background: none; border: none; color: hsl(var(--foreground)); cursor: pointer; }
.mobile-menu { display: none; padding-bottom: 1rem; }
.mobile-menu.active { display: block; }

/* Hero Section */
.hero-section { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-top: 80px; }
.hero-background { position: absolute; inset: 0; z-index: 0; }
.hero-bg-image { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: var(--gradient-hero); }
.hero-content { position: relative; z-index: 10; text-align: center; padding: 4rem 1rem; }
.hero-label { color: hsl(var(--accent)); font-size: 0.875rem; font-weight: 500; letter-spacing: 0.1em; margin-bottom: 1.5rem; text-transform: uppercase; }
.hero-title { font-size: 2.5rem; font-weight: 700; color: white; margin-bottom: 1.5rem; line-height: 1.2; }
.hero-subtitle { font-size: 1.125rem; color: rgba(255,255,255,0.9); max-width: 42rem; margin: 0 auto 2rem; }
.hero-reviews { display: flex; flex-direction: column; gap: 2rem; margin-top: 4rem; align-items: center; }
.review-item { text-align: center; }
.stars { display: flex; gap: 0.25rem; justify-content: center; margin-bottom: 0.5rem; }
.star { color: hsl(var(--accent)); font-size: 1.25rem; }
.review-text { color: rgba(255,255,255,0.8); font-size: 0.875rem; margin-bottom: 0.25rem; }
.review-source { color: rgba(255,255,255,0.6); font-size: 0.75rem; }

/* About Section */
.about-section { padding: 5rem 0; background: var(--gradient-dark); }
.about-grid { display: grid; gap: 3rem; align-items: center; }
.section-label-inline { display: inline-flex; align-items: center; gap: 0.5rem; color: hsl(var(--accent)); font-size: 0.875rem; font-weight: 500; letter-spacing: 0.1em; margin-bottom: 1rem; }
.sparkles-icon { width: 20px; height: 20px; }
.section-title-large { font-size: 2.5rem; font-weight: 700; color: hsl(var(--foreground)); margin-bottom: 1.5rem; line-height: 1.3; }
.about-text { color: hsla(var(--foreground), 0.7); margin-bottom: 1rem; line-height: 1.8; font-size: 1.125rem; }
.about-visual { position: relative; }
.aurora-glow { position: absolute; inset: 0; background: var(--gradient-aurora); opacity: 0.2; filter: blur(80px); border-radius: 2rem; }
.why-card { position: relative; background: hsla(var(--card), 0.5); backdrop-filter: blur(12px); border: 1px solid hsl(var(--border)); border-radius: 1.5rem; padding: 2rem; }
.why-title { font-size: 1.5rem; font-weight: 600; margin-bottom: 1.5rem; color: hsl(var(--foreground)); }
.why-list { list-style: none; }
.why-item { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 1rem; }
.bullet { width: 8px; height: 8px; border-radius: 50%; background: hsl(var(--primary)); margin-top: 0.5rem; flex-shrink: 0; }

/* Tours Section */
.tours-section { padding: 5rem 0; background: hsl(var(--background)); }
.section-header { text-align: center; margin-bottom: 3rem; }
.section-label { color: hsl(var(--accent)); font-size: 0.875rem; font-weight: 500; letter-spacing: 0.1em; margin-bottom: 1rem; text-transform: uppercase; }
.section-title { font-size: 2.5rem; font-weight: 700; color: hsl(var(--foreground)); line-height: 1.3; }
.tours-grid { display: grid; gap: 2rem; max-width: 1200px; margin: 0 auto; }
.tour-card { background: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: 0.75rem; overflow: hidden; transition: all 0.3s; }
.tour-card:hover { box-shadow: var(--shadow-glow); }
.tour-image-wrapper { position: relative; height: 16rem; overflow: hidden; }
.tour-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.tour-card:hover .tour-image { transform: scale(1.1); }
.tour-image-overlay { position: absolute; inset: 0; background: linear-gradient(to top, hsla(var(--background), 0.9), transparent); }
.tour-content { padding: 1.5rem; }
.tour-meta { display: flex; gap: 1rem; color: hsl(var(--muted-foreground)); font-size: 0.875rem; margin-bottom: 1rem; }
.meta-item { display: flex; align-items: center; gap: 0.25rem; }
.tour-title { font-size: 1.5rem; font-weight: 600; color: hsl(var(--foreground)); margin-bottom: 1rem; line-height: 1.3; }
.tour-description { color: hsla(var(--foreground), 0.7); margin-bottom: 1rem; line-height: 1.6; }
.tour-buttons { display: flex; gap: 0.75rem; }

/* What's Included */
.whats-included-section { padding: 5rem 0; background: hsl(var(--background)); }
.included-grid { display: grid; gap: 3rem; align-items: center; }
.included-image { border-radius: 1.5rem; overflow: hidden; box-shadow: var(--shadow-glow); }
.included-image img { width: 100%; height: 100%; object-fit: cover; }
.included-intro { color: hsla(var(--foreground), 0.7); font-size: 1.125rem; margin-bottom: 2rem; line-height: 1.8; }
.included-list { list-style: none; margin-bottom: 2rem; }
.included-item { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 1rem; }
.check-icon { width: 24px; height: 24px; color: hsl(var(--accent)); flex-shrink: 0; margin-top: 0.125rem; }
.included-item span { color: hsla(var(--foreground), 0.8); font-size: 1.125rem; }

/* Gallery */
.gallery-section { padding: 5rem 0; background: hsl(var(--background)); }
.gallery-carousel { display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; padding: 1rem 0; scrollbar-width: none; }
.gallery-carousel::-webkit-scrollbar { display: none; }
.gallery-item { flex: 0 0 auto; width: 80%; max-width: 500px; scroll-snap-align: center; }
.gallery-item img { width: 100%; height: 400px; object-fit: cover; border-radius: 1rem; }

/* Testimonials */
.testimonials-section { padding: 5rem 0; background: var(--gradient-aurora); position: relative; overflow: hidden; }
.section-header-left { margin-bottom: 3rem; }
.testimonials-carousel { display: flex; gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; padding: 1rem 0; scrollbar-width: none; }
.testimonials-carousel::-webkit-scrollbar { display: none; }
.testimonial-card { flex: 0 0 auto; width: 90%; max-width: 400px; background: hsla(var(--background), 0.2); backdrop-filter: blur(12px); border: 1px solid hsla(var(--accent), 0.2); border-radius: 1rem; padding: 2rem; scroll-snap-align: start; }
.testimonial-header { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1rem; }
.testimonial-avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.testimonial-name { font-size: 1.125rem; font-weight: 600; color: hsl(var(--foreground)); margin-bottom: 0.25rem; }
.testimonial-meta { color: hsla(var(--foreground), 0.6); font-size: 0.875rem; }
.testimonial-review { color: hsla(var(--foreground), 0.8); margin: 1.5rem 0; line-height: 1.6; }
.tripadvisor-link { display: inline-flex; align-items: center; gap: 0.5rem; color: hsl(var(--accent)); text-decoration: none; font-size: 0.875rem; font-weight: 500; }

/* FAQ */
.faq-section { padding: 5rem 0; background: var(--gradient-dark); }
.faq-grid { display: grid; gap: 3rem; align-items: start; }
.faq-intro { color: hsla(var(--foreground), 0.7); font-size: 1.125rem; margin-bottom: 2rem; line-height: 1.8; }
.faq-accordion { display: flex; flex-direction: column; gap: 1rem; }
.faq-item { border: 1px solid hsla(var(--accent), 0.2); border-radius: 0.75rem; padding: 1.5rem; background: hsla(var(--background), 0.2); backdrop-filter: blur(12px); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; background: none; border: none; text-align: left; font-size: 1.125rem; font-weight: 600; color: hsl(var(--accent)); cursor: pointer; padding: 0; }
.faq-icon { transition: transform 0.3s; flex-shrink: 0; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-answer.active { max-height: 500px; margin-top: 1rem; }
.faq-answer p { color: hsla(var(--foreground), 0.7); line-height: 1.6; }

/* Booking CTA */
.booking-cta-section { padding: 5rem 0; background: hsl(var(--background)); }
.booking-cta-wrapper { position: relative; border-radius: 1.5rem; overflow: hidden; height: 400px; display: flex; align-items: center; justify-content: center; }
.booking-bg-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.booking-overlay { position: absolute; inset: 0; background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)); }
.booking-content { position: relative; z-index: 10; text-align: center; }
.booking-title { font-size: 3rem; font-weight: 700; color: white; margin-bottom: 2rem; }

/* Footer */
.site-footer { background: hsl(var(--secondary)); border-top: 1px solid hsl(var(--border)); padding: 3rem 0 1rem; }
.footer-grid { display: grid; gap: 2rem; margin-bottom: 2rem; }
.footer-section h3 { margin-bottom: 1rem; color: hsl(var(--foreground)); font-size: 1.125rem; }
.footer-section ul { list-style: none; }
.footer-section li { margin-bottom: 0.5rem; }
.footer-section a { color: hsl(var(--muted-foreground)); text-decoration: none; transition: color 0.3s; }
.footer-section a:hover { color: hsl(var(--foreground)); }
.contact-item { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem; color: hsl(var(--muted-foreground)); }
.footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid hsl(var(--border)); color: hsl(var(--muted-foreground)); font-size: 0.875rem; }

/* Responsive */
@media (min-width: 768px) {
  .main-navigation { display: flex; }
  .mobile-menu-toggle { display: none; }
  .hero-title { font-size: 4rem; }
  .hero-reviews { flex-direction: row; justify-content: center; }
  .about-grid { grid-template-columns: repeat(2, 1fr); }
  .tours-grid { grid-template-columns: repeat(2, 1fr); }
  .included-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(4, 1fr); }
  .section-title { font-size: 3rem; }
}
