/* ============================================================
   APEX PERGOLAS — Stylesheet v2
   Nathan Ricke | Cincinnati, OH
   Authorized Dealer & Installer: The Luxury Pergola®
   ============================================================ */

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

:root {
  --stone:      #1a1714;
  --stone-mid:  #3d3830;
  --stone-soft: #7a7168;
  --cream:      #f5f0e8;
  --warm-white: #faf8f4;
  --gold:       #b8965a;
  --gold-light: #d4b07a;
  --gold-pale:  #f0e4cc;
  --sage:       #4a5c45;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--warm-white);
  color: var(--stone);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 3rem;
  background: rgba(26,23,20,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(184,150,90,0.2);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--cream);
  letter-spacing: 0.05em;
  cursor: pointer;
}
.nav-logo span { color: var(--gold); font-style: italic; }

.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a {
  color: rgba(245,240,232,0.75);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s;
  cursor: pointer;
}
.nav-links a:hover { color: var(--gold); }
.nav-links .nav-cta {
  background: var(--gold);
  color: var(--stone) !important;
  padding: 0.45rem 1.1rem;
  border-radius: 2px;
  font-weight: 500 !important;
}
.nav-links .nav-cta:hover { background: var(--gold-light); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--cream); transition: all 0.3s; }

/* ============================================================
   PAGE NAV
   ============================================================ */
.page-nav {
  display: flex;
  justify-content: center;
  background: var(--warm-white);
  border-bottom: 1px solid rgba(26,23,20,0.08);
  position: sticky;
  top: 65px;
  z-index: 50;
  overflow-x: auto;
}
.page-nav-btn {
  padding: 0.8rem 1.75rem;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone-soft);
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.page-nav-btn:hover { color: var(--stone); }
.page-nav-btn.active { color: var(--stone); border-bottom-color: var(--gold); }

.page-section { display: none; }
.page-section.active { display: block; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-primary {
  background: var(--gold);
  color: var(--stone);
  padding: 0.875rem 2rem;
  border: none;
  border-radius: 2px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  display: inline-block;
}
.btn-primary:hover { background: var(--gold-light); }

.btn-outline {
  color: var(--cream);
  padding: 0.875rem 1.5rem;
  border: 1px solid rgba(245,240,232,0.35);
  border-radius: 2px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-block;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ============================================================
   COMMON SECTION ELEMENTS
   ============================================================ */
.section-eyebrow {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.section-eyebrow::before { content: ''; display: block; width: 2rem; height: 1px; background: var(--gold); }
.section-eyebrow.center { justify-content: center; }
.section-eyebrow.center::before { display: none; }

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 300;
  color: var(--stone);
  line-height: 1.15;
  margin-bottom: 1rem;
}
.section-title em { font-style: italic; color: var(--gold); }
.section-title.light { color: var(--cream); }
.section-title.center { text-align: center; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  background-image: url('https://theluxurypergola.com/cdn/shop/files/C_W_1.jpg?v=1753794655&width=2655');
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(26,23,20,0.92) 40%, rgba(26,23,20,0.35) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  padding: 8rem 4rem 5rem;
  max-width: 660px;
}
.hero-eyebrow {
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.25rem;
  display: flex; align-items: center; gap: 0.75rem;
}
.hero-eyebrow::before { content: ''; display: block; width: 2rem; height: 1px; background: var(--gold); }
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 4.25rem);
  font-weight: 300; color: var(--cream); line-height: 1.1; margin-bottom: 1.25rem;
}
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub {
  font-size: 1rem; font-weight: 300;
  color: rgba(245,240,232,0.75);
  max-width: 480px; margin-bottom: 2.25rem; line-height: 1.8;
}
.hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; margin-bottom: 1.5rem; }

.hero-trust {
  display: flex; gap: 2rem; flex-wrap: wrap; margin-top: 1rem;
}
.hero-trust-item {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.75rem; color: rgba(245,240,232,0.55);
  letter-spacing: 0.06em;
}
.hero-trust-item::before {
  content: '✓';
  color: var(--gold);
  font-size: 0.8rem;
}

.hero-scroll {
  position: absolute; bottom: 2rem; right: 3rem; z-index: 5;
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  color: rgba(245,240,232,0.4); font-size: 0.68rem;
  letter-spacing: 0.15em; text-transform: uppercase;
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, rgba(184,150,90,0.8), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse { 0%, 100% { opacity: 0.4; } 50% { opacity: 1; } }

/* ============================================================
   INTRO BAND (Nathan intro)
   ============================================================ */
.intro-band {
  background: var(--stone);
  padding: 3rem 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  border-bottom: 1px solid rgba(184,150,90,0.15);
}
.intro-avatar {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--sage);
  border: 2px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 300; color: var(--cream);
  flex-shrink: 0;
}
.intro-text { max-width: 640px; }
.intro-text p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-weight: 300; font-style: italic;
  color: rgba(245,240,232,0.8); line-height: 1.7;
}
.intro-text strong {
  display: block; margin-top: 0.75rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem; font-weight: 500;
  color: var(--gold); letter-spacing: 0.1em;
  text-transform: uppercase; font-style: normal;
}

/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar { background: var(--cream); display: flex; justify-content: center; border-bottom: 1px solid rgba(26,23,20,0.08); }
.stat-item {
  padding: 1.75rem 3rem; text-align: center;
  border-right: 1px solid rgba(26,23,20,0.08);
  flex: 1; max-width: 220px;
}
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: var(--stone); line-height: 1; }
.stat-label { font-size: 0.7rem; color: var(--stone-soft); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 0.2rem; }

/* ============================================================
   PHOTO STRIP
   ============================================================ */
.photo-strip { display: grid; grid-template-columns: repeat(4, 1fr); height: 280px; }
.strip-img { overflow: hidden; position: relative; }
.strip-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
.strip-img:hover img { transform: scale(1.06); }
.strip-img-overlay { position: absolute; inset: 0; background: rgba(26,23,20,0); transition: background 0.3s; }
.strip-img:hover .strip-img-overlay { background: rgba(26,23,20,0.2); }

/* ============================================================
   COLLECTIONS
   ============================================================ */
.collections-section { max-width: 1200px; margin: 0 auto; padding: 5rem 2rem; }
.collections-header { max-width: 560px; margin-bottom: 3rem; }
.collections-header p { color: var(--stone-soft); font-size: 0.9rem; line-height: 1.7; margin-top: 0.5rem; }

.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.product-card { background: var(--cream); border-radius: 2px; overflow: hidden; transition: transform 0.3s; }
.product-card:hover { transform: translateY(-4px); }
.product-img { height: 240px; overflow: hidden; position: relative; }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
.product-card:hover .product-img img { transform: scale(1.05); }
.product-img-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 50%, rgba(26,23,20,0.55) 100%); }
.product-tag {
  position: absolute; top: 1rem; left: 1rem;
  background: var(--gold); color: var(--stone);
  font-size: 0.62rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 0.28rem 0.65rem; border-radius: 1px; z-index: 2;
}
.product-body { padding: 1.25rem; }
.product-name { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; color: var(--stone); margin-bottom: 0.35rem; }
.product-desc { font-size: 0.83rem; color: var(--stone-soft); line-height: 1.6; margin-bottom: 0.875rem; }
.product-link { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); text-decoration: none; cursor: pointer; }
.product-link::after { content: ' →'; }
.product-link:hover { color: var(--stone); }

/* ============================================================
   WHY APEX
   ============================================================ */
.why { background: var(--stone); }
.why-inner {
  max-width: 1200px; margin: 0 auto; padding: 5rem 2rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.why-desc { color: rgba(245,240,232,0.65); font-size: 0.97rem; line-height: 1.8; margin-bottom: 2rem; }
.why-features { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.feature-item { padding: 1rem 1.1rem; border: 1px solid rgba(184,150,90,0.2); border-radius: 2px; }
.feature-name { font-size: 0.875rem; font-weight: 500; color: var(--cream); margin-bottom: 0.2rem; }
.feature-text { font-size: 0.78rem; color: rgba(245,240,232,0.45); line-height: 1.5; }
.why-img { border-radius: 2px; overflow: hidden; height: 420px; }
.why-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ============================================================
   PROCESS
   ============================================================ */
.process { background: var(--cream); padding: 5rem 2rem; }
.process-inner { max-width: 960px; margin: 0 auto; text-align: center; }
.process-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  margin-top: 3rem; position: relative;
}
.process-steps::before {
  content: ''; position: absolute; top: 23px; left: 12.5%; right: 12.5%;
  height: 1px; background: var(--gold-pale); z-index: 0;
}
.process-step { padding: 0 1.25rem; text-align: center; position: relative; z-index: 1; }
.step-num {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--stone); color: var(--gold);
  font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 300;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem;
}
.step-name { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 400; color: var(--stone); margin-bottom: 0.4rem; }
.step-desc { font-size: 0.78rem; color: var(--stone-soft); line-height: 1.6; }
.process-cta { margin-top: 2.75rem; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials { background: var(--warm-white); padding: 5rem 2rem; }
.testimonials-inner { max-width: 1200px; margin: 0 auto; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; }
.testimonial-card { background: var(--cream); border-radius: 2px; padding: 1.75rem; }
.stars { color: var(--gold); font-size: 0.8rem; letter-spacing: 0.2em; margin-bottom: 0.875rem; }
.testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; font-weight: 300; font-style: italic;
  color: var(--stone); line-height: 1.7; margin-bottom: 1.25rem;
}
.testimonial-author { display: flex; align-items: center; gap: 0.75rem; }
.author-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--sage); display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 500; color: white; flex-shrink: 0;
}
.author-name { font-size: 0.83rem; font-weight: 500; color: var(--stone); }
.author-location { font-size: 0.72rem; color: var(--stone-soft); }
.reviews-note { text-align: center; margin-top: 2rem; font-size: 0.8rem; color: var(--stone-soft); }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero { background: var(--stone); padding: 7rem 2rem 4.5rem; text-align: center; }
.page-hero p { color: rgba(245,240,232,0.6); max-width: 560px; margin: 0.75rem auto 0; font-size: 0.97rem; line-height: 1.8; }

/* ============================================================
   GALLERY
   ============================================================ */
.masonry-grid { max-width: 1200px; margin: 0 auto; padding: 3.5rem 2rem; columns: 3; gap: 1rem; }
.masonry-item { break-inside: avoid; margin-bottom: 1rem; position: relative; overflow: hidden; border-radius: 2px; cursor: pointer; }
.masonry-item img { width: 100%; display: block; transition: transform 0.4s ease; }
.masonry-item:hover img { transform: scale(1.04); }
.masonry-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,23,20,0.75) 0%, transparent 50%);
  opacity: 0; transition: opacity 0.3s;
  display: flex; align-items: flex-end; padding: 1rem;
}
.masonry-item:hover .masonry-overlay { opacity: 1; }
.masonry-label { font-family: 'Cormorant Garamond', serif; font-size: 0.9rem; font-style: italic; color: var(--cream); }
.gallery-cta { text-align: center; padding: 1.5rem 2rem 4.5rem; }
.gallery-cta p { color: var(--stone-soft); margin-bottom: 1.25rem; font-size: 0.9rem; }
.gallery-note { text-align: center; padding: 0 2rem 2rem; font-size: 0.8rem; color: var(--stone-soft); font-style: italic; }

/* ============================================================
   ABOUT
   ============================================================ */
.about-photo-row { display: grid; grid-template-columns: repeat(3, 1fr); height: 320px; }
.about-photo-item { overflow: hidden; }
.about-photo-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s; }
.about-photo-item:hover img { transform: scale(1.05); }
.about-content { max-width: 800px; margin: 0 auto; padding: 4.5rem 2rem; }
.about-content p { font-size: 0.97rem; color: var(--stone-soft); line-height: 1.9; margin-bottom: 1.25rem; }
.about-content p strong { color: var(--stone); font-weight: 500; }
.about-values { max-width: 960px; margin: 0 auto; padding: 0 2rem 4.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.value-card { text-align: center; padding: 1.75rem; background: var(--cream); border-radius: 2px; }
.value-num { font-family: 'Cormorant Garamond', serif; font-size: 2.75rem; font-weight: 300; color: var(--gold-pale); line-height: 1; margin-bottom: 0.6rem; }
.value-title { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 400; color: var(--stone); margin-bottom: 0.6rem; }
.value-text { font-size: 0.83rem; color: var(--stone-soft); line-height: 1.7; }
.about-cta { background: var(--stone); padding: 3.5rem; text-align: center; }
.about-cta h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 300; color: var(--cream); margin-bottom: 1.25rem; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact { background: var(--stone); padding: 6rem 2rem; }
.contact-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.contact-desc { color: rgba(245,240,232,0.6); margin-bottom: 2.25rem; font-size: 0.95rem; line-height: 1.8; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 0.875rem; text-align: left; margin-bottom: 0.875rem; }
.form-group { display: flex; flex-direction: column; gap: 0.35rem; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,240,232,0.45); }
.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(184,150,90,0.2);
  border-radius: 2px;
  padding: 0.7rem 0.9rem;
  color: var(--cream);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group select option { background: var(--stone); }
.form-group textarea { resize: vertical; min-height: 90px; }
.form-group input::placeholder { color: rgba(245,240,232,0.3); }
.form-submit { margin-top: 0.5rem; }
.form-submit .btn-primary { width: 100%; padding: 0.95rem; }
.form-privacy { font-size: 0.72rem; color: rgba(245,240,232,0.3); margin-top: 0.6rem; }
.contact-info-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3.5rem; text-align: center; }
.contact-info-label { font-size: 0.67rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(245,240,232,0.35); margin-bottom: 0.35rem; }
.contact-info-value { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; color: var(--gold); }
.success-msg { display: none; margin-top: 1.75rem; padding: 1.25rem; border: 1px solid rgba(184,150,90,0.4); border-radius: 2px; }
.success-title { color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-style: italic; margin-bottom: 0.4rem; }
.success-sub { color: rgba(245,240,232,0.45); font-size: 0.82rem; }

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: #0f0d0b;
  color: rgba(245,240,232,0.45);
  padding: 2.5rem 3rem;
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid rgba(184,150,90,0.1);
  flex-wrap: wrap; gap: 1rem;
}
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 300; color: var(--cream); }
.footer-logo span { color: var(--gold); font-style: italic; }
.footer-links { display: flex; gap: 1.75rem; list-style: none; flex-wrap: wrap; }
.footer-links a { color: rgba(245,240,232,0.35); text-decoration: none; font-size: 0.75rem; letter-spacing: 0.06em; transition: color 0.2s; cursor: pointer; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: 0.7rem; color: rgba(245,240,232,0.2); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; flex-direction: column; gap: 0; position: absolute; top: 100%; left: 0; right: 0; background: rgba(26,23,20,0.98); padding: 1rem 0; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 0.75rem 1.5rem; border-bottom: 1px solid rgba(184,150,90,0.1); }
  .nav-toggle { display: flex; }
  .hero-content { padding: 6rem 1.5rem 3rem; max-width: 100%; }
  .hero-scroll { display: none; }
  .intro-band { flex-direction: column; text-align: center; padding: 2rem 1.5rem; gap: 1.5rem; }
  .stats-bar { flex-wrap: wrap; }
  .stat-item { min-width: 50%; border-right: none; border-bottom: 1px solid rgba(26,23,20,0.08); }
  .stat-item:nth-child(odd) { border-right: 1px solid rgba(26,23,20,0.08); }
  .photo-strip { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: 1fr 1fr; }
  .why-inner { grid-template-columns: 1fr; gap: 2rem; }
  .why-img { height: 280px; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps::before { display: none; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .masonry-grid { columns: 2; }
  .about-values { grid-template-columns: 1fr; }
  .about-photo-row { grid-template-columns: 1fr; height: auto; }
  .about-photo-item { height: 200px; }
  .contact-form { grid-template-columns: 1fr; }
  .form-group.full { grid-column: 1; }
  .contact-info-row { grid-template-columns: 1fr; gap: 1rem; }
  footer { flex-direction: column; align-items: flex-start; }
  .footer-links { gap: 1rem; }
}
@media (max-width: 600px) {
  .products-grid { grid-template-columns: 1fr; }
  .photo-strip { height: 200px; }
  .why-features { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .masonry-grid { columns: 1; }
  .page-nav-btn { padding: 0.7rem 1rem; font-size: 0.7rem; }
  .hero h1 { font-size: 2.5rem; }
  .hero-trust { flex-direction: column; gap: 0.5rem; }
}
