.page-stores #main {
  --iad-stores-green: #4f9f37;
  --iad-stores-green-dark: #173828;
  --iad-stores-ink: #17211d;
  --iad-stores-muted: #5d6963;
  --iad-stores-line: #dce5df;
  --iad-stores-soft: #f3f6f4;
  color: var(--iad-stores-ink);
}

.page-stores #wrapper {
  background: #fff;
}

.iad-stores-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.iad-stores-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background:
    radial-gradient(circle at 84% 20%, rgba(79, 159, 55, .13), transparent 24rem),
    linear-gradient(135deg, #f7f9f7 0%, #eef3ef 100%);
  border-bottom: 1px solid var(--iad-stores-line);
}

.iad-stores-hero__inner {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 46px;
}

.iad-stores-eyebrow,
.iad-stores-kicker {
  margin: 0 0 10px;
  color: var(--iad-stores-green-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.iad-stores-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--iad-stores-ink);
  font-size: clamp(2.3rem, 5vw, 4.3rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.iad-stores-hero__inner > p:last-child {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--iad-stores-muted);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.6;
}

#content.iad-stores {
  margin: 0;
  padding: 46px 0 58px;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.iad-stores-location + .iad-stores-location {
  margin-top: 34px;
}

.iad-stores-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(310px, .92fr);
  gap: 20px;
}

.iad-stores-panel {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--iad-stores-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(24, 49, 37, .06);
}

.iad-stores-panel--location {
  background: linear-gradient(145deg, #fff 0%, #f7f9f7 100%);
}

.iad-stores-panel__heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.iad-stores-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--iad-stores-green-dark);
  background: rgba(79, 159, 55, .12);
}

.iad-stores-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.iad-stores-panel h2,
.iad-stores-hours h2 {
  margin: 0;
  color: var(--iad-stores-ink);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.iad-stores-panel__heading .iad-stores-kicker {
  margin-bottom: 5px;
}

.iad-stores-address {
  display: grid;
  gap: 5px;
  margin: 30px 0 0 62px;
  color: var(--iad-stores-ink);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  font-style: normal;
  font-weight: 650;
  line-height: 1.45;
}

.iad-stores-location__context {
  max-width: 580px;
  margin: 18px 0 0 62px;
  color: var(--iad-stores-muted);
  font-size: .94rem;
  line-height: 1.55;
}

.iad-stores-contact-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.iad-stores-contact-list li {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-top: 1px solid var(--iad-stores-line);
}

.iad-stores-contact-list li:first-child {
  border-top: 0;
}

.iad-stores-contact-list span {
  color: var(--iad-stores-muted);
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.iad-stores-contact-list a {
  width: fit-content;
  color: var(--iad-stores-green-dark);
  font-size: 1.05rem;
  font-weight: 750;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-color: rgba(79, 159, 55, .42);
  text-underline-offset: 4px;
}

.iad-stores-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.iad-stores-action {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  border: 1px solid #bfd0c5;
  border-radius: 14px;
  color: var(--iad-stores-green-dark);
  background: #fff;
  font-weight: 800;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.iad-stores-action--primary {
  color: #fff;
  border-color: var(--iad-stores-green-dark);
  background: var(--iad-stores-green-dark);
}

.iad-stores-action svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.iad-stores-action:hover {
  color: var(--iad-stores-green-dark);
  border-color: var(--iad-stores-green);
  background: #f2f8f3;
  transform: translateY(-2px);
}

.iad-stores-action--primary:hover {
  color: #fff;
  border-color: #245c3d;
  background: #245c3d;
}

.iad-stores-action:focus-visible,
.iad-stores-contact-list a:focus-visible,
.iad-stores-context a:focus-visible {
  outline: 3px solid rgba(79, 159, 55, .4);
  outline-offset: 3px;
}

.iad-stores-hours {
  display: grid;
  grid-template-columns: minmax(180px, .42fr) 1fr;
  gap: 30px;
  margin-top: 18px;
  padding: 28px;
  border: 1px solid var(--iad-stores-line);
  border-radius: 18px;
  background: var(--iad-stores-soft);
}

.iad-stores-hours dl,
.iad-stores-hours dd {
  margin: 0;
}

.iad-stores-hours dl {
  display: grid;
  gap: 9px;
}

.iad-stores-hours dl > div {
  display: grid;
  grid-template-columns: minmax(110px, .45fr) 1fr;
  gap: 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--iad-stores-line);
}

.iad-stores-hours dl > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.iad-stores-hours dt {
  font-weight: 750;
}

.iad-stores-hours dd {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--iad-stores-muted);
}

.iad-stores-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 26px;
  padding: 24px 26px;
  border-radius: 16px;
  color: #dfe9e3;
  background: #202a25;
}

.iad-stores-context p {
  max-width: 720px;
  margin: 0;
  line-height: 1.55;
}

.iad-stores-context strong {
  color: #fff;
}

.iad-stores-context > div {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.iad-stores-context a {
  color: #b8e4aa;
  font-weight: 750;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .iad-stores-grid {
    grid-template-columns: 1fr;
  }

  .iad-stores-actions {
    grid-template-columns: 1fr 1fr;
  }

  .iad-stores-action--primary {
    grid-column: 1 / -1;
  }

  .iad-stores-context {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .iad-stores-shell {
    width: min(100% - 32px, 1180px);
  }

  .iad-stores-hero__inner {
    min-height: 200px;
    padding-block: 36px;
  }

  .iad-stores-hero h1 {
    font-size: clamp(2.15rem, 12vw, 3.15rem);
  }

  .iad-stores-hero__inner > p:last-child {
    margin-top: 17px;
    font-size: 1rem;
  }

  #content.iad-stores {
    padding-block: 30px 42px;
  }

  .iad-stores-panel {
    padding: 22px 19px;
    border-radius: 17px;
  }

  .iad-stores-panel__heading {
    align-items: flex-start;
    gap: 12px;
  }

  .iad-stores-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .iad-stores-icon svg {
    width: 20px;
    height: 20px;
  }

  .iad-stores-address,
  .iad-stores-location__context {
    margin-left: 0;
  }

  .iad-stores-address {
    margin-top: 24px;
    font-size: 1.04rem;
  }

  .iad-stores-actions {
    grid-template-columns: 1fr;
  }

  .iad-stores-action--primary {
    grid-column: auto;
  }

  .iad-stores-hours {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px 19px;
  }

  .iad-stores-hours dl > div {
    grid-template-columns: 95px 1fr;
  }

  .iad-stores-context {
    margin-top: 20px;
    padding: 21px 19px;
  }

  .iad-stores-context > div {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .iad-stores-action {
    transition: none;
  }
}
