/* ============================================================
   O Eyecare — 2026 UI Renewal · "Locations" (contactus) page styles
   New file (never edit the shared oeyecare-2026.css). Loaded in
   addition to the base design system by layout_locations.jsp.
   Design source: _delivery/ui_kits/website/locations.html · locations-page.jsx
   ============================================================ */

/* ------------------------------------------------------------
   Solid header over the dark hero (design: <OEHeader solid />).
   Same technique as doctor/insurance/services.
   ------------------------------------------------------------ */
.oe-loc-page .oe-header {
  background: rgba(246, 241, 233, .92);
  backdrop-filter: saturate(140%) blur(10px);
  box-shadow: 0 1px 0 var(--border-subtle);
}
.oe-loc-page .oe-header .oe-nav__link,
.oe-loc-page .oe-header .oe-nav__caret,
.oe-loc-page .oe-header .oe-header__phone,
.oe-loc-page .oe-header .oe-lang__toggle,
.oe-loc-page .oe-header .oe-header__burger {
  color: var(--ink-900);
}
.oe-loc-page .oe-header .oe-brand__tag { color: var(--text-muted); }
.oe-loc-page .oe-header .oe-brand__logo--white { display: none; }
.oe-loc-page .oe-header .oe-brand__logo--ink { display: block; }
.oe-loc-page .oe-header .oe-header__book { color: var(--ink-900); border-color: var(--ink-900); }
.oe-loc-page .oe-header .oe-header__book:hover { background: var(--ink-900); color: #fff; }

/* ------------------------------------------------------------
   Hero — dark showroom image + gradient
   ------------------------------------------------------------ */
.oe-loc-hero {
  position: relative;
  overflow: hidden;
  background: var(--ink-900);
}
.oe-loc-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .85;
}
.oe-loc-hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,16,12,.35) 0%, rgba(20,16,12,.15) 45%, rgba(20,16,12,.55) 100%);
}
.oe-loc-hero__inner {
  position: relative;
  padding-top: 200px;
  padding-bottom: 160px;
  max-width: 860px;
}
.oe-loc-hero__eyebrow {
  font-family: var(--font-label);
  font-size: 13px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 22px;
}
.oe-loc-hero__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: -.02em;
  color: #fff;
}
.oe-loc-hero__lead {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .86);
  margin: 26px 0 0;
}

/* ------------------------------------------------------------
   Office rows — photo · contact · hours · doctor availability
   ------------------------------------------------------------ */
.oe-loc-section {
  background: var(--surface-card);
  padding: 20px 0 72px;
}
.oe-office {
  display: grid;
  grid-template-columns: 1fr 0.9fr 0.8fr 0.8fr;
  gap: 40px;
  align-items: start;
  padding: 56px 0;
  border-top: 1px solid var(--border-subtle);
}
.oe-office--first { border-top: none; }
.oe-office__photo {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.oe-office__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.oe-office__name {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.oe-office__name svg { flex-shrink: 0; }
.oe-office__name-text {
  font-family: var(--font-label);
  font-size: 16px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-900);
  font-weight: 600;
}
.oe-office__addr {
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--text-muted);
}
.oe-office__phone {
  display: inline-block;
  margin-top: 14px;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 600;
  color: var(--ink-900);
  white-space: nowrap;
}
.oe-office__dir { margin-top: 20px; }
.oe-office__note {
  margin-top: 16px;
  font-family: var(--font-body);
  font-size: 12.5px;
  color: var(--text-muted);
  font-style: italic;
}
.oe-hours__title {
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-900);
  margin-bottom: 12px;
}
.oe-hours__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border-subtle);
}
.oe-hours__day {
  font-family: var(--font-label);
  font-size: 12.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-primary);
  font-weight: 600;
}
.oe-hours__row--closed .oe-hours__day { color: var(--gold-500); }
.oe-hours__time {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text-muted);
}

/* ------------------------------------------------------------
   Closing CTA band (dark) — design: <OECTABand> after the office list
   ------------------------------------------------------------ */
.oe-loc-cta {
  background: var(--ink-900);
  color: #fff;
  padding: 80px 0;
}
.oe-loc-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.oe-loc-cta__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 0;
}
.oe-loc-cta__sub {
  font-family: var(--font-body);
  font-size: 17px;
  opacity: .82;
  margin-top: 12px;
}

/* ------------------------------------------------------------
   Responsive ( <= 760px ) — mirrors locations.html mobile rules
   ------------------------------------------------------------ */
@media (max-width: 760px) {
  .oe-loc-hero__inner { padding-top: 150px; padding-bottom: 110px; }
  .oe-loc-hero__title { font-size: 36px; }
  .oe-office {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .oe-loc-cta__title { font-size: 30px; }
}
