@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;900&family=Manrope:wght@800;900&display=swap');

:root {
  --primary: #9fe870;
  --primary-active: #cdffad;
  --primary-neutral: #c5edab;
  --primary-pale: #e2f6d5;
  --on-primary: #163300;

  --canvas: #ffffff;
  --canvas-soft: #e8ebe6;
  --ink: #163300;
  --ink-deep: #163300;
  --body: #454745;
  --mute: #868685;

  --positive: #2ead4b;
  --warning: #ffd11a;
  --negative: #d03238;

  --font-display: 'Manrope', 'Inter', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;

  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 24px;
  --r-pill: 9999px;

  --s-xs: 4px;
  --s-sm: 8px;
  --s-md: 12px;
  --s-lg: 16px;
  --s-xl: 24px;
  --s-2xl: 32px;
  --s-3xl: 48px;
}

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

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--canvas);
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: var(--ink); }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

.container {
  width: min(1200px, 90%);
  margin: 0 auto;
}

/* ─── TOP STRIP ─── */
.top-strip {
  display: none;
}

/* ─── HEADER ─── */
.header {
  background: #ffffff;
  border-bottom: 1px solid rgba(22,51,0,.08);
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  gap: 24px;
  height: 80px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0;
  color: #fff;
  line-height: 1;
  flex-shrink: 0;
}
.logo:hover { text-decoration: none; }
.logo img {
  height: 48px;
  width: auto;
}
.logo-mark { display: none; }
.logo span { display: none; }
.menu {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 15px;
}
.menu a {
  color: var(--ink-deep);
  padding: 10px 16px;
  border-radius: var(--r-xl);
  transition: color 150ms ease;
  white-space: nowrap;
}
.menu a:hover { color: var(--positive); text-decoration: none; }
.menu a.active {
  color: var(--ink-deep);
  background: var(--primary-pale);
  font-weight: 600;
}
.call-btn {
  background: var(--primary) !important;
  color: var(--on-primary) !important;
  padding: 12px 24px !important;
  border-radius: var(--r-xl) !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  white-space: nowrap !important;
}
.call-btn:hover { background: var(--primary-active) !important; text-decoration: none !important; }
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  font-size: 24px;
  cursor: pointer;
  color: var(--ink-deep);
  width: 44px;
  height: 44px;
}

/* ─── HERO (solid green band + image) ─── */
.hero {
  background: var(--primary);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hero .container {
  padding: 72px 0 0;
  max-width: 860px;
}
.hero h1 {
  font-family: var(--font-display);
  color: var(--on-primary);
  font-size: clamp(42px, 6vw, 80px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.5px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.hero .hero-accent {
  color: var(--on-primary);
}
.hero .lead {
  color: rgba(14,15,12,.65);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 540px;
  margin: 0 auto 28px;
}
.hero .button-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 24px;
}
.hero .btn-hero-primary {
  background: var(--ink);
  color: var(--canvas);
  border: none;
  padding: 14px 28px;
  border-radius: var(--r-xl);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-body);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 150ms ease, transform 150ms ease;
}
.hero .btn-hero-primary:hover { background: #2a2b28; text-decoration: none; }
.hero .btn-hero-primary:active { transform: scale(.97); }
.hero .btn-hero-secondary {
  background: transparent;
  color: var(--on-primary);
  border: 1px solid var(--on-primary);
  padding: 14px 28px;
  border-radius: var(--r-xl);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-body);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 150ms ease, transform 150ms ease;
}
.hero .btn-hero-secondary:hover { background: rgba(14,15,12,.06); text-decoration: none; }
.hero .btn-hero-secondary:active { transform: scale(.97); }
.hero .hero-trust {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.hero .trust-item {
  font-size: 14px;
  color: rgba(14,15,12,.55);
  font-weight: 400;
}
.hero .trust-number {
  display: block;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 900;
  color: var(--on-primary);
  line-height: 1.1;
  margin-bottom: 2px;
}

.hero-visual {
  margin-top: 48px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.hero-visual .hero-image-grid {
  display: grid;
  grid-template-columns: 1fr;
}
.hero-visual .hero-image-grid img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: var(--r-xl) var(--r-xl) 0 0;
}
.hero-visual .hero-image-grid img:first-child {
  grid-row: auto;
  aspect-ratio: 16/9;
}
.hero-visual .hero-image-grid img:nth-child(2),
.hero-visual .hero-image-grid img:nth-child(3) {
  display: none;
}

.crumb {
  display: inline-block;
  color: rgba(14,15,12,.5);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 16px;
}

/* ─── PAGE HERO (solid green band + image) ─── */
.page-hero {
  background: var(--primary);
  color: var(--on-primary);
  padding: 72px 0 0;
  text-align: center;
  overflow: hidden;
}
.page-hero .container { max-width: 860px; }
.page-hero .crumb { color: rgba(14,15,12,.5); }
.page-hero h1 {
  font-family: var(--font-display);
  color: var(--on-primary);
  font-size: clamp(36px, 5.5vw, 64px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.5px;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.page-hero p {
  font-size: 18px;
  font-weight: 400;
  max-width: 540px;
  color: rgba(14,15,12,.7);
  line-height: 1.5;
  margin: 0 auto;
}
.page-hero .hero-cta {
  margin-top: 28px;
}
.page-hero .btn {
  background: var(--ink);
  color: var(--canvas);
}
.page-hero .btn:hover {
  background: #2a2b28;
}
.page-hero-image {
  margin-top: 48px;
  width: min(960px, 90%);
  margin-left: auto;
  margin-right: auto;
}
.page-hero-image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  display: block;
}

/* ─── HEADINGS ─── */
h1, h2, h3 {
  color: var(--ink);
  font-weight: 900;
  font-family: var(--font-display);
}
h2 {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.0;
  letter-spacing: -0.3px;
  margin: 0 0 16px;
  text-transform: uppercase;
}
h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-body);
  line-height: 1.3;
  margin: 0 0 12px;
}

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: var(--on-primary);
  padding: 14px 28px;
  border-radius: var(--r-xl);
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background 150ms ease, transform 150ms ease;
  line-height: 1.5;
  text-decoration: none;
  font-family: var(--font-body);
}
.btn:hover { background: var(--primary-active); text-decoration: none; }
.btn:active { transform: scale(.97); }
.btn.secondary {
  background: var(--canvas-soft);
  color: var(--ink);
}
.btn.secondary:hover { background: var(--primary-pale); }
.btn.outline {
  background: var(--canvas);
  color: var(--ink);
  border: 1px solid var(--ink);
}
.btn.outline:hover { background: var(--canvas-soft); }
.btn.dark {
  background: var(--ink);
  color: var(--canvas);
}
.btn.dark:hover { background: #2a2b28; }
.btn .arrow {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
}

/* ─── SECTIONS ─── */
.section {
  padding: var(--s-3xl) 0;
}
.section.soft {
  background: var(--canvas-soft);
}
.section.dark {
  background: var(--ink);
  color: var(--canvas-soft);
}
.section.dark h2, .section.dark h3 { color: var(--canvas); }
.section.dark .btn { background: var(--primary); color: var(--on-primary); }

.section-label {
  display: inline-block;
  background: var(--primary-pale);
  color: var(--ink-deep);
  font-size: 13px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: var(--r-pill);
  margin-bottom: 12px;
}

/* ─── SPLIT LAYOUT ─── */
.split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: start;
}
.split p {
  color: var(--body);
  line-height: 1.5;
  font-size: 16px;
}

/* ─── CARDS ─── */
.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.card {
  background: var(--canvas);
  border-radius: var(--r-xl);
  padding: var(--s-xl);
}
.card .btn { margin-top: 25px; }
.section.soft .card {
  background: var(--canvas);
}

/* ─── ICON ─── */
.icon {
  width: 48px;
  height: 48px;
  border-radius: var(--r-xl);
  background: var(--primary-pale);
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 16px;
}

/* ─── TICK LIST ─── */
.tick-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.tick-list li {
  position: relative;
  padding-left: 28px;
  margin: 12px 0;
  color: var(--body);
  line-height: 1.5;
  font-size: 16px;
}
.tick-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--positive);
  font-weight: 700;
  font-size: 16px;
}

/* ─── PHOTO BAND ─── */
.photo-band {
  padding: var(--s-3xl) 0;
  background: var(--canvas);
}
.photo-band .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.photo-band.reverse .container {
  direction: rtl;
}
.photo-band.reverse .container > * {
  direction: ltr;
}
.photo-band img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--r-xl);
}
.photo-band h2 {
  margin-bottom: 16px;
}
.photo-band p {
  color: var(--body);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.photo-band .btn {
  margin-top: 16px;
}
.photo-band.sage {
  background: var(--canvas-soft);
}

/* ─── ACCREDITATION BAR ─── */
.accreditation-bar {
  background: var(--primary);
  padding: var(--s-3xl) 0;
  text-align: center;
}
.accreditation-bar h2 {
  color: var(--on-primary);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-body);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 32px;
}
.accreditation-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.accreditation-logos img {
  height: 90px;
  width: auto;
  background: #fff;
  border-radius: var(--r-md);
  padding: 12px 20px;
  object-fit: contain;
}

/* ─── PRICE GRID ─── */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 32px 0;
}
.price-card {
  background: var(--canvas);
  border-radius: var(--r-xl);
  padding: var(--s-xl);
  text-align: center;
  position: relative;
  border: 2px solid transparent;
  transition: border-color .2s;
}
.price-card:hover { border-color: var(--primary); }
.price-card.featured {
  border-color: var(--primary);
  background: var(--primary-pale);
}
.price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ink);
  color: var(--canvas);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 16px;
  border-radius: var(--r-pill);
  white-space: nowrap;
}
.price-label {
  display: block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  color: var(--body);
  margin-bottom: 8px;
}
.price-amount {
  display: block;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 28px;
  color: var(--ink);
  margin-bottom: 4px;
}
.price-detail {
  display: block;
  font-size: 13px;
  color: var(--mute);
}
.price-note {
  font-size: 14px;
  color: var(--mute);
  margin-top: 16px;
}

/* ─── PRICE TABLE ─── */
.price-table-wrap {
  margin: 32px 0;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--canvas);
}
.price-table {
  width: 100%;
  border-collapse: collapse;
}
.price-table thead {
  background: var(--ink);
  color: var(--canvas);
}
.price-table th {
  text-align: left;
  padding: 16px 24px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .5px;
}
.price-table th:last-child { text-align: right; }
.price-table td {
  padding: 16px 24px;
  font-size: 15px;
  border-bottom: 1px solid var(--canvas-soft);
}
.price-table td:last-child {
  text-align: right;
  font-weight: 700;
  font-family: var(--font-display);
  color: var(--ink);
  white-space: nowrap;
}
.price-table tbody tr:last-child td { border-bottom: none; }
.price-table tbody tr:hover { background: var(--primary-pale); }

@media (max-width: 900px) {
  .price-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .price-grid { grid-template-columns: 1fr; }
  .price-table th, .price-table td { padding: 12px 16px; font-size: 14px; }
}

/* ─── CTA BANNER ─── */
.banner {
  background: var(--ink-deep);
  color: var(--canvas);
  border-radius: var(--r-xl);
  padding: var(--s-3xl);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.banner h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 40px);
}
.banner p {
  color: rgba(255,255,255,.75);
  margin: 8px 0 0;
  font-size: 16px;
}
.banner .btn {
  background: var(--primary);
  color: var(--on-primary);
  flex-shrink: 0;
}
.banner-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}

/* ─── AREA PILLS ─── */
.area-grid {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.area {
  background: var(--canvas);
  border-radius: var(--r-pill);
  text-align: center;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
}

/* ─── STATS ROW ─── */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--canvas);
  border-top: 1px solid rgba(14,15,12,.06);
  border-bottom: 1px solid rgba(14,15,12,.06);
}
.stat-item {
  padding: var(--s-3xl) var(--s-2xl);
  text-align: center;
}
.stat-number {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.0;
  margin-bottom: 4px;
  color: var(--ink);
}
.stat-label {
  font-size: 14px;
  font-weight: 400;
  color: var(--mute);
}

/* ─── GALLERY ─── */
.gallery-section {
  padding: var(--s-3xl) 0;
  background: var(--canvas);
}
.gallery-section h2 { margin-bottom: 4px; }
.gallery-section .subtitle {
  color: var(--mute);
  margin-bottom: 32px;
  font-size: 16px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.gallery-grid .gallery-item {
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  background: var(--canvas-soft);
  border-radius: var(--r-xl);
}
.gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  border-radius: var(--r-xl);
}
.gallery-grid .gallery-item:hover img { transform: scale(1.04); }
.gallery-grid .gallery-item .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(14,15,12,.65));
  color: #fff;
  padding: 32px 16px 14px;
  font-size: 13px;
  font-weight: 600;
  opacity: 0;
  transition: opacity .3s ease;
  border-radius: 0 0 var(--r-xl) var(--r-xl);
}
.gallery-grid .gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-grid .gallery-item.featured {
  grid-column: span 2;
  grid-row: span 2;
}

/* ─── TESTIMONIALS (sage band) ─── */
.testimonials-section {
  padding: var(--s-3xl) 0;
  background: var(--canvas-soft);
}
.testimonials-section h2 {
  color: var(--ink);
  margin-bottom: 4px;
}
.testimonials-section .section-label {
  background: var(--primary);
  color: var(--on-primary);
}
.testimonials-section .subtitle {
  color: var(--mute);
  margin-bottom: 40px;
  font-size: 16px;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.testimonial-card {
  background: var(--canvas);
  border-radius: var(--r-xl);
  padding: var(--s-xl);
  transition: transform 150ms ease;
}
.testimonial-card:hover { transform: translateY(-3px); }
.testimonial-card .stars {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  color: #f5a623;
}
.testimonial-card .review-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
  color: var(--ink);
}
.testimonial-card .review-text {
  font-size: 14px;
  line-height: 1.5;
  color: var(--body);
  margin-bottom: 16px;
}
.testimonial-card .reviewer {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.testimonial-card .reviewer-avatar {
  width: 36px;
  height: 36px;
  background: var(--primary-pale);
  color: var(--ink-deep);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50%;
}
.testimonial-card .reviewer-meta {
  color: var(--mute);
  font-weight: 400;
  font-size: 12px;
}
.testimonial-card.highlight {
  background: var(--primary);
  color: var(--on-primary);
}
.testimonial-card.highlight .review-title { color: var(--on-primary); }
.testimonial-card.highlight .review-text { color: rgba(14,15,12,.7); }
.testimonial-card.highlight .reviewer { color: var(--on-primary); }
.testimonial-card.highlight .reviewer-avatar {
  background: rgba(14,15,12,.12);
  color: var(--on-primary);
}
.testimonial-card.highlight .reviewer-meta { color: rgba(14,15,12,.55); }
.testimonial-card.highlight .stars { color: var(--on-primary); }

.checkatrade-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 400;
  color: var(--mute);
}
.checkatrade-badge .score {
  background: var(--primary);
  color: var(--on-primary);
  padding: 4px 12px;
  font-weight: 700;
  font-size: 14px;
  border-radius: var(--r-xl);
}

/* ─── SERVICE ROWS ─── */
.service-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  background: var(--canvas);
  border-radius: var(--r-xl);
  padding: var(--s-xl);
  margin-bottom: 12px;
}

.placeholder {
  min-height: 210px;
  background: var(--canvas-soft);
  border-radius: var(--r-xl);
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--mute);
  padding: 20px;
  font-size: 14px;
}

/* ─── CONTACT GRID ─── */
.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 32px;
}

/* ─── FORMS ─── */
.form { display: grid; gap: 16px; }
label {
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
}
input, textarea, select {
  width: 100%;
  margin-top: 6px;
  padding: 12px 16px;
  border: 1px solid var(--ink);
  border-radius: var(--r-md);
  font: inherit;
  font-size: 16px;
  font-weight: 400;
  color: var(--ink);
  background: var(--canvas);
  height: 48px;
  transition: border-color 150ms ease;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--positive);
  box-shadow: 0 0 0 3px rgba(159,232,112,.25);
}
textarea { min-height: 135px; height: auto; }
.notice {
  background: var(--canvas-soft);
  border-radius: var(--r-md);
  padding: 14px;
  color: var(--body);
  font-size: 12px;
  line-height: 1.5;
}

/* ─── FOOTER (dark) ─── */
.footer {
  background: #edefec;
  color: var(--ink-deep);
  padding: 64px 0 40px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.footer-logo img {
  height: 44px;
  width: auto;
}
.footer-social {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer-social a {
  color: var(--ink-deep);
  display: grid;
  place-items: center;
}
.footer-social svg {
  width: 28px;
  height: 28px;
  fill: var(--ink-deep);
  transition: opacity .2s;
}
.footer-social a:hover svg { opacity: .6; }
.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 48px;
  margin-bottom: 48px;
}
.footer-links a {
  color: var(--ink-deep);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.8;
}
.footer-links a:hover { text-decoration: underline; }
.footer-bottom {
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 24px;
  font-size: 13px;
  color: var(--ink-deep);
  line-height: 1.7;
}
.footer-bottom p {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--ink-deep);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1023px) {
  .menu-toggle { display: block; }
  .menu {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(22,51,0,.08);
    gap: 2px;
    z-index: 200;
    box-shadow: 0 16px 32px rgba(22,51,0,.08);
  }
  .menu.open { display: flex; }
  .menu a { padding: 12px 16px; width: 100%; border-radius: var(--r-lg); }
  .hero .container {
    padding: 48px 0 0;
  }
  .photo-band .container,
  .photo-band.reverse .container { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid .gallery-item.featured { grid-column: span 2; grid-row: span 1; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .split, .cards-3, .contact-grid { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .banner {
    flex-direction: column;
    align-items: flex-start;
    padding: var(--s-2xl);
    border-radius: var(--r-xl);
  }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  body { font-size: 15px; }
  .hero h1, .page-hero h1 { font-size: 36px; }
  .hero .container { padding: 48px 0 56px; }
  .page-hero { padding: 48px 0; }
  .section { padding: 40px 0; }
  .card { padding: 20px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .gallery-grid .gallery-item.featured { grid-column: span 2; }
  .stats-row { grid-template-columns: 1fr 1fr; }
}
