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


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

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

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

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

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

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

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

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

.cosm-hero__media img {
  display: none;
}

.cosm-hero__overlay {
  z-index: -1;
  height: 640px;
  background: none;
}

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

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

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

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

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

.cosm-hero__title-accent {
  color: var(--cosm-gold-2);
  font-size: 32px;
}

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

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

.cosm-hero__content .cosm-pill-row {
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 1.1rem;
  margin-bottom: 0;
  gap: .55rem;
}

.cosm-hero__content .cosm-pill-row span {
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .85);
  border: 1px solid rgba(255, 255, 255, .12);
  font-size: .7rem;
  padding: .38rem .8rem;
}

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

.cosm-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);
}

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

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

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

.cosm-hero__trust {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 960px;
  margin-top: 1.5rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .15);
  overflow: hidden;
}

.cosm-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;
}

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

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

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

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

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

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

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

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

.cosm-section__head h1,
.cosm-section__head h2,
.cosm-copy h2,
.cosm-display-copy h2,
.cosm-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;
}

#packaging-types-title,
#materials-title,
#project-examples-title { white-space: normal; }

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

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

/* ===== Anchor Navigation ===== */
.cosm-anchor-nav {
  position: sticky;
  top: var(--site-header-height, 66px);
  z-index: 90;
  height: var(--cosm-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);
}

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

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

.cosm-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(--cosm-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;
}

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

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

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

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

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

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

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

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

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

.cosm-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);
}

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

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

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

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

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

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

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

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

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

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

.cosm-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) {
  .cosm-number-card:hover {
    border-color: rgba(200, 150, 46, .45);
  }
}

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

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

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

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

.cosm-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(--cosm-gold-line);
  background: rgba(246, 239, 228, .78);
}

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

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

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

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

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

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

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

.cosm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  height: 46px;
  min-height: 46px;
  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;
}

.cosm-btn--primary {
  border: 1px solid var(--cosm-gold);
  background: #C49A3C;
  color: #0B2A1F;
}

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

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

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

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

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

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

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

.cosm-pill-row span,
.cosm-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(--cosm-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) {
  .cosm-pill-row span:hover,
  .cosm-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);
  }
}

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

.cosm-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) {
  .cosm-product-card:hover {
    border-color: rgba(196, 154, 60, .36);
  }
}

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

.cosm-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.25, .8, .25, 1);
}

.cosm-product-card:hover .cosm-product-card__image img {
  transform: scale(1.05);
}

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

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

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

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

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

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

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

.cosm-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(--cosm-ink);
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
}

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

.cosm-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);
}

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

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

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

.cosm-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) {
  .cosm-scenario-card:hover {
    border-color: rgba(196, 154, 60, .36);
  }
}

.cosm-scenario-card img {
  height: 240px;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.25, .8, .25, 1);
}

.cosm-scenario-card:hover img {
  transform: scale(1.05);
}

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

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

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

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

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

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

.cosm-inserts-split .cosm-slim-card h3::after {
  display: none;
}

.cosm-shipping {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .98), rgba(255, 255, 255, 0) 36rem),
    linear-gradient(180deg, #fffaf2 0%, #fbf7ee 100%);
}

.cosm-shipping .cosm-section__head {
  max-width: 960px;
  margin-bottom: clamp(2rem, 3.2vw, 2.75rem);
}

.cosm-shipping .cosm-section__head h2 {
  max-width: 890px;
  margin: 0 auto;
  font-size: clamp(2.35rem, 3.45vw, 3.55rem);
  line-height: 1.08;
}

.cosm-shipping-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.05rem, 1.8vw, 1.45rem);
}

.cosm-shipping-card {
  display: grid;
  grid-template-columns: minmax(245px, .92fr) minmax(0, 1fr);
  gap: clamp(1rem, 1.45vw, 1.38rem);
  align-items: stretch;
  min-height: 356px;
  padding: .65rem clamp(.65rem, 1vw, .82rem);
  border: 1px solid rgba(196, 154, 60, .24);
  border-radius: 18px;
  background: rgba(255, 253, 248, .9);
  box-shadow: 0 18px 46px rgba(54, 42, 20, .07);
}

.cosm-shipping-card__media {
  min-height: 100%;
  overflow: hidden;
  border-radius: 13px;
  background: #f1eadf;
}

.cosm-shipping-card__media img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  object-position: center;
  transition: transform .55s cubic-bezier(.25, .8, .25, 1);
}

.cosm-shipping-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(.85rem, 1.15vw, 1.1rem) clamp(.5rem, .85vw, .75rem);
}

.cosm-shipping-card h3 {
  margin: 0 0 clamp(.62rem, .95vw, .85rem);
  color: var(--cosm-ink);
  font-size: clamp(1.28rem, 1.55vw, 1.55rem);
  font-weight: 800;
  line-height: 1.16;
  text-wrap: balance;
}

.cosm-channel-list {
  display: grid;
  gap: .58rem;
}

.cosm-channel-point {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: .65rem;
  align-items: start;
  padding-bottom: .58rem;
  border-bottom: 1px solid rgba(196, 154, 60, .24);
}

.cosm-channel-point:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.cosm-channel-point__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(196, 154, 60, .12);
}

.cosm-channel-point__icon .cosm-icon {
  width: 24px;
  height: 24px;
}

.cosm-channel-point p {
  margin: 0;
  color: #293b36;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.43;
}

.cosm-channel-point strong {
  display: block;
  margin: 0 0 .2rem;
  color: var(--cosm-ink);
  font-size: 14.5px !important;
  font-weight: 800;
  line-height: 1.25;
}

@media (hover: hover) {
  .cosm-shipping-card:hover .cosm-shipping-card__media img {
    transform: scale(1.045);
  }
}

@media (max-width: 1180px) {
  .cosm-shipping-grid {
    grid-template-columns: 1fr;
  }

  .cosm-shipping-card {
    grid-template-columns: minmax(280px, .82fr) minmax(0, 1fr);
    min-height: 300px;
  }

  .cosm-shipping-card__media img {
    min-height: 284px;
  }
}

@media (max-width: 640px) {
  .cosm-shipping .cosm-section__head h2 {
    font-size: 24px !important;
  }

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

  .cosm-shipping-card__media img {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .cosm-shipping-card__body {
    padding: 1rem .8rem 1.1rem;
  }

  .cosm-channel-point {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: .7rem;
  }

  .cosm-channel-point__icon {
    width: 38px;
    height: 38px;
  }

  .cosm-channel-point__icon .cosm-icon {
    width: 24px;
    height: 24px;
  }
}

.cosm-project-examples {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .96), rgba(251, 247, 238, 0) 34rem),
    linear-gradient(180deg, #fbf7ee 0%, #fffaf4 100%);
}

.cosm-project-examples .cosm-section__head {
  max-width: 820px;
  margin-bottom: clamp(2rem, 3.4vw, 2.9rem);
}

.cosm-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.2vw, 2rem);
}

.cosm-project-card {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(290px, 1fr);
  height: 380px;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 24, .1);
  border-radius: 18px;
  background: rgba(255, 253, 248, .88);
  box-shadow: 0 18px 42px rgba(54, 42, 20, .08);
}

.cosm-project-card__media {
  height: 380px;
  overflow: hidden;
  background: #efe7da;
}

.cosm-project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .55s cubic-bezier(.25, .8, .25, 1);
}

@media (hover: hover) {
  .cosm-project-card:hover .cosm-project-card__media img {
    transform: scale(1.045);
  }
}

.cosm-project-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.45rem, 2.25vw, 2rem);
}

.cosm-project-card__body h3 {
  margin: 0 0 1.45rem;
  color: var(--cosm-ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.18;
}

.cosm-project-specs {
  display: grid;
  gap: .78rem;
  margin: 0;
}

.cosm-project-specs div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: .72rem;
  align-items: start;
}

.cosm-project-specs dt {
  color: var(--cosm-ink);
  font-size: .875rem;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

.cosm-project-specs dd {
  min-width: 0;
  margin: 0;
  padding-left: .86rem;
  border-left: 2px solid rgba(196, 154, 60, .78);
  color: #2e3b37;
  font-size: .875rem;
  line-height: 1.45;
}

.cosm-project-specs div:last-child dd {
  font-size: .75rem;
}

@media (max-width: 1180px) {
  .cosm-project-grid {
    grid-template-columns: 1fr;
  }

  .cosm-project-card {
    grid-template-columns: minmax(0, .92fr) minmax(320px, 1fr);
  }

  .cosm-project-card__media img {
    min-height: 330px;
  }
}

@media (max-width: 768px) {
  .cosm-hero,
  .cosm-hero__inner {
    height: 690px !important;
  }

  .cosm-project-examples .cosm-section__head {
    margin-bottom: 1.7rem;
  }

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

  .cosm-project-card__media img {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .cosm-project-card__body {
    padding: 1.25rem;
  }

  .cosm-project-card__body h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }

  .cosm-project-specs {
    gap: .68rem;
  }

  .cosm-project-specs div {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: .64rem;
  }

  .cosm-project-specs dt,
  .cosm-project-specs dd {
    font-size: .88rem;
  }
}

@media (max-width: 430px) {
  .cosm-project-specs div {
    grid-template-columns: 1fr;
    gap: .28rem;
  }

  .cosm-project-specs dd {
    padding-left: .72rem;
  }
}

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

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

.cosm-insert-visual img {
  aspect-ratio: 3 / 4;
  width: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.25, .8, .25, 1);
}

.cosm-insert-visual a { display: block; cursor: zoom-in; }

/* ---- Lightbox ---- */
.cosm-lightbox {
  position: fixed; inset: 0; z-index: 9999; display: flex;
  align-items: center; justify-content: center;
}
.cosm-lightbox__backdrop {
  position: absolute; inset: 0; background: rgba(0,0,0,.85);
}
.cosm-lightbox__content {
  position: relative; max-width: 90vw; max-height: 90vh;
}
.cosm-lightbox__content img {
  max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 8px;
}
.cosm-lightbox__close {
  position: absolute; top: -40px; right: 0; background: none; border: none;
  color: #fff; font-size: 2rem; cursor: pointer; line-height: 1;
}

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

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

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

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

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

@media (hover: hover) {
  .cosm-info-grid article:hover {
    border-color: rgba(196, 154, 60, .36);
  }
}

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

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

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

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

.cosm-mini-cta,
.cosm-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;
}

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

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

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

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

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

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

.cosm-inserts-split .cosm-insert-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cosm-insert-subtitle {
  margin: 0 0 .75rem;
  font-size: .9rem;
  font-weight: 700;
  color: var(--cosm-ink);
}

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

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

.cosm-inserts-split .cosm-slim-card img {
  height: 160px;
}

.cosm-slim-card:hover img {
  transform: scale(1.05);
}

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

@media (hover: hover) {
  .cosm-slim-card:hover {
    border-color: rgba(196, 154, 60, .36);
  }
}

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

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

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

.cosm-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(--cosm-gold-line);
}

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

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

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

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

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

.cosm-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) {
  .cosm-print-panel article:hover {
    background: rgba(200, 150, 46, .06);
  }
}

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

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

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

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

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

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

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

.cosm-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) {
  .cosm-finish-card:hover {
    border-color: rgba(196, 154, 60, .36);
  }
}

.cosm-finish-card img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  background: #f2eee7;
  flex-shrink: 0;
  transition: transform .5s cubic-bezier(.25, .8, .25, 1);
}

.cosm-finish-card:hover img {
  transform: scale(1.05);
}

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

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

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

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

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

.cosm-display,
.cosm-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;
}

.cosm-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/cosmetics-packaging/custom-cosmetics-beauty-packaging.webp') center/cover no-repeat;
}

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

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

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

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

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

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

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

.cosm-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(--cosm-gold-2);
  box-shadow: inset 0 0 0 6px rgba(255, 253, 248, .82);
}

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

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

.cosm-outline-tags span {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 1rem;
  border: 1px solid var(--cosm-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) {
  .cosm-outline-tags span:hover {
    transform: translateY(-2px);
    background: rgba(200, 150, 46, .2);
    border-color: var(--cosm-gold);
    box-shadow: 0 4px 14px rgba(196, 154, 60, .2);
  }
}

.cosm-quality-tags span {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 1rem;
  border: 1px solid var(--cosm-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) {
  .cosm-quality-tags span:hover {
    transform: translateY(-2px);
    background: rgba(200, 150, 46, .15);
    border-color: var(--cosm-gold-2);
    box-shadow: 0 4px 14px rgba(196, 154, 60, .2);
  }
}

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

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

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

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

.cosm-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);
}

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

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

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

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

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

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

.cosm-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(--cosm-gold-line);
  border-radius: 22px;
  background: rgba(251, 247, 238, .68);
}

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

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

.cosm-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) {
  .cosm-process-card:hover {
    border-color: rgba(196, 154, 60, .36);
  }
}

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

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

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

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

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

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

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

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

.cosm-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) {
  .cosm-quality-card:hover {
    border-color: rgba(196, 154, 60, .36);
  }
}

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

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

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

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

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

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

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

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

.cosm-sustainable-card > div,
.cosm-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(--cosm-line);
  border-radius: 22px;
  background: rgba(251, 247, 238, .7);
  text-align: center;
}

.cosm-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);
}

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

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

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

.cosm-sustainable--support {
  scroll-margin-top: calc(var(--site-header-height, 65px) + var(--cosm-anchor-nav-height, 48px) + 18px);
  overflow: hidden;
  background:
    linear-gradient(180deg, #fffaf1 0%, #fbf4e8 48%, #fffaf1 100%);
}

.cosm-sustainable--support .cosm-sustain-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.cosm-sustain-head {
  max-width: 920px;
  margin: 0 auto 1rem;
  text-align: center;
}

.cosm-sustain-head h2 {
  margin: 0;
  color: var(--cosm-ink);
  font-size: clamp(2.25rem, 4vw, 4.15rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.cosm-sustain-head p {
  max-width: 790px;
  margin: 1rem auto 0;
  color: var(--cosm-muted);
  font-size: clamp(1rem, 1.14vw, 1.16rem);
  line-height: 1.7;
}

.cosm-sustain-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(2rem, 4.2vw, 3.8rem);
  align-items: center;
}

.cosm-sustain-visual {
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 28px;
  background: rgba(255, 253, 248, .92);
  box-shadow: 0 24px 58px rgba(11, 42, 31, .12);
}

.cosm-sustain-visual figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #efe6d7;
}

.cosm-sustain-main {
  border-radius: 22px 22px 6px 6px;
}

.cosm-sustain-main img {
  width: 100%;
  aspect-ratio: 1.82 / 1;
  object-fit: cover;
}

.cosm-sustain-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 6px;
}

.cosm-sustain-thumbs img {
  width: 100%;
  aspect-ratio: 1.32 / 1;
  object-fit: cover;
}

.cosm-sustain-thumbs .cosm-sustain-wide {
  grid-column: 1 / -1;
  border-radius: 6px 6px 22px 22px;
}

.cosm-sustain-wide img {
  aspect-ratio: 2.7 / 1;
}

.cosm-sustain-main figcaption,
.cosm-sustain-thumbs figcaption {
  position: absolute;
  left: clamp(.75rem, 1.4vw, 1rem);
  bottom: clamp(.75rem, 1.4vw, 1rem);
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  max-width: calc(100% - 1.5rem);
  min-height: 34px;
  padding: .45rem .72rem;
  border-radius: 8px;
  background: rgba(7, 43, 31, .92);
  color: #fffdf8;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.25;
  box-shadow: 0 12px 28px rgba(11, 42, 31, .18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cosm-sustain-thumbs figcaption {
  min-height: 30px;
  padding: .36rem .56rem;
  font-size: .72rem;
}

.cosm-sustain-main figcaption .cosm-icon,
.cosm-sustain-thumbs figcaption .cosm-icon {
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(66%) sepia(38%) saturate(675%) hue-rotate(5deg) brightness(91%) contrast(86%);
}

.cosm-sustain-panel {
  display: grid;
  gap: .8rem;
}

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

.cosm-sustain-stat-grid article {
  display: grid;
  place-items: center;
  min-height: 96px;
  padding: .8rem .6rem;
  border: 1px solid rgba(196, 154, 60, .22);
  border-radius: 14px;
  background: rgba(255, 253, 248, .82);
  box-shadow: 0 16px 36px rgba(11, 42, 31, .08);
  text-align: center;
}

.cosm-sustain-stat-grid strong {
  position: relative;
  display: inline-block;
  padding-bottom: .5rem;
  color: var(--cosm-ink);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 900;
  line-height: 1;
}

.cosm-sustain-stat-grid strong small {
  margin-left: .2rem;
  font-size: .38em;
  font-weight: 900;
  line-height: 1;
  vertical-align: baseline;
}

.cosm-sustain-stat-grid strong::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 42px;
  height: 2px;
  background: var(--cosm-gold);
  transform: translateX(-50%);
}

.cosm-sustain-stat-grid span {
  display: block;
  margin-top: .5rem;
  color: var(--cosm-muted);
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.35;
}

.cosm-sustain-copy {
  margin: .6rem 0 0;
  color: var(--cosm-muted);
  font-size: 1.04rem;
  line-height: 1.68;
}

.cosm-sustain-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}

.cosm-sustain-option-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: .72rem;
  min-height: 78px;
  padding: .9rem .95rem;
  border: 1px solid rgba(196, 154, 60, .22);
  border-radius: 12px;
  background: rgba(255, 253, 248, .9);
  box-shadow: 0 10px 24px rgba(11, 42, 31, .06);
}

.cosm-sustain-option-grid .cosm-icon {
  width: 34px;
  height: 34px;
}

.cosm-sustain-option-grid span {
  color: var(--cosm-ink);
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.28;
}

.cosm-sustain-option-wide {
  grid-column: 2 / 3;
}

.cosm-sustain-cta {
  width: min(100%, 430px);
  margin: .15rem auto 0;
  border-color: #C49A3C;
  background: #C49A3C;
  color: #0B2A1F;
  box-shadow: 0 14px 30px rgba(11, 42, 31, .18);
}

.cosm-why {
  overflow: hidden;
}

.cosm-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);
}

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

.cosm-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) {
  .cosm-why-card:hover {
    border-color: rgba(196, 154, 60, .36);
  }
}

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

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

.cosm-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

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

.cosm-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(--cosm-ink);
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  text-align: left;
}

.cosm-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(--cosm-gold);
  transition: transform .25s ease;
}

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

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

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

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

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

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

.cosm-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .cosm-hero__content .cosm-pill-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem .6rem;
    width: 100%;
    max-width: 300px;
    margin-top: .95rem;
  }

  .cosm-hero__content .cosm-pill-row span {
    width: 100%;
    min-height: 38px;
    justify-content: center;
    padding: .36rem .6rem;
    border-radius: 16px;
    font-size: .68rem;
    line-height: 1.12;
    text-align: center;
    white-space: nowrap;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 520px) {
  .cosm-hero,
  .cosm-hero__inner {
    height: 730px !important;
  }

  .cosm-container {
    padding: 0 16px;
  }

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

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

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

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

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

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

.cosm-page .cosm-hero__title {
  font-size: 42px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cosm-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;
}

.cosm-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;
}

.cosm-paper-material-card > img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #f2eee7;
  flex: 0 0 auto;
  transition: transform .5s cubic-bezier(.25, .8, .25, 1);
}

.cosm-paper-material-card:hover > img {
  transform: scale(1.05);
}

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

.cosm-paper-material-card h3 {
  margin: 0;
  color: var(--cosm-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;
}

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

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

.cosm-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(--cosm-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) {
  .cosm-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) {
  .cosm-paper-material-card:hover {
    border-color: rgba(196, 154, 60, .36);
  }
}

.cosm-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;
}

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

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

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

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

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

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

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

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

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

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

.cosm-faq-item {
  background: #fff;
  border: 1px solid rgba(196, 154, 60, .22);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .3s ease, box-shadow .3s ease, transform .2s ease;
}

.cosm-faq-item:hover {
  box-shadow: 0 4px 18px rgba(15, 35, 24, .06);
  transform: translateY(-1px);
}

.cosm-faq-item.is-open {
  border-color: var(--cosm-gold);
  box-shadow: 0 6px 24px rgba(15, 35, 24, .07);
}

.cosm-faq-item.is-open:hover {
  transform: none;
}

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

.cosm-faq-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--cosm-green, #0f2318);
  stroke-width: 2;
  stroke-linecap: round;
  pointer-events: none;
  transition: transform .25s ease;
}

.cosm-faq-item.is-open .cosm-faq-icon {
  transform: rotate(45deg);
  stroke: var(--cosm-gold);
}

.cosm-faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .35s ease, opacity .3s ease;
}

.cosm-faq-item:not(.is-open) .cosm-faq-answer {
  max-height: 0 !important;
  opacity: 0;
}

.cosm-faq-item.is-open .cosm-faq-answer {
  opacity: 1;
}

.cosm-faq-answer p {
  margin: 0;
  padding: 0 24px 22px;
  border-top: 1px solid rgba(196, 154, 60, .18);
  padding-top: 18px;
  color: var(--cosm-muted);
  font-size: .94rem;
  line-height: 1.58;
}

/* ---- FAQ Section (matching gift-box pattern) ---- */
.cosm-faq-section {
  background: var(--cosm-cream, #f9f3e8);
  padding: clamp(3rem, 5vw, 4.5rem) 0;
}

.cosm-faq-head {
  margin-bottom: clamp(1.6rem, 3vw, 2.2rem);
}

.cosm-faq-head .cosm-eyebrow {
  justify-content: flex-start;
}

.cosm-faq-head h2 {
  margin: .5rem 0 .7rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.cosm-faq-head p {
  max-width: 820px;
  color: var(--cosm-muted);
  font-size: .95rem;
  line-height: 1.5;
}

.cosm-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: start;
}

.cosm-faq-help {
  position: sticky;
  top: calc(var(--site-header-height, 65px) + 24px);
  padding: 1.65rem;
  border: none;
  border-radius: 16px;
  background: #0B2A1F;
}

.cosm-faq-help__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(196, 154, 60, .15);
}

.cosm-faq-help__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--cosm-gold);
  stroke-width: 1.8;
}

.cosm-faq-help h3 {
  margin: 0 0 .5rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
}

.cosm-faq-help p {
  margin: 0 0 .9rem;
  color: rgba(255, 255, 255, .72);
  font-size: .88rem;
  line-height: 1.55;
}

.cosm-faq-help__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.1rem;
  display: flex;
  flex-direction: column;
  gap: .45rem;
}

.cosm-faq-help__list li {
  padding-left: 1.35rem;
  position: relative;
  color: rgba(255, 255, 255, .8);
  font-size: .87rem;
}

.cosm-faq-help__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--cosm-gold);
  transform: rotate(45deg);
}

.cosm-faq-help__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: .75rem 1.5rem;
  border: none;
  border-radius: 10px;
  background: #C49A3C;
  color: #0B2A1F;
  font-weight: 800;
  font-size: .92rem;
  text-decoration: none;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.cosm-faq-help__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(196, 154, 60, .35);
  background: #d4aa4c;
}

/* Responsive */
@media (max-width: 980px) {
  .cosm-faq-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cosm-faq-help {
    position: static;
  }
}

@media (max-width: 768px) {
  .cosm-faq-section {
    padding: 2.5rem 0;
  }
  .cosm-faq-head h2 {
    font-size: 1.7rem;
  }
  .cosm-faq-head p {
    font-size: .88rem;
  }
}

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

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

.cosm-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) {
  .cosm-cta-tags span:hover {
    transform: translateY(-2px);
    background: rgba(200, 150, 46, .2);
    border-color: var(--cosm-gold);
    box-shadow: 0 4px 14px rgba(196, 154, 60, .2);
  }
}

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

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

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

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

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

@media (max-width: 768px) {
  .cosm-final-cta {
    min-height: 520px;
    height: auto;
    overflow: visible;
    padding: 4.8rem 0;
  }

  .cosm-final-cta .inquiry-head {
    margin-bottom: 2rem;
  }

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

  .cosm-final-cta .inquiry-actions {
    margin-top: .25rem;
  }

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

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

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

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

.cosm-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) {
  .cosm-hero__highlights article:hover {
    border-color: rgba(200, 150, 46, .5);
    background: rgba(255, 255, 255, .1);
  }
}

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

.cosm-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1180px) {
  .cosm-sustain-support-grid {
    grid-template-columns: 1fr;
  }

  .cosm-sustain-panel {
    max-width: 860px;
    margin: 0 auto;
  }
}

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

  .cosm-sustain-option-wide {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 50%);
  }
}

@media (max-width: 640px) {
  .cosm-sustainable--support {
    padding-top: 2.7rem;
  }

  .cosm-sustain-head {
    margin-bottom: 1.55rem;
  }

  .cosm-sustain-head h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .cosm-sustain-support-grid {
    gap: 1.4rem;
  }

  .cosm-sustain-visual {
    order: -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    padding: 4px;
    border-radius: 18px;
  }

  .cosm-sustain-panel {
    order: 0;
  }

  .cosm-sustain-visual figure,
  .cosm-sustain-thumbs figure,
  .cosm-sustain-thumbs figure:first-child,
  .cosm-sustain-thumbs figure:last-child,
  .cosm-sustain-thumbs .cosm-sustain-wide {
    border-radius: 10px;
  }

  .cosm-sustain-main img,
  .cosm-sustain-thumbs img,
  .cosm-sustain-wide img {
    aspect-ratio: 16 / 9;
  }

  .cosm-sustain-thumbs {
    display: contents;
  }

  .cosm-sustain-thumbs .cosm-sustain-wide {
    grid-column: auto;
  }

  .cosm-sustain-main figcaption,
  .cosm-sustain-thumbs figcaption {
    left: .45rem;
    bottom: .45rem;
    gap: .25rem;
    max-width: calc(100% - .9rem);
    min-height: 24px;
    padding: .25rem .36rem;
    border-radius: 6px;
    font-size: .58rem;
    line-height: 1.15;
    box-shadow: 0 8px 18px rgba(11, 42, 31, .16);
  }

  .cosm-sustain-main figcaption .cosm-icon,
  .cosm-sustain-thumbs figcaption .cosm-icon {
    width: 13px;
    height: 13px;
  }

  .cosm-sustain-stat-grid,
  .cosm-sustain-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .62rem;
  }

  .cosm-sustain-option-wide {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
  }

  .cosm-sustain-stat-grid article {
    min-height: 92px;
    padding: .75rem .45rem;
  }

  .cosm-sustain-option-grid article {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: .52rem;
    min-height: 68px;
    padding: .66rem .58rem;
  }

  .cosm-sustain-option-grid .cosm-icon {
    width: 28px;
    height: 28px;
  }

  .cosm-sustain-option-grid span {
    font-size: .82rem;
    line-height: 1.2;
  }

  .cosm-sustain-cta {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .cosm-sustain-main figcaption,
  .cosm-sustain-thumbs figcaption {
    left: .55rem;
    bottom: .55rem;
    max-width: calc(100% - 1.1rem);
    font-size: .68rem;
  }
}

/* ===== Global H3 font-size (overrides all h3 variants) ===== */
.cosm-page h3 {
  font-size: 22px !important;
}

/* ===== Responsive interaction fixes ===== */
@media (max-width: 1180px) {
  .cosm-anchor-nav__inner {
    justify-content: flex-start;
    padding: 0 20px;
    scroll-padding-inline: 20px;
  }

  #packaging-types-title,
  #applications-title,
  #materials-title,
  #inserts-title,
  #project-examples-title {
    white-space: normal;
  }

  .cosm-section__head h2,
  .cosm-copy h2,
  .cosm-display-copy h2,
  .cosm-sustain-head h2 {
    overflow-wrap: anywhere;
  }
}

body.cosm-lightbox-open {
  overflow: hidden;
}

.cosm-lightbox[aria-hidden="true"] {
  display: none !important;
}

.cosm-lightbox__close:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .68);
  outline-offset: 4px;
}

@media (max-width: 768px) {
  .cosm-project-card {
    height: auto;
  }

  .cosm-project-card__media {
    height: auto;
  }

  .cosm-project-card__media img {
    display: block;
    height: clamp(210px, 58vw, 270px);
    min-height: 0;
  }

  .cosm-project-card__body {
    justify-content: flex-start;
  }

  .cosm-finish-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .78rem;
  }

  .cosm-finish-grid--second {
    margin-top: .78rem;
  }

  .cosm-finish-card {
    border-radius: 16px;
  }

  .cosm-finish-card img {
    height: clamp(82px, 24vw, 110px);
  }

  .cosm-finish-card__body {
    min-height: 46px;
    height: auto;
    padding: .55rem .4rem;
  }

  .cosm-finish-card h4 {
    font-size: 13px;
    line-height: 1.15;
  }

  .cosm-page ~ #site-footer .sticky-wa {
    right: 14px;
    bottom: max(12px, env(safe-area-inset-bottom));
    flex-direction: row;
    align-items: center;
    gap: .4rem;
  }

  body.vvb-cookie-banner-visible .cosm-page ~ #site-footer .sticky-wa {
    display: none;
  }

  .cosm-page ~ #site-footer .sticky-btt-btn,
  .cosm-page ~ #site-footer .sticky-wa-btn,
  .cosm-page ~ #site-footer .sticky-email-btn,
  .cosm-page ~ #site-footer .sticky-quote-btn {
    width: 36px;
    height: 36px;
  }

  .cosm-page ~ #site-footer .sticky-btt-btn svg,
  .cosm-page ~ #site-footer .sticky-wa-btn svg,
  .cosm-page ~ #site-footer .sticky-email-btn svg,
  .cosm-page ~ #site-footer .sticky-quote-btn svg {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 640px) {
  .cosm-page ~ #site-footer .sticky-wa {
    display: none;
  }
}

/* ---- Inquiry CTA (matching gift-box) ---- */
.cosm-page #inquiry {
  min-height: 340px;
  position: relative;
  overflow: visible;
}

.cosm-page #inquiry .inquiry-container {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gift-inquiry-bg {
  background:
    radial-gradient(circle at 18% 0, rgba(196, 154, 60, .11), transparent 35%),
    linear-gradient(130deg, var(--color-green-950, #0B2A1F) 0%, #0d2a1c 52%, #123520 100%);
}
/* Hero pill alignment polish */
.cosm-hero__content .cosm-pill-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: min(100%, 620px);
  max-width: 620px;
  gap: 8px;
  margin: .2rem 0 1.15rem;
}

.cosm-hero__content .cosm-pill-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  width: auto;
  padding: .42rem .78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .9);
  font-size: .74rem;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 8px 18px rgba(0, 0, 0, .16);
}

@media (max-width: 768px) {
  .cosm-hero__content .cosm-pill-row {
    width: min(100%, 360px);
    max-width: none;
    justify-content: center;
    margin: .25rem auto 1rem;
    gap: 8px;
  }

  .cosm-hero__content .cosm-pill-row span {
    min-height: 30px;
    padding-inline: .68rem;
  }
}

@media (max-width: 360px) {
  .cosm-hero__content .cosm-pill-row span {
    white-space: normal;
  }
}

.cosm-final-cta .inquiry-head .section-intro {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
  overflow: visible;
  text-overflow: clip;
  max-width: 760px;
}

/* Section heading alignment polish */
.cosm-page .cosm-section__head,
.cosm-page .cosm-faq-head,
.cosm-page .cosm-final-cta .inquiry-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.cosm-page .cosm-section__head .cosm-eyebrow,
.cosm-page .cosm-faq-head .cosm-eyebrow {
  justify-content: center;
}

.cosm-page .cosm-section__head h1,
.cosm-page .cosm-section__head h2,
.cosm-page .cosm-faq-head h2,
.cosm-page .cosm-final-cta .inquiry-head h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.cosm-page .cosm-section__head p,
.cosm-page .cosm-faq-head p,
.cosm-page .cosm-final-cta .inquiry-head .section-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 769px) {
  .cosm-page #applications-title {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(1.55rem, 3vw, 2.25rem) !important;
  }
}

/* ===== Corporate gift conversion enhancements ===== */
.cosm-hero__secondary {
  border-color: rgba(11, 42, 31, .32);
  background: rgba(255, 255, 255, .76);
  color: var(--cosm-ink);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.cosm-hero__content .cosm-hero__microcopy {
  margin: .8rem 0 0;
  color: rgba(11, 42, 31, .7) !important;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.45;
}

.cosm-quote-ready {
  background:
    radial-gradient(circle at 12% 0%, rgba(196, 154, 60, .13), transparent 28rem),
    linear-gradient(180deg, #fffdf8 0%, #f7f0e5 100%);
  border-bottom: 1px solid rgba(11, 42, 31, .08);
}

.cosm-quote-ready .cosm-section__head {
  max-width: 880px;
}

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

.cosm-quote-ready__card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: .9rem;
  min-height: 190px;
  padding: 1.35rem;
  border: 1px solid rgba(11, 42, 31, .11);
  border-radius: 16px;
  background: rgba(255, 253, 248, .92);
  box-shadow: 0 14px 30px rgba(11, 42, 31, .06);
}

.cosm-quote-ready__card .cosm-icon {
  width: 40px;
  height: 40px;
}

.cosm-quote-ready__card h3 {
  margin: .15rem 0 .55rem;
  color: var(--cosm-ink);
  font-size: 1.05rem !important;
  font-weight: 800;
  line-height: 1.25;
}

.cosm-quote-ready__card p {
  margin: 0;
  font-size: .88rem !important;
  line-height: 1.6;
}

.cosm-quote-ready__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(196, 154, 60, .25);
  border-radius: 16px;
  background: var(--cosm-dark);
  box-shadow: 0 18px 36px rgba(11, 42, 31, .12);
}

.cosm-quote-ready__facts div {
  padding: 1.15rem 1rem;
  text-align: center;
}

.cosm-quote-ready__facts div + div {
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.cosm-quote-ready__facts strong,
.cosm-quote-ready__facts span {
  display: block;
}

.cosm-quote-ready__facts strong {
  color: #e1ba62;
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.2;
}

.cosm-quote-ready__facts span {
  margin-top: .34rem;
  color: rgba(255, 255, 255, .76);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.35;
}

.cosm-quote-ready__action,
.cosm-blueprint-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 1.25rem;
}

.cosm-quote-ready__action p {
  max-width: 560px;
  margin: 0;
  font-size: .76rem !important;
  line-height: 1.5;
}

.cosm-blueprint-note {
  justify-content: space-between;
  margin-top: 1.6rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(196, 154, 60, .3);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 253, 248, .98), rgba(246, 239, 228, .92));
  box-shadow: 0 14px 30px rgba(11, 42, 31, .06);
}

.cosm-blueprint-note p {
  max-width: 760px;
  margin: 0;
  font-size: .88rem !important;
  line-height: 1.55;
}

.cosm-blueprint-note p strong {
  color: var(--cosm-ink);
}

.cosm-quote-ready__action .cosm-btn,
.cosm-blueprint-note .cosm-btn {
  flex: 0 0 auto;
}

@media (hover: hover) {
  .cosm-quote-ready__card {
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  }

  .cosm-quote-ready__card:hover {
    transform: translateY(-2px);
    border-color: rgba(196, 154, 60, .48);
    box-shadow: 0 18px 36px rgba(11, 42, 31, .09);
  }
}

@media (max-width: 1180px) {
  .cosm-quote-ready__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cosm-quote-ready__card {
    min-height: 160px;
  }
}

@media (max-width: 768px) {
  .cosm-hero__actions {
    justify-content: center;
  }

  .cosm-hero__content .cosm-hero__microcopy {
    margin-inline: auto;
    text-align: center;
  }

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

  .cosm-quote-ready__facts div:nth-child(3) {
    border-left: 0;
  }

  .cosm-quote-ready__facts div:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .cosm-quote-ready__action,
  .cosm-blueprint-note {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .cosm-quote-ready__action p,
  .cosm-blueprint-note p {
    margin-inline: auto;
  }

  .cosm-quote-ready__action .cosm-btn,
  .cosm-blueprint-note .cosm-btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .cosm-quote-ready__grid {
    grid-template-columns: 1fr;
  }

  .cosm-quote-ready__card {
    min-height: 0;
    padding: 1.1rem;
  }

  .cosm-quote-ready__facts strong {
    font-size: 1rem;
  }

  .cosm-blueprint-note {
    padding: 1.15rem;
  }
}

/* ===== Corporate Gift Materials & Finishes ===== */
.cosm-material-finishes {
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 34rem),
    linear-gradient(180deg, #fcfaf5 0%, #f9f5ec 100%);
}

.cosm-material-finishes .cosm-section__head {
  max-width: 1040px;
  margin-bottom: clamp(2rem, 3.4vw, 2.8rem);
}

.cosm-material-finishes .cosm-section__head h2 {
  color: var(--cosm-dark);
}

.cosm-material-finishes .cosm-section__head p {
  max-width: 980px;
}

.cosm-mf-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 1fr);
  gap: clamp(1rem, 1.7vw, 1.5rem);
  align-items: stretch;
}

.cosm-mf-panel {
  min-width: 0;
  padding: clamp(1.15rem, 1.8vw, 1.65rem);
  border: 1px solid rgba(196, 154, 60, .22);
  border-radius: 22px;
  background: rgba(255, 253, 249, .9);
  box-shadow: 0 14px 34px rgba(15, 35, 24, .065);
}

.cosm-mf-panel__head {
  display: flex;
  align-items: center;
  gap: .85rem;
  min-height: 40px;
  margin-bottom: 1.1rem;
}

.cosm-mf-panel__head > .cosm-icon {
  width: 36px;
  height: 36px;
}

.cosm-mf-panel__head h3 {
  flex: 0 0 auto;
  margin: 0;
  color: var(--cosm-dark);
  font-size: 22px !important;
  font-weight: 800;
  line-height: 1.15;
}

.cosm-mf-panel__line {
  height: 1px;
  flex: 1 1 auto;
  min-width: 32px;
  background: linear-gradient(90deg, rgba(196, 154, 60, .68), rgba(196, 154, 60, .25));
}

.cosm-mf-material-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: .8rem;
  height: calc(100% - 57px);
}

.cosm-mf-material-card {
  display: grid;
  grid-template-columns: minmax(112px, 40%) minmax(0, 1fr);
  min-height: 184px;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 24, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 7px 18px rgba(15, 35, 24, .045);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .22s ease, box-shadow .22s ease;
}

.cosm-mf-material-card:focus-visible {
  outline: 3px solid rgba(196, 154, 60, .48);
  outline-offset: 3px;
}

.cosm-mf-material-card > img {
  width: 100%;
  height: 100%;
  min-height: 184px;
  object-fit: cover;
  background: #eee8de;
  filter: saturate(.72) sepia(.04);
  transition: transform .45s cubic-bezier(.25, .8, .25, 1), filter .3s ease;
}

.cosm-mf-material-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 1rem .95rem;
}

.cosm-mf-material-card h4 {
  margin: 0 0 .55rem;
  color: var(--cosm-dark);
  font-size: 16px !important;
  font-weight: 800;
  line-height: 1.25;
}

.cosm-mf-material-card p {
  margin: 0;
  color: var(--cosm-muted);
  font-size: 13px !important;
  font-weight: 500;
  line-height: 1.52;
}

.cosm-mf-right {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(1rem, 1.7vw, 1.5rem);
  min-width: 0;
}

.cosm-mf-finishes {
  display: flex;
  flex-direction: column;
}

.cosm-mf-finish-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: .8rem;
  flex: 1 1 auto;
}

.cosm-mf-finish-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 24, .1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(15, 35, 24, .045);
  transition: border-color .22s ease, box-shadow .22s ease;
}

.cosm-mf-finish-card img {
  width: 100%;
  height: 112px;
  flex: 1 1 auto;
  min-height: 96px;
  object-fit: cover;
  background: #eee8de;
  filter: saturate(.68) sepia(.035);
  transition: transform .45s cubic-bezier(.25, .8, .25, 1), filter .3s ease;
}

.cosm-mf-finish-card h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin: 0;
  padding: .5rem .42rem;
  color: var(--cosm-dark);
  font-size: 14px !important;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.cosm-mf-print-support > p {
  margin: -.25rem 0 1rem;
  color: var(--cosm-muted);
  font-size: 14px !important;
  line-height: 1.55;
}

.cosm-mf-support-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cosm-mf-support-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .48rem;
  min-height: 64px;
  padding: .58rem .55rem;
  border: 1px solid rgba(196, 154, 60, .13);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(196, 154, 60, .09), rgba(246, 239, 228, .62));
  color: var(--cosm-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
}

.cosm-mf-support-list .cosm-icon {
  width: 28px;
  height: 28px;
}

@media (hover: hover) {
  .cosm-mf-material-card:hover,
  .cosm-mf-finish-card:hover {
    border-color: rgba(196, 154, 60, .4);
    box-shadow: 0 10px 24px rgba(15, 35, 24, .075);
  }

  .cosm-mf-material-card:hover > img,
  .cosm-mf-finish-card:hover img {
    transform: scale(1.035);
    filter: saturate(.85) sepia(.025);
  }
}

@media (max-width: 1180px) {
  .cosm-mf-layout {
    grid-template-columns: 1fr;
  }

  .cosm-mf-material-grid {
    height: auto;
  }

  .cosm-mf-right {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .cosm-mf-finish-card img {
    height: 126px;
  }
}

@media (max-width: 760px) {
  .cosm-material-finishes .cosm-section__head {
    margin-bottom: 1.6rem;
  }

  .cosm-mf-panel {
    padding: 1rem;
    border-radius: 16px;
  }

  .cosm-mf-panel__head {
    gap: .65rem;
  }

  .cosm-mf-panel__head > .cosm-icon {
    width: 32px;
    height: 32px;
  }

  .cosm-mf-panel__head h3 {
    font-size: 19px !important;
  }

  .cosm-mf-material-grid,
  .cosm-mf-finish-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cosm-mf-material-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .cosm-mf-material-card > img {
    height: 142px;
    min-height: 142px;
  }

  .cosm-mf-material-card > div {
    display: block;
    padding: .9rem;
  }

  .cosm-mf-material-card h4 {
    font-size: 15px !important;
  }

  .cosm-mf-material-card p {
    font-size: 12.5px !important;
  }

  .cosm-mf-finish-grid {
    grid-template-rows: auto;
  }

  .cosm-mf-finish-card img {
    height: 128px;
    min-height: 128px;
  }

  .cosm-mf-support-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .cosm-mf-layout,
  .cosm-mf-right {
    gap: .85rem;
  }

  .cosm-mf-panel__line {
    min-width: 18px;
  }

  .cosm-mf-material-grid,
  .cosm-mf-finish-grid {
    gap: .65rem;
  }

  .cosm-mf-material-card > img {
    height: 118px;
    min-height: 118px;
  }

  .cosm-mf-material-card > div {
    padding: .8rem .72rem;
  }

  .cosm-mf-material-card h4 {
    margin-bottom: .42rem;
    font-size: 14px !important;
  }

  .cosm-mf-material-card p {
    font-size: 12px !important;
    line-height: 1.45;
  }

  .cosm-mf-finish-card img {
    height: 106px;
    min-height: 106px;
  }

  .cosm-mf-finish-card h4 {
    min-height: 48px;
    font-size: 13px !important;
  }

  .cosm-mf-support-list li {
    min-height: 60px;
    padding-inline: .45rem;
    font-size: 11px;
  }
}

/* Keep the hero copy legible over the image's light left-hand area. */
@media (min-width: 769px) {
  .cosm-page .cosm-hero .cosm-eyebrow {
    color: #5F3F00;
  }

  .cosm-page .cosm-hero__title {
    color: var(--cosm-ink);
  }

  .cosm-page .cosm-hero__content > p:not(.cosm-pill-row) {
    color: #394B45 !important;
  }

  .cosm-page .cosm-hero__content .cosm-pill-row span {
    color: #173323;
    background: rgba(255, 253, 248, .78);
    border-color: rgba(11, 42, 31, .16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 8px 18px rgba(11, 42, 31, .1);
  }
}


/* Responsive QA pass: keep tablet/mobile navigation, grids and touch targets usable. */
@media (max-width: 768px) {
  .cosm-page {
    --cosm-anchor-nav-height: 0px;
  }

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

  .cosm-page .cosm-hero__title {
    font-size: 32px !important;
    line-height: 1.08;
  }

  .sticky-btt-btn,
  .sticky-wa-btn,
  .sticky-email-btn,
  .sticky-quote-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }
}

@media (min-width: 641px) and (max-width: 768px) {
  .cosm-product-grid,
  .cosm-scenario-grid,
  .cosm-why-grid,
  .cosm-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .cosm-page .cosm-hero__title {
    font-size: clamp(29px, 8.2vw, 32px) !important;
  }
}

@media (max-width: 768px) {
  .cosm-hero__content .cosm-hero__microcopy {
    color: #fff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .72);
  }
}
