@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("assets/fonts/newsreader-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
}

:root {
  --ink: #12323c;
  --ink-strong: #082b36;
  --ink-soft: #536a71;
  --muted: #708289;
  --line: #d7e3e6;
  --line-strong: #b9cdd1;
  --paper: #ffffff;
  --ice: #edf7f8;
  --ice-strong: #dceff1;
  --mist: #f7faf9;
  --coral: #dc513d;
  --coral-dark: #bb3f2e;
  --whatsapp: #16765b;
  --footer: #0b3540;
  --shadow: 0 16px 44px rgba(20, 61, 71, 0.1);
  --shell: 1320px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(220, 81, 61, 0.35);
  outline-offset: 3px;
}

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

figure {
  margin: 0;
}

h1,
h2 {
  color: var(--ink-strong);
  font-family: "Newsreader", Georgia, serif;
  font-weight: 600;
}

h1 {
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1.02;
}

h2 {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.08;
}

h3 {
  color: var(--ink-strong);
  font-size: 22px;
  line-height: 1.3;
}

.shell {
  width: min(100% - 80px, var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink-strong);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--coral-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button svg,
.text-link svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  stroke-width: 2;
}

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

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

.button--primary:hover {
  background: var(--coral-dark);
  border-color: var(--coral-dark);
}

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

.button--secondary:hover {
  background: var(--paper);
  border-color: var(--ink);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-strong);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: rgba(220, 81, 61, 0.5);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.text-link:hover {
  color: var(--coral-dark);
}

.service-bar {
  min-height: 34px;
  color: #31525c;
  background: var(--ice-strong);
  border-bottom: 1px solid rgba(141, 180, 188, 0.4);
  font-size: 12px;
  font-weight: 600;
}

.service-bar__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.service-bar__inner span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.service-bar__inner svg {
  width: 14px;
  height: 14px;
}

.service-reply {
  margin-left: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 30px;
}

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

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-copy strong {
  color: var(--ink-strong);
  font-family: "Newsreader", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}

.brand-copy small {
  margin-top: 7px;
  color: #49626a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
}

.desktop-nav a {
  position: relative;
  padding-block: 26px;
  color: #294851;
  font-size: 14px;
  font-weight: 600;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 2px;
  background: var(--coral);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  min-height: 46px;
  padding: 11px 16px;
  white-space: nowrap;
}

.icon-button {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  color: var(--ink-strong);
  background: var(--paper);
}

.icon-button svg {
  width: 22px;
  height: 22px;
}

.menu-toggle {
  display: none;
}

.mobile-nav {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 90;
  padding: 16px 32px 24px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.mobile-nav[hidden] {
  display: none;
}

.mobile-nav a:not(.button) {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
}

.mobile-nav .button {
  width: 100%;
  margin-top: 18px;
}

.hero {
  background: var(--ice);
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: 64px;
}

.hero-copy {
  max-width: 590px;
  padding-block: 52px;
}

.hero-lead {
  max-width: 550px;
  margin-bottom: 30px;
  color: #36565f;
  font-size: 18px;
  line-height: 1.65;
}

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

.hero-origin {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #597078;
  font-size: 13px;
  font-weight: 600;
}

.hero-origin svg {
  width: 17px;
  height: 17px;
  color: #41818e;
}

.hero-media {
  width: 100%;
  max-width: 584px;
  margin: 0;
  align-self: center;
  justify-self: end;
  background: #fff;
  border: 1px solid rgba(148, 181, 187, 0.48);
  box-shadow: 0 18px 50px rgba(25, 72, 82, 0.12);
}

.hero-media picture {
  display: block;
}

.hero-media picture img {
  width: 100%;
  height: auto;
}

.hero-media figcaption {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 18px;
  border-top: 1px solid var(--line);
}

.hero-media figcaption span {
  color: var(--coral-dark);
  font-size: 11px;
  font-weight: 700;
}

.hero-media figcaption strong {
  color: var(--ink-strong);
  font-size: 14px;
}

.capability-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.capability-grid {
  min-height: 112px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.capability-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 34px;
  border-right: 1px solid var(--line);
}

.capability-item:first-child {
  padding-left: 0;
}

.capability-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.capability-item > svg {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  color: var(--coral);
  stroke-width: 1.7;
}

.capability-item span {
  display: flex;
  flex-direction: column;
}

.capability-item strong {
  color: var(--ink-strong);
  font-size: 15px;
}

.capability-item small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.4;
}

.section {
  padding-block: 104px;
}

.section-heading {
  margin-bottom: 52px;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  align-items: end;
  gap: 60px;
}

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

.section-heading > p {
  max-width: 520px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.section-heading--centered {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.section-heading--centered > p:last-child {
  max-width: 620px;
  margin-inline: auto;
  color: var(--ink-soft);
}

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

.section-heading--compact .text-link {
  justify-self: end;
}

.products-section {
  background: #fff;
}

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

.product-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.product-card:hover {
  border-color: #aac4c9;
  box-shadow: 0 16px 42px rgba(28, 74, 84, 0.1);
  transform: translateY(-3px);
}

.product-card[role="link"] { cursor: pointer; }
.product-card[role="link"]:focus-visible { outline: 3px solid rgba(230, 77, 60, .3); outline-offset: 3px; }

.product-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--ice);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(var(--cms-image-zoom, 1));
  transform-origin: var(--cms-origin-x, 50%) var(--cms-origin-y, 50%);
  transition: transform 280ms ease;
}

.product-card:hover .product-image img {
  transform: scale(calc(var(--cms-image-zoom, 1) * 1.025));
}

.product-body {
  position: relative;
  min-height: 300px;
  padding: 27px 28px 28px;
}

.product-index {
  position: absolute;
  top: 26px;
  right: 26px;
  color: #9caeb3;
  font-size: 12px;
  font-weight: 700;
}

.product-body h3 {
  max-width: calc(100% - 34px);
  margin: 0 0 14px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 29px;
  font-weight: 600;
}

.product-body h3 a {
  color: inherit;
  text-decoration: none;
}

.product-body h3 a:hover {
  color: var(--coral-dark);
}

.product-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.text-link--muted {
  color: var(--ink-soft);
  font-size: 12px;
}

.product-body > p {
  min-height: 76px;
  margin-bottom: 20px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.product-meta {
  min-height: 58px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 7px;
  margin-bottom: 18px;
}

.product-meta span {
  padding: 5px 8px;
  color: #49646c;
  background: var(--ice);
  border: 1px solid #d4e7e9;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
}

.section-action {
  margin-top: 36px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.production-section {
  padding-bottom: 88px;
  background: var(--ice);
  border-block: 1px solid var(--line);
}

.production-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  align-items: center;
  gap: 70px;
}

.production-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #c8dadd;
  border-radius: 4px;
}

.production-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(transparent, rgba(7, 43, 53, 0.72));
  content: "";
  pointer-events: none;
}

.production-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(var(--cms-image-zoom, 1));
  transform-origin: var(--cms-origin-x, 50%) var(--cms-origin-y, 50%);
}

.production-video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background: #0a2e37;
  object-fit: contain;
}

.production-media--video::after { display: none; }

.play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-strong);
  background: rgba(255, 255, 255, 0.94);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(8, 43, 54, 0.25);
  transform: translate(-50%, -50%);
  transition: transform 160ms ease, background-color 160ms ease;
}

.play-button:hover {
  background: #fff;
  transform: translate(-50%, -50%) scale(1.04);
}

.play-button svg {
  width: 27px;
  height: 27px;
  margin-left: 3px;
  fill: currentColor;
}

.media-label {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 20px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.media-label span {
  padding: 4px 7px;
  color: #fff;
  background: var(--coral);
  border-radius: 2px;
  font-size: 10px;
  font-weight: 700;
}

.production-copy h2 {
  max-width: 470px;
}

.section-lead,
.production-copy > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.production-steps {
  margin: 29px 0 26px;
  border-top: 1px solid var(--line-strong);
}

.production-steps > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-strong);
}

.production-steps > div > span {
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 700;
}

.production-steps p {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.production-steps strong {
  color: var(--ink-strong);
  font-size: 15px;
}

.production-steps small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.45;
}

.production-gallery {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.production-gallery figure {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 170px 1fr;
  min-height: 128px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.production-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(var(--cms-image-zoom, 1));
  transform-origin: var(--cms-origin-x, 50%) var(--cms-origin-y, 50%);
}

.production-gallery figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 22px;
}

.production-gallery strong {
  color: var(--ink-strong);
  font-size: 16px;
}

.production-gallery span {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 13px;
}

.quality-section {
  background: #fff;
}

.quality-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 92px;
}

.quality-intro > p:not(.eyebrow) {
  max-width: 500px;
  margin-bottom: 28px;
  color: var(--ink-soft);
  line-height: 1.75;
}

.quality-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.quality-list article {
  min-height: 218px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quality-list article > svg {
  width: 31px;
  height: 31px;
  margin-bottom: 27px;
  color: var(--coral);
  stroke-width: 1.65;
}

.quality-list h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.quality-list p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}

.process-section {
  padding-block: 94px;
  background: var(--mist);
  border-block: 1px solid var(--line);
}

.process-grid {
  margin: 54px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  border-top: 1px solid var(--line-strong);
}

.process-grid li {
  position: relative;
  min-height: 260px;
  padding: 32px 28px 26px;
  border-right: 1px solid var(--line-strong);
}

.process-grid li:first-child {
  border-left: 1px solid var(--line-strong);
}

.step-number {
  position: absolute;
  top: -14px;
  left: 27px;
  padding: 2px 8px;
  color: #fff;
  background: var(--coral);
  font-size: 11px;
  font-weight: 700;
}

.process-grid li > svg {
  width: 34px;
  height: 34px;
  margin: 18px 0 26px;
  color: #3c7480;
  stroke-width: 1.55;
}

.process-grid h3 {
  margin-bottom: 10px;
  font-size: 17px;
}

.process-grid p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}

.markets-section {
  background: #fff;
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
}

.market-grid > a {
  position: relative;
  min-height: 286px;
  padding: 28px;
  border-right: 1px solid var(--line);
  transition: background-color 160ms ease;
}

.market-grid > a:last-child {
  border-right: 0;
}

.market-grid > a:hover {
  background: var(--ice);
}

.market-grid > a > span {
  color: #8ba0a6;
  font-size: 11px;
  font-weight: 700;
}

.market-grid > a > svg:not(.market-arrow) {
  width: 32px;
  height: 32px;
  display: block;
  margin: 34px 0 22px;
  color: var(--coral);
  stroke-width: 1.5;
}

.market-grid h3 {
  margin-bottom: 9px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 27px;
  font-weight: 600;
}

.market-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}

.market-arrow {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 18px;
  height: 18px;
  color: #7e959b;
}

.insights-section {
  padding-top: 90px;
  background: var(--mist);
  border-top: 1px solid var(--line);
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.insight-grid article {
  padding-top: 24px;
  border-top: 2px solid var(--line-strong);
}

.article-meta {
  margin-bottom: 19px;
  display: flex;
  justify-content: space-between;
  color: var(--coral-dark);
  font-size: 10px;
  font-weight: 700;
}

.article-meta span {
  color: #889ba0;
}

.insight-grid h3 {
  min-height: 88px;
  margin-bottom: 13px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
}

.insight-grid h3 a:hover {
  color: var(--coral-dark);
}

.insight-grid article > p:not(.article-meta) {
  min-height: 70px;
  margin-bottom: 17px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}

.brand-section {
  padding-block: 88px;
  background: var(--ice-strong);
  border-block: 1px solid #c4dfe2;
}

.brand-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 90px;
}

.brand-mark-panel {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border-right: 1px solid #b8d4d8;
}

.brand-mark-panel img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  transform: scale(var(--cms-image-zoom, 1));
  transform-origin: var(--cms-origin-x, 50%) var(--cms-origin-y, 50%);
}

.brand-mark-panel span {
  max-width: 140px;
  color: var(--ink-strong);
  font-family: "Newsreader", Georgia, serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.05;
}

.brand-story {
  max-width: 660px;
}

.brand-story > p:not(.eyebrow) {
  color: #3e6069;
  line-height: 1.75;
}

.contact-section {
  padding-block: 96px;
  background: #f8fbfb;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
  align-items: start;
  gap: 78px;
}

.contact-copy {
  padding-top: 22px;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 490px;
  color: var(--ink-soft);
  line-height: 1.75;
}

.contact-primary {
  margin-top: 33px;
  border-top: 1px solid var(--line-strong);
}

.contact-primary > a {
  min-height: 82px;
  display: grid;
  grid-template-columns: 30px 1fr 20px;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid var(--line-strong);
}

.contact-primary > a > svg:first-child {
  width: 26px;
  height: 26px;
  color: var(--coral);
  stroke-width: 1.65;
}

.contact-primary > a > svg:last-child {
  width: 18px;
  height: 18px;
  color: #71878d;
}

.contact-primary span {
  display: flex;
  flex-direction: column;
}

.contact-primary strong {
  color: var(--ink-strong);
  font-size: 15px;
}

.contact-primary small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 12px;
}

.contact-secondary {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
}

.contact-secondary a {
  color: #49646c;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #b1c8cc;
  text-underline-offset: 4px;
}

.buying-brief-list {
  margin-top: 33px;
  border-top: 1px solid var(--line-strong);
}

.buying-brief-list > div {
  min-height: 78px;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid var(--line-strong);
}

.buying-brief-list svg {
  width: 25px;
  height: 25px;
  color: var(--coral);
  stroke-width: 1.65;
}

.buying-brief-list span {
  display: flex;
  flex-direction: column;
}

.buying-brief-list strong {
  color: var(--ink-strong);
  font-size: 14px;
}

.buying-brief-list small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 12px;
}

.response-note {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #315760;
}

.response-note > svg {
  width: 25px;
  height: 25px;
  color: var(--whatsapp);
}

.response-note span {
  display: flex;
  flex-direction: column;
}

.response-note strong {
  color: var(--ink-strong);
  font-size: 14px;
}

.response-note small {
  margin-top: 2px;
  font-size: 12px;
}

.inquiry-form {
  padding: 36px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 18px 50px rgba(29, 71, 80, 0.08);
}

.form-heading {
  margin-bottom: 28px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
}

.form-heading > span {
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 700;
}

.form-heading p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
}

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

.inquiry-form label {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.inquiry-form label > span {
  color: #395861;
  font-size: 12px;
  font-weight: 700;
}

.inquiry-form label > small {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #c9d9dc;
  border-radius: 3px;
  padding: 11px 13px;
  color: var(--ink-strong);
  background: #fff;
  font-size: 14px;
}

.inquiry-form textarea {
  min-height: 116px;
  resize: vertical;
}

.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: #91a1a6;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: #719da5;
}

.full-field {
  margin-top: 18px;
}

.form-details {
  margin-top: 18px;
  border-block: 1px solid var(--line);
}

.form-details summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink-strong);
  cursor: pointer;
  list-style: none;
}

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

.form-details summary span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
}

.form-details summary svg {
  width: 17px;
  height: 17px;
  color: var(--coral);
  transition: transform 160ms ease;
}

.form-details[open] summary svg {
  transform: rotate(45deg);
}

.form-details summary small {
  color: var(--muted);
  font-size: 11px;
}

.form-grid--details {
  padding: 0 0 20px;
}

.form-footer {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.form-footer p {
  max-width: 410px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

.form-footer p a {
  text-decoration: underline;
}

.form-footer .button {
  flex: 0 0 auto;
}

.site-footer {
  color: #d8e7e9;
  background: var(--footer);
}

.footer-main {
  min-height: 260px;
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 0.8fr);
  gap: 62px;
  padding-block: 58px 44px;
}

.brand--footer .brand-copy strong,
.brand--footer .brand-copy small {
  color: #fff;
}

.footer-brand > p {
  max-width: 370px;
  margin: 24px 0 0;
  color: #a9c0c5;
  font-size: 13px;
  line-height: 1.75;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-column h2 {
  margin-bottom: 7px;
  color: #fff;
  font-family: "DM Sans", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.footer-column a,
.footer-column span {
  color: #a9c0c5;
  font-size: 12px;
}

.footer-column a:hover {
  color: #fff;
}

.footer-legal {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(199, 224, 228, 0.18);
}

.footer-legal p {
  max-width: 760px;
  margin-bottom: 0;
  color: #8eaaaf;
  font-size: 10px;
  line-height: 1.55;
}

.footer-legal > div {
  display: flex;
  flex: 0 0 auto;
  gap: 18px;
  color: #9eb5ba;
  font-size: 10px;
}

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

.floating-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--whatsapp);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(15, 83, 64, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.floating-contact.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-contact > svg {
  width: 25px;
  height: 25px;
}

.floating-contact span {
  position: absolute;
  right: 66px;
  width: max-content;
  max-width: 180px;
  padding: 7px 10px;
  color: #fff;
  background: var(--ink-strong);
  border-radius: 3px;
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(6px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.floating-contact:hover span,
.floating-contact:focus-visible span {
  opacity: 1;
  transform: translateX(0);
}

.preview-toast {
  position: fixed;
  right: 24px;
  bottom: 90px;
  z-index: 200;
  max-width: 340px;
  padding: 13px 16px;
  color: #fff;
  background: var(--ink-strong);
  border-radius: 4px;
  box-shadow: var(--shadow);
  font-size: 12px;
}

@media (max-width: 1180px) {
  .shell {
    width: min(100% - 64px, var(--shell));
  }

  .desktop-nav {
    gap: 18px;
  }

  .desktop-nav a {
    font-size: 13px;
  }

  .hero-grid {
    gap: 42px;
  }

  h1 {
    font-size: 56px;
  }

  .quality-grid,
  .contact-grid {
    gap: 58px;
  }

  .brand-grid {
    gap: 58px;
  }
}

@media (max-width: 1024px) {
  .desktop-nav {
    display: none;
  }

  .header-cta {
    margin-left: auto;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-grid {
    min-height: 570px;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 34px;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 42px;
  }

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

  .hero-media figcaption {
    padding-inline: 14px;
  }

  .capability-item {
    padding-inline: 22px;
  }

  .product-body {
    min-height: 320px;
    padding-inline: 22px;
  }

  .product-body h3 {
    font-size: 25px;
  }

  .production-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.9fr);
    gap: 42px;
  }

  .quality-grid {
    grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
    gap: 40px;
  }

  .quality-list article {
    padding: 25px;
  }

  .process-grid li,
  .market-grid > a {
    padding-inline: 21px;
  }

  .contact-grid {
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    gap: 40px;
  }

  .inquiry-form {
    padding: 28px;
  }

  .footer-main {
    gap: 36px;
  }
}

@media (max-width: 900px) {
  .section {
    padding-block: 84px;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .section-heading--split > p {
    max-width: 650px;
  }

  .section-heading--compact .text-link {
    justify-self: start;
  }

  .product-grid {
    gap: 16px;
  }

  .product-body {
    min-height: 300px;
    padding: 22px 18px;
  }

  .product-index {
    top: 21px;
    right: 18px;
  }

  .product-body h3 {
    font-size: 23px;
  }

  .product-body > p {
    min-height: 92px;
    font-size: 12px;
  }

  .product-meta {
    min-height: 65px;
  }

  .production-grid,
  .quality-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .production-grid {
    gap: 46px;
  }

  .production-copy {
    max-width: 680px;
  }

  .quality-grid {
    gap: 46px;
  }

  .quality-intro {
    max-width: 680px;
  }

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

  .process-grid li:nth-child(2) {
    border-right: 1px solid var(--line-strong);
  }

  .process-grid li:nth-child(n+3) {
    border-top: 1px solid var(--line-strong);
  }

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

  .market-grid > a:nth-child(2) {
    border-right: 0;
  }

  .market-grid > a:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .brand-grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 42px;
  }

  .brand-mark-panel {
    flex-direction: column;
  }

  .brand-mark-panel span {
    max-width: none;
    font-size: 28px;
  }

  .contact-copy {
    max-width: 680px;
    padding-top: 0;
  }

  .contact-primary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px solid var(--line-strong);
  }

  .contact-primary > a {
    padding-right: 20px;
    border-right: 1px solid var(--line-strong);
    border-bottom: 0;
  }

  .contact-primary > a:last-child {
    padding-left: 20px;
    border-right: 0;
  }

  .footer-main {
    grid-template-columns: 1.4fr repeat(3, 0.8fr);
    gap: 22px;
  }
}

@media (max-width: 700px) {
  .shell {
    width: calc(100% - 40px);
  }

  .service-bar__inner {
    justify-content: space-between;
    gap: 12px;
  }

  .service-location {
    display: none !important;
  }

  .service-reply {
    margin-left: 0;
  }

  .header-inner {
    min-height: 66px;
    gap: 12px;
  }

  .brand {
    min-width: 0;
    gap: 9px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .brand-copy strong {
    font-size: 21px;
  }

  .brand-copy small {
    margin-top: 5px;
    font-size: 10px;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    margin-left: auto;
  }

  .mobile-nav {
    padding-inline: 20px;
  }

  h1 {
    font-size: 40px;
    line-height: 1.04;
  }

  h2 {
    font-size: 36px;
    line-height: 1.1;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-copy {
    max-width: none;
    padding: 36px 0 22px;
  }

  .hero-copy .eyebrow {
    margin-bottom: 12px;
  }

  .hero-copy h1 {
    margin-bottom: 18px;
  }

  .hero-lead {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-actions .button {
    min-width: 0;
    padding-inline: 12px;
    font-size: 13px;
  }

  .hero-origin {
    margin-top: 16px;
    align-items: flex-start;
    font-size: 11px;
  }

  .hero-origin {
    display: none;
  }

  .hero-media {
    width: calc(100% + 40px);
    margin-left: -20px;
    justify-self: start;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
  }

  .hero-media figcaption {
    padding-inline: 20px;
  }

  .capability-grid {
    grid-template-columns: 1fr;
    padding-block: 11px;
  }

  .capability-item,
  .capability-item:first-child,
  .capability-item:last-child {
    min-height: 82px;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .capability-item:last-child {
    border-bottom: 0;
  }

  .section {
    padding-block: 68px;
  }

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

  .section-heading--split {
    gap: 16px;
  }

  .section-heading > p {
    font-size: 14px;
    line-height: 1.65;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-body {
    min-height: auto;
  }

  .product-card:first-child .product-body {
    min-height: 282px;
  }

  .product-card:not(:first-child) {
    display: block;
  }

  .product-card:not(:first-child) .product-image {
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .product-card:not(:first-child) .product-body {
    display: block;
    min-height: 282px;
    padding: 24px 22px;
  }

  .product-card:not(:first-child) .product-index,
  .product-card:not(:first-child) .product-body > p,
  .product-card:not(:first-child) .product-meta {
    display: flex;
  }

  .product-card:not(:first-child) .product-index { display: block; }
  .product-card:not(:first-child) .product-body > p { min-height: auto; display: block; }

  .product-card:not(:first-child) .product-body h3 {
    max-width: calc(100% - 34px);
    margin-bottom: 14px;
    font-size: 22px;
  }

  .product-card:not(:first-child) .text-link {
    font-size: 12px;
  }

  .section-action {
    flex-direction: column;
    justify-content: stretch;
  }

  .section-action .button {
    width: 100%;
  }

  .production-section {
    padding-bottom: 62px;
  }

  .production-media {
    width: calc(100% + 40px);
    margin-left: -20px;
    border-radius: 0;
  }

  .play-button {
    width: 60px;
    height: 60px;
  }

  .media-label {
    right: 18px;
    bottom: 14px;
    left: 18px;
    font-size: 11px;
  }

  .production-gallery {
    gap: 10px;
  }

  .production-gallery figure {
    min-height: 0;
    display: block;
  }

  .production-gallery img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .production-gallery figcaption {
    min-height: 85px;
    padding: 13px;
  }

  .production-gallery strong {
    font-size: 13px;
  }

  .production-gallery span {
    font-size: 10px;
  }

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

  .quality-list article {
    min-height: 0;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 16px;
    padding: 23px 20px;
  }

  .quality-list article > svg {
    margin: 1px 0 0;
  }

  .process-section {
    padding-block: 68px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
    border-left: 1px solid var(--line-strong);
  }

  .process-grid li,
  .process-grid li:first-child,
  .process-grid li:nth-child(2),
  .process-grid li:nth-child(n+3) {
    min-height: 0;
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 17px;
    padding: 28px 22px;
    border-top: 0;
    border-right: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line-strong);
    border-left: 0;
  }

  .process-grid li > svg {
    grid-row: 1 / 3;
    margin: 2px 0 0;
  }

  .process-grid h3,
  .process-grid p {
    grid-column: 2;
  }

  .step-number {
    top: 0;
    left: auto;
    right: 0;
  }

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

  .market-grid > a,
  .market-grid > a:nth-child(2),
  .market-grid > a:nth-child(n+3) {
    min-height: 228px;
    padding: 18px;
  }

  .market-grid > a:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .market-grid > a:nth-child(even) {
    border-right: 0;
  }

  .market-grid > a:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .market-grid > a > svg:not(.market-arrow) {
    margin: 21px 0 12px;
  }

  .market-grid h3 {
    font-size: 22px;
  }

  .market-arrow {
    top: 18px;
    right: 18px;
  }

  .insight-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .insight-grid h3,
  .insight-grid article > p:not(.article-meta) {
    min-height: 0;
  }

  .insight-grid article > p:not(.article-meta) {
    display: none;
  }

  .insight-grid h3 {
    margin-bottom: 17px;
  }

  .brand-section {
    padding-block: 56px;
  }

  .brand-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .brand-mark-panel {
    min-height: 150px;
    flex-direction: row;
    border-right: 0;
    border-bottom: 1px solid #b8d4d8;
  }

  .brand-mark-panel img {
    width: 90px;
    height: 90px;
  }

  .brand-story h2 {
    font-size: 34px;
  }

  .contact-primary {
    display: block;
    border-bottom: 0;
  }

  .contact-primary > a,
  .contact-primary > a:last-child {
    padding-inline: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .inquiry-form {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 28px 20px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .form-heading {
    display: block;
  }

  .form-heading p {
    margin-top: 6px;
  }

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

  .form-grid--details {
    grid-template-columns: 1fr;
  }

  .inquiry-form input,
  .inquiry-form select,
  .inquiry-form textarea {
    padding-inline: 10px;
    font-size: 12px;
  }

  .form-details summary {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
  }

  .form-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .form-footer .button {
    width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 35px 24px;
    padding-block: 50px 38px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

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

  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding-block: 24px 92px;
  }

  .footer-legal > div {
    flex-wrap: wrap;
  }

  .floating-contact {
    right: 18px;
    bottom: 18px;
  }

  .preview-toast {
    right: 18px;
    bottom: 84px;
    left: 18px;
    max-width: none;
  }
}

@media (max-width: 370px) {
  .service-bar {
    font-size: 10px;
  }

  .brand-copy small {
    display: none;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    font-size: 14px;
  }

  .product-card:not(:first-child) {
    grid-template-columns: 40% 60%;
  }

  .product-card:not(:first-child) .product-body h3 {
    font-size: 20px;
  }
}

/* Approved V2 treatment, intentionally scoped to the page header and hero only. */
.service-bar .shell,
.site-header .shell,
.hero .shell {
  width: min(calc(100% - 64px), 1280px);
}

.service-bar {
  min-height: 32px;
  color: #48666e;
  background: #edf6f7;
  border-bottom-color: #dce9eb;
  font-size: 11px;
  font-weight: 500;
}

.service-bar__inner {
  min-height: 32px;
  justify-content: space-between;
  gap: 20px;
}

.service-status {
  display: flex;
  align-items: center;
  gap: 18px;
}

.service-bar__inner svg {
  width: 13px;
  height: 13px;
  color: #ef5a3c;
  stroke-width: 1.8;
}

.service-reply {
  margin-left: 0;
  padding-left: 18px;
  border-left: 1px solid #cddfe2;
}

.site-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: #e2ebed;
}

.header-inner {
  min-height: 74px;
  gap: 28px;
}

.brand {
  min-width: 222px;
  gap: 12px;
}

.brand img {
  width: 44px;
  height: 44px;
}

.brand-copy strong {
  font-size: 25px;
}

.brand-copy small {
  margin-top: 7px;
  font-size: 11px;
}

.desktop-nav {
  gap: 24px;
}

.desktop-nav a {
  padding-block: 25px;
  font-size: 13px;
}

.header-cta {
  min-height: 44px;
  margin-left: 2px;
  padding-inline: 17px;
  font-size: 13px;
}

.hero {
  min-height: 580px;
  background-color: #eaf4f6;
  background-image: url("assets/hero-v2-desktop.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-color: #cbdfe2;
}

.hero-shell {
  position: relative;
  min-height: 580px;
}

.hero-copy {
  width: 610px;
  max-width: 49%;
  padding: 69px 0 0;
}

.hero-copy .eyebrow {
  margin-bottom: 13px;
  font-size: 12px;
  font-weight: 700;
}

.hero-copy h1 {
  margin-bottom: 19px;
  font-size: 58px;
  line-height: 0.98;
}

.hero-lead {
  max-width: 525px;
  margin-bottom: 25px;
  color: #365a63;
  font-size: 17px;
  line-height: 1.62;
}

.hero-actions {
  gap: 12px;
}

.hero-actions .button {
  min-height: 50px;
  padding-inline: 21px;
  font-size: 13px;
}

.mobile-hero-media {
  display: none;
}

.hero-capabilities {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 640px;
  max-width: 51%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hero-capability {
  min-width: 0;
  min-height: 78px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  padding: 0 12px;
  border-right: 1px solid rgba(136, 171, 178, 0.52);
  text-align: center;
}

.hero-capability:first-child {
  padding-left: 0;
}

.hero-capability:last-child {
  padding-right: 0;
  border-right: 0;
}

.hero-capability svg {
  width: 27px;
  height: 27px;
  color: #174b58;
  stroke-width: 1.55;
}

.hero-capability span {
  color: #284f59;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.28;
}

@media (max-width: 1180px) {
  .service-bar .shell,
  .site-header .shell,
  .hero .shell {
    width: min(calc(100% - 52px), 1280px);
  }

  .brand {
    min-width: 205px;
  }

  .desktop-nav {
    gap: 18px;
  }

  .desktop-nav a {
    font-size: 12px;
  }

  .hero-copy {
    max-width: 50%;
  }

  .hero-copy h1 {
    font-size: 52px;
  }

  .hero-capabilities {
    max-width: 52%;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .hero {
    min-height: 620px;
    background-image: url("assets/hero-v2-tablet.webp");
    background-position: left top;
    background-size: 100% auto;
  }

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

  .hero-copy {
    width: 420px;
    max-width: 52%;
    padding-top: 56px;
  }

  .hero-copy h1 {
    margin-bottom: 17px;
    font-size: 47px;
    line-height: 0.99;
  }

  .hero-lead {
    max-width: 392px;
    margin-bottom: 23px;
    font-size: 15.5px;
    line-height: 1.58;
  }

  .hero-actions {
    gap: 9px;
  }

  .hero-actions .button {
    min-height: 48px;
    padding-inline: 16px;
    font-size: 12px;
  }

  .hero-capabilities {
    bottom: 30px;
    width: 420px;
    max-width: 52%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-capability,
  .hero-capability:first-child,
  .hero-capability:last-child {
    min-height: 66px;
    display: grid;
    grid-template-columns: 27px 1fr;
    gap: 10px;
    padding: 10px 11px;
    border-right: 1px solid rgba(136, 171, 178, 0.52);
    border-bottom: 1px solid rgba(136, 171, 178, 0.52);
    text-align: left;
  }

  .hero-capability:nth-child(even) {
    border-right: 0;
  }

  .hero-capability:nth-child(n+3) {
    border-bottom: 0;
  }

  .hero-capability span {
    font-size: 11px;
  }
}

@media (max-width: 700px) {
  .service-bar .shell,
  .site-header .shell {
    width: calc(100% - 36px);
  }

  .hero .shell {
    width: 100%;
  }

  .service-bar {
    min-height: 28px;
    font-size: 10px;
  }

  .service-bar__inner {
    min-height: 28px;
  }

  .service-status {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
    gap: 10px;
    overflow: hidden;
  }

  .service-reply {
    display: none;
    padding-left: 0;
    border-left: 0;
  }

  .header-inner {
    min-height: 66px;
    gap: 10px;
  }

  .brand {
    gap: 9px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand-copy strong {
    font-size: 22px;
  }

  .brand-copy small {
    margin-top: 6px;
    font-size: 9.5px;
  }

  .hero {
    min-height: 0;
    background-color: #eef7f8;
    background-image: none;
  }

  .hero-shell {
    min-height: 0;
  }

  .hero-copy {
    width: auto;
    max-width: none;
    padding: 29px 18px 25px;
  }

  .hero-copy .eyebrow {
    margin-bottom: 10px;
    font-size: 10.5px;
  }

  .hero-copy h1 {
    margin-bottom: 15px;
    font-size: clamp(34px, 9.2vw, 38px);
    line-height: 1.01;
    overflow-wrap: break-word;
    text-wrap: pretty;
  }

  .hero-copy {
    width: 100vw !important;
    max-width: 100vw !important;
    padding-right: 18px;
    overflow: hidden;
  }

  .hero-lead {
    max-width: 350px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.55;
  }

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

  .hero-actions .button {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding-inline: 10px;
    font-size: 11.5px;
  }

  .mobile-hero-media {
    width: 100%;
    height: 214px;
    display: block;
    overflow: hidden;
    background: url("assets/hero-v2-mobile.webp") 68% 50% / cover no-repeat;
    border-block: 1px solid rgba(170, 196, 201, 0.56);
  }

  .hero-capabilities {
    position: static;
    width: auto;
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 7px 18px 9px;
    background: #f3f9fa;
  }

  .hero-capability,
  .hero-capability:first-child,
  .hero-capability:last-child {
    min-height: 69px;
    display: grid;
    grid-template-columns: 25px 1fr;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-right: 1px solid rgba(150, 181, 187, 0.48);
    border-bottom: 1px solid rgba(150, 181, 187, 0.48);
    text-align: left;
  }

  .hero-capability:nth-child(even) {
    border-right: 0;
  }

  .hero-capability:nth-child(n+3) {
    border-bottom: 0;
  }

  .hero-capability svg {
    width: 24px;
    height: 24px;
  }

  .hero-capability span {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 9.5px;
  }
}

@media (max-width: 370px) {
  .hero-copy {
    padding-top: 25px;
  }

  .hero-copy h1 {
    font-size: 34px;
  }

  .mobile-hero-media {
    height: 200px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

.direct-contact-list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.direct-contact-list a {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  color: var(--ink-strong);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}

.direct-contact-list a:hover {
  border-color: var(--coral);
}

.direct-contact-list svg {
  width: 17px;
  height: 17px;
  color: var(--coral);
}

.contact-rail {
  position: fixed;
  z-index: 30;
  right: 18px;
  top: 50%;
  display: grid;
  gap: 6px;
  transform: translateY(-50%);
}

.contact-rail a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #0e4b58;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  box-shadow: 0 7px 20px rgba(8, 47, 58, 0.18);
}

.contact-rail a:hover {
  background: var(--coral-dark);
}

.contact-rail svg {
  width: 19px;
  height: 19px;
}

@media (max-width: 700px) {
  .direct-contact-list {
    grid-template-columns: 1fr;
  }

  .contact-rail {
    right: 10px;
    top: auto;
    bottom: 12px;
    display: flex;
    transform: none;
  }

  .contact-rail a {
    width: 40px;
    height: 40px;
  }
}

.legal-page {
  min-height: 100vh;
  background: #f7faf9;
}

.legal-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.legal-header__inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legal-header__inner > a:last-child {
  color: var(--ink-strong);
  font-size: 14px;
  font-weight: 700;
}

.legal-main {
  width: min(calc(100% - 48px), 820px);
  margin-inline: auto;
  padding-block: 72px 96px;
}

.legal-main h1 {
  margin-bottom: 12px;
  font-size: 52px;
}

.legal-updated {
  margin-bottom: 48px;
  color: var(--muted);
  font-size: 13px;
}

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

.legal-main h2 {
  margin-bottom: 12px;
  font-family: "DM Sans", "Segoe UI", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.35;
}

.legal-main p,
.legal-main li {
  color: #3f5c64;
  font-size: 15px;
  line-height: 1.75;
}

.legal-main ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.legal-main a {
  color: var(--coral-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 700px) {
  .legal-header__inner {
    min-height: 68px;
  }

  .legal-header .brand-copy small {
    display: none;
  }

  .legal-main {
    width: calc(100% - 36px);
    padding-block: 52px 72px;
  }

  .legal-main h1 {
    font-size: 39px;
  }

  .legal-main section {
    padding-block: 24px;
  }
}

/* Interior pages */
.breadcrumbs {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
}

.breadcrumbs a {
  color: var(--ink-soft);
  text-decoration: none;
}

.breadcrumbs a:hover { color: var(--coral-dark); }
.breadcrumbs svg { width: 13px; height: 13px; }

.page-hero {
  padding-block: 74px;
  background: var(--ice);
  border-block: 1px solid var(--line);
}

.page-hero--compact { padding-block: 66px; }
.page-hero .shell > h1,
.page-hero-grid h1,
.about-hero-grid h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: 58px;
  line-height: 1.02;
}

.page-hero .shell > p:last-child,
.page-hero-grid > div > p:not(.eyebrow),
.about-hero-grid > div > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.page-hero-grid,
.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  align-items: center;
  gap: 70px;
}

.page-hero-grid > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 5px;
}

.page-hero-grid .button,
.about-hero-grid .button { margin-top: 26px; }

.page-cta {
  padding-block: 52px;
  color: #fff;
  background: var(--ink-strong);
}

.page-cta .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.page-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 38px;
}

.product-grid--catalog { row-gap: 36px; }

.product-detail-hero {
  padding: 34px 0 86px;
  background: #fff;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(460px, 1.02fr) minmax(420px, .98fr);
  align-items: start;
  gap: 72px;
}

.product-detail-main {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--ice);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.product-detail-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(var(--cms-image-zoom, 1));
  transform-origin: var(--cms-origin-x, 50%) var(--cms-origin-y, 50%);
}

.product-thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 78px);
  gap: 10px;
  margin-top: 12px;
}

.product-thumbnails button {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}

.product-thumbnails button.is-active { border: 2px solid var(--coral); }
.product-thumbnails img { width: 100%; height: 100%; object-fit: cover; }

.product-detail-copy { padding-top: 34px; }
.product-detail-copy h1 { margin-bottom: 24px; font-size: 58px; line-height: 1.02; }
.product-detail-lead { margin-bottom: 26px; color: var(--ink-soft); font-size: 18px; line-height: 1.72; }
.product-detail-tags,
.market-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.product-detail-tags span,
.market-tags span { padding: 6px 9px; color: #3e6068; background: var(--ice); border: 1px solid #d4e7e9; border-radius: 3px; font-size: 12px; font-weight: 600; }
.market-tags strong { width: 100%; color: var(--ink); font-size: 12px; }
.product-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.product-detail-note { margin-top: 18px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.print-brand { display: none; }

.product-spec-section { background: var(--ice); }
.product-spec-grid { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(520px, 1.25fr); gap: 80px; }
.product-spec-grid > div:first-child > p:last-child { color: var(--ink-soft); line-height: 1.75; }
.spec-table { margin: 0; border-top: 1px solid var(--line-strong); }
.spec-table > div { min-height: 58px; display: grid; grid-template-columns: minmax(160px, .8fr) minmax(220px, 1.2fr); align-items: center; gap: 22px; padding: 12px 4px; border-bottom: 1px solid var(--line-strong); }
.spec-table dt { color: var(--ink-soft); font-size: 13px; font-weight: 600; }
.spec-table dd { margin: 0; color: var(--ink); font-size: 14px; font-weight: 700; }

.product-production-section { background: #f7fafb; border-block: 1px solid var(--line); }
.product-production-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 68px; }
.product-production-media { min-width: 0; }
.product-production-video,
.product-production-poster { width: 100%; aspect-ratio: 16 / 9; display: block; overflow: hidden; background: #d7e5e7; border: 1px solid var(--line); border-radius: 5px; }
.product-production-video { background: #0a2e37; object-fit: contain; }
.product-production-poster { position: relative; }
.product-production-poster::after { position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent, rgba(7, 43, 53, .74)); content: ""; pointer-events: none; }
.product-production-poster > img { width: 100%; height: 100%; object-fit: cover; transform: scale(var(--cms-image-zoom, 1)); transform-origin: var(--cms-origin-x, 50%) var(--cms-origin-y, 50%); }
.product-production-copy h2 { margin-bottom: 20px; font-size: 44px; line-height: 1.08; }
.product-production-copy > p:not(.eyebrow):not(.product-production-caption) { color: var(--ink-soft); line-height: 1.72; }
.product-production-steps { margin-top: 30px; border-top: 1px solid var(--line-strong); }
.product-production-steps > div { min-height: 78px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; padding-block: 13px; border-bottom: 1px solid var(--line-strong); }
.product-production-steps > div > span { color: var(--coral-dark); font-size: 11px; font-weight: 800; }
.product-production-steps p { margin: 0; }
.product-production-steps strong,
.product-production-steps small { display: block; }
.product-production-steps strong { margin-bottom: 4px; font-size: 15px; }
.product-production-steps small { color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.product-production-caption { display: flex; align-items: flex-start; gap: 8px; margin: 18px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.product-production-caption svg { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 1px; color: var(--green); }

.packaging-section { background: #fff; }
.packaging-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.packaging-grid article { min-height: 254px; position: relative; padding: 30px 25px; border-right: 1px solid var(--line); }
.packaging-grid article:last-child { border-right: 0; }
.packaging-grid article > span { position: absolute; top: 18px; right: 18px; color: #9caeb3; font-size: 11px; font-weight: 700; }
.packaging-grid svg { width: 28px; height: 28px; margin: 22px 0 28px; color: var(--coral); }
.packaging-grid h3 { margin-bottom: 12px; font-size: 18px; }
.packaging-grid p { color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.custom-packaging { margin-top: 38px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 36px 40px; color: var(--ink); background: var(--ice); border: 1px solid var(--line); }
.custom-packaging h2 { margin-bottom: 12px; font-size: 34px; }
.custom-packaging p:last-child { max-width: 760px; margin: 0; color: var(--ink-soft); line-height: 1.7; }

.document-section { background: #f7fafb; }
.document-section h2 { max-width: 720px; }
.document-list { display: grid; gap: 10px; margin-top: 30px; }
.document-list span { min-height: 54px; display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: #fff; border: 1px solid var(--line); font-size: 14px; font-weight: 600; }
.document-list svg { width: 20px; color: var(--green); }
.related-products { background: #fff; }
.related-products .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.detail-inquiry { background: #f7fafb; }

.product-grid--home { width: min(100%, 1040px); margin-inline: auto; gap: 22px; }
.product-grid--home .product-body { min-height: 248px; padding: 22px 22px 23px; }
.product-grid--home .product-index { top: 21px; right: 21px; }
.product-grid--home .product-body h3 { margin-bottom: 11px; font-size: 25px; }
.product-grid--home .product-body > p { min-height: 66px; margin-bottom: 15px; font-size: 13px; line-height: 1.62; }
.product-grid--home .product-meta { min-height: 45px; margin-bottom: 14px; }
.product-grid--home .product-card-actions { align-items: flex-end; }
.product-grid--home .text-link { font-size: 12px; }

.market-grid--page { grid-template-columns: repeat(2, 1fr); }
.market-grid--page article { min-height: 340px; position: relative; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.market-grid--page article:nth-child(odd) { border-left: 1px solid var(--line); }
.market-grid--page article:nth-child(-n+2) { border-top: 1px solid var(--line); }
.market-grid--page article > span { position: absolute; top: 24px; right: 24px; color: var(--muted); font-size: 11px; }
.market-grid--page article > svg { width: 30px; height: 30px; margin: 30px 0 24px; color: var(--coral); }
.market-grid--page h2 { margin-bottom: 14px; font-size: 31px; }
.market-grid--page p { color: var(--ink-soft); line-height: 1.7; }
.market-grid--page ul { margin: 20px 0 0; padding-left: 18px; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }

.about-hero-grid .brand-mark-panel { min-height: 420px; background: #dceff1; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.about-values article { min-height: 260px; padding: 36px; border-right: 1px solid var(--line); }
.about-values article:last-child { border-right: 0; }
.about-values svg { width: 30px; height: 30px; margin-bottom: 34px; color: var(--coral); }
.about-values h2 { font-family: "DM Sans", sans-serif; font-size: 20px; }
.about-values p { color: var(--ink-soft); line-height: 1.7; }

.contact-page-section { background: #f7fafb; }
.contact-page-grid { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(620px, 1.3fr); align-items: start; gap: 66px; }
.contact-page-grid aside { padding-top: 20px; }
.contact-page-grid aside h2 { font-size: 40px; }
.contact-page-grid .direct-contact-list { margin-top: 28px; }
.contact-pending { display: flex; gap: 12px; margin-top: 28px; padding: 18px; background: var(--ice); border: 1px solid var(--line); }
.contact-pending svg { width: 22px; flex: 0 0 auto; color: var(--green); }
.contact-pending p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-status { min-height: 20px; margin-top: 12px; color: var(--green); font-size: 12px; font-weight: 600; }
.form-status.is-error { color: var(--coral-dark); }
.inquiry-form.is-submitting { opacity: .78; pointer-events: none; }

.success-page { min-height: 70vh; display: grid; place-items: center; padding: 80px 24px; background: var(--ice); }
.success-panel { width: min(760px, 100%); padding: 60px; text-align: center; background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(10, 58, 69, .08); }
.success-panel > svg { width: 48px; height: 48px; margin-bottom: 24px; color: var(--green); }
.success-panel h1 { font-size: 48px; }
.success-panel > p:not(.eyebrow) { color: var(--ink-soft); font-size: 17px; }
.success-panel > div { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }

@media (max-width: 1024px) {
  .page-hero-grid,
  .about-hero-grid,
  .product-detail-grid,
  .product-spec-grid,
  .contact-page-grid { grid-template-columns: 1fr; gap: 42px; }
  .page-hero-grid > img { max-height: 520px; }
  .product-detail-media { max-width: 720px; }
  .product-detail-copy { padding-top: 0; }
  .product-production-grid { grid-template-columns: 1fr; gap: 38px; }
  .product-production-media { max-width: 760px; }
  .product-grid--home { width: min(100%, 720px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid--home .product-body { min-height: 248px; }
  .product-grid--home .product-card:last-child:nth-child(odd) { width: calc((100% - 22px) / 2); grid-column: 1 / -1; justify-self: center; }
  .packaging-grid { grid-template-columns: repeat(2, 1fr); }
  .packaging-grid article:nth-child(2) { border-right: 0; }
  .packaging-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-values { grid-template-columns: 1fr; }
  .about-values article { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-values article:last-child { border-bottom: 0; }
}

@media (max-width: 700px) {
  .breadcrumbs { min-height: 44px; overflow: hidden; white-space: nowrap; }
  .page-hero,
  .page-hero--compact { padding-block: 48px; }
  .page-hero .shell > h1,
  .page-hero-grid h1,
  .about-hero-grid h1,
  .product-detail-copy h1 { font-size: 39px; line-height: 1.04; }
  .page-hero .shell > p:last-child,
  .page-hero-grid > div > p:not(.eyebrow),
  .about-hero-grid > div > p:not(.eyebrow),
  .product-detail-lead { font-size: 15px; }
  .page-cta .shell,
  .custom-packaging { align-items: flex-start; flex-direction: column; }
  .page-cta h2 { font-size: 30px; }
  .product-detail-hero { padding-bottom: 56px; }
  .product-detail-grid { gap: 28px; }
  .product-thumbnails { grid-template-columns: repeat(4, 1fr); }
  .product-detail-actions { flex-direction: column; }
  .product-detail-actions .button { width: 100%; }
  .product-production-copy h2 { font-size: 34px; }
  .product-production-steps > div { grid-template-columns: 34px 1fr; }
  .product-grid--home { width: 100%; grid-template-columns: 1fr; }
  .product-grid--home .product-card:last-child:nth-child(odd) { width: 100%; grid-column: auto; }
  .product-grid--home .product-body,
  .product-grid--home .product-card:first-child .product-body,
  .product-grid--home .product-card:not(:first-child) .product-body { min-height: 0; padding: 22px 20px; }
  .product-grid--home .product-body > p { min-height: 0; }
  .product-grid--home .product-meta { min-height: 0; }
  .spec-table > div { grid-template-columns: 1fr; gap: 3px; padding-block: 14px; }
  .packaging-grid { grid-template-columns: 1fr; }
  .packaging-grid article,
  .packaging-grid article:nth-child(2) { min-height: 218px; border-right: 0; border-bottom: 1px solid var(--line); }
  .packaging-grid article:last-child { border-bottom: 0; }
  .custom-packaging { padding: 28px 22px; }
  .custom-packaging h2 { font-size: 30px; }
  .related-products .product-grid { grid-template-columns: 1fr; }
  .market-grid--page { grid-template-columns: 1fr; }
  .market-grid--page article,
  .market-grid--page article:nth-child(odd) { min-height: 290px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
  .market-grid--page article:first-child { border-top: 1px solid var(--line); }
  .about-hero-grid .brand-mark-panel { min-height: 330px; }
  .contact-page-grid { gap: 34px; }
  .contact-page-grid aside h2 { font-size: 34px; }
  .success-panel { padding: 42px 22px; }
  .success-panel h1 { font-size: 36px; }
  .success-panel > div { flex-direction: column; }
}

@media print {
  .print-brand { display: flex !important; align-items: center; gap: 12px; margin: 0 0 24px; padding: 0 0 16px; border-bottom: 1px solid #bfd6da; }
  .print-brand img { width: 42px; height: 42px; object-fit: contain; }
  .print-brand strong, .print-brand span { display: block; }
  .print-brand strong { font-family: Georgia, serif; font-size: 22px; }
  .print-brand span { color: #54717a; font-size: 10px; font-weight: 700; }
  .service-bar, .site-header, .site-footer, .contact-rail, .breadcrumbs, .product-thumbnails,
  .product-detail-actions, .related-products, .detail-inquiry, .packaging-section .button { display: none !important; }
  .product-detail-hero, .section { padding-block: 24px; }
  .product-detail-grid, .product-spec-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .product-detail-main { max-width: 420px; }
  * { box-shadow: none !important; }
}

/* Production checkpoints and media previews */
.production-step {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 20px;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--line-strong);
  transition: background-color 160ms ease, padding-inline 160ms ease;
}

.production-step:first-child { border-top: 1px solid var(--line-strong); }
.production-step:hover,
.production-step:focus-visible { padding-inline: 10px; background: rgba(255, 255, 255, 0.5); outline: none; }
.production-step > span { color: var(--coral-dark); font-size: 12px; font-weight: 700; }
.production-step p { margin: 0; display: flex; flex-direction: column; }
.production-step strong { color: var(--ink-strong); font-size: 15px; }
.production-step small { margin-top: 3px; color: var(--ink-soft); font-size: 12px; line-height: 1.45; }
.production-step > svg { width: 17px; color: var(--ink-soft); transition: transform 160ms ease, color 160ms ease; }
.production-step:hover > svg,
.production-step:focus-visible > svg { color: var(--coral-dark); transform: translate(2px, -2px); }

.production-main-image,
.production-gallery-image,
.production-detail-image,
.page-hero-image {
  display: block;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: inherit;
  cursor: zoom-in;
}

.production-main-image { position: absolute; inset: 0; width: 100%; height: 100%; }
.production-main-image img { width: 100%; height: 100%; object-fit: cover; }
.production-gallery-image { width: 100%; height: 100%; overflow: hidden; }
.production-gallery-image img { display: block; }
.production-gallery figure:focus-within,
.production-gallery figure:hover { border-color: var(--line-strong); box-shadow: 0 12px 28px rgba(8, 43, 54, 0.08); }
.production-gallery figcaption .text-link { margin-top: 14px; font-size: 11px; }

.page-hero-image { width: 100%; height: 100%; overflow: hidden; border-radius: 4px; }
.page-hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; }

.production-detail-section { background: #fff; border-top: 1px solid var(--line); }
.production-detail-section:nth-of-type(even) { background: var(--ice); }
.production-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr); gap: 72px; align-items: center; }
.production-detail-section:nth-of-type(even) .production-detail-grid { grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1fr); }
.production-detail-section:nth-of-type(even) .production-detail-image { order: 2; }
.production-detail-image { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 4px; background: #dfecee; }
.production-detail-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.production-detail-copy h2 { max-width: 560px; }
.production-detail-copy > p:not(.eyebrow) { color: var(--ink-soft); line-height: 1.75; }
.production-detail-checkpoints { display: grid; gap: 0; margin: 28px 0 26px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.production-detail-checkpoints li { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.production-detail-checkpoints svg { width: 16px; margin-top: 3px; color: var(--coral-dark); }
.production-detail-checkpoints span { display: flex; flex-direction: column; gap: 3px; }
.production-detail-checkpoints strong { color: var(--ink-strong); font-size: 14px; }
.production-detail-checkpoints small { color: var(--ink-soft); font-size: 12px; line-height: 1.5; }

.media-lightbox[hidden] { display: none; }
.media-lightbox { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; }
.media-lightbox-backdrop { position: absolute; inset: 0; background: rgba(5, 28, 36, 0.82); }
.media-lightbox-dialog { position: relative; z-index: 1; width: min(1100px, 100%); max-height: calc(100vh - 48px); padding: 20px; background: #f8fcfc; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 4px; box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3); }
.media-lightbox-dialog img { display: block; width: 100%; max-height: calc(100vh - 132px); object-fit: contain; }
.media-lightbox-dialog p { margin: 12px 0 0; color: var(--ink-soft); font-size: 12px; }
.media-lightbox-close { position: absolute; z-index: 2; top: 8px; right: 8px; display: grid; place-items: center; width: 36px; height: 36px; color: var(--ink-strong); background: rgba(255, 255, 255, 0.9); border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.media-lightbox-close svg { width: 17px; }
.lightbox-open { overflow: hidden; }

@media (max-width: 1024px) {
  .production-detail-grid,
  .production-detail-section:nth-of-type(even) .production-detail-grid { grid-template-columns: 1fr; gap: 34px; }
  .production-detail-section:nth-of-type(even) .production-detail-image { order: initial; }
}

@media (max-width: 620px) {
  .production-step { grid-template-columns: 32px minmax(0, 1fr) 18px; gap: 10px; }
  .production-step:hover,
  .production-step:focus-visible { padding-inline: 6px; }
  .production-detail-section { padding-block: 60px; }
  .production-detail-copy h2 { font-size: 31px; }
  .production-gallery-image { height: auto; }
  .production-gallery-image img { height: auto; aspect-ratio: 4 / 3; }
  .media-lightbox { padding: 12px; }
  .media-lightbox-dialog { padding: 10px; }
  .media-lightbox-dialog img { max-height: calc(100vh - 88px); }
}

/* Final homepage layout correction: centered information hierarchy and fluid responsive sizing. */
.hero {
  min-height: clamp(540px, 38vw, 680px);
}

.hero-shell {
  min-height: inherit;
  display: flex;
  align-items: center;
}

.hero-copy {
  width: min(620px, 47vw);
  max-width: 52%;
  padding: 0 0 clamp(108px, 8vw, 138px);
}

.hero-copy h1 {
  font-size: clamp(48px, 4.25vw, 72px);
  line-height: 0.99;
  text-wrap: balance;
}

.hero-lead {
  max-width: min(540px, 43vw);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.62;
}

.hero-capabilities {
  width: min(640px, 50%);
  max-width: 50%;
  bottom: clamp(22px, 2.4vw, 36px);
}

.products-section .section-heading--centered,
.markets-section .section-heading--centered {
  max-width: 900px;
}

.products-section .section-heading--centered h2,
.markets-section .section-heading--centered h2,
.process-section .section-heading--centered h2 {
  text-wrap: balance;
}

.products-section .product-grid--home {
  width: min(100%, 1120px);
  margin-inline: auto;
  gap: clamp(16px, 2vw, 28px);
}

.products-section .product-image {
  aspect-ratio: 1 / 1;
}

.products-section .section-action {
  justify-content: center;
  flex-wrap: wrap;
}

.process-section .section-heading--centered,
.markets-section .section-heading--centered {
  margin-inline: auto;
  text-align: center;
}

.process-grid li,
.market-grid > a {
  text-align: center;
}

.process-grid li > svg,
.market-grid > a > svg:not(.market-arrow) {
  margin-inline: auto;
}

.process-grid .step-number {
  left: 50%;
  transform: translateX(-50%);
}

.market-grid > a > svg:not(.market-arrow) {
  margin-top: 34px;
}

.contact-grid--wide {
  grid-template-columns: 1fr;
  gap: 44px;
}

.contact-grid--wide .contact-copy {
  max-width: 980px;
  margin-inline: auto;
  padding-top: 0;
  text-align: center;
}

.contact-grid--wide .contact-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin-inline: auto;
}

.contact-grid--wide .buying-brief-list {
  max-width: 980px;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line-strong);
}

.contact-grid--wide .buying-brief-list > div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 14px;
  border-right: 1px solid var(--line-strong);
  border-bottom: 0;
  text-align: center;
}

.contact-grid--wide .buying-brief-list > div:last-child {
  border-right: 0;
}

.contact-grid--wide .buying-brief-list span {
  align-items: center;
}

.contact-grid--wide .response-note {
  justify-content: center;
}

.contact-grid--wide .direct-contact-list {
  max-width: 820px;
  margin-inline: auto;
}

.contact-grid--wide .inquiry-form {
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
  padding: clamp(24px, 3vw, 38px);
}

.contact-grid--wide .form-heading {
  align-items: center;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

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

.contact-grid--wide .form-message {
  margin-top: 16px;
}

@media (min-width: 701px) and (max-width: 1024px) {
  .hero {
    min-height: clamp(600px, 76vw, 690px);
  }

  .hero-shell {
    align-items: flex-start;
  }

  .hero-copy {
    width: min(500px, 52vw);
    max-width: 52%;
    padding: clamp(54px, 7vw, 82px) 0 136px;
  }

  .hero-copy h1 {
    font-size: clamp(44px, 6vw, 56px);
  }

  .hero-lead {
    max-width: min(430px, 48vw);
    font-size: clamp(15px, 1.8vw, 17px);
  }

  .hero-capabilities {
    width: min(500px, 52%);
    max-width: 52%;
    bottom: 24px;
  }

  .contact-grid--wide .buying-brief-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-grid--wide .buying-brief-list > div:nth-child(2n) {
    border-right: 0;
  }

  .contact-grid--wide .buying-brief-list > div:nth-child(n + 3) {
    border-top: 1px solid var(--line-strong);
  }

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

@media (max-width: 700px) {
  .hero-shell {
    display: block;
  }

  .hero-copy {
    width: auto;
    max-width: none;
    padding: clamp(28px, 8vw, 44px) 18px 25px;
  }

  .hero-copy h1 {
    font-size: clamp(36px, 10.2vw, 44px);
  }

  .hero-lead {
    max-width: 350px;
    font-size: clamp(14px, 3.7vw, 16px);
  }

  .hero-capabilities {
    width: auto;
    max-width: none;
  }

  .products-section .section-heading--centered,
  .markets-section .section-heading--centered,
  .process-section .section-heading--centered {
    max-width: 100%;
  }

  .process-grid li {
    text-align: center;
  }

  .process-grid li > svg {
    margin-inline: auto;
  }

  .process-grid .step-number {
    left: auto;
    right: 0;
    transform: none;
  }

  .market-grid > a {
    text-align: center;
  }

  .market-grid > a > svg:not(.market-arrow) {
    margin-inline: auto;
  }

  .contact-grid--wide {
    gap: 30px;
  }

  .contact-grid--wide .buying-brief-list {
    grid-template-columns: 1fr;
  }

  .contact-grid--wide .buying-brief-list > div,
  .contact-grid--wide .buying-brief-list > div:nth-child(2n),
  .contact-grid--wide .buying-brief-list > div:nth-child(n + 3) {
    min-height: 84px;
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
    border-top: 0;
  }

  .contact-grid--wide .buying-brief-list > div:last-child {
    border-bottom: 0;
  }

  .contact-grid--wide .inquiry-form {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 28px 20px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

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

@media (max-width: 430px) {
  .contact-grid--wide .form-grid {
    grid-template-columns: 1fr;
  }
}

/* Final responsive alignment pass: keep the visual centre consistent across zoom levels. */
.hero-copy {
  width: min(48vw, 760px);
  max-width: none;
  padding-bottom: clamp(96px, 7vw, 142px);
}

.hero-copy h1 {
  font-size: clamp(50px, 4.6vw, 82px);
  line-height: .99;
}

.hero-lead {
  max-width: min(520px, 39vw);
  font-size: clamp(15px, 1.2vw, 19px);
}

.section-heading--centered > .eyebrow {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  text-align: center;
}

.section-heading--centered > p:last-child {
  width: 100%;
}

.product-spec-grid {
  grid-template-columns: minmax(280px, .64fr) minmax(0, 1.36fr);
  gap: clamp(36px, 5vw, 80px);
  align-items: start;
}

.spec-table > div {
  grid-template-columns: minmax(180px, .72fr) minmax(0, 1.28fr);
}

.detail-inquiry-grid {
  align-items: start;
}

.document-section .shell {
  text-align: center;
}

.document-section h2 {
  margin-inline: auto;
}

.document-section .document-list {
  text-align: left;
}

.related-products .section-heading {
  text-align: center;
}

.related-products .section-heading .eyebrow,
.related-products .section-heading h2 {
  margin-inline: auto;
}

.related-products .product-grid {
  width: min(100%, 760px);
  margin-inline: auto;
  gap: 22px;
}

@media (min-width: 701px) and (max-width: 1024px) {
  .hero-copy {
    width: min(54vw, 560px);
    max-width: 54%;
  }

  .hero-copy h1 {
    font-size: clamp(46px, 6.3vw, 62px);
  }

  .hero-lead {
    max-width: min(390px, 46vw);
  }

  .product-spec-grid {
    grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr);
    gap: 34px;
  }

  .spec-table > div {
    grid-template-columns: minmax(120px, .78fr) minmax(0, 1.22fr);
    gap: 14px;
  }
}

@media (max-width: 700px) {
  .hero-copy {
    width: auto;
    max-width: none;
    padding-bottom: 25px;
  }

  .hero-copy h1 {
    font-size: clamp(36px, 10.2vw, 44px);
  }

  .hero-lead {
    max-width: 350px;
    font-size: clamp(14px, 3.7vw, 16px);
  }

  .related-products .product-grid {
    width: 100%;
  }

  .product-spec-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .spec-table > div {
    grid-template-columns: 1fr;
    gap: 3px;
    padding-block: 14px;
  }
}

/* Very wide CSS viewports are produced by aggressive browser zoom-out. Expand the
   composition there so the copy does not collapse into the centre of the hero. */
@media (min-width: 1600px) {
  :root {
    --shell: min(3600px, 92vw);
  }

  .shell,
  .hero .hero-shell {
    width: min(calc(100% - 120px), var(--shell));
  }

  .hero::after {
    position: absolute;
    z-index: 0;
    inset: 0;
    background: linear-gradient(90deg, rgba(237, 247, 248, .98) 0%, rgba(237, 247, 248, .94) 28%, rgba(237, 247, 248, .68) 43%, rgba(237, 247, 248, .12) 57%, transparent 68%);
    content: "";
    pointer-events: none;
  }

  .hero-shell {
    z-index: 2;
  }

  .hero-copy {
    width: min(1500px, 42vw);
    max-width: none;
  }

  .hero-copy h1 {
    font-size: clamp(70px, 4.8vw, 128px);
  }

  .hero-lead {
    max-width: min(620px, 32vw);
  }

  .hero-capabilities {
    width: min(760px, 48%);
    max-width: 48%;
  }
}

/* Mobile overflow guard: keep the approved hierarchy inside narrow viewports. */
@media (max-width: 700px) {
  .hero-copy,
  .hero-copy h1,
  .hero-lead,
  .hero-actions,
  .hero-capabilities {
    min-width: 0;
    max-width: 100%;
  }

  .hero-copy {
    width: 100vw !important;
    max-width: 100vw !important;
    padding-right: 18px;
    overflow: hidden;
  }

  .hero-copy h1 {
    font-size: clamp(33px, 8.8vw, 37px);
    overflow-wrap: anywhere;
    text-wrap: pretty;
  }

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

  .hero-actions .button {
    width: 100%;
    min-width: 0;
    gap: 5px;
    padding-inline: 6px;
    font-size: 10px;
    white-space: normal;
  }

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

  .hero-capability {
    min-width: 0;
  }

  .hero-capability span {
    min-width: 0;
    overflow-wrap: break-word;
    font-size: 8.5px;
  }

  .hero-lead {
    width: calc(100vw - 36px) !important;
    max-width: min(320px, calc(100vw - 36px)) !important;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .service-reply {
    display: none !important;
  }
}
