:root {
  color-scheme: light;
  --ink: #15201e;
  --muted: #5d6b67;
  --paper: #f6f7f2;
  --surface: #ffffff;
  --surface-soft: #eef3ee;
  --line: #d7ded6;
  --forest: #0e5f56;
  --forest-dark: #084640;
  --copper: #b86532;
  --gold: #d6a642;
  --focus: #194f90;
  --shadow: 0 24px 70px rgba(21, 32, 30, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
}

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

section[id],
article[id] {
  scroll-margin-top: 92px;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 20;
  transform: translateY(-150%);
  border-radius: 4px;
  background: var(--surface);
  color: var(--ink);
  padding: 0.65rem 0.9rem;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: rgba(246, 247, 242, 0.96);
  border-bottom: 1px solid rgba(215, 222, 214, 0.86);
}

.site-header.is-scrolled {
  box-shadow: 0 10px 28px rgba(21, 32, 30, 0.08);
}

.nav-shell {
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: clamp(190px, 22vw, 244px);
  height: auto;
  max-height: 56px;
}

.site-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.7rem, 2vw, 1.35rem);
  font-size: 0.92rem;
  font-weight: 650;
}

.site-menu a {
  text-decoration: none;
  color: #25312f;
}

.site-menu a:hover {
  color: var(--forest);
}

.nav-contact {
  border: 1px solid var(--forest);
  border-radius: 4px;
  padding: 0.45rem 0.75rem;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--surface);
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 72svh;
  display: grid;
  align-items: center;
  isolation: isolate;
  background-image: linear-gradient(90deg, rgba(6, 26, 24, 0.91) 0%, rgba(6, 26, 24, 0.76) 42%, rgba(6, 26, 24, 0.18) 100%),
    url("assets/hans-scholten-microfoon.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 104px 0 48px;
}

.hero-inner {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.85rem;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f1c971;
}

.hero h1,
.section h2,
.intro-band h2,
.contact-section h2,
.cta-band h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.06;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 9vw, 6rem);
}

.hero-lead,
.hero-copy {
  max-width: 690px;
}

.hero-lead {
  margin: 1.4rem 0 0;
  font-size: clamp(1.2rem, 2.4vw, 1.74rem);
  line-height: 1.35;
  font-weight: 650;
}

.hero-copy {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.02rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.hero-meta span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(6, 26, 24, 0.36);
  padding: 0.36rem 0.74rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.2;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 4px;
  padding: 0.72rem 1rem;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button.primary {
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #1e2118;
}

.button.primary:hover {
  background: #e1b758;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.62);
  color: #fff;
}

.button.tertiary {
  border: 1px solid var(--forest);
  background: transparent;
  color: var(--forest-dark);
}

.intro-band {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  padding: clamp(2.6rem, 6vw, 4.8rem) 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(300px, 0.9fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.intro-band h2,
.section h2,
.contact-section h2,
.cta-band h2 {
  font-size: clamp(2rem, 4.5vw, 3.45rem);
  overflow-wrap: normal;
  hyphens: auto;
  word-break: normal;
}

.intro-band h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.contact-section h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.service-card h3,
.reference-list h3 {
  overflow-wrap: normal;
  hyphens: auto;
  word-break: normal;
}

.button {
  overflow-wrap: break-word;
  hyphens: auto;
}

.intro-copy {
  max-width: 650px;
  margin-top: 1.2rem;
}

.intro-copy p {
  margin: 0 0 0.9rem;
  color: var(--muted);
}

.specialty-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.specialty-list span {
  min-height: 70px;
  display: grid;
  align-content: center;
  gap: 0.25rem;
  border-left: 4px solid var(--forest);
  background: var(--surface-soft);
  padding: 0.85rem 1rem;
  font-weight: 740;
}

.specialty-list strong,
.specialty-list small {
  display: block;
}

.specialty-list small {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.35;
}

.about-section {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.about-image {
  margin: 0;
}

.about-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 47% center;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-copy p {
  max-width: 700px;
}

.about-copy > p {
  margin: 1.1rem 0 0;
}

.about-copy > p + p {
  margin-top: 0.85rem;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.proof-grid div {
  border-top: 4px solid var(--forest);
  padding-top: 0.9rem;
}

.proof-grid div:nth-child(2) {
  border-top-color: var(--copper);
}

.proof-grid div:nth-child(3) {
  border-top-color: var(--gold);
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.2;
}

.proof-grid span {
  margin-top: 0.25rem;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.35;
}

.section {
  padding: clamp(4rem, 8vw, 7.5rem) 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: clamp(2rem, 5vw, 3.4rem);
}

.approach-section {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.approach-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(360px, 1.24fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.approach-intro {
  position: sticky;
  top: 100px;
}

.approach-intro p {
  max-width: 560px;
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.approach-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.approach-steps article {
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 4px solid var(--forest);
  border-radius: 8px;
  background: var(--paper);
  padding: clamp(1.1rem, 3vw, 1.45rem);
  box-shadow: 0 14px 34px rgba(21, 32, 30, 0.05);
}

.approach-steps article:nth-child(2) {
  border-top-color: var(--copper);
}

.approach-steps article:nth-child(3) {
  border-top-color: var(--gold);
}

.approach-steps article:nth-child(4) {
  border-top-color: var(--forest-dark);
}

.approach-steps span {
  display: inline-flex;
  margin-bottom: 0.85rem;
  color: var(--forest);
  font-size: 0.8rem;
  font-weight: 800;
}

.approach-steps h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.18rem, 2vw, 1.42rem);
  line-height: 1.22;
}

.approach-steps p {
  margin: 0;
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  position: relative;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 5px solid var(--forest);
  border-radius: 8px;
  background: var(--surface);
  padding: clamp(1.15rem, 3vw, 1.55rem);
  box-shadow: 0 16px 42px rgba(21, 32, 30, 0.06);
}

.service-card:nth-child(2) {
  border-top-color: var(--copper);
}

.service-card:nth-child(3) {
  border-top-color: var(--gold);
}

.service-index {
  margin: 0 0 1.1rem;
  color: var(--forest);
  font-size: 0.8rem;
  font-weight: 800;
}

.service-card h3,
.reference-list h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  line-height: 1.22;
}

.service-card p,
.about-copy p,
.case-card p,
.reference-intro p,
.reference-list p,
.cta-band p,
.contact-copy p {
  color: var(--muted);
}

.service-card p {
  margin: 0 0 1rem;
}

.service-details {
  margin: 0.15rem 0 0.45rem;
}

.service-details summary {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(14, 95, 86, 0.24);
  border-radius: 4px;
  background: var(--surface-soft);
  color: var(--forest-dark);
  padding: 0.48rem 0.74rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.service-details summary::after {
  content: "+";
  font-size: 1.1rem;
  line-height: 1;
}

.service-details summary::marker,
.service-details summary::-webkit-details-marker {
  display: none;
  content: "";
}

.service-details[open] {
  margin-bottom: 1rem;
}

.service-details[open] summary {
  background: #e5eee7;
}

.service-details[open] summary::after {
  content: "-";
}

.summary-less,
.service-details[open] .summary-more {
  display: none;
}

.service-details[open] .summary-less {
  display: inline;
}

.service-details-content {
  margin-top: 1rem;
}

.service-details-content > :last-child {
  margin-bottom: 0;
}

.service-card .service-note {
  color: var(--ink);
  font-weight: 760;
}

blockquote {
  margin: 1.15rem 0;
  border-left: 4px solid var(--gold);
  padding: 0.3rem 0 0.3rem 0.9rem;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.25;
}

.text-link {
  display: inline-flex;
  margin-top: 0.35rem;
  color: var(--forest-dark);
  font-weight: 800;
  min-height: 44px;
  align-items: center;
}

.cases-section {
  background: var(--surface);
  border-block: 1px solid var(--line);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.case-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: clamp(1.1rem, 3vw, 1.45rem);
  box-shadow: 0 14px 34px rgba(21, 32, 30, 0.055);
}

.case-card span {
  display: inline-flex;
  margin-bottom: 0.9rem;
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 820;
  line-height: 1.2;
  text-transform: uppercase;
}

.case-card h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.18rem, 2vw, 1.42rem);
  line-height: 1.22;
}

.case-card p {
  margin: 0;
}

.reference-section {
  background: var(--surface-soft);
  border-block: 1px solid var(--line);
}

.reference-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  gap: clamp(2rem, 6vw, 5rem);
}

.reference-intro {
  align-self: start;
  position: sticky;
  top: 100px;
}

.reference-intro p {
  max-width: 520px;
  font-size: 1.04rem;
}

.reference-list {
  display: grid;
  gap: 1rem;
}

.reference-list article {
  border-left: 4px solid var(--forest);
  border-radius: 8px;
  background: var(--surface);
  padding: 1.2rem 1.35rem;
  box-shadow: 0 14px 34px rgba(21, 32, 30, 0.06);
}

.reference-list article:nth-child(2) {
  border-left-color: var(--copper);
}

.reference-list article:nth-child(3) {
  border-left-color: var(--gold);
}

.reference-list p {
  margin: 0;
}

.cta-band {
  background: #14201d;
  color: #fff;
  padding: clamp(2.4rem, 5vw, 3.8rem) 0;
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 5vw, 3rem);
  align-items: center;
}

.cta-band .section-kicker {
  color: #f1c971;
}

.cta-band h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.cta-band p {
  max-width: 620px;
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.cta-band .button.tertiary {
  border-color: rgba(255, 255, 255, 0.48);
  background: transparent;
  color: #fff;
}

.contact-section {
  background: var(--surface);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.72fr);
  gap: clamp(2rem, 6vw, 4.5rem);
  align-items: center;
}

.contact-copy > p {
  max-width: 680px;
  font-size: 1.06rem;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 2rem 0 0;
}

.contact-details div {
  border-top: 1px solid var(--line);
  padding-top: 0.85rem;
}

.contact-details dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-details dd {
  margin: 0.2rem 0 0;
  font-weight: 700;
}

.contact-panel {
  min-height: 430px;
  display: grid;
  align-content: end;
  gap: 1.35rem;
  border: 1px solid var(--line);
  border-top: 5px solid var(--forest);
  border-radius: 8px;
  background: var(--surface-soft);
  padding: clamp(1.35rem, 4vw, 2rem);
  box-shadow: 0 16px 42px rgba(21, 32, 30, 0.08);
}

.contact-panel-logo {
  width: min(250px, 82%);
  height: auto;
  align-self: start;
  margin-bottom: auto;
}

.contact-panel-copy span {
  display: inline-flex;
  margin-bottom: 0.55rem;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 820;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-panel-copy strong {
  display: block;
  max-width: 10ch;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

.contact-panel-copy p {
  max-width: 18rem;
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-weight: 650;
}

.contact-panel-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
}

.contact-panel-list div {
  border-top: 1px solid var(--line);
  padding: 0.8rem 0.9rem;
}

.contact-panel-list dt {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 820;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-panel-list dd {
  margin: 0.18rem 0 0;
  font-weight: 760;
  line-height: 1.3;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #14201d;
  color: rgba(255, 255, 255, 0.82);
  padding: 1.3rem 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.92rem;
}

@media (max-width: 960px) {
  .service-grid,
  .intro-grid,
  .about-layout,
  .approach-layout,
  .case-grid,
  .reference-layout,
  .cta-inner,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .reference-intro,
  .approach-intro {
    position: static;
  }

  .service-grid {
    gap: 1rem;
  }

  .about-image {
    max-width: 460px;
  }

  .cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .nav-shell {
    min-height: 66px;
    width: min(1180px, calc(100% - 28px));
  }

  .menu-toggle {
    display: block;
  }

  .site-menu {
    position: absolute;
    top: calc(100% + 1px);
    right: 16px;
    left: 16px;
    display: grid;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    padding: 0.4rem;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .site-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-menu a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.82rem 0.8rem;
  }

  .nav-contact {
    border: 0;
  }

  .hero {
    min-height: 78svh;
    background-image: linear-gradient(90deg, rgba(6, 26, 24, 0.94), rgba(6, 26, 24, 0.6)), url("assets/hans-scholten-microfoon.jpg");
    background-position: 58% center;
    padding: 88px 0 38px;
  }

  .hero h1 {
    font-size: clamp(2.72rem, 15vw, 4.6rem);
  }

  .specialty-list,
  .contact-details {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .footer-inner {
    display: grid;
  }
}

@media (max-width: 640px) {
  section[id],
  article[id] {
    scroll-margin-top: 78px;
  }

  body {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .site-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom-color: rgba(215, 222, 214, 0.72);
    box-shadow: 0 10px 28px rgba(21, 32, 30, 0.06);
  }

  .nav-shell {
    min-height: 64px;
    width: calc(100% - 24px);
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    border-color: rgba(14, 95, 86, 0.18);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 20px rgba(21, 32, 30, 0.08);
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  }

  .menu-toggle[aria-expanded="true"] {
    border-color: rgba(14, 95, 86, 0.36);
    background: var(--forest);
    box-shadow: 0 12px 26px rgba(14, 95, 86, 0.24);
  }

  .menu-toggle span {
    background: var(--forest-dark);
    transition: transform 160ms ease, opacity 160ms ease, background 160ms ease;
  }

  .menu-toggle[aria-expanded="true"] span {
    background: #fff;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-menu {
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    max-height: calc(100svh - 84px);
    overflow-y: auto;
    border: 1px solid rgba(14, 95, 86, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    padding: 0.5rem;
    box-shadow: 0 22px 60px rgba(21, 32, 30, 0.18);
  }

  .site-menu a {
    justify-content: flex-start;
    border-radius: 8px;
    padding-inline: 1rem;
    font-size: 1rem;
    color: var(--ink);
  }

  .site-menu a + a {
    border-top: 1px solid rgba(215, 222, 214, 0.72);
  }

  .site-menu a:hover,
  .site-menu a:focus-visible {
    background: var(--surface-soft);
  }

  .hero {
    min-height: 0;
    align-items: end;
    background-image:
      linear-gradient(180deg, rgba(4, 18, 17, 0.22) 0%, rgba(4, 18, 17, 0.74) 46%, rgba(4, 18, 17, 0.94) 100%),
      linear-gradient(90deg, rgba(4, 18, 17, 0.94) 0%, rgba(4, 18, 17, 0.72) 54%, rgba(4, 18, 17, 0.22) 100%),
      url("assets/hans-scholten-microfoon.jpg");
    background-position: 62% center;
    padding: 94px 0 34px;
  }

  .hero-inner {
    padding-top: clamp(3.8rem, 15svh, 7rem);
  }

  .hero h1 {
    max-width: 10ch;
    font-size: clamp(2.55rem, 11.3vw, 3.4rem);
    line-height: 1;
  }

  .hero-lead {
    max-width: 23rem;
    margin-top: 1.15rem;
    font-size: clamp(1.08rem, 4.7vw, 1.28rem);
    line-height: 1.32;
  }

  .hero-copy {
    max-width: 22.5rem;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .hero-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    padding: 0.34rem 0.68rem;
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1.2;
  }

  .hero-actions,
  .contact-actions {
    gap: 0.7rem;
    margin-top: 1.35rem;
  }

  .button {
    min-height: 48px;
    border-radius: 7px;
    padding: 0.82rem 0.95rem;
  }

  .hero .button.secondary {
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.08);
  }

  .intro-band {
    padding: 2.25rem 0 2.4rem;
  }

  .section {
    padding: 2.75rem 0;
  }

  .section-heading {
    margin-bottom: 1.35rem;
  }

  .intro-band h2,
  .section h2,
  .contact-section h2,
  .cta-band h2 {
    font-size: clamp(1.85rem, 9vw, 2.45rem);
    line-height: 1.1;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }

  .service-grid,
  .approach-steps,
  .case-grid,
  .reference-list {
    gap: 0.85rem;
  }

  .approach-steps {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-top: 1.4rem;
  }

  .about-image img {
    aspect-ratio: 4 / 4.5;
  }

  .specialty-list {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .specialty-list span {
    min-height: 50px;
    border: 1px solid rgba(14, 95, 86, 0.1);
    border-left: 4px solid var(--forest);
    border-radius: 7px;
    background: #f7faf6;
    padding: 0.68rem 0.85rem;
    box-shadow: 0 8px 20px rgba(21, 32, 30, 0.045);
  }

  .service-card {
    border-top-width: 0;
    border-left: 4px solid var(--forest);
    border-radius: 8px;
    padding: 1rem 1.05rem 1.1rem;
  }

  .service-card:nth-child(2) {
    border-left-color: var(--copper);
  }

  .service-card:nth-child(3) {
    border-left-color: var(--gold);
  }

  .service-index {
    width: fit-content;
    margin-bottom: 0.75rem;
    border-radius: 999px;
    background: var(--surface-soft);
    padding: 0.15rem 0.55rem;
    color: var(--forest-dark);
  }

  .service-card h3,
  .reference-list h3 {
    font-size: 1.22rem;
  }

  .service-details summary {
    width: 100%;
    justify-content: center;
    min-height: 44px;
    border-radius: 7px;
  }

  blockquote {
    font-size: 1.18rem;
  }

  .reference-list article {
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 10px 24px rgba(21, 32, 30, 0.06);
  }

  .case-card {
    border-radius: 8px;
    padding: 1rem;
  }

  .cta-band {
    padding: 2.25rem 0;
  }

  .contact-layout {
    gap: 1.8rem;
  }

  .contact-copy > p {
    font-size: 1rem;
  }

  .contact-details {
    margin-top: 1.5rem;
    gap: 0;
    border-block: 1px solid var(--line);
  }

  .contact-details div {
    border-top: 0;
    padding: 0.85rem 0;
  }

  .contact-details div + div {
    border-top: 1px solid var(--line);
  }

  .contact-panel {
    min-height: 0;
    gap: 1rem;
    padding: 1.1rem;
  }

  .contact-panel-logo {
    width: min(210px, 78%);
  }

  .contact-panel-copy strong {
    max-width: 12ch;
    font-size: clamp(1.85rem, 9vw, 2.35rem);
  }
}

@media (max-width: 460px) {
  .container,
  .hero-inner {
    width: min(100% - 28px, 1120px);
  }

  .brand-logo {
    width: min(168px, 56vw);
  }

  .section {
    padding: 2.75rem 0;
  }

  .hero {
    padding-top: 82px;
    padding-bottom: 30px;
  }

  .eyebrow,
  .section-kicker {
    font-size: 0.72rem;
    margin-bottom: 0.65rem;
  }

  .hero h1 {
    font-size: clamp(2.44rem, 12vw, 3.1rem);
  }

  .intro-band h2,
  .section h2,
  .contact-section h2,
  .cta-band h2 {
    font-size: clamp(1.48rem, 6.7vw, 1.86rem);
  }

  .intro-copy {
    margin-top: 1rem;
  }

  .service-card p,
  .about-copy p,
  .case-card p,
  .reference-intro p,
  .reference-list p,
  .cta-band p,
  .contact-copy p {
    line-height: 1.58;
  }

  .contact-details dd,
  .contact-panel-list dd {
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}
