/* Tier1Clean - Mockup Styles
   Brand: sampled from the Tier1Clean logo - blue #3C84C0 on black.
   Same design system as the Apollo Surface Solutions build, retinted.
   Builders clean / commercial trade only.
*/

:root {
  --blue: #3C84C0;
  --blue-dark: #2C6796;
  --blue-bright: #5AA3DE;
  --black: #1A1A1A;
  --navy: #101A24;
  --navy-card: #1A2836;
  --charcoal: #2B2B2B;
  --grey-700: #3D3D3D;
  --grey-500: #6B6B6B;
  --grey-300: #C9C9C9;
  --grey-200: #E6E4DF;
  --grey-100: #EFEEEC;
  --grey-50:  #F6F5F3;
  --white: #FFFFFF;
  --warm: #8B6B47;

  --max: 1200px;
  --gutter: clamp(1rem, 3vw, 2rem);

  --font-display: 'Oswald', 'Arial Narrow', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  /* Serif is used only for the stage numerals, as the sans/serif contrast in
     the reference design. Single weight, so the payload is small. */
  --font-serif: 'Instrument Serif', Georgia, 'Times New Roman', serif;

  /* Stage card tints: brand blue, construction stone, finished sage. */
  --tint-blue:  #DCEAF6;
  --tint-stone: #E7E4DC;
  --tint-sage:  #DAE3DC;

  --radius: 4px;
  --radius-lg: 8px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--black);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; margin: 0; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin: 0 0 0.5em;
  color: var(--black);
  text-transform: uppercase;
}
h1 { font-size: clamp(2.4rem, 6vw, 4rem); }
h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); }
h4 { font-size: 1rem; letter-spacing: 0.06em; }

p { margin: 0 0 1em; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }

.icon { width: 18px; height: 18px; fill: currentColor; flex-shrink: 0; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 0.75rem;
}

/* Shared section heading: chip label over a large left-aligned display
   headline. Used by every section head on the page. */
.section-head { margin: 0 0 3rem; text-align: left; }
.section-head h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4.6vw, 3.25rem);
  line-height: 1.02;
}
.section-head p.section-sub {
  color: var(--grey-500);
  font-size: 1.05rem;
  margin: 0;
  max-width: 62ch;
}
.section-head-invert h2 { color: var(--white); }
.section-head-invert .chip { background: rgba(255, 255, 255, 0.12); color: var(--grey-100); }

/* Skip link */
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--black); color: var(--white);
  padding: 0.75rem 1rem; z-index: 999;
}
.skip-link:focus { left: 0; color: var(--white); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.85rem 1.5rem;
  border: 2px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  white-space: nowrap;
}
.btn-primary { background: var(--blue); color: var(--white); border-color: var(--blue); }
.btn-ghost { background: transparent; color: var(--white); border-color: var(--white); }
.btn-lg { padding: 1.05rem 2rem; font-size: 1rem; }
.btn-block { width: 100%; }

.btn { transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.btn-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 8px 18px rgba(60, 132, 192, 0.35); }
.btn-ghost:hover { background: var(--white); color: var(--black); transform: translateY(-2px); }

/* Header - floating pill nav over hero */
.site-header { background: transparent; color: var(--white); }
.site-nav-bar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1.25rem clamp(1rem, 3vw, 2.5rem);
  pointer-events: none;
  transition: transform 240ms ease;
}
.site-nav-bar.is-hidden { transform: translateY(-120%); }
.site-nav-bar > * { pointer-events: auto; }

/* The Tier1Clean wordmark is ~9:1, far wider than a typical logo, so the nav
   heights are set well below the Apollo reference to keep the pill from
   crowding out the header CTA. */
.brand { display: inline-flex; align-items: center; color: var(--white); }
.brand-logo { height: 32px; width: auto; max-width: 100%; display: block; }
.brand-mobile { display: none; grid-column: 1; justify-self: start; min-width: 0; }
.brand-pill { padding: 0 0.5rem; }
.brand-pill .brand-logo { height: 32px; width: auto; }

.primary-nav {
  grid-column: 2;
  justify-self: center;
}
.primary-nav .mega-nav {
  display: flex; gap: 0.25rem; align-items: center; margin: 0; padding: 0.4rem 0.75rem;
  background: rgba(0,0,0,0.55);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
}
.primary-nav a,
.primary-nav .mega-trigger {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white);
  background: none; border: 0;
  padding: 0.55rem 0.95rem;
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 0.4rem;
  border-bottom: 0;
  border-radius: 999px;
  transition: background-color 180ms ease, color 180ms ease;
}
.primary-nav a:hover,
.primary-nav .mega-trigger:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--blue-bright);
}
.primary-nav .mega-trigger[aria-expanded="true"] {
  background: rgba(255,255,255,0.12);
}
.nav-brand-slot { display: inline-flex; align-items: center; }

.mega-caret {
  display: inline-block;
  width: 7px; height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
.mega-trigger[aria-expanded="true"] .mega-caret { transform: rotate(-135deg) translateY(2px); }

/* Simple dropdown menus */
.mega-item { position: relative; }
.mega-panel {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 300px;
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: 12px;
  padding: 0.5rem;
  z-index: 49;
  box-shadow: 0 12px 32px rgba(0,0,0,0.18);
}
.mega-list {
  display: flex; flex-direction: column;
  gap: 0;
  margin: 0; padding: 0;
  list-style: none;
}
.primary-nav .mega-link {
  display: block;
  padding: 0.7rem 0.85rem;
  border-radius: 8px;
  border: 0;
  background: transparent;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  transition: background 150ms ease;
}
.primary-nav .mega-link:hover { background: var(--grey-50); }
.primary-nav .mega-link-title {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1.2;
}
.primary-nav .mega-link-sub {
  display: block;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--grey-500);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 2px;
  line-height: 1.4;
}

.header-cta {
  display: flex; gap: 0.75rem;
  grid-column: 3; justify-self: end;
}
.btn-quote {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
  border-radius: 999px;
  padding: 0.85rem 1.6rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.btn-quote:hover {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(60, 132, 192, 0.4);
}

.nav-toggle {
  display: none;
  background: rgba(0,0,0,0.55);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 0.6rem 0.7rem;
  flex-direction: column; justify-content: center; gap: 5px;
  border-radius: 999px;
  grid-column: 3; justify-self: end;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--white); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.mobile-nav {
  display: none;
  background: var(--black); color: var(--white);
  padding: 1rem var(--gutter);
}
.mobile-nav ul { display: flex; flex-direction: column; }
.mobile-nav .mobile-mega { gap: 0; }
.mobile-nav a,
.mobile-nav .mobile-mega-trigger {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%;
  padding: 0.95rem 0;
  font-family: var(--font-display); font-size: 1.1rem; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--white);
  background: none; border: 0; border-bottom: 1px solid var(--charcoal);
  cursor: pointer;
  text-align: left;
}
.mobile-nav .mobile-mega-trigger .mega-caret { transform: rotate(45deg); }
.mobile-nav .mobile-mega-trigger[aria-expanded="true"] .mega-caret { transform: rotate(-135deg); }
.mobile-nav .mobile-mega-panel {
  display: flex; flex-direction: column;
  padding-left: 0;
  background: var(--charcoal);
  margin: 0 calc(-1 * var(--gutter));
}
.mobile-nav .mobile-mega-panel a {
  padding: 0.75rem var(--gutter);
  font-size: 0.95rem;
  font-family: var(--font-body);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--grey-100);
  border-bottom: 1px solid var(--grey-700);
}
.mobile-nav .mobile-mega-panel a:last-child { border-bottom: 0; }
.mobile-nav-cta { margin-top: 1rem; }

/* Between the mobile breakpoint and ~1200px the wide wordmark leaves no room
   for the header CTA beside the pill. Drop the CTA rather than let them collide;
   Contact stays in the pill and the sticky call bar covers the intent. */
@media (max-width: 1200px) {
  .header-cta { display: none; }
}

@media (max-width: 960px) {
  .site-nav-bar {
    background: var(--black);
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: auto;
  }
  .primary-nav, .header-cta { display: none; }
  .brand-mobile { display: inline-flex; }
  .brand-mobile .brand-logo { height: 26px; }
  .nav-toggle {
    display: flex;
    background: transparent;
    border: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0.5rem;
    border-radius: 0;
  }
  .mobile-nav:not([hidden]) {
    display: block;
    position: fixed; top: 0; left: 0; right: 0; z-index: 49;
    margin-top: 66px;
    width: 100%;
    margin-inline: 0;
    border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
}

/* Hero (full-bleed photo, centered headline, bottom strap) */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  overflow: hidden;
  background: var(--black);
}
.hero-image {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(circle at 50% 45%, rgba(0,0,0,.35) 0%, rgba(0,0,0,.65) 70%),
    linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.55) 70%, rgba(0,0,0,.85) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 7rem var(--gutter) 6rem;
  max-width: 1100px;
}
.hero h1 {
  color: var(--white);
  font-size: clamp(2.6rem, 8vw, 6rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  margin: 0;
}
.hero-strap {
  position: absolute;
  bottom: clamp(1.5rem, 4vh, 3rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin: 0;
  width: min(720px, calc(100% - 2rem));
  text-align: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--grey-100);
  line-height: 1.5;
}

/* Stages - the 1/2/3 builders-clean sequence, Tier1Clean's core offer.
   Full-width tinted cards: copy on the left, photo in a dark inset frame
   on the right. */
.stages { padding: 5.5rem 0 5rem; background: var(--white); }

.stages-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.chip {
  display: inline-block;
  background: var(--grey-100);
  color: var(--charcoal);
  border-radius: 999px;
  padding: 0.4rem 0.95rem;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.stages-head-text { min-width: 0; }
.stages-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4.6vw, 3.25rem);
  line-height: 1.02;
}

.btn-arrow {
  display: inline-flex; align-items: center; gap: 1.1rem;
  background: var(--navy); color: var(--white);
  border-radius: var(--radius);
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  font-weight: 500; font-size: 1rem;
  flex-shrink: 0;
  transition: background-color 180ms ease, transform 180ms ease;
}
.btn-arrow:hover { background: var(--black); color: var(--white); transform: translateY(-2px); }
.btn-arrow-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px;
  background: var(--blue); color: var(--white);
  border-radius: 6px;
  transition: background-color 180ms ease;
}
.btn-arrow:hover .btn-arrow-icon { background: var(--blue-bright); }
.btn-arrow-icon svg { width: 20px; height: 20px; }

.stage-stack { display: flex; flex-direction: column; gap: 1.5rem; }

.stage-row {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 2.5rem;
  align-items: stretch;
  border-radius: 18px;
  padding: 2.5rem;
  min-height: 400px;
}
.stage-row-1 { background: var(--tint-blue); }
.stage-row-2 { background: var(--tint-stone); }
.stage-row-3 { background: var(--tint-sage); }

.stage-copy {
  display: flex; flex-direction: column; justify-content: space-between;
  gap: 3rem;
  min-width: 0;
}
.stage-step {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.4vw, 2.75rem);
  line-height: 1;
  color: var(--navy);
}
.stage-detail h3 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  letter-spacing: 0;
  text-transform: none;
  color: var(--navy);
  margin-bottom: 0.75rem;
}
.stage-detail p { margin: 0; color: var(--charcoal); max-width: 44ch; }
.stage-tag {
  display: inline-block;
  margin-top: 1.15rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue-dark);
}

.stage-visual {
  display: grid;
  background: var(--navy);
  border-radius: 14px;
  padding: 0.85rem;
  min-width: 0;
}
.stage-visual img {
  width: 100%; height: 100%; min-height: 0;
  object-fit: cover;
  border-radius: 8px;
}

.stages-note {
  margin: 2.5rem auto 0;
  max-width: 720px;
  text-align: center;
  color: var(--grey-500);
}

@media (max-width: 900px) {
  .stage-row {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding: 1.75rem;
    min-height: 0;
  }
  .stage-copy { gap: 1.5rem; }
  .stage-visual { aspect-ratio: 4 / 3; }
  .stages-head { margin-bottom: 2rem; }
}
@media (max-width: 560px) {
  .btn-arrow { width: 100%; justify-content: space-between; }
}

/* Services */
.services { padding: 5rem 0; background: var(--grey-50); }
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
/* Photo flush to the left edge of the card, copy to its right. */
.service-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--grey-100);
  transition: box-shadow 200ms ease, border-color 200ms ease;
}
.service-card:hover {
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
  border-color: var(--blue);
}
.service-media { overflow: hidden; background: var(--grey-100); }
.service-media img {
  width: 100%; height: 100%; min-height: 0; object-fit: cover;
  transition: transform 400ms ease;
}
.service-card:hover .service-media img { transform: scale(1.04); }
.service-body { padding: 1.6rem 1.75rem; min-width: 0; }
.service-body h3 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--black);
  margin-bottom: 0.55rem;
}
.service-body p { color: var(--grey-500); margin-bottom: 1rem; font-size: 0.97rem; }
.service-list { display: flex; flex-direction: column; gap: 0.4rem; }
.service-list li {
  padding-left: 1.25rem;
  position: relative;
  color: var(--charcoal);
  font-size: 0.95rem;
}
.service-list li::before {
  content: ""; position: absolute;
  left: 0; top: 0.55em;
  width: 8px; height: 8px;
  background: var(--blue);
  transform: rotate(45deg);
}

.services-cta {
  margin-top: 3rem;
  background: var(--black);
  color: var(--white);
  padding: 2rem 2.5rem;
  border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
}
.services-cta p { margin: 0; font-size: 1.1rem; }

/* Two across leaves the copy column too narrow once the photo takes 200px,
   so drop to one card per row well before the usual tablet breakpoint. */
@media (max-width: 1000px) {
  .service-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .services-cta { flex-direction: column; align-items: flex-start; padding: 1.5rem; }
}
@media (max-width: 560px) {
  .service-card { grid-template-columns: 1fr; }
  .service-media { aspect-ratio: 16 / 10; }
  .service-body { padding: 1.35rem 1.4rem 1.6rem; }
}

/* About */
.about { padding: 5rem 0; background: var(--grey-50); }
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}
.about-body h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4.6vw, 3.25rem); line-height: 1.02; }
.about-body p { color: var(--grey-500); font-size: 1.05rem; }
.about-body p:first-of-type { color: var(--black); font-size: 1.15rem; }

@media (max-width: 900px) {
  .about-inner { grid-template-columns: 1fr; gap: 2rem; }
}

/* Projects gallery - portrait tiles, the source photos are all 4:5 */
.projects { padding: 5rem 0; background: var(--white); }
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.gallery-item {
  margin: 0; position: relative; overflow: hidden;
  border-radius: var(--radius-lg);
  aspect-ratio: 4/5;
  background: var(--grey-100);
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 400ms ease;
}
.gallery-item:hover img { transform: scale(1.04); }

@media (max-width: 900px) {
  .gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .gallery {
    display: flex;
    grid-template-columns: none;
    gap: 0.85rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--gutter);
    margin: 0 calc(-1 * var(--gutter));
    padding: 0.25rem var(--gutter) 1rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .gallery::-webkit-scrollbar { display: none; }
  .gallery-item {
    flex: 0 0 85%;
    scroll-snap-align: center;
  }
  .gallery-hint {
    display: block;
    text-align: center;
    margin-top: 0.75rem;
    font-family: var(--font-display);
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--grey-500);
  }
}
.gallery-hint { display: none; }

/* CTA band */
.cta-band {
  position: relative;
  overflow: hidden;
  color: var(--white);
  padding: 5rem 0;
  border-top: 4px solid var(--blue);
  border-bottom: 4px solid var(--blue);
}
.cta-band-image {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cta-band-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.85) 100%);
  z-index: 1;
}
.cta-band-inner {
  position: relative; z-index: 2;
  text-align: center;
  max-width: 760px;
}
.cta-band h2 {
  color: var(--white);
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4.5vw, 3rem);
}
.cta-band-sub {
  color: var(--grey-100);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.cta-band-buttons {
  display: flex; gap: 0.85rem; flex-wrap: wrap; justify-content: center;
}

/* Why-choose band (no testimonials yet - value props stand in) */
.why-band { padding: 6rem 0 7rem; background: var(--navy); color: var(--white); }
@media (max-width: 900px) {
  .why-band { padding: 4rem 0 5rem; }
}

/* FAQ - full-bleed photo on the left, grouped accordion on the right */
.faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--grey-50);
  color: var(--black);
}
.faq-media { min-height: 0; background: var(--grey-100); }
.faq-media img { width: 100%; height: 100%; object-fit: cover; }

.faq-body {
  min-width: 0;
  padding-block: 5rem;
  padding-left: clamp(1.5rem, 4vw, 4rem);
  /* line the right edge up with the page container */
  padding-right: max(var(--gutter), calc((100vw - var(--max)) / 2));
}
.faq-body h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.02;
}
.faq-intro { color: var(--grey-500); margin: 0 0 1rem; max-width: 54ch; }

.faq-group {
  display: flex; align-items: center; gap: 0.8rem;
  margin: 2.75rem 0 0.25rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--charcoal);
}
.faq-group::before {
  content: "";
  width: 22px; height: 22px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--white) 0 3px, var(--blue) 3px);
  flex-shrink: 0;
}

.faq-list > li { border-bottom: 1px solid var(--grey-300); }

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem;
  padding: 1.35rem 0;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.4;
  color: var(--black);
}

/* Plus that loses its upright stroke when the row opens */
.faq-toggle { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute; left: 50%; top: 50%;
  background: var(--black);
}
.faq-toggle::before { width: 16px; height: 2px; transform: translate(-50%, -50%); }
.faq-toggle::after {
  width: 2px; height: 16px;
  transform: translate(-50%, -50%);
  transition: transform 220ms ease, opacity 220ms ease;
}
.faq-item[open] .faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.faq-item[open] .faq-q { color: var(--blue-dark); }

.faq-a { padding: 0 0 1.4rem; max-width: 62ch; }
.faq-a p { margin: 0; color: var(--grey-500); font-size: 0.97rem; line-height: 1.7; }

@media (max-width: 900px) {
  .faq { grid-template-columns: 1fr; }
  .faq-media { aspect-ratio: 4 / 3; }
  .faq-body { padding: 3.25rem var(--gutter) 3.5rem; }
}

/* Contact - detail cards on a tinted field, form in a white card with a
   full-width dark submit bar */
.contact { padding: 5rem 0 5.5rem; background: var(--grey-200); }
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 3.5rem;
  align-items: start;
}
.contact-body { display: flex; flex-direction: column; min-width: 0; }
.contact-body .section-head { margin-bottom: 2rem; }

.contact-media { margin: 0 0 1.25rem; }
.contact-media img { width: 100%; border-radius: var(--radius-lg); aspect-ratio: 4 / 3; object-fit: cover; }

.contact-cards { display: flex; flex-direction: column; gap: 0.85rem; }
.contact-card {
  background: var(--white);
  border-radius: 12px;
  padding: 1.35rem 1.5rem 1.5rem;
}
.contact-card-title {
  margin: 0 0 1.1rem;
  font-weight: 600;
  font-size: 1rem;
  color: var(--black);
}
.contact-field { margin-bottom: 0.9rem; }
.contact-field:last-child { margin-bottom: 0; }
.contact-field-label {
  display: block;
  font-size: 0.88rem;
  color: var(--grey-500);
  margin-bottom: 0.15rem;
}
.contact-field a {
  color: var(--black);
  font-weight: 500;
  word-break: break-word;
}
.contact-field a:hover { color: var(--blue-dark); }

.contact-socials { display: flex; gap: 0.6rem; }
.contact-socials a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--grey-100);
  color: var(--black);
  transition: background-color 150ms ease, color 150ms ease;
}
.contact-socials a:hover { background: var(--blue); color: var(--white); }
.contact-socials .icon { width: 19px; height: 19px; }

.contact-note {
  margin: 1.25rem 0 0;
  font-size: 0.92rem;
  color: var(--grey-500);
  line-height: 1.6;
}
.contact-note strong { color: var(--charcoal); }

/* Form card */
.contact-form {
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  display: flex; flex-direction: column;
}
.form-inner { padding: 2.5rem 2.25rem 2.25rem; }
.form-logo { height: 22px; width: auto; margin: 0 auto 1.5rem; }
.form-title {
  text-align: center;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 0.75rem;
}
.form-intro {
  text-align: center;
  color: var(--grey-500);
  font-size: 0.97rem;
  margin: 0 auto 2rem;
  max-width: 46ch;
}

.form-field { display: flex; flex-direction: column; gap: 0.45rem; margin-bottom: 1.1rem; }
.form-field > span {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--black);
}
.req { color: var(--blue); font-style: normal; }

.form-field input,
.form-field select,
.form-field textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 0.85rem 1rem;
  border: 1.5px solid transparent;
  border-radius: 8px;
  background: var(--grey-100);
  color: var(--black);
  min-height: 52px;
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: var(--grey-500); }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--blue);
  background: var(--white);
}
.form-field textarea { resize: vertical; min-height: 120px; }
.form-field input[type="file"] {
  padding: 0.7rem 0.8rem;
  font-size: 0.9rem;
  color: var(--grey-500);
  cursor: pointer;
}
.form-field input[type="file"]::file-selector-button {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--charcoal);
  border: 0;
  border-radius: 6px;
  padding: 0.5rem 0.9rem;
  margin-right: 0.75rem;
  cursor: pointer;
  transition: background-color 150ms ease;
}
.form-field input[type="file"]::file-selector-button:hover { background: var(--blue); }

.form-submit {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  width: 100%;
  margin-top: auto;
  padding: 1.35rem 1.75rem 1.35rem 2.25rem;
  background: var(--navy);
  color: var(--white);
  border: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms ease;
}
.form-submit:hover { background: var(--black); }
.form-submit-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 8px;
  background: var(--blue);
  flex-shrink: 0;
  transition: background-color 180ms ease, transform 180ms ease;
}
.form-submit:hover .form-submit-icon { background: var(--blue-bright); transform: translateX(3px); }
.form-submit-icon svg { width: 20px; height: 20px; }

@media (max-width: 900px) {
  .contact-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .form-inner { padding: 2rem 1.5rem; }
  .form-submit { padding: 1.15rem 1.25rem 1.15rem 1.5rem; }
}

/* Footer */
.site-footer {
  background: var(--white);
  color: var(--black);
  padding-top: 5rem;
  border-top: 4px solid var(--blue);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 4rem;
}
.footer-col h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--black);
  margin-bottom: 1.5rem;
}
.footer-col ul { display: flex; flex-direction: column; gap: 0.85rem; }
.footer-col a,
.footer-col li {
  color: var(--charcoal);
  font-size: 0.98rem;
  line-height: 1.5;
}
.footer-col a { transition: color 150ms ease; }
.footer-col a:hover { color: var(--blue); }

.footer-contact-list { gap: 1.25rem !important; margin-bottom: 1.5rem; }
.footer-contact-list a {
  display: flex; align-items: flex-start; gap: 0.85rem;
  color: var(--black);
}
.footer-contact-list .icon {
  width: 22px; height: 22px;
  color: var(--charcoal);
  margin-top: 2px;
  flex-shrink: 0;
}
.footer-contact-list strong {
  font-weight: 600;
  color: var(--black);
}
.footer-contact-list span { font-size: 0.95rem; color: var(--grey-500); line-height: 1.5; }
.footer-contact-list a:hover .icon { color: var(--blue); }
.footer-contact-list a:hover strong { color: var(--blue); }

.footer-disclaimer {
  margin: 1.5rem 0 0;
  font-size: 0.9rem;
  color: var(--grey-500);
  line-height: 1.55;
  max-width: 360px;
}

.footer-bottom {
  border-top: 1px solid var(--grey-100);
  padding: 2rem 0 2.5rem;
  color: var(--grey-500);
  font-size: 0.9rem;
}
.footer-bottom-inner {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.5rem;
}
.footer-bottom-left { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.footer-bottom-logo { height: 44px; width: auto; display: block; }
.footer-bottom-right { text-align: right; }
.footer-bottom-right p { margin: 0; }
.footer-bottom a { color: var(--charcoal); }
.footer-bottom a:hover { color: var(--blue); }

.footer-social { display: flex; flex-direction: row; gap: 0.5rem; }
.footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  color: var(--charcoal);
  transition: background 150ms ease, color 150ms ease;
}
.footer-social a:hover { background: var(--grey-50); color: var(--blue); }
.footer-social .icon { width: 18px; height: 18px; }

@media (max-width: 960px) {
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}
@media (max-width: 600px) {
  .footer-inner { grid-template-columns: 1fr; gap: 2.25rem; padding-bottom: 3rem; }
  .footer-bottom-inner { flex-direction: column; align-items: flex-start; }
  .footer-bottom-right { text-align: left; }
}

/* Sticky mobile call CTA */
.sticky-call {
  display: none;
  position: fixed;
  bottom: 1rem; left: 1rem; right: 1rem;
  z-index: 60;
  background: var(--blue);
  color: var(--white);
  padding: 0.95rem 1.25rem;
  border-radius: var(--radius);
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  align-items: center; justify-content: center; gap: 0.6rem;
}
.sticky-call .icon { width: 20px; height: 20px; }

@media (max-width: 720px) {
  .sticky-call { display: flex; }
  main { padding-bottom: 4.5rem; }
}

/* Focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--blue-bright);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


/* Why-choose value cards (replaces testimonials - no reviews yet) */
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.value-card {
  background: var(--navy-card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 1.85rem 1.6rem;
  display: flex; flex-direction: column;
}
.value-card .value-num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  color: var(--blue-bright);
  display: block;
  margin-bottom: 0.9rem;
}
.value-card h3 { color: var(--white); margin-bottom: 0.55rem; }
.value-card p { color: var(--grey-300); margin: 0; font-size: 0.98rem; line-height: 1.6; }

@media (max-width: 900px) {
  .value-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .value-grid { grid-template-columns: 1fr; }
}


/* About: single-column variant (no image) */
.about-inner.is-solo {
  grid-template-columns: 1fr;
  max-width: 820px;
  margin-inline: auto;
}
