/* ===================== TYPE SCALE (match homepage Testimonials) ===================== */
.about-hero,
.story-copy,
.section-head,
.contact-hero,
.contact-form-head,
.contact-cta-band,
.about-cta,
.home-cta{
  --page-type:var(--font);
}
.about-hero-copy .eyebrow,
.story-copy .eyebrow,
.section-head .eyebrow,
.contact-hero-copy .eyebrow,
.contact-form-head .eyebrow{
  font-family:var(--page-type);
  font-size:0.78rem;
  font-weight:700;
  letter-spacing:0.22em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.about-hero-copy h1,
.contact-hero-copy h1,
.story-copy h2,
.section-head h2,
.contact-form-head h2,
.contact-cta-band h2,
.about-cta-band h2,
.home-cta h2{
  font-family:var(--page-type);
  font-size:clamp(1.85rem,3.2vw,2.85rem);
  font-weight:800;
  letter-spacing:-0.03em;
  line-height:1.25;
}
.about-hero-copy h1.about-hero-heading{
  font-family:'Adobe Clean','Inter','SF Pro Display',sans-serif;
  font-size:clamp(36px, 4vw, 64px);
  font-weight:700;
  letter-spacing:-0.02em;
  line-height:1.05;
}

.why-about-intro{
  padding-block:clamp(80px,9vw,128px);
}
.why-about-intro .section-head{
  max-width:820px;
  margin-inline:auto;
}
.why-about-intro .section-head p{
  max-width:680px;
  margin:18px auto 28px;
  font-size:1.08rem;
  line-height:1.75;
}
.about-hero-copy p.about-hero-sub,
.contact-hero-copy p,
.section-head p,
.contact-form-head p,
.story-copy p.lede{
  font-family:var(--page-type);
  font-size:clamp(0.98rem,1.15vw,1.08rem);
  font-weight:500;
  line-height:1.55;
}
.story-copy p{
  font-family:var(--page-type);
  font-size:clamp(0.98rem,1.15vw,1.08rem);
  font-weight:400;
  line-height:1.65;
}

/* ===================== SUBPAGE HERO (Contact) ===================== */
.page-hero{
  padding:calc(var(--section-y) + 80px) 0 var(--section-y);
  background:var(--navy);
  color:#fff;
  text-align:center;
  position:relative;
  overflow:visible;
}
.page-hero .container{position:relative;z-index:2;}
.page-hero h1{color:#fff;margin-bottom:18px;}
.page-hero p{max-width:560px;margin:0 auto;color:#B9D6D3;font-size:1.08rem;}
.page-hero .eyebrow{justify-content:center;}
.page-hero-bg{position:absolute;inset:0;opacity:0.5;z-index:1;pointer-events:none;overflow:hidden;}
.page-hero-bg img{width:100%;height:100%;object-fit:cover;}

/* ===================== ABOUT HERO (full-bleed banner) ===================== */
.page-our-story .about-hero{
  padding-top:var(--navbar-height, 80px);
}
.about-hero{
  position:relative;
  min-height:min(100vh, 920px);
  min-height:min(100dvh, 920px);
  display:flex;
  align-items:center;
  padding:clamp(48px, 7vw, 88px) 0 clamp(56px, 8vw, 96px);
  background:#d8eef8;
  overflow:hidden;
}
.about-hero-photo{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:72% center;
  transform-origin:center center;
  will-change:transform;
  pointer-events:none;
  user-select:none;
}
.about-hero picture{
  position:absolute;
  inset:0;
  z-index:0;
  display:block;
  width:100%;
  height:100%;
  pointer-events:none;
}
.about-hero-scrim{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,0.72) 0%,
    rgba(255,255,255,0.42) 34%,
    rgba(255,255,255,0.08) 58%,
    transparent 78%
  );
}
.about-hero-inner{
  position:relative;
  z-index:2;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.about-hero-copy{
  max-width:min(640px, 92vw);
  --story-navy:#0B2D5B;
  --story-teal:#1CC6D6;
  --story-muted:#8A93A3;
  font-family:var(--page-type, var(--font));
}
.about-hero-copy h1{
  font-family:'Adobe Clean','Inter','SF Pro Display',sans-serif;
  font-size:clamp(36px, 4vw, 64px);
  font-weight:700;
  letter-spacing:-0.02em;
  line-height:1.05;
  color:#0A2D63;
  margin:12px 0 0;
  max-width:none;
  padding-bottom:0;
}
.about-hero-heading-line{
  display:block;
  white-space:nowrap;
}
.about-hero-heading-line--orange{
  color:#fb6917;
}
.about-hero-heading-line--navy{
  color:#0A2D63;
}
.about-hero-copy p.about-hero-sub{
  display:none;
}
/* 2 IN 1 pill — same as homepage hero banners */
.about-hero-tagline{
  display:inline-flex;
  align-items:stretch;
  width:fit-content;
  max-width:100%;
  min-height:0;
  margin:0 0 14px;
  padding:0;
  gap:0;
  overflow:hidden;
  font-family:var(--font);
  font-size:12px;
  font-weight:700;
  line-height:1.15;
  white-space:nowrap;
  color:#0A2D63;
  background:#fff;
  border:1.5px solid #fb6917;
  border-radius:999px;
  box-shadow:none;
}
.about-hero-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:0;
  margin:0;
  padding:7px 12px;
  border-radius:0;
  background:#fb6917;
  color:#fff;
  font-size:10px;
  font-weight:800;
  line-height:1;
  letter-spacing:.04em;
  white-space:nowrap;
}
.about-hero-tagline-copy{
  display:inline-flex;
  align-items:center;
  gap:0.35em;
  padding:7px 14px 7px 12px;
  color:#2479d4;
  font-size:12px;
  font-weight:500;
}
.about-hero-tagline-copy strong{
  color:#2479d4;
  font-weight:700;
}
.about-hero-tagline .hero-slide-tagline-in{
  color:#000;
  font-weight:700;
}
.about-hero-tagline .hero-slide-tagline-rest{
  color:#2479d4;
  font-weight:600;
}
.about-hero-sub{
  display:block;
}
.about-scroll-cue{
  color:rgba(15,23,42,0.4);
}
.about-scroll-cue .line{
  background:linear-gradient(rgba(15,23,42,0.35), transparent);
}
@media (max-width:900px){
  .page-our-story .about-hero{
    padding-top:var(--navbar-height, 60px);
  }
  .about-hero{
    min-height:min(100svh, 780px);
    align-items:flex-start;
    padding:clamp(36px, 8vw, 56px) 0 clamp(48px, 10vw, 72px);
  }
  .about-hero-photo{
    object-position:68% 58%;
  }
  .about-hero-scrim{
    background:linear-gradient(
      180deg,
      rgba(255,255,255,0.82) 0%,
      rgba(255,255,255,0.55) 38%,
      rgba(255,255,255,0.12) 62%,
      transparent 82%
    );
  }
  .about-hero-inner{
    align-items:flex-start;
  }
  .about-hero-copy{
    max-width:min(440px, 94vw);
    text-align:left;
  }
  .about-hero-copy h1{
    max-width:none;
    font-size:clamp(30px, 5.2vw, 48px);
    line-height:1.05;
  }
  .about-scroll-cue{bottom:20px;}
}

/* Mobile only: homepage hero mobile banner as full-bleed BG; text left (desktop unchanged) */
@media (max-width:768px){
  .page-our-story .about-hero{
    padding-top:var(--navbar-height, 60px);
  }
  .about-hero{
    min-height:min(78svh, 560px);
    align-items:center;
    padding:clamp(48px, 10dvh, 80px) 0 clamp(72px, 16dvh, 120px);
    background:#d8eef8;
  }
  .about-hero picture,
  .about-hero-photo{
    inset:0;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    max-height:none;
    object-fit:cover;
    object-position:center bottom;
    transform:none;
    will-change:auto;
  }
  .about-hero-scrim{
    background:linear-gradient(
      90deg,
      rgba(255,255,255,0.55) 0%,
      rgba(255,255,255,0.28) 40%,
      rgba(255,255,255,0.06) 58%,
      transparent 72%
    );
  }
  .about-hero-inner{
    align-items:center;
    justify-content:flex-start;
  }
  .about-hero-copy{
    width:min(92vw, 360px);
    max-width:min(92vw, 360px);
    padding-right:clamp(8px, 2.5vw, 14px);
    text-align:left;
    --story-navy:#0A2D63;
    --story-teal:#28bcbf;
    --story-muted:#6B7280;
  }
  .about-hero-copy .about-hero-tagline{
    margin:0 0 10px;
    font-size:11px;
  }
  .about-hero-copy .about-hero-badge{
    padding:6px 10px;
    font-size:9px;
  }
  .about-hero-copy .about-hero-tagline-copy{
    padding:6px 12px 6px 10px;
    font-size:11px;
  }
  .about-hero-copy .about-hero-sub{
    display:none !important;
  }
  .about-hero-copy h1{
    font-family:'Adobe Clean','Inter','SF Pro Display',sans-serif;
    font-size:clamp(15px, 4.2vw, 20px);
    font-weight:700;
    letter-spacing:-0.02em;
    line-height:1.15;
    color:#0A2D63;
    max-width:none;
    margin:8px 0 0;
    padding-bottom:0;
  }
  .about-hero-heading-line{
    white-space:nowrap;
  }
}

/* Story intro + Mission & Vision — match homepage Testimonials type */
.about-story-intro,
.about-mission{
  --page-type:var(--font);
  --story-navy:#0B2D5B;
  --story-teal:#1CC6D6;
  --story-muted:#8A93A3;
  font-family:var(--page-type);
}
.about-story-intro{
  padding:var(--section-y) 0;
  background:#fff;
}
.about-story-intro .story-copy .eyebrow,
.about-mission .section-head .eyebrow{
  font-family:var(--page-type);
  font-size:0.78rem;
  font-weight:700;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:var(--story-teal);
  margin-bottom:10px;
}
.about-story-intro .story-copy .eyebrow::before,
.about-mission .section-head .eyebrow::before{
  display:none;
  content:none;
}
.about-mission .section-head.center .eyebrow{
  justify-content:center;
}
.about-story-intro .story-copy h2,
.about-mission .section-head h2{
  font-family:var(--page-type);
  font-size:clamp(1.85rem,3.2vw,2.85rem);
  font-weight:800;
  letter-spacing:-0.03em;
  line-height:1.25;
  color:var(--story-navy);
  margin:0 0 10px;
  padding-bottom:0.06em;
}
.about-story-intro .story-copy p.lede{
  font-family:var(--page-type);
  font-size:clamp(0.98rem,1.15vw,1.08rem);
  font-weight:500;
  line-height:1.55;
  color:var(--story-muted);
  margin:0 0 20px;
}
.about-story-intro .story-copy p{
  font-family:var(--page-type);
  font-size:clamp(0.98rem,1.15vw,1.08rem);
  font-weight:400;
  line-height:1.65;
  color:var(--story-muted);
  margin-bottom:20px;
}
.about-story-intro .story-anchor{
  margin-top:32px;
  padding:22px 28px;
  background:var(--light);
  border-left:3px solid var(--orange);
  border-radius:0 var(--radius-sm) var(--radius-sm) 0;
  font-family:var(--page-type);
  font-size:clamp(0.98rem,1.15vw,1.08rem);
  font-weight:600;
  line-height:1.55;
  color:var(--story-navy);
}
.about-mission .mv-grid{
  margin-top:clamp(28px, 4vw, 40px);
}
.about-mission .mv-card{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  column-gap:14px;
  row-gap:0;
}
.about-mission .mv-card i{
  grid-column:1;
  grid-row:1;
  margin:0;
  align-self:center;
  line-height:1;
}
.about-mission .mv-card h3{
  grid-column:2;
  grid-row:1;
  font-family:var(--page-type);
  font-size:clamp(1.25rem,1.8vw,1.5rem);
  font-weight:700;
  line-height:1.2;
  letter-spacing:-0.02em;
  color:#0B2E5E;
  margin:0;
  align-self:center;
}
.about-mission .mv-card p{
  grid-column:1 / -1;
  font-family:var(--page-type);
  font-size:clamp(0.95rem,1.1vw,1rem);
  font-weight:400;
  line-height:1.6;
  color:#6B7280;
  margin:14px 0 0;
}
@media (max-width:900px){
  .about-story-intro{
    padding:clamp(48px,10vw,72px) 0;
  }
  .about-story-intro .story-copy{
    text-align:left;
  }
  .about-story-intro .story-copy h2,
  .about-mission .section-head h2{
    font-size:clamp(1.6rem,6.2vw,2.2rem);
  }
  .about-mission .section-head.center{
    text-align:center;
  }
  .about-mission .mv-card{
    padding:clamp(28px,6vw,40px) clamp(22px,5vw,36px);
  }
}

/* ===================== SCROLL CUE ===================== */
.scroll-cue{
  position:absolute;
  bottom:36px;left:50%;
  transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:10px;
  color:#B9D6D3;
  font-size:0.72rem;
  letter-spacing:0.18em;
  text-transform:uppercase;
  z-index:2;
}
.scroll-cue .line{
  width:1px;height:38px;
  background:linear-gradient(#B9D6D3, transparent);
  animation:scroll-cue-move 1.8s ease-in-out infinite;
}
@keyframes scroll-cue-move{
  0%{transform:scaleY(0.3);transform-origin:top;}
  50%{transform:scaleY(1);transform-origin:top;}
  51%{transform-origin:bottom;}
  100%{transform:scaleY(0.3);transform-origin:bottom;}
}

/* ===================== STORY (split) ===================== */
.story-split{
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:clamp(36px,5vw,64px);
  align-items:stretch;
}
.story-media{
  position:relative;
  width:100%;
  min-height:0;
  border-radius:var(--radius-lg);
  overflow:hidden;
  background:#eef4f8;
  align-self:stretch;
}
.story-media img{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 35%;
  border-radius:var(--radius-lg);
}
@media (max-width:900px){
  .story-split{
    grid-template-columns:1fr;
    gap:clamp(24px,5vw,36px);
  }
  .story-media{
    height:min(320px, 48vh);
    max-height:360px;
    order:-1;
  }
}

/* ===================== MISSION / VISION ===================== */
.mv-grid{grid-template-columns:repeat(2,1fr);}
.mv-card{padding:48px 42px;}
.mv-card i{font-size:1.5rem;color:var(--orange);margin-bottom:0;}
.about-mission .mv-card i{margin-bottom:0;}
@media (max-width:900px){
  .mv-grid{grid-template-columns:1fr;}
}

/* ===================== WHY WE BUILT (timeline) ===================== */
.timeline{
  max-width:760px;
  margin:0 auto;
  position:relative;
}
.timeline::before{
  content:'';
  position:absolute;left:19px;top:8px;bottom:8px;
  width:2px;background:rgba(17,24,39,0.1);
}
.timeline-item{
  position:relative;
  padding-left:64px;
  margin-bottom:44px;
}
.timeline-item:last-child{margin-bottom:0;}
.timeline-dot{
  position:absolute;left:0;top:2px;
  width:40px;height:40px;
  border-radius:50%;
  background:var(--orange);
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:0.95rem;font-weight:700;
}
.timeline-item h3{margin-bottom:8px;font-size:1.15rem;}
.timeline-item p{font-size:0.96rem;}

/* ===================== FARMER JOURNEY ===================== */
.journey-media{
  border-radius:var(--radius-lg);
  overflow:hidden;
  position:relative;
}
.journey-media img{
  width:100%;
  display:block;
}

/* ===================== ABOUT CTA ===================== */
.about-cta{text-align:center;}

/* ===================== CONTACT ===================== */
.contact-hero{
  position:relative;
  min-height:0;
  display:flex;
  align-items:center;
  padding:clamp(20px, 3vw, 36px) 0 clamp(24px, 3.5vw, 40px);
  padding-top:calc(var(--navbar-height, 80px) + clamp(12px, 2vw, 22px));
  background:#fff;
  overflow:hidden;
}
.contact-hero--split{
  background:#fff;
}
.contact-hero-photo,
.contact-hero picture,
.contact-hero-scrim,
.contact-scroll-cue{
  display:none !important;
}
.contact-hero-watermark{
  display:none;
}
.contact-hero-inner{
  position:relative;
  z-index:2;
  width:100%;
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items:center;
  gap:clamp(28px, 5vw, 64px);
}
.contact-hero-copy{
  max-width:min(540px, 100%);
}
.contact-hero-tagline{
  display:flex;
  align-items:stretch;
  width:fit-content;
  max-width:100%;
  min-height:0;
  margin:0 0 14px;
  padding:0;
  gap:0;
  overflow:hidden;
  font-family:var(--font);
  font-size:12px;
  font-weight:700;
  line-height:1.15;
  white-space:nowrap;
  color:#0A2D63;
  background:#fff;
  border:1.5px solid #fb6917;
  border-radius:999px;
  box-shadow:none;
}
/* Beat .contact-hero-copy p { margin:0 } — tagline is a <p> */
.contact-hero-copy .contact-hero-tagline{
  margin:0 0 28px;
}
.contact-hero-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:0;
  margin:0;
  padding:7px 12px;
  border-radius:0;
  background:#fb6917;
  color:#fff;
  font-size:10px;
  font-weight:800;
  line-height:1;
  letter-spacing:.04em;
  white-space:nowrap;
}
.contact-hero-tagline-copy{
  display:inline-flex;
  align-items:center;
  gap:0.35em;
  padding:7px 14px 7px 12px;
  color:#2479d4;
  font-size:12px;
  font-weight:500;
}
.contact-hero-tagline-copy strong{
  color:#2479d4;
  font-weight:700;
}
.contact-hero-tagline .hero-slide-tagline-in{
  color:#000;
  font-weight:700;
}
.contact-hero-tagline .hero-slide-tagline-rest{
  color:#2479d4;
  font-weight:600;
}
.contact-hero-copy .eyebrow{
  display:block;
  width:100%;
  margin:0 0 8px;
  color:var(--label);
}
.contact-hero-copy .eyebrow::before{display:none;content:none;}
.contact-hero-copy h1{
  color:#0F2F5F;
  margin:0 0 16px;
}
.contact-hero-copy p{
  color:var(--body);
  max-width:440px;
  margin:0;
}
.contact-hero-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-top:28px;
}
.contact-hero-actions .btn{
  min-width:148px;
  justify-content:center;
}
.contact-hero-actions .btn-ghost{
  background:#fff;
  border:1.5px solid rgba(15,47,95,0.18);
  color:#0F2F5F;
}
.contact-hero-actions .btn-ghost:hover{
  border-color:var(--orange);
  color:var(--orange);
}
.contact-hero-cta{
  transition:box-shadow 0.35s ease, transform 0.35s ease;
}
.contact-hero-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 36px rgba(249,115,22,0.4);
}
.contact-hero-media{
  display:flex;
  justify-content:center;
  align-items:center;
  min-width:0;
}
.contact-hero-media-img{
  display:block;
  width:min(100%, 520px);
  max-width:100%;
  height:auto;
  aspect-ratio:1 / 1;
  object-fit:cover;
  object-position:center;
  border-radius:28px;
  box-shadow:0 24px 48px rgba(15,47,95,0.12);
}
.contact-hero-visual,
.contact-hero-glow,
.contact-hero-parallax,
.contact-hero-img{
  display:none;
}
.contact-scroll-cue{
  display:none !important;
}

.contact-cards-section{
  padding:clamp(20px,3vw,40px) 0 clamp(40px,6vw,72px);
  background:#fff;
}
.contact-info-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(16px,2.5vw,24px);
}
.contact-info-card{
  background:#fff;
  border-radius:24px;
  padding:clamp(26px,3vw,36px);
  border:1px solid rgba(15,47,95,0.06);
  box-shadow:0 12px 36px rgba(15,47,95,0.06);
  transition:transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.35s ease;
}
.contact-info-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 44px rgba(249,115,22,0.12);
  border-color:rgba(249,115,22,0.25);
}
.contact-info-icon{
  width:48px;height:48px;
  border-radius:50%;
  display:grid;place-items:center;
  margin-bottom:18px;
  color:var(--orange);
  background:rgba(249,115,22,0.1);
  font-size:1.1rem;
}
.contact-info-card h3{
  margin:0 0 10px;
  font-size:1.15rem;
  font-weight:700;
  color:#0F2F5F;
}
.contact-info-card p{
  margin:0;
  font-size:0.95rem;
  line-height:1.6;
  color:#374151;
}
.contact-info-card a{
  color:#0F2F5F;
  font-weight:600;
  text-decoration:none;
}
.contact-info-card a:hover{color:var(--orange);}

.contact-main{
  padding:0 0 var(--section-y);
  background:linear-gradient(180deg, #fff 0%, var(--light) 100%);
  scroll-margin-top:120px;
}
.contact-main-grid{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:clamp(28px,4vw,48px);
  align-items:start;
}
.contact-form{
  background:#fff;
  padding:clamp(28px,4vw,44px);
  border-radius:var(--radius-lg);
  border:1px solid rgba(15,47,95,0.06);
  box-shadow:0 16px 44px rgba(15,47,95,0.07);
}
.contact-form-head{margin-bottom:28px;}
.contact-form-head .eyebrow{color:var(--label);}
.contact-form-head .eyebrow::before{display:none;content:none;}
.contact-form-head h2{
  margin:10px 0 10px;
  color:#0F2F5F;
}
.contact-form-head p{
  margin:0;
  color:var(--body);
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.field{margin-bottom:20px;}
.field label{
  display:block;font-size:0.85rem;font-weight:600;color:#0F2F5F;margin-bottom:8px;
}
.field input,.field textarea{
  width:100%;
  padding:15px 18px;
  border-radius:var(--radius-sm);
  border:1.5px solid rgba(15,47,95,0.12);
  background:#fff;
  font-size:0.95rem;
  color:var(--heading);
  transition:border-color .25s ease, box-shadow .25s ease;
}
.field input:focus,.field textarea:focus{
  border-color:var(--orange);
  outline:none;
  box-shadow:0 0 0 4px rgba(249,115,22,0.12);
}
.field textarea{resize:vertical;min-height:120px;}
.contact-form-submit{width:100%;padding:18px;}
.form-note{font-size:0.8rem;color:var(--body);margin-top:12px;line-height:1.5;}

.contact-aside{display:flex;flex-direction:column;gap:18px;}
.contact-map{
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 16px 40px rgba(15,47,95,0.1);
  border:1px solid rgba(15,47,95,0.06);
  background:#e8eef2;
  min-height:280px;
}
.contact-map iframe{
  display:block;
  width:100%;
  height:min(42vw,320px);
  min-height:260px;
  border:0;
}
.contact-hours,
.contact-social{
  background:#fff;
  border-radius:20px;
  padding:22px 24px;
  border:1px solid rgba(15,47,95,0.06);
  box-shadow:0 10px 28px rgba(15,47,95,0.05);
}
.contact-hours h3,
.contact-social h3{
  margin:0 0 14px;
  font-size:1rem;
  color:#0F2F5F;
}
.contact-hours ul{list-style:none;margin:0;padding:0;}
.contact-hours li{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:10px 0;
  border-bottom:1px solid rgba(15,47,95,0.06);
  font-size:0.9rem;
  color:#374151;
}
.contact-hours li:last-child{border-bottom:0;padding-bottom:0;}
.contact-hours li span:last-child{font-weight:600;color:#0F2F5F;text-align:right;}
.contact-social-links{display:flex;gap:12px;}
.contact-social-links a{
  width:44px;height:44px;
  border-radius:50%;
  display:grid;place-items:center;
  background:rgba(249,115,22,0.1);
  color:var(--orange);
  font-size:1.05rem;
  transition:background .3s ease, color .3s ease, transform .3s ease;
}
.contact-social-links a:hover{
  background:var(--orange);
  color:#fff;
  transform:translateY(-2px);
}

.contact-cta-section{padding:0 0 var(--section-y);}
.contact-cta-band{
  margin:0 clamp(20px,5vw,56px);
  padding:clamp(40px,6vw,72px) clamp(28px,5vw,64px);
  border-radius:var(--radius-lg);
  background:linear-gradient(120deg, var(--orange) 0%, var(--orange-hover) 100%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  flex-wrap:wrap;
}
.contact-cta-band h2{
  color:#fff;
  max-width:none;
  margin:0;
  white-space:nowrap;
}
.contact-cta-band .btn-light{color:var(--orange-hover);}

@media (max-width:960px){
  .contact-hero{
    min-height:0;
    align-items:center;
    padding:clamp(20px, 5vw, 36px) 0 clamp(28px, 6vw, 44px);
    padding-top:calc(var(--navbar-height, 60px) + clamp(12px, 3vw, 20px));
  }
  .contact-hero-inner{
    grid-template-columns:1fr;
    gap:clamp(24px, 5vw, 40px);
    align-items:center;
  }
  .contact-hero-copy{
    max-width:min(520px, 100%);
    text-align:left;
    margin-inline:0;
  }
  .contact-hero-copy p{margin-inline:0;}
  .contact-hero-actions{justify-content:flex-start;}
  .contact-hero-media{
    max-width:min(420px, 88vw);
    margin-inline:auto;
  }
  .contact-hero-media-img{
    width:100%;
    border-radius:22px;
  }
  .contact-info-cards{grid-template-columns:1fr;max-width:480px;margin-inline:auto;}
  .contact-main-grid{grid-template-columns:1fr;}
  .form-row{grid-template-columns:1fr;}
  .contact-map iframe{height:260px;}
  .contact-cta-band{flex-direction:column;text-align:center;}
  .contact-cta-band h2{white-space:normal;}
}

@media (max-width:768px){
  .contact-hero{
    min-height:0;
    align-items:center;
    padding:clamp(20px, 5dvh, 36px) 0 clamp(28px, 6dvh, 44px);
  }
  .contact-hero-inner{
    align-items:stretch;
  }
  .contact-hero-copy{
    width:100%;
    max-width:100%;
  }
  .contact-hero-copy .contact-hero-tagline{
    margin:0 0 10px;
    font-size:11px;
  }
  .contact-hero-badge{
    padding:6px 10px;
    font-size:9px;
  }
  .contact-hero-tagline-copy{
    padding:6px 12px 6px 10px;
    font-size:11px;
  }
  .contact-hero-copy h1{
    font-size:clamp(1.45rem, 5.6vw, 1.85rem);
    margin:8px 0 12px;
  }
  .contact-hero-copy p{
    font-size:0.92rem;
    margin:0;
    max-width:100%;
  }
  .contact-hero-actions{
    margin-top:22px;
  }
  .contact-hero-actions .btn{
    padding:12px 22px;
    font-size:0.82rem;
    min-width:0;
    flex:1 1 auto;
  }
  .contact-hero-media{
    max-width:min(360px, 92vw);
  }
  .contact-hero-media-img{
    border-radius:18px;
  }
}

/* ===================== BREADCRUMB SPACER for inner pages ===================== */
.page-top-space{height:0;}

/* ===================== CONTACT PAGE TYPE (match homepage Testimonials) ===================== */
.page-contact{
  font-family:var(--font);
}

.page-contact .contact-hero,
.page-contact .contact-cards-section,
.page-contact .contact-main,
.page-contact .contact-form,
.page-contact .contact-hours,
.page-contact .contact-social,
.page-contact .contact-cta-band,
.page-contact .contact-info-card,
.page-contact .btn{
  font-family:var(--font);
}

/* Eyebrow — homepage .testimonials-eyebrow */
.page-contact .contact-hero-copy .eyebrow,
.page-contact .contact-form-head .eyebrow{
  font-family:var(--font);
  font-size:0.78rem;
  font-weight:700;
  letter-spacing:0.22em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.page-contact .contact-hero-copy .eyebrow::before,
.page-contact .contact-form-head .eyebrow::before{
  display:none;
  content:none;
}

/* Hero / section titles — homepage .testimonials-intro h2 */
.page-contact .contact-hero-copy h1,
.page-contact .contact-form-head h2,
.page-contact .contact-cta-band h2{
  font-family:var(--font);
  font-size:clamp(1.85rem, 3.2vw, 2.85rem);
  font-weight:800;
  letter-spacing:-0.03em;
  line-height:1.25;
}

/* Supporting intro copy */
.page-contact .contact-hero-copy p,
.page-contact .contact-form-head p{
  font-family:var(--font);
  font-size:clamp(0.98rem, 1.15vw, 1.08rem);
  font-weight:500;
  line-height:1.6;
  color:var(--body);
}

/* Card / aside h3 — homepage h3 scale */
.page-contact .contact-info-card h3,
.page-contact .contact-hours h3,
.page-contact .contact-social h3{
  font-family:var(--font);
  font-size:clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight:700;
  letter-spacing:-0.02em;
  color:var(--heading);
}

/* Card / hours body */
.page-contact .contact-info-card p,
.page-contact .contact-hours li{
  font-family:var(--font);
  font-size:1rem;
  font-weight:400;
  line-height:1.65;
  color:var(--body);
}

.page-contact .contact-info-card a{
  font-family:var(--font);
  font-weight:600;
  color:var(--heading);
}

.page-contact .contact-hours li span:last-child{
  font-family:var(--font);
  font-weight:600;
  color:var(--heading);
}

/* Form labels + fields */
.page-contact .field label{
  font-family:var(--font);
  font-size:0.875rem;
  font-weight:600;
  letter-spacing:0.01em;
  color:var(--heading);
}

.page-contact .field input,
.page-contact .field textarea,
.page-contact .field select{
  font-family:var(--font);
  font-size:1rem;
  font-weight:400;
  color:var(--heading);
}

.page-contact .form-note{
  font-family:var(--font);
  font-size:0.875rem;
  font-weight:400;
  line-height:1.55;
  color:var(--body);
}

.page-contact .contact-form-submit,
.page-contact .contact-hero-actions .btn,
.page-contact .contact-cta-band .btn{
  font-family:var(--font);
}
