:root {
  --op-blue: #1557ff;
  --op-ink: #101b36;
  --op-muted: #667085;
  --op-line: #e3e8f0;
  --op-teal: #0c8f8a;
  --op-teal-dark: #08726e;
  --op-mint: #eaf8f6;
  --op-sky: #edf4ff;
  --op-shadow: 0 16px 42px rgba(24, 39, 75, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--op-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.op-page {
  overflow: clip;
  color: var(--op-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}
.op-page button,
.op-page input { font: inherit; }
.op-page button { cursor: pointer; }
.op-page a { color: inherit; text-decoration: none; }
.op-container { width: min(1440px, calc(100% - 48px)); margin-inline: auto; }
.op-eyebrow {
  margin: 0 0 12px;
  color: var(--op-teal-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.op-primary {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  padding: 13px 22px;
  background: var(--op-blue);
  box-shadow: 0 10px 22px rgba(21, 87, 255, .2);
  color: #fff;
  font-weight: 800;
}
.op-primary:hover { background: #0f49dc; }
.op-page button:focus-visible,
.op-page a:focus-visible,
.op-page input:focus-visible {
  outline: 3px solid rgba(21, 87, 255, .38);
  outline-offset: 3px;
}

/* Hero and local-only eyewear try-on */
.op-hero-wrap {
  padding: 34px 0 30px;
  background:
    radial-gradient(circle at 7% 16%, rgba(197, 246, 239, .62), transparent 31%),
    radial-gradient(circle at 93% 18%, rgba(218, 231, 255, .72), transparent 34%),
    linear-gradient(180deg, #fff, #f9fcff);
}
.op-hero {
  display: grid;
  grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
  gap: 32px;
  align-items: center;
}
.op-hero-copy {
  display: flex;
  max-width: 520px;
  flex-direction: column;
  justify-content: center;
  padding: 18px 8px 18px 20px;
}
.op-hero h1 {
  max-width: 520px;
  margin: 0 0 14px;
  font-size: 46px;
  font-weight: 850;
  line-height: 1.07;
  letter-spacing: -.055em;
}
.op-hero-lead {
  max-width: 510px;
  margin: 0 0 22px;
  color: #536078;
  font-size: 15px;
  line-height: 1.65;
}
.op-hero-copy .op-primary { align-self: flex-start; }
.op-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.op-trust span {
  border: 1px solid #dbe9e8;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  padding: 7px 11px;
  color: #4b5570;
  font-size: 12px;
  font-weight: 750;
}
.op-store-preview {
  position: relative;
  height: 92px;
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid rgba(12, 143, 138, .18);
  border-radius: 14px;
  background: #eef7f7;
}
.op-store-preview img { display: block; width: 100%; height: 100%; object-fit: cover; }
.op-store-preview::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 24, 47, .06), transparent 50%);
  content: "";
  pointer-events: none;
}
.op-hero-visual {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 2.35fr) minmax(205px, .95fr);
  gap: 16px;
  align-items: stretch;
}
.op-tryon-card,
.op-control-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e4ebef;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--op-shadow);
}
.op-upload-bar {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 12px;
  border-bottom: 1px solid #e8edf2;
}
.op-upload-actions,
.op-model-picker {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}
.op-model-picker {
  justify-content: flex-end;
}
.op-upload-label {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 10px;
  background: var(--op-blue);
  padding: 8px 13px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}
.op-upload-label:hover { background: #0f49dc; }
.op-remove-photo {
  min-height: 34px;
  border: 1px solid #dce4ec;
  border-radius: 9px;
  background: #fff;
  padding: 7px 11px;
  color: #59657a;
  font-size: 11px;
  font-weight: 800;
}
.op-remove-photo[hidden] { display: none; }
.op-model-option {
  display: inline-flex;
  min-width: 72px;
  min-height: 38px;
  align-items: center;
  gap: 6px;
  border: 1px solid #dce4ec;
  border-radius: 11px;
  background: #fff;
  padding: 4px 8px 4px 4px;
  color: #526078;
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
}
.op-model-option img {
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 8px;
  background: #eef3f6;
  object-fit: cover;
  object-position: center 26%;
}
.op-model-option:hover { border-color: #9ac9c6; background: #f7fcfb; }
.op-model-option[aria-pressed="true"] {
  border-color: var(--op-teal);
  background: #effaf8;
  color: var(--op-teal-dark);
  box-shadow: 0 0 0 2px rgba(12, 143, 138, .1);
}
.op-tryon-stage {
  position: relative;
  height: 338px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .86)),
    repeating-linear-gradient(45deg, #e7f0f3 0 10px, #f2f7f8 10px 20px);
  touch-action: pan-y;
  user-select: none;
}
.op-stage-placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  padding: 28px;
  text-align: center;
}
.op-stage-placeholder[hidden] { display: none; }
.op-face-guide {
  position: relative;
  width: min(52%, 220px);
  aspect-ratio: .78;
  border: 2px dashed rgba(12, 143, 138, .42);
  border-radius: 48% 48% 45% 45%;
  background: radial-gradient(circle at 50% 32%, #fff 0 22%, rgba(235, 248, 246, .84) 65%, rgba(221, 241, 239, .6));
}
.op-face-guide::before,
.op-face-guide::after {
  position: absolute;
  top: 38%;
  width: 31%;
  height: 17%;
  border: 2px solid rgba(12, 143, 138, .46);
  border-radius: 45%;
  content: "";
}
.op-face-guide::before { left: 15%; }
.op-face-guide::after { right: 15%; }
.op-placeholder-copy { position: absolute; right: 22px; bottom: 18px; left: 22px; }
.op-placeholder-copy strong { display: block; color: #1a3047; font-size: 14px; }
.op-placeholder-copy span { display: block; margin-top: 4px; color: #718096; font-size: 11px; }
.op-photo-plane {
  position: absolute;
  z-index: 2;
  overflow: visible;
  opacity: 0;
}
.op-photo-plane.is-ready { opacity: 1; }
.op-user-photo { display: block; width: 100%; height: 100%; object-fit: contain; pointer-events: none; }
.op-active-frame {
  position: absolute;
  left: 50%;
  top: 39%;
  z-index: 3;
  display: block;
  width: 48%;
  aspect-ratio: 8 / 3;
  border: 0;
  background: transparent;
  padding: 0;
  transform: translate(-50%, -50%);
  transform-origin: center;
  filter: drop-shadow(0 2px 2px rgba(15, 23, 42, .18));
  touch-action: none;
  cursor: grab;
}
.op-active-frame:active { cursor: grabbing; }
.op-active-frame:disabled { pointer-events: none; opacity: 0; }
.op-active-frame svg { display: block; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.op-frame-tray-wrap { border-top: 1px solid #e8edf2; background: #fff; padding: 9px 10px 10px; }
.op-frame-tray-title { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 7px; }
.op-frame-tray-title strong { font-size: 11px; }
.op-frame-tray-title span { color: #79849a; font-size: 9px; }
.op-frame-tray {
  display: grid;
  grid-template-columns: repeat(6, minmax(62px, 1fr));
  gap: 6px;
  overflow-x: hidden;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}
.op-frame-option {
  min-width: 62px;
  min-height: 58px;
  scroll-snap-align: start;
  border: 1px solid #e1e7ed;
  border-radius: 10px;
  background: #fff;
  padding: 5px 4px 4px;
  color: #536078;
}
.op-frame-option[aria-checked="true"] {
  border-color: var(--op-teal);
  background: #f0fbfa;
  box-shadow: 0 0 0 2px rgba(12, 143, 138, .12);
  color: #0c5e5b;
}
.op-frame-option svg { display: block; width: 100%; height: 35px; pointer-events: none; }
.op-frame-option span { display: block; overflow: hidden; font-size: 8px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.op-control-card { display: flex; min-height: 462px; flex-direction: column; padding: 20px 17px; }
.op-control-kicker { margin: 0 0 8px; color: var(--op-teal-dark); font-size: 10px; font-weight: 850; letter-spacing: .09em; }
.op-control-card h2 { margin: 0; font-size: 22px; line-height: 1.15; letter-spacing: -.03em; }
.op-active-name { margin: 8px 0 0; color: var(--op-teal-dark); font-size: 13px; font-weight: 850; }
.op-control-note { margin: 8px 0 15px; color: #69758b; font-size: 10px; line-height: 1.5; }
.op-control-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.op-control-button {
  min-height: 44px;
  border: 1px solid #dce4ec;
  border-radius: 10px;
  background: #fff;
  color: #30405b;
  font-size: 10px;
  font-weight: 800;
}
.op-control-button:hover { border-color: #9bb1ca; background: #f8fafc; }
.op-reset { grid-column: 1 / -1; }
.op-privacy {
  margin-top: auto;
  border-radius: 11px;
  background: #f0faf8;
  padding: 10px;
  color: #3e625f;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.5;
}
.op-status { min-height: 18px; margin: 8px 0 0; color: #526078; font-size: 9px; font-weight: 750; }
.op-status.is-error { color: #b42318; }

/* Live Mapbox and approved optician cards: same DOM contract as personal color. */
.pc-explorer { padding: 18px 0 38px; scroll-margin-top: 88px; }
.pc-browser { display: grid; grid-template-columns: minmax(410px, .92fr) minmax(620px, 1.08fr); gap: 22px; align-items: start; }
.pc-map-column { position: sticky; top: 92px; }
.pc-map-shell {
  position: relative;
  aspect-ratio: 1 / 1;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--op-line);
  border-radius: 16px;
  background: #edf3f7;
  box-shadow: 0 10px 28px rgba(24, 39, 75, .06);
}
.partner-mapbox-map { position: absolute; inset: 0; width: 100%; height: 100%; }
.partner-mapbox-fallback {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: linear-gradient(135deg, #eef5ff, #edf9f7);
  color: #475569;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
.partner-mapbox-fallback[hidden] { display: none !important; }
.partner-mapbox-fallback strong { display: block; margin-bottom: 5px; color: #0f1b32; font-size: 16px; }
.pc-map-count {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 3;
  border: 1px solid #dfe4ee;
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 6px 18px rgba(33, 46, 75, .1);
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.pc-map-count em,
.pc-list-count em,
.pc-results-count em { color: var(--op-teal); font-style: normal; }
.pc-stay-locator {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  border: 1px solid var(--op-line);
  border-radius: 14px;
  background: #fff;
  padding: 14px 15px;
  box-shadow: 0 7px 20px rgba(24, 39, 75, .05);
}
.pc-stay-locator-copy strong { display: block; color: #17233d; font-size: 14px; font-weight: 850; line-height: 1.4; }
.pc-stay-locator-field { display: grid; min-width: 0; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.pc-stay-locator-input {
  width: 100%;
  min-width: 0;
  height: 44px;
  border: 1px solid #dfe4ec;
  border-radius: 9px;
  background: #fff;
  padding: 0 12px;
  color: #17233d;
  font-size: 13px;
  outline: 0;
}
.pc-stay-locator-input::placeholder { color: #8a93a7; }
.pc-stay-locator-input:focus { border-color: #7c9cff; box-shadow: 0 0 0 3px rgba(21, 87, 255, .1); }
.pc-stay-locator-submit {
  min-width: 126px;
  height: 44px;
  border: 0;
  border-radius: 9px;
  background: var(--op-blue);
  padding: 0 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}
.pc-stay-locator-submit:hover { background: #0f49dc; }
.pc-stay-locator-submit:disabled { cursor: wait; opacity: .68; }
.pc-stay-locator-status { margin: 0; color: #526078; font-size: 11px; font-weight: 700; line-height: 1.45; }
.pc-stay-locator-status[hidden] { display: none; }
.pc-stay-locator-status.is-error { color: #b42318; }
.pc-stay-locator-status.is-success { color: #146c43; }
.pc-studio-list { min-width: 0; padding-top: 16px; }
.pc-list-sort-row { display: flex; min-height: 28px; align-items: center; justify-content: flex-end; margin-bottom: 5px; padding: 0 2px; }
.pc-list-sort-row .pm-sort-trigger { min-height: 28px; gap: 6px; padding: 5px 10px; font-size: 11px; }
.pc-list-sort-row .pm-sort-caret { width: 6px; height: 6px; }
.pc-list-head { display: flex; min-height: 28px; align-items: center; justify-content: space-between; margin-bottom: 7px; padding: 0 2px; }
.pc-list-count { font-size: 13px; font-weight: 800; }
.pc-list-title { color: #59647d; font-size: 12px; font-weight: 750; }
#mList { display: grid; gap: 12px; }
.pc-studio-card {
  display: grid;
  min-width: 0;
  grid-template-columns: 190px minmax(0, 1fr) 145px;
  gap: 16px;
  align-items: center;
  border: 1px solid var(--op-line);
  border-radius: 15px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 7px 20px rgba(24, 39, 75, .05);
  color: inherit;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.pc-studio-card:hover,
.pc-studio-card:focus-visible { border-color: #9bcfc9; box-shadow: 0 10px 25px rgba(12, 143, 138, .12); transform: translateY(-1px); }
.pc-studio-photo { height: 148px; overflow: hidden; border-radius: 12px; background: linear-gradient(135deg, #ecf9f7, #eef3ff); }
.pc-studio-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pc-studio-photo.is-empty { visibility: hidden; }
.pc-studio-info { min-width: 0; }
.pc-studio-name {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 5px;
  color: var(--op-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pc-studio-meta { min-height: 17px; margin: 4px 0; color: #5e6880; font-size: 11px; line-height: 1.35; }
.pc-studio-rating { min-height: 15px; color: var(--op-blue); font-weight: 800; }
.pc-studio-rating-score { color: var(--op-blue); font-weight: 800; }
.pc-studio-review-count { color: #69738a; font-weight: 500; }
.pc-studio-area,
.pc-studio-languages { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pc-studio-languages-short { display: none; }
.pc-studio-tags { display: flex; min-height: 22px; align-items: center; flex-wrap: wrap; gap: 5px; margin-top: 7px; }
.pc-studio-tag {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 4px 7px;
  font-size: 9px;
  font-weight: 750;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pc-studio-tag--mint { border-color: #ccebdc; background: #e8f7ef; color: #176247; }
.pc-studio-tag--pink { border-color: #f7d4df; background: #fff0f4; color: #a63d62; }
.pc-studio-tag--lilac { border-color: #ddd8f6; background: #f1effd; color: #5d5199; }
.pc-studio-side { align-self: stretch; display: flex; min-width: 0; flex-direction: column; justify-content: flex-end; text-align: right; }
.pc-studio-price-label { display: block; color: #69738a; font-size: 11px; }
.pc-studio-price { display: block; overflow: hidden; color: var(--op-ink); font-size: 17px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.pc-studio-duration { display: block; margin-top: 1px; color: #69738a; font-size: 11px; }
.pc-studio-cta { display: flex; min-height: 38px; align-items: center; justify-content: center; margin-top: 14px; border: 1px solid #9fb4fc; border-radius: 9px; background: #fff; color: var(--op-blue); font-size: 11px; font-weight: 800; }
.pc-map-pagination { margin-top: 16px; }
.pc-map-pagination[hidden],
.pc-card-skeleton-slot:empty { display: none; }
.pc-list-view { border: 1px solid var(--op-line); border-radius: 18px; background: #fff; padding: 20px; }
.pc-list-view[hidden] { display: none; }
.pc-region-row { display: flex; gap: 8px; margin: 14px 0 18px; overflow-x: auto; padding-bottom: 3px; }
.pc-list-view .region-chip { flex: 0 0 auto; border: 1px solid #dfe4ec; border-radius: 10px; background: #fff; padding: 7px 13px; color: #35415e; font-size: 13px; font-weight: 750; line-height: 1.2; }
.pc-list-view .region-chip.active { border-color: #17233d; background: #17233d; color: #fff; }
.pc-list-view .region-chip .cnt { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.pc-results-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 12px 0; }
.pc-results-count { font-weight: 800; }
.pc-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.pc-grid .card { overflow: hidden; border: 1px solid #e5e9f0; border-radius: 14px; background: #fff; box-shadow: 0 6px 18px rgba(24, 39, 75, .05); }
.pc-grid .card-top { height: 116px; background: linear-gradient(135deg, #0c8f8a, #345ed7); }
.pc-grid .card-body { padding: 12px; }
.pc-grid .card-name { display: -webkit-box; overflow: hidden; font-size: 14px; font-weight: 850; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.vendor-pagination { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 20px; }
.vendor-pagination[hidden] { display: none; }
.vendor-page-btn { min-width: 34px; height: 34px; border: 1px solid #dce2eb; border-radius: 9px; background: #fff; color: #35415e; font-weight: 800; }
.vendor-page-btn.active { border-color: #17233d; background: #17233d; color: #fff; }
.vendor-page-btn:disabled { cursor: not-allowed; opacity: .38; }
.pc-empty { padding: 45px 20px; color: #667085; text-align: center; }
.pc-load-more { display: none; }

/* AI-generated, same-face eyewear comparisons and supporting content. */
.op-comparison { padding: 74px 0 32px; background: linear-gradient(180deg, #fbfdfd, #fff); }
.op-section-head { max-width: 760px; margin: 0 auto 25px; text-align: center; }
.op-section-head h2 { margin: 0; font-size: 34px; line-height: 1.17; letter-spacing: -.04em; }
.op-section-head p { margin: 12px 0 0; color: #647087; font-size: 14px; line-height: 1.65; }
.op-look-tabs {
  display: grid;
  width: min(100%, 430px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  margin: 0 auto 20px;
  border: 1px solid #dfe7ec;
  border-radius: 14px;
  background: #f2f6f8;
  padding: 5px;
}
.op-look-tab {
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #68758a;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}
.op-look-tab[aria-selected="true"] {
  background: #fff;
  color: #17233d;
  box-shadow: 0 4px 14px rgba(24, 39, 75, .1);
}
.op-look-panel[hidden] { display: none; }
.op-look-rail-shell {
  position: relative;
  padding: 0 48px;
}
.op-look-rail {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px 3px 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.op-look-rail::-webkit-scrollbar { display: none; }
.op-look-card {
  flex: 0 0 clamp(190px, 20vw, 235px);
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  border: 1px solid var(--op-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(24, 39, 75, .07);
}
.op-look-media {
  width: 100%;
  aspect-ratio: 1;
  background-color: #f4eee8;
  background-position: calc(var(--look-col) * 50%) calc(var(--look-row) * 50%);
  background-repeat: no-repeat;
  background-size: 300% 300%;
}
.op-look-media-woman {
  background-image: url('/static/generated/category-pages/optician/eyewear-v2/woman-nine-looks-v2.webp?v=5d4c8ad759c706a2');
}
.op-look-media-man {
  background-image: url('/static/generated/category-pages/optician/eyewear-v2/man-nine-looks-v2.webp?v=26c6b514faaa0b47');
}
.op-look-card strong {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 9px 10px;
  color: #293750;
  font-size: 11px;
  line-height: 1.35;
  text-align: center;
}
.op-look-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 38px;
  height: 52px;
  place-items: center;
  border: 1px solid #d9e2e8;
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  color: #24334c;
  font-size: 29px;
  line-height: 1;
  box-shadow: 0 7px 20px rgba(24, 39, 75, .12);
  transform: translateY(-50%);
  cursor: pointer;
}
.op-look-arrow-prev { left: 0; }
.op-look-arrow-next { right: 0; }
.op-look-arrow:hover:not(:disabled) { border-color: #9ac9c6; color: var(--op-teal-dark); }
.op-look-arrow:disabled { visibility: hidden; pointer-events: none; }
.op-visit { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: 24px; margin-top: 28px; border: 1px solid var(--op-line); border-radius: 18px; background: #fff; padding: 18px; box-shadow: 0 8px 24px rgba(24, 39, 75, .05); }
.op-visit-media { min-height: 300px; overflow: hidden; border-radius: 14px; }
.op-visit-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.op-visit-copy { display: flex; flex-direction: column; justify-content: center; padding: 18px; }
.op-visit-copy h2 { margin: 5px 0 12px; font-size: 28px; letter-spacing: -.035em; }
.op-visit-copy p { margin: 0; color: #637087; font-size: 14px; line-height: 1.7; }
.op-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 18px 0 0; padding: 0; list-style: none; }
.op-checks li { border-radius: 10px; background: #f1faf9; padding: 10px; color: #305c58; font-size: 11px; font-weight: 800; }
.pc-promise { margin-top: 30px; border: 1px solid var(--op-line); border-radius: 18px; background: linear-gradient(180deg, #fff, #fbfcff); padding: 31px; }
.pc-promise-intro { max-width: 680px; margin: 0 auto 24px; text-align: center; }
.pc-promise-intro p { margin: 0; color: var(--op-teal-dark); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.pc-promise-intro h2 { margin: 8px 0 0; font-size: 27px; line-height: 1.2; }
.pc-promise ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.pc-promise li { display: flex; min-width: 0; flex-direction: column; align-items: center; gap: 9px; border-top: 1px solid #dfe4ef; padding: 15px 8px 0; text-align: center; }
.pc-step-number { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; background: #eaf8f6; color: var(--op-teal-dark); font-size: 10px; font-weight: 850; }
.pc-step-label { max-width: 190px; font-size: 12px; font-weight: 800; line-height: 1.4; }
.pc-faq { padding: 72px 0 20px; }
.pc-faq-layout { display: grid; grid-template-columns: minmax(240px, .62fr) minmax(0, 1.38fr); gap: 58px; align-items: start; }
.pc-faq-intro h2 { margin: 6px 0 0; font-size: 32px; letter-spacing: -.035em; }
.pc-faq-intro > p:last-child { max-width: 330px; margin: 13px 0 0; color: #5e6880; font-size: 14px; line-height: 1.65; }
.pc-faq-list { overflow: hidden; border: 1px solid var(--op-line); border-radius: 17px; background: #fff; }
.pc-faq-item + .pc-faq-item { border-top: 1px solid var(--op-line); }
.pc-faq-item h3 { margin: 0; }
.pc-faq-trigger { display: flex; width: 100%; min-height: 62px; align-items: center; justify-content: space-between; gap: 18px; border: 0; background: #fff; padding: 18px 20px; color: #17233d; text-align: left; font-size: 16px; font-weight: 800; }
.pc-faq-item.is-open,
.pc-faq-item.is-open .pc-faq-trigger { background: #fbfcff; }
.pc-faq-symbol { color: var(--op-teal); font-size: 22px; }
.pc-faq-panel { padding: 0 20px 22px; color: #59647d; font-size: 14px; line-height: 1.7; }
.pc-faq-panel p { margin: 0; }
.pc-booking-status { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.pc-booking-status li { border: 1px solid #e4e8f1; border-radius: 10px; background: #fff; padding: 10px; color: #35415e; font-size: 11px; font-weight: 800; text-align: center; }
.pc-final { margin: 50px auto 40px; }
.pc-final-box { display: flex; min-height: 154px; align-items: center; justify-content: space-between; gap: 28px; border-radius: 18px; background: linear-gradient(105deg, #e9f9f7, #f6f9ff); padding: 38px; }
.pc-final h2 { margin: 0; font-size: 29px; line-height: 1.2; letter-spacing: -.035em; }
.pc-final p { margin: 9px 0 0; color: #59647d; font-size: 14px; }

/* Keep one complete five-vendor page aligned with the desktop map. */
@media (min-width: 1181px) {
  .pc-studio-list { padding-top: 0; }
  .pc-list-sort-row { margin-bottom: 8px; }
  #mList { gap: 8px; }
  .pc-studio-card {
    min-height: 100px;
    grid-template-columns: 116px minmax(0, 1fr) 112px;
    gap: 10px;
    border-radius: 12px;
    padding: 7px;
  }
  .pc-studio-photo { height: 84px; border-radius: 9px; }
  .pc-studio-name {
    display: block;
    overflow: hidden;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pc-studio-meta {
    min-height: 0;
    overflow: hidden;
    margin: 1px 0;
    font-size: 9px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pc-studio-rating { min-height: 0; }
  .pc-studio-area,
  .pc-studio-languages { display: block; -webkit-line-clamp: unset; }
  .pc-studio-tags {
    min-height: 0;
    flex-wrap: nowrap;
    gap: 3px;
    overflow: hidden;
    margin-top: 3px;
  }
  .pc-studio-tag { flex: 0 1 auto; padding: 2px 5px; font-size: 7.5px; }
  .pc-studio-price-label,
  .pc-studio-duration { font-size: 8.5px; }
  .pc-studio-price { font-size: 14px; }
  .pc-studio-cta {
    min-height: 28px;
    margin-top: 5px;
    border-radius: 7px;
    font-size: 9px;
  }
  .pc-map-pagination { margin-top: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pc-studio-card { transition: none; }
}

@media (max-width: 1180px) {
  .op-container { width: min(calc(100% - 28px), 1000px); }
  .op-hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 22px; }
  .op-hero h1 { font-size: 40px; }
  .pc-browser { grid-template-columns: 1fr; }
  .pc-map-column { position: relative; top: auto; }
  .pc-map-shell { min-height: 0; aspect-ratio: 16 / 10; }
  .pc-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  .op-hero { grid-template-columns: 1fr; }
  .op-hero-copy { max-width: 740px; margin-inline: auto; text-align: center; }
  .op-hero-copy .op-primary { align-self: center; }
  .op-trust { justify-content: center; }
  .op-store-preview { display: none; }
  .op-hero-visual { max-width: 780px; margin-inline: auto; }
  .pc-promise ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pc-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pc-faq-layout { grid-template-columns: 1fr; gap: 24px; }
  .pc-faq-intro { text-align: center; }
  .pc-faq-intro > p:last-child { margin-inline: auto; }
}

@media (max-width: 760px) {
  .op-container { width: calc(100% - 24px); }
  .op-hero-wrap { padding: 22px 0 24px; }
  .op-hero { display: flex; flex-direction: column; gap: 14px; align-items: stretch; min-width: 0; }
  .op-hero-copy { display: contents; }
  .op-eyebrow,
  .op-hero h1,
  .op-hero-lead { order: 1; text-align: center; }
  .op-eyebrow { margin: 0; }
  .op-hero h1 { margin: 0; font-size: 35px; }
  .op-hero-lead { margin: 0 auto; font-size: 14px; }
  .op-hero-copy > .op-primary { order: 2; width: min(100%, 290px); margin: 6px auto 8px; }
  .op-trust { order: 3; justify-content: center; margin: 0 auto; }
  .op-store-preview { display: none; }
  .op-hero-visual { order: 4; grid-template-columns: 1fr; gap: 12px; width: 100%; margin-top: 4px; }
  .op-tryon-card { min-width: 0; }
  .op-upload-bar { flex-wrap: wrap; }
  .op-upload-actions { flex: 1 1 auto; }
  .op-model-picker { flex: 0 0 auto; }
  .op-tryon-stage { height: clamp(290px, 82vw, 360px); }
  .op-control-card { min-height: 0; padding: 18px; }
  .op-privacy { margin-top: 14px; }
  .op-frame-tray {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .op-frame-option { flex: 0 0 72px; min-width: 72px; min-height: 64px; }
  .pc-explorer { padding-top: 10px; }
  .pc-browser { row-gap: 0; }
  .pc-map-shell { min-height: 0; aspect-ratio: 16 / 9; border-radius: 15px; }
  .pc-map-count { left: 10px; top: 10px; padding: 8px 10px; }
  .pc-studio-list { padding-top: 15px; }
  .pc-studio-card { grid-template-columns: 100px minmax(0, 1fr) 92px; gap: 8px; align-items: center; border-radius: 12px; padding: 7px; }
  .pc-studio-photo { height: 100px; border-radius: 9px; }
  .pc-studio-name { display: block; overflow: hidden; margin-bottom: 3px; font-size: 13px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
  .pc-studio-meta { min-height: 0; margin: 2px 0; font-size: 9.5px; line-height: 1.25; }
  .pc-studio-languages { display: block; max-height: none; -webkit-line-clamp: unset; }
  .pc-studio-languages-full { display: none; }
  .pc-studio-languages-short { display: inline; }
  .pc-studio-tags { min-height: 0; flex-wrap: nowrap; overflow: hidden; gap: 3px; margin-top: 4px; }
  .pc-studio-tag { flex: 0 1 auto; max-width: 100%; padding: 3px 5px; font-size: 8px; line-height: 1.15; }
  .pc-studio-side { grid-column: auto; align-self: stretch; display: flex; min-width: 0; flex-direction: column; justify-content: flex-end; text-align: right; }
  .pc-studio-price-label { font-size: 9px; }
  .pc-studio-price { font-size: 13px; }
  .pc-studio-duration { font-size: 9px; }
  .pc-studio-cta { min-height: 30px; margin-top: 7px; border-radius: 7px; font-size: 9px; }
  .pc-map-pagination { margin-top: 10px; }
  .pc-list-view { padding: 13px; }
  .pc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .pc-grid .card-top { height: 104px; }
  .op-comparison { padding-top: 52px; }
  .op-section-head h2 { font-size: 27px; }
  .op-look-tabs { margin-bottom: 14px; }
  .op-look-rail-shell { margin-right: -12px; padding: 0; }
  .op-look-rail { gap: 11px; padding: 4px 12px 14px 0; scroll-padding-inline: 0 12px; }
  .op-look-card { flex-basis: min(68vw, 244px); }
  .op-look-arrow { display: none; }
  .op-visit { grid-template-columns: 1fr; padding: 12px; }
  .op-visit-media { min-height: 230px; }
  .op-visit-copy { padding: 12px 6px 8px; }
  .pc-promise { padding: 24px 15px; }
  .pc-promise-intro h2 { font-size: 23px; }
  .pc-promise ol { gap: 15px 9px; }
  .pc-step-label { font-size: 11px; }
  .pc-faq { padding-top: 48px; }
  .pc-faq-intro h2 { font-size: 27px; }
  .pc-faq-trigger { padding: 16px; font-size: 15px; }
  .pc-faq-panel { padding: 0 16px 20px; }
  .pc-booking-status { grid-template-columns: 1fr; }
  .pc-final { margin-top: 38px; }
  .pc-final-box { flex-direction: column; padding: 27px 20px; text-align: center; }
  .pc-final .op-primary { width: min(100%, 290px); }
}

@media (max-width: 480px) {
  .op-hero h1 { font-size: 32px; }
  .op-trust span { font-size: 11px; }
  .op-upload-bar { align-items: stretch; gap: 8px; }
  .op-upload-actions { flex: 1 1 108px; }
  .op-upload-label { flex: 1; padding-inline: 9px; font-size: 10px; }
  .op-model-picker { flex: 0 1 auto; justify-content: flex-end; }
  .op-model-option { min-width: 66px; justify-content: center; padding-right: 6px; }
  .pc-stay-locator { padding: 13px; }
  .pc-stay-locator-field { grid-template-columns: 1fr; }
  .pc-stay-locator-submit { width: 100%; }
  .op-look-card strong { min-height: 48px; font-size: 10.5px; }
}

@media (max-width: 360px) {
  .pc-studio-card { grid-template-columns: 92px minmax(0, 1fr); }
  .pc-studio-photo { height: 92px; }
  .pc-studio-side { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) 88px; gap: 8px; align-items: center; text-align: left; }
  .pc-studio-cta { margin-top: 0; }
  .pc-studio-price-block { min-width: 0; }
  .pc-studio-price { font-size: 12px; }
}
