/* Final production pass for offers and promotions. Loaded after storefront-offers-20260911.css. */

/* Homepage: compact commercial rail, not a second landing page. */
.storefront-offers--home.storefront-offers--production {
  padding: 62px 0 68px;
  background: linear-gradient(180deg, #f8f3e9 0%, #f4eee3 100%);
}
.storefront-offers--home.storefront-offers--production::after { display: none; }
.offers-home-production__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}
.offers-home-production__head > div { max-width: 720px; }
.offers-home-production__head h2 {
  margin: 9px 0 8px;
  color: var(--offers-ink);
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.035em;
}
.offers-home-production__head h2 em { color: var(--offers-green); font-weight: 400; }
.offers-home-production__head p {
  max-width: 620px;
  margin: 0;
  color: rgba(38,58,43,.66);
  font-size: 14px;
  line-height: 1.6;
}
.offers-home-production__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(210px, .72fr) minmax(210px, .72fr);
  gap: 14px;
}
.offers-home-production__primary,
.offers-home-production__card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(43,70,48,.12);
  border-radius: 22px;
  text-decoration: none;
}
.offers-home-production__primary {
  display: grid;
  min-height: 300px;
  grid-template-columns: minmax(0, 1fr) minmax(190px, .72fr);
  background: #fdf9f1;
  box-shadow: 0 18px 50px rgba(38,58,43,.07);
  color: var(--offers-ink);
}
.offers-home-production__primary-copy {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 30px 28px;
}
.offers-home-production__metric {
  display: block;
  margin: 17px 0 7px;
  color: var(--offers-green);
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.04em;
}
.offers-home-production__primary h3 {
  max-width: 430px;
  margin: 5px 0 10px;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.025em;
}
.offers-home-production__primary p {
  max-width: 430px;
  margin: 0;
  color: rgba(38,58,43,.65);
  font-size: 13px;
  line-height: 1.55;
}
.offers-home-production__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  margin-top: auto;
  padding: 0 17px;
  border-radius: 999px;
  background: var(--offers-deep);
  color: #fff;
  font: 650 12px/1 system-ui, sans-serif;
}
.offers-home-production__cta i,
.offers-home-production__card > span:last-child i { font-style: normal; }
.offers-home-production__art {
  position: relative;
  min-width: 0;
  background:
    radial-gradient(circle at 48% 50%, rgba(255,255,255,.96) 0 32%, rgba(223,231,214,.62) 33% 56%, transparent 57%),
    linear-gradient(145deg, #e5ebdd, #f7f1e7);
}
.offers-home-production__art img {
  position: absolute;
  inset: 12% 6% 5% -6%;
  width: 104%;
  height: 84%;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(31,48,34,.14));
}
.offers-home-production__card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 26px 24px;
  color: var(--offers-ink);
}
.offers-home-production__card--welcome { background: linear-gradient(155deg, #dfe7d6, #edf1e7); }
.offers-home-production__card--loyalty { background: linear-gradient(155deg, #f2eadf, #fbf6ed); }
.offers-home-production__card > strong {
  margin: 22px 0 14px;
  color: var(--offers-green);
  font-family: var(--font-display, Georgia, serif);
  font-size: 42px;
  font-weight: 400;
  line-height: .9;
}
.offers-home-production__card h3 {
  margin: 0 0 9px;
  font-family: var(--font-display, Georgia, serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.05;
}
.offers-home-production__card p {
  margin: 0;
  color: rgba(38,58,43,.65);
  font-size: 12.5px;
  line-height: 1.5;
}
.offers-home-production__card > span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--offers-deep);
  font: 650 12px/1 system-ui, sans-serif;
}
.offers-home-production__primary,
.offers-home-production__card { transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.offers-home-production__primary:hover,
.offers-home-production__card:hover {
  transform: translateY(-3px);
  border-color: rgba(43,70,48,.22);
  box-shadow: 0 18px 45px rgba(38,58,43,.09);
}

/* Offers page hero: brand-first, with no imported advertising artwork. */
.page-offers-production { background: #fbf7ef; }
.offers-production-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 68px;
  background:
    radial-gradient(circle at 82% 22%, rgba(174,193,158,.22), transparent 33%),
    linear-gradient(180deg, #f8f3e9 0%, #f4f0e6 100%);
}
.offers-production-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}
.offers-production-hero__copy { min-width: 0; }
.offers-production-hero__copy .breadcrumbs { margin-bottom: 34px; }
.offers-production-hero h1 {
  max-width: 780px;
  margin: 14px 0 18px;
  color: var(--offers-ink);
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(48px, 5.4vw, 76px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.045em;
}
.offers-production-hero h1 em { color: var(--offers-green); font-weight: 400; }
.offers-production-hero__copy > p {
  max-width: 660px;
  margin: 0;
  color: rgba(38,58,43,.68);
  font-size: 15px;
  line-height: 1.7;
}
.offers-production-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}
.offers-production-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--offers-deep);
  color: #fff;
  font: 650 13px/1 system-ui, sans-serif;
  text-decoration: none;
}
.offers-production-link { color: var(--offers-deep); font-weight: 650; text-decoration: none; }
.offers-production-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(43,70,48,.13);
}
.offers-production-hero__facts div { display: grid; gap: 2px; }
.offers-production-hero__facts strong {
  color: var(--offers-green);
  font-family: var(--font-display, Georgia, serif);
  font-size: 22px;
  font-weight: 400;
}
.offers-production-hero__facts span { color: rgba(38,58,43,.56); font-size: 11px; }
.offers-production-hero__visual {
  position: relative;
  min-height: 430px;
}
.offers-production-hero__halo {
  position: absolute;
  inset: 8% 7% 4%;
  border-radius: 48% 52% 45% 55%;
  background: rgba(255,253,248,.78);
  box-shadow: inset 0 0 0 1px rgba(43,70,48,.06), 0 30px 70px rgba(38,58,43,.08);
}
.offers-production-hero__visual > img {
  position: absolute;
  z-index: 2;
  inset: 8% 0 0;
  width: 100%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 25px 25px rgba(32,47,34,.14));
}
.offers-production-hero__leaf {
  position: absolute;
  z-index: 1;
  width: 160px;
  height: 190px;
  opacity: .15;
  background: url('/assets/images/home-identity/asset-eucalyptus.png') center/contain no-repeat;
}
.offers-production-hero__leaf--one { right: -35px; top: -16px; transform: rotate(18deg); }
.offers-production-hero__leaf--two { left: -32px; bottom: -20px; transform: rotate(-24deg) scale(.8); }

/* Shared page rhythm. */
.offers-production-section { padding: 74px 0; background: #fbf7ef; }
.offers-production-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 30px;
}
.offers-production-section__head > div { max-width: 760px; }
.offers-production-section__head h2,
.offers-production-faq h2 {
  margin: 10px 0 9px;
  color: var(--offers-ink);
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.offers-production-section__head p,
.offers-production-faq p {
  max-width: 650px;
  margin: 0;
  color: rgba(38,58,43,.65);
  font-size: 14px;
  line-height: 1.6;
}

/* Product grid expands naturally for 1–4 real offers and never leaves fake empty columns. */
.offer-product-grid--balanced {
  grid-template-columns: repeat(auto-fit, minmax(270px, 410px));
  justify-content: center;
  gap: 18px;
}
.offer-product-card--production {
  border-radius: 18px;
  box-shadow: 0 13px 34px rgba(38,58,43,.055);
}
.offer-product-card--production .offer-product-card__media {
  aspect-ratio: 1.2 / 1;
  background:
    radial-gradient(circle at 50% 55%, rgba(255,255,255,.94) 0 34%, transparent 35%),
    linear-gradient(145deg, #edf1e7, #f7f1e7);
}
.offer-product-card--production .offer-product-card__media--bottle .offer-product-card__art {
  width: 100%;
  height: 100%;
  padding: 30px 42px 22px;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: drop-shadow(0 18px 18px rgba(31,44,31,.15));
}
.offer-product-card--production .offer-product-card__media--photo .offer-product-card__art {
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
  background: rgba(255,255,255,.35);
}
.offer-product-card--production:hover .offer-product-card__art { transform: translateY(-3px) scale(1.015); }
.offer-product-card--production .offer-product-card__body { padding: 20px 20px 18px; }
.offer-product-card--production .offer-product-card__copy h3 { font-size: 22px; line-height: 1.08; }

.offers-production-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 32px;
  border: 1px solid rgba(43,70,48,.11);
  border-radius: 20px;
  background: #f6f1e7;
}
.offers-production-empty h3 { margin: 8px 0; font-family: var(--font-display, Georgia, serif); font-size: 28px; font-weight: 400; }
.offers-production-empty p { max-width: 720px; margin: 0; color: rgba(38,58,43,.64); line-height: 1.55; }
.offers-production-empty a { flex: 0 0 auto; color: var(--offers-deep); font-weight: 650; text-decoration: none; }

/* Permanent programs. */
.offers-production-programs {
  padding: 78px 0 82px;
  background: #294b35;
  color: #f7f2e8;
}
.offers-production-section__head--light h2 { color: #fffdf8; }
.offers-production-section__head--light p { color: rgba(255,253,248,.7); }
.offers-production-section__head--light .offers-kicker { color: #cbd8c2; }
.offers-production-program-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.offers-production-program {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 28px 28px 24px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  background: rgba(255,255,255,.065);
}
.offers-production-program--light { background: #f8f2e7; color: var(--offers-ink); }
.offers-production-program > strong {
  margin-bottom: 28px;
  font-family: var(--font-display, Georgia, serif);
  font-size: 54px;
  font-weight: 400;
  line-height: .9;
}
.offers-production-program:not(.offers-production-program--light) > strong { color: #d7e1ce; }
.offers-production-program:not(.offers-production-program--light) .offers-card-kicker { color: #cbd8c2; }
.offers-production-program h3 { margin: 9px 0 9px; font-family: var(--font-display, Georgia, serif); font-size: 27px; font-weight: 400; line-height: 1.02; }
.offers-production-program p { margin: 0; color: inherit; opacity: .72; font-size: 13px; line-height: 1.55; }
.offers-production-program a { margin-top: auto; padding-top: 22px; color: inherit; font-weight: 650; text-decoration: none; }

/* Loyalty: compact progression instead of three oversized cards. */
.offers-production-loyalty { padding-bottom: 58px; }
.offers-production-levels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(43,70,48,.12);
  border-radius: 18px;
  background: #fffdf8;
}
.offers-production-levels article { position: relative; min-height: 160px; padding: 24px 26px; }
.offers-production-levels article + article { border-left: 1px solid rgba(43,70,48,.10); }
.offers-production-levels article > span { position: absolute; top: 18px; right: 20px; color: rgba(43,70,48,.28); font-size: 10px; }
.offers-production-levels strong { display: block; color: var(--offers-green); font-family: var(--font-display, Georgia, serif); font-size: 42px; font-weight: 400; }
.offers-production-levels h3 { margin: 6px 0 0; font-family: var(--font-display, Georgia, serif); font-size: 21px; font-weight: 400; }

/* Review reward: one compact visual card, no blank half. */
.offers-production-reward { padding: 20px 0 76px; background: #fbf7ef; }
.offers-production-reward__card {
  display: grid;
  min-height: 330px;
  grid-template-columns: minmax(0, 1.2fr) minmax(250px, .8fr);
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(120deg, #dfe7d6 0%, #edf1e6 62%, #f4eee3 100%);
}
.offers-production-reward__copy { display: flex; flex-direction: column; align-items: flex-start; padding: 42px 48px; }
.offers-production-reward__copy > strong { margin: 18px 0 4px; color: var(--offers-green); font-family: var(--font-display, Georgia, serif); font-size: 52px; font-weight: 400; line-height: .9; }
.offers-production-reward__copy h2 { margin: 5px 0 10px; font-family: var(--font-display, Georgia, serif); font-size: clamp(34px, 3.5vw, 48px); font-weight: 400; line-height: .98; }
.offers-production-reward__copy p { max-width: 620px; margin: 0; color: rgba(38,58,43,.67); line-height: 1.6; }
.offers-production-reward__copy a { margin-top: auto; padding-top: 22px; color: var(--offers-deep); font-weight: 650; text-decoration: none; }
.offers-production-reward__art { position: relative; overflow: hidden; }
.offers-production-reward__art::before { position: absolute; inset: 9% 10%; content: ""; border-radius: 50%; background: rgba(255,255,255,.58); }
.offers-production-reward__art img { position: absolute; z-index: 2; right: 2%; bottom: -9%; width: 92%; height: 105%; object-fit: contain; opacity: .92; }

/* FAQ. */
.offers-production-faq { padding-top: 72px; background: #f6f0e5; }
.offers-production-faq__grid { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: 58px; align-items: start; }
.offers-production-faq .accordion details { border-color: rgba(43,70,48,.13); }

@media (max-width: 1100px) {
  .offers-home-production__grid { grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(190px,.75fr)); }
  .offers-production-hero__grid { grid-template-columns: minmax(0,1fr) minmax(310px,.8fr); gap: 38px; }
}

@media (max-width: 940px) {
  .offers-home-production__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .offers-home-production__primary { grid-column: 1 / -1; min-height: 280px; }
  .offers-home-production__card { min-height: 245px; }
  .offers-production-hero__grid { grid-template-columns: 1fr; }
  .offers-production-hero__visual { min-height: 330px; max-width: 620px; width: 100%; margin: 0 auto; }
  .offers-production-program-grid { grid-template-columns: 1fr; }
  .offers-production-program { min-height: 0; }
  .offers-production-program > strong { margin-bottom: 20px; }
  .offers-production-reward__card { grid-template-columns: 1fr minmax(180px,.45fr); }
  .offers-production-faq__grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 720px) {
  .storefront-offers--home.storefront-offers--production { padding: 48px 0 52px; }
  .offers-home-production__head,
  .offers-production-section__head { align-items: flex-start; }
  .offers-home-production__head { margin-bottom: 22px; }
  .offers-home-production__head .offers-all-link { display: none; }
  .offers-home-production__grid { grid-template-columns: 1fr; gap: 10px; }
  .offers-home-production__primary { grid-column: auto; grid-template-columns: 1fr; min-height: 0; }
  .offers-home-production__primary-copy { min-height: 300px; padding: 26px 24px 24px; }
  .offers-home-production__art { position: absolute; right: -18px; bottom: 8px; width: 48%; height: 62%; background: transparent; opacity: .42; }
  .offers-home-production__art img { inset: 0; width: 100%; height: 100%; }
  .offers-home-production__card { min-height: 220px; padding: 24px 22px 20px; }
  .offers-production-hero { padding: 38px 0 52px; }
  .offers-production-hero__copy .breadcrumbs { margin-bottom: 24px; }
  .offers-production-hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .offers-production-hero__actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .offers-production-button { width: 100%; }
  .offers-production-link { padding: 8px 0; }
  .offers-production-hero__facts { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
  .offers-production-hero__visual { min-height: 270px; }
  .offers-production-section { padding: 58px 0; }
  .offers-production-section__head { display: block; margin-bottom: 24px; }
  .offers-production-section__head .offers-all-link { margin-top: 14px; }
  .offer-product-grid--balanced { grid-template-columns: minmax(0,1fr); }
  .offers-production-empty { align-items: flex-start; flex-direction: column; }
  .offers-production-levels { grid-template-columns: 1fr; }
  .offers-production-levels article { min-height: 120px; }
  .offers-production-levels article + article { border-top: 1px solid rgba(43,70,48,.10); border-left: 0; }
  .offers-production-reward__card { grid-template-columns: 1fr; }
  .offers-production-reward__copy { min-height: 330px; padding: 32px 28px; }
  .offers-production-reward__art { position: absolute; right: -20px; bottom: -20px; width: 180px; height: 220px; opacity: .34; }
}

@media (max-width: 480px) {
  .offers-home-production__head h2 { font-size: 34px; }
  .offers-home-production__primary-copy { min-height: 320px; }
  .offers-home-production__primary h3 { max-width: 82%; font-size: 29px; }
  .offers-home-production__primary p { max-width: 77%; }
  .offers-home-production__card > strong { font-size: 38px; }
  .offers-production-hero__facts { grid-template-columns: 1fr; }
  .offers-production-hero__visual { min-height: 230px; }
  .offers-production-section__head h2,
  .offers-production-faq h2 { font-size: 36px; }
  .offer-product-card--production .offer-product-card__media--bottle .offer-product-card__art { padding: 24px 50px 18px; }
  .offers-production-programs { padding: 58px 0; }
  .offers-production-program { padding: 24px 22px; }
  .offers-production-program > strong { font-size: 46px; }
  .offers-production-reward { padding-bottom: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  .offers-home-production__primary,
  .offers-home-production__card,
  .offer-product-card--production .offer-product-card__art { transition: none !important; }
  .offers-home-production__primary:hover,
  .offers-home-production__card:hover,
  .offer-product-card--production:hover .offer-product-card__art { transform: none !important; }
}
