:root {
  --ink: #111820;
  --ink-2: #27323d;
  --muted: #647482;
  --line: #d9e4df;
  --soft: #f5f8f6;
  --white: #ffffff;
  --sea: #2b8a76;
  --sea-dark: #176553;
  --blue: #2f74aa;
  --coral: #d66f55;
  --gold: #c49a43;
  --clay: #ebded2;
  --shadow: 0 18px 45px rgba(17, 24, 32, 0.11);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 88px;
}

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

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

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

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

/* Keep GTranslate clear of the bottom-right support widget. */
#gt_float_wrapper,
.gtranslate_wrapper {
  position: fixed !important;
  right: auto !important;
  bottom: max(18px, env(safe-area-inset-bottom)) !important;
  left: max(18px, env(safe-area-inset-left)) !important;
  z-index: 99990 !important;
}

#gt_float_wrapper .gt_float_switcher {
  max-width: calc(100vw - 36px);
}

@media (max-width: 600px) {
  #gt_float_wrapper,
  .gtranslate_wrapper {
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    left: max(12px, env(safe-area-inset-left)) !important;
  }
}

.pzik-whatsapp-float {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 99991;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 18px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff;
  background: #25d366;
  box-shadow: 0 18px 38px rgba(17, 24, 32, 0.24);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.pzik-whatsapp-float:hover {
  color: #fff;
  background: #1fbd5d;
  box-shadow: 0 22px 46px rgba(17, 24, 32, 0.28);
  transform: translateY(-2px);
}

.pzik-whatsapp-float-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.pzik-whatsapp-float-label {
  white-space: nowrap;
}

@media (max-width: 600px) {
  .pzik-whatsapp-float {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    width: 54px;
    min-height: 54px;
    padding: 0;
    justify-content: center;
  }

  .pzik-whatsapp-float-icon {
    width: 54px;
    height: 54px;
    background: transparent;
    font-size: 12px;
  }

  .pzik-whatsapp-float-label {
    display: none;
  }
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  min-height: 132px;
  padding: 18px clamp(20px, 4vw, 52px) 16px;
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(17, 24, 32, 0.38), rgba(17, 24, 32, 0));
  transition: background 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(17, 24, 32, 0.72);
  box-shadow: 0 12px 30px rgba(17, 24, 32, 0.2);
  backdrop-filter: blur(16px);
}

@media (min-width: 861px) {
  .site-header.is-scrolled {
    min-height: 76px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .site-header.is-scrolled .header-inner {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .site-header.is-scrolled .brand {
    align-items: flex-start;
    order: 1;
    text-align: left;
  }

  .site-header.is-scrolled .brand-wordmark {
    font-size: 36px;
  }

  .site-header.is-scrolled .brand small {
    font-size: 9px;
  }

  .site-header.is-scrolled .site-nav {
    flex: 1;
    order: 2;
    gap: clamp(18px, 3vw, 40px);
  }

  .site-header.is-scrolled .site-nav a {
    font-size: 14px;
  }

  .site-header.is-scrolled .header-utility {
    position: static;
    display: block;
    order: 3;
  }

  .site-header.is-scrolled .header-utility > span {
    display: none;
  }
}

.header-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 16px;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.site-header .brand {
  flex-direction: column;
  gap: 2px;
  color: var(--white);
  text-align: center;
}

.brand-wordmark {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--white);
  font-size: clamp(40px, 5.2vw, 72px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.88;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  font-size: 18px;
  font-weight: 850;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.site-header .brand small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.header-utility {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
}

.header-utility a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: 800;
  pointer-events: auto;
}

.header-utility a span {
  font-size: 16px;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 6vw, 88px);
}

.site-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 750;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  outline: none;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(17, 24, 32, 0.1) 0%, rgba(17, 24, 32, 0.12) 48%, rgba(17, 24, 32, 0.64) 100%),
    linear-gradient(90deg, rgba(17, 24, 32, 0.92) 0%, rgba(17, 24, 32, 0.64) 32%, rgba(17, 24, 32, 0.08) 72%, rgba(17, 24, 32, 0.2) 100%),
    var(--hero-image);
  background-position: center right;
  background-size: cover;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(1px);
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 252px 0 54px;
}

.hero-content {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--sea-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #bfeee1;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero h1 em {
  color: #bfeee1;
  font-style: normal;
}

.hero-lead {
  max-width: 590px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2.1vw, 23px);
  line-height: 1.38;
}

.hero-copy {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.6;
}

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

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.btn.primary {
  color: var(--white);
  background: var(--sea);
}

.btn.primary:hover,
.btn.primary:focus-visible {
  outline: none;
  background: var(--sea-dark);
}

.btn.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
}

.btn.secondary:hover,
.btn.secondary:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.2);
}

.hero-proof {
  width: min(730px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 42px;
}

.hero-proof div {
  min-height: 74px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 2px;
  background: rgba(17, 24, 32, 0.2);
  backdrop-filter: blur(6px);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: #bfeee1;
  font-size: 18px;
  line-height: 1.1;
}

.hero-proof span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.hero-scroll {
  position: absolute;
  right: clamp(20px, 4vw, 52px);
  bottom: 42px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hero-scroll span:last-child {
  color: #bfeee1;
  font-size: 18px;
}

.trust-rail {
  color: var(--white);
  background: #0d151c;
}

.trust-rail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-rail-grid div {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-rail-grid span {
  color: #8fd4c2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.trust-rail-grid strong {
  font-size: 13px;
  line-height: 1.35;
}

.certification-section {
  background: linear-gradient(180deg, #fbfaf7 0%, #f3f7f4 100%);
}

.certification-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: start;
}

.certification-copy {
  position: sticky;
  top: 110px;
}

.certification-copy h2 {
  max-width: 520px;
  margin: 10px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.6vw, 58px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.certification-copy p {
  max-width: 540px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 17px;
}

.certification-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.certification-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(43, 138, 118, 0.18);
  border-radius: 999px;
  color: #245e51;
  background: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
}

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

.certification-card {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 36px rgba(17, 24, 32, 0.08);
}

.certification-card-image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  aspect-ratio: 0.72;
  padding: 8px;
  background: linear-gradient(180deg, #f7f4ee, #eef5f0);
}

.certification-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 5px;
}

.certification-card div:last-child {
  padding: 12px 12px 14px;
}

.certification-card strong,
.certification-card span {
  display: block;
}

.certification-card strong {
  color: var(--ink);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.certification-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.section {
  padding: 96px 0;
}

.section-tint {
  background: var(--soft);
}

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

.section-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head.left {
  margin-bottom: 0;
}

.section-head.split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 42px;
  align-items: end;
}

.section-head.light .eyebrow {
  color: #8fd4c2;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-head p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.section-dark .section-head p {
  color: rgba(255, 255, 255, 0.72);
}

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

.family-card,
.program-grid article,
.route-stack article,
.sku-card,
.process-steps article,
.page-map a,
.quote-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(17, 24, 32, 0.06);
}

.family-card {
  min-height: 0;
  overflow: hidden;
  padding: 0 0 24px;
  border-top: 5px solid var(--ink);
}

.family-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.family-card span,
.family-card h3,
.family-card p {
  margin-right: 24px;
  margin-left: 24px;
}

.family-card span {
  margin-top: 20px;
}

.family-card span,
.sku-code,
.program-grid span,
.route-stack span,
.process-steps span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  color: var(--sea-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.family-card h3,
.sku-card h3,
.program-grid h3,
.route-stack h3 {
  margin: 12px 0 10px;
  font-size: 22px;
  line-height: 1.15;
}

.family-card p,
.sku-card p,
.program-grid p,
.route-stack p,
.process-steps p {
  margin: 0;
  color: var(--muted);
}

.accent-green {
  border-top-color: var(--sea);
}

.accent-blue {
  border-top-color: var(--blue);
}

.accent-coral {
  border-top-color: var(--coral);
}

.accent-gold {
  border-top-color: var(--gold);
}

.accent-slate {
  border-top-color: #5a6570;
}

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

.solution-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
  padding: 26px;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(17, 24, 32, 0.07);
}

.solution-card::before {
  content: "";
  position: absolute;
  top: -56px;
  right: -34px;
  width: 180px;
  height: 180px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.12;
}

.solution-card span,
.solution-card small {
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.solution-card h3 {
  position: relative;
  z-index: 1;
  margin: 12px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.05;
}

.solution-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 26px;
  color: inherit;
  opacity: 0.76;
}

.solution-card small {
  opacity: 0.7;
}

.solution-card.has-image {
  min-height: 430px;
  justify-content: flex-start;
  padding: 0;
  color: var(--ink);
  background: var(--white);
}

.solution-card.has-image::before {
  display: none;
}

.solution-card-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e7ddd1;
}

.solution-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.solution-card.has-image:hover .solution-card-image img {
  transform: scale(1.035);
}

.solution-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px 24px 24px;
}

.solution-card.has-image span,
.solution-card.has-image small,
.solution-card.has-image h3,
.solution-card.has-image p {
  position: relative;
  z-index: 1;
}

.solution-card.has-image h3 {
  margin-top: 12px;
  font-size: 26px;
}

.solution-card.has-image p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.55;
}

.solution-card.has-image small {
  margin-top: auto;
}

.solution-grid-expanded .solution-card.has-image {
  min-height: 470px;
}

.solution-card-details {
  margin: 2px 0 22px;
  border-top: 1px solid rgba(79, 62, 48, 0.18);
  border-bottom: 1px solid rgba(79, 62, 48, 0.18);
}

.solution-card-details summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  cursor: pointer;
  list-style: none;
  color: inherit;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  opacity: 0.78;
}

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

.solution-card-details summary::after {
  content: "+";
  width: 24px;
  height: 24px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(79, 62, 48, 0.26);
  border-radius: 50%;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.solution-card-details[open] summary::after {
  content: "-";
}

.solution-card-detail-list {
  display: grid;
  gap: 10px;
  padding: 0 0 16px;
}

.solution-card-detail-list div {
  padding: 11px 0 0;
  border-top: 1px solid rgba(79, 62, 48, 0.14);
}

.solution-card-detail-list strong,
.solution-card-detail-list span {
  display: block;
}

.solution-card-detail-list strong {
  margin-bottom: 5px;
  color: inherit;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  opacity: 0.72;
}

.solution-card-detail-list span {
  color: inherit;
  font-size: 13px;
  font-weight: 520;
  line-height: 1.42;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.82;
}

.solution-decision-section .split-feature {
  align-items: start;
}

.solution-decision-section h2 {
  max-width: 680px;
}

.solution-decision-accordion {
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.solution-decision-accordion details {
  border-bottom: 1px solid var(--line);
}

.solution-decision-accordion summary {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 32px;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  cursor: pointer;
  list-style: none;
  color: var(--ink);
}

.solution-decision-accordion summary::-webkit-details-marker {
  display: none;
}

.solution-decision-accordion summary::after {
  content: "+";
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid #c4d3ce;
  border-radius: 50%;
  color: var(--sea-dark);
  font-size: 20px;
  font-weight: 500;
}

.solution-decision-accordion details[open] summary::after {
  content: "-";
}

.solution-decision-accordion summary span {
  color: var(--sea-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
}

.solution-decision-accordion summary strong {
  font-size: 22px;
  line-height: 1.18;
}

.solution-decision-accordion p {
  max-width: 780px;
  margin: -4px 50px 22px 66px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
}

.solution-card.solution-sand.has-image .solution-card-body {
  color: #4f3e30;
  background: linear-gradient(180deg, #efe1cf 0%, #e7d4bd 100%);
}

.solution-card.solution-sea.has-image .solution-card-body {
  color: #183b32;
  background: linear-gradient(180deg, #edf6f1 0%, #ddeee6 100%);
}

.solution-charcoal {
  color: var(--white);
  background: #1b242b;
}

.solution-sand {
  color: #4f3e30;
  background: #e9d8c5;
}

.solution-sea {
  color: var(--white);
  background: #2f806f;
}

.solution-sky {
  color: #183c4d;
  background: #c8e0e7;
}

.solution-coral {
  color: #5b2f26;
  background: #e9b8a9;
}

.solution-olive {
  color: #3c4126;
  background: #d9ddbd;
}

.buyer-section {
  color: var(--white);
  background:
    radial-gradient(circle at 92% 10%, rgba(83, 168, 147, 0.2), transparent 30%),
    #101820;
}

.buyer-section .section-head p {
  color: rgba(255, 255, 255, 0.68);
}

.buyer-section .eyebrow {
  color: #8fd4c2;
}

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

.buyer-grid article {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  background: #101820;
}

.buyer-card-image {
  width: 100%;
  margin: -4px 0 22px;
  overflow: hidden;
  border-radius: calc(var(--radius) - 2px);
  background: #1b2730;
}

.buyer-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  opacity: 0.92;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.buyer-grid article:hover .buyer-card-image img {
  opacity: 1;
  transform: scale(1.035);
}

.buyer-grid article > span {
  color: #8fd4c2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

.buyer-grid h3 {
  margin: 16px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 500;
}

.buyer-grid p {
  flex: 1;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.68);
}

.buyer-grid a {
  display: inline-flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 15px;
  color: var(--ink-2);
  background: var(--white);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.filter:hover,
.filter:focus-visible,
.filter.is-active {
  outline: none;
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
}

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

.sku-card {
  overflow: hidden;
}

.sku-card.is-hidden,
[data-category].is-hidden {
  display: none;
}

.sku-visual {
  height: 190px;
  margin: 0;
  display: block;
  overflow: hidden;
  background: #f1f4f3;
}

.sku-visual::before {
  display: none;
}

.sku-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sku-visual span {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.sku-visual {
  position: relative;
}

.sku-body {
  padding: 20px;
}

.sku-body ul {
  margin: 16px 0 18px;
  padding: 0;
  list-style: none;
}

.sku-body li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-2);
  font-size: 14px;
}

.sku-body li + li {
  margin-top: 8px;
}

.sku-body li::before {
  content: "";
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--sea);
}

.sku-body a {
  display: inline-flex;
  color: var(--sea-dark);
  font-size: 14px;
  font-weight: 850;
}

.two-col,
.factory-grid,
.quote-grid,
.seo-grid,
.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.route-stack {
  display: grid;
  gap: 14px;
}

.route-stack article {
  padding: 24px;
}

.route-stack article:nth-child(2) {
  border-left: 5px solid var(--sea);
}

.route-stack article:nth-child(3) {
  border-left: 5px solid var(--coral);
}

.section-dark .program-grid article {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

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

.section-dark .program-grid span {
  color: #8fd4c2;
}

.section-dark .program-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.image-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.image-panel img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.factory-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(3, minmax(118px, 1fr));
  gap: 12px;
}

.factory-gallery img {
  width: 100%;
  height: 100%;
  min-height: 118px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 10px 28px rgba(17, 24, 32, 0.06);
}

.factory-gallery img:first-child {
  grid-row: 1 / -1;
}

.product-line-card img.certificate-document-image {
  object-fit: contain;
  padding: 16px;
  background: #f7faf8;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 26px;
}

.trust-list div {
  min-height: 108px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

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

.trust-list strong {
  margin-bottom: 8px;
}

.trust-list span {
  color: var(--muted);
  font-size: 14px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.process-steps article {
  min-height: 166px;
  padding: 22px;
}

.process-steps strong {
  display: block;
  margin: 14px 0 8px;
  font-size: 19px;
}

.launch-visuals {
  background: #f0f5f2;
}

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

.launch-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(17, 24, 32, 0.06);
}

.launch-grid article > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.launch-grid article > div {
  padding: 24px;
}

.launch-grid h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.08;
}

.launch-grid p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.insights-section {
  background: var(--white);
}

.insights-section .section-head > div:last-child .text-link {
  margin-top: 16px;
}

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

.insight-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(17, 24, 32, 0.06);
}

.insight-card > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.insight-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 260ms ease;
}

.insight-card:hover img {
  transform: scale(1.025);
}

.insight-card div {
  flex: 1;
  padding: 22px;
}

.insight-card span {
  color: var(--sea-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.insight-card h3 {
  margin: 14px 0 12px;
  font-size: 23px;
  line-height: 1.15;
}

.insight-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.faq-section {
  background: #eef4f1;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 8vw, 100px);
  align-items: start;
}

.faq-layout .section-head .btn {
  margin-top: 28px;
}

.faq-list {
  border-top: 1px solid #bdcdc6;
}

.faq-list details {
  border-bottom: 1px solid #bdcdc6;
}

.faq-list summary {
  position: relative;
  padding: 23px 52px 23px 0;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 800;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 0;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #a9bdb4;
  border-radius: 50%;
  color: var(--sea-dark);
  font-size: 20px;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 680px;
  margin: -4px 52px 24px 0;
  color: var(--muted);
}

.page-map {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.page-map a {
  min-height: 94px;
  padding: 18px;
}

.page-map strong,
.page-map span {
  display: block;
}

.page-map span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.quote-section {
  color: var(--white);
  background: linear-gradient(135deg, #0f1820, #1d4e43);
}

.quote-section .eyebrow {
  color: #8fd4c2;
}

.quote-section p {
  color: rgba(255, 255, 255, 0.76);
}

.quote-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.quote-points span {
  min-height: 54px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 750;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 24px;
  color: var(--ink);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 850;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 12px;
  color: var(--ink);
  background: var(--white);
  font-size: 14px;
}

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

.quote-form .full {
  grid-column: 1 / -1;
}

.quote-form .btn {
  width: 100%;
  border: 0;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--sea-dark) !important;
  font-size: 13px;
  font-weight: 750;
}

.site-footer {
  padding: 46px 0;
  color: rgba(255, 255, 255, 0.76);
  background: #0b1218;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 0.65fr);
  gap: 36px;
}

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

.footer-grid p {
  max-width: 520px;
  margin: 18px 0 0;
}

.footer-grid div:not(:first-child) {
  display: grid;
  align-content: start;
  gap: 9px;
}

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

.footer-grid a:hover {
  color: #8fd4c2;
}

.site-nav a.is-current {
  color: var(--white);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.9);
}

.text-link,
.post-card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--sea-dark);
  font-size: 14px;
  font-weight: 850;
}

.text-link.light {
  color: var(--white);
}

.blog-hero {
  position: relative;
  min-height: 76vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.blog-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(17, 24, 32, 0.18), rgba(17, 24, 32, 0.72)),
    linear-gradient(90deg, rgba(17, 24, 32, 0.88), rgba(17, 24, 32, 0.22)),
    url("https://assets.pzik.com/factory/pzik-factory-exterior.webp");
  background-position: center;
  background-size: cover;
}

.blog-hero-inner {
  position: relative;
  z-index: 1;
  padding: 240px 0 76px;
}

.blog-hero .eyebrow {
  color: #bfeee1;
}

.blog-hero h1 {
  max-width: 880px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 500;
  line-height: 0.98;
}

.blog-hero p:not(.eyebrow) {
  max-width: 640px;
  margin: 25px 0 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 21px);
}

.blog-topic-bar {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.blog-topics {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  overflow-x: auto;
}

.blog-topics a {
  min-width: max-content;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-heading {
  margin-bottom: 42px;
}

.featured-post {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.featured-post-image {
  min-height: 530px;
  overflow: hidden;
  background: var(--soft);
}

.featured-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.featured-post:hover .featured-post-image img {
  transform: scale(1.025);
}

.featured-post-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 62px);
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--sea-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.featured-post h2 {
  margin: 18px 0;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.04;
}

.featured-post-body > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.post-takeaways {
  display: grid;
  gap: 9px;
  margin: 28px 0;
}

.post-takeaways span {
  position: relative;
  padding-left: 18px;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 750;
}

.post-takeaways span::before {
  content: "";
  position: absolute;
  top: 0.57em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sea);
}

.blog-section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 34px;
}

.blog-section-title h2 {
  margin: 0;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.05;
}

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

.post-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(17, 24, 32, 0.06);
}

.post-card-image {
  display: block;
  overflow: hidden;
  background: var(--soft);
}

.post-card-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 300ms ease;
}

.post-card:hover .post-card-image img {
  transform: scale(1.03);
}

.post-card-body {
  padding: 23px;
}

.post-card h3 {
  margin: 14px 0 12px;
  font-size: 22px;
  line-height: 1.16;
}

.post-card p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 14px;
}

.blog-decision-section {
  color: var(--white);
  background: linear-gradient(135deg, #0f1820, #1e453d);
}

.blog-decision-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(44px, 8vw, 100px);
  align-items: center;
}

.blog-decision-section .eyebrow {
  color: #8fd4c2;
}

.blog-decision-section h2 {
  margin: 0;
  font-size: clamp(35px, 5vw, 58px);
  line-height: 1.04;
}

.blog-decision-section p {
  margin: 22px 0 32px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.decision-links {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.decision-links a {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.decision-links span {
  color: #8fd4c2;
  font-size: 12px;
  font-weight: 850;
}

.decision-links strong {
  font-size: 18px;
}

.decision-links small {
  color: rgba(255, 255, 255, 0.58);
}

.market-note {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 18px 64px;
  align-items: end;
}

.market-note h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
}

.market-note > p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.market-note-links {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.market-note-links a {
  min-height: 106px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  font-weight: 800;
}

.market-note-links span {
  color: var(--sea-dark);
}

.article-preview-inner {
  max-width: 860px;
  text-align: center;
}

.article-preview h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
}

.article-preview-inner > p:not(.eyebrow) {
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 17px;
}

.article-standard {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.article-standard span {
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-2);
  background: var(--soft);
  font-size: 13px;
  font-weight: 800;
}

.blog-cta {
  color: var(--white);
  background: var(--ink);
}

.blog-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 48px;
}

.blog-cta .eyebrow {
  color: #8fd4c2;
}

.blog-cta h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
}

.blog-cta p:not(.eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.blog-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: max-content;
}

.inner-hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.inner-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(12, 20, 27, 0.2), rgba(12, 20, 27, 0.78)),
    linear-gradient(90deg, rgba(12, 20, 27, 0.95) 0%, rgba(12, 20, 27, 0.68) 43%, rgba(12, 20, 27, 0.08) 78%),
    var(--page-image);
  background-position: center;
  background-size: cover;
}

.inner-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(43, 138, 118, 0.09), transparent 42%);
}

.inner-hero-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  padding: 238px 0 78px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumb a:hover {
  color: var(--white);
}

.inner-hero .eyebrow {
  color: #bfeee1;
}

.inner-hero h1 {
  max-width: 920px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6.6vw, 84px);
  font-weight: 500;
  line-height: 0.98;
}

.inner-hero-lead {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.inner-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 34px;
}

.inner-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.inner-hero-tags span,
.inner-hero-tags a {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(17, 24, 32, 0.28);
  font-size: 12px;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.inner-hero-tags a:hover,
.inner-hero-tags a:focus-visible {
  outline: none;
  color: var(--white);
  border-color: rgba(143, 212, 194, 0.78);
  background: rgba(43, 138, 118, 0.36);
}

.landing-stat-strip {
  border-bottom: 1px solid var(--line);
  background: #101820;
}

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

.landing-stat-grid div {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.landing-stat-grid div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.landing-stat-grid strong {
  color: var(--white);
  font-size: 15px;
}

.landing-stat-grid span {
  margin-top: 5px;
  color: #8fd4c2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.landing-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: start;
}

.landing-intro h2,
.split-feature h2,
.page-cta h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.03;
}

.landing-intro-copy > p:first-child {
  margin-top: 0;
}

.landing-intro-copy p {
  color: var(--muted);
  font-size: 17px;
}

.section-jump-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.section-jump-nav a {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-2);
  background: var(--white);
  font-size: 12px;
  font-weight: 800;
}

.section-jump-nav a:hover {
  color: var(--white);
  border-color: var(--sea-dark);
  background: var(--sea-dark);
}

.category-link-grid,
.product-line-grid,
.market-grid,
.evidence-grid,
.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

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

.category-link-card,
.product-line-card,
.market-card,
.evidence-card,
.contact-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(17, 24, 32, 0.06);
}

.category-link-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.category-link-card > span,
.product-line-card .product-code,
.market-card > span,
.evidence-card > span {
  color: var(--sea-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.category-link-card h3 {
  margin: auto 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.05;
}

.category-link-card p,
.market-card p,
.evidence-card p,
.contact-card p {
  color: var(--muted);
}

.category-link-card a,
.product-line-card a,
.market-card a,
.contact-card a {
  display: inline-flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--sea-dark);
  font-size: 13px;
  font-weight: 850;
}

.category-link-card:nth-child(1) {
  border-top: 5px solid var(--ink);
}

.category-link-card:nth-child(2) {
  border-top: 5px solid var(--sea);
}

.category-link-card:nth-child(3) {
  border-top: 5px solid var(--blue);
}

.category-link-card:nth-child(4) {
  border-top: 5px solid var(--coral);
}

.product-line-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.product-line-card-body {
  padding: 23px;
}

.product-line-card h3 {
  margin: 13px 0 10px;
  font-size: 24px;
  line-height: 1.12;
}

.product-line-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.product-line-card ul,
.spec-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.product-line-card li,
.spec-list li {
  position: relative;
  padding-left: 17px;
  color: var(--ink-2);
  font-size: 13px;
}

.product-line-card li + li,
.spec-list li + li {
  margin-top: 8px;
}

.product-line-card li::before,
.spec-list li::before {
  content: "";
  position: absolute;
  top: 0.61em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sea);
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(40px, 7vw, 90px);
  align-items: center;
}

.split-feature.reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.split-feature-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.split-feature-media {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #e9efec;
  box-shadow: var(--shadow);
}

.split-feature-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.factory-video-section {
  background: #f4f7f5;
}

.factory-video-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.factory-video-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.factory-video-shell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #101820;
  box-shadow: var(--shadow);
}

.factory-video-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #101820;
  color: var(--white);
  cursor: pointer;
}

.factory-video-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 24, 32, 0.04), rgba(16, 24, 32, 0.46));
}

.factory-video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  transition:
    transform 0.45s ease,
    opacity 0.45s ease;
}

.factory-video-cover:hover img,
.factory-video-cover:focus-visible img {
  transform: scale(1.025);
  opacity: 1;
}

.factory-video-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(143, 212, 194, 0.94);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  transform: translate(-50%, -50%);
}

.factory-video-play::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 31px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #101820;
}

.factory-video-cover small {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 24px;
  color: var(--white);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.factory-video-frame,
.factory-video-frame iframe {
  width: 100%;
  height: 100%;
}

.factory-video-frame iframe {
  display: block;
  border: 0;
}

.factory-video-shell.is-playing .factory-video-cover {
  display: none;
}

.feature-table {
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.feature-table-row {
  display: grid;
  grid-template-columns: minmax(160px, 0.4fr) minmax(0, 1fr);
  gap: 26px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.feature-table-row strong {
  color: var(--ink);
}

.feature-table-row span {
  color: var(--muted);
}

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

.route-card {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(17, 24, 32, 0.06);
}

.route-card.featured {
  color: var(--white);
  border-color: var(--sea-dark);
  background: linear-gradient(145deg, #18352f, #101820);
}

.route-card > span {
  color: var(--sea-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.route-card.featured > span {
  color: #8fd4c2;
}

.route-card h3 {
  margin: 16px 0 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.04;
}

.route-card p {
  color: var(--muted);
}

.route-card.featured p,
.route-card.featured li {
  color: rgba(255, 255, 255, 0.68);
}

.route-card .spec-list {
  margin-bottom: 26px;
}

.route-card a {
  margin-top: auto;
  color: var(--sea-dark);
  font-size: 14px;
  font-weight: 850;
}

.route-card.featured a {
  color: #bfeee1;
}

.market-card,
.evidence-card,
.contact-card {
  min-height: 260px;
  padding: 24px;
}

.market-card h3,
.evidence-card h3,
.contact-card h3 {
  margin: 14px 0 10px;
  font-size: 24px;
  line-height: 1.12;
}

.process-number-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.process-number-grid article {
  min-height: 240px;
  padding: 24px;
  background: var(--white);
}

.process-number-grid span {
  color: var(--sea-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.process-number-grid h3 {
  margin: 34px 0 9px;
  font-size: 21px;
}

.process-number-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.cooperation-section {
  background: #fbfaf7;
}

.cooperation-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.72fr);
  gap: 32px;
  align-items: start;
}

.cooperation-intro {
  position: sticky;
  top: 112px;
  padding-right: 30px;
  border-right: 3px solid rgba(43, 138, 118, 0.34);
}

.cooperation-intro h2 {
  margin: 10px 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.cooperation-intro p:not(.eyebrow) {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

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

.cooperation-step {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(17, 24, 32, 0.06);
}

.cooperation-step img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #edf4f1;
}

.cooperation-step-body {
  padding: 18px 16px 20px;
}

.cooperation-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--white);
  background: var(--sea-dark);
  font-size: 12px;
  font-weight: 850;
}

.cooperation-step h3 {
  margin: 14px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
}

.cooperation-step p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.cooperation-step small {
  display: block;
  color: #245e51;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.document-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.document-chips span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-2);
  background: var(--soft);
  font-size: 12px;
  font-weight: 800;
}

.page-cta {
  color: var(--white);
  background:
    radial-gradient(circle at 90% 12%, rgba(83, 168, 147, 0.24), transparent 31%),
    linear-gradient(135deg, #0f1820, #1d4e43);
}

.page-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 54px;
}

.page-cta .eyebrow {
  color: #8fd4c2;
}

.page-cta p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.page-cta-actions {
  min-width: max-content;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(46px, 8vw, 110px);
  align-items: start;
}

.contact-layout .quote-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-sidebar h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
}

.contact-sidebar > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
}

.contact-card-grid {
  grid-template-columns: 1fr;
  margin-top: 28px;
}

.contact-card {
  min-height: 0;
}

.contact-card a {
  margin-top: 12px;
}

@media (max-width: 1100px) {
  .certification-layout {
    grid-template-columns: 1fr;
  }

  .certification-copy {
    position: static;
  }

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

  .cooperation-intro {
    position: static;
    padding-right: 0;
    padding-bottom: 28px;
    border-right: 0;
    border-bottom: 3px solid rgba(43, 138, 118, 0.26);
  }

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

  .family-grid,
  .solution-grid,
  .buyer-grid,
  .insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .category-link-grid,
  .product-line-grid,
  .market-grid,
  .evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 860px) {
  .site-header {
    min-height: 66px;
    padding: 0 18px;
  }

  .header-inner {
    min-height: 66px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-utility {
    display: none;
  }

  .site-header .brand {
    align-items: flex-start;
    text-align: left;
  }

  .site-header .brand-wordmark {
    font-size: 34px;
  }

  .site-header .brand small {
    font-size: 9px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 66px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    justify-content: center;
    color: var(--ink);
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a.is-current {
    color: var(--sea-dark);
    background: var(--soft);
    box-shadow: none;
  }

  .hero {
    min-height: 84vh;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(15, 23, 32, 0.82), rgba(15, 23, 32, 0.72)),
      linear-gradient(90deg, rgba(15, 23, 32, 0.9), rgba(15, 23, 32, 0.48)),
      var(--hero-image);
    background-position: 66% center;
    background-size: cover;
  }

  .hero-inner {
    padding-top: 132px;
    padding-bottom: 42px;
  }

  .hero h1 {
    font-size: clamp(40px, 12vw, 60px);
  }

  .hero-proof,
  .family-grid,
  .solution-grid,
  .buyer-grid,
  .insight-grid,
  .section-head.split,
  .two-col,
  .factory-grid,
  .quote-grid,
  .seo-grid,
  .process-layout,
  .faq-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

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

  .solution-grid-expanded .solution-card.has-image,
  .buyer-grid article {
    min-height: auto;
  }

  .solution-decision-accordion summary {
    grid-template-columns: 34px minmax(0, 1fr) 30px;
    gap: 12px;
    min-height: 66px;
  }

  .solution-decision-accordion summary strong {
    font-size: 18px;
  }

  .solution-decision-accordion p {
    margin: -2px 42px 20px 46px;
    font-size: 15px;
  }

  .factory-gallery,
  .launch-grid,
  .featured-post,
  .blog-decision-grid,
  .market-note {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .featured-post-image {
    min-height: 420px;
  }

  .market-note-links {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .blog-section-title,
  .blog-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-cta-actions {
    min-width: 0;
  }

  .factory-gallery img:first-child {
    grid-row: auto;
  }

  .hero-scroll {
    display: none;
  }

  .blog-hero {
    min-height: 72vh;
  }

  .blog-hero-inner {
    padding-top: 160px;
    padding-bottom: 58px;
  }

  .blog-hero-bg {
    background-image:
      linear-gradient(180deg, rgba(17, 24, 32, 0.48), rgba(17, 24, 32, 0.78)),
      linear-gradient(90deg, rgba(17, 24, 32, 0.8), rgba(17, 24, 32, 0.28)),
      url("https://assets.pzik.com/factory/pzik-factory-exterior.webp");
  }

  .blog-topics {
    justify-content: flex-start;
  }

  .decision-links a {
    grid-template-columns: 34px 1fr;
  }

  .decision-links small {
    grid-column: 2;
  }

  .section {
    padding: 72px 0;
  }

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

  .process-steps,
  .page-map,
  .trust-list,
  .quote-points {
    grid-template-columns: 1fr;
  }

  .buyer-grid article {
    min-height: 250px;
  }

  .inner-hero {
    min-height: 74vh;
  }

  .inner-hero-bg {
    background-image:
      linear-gradient(180deg, rgba(12, 20, 27, 0.52), rgba(12, 20, 27, 0.82)),
      linear-gradient(90deg, rgba(12, 20, 27, 0.82), rgba(12, 20, 27, 0.24)),
      var(--page-image);
  }

  .inner-hero-content {
    padding-top: 154px;
    padding-bottom: 58px;
  }

  .landing-stat-grid,
  .landing-intro,
  .factory-video-layout,
  .split-feature,
  .split-feature.reverse,
  .route-compare,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

  .category-link-grid,
  .product-line-grid,
  .market-grid,
  .evidence-grid,
  .process-number-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-cta-actions {
    min-width: 0;
  }

  .factory-video-shell {
    order: 1;
  }

  .factory-video-copy {
    order: 2;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

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

  .hero-proof,
  .sku-grid,
  .program-grid,
  .quote-form,
  .post-grid {
    grid-template-columns: 1fr;
  }

  .trust-rail-grid {
    grid-template-columns: 1fr;
  }

  .trust-rail-grid div {
    min-height: 70px;
  }

  .featured-post-image {
    min-height: 300px;
  }

  .blog-hero h1 {
    font-size: clamp(45px, 14vw, 68px);
  }

  .blog-cta-actions,
  .blog-cta-actions .btn {
    width: 100%;
  }

  .quote-form .full {
    grid-column: auto;
  }

  .section-head h2 {
    font-size: 34px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .filter {
    flex: 1 1 calc(50% - 10px);
  }

  .inner-hero h1 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .inner-hero-actions,
  .inner-hero-actions .btn,
  .page-cta-actions,
  .page-cta-actions .btn {
    width: 100%;
  }

  .landing-stat-grid,
  .category-link-grid,
  .product-line-grid,
  .market-grid,
  .evidence-grid,
  .process-number-grid,
  .cooperation-grid {
    grid-template-columns: 1fr;
  }

  .feature-table-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .factory-video-play {
    width: 64px;
    height: 64px;
  }

  .factory-video-play::before {
    top: 20px;
    left: 26px;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 18px;
  }

}
