/* ============================================================
   Amara Wells — Marriage Celebrant
   Macedon Ranges, VIC
   Design Seed: intimate / handwritten / golden-hour
   Palette: invitation card stock + sepia ink + dark gold
   Type: Playfair Display (headings) + Source Sans 3 (body)
   Signature move: Ceremony Timeline (vertical gold line + numbered moments)
   ============================================================ */

/* --- CSS Custom Properties --------------------------------- */
:root {
  --bg: #faf7f2;
  --bg-alt: #f3ede4;
  --bg-card: #ffffff;
  --text: #3a2f28;
  --text-muted: #8a7d6e;
  --accent: #b8860b;
  --accent-glow: #d4a020;
  --border: #e8e0d4;
  --border-light: #f0e8dc;
  --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --max-width: 1100px;
  --transition: 0.25s ease;
  --radius: 2px;
}

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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.75;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  position: relative;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition);
}

ul {
  list-style: none;
}

/* --- Atmosphere Layer -------------------------------------- */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 50% at 20% 15%, rgba(184, 134, 11, 0.045) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 85% 75%, rgba(184, 134, 11, 0.03) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 50% 90%, rgba(58, 47, 40, 0.015) 0%, transparent 50%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
}

/* --- Selection --------------------------------------------- */
::selection {
  background: var(--accent);
  color: #fff;
}

/* --- Focus ------------------------------------------------- */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* --- Container --------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

section {
  padding: 100px 0;
  position: relative;
}

/* --- Typography -------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.2;
  color: var(--text);
}

h1 {
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  letter-spacing: 0.01em;
}

h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  letter-spacing: 0.01em;
}

h3 {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

p {
  margin-bottom: 0.75em;
}

.lead {
  font-size: 1.15rem;
  line-height: 1.75;
  color: var(--text);
  font-weight: 400;
}

.section-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.text-accent {
  color: var(--accent);
}

/* --- Section Headers --------------------------------------- */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  margin-bottom: 14px;
}

.section-header p {
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.65;
}

/* Section alternation */
.section--alt {
  background: var(--bg-alt);
}

/* --- Navigation -------------------------------------------- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(250, 247, 242, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: background var(--transition);
}

.navbar.scrolled {
  background: rgba(250, 247, 242, 0.95);
}

.nav-container {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  height: 70px;
}

.logo {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text);
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.logo span {
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 36px;
  align-items: center;
}

.nav-menu a {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color var(--transition);
  position: relative;
}

.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--accent);
  transition: width var(--transition);
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--text);
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
  width: 100%;
}

.nav-cta {
  padding: 7px 20px;
  border: 1px solid var(--accent);
  color: var(--accent) !important;
  font-size: 0.72rem !important;
  transition: all var(--transition);
}

.nav-cta:hover {
  background: var(--accent);
  color: #fff !important;
}

.nav-cta::after {
  display: none;
}

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  z-index: 1001;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--text);
  border-radius: 1px;
  transition: all 0.25s ease;
  transform-origin: center;
}

.nav-toggle.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-toggle.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* Mobile nav overlay */
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--bg);
  z-index: 999;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 36px;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.mobile-nav.active {
  opacity: 1;
  pointer-events: all;
}

.mobile-nav nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.mobile-nav a {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  transition: color var(--transition);
}

.mobile-nav a:hover {
  color: var(--accent);
}

/* --- Hero — Split Layout ----------------------------------- */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.hero-text {
  text-align: left;
}

.hero-text .section-label {
  margin-bottom: 16px;
}

.hero-text h1 {
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text-muted);
  font-weight: 300;
  max-width: 440px;
  margin-bottom: 10px;
}

.hero-location {
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 36px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-photo {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 4px 24px rgba(58, 47, 40, 0.06);
}

/* --- Buttons ----------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all var(--transition);
  border: 1px solid transparent;
  text-decoration: none;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.btn-primary:hover {
  background: var(--accent-glow);
  border-color: var(--accent-glow);
  transform: translateY(-1px);
}

.btn-secondary {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}

.btn-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* --- About — Asymmetric: text left, image right ------------ */
#about .container {
  max-width: var(--max-width);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: start;
}

.about-text .section-label {
  margin-bottom: 12px;
}

.about-text h2 {
  margin-bottom: 22px;
}

.about-text p {
  color: var(--text);
  line-height: 1.8;
}

.about-text p:not(.lead) {
  color: var(--text-muted);
}

.about-image img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 4px 24px rgba(58, 47, 40, 0.06);
}

/* Stats */
.about-stats {
  display: flex;
  gap: 40px;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}

.stat {
  text-align: left;
}

.stat-value {
  display: block;
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--accent);
  line-height: 1.1;
}

.stat-label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 4px;
}

/* ============================================================
   CEREMONY TIMELINE — THE SIGNATURE MOVE
   Vertical gold line with numbered moments
   ============================================================ */
.timeline {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 0 0 80px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 36px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    var(--accent) 5%,
    var(--accent) 95%,
    transparent 100%
  );
}

.timeline-item {
  position: relative;
  margin-bottom: 56px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-marker {
  position: absolute;
  left: -56px;
  top: 0;
  width: 38px;
  height: 38px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.02em;
  z-index: 2;
}

.section--alt .timeline-marker {
  background: var(--bg-alt);
}

.timeline-content h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.timeline-content p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 0;
}

/* --- Services / Packages ----------------------------------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  position: relative;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.service-card:hover {
  border-color: var(--accent);
  box-shadow: 0 2px 20px rgba(184, 134, 11, 0.06);
}

.service-card--featured {
  border-color: var(--accent);
}

.service-badge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 4px 18px;
  border-radius: 1px;
  white-space: nowrap;
}

.service-card-inner {
  padding: 36px 32px;
}

.service-icon {
  color: var(--accent);
  margin-bottom: 16px;
  opacity: 0.8;
}

.service-card-inner h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 6px;
}

.service-price {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 14px;
}

.service-card-inner p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 16px;
}

.service-includes {
  list-style: none;
  border-top: 1px solid var(--border);
  padding-top: 14px;
}

.service-includes li {
  position: relative;
  padding-left: 16px;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 6px;
  line-height: 1.5;
}

.service-includes li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 1px;
  background: var(--accent);
}

.services-note {
  text-align: center;
  margin-top: 32px;
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

/* --- Testimonials ------------------------------------------ */
.testimonials-grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 680px;
  margin: 0 auto;
}

.testimonial-card {
  border-bottom: 1px solid var(--border);
  padding-bottom: 40px;
}

.testimonial-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.testimonial-card blockquote {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 18px;
  position: relative;
}

.testimonial-card blockquote::before {
  content: '\201C';
  position: absolute;
  left: -0.4em;
  top: -0.35em;
  font-family: var(--font-heading);
  font-size: 3.5rem;
  color: var(--accent);
  opacity: 0.25;
  line-height: 1;
}

.testimonial-author {
  padding-left: 0;
}

.testimonial-author strong {
  display: block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 2px;
}

.testimonial-author span {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* --- Contact ----------------------------------------------- */
.cta-section {
  background: var(--bg-alt);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: start;
  max-width: 860px;
  margin: 0 auto;
}

.contact-info h3,
.contact-note h3 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  color: var(--text);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.contact-item svg {
  flex-shrink: 0;
  color: var(--accent);
  opacity: 0.7;
  margin-top: 2px;
}

.contact-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 2px;
}

.contact-item a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color var(--transition);
}

.contact-item a:hover {
  color: var(--accent);
}

.contact-item span {
  font-size: 0.95rem;
  color: var(--text);
}

.contact-note {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
}

.contact-note p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.contact-note ul {
  list-style: none;
  margin-bottom: 14px;
}

.contact-note ul li {
  font-size: 0.85rem;
  color: var(--text-muted);
  padding: 4px 0 4px 16px;
  position: relative;
  line-height: 1.6;
}

.contact-note ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 1px;
  background: var(--accent);
}

.contact-followup {
  font-size: 0.9rem;
  color: var(--text);
  margin-top: 16px;
  font-weight: 400;
}

.contact-signoff {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--accent);
  margin-top: 12px;
  margin-bottom: 0;
}

/* --- Footer ------------------------------------------------ */
.footer {
  background: var(--text);
  color: #d5cec5;
  padding: 56px 0 36px;
}

.footer .container {
  max-width: var(--max-width);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 24px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-logo {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--accent-glow);
}

.footer-tagline {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.4);
}

.footer-links {
  display: flex;
  gap: 28px;
}

.footer-links a {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  transition: color var(--transition);
}

.footer-links a:hover {
  color: var(--accent-glow);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 0;
}

.footer-credit a {
  color: var(--accent-glow);
  text-decoration: none;
  transition: color var(--transition);
}

.footer-credit a:hover {
  color: #fff;
}

/* --- Lightbox (passive — gallery unused) ------------------- */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(10, 8, 6, 0.97);
  align-items: center;
  justify-content: center;
}

.lightbox.active {
  display: flex;
}

.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border: 1px solid var(--border);
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}

.lightbox-close:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(20, 20, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}

.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }

.lightbox-prev:hover,
.lightbox-next:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* --- Animations -------------------------------------------- */
.fade-in {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Responsive: 900px ------------------------------------- */
@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .mobile-nav {
    display: flex;
  }

  section {
    padding: 72px 0;
  }

  .hero {
    min-height: auto;
    padding: 110px 0 64px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-visual {
    order: -1;
  }

  .hero-photo {
    max-width: 280px;
  }

  .hero-text {
    text-align: center;
  }

  .hero-subtitle {
    max-width: 100%;
  }

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

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

  .about-image {
    max-width: 400px;
    margin: 0 auto;
  }

  .services-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .timeline {
    padding-left: 64px;
  }

  .timeline::before {
    left: 28px;
  }

  .timeline-marker {
    left: -48px;
    width: 34px;
    height: 34px;
    font-size: 0.72rem;
  }

  .footer-top {
    flex-direction: column;
    gap: 24px;
  }
}

/* --- Responsive: 600px ------------------------------------- */
@media (max-width: 600px) {
  .container {
    padding: 0 16px;
  }

  section {
    padding: 56px 0;
  }

  h1 {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  h2 {
    font-size: 1.7rem;
  }

  .hero {
    padding: 96px 0 48px;
  }

  .hero-photo {
    max-width: 220px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-buttons .btn {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }

  .about-stats {
    gap: 24px;
    flex-wrap: wrap;
  }

  .stat-value {
    font-size: 1.7rem;
  }

  .timeline {
    padding-left: 52px;
  }

  .timeline::before {
    left: 20px;
  }

  .timeline-marker {
    left: -40px;
    width: 30px;
    height: 30px;
    font-size: 0.68rem;
  }

  .timeline-item {
    margin-bottom: 40px;
  }

  .timeline-content h3 {
    font-size: 1.05rem;
  }

  .timeline-content p {
    font-size: 0.88rem;
  }

  .services-grid {
    gap: 16px;
  }

  .service-card-inner {
    padding: 28px 24px;
  }

  .section-header {
    margin-bottom: 36px;
  }

  .testimonials-grid {
    gap: 36px;
  }

  .testimonial-card {
    padding-bottom: 32px;
  }

  .testimonial-card blockquote {
    font-size: 0.98rem;
  }

  .testimonial-card blockquote::before {
    font-size: 2.5rem;
  }

  .contact-grid {
    gap: 28px;
  }

  .contact-note {
    padding: 24px;
  }

  .footer {
    padding: 40px 16px 28px;
  }

  .footer-links {
    gap: 18px;
    flex-wrap: wrap;
  }

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