.has-suggestions{position:relative;overflow:visible}
.has-suggestions .search-suggestions{position:absolute;top:100%;left:0;right:0;z-index:40;display:block;max-height:min(480px,60vh);overflow-y:auto;background:#fff;color:#16372b;border:1px solid #c9d3ce;border-radius:8px;box-shadow:0 12px 30px #122e2926;margin-top:6px;padding:6px}
.has-suggestions .search-suggestions[hidden]{display:none}
.has-suggestions .suggestion-item{display:flex;align-items:center;gap:12px;min-height:68px;padding:8px 12px;text-decoration:none;color:#16372b;border-radius:4px}
.suggestion-item img{width:44px;height:52px;object-fit:contain;flex-shrink:0}
.suggestion-item span{min-width:0}.suggestion-item strong{display:block;font-size:15px;line-height:1.4;overflow-wrap:anywhere}.suggestion-item small{display:block;font-size:13px;line-height:1.4;color:#56675e;margin-top:3px}
.has-suggestions .suggestion-all{display:block;padding:14px 12px;font-size:15px;color:#16372b;border-top:1px solid #e0e6e2}
.search-suggestions a:hover,.search-suggestions a[aria-selected="true"]{background:#edf3ef}
.suggestion-status{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.has-suggestions .suggestion-discovery{min-height:48px;border-bottom:1px solid #edf0ed;background:#f6f8f4}
.search-help{font-size:15px;line-height:1.6;color:#40594b;margin:10px 0 20px}
.search-help button{font:inherit;color:#16372b;background:#edf3ef;border:1px solid #bccdbf;border-radius:4px;padding:9px 12px;cursor:pointer;margin-right:8px}
.search-help button:focus-visible{outline:3px solid #d3a323;outline-offset:2px}

.mobile-search-panel{display:none}
.mobile-search-results strong{display:block;font-size:15px;line-height:1.4}
.mobile-search-results small{display:block;font-size:13px;line-height:1.4;font-weight:400;color:#56675e;margin-top:3px}
.mobile-search-results li a.mobile-search-discovery{min-height:56px;background:#f0f4ee}
@media(max-width:700px){
  html.mobile-search-open,html.mobile-search-open body{overflow:hidden;overscroll-behavior:none}
  .mobile-search-panel[open]{position:fixed;inset:0 auto auto 0;display:flex;flex-direction:column;width:100%;max-width:none;height:100dvh;max-height:none;box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:#faf8ed;color:#16372b;overflow:hidden}
  .mobile-search-panel::backdrop{background:#16372b}
  .mobile-search-form{display:flex;align-items:center;flex:none;gap:8px;padding:max(12px,env(safe-area-inset-top)) 12px 12px;border-bottom:1px solid #c9d3ce;margin:0;background:#faf8ed}
  .mobile-search-form input{flex:1;min-width:0;width:0;height:48px;box-sizing:border-box;padding:10px 12px;border:1px solid #82998a;border-radius:4px;background:#fff;color:#16372b;font:inherit;font-size:16px;line-height:1.4}
  .mobile-search-form button{display:flex;align-items:center;justify-content:center;flex:none;min-width:44px;min-height:48px;padding:8px;border:0;border-radius:4px;font:inherit;font-size:15px;font-weight:600;cursor:pointer}
  .mobile-search-close{background:transparent;color:#16372b;font-size:26px!important}
  .mobile-search-submit{background:#e5bb3e;color:#16372b}
  .mobile-search-panel .mobile-search-all{display:block;flex:none;padding:14px 20px;min-height:48px;box-sizing:border-box;background:#eaf0eb;border-bottom:1px solid #c9d3ce;color:#16372b;font-size:15px;font-weight:600;line-height:1.5;text-decoration:none}
  .mobile-search-panel .mobile-search-all[hidden]{display:none}
  .mobile-search-results{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom)}
  .mobile-search-results ul{list-style:none;padding:0;margin:0}
  .mobile-search-results li{margin:0;padding:0}
  .mobile-search-results li a{display:flex;align-items:center;gap:14px;min-height:72px;box-sizing:border-box;padding:10px 20px;border-bottom:1px solid #e0e6e2;background:#fff;color:#16372b;text-decoration:none}
  .mobile-search-results img{flex:none;width:40px;height:48px;object-fit:contain}
  .mobile-search-results li span{min-width:0;font-size:15px;font-weight:600;line-height:1.4;overflow-wrap:anywhere}
  .mobile-search-hint{margin:0;padding:24px 20px;font-size:16px;line-height:1.6;color:#56675e}
  .mobile-search-hint[hidden]{display:none}
  .mobile-search-panel button:focus-visible,.mobile-search-panel a:focus-visible,.mobile-search-panel input:focus-visible{outline:3px solid #d3a323;outline-offset:-3px}
  .mobile-search-label,.mobile-search-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
}

/* 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; }
}

.ga-story-teaser{background:var(--green);color:var(--ivory);padding-block:clamp(36px,4.5vw,64px)}
.ga-story-teaser-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,370px);gap:clamp(32px,7vw,110px);align-items:center}
.ga-story-teaser-copy{max-width:760px}
.ga-story-teaser .eyebrow{color:var(--ivory);margin-bottom:16px;font-size:.875rem}
.ga-story-teaser h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(2.05rem,3.5vw,3.5rem);line-height:1.12;letter-spacing:-.035em;margin:0 0 22px;text-wrap:balance}
.ga-story-teaser-copy>p:not(.eyebrow){max-width:62ch;font-size:1.0625rem;line-height:1.7;margin:0 0 12px}
.ga-story-teaser .text-link{margin-top:8px;color:var(--ivory);min-height:48px;text-decoration-thickness:1px;text-underline-offset:5px;gap:18px}
.ga-story-teaser .text-link:hover{text-decoration-thickness:2px}
.ga-story-teaser figure{margin:0;max-width:370px;justify-self:end;text-align:center}
.ga-story-teaser figure img{width:100%;height:auto}
.ga-story-teaser figcaption{font-size:.8125rem;line-height:1.5;color:#e0e7e0;margin-top:12px}
@media(max-width:720px){.ga-story-teaser-grid{grid-template-columns:minmax(0,1fr) 116px;column-gap:14px;row-gap:0;align-items:center}.ga-story-teaser-copy{display:contents}.ga-story-teaser .eyebrow{grid-column:1/-1;grid-row:1;margin-bottom:18px}.ga-story-teaser h2{grid-column:1;grid-row:2;font-size:clamp(2rem,7vw,2.8rem);margin:0}.ga-story-teaser figure{grid-column:2;grid-row:2;width:116px;justify-self:end;align-self:center;transform:translateY(2px)}.ga-story-teaser figcaption{display:none}.ga-story-teaser-copy>p:not(.eyebrow){grid-column:1/-1;font-size:1rem}.ga-story-teaser-copy>p:nth-of-type(2){margin-top:24px}.ga-story-teaser .text-link{grid-column:1/-1}}
@media(max-width:350px){.ga-story-teaser-grid{grid-template-columns:minmax(0,1fr) 96px;column-gap:8px}.ga-story-teaser figure{width:96px}}
