:root {
  color-scheme: light;
  --brand-primary: #0b6074;
  --brand-secondary: #d2a44a;
  --brand-primary-soft: #e9f4f6;
  --ink: #13272d;
  --muted: #5b6d72;
  --line: #dce5e7;
  --surface: #ffffff;
  --page: #f4f7f7;
  --shadow: 0 18px 54px rgba(19, 39, 45, .09);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { min-height: 100%; background: var(--page); scroll-behavior: smooth; }

body {
  min-width: 280px;
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--brand-secondary) 13%, transparent) 0, transparent 28rem),
    linear-gradient(180deg, #fff 0, var(--page) 30rem);
  color: var(--ink);
}

button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 20;
  transform: translateY(-150%);
  border-radius: 8px;
  background: var(--ink);
  padding: 10px 14px;
  color: #fff;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.page-shell { width: min(100%, 1080px); margin: 0 auto; padding: 0 16px max(32px, env(safe-area-inset-bottom)); }

.site-header {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: max(14px, env(safe-area-inset-top)) 2px 14px;
}

.brand-lockup, .brand-copy { display: flex; min-width: 0; align-items: center; }
.brand-lockup { gap: 11px; }
.brand-copy { align-items: flex-start; flex-direction: column; line-height: 1.1; }
.brand-copy strong { max-width: min(56vw, 420px); overflow: hidden; font-size: 17px; text-overflow: ellipsis; white-space: nowrap; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }

.brand-logo-frame {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 6px;
}
.brand-logo-frame img { width: 100%; height: 100%; object-fit: contain; }

.private-label {
  flex: 0 0 auto;
  border: 1px solid color-mix(in srgb, var(--brand-primary) 24%, var(--line));
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-primary) 6%, #fff);
  padding: 7px 10px;
  color: var(--brand-primary);
  font-size: 10px;
  font-weight: 850;
}

.status-card, .hero-card, .content-section, .optician-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow);
}

.status-card {
  display: flex;
  min-height: 260px;
  align-items: flex-start;
  gap: 18px;
  justify-content: center;
  flex-direction: column;
  padding: clamp(28px, 8vw, 56px);
}
.status-card h1 { max-width: 680px; margin: 0; font-size: clamp(28px, 7vw, 46px); line-height: 1.05; }
.status-card p { max-width: 560px; margin: 12px 0 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.status-card-neutral { border-top: 5px solid var(--brand-secondary); }
.status-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--brand-primary-soft); color: var(--brand-primary); font-weight: 900; }

.loading-mark {
  width: 38px;
  height: 38px;
  border: 4px solid var(--brand-primary-soft);
  border-top-color: var(--brand-primary);
  border-radius: 50%;
  animation: turn .8s linear infinite;
}
@keyframes turn { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .loading-mark { animation: none; border-right-color: var(--brand-primary); } }

.status-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.text-button, .contact-link {
  min-height: 44px;
  border-radius: 10px;
  padding: 11px 15px;
  font-weight: 800;
  text-decoration: none;
}
.text-button { margin-top: 16px; border: 0; background: var(--brand-primary); color: #fff; cursor: pointer; }
.contact-link { display: inline-flex; align-items: center; border: 1px solid var(--brand-primary); background: var(--brand-primary); color: #fff; }
.contact-link.is-secondary { background: #fff; color: var(--brand-primary); }
.text-button:focus-visible, .contact-link:focus-visible { outline: 3px solid color-mix(in srgb, var(--brand-secondary) 60%, #fff); outline-offset: 3px; }

#lensContent { display: grid; gap: 16px; }
.hero-card { position: relative; overflow: hidden; padding: clamp(28px, 8vw, 72px) clamp(22px, 7vw, 68px); }
.hero-card::before { position: absolute; inset: 0 auto 0 0; width: 6px; background: var(--brand-secondary); content: ""; }
.hero-copy { position: relative; z-index: 1; max-width: 660px; }
.eyebrow { margin: 0 0 9px; color: var(--brand-primary); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.hero-card h1 { margin: 0; font-size: clamp(36px, 10vw, 72px); letter-spacing: -.045em; line-height: .98; }
.hero-description { max-width: 620px; margin: 20px 0 0; color: var(--muted); font-size: clamp(16px, 3.8vw, 20px); line-height: 1.6; }
.purchase-date { margin: 20px 0 0; color: var(--muted); font-size: 13px; font-weight: 750; }
.lens-quantity { display: inline-flex; margin: 18px 0 0; border: 1px solid color-mix(in srgb, var(--brand-primary) 24%, var(--line)); border-radius: 999px; background: var(--brand-primary-soft); padding: 7px 10px; color: var(--brand-primary); font-size: 11px; font-weight: 900; }
.lens-quantity + .purchase-date { margin-top: 10px; }
.lens-visual { position: absolute; right: -3%; bottom: -14%; width: min(42%, 360px); opacity: .14; }

.content-section { padding: clamp(22px, 6vw, 42px); box-shadow: 0 10px 32px rgba(19, 39, 45, .055); }
.section-heading { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 24px; }
.section-heading h2, .optician-card h2 { margin: 0; font-size: clamp(23px, 5.5vw, 34px); letter-spacing: -.025em; line-height: 1.12; }
.section-number { display: grid; flex: 0 0 auto; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: var(--brand-primary-soft); color: var(--brand-primary); font-size: 11px; font-weight: 900; }

.feature-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.feature-list li { position: relative; border-bottom: 1px solid var(--line); padding: 4px 4px 14px 30px; color: var(--ink); font-size: 15px; line-height: 1.55; }
.feature-list li:last-child { border-bottom: 0; padding-bottom: 4px; }
.feature-list li::before { position: absolute; top: 7px; left: 3px; width: 12px; height: 12px; border: 3px solid var(--brand-secondary); border-radius: 50%; content: ""; }

.item-grid { display: grid; gap: 11px; }
.info-item { border: 1px solid var(--line); border-radius: 14px; background: #fbfcfc; padding: 16px; }
.info-item strong { display: block; font-size: 15px; }
.info-item p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.info-item-benefits { display: grid; gap: 6px; margin: 11px 0 0; padding: 0 0 0 18px; color: var(--ink); font-size: 12px; line-height: 1.5; }
.info-item-benefits li::marker { color: var(--brand-secondary); }

.care-section { background: color-mix(in srgb, var(--brand-primary) 3%, #fff); }
.care-list { display: grid; gap: 12px; margin: 0; padding: 0; counter-reset: care; list-style: none; }
.care-list li { display: grid; grid-template-columns: 32px 1fr; align-items: start; gap: 12px; color: var(--ink); line-height: 1.55; counter-increment: care; }
.care-list li::before { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--brand-primary); color: #fff; content: counter(care); font-size: 11px; font-weight: 900; }

.optician-card { display: grid; gap: 20px; border-color: color-mix(in srgb, var(--brand-primary) 30%, var(--line)); padding: clamp(24px, 7vw, 46px); }
.optician-card p:not(.eyebrow) { max-width: 600px; margin: 12px 0 0; color: var(--muted); line-height: 1.55; }
.optician-card address { border-top: 1px solid var(--line); padding-top: 14px; color: var(--muted); font-size: 13px; font-style: normal; line-height: 1.5; }

.site-footer { padding: 28px 6px 10px; text-align: center; }
.site-footer p { margin: 0; color: var(--ink); font-size: 12px; font-weight: 800; }
.site-footer small { display: block; max-width: 620px; margin: 7px auto 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

[hidden] { display: none !important; }

@media (min-width: 700px) {
  .page-shell { padding-inline: 28px; }
  .site-header { min-height: 94px; }
  #lensContent { gap: 22px; }
  .item-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 30px; }
  .optician-card { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .optician-card address { grid-column: 1 / -1; }
}

@media (max-width: 420px) {
  .private-label { max-width: 102px; text-align: center; }
  .status-card { min-height: 230px; }
  .contact-actions > * { width: 100%; justify-content: center; }
}

@media print {
  body { background: #fff; }
  .site-header, .site-footer, .contact-actions, .private-label { display: none !important; }
  .page-shell { width: 100%; padding: 0; }
  .hero-card, .content-section, .optician-card { break-inside: avoid; box-shadow: none; }
}
