/* ============================================================
   O Eyecare — 2026 UI Renewal · Office Glasses product page
   (product/office-lens). First page of the "product" family.
   Loaded by layout_officelens.jsp AFTER oeyecare-2026.css and
   oeyecare-mm-2026.css — the page reuses the .oe-mm-* vocabulary
   (wrap/sec/eyebrow/body/list/cta + solid header via .oe-mm-page)
   and adds the page-specific .oe-ol-* classes below.
   Design source: _delivery/ui_kits/website/office-lens-3-page.jsx
   (mobile rules: office-lens-3.html <style> block, <=760px).
   Note: the design's var(--clay-600) has no token in the base
   sheet — use var(--link-hover) (#a8552f, same color).
   ============================================================ */

/* ------------------------------------------------------------
   Image placeholders — swap for real photos once the user drops
   files into /oeyecare/images/office-lens/ : replace the .oe-ol-ph
   div with <img class="oe-ol-img" src="..." alt=""/> (hero uses the
   .oe-mm-hero__img pattern instead).
   ------------------------------------------------------------ */
.oe-ol-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #eceef0;
  border: 1px dashed #b9bec4;
  color: #6b7178;
  font-family: var(--font-label);
  font-size: 14px;
  letter-spacing: .06em;
  box-sizing: border-box;
}
.oe-ol-ph--540x400  { aspect-ratio: 540 / 400; }
.oe-ol-ph--620x420  { aspect-ratio: 620 / 420; }
.oe-ol-ph--400x300  { aspect-ratio: 400 / 300; }
.oe-ol-ph--1240x420 {
  aspect-ratio: 1240 / 420;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 16px;
}
.oe-ol-ph--hero {
  position: absolute;
  inset: 0;
  background: #3a3128;
  border: none;
  color: rgba(255,255,255,.5);
  font-size: 15px;
  letter-spacing: .08em;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 24px;
}
.oe-ol-img { width: 100%; height: auto; display: block; }

/* rounded-border frame around standalone image slots */
.oe-ol-frame {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
}

/* ------------------------------------------------------------
   Hero — dark, bottom-anchored variant of the mm hero
   ------------------------------------------------------------ */
.oe-ol-hero {
  min-height: 620px;
}
.oe-ol-hero .oe-mm-hero__scrim {
  background: linear-gradient(90deg, rgba(20,16,12,.9) 0%, rgba(20,16,12,.72) 34%, rgba(20,16,12,.32) 58%, rgba(20,16,12,.1) 78%);
}
.oe-ol-hero__inner {
  position: relative;
  padding-top: 128px;  /* same vertical rhythm as .oe-mm-hero__inner on the sibling pages */
  padding-bottom: 104px;
  max-width: 820px; /* same text width as .oe-mm-hero__inner on the sibling pages */
}
.oe-ol-hero__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: -.01em;
  color: #fff;
}
.oe-ol-hero__lede {
  margin: 22px 0 0;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,.9);
  max-width: 640px; /* mirrors .oe-mm-hero__lede */
}

/* ------------------------------------------------------------
   Section padding tweaks (design: quote 48px, what-cream 56/72)
   ------------------------------------------------------------ */
.oe-ol-sec--quote { padding: 48px 0; }
.oe-ol-sec--what  { padding: 56px 0 72px; }

/* opening quote — oversized body copy */
.oe-ol-quote {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px; /* same as .oe-mm-body */
  line-height: 1.8;
  color: var(--text-secondary);
}
.oe-ol-quote--lead { color: var(--ink-900); }
.oe-ol-quote strong { color: var(--ink-900); font-weight: 600; }

/* ------------------------------------------------------------
   Two-column text + image (what / why)
   ------------------------------------------------------------ */
.oe-ol-2col {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 56px;
  align-items: center;
}
.oe-ol-2col--imgfirst { grid-template-columns: .9fr 1.1fr; }

/* page h2 — slightly smaller/tighter than .oe-mm-h2 */
.oe-ol-h2 {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -.01em;
  margin-bottom: 32px;
}
.oe-ol-h2--full { max-width: none; font-size: 31px; line-height: 1.28; }
.oe-ol-h2--wide { max-width: 640px; }
.oe-ol-h2--long { max-width: none; } /* headings that should stay on one line on desktop */

/* ------------------------------------------------------------
   Posture & gaze angles — two figures + wide panel with overlay
   ------------------------------------------------------------ */
.oe-ol-figs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}
.oe-ol-fig {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
}
.oe-ol-fig__cap { padding: 18px 22px; background: var(--surface-page); }
.oe-ol-fig__tag {
  margin: 0 0 8px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--ink-900);
}
.oe-ol-fig__txt {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-secondary);
}

.oe-ol-panel {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  background: var(--surface-card);
}
.oe-ol-panel__ov { position: absolute; top: 14%; left: 6%; right: 44%; }
.oe-ol-panel__tag {
  margin: 0 0 14px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: var(--ink-900);
}
.oe-ol-panel__title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: -.01em;
  color: var(--ink-900);
}
.oe-ol-panel__body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 420px;
}

/* ------------------------------------------------------------
   Benefits — one joined white row, 3 cells with dividers
   ------------------------------------------------------------ */
.oe-ol-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.oe-ol-benefit { padding: 40px 34px; }
.oe-ol-benefit + .oe-ol-benefit { border-left: 1px solid var(--border-subtle); }
.oe-ol-benefit__num {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 46px;
  line-height: 1;
  color: var(--clay-500);
}
.oe-ol-benefit__bar { width: 32px; height: 2px; background: var(--clay-500); margin: 20px 0 22px; }
.oe-ol-benefit__title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 21px;
  letter-spacing: -.01em;
  color: var(--ink-900);
}
.oe-ol-benefit__body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--text-secondary);
}

/* ------------------------------------------------------------
   Limits — 2x2 white cards, clay left border
   ------------------------------------------------------------ */
.oe-ol-limits { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.oe-ol-limit {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-left: 3px solid var(--clay-500);
  border-radius: var(--radius-md);
  padding: 26px;
}
.oe-ol-limit__title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -.01em;
  color: var(--link-hover);
}
.oe-ol-limit__body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-secondary);
}

/* ------------------------------------------------------------
   Lens types — 3 figure cards (mobile: snap carousel)
   ------------------------------------------------------------ */
.oe-ol-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.oe-ol-card {
  margin: 0;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--surface-card);
}
.oe-ol-card__cap { padding: 24px 26px; }
.oe-ol-card__title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -.01em;
  color: var(--ink-900);
}
.oe-ol-card__body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--text-secondary);
}
.oe-ol-intro {
  margin: 0 0 32px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-muted);
  max-width: 760px;
}
.oe-ol-outro {
  margin: 32px 0 0;
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--text-muted);
  max-width: 920px;
}

/* ------------------------------------------------------------
   Comparison table — office column highlighted
   ------------------------------------------------------------ */
.oe-ol-tablewrap {
  overflow-x: auto;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  background: var(--surface-card);
}
.oe-ol-table {
  width: 100%;
  min-width: 740px;
  border-collapse: collapse;
  font-family: var(--font-body);
}
.oe-ol-table tr { border-bottom: 1px solid var(--border-subtle); }
.oe-ol-table tr:last-child { border-bottom: none; }
.oe-ol-table tr:nth-child(odd) { background: var(--surface-page); }
.oe-ol-table tr.oe-ol-table__head { background: var(--ink-900); }
.oe-ol-table td {
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.6;
  vertical-align: top;
  text-align: left;
  color: var(--text-secondary);
  min-width: 160px;
}
.oe-ol-table td:first-child {
  min-width: 96px;
  color: var(--ink-900);
  font-weight: 600;
}
.oe-ol-table td:nth-child(3) {
  background: rgba(191,106,69,.07);
  border-left: 1px solid rgba(191,106,69,.25);
  border-right: 1px solid rgba(191,106,69,.25);
}
.oe-ol-table__head td {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  color: rgba(255,255,255,.82);
}
.oe-ol-table__head td:first-child { color: rgba(255,255,255,.82); font-weight: 600; }
.oe-ol-table__head td:nth-child(3) { background: transparent; color: #fff; }
.oe-ol-tnote {
  margin: 22px 0 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-muted);
}

/* ------------------------------------------------------------
   FAQ
   ------------------------------------------------------------ */
.oe-ol-faq__item { padding: 24px 0; border-top: 1px solid var(--border-subtle); }
.oe-ol-faq__item:last-child { border-bottom: 1px solid var(--border-subtle); }
.oe-ol-faq__q {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 19px;
  letter-spacing: -.01em;
  color: var(--ink-900);
}
.oe-ol-faq__a {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-secondary);
}
.oe-ol-faq__m { color: var(--clay-500); font-weight: 600; margin-right: 8px; }
.oe-ol-faq__a .oe-ol-faq__m { font-family: var(--font-label); }

/* ------------------------------------------------------------
   "Who they're for" list — checked-checkbox markers instead of the
   shared .oe-mm-list em-dash, and 3px smaller than the shared
   .oe-mm-list__item (17px) so long lines don't wrap on mobile.
   Scoped to .oe-ol-rec-list so the shared .oe-mm-list used on the
   sibling pages (stellest/orthok/atropine) is untouched.
   ------------------------------------------------------------ */
.oe-ol-rec-list .oe-mm-list__item { font-size: 14px; }
.oe-ol-rec-list .oe-ol-check { display: inline-flex; margin-top: 3px; }

/* ------------------------------------------------------------
   Responsive ( <= 760px ) — mirrors office-lens-3.html mobile rules.
   (oeyecare-mm-2026.css already handles wrap padding, hero inner
   padding-top 118, grid-2 collapse and the CTA title.)
   ------------------------------------------------------------ */
@media (max-width: 760px) {
  .oe-ol-hero__title { font-size: 26px; line-height: 1.4; }
  .oe-ol-hero__lede { font-size: 15px; }
  .oe-ol-hero .oe-mm-hero__scrim {
    background: linear-gradient(180deg, rgba(20,16,12,.78) 0%, rgba(20,16,12,.55) 55%, rgba(20,16,12,.42) 100%);
  }
  /* shorter hero: height follows the text, leaving ~100px of banner below it */
  .oe-ol-hero { min-height: 0; }
  .oe-ol-hero__inner { padding-top: 118px; padding-bottom: 100px; }

  /* tighter vertical rhythm on mobile (this page only) */
  .oe-mm-sec { padding: 48px 0; }
  .oe-ol-sec--quote { padding: 40px 0; }
  .oe-ol-sec--what { padding: 44px 0 40px; }
  .oe-ol-sec--why { padding-top: 8px; } /* follows its cream sibling directly */

  .oe-ol-2col,
  .oe-ol-2col--imgfirst { display: flex; flex-direction: column-reverse; gap: 32px; }

  .oe-ol-figs { grid-template-columns: 1fr; gap: 16px; }

  .oe-ol-panel__ov { position: static; padding: 20px 16px 22px; }
  /* zoom the wide 1240x420 banner to the person (right side) so it reads
     like the 620x420 figures above it */
  .oe-ol-panel > .oe-ol-img {
    aspect-ratio: 620 / 420;
    object-fit: cover;
    object-position: 100% 50%;
  }

  .oe-ol-benefits { grid-template-columns: 1fr; }
  /* num + title share one line ("01 넓은 시야") so each card is compact;
     body text drops to its own full-width line underneath */
  .oe-ol-benefit {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 12px;
    row-gap: 6px;
    padding: 18px 20px;
  }
  .oe-ol-benefit + .oe-ol-benefit { border-left: none; border-top: 1px solid var(--border-subtle); }
  .oe-ol-benefit__num { font-size: 20px; }
  .oe-ol-benefit__bar { display: none; }
  .oe-ol-benefit__title { margin: 0; font-size: 17px; flex: 1 1 auto; }
  .oe-ol-benefit__body { flex: 0 0 100%; margin-top: 2px; }

  .oe-ol-limits { grid-template-columns: 1fr; gap: 16px; }

  .oe-ol-cards {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
  }
  .oe-ol-cards > * { flex: 0 0 78%; scroll-snap-align: start; }

  .oe-ol-h2,
  .oe-ol-h2--full { font-size: 28px; }

  /* tighter than the generic 48px .oe-mm-sec mobile padding — this section
     is just a short checklist, doesn't need as much air */
  .oe-ol-sec--rec { padding: 32px 0; }
}
