/* Korvanto — Premium inner pages (shared with homepage design language) */

.inner-premium {
  --pi-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ——— Premium hero (aligned with About Us .page-hero flow) ——— */
.page-hero--premium {
  display: block;
  min-height: auto;
  background: linear-gradient(135deg, var(--navy) 0%, #0a2a4a 55%, var(--navy-secondary) 100%);
}

.page-hero--premium::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 85%);
  pointer-events: none;
  z-index: 1;
}

.page-hero--premium-light {
  background: linear-gradient(180deg, var(--grey-light) 0%, var(--white) 100%);
}

.page-hero--premium-light::after {
  background-image:
    linear-gradient(rgba(9, 35, 61, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 35, 61, 0.04) 1px, transparent 1px);
  mask-image: none;
}

.premium-hero-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
  width: 100%;
}

.premium-hero-float {
  position: relative;
  perspective: 1000px;
  min-height: 0;
  align-self: center;
  padding-top: 0.5rem;
}

.premium-hero-badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.35rem 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(197, 154, 74, 0.35);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  transform-style: preserve-3d;
  transition: transform 0.45s var(--pi-ease), box-shadow 0.45s ease;
}

.premium-hero-badge span {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-family: var(--font-heading);
  font-weight: 600;
}

.premium-hero-badge strong {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: var(--white);
  font-weight: 600;
  line-height: 1.35;
}

.page-hero--premium-light .premium-hero-badge {
  background: var(--white);
  border-color: rgba(197, 154, 74, 0.35);
  box-shadow: var(--shadow-soft);
}

.page-hero--premium-light .premium-hero-badge strong {
  color: var(--navy);
}

.premium-hero-glow {
  position: absolute;
  inset: -20% -10%;
  background: radial-gradient(ellipse at 60% 40%, rgba(197, 154, 74, 0.22) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

/* ——— Section shells ——— */
.section--mesh {
  position: relative;
  overflow: hidden;
}

.section--mesh::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(9, 35, 61, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 35, 61, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.section--navy {
  background: var(--navy);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.section--navy::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -15%;
  width: min(520px, 60vw);
  height: min(520px, 60vw);
  background: radial-gradient(circle, rgba(197, 154, 74, 0.12) 0%, transparent 68%);
  pointer-events: none;
}

.section--navy .section-label { color: var(--gold); }
.section--navy .section-title { color: var(--white); }
.section--navy .section-lead { color: rgba(255, 255, 255, 0.78); }

/* ——— ISO QMS credentials ——— */
.section--qms {
  background: var(--grey-light);
}

.qms-badge-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.25rem);
  list-style: none;
  margin: clamp(2rem, 4vw, 2.75rem) auto 0;
  padding: 0;
  max-width: 58rem;
}

.qms-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 7.5rem;
  padding: 1.25rem 0.85rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  text-align: center;
  transition: box-shadow 0.4s var(--pi-ease), transform 0.4s var(--pi-ease);
}

.qms-badge:hover {
  box-shadow: 0 18px 40px rgba(9, 35, 61, 0.1);
  transform: translateY(-4px);
}

.qms-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.25rem;
  min-height: 3.25rem;
  padding: 0.5rem;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--navy);
  background: rgba(197, 154, 74, 0.18);
  border: 1px solid rgba(197, 154, 74, 0.35);
  border-radius: 50%;
}

.qms-badge-label {
  font-family: var(--font-heading);
  font-size: clamp(0.72rem, 1.1vw, 0.82rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.35;
}

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

@media (max-width: 575px) {
  .qms-badge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qms-badge {
    min-height: 6.75rem;
    padding: 1rem 0.65rem;
  }
}

/* ——— Korvanto's Promise ——— */
.section--promise {
  background: var(--grey-light);
}

.p-promise-header {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
  border-bottom: 1px solid var(--border);
  position: relative;
}

.p-promise-header::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 3px;
  background: var(--gold);
}

.p-promise-header-copy .section-title {
  max-width: none;
  margin-bottom: 0;
  line-height: 1.15;
}

.p-promise-intro {
  margin: 0;
  padding-left: 1.25rem;
  border-left: 3px solid rgba(9, 35, 61, 0.14);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-soft);
}

.p-promise-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.25rem);
  align-items: stretch;
}

.p-promise-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  min-height: 100%;
  padding: 1.35rem 1.25rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  transition: transform 0.4s var(--pi-ease), box-shadow 0.4s var(--pi-ease), border-color var(--transition);
}

.p-promise-card:hover {
  transform: translateY(-6px);
  border-color: rgba(197, 154, 74, 0.35);
  box-shadow: 0 18px 40px rgba(9, 35, 61, 0.1);
}

.p-promise-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  margin-top: 0.1rem;
  border-radius: 8px;
  color: var(--navy);
  background: linear-gradient(135deg, #d4923f 0%, #e8c06a 100%);
  box-shadow: 0 4px 12px rgba(197, 154, 74, 0.22);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.p-promise-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.p-promise-card:hover .p-promise-icon {
  transform: scale(1.06);
  box-shadow: 0 6px 16px rgba(197, 154, 74, 0.32);
}

.p-promise-card-body {
  min-width: 0;
}

.p-promise-card-body h4 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  line-height: 1.3;
  color: var(--navy);
}

.p-promise-card-body p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-soft);
}

@media (max-width: 1024px) {
  .p-promise-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .p-promise-intro {
    max-width: none;
  }

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

@media (max-width: 575px) {
  .p-promise-grid {
    grid-template-columns: 1fr;
  }
}

/* ——— Global supply workflow ——— */
.section--workflow {
  background: var(--grey-light);
}

.section--workflow .inner-section-head {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.section--workflow .section-title {
  max-width: none;
  margin-bottom: 0;
}

.global-workflow-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 2.5rem;
  max-width: 46rem;
  margin: 0 auto;
  padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.5rem, 3vw, 2.25rem);
  list-style: none;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.global-workflow-list li {
  position: relative;
  padding-left: 1.6rem;
  font-family: var(--font-heading);
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--navy);
}

.global-workflow-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0.05em;
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .global-workflow-list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ——— 3D media frame ——— */
.premium-scene-3d {
  position: relative;
  perspective: 1100px;
}

.premium-scene-layer {
  position: relative;
  z-index: 2;
  transform-style: preserve-3d;
  transition: transform 0.4s var(--pi-ease);
}

.premium-media-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--navy-secondary);
}

.premium-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.premium-scene-glow {
  position: absolute;
  inset: 10% -8% -10% -8%;
  background: radial-gradient(ellipse at 50% 50%, rgba(197, 154, 74, 0.2) 0%, transparent 68%);
  z-index: 0;
  pointer-events: none;
}

/* ——— Premium interactive card ——— */
.p-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.75rem 1.5rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  isolation: isolate;
  transform-style: preserve-3d;
  transition: transform 0.5s var(--pi-ease), box-shadow 0.5s ease;
}

.p-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(90deg, var(--gold), var(--navy-secondary), var(--gold), var(--navy-secondary), var(--gold));
  background-size: 300% 100%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.4s ease;
}

.p-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 56px rgba(9, 35, 61, 0.12);
  border-color: transparent;
}

.p-card:hover::before {
  opacity: 1;
  animation: pi-border-flow 2.2s linear infinite;
}

@keyframes pi-border-flow {
  0% { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}

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

.p-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.p-card-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--grey-light);
  color: var(--navy);
  transition: background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition);
}

.p-card-icon svg {
  width: 24px;
  height: 24px;
}

.p-card:hover .p-card-icon {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--gold);
  transform: scale(1.06) rotate(-3deg);
}

.p-card-num {
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gold);
  opacity: 0.75;
}

.p-card h3,
.p-card h4 {
  font-size: 1.05rem;
  color: var(--navy);
  margin-bottom: 0.6rem;
  line-height: 1.35;
}

.p-card p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-soft);
  margin: 0;
  flex: 1;
}

.p-card-grid {
  display: grid;
  gap: 1.25rem;
}

.p-card-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.p-card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.p-card-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* ——— Process rail ——— */
.p-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
}

.p-process::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--border), var(--gold), var(--border), transparent);
  z-index: 0;
}

.p-process-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 0.5rem;
}

.p-process-dot {
  width: 52px;
  height: 52px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--border);
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), border-color var(--transition), background var(--transition), color var(--transition);
}

.p-process-step:hover .p-process-dot {
  transform: translateY(-4px) scale(1.05);
  border-color: var(--gold);
  background: var(--navy);
  color: var(--gold);
}

.p-process-step h4 {
  font-size: 0.9rem;
  color: var(--navy);
  margin-bottom: 0.4rem;
}

.p-process-step p {
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--text-soft);
}

/* ——— Editorial strip ——— */
.p-editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.p-editorial-statement {
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  line-height: 1.5;
  color: var(--navy);
  padding-left: 1.25rem;
  border-left: 3px solid var(--gold);
}

.p-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 1.5rem;
  background: var(--navy);
  border-radius: var(--radius);
  overflow: hidden;
}

.p-strip-item {
  padding: 1rem 1.25rem;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.p-strip-item:last-child { border-right: none; }

/* ——— Why panels (inner pages) ——— */
.inner-premium .why-section {
  background: var(--grey-light);
  position: relative;
  overflow: hidden;
}

.inner-premium .why-header {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem 3rem;
  align-items: end;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--border);
  position: relative;
}

.inner-premium .why-header::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 3px;
  background: var(--gold);
}

.inner-premium .why-header .section-title { max-width: none; margin-bottom: 0; }
.inner-premium .why-header-lead { color: var(--text-soft); font-size: 1rem; line-height: 1.7; max-width: 42ch; margin: 0; }

.inner-premium .why-panels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
}

.inner-premium .why-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: 1.75rem 1.5rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: inherit;
  isolation: isolate;
  transition: transform 0.5s var(--pi-ease), box-shadow 0.5s ease;
}

.inner-premium .why-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(90deg, var(--gold), var(--navy-secondary), var(--gold));
  background-size: 300% 100%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.inner-premium .why-panel:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 56px rgba(9, 35, 61, 0.12);
  border-color: transparent;
}

.inner-premium .why-panel:hover::before {
  opacity: 1;
  animation: pi-border-flow 2.2s linear infinite;
}

.inner-premium .why-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.inner-premium .why-panel-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--grey-light);
  color: var(--navy);
  transition: background var(--transition), color var(--transition), transform var(--transition);
}

.inner-premium .why-panel-icon svg { width: 24px; height: 24px; }
.inner-premium .why-panel:hover .why-panel-icon { background: var(--navy); color: var(--gold); transform: scale(1.06); }
.inner-premium .why-panel-num { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; color: var(--gold); }
.inner-premium .why-panel-body h3 { font-size: 1rem; color: var(--navy); margin-bottom: 0.5rem; }
.inner-premium .why-panel-body p { font-size: 0.875rem; color: var(--text-soft); line-height: 1.65; margin: 0; }

/* ——— Contact premium ——— */
.p-contact-card {
  position: relative;
  padding: 2rem 1.5rem;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  transform-style: preserve-3d;
  transition: transform 0.45s var(--pi-ease), box-shadow 0.45s ease, border-color var(--transition);
}

.p-contact-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  background: var(--gold);
  border-radius: 0 0 4px 4px;
  opacity: 0;
  transition: opacity var(--transition), width var(--transition);
}

.p-contact-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(197, 154, 74, 0.4);
}

.p-contact-card:hover::after { opacity: 1; width: 64px; }

.p-contact-card h3 {
  font-size: 1rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.p-contact-card p { color: var(--text-soft); font-size: 0.9rem; }

.p-form-shell {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2rem);
  box-shadow: var(--shadow-card);
}

/* ——— Image showcase tiles (replaces icon-only boxes) ——— */
.p-visual-grid {
  display: grid;
  gap: 1.25rem;
}

.p-visual-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.p-visual-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.p-visual-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.p-visual-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: clamp(260px, 32vw, 340px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  isolation: isolate;
  transform-style: preserve-3d;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  transition: transform 0.5s var(--pi-ease), box-shadow 0.5s ease, border-color 0.45s ease;
}

a.p-visual-tile {
  display: flex;
  text-decoration: none;
  color: inherit;
}

a.p-visual-tile:hover h4 {
  color: var(--gold);
}

.p-visual-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(90deg, var(--gold), var(--navy-secondary), var(--gold));
  background-size: 300% 100%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  transition: opacity 0.4s ease;
}

.p-visual-tile:hover {
  transform: translateY(-12px);
  box-shadow: 0 28px 64px rgba(9, 35, 61, 0.16);
  border-color: transparent;
}

.p-visual-tile:hover::before {
  opacity: 1;
  animation: pi-border-flow 2.2s linear infinite;
}

.p-visual-tile-media {
  position: relative;
  flex: 1;
  min-height: 180px;
  overflow: hidden;
}

.p-visual-tile-media img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 1.1s var(--pi-ease);
}

.p-visual-tile:hover .p-visual-tile-media img {
  transform: scale(1.08);
}

.p-visual-tile-body {
  position: relative;
  z-index: 2;
  padding: 1.35rem 1.4rem 1.5rem;
  background: var(--white);
}

.p-visual-tile--overlay .p-visual-tile-body {
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(transparent, rgba(9, 35, 61, 0.94) 38%);
  color: var(--white);
  padding-top: 3rem;
}

.p-visual-tile--overlay .p-visual-tile-media {
  position: absolute;
  inset: 0;
  min-height: 100%;
}

.p-visual-tile--overlay {
  min-height: clamp(280px, 36vw, 380px);
}

.p-visual-tile--overlay .p-visual-tile-body h3,
.p-visual-tile--overlay .p-visual-tile-body h4 {
  color: var(--white);
}

.p-visual-tile--overlay .p-visual-tile-body p {
  color: rgba(255, 255, 255, 0.82);
}

.p-visual-tile-num {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.45rem;
}

.p-visual-tile-body h3,
.p-visual-tile-body h4 {
  font-size: 1.05rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

.p-visual-tile-body p {
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--text-soft);
  margin: 0;
}

/* Process stages with imagery */
.p-stage-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.p-stage-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  transform-style: preserve-3d;
  transition: transform 0.5s var(--pi-ease), box-shadow 0.5s ease;
}

.p-stage-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-soft);
}

.p-stage-card-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.p-stage-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--pi-ease);
}

.p-stage-card:hover .p-stage-card-media img {
  transform: scale(1.07);
}

.p-stage-card-body {
  padding: 1.15rem 1.2rem 1.35rem;
}

.p-stage-card-body span {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.p-stage-card-body h4 {
  font-size: 0.88rem;
  color: var(--navy);
  margin-bottom: 0.35rem;
}

.p-stage-card-body p {
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--text-soft);
  margin: 0;
}

/* Full-width image band */
.p-image-band {
  position: relative;
  min-height: clamp(280px, 38vw, 420px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.p-image-band-bg {
  position: absolute;
  inset: 0;
}

.p-image-band-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 8s ease;
}

.p-image-band:hover .p-image-band-bg img {
  transform: scale(1.05);
}

.p-image-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(9, 35, 61, 0.92) 0%, rgba(9, 35, 61, 0.72) 48%, rgba(9, 35, 61, 0.35) 100%);
}

.p-image-band-content {
  position: relative;
  z-index: 2;
  padding: var(--section-pad) var(--site-gutter);
  width: 100%;
  max-width: calc(var(--site-max) + 2 * var(--site-gutter));
  margin-inline: auto;
}

.p-image-band-content .section-title {
  color: var(--white);
  max-width: 20ch;
}

.p-image-band-content .section-lead {
  color: rgba(255, 255, 255, 0.82);
  max-width: 52ch;
}

/* Mosaic layout for applications */
.p-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(2, minmax(180px, 1fr));
  gap: 1rem;
  min-height: 380px;
  margin-bottom: 2rem;
}

.p-mosaic-item {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transform-style: preserve-3d;
  transition: transform 0.5s var(--pi-ease), box-shadow 0.5s ease;
}

.p-mosaic-item:first-child {
  grid-row: span 2;
}

.p-mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 180px;
  transition: transform 1.1s var(--pi-ease);
}

.p-mosaic-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.p-mosaic-item:hover img {
  transform: scale(1.06);
}

.p-mosaic-label {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(9, 35, 61, 0.82);
  border: 1px solid rgba(197, 154, 74, 0.35);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.p-mosaic-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 40%, rgba(9, 35, 61, 0.55) 100%);
  pointer-events: none;
}

/* Split rows — alternating image + copy */
.p-split-rows {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 5vw, 4rem);
}

.p-split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}

.p-split-row--reverse .premium-scene-3d {
  order: 2;
}

.p-split-row--reverse .prose {
  order: 1;
}

.section--navy .p-visual-tile {
  border-color: rgba(255, 255, 255, 0.12);
}

.section--navy .p-visual-tile-body {
  background: rgba(255, 255, 255, 0.06);
}

.section--navy .p-visual-tile-body h4 {
  color: var(--white);
}

.section--navy .p-visual-tile-body p {
  color: rgba(255, 255, 255, 0.78);
}

/* Packing Options — Export & Packaging page */
.export-pack-section {
  background: linear-gradient(180deg, var(--white) 0%, #f7f9fb 100%);
}

.export-pack-section .section-title {
  white-space: nowrap;
}

.export-pack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
  align-items: stretch;
}

.export-pack-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
  min-width: 0;
  padding: 1.4rem 1.3rem 1.45rem;
  border: 1px solid rgba(9, 35, 61, 0.08);
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, var(--white) 0%, #fafbfc 100%);
  box-shadow: 0 12px 32px rgba(9, 35, 61, 0.06);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease, box-shadow 0.4s ease;
}

.export-pack-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -55% auto;
  width: 50%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 154, 74, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.export-pack-card:hover {
  transform: translateY(-6px);
  border-color: rgba(197, 154, 74, 0.45);
  box-shadow: 0 18px 40px rgba(9, 35, 61, 0.1);
}

.export-pack-num,
.export-pack-icon,
.export-pack-card h3,
.export-pack-card p,
.export-pack-extra-list {
  position: relative;
  z-index: 1;
}

.export-pack-num {
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gold);
}

.export-pack-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  border: 1px solid rgba(197, 154, 74, 0.28);
  background: rgba(197, 154, 74, 0.1);
  color: var(--gold);
}

.export-pack-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.export-pack-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(0.92rem, 1.05vw, 1.05rem);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.export-pack-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.6;
}

.export-pack-card--extra {
  grid-column: span 2;
}

.export-pack-extra-list {
  list-style: none;
  margin: 0.15rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.export-pack-extra-list li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.export-pack-extra-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-weight: 700;
}

@media (max-width: 1024px) {
  .export-pack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .export-pack-card--extra {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .export-pack-section .section-title {
    white-space: normal;
  }

  .export-pack-grid {
    grid-template-columns: 1fr;
  }

  .export-pack-card--extra {
    grid-column: auto;
  }

  .export-pack-card h3 {
    white-space: normal;
  }
}

/* Why Export — light theme cards on Export & Packaging page */
.export-why-section {
  position: relative;
  padding-top: clamp(3rem, 6vw, 4.25rem);
  padding-bottom: clamp(3rem, 6vw, 4.25rem);
  overflow: hidden;
  background: linear-gradient(180deg, #f7f9fb 0%, var(--white) 100%);
}

.export-why-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 45% 55% at 10% 18%, rgba(197, 154, 74, 0.08) 0%, transparent 70%),
    radial-gradient(ellipse 40% 50% at 90% 80%, rgba(9, 35, 61, 0.05) 0%, transparent 72%);
  pointer-events: none;
}

.export-why-section .container {
  position: relative;
  z-index: 1;
}

.export-why-section .section-label {
  color: var(--gold);
}

.export-why-section .section-title {
  color: var(--navy);
  margin-bottom: 0;
}

.export-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}

.export-why-card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.9rem;
  min-height: 100%;
  min-width: 0;
  padding: 1.2rem 1.15rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(9, 35, 61, 0.08);
  background: linear-gradient(165deg, var(--white) 0%, #fafbfc 100%);
  box-shadow: 0 12px 32px rgba(9, 35, 61, 0.06);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease, box-shadow 0.45s ease;
}

.export-why-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -55% auto;
  width: 48%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 154, 74, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.export-why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(197, 154, 74, 0.45);
  box-shadow: 0 18px 40px rgba(9, 35, 61, 0.1);
}

.export-why-index,
.export-why-icon,
.export-why-card h4 {
  position: relative;
  z-index: 1;
}

.export-why-index {
  flex-shrink: 0;
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gold);
  min-width: 1.6rem;
}

.export-why-icon {
  flex-shrink: 0;
  width: 2.65rem;
  height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  border: 1px solid rgba(197, 154, 74, 0.28);
  background: rgba(197, 154, 74, 0.1);
  color: var(--gold);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.export-why-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.export-why-card:hover .export-why-icon {
  transform: scale(1.05);
  background: rgba(197, 154, 74, 0.16);
  border-color: rgba(197, 154, 74, 0.55);
}

.export-why-card h4 {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: clamp(0.82rem, 1.05vw, 0.95rem);
  line-height: 1.3;
  color: var(--navy);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1200px) {
  .export-why-card {
    padding: 1.1rem 0.95rem;
    gap: 0.7rem;
  }

  .export-why-card h4 {
    font-size: 0.82rem;
  }
}

@media (max-width: 1024px) {
  .export-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .export-why-card h4 {
    font-size: 0.9rem;
  }
}

@media (max-width: 640px) {
  .export-why-grid {
    grid-template-columns: 1fr;
  }

  .export-why-card h4 {
    font-size: 0.95rem;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}

