.hero { padding-top: 28px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.03fr; align-items: stretch; }
.hero-copy { padding: 42px 42px 34px 0; }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--green); }
.little-line { width: 25px; height: 2px; background: var(--orange); }
.hero h1 { font-size: clamp(3.2rem, 5.25vw, 4.95rem); line-height: 1.035; letter-spacing: -.055em; font-weight: 750; }
.hero h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.065em; }
.hero-description { max-width: 440px; margin-top: 25px; color: var(--muted); font-size: 1.03rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-top: 30px; }
.hero-footnote { display: flex; align-items: center; gap: 10px; margin-top: 35px; font-size: .82rem; color: var(--muted); }
.hero-footnote > span { color: #659437; font-size: .65rem; }
.hero-visual { border-radius: 100px 14px 14px 14px; overflow: hidden; position: relative; min-height: 570px; background: var(--green-soft); }
.hero-visual > img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.hero-visual figcaption { position: absolute; inset: auto 22px 22px; background: rgba(251,250,245,.95); border-radius: 8px; padding: 16px 20px; font-size: .9rem; font-weight: 600; display: flex; justify-content: space-between; gap: 15px; }
.promise-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding-block: 27px; margin-top: 26px; border-block: 1px solid var(--line); font-size: .88rem; }
.promise-strip > * { display: flex; align-items: center; gap: 14px; }
.promise-strip b { color: #6a7c5b; font-size: .75rem; font-weight: 500; }
.promise-strip a > span { margin-left: auto; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.category-card { background: var(--white); border: 1px solid #e6e8df; border-radius: 13px; overflow: hidden; }
.category-image { aspect-ratio: 4 / 3; position: relative; overflow: hidden; background: #e9e8dc; }
.category-image > img { width: 100%; height: 100%; object-fit: cover; }
.category-image--crop > img { position: absolute; width: 200%; height: 200%; max-width: none; object-fit: fill; }
.crop-top-left > img { top: 0; left: 0; }
.crop-top-right > img { top: 0; left: -100%; }
.crop-bottom-left > img { top: -100%; left: 0; }
.crop-bottom-right > img { top: -100%; left: -100%; }
.category-number { position: absolute; left: 15px; top: 15px; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--green); font-size: .72rem; }
.category-copy { padding: 21px 24px 25px; }
.category-copy p { margin-top: 7px; color: var(--muted); font-size: .94rem; max-width: 310px; }
.store-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.store-card { display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); background: #fff; border-radius: 14px; }
.store-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 21px; }
.store-index { font-size: .72rem; letter-spacing: .12em; color: var(--muted); }
.store-service { background: var(--green-soft); padding: 5px 10px; border-radius: 20px; font-size: .75rem; }
.store-card h3 { font-size: 1.7rem; }
.store-card address { font-style: normal; margin-top: 12px; color: var(--muted); }
.store-hours { font-size: .87rem; margin-block: 22px 26px; }
.store-hours > div { display: flex; justify-content: space-between; gap: 14px; padding-block: 6px; }
.store-hours dd { margin: 0; text-align: right; font-weight: 600; }
.store-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 23px; border-top: 1px solid var(--line); }
.store-actions .button { font-size: .87rem; min-height: 45px; padding: 10px 16px; gap: 16px; }
.store-actions .text-link { font-size: .94rem; white-space: nowrap; }
@media (max-width: 1000px) {
  .hero-copy { padding-right: 28px; }
  .hero-visual { min-height: 550px; }
  .hero-actions { gap: 18px; }
  .category-grid { gap: 20px; }
  .store-card { padding: 25px; }
  .store-actions { flex-wrap: wrap; }
  .store-hours > div { flex-direction: column; gap: 0; }
  .store-hours dd { text-align: left; }
}
@media (max-width: 760px) {
  .hero { padding-top: 8px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 30px 0; }
  .hero h1 { font-size: clamp(3.25rem, 12vw, 4.6rem); }
  .hero-description { max-width: 560px; }
  .hero-footnote { margin-top: 24px; }
  .hero-visual { min-height: 360px; border-top-left-radius: 65px; }
  .hero-visual figcaption { inset: auto 16px 16px; font-size: .82rem; padding: 13px; }
  .promise-strip { grid-template-columns: 1fr; gap: 16px; padding-block: 22px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .category-copy { padding: 16px; }
  .category-copy h3 { font-size: 1.15rem; }
  .category-copy p { font-size: .88rem; }
  .store-grid { grid-template-columns: 1fr; }
}
@media (max-width: 400px) {
  .category-grid { grid-template-columns: 1fr; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { padding-inline: 15px; gap: 18px; }
}
