/* About, store discovery and individual businesses share the site's content rail. */
body .discovery { color: var(--ink); background: var(--canvas); }
body .discovery :is(h1, h2, h3, p, figure, ul, ol) { margin: 0; }
body .discovery h1 { font-size: clamp(36px, 4.5vw, 62px); font-weight: 600; line-height: 1.06; letter-spacing: -.05em; }
body .discovery h2 { font-size: clamp(27px, 3vw, 38px); font-weight: 600; line-height: 1.2; letter-spacing: -.035em; }
body .discovery h3 { font-size: 20px; font-weight: 600; line-height: 1.35; letter-spacing: -.02em; }
body .discovery p { font-size: 16px; line-height: 1.7; color: var(--text-soft); }
body .discovery p + p { margin-top: 16px; }
body .discovery .discovery-eyebrow { margin: 0 0 16px; color: var(--brand); font-size: 12px; line-height: 1.5; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
body .discovery .discovery-lead { margin: 24px 0 0; font-size: 18px; line-height: 1.65; max-width: 49ch; }
body .discovery .discovery-section { padding-block: 72px; }
body .discovery .discovery-section-head { max-width: 780px; margin-bottom: 32px; }
body .discovery .discovery-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 28px; }
body .discovery .btn { min-height: 48px; padding: 12px 20px; border-radius: 8px; font-size: 15px; font-weight: 500; }
body .discovery .discovery-text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: var(--brand); font-size: 15px; font-weight: 500; text-decoration: none; }
body .discovery .discovery-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
body .discovery .discovery-icon { display: inline-grid; flex-shrink: 0; place-items: center; width: 56px; height: 56px; border-radius: 50%; color: var(--brand); background: var(--brand-soft); }
body .discovery [id] { scroll-margin-top: 104px; }
body .discovery .picture { display: block; width: 100%; height: 100%; }
body .discovery .picture img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* About: a photographic introduction, followed by the story and practical guidance. */
body .discovery .about-intro { background: var(--brand-deep); color: var(--on-dark); padding: 48px 0 64px; }
body .discovery .about-intro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
body .discovery .about-intro__copy { padding-block: 16px; }
body .discovery .about-intro h1 { color: var(--on-dark); }
body .discovery .about-intro h1 span { display: block; color: var(--brand-bright); }
body .discovery .about-intro .discovery-eyebrow { color: var(--brand-bright); }
body .discovery .about-intro .discovery-lead { color: var(--on-dark-soft); }
body .discovery .about-intro .btn--primary, body .discovery .branch-hero .btn--primary { background: var(--brand-bright); border-color: var(--brand-bright); color: var(--brand-deep); }
body .discovery .about-intro .discovery-text-link { color: var(--on-dark); }
body .discovery .about-intro__note { margin-top: 24px; font-size: 13px; color: var(--on-dark-soft); }
body .discovery .about-intro__photo { position: relative; min-width: 0; height: 470px; border-radius: 140px 16px 16px 16px; overflow: hidden; }
body .discovery .about-intro__photo img { object-position: 54% center; }
body .discovery .about-intro__photo figcaption { position: absolute; display: flex; align-items: center; gap: 14px; bottom: 24px; left: 24px; right: 24px; padding: 18px; border-radius: 10px; color: var(--on-dark); background: var(--brand-deep); font-size: 14px; line-height: 1.5; }
body .discovery .about-intro__photo figcaption svg { color: var(--brand-bright); flex-shrink: 0; }
body .discovery .about-facts { background: var(--sage); border-bottom: 1px solid var(--line); }
body .discovery .about-facts__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; padding-block: 30px; }
body .discovery .about-facts__grid > div { display: flex; align-items: center; gap: 20px; padding-inline: 36px; border-right: 1px solid var(--line); }
body .discovery .about-facts__grid > div:first-child { padding-left: 0; }
body .discovery .about-facts__grid > div:last-child { border-right: 0; padding-right: 0; }
body .discovery .about-facts strong { font-size: clamp(25px, 2.5vw, 36px); font-weight: 600; letter-spacing: -.04em; white-space: nowrap; }
body .discovery .about-facts span { color: var(--text-soft); font-size: 13px; line-height: 1.5; }
body .discovery .about-origin { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
body .discovery .about-origin__photo { position: relative; height: 425px; border-radius: 14px; overflow: hidden; }
body .discovery .about-origin__photo img { object-position: center; }
body .discovery .about-origin__photo figcaption { display: flex; align-items: center; gap: 10px; position: absolute; inset: auto 0 0; padding: 18px 24px; background: var(--brand-deep); color: var(--on-dark); font-size: 13px; }
body .discovery .about-origin__copy > p:not(.discovery-eyebrow) { margin-top: 20px; }
body .discovery .about-origin__copy .discovery-text-link { margin-top: 18px; }
body .discovery .about-principles { background: var(--surface); }
body .discovery .about-principles__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
body .discovery .about-principle { padding: 30px; background: var(--canvas); border: 1px solid var(--line); border-radius: 14px; }
body .discovery .about-principle:nth-child(2) { background: var(--sage); }
body .discovery .about-principle h3 { margin-top: 24px; }
body .discovery .about-principle p { margin-top: 12px; font-size: 15px; }
body .discovery .about-journey { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; list-style: none; padding: 0; }
body .discovery .about-journey li { border-top: 1px solid var(--line); padding-top: 24px; }
body .discovery .about-journey__number { display: inline-grid; place-items: center; height: 44px; width: 44px; margin-bottom: 20px; border-radius: 50%; background: var(--brand-bright); font-size: 15px; font-weight: 600; }
body .discovery .about-journey p { margin-top: 12px; font-size: 15px; }
body .discovery .about-journey__action { margin-top: 32px; }
body .discovery .about-partner { padding-top: 0; }
body .discovery .discovery-callout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; align-items: center; padding: 48px; border-radius: 16px; background: var(--brand-bright); }
body .discovery .discovery-callout p { color: var(--brand-deep); max-width: 55ch; margin-top: 16px; }
body .discovery .discovery-callout .discovery-eyebrow { margin-top: 0; }
body .discovery .discovery-callout > div:last-child { display: flex; flex-direction: column; gap: 24px; align-items: center; color: var(--brand); }

/* Stores: search first, then a spacious directory of actual shopfronts. */
body .discovery .stores-intro { background: var(--sage); padding: 48px 0; border-bottom: 1px solid var(--line); }
body .discovery .stores-intro__grid { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 72px; }
body .discovery .stores-intro h1 { max-width: 12ch; font-size: clamp(38px, 4vw, 56px); }
body .discovery .stores-intro h1 span { color: var(--brand); }
body .discovery .stores-intro__count { display: flex; align-items: center; gap: 14px; margin-top: 26px; font-size: 13px; line-height: 1.6; color: var(--text-soft); }
body .discovery .stores-intro__count svg { color: var(--brand); }
body .discovery .stores-intro__count strong { color: var(--ink); font-size: 15px; font-weight: 600; }
body .discovery .stores-search-panel { border: 1px solid var(--line); padding: 30px; border-radius: 16px; background: var(--surface); }
body .discovery .locator { padding: 0; border: 0; margin: 0; background: transparent; }
body .discovery .locator .locator__title { margin: 0 0 18px; color: var(--ink); font-size: 23px; font-weight: 600; line-height: 1.3; letter-spacing: -.02em; }
body .discovery .locator .locator__form { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; border: 0; padding: 0; background: transparent; }
body .discovery .locator .locator__field { min-width: 0; height: 52px; background: var(--surface); border: 1px solid var(--control-line); border-radius: 8px; box-shadow: none; }
body .discovery .locator .locator__field input { font-size: 16px; min-width: 0; width: 100%; padding-block: 12px; background: transparent; color: var(--ink); }
body .discovery .locator .locator__submit { min-height: 48px; border-radius: 8px; font-size: 15px; font-weight: 500; }
body .discovery .locator .locator__meta { margin-top: 10px; }
body .discovery .locator .locator__privacy, body .discovery .locator .locator__status { font-size: 13px; line-height: 1.6; margin-top: 10px; }
body .discovery .locator .locator__status:empty { display: none; }
body .discovery .stores-directory__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
body .discovery .stores-directory__head > p { font-size: 14px; }
body .discovery .stores-directory__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; list-style: none; padding: 0; }
body .discovery .stores-directory__grid > li { min-width: 0; }
body .discovery .stores-directory__grid > li[hidden] { display: none; }
body .stores-redesign .storecard { position: relative; display: flex; flex-direction: column; gap: 0; padding: 0 26px 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; height: 100%; box-shadow: none; transform: none; }
body .stores-redesign .storecard__photo { display: block; width: calc(100% + 52px); height: 235px; aspect-ratio: auto; margin: 0 -26px 20px; border-radius: 0; overflow: hidden; }
body .stores-redesign .storecard__photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
body .stores-redesign .storecard__photo:hover img { transform: scale(1.025); }
body .stores-redesign .storecard__head { display: flex; justify-content: space-between; align-items: center; gap: 10px; min-height: 0; margin: 0; }
body .stores-redesign .storecard__index { position: absolute; top: 18px; left: 18px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--brand-deep); background: var(--brand-bright); font-size: 13px; }
body .stores-redesign .storecard__nearest:not([hidden]), body .stores-redesign .storecard__distance:not([hidden]) { margin-bottom: 12px; font-size: 12px; }
body .stores-redesign .storecard__name { margin: 0 0 10px; font-size: 25px; line-height: 1.25; font-weight: 600; letter-spacing: -.025em; }
body .stores-redesign .storecard__name a { color: var(--ink); text-decoration: none; }
body .stores-redesign .storecard__rating { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin: 0 0 16px; font-size: 13px; text-decoration: none; }
body .stores-redesign .storecard__rating-score { font-size: 16px; }
body .stores-redesign .storecard__addr { display: flex; gap: 8px; margin: 0 0 12px; font-size: 14px; line-height: 1.5; }
body .stores-redesign .storecard__addr svg { flex-shrink: 0; margin-top: 3px; }
body .stores-redesign .storecard__status { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 18px; font-size: 13px; }
body .stores-redesign .storecard__services { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; font-size: 12px; }
body .stores-redesign .storecard__services-label { display: none; }
body .stores-redesign .storecard__services > span:not(.storecard__services-label) { padding: 5px 10px; background: var(--canvas); border: 1px solid var(--line); border-radius: 6px; color: var(--text-soft); }
body .stores-redesign .storecard__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: auto 0 0; padding: 0; border-top: 0; }
body .stores-redesign .storecard__cta, body .stores-redesign .storecard__directions { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 10px 12px; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; }
body .stores-redesign .storecard__cta { background: var(--brand); color: var(--on-dark); }
body .stores-redesign .storecard__directions { background: var(--surface); color: var(--brand); border: 1px solid var(--control-line); }
body .stores-redesign .storecard__links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin: 0; padding-top: 6px; }
body .stores-redesign .storecard__links a { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; font-size: 13px; }
body .stores-redesign .storecard--nearest { border-color: var(--brand); }
body .discovery .stores-visit { background: var(--sage); }
body .discovery .stores-visit__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
body .discovery .stores-visit__grid > div { border-left: 1px solid var(--line); padding-left: 28px; }
body .discovery .stores-visit__grid > div:first-child { border-left: 0; padding-left: 0; }
body .discovery .stores-visit__grid .discovery-icon { background: var(--surface); margin-bottom: 18px; }
body .discovery .stores-visit__grid p { margin-top: 12px; font-size: 15px; }
body .discovery .stores-help { display: flex; justify-content: space-between; gap: 20px; align-items: center; border-top: 1px solid var(--line); margin-top: 36px; padding-top: 24px; }
body .discovery .stores-help a { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 15px; font-weight: 500; color: var(--brand); }

/* Branches: identity and actions above a practical visit panel. */
body .discovery .branch-hero { padding: 40px 0 48px; background: var(--brand-deep); color: var(--on-dark); }
body .discovery .branch-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
body .discovery .branch-hero h1 { color: var(--on-dark); font-size: clamp(38px, 4vw, 56px); }
body .discovery .branch-hero .discovery-eyebrow { color: var(--brand-bright); }
body .discovery .branch-hero address { display: flex; align-items: start; gap: 12px; margin-top: 24px; font-size: 17px; line-height: 1.6; font-style: normal; }
body .discovery .branch-hero address svg { color: var(--brand-bright); flex-shrink: 0; margin-top: 4px; }
body .discovery .branch-hero .storecard__status { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; color: var(--on-dark-soft); font-size: 13px; }
body .discovery .branch-hero .btn--secondary { color: var(--on-dark); background: transparent; border-color: var(--on-dark-line); }
body .discovery .branch-hero__phone { display: inline-flex; flex-wrap: wrap; gap: 8px; align-items: center; min-height: 44px; margin-top: 16px; color: var(--on-dark-soft); font-size: 13px; text-decoration: none; }
body .discovery .branch-hero__phone strong { color: var(--on-dark); font-size: 15px; font-weight: 500; }
body .discovery .branch-hero__photo { position: relative; height: 380px; border-radius: 16px; overflow: hidden; }
body .discovery .branch-hero__photo > img { width: 100%; height: 100%; object-fit: cover; }
body .discovery .branch-hero__photo figcaption { position: absolute; bottom: 20px; left: 20px; display: flex; align-items: center; gap: 12px; padding: 12px 18px; background: var(--surface); color: var(--ink); border-radius: 10px; font-size: 16px; line-height: 1.4; }
body .discovery .branch-hero__photo figcaption small { display: block; font-size: 12px; color: var(--text-soft); }
body .discovery .branch-jump { background: var(--surface); border-bottom: 1px solid var(--line); }
body .discovery .branch-jump > div { display: flex; align-items: center; gap: 28px; min-height: 72px; flex-wrap: wrap; padding-block: 12px; }
body .discovery .branch-jump a { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; font-size: 14px; color: var(--brand); text-decoration: none; }
body .discovery .branch-jump a:hover { text-decoration: underline; text-underline-offset: 5px; }
body .discovery .branch-jump .branch-jump__rating { margin-left: auto; font-size: 12px; }
body .discovery .branch-jump__rating > svg:first-child { color: var(--brand); }
body .discovery .branch-content { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); gap: 56px; align-items: start; }
body .discovery .branch-content__main > section > h2 + p { margin-top: 16px; }
body .discovery .branch-device-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 0; list-style: none; margin-top: 28px; }
body .discovery .branch-device-grid a { display: flex; align-items: center; gap: 14px; min-height: 130px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: var(--ink); text-decoration: none; }
body .discovery .branch-device-grid .discovery-icon { width: 44px; height: 44px; }
body .discovery .branch-device-grid a > svg { margin-left: auto; flex-shrink: 0; width: 16px; }
body .discovery .branch-device-grid strong { display: block; font-size: 16px; font-weight: 600; line-height: 1.4; }
body .discovery .branch-device-grid small { display: block; margin-top: 4px; font-size: 12px; color: var(--text-soft); line-height: 1.5; }
body .discovery .branch-device-grid a:hover { border-color: var(--brand); background: var(--brand-soft); }
body .discovery .branch-enquiry { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 16px; padding: 22px; border-radius: 12px; background: var(--sage); color: var(--brand); text-decoration: none; }
body .discovery .branch-enquiry > span { display: flex; align-items: center; gap: 16px; }
body .discovery .branch-enquiry svg { flex-shrink: 0; }
body .discovery .branch-enquiry strong { display: block; font-weight: 600; font-size: 16px; }
body .discovery .branch-enquiry small { display: block; font-size: 13px; line-height: 1.5; margin-top: 3px; color: var(--text-soft); }
body .discovery .branch-business { margin-top: 48px; padding-top: 36px; border-top: 1px solid var(--line); }
body .discovery .branch-business h2 { font-size: 28px; }
body .discovery .branch-business__note { display: flex; align-items: start; gap: 14px; margin-top: 20px; }
body .discovery .branch-business__note svg { flex-shrink: 0; color: var(--brand); margin-top: 3px; }
body .discovery .branch-business__note p { font-size: 14px; }
body .discovery .branch-business details { margin-top: 20px; border-top: 1px solid var(--line); }
body .discovery .branch-business summary { display: flex; align-items: center; justify-content: space-between; padding-block: 16px; cursor: pointer; font-size: 14px; font-weight: 500; }
body .discovery .branch-business details p { font-size: 14px; padding-bottom: 16px; }
body .discovery .branch-visit-panel { padding: 28px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; }
body .discovery .branch-visit-panel__heading { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--brand); }
body .discovery .branch-visit-panel__heading h2 { font-size: 24px; }
body .discovery .branch-visit-panel h3 { font-size: 15px; margin-bottom: 12px; }
body .discovery .branch-visit-panel .hours { width: 100%; margin: 0; font-size: 14px; }
body .discovery .branch-visit-panel .hours :is(th, td) { padding: 10px 0; border-bottom: 1px solid var(--line-soft); font-size: 14px; font-weight: 400; }
body .discovery .branch-visit-panel .hours td { text-align: right; }
body .discovery .branch-visit-panel .hours .is-today :is(th, td) { color: var(--brand); font-weight: 600; }
body .discovery .branch-visit-panel .branch-visit-panel__note { font-size: 12px; margin-top: 14px; line-height: 1.6; }
body .discovery .branch-visit-panel__address { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
body .discovery .branch-visit-panel address { font-size: 15px; font-style: normal; line-height: 1.6; }
body .discovery .branch-visit-panel__address p { font-size: 13px; margin-top: 14px; }
body .discovery .branch-visit-panel__address .btn { display: flex; width: 100%; margin-top: 20px; }
body .discovery .branch-visit-panel__email { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; overflow-wrap: anywhere; }
body .discovery .branch-others { background: var(--sage); }
body .discovery .branch-others ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; gap: 20px; padding: 0; }
body .discovery .branch-others li a { display: flex; align-items: center; gap: 16px; padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; color: var(--brand); text-decoration: none; }
body .discovery .branch-others li a > svg { flex-shrink: 0; }
body .discovery .branch-others li a > svg:last-child { margin-left: auto; }
body .discovery .branch-others strong { display: block; font-size: 17px; font-weight: 500; }
body .discovery .branch-others small { display: block; font-size: 13px; color: var(--text-soft); margin-top: 4px; }

@media (max-width: 1099px) {
  body .discovery .stores-directory__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  body .discovery .about-intro__grid, body .discovery .branch-hero__grid { gap: 32px; }
  body .discovery .about-intro__photo { height: 430px; border-top-left-radius: 80px; }
  body .discovery .about-facts__grid > div { padding-inline: 20px; gap: 14px; }
  body .discovery .about-facts strong { font-size: 25px; }
  body .discovery .about-origin { gap: 40px; }
  body .discovery .about-principle { padding: 24px; }
  body .discovery .stores-intro__grid { gap: 32px; }
  body .discovery .stores-search-panel { padding: 24px; }
  body .discovery .branch-content { gap: 28px; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); }
  body .discovery .branch-device-grid a { flex-wrap: wrap; gap: 10px; padding: 16px; }
  body .discovery .branch-device-grid a > span:nth-child(2) { width: calc(100% - 28px); }
  body .discovery .branch-visit-panel { padding: 22px; }
  body .discovery .branch-jump .branch-jump__rating { margin-left: 0; }
}
@media (max-width: 767px) {
  body .discovery .discovery-section { padding-block: 48px; }
  body .discovery h1 { font-size: 44px; }
  body .discovery .about-intro__grid, body .discovery .about-origin, body .discovery .stores-intro__grid, body .discovery .branch-hero__grid, body .discovery .branch-content { grid-template-columns: minmax(0, 1fr); }
  body .discovery .about-intro { padding: 32px 0 40px; }
  body .discovery .about-intro__photo { height: 400px; }
  body .discovery .about-facts__grid { gap: 16px; }
  body .discovery .about-facts__grid > div { flex-direction: column; align-items: start; justify-content: start; gap: 8px; padding-inline: 0 16px; }
  body .discovery .about-facts strong { font-size: 22px; }
  body .discovery .about-facts span { font-size: 12px; }
  body .discovery .about-origin { gap: 28px; }
  body .discovery .about-origin__photo { height: 350px; }
  body .discovery .about-principles__grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  body .discovery .about-journey { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  body .discovery .discovery-callout { grid-template-columns: minmax(0, 1fr); padding: 32px; gap: 28px; }
  body .discovery .discovery-callout > div:last-child { align-items: start; }
  body .discovery .discovery-callout > div:last-child > svg { display: none; }
  body .discovery .about-partner { padding-top: 0; }
  body .discovery .stores-intro { padding-block: 32px; }
  body .discovery .stores-intro h1 { max-width: 17ch; font-size: 44px; }
  body .discovery .stores-directory__head { align-items: start; flex-direction: column; gap: 14px; }
  body .discovery .stores-directory__grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  body .stores-redesign .storecard__photo { height: 280px; }
  body .discovery .stores-visit__grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  body .discovery .stores-visit__grid > div { padding: 0 0 24px; border: 0; border-bottom: 1px solid var(--line); }
  body .discovery .stores-visit__grid > div:last-child { padding-bottom: 0; border: 0; }
  body .discovery .stores-help { flex-direction: column; align-items: start; gap: 4px; }
  body .discovery .branch-hero { padding: 28px 0 32px; }
  body .discovery .branch-hero__photo { height: 320px; }
  body .discovery .branch-jump > div { gap: 4px 22px; }
  body .discovery .branch-jump .branch-jump__rating { flex-basis: 100%; }
  body .discovery .branch-content { gap: 36px; }
  body .discovery .branch-device-grid a { flex-wrap: nowrap; }
  body .discovery .branch-device-grid a > span:nth-child(2) { width: auto; }
  body .discovery .branch-others ul { grid-template-columns: minmax(0, 1fr); gap: 12px; }
}
@media (max-width: 479px) {
  body .discovery h1, body .discovery .stores-intro h1, body .discovery .branch-hero h1 { font-size: 38px; }
  body .discovery .discovery-lead { font-size: 16px; margin-top: 20px; }
  body .discovery .discovery-actions { align-items: stretch; gap: 10px; }
  body .discovery .discovery-actions .btn { flex-basis: 100%; }
  body .discovery .about-intro .discovery-text-link { margin-top: 4px; }
  body .discovery .about-intro__photo { height: 310px; border-top-left-radius: 64px; }
  body .discovery .about-intro__photo figcaption { inset: auto 16px 16px; padding: 14px; font-size: 12px; }
  body .discovery .about-facts__grid { grid-template-columns: minmax(0, 1fr); gap: 0; padding-block: 8px; }
  body .discovery .about-facts__grid > div { flex-direction: row; align-items: center; border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; gap: 24px; }
  body .discovery .about-facts__grid > div:last-child { border: 0; }
  body .discovery .about-facts strong { min-width: 130px; }
  body .discovery .about-origin__photo { height: 320px; }
  body .discovery .about-journey { grid-template-columns: minmax(0, 1fr); }
  body .discovery .about-journey li { position: relative; padding-left: 64px; }
  body .discovery .about-journey__number { position: absolute; left: 0; top: 24px; }
  body .discovery .discovery-callout { padding: 26px; }
  body .discovery .stores-search-panel { padding: 22px; }
  body .stores-redesign .storecard { padding: 0 20px 20px; }
  body .stores-redesign .storecard__photo { width: calc(100% + 40px); margin-inline: -20px; height: 210px; }
  body .stores-redesign .storecard__name { font-size: 24px; }
  body .stores-redesign .storecard__actions { grid-template-columns: minmax(0, 1fr); }
  body .stores-redesign .storecard__links { justify-content: space-between; }
  body .discovery .branch-hero__photo { height: 270px; }
  body .discovery .branch-device-grid { grid-template-columns: minmax(0, 1fr); }
  body .discovery .branch-device-grid a { min-height: 98px; padding: 20px; }
  body .discovery .branch-business h2 { font-size: 25px; }
  body .discovery .branch-enquiry { padding: 18px; }
  body .discovery .branch-jump a { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  body .stores-redesign .storecard__photo img { transition: none; transform: none; }
}

/* Store photo gallery — the business's own Google photographs. */
body .discovery .branch-gallery { padding-top: 46px; }
body .discovery .branch-gallery__note { font-size: 13px; color: var(--muted); margin-bottom: 20px; }
body .discovery .branch-gallery__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; list-style: none; padding: 0; margin: 0; }
body .discovery .branch-gallery__grid > li { min-width: 0; }
body .discovery .branch-gallery__grid a { display: block; border-radius: 10px; overflow: hidden; border: 1px solid var(--line); }
body .discovery .branch-gallery__grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; transition: transform .35s ease; }
body .discovery .branch-gallery__grid a:hover img,
body .discovery .branch-gallery__grid a:focus-visible img { transform: scale(1.04); }
@media (max-width: 767px) {
  body .discovery .branch-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  body .discovery .branch-gallery__grid img { transition: none; }
}
