@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --aspen-dark:   #1a1f1a;
  --aspen-deep:   #253025;
  --aspen-forest: #2e4a2e;
  --aspen-pine:   #3d6b3d;
  --aspen-sage:   #6a8f6a;
  --aspen-mist:   #a8c4a8;
  --aspen-pale:   #e8f0e8;
  --snow:         #f8faf8;
  --gold-aspen:   #d4a853;
  --gold-bright:  #f0c86a;
  --gold-pale:    #fdf6e3;
  --birch:        #c8b89a;
  --birch-light:  #e8ddc8;
  --birch-pale:   #faf7f2;
  --white:        #ffffff;
  --gray-200:     #e4e8e4;
  --gray-400:     #8a9a8a;
  --gray-600:     #4a5a4a;
  --dark:         #0f140f;

  --font-display: 'Tenor Sans', Georgia, serif;
  --font-body:    'Jost', sans-serif;
  --shadow-sm:    0 2px 12px rgba(15,20,15,0.06);
  --shadow-md:    0 8px 32px rgba(15,20,15,0.1);
  --shadow-lg:    0 24px 64px rgba(15,20,15,0.16);
  --radius:       4px;
  --radius-lg:    12px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--dark); background: var(--white); line-height: 1.65; font-size: 16px; font-weight: 300; }
a { text-decoration: none; color: inherit; }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(26,31,26,0.96);
  backdrop-filter: blur(16px);
  padding: 0 56px;
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
  transition: all 0.4s;
}
.navbar.scrolled { height: 60px; background: rgba(15,20,15,0.98); }
.nav-logo {
  font-family: var(--font-display);
  font-size: 16px; color: var(--white);
  letter-spacing: 3px; text-transform: uppercase;
}
.nav-logo span { color: var(--gold-aspen); }
.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.7); font-size: 13px; font-weight: 400; padding: 8px 16px; border-radius: 2px; transition: all 0.25s; letter-spacing: 0.5px; }
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.07); }
.nav-phone { color: var(--gold-aspen) !important; font-weight: 500 !important; }
.nav-cta {
  background: transparent !important; color: var(--gold-aspen) !important;
  border: 1px solid var(--gold-aspen) !important;
  font-weight: 500 !important; border-radius: 2px !important;
  padding: 9px 22px !important; letter-spacing: 1px !important;
  font-size: 12px !important; text-transform: uppercase !important;
  transition: all 0.25s !important;
}
.nav-cta:hover { background: var(--gold-aspen) !important; color: var(--dark) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 22px; height: 1.5px; background: var(--white); border-radius: 1px; }

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(15,20,15,0.72) 0%, rgba(26,31,26,0.55) 40%, rgba(37,48,37,0.75) 100%),
    linear-gradient(135deg, var(--aspen-dark) 0%, var(--aspen-forest) 50%, var(--aspen-deep) 100%);
  display: flex; align-items: flex-end;
  padding: 0 56px 80px;
  position: relative; overflow: hidden;
}

/* Mountain silhouette */
.hero-mountains {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse at 50% 120%, rgba(168,196,168,0.06) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(61,107,61,0.15) 0%, transparent 40%),
    radial-gradient(ellipse at 80% 70%, rgba(45,74,45,0.12) 0%, transparent 35%);
}
.hero-mountains::before {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 45%;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(37,48,37,0.3) 30%,
    rgba(26,31,26,0.6) 70%,
    rgba(15,20,15,0.8) 100%);
  clip-path: polygon(0% 60%, 8% 30%, 15% 50%, 22% 15%, 30% 45%, 38% 20%, 45% 40%, 52% 5%, 60% 35%, 67% 18%, 75% 42%, 82% 22%, 90% 48%, 100% 25%, 100% 100%, 0% 100%);
}

.hero::after {
  content: '';
  position: absolute; bottom: -2px; left: 0; right: 0;
  height: 100px; background: var(--birch-pale);
  clip-path: ellipse(55% 100% at 50% 100%);
}

.hero-inner {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: flex-end;
}

.hero-eyebrow {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 28px;
}
.hero-eyebrow span {
  width: 40px; height: 1px; background: var(--gold-aspen); display: block;
}
.hero-eyebrow p { color: var(--gold-aspen); font-size: 11px; letter-spacing: 3px; text-transform: uppercase; font-weight: 500; }

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(38px, 5vw, 64px);
  color: var(--white); line-height: 1.1;
  margin-bottom: 24px; font-weight: 400;
  letter-spacing: 0.5px;
}
.hero h1 em { font-style: normal; color: var(--gold-aspen); }

.hero-desc { color: rgba(255,255,255,0.72); font-size: 16px; line-height: 1.8; margin-bottom: 40px; max-width: 480px; font-weight: 300; }

.hero-btns { display: flex; gap: 14px; align-items: center; }

.btn-gold-solid {
  background: var(--gold-aspen); color: var(--dark);
  padding: 14px 32px; border-radius: var(--radius);
  font-weight: 500; font-size: 13px; font-family: var(--font-body);
  border: none; cursor: pointer; transition: all 0.3s;
  display: inline-flex; align-items: center; gap: 8px;
  letter-spacing: 1px; text-transform: uppercase;
}
.btn-gold-solid:hover { background: var(--gold-bright); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(212,168,83,0.35); }

.btn-ghost-white {
  background: transparent; color: rgba(255,255,255,0.85);
  padding: 14px 32px; border-radius: var(--radius);
  font-weight: 400; font-size: 13px; font-family: var(--font-body);
  border: 1px solid rgba(255,255,255,0.3); cursor: pointer; transition: all 0.3s;
  letter-spacing: 1px; text-transform: uppercase;
}
.btn-ghost-white:hover { border-color: var(--white); color: var(--white); }

/* Hero right panel */
.hero-panel {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  backdrop-filter: blur(12px);
}
.panel-label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-aspen); margin-bottom: 20px; font-weight: 500; }
.panel-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 28px; }
.panel-stat { border-left: 2px solid var(--gold-aspen); padding-left: 16px; }
.panel-stat strong { display: block; font-family: var(--font-display); font-size: 34px; color: var(--white); line-height: 1; margin-bottom: 4px; }
.panel-stat span { color: rgba(255,255,255,0.5); font-size: 12px; letter-spacing: 0.5px; }
.panel-divider { height: 1px; background: rgba(255,255,255,0.1); margin-bottom: 24px; }
.panel-services { display: flex; flex-direction: column; gap: 10px; }
.panel-svc { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.75); font-size: 13px; font-weight: 400; }
.panel-svc::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-aspen); flex-shrink: 0; }

/* ===== SHARED ===== */
.section { padding: 96px 56px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.eyebrow-line { width: 32px; height: 1px; background: var(--gold-aspen); }
.eyebrow-text { color: var(--gold-aspen); font-size: 11px; letter-spacing: 3px; text-transform: uppercase; font-weight: 500; }
.section-title { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 44px); color: var(--dark); line-height: 1.15; margin-bottom: 16px; font-weight: 400; letter-spacing: 0.3px; }
.section-sub { color: var(--gray-600); font-size: 16px; max-width: 560px; line-height: 1.8; font-weight: 300; }

/* ===== SERVICES ===== */
.services-section { background: var(--birch-pale); }
.services-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--gray-200); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; }

.svc-card {
  background: var(--white); padding: 36px 30px;
  transition: all 0.35s; cursor: pointer; position: relative;
}
.svc-card::after { content: ''; position: absolute; bottom: 0; left: 30px; right: 30px; height: 2px; background: var(--gold-aspen); transform: scaleX(0); transition: transform 0.35s; }
.svc-card:hover { background: var(--aspen-dark); }
.svc-card:hover::after { transform: scaleX(1); }
.svc-num { font-family: var(--font-display); font-size: 12px; color: var(--gold-aspen); letter-spacing: 2px; margin-bottom: 16px; display: block; }
.svc-icon { font-size: 28px; margin-bottom: 14px; }
.svc-card h3 { font-family: var(--font-display); font-size: 18px; color: var(--dark); margin-bottom: 10px; font-weight: 400; letter-spacing: 0.3px; transition: color 0.35s; }
.svc-card:hover h3 { color: var(--white); }
.svc-card p { color: var(--gray-600); font-size: 13px; line-height: 1.7; font-weight: 300; transition: color 0.35s; }
.svc-card:hover p { color: rgba(255,255,255,0.65); }

/* ===== ABOUT STRIP ===== */
.about-section {
  background: var(--aspen-dark);
  padding: 96px 56px;
}
.about-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-text .eyebrow-text { color: var(--gold-aspen); }
.about-text .section-title { color: var(--white); }
.about-text p { color: rgba(255,255,255,0.65); font-size: 15px; line-height: 1.85; font-weight: 300; margin-bottom: 20px; }
.about-text p strong { color: var(--white); font-weight: 500; }

.about-pillars { display: flex; flex-direction: column; gap: 1px; background: rgba(255,255,255,0.06); border-radius: var(--radius-lg); overflow: hidden; }
.pillar {
  display: flex; gap: 20px; align-items: flex-start;
  background: rgba(255,255,255,0.03); padding: 24px 28px;
  transition: all 0.25s; border-left: 2px solid transparent;
}
.pillar:hover { background: rgba(255,255,255,0.07); border-left-color: var(--gold-aspen); }
.pillar-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.pillar h4 { color: var(--white); font-size: 14px; font-weight: 500; margin-bottom: 4px; letter-spacing: 0.3px; }
.pillar p { color: rgba(255,255,255,0.55); font-size: 13px; line-height: 1.6; font-weight: 300; }

/* ===== SEASONAL ===== */
.seasonal-section { background: var(--snow); }
.seasonal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; }
.season-card {
  background: var(--white); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200); transition: all 0.35s;
}
.season-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.season-header { padding: 28px 24px 20px; position: relative; }
.season-header.spring { background: linear-gradient(135deg, #e8f5e2, #d4edd4); }
.season-header.summer { background: linear-gradient(135deg, #e8f0e8, #c8dcc8); }
.season-header.fall   { background: linear-gradient(135deg, #f5ecd8, #e8d4b4); }
.season-header.winter { background: linear-gradient(135deg, #e8eef5, #ccdaec); }
.season-emoji { font-size: 36px; margin-bottom: 10px; display: block; }
.season-card h4 { font-family: var(--font-display); font-size: 18px; font-weight: 400; color: var(--dark); letter-spacing: 0.5px; }
.season-tag { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gray-400); font-weight: 500; margin-top: 4px; }
.season-body { padding: 20px 24px 24px; }
.season-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.season-list li { font-size: 13px; color: var(--gray-600); display: flex; gap: 10px; align-items: flex-start; font-weight: 300; }
.season-list li::before { content: '—'; color: var(--gold-aspen); font-weight: 500; flex-shrink: 0; }

/* ===== COVERAGE ===== */
.coverage-section { background: var(--birch-pale); padding: 96px 56px; }
.coverage-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.coverage-desc p { color: var(--gray-600); font-size: 15px; line-height: 1.85; font-weight: 300; margin-bottom: 16px; }
.coverage-desc p strong { color: var(--dark); font-weight: 500; }
.towns-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.town-item {
  display: flex; align-items: center; gap: 10px;
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius); padding: 12px 16px;
  font-size: 13px; color: var(--gray-600); font-weight: 400;
  transition: all 0.25s;
}
.town-item:hover { border-color: var(--gold-aspen); color: var(--dark); background: var(--gold-pale); }
.town-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--aspen-pine); flex-shrink: 0; }

/* ===== TESTIMONIALS ===== */
.testimonials-section { background: var(--aspen-forest); padding: 96px 56px; }
.testimonials-section .eyebrow-text { color: var(--gold-aspen); }
.testimonials-section .section-title { color: var(--white); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.t-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg); padding: 36px 30px; transition: all 0.3s;
}
.t-card:hover { background: rgba(255,255,255,0.1); }
.t-stars { color: var(--gold-aspen); font-size: 13px; letter-spacing: 3px; margin-bottom: 18px; }
.t-card blockquote { color: rgba(255,255,255,0.78); font-size: 14px; line-height: 1.85; font-style: italic; margin-bottom: 24px; font-weight: 300; }
.t-author { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.08); }
.t-avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(212,168,83,0.2); border: 1px solid rgba(212,168,83,0.4); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 14px; color: var(--gold-aspen); }
.t-author strong { color: var(--white); font-size: 13px; display: block; font-weight: 500; margin-bottom: 2px; }
.t-author span { color: rgba(255,255,255,0.4); font-size: 12px; letter-spacing: 0.3px; }

/* ===== CTA ===== */
.cta-section {
  background: var(--birch-pale);
  padding: 96px 56px;
  text-align: center;
}
.cta-inner { max-width: 680px; margin: 0 auto; }
.cta-eyebrow { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 24px; }
.cta-line { width: 40px; height: 1px; background: var(--gold-aspen); }
.cta-label { color: var(--gold-aspen); font-size: 11px; letter-spacing: 3px; text-transform: uppercase; font-weight: 500; }
.cta-section h2 { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 44px); color: var(--dark); margin-bottom: 16px; font-weight: 400; letter-spacing: 0.3px; }
.cta-section p { color: var(--gray-600); font-size: 17px; margin-bottom: 40px; font-weight: 300; line-height: 1.75; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-dark-solid { background: var(--aspen-dark); color: var(--white); padding: 15px 36px; border-radius: var(--radius); font-weight: 500; font-size: 13px; font-family: var(--font-body); border: none; cursor: pointer; transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px; letter-spacing: 1px; text-transform: uppercase; }
.btn-dark-solid:hover { background: var(--dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(15,20,15,0.25); }
.btn-gold-outline { background: transparent; color: var(--aspen-pine); padding: 15px 36px; border-radius: var(--radius); font-weight: 500; font-size: 13px; font-family: var(--font-body); border: 1.5px solid var(--aspen-pine); cursor: pointer; transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px; letter-spacing: 1px; text-transform: uppercase; }
.btn-gold-outline:hover { background: var(--aspen-pine); color: var(--white); }

/* ===== FOOTER ===== */
footer { background: var(--dark); color: rgba(255,255,255,0.55); padding: 72px 56px 36px; }
.footer-top { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 56px; padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.footer-logo { font-family: var(--font-display); font-size: 15px; color: var(--white); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 16px; }
.footer-logo span { color: var(--gold-aspen); }
.footer-brand p { font-size: 13px; line-height: 1.8; margin-bottom: 24px; }
.footer-social { display: flex; gap: 10px; }
.s-btn { width: 34px; height: 34px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 14px; cursor: pointer; transition: all 0.25s; }
.s-btn:hover { background: var(--gold-aspen); border-color: var(--gold-aspen); }
.footer-col h4 { color: rgba(255,255,255,0.9); font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { color: rgba(255,255,255,0.45); font-size: 13px; transition: color 0.25s; font-weight: 300; }
.footer-col ul li a:hover { color: var(--gold-aspen); }
.fci { display: flex; gap: 10px; margin-bottom: 11px; font-size: 13px; font-weight: 300; }
.fci a:hover { color: var(--gold-aspen); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 28px; display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.25); flex-wrap: wrap; gap: 8px; letter-spacing: 0.3px; }

/* ===== CONTACT PAGE ===== */
.page-hero {
  background: var(--aspen-dark);
  padding: 140px 56px 88px;
  position: relative; overflow: hidden;
}
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(212,168,83,0.07) 0%, transparent 60%), radial-gradient(ellipse at 20% 80%, rgba(61,107,61,0.1) 0%, transparent 40%); }
.page-hero::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 80px; background: var(--birch-pale); clip-path: ellipse(55% 100% at 50% 100%); }
.page-hero-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.breadcrumb { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.4); font-size: 12px; margin-bottom: 24px; letter-spacing: 0.5px; }
.breadcrumb a { color: var(--gold-aspen); }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(32px, 4.5vw, 54px); color: var(--white); font-weight: 400; letter-spacing: 0.5px; line-height: 1.1; margin-bottom: 14px; }
.page-hero p { color: rgba(255,255,255,0.65); font-size: 17px; max-width: 540px; font-weight: 300; line-height: 1.75; }

.contact-wrap { max-width: 1200px; margin: 0 auto; padding: 80px 56px; display: grid; grid-template-columns: 1fr 360px; gap: 64px; align-items: start; }
.contact-form-wrap h2 { font-family: var(--font-display); font-size: 28px; font-weight: 400; letter-spacing: 0.3px; margin-bottom: 6px; }
.contact-form-wrap > p { color: var(--gray-600); margin-bottom: 32px; font-size: 15px; font-weight: 300; line-height: 1.7; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 11px; font-weight: 600; color: var(--dark); margin-bottom: 7px; letter-spacing: 1.5px; text-transform: uppercase; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 13px 16px; border: 1px solid var(--gray-200); border-radius: var(--radius); font-family: var(--font-body); font-size: 14px; font-weight: 300; color: var(--dark); background: var(--white); transition: all 0.25s; outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold-aspen); box-shadow: 0 0 0 3px rgba(212,168,83,0.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group textarea { height: 130px; resize: vertical; }

.contact-sidebar { display: flex; flex-direction: column; gap: 18px; }
.c-card { background: var(--birch-pale); border-radius: var(--radius-lg); padding: 28px; border: 1px solid var(--gray-200); }
.c-card.dark { background: var(--aspen-dark); border: none; }
.c-card h3 { font-family: var(--font-display); font-size: 18px; font-weight: 400; letter-spacing: 0.3px; margin-bottom: 14px; color: var(--dark); }
.c-card.dark h3 { color: var(--gold-aspen); }
.c-card.dark p { color: rgba(255,255,255,0.6); font-size: 13px; font-weight: 300; margin-bottom: 16px; line-height: 1.7; }
.phone-big { display: flex; align-items: center; gap: 10px; background: rgba(212,168,83,0.12); border: 1px solid rgba(212,168,83,0.25); padding: 14px 18px; border-radius: var(--radius); color: var(--gold-aspen); font-weight: 500; font-size: 19px; transition: all 0.25s; margin-bottom: 10px; }
.phone-big:hover { background: rgba(212,168,83,0.2); }
.c-info-item { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 13px; }
.c-info-icon { font-size: 16px; margin-top: 2px; }
.c-info-item strong { display: block; font-size: 13px; color: var(--dark); margin-bottom: 2px; font-weight: 500; }
.c-info-item span, .c-info-item a { font-size: 13px; color: var(--gray-600); font-weight: 300; line-height: 1.5; }
.c-info-item a:hover { color: var(--aspen-pine); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .navbar { padding: 0 24px; }
  .hero { padding: 0 24px 60px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-panel { display: none; }
  .section { padding: 72px 24px; }
  .about-section, .coverage-section, .testimonials-section, .cta-section { padding: 72px 24px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .services-intro { grid-template-columns: 1fr; gap: 24px; }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .seasonal-grid { grid-template-columns: 1fr 1fr; }
  .coverage-inner { grid-template-columns: 1fr; gap: 40px; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .contact-wrap { grid-template-columns: 1fr; padding: 60px 24px; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero { padding: 0 20px 50px; }
  .section, .about-section, .coverage-section, .testimonials-section, .cta-section { padding: 60px 20px; }
  .services-grid { grid-template-columns: 1fr; }
  .seasonal-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  footer { padding: 52px 20px 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .contact-wrap { padding: 40px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .page-hero { padding: 120px 20px 80px; }
}
