/* ─────────────────────────────────────────────────────────────────────
   Intelleco — main stylesheet
   Dark, calm, expensive. Motion reads like a slow camera move.
   ──────────────────────────────────────────────────────────────────── */

:root {
  --bg: #1d1d1d;
  --bg-tint: #232323;
  --bg-raise: #2a2a2a;
  --line: rgba(235, 233, 228, 0.12);
  --text: #e9e7e2;
  --muted: rgba(233, 231, 226, 0.55);
  --faint: rgba(233, 231, 226, 0.32);
  --accent: #93aec4;
  --accent-strong: #b7cede;

  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Inter", -apple-system, "Segoe UI", sans-serif;

  --ease-slow: cubic-bezier(0.22, 0.61, 0.36, 1);
  --pad: clamp(20px, 4vw, 56px);
  --section-gap: clamp(88px, 12vw, 176px);
}

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

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

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

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

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

::selection { background: rgba(147, 174, 196, 0.35); }

.screen-reader-text {
  position: absolute; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  padding: 12px 20px; background: var(--bg-raise); color: var(--text);
}
.skip-link:focus { left: 0; }

/* ── Type ───────────────────────────────────────────────────────────── */

.kicker {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 22px;
}

.section__headline,
.page-head__headline,
.hero__headline,
.cta-band__headline {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.005em;
  color: var(--text);
}

.section__headline { font-size: clamp(30px, 4vw, 52px); margin-bottom: 26px; }
.page-head__headline { font-size: clamp(38px, 5.5vw, 72px); margin-bottom: 26px; }

.lede {
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--muted);
  max-width: 60ch;
}

.prose p { margin-bottom: 1.4em; color: var(--muted); }
.prose h2, .prose h3 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--text);
  margin: 2em 0 0.7em;
}
.prose h2 { font-size: clamp(24px, 2.6vw, 34px); }
.prose h3 { font-size: clamp(20px, 2vw, 26px); }
.prose ul, .prose ol { margin: 0 0 1.4em 1.2em; color: var(--muted); }
.prose a { color: var(--accent); border-bottom: 1px solid rgba(147, 174, 196, 0.35); }

.empty-note { color: var(--faint); font-style: italic; }

/* ── Layout ─────────────────────────────────────────────────────────── */

.section { padding: calc(var(--section-gap) / 2) var(--pad); }
.section--tint { background: var(--bg-tint); }

.section__inner { max-width: 1280px; margin: 0 auto; }
.section__inner--narrow { max-width: 760px; }

.section__header { max-width: 720px; margin-bottom: clamp(44px, 6vw, 80px); }

.page-head { padding: calc(112px + 8vw) var(--pad) clamp(40px, 6vw, 88px); }
.page-head--tall { min-height: 70vh; display: flex; align-items: center; }
.page-head .lede { margin-top: 4px; }

/* ── Buttons ────────────────────────────────────────────────────────── */

.button {
  display: inline-block;
  padding: 15px 42px;
  border: 1px solid rgba(233, 231, 226, 0.35);
  color: var(--text);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: background-color 0.6s var(--ease-slow), border-color 0.6s var(--ease-slow), color 0.6s var(--ease-slow);
}
.button:hover, .button:focus-visible {
  background: var(--text);
  border-color: var(--text);
  color: var(--bg);
}
.button--solid {
  background: var(--text);
  border-color: var(--text);
  color: var(--bg);
}
.button--solid:hover, .button--solid:focus-visible {
  background: transparent;
  color: var(--text);
}

/* ── Header ─────────────────────────────────────────────────────────── */

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 0 var(--pad);
  transition: background-color 0.6s var(--ease-slow), border-color 0.6s var(--ease-slow);
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(29, 29, 29, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}

.site-header__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.site-logo { display: flex; align-items: baseline; gap: 12px; color: var(--text); }
.site-logo__img { max-height: 42px; width: auto; }
/* The client's own emblem artwork, sized for the header bar. */
.site-logo__emblem { width: 42px; height: 42px; align-self: center; }
/* Serif caps, matching the wordmark on Intelleco's business card. */
.site-logo__word {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.site-logo__since {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--faint);
}

.site-nav { display: flex; align-items: center; gap: 40px; }
.site-nav__list { display: flex; gap: 34px; list-style: none; }
.site-nav__list a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color 0.4s var(--ease-slow), border-color 0.4s var(--ease-slow);
}
.site-nav__list a:hover,
.site-nav__list .current-menu-item > a,
.site-nav__list .current_page_item > a {
  color: var(--text);
  border-bottom-color: var(--accent);
}

.lang-switcher { display: flex; gap: 4px; align-items: center; }
.lang-switcher__item {
  font-size: 11px;
  letter-spacing: 0.14em;
  padding: 4px 7px;
  color: var(--faint);
  border: 1px solid transparent;
  transition: color 0.4s var(--ease-slow), border-color 0.4s var(--ease-slow);
}
.lang-switcher__item:hover { color: var(--text); }
.lang-switcher__item.is-current { color: var(--text); border-color: var(--line); }

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 44px; height: 44px;
  cursor: pointer;
  position: relative;
  z-index: 110;
}
.nav-toggle__bar {
  display: block;
  width: 24px; height: 1px;
  background: var(--text);
  margin: 5px auto;
  transition: transform 0.5s var(--ease-slow), opacity 0.5s var(--ease-slow);
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:first-child { transform: translateY(3px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:last-child { transform: translateY(-3px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed;
    inset: 0;
    flex-direction: column;
    justify-content: center;
    gap: 48px;
    background: rgba(29, 29, 29, 0.97);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.55s var(--ease-slow), visibility 0.55s;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; }
  .site-nav__list { flex-direction: column; align-items: center; gap: 26px; }
  .site-nav__list a { font-size: 15px; }
}

/* ── Hero ───────────────────────────────────────────────────────────── */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  padding: 120px var(--pad) 80px;
}

.hero__video,
.hero__still {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hero__still--empty {
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(ellipse at 50% 40%, #2a2a2a 0%, var(--bg) 70%);
  color: var(--faint);
  font-size: 13px;
}

/*
 * Hero legibility.
 * The film's subject is a bright metallic emblem dead centre, so centred
 * text sat straight on the brightest pixels. Three defences, in order of
 * importance: a flat knock-down over the whole frame, a soft dark ellipse
 * behind the text block itself, and heavier type with a shadow.
 */
.hero__scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 62% 48% at 50% 48%, rgba(29, 29, 29, 0.55) 0%, rgba(29, 29, 29, 0.2) 60%, transparent 100%),
    linear-gradient(to bottom, rgba(29, 29, 29, 0.6) 0%, rgba(29, 29, 29, 0.2) 26%, rgba(29, 29, 29, 0.26) 58%, var(--bg) 100%),
    rgba(29, 29, 29, 0.16);
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 880px;
  opacity: 0;
  transform: translateY(26px);
  animation: hero-in 1.6s var(--ease-slow) 0.4s forwards;
}
.hero__kicker {
  color: #cfe0ec;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.85);
}
.hero__headline {
  font-size: clamp(44px, 8vw, 104px);
  font-weight: 500;
  margin-bottom: 26px;
  text-shadow: 0 2px 34px rgba(0, 0, 0, 0.8), 0 1px 6px rgba(0, 0, 0, 0.65);
}
.hero__sub {
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 400;
  color: rgba(240, 239, 235, 0.92);
  max-width: 52ch;
  margin: 0 auto 40px;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.9), 0 1px 4px rgba(0, 0, 0, 0.7);
}
.hero .button {
  border-color: rgba(240, 239, 235, 0.6);
  background: rgba(29, 29, 29, 0.35);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.hero .button:hover, .hero .button:focus-visible {
  background: var(--text);
  border-color: var(--text);
  color: var(--bg);
}

.hero__scroll {
  position: absolute;
  bottom: 34px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.hero__scroll span {
  display: block;
  width: 1px; height: 56px;
  background: linear-gradient(to bottom, var(--faint), transparent);
  animation: scroll-pulse 3s var(--ease-slow) infinite;
}

@keyframes hero-in {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes scroll-pulse {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; }
}

/* ── Reveals ────────────────────────────────────────────────────────── */

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1.2s var(--ease-slow), transform 1.2s var(--ease-slow);
  transition-delay: var(--reveal-delay, 0s);
}
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .hero__content { animation: none; opacity: 1; transform: none; }
  .hero__scroll span { animation: none; }
}

/* ── Image placeholders ─────────────────────────────────────────────── */

.img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(147, 174, 196, 0.05), transparent 60%),
    var(--bg-raise);
  border: 1px solid var(--line);
  color: var(--faint);
  font-size: 13px;
  text-align: center;
  padding: 24px;
}

/* ── Audience band: Residential | Commercial ────────────────────────── */

.audience { padding-top: 0; }
.audience__header { max-width: 720px; margin: 0 auto clamp(36px, 5vw, 64px); text-align: center; }
.audience__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.audience__col {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 44px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background-color 0.7s var(--ease-slow);
}
.audience__col:hover { background: var(--bg-raise); }
.audience__media { aspect-ratio: 16 / 10; overflow: hidden; margin-bottom: 26px; background: var(--bg-raise); }
.audience__img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.8s var(--ease-slow); }
.audience__col:hover .audience__img { transform: scale(1.04); }
.audience__label {
  font-size: 11px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.audience__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.15;
  margin-bottom: 14px;
}
.audience__text { color: var(--muted); font-size: 15px; margin-bottom: 24px; }
.audience__link {
  margin-top: auto;
  align-self: flex-start;
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text);
  padding-bottom: 5px;
  border-bottom: 1px solid var(--accent);
  transition: color 0.4s var(--ease-slow), border-color 0.4s var(--ease-slow);
}
.audience__link:hover { color: var(--accent-strong); border-color: var(--accent-strong); }

@media (max-width: 800px) { .audience__grid { grid-template-columns: 1fr; } }

/* ── Intro (home) ───────────────────────────────────────────────────── */

.intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.intro__media img, .intro__img { width: 100%; object-fit: cover; }

@media (max-width: 800px) {
  .intro__grid { grid-template-columns: 1fr; }
}

/* ── Services ───────────────────────────────────────────────────────── */

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.service-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(28px, 3.4vw, 48px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  transition: background-color 0.7s var(--ease-slow);
}
.service-card:hover { background: var(--bg-raise); }
.service-card__num {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--accent);
}
.service-card__title {
  font-family: var(--font-display);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.2;
}
.service-card__tagline { font-size: 13.5px; color: var(--muted); line-height: 1.6; }

@media (max-width: 960px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }

/* Services page rows */
.service-row { padding-top: calc(var(--section-gap) / 2.4); padding-bottom: calc(var(--section-gap) / 2.4); }
.service-row__grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(36px, 5.5vw, 88px);
  align-items: center;
}
.service-row--flip .service-row__grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.service-row--flip .service-row__media { order: 2; }
.service-row__img, .service-row__video { width: 100%; object-fit: cover; aspect-ratio: 16 / 10; }
.service-row__num { font-size: 11px; letter-spacing: 0.3em; color: var(--accent); display: block; margin-bottom: 16px; }
.service-row__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 3.2vw, 42px);
  margin-bottom: 12px;
}
.service-row__tagline { color: var(--accent-strong); font-size: 14px; letter-spacing: 0.06em; margin-bottom: 18px; }
.service-row__desc { color: var(--muted); margin-bottom: 20px; }
.service-row__points { list-style: none; }
.service-row__points li {
  position: relative;
  padding: 9px 0 9px 26px;
  color: var(--muted);
  font-size: 14.5px;
  border-bottom: 1px solid var(--line);
}
.service-row__points li::before {
  content: '';
  position: absolute;
  left: 2px; top: 50%;
  width: 10px; height: 1px;
  background: var(--accent);
}

@media (max-width: 800px) {
  .service-row__grid, .service-row--flip .service-row__grid { grid-template-columns: 1fr; }
  .service-row--flip .service-row__media { order: 0; }
}

/* ── Portfolio ──────────────────────────────────────────────────────── */

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(36px, 5vw, 64px);
}
.filter-bar__btn {
  background: none;
  border: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 10px 22px;
  cursor: pointer;
  transition: color 0.4s var(--ease-slow), border-color 0.4s var(--ease-slow);
}
.filter-bar__btn:hover { color: var(--text); }
.filter-bar__btn.is-active { color: var(--text); border-color: var(--accent); }

.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 3vw, 48px);
}
.projects-grid--three { grid-template-columns: repeat(3, 1fr); }

.project-card.is-filtered { display: none; }
.project-card__media { overflow: hidden; aspect-ratio: 4 / 3; background: var(--bg-raise); }
.project-card__img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.6s var(--ease-slow);
}
.project-card:hover .project-card__img { transform: scale(1.045); }
.project-card__body { padding: 20px 2px 0; }
.project-card__cat {
  font-size: 10.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
}
.project-card__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(20px, 2vw, 26px);
  margin: 8px 0 4px;
}
.project-card__location { font-size: 13px; color: var(--faint); }

@media (max-width: 900px) { .projects-grid--three { grid-template-columns: 1fr; } }
@media (max-width: 700px) { .projects-grid { grid-template-columns: 1fr; } }

/* Project detail */
.project-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  gap: clamp(40px, 5vw, 88px);
  align-items: start;
}
.project-detail__text { position: sticky; top: 110px; }
.project-detail__subhead {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  margin: 36px 0 10px;
}
.project-detail__gallery { display: grid; gap: clamp(20px, 2.5vw, 40px); }
.project-meta { color: var(--faint); font-size: 14px; letter-spacing: 0.08em; }

@media (max-width: 800px) {
  .project-detail__grid { grid-template-columns: 1fr; }
  .project-detail__text { position: static; }
}

/* ── About ──────────────────────────────────────────────────────────── */

.about-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
@media (max-width: 800px) { .about-story__grid { grid-template-columns: 1fr; } }

.pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 4vw, 72px);
}
.pillar__num { font-size: 11px; letter-spacing: 0.3em; color: var(--accent); display: block; margin-bottom: 18px; }
.pillar__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 30px);
  margin-bottom: 12px;
}
.pillar__text { color: var(--muted); font-size: 15px; }
@media (max-width: 800px) { .pillars__grid { grid-template-columns: 1fr; } }

/* ── Testimonials ───────────────────────────────────────────────────── */

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 3vw, 48px);
}
.testimonial {
  padding: clamp(30px, 3.5vw, 52px);
  background: var(--bg-tint);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.testimonial__stars { color: var(--accent); letter-spacing: 0.28em; font-size: 13px; }
.testimonial__quote {
  font-family: var(--font-display);
  font-size: clamp(19px, 1.9vw, 25px);
  line-height: 1.45;
}
.testimonial__footer { margin-top: auto; }
.testimonial__name { font-style: normal; font-weight: 500; font-size: 14px; display: block; }
.testimonial__context { font-size: 13px; color: var(--faint); }
.testimonial__translated {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faint);
  font-style: normal;
}
@media (max-width: 700px) { .testimonials__grid { grid-template-columns: 1fr; } }

/* ── Contact ────────────────────────────────────────────────────────── */

.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  gap: clamp(40px, 5vw, 96px);
  align-items: start;
}
@media (max-width: 800px) { .contact__grid { grid-template-columns: 1fr; } }

.contact__block { margin-bottom: 30px; }
.contact__label {
  display: block;
  font-size: 10.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}
.contact__value { font-size: 17px; }
.contact__phone {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 34px);
  transition: color 0.4s var(--ease-slow);
}
.contact__phone:hover { color: var(--accent-strong); }
.contact__trust { border-top: 1px solid var(--line); padding-top: 26px; margin-top: 10px; }
.contact__trust-line { font-size: 13.5px; color: var(--muted); margin-bottom: 8px; }
.contact__trust-line strong { color: var(--text); font-weight: 500; margin-right: 6px; }

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media (max-width: 560px) { .contact-form__row { grid-template-columns: 1fr; } }

.contact-form__field { display: block; margin-bottom: 22px; }
.contact-form__field span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 9px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  background: var(--bg-tint);
  border: 1px solid var(--line);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 300;
  padding: 14px 16px;
  transition: border-color 0.4s var(--ease-slow);
  border-radius: 0;
}
.contact-form select { appearance: none; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
}
.contact-form textarea { resize: vertical; }

.hp-field { position: absolute; left: -9999px; }

.form-notice {
  padding: 16px 20px;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  font-size: 14.5px;
}
.form-notice--success { border-color: rgba(147, 196, 160, 0.5); color: #b6d8c1; }
.form-notice--error { border-color: rgba(196, 147, 147, 0.5); color: #d8b6b6; }

/* ── CTA band ───────────────────────────────────────────────────────── */

.cta-band {
  margin: calc(var(--section-gap) / 2) 0 0;
  padding: var(--section-gap) var(--pad);
  background:
    radial-gradient(ellipse at 50% 120%, rgba(147, 174, 196, 0.09), transparent 60%),
    var(--bg-tint);
  border-top: 1px solid var(--line);
  text-align: center;
}
.cta-band__inner { max-width: 680px; margin: 0 auto; }
.cta-band__headline { font-size: clamp(30px, 4.4vw, 56px); margin-bottom: 18px; }
.cta-band__text { color: var(--muted); margin-bottom: 36px; }

/* ── Trust bar + footer ─────────────────────────────────────────────── */

.trust-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-bar__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1px;
}
.trust-bar__item {
  padding: 30px var(--pad);
  text-align: center;
}
.trust-bar__label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 7px;
}
.trust-bar__value { font-size: 14.5px; color: var(--muted); }

.site-footer { background: var(--bg); }
.site-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 96px) var(--pad);
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 4fr) minmax(0, 3fr);
  gap: clamp(36px, 5vw, 80px);
}
@media (max-width: 800px) { .site-footer__inner { grid-template-columns: 1fr; } }

.site-footer__emblem { width: 52px; height: 52px; color: var(--accent); margin-bottom: 22px; }
.site-footer__emblem-video { width: 84px; margin-bottom: 22px; }
.site-footer__text { font-size: 14.5px; color: var(--muted); max-width: 40ch; }

.site-footer__phone {
  font-family: var(--font-display);
  font-size: 26px;
  display: inline-block;
  margin-bottom: 12px;
}
.site-footer__phone:hover { color: var(--accent-strong); }
.site-footer__address { font-size: 14px; color: var(--muted); }

.site-footer__menu { list-style: none; }
.site-footer__menu a {
  display: inline-block;
  padding: 5px 0;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.4s var(--ease-slow);
}
.site-footer__menu a:hover { color: var(--text); }

.site-footer__legal {
  border-top: 1px solid var(--line);
  padding: 26px var(--pad);
  text-align: center;
}
.site-footer__legal p { font-size: 12px; letter-spacing: 0.12em; color: var(--faint); }

.site-footer__credit { margin-top: 8px; }
.site-footer__credit-link {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.35s var(--ease-slow), border-color 0.35s var(--ease-slow);
}
.site-footer__credit-link:hover,
.site-footer__credit-link:focus-visible { color: var(--text); border-bottom-color: var(--line); }
