/* ============================================
   R & R LAWN SERVICE — CUSTOM STYLES
   ============================================ */

/* ---------- RESET & BASE ---------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #1e3a5c;
  background-color: #f8fafc;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

ul {
  list-style: none;
}

/* ---------- UTILITY ---------- */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ---------- NAVIGATION ---------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(10, 22, 40, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(52, 211, 153, 0.1);
  transition: background 0.3s ease;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #f0f3f9;
  letter-spacing: -0.01em;
}

.nav-logo-text {
  font-size: 1.1rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-link {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #a9b4cc;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease;
  letter-spacing: 0.01em;
}

.nav-link:hover {
  color: #f0f3f9;
  background: rgba(255, 255, 255, 0.06);
}

.nav-link--cta {
  background: #34D399;
  color: #0a1628;
  font-weight: 600;
  margin-left: 0.5rem;
  padding: 0.5rem 1.25rem;
  transition: background 0.2s ease, transform 0.15s ease;
}

.nav-link--cta:hover {
  background: #2dd4a0;
  transform: translateY(-1px);
}

/* Mobile menu button */
.nav-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1001;
}

.nav-menu-line {
  display: block;
  width: 24px;
  height: 2px;
  background: #a9b4cc;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-menu-btn.active .nav-menu-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background: #f0f3f9;
}

.nav-menu-btn.active .nav-menu-line:nth-child(2) {
  opacity: 0;
}

.nav-menu-btn.active .nav-menu-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  background: #f0f3f9;
}

/* ---------- MOBILE MENU ---------- */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(6, 14, 24, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.mobile-menu.open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.mobile-menu-link {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: #d4dae8;
  padding: 0.75rem 1rem;
  transition: color 0.2s ease;
  text-align: center;
}

.mobile-menu-link:hover {
  color: #34D399;
}

.mobile-menu-link--cta {
  color: #34D399;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1rem;
  padding: 1rem 2rem;
  border: 2px solid #34D399;
  border-radius: 12px;
  transition: background 0.2s ease, color 0.2s ease;
}

.mobile-menu-link--cta:hover {
  background: #34D399;
  color: #0a1628;
}

.mobile-menu-divider {
  width: 48px;
  height: 1px;
  background: rgba(169, 180, 204, 0.2);
  margin: 0.5rem 0;
}

.mobile-menu-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.mobile-menu-phone,
.mobile-menu-email {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #7e8eb0;
  transition: color 0.2s ease;
}

.mobile-menu-phone:hover,
.mobile-menu-email:hover {
  color: #34D399;
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  background: #0a1628;
  overflow: hidden;
  padding: 72px 0 4rem;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(52, 211, 153, 0.08) 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(52, 211, 153, 0.05) 0%, transparent 60%);
  pointer-events: none;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  width: 100%;
}

.hero-left {
  padding-top: 2rem;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #34D399;
  margin-bottom: 2rem;
}

.hero-eyebrow-line {
  display: block;
  width: 32px;
  height: 2px;
  background: #34D399;
  border-radius: 2px;
}

.hero-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.75rem, 5.5vw, 4.5rem);
  font-weight: 900;
  line-height: 1.08;
  color: #f0f3f9;
  margin-bottom: 1.75rem;
  letter-spacing: -0.02em;
}

.hero-headline-em {
  font-style: italic;
  font-weight: 400;
  color: #a9b4cc;
}

.hero-headline-accent {
  color: #34D399;
  position: relative;
}

.hero-subheadline {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #7e8eb0;
  max-width: 480px;
  margin-bottom: 2.5rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  padding: 0.875rem 1.75rem;
}

.btn--primary {
  background: #34D399;
  color: #0a1628;
  box-shadow: 0 4px 24px rgba(52, 211, 153, 0.3);
}

.btn--primary:hover {
  background: #2dd4a0;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(52, 211, 153, 0.4);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #d4dae8;
  border: 1px solid rgba(169, 180, 204, 0.2);
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(169, 180, 204, 0.4);
}

.btn--outline {
  background: transparent;
  color: #f0f3f9;
  border: 2px solid rgba(169, 180, 204, 0.3);
}

.btn--outline:hover {
  border-color: #34D399;
  color: #34D399;
}

.btn--lg {
  padding: 1rem 2rem;
  font-size: 1rem;
}

.btn--full {
  width: 100%;
  justify-content: center;
  padding: 1rem 1.5rem;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #a9b4cc;
}

/* Hero image stack */
.hero-right {
  position: relative;
}

.hero-image-stack {
  position: relative;
  width: 100%;
}

.hero-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
}

.hero-img--main {
  width: 100%;
  aspect-ratio: 620 / 780;
}

.hero-img--main img,
.hero-img--accent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-img--accent {
  position: absolute;
  bottom: -2rem;
  left: -3rem;
  width: 52%;
  aspect-ratio: 320 / 240;
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid #0a1628;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
}

.hero-stat {
  position: absolute;
  top: 2rem;
  right: -1.5rem;
  background: #0a1628;
  border: 1px solid rgba(52, 211, 153, 0.3);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  text-align: center;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}

.hero-stat-number {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #34D399;
  line-height: 1.2;
}

.hero-stat-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #7e8eb0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.25rem;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #536894;
  animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* ---------- SECTIONS ---------- */
.section {
  padding: 7rem 0;
}

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 4rem;
}

.section-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #34D399;
  margin-bottom: 1rem;
}

.section-eyebrow--light {
  color: #86efac;
}

.section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 900;
  line-height: 1.12;
  color: #0a1628;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}

.section-title--light {
  color: #f0f3f9;
}

.section-title-em {
  font-style: italic;
  font-weight: 400;
  color: #047857;
}

.section-title-em-light {
  font-style: italic;
  font-weight: 400;
  color: #34D399;
}

.section-subtitle {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #536894;
}

/* ---------- SERVICES ---------- */
.services {
  background: #f8fafc;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.service-card {
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 20px;
  padding: 2.25rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(10, 22, 40, 0.1);
  border-color: rgba(52, 211, 153, 0.3);
}

.service-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(52, 211, 153, 0.1);
  border-radius: 14px;
  margin-bottom: 1.5rem;
  color: #047857;
}

.service-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.service-card-desc {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #536894;
}

/* ---------- ABOUT ---------- */
.about {
  background: #ffffff;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-image-col {
  position: relative;
}

.about-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(10, 22, 40, 0.15);
  aspect-ratio: 580 / 700;
}

.about-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-image-accent {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  width: 60%;
  height: 40%;
  background: #34D399;
  border-radius: 20px;
  z-index: -1;
  opacity: 0.15;
}

.about-content-col {
  padding: 1rem 0;
}

.about-text {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #334c73;
  margin-bottom: 1.25rem;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
}

.about-feature {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1e3a5c;
}

/* ---------- WHY US ---------- */
.why-us {
  position: relative;
  background: #0a1628;
  overflow: hidden;
  padding: 7rem 0;
}

.why-us-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(52, 211, 153, 0.1) 0%, transparent 60%),
    radial-gradient(ellipse 40% 30% at 10% 80%, rgba(52, 211, 153, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.why-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(169, 180, 204, 0.1);
  border-radius: 20px;
  padding: 2.5rem;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.why-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(52, 211, 153, 0.25);
}

.why-card-number {
  display: inline-block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3rem;
  font-weight: 900;
  color: rgba(52, 211, 153, 0.15);
  line-height: 1;
  margin-bottom: 1rem;
}

.why-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #f0f3f9;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.why-card-desc {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #7e8eb0;
}

/* ---------- GALLERY ---------- */
.gallery {
  background: #f8fafc;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: 1.25rem;
}

.gallery-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 22, 40, 0.7) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-item-overlay {
  opacity: 1;
}

.gallery-item-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #f0f3f9;
  letter-spacing: 0.02em;
}

.gallery-item--large {
  grid-column: span 7;
  aspect-ratio: 640 / 480;
}

.gallery-item:not(.gallery-item--large):not(.gallery-item--tall) {
  aspect-ratio: 400 / 320;
}

.gallery-item--tall {
  grid-column: span 5;
  aspect-ratio: 360 / 520;
}

/* ---------- CTA BANNER ---------- */
.cta-banner {
  position: relative;
  background: #0a1628;
  padding: 6rem 0;
  overflow: hidden;
}

.cta-bg-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 70% 50% at 50% 50%, rgba(52, 211, 153, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.cta-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: #f0f3f9;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.cta-headline-em {
  font-style: italic;
  font-weight: 400;
  color: #34D399;
}

.cta-text {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #7e8eb0;
  margin-bottom: 2.5rem;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* ---------- CONTACT ---------- */
.contact {
  background: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-info-text {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #536894;
  margin-bottom: 2.5rem;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-detail-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(52, 211, 153, 0.1);
  border-radius: 12px;
  color: #047857;
  flex-shrink: 0;
}

.contact-detail-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #536894;
  margin-bottom: 0.25rem;
}

.contact-detail-value {
  font-size: 1rem;
  font-weight: 500;
  color: #0a1628;
}

.contact-detail-value a {
  color: #0a1628;
  transition: color 0.2s ease;
}

.contact-detail-value a:hover {
  color: #047857;
}

/* Contact Form */
.contact-form-col {
  background: #f8fafc;
  border: 1px solid #e8edf5;
  border-radius: 24px;
  padding: 2.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #334c73;
  margin-bottom: 0.5rem;
}

.form-input {
  width: 100%;
  padding: 0.875rem 1rem;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.9375rem;
  color: #0a1628;
  background: #ffffff;
  border: 1.5px solid #e8edf5;
  border-radius: 12px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
}

.form-input::placeholder {
  color: #a9b4cc;
}

.form-input:focus {
  border-color: #34D399;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.1);
}

.form-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23536894' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.form-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 2rem;
  gap: 1rem;
}

.form-success-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0a1628;
}

.form-success-text {
  font-size: 1rem;
  color: #536894;
  line-height: 1.7;
}

/* ---------- FOOTER ---------- */
.footer {
  background: #060e18;
  padding: 4rem 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(169, 180, 204, 0.1);
}

.footer-brand {
  max-width: 300px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #f0f3f9;
  margin-bottom: 1rem;
}

.footer-tagline {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #536894;
}

.footer-nav-title,
.footer-contact h4 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7e8eb0;
  margin-bottom: 1.25rem;
}

.footer-nav-list,
.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-nav-list a,
.footer-contact-list a,
.footer-contact-list span {
  font-size: 0.9375rem;
  color: #a9b4cc;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s ease;
}

.footer-nav-list a:hover,
.footer-contact-list a:hover {
  color: #34D399;
}

.footer-bottom {
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-bottom p {
  font-size: 0.8125rem;
  color: #536894;
}

/* ---------- SCROLL REVEAL (progressive enhancement) ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }

  .reveal.revealed {
    opacity: 1;
    transform: translateY(0);
  }

  .reveal-delay-1 { transition-delay: 0.1s; }
  .reveal-delay-2 { transition-delay: 0.2s; }
  .reveal-delay-3 { transition-delay: 0.3s; }
  .reveal-delay-4 { transition-delay: 0.4s; }
  .reveal-delay-5 { transition-delay: 0.5s; }
  .reveal-delay-6 { transition-delay: 0.6s; }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .hero-container {
    gap: 2.5rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-grid {
    gap: 3rem;
  }

  .contact-grid {
    gap: 3rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .nav-menu-btn {
    display: flex;
  }

  .hero {
    padding-top: 100px;
    padding-bottom: 3rem;
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .hero-left {
    padding-top: 0;
    text-align: center;
  }

  .hero-eyebrow {
    justify-content: center;
  }

  .hero-subheadline {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-trust {
    justify-content: center;
  }

  .hero-right {
    max-width: 480px;
    margin: 0 auto;
  }

  .hero-img--accent {
    left: -1rem;
    bottom: -1.5rem;
  }

  .hero-stat {
    right: -0.5rem;
    top: 1rem;
  }

  .section {
    padding: 5rem 0;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-image-col {
    order: -1;
    max-width: 480px;
    margin: 0 auto;
  }

  .about-features {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-item--large {
    grid-column: span 2;
    aspect-ratio: 16 / 10;
  }

  .gallery-item--tall {
    grid-column: span 2;
    aspect-ratio: 16 / 10;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 1.25rem;
  }

  .hero-headline {
    font-size: 2.25rem;
  }

  .hero-img--accent {
    width: 58%;
    left: -0.75rem;
    bottom: -1rem;
  }

  .hero-stat {
    padding: 1rem 1.25rem;
  }

  .hero-stat-number {
    font-size: 1.25rem;
  }

  .btn {
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
  }

  .btn--lg {
    padding: 0.875rem 1.5rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item--large,
  .gallery-item--tall {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }

  .contact-form-col {
    padding: 1.5rem;
  }
}
