.app-page {
  --app-ink: #0b2a1f;
  --app-dark: #062116;
  --app-green: #123527;
  --app-gold: #C49A3C;
  --app-gold-2: #C49A3C;
  --app-warm: #fbf7ee;
  --app-cream: #f6efe4;
  --app-white: #fffdf8;
  --app-line: rgba(11, 42, 31, .12);
  --app-gold-line: rgba(196, 154, 60, .35);
  --app-muted: #4F625C;
  --app-shadow: 0 16px 42px rgba(11, 42, 31, .09);
  --app-shadow-soft: 0 10px 26px rgba(11, 42, 31, .07);
  --app-anchor-nav-height: 42px;
  --app-section-padding-y: clamp(2.4rem, 4vw, 4rem);
  background: var(--app-warm);
  color: var(--app-ink);
  font-family: var(--font-body, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif);
  overflow-x: clip;
}

.app-page p { color: #4F625C; }

.app-page *,
.app-page *::before,
.app-page *::after {
  box-sizing: border-box;
}

.app-page img {
  display: block;
  width: 100%;
  height: auto;
}

.app-page .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.app-section {
  position: relative;
  scroll-margin-top: calc(var(--site-header-height, 65px) + var(--app-anchor-nav-height) - var(--app-section-padding-y));
  padding: var(--app-section-padding-y) 0;
}

.app-hero {
  position: relative;
  min-height: auto !important;
  height: 600px !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #000;
  color: #fff;
  isolation: isolate;
}

.app-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
  background-color: #000;
}

.app-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url('/assets/images/apparel-fashion-packaging/hero-apparel-fashion-packaging.webp');
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  opacity: 1;
}

.app-hero__media img {
  display: none;
}

.app-hero__overlay {
  z-index: -1;
  height: 600px;
  background:
    linear-gradient(105deg, rgba(6, 33, 22, .94) 0%, rgba(6, 33, 22, .82) 32%, rgba(6, 33, 22, .42) 62%, rgba(6, 33, 22, .12) 100%),
    linear-gradient(0deg, rgba(6, 33, 22, .68) 0%, rgba(6, 33, 22, .02) 40%, rgba(6, 33, 22, .28) 100%);
}

.app-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  height: 600px !important;
  padding: 0;
}

.app-hero__content {
  max-width: 780px;
  transform: translateY(-80px);
}

.app-hero .app-eyebrow {
  justify-content: flex-start;
  gap: .8rem;
  color: var(--app-gold-2);
  font-size: .7rem;
  letter-spacing: .22em;
  margin-bottom: 1.4rem;
}

.app-hero .app-eyebrow::before,
.app-hero .app-eyebrow::after {
  display: none;
}

.app-hero__title {
  margin: 0 0 1.2rem;
  max-width: 780px;
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.app-hero__title-accent {
  color: var(--app-gold-2);
}

.app-hero__content p {
  max-width: 580px;
  margin: 0 0 1.2rem;
  color: #fff !important;
  font-size: 1.05rem;
  line-height: 1.72;
}

.app-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1rem;
}

.app-hero__actions .app-btn {
  min-height: 46px;
  padding: .82rem 1.6rem;
  font-size: .88rem;
}

.app-hero__panel {
  align-self: end;
  display: grid;
  gap: .85rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(5, 25, 17, .68);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.app-hero__panel article {
  padding: .95rem 1rem;
  border: 1px solid rgba(200, 150, 46, .22);
  border-radius: 6px;
  background: rgba(255, 255, 255, .06);
}

.app-hero__panel strong,
.app-hero__bottom strong {
  display: block;
  color: #fff;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.25;
}

.app-hero__panel span,
.app-hero__bottom small {
  display: block;
  margin-top: .3rem;
  color: rgba(255, 255, 255, .68);
  font-size: .82rem;
  line-height: 1.45;
}

.app-hero__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 720px;
  margin-top: 1.5rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 22px;
  background: rgba(6, 33, 22, .72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .22);
  overflow: hidden;
}

.app-hero__trust span {
  padding: .85rem 1.1rem;
  color: rgba(255, 255, 255, .58);
  font-size: .72rem;
  font-weight: 500;
  line-height: 1.4;
  border-right: 1px solid rgba(255, 255, 255, .05);
  text-align: center;
}

.app-hero__trust span:last-child {
  border-right: 0;
}

.app-hero__trust strong {
  display: block;
  margin-bottom: .15rem;
  color: rgba(255, 255, 255, .88);
  font-size: .82rem;
  font-weight: 700;
}

.app-container {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 32px;
}

.app-container--narrow {
  width: min(100%, 1320px);
}

.app-section__head {
  max-width: 950px;
  margin: 0 auto clamp(2rem, 4vw, 3.1rem);
  text-align: center;
}

.app-section__head--wide {
  max-width: 1200px;
}

.app-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  margin-bottom: .85rem;
  color: var(--app-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .22em;
  line-height: 1.1;
  text-transform: uppercase;
}

.app-eyebrow::before,
.app-eyebrow::after {
  content: "";
  width: 52px;
  height: 1px;
  background: currentColor;
  opacity: .7;
}

.app-section__head h1,
.app-section__head h2,
.app-copy h2,
.app-display-copy h2,
.app-final-cta h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4.2vw, 4.4rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.app-challenges .app-section__head p { color: #4F625C; }

.app-section__head p,
.app-copy > p,
.app-display-copy > p,
.app-final-cta p {
  max-width: 860px;
  margin: 1rem auto 0;
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  line-height: 1.7;
}

/* ===== Anchor Navigation ===== */
.app-anchor-nav {
  position: sticky;
  top: var(--site-header-height, 66px);
  z-index: 90;
  height: var(--app-anchor-nav-height);
  border-top: 1px solid rgba(15, 35, 24, .08);
  border-bottom: 1px solid rgba(15, 35, 24, .1);
  background: rgba(251, 248, 241, .92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.app-anchor-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  height: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.app-anchor-nav__inner::-webkit-scrollbar {
  display: none;
}

.app-anchor-nav a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  height: 30px;
  padding: 0 .75rem;
  border: 1px solid transparent;
  border-radius: 22px;
  color: var(--app-ink);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}

.app-anchor-nav a.is-active {
  border-color: rgba(196, 154, 60, .36);
  background: rgba(196, 154, 60, .12);
  color: var(--app-ink);
}

@media (hover: hover) {
  .app-anchor-nav a:hover {
    border-color: rgba(196, 154, 60, .34);
    background: rgba(196, 154, 60, .1);
    transform: translateY(-2px);
  }
}

.app-anchor-nav a:focus-visible {
  outline: 3px solid rgba(196, 154, 60, .42);
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .app-page {
    --app-anchor-nav-height: 0px;
  }

  .app-anchor-nav {
    display: none;
  }
}

.app-hero + .app-anchor-nav {
  margin-top: -1px;
}

.app-hero + .app-section {
  margin-top: -1px;
}

.app-challenges,
.app-applications,
.app-inserts,
.app-materials,
.app-process,
.app-sustainable,
.app-why {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .9), rgba(251, 247, 238, 0) 32rem),
    var(--app-warm);
}

.app-types,
.app-printing,
.app-shipping,
.app-faq {
  background: var(--app-white);
}

.app-value-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1160px;
  margin: 0 auto 2rem;
}

.app-value-row article {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 84px;
  padding: .65rem 1.35rem;
  border-right: 1px solid rgba(200, 150, 46, .32);
}

.app-value-row article:last-child {
  border-right: 0;
}

.app-value-row h3,
.app-banner h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.app-value-row p {
  margin: .3rem 0 0;
  font-size: .9rem;
  line-height: 1.45;
}

.app-challenge-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.03fr);
  gap: 1.5rem;
  align-items: stretch;
}

.app-photo-card,
.app-product-card,
.app-scenario-card,
.app-number-card,
.app-info-grid article,
.app-slim-card,
.app-material-card,
.app-print-panel,
.app-finish-panel,
.app-process-card,
.app-quality-card,
.app-sustainable-card,
.app-why-card,
.app-faq-item,
.app-cta-card,
.app-mini-cta,
.app-process-cta {
  border: 1px solid var(--app-line);
  border-radius: 22px;
  background: rgba(255, 253, 248, .92);
  box-shadow: var(--app-shadow-soft);
}

.app-banner,
.app-action-strip,
.app-benefit-strip,
.app-advice-strip {
  border: 1px solid var(--app-line);
  border-radius: 8px;
  background: rgba(255, 253, 248, .92);
  box-shadow: var(--app-shadow-soft);
}

.app-photo-card {
  overflow: hidden;
  border-radius: 22px;
}

.app-photo-card img {
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.25, .8, .25, 1);
}

@media (hover: hover) {
  .app-photo-card:hover img {
    transform: scale(1.05);
  }
}

.app-challenge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.app-number-card {
  position: relative;
  min-height: 192px;
  padding: 1.55rem 1.45rem 1.45rem 6rem;
  border-radius: 22px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

@media (hover: hover) {
  .app-number-card:hover {
    transform: translateY(-4px);
    border-color: rgba(200, 150, 46, .45);
    box-shadow: 0 14px 36px rgba(11, 42, 31, .1);
  }
}

.app-number-card > span {
  position: absolute;
  left: 1.45rem;
  top: 1.45rem;
  color: var(--app-gold);
  font-size: 1.05rem;
  font-weight: 800;
}

.app-number-card > .app-icon {
  position: absolute;
  left: 1.45rem;
  top: 4.2rem;
}

.app-number-card h3 {
  margin: .45rem 0 0;
  color: var(--app-ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.12;
}

.app-number-card p,
.app-product-card p,
.app-scenario-card p,
.app-slim-card p,
.app-material-card p,
.app-process-card p,
.app-quality-card p,
.app-why-card p,
.app-faq-answer p {
  font-size: .94rem;
  line-height: 1.62;
}

.app-banner--value {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.3rem;
  padding: .95rem 1.35rem;
  border-color: var(--app-gold-line);
  background: rgba(246, 239, 228, .78);
}

.app-banner__title {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-right: 1.2rem;
  border-right: 1px solid rgba(200, 150, 46, .3);
}

.app-banner p {
  margin: 0;
  color: var(--app-muted);
  line-height: 1.7;
}

.app-action-strip,
.app-benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto auto;
  gap: .8rem;
  align-items: center;
  margin-top: 1rem;
  padding: .95rem;
}

.app-action-strip span,
.app-benefit-strip span,
.app-small-feature-row span,
.app-advice-strip > span {
  display: flex;
  align-items: center;
  gap: .7rem;
  min-width: 0;
}

.app-action-strip strong,
.app-benefit-strip strong,
.app-small-feature-row strong,
.app-advice-strip strong {
  display: block;
  color: var(--app-ink);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.25;
}

.app-action-strip small,
.app-benefit-strip small,
.app-small-feature-row small,
.app-advice-strip small {
  display: block;
  font-size: .74rem;
  line-height: 1.35;
}

.app-mini-dot {
  width: 24px;
  height: 24px;
  border: 1px solid var(--app-ink);
  border-radius: 50%;
  flex: 0 0 auto;
}

.app-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  min-height: 48px;
  padding: .86rem 1.45rem;
  border-radius: 6px;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease, border-color .24s ease;
}

.app-btn--primary {
  border: 1px solid var(--app-gold);
  background: linear-gradient(135deg, #C49A3C, var(--app-gold));
  color: #0B2A1F;
}

.app-btn--outline {
  border: 1px solid rgba(11, 42, 31, .38);
  background: rgba(255, 255, 255, .74);
  color: var(--app-ink);
}

.app-btn--gold {
  border: 1px solid var(--app-gold);
  background: linear-gradient(135deg, #C49A3C, var(--app-gold));
  color: #0B2A1F;
}

.app-btn--link {
  border-bottom: 1px solid var(--app-gold);
  border-radius: 0;
  color: var(--app-gold-2);
  min-height: 40px;
  padding-inline: 0;
}

.app-btn--outline-dark {
  border: 1px solid rgba(255, 255, 255, .46);
  color: #fff;
}

.app-btn--wide {
  margin-top: 1.45rem;
  width: min(100%, 430px);
}

@media (hover:hover) {
  .app-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(11, 42, 31, .16);
  }
}

.app-pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 4vw, 3.5rem);
  margin-bottom: 2.2rem;
}

.app-pill-row span,
.app-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: .34rem .72rem;
  border-radius: 22px;
  background: rgba(246, 239, 228, .82);
  color: var(--app-ink);
  font-size: .68rem;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

@media (hover: hover) {
  .app-pill-row span:hover,
  .app-tags span:hover {
    transform: translateY(-2px);
    background: rgba(200, 150, 46, .18);
    border-color: rgba(196, 154, 60, .4);
    box-shadow: 0 4px 12px rgba(196, 154, 60, .15);
  }
}

.app-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.app-product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 24, .1);
  border-radius: 22px;
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 14px 38px rgba(15, 35, 24, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

@media (hover: hover) {
  .app-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 154, 60, .36);
    box-shadow: 0 22px 54px rgba(15, 35, 24, .1);
  }
}

.app-product-card__image {
  height: 220px;
  overflow: hidden;
  background: #f0ebe0;
}

.app-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-product-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px;
}

.app-product-card__body h3 {
  margin: 0 0 .35rem;
  color: var(--app-ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.app-product-card__body > p {
  flex: 1;
  margin: 0 0 .65rem;
  color: var(--app-muted);
  font-size: 16px;
  line-height: 1.5;
}

.app-chip-row {
  display: flex;
  flex-wrap: nowrap;
  gap: .4rem;
  margin-top: auto;
}

.app-chip-row .feature-chip {
  font-size: 12px !important;
  padding: .25rem .55rem;
}

.app-product-card h3,
.app-scenario-card h3,
.app-slim-card h3,
.app-material-card h3,
.app-process-card h3,
.app-quality-card h3,
.app-why-card h3 {
  margin: 0 0 .35rem;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.18;
}

.app-product-card > div > p {
  margin: 0 0 .5rem;
}

.app-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--app-ink);
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
}

.app-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: .4rem;
  margin: 0;
}

.app-cta-card {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) minmax(340px, 1.25fr) auto;
  gap: 1.3rem;
  align-items: center;
  margin-top: 1.6rem;
  padding: 1.35rem 1.6rem;
  background: linear-gradient(135deg, #fbf7ee, #fff);
}

.app-cta-card h3 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.25;
}

.app-cta-card p {
  margin: 0;
  line-height: 1.62;
}

.app-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.app-scenario-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 24, .1);
  border-radius: 22px;
  box-shadow: 0 14px 38px rgba(15, 35, 24, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

@media (hover: hover) {
  .app-scenario-card:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 154, 60, .36);
    box-shadow: 0 22px 54px rgba(15, 35, 24, .1);
  }
}

.app-scenario-card img {
  aspect-ratio: 1.52 / 1;
  object-fit: cover;
}

.app-scenario-card div {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.2rem 1.35rem 1.45rem;
}

.app-scenario-card .app-chip-row {
  margin-top: auto;
}

.app-scenario-card .app-chip-row .feature-chip {
  font-size: .68rem;
  padding: .18rem .5rem;
}

.app-scenario-card span {
  display: inline-flex;
  margin-bottom: .65rem;
  color: var(--app-gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.app-scenario-card p {
  margin-bottom: 0;
}

.app-slim-card h3::after,
.app-why-card h3::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin-top: 1rem;
  background: var(--app-gold);
}

.app-split,
.app-shipping-layout,
.app-sustainable-layout,
.app-display-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 4.5vw, 4rem);
  align-items: center;
}

.app-insert-visual {
  overflow: hidden;
  border-radius: 22px;
  background: #f4efe6;
  box-shadow: var(--app-shadow);
}

.app-insert-visual img {
  aspect-ratio: 1 / .92;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.25, .8, .25, 1);
}

@media (hover: hover) {
  .app-insert-visual:hover img {
    transform: scale(1.05);
  }
}

.app-copy mark {
  display: block;
  background: transparent;
  color: var(--app-gold);
}

.app-copy > p {
  margin-inline: 0;
}

.app-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.app-info-grid article {
  padding: 1.25rem;
  border-radius: 22px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

@media (hover: hover) {
  .app-info-grid article:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 154, 60, .36);
    box-shadow: 0 22px 54px rgba(15, 35, 24, .1);
  }
}

.app-info-grid h3,
.app-print-panel h3,
.app-finish-panel h3 {
  margin: .75rem 0 1rem;
  color: var(--app-ink);
  font-size: 24px;
  font-weight: 800;
}

.app-info-grid ul,
.app-check-list {
  display: grid;
  gap: .58rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.app-info-grid li,
.app-check-list li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--app-muted);
  font-size: .92rem;
  line-height: 1.55;
}

.app-info-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--app-gold);
}

.app-mini-cta,
.app-process-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.6rem;
  padding: 1.35rem 1.6rem;
  border-radius: 22px;
}

.app-mini-cta strong,
.app-process-cta strong {
  display: block;
  color: var(--app-ink);
  font-size: 1.05rem;
}

.app-mini-cta p {
  margin: .4rem 0 0;
  color: var(--app-muted);
}

.app-centered-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0 1.3rem;
}

.app-centered-title span {
  width: 48px;
  height: 1px;
  background: var(--app-gold);
}

.app-centered-title h3 {
  margin: 0;
  font-weight: 800;
}

.app-insert-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.app-slim-card {
  overflow: hidden;
  border-radius: 22px;
  padding-bottom: 1.2rem;
}

.app-slim-card img {
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
}

.app-slim-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

@media (hover: hover) {
  .app-slim-card:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 154, 60, .36);
    box-shadow: 0 22px 54px rgba(15, 35, 24, .1);
  }
}

.app-slim-card h3,
.app-slim-card p {
  padding-inline: 1.05rem;
}

.app-slim-card h3 {
  margin-top: 1rem;
  font-size: 20px;
  font-weight: 800;
}

.app-benefit-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.app-material-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.app-material-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 1.25rem;
  padding: .75rem;
}

.app-material-card img {
  height: 100%;
  min-height: 210px;
  border-radius: 22px;
  object-fit: cover;
}

.app-material-card > div {
  padding: .4rem .35rem .35rem 0;
}

.app-material-card h3 {
  margin-top: .35rem;
  font-size: 1.42rem;
}

.app-material-card strong {
  display: block;
  margin-top: .85rem;
  color: var(--app-gold);
  font-size: .76rem;
}

.app-material-card hr {
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid rgba(200, 150, 46, .28);
}

.app-advice-strip {
  display: grid;
  grid-template-columns: auto minmax(260px, 1.4fr) repeat(4, minmax(150px, .75fr)) auto;
  gap: 1.05rem;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1.25rem 1.4rem;
  border-color: var(--app-gold-line);
}

.app-advice-strip h3,
.app-advice-strip p {
  margin: 0;
}

.app-advice-strip p {
  margin-top: .35rem;
  font-size: .86rem;
  line-height: 1.5;
}

.app-print-layout {
  display: grid;
  grid-template-columns: .92fr 1fr;
  gap: 2rem;
}

.app-print-panel,
.app-finish-panel {
  padding: 1.65rem;
}

.app-print-panel > h3,
.app-finish-panel > h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--app-gold-line);
  font-size: 1.55rem;
}

.app-print-panel article {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.1rem;
  align-items: center;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(11, 42, 31, .08);
  transition: transform .22s ease, background .22s ease;
}

@media (hover: hover) {
  .app-print-panel article:hover {
    transform: translateX(4px);
    background: rgba(200, 150, 46, .06);
  }
}

.app-print-panel .app-tags {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 1rem;
}

.app-page .app-print-panel .app-tags span {
  font-size: 12px !important;
}

.app-print-panel h4 {
  margin: 0;
  color: var(--app-ink);
  font-size: 20px;
}

.app-print-panel p {
  margin: .3rem 0 0;
  line-height: 1.55;
}

.app-print-panel b {
  color: var(--app-gold);
  font-size: 1.8rem;
  font-weight: 400;
}

.app-finish-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.app-finish-grid--second {
  margin-top: 1rem;
}

.app-finish-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 24, .1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(15, 35, 24, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

@media (hover: hover) {
  .app-finish-card:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 154, 60, .36);
    box-shadow: 0 22px 54px rgba(15, 35, 24, .1);
  }
}

.app-finish-card img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  background: #f2eee7;
  flex-shrink: 0;
}

.app-finish-card__body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 .5rem;
}

.app-finish-card h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.app-finish-card p,
.app-print-panel p {
  margin: 0;
  color: var(--app-muted);
  font-size: 14px !important;
  line-height: 1.45;
}

.app-finish-card p {
  margin: 0;
}

.app-finish-panel > img {
  margin-top: 1.45rem;
  aspect-ratio: 2.8 / 1;
  border-radius: 22px;
  object-fit: cover;
}

.app-display,
.app-process {
  background:
    radial-gradient(circle at 15% 0, rgba(63, 103, 75, .45), transparent 32rem),
    linear-gradient(135deg, #062116 0%, #082419 58%, #113a29 100%);
  color: #fff;
}

.app-final-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  height: 400px;
  text-align: center;
  background: url('/assets/images/apparel-fashion-packaging/hero-apparel-fashion-packaging.webp') center/cover no-repeat;
}

.app-display .app-eyebrow::before,
.app-display .app-eyebrow::after {
  width: 44px;
}

.app-display h2,
.app-display p,
.app-final-cta h2,
.app-final-cta p,
.app-process h2,
.app-process .app-section__head p {
  color: #fff;
}

.app-display-copy > p,
.app-quality .app-section__head p,
.app-final-cta p {
  opacity: .78;
}

.app-display-copy .app-eyebrow {
  justify-content: flex-start;
}

.app-display-copy .app-eyebrow::after {
  display: none;
}

.app-check-list {
  margin-top: 1.45rem;
}

.app-check-list li {
  padding-left: 2rem;
  color: rgba(255, 255, 255, .82);
  font-size: 1rem;
}

.app-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .12rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--app-gold-2);
  color: var(--app-ink);
  font-size: .75rem;
  font-weight: 800;
}

.app-check-list--gold li {
  color: var(--app-muted);
}

.app-outline-tags,
.app-quality-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.5rem;
}

.app-outline-tags span {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 1rem;
  border: 1px solid var(--app-gold);
  border-radius: 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

@media (hover: hover) {
  .app-outline-tags span:hover {
    transform: translateY(-2px);
    background: rgba(200, 150, 46, .2);
    border-color: var(--app-gold);
    box-shadow: 0 4px 14px rgba(196, 154, 60, .2);
  }
}

.app-quality-tags span {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 1rem;
  border: 1px solid var(--app-gold);
  border-radius: 22px;
  color: #0B2A1F;
  font-size: 14px;
  font-weight: 800;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

@media (hover: hover) {
  .app-quality-tags span:hover {
    transform: translateY(-2px);
    background: rgba(200, 150, 46, .15);
    border-color: var(--app-gold-2);
    box-shadow: 0 4px 14px rgba(196, 154, 60, .2);
  }
}

.app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.6rem;
}

.app-display-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background: #efe6d7;
}

.app-display-media > img {
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.25, .8, .25, 1);
}

@media (hover: hover) {
  .app-display-media:hover > img {
    transform: scale(1.05);
  }
}

.app-display-note {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 4%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1rem;
  border: 1px solid rgba(200, 150, 46, .42);
  border-radius: 22px;
  background: rgba(16, 31, 23, .9);
}

.app-display-note article {
  display: flex;
  gap: 1rem;
  padding: 0 1rem;
}

.app-display-note article + article {
  border-left: 1px solid rgba(200, 150, 46, .35);
}

.app-display-note strong {
  color: var(--app-gold-2);
  font-size: .85rem;
  text-transform: uppercase;
}

.app-display-note p {
  margin: .35rem 0 0;
  font-size: .86rem;
  line-height: 1.45;
}

.app-shipping-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.app-shipping .app-photo-card img {
  height: 480px;
}

.app-shipping-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.25rem;
  align-items: center;
  margin-top: 1.6rem;
  padding: 1.35rem;
  border: 1px solid var(--app-gold-line);
  border-radius: 22px;
  background: rgba(251, 247, 238, .68);
}

.app-shipping-cta strong {
  font-size: 1.2rem;
}

.app-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.7rem 4rem;
}

.app-process-card {
  position: relative;
  min-height: 190px;
  padding: 1.8rem 1.9rem 1.65rem;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

@media (hover: hover) {
  .app-process-card:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 154, 60, .36);
    box-shadow: 0 22px 54px rgba(15, 35, 24, .1);
  }
}

.app-process-card > span {
  color: var(--app-gold);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
}

.app-process-card > .app-icon {
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
}

.app-process .app-process-card h3 {
  margin-top: 1.05rem;
  color: var(--app-ink);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}

.app-process .app-process-card p {
  margin-bottom: 0;
  color: var(--app-muted);
  font-size: .95rem;
  line-height: 1.6;
}

.app-process-cta {
  margin-top: 1.8rem;
}

.app-process-cta strong {
  flex: 1;
  font-size: 1.32rem;
}

.app-quality .app-section__head {
  max-width: 1080px;
}

.app-quality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.app-quality-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.35rem;
  align-items: center;
  min-height: 160px;
  padding: 1.5rem 1.7rem;
  background: rgba(255, 253, 248, .96);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

@media (hover: hover) {
  .app-quality-card:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 154, 60, .36);
    box-shadow: 0 22px 54px rgba(15, 35, 24, .1);
  }
}

.app-quality-card .app-icon {
  width: 74px;
  height: 74px;
}

.app-quality-card h3 {
  font-size: 1.25rem;
}

.app-quality-card p {
  margin-bottom: 0;
}

.app-quality-tags {
  justify-content: center;
}

.app-sustainable-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
}

.app-sustainable-card {
  overflow: hidden;
}

.app-sustainable-card img {
  aspect-ratio: 1.14 / 1;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.25, .8, .25, 1);
}

@media (hover: hover) {
  .app-sustainable-card:hover img {
    transform: scale(1.05);
  }
}

.app-sustainable-card > div,
.app-small-feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 1.5rem 1rem;
  margin-top: 1.5rem;
  border: 1px solid var(--app-line);
  border-radius: 22px;
  background: rgba(251, 247, 238, .7);
  text-align: center;
}

.app-small-feature-row span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  border-right: 1px solid rgba(200, 150, 46, .22);
}

.app-small-feature-row span:last-child {
  border-right: 0;
}

.app-sustainable-card > div span {
  padding: .75rem 1rem;
  border-right: 1px solid rgba(200, 150, 46, .22);
}

.app-sustainable-card > div span:last-child {
  border-right: 0;
}

.app-why {
  overflow: hidden;
}

.app-why::before {
  content: "";
  position: absolute;
  top: 0;
  left: -90px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(200, 150, 46, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 14px rgba(200, 150, 46, .06), 0 0 0 28px rgba(200, 150, 46, .045);
}

.app-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.45rem;
}

.app-why-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 1rem;
  min-height: 210px;
  padding: 1.8rem;
  border-radius: 22px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

@media (hover: hover) {
  .app-why-card:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 154, 60, .36);
    box-shadow: 0 22px 54px rgba(15, 35, 24, .1);
  }
}

.app-why-card img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.app-why-card p {
  margin-bottom: 0;
}

.app-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 2.5rem;
  align-items: start;
}

.app-faq-list {
  display: grid;
  gap: .8rem;
}

.app-faq-item {
  overflow: hidden;
}

.app-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.05rem 1.25rem;
  border: 0;
  background: transparent;
  color: var(--app-ink);
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  text-align: left;
}

.app-faq-question span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(200, 150, 46, .12);
  color: var(--app-gold);
  transition: transform .25s ease;
}

.app-faq-item.is-open .app-faq-question span {
  transform: rotate(45deg);
}

.app-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

.app-faq-answer p {
  margin: 0 1.25rem 1.2rem;
  padding-top: .85rem;
  border-top: 1px solid rgba(11, 42, 31, .08);
}

.app-final-cta {
  padding: clamp(4rem, 6vw, 6rem) 0;
  text-align: center;
}

.app-final-cta__content {
  max-width: 900px;
}

.app-final-cta .app-actions {
  justify-content: center;
}

.app-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.app-icon::before,
.app-icon::after {
  display: none;
}

.app-icon--shield { background-image: url('/assets/svg/icon-shield.svg'); }
.app-icon--box { background-image: url('/assets/svg/icon-box.svg'); }
.app-icon--tag { background-image: url('/assets/svg/icon-tag.svg'); }
.app-icon--globe { background-image: url('/assets/svg/icon-globe.svg'); }
.app-icon--cube { background-image: url('/assets/svg/icon-cube.svg'); }
.app-icon--layers { background-image: url('/assets/svg/icon-layers.svg'); }
.app-icon--leaf { background-image: url('/assets/svg/icon-leaf.svg'); }
.app-icon--spark { background-image: url('/assets/svg/icon-spark.svg'); }
.app-icon--drop { background-image: url('/assets/svg/icon-drop.svg'); }
.app-icon--print { background-image: url('/assets/svg/icon-print.svg'); }
.app-icon--target { background-image: url('/assets/svg/icon-target.svg'); }
.app-icon--barcode { background-image: url('/assets/svg/icon-barcode.svg'); }
.app-icon--layout { background-image: url('/assets/svg/icon-layout.svg'); }
.app-icon--clipboard { background-image: url('/assets/svg/icon-clipboard.svg'); }
.app-icon--search { background-image: url('/assets/svg/icon-search.svg'); }
.app-icon--factory { background-image: url('/assets/svg/icon-factory.svg'); }
.app-icon--truck { background-image: url('/assets/svg/icon-truck.svg'); }
.app-icon--fit { background-image: url('/assets/svg/icon-fit.svg'); }
.app-icon--bag { background-image: url('/assets/svg/icon-bag.svg'); }
.app-icon--qr { background-image: url('/assets/svg/icon-barcode.svg'); }
.app-icon--recycle { background-image: url('/assets/svg/icon-leaf.svg'); }
.app-icon--support { background-image: url('/assets/svg/icon-shield.svg'); }
.app-icon--cart { background-image: url('/assets/svg/icon-bag.svg'); }

/* === Value Row (new unique icons) === */
.app-icon--val-protect { background-image: url('/assets/svg/icon-val-protect.svg'); }
.app-icon--val-organize { background-image: url('/assets/svg/icon-val-organize.svg'); }
.app-icon--val-retail { background-image: url('/assets/svg/icon-val-retail.svg'); }
.app-icon--val-ship { background-image: url('/assets/svg/icon-val-ship.svg'); }
/* Challenge Grid */
.app-icon--pro-ship { background-image: url('/assets/svg/icon-pro-ship.svg'); }
.app-icon--comp-org { background-image: url('/assets/svg/icon-comp-org.svg'); }
.app-icon--clear-display { background-image: url('/assets/svg/icon-clear-display.svg'); }
.app-icon--global-ship { background-image: url('/assets/svg/icon-global-ship.svg'); }
/* Quality */
.app-icon--qc-fit { background-image: url('/assets/svg/icon-qc-fit.svg'); }
.app-icon--qc-material { background-image: url('/assets/svg/icon-qc-material.svg'); }
.app-icon--qc-pack { background-image: url('/assets/svg/icon-qc-pack.svg'); }
/* Benefit Strip */
.app-icon--benefit-protect { background-image: url('/assets/svg/icon-benefit-protect.svg'); }
.app-icon--benefit-organize { background-image: url('/assets/svg/icon-benefit-organize.svg'); }
.app-icon--benefit-unbox { background-image: url('/assets/svg/icon-benefit-unbox.svg'); }

@media (max-width: 1180px) {
  .app-hero__inner {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .app-hero__panel {
    max-width: 720px;
  }

  .app-challenge-layout,
  .app-display-layout,
  .app-shipping-layout,
  .app-sustainable-layout,
  .app-split,
  .app-print-layout,
  .app-faq-layout {
    grid-template-columns: 1fr;
  }

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

  .app-action-strip,
  .app-advice-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .app-value-row,
  .app-scenario-grid,
  .app-process-grid,
  .app-quality-grid,
  .app-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-cta-card,
  .app-benefit-strip,
  .app-insert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-value-row article {
    border-right: 0;
    border-bottom: 1px solid rgba(200, 150, 46, .22);
  }
}

@media (max-width: 768px) {
  .app-hero {
    min-height: auto;
  }

  .app-hero__media::before {
    filter: blur(6px) brightness(.55);
    transform: scale(1.1);
  }

  .app-hero__inner {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }

  .app-hero__title {
    font-size: clamp(2.55rem, 12vw, 4rem) !important;
  }

  .app-hero__content p {
    font-size: 1rem;
  }

  .app-hero__bottom {
    position: static;
    width: auto;
    grid-template-columns: 1fr;
    margin: 0 20px 20px;
    transform: none;
  }

  .app-hero__highlights {
    grid-template-columns: 1fr;
  }

  .app-container {
    padding: 0 20px;
  }

  .app-section {
    padding: 2.2rem 0;
  }

  .app-section__head {
    text-align: center;
  }

  .app-section__head h1,
  .app-section__head h2,
  .app-copy h2,
  .app-display-copy h2,
  .app-final-cta h2 {
    font-size: clamp(2rem, 9vw, 3rem) !important;
  }

  .app-eyebrow {
    justify-content: center;
    font-size: .68rem;
  }

  .app-eyebrow::before,
  .app-eyebrow::after {
    display: flex;
  }

  .app-value-row,
  .app-challenge-grid,
  .app-product-grid,
  .app-scenario-grid,
  .app-info-grid,
  .app-material-grid,
  .app-finish-grid,
  .app-process-grid,
  .app-quality-grid,
  .app-why-grid,
  .app-benefit-strip,
  .app-insert-grid,
  .app-action-strip,
  .app-advice-strip,
  .app-small-feature-row,
  .app-sustainable-card > div,
  .app-display-note {
    grid-template-columns: 1fr;
  }

  .app-number-card {
    padding-left: 5.3rem;
  }

  .app-banner--value,
  .app-material-card,
  .app-cta-card,
  .app-shipping-cta,
  .app-why-card {
    grid-template-columns: 1fr;
  }

  .app-why-card {
    grid-template-columns: 64px 1fr;
    gap: 1rem;
    min-height: auto;
    padding: 1.2rem;
  }

  .app-why-card img {
    width: 40px;
    height: 40px;
  }

  .app-banner__title {
    border-right: 0;
    border-bottom: 1px solid rgba(200, 150, 46, .25);
    padding: 0 0 1rem;
  }

  .app-material-card img,
  .app-photo-card img,
  .app-shipping .app-photo-card img {
    min-height: 0;
    aspect-ratio: 1.45 / 1;
  }

  .app-mini-cta,
  .app-process-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .app-display-note {
    position: static;
    border-radius: 0;
  }

  .app-display-note article + article,
  .app-sustainable-card > div span,
  .app-small-feature-row span {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(200, 150, 46, .22);
  }

  .app-btn,
  .app-actions,
  .app-hero__actions {
    width: 100%;
  }

  .app-btn {
    white-space: normal;
    text-align: center;
  }

  /* --- 768px section-level optimizations --- */

  .app-challenge-layout,
  .app-display-layout,
  .app-shipping-layout,
  .app-sustainable-layout,
  .app-split,
  .app-print-layout {
    grid-template-columns: 1fr;
  }

  .app-cta-card,
  .app-mini-cta,
  .app-process-cta {
    grid-template-columns: 1fr;
  }

  .app-action-strip {
    grid-template-columns: 1fr;
    gap: .6rem;
  }

  .app-action-strip .app-btn {
    width: 100%;
    justify-content: center;
  }

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

  .app-consult-card {
    position: static;
  }

  .app-value-row {
    gap: 0;
  }

  .app-banner--value {
    grid-template-columns: 1fr;
  }

  .app-display-copy {
    padding-bottom: 0;
    text-align: center;
  }

  .app-display-copy .app-eyebrow {
    justify-content: center;
  }

  .app-display-copy .app-eyebrow::after {
    display: flex;
  }

  .app-copy {
    text-align: center;
  }

  .app-copy .app-eyebrow {
    justify-content: center;
  }

  .app-copy .app-eyebrow::after {
    display: flex;
  }

  .app-copy h2,
  .app-copy > p,
  .app-display-copy h2,
  .app-display-copy > p {
    margin-left: auto;
    margin-right: auto;
  }

  .app-faq-main {
    text-align: center;
  }

  .app-faq-main .app-eyebrow {
    justify-content: center;
  }

  .app-faq-main .app-eyebrow::after {
    display: flex;
  }

  .app-final-cta .inquiry-actions {
    flex-direction: column;
    width: 100%;
  }

  .app-final-cta .inquiry-actions .btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .app-container {
    padding: 0 16px;
  }

  .app-number-card,
  .app-info-grid article,
  .app-print-panel,
  .app-finish-panel,
  .app-process-card,
  .app-quality-card,
  .app-why-card,
  .app-cta-card,
  .app-mini-cta,
  .app-advice-strip {
    padding: 1.05rem;
  }

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

  .app-paper-material-card {
    min-height: auto;
  }

  .app-paper-material-card > img {
    height: 180px;
  }

  .app-copy h2,
  .app-display-copy h2 {
    font-size: 1.8rem !important;
  }
}

.app-page .app-section__head h1 {
  font-size: clamp(2.35rem, 4vw, 4rem) !important;
}

.app-page .app-hero__title {
  font-size: 48px !important;
}

.app-page .app-section__head h2,
.app-page .app-copy h2,
.app-page .app-display-copy h2,
.app-page .app-final-cta h2 {
  font-size: 36px !important;
}

.app-page .app-value-row h3,
.app-page .app-banner h3 {
  font-size: 20px !important;
}

.app-page .app-number-card h3 {
  font-size: 24px !important;
}

.app-page .app-product-card h3,
.app-page .app-product-card__body h3,
.app-page .app-scenario-card h3,
.app-page .app-slim-card h3,
.app-page .app-material-card h3,
.app-page .app-process-card h3,
.app-page .app-quality-card h3,
.app-page .app-why-card h3 {
  font-size: 24px !important;
}

.app-page .app-slim-card h3 {
  font-size: 20px !important;
}

.app-page .app-material-card h3 {
  font-size: 1.42rem !important;
}

.app-page .app-process .app-process-card h3 {
  font-size: 1.25rem !important;
}

.app-page .app-process .app-process-card p {
  font-size: .95rem !important;
}

.app-page .app-print-panel h3,
.app-page .app-finish-panel h3 {
  font-size: 24px !important;
}

.app-page .app-print-panel h4,
.app-page .app-finish-card h4 {
  font-size: 16px !important;
}

.app-page .app-section__head p,
.app-page .app-copy > p,
.app-page .app-display-copy > p,
.app-page .app-final-cta p {
  font-size: 16px !important;
}

.app-page .app-value-row p,
.app-page .app-number-card p,
.app-page .app-product-card p,
.app-page .app-product-card__body p {
  font-size: 16px !important;
}

.app-page .app-scenario-card p,
.app-page .app-slim-card p,
.app-page .app-material-card p,
.app-page .app-quality-card p,
.app-page .app-why-card p,
.app-page .app-faq-answer p,
.app-page .app-info-grid li,
.app-page .app-check-list li {
  font-size: .875rem !important;
}

.app-page .app-tags span,
.app-page .app-pill-row span,
.app-page .app-eyebrow,
.app-page small {
  font-size: .68rem !important;
}

.app-page .app-challenges {
  padding-top: clamp(2.2rem, 4.5vw, 4.2rem);
}

@media (max-width: 768px) {
  .app-page .app-challenges {
    padding-top: 2.2rem;
  }

  .app-page .app-section__head h1,
  .app-page .app-section__head h2,
  .app-page .app-copy h2,
  .app-page .app-display-copy h2,
  .app-page .app-final-cta h2 {
    font-size: 24px !important;
  }

  .app-page .app-hero__title {
    font-size: 32px !important;
  }

  .app-page .app-value-row h3 {
    font-size: 1.5rem !important;
  }

  .app-page .app-number-card h3 {
    font-size: 1.2rem !important;
  }

  .app-page .app-product-card h3,
  .app-page .app-product-card__body h3,
  .app-page .app-scenario-card h3,
  .app-page .app-slim-card h3,
  .app-page .app-material-card h3,
  .app-page .app-process-card h3,
  .app-page .app-quality-card h3,
  .app-page .app-why-card h3 {
    font-size: 1.15rem !important;
  }

  .app-page .app-value-row p,
  .app-page .app-number-card p,
  .app-page .app-product-card p,
  .app-page .app-product-card__body p,
  .app-page .app-scenario-card p,
  .app-page .app-slim-card p,
  .app-page .app-material-card p,
  .app-page .app-quality-card p,
  .app-page .app-why-card p,
  .app-page .app-faq-answer p,
  .app-page .app-info-grid li,
  .app-page .app-check-list li,
  .app-page .app-section__head p,
  .app-page .app-copy > p,
  .app-page .app-display-copy > p,
  .app-page .app-final-cta p {
    font-size: 16px !important;
  }
}

/* ===== Paper Materials (from corrugated-boxes) ===== */
.app-paper-materials {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .64) 0%, rgba(255, 255, 255, .16) 42%, transparent 100%),
    var(--app-warm);
}

.app-paper-materials .app-section__head {
  text-align: center;
}

.app-paper-material-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: clamp(.95rem, 1.8vw, 1.3rem);
  align-items: stretch;
}

.app-paper-material-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 24, .1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(15, 35, 24, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.app-paper-material-card > img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #f2eee7;
  flex: 0 0 auto;
}

.app-paper-material-card__body {
  display: flex;
  flex-direction: column;
  height: 200px;
  padding: 1.2rem clamp(1rem, 1.4vw, 1.35rem) 1.25rem;
}

.app-paper-material-card h3 {
  margin: 0;
  color: var(--app-ink);
  font-family: var(--font-body, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}

.app-paper-material-card p {
  margin: .7rem 0 1.1rem;
  color: var(--app-muted);
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.55;
}

.app-paper-material-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: auto;
}

.app-paper-material-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(26, 58, 46, .16);
  border-radius: 22px;
  padding: .34rem .68rem;
  background: rgba(251, 248, 243, .76);
  color: var(--app-ink);
  font-size: .7rem;
  font-weight: 800;
  line-height: 1;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

@media (hover: hover) {
  .app-paper-material-tags span:hover {
    transform: translateY(-2px);
    background: rgba(200, 150, 46, .18);
    border-color: rgba(196, 154, 60, .4);
    box-shadow: 0 4px 12px rgba(196, 154, 60, .15);
  }
}

@media (hover: hover) {
  .app-paper-material-card:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 154, 60, .36);
    box-shadow: 0 22px 54px rgba(15, 35, 24, .1);
  }
}

.app-paper-material-cta {
  margin-top: 2.8rem;
  padding: 1.8rem 2.2rem;
  border: 1px solid rgba(196, 154, 60, .2);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(196, 154, 60, .06), rgba(15, 35, 24, .02));
  text-align: center;
}

.app-paper-material-cta p {
  margin: 0 0 .3rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--app-ink);
}

.app-paper-material-cta span {
  display: block;
  margin-bottom: 1.15rem;
  font-size: .9rem;
  color: var(--app-muted);
  line-height: 1.5;
}

.app-paper-material-cta .app-btn {
  display: inline-flex;
}

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

@media (max-width: 768px) {
  .app-paper-material-grid {
    grid-template-columns: 1fr;
  }

  .app-paper-material-card {
    min-height: auto;
  }

  .app-paper-material-card > img {
    height: 200px;
  }

  .app-paper-material-card__body {
    padding: 1.05rem;
  }
}

/* ===== FAQ (from custom-service) ===== */
.app-faq-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 2.5rem;
  align-items: start;
}

.app-faq-main h2 {
  margin-top: .5rem;
}

.app-faq-main > p {
  color: var(--app-muted);
  line-height: 1.6;
  margin: .6rem 0 1.5rem;
}

.app-faq-item {
  border: 1px solid var(--app-line);
  border-radius: 22px;
  background: rgba(255, 253, 248, .92);
  overflow: hidden;
}

.app-faq-item + .app-faq-item {
  margin-top: .2rem;
}

.app-faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.05rem 1.25rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  color: var(--app-ink);
  text-align: left;
}

.app-faq-item button b {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(200, 150, 46, .12);
  flex-shrink: 0;
  transition: transform .25s ease;
}

.app-faq-item button b::before,
.app-faq-item button b::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--app-gold);
}

.app-faq-item button b::before {
  width: 12px;
  height: 2px;
}

.app-faq-item button b::after {
  width: 2px;
  height: 12px;
  transition: transform .25s ease;
}

.app-faq-item.is-open button b {
  transform: rotate(45deg);
}

.app-faq-item.is-open button b::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.app-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

.app-faq-answer p {
  margin: 0 1.25rem 1.2rem;
  padding-top: .85rem;
  border-top: 1px solid rgba(11, 42, 31, .08);
  color: var(--app-muted);
  line-height: 1.65;
}

.app-consult-card {
  position: sticky;
  top: calc(var(--site-header-height, 65px) + 24px);
  padding: 1.65rem;
  border: 1px solid rgba(200, 150, 46, .35);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(200, 150, 46, .08), rgba(11, 42, 31, .02));
}

.app-consult-card h3 {
  margin: 0 0 .65rem;
  color: var(--app-ink);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.25;
}

.app-consult-card p {
  margin: 0 0 1rem;
  color: var(--app-muted);
  font-size: .88rem;
  line-height: 1.6;
}

.app-consult-card ul {
  display: grid;
  gap: .4rem;
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
}

.app-consult-card li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--app-ink);
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.45;
}

.app-consult-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .1rem;
  color: var(--app-gold);
  font-size: .8rem;
  font-weight: 800;
}

@media (max-width: 980px) {
  .app-faq-layout {
    grid-template-columns: 1fr;
  }

  .app-consult-card {
    position: static;
  }
}

.app-cta-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .6rem;
  margin: 1.2rem 0;
}

.app-cta-tags span {
  padding: .35rem .9rem;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 22px;
  color: #fff;
  font-size: .8rem;
  font-weight: 600;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

@media (hover: hover) {
  .app-cta-tags span:hover {
    transform: translateY(-2px);
    background: rgba(200, 150, 46, .2);
    border-color: var(--app-gold);
    box-shadow: 0 4px 14px rgba(196, 154, 60, .2);
  }
}

/* ===== Final CTA override (inquiry structure) ===== */
.app-final-cta .inquiry-container {
  position: relative;
  z-index: 1;
}

.app-final-cta .inquiry-bg {
  z-index: 0;
}
.app-final-cta .inquiry-head h2 {
  color: #fff;
  font-size: clamp(2.35rem, 3.65vw, 3rem);
  line-height: 1.05;
  margin-bottom: 1rem;
}

.app-final-cta .inquiry-head .section-intro {
  color: rgba(255, 255, 255, .66);
  font-size: 1rem;
  line-height: 1.75;
}

.app-final-cta .section-label {
  color: var(--app-gold-2);
  letter-spacing: .22em;
  margin-bottom: .95rem;
}

.app-final-cta .app-cta-tags {
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .app-final-cta {
    height: auto;
    overflow: visible;
    padding: 3rem 0;
  }

  .app-final-cta .inquiry-head h2 {
    font-size: clamp(1.6rem, 5.5vw, 2rem);
    line-height: 1.15;
  }
  .app-final-cta .inquiry-head .section-intro {
    font-size: .88rem;
    line-height: 1.65;
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .app-final-cta .app-cta-tags {
    gap: .45rem;
  }

  .app-final-cta .app-cta-tags span {
    font-size: .7rem;
    padding: .3rem .7rem;
  }
}

.app-hero__title,
.app-display h2,
.app-display h3,
.app-display p,
.app-process h2,
.app-process h3,
.app-process p {
  color: #fff;
}

.app-hero__highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.app-hero__highlights article {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding: .6rem .9rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  text-align: center;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

@media (hover: hover) {
  .app-hero__highlights article:hover {
    transform: translateY(-3px);
    border-color: rgba(200, 150, 46, .5);
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
  }
}

.app-hero__highlights strong {
  display: block;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.3;
}

.app-hero__highlights article > span {
  display: block;
  color: #fff;
  font-size: .72rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: .01em;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
}

.app-hero__highlights article > span::before {
  display: none;
}

/* ===== Challenges section mobile optimization ===== */
@media (max-width: 768px) {
  .app-challenges .app-section__head {
    text-align: left;
  }

  .app-value-row {
    gap: 0;
  }

  .app-value-row article {
    min-height: 64px;
    padding: .75rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(200, 150, 46, .15);
  }

  .app-value-row article:last-child {
    border-bottom: 0;
  }

  .app-challenge-layout {
    gap: 1rem;
  }

  .app-number-card {
    min-height: 140px;
    padding: 1.25rem 1rem 1.25rem 4.5rem;
  }

  .app-number-card > span {
    left: 1rem;
    top: 1.2rem;
    font-size: .9rem;
  }

  .app-number-card > .app-icon {
    left: 1rem;
    top: 3.4rem;
    width: 36px;
    height: 36px;
  }

  .app-banner--value {
    padding: 1rem;
  }

  .app-banner__title {
    border-right: 0;
    border-bottom: 1px solid rgba(200, 150, 46, .25);
    padding: 0 0 .75rem;
  }

  .app-action-strip {
    gap: .5rem;
    padding: .75rem;
  }

  .app-action-strip .app-btn {
    width: 100%;
    justify-content: center;
  }
}
