:root {
  --ink: #12263f;
  --navy: #0f2742;
  --steel: #2f587a;
  --blue: #4f7fa5;
  --orange: #e97824;
  --warm: #f6f2ea;
  --panel: #ffffff;
  --mist: #eef3f7;
  --muted: #5d7288;
  --line: rgba(18, 38, 63, 0.12);
  --line-strong: rgba(18, 38, 63, 0.18);
  --shadow: 0 14px 34px rgba(17, 34, 58, 0.08);
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f9fbfc 0%, #ffffff 18%, #f8f5ef 100%);
}

body.header-scrolled .site-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(18, 38, 63, 0.12);
  box-shadow: 0 8px 24px rgba(17, 34, 58, 0.08);
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 50;
  padding: 0.8rem 1rem;
  border-radius: 14px;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.skip-link:focus {
  top: 1rem;
}

.page-shell {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(18, 38, 63, 0.08);
  backdrop-filter: blur(12px);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 90px;
  transition: min-height 180ms ease;
}

body.header-scrolled .header-inner {
  min-height: 78px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  text-decoration: none;
}

.brand img {
  width: 104px;
  height: 104px;
  object-fit: contain;
  flex: 0 0 auto;
  transition: width 180ms ease, height 180ms ease;
}

body.header-scrolled .brand img {
  width: 84px;
  height: 84px;
}

.brand-copy {
  display: grid;
  gap: 0.2rem;
}

.brand-copy span {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--steel);
  font-family: "Barlow Condensed", sans-serif;
}

.brand-copy strong {
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--panel);
  color: var(--ink);
  font: 700 0.92rem "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a {
  text-decoration: none;
  font-size: 0.95rem;
}

.site-nav > a:not(.button) {
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.nav-cta {
  min-height: 46px;
  padding-inline: 1.2rem;
}

.section-first {
  padding-top: 2.5rem;
}

.section {
  padding: 5.5rem 0 0;
}

.hero {
  background:
    linear-gradient(180deg, rgba(239, 245, 249, 0.95) 0%, rgba(255, 255, 255, 0.88) 72%);
  border-bottom: 1px solid rgba(18, 38, 63, 0.06);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr);
  gap: 2rem;
  align-items: start;
  padding-bottom: 2.5rem;
}

.hero-main {
  max-width: 760px;
}

.hero-lockup {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.hero-lockup-text-only {
  display: block;
}

.hero-lockup-text {
  margin: 0;
  font-size: 1rem;
  color: var(--muted);
}

.eyebrow,
.section-label,
.micro-label,
.button {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow,
.section-label {
  margin: 0 0 0.65rem;
  color: var(--orange);
  font-size: 0.9rem;
}

.micro-label {
  color: var(--muted);
  font-size: 0.82rem;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
}

h1 {
  max-width: 13ch;
  font-size: clamp(3rem, 5vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

h2 {
  max-width: 16ch;
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 1.45rem;
  line-height: 1.2;
}

.lede,
.hero-panel-block strong,
.service-card li,
.service-card p,
.audience-card p,
.case-study dd,
.equipment-card p,
.about-main p,
.why-card p,
.contact-copy p,
label,
.field-help,
.submit-note,
.form-status,
.site-footer p {
  font-size: 1.06rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.75rem 0 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
}

.button-primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 12px 24px rgba(233, 120, 36, 0.18);
}

.button-secondary {
  background: var(--panel);
  color: var(--ink);
  border-color: var(--line-strong);
}

.trust-chips,
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.trust-chips {
  margin-top: 1.2rem;
}

.trust-chips span,
.trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: #edf4f8;
  border: 1px solid rgba(47, 88, 122, 0.12);
  color: var(--navy);
  font-size: 0.94rem;
}

.compliance-note {
  margin: 1.3rem 0 0;
  max-width: 60ch;
  padding-top: 1rem;
  border-top: 1px solid rgba(18, 38, 63, 0.12);
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.compliance-note-inline {
  margin-top: 1.25rem;
}

.hero-panel,
.audience-card,
.service-card,
.case-study,
.equipment-card,
.working-style,
.why-card,
.contact-form,
.checklist {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 1.5rem;
  display: grid;
  gap: 1rem;
}

.hero-panel-block {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.hero-panel-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.section-heading {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.section-intro {
  margin: -0.75rem 0 1.4rem;
  max-width: 62ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.audience-grid,
.why-call-grid,
.service-grid,
.case-study-grid,
.equipment-grid,
.why-grid {
  display: grid;
  gap: 1.25rem;
}

.audience-grid,
.why-call-grid,
.service-grid,
.equipment-grid,
.why-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-study-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.audience-card,
.why-call-card,
.service-card,
.case-study,
.equipment-card,
.working-style,
.why-card,
.contact-form,
.checklist {
  padding: 1.55rem;
}

.audience-card,
.why-call-card,
.service-card,
.why-card {
  display: grid;
  gap: 0.9rem;
}

.audience-card p,
.why-call-card p,
.service-card p,
.why-card p,
.equipment-card p,
.contact-copy p,
.case-study dd,
.about-main p {
  margin: 0;
  color: var(--ink);
}

.audience-card ul,
.service-card ul,
.working-style ul,
.checklist ul,
.contact-points {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.8;
}

.audience-card a {
  margin-top: 0.15rem;
  color: var(--steel);
  font-weight: 700;
  text-decoration: none;
}

.why-call-card {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fb 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 1.55rem;
}

.outcome-line {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-weight: 700;
}

.case-study {
  display: grid;
  gap: 1rem;
}

.case-meta {
  color: var(--orange);
  font: 700 0.92rem "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.case-study dl {
  margin: 0;
  display: grid;
  gap: 1rem;
}

.case-study dt {
  margin-bottom: 0.25rem;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  font-family: "Barlow Condensed", sans-serif;
}

.case-study dd {
  margin: 0;
}

.section-footnote {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.equipment-card {
  display: grid;
  gap: 0.75rem;
  min-height: 220px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.equipment-card-wide {
  grid-column: span 2;
  min-height: auto;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 1.5rem;
  align-items: start;
}

.about-main {
  display: grid;
  gap: 1rem;
}

.working-style {
  background: var(--mist);
}

.trust-strip {
  margin-top: 1.4rem;
}

.contact-section {
  padding-bottom: 5rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 1.6rem;
  align-items: start;
}

.contact-copy {
  display: grid;
  gap: 1rem;
}

.checklist {
  background: var(--warm);
  box-shadow: none;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-intro {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
}

.support-needs {
  margin: 0;
  padding: 1rem 1rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbfcfd;
}

.support-needs legend {
  padding: 0 0.35rem;
  font-weight: 700;
}

.support-needs label {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.55rem;
  font-weight: 600;
}

.support-needs input[type="checkbox"] {
  width: 18px;
  min-height: 18px;
  height: 18px;
  padding: 0;
}

input,
select,
textarea {
  width: 100%;
  min-height: 54px;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 180px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
.menu-toggle:focus,
.button:focus {
  outline: 2px solid rgba(79, 127, 165, 0.28);
  outline-offset: 2px;
  border-color: var(--steel);
}

.field-help,
.submit-note,
.form-status {
  font-size: 0.96rem;
}

.field-help,
.submit-note {
  color: var(--muted);
}

.submit-note,
.form-status {
  margin: 0;
}

.form-status {
  min-height: 1.5rem;
  color: var(--steel);
}

.form-status.error {
  color: #9f2424;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.site-footer {
  padding: 1.5rem 0 3rem;
  border-top: 1px solid rgba(18, 38, 63, 0.08);
  background: #fbfbfa;
}

.footer-inner {
  display: grid;
  gap: 0.45rem;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer a {
  text-decoration: none;
  color: var(--steel);
  font-weight: 700;
}

@media (max-width: 1080px) {
  .header-inner {
    min-height: 84px;
  }

  .brand img {
    width: 96px;
    height: 96px;
  }

  .hero-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-main {
    max-width: none;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
  }

  body.nav-open {
    overflow: hidden;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a:not(.button) {
    padding: 0.3rem 0;
  }

  .nav-cta {
    width: 100%;
  }

  .audience-grid,
  .why-call-grid,
  .service-grid,
  .case-study-grid,
  .equipment-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .equipment-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 1rem, 100%);
  }

  .header-inner {
    min-height: 76px;
    position: relative;
  }

  html {
    scroll-padding-top: 90px;
  }

  .brand img {
    width: 78px;
    height: 78px;
  }

  body.header-scrolled .brand img {
    width: 72px;
    height: 72px;
  }

  .brand-copy strong {
    font-size: 0.95rem;
  }

  .section-first {
    padding-top: 1.25rem;
  }

  .section {
    padding-top: 4rem;
  }

  .hero-grid {
    gap: 1.4rem;
    padding-bottom: 1.75rem;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.2rem, 8vw, 2.55rem);
    line-height: 1.05;
  }

  h2 {
    max-width: none;
    font-size: clamp(1.65rem, 6vw, 1.9rem);
  }

  h3 {
    font-size: 1.3rem;
  }

  .lede,
  .hero-panel-block strong,
  .service-card li,
  .service-card p,
  .audience-card p,
  .case-study dd,
  .equipment-card p,
  .about-main p,
  .why-card p,
  .contact-copy p,
  label {
    font-size: 0.99rem;
    line-height: 1.68;
  }

  .hero-actions,
  .trust-chips {
    gap: 0.75rem;
  }

  .button {
    width: 100%;
  }

  .hero-panel,
  .audience-card,
  .service-card,
  .case-study,
  .equipment-card,
  .working-style,
  .why-card,
  .contact-form,
  .checklist {
    padding: 1.2rem;
    border-radius: 20px;
  }

  .equipment-card {
    min-height: auto;
  }
}
