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

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

/* narrower content column than the site default (design mswrap = 1080) */
.oe-mis-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  box-sizing: border-box;
}

/* ------------------------------------------------------------
   Hero — dark banner image + gradient
   ------------------------------------------------------------ */
.oe-mis-hero {
  position: relative;
  overflow: hidden;
  background: var(--ink-900);
}
.oe-mis-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
}
.oe-mis-hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,16,12,.5) 0%, rgba(20,16,12,.2) 45%, rgba(20,16,12,.66) 100%);
}
.oe-mis-hero__inner {
  position: relative;
  padding-top: 128px;
  padding-bottom: 104px;
  max-width: 820px;
}
.oe-mis-hero__eyebrow {
  font-family: var(--font-label);
  font-size: 13px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 22px;
}
.oe-mis-hero__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 44px;
  line-height: 1.12;
  letter-spacing: -.02em;
  color: #fff;
}
.oe-mis-hero__cta { margin-top: 32px; }

/* ------------------------------------------------------------
   Shared section shells + prose
   ------------------------------------------------------------ */
.oe-mis-what { background: var(--surface-card); padding: 72px 0; }
.oe-mis-lenses { background: var(--surface-cream); padding: 72px 0; }
.oe-mis-how { background: var(--surface-card); padding: 72px 0; }
.oe-mis-eyebrow {
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin: 0 0 24px;
}
.oe-mis-body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-secondary);
  margin: 0;
}
.oe-mis-body + .oe-mis-body { margin-top: 24px; color: var(--text-muted); }
.oe-mis-body strong { color: var(--ink-900); font-weight: 600; }

/* pill list of treatment types */
.oe-mis-pills {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.oe-mis-pill {
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-900);
  background: var(--surface-page);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-pill);
  padding: 10px 20px;
}

/* ------------------------------------------------------------
   Lenses — two-column text + image
   ------------------------------------------------------------ */
.oe-mis-lenses__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.oe-mis-lenses__eyebrow { margin-bottom: 20px; }
.oe-mis-lenses__media {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #fff;
}
.oe-mis-lenses__media img { width: 100%; height: auto; display: block; }

/* ------------------------------------------------------------
   How it works — centered text + principle image
   ------------------------------------------------------------ */
.oe-mis-how__head {
  text-align: center;
  max-width: 820px;
}
.oe-mis-how__media {
  margin-top: 44px;
  max-width: 820px;
}
.oe-mis-how__media img { width: 100%; height: auto; display: block; }

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

/* ------------------------------------------------------------
   Responsive ( <= 760px ) — mirrors misight.html mobile rules
   ------------------------------------------------------------ */
@media (max-width: 760px) {
  .oe-mis-wrap { padding: 0 20px; }
  .oe-mis-hero__inner { padding-top: 118px; }
  .oe-mis-hero__title { font-size: 34px; }
  .oe-mis-lenses__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .oe-mis-cta__title { font-size: 30px; }
}
