:root {
  --ink: #1c2730;
  --muted: #536776;
  --line: #c5d7e2;
  --paper: #ffffff;
  --soft: #edf7fb;
  --warm: #f4fbff;
  --teal: #1ba7d8;
  --teal-dark: #1d5f92;
  --gold: #24a8d8;
  --blue: #216fa8;
  --navy: #162b3b;
  --danger: #174f79;
  --shadow: 0 18px 42px rgba(18, 43, 61, 0.15);
  --radius: 8px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #f5fbff 0%, #ffffff 34%, #edf6fb 100%);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}

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

a {
  color: var(--teal-dark);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--blue);
}

.skip-link {
  background: var(--ink);
  color: #fff;
  left: 1rem;
  padding: 0.65rem 0.9rem;
  position: absolute;
  top: -4rem;
  z-index: 20;
}

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

.site-header {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 251, 255, 0.98));
  border-bottom: 2px solid rgba(28, 80, 116, 0.24);
  box-shadow: 0 14px 34px rgba(18, 43, 61, 0.12);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 98px;
  padding: 1rem max(1.2rem, calc((100vw - 1180px) / 2));
  position: sticky;
  top: 0;
  z-index: 10;
}

.site-header::before {
  background: linear-gradient(90deg, var(--navy), var(--blue), var(--teal));
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.brand {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 6px solid var(--blue);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(18, 43, 61, 0.1);
  color: var(--ink);
  display: inline-flex;
  gap: 0.95rem;
  min-width: 270px;
  padding: 0.55rem 0.85rem 0.55rem 0.55rem;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(33, 111, 168, 0.28);
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(33, 111, 168, 0.18);
  display: inline-flex;
  flex: 0 0 auto;
  height: 64px;
  justify-content: center;
  overflow: hidden;
  padding: 5px;
  width: 64px;
}

.brand-mark img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.brand strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.2;
}

.brand small {
  color: var(--muted);
  display: block;
  font-size: 0.78rem;
  line-height: 1.2;
  margin-top: 0.12rem;
}

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

.site-nav a {
  border: 1px solid transparent;
  border-radius: 7px;
  color: var(--muted);
  font-weight: 700;
  padding: 0.55rem 0.72rem;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: var(--soft);
  border-color: var(--line);
  color: var(--teal-dark);
}

.site-nav a.nav-cta,
.site-nav a.nav-cta[aria-current="page"] {
  background: linear-gradient(135deg, var(--teal), var(--blue));
  border-color: #197eaa;
  box-shadow: 0 10px 24px rgba(27, 167, 216, 0.28);
  color: #fff;
  margin-left: 0.25rem;
  padding-left: 0.95rem;
  padding-right: 0.95rem;
}

.site-nav a.nav-cta:hover {
  background: linear-gradient(135deg, #148fc0, #1d5f92);
  border-color: #155982;
  color: #fff;
  transform: translateY(-1px);
}

.header-quote {
  align-items: center;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  border: 1px solid #197eaa;
  border-radius: 7px;
  box-shadow: 0 10px 24px rgba(27, 167, 216, 0.28);
  color: #fff;
  display: none;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 0.58rem 0.78rem;
  text-decoration: none;
}

.header-quote:hover,
.header-quote[aria-current="page"] {
  background: linear-gradient(135deg, #148fc0, #1d5f92);
  border-color: #155982;
  color: #fff;
}

.nav-toggle {
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(23, 35, 43, 0.18);
  color: #fff;
  display: none;
  font: inherit;
  font-weight: 800;
  padding: 0.62rem 0.78rem;
}

main {
  min-height: 65vh;
}

.section,
.hero,
.page-hero {
  padding-left: max(1.2rem, calc((100vw - 1180px) / 2));
  padding-right: max(1.2rem, calc((100vw - 1180px) / 2));
}

.hero {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  padding-bottom: 3.4rem;
  padding-top: 3.4rem;
  position: relative;
}

.hero-copy {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(23, 35, 43, 0.07);
  padding: 1.45rem;
}

.hero::before {
  background: linear-gradient(90deg, rgba(27, 167, 216, 0.1), rgba(33, 111, 168, 0.1));
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.eyebrow {
  color: var(--danger);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(2.1rem, 4.6vw, 4.45rem);
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 1rem;
}

.page-hero h1 {
  font-size: clamp(1.95rem, 3.7vw, 3.35rem);
}

h2 {
  font-size: clamp(1.6rem, 2.7vw, 2.25rem);
  letter-spacing: 0;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

h3 {
  font-size: 1.06rem;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 0.55rem;
}

.lead {
  color: var(--muted);
  font-size: 1.16rem;
  max-width: 760px;
}

.hero .lead {
  font-size: 1.24rem;
}

.button-row,
.link-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.button {
  align-items: center;
  background: var(--teal-dark);
  border: 1px solid var(--teal-dark);
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0.68rem 0.95rem;
  text-align: center;
  text-decoration: none;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

.button:hover {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
  transform: translateY(-1px);
}

.button.secondary {
  background: #fff;
  border-color: var(--line);
  color: var(--teal-dark);
}

.button.secondary:hover {
  background: var(--soft);
  color: var(--teal-dark);
}

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

.button.small {
  font-size: 0.92rem;
  min-height: 38px;
  padding: 0.48rem 0.72rem;
}

.hero-media {
  margin: 0;
  position: relative;
}

.hero-media img {
  aspect-ratio: 14 / 9;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 24px 54px rgba(24, 41, 48, 0.17);
  object-fit: cover;
  width: 100%;
}

.media-badge {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 6px;
  bottom: 0.9rem;
  box-shadow: 0 12px 28px rgba(22, 43, 51, 0.14);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
  left: 0.9rem;
  max-width: calc(100% - 1.8rem);
  padding: 0.55rem 0.7rem;
  position: absolute;
}

.hero-proof {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.8rem;
  padding-top: 1.2rem;
}

.proof-item strong {
  color: var(--teal-dark);
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}

.proof-item span {
  color: var(--muted);
  display: block;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}

.page-hero {
  background:
    linear-gradient(135deg, rgba(27, 167, 216, 0.1), rgba(33, 111, 168, 0.08)),
    var(--soft);
  border-bottom: 1px solid var(--line);
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.section {
  padding-bottom: 3.6rem;
  padding-top: 3.6rem;
}

.section.compact {
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}

.section.alt {
  background: var(--soft);
}

.section-header {
  align-items: end;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}

.section-header p {
  color: var(--muted);
  margin-bottom: 0;
  max-width: 620px;
}

.grid {
  display: grid;
  gap: 1rem;
}

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

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

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

.feature-strip {
  background: var(--navy);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: #fff;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

.feature-strip > div {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    var(--navy);
  padding: 1.05rem;
}

.feature-strip strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.25;
  margin-bottom: 0.45rem;
}

.feature-strip p {
  color: #d7e2e2;
  margin: 0;
}

.card,
.product-card,
.notice,
.contact-panel,
.inquiry-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(23, 35, 43, 0.05);
}

.card {
  padding: 1.15rem;
}

.card h2,
.service-card h2,
.notice h2,
.contact-panel h2,
.inquiry-panel h2 {
  font-size: clamp(1.15rem, 1.6vw, 1.42rem);
  line-height: 1.2;
}

.proof-wall {
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: #fff;
  padding: 1.25rem;
}

.proof-wall .section-header {
  margin-bottom: 1.2rem;
}

.proof-wall .section-header p,
.proof-wall .lead {
  color: #d7e2e2;
}

.proof-wall .eyebrow,
.technical-card .kicker {
  color: #8ee8ff;
}

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

.technical-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 1rem;
}

.technical-card h3 {
  color: #fff;
}

.technical-card p {
  color: #d7e2e2;
  margin-bottom: 0;
}

.credential-list {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.2rem;
}

.credential-item {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--blue);
  border-radius: var(--radius);
  padding: 1rem;
}

.credential-item strong {
  display: block;
  line-height: 1.25;
  margin-bottom: 0.35rem;
}

.credential-item span {
  color: var(--muted);
  display: block;
}

.commitment-panel {
  background:
    linear-gradient(135deg, rgba(27, 167, 216, 0.13), rgba(33, 111, 168, 0.09)),
    #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  padding: 1.35rem;
}

.commitment-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
}

.founder-profile {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 86px minmax(0, 1fr);
}

.founder-avatar {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(33, 111, 168, 0.16), rgba(27, 167, 216, 0.2)),
    #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--blue);
  display: inline-grid;
  font-size: 1.5rem;
  font-weight: 900;
  height: 86px;
  letter-spacing: 0;
  place-items: center;
  width: 86px;
}

.founder-note {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
}

.card p,
.product-card p,
.notice p,
.contact-panel p {
  color: var(--muted);
}

.faq-grid .card {
  border-top: 4px solid rgba(27, 167, 216, 0.85);
}

.card p:last-child,
.notice p:last-child,
.contact-panel p:last-child {
  margin-bottom: 0;
}

.service-card {
  min-height: 210px;
  overflow: hidden;
  padding: 0;
}

.service-card > :not(.card-image) {
  margin-left: 1.15rem;
  margin-right: 1.15rem;
}

.service-card > :last-child {
  margin-bottom: 1.15rem;
}

.card-image {
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid var(--line);
  margin-bottom: 1rem;
  object-fit: cover;
  width: 100%;
}

.kicker {
  color: var(--teal-dark);
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.pill-list li,
.tag {
  background: #edf7fb;
  border: 1px solid #c5d7e2;
  border-radius: 999px;
  color: var(--teal-dark);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.34rem 0.62rem;
}

.split {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.48fr);
}

.visual-split {
  align-items: center;
}

.visual-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin: 0;
  overflow: hidden;
}

.visual-card img {
  aspect-ratio: 14 / 9;
  object-fit: cover;
  width: 100%;
}

.cta-band {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(27, 167, 216, 0.2), rgba(33, 111, 168, 0.16)),
    var(--navy);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: #fff;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1.4rem;
}

.cta-band h2 {
  color: #fff;
  margin-bottom: 0.55rem;
}

.cta-band p {
  color: #d7e2e2;
  margin-bottom: 0;
  max-width: 760px;
}

.cta-band .eyebrow {
  color: #8ee8ff;
}

.cta-band .button.secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.quote-list {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-top: 1.2rem;
  padding: 1rem 1rem 1rem 2rem;
}

.check-list,
.plain-list {
  margin: 0;
  padding-left: 1.1rem;
}

.check-list li,
.plain-list li {
  margin-bottom: 0.65rem;
}

.notice {
  border-left: 5px solid var(--gold);
  padding: 1.1rem;
}

.stats-band {
  background: var(--navy);
  color: #fff;
}

.stats-band .section-header p,
.stats-band .card p {
  color: #d7e2e2;
}

.stats-band .card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.process {
  counter-reset: steps;
}

.process .card {
  position: relative;
}

.process .card::before {
  background: var(--gold);
  border-radius: 999px;
  color: #fff;
  content: counter(steps);
  counter-increment: steps;
  display: inline-grid;
  font-weight: 900;
  height: 32px;
  margin-bottom: 0.8rem;
  place-items: center;
  width: 32px;
}

.catalog-layout {
  align-items: start;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1fr) 320px;
}

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

.product-card {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  padding: 1.05rem;
}

.product-card h3 {
  margin-bottom: 0.2rem;
}

.product-meta {
  display: grid;
  gap: 0.55rem;
}

.product-meta div {
  border-top: 1px solid var(--line);
  padding-top: 0.55rem;
}

.product-meta dt {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.document-list div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.9rem;
}

.document-list strong {
  display: block;
  margin-bottom: 0.25rem;
}

.document-list span {
  color: var(--muted);
  display: block;
}

.product-meta dd {
  color: var(--muted);
  margin: 0.08rem 0 0;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: auto;
}

.inquiry-panel {
  padding: 1rem;
  position: sticky;
  top: 92px;
}

.inquiry-panel h2 {
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
}

.inquiry-list {
  color: var(--muted);
  margin: 0.9rem 0;
  min-height: 2.5rem;
  padding-left: 1.1rem;
}

.inquiry-actions {
  display: grid;
  gap: 0.55rem;
}

.filter-bar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.filter-bar label {
  color: var(--muted);
  font-weight: 800;
}

.filter-bar select {
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  padding: 0.6rem 0.7rem;
}

.catalog-note {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--gold);
  border-radius: var(--radius);
  color: var(--muted);
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
}

.catalog-note strong {
  color: var(--ink);
}

.contact-layout {
  align-items: start;
  display: grid;
  gap: 1.4rem;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.45fr);
}

.contact-form {
  border-top: 5px solid var(--teal);
  display: grid;
  gap: 1rem;
  overflow: hidden;
}

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

label {
  color: var(--ink);
  display: grid;
  font-weight: 800;
  gap: 0.35rem;
}

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

input:focus,
textarea:focus,
select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(27, 167, 216, 0.16);
  outline: none;
}

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

.contact-panel {
  background:
    linear-gradient(135deg, rgba(27, 167, 216, 0.09), rgba(33, 111, 168, 0.08)),
    #fff;
  padding: 1.15rem;
}

.form-status {
  background: #eaf8ff;
  border: 1px solid #a9ddf4;
  border-radius: 6px;
  color: var(--teal-dark);
  font-weight: 800;
  margin: 0;
  padding: 0.78rem 0.85rem;
}

.detail-list {
  display: grid;
  gap: 0.9rem;
  margin: 1rem 0 0;
}

.detail-list dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-list dd {
  margin: 0.08rem 0 0;
}

.site-footer {
  background: var(--navy);
  color: #e8f0ef;
  padding: 2.2rem max(1.2rem, calc((100vw - 1180px) / 2));
}

.footer-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1.2fr repeat(3, minmax(140px, 0.55fr));
}

.site-footer a {
  color: #dcefed;
}

.site-footer ul {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
}

.site-footer li {
  margin-bottom: 0.35rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #bfd0d0;
  margin-top: 1.5rem;
  padding-top: 1rem;
}

@media (max-width: 940px) {
  .nav-toggle {
    display: inline-flex;
  }

  .header-quote {
    display: inline-flex;
  }

  .site-header {
    flex-wrap: wrap;
  }

  .site-nav {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
  }

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

  .site-nav a {
    padding: 0.72rem;
  }

  .hero,
  .split,
  .catalog-layout,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }

  .technical-grid,
  .credential-list,
  .commitment-panel,
  .document-list {
    grid-template-columns: 1fr;
  }

  .cta-band {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 2rem;
    padding-top: 2.4rem;
  }

  .hero-media {
    max-width: 720px;
    order: -1;
  }

  .visual-split .visual-card {
    order: -1;
  }

  .grid.three,
  .grid.four,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inquiry-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .site-header {
    gap: 0.55rem;
    padding: 0.78rem 0.75rem;
  }

  .brand {
    gap: 0.55rem;
    min-width: 0;
    padding: 0.35rem 0.5rem 0.35rem 0.35rem;
  }

  .brand-mark {
    height: 46px;
    width: 46px;
  }

  .brand strong {
    font-size: 0.9rem;
    max-width: 112px;
  }

  .brand small {
    display: none;
  }

  .header-quote,
  .nav-toggle {
    min-height: 40px;
    padding: 0.52rem 0.62rem;
  }

  .hero-proof,
  .grid.two,
  .grid.three,
  .grid.four,
  .technical-grid,
  .credential-list,
  .document-list,
  .product-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .media-badge {
    border-radius: 0 0 6px 6px;
    bottom: auto;
    left: 0;
    max-width: none;
    position: relative;
    width: 100%;
  }

  .section,
  .page-hero {
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
  }

  .section-header {
    align-items: start;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
