:root {
  --ink: #10232a;
  --navy: #082d3c;
  --navy-deep: #051f2b;
  --teal: #167486;
  --aqua: #5dc0c1;
  --copper: #d99532;
  --copper-light: #f1bf69;
  --paper: #f4f1e8;
  --paper-deep: #e8e3d7;
  --white: #ffffff;
  --muted: #5c6b70;
  --line: #cfd8d6;
  --shadow: 0 24px 60px rgba(5, 31, 43, 0.14);
  --radius-sm: 0.45rem;
  --radius-md: 1rem;
  --radius-lg: 1.6rem;
  --max: 75rem;
  --head: "Arial Narrow", "Franklin Gothic Medium", "Aptos Narrow", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--copper-light);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--navy-deep);
  border-radius: var(--radius-sm);
  transform: translateY(-160%);
}

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

.shell {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.concept-bar {
  color: #eaf8f7;
  background: var(--navy-deep);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.concept-bar__inner {
  min-height: 2.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.preview-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 750;
  white-space: nowrap;
}

.preview-label::before {
  width: 0.55rem;
  height: 0.55rem;
  content: "";
  background: var(--copper);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(217, 149, 50, 0.2);
}

.utility-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}

.utility-links a {
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(244, 241, 232, 0.96);
  border-bottom: 1px solid rgba(8, 45, 60, 0.14);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--navy);
  font-family: var(--head);
  font-size: clamp(0.9rem, 1.6vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-decoration: none;
}

.brand img {
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
}

.brand-name {
  max-width: 19rem;
}

.nav-toggle {
  width: 3rem;
  height: 3rem;
  display: none;
  place-items: center;
  padding: 0;
  color: var(--navy);
  background: transparent;
  border: 1px solid rgba(8, 45, 60, 0.25);
  border-radius: 50%;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  width: 1.3rem;
  height: 2px;
  display: block;
  content: "";
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle span {
  position: relative;
}

.nav-toggle span::before {
  position: absolute;
  transform: translateY(-0.4rem);
}

.nav-toggle span::after {
  position: absolute;
  transform: translateY(0.4rem);
}

.nav-toggle[aria-expanded="true"] span {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] span::before {
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span::after {
  transform: rotate(-45deg);
}

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

.site-nav a {
  padding: 0.55rem 0.7rem;
  color: var(--navy);
  font-family: var(--head);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--teal);
  background: rgba(22, 116, 134, 0.08);
}

.site-nav .nav-call {
  margin-left: 0.35rem;
  padding: 0.72rem 1rem;
  color: var(--navy-deep);
  background: var(--copper);
}

.site-nav .nav-call:hover {
  color: var(--navy-deep);
  background: var(--copper-light);
}

.hero {
  position: relative;
  isolation: isolate;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(5, 31, 43, 0.98), rgba(8, 45, 60, 0.91)),
    repeating-linear-gradient(90deg, transparent 0 5rem, rgba(255, 255, 255, 0.035) 5rem calc(5rem + 1px));
  overflow: hidden;
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: auto -9rem -11rem auto;
  width: 30rem;
  height: 30rem;
  content: "";
  border: 4rem solid rgba(93, 192, 193, 0.11);
  border-radius: 50%;
}

.hero-grid {
  min-height: min(49rem, calc(100vh - 7.7rem));
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
  padding-block: clamp(4rem, 8vw, 7.5rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--teal);
  font-family: var(--head);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero .eyebrow,
.dark-band .eyebrow,
.inner-hero .eyebrow {
  color: var(--copper-light);
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--navy);
  font-family: var(--head);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

h1 {
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 7vw, 6.35rem);
  text-wrap: balance;
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  text-wrap: balance;
}

h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.hero h1,
.dark-band h2,
.dark-band h3,
.inner-hero h1 {
  color: var(--white);
}

.hero-lead,
.inner-lead {
  max-width: 46rem;
  margin: 0;
  color: #dbe9e9;
  font-size: clamp(1.03rem, 2vw, 1.28rem);
  line-height: 1.65;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  min-height: 3.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.75rem 1.15rem;
  color: var(--navy-deep);
  background: var(--copper);
  border: 2px solid var(--copper);
  border-radius: var(--radius-sm);
  font-family: var(--head);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  background: var(--copper-light);
  border-color: var(--copper-light);
  transform: translateY(-2px);
}

.button--ghost {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
}

.button--ghost:hover {
  color: var(--navy-deep);
  background: var(--white);
  border-color: var(--white);
}

.button--navy {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.button--navy:hover {
  color: var(--white);
  background: var(--teal);
  border-color: var(--teal);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.5rem;
  margin: 2rem 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #c4d7d8;
  font-family: var(--head);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  list-style: none;
  text-transform: uppercase;
}

.hero-meta li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-meta li::before {
  width: 0.45rem;
  height: 0.45rem;
  content: "";
  background: var(--aqua);
  border-radius: 50%;
}

.hero-art {
  position: relative;
}

.hero-art::before {
  position: absolute;
  z-index: -1;
  inset: -1.4rem 1.2rem 1.2rem -1.4rem;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: var(--radius-lg);
}

.hero-art img {
  width: 100%;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.24));
}

.hero-art-note {
  position: absolute;
  right: -0.75rem;
  bottom: 1rem;
  max-width: 12rem;
  padding: 0.9rem 1rem;
  color: var(--navy-deep);
  background: var(--paper);
  border-left: 5px solid var(--copper);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  font-family: var(--head);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.route-strip {
  position: relative;
  z-index: 4;
  margin-top: -2.2rem;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.route-card {
  position: relative;
  min-height: 10rem;
  padding: 1.65rem 1.8rem;
  color: var(--navy);
  text-decoration: none;
  border-right: 1px solid var(--line);
}

.route-card:last-child {
  border-right: 0;
}

.route-card::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 0;
  height: 0.3rem;
  content: "";
  background: var(--teal);
  transition: width 200ms ease;
}

.route-card:hover::before {
  width: 100%;
}

.route-card small,
.service-card small,
.number-label {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--teal);
  font-family: var(--head);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.route-card strong {
  display: block;
  margin-bottom: 0.55rem;
  font-family: var(--head);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1;
}

.route-card span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  padding-block: clamp(5rem, 9vw, 8.5rem);
}

.section--white {
  background: var(--white);
}

.section--tight {
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
}

.section-head {
  max-width: 46rem;
  margin-bottom: clamp(2.4rem, 5vw, 4.2rem);
}

.section-head p,
.intro-copy {
  max-width: 43rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.service-card {
  position: relative;
  min-height: 18rem;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  text-decoration: none;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:nth-child(1),
.service-card:nth-child(7) {
  grid-column: span 6;
}

.service-card:hover {
  border-color: rgba(22, 116, 134, 0.7);
  box-shadow: 0 18px 45px rgba(5, 31, 43, 0.11);
  transform: translateY(-4px);
}

.service-card::after {
  position: absolute;
  right: -2.5rem;
  bottom: -2.5rem;
  width: 7rem;
  height: 7rem;
  content: "";
  border: 1.25rem solid rgba(93, 192, 193, 0.13);
  border-radius: 50%;
}

.service-card h3 {
  margin-bottom: 0.9rem;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.card-link {
  margin-top: auto;
  padding-top: 1.4rem;
  color: var(--teal);
  font-family: var(--head);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dark-band {
  position: relative;
  color: #d6e5e6;
  background: var(--navy);
  overflow: hidden;
}

.dark-band::after {
  position: absolute;
  right: -13rem;
  bottom: -19rem;
  width: 36rem;
  height: 36rem;
  content: "";
  border: 5rem solid rgba(93, 192, 193, 0.08);
  border-radius: 50%;
}

.proof-grid,
.process-grid,
.contact-options,
.project-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.contact-options {
  grid-template-columns: repeat(2, 1fr);
}

.proof-card {
  padding: 2rem;
  border-top: 4px solid var(--copper);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
}

.proof-card .number-label {
  color: var(--copper-light);
}

.proof-card p {
  margin: 0;
}

.process-card {
  padding: 1.6rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.process-number {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  color: var(--white);
  background: var(--teal);
  border-radius: 50%;
  font-family: var(--head);
  font-weight: 900;
}

.process-card p {
  margin: 0;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6rem);
}

.split--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.split--reverse .split-copy {
  order: 2;
}

.illustration-frame {
  position: relative;
  padding: clamp(1rem, 2vw, 1.75rem);
  background: var(--paper-deep);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.illustration-frame::after {
  position: absolute;
  right: 1rem;
  bottom: -1rem;
  width: 36%;
  height: 1rem;
  content: "";
  background: var(--copper);
  border-radius: 0 0 0.4rem 0.4rem;
}

.callout-list,
.check-list,
.plain-list {
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.callout-list li,
.check-list li {
  position: relative;
  margin-top: 0.75rem;
  padding-left: 1.7rem;
}

.callout-list li::before,
.check-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  content: "";
  border: 2px solid var(--teal);
  border-radius: 50%;
}

.project-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.project-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--paper-deep);
}

.project-card__copy {
  padding: 1.3rem;
}

.project-card__copy h3 {
  font-size: 1.45rem;
}

.project-card__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.concept-note {
  margin: 0 0 2rem;
  padding: 1rem 1.15rem;
  color: var(--navy);
  background: #fff5df;
  border-left: 5px solid var(--copper);
  border-radius: var(--radius-sm);
}

.areas-wrap {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(2.5rem, 6vw, 5rem);
}

.area-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.area-list li {
  position: relative;
  padding: 0.6rem 0.6rem 0.6rem 1.35rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
}

.area-list li::before {
  position: absolute;
  top: 1.08rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  content: "";
  background: var(--teal);
  border-radius: 50%;
}

.faq-list {
  max-width: 56rem;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 1.35rem 3.25rem 1.35rem 0;
  color: var(--navy);
  font-family: var(--head);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 900;
  line-height: 1.2;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before,
.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  width: 1rem;
  height: 2px;
  content: "";
  background: var(--teal);
}

.faq-list summary::after {
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(0);
}

.faq-answer {
  max-width: 48rem;
  padding: 0 3rem 1.4rem 0;
  color: var(--muted);
}

.faq-answer p {
  margin: 0;
}

.contact-panel {
  position: relative;
  color: var(--white);
  background: var(--navy-deep);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.contact-panel::after {
  position: absolute;
  right: -5rem;
  bottom: -7rem;
  width: 18rem;
  height: 18rem;
  content: "";
  border: 2.5rem solid rgba(93, 192, 193, 0.11);
  border-radius: 50%;
}

.contact-panel__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  padding: clamp(2rem, 6vw, 4.5rem);
}

.contact-panel h2 {
  color: var(--white);
}

.contact-panel p {
  max-width: 42rem;
  margin: 0;
  color: #cbdcdd;
}

.contact-panel .actions {
  justify-content: flex-end;
  margin: 0;
}

.site-footer {
  color: #cbdadb;
  background: #041923;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.8fr 1fr;
  gap: 3rem;
  padding-block: 4.5rem 3rem;
}

.footer-brand {
  max-width: 32rem;
}

.footer-brand strong {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--white);
  font-family: var(--head);
  font-size: 1.35rem;
  line-height: 1.2;
}

.footer-brand p,
.footer-col p {
  margin: 0;
  font-size: 0.9rem;
}

.footer-col h2 {
  margin: 0 0 0.9rem;
  color: var(--copper-light);
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li + li {
  margin-top: 0.45rem;
}

.footer-links a {
  color: var(--white);
  font-size: 0.9rem;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 0.2em;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.76rem;
}

.footer-bottom p {
  margin: 0;
}

.inner-hero {
  position: relative;
  color: var(--white);
  background: var(--navy);
  overflow: hidden;
}

.inner-hero::before,
.inner-hero::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.inner-hero::before {
  top: -7rem;
  right: 8%;
  width: 18rem;
  height: 18rem;
  border: 2.8rem solid rgba(93, 192, 193, 0.09);
}

.inner-hero::after {
  right: -3rem;
  bottom: -8rem;
  width: 15rem;
  height: 15rem;
  border: 2rem solid rgba(217, 149, 50, 0.1);
}

.inner-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 58rem;
  padding-block: clamp(4rem, 9vw, 7.5rem);
}

.inner-hero h1 {
  max-width: 57rem;
  font-size: clamp(3rem, 7vw, 5.6rem);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.35rem;
  color: #b8d1d2;
  font-family: var(--head);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb span::before {
  margin-right: 0.45rem;
  content: "/";
  color: var(--copper-light);
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  align-items: start;
  gap: clamp(2.5rem, 7vw, 6rem);
}

.detail-copy > p:first-of-type {
  color: var(--navy);
  font-size: 1.22rem;
}

.detail-copy p {
  max-width: 48rem;
}

.detail-copy h2 {
  margin-top: 3.5rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.fact-box {
  position: sticky;
  top: 7rem;
  padding: 1.6rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--copper);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  box-shadow: 0 16px 35px rgba(5, 31, 43, 0.08);
}

.fact-box h2 {
  margin: 0 0 1rem;
  font-size: 1.55rem;
}

.fact-box p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.fact-box .actions {
  display: grid;
  margin-top: 1.3rem;
}

.service-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}

.service-jump a {
  padding: 0.5rem 0.7rem;
  color: var(--navy);
  background: var(--paper-deep);
  border-radius: var(--radius-sm);
  font-family: var(--head);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.service-jump a:hover {
  color: var(--white);
  background: var(--teal);
}

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

.team-card {
  padding: 1.5rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.team-card small {
  color: var(--teal);
  font-family: var(--head);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.team-card h3 {
  margin-top: 0.4rem;
}

.team-card p {
  margin: 0;
  color: var(--muted);
}

.contact-option {
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.contact-option .number-label {
  color: var(--teal);
}

.contact-option p {
  margin: 0;
  color: var(--muted);
}

.contact-option a {
  margin-top: auto;
  padding-top: 1.2rem;
  color: var(--teal);
  font-family: var(--head);
  font-weight: 900;
  overflow-wrap: anywhere;
  text-underline-offset: 0.2em;
}

.hours-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}

.hours-box div {
  padding: 1.15rem;
  background: var(--paper-deep);
  border-radius: var(--radius-sm);
}

.hours-box strong,
.hours-box span {
  display: block;
}

.hours-box strong {
  color: var(--navy);
  font-family: var(--head);
}

.hours-box span {
  color: var(--muted);
  font-size: 0.9rem;
}

.mobile-actions {
  display: none;
}

@media (max-width: 64rem) {
  .nav-toggle {
    display: grid;
  }

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

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

  .site-nav a {
    padding: 0.9rem 1rem;
  }

  .site-nav .nav-call {
    margin: 0.35rem 0 0;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.68fr);
    gap: 2.5rem;
  }

  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(7) {
    grid-column: span 6;
  }

  .areas-wrap {
    grid-template-columns: 1fr;
  }

  .contact-panel__inner {
    grid-template-columns: 1fr;
  }

  .contact-panel .actions {
    justify-content: flex-start;
  }
}

@media (max-width: 48rem) {
  body {
    padding-bottom: 4.4rem;
  }

  .concept-bar__inner {
    min-height: 2.8rem;
  }

  .utility-links span {
    display: none;
  }

  .brand-name {
    max-width: 14rem;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 4.25rem 5.25rem;
  }

  .hero-art {
    width: min(100%, 29rem);
    margin-inline: auto;
  }

  .route-grid,
  .proof-grid,
  .process-grid,
  .project-grid,
  .contact-options,
  .footer-grid,
  .split,
  .split--reverse,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .route-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .route-card:last-child {
    border-bottom: 0;
  }

  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(7) {
    min-height: 16rem;
    grid-column: 1 / -1;
  }

  .split--reverse .split-copy {
    order: 0;
  }

  .area-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    gap: 2rem;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .fact-box {
    position: static;
  }

  .mobile-actions {
    position: fixed;
    z-index: 200;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0.65rem;
    background: rgba(4, 25, 35, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .mobile-actions a {
    min-height: 3.05rem;
    display: grid;
    place-items: center;
    color: var(--white);
    font-family: var(--head);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-actions a:first-child {
    color: var(--navy-deep);
    background: var(--copper);
    border-radius: var(--radius-sm);
  }
}

@media (max-width: 34rem) {
  .shell {
    width: min(100% - 1.25rem, var(--max));
  }

  .concept-bar {
    font-size: 0.7rem;
  }

  .utility-links {
    gap: 0.5rem;
  }

  .header-inner {
    min-height: 4.6rem;
  }

  .brand img {
    width: 2.55rem;
    height: 2.55rem;
  }

  .brand-name {
    max-width: 10.8rem;
    font-size: 0.78rem;
  }

  h1 {
    font-size: clamp(2.65rem, 16vw, 4rem);
  }

  .inner-hero h1 {
    font-size: clamp(2.6rem, 15vw, 4rem);
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-art-note {
    right: 0;
  }

  .area-list,
  .team-grid,
  .hours-box {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
