:root {
  --ink: #121715;
  --ink-soft: #2b332f;
  --paper: #fbfbf7;
  --mist: #edf1ee;
  --line: #d9dfd9;
  --green: #1f4a3d;
  --green-deep: #15332b;
  --copper: #b56f3e;
  --steel: #607078;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(18, 23, 21, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 16px clamp(20px, 4vw, 56px);
  color: var(--white);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled,
.site-header.nav-open {
  color: var(--ink);
  background: rgba(251, 251, 247, 0.94);
  box-shadow: 0 1px 0 rgba(18, 23, 21, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 6px;
  font-weight: 760;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 18px;
  line-height: 1.05;
}

.brand small {
  color: currentColor;
  font-size: 12px;
  opacity: 0.76;
}

.site-nav {
  --nav-fourth-slot: 77px;
  --nav-cta-slot: 117px;
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  font-size: 14px;
}

.site-nav > a,
.nav-menu,
.site-nav .language-control {
  flex: 0 0 auto;
  min-width: 0;
}

.site-nav > a,
.nav-menu-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 42px;
  white-space: nowrap;
  opacity: 0.86;
}

.site-nav > a[data-nav-capabilities],
.site-nav > a[href="#capabilities"],
.site-nav > a[href="#products"] {
  width: var(--nav-fourth-slot);
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.nav-menu:focus-within .nav-menu-trigger,
.nav-menu:hover .nav-menu-trigger {
  opacity: 1;
}

.nav-menu {
  position: relative;
}

.nav-menu-trigger {
  gap: 7px;
}

.nav-menu-trigger::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: 0.72;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 24;
  min-width: 220px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-menu:focus-within .nav-dropdown,
.nav-menu:hover .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown a {
  display: block;
  border-radius: 6px;
  padding: 10px 12px;
  white-space: nowrap;
}

.nav-dropdown a:hover,
.nav-dropdown a[aria-current="page"] {
  background: rgba(31, 74, 61, 0.08);
}

.nav-cta {
  width: var(--nav-cta-slot);
  border: 1px solid currentColor;
  border-radius: 6px;
  padding: 10px 16px;
}

.language-control {
  display: inline-flex;
  align-items: center;
}

.language-control select {
  width: 148px;
  min-height: 42px;
  border: 1px solid currentColor;
  border-radius: 6px;
  padding: 8px 34px 8px 12px;
  color: inherit;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.site-header.scrolled .language-control select,
.site-header.nav-open .language-control select {
  background: var(--white);
}

.language-control option {
  color: var(--ink);
  background: var(--white);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 6px;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  min-height: 90svh;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  padding-top: 112px;
  background-color: var(--ink);
  background-position: center;
  background-size: cover;
}

.hero-home {
  background-image: url("assets/hero-global-trade.png");
}

.hero-about {
  background-image: url("assets/hero-global-trade.png");
}

.hero-products {
  background-image: url("assets/building-materials-premium.png");
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(12, 16, 14, 0.82) 0%, rgba(12, 16, 14, 0.54) 42%, rgba(12, 16, 14, 0.16) 100%),
    linear-gradient(0deg, rgba(12, 16, 14, 0.74), rgba(12, 16, 14, 0.06) 48%);
}

.hero-content {
  width: min(760px, calc(100% - 40px));
  margin: 0 0 clamp(36px, 6vh, 64px) clamp(20px, 7vw, 96px);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 760;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--green);
}

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

h1,
h2 {
  text-wrap: balance;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(38px, 4.6vw, 58px);
  line-height: 1.04;
  font-weight: 760;
  white-space: pre-line;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  font-weight: 720;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.18;
}

.hero-copy {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.8vw, 20px);
}

.hero-actions,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 6px;
  padding: 12px 18px;
  border: 1px solid transparent;
  font-weight: 760;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

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

.button.primary:hover {
  background: var(--green-deep);
}

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

.button.secondary.dark {
  color: var(--green);
  border-color: rgba(31, 74, 61, 0.34);
  background: rgba(31, 74, 61, 0.06);
}

.button.compact {
  min-height: 44px;
  padding-inline: 16px;
}

.intro-band {
  background: var(--ink);
  color: var(--white);
}

.intro-band .eyebrow.dark {
  color: #a8d1c1;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 6vw, 92px);
  padding-block: clamp(48px, 7vw, 76px);
}

.intro-grid h2 {
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(28px, 3.6vw, 46px);
}

.intro-copy {
  align-self: end;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.section {
  padding: clamp(70px, 8vw, 118px) 0;
}

#industries {
  scroll-margin-top: 76px;
}

#products,
#quote {
  scroll-margin-top: 132px;
}

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

.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: clamp(22px, 5vw, 72px);
  margin-bottom: 34px;
}

.section-heading.narrow {
  display: block;
  max-width: 760px;
}

.section-heading p {
  color: var(--ink-soft);
  font-size: 17px;
}

.industry-grid,
.product-grid,
.process-grid,
.support-grid {
  display: grid;
  gap: 18px;
}

.industry-section {
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(237, 241, 238, 0.92), rgba(251, 251, 247, 0.96) 46%, rgba(237, 241, 238, 0.74)),
    var(--paper);
}

.industry-heading {
  align-items: end;
  grid-template-columns: minmax(360px, 0.9fr) minmax(280px, 0.72fr);
  margin-bottom: 26px;
}

.industry-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 4.7vw, 58px);
  line-height: 0.98;
}

.industry-heading > p {
  max-width: 520px;
  margin: 0 0 8px;
}

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

.industry-grid.single-category {
  grid-template-columns: minmax(0, 1fr);
}

.industry-card,
.process-step,
.support-grid article,
.product-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.industry-card {
  min-height: 250px;
  padding: 26px;
}

.industry-card.live {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.05fr) minmax(180px, 0.48fr);
  gap: clamp(20px, 4vw, 48px);
  min-height: 360px;
  overflow: hidden;
  border-color: rgba(31, 74, 61, 0.34);
  background: #101713;
  box-shadow: var(--shadow);
}

.industry-card.live::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 23, 19, 0.96) 0%, rgba(16, 23, 19, 0.86) 34%, rgba(16, 23, 19, 0.34) 64%, rgba(16, 23, 19, 0.76) 100%),
    url("assets/building-materials-premium.png") center / cover no-repeat;
  transform: scale(1.02);
}

.industry-card.live::after {
  content: "";
  position: absolute;
  inset: auto 26px 26px 26px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.08), rgba(181, 111, 62, 0.45));
}

.industry-card-content,
.industry-card-media,
.industry-signals {
  position: relative;
  z-index: 1;
}

.industry-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: clamp(8px, 1.6vw, 18px);
}

.industry-card.live h3 {
  max-width: 520px;
  margin: 0;
  color: var(--white);
  font-size: clamp(34px, 5vw, 66px);
  line-height: 0.96;
  letter-spacing: 0;
}

.industry-card-media {
  align-self: stretch;
  min-height: 260px;
}

.industry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.industry-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 6px 13px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.09);
  font-size: 13px;
  font-weight: 760;
}

.industry-signals {
  display: grid;
  align-content: center;
  gap: 0;
  margin: 0;
  padding: clamp(10px, 2vw, 20px) 0;
  list-style: none;
}

.industry-signals li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 68px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.industry-signals li:last-child {
  border-bottom: 0;
}

.industry-signals span {
  color: var(--copper);
  font-size: 13px;
  font-weight: 820;
}

.industry-signals strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.25;
}

.card-topline,
.product-tag {
  margin-bottom: 18px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 760;
  text-transform: uppercase;
}

.industry-card p,
.process-step p,
.support-grid p,
.product-card p {
  color: var(--ink-soft);
}

.industry-card p:empty {
  display: none;
}

.industry-card.live .card-topline {
  color: var(--copper);
}

.industry-card.live p {
  color: rgba(255, 255, 255, 0.72);
}

.industry-card a,
.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--green);
  font-weight: 760;
}

.industry-card.live a {
  min-height: 48px;
  align-items: center;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  padding: 0 18px;
  color: var(--white);
  background: var(--green);
}

.industry-card.live a:hover {
  background: #28705a;
}

.about-split,
.about-scope,
.about-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.88fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
}

.about-company {
  background:
    linear-gradient(180deg, rgba(237, 241, 238, 0.64), rgba(251, 251, 247, 1) 64%),
    var(--paper);
}

.about-company-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
}

.about-company-layout h2 {
  margin: 0;
}

.about-company-media {
  display: grid;
  align-content: end;
  min-height: 360px;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 8px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(18, 23, 21, 0.08), rgba(18, 23, 21, 0.74)),
    url("assets/building-materials-premium.png") 58% center / cover no-repeat;
  box-shadow: 0 22px 54px rgba(18, 23, 21, 0.14);
}

.about-company-media span {
  width: fit-content;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 760;
}

.about-company-body {
  display: grid;
  gap: 24px;
}

.about-company-copy {
  border-left: 3px solid var(--green);
  padding-left: 22px;
}

.about-copy p,
.about-company-copy p,
.about-cta p {
  color: var(--ink-soft);
  font-size: 17px;
}

.about-company-copy p:first-child {
  margin-top: 0;
}

.about-company-copy p:last-child {
  margin-bottom: 0;
}

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

.about-company-points article {
  min-height: 190px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--white);
}

.about-company-points span {
  display: block;
  margin-bottom: 22px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 820;
}

.about-company-points h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.08;
}

.about-company-points p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.about-trust {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(18, 23, 21, 0.98), rgba(21, 51, 43, 0.94)),
    var(--ink);
}

.about-trust .eyebrow,
.about-trust-heading h2 {
  color: var(--white);
}

.about-trust-heading {
  margin-bottom: 28px;
}

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

.trust-visual-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(18, 23, 21, 0.06), rgba(18, 23, 21, 0.86)),
    url("assets/building-materials-premium.png") center / cover no-repeat;
}

.trust-visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(18, 23, 21, 0.36));
  pointer-events: none;
}

.trust-visual-card > * {
  position: relative;
  z-index: 1;
}

.trust-factory {
  background-position: center, 42% 50%;
}

.trust-samples {
  background-position: center, 72% 48%;
}

.trust-packing {
  background-position: center, 54% 64%;
}

.trust-documents {
  background-image:
    linear-gradient(180deg, rgba(18, 23, 21, 0.06), rgba(18, 23, 21, 0.86)),
    url("assets/hero-global-trade.png");
  background-position: center, 56% center;
}

.trust-visual-card span {
  position: absolute;
  top: 18px;
  left: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 820;
}

.trust-visual-card h3 {
  max-width: 220px;
  margin: 0 0 12px;
  color: var(--white);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 0.98;
}

.trust-visual-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.buyer-info-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.56fr) minmax(460px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 34px);
  background: rgba(255, 255, 255, 0.045);
}

.buyer-info-panel h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1;
}

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

.buyer-info-grid article {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.buyer-info-grid span {
  display: block;
  margin-bottom: 12px;
  color: #efb66f;
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.buyer-info-grid strong {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.4;
}

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

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

.about-proof-grid article {
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
}

.about-proof-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--copper);
  font-weight: 760;
}

.about-proof-grid p {
  color: var(--ink-soft);
}

.scope-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.scope-list div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.scope-list span {
  color: var(--steel);
  font-weight: 760;
}

.scope-list strong {
  color: var(--ink);
  font-weight: 680;
}

.feature-section {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(70px, 8vw, 118px) clamp(20px, 5vw, 70px);
  background: var(--white);
}

.feature-media img,
.spec-image img {
  width: 100%;
  min-height: 420px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.feature-copy {
  max-width: 610px;
}

.feature-copy p {
  color: var(--ink-soft);
  font-size: 17px;
}

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

.metric-list div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.metric-list dt {
  margin-bottom: 6px;
  color: var(--green);
  font-size: 30px;
  font-weight: 780;
  line-height: 1;
}

.metric-list dd {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

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

.process-step {
  padding: 24px;
}

.process-step span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--copper);
  font-weight: 760;
}

.contact-section {
  background: var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
}

.contact-grid p {
  color: var(--ink-soft);
}

.inquiry-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 48px rgba(18, 23, 21, 0.08);
}

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

.inquiry-form input,
.inquiry-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--paper);
}

.inquiry-form input:focus,
.inquiry-form select:focus {
  outline: 2px solid rgba(31, 74, 61, 0.22);
  border-color: var(--green);
}

.site-footer {
  padding: 40px 0;
  color: rgba(255, 255, 255, 0.78);
  background: var(--ink);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(360px, 1.2fr) minmax(180px, 0.55fr);
  align-items: start;
  gap: 20px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.footer-inner strong {
  color: var(--white);
}

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

.footer-brand {
  max-width: 330px;
}

.footer-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  font-style: normal;
}

.footer-contact a,
.footer-contact div {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.04);
}

.footer-contact span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.footer-contact strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.35;
}

.footer-contact a:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.footer-links {
  justify-self: end;
}

.footer-links a {
  color: var(--white);
  opacity: 0.78;
}

.floating-action {
  position: fixed;
  right: 18px;
  z-index: 18;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 156px;
  box-sizing: border-box;
  min-height: 52px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 10px 16px 10px 10px;
  color: var(--white);
  box-shadow: 0 18px 46px rgba(18, 23, 21, 0.28);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.floating-action span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 800;
}

.floating-whatsapp {
  bottom: 18px;
  background: linear-gradient(135deg, #258a58, #167345);
}

.floating-facebook {
  bottom: 82px;
  background: linear-gradient(135deg, #2d8cff, #1769d8);
  box-shadow: 0 18px 46px rgba(24, 119, 242, 0.26);
}

.floating-facebook span {
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.floating-action:hover {
  transform: translateY(-1px);
  filter: saturate(1.06);
  box-shadow: 0 20px 52px rgba(18, 23, 21, 0.34);
}

.product-section {
  background:
    linear-gradient(180deg, rgba(237, 241, 238, 0.72), rgba(251, 251, 247, 1) 42%),
    var(--paper);
}

.product-heading {
  align-items: end;
  grid-template-columns: minmax(120px, 0.34fr) minmax(320px, 1fr);
  gap: clamp(18px, 2.4vw, 34px);
  margin-bottom: 30px;
}

.product-heading h2 {
  max-width: 580px;
  margin: 0;
  font-size: clamp(36px, 4.8vw, 58px);
  line-height: 1;
}

.product-heading > p:not(.eyebrow) {
  max-width: 500px;
  margin: 0 0 6px;
}

.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: 210px 1fr;
  min-height: 650px;
  overflow: hidden;
  border-color: rgba(18, 23, 21, 0.16);
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(18, 23, 21, 0.09);
}

.product-card::before {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0;
}

.product-card:nth-child(1)::before {
  content: "01 / PLYWOOD";
}

.product-card:nth-child(2)::before {
  content: "02 / MDF";
}

.product-card:nth-child(3)::before {
  content: "03 / OSB";
}

.product-media {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  background-image:
    linear-gradient(180deg, rgba(18, 23, 21, 0.08), rgba(18, 23, 21, 0.58)),
    url("assets/building-materials-premium.png");
  background-size: auto, 150%;
}

.product-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 56px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
}

.media-mdf {
  background-position: center, 48% 55%;
}

.media-plywood {
  background-position: center, 68% 50%;
}

.media-osb {
  background-position: center, 20% 42%;
}

.product-body {
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.product-body h3 {
  margin: 0 0 12px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 0.98;
}

.product-body > p:not(.product-tag) {
  margin: 0;
  min-height: 102px;
  color: var(--ink-soft);
  font-size: 15px;
}

.product-body ul {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  padding: 0;
  color: var(--ink-soft);
  list-style: none;
}

.product-body li {
  position: relative;
  padding: 11px 0 11px 18px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.42;
}

.product-body li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--copper);
}

.product-card .text-link {
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: auto;
  border: 1px solid rgba(31, 74, 61, 0.18);
  border-radius: 6px;
  padding: 0 16px;
  color: var(--green);
  background: rgba(31, 74, 61, 0.06);
}

.product-card .text-link:hover {
  color: var(--white);
  background: var(--green);
}

.product-detail-hero {
  min-height: 74svh;
}

.product-detail-section {
  background:
    linear-gradient(180deg, rgba(251, 251, 247, 1), rgba(237, 241, 238, 0.72)),
    var(--paper);
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: stretch;
}

.detail-media-panel,
.detail-content-panel {
  border: 1px solid rgba(18, 23, 21, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 20px 52px rgba(18, 23, 21, 0.08);
}

.detail-media-panel {
  display: grid;
  grid-template-rows: minmax(320px, 1fr) auto;
}

.detail-media {
  min-height: 320px;
  background-image:
    linear-gradient(180deg, rgba(18, 23, 21, 0.06), rgba(18, 23, 21, 0.36)),
    url("assets/building-materials-premium.png");
  background-size: auto, cover;
}

.detail-media-plywood {
  background-position: center, 66% 50%;
}

.detail-media-mdf {
  background-position: center, 48% 55%;
}

.detail-media-osb {
  background-position: center, 20% 42%;
}

.detail-media-note {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: var(--white);
  background: var(--ink);
}

.detail-media-note span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.detail-media-note strong {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 0.95;
}

.detail-content-panel {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 4vw, 44px);
}

.detail-content-panel h2,
.product-detail-two-column h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
}

.detail-content-panel > p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--ink-soft);
}

.detail-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: auto;
  padding-top: 34px;
}

.detail-highlights article,
.detail-application-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(237, 241, 238, 0.54);
}

.detail-highlights span {
  display: block;
  margin-bottom: 18px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 840;
}

.detail-highlights strong,
.detail-application-grid h3 {
  display: block;
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.15;
}

.detail-highlights p,
.detail-application-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.product-detail-two-column {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(420px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.detail-spec-list {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.detail-spec-list div {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 20px;
  padding: 18px 20px;
  border-top: 1px solid var(--line);
}

.detail-spec-list div:first-child {
  border-top: 0;
}

.detail-spec-list span {
  color: var(--copper);
  font-size: 13px;
  font-weight: 820;
}

.detail-spec-list strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.42;
}

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

.facing-section {
  padding-top: clamp(54px, 6vw, 84px);
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(18, 23, 21, 0.98), rgba(21, 51, 43, 0.94)),
    var(--ink);
}

.facing-heading {
  align-items: end;
  grid-template-columns: minmax(180px, 0.44fr) minmax(360px, 1fr);
  margin-bottom: 30px;
}

.facing-heading h2 {
  max-width: 680px;
  margin: 0;
  color: var(--white);
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1;
}

.facing-heading .eyebrow {
  color: #d99a68;
}

.facing-grid {
  display: grid;
  gap: 14px;
}

.facing-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(320px, 0.9fr) minmax(260px, 0.52fr);
  gap: clamp(18px, 3vw, 40px);
  align-items: stretch;
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.facing-index {
  display: block;
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 20px;
  color: #d99a68;
  font-size: 13px;
  font-weight: 820;
}

.facing-card h3 {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  margin: 0;
  color: var(--white);
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.04;
}

.facing-card p {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.6;
}

.facing-card ul {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.facing-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.45;
}

.facing-card li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d99a68;
}

.facing-card-media {
  position: relative;
  grid-column: 3;
  grid-row: 1 / span 2;
  min-height: 186px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.facing-card-track {
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  height: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.facing-card-track::-webkit-scrollbar {
  display: none;
}

.facing-card-slide {
  position: relative;
  min-height: 186px;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(18, 23, 21, 0.08), rgba(18, 23, 21, 0.68)),
    url("assets/building-materials-premium.png") center / cover no-repeat;
  scroll-snap-align: start;
}

.facing-card-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  mix-blend-mode: screen;
}

.facing-card:nth-child(1) .facing-card-slide::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.54), rgba(18, 23, 21, 0.16));
}

.facing-card:nth-child(2) .facing-card-slide::before {
  background: repeating-linear-gradient(90deg, rgba(120, 72, 38, 0.5) 0 11px, rgba(220, 162, 100, 0.3) 11px 22px);
}

.facing-card:nth-child(3) .facing-card-slide::before {
  background: repeating-linear-gradient(105deg, rgba(154, 119, 80, 0.46) 0 10px, rgba(61, 43, 31, 0.34) 10px 20px);
}

.facing-card:nth-child(4) .facing-card-slide::before {
  background: linear-gradient(135deg, rgba(58, 77, 80, 0.5), rgba(200, 207, 202, 0.18));
}

.facing-card:nth-child(5) .facing-card-slide::before {
  background: linear-gradient(135deg, rgba(244, 239, 222, 0.44), rgba(143, 111, 65, 0.3));
}

.facing-card:nth-child(6) .facing-card-slide::before {
  background: repeating-linear-gradient(90deg, rgba(133, 86, 43, 0.4) 0 8px, rgba(233, 199, 145, 0.26) 8px 16px);
}

.facing-card-slide.sample-primary {
  background-position: 58% 52%;
  background-size: 150%;
}

.facing-card-slide.sample-closeup {
  background-position: 28% 48%;
  background-size: 185%;
}

.facing-card-slide.sample-project {
  background-position: 70% 50%;
  background-size: 145%;
}

.facing-card-slide figcaption {
  position: absolute;
  right: 14px;
  bottom: 42px;
  left: 14px;
  color: var(--white);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.2;
}

.facing-gallery-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--white);
  background: rgba(18, 23, 21, 0.46);
  transform: translateY(-50%);
  cursor: pointer;
}

.facing-gallery-button:hover {
  background: rgba(31, 74, 61, 0.86);
}

.facing-gallery-button.prev {
  left: 10px;
}

.facing-gallery-button.next {
  right: 10px;
}

.facing-gallery-dots {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  display: flex;
  gap: 7px;
}

.facing-gallery-dot {
  width: 22px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
}

.facing-gallery-dot.active {
  background: #d99a68;
}

.spec-section {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(70px, 8vw, 118px) clamp(20px, 5vw, 70px);
  background: var(--white);
}

.spec-content {
  max-width: 660px;
}

.spec-table {
  display: grid;
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.spec-table div {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.spec-table span {
  color: var(--steel);
  font-weight: 760;
}

.spec-table strong {
  color: var(--ink);
  font-weight: 680;
}

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

.support-grid article {
  padding: 24px;
}

code {
  border-radius: 4px;
  padding: 2px 5px;
  background: rgba(31, 74, 61, 0.1);
}

[dir="rtl"] body {
  text-align: right;
}

[dir="rtl"] .site-header {
  direction: ltr;
}

[dir="rtl"] .brand {
  direction: ltr;
}

[dir="rtl"] .hero-shade {
  background:
    linear-gradient(270deg, rgba(12, 16, 14, 0.82) 0%, rgba(12, 16, 14, 0.54) 42%, rgba(12, 16, 14, 0.16) 100%),
    linear-gradient(0deg, rgba(12, 16, 14, 0.74), rgba(12, 16, 14, 0.06) 48%);
}

[dir="rtl"] .hero-content {
  margin-right: clamp(20px, 7vw, 96px);
  margin-left: 0;
}

[dir="rtl"] .hero-actions,
[dir="rtl"] .footer-links,
[dir="rtl"] .site-nav {
  direction: rtl;
}

[dir="rtl"] .nav-dropdown {
  right: 0;
  left: auto;
}

[dir="rtl"] .product-body ul {
  padding-right: 18px;
  padding-left: 0;
}

[dir="rtl"] .floating-action {
  right: auto;
  left: 18px;
  padding: 10px 10px 10px 16px;
}

[dir="rtl"] .language-control select {
  padding: 8px 12px 8px 34px;
}

html:not(:lang(en)) h1 {
  font-size: clamp(34px, 4.2vw, 54px);
}

html:lang(es) .site-nav {
  --nav-fourth-slot: 88px;
  --nav-cta-slot: 166px;
}

html:lang(pt) .site-nav {
  --nav-fourth-slot: 90px;
  --nav-cta-slot: 154px;
}

html:lang(ru) .site-nav {
  --nav-fourth-slot: 104px;
  --nav-cta-slot: 146px;
}

html:lang(fr) .site-nav {
  --nav-fourth-slot: 80px;
  --nav-cta-slot: 164px;
}

html:lang(ar) .site-nav {
  --nav-fourth-slot: 66px;
  --nav-cta-slot: 132px;
}

html:lang(zh-CN) .site-nav,
html:lang(zh-TW) .site-nav {
  --nav-fourth-slot: 77px;
  --nav-cta-slot: 117px;
}

@media (max-width: 980px) {
  .site-header {
    min-height: 68px;
  }

  .menu-toggle {
    display: block;
  }

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

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

  .site-nav a {
    min-height: 0;
    padding: 14px;
  }

  .site-nav > a[data-nav-capabilities],
  .site-nav > a[href="#capabilities"],
  .site-nav > a[href="#products"] {
    width: auto;
  }

  .nav-menu {
    display: grid;
  }

  .nav-menu-trigger {
    min-height: 0;
    padding: 14px;
  }

  .nav-dropdown {
    position: static;
    display: grid;
    min-width: 0;
    border: 0;
    padding: 0 0 8px 18px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown a {
    padding: 10px 14px;
  }

  .language-control {
    padding: 10px 14px 14px;
  }

  .language-control select {
    width: 100%;
    color: var(--ink);
    background: var(--paper);
  }

  .nav-cta {
    width: auto;
    border-color: var(--line);
  }

  .hero {
    min-height: 84svh;
  }

  .hero-content {
    margin-left: 20px;
  }

  .intro-grid,
  .section-heading,
  .feature-section,
  .contact-grid,
  .spec-section,
  .product-detail-layout,
  .product-detail-two-column,
  .about-company-layout,
  .buyer-info-panel,
  .about-split,
  .about-scope,
  .about-cta {
    grid-template-columns: 1fr;
  }

  .industry-grid,
  .product-grid,
  .process-grid,
  .support-grid,
  .trust-visual-grid,
  .about-company-points,
  .buyer-info-grid,
  .about-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-grid.single-category {
    grid-template-columns: minmax(0, 1fr);
  }

  .industry-heading {
    grid-template-columns: 1fr;
  }

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

  .facing-heading {
    grid-template-columns: 1fr;
  }

  .industry-heading > p {
    max-width: 760px;
  }

  .product-heading > p:not(.eyebrow) {
    max-width: 760px;
  }

  .industry-card.live {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 0.44fr);
  }

  .industry-card-media {
    display: none;
  }

  .feature-copy,
  .spec-content {
    max-width: none;
  }

  .product-card {
    min-height: 610px;
  }

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

  .detail-highlights,
  .detail-application-grid {
    grid-template-columns: 1fr;
  }

  .facing-card {
    grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1fr);
  }

  .facing-card-media {
    grid-column: 1 / -1;
    grid-row: 3;
    min-height: 220px;
  }

}

@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    max-width: none;
  }

  .footer-links {
    justify-self: start;
  }
}

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

  html:lang(ar) {
    direction: ltr;
  }

  html:lang(ar) body {
    direction: ltr;
    text-align: left;
  }

  html:lang(ar) .hero-content,
  html:lang(ar) .intro-band,
  html:lang(ar) .section,
  html:lang(ar) .feature-copy,
  html:lang(ar) .spec-content,
  html:lang(ar) .product-body,
  html:lang(ar) .site-footer {
    direction: rtl;
    text-align: right;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 82svh;
    background-position: 58% center;
    padding-top: 92px;
  }

  .hero-content {
    position: absolute;
    right: 16px;
    bottom: 34px;
    left: 16px;
    justify-self: auto;
    width: auto;
    margin: 0;
  }

  [dir="rtl"] .hero-content {
    right: 16px;
    left: 16px;
    justify-self: auto;
    width: auto;
    margin: 0;
  }

  h1 {
    max-width: none;
    font-size: clamp(34px, 11vw, 50px);
  }

  html:lang(ar) h1 {
    max-width: calc(100vw - 32px);
    margin-left: auto;
    padding-right: 86px;
    font-size: clamp(30px, 9.2vw, 42px);
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  html:lang(ar) .hero-content {
    right: auto;
    left: 16px;
    width: calc(100vw - 32px);
  }

  html:lang(ar) .hero-copy {
    max-width: calc(100vw - 32px);
    margin-left: auto;
    padding-right: 86px;
    overflow-wrap: anywhere;
  }

  html:lang(ar) .intro-grid h2,
  html:lang(ar) .section-heading h2 {
    padding-right: 56px;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(28px, 9vw, 40px);
  }

  .hero-actions,
  .footer-links {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section-inner {
    width: calc(100% - 32px);
  }

  .industry-grid,
  .product-grid,
  .process-grid,
  .support-grid,
  .trust-visual-grid,
  .about-company-points,
  .buyer-info-grid,
  .about-proof-grid,
  .metric-list {
    grid-template-columns: 1fr;
  }

  .industry-section {
    padding-top: 58px;
  }

  .product-section {
    padding-top: 58px;
  }

  .facing-section {
    padding-top: 58px;
  }

  .industry-heading h2 {
    font-size: clamp(30px, 8vw, 42px);
    line-height: 1.04;
  }

  .product-heading h2 {
    font-size: clamp(30px, 8vw, 42px);
    line-height: 1.04;
  }

  .facing-heading h2 {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.06;
  }

  .industry-card.live {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px;
  }

  .industry-card.live::before {
    background:
      linear-gradient(180deg, rgba(16, 23, 19, 0.96) 0%, rgba(16, 23, 19, 0.84) 54%, rgba(16, 23, 19, 0.92) 100%),
      url("assets/building-materials-premium.png") 58% center / cover no-repeat;
  }

  .industry-card.live::after {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .industry-card-content {
    padding: 2px;
  }

  .industry-card.live h3 {
    font-size: clamp(32px, 10vw, 48px);
  }

  .industry-tags {
    margin-top: 20px;
  }

  .industry-signals {
    padding: 2px 0 18px;
  }

  .industry-signals li {
    min-height: 58px;
  }

  .about-company-media {
    min-height: 260px;
  }

  .about-company-copy {
    border-left: 0;
    border-top: 3px solid var(--green);
    padding-top: 18px;
    padding-left: 0;
  }

  .trust-visual-card {
    min-height: 280px;
  }

  .buyer-info-panel {
    padding: 22px;
  }

  .product-card {
    grid-template-rows: 190px 1fr;
    min-height: 0;
  }

  .product-media {
    min-height: 190px;
  }

  .product-body {
    padding: 22px;
  }

  .product-body > p:not(.product-tag) {
    min-height: 0;
  }

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

  .facing-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px;
  }

  .facing-index,
  .facing-card h3,
  .facing-card p,
  .facing-card ul,
  .facing-card-media {
    grid-column: 1;
  }

  .facing-card h3 {
    grid-row: auto;
  }

  .facing-card p {
    grid-row: auto;
  }

  .facing-card ul {
    grid-row: auto;
  }

  .facing-card-media {
    grid-row: auto;
    min-height: 210px;
  }

  .facing-index {
    margin-bottom: 22px;
  }

  .scope-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .feature-section,
  .spec-section {
    padding-inline: 16px;
  }

  .feature-media img,
  .spec-image img {
    min-height: 280px;
  }

  .product-media {
    min-height: 220px;
  }

  .product-detail-hero {
    min-height: 82svh;
  }

  .detail-media-panel {
    grid-template-rows: minmax(240px, auto) auto;
  }

  .detail-media {
    min-height: 240px;
  }

  .detail-content-panel {
    padding: 22px;
  }

  .detail-highlights {
    padding-top: 24px;
  }

  .detail-spec-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .spec-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .footer-inner {
    align-items: flex-start;
    width: calc(100% - 32px);
  }

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

  .floating-action {
    right: 12px;
    width: 58px;
  }

  .floating-whatsapp {
    bottom: 12px;
  }

  .floating-facebook {
    bottom: 68px;
  }

  [dir="rtl"] .floating-action {
    right: auto;
    left: 12px;
  }

  .floating-action strong {
    display: none;
  }
}
