/* Hawver fresh system — centered, symmetrical, dieline atmosphere */

:root {
  --hd-green: #007a53;
  --hd-green-dark: #006344;
  --hd-green-soft: #e6f4ef;
  --hd-block-pink: #ff2d8f;
  --hd-block-pink-soft: #fff0f7;
  --hd-block-blue: #0091ff;
  --hd-block-blue-soft: #eef7ff;
  --hd-block-yellow: #ffd400;
  --hd-block-yellow-soft: #fffbea;
  --hd-block-green: #00c853;
  --hd-block-green-soft: #edfff3;
  --hd-ink: #141414;
  --hd-body: #3f4650;
  --hd-muted: #5f6773;
  --hd-line: #d1d5db;
  --hd-bg: #f8f9fb;
  --hd-bg-2: #f1f4f7;
  --hd-white: #ffffff;
  --hd-card: #ffffff;
  --hd-card-border: rgba(0, 122, 83, 0.14);
  --hd-tag-design: #007a53;
  --hd-tag-engineer: #e87722;
  --hd-tag-display: #2f6fed;
  --hd-shadow: 0 12px 32px rgba(0, 122, 83, 0.12);
  --hd-glow: 0 0 0 1px rgba(0, 122, 83, 0.06), 0 14px 34px rgba(0, 122, 83, 0.16);
  --hd-radius: 6px;
  --hd-radius-sm: 4px;
  --hd-card-media-ratio: 4 / 3;
  --hd-font-display: "Plus Jakarta Sans", "Source Sans 3", system-ui, sans-serif;
  --hd-font-body: "Source Sans 3", "Montserrat", system-ui, sans-serif;
  --hd-max: 1280px;
  --hd-space-section: 1.15rem;
  --hd-space-after-hero: 0.65rem;
  --hd-space-content: 1rem;
  --hd-space-block: 0.75rem;
  --hd-split-img-max: 220px;
  --hd-scroll-img-max: 240px;
  --hd-process-img-max: 200px;
  --hd-card-img-max: 150px;
  --hd-band-gap: clamp(0.75rem, 1.8vw, 1.15rem);
  --hd-band-pad: clamp(0.75rem, 1.6vw, 1.15rem);
  --hd-section-pad-y: clamp(1rem, 2vw, 1.45rem);
  --hd-body-size: 1.02rem;
  --hd-body-leading: 1.6;
  --hd-title-section: clamp(1.2rem, 1.9vw, 1.45rem);
  --hd-title-scroll: clamp(1.3rem, 2.1vw, 1.65rem);
  --hd-banner-min-height: 120px;
  --hd-banner-padding-y: 0.875rem;
  --hd-space-head: 0.65rem;
  --hd-space-foot: 0.5rem;
  --hd-proof-shadow-label:
    0 1px 0 rgba(255, 255, 255, 0.92),
    0 2px 5px rgba(130, 138, 150, 0.36),
    0 5px 14px rgba(130, 138, 150, 0.14);
  --hd-proof-shadow-detail:
    0 1px 0 rgba(255, 255, 255, 0.9),
    0 2px 4px rgba(130, 138, 150, 0.28),
    0 4px 10px rgba(130, 138, 150, 0.1);
  --hd-proof-shadow-link:
    0 1px 0 rgba(255, 255, 255, 0.92),
    0 2px 5px rgba(130, 138, 150, 0.34),
    0 5px 12px rgba(130, 138, 150, 0.12);
}

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

html {
  scroll-behavior: smooth;
}

body.html {
  margin: 0;
  font-family: var(--hd-font-body);
  font-size: 18px;
  line-height: 1.65;
  color: var(--hd-body);
  background-color: var(--hd-bg);
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 249, 251, 0.88) 100%),
    url("/hero/blueprint.svg");
  background-size: auto, 120% auto;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

/* Home canvas — Q1: pure white scroll (no blueprint wash) */
body.page-home {
  background: #ffffff;
  background-image: none;
}

body.page-home .page,
body.page-home .l-main {
  background: #ffffff;
}

body.page-home .hd-section,
body.page-home .hd-section--tint,
body.page-home .hero,
body.page-home .content-band,
body.page-home .intro-band,
body.page-home .home-visual-split {
  background: #ffffff;
}

body.page-inner {
  background: #ffffff;
  background-image: none;
}

body.page-inner .content-band {
  background: #ffffff;
}

body.page-inner .home-scroll-section {
  scroll-margin-top: 5.5rem;
  padding-top: var(--hd-section-pad-y);
  padding-bottom: var(--hd-section-pad-y);
  border-bottom: 1px solid rgba(0, 122, 83, 0.06);
  background: #ffffff;
}

/* Inner pages — flat photos (no shadow card on tinted band) */
body.page-inner .home-scroll-section__media,
body.page-inner .content-split__media,
body.page-inner .process-step-row__media {
  border-radius: var(--hd-radius-sm);
  overflow: hidden;
  box-shadow: none;
  border: 0;
  background: transparent;
}

body.page-inner .home-scroll-section__media img,
body.page-inner .content-split__media img,
body.page-inner .process-step-row__media img {
  border-radius: var(--hd-radius-sm);
}

body.page-home .hd-section + .hd-section {
  border-top-color: rgba(0, 122, 83, 0.05);
}

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

a {
  color: var(--hd-green);
  text-underline-offset: 2px;
}

a:hover {
  color: var(--hd-green-dark);
}

h1,
h2,
h3,
h4 {
  font-family: var(--hd-font-display);
  color: var(--hd-ink);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 0.65em;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.l-main {
  flex: 1 1 auto;
}

/* ——— Header ——— */
.l-header.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 122, 83, 0.08);
}

.top-bar {
  width: min(100% - 2.5rem, var(--hd-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  min-height: 104px;
  padding: 0.75rem 0;
}

.top-bar .title-area {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-bar .name a.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: var(--hd-ink);
  line-height: 1;
}

.top-bar .name a.logo .logo__mark {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
  display: block;
}

.top-bar .name a.logo .logo__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.08rem;
  padding-top: 0;
}

.top-bar .name a.logo .logo__name {
  font-family: var(--hd-font-display);
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hd-ink);
  line-height: 1.05;
  white-space: nowrap;
}

.top-bar .name a.logo .logo__tagline {
  font-family: var(--hd-font-display);
  font-size: 0.88rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.01em;
  color: var(--hd-green);
  line-height: 1.15;
  white-space: nowrap;
}

.top-bar .name a.logo .logo__proof {
  font-family: var(--hd-font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--hd-ink);
  line-height: 1.05;
  white-space: nowrap;
}

.top-bar .name a.logo img,
.top-bar .name a.logo .logo__lockup {
  width: auto;
  height: 78px;
  max-width: min(440px, 52vw);
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
}

.top-bar .name .brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  font-family: var(--hd-font-display);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.05;
}

.top-bar .name .brand-text__name {
  color: var(--hd-ink);
  letter-spacing: 0.06em;
}

.top-bar .name .brand-text__tagline {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--hd-muted);
  line-height: 1.2;
}

.top-bar .name .brand-text__tagline em {
  font-style: italic;
  color: var(--hd-green);
  font-weight: 600;
}

#main-menu.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.15rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-menu > li.has-dropdown {
  position: relative;
}

#main-menu > li > a {
  display: block;
  padding: 0.85rem 0.15rem;
  color: var(--hd-ink);
  text-decoration: none;
  font-family: var(--hd-font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#main-menu > li > a:hover,
#main-menu > li > a.is-active,
#main-menu > li.is-open > a {
  color: var(--hd-green);
}

#main-menu .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 250px;
  max-height: min(70vh, 420px);
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--hd-card);
  border: 1px solid var(--hd-card-border);
  border-radius: 12px;
  box-shadow: var(--hd-glow);
  list-style: none;
  margin: 0;
  padding: 0.55rem 0;
  z-index: 80;
  scrollbar-width: thin;
}

/* Invisible bridge so the pointer never “falls through” a gap */
#main-menu .dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

#main-menu > li:hover > .dropdown,
#main-menu > li:focus-within > .dropdown,
#main-menu > li.is-open > .dropdown {
  display: block;
}

#main-menu .dropdown a {
  display: block;
  padding: 0.7rem 1.1rem;
  color: var(--hd-ink);
  text-decoration: none;
  font-size: 0.92rem;
  text-align: left;
  line-height: 1.35;
}

#main-menu .dropdown a:hover,
#main-menu .dropdown a:focus {
  background: var(--hd-green-soft);
  color: var(--hd-green-dark);
}

#main-menu > li.has-nav-flyout {
  position: relative;
}

.nav-flyout {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: min(320px, 92vw);
  margin: 0;
  padding: 1rem 1rem 0.85rem;
  background: var(--hd-card);
  border: 1px solid var(--hd-card-border);
  border-radius: 12px;
  box-shadow: var(--hd-glow);
  z-index: 85;
  text-align: left;
}

.nav-flyout::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

#main-menu > li.has-nav-flyout:hover > .nav-flyout,
#main-menu > li.has-nav-flyout:focus-within > .nav-flyout,
#main-menu > li.has-nav-flyout.is-open > .nav-flyout {
  display: block;
}

.nav-flyout__kicker {
  margin: 0 0 0.25rem;
  font-family: var(--hd-font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hd-green);
}

.nav-flyout__lead {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--hd-muted);
}

.nav-flyout__browse {
  display: inline-block;
  margin-top: 0.65rem;
  font-size: 0.84rem;
}

.nav-flyout .newsletter--compact {
  gap: 0.5rem;
}

.nav-flyout .form-success {
  margin-top: 0.35rem;
  font-size: 0.88rem;
  color: var(--hd-green-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.made-usa-badge {
  display: block;
  height: 58px;
  width: auto;
  flex-shrink: 0;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.45rem 1rem 0.45rem 0.95rem;
  border: 1px solid var(--hd-card-border);
  border-radius: var(--hd-radius-sm);
  background: rgba(255, 255, 255, 0.92);
  font-family: var(--hd-font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--hd-ink) !important;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.header-phone__icon {
  display: inline-flex;
  color: var(--hd-green);
}

.header-phone:hover {
  color: var(--hd-green) !important;
  border-color: rgba(0, 122, 83, 0.35);
  box-shadow: 0 4px 14px rgba(0, 122, 83, 0.12);
}

.header-quote {
  padding: 0.65rem 0.9rem;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1.5px solid var(--hd-line);
  border-radius: 10px;
  padding: 0.55rem 0.8rem;
  font-family: var(--hd-font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hd-ink);
  cursor: pointer;
}

.mobile-menu {
  border-top: 1px solid rgba(0, 122, 83, 0.08);
  background: rgba(255, 255, 255, 0.97);
  padding: 0.75rem 1.25rem 1.25rem;
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: min(100%, var(--hd-max));
  margin-inline: auto;
}

.mobile-menu a {
  display: block;
  padding: 0.55rem 0;
  color: var(--hd-ink);
  text-decoration: none;
  font-family: var(--hd-font-display);
  font-size: 0.85rem;
  font-weight: 700;
}

.mobile-menu a.is-active,
.mobile-menu a:hover {
  color: var(--hd-green);
}

.mobile-menu__sub a {
  padding-left: 1rem;
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--hd-muted);
}

.footer-newsletter {
  background: var(--hd-green);
  color: #fff;
  border: none;
  padding: 1.75rem 0 2rem;
}

.footer-newsletter .newsletter__intro h3 {
  color: #fff;
  font-family: var(--hd-font-display);
  font-size: 1.25rem;
  font-weight: 800;
}

.footer-newsletter .newsletter__intro p {
  color: rgba(255, 255, 255, 0.88);
}

.footer-newsletter label {
  color: rgba(255, 255, 255, 0.92);
}

.footer-newsletter input {
  background: #fff;
  border-color: transparent;
  color: var(--hd-ink);
}

.footer-newsletter .btn.btn-primary {
  background: #fff !important;
  color: var(--hd-green) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18) !important;
}

.footer-newsletter .form-success {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.footer-cta-light {
  background: #fff !important;
  color: var(--hd-green) !important;
  box-shadow: none !important;
}

.footer-cta-dark {
  background: rgba(0, 0, 0, 0.18) !important;
  box-shadow: none !important;
}

.sticky-quote {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.2rem;
  border: none;
  border-radius: var(--hd-radius-sm);
  background: var(--hd-green);
  color: #fff !important;
  text-decoration: none;
  font-family: var(--hd-font-display);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  box-shadow: 0 10px 28px rgba(0, 122, 83, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.sticky-quote.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.newsletter__intro h3 {
  color: var(--hd-ink);
}

.newsletter__intro p {
  color: var(--hd-muted);
}

.linkedin-btn,
.btn-green,
.btn-primary,
.button.green-bg,
.btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: var(--hd-green);
  color: #fff !important;
  text-decoration: none;
  padding: 0.75rem 1.15rem;
  border-radius: var(--hd-radius-sm);
  font-family: var(--hd-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  border: 0;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 122, 83, 0.22);
  transition: background 0.15s ease, transform 0.15s ease;
}

.linkedin-btn:hover,
.btn-green:hover,
.btn-primary:hover,
.button.green-bg:hover,
.btn.btn-primary:hover {
  background: var(--hd-green-dark);
  transform: translateY(-1px);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.15rem;
  border-radius: var(--hd-radius-sm);
  border: 1.5px solid var(--hd-line);
  background: rgba(255, 255, 255, 0.75);
  color: var(--hd-ink) !important;
  text-decoration: none;
  font-family: var(--hd-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}

.btn-ghost:hover {
  border-color: var(--hd-green);
  color: var(--hd-green) !important;
}

/* ——— Shared centered section shell ——— */
.section-shell {
  width: min(100% - 2.5rem, var(--hd-max));
  margin: 0 auto;
}

/* Hero capability marks — shared icon row via subgrid */
.hero__marks {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 3.5rem auto auto;
  justify-content: center;
  align-items: stretch;
  column-gap: clamp(1.5rem, 5vw, 4rem);
  row-gap: 0.65rem;
  max-width: 42rem;
  margin-top: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25rem;
}

.feature-mark {
  display: grid !important;
  grid-row: 1 / -1;
  grid-template-rows: subgrid;
  justify-items: center;
  align-content: start;
  width: 100%;
  min-width: 0;
  padding: 0.25rem 0.35rem;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none;
  color: var(--hd-green);
  text-align: center;
  opacity: 0.88;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.feature-mark:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.feature-mark__icon-wrap {
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 3.5rem;
}

.feature-mark__icon {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center center;
  opacity: 0.9;
}

.feature-mark__title {
  grid-row: 2;
  display: block;
  width: 100%;
  font-family: var(--hd-font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--hd-green);
  line-height: 1.25;
  text-align: center;
}

.feature-mark__rule {
  grid-row: 3;
  display: block;
  width: 56px;
  height: 4px;
  margin: 0.15rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hd-green), #3aa67a);
  box-shadow: 0 0 16px rgba(0, 122, 83, 0.35);
  opacity: 0.9;
  align-self: start;
}

.feature-mark:hover .feature-mark__rule {
  opacity: 1;
}

@media (max-width: 640px) {
  .hero__marks {
    gap: 1rem;
    max-width: none;
  }

  .feature-mark__title {
    font-size: 0.78rem;
  }

  .feature-mark__rule {
    width: 48px;
  }
}

.sec-head {
  width: 100%;
  max-width: var(--hd-max);
  margin: 0 auto 2rem;
  text-align: center;
}

.sec-head__rule {
  width: 56px;
  height: 4px;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hd-green), #3aa67a);
  box-shadow: 0 0 16px rgba(0, 122, 83, 0.35);
}

.sec-kicker {
  margin: 0 0 0.45rem;
  color: var(--hd-green);
  font-family: var(--hd-font-display);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
}

.sec-head h1,
.sec-head h2 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  text-align: center;
}

.sec-head__title {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: var(--hd-space-content) auto var(--hd-space-block);
  text-align: center;
  white-space: nowrap;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

@media (max-width: 520px) {
  .sec-head__title {
    white-space: normal;
  }
}

.sec-head p,
.sec-head .lead {
  margin: 0 auto;
  max-width: 40rem;
  color: var(--hd-muted);
  font-size: 1.08rem;
}

/* ——— Typography categories (site-wide) ——— */
.page-banner h1,
.hd-frame__title,
.sec-head h1,
.sec-head h2,
.sec-head__title,
.content-prose h2,
.content-prose h3,
.team-page__headline,
.industries-page__subhead,
.case-study__copy h2,
.hd-modal__copy h2 {
  font-family: var(--hd-font-display);
  font-weight: 700;
  color: var(--hd-ink);
  letter-spacing: -0.01em;
}

.page-banner h1 {
  font-weight: 700;
}

.lead,
.home-section-lead,
.team-page__sub,
.sec-head .lead,
.content-prose--lead .lead {
  font-family: var(--hd-font-body);
  font-size: 1.08rem;
  line-height: 1.72;
  color: var(--hd-muted);
  text-align: center;
}

.lead,
.home-section-lead,
.content-prose--lead .lead,
.sec-head .lead {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.intro-copy__lead {
  font-family: var(--hd-font-display);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.55;
  color: var(--hd-ink);
}

.content-prose p,
.content-body p,
.band-page__copy p,
.band-page__section-copy p,
.case-study__copy p,
.hd-modal__panel-body p {
  font-family: var(--hd-font-body);
}

.page-inner .content-prose--lead,
.page-inner .page-intro,
.page-inner .team-page__head {
  text-align: center;
}

.page-intro {
  text-align: center;
  margin: 0 auto var(--hd-space-block);
}

.page-intro__kicker {
  margin-bottom: 0.65rem;
}

.page-intro__lead {
  font-family: var(--hd-font-body);
  font-size: 1.08rem;
  line-height: 1.72;
  color: var(--hd-muted);
  max-width: 44rem;
  margin: 0 auto;
}

.sec-head__title--ink {
  color: var(--hd-ink);
}

.sec-head__title--green {
  color: var(--hd-green);
}

.contact-page__cards {
  margin: 2rem 0;
  gap: 1.25rem;
}

.hd-card.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 1.6rem 1.35rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  min-height: 8.5rem;
}

.hd-card.contact-card:hover {
  border-color: var(--hd-green);
}

.contact-card__label {
  display: block;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hd-green);
}

.contact-card__value {
  display: block;
  margin: 0;
  font-family: var(--hd-font-display);
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--hd-ink);
  overflow-wrap: anywhere;
}

.contact-card__meta {
  display: block;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.35;
  color: var(--hd-muted);
}

.contact-page__facility {
  margin: 2rem 0 0;
}

.contact-page__facility figcaption {
  padding: 0.75rem 1rem;
  font-size: 0.92rem;
  color: var(--hd-muted);
  text-align: center;
}

/* ——— Funnel intro band (dieline fade → white) ——— */
.page-intro-band {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(0, 122, 83, 0.08);
}

.page-intro-band__blueprint {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-intro-band__wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(233, 238, 242, 0.92) 0%,
    rgba(255, 255, 255, 0.72) 42%,
    rgba(255, 255, 255, 1) 100%
  );
}

.page-intro-band__blueprint img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.48;
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 55%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 55%,
    transparent 100%
  );
}

.page-intro-band__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 2.5rem, var(--hd-max));
  margin: 0 auto;
  padding: clamp(1.35rem, 2.8vw, 2rem) 0 clamp(1.1rem, 2.2vw, 1.5rem);
  text-align: center;
}

.page-intro-band h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  line-height: 1.12;
  color: var(--hd-ink);
}

.page-intro-band__copy {
  font-size: clamp(1.02rem, 1.7vw, 1.14rem);
  line-height: 1.62;
  color: var(--hd-body);
  max-width: 46rem;
  margin: 0 auto;
}

.page-intro-band__copy strong {
  color: var(--hd-ink);
  font-weight: 700;
}

.intro-accent {
  color: var(--hd-green);
  font-weight: 600;
}

/* ——— Inner-page funnel layout ——— */
.funnel-page {
  display: flex;
  flex-direction: column;
  gap: var(--hd-band-gap);
  padding-top: clamp(0.65rem, 1.5vw, 0.85rem);
  padding-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

.page-band {
  padding: var(--hd-band-pad);
  border-radius: 0;
}

.funnel-page > .page-band:nth-of-type(odd),
.funnel-page > .content-split.page-band:nth-of-type(odd) {
  background: #ffffff;
}

.funnel-page > .page-band:nth-of-type(even),
.funnel-page > .content-split.page-band:nth-of-type(even) {
  background: var(--hd-green-soft);
}

.page-band .hub-page__grid-label:first-child {
  margin-top: 0;
}

.page-band--plain {
  background: transparent !important;
  padding-left: 0;
  padding-right: 0;
}

.content-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(0.85rem, 2vw, 1.25rem);
  align-items: start;
}

.content-split--reverse .content-split__media {
  order: 2;
}

.content-split--reverse .content-split__copy {
  order: 1;
}

.content-split__media {
  margin: 0;
  border-radius: var(--hd-radius-sm);
  overflow: hidden;
  box-shadow: none;
  background: transparent;
}

.content-split__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.content-split__media--wide {
  margin: 0;
}

.content-split__media--wide img {
  aspect-ratio: 16 / 9;
}

.content-split__copy {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.content-split__title {
  margin: 0;
  font-size: var(--hd-title-section);
  color: var(--hd-ink);
}

.content-split__text {
  margin: 0;
  font-size: var(--hd-body-size);
  line-height: var(--hd-body-leading);
  color: var(--hd-body);
}

.content-split__text strong {
  color: var(--hd-ink);
  font-weight: 700;
}

/* Inner-page band rhythm — use .page-band on sections for alternation */
.funnel-page > .hub-page__grid-label {
  margin: 0;
  padding: 0;
  font-size: var(--hd-title-section);
}

.funnel-page > .card-grid,
.funnel-page > .process-steps,
.funnel-page > .content-prose {
  padding: 0;
}

.browse-section__label {
  font-family: var(--hd-font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hd-muted);
  text-align: center;
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: var(--hd-band-gap);
}

.process-step-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(0.75rem, 1.8vw, 1.1rem);
  align-items: start;
}

.process-steps > .page-band:nth-of-type(odd),
.process-steps > .process-step-row.page-band:nth-of-type(odd) {
  background: #ffffff;
}

.process-steps > .page-band:nth-of-type(even),
.process-steps > .process-step-row.page-band:nth-of-type(even) {
  background: var(--hd-green-soft);
}

.process-step-row--reverse .process-step-row__media {
  order: 2;
}

.process-step-row--reverse .process-step-row__copy {
  order: 1;
}

.process-step-row__media {
  margin: 0;
  border-radius: var(--hd-radius-sm);
  overflow: hidden;
  box-shadow: none;
  background: transparent;
}

.process-step-row__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.process-step-row__copy h2 {
  margin: 0.2rem 0 0.45rem;
  font-size: var(--hd-title-section);
}

.process-step-row__copy p {
  margin: 0 0 0.65rem;
  font-size: var(--hd-body-size);
  line-height: var(--hd-body-leading);
  color: var(--hd-body);
}

.process-step__tagline {
  margin: 0 0 0.65rem;
  font-weight: 600;
  color: var(--hd-ink);
}

.process-step__body {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.68;
  color: var(--hd-body);
}

.process-step__columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-top: 0.75rem;
}

.process-step__column h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--hd-ink);
}

.process-step__column p {
  margin: 0 0 0.65rem;
  font-size: 0.98rem;
  line-height: 1.62;
}

.process-step__column ul {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--hd-body);
}

.process-step-row--full {
  align-items: start;
}

.process-step-row__link {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  font-weight: 600;
  color: var(--hd-green);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.process-step-row__link:hover {
  color: #005a3d;
}

.case-study__lead {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.08rem;
}

/* ——— Homepage scroll funnel + gallery modals ——— */
html.page-scroll-funnel {
  scroll-behavior: smooth;
}

.home-scroll-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.home-scroll-section {
  scroll-margin-top: 5.5rem;
  padding: var(--hd-section-pad-y) 0;
  border-bottom: 1px solid rgba(0, 122, 83, 0.06);
}

.home-scroll-section:nth-child(even) {
  background: var(--hd-green-soft);
}

.home-scroll-section:nth-child(odd) {
  background: #ffffff;
}

.home-scroll-section__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(0.85rem, 2vw, 1.25rem);
  align-items: stretch;
  width: min(100% - 2rem, var(--hd-max));
  margin: 0 auto;
}

.home-scroll-section__split--reverse .home-scroll-section__media {
  order: 2;
}

.home-scroll-section__split--reverse .home-scroll-section__copy {
  order: 1;
}

.home-scroll-section__media {
  margin: 0;
  border-radius: var(--hd-radius-sm);
  overflow: hidden;
  box-shadow: none;
  background: transparent;
}

.home-scroll-section__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.home-scroll-section__copy {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.home-scroll-section__body {
  flex: 1 1 auto;
}

.home-scroll-section__title {
  margin: 0 0 0.55rem;
  font-size: var(--hd-title-scroll);
  line-height: 1.15;
  color: var(--hd-ink);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.home-scroll-section__body p {
  margin: 0 0 0.55rem;
  font-size: var(--hd-body-size);
  line-height: var(--hd-body-leading);
  color: var(--hd-body);
}

.hd-em,
.intro-accent {
  color: var(--hd-green);
  font-weight: 700;
}

.page-intro-band__copy strong,
.page-intro-band__copy .intro-accent {
  color: var(--hd-green);
  font-weight: 700;
}

.home-scroll-section__body p:last-child {
  margin-bottom: 0;
}

.home-scroll-section__actions {
  margin-top: auto;
  padding-top: clamp(0.85rem, 1.5vw, 1.15rem);
  flex-wrap: wrap;
  justify-content: flex-end;
}

.hub-page .hub-page__grid {
  margin-top: 0;
}

.hub-page .cta-row {
  margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
}

.hub-page__grid-label {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  color: var(--hd-ink);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.inner-page__cta {
  padding-bottom: 0.25rem;
}

.team-profile__email {
  margin: 0 0 1rem;
  font-size: 1.05rem;
}

.team-profile__email a {
  font-weight: 600;
}

.team-signature {
  max-width: 42rem;
  margin: 0 auto;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  background: var(--hd-card);
  border: 1px solid var(--hd-card-border);
  border-radius: var(--hd-radius);
  box-shadow: var(--hd-glow);
}

.team-signature__nick {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--hd-green);
  font-style: italic;
}

.team-signature__role {
  margin: 0 0 0.85rem;
  font-family: var(--hd-font-display);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hd-green);
}

.team-signature__bio {
  margin: 0 0 0.85rem;
  font-size: var(--hd-body-size);
  line-height: var(--hd-body-leading);
  color: var(--hd-body);
}

.team-signature__foot {
  padding-top: 0.65rem;
  border-top: 1px solid rgba(0, 122, 83, 0.1);
}

.team-signature__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hd-muted);
  margin-bottom: 0.15rem;
}

.team-signature__phone,
.team-signature__email {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
}

.team-signature__phone a,
.team-signature__email a {
  font-weight: 600;
}

.team-signature__sign {
  margin: 0.85rem 0 1rem;
  font-family: var(--hd-font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--hd-ink);
}

.team-signature__actions {
  margin-top: 0.25rem;
}

.team-grid {
  align-items: stretch;
}

/* Gallery modal (wide browse) */
.hd-modal--gallery {
  padding: clamp(0.75rem, 2vw, 1.25rem);
}

.hd-modal--gallery .gallery-modal__dialog {
  position: relative;
  width: min(100%, 1120px);
  height: min(92vh, 820px);
  max-height: min(92vh, 820px);
  background: #fff;
  border-radius: var(--hd-radius);
  border: 1px solid var(--hd-card-border);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gallery-modal__head {
  padding: 1.35rem 1.5rem 0.75rem;
  text-align: center;
}

.gallery-modal__recap {
  max-width: 42rem;
  margin: 0.35rem auto 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--hd-body);
}

.gallery-modal__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.85rem;
  padding: 0.75rem 1.35rem 1rem;
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
  align-content: start;
}

.gallery-thumb {
  appearance: none;
  border: 1px solid rgba(0, 122, 83, 0.12);
  border-radius: 12px;
  background: #fff;
  padding: 0;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  display: flex;
  flex-direction: column;
  min-height: 196px;
  height: 100%;
}

.gallery-thumb:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 122, 83, 0.28);
  box-shadow: 0 12px 28px rgba(0, 122, 83, 0.12);
}

.gallery-thumb__media {
  display: block;
  aspect-ratio: 4 / 3;
  background: var(--hd-bg);
  overflow: hidden;
}

.gallery-thumb__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-thumb__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--hd-green-soft), #fff);
}

.gallery-thumb__title {
  display: block;
  flex: 1 1 auto;
  padding: 0.55rem 0.65rem 0.75rem;
  font-family: var(--hd-font-display);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--hd-ink);
  min-height: 3.25rem;
}

.gallery-modal__foot {
  padding: 0.65rem 1.35rem 1.1rem;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(0, 122, 83, 0.08);
}

.gallery-modal__detail-view {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
  max-height: min(92vh, 820px);
}

.gallery-modal__detail-view[hidden] {
  display: none !important;
}

.gallery-modal__back {
  appearance: none;
  border: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.85rem 1.25rem;
  text-align: left;
  font: inherit;
  font-weight: 600;
  color: var(--hd-green);
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 122, 83, 0.08);
}

.gallery-modal__detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  min-height: 0;
  flex: 1;
  overflow: hidden;
}

.gallery-modal__detail-media {
  margin: 0;
  min-height: 0;
  background: #dfe5eb;
}

.gallery-modal__detail-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.gallery-modal__detail-copy {
  padding: 1.35rem 1.35rem 1.25rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.gallery-modal__detail-copy h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.gallery-modal__detail-desc {
  margin: 0;
  color: var(--hd-green);
  font-weight: 600;
  font-size: 0.92rem;
}

.gallery-modal__detail-body {
  margin: 0.25rem 0 0.75rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--hd-body);
  flex: 1;
}

/* ——— Page banner (die-line — legacy / unused on funnel pages) ——— */
.page-banner {
  min-height: var(--hd-banner-min-height);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
}

.page-banner__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, var(--hd-max));
  margin: 0 auto;
  padding: var(--hd-banner-padding-y) 0;
}

.page-banner--dieline .sec-kicker {
  color: var(--hd-green);
  margin-bottom: 0.3rem;
}

.page-banner h1 {
  margin: 0 auto;
  font-size: clamp(1.65rem, 2.6vw, 2.15rem);
  max-width: 22ch;
  line-height: 1.12;
}

.page-banner--dieline h1 {
  color: var(--hd-ink);
  text-shadow: none;
  max-width: none;
}

/* ——— Universal frames & cards ——— */
.hd-section {
  padding: var(--hd-space-section) 0;
  background: var(--hd-white);
}

.hd-section + .hd-section {
  border-top: 1px solid rgba(0, 122, 83, 0.06);
}

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

.hd-frame {
  position: relative;
  border: 0;
  border-radius: var(--hd-radius);
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.hd-frame--inset {
  margin-top: 1.5rem;
  padding: 0;
  background: transparent;
}

.hd-frame--chat {
  padding: clamp(0.25rem, 1vw, 0.5rem) 0;
}

.hd-frame__head {
  text-align: center;
  margin-bottom: var(--hd-space-head);
}

.hd-frame__head--unified {
  margin-bottom: clamp(0.85rem, 2vw, 1.1rem);
}

.hd-frame__head--unified .hd-frame__title {
  margin-bottom: 0.4rem;
}

.section-lead {
  max-width: 46rem;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(1.02rem, 1.7vw, 1.12rem);
  line-height: 1.62;
  color: var(--hd-body);
}

.section-lead strong {
  color: var(--hd-ink);
  font-weight: 700;
}

.section-lead .intro-accent {
  color: var(--hd-green);
  font-weight: 600;
}

.hd-frame__title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
}

.hd-frame__body {
  position: relative;
  z-index: 1;
}

.hd-frame__foot {
  display: flex;
  justify-content: flex-end;
  margin-top: var(--hd-space-foot);
  padding-top: 0;
}

/* ——— Proof-point theme (hero trust + section expand links) ——— */
.hd-proof__label {
  font-family: var(--hd-font-display);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--hd-green);
  text-shadow: var(--hd-proof-shadow-label);
}

.hd-proof__detail {
  font-family: var(--hd-font-display);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--hd-ink);
  text-shadow: var(--hd-proof-shadow-detail);
}

.hd-proof__bullet {
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--hd-green);
  box-shadow:
    0 0 0 3px rgba(0, 122, 83, 0.1),
    0 2px 6px rgba(130, 138, 150, 0.28),
    0 0 10px rgba(0, 122, 83, 0.28);
}

.hd-proof-foot {
  margin-top: clamp(0.65rem, 1.5vw, 0.85rem);
  padding-top: clamp(0.55rem, 1.2vw, 0.7rem);
  border-top: 1px solid rgba(0, 122, 83, 0.06);
}

.hd-card {
  position: relative;
  display: block;
  background: var(--hd-white);
  border: 1px solid rgba(0, 122, 83, 0.12);
  border-radius: var(--hd-radius);
  padding: 1.15rem 1.2rem;
  box-shadow:
    0 10px 28px rgba(15, 23, 42, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 0 32px rgba(0, 122, 83, 0.1);
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hd-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -16px 28px rgba(0, 122, 83, 0.05);
}

a.hd-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 16px 36px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(0, 122, 83, 0.14) inset,
    0 0 40px rgba(0, 122, 83, 0.16);
}

.hd-see-more {
  font-family: var(--hd-font-display);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--hd-green);
  text-decoration: none;
  letter-spacing: 0.03em;
  text-shadow: var(--hd-proof-shadow-link);
  transition: color 0.15s ease, text-shadow 0.15s ease;
}

.hd-see-more:hover {
  color: var(--hd-green-dark);
  text-decoration: none;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95),
    0 3px 7px rgba(130, 138, 150, 0.4),
    0 6px 16px rgba(130, 138, 150, 0.16);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ——— Hero (framed funnel) ——— */
.hero {
  position: relative;
  padding: 0.35rem 0 1rem;
  overflow: visible;
  background: var(--hd-white);
  border-bottom: 1px solid rgba(0, 122, 83, 0.06);
}

.hero + .home-scroll-stack .home-scroll-section:first-child {
  padding-top: clamp(1.25rem, 2.5vw, 1.75rem);
}

body.page-home .hd-frame--open {
  padding: 0;
}

body.page-home .hd-frame--open .hd-frame__head {
  margin-bottom: clamp(0.75rem, 1.8vw, 1rem);
}

body.page-home .hd-frame--open .hd-frame__title {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  margin-bottom: 0.35rem;
}

body.page-home .hd-section--open + .hd-section--open {
  padding-top: clamp(1.25rem, 2.5vw, 1.75rem);
}

.hero__shell {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, var(--hd-max));
}

.hero__frame {
  overflow: visible;
  padding: 0.85rem 1rem 1rem;
  background: var(--hd-white);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.42fr);
  gap: clamp(0.5rem, 1.2vw, 1rem);
  align-items: start;
}

.hero__copy {
  max-width: 32rem;
  padding-top: 0;
}

.hero-headline {
  margin: 0 0 0.75rem;
  font-family: var(--hd-font-display);
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1.08;
  color: var(--hd-ink);
}

.hero-headline__line {
  display: block;
}

.hero-headline__lead {
  color: var(--hd-ink);
}

.hero-headline__accent {
  color: var(--hd-green);
}

.hero__visual {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: start;
  padding-top: 0;
}

.hero__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
}

.btn-green--calm,
.btn-ghost--calm {
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.85rem 1.35rem;
  border-radius: 12px;
}

.btn-green--calm {
  box-shadow: 0 10px 24px rgba(0, 122, 83, 0.18);
}

.btn-ghost--calm {
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.92rem;
}

.hero__frame .blueprint {
  display: none;
}

/* hero__grid / hero__visual sizing — see block above (~805) */

.hero__marks {
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 122, 83, 0.1);
}

/* Hero lineup sizing is inline in HeroLineup.astro — do not add global rules here */

/* Ask Hawver inline chat */
.ask-hawver {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.75fr);
  gap: 1rem;
}

.ask-hawver__panel {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 320px;
}

.ask-hawver__messages {
  flex: 1;
  min-height: 120px;
  max-height: 220px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.25rem;
}

.ask-hawver__bubble {
  max-width: 92%;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  font-size: 0.92rem;
  line-height: 1.45;
}

.ask-hawver__bubble--bot {
  align-self: flex-start;
  background: var(--hd-green-soft);
  color: var(--hd-ink);
}

.ask-hawver__bubble--user {
  align-self: flex-end;
  background: #eef2ff;
  color: var(--hd-ink);
}

.ask-hawver__starters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ask-hawver__chip {
  border: 1px solid rgba(0, 122, 83, 0.18);
  background: #fff;
  color: var(--hd-green-dark);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.78rem;
  cursor: pointer;
}

.ask-hawver__form textarea {
  width: 100%;
  border: 1px solid var(--hd-line);
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  font: inherit;
  resize: vertical;
}

.ask-hawver__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.ask-hawver__note {
  margin: 0.35rem 0 0;
  color: var(--hd-green-dark);
  font-size: 0.88rem;
}

.ask-hawver__aside {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.ask-hawver__aside a {
  color: var(--hd-green);
  font-weight: 600;
}

.ask-hawver__aside select {
  width: 100%;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  border: 1px solid var(--hd-line);
}

.ask-hawver__tier1-note {
  margin-top: auto;
  font-size: 0.78rem;
  color: var(--hd-muted);
}

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

  .ask-hawver {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  /* hero lineup uses inline px — scales with viewport via hero grid stack */
}

/* ——— Process page ——— */
.process-page__intro {
  max-width: 40rem;
  margin: 0 auto var(--hd-space-content);
}

.process-step__badge {
  display: inline-block;
  margin: 0 0 0.55rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: var(--hd-green);
  color: var(--hd-white);
  font-family: var(--hd-font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.process-step__tagline {
  margin: 0 0 0.85rem;
  font-family: var(--hd-font-body);
  font-style: italic;
  font-weight: 600;
  color: var(--hd-ink);
  line-height: 1.45;
}

/* Process step cards — unified PhotoCard grid (see .hd-card--photo) */

/* Shared detail modal (process, team, etc.) */
.hd-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(15, 23, 20, 0.5);
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.hd-modal[hidden] {
  display: none !important;
}

.hd-modal__dialog {
  position: relative;
  width: min(100%, 860px);
  max-height: min(88vh, 680px);
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--hd-card-border);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.hd-modal__close {
  position: absolute;
  top: 0.55rem;
  right: 0.75rem;
  z-index: 2;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  color: var(--hd-muted);
}

.hd-modal__layout {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  min-height: 340px;
  max-height: min(88vh, 680px);
}

.hd-modal__media {
  margin: 0;
  min-height: 0;
}

.hd-modal__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  object-position: center;
  background: #dfe5eb;
}

.hd-modal__copy {
  padding: 1.5rem 1.35rem 1.35rem;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow-y: auto;
}

.hd-modal__copy h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
}

.hd-modal__body {
  flex: 1 1 auto;
  min-height: 0;
}

.hd-modal__panel {
  border: 1px solid var(--hd-card-border);
  border-radius: 10px;
  margin-bottom: 0.55rem;
  background: rgba(246, 250, 248, 0.65);
  overflow: hidden;
}

.hd-modal__panel summary {
  padding: 0.72rem 0.95rem;
  cursor: pointer;
  font-family: var(--hd-font-display);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--hd-green);
  list-style: none;
}

.hd-modal__panel summary::-webkit-details-marker {
  display: none;
}

.hd-modal__panel summary::after {
  content: "+";
  float: right;
  font-weight: 700;
  color: var(--hd-muted);
}

.hd-modal__panel[open] summary::after {
  content: "−";
}

.hd-modal__panel[open] summary {
  border-bottom: 1px solid var(--hd-card-border);
  background: rgba(255, 255, 255, 0.85);
}

.hd-modal__panel-body {
  padding: 0.8rem 0.95rem 0.95rem;
}

.hd-modal__panel-body p {
  margin: 0 0 0.65rem;
  line-height: 1.6;
  color: var(--hd-body);
}

.hd-modal__panel-body ul {
  margin: 0;
  padding-left: 1.1rem;
}

.hd-modal__panel-body li {
  margin-bottom: 0.3rem;
  color: var(--hd-body);
}

/* ——— Customer logo wall ——— */
.customer-wall {
  margin: var(--hd-space-content) 0;
  padding: var(--hd-space-content) 0;
  border-top: 1px solid rgba(0, 122, 83, 0.06);
  border-bottom: 1px solid rgba(0, 122, 83, 0.06);
}

.customer-wall--compact {
  margin: 0;
  padding: 0;
  border: 0;
}

.customer-wall__head {
  text-align: center;
  margin-bottom: var(--hd-space-block);
}

.customer-wall__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.customer-wall__lead {
  max-width: 42rem;
  margin: 0 auto;
  color: var(--hd-body);
  line-height: 1.65;
}

.customer-wall__lead--compact {
  font-size: 0.98rem;
}

.customer-wall__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.customer-wall--compact .customer-wall__grid {
  grid-template-columns: repeat(auto-fill, minmax(124px, 1fr));
  gap: 0.5rem;
}

.customer-wall__item {
  margin: 0;
}

.customer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 122, 83, 0.1);
  background: #fafbfc;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.customer-logo__img {
  display: block;
  max-width: 100%;
  max-height: 2.1rem;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) contrast(1.05);
  opacity: 0.88;
  transition: filter 0.15s ease, opacity 0.15s ease;
}

.customer-logo__text {
  font-family: var(--hd-font-display);
  font-size: clamp(0.62rem, 1.1vw, 0.74rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.25;
  color: #4a5562;
}

.customer-wall__item:hover .customer-logo {
  border-color: rgba(0, 122, 83, 0.22);
  background: var(--hd-green-soft);
}

.customer-wall__item:hover .customer-logo__img {
  filter: none;
  opacity: 1;
}

.customer-wall__item:hover .customer-logo__text {
  color: var(--hd-green-dark);
}

.industries-page__subhead {
  margin: var(--hd-space-content) 0 var(--hd-space-block);
  text-align: center;
  font-family: var(--hd-font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.industries-page__markets {
  margin-top: var(--hd-space-block);
}

.process-teaser__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.5rem 1rem;
  margin: 1.25rem 0;
  padding-left: 1.1rem;
}

.process-teaser__steps li {
  margin: 0;
}

.articles-page .articles-grid {
  margin-top: 1.25rem;
}

@media (max-width: 980px) {
  .card-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .hd-modal__layout {
    grid-template-columns: 1fr;
  }

  .hd-modal__img {
    min-height: 200px;
    max-height: 220px;
  }
}

/* ——— Band content pages (solutions, industries, about) ——— */
.band-page__intro-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: center;
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
}

.band-page__intro-copy {
  text-align: left;
}

.band-page__intro-copy p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.72;
  color: var(--hd-body);
}

.band-page__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.25rem;
  margin: 1.25rem 0;
}

.band-page__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.band-page__photo--full {
  margin: 1.25rem 0;
}

.band-page__section--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: center;
  margin: clamp(1.5rem, 3vw, 2.25rem) 0;
}

.band-page__section--reverse {
  direction: rtl;
}

.band-page__section--reverse > * {
  direction: ltr;
}

.band-page__section-copy {
  margin: 0;
  text-align: left;
}

.band-page__section-copy .sec-kicker {
  text-align: left;
  margin-bottom: 0.35rem;
}

.band-page__section-title {
  margin: 0 0 0.75rem;
  font-family: var(--hd-font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.band-page__section--split:nth-of-type(odd) .band-page__section-title {
  color: var(--hd-ink);
}

.band-page__section--split:nth-of-type(even) .band-page__section-title {
  color: var(--hd-green);
}

.band-page__section-copy p:last-child {
  margin-bottom: 0;
}

/* ——— Case study pages ——— */
.case-study__phase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: start;
  margin: 1.5rem 0;
}

.case-study__copy {
  margin: 0;
}

.case-study__copy h2 {
  text-align: left;
}

.case-study__photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
}

/* ——— Product solutions hub ——— */

/* ——— Homepage intro (flat band — no card chrome after hero) ——— */
.home-visual-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}

.home-visual-split--reverse .home-visual-split__media {
  order: 2;
}

.home-visual-split--reverse .home-visual-split__copy {
  order: 1;
}

.home-visual-split__media {
  margin: 0;
  border-radius: var(--hd-radius);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.home-visual-split__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.home-visual-split--intro .home-visual-split__media img {
  object-position: 72% center;
}

.home-visual-split__copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 0.1rem;
}

.home-visual-split--intro {
  align-items: stretch;
}

.home-visual-split--intro .home-visual-split__copy {
  height: 100%;
}

.home-visual-split--intro .home-visual-split__foot {
  margin-top: auto;
}

.home-visual-split__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
  margin-top: clamp(1.35rem, 2.5vw, 1.75rem);
  padding-top: clamp(1rem, 2vw, 1.25rem);
  border-top: 1px solid rgba(0, 122, 83, 0.08);
}

.home-visual-split__actions {
  justify-content: flex-start;
  margin-top: 0;
}

.home-visual-split__actions .btn-green,
.home-visual-split__actions .btn-ghost {
  flex: 0 1 auto;
  justify-content: center;
  text-align: center;
}

.home-visual-split__copy .content-body p,
.home-visual-split__copy .lead {
  font-size: 1.05rem;
  line-height: 1.72;
  color: var(--hd-body);
}

.home-visual-split__copy .content-body p + p {
  margin-top: 0.9rem;
}

.home-section-lead {
  max-width: 44rem;
  margin: 0 auto var(--hd-space-block);
  text-align: center;
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--hd-body);
}

.home-process-card__step {
  /* legacy — use .card-kicker */
}

@media (max-width: 980px) {
  .card-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.intro-band {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.intro-band .content-body p {
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--hd-body);
}

.intro-band .cta-row {
  margin-top: 1.5rem;
}

/* ——— Homepage extras ——— */
.home-cta-band {
  background: var(--hd-ink);
  color: var(--hd-white);
  padding: 2rem 0;
}

.home-cta-band__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.home-cta-band p {
  margin: 0;
  max-width: 42rem;
  font-size: 1.05rem;
}

.home-team-teaser {
  position: relative;
  min-height: 220px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.home-team-teaser__copy {
  position: relative;
  z-index: 1;
  max-width: 28rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--hd-radius);
  margin: 1rem;
}

.home-case-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  margin: -1rem -1rem 0.75rem;
  width: calc(100% + 2rem);
}

/* ——— Unified photo cards (site-wide) ——— */
.hd-card--photo {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}

button.hd-card--photo {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  font: inherit;
  color: inherit;
}

.hd-card--photo img,
.hd-card--photo .hd-card__photo-placeholder {
  display: block;
  width: 100%;
  margin: 0;
  aspect-ratio: var(--hd-card-media-ratio);
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  border-radius: 0;
}

.hd-card--photo-wide img {
  object-position: left center;
}

.hd-card__photo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6f8;
  border-bottom: 1px solid rgba(0, 122, 83, 0.08);
}

.hd-card__photo-placeholder span {
  font-family: var(--hd-font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hd-muted);
}

.hd-card__photo-placeholder--join {
  flex-direction: column;
  gap: 0.45rem;
}

.hd-card__join-cta {
  font-family: var(--hd-font-display);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--hd-green);
}

.hd-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3rem;
  padding: 0.85rem 1rem 1rem;
  flex: 1 1 auto;
  text-align: center;
}

.hd-card__title,
.hd-card--photo strong {
  display: block;
  width: 100%;
  margin: 0;
  font-family: var(--hd-font-display);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--hd-ink);
  text-align: center;
}

.hd-card__text,
.hd-card--photo .hd-card__text {
  display: block;
  width: 100%;
  margin: 0;
  font-family: var(--hd-font-body);
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--hd-muted);
  text-align: center;
}

.card-kicker,
.card-date {
  display: block;
  width: 100%;
  margin: 0 0 0.2rem;
  font-family: var(--hd-font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hd-green);
  text-align: center;
}

.hd-card__link {
  display: block;
  width: 100%;
  margin-top: 0.15rem;
  font-family: var(--hd-font-body);
  font-size: 0.8rem;
  color: var(--hd-green);
  text-decoration: none;
  text-align: center;
}

.hd-card__link:hover {
  color: var(--hd-green-dark);
  text-decoration: underline;
}

a.hd-card--photo:hover,
button.hd-card--photo:hover,
button.hd-card--photo:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(0, 122, 83, 0.28);
}

@media (max-width: 768px) {
  .band-page__intro-split,
  .band-page__split,
  .band-page__section--split,
  .case-study__phase,
  .content-split,
  .content-split--reverse,
  .process-step-row,
  .process-step-row--reverse {
    grid-template-columns: 1fr;
  }

  .content-split--reverse .content-split__media,
  .content-split--reverse .content-split__copy,
  .process-step-row--reverse .process-step-row__media,
  .process-step-row--reverse .process-step-row__copy {
    order: unset;
  }

  .home-scroll-section__split,
  .home-scroll-section__split--reverse {
    grid-template-columns: 1fr;
  }

  .home-scroll-section__split--reverse .home-scroll-section__media,
  .home-scroll-section__split--reverse .home-scroll-section__copy {
    order: unset;
  }

  .gallery-modal__detail-layout {
    grid-template-columns: 1fr;
  }

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

  .band-page__section--reverse {
    direction: ltr;
  }
}

/* ——— Content ——— */
.content-band {
  background: var(--hd-white);
}

.content-wrap {
  width: min(100% - 2rem, var(--hd-max));
  margin: 0 auto;
  padding: var(--hd-space-content) 0 var(--hd-space-section);
}

.content-prose p {
  margin: 0 0 0.75rem;
  font-size: var(--hd-body-size);
  line-height: var(--hd-body-leading);
  color: var(--hd-body);
}

.content-prose {
  width: 100%;
  max-width: none;
  margin: 0 auto var(--hd-space-block);
  text-align: left;
}

.content-prose.content-prose--lead,
.content-prose.content-prose--center {
  text-align: center;
}

.content-prose--lead .lead {
  max-width: 44rem;
  margin: 0 auto 1rem;
  font-family: var(--hd-font-body);
  font-size: 1.08rem;
  line-height: 1.72;
  color: var(--hd-muted);
  text-align: center;
}

.content-prose h2 {
  margin: 0 0 0.75rem;
  text-align: center;
  font-size: var(--hd-title-section);
}

.content-prose p:last-child {
  margin-bottom: 0;
}

.content-body.hd-frame.hd-frame--inset {
  background: transparent;
  padding: 0;
}

.content-panel {
  max-width: none;
  width: 100%;
  margin: 0 auto var(--hd-space-block);
  text-align: center;
}

.content-panel .lead {
  font-size: 1.08rem;
  color: var(--hd-muted);
}

.content-body {
  text-align: left;
  max-width: none;
  width: 100%;
  margin: var(--hd-space-block) auto 0;
}

.content-body p {
  margin: 0 0 1rem;
  line-height: 1.7;
}

/* Visual-only cards inside content pages */
.content-band .band-page__photo.hd-card,
.content-band .case-study__photo.hd-card,
.content-gallery figure.hd-card {
  padding: 0;
  overflow: hidden;
}

.content-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
  margin: 1.25rem 0 0;
  max-width: 100%;
}

.content-gallery figure {
  margin: 0;
  background: var(--hd-card);
  border: 1px solid var(--hd-card-border);
  border-radius: var(--hd-radius-sm);
  overflow: hidden;
  box-shadow: none;
}

.content-gallery img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.content-gallery figcaption {
  padding: 0.55rem 0.75rem;
  font-size: 0.8rem;
  color: var(--hd-muted);
  text-align: left;
}

/* ——— Home fresh ——— */
.home-hero {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0 4rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(244, 246, 248, 0.35));
}

.home-hero__blueprint {
  position: absolute;
  inset: 0;
  background: url("/hero/blueprint.svg") right center / cover no-repeat;
  opacity: 0.42;
  pointer-events: none;
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, var(--hd-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 2.5rem;
  align-items: center;
}

.home-hero__copy {
  max-width: 34rem;
}

.home-hero__copy h1 {
  font-size: clamp(2.1rem, 3.8vw, 3.35rem);
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.home-hero__copy h1 .accent {
  color: var(--hd-green);
}

.home-hero__copy > p {
  font-size: 1.1rem;
  color: var(--hd-body);
  max-width: 34rem;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.home-hero__visual {
  min-height: clamp(280px, 40vh, 420px);
  border-radius: 18px;
  border: 1.5px dashed rgba(0, 122, 83, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(230, 244, 239, 0.45)),
    url("/hero/blueprint-tile.svg") center / 360px;
  box-shadow: var(--hd-glow);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
}

.home-hero__visual p {
  margin: 0;
  max-width: 18rem;
  color: var(--hd-muted);
}

.home-hero__visual strong {
  display: block;
  margin-bottom: 0.4rem;
  font-family: var(--hd-font-display);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hd-green);
}

.home-section {
  padding: var(--hd-space-section) 0;
  border-top: 1px solid rgba(0, 122, 83, 0.08);
  background: var(--hd-white);
}

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

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 0.5rem;
  align-items: stretch;
}

.card-grid .hd-card--photo {
  min-height: 100%;
}

.card-grid a,
.card-grid button,
.card-grid .hd-card {
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: var(--hd-space-block);
}

.home-scroll-section__actions.cta-row {
  justify-content: flex-end;
}

.inner-page__cta.cta-row,
.team-signature__actions.cta-row {
  justify-content: flex-start;
}

.hub-page__lead {
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

.hub-page__lead p {
  font-size: 1.12rem;
  line-height: 1.72;
  color: var(--hd-body);
}

.story-split {
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

body.page-inner .content-band.hub-page {
  background: #ffffff;
}

body.page-inner .home-scroll-section:nth-child(even),
body.page-inner .home-scroll-section:nth-child(odd) {
  background: #ffffff;
}

/* ——— Footer ——— */
.footer .contact-cta {
  background: var(--hd-green);
  color: #fff;
  padding: 1.75rem 0;
}

.footer .contact-cta .row {
  width: min(100% - 2.5rem, var(--hd-max));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.footer .contact-cta h5 {
  margin: 0;
  color: #fff;
  font-family: var(--hd-font-display);
  font-size: 1.25rem;
}

.footer .bottom-tier {
  background: var(--hd-ink);
  color: #c5cbd3;
  padding: 2.5rem 0;
}

.footer .bottom-tier .row {
  width: min(100% - 2.5rem, var(--hd-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.footer .bottom-tier a {
  color: #fff;
  text-decoration: none;
}

.footer .foot-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .foot-list > li > a {
  font-family: var(--hd-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
}

.footer .sub-list {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}

.footer .sub-list a {
  display: block;
  color: #c5cbd3;
  font-size: 0.9rem;
  padding: 0.18rem 0;
  font-weight: 400;
  text-transform: none;
}

.footer .address {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

.footer-contact-bar {
  background: #fff;
  border-top: 1px solid rgba(0, 122, 83, 0.1);
  padding: 1.15rem 0;
}

.footer-contact-bar__row {
  width: min(100% - 2.5rem, var(--hd-max));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.footer-contact-bar__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.85rem;
  min-width: 0;
}

.footer-contact-bar__phone {
  font-family: var(--hd-font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--hd-ink) !important;
  text-decoration: none;
  white-space: nowrap;
}

.footer-contact-bar__address,
.footer-contact-bar__email {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--hd-ink) !important;
  text-decoration: none;
}

.footer-contact-bar__proof {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hd-muted);
  white-space: nowrap;
}

.footer-contact-bar__address:hover,
.footer-contact-bar__email:hover,
.footer-contact-bar__phone:hover {
  color: var(--hd-green) !important;
}

.footer-contact-bar__sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.28);
  flex: 0 0 auto;
}

.footer-contact-bar__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  margin-left: auto;
}

.footer-contact-bar__quote {
  padding: 0.7rem 1rem;
  color: var(--hd-ink) !important;
  border-color: rgba(15, 23, 42, 0.35) !important;
  background: #fff !important;
}

.footer-contact-bar__quote:hover {
  border-color: var(--hd-green) !important;
  color: var(--hd-green) !important;
}

/* ——— Forms / RFQ ——— */
.rfq-section {
  padding: var(--hd-space-section) 0;
  border-top: 1px solid rgba(0, 122, 83, 0.06);
  background: var(--hd-white);
}

.rfq-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 122, 83, 0.12);
  border-radius: var(--hd-radius);
  box-shadow:
    0 10px 28px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  background-color: #e9eef2;
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2rem);
  text-align: center;
}

.rfq-frame__blueprint {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.rfq-frame__wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(255, 255, 255, 0.58) 42%,
    rgba(233, 238, 242, 0.45) 100%
  );
}

.rfq-frame__blueprint img {
  position: absolute;
  inset: -8% -4%;
  width: 108%;
  max-width: none;
  height: 108%;
  object-fit: cover;
  object-position: center;
  opacity: 0.62;
  filter: contrast(1.08) saturate(0.92);
}

.rfq-frame__content {
  position: relative;
  z-index: 2;
}

.rfq-frame h2,
.rfq-frame__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  line-height: 1.12;
  color: var(--hd-ink);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.rfq-frame__lead {
  max-width: 36rem;
  margin: 0 auto;
  color: var(--hd-muted);
}

.section-kicker {
  color: var(--hd-green);
  font-family: var(--hd-font-display);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
}

.rfq-form {
  margin: 1.75rem auto 0;
  max-width: 820px;
  text-align: left;
  background: var(--hd-card);
  border: 1px solid var(--hd-card-border);
  border-radius: var(--hd-radius);
  box-shadow: var(--hd-glow);
  padding: 1.5rem;
}

.form-row {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.form-row.two {
  grid-template-columns: 1fr 1fr;
}

label {
  display: block;
  font-family: var(--hd-font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hd-ink);
  margin-bottom: 0.35rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--hd-line);
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  font: inherit;
  background: var(--hd-white);
  color: var(--hd-ink);
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(0, 122, 83, 0.25);
  border-color: var(--hd-green);
}

.field-error {
  color: #b42318;
  font-size: 0.8rem;
  margin: 0.25rem 0 0.75rem;
}

.form-success {
  background: var(--hd-green-soft);
  border: 1px solid rgba(0, 122, 83, 0.25);
  border-radius: var(--hd-radius);
  padding: 1.25rem;
  color: var(--hd-ink);
  margin-top: 1rem;
}

.spinner {
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: hd-spin 0.7s linear infinite;
  display: inline-block;
  flex-shrink: 0;
}

.spinner[hidden] {
  display: none !important;
}

.rfq-form [data-submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 12rem;
}

.photo-upload__dropzone {
  border: 1.5px dashed var(--hd-line);
  border-radius: var(--hd-radius);
  padding: 1.25rem 1rem;
  background: var(--hd-bg);
  cursor: pointer;
  display: grid;
  gap: 0.45rem;
  justify-items: center;
  text-align: center;
}

.photo-upload__dropzone.is-drag {
  border-color: var(--hd-green);
  background: var(--hd-green-soft);
}

.photo-upload__dropzone strong {
  font-family: var(--hd-font-display);
  color: var(--hd-ink);
  font-size: 0.95rem;
}

.photo-upload__dropzone span {
  color: var(--hd-muted);
  font-size: 0.85rem;
  max-width: 28rem;
}

.photo-upload__browse {
  margin-top: 0.35rem;
  cursor: pointer;
}

.photo-upload__previews {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.85rem;
}

.photo-upload__chip {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--hd-white);
  border: 1px solid var(--hd-line);
  border-radius: 10px;
  padding: 0.35rem 0.5rem;
}

.photo-upload__chip img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 6px;
}

.photo-upload__chip button {
  border: 0;
  background: transparent;
  color: var(--hd-green);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 700;
}

@keyframes hd-spin {
  to {
    transform: rotate(360deg);
  }
}

.canonical-anchor {
  display: block;
  height: 0;
  overflow: hidden;
}

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

.feature-strip a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1.1rem 1.15rem;
  background: var(--hd-card);
  border: 1px solid var(--hd-card-border);
  border-radius: var(--hd-radius);
  box-shadow: var(--hd-glow);
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.feature-strip a:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(0, 122, 83, 0.12), 0 18px 40px rgba(0, 122, 83, 0.2);
}

.feature-strip img {
  width: 36px;
  height: 36px;
}

.feature-strip__copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.feature-strip strong {
  display: block;
  font-family: var(--hd-font-display);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hd-ink);
}

.feature-strip__copy > span {
  color: var(--hd-muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.card-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Industries hub — photo-shoot hero + clickable cards */
.industries-hero {
  padding: var(--hd-space-content) 0 0.35rem;
}

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

.industries-intro {
  margin-top: 2.25rem;
  margin-bottom: 0.5rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.industry-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
  min-height: 100%;
}

.industry-card.hd-card {
  padding: 1.35rem 1.25rem 1.2rem;
}

.industry-card:hover,
.industry-card:focus-visible {
  outline: none;
}

.industry-card__icon {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: var(--hd-green-soft);
  color: var(--hd-green);
}

.industry-card__icon svg {
  width: 1.75rem;
  height: 1.75rem;
}

.industry-card__title {
  font-family: var(--hd-font-display);
  font-size: 1.05rem;
  color: var(--hd-ink);
  letter-spacing: -0.01em;
}

.industry-card__body {
  color: var(--hd-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  flex: 1 1 auto;
}

.industry-card__cta {
  margin-top: 0.35rem;
  color: var(--hd-green);
  font-family: var(--hd-font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Contact CTA strip — clearly buttons, not an input */
.footer .contact-cta__sub {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.85);
  max-width: 34rem;
  font-size: 0.95rem;
  line-height: 1.45;
}

.footer .contact-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.footer .contact-cta__btn-primary {
  background: #fff !important;
  color: var(--hd-green) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18) !important;
}

.footer .contact-cta__btn-secondary {
  border-color: rgba(255, 255, 255, 0.55) !important;
  background: transparent !important;
  color: #fff !important;
}

.footer .contact-cta__btn-secondary:hover {
  border-color: #fff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

.content-body--center {
  text-align: left;
}

.news-date {
  display: block;
  margin: 0.2rem 0 0.45rem;
  color: var(--hd-green);
  font-family: var(--hd-font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* Homepage commercial sections */
.home-tabs {
  padding-top: 1rem;
}

.choice-tabs__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.choice-tabs__tab {
  text-align: left;
  border: 1px solid var(--hd-card-border);
  background: var(--hd-card);
  border-radius: var(--hd-radius);
  padding: 1.15rem 1.25rem;
  cursor: pointer;
  box-shadow: var(--hd-shadow);
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.choice-tabs__tab strong {
  display: block;
  font-family: var(--hd-font-display);
  font-size: 1rem;
  color: var(--hd-ink);
  margin-bottom: 0.35rem;
}

.choice-tabs__tab span {
  color: var(--hd-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.choice-tabs__tab.is-active {
  border-color: rgba(0, 122, 83, 0.45);
  box-shadow: var(--hd-glow);
  transform: translateY(-2px);
}

.choice-tabs__panel {
  display: none;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 1.5rem;
  align-items: start;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--hd-card-border);
  border-radius: var(--hd-radius);
  padding: 1.5rem;
  box-shadow: var(--hd-glow);
}

.choice-tabs__panel.is-active {
  display: grid;
}

.choice-tabs__questions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.choice-tabs__questions li {
  padding: 0.9rem 1rem;
  border-left: 4px solid var(--hd-green);
  background: var(--hd-green-soft);
  border-radius: 0 10px 10px 0;
  color: var(--hd-ink);
  font-weight: 600;
}

.choice-tabs__cta h3 {
  margin-bottom: 0.5rem;
}

.home-band {
  background: var(--hd-ink);
  color: #e8edf2;
  padding: 2.75rem 0;
  text-align: center;
}

.home-band p {
  margin: 0 auto 0.85rem;
  max-width: 48rem;
  font-size: 1.08rem;
  line-height: 1.65;
}

.home-band a {
  color: #9dffd0;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.home-team {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.home-team__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(26, 26, 26, 0.2), rgba(26, 26, 26, 0.72)),
    url("/images/about-us-banner_1.jpg") center / cover no-repeat;
}

.home-team__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  padding: 3.5rem 0;
}

.home-team__card {
  width: min(100%, 28rem);
  background: rgba(26, 26, 26, 0.88);
  color: #d7dde5;
  border-radius: var(--hd-radius);
  padding: 1.75rem 1.6rem;
  box-shadow: var(--hd-glow);
}

.home-team__card h2 {
  color: #fff;
  margin-bottom: 0.75rem;
}

.home-team__card p {
  margin: 0 0 1.25rem;
  line-height: 1.6;
}

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

.media-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--hd-card);
  border: 1px solid var(--hd-card-border);
  border-radius: var(--hd-radius);
  overflow: hidden;
  box-shadow: var(--hd-glow);
  transition: transform 0.15s ease;
}

.media-card:hover {
  transform: translateY(-3px);
}

.media-card__img {
  height: 170px;
  background-size: cover;
  background-position: center;
  background-color: #dfe5eb;
}

.media-card__body {
  padding: 1.1rem 1.15rem 1.25rem;
  display: grid;
  gap: 0.4rem;
}

.media-card__body strong {
  font-family: var(--hd-font-display);
  color: var(--hd-ink);
}

.media-card__body span {
  color: var(--hd-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

/* UX bells */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: 0.75rem 1rem 0.85rem;
  background: transparent;
}

.cookie-banner__inner {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--hd-card-border);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  padding: 1rem 1.5rem;
}

.cookie-banner[hidden] {
  display: none !important;
}

.cookie-banner__inner p {
  margin: 0;
  flex: 1 1 16rem;
  color: var(--hd-body);
  font-size: 0.95rem;
}

.cookie-banner__actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.nl-popup {
  position: fixed;
  inset: 0;
  z-index: 95;
  background: rgba(15, 23, 20, 0.45);
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.nl-popup[hidden] {
  display: none !important;
}

.nl-popup__card {
  position: relative;
  width: min(100%, 520px);
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--hd-card-border);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  padding: 1.75rem 1.5rem 1.5rem;
  text-align: center;
}

.nl-popup__card .sec-kicker,
.nl-popup__card h2,
.nl-popup__card .nl-popup__lead,
.nl-popup__card p {
  text-align: center;
}

.nl-popup__card .newsletter {
  text-align: center;
}

.nl-popup__card .newsletter__fields {
  justify-items: center;
}

.nl-popup__card .newsletter__fields > div {
  width: 100%;
  max-width: 22rem;
  text-align: left;
}

.nl-popup__close {
  position: absolute;
  top: 0.65rem;
  right: 0.85rem;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: var(--hd-muted);
}

.nl-popup h2 {
  margin-bottom: 0.5rem;
  font-size: 1.55rem;
  text-align: center;
}

.nl-popup__lead {
  margin: 0 0 1rem;
  color: var(--hd-muted);
  text-align: center;
}

.contact-popup__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0;
}

.contact-popup__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.contact-popup__phone {
  margin: 0;
  font-size: 0.95rem;
  color: var(--hd-body);
  text-align: center;
}

.contact-popup__phone a {
  font-family: var(--hd-font-display);
  font-weight: 700;
  color: var(--hd-green);
  text-decoration: none;
}

.contact-popup__phone a:hover {
  color: var(--hd-green-dark);
  text-decoration: underline;
}

.chat-widget {
  position: fixed;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 80;
}

.chat-widget__toggle {
  border: 0;
  border-radius: var(--hd-radius-sm);
  background: var(--hd-ink);
  color: #fff;
  font-family: var(--hd-font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.85rem 1.15rem;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.chat-widget__panel {
  width: min(calc(100vw - 2rem), 340px);
  margin-bottom: 0.75rem;
  background: #fff;
  border: 1px solid var(--hd-card-border);
  border-radius: var(--hd-radius);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  padding: 1rem;
}

.chat-widget__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.chat-widget__head button {
  border: 0;
  background: transparent;
  font-size: 1.35rem;
  cursor: pointer;
  color: var(--hd-muted);
}

.chat-widget__intro {
  margin: 0 0 0.85rem;
  color: var(--hd-muted);
  font-size: 0.9rem;
}

.chat-widget__form {
  display: grid;
  gap: 0.35rem;
}

.chat-widget__form label {
  margin-top: 0.35rem;
}

.chat-widget__rfq {
  margin-top: 0.65rem;
  font-size: 0.85rem;
  text-align: center;
}

/* Team directory + profiles */
.team-page .content-wrap {
  padding-top: 0.5rem;
}

.team-page__head {
  max-width: 42rem;
  margin: 0 auto 0.35rem;
  text-align: center;
}

.team-page__headline {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.28;
  text-align: center;
}

.team-page__sub {
  margin: 0.65rem 0 0;
}

.team-page .card-grid {
  margin-top: 1.5rem;
}

.team-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(15, 23, 20, 0.5);
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.team-modal[hidden] {
  display: none !important;
}

.team-modal__dialog {
  position: relative;
  width: min(100%, 820px);
  max-height: min(88vh, 640px);
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--hd-card-border);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.team-modal__close {
  position: absolute;
  top: 0.55rem;
  right: 0.75rem;
  z-index: 2;
  border: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  color: var(--hd-muted);
}

.team-modal__layout {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  min-height: 360px;
  max-height: min(88vh, 640px);
}

.team-modal__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center top;
  background: #dfe5eb;
}

.team-modal__copy {
  padding: 1.6rem 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.team-modal__copy h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.team-modal__email {
  display: inline-block;
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  color: var(--hd-green);
  font-weight: 600;
  text-decoration: none;
}

.team-modal__email:hover,
.team-modal__email:focus-visible {
  text-decoration: underline;
  outline: none;
}

.team-modal__nick {
  margin: 0 0 0.85rem;
  color: var(--hd-muted);
  font-size: 0.95rem;
}

.team-modal__bio {
  flex: 1 1 auto;
  overflow-y: auto;
  max-height: 240px;
  margin: 0 0 1.15rem;
  padding-right: 0.35rem;
  color: var(--hd-body);
  line-height: 1.65;
  scrollbar-width: thin;
}

.team-profile {
  display: grid;
  grid-template-columns: 0.85fr 1.25fr;
  gap: 2rem;
  align-items: start;
  max-width: 920px;
  margin: 0 auto;
}

.team-profile__img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--hd-radius);
  border: 1px solid var(--hd-card-border);
  box-shadow: var(--hd-glow);
  background: #dfe5eb;
}

.team-profile__bio {
  margin: 0.75rem 0 1.5rem;
  color: var(--hd-body);
  line-height: 1.7;
  max-height: 320px;
  overflow-y: auto;
  padding-right: 0.35rem;
  scrollbar-width: thin;
}

@media (max-width: 1100px) {
  .header-phone {
    display: none;
  }
}

@media (max-width: 980px) {
  .top-bar {
    grid-template-columns: 1fr auto;
  }
  #main-menu.main-nav {
    display: none;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .made-usa-badge {
    height: 40px;
  }
  .home-hero__inner {
    grid-template-columns: 1fr;
  }
  .card-grid,
  .card-grid--4,
  .card-grid--3,
  .content-gallery,
  .feature-strip,
  .media-card-grid,
  .industry-card-grid,
  .form-row.two,
  .choice-tabs__nav,
  .choice-tabs__panel.is-active {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer .bottom-tier .row,
  .footer .foot-list {
    grid-template-columns: 1fr;
  }
  .footer-contact-bar__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-contact-bar__actions {
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
  }
  .home-team__inner {
    justify-content: center;
  }
  .card-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .team-modal__layout,
  .team-profile {
    grid-template-columns: 1fr;
  }
  .home-visual-split,
  .home-visual-split--reverse {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .home-visual-split--reverse .home-visual-split__media,
  .home-visual-split--reverse .home-visual-split__copy {
    order: unset;
  }
  .home-visual-split--intro {
    align-items: start;
  }

  .home-visual-split--intro .home-visual-split__copy {
    height: auto;
  }

  .home-visual-split--intro .home-visual-split__foot {
    margin-top: clamp(1.35rem, 2.5vw, 1.75rem);
  }

  .home-visual-split__foot {
    flex-direction: column;
    align-items: stretch;
  }
  .home-visual-split__actions {
    flex-direction: column;
  }
  .home-visual-split__actions .btn-green,
  .home-visual-split__actions .btn-ghost {
    width: 100%;
  }
  .home-visual-split__foot .hd-see-more {
    align-self: flex-start;
  }
  .team-modal__img,
  .team-profile__img {
    min-height: 220px;
    height: 240px;
  }
}

@media (max-width: 640px) {
  .card-grid,
  .card-grid--4,
  .content-gallery,
  .feature-strip,
  .media-card-grid,
  .industry-card-grid,
  .form-row.two,
  .card-grid--4 {
    grid-template-columns: 1fr;
  }
  .sticky-quote {
    right: 1rem;
    bottom: 4.5rem;
  }
}

/* Join team band (team page) */
.join-team-band {
  margin-top: var(--hd-band-gap);
}

.join-team-band__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.55rem;
  padding: clamp(1.35rem, 3vw, 2rem) clamp(1rem, 3vw, 1.5rem);
  min-height: 0;
}

.join-team-band__watermark {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(42vw, 220px);
  height: auto;
  opacity: 0.07;
  pointer-events: none;
  object-fit: contain;
}

.join-team-band__kicker,
.join-team-band__title,
.join-team-band__text,
.join-team-band__cta {
  position: relative;
  z-index: 1;
}

.join-team-band__title {
  margin: 0;
  max-width: 28rem;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.2;
  color: var(--hd-ink);
}

.join-team-band__text {
  margin: 0;
  max-width: 32rem;
  font-size: var(--hd-body-size);
  line-height: var(--hd-body-leading);
  color: var(--hd-body);
}

.join-team-band__cta {
  margin-top: 0.35rem;
}

/* Quote popup */
.quote-popup__card {
  width: min(100%, 680px);
  max-height: min(92vh, 880px);
  overflow-y: auto;
  text-align: left;
}

.quote-popup__card h2 {
  text-align: center;
}

.quote-popup__card .rfq-form {
  margin-top: 0.75rem;
}

/* ===================================================================
   V2 BRIGHT — white canvas, rotating color blocks, finish system
   Hero block intentionally excluded (unchanged)
   =================================================================== */

.page-v2,
body.page-v2 {
  background: #ffffff;
  color: var(--hd-body);
}

.page-v2 .content-band,
.page-v2 .hub-page,
.page-v2 .home-scroll-section--v2 {
  background: #ffffff;
}

/* Finish treatments */
.hd-finish--matte {
  box-shadow: none;
}

.hd-finish--gloss {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 12px 32px rgba(0, 122, 83, 0.12);
}

.hd-finish--foil {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 0 0 1px rgba(255, 255, 255, 0.35),
    0 14px 36px rgba(0, 122, 83, 0.14);
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.22) 0%,
    rgba(255, 255, 255, 0) 42%,
    rgba(255, 255, 255, 0.18) 100%
  );
}

/* Block color tokens */
.page-band--pink,
.home-scroll-section--pink,
.home-promo-card--pink { --hd-block: var(--hd-block-pink); --hd-block-soft: var(--hd-block-pink-soft); }
.page-band--blue,
.home-scroll-section--blue,
.home-promo-card--blue { --hd-block: var(--hd-block-blue); --hd-block-soft: var(--hd-block-blue-soft); }
.page-band--yellow,
.home-scroll-section--yellow,
.home-promo-card--yellow { --hd-block: var(--hd-block-yellow); --hd-block-soft: var(--hd-block-yellow-soft); }
.page-band--green,
.home-scroll-section--green,
.home-promo-card--green { --hd-block: var(--hd-block-green); --hd-block-soft: var(--hd-block-green-soft); }

.promo-overlap--pink { --hd-block: var(--hd-block-pink); --hd-block-soft: var(--hd-block-pink-soft); }
.promo-overlap--blue { --hd-block: var(--hd-block-blue); --hd-block-soft: var(--hd-block-blue-soft); }
.promo-overlap--yellow { --hd-block: var(--hd-block-yellow); --hd-block-soft: var(--hd-block-yellow-soft); }
.promo-overlap--green { --hd-block: var(--hd-block-green); --hd-block-soft: var(--hd-block-green-soft); }

.page-section-wrap {
  padding: clamp(0.5rem, 1.5vw, 1rem) 0;
}

.content-overlap-wrap + .content-overlap-wrap {
  margin-top: clamp(0.75rem, 2vw, 1.25rem);
}

/* Coke-style overlap: white card over vivid image block */
.promo-overlap {
  padding: clamp(1.25rem, 2.5vw, 2rem) 0;
}

.promo-overlap--embedded {
  padding: 0;
}

.promo-overlap--compact .promo-overlap__stage {
  min-height: clamp(280px, 36vw, 400px);
}

.promo-overlap__stage {
  position: relative;
  width: min(100% - 2rem, var(--hd-max));
  margin: 0 auto;
  min-height: clamp(340px, 42vw, 500px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.promo-overlap--reverse .promo-overlap__stage {
  justify-content: flex-start;
}

.promo-overlap__visual {
  position: relative;
  width: min(74%, 860px);
  margin: 0;
  border-radius: clamp(18px, 2.5vw, 28px);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.14);
}

.promo-overlap__wash {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      155deg,
      color-mix(in srgb, var(--hd-block) 88%, #ffffff) 0%,
      var(--hd-block) 42%,
      color-mix(in srgb, var(--hd-block) 72%, #000000) 100%
    );
}

.promo-overlap__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-overlap__card {
  position: absolute;
  left: clamp(0.5rem, 2vw, 1rem);
  top: 50%;
  transform: translateY(-50%);
  width: min(46%, 440px);
  z-index: 2;
  background: #ffffff;
  border-radius: clamp(16px, 2vw, 24px);
  padding: clamp(1.25rem, 2.5vw, 2rem);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.11),
    0 6px 16px rgba(0, 0, 0, 0.06);
}

.promo-overlap--reverse .promo-overlap__card {
  left: auto;
  right: clamp(0.5rem, 2vw, 1rem);
}

.promo-overlap__kicker {
  margin: 0 0 0.35rem;
}

.promo-overlap__tagline {
  margin: 0 0 0.75rem;
  font-style: italic;
  font-weight: 600;
  color: var(--hd-ink);
  line-height: 1.35;
}

.promo-overlap--rich .promo-overlap__stage {
  display: grid;
  min-height: clamp(400px, 48vw, 580px);
}

.promo-overlap--rich .promo-overlap__visual {
  grid-area: 1 / 1;
  width: min(74%, 860px);
  justify-self: end;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
}

.promo-overlap--rich.promo-overlap--reverse .promo-overlap__visual {
  justify-self: start;
}

.promo-overlap--rich .promo-overlap__card {
  grid-area: 1 / 1;
  position: relative;
  top: auto;
  transform: none;
  left: clamp(0.5rem, 2vw, 1rem);
  right: auto;
  align-self: center;
  justify-self: start;
  width: min(52%, 540px);
  margin-block: clamp(1.25rem, 3vw, 2.5rem);
}

.promo-overlap--rich.promo-overlap--reverse .promo-overlap__card {
  left: auto;
  right: clamp(0.5rem, 2vw, 1rem);
  justify-self: end;
}

.promo-overlap__card .process-step__columns {
  grid-template-columns: 1fr;
  gap: 0.9rem;
  margin-top: 0.85rem;
}

.promo-overlap__card .process-step__column p,
.promo-overlap__card .process-step__column ul {
  font-size: 0.88rem;
  line-height: 1.5;
}

.promo-overlap__title {
  margin: 0 0 0.65rem;
  font-family: var(--hd-font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-transform: none;
  color: var(--hd-ink);
}

.promo-overlap__body {
  font-size: var(--hd-body-size);
  line-height: var(--hd-body-leading);
  color: var(--hd-body);
}

.promo-overlap__body p {
  margin: 0 0 0.65rem;
}

.promo-overlap__body p:last-child {
  margin-bottom: 0;
}

.promo-overlap__actions {
  margin-top: clamp(0.85rem, 1.5vw, 1.15rem);
}

.promo-overlap__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 1.35rem;
  border-radius: 999px;
  border: 2px solid var(--hd-ink);
  background: #ffffff;
  color: var(--hd-ink);
  font-family: var(--hd-font-display);
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.promo-overlap__cta:hover {
  background: var(--hd-ink);
  color: #ffffff;
}

.promo-overlap--yellow .promo-overlap__cta {
  border-color: var(--hd-ink);
}

.home-promo .hub-carousel {
  width: min(100%, calc(var(--hd-max) + 2rem));
  margin: 0 auto;
}

.home-promo-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(0.25rem, 1vw, 0.75rem);
}

.home-promo-stack .promo-overlap {
  scroll-margin-top: 5.5rem;
}

.home-promo .hub-carousel__controls {
  width: min(100% - 2rem, var(--hd-max));
  margin-inline: auto;
}

.home-promo .hub-carousel__viewport {
  scroll-padding-inline: max(1rem, calc((100% - var(--hd-max)) / 2));
}

.home-promo .hub-carousel__track {
  gap: 1.25rem;
  padding-inline: max(1rem, calc((100% - var(--hd-max)) / 2));
}

.home-promo .hub-carousel__slide--promo {
  flex: 0 0 min(calc(100% - 2rem), var(--hd-max));
  scroll-snap-align: center;
}

.page-band--v2 {
  background: var(--hd-block-soft);
  border-radius: 12px;
  border: 2px solid color-mix(in srgb, var(--hd-block) 35%, #ffffff);
  padding: clamp(1rem, 2vw, 1.35rem);
}

.page-v2 .funnel-page > .page-band:nth-of-type(odd),
.page-v2 .funnel-page > .page-band:nth-of-type(even) {
  background: var(--hd-block-soft);
}

/* Logo strip — manual scroll, large marks + brand names */
.logo-marquee {
  position: relative;
  background: #ffffff;
  border-block: 1px solid rgba(0, 122, 83, 0.08);
  padding: clamp(0.85rem, 2vw, 1.25rem) 0;
}

.logo-marquee--compact {
  margin-bottom: var(--hd-band-gap);
  border-radius: 8px;
  border: 1px solid rgba(0, 122, 83, 0.08);
}

.logo-marquee__head {
  width: min(100% - 2rem, var(--hd-max));
  margin: 0 auto 0.65rem;
  text-align: center;
}

.logo-marquee__kicker {
  margin: 0;
}

.logo-marquee__label {
  margin: 0.2rem 0 0;
  font-family: var(--hd-font-display);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--hd-ink);
}

.logo-marquee__shell {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  width: min(100% - 1rem, calc(var(--hd-max) + 3rem));
  margin: 0 auto;
}

.logo-marquee__btn {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(0, 122, 83, 0.2);
  border-radius: 999px;
  background: #ffffff;
  color: var(--hd-ink);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.logo-marquee__btn:hover {
  border-color: var(--hd-green);
  color: var(--hd-green);
}

.logo-marquee__viewport {
  flex: 1;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.logo-marquee__viewport::-webkit-scrollbar {
  display: none;
}

.logo-marquee__track {
  display: flex;
  align-items: stretch;
  gap: clamp(1.25rem, 3vw, 2rem);
  width: max-content;
  padding: 0.25rem 0.5rem;
}

.logo-marquee__item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: clamp(110px, 14vw, 150px);
  padding: 0.35rem 0.25rem;
}

.logo-marquee__item img {
  max-height: clamp(42px, 5vw, 56px);
  max-width: clamp(100px, 12vw, 140px);
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.88;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.logo-marquee__item:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.logo-marquee__name {
  font-family: var(--hd-font-display);
  font-size: clamp(0.68rem, 1.1vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: var(--hd-ink);
  line-height: 1.2;
}

.logo-marquee__fade {
  display: none;
}

@keyframes logo-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Home promo carousel */
.home-promo {
  padding: clamp(1.25rem, 2.5vw, 2rem) 0;
  background: #ffffff;
}

.home-promo__head {
  width: min(100% - 2rem, var(--hd-max));
  margin: 0 auto clamp(1rem, 2vw, 1.5rem);
  text-align: center;
}

.home-promo__kicker {
  color: var(--hd-green);
}

.home-promo__title {
  margin: 0;
  font-family: var(--hd-font-display);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--hd-ink);
}

.home-promo-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0;
  min-height: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: var(--hd-block-soft);
  border: 2px solid color-mix(in srgb, var(--hd-block) 40%, #ffffff);
}

.home-promo-card__media {
  margin: 0;
  min-height: 220px;
}

.home-promo-card__media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.home-promo-card__copy {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  background: color-mix(in srgb, var(--hd-block-soft) 88%, #ffffff);
}

.home-promo-card__title {
  margin: 0;
  font-family: var(--hd-font-display);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  text-transform: none;
  letter-spacing: -0.02em;
  color: var(--hd-ink);
}

.home-promo-card__lead,
.home-promo-card__body {
  margin: 0;
  font-size: var(--hd-body-size);
  line-height: var(--hd-body-leading);
  color: var(--hd-body);
}

.home-promo-card__actions {
  margin-top: auto;
  padding-top: 0.75rem;
  display: flex;
  justify-content: flex-end;
}

.home-promo-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: var(--hd-block);
  color: #ffffff;
  font-family: var(--hd-font-display);
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--hd-block) 35%, transparent);
}

.home-promo-card--yellow .home-promo-card__cta {
  color: var(--hd-ink);
}

.home-promo-card__cta:hover {
  filter: brightness(1.05);
  color: #ffffff;
}

.home-promo-card--yellow .home-promo-card__cta:hover {
  color: var(--hd-ink);
}

/* Hub carousel */
.hub-carousel {
  position: relative;
}

.hub-carousel__controls {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

.hub-carousel__btn {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(0, 122, 83, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: var(--hd-ink);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.hub-carousel__btn:hover {
  border-color: var(--hd-green);
  color: var(--hd-green);
}

.hub-carousel__viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.hub-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.hub-carousel__track {
  display: flex;
  gap: 1rem;
  padding-bottom: 0.35rem;
}

.hub-carousel__slide {
  flex: 0 0 clamp(240px, 28vw, 320px);
  scroll-snap-align: start;
}

.hub-carousel__slide .hd-card {
  height: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0, 122, 83, 0.12);
  box-shadow: 0 10px 24px rgba(0, 122, 83, 0.08);
}

.hub-projects {
  padding: 0.25rem 0 0.5rem;
}

.hub-projects .hub-page__grid-label {
  text-align: center;
  margin-bottom: 1.15rem;
}

.hub-projects__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.1rem, 2vw, 1.75rem);
  width: min(100%, var(--hd-max));
  margin: 0 auto;
}

.hub-projects__grid .hd-card--photo {
  min-height: 100%;
}

.hub-projects__grid .hd-card--photo img {
  aspect-ratio: 16 / 11;
}

@media (max-width: 800px) {
  .hub-projects__grid {
    grid-template-columns: 1fr;
    max-width: 28rem;
  }
}

/* Inner scroll sections — v2 promo modules */
.home-scroll-section--v2 {
  padding: clamp(1rem, 2vw, 1.5rem) 0;
  background: #ffffff !important;
}

.home-scroll-section--v2 .home-scroll-section__split {
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid color-mix(in srgb, var(--hd-block) 35%, #ffffff);
  background: var(--hd-block-soft);
}

.home-scroll-section--v2 .home-scroll-section__title {
  text-transform: none;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.home-scroll-section--v2 .home-scroll-section__copy {
  padding: clamp(0.85rem, 1.8vw, 1.15rem);
}

.page-v2 .hd-em,
.page-v2 .intro-accent {
  color: var(--hd-green);
}

.page-v2 .hub-page__grid-label {
  text-transform: none;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.page-v2 .funnel-page > .content-split.page-band,
.page-v2 .process-steps > .process-step-row.page-band {
  --hd-block: var(--hd-block-green);
  --hd-block-soft: var(--hd-block-green-soft);
}

.page-v2 .content-split.page-band,
.page-v2 .process-step-row.page-band {
  background: var(--hd-block-soft);
  border: 2px solid color-mix(in srgb, var(--hd-block) 32%, #ffffff);
  border-radius: 12px;
}

.page-v2 .content-prose.page-band {
  background: var(--hd-block-soft);
  border: 2px solid color-mix(in srgb, var(--hd-block-green) 25%, #ffffff);
  border-radius: 12px;
  padding: var(--hd-band-pad);
}

.page-v2 a:not(.btn-green):not(.home-promo-card__cta):not(.promo-overlap__cta) {
  color: var(--hd-green);
}

@media (max-width: 900px) {
  .promo-overlap__stage {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    gap: 0;
  }

  .promo-overlap__visual {
    width: 100%;
    order: 2;
    margin-top: -1.5rem;
  }

  .promo-overlap__card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    width: min(92%, 520px);
    margin-inline: auto;
    order: 1;
    z-index: 2;
  }

  .promo-overlap--reverse .promo-overlap__card {
    right: auto;
  }

  .promo-overlap--rich .promo-overlap__stage {
    display: flex;
  }

  .promo-overlap--rich .promo-overlap__visual {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    justify-self: auto;
  }

  .promo-overlap--rich .promo-overlap__card,
  .promo-overlap--rich.promo-overlap--reverse .promo-overlap__card {
    width: min(92%, 520px);
    justify-self: auto;
    margin-block: 0;
  }

  .home-promo .hub-carousel__slide--promo {
    flex-basis: min(92vw, 560px);
  }

  .hub-carousel__slide {
    flex-basis: min(78vw, 300px);
  }
}

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