/* Reversible homepage trial. Original sections: src/home/home-before-banner-trial.json. */
.hero-banner { position: relative; isolation: isolate; padding: 42px 0 46px; background: var(--green); }
.hero-banner .hero-grid { position: relative; z-index: 2; display: block; min-height: 520px; }
.hero-banner .hero-copy { width: 44%; max-width: 540px; }
.hero-banner .hero-intro { max-width: 37ch; }
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-media img { position: absolute; right: 0; bottom: 0; width: auto; max-width: none; height: 100%; -webkit-mask-image: linear-gradient(90deg, transparent, #000 30%); mask-image: linear-gradient(90deg, transparent, #000 30%); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--green), transparent 10%), linear-gradient(90deg, var(--green) 0%, var(--green) 30%, #245b43b3 44%, transparent 65%); }
.hero-banner .hero-actions { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 12px 25px; }
.hero-banner .hero-actions .text-link { font-size: .9rem; }
.assortment-section { padding-block: 48px 56px; }
.assortment-banner { background: var(--ivory); border: 1px solid var(--rule); border-radius: 8px; overflow: hidden; }
.assortment-heading { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 31px 36px 28px; }
.assortment-heading .eyebrow { margin-bottom: 12px; }
.assortment-heading h2 { font-size: clamp(1.9rem, 3vw, 2.7rem); max-width: none; }
.assortment-intro { margin-top: 12px; font-size: .96rem; color: var(--muted); }
.assortment-heading > .text-link { flex: none; font-size: .88rem; }
.assortment-navigation { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cbd7c6; }
.assortment-choice { display: flex; flex-direction: column; align-items: flex-start; padding: 27px 36px; text-decoration: none; gap: 10px; min-width: 0; }
.assortment-choice + .assortment-choice { border-left: 1px solid #cbd7c6; }
.assortment-choice:hover { background: #fff; }
.assortment-choice:focus-visible { outline-offset: -5px; }
.assortment-name { font-family: Georgia, serif; font-size: 1.9rem; line-height: 1.15; }
.assortment-description { color: var(--muted); font-size: .92rem; line-height: 1.55; }
.assortment-link { display: flex; justify-content: space-between; align-items: center; width: 100%; gap: 15px; margin-top: auto; padding-top: 10px; font-size: .88rem; font-weight: 700; }
.assortment-link > span { font-size: 1.2rem; }
@media (max-width: 999px) {
  .hero-banner { display: flex; flex-direction: column; padding: 34px 0 0; }
  .hero-banner .hero-grid { order: 0; min-height: 0; }
  .hero-banner .hero-copy { width: 100%; max-width: 680px; }
  .hero-banner .hero-intro { max-width: 54ch; }
  .hero-media { position: relative; order: 1; width: 100%; aspect-ratio: 1.75; margin-top: 6px; }
  .hero-media img { position: absolute; width: 140%; max-width: none; height: auto; right: 0; bottom: 0; -webkit-mask-image: none; mask-image: none; }
  .hero-media::after { background: linear-gradient(180deg, var(--green), #245b4366 12%, transparent 28%); }
  .assortment-heading { align-items: flex-start; flex-direction: column; gap: 13px; padding: 28px; }
  .assortment-choice { padding: 24px; }
}
@media (max-width: 599px) {
  .hero-banner { padding-top: 25px; }
  .hero-banner .hero-actions { flex-direction: column; align-items: stretch; gap: 11px; }
  .hero-banner .hero-actions .text-link { align-self: flex-start; }
  .hero-media { aspect-ratio: 1.18; margin-top: -4px; }
  .hero-media img { width: 170%; }
  .assortment-section { padding-block: 28px 36px; }
  .assortment-heading { padding: 25px 23px 19px; }
  .assortment-heading h2 { font-size: 2rem; }
  .assortment-intro { font-size: .9rem; }
  .assortment-navigation { grid-template-columns: 1fr; }
  .assortment-choice { padding: 21px 23px; gap: 8px; }
  .assortment-choice + .assortment-choice { border-left: 0; border-top: 1px solid #cbd7c6; }
  .assortment-name { font-size: 1.65rem; }
  .assortment-link { padding-top: 4px; }
}
@media print {
  .hero-banner { background: white; color: black; }
  .hero-banner .hero-copy { width: 100%; }
  .hero-media { display: none; }
}
