@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
}

/* Crystavo 1.14 product pages: concise, source-led product information. */
.product-detail-simple .product-detail-hero {
  min-height: 420px;
}

.product-detail-simple .product-detail-hero > div {
  align-self: center;
}

.product-detail-simple .product-detail-hero > img {
  object-fit: contain;
  padding: clamp(26px, 4vw, 64px);
  background: #ece9e2;
}

.product-overview-dense {
  align-items: start;
  gap: clamp(36px, 6vw, 90px);
}

.product-overview-dense > div {
  max-width: 760px;
}

.product-overview-dense h2 {
  max-width: 760px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
}

.product-facts-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--professional-line);
}

.product-facts-section article {
  min-width: 0;
  padding: clamp(30px, 4vw, 54px);
  background: #fff;
}

.product-facts-section h2 {
  margin: 14px 0 24px;
  color: var(--professional-navy);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.16;
}

.product-facts-section ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-facts-section li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-top: 1px solid #d5d8da;
  color: var(--professional-muted);
  line-height: 1.45;
}

.product-facts-section li::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--professional-accent);
  content: "";
}

.product-material-section {
  border-top: 1px solid var(--professional-line);
  background: #edf2f0;
}

.product-material-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
}

.product-material-layout figure {
  margin: 0;
  border: 1px solid var(--professional-line);
  background: #fff;
}

.product-material-layout img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 24px;
}

.product-material-layout figcaption {
  padding: 14px 18px;
  border-top: 1px solid var(--professional-line);
  color: var(--professional-muted);
  font-size: 13px;
}

.product-material-layout dl {
  margin: 0;
}

.product-material-layout dl div {
  display: grid;
  grid-template-columns: minmax(110px, 0.35fr) minmax(0, 1fr);
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--professional-line);
}

.product-material-layout dl div:last-child {
  border-bottom: 1px solid var(--professional-line);
}

.product-material-layout dt {
  color: var(--professional-navy);
  font-weight: 800;
}

.product-material-layout dd {
  margin: 0;
  color: var(--professional-muted);
  line-height: 1.5;
}

.product-contact-final {
  margin: 0;
}

.product-facts-simple article {
  padding-block: clamp(28px, 3vw, 42px);
}

.product-document-specification {
  border-top: 1px solid var(--professional-line);
  background: #f4f3ef;
}

.product-document-specification[hidden] {
  display: none;
}

.product-document-heading {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--professional-line);
}

.product-document-heading h2 {
  max-width: 720px;
  margin: 0;
  color: var(--professional-navy);
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
}

.product-document-heading .eyebrow {
  margin: 0;
}

.product-document-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--professional-line);
  border-left: 1px solid var(--professional-line);
}

.product-document-grid article {
  min-width: 0;
  padding: 26px;
  border-top: 1px solid var(--professional-line);
  border-right: 1px solid var(--professional-line);
  background: #fff;
}

.product-document-grid h3,
.product-document-customization h3 {
  margin: 0 0 16px;
  color: var(--professional-navy);
  font-size: 20px;
  line-height: 1.2;
}

.product-document-grid ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-document-grid li {
  position: relative;
  padding-left: 16px;
  color: var(--professional-muted);
  line-height: 1.45;
}

.product-document-grid li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--professional-accent);
  content: "";
}

.product-document-customization {
  display: grid;
  grid-template-columns: minmax(180px, 0.3fr) minmax(0, 1fr);
  gap: 32px;
  padding: 26px 0 0;
}

.product-document-customization p {
  max-width: 900px;
  margin: 0;
  color: var(--professional-muted);
  line-height: 1.6;
}

@media (max-width: 820px) {
  .product-detail-simple .product-detail-hero {
    min-height: auto;
  }

  .product-detail-simple .product-detail-hero > img {
    padding: 18px;
  }

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

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

  .product-material-layout dl div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .product-document-heading {
    display: block;
  }

  .product-document-heading h2 {
    margin-top: 12px;
  }

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

  .product-document-grid article {
    padding: 22px;
  }

  .product-document-customization {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}


@media (min-width: 821px) and (max-width: 1080px) {
  .product-document-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --ink: #171717;
  --muted: #5f6268;
  --paper: #f7f7f2;
  --cream: #e8f0ff;
  --coral: #ff503d;
  --berry: #d92362;
  --mint: #00a98f;
  --lime: #e7ff54;
  --blue: #5b76ff;
  --coffee: #171717;
  --line: rgba(23, 23, 23, 0.14);
  --shadow: 0 22px 70px rgba(23, 23, 23, 0.16);
  --page-pad: clamp(18px, 5vw, 72px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

main > section:not(.hero):not(.ticker) {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 22px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(34, 23, 19, 0.1);
  background: rgba(255, 248, 239, 0.88);
  backdrop-filter: blur(18px);
}

.site-header::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: clamp(18px, 4vw, 54px);
  width: 44px;
  height: 4px;
  background: var(--coral);
  box-shadow: 44px 0 0 var(--blue), 88px 0 0 var(--lime), 132px 0 0 var(--mint);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

.brand-logo {
  display: block;
  width: min(196px, 42vw);
  height: auto;
  max-height: 50px;
  object-fit: contain;
  object-position: left center;
}

.custom-logo-link,
.custom-logo-link img {
  display: block;
  width: auto;
  max-width: 224px;
  max-height: 52px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--coral);
  box-shadow: inset -9px -9px 0 rgba(0, 0, 0, 0.12);
}

.brand-text {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-nav {
  justify-self: center;
}

.menu {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu > li {
  position: relative;
}

.menu a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #3c2e28;
  font-size: 14px;
  font-weight: 800;
}

.menu-item-has-children > a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.sub-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 30;
  display: grid;
  width: 250px;
  gap: 3px;
  margin: 0;
  padding: 8px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  box-shadow: 6px 6px 0 var(--ink);
  list-style: none;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}

.sub-menu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 14px;
}

.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sub-menu a {
  display: flex;
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  line-height: 1.25;
}

.sub-menu a:hover,
.sub-menu a:focus {
  background: var(--lime);
}

.menu a:hover,
.menu a:focus {
  background: #fff;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.header-cta {
  background: var(--lime);
}

.button:hover,
.header-cta:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.button.primary {
  color: #fff;
  background: var(--coral);
}

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

.button.full {
  width: 100%;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: #fff;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 6vw, 86px);
  min-height: calc(100vh - 130px);
  padding: clamp(32px, 5vw, 64px) clamp(18px, 5vw, 72px) 34px;
  overflow: hidden;
  background: #fff;
}

.hero h1,
.section h2,
.quote-section h2,
.page-content h1 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.94;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(44px, 5.3vw, 76px);
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 12px;
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 700px;
  margin: 18px 0 0;
  color: #4f403b;
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin-top: 22px;
}

.proof-row span {
  display: grid;
  align-content: center;
  min-height: 78px;
  padding: 12px 14px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
}

.proof-row strong {
  color: var(--berry);
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.proof-row small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.hero-visual {
  position: relative;
  justify-self: center;
  width: min(100%, 480px);
  padding: 18px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #8ce6d3;
  box-shadow: 14px 14px 0 var(--ink), var(--shadow);
  transform: rotate(2deg);
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 4 / 4.7;
  object-fit: cover;
  border-radius: 6px;
}

.floating-note {
  position: absolute;
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  box-shadow: 4px 4px 0 var(--ink);
}

.note-one {
  top: 11%;
  left: -22px;
}

.note-two {
  right: -26px;
  bottom: 25%;
  background: var(--lime);
}

.note-three {
  left: 18%;
  bottom: -18px;
  background: var(--mint);
  color: #fff;
}

.ticker {
  overflow: hidden;
  border-block: 2px solid var(--ink);
  background: var(--ink);
  color: #fff;
}

.ticker div {
  display: flex;
  width: max-content;
  gap: 18px;
  padding: 13px 18px;
  animation: cpl-marquee 34s linear infinite;
}

.ticker span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.ticker span::after {
  content: "/";
  margin-left: 18px;
  color: var(--lime);
}

@keyframes cpl-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-45%); }
}

.section {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

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

.section-heading.wide {
  max-width: 980px;
}

.section h2,
.quote-section h2 {
  font-size: clamp(38px, 5.4vw, 76px);
}

.section-heading p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.intro-band {
  background: #fff;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.intro-grid article {
  padding: 26px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--ink);
}

.intro-grid span {
  color: var(--coral);
  font-family: "Inter", sans-serif;
  font-size: 44px;
  font-weight: 900;
}

.intro-grid h3,
.product-card h3 {
  margin: 10px 0;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 1.05;
}

.intro-grid p,
.product-card small,
.process-list span,
.factory-copy li,
.sample-route p,
.faq-list p,
.quote-section p,
.site-footer p {
  color: var(--muted);
  line-height: 1.6;
}

.sampling-section {
  background: var(--lime);
}

.sample-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.sample-route {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 26px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 6px 6px 0 var(--ink);
}

.sample-route.featured {
  color: #fff;
  background: var(--blue);
}

.sample-route.featured p,
.sample-route.featured small {
  color: rgba(255, 255, 255, 0.82);
}

.sample-route-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sample-route-top span {
  font-family: "Inter", sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

.sample-route-top strong {
  padding: 8px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: var(--lime);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.sample-route h3 {
  margin: 36px 0 10px;
  font-family: "Inter", sans-serif;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.04;
}

.sample-route p {
  margin: 0;
}

.sample-route small {
  margin-top: auto;
  padding-top: 24px;
  color: var(--berry);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.sample-credit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 22px;
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
}

.sample-credit div {
  display: grid;
  gap: 6px;
}

.sample-credit span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sample-credit strong {
  max-width: 760px;
  font-family: "Inter", sans-serif;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.08;
}

.sample-credit .button.secondary {
  color: var(--ink);
  background: #fff;
}

.solutions-section {
  background: #fff;
}

.solution-system-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: stretch;
  background: #eff5ff;
}

.solution-system-media {
  overflow: hidden;
  min-height: 520px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 8px 8px 0 var(--ink);
}

.solution-system-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-system-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.solution-system-copy h2 {
  max-width: 760px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.94;
}

.solution-system-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.system-item-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin-top: 28px;
}

.system-item-grid span {
  padding: 9px 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 var(--ink);
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.solution-card {
  display: grid;
  grid-template-columns: minmax(170px, 0.78fr) minmax(0, 1.22fr);
  min-height: 390px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff3a8;
  box-shadow: 6px 6px 0 var(--ink);
}

.solution-card:nth-child(2) {
  background: #c9f2e9;
}

.solution-card:nth-child(3) {
  background: #ffd9e3;
}

.solution-card:nth-child(4) {
  background: #dfe5ff;
}

.solution-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-right: 2px solid var(--ink);
}

.solution-card > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px;
}

.solution-card > div > span {
  color: var(--berry);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.solution-card h3 {
  margin: 18px 0 10px;
  font-family: "Inter", sans-serif;
  font-size: clamp(24px, 2.1vw, 32px);
  line-height: 1.04;
}

.solution-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.solution-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: auto 0 0;
  padding: 22px 0 0;
  list-style: none;
}

.solution-card li {
  padding: 7px 9px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 900;
}

.products-section {
  background: var(--cream);
}

.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 28px;
}

.category-pills span,
.category-pills a {
  display: inline-flex;
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  font-weight: 900;
}

.category-pills a:hover,
.category-pills a:focus {
  background: var(--lime);
}

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

.product-category-anchor {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-top: 24px;
  padding: 18px 0 10px;
  border-bottom: 2px solid var(--ink);
  scroll-margin-top: 96px;
}

.product-category-anchor:first-child {
  margin-top: 0;
}

.product-category-anchor h3 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
}

.product-category-anchor p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-align: right;
}

.product-card {
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 5px 5px 0 rgba(34, 23, 19, 0.92);
}

.product-card-link {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f6efe5;
}

.product-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.product-card p {
  margin: 0;
  color: var(--berry);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card span {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.product-card small {
  display: block;
  font-size: 14px;
}

.product-card b {
  margin-top: auto;
  padding-top: 16px;
  color: var(--blue);
  font-size: 12px;
  text-transform: uppercase;
}

.product-card-link:hover b,
.product-card-link:focus b {
  color: var(--berry);
}

.product-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 36px;
  align-items: start;
  background: #fff;
}

.product-overview h2,
.product-customize-section h2,
.product-confirm-section h2,
.product-sample-band h2 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
}

.product-intro {
  max-width: 800px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.best-for-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.best-for-list span,
.best-for-list strong {
  padding: 9px 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
}

.best-for-list span {
  color: #fff;
  background: var(--ink);
  text-transform: uppercase;
}

.product-spec-panel {
  padding: 20px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 7px 7px 0 var(--ink);
}

.product-spec-panel > p {
  margin: 0 0 16px;
  color: var(--berry);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-spec-panel dl {
  margin: 0;
}

.product-spec-panel dl div {
  display: grid;
  gap: 5px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
}

.product-spec-panel dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-spec-panel dd {
  margin: 0;
  font-weight: 900;
}

.product-customize-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: 54px;
  color: #fff;
  background: var(--ink);
}

.product-customize-section .eyebrow {
  color: var(--ink);
}

.product-customize-section > div > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.65;
}

.product-customize-section ol {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.32);
  list-style: none;
}

.product-customize-section li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 90px;
  padding: 18px;
  background: var(--ink);
  font-size: 17px;
  font-weight: 800;
}

.product-customize-section li span {
  color: var(--lime);
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.product-confirm-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1.4fr);
  gap: 36px;
  background: #fff;
}

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

.product-considerations article {
  padding: 18px;
  border-top: 4px solid var(--blue);
  background: var(--paper);
}

.product-considerations article:nth-child(2) { border-color: var(--coral); }
.product-considerations article:nth-child(3) { border-color: var(--mint); }

.product-considerations span {
  color: var(--berry);
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.product-considerations p {
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.55;
}

.product-sample-band {
  color: var(--ink);
  background: var(--lime);
}

.sample-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.sample-summary-grid article {
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
}

.sample-summary-grid strong {
  color: var(--blue);
  font-family: "Inter", sans-serif;
  font-size: 32px;
}

.sample-summary-grid h3 {
  margin: 40px 0 8px;
  font-family: "Inter", sans-serif;
  font-size: 23px;
}

.sample-summary-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.related-products {
  background: #ffdbe5;
}

.related-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.related-product-grid > a {
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 5px 5px 0 var(--ink);
}

.related-product-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-bottom: 2px solid var(--ink);
  object-fit: cover;
}

.related-product-grid a > div {
  padding: 20px;
}

.related-product-grid span {
  color: var(--berry);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.related-product-grid h3 {
  margin: 14px 0 8px;
  font-family: "Inter", sans-serif;
  font-size: 24px;
}

.related-product-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.materials-section {
  color: #fff;
  background: var(--ink);
}

.materials-section .eyebrow {
  color: var(--ink);
}

.materials-intro {
  max-width: 940px;
}

.materials-intro p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.65;
}

.build-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  border-block: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.34);
}

.build-grid article {
  min-height: 330px;
  padding: 28px 24px;
  background: var(--ink);
}

.build-grid span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.build-grid h3 {
  margin: 54px 0 20px;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  line-height: 1.05;
}

.build-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
  list-style: none;
}

.build-grid li {
  position: relative;
  padding-left: 18px;
}

.build-grid li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
}

.material-library {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 32px;
  background: rgba(255, 255, 255, 0.22);
}

.material-library > div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 3px 14px;
  align-items: center;
  min-height: 88px;
  padding: 16px;
  background: var(--ink);
}

.material-library strong {
  align-self: end;
  font-size: 14px;
}

.material-library small {
  align-self: start;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.swatch {
  display: block;
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: #fff;
}

.swatch.kraft { background: #af7f4e; }
.swatch.foil { background: #d8dce2; }
.swatch.vmpet { background: #8f9bad; }
.swatch.clear { background: #cbeeff; }
.swatch.cup { background: #f1e7d2; }
.swatch.pla { background: #68d8bd; }

.custom-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 40px;
  align-items: start;
  background: #fff;
}

.custom-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

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

.process-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 5px 5px 0 var(--ink);
}

.process-list strong {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  line-height: 1;
}

.factory-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}

.factory-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.factory-media img {
  width: 100%;
  min-height: 210px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 5px 5px 0 var(--ink);
}

.factory-media img:first-child {
  grid-row: span 2;
  min-height: 438px;
}

.factory-copy ul {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.factory-copy li {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
}

.factory-copy li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--mint);
}

.production-checkline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 2px solid var(--ink);
}

.production-checkline span {
  position: relative;
  padding: 11px 10px 11px 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}

.production-checkline span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--lime);
  transform: translateY(-50%);
}

.launch-section {
  background: #ffdbe5;
}

.launch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.launch-grid article {
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 6px 6px 0 var(--ink);
}

.launch-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-bottom: 2px solid var(--ink);
  object-fit: cover;
}

.launch-grid article > div {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 24px;
}

.launch-grid span {
  color: var(--coral);
  font-family: "Inter", sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.launch-grid h3 {
  margin: 20px 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 27px;
  line-height: 1.05;
}

.launch-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.launch-grid strong {
  margin-top: auto;
  padding-top: 24px;
  color: var(--berry);
  font-size: 12px;
  line-height: 1.45;
  text-transform: uppercase;
}

.social-section {
  background: #f7fff8;
}

.social-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.social-strip article {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 6px 6px 0 var(--ink);
}

.social-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-strip span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 52px;
  align-items: start;
  background: #fff;
}

.faq-list {
  display: grid;
  border-top: 2px solid var(--ink);
}

.faq-list details {
  border-bottom: 2px solid var(--ink);
}

.faq-list summary {
  position: relative;
  padding: 22px 52px 22px 0;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 17px;
  right: 0;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--lime);
  font-size: 24px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
  color: #fff;
  background: var(--blue);
}

.faq-list p {
  max-width: 760px;
  margin: -4px 52px 22px 0;
  font-size: 16px;
}

.guide-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.guide-card-grid a,
.faq-topic-grid article,
.guide-note-card,
.guide-check-grid article,
.guide-two-column article,
.shipping-region-grid article {
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 6px 6px 0 var(--ink);
}

.guide-card-grid a {
  display: grid;
  gap: 12px;
  min-height: 240px;
  padding: 24px;
}

.guide-card-grid span,
.guide-check-grid span,
.faq-topic-grid span {
  color: var(--berry);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.guide-card-grid h3,
.guide-two-column h3,
.shipping-region-grid h3,
.faq-topic-grid h3 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 0.98;
}

.guide-card-grid p,
.guide-two-column p,
.guide-check-grid p,
.shipping-region-grid p,
.faq-topic-grid p,
.guide-note-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.guide-article-section {
  display: grid;
  gap: 28px;
}

.guide-article-heading {
  display: grid;
  max-width: 980px;
  gap: 10px;
}

.guide-article-heading h2 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(38px, 6vw, 86px);
  line-height: 0.92;
}

.guide-two-column,
.guide-check-grid,
.shipping-region-grid,
.faq-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.guide-two-column article,
.guide-check-grid article,
.shipping-region-grid article,
.faq-topic-grid article {
  display: grid;
  gap: 14px;
  min-height: 220px;
  padding: 24px;
}

.guide-note-card {
  max-width: 980px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--lime);
}

.guide-note-card p + p {
  margin-top: 16px;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 34px;
  align-items: center;
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px);
  background: var(--coffee);
  color: #fff;
}

.quote-section .eyebrow {
  color: var(--ink);
}

.quote-section p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
}

.quote-card {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}

.quote-card .quote-card-title {
  margin: 0;
  color: var(--ink);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.quote-checklist {
  display: grid;
  gap: 8px;
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
}

.quote-checklist li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.quote-checklist li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--mint);
}

.mini-socials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.mini-socials a {
  padding: 10px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
}

.home-paths {
  background: #fff;
}

.home-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.home-path-grid > a {
  display: grid;
  grid-template-columns: minmax(180px, 0.78fr) minmax(0, 1.22fr);
  min-height: 330px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--ink);
}

.home-path-grid img {
  width: 100%;
  height: 100%;
  border-right: 2px solid var(--ink);
  object-fit: cover;
}

.home-path-grid a > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px;
}

.home-path-grid span,
.home-sample-steps span,
.values-preview-grid span,
.decision-grid span,
.responsibility-grid span,
.company-values-grid span {
  color: var(--coral);
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.home-path-grid h3,
.home-sample-steps h3,
.values-preview-grid h3,
.decision-grid h3,
.responsibility-grid h3,
.company-values-grid h3 {
  margin: 24px 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  line-height: 1.05;
}

.home-path-grid p,
.home-sample-steps p,
.values-preview-grid p,
.decision-grid p,
.responsibility-grid p,
.company-values-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.home-path-grid strong {
  margin-top: auto;
  padding-top: 24px;
  color: var(--berry);
  font-size: 13px;
  text-transform: uppercase;
}

.home-sample-band {
  color: #fff;
  background: var(--blue);
}

.home-sample-band .eyebrow {
  color: var(--ink);
}

.home-sample-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 36px 0 28px;
  background: rgba(255, 255, 255, 0.4);
}

.home-sample-steps article {
  min-height: 240px;
  padding: 26px;
  background: var(--blue);
}

.home-sample-steps span {
  color: var(--lime);
}

.home-sample-steps p {
  color: rgba(255, 255, 255, 0.76);
}

.home-sample-band .button.secondary {
  color: var(--ink);
}

.home-products .section-action,
.section-action,
.split-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.values-preview {
  background: #fff;
}

.customer-showcase {
  background: #f2fff9;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.showcase-grid article {
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 6px 6px 0 var(--ink);
}

.showcase-grid figure {
  position: relative;
  margin: 0;
}

.showcase-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-bottom: 2px solid var(--ink);
  object-fit: cover;
}

.showcase-grid img.showcase-contain-image {
  padding: 18px;
  background: #fff;
  object-fit: contain;
}

.showcase-grid figcaption {
  position: absolute;
  right: 8px;
  bottom: 10px;
  left: 8px;
  width: fit-content;
  padding: 5px 7px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(0, 0, 0, 0.72);
  font-size: 9px;
  font-weight: 800;
}

.showcase-grid article > div {
  min-height: 250px;
  padding: 22px;
}

.showcase-grid span {
  color: var(--berry);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.showcase-grid h3 {
  margin: 22px 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  line-height: 1.05;
}

.showcase-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.testimonial-heading {
  max-width: 900px;
  margin-top: clamp(64px, 8vw, 110px);
}

.testimonial-heading h2 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(38px, 5.4vw, 70px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.testimonial-grid blockquote {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  margin: 0;
  padding: 26px;
  border-top: 4px solid var(--coral);
  background: #fff;
}

.testimonial-grid blockquote:nth-child(2) {
  border-color: var(--blue);
}

.testimonial-grid blockquote:nth-child(3) {
  border-color: var(--mint);
}

.testimonial-grid blockquote p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}

.testimonial-grid blockquote footer {
  margin-top: auto;
  padding-top: 24px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.values-preview-grid,
.decision-grid,
.responsibility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.values-preview-grid article,
.decision-grid article,
.responsibility-grid article,
.company-values-grid article {
  padding: 26px;
  border-top: 2px solid var(--ink);
}

.page-hero {
  position: relative;
  display: flex;
  min-height: min(760px, calc(100vh - 76px));
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.48);
}

.page-hero > img,
.page-hero > figure,
.page-hero > figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.page-hero > div {
  position: relative;
  z-index: 2;
  max-width: 950px;
  padding: clamp(54px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

.page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(48px, 7vw, 94px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.94;
}

.page-hero .eyebrow {
  border-color: #fff;
  color: var(--coral);
  background: #fff;
}

.page-hero > div > p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.6;
}

.page-hero figcaption,
.quality-story figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  max-width: 440px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(0, 0, 0, 0.74);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.page-editor-content {
  background: #fff;
}

.editor-content-inner {
  max-width: 980px;
  margin: 0 auto;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.75;
}

.editor-content-inner h2,
.editor-content-inner h3 {
  margin: 0 0 16px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.editor-content-inner h2 {
  font-size: clamp(34px, 4vw, 56px);
}

.editor-content-inner h3 {
  font-size: clamp(24px, 2.4vw, 34px);
}

.editor-content-inner p,
.editor-content-inner ul,
.editor-content-inner ol {
  max-width: 820px;
}

.editor-content-inner a {
  color: var(--berry);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.catalog-section {
  background: var(--cream);
}

.product-decisions {
  background: var(--lime);
}

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

.page-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: clamp(58px, 8vw, 100px) clamp(18px, 5vw, 72px);
  color: #fff;
  background: var(--ink);
}

.page-cta h2 {
  max-width: 880px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(38px, 5.4vw, 72px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
}

.page-cta p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.6;
}

.page-cta .eyebrow {
  color: #173146;
  border-color: #d8ddda;
  background: #f5f6f3;
}

.production-flow {
  background: #fff;
}

.production-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.production-stage-grid article {
  min-height: 270px;
  padding: 26px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 5px 5px 0 var(--ink);
}

.production-stage-grid span {
  color: var(--blue);
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 900;
}

.production-stage-grid h3,
.quality-list h3,
.capability-columns h3,
.material-guide-table h3,
.serve-list h3 {
  margin: 28px 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  line-height: 1.05;
}

.production-stage-grid p,
.quality-list p,
.capability-columns p,
.material-guide-table p,
.serve-list p,
.company-purpose p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.quality-story {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 54px;
  align-items: center;
  background: var(--paper);
}

.quality-story figure {
  position: relative;
  min-height: 620px;
  margin: 0;
}

.quality-story figure img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 6px 6px 0 var(--ink);
}

.quality-story h2,
.company-purpose h2,
.sustainability-actions h2 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(38px, 5.4vw, 70px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
}

.quality-list {
  display: grid;
  margin-top: 28px;
  border-top: 2px solid var(--ink);
}

.quality-list article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 2px solid var(--ink);
}

.quality-list span {
  color: var(--coral);
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.quality-list h3 {
  margin: 0 0 6px;
}

.capability-band {
  color: #fff;
  background: var(--blue);
}

.capability-band .eyebrow {
  color: var(--ink);
}

.capability-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 36px;
  background: rgba(255, 255, 255, 0.4);
}

.capability-columns article {
  min-height: 260px;
  padding: 26px;
  background: var(--blue);
}

.capability-columns h3 {
  margin-top: 0;
}

.capability-columns p {
  color: rgba(255, 255, 255, 0.74);
}

.responsibility-principles {
  background: #fff;
}

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

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

.material-guide-table {
  display: grid;
  margin-top: 36px;
  border-top: 2px solid var(--ink);
}

.material-guide-table article {
  display: grid;
  grid-template-columns: minmax(120px, 160px) minmax(240px, 0.78fr) minmax(280px, 1.12fr);
  gap: 22px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 2px solid var(--ink);
}

.material-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 5px 5px 0 var(--ink);
  object-fit: cover;
}

.material-guide-table article > div {
  position: relative;
  min-width: 0;
  padding-left: 72px;
}

.material-guide-table .swatch {
  position: absolute;
  top: 2px;
  left: 0;
  width: 50px;
  height: 50px;
}

.material-guide-table h3 {
  margin: 0 0 5px;
}

.material-guide-table strong {
  color: var(--berry);
  line-height: 1.5;
}

.sustainability-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: 50px;
  background: var(--lime);
}

.sustainability-actions ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: questions;
  list-style: none;
}

.sustainability-actions li {
  position: relative;
  padding: 18px 18px 18px 70px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  font-weight: 900;
  counter-increment: questions;
}

.sustainability-actions li::before {
  content: "0" counter(questions);
  position: absolute;
  top: 15px;
  left: 18px;
  color: var(--blue);
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.company-purpose {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
  background: #fff;
}

.company-purpose > div:first-child {
  display: grid;
  gap: 16px;
  align-content: center;
}

.company-purpose > div:first-child .eyebrow {
  justify-self: start;
  margin-bottom: 0;
}

.company-purpose h2 {
  max-width: 650px;
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.04;
}

.company-purpose > div:last-child {
  display: grid;
  gap: 20px;
  align-content: center;
  max-width: 650px;
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.7;
}

.about-factory {
  background: var(--paper);
}

.about-factory-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 24px 54px;
  align-items: end;
}

.about-factory-copy .eyebrow {
  grid-column: 1 / -1;
  justify-self: start;
  margin-bottom: 0;
}

.about-factory-copy h2,
.about-factory-copy p {
  margin-top: 0;
  margin-bottom: 0;
}

.about-factory-copy > p:last-child {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.about-factory-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px;
  margin-top: 38px;
}

.about-factory-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
}

.about-factory-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.about-factory-gallery figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.78);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-factory-gallery figcaption strong,
.about-factory-gallery figcaption span {
  display: block;
}

.about-factory-gallery figcaption span {
  margin-top: 5px;
  color: #d5ddd9;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}

.about-factory-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
}

.about-factory-proof span {
  min-height: 82px;
  padding: 18px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: #fff;
  font-weight: 900;
  line-height: 1.35;
}

.company-values {
  background: var(--cream);
}

.company-values-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.company-values-grid article {
  padding: 22px 16px;
}

.who-we-serve {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 54px;
  background: #fff;
}

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

.serve-list article {
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
}

.serve-list h3 {
  margin-top: 0;
}

.home-quote-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(560px, 1.22fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px);
  color: #fff;
  background: var(--ink);
}

.home-quote-pitch {
  position: sticky;
  top: 112px;
}

.home-quote-pitch > img {
  width: 76px;
  height: 76px;
  margin-bottom: 30px;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  object-fit: contain;
}

.home-quote-pitch .eyebrow {
  color: var(--ink);
}

.home-quote-pitch h2 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(42px, 5.4vw, 72px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
}

.home-quote-pitch > p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.65;
}

.home-quote-pitch .button.secondary {
  color: var(--ink);
}

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

.quote-experience {
  position: relative;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  background: var(--ink);
}

.quote-experience::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(10, 10, 10, 0.72);
}

.quote-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(580px, 1.18fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: start;
  max-width: 1580px;
  margin: 0 auto;
  padding: clamp(44px, 6vw, 88px) clamp(18px, 5vw, 72px);
}

.quote-pitch {
  position: sticky;
  top: 112px;
  padding-top: 18px;
  color: #fff;
}

.quote-brand-mark {
  width: 78px;
  height: 78px;
  margin-bottom: 32px;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  object-fit: contain;
}

.quote-pitch .eyebrow {
  color: var(--ink);
}

.quote-pitch h1 {
  max-width: 650px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(48px, 6vw, 84px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
}

.quote-pitch > p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.quote-benefits {
  display: grid;
  gap: 16px;
  margin: 34px 0;
  padding: 0;
  list-style: none;
}

.quote-benefits li {
  position: relative;
  padding-left: 40px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.quote-benefits li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: inset 0 0 0 6px var(--coral);
}

.quote-benefits li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  width: 7px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.quote-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.quote-facts span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 800;
}

.quote-facts strong {
  color: var(--lime);
  font-size: 18px;
}

.project-form {
  padding: clamp(22px, 3vw, 34px);
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 10px 10px 0 var(--ink);
}

.project-form-heading {
  margin-bottom: 26px;
}

.project-form-heading p {
  margin: 0 0 6px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-form-heading h2 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
}

.project-form-heading > span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

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

.form-contact-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 10px 12px;
  border-left: 3px solid var(--coral);
  color: #494d53;
  background: #f5f6f4;
  font-size: 13px;
  font-weight: 700;
}

.project-form label > span,
.project-form legend {
  display: block;
  margin-bottom: 7px;
  color: #494d53;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-form input,
.project-form select,
.project-form textarea {
  width: 100%;
  border: 1px solid #cfd2d6;
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 16px;
}

.project-form input,
.project-form select {
  min-height: 50px;
  padding: 11px 13px;
}

.project-form textarea {
  min-height: 150px;
  padding: 13px;
  resize: vertical;
}

.project-form input:focus,
.project-form select:focus,
.project-form textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(91, 118, 255, 0.18);
}

.project-form fieldset {
  min-width: 0;
  margin: 28px 0 0;
  padding: 0;
  border: 0;
}

.project-form legend {
  width: 100%;
  margin-bottom: 10px;
}

.project-form legend small {
  color: #92959a;
  font-size: 10px;
  text-transform: none;
}

.choice-grid {
  display: grid;
  gap: 10px;
}

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

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

.application-choice-grid,
.sales-route-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sales-route-choice-grid label:last-child {
  grid-column: 1 / -1;
}

.choice-grid label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.choice-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.choice-grid label > span {
  display: flex;
  min-height: 108px;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 14px;
  border: 2px solid #d8dade;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  text-transform: none;
  transition: border-color 140ms ease, background 140ms ease, color 140ms ease, transform 140ms ease;
}

.route-choice-grid label > span {
  min-height: 92px;
}

.choice-grid label > span strong {
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
}

.choice-grid label > span small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.choice-grid input:checked + span {
  border-color: var(--coral);
  color: #fff;
  background: var(--coral);
  transform: translateY(-2px);
}

.choice-grid input:checked + span small {
  color: rgba(255, 255, 255, 0.78);
}

.choice-grid input:focus-visible + span {
  outline: 3px solid rgba(91, 118, 255, 0.3);
  outline-offset: 2px;
}

.project-details-grid {
  margin-top: 28px;
}

.file-field {
  position: relative;
  cursor: pointer;
}

.file-field input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.file-upload-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 16px;
  border: 1px dashed #b9bec6;
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: none;
}

.file-field:focus-within .file-upload-control {
  border-color: var(--blue);
  outline: 3px solid rgba(91, 118, 255, 0.18);
}

.file-name {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.file-field > small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
}

.message-field {
  display: block;
  margin-top: 20px;
}

.form-submit {
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}

.form-privacy {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.form-notice {
  margin-bottom: 20px;
  padding: 13px 15px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.form-notice.success {
  background: #c9f2e9;
}

.form-notice.error {
  background: #ffd9e3;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(180px, 0.7fr) minmax(260px, 1fr);
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 72px);
  background: #140e0c;
  color: #fff;
}

.site-footer p {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
}

.site-footer .footer-company-address {
  margin-top: 14px;
  max-width: 520px;
  font-size: 12px;
  line-height: 1.55;
}

.footer-company-address strong {
  color: rgba(255, 255, 255, 0.9);
}

.footer-logo {
  display: block;
  width: min(100%, 260px);
  height: auto;
  padding: 10px 14px;
  border-radius: 4px;
  background: #fff;
  object-fit: contain;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: flex-start;
  justify-content: flex-end;
}

.footer-nav {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.footer-links a {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
}

.footer-contact-link {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: min(100%, 315px);
  padding: 12px 16px 12px 12px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  text-align: left;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.footer-contact-link:hover,
.footer-contact-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.12);
}

.footer-contact-link svg {
  width: 42px;
  height: 42px;
  padding: 9px;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact-link.whatsapp svg {
  background: #dfff35;
}

.footer-contact-link span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.footer-contact-link small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-contact-link strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: clamp(15px, 1.8vw, 19px);
  line-height: 1.08;
}

.floating-whatsapp {
  position: fixed;
  right: clamp(16px, 3vw, 30px);
  bottom: clamp(16px, 3vw, 30px);
  z-index: 80;
  display: grid;
  grid-template-columns: 48px auto;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 8px 18px 8px 8px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #dfff35;
  color: var(--ink);
  box-shadow: 7px 7px 0 rgba(20, 14, 12, 0.24);
  font-weight: 900;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-3px);
  box-shadow: 9px 10px 0 rgba(20, 14, 12, 0.28);
}

.floating-whatsapp svg {
  width: 48px;
  height: 48px;
  padding: 10px;
  border-radius: 50%;
  background: var(--ink);
  color: #dfff35;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-whatsapp span {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.floating-whatsapp small {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.floating-whatsapp strong {
  font-size: 17px;
}

/* Static previews do not render the WordPress SVG icon. */
.floating-whatsapp:not(:has(svg)) {
  grid-template-columns: auto;
  min-width: 132px;
  padding: 10px 18px;
}

.floating-whatsapp:not(:has(svg)) span {
  width: auto;
  min-width: 0;
  text-align: center;
  white-space: nowrap;
}

.content-shell {
  padding: clamp(54px, 8vw, 100px) clamp(18px, 5vw, 72px);
}

.page-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 44px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 8px 8px 0 var(--ink);
}

.page-content h1 {
  margin-bottom: 22px;
  font-size: clamp(38px, 5vw, 68px);
}

.post-hero {
  margin: 24px 0;
}

@media (max-width: 1180px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .showcase-grid,
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .guide-card-grid,
  .guide-two-column,
  .guide-check-grid,
  .shipping-region-grid,
  .faq-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .site-header {
    background: #fff8ef;
    backdrop-filter: none;
  }

  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
  }

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

  .menu {
    display: grid;
    gap: 4px;
    padding: 10px 0 4px;
  }

  .menu a {
    border-radius: 8px;
    background: #fff;
  }

  .menu .sub-menu {
    position: static;
    width: auto;
    margin: 4px 0 8px;
    padding: 4px 0 4px 14px;
    border: 0;
    visibility: visible;
    opacity: 1;
    background: transparent;
    box-shadow: none;
    pointer-events: auto;
    transform: none;
  }

  .menu .sub-menu::before {
    display: none;
  }

  .menu .sub-menu a {
    padding-left: 14px;
    border-left: 2px solid var(--blue);
    background: var(--paper);
  }

  .header-cta {
    display: none;
  }

  .hero,
  .custom-section,
  .factory-section,
  .faq-section,
  .quote-section,
  .page-cta,
  .quality-story,
  .sustainability-actions,
  .company-purpose,
  .who-we-serve,
  .product-overview,
  .product-customize-section,
  .product-confirm-section,
  .solution-system-showcase {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    width: min(92vw, 500px);
  }

  .intro-grid,
  .sample-route-grid,
  .social-strip {
    grid-template-columns: 1fr 1fr;
  }

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

  .solution-system-media {
    min-height: 420px;
  }

  .home-path-grid {
    grid-template-columns: 1fr;
  }

  .build-grid,
  .material-library,
  .launch-grid,
  .production-stage-grid,
  .values-preview-grid,
  .related-product-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .sample-route:last-child {
    grid-column: 1 / -1;
    min-height: 260px;
  }

  .launch-grid article:last-child {
    grid-column: 1 / -1;
  }

  .faq-section {
    gap: 34px;
  }

  .factory-section {
    gap: 34px;
  }

  .quality-story,
  .company-purpose,
  .who-we-serve,
  .sustainability-actions {
    gap: 34px;
  }

  .company-purpose h2 {
    max-width: 720px;
    font-size: clamp(34px, 7vw, 44px);
    line-height: 1.06;
  }

  .company-purpose > div:last-child {
    max-width: 720px;
    font-size: 17px;
  }

  .quality-story figure,
  .quality-story figure img {
    min-height: 460px;
  }

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

  .site-footer > div:first-child {
    grid-column: 1 / -1;
  }

  .quote-layout {
    grid-template-columns: 1fr;
    max-width: 820px;
  }

  .home-quote-section {
    grid-template-columns: 1fr;
  }

  .home-quote-pitch {
    position: static;
  }

  .quote-pitch {
    position: static;
    padding-top: 0;
  }

  .guide-card-grid,
  .guide-two-column,
  .guide-check-grid,
  .shipping-region-grid,
  .faq-topic-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    padding: 11px 16px;
  }

  .brand-text {
    max-width: 170px;
  }

  .brand-logo {
    width: min(172px, 48vw);
    height: auto;
    max-width: none;
    max-height: 44px;
  }

  .hero {
    padding: 34px 16px 28px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .proof-row span {
    width: 100%;
  }

  .proof-row,
  .sample-route-grid,
  .sample-credit,
  .build-grid,
  .material-library,
  .launch-grid,
  .system-item-grid,
  .production-checkline,
  .home-sample-steps,
  .values-preview-grid,
  .decision-grid,
  .production-stage-grid,
  .capability-columns,
  .responsibility-grid,
  .company-values-grid,
  .serve-list {
    grid-template-columns: 1fr;
  }

  .sample-route,
  .sample-route:last-child {
    grid-column: auto;
    min-height: 300px;
  }

  .sample-credit .button {
    width: 100%;
  }

  .solution-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .solution-card img {
    height: auto;
    aspect-ratio: 16 / 10;
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .solution-card > div {
    min-height: 320px;
  }

  .home-path-grid > a {
    grid-template-columns: 1fr;
  }

  .home-path-grid img {
    height: auto;
    aspect-ratio: 16 / 10;
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .home-path-grid a > div {
    min-height: 280px;
  }

  .page-hero {
    min-height: 620px;
  }

  .page-hero h1 {
    font-size: 44px;
  }

  .page-hero > div {
    padding-right: 16px;
    padding-left: 16px;
  }

  .page-hero figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .material-guide-table article {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .material-photo {
    max-height: 240px;
  }

  .material-guide-table article > div {
    padding-left: 62px;
  }

  .material-guide-table strong {
    grid-column: auto;
  }

  .page-cta .button {
    width: 100%;
  }

  .form-grid,
  .packaging-choice-grid,
  .route-choice-grid,
  .application-choice-grid,
  .sales-route-choice-grid,
  .home-route-grid {
    grid-template-columns: 1fr;
  }

  .sales-route-choice-grid label:last-child {
    grid-column: auto;
  }

  .showcase-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .product-considerations,
  .sample-summary-grid,
  .related-product-grid {
    grid-template-columns: 1fr;
  }

  .quote-layout {
    padding-right: 16px;
    padding-left: 16px;
  }

  .project-form {
    padding: 20px;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .choice-grid label > span {
    min-height: 90px;
  }

  .quality-story figure,
  .quality-story figure img {
    min-height: 360px;
  }

  .build-grid article {
    min-height: 0;
  }

  .launch-grid article:last-child {
    grid-column: auto;
  }

  .floating-note {
    font-size: 12px;
  }

  .note-one {
    left: 8px;
  }

  .note-two {
    right: 8px;
  }

  .section,
  .quote-section,
  .content-shell {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section h2,
  .quote-section h2 {
    font-size: 38px;
  }

  .intro-grid,
  .product-grid,
  .social-strip,
  .mini-socials {
    grid-template-columns: 1fr;
  }

  .product-category-anchor {
    display: grid;
    align-items: start;
  }

  .product-category-anchor p {
    text-align: left;
  }

  .process-list div {
    grid-template-columns: 1fr;
  }

  .factory-media {
    grid-template-columns: 1fr;
  }

  .factory-media img:first-child,
  .factory-media img {
    min-height: 260px;
  }

  .social-strip article {
    min-height: 360px;
  }

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

  .site-footer > div:first-child {
    grid-column: auto;
  }

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

  .floating-whatsapp {
    grid-template-columns: 48px;
    width: 62px;
    min-height: 62px;
    padding: 5px;
    box-shadow: 5px 5px 0 rgba(20, 14, 12, 0.2);
  }

  .floating-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .floating-whatsapp:not(:has(svg)) {
    grid-template-columns: auto;
    width: auto;
    min-width: 116px;
    padding: 9px 14px;
  }

  .floating-whatsapp:not(:has(svg)) span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: nowrap;
  }

  .page-content {
    padding: 26px;
  }
}

.privacy-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.privacy-consent input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  accent-color: var(--coral);
}

.privacy-consent a,
.legal-content a {
  color: var(--berry);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding: 18px clamp(20px, 5vw, 72px) 28px;
  color: rgba(255, 255, 255, 0.72);
  background: #111;
  font-size: 13px;
}

.footer-legal span {
  margin-right: auto;
}

.footer-legal a {
  color: #fff;
  font: inherit;
}

.legal-page {
  min-height: 70vh;
  padding: clamp(42px, 7vw, 92px) clamp(20px, 7vw, 110px) clamp(70px, 9vw, 120px);
  background: #fff;
}

.legal-page > header,
.legal-content {
  width: min(860px, 100%);
  margin: 0 auto;
}

.legal-page > header {
  padding-bottom: 34px;
  border-bottom: 3px solid var(--ink);
}

.legal-page h1 {
  max-width: none;
  margin: 12px 0;
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.96;
}

.legal-page > header > p:last-child {
  color: var(--muted);
}

.legal-content {
  padding-top: 24px;
}

.legal-content h2 {
  margin: 42px 0 10px;
  font-size: clamp(25px, 3vw, 36px);
}

.legal-content p,
.legal-content li {
  color: #45484e;
  font-size: 17px;
  line-height: 1.8;
}

.page-hero-contact img {
  object-fit: contain;
  background: #fff;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  background: var(--lime);
}

.contact-methods article {
  padding: clamp(26px, 4vw, 48px);
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 7px 7px 0 var(--ink);
}

.contact-methods span,
.company-identity-band span {
  color: var(--berry);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-methods h2 {
  margin: 14px 0 8px;
  font-size: clamp(28px, 4vw, 44px);
}

.contact-methods p {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.7;
}

.procurement-brief {
  background: #fff;
}

.procurement-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
}

.procurement-check-grid article {
  min-height: 190px;
  padding: 26px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.procurement-check-grid span {
  color: var(--coral);
  font-weight: 900;
}

.procurement-check-grid h3 {
  margin: 18px 0 7px;
  font-size: 24px;
}

.procurement-check-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.company-identity-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--ink);
}

.company-identity-band div {
  display: grid;
  gap: 8px;
  min-height: 120px;
  align-content: center;
  padding: 26px;
  background: #fff;
}

.company-identity-band strong {
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

.business-evidence-room {
  background: #f4f0e9;
}

.evidence-room-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 54px;
  align-items: end;
  padding-bottom: 30px;
  border-bottom: 2px solid var(--ink);
}

.evidence-room-heading h2,
.evidence-room-intro p {
  margin-top: 0;
}

.evidence-room-heading h2 {
  margin-bottom: 0;
}

.evidence-room-intro {
  color: #4f5b57;
  font-size: 17px;
  line-height: 1.65;
}

.evidence-room-intro > p:first-child {
  margin-bottom: 15px;
}

.evidence-draft-note {
  margin-bottom: 0;
  padding: 12px 14px;
  border-left: 4px solid var(--coral);
  color: #603d37;
  background: #fff;
  font-size: 13px;
  line-height: 1.5;
}

.evidence-draft-note.is-complete {
  border-left-color: #16a887;
  color: #214a3f;
}

.evidence-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
}

.evidence-facts article {
  display: grid;
  min-width: 0;
  min-height: 150px;
  align-content: space-between;
  padding: 20px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: #fff;
}

.evidence-facts span {
  color: var(--berry);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.evidence-facts strong {
  overflow-wrap: anywhere;
  font-family: "Inter", sans-serif;
  font-size: clamp(17px, 1.7vw, 24px);
  line-height: 1.16;
}

.evidence-facts small {
  color: #6d7773;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.evidence-facts .is-placeholder strong,
.evidence-reference.is-placeholder {
  color: #6f6964;
  font-style: italic;
  font-weight: 700;
}

.evidence-facts .is-verified {
  box-shadow: inset 0 5px 0 #16a887;
}

.evidence-ledger {
  margin-top: 28px;
  border: 2px solid var(--ink);
  background: #fff;
}

.evidence-ledger-head,
.evidence-ledger article {
  display: grid;
  grid-template-columns: minmax(130px, 0.72fr) minmax(230px, 1.24fr) minmax(210px, 1.14fr) minmax(105px, 0.54fr);
  gap: 20px;
  align-items: center;
  padding: 15px 18px;
}

.evidence-ledger-head {
  color: #fff;
  background: #173e32;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.evidence-ledger article + article {
  border-top: 1px solid #aeb7b3;
}

.evidence-ledger article > strong {
  font-family: "Inter", sans-serif;
  font-size: 15px;
}

.evidence-ledger article p,
.evidence-ledger article small {
  margin: 0;
  color: #52605b;
  font-size: 13px;
  line-height: 1.45;
}

.evidence-ledger article small {
  color: #173e32;
  font-weight: 900;
  text-transform: uppercase;
}

.evidence-reference {
  overflow-wrap: anywhere;
  color: #173e32;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.evidence-reference.is-placeholder {
  padding: 8px 10px;
  border: 1px dashed #9a918a;
  background: #f8f5f0;
}

.evidence-request-line {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding: 18px 20px;
  color: #fff;
  background: #173e32;
}

.evidence-request-line p {
  max-width: 760px;
  margin: 0;
  line-height: 1.55;
}

.evidence-request-line .button {
  flex: 0 0 auto;
  background: #fff;
}

.buyer-verification {
  background: var(--lime);
}

.buyer-verification-grid,
.buyer-evidence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 28px;
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
  background: #fff;
}

.buyer-verification-grid article,
.buyer-evidence-grid article {
  min-height: 220px;
  padding: 26px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.buyer-verification-grid span,
.buyer-evidence-grid span {
  color: var(--coral);
  font-weight: 900;
}

.buyer-verification-grid h3,
.buyer-evidence-grid h3 {
  margin: 34px 0 8px;
  font-size: 24px;
}

.buyer-verification-grid p,
.buyer-evidence-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.buyer-evidence-section {
  background: #fff;
}

.buyer-evidence-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0;
}

.guide-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  min-height: 560px;
  background: var(--cream);
}

.guide-detail-hero > div {
  display: grid;
  align-content: center;
  padding: clamp(42px, 7vw, 104px);
}

.guide-detail-hero h1 {
  max-width: 900px;
  margin: 16px 0 24px;
  font-size: clamp(46px, 6.5vw, 86px);
  line-height: 0.98;
}

.guide-detail-hero p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.guide-detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(18px, 4vw, 56px);
  background: #fff;
}

.guide-detail-content {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(56px, 8vw, 110px) 0;
}

.guide-detail-content h2 {
  margin: 58px 0 14px;
  font-size: clamp(32px, 4vw, 50px);
}

.guide-detail-content h2:first-child {
  margin-top: 0;
}

.guide-detail-content h3 {
  margin: 34px 0 8px;
  font-size: clamp(23px, 3vw, 31px);
}

.guide-detail-content p,
.guide-detail-content li {
  color: #45484e;
  font-size: 18px;
  line-height: 1.75;
}

.guide-detail-content ul {
  padding-left: 24px;
}

.guide-next-step {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 34px;
  padding: clamp(42px, 7vw, 90px);
  color: #fff;
  background: var(--ink);
}

.guide-next-step h2 {
  max-width: 850px;
  margin: 12px 0;
  font-size: clamp(36px, 5vw, 64px);
}

.guide-next-step p:last-child {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

@media (max-width: 900px) {
  .about-factory-copy,
  .about-factory-gallery {
    grid-template-columns: 1fr;
  }

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

  .guide-detail-hero,
  .guide-next-step {
    grid-template-columns: 1fr;
  }

  .contact-methods,
  .procurement-check-grid,
  .company-identity-band,
  .buyer-verification-grid,
  .buyer-evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-detail-hero {
    min-height: auto;
  }

  .guide-detail-hero img {
    max-height: 460px;
  }
}

@media (max-width: 600px) {
  .about-factory-gallery {
    gap: 14px;
  }

  .about-factory-gallery img {
    aspect-ratio: 4 / 3;
  }

  .about-factory-proof {
    grid-template-columns: 1fr;
  }

  .contact-methods,
  .procurement-check-grid,
  .company-identity-band,
  .buyer-verification-grid,
  .buyer-evidence-grid {
    grid-template-columns: 1fr;
  }

  .footer-legal span {
    width: 100%;
    margin-right: 0;
  }

  .guide-detail-hero > div,
  .guide-next-step {
    padding: 38px 20px;
  }
}

/* Immersive home banner */
.home-hero-grand {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: calc(100svh - 128px);
  padding: 72px 6vw 58px;
  overflow: hidden;
  color: #fff;
  background: #0a0a0a;
}

.home-hero-grand::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.16);
}

.home-hero-background {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero-grand .hero-copy {
  width: min(920px, 68vw);
}

.home-hero-grand .eyebrow {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(9, 9, 9, 0.52);
}

.home-hero-grand h1 {
  max-width: 900px;
  color: #fff;
  font-size: 92px;
  line-height: 0.9;
  text-wrap: balance;
}

.home-hero-grand .hero-lede {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.home-hero-grand .button {
  border-color: #fff;
  box-shadow: none;
}

.home-hero-grand .button.secondary {
  color: #fff;
  background: rgba(9, 9, 9, 0.5);
}

.home-hero-grand .button:hover {
  box-shadow: 3px 3px 0 #fff;
}

.home-hero-grand .proof-row {
  gap: 0;
  max-width: 760px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.home-hero-grand .proof-row span {
  min-height: 64px;
  padding: 3px 20px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: transparent;
}

.home-hero-grand .proof-row span:first-child {
  padding-left: 0;
  border-left: 0;
}

.home-hero-grand .proof-row strong {
  color: var(--coral);
  font-size: 25px;
}

.home-hero-grand .proof-row small {
  color: rgba(255, 255, 255, 0.72);
}

.home-hero-range {
  position: absolute;
  right: 4vw;
  bottom: 28px;
  display: flex;
  gap: 18px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-hero-range span + span {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.42);
}

@media (max-width: 1200px) {
  .home-hero-grand h1 {
    font-size: 76px;
  }
}

@media (max-width: 980px) {
  .home-hero-grand {
    min-height: calc(100svh - 116px);
    padding: 64px 28px 52px;
  }

  .home-hero-grand .hero-copy {
    width: min(760px, 82vw);
  }

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

  .home-hero-background {
    object-position: 58% center;
  }

  .home-hero-range {
    display: none;
  }
}

@media (max-width: 640px) {
  .home-hero-grand {
    min-height: calc(100svh - 106px);
    padding: 34px 16px 28px;
  }

  .home-hero-grand::before {
    background: rgba(0, 0, 0, 0.34);
  }

  .home-hero-grand .hero-copy {
    width: 100%;
  }

  .home-hero-grand h1 {
    max-width: 530px;
    font-size: 48px;
    line-height: 0.92;
  }

  .home-hero-grand .hero-lede {
    max-width: 540px;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.42;
  }

  .home-hero-grand .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 16px;
  }

  .home-hero-grand .hero-actions .button {
    width: auto;
    min-height: 46px;
    padding: 12px 9px;
    font-size: 12px;
  }

  .home-hero-grand .proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 16px;
    padding-top: 13px;
  }

  .home-hero-grand .proof-row span {
    width: auto;
    min-height: 56px;
    padding: 2px 9px;
  }

  .home-hero-grand .proof-row strong {
    font-size: 18px;
  }

  .home-hero-grand .proof-row small {
    font-size: 10px;
  }

  .home-hero-background {
    object-position: 63% center;
  }
}

@media (max-width: 390px) {
  .home-hero-grand h1 {
    font-size: 42px;
  }
}

/* Application-led catalog and briefs */
.application-output {
  background: #f4f0e8;
}

.application-output-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 2px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.application-output-grid article {
  min-width: 0;
  padding: 22px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: rgba(255, 255, 255, 0.68);
}

.application-output-grid h3 {
  margin: 0 0 9px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.application-output-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.technical-format-reference {
  background: #fff;
}

.technical-format-reference details {
  max-width: 1180px;
  margin: 0 auto;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #f8f6f1;
}

.technical-format-reference summary {
  position: relative;
  padding: 22px 64px 22px 24px;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 900;
}

.technical-format-reference summary::-webkit-details-marker {
  display: none;
}

.technical-format-reference summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 28px;
  height: 28px;
  content: "+";
  transform: translateY(-50%);
  border: 2px solid var(--ink);
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 23px;
}

.technical-format-reference details[open] summary::after {
  content: "−";
}

.technical-format-reference details > p {
  max-width: 820px;
  margin: 0;
  padding: 0 24px 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.technical-format-reference ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.technical-format-reference li {
  display: grid;
  grid-template-columns: minmax(210px, 0.45fr) minmax(0, 1fr);
  gap: 24px;
  padding: 16px 24px;
  border-bottom: 1px solid var(--ink);
}

.technical-format-reference li:last-child {
  border-bottom: 0;
}

.technical-format-reference li a {
  color: #174b3a;
  font-weight: 900;
}

.technical-format-reference li span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.application-detail-page {
  background: #edf4ef;
}

.application-hero {
  background: #f6f1e8;
}

.application-hero img {
  padding: 28px;
  object-fit: contain;
  background: #e7eee8;
}

.application-brief-section {
  padding-top: 60px;
  scroll-margin-top: 96px;
  background: #edf4ef;
}

.application-brief-heading {
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) minmax(0, 0.9fr);
  column-gap: 42px;
  align-items: center;
}

.application-brief-heading .eyebrow {
  grid-column: 1 / -1;
}

.application-brief-heading h2,
.application-brief-heading p {
  margin-bottom: 0;
}

.application-brief-heading h2 {
  max-width: 680px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
}

.application-brief-heading p {
  max-width: 560px;
  font-size: 15px;
}

.application-project-form {
  max-width: 1060px;
  margin: 30px auto 0;
  padding: 30px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 8px 8px 0 #173229;
  background: #fff;
}

.application-form-topline {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--ink);
}

.application-form-topline strong {
  font-size: 16px;
  text-transform: uppercase;
}

.application-form-topline span {
  color: var(--muted);
  font-size: 12px;
}

.application-step {
  min-width: 0;
  margin: 0;
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid #b9c4bd;
}

.application-step legend {
  display: flex;
  width: 100%;
  gap: 12px;
  align-items: center;
  margin: 0 0 20px;
  padding: 0;
  font-size: 19px;
  font-weight: 900;
}

.application-step legend b {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #174b3a;
  font-size: 13px;
}

.application-choice-block > p,
.application-select-field > span {
  display: block;
  margin: 0 0 9px;
  color: #4a5350;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.application-select-field {
  display: block;
  margin-top: 18px;
}

.application-select-field select {
  width: 100%;
}

.application-compact-grid {
  margin-top: 18px;
}

.application-situations {
  background: #fff;
}

.application-situation-list {
  margin-top: 28px;
  border-top: 2px solid var(--ink);
}

.application-situation-list article {
  display: grid;
  grid-template-columns: 46px minmax(170px, 0.75fr) minmax(220px, 1fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--ink);
}

.application-situation-list article > span {
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
}

.application-situation-list h3,
.application-situation-list strong,
.application-situation-list p {
  margin: 0;
}

.application-situation-list h3 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.application-situation-list strong {
  color: #174b3a;
  font-size: 13px;
  line-height: 1.45;
}

.application-situation-list p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

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

  .application-situation-list article {
    grid-template-columns: 40px minmax(160px, 0.8fr) minmax(180px, 1fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 720px) {
  .application-brief-heading,
  .application-output-grid,
  .application-option-grid {
    grid-template-columns: 1fr;
  }

  .application-brief-heading {
    gap: 14px;
  }

  .application-project-form {
    padding: 20px 16px;
    box-shadow: 5px 5px 0 #173229;
  }

  .application-form-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .application-situation-list article {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px 12px;
  }

  .application-situation-list article > span {
    grid-row: 1 / 4;
  }

  .technical-format-reference li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* Evidence-led homepage and product content. */
.home-flagship {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  background: #edf3ee;
}

.home-products .primary-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-hero-grand .proof-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 760px;
}

.home-hero-grand .proof-row strong {
  font-size: clamp(17px, 1.55vw, 22px);
}

.home-hero-grand .proof-row small {
  font-size: 10px;
}

.home-flagship-media {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
}

.home-flagship-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.home-flagship-media > span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 12px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  color: var(--ink);
  background: var(--lime);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-flagship-copy h2,
.home-documentation h2 {
  margin: 12px 0 18px;
  font-family: "Inter", sans-serif;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 0.98;
}

.home-flagship-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: #46534e;
  font-size: 18px;
  line-height: 1.6;
}

.home-flagship-specs {
  margin: 28px 0 30px;
  border-top: 2px solid var(--ink);
}

.home-flagship-specs > div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--ink);
}

.home-flagship-specs dt {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-flagship-specs dd {
  margin: 0;
  color: #4e5b56;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.home-documentation {
  background: #e7f0ff;
}

.home-documentation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.home-documentation-grid article {
  min-height: 230px;
  padding: 24px 22px;
}

.home-documentation-grid article + article {
  border-left: 1px solid var(--ink);
}

.home-documentation-grid span,
.product-documentation-grid span,
.production-control-grid > article > span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
}

.home-documentation-grid h3,
.product-documentation-grid h3,
.production-control-grid h3,
.quality-record-grid h3 {
  margin: 34px 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 1.1;
}

.home-documentation-grid p,
.product-documentation-grid p,
.production-control-grid p,
.quality-record-grid p {
  margin: 0;
  color: #53615c;
  line-height: 1.55;
}

.home-documentation-note {
  display: flex;
  gap: 18px;
  align-items: baseline;
  margin: 26px 0 0;
  padding: 18px 20px;
  color: #fff;
  background: #173e32;
  font-size: 14px;
  line-height: 1.5;
}

.home-documentation-note strong {
  flex: 0 0 auto;
  color: var(--lime);
}

.home-production-checks {
  display: grid;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.home-production-checks li {
  position: relative;
  padding-left: 24px;
  color: #46534e;
  line-height: 1.45;
}

.home-production-checks li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--coral);
  content: "✓";
  font-weight: 900;
}

.production-control-grid,
.quality-record-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
}

.production-control-grid article,
.quality-record-grid article {
  min-height: 220px;
  padding: 24px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.production-control-grid h3,
.quality-record-grid h3 {
  margin-top: 28px;
}

.about-quality-records {
  background: #e7f0ff;
}

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

.quality-record-grid article {
  min-height: 200px;
  background: rgba(255, 255, 255, 0.34);
}

.company-disclosure {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 28px;
  padding: 24px var(--page-pad);
  color: #d8dfdc;
  background: #173e32;
  font-size: 12px;
  line-height: 1.5;
}

.company-disclosure p {
  margin: 0;
}

.company-disclosure strong {
  color: #fff;
}

.product-decision-checks {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 2px solid var(--ink);
}

.product-decision-checks > span {
  color: var(--berry);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-decision-checks ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
  color: #4f5b56;
  line-height: 1.5;
}

.product-documentation-section {
  background: #e7f0ff;
}

.product-documentation-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  margin-top: 34px;
}

.product-documentation-layout figure {
  overflow: hidden;
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
}

.product-documentation-layout figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-documentation-layout figcaption {
  padding: 16px 18px;
  border-top: 2px solid var(--ink);
  color: #4d5954;
  font-size: 13px;
  line-height: 1.5;
}

.product-documentation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
}

.product-documentation-grid article {
  min-height: 210px;
  padding: 22px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: rgba(255, 255, 255, 0.38);
}

.product-documentation-grid h3 {
  margin-top: 28px;
}

.barrier-report-callout {
  display: grid;
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1.55fr);
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding: 20px 22px;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: var(--lime);
}

.barrier-report-callout[hidden] {
  display: none;
}

.barrier-report-callout strong {
  font-family: "Inter", sans-serif;
  font-size: 19px;
}

.barrier-report-callout span {
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .home-products .primary-product-grid,
  .home-hero-grand .proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-flagship {
    grid-template-columns: 1fr;
  }

  .home-flagship-media {
    min-height: 430px;
  }

  .home-flagship-media img {
    min-height: 430px;
  }

  .home-documentation-grid,
  .quality-record-grid,
  .evidence-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-documentation-grid article:nth-child(3),
  .quality-record-grid article:nth-child(3) {
    border-left: 0;
  }

  .home-documentation-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--ink);
  }

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

  .evidence-room-heading {
    grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1.2fr);
    gap: 34px;
  }

  .evidence-ledger-head,
  .evidence-ledger article {
    grid-template-columns: minmax(110px, 0.7fr) minmax(190px, 1.2fr) minmax(170px, 1fr) minmax(95px, 0.55fr);
    gap: 14px;
  }
}

@media (max-width: 760px) {
  .home-products .primary-product-grid {
    grid-template-columns: 1fr;
  }

  .home-flagship-media,
  .home-flagship-media img {
    min-height: 320px;
  }

  .home-flagship-specs > div,
  .company-disclosure,
  .barrier-report-callout {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .home-documentation-grid,
  .production-control-grid,
  .quality-record-grid,
  .product-documentation-grid,
  .evidence-room-heading,
  .evidence-facts {
    grid-template-columns: 1fr;
  }

  .home-documentation-grid article,
  .home-documentation-grid article + article,
  .home-documentation-grid article:nth-child(3) {
    min-height: 0;
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .home-documentation-grid article:first-child {
    border-top: 0;
  }

  .home-documentation-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .production-control-grid article,
  .quality-record-grid article,
  .product-documentation-grid article {
    min-height: 0;
  }

  .evidence-room-heading {
    gap: 22px;
  }

  .evidence-facts article {
    min-height: 126px;
  }

  .evidence-ledger-head {
    display: none;
  }

  .evidence-ledger article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px;
  }

  .evidence-ledger article > strong {
    font-size: 18px;
  }

  .evidence-ledger article small::before {
    content: "Access: ";
    color: #68736f;
  }

  .evidence-request-line {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .evidence-request-line .button {
    width: 100%;
  }
}

/* Verified company and manufacturing presentation */
.about-manufacturing-page {
  color: var(--professional-ink);
  background: #f4f3ef;
}

.about-manufacturing-page .page-hero-about {
  display: flex;
  min-height: 610px;
  align-items: center;
  border-bottom: 1px solid var(--professional-line);
  color: #fff;
  background: var(--professional-navy);
}

.about-manufacturing-page .page-hero-about::after {
  background: rgba(7, 25, 37, 0.54);
}

.about-manufacturing-page .page-hero-about > div {
  max-width: 780px;
  padding: clamp(58px, 7vw, 100px) var(--page-pad);
}

.about-manufacturing-page .page-hero-about h1 {
  max-width: 670px;
  margin: 18px 0 24px;
  color: #fff;
  font-size: clamp(42px, 4.5vw, 62px);
  line-height: 1.04;
  letter-spacing: 0;
}

.about-manufacturing-page .page-hero-about p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.7;
}

.about-manufacturing-page .page-hero-about > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: center;
  border: 0;
}

.verified-company-overview,
.manufacturing-process-gallery,
.supplied-certification-records {
  padding: clamp(68px, 7vw, 104px) var(--page-pad);
}

.about-manufacturing-page .section-heading.wide {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(300px, 0.9fr) minmax(440px, 1.1fr);
  column-gap: clamp(44px, 8vw, 120px);
  align-items: end;
  margin-bottom: 40px;
}

.about-manufacturing-page .section-heading.wide .eyebrow {
  grid-column: 1 / -1;
  justify-self: start;
}

.about-manufacturing-page .section-heading.wide h2 {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--professional-navy);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: 0;
}

.about-manufacturing-page .section-heading.wide > p:last-child {
  margin: 0;
  color: var(--professional-muted);
  font-size: 17px;
  line-height: 1.7;
}

.verified-company-overview {
  background: #eef2f0;
}

.verified-company-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--professional-line);
  border-left: 1px solid var(--professional-line);
}

.verified-company-facts article {
  display: grid;
  min-height: 170px;
  align-content: start;
  gap: 16px;
  padding: 26px;
  border-right: 1px solid var(--professional-line);
  border-bottom: 1px solid var(--professional-line);
  background: rgba(255, 255, 255, 0.5);
}

.verified-company-facts strong {
  color: var(--professional-navy);
  font-size: 19px;
  line-height: 1.25;
}

.verified-company-facts span {
  color: var(--professional-muted);
  font-size: 14px;
  line-height: 1.6;
}

.manufacturing-process-gallery {
  background: #fff;
}

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

.manufacturing-process-grid figure,
.certification-record-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--professional-line);
  background: #f5f4f0;
}

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

.manufacturing-process-grid figcaption {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border-top: 1px solid var(--professional-line);
  background: #fff;
}

.manufacturing-process-grid figcaption span {
  color: var(--professional-accent);
  font-size: 11px;
  font-weight: 850;
}

.manufacturing-process-grid figcaption strong {
  color: var(--professional-navy);
  font-size: 17px;
}

.supplied-certification-records {
  background: #e8ecee;
}

.certification-record-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.certification-record-grid img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: contain;
  padding: 18px;
  background: #fff;
}

.certification-record-grid figcaption {
  min-height: 66px;
  padding: 16px 18px;
  border-top: 1px solid var(--professional-line);
  color: var(--professional-navy);
  background: #fff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.about-contact-cta .eyebrow {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
}

@media (max-width: 1024px) {
  .verified-company-facts,
  .certification-record-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .about-manufacturing-page .page-hero-about {
    display: flex;
    min-height: 600px;
    align-items: flex-end;
  }

  .about-manufacturing-page .page-hero-about > div {
    padding: 56px 20px;
  }

  .about-manufacturing-page .page-hero-about h1 {
    font-size: 39px;
  }

  .about-manufacturing-page .page-hero-about > img {
    height: 100%;
    min-height: 600px;
    object-position: 58% center;
    border: 0;
  }

  .verified-company-overview,
  .manufacturing-process-gallery,
  .supplied-certification-records {
    padding: 56px 20px;
  }

  .about-manufacturing-page .section-heading.wide {
    display: block;
    margin-bottom: 28px;
  }

  .about-manufacturing-page .section-heading.wide h2 {
    font-size: 36px;
  }

  .about-manufacturing-page .section-heading.wide > p:last-child {
    margin-top: 18px;
    font-size: 15px;
  }

  .verified-company-facts,
  .manufacturing-process-grid,
  .certification-record-grid {
    grid-template-columns: 1fr;
  }

  .verified-company-facts article {
    min-height: auto;
  }

  .certification-record-grid img {
    height: 280px;
  }

  .company-disclosure {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 20px;
  }
}

/* July 21 content revision: denser proof, process, and insight layouts. */
.home-production-evidence .buyer-verification-lead {
  margin-bottom: 24px;
}

.home-production-evidence > .button {
  margin-top: 0;
}

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

.production-stage-grid-nine article {
  overflow: hidden;
  padding: 0 18px 18px;
}

.production-stage-media {
  aspect-ratio: 16 / 9;
  margin: 0 -18px 16px;
  border-bottom: 1px solid var(--ink);
  background: #e7e9e5;
}

.production-stage-grid-nine h3 {
  min-height: 2.4em;
}

.order-approval-trail {
  background: var(--lime-soft);
}

.page-hero-insights img {
  object-fit: contain;
  padding: clamp(20px, 3vw, 48px);
  background: #f2f1ed;
}

.insight-index {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: #fff;
}

.insight-index a {
  display: grid;
  min-height: 92px;
  padding: 18px;
  align-content: center;
  border-right: 1px solid var(--ink);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.insight-index a:last-child {
  border-right: 0;
}

.insight-index span {
  color: var(--coral);
  font-size: 12px;
}

.insight-article {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: start;
  border-bottom: 1px solid var(--ink);
}

.insight-article.reverse figure {
  order: 2;
}

.insight-article figure {
  overflow: hidden;
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #f2f1ed;
  box-shadow: 7px 7px 0 var(--ink);
}

.insight-article figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.insight-article article {
  max-width: 760px;
}

.insight-article h2 {
  margin: 12px 0 18px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
}

.insight-article h3 {
  margin: 24px 0 8px;
  font-size: 22px;
}

.insight-article p,
.insight-article li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.insight-article li + li {
  margin-top: 7px;
}

@media (max-width: 900px) {
  .production-stage-grid-nine,
  .insight-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insight-index a:nth-child(even) {
    border-right: 0;
  }

  .insight-article {
    grid-template-columns: 1fr;
  }

  .insight-article.reverse figure {
    order: 0;
  }
}

@media (max-width: 640px) {
  .production-stage-grid-nine,
  .insight-index {
    grid-template-columns: 1fr;
  }

  .insight-index a {
    min-height: 68px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .insight-index a:last-child {
    border-bottom: 0;
  }

  .insight-article h2 {
    font-size: 38px;
  }
}

/* Scalable journal index and article pages. */
.blog-index-page {
  background: #f7f7f3;
}

.blog-masthead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
  padding: clamp(40px, 5vw, 68px) var(--page-pad) clamp(34px, 4vw, 54px);
  border-bottom: 1px solid var(--ink);
  background: #eef4ef;
}

.blog-masthead-copy {
  max-width: 900px;
}

.blog-masthead h1 {
  max-width: 760px;
  margin: 10px 0 16px;
  font-size: clamp(40px, 4.4vw, 60px);
  line-height: 1;
}

.blog-masthead-copy > p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.blog-search {
  padding: 16px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--ink);
}

.blog-search > label {
  display: block;
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-search > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.blog-search input,
.blog-search button {
  min-height: 50px;
  border: 1px solid var(--ink);
  border-radius: 0;
  font: inherit;
}

.blog-search input {
  width: 100%;
  padding: 0 14px;
  border-right: 0;
}

.blog-search button {
  padding: 0 20px;
  color: #fff;
  background: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.blog-category-filter {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px var(--page-pad);
  border-bottom: 1px solid var(--ink);
  background: #fff;
  scrollbar-width: thin;
}

.blog-category-filter a {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 9px;
  min-height: 40px;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.blog-category-filter a:hover,
.blog-category-filter a.is-active {
  color: #fff;
  background: var(--ink);
}

.blog-category-filter span {
  color: var(--coral);
}

.blog-results-section {
  padding-top: clamp(38px, 5vw, 64px);
}

.blog-results-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ink);
}

.blog-results-heading h2 {
  margin: 7px 0 0;
  font-size: clamp(30px, 3.3vw, 42px);
  line-height: 1.05;
}

.blog-results-heading > p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  white-space: nowrap;
}

.blog-featured-card {
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, 0.95fr);
  height: clamp(420px, 32vw, 460px);
  min-height: 0;
  margin-bottom: 28px;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: #fff;
  box-shadow: 7px 7px 0 var(--ink);
}

.blog-featured-media,
.blog-card-media {
  display: block;
  overflow: hidden;
  background: #ecece7;
}

.blog-featured-media {
  border-right: 1px solid var(--ink);
}

.blog-featured-media img,
.blog-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.blog-featured-media img {
  padding: 18px;
  object-fit: contain;
}

.blog-featured-card:hover img,
.blog-card:hover img {
  transform: scale(1.025);
}

.blog-featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 58px);
}

.blog-featured-copy h2 {
  margin: 16px 0;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.02;
}

.blog-featured-copy h2 a,
.blog-card h3 a {
  color: inherit;
  text-decoration: none;
}

.blog-featured-copy > p:not(.blog-card-meta) {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  align-items: center;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.blog-card-meta span:first-child {
  color: var(--coral);
}

.blog-read-link {
  align-self: flex-start;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
}

.blog-read-link span,
.blog-card-body > div a span {
  color: var(--coral);
}

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

.blog-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: #fff;
}

.blog-card-media {
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid var(--ink);
}

.blog-card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px;
}

.blog-card h3 {
  margin: 14px 0 12px;
  font-size: 25px;
  line-height: 1.08;
}

.blog-card-body > p:not(.blog-card-meta) {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.5;
}

.blog-card-body > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.blog-card-body > div a {
  color: var(--ink);
  text-decoration: none;
}

.blog-empty-state {
  padding: 70px 0;
  text-align: center;
}

.blog-pagination {
  margin-top: 38px;
}

.blog-pagination .page-numbers {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-pagination a,
.blog-pagination span {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: #fff;
  text-decoration: none;
}

.blog-pagination .current {
  color: #fff;
  background: var(--ink);
}

.blog-single-page {
  background: #f7f7f3;
}

.blog-article-header {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 110px) var(--page-pad) 42px;
  text-align: center;
}

.blog-breadcrumb {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 13px;
}

.blog-breadcrumb a {
  color: var(--ink);
}

.blog-article-header h1 {
  margin: 14px auto 22px;
  font-size: clamp(46px, 7vw, 82px);
  line-height: 0.98;
}

.blog-article-deck {
  max-width: 780px;
  margin: 0 auto 22px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.blog-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.blog-article-hero {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 var(--page-pad);
}

.blog-article-hero img {
  display: block;
  width: 100%;
  max-height: 680px;
  object-fit: contain;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: #ecece7;
}

.blog-article-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 760px);
  gap: clamp(38px, 7vw, 100px);
  justify-content: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 92px) var(--page-pad);
}

.blog-article-aside {
  align-self: start;
  padding-top: 14px;
  border-top: 3px solid var(--coral);
}

.blog-article-aside p {
  margin: 0 0 14px;
  font-weight: 900;
}

.blog-article-aside a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.blog-article-content {
  min-width: 0;
  font-size: 18px;
  line-height: 1.75;
}

.blog-article-content > *:first-child {
  margin-top: 0;
}

.blog-article-content h2 {
  margin: 48px 0 14px;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.08;
}

.blog-article-content h3 {
  margin: 34px 0 12px;
  font-size: 25px;
}

.blog-article-content p,
.blog-article-content li {
  color: #454b48;
}

.blog-article-content table {
  width: 100%;
  margin: 28px 0 34px;
  border-collapse: collapse;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  font-size: 15px;
  line-height: 1.45;
}

.blog-article-content th,
.blog-article-content td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.blog-article-content th {
  color: var(--ink);
  background: #e9efe9;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-article-content tr:last-child td {
  border-bottom: 0;
}

.article-checklist {
  margin: 38px 0;
  padding: 24px 26px;
  border: 1px solid var(--ink);
  background: #eef4ef;
}

.article-checklist h3 {
  margin-top: 0;
}

.article-checklist ul {
  margin-bottom: 0;
}

.article-sources {
  margin-top: 58px;
  padding-top: 26px;
  border-top: 3px solid var(--ink);
}

.article-sources .article-sources-label {
  margin: 0 0 8px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.article-sources h2 {
  margin: 0 0 18px;
  font-size: 30px;
}

.article-sources ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-sources li {
  border-top: 1px solid var(--line);
}

.article-sources li:last-child {
  border-bottom: 1px solid var(--line);
}

.article-sources a {
  display: block;
  padding: 13px 30px 13px 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.article-sources a::after {
  content: "↗";
  margin-left: 8px;
}

.article-sources .article-sources-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.related-articles {
  border-top: 1px solid var(--ink);
  background: #eef4ef;
}

.related-articles > header {
  margin-bottom: 24px;
}

.related-articles h2 {
  margin: 8px 0 0;
  font-size: 38px;
}

@media (max-width: 980px) {
  .blog-masthead,
  .blog-featured-card {
    grid-template-columns: 1fr;
  }

  .blog-featured-card {
    height: auto;
  }

  .blog-featured-media {
    min-height: 360px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

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

  .blog-article-layout {
    grid-template-columns: 1fr;
  }

  .blog-article-aside {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
  }

  .blog-article-aside p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .blog-article-content {
    overflow-wrap: anywhere;
  }

  .blog-article-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .blog-article-content th,
  .blog-article-content td {
    min-width: 150px;
  }
  .blog-masthead {
    padding-top: 32px;
  }

  .blog-masthead h1 {
    font-size: 38px;
  }

  .blog-search {
    padding: 16px;
    box-shadow: 4px 4px 0 var(--ink);
  }

  .blog-search > div {
    grid-template-columns: 1fr;
  }

  .blog-search input {
    border-right: 1px solid var(--ink);
    border-bottom: 0;
  }

  .blog-results-heading {
    align-items: start;
  }

  .blog-featured-card {
    min-height: 0;
  }

  .blog-featured-media {
    min-height: 250px;
  }

  .blog-featured-copy h2 {
    font-size: 35px;
  }

  .blog-card-grid {
    grid-template-columns: 1fr;
  }

  .blog-article-header h1 {
    font-size: 44px;
  }

  .blog-article-aside {
    grid-template-columns: 1fr;
  }
}

/* Detailed product specification pages. */
.product-characteristics-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  background: #f7f7f3;
}

.product-characteristics-copy h2,
.product-structures-section h2,
.product-capacity-section h2 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
}

.product-characteristics-copy > p:not(.eyebrow) {
  color: #485255;
  font-size: 16px;
  line-height: 1.58;
}

.product-characteristics-copy ul {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  padding: 0;
  border-top: 2px solid var(--ink);
  list-style: none;
}

.product-characteristics-copy li {
  position: relative;
  padding: 11px 8px 11px 30px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.28);
  font-weight: 750;
  line-height: 1.35;
}

.product-characteristics-copy li::before {
  position: absolute;
  top: 13px;
  left: 5px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--lime);
  content: "";
}

.product-property-panel {
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 8px 8px 0 var(--ink);
}

.property-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  color: #fff;
  background: #173229;
}

.property-panel-heading .eyebrow {
  margin: 0;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
  background: transparent;
}

.property-panel-heading > span {
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-property-panel dl {
  margin: 0;
}

.product-property-panel dl div {
  display: grid;
  grid-template-columns: minmax(120px, 0.38fr) minmax(0, 0.62fr);
  gap: 20px;
  padding: 11px 18px;
  border-bottom: 1px solid #ccd2d2;
}

.product-property-panel dt {
  color: #596568;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-property-panel dd {
  margin: 0;
  font-weight: 850;
  line-height: 1.35;
}

.product-structures-section {
  background: #fff;
}

.structure-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.structure-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-width: 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 6px 6px 0 var(--ink);
}

.layer-stack {
  display: grid;
  gap: 4px;
  min-height: 240px;
  padding: 24px 20px 20px;
  background: #e8eef1;
}

.layer-stack::before,
.layer-stack::after {
  display: block;
  color: #526064;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.layer-stack::before {
  content: "Outside / printed face";
}

.layer-stack::after {
  margin-top: 5px;
  text-align: right;
  content: "Coffee-contact side";
}

.layer-stack span {
  display: grid;
  grid-template-columns: minmax(76px, 0.32fr) minmax(0, 0.68fr);
  gap: 12px;
  align-items: center;
  min-height: 34px;
  padding: 6px 9px;
  border: 1px solid rgba(18, 18, 18, 0.48);
  background: #ff5a4d;
}

.layer-stack span:nth-of-type(2) { margin-right: 7px; background: #f0ca4a; }
.layer-stack span:nth-of-type(3) { margin-right: 14px; background: #fff; }
.layer-stack span:nth-of-type(4) { margin-right: 21px; color: #fff; background: #596d99; }
.layer-stack span:nth-of-type(5) { margin-right: 28px; background: #fff; }
.layer-stack span:nth-of-type(6) { margin-right: 35px; background: #58c9be; }

.layer-stack b {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1;
}

.layer-stack small {
  min-width: 0;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.2;
}

.structure-card > div:last-child {
  padding: 16px;
  border-top: 2px solid var(--ink);
}

.structure-card h3 {
  margin: 0 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.05;
}

.structure-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.product-physical-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.5fr) minmax(0, 1.5fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
  color: #fff;
  background: #173229;
}

.physical-property-intro {
  position: sticky;
  top: 110px;
}

.physical-property-intro .eyebrow {
  color: #173229;
  border-color: #fff;
  background: var(--lime);
}

.physical-property-intro h2 {
  margin: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(32px, 3.8vw, 46px);
  line-height: 0.98;
}

.physical-property-intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.55;
}

.physical-property-table {
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: 7px 7px 0 var(--lime);
}

.physical-property-head,
.physical-property-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(130px, 0.42fr) minmax(0, 0.86fr);
  gap: 20px;
  align-items: center;
  padding: 11px 16px;
}

.physical-property-head {
  color: #fff;
  background: #263958;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.physical-property-row {
  border-top: 1px solid #c6cdcd;
}

.physical-property-row:first-of-type {
  border-top: 0;
}

.physical-property-row strong {
  font-size: 15px;
}

.physical-property-row > span {
  color: #a93c58;
  font-size: 13px;
  font-weight: 900;
}

.physical-property-row p {
  margin: 0;
  color: #4c575a;
  font-size: 13px;
  line-height: 1.4;
}

.product-capacity-section {
  background: #f3eadf;
}

.capacity-guide-table {
  margin-top: 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 7px 7px 0 var(--ink);
}

.capacity-guide-head,
.capacity-guide-table article {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(180px, 0.36fr) minmax(0, 0.7fr);
  gap: 24px;
  align-items: center;
}

.capacity-guide-head {
  padding: 14px 20px;
  color: #fff;
  background: #173229;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.capacity-guide-table article {
  padding: 14px 18px;
  border-top: 1px solid #bcc4c4;
}

.capacity-guide-table article:first-of-type {
  border-top: 0;
}

.capacity-guide-table strong {
  color: #a93c58;
  font-family: "Inter", sans-serif;
  font-size: 20px;
}

.capacity-guide-table article > span {
  font-weight: 850;
}

.capacity-guide-table p {
  margin: 0;
  color: var(--muted);
}

.product-samples-section {
  background: #fff;
}

.product-sample-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.product-sample-gallery figure {
  overflow: hidden;
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #f4f3ef;
  box-shadow: 5px 5px 0 var(--ink);
}

.product-sample-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f4f3ef;
}

.product-sample-gallery figcaption {
  display: grid;
  gap: 7px;
  min-height: 96px;
  padding: 14px;
  border-top: 2px solid var(--ink);
  background: #fff;
}

.product-sample-gallery figcaption strong {
  font-family: "Inter", sans-serif;
  font-size: 19px;
}

.product-sample-gallery figcaption span {
  color: var(--muted);
  line-height: 1.5;
}

.sample-request-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 2px solid var(--ink);
}

.sample-request-line p {
  max-width: 700px;
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.product-quote-intro .quote-facts {
  display: grid;
  gap: 0;
  margin-top: 26px;
  border-top-color: rgba(18, 18, 18, 0.35);
}

.product-quote-intro .quote-facts span {
  padding: 12px 0;
  border-bottom: 1px solid rgba(18, 18, 18, 0.28);
  color: #343434;
  font-size: 13px;
}

.product-quote-intro .quote-facts strong {
  display: inline-block;
  min-width: 72px;
  color: #a93c58;
  font-size: 18px;
}

.product-project-form .quote-step {
  margin-top: 0;
  padding: 22px 0 24px;
  border-top: 2px solid var(--ink);
}

.product-project-form .quote-step legend {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}

.product-project-form .quote-step legend b {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #1d4a3a;
  font-size: 13px;
}

.contact-fields-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin: 10px 0 18px;
  padding-top: 24px;
  border-top: 2px solid var(--ink);
}

.contact-fields-heading p,
.contact-fields-heading span {
  margin: 0;
}

.contact-fields-heading p {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.contact-fields-heading span {
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 900px) {
  .product-characteristics-section,
  .product-physical-section,
  .structure-card-grid {
    grid-template-columns: 1fr;
  }

  .structure-card-grid {
    gap: 26px;
  }

  .physical-property-intro {
    position: static;
  }

  .structure-card {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    grid-template-rows: auto;
  }

  .structure-card > div:last-child {
    border-top: 0;
    border-left: 2px solid var(--ink);
  }

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

@media (max-width: 640px) {
  .product-characteristics-copy h2,
  .product-structures-section h2,
  .product-capacity-section h2 {
    font-size: 38px;
  }

  .product-property-panel dl div,
  .physical-property-head,
  .physical-property-row,
  .capacity-guide-head,
  .capacity-guide-table article {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .capacity-guide-head {
    display: none;
  }

  .physical-property-head {
    display: none;
  }

  .physical-property-row {
    gap: 6px;
    padding: 17px;
  }

  .structure-card {
    grid-template-columns: 1fr;
  }

  .structure-card > div:last-child {
    border-top: 2px solid var(--ink);
    border-left: 0;
  }

  .layer-stack {
    min-height: 0;
    padding: 28px 18px 22px;
  }

  .layer-stack span {
    grid-template-columns: 78px minmax(0, 1fr);
  }

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

  .sample-request-line,
  .contact-fields-heading {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Language switcher and RTL support */
.language-switcher {
  position: relative;
  z-index: 45;
  justify-self: end;
}

.language-toggle {
  display: inline-flex;
  width: 62px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.language-arrow {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 150ms ease;
}

.language-switcher.is-open .language-arrow {
  transform: rotate(225deg) translate(-2px, -2px);
}

.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: 178px;
  gap: 3px;
  padding: 7px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  box-shadow: 6px 6px 0 var(--ink);
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}

.language-switcher.is-open .language-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.language-menu button {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 7px 9px;
  border: 0;
  border-radius: 6px;
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.language-menu button:hover,
.language-menu button:focus {
  background: #edf1f0;
}

.language-menu button.is-active {
  color: #fff;
  background: #173146;
}

.language-menu button.is-active strong {
  color: #fff;
}

.language-menu strong {
  color: var(--berry);
  font-size: 11px;
}

.language-menu span {
  font-size: 13px;
  font-weight: 800;
}

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea {
  font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] .eyebrow,
html[lang="ar"] .button,
html[lang="ar"] .header-cta {
  font-family: Tahoma, Arial, sans-serif;
}

html[dir="rtl"] .site-header::after {
  right: clamp(18px, 4vw, 54px);
  left: auto;
  box-shadow: -44px 0 0 var(--blue), -88px 0 0 var(--lime), -132px 0 0 var(--mint);
}

html[dir="rtl"] .sub-menu {
  right: 0;
  left: auto;
}

html[dir="rtl"] .language-menu {
  right: auto;
  left: 0;
}

html[dir="rtl"] .language-menu button {
  text-align: right;
}

html[dir="rtl"] .product-card span,
html[dir="rtl"] #spec-material,
html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="tel"] {
  direction: ltr;
  unicode-bidi: isolate;
}

/* Premium coffee bean bag focus */
.primary-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.primary-product-grid .product-card img {
  object-fit: contain;
}

.application-selector {
  background: #fff;
}

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

.application-card {
  display: grid;
  overflow: hidden;
  min-width: 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  color: var(--ink);
  background: #f8f6f1;
}

.application-card {
  grid-template-columns: minmax(180px, 0.82fr) minmax(0, 1.18fr);
  min-height: 300px;
}

.application-card img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
  background: #f3f0e9;
}

.application-card img {
  border-right: 2px solid var(--ink);
}

.application-card > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 22px;
}

.application-card span {
  color: var(--berry);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.application-card h3 {
  margin: 9px 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.05;
}

.application-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.application-card a {
  margin-top: auto;
  padding-top: 18px;
  color: #174b3a;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-guided-brief {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: start;
  background: #f7f5ef;
}

.guided-brief-intro {
  position: sticky;
  top: 112px;
}

.guided-brief-intro h2 {
  max-width: 620px;
  margin: 18px 0;
  font-size: clamp(36px, 3.8vw, 54px);
  line-height: 0.98;
}

.guided-brief-intro > p:not(.eyebrow) {
  max-width: 540px;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}

.guided-progress {
  display: grid;
  gap: 0;
  margin: 42px 0 0;
  padding: 0;
  border-top: 2px solid var(--ink);
  list-style: none;
}

.guided-progress li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(23, 23, 23, 0.22);
  color: #8b8b86;
}

.guided-progress li.is-active {
  color: var(--ink);
}

.guided-progress b {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 13px;
}

.guided-progress li.is-active b {
  background: var(--teal);
  color: #fff;
}

.guided-progress span {
  font-weight: 850;
  line-height: 1.2;
}

.guided-brief-builder {
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 6px;
  background: #fff;
  box-shadow: 10px 10px 0 var(--ink);
}

.guided-step {
  padding: clamp(24px, 3.5vw, 42px);
}

.guided-step + .guided-step {
  border-top: 2px solid var(--ink);
  background: #f3f7f5;
}

.guided-step header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 26px;
}

.guided-step header > span {
  display: grid;
  flex: 0 0 46px;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-weight: 900;
}

.guided-step header p {
  margin: 0 0 2px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.guided-step header h3 {
  margin: 0;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.08;
}

.guided-application-options,
.guided-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.guided-application-choice,
.guided-choice-grid button {
  width: 100%;
  min-width: 0;
  border: 1.5px solid #aeb9b3;
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.guided-application-choice:hover,
.guided-choice-grid button:hover {
  border-color: var(--teal);
  transform: translateY(-2px);
}

.guided-application-choice.is-selected,
.guided-choice-grid button.is-selected {
  border-color: var(--teal);
  background: var(--teal);
  color: #fff;
}

.guided-application-choice {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 112px;
  padding: 10px;
}

.guided-application-choice img {
  width: 84px;
  height: 88px;
  border-radius: 3px;
  background: #f4f0e9;
  object-fit: cover;
}

.guided-application-choice > span,
.guided-choice-grid button {
  display: grid;
  gap: 5px;
}

.guided-application-choice strong,
.guided-choice-grid strong {
  font-size: 15px;
  line-height: 1.15;
}

.guided-application-choice small,
.guided-choice-grid small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.guided-application-choice.is-selected small,
.guided-choice-grid button.is-selected small {
  color: rgba(255, 255, 255, 0.75);
}

.guided-choice-grid button {
  min-height: 86px;
  padding: 17px 18px;
}

.guided-result {
  padding: clamp(26px, 4vw, 46px);
  background: #173f34;
  color: #fff;
}

.guided-result .eyebrow {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.guided-result h3 {
  max-width: 720px;
  margin: 20px 0 10px;
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1;
}

.guided-result > p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.guided-result dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.guided-result dl div {
  min-width: 0;
  padding: 18px 16px 18px 0;
}

.guided-result dl div + div {
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.guided-result dt {
  margin-bottom: 5px;
  color: #c7e781;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.guided-result dd {
  margin: 0;
  font-weight: 800;
  line-height: 1.25;
}

.guided-result .button.secondary {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.home-example-path {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 20px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-example-path b {
  color: var(--coral);
}

.application-prefill-note {
  margin-bottom: 22px;
  padding: 14px 16px;
  border-left: 5px solid var(--teal);
  background: #eaf5d4;
  color: var(--teal);
  font-weight: 850;
  line-height: 1.4;
}

[hidden] {
  display: none !important;
}

.buying-routes {
  background: #edf3ee;
}

.buying-route-list {
  margin-top: 28px;
  border-top: 2px solid var(--ink);
}

.buying-route-list article {
  display: grid;
  grid-template-columns: 48px minmax(170px, 0.8fr) minmax(170px, 0.75fr) minmax(0, 1.45fr);
  gap: 18px;
  align-items: start;
  padding: 19px 0;
  border-bottom: 1px solid var(--ink);
}

.buying-route-list article > span {
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
}

.buying-route-list h3,
.buying-route-list strong,
.buying-route-list p {
  margin: 0;
}

.buying-route-list h3 {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  line-height: 1.15;
}

.buying-route-list strong {
  color: #174b3a;
  font-size: 13px;
  line-height: 1.4;
}

.buying-route-list p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.single-serve-capabilities {
  background: #f5f0e8;
}

.compact-capability-grid {
  grid-template-columns: repeat(2, minmax(0, 320px));
}

.other-capabilities {
  background: #eefbf6;
}

.other-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.other-capability-grid article {
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
}

.other-capability-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f7f3ed;
}

.other-capability-grid article > div {
  padding: 14px 16px 18px;
  border-top: 2px solid var(--ink);
}

.other-capability-grid span {
  color: var(--berry);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.other-capability-grid h3 {
  margin: 6px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.1;
}

.other-capability-contact {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 2px solid var(--ink);
}

.other-capability-contact p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.premium-spec-story {
  background: #e8f0ff;
}

.premium-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.premium-spec-grid article {
  min-height: 210px;
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
}

.premium-spec-grid h3 {
  margin: 0 0 12px;
  font-family: "Inter", sans-serif;
  font-size: 24px;
}

.premium-spec-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.product-sku-configurator {
  padding-top: clamp(30px, 3.5vw, 48px);
  padding-bottom: clamp(38px, 4.5vw, 58px);
  background: #edf3ee;
}

.sku-configurator-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1.2fr);
  width: min(100%, 1032px);
  gap: 32px;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ink);
}

.sku-configurator-heading h2 {
  max-width: 620px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.02;
}

.sku-configurator-heading > p {
  max-width: 620px;
  margin: 0;
  color: #3f514b;
  font-size: 14px;
  line-height: 1.55;
}

.sku-configurator-layout {
  display: grid;
  grid-template-columns: minmax(340px, 380px) minmax(0, 620px);
  width: min(100%, 1032px);
  gap: 32px;
  align-items: start;
  justify-content: center;
  margin: 22px auto 0;
}

.sku-summary-card {
  position: sticky;
  top: 104px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 8px 8px 0 #173e32;
}

.sku-summary-media {
  display: grid;
  min-height: 230px;
  place-items: center;
  padding: 18px;
  border-bottom: 2px solid var(--ink);
  background: #f7f3ed;
}

.sku-summary-media img {
  width: 100%;
  height: 215px;
  object-fit: contain;
}

.sku-summary-kicker,
.sku-summary-card h3,
.sku-progress,
.sku-summary-list,
.sku-summary-facts {
  margin-right: 18px;
  margin-left: 18px;
}

.sku-summary-kicker {
  margin-top: 16px;
  margin-bottom: 4px;
  color: var(--berry);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.sku-summary-card h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: "Inter", sans-serif;
  font-size: 23px;
  line-height: 1.05;
}

.sku-progress {
  padding: 11px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.sku-progress > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.sku-progress > div span {
  color: #173e32;
  font-size: 14px;
  font-weight: 900;
}

.sku-progress > div strong {
  color: var(--muted);
  font-size: 9px;
  text-align: right;
  text-transform: uppercase;
}

.sku-progress-track {
  display: block;
  overflow: hidden;
  height: 7px;
  margin-top: 10px;
  border-radius: 5px;
  background: #dfe4df;
}

.sku-progress-track i {
  display: block;
  height: 100%;
  background: var(--mint);
  transition: width 0.2s ease;
}

.sku-summary-list {
  margin-top: 0;
  margin-bottom: 0;
}

.sku-summary-list > div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 9px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}

.sku-summary-list dt {
  color: #173e32;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.sku-summary-list dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  color: #555c58;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.sku-summary-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
  margin-bottom: 16px;
  border: 1px solid var(--ink);
}

.sku-summary-facts span {
  padding: 9px 7px;
  color: #4f5652;
  font-size: 9px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.sku-summary-facts span + span {
  border-left: 1px solid var(--ink);
}

.sku-summary-facts b {
  display: block;
  color: var(--ink);
  font-size: 11px;
}

.sku-project-form {
  width: 100%;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  box-shadow: none;
}

.sku-project-form .form-grid {
  gap: 12px;
}

.sku-project-form input,
.sku-project-form select {
  min-height: 44px;
  padding: 9px 11px;
  font-size: 14px;
}

.sku-form-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.sku-form-heading p,
.sku-form-heading > span {
  margin: 0;
}

.sku-form-heading p {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
  align-items: baseline;
  color: var(--ink);
  font-size: 13px;
}

.sku-form-heading p small {
  color: var(--coral);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.sku-form-heading > span {
  text-align: right;
}

.sku-step {
  scroll-margin-top: 100px;
}

.product-project-form .sku-step {
  padding-top: 14px;
  padding-bottom: 16px;
  border-top-width: 1px;
}

.product-project-form .sku-step legend {
  margin-bottom: 12px;
}

.product-project-form .sku-step legend b {
  width: 32px;
  height: 32px;
}

.sku-choice-block + .sku-choice-block,
.sku-choice-block + .sku-compact-fields,
.sku-choice-block + .sku-single-field {
  margin-top: 14px;
}

.sku-choice-block > p {
  margin: 0 0 8px;
  color: #494d53;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.sku-other-material-field {
  max-width: 520px;
  margin-top: 14px;
}

.sku-other-material-field[hidden] {
  display: none !important;
}

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

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

.project-form .sku-choice {
  display: block;
  min-width: 0;
  cursor: pointer;
}

.project-form .sku-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.project-form .sku-choice > span {
  position: relative;
  display: flex;
  min-height: 48px;
  align-items: center;
  margin: 0;
  padding: 9px 34px 9px 12px;
  border: 1px solid #bdc8c1;
  border-radius: 6px;
  color: #26332e;
  background: #f8faf8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: none;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.project-form .sku-choice > span::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 16px;
  height: 16px;
  border: 2px solid #75817b;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.project-form .sku-choice:hover > span {
  border-color: #173e32;
  background: #f0f6f1;
}

.project-form .sku-choice input:focus-visible + span {
  outline: 3px solid rgba(91, 118, 255, 0.22);
  outline-offset: 2px;
}

.project-form .sku-choice input:checked + span {
  border-color: #173e32;
  color: #fff;
  background: #173e32;
}

.project-form .sku-choice input:checked + span::after {
  border-color: var(--lime);
  background: var(--lime);
  box-shadow: inset 0 0 0 4px #173e32;
}

.sku-compact-fields {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.sku-single-field {
  max-width: 520px;
}

.sku-file-field {
  display: block;
  max-width: 520px;
  margin-top: 14px;
}

.sku-contact-panel {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid #d1d8d3;
  border-top: 8px solid #edf3ee;
  border-radius: 6px;
  background: #faf8f4;
}

.sku-contact-panel .contact-fields-heading {
  margin: 0 0 14px;
  padding-top: 0;
  border-top: 0;
}

.sku-contact-panel .contact-fields-heading p {
  font-size: 16px;
}

.sku-more-details {
  margin-top: 12px;
  border-top: 1px solid #c8d0cb;
  border-bottom: 1px solid #c8d0cb;
}

.sku-more-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 2px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  list-style: none;
}

.sku-more-details summary::-webkit-details-marker {
  display: none;
}

.sku-more-details summary::after {
  color: #173e32;
  content: "+";
  font-family: "Inter", sans-serif;
  font-size: 20px;
}

.sku-more-details[open] summary::after {
  content: "-";
}

.sku-more-details summary span {
  margin-left: auto;
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
}

.sku-more-details > .form-grid {
  padding-top: 4px;
}

.sku-more-details .message-field {
  margin-bottom: 16px;
}

.sku-more-details textarea {
  min-height: 96px;
}

.sku-contact-panel .privacy-consent > span {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: none;
}

.sku-project-form.configuration-complete .form-submit {
  color: #fff;
  background: #173e32;
}

.product-detail-hero .button.secondary {
  color: var(--ink);
  background: #fff;
}

.product-detail-hero {
  min-height: min(480px, calc(100vh - 76px));
}

.product-detail-hero > div {
  padding-top: clamp(36px, 5vw, 60px);
  padding-bottom: clamp(36px, 5vw, 60px);
}

.page-breadcrumb-band {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  min-height: 48px;
  padding: 13px max(24px, calc((100% - 1160px) / 2));
  color: #66706d;
  background: #f5f6f3;
  border-top: 1px solid #d8ddda;
  border-bottom: 1px solid #d8ddda;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.page-breadcrumb-band a {
  color: #173146;
  text-decoration: underline;
  text-decoration-color: rgba(23, 49, 70, 0.32);
  text-underline-offset: 3px;
}

.page-breadcrumb-band a:hover,
.page-breadcrumb-band a:focus-visible {
  text-decoration-color: #173146;
}

.page-breadcrumb-band strong {
  color: #18201e;
  font-weight: 700;
}

.product-detail-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.98;
}

.product-detail-page > .section:not(.product-sku-configurator) {
  padding-top: clamp(38px, 4.5vw, 58px);
  padding-bottom: clamp(38px, 4.5vw, 58px);
}

.product-detail-page > .product-contact-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #173146;
}

.product-contact-strip .eyebrow {
  margin-bottom: 9px;
  color: #b9d3e2;
  border-color: #b9d3e2;
}

.product-contact-strip h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 2.8vw, 38px);
  line-height: 1.08;
}

.product-contact-strip p:not(.eyebrow) {
  max-width: 820px;
  margin: 10px 0 0;
  color: #d9e4ea;
  font-size: 15px;
  line-height: 1.55;
}

.product-contact-strip .button.product-whatsapp-button {
  min-width: 190px;
  justify-content: center;
  color: #173146;
  background: #fff;
}

.product-contact-strip .button.product-whatsapp-button:hover,
.product-contact-strip .button.product-whatsapp-button:focus-visible {
  color: #fff;
  background: #1c755b;
}

.product-detail-page .product-overview h2,
.product-detail-page .product-characteristics-copy h2,
.product-detail-page .product-structures-section h2,
.product-detail-page .product-capacity-section h2,
.product-detail-page .product-samples-section h2,
.product-detail-page .related-products h2,
.product-detail-page .physical-property-intro h2,
.product-detail-page .product-confirm-section h2 {
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.02;
}

.product-detail-page .section-heading.wide {
  max-width: 820px;
}

.product-detail-page .section-heading p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5;
}

.product-detail-page .product-considerations span {
  font-size: 18px;
}

.product-detail-page .product-considerations p {
  margin-top: 10px;
}

.order-five-steps {
  background: #fff;
}

.order-step-list {
  margin-top: 38px;
  border-top: 2px solid var(--ink);
}

.order-step-list article {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-bottom: 2px solid var(--ink);
}

.order-step-list article > span {
  color: var(--coral);
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-weight: 900;
}

.order-step-list h3 {
  margin: 0 0 8px;
  font-family: "Inter", sans-serif;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.05;
}

.order-step-list p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.order-next-step {
  background: var(--cream);
}

@media (max-width: 1050px) {
  .buying-route-list article {
    grid-template-columns: 40px minmax(180px, 0.9fr) minmax(170px, 0.8fr) minmax(0, 1.3fr);
  }

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

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

  .sku-configurator-heading,
  .sku-configurator-layout {
    grid-template-columns: 1fr;
  }

  .sku-summary-card {
    position: static;
    width: min(100%, 620px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 720px) {
  .product-detail-page > .product-contact-strip {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .product-whatsapp-button {
    width: 100%;
  }

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

  .application-card {
    grid-template-columns: 1fr;
  }

  .application-card img {
    height: 230px;
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .buying-route-list article {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px 14px;
  }

  .buying-route-list article > span {
    grid-row: 1 / 4;
  }

  .compact-capability-grid {
    grid-template-columns: 1fr;
  }

  .primary-product-grid,
  .premium-spec-grid,
  .other-capability-grid {
    grid-template-columns: 1fr;
  }

  .other-capability-contact {
    align-items: stretch;
    flex-direction: column;
  }

  .order-step-list article {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
  }

  .order-step-list article > span {
    font-size: 24px;
  }

  .sku-choice-grid,
  .sku-choice-grid-compact {
    grid-template-columns: 1fr;
  }

  .sku-summary-media {
    min-height: 220px;
  }

  .sku-summary-media img {
    height: 210px;
  }

  .sku-contact-panel {
    padding: 18px;
  }
}

html[dir="rtl"] .product-card span,
html[dir="rtl"] #spec-material {
  text-align: right;
}

html[dir="rtl"] .menu .sub-menu a {
  padding-right: 14px;
  padding-left: 12px;
  border-right: 2px solid var(--blue);
  border-left: 0;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .brand {
    grid-row: 1;
    grid-column: 1;
  }

  .language-switcher {
    grid-row: 1;
    grid-column: 2;
  }

  .nav-toggle {
    display: block;
    grid-row: 1;
    grid-column: 3;
    justify-self: end;
  }

  .site-nav {
    display: none;
    grid-row: 2;
    grid-column: 1 / -1;
    justify-self: stretch;
  }

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

  .menu {
    display: grid;
    gap: 4px;
    padding: 10px 0 4px;
  }

  .menu a {
    border-radius: 8px;
    background: #fff;
  }

  .menu .sub-menu {
    position: static;
    width: auto;
    margin: 4px 0 8px;
    padding: 4px 0 4px 14px;
    border: 0;
    visibility: visible;
    opacity: 1;
    background: transparent;
    box-shadow: none;
    pointer-events: auto;
    transform: none;
  }

  .menu .sub-menu::before {
    display: none;
  }

  .menu .sub-menu a {
    padding-left: 14px;
    border-left: 2px solid var(--blue);
    background: var(--paper);
  }

  .header-cta {
    display: none;
  }

  html[dir="rtl"] .menu .sub-menu {
    padding-right: 14px;
    padding-left: 0;
  }

  html[dir="rtl"] .menu .sub-menu a {
    padding-right: 14px;
    padding-left: 12px;
    border-right: 2px solid var(--blue);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .language-toggle {
    width: 56px;
    height: 42px;
  }

  .language-menu {
    width: 166px;
  }

  html[lang="fr"] .brand-logo,
  html[lang="es"] .brand-logo,
  html[lang="ar"] .brand-logo {
    max-width: 136px;
  }
}

/* Homepage trust proof and footer contact refinements. */
.sub-menu .menu-item-has-children {
  position: relative;
}

.sub-menu .menu-item-has-children > a::after {
  margin-left: auto;
  transform: rotate(-45deg) translateY(-1px);
}

.sub-menu .sub-menu {
  top: -10px;
  left: calc(100% + 12px);
  width: 300px;
}

.sub-menu .sub-menu::before {
  top: 0;
  right: 100%;
  bottom: 0;
  left: auto;
  width: 14px;
  height: auto;
}

html[dir="rtl"] .sub-menu .sub-menu {
  right: calc(100% + 12px);
  left: auto;
}

html[dir="rtl"] .sub-menu .menu-item-has-children > a::after {
  margin-right: auto;
  margin-left: 0;
  transform: rotate(135deg) translateY(-1px);
}

.site-footer {
  grid-template-columns: minmax(280px, 1.15fr) minmax(180px, 0.65fr) minmax(320px, 0.95fr);
}

.footer-links {
  min-width: 0;
}

.footer-contact-link {
  width: min(100%, 340px);
}

.footer-contact-link strong {
  overflow-wrap: normal;
  word-break: normal;
  white-space: nowrap;
  font-size: clamp(14px, 1.35vw, 18px);
}

.buyer-verification-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: end;
  margin-bottom: 32px;
}

.buyer-verification-lead .section-heading {
  margin-bottom: 0;
}

.buyer-verification-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}

.buyer-verification-media img,
.buyer-verification-media video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.buyer-verification-media figcaption {
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  color: #fff;
}

.buyer-verification-media figcaption span {
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.buyer-verification-media figcaption strong {
  font-size: 16px;
}

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

  .site-footer > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .menu .sub-menu .sub-menu {
    width: auto;
    margin: 4px 0 4px 14px;
    padding-left: 10px;
  }

  .sub-menu .menu-item-has-children > a::after {
    transform: rotate(45deg) translateY(-2px);
  }

  .buyer-verification-lead {
    grid-template-columns: 1fr;
  }
}

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

  .site-footer > div:first-child {
    grid-column: auto;
  }

  .footer-contact-link {
    width: 100%;
  }

  .buyer-verification-media {
    box-shadow: 5px 5px 0 var(--ink);
  }
}

/* Light premium homepage hero. */
.home-hero-grand {
  align-items: center;
  color: #173229;
  background: #eceeea;
}

.home-hero-grand::before {
  background: rgba(248, 249, 246, 0.08);
}

.home-hero-background {
  object-position: center;
}

.home-hero-grand .hero-copy {
  width: min(720px, 57vw);
}

.home-hero-grand .eyebrow {
  color: #173229;
  border-color: rgba(23, 50, 41, 0.72);
  background: rgba(255, 255, 255, 0.78);
}

.home-hero-grand h1 {
  max-width: 720px;
  color: #173229;
  font-size: clamp(56px, 6.3vw, 86px);
}

.home-hero-grand .hero-lede {
  max-width: 630px;
  color: #3f504a;
}

.home-hero-grand .button {
  border-color: #173229;
}

.home-hero-grand .button.primary {
  color: #fff;
  background: #1d4a3a;
}

.home-hero-grand .button.secondary {
  color: #173229;
  background: rgba(255, 255, 255, 0.76);
}

.home-hero-grand .button:hover {
  box-shadow: 3px 3px 0 #173229;
}

.home-hero-grand .proof-row {
  border-top-color: rgba(23, 50, 41, 0.34);
}

.home-hero-grand .proof-row span {
  border-left-color: rgba(23, 50, 41, 0.24);
}

.home-hero-grand .proof-row strong {
  color: #a64f3e;
}

.home-hero-grand .proof-row small {
  color: #4b5b55;
}

.home-hero-range {
  color: rgba(23, 50, 41, 0.78);
}

.home-hero-range span + span {
  border-left-color: rgba(23, 50, 41, 0.34);
}

@media (max-width: 980px) {
  .home-hero-grand .hero-copy {
    width: min(650px, 66vw);
  }

  .home-hero-background {
    object-position: 61% center;
  }
}

@media (max-width: 640px) {
  .home-hero-grand::before {
    background: rgba(248, 249, 246, 0.64);
  }

  .home-hero-grand .hero-copy {
    width: 100%;
  }

  .home-hero-grand h1 {
    color: #173229;
    font-size: 48px;
  }

  .home-hero-background {
    object-position: 70% center;
  }
}

@media (max-width: 390px) {
  .home-hero-grand h1 {
    font-size: 42px;
  }
}

/* Coffee bean project hierarchy */
.home-project-routes,
.bean-project-selector {
  background: #f7f5ef;
}

.home-route-heading {
  max-width: 900px;
}

.home-route-heading h2,
.bean-project-selector .section-heading h2,
.home-systems .section-heading h2,
.bean-system-selector .section-heading h2,
.secondary-coffee-applications .section-heading h2 {
  margin: 16px 0 12px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1;
}

.home-route-heading > p:not(.eyebrow),
.bean-project-selector .section-heading > p:not(.eyebrow),
.home-systems .section-heading > p:not(.eyebrow),
.bean-system-selector .section-heading > p:not(.eyebrow),
.secondary-coffee-applications .section-heading > p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.55;
}

.home-route-list,
.bean-project-grid {
  margin-top: 34px;
  border-top: 2px solid var(--ink);
}

.home-route-list article,
.bean-project-grid article {
  display: grid;
  grid-template-columns: 50px 120px minmax(0, 1fr) minmax(190px, 0.34fr);
  gap: 20px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--ink);
}

.bean-project-grid article {
  grid-template-columns: 54px minmax(0, 1fr) minmax(220px, 0.36fr);
  padding: 24px 0;
}

.home-route-list article > span,
.bean-project-grid article > span {
  align-self: start;
  padding-top: 4px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
}

.home-route-list img {
  width: 120px;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(23, 23, 23, 0.32);
  border-radius: 4px;
  background: #fff;
  object-fit: cover;
}

.home-route-list h3,
.bean-project-grid h3 {
  margin: 0 0 5px;
  font-family: "Inter", sans-serif;
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1.08;
}

.home-route-list strong,
.bean-project-grid strong {
  display: block;
  margin-bottom: 7px;
  color: #174b3a;
  font-size: 12px;
}

.home-route-list p,
.bean-project-grid p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.home-route-list a,
.bean-project-grid a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  color: var(--ink);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-route-list a:hover,
.home-route-list a:focus,
.bean-project-grid a:hover,
.bean-project-grid a:focus {
  background: var(--lime);
}

.home-route-list a b,
.bean-project-grid a b {
  color: var(--coral);
  font-size: 22px;
}

.home-systems,
.bean-system-selector {
  background: #e8f0ff;
}

.home-system-grid,
.bean-system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.home-system-grid article,
.bean-system-grid article {
  display: grid;
  grid-template-rows: 260px 1fr;
  overflow: hidden;
  min-width: 0;
  border: 2px solid var(--ink);
  border-radius: 6px;
  background: #fff;
  box-shadow: 7px 7px 0 rgba(23, 23, 23, 0.92);
}

.home-system-grid img,
.bean-system-grid img {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-bottom: 2px solid var(--ink);
  background: #f5f1e9;
  object-fit: contain;
}

.home-system-grid article > div,
.bean-system-grid article > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px;
}

.home-system-grid span,
.bean-system-grid span {
  color: var(--berry);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-system-grid h3,
.bean-system-grid h3 {
  margin: 8px 0 10px;
  font-family: "Inter", sans-serif;
  font-size: clamp(23px, 2.2vw, 31px);
  line-height: 1.04;
}

.home-system-grid p,
.bean-system-grid p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.home-system-grid a,
.bean-system-grid a {
  margin-top: auto;
  color: #174b3a;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.secondary-coffee-applications {
  background: #fff;
}

.secondary-application-list {
  margin-top: 32px;
  border-top: 2px solid var(--ink);
}

.secondary-application-list article {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) minmax(170px, 0.24fr);
  gap: 20px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--ink);
}

.secondary-application-list img {
  width: 90px;
  height: 72px;
  background: #f3f0e9;
  object-fit: contain;
}

.secondary-application-list h3 {
  margin: 0 0 5px;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 1.1;
}

.secondary-application-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.secondary-application-list a {
  color: #174b3a;
  font-size: 11px;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .home-route-list article {
    grid-template-columns: 42px 100px minmax(0, 1fr);
  }

  .home-route-list article > a {
    grid-column: 3;
    width: min(100%, 270px);
  }

  .bean-project-grid article {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .bean-project-grid article > a {
    grid-column: 2;
    width: min(100%, 310px);
  }

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

@media (max-width: 640px) {
  .home-route-list article,
  .bean-project-grid article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 0;
  }

  .home-route-list img {
    grid-column: 2;
    width: 100%;
    height: 150px;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .home-route-list article > div,
  .home-route-list article > a,
  .bean-project-grid article > div,
  .bean-project-grid article > a {
    grid-column: 2;
  }

  .home-system-grid,
  .bean-system-grid {
    grid-template-columns: 1fr;
  }

  .home-system-grid article,
  .bean-system-grid article {
    grid-template-rows: 220px 1fr;
  }

  .secondary-application-list article {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }

  .secondary-application-list img {
    width: 72px;
    height: 64px;
  }

  .secondary-application-list article > a {
    grid-column: 2;
    text-align: left;
  }
}

/* Guided brief responsive rules stay last so later homepage styles cannot override them. */
@media (max-width: 980px) {
  .home-guided-brief {
    grid-template-columns: 1fr;
  }

  .guided-brief-intro {
    position: static;
  }

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

  .guided-progress li {
    grid-template-columns: 36px 1fr;
    padding-right: 12px;
  }

  .guided-progress li + li {
    padding-left: 12px;
    border-left: 1px solid rgba(23, 23, 23, 0.22);
  }
}

@media (max-width: 640px) {
  .guided-brief-intro h2 {
    font-size: 34px;
  }

  .guided-progress {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
  }

  .guided-progress li {
    grid-template-columns: 1fr;
    gap: 7px;
    align-content: start;
    min-height: 88px;
    padding: 12px 8px 10px 0;
  }

  .guided-progress li + li {
    padding-left: 8px;
    border-left: 1px solid rgba(23, 23, 23, 0.22);
  }

  .guided-progress b {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .guided-progress span {
    font-size: 11px;
    line-height: 1.25;
  }

  .guided-application-options,
  .guided-choice-grid,
  .guided-result dl {
    grid-template-columns: 1fr;
  }

  .guided-application-choice {
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: 100px;
  }

  .guided-application-choice img {
    width: 72px;
    height: 76px;
  }

  .guided-result dl div + div {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-left: 0;
  }

  .guided-result .hero-actions {
    align-items: stretch;
  }

  .guided-result .button {
    justify-content: center;
    width: 100%;
  }

  .home-example-path {
    gap: 6px;
    font-size: 11px;
  }

  .floating-whatsapp:not(:has(svg)) {
    right: 10px;
    bottom: 10px;
    width: 74px;
    min-width: 74px;
    min-height: 48px;
    padding: 6px 8px;
  }

  .floating-whatsapp:not(:has(svg)) small {
    display: none;
  }

  .floating-whatsapp:not(:has(svg)) strong {
    font-size: 12px;
  }
}

/* Sensory coffee-first homepage */
.home-hero-sensory {
  align-items: center;
  min-height: calc(100svh - 82px);
  padding: 72px 6vw 190px;
  color: #fff;
  background: #0f211a;
}

.home-hero-sensory::before {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 24, 18, 0.93) 0%, rgba(8, 24, 18, 0.83) 40%, rgba(8, 24, 18, 0.2) 72%, rgba(8, 24, 18, 0.06) 100%),
    linear-gradient(0deg, rgba(8, 24, 18, 0.54) 0%, transparent 48%);
}

.home-hero-media,
.home-hero-media > img,
.home-hero-media > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero-media {
  z-index: -2;
  overflow: hidden;
}

.home-hero-media > img,
.home-hero-media > video {
  object-fit: cover;
  object-position: center;
}

.home-hero-video {
  z-index: 1;
}

.home-hero-sensory .hero-copy {
  width: min(820px, 58vw);
}

.home-hero-sensory .eyebrow {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(8, 24, 18, 0.42);
}

.home-hero-sensory h1 {
  max-width: 820px;
  margin: 20px 0 22px;
  color: #fff;
  font-size: clamp(68px, 7.1vw, 108px);
  line-height: 0.88;
  text-wrap: balance;
}

.home-hero-sensory .hero-lede {
  max-width: 710px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.48;
}

.home-hero-positioning {
  margin: 14px 0 0;
  color: #dffe3f;
  font-size: 14px;
  line-height: 1.45;
}

.home-hero-sensory .button {
  border-color: #fff;
}

.home-hero-sensory .button.primary {
  color: #10271f;
  background: #dffe3f;
}

.home-hero-sensory .button.secondary {
  color: #fff;
  background: rgba(8, 24, 18, 0.54);
}

.home-hero-sensory .proof-row {
  max-width: 720px;
  margin-top: 24px;
  border-top-color: rgba(255, 255, 255, 0.3);
}

.home-hero-sensory .proof-row span {
  border-left-color: rgba(255, 255, 255, 0.22);
}

.home-hero-sensory .proof-row strong {
  color: #ff6a55;
}

.home-hero-sensory .proof-row small {
  color: rgba(255, 255, 255, 0.72);
}

.home-hero-logic {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 126px;
  padding: 22px 6vw;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(7, 22, 16, 0.82);
  backdrop-filter: blur(12px);
}

.home-hero-logic span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
}

.home-hero-logic b {
  grid-row: span 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 50%;
  color: #dffe3f;
  font-size: 11px;
}

.home-hero-logic strong {
  color: #fff;
  font-size: 16px;
}

.home-hero-logic small {
  color: rgba(255, 255, 255, 0.67);
  font-size: 11px;
  line-height: 1.35;
}

.home-hero-logic i {
  color: #dffe3f;
  font-size: 24px;
  font-style: normal;
  text-align: center;
}

.home-decision-flow {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #f7f5ef;
}

.home-decision-intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(300px, 0.7fr);
  gap: 8vw;
  align-items: end;
}

.home-decision-intro .eyebrow {
  grid-column: 1 / -1;
  justify-self: start;
}

.home-decision-intro h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: 0.92;
}

.home-decision-intro > p:last-child {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.home-decision-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.home-decision-steps article {
  min-height: 214px;
  padding: 22px 22px 24px;
}

.home-decision-steps article + article {
  border-left: 1px solid var(--ink);
}

.home-decision-steps span,
.home-decision-output span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-decision-steps p {
  margin: 24px 0 8px;
  color: #17503e;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-decision-steps h3 {
  margin: 0 0 14px;
  font-family: "Inter", sans-serif;
  font-size: clamp(23px, 2.2vw, 31px);
  line-height: 1.04;
}

.home-decision-steps small {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.home-decision-output {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  margin-top: 20px;
  padding: 22px 26px;
  border-radius: 4px;
  color: #fff;
  background: #143f31;
}

.home-decision-output h3 {
  display: inline;
  margin: 0 14px 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 25px;
}

.home-decision-output p {
  display: inline;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.home-decision-output .button {
  min-width: 240px;
  color: #10271f;
  background: #dffe3f;
}

.home-project-routes {
  background: #fff;
}

.home-route-heading {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(280px, 0.7fr);
  gap: 6vw;
  align-items: end;
  max-width: none;
}

.home-route-heading .eyebrow {
  grid-column: 1 / -1;
  justify-self: start;
}

.home-route-heading h2 {
  margin: 0;
  font-size: clamp(38px, 4.6vw, 64px);
}

.home-route-heading > p:last-child {
  margin: 0 0 4px;
}

.home-route-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.home-route-options article {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  padding: 22px;
}

.home-route-options article + article {
  border-left: 1px solid var(--ink);
}

.home-route-options article > span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
}

.home-route-options h3 {
  margin: 26px 0 8px;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 1.08;
}

.home-route-options strong {
  color: #17503e;
  font-size: 12px;
}

.home-route-options a {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 23, 23, 0.2);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-route-options a b {
  color: var(--coral);
  font-size: 18px;
}

.home-route-options article:hover {
  background: #eef4e4;
}

.home-systems .section-heading h2 {
  max-width: 900px;
}

.home-system-grid article {
  grid-template-rows: 210px 1fr;
}

.home-scenario-selector {
  padding: 78px 5vw 70px;
  color: #172c25;
  background: #e5edf9;
}

.home-scenario-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.7fr);
  gap: 7vw;
  align-items: end;
}

.home-scenario-heading .eyebrow {
  grid-column: 1 / -1;
  justify-self: start;
  margin: 0;
}

.home-scenario-heading h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(46px, 4.8vw, 68px);
  line-height: 0.96;
}

.home-scenario-heading > p:last-child {
  max-width: 610px;
  margin: 0 0 4px;
  color: #4d5c66;
  font-size: 17px;
  line-height: 1.55;
}

.home-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.home-scenario-grid article {
  display: grid;
  grid-template-rows: 290px 1fr;
  min-width: 0;
  overflow: hidden;
  border: 2px solid #172c25;
  border-radius: 6px;
  background: #fff;
  box-shadow: 9px 9px 0 #172c25;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-scenario-grid article:nth-child(2) {
  background: #fff2cf;
}

.home-scenario-grid article:nth-child(3) {
  background: #d9efe7;
}

.home-scenario-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 9px 14px 0 #172c25;
}

.home-scenario-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom: 2px solid #172c25;
  background: #f7f5ef;
}

.home-scenario-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.home-scenario-grid article:hover .home-scenario-image img {
  transform: scale(1.025);
}

.home-scenario-image span {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 9px 12px;
  border: 2px solid #172c25;
  border-radius: 999px;
  color: #172c25;
  background: #dffe3f;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-scenario-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px 24px 22px;
}

.home-scenario-content h3 {
  margin: 0 0 12px;
  font-family: "Inter", sans-serif;
  font-size: clamp(25px, 2.2vw, 33px);
  line-height: 1.03;
}

.home-scenario-content > strong {
  color: #e34f44;
  font-size: 12px;
  text-transform: uppercase;
}

.home-scenario-content p {
  margin: 16px 0 24px;
  color: #4d5c66;
  font-size: 15px;
  line-height: 1.5;
}

.home-scenario-content > a {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(23, 44, 37, 0.32);
  color: #172c25;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-scenario-content > a b {
  color: #e34f44;
  font-size: 20px;
  line-height: 0.7;
}

.home-scenario-result {
  display: grid;
  grid-template-columns: auto 28px auto 28px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 34px;
  padding: 22px 26px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.76);
  background: #172c25;
}

.home-scenario-result span {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-scenario-result b {
  color: #dffe3f;
  font-size: 22px;
  text-align: center;
}

.home-scenario-result strong {
  color: #fff;
  font-size: 20px;
  text-align: right;
}

.home-capability-network {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  min-height: 760px;
  padding: 0;
  color: #f7f3ea;
  background: #173229;
}

.home-capability-visual {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  background: #e7e2d8;
}

.home-capability-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(7, 20, 15, 0.88));
  content: "";
}

.home-capability-visual > img {
  width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
}

.home-capability-visual > div {
  position: absolute;
  z-index: 1;
  right: 34px;
  bottom: 34px;
  left: 34px;
  display: grid;
  gap: 8px;
}

.home-capability-visual span {
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-capability-visual strong {
  max-width: 520px;
  font-family: "Inter", sans-serif;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.05;
}

.home-capability-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 64px clamp(34px, 5vw, 78px) 48px;
}

.home-capability-copy .eyebrow {
  align-self: flex-start;
  color: #173229;
  background: var(--lime);
}

.home-capability-copy h2 {
  max-width: 920px;
  margin: 22px 0 18px;
  color: #fff;
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 0.98;
}

.home-capability-lede {
  max-width: 900px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.58;
}

.home-capability-guidance {
  max-width: 900px;
  margin: 22px 0 0;
  padding: 16px 18px;
  border-left: 4px solid var(--coral);
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.07);
  font-size: 14px;
  line-height: 1.5;
}

.home-capability-guidance strong {
  color: #fff;
}

.home-capability-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}

.home-capability-matrix article {
  position: relative;
  min-width: 0;
  padding: 20px 20px 22px 54px;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.home-capability-matrix span {
  position: absolute;
  top: 22px;
  left: 18px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
}

.home-capability-matrix h3 {
  margin: 0 0 7px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.14;
}

.home-capability-matrix p {
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 12px;
  line-height: 1.5;
}

.home-capability-process {
  display: grid;
  grid-template-columns: auto 26px auto 26px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: auto;
  padding-top: 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-capability-process b {
  color: var(--lime);
  font-size: 20px;
  text-align: center;
}

.home-capability-process strong {
  color: #fff;
  text-align: right;
}

.coffee-application-selector {
  background: #f7f5ef;
}

.coffee-application-list {
  margin-top: 42px;
  border-top: 2px solid var(--ink);
}

.coffee-application-list article {
  display: grid;
  grid-template-columns: 48px 170px minmax(0, 1fr) minmax(210px, 0.42fr);
  gap: 24px;
  align-items: center;
  min-height: 152px;
  padding: 18px 0;
  border-bottom: 1px solid var(--ink);
}

.coffee-application-list article.is-core {
  background: #e6efff;
}

.coffee-application-number {
  align-self: start;
  padding-top: 7px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
}

.coffee-application-list img {
  width: 170px;
  height: 112px;
  border: 1px solid var(--ink);
  object-fit: contain;
  background: #fff;
}

.coffee-application-list article > div {
  min-width: 0;
}

.coffee-application-list small {
  color: var(--pink);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.coffee-application-list h3 {
  margin: 5px 0 6px;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.02;
}

.coffee-application-list p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.coffee-application-list strong {
  display: block;
  margin-top: 8px;
  color: #143f32;
  font-size: 12px;
  line-height: 1.4;
}

.coffee-application-list article > a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  min-height: 50px;
  padding: 12px 15px;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  background: #fff;
}

.coffee-application-list article > a:hover,
.coffee-application-list article > a:focus-visible {
  color: #fff;
  background: #143f32;
}

.coffee-application-list article > a b {
  color: var(--coral);
  font-size: 20px;
}

.coffee-route-logic {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) 30px minmax(0, 1fr) 30px minmax(0, 1.15fr);
  gap: 10px;
  align-items: center;
  margin-top: 26px;
  padding: 18px 20px;
  color: #fff;
  background: #143f32;
}

.coffee-route-logic b {
  color: var(--lime);
  font-size: 20px;
  text-align: center;
}

.coffee-route-logic strong {
  color: var(--lime);
}

@media (max-width: 980px) {
  .home-hero-sensory {
    min-height: calc(100svh - 76px);
    padding: 64px 28px 176px;
  }

  .home-hero-sensory .hero-copy {
    width: min(680px, 72vw);
  }

  .home-hero-media > img,
  .home-hero-media > video {
    object-position: 58% center;
  }

  .home-hero-logic {
    padding-right: 28px;
    padding-left: 28px;
  }

  .home-decision-steps,
  .home-route-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-scenario-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-scenario-grid {
    grid-template-columns: 1fr;
  }

  .home-scenario-grid article {
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    grid-template-rows: minmax(270px, auto);
  }

  .home-scenario-image {
    border-right: 2px solid #172c25;
    border-bottom: 0;
  }

  .home-capability-network {
    grid-template-columns: 1fr;
  }

  .home-capability-visual {
    min-height: 470px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .home-capability-visual > img {
    min-height: 470px;
  }

  .coffee-application-list article {
    grid-template-columns: 40px 140px minmax(0, 1fr);
  }

  .coffee-application-list img {
    width: 140px;
    height: 100px;
  }

  .coffee-application-list article > a {
    grid-column: 3;
  }

  .home-decision-steps article:nth-child(3),
  .home-route-options article:nth-child(3) {
    border-left: 0;
  }

  .home-decision-steps article:nth-child(n + 3),
  .home-route-options article:nth-child(n + 3) {
    border-top: 1px solid var(--ink);
  }
}

@media (max-width: 640px) {
  .home-hero-sensory {
    align-items: flex-start;
    min-height: auto;
    padding: 34px 18px 132px;
    background: #081812;
  }

  .home-hero-sensory::before {
    display: none;
  }

  .home-hero-media {
    position: relative;
    z-index: 0;
    inset: auto;
    width: calc(100% + 36px);
    height: auto;
    margin: 22px -18px 24px;
    aspect-ratio: 16 / 9;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .home-hero-sensory .hero-copy {
    width: 100%;
  }

  .home-hero-sensory h1 {
    max-width: 520px;
    font-size: clamp(46px, 14vw, 62px);
  }

  .home-hero-sensory .hero-lede {
    max-width: 540px;
    font-size: 15px;
  }

  .home-hero-positioning {
    font-size: 12px;
  }

  .home-hero-sensory .proof-row {
    display: none;
  }

  .home-hero-media > img,
  .home-hero-media > video {
    object-fit: cover;
    object-position: center;
  }

  .home-hero-logic {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    min-height: 108px;
    padding: 14px 14px;
  }

  .home-hero-logic span {
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 7px;
  }

  .home-hero-logic b {
    width: 24px;
    height: 24px;
    font-size: 9px;
  }

  .home-hero-logic strong {
    font-size: 11px;
  }

  .home-hero-logic small {
    grid-column: 1 / -1;
    margin-top: 5px;
    font-size: 8px;
  }

  .home-hero-logic i {
    display: none;
  }

  .home-decision-intro,
  .home-route-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-decision-intro h2 {
    font-size: 46px;
  }

  .home-decision-intro > p:last-child {
    font-size: 16px;
  }

  .home-decision-steps,
  .home-route-options {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .coffee-application-list {
    margin-top: 28px;
  }

  .coffee-application-list article,
  .coffee-application-list article.is-core {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 0;
    background: transparent;
  }

  .coffee-application-list article.is-core {
    box-shadow: inset 4px 0 0 var(--coral);
  }

  .coffee-application-list img {
    grid-column: 2;
    width: 100%;
    height: 180px;
  }

  .coffee-application-list article > div,
  .coffee-application-list article > a {
    grid-column: 2;
  }

  .coffee-application-list h3 {
    font-size: 28px;
  }

  .coffee-route-logic {
    grid-template-columns: 1fr;
    gap: 6px;
    text-align: center;
  }

  .coffee-route-logic b {
    transform: rotate(90deg);
  }

  .home-decision-steps article,
  .home-route-options article {
    min-height: auto;
    padding: 22px 4px;
    border-left: 0 !important;
  }

  .home-decision-steps article + article,
  .home-route-options article + article {
    border-top: 1px solid var(--ink);
  }

  .home-decision-steps p {
    margin-top: 20px;
  }

  .home-decision-output {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 20px;
  }

  .home-decision-output h3,
  .home-decision-output p {
    display: block;
    margin: 8px 0 0;
  }

  .home-decision-output .button {
    width: 100%;
    min-width: 0;
  }

  .home-route-options h3 {
    margin-top: 18px;
  }

  .home-scenario-selector {
    padding: 58px 18px 54px;
  }

  .home-scenario-heading h2 {
    font-size: 44px;
  }

  .home-scenario-heading > p:last-child {
    font-size: 15px;
  }

  .home-scenario-grid {
    gap: 22px;
    margin-top: 30px;
  }

  .home-scenario-grid article {
    grid-template-columns: 1fr;
    grid-template-rows: 220px 1fr;
    box-shadow: 6px 6px 0 #172c25;
  }

  .home-scenario-image {
    border-right: 0;
    border-bottom: 2px solid #172c25;
  }

  .home-scenario-content {
    padding: 22px 20px 20px;
  }

  .home-scenario-content h3 {
    font-size: 27px;
  }

  .home-scenario-result {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
    text-align: center;
  }

  .home-scenario-result b {
    transform: rotate(90deg);
  }

  .home-scenario-result strong {
    text-align: center;
  }

  .home-capability-visual {
    min-height: 330px;
  }

  .home-capability-visual > img {
    min-height: 330px;
  }

  .home-capability-visual > div {
    right: 20px;
    bottom: 22px;
    left: 20px;
  }

  .home-capability-copy {
    padding: 48px 18px 42px;
  }

  .home-capability-copy h2 {
    font-size: 42px;
  }

  .home-capability-lede {
    font-size: 15px;
  }

  .home-capability-matrix {
    grid-template-columns: 1fr;
  }

  .home-capability-matrix article {
    padding: 18px 16px 18px 50px;
  }

  .home-capability-matrix span {
    top: 20px;
    left: 16px;
  }

  .home-capability-process {
    grid-template-columns: 1fr;
    gap: 6px;
    text-align: center;
  }

  .home-capability-process b {
    transform: rotate(90deg);
  }

  .home-capability-process strong {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-video {
    display: none;
  }
}

/* Technical evidence system: compact, positive and specification-led. */
.home-engineering-system,
.home-spec-recipes {
  padding: 88px 5%;
}

.home-engineering-system {
  background: #f7f5ef;
}

.home-engineering-system .section-heading,
.home-spec-recipes .section-heading {
  max-width: 1120px;
}

.home-engineering-system .section-heading h2,
.home-spec-recipes .section-heading h2 {
  max-width: 900px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
}

.home-engineering-system .section-heading > p:last-child,
.home-spec-recipes .section-heading > p:last-child {
  max-width: 900px;
  color: #4f5653;
  font-size: 18px;
  line-height: 1.55;
}

.home-engineering-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  gap: 0;
  margin-top: 42px;
  border: 2px solid var(--ink);
  background: #fff;
}

.home-laminate-figure {
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
  margin: 0;
  border-right: 2px solid var(--ink);
}

.home-laminate-figure img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: contain;
  padding: 28px;
  background: #edf2f6;
}

.home-laminate-figure figcaption {
  display: grid;
  gap: 5px;
  padding: 18px 22px;
  border-top: 2px solid var(--ink);
}

.home-laminate-figure figcaption strong {
  font-size: 18px;
}

.home-laminate-figure figcaption span {
  color: #626865;
  font-size: 12px;
  line-height: 1.45;
}

.home-layer-jobs article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 118px;
  gap: 18px;
  align-items: start;
  min-height: 118px;
  padding: 24px;
}

.home-layer-jobs article + article {
  border-top: 1px solid var(--ink);
}

.home-layer-jobs article > span {
  color: var(--coral);
  font-size: 14px;
  font-weight: 900;
}

.home-layer-jobs h3,
.home-functional-controls h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.08;
}

.home-layer-jobs p,
.home-functional-controls p {
  margin: 8px 0 0;
  color: #555d59;
  line-height: 1.5;
}

.home-layer-jobs article > strong {
  align-self: center;
  color: #175947;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-functional-controls {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  margin-top: 22px;
  border: 2px solid var(--ink);
  background: #fff;
}

.home-functional-controls > * {
  min-width: 0;
  margin: 0;
}

.home-functional-controls > * + * {
  border-left: 1px solid var(--ink);
}

.home-functional-controls figure {
  display: grid;
  grid-template-columns: 46% 1fr;
  min-height: 230px;
}

.home-functional-controls figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-functional-controls figcaption,
.home-functional-controls article {
  padding: 24px;
}

.home-functional-controls figcaption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.home-functional-controls figcaption span,
.home-functional-controls article > span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-functional-controls figcaption strong {
  font-size: 20px;
  line-height: 1.18;
}

.home-spec-recipes {
  background: #dce9ff;
}

.home-spec-table {
  margin-top: 42px;
  border: 2px solid var(--ink);
  background: #fff;
}

.home-spec-table-head,
.home-spec-table article {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.15fr 1.15fr;
}

.home-spec-table-head {
  background: #172c25;
  color: #fff;
}

.home-spec-table-head span {
  padding: 13px 18px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-spec-table article + article {
  border-top: 1px solid var(--ink);
}

.home-spec-table article > * {
  min-width: 0;
  margin: 0;
  padding: 20px 18px;
  line-height: 1.45;
}

.home-spec-table article > * + * {
  border-left: 1px solid #c8cecb;
}

.home-spec-table article > div {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 4px 14px;
  align-items: center;
}

.home-spec-table img {
  grid-row: 1 / 3;
  width: 76px;
  height: 76px;
  border: 1px solid var(--ink);
  object-fit: cover;
}

.home-spec-table article strong,
.home-spec-table article b {
  font-size: 16px;
}

.home-spec-table article small,
.home-spec-table article span {
  display: block;
  margin-top: 3px;
  color: #616864;
  font-size: 12px;
}

.home-documentation-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  margin-top: 36px;
}

.home-documentation-layout > figure {
  display: grid;
  grid-template-rows: 1fr auto;
  margin: 0;
  border: 2px solid var(--ink);
  background: #fff;
}

.home-documentation-layout > figure img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: contain;
  background: #fff;
}

.home-documentation-layout > figure figcaption {
  padding: 14px 18px;
  border-top: 1px solid var(--ink);
  color: #626865;
  font-size: 11px;
  line-height: 1.4;
}

.home-documentation-layout .home-documentation-grid {
  margin: 0;
}

@media (max-width: 980px) {
  .home-engineering-layout,
  .home-documentation-layout {
    grid-template-columns: 1fr;
  }

  .home-laminate-figure {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .home-functional-controls {
    grid-template-columns: 1fr;
  }

  .home-functional-controls > * + * {
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .home-spec-table-head {
    display: none;
  }

  .home-spec-table article {
    grid-template-columns: 1fr 1fr;
  }

  .home-spec-table article > * + * {
    border-left: 0;
  }

  .home-spec-table article > *:nth-child(even) {
    border-left: 1px solid #c8cecb;
  }

  .home-spec-table article > *:nth-child(n + 3) {
    border-top: 1px solid #c8cecb;
  }
}

@media (max-width: 640px) {
  .home-engineering-system,
  .home-spec-recipes {
    padding: 58px 18px;
  }

  .home-engineering-system .section-heading h2,
  .home-spec-recipes .section-heading h2 {
    font-size: 40px;
  }

  .home-engineering-system .section-heading > p:last-child,
  .home-spec-recipes .section-heading > p:last-child {
    font-size: 15px;
  }

  .home-laminate-figure {
    grid-template-rows: 250px auto;
  }

  .home-laminate-figure img {
    min-height: 250px;
    padding: 14px;
  }

  .home-layer-jobs article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 20px 16px;
  }

  .home-layer-jobs article > strong {
    grid-column: 2;
  }

  .home-functional-controls figure {
    grid-template-columns: 1fr;
  }

  .home-functional-controls figure img {
    height: 190px;
  }

  .home-spec-table article {
    grid-template-columns: 1fr;
  }

  .home-spec-table article > * {
    padding: 17px 16px;
  }

  .home-spec-table article > *:nth-child(even) {
    border-left: 0;
  }

  .home-spec-table article > * + * {
    border-top: 1px solid #c8cecb;
  }

  .home-documentation-layout > figure img {
    min-height: 250px;
  }
}

.product-laminate-explainer {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  margin-top: 34px;
  border: 2px solid var(--ink);
  background: #fff;
}

.product-laminate-explainer > figure {
  display: grid;
  grid-template-rows: 1fr auto;
  margin: 0;
  border-right: 2px solid var(--ink);
}

.product-laminate-explainer > figure img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  padding: 22px;
  object-fit: contain;
  background: #edf2f6;
}

.product-laminate-explainer figcaption {
  padding: 14px 18px;
  border-top: 1px solid var(--ink);
  color: #606864;
  font-size: 11px;
  line-height: 1.45;
}

.product-laminate-explainer > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-laminate-explainer article {
  min-height: 190px;
  padding: 22px;
}

.product-laminate-explainer article:nth-child(even) {
  border-left: 1px solid var(--ink);
}

.product-laminate-explainer article:nth-child(n + 3) {
  border-top: 1px solid var(--ink);
}

.product-laminate-explainer article > span {
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-laminate-explainer h3 {
  margin: 12px 0 0;
  font-size: 21px;
  line-height: 1.12;
}

.product-laminate-explainer p {
  margin: 10px 0 0;
  color: #565f5b;
  line-height: 1.5;
}

.product-starting-structure-table {
  margin-top: 26px;
  border: 2px solid var(--ink);
  background: #fff;
}

.product-starting-structure-head,
.product-starting-structure-table article {
  display: grid;
  grid-template-columns: 0.82fr 0.9fr 1.15fr 1.15fr;
}

.product-starting-structure-head {
  color: #fff;
  background: #172c25;
}

.product-starting-structure-head span {
  padding: 12px 16px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-starting-structure-table article + article {
  border-top: 1px solid var(--ink);
}

.product-starting-structure-table article > * {
  min-width: 0;
  margin: 0;
  padding: 17px 16px;
  line-height: 1.45;
}

.product-starting-structure-table article > * + * {
  border-left: 1px solid #c8cecb;
}

.product-starting-structure-table article strong {
  color: #175947;
}

.product-starting-structure-table article span {
  font-weight: 850;
}

.product-evidence-figures {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-evidence-figures figure {
  display: grid;
  grid-template-columns: 44% 1fr;
}

.product-evidence-figures figure img {
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.product-evidence-figures figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  border-top: 0;
  border-left: 1px solid var(--ink);
}

.product-evidence-figures figcaption strong {
  color: #175947;
  font-size: 15px;
}

.product-evidence-figures figcaption span {
  font-size: 11px;
  line-height: 1.45;
}

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

  .product-laminate-explainer > figure {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .product-starting-structure-head {
    display: none;
  }

  .product-starting-structure-table article {
    grid-template-columns: 1fr 1fr;
  }

  .product-starting-structure-table article > *:nth-child(odd) {
    border-left: 0;
  }

  .product-starting-structure-table article > *:nth-child(n + 3) {
    border-top: 1px solid #c8cecb;
  }
}

@media (max-width: 640px) {
  .product-laminate-explainer > figure img {
    min-height: 250px;
    padding: 12px;
  }

  .product-laminate-explainer > div,
  .product-starting-structure-table article {
    grid-template-columns: 1fr;
  }

  .product-laminate-explainer article {
    min-height: 0;
    padding: 18px 16px;
  }

  .product-laminate-explainer article:nth-child(even) {
    border-left: 0;
  }

  .product-laminate-explainer article + article {
    border-top: 1px solid var(--ink);
  }

  .product-starting-structure-table article > * + * {
    border-top: 1px solid #c8cecb;
    border-left: 0;
  }

  .product-evidence-figures figure {
    grid-template-columns: 1fr;
  }

  .product-evidence-figures figure img {
    height: 190px;
  }

  .product-evidence-figures figcaption {
    border-top: 1px solid var(--ink);
    border-left: 0;
  }
}

/* Homepage reset: one buyer journey, one purpose per section. */
.home-scenario-selector {
  padding: 72px 5vw 76px;
  background: #eef3ee;
}

.home-scenario-heading {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.68fr);
  gap: 5vw;
}

.home-scenario-heading h2,
.home-decision-map .section-heading h2,
.home-recommendations .section-heading h2,
.home-evidence-copy h2 {
  max-width: 850px;
  font-size: clamp(40px, 4.35vw, 62px);
  line-height: 1;
}

.home-scenario-grid {
  gap: 16px;
  margin-top: 36px;
}

.home-scenario-grid article,
.home-scenario-grid article:nth-child(2),
.home-scenario-grid article:nth-child(3) {
  grid-template-rows: 250px 1fr;
  background: #fff;
  box-shadow: none;
}

.home-scenario-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 7px 7px 0 #172c25;
}

.home-scenario-content h3 {
  font-size: clamp(24px, 2vw, 30px);
}

.home-decision-map {
  padding: 82px 5vw;
  color: #132d25;
  background: #f7f3ec;
}

.home-decision-map .section-heading,
.home-recommendations .section-heading {
  max-width: 1030px;
}

.home-decision-map .section-heading > p:last-child,
.home-recommendations .section-heading > p:last-child {
  max-width: 780px;
  color: #56605c;
  font-size: 17px;
  line-height: 1.55;
}

.home-decision-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 28px;
  margin-top: 38px;
}

.home-decision-list {
  border-top: 2px solid #132d25;
}

.home-decision-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(19, 45, 37, 0.4);
}

.home-decision-list article > span {
  color: #df5148;
  font-size: 13px;
  font-weight: 900;
}

.home-decision-list h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
}

.home-decision-list p {
  margin: 7px 0 0;
  color: #56605c;
  line-height: 1.5;
}

.home-system-card {
  align-self: start;
  overflow: hidden;
  border: 2px solid #132d25;
  border-radius: 6px;
  background: #fff;
  box-shadow: 8px 8px 0 #132d25;
}

.home-system-card figure {
  height: 310px;
  margin: 0;
  border-bottom: 2px solid #132d25;
  background: #e7eef9;
}

.home-system-card figure img {
  width: 100%;
  height: 100%;
  padding: 22px;
  object-fit: contain;
}

.home-system-card-copy {
  padding: 24px;
}

.home-system-card-copy h3 {
  margin: 12px 0 22px;
  font-size: 30px;
  line-height: 1.05;
}

.home-system-card-copy ul,
.home-evidence-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-system-card-copy li {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(19, 45, 37, 0.25);
}

.home-system-card-copy li strong {
  font-size: 13px;
}

.home-system-card-copy li span {
  color: #59635f;
  font-size: 13px;
  line-height: 1.4;
}

.home-recommendations {
  padding: 82px 5vw;
  background: #dfeafe;
}

.home-recommendation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.home-recommendation-grid article {
  display: grid;
  grid-template-rows: 230px 1fr;
  overflow: hidden;
  border: 2px solid #172c25;
  border-radius: 6px;
  background: #fff;
}

.home-recommendation-grid img {
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #172c25;
  object-fit: cover;
  background: #f5f0e7;
}

.home-recommendation-grid article > div {
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.home-recommendation-grid span {
  color: #e34f44;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-recommendation-grid h3 {
  margin: 9px 0 12px;
  font-size: 25px;
  line-height: 1.06;
}

.home-recommendation-grid p {
  margin: 0 0 20px;
  color: #56605c;
  line-height: 1.5;
}

.home-recommendation-grid strong {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(23, 44, 37, 0.3);
  color: #175947;
  font-size: 11px;
  line-height: 1.45;
  text-transform: uppercase;
}

.home-evidence-compact {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 0;
  padding: 0;
  color: #f9f7f1;
  background: #151918;
}

.home-evidence-media {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
}

.home-evidence-media figure {
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
  min-width: 0;
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.home-evidence-media img,
.home-evidence-media video {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.home-evidence-media figure:nth-child(2) img {
  padding: 18px;
  object-fit: contain;
  background: #fff;
}

.home-evidence-media figcaption {
  min-height: 84px;
  padding: 16px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.45;
}

.home-evidence-copy {
  padding: 64px 5vw 58px 48px;
}

.home-evidence-copy .eyebrow {
  color: #172c25;
  background: #dffe3f;
}

.home-evidence-copy h2 {
  margin: 24px 0 30px;
}

.home-evidence-copy li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.home-evidence-copy li span {
  color: #dffe3f;
  font-size: 12px;
  font-weight: 900;
}

.home-evidence-copy li strong {
  font-size: 14px;
  line-height: 1.35;
}

.home-evidence-copy .button {
  margin-top: 28px;
  color: #172c25;
  background: #fff;
}

@media (max-width: 980px) {
  .home-decision-layout,
  .home-evidence-compact {
    grid-template-columns: 1fr;
  }

  .home-recommendation-grid {
    grid-template-columns: 1fr;
  }

  .home-recommendation-grid article {
    grid-template-columns: 220px minmax(0, 1fr);
    grid-template-rows: 1fr;
  }

  .home-recommendation-grid img {
    border-right: 2px solid #172c25;
    border-bottom: 0;
  }

  .home-evidence-copy {
    padding: 52px 5vw 58px;
  }
}

@media (max-width: 640px) {
  .home-scenario-selector,
  .home-decision-map,
  .home-recommendations {
    padding: 56px 18px;
  }

  .home-scenario-heading {
    display: block;
  }

  .home-scenario-heading h2,
  .home-decision-map .section-heading h2,
  .home-recommendations .section-heading h2,
  .home-evidence-copy h2 {
    margin-top: 18px;
    font-size: 38px;
  }

  .home-scenario-heading > p:last-child,
  .home-decision-map .section-heading > p:last-child,
  .home-recommendations .section-heading > p:last-child {
    margin-top: 18px;
    font-size: 15px;
  }

  .home-scenario-grid article,
  .home-scenario-grid article:nth-child(2),
  .home-scenario-grid article:nth-child(3) {
    grid-template-rows: 210px 1fr;
  }

  .home-decision-layout {
    gap: 24px;
    margin-top: 28px;
  }

  .home-decision-list article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
  }

  .home-system-card figure {
    height: 240px;
  }

  .home-system-card-copy {
    padding: 20px 18px;
  }

  .home-system-card-copy li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .home-recommendation-grid article {
    grid-template-columns: 1fr;
    grid-template-rows: 210px 1fr;
  }

  .home-recommendation-grid img {
    border-right: 0;
    border-bottom: 2px solid #172c25;
  }

  .home-evidence-media {
    grid-template-columns: 1fr;
  }

  .home-evidence-media figure {
    grid-template-rows: 240px auto;
    border-right: 0;
  }

  .home-evidence-media figure + figure {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
  }

  .home-evidence-media img,
  .home-evidence-media video {
    min-height: 240px;
  }

  .home-evidence-copy {
    padding: 48px 18px 54px;
  }
}

/* 1.12: restrained professional information architecture */
:root {
  --professional-navy: #17324a;
  --professional-ink: #1d252c;
  --professional-muted: #5a646d;
  --professional-paper: #f4f3ef;
  --professional-panel: #ffffff;
  --professional-line: #c9c8c1;
  --professional-accent: #9a5d37;
}

body {
  color: var(--professional-ink);
  background: var(--professional-paper);
}

.site-header {
  min-height: 74px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8d5ce;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.site-header::after {
  display: none;
}

.menu {
  gap: 2px;
}

.menu a {
  padding: 9px 12px;
  border-radius: 3px;
  color: #24292e;
  font-size: 14px;
  font-weight: 700;
}

.menu a:hover,
.menu a:focus {
  color: var(--professional-navy);
  background: #eef1f2;
}

.sub-menu {
  top: calc(100% + 10px);
  width: 310px;
  padding: 8px;
  border: 1px solid #b9bec1;
  border-radius: 3px;
  box-shadow: 0 14px 32px rgba(24, 39, 50, 0.14);
}

.menu-item-has-children.submenu-open > .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sub-menu a {
  border-radius: 2px;
  font-size: 14px;
}

.sub-menu a:hover,
.sub-menu a:focus {
  background: #e9eef0;
}

.header-cta,
.button {
  min-height: 44px;
  border-radius: 3px;
  box-shadow: none;
  font-weight: 750;
}

.header-cta {
  border-color: var(--professional-navy);
  color: #fff;
  background: var(--professional-navy);
}

.button.primary,
.form-submit {
  border-color: var(--professional-navy);
  color: #fff;
  background: var(--professional-navy);
}

.button.secondary {
  border-color: var(--professional-navy);
  color: var(--professional-navy);
  background: #fff;
}

.professional-home {
  background: var(--professional-paper);
}

.professional-hero {
  position: relative;
  display: grid;
  min-height: min(760px, calc(100vh - 74px));
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #19262f;
}

.professional-hero-media {
  position: absolute;
  inset: 0;
}

.professional-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 24, 33, 0.92) 0%, rgba(12, 24, 33, 0.72) 43%, rgba(12, 24, 33, 0.2) 74%, rgba(12, 24, 33, 0.08) 100%);
}

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

.professional-hero-media video {
  position: absolute;
  inset: 0;
}

.professional-hero-mobile-media {
  display: none;
}

.professional-hero-copy {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  padding: clamp(56px, 7vw, 96px) var(--page-pad);
}

.professional-hero .eyebrow {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.64);
  background: rgba(14, 28, 37, 0.42);
}

.professional-hero h1 {
  max-width: 740px;
  margin: 24px 0 20px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 0.98;
  letter-spacing: 0;
}

.professional-hero-copy > p:not(.eyebrow) {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.6;
}

.professional-hero .hero-actions {
  margin-top: 32px;
}

.professional-hero .button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
}

.professional-hero-facts {
  display: grid;
  max-width: 740px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 42px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.professional-hero-facts div {
  padding: 18px 18px 0 0;
}

.professional-hero-facts div + div {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.professional-hero-facts dt {
  margin-bottom: 5px;
  color: #d8b495;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.professional-hero-facts dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.professional-categories {
  padding: clamp(70px, 8vw, 112px) var(--page-pad);
}

.professional-section-heading {
  display: grid;
  max-width: 1120px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  column-gap: 80px;
  align-items: end;
  margin-bottom: 40px;
}

.professional-section-heading .eyebrow {
  grid-column: 1 / -1;
  justify-self: start;
}

.professional-section-heading h2 {
  margin: 18px 0 0;
  color: var(--professional-navy);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.professional-section-heading > p:last-child {
  margin: 0;
  color: var(--professional-muted);
  font-size: 17px;
  line-height: 1.7;
}

.professional-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.professional-category-card {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-rows: 260px 1fr;
  overflow: hidden;
  border: 1px solid var(--professional-line);
  background: var(--professional-panel);
  transition: transform 220ms ease, box-shadow 220ms ease, background 160ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .professional-category-card:hover,
  .professional-category-card:focus-visible {
    z-index: 2;
    background: #fff;
    box-shadow: 0 18px 38px rgba(18, 38, 54, 0.16);
    transform: translateY(-8px);
  }

  .professional-category-card:hover img,
  .professional-category-card:focus-visible img {
    transform: scale(1.035);
  }
}

.professional-category-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-bottom: 1px solid var(--professional-line);
  transition: transform 320ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .professional-category-card,
  .professional-category-card img {
    transition: none;
  }
}

.professional-category-card > span {
  display: grid;
  min-height: 190px;
  align-content: start;
  padding: 24px 22px;
}

.professional-category-card small {
  color: var(--professional-accent);
  font-size: 12px;
  font-weight: 850;
}

.professional-category-card strong {
  margin-top: 14px;
  color: var(--professional-navy);
  font-size: 22px;
  line-height: 1.22;
}

.professional-category-card em {
  align-self: end;
  margin-top: 34px;
  color: var(--professional-muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.professional-home-quote {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(560px, 1.3fr);
  gap: clamp(40px, 7vw, 100px);
  padding: clamp(68px, 8vw, 108px) var(--page-pad);
  color: #fff;
  background: var(--professional-navy);
}

.professional-home-quote-copy h2 {
  max-width: 520px;
  margin: 20px 0;
  color: #fff;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.04;
}

.professional-home-quote-copy .eyebrow {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
}

.professional-home-quote-copy p,
.professional-home-quote-copy li {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.professional-home-quote .project-form {
  border: 1px solid #b8c1c7;
  border-radius: 3px;
  box-shadow: none;
  background: #fff;
}

.application-detail-page {
  background: #f4f3ef;
}

.application-detail-page .application-hero {
  min-height: 520px;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: 0;
  padding: 0;
  border-bottom: 1px solid var(--professional-line);
  background: #fff;
}

.application-hero > div {
  align-self: center;
  padding: clamp(54px, 7vw, 100px) var(--page-pad);
}

.application-hero h1 {
  max-width: 700px;
  margin: 20px 0;
  color: var(--professional-navy);
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1;
  letter-spacing: 0;
}

.application-hero > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  border-left: 1px solid var(--professional-line);
}

.application-product-section,
.application-brief-section {
  padding: clamp(64px, 7vw, 96px) var(--page-pad);
}

.application-product-section {
  background: #fff;
}

.application-product-section .section-heading,
.application-brief-section .section-heading {
  max-width: 900px;
  margin-bottom: 36px;
}

.application-product-section .section-heading h2,
.application-brief-section .section-heading h2 {
  color: var(--professional-navy);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
}

.application-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(22px, 3vw, 40px);
  row-gap: clamp(44px, 5vw, 68px);
}

.application-product-grid article {
  min-width: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.application-product-grid a {
  display: grid;
  height: 100%;
  grid-template-rows: 300px 1fr;
}

.application-product-grid img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  padding: 18px;
  border: 0;
  background: #fff;
  transition: transform 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .application-product-grid article:hover,
  .application-product-grid article:focus-within {
    z-index: 2;
    box-shadow: none;
    transform: translateY(-5px);
  }

  .application-product-grid article:hover img,
  .application-product-grid article:focus-within img {
    transform: scale(1.035);
  }
}

@media (prefers-reduced-motion: reduce) {
  .application-product-grid article,
  .application-product-grid img {
    transition: none;
  }
}

.application-product-grid span {
  display: grid;
  min-height: 230px;
  align-content: start;
  padding: 20px 0 0;
}

.application-product-grid small {
  color: var(--professional-accent);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.application-product-grid strong {
  margin-top: 12px;
  color: var(--professional-navy);
  font-size: 25px;
  line-height: 1.2;
}

.application-product-grid em {
  margin-top: 16px;
  color: var(--professional-muted);
  font-style: normal;
  line-height: 1.6;
}

.application-product-grid b {
  align-self: end;
  margin-top: 28px;
  color: var(--professional-navy);
  font-size: 13px;
}

.application-brief-section {
  border-top: 1px solid var(--professional-line);
  background: #e8ecee;
}

.application-project-form {
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid #aab2b7;
  border-radius: 3px;
  box-shadow: none;
  background: #fff;
}

.application-step {
  padding-top: 30px;
  border-top-color: #d3d7d9;
}

.sku-choice,
.application-project-form input,
.application-project-form select,
.application-project-form textarea {
  border-radius: 2px;
}

.site-footer {
  border-top: 1px solid #333b41;
  background: #17222b;
}

.floating-whatsapp {
  border-radius: 3px;
  color: #fff;
  background: #1f6d4f;
  box-shadow: 0 8px 20px rgba(20, 40, 32, 0.2);
}

@media (max-width: 1024px) {
  .professional-category-grid,
  .application-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .professional-home-quote {
    grid-template-columns: 1fr;
  }

  .application-detail-page .application-hero {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .header-cta {
    display: none;
  }

  .menu-item-has-children > .sub-menu,
  .menu-item-has-children:hover > .sub-menu,
  .menu-item-has-children:focus-within > .sub-menu {
    display: none;
    position: static;
    width: 100%;
    margin-top: 4px;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .menu-item-has-children.submenu-open > .sub-menu {
    display: grid;
  }

  .professional-hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
    color: var(--professional-ink);
    background: #fff;
  }

  .professional-hero-copy {
    order: 1;
    width: 100%;
    padding: 42px 20px 0;
  }

  .professional-hero-media {
    display: none;
  }

  .professional-hero-mobile-media {
    position: relative;
    display: block;
    width: calc(100% + 40px);
    height: min(64vw, 340px);
    margin: 24px -20px 0;
    overflow: hidden;
    background: #111820;
  }

  .professional-hero-mobile-media img,
  .professional-hero-mobile-media video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% center;
  }

  .professional-hero-mobile-media video {
    z-index: 1;
  }

  .professional-hero .eyebrow {
    color: var(--professional-navy);
    border-color: var(--professional-navy);
    background: transparent;
  }

  .professional-hero h1 {
    margin: 0 0 14px;
    color: var(--professional-navy);
    font-size: clamp(34px, 9.5vw, 46px);
    line-height: 1.03;
  }

  .professional-hero-copy > p:not(.eyebrow) {
    max-width: 420px;
    color: var(--professional-muted);
    font-size: 16px;
    line-height: 1.5;
  }

  .professional-hero .button.secondary {
    color: var(--professional-navy);
    border-color: var(--professional-navy);
    background: #fff;
  }

  .professional-hero-facts {
    grid-template-columns: 1fr;
    border-color: var(--professional-line);
  }

  .professional-hero-facts div,
  .professional-hero-facts div + div {
    padding: 13px 0;
    border-left: 0;
    border-bottom: 1px solid var(--professional-line);
  }

  .professional-hero-facts dt {
    color: var(--professional-accent);
  }

  .professional-hero-facts dd {
    color: var(--professional-ink);
  }

  .professional-categories,
  .professional-home-quote,
  .application-product-section,
  .application-brief-section {
    padding: 58px 20px;
  }

  .professional-section-heading {
    display: block;
  }

  .professional-section-heading > p:last-child {
    margin-top: 18px;
  }

  .professional-category-grid,
  .application-product-grid {
    grid-template-columns: 1fr;
  }

  .professional-category-grid {
    gap: 16px;
  }

  .professional-category-card {
    grid-template-columns: 42% 58%;
    grid-template-rows: minmax(190px, auto);
  }

  .professional-category-card img {
    height: 100%;
    min-height: 190px;
    border-right: 1px solid var(--professional-line);
    border-bottom: 0;
  }

  .professional-category-card > span {
    min-height: 190px;
    padding: 20px 18px;
  }

  .professional-category-card strong {
    font-size: 19px;
  }

  .professional-category-card em {
    margin-top: 22px;
  }

  .application-detail-page .application-hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .application-hero > div {
    padding: 50px 20px 34px;
  }

  .application-hero > img {
    width: 100%;
    height: 62vw;
    min-height: 280px;
    border-top: 1px solid var(--professional-line);
    border-left: 0;
  }

  .application-product-grid a {
    display: block;
  }

  .application-product-grid img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    padding: 14px;
  }

  .application-product-grid span {
    min-height: 0;
    padding: 18px 0 0;
  }

  .application-product-grid strong {
    font-size: 20px;
  }

  .application-product-grid em {
    font-size: 13px;
  }
}

/* Final category-hero contrast guard. */
.application-detail-page .application-hero h1 {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.application-detail-page .application-hero > div > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

/* Product detail refinement: quieter hierarchy and integrated catalog imagery. */
.product-detail-page .product-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  min-height: 430px;
  align-items: stretch;
  color: var(--professional-navy);
  background: #f4f3ef;
}

.product-detail-page .product-detail-hero::after {
  display: none;
}

.product-detail-page .product-detail-hero > div {
  align-self: center;
  padding: clamp(42px, 6vw, 78px) max(32px, calc((100vw - 1160px) / 2));
}

.product-detail-page .product-detail-hero > img,
.product-detail-simple .product-detail-hero > img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  padding: clamp(28px, 4vw, 56px);
  object-fit: contain;
  background: #fff;
  border-left: 1px solid #d9d8d3;
}

.product-detail-page .product-detail-hero h1 {
  max-width: 680px;
  color: var(--professional-navy);
  font-size: clamp(38px, 4.4vw, 60px);
  font-weight: 650;
  line-height: 1.03;
}

.product-detail-page .eyebrow {
  display: block;
  width: fit-content;
  margin: 0 0 12px;
  padding: 0;
  color: #a45f34;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.product-detail-page .product-overview-dense {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
  background: #fff;
}

.product-detail-page .product-overview-dense h2 {
  max-width: 680px;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 600;
  line-height: 1.1;
}

.product-detail-page .product-intro {
  max-width: 720px;
  color: #59636b;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.7;
}

.product-detail-page .product-spec-panel {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid #d5d7d5;
  border-radius: 0;
  background: #fafaf8;
  box-shadow: none;
}

.product-detail-page .product-spec-panel > p {
  color: #a45f34;
  font-size: 11px;
  font-weight: 700;
}

.product-detail-page .product-spec-panel dd {
  color: #24313a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.product-detail-page .product-facts-section {
  gap: 0;
  padding: 0 max(24px, calc((100% - 1160px) / 2)) clamp(54px, 7vw, 88px);
  background: #f4f3ef;
}

.product-detail-page .product-facts-section article {
  padding: clamp(34px, 4.5vw, 56px);
  border: 1px solid #d5d7d5;
  background: #fff;
}

.product-detail-page .product-facts-section article + article {
  border-left: 0;
}

.product-detail-page .product-facts-section h2 {
  margin: 8px 0 20px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.12;
}

.product-detail-page .product-facts-section li {
  color: #59636b;
  font-size: 15px;
}

.product-detail-page .product-contact-strip .eyebrow {
  color: #b9d3e2;
}

@media (max-width: 820px) {
  .product-detail-page .product-detail-hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .product-detail-page .product-detail-hero > div {
    padding: 42px 20px 28px;
  }

  .product-detail-page .product-detail-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .product-detail-page .product-detail-hero > img,
  .product-detail-simple .product-detail-hero > img {
    height: auto;
    min-height: 300px;
    aspect-ratio: 1 / 1;
    padding: 24px;
    border-top: 1px solid #d9d8d3;
    border-left: 0;
  }

  .product-detail-page .product-overview-dense {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .product-detail-page .product-facts-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-detail-page .product-facts-section article + article {
    border-top: 0;
    border-left: 1px solid #d5d7d5;
  }
}

/* Shared editorial label treatment: no decorative pills. */
.eyebrow,
.page-hero .eyebrow,
.page-cta .eyebrow,
.professional-hero .eyebrow,
.professional-section-heading .eyebrow,
.application-detail-page .application-hero .eyebrow {
  display: block;
  width: fit-content;
  padding: 0;
  color: #a45f34;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.page-cta .eyebrow,
.professional-home-quote-copy .eyebrow,
.product-contact-strip .eyebrow {
  color: #b9d3e2;
  border: 0;
  background: transparent;
}

/* Journal refinement: use whitespace and typography instead of boxed divisions. */
.blog-index-page {
  background: #fff;
}

.blog-masthead {
  border-bottom: 0;
  background: #f2f5f2;
}

.blog-search {
  border: 1px solid #d6dad7;
  border-radius: 0;
  box-shadow: none;
}

.blog-search input,
.blog-search button {
  border-color: #d6dad7;
}

.blog-category-filter {
  gap: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e2e4e2;
}

.blog-category-filter a {
  min-height: auto;
  padding: 4px 0 7px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #59636b;
  background: transparent;
  font-weight: 700;
}

.blog-category-filter a:hover,
.blog-category-filter a.is-active {
  color: var(--professional-navy);
  border-bottom-color: var(--professional-navy);
  background: transparent;
}

.blog-results-heading {
  margin-bottom: 38px;
  padding-bottom: 0;
  border-bottom: 0;
}

.blog-featured-card {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 74px);
  height: auto;
  min-height: 440px;
  margin-bottom: clamp(54px, 7vw, 90px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.blog-featured-media {
  border-right: 0;
  background: #f3f2ee;
}

.blog-featured-copy {
  padding: clamp(24px, 3.5vw, 48px) 0;
}

.blog-featured-copy h2 {
  font-weight: 650;
  line-height: 1.08;
}

.blog-card-grid {
  gap: clamp(28px, 3vw, 44px);
}

.blog-card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.blog-card-media {
  border-bottom: 0;
  background: #f3f2ee;
}

.blog-card-body {
  padding: 20px 0 0;
}

.blog-card h3 {
  font-weight: 650;
  line-height: 1.14;
}

@media (max-width: 980px) {
  .blog-featured-card {
    gap: 0;
  }

  .blog-featured-media {
    border-bottom: 0;
  }

  .blog-featured-copy {
    padding: 28px 0 0;
  }
}

/* Site-wide surface refinement: separate content with space, not repeated rules. */
.verified-company-facts {
  gap: 16px;
  border: 0;
}

.verified-company-facts article {
  min-height: 150px;
  padding: 24px;
  border: 0;
  background: rgba(255, 255, 255, 0.76);
}

.manufacturing-process-grid {
  gap: clamp(24px, 3vw, 40px);
}

.manufacturing-process-grid figure,
.certification-record-grid figure {
  overflow: visible;
  border: 0;
  background: transparent;
}

.manufacturing-process-grid img {
  background: #f4f3ef;
}

.manufacturing-process-grid figcaption {
  padding: 14px 0 0;
  border: 0;
  background: transparent;
}

.supplied-certification-records {
  background: #f2f3f2;
}

.certification-record-grid {
  gap: clamp(24px, 3vw, 40px);
}

.certification-record-grid img {
  height: 300px;
  padding: 22px;
  box-shadow: 0 10px 28px rgba(18, 38, 54, 0.06);
}

.certification-record-grid figcaption {
  min-height: 0;
  padding: 15px 0 0;
  border: 0;
  background: transparent;
}

.professional-category-grid {
  gap: clamp(20px, 2.4vw, 34px);
}

.professional-category-card {
  border: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(18, 38, 54, 0.07);
}

.professional-category-card img {
  border: 0;
}

@media (hover: hover) and (pointer: fine) {
  .professional-category-card:hover,
  .professional-category-card:focus-visible {
    box-shadow: 0 18px 38px rgba(18, 38, 54, 0.13);
  }
}

.order-step-list {
  display: grid;
  gap: 12px;
  border: 0;
}

.order-step-list article {
  padding: 24px;
  border: 0;
  background: #f4f5f3;
}

.buyer-verification-grid,
.buyer-evidence-grid {
  gap: 16px;
  border: 0;
  background: transparent;
}

.buyer-verification-grid article,
.buyer-evidence-grid article {
  min-height: 190px;
  padding: 24px;
  border: 0;
  background: #fff;
}

.buyer-verification-grid h3,
.buyer-evidence-grid h3 {
  margin-top: 26px;
}

.blog-category-filter {
  border-bottom: 0;
}

.product-detail-page .product-facts-section {
  gap: 18px;
}

.product-detail-page .product-facts-section article,
.product-detail-page .product-facts-section article + article {
  border: 0;
}

@media (max-width: 820px) {
  .verified-company-facts,
  .manufacturing-process-grid,
  .certification-record-grid,
  .buyer-verification-grid,
  .buyer-evidence-grid {
    gap: 22px;
  }

  .professional-category-card img {
    border: 0;
  }

  .order-step-list article {
    padding: 20px;
  }
}

/* Application category hero: one full-bleed image layer. */
.application-detail-page .application-hero {
  position: relative;
  display: flex;
  min-height: 520px;
  align-items: flex-end;
  padding: 0;
  border: 0;
  background: #182630;
}

.application-detail-page .application-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  object-fit: cover;
}

.application-detail-page .application-hero > div {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 820px;
  padding: clamp(58px, 8vw, 104px) var(--page-pad);
}

@media (max-width: 760px) {
  .application-detail-page .application-hero {
    display: flex;
    min-height: 440px;
    flex-direction: row;
    align-items: flex-end;
  }

  .application-detail-page .application-hero > img {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    padding: 0;
    border: 0;
  }

  .application-detail-page .application-hero > div {
    padding: 46px 20px;
  }

  .application-detail-page .application-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }
}

/* Minimal editorial navigation and enquiry surfaces. */
.application-detail-page .page-breadcrumb-band {
  min-height: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 0;
  background: #fff;
}

.application-brief-section {
  border-top: 0;
  background: #f1f3f2;
}

.application-project-form {
  border: 0;
  box-shadow: none;
}

.application-form-topline {
  padding-bottom: 8px;
  border-bottom: 0;
}

.application-step {
  padding-top: 28px;
  padding-bottom: 28px;
  border: 0;
}

.blog-category-filter {
  border: 0;
  background: #fff;
}

.blog-category-filter a,
.blog-category-filter a:hover,
.blog-category-filter a.is-active {
  padding-bottom: 4px;
  border: 0;
}

.blog-category-filter a.is-active {
  color: #a45f34;
}

.blog-featured-media,
.blog-card-media {
  background: #fff;
}

.blog-featured-media img {
  padding: 0;
  object-fit: contain;
}

.blog-featured-card {
  min-height: 0;
  align-items: center;
}

.blog-featured-media {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.blog-featured-copy {
  align-self: center;
}

/* Final line audit: group information with spacing and tone, not frames. */
.blog-card-body > div {
  border-top: 0;
}

.product-detail-page .product-spec-panel {
  border: 0;
  background: #f4f3ef;
}

.product-detail-page .product-spec-panel dl {
  display: grid;
  gap: 18px;
}

.product-detail-page .product-spec-panel dl div {
  padding: 0;
  border-top: 0;
}

.product-detail-page .product-facts-section li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 0;
}

.product-detail-page .product-facts-section li::before {
  top: 15px;
}

.product-detail-page .product-detail-hero > img,
.product-detail-simple .product-detail-hero > img {
  border-left: 0;
}

@media (max-width: 820px) {
  .product-detail-page .product-detail-hero > img,
  .product-detail-simple .product-detail-hero > img {
    border-top: 0;
  }
}

.site-footer {
  border-top: 0;
}
