@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
* {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

:root {
  --primary: #004e5f;
  --primary-dark: #002f39;
  --accent: #98b637;
  --accent-dark: #6f8b22;
  --gold: #d8a13a;
  --earth: #765223;
  --dark: #062b34;
  --ink: #16343b;
  --muted: #617174;
  --line: #dce6dc;
  --soft-bg: #f3f6e9;
  --cream: #fbf7e9;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 78, 95, 0.13);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.75;
  overflow-x: hidden;
}

/* Shared dark inner-page banner */
.inner-banner {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 24, 30, .12), rgba(0, 24, 30, 0)),
    url('/assets/images/inner-hero-dark-backdrop-v1.jpg') center/cover no-repeat;
  color: var(--white);
}

.inner-banner::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(152, 182, 55, .8), transparent);
}

.inner-banner-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(390px, .82fr);
  align-items: center;
  gap: 70px;
  min-height: 700px;
  padding-top: 148px;
  padding-bottom: 86px;
}

.inner-banner-copy {
  position: relative;
  z-index: 4;
  min-width: 0;
  max-width: 690px;
}

.inner-banner-eyebrow {
  margin: 0 0 18px;
  color: #d8e96a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.inner-banner h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 800;
  letter-spacing: -.052em;
  line-height: 1;
  overflow-wrap: anywhere;
}

.inner-banner-intro {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.7);
  font-size: 17px;
  line-height: 1.75;
}

.inner-banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.inner-banner-primary {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  border-radius: 7px;
  background: var(--accent);
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(0,0,0,.24);
  transition: gap .25s ease, transform .25s ease, background .25s ease;
}

.inner-banner-primary:hover {
  gap: 19px;
  background: var(--white);
  color: var(--primary-dark);
  transform: translateY(-2px);
}

.inner-banner-secondary {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,.35);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.inner-banner-visual {
  position: relative;
  z-index: 2;
  height: 500px;
  min-width: 0;
}

.inner-banner-main-image,
.inner-banner-secondary-image {
  position: absolute;
  margin: 0;
  overflow: hidden;
}

.inner-banner-main-image {
  right: 0;
  bottom: 25px;
  z-index: 2;
  width: 72%;
  height: 78%;
}

.inner-banner-secondary-image {
  top: 18px;
  left: 0;
  z-index: 1;
  width: 48%;
  height: 52%;
  opacity: .92;
}

.inner-banner-main-image img,
.inner-banner-secondary-image img {
  width: 100%;
  height: 100%;
}

.inner-banner-visual--contain .inner-banner-main-image,
.inner-banner-visual--contain .inner-banner-secondary-image {
  overflow: visible;
}

.inner-banner-visual--contain img {
  object-fit: contain;
  filter: drop-shadow(0 28px 28px rgba(0,0,0,.42));
}

.inner-banner--brand-fmcg {
  background:
    radial-gradient(circle at 82% 22%, rgba(216, 161, 58, 0.28), transparent 28%),
    radial-gradient(circle at 64% 82%, rgba(152, 182, 55, 0.3), transparent 34%),
    linear-gradient(105deg, rgba(0, 28, 34, 0.96) 0%, rgba(0, 58, 67, 0.9) 48%, rgba(14, 54, 24, 0.82) 100%),
    url('/assets/images/inner-hero-dark-backdrop-v1.jpg') center/cover no-repeat;
}

.inner-banner--brand-fmcg .inner-banner-grid {
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1fr);
  gap: 52px;
}

.inner-banner--brand-fmcg .inner-banner-copy {
  max-width: 560px;
}

.inner-banner--brand-fmcg h1 {
  font-size: clamp(70px, 8vw, 118px);
  letter-spacing: -0.065em;
}

.inner-banner--brand-fmcg .inner-banner-intro {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.76);
}

.inner-banner--brand-fmcg .inner-banner-visual {
  height: 540px;
}

.inner-banner--brand-fmcg .inner-banner-visual::before {
  position: absolute;
  right: -8%;
  bottom: 24px;
  z-index: 0;
  width: 94%;
  height: 34%;
  border: 1px solid rgba(216, 161, 58, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02)),
    rgba(5, 36, 42, 0.72);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.34);
  content: "";
}

.inner-banner--brand-fmcg .inner-banner-visual::after {
  position: absolute;
  right: -15%;
  bottom: 7%;
  z-index: 0;
  width: 84%;
  height: 84%;
  border: 1px solid rgba(152, 182, 55, 0.2);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(217, 235, 116, 0.22), transparent 62%);
  content: "";
}

.inner-banner--brand-fmcg .inner-banner-main-image {
  right: -3%;
  bottom: 56px;
  z-index: 3;
  width: 83%;
  height: 66%;
}

.inner-banner--brand-fmcg .inner-banner-secondary-image {
  top: 48px;
  left: 3%;
  z-index: 2;
  width: 35%;
  height: 52%;
  opacity: 1;
}

.inner-banner--brand-fmcg .inner-banner-main-image img,
.inner-banner--brand-fmcg .inner-banner-secondary-image img {
  object-fit: contain;
  filter: drop-shadow(0 34px 34px rgba(0, 0, 0, 0.42));
}

.inner-banner--brand-fmcg .inner-banner-secondary-image img {
  filter: drop-shadow(0 26px 26px rgba(0, 0, 0, 0.35));
}

.inner-banner--brand-fmcg .inner-banner-stamp {
  right: 26px;
  bottom: 64px;
  z-index: 5;
  border-radius: 8px;
  background: rgba(0, 47, 57, 0.9);
}

.inner-banner-visual--cover .inner-banner-main-image,
.inner-banner-visual--portrait .inner-banner-main-image {
  border: 8px solid rgba(251,247,233,.92);
  border-radius: 9px 48px 9px 48px;
  box-shadow: 0 28px 70px rgba(0,0,0,.42);
  transform: rotate(1.5deg);
}

.inner-banner-visual--cover .inner-banner-secondary-image,
.inner-banner-visual--portrait .inner-banner-secondary-image {
  border: 6px solid rgba(152,182,55,.85);
  border-radius: 38px 8px 38px 8px;
  box-shadow: 0 22px 55px rgba(0,0,0,.36);
  transform: rotate(-4deg);
}

.inner-banner-visual--cover img {
  object-fit: cover;
}

.inner-banner-visual--portrait img {
  object-fit: cover;
  object-position: top center;
}

.inner-banner-stamp {
  position: absolute;
  right: 0;
  bottom: 4px;
  z-index: 4;
  min-width: 154px;
  padding: 16px 20px;
  border: 1px solid rgba(216,161,58,.65);
  border-radius: 24px 7px 24px 7px;
  background: rgba(0,47,57,.92);
  box-shadow: 0 18px 45px rgba(0,0,0,.34);
}

.inner-banner-stamp span {
  display: block;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.inner-banner-stamp small {
  color: #d8e96a;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.inner-banner-index {
  position: absolute;
  top: 136px;
  right: 12px;
  color: rgba(255,255,255,.35);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}

.inner-banner--text-only {
  min-height: 660px;
  background:
    radial-gradient(circle at 10% 20%, rgba(216, 161, 58, 0.28), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(152, 182, 55, 0.24), transparent 26%),
    linear-gradient(120deg, rgba(0, 47, 57, 0.96), rgba(0, 78, 95, 0.9)),
    url('/assets/images/inner-hero-dark-backdrop-v1.jpg') center/cover no-repeat;
}

.inner-banner-grid--text-only {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.88fr);
  min-height: 660px;
  align-items: center;
  gap: 70px;
  padding-top: 150px;
  padding-bottom: 86px;
}

.inner-banner-grid--text-only .inner-banner-copy {
  max-width: 760px;
}

.inner-banner-grid--text-only h1 {
  max-width: 820px;
  font-size: clamp(56px, 7vw, 100px);
  letter-spacing: -0.07em;
}

.inner-banner-grid--text-only .inner-banner-intro {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.76);
}

.inner-banner-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.inner-banner-trust-row span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.inner-banner-about-visual {
  position: relative;
  z-index: 2;
  min-height: 455px;
}

.inner-banner-about-visual::before {
  position: absolute;
  inset: 42px 18px 28px 48px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  content: "";
}

.inner-banner-about-image {
  position: absolute;
  overflow: hidden;
  margin: 0;
  background: var(--cream);
  box-shadow: 0 28px 70px rgba(0, 18, 22, 0.36);
}

.inner-banner-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.inner-banner-about-visual:hover img {
  transform: scale(1.045);
}

.inner-banner-about-image--main {
  right: 0;
  bottom: 28px;
  z-index: 2;
  width: 72%;
  height: 76%;
  border: 8px solid rgba(251, 247, 233, 0.94);
  border-radius: 12px 58px 12px 58px;
  transform: rotate(1.5deg);
}

.inner-banner-about-image--top {
  top: 4px;
  left: 0;
  z-index: 3;
  width: 48%;
  height: 38%;
  border: 6px solid rgba(152, 182, 55, 0.9);
  border-radius: 44px 10px 44px 10px;
  transform: rotate(-5deg);
}

.inner-banner-about-image--bottom {
  right: 18px;
  bottom: 0;
  z-index: 4;
  width: 36%;
  height: 31%;
  border: 6px solid rgba(216, 161, 58, 0.92);
  border-radius: 34px 8px 34px 8px;
  background: var(--white);
  transform: rotate(5deg);
}

.inner-banner-about-image--bottom img {
  object-fit: contain;
  padding: 18px;
}

.inner-banner-about-proof {
  position: absolute;
  left: 20px;
  bottom: 44px;
  z-index: 5;
  width: 190px;
  padding: 18px;
  border: 1px solid rgba(216, 161, 58, 0.55);
  border-radius: 24px 8px 24px 8px;
  background: rgba(0, 47, 57, 0.88);
  color: var(--white);
  box-shadow: 0 18px 45px rgba(0, 18, 22, 0.32);
  backdrop-filter: blur(10px);
}

.inner-banner-about-proof strong {
  display: block;
  font-size: 14px;
  line-height: 1.25;
}

.inner-banner-about-proof span {
  display: block;
  margin-top: 5px;
  color: #d8e96a;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

/* Dedicated inner pages */
.detail-hero {
  position: relative;
  min-height: 620px;
  padding: 190px 0 110px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 28%, rgba(152, 182, 55, .38), transparent 24%),
    radial-gradient(circle at 68% 82%, rgba(216, 161, 58, .2), transparent 28%),
    linear-gradient(120deg, #fbf7e9 0%, #eef4df 56%, #d9e9d5 100%);
}

.detail-hero::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -110px;
  top: 120px;
  border: 1px solid rgba(0, 78, 95, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(255,255,255,.18), 0 0 0 90px rgba(0,78,95,.04);
}

.detail-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 70px;
}

.detail-hero-copy {
  max-width: 790px;
}

.detail-hero h1 {
  margin: 0 0 24px;
  color: var(--primary-dark);
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.detail-hero-copy > p:not(.section-subheading) {
  max-width: 690px;
  margin: 0;
  color: #496166;
  font-size: 18px;
}

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

.detail-hero-mark {
  flex: 0 0 210px;
  width: 210px;
  height: 190px;
  display: grid;
  place-content: center;
  border: 1px solid rgba(0, 78, 95, .15);
  border-radius: 50% 50% 12px 50%;
  background: rgba(251, 247, 233, .7);
  color: var(--primary);
  text-align: center;
  box-shadow: var(--shadow);
  transform: rotate(4deg);
}

.detail-hero-mark i {
  margin-bottom: 9px;
  color: var(--accent-dark);
  font-size: 34px;
}

.detail-hero-mark strong {
  display: block;
  color: var(--primary);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
}

.detail-hero-mark small {
  max-width: 160px;
  margin: 5px auto 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.detail-soft {
  background: linear-gradient(180deg, rgba(255,255,255,.5), rgba(255,255,255,0)), var(--soft-bg);
}

.narrow-container {
  max-width: 920px;
}

.story-intro-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 80px;
}

.story-intro figure {
  position: relative;
  margin: 0;
}

.story-intro figure::before {
  content: "";
  position: absolute;
  inset: 24px -24px -24px 24px;
  z-index: -1;
  border-radius: 12px 70px 12px 70px;
  background: var(--accent);
  opacity: .28;
}

.story-intro figure img {
  width: 100%;
  min-height: 490px;
  object-fit: cover;
  border-radius: 70px 12px 70px 12px;
  box-shadow: var(--shadow);
}

.prose-block h2,
.detail-section-heading h2,
.range-band h2 {
  margin: 0 0 22px;
  color: var(--dark);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.prose-block p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 16px;
}

.prose-block--large {
  padding: 50px;
  border: 1px solid rgba(0,78,95,.12);
  border-radius: 12px 70px 12px 70px;
  background: white;
  box-shadow: var(--shadow);
}

.detail-section-heading {
  max-width: 780px;
  margin-bottom: 46px;
}

.chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.chip-cloud span {
  padding: 10px 16px;
  border: 1px solid rgba(0,78,95,.14);
  border-radius: 999px;
  background: white;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
}

.chip-cloud--large span {
  padding: 16px 22px;
  font-size: 14px;
}

.partner-fit-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 161, 58, 0.18), transparent 28%),
    radial-gradient(circle at 90% 80%, rgba(0, 78, 95, 0.14), transparent 30%),
    linear-gradient(135deg, #fffaf0 0%, #f3f8ea 100%);
}

.partner-fit-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 42px;
  align-items: start;
}

.partner-fit-heading {
  position: sticky;
  top: 110px;
  overflow: hidden;
  padding: 44px;
  border: 1px solid rgba(0, 78, 95, 0.12);
  border-radius: 14px 68px 14px 14px;
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 161, 58, 0.18), transparent 30%),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 70px rgba(0, 78, 95, 0.1);
  backdrop-filter: blur(10px);
}

.partner-fit-heading h2 {
  margin: 0;
  color: var(--dark);
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 850;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.partner-fit-heading p:not(.section-subheading) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.78;
}

.partner-fit-heading > span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin-top: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--primary-dark);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.partner-fit-grid article {
  position: relative;
  display: flex;
  min-height: 142px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(0, 78, 95, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(0, 78, 95, 0.08);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.partner-fit-grid article::after {
  position: absolute;
  right: -46px;
  bottom: -56px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(216, 161, 58, 0.15);
  content: "";
}

.partner-fit-grid article:hover {
  border-color: rgba(0, 78, 95, 0.22);
  box-shadow: 0 28px 70px rgba(0, 78, 95, 0.13);
  transform: translateY(-6px);
}

.partner-fit-grid article span,
.partner-fit-grid article h3 {
  position: relative;
  z-index: 1;
}

.partner-fit-grid article span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
}

.partner-fit-grid article h3 {
  max-width: 220px;
  margin: 26px 0 0;
  color: var(--dark);
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -0.015em;
  line-height: 1.15;
}

.partner-fit-grid article.is-featured {
  grid-column: span 2;
  min-height: 190px;
  background:
    linear-gradient(135deg, rgba(0, 78, 95, 0.96), rgba(0, 47, 57, 0.98)),
    var(--primary);
}

.partner-fit-grid article.is-featured::after {
  width: 190px;
  height: 190px;
  background: rgba(216, 161, 58, 0.24);
}

.partner-fit-grid article.is-featured span,
.partner-fit-grid article.is-featured h3 {
  color: var(--white);
}

.partner-fit-grid article.is-featured h3 {
  max-width: 420px;
  font-size: clamp(28px, 3.2vw, 42px);
}

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

.capability-grid article,
.pillar-grid article {
  position: relative;
  min-height: 270px;
  padding: 28px;
  border: 1px solid rgba(0,78,95,.11);
  border-radius: 12px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 50px rgba(0,78,95,.08);
}

.capability-grid article > span,
.pillar-grid article > span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}

.capability-grid i {
  display: block;
  margin: 34px 0 20px;
  color: var(--accent-dark);
  font-size: 30px;
}

.capability-grid h3,
.pillar-grid h3,
.team-card h2,
.detail-product-grid h3,
.certificate-grid h3 {
  color: var(--dark);
  font-weight: 800;
}

.capability-grid h3,
.pillar-grid h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.capability-grid p,
.pillar-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

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

.team-grid {
  display: grid;
  gap: 34px;
}

.team-card {
  display: grid;
  grid-template-columns: 270px 1fr;
  align-items: center;
  gap: 50px;
  padding: 32px;
  border: 1px solid rgba(0,78,95,.12);
  border-radius: 12px 70px 12px 12px;
  background: white;
  box-shadow: var(--shadow);
}

.team-card:nth-child(even) {
  border-radius: 70px 12px 12px 12px;
}

.team-card figure {
  margin: 0;
}

.team-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 8px 48px 8px 48px;
}

.team-card h2 {
  margin: 0 0 16px;
  font-size: 42px;
}

.team-card p:last-child {
  margin: 0;
  color: var(--muted);
}

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

.certificate-grid article {
  padding: 20px;
  border-radius: 10px;
  background: white;
  text-align: center;
  box-shadow: 0 18px 50px rgba(0,78,95,.09);
}

.certificate-grid a {
  display: grid;
  place-items: center;
  height: 360px;
  padding: 20px;
  border-radius: 6px;
  background: #f5f1e6;
}

.certificate-grid img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.certificate-grid h3 {
  margin: 18px 0 4px;
  font-size: 16px;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 260px;
  gap: 16px;
}

.equipment-grid figure {
  position: relative;
  grid-column: span 2;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}

.equipment-grid figure:nth-child(1),
.equipment-grid figure:nth-child(2) {
  grid-column: span 3;
}

.equipment-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.equipment-grid figure:hover img,
.media-gallery a:hover img {
  transform: scale(1.04);
}

.equipment-grid figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 38px 20px 18px;
  background: linear-gradient(transparent, rgba(0,47,57,.92));
  color: white;
  font-weight: 800;
}

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

.detail-product-grid article {
  padding: 20px 20px 24px;
  border: 1px solid rgba(0,78,95,.1);
  border-radius: 10px;
  background:
    radial-gradient(circle at 78% 16%, rgba(152, 182, 55, .2), transparent 30%),
    linear-gradient(145deg, rgba(251, 247, 233, .96), rgba(226, 236, 211, .96));
  box-shadow: 0 18px 50px rgba(0,78,95,.08);
}

.detail-product-image {
  display: grid;
  place-items: center;
  min-height: 310px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: linear-gradient(145deg, #f2f6e8, #fbf7e9);
  overflow: hidden;
}

.detail-product-image img {
  width: 100%;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 22px 20px rgba(0, 47, 57, .16));
  transition: transform .35s ease;
}

.detail-product-grid article:hover img {
  transform: scale(1.05) rotate(-1deg);
}

.detail-product-grid h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.detail-product-grid a {
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
}

.range-band {
  padding: 76px 0;
  background: var(--primary);
  color: white;
}

.range-band .container {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 70px;
}

.range-band h2,
.range-band .section-subheading {
  color: white;
}

.chip-cloud--light {
  margin: 0;
}

.chip-cloud--light span {
  border-color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
  color: white;
}

.ready-assortment-section {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(225, 176, 71, .22), transparent 28%),
    radial-gradient(circle at 86% 78%, rgba(0, 78, 95, .14), transparent 30%),
    linear-gradient(135deg, #fffaf0 0%, #f3f8ea 100%);
}

.ready-assortment-section::before {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(0,78,95,.08);
  border-radius: 18px 90px 18px 90px;
  pointer-events: none;
}

.ready-assortment-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 42px;
  align-items: stretch;
}

.ready-assortment-copy {
  position: sticky;
  top: 110px;
  align-self: start;
  padding: 44px;
  border: 1px solid rgba(0,78,95,.12);
  border-radius: 14px 70px 14px 14px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 24px 70px rgba(0,78,95,.1);
  backdrop-filter: blur(10px);
}

.ready-assortment-copy h2 {
  margin: 0 0 20px;
  color: var(--dark);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.04em;
}

.ready-assortment-copy p:not(.section-subheading) {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.ready-assortment-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.ready-assortment-highlights span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(0,78,95,.09);
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ready-assortment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(132px, auto);
  gap: 14px;
}

.ready-assortment-grid article {
  position: relative;
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(0,78,95,.1);
  border-radius: 12px;
  background: white;
  box-shadow: 0 18px 45px rgba(0,78,95,.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ready-assortment-grid article::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -44px;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: rgba(225, 176, 71, .16);
}

.ready-assortment-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(0,78,95,.22);
  box-shadow: 0 28px 70px rgba(0,78,95,.13);
}

.ready-assortment-grid article span {
  position: relative;
  z-index: 1;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.ready-assortment-grid article h3 {
  position: relative;
  z-index: 1;
  max-width: 190px;
  margin: 24px 0 0;
  color: var(--dark);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

.ready-assortment-grid article.is-featured {
  grid-column: span 2;
  min-height: 180px;
  border-color: rgba(0,78,95,.18);
  background:
    linear-gradient(135deg, rgba(0,78,95,.95), rgba(0,47,57,.96)),
    var(--primary);
}

.ready-assortment-grid article.is-featured::after {
  width: 180px;
  height: 180px;
  background: rgba(225,176,71,.24);
}

.ready-assortment-grid article.is-featured span,
.ready-assortment-grid article.is-featured h3 {
  color: white;
}

.ready-assortment-grid article.is-featured h3 {
  max-width: 360px;
  font-size: clamp(26px, 3vw, 38px);
}

.product-assortment-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 10% 14%, rgba(216, 161, 58, 0.2), transparent 28%),
    radial-gradient(circle at 90% 82%, rgba(0, 78, 95, 0.16), transparent 30%),
    linear-gradient(135deg, #fffaf0 0%, #f3f8ea 100%);
}

.product-assortment-section::before {
  position: absolute;
  inset: 32px;
  border: 1px solid rgba(0, 78, 95, 0.08);
  border-radius: 18px 90px 18px 90px;
  content: "";
  pointer-events: none;
}

.product-assortment-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
  grid-template-areas:
    "copy grid"
    "visual grid";
  gap: 18px 40px;
  align-items: start;
}

.product-assortment-copy {
  grid-area: copy;
  padding: 42px;
  border: 1px solid rgba(0, 78, 95, 0.12);
  border-radius: 14px 68px 14px 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 70px rgba(0, 78, 95, 0.1);
  backdrop-filter: blur(10px);
}

.product-assortment-copy h2 {
  margin: 0 0 20px;
  color: var(--dark);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 850;
  letter-spacing: -0.048em;
  line-height: 1.03;
}

.product-assortment-copy p:not(.section-subheading) {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.78;
}

.product-assortment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.product-assortment-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(0, 78, 95, 0.09);
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-assortment-visual {
  position: relative;
  grid-area: visual;
  min-height: 240px;
  overflow: hidden;
  border-radius: 48px 12px 48px 12px;
  background:
    radial-gradient(circle at 70% 18%, rgba(216, 161, 58, 0.24), transparent 32%),
    linear-gradient(145deg, #f8f2df, #e8f1d9);
  box-shadow: 0 20px 50px rgba(0, 78, 95, 0.1);
}

.product-assortment-visual img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: contain;
  padding: 28px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 20px 18px rgba(0, 47, 57, .15));
  transition: transform 0.7s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.product-assortment-panel:hover .product-assortment-visual img {
  transform: scale(1.045) rotate(-1.5deg);
}

.product-assortment-visual span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px 13px;
  border-radius: 999px;
  background: var(--primary-dark);
  color: var(--white);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-assortment-grid {
  display: grid;
  grid-area: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(124px, auto);
  gap: 14px;
}

.product-assortment-grid article {
  position: relative;
  display: flex;
  min-height: 124px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(0, 78, 95, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(0, 78, 95, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-assortment-grid article::after {
  position: absolute;
  right: -42px;
  bottom: -50px;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: rgba(216, 161, 58, 0.16);
  content: "";
}

.product-assortment-grid article:hover {
  border-color: rgba(0, 78, 95, 0.22);
  box-shadow: 0 28px 70px rgba(0, 78, 95, 0.13);
  transform: translateY(-6px);
}

.product-assortment-grid article span,
.product-assortment-grid article h3 {
  position: relative;
  z-index: 1;
}

.product-assortment-grid article span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
}

.product-assortment-grid article h3 {
  max-width: 210px;
  margin: 24px 0 0;
  color: var(--dark);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.15;
}

.product-assortment-grid article.is-lead {
  grid-column: span 2;
  min-height: 178px;
  border-color: rgba(0, 78, 95, 0.18);
  background:
    linear-gradient(135deg, rgba(0, 78, 95, 0.96), rgba(0, 47, 57, 0.98)),
    var(--primary);
}

.product-assortment-grid article.is-wide {
  grid-column: span 2;
}

.product-assortment-grid article.is-lead::after {
  width: 190px;
  height: 190px;
  background: rgba(216, 161, 58, 0.25);
}

.product-assortment-grid article.is-lead span,
.product-assortment-grid article.is-lead h3 {
  color: var(--white);
}

.product-assortment-grid article.is-lead h3 {
  max-width: 390px;
  font-size: clamp(27px, 3vw, 40px);
}

.process-pathway-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(216, 161, 58, 0.18), transparent 28%),
    radial-gradient(circle at 90% 82%, rgba(0, 78, 95, 0.16), transparent 30%),
    var(--cream);
}

.process-pathway-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: 42px;
  align-items: stretch;
}

.process-pathway-intro {
  position: relative;
  overflow: hidden;
  padding: 46px;
  border-radius: 16px 72px 16px 16px;
  background:
    radial-gradient(circle at 84% 12%, rgba(216, 161, 58, 0.22), transparent 32%),
    linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: var(--white);
  box-shadow: 0 28px 70px rgba(0, 47, 57, 0.2);
}

.process-pathway-intro::after {
  position: absolute;
  right: -72px;
  bottom: -92px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.process-pathway-intro .section-subheading {
  color: var(--gold);
}

.process-pathway-intro h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--white);
  font-size: clamp(38px, 4.4vw, 62px);
  font-weight: 850;
  letter-spacing: -0.052em;
  line-height: 1;
}

.process-pathway-intro > p:not(.section-subheading) {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.78;
}

.process-pathway-proof {
  position: relative;
  z-index: 1;
  display: inline-grid;
  grid-template-columns: auto minmax(0, 120px);
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px 6px 18px 6px;
  background: rgba(255, 255, 255, 0.08);
}

.process-pathway-proof span {
  color: var(--accent);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.process-pathway-proof strong {
  color: var(--white);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.process-list {
  counter-reset: process-step;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  min-height: 104px;
  gap: 16px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(0, 78, 95, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(0, 78, 95, 0.08);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.process-list li::before {
  position: absolute;
  top: 50%;
  left: -18px;
  width: 36px;
  height: 2px;
  background: rgba(216, 161, 58, 0.5);
  content: "";
}

.process-list li::after {
  position: absolute;
  right: -44px;
  bottom: -50px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(216, 161, 58, 0.14);
  content: "";
}

.process-list li:hover {
  border-color: rgba(0, 78, 95, 0.22);
  box-shadow: 0 28px 70px rgba(0, 78, 95, 0.13);
  transform: translateY(-5px);
}

.process-list span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 950;
}

.process-list strong {
  position: relative;
  z-index: 1;
  color: var(--dark);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.25;
}

.milestone-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(251, 247, 233, 0.96), rgba(243, 246, 233, 0.94)),
    var(--soft-bg);
}

.milestone-section::before {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 78, 95, 0.2), transparent);
  content: "";
}

.milestone-section .container {
  position: relative;
}

.milestone-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 48px;
}

.milestone-section-heading .detail-section-heading {
  margin-bottom: 0;
}

.milestone-section-heading > p {
  max-width: 430px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.story-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.story-timeline::before {
  position: absolute;
  top: 42px;
  right: 9%;
  left: 9%;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 78, 95, 0.12), rgba(152, 182, 55, 0.7), rgba(0, 78, 95, 0.12));
  content: "";
}

.story-timeline li {
  position: relative;
  display: flex;
  min-height: 245px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 86px 24px 26px;
  border: 1px solid rgba(0, 78, 95, 0.11);
  border-radius: 10px 42px 10px 10px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 54px rgba(0, 78, 95, 0.09);
}

.story-timeline li:nth-child(even) {
  margin-top: 34px;
  border-radius: 42px 10px 10px 10px;
}

.story-timeline li::after {
  position: absolute;
  right: -54px;
  top: -54px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(216, 161, 58, 0.14);
  content: "";
}

.story-timeline span {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 1;
  display: inline-flex;
  min-width: 58px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--primary-dark);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 30px rgba(0, 47, 57, 0.2);
}

.story-timeline p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.7;
}

.career-cta {
  margin-top: 40px;
  padding: 34px;
  border-radius: 10px;
  background: var(--primary);
  color: white;
}

.career-cta h3 {
  font-size: 28px;
  font-weight: 800;
}

.career-cta p {
  margin: 0;
  color: rgba(255,255,255,.75);
}

.career-cta a {
  color: #d6ed79;
  font-weight: 800;
}

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

.video-grid article {
  padding: 12px;
  border-radius: 10px;
  background: white;
  box-shadow: var(--shadow);
}

.video-frame {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
  border-radius: 7px;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-grid article > span {
  display: block;
  padding: 14px 6px 4px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
}

.media-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 14px;
}

.media-gallery a {
  overflow: hidden;
  border-radius: 8px;
}

.media-gallery a:nth-child(1),
.media-gallery a:nth-child(6) {
  grid-column: span 2;
}

.media-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.contact-map {
  margin-top: 60px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 430px;
  border: 0;
}

@media (max-width: 991.98px) {
  .inner-banner-grid {
    grid-template-columns: 1fr .72fr;
    gap: 28px;
  }
  .inner-banner-grid--text-only {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .inner-banner-about-visual {
    max-width: 620px;
    min-height: 430px;
  }
  .inner-banner h1 { font-size: 54px; }
  .inner-banner-visual { height: 430px; }
  .detail-hero { min-height: auto; padding: 155px 0 90px; }
  .detail-hero-mark { display: none; }
  .story-intro-grid { grid-template-columns: 1fr; gap: 60px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-fit-panel {
    grid-template-columns: 1fr;
  }
  .partner-fit-heading {
    position: relative;
    top: auto;
  }
  .partner-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .detail-product-grid, .certificate-grid, .video-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar-grid { grid-template-columns: 1fr; }
  .milestone-section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 36px;
  }
  .milestone-section-heading > p {
    max-width: 620px;
    margin-bottom: 0;
  }
  .story-timeline {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 18px;
  }
  .story-timeline::before {
    display: none;
  }
  .story-timeline li,
  .story-timeline li:nth-child(even) {
    min-height: 220px;
    margin-top: 0;
  }
  .range-band .container { grid-template-columns: 1fr; gap: 25px; }
  .ready-assortment-panel { grid-template-columns: 1fr; }
  .ready-assortment-copy { position: relative; top: auto; }
  .ready-assortment-grid { grid-template-columns: repeat(2, 1fr); }
  .product-assortment-panel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "visual"
      "grid";
  }
  .product-assortment-visual {
    min-height: 300px;
  }
  .product-assortment-visual img {
    min-height: 300px;
  }
  .product-assortment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .process-pathway-panel {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .process-pathway-intro {
    border-radius: 14px 58px 14px 14px;
  }
}

@media (max-width: 767.98px) {
  .inner-banner { min-height: auto; }
  .inner-banner-grid {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-height: 760px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
    padding-top: 130px;
    padding-right: 12px;
    padding-bottom: 48px;
    padding-left: 12px;
  }
  .inner-banner-copy {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .inner-banner h1 {
    width: 330px;
    max-width: 100%;
    font-size: 34px;
    line-height: 1.04;
  }
  .inner-banner-intro { width: 335px; max-width: 100%; margin-top: 18px; font-size: 14px; line-height: 1.6; }
  .inner-banner-actions { gap: 15px; margin-top: 24px; }
  .inner-banner-primary { min-height: 50px; }
  .inner-banner-visual { height: 300px; margin-top: auto; }
  .inner-banner-main-image { width: 67%; height: 88%; }
  .inner-banner-secondary-image { width: 43%; height: 55%; }
  .inner-banner-stamp { right: 12px; bottom: 0; min-width: 125px; padding: 10px 13px; }
  .inner-banner-stamp span { font-size: 11px; }
  .inner-banner-index { top: 110px; right: 22px; }
  .inner-banner--brand-fmcg .inner-banner-grid {
    min-height: 760px;
    gap: 18px;
  }
  .inner-banner--brand-fmcg h1 {
    width: 340px;
    font-size: 58px;
  }
  .inner-banner--brand-fmcg .inner-banner-visual {
    height: 330px;
  }
  .inner-banner--brand-fmcg .inner-banner-visual::before {
    right: -12%;
    bottom: 28px;
    width: 108%;
    height: 35%;
  }
  .inner-banner--brand-fmcg .inner-banner-main-image {
    right: -12px;
    bottom: 68px;
    width: 82%;
    height: 58%;
  }
  .inner-banner--brand-fmcg .inner-banner-secondary-image {
    top: 18px;
    left: 2px;
    width: 34%;
    height: 52%;
  }
  .inner-banner--brand-fmcg .inner-banner-stamp {
    right: 12px;
    bottom: 34px;
  }
  .inner-banner--text-only,
  .inner-banner-grid--text-only {
    min-height: auto;
  }
  .inner-banner-grid--text-only {
    display: flex;
    justify-content: flex-start;
    padding-top: 130px;
    padding-bottom: 60px;
  }
  .inner-banner-grid--text-only h1 {
    width: 340px;
    font-size: 48px;
  }
  .inner-banner-grid--text-only .inner-banner-intro {
    width: 340px;
    max-width: 100%;
  }
  .inner-banner-trust-row {
    width: 340px;
    max-width: 100%;
    margin-top: 24px;
  }
  .inner-banner-trust-row span {
    min-height: 34px;
    font-size: 9px;
  }
  .inner-banner-about-visual {
    width: 100%;
    max-width: 360px;
    min-height: 320px;
    margin-top: 10px;
  }
  .inner-banner-about-image--main {
    width: 72%;
    height: 70%;
    border-width: 5px;
    border-radius: 8px 34px 8px 34px;
  }
  .inner-banner-about-image--top {
    width: 50%;
    height: 35%;
    border-width: 4px;
    border-radius: 28px 8px 28px 8px;
  }
  .inner-banner-about-image--bottom {
    width: 38%;
    height: 28%;
    border-width: 4px;
  }
  .inner-banner-about-proof {
    left: 0;
    bottom: 30px;
    width: 155px;
    padding: 13px;
  }
  .detail-hero h1 { font-size: 44px; }
  .story-intro figure img { min-height: 360px; }
  .partner-fit-section { padding: 68px 0; }
  .partner-fit-panel { gap: 14px; }
  .partner-fit-heading {
    padding: 28px;
    border-radius: 12px 44px 12px 12px;
  }
  .partner-fit-heading h2 { font-size: 34px; }
  .partner-fit-grid { grid-template-columns: 1fr; }
  .partner-fit-grid article.is-featured { grid-column: auto; }
  .capability-grid, .detail-product-grid, .certificate-grid, .video-grid, .process-list { grid-template-columns: 1fr; }
  .process-pathway-section { padding: 68px 0; }
  .process-pathway-panel { gap: 14px; }
  .process-pathway-intro {
    padding: 30px 26px;
    border-radius: 12px 44px 12px 12px;
  }
  .process-pathway-intro h2 {
    font-size: 34px;
  }
  .process-pathway-intro > p:not(.section-subheading) {
    margin-top: 18px;
    font-size: 14px;
  }
  .process-pathway-proof {
    margin-top: 26px;
  }
  .process-list li {
    min-height: 88px;
    grid-template-columns: 44px 1fr;
    padding: 15px;
  }
  .process-list span {
    width: 44px;
    height: 44px;
  }
  .process-list strong {
    font-size: 14px;
  }
  .ready-assortment-section { padding: 68px 0; }
  .ready-assortment-section::before { inset: 16px; border-radius: 12px 46px 12px 46px; }
  .ready-assortment-copy { padding: 28px; border-radius: 12px 44px 12px 12px; }
  .ready-assortment-grid { grid-template-columns: 1fr; }
  .ready-assortment-grid article.is-featured { grid-column: auto; }
  .product-assortment-section { padding: 68px 0; }
  .product-assortment-section::before { inset: 16px; border-radius: 12px 46px 12px 46px; }
  .product-assortment-panel { gap: 14px; }
  .product-assortment-copy { padding: 28px; border-radius: 12px 44px 12px 12px; }
  .product-assortment-copy h2 { font-size: 34px; }
  .product-assortment-visual {
    min-height: 230px;
    border-radius: 32px 10px 32px 10px;
  }
  .product-assortment-visual img {
    min-height: 230px;
    padding: 22px;
  }
  .product-assortment-grid { grid-template-columns: 1fr; }
  .product-assortment-grid article.is-lead,
  .product-assortment-grid article.is-wide {
    grid-column: auto;
  }
  .team-card { grid-template-columns: 1fr; gap: 24px; }
  .team-card img { height: 360px; }
  .equipment-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .equipment-grid figure, .equipment-grid figure:nth-child(1), .equipment-grid figure:nth-child(2) { grid-column: auto; }
  .media-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .story-timeline { grid-template-columns: 1fr; gap: 14px; }
  .story-timeline li,
  .story-timeline li:nth-child(even) {
    min-height: 205px;
    padding: 78px 22px 24px;
    border-radius: 28px 8px 28px 8px;
  }
  .prose-block--large { padding: 28px; }
}

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

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1180px;
}

.btn {
  border-radius: 6px;
  border-width: 1px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(8, 17, 31, 0.16);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), #bdd45d) !important;
  border-color: var(--accent) !important;
  color: var(--primary-dark) !important;
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--primary), #067081) !important;
  border-color: var(--primary) !important;
  color: var(--white) !important;
}

.btn-outline-dark {
  color: var(--dark) !important;
  border-color: rgba(8, 17, 31, 0.24) !important;
}

.btn-outline-dark:hover {
  background: var(--dark) !important;
  color: var(--white) !important;
}

.hero-section .btn-outline-light {
  border-color: rgba(0, 78, 95, 0.28) !important;
  background: rgba(251, 247, 233, 0.48);
  color: var(--primary-dark) !important;
}

.hero-section .btn-outline-light:hover {
  border-color: var(--primary) !important;
  background: var(--primary) !important;
  color: var(--white) !important;
}

.section-padding {
  padding: 104px 0;
}

.muted-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)),
    var(--soft-bg);
}

.section-header {
  max-width: 760px;
  margin-bottom: 44px;
}

.section-header.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-heading {
  margin: 0 0 18px;
  color: var(--dark);
  font-size: 46px;
  font-weight: 800;
  line-height: 1.12;
}

.section-subheading {
  margin: 0 0 12px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-header p,
.section-padding p,
.global-section p,
.contact-band p {
  color: var(--muted);
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 800;
}

.custom-navbar {
  background: rgba(251, 247, 233, 0.9);
  border-bottom: 1px solid rgba(0, 78, 95, 0.1);
  box-shadow: 0 16px 50px rgba(0, 78, 95, 0.08);
  backdrop-filter: blur(18px);
}

.custom-navbar .container {
  gap: 12px;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--primary) !important;
  font-weight: 800;
  min-width: 0;
}

.navbar-brand img {
  width: 128px;
  height: auto;
  padding: 0;
  filter: drop-shadow(0 10px 16px rgba(0, 78, 95, 0.18));
}

.navbar-brand span {
  max-width: 120px;
  color: var(--earth);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--accent-dark);
}

.dropdown-menu {
  border: 0;
  border-radius: 8px;
  padding: 10px;
  background: rgba(251, 247, 233, 0.98);
  box-shadow: var(--shadow);
}

.dropdown-item {
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.dropdown-item:hover {
  background: rgba(152, 182, 55, 0.13);
  color: var(--primary);
}

.nav-cta {
  padding: 10px 18px;
}

.hero-section,
.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 156px 0 92px;
  color: var(--primary-dark);
}

.hero-section {
  background:
    linear-gradient(90deg, rgba(251, 247, 233, 0.96) 0%, rgba(251, 247, 233, 0.86) 38%, rgba(251, 247, 233, 0.04) 66%),
    url('/assets/images/indies-cadbury-style-hero.png') center right/cover no-repeat;
}

.page-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(152, 182, 55, 0.36), transparent 32%),
    radial-gradient(circle at 18% 78%, rgba(216, 161, 58, 0.22), transparent 34%),
    linear-gradient(115deg, rgba(251, 247, 233, 0.97) 0%, rgba(239, 246, 226, 0.94) 48%, rgba(0, 78, 95, 0.18) 100%);
  color: var(--primary-dark);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -32% 18%;
  height: 420px;
  background: linear-gradient(90deg, rgba(0, 78, 95, 0.12), rgba(152, 182, 55, 0.22));
  transform: rotate(-5deg);
}

.hero-section .container,
.page-hero .container {
  position: relative;
  z-index: 2;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 102px 0 auto;
  height: 1px;
  background: rgba(0, 78, 95, 0.08);
}

.hero-section h1,
.page-hero h1 {
  margin: 0 0 24px;
  color: var(--primary-dark);
  font-size: 64px;
  font-weight: 800;
  line-height: 1.04;
}

.hero-copy,
.page-hero p:not(.section-subheading) {
  max-width: 650px;
  color: #3f5558;
  font-size: 18px;
}

.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 8px;
}

.hero-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 78, 95, 0.16);
  border-radius: 999px;
  background: rgba(251, 247, 233, 0.7);
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 24px rgba(0, 78, 95, 0.08);
}

.hero-stat-pill {
  position: relative;
  width: 188px;
  margin: 470px 0 0 auto;
  padding: 18px;
  border: 1px solid rgba(0, 78, 95, 0.12);
  border-radius: 24px 8px 24px 8px;
  background: rgba(251, 247, 233, 0.96);
  color: var(--dark);
  box-shadow: var(--shadow);
}

.hero-stat-pill strong {
  display: block;
  color: var(--accent-dark);
  font-size: 34px;
  line-height: 1;
}

.hero-stat-pill span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-slider-section {
  position: relative;
  height: max(700px, 100svh);
  min-height: 700px;
  overflow: hidden;
  background: var(--primary-dark);
}

.hero-slider,
.hero-slider .swiper-wrapper,
.hero-slider .swiper-slide {
  height: 100%;
}

.hero-slide {
  position: relative;
  overflow: hidden;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(251, 247, 233, 0.16) 0%, rgba(251, 247, 233, 0.03) 47%, transparent 68%);
}

.hero-slide--dark::before {
  background: linear-gradient(90deg, rgba(251, 247, 233, 0.24), rgba(251, 247, 233, 0.03) 58%, transparent 72%);
}

.hero-slide--artwork {
  background-position: center;
}

.hero-slide--artwork::before {
  display: none;
}

.hero-slide-inner {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
  padding-top: 104px;
  padding-bottom: 120px;
}

.hero-slide-copy {
  width: min(470px, 38%);
  color: var(--white);
}

.hero-slide--dark .hero-slide-copy {
  color: var(--primary-dark);
}

.hero-slide-eyebrow {
  margin: 0 0 18px;
  color: #d8e96a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-slide--dark .hero-slide-eyebrow {
  color: var(--accent-dark);
}

.hero-slide h1 {
  max-width: 460px;
  margin: 0;
  color: inherit;
  font-size: clamp(50px, 4.25vw, 61px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero-slide-copy > p:not(.hero-slide-eyebrow) {
  max-width: 450px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.hero-slide--dark .hero-slide-copy > p:not(.hero-slide-eyebrow) {
  color: #4a5c59;
}

.hero-slide-cta {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  padding: 0 24px;
  border-radius: 7px;
  background: var(--accent);
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  transition: gap 0.25s ease, background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.hero-slide-cta:hover {
  gap: 19px;
  background: var(--white);
  color: var(--primary-dark);
  transform: translateY(-2px);
}

.hero-slide-count {
  position: absolute;
  right: 4.5vw;
  top: 138px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.hero-slide--dark .hero-slide-count {
  color: rgba(0, 47, 57, 0.34);
}

.hero-slider-ui {
  position: absolute;
  right: 0;
  bottom: 38px;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.hero-slider-pagination {
  position: static !important;
  display: flex;
  width: auto !important;
  align-items: center;
  gap: 10px;
  pointer-events: auto;
}

.hero-slider-pagination .swiper-pagination-bullet {
  position: relative;
  width: 76px;
  height: 28px;
  margin: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.52);
  opacity: 1;
}

.hero-slider-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.28);
}

.hero-slider-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  background: var(--accent);
}

.hero-slider-pagination .swiper-pagination-bullet-active::before {
  width: 100%;
  transition: width 5.2s linear;
}

.hero-slider-pagination .swiper-pagination-bullet span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hero-slider-arrows {
  display: flex;
  gap: 10px;
  pointer-events: auto;
}

.hero-slider-arrows button {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(0, 47, 57, 0.24);
  color: var(--white);
  backdrop-filter: blur(10px);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.hero-slider-arrows button:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--primary-dark);
  transform: translateY(-2px);
}

.hero-slider .swiper-slide-active .hero-slide-eyebrow,
.hero-slider .swiper-slide-active h1,
.hero-slider .swiper-slide-active .hero-slide-copy > p,
.hero-slider .swiper-slide-active .hero-slide-cta {
  animation: hero-reveal 0.8s both;
}

.hero-slider .swiper-slide-active h1 {
  animation-delay: 0.08s;
}

.hero-slider .swiper-slide-active .hero-slide-copy > p {
  animation-delay: 0.16s;
}

.hero-slider .swiper-slide-active .hero-slide-cta {
  animation-delay: 0.24s;
}

@keyframes hero-reveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.brand-home-hero {
  position: relative;
  min-height: max(700px, 100svh);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 32, 39, 0.96) 0%, rgba(0, 47, 57, 0.9) 42%, rgba(16, 64, 30, 0.72) 100%),
    url('/assets/images/inner-hero-dark-backdrop-v1.jpg') center/cover no-repeat;
  color: var(--white);
}

.brand-home-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 25%, rgba(216, 161, 58, 0.28), transparent 28%),
    radial-gradient(circle at 68% 80%, rgba(152, 182, 55, 0.3), transparent 34%),
    linear-gradient(90deg, rgba(251, 247, 233, 0.08), rgba(251, 247, 233, 0.02) 52%, transparent 76%);
  content: "";
}

.brand-home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: max(700px, 100svh);
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1fr);
  align-items: center;
  gap: 54px;
  padding-top: 120px;
  padding-bottom: 110px;
}

.brand-home-hero-copy {
  max-width: 535px;
}

.brand-home-hero-copy h1 {
  max-width: 540px;
  margin: 0;
  color: var(--white);
  font-size: clamp(72px, 8vw, 122px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.brand-home-hero-copy > p:not(.hero-slide-eyebrow) {
  max-width: 510px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.brand-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.brand-home-hero-link {
  margin-top: 34px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.brand-home-hero-visual {
  position: relative;
  min-height: 570px;
}

.brand-home-hero-shelf {
  position: absolute;
  right: -7%;
  bottom: 28px;
  width: 96%;
  height: 35%;
  border: 1px solid rgba(216, 161, 58, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03)),
    rgba(5, 36, 42, 0.78);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

.brand-home-hero-shelf::before {
  position: absolute;
  inset: -170px -45px -40px;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(217, 235, 116, 0.2), transparent 62%);
  content: "";
}

.brand-home-hero-product {
  position: absolute;
  display: grid;
  justify-items: center;
  margin: 0;
}

.brand-home-hero-product img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 30px 26px rgba(0, 0, 0, 0.44));
}

.brand-home-hero-product figcaption {
  display: none;
}

.brand-home-hero-product--1 {
  right: 35%;
  bottom: 82px;
  z-index: 4;
  width: 36%;
}

.brand-home-hero-product--2 {
  right: 15%;
  bottom: 70px;
  z-index: 5;
  width: 40%;
}

.brand-home-hero-product--3 {
  right: 0;
  bottom: 105px;
  z-index: 3;
  width: 31%;
}

.brand-home-hero-product--4 {
  left: 5%;
  bottom: 112px;
  z-index: 2;
  width: 28%;
}

.brand-home-hero-product--5 {
  left: 22%;
  top: 42px;
  z-index: 1;
  width: 28%;
  opacity: 0.96;
}

.brand-home-hero-badge {
  position: absolute;
  right: 22px;
  bottom: 66px;
  z-index: 8;
  width: 184px;
  padding: 18px;
  border: 1px solid rgba(216, 161, 58, 0.62);
  border-radius: 8px;
  background: rgba(0, 47, 57, 0.9);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.32);
}

.brand-home-hero-badge strong {
  display: block;
  color: var(--white);
  font-size: 14px;
  font-weight: 850;
}

.brand-home-hero-badge span {
  display: block;
  margin-top: 4px;
  color: #d8e96a;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.compact-hero {
  min-height: 54vh;
  padding-bottom: 76px;
}

.compact-hero h1 {
  max-width: 900px;
  font-size: 58px;
}

.section-image {
  width: 100%;
  min-height: 420px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.strength-card,
.product-card,
.offering-card,
.detail-card,
.contact-card,
.enquiry-form {
  border: 1px solid rgba(8, 17, 31, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 50px rgba(8, 17, 31, 0.06);
}

.strength-card {
  padding: 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.strength-card:hover,
.product-card:hover,
.offering-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.strength-card i {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: rgba(11, 92, 255, 0.1);
  color: var(--primary);
  font-size: 20px;
}

.strength-card h3,
.product-card h3,
.offering-card h3,
.detail-card h2,
.contact-card h2 {
  margin: 0 0 12px;
  color: var(--dark);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.product-card {
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 0;
  background:
    radial-gradient(circle at 85% 18%, rgba(251, 247, 233, 0.42), transparent 32%),
    linear-gradient(145deg, #eef5d4, #dfe9cb 68%);
  border-radius: 30px 8px 30px 8px;
}

.product-card-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 220px;
  overflow: hidden;
}

.product-card-visual::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(251, 247, 233, 0.9), transparent 24%),
    linear-gradient(135deg, rgba(152, 182, 55, 0.78), rgba(0, 78, 95, 0.82));
  transform: rotate(-12deg);
}

.product-card-visual i {
  position: relative;
  z-index: 2;
  color: var(--cream);
  font-size: 76px;
  filter: drop-shadow(0 14px 18px rgba(0, 47, 57, 0.2));
}

.product-card-visual span {
  position: absolute;
  right: 22px;
  top: 18px;
  color: rgba(0, 78, 95, 0.12);
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
}

.product-card-body {
  padding: 28px;
  position: relative;
  z-index: 2;
}

.product-card-body::before {
  content: "";
  display: block;
  width: 54px;
  height: 5px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--accent);
}

.product-card--original .product-card-visual {
  min-height: 330px;
  background:
    radial-gradient(circle at 72% 20%, rgba(152,182,55,.34), transparent 30%),
    linear-gradient(145deg, #fbf7e9, #e1ead2);
}

.product-card--original .product-card-visual::before {
  width: 260px;
  height: 260px;
  opacity: .22;
}

.product-card--original .product-card-visual img {
  position: relative;
  z-index: 2;
  width: 88%;
  height: 300px;
  object-fit: contain;
  padding: 16px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 24px 22px rgba(0,47,57,.2));
  transition: transform .4s ease;
}

.product-card--original:hover .product-card-visual img {
  transform: translateY(-7px) scale(1.025);
}

.product-card--original .product-card-visual span {
  z-index: 3;
  font-size: 48px;
}

.product-world {
  background:
    radial-gradient(circle at 6% 18%, rgba(216, 161, 58, 0.18), transparent 22%),
    radial-gradient(circle at 94% 72%, rgba(0, 78, 95, 0.12), transparent 26%),
    var(--cream);
}

.cadbury-promo-section,
.cadbury-stories,
.cadbury-gifting,
.cadbury-newsletter,
.cadbury-brands {
  position: relative;
  overflow: hidden;
}

.cadbury-promo-section {
  padding: 84px 0 42px;
  background: var(--cream);
}

.cadbury-feature {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 36px;
  align-items: center;
  min-height: 470px;
  padding: 56px;
  border-radius: 56px 14px 56px 14px;
  background:
    radial-gradient(circle at 92% 16%, rgba(251, 247, 233, 0.4), transparent 28%),
    linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: var(--white);
  overflow: hidden;
}

.cadbury-feature > *,
.cadbury-gift-panel > * {
  min-width: 0;
}

.cadbury-feature h2,
.cadbury-gift-panel h2,
.cadbury-newsletter h2 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 52px;
  font-weight: 800;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.cadbury-feature p:not(.section-subheading),
.cadbury-gift-panel p,
.cadbury-newsletter p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.cadbury-feature-art {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cadbury-feature-art i {
  display: grid;
  place-items: center;
  min-height: 210px;
  border-radius: 999px 999px 24px 24px;
  background:
    radial-gradient(circle at 34% 24%, rgba(251, 247, 233, 0.86), transparent 22%),
    linear-gradient(145deg, var(--accent), #d9e581);
  color: var(--primary-dark);
  font-size: 64px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.16);
}

.cadbury-feature-art i:nth-child(2) {
  margin-top: 70px;
  background: linear-gradient(145deg, var(--gold), #f3d47c);
}

.cadbury-feature-art i:nth-child(3) {
  margin-top: 28px;
  background: linear-gradient(145deg, #f2f6d6, var(--accent));
}

.launch-program-section {
  position: relative;
  overflow: hidden;
  padding: 94px 0 52px;
  background:
    radial-gradient(circle at 94% 12%, rgba(152, 182, 55, 0.17), transparent 25%),
    var(--cream);
}

.homepage-trust-strip {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 44px 0 48px;
  background: var(--cream);
}

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

.homepage-trust-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(0, 78, 95, 0.1);
  border-radius: 18px 6px 18px 6px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(0, 47, 57, 0.12);
  backdrop-filter: blur(12px);
}

.homepage-trust-grid i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--primary-dark);
  color: var(--accent);
  font-size: 17px;
}

.homepage-trust-grid span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.homepage-trust-grid strong {
  display: block;
  margin-top: 5px;
  color: var(--primary-dark);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}

.launch-program-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(480px, 1.06fr);
  min-height: 680px;
  overflow: hidden;
  border-radius: 60px 14px 60px 14px;
  background:
    radial-gradient(circle at 8% 90%, rgba(152, 182, 55, 0.11), transparent 25%),
    var(--primary-dark);
  box-shadow: 0 32px 86px rgba(0, 47, 57, 0.2);
}

.launch-program-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 66px 56px 66px 66px;
  color: var(--white);
}

.launch-program-content .section-subheading {
  color: #d8e96a;
}

.launch-program-content h2 {
  max-width: 620px;
  margin: 0;
  color: var(--white);
  font-size: clamp(42px, 4.2vw, 60px);
  font-weight: 800;
  letter-spacing: -0.052em;
  line-height: 1.02;
}

.launch-program-copy {
  max-width: 570px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.72;
}

.launch-program-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.launch-program-steps > div {
  min-width: 0;
  padding: 22px 16px 22px 0;
}

.launch-program-steps > div + div {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.launch-program-steps span {
  display: block;
  margin-bottom: 7px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.launch-program-steps strong {
  display: block;
  color: var(--white);
  font-size: 14px;
}

.launch-program-steps small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 1.45;
}

.launch-program-cta {
  display: inline-flex;
  align-self: flex-start;
  min-height: 54px;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  padding: 0 24px;
  border-radius: 7px;
  background: var(--accent);
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 800;
  transition: gap 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.launch-program-cta:hover {
  gap: 19px;
  background: var(--white);
  color: var(--primary-dark);
  transform: translateY(-2px);
}

.launch-program-visual {
  position: relative;
  min-width: 0;
  padding: 22px 22px 22px 0;
}

.launch-program-visual figure {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 12px 48px 12px 48px;
  background:
    radial-gradient(circle at 70% 25%, rgba(152, 182, 55, .35), transparent 30%),
    linear-gradient(145deg, #f8f3e4, #dfeacc);
}

.launch-program-visual figure::after {
  content: "";
  position: absolute;
  inset: 22px 22px 22px 0;
  border-radius: 12px 48px 12px 48px;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 27, 33, 0.55));
  pointer-events: none;
}

.launch-program-visual figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 48px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 22px 20px rgba(0, 47, 57, .16));
  transition: transform 0.8s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.launch-program-panel:hover .launch-program-visual figure img {
  transform: scale(1.035);
}

.launch-program-badge {
  position: absolute;
  top: 58px;
  left: -35px;
  z-index: 2;
  display: flex;
  width: 188px;
  align-items: center;
  gap: 13px;
  padding: 18px;
  border: 7px solid var(--primary-dark);
  border-radius: 25px 7px 25px 7px;
  background: var(--cream);
  color: var(--primary-dark);
  box-shadow: 0 18px 42px rgba(0, 18, 22, 0.23);
  transform: rotate(-3deg);
}

.launch-program-badge i {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
}

.launch-program-badge span {
  font-size: 11px;
  line-height: 1.35;
}

.launch-program-badge strong {
  font-size: 13px;
}

.launch-program-range {
  position: absolute;
  right: 48px;
  bottom: 47px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.launch-program-range span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 13px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(0, 47, 57, 0.64);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  backdrop-filter: blur(9px);
}

.buyer-confidence-section {
  position: relative;
  overflow: hidden;
  padding: 102px 0;
  background:
    radial-gradient(circle at 7% 12%, rgba(216, 161, 58, 0.2), transparent 24%),
    radial-gradient(circle at 92% 84%, rgba(152, 182, 55, 0.17), transparent 26%),
    linear-gradient(180deg, #fbf7e9 0%, #f2f5e5 100%);
}

.buyer-confidence-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 3.4vw, 42px);
  align-items: center;
}

.buyer-confidence-copy {
  display: flex;
  min-width: 0;
  min-height: 536px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(38px, 5vw, 62px);
  border-radius: 18px 68px 18px 18px;
  background:
    radial-gradient(circle at 88% 14%, rgba(216, 161, 58, 0.18), transparent 30%),
    var(--white);
  box-shadow: 0 28px 72px rgba(0, 78, 95, 0.12);
}

.buyer-confidence-copy h2 {
  margin: 0;
  max-width: 560px;
  color: var(--primary-dark);
  font-size: clamp(38px, 4.1vw, 58px);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.06;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.buyer-confidence-copy p:not(.section-subheading) {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.78;
}

.buyer-confidence-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.buyer-confidence-actions a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 12px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  transition: gap 0.25s ease, transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.buyer-confidence-primary {
  background: var(--primary-dark);
  color: var(--white);
}

.buyer-confidence-primary:hover {
  gap: 17px;
  background: var(--accent-dark);
  color: var(--white);
  transform: translateY(-2px);
}

.buyer-confidence-secondary {
  border: 1px solid rgba(0, 78, 95, 0.15);
  background: rgba(255, 255, 255, 0.7);
  color: var(--primary-dark);
}

.buyer-confidence-secondary:hover {
  gap: 17px;
  border-color: transparent;
  background: var(--accent);
  color: var(--primary-dark);
  transform: translateY(-2px);
}

.buyer-confidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-self: stretch;
}

.buyer-confidence-grid article {
  position: relative;
  display: flex;
  min-height: 261px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(0, 78, 95, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 50px rgba(0, 78, 95, 0.09);
}

.buyer-confidence-grid article:first-child {
  grid-column: span 2;
  border-radius: 16px 64px 16px 16px;
  background:
    linear-gradient(135deg, rgba(0, 78, 95, 0.96), rgba(0, 47, 57, 0.98)),
    var(--primary);
  color: var(--white);
}

.buyer-confidence-grid article::after {
  position: absolute;
  right: -54px;
  top: -54px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(216, 161, 58, 0.16);
  content: "";
}

.buyer-confidence-grid span {
  position: absolute;
  top: 24px;
  left: 26px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.buyer-confidence-grid i {
  position: absolute;
  top: 23px;
  right: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 78, 95, 0.08);
  color: var(--accent-dark);
  font-size: 18px;
}

.buyer-confidence-grid article:first-child i {
  background: rgba(255, 255, 255, 0.1);
  color: var(--accent);
}

.buyer-confidence-grid h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--primary-dark);
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.buyer-confidence-grid article:first-child h3 {
  color: var(--white);
  font-size: clamp(30px, 3.6vw, 44px);
}

.buyer-confidence-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.62;
}

.buyer-confidence-grid article:first-child p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

.cadbury-stories {
  padding: 56px 0 94px;
  background:
    linear-gradient(180deg, var(--cream), #efeecb);
}

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

.cadbury-story-card {
  min-height: 440px;
  padding: 38px;
  border-radius: 36px 10px 36px 10px;
  background:
    radial-gradient(circle at 85% 18%, rgba(251, 247, 233, 0.5), transparent 30%),
    linear-gradient(145deg, #f6d178, var(--gold));
  color: var(--primary-dark);
}

.cadbury-story-card--green {
  background:
    radial-gradient(circle at 85% 18%, rgba(251, 247, 233, 0.42), transparent 30%),
    linear-gradient(145deg, #cddd74, var(--accent));
}

.cadbury-story-card--gold {
  background:
    radial-gradient(circle at 85% 18%, rgba(251, 247, 233, 0.52), transparent 30%),
    linear-gradient(145deg, #e4f2dc, #b9d4c8);
}

.cadbury-story-card p {
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cadbury-story-card h2 {
  margin: 90px 0 18px;
  color: var(--primary-dark);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.05;
}

.cadbury-story-card span {
  display: block;
  color: rgba(6, 43, 52, 0.78);
  font-weight: 600;
}

.cadbury-story-card a {
  display: inline-flex;
  margin-top: 28px;
  color: var(--primary-dark);
  font-weight: 800;
  text-transform: uppercase;
}

.cadbury-favourites {
  padding-top: 106px;
  overflow: hidden;
}

.favourites-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 46px;
}

.favourites-heading .section-heading {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.favourites-intro {
  max-width: 440px;
  padding-bottom: 7px;
}

.favourites-intro p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.favourites-intro a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 800;
}

.favourites-intro a i {
  transition: transform 0.25s ease;
}

.favourites-intro a:hover i {
  transform: translateX(4px);
}

.product-slider {
  overflow: visible;
}

.product-slider .swiper-slide {
  height: auto;
}

.category-slide {
  position: relative;
  display: block;
  height: 570px;
  overflow: hidden;
  border-radius: 28px 8px 28px 8px;
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: 0 18px 50px rgba(0, 47, 57, 0.13);
  isolation: isolate;
}

.category-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.category-slide--pack {
  background:
    radial-gradient(circle at 72% 18%, rgba(152, 182, 55, .38), transparent 28%),
    linear-gradient(150deg, #f3efd9, #dce8ce);
}

.category-slide--pack img {
  object-fit: contain;
  padding: 34px 26px 150px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 22px 24px rgba(0, 47, 57, .16));
}

.category-slide-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 30, 37, 0.03) 20%, rgba(0, 30, 37, 0.92) 100%),
    linear-gradient(90deg, rgba(0, 30, 37, 0.18), transparent 55%);
}

.category-slide-number {
  position: absolute;
  top: 22px;
  right: 24px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.category-slide-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
}

.category-slide-label {
  margin-bottom: 10px;
  color: #d8e96a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.category-slide-content strong {
  max-width: 330px;
  color: var(--white);
  font-size: clamp(27px, 2.5vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.category-slide-copy {
  display: -webkit-box;
  max-width: 350px;
  margin-top: 14px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.category-slide-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.category-slide-link i {
  transition: transform 0.25s ease;
}

.category-slide:hover img {
  transform: scale(1.055);
}

.category-slide:hover .category-slide-link i {
  transform: translateX(4px);
}

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

.product-slider-pagination {
  position: static !important;
  display: flex;
  align-items: center;
  width: auto !important;
  gap: 8px;
}

.product-slider-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 4px;
  margin: 0 !important;
  border-radius: 999px;
  background: rgba(0, 78, 95, 0.2);
  opacity: 1;
  transition: width 0.25s ease, background 0.25s ease;
}

.product-slider-pagination .swiper-pagination-bullet-active {
  width: 52px;
  background: var(--primary);
}

.product-slider-controls {
  display: flex;
  gap: 10px;
}

.product-slider-controls button {
  display: inline-grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(0, 78, 95, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  color: var(--primary);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.product-slider-controls button:hover:not(:disabled) {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
}

.product-slider-controls button:disabled {
  cursor: default;
  opacity: 0.35;
}

.cadbury-gifting {
  padding: 94px 0;
  background:
    radial-gradient(circle at 8% 80%, rgba(216, 161, 58, 0.2), transparent 28%),
    var(--cream);
}

.cadbury-gift-panel {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 40px;
  align-items: center;
  padding: 56px;
  border-radius: 18px 70px 18px 70px;
  background:
    linear-gradient(135deg, rgba(0, 78, 95, 0.94), rgba(0, 47, 57, 0.98)),
    var(--primary);
  color: var(--white);
}

.cadbury-gift-visual {
  display: grid;
  gap: 18px;
}

.cadbury-gift-visual span {
  display: grid;
  place-items: center;
  min-height: 92px;
  border-radius: 999px;
  background: rgba(251, 247, 233, 0.95);
  color: var(--primary);
  font-size: 22px;
  font-weight: 800;
  transform: rotate(-3deg);
}

.cadbury-gift-visual span:nth-child(2) {
  transform: rotate(2deg);
  background: var(--accent);
  color: var(--primary-dark);
}

.cadbury-gift-visual span:nth-child(3) {
  transform: rotate(-1deg);
  background: var(--gold);
}

.business-opportunities {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 3% 85%, rgba(216, 161, 58, 0.18), transparent 24%),
    radial-gradient(circle at 96% 12%, rgba(152, 182, 55, 0.16), transparent 22%),
    var(--cream);
}

.business-opportunity-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  min-height: 720px;
  overflow: hidden;
  border-radius: 62px 14px 62px 14px;
  background: var(--primary-dark);
  box-shadow: 0 34px 90px rgba(0, 47, 57, 0.2);
}

.business-opportunity-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 66px;
  color: var(--white);
}

.business-opportunity-content .section-subheading {
  color: #d8e96a;
}

.business-opportunity-content h2 {
  max-width: 650px;
  margin: 0;
  color: var(--white);
  font-size: clamp(43px, 4.5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.business-opportunity-intro {
  max-width: 570px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.7;
}

.business-program-list {
  margin: 42px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.business-program-list a {
  display: grid;
  grid-template-columns: 38px minmax(150px, 0.8fr) minmax(190px, 1.2fr) 20px;
  align-items: center;
  gap: 16px;
  min-height: 82px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  transition: padding 0.25s ease, background 0.25s ease;
}

.business-program-list a:hover {
  padding-right: 12px;
  padding-left: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.business-program-list span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.business-program-list strong {
  font-size: 15px;
  line-height: 1.3;
}

.business-program-list small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.5;
}

.business-program-list i {
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.business-program-list a:hover i {
  color: var(--accent);
  transform: translate(3px, -3px);
}

.business-opportunity-cta {
  display: inline-flex;
  align-self: flex-start;
  min-height: 54px;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  border-radius: 7px;
  background: var(--accent);
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 800;
  transition: gap 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.business-opportunity-cta:hover {
  gap: 19px;
  background: var(--white);
  color: var(--primary-dark);
  transform: translateY(-2px);
}

.business-opportunity-visual {
  position: relative;
  min-width: 0;
  padding: 24px 24px 24px 0;
}

.business-image {
  position: absolute;
  overflow: hidden;
  margin: 0;
  background:
    radial-gradient(circle at 70% 20%, rgba(152, 182, 55, .34), transparent 28%),
    linear-gradient(145deg, #f7f2e2, #dce8ce);
  box-shadow: 0 22px 55px rgba(0, 18, 22, 0.3);
}

.business-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 26px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 20px 18px rgba(0, 47, 57, .15));
  transition: transform 0.7s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.business-image--main {
  inset: 24px 24px 168px 0;
  border-radius: 12px 44px 12px 44px;
}

.business-image--main img {
  object-position: 66% center;
}

.business-image--secondary {
  right: 52px;
  bottom: 34px;
  z-index: 2;
  width: 63%;
  height: 245px;
  border: 8px solid var(--primary-dark);
  border-radius: 34px 9px 34px 9px;
}

.business-image--secondary img {
  object-position: 68% center;
}

.business-opportunity-visual:hover .business-image img {
  transform: scale(1.035);
}

.business-visual-note {
  position: absolute;
  bottom: 72px;
  left: -33px;
  z-index: 3;
  display: flex;
  width: 150px;
  height: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 7px solid var(--primary-dark);
  border-radius: 50%;
  background: var(--accent);
  color: var(--primary-dark);
  text-align: center;
  transform: rotate(-7deg);
  box-shadow: 0 16px 38px rgba(0, 18, 22, 0.24);
}

.business-visual-note strong {
  font-size: 20px;
  line-height: 1.1;
}

.business-visual-note span {
  max-width: 100px;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.cadbury-newsletter {
  padding: 90px 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(251, 247, 233, 0.2), transparent 26%),
    linear-gradient(135deg, var(--accent-dark), var(--primary));
}

.cadbury-newsletter-inner {
  max-width: 730px;
}

.cadbury-brands {
  background:
    radial-gradient(circle at 90% 10%, rgba(152, 182, 55, 0.22), transparent 28%),
    var(--cream);
}

.cadbury-brands p:not(.section-subheading) {
  color: var(--muted);
  font-size: 17px;
}

.cadbury-brand-bubbles {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cadbury-brand-bubbles span {
  display: inline-flex;
  align-items: center;
  min-height: 74px;
  padding: 18px 24px;
  border-radius: 999px;
  background: var(--white);
  color: var(--primary);
  font-weight: 800;
  box-shadow: var(--shadow);
}

.cadbury-brand-bubbles span:nth-child(even) {
  background: var(--accent);
  color: var(--primary-dark);
}

.brand-showcase {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(152, 182, 55, 0.2), transparent 25%),
    radial-gradient(circle at 5% 88%, rgba(216, 161, 58, 0.15), transparent 23%),
    var(--cream);
}

.brand-showcase-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 48px;
}

.brand-showcase-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--primary-dark);
  font-size: clamp(43px, 5vw, 68px);
  font-weight: 800;
  letter-spacing: -0.052em;
  line-height: 1.02;
}

.brand-showcase-intro {
  max-width: 450px;
  padding-bottom: 8px;
}

.brand-showcase-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.brand-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: 24px;
}

.brand-feature {
  position: relative;
  display: block;
  min-height: 360px;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 18%, rgba(152, 182, 55, .32), transparent 26%),
    linear-gradient(150deg, #eef3df, #bfd0a8);
  color: var(--white);
  isolation: isolate;
}

.brand-feature--green-ocean {
  min-height: 720px;
  border-radius: 58px 12px 58px 12px;
}

.brand-feature--private-label {
  height: 400px;
  border-radius: 12px 50px 12px 50px;
}

.brand-feature img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 46px 42px 180px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 24px 24px rgba(0, 47, 57, .16));
  transition: transform 0.75s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.brand-feature--green-ocean img {
  object-position: 62% center;
}

.brand-feature--private-label img {
  object-position: center 35%;
  padding: 34px 34px 130px;
}

.brand-feature-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 24%, rgba(0, 27, 33, 0.92) 100%),
    linear-gradient(90deg, rgba(0, 27, 33, 0.32), transparent 62%);
}

.brand-feature--private-label .brand-feature-overlay {
  background:
    linear-gradient(180deg, rgba(0, 27, 33, 0.03) 18%, rgba(0, 27, 33, 0.92) 100%),
    linear-gradient(90deg, rgba(0, 27, 33, 0.22), transparent 65%);
}

.brand-feature-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px;
}

.brand-feature-kicker {
  margin-bottom: 12px;
  color: #d8e96a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.brand-feature-content strong {
  color: var(--white);
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.brand-feature--private-label .brand-feature-content strong {
  font-size: clamp(32px, 3.3vw, 46px);
}

.brand-feature-copy {
  max-width: 460px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

.brand-feature-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 23px;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.brand-feature-link i {
  transition: transform 0.25s ease;
}

.brand-feature:hover img {
  transform: scale(1.045);
}

.brand-feature:hover .brand-feature-link i {
  transform: translateX(5px);
}

.brand-range-column {
  display: grid;
  grid-template-rows: 400px 1fr;
  gap: 24px;
}

.brand-range-card {
  display: flex;
  min-height: 296px;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
  border-radius: 42px 10px 42px 10px;
  background:
    radial-gradient(circle at 92% 8%, rgba(251, 247, 233, 0.28), transparent 30%),
    linear-gradient(135deg, var(--accent), #b8cf56);
  color: var(--primary-dark);
}

.brand-range-card > div:first-child > span {
  display: block;
  margin-bottom: 8px;
  color: rgba(0, 47, 57, 0.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.brand-range-card > div:first-child > strong {
  display: block;
  max-width: 470px;
  font-size: 25px;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.brand-range-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.brand-range-tags a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(0, 47, 57, 0.13);
  border-radius: 999px;
  background: rgba(251, 247, 233, 0.7);
  color: var(--primary-dark);
  font-size: 10px;
  font-weight: 800;
  transition: background 0.25s ease, color 0.25s ease;
}

.brand-range-tags a:hover {
  background: var(--primary-dark);
  color: var(--white);
}

.brand-range-all {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 10px;
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 800;
}

.brand-range-all i {
  transition: transform 0.25s ease;
}

.brand-range-all:hover i {
  transform: translateX(5px);
}

.product-world .row > div:nth-child(3n + 1) .product-card {
  background:
    radial-gradient(circle at 88% 14%, rgba(251, 247, 233, 0.48), transparent 30%),
    linear-gradient(145deg, #eff7d1, #dfe9cb 72%);
}

.product-world .row > div:nth-child(3n + 2) .product-card {
  background:
    radial-gradient(circle at 88% 14%, rgba(251, 247, 233, 0.5), transparent 30%),
    linear-gradient(145deg, #d8eef0, #dce8ce 72%);
}

.product-world .row > div:nth-child(3n + 3) .product-card {
  background:
    radial-gradient(circle at 88% 14%, rgba(251, 247, 233, 0.52), transparent 30%),
    linear-gradient(145deg, #f5e7bf, #e4edd0 72%);
}

.global-section {
  padding: 104px 0;
  background:
    radial-gradient(circle at 86% 20%, rgba(152, 182, 55, 0.22), transparent 36%),
    linear-gradient(120deg, rgba(0, 47, 57, 0.98), rgba(0, 78, 95, 0.94)),
    var(--primary-dark);
  color: var(--white);
}

.global-section .section-heading,
.contact-band h2 {
  color: var(--white);
}

.global-section p {
  color: rgba(255, 255, 255, 0.75);
}

.map-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.map-panel img {
  display: block;
  width: 100%;
}

.stats-section {
  padding: 44px 0;
  background: var(--primary-dark);
}

.stat-card {
  height: 100%;
  padding: 28px;
  border-radius: 8px;
  background: rgba(251, 247, 233, 0.08);
  color: var(--white);
}

.stat-card strong {
  display: block;
  color: var(--accent);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.stat-card span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 600;
  line-height: 1.45;
}

.scale-section {
  position: relative;
  overflow: hidden;
  padding: 108px 0 118px;
  background:
    radial-gradient(circle at 88% 6%, rgba(152, 182, 55, 0.22), transparent 24%),
    radial-gradient(circle at 5% 94%, rgba(216, 161, 58, 0.16), transparent 23%),
    var(--primary-dark);
  color: var(--white);
}

.scale-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 7%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  transform: translateY(-58%);
}

.scale-section-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 50px;
}

.scale-section-heading .section-subheading {
  color: #d8e96a;
}

.scale-section-heading h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(42px, 4.8vw, 66px);
  font-weight: 800;
  letter-spacing: -0.052em;
  line-height: 1.02;
}

.scale-section-heading > p {
  max-width: 440px;
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.75;
}

.scale-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.scale-card {
  position: relative;
  display: flex;
  min-height: 340px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 34px 8px 34px 8px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--white);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.scale-card::before {
  content: "";
  position: absolute;
  top: -55px;
  right: -60px;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: rgba(152, 182, 55, 0.08);
  transition: transform 0.4s ease;
}

.scale-card:hover {
  border-color: rgba(216, 233, 106, 0.4);
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-8px);
}

.scale-card:hover::before {
  transform: scale(1.2);
}

.scale-card--2,
.scale-card--4 {
  transform: translateY(26px);
}

.scale-card--2:hover,
.scale-card--4:hover {
  transform: translateY(18px);
}

.scale-card--2 {
  background: var(--accent);
  color: var(--primary-dark);
}

.scale-card--2::before {
  background: rgba(251, 247, 233, 0.2);
}

.scale-card--2:hover {
  border-color: var(--accent);
  background: #a7c442;
}

.scale-card-top {
  position: absolute;
  top: 25px;
  right: 26px;
  left: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scale-card-top span {
  color: rgba(255, 255, 255, 0.44);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.scale-card--2 .scale-card-top span {
  color: rgba(0, 47, 57, 0.47);
}

.scale-card-top i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: var(--accent);
  font-size: 17px;
}

.scale-card--2 .scale-card-top i {
  border-color: rgba(0, 47, 57, 0.14);
  background: rgba(251, 247, 233, 0.25);
  color: var(--primary-dark);
}

.scale-card > strong {
  position: relative;
  z-index: 1;
  display: block;
  color: inherit;
  font-size: clamp(44px, 4vw, 63px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.scale-card > p {
  position: relative;
  z-index: 1;
  max-width: 210px;
  min-height: 48px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.scale-card--2 > p {
  color: rgba(0, 47, 57, 0.7);
}

.scale-card-line {
  position: relative;
  z-index: 1;
  display: block;
  width: 45px;
  height: 4px;
  margin-top: 23px;
  border-radius: 999px;
  background: var(--accent);
  transition: width 0.3s ease;
}

.scale-card--2 .scale-card-line {
  background: var(--primary-dark);
}

.scale-card:hover .scale-card-line {
  width: 86px;
}

.market-connect-section {
  position: relative;
  overflow: hidden;
  padding: 0 0 96px;
  background: var(--cream);
}

.market-connect-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 38px;
  padding: 44px;
  border: 1px solid rgba(0, 78, 95, 0.12);
  border-radius: 18px 62px 18px 18px;
  background:
    radial-gradient(circle at 82% 16%, rgba(152, 182, 55, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.62));
  box-shadow: 0 24px 64px rgba(0, 78, 95, 0.1);
}

.market-connect-panel h2 {
  max-width: 820px;
  margin: 0;
  color: var(--primary-dark);
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.market-connect-panel p:not(.section-subheading) {
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.market-connect-panel > a {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 24px;
  border-radius: 8px;
  background: var(--primary-dark);
  color: var(--white);
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
  transition: gap 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.market-connect-panel > a:hover {
  gap: 18px;
  background: var(--accent-dark);
  color: var(--white);
  transform: translateY(-2px);
}

.offering-card,
.detail-card {
  padding: 34px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.offering-card span,
.detail-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.offering-card a {
  color: var(--primary);
  font-weight: 800;
}

.contact-band {
  padding: 86px 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(251, 247, 233, 0.2), transparent 28%),
    linear-gradient(120deg, var(--primary), var(--accent-dark)),
    var(--primary);
}

.contact-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: var(--white);
}

.contact-band-inner > div {
  max-width: 760px;
}

.contact-band .section-subheading,
.global-section .section-subheading,
.hero-section .section-subheading,
.page-hero .section-subheading {
  color: var(--gold);
}

.contact-band p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-band {
  position: relative;
  overflow: hidden;
  padding: 84px 0;
  background:
    radial-gradient(circle at 10% 82%, rgba(216, 161, 58, 0.2), transparent 26%),
    radial-gradient(circle at 92% 12%, rgba(152, 182, 55, 0.2), transparent 28%),
    linear-gradient(180deg, #fffaf0 0%, #f1ead7 100%);
}

.contact-conversion-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(0, 47, 57, 0.1);
  border-radius: 18px 76px 18px 76px;
  background:
    radial-gradient(circle at 6% 14%, rgba(216, 161, 58, 0.14), transparent 28%),
    linear-gradient(135deg, var(--primary-dark), var(--primary));
  box-shadow: 0 34px 90px rgba(0, 47, 57, 0.22);
}

.contact-conversion-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 5.2vw, 74px);
  color: var(--white);
}

.contact-conversion-content .section-subheading {
  color: #d8e96a;
}

.contact-conversion-content h2 {
  max-width: 650px;
  margin: 0;
  color: var(--white);
  font-size: clamp(42px, 4.9vw, 70px);
  font-weight: 850;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.contact-conversion-copy {
  max-width: 580px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.67) !important;
  font-size: 15px;
  line-height: 1.72;
}

.contact-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.contact-paths > a {
  display: grid;
  grid-template-columns: 45px 1fr 16px;
  align-items: center;
  gap: 12px;
  min-height: 96px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px 6px 20px 6px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--white);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.contact-paths > a:hover {
  border-color: rgba(216, 233, 106, 0.42);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}

.contact-path-icon {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: var(--primary-dark);
}

.contact-paths small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
}

.contact-paths strong {
  display: block;
  color: var(--white);
  font-size: 13px;
  line-height: 1.3;
}

.contact-paths > a > i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.contact-paths > a:hover > i {
  color: var(--accent);
  transform: translateX(4px);
}

.contact-conversion-cta {
  display: inline-flex;
  align-self: flex-start;
  min-height: 54px;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  padding: 0 24px;
  border-radius: 7px;
  background: var(--accent);
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 800;
  transition: gap 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.contact-conversion-cta:hover {
  gap: 19px;
  background: var(--white);
  color: var(--primary-dark);
  transform: translateY(-2px);
}

.contact-conversion-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  margin: 22px 22px 22px 0;
  border-radius: 14px 58px 14px 58px;
  background:
    radial-gradient(circle at 52% 28%, rgba(255, 255, 255, 0.5), transparent 18%),
    radial-gradient(circle at 84% 18%, rgba(216, 161, 58, 0.28), transparent 27%),
    linear-gradient(145deg, #fff6db 0%, #dfeccc 100%);
}

.contact-conversion-visual::before {
  position: absolute;
  inset: 9% 7% 12% 8%;
  border: 1px solid rgba(0, 78, 95, 0.09);
  border-radius: 999px;
  content: "";
}

.contact-product-slider {
  position: absolute;
  inset: 24px 24px 78px;
}

.contact-product-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
  display: grid;
  place-items: center;
  border-radius: 14px 46px 14px 46px;
  background:
    radial-gradient(circle at 72% 18%, rgba(216, 161, 58, 0.2), transparent 30%),
    rgba(255, 255, 255, 0.68);
  box-shadow: 0 22px 52px rgba(0, 47, 57, 0.14);
  opacity: 0;
  transform: translateX(32px) scale(0.96);
  animation: contactProductSlide 16s infinite;
}

.contact-product-slide img {
  display: block;
  width: min(82%, 360px);
  height: min(82%, 360px);
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 20px 18px rgba(0, 47, 57, .15));
}

.contact-product-slide figcaption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--primary-dark);
  color: var(--white);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-product-slide--two {
  animation-delay: 4s;
}

.contact-product-slide--three {
  animation-delay: 8s;
}

.contact-product-slide--four {
  animation-delay: 12s;
}

.contact-product-dots {
  position: absolute;
  right: 32px;
  bottom: 92px;
  z-index: 4;
  display: flex;
  gap: 7px;
}

.contact-product-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(0, 47, 57, 0.26);
  animation: contactProductDot 16s infinite;
}

.contact-product-dots span:nth-child(2) {
  animation-delay: 4s;
}

.contact-product-dots span:nth-child(3) {
  animation-delay: 8s;
}

.contact-product-dots span:nth-child(4) {
  animation-delay: 12s;
}

@keyframes contactProductSlide {
  0%,
  19% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  25%,
  94% {
    opacity: 0;
    transform: translateX(-28px) scale(0.96);
  }
  95%,
  100% {
    opacity: 0;
    transform: translateX(32px) scale(0.96);
  }
}

@keyframes contactProductDot {
  0%,
  19% {
    background: var(--primary-dark);
    transform: scale(1.35);
  }
  25%,
  100% {
    background: rgba(0, 47, 57, 0.26);
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-product-slide,
  .contact-product-dots span {
    animation: none;
  }

  .contact-product-slide--one {
    opacity: 1;
    transform: none;
  }
}

.contact-visual-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 50%, rgba(0, 27, 33, 0.42)),
    linear-gradient(90deg, rgba(0, 47, 57, 0.18), transparent 46%);
  pointer-events: none;
}

.contact-visual-badge {
  position: absolute;
  top: 34px;
  right: 34px;
  display: flex;
  width: 130px;
  height: 130px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent);
  color: var(--primary-dark);
  text-align: center;
  transform: rotate(6deg);
  box-shadow: 0 18px 42px rgba(0, 18, 22, 0.2);
}

.contact-visual-badge span {
  font-size: 10px;
  font-weight: 700;
}

.contact-visual-badge strong {
  font-size: 20px;
  line-height: 1.1;
}

.contact-visual-proof {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px 5px 16px 5px;
  background: rgba(0, 47, 57, 0.74);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.contact-visual-proof i {
  color: #d8e96a;
}

.product-cta-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(216, 161, 58, 0.2), transparent 28%),
    radial-gradient(circle at 92% 76%, rgba(152, 182, 55, 0.18), transparent 30%),
    linear-gradient(180deg, #fbf7e9 0%, #f3ebd6 100%);
}

.product-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  align-items: stretch;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(0, 47, 57, 0.08);
  border-radius: 18px 68px 18px 68px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.58)),
    var(--cream);
  box-shadow: 0 30px 80px rgba(0, 47, 57, 0.16);
}

.product-cta-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 72px);
}

.product-cta-copy h2 {
  max-width: 680px;
  margin: 0;
  color: var(--primary-dark);
  font-size: clamp(38px, 4.6vw, 66px);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.product-cta-copy > p:not(.section-subheading) {
  max-width: 590px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.76;
}

.product-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.product-cta-actions a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  transition: gap 0.25s ease, transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.product-cta-primary {
  background: var(--primary-dark);
  color: var(--white);
}

.product-cta-primary:hover {
  gap: 17px;
  background: var(--accent-dark);
  color: var(--white);
  transform: translateY(-2px);
}

.product-cta-secondary {
  border: 1px solid rgba(0, 47, 57, 0.15);
  background: rgba(255, 255, 255, 0.62);
  color: var(--primary-dark);
}

.product-cta-secondary:hover {
  border-color: transparent;
  background: var(--accent);
  color: var(--primary-dark);
  transform: translateY(-2px);
}

.product-cta-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 34px 34px 34px 0;
  background:
    radial-gradient(circle at 72% 26%, rgba(216, 161, 58, 0.22), transparent 30%),
    linear-gradient(135deg, var(--primary-dark), var(--primary));
}

.product-cta-visual::before {
  position: absolute;
  inset: auto -88px -110px auto;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.product-cta-image-stack {
  position: relative;
  height: 100%;
  min-height: 492px;
}

.product-cta-image {
  position: absolute;
  overflow: hidden;
  margin: 0;
  background:
    radial-gradient(circle at 72% 20%, rgba(216, 161, 58, .18), transparent 32%),
    linear-gradient(145deg, #f4ecd5, #e3edcf);
  box-shadow: 0 24px 58px rgba(0, 18, 22, 0.24);
}

.product-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 32px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 22px 20px rgba(0, 47, 57, .16));
  transition: transform 0.7s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.product-cta-panel:hover .product-cta-image img {
  transform: scale(1.04) rotate(-1deg);
}

.product-cta-image--main {
  inset: 18px 34px 118px 0;
  border-radius: 12px 46px 12px 46px;
}

.product-cta-image--float {
  right: 0;
  bottom: 18px;
  z-index: 2;
  width: 52%;
  height: 220px;
  border: 8px solid var(--primary);
  border-radius: 34px 10px 34px 10px;
}

.product-cta-steps {
  position: absolute;
  bottom: 56px;
  left: 28px;
  z-index: 3;
  display: grid;
  width: min(330px, calc(100% - 56px));
  grid-template-columns: 40px 1fr;
  gap: 10px 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px 6px 20px 6px;
  background: rgba(0, 47, 57, 0.78);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.product-cta-steps span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 900;
}

.product-cta-steps strong {
  align-self: center;
  font-size: 13px;
  line-height: 1.25;
}

.cert-panel,
.brand-panel,
.career-note {
  border-radius: 8px;
  padding: 46px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.cert-grid span,
.cert-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 6px;
  background: var(--soft-bg);
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.brand-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 44px;
}

.brand-panel img {
  width: 100%;
  height: 430px;
  border-radius: 8px;
  object-fit: cover;
}

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

.media-grid article {
  min-height: 280px;
  padding: 30px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 20%, rgba(251, 247, 233, 0.58), transparent 34%),
    linear-gradient(145deg, rgba(152, 182, 55, 0.28), rgba(0, 78, 95, 0.1)),
    var(--white);
  box-shadow: 0 12px 36px rgba(8, 17, 31, 0.08);
}

.media-grid article span {
  color: var(--accent-dark);
  font-size: 46px;
  font-weight: 800;
}

.media-grid article h2 {
  margin: 22px 0 12px;
  color: var(--primary-dark);
  font-size: 24px;
  font-weight: 800;
}

.media-grid--visual article {
  position: relative;
  min-height: 420px;
  padding: 0;
  overflow: hidden;
  border-radius: 30px 8px 30px 8px;
  background: var(--primary-dark);
  color: white;
}

.media-grid--visual article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(0,31,38,.96) 100%);
}

.media-grid--visual article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.media-grid--visual article:nth-child(6) img {
  object-fit: contain;
  padding: 25px 30px 140px;
  background: linear-gradient(145deg, #f5f0df, #cfdfb9);
  mix-blend-mode: multiply;
  filter: drop-shadow(0 18px 18px rgba(0, 47, 57, .14));
}

.media-grid--visual article:hover img {
  transform: scale(1.045);
}

.media-grid--visual article span,
.media-grid--visual article h2,
.media-grid--visual article p {
  position: absolute;
  right: 26px;
  left: 26px;
  z-index: 2;
}

.media-grid--visual article span {
  top: 22px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  letter-spacing: .14em;
}

.media-grid--visual article h2 {
  bottom: 58px;
  margin: 0;
  color: white;
}

.media-grid--visual article p {
  bottom: 19px;
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: 12px;
}

.contact-card,
.enquiry-form {
  padding: 34px;
}

.contact-card h2 {
  margin-bottom: 14px;
  color: var(--primary-dark);
  font-size: 28px;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.contact-card-intro {
  display: block !important;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.contact-card p {
  display: flex;
  gap: 12px;
  color: var(--muted);
}

.contact-card i {
  margin-top: 7px;
  color: var(--primary);
}

.contact-action-stack {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.contact-proof-card {
  margin-top: 18px;
  padding: 28px;
  border-radius: 12px 44px 12px 12px;
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 161, 58, 0.16), transparent 30%),
    var(--primary-dark);
  color: var(--white);
  box-shadow: 0 22px 54px rgba(0, 47, 57, 0.16);
}

.contact-proof-card .section-subheading {
  color: #d8e96a;
}

.contact-proof-card > div {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-proof-card i {
  margin-top: 4px;
  color: var(--accent);
}

.contact-proof-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.55;
}

.enquiry-form-heading {
  margin-bottom: 26px;
}

.enquiry-form-heading h2 {
  margin: 0;
  color: var(--primary-dark);
  font-size: clamp(30px, 3.3vw, 44px);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.enquiry-form-heading p:not(.section-subheading) {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

.enquiry-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--dark);
  font-size: 13px;
  font-weight: 800;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
  border-color: var(--primary);
  outline: 3px solid rgba(11, 92, 255, 0.12);
}

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

.career-note {
  margin-top: 50px;
}

.footer-section {
  padding: 86px 0 26px;
  background:
    radial-gradient(circle at 12% 10%, rgba(152, 182, 55, 0.18), transparent 28%),
    var(--primary-dark);
  color: rgba(255, 255, 255, 0.72);
}

.footer-logo-panel {
  display: inline-flex;
  width: 220px;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px 7px 22px 7px;
  background:
    radial-gradient(circle at 88% 10%, rgba(152, 182, 55, 0.18), transparent 34%),
    var(--cream);
  box-shadow: 0 18px 42px rgba(0, 18, 22, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-logo-panel:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(0, 18, 22, 0.36);
}

.footer-logo {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}

.footer-kicker {
  margin-top: 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-title {
  margin-bottom: 22px;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-section .nav-link {
  display: inline-block;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
}

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

.cert-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
  max-width: 390px;
  margin-top: 24px;
}

.footer-certification {
  display: grid;
  height: 62px;
  place-items: center;
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px 4px 12px 4px;
  background: var(--cream);
  box-shadow: 0 9px 22px rgba(0, 18, 22, 0.17);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-certification:hover {
  transform: translateY(-3px);
  box-shadow: 0 13px 28px rgba(0, 18, 22, 0.26);
}

.footer-certification img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-certification:nth-child(1) img,
.footer-certification:nth-child(5) img {
  width: 86%;
}

.bottom-footer {
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
}

.bottom-footer p {
  margin: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  font-size: 26px;
  box-shadow: 0 16px 34px rgba(111, 139, 34, 0.34);
}

@media (max-width: 991px) {
  .navbar-collapse {
    margin-top: 14px;
    padding: 18px;
    border-radius: 8px;
    background: rgba(251, 247, 233, 0.98);
  }

  .section-padding,
  .global-section {
    padding: 78px 0;
  }

  .hero-section h1,
  .page-hero h1,
  .compact-hero h1 {
    font-size: 46px;
  }

  .section-heading {
    font-size: 36px;
  }

  .favourites-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 36px;
  }

  .favourites-intro {
    max-width: 620px;
    padding-bottom: 0;
  }

  .category-slide {
    height: 520px;
  }

  .hero-section {
    padding-top: 132px;
  }

  .hero-slider-section {
    height: 820px;
    min-height: 820px;
  }

  .hero-slide {
    background-position: 62% center;
  }

  .hero-slide::before {
    background: linear-gradient(90deg, rgba(0, 27, 33, 0.78) 0%, rgba(0, 27, 33, 0.48) 48%, rgba(0, 27, 33, 0.06) 76%);
  }

  .hero-slide--dark::before {
    background: linear-gradient(90deg, rgba(251, 247, 233, 0.72) 0%, rgba(251, 247, 233, 0.44) 48%, rgba(251, 247, 233, 0.04) 76%);
  }

  .hero-slide-copy {
    width: 46%;
  }

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

  .hero-stat-pill {
    margin-top: 420px;
  }

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

  .buyer-confidence-panel {
    grid-template-columns: 1fr;
  }

  .buyer-confidence-copy {
    min-height: 0;
  }

  .contact-band-inner,
  .brand-panel {
    display: block;
  }

  .contact-conversion-panel {
    grid-template-columns: 1fr;
  }

  .contact-conversion-content {
    padding: 54px;
  }

  .contact-conversion-visual {
    min-height: 460px;
    margin: 0 24px 24px;
  }

  .product-cta-panel {
    grid-template-columns: 1fr;
  }

  .product-cta-visual {
    min-height: 560px;
    padding: 0 30px 30px;
  }

  .product-cta-image-stack {
    min-height: 530px;
  }

  .cadbury-feature,
  .cadbury-gift-panel {
    grid-template-columns: 1fr;
  }

  .launch-program-panel {
    grid-template-columns: 1fr;
  }

  .launch-program-content {
    padding: 54px;
  }

  .launch-program-visual {
    min-height: 570px;
    padding: 0 24px 24px;
  }

  .launch-program-visual figure::after {
    inset: 0 24px 24px;
  }

  .launch-program-badge {
    top: 34px;
    left: 5px;
  }

  .business-opportunity-panel {
    grid-template-columns: 1fr;
  }

  .business-opportunity-content {
    padding: 54px;
  }

  .business-opportunity-visual {
    min-height: 600px;
    padding: 0 24px 24px;
  }

  .business-image--main {
    inset: 0 24px 150px;
  }

  .business-image--secondary {
    right: 55px;
    bottom: 25px;
    width: 55%;
  }

  .business-visual-note {
    bottom: 60px;
    left: 5px;
  }

  .brand-showcase-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 36px;
  }

  .brand-showcase-intro {
    max-width: 640px;
    padding-bottom: 0;
  }

  .brand-showcase-grid {
    grid-template-columns: 1fr;
  }

  .brand-feature--green-ocean {
    min-height: 610px;
  }

  .brand-range-column {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 420px;
  }

  .brand-feature--private-label {
    height: 420px;
  }

  .scale-section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 40px;
  }

  .scale-section-heading > p {
    max-width: 620px;
    margin-bottom: 0;
  }

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

  .scale-card--2,
  .scale-card--4 {
    transform: none;
  }

  .scale-card--2:hover,
  .scale-card--4:hover {
    transform: translateY(-8px);
  }

  .market-connect-panel {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .market-connect-panel > a {
    justify-self: start;
  }

  .cadbury-story-grid {
    grid-template-columns: 1fr;
  }

  .cadbury-feature h2,
  .cadbury-gift-panel h2,
  .cadbury-newsletter h2 {
    font-size: 38px;
  }

  .cadbury-feature-art {
    max-width: 520px;
  }

  .contact-band .btn {
    margin-top: 24px;
  }

  .brand-panel img {
    margin-bottom: 30px;
  }

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

@media (max-width: 576px) {
  body {
    font-size: 14px;
  }

  .navbar-brand img {
    width: 96px;
  }

  .cert-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 300px;
  }

  .footer-certification {
    height: 66px;
  }

  .navbar-brand span {
    display: none;
  }

  .navbar-toggler {
    position: absolute;
    top: 22px;
    right: 12px;
    z-index: 20;
    margin-left: auto;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-color: rgba(0, 78, 95, 0.32);
    background: rgba(251, 247, 233, 0.86);
    box-shadow: 0 10px 28px rgba(0, 78, 95, 0.14);
  }

  .navbar-light .navbar-toggler-icon {
    position: relative;
    width: 22px;
    height: 2px;
    background-image: none !important;
    background-color: var(--primary);
    border-radius: 999px;
  }

  .navbar-light .navbar-toggler-icon::before,
  .navbar-light .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: var(--primary);
  }

  .navbar-light .navbar-toggler-icon::before {
    top: -7px;
  }

  .navbar-light .navbar-toggler-icon::after {
    top: 7px;
  }

  .hero-section,
  .page-hero {
    min-height: auto;
    padding: 118px 0 66px;
  }

  .hero-slider-section {
    height: 720px;
    min-height: 720px;
  }

  .hero-slide {
    background-position: 66% center;
  }

  .hero-slide::before,
  .hero-slide--dark::before {
    background:
      linear-gradient(180deg, rgba(0, 32, 39, 0.9) 0%, rgba(0, 32, 39, 0.68) 48%, rgba(0, 32, 39, 0.14) 82%),
      linear-gradient(90deg, rgba(0, 32, 39, 0.34), transparent);
  }

  .hero-slide--dark .hero-slide-copy,
  .hero-slide--dark .hero-slide-eyebrow,
  .hero-slide--dark .hero-slide-copy > p:not(.hero-slide-eyebrow) {
    color: var(--white);
  }

  .hero-slide--dark .hero-slide-eyebrow {
    color: #d8e96a;
  }

  .hero-slide-inner {
    align-items: flex-start;
    padding-top: 150px;
    padding-bottom: 110px;
  }

  .hero-slide-copy {
    width: 100%;
    max-width: 360px;
  }

  .hero-slide-eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .hero-slide h1 {
    max-width: 340px;
    font-size: 42px;
    line-height: 1.02;
  }

  .hero-slide-copy > p:not(.hero-slide-eyebrow) {
    max-width: 330px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-slide-cta {
    min-height: 49px;
    margin-top: 26px;
    padding: 0 19px;
    font-size: 13px;
  }

  .hero-slide-count {
    display: none;
  }

  .hero-slider-ui {
    bottom: 24px;
  }

  .hero-slider-pagination {
    gap: 6px;
  }

  .hero-slider-pagination .swiper-pagination-bullet {
    width: 45px;
  }

  .hero-slider-arrows button {
    width: 42px;
    height: 42px;
  }

  .brand-home-hero,
  .brand-home-hero-grid {
    min-height: 760px;
  }

  .brand-home-hero-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 18px;
    padding-top: 150px;
    padding-bottom: 52px;
  }

  .brand-home-hero-copy {
    max-width: 360px;
  }

  .brand-home-hero-copy h1 {
    max-width: 340px;
    font-size: 56px;
    line-height: 0.96;
  }

  .brand-home-hero-copy > p:not(.hero-slide-eyebrow) {
    max-width: 335px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.55;
  }

  .brand-home-hero-actions {
    gap: 16px;
  }

  .brand-home-hero-link {
    margin-top: 26px;
    font-size: 12px;
  }

  .brand-home-hero-visual {
    min-height: 315px;
    margin-top: auto;
  }

  .brand-home-hero-shelf {
    right: -18%;
    bottom: 18px;
    width: 118%;
    height: 34%;
  }

  .brand-home-hero-product figcaption {
    display: none;
  }

  .brand-home-hero-product--1 {
    right: 36%;
    bottom: 58px;
    width: 36%;
  }

  .brand-home-hero-product--2 {
    right: 13%;
    bottom: 52px;
    width: 43%;
  }

  .brand-home-hero-product--3 {
    display: none;
  }

  .brand-home-hero-product--4 {
    left: -4%;
    bottom: 78px;
    width: 32%;
  }

  .brand-home-hero-product--5 {
    left: 18%;
    top: 8px;
    width: 31%;
  }

  .brand-home-hero-badge {
    display: none;
  }

  .hero-section h1,
  .page-hero h1,
  .compact-hero h1 {
    max-width: min(330px, calc(100vw - 40px));
    font-size: 29px;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .hero-section .section-subheading,
  .page-hero .section-subheading,
  .hero-copy,
  .page-hero p:not(.section-subheading) {
    max-width: min(330px, calc(100vw - 40px));
  }

  .hero-proof-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: min(330px, calc(100vw - 40px));
  }

  .hero-proof-row span {
    justify-content: center;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .hero-proof-row span:last-child {
    grid-column: 1 / -1;
  }

  .hero-copy,
  .page-hero p:not(.section-subheading) {
    font-size: 16px;
  }

  .hero-section {
    background:
      linear-gradient(180deg, rgba(251, 247, 233, 0.98) 0%, rgba(251, 247, 233, 0.9) 58%, rgba(251, 247, 233, 0.14) 100%),
      url('/assets/images/indies-cadbury-style-hero.png') 66% bottom/auto 54% no-repeat,
      linear-gradient(135deg, #fbf7e9, #edf5d4);
  }

  .hero-stat-pill {
    width: 142px;
    margin: 330px 0 0;
    padding: 14px;
  }

  .hero-stat-pill strong {
    font-size: 28px;
  }

  .section-padding,
  .global-section,
  .contact-band {
    padding: 62px 0;
  }

  .homepage-trust-strip {
    margin-top: 0;
    padding: 18px 0 34px;
    background: var(--cream);
  }

  .homepage-trust-grid {
    grid-template-columns: 1fr;
    max-width: calc(100vw - 24px);
    margin-inline: auto;
    gap: 10px;
  }

  .homepage-trust-grid article {
    min-height: 94px;
    padding: 15px;
    border-radius: 14px 5px 14px 5px;
  }

  .homepage-trust-grid i {
    width: 42px;
    height: 42px;
  }

  .buyer-confidence-section {
    padding: 62px 0;
  }

  .buyer-confidence-panel {
    max-width: calc(100vw - 24px);
    margin-inline: auto;
    gap: 16px;
  }

  .buyer-confidence-copy {
    padding: 30px 26px 34px;
    border-radius: 34px 9px 34px 9px;
  }

  .buyer-confidence-copy h2 {
    font-size: 36px;
    line-height: 1.04;
  }

  .buyer-confidence-copy p:not(.section-subheading) {
    font-size: 14px;
  }

  .buyer-confidence-actions a {
    width: 100%;
    min-height: 50px;
    justify-content: center;
  }

  .buyer-confidence-grid {
    grid-template-columns: 1fr;
  }

  .buyer-confidence-grid article,
  .buyer-confidence-grid article:first-child {
    grid-column: auto;
    min-height: 245px;
    border-radius: 28px 8px 28px 8px;
  }

  .buyer-confidence-grid article:first-child h3 {
    font-size: 30px;
  }

  .contact-conversion-panel {
    max-width: calc(100vw - 24px);
    min-height: 0;
    margin-inline: auto;
    border-radius: 36px 9px 36px 9px;
  }

  .contact-conversion-content {
    padding: 34px 26px 38px;
  }

  .contact-conversion-content h2 {
    font-size: 36px;
    line-height: 1.04;
  }

  .contact-conversion-copy {
    margin-top: 19px;
    font-size: 14px;
  }

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

  .contact-paths > a {
    min-height: 84px;
  }

  .contact-conversion-cta {
    min-height: 49px;
    margin-top: 28px;
    padding: 0 19px;
    font-size: 13px;
  }

  .contact-conversion-visual {
    min-height: 360px;
    margin: 0 14px 14px;
    border-radius: 8px 28px 8px 28px;
  }

  .contact-product-slider {
    inset: 16px 16px 70px;
  }

  .contact-product-slide {
    border-radius: 9px 28px 9px 28px;
  }

  .contact-product-slide img {
    width: min(78%, 260px);
    height: min(78%, 260px);
  }

  .contact-product-slide figcaption {
    left: 14px;
    bottom: 14px;
    font-size: 9px;
  }

  .contact-product-dots {
    right: 24px;
    bottom: 82px;
  }

  .product-cta-section {
    padding: 62px 0;
  }

  .product-cta-panel {
    max-width: calc(100vw - 24px);
    margin-inline: auto;
    border-radius: 34px 9px 34px 9px;
  }

  .product-cta-copy {
    padding: 34px 26px 36px;
  }

  .product-cta-copy h2 {
    font-size: 36px;
    line-height: 1.04;
  }

  .product-cta-copy > p:not(.section-subheading) {
    margin-top: 18px;
    font-size: 14px;
  }

  .product-cta-actions {
    margin-top: 28px;
  }

  .product-cta-actions a {
    width: 100%;
    min-height: 50px;
  }

  .product-cta-visual {
    min-height: 430px;
    padding: 0 14px 14px;
  }

  .product-cta-image-stack {
    min-height: 410px;
  }

  .product-cta-image--main {
    inset: 14px 0 132px;
    border-radius: 8px 28px 8px 28px;
  }

  .product-cta-image--float {
    right: 0;
    bottom: 18px;
    width: 58%;
    height: 150px;
    border-width: 5px;
    border-radius: 24px 8px 24px 8px;
  }

  .product-cta-image img {
    padding: 22px;
  }

  .product-cta-steps {
    bottom: 28px;
    left: 14px;
    width: min(250px, calc(100% - 28px));
    grid-template-columns: 32px 1fr;
    padding: 13px;
  }

  .product-cta-steps span {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }

  .product-cta-steps strong {
    font-size: 11px;
  }

  .contact-visual-badge {
    top: 22px;
    right: 20px;
    width: 105px;
    height: 105px;
  }

  .contact-visual-badge strong {
    font-size: 17px;
  }

  .contact-visual-proof {
    right: 18px;
    bottom: 18px;
    left: 18px;
    font-size: 10px;
  }

  .cadbury-promo-section,
  .cadbury-gifting,
  .cadbury-newsletter {
    padding: 58px 0;
  }

  .launch-program-section {
    padding: 62px 0 42px;
  }

  .launch-program-panel {
    max-width: calc(100vw - 24px);
    min-height: 0;
    margin-inline: auto;
    border-radius: 36px 9px 36px 9px;
  }

  .launch-program-content {
    padding: 34px 26px 38px;
  }

  .launch-program-content h2 {
    font-size: 36px;
    line-height: 1.04;
  }

  .launch-program-copy {
    margin-top: 19px;
    font-size: 14px;
  }

  .launch-program-steps {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .launch-program-steps > div {
    display: grid;
    grid-template-columns: 30px 80px 1fr;
    align-items: center;
    gap: 8px;
    padding: 15px 0;
  }

  .launch-program-steps > div + div {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .launch-program-steps span {
    margin: 0;
  }

  .launch-program-steps small {
    margin: 0;
  }

  .launch-program-cta {
    min-height: 49px;
    margin-top: 28px;
    padding: 0 19px;
    font-size: 13px;
  }

  .launch-program-visual {
    min-height: 420px;
    padding: 0 14px 14px;
  }

  .launch-program-visual figure {
    border-radius: 8px 28px 8px 28px;
  }

  .launch-program-visual figure::after {
    inset: 0 14px 14px;
    border-radius: 8px 28px 8px 28px;
  }

  .launch-program-badge {
    top: 22px;
    left: 3px;
    width: 160px;
    padding: 13px;
    border-width: 5px;
  }

  .launch-program-badge i {
    width: 36px;
    height: 36px;
  }

  .launch-program-range {
    right: 28px;
    bottom: 31px;
  }

  .launch-program-range span {
    min-height: 30px;
    padding: 5px 10px;
    font-size: 9px;
  }

  .business-opportunities {
    padding: 62px 0;
  }

  .business-opportunity-panel {
    max-width: calc(100vw - 24px);
    min-height: 0;
    margin-inline: auto;
    border-radius: 36px 9px 36px 9px;
  }

  .business-opportunity-content {
    padding: 34px 26px 38px;
  }

  .business-opportunity-content h2 {
    font-size: 36px;
    line-height: 1.04;
  }

  .business-opportunity-intro {
    margin-top: 18px;
    font-size: 14px;
  }

  .business-program-list {
    margin: 30px 0;
  }

  .business-program-list a {
    grid-template-columns: 28px 1fr 18px;
    gap: 10px;
    min-height: 82px;
  }

  .business-program-list small {
    display: none;
  }

  .business-opportunity-visual {
    min-height: 430px;
    padding: 0 14px 14px;
  }

  .business-image--main {
    inset: 0 14px 110px;
    border-radius: 8px 28px 8px 28px;
  }

  .business-image--secondary {
    right: 26px;
    bottom: 18px;
    width: 64%;
    height: 170px;
    border-width: 6px;
  }

  .business-visual-note {
    bottom: 42px;
    left: 5px;
    width: 112px;
    height: 112px;
    border-width: 5px;
  }

  .business-visual-note strong {
    font-size: 16px;
  }

  .business-visual-note span {
    font-size: 9px;
  }

  .brand-showcase {
    padding: 66px 0;
  }

  .brand-showcase-heading {
    margin-bottom: 30px;
  }

  .brand-showcase-heading h2 {
    font-size: 37px;
    line-height: 1.04;
  }

  .brand-showcase-intro p {
    font-size: 14px;
  }

  .brand-showcase-grid {
    max-width: calc(100vw - 24px);
    margin-inline: auto;
    gap: 16px;
  }

  .brand-feature--green-ocean {
    min-height: 510px;
    border-radius: 34px 9px 34px 9px;
  }

  .brand-feature--green-ocean img {
    object-position: 68% center;
  }

  .brand-feature-content {
    padding: 27px;
  }

  .brand-feature-content strong {
    font-size: 38px;
  }

  .brand-feature-copy {
    font-size: 12px;
  }

  .brand-range-column {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 16px;
  }

  .brand-feature--private-label {
    height: 370px;
    border-radius: 9px 32px 9px 32px;
  }

  .brand-feature--private-label .brand-feature-content strong {
    font-size: 36px;
  }

  .brand-range-card {
    min-height: 330px;
    padding: 28px;
    border-radius: 32px 8px 32px 8px;
  }

  .brand-range-card > div:first-child > strong {
    font-size: 22px;
  }

  .scale-section {
    padding: 68px 0 76px;
  }

  .scale-section-heading {
    margin-bottom: 30px;
  }

  .scale-section-heading h2 {
    font-size: 37px;
    line-height: 1.04;
  }

  .scale-section-heading > p {
    font-size: 14px;
  }

  .scale-grid {
    grid-template-columns: 1fr;
    max-width: calc(100vw - 24px);
    margin-inline: auto;
    gap: 12px;
  }

  .scale-card {
    min-height: 245px;
    padding: 25px;
    border-radius: 28px 7px 28px 7px;
  }

  .scale-card-top {
    top: 21px;
    right: 22px;
    left: 22px;
  }

  .scale-card-top i {
    width: 42px;
    height: 42px;
  }

  .scale-card > strong {
    font-size: 52px;
  }

  .scale-card > p {
    min-height: 0;
    max-width: 250px;
    margin-top: 11px;
  }

  .scale-card-line {
    margin-top: 18px;
  }

  .market-connect-section {
    padding: 0 0 62px;
  }

  .market-connect-panel {
    max-width: calc(100vw - 24px);
    margin-inline: auto;
    padding: 28px;
    border-radius: 32px 8px 32px 8px;
  }

  .market-connect-panel h2 {
    font-size: 32px;
    line-height: 1.06;
  }

  .market-connect-panel p:not(.section-subheading) {
    font-size: 14px;
  }

  .market-connect-panel > a {
    width: 100%;
    min-height: 50px;
  }

  .cadbury-feature,
  .cadbury-gift-panel {
    padding: 28px;
    border-radius: 34px 10px 34px 10px;
    max-width: calc(100vw - 24px);
    margin-inline: auto;
  }

  .cadbury-feature h2,
  .cadbury-gift-panel h2,
  .cadbury-newsletter h2 {
    max-width: 100%;
    font-size: 25px;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .cadbury-feature-art {
    grid-template-columns: 1fr;
  }

  .cadbury-feature-art i {
    min-height: 132px;
    font-size: 46px;
  }

  .cadbury-feature-art i:nth-child(2),
  .cadbury-feature-art i:nth-child(3) {
    margin-top: 0;
  }

  .cadbury-stories {
    padding: 46px 0 62px;
  }

  .cadbury-story-card {
    min-height: 330px;
    padding: 28px;
  }

  .cadbury-story-card h2 {
    margin-top: 56px;
    font-size: 30px;
  }

  .cadbury-newsletter-inner {
    max-width: 100%;
  }

  .section-heading {
    font-size: 29px;
  }

  .cadbury-favourites {
    padding-top: 68px;
  }

  .favourites-heading {
    margin-bottom: 30px;
  }

  .favourites-heading .section-heading {
    font-size: 36px;
    line-height: 1.06;
  }

  .favourites-intro p {
    font-size: 14px;
  }

  .category-slide {
    height: 475px;
    border-radius: 22px 7px 22px 7px;
  }

  .category-slide-content {
    padding: 25px;
  }

  .category-slide-content strong {
    font-size: 28px;
  }

  .category-slide-copy {
    font-size: 12px;
  }

  .product-slider-footer {
    margin-top: 22px;
  }

  .product-slider-controls button {
    width: 44px;
    height: 44px;
  }

  .product-slider-pagination .swiper-pagination-bullet {
    width: 18px;
  }

  .product-slider-pagination .swiper-pagination-bullet-active {
    width: 34px;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .section-image {
    min-height: 300px;
  }

  .cert-grid,
  .media-grid {
    grid-template-columns: 1fr;
  }

  .cert-panel,
  .brand-panel,
  .career-note,
  .contact-card,
  .enquiry-form,
  .offering-card,
  .detail-card {
    padding: 26px;
  }

  .media-grid article,
  .brand-panel img {
    height: 260px;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }
}
