/* Approved QPR studio direction. Isolated from existing legal-page styles. */
:root {
  color-scheme: light;
  --bg: #fff; --surface: #f4f8fc; --navy: #081329; --text: #122139;
  --muted: #536276; --border: #d8e1eb; --accent: #0065ee;
  --accent-hover: #004db9; --cyan: #57ddf5; --rose-gold: #e4ac94;
  --success: #176944; --warning: #805000; --danger: #b42332;
  --space-1: 4px; --space-2: 8px; --space-3: 16px; --space-4: 24px;
  --space-5: 32px; --space-6: 48px; --space-7: 64px; --space-8: 96px;
  --text-small: 14px; --text-body: 16px; --text-lead: 20px;
  --text-heading: 32px; --text-display: 48px;
  --radius-small: 4px; --radius-medium: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: var(--text-body); line-height: 1.6; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--accent); text-underline-offset: 4px; }
a:hover { color: var(--accent-hover); }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; border-radius: var(--radius-small); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.15; }
h1 { font-size: var(--text-display); font-weight: 750; }
h2 { font-size: var(--text-heading); font-weight: 650; }
h3 { font-size: var(--text-lead); font-weight: 650; }
.container { width: min(100% - 96px, 1248px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 16px; padding: 8px 16px; background: white; z-index: 100; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--navy); color: white; }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); }
.company-brand { color: white; display: inline-flex; align-items: baseline; gap: var(--space-2); font-size: var(--text-lead); text-decoration: none; white-space: nowrap; }
.company-brand .qpr { font-family: Georgia, "Times New Roman", serif; font-size: var(--text-heading); line-height: 1.2; border-bottom: 2px solid var(--rose-gold); }
.company-brand:hover { color: white; }
nav { display: flex; align-items: center; gap: var(--space-4); }
nav a { display: inline-flex; align-items: center; min-height: 44px; padding: var(--space-2); color: white; text-decoration: none; border-radius: var(--radius-small); }
nav a:hover { color: var(--cyan); background: #ffffff0d; }
.site-header a:focus-visible, .contact-section a:focus-visible, .site-footer a:focus-visible { outline-color: var(--cyan); }
.hero { position: relative; isolation: isolate; height: clamp(460px, 62svh, 608px); background: var(--navy); color: white; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -1; }
.hero-inner { height: 100%; display: flex; align-items: flex-start; padding-top: var(--space-7); }
.hero-copy { width: 48%; max-width: 568px; }
.hero h1 { color: white; margin-bottom: var(--space-2); }
.hero-statement { font-size: var(--text-heading); line-height: 1.2; max-width: 540px; }
.hero-description { font-size: var(--text-lead); line-height: 1.45; margin-block: var(--space-4); max-width: 480px; }
.button { display: inline-flex; gap: var(--space-3); align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px; background: var(--accent); color: white; border-radius: var(--radius-small); text-decoration: none; font-weight: 600; line-height: 1.4; transition: background 140ms ease; }
.button:hover { background: var(--accent-hover); color: white; }
.button:active { background: var(--navy); }
.hero .button:focus-visible { outline-color: white; }
.product-section { padding-block: var(--space-4) var(--space-6); text-align: center; }
.product-brand { width: min(680px, 100%); aspect-ratio: 3.86 / 1; margin: 0 auto; }
.product-brand img { width: 100%; height: 100%; object-fit: cover; font-size: var(--text-heading); }
.product-statement { font-size: var(--text-heading); line-height: 1.3; color: var(--navy); }
.pharmacy-settings { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; list-style: none; padding: 0; margin: var(--space-5) 0 var(--space-3); }
.pharmacy-settings li { font-size: var(--text-lead); padding: 0 var(--space-5); line-height: 1.4; }
.pharmacy-settings li + li { border-left: 1px solid var(--border); }
.disclosure { font-size: var(--text-small); color: var(--muted); }
.product-principle { margin-top: var(--space-5); font-size: var(--text-lead); }
.section { padding-block: var(--space-8); }
.eyebrow { font-size: var(--text-small); font-weight: 650; color: var(--muted); margin-bottom: var(--space-3); }
.approach-section { background: var(--surface); border-block: 1px solid var(--border); }
.section-intro { max-width: 650px; }
.section-intro > p:last-child { color: var(--muted); margin-top: var(--space-4); font-size: var(--text-lead); }
.approach-steps { list-style: none; padding: 0; margin: var(--space-6) 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-6); }
.approach-steps li { border-top: 1px solid var(--border); padding-top: var(--space-4); }
.step-number { display: block; color: var(--accent); font-size: var(--text-small); margin-bottom: var(--space-3); }
.approach-steps p { margin-top: var(--space-3); color: var(--muted); }
.integration-note { max-width: 860px; color: var(--muted); font-size: var(--text-small); }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: var(--space-7); }
.about-copy > p + p { margin-top: var(--space-4); }
.about-copy > p { color: var(--muted); }
.founder { border-top: 1px solid var(--border); margin-top: var(--space-5); padding-top: var(--space-5); display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: var(--space-3); }
.founder-photo { width: 64px; height: 64px; object-fit: cover; border-radius: var(--radius-medium); grid-row: 1 / 3; background: var(--surface); }
.founder p { color: var(--muted); }
.credentials { font-size: var(--text-small); margin-top: var(--space-2); }
.founder > a { display: inline-block; grid-column: 2; padding-block: var(--space-2); }
.contact-section { background: var(--navy); color: white; }
.contact-section h2 { color: white; }
.contact-section .eyebrow { color: var(--rose-gold); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-7); }
.contact-layout > div > p:not(.eyebrow) { margin-block: var(--space-4); }
.contact-details > a { display: block; width: fit-content; max-width: 100%; padding-block: var(--space-2); color: white; overflow-wrap: anywhere; }
.contact-details > a:hover { color: var(--cyan); }
.contact-details p, .contact-details address { color: #c4cedb; }
address { font-style: normal; }
.contact-note { font-size: var(--text-small); }
.addr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-3); margin-block: var(--space-4); }
.addr-card { border: 1px solid #ffffff2e; border-radius: var(--radius-medium); padding: var(--space-3); background: #ffffff0d; }
.addr-label { display: inline-block; margin-bottom: var(--space-2); padding: 3px 10px; border-radius: 999px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; background: var(--rose-gold); color: var(--navy); }
.addr-label--muted { background: #ffffff22; color: white; }
.addr-card address { color: #c4cedb; line-height: 1.45; }
.addr-card address strong { display: block; color: white; margin-bottom: 2px; }
@media (max-width: 760px) { .addr-grid { grid-template-columns: 1fr; } }
.site-footer { border-top: 1px solid #ffffff24; background: var(--navy); color: #c4cedb; padding-block: var(--space-4); font-size: var(--text-small); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: var(--space-4); }
.anchor-alias { display: block; scroll-margin-top: 100px; }
@media (max-width: 1100px) {
  .hero h1 { font-size: var(--text-heading); }
  .hero-description { font-size: var(--text-body); }
  .hero-inner { padding-top: var(--space-6); }
  .hero-copy { width: 46%; }
  .pharmacy-settings li { padding-inline: var(--space-4); }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 140px; }
  .container { width: calc(100% - 40px); }
  .header-inner { flex-wrap: wrap; justify-content: center; gap: 0; padding-top: var(--space-2); padding-bottom: var(--space-1); }
  .company-brand { justify-content: center; }
  .header-inner nav { justify-content: center; gap: var(--space-3); width: 100%; }
  .header-inner nav a { font-size: var(--text-small); }
  .hero { height: auto; display: flex; flex-direction: column; }
  .hero-inner { order: 0; padding-block: var(--space-5); }
  .hero-copy { width: 100%; max-width: 560px; }
  .hero h1 { font-size: var(--text-heading); }
  .hero-statement { font-size: var(--text-lead); max-width: 390px; }
  .hero-description { font-size: var(--text-body); margin-block: var(--space-4); }
  .hero-image { position: relative; order: 1; z-index: 0; height: 240px; width: 100%; object-fit: cover; object-position: 76% center; }
  .product-section { padding-block: var(--space-4) var(--space-5); }
  .product-statement { font-size: var(--text-lead); }
  .pharmacy-settings { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: var(--space-3); margin-top: var(--space-4); }
  .pharmacy-settings li { font-size: var(--text-body); padding-inline: var(--space-2); }
  .pharmacy-settings li:nth-child(odd) { border-left: 0; }
  .product-principle { font-size: var(--text-body); margin-top: var(--space-5); }
  .section { padding-block: var(--space-6); }
  .section-intro > p:last-child { font-size: var(--text-body); }
  .approach-steps, .about-layout, .contact-layout { grid-template-columns: 1fr; gap: var(--space-5); }
  .approach-steps { margin-block: var(--space-5); }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: var(--space-2); }
  .site-footer nav { gap: var(--space-3); }
}
@media (max-width: 380px) {
  .header-inner nav { gap: var(--space-2); }
  .hero h1 { font-size: var(--text-heading); max-width: 260px; }
  .hero-inner { padding-block: var(--space-4); }
  .hero-description { margin-block: var(--space-3); }
  .hero-image { height: 112px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
