/* Homepage only: intentionally independent of the legacy home.css components. */
.tea-landing { color: #253d31; background: #fffdf8; font-size: 16px; }
.tea-landing .tea-container { width: min(1200px, calc(100% - 64px)); margin: 0 auto; }
.tea-landing .tea-hero { background: #f4eedf; }
.tea-landing .tea-hero__inner { width: min(1320px, calc(100% - 64px)); margin: auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; padding: 64px 0; }
.tea-landing .tea-eyebrow { color: #5b705b; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 20px; }
.tea-landing h1, .tea-landing h2, .tea-landing h3 { font-family: Georgia, 'Times New Roman', serif; color: #253d31; letter-spacing: -0.035em; }
.tea-landing h1 { font-size: clamp(44px, 5.4vw, 76px); line-height: 1.06; margin: 0 0 26px; font-weight: 400; }
.tea-landing .tea-hero__copy { max-width: 440px; color: #647064; line-height: 1.8; margin: 0 0 30px; }
.tea-landing .tea-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; height: auto; padding: 14px 28px; border: 1px solid #294d38; border-radius: 3px; background: #294d38; color: #fffdf8; font: 600 16px/1.4 Arial, sans-serif; letter-spacing: 0; text-transform: none; text-decoration: none; white-space: normal; margin: 0; cursor: pointer; }
.tea-landing .tea-cta:hover { background: #193a27; border-color: #193a27; }
.tea-landing .tea-cta:focus-visible { outline: 3px solid #996d2c; outline-offset: 4px; }
.tea-landing .tea-hero__note { margin: 20px 0 0; font-size: 12px; color: #697367; }
.tea-landing .tea-hero__art img { display: block; width: 100%; height: auto; border-radius: 48% 48% 4px 4px; margin: 0; }
.tea-landing .tea-collection { padding-top: 80px; padding-bottom: 80px; }
.tea-landing .tea-section-heading { text-align: center; margin-bottom: 40px; }
.tea-landing .tea-section-heading .tea-eyebrow { margin-bottom: 12px; }
.tea-landing h2 { font-size: clamp(32px, 3.4vw, 46px); font-weight: 400; line-height: 1.2; margin: 0 0 16px; }
.tea-landing .tea-section-heading > p:last-child { color: #687366; margin-bottom: 0; }
.tea-landing .tea-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 1fr; align-items: stretch; gap: 24px; }
.tea-landing .tea-card { min-width: 0; display: flex; flex-direction: column; }
.tea-landing .tea-card__image { display: block; background: #f0eee4; border-radius: 4px; overflow: hidden; }
.tea-landing .tea-card h3 a { color: inherit; text-decoration: none; }
.tea-landing .tea-card h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.tea-landing .tea-card__image:hover { box-shadow: 0 0 0 1px #b7c1ac; }
.tea-landing .tea-card a:focus-visible { outline: 3px solid #996d2c; outline-offset: 4px; }
.tea-landing .tea-card__image img { width: 100%; height: auto; display: block; margin: 0; }
.tea-landing .tea-card__body { display: flex; flex-direction: column; flex: 1; padding-top: 20px; }
.tea-landing .tea-card h3 { font-size: 24px; line-height: 1.25; margin: 0 0 10px; overflow-wrap: anywhere; }
.tea-landing .tea-card__description { font-size: 16px; line-height: 1.75; color: #687366; margin: 0 0 16px; overflow-wrap: anywhere; }
.tea-landing .tea-card__price { font-size: 19px; font-weight: 600; margin: auto 0 8px; padding-top: 4px; }
.tea-landing .tea-card__form { margin: 0; }
.tea-landing .tea-cta--card { width: 100%; }
.tea-landing .tea-collection__action { text-align: center; margin-top: 40px; }
.tea-landing .tea-cta--outline { background: transparent; color: #294d38; }
.tea-landing .tea-cta--outline:hover { background: #e9edde; }
.tea-landing .tea-empty { text-align: center; padding: 32px; background: #f4eedf; border-radius: 4px; }
.tea-landing .tea-moments { background: #edf0e7; padding: 72px 0 80px; }
.tea-landing .tea-moments__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; text-align: center; }
.tea-landing .tea-moments__number { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid #b7c1ac; border-radius: 50%; color: #5b705b; font: 16px Georgia, serif; margin-bottom: 20px; }
.tea-landing .tea-moments h3 { font-size: 27px; line-height: 1.35; margin: 0 0 18px; }
.tea-landing .tea-moments article p { color: #647064; line-height: 1.85; font-size: 16px; max-width: 34ch; margin: 0 auto; }
@media (max-width: 1000px) {
    .tea-landing .tea-hero__inner { gap: 28px; }
    .tea-landing .tea-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
    .tea-landing .tea-moments__grid { gap: 24px; }
}
@media (max-width: 640px) {
    .tea-landing .tea-container, .tea-landing .tea-hero__inner { width: calc(100% - 40px); }
    .tea-landing .tea-hero__inner { grid-template-columns: 1fr; padding: 40px 0; gap: 32px; }
    .tea-landing .tea-hero__art { max-width: 420px; width: 100%; margin: auto; }
    .tea-landing .tea-collection { padding-top: 48px; padding-bottom: 48px; }
    .tea-landing .tea-product-grid, .tea-landing .tea-moments__grid { grid-template-columns: 1fr; gap: 36px; }
    .tea-landing .tea-moments { padding: 48px 0; }
}
