@font-face {
  font-family: "ABRI Inter";
  src: url(/abri-assets/original/Inter18pt-Regular-94a175bd.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABRI Outfit";
  src: url(/abri-assets/original/Outfit-SemiBold-c2bfb42c.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #121212;
  --charcoal: #202020;
  --muted: #66635d;
  --paper: #f4f0e8;
  --warm: #e7dfd2;
  --stone: #d1c7b8;
  --white: #ffffff;
  --black: #050505;
  --copper: #9a7454;
  --green: #556456;
  --line: rgba(18, 18, 18, 0.14);
  --line-dark: rgba(255, 255, 255, 0.18);
  --shadow: 0 28px 80px rgba(13, 13, 13, 0.18);
  --max: 1480px;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "ABRI Inter", Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
.brand-name {
  font-family: "ABRI Outfit", Inter, system-ui, sans-serif;
  line-height: 0.96;
  letter-spacing: 0;
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 32px), var(--max));
  min-height: 70px;
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px 14px 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(244, 240, 232, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
}

.site-header.is-scrolled {
  background: rgba(244, 240, 232, 0.94);
  border-color: rgba(18, 18, 18, 0.12);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  width: max-content;
  text-decoration: none;
}

.brand-name {
  font-size: 1.18rem;
}

.brand-line {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.primary-nav {
  justify-self: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  color: var(--charcoal);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.primary-nav a,
.site-footer a,
.text-link {
  text-decoration: none;
}

.primary-nav a:hover,
.site-footer a:hover,
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid currentColor;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.74rem;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0.12em;
}

.header-cta {
  min-width: 164px;
  padding: 0 20px;
  color: var(--white);
  background: var(--ink);
}

.button {
  min-height: 52px;
  padding: 0 22px;
}

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

.button.secondary {
  color: var(--ink);
  background: transparent;
}

.button.ghost {
  color: currentColor;
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.08);
}

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

.button.light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.72);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--black) url(/abri-assets/rev2/hero-traditional.webp) center / cover no-repeat;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.16)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 38%);
}

.hero-media video,
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media video {
  transform: scale(1.16);
  transform-origin: 48% 42%;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100%, var(--max));
  min-height: calc(100svh - 116px);
  margin: 0 auto;
  padding: clamp(132px, 14vw, 220px) clamp(20px, 5vw, 84px) 72px;
}

.hero-copy h1 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(4.1rem, 7.8vw, 9.4rem);
}

.hero-copy p:not(.eyebrow) {
  max-width: 610px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.4vw, 1.34rem);
}

.hero .eyebrow {
  color: #e4c9aa;
}

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

.hero .button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.16);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-proof {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px);
}

.hero-proof div {
  min-height: 116px;
  padding: 26px clamp(20px, 4vw, 60px);
  border-right: 1px solid var(--line-dark);
}

.hero-proof div:last-child {
  border-right: 0;
}

.hero-proof dt {
  font-family: "ABRI Outfit", Inter, sans-serif;
  font-size: 1.28rem;
}

.hero-proof dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.shop-paths {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.shop-paths a {
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 3vw, 34px);
  background: var(--white);
  text-decoration: none;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.shop-paths a:hover {
  background: var(--ink);
  color: var(--white);
}

.path-kicker {
  color: var(--copper);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.shop-paths strong {
  display: block;
  margin-top: 28px;
  font-family: "ABRI Outfit", Inter, sans-serif;
  font-size: clamp(1.55rem, 2vw, 2.2rem);
  line-height: 0.96;
}

.shop-paths span:last-child {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.94rem;
}

.shop-paths a:hover .path-kicker,
.shop-paths a:hover span:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.section {
  padding: clamp(70px, 8vw, 132px) clamp(20px, 5vw, 84px);
}

.products {
  padding-top: clamp(56px, 6vw, 92px);
}

.section-head {
  width: min(100%, var(--max));
  margin: 0 auto 44px;
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(360px, 0.38fr);
  gap: 12px clamp(28px, 5vw, 72px);
  align-items: end;
}

.section-head > .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.section-head > h2 {
  grid-column: 1;
}

.section-head > p:last-child {
  grid-column: 2;
}

.section-head.compact {
  display: block;
  max-width: 980px;
  margin-left: 0;
}

.section-head h2,
.application-copy h2,
.commercial-band h2,
.motion-proof h2,
.inquiry-copy h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5.2vw, 6.2rem);
}

.products .section-head h2 {
  max-width: 780px;
  font-size: clamp(3rem, 4.7vw, 5.7rem);
}

.section-head p:last-child,
.application-copy > p:last-of-type,
.motion-proof p,
.inquiry-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.product-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
  gap: 18px;
}

.product-card {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 60px rgba(18, 18, 18, 0.06);
}

.product-card.feature {
  grid-row: span 2;
}

.product-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  background: var(--stone);
}

.product-card.feature img {
  height: 520px;
}

.product-card > div {
  padding: clamp(24px, 4vw, 48px);
}

.product-card h3 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 4.4rem);
}

.product-card p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.product-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.product-card li {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.product-catalog {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.catalog-card {
  min-height: 100%;
  display: grid;
  grid-template-rows: 260px 1fr;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 44px rgba(18, 18, 18, 0.05);
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.catalog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(18, 18, 18, 0.32);
  box-shadow: 0 18px 60px rgba(18, 18, 18, 0.1);
}

.catalog-card.is-selected {
  border-color: var(--ink);
}

.catalog-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(231, 223, 210, 0.55)),
    var(--paper);
}

.catalog-card > div {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.catalog-card .product-image-link { display: block; height: 260px; margin: 0; padding: 0; overflow: hidden; }
.catalog-card > div > span:first-child { align-self: flex-start; max-width: 100%; padding: 5px 8px; background: #f1ebe2; color: #654a34; line-height: 1.35; overflow-wrap: anywhere; }

.catalog-card span {
  color: var(--copper);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.catalog-card h3 {
  margin: 10px 0 0;
  font-size: 1.38rem;
  line-height: 1.02;
}

.catalog-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.catalog-card .catalog-meta,
.product-price {
  color: var(--ink);
  font-weight: 700;
}

.catalog-card .catalog-meta {
  margin-top: 14px;
  font-size: 0.9rem;
}

.product-price {
  margin: 18px 0 0;
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
}

.catalog-card a {
  margin-top: auto;
  padding-top: 22px;
  color: var(--ink);
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  text-underline-offset: 4px;
  letter-spacing: 0.12em;
}

.product-buy {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.82fr);
  min-height: clamp(560px, 72svh, 680px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.buy-image {
  display: grid;
  place-items: center;
  padding: clamp(34px, 6vw, 86px);
  background:
    linear-gradient(135deg, rgba(244, 240, 232, 0.82), rgba(209, 199, 184, 0.52)),
    var(--paper);
}

.buy-image img {
  width: min(100%, 720px);
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(18, 18, 18, 0.16));
}

.buy-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(52px, 7vw, 112px);
}

.buy-copy h1,
.buy-copy h2 {
  margin: 0;
  font-size: clamp(2.8rem, 4.9vw, 6rem);
}

.buy-copy > p:not(.eyebrow):not(.cart-notice) {
  max-width: 700px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.buy-details {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  border-top: 1px solid var(--line);
}

.buy-details div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.buy-details dt {
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.buy-details dd {
  margin: 0;
}

.purchase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

button.button {
  font-family: inherit;
  cursor: pointer;
}

.cart-notice {
  margin: 20px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(18, 18, 18, 0.18);
  background: var(--paper);
  color: var(--ink);
}

.product-page-main {
  padding-top: clamp(84px, 9vw, 104px);
}

.product-template {
  min-height: min(720px, calc(100svh - 84px));
}

.product-page-details {
  background: var(--paper);
}

.text-link {
  display: inline-flex;
  margin-top: 28px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.applications {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.application-visual {
  min-width: 0;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(220px, 24vw, 320px);
  grid-template-rows: minmax(0, 1fr) clamp(220px, 24vw, 320px);
  gap: 1px;
  padding: 1px;
  background: var(--black);
}

.application-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 0;
  background: #efeee9;
}

.application-main {
  grid-row: 1 / -1;
  object-position: 50% 50%;
}

.application-small.top {
  object-position: 50% 50%;
}

.application-small.bottom {
  object-position: 50% 50%;
}

.application-color-panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #000;
}

.application-pattern-panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #c8d1b6;
}

.application-copy {
  min-width: 0;
  padding: clamp(52px, 7vw, 112px);
}

.application-copy h2 {
  max-width: 900px;
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 46px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.use-grid article {
  min-height: 190px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.use-grid h3,
.detail-grid h3 {
  margin: 0;
  font-size: 1.42rem;
}

.use-grid p,
.detail-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.details {
  background: var(--paper);
}

.detail-grid {
  width: min(100%, var(--max));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.detail-grid article {
  background: var(--white);
  border: 1px solid var(--line);
}

.detail-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--stone);
}

.detail-grid h3,
.detail-grid p {
  padding-left: 24px;
  padding-right: 24px;
}

.detail-grid h3 {
  padding-top: 24px;
}

.detail-grid p {
  padding-bottom: 28px;
}

.commercial-band {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.62fr) auto;
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  padding: clamp(54px, 7vw, 96px) clamp(20px, 5vw, 84px);
  background: var(--ink);
  color: var(--white);
}

.commercial-band .eyebrow {
  color: #d1b08f;
}

.commercial-band h2 {
  max-width: 920px;
}

.commercial-band ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  list-style: none;
}

.commercial-band li {
  padding-top: 10px;
  border-top: 1px solid var(--line-dark);
}

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

.compare-table {
  width: min(100%, var(--max));
  margin: 0 auto;
  border-top: 1px solid var(--ink);
}

.compare-row {
  display: grid;
  grid-template-columns: 0.82fr 1.1fr 1.16fr 0.62fr;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.compare-row span,
.compare-row a {
  min-width: 0;
  overflow-wrap: anywhere;
}

.compare-head {
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.compare-row a {
  text-underline-offset: 4px;
}

.motion-proof {
  display: grid;
  grid-template-columns: minmax(360px, 0.52fr) minmax(0, 1fr);
  gap: 0;
  background: var(--black);
  color: var(--white);
}

.motion-proof > div {
  padding: clamp(46px, 6vw, 90px);
}

.motion-proof .eyebrow {
  color: #d1b08f;
}

.motion-proof p {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 20px;
}

.motion-proof video {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  background: var(--black);
}

.inquiry {
  display: grid;
  grid-template-columns: minmax(320px, 0.54fr) minmax(0, 1fr);
  background: var(--green);
  color: var(--white);
}

.inquiry-brand {
  min-height: 520px;
  display: grid;
  place-items: center;
  padding: 40px;
  background: var(--black);
}

.inquiry-brand img {
  width: min(100%, 460px);
}

.inquiry-copy {
  padding: clamp(52px, 7vw, 112px);
}

.inquiry-copy .eyebrow {
  color: #e0c5a8;
}

.inquiry-copy p {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.78);
}

.inquiry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

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

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  padding: 28px clamp(20px, 5vw, 84px);
  color: rgba(255, 255, 255, 0.76);
  background: var(--black);
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.footer-social {
  justify-content: flex-end;
}

@media (max-width: 1100px) {
  html {
    scroll-padding-top: 112px;
  }

  .site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    grid-template-columns: 1fr auto;
  }

  .primary-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-self: start;
    gap: 14px 20px;
  }

  .hero,
  .product-grid,
  .product-buy,
  .applications,
  .commercial-band,
  .motion-proof,
  .inquiry,
  .section-head {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: calc(100svh - 142px);
    padding-top: 72px;
  }

  .hero-media {
    min-height: 100%;
  }

  .hero-proof,
  .shop-paths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-proof div:nth-child(2n),
  .shop-paths a:nth-child(2n) {
    border-right: 0;
  }

  .hero-proof div:last-child {
    border-right: 1px solid var(--line);
  }

  .product-card.feature {
    grid-row: auto;
  }

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

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

  .product-card img,
  .product-card.feature img {
    height: 390px;
  }

  .product-card h3 {
    font-size: clamp(2.2rem, 7vw, 4rem);
  }

  .application-visual {
    min-height: 520px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(300px, 1fr) minmax(220px, 0.65fr);
  }

  .application-main {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .section-head > .eyebrow,
  .section-head > h2,
  .section-head > p:last-child {
    grid-column: auto;
  }

  .product-page-main {
    padding-top: 0;
  }

  .inquiry-brand {
    min-height: 340px;
  }

  .commercial-band {
    align-items: start;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 128px;
  }

  .site-header {
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .header-cta {
    display: none;
  }

  .primary-nav {
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }

  .hero-media {
    min-height: 100%;
  }

  .hero-copy {
    min-height: calc(100svh - 190px);
    padding: 58px 18px 46px;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 15vw, 4.65rem);
  }

  .actions,
  .inquiry-actions {
    display: grid;
  }

  .button {
    width: 100%;
    min-height: 52px;
    padding: 9px 16px;
    white-space: normal;
  }

  .hero-proof,
  .shop-paths,
  .use-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof div,
  .shop-paths a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section,
  .application-copy,
  .buy-copy,
  .commercial-band,
  .motion-proof > div,
  .inquiry-copy {
    padding: 58px 18px;
  }

  .section-head {
    margin-bottom: 28px;
    gap: 20px;
  }

  .section-head h2,
  .application-copy h2,
  .buy-copy h1,
  .buy-copy h2,
  .commercial-band h2,
  .motion-proof h2,
  .inquiry-copy h2 {
    font-size: clamp(2.55rem, 13vw, 4.2rem);
  }

  .product-card img,
  .product-card.feature img {
    height: 310px;
  }

  .product-catalog {
    grid-template-columns: 1fr;
  }

  .product-buy {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .buy-image {
    min-height: 340px;
    padding: 28px 18px;
  }

  .buy-image img {
    max-height: 320px;
  }

  .buy-details div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .catalog-card {
    grid-template-columns: 156px minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .catalog-card img {
    min-height: 100%;
    padding: 10px;
  }

  .product-card > div {
    padding: 24px 18px 28px;
  }

  .product-card h3 {
    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .application-visual {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 320px minmax(170px, 44vw);
    gap: 1px;
    padding: 1px;
  }

  .application-main {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .application-small.top {
    grid-column: 1;
    grid-row: 2;
  }

  .application-small.bottom {
    grid-column: 2;
    grid-row: 2;
  }

  .use-grid article {
    min-height: 0;
    padding: 22px 18px;
  }

  .detail-grid h3,
  .detail-grid p {
    padding-left: 18px;
    padding-right: 18px;
  }

  .compare-row,
  .compare-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .compare-head {
    display: none;
  }

  .compare-row:not(.compare-head) span::before,
  .compare-row:not(.compare-head) a::before {
    display: block;
    margin-bottom: 2px;
    color: var(--muted);
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }

  .compare-row:not(.compare-head) span:nth-child(1)::before {
    content: "Product";
  }

  .compare-row:not(.compare-head) span:nth-child(2)::before {
    content: "Best for";
  }

  .compare-row:not(.compare-head) span:nth-child(3)::before {
    content: "Why it works";
  }

  .compare-row:not(.compare-head) span:nth-child(4)::before {
    content: "Next step";
  }

  .motion-proof video {
    min-height: 310px;
  }

  .inquiry-brand {
    min-height: 300px;
  }

  .inquiry {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-social {
    justify-content: flex-start;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-media video,
  .motion-proof video {
    display: none;
  }
}
