:root {
  --ink: #17211f;
  --muted: #5d6863;
  --line: #d9dfd8;
  --paper: #f6f5ef;
  --white: #ffffff;
  --sage: #6e8b73;
  --clay: #b95f45;
  --navy: #243849;
  --gold: #c79a45;
  --mist: #edf1eb;
  --shadow: 0 18px 54px rgba(23, 33, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(23, 33, 31, 0.08);
  backdrop-filter: blur(14px);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled,
.site-header.open {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(23, 33, 31, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 8px;
  font-size: 13px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.7vw, 24px);
  font-size: 14px;
  font-weight: 800;
}

.main-nav a {
  text-decoration: none;
}

.nav-cta {
  padding: 9px 13px;
  border: 1px solid currentColor;
  border-radius: 8px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 8px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}

.hero-image,
.hero picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 28, 27, 0.9), rgba(18, 28, 27, 0.58) 46%, rgba(18, 28, 27, 0.14)),
    linear-gradient(180deg, rgba(18, 28, 27, 0.18), rgba(18, 28, 27, 0.44));
}

.hero-content {
  position: relative;
  width: min(860px, calc(100% - 40px));
  margin-left: clamp(20px, 6vw, 84px);
  padding-top: 76px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f3c976;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 830px;
  margin: 0;
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.hero-actions,
.cta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

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

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.56);
}

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

.button.text-button {
  min-height: 40px;
  padding: 10px 0;
  color: var(--clay);
  background: transparent;
  border: 0;
  justify-content: flex-start;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.hero-proof span {
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}

.advantage-band,
.section {
  padding: clamp(62px, 8vw, 104px) clamp(20px, 5vw, 72px);
}

.advantage-band,
.product-preview,
.about-section,
.contact-section {
  background: var(--white);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.section-heading.compact {
  margin-bottom: 28px;
}

.section-heading p:not(.eyebrow),
.trust-copy p,
.about-section p,
.product-copy p,
.blog-grid p,
.contact-intro p,
.feature-card p,
.product-card p,
.faq-grid p {
  color: var(--muted);
}

.advantage-grid,
.product-card-grid,
.blog-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.feature-card,
.product-card,
.blog-grid article,
.faq-grid article {
  min-height: 100%;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.feature-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
}

.product-card {
  display: grid;
  gap: 18px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(23, 33, 31, 0.07);
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.product-card dl {
  display: grid;
  gap: 8px;
  margin: 18px 0 4px;
}

.product-card dl div,
.spec-table div {
  display: grid;
  gap: 3px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

dt,
.spec-table span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  color: var(--white);
  background: var(--navy);
}

.trust-section .eyebrow {
  color: #f3c976;
}

.trust-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.trust-grid article {
  min-height: 170px;
  padding: 24px;
  background: var(--navy);
}

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

.trust-grid span {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.74);
}

.split-layout,
.product-layout,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
}

.split-layout > img,
.image-grid img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.split-layout > img {
  aspect-ratio: 1 / 1;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.metric-grid article {
  padding: 16px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
}

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

.metric-grid strong {
  color: var(--clay);
  font-size: 28px;
  line-height: 1;
}

.metric-grid span {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.process-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.process-list div {
  position: relative;
  padding: 18px 0 18px 58px;
  border-top: 1px solid var(--line);
}

.process-list span {
  position: absolute;
  left: 0;
  top: 18px;
  color: var(--clay);
  font-weight: 900;
}

.process-list strong,
.process-list p {
  display: block;
  margin: 0;
}

.product-section {
  background: var(--mist);
}

.product-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  margin-bottom: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.tab-button,
.mode-button {
  min-height: 42px;
  padding: 10px 16px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.tab-button.active,
.mode-button.active {
  color: var(--white);
  background: var(--navy);
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

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

.image-grid img {
  aspect-ratio: 4 / 3;
}

.product-copy,
.rfq-form {
  padding: clamp(24px, 4vw, 40px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.benefit-tags,
.contact-methods,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.benefit-tags {
  margin-top: 18px;
}

.benefit-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  color: var(--ink);
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
}

.spec-table {
  display: grid;
  margin-top: 22px;
}

.spec-table strong {
  font-size: 14px;
}

.cta-row {
  margin-top: 24px;
}

.faq-grid {
  margin-top: 28px;
}

.blog-section {
  background: #f0eee6;
}

.blog-grid article {
  background: var(--white);
}

.blog-grid span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-section {
  align-items: start;
}

.contact-intro {
  position: sticky;
  top: 108px;
}

.contact-methods {
  margin-top: 22px;
}

.contact-methods a {
  padding: 10px 12px;
  color: var(--navy);
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.rfq-form {
  display: grid;
  gap: 18px;
  background: var(--paper);
}

.form-mode {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  gap: 6px;
  padding: 6px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

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

.project-fields {
  display: none;
  gap: 18px;
}

.project-fields.active {
  display: grid;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #cbd3cd;
  border-radius: 8px;
  font: inherit;
  font-weight: 400;
}

textarea {
  resize: vertical;
}

input.invalid,
select.invalid,
textarea.invalid {
  border-color: var(--clay);
  box-shadow: 0 0 0 3px rgba(185, 95, 69, 0.15);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--clay);
  font-weight: 900;
}

.form-status.success {
  color: #3f7657;
}

.form-submit {
  justify-self: start;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 34px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--ink);
}

.site-footer p {
  margin: 6px 0 0;
}

.site-footer a {
  font-weight: 900;
  text-decoration: none;
}

.page-hero,
.home-hero,
.contact-page {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(110px, 12vw, 152px) clamp(20px, 5vw, 72px) clamp(58px, 8vw, 96px);
  background: var(--white);
}

.home-hero {
  position: relative;
  min-height: auto;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: clamp(24px, 4vw, 54px);
  padding-top: clamp(88px, 8vw, 104px);
  padding-bottom: clamp(28px, 4vw, 42px);
  color: var(--ink);
  background: linear-gradient(135deg, #f6f4ee 0%, #ffffff 52%, #eef4f1 100%);
}

.home-hero::before {
  position: absolute;
  inset: auto clamp(20px, 5vw, 72px) 0;
  height: 1px;
  content: "";
  background: var(--line);
}

.home-hero-copy {
  max-width: 790px;
}

.home-hero-media {
  display: grid;
  gap: 12px;
  align-self: start;
}

.hero-main-image {
  width: 100%;
  height: clamp(240px, 25vw, 300px);
  min-height: 0;
  max-height: none;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-thumb-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 68px;
  gap: 10px;
}

.hero-thumb-row a {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  color: var(--white);
  border-radius: 8px;
  text-decoration: none;
  background: var(--ink);
}

.hero-thumb-row img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.78;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero-thumb-row a:hover img {
  transform: scale(1.04);
  opacity: 0.62;
}

.hero-thumb-row span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 5px 8px;
  background: rgba(18, 28, 27, 0.72);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
}

.hero-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.hero-proof-strip span {
  display: grid;
  place-content: center;
  min-height: 40px;
  padding: 6px 8px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}

.home-hero h1,
.page-hero h1,
.contact-page h1,
.article h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 1;
}

.home-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 4.1vw, 58px);
}

.home-hero p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}

.buyer-path {
  display: grid;
  gap: 10px;
  max-width: 720px;
  margin-top: 18px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(18, 28, 27, 0.08);
}

.buyer-path-label {
  grid-column: 1 / -1;
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.buyer-path-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 40px;
  align-content: start;
  align-self: start;
  gap: 8px;
  margin: 0;
}

.buyer-path-options button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  height: 40px;
  padding: 8px 11px;
  color: var(--ink);
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.buyer-path-options button.active,
.buyer-path-options button:hover {
  color: var(--white);
  background: var(--sage);
  border-color: var(--sage);
}

.buyer-path-result {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  min-width: 0;
}

.buyer-path-result strong {
  color: var(--ink);
  font-size: 17px;
}

.buyer-path-result span {
  flex: 1 1 360px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.38;
}

.buyer-path-result a {
  justify-self: start;
  color: var(--clay);
  font-weight: 900;
  text-decoration: none;
}

.page-hero > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.page-hero p:not(.eyebrow),
.contact-page p,
.large-copy {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}

.alt {
  background: var(--mist);
}

.slim {
  padding-top: clamp(42px, 6vw, 70px);
  padding-bottom: clamp(42px, 6vw, 70px);
}

.card-grid,
.check-grid,
.resource-grid,
.pattern-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.check-grid span {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
}

.info-card,
.resource-card,
.pattern-card {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.info-card p,
.resource-card p,
.pattern-card p {
  color: var(--muted);
}

.cta-panel,
.notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(32px, 5vw, 56px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background: var(--sage);
}

.notice {
  display: block;
  color: var(--ink);
  background: #fff3df;
}

.cta-panel p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.link-list a {
  padding: 10px 12px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.spec-table.wide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.spec-table.compact {
  margin-top: 14px;
}

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

.pattern-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
}

.review-section .section-heading p:not(.eyebrow) {
  max-width: 860px;
  color: var(--muted);
}

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

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

.review-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.review-card div {
  padding: 18px;
}

.review-card h3 {
  margin-top: 0;
  font-size: 18px;
}

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

.article {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(110px, 12vw, 152px) 20px 42px;
}

.article header {
  margin-bottom: 42px;
}

.article header p,
.article section p {
  color: var(--muted);
  font-size: 18px;
}

.article section {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.recommend-module {
  padding: 28px;
  background: var(--mist);
  border-radius: 8px;
}

.resource-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mini-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1040px;
}

.mini-form textarea,
.mini-form button,
.mini-form .form-status {
  grid-column: 1 / -1;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: min(100%, 980px);
}

.footer-columns h3 {
  color: var(--white);
  font-size: 15px;
}

.footer-columns a {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
}

.copyright {
  grid-column: 1 / -1;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.55);
}

.nav-group {
  position: relative;
}

.nav-parent {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.nav-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  display: none;
  width: 260px;
  padding: 10px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.nav-menu a {
  display: block;
  padding: 10px;
  border-radius: 6px;
}

.nav-group:hover .nav-menu,
.nav-group:focus-within .nav-menu {
  display: block;
}

.secondary-nav-cta {
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1080px) {
  .advantage-grid,
  .product-card-grid,
  .blog-grid,
  .faq-grid,
  .card-grid,
  .resource-grid,
  .pattern-grid,
  .review-grid,
  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-section,
  .split-layout,
  .product-layout,
  .contact-section,
  .page-hero,
  .home-hero,
  .contact-page {
    grid-template-columns: 1fr;
  }

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

  .contact-intro {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 12px 16px;
  }

  .nav-toggle {
    display: grid;
    place-content: center;
    flex: 0 0 42px;
  }

  .main-nav {
    position: absolute;
    top: 66px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .nav-cta {
    text-align: center;
  }

  .hero {
    min-height: 92vh;
  }

  .home-hero {
    padding-top: 86px;
  }

  .hero-main-image {
    height: 170px;
  }

  .hero-thumb-row {
    display: none;
  }

  .hero-proof-strip {
    display: none;
  }

  .hero-shade {
    background: linear-gradient(180deg, rgba(18, 28, 27, 0.86), rgba(18, 28, 27, 0.58));
  }

  .hero-content {
    width: min(340px, calc(100vw - 40px));
    margin: 0 20px;
  }

  h1 {
    max-width: 100%;
    font-size: 34px;
    line-height: 1.05;
  }

  .home-hero h1 {
    font-size: 31px;
  }

  .home-hero p:not(.eyebrow) {
    font-size: 16px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .advantage-grid,
  .product-card-grid,
  .blog-grid,
  .faq-grid,
  .trust-grid,
  .metric-grid,
  .image-grid,
  .form-grid,
  .card-grid,
  .check-grid,
  .resource-grid,
  .pattern-grid,
  .review-grid,
  .spec-table.wide,
  .mini-form,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .product-tabs,
  .form-mode {
    width: 100%;
  }

  .tab-button,
  .mode-button {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .buyer-path-options button {
    flex: 1 1 calc(50% - 8px);
  }

  .buyer-path {
    grid-template-columns: 1fr;
    margin-top: 16px;
    padding: 12px;
  }

  .buyer-path-label {
    margin-bottom: 0;
  }

  .buyer-path-result span {
    display: none;
  }

  .buyer-path-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 2px;
  }

  .buyer-path-options button {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
    white-space: nowrap;
  }

  .feature-card,
  .trust-grid article {
    min-height: auto;
  }

  .site-footer {
    display: grid;
  }

  .cta-panel {
    display: grid;
  }

  .nav-group {
    width: 100%;
  }

  .nav-parent {
    width: 100%;
    text-align: left;
  }

  .nav-menu {
    position: static;
    display: grid;
    width: 100%;
    margin-top: 8px;
    box-shadow: none;
  }
}
