@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&family=Manrope:wght@400;600;700;800&family=Open+Sans:wght@400;600;700;800&family=Outfit:wght@500;600;700;800&family=Poppins:wght@500;600;700;800&family=Roboto+Slab:wght@400;600;700;800&display=swap');

:root {
  --dark-indigo: #090040;
  --light-indigo: #1700a6;
  --golden-yellow: #eaf911;
  --chrome-yellow: #ffb800;
  --paper: #f2eee2;
  --paper-ink: #1a154d;
  --white: #ffffff;
  --max-shell: 72rem;
}

@font-face {
  font-family: 'Just Another Hand';
  src: url('/fonts/JustAnotherHand-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('/fonts/RobotoSlab-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', 'Segoe UI', sans-serif;
  color: var(--paper-ink);
  background: linear-gradient(180deg, #FFB916 0%, #FFDA1E 100%);
}

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

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

.site-banner {
  background: #fff8da;
  border-bottom: 1px solid rgba(9, 0, 64, 0.18);
  box-shadow: 0 0.45rem 1rem rgba(9, 0, 64, 0.12);
}

.site-banner-inner {
  min-height: 5rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
}

.site-banner-media {
  width: 7rem;
  height: 4rem;
  border-radius: 8px;
  overflow: hidden;
  background: #1700a6;
}

.site-banner-media img,
.site-banner-media video,
.dynamic-section-media img,
.dynamic-section-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-banner-copy {
  display: grid;
  gap: 0.15rem;
}

.site-banner-copy strong {
  font-family: 'Roboto Slab', serif;
  font-size: 1.05rem;
  color: var(--dark-indigo);
}

.site-banner-copy span {
  font-size: 0.92rem;
}

.dynamic-section {
  margin-top: 1rem;
}

.dynamic-section-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(9, 0, 64, 0.16);
  border-radius: 8px;
}

.dynamic-section-text .dynamic-section-panel {
  grid-template-columns: 1fr;
}

.dynamic-section-media-right .dynamic-section-media {
  order: 2;
}

.dynamic-section-media {
  min-height: 14rem;
  border-radius: 8px;
  overflow: hidden;
  background: #1700a6;
}

.dynamic-section-copy h2 {
  margin: 0.35rem 0;
  font-family: 'Roboto Slab', serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--dark-indigo);
}

.dynamic-section-copy p {
  margin: 0 0 1rem;
  line-height: 1.7;
}

.admin-control-room .admin-panel h2 {
  margin: 0 0 0.75rem;
  font-family: 'Roboto Slab', serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--dark-indigo);
}

.admin-control-room textarea {
  min-height: 7rem;
}

.admin-check {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Roboto Slab', serif;
}

.admin-check input {
  width: 1rem;
  height: 1rem;
}

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

.admin-section-form textarea,
.admin-section-form .flex {
  grid-column: 1 / -1;
}

@media (max-width: 720px) {
  .site-banner-inner,
  .dynamic-section-panel,
  .admin-section-form {
    grid-template-columns: 1fr;
  }

  .site-banner-cta {
    width: 100%;
    justify-content: center;
  }

  .dynamic-section-media-right .dynamic-section-media {
    order: initial;
  }
}

.site-shell {
  width: min(var(--max-shell), calc(100% - 2rem));
  margin: 0 auto;
}

.font-hand {
  font-family: 'Just Another Hand', 'Patrick Hand', cursive;
}

.font-roboto {
  font-family: 'Roboto Slab', serif;
}

.font-openSans {
  font-family: 'Open Sans', sans-serif;
}

.paper-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(242, 236, 222, 0.88)),
    repeating-linear-gradient(-11deg, rgba(114, 89, 57, 0.035) 0 1px, transparent 1px 13px);
  border: 1px solid rgba(114, 89, 57, 0.22);
}

.top-brand-strip {
  background: #ffffff;
  padding: 0.55rem 0;
}

.top-brand-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
}

.top-brand-inner img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}

.top-brand-inner .brand-text {
  font-family: 'Just Another Hand', cursive;
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  line-height: 0.92;
  color: var(--dark-indigo);
}

.site-navbar {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 3.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(180deg, var(--light-indigo), var(--dark-indigo));
}

.site-nav-inner {
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  justify-content: space-between;
  padding: 0.1rem 0;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

.nav-brand img {
  width: 2.2rem;
  height: 2.2rem;
  object-fit: contain;
}

.nav-brand .sun-word {
  display: none;
}

.nav-brand .brand-line {
  color: var(--golden-yellow);
  font-size: 1.45rem;
  font-family: 'Just Another Hand', cursive;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  gap: clamp(0.65rem, 1.2vw, 1.1rem);
  margin-left: auto;
  margin-right: auto;
}

.nav-menu a {
  color: var(--golden-yellow);
  font-family: 'Just Another Hand', cursive;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.24rem 0.35rem;
  border-radius: 0.35rem;
}

.nav-menu a.active,
.nav-menu a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.nav-actions {
  display: none;
}

.review-pill {
  display: none;
}

.review-pill:hover,
.review-pill.active {
  background: rgba(255, 255, 255, 0.12);
}

.mobile-toggle,
.nav-hamburger {
  background: none;
  border: 0;
  color: var(--golden-yellow);
  font-size: 1.55rem;
  line-height: 1;
  padding: 0.1rem;
}

.nav-hamburger {
  display: none;
}

.mobile-toggle {
  display: none;
}

.main-page {
  padding: 0.95rem 0 2rem;
}

.hero-panel {
  padding: 0;
}

.hero-inner {
  position: relative;
  overflow: hidden;
  min-height: 21rem;
  padding: 2rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0.5rem;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 191, 64, 0.2), transparent 16%),
    linear-gradient(165deg, #1c32b6 0%, #090040 68%);
  border-radius: 1.2rem;
}

.home-hero-media-only {
  position: relative;
  overflow: hidden;
  min-height: 75vh;
  border-radius: 20px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 191, 64, 0.2), transparent 16%),
    linear-gradient(165deg, #1c32b6 0%, #090040 68%);
}

.home-hero-primary {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
}

.home-hero-primary img,
.home-hero-primary video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #0f1572;
}

.home-hero-secondary {
  display: none !important;
}

.home-hero-secondary img,
.home-hero-secondary video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #0f1572;
}

.home-hero-cta-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.hero-inner::after {
  content: '';
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -1px;
  height: 5.1rem;
  background:
    radial-gradient(circle at 11% 0%, #ffd34f 0 35%, transparent 36%),
    radial-gradient(circle at 27% 13%, #ffe88f 0 31%, transparent 32%),
    radial-gradient(circle at 44% 7%, #ffc92f 0 34%, transparent 35%),
    radial-gradient(circle at 62% 15%, #ffe286 0 30%, transparent 31%),
    linear-gradient(180deg, transparent 0 30%, #efe5d1 31% 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-title {
  margin: 0;
  font-family: 'Just Another Hand', cursive;
  color: #ffd85f;
  font-size: clamp(2.5rem, 6vw, 4.1rem);
  line-height: 0.9;
}

.hero-text {
  margin: 0.8rem 0 0;
  color: #fff8e3;
  font-family: 'Roboto Slab', serif;
  font-size: clamp(1rem, 2.4vw, 1.75rem);
  font-weight: 600;
  max-width: 34rem;
}

.hero-cta {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.25rem 1.5rem;
  border-radius: 20px;
  color: var(--dark-indigo);
  font-family: 'Just Another Hand', cursive;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  background: linear-gradient(180deg, #FFB916 0%, #FFDA1E 100%);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.16);
}

.hero-media-zone {
  position: relative;
  min-height: 17rem;
}

.hero-media-card {
  position: absolute;
  width: min(13.2rem, 46vw);
  aspect-ratio: 4 / 5;
  border: 6px solid #efe4cf;
  overflow: hidden;
  box-shadow: 0 0.7rem 1.25rem rgba(0, 0, 0, 0.32);
  background: linear-gradient(145deg, #5f3a16, #a2733b);
}

.hero-media-card.is-first {
  top: 1.2rem;
  right: 7.2rem;
  transform: rotate(-4deg);
}

.hero-media-card.is-second {
  top: 2.55rem;
  right: 1rem;
  transform: rotate(3deg);
}

.hero-media-card .media-top-strip {
  height: 1.2rem;
  background: linear-gradient(180deg, #1d41bf 0%, #090040 100%);
}

.hero-media-card img,
.hero-media-card video {
  width: 100%;
  height: calc(100% - 1.2rem);
  object-fit: cover;
}

.bestseller-panel {
  margin-top: 1rem;
  padding: 2rem 1rem;
  overflow: hidden;
  background: linear-gradient(180deg, #090040 0%, #1700A6 100%);
  border: 1px solid rgba(114, 89, 57, 0.22);
  border-radius: 20px;
}

.section-title {
  margin: 0;
  text-align: center;
  font-family: 'Just Another Hand', cursive;
  color: var(--dark-indigo);
  font-size: clamp(2.9rem, 6vw, 5rem);
  line-height: 0.9;
}

.bestseller-panel .section-title {
  color: var(--golden-yellow);
}

.bestseller-rail {
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 1rem;
}

.bestseller-rail::before,
.bestseller-rail::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3rem;
  z-index: 3;
  pointer-events: none;
}

.bestseller-rail::before {
  left: 0;
  background: linear-gradient(90deg, rgba(9, 0, 64, 1) 10%, rgba(9, 0, 64, 0));
}

.bestseller-rail::after {
  right: 0;
  background: linear-gradient(270deg, rgba(9, 0, 64, 1) 10%, rgba(9, 0, 64, 0));
}

.bestseller-track {
  display: flex;
  align-items: flex-start;
  gap: 1.35rem;
  padding: 0 1rem;
  width: max-content;
  animation: train-scroll 28s linear infinite;
}

.bestseller-item {
  width: 11.2rem;
  min-width: 11.2rem;
  text-align: center;
}

.bestseller-image-link {
  display: flex;
  width: 100%;
  height: 9rem;
  border: 5px solid #efe4cf;
  overflow: hidden;
  border-radius: 0.8rem;
  box-shadow: 0 0.65rem 1rem rgba(9, 0, 64, 0.2);
  animation: tiny-shake 2.8s ease-in-out infinite;
  background: linear-gradient(145deg, #5f3a16, #a2733b);
}

.bestseller-image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bestseller-name {
  display: block;
  margin-top: 0.35rem;
  font-family: 'Just Another Hand', cursive;
  color: #f7f0b4;
  font-size: 1.95rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes tiny-shake {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(1deg); }
  40% { transform: rotate(-1deg); }
  60% { transform: rotate(0.8deg); }
  80% { transform: rotate(-0.8deg); }
  100% { transform: rotate(0deg); }
}

@keyframes train-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.hero-media-section {
  margin-bottom: 1rem;
}

.blog-hero-section {
  padding: 0.9rem !important;
}

.review-hero-section {
  padding: 0.9rem !important;
}

.hero-media-banner {
  min-height: 16rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, var(--light-indigo), var(--dark-indigo));
}

.blog-hero-banner {
  height: 65vh;
  min-height: 22rem;
  max-height: 52rem;
}

.review-hero-banner {
  height: 65vh;
  min-height: 22rem;
  max-height: 52rem;
}

.hero-media-banner img,
.hero-media-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 0, 64, 0.25), rgba(9, 0, 64, 0.55));
}

.hero-media-content {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  color: #fff8db;
}

.hero-media-content h1,
.hero-media-content h2 {
  margin: 0;
  font-family: 'Just Another Hand', cursive;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.9;
}

.hero-media-content p {
  margin: 0.45rem 0 0;
  font-family: 'Roboto Slab', serif;
  font-size: 1rem;
}

.blog-recipe-grid .blog-recipe-card {
  padding: 1rem 1.1rem 1.15rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  align-content: start;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.blog-recipe-grid .blog-recipe-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 20px rgba(9, 0, 64, 0.14);
}

.blog-recipe-image-link {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(239, 221, 161, 0.45);
}

.blog-recipe-image {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  display: block;
}

.blog-recipe-title {
  margin: 0;
  text-align: left;
  font-family: 'Just Another Hand', cursive;
  color: #1a1a1a;
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 0.92;
}

.blog-recipe-excerpt {
  margin: 0;
  text-align: left;
  font-family: 'Roboto Slab', serif;
  font-style: italic;
  color: #1d1d1d;
  font-size: 0.95rem;
  line-height: 1.35;
  max-width: 28ch;
}

.products-hero {
  padding: 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffb916 0%, #ffda1e 100%);
}

.products-hero-bg {
  background-image: url('/images/product_bg.png');
  background-size: cover;
  background-position: center;
  border-radius: 0.8rem;
  padding: 1.1rem;
}

.products-hero h1 {
  margin: 0;
  text-align: center;
  font-family: 'Just Another Hand', cursive;
  color: var(--golden-yellow);
  font-size: clamp(3rem, 7vw, 5.3rem);
  line-height: 0.9;
}

.product-section {
  margin-top: 1rem;
  background-image: url('/images/new_bg.png');
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(114, 89, 57, 0.2);
  border-radius: 0.9rem;
  padding: 1.25rem;
}

.product-section h2 {
  margin: 0;
  text-align: center;
  color: var(--dark-indigo);
  font-family: 'Just Another Hand', cursive;
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  line-height: 0.9;
}

.product-lineup {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 15.5rem));
  justify-content: center;
  gap: 1.3rem;
}

.product-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: none;
  width: min(100%, 15.5rem);
}

.product-orb {
  position: relative;
  width: min(14rem, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 999px;
  display: block;
  isolation: isolate;
}

.product-orb-ring {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 3px dashed #e8d84e;
}

.product-orb-core {
  position: absolute;
  inset: 0.55rem;
  border-radius: 999px;
  background: radial-gradient(circle at 78% 46%, #3538d6 0%, #2527b8 55%, #04040c 100%);
  box-shadow: 0 0.7rem 1.15rem rgba(9, 0, 64, 0.35);
}

.product-orb img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68%;
  height: 88%;
  z-index: 2;
  object-fit: contain;
  transform: translate(-50%, -52%) rotate(-8deg);
  filter: drop-shadow(0 0.45rem 0.5rem rgba(0, 0, 0, 0.28));
}

.product-name {
  display: inline-block;
  margin-top: 0.8rem;
  max-width: 14rem;
  font-family: 'Just Another Hand', cursive;
  color: #161616;
  font-size: clamp(2.1rem, 3.2vw, 3rem);
  line-height: 0.95;
}

.product-desc {
  margin: 0.35rem auto 0;
  max-width: 14rem;
  color: #292929;
  font-family: 'Roboto Slab', serif;
  font-style: italic;
  font-size: 0.97rem;
  line-height: 1.35;
}

.product-orb:hover img,
.product-name:hover + .product-desc {
  opacity: 1;
}

.product-name:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2rem;
}

.product-orb:hover img {
  transform: translate(-50%, -52%) rotate(-6deg) scale(1.02);
}

.product-orb img {
  transition: transform 200ms ease;
}

.product-orb {
  transition: transform 180ms ease;
}

.product-orb:hover {
  transform: translateY(-2px);
}

.product-lineup .product-card:nth-child(odd) .product-orb img {
  transform: translate(-50%, -52%) rotate(-8deg);
}

.product-lineup .product-card:nth-child(even) .product-orb img {
  transform: translate(-50%, -52%) rotate(8deg);
}

.product-lineup .product-card:nth-child(even) .product-orb:hover img {
  transform: translate(-50%, -52%) rotate(6deg) scale(1.02);
}

/* keep legacy rule overrides below removed and replaced by above */

.form-panel,
.info-panel,
.detail-panel,
.admin-panel {
  border-radius: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(114, 89, 57, 0.24);
}

.product-detail-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.ingredient-table {
  width: 100%;
  border-collapse: collapse;
}

.ingredient-table th,
.ingredient-table td {
  border-bottom: 1px solid rgba(9, 0, 64, 0.12);
  padding: 0.45rem 0.35rem;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}

.timeline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  align-items: start;
  margin-bottom: 0.5rem;
}

.timeline-dot {
  margin-top: 0.35rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: var(--dark-indigo);
}

.timeline-date {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

.news-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(98, 76, 44, 0.38);
  background:
    radial-gradient(circle at 10% 14%, rgba(255, 255, 255, 0.45), transparent 22%),
    radial-gradient(circle at 82% 80%, rgba(141, 106, 49, 0.12), transparent 26%),
    radial-gradient(circle at 24% 72%, rgba(112, 84, 43, 0.07), transparent 33%),
    radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.24), transparent 35%),
    linear-gradient(180deg, #f4ecd7 0%, #ece1c4 52%, #e7dab9 100%);
  box-shadow: 0 10px 28px rgba(45, 33, 14, 0.18);
}

.news-topline {
  padding: 0.35rem 1rem;
  border-bottom: 1px solid rgba(99, 78, 47, 0.3);
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  color: #49361b;
  font-family: 'Roboto Slab', serif;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.news-masthead {
  border-bottom: 3px double rgba(80, 60, 28, 0.58);
  padding: 0.75rem 1rem 0.65rem;
}

.news-edition {
  text-align: center;
  color: #5a4523;
  font-size: 0.72rem;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.news-title {
  margin: 0.25rem 0 0;
  text-align: center;
  color: #090040;
  font-family: 'Roboto Slab', serif;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: clamp(2.1rem, 5.5vw, 3.8rem);
  line-height: 0.92;
}

.news-deck {
  margin: 0.3rem 0 0;
  text-align: center;
  color: #5c4725;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.news-main {
  padding: 1rem;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1rem;
  align-items: start;
}

.news-story {
  border-right: 1px solid rgba(101, 80, 45, 0.28);
  padding-right: 1rem;
}

.news-headline {
  margin: 0;
  color: #0a164f;
  font-family: 'Roboto Slab', serif;
  font-size: clamp(1.35rem, 2.3vw, 2.15rem);
  line-height: 1.1;
}

.news-byline {
  margin-top: 0.35rem;
  color: #644c22;
  font-family: 'Roboto Slab', serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.news-lead {
  margin-top: 0.7rem;
  color: #2f2412;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.98rem;
  line-height: 1.65;
}

.news-lead::first-letter {
  float: left;
  font-family: 'Roboto Slab', serif;
  font-size: 2.4rem;
  line-height: 0.9;
  padding-right: 0.35rem;
  color: #1f1a5c;
}

.news-columns {
  margin-top: 0.85rem;
  column-count: 2;
  column-gap: 1rem;
  color: #312614;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.93rem;
  line-height: 1.58;
}

.news-side {
  display: grid;
  gap: 0.8rem;
}

.news-box {
  border: 1px solid rgba(95, 74, 41, 0.3);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.32), transparent 30%),
    radial-gradient(circle at 78% 72%, rgba(136, 100, 52, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(247, 239, 221, 0.75) 100%);
  padding: 0.7rem;
  border-radius: 12px;
}

.news-box h3 {
  margin: 0 0 0.4rem;
  color: #0b1e6d;
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.news-quote {
  margin: 0;
  color: #322713;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  line-height: 1.6;
  border-left: 4px solid #aa8a46;
  padding-left: 0.5rem;
}

.news-media {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(90, 67, 34, 0.32);
  background: rgba(255, 255, 255, 0.66);
}

.news-media img,
.news-media video {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

.news-timeline .timeline-item {
  margin-bottom: 0.55rem;
}

.news-timeline .timeline-dot {
  margin-top: 0.35rem;
  width: 0.62rem;
  height: 0.62rem;
  background: #0c206f;
}

@media (max-width: 900px) {
  .news-main {
    grid-template-columns: 1fr;
  }
  .news-story {
    border-right: 0;
    border-bottom: 1px solid rgba(101, 80, 45, 0.28);
    padding-right: 0;
    padding-bottom: 0.75rem;
  }
  .news-columns {
    column-count: 1;
  }
}

.form-grid {
  display: grid;
  gap: 0.8rem;
}

.field,
textarea,
select,
input {
  width: 100%;
  min-height: 2.4rem;
  padding: 0.55rem 0.7rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(9, 0, 64, 0.25);
  font: inherit;
  color: var(--paper-ink);
  background: rgba(255, 255, 255, 0.86);
}

textarea {
  min-height: 6.4rem;
  resize: vertical;
}

.cta-btn,
.small-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

.cta-btn {
  color: var(--dark-indigo);
  background: linear-gradient(180deg, #ffe48f 0%, var(--chrome-yellow) 100%);
}

.small-btn {
  color: #fff7d5;
  background: linear-gradient(180deg, #251fc6 0%, #090040 100%);
}

.message-box {
  margin-top: 0.6rem;
  border-radius: 0.7rem;
  padding: 0.55rem 0.7rem;
  font-family: 'Roboto Slab', serif;
}

.message-box.success {
  background: rgba(58, 143, 73, 0.15);
  color: #1f662e;
}

.message-box.error {
  background: rgba(166, 41, 41, 0.16);
  color: #8f2525;
}

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

.review-card {
  border-radius: 1rem;
  padding: 0.8rem;
  border: 1px solid rgba(114, 89, 57, 0.25);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 18px rgba(9, 0, 64, 0.08);
}

.review-card h4 {
  margin: 0;
  color: var(--dark-indigo);
  font-family: 'Roboto Slab', serif;
}

.review-stars {
  margin-top: 0.32rem;
  color: #d19d00;
  letter-spacing: 0.08em;
  font-size: 1.08rem;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
}

.contact-switch {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.contact-switch button {
  min-height: 2.2rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(9, 0, 64, 0.24);
  font-family: 'Roboto Slab', serif;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.78);
  color: var(--paper-ink);
}

.contact-switch button.active {
  color: var(--dark-indigo);
  background: linear-gradient(180deg, #ffe48f 0%, var(--chrome-yellow) 100%);
}

.contact-shell {
  border-radius: 1.25rem;
}

.contact-title {
  font-size: clamp(3.2rem, 6vw, 5.2rem);
}

.contact-subtitle {
  margin: 0.2rem auto 0;
  max-width: 38rem;
  text-align: center;
  color: rgba(9, 0, 64, 0.84);
  font-family: 'Open Sans', sans-serif;
  font-size: 0.98rem;
}

.contact-form-panel {
  border-radius: 1.35rem;
  padding: 1.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.76));
  box-shadow: 0 10px 26px rgba(9, 0, 64, 0.1);
}

.contact-pill-switch {
  padding: 0.3rem;
  border-radius: 999px;
  background: rgba(9, 0, 64, 0.06);
  width: fit-content;
}

.contact-pill-switch button {
  min-height: 2.45rem;
  min-width: 8.2rem;
  padding: 0.35rem 1rem;
  font-family: 'Roboto Slab', serif;
  font-size: 1.05rem;
  border: 1px solid rgba(9, 0, 64, 0.16);
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.contact-pill-switch button.active {
  box-shadow: 0 8px 14px rgba(9, 0, 64, 0.14);
}

.contact-form {
  gap: 0.95rem;
}

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

.contact-field {
  display: grid;
  gap: 0.34rem;
}

.contact-field label {
  color: rgba(9, 0, 64, 0.86);
  font-family: 'Roboto Slab', serif;
  font-size: 0.88rem;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  border-radius: 0.95rem;
  border: 1px solid rgba(9, 0, 64, 0.2);
  background: #fffef8;
  color: #161616;
  font-family: 'Open Sans', sans-serif;
  padding: 0.7rem 0.85rem;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #6a7489;
}

.contact-form textarea {
  min-height: 9rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(23, 0, 166, 0.52);
  box-shadow: 0 0 0 3px rgba(23, 0, 166, 0.12);
}

.contact-submit {
  width: 100%;
  min-height: 3.15rem;
  font-size: 1.95rem;
  font-family: 'Just Another Hand', cursive;
  letter-spacing: 0.03em;
}

.site-footer {
  margin-top: 1.2rem;
  padding: 1.55rem 0 1.85rem;
  color: #fff7da;
  background: linear-gradient(180deg, var(--light-indigo), var(--dark-indigo));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 1.2rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.footer-brand img {
  width: 2.35rem;
  height: 2.35rem;
}

.footer-heading {
  margin: 0 0 0.4rem;
  color: var(--golden-yellow);
  font-family: 'Just Another Hand', cursive;
  font-size: 2.2rem;
  line-height: 0.9;
  text-transform: uppercase;
}

.footer-text,
.footer-links li a {
  color: #fff7da;
  font-family: 'Roboto Slab', serif;
  font-size: 0.97rem;
  line-height: 1.4;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.22rem;
}

.footer-links li a::before {
  content: '\25B6\00A0';
  color: var(--golden-yellow);
}

.social-row {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.6rem;
}

.social-row span {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: #fff;
}

.social-wa { background: #26c15f; }
.social-fb { background: #3b5998; }
.social-ig { background: #c13584; }

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

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  text-align: left;
  padding: 0.45rem 0.4rem;
  border-bottom: 1px solid rgba(9, 0, 64, 0.12);
  font-size: 0.85rem;
}

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

.hero-upload-slot {
  display: grid;
  gap: 0.65rem;
  padding: 0.8rem;
  border-radius: 1rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 211, 40, 0.28), transparent 9rem),
    rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(9, 0, 64, 0.12);
  box-shadow: 0 12px 28px rgba(9, 0, 64, 0.08);
}

.hero-upload-preview {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 8rem;
  overflow: hidden;
  border-radius: 0.85rem;
  background:
    linear-gradient(135deg, rgba(9, 0, 64, 0.08), rgba(255, 211, 40, 0.22)),
    #fffdf1;
  border: 1px dashed rgba(9, 0, 64, 0.22);
}

.hero-upload-preview::after {
  content: 'Hero placeholder';
  position: absolute;
  left: 0.65rem;
  bottom: 0.55rem;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  color: #fff8d6;
  background: rgba(9, 0, 64, 0.76);
  font-size: 0.68rem;
  font-weight: 800;
}

.hero-upload-preview img,
.hero-upload-preview video {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 12rem;
  object-fit: contain;
  padding: 0.45rem;
}

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

.hero-upload-copy strong {
  color: var(--dark-indigo);
  font-size: 0.9rem;
  font-weight: 900;
}

.hero-upload-copy span {
  margin-top: 0.12rem;
  color: rgba(9, 0, 64, 0.65);
  font-size: 0.76rem;
  line-height: 1.45;
}

.hero-file-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.65rem 0.8rem;
  overflow: hidden;
  border-radius: 999px;
  color: var(--dark-indigo);
  background: linear-gradient(135deg, var(--premium-yellow, #fff05a), var(--chrome-yellow));
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(255, 184, 0, 0.18);
}

.hero-file-picker input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.hidden {
  display: none !important;
}

@media (max-width: 1100px) {
  .product-lineup {
    grid-template-columns: repeat(auto-fit, minmax(13rem, 15rem));
    justify-content: center;
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-grid {
    grid-template-columns: 1fr;
  }
  .hero-slot-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    min-height: 27rem;
  }
  .nav-actions {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .home-hero-media-only {
    min-height: 75vh;
  }
  .hero-media-card.is-first {
    right: 42%;
    top: 0.8rem;
  }
  .hero-media-card.is-second {
    right: 8%;
    top: 2rem;
  }
  .nav-menu {
    display: none;
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    top: calc(100% + 0.3rem);
    z-index: 50;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5rem;
    border-radius: 0.8rem;
    background: linear-gradient(180deg, var(--light-indigo), var(--dark-indigo));
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
  .nav-menu.is-open {
    display: flex;
  }
  .mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .nav-brand .brand-line {
    font-size: 1.2rem;
  }
  .nav-menu a {
    font-size: 1.3rem;
  }
  .review-list {
    grid-template-columns: 1fr;
  }
  .blog-hero-banner {
    height: 65vh;
    min-height: 19rem;
  }
  .review-hero-banner {
    height: 65vh;
    min-height: 19rem;
  }
  .blog-recipe-image {
    height: 10.5rem;
  }
  .contact-form-panel {
    padding: 1rem;
    border-radius: 1rem;
  }
  .contact-row-2 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .contact-pill-switch {
    width: 100%;
    justify-content: center;
  }
  .contact-pill-switch button {
    min-width: 0;
    flex: 1 1 0;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: calc(100% - 1rem);
  }
  .top-brand-inner img {
    width: 2.9rem;
    height: 2.9rem;
  }
  .hero-media-card {
    width: min(8.8rem, 42vw);
    border-width: 4px;
  }
  .home-hero-media-only {
    min-height: 75vh;
    padding: 0.7rem !important;
  }
  .home-hero-primary {
    inset: 0;
  }
  .hero-media-card .media-top-strip {
    height: 0.9rem;
  }
  .hero-media-card img,
  .hero-media-card video {
    height: calc(100% - 0.9rem);
  }
  .hero-media-card.is-first {
    left: 6%;
    right: auto;
  }
  .hero-media-card.is-second {
    right: 8%;
  }
  .product-lineup {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .product-detail-layout {
    grid-template-columns: 1fr;
  }
  .blog-hero-banner {
    height: 65vh;
    min-height: 17.5rem;
  }
  .review-hero-banner {
    height: 65vh;
    min-height: 17.5rem;
  }
  .blog-recipe-title {
    font-size: 2.45rem;
  }
  .blog-recipe-excerpt {
    max-width: 100%;
  }
}

/* Refined shared footer */
.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 6vw, 5rem) 0 1.25rem;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 205, 35, 0.24), transparent 24rem),
    radial-gradient(circle at 92% 100%, rgba(77, 92, 255, 0.2), transparent 28rem),
    linear-gradient(145deg, #050329 0%, #0c0758 48%, #130786 100%);
}

.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.035), transparent);
}

.footer-grid {
  position: relative;
  grid-template-columns: minmax(0, 1.7fr) repeat(2, minmax(10rem, 0.65fr));
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.footer-grid > div:first-child {
  max-width: 42rem;
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  border: 1px solid rgba(255, 218, 78, 0.2);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
}

.footer-brand {
  margin-bottom: 1rem;
}

.footer-brand img {
  width: 4.25rem;
  height: 4.25rem;
}

.footer-brand .footer-heading {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.footer-grid > div:not(:first-child) > .footer-heading {
  position: relative;
  margin: 0 0 1.15rem;
  padding-bottom: 0.7rem;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.footer-grid > div:not(:first-child) > .footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 2px;
  border-radius: 999px;
  background: #f5c400;
}

.footer-text[data-footer-phone],
.footer-text[data-footer-email],
.footer-text[data-footer-address] {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 0.75rem;
  margin: 0.55rem 0;
  line-height: 1.55;
}

.footer-contact-label {
  color: #f5c400;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-text a {
  color: inherit;
}

.footer-text a:hover {
  color: #ffffff;
}

.footer-links {
  display: grid;
  gap: 0.25rem;
}

.footer-links li a {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
}

.social-row {
  margin-top: 1.2rem;
}

.social-row a {
  display: inline-grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 1px solid rgba(255, 218, 78, 0.28);
  border-radius: 50%;
  color: #fff8d6;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 900;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease;
}

.social-row a:hover {
  transform: translateY(-0.2rem);
  color: #09003f;
  background: #f5c400;
}

.footer-bottom {
  position: relative;
  align-items: center;
  padding-top: 1.25rem;
}

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

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
    max-width: none;
  }
}

@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: auto;
  }

  .footer-text[data-footer-phone],
  .footer-text[data-footer-email],
  .footer-text[data-footer-address] {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
}

/* Enhanced homepage sections after hero */
.enhanced-home-content {
  gap: clamp(1.4rem, 3.5vw, 2.7rem);
}

.enhanced-bestsellers {
  padding: clamp(1.4rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 211, 40, 0.22), transparent 18rem),
    radial-gradient(circle at 90% 2%, rgba(255, 255, 255, 0.12), transparent 16rem),
    linear-gradient(135deg, #080446, #11008d);
}

.enhanced-bestsellers::after,
.enhanced-why::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: radial-gradient(rgba(255, 211, 40, 0.8) 1px, transparent 1.5px);
  background-size: 1.25rem 1.25rem;
  pointer-events: none;
}

.enhanced-product-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.enhanced-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  padding: 0.65rem 0.8rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.095);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 0.9rem 2rem rgba(0, 0, 0, 0.18);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.enhanced-product-card:hover {
  transform: translateY(-0.3rem);
  border-color: rgba(255, 211, 40, 0.52);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06), 0 1.25rem 2.5rem rgba(0, 0, 0, 0.25);
}

.product-tag {
  position: absolute;
  left: 0.65rem;
  top: 0.65rem;
  z-index: 3;
  padding: 0.3rem 0.52rem;
  border-radius: 999px;
  color: #090040;
  background: #ffd328;
  font-size: 0.58rem;
  font-weight: 900;
}

.enhanced-product-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16rem;
  margin: 1.65rem 0 0.7rem;
  padding: 0.65rem;
  overflow: hidden;
  border: 1px solid rgba(255, 196, 24, 0.55);
  border-radius: 0.65rem;
  background: linear-gradient(145deg, #fff8d2 0%, #ffe58a 100%);
  box-shadow: inset 0 0 1.6rem rgba(255, 255, 255, 0.42), 0 0.65rem 1.25rem rgba(0, 0, 0, 0.12);
}

.enhanced-product-media::before {
  content: none;
}

.enhanced-product-media img {
  display: block;
  width: 100%;
  max-width: 13.1rem;
  height: 100%;
  max-height: 14.5rem;
  object-fit: contain;
  object-position: center;
  padding: 0;
  filter: drop-shadow(0 0.55rem 0.45rem rgba(0, 0, 0, 0.18));
  transition: transform 240ms ease;
}

.enhanced-product-card:hover .enhanced-product-media img {
  transform: scale(1.02);
}

.enhanced-product-card h3 {
  margin: 0;
  color: #fff;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.2;
}

.enhanced-product-card p {
  min-height: 3.25rem;
  margin: 0.32rem 0 0.6rem;
  color: rgba(255, 248, 214, 0.76);
  font-size: 0.7rem;
  line-height: 1.42;
}

.enhanced-product-card a,
.retail-home-section a {
  display: inline-flex;
  min-height: 2.3rem;
  align-items: center;
  justify-content: center;
  padding: 0.48rem 0.75rem;
  border-radius: 0.45rem;
  color: #090040;
  background: #ffd328;
  font-size: 0.74rem;
  font-weight: 900;
}

.enhanced-product-card > a {
  width: 100%;
  margin-top: 0.15rem;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.enhanced-product-card > a:hover {
  transform: translateY(-2px);
  background: #ffe05c;
  box-shadow: 0 0.55rem 1rem rgba(0, 0, 0, 0.2);
}

.enhanced-why {
  padding: clamp(1.4rem, 4vw, 3rem);
}

.trust-stat-row {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: -0.5rem 0 1.4rem;
}

.trust-stat-row span {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 211, 40, 0.22);
  border-radius: 999px;
  color: rgba(255, 248, 214, 0.9);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
}

.enhanced-trust-grid .trust-card {
  min-height: 13.5rem;
  background: rgba(255, 255, 255, 0.11);
}

.enhanced-trust-grid .trust-icon {
  font-size: 1.35rem;
}

.enhanced-story {
  background:
    radial-gradient(circle at 84% 10%, rgba(255, 211, 40, 0.25), transparent 17rem),
    linear-gradient(135deg, #fff8df, #fff0b0);
}

.enhanced-story-media {
  min-height: 0;
  background: #07185f;
}

.trust-assurance-image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.enhanced-process-timeline .process-step {
  transition: transform 220ms ease, border-color 220ms ease;
}

.enhanced-process-timeline .process-step:hover {
  transform: translateY(-0.35rem);
  border-color: rgba(255, 211, 40, 0.52);
}

.enhanced-process-timeline .process-step span {
  font-size: 1.25rem;
}

.product-benefits-home {
  padding: clamp(1.4rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 211, 40, 0.18), transparent 18rem),
    linear-gradient(135deg, #fffdf7, #fff3bd);
}

.product-benefits-home .home-section-heading h2,
.product-benefits-home .home-section-heading p {
  color: #090040;
}

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

.benefit-home-grid article {
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid rgba(9, 0, 64, 0.1);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.8rem 1.8rem rgba(9, 0, 64, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.benefit-home-grid article:hover {
  transform: translateY(-0.35rem);
  box-shadow: 0 1.2rem 2.4rem rgba(9, 0, 64, 0.13);
}

.benefit-home-grid span {
  width: 2.8rem;
  height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #090040;
  background: #ffd328;
  font-weight: 900;
}

.benefit-home-grid h3 {
  margin: 0.8rem 0 0.35rem;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-weight: 900;
}

.benefit-home-grid p {
  margin: 0;
  color: #625e70;
  line-height: 1.55;
}

.enhanced-testimonial-rail {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.retail-home-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.85fr);
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  color: #fff;
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 211, 40, 0.22), transparent 18rem),
    linear-gradient(135deg, #070436, #120087);
}

.retail-home-section h2 {
  margin: 0;
  color: #fff;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1.15;
}

.retail-home-section p {
  max-width: 43rem;
  color: rgba(255, 248, 214, 0.78);
  line-height: 1.75;
}

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

.retail-home-grid span {
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 211, 40, 0.2);
  border-radius: 0.8rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
}

.enhanced-final-cta {
  min-height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  isolation: isolate;
}

.enhanced-final-cta > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
}

.enhanced-final-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(9, 0, 64, 0.9), rgba(9, 0, 64, 0.6));
}

.enhanced-final-cta .home-eyebrow,
.enhanced-final-cta h2,
.enhanced-final-cta .home-cta-actions {
  z-index: 2;
}

.enhanced-final-cta .home-cta-actions {
  gap: 0.85rem;
}

@media (max-width: 1100px) {
  .enhanced-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .enhanced-product-card {
    min-height: 0;
  }

  .enhanced-product-media {
    height: 15rem;
    margin-top: 1.55rem;
  }

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

@media (max-width: 760px) {
  .enhanced-product-grid,
  .benefit-home-grid,
  .retail-home-section,
  .retail-home-grid,
  .enhanced-testimonial-rail {
    grid-template-columns: 1fr;
  }

  .enhanced-product-card p {
    min-height: 0;
  }

  .enhanced-product-card {
    min-height: 0;
  }

  .enhanced-product-media {
    height: 14.5rem;
    margin-top: 1.45rem;
  }

  .enhanced-product-media img,
  .enhanced-product-card:nth-child(3) .enhanced-product-media img,
  .enhanced-product-card:nth-child(4) .enhanced-product-media img,
  .enhanced-product-card:nth-child(5) .enhanced-product-media img {
    max-width: 100%;
    max-height: 13.5rem;
  }

  .retail-home-section a {
    width: 100%;
  }
}

/* Wall of Trust reviews page */
.trust-reviews-page {
  color: #16132f;
  background: #fff9e8;
}

.reviews-main {
  overflow: hidden;
  background: #fff9e8;
}

.reviews-hero {
  position: relative;
  min-height: clamp(32rem, 70vh, 46rem);
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #090040;
}

.reviews-hero-image,
.reviews-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.reviews-hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.reviews-hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 4, 54, 0.96) 0%, rgba(9, 0, 64, 0.82) 42%, rgba(9, 0, 64, 0.18) 78%),
    linear-gradient(0deg, rgba(9, 0, 64, 0.24), transparent 46%);
}

.reviews-hero-content {
  min-width: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.reviews-hero-content > * {
  max-width: 47rem;
}

.reviews-eyebrow {
  margin: 0 0 0.65rem;
  color: #b98000;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.reviews-hero .reviews-eyebrow,
.review-stats-section .reviews-eyebrow {
  color: #ffd328;
}

.reviews-hero h1 {
  margin: 0;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(3rem, 6.4vw, 5.5rem);
  font-weight: 900;
  line-height: 1.02;
}

.reviews-hero-content > p:not(.reviews-eyebrow) {
  margin: 1.15rem 0 1.6rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.75;
}

.hero-trust-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.hero-trust-metrics div {
  min-width: 0;
  padding: 0.9rem;
  border: 1px solid rgba(255, 211, 40, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(10px);
}

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

.hero-trust-metrics strong {
  color: #ffd328;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.1;
}

.hero-trust-metrics span {
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 700;
}

.reviews-section {
  padding: clamp(4rem, 7vw, 6rem) 0;
}

.reviews-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 30rem);
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.reviews-section-heading h2,
.stats-heading h2,
.review-submit-copy h2 {
  margin: 0;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 850;
  line-height: 1.15;
}

.reviews-section-heading > p {
  margin: 0;
  color: #625e70;
  line-height: 1.75;
}

.featured-testimonials,
.trust-reasons-section,
.review-submit-section {
  background: #fffdf7;
}

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

.featured-testimonial-card,
.trust-reason-grid article,
.loved-products-grid article,
.review-submit-form {
  border: 1px solid rgba(9, 0, 64, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0.8rem 2.1rem rgba(9, 0, 64, 0.08);
}

.featured-testimonial-card {
  min-width: 0;
  padding: 1.45rem;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.featured-testimonial-card:hover {
  transform: translateY(-0.35rem);
  box-shadow: 0 1.2rem 2.7rem rgba(9, 0, 64, 0.13);
}

.featured-testimonial-card.is-highlighted {
  color: #fff;
  background:
    radial-gradient(circle at 85% 8%, rgba(255, 211, 40, 0.18), transparent 12rem),
    #090040;
}

.testimonial-avatar {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #090040;
  background: #ffd328;
  font-weight: 900;
}

.testimonial-stars,
.review-stars {
  margin-top: 1rem;
  color: #d89d00;
  letter-spacing: 0.08em;
  font-size: 1rem;
  line-height: 1;
}

.featured-testimonial-card blockquote {
  margin: 1rem 0;
  font-family: Georgia, serif;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.65;
}

.testimonial-author strong,
.testimonial-author span {
  display: block;
}

.testimonial-author strong {
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
}

.is-highlighted .testimonial-author strong {
  color: #fff;
}

.testimonial-author span {
  margin-top: 0.2rem;
  color: #6f6878;
  font-size: 0.78rem;
}

.is-highlighted .testimonial-author span {
  color: rgba(255, 255, 255, 0.68);
}

.wall-section,
.loved-products-section {
  background: #fff7dd;
}

.wall-review-grid {
  display: block;
  columns: 3 18rem;
  column-gap: 1.15rem;
}

.wall-review-grid .review-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 1.15rem;
  break-inside: avoid;
  padding: 1.2rem;
  border: 1px solid rgba(9, 0, 64, 0.1);
  border-radius: 8px;
  background: #fffdf5;
  box-shadow: 0 0.65rem 1.8rem rgba(9, 0, 64, 0.08);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.wall-review-grid .review-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 1rem 2.4rem rgba(9, 0, 64, 0.13);
}

.wall-review-grid .review-card p {
  margin: 1rem 0;
  color: #343044;
  font-family: Georgia, serif;
  font-size: 0.95rem;
  line-height: 1.65;
}

.review-card-footer {
  display: grid;
  grid-template-columns: 2.65rem minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.9rem;
  border-top: 1px solid #eee5cc;
}

.review-card-footer > span {
  width: 2.65rem;
  height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #090040;
  background: #ffd328;
  font-size: 0.82rem;
  font-weight: 900;
}

.review-card-footer h4 {
  margin: 0;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 0.94rem;
}

.review-card-footer small {
  display: block;
  margin-top: 0.15rem;
  color: #777181;
  font-size: 0.72rem;
  line-height: 1.35;
}

.wall-empty {
  margin: 0;
  padding: 1rem;
  border-radius: 8px;
  background: #fff;
  color: #625e70;
}

.centered-reviews-heading {
  display: block;
  text-align: center;
}

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

.trust-reason-grid article {
  min-width: 0;
  padding: 1.25rem;
  transition: transform 200ms ease, border-color 200ms ease;
}

.trust-reason-grid article:hover {
  transform: translateY(-0.3rem);
  border-color: rgba(255, 184, 0, 0.8);
}

.trust-reason-grid span {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #090040;
  background: #ffd328;
  font-weight: 900;
}

.trust-reason-grid h3,
.loved-products-grid h3 {
  margin: 0.9rem 0 0.45rem;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.trust-reason-grid p {
  margin: 0;
  color: #625e70;
  font-size: 0.84rem;
  line-height: 1.6;
}

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

.loved-products-grid article {
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.loved-products-grid article:hover {
  transform: translateY(-0.35rem);
  box-shadow: 0 1.1rem 2.5rem rgba(9, 0, 64, 0.13);
}

.loved-products-grid img {
  width: 100%;
  height: 14rem;
  object-fit: contain;
  padding: 0.8rem;
  background: linear-gradient(145deg, #fffef7, #fff1a4);
}

.loved-products-grid article:nth-child(3) img {
  object-fit: cover;
  object-position: 72% center;
}

.loved-products-grid div {
  padding: 1rem;
}

.loved-products-grid h3 {
  margin-top: 0;
}

.loved-products-grid strong,
.loved-products-grid span {
  display: block;
}

.loved-products-grid strong {
  color: #b98000;
  font-size: 1.05rem;
  font-weight: 900;
}

.loved-products-grid span {
  margin-top: 0.2rem;
  color: #777181;
  font-size: 0.76rem;
}

.review-stats-section {
  padding: clamp(3.75rem, 7vw, 5.5rem) 0;
  color: #fff;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 211, 40, 0.2), transparent 18rem),
    #090040;
}

.stats-heading {
  margin-bottom: 2rem;
  text-align: center;
}

.stats-heading h2 {
  color: #fff;
}

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

.review-stats-grid div {
  min-width: 0;
  padding: 1.2rem;
  text-align: center;
  border: 1px solid rgba(255, 211, 40, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.review-stats-grid strong,
.review-stats-grid span {
  display: block;
}

.review-stats-grid strong {
  color: #ffd328;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1;
}

.review-stats-grid span {
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 700;
}

.review-submit-wrap {
  display: grid;
  grid-template-columns: minmax(18rem, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
}

.review-submit-copy p:not(.reviews-eyebrow) {
  margin: 0.8rem 0 1.25rem;
  color: #625e70;
  line-height: 1.7;
}

.review-submit-copy img {
  width: min(18rem, 100%);
  max-height: 22rem;
  object-fit: contain;
  filter: drop-shadow(0 1rem 1.4rem rgba(9, 0, 64, 0.18));
}

.review-submit-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

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

.review-submit-form label {
  display: grid;
  gap: 0.4rem;
  min-width: 0;
}

.review-submit-form label span {
  color: #090040;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.review-submit-form input,
.review-submit-form select,
.review-submit-form textarea {
  width: 100%;
  border: 1px solid #d8d1e2;
  border-radius: 6px;
  padding: 0.85rem;
  color: #1b1730;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.review-submit-form textarea {
  min-height: 9rem;
  resize: vertical;
}

.review-submit-form input:focus,
.review-submit-form select:focus,
.review-submit-form textarea:focus {
  border-color: #1700a6;
  box-shadow: 0 0 0 3px rgba(23, 0, 166, 0.09);
}

.review-submit-button {
  min-height: 3.3rem;
  border: 0;
  border-radius: 6px;
  color: #090040;
  background: #ffd328;
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 0.8rem 1.8rem rgba(255, 184, 0, 0.2);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.review-submit-button:hover {
  transform: translateY(-2px);
  background: #ffe264;
  box-shadow: 0 1rem 2rem rgba(255, 184, 0, 0.28);
}

@media (max-width: 1050px) {
  .featured-testimonial-grid,
  .trust-reason-grid,
  .loved-products-grid,
  .review-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .reviews-hero {
    min-height: 39rem;
    align-items: flex-end;
  }

  .reviews-hero-image {
    object-position: 66% center;
  }

  .reviews-hero-overlay {
    background: linear-gradient(0deg, rgba(9, 0, 64, 0.98) 0%, rgba(9, 0, 64, 0.78) 56%, rgba(9, 0, 64, 0.18) 100%);
  }

  .reviews-hero-content {
    padding-top: 8rem;
    padding-bottom: 2.6rem;
  }

  .reviews-section-heading,
  .review-submit-wrap {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .hero-trust-metrics,
  .featured-testimonial-grid,
  .trust-reason-grid,
  .loved-products-grid,
  .review-stats-grid,
  .review-form-grid {
    grid-template-columns: 1fr;
  }

  .wall-review-grid {
    columns: 1;
  }

  .review-submit-copy img {
    display: none;
  }
}

@media (max-width: 430px) {
  .reviews-hero h1 {
    font-size: 2.8rem;
  }

  .reviews-hero-content > p:not(.reviews-eyebrow) {
    font-size: 0.98rem;
  }
}


/* Premium contact experience */
.premium-contact-page {
  color: #19152d;
  background: #fff9e8;
}

.contact-main {
  overflow: hidden;
  background: #fff9e8;
}

.contact-hero {
  position: relative;
  min-height: clamp(28rem, 62vh, 42rem);
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #090040;
}

.contact-hero-image,
.contact-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact-hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.contact-hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 4, 54, 0.95) 0%, rgba(9, 0, 64, 0.82) 38%, rgba(9, 0, 64, 0.16) 76%),
    linear-gradient(0deg, rgba(9, 0, 64, 0.25), transparent 45%);
}

.contact-hero-content {
  min-width: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.contact-hero-content > * {
  max-width: 42rem;
}

.contact-eyebrow {
  margin: 0 0 0.6rem;
  color: #b37c00;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-hero .contact-eyebrow,
.partnership-section .contact-eyebrow {
  color: #ffd328;
}

.contact-hero h1 {
  margin: 0;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(3rem, 7vw, 5.7rem);
  font-weight: 900;
  line-height: 1;
}

.contact-hero-content > p:not(.contact-eyebrow) {
  margin: 1.15rem 0 1.65rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  line-height: 1.75;
}

.contact-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3rem;
  padding: 0.75rem 1.15rem;
  border-radius: 6px;
  color: #090040;
  background: #ffd328;
  font-size: 0.83rem;
  font-weight: 900;
  box-shadow: 0 0.8rem 1.8rem rgba(255, 211, 40, 0.22);
  transition: transform 180ms ease, background 180ms ease;
}

.contact-hero-link:hover {
  transform: translateY(-2px);
  background: #ffe46e;
}

.contact-section {
  padding: clamp(3.75rem, 7vw, 6rem) 0;
}

.contact-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 29rem);
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.contact-section-heading h2,
.partnership-inner h2 {
  margin: 0;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
}

.contact-section-heading > p {
  margin: 0;
  color: #625e70;
  line-height: 1.75;
}

.contact-workspace {
  background:
    linear-gradient(rgba(255, 253, 246, 0.96), rgba(255, 249, 229, 0.98)),
    url('/images/new_bg.png') center / cover;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
  align-items: stretch;
  gap: clamp(1.25rem, 3vw, 2rem);
}

.contact-info-panel,
.premium-contact-form-panel {
  border-radius: 8px;
  box-shadow: 0 1.2rem 3.4rem rgba(9, 0, 64, 0.11);
}

.contact-info-panel {
  overflow: hidden;
  color: #fff;
  background: #090040;
}

.contact-info-header {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.25rem;
  border-bottom: 1px solid rgba(255, 211, 40, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.contact-info-header img {
  width: 3.4rem;
  height: 3.4rem;
  object-fit: contain;
}

.contact-info-header span {
  color: #ffd328;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-info-header h3 {
  margin: 0.15rem 0 0;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 800;
}

.contact-info-list {
  padding: 0.4rem 1.25rem;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr);
  align-items: start;
  gap: 0.85rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 180ms ease, background 180ms ease;
}

a.contact-info-item:hover {
  transform: translateX(0.25rem);
}

.contact-info-icon {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #090040;
  background: #ffd328;
}

.contact-info-icon svg {
  width: 1.2rem;
  height: 1.2rem;
  stroke-width: 2;
}

.contact-info-item strong {
  color: #fff;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 0.86rem;
}

.contact-info-item p {
  margin: 0.25rem 0 0;
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  line-height: 1.55;
}

.contact-info-note {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0.85rem 1.25rem 1.25rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 211, 40, 0.24);
  border-radius: 6px;
  color: #fff0a4;
  background: rgba(255, 211, 40, 0.08);
  font-size: 0.74rem;
  line-height: 1.45;
}

.contact-info-note svg {
  width: 1.2rem;
  flex: 0 0 auto;
}

.premium-contact-form-panel {
  margin: 0;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border: 1px solid rgba(9, 0, 64, 0.1);
  background: #fff;
}

.contact-form-intro {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.contact-form-intro h3 {
  margin: 0;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
}

.contact-form-intro > span {
  max-width: 12rem;
  padding: 0.45rem 0.65rem;
  border-radius: 5px;
  color: #5e4a12;
  background: #fff3b8;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.premium-contact-form-panel .contact-pill-switch {
  width: 100%;
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
  padding: 0.25rem;
  border-radius: 7px;
  background: #f2eef8;
}

.premium-contact-form-panel .contact-pill-switch button {
  width: 100%;
  min-width: 0;
  min-height: 2.8rem;
  border: 0;
  border-radius: 5px;
  color: #5c566c;
  background: transparent;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: none;
}

.premium-contact-form-panel .contact-pill-switch button.active {
  color: #fff;
  background: #090040;
  box-shadow: 0 0.4rem 1rem rgba(9, 0, 64, 0.16);
}

.premium-contact-form {
  display: grid;
  gap: 1.15rem;
}

.premium-contact-form .contact-row-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.floating-field {
  position: relative;
  min-width: 0;
}

.premium-contact-form .floating-field input,
.premium-contact-form .floating-field textarea {
  width: 100%;
  min-height: 3.7rem;
  padding: 1.35rem 0.9rem 0.45rem;
  border: 1px solid #cec8da;
  border-radius: 6px;
  outline: none;
  color: #1b1730;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.premium-contact-form .floating-field textarea {
  min-height: 9rem;
  resize: vertical;
}

.floating-field label {
  position: absolute;
  top: 1.15rem;
  left: 0.9rem;
  pointer-events: none;
  color: #777184;
  font-size: 0.84rem;
  transition: transform 160ms ease, color 160ms ease, font-size 160ms ease;
}

.premium-contact-form .floating-field input:focus,
.premium-contact-form .floating-field textarea:focus {
  border-color: #1700a6;
  background: #fffefa;
  box-shadow: 0 0 0 3px rgba(23, 0, 166, 0.09);
}

.floating-field input:focus + label,
.floating-field input:not(:placeholder-shown) + label,
.floating-field textarea:focus + label,
.floating-field textarea:not(:placeholder-shown) + label {
  color: #1700a6;
  font-size: 0.65rem;
  font-weight: 800;
  transform: translateY(-0.72rem);
}

.contact-send-button {
  width: 100%;
  min-height: 3.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 0;
  border-radius: 6px;
  color: #090040;
  background: #ffd328;
  font-size: 0.88rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 0.8rem 1.8rem rgba(255, 184, 0, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-send-button:hover {
  transform: translateY(-2px);
  background: #ffe264;
  box-shadow: 0 1rem 2rem rgba(255, 184, 0, 0.28);
}

.contact-send-button svg {
  width: 1.1rem;
  height: 1.1rem;
}

.contact-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: -0.2rem 0 0;
  color: #777181;
  font-size: 0.68rem;
  text-align: center;
}

.contact-privacy svg {
  width: 0.85rem;
  height: 0.85rem;
}

.inquiry-section {
  background: #fff7dd;
}

.centered-contact-heading {
  display: block;
  text-align: center;
}

.centered-contact-heading > p {
  max-width: 35rem;
  margin: 0.65rem auto 0;
}

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

.inquiry-card {
  min-width: 0;
  padding: 1.35rem;
  border: 1px solid rgba(9, 0, 64, 0.1);
  border-radius: 8px;
  color: inherit;
  background: #fff;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 0.65rem 1.7rem rgba(9, 0, 64, 0.06);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.inquiry-card:hover {
  transform: translateY(-0.35rem);
  border-color: rgba(255, 184, 0, 0.8);
  box-shadow: 0 1rem 2.2rem rgba(9, 0, 64, 0.12);
}

.inquiry-card > span {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #090040;
  background: #ffd328;
}

.inquiry-card > span svg {
  width: 1.3rem;
  height: 1.3rem;
}

.inquiry-card h3 {
  margin: 1rem 0 0.5rem;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.inquiry-card p {
  min-height: 4.3rem;
  margin: 0;
  color: #676173;
  font-size: 0.82rem;
  line-height: 1.6;
}

.inquiry-card strong {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1rem;
  color: #090040;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.inquiry-card strong svg {
  width: 0.9rem;
  height: 0.9rem;
}

.contact-trust-strip {
  padding: 1.5rem 0;
  color: #fff;
  background: #090040;
}

.contact-trust-strip .site-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
}

.contact-trust-strip h2 {
  margin: 0;
  color: #ffd328;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.trust-points {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.trust-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.trust-points svg {
  width: 1rem;
  height: 1rem;
  color: #ffd328;
}

.partnership-section {
  color: #fff;
  background:
    linear-gradient(100deg, rgba(9, 0, 64, 0.98), rgba(23, 0, 166, 0.92)),
    url('/images/blog-hero-snacks.png') center / cover;
}

.partnership-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
}

.partnership-inner h2 {
  color: #fff;
}

.partnership-inner p:not(.contact-eyebrow) {
  max-width: 48rem;
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.partner-button {
  min-height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.75rem 1.2rem;
  border: 0;
  border-radius: 6px;
  color: #090040;
  background: #ffd328;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.partner-button:hover {
  transform: translateY(-2px);
  background: #ffe56e;
}

.partner-button svg {
  width: 1.15rem;
  height: 1.15rem;
}

.location-section {
  background: #fffdf7;
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(17rem, 0.5fr);
  gap: 1.5rem;
  align-items: stretch;
}

.map-frame,
.location-card {
  overflow: hidden;
  border: 1px solid rgba(9, 0, 64, 0.1);
  border-radius: 8px;
  box-shadow: 0 1rem 2.5rem rgba(9, 0, 64, 0.09);
}

.map-frame {
  min-height: 25rem;
  background: #eee9db;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 25rem;
  border: 0;
}

.location-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem;
  background: #fff;
}

.location-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #090040;
  background: #ffd328;
}

.location-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

.location-card h3 {
  margin: 0;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.location-card > p:not(.contact-eyebrow) {
  margin: 0.45rem 0 0;
  color: #625e70;
  line-height: 1.6;
}

.location-card .location-copy {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e2dce9;
  font-size: 0.78rem;
}

.location-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #ffd328;
  color: #090040;
  font-size: 0.8rem;
  font-weight: 900;
}

.location-card a svg {
  width: 1rem;
  height: 1rem;
}

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

  .contact-trust-strip .site-shell {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .trust-points {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .contact-layout,
  .location-layout {
    grid-template-columns: 1fr;
  }

  .contact-info-panel {
    order: 2;
  }

  .premium-contact-form-panel {
    order: 1;
  }

  .partnership-inner {
    grid-template-columns: 1fr;
  }

  .partner-button {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .premium-contact-page .site-shell {
    max-width: calc(100vw - 1rem);
  }

  .contact-hero {
    min-height: 38rem;
    align-items: flex-end;
  }

  .contact-hero-image {
    object-position: 68% center;
  }

  .contact-hero-overlay {
    background: linear-gradient(0deg, rgba(9, 0, 64, 0.98) 0%, rgba(9, 0, 64, 0.78) 52%, rgba(9, 0, 64, 0.18) 100%);
  }

  .contact-hero-content {
    padding-top: 8rem;
    padding-bottom: 2.5rem;
  }

  .contact-hero h1 {
    font-size: 3.25rem;
  }

  .contact-section-heading,
  .premium-contact-form .contact-row-2,
  .inquiry-grid {
    grid-template-columns: 1fr;
  }

  .contact-section-heading {
    gap: 0.75rem;
  }

  .contact-form-intro {
    display: grid;
  }

  .contact-form-intro > span {
    max-width: none;
    justify-self: start;
    text-align: left;
  }

  .inquiry-card p {
    min-height: 0;
  }

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

  .map-frame,
  .map-frame iframe {
    min-height: 20rem;
  }

  .location-card {
    padding: 1.4rem;
  }
}

/* Heritage newspaper about page */
.heritage-about {
  color: #241d14;
  background: #e1c66d;
}

.heritage-page {
  padding: clamp(1rem, 3vw, 2.5rem) 0;
  background:
    linear-gradient(rgba(255, 213, 54, 0.9), rgba(234, 176, 24, 0.92)),
    url('/images/new_bg.png') center / cover;
}

.heritage-shell {
  max-width: 78rem;
}

.heritage-paper {
  position: relative;
  overflow: hidden;
  padding: clamp(0.8rem, 2vw, 1.5rem);
  border: 1px solid rgba(68, 45, 16, 0.5);
  border-radius: 4px;
  background-color: #f4ead0;
  background-image:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.5), transparent 24rem),
    radial-gradient(circle at 78% 68%, rgba(113, 74, 25, 0.08), transparent 25rem),
    repeating-linear-gradient(0deg, rgba(72, 47, 18, 0.018) 0, rgba(72, 47, 18, 0.018) 1px, transparent 1px, transparent 4px);
  box-shadow: 0 1.4rem 4rem rgba(65, 42, 8, 0.3);
}

.heritage-paper::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.25;
  background-image: radial-gradient(rgba(52, 34, 12, 0.28) 0.45px, transparent 0.65px);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
}

.heritage-paper > * {
  position: relative;
  z-index: 1;
}

.paper-utility-line,
.edition-ribbon,
.story-meta,
.paper-signoff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: 'Roboto Slab', Georgia, serif;
  text-transform: uppercase;
}

.paper-utility-line {
  padding: 0 0.15rem 0.5rem;
  border-bottom: 1px solid #49351d;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.heritage-masthead {
  display: grid;
  grid-template-columns: minmax(11.5rem, 1fr) minmax(0, 3.8fr) minmax(11.5rem, 1fr);
  align-items: center;
  gap: clamp(0.25rem, 0.6vw, 0.6rem);
  padding: 0.55rem clamp(1.25rem, 2.8vw, 2.75rem) 0.7rem;
  border-bottom: 4px double #362714;
}

.masthead-product {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  height: clamp(8rem, 10vw, 9.3rem);
}

.masthead-product img {
  display: block;
  width: min(100%, 12.5rem);
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0.3rem 0.28rem rgba(9, 0, 64, 0.2));
}

.masthead-center {
  min-width: 0;
  text-align: center;
}

.masthead-center p {
  margin: 0 0 0.25rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.masthead-center h1 {
  margin: 0;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(2.15rem, 4.8vw, 4.25rem);
  font-weight: 900;
  line-height: 0.95;
  white-space: nowrap;
}

.masthead-center em {
  display: block;
  margin-top: 0.4rem;
  color: #6b4a16;
  font-family: Georgia, serif;
  font-size: clamp(0.8rem, 1.5vw, 1rem);
}

.masthead-seal {
  width: clamp(6.4rem, 7.6vw, 7rem);
  aspect-ratio: 1;
  margin: 0;
  padding: 0.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.05rem;
  border: 2px solid #090040;
  border-radius: 50%;
  color: #090040;
  text-align: center;
  transform: rotate(4deg);
  justify-self: start;
}

.masthead-seal span {
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(1.65rem, 2.5vw, 2rem);
  font-weight: 900;
  line-height: 0.95;
}

.masthead-seal small {
  max-width: 4rem;
  font-size: clamp(0.43rem, 0.7vw, 0.52rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.edition-ribbon {
  padding: 0.45rem 0.7rem;
  color: #fff;
  background: #090040;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.front-story,
.heritage-spread,
.photo-report,
.facts-section,
.featured-ad {
  margin-top: 1.25rem;
}

.front-story-header {
  padding-bottom: 0.85rem;
  text-align: center;
  border-bottom: 1px solid #5a4225;
}

.newspaper-kicker,
.section-flag,
.ad-label {
  margin: 0 0 0.35rem;
  color: #9b6700;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.front-story-header h2 {
  max-width: 22ch;
  margin: 0 auto;
  color: #111;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(2rem, 4.7vw, 4.2rem);
  font-weight: 900;
  line-height: 1.02;
}

.story-meta {
  margin-top: 0.85rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(73, 53, 29, 0.45);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.lead-photo,
.photo-report figure,
.founder-archive {
  margin: 0;
}

.lead-photo {
  margin-top: 1rem;
}

.lead-photo img {
  width: 100%;
  height: clamp(19rem, 46vw, 35rem);
  object-fit: cover;
  object-position: center;
  border: 1px solid #4b371f;
  filter: saturate(0.9) contrast(1.03) sepia(0.08);
}

.heritage-paper figcaption {
  padding: 0.4rem 0.1rem 0;
  color: #51422f;
  font-family: Georgia, serif;
  font-size: 0.74rem;
  font-style: italic;
  line-height: 1.45;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18rem;
  gap: 1.25rem;
  margin-top: 1.2rem;
}

.story-copy {
  min-width: 0;
}

.story-lead {
  margin: 0 0 1rem;
  font-family: Georgia, serif;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.65;
}

.story-lead::first-letter {
  float: left;
  margin: 0.05rem 0.45rem 0 0;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 0.75;
}

.editorial-columns {
  column-count: 3;
  column-gap: 1.25rem;
  column-rule: 1px solid rgba(73, 53, 29, 0.28);
  font-family: Georgia, serif;
  font-size: 0.88rem;
  line-height: 1.65;
  text-align: justify;
}

.editorial-columns section {
  break-inside: avoid;
}

.editorial-columns h3 {
  margin: 0 0 0.35rem;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.editorial-columns p {
  margin: 0 0 1rem;
}

.heritage-pullquote {
  margin: 1rem 0 0;
  padding: 0.9rem 1.2rem;
  border-top: 3px double #8a651f;
  border-bottom: 3px double #8a651f;
  color: #090040;
  font-family: Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.quality-report {
  position: relative;
  padding: 1rem;
  border: 2px solid #090040;
  background: rgba(255, 248, 218, 0.7);
}

.quality-report h3,
.history-column h2,
.photo-report h2,
.facts-heading h2 {
  margin: 0;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-weight: 900;
}

.quality-report h3 {
  padding-bottom: 0.55rem;
  border-bottom: 5px double #090040;
  font-size: 1.45rem;
}

.quality-intro {
  margin: 0.7rem 0;
  font-family: Georgia, serif;
  font-size: 0.82rem;
  font-style: italic;
}

.quality-report ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.quality-report li {
  display: grid;
  grid-template-columns: 1.35rem 1fr;
  gap: 0.5rem;
  padding: 0.65rem 0;
  border-top: 1px solid rgba(73, 53, 29, 0.35);
}

.quality-report li > span {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #090040;
  background: #ffd328;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

.quality-report strong,
.quality-report small {
  display: block;
}

.quality-report strong {
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 0.82rem;
}

.quality-report small {
  margin-top: 0.15rem;
  color: #5b4b36;
  font-family: Georgia, serif;
  font-size: 0.7rem;
  line-height: 1.4;
}

.archive-stamp {
  width: 5rem;
  height: 5rem;
  margin: 0.8rem 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px double #9b6700;
  border-radius: 50%;
  color: #9b6700;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-8deg);
}

.newspaper-rule {
  margin: 1.6rem 0 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #6f4d12;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.newspaper-rule::before,
.newspaper-rule::after {
  content: '';
  height: 4px;
  flex: 1;
  border-top: 1px solid #49351d;
  border-bottom: 1px solid #49351d;
}

.heritage-spread {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  gap: 1.5rem;
}

.history-column {
  padding-right: 1.5rem;
  border-right: 1px solid #6a5030;
}

.history-column h2,
.photo-report h2,
.facts-heading h2 {
  padding-bottom: 0.55rem;
  border-bottom: 4px double #49351d;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.archive-timeline {
  position: relative;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.archive-timeline::before {
  content: '';
  position: absolute;
  left: 4.35rem;
  top: 0.75rem;
  bottom: 0.75rem;
  width: 1px;
  background: #6a5030;
}

.archive-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 8.8rem minmax(0, 1fr);
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(73, 53, 29, 0.28);
}

.archive-timeline time {
  position: relative;
  width: 8.8rem;
  min-height: 2.65rem;
  height: auto;
  padding: 0.4rem 0.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #fff;
  background: #090040;
  border: 3px solid #f4ead0;
  outline: 1px solid #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.archive-timeline h3 {
  margin: 0;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 0.95rem;
}

.archive-timeline p {
  margin: 0.2rem 0 0;
  font-family: Georgia, serif;
  font-size: 0.8rem;
  line-height: 1.5;
}

.founders-desk {
  padding: 1rem;
  border: 1px solid #49351d;
  background: rgba(255, 252, 235, 0.55);
}

.founder-title {
  text-align: center;
  border-bottom: 4px double #49351d;
}

.founder-title span {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.founder-title h2 {
  margin: 0.1rem 0 0.55rem;
  color: #090040;
  font-family: Georgia, serif;
  font-size: 1.7rem;
  font-style: italic;
}

.founder-archive {
  margin-top: 0.8rem;
  text-align: center;
}

.founder-archive img {
  width: 100%;
  height: 13rem;
  object-fit: contain;
  padding: 2rem;
  border: 1px solid #6a5030;
  background: rgba(255, 247, 214, 0.7);
  filter: sepia(0.35) grayscale(0.15);
}

.founders-desk blockquote {
  margin: 1rem 0;
  padding: 0.8rem 0;
  border-top: 1px solid #6a5030;
  border-bottom: 1px solid #6a5030;
  color: #090040;
  font-family: Georgia, serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
}

.founders-desk > p {
  font-family: Georgia, serif;
  font-size: 0.82rem;
  line-height: 1.6;
}

.founder-signature {
  margin-top: 0.8rem;
  color: #795514;
  font-family: 'Just Another Hand', cursive;
  font-size: 1.8rem;
  transform: rotate(-2deg);
}

.photo-report {
  padding-top: 1.25rem;
  border-top: 1px solid #49351d;
}

.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 24rem);
  align-items: end;
  gap: 1.5rem;
}

.section-heading-row > p {
  margin: 0 0 0.55rem;
  font-family: Georgia, serif;
  font-size: 0.85rem;
  font-style: italic;
}

.photo-report-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr 0.75fr;
  gap: 1rem;
  margin-top: 1rem;
}

.photo-report figure {
  min-width: 0;
}

.photo-report figure img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  border: 1px solid #49351d;
  filter: saturate(0.82) contrast(1.03) sepia(0.08);
}

.photo-report .production-photo img {
  height: 22rem;
}

.photo-report figure:nth-child(2) img {
  object-fit: contain;
  background: #f9f2df;
}

.facts-section {
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1.15rem;
  color: #fff;
  background: #090040;
  border: 5px double #e8b51f;
}

.facts-heading .newspaper-kicker {
  color: #ffd328;
}

.facts-heading h2 {
  color: #fff;
  border-color: #ffd328;
  font-size: 1.45rem;
}

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

.facts-grid div {
  min-width: 0;
  padding: 0.7rem;
  text-align: center;
  border-left: 1px solid rgba(255, 211, 40, 0.45);
}

.facts-grid strong,
.facts-grid span {
  display: block;
}

.facts-grid strong {
  color: #ffd328;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1;
}

.facts-grid span {
  margin-top: 0.4rem;
  font-family: Georgia, serif;
  font-size: 0.68rem;
  line-height: 1.35;
}

.featured-ad {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.65fr);
  overflow: hidden;
  border: 4px double #090040;
  background:
    repeating-linear-gradient(-45deg, rgba(9, 0, 64, 0.035) 0, rgba(9, 0, 64, 0.035) 2px, transparent 2px, transparent 8px),
    #ffd328;
}

.ad-copy {
  padding: clamp(1.5rem, 4vw, 3rem);
}

.ad-label {
  display: inline-block;
  padding: 0.3rem 0.55rem;
  color: #fff;
  background: #090040;
}

.ad-copy h2 {
  margin: 0.75rem 0 0;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 900;
  line-height: 0.95;
}

.ad-tagline {
  margin: 0.8rem 0 0.35rem;
  color: #090040;
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
}

.ad-copy > p:not(.ad-label):not(.ad-tagline) {
  max-width: 38rem;
  margin: 0;
  font-family: Georgia, serif;
  line-height: 1.6;
}

.ad-copy a {
  display: inline-flex;
  margin-top: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #090040;
  color: #090040;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ad-product {
  position: relative;
  min-height: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}

.ad-product img {
  width: 100%;
  height: 100%;
  max-height: 24rem;
  object-fit: contain;
  padding: 1rem;
  mix-blend-mode: multiply;
}

.ad-burst {
  position: absolute;
  top: 1rem;
  left: -2.2rem;
  z-index: 2;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #090040;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-8deg);
}

.ad-border-copy {
  grid-column: 1 / -1;
  padding: 0.35rem;
  color: #fff;
  background: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
}

.paper-signoff {
  margin-top: 1.25rem;
  padding-top: 0.7rem;
  border-top: 4px double #49351d;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.paper-signoff img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

@media (max-width: 980px) {
  .story-layout,
  .heritage-spread {
    grid-template-columns: 1fr;
  }

  .history-column {
    padding-right: 0;
    padding-bottom: 1.25rem;
    border-right: 0;
    border-bottom: 1px solid #6a5030;
  }

  .editorial-columns {
    column-count: 2;
  }

  .photo-report-grid {
    grid-template-columns: 1fr 1fr;
  }

  .production-photo {
    grid-column: 1 / -1;
  }

  .facts-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .heritage-page {
    padding: 0.5rem 0;
  }

  .heritage-about .site-shell {
    width: calc(100% - 0.75rem);
  }

  .heritage-paper {
    padding: 0.65rem;
  }

  .paper-utility-line,
  .edition-ribbon,
  .story-meta,
  .paper-signoff {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .heritage-masthead {
    grid-template-columns: 1fr auto;
  }

  .masthead-center {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .masthead-center h1 {
    white-space: normal;
  }

  .masthead-product,
  .masthead-seal {
    grid-row: 2;
  }

  .masthead-product {
    justify-self: start;
    width: min(100%, 9rem);
  }

  .masthead-seal {
    justify-self: end;
    margin: 0;
  }

  .lead-photo img {
    height: 18rem;
  }

  .editorial-columns {
    column-count: 1;
    text-align: left;
  }

  .section-heading-row,
  .photo-report-grid,
  .featured-ad {
    grid-template-columns: 1fr;
  }

  .production-photo {
    grid-column: auto;
  }

  .photo-report .production-photo img,
  .photo-report figure img {
    height: 17rem;
  }

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

  .facts-grid div {
    border-left: 0;
    border-top: 1px solid rgba(255, 211, 40, 0.35);
  }

  .ad-product {
    min-height: 18rem;
  }

  .ad-burst {
    left: 1rem;
  }
}

@media (max-width: 430px) {
  .masthead-center h1 {
    font-size: clamp(1.75rem, 11vw, 2.35rem);
    line-height: 1;
  }

  .masthead-center p {
    font-size: 0.57rem;
    line-height: 1.4;
  }

  .masthead-product {
    width: min(100%, 9rem);
    height: 7rem;
  }

  .masthead-seal {
    width: 5rem;
  }

  .front-story-header h2 {
    font-size: 2rem;
  }

  .archive-timeline::before {
    left: 0.55rem;
  }

  .archive-timeline li {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    padding: 0.85rem 0 0.85rem 1.25rem;
  }

  .archive-timeline time {
    width: min(100%, 9.5rem);
    min-height: 2.5rem;
    font-size: 0.76rem;
    justify-self: start;
  }

  .facts-grid {
    grid-template-columns: 1fr;
  }
}

/* Brand journal */
.brand-blog {
  color: #17132f;
  background: #fffaf0;
}

.blog-main {
  overflow: hidden;
  background: #fffaf0;
}

.story-hero {
  position: relative;
  min-height: clamp(32rem, 72vh, 48rem);
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #170f0a;
}

.story-hero-image,
.story-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.story-hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.story-hero-overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(6, 4, 30, 0.92) 0%, rgba(9, 0, 64, 0.78) 34%, rgba(9, 0, 64, 0.18) 68%, rgba(9, 0, 64, 0.08) 100%);
}

.story-hero-content {
  min-width: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.story-hero-content > * {
  width: 100%;
  max-width: 39rem;
}

.blog-eyebrow {
  margin: 0 0 0.75rem;
  color: #c58b00;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-hero .blog-eyebrow,
.spotlight-section .blog-eyebrow {
  color: #ffd328;
}

.story-hero h1 {
  margin: 0;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(2.9rem, 6vw, 5.3rem);
  font-weight: 800;
  line-height: 1.03;
}

.story-hero-content > p:not(.blog-eyebrow) {
  margin: 1.25rem 0 1.75rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.75;
}

.blog-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.blog-button:hover {
  transform: translateY(-2px);
}

.blog-button-yellow {
  color: #090040;
  background: #ffd328;
  box-shadow: 0 0.8rem 1.8rem rgba(255, 211, 40, 0.24);
}

.blog-button-yellow:hover {
  background: #ffe25c;
}

.blog-button-navy {
  color: #fff;
  background: #090040;
  box-shadow: 0 0.7rem 1.5rem rgba(9, 0, 64, 0.16);
}

.blog-section {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.blog-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 29rem);
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.blog-section-heading h2 {
  margin: 0;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
}

.blog-section-heading > p {
  margin: 0;
  color: #625e70;
  line-height: 1.75;
}

.featured-story-section {
  background: #fffdf7;
}

.featured-story {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(20rem, 0.75fr);
  overflow: hidden;
  border: 1px solid rgba(9, 0, 64, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1.4rem 3.5rem rgba(9, 0, 64, 0.1);
}

.featured-story-image {
  min-height: 29rem;
  overflow: hidden;
}

.featured-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  transition: transform 400ms ease;
}

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

.featured-story-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
}

.featured-story-copy h3 {
  margin: 1rem 0;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  font-weight: 800;
  line-height: 1.2;
}

.featured-story-copy > p {
  margin: 0;
  color: #5d586a;
  line-height: 1.75;
}

.article-badge {
  display: inline-flex;
  padding: 0.4rem 0.65rem;
  border-radius: 5px;
  color: #090040;
  background: #fff0a7;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
  margin: 1.25rem 0 1.5rem;
  color: #777181;
  font-size: 0.78rem;
  font-weight: 700;
}

.article-meta span + span::before {
  content: '';
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.55rem 0.12rem 0;
  border-radius: 50%;
  background: #ffb800;
}

.latest-section {
  background: #fff7dd;
}

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

.article-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(9, 0, 64, 0.09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0.8rem 2rem rgba(9, 0, 64, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
  cursor: pointer;
}

.article-card:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 1.25rem 2.8rem rgba(9, 0, 64, 0.13);
}

.article-card:focus-visible,
.featured-story[role='button']:focus-visible {
  outline: 3px solid #ffd328;
  outline-offset: 4px;
}

.featured-story[role='button'] {
  cursor: pointer;
}

.article-image {
  display: block;
  height: 14rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 211, 40, 0.28), transparent 8rem),
    linear-gradient(145deg, #fffef8, #fff1b6);
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.7rem;
  transition: transform 320ms ease;
}

.article-image--photo img {
  object-fit: cover;
  padding: 0;
}

.article-image--pack img {
  width: 88%;
  margin: 0 auto;
  filter: drop-shadow(0 0.7rem 0.6rem rgba(9, 0, 64, 0.2));
}

.article-card:hover .article-image img {
  transform: scale(1.04);
}

.article-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.35rem;
}

.article-card h3 {
  margin: 0.9rem 0 0.65rem;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.35;
}

.article-card-body > p {
  margin: 0;
  color: #625e70;
  font-size: 0.91rem;
  line-height: 1.65;
}

.article-card .article-meta {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.article-link,
.spotlight-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  color: #090040;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: gap 180ms ease, color 180ms ease;
}

.article-link:hover,
.spotlight-link:hover {
  gap: 0.65rem;
  color: #a87500;
}

.blog-reader-open {
  overflow: hidden;
}

.blog-reader {
  width: min(58rem, calc(100% - 2rem));
  max-height: min(88vh, 56rem);
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(255, 211, 40, 0.38);
  border-radius: 0.8rem;
  color: #251e37;
  background: #fffaf0;
  box-shadow: 0 2.5rem 7rem rgba(9, 0, 64, 0.4);
}

.blog-reader::backdrop {
  background: rgba(7, 4, 45, 0.78);
  backdrop-filter: blur(6px);
}

.blog-reader-close {
  position: sticky;
  top: 0.75rem;
  float: right;
  z-index: 4;
  width: 2.65rem;
  height: 2.65rem;
  margin: 0.75rem 0.75rem -3.4rem 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #fff;
  background: rgba(9, 0, 64, 0.92);
  font-size: 1.55rem;
  line-height: 1;
  box-shadow: 0 0.6rem 1.4rem rgba(9, 0, 64, 0.25);
  transition: transform 180ms ease, background 180ms ease;
}

.blog-reader-close:hover {
  transform: rotate(6deg) scale(1.05);
  background: #1712a0;
}

.blog-reader-media {
  height: clamp(14rem, 28vw, 20rem);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(0.5rem, 1.2vw, 0.9rem);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 211, 40, 0.18), transparent 23rem),
    linear-gradient(145deg, #fffdf5, #fff0af);
}

.blog-reader-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0.45rem;
  box-shadow: 0 0.8rem 2rem rgba(9, 0, 64, 0.13);
}

.blog-reader-media:not(.is-packshot) {
  padding: 0;
  background: #090040;
}

.blog-reader-media:not(.is-packshot) img {
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.blog-reader-media.is-packshot img {
  width: min(82%, 34rem);
  filter: drop-shadow(0 1rem 0.8rem rgba(9, 0, 64, 0.22));
}

.blog-reader-content {
  position: relative;
  padding: clamp(1.5rem, 4vw, 3.25rem);
  background:
    radial-gradient(circle at 95% 5%, rgba(255, 211, 40, 0.16), transparent 16rem),
    #fffaf0;
}

.blog-reader-content h2 {
  max-width: 16ch;
  margin: 0.85rem 0 0;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(2rem, 4.8vw, 3.5rem);
  font-weight: 900;
  line-height: 1.1;
}

.blog-reader-content .article-meta {
  margin: 1rem 0 1.35rem;
}

.blog-reader-intro {
  margin: 0;
  padding: 1rem 1.15rem;
  border-left: 4px solid #ffd328;
  color: #40384c;
  background: #fff3bd;
  font-family: Georgia, serif;
  font-size: clamp(1rem, 1.8vw, 1.14rem);
  font-style: italic;
  line-height: 1.7;
}

.blog-reader-body {
  margin-top: 1.6rem;
  display: grid;
  gap: 1.35rem;
}

.blog-reader-body section {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(9, 0, 64, 0.1);
}

.blog-reader-body h3 {
  margin: 0;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 1.18rem;
  font-weight: 900;
}

.blog-reader-body p {
  margin: 0.55rem 0 0;
  color: #5b5565;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.94rem;
  line-height: 1.8;
}

.blog-reader-note {
  margin-top: 1.5rem;
  padding: 0.85rem 1rem;
  border-radius: 0.5rem;
  color: #fff7cf;
  background: #090040;
  font-size: 0.75rem;
  font-weight: 800;
  text-align: center;
}

.category-section {
  background: #fffdf7;
}

.centered-heading {
  display: block;
  text-align: center;
}

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

.category-card {
  min-width: 0;
  padding: 1.5rem 1.15rem;
  text-align: center;
  border: 1px solid rgba(9, 0, 64, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0.65rem 1.6rem rgba(9, 0, 64, 0.06);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.category-card:hover {
  transform: translateY(-0.3rem);
  border-color: rgba(255, 184, 0, 0.8);
  box-shadow: 0 1rem 2rem rgba(9, 0, 64, 0.1);
}

.category-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #090040;
  background: #ffd328;
}

.category-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  stroke-width: 2;
}

.category-card h3 {
  margin: 0 0 0.55rem;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 1rem;
  font-weight: 800;
}

.category-card p {
  margin: 0;
  color: #6b6677;
  font-size: 0.82rem;
  line-height: 1.55;
}

.spotlight-section {
  color: #fff;
  background: #090040;
}

.light-heading h2,
.light-heading > p {
  color: #fff;
}

.light-heading > p {
  opacity: 0.72;
}

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

.spotlight-card {
  display: grid;
  grid-template-columns: minmax(8rem, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 1.1rem;
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(255, 211, 40, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 200ms ease, background 200ms ease;
}

.spotlight-card:hover {
  transform: translateY(-0.3rem);
  background: rgba(255, 255, 255, 0.12);
}

.spotlight-image {
  height: 12rem;
  overflow: hidden;
  border-radius: 6px;
  background: #fff8df;
}

.spotlight-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spotlight-card:last-child .spotlight-image img {
  object-fit: cover;
  object-position: 72% center;
}

.spotlight-card h3 {
  margin: 0 0 0.55rem;
  color: #ffd328;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 800;
}

.spotlight-card p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.6;
}

.spotlight-link {
  color: #fff;
}

@media (max-width: 1050px) {
  .article-grid,
  .spotlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (max-width: 760px) {
  .brand-blog .site-shell {
    max-width: calc(100vw - 1.5rem);
  }

  .story-hero {
    min-height: 38rem;
    align-items: flex-end;
  }

  .story-hero-image {
    object-position: 68% center;
  }

  .story-hero-overlay {
    background: linear-gradient(0deg, rgba(9, 0, 64, 0.96) 0%, rgba(9, 0, 64, 0.76) 48%, rgba(9, 0, 64, 0.18) 100%);
  }

  .story-hero-content {
    padding-top: 8rem;
    padding-bottom: 2.75rem;
  }

  .story-hero h1 {
    max-width: 8.5ch;
  }

  .story-hero-content > p:not(.blog-eyebrow) {
    max-width: 34ch;
  }

  .blog-section-heading,
  .featured-story,
  .article-grid,
  .spotlight-grid {
    grid-template-columns: 1fr;
  }

  .blog-section-heading {
    align-items: start;
    gap: 0.8rem;
  }

  .featured-story-image {
    min-height: 18rem;
  }

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

@media (max-width: 480px) {
  .story-hero h1 {
    font-size: 2.75rem;
  }

  .blog-section-heading h2 {
    max-width: 13ch;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .spotlight-card {
    grid-template-columns: 7rem minmax(0, 1fr);
  }

  .spotlight-image {
    height: 10rem;
  }

  .blog-reader {
    width: calc(100% - 1rem);
    max-height: 94vh;
    border-radius: 0.65rem;
  }

  .blog-reader-close {
    margin-top: 0.55rem;
    margin-right: 0.55rem;
  }

  .blog-reader-media {
    height: 12.5rem;
    padding: 0.4rem;
  }

  .blog-reader-content {
    padding: 1.25rem;
  }

  .blog-reader-content h2 {
    font-size: 2rem;
  }
}

/* Products page */
.products-page {
  background: #fff8df;
}

.products-main {
  padding-bottom: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 204, 38, 0.24), transparent 22rem),
    radial-gradient(circle at 88% 76%, rgba(22, 25, 145, 0.09), transparent 25rem),
    linear-gradient(145deg, rgba(255, 252, 238, 0.98), rgba(255, 244, 201, 0.96)),
    url('/images/new_bg.png') center / cover;
}

.products-showcase {
  min-height: 36rem;
  padding: clamp(3rem, 5vw, 4.75rem) 0 clamp(4rem, 7vw, 6rem);
}

.products-showcase-inner {
  display: grid;
  gap: clamp(2.25rem, 4vw, 3.5rem);
}

.products-heading {
  display: grid;
  justify-items: center;
  gap: 0.75rem;
  text-align: center;
}

.products-eyebrow {
  margin: 0;
  color: #9b7000;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.products-heading .section-title {
  margin: 0;
  color: var(--dark-indigo);
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(2.75rem, 5vw, 4.35rem);
  font-weight: 900;
  line-height: 1;
}

.products-subtitle {
  max-width: 40rem;
  margin: 0.2rem auto 0;
  color: #5e5039;
  font-family: 'Open Sans', sans-serif;
  font-size: clamp(0.92rem, 1.4vw, 1.05rem);
  line-height: 1.65;
}

.products-heading-rule {
  width: 4.75rem;
  height: 0.28rem;
  border-radius: 8px;
  background: linear-gradient(90deg, #d9a500, var(--chrome-yellow));
  box-shadow: 0 0.3rem 0.8rem rgba(217, 165, 0, 0.22);
}

.products-page .product-lineup {
  width: 100%;
  max-width: 66rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(1.4rem, 2.4vw, 2rem);
}

.products-page .product-card {
  grid-column: span 2;
}

.products-page .product-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.products-page .product-card {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  min-height: 26rem;
  padding: 1.1rem;
  overflow: hidden;
  border: 2px solid rgba(218, 164, 0, 0.82);
  border-radius: 0.9rem;
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 218, 50, 0.16), transparent 13rem),
    linear-gradient(145deg, #fffef8, #fff5c9);
  box-shadow:
    0 1.4rem 3rem rgba(143, 98, 0, 0.2),
    0 0 0 0.28rem rgba(255, 211, 40, 0.1);
  transform: none;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.products-page .product-card:first-child {
  border-color: #d9a400;
}

.products-page .product-card::after {
  content: '';
  position: absolute;
  right: -2.5rem;
  bottom: -2.5rem;
  width: 8rem;
  aspect-ratio: 1;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.1;
  background:
    radial-gradient(circle at 30% 30%, #d5a00a 0 0.18rem, transparent 0.22rem),
    radial-gradient(circle at 68% 42%, #d5a00a 0 0.13rem, transparent 0.18rem),
    radial-gradient(circle at 46% 72%, #d5a00a 0 0.16rem, transparent 0.21rem);
  background-size: 1.2rem 1.2rem;
}

.products-page .product-card:hover {
  transform: translateY(-0.55rem);
  border-color: #d9a400;
  box-shadow:
    0 1.8rem 3.7rem rgba(143, 98, 0, 0.25),
    0 0 0 0.32rem rgba(255, 211, 40, 0.14);
}

.products-page .product-card:first-child:hover {
  border-color: #d9a400;
  box-shadow:
    0 1.8rem 3.7rem rgba(143, 98, 0, 0.25),
    0 0 0 0.32rem rgba(255, 211, 40, 0.14);
}

.product-card-topline {
  min-height: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.product-badge-group {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.product-category,
.product-trust,
.product-featured-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.6rem;
  padding: 0.34rem 0.58rem;
  border-radius: 999px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.59rem;
  font-weight: 900;
  line-height: 1;
}

.product-featured-badge {
  color: #fff;
  background: #090040;
  box-shadow: 0 0.35rem 0.7rem rgba(9, 0, 64, 0.18);
}

.product-category {
  color: #090040;
  background: linear-gradient(135deg, #ffe569, #ffc900);
  box-shadow: 0 0.35rem 0.7rem rgba(166, 118, 0, 0.14);
}

.product-trust {
  color: #65521c;
  border: 1px solid rgba(177, 136, 11, 0.24);
  background: rgba(255, 251, 229, 0.88);
}

.products-page .product-orb {
  width: min(14.5rem, 100%);
  margin-top: 0.45rem;
}

.products-page .product-orb-ring {
  inset: 9%;
  border: 1px solid rgba(255, 217, 29, 0.72);
  transform: rotate(-3deg);
  filter: drop-shadow(0 0 0.45rem rgba(255, 207, 0, 0.35));
}

.products-page .product-orb-core {
  inset: 17%;
  background:
    radial-gradient(circle at 68% 22%, #4549ec 0%, #2427b8 42%, #07042d 100%);
  border: 1px solid rgba(255, 221, 52, 0.28);
  box-shadow:
    inset 0 0 2.5rem rgba(255, 255, 255, 0.09),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 1.2rem rgba(42, 47, 209, 0.28),
    0 0.9rem 1.45rem rgba(9, 0, 64, 0.3);
}

.products-page .product-orb img {
  width: 84%;
  height: 94%;
  transform: translate(-50%, -51%) rotate(-5deg);
  filter: drop-shadow(0 0.7rem 0.6rem rgba(0, 0, 0, 0.34));
  transition: transform 260ms ease, filter 260ms ease;
}

.products-page .product-lineup .product-card:nth-child(even) .product-orb img {
  transform: translate(-50%, -51%) rotate(5deg);
}

.products-page .product-card--singh-chikki .product-orb img {
  left: 50%;
  top: 50%;
  width: 94%;
  height: 98%;
  transform: translate(-50%, -50%) rotate(0deg);
}

.products-page .product-card--singh-chikki .product-orb:hover img {
  transform: translate(-50%, -50%) rotate(0deg) scale(1.055);
}

.products-page .product-lineup .product-card:nth-child(odd) .product-orb:hover img {
  transform: translate(-50%, -51%) rotate(-3deg) scale(1.055);
  filter: drop-shadow(0 0.9rem 0.75rem rgba(0, 0, 0, 0.38));
}

.products-page .product-lineup .product-card:nth-child(even) .product-orb:hover img {
  transform: translate(-50%, -51%) rotate(3deg) scale(1.055);
  filter: drop-shadow(0 0.9rem 0.75rem rgba(0, 0, 0, 0.38));
}

.products-page .product-lineup .product-card--singh-chikki .product-orb:hover img {
  transform: translate(-50%, -50%) rotate(0deg) scale(1.055);
}

.products-page .product-card:first-child .product-orb {
  width: min(15.5rem, 100%);
  margin-top: 0.45rem;
}

.products-page .product-card:first-child .product-orb img {
  width: 90%;
  height: 97%;
}

.products-page .product-card:first-child .product-category,
.products-page .product-card:first-child .product-trust {
  font-size: 0.59rem;
}

.product-card-copy {
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}

.products-page .product-name {
  margin-top: 0.55rem;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 900;
  line-height: 1.15;
}

.products-page .product-desc {
  margin-top: 0.4rem;
  max-width: 16rem;
  color: #5b503d;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.55;
}

.product-card-footer {
  width: 100%;
  margin-top: auto;
  padding-top: 0.8rem;
  display: grid;
  gap: 0.65rem;
}

.product-weight {
  color: #786c56;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
}

.product-view-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.65rem 0.9rem;
  border-radius: 0.45rem;
  color: #fff;
  background: #090040;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  opacity: 0;
  transform: translateY(0.4rem);
  transition: opacity 220ms ease, transform 220ms ease, background 220ms ease;
}

.products-page .product-card:hover .product-view-link,
.products-page .product-card:focus-within .product-view-link {
  opacity: 1;
  transform: translateY(0);
}

.product-view-link:hover {
  color: #090040;
  background: #ffd328;
}

@media (max-width: 900px) {
  .products-page .product-lineup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 44rem;
  }

  .products-page .product-card,
  .products-page .product-card:nth-child(4) {
    grid-column: auto;
  }

  .products-page .product-card:last-child {
    grid-column: 1 / -1;
    width: calc((100% - clamp(1.4rem, 2.4vw, 2rem)) / 2);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .products-showcase {
    min-height: 0;
    padding: 2.5rem 0 3.5rem;
  }

  .products-showcase-inner {
    gap: 1.75rem;
  }

  .products-page .product-lineup {
    grid-template-columns: 1fr;
    max-width: 20rem;
    gap: 1.25rem;
  }

  .products-page .product-card {
    width: 100%;
    min-height: 24rem;
  }

  .products-page .product-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .products-page .product-orb {
    width: min(14.5rem, 100%);
  }

  .product-view-link {
    opacity: 1;
    transform: none;
  }
}

/* Premium product detail */
.product-detail-page {
  background: #fff8df;
}

.product-detail-main {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
  background:
    radial-gradient(circle at 8% 15%, rgba(255, 208, 36, 0.24), transparent 24rem),
    radial-gradient(circle at 94% 70%, rgba(28, 32, 167, 0.1), transparent 26rem),
    linear-gradient(145deg, #fffdf2, #fff3c3);
}

.product-detail-main::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.11;
  background-image:
    linear-gradient(45deg, transparent 46%, #b98a00 47% 49%, transparent 50%),
    linear-gradient(-45deg, transparent 46%, #b98a00 47% 49%, transparent 50%),
    radial-gradient(circle, #c99600 0 1px, transparent 1.2px);
  background-size: 3.2rem 3.2rem, 3.2rem 3.2rem, 1.65rem 1.65rem;
  mask-image: linear-gradient(90deg, #000, transparent 24%, transparent 76%, #000);
}

.premium-product-detail {
  position: relative;
  z-index: 1;
}

.product-detail-page .product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(1.5rem, 3.5vw, 3.25rem);
  align-items: start;
}

.product-gallery-panel,
.product-information-panel {
  border: 1px solid rgba(188, 143, 0, 0.2);
  border-radius: 0.9rem;
  background: rgba(255, 254, 246, 0.9);
  box-shadow:
    0 1.5rem 4rem rgba(78, 52, 4, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: box-shadow 260ms ease, border-color 260ms ease;
}

.product-gallery-panel {
  position: sticky;
  top: 6.5rem;
  padding: clamp(0.8rem, 1.7vw, 1.25rem);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 214, 0.92));
}

.product-gallery-kicker {
  display: inline-flex;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  color: #090040;
  background: linear-gradient(135deg, #ffe363, #ffc900);
  font-family: 'Open Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-detail-page .product-hero-stage {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(28rem, 41vw, 37rem);
  margin-top: 0.2rem;
  overflow: hidden;
  border-radius: 0.75rem;
  background:
    radial-gradient(ellipse at 50% 18%, rgba(255, 255, 255, 0.24), transparent 31%),
    radial-gradient(circle at 50% 47%, #4249ed 0 23%, #2529ba 39%, #090040 58%, transparent 59%),
    radial-gradient(circle at 50% 47%, rgba(255, 216, 46, 0.55) 0 59%, transparent 61%),
    radial-gradient(circle at 50% 47%, rgba(255, 211, 40, 0.16), transparent 72%),
    linear-gradient(160deg, #fffdf4, #ffefae);
  box-shadow:
    inset 0 0 4rem rgba(255, 255, 255, 0.15),
    inset 0 -2.5rem 4rem rgba(112, 74, 0, 0.07),
    0 0 2.8rem rgba(38, 43, 196, 0.13);
}

.product-detail-page .product-hero-stage::before {
  content: '';
  position: absolute;
  inset: 3%;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 211, 40, 0.3);
  border-radius: 50%;
  opacity: 0.72;
  box-shadow:
    inset 0 0 2rem rgba(255, 255, 255, 0.12),
    0 0 2.2rem rgba(255, 211, 40, 0.12);
}

.product-detail-page .product-hero-stage::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 7%;
  width: 64%;
  height: 8%;
  z-index: 1;
  border-radius: 50%;
  background:
    radial-gradient(ellipse, rgba(9, 0, 64, 0.38), rgba(9, 0, 64, 0.08) 58%, transparent 72%);
  filter: blur(0.85rem);
  transform: translateX(-50%);
}

.product-detail-page .product-hero-stage img {
  position: relative;
  z-index: 3;
  width: 108%;
  height: 108%;
  max-height: none;
  object-fit: contain;
  filter:
    drop-shadow(0 1.45rem 1.05rem rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 1.25rem rgba(255, 221, 68, 0.15));
  animation: product-detail-float 5.8s ease-in-out infinite;
  transition: transform 350ms ease, filter 350ms ease;
}

.product-detail-page .product-hero-stage:hover img {
  transform: scale(1.035);
  filter:
    drop-shadow(0 1.7rem 1.3rem rgba(0, 0, 0, 0.46))
    drop-shadow(0 0 1.55rem rgba(255, 221, 68, 0.2));
}

.product-stage-grain {
  position: absolute;
  z-index: 2;
  width: 0.7rem;
  height: 0.55rem;
  pointer-events: none;
  border-radius: 55% 45% 50% 50%;
  opacity: 0.16;
  background: #9d6200;
  box-shadow:
    1.5rem 2.2rem 0 -0.08rem #c18d18,
    -1.8rem 4.5rem 0 -0.12rem #a56f0b,
    2.6rem 6.5rem 0 -0.1rem #d1a12a,
    -0.8rem 8.5rem 0 -0.14rem #956000;
  transform: rotate(24deg);
}

.grain-one {
  left: 9%;
  top: 18%;
}

.grain-two {
  right: 12%;
  top: 27%;
  transform: rotate(-35deg) scale(0.82);
}

.grain-three {
  left: 15%;
  bottom: 20%;
  transform: rotate(62deg) scale(0.68);
}

.product-information-panel {
  padding: clamp(1.35rem, 3vw, 2.5rem);
}

.product-detail-eyebrow {
  margin: 0 0 0.55rem;
  color: #9a7000;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-detail-page .product-information-panel .section-title {
  margin: 0;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(2.65rem, 5vw, 4.25rem);
  font-weight: 900;
  line-height: 1.04;
}

.product-premium-tagline {
  margin: 0.8rem 0 0;
  color: #a17600;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-detail-tagline {
  max-width: 38rem;
  margin: 0.65rem 0 0;
  color: #665a45;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

.product-highlight-chips {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.product-highlight-chips span {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  min-height: 2.25rem;
  padding: 0.5rem 0.78rem;
  border: 1px solid rgba(188, 143, 0, 0.2);
  border-radius: 999px;
  color: #342b17;
  background: linear-gradient(145deg, #fffef6, #fff2b8);
  box-shadow: 0 0.45rem 0.9rem rgba(108, 76, 8, 0.08);
  font-family: 'Open Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-highlight-chips span::before {
  content: '\2713';
  display: grid;
  place-items: center;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  color: #fff;
  background: #090040;
  font-size: 0.65rem;
  font-weight: 900;
}

.product-highlight-chips span:hover {
  transform: translateY(-0.15rem);
  border-color: rgba(188, 143, 0, 0.38);
  box-shadow: 0 0.7rem 1.25rem rgba(108, 76, 8, 0.13);
}

.product-detail-block {
  margin-top: 1.7rem;
  padding-top: 1.45rem;
  border-top: 1px solid rgba(115, 87, 23, 0.16);
}

.product-detail-block h2,
.product-story-card h2 {
  margin: 0;
  color: #090040;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 900;
}

.product-weight-options {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.product-weight-button {
  min-width: 5rem;
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(9, 0, 64, 0.17);
  border-radius: 0.5rem;
  color: #090040;
  background: #fffdf5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 200ms ease, background 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.product-weight-button:hover {
  transform: translateY(-0.15rem) scale(1.02);
  border-color: rgba(9, 0, 64, 0.35);
}

.product-weight-button.active {
  border-color: #090040;
  color: #fff;
  background: linear-gradient(135deg, #090040, #2427b8);
  box-shadow:
    0 0.75rem 1.35rem rgba(9, 0, 64, 0.24),
    0 0 0 0.18rem rgba(255, 211, 40, 0.26);
  transform: scale(1.04);
}

.product-block-heading span,
.product-story-card > span {
  display: block;
  margin-bottom: 0.25rem;
  color: #a17600;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.premium-ingredient-grid {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.premium-ingredient-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 5.35rem;
  padding: 1rem;
  border: 1px solid rgba(190, 145, 0, 0.16);
  border-radius: 0.65rem;
  background: linear-gradient(145deg, #fffef9, #fff7d5);
  box-shadow: 0 0.55rem 1.15rem rgba(93, 64, 6, 0.06);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.premium-ingredient-card:hover {
  transform: translateY(-0.3rem);
  border-color: rgba(190, 145, 0, 0.32);
  box-shadow: 0 1rem 1.8rem rgba(93, 64, 6, 0.13);
}

.premium-ingredient-card > span {
  flex: 0 0 auto;
  width: 1.65rem;
  height: 1.65rem;
  border: 0.35rem solid #ffd328;
  border-radius: 50%;
  background: #090040;
  box-shadow: 0 0 0 0.18rem rgba(255, 211, 40, 0.2);
}

.premium-ingredient-card strong,
.premium-ingredient-card small {
  display: block;
  font-family: 'Open Sans', sans-serif;
}

.premium-ingredient-card strong {
  color: #090040;
  font-size: 0.9rem;
  font-weight: 900;
}

.premium-ingredient-card small {
  margin-top: 0.22rem;
  color: #786b55;
  font-size: 0.69rem;
}

.product-story-card {
  position: relative;
  margin-top: 1.8rem;
  padding: clamp(1.4rem, 2.7vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(255, 211, 40, 0.22);
  border-radius: 0.75rem;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 211, 40, 0.22), transparent 10rem),
    linear-gradient(135deg, #090040, #1712a0);
  box-shadow: 0 1rem 2.2rem rgba(9, 0, 64, 0.2);
}

.product-story-card::before {
  content: '\201C';
  position: absolute;
  right: 1.2rem;
  top: -0.8rem;
  color: rgba(255, 211, 40, 0.2);
  font-family: Georgia, serif;
  font-size: 8rem;
  line-height: 1;
}

.product-story-card::after {
  content: '';
  position: absolute;
  left: 0;
  top: 1.2rem;
  bottom: 1.2rem;
  width: 0.22rem;
  border-radius: 999px;
  background: #ffd328;
}

.product-story-card h2,
.product-story-card > span {
  color: #ffd328;
}

.product-story-card p {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0.8rem 0 0;
  color: rgba(255, 252, 231, 0.86);
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  line-height: 1.8;
}

.product-trust-strip {
  margin-top: clamp(1.4rem, 3vw, 2.25rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  border: 1px solid rgba(255, 211, 40, 0.2);
  border-radius: 0.8rem;
  background: #090040;
  box-shadow: 0 1.2rem 3rem rgba(9, 0, 64, 0.2);
}

.product-trust-strip article {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
  min-height: 6.5rem;
  padding: 1rem;
  border: 1px solid rgba(255, 211, 40, 0.16);
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.06);
  transition: transform 200ms ease, background 200ms ease, border-color 200ms ease;
}

.product-trust-strip article:hover {
  transform: translateY(-0.25rem);
  border-color: rgba(255, 211, 40, 0.35);
  background: rgba(255, 255, 255, 0.1);
}

.product-trust-strip article > span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  color: #090040;
  background: #ffd328;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
}

.product-trust-strip strong,
.product-trust-strip small {
  display: block;
  font-family: 'Open Sans', sans-serif;
}

.product-trust-strip strong {
  color: #fff;
  font-size: 0.86rem;
}

.product-trust-strip small {
  margin-top: 0.25rem;
  color: rgba(255, 248, 214, 0.66);
  font-size: 0.68rem;
  line-height: 1.4;
}

@keyframes product-detail-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -0.55rem; }
}

@media (max-width: 900px) {
  .product-detail-page .product-detail-layout {
    grid-template-columns: 1fr;
  }

  .product-gallery-panel {
    position: relative;
    top: auto;
  }

  .product-detail-page .product-hero-stage {
    min-height: clamp(25rem, 75vw, 37rem);
  }

  .product-information-panel {
    padding: clamp(1.4rem, 4vw, 2.4rem);
  }

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

@media (max-width: 560px) {
  .product-detail-main {
    padding-top: 1.25rem;
  }

  .product-gallery-panel,
  .product-information-panel {
    border-radius: 0.7rem;
  }

  .product-detail-page .product-hero-stage {
    min-height: 23rem;
  }

  .product-detail-page .product-hero-stage img {
    width: 112%;
    height: 108%;
  }

  .premium-ingredient-grid,
  .product-trust-strip {
    grid-template-columns: 1fr;
  }

  .product-highlight-chips {
    gap: 0.4rem;
  }

  .product-highlight-chips span {
    font-size: 0.66rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-detail-page .product-hero-stage img {
    animation: none;
  }
}

/* Premium FMCG homepage refresh */
:root {
  --premium-blue: #090040;
  --premium-blue-2: #1600a8;
  --premium-blue-3: #2639c7;
  --premium-gold: #ffd328;
  --premium-yellow: #fff05a;
  --premium-cream: #fff8df;
  --premium-ink: #09142f;
  --premium-radius: 1.75rem;
}

body {
  background:
    radial-gradient(circle at 20% 8%, rgba(255, 244, 122, 0.72), transparent 27rem),
    radial-gradient(circle at 82% 18%, rgba(255, 184, 0, 0.36), transparent 24rem),
    linear-gradient(180deg, #fff7d2 0%, #ffe16e 45%, #fff8dc 100%);
}

.site-navbar {
  min-height: 4.3rem;
  border: 0;
  background: rgba(7, 4, 54, 0.84);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 52px rgba(9, 0, 64, 0.22);
}

.site-navbar::after {
  display: none;
}

.site-nav-inner {
  min-height: 4.3rem;
}

.nav-brand img {
  width: 2.8rem;
  height: 2.8rem;
  filter: drop-shadow(0 8px 16px rgba(255, 211, 40, 0.25));
  transition: transform 220ms ease;
}

.nav-brand:hover img {
  transform: rotate(-5deg) scale(1.05);
}

.nav-brand .brand-line {
  font-family: 'Open Sans', sans-serif;
  color: #fff8d6;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
}

.nav-menu {
  gap: 0.25rem;
}

.nav-menu a {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  color: rgba(255, 248, 214, 0.92);
  font-family: 'Open Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  padding: 0.62rem 0.92rem;
  transition: color 180ms ease, transform 180ms ease, background 180ms ease;
}

.nav-menu a::after {
  content: '';
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 0.38rem;
  height: 2px;
  border-radius: 999px;
  background: var(--premium-gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms ease;
}

.nav-menu a.active,
.nav-menu a:hover {
  color: #ffffff;
  background: rgba(255, 211, 40, 0.13);
  transform: translateY(-1px);
}

.nav-menu a.active::after,
.nav-menu a:hover::after {
  transform: scaleX(1);
}

.mobile-toggle {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 999px;
  background: rgba(255, 211, 40, 0.14);
  border: 1px solid rgba(255, 211, 40, 0.28);
}

.main-page {
  overflow: hidden;
  padding: 0 0 2rem;
}

.premium-hero {
  position: relative;
  isolation: isolate;
  overflow: visible;
  min-height: 80vh;
  height: auto;
  padding: clamp(1rem, 2.4vw, 2rem) 0 clamp(1.4rem, 2.8vw, 2.2rem);
  color: #ffffff;
  background:
    radial-gradient(circle at 68% 44%, rgba(255, 211, 40, 0.34), transparent 20rem),
    radial-gradient(circle at 13% 14%, rgba(255, 255, 255, 0.13), transparent 17rem),
    linear-gradient(135deg, #070436 0%, #120087 52%, #2115bb 100%);
}

.premium-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.19;
  background-image:
    linear-gradient(115deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 211, 40, 0.35) 1px, transparent 1.5px);
  background-size: 4.8rem 4.8rem, 1.15rem 1.15rem;
  animation: premiumGrain 16s linear infinite;
}

.premium-hero::after {
  content: '';
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -10.8rem;
  height: 13rem;
  z-index: -1;
  background: var(--premium-cream);
  border-radius: 50% 50% 0 0 / 42% 42% 0 0;
}

.hero-light {
  position: absolute;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle, rgba(255, 244, 133, 0.18), transparent 64%);
  transform: translate(-50%, -50%);
  transition: opacity 200ms ease;
  z-index: 1;
  mix-blend-mode: screen;
}

.premium-hero:hover .hero-light {
  opacity: 1;
}

.hero-blob,
.hero-wave {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.hero-blob {
  width: 21rem;
  height: 21rem;
  border-radius: 999px;
  filter: blur(16px);
  opacity: 0.6;
  animation: blobFloat 12s ease-in-out infinite;
}

.hero-blob-one {
  top: 9%;
  right: 4%;
  background: radial-gradient(circle, rgba(255, 211, 40, 0.45), transparent 66%);
}

.hero-blob-two {
  left: -8rem;
  bottom: 8%;
  background: radial-gradient(circle, rgba(91, 117, 255, 0.34), transparent 68%);
  animation-delay: -4s;
}

.hero-wave {
  width: 36rem;
  height: 12rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  transform: rotate(-9deg);
  animation: waveDrift 10s ease-in-out infinite;
}

.hero-wave-one {
  top: 19%;
  left: 40%;
}

.hero-wave-two {
  right: -12rem;
  bottom: 9%;
  animation-delay: -3s;
}

.spice-field span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: calc(0.65rem * var(--s));
  height: calc(0.65rem * var(--s));
  border-radius: 999px 999px 999px 0;
  background: linear-gradient(135deg, #ffe66c, #cc6a17);
  opacity: 0.68;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.18));
  transform: rotate(36deg);
  animation: spiceFloat 7s ease-in-out infinite;
  animation-delay: var(--d);
}

.premium-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  gap: clamp(2rem, 5vw, 4.75rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(24rem, 1.08fr);
  min-height: calc(80vh - 3.6rem);
}

.hero-copy {
  max-width: 40rem;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  color: var(--premium-yellow);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-kicker::before {
  content: '';
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: var(--premium-gold);
  box-shadow: 0 0 18px rgba(255, 211, 40, 0.8);
}

.hero-copy h1 {
  margin: 0.85rem 0 0.75rem;
  max-width: 12ch;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(2.65rem, 5.35vw, 4.5rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.hero-subcopy {
  max-width: 36rem;
  margin: 0;
  color: rgba(255, 252, 228, 0.86);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.75;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1rem;
}

.premium-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.premium-btn:hover {
  transform: translateY(-3px) scale(1.01);
}

.premium-btn-primary {
  color: var(--premium-blue);
  background: linear-gradient(135deg, var(--premium-yellow), var(--premium-gold));
  box-shadow: 0 18px 38px rgba(255, 211, 40, 0.28);
}

.premium-btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.8rem;
}

.hero-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.72rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.8rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-trust-row span::before {
  content: '';
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  background: var(--premium-gold);
}

.hero-category-marquee {
  width: min(100%, 35rem);
  margin-top: 0.9rem;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.07);
}

.hero-category-track {
  display: flex;
  width: max-content;
  gap: 0.55rem;
  padding: 0.48rem;
  animation: categoryMarquee 26s linear infinite;
}

.hero-category-track span {
  white-space: nowrap;
  padding: 0.48rem 0.75rem;
  border-radius: 999px;
  color: #fff8d6;
  font-size: 0.78rem;
  font-weight: 900;
  background: rgba(255, 211, 40, 0.12);
}

.hero-showcase {
  position: relative;
  min-height: clamp(25rem, 39vw, 31rem);
  perspective: 1200px;
}

.showcase-glow-ring {
  position: absolute;
  inset: 15% 13% 13% 13%;
  border-radius: 50%;
  border: 1px solid rgba(255, 211, 40, 0.62);
  box-shadow:
    0 0 0 1.3rem rgba(255, 211, 40, 0.05),
    0 0 5rem rgba(255, 211, 40, 0.38),
    inset 0 0 3.2rem rgba(255, 211, 40, 0.2);
  animation: ringRotate 18s linear infinite;
}

.showcase-glow-ring::before,
.showcase-glow-ring::after {
  content: '';
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.35);
}

.showcase-glow-ring::after {
  inset: -12%;
  border-color: rgba(255, 211, 40, 0.22);
  animation: ringRotate 12s linear infinite reverse;
}

.showcase-steam {
  position: absolute;
  left: 48%;
  top: 7%;
  width: 10rem;
  height: 8rem;
  pointer-events: none;
}

.showcase-steam span {
  position: absolute;
  bottom: 0;
  width: 2.4rem;
  height: 6.5rem;
  border-radius: 50%;
  border-left: 2px solid rgba(255, 255, 255, 0.28);
  filter: blur(0.5px);
  animation: steamLift 4.5s ease-in-out infinite;
}

.showcase-steam span:nth-child(2) {
  left: 2.8rem;
  animation-delay: 1.1s;
}

.showcase-steam span:nth-child(3) {
  left: 5.8rem;
  animation-delay: 2s;
}

.floating-pack {
  position: absolute;
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0;
  padding: 0.55rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 1.35rem;
  background: linear-gradient(145deg, rgba(119, 94, 158, 0.96), rgba(72, 53, 126, 0.96));
  box-shadow:
    0 2.5rem 5rem rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  transform-style: preserve-3d;
  transition: transform 260ms ease, box-shadow 260ms ease;
  animation: packFloat 7.5s ease-in-out infinite;
}

.floating-pack > a {
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 0.8rem;
  border: 1px solid rgba(9, 0, 64, 0.08);
  border-radius: 0.9rem;
  background: linear-gradient(145deg, #fffdf8, #f7f2e8);
  box-shadow: inset 0 0 1.4rem rgba(9, 0, 64, 0.035);
}

.floating-pack:hover {
  transform: translateY(-0.55rem) rotateX(4deg) rotateY(-5deg) scale(1.025);
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.36);
}

.floating-pack img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: var(--pack-image-width, 13rem);
  max-height: none;
  object-fit: contain;
  object-position: center;
  padding: 0;
  border-radius: 0;
  filter: drop-shadow(0 0.65rem 0.45rem rgba(0, 0, 0, 0.16));
  transition: transform 260ms ease;
}

.floating-pack:hover img {
  transform: scale(1.045);
}

.pack-main {
  left: 29%;
  top: 7%;
  z-index: 4;
  width: min(40vw, 18rem);
  height: 23.5rem;
  --pack-image-width: 13rem;
}

.pack-side {
  z-index: 3;
  width: min(25vw, 12.5rem);
  height: 18.5rem;
  --pack-image-width: 9rem;
  opacity: 0.94;
}

.pack-left {
  left: 4%;
  top: 36%;
  transform: rotate(-9deg);
  animation-delay: -2s;
}

.pack-right {
  right: 0;
  top: 42%;
  transform: rotate(8deg);
  animation-delay: -4s;
}

.pack-caption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.6rem;
  min-height: 3.35rem;
  margin-top: 0.5rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 0.85rem;
  color: #120754;
  background: linear-gradient(135deg, #fff2a7, #ebdfa0);
  box-shadow: 0 14px 26px rgba(7, 4, 54, 0.16);
}

.pack-caption strong {
  min-width: 0;
  font-size: 0.78rem;
  line-height: 1.15;
}

.pack-caption span {
  max-width: 5.2rem;
  color: rgba(18, 7, 84, 0.76);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: right;
}

.premium-content-shell {
  position: relative;
  z-index: 3;
  margin-top: 1rem;
}

.bestseller-panel {
  border-radius: var(--premium-radius);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 211, 40, 0.24), transparent 18rem),
    linear-gradient(180deg, rgba(9, 0, 64, 0.98) 0%, rgba(22, 0, 168, 0.96) 100%);
  box-shadow: 0 1.6rem 4.5rem rgba(9, 0, 64, 0.22);
}

.section-title {
  font-family: 'Roboto Slab', Georgia, serif;
  font-weight: 900;
  letter-spacing: 0;
}

.section-lead {
  max-width: 38rem;
  margin: -0.35rem auto 1.35rem;
  color: rgba(255, 248, 214, 0.8);
  text-align: center;
  line-height: 1.65;
}

.bestseller-rail {
  border-radius: 1.35rem;
}

.bestseller-track {
  animation-duration: 34s;
}

.bestseller-item {
  width: 13rem;
  min-width: 13rem;
  padding: 0.65rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 220ms ease, background 220ms ease;
}

.bestseller-item:hover {
  transform: translateY(-0.45rem);
  background: rgba(255, 255, 255, 0.13);
}

.bestseller-image-link {
  height: 10rem;
  border: 0;
  border-radius: 1.05rem;
  background: linear-gradient(160deg, #fffdf1, #ffe477);
  box-shadow: inset 0 0 0 1px rgba(9, 0, 64, 0.1);
}

.bestseller-image-link img {
  object-fit: contain;
  padding: 0.45rem;
  transition: transform 240ms ease;
}

.bestseller-item:hover .bestseller-image-link img {
  transform: scale(1.06) rotate(-2deg);
}

.bestseller-name {
  color: #fff8d6;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
}

.product-card {
  padding: 0.8rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 18px 45px rgba(9, 0, 64, 0.12);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 24px 58px rgba(9, 0, 64, 0.18);
}

.site-footer {
  margin-top: 2rem;
  padding: 3rem 0 3.2rem;
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 211, 40, 0.28), transparent 19rem),
    linear-gradient(135deg, #070436 0%, #120087 100%);
  box-shadow: 0 -1.5rem 4rem rgba(9, 0, 64, 0.14);
}

.footer-grid {
  gap: 1.4rem;
}

.footer-brand {
  align-items: center;
}

.footer-brand img {
  width: 3.6rem;
  height: 3.6rem;
  filter: drop-shadow(0 10px 20px rgba(255, 211, 40, 0.25));
}

.footer-heading {
  color: #fff8d6;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 900;
}

.footer-text,
.footer-links li a {
  color: rgba(255, 248, 214, 0.78);
}

.footer-links li a {
  transition: color 180ms ease, transform 180ms ease;
}

.footer-links li a:hover {
  display: inline-block;
  color: var(--premium-gold);
  transform: translateX(0.18rem);
}

.social-row span {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease;
}

.social-row span:hover {
  transform: translateY(-0.2rem);
}

@keyframes premiumGrain {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 4.8rem 4.8rem, 1.15rem 1.15rem; }
}

@keyframes blobFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-1.4rem, 1.1rem, 0) scale(1.08); }
}

@keyframes waveDrift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-9deg); }
  50% { transform: translate3d(1.5rem, -0.9rem, 0) rotate(-4deg); }
}

@keyframes spiceFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(36deg); }
  50% { transform: translate3d(0.65rem, -1.2rem, 0) rotate(62deg); }
}

@keyframes categoryMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes ringRotate {
  to { transform: rotate(360deg); }
}

@keyframes steamLift {
  0% { opacity: 0; transform: translateY(1.5rem) scale(0.82); }
  35% { opacity: 0.65; }
  100% { opacity: 0; transform: translateY(-3rem) scale(1.1); }
}

@keyframes chipFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -0.7rem, 0); }
}

@keyframes packFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -0.95rem; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 980px) {
  .premium-hero {
    min-height: auto;
    padding-top: 2rem;
  }
  .premium-hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    max-width: 48rem;
  }
  .hero-copy h1 {
    max-width: 13ch;
  }
  .hero-showcase {
    min-height: 28rem;
  }
  .pack-main {
    left: 31%;
    width: min(46vw, 18rem);
    height: 23rem;
  }
  .pack-side {
    width: min(29vw, 12rem);
    height: 18rem;
  }
  .nav-menu {
    background: rgba(7, 4, 54, 0.96);
    backdrop-filter: blur(16px);
  }
}

@media (max-width: 640px) {
  .site-navbar {
    min-height: 4rem;
  }
  .site-nav-inner {
    min-height: 4rem;
  }
  .nav-brand img {
    width: 2.35rem;
    height: 2.35rem;
  }
  .nav-brand .brand-line {
    max-width: 11.5rem;
    font-size: 0.82rem;
    line-height: 1.15;
  }
  .premium-hero {
    padding: 1.6rem 0 1rem;
  }
  .hero-copy h1 {
    font-size: clamp(2.9rem, 16vw, 4.25rem);
  }
  .hero-subcopy {
    font-size: 0.98rem;
  }
  .premium-btn {
    flex: 1 1 10rem;
  }
  .hero-showcase {
    min-height: 25rem;
    margin-top: 0.5rem;
  }
  .showcase-glow-ring {
    inset: 16% 5% 18% 5%;
  }
  .pack-main {
    left: 23%;
    top: 5%;
    width: 56vw;
    height: 20.5rem;
  }
  .pack-side {
    width: 35vw;
    height: 15.5rem;
  }
  .pack-left {
    left: 0;
    top: 42%;
  }
  .pack-right {
    right: -1%;
    top: 48%;
  }
  .pack-caption {
    display: block;
    min-height: 3.4rem;
    padding: 0.55rem;
  }
  .pack-caption span {
    display: block;
    margin-top: 0.1rem;
  }
  .bestseller-panel {
    border-radius: 1.35rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
  .bestseller-item {
    width: 11.2rem;
    min-width: 11.2rem;
  }
  .bestseller-image-link {
    height: 8.8rem;
  }
}

/* Mobile-only premium hero layout. Desktop hero remains unchanged. */
@media (max-width: 640px) {
  .premium-hero {
    overflow: hidden;
    min-height: auto;
    padding: 1.35rem 0 2.25rem;
  }

  .premium-hero .premium-hero-grid {
    width: calc(100% - 1.5rem);
    min-height: 0;
    gap: 1.25rem;
  }

  .premium-hero .hero-copy {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .premium-hero .hero-kicker {
    max-width: 100%;
    padding: 0.42rem 0.65rem;
    font-size: 0.66rem;
    line-height: 1.25;
    white-space: normal;
  }

  .premium-hero .hero-copy h1 {
    max-width: 100%;
    margin: 0.75rem 0 0.55rem;
    font-size: clamp(2.45rem, 13vw, 3.35rem);
    line-height: 0.98;
    overflow-wrap: anywhere;
  }

  .premium-hero .hero-subcopy {
    max-width: 100%;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .premium-hero .hero-cta-row {
    width: 100%;
    margin-top: 0.85rem;
  }

  .premium-hero .premium-btn {
    flex: none;
    width: 100%;
    min-height: 3rem;
    padding: 0.75rem 1rem;
  }

  .premium-hero .hero-trust-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 0.5rem;
    margin-top: 0.7rem;
  }

  .premium-hero .hero-trust-row span {
    min-width: 0;
    justify-content: center;
    padding: 0.48rem 0.5rem;
    font-size: 0.69rem;
    line-height: 1.25;
    text-align: center;
  }

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

  .premium-hero .hero-category-marquee {
    width: 100%;
    margin-top: 0.65rem;
  }

  .premium-hero .hero-category-track {
    gap: 0.4rem;
    padding: 0.38rem;
  }

  .premium-hero .hero-category-track span {
    padding: 0.4rem 0.62rem;
    font-size: 0.67rem;
  }

  .premium-hero .hero-showcase {
    width: 100%;
    min-height: 22.5rem;
    margin: 0;
  }

  .premium-hero .showcase-steam {
    display: none;
  }

  .premium-hero .showcase-glow-ring {
    inset: 12% 7% 12%;
  }

  .premium-hero .floating-pack {
    padding: 0.35rem;
    border-width: 1px;
    border-radius: 1rem;
  }

  .premium-hero .floating-pack > a {
    padding: 0.45rem;
    border-radius: 0.7rem;
  }

  .premium-hero .pack-main {
    left: 24%;
    top: 0;
    width: 52%;
    height: 18.75rem;
  }

  .premium-hero .pack-side {
    width: 31%;
    height: 13.75rem;
  }

  .premium-hero .pack-left {
    left: 1%;
    top: 39%;
  }

  .premium-hero .pack-right {
    right: 1%;
    top: 41%;
  }

  .premium-hero .pack-caption {
    min-height: 2.9rem;
    margin-top: 0.35rem;
    padding: 0.42rem 0.48rem;
    border-radius: 0.65rem;
  }

  .premium-hero .pack-caption strong {
    font-size: 0.62rem;
  }

  .premium-hero .pack-caption span {
    margin-top: 0.08rem;
    font-size: 0.56rem;
    line-height: 1.15;
  }

  .premium-hero .floating-pack:hover {
    transform: none;
  }

  .premium-hero::after {
    bottom: -11.8rem;
  }
}

/* Premium homepage sections after hero */
:root {
  --fmcg-blue: #0b1f8c;
  --fmcg-blue-2: #1428a0;
  --fmcg-yellow: #f5c400;
  --fmcg-gold: #ffd84d;
  --fmcg-cream: #fff7d6;
  --fmcg-text: #141a38;
}

.premium-content-shell {
  width: min(78rem, calc(100% - 2rem));
  display: grid;
  gap: clamp(1.5rem, 4vw, 3.4rem);
  margin-top: clamp(1.2rem, 3vw, 2.2rem);
}

.home-premium-section {
  position: relative;
  overflow: hidden;
  border-radius: 1.65rem;
}

.home-section-heading {
  position: relative;
  z-index: 2;
  max-width: 48rem;
  margin: 0 auto clamp(1.2rem, 2.5vw, 2rem);
  text-align: center;
}

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.65rem;
  color: var(--fmcg-yellow);
  font-family: 'Manrope', 'Open Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-eyebrow::before {
  content: '';
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: var(--fmcg-yellow);
  box-shadow: 0 0 20px rgba(245, 196, 0, 0.8);
}

.home-section-heading h2,
.story-copy h2,
.home-cta-section h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Outfit', 'Poppins', sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
}

.home-section-heading h2 {
  font-size: clamp(2.1rem, 5vw, 4.6rem);
}

.home-section-heading p,
.story-copy p,
.home-cta-section p {
  margin: 0.75rem auto 0;
  color: rgba(255, 247, 214, 0.78);
  font-family: 'Manrope', 'Open Sans', sans-serif;
  line-height: 1.75;
}

.bestseller-panel {
  padding: clamp(1.4rem, 4vw, 3.2rem) clamp(1rem, 3vw, 2rem);
  border: 1px solid rgba(255, 216, 77, 0.16);
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 216, 77, 0.28), transparent 17rem),
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.12), transparent 18rem),
    linear-gradient(135deg, var(--fmcg-blue-2), var(--fmcg-blue));
}

.bestseller-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: linear-gradient(115deg, rgba(255,255,255,0.14) 1px, transparent 1px);
  background-size: 3.4rem 3.4rem;
}

.bestseller-rail {
  position: relative;
  z-index: 2;
  margin-top: 0;
  overflow: visible;
  overflow-y: visible;
  scroll-snap-type: none;
  border-radius: 1.4rem;
  scrollbar-width: thin;
}

.bestseller-rail::before,
.bestseller-rail::after {
  display: none;
}

.bestseller-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  padding: 0.35rem 0.2rem 1rem;
  animation: none;
}

.bestseller-item {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 19rem;
  padding: 0.85rem;
  scroll-snap-align: start;
  border-radius: 1.35rem;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.22), rgba(255,255,255,0.08)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 1.4rem 3.4rem rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.bestseller-item:nth-child(n + 5) {
  display: none;
}

.bestseller-item::before {
  content: 'Best Seller';
  position: absolute;
  left: 0.85rem;
  top: 0.85rem;
  z-index: 2;
  padding: 0.32rem 0.55rem;
  border-radius: 999px;
  color: var(--fmcg-blue);
  background: linear-gradient(135deg, var(--fmcg-gold), var(--fmcg-yellow));
  font-size: 0.68rem;
  font-weight: 900;
}

.bestseller-item:nth-child(3n + 2)::before {
  content: 'Traditional';
}

.bestseller-item:nth-child(3n)::before {
  content: 'Fresh Pack';
}

.bestseller-image-link {
  height: 13rem;
  border-radius: 1.05rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 196, 0, 0.3), transparent 8rem),
    linear-gradient(180deg, #fffdf2, #fff3ac);
  box-shadow: inset 0 0 0 1px rgba(11, 31, 140, 0.08);
}

.bestseller-name {
  margin-top: 0.75rem;
  color: #ffffff;
  font-family: 'Manrope', 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.why-choose-section {
  padding: clamp(1.4rem, 4vw, 3.2rem);
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 196, 0, 0.18), transparent 22rem),
    linear-gradient(145deg, #09165f, #0b1f8c);
}

.trust-card-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.trust-card {
  min-height: 15rem;
  padding: 1.1rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.18);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.trust-card:hover {
  transform: translateY(-0.45rem);
  border-color: rgba(255, 216, 77, 0.5);
  box-shadow: 0 1.8rem 3.5rem rgba(0, 0, 0, 0.26), 0 0 2rem rgba(245, 196, 0, 0.12);
}

.trust-icon {
  display: inline-grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 1.4rem;
  border-radius: 1rem;
  color: var(--fmcg-blue);
  background: linear-gradient(135deg, var(--fmcg-gold), var(--fmcg-yellow));
  font-weight: 900;
  box-shadow: 0 0.9rem 1.8rem rgba(245, 196, 0, 0.22);
}

.trust-card h3,
.process-step h3 {
  margin: 0;
  color: #ffffff;
  font-family: 'Outfit', 'Poppins', sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
}

.trust-card p,
.process-step p,
.testimonial-card p {
  margin: 0.65rem 0 0;
  color: rgba(255, 247, 214, 0.74);
  font-family: 'Manrope', 'Open Sans', sans-serif;
  line-height: 1.65;
}

.brand-story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.3rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 216, 77, 0.25), transparent 18rem),
    linear-gradient(135deg, #fff7d6, #fff1a7);
}

.story-copy .home-eyebrow,
.brand-story-section .home-eyebrow {
  color: var(--fmcg-blue);
}

.story-copy h2 {
  color: var(--fmcg-blue);
  font-size: clamp(2rem, 4.5vw, 4.1rem);
}

.story-copy p {
  color: rgba(20, 26, 56, 0.78);
}

.story-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.story-points span {
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--fmcg-blue-2), var(--fmcg-blue));
  font-size: 0.78rem;
  font-weight: 900;
}

.story-media {
  position: relative;
  min-height: 26rem;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 1.5rem 4rem rgba(11, 31, 140, 0.18);
}

.story-media > img {
  width: 100%;
  height: 100%;
  min-height: 26rem;
  object-fit: cover;
}

.story-product-card {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.45rem;
  width: 8.5rem;
  padding: 0.55rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.16);
}

.story-product-card img {
  max-height: 7.5rem;
  object-fit: contain;
}

.story-product-card span {
  color: var(--fmcg-blue);
  font-size: 0.75rem;
  font-weight: 900;
  text-align: center;
}

.quality-process-section {
  padding: clamp(1.4rem, 4vw, 3.2rem);
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 216, 77, 0.2), transparent 16rem),
    linear-gradient(135deg, #0a1766, #0b1f8c);
}

.process-timeline {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.process-timeline::before {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  top: 2rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(245, 196, 0, 0.75), transparent);
}

.process-step {
  position: relative;
  padding: 1rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.process-step span {
  display: inline-grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  margin-bottom: 1.2rem;
  border-radius: 999px;
  color: var(--fmcg-blue);
  background: var(--fmcg-yellow);
  font-weight: 900;
  box-shadow: 0 0 0 0.5rem rgba(245, 196, 0, 0.14);
}

.testimonial-section {
  padding: clamp(1.4rem, 4vw, 3.2rem);
  background:
    radial-gradient(circle at 85% 0%, rgba(255, 216, 77, 0.22), transparent 18rem),
    linear-gradient(135deg, var(--fmcg-blue-2), var(--fmcg-blue));
}

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

.testimonial-card {
  padding: 1.1rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.18);
  animation: testimonialFloat 7s ease-in-out infinite;
}

.home-review-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 1rem;
  border-radius: 1rem;
  color: rgba(255, 247, 214, 0.78);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

.testimonial-card:nth-child(2) {
  animation-delay: -2s;
}

.testimonial-card:nth-child(3) {
  animation-delay: -4s;
}

.rating-stars {
  color: var(--fmcg-gold);
  font-size: 1.1rem;
}

.customer-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1rem;
  color: #ffffff;
  font-weight: 900;
}

.customer-row span {
  display: inline-grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  color: var(--fmcg-blue);
  background: var(--fmcg-gold);
}

.home-cta-section {
  position: relative;
  overflow: hidden;
  padding: clamp(1.8rem, 5vw, 4rem);
  border-radius: 1.65rem;
  text-align: center;
  background:
    radial-gradient(circle at 35% 10%, rgba(255, 216, 77, 0.34), transparent 18rem),
    linear-gradient(135deg, #07145e, var(--fmcg-blue));
  box-shadow: 0 1.5rem 4rem rgba(11, 31, 140, 0.2);
}

.home-cta-section h2 {
  position: relative;
  z-index: 2;
  max-width: 58rem;
  margin: 0 auto;
  font-size: clamp(2rem, 5.5vw, 4.8rem);
}

.home-cta-actions {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.cta-glow {
  position: absolute;
  inset: -30%;
  background: conic-gradient(from 180deg, transparent, rgba(245, 196, 0, 0.24), transparent, rgba(255,255,255,0.08), transparent);
  animation: ringRotate 18s linear infinite;
}

.site-footer {
  margin-top: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(2rem, 5vw, 4rem) 0 1.4rem;
  background:
    radial-gradient(circle at 10% 0%, rgba(245, 196, 0, 0.2), transparent 17rem),
    linear-gradient(135deg, #061052, var(--fmcg-blue));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.8fr 0.7fr 1fr;
  gap: clamp(1rem, 3vw, 2rem);
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 216, 77, 0.2);
}

.footer-heading {
  color: #ffffff;
  font-family: 'Outfit', 'Poppins', sans-serif;
  font-size: 1rem;
}

.footer-text,
.footer-links li a {
  color: rgba(255, 247, 214, 0.72);
  font-family: 'Manrope', 'Open Sans', sans-serif;
}

.footer-links li {
  margin-bottom: 0.45rem;
}

.footer-links li a::before {
  content: '';
}

.newsletter-form {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.85rem;
  padding: 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.newsletter-form input {
  min-height: 2.4rem;
  border: 0;
  color: #ffffff;
  background: transparent;
}

.newsletter-form input::placeholder {
  color: rgba(255, 247, 214, 0.55);
}

.newsletter-form button {
  border: 0;
  border-radius: 999px;
  padding: 0 0.85rem;
  color: var(--fmcg-blue);
  background: var(--fmcg-yellow);
  font-weight: 900;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.1rem;
  color: rgba(255, 247, 214, 0.62);
  font-size: 0.82rem;
}

[data-home-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-home-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes testimonialFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-0.45rem); }
}

@media (max-width: 1050px) {
  .bestseller-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .trust-card-grid,
  .process-timeline,
  .testimonial-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .brand-story-section {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .premium-content-shell {
    width: calc(100% - 1rem);
  }
  .home-premium-section,
  .home-cta-section {
    border-radius: 1.15rem;
  }
  .trust-card-grid,
  .process-timeline,
  .testimonial-rail,
  .bestseller-track,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .process-timeline::before {
    left: 2rem;
    right: auto;
    top: 2rem;
    bottom: 2rem;
    width: 2px;
    height: auto;
  }
  .story-media,
  .story-media > img {
    min-height: 18rem;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

/* Final footer layout overrides */
.site-footer:not(.footer-rendered) .footer-grid > div:nth-child(3),
.footer-grid a[href="/admin"] {
  display: none;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 6vw, 5rem) 0 1.25rem;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 205, 35, 0.24), transparent 24rem),
    radial-gradient(circle at 92% 100%, rgba(77, 92, 255, 0.2), transparent 28rem),
    linear-gradient(145deg, #050329 0%, #0c0758 48%, #130786 100%);
}

.footer-grid {
  grid-template-columns: minmax(0, 1.7fr) repeat(2, minmax(10rem, 0.65fr));
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.footer-grid > div:first-child {
  max-width: 42rem;
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  border: 1px solid rgba(255, 218, 78, 0.2);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
}

.footer-grid > div:not(:first-child) > .footer-heading {
  position: relative;
  margin: 0 0 1.15rem;
  padding-bottom: 0.7rem;
}

.footer-grid > div:not(:first-child) > .footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 2px;
  border-radius: 999px;
  background: #f5c400;
}

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

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
    max-width: none;
  }
}

@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: auto;
  }
}
