.ProductCards-module__hGl1na__card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-receipt);box-shadow:var(--shadow-receipt)}.ProductCards-module__hGl1na__matchCard{flex-direction:column;gap:12px;width:270px;padding:16px;display:flex}.ProductCards-module__hGl1na__matchHeader{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;display:grid}.ProductCards-module__hGl1na__avatar{background:var(--color-tertiary);width:40px;height:40px;color:var(--color-foreground);font-family:var(--font-body);font-weight:var(--font-semibold);font-size:var(--text-sm);letter-spacing:0;border-radius:50%;place-items:center;display:grid}.ProductCards-module__hGl1na__matchId{flex-direction:column;gap:1px;min-width:0;display:flex}.ProductCards-module__hGl1na__matchName{font-family:var(--font-body);font-weight:var(--font-semibold);font-size:var(--text-md);color:var(--color-foreground)}.ProductCards-module__hGl1na__matchRole{font-family:var(--font-body);font-size:var(--text-xs);color:var(--color-foreground-body-muted)}.ProductCards-module__hGl1na__matchTag{font-family:var(--font-body);font-weight:var(--font-medium);border-radius:var(--radius-pill);background:color-mix(in srgb, transparent, var(--color-highlight) 14%);color:var(--color-highlight);white-space:nowrap;padding:4px 10px;font-size:11px}.ProductCards-module__hGl1na__checks{flex-direction:column;gap:7px;margin:0;padding:0;list-style:none;display:flex}.ProductCards-module__hGl1na__check{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-foreground-body);align-items:center;gap:8px;display:flex}.ProductCards-module__hGl1na__checkIcon{width:16px;height:16px;color:var(--color-secondary);flex-shrink:0}.ProductCards-module__hGl1na__matchFoot{border-top:1px solid var(--color-border);font-family:var(--font-body);font-size:var(--text-xs);color:var(--color-foreground-body-muted);margin:0;padding-top:10px}.ProductCards-module__hGl1na__scheduleChip{border-radius:var(--radius-pill);align-items:center;gap:12px;padding:12px 16px;display:inline-flex}.ProductCards-module__hGl1na__scheduleIcon{width:20px;height:20px;color:var(--color-secondary);flex-shrink:0}.ProductCards-module__hGl1na__scheduleText{flex-direction:column;gap:3px;display:flex}.ProductCards-module__hGl1na__scheduleDays{gap:4px;display:flex}.ProductCards-module__hGl1na__day{width:16px;height:16px;font-family:var(--font-body);font-size:9px;font-weight:var(--font-semibold);color:var(--color-foreground-body-muted);background:var(--color-surface);border-radius:4px;place-items:center;display:grid}.ProductCards-module__hGl1na__day[data-active]{background:var(--color-secondary);color:var(--color-foreground-inverse)}.ProductCards-module__hGl1na__scheduleLabel{font-family:var(--font-body);font-size:var(--text-xs);color:var(--color-foreground-body);white-space:nowrap}
.HomeHero-module__pQxL6q__hero{margin-top:calc(-1 * var(--nav-height));padding-top:var(--nav-height);background:var(--color-surface-dark);position:relative;overflow:hidden}.HomeHero-module__pQxL6q__hero:before{content:"";background:radial-gradient(closest-side, color-mix(in srgb, transparent, var(--color-accent) 9%), transparent 72%);pointer-events:none;width:58%;height:90%;position:absolute;top:-10%;right:-12%}@media (min-width:810px){.HomeHero-module__pQxL6q__hero{margin-top:calc(-1 * var(--nav-height-desktop));padding-top:var(--nav-height-desktop)}}.HomeHero-module__pQxL6q__inner{z-index:1;max-width:var(--container-max);padding:clamp(56px, 7vw, 108px) var(--space-content-padding) clamp(64px, 7.5vw, 120px);grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:center;gap:clamp(40px,5vw,72px);margin:0 auto;display:grid;position:relative}.HomeHero-module__pQxL6q__statement{flex-direction:column;gap:24px;display:flex}.HomeHero-module__pQxL6q__heading{font-family:var(--font-heading);font-weight:var(--font-light);font-size:var(--text-display-3xl);letter-spacing:-.03em;color:var(--color-foreground-inverse);margin:0;line-height:102%}.HomeHero-module__pQxL6q__headingAccent{color:var(--color-accent);font-style:italic;display:block}.HomeHero-module__pQxL6q__lede{font-family:var(--font-body);font-size:var(--text-xl);line-height:var(--leading-relaxed);letter-spacing:var(--tracking-body);color:var(--color-foreground-inverse-muted);max-width:30em;margin:0}.HomeHero-module__pQxL6q__ctaRow{flex-wrap:wrap;align-items:center;gap:12px 28px;margin-top:8px;display:flex}.HomeHero-module__pQxL6q__ctaPrimary{border-radius:var(--radius-pill);background:var(--color-accent);color:var(--color-foreground);font-family:var(--font-body);font-weight:var(--font-medium);font-size:var(--text-md);letter-spacing:var(--tracking-body-sm);cursor:pointer;transition:background var(--transition-fast), transform var(--transition-soft), box-shadow var(--transition-soft);border:none;justify-content:center;align-items:center;padding:17px 40px;text-decoration:none;display:inline-flex}.HomeHero-module__pQxL6q__ctaPrimary:hover{background:color-mix(in srgb, var(--color-accent) 88%, var(--color-foreground));transform:translateY(-2px);box-shadow:0 8px 28px #00000059}.HomeHero-module__pQxL6q__ctaPrimary:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.HomeHero-module__pQxL6q__phoneLink{font-family:var(--font-body);font-size:var(--text-md);letter-spacing:var(--tracking-body-sm);color:var(--color-foreground-inverse);border-bottom:1px solid var(--color-border-light);transition:border-color var(--transition-fast);align-items:center;gap:10px;padding-bottom:3px;display:inline-flex}.HomeHero-module__pQxL6q__phoneLink:hover{border-color:var(--color-accent)}.HomeHero-module__pQxL6q__phoneLink:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.HomeHero-module__pQxL6q__phoneIcon{width:18px;height:18px;color:var(--color-accent)}.HomeHero-module__pQxL6q__answerLine{font-family:var(--font-body);font-size:var(--text-sm);letter-spacing:var(--tracking-body-sm);color:var(--color-foreground-inverse-muted);margin:0}.HomeHero-module__pQxL6q__visual{justify-self:end;width:min(100%,470px);position:relative}.HomeHero-module__pQxL6q__archFrame{aspect-ratio:4/5;border-radius:50% 50% var(--radius-frame) var(--radius-frame) / 40% 40% var(--radius-frame) var(--radius-frame);box-shadow:0 0 0 1px color-mix(in srgb, transparent, var(--color-foreground-inverse) 14%), 0 32px 80px #0006;position:relative;overflow:hidden}.HomeHero-module__pQxL6q__visual:before{content:"";border-radius:50% 50% calc(var(--radius-frame) + 8px) calc(var(--radius-frame) + 8px) / 40% 40% calc(var(--radius-frame) + 8px) calc(var(--radius-frame) + 8px);border:1.5px solid color-mix(in srgb, transparent, var(--color-accent) 32%);pointer-events:none;position:absolute;inset:-16px}.HomeHero-module__pQxL6q__image{object-fit:cover}.HomeHero-module__pQxL6q__scheduleWrap{filter:drop-shadow(0 12px 32px #00000059);position:absolute;top:30px;right:-18px}.HomeHero-module__pQxL6q__noteCard{border-radius:var(--radius-receipt);background:var(--color-white);width:min(360px,82%);color:var(--color-foreground);box-shadow:var(--shadow-night-lg);flex-direction:column;gap:9px;padding:18px 20px 16px;display:flex;position:absolute;bottom:40px;left:-48px}.HomeHero-module__pQxL6q__noteHead{font-family:var(--font-body);font-weight:var(--font-medium);font-size:var(--text-sm);letter-spacing:var(--tracking-body-sm);align-items:center;gap:8px;margin:0;display:flex}.HomeHero-module__pQxL6q__noteIcon{width:17px;height:17px;color:var(--color-secondary)}.HomeHero-module__pQxL6q__noteTime{font-weight:var(--font-regular);color:var(--color-foreground-body-muted);font-size:var(--text-xs);margin-left:auto}.HomeHero-module__pQxL6q__noteBody{font-family:var(--font-heading);font-style:italic;font-size:var(--text-md);letter-spacing:-.01em;margin:0;line-height:145%}.HomeHero-module__pQxL6q__noteFoot{font-family:var(--font-body);font-size:var(--text-xs);color:var(--color-foreground-body-muted);align-items:center;gap:7px;margin:2px 0 0;display:flex}.HomeHero-module__pQxL6q__noteFootIcon{width:14px;height:14px;color:var(--color-highlight);flex-shrink:0}@media (prefers-reduced-motion:no-preference){@keyframes HomeHero-module__pQxL6q__homeHeroRise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.HomeHero-module__pQxL6q__statement>*{animation:HomeHero-module__pQxL6q__homeHeroRise var(--t-arrive) var(--ease-out-soft) both}.HomeHero-module__pQxL6q__statement>:nth-child(2){animation-delay:calc(var(--t-step) * 1)}.HomeHero-module__pQxL6q__statement>:nth-child(3){animation-delay:calc(var(--t-step) * 2)}.HomeHero-module__pQxL6q__statement>:nth-child(4){animation-delay:calc(var(--t-step) * 3)}.HomeHero-module__pQxL6q__archFrame{animation:HomeHero-module__pQxL6q__homeHeroRise var(--t-arrive) calc(var(--t-step) * 1) var(--ease-out-soft) both}.HomeHero-module__pQxL6q__scheduleWrap{animation:HomeHero-module__pQxL6q__homeHeroRise var(--t-arrive) calc(var(--t-step) * 5) var(--ease-out-soft) both}.HomeHero-module__pQxL6q__noteCard{animation:HomeHero-module__pQxL6q__homeHeroLand var(--t-arrive) calc(var(--t-step) * 6) var(--ease-out-soft) both}@keyframes HomeHero-module__pQxL6q__homeHeroLand{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}}@media (max-width:1023px){.HomeHero-module__pQxL6q__noteCard{left:-20px}}@media (max-width:809px){.HomeHero-module__pQxL6q__inner{grid-template-columns:1fr;gap:44px;padding:52px 24px 72px}.HomeHero-module__pQxL6q__statement{gap:20px}.HomeHero-module__pQxL6q__visual{justify-self:center;width:min(100%,380px);padding-right:10px}.HomeHero-module__pQxL6q__scheduleWrap{top:22px;right:-6px}.HomeHero-module__pQxL6q__noteCard{width:min(330px,88%);bottom:26px;left:-8px}}@media (max-width:500px){.HomeHero-module__pQxL6q__ctaRow{flex-direction:column;align-items:stretch}.HomeHero-module__pQxL6q__ctaPrimary{width:100%}.HomeHero-module__pQxL6q__phoneLink{align-self:center}.HomeHero-module__pQxL6q__noteBody{font-size:var(--text-md)}}
.CareWhereYouAre-module__XiIYtq__root{background:var(--color-surface);width:100%;position:relative;overflow:hidden}.CareWhereYouAre-module__XiIYtq__container{max-width:var(--container-max);padding:var(--space-section) var(--space-content-padding);align-items:center;gap:var(--space-12);flex-direction:column;margin:0 auto;display:flex;position:relative}.CareWhereYouAre-module__XiIYtq__header{flex-direction:column;align-items:center;gap:14px;max-width:640px;display:flex}.CareWhereYouAre-module__XiIYtq__subtitle{font-family:var(--font-body);font-size:var(--text-lg);line-height:var(--leading-relaxed);letter-spacing:var(--tracking-body);color:var(--color-foreground-body);text-align:center;margin:0}.CareWhereYouAre-module__XiIYtq__skyline{flex-wrap:wrap;justify-content:center;align-items:flex-end;row-gap:22px;width:100%;margin:0;padding:0;list-style:none;display:flex}.CareWhereYouAre-module__XiIYtq__cityLink{min-width:118px;color:var(--color-secondary);transition:color var(--transition-fast);flex-direction:column;align-items:center;padding:0 clamp(8px,2.2vw,26px);display:flex}.CareWhereYouAre-module__XiIYtq__cityLink:hover{color:var(--color-clay-deep)}.CareWhereYouAre-module__XiIYtq__cityLink:hover .CareWhereYouAre-module__XiIYtq__plant{transform:translateY(-4px)}.CareWhereYouAre-module__XiIYtq__cityLink:focus-visible{outline:2px solid var(--color-foreground);outline-offset:4px;border-radius:var(--radius-sm)}.CareWhereYouAre-module__XiIYtq__plant{width:76px;height:86px;transition:transform var(--transition-soft);display:block}.CareWhereYouAre-module__XiIYtq__cityName{font-family:var(--font-heading);font-size:var(--text-xl);letter-spacing:var(--tracking-snug);color:var(--color-foreground);border-top:1px solid color-mix(in srgb, transparent, var(--color-foreground) 38%);text-align:center;white-space:nowrap;width:100%;margin-top:-1px;padding:10px 6px 0}.CareWhereYouAre-module__XiIYtq__below{flex-direction:column;align-items:center;gap:20px;display:flex}.CareWhereYouAre-module__XiIYtq__comingSoon{font-family:var(--font-body);font-size:var(--text-md);letter-spacing:var(--tracking-body-sm);color:var(--color-foreground);flex-wrap:wrap;justify-content:center;align-items:baseline;margin:0;display:flex}.CareWhereYouAre-module__XiIYtq__comingSoonLabel{font-weight:var(--font-medium);margin-right:10px}.CareWhereYouAre-module__XiIYtq__comingSoonState{align-items:baseline;display:inline-flex}.CareWhereYouAre-module__XiIYtq__dot{color:var(--color-clay-deep);margin:0 8px}.CareWhereYouAre-module__XiIYtq__cta{border-radius:var(--radius-pill);border:1px solid color-mix(in srgb, transparent, var(--color-foreground) 55%);color:var(--color-foreground);font-family:var(--font-body);font-weight:var(--font-medium);font-size:var(--text-md);letter-spacing:var(--tracking-body-sm);transition:border-color var(--transition-fast), background var(--transition-fast), transform var(--transition-soft);justify-content:center;align-items:center;padding:13px 30px;text-decoration:none;display:inline-flex}.CareWhereYouAre-module__XiIYtq__cta:hover{border-color:var(--color-foreground);background:color-mix(in srgb, transparent, var(--color-surface-alt) 45%);transform:translateY(-2px)}.CareWhereYouAre-module__XiIYtq__cta:focus-visible{outline:2px solid var(--color-foreground);outline-offset:3px}@media (max-width:809px){.CareWhereYouAre-module__XiIYtq__cityLink{min-width:104px;padding:0 4px}.CareWhereYouAre-module__XiIYtq__plant{width:60px;height:68px}.CareWhereYouAre-module__XiIYtq__cityName{font-size:var(--text-md)}}@media (max-width:1023px){.CareWhereYouAre-module__XiIYtq__cityName{border-top:0;padding-top:0}}@media (prefers-reduced-motion:reduce){.CareWhereYouAre-module__XiIYtq__cityLink,.CareWhereYouAre-module__XiIYtq__plant,.CareWhereYouAre-module__XiIYtq__cta{transition:none}.CareWhereYouAre-module__XiIYtq__cityLink:hover .CareWhereYouAre-module__XiIYtq__plant,.CareWhereYouAre-module__XiIYtq__cta:hover{transform:none}}
