/* Frozen Berries product page and homepage feature */
.frozen-home-section { padding: 2em 0 6em; }
.frozen-home-card { overflow: hidden; border-radius: 18px; background: #163d2b; box-shadow: 0 22px 55px rgba(26, 74, 52, .16); }
.frozen-home-media { position: relative; min-height: 520px; overflow: hidden; background: #0d2f21; }
.frozen-home-main-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.frozen-home-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,rgba(7,34,22,.04) 45%,rgba(7,34,22,.62) 100%); pointer-events: none; }
.frozen-home-inset { position: absolute; z-index: 2; right: 24px; bottom: 24px; width: 37%; overflow: hidden; border: 5px solid #fff; border-radius: 12px; background: #fff; box-shadow: 0 15px 35px rgba(4,24,15,.34); }
.frozen-home-inset img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.frozen-home-inset span { display: block; padding: 8px 10px; color: #163d2b; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.frozen-home-photo-tag { position: absolute; z-index: 2; left: 24px; bottom: 26px; max-width: 48%; padding: 9px 12px; border-radius: 7px; background: rgba(18,61,43,.92); color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.frozen-home-content { height: 100%; padding: 64px 56px; color: #fff; }
.frozen-eyebrow { display: inline-block; margin-bottom: 14px; color: #99c93d; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.frozen-home-content .frozen-eyebrow,.frozen-page-hero .frozen-eyebrow,.frozen-cta .frozen-eyebrow { color: #b7e44a; }
.frozen-home-content h2 { color: #fff; font-size: 36px; line-height: 1.2; }
.frozen-home-content p { color: rgba(255,255,255,.82); font-size: 16px; }
.frozen-variety-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin: 28px 0 32px; padding: 0; }
.frozen-variety-list li { list-style: none; padding: 11px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.08); color: #fff; }
.frozen-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.frozen-outline-btn { border: 1px solid rgba(255,255,255,.62); background: transparent; color: #fff; }
.frozen-outline-btn:hover { border-color: #fff; background: #fff; color: #163d2b; }
.frozen-page-hero { position: relative; min-height: 560px; display: flex; align-items: center; background-image: linear-gradient(90deg,rgba(8,39,25,.94) 0%,rgba(8,39,25,.76) 48%,rgba(8,39,25,.28) 100%),url("../images/freeze8.jpg"); background-position: center; background-size: cover; }
.frozen-page-hero h1 { max-width: 760px; color: #fff; font-size: 54px; line-height: 1.08; }
.frozen-page-hero p { max-width: 690px; color: rgba(255,255,255,.86); font-size: 19px; }
.frozen-breadcrumb { color: rgba(255,255,255,.74); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.frozen-breadcrumb a { color: #fff; }
.frozen-section { padding: 6em 0; }
.frozen-section-light { background: #f6f8f4; }
.frozen-proof-section { background: #fbfcfa; }
.frozen-proof-section h2,.frozen-jam-section h2 { margin-bottom: 20px; color: #163d2b; font-size: 40px; line-height: 1.16; }
.frozen-proof-section p,.frozen-jam-section p { color: #5f6d64; font-size: 16px; line-height: 1.8; }
.frozen-text-link { display: inline-flex; align-items: center; gap: 8px; color: #557f24; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.frozen-text-link:hover { color: #163d2b; }
.frozen-photo-grid { display: grid; grid-template-columns: 1.3fr 1fr; grid-template-rows: repeat(2, 210px); gap: 14px; }
.frozen-photo { position: relative; height: 100%; margin: 0; overflow: hidden; border-radius: 14px; background: #e9eee7; }
.frozen-photo-featured { grid-row: 1 / 3; }
.frozen-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.frozen-photo:hover img { transform: scale(1.025); }
.frozen-photo figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; padding: 9px 11px; border-radius: 7px; background: rgba(11,48,32,.84); color: #fff; font-size: 12px; font-weight: 500; }
.frozen-intro { max-width: 820px; margin: 0 auto 48px; text-align: center; }
.frozen-intro h2 { font-size: 40px; }
.berry-card,.frozen-info-card { height: 100%; padding: 30px; border: 1px solid #e6ece2; border-radius: 14px; background: #fff; box-shadow: 0 10px 30px rgba(27,69,47,.06); }
.berry-card h3,.frozen-info-card h3 { font-size: 21px; }
.berry-marker { width: 48px; height: 6px; margin-bottom: 24px; border-radius: 20px; background: #82ae46; }
.frozen-check-list { margin: 0; padding: 0; }
.frozen-check-list li { position: relative; margin-bottom: 14px; padding-left: 28px; list-style: none; }
.frozen-check-list li::before { position: absolute; left: 0; top: 0; content: "✓"; color: #82ae46; font-weight: 700; }
.frozen-jam-section { overflow: hidden; background: #eef4e9; }
.jam-photo-composition { position: relative; min-height: 520px; }
.jam-photo-main,.jam-photo-detail { position: absolute; margin: 0; overflow: hidden; border-radius: 16px; background: #dfe7da; box-shadow: 0 18px 45px rgba(25,66,44,.16); }
.jam-photo-main { inset: 0 16% 0 0; }
.jam-photo-detail { right: 0; bottom: 38px; width: 40%; height: 58%; border: 6px solid #eef4e9; }
.jam-photo-main img,.jam-photo-detail img { width: 100%; height: 100%; object-fit: cover; }
.jam-photo-detail img { object-position: center; }
.jam-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 28px; }
.frozen-cta { padding: 70px 20px; border-radius: 18px; background: #163d2b; color: #fff; text-align: center; }
.frozen-cta h2 { color: #fff; font-size: 38px; }
.frozen-cta p { max-width: 700px; margin: 0 auto 28px; color: rgba(255,255,255,.8); }
.frozen-contact-note { margin-top: 18px; color: rgba(255,255,255,.72); }

@media (max-width:991.98px) {
  .frozen-home-media { min-height: 440px; }
  .frozen-home-content { padding: 48px 36px; }
  .frozen-page-hero { min-height: 500px; background-position: 62% center; }
  .frozen-page-hero h1 { font-size: 43px; }
  .frozen-photo-grid { margin-top: 10px; }
  .jam-photo-composition { min-height: 470px; }
}
@media (max-width:575.98px) {
  .frozen-home-section,.frozen-section { padding: 4em 0; }
  .frozen-home-media { min-height: 360px; }
  .frozen-home-inset { right: 15px; bottom: 15px; width: 39%; border-width: 4px; }
  .frozen-home-inset span { padding: 6px; font-size: 9px; }
  .frozen-home-photo-tag { left: 15px; bottom: 17px; max-width: 50%; font-size: 10px; }
  .frozen-home-content { padding: 38px 24px; }
  .frozen-home-content h2,.frozen-intro h2,.frozen-cta h2,.frozen-proof-section h2,.frozen-jam-section h2 { font-size: 30px; }
  .frozen-variety-list { grid-template-columns: 1fr; }
  .frozen-actions .btn { width: 100%; }
  .frozen-page-hero { min-height: 540px; background-position: 58% center; }
  .frozen-page-hero h1 { font-size: 38px; }
  .frozen-photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 150px; gap: 10px; }
  .frozen-photo-featured { grid-column: 1 / 3; grid-row: auto; }
  .frozen-photo figcaption { right: 8px; bottom: 8px; left: 8px; padding: 7px 8px; font-size: 10px; }
  .jam-photo-composition { min-height: 390px; }
  .jam-photo-main { inset: 0 12% 0 0; }
  .jam-photo-detail { bottom: 24px; width: 43%; height: 55%; border-width: 4px; }
  .jam-actions .btn { width: 100%; }
}

/* Homepage game invitation */
.play-promo-section {
  padding: 0 0 6em;
}
.play-promo-card {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 420px;
  overflow: hidden;
  border-radius: 18px;
  background: #f2f6ea;
  box-shadow: 0 22px 55px rgba(26, 74, 52, .14);
}
.play-promo-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 64px 56px;
}
.play-promo-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #78a82f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.play-promo-copy h2 {
  max-width: 540px;
  margin-bottom: 18px;
  color: #163d2b;
  font-size: 42px;
  line-height: 1.13;
}
.play-promo-copy p {
  max-width: 560px;
  margin-bottom: 28px;
  color: #5d6a61;
  font-size: 16px;
}
.play-promo-products {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: linear-gradient(150deg, #214f38 0%, #0f3222 100%);
}
.play-promo-products::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 85% 15%, rgba(183, 228, 74, .22), transparent 24%),
    linear-gradient(160deg, transparent 43%, rgba(255, 255, 255, .08) 44%, transparent 45%),
    linear-gradient(20deg, transparent 58%, rgba(255, 255, 255, .06) 59%, transparent 60%);
}
.play-promo-products::after {
  position: absolute;
  right: -8%;
  bottom: 36px;
  left: -8%;
  height: 92px;
  content: "";
  border: 7px solid rgba(255, 255, 255, .12);
  border-right: 0;
  border-left: 0;
  background: repeating-linear-gradient(90deg, #17261f 0 24px, #273c32 24px 48px);
  transform: rotate(-3deg);
}
.play-promo-token {
  position: absolute;
  z-index: 2;
  width: 145px;
  padding: 8px 8px 31px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(4, 24, 15, .35);
}
.play-promo-token img {
  display: block;
  width: 100%;
  height: 105px;
  border-radius: 8px;
  object-fit: cover;
}
.play-promo-token-one {
  top: 56px;
  left: 10%;
  transform: rotate(-7deg);
}
.play-promo-token-two {
  top: 85px;
  right: 9%;
  transform: rotate(8deg);
}
.play-promo-token-three {
  right: 28%;
  bottom: 54px;
  transform: rotate(-2deg);
}
.play-promo-order {
  position: absolute;
  z-index: 4;
  right: 8%;
  bottom: 26px;
  display: flex;
  flex-direction: column;
  min-width: 190px;
  padding: 16px 18px;
  border-radius: 11px;
  background: #b7e44a;
  color: #163d2b;
  box-shadow: 0 12px 28px rgba(4, 24, 15, .28);
  transform: rotate(3deg);
}
.play-promo-order span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.play-promo-order strong {
  margin: 3px 0;
  font-size: 17px;
}
.play-promo-order small {
  color: #36552a;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .play-promo-card {
    grid-template-columns: 1fr;
  }
  .play-promo-products {
    min-height: 370px;
  }
}
@media (max-width: 575.98px) {
  .play-promo-section {
    padding-bottom: 4em;
  }
  .play-promo-copy {
    padding: 44px 28px;
  }
  .play-promo-copy h2 {
    font-size: 32px;
  }
  .play-promo-products {
    min-height: 335px;
  }
  .play-promo-token {
    width: 118px;
  }
  .play-promo-token img {
    height: 82px;
  }
  .play-promo-token-one {
    left: 5%;
  }
  .play-promo-token-two {
    right: 5%;
  }
  .play-promo-token-three {
    right: 32%;
    bottom: 66px;
  }
  .play-promo-order {
    right: 5%;
    bottom: 18px;
    min-width: 165px;
  }
}

