:root {
  --font-display: "Cormorant Garamond";
  --font-sans: "DM Sans";
  --navy: #071d2b;
  --navy-2: #0b2939;
  --teal: #197b73;
  --teal-light: #dcece8;
  --gold: #d1a35a;
  --ivory: #f7f4ed;
  --paper: #fcfbf8;
  --ink: #122733;
  --muted: #68777d;
  --line: #d9dedb;
  --white: #fff;
}

/* Laravel migration utilities and administration */
.flash-message { background: #dcece8; color: #0e5d5b; border: 1px solid #a8c9c2; padding: 14px 18px; margin: 18px auto; font-size: 12px; }
.field-error { color: #9b3d33; font-size: 10px; margin-top: 5px; }
.admin-body { background: #eef1ef; min-height: 100vh; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 235px 1fr; }
.admin-sidebar { background: var(--navy); color: white; padding: 30px 22px; display: flex; flex-direction: column; gap: 8px; }
.admin-sidebar .brand { min-width: 0; margin-bottom: 35px; }
.admin-sidebar .brand strong { font-size: 14px; }
.admin-sidebar > a:not(.brand) { color: #a9bdc1; padding: 12px 13px; font-size: 11px; border-radius: 4px; }
.admin-sidebar > a.active, .admin-sidebar > a:hover { color: white; background: rgba(255,255,255,.09); }
.admin-sidebar form { margin-top: auto; }
.admin-sidebar button { width: 100%; background: transparent; color: #a9bdc1; border: 1px solid rgba(255,255,255,.15); padding: 11px; cursor: pointer; }
.admin-main { padding: 42px; }
.admin-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; }
.admin-topbar h1 { font-family: var(--font-display), serif; font-size: 42px; margin: 0; }
.admin-card { background: white; border: 1px solid #dce1df; padding: 25px; }
.admin-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 25px; }
.admin-stat { background: white; border: 1px solid #dce1df; padding: 25px; }
.admin-stat span { color: var(--teal); text-transform: uppercase; font-size: 8px; letter-spacing: .12em; }
.admin-stat strong { display: block; font-family: var(--font-display), serif; font-size: 40px; margin-top: 8px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 11px; }
.admin-table th { text-align: left; color: #718187; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; padding: 12px; border-bottom: 1px solid var(--line); }
.admin-table td { padding: 14px 12px; border-bottom: 1px solid #e6e9e7; vertical-align: top; }
.status-pill { display: inline-block; border-radius: 50px; padding: 5px 8px; background: #e3eeea; color: #176f67; font-size: 8px; text-transform: uppercase; }
.admin-actions { display: flex; gap: 8px; }
.admin-actions a, .admin-actions button { background: transparent; border: 1px solid var(--line); padding: 7px 9px; font-size: 8px; cursor: pointer; }
.admin-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.admin-form .full { grid-column: 1 / -1; }
.admin-form label { display: flex; flex-direction: column; gap: 7px; color: #42555c; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.admin-form input, .admin-form select, .admin-form textarea { border: 1px solid var(--line); background: #fbfcfb; padding: 12px; outline: 0; font-size: 12px; }
.admin-form textarea { min-height: 125px; resize: vertical; }
.admin-form input:focus, .admin-form textarea:focus { border-color: var(--teal); }
.service-admin-form { gap: 20px 24px; }
.admin-form-section { margin: 18px -25px 0; padding: 22px 25px 15px; border-top: 1px solid var(--line); }
.admin-form-section:first-child { margin-top: -25px; border-top: 0; background: #f5f8f6; }
.admin-form-section h2 { font-family: var(--font-display), serif; font-size: 27px; font-weight: 500; margin: 0 0 6px; color: var(--navy); }
.admin-form-section p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; text-transform: none; letter-spacing: 0; }
.admin-form-section b { color: var(--teal); }
.admin-form .admin-tall-textarea { min-height: 180px; }
.admin-form .admin-section-textarea { min-height: 155px; line-height: 1.7; }
.admin-form .admin-faq-textarea { min-height: 240px; line-height: 1.7; }
.admin-sticky-save { position: sticky; bottom: 0; z-index: 5; background: rgba(255,255,255,.94); border-top: 1px solid var(--line); margin: 15px -25px -25px; padding: 18px 25px; backdrop-filter: blur(12px); }
.login-page { min-height: 100vh; background: var(--navy); display: grid; place-items: center; padding: 25px; }
.login-card { width: min(440px,100%); background: var(--paper); padding: 45px; }
.login-card h1 { font-size: 43px; margin: 35px 0 10px; }
.login-card > p { color: var(--muted); font-size: 11px; line-height: 1.6; margin-bottom: 25px; }
.login-card form { display: flex; flex-direction: column; gap: 15px; }
.login-card label { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.login-card input[type=email], .login-card input[type=password] { width: 100%; border: 1px solid var(--line); padding: 13px; margin-top: 6px; }
.pagination { display: flex; gap: 6px; margin-top: 25px; }
.pagination svg { width: 18px; }
.pagination nav > div:first-child { display: none; }
.pagination nav > div:last-child { display: flex; flex-direction: column; gap: 10px; }
.pagination nav span, .pagination nav a { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 10px; border: 1px solid var(--line); background: white; }
.admin-button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--teal); background: var(--teal); color: white; padding: 11px 16px; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; cursor: pointer; }
.admin-button.secondary { background: white; color: var(--ink); border-color: var(--line); }
.admin-notice { margin-bottom: 22px; padding: 12px 15px; background: #e3eeea; color: #176f67; font-size: 11px; }
.admin-errors { margin-bottom: 22px; padding: 14px 18px; background: #f6e4e1; color: #7e3027; font-size: 11px; }
.admin-filters { display: flex; gap: 10px; margin-bottom: 20px; }
.admin-filters input, .admin-filters select { padding: 10px; border: 1px solid var(--line); background: white; }
@media(max-width:760px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{min-height:auto}.admin-sidebar form{margin-top:20px}.admin-main{padding:24px}.admin-stats,.admin-form{grid-template-columns:1fr}.admin-form .full{grid-column:auto}}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans), sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-display), Georgia, serif; font-weight: 500; letter-spacing: -.035em; }
h2 { font-size: clamp(48px, 5vw, 72px); line-height: .98; margin-bottom: 0; }
h2 em, h1 em { color: var(--teal); font-weight: 400; }

.urgent-bar { background: #0e5d5b; color: white; font-size: 12px; letter-spacing: .01em; }
.urgent-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.urgent-inner a { font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 2px; }
.urgent-inner a span { margin-left: 8px; }

.site-header { background: rgba(252,251,248,.94); border-bottom: 1px solid rgba(18,39,51,.11); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); }
.header-inner { height: 82px; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 220px; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font-family: var(--font-display), serif; font-size: 18px; letter-spacing: .08em; font-weight: 600; line-height: 1.15; }
.brand small { color: var(--teal); font-size: 7px; letter-spacing: .23em; margin-top: 4px; font-weight: 700; }
.brand-mark { width: 36px; height: 36px; border: 1px solid var(--teal); border-radius: 50%; display: grid; place-items: center; position: relative; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; border: 1px solid var(--teal); border-radius: 50%; }
.brand-mark::before { width: 24px; height: 14px; }
.brand-mark::after { width: 14px; height: 24px; }
.brand-mark i { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 1.7vw, 27px); flex: 1; }
.main-nav a { font-size: 12px; font-weight: 600; white-space: nowrap; transition: color .2s; }
.main-nav a:hover { color: var(--teal); }
.chevron { font-size: 12px; margin-left: 3px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 54px; padding: 0 25px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .09em; font-size: 10px; font-weight: 700; transition: .25s ease; cursor: pointer; }
.button span { font-size: 16px; line-height: 0; }
.button-small { background: var(--teal); color: white; min-height: 44px; padding: 0 18px; gap: 14px; }
.button-small:hover { background: var(--navy); }
.menu-button { display: none; width: 42px; height: 42px; background: transparent; border: 1px solid var(--line); cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 1px; background: var(--ink); margin: 5px auto; }

.hero { background: var(--navy); color: white; position: relative; overflow: hidden; min-height: 780px; }
.hero::before { content: ""; position: absolute; inset: 0 0 0 58%; background: radial-gradient(circle at 55% 42%, rgba(41,147,134,.38), transparent 22%), linear-gradient(120deg, transparent, rgba(33,114,114,.28)); }
.hero-grid { position: absolute; width: 680px; height: 680px; border-radius: 50%; right: -140px; top: 20px; opacity: .13; background: repeating-radial-gradient(circle, transparent 0 41px, #6fc5b8 42px 43px); }
.hero-inner { min-height: 652px; display: grid; grid-template-columns: 53% 47%; align-items: center; position: relative; z-index: 2; }
.hero-copy { padding: 72px 0 60px; }
.eyebrow { text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .18em; color: var(--teal); display: flex; gap: 12px; align-items: center; margin-bottom: 27px; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: #8bc2ba; }
.hero h1 { font-size: clamp(61px, 6.3vw, 94px); line-height: .89; margin-bottom: 31px; }
.hero h1 em { color: #8fc6bd; }
.hero-lead { max-width: 610px; color: #bfd0d3; font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 36px; }
.button-light { background: var(--ivory); color: var(--navy); }
.button-light:hover { background: var(--gold); transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 17px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; border-bottom: 1px solid rgba(18,39,51,.35); padding-bottom: 7px; }
.light-link { color: white; border-color: rgba(255,255,255,.3); }
.play { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; display: grid; place-items: center; font-size: 8px; font-style: normal; padding-left: 2px; }
.hero-trust { display: flex; gap: 36px; margin-top: 65px; }
.hero-trust > div { display: flex; align-items: center; gap: 12px; padding-right: 36px; border-right: 1px solid rgba(255,255,255,.16); }
.hero-trust > div:last-child { border: 0; }
.hero-trust strong { font-family: var(--font-display), serif; font-size: 34px; font-weight: 500; color: #a9d0c9; }
.hero-trust span { font-size: 9px; color: #9eb2b7; line-height: 1.5; text-transform: uppercase; letter-spacing: .06em; }
.doctor-visual { height: 600px; position: relative; align-self: end; display: flex; justify-content: center; align-items: flex-end; }
.portrait-frame { width: 430px; height: 550px; border-radius: 215px 215px 0 0; overflow: hidden; position: relative; z-index: 2; background: #f3f3ef; box-shadow: 0 -2px 60px rgba(63,150,137,.2); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: saturate(.84) contrast(1.02); }
.portrait-ring { position: absolute; border: 1px solid rgba(126,196,185,.22); border-radius: 50%; }
.ring-one { width: 570px; height: 570px; bottom: -18px; }
.ring-two { width: 660px; height: 660px; bottom: -70px; }
.credential-card { position: absolute; z-index: 3; bottom: 58px; left: -10px; color: var(--navy); background: rgba(255,255,255,.94); padding: 15px 21px; display: flex; align-items: center; gap: 12px; box-shadow: 0 16px 45px rgba(0,0,0,.2); }
.credential-icon { color: var(--gold); width: 31px; height: 31px; border: 1px solid #dfe5df; border-radius: 50%; display: grid; place-items: center; }
.credential-card span:last-child { display: flex; flex-direction: column; }
.credential-card b { font-size: 10px; }
.credential-card small { color: #708087; font-size: 8px; margin-top: 4px; }
.micro-label { position: absolute; right: -50px; bottom: 160px; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 8px; letter-spacing: .25em; color: #86aaa8; }
.hero-bottom { position: absolute; bottom: 0; width: 100%; background: rgba(4,20,30,.78); border-top: 1px solid rgba(255,255,255,.08); z-index: 4; }
.affiliations { height: 92px; display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); align-items: center; gap: 30px; }
.affiliations > span { color: #6f8a91; text-transform: uppercase; font-size: 8px; letter-spacing: .18em; }
.affiliations b { color: #869a9f; font-size: 10px; line-height: 1.2; letter-spacing: .07em; }

.intro { background: var(--ivory); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px 110px; }
.intro-copy { padding-top: 53px; }
.intro-copy p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.intro-copy .large-copy { color: var(--ink); font-family: var(--font-display), serif; font-size: 24px; line-height: 1.45; }
.intro-copy .text-link { margin-top: 15px; }
.qualification-row { grid-column: 1 / -1; border-top: 1px solid #d5dad5; display: grid; grid-template-columns: repeat(4,1fr); padding-top: 30px; }
.qualification-row span { text-align: center; padding: 0 25px; border-right: 1px solid #d5dad5; font-family: var(--font-display), serif; font-size: 18px; }
.qualification-row span:last-child { border: 0; }

.conditions-section { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: 1.55fr .55fr; gap: 100px; align-items: end; margin-bottom: 55px; }
.split-heading > p { color: var(--muted); line-height: 1.75; font-size: 14px; margin-bottom: 5px; }
.filter-row { display: flex; gap: 8px; border-bottom: 1px solid var(--line); margin-bottom: 32px; }
.filter-row button { background: none; border: 0; padding: 14px 21px 16px; cursor: pointer; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; position: relative; }
.filter-row button.active { color: var(--teal); }
.filter-row button.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--teal); }
.condition-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.condition-card { padding: 32px; min-height: 315px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .3s; background: var(--paper); display: flex; flex-direction: column; }
.condition-card:hover { background: var(--navy); color: white; transform: translateY(-4px); box-shadow: 0 18px 55px rgba(5,29,43,.12); }
.condition-top { display: flex; justify-content: space-between; align-items: start; margin-bottom: 43px; }
.condition-icon { width: 50px; height: 50px; border: 1px solid #bfd1cc; border-radius: 50%; display: grid; place-items: center; color: var(--teal); font-size: 25px; }
.arrow-link { width: 29px; height: 29px; border: 1px solid var(--line); display: grid; place-items: center; font-size: 13px; }
.arrow-link:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; }
.condition-card small { text-transform: uppercase; letter-spacing: .12em; color: var(--teal); font-size: 8px; font-weight: 700; }
.condition-card h3 { font-family: var(--font-display), serif; font-size: 27px; font-weight: 500; margin: 9px 0 12px; }
.condition-card p { color: var(--muted); font-size: 12px; line-height: 1.65; margin-bottom: 20px; }
.condition-card a { margin-top: auto; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.condition-card a span { margin-left: 12px; }
.condition-card:hover p { color: #aebec2; }
.condition-card:hover .condition-icon { border-color: #4e7378; color: #8bc5bb; }
.center-action { text-align: center; margin-top: 44px; }
.button-outline { border-color: #b8c2bf; background: transparent; }
.button-outline:hover { background: var(--navy); color: white; }

.treatment-section { background: var(--navy); padding: 120px 0; color: white; overflow: hidden; }
.treatment-grid { display: grid; grid-template-columns: 36% 64%; gap: 65px; align-items: center; }
.treatment-copy h2 { font-size: clamp(45px, 4.5vw, 67px); }
.treatment-copy h2 em { color: #85bdb4; }
.treatment-copy > p { color: #a8bbc0; font-size: 13px; line-height: 1.75; margin: 25px 0 40px; }
.steps-list { border-top: 1px solid rgba(255,255,255,.13); }
.steps-list button { width: 100%; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 8px; background: none; color: #91a6ac; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); text-align: left; padding: 16px 5px; cursor: pointer; }
.steps-list button span { font-family: var(--font-display), serif; color: #617b82; }
.steps-list button b { font-size: 11px; font-weight: 500; }
.steps-list button i { font-style: normal; opacity: 0; }
.steps-list button.active { color: white; }
.steps-list button.active span { color: var(--gold); }
.steps-list button.active i { opacity: 1; }
.model-panel { background: #0a2635; border: 1px solid rgba(255,255,255,.11); box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.model-topbar { height: 43px; display: flex; justify-content: space-between; align-items: center; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.1); color: #78939a; font-size: 7px; letter-spacing: .14em; }
.eye-stage { height: 410px; position: relative; display: grid; place-items: center; overflow: hidden; perspective: 800px; background: radial-gradient(circle at center, rgba(34,121,120,.24), transparent 47%); }
.orbit { position: absolute; border: 1px solid rgba(89,182,169,.2); border-radius: 50%; animation: rotateOrbit 14s linear infinite; }
.orbit::before { content: ""; position: absolute; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; top: 16%; left: 12%; box-shadow: 0 0 15px var(--gold); }
.orbit-one { width: 360px; height: 360px; transform: rotateX(67deg) rotateZ(15deg); }
.orbit-two { width: 450px; height: 270px; transform: rotateY(65deg) rotateZ(-8deg); animation-direction: reverse; }
.eye-shadow { width: 300px; height: 40px; background: rgba(0,0,0,.38); filter: blur(16px); border-radius: 50%; position: absolute; bottom: 55px; }
.eye-model { width: 255px; height: 255px; border-radius: 50%; transform: rotateY(-14deg) rotateX(7deg); transform-style: preserve-3d; animation: eyeFloat 5s ease-in-out infinite; position: relative; z-index: 2; }
.sclera { width: 100%; height: 100%; border-radius: 50%; position: relative; overflow: hidden; background: radial-gradient(circle at 38% 35%, #fff 0 18%, #e9ece5 45%, #aebdbb 75%, #5e777c 100%); box-shadow: inset -28px -18px 45px rgba(4,31,43,.36), inset 14px 9px 30px rgba(255,255,255,.8), 0 0 50px rgba(73,158,151,.18); }
.iris { position: absolute; width: 137px; height: 137px; border-radius: 50%; top: 57px; left: 51px; background: repeating-conic-gradient(from 10deg, #246c6d 0 4deg, #78aca2 4deg 6deg, #183e4c 6deg 9deg); box-shadow: inset 0 0 22px #092833, 0 0 0 4px rgba(15,73,78,.35); transition: filter .65s, opacity .65s, transform .65s; }
.iris-lines { position: absolute; inset: 12px; border-radius: 50%; border: 2px dotted rgba(255,255,255,.25); }
.pupil { position: absolute; width: 57px; height: 57px; background: #02080b; border-radius: 50%; top: 40px; left: 40px; box-shadow: 0 0 12px rgba(0,0,0,.6); }
.eye-glint { position: absolute; width: 24px; height: 16px; border-radius: 50%; background: rgba(255,255,255,.85); filter: blur(1px); top: 22px; left: 30px; transform: rotate(-25deg); }
.cloud { position: absolute; border-radius: 50%; background: rgba(218,206,170,.4); filter: blur(7px); z-index: 5; transition: .7s; }
.cloud-one { width: 88px; height: 68px; top: 78px; left: 82px; }
.cloud-two { width: 68px; height: 75px; top: 111px; left: 106px; }
.lens-implant { position: absolute; width: 113px; height: 113px; border-radius: 50%; top: 67px; left: 63px; z-index: 7; border: 2px solid rgba(119,231,216,.65); color: rgba(156,232,222,.8); display: grid; place-items: center; font-size: 9px; letter-spacing: .15em; opacity: 0; transform: scale(.5); transition: .7s; box-shadow: 0 0 30px rgba(79,194,183,.3), inset 0 0 20px rgba(255,255,255,.18); }
.step-1 .cloud { transform: translateX(85px) scale(.3); opacity: .2; }
.step-1 .iris { filter: brightness(1.16); }
.step-1 .scan-line { opacity: 1; animation: scan 2.2s ease-in-out infinite; }
.step-2 .cloud, .step-3 .cloud { opacity: 0; transform: scale(0); }
.step-2 .lens-implant, .step-3 .lens-implant { opacity: 1; transform: scale(1); }
.step-3 .iris { filter: brightness(1.25) saturate(1.2); }
.scan-line { position: absolute; width: 330px; height: 1px; background: linear-gradient(90deg, transparent, #5ed7c8, transparent); opacity: 0; z-index: 8; box-shadow: 0 0 12px #5ed7c8; }
.anatomy-label { position: absolute; font-size: 8px; letter-spacing: .1em; color: #8eaaae; }
.anatomy-label::before { content: ""; position: absolute; width: 50px; height: 1px; background: #55787d; top: 50%; }
.label-lens { right: 37px; top: 142px; }
.label-lens::before { right: calc(100% + 8px); }
.label-incision { left: 38px; bottom: 120px; opacity: 0; transition: .4s; }
.label-incision::before { left: calc(100% + 8px); }
.step-1 .label-incision { opacity: 1; }
.model-hint { position: absolute; bottom: 15px; font-size: 7px; color: #5d7b82; letter-spacing: .08em; }
.model-caption { display: grid; grid-template-columns: 1fr 1.5fr; gap: 28px; padding: 25px 28px 21px; background: #0e3040; border-top: 1px solid rgba(255,255,255,.1); }
.model-caption small { font-size: 7px; letter-spacing: .16em; color: var(--gold); }
.model-caption h3 { font-family: var(--font-display), serif; font-size: 23px; font-weight: 500; margin: 6px 0 0; }
.model-caption p { color: #91a9ae; font-size: 11px; line-height: 1.6; margin: 0; }
.model-controls { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; }
.model-controls button { width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.17); background: transparent; color: white; cursor: pointer; }
.model-controls > div { height: 2px; background: rgba(255,255,255,.1); }
.model-controls > div span { display: block; height: 100%; background: var(--gold); transition: width .3s; }
@keyframes eyeFloat { 0%,100% { transform: rotateY(-14deg) rotateX(7deg) translateY(0); } 50% { transform: rotateY(-6deg) rotateX(3deg) translateY(-8px); } }
@keyframes rotateOrbit { to { rotate: 360deg; } }
@keyframes scan { 0%,100% { transform: translateY(-100px); opacity: 0; } 50% { opacity: 1; } 100% { transform: translateY(100px); opacity: 0; } }

.patient-section { background: var(--ivory); }
.patient-grid { display: grid; grid-template-columns: 1.08fr .92fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.patient-feature { padding: 34px; min-height: 440px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 28px; }
.patient-number { position: absolute; top: 28px; left: 31px; font-family: var(--font-display), serif; color: var(--teal); }
.calendar-art { height: 265px; background: var(--navy); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 15px 18px 0 #d9e6e1; position: relative; }
.calendar-art::before { content: ""; width: 60%; height: 8px; background: repeating-linear-gradient(90deg, var(--gold) 0 3px, transparent 3px 14px); position: absolute; top: -4px; }
.calendar-art span, .calendar-art small { color: #83a19f; font-size: 7px; letter-spacing: .16em; }
.calendar-art strong { font-family: var(--font-display), serif; font-size: 82px; color: #d9eae6; line-height: 1; font-weight: 400; }
.patient-feature > div:last-child > small { color: var(--teal); font-weight: 700; font-size: 7px; letter-spacing: .12em; }
.patient-feature h3 { font-family: var(--font-display), serif; font-size: 30px; font-weight: 500; margin: 10px 0; }
.patient-feature p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.patient-feature a, .patient-links a { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.patient-links { display: grid; grid-template-rows: repeat(5, 1fr); }
.patient-links a { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; padding: 0 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .2s; }
.patient-links a:hover { background: var(--teal); color: white; padding-left: 35px; }
.patient-links span { color: var(--teal); font-family: var(--font-display), serif; font-size: 16px; }
.patient-links a:hover span { color: #a9d8d1; }
.patient-links i { font-style: normal; font-size: 14px; }

.emergency-section { background: #89513d; color: white; padding: 70px 0; }
.emergency-grid { display: grid; grid-template-columns: 75px 1.1fr .9fr; gap: 45px; align-items: center; }
.emergency-icon { width: 62px; height: 62px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display), serif; font-size: 35px; }
.emergency-section h2 { font-size: 48px; line-height: 1; }
.emergency-section p { color: #efdcd4; font-size: 13px; line-height: 1.7; }

.locations-section { background: var(--paper); }
.locations-layout { display: grid; grid-template-columns: 43% 57%; min-height: 500px; }
.location-list { border-top: 1px solid var(--line); }
.location-card { display: grid; grid-template-columns: 42px 1fr auto; gap: 15px; padding: 22px 24px; border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); transition: .25s; }
.location-card.active, .location-card:hover { background: var(--navy); color: white; }
.location-index { color: var(--teal); font-family: var(--font-display), serif; }
.location-card small { font-size: 7px; text-transform: uppercase; letter-spacing: .12em; color: var(--teal); }
.location-card h3 { font-family: var(--font-display), serif; font-size: 25px; font-weight: 500; margin: 4px 0; }
.location-card p { white-space: pre-line; color: var(--muted); font-size: 10px; line-height: 1.5; margin: 0 0 8px; }
.location-card.active p, .location-card:hover p { color: #9eb2b7; }
.location-card div > a { font-size: 10px; font-weight: 700; }
.map-arrow { width: 28px; height: 28px; border: 1px solid rgba(126,140,142,.4); display: grid; place-items: center; font-size: 12px; }
.map-panel { position: relative; overflow: hidden; background: #dce9e5; border: 1px solid var(--line); }
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(7,29,43,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(7,29,43,.045) 1px, transparent 1px); background-size: 32px 32px; transform: rotate(8deg) scale(1.2); }
.road { position: absolute; height: 7px; background: rgba(255,255,255,.8); border: 1px solid rgba(125,152,151,.18); transform-origin: left; }
.road-a { width: 680px; top: 48%; left: -30px; transform: rotate(-18deg); }
.road-b { width: 600px; top: 15%; left: 17%; transform: rotate(72deg); }
.road-c { width: 450px; top: 72%; left: 17%; transform: rotate(-57deg); }
.water-label { position: absolute; right: 25px; top: 45%; color: rgba(30,107,105,.22); font-family: var(--font-display), serif; font-size: 34px; letter-spacing: .18em; transform: rotate(-12deg); }
.map-pin { position: absolute; display: flex; align-items: center; gap: 8px; font-size: 8px; font-weight: 700; color: var(--navy); }
.map-pin i { width: 18px; height: 18px; background: var(--teal); border: 4px solid white; outline: 1px solid var(--teal); border-radius: 50%; box-shadow: 0 4px 10px rgba(0,0,0,.16); }
.pin-randwick { right: 16%; top: 43%; }
.pin-parramatta { left: 40%; top: 45%; }
.pin-castle { left: 37%; top: 22%; }
.pin-liverpool { left: 27%; bottom: 20%; }
.map-key { position: absolute; left: 25px; right: 25px; bottom: 22px; background: rgba(255,255,255,.92); padding: 13px 18px; display: flex; justify-content: space-between; }
.map-key span { font-family: var(--font-display), serif; font-size: 17px; }
.map-key b { font-size: 7px; text-transform: uppercase; letter-spacing: .12em; align-self: center; color: var(--muted); }

.referrer-section { background: var(--teal); color: white; padding: 100px 0; overflow: hidden; }
.referrer-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 100px; align-items: center; }
.referrer-art { height: 330px; position: relative; display: grid; place-items: center; }
.referrer-art::before, .referrer-art::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.referrer-art::before { width: 430px; height: 430px; }
.referrer-art::after { width: 310px; height: 310px; }
.letter { width: 215px; height: 265px; background: var(--ivory); color: var(--navy); padding: 32px; position: relative; z-index: 2; transform: rotate(-5deg); box-shadow: 25px 30px 50px rgba(0,0,0,.16); }
.letter span { font-family: var(--font-display), serif; font-size: 33px; }
.letter i { display: block; width: 100%; height: 1px; background: #bdc8c5; margin-top: 26px; }
.letter i:nth-of-type(2) { width: 78%; }
.letter i:nth-of-type(3) { width: 57%; }
.letter b { width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: white; display: grid; place-items: center; position: absolute; right: 22px; bottom: 23px; }
.secure-badge { position: absolute; z-index: 3; bottom: 7px; right: 43px; background: var(--navy); padding: 11px 15px; font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.referrer-section h2 { font-size: 65px; }
.referrer-section h2 em { color: #c5e1dc; }
.referrer-section p { color: #d1e5e2; font-size: 14px; line-height: 1.8; max-width: 550px; margin: 28px 0; }
.referrer-actions { display: flex; align-items: center; gap: 30px; }

.library-section { background: var(--ivory); }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.article-card { position: relative; }
.article-image { height: 255px; position: relative; display: grid; place-items: center; overflow: hidden; }
.article-image::before, .article-image::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.28); width: 230px; height: 230px; }
.article-image::after { width: 145px; height: 145px; }
.article-image.teal { background: radial-gradient(circle, #3c9d92, #0e5f5d); }
.article-image.amber { background: radial-gradient(circle, #e3bc75, #9d6938); }
.article-image.blue { background: radial-gradient(circle, #557b91, #173a4e); }
.article-eye { font-size: 70px; color: rgba(255,255,255,.86); z-index: 2; }
.article-image small { position: absolute; bottom: 15px; left: 17px; color: rgba(255,255,255,.8); font-size: 6px; letter-spacing: .15em; z-index: 3; }
.article-meta { display: flex; justify-content: space-between; text-transform: uppercase; color: var(--teal); font-size: 7px; letter-spacing: .12em; font-weight: 700; padding-top: 18px; }
.article-meta span:last-child { color: var(--muted); }
.article-card h3 { font-family: var(--font-display), serif; font-size: 27px; line-height: 1.1; font-weight: 500; margin: 13px 40px 12px 0; }
.article-card p { color: var(--muted); font-size: 11px; line-height: 1.65; margin-right: 30px; }
.article-card > a { position: absolute; right: 0; bottom: 3px; width: 31px; height: 31px; border: 1px solid #b9c3bf; display: grid; place-items: center; font-size: 13px; }

.appointment-section { background: var(--paper); padding: 0 0 110px; }
.appointment-card { background: var(--navy); color: white; padding: 70px 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 85px; position: relative; overflow: hidden; }
.appointment-card::after { content: ""; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; position: absolute; left: -180px; bottom: -320px; }
.appointment-card h2 { font-size: 57px; }
.appointment-card h2 em { color: #91c4bc; }
.appointment-card p { color: #a9bdc1; font-size: 12px; line-height: 1.75; margin-top: 25px; }
.appointment-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; position: relative; z-index: 2; }
.appointment-form label { display: flex; flex-direction: column; gap: 7px; }
.appointment-form label:nth-child(3) { grid-column: 1 / -1; }
.appointment-form label span { font-size: 7px; text-transform: uppercase; letter-spacing: .13em; color: #9fb1b5; }
.appointment-form input, .appointment-form select { height: 47px; padding: 0 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); color: white; outline: none; font-size: 11px; }
.appointment-form input:focus, .appointment-form select:focus { border-color: #7bb7ad; }
.appointment-form input::placeholder { color: #7b9297; }
.button-gold { background: var(--gold); color: var(--navy); margin-top: 7px; }
.appointment-form > small { color: #718b91; font-size: 7px; line-height: 1.5; align-self: center; }
.appointment-invite { position: relative; z-index: 2; display: grid; grid-template-columns: 130px 1fr; gap: 28px; align-items: center; }
.appointment-invite-orbit { width: 125px; height: 125px; position: relative; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: grid; place-items: center; }
.appointment-invite-orbit::before { content: ""; position: absolute; inset: 18px; border: 1px dashed rgba(121,203,190,.4); border-radius: 50%; animation: rotateOrbit 12s linear infinite; }
.appointment-invite-orbit i { position: absolute; inset: 35px; border-radius: 50%; background: radial-gradient(circle at 35% 30%,#a8ddd4,#197b73 60%,#0b3b43); box-shadow: 0 0 28px rgba(93,211,194,.25); }
.appointment-invite-orbit b { z-index: 2; color: white; font-family: var(--font-display),serif; font-size: 18px; }
.appointment-invite > div > small { color: #76b9af; font-size: 7px; letter-spacing: .13em; }
.appointment-invite h3 { font-family: var(--font-display),serif; font-size: 28px; font-weight: 500; margin: 9px 0; }
.appointment-invite p { margin: 0; font-size: 10px; }
.appointment-invite > a { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.14); padding-top: 17px; display: flex; justify-content: space-between; align-items: center; }
.appointment-invite > a small { color: #799399; font-size: 8px; }
.appointment-invite > a b { font-family: var(--font-display),serif; color: #d9e8e5; font-size: 20px; font-weight: 500; }

/* Global 3D appointment dialog */
html.modal-open { overflow: hidden; }
.appointment-modal { width: min(1120px,calc(100% - 32px)); max-width: none; max-height: min(860px,calc(100dvh - 32px)); margin: auto; padding: 0; border: 0; overflow: visible; background: transparent; color: var(--ink); }
.appointment-modal::backdrop { background: rgba(2,15,23,.82); backdrop-filter: blur(9px); animation: modalBackdropIn .35s ease both; }
.appointment-modal-stage { perspective: 1600px; max-height: min(860px,calc(100dvh - 32px)); overflow-y: auto; box-shadow: 0 40px 120px rgba(0,0,0,.55); }
.appointment-modal-card { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; min-height: 690px; background: var(--paper); transform-origin: 50% 45%; transform: rotateX(12deg) rotateY(-5deg) translateY(35px) scale(.94); opacity: 0; }
.appointment-modal[open] .appointment-modal-card { animation: appointmentCardIn .58s cubic-bezier(.16,.85,.28,1) forwards; }
.appointment-modal-close { position: absolute; z-index: 8; top: 18px; right: 18px; width: 42px; height: 42px; border: 1px solid var(--line); background: rgba(252,251,248,.9); font-family: var(--font-display),serif; font-size: 26px; line-height: 1; cursor: pointer; transition: .2s; }
.appointment-modal-close:hover,.appointment-modal-close:focus-visible { background: var(--navy); color: white; transform: rotate(8deg); }
.appointment-modal-visual { position: relative; min-height: 690px; padding: 48px 44px 38px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; color: white; background: radial-gradient(circle at 50% 28%,#175b5b 0,#0b303b 35%,#071d2b 72%); }
.appointment-modal-visual::after { content: ""; position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(#b6ece2 1px,transparent 1px),linear-gradient(90deg,#b6ece2 1px,transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(to bottom,#000,transparent 65%); }
.modal-eye-orbit { position: absolute; left: 50%; top: 33%; border: 1px solid rgba(151,226,214,.22); border-radius: 50%; transform: translate(-50%,-50%) rotateX(66deg); }
.modal-eye-orbit.orbit-outer { width: 360px; height: 360px; }
.modal-eye-orbit.orbit-inner { width: 260px; height: 260px; border-style: dashed; animation: modalOrbit 16s linear infinite; }
.modal-eye-3d { position: absolute; width: 205px; height: 205px; left: 50%; top: 32%; transform-style: preserve-3d; transform: translate(-50%,-50%) rotateX(-7deg) rotateY(-16deg); animation: modalEyeFloat 5.5s ease-in-out infinite; z-index: 2; }
.modal-eye-sphere { position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle at 30% 24%,rgba(255,255,255,.85),rgba(187,231,224,.48) 18%,rgba(91,167,163,.4) 43%,rgba(4,34,45,.82) 75%); border: 1px solid rgba(207,247,239,.55); box-shadow: inset -25px -18px 42px rgba(0,15,26,.66),inset 15px 10px 25px rgba(255,255,255,.2),0 35px 55px rgba(0,0,0,.4),0 0 45px rgba(95,211,194,.23); }
.modal-eye-iris { position: absolute; width: 104px; height: 104px; left: 25px; top: 48px; border-radius: 50%; background: repeating-conic-gradient(#93d7ca 0 4deg,#14766f 5deg 9deg,#4ca89d 10deg 13deg); border: 4px solid rgba(229,251,247,.55); box-shadow: inset 0 0 24px #062a35,0 0 25px rgba(86,221,199,.45); transform: rotateY(-2deg); }
.modal-eye-iris::after { content: ""; position: absolute; inset: 29px; border-radius: 50%; background: #020e16; box-shadow: inset 5px 4px 12px #000; }
.modal-eye-iris i { position: absolute; z-index: 2; left: 23px; top: 17px; width: 17px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.76); transform: rotate(-25deg); }
.modal-scan { position: absolute; width: 2px; height: 230px; left: 50%; top: -12px; background: linear-gradient(transparent,#68e1d1 18%,#68e1d1 82%,transparent); box-shadow: 0 0 15px #68e1d1; animation: modalScan 3s ease-in-out infinite; }
.modal-visual-copy { position: relative; z-index: 3; }
.modal-visual-copy > span { color: #80c9be; font-size: 7px; letter-spacing: .15em; }
.modal-visual-copy h2 { font-size: 44px; line-height: .95; margin: 12px 0 18px; }
.modal-visual-copy h2 em { color: #91cbc1; }
.modal-visual-copy p { color: #a2b9bd; font-size: 10px; line-height: 1.7; }
.modal-trust { position: relative; z-index: 3; display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 18px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.14); }
.modal-trust span { color: #8da7ac; font-size: 7px; letter-spacing: .05em; }
.appointment-modal-content { padding: 57px 58px 45px; background: var(--paper); }
.modal-form-heading h2 { font-size: 48px; margin: 9px 0 10px; }
.modal-form-heading > p { color: var(--muted); font-size: 10px; line-height: 1.65; max-width: 520px; }
.modal-appointment-form { margin-top: 28px; gap: 14px; }
.modal-appointment-form label:nth-child(3) { grid-column: auto; }
.modal-appointment-form label > span { color: #5f7379; }
.modal-appointment-form input,.modal-appointment-form select { height: 48px; background: white; border: 1px solid var(--line); color: var(--ink); }
.modal-appointment-form input::placeholder { color: #98a5a8; }
.modal-appointment-form input:focus,.modal-appointment-form select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(25,123,115,.08); }
.form-honeypot { position: absolute !important; left: -9999px !important; }
.modal-consent { display: grid !important; grid-template-columns: 18px 1fr; align-items: start; gap: 9px !important; margin-top: 4px; }
.modal-consent input { width: 16px; height: 16px; margin: 0; accent-color: var(--teal); }
.modal-consent span { line-height: 1.5; text-transform: none !important; letter-spacing: 0 !important; }
.modal-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 3px; }
.modal-submit-row .button { border: 0; cursor: pointer; }
.modal-submit-row > a { display: flex; flex-direction: column; text-align: right; }
.modal-submit-row small { color: var(--muted); font-size: 7px; }
.modal-submit-row b { font-family: var(--font-display),serif; font-size: 18px; font-weight: 500; }
.modal-error { background: #f5e5df; color: #86422f; padding: 10px 13px; font-size: 9px; margin-top: 15px; }
@keyframes appointmentCardIn { to { opacity:1; transform:rotateX(0) rotateY(0) translateY(0) scale(1); } }
@keyframes modalBackdropIn { from{opacity:0} to{opacity:1} }
@keyframes modalOrbit { from{transform:translate(-50%,-50%) rotateX(66deg) rotateZ(0)} to{transform:translate(-50%,-50%) rotateX(66deg) rotateZ(360deg)} }
@keyframes modalEyeFloat { 0%,100%{transform:translate(-50%,-50%) rotateX(-7deg) rotateY(-16deg) translateY(0)} 50%{transform:translate(-50%,-50%) rotateX(-3deg) rotateY(4deg) translateY(-9px)} }
@keyframes modalScan { 0%,100%{transform:translateX(-72px);opacity:.18} 50%{transform:translateX(72px);opacity:.82} }

footer { background: #061722; color: white; padding: 75px 0 25px; }
.footer-top { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 65px; padding-bottom: 65px; }
.brand.inverse .brand-mark, .brand.inverse .brand-mark::before, .brand.inverse .brand-mark::after { border-color: #79b1a8; }
.footer-brand p { color: #7f979d; font-size: 11px; line-height: 1.7; max-width: 250px; margin-top: 22px; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-top h4 { color: #7fc0b6; text-transform: uppercase; letter-spacing: .14em; font-size: 8px; margin: 0 0 10px; }
.footer-top a, .footer-top span { color: #95a8ad; font-size: 10px; line-height: 1.6; }
.footer-top a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 23px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; color: #61777d; font-size: 7px; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom > span:last-child { text-align: right; }

.chat-launcher { position: fixed; right: 24px; bottom: 22px; z-index: 70; border: 0; background: var(--teal); color: white; box-shadow: 0 12px 35px rgba(0,0,0,.22); display: flex; align-items: center; gap: 12px; padding: 9px 16px 9px 9px; cursor: pointer; }
.chat-launcher > span { width: 33px; height: 33px; background: white; color: var(--teal); border-radius: 50%; display: grid; place-items: center; }
.chat-launcher b { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.chat-panel { position: fixed; z-index: 69; right: 24px; bottom: 82px; width: 350px; background: white; box-shadow: 0 18px 70px rgba(0,0,0,.24); transform: translateY(15px) scale(.97); opacity: 0; pointer-events: none; transition: .25s; }
.chat-panel.open { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
.chat-head { background: var(--navy); color: white; display: flex; justify-content: space-between; padding: 17px; }
.chat-head > div { display: flex; gap: 10px; align-items: center; }
.chat-avatar { width: 35px; height: 35px; border-radius: 50%; background: var(--teal); display: grid; place-items: center; font-family: var(--font-display), serif; font-size: 19px; }
.chat-head span span { display: flex; flex-direction: column; }
.chat-head b { font-size: 11px; }
.chat-head small { color: #8ba2a7; font-size: 7px; margin-top: 3px; }
.chat-head small i { display: inline-block; width: 5px; height: 5px; background: #5ac8a8; border-radius: 50%; margin-right: 5px; }
.chat-head button { background: transparent; color: white; border: 0; font-size: 21px; cursor: pointer; }
.chat-body { background: #f4f6f3; padding: 16px; max-height: 390px; overflow-y: auto; }
.bot-message { background: white; border: 1px solid #e0e5e1; padding: 13px; font-size: 10px; line-height: 1.55; color: #53666d; margin-bottom: 11px; }
.bot-message.answer { border-left: 3px solid var(--teal); }
.suggestion-label { display: block; color: var(--muted); font-size: 7px; text-transform: uppercase; letter-spacing: .1em; margin: 14px 0 7px; }
.chat-body button { width: 100%; background: white; border: 1px solid #dce2df; display: flex; justify-content: space-between; padding: 10px 11px; margin-top: 6px; font-size: 9px; cursor: pointer; }
.chat-body button:hover { border-color: var(--teal); color: var(--teal); }
.chat-foot { padding: 12px; display: grid; grid-template-columns: 1fr 35px; gap: 7px; }
.chat-foot input { height: 38px; border: 1px solid var(--line); padding: 0 10px; font-size: 9px; outline: none; }
.chat-foot button { border: 0; background: var(--teal); color: white; cursor: pointer; }
.chat-foot small { grid-column: 1 / -1; color: #9b5b43; font-size: 7px; text-align: center; }

@media (max-width: 1100px) {
  .main-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; background: var(--paper); padding: 25px; flex-direction: column; border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .menu-button { display: block; }
  .header-inner { justify-content: space-between; }
  .header-cta { margin-left: auto; }
  .hero-inner { grid-template-columns: 57% 43%; }
  .portrait-frame { width: 380px; }
  .credential-card { left: -50px; }
  .treatment-grid { grid-template-columns: 38% 62%; gap: 35px; }
  .footer-top { gap: 35px; }
}

@media (max-width: 820px) {
  .section { padding: 85px 0; }
  .urgent-inner { justify-content: center; text-align: center; padding: 8px 0; }
  .urgent-inner > span { display: none; }
  .hero { min-height: auto; }
  .hero-inner { display: flex; flex-direction: column; }
  .hero-copy { width: 100%; padding-bottom: 25px; }
  .doctor-visual { width: 100%; height: 520px; }
  .hero-bottom { position: relative; }
  .affiliations { grid-template-columns: repeat(2,1fr); height: auto; padding: 25px 0; }
  .affiliations > span { grid-column: 1 / -1; }
  .intro-grid, .split-heading, .treatment-grid, .emergency-grid, .referrer-grid, .appointment-card { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .split-heading { gap: 25px; }
  .condition-grid { grid-template-columns: repeat(2,1fr); }
  .treatment-copy { max-width: 560px; }
  .patient-grid, .locations-layout { grid-template-columns: 1fr; }
  .map-panel { height: 440px; }
  .emergency-grid { gap: 25px; }
  .emergency-icon { display: none; }
  .referrer-art { order: 2; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-card:last-child { display: none; }
  .appointment-card { gap: 45px; padding: 58px; }
  .appointment-modal-card { grid-template-columns: 1fr; }
  .appointment-modal-visual { min-height: 360px; padding: 30px; }
  .modal-eye-3d { top: 41%; transform: translate(-50%,-50%) scale(.72); }
  .modal-eye-orbit { top: 42%; transform: translate(-50%,-50%) rotateX(66deg) scale(.7); }
  .modal-visual-copy { max-width: 390px; }
  .modal-visual-copy h2 { font-size: 36px; }
  .modal-visual-copy p,.modal-trust { display: none; }
  .appointment-modal-content { padding: 42px 35px; }
  .footer-top { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 2 / -1; }
  .footer-bottom { grid-template-columns: 1fr; text-align: center; }
  .footer-bottom div { justify-content: center; }
  .footer-bottom > span:last-child { text-align: center; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 30px, 1180px); }
  .site-header .brand { min-width: 0; }
  .brand strong { font-size: 15px; }
  .header-cta { display: none; }
  .hero h1 { font-size: 57px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 22px; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 0; justify-content: space-between; }
  .hero-trust > div { padding-right: 10px; border: 0; flex-direction: column; align-items: flex-start; }
  .hero-trust strong { font-size: 28px; }
  .hero-trust span { font-size: 7px; }
  .doctor-visual { height: 455px; }
  .portrait-frame { width: 315px; height: 430px; }
  .credential-card { left: 0; bottom: 24px; }
  .micro-label { display: none; }
  h2 { font-size: 45px; }
  .intro-grid { gap: 40px; }
  .qualification-row { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .qualification-row span:nth-child(2) { border: 0; }
  .condition-grid { grid-template-columns: 1fr; }
  .filter-row { overflow-x: auto; }
  .filter-row button { white-space: nowrap; }
  .treatment-section { padding: 80px 0; }
  .eye-stage { height: 350px; }
  .eye-model { width: 210px; height: 210px; }
  .iris { width: 112px; height: 112px; top: 49px; left: 42px; }
  .pupil { width: 48px; height: 48px; top: 32px; left: 32px; }
  .lens-implant { width: 94px; height: 94px; top: 58px; left: 51px; }
  .model-caption { grid-template-columns: 1fr; }
  .model-controls { grid-column: auto; }
  .patient-feature { grid-template-columns: 1fr; padding-top: 70px; }
  .calendar-art { width: 80%; margin-inline: auto; }
  .emergency-section h2 { font-size: 40px; }
  .referrer-section h2, .appointment-card h2 { font-size: 45px; }
  .referrer-actions { flex-direction: column; align-items: flex-start; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card:last-child { display: block; }
  .appointment-card { padding: 45px 25px; }
  .appointment-invite { grid-template-columns: 85px 1fr; }
  .appointment-invite-orbit { width: 82px; height: 82px; }
  .appointment-invite-orbit::before { inset: 12px; }
  .appointment-invite-orbit i { inset: 24px; }
  .appointment-form { grid-template-columns: 1fr; }
  .appointment-form label:nth-child(3) { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-top > div:last-child { grid-column: 1 / -1; }
  .chat-panel { width: calc(100% - 30px); right: 15px; }
  .chat-launcher { right: 15px; }
  .appointment-modal { width: 100%; max-height: 100dvh; }
  .appointment-modal-stage { max-height: 100dvh; }
  .appointment-modal-card { min-height: 100dvh; }
  .appointment-modal-visual { min-height: 235px; }
  .modal-eye-3d { top: 42%; transform: translate(-50%,-50%) scale(.5); }
  .modal-eye-orbit { top: 43%; transform: translate(-50%,-50%) rotateX(66deg) scale(.48); }
  .modal-visual-copy h2 { font-size: 31px; max-width: 280px; }
  .appointment-modal-content { padding: 35px 22px 45px; }
  .modal-form-heading h2 { font-size: 39px; padding-right: 35px; }
  .modal-appointment-form { grid-template-columns: 1fr; }
  .modal-submit-row { align-items: stretch; flex-direction: column; }
  .modal-submit-row > a { text-align: left; }
}

/* Patient information */
.patient-page section { scroll-margin-top: 138px; }
.patient-hero { position: relative; overflow: hidden; background: var(--navy); color: white; min-height: 690px; }
.patient-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 77% 48%, rgba(32,139,125,.24), transparent 34%); }
.patient-hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.08fr .72fr; gap: 95px; align-items: center; position: relative; z-index: 2; }
.patient-hero h1 { font-family: var(--font-display), serif; font-size: clamp(66px,7vw,102px); line-height: .88; font-weight: 500; letter-spacing: -.045em; margin: 17px 0 28px; }
.patient-hero h1 em { color: #8cc9bf; }
.patient-hero-grid > div:first-child > p { max-width: 660px; color: #b2c5c9; font-size: 15px; line-height: 1.8; }
.patient-hero-orbit { position: absolute; border: 1px solid rgba(123,205,192,.16); border-radius: 50%; right: -120px; top: -70px; width: 650px; height: 650px; }
.patient-hero-orbit.orbit-two { width: 480px; height: 480px; right: -35px; top: 20px; border-style: dashed; animation: rotateOrbit 25s linear infinite; }
.care-promise { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(10px); padding: 40px; }
.care-promise > small { display: block; color: #80c6ba; letter-spacing: .14em; font-size: 7px; margin: 25px 0 10px; }
.care-promise > strong { display: block; font-family: var(--font-display),serif; font-size: 32px; line-height: 1.12; font-weight: 500; }
.care-promise > p { color: #9fb5ba; font-size: 10px; line-height: 1.75; margin: 22px 0 25px; }
.care-promise > div { border-top: 1px solid rgba(255,255,255,.12); padding: 14px 0; font-size: 10px; }
.care-promise > div span { color: #82c6bb; font-family: var(--font-display),serif; margin-right: 18px; }
.care-pulse { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; background: #e4efeb; color: var(--teal); font-size: 26px; box-shadow: 0 0 0 12px rgba(255,255,255,.05); }
.patient-first { background: var(--ivory); }
.patient-first-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 105px; }
.patient-first h2 { margin: 18px 0 28px; }
.patient-lead { font-family: var(--font-display),serif; font-size: 23px; line-height: 1.5; color: #38515a; }
.visit-path { border-top: 1px solid var(--line); }
.visit-path article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.visit-path article > span { color: var(--teal); font-family: var(--font-display),serif; font-size: 18px; }
.visit-path h3 { font-family: var(--font-display),serif; font-weight: 500; font-size: 23px; margin: 0 0 5px; }
.visit-path p { color: var(--muted); font-size: 10px; line-height: 1.65; margin: 0; }
.patient-prepare { background: #0d716b; color: white; padding: 52px 0; }
.prepare-grid { display: grid; grid-template-columns: .55fr 1fr .65fr; gap: 55px; align-items: center; }
.prepare-grid h2 { font-size: 42px; margin: 10px 0 0; }
.prepare-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 25px; }
.prepare-list span { font-size: 9px; line-height: 1.5; color: #d1e6e2; }
.prepare-grid > p { color: #b7d6d1; font-size: 9px; line-height: 1.7; margin: 0; border-left: 1px solid rgba(255,255,255,.2); padding-left: 28px; }
.patient-tech { background: var(--paper); }
.tech-stage { margin-top: 65px; display: grid; grid-template-columns: .55fr 1.45fr; min-height: 560px; background: var(--navy); color: white; overflow: hidden; }
.tech-core { position: relative; display: grid; place-items: center; align-content: center; background: radial-gradient(circle,rgba(40,146,132,.3),transparent 57%); }
.patient-eye-scene { width: 100%; height: 360px; position: relative; display: grid; place-items: center; perspective: 900px; cursor: grab; touch-action: pan-y; overflow: hidden; }
.patient-eye-scene:active { cursor: grabbing; }
.patient-eye-scene::before,.patient-eye-scene::after { content: ""; position: absolute; width: 310px; height: 310px; border: 1px solid rgba(133,206,195,.2); border-radius: 50%; transform: rotateX(67deg); }
.patient-eye-scene::after { width: 245px; height: 245px; border-style: dashed; animation: rotateOrbit 18s linear infinite; }
.patient-eye-tilt { --eye-x: 5deg; --eye-y: -12deg; width: 255px; height: 255px; transform-style: preserve-3d; transform: rotateX(var(--eye-x)) rotateY(var(--eye-y)); transition: transform .12s ease-out; position: relative; z-index: 2; }
.eye-anatomy-3d { width: 100%; height: 100%; position: relative; transform-style: preserve-3d; animation: patientEyeFloat 5s ease-in-out infinite; }
.eye-globe-3d { position: absolute; inset: 8px; border-radius: 50%; transform: translateZ(0); background: radial-gradient(circle at 34% 28%,rgba(255,255,255,.68),rgba(161,221,215,.22) 22%,rgba(45,119,120,.18) 52%,rgba(6,28,39,.48) 76%); border: 1px solid rgba(184,233,226,.48); box-shadow: inset -28px -18px 45px rgba(0,17,27,.55),inset 18px 12px 30px rgba(255,255,255,.2),0 32px 48px rgba(0,0,0,.35); transition: .4s ease; }
.eye-iris-3d { position: absolute; width: 126px; height: 126px; left: 64px; top: 64px; border-radius: 50%; transform: translateZ(104px); background: repeating-conic-gradient(from 5deg,#77c8bb 0 4deg,#1f716f 5deg 8deg,#a9d8cd 9deg 11deg); border: 5px solid rgba(210,241,234,.6); box-shadow: 0 0 28px rgba(77,198,181,.45),inset 0 0 25px #0a343d; transition: .4s ease; }
.eye-iris-3d::after { content: ""; position: absolute; inset: 35px; border-radius: 50%; background: #03131d; box-shadow: inset 8px 5px 15px #000,0 0 0 2px rgba(142,213,202,.25); }
.eye-iris-3d i { position: absolute; width: 20px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.72); left: 28px; top: 24px; transform: rotate(-25deg); z-index: 3; filter: blur(.5px); }
.eye-lens-3d { position: absolute; width: 74px; height: 122px; left: 90px; top: 66px; border-radius: 50%; transform: translateZ(40px) rotateY(90deg); background: radial-gradient(ellipse,rgba(239,239,194,.65),rgba(151,210,199,.15) 68%); border: 1px solid rgba(225,244,217,.6); box-shadow: 0 0 25px rgba(232,233,174,.2); opacity: .38; transition: .45s ease; }
.eye-retina-3d { position: absolute; width: 194px; height: 194px; left: 30px; top: 30px; border-radius: 50%; transform: translateZ(-88px) rotateY(180deg); background: radial-gradient(circle at 57% 50%,#3d2028 0 7%,#b66352 9%,#813d3c 48%,#351f2b 78%); border: 2px solid rgba(239,151,105,.45); box-shadow: inset 20px 8px 38px rgba(255,182,115,.26),0 0 25px rgba(221,118,82,.12); opacity: .48; transition: .45s ease; }
.eye-retina-3d::before { content: ""; position: absolute; width: 125px; height: 3px; left: 18px; top: 94px; background: #d0795f; transform: rotate(16deg); box-shadow: 18px 18px 0 -1px #a94c48,24px -19px 0 -1px #a94c48; }
.eye-nerve-3d { position: absolute; width: 125px; height: 44px; left: 151px; top: 106px; border-radius: 50%; transform: translateZ(-70px) rotateY(-18deg); background: linear-gradient(90deg,#d5a176,#876056); box-shadow: 0 10px 22px rgba(0,0,0,.25); opacity: .7; }
.eye-scan-plane { position: absolute; left: 116px; top: 1px; width: 2px; height: 252px; transform: translateZ(120px); background: linear-gradient(transparent,#74e2d3 15%,#74e2d3 85%,transparent); box-shadow: 0 0 16px #74e2d3; opacity: .48; animation: eyeScan 3.5s ease-in-out infinite; }
.layer-cornea .eye-globe-3d { border-color: #b9f2e8; box-shadow: inset -28px -18px 45px rgba(0,17,27,.55),inset 18px 12px 30px rgba(255,255,255,.25),0 0 38px rgba(85,213,195,.3),0 32px 48px rgba(0,0,0,.35); }
.layer-lens .eye-lens-3d { opacity: 1; transform: translateZ(55px) rotateY(72deg) scale(1.16); box-shadow: 0 0 35px rgba(235,228,155,.58); }
.layer-lens .eye-iris-3d { opacity: .32; }
.layer-retina .eye-retina-3d { opacity: 1; transform: translateZ(-58px) rotateY(160deg) scale(1.08); box-shadow: 0 0 40px rgba(224,112,76,.38); }
.layer-retina .eye-globe-3d,.layer-retina .eye-iris-3d { opacity: .28; }
.eye-drag-hint { position: absolute; bottom: 16px; font-family: var(--font-sans),sans-serif !important; font-size: 6px !important; color: #6f9498 !important; letter-spacing: .16em; }
.eye-layer-controls { width: calc(100% - 48px); display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.13); z-index: 3; }
.eye-layer-controls button { border: 0; border-right: 1px solid rgba(255,255,255,.13); background: transparent; color: #7f9da1; padding: 11px 6px; font-size: 7px; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
.eye-layer-controls button:last-child { border-right: 0; }
.eye-layer-controls button.active,.eye-layer-controls button:hover { background: #147a72; color: white; }
.eye-layer-copy { padding: 17px 24px 23px; min-height: 94px; }
.eye-layer-copy small { color: #8ecbc1; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.eye-layer-copy p { color: #869fa4; font-size: 9px; line-height: 1.55; margin: 7px 0 0; }
@keyframes patientEyeFloat { 0%,100%{transform:translateY(0) rotateZ(-1deg)} 50%{transform:translateY(-10px) rotateZ(1deg)} }
@keyframes eyeScan { 0%,100%{transform:translateZ(120px) translateX(-72px);opacity:.16} 50%{transform:translateZ(120px) translateX(72px);opacity:.75} }
.tech-cards { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid rgba(255,255,255,.12); }
.tech-cards article { padding: 40px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; justify-content: flex-end; min-height: 280px; }
.tech-cards small { color: #72bdb2; font-size: 7px; letter-spacing: .14em; margin-bottom: auto; }
.tech-cards h3 { font-family: var(--font-display),serif; font-size: 27px; font-weight: 500; margin: 28px 0 10px; }
.tech-cards p { color: #98aeb3; font-size: 10px; line-height: 1.7; margin: 0; }
.equipment-note { margin: 22px 0 0; color: var(--muted); font-size: 9px; line-height: 1.7; }
.patient-safety { background: #0a282f; color: white; }
.safety-grid { display: grid; grid-template-columns: .7fr 1.15fr; gap: 100px; align-items: center; }
.safety-visual { min-height: 510px; display: grid; place-items: center; align-content: center; position: relative; background: radial-gradient(circle,rgba(38,150,133,.25),transparent 58%); }
.safety-rings { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: repeating-radial-gradient(circle,transparent 0 42px,rgba(121,200,188,.2) 43px 44px); }
.safety-shield { position: relative; z-index: 2; width: 125px; height: 145px; display: grid; place-items: center; font-size: 48px; color: #9cd4ca; background: rgba(255,255,255,.06); clip-path: polygon(50% 0,92% 16%,85% 70%,50% 100%,15% 70%,8% 16%); }
.safety-visual small { z-index: 2; color: #729a9f; letter-spacing: .14em; margin-top: 24px; }
.safety-grid h2 { margin: 14px 0 28px; }
.safety-grid h2 em { color: #8bc6bc; }
.safety-grid > div:last-child > p { color: #a7bcc0; line-height: 1.8; font-size: 12px; }
.safety-checks { border-top: 1px solid rgba(255,255,255,.15); margin-top: 28px; }
.safety-checks > div { display: grid; grid-template-columns: 70px 1fr; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.safety-checks span { color: #86c6bb; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.safety-checks p { margin: 0; color: #c1d0d2; font-size: 10px; line-height: 1.6; }
.no-promise { border-left: 2px solid var(--gold); padding-left: 16px; margin-top: 24px; font-size: 9px !important; }
.patient-recovery { background: var(--ivory); }
.recovery-timeline { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 65px; border-top: 1px solid var(--line); }
.recovery-timeline article { min-height: 285px; padding: 28px 25px; border-right: 1px solid var(--line); }
.recovery-timeline article > div { display: flex; justify-content: space-between; align-items: center; }
.recovery-timeline article > div span { color: var(--teal); font-family: var(--font-display),serif; font-size: 19px; }
.recovery-timeline article > div i { display: block; width: 8px; height: 8px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 8px #deebe7; }
.recovery-timeline small { display: block; color: var(--teal); font-size: 7px; text-transform: uppercase; letter-spacing: .12em; margin-top: 62px; }
.recovery-timeline h3 { font-family: var(--font-display),serif; font-weight: 500; font-size: 21px; line-height: 1.4; margin-top: 11px; }
.recovery-alert { background: #8b513d; color: white; margin-top: 35px; padding: 26px 30px; display: grid; grid-template-columns: 42px 1fr auto; gap: 20px; align-items: center; }
.recovery-alert > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.recovery-alert b { font-family: var(--font-display),serif; font-size: 18px; font-weight: 500; }
.recovery-alert p { color: #f0d5c8; font-size: 9px; line-height: 1.6; margin: 5px 0 0; }
.recovery-alert a { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; }
.patient-fees { background: var(--paper); }
.fees-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.fee-cards { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fee-cards article { min-height: 290px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fee-cards span { color: var(--teal); font-family: var(--font-display),serif; }
.fee-cards h3 { font-family: var(--font-display),serif; font-size: 27px; font-weight: 500; margin: 55px 0 13px; }
.fee-cards p { color: var(--muted); font-size: 10px; line-height: 1.75; }
@media(max-width:900px){.patient-hero-grid,.patient-first-grid,.tech-stage,.safety-grid,.fees-grid{grid-template-columns:1fr}.patient-hero-grid{padding:80px 0}.care-promise{max-width:600px}.prepare-grid{grid-template-columns:1fr}.prepare-grid>p{border-left:0;padding-left:0}.tech-core{min-height:540px}.recovery-timeline{grid-template-columns:1fr 1fr}.fee-cards{grid-template-columns:1fr 1fr}}
@media(max-width:580px){.patient-hero h1{font-size:55px}.care-promise{padding:28px}.tech-cards,.recovery-timeline,.fee-cards{grid-template-columns:1fr}.tech-cards article{min-height:240px}.tech-core{min-height:330px}.prepare-list{grid-template-columns:1fr}.safety-visual{min-height:380px}.recovery-alert{grid-template-columns:40px 1fr}.recovery-alert a{grid-column:2}.patient-subnav{top:82px}}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Service library */
.service-page { background: var(--paper); }
.service-site-header .header-inner { gap: 26px; }
.service-nav { display: flex; align-items: center; justify-content: center; gap: 24px; flex: 1; }
.service-nav a { font-size: 11px; font-weight: 600; white-space: nowrap; position: relative; padding: 32px 0 29px; }
.service-nav a:hover, .service-nav a.active { color: var(--teal); }
.service-nav a.active::after { content: ""; height: 2px; background: var(--teal); position: absolute; left: 0; right: 0; bottom: 0; }
.service-header-cta { flex: 0 0 auto; }
.service-hero { min-height: 665px; background: var(--navy); color: white; position: relative; overflow: hidden; }
.service-hero::before { content: ""; position: absolute; inset: 0 0 0 58%; background: radial-gradient(circle at 42% 45%, rgba(54,156,142,.24), transparent 38%); }
.service-hero-rings { position: absolute; width: 700px; height: 700px; right: -220px; top: -30px; border-radius: 50%; opacity: .12; background: repeating-radial-gradient(circle, transparent 0 44px, #63b9ac 45px 46px); }
.service-breadcrumb { position: relative; z-index: 2; padding-top: 26px; display: flex; align-items: center; gap: 12px; color: #789197; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.service-breadcrumb a:hover { color: white; }
.service-breadcrumb b { color: #b5c7ca; font-weight: 500; }
.service-hero-grid { min-height: 580px; display: grid; grid-template-columns: 48% 52%; align-items: center; gap: 50px; position: relative; z-index: 2; padding-bottom: 38px; }
.service-hero h1, .hub-hero h1 { font-family: var(--font-display), serif; font-size: clamp(64px, 6.7vw, 101px); line-height: .88; font-weight: 500; letter-spacing: -.04em; margin: 0 0 27px; }
.service-hero-grid > div:first-child > p { color: #b3c6ca; line-height: 1.75; font-size: 15px; max-width: 580px; }
.service-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.urgency-pill { display: inline-flex; align-items: center; gap: 8px; margin-top: 35px; border: 1px solid rgba(255,255,255,.14); padding: 10px 14px; color: #9db1b6; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.urgency-pill i { width: 7px; height: 7px; background: #80c3af; border-radius: 50%; box-shadow: 0 0 0 4px rgba(128,195,175,.12); }
.urgency-pill b { color: white; }
.urgency-urgent i { background: #e59672; box-shadow: 0 0 0 4px rgba(229,150,114,.14); }
.urgency-urgent b { color: #f1b091; }
.service-visual { height: 465px; position: relative; display: grid; place-items: center; perspective: 850px; overflow: hidden; }
.visual-grid { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(#8dd0c6 1px, transparent 1px), linear-gradient(90deg, #8dd0c6 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(circle, #000, transparent 70%); }
.retina-orbit { position: absolute; border: 1px solid rgba(124,203,190,.2); border-radius: 50%; animation: rotateOrbit 16s linear infinite; }
.retina-orbit::after { content: ""; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; position: absolute; top: 10%; left: 21%; box-shadow: 0 0 15px var(--gold); }
.orbit-a { width: 390px; height: 390px; transform: rotateX(68deg) rotateZ(20deg); }
.orbit-b { width: 470px; height: 270px; transform: rotateY(64deg) rotateZ(-8deg); animation-direction: reverse; }
.retina-model { width: 295px; height: 295px; border-radius: 50%; padding: 15px; transform: rotateY(-15deg) rotateX(8deg); animation: retinaFloat 6s ease-in-out infinite; position: relative; z-index: 2; background: linear-gradient(145deg, rgba(255,255,255,.42), rgba(12,66,70,.16)); border: 1px solid rgba(154,221,210,.32); box-shadow: 0 30px 60px rgba(0,0,0,.34), inset -15px -10px 30px rgba(0,0,0,.2); }
.retina-surface { width: 100%; height: 100%; border-radius: 50%; overflow: hidden; position: relative; background: radial-gradient(circle at 50% 50%, #b97658 0 8%, #b55e49 20%, #873f3c 60%, #3f2935 100%); box-shadow: inset 20px 15px 35px rgba(255,187,122,.22), inset -23px -20px 45px rgba(21,15,28,.52); }
.optic-disc { position: absolute; width: 48px; height: 59px; border-radius: 50%; background: radial-gradient(circle at 35% 40%, #ffe4a8, #d69c68 55%, #9d594b); left: 33px; top: 105px; box-shadow: 0 0 15px rgba(255,197,127,.35); }
.macula-point { position: absolute; width: 30px; height: 30px; border-radius: 50%; right: 74px; top: 115px; background: radial-gradient(circle, #512c36, #7d3738 45%, transparent 72%); z-index: 3; }
.vessel { position: absolute; display: block; height: 4px; width: 175px; background: linear-gradient(90deg, #cb795d, #822e35); left: 57px; top: 132px; transform-origin: left; border-radius: 50%; z-index: 2; box-shadow: 0 1px 1px rgba(35,8,17,.45); }
.vessel::after, .vessel::before { content: ""; position: absolute; height: 2px; width: 85px; background: #a44743; left: 50px; transform-origin: left; border-radius: 50%; }
.vessel::before { transform: rotate(30deg); }
.vessel::after { transform: rotate(-28deg); }
.vessel-a { transform: rotate(5deg); }
.vessel-b { transform: rotate(50deg); width: 135px; }
.vessel-c { transform: rotate(-48deg); width: 145px; }
.vessel-d { transform: rotate(103deg); width: 112px; }
.pathology { position: absolute; opacity: 0; z-index: 5; }
.membrane-layer, .injection-line, .retinal-flap, .fluid-layer { position: absolute; opacity: 0; z-index: 6; }
.visual-caption { position: absolute; bottom: 8px; font-size: 7px; color: #5f8188; letter-spacing: .15em; }
.visual-label { position: absolute; color: #82a1a5; font-size: 7px; letter-spacing: .13em; }
.visual-label::before { content: ""; position: absolute; height: 1px; width: 45px; background: #4b7175; top: 50%; }
.label-macula { right: 28px; top: 43%; }
.label-macula::before { right: calc(100% + 8px); }
.label-optic { left: 22px; bottom: 31%; }
.label-optic::before { left: calc(100% + 8px); }
.visual-diabetic .pathology { opacity: 1; width: 9px; height: 9px; border-radius: 50%; background: #e5b467; box-shadow: 20px 22px 0 #d89c61, 43px -16px 0 #ebbd72, -24px 38px 0 #d08d55, 68px 38px 0 #f0c77c, -36px -20px 0 #be5148; }
.visual-diabetic .path-one { left: 105px; top: 74px; }.visual-diabetic .path-two { right: 62px; bottom: 65px; }.visual-diabetic .path-three { left: 70px; bottom: 49px; }
.visual-cataract .retina-surface { filter: blur(1.6px) saturate(.55); }
.visual-cataract .retina-surface::after { content: ""; position: absolute; inset: 32px; border-radius: 50%; background: rgba(237,226,182,.48); filter: blur(13px); z-index: 8; }
.visual-amd .pathology { opacity: 1; width: 13px; height: 13px; border-radius: 50%; background: #e9bd75; box-shadow: 18px 9px 0 #dca963, -20px 17px 0 #f1ca83, 8px -22px 0 #ca914f, 29px -15px 0 #e7b568; }
.visual-amd .path-one { right: 75px; top: 111px; }
.visual-membrane .membrane-layer { opacity: .65; width: 145px; height: 128px; border-radius: 50%; right: 31px; top: 68px; background: repeating-linear-gradient(77deg, transparent 0 9px, rgba(215,242,235,.5) 10px 11px); border: 1px solid rgba(211,244,238,.55); transform: rotate(9deg); filter: drop-shadow(0 0 8px rgba(165,235,224,.3)); }
.visual-hole .macula-point { width: 42px; height: 42px; background: #190e19; border: 7px solid #8f4945; box-shadow: 0 0 0 5px rgba(255,176,108,.16); }
.visual-floaters .pathology { opacity: .8; width: 18px; height: 10px; border-radius: 50%; background: #251a27; filter: blur(1px); box-shadow: 35px 36px 0 #332330, -43px 24px 0 #281b28, 21px -47px 0 #37252e; }
.visual-floaters .path-one { left: 116px; top: 69px; }.visual-floaters .path-two { right: 49px; bottom: 56px; }.visual-floaters .path-three { left: 67px; bottom: 81px; }
.visual-injection .injection-line { opacity: 1; width: 180px; height: 3px; background: linear-gradient(90deg, #d6d9d7 0 72%, #65b6aa 72%); right: -37px; top: 58px; transform: rotate(-34deg); transform-origin: right; box-shadow: 0 0 10px rgba(111,205,190,.5); }
.visual-injection .injection-line::after { content: ""; width: 10px; height: 10px; background: #77cfc2; border-radius: 50%; position: absolute; left: -4px; top: -4px; box-shadow: 0 0 18px #77cfc2; }
.visual-vein .vessel { background: linear-gradient(90deg, #e37d5c, #56243b); height: 7px; }
.visual-vein .vessel-a::after { height: 7px; background: #53233a; box-shadow: 6px 0 0 #2b1b2e; }
.visual-haemorrhage .retina-surface::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 58% 38%, rgba(62,7,20,.82), transparent 27%), radial-gradient(ellipse at 38% 70%, rgba(86,12,21,.72), transparent 33%); z-index: 7; filter: blur(3px); }
.visual-detachment .retinal-flap { opacity: .88; width: 175px; height: 108px; right: -13px; bottom: 4px; border-radius: 60% 0 50% 0; background: linear-gradient(150deg, #bc6955, #5b2938); border-top: 2px solid #e29a72; transform: rotate(-8deg) translateZ(15px); box-shadow: 0 -9px 24px rgba(22,8,18,.5); }
.visual-serous .fluid-layer { opacity: .8; width: 110px; height: 50px; right: 37px; top: 98px; border-radius: 50%; background: rgba(66,159,160,.45); border: 1px solid rgba(144,231,219,.75); box-shadow: 0 0 22px rgba(83,197,184,.4), inset 0 8px 15px rgba(255,255,255,.12); }
@keyframes retinaFloat { 0%,100% { transform: rotateY(-15deg) rotateX(8deg) translateY(0); } 50% { transform: rotateY(-5deg) rotateX(4deg) translateY(-9px); } }
.service-subnav { position: sticky; top: 82px; z-index: 40; background: rgba(252,251,248,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.service-subnav > div { display: flex; justify-content: center; gap: 48px; overflow-x: auto; }
.service-subnav a { padding: 17px 0 15px; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; white-space: nowrap; }
.service-subnav a:hover { color: var(--teal); }
.service-subnav ~ section[id] { scroll-margin-top: 150px; }
.service-overview { background: var(--ivory); }
.service-overview-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: start; }
.service-overview h2 { font-size: clamp(51px, 5vw, 73px); }
.service-intro > p { font-family: var(--font-display), serif; font-size: clamp(22px, 2vw, 28px); line-height: 1.5; color: #334a53; margin-bottom: 35px; }
.review-stamp { border-top: 1px solid var(--line); padding-top: 23px; display: flex; align-items: center; gap: 13px; }
.review-stamp > span { width: 35px; height: 35px; border: 1px solid #a8c9c2; border-radius: 50%; display: grid; place-items: center; color: var(--teal); }
.review-stamp div { display: flex; flex-direction: column; gap: 4px; }
.review-stamp b { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.review-stamp small { color: var(--muted); font-size: 8px; }
.quick-facts { margin-top: 75px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.quick-facts > div { min-height: 155px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px; display: flex; flex-direction: column; }
.quick-facts span { font-family: var(--font-display), serif; color: var(--teal); font-size: 19px; }
.quick-facts small { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 7px; margin-top: 24px; }
.quick-facts b { font-family: var(--font-display), serif; font-size: 19px; font-weight: 500; margin-top: 8px; }
.symptom-section { background: var(--paper); }
.symptom-grid { display: grid; grid-template-columns: .8fr 1fr .72fr; gap: 55px; align-items: start; }
.symptom-copy h2 { font-size: clamp(48px, 4.8vw, 69px); }
.symptom-copy > p { color: var(--muted); font-size: 12px; line-height: 1.75; margin-top: 28px; max-width: 370px; }
.symptom-list { border-top: 1px solid var(--line); }
.symptom-list > div { min-height: 65px; display: grid; grid-template-columns: 44px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.symptom-list span { font-family: var(--font-display), serif; color: var(--teal); }
.symptom-list p { margin: 0; font-size: 12px; }
.urgent-card { background: #f4eee8; color: var(--navy); padding: 30px; position: relative; border: 1px solid #dfcfc2; border-top: 4px solid #b96d52; box-shadow: 12px 14px 0 #edf1ee; }
.urgent-card-icon { width: 44px; height: 44px; border: 1px solid #c98970; color: #a94f34; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display), serif; font-size: 24px; margin-bottom: 27px; }
.urgent-card small { color: #9b563d; font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.urgent-card h3 { font-family: var(--font-display), serif; font-size: 25px; font-weight: 500; margin: 7px 0 17px; }
.urgent-card ul { margin: 0 0 24px; padding: 0; list-style: none; }
.urgent-card li { border-top: 1px solid #ddcec5; padding: 10px 0 10px 15px; font-size: 9px; line-height: 1.45; position: relative; }
.urgent-card li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: #b75d42; position: absolute; left: 0; top: 15px; }
.urgent-card > a { color: #8e422d; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; border-bottom: 1px solid #c99b88; padding-bottom: 5px; }
.urgent-card > a span { margin-left: 12px; }
.urgent-card > p { font-size: 7px; color: #e4bcae; line-height: 1.5; margin: 20px 0 0; }
.cause-section { background: var(--navy); color: white; }
.cause-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: center; }
.cause-grid h2 { font-size: clamp(49px, 5vw, 70px); }
.cause-grid h2 em { color: #8fc6bd; }
.cause-grid > div:first-child > p { color: #9db2b7; line-height: 1.75; font-size: 12px; margin-top: 28px; }
.risk-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.risk-grid > div { min-height: 96px; padding: 20px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); display: flex; flex-direction: column; justify-content: space-between; gap: 14px; }
.risk-grid span { color: var(--gold); font-family: var(--font-display), serif; }
.risk-grid b { color: #d8e2e3; font-size: 10px; font-weight: 500; }
.diagnosis-section { background: var(--ivory); }
.diagnosis-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.diagnosis-grid article { padding: 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 290px; display: flex; flex-direction: column; position: relative; }
.diagnosis-grid > article > span { position: absolute; right: 20px; top: 18px; font-family: var(--font-display), serif; color: #9fb2ae; }
.diagnostic-icon { width: 52px; height: 52px; border: 1px solid #accbc4; color: var(--teal); border-radius: 50%; display: grid; place-items: center; font-style: normal; font-size: 24px; margin-bottom: 40px; }
.diagnosis-grid h3 { font-family: var(--font-display), serif; font-size: 24px; line-height: 1.1; font-weight: 500; margin-bottom: 13px; }
.diagnosis-grid p { color: var(--muted); font-size: 10px; line-height: 1.7; }
.treatment-options-section { background: var(--paper); }
.treatment-option-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.treatment-option-grid article { min-height: 245px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: .25s; }
.treatment-option-grid article:hover { background: var(--teal); color: white; }
.treatment-option-grid article > small { display: inline-block; background: var(--teal-light); color: var(--teal); font-size: 7px; text-transform: uppercase; letter-spacing: .1em; padding: 7px 9px; margin-bottom: 30px; }
.treatment-option-number { position: absolute; top: 28px; right: 30px; font-family: var(--font-display), serif; color: var(--teal); font-size: 20px; }
.treatment-option-grid h3 { font-family: var(--font-display), serif; font-weight: 500; font-size: 29px; margin-bottom: 12px; }
.treatment-option-grid p { color: var(--muted); font-size: 11px; line-height: 1.7; max-width: 520px; }
.treatment-option-grid article > a { font-size: 8px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; position: absolute; bottom: 27px; }
.treatment-option-grid article > a span { margin-left: 11px; }
.treatment-option-grid article:hover p { color: #d2e4e1; }
.treatment-option-grid article:hover .treatment-option-number { color: #a3d5cc; }
.journey-section { background: #0c6e68; color: white; padding: 110px 0; overflow: hidden; }
.journey-layout { display: grid; grid-template-columns: .7fr 1fr .65fr; gap: 60px; align-items: center; }
.journey-heading h2 { font-size: clamp(52px, 5vw, 70px); }
.journey-heading h2 em { color: #c3e0da; }
.journey-heading > p { color: #c2ded9; font-size: 11px; line-height: 1.75; margin-top: 25px; }
.journey-steps { border-top: 1px solid rgba(255,255,255,.2); }
.journey-steps article { display: grid; grid-template-columns: 40px 1fr; gap: 10px; padding: 18px 3px; border-bottom: 1px solid rgba(255,255,255,.2); }
.journey-steps span { font-family: var(--font-display), serif; color: #9dd1c8; }
.journey-steps h3 { font-family: var(--font-display), serif; font-size: 20px; font-weight: 500; margin: 0 0 5px; }
.journey-steps p { color: #b7d7d2; font-size: 9px; line-height: 1.6; margin: 0; }
.journey-orbit { height: 310px; position: relative; display: grid; place-items: center; }
.journey-orbit > i { position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; width: 300px; height: 300px; }
.journey-orbit > i:nth-child(2) { width: 225px; height: 225px; border-style: dashed; animation: rotateOrbit 18s linear infinite; }
.journey-orbit > span { width: 145px; height: 145px; border-radius: 50%; background: var(--navy); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 15px; font-family: var(--font-display), serif; font-size: 19px; box-shadow: 0 18px 40px rgba(0,0,0,.2); }
.journey-orbit small { display: block; color: #799a9e; font-family: var(--font-sans), sans-serif; font-size: 6px; line-height: 1.5; letter-spacing: .1em; margin-top: 7px; }
.recovery-section { background: var(--ivory); }
.recovery-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.recovery-list { border-top: 1px solid var(--line); }
.recovery-list > div { display: grid; grid-template-columns: 55px 1fr; min-height: 82px; align-items: center; border-bottom: 1px solid var(--line); }
.recovery-list span { font-family: var(--font-display), serif; color: var(--teal); font-size: 18px; }
.recovery-list p { margin: 0; color: #3e535b; font-size: 12px; line-height: 1.6; }
.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.faq-grid > div:first-child > p { color: var(--muted); font-size: 11px; line-height: 1.7; max-width: 380px; margin-top: 25px; }
.faq-grid details { border-top: 1px solid var(--line); }
.faq-grid details:last-child { border-bottom: 1px solid var(--line); }
.faq-grid summary { min-height: 76px; display: grid; grid-template-columns: 45px 1fr 30px; align-items: center; cursor: pointer; list-style: none; font-family: var(--font-display), serif; font-size: 21px; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary > span { color: var(--teal); font-size: 16px; }
.faq-grid summary i { width: 27px; height: 27px; border: 1px solid var(--line); display: grid; place-items: center; font-style: normal; font-family: var(--font-sans), sans-serif; font-size: 13px; }
.faq-grid details[open] summary i { transform: rotate(45deg); }
.faq-grid details > p { color: var(--muted); font-size: 11px; line-height: 1.75; margin: -3px 35px 25px 45px; }
.related-section { background: var(--ivory); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.related-grid > a { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: .25s; }
.related-grid > a:hover { background: var(--navy); color: white; transform: translateY(-4px); }
.related-grid small { color: var(--teal); text-transform: uppercase; letter-spacing: .1em; font-size: 7px; }
.related-grid > a > span { position: absolute; right: 24px; top: 25px; color: #9eb1ad; font-family: var(--font-display), serif; }
.related-grid h3 { font-family: var(--font-display), serif; font-weight: 500; font-size: 27px; margin: 50px 30px 12px 0; }
.related-grid p { color: var(--muted); font-size: 10px; line-height: 1.6; }
.related-grid > a > i { position: absolute; right: 25px; bottom: 23px; font-style: normal; }
.related-grid > a:hover p { color: #9db1b6; }
.sources-section { background: #e9ede9; padding: 35px 0; border-top: 1px solid var(--line); }
.sources-grid { display: grid; grid-template-columns: .6fr 1.4fr 1fr; gap: 50px; align-items: start; }
.sources-grid > div { display: flex; flex-direction: column; gap: 6px; }
.sources-grid b { font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.sources-grid span, .sources-grid p { color: var(--muted); font-size: 8px; line-height: 1.6; }
.sources-grid ol { padding: 0; margin: 0; list-style-position: inside; }
.sources-grid li { color: var(--teal); font-size: 8px; line-height: 1.8; }
.sources-grid p { margin: 0; }
.service-cta { background: var(--navy); color: white; padding: 85px 0; }
.service-cta-inner { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 100px; }
.service-cta h2 { font-size: clamp(50px, 5vw, 69px); }
.service-cta h2 em { color: #8dc1b8; }
.service-cta-inner > div:last-child > p { color: #9eb3b8; font-size: 12px; line-height: 1.75; }
.service-call { display: inline-block; color: #91abae; font-size: 9px; margin-left: 20px; border-bottom: 1px solid #536e73; padding-bottom: 5px; }

/* Services hub */
.hub-hero { min-height: 510px; background: var(--navy); color: white; position: relative; overflow: hidden; }
.hub-orbit { width: 640px; height: 640px; border-radius: 50%; position: absolute; right: -110px; top: -250px; opacity: .14; background: repeating-radial-gradient(circle, transparent 0 42px, #6ac0b3 43px 44px); }
.hub-hero-grid { min-height: 425px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 110px; align-items: center; position: relative; z-index: 2; }
.hub-hero h1 { font-size: clamp(70px, 7.6vw, 110px); }
.hub-hero h1 em { color: #8cc4ba; }
.hub-hero-grid > p { color: #afc2c6; line-height: 1.8; font-size: 15px; }
.hub-services { background: var(--ivory); }
.hub-filter { border-bottom: 1px solid var(--line); padding-bottom: 20px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 70px; }
.hub-filter > span { font-family: var(--font-display), serif; font-size: 23px; }
.hub-filter > div { display: flex; gap: 25px; }
.hub-filter a { font-size: 8px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: var(--teal); }
.hub-group { scroll-margin-top: 160px; margin-bottom: 85px; }
.hub-group-heading { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 23px; }
.hub-group-heading span { font-family: var(--font-display), serif; font-size: 35px; }
.hub-group-heading b { color: var(--muted); font-size: 7px; letter-spacing: .13em; }
.hub-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.hub-card-grid > a { min-height: 340px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px; display: flex; flex-direction: column; transition: .25s; }
.hub-card-grid > a:hover { background: var(--navy); color: white; transform: translateY(-4px); box-shadow: 0 20px 50px rgba(7,29,43,.14); }
.hub-card-grid > a > div { display: flex; justify-content: space-between; margin-bottom: 57px; }
.hub-card-number { font-family: var(--font-display), serif; font-size: 21px; color: var(--teal); }
.hub-card-grid i { font-style: normal; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); }
.hub-card-grid small { color: var(--teal); text-transform: uppercase; font-size: 7px; letter-spacing: .11em; font-weight: 700; }
.hub-card-grid h2 { font-size: 31px; line-height: 1; margin: 10px 0 15px; }
.hub-card-grid p { color: var(--muted); font-size: 10px; line-height: 1.7; }
.hub-card-grid > a > b { margin-top: auto; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.hub-card-grid > a > b span { margin-left: 10px; }
.hub-card-grid > a:hover p { color: #9eb2b7; }

/* Eye health library */
.blog-hero { background: var(--navy); color: white; position: relative; overflow: hidden; }
.blog-hero-orbit { width: 720px; height: 720px; border-radius: 50%; position: absolute; right: -180px; top: -320px; opacity: .13; background: repeating-radial-gradient(circle, transparent 0 47px, #6ac0b3 48px 49px); }
.blog-hero-grid { min-height: 490px; display: grid; grid-template-columns: 1.15fr .7fr; gap: 115px; align-items: center; position: relative; z-index: 2; }
.blog-hero h1, .article-hero h1 { font-family: var(--font-display), Georgia, serif; font-weight: 500; letter-spacing: -.04em; margin: 0; }
.blog-hero h1 { font-size: clamp(65px, 7vw, 104px); line-height: .9; }
.blog-hero h1 em { color: #8fc6bd; font-weight: 400; }
.blog-hero-grid > div:last-child > p { color: #b0c2c6; font-size: 14px; line-height: 1.8; }
.blog-search { margin-top: 32px; height: 57px; border: 1px solid rgba(255,255,255,.23); display: flex; align-items: center; gap: 14px; padding: 0 18px; }
.blog-search span { font-family: var(--font-display), serif; font-size: 25px; color: #8fc6bd; }
.blog-search input { background: transparent; color: white; border: 0; outline: 0; flex: 1; font-size: 11px; }
.blog-search input::placeholder { color: #8ca0a5; }
.blog-category-nav { background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 82px; z-index: 35; }
.blog-category-nav > div { min-height: 58px; display: flex; align-items: center; gap: 35px; overflow-x: auto; }
.blog-category-nav a { flex: 0 0 auto; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.blog-category-nav a:first-child { color: var(--teal); }
.featured-story { background: var(--ivory); }
.blog-section-label { border-bottom: 1px solid var(--line); padding-bottom: 18px; display: flex; justify-content: space-between; margin-bottom: 38px; text-transform: uppercase; letter-spacing: .13em; font-size: 8px; }
.blog-section-label span { color: var(--teal); font-weight: 700; }
.blog-section-label b { color: #8d999d; }
.featured-story-card { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--paper); border: 1px solid var(--line); transition: .3s ease; }
.featured-story-card:hover { transform: translateY(-4px); box-shadow: 0 22px 60px rgba(7,29,43,.1); }
.blog-artwork { min-height: 360px; position: relative; overflow: hidden; display: grid; place-items: center; color: rgba(255,255,255,.9); }
.blog-artwork.teal { background: linear-gradient(135deg, #0e635f, #31968a); }
.blog-artwork.amber { background: linear-gradient(135deg, #a46d34, #e0b86f); }
.blog-artwork.blue { background: linear-gradient(135deg, #173e52, #56829a); }
.blog-artwork.sage { background: linear-gradient(135deg, #496c5d, #91aa84); }
.blog-artwork.plum { background: linear-gradient(135deg, #523b56, #9b7181); }
.blog-artwork.slate { background: linear-gradient(135deg, #314c59, #7d999e); }
.blog-rings { width: 62%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; position: absolute; }
.blog-rings::before, .blog-rings::after { content: ""; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; position: absolute; inset: 18%; }
.blog-rings::after { inset: 37%; background: rgba(255,255,255,.08); }
.blog-artwork > span { position: relative; z-index: 2; font-family: var(--font-display), serif; font-size: 56px; }
.blog-artwork > small { position: absolute; left: 25px; bottom: 22px; font-size: 7px; letter-spacing: .16em; }
.featured-story-copy { padding: 58px; position: relative; display: flex; flex-direction: column; align-items: flex-start; }
.featured-story-copy h2 { font-size: clamp(43px, 4vw, 60px); line-height: .97; margin: 30px 0 23px; }
.featured-story-copy > p { color: var(--muted); font-size: 13px; line-height: 1.75; max-width: 490px; }
.article-review { display: flex; gap: 12px; align-items: center; margin-top: 20px; }
.article-review > span { width: 34px; height: 34px; border: 1px solid #a8c9c2; border-radius: 50%; display: grid; place-items: center; color: var(--teal); }
.article-review div { display: flex; flex-direction: column; gap: 3px; }
.article-review b { font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.article-review small { color: var(--muted); font-size: 8px; }
.read-link { margin-top: auto; text-transform: uppercase; font-size: 9px; letter-spacing: .12em; border-bottom: 1px solid #aeb8b5; padding-bottom: 7px; }
.read-link span { margin-left: 18px; }
.blog-index { background: var(--paper); }
.blog-index-heading { display: grid; grid-template-columns: 1.2fr .55fr; gap: 100px; align-items: end; margin-bottom: 60px; }
.blog-index-heading > p { color: var(--muted); line-height: 1.75; font-size: 12px; }
.blog-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px 28px; }
.blog-card { position: relative; display: block; scroll-margin-top: 155px; }
.blog-card .blog-artwork { min-height: 275px; transition: .3s ease; }
.blog-card:hover .blog-artwork { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(7,29,43,.13); }
.blog-card .article-meta { margin-top: 20px; }
.blog-card h3 { font-family: var(--font-display), serif; font-weight: 500; font-size: 30px; line-height: 1.08; margin: 16px 20px 12px 0; }
.blog-card > p { color: var(--muted); font-size: 10px; line-height: 1.7; min-height: 50px; }
.blog-card-bottom { border-top: 1px solid var(--line); margin-top: 22px; padding-top: 15px; display: flex; justify-content: space-between; align-items: center; }
.blog-card-bottom small { color: #809095; font-size: 8px; }
.blog-card-bottom span { width: 31px; height: 31px; border: 1px solid var(--line); display: grid; place-items: center; }
.blog-disclaimer { background: #e7efec; padding: 30px 0; }
.blog-disclaimer > div { display: grid; grid-template-columns: 38px 1fr auto; gap: 20px; align-items: center; }
.blog-disclaimer > div > span { width: 34px; height: 34px; border: 1px solid #8db6ad; color: var(--teal); border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display), serif; }
.blog-disclaimer p { margin: 0; font-size: 9px; line-height: 1.65; color: #576b71; }
.blog-disclaimer p b { color: var(--ink); }
.blog-disclaimer a { font-size: 8px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; white-space: nowrap; }

/* Blog article */
.article-hero { background: var(--navy); color: white; padding-bottom: 85px; }
.article-breadcrumb { min-height: 57px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.12); color: #829aa0; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.article-breadcrumb b { color: #b6c9cc; }
.article-hero-grid { display: grid; grid-template-columns: 1.05fr .65fr; gap: 90px; align-items: center; padding-top: 70px; }
.article-hero h1 { font-size: clamp(58px, 6vw, 88px); line-height: .93; max-width: 800px; }
.article-hero-grid > div:first-child > p { color: #b4c6ca; font-size: 15px; line-height: 1.75; max-width: 670px; margin: 28px 0 35px; }
.article-hero .blog-artwork { min-height: 410px; }
.article-byline { display: flex; align-items: center; gap: 18px; }
.article-byline > div { display: flex; flex-direction: column; gap: 4px; padding-right: 20px; border-right: 1px solid rgba(255,255,255,.15); }
.article-byline > div:last-child { border: 0; }
.article-byline b { font-size: 9px; }
.article-byline small { color: #82999f; font-size: 8px; }
.byline-mark { width: 40px; height: 40px; border-radius: 50%; background: #e5eee9; color: var(--navy); display: grid; place-items: center; font-family: var(--font-display), serif; font-weight: 600; }
.article-layout { display: grid; grid-template-columns: 240px minmax(0, 720px); gap: 115px; padding-top: 90px; padding-bottom: 110px; align-items: start; }
.article-aside { position: sticky; top: 160px; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.article-aside > span { color: var(--teal); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 700; padding: 18px 0; }
.article-aside > a { color: #64757b; font-size: 9px; line-height: 1.45; border-top: 1px solid var(--line); padding: 14px 0; }
.article-aside > a:hover { color: var(--teal); }
.article-aside > div { border-top: 1px solid var(--line); margin-top: 18px; padding-top: 18px; }
.article-aside > div > b { display: block; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; }
.article-aside button { background: transparent; border: 1px solid var(--line); padding: 8px; font-size: 8px; margin-right: 5px; cursor: pointer; }
.key-takeaway { background: #e5efeb; border-left: 3px solid var(--teal); padding: 30px 34px; margin-bottom: 70px; }
.key-takeaway small { color: var(--teal); text-transform: uppercase; letter-spacing: .13em; font-size: 8px; font-weight: 700; }
.key-takeaway p { font-family: var(--font-display), serif; font-size: 25px; line-height: 1.45; margin: 12px 0 0; color: #2d484f; }
.article-content > section { scroll-margin-top: 150px; position: relative; border-top: 1px solid var(--line); padding: 55px 0 45px 60px; }
.article-section-number { position: absolute; left: 0; top: 62px; color: var(--teal); font-family: var(--font-display), serif; font-size: 17px; }
.article-content > section h2 { font-size: clamp(38px, 4vw, 52px); line-height: 1; margin-bottom: 28px; }
.article-content > section p { color: #51646b; font-size: 14px; line-height: 1.85; }
.article-content ul { list-style: none; padding: 8px 0 0; }
.article-content li { padding: 15px 10px 15px 27px; border-top: 1px solid var(--line); color: #40565d; font-size: 12px; position: relative; }
.article-content li:last-child { border-bottom: 1px solid var(--line); }
.article-content li::before { content: ""; position: absolute; left: 4px; top: 21px; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.article-clinical-note { border: 1px solid var(--line); margin: 30px 0 45px 60px; padding: 25px; display: flex; gap: 18px; }
.article-clinical-note > span { width: 35px; height: 35px; flex: 0 0 auto; border: 1px solid #a8c9c2; color: var(--teal); border-radius: 50%; display: grid; place-items: center; }
.article-clinical-note b { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.article-clinical-note p { color: var(--muted); font-size: 10px; line-height: 1.7; margin: 8px 0 0; }
.article-actions { margin-left: 60px; display: flex; align-items: center; justify-content: space-between; }
.article-actions > a:first-child { text-transform: uppercase; font-size: 8px; letter-spacing: .1em; font-weight: 700; }
.article-related { background: var(--ivory); }
.article-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.article-related-grid > a { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 275px; padding: 28px; position: relative; transition: .25s; }
.article-related-grid > a:hover { background: var(--navy); color: white; transform: translateY(-4px); }
.article-related-grid small { color: var(--teal); text-transform: uppercase; letter-spacing: .1em; font-size: 7px; }
.article-related-grid h3 { font-family: var(--font-display), serif; font-size: 27px; font-weight: 500; line-height: 1.05; margin: 45px 25px 13px 0; }
.article-related-grid p { color: var(--muted); font-size: 9px; line-height: 1.65; }
.article-related-grid > a > span { position: absolute; right: 25px; bottom: 24px; }
.article-related-grid > a:hover p { color: #99afb4; }

@media (max-width: 1080px) {
  .service-nav { display: none; }
  .service-site-header .header-inner { justify-content: space-between; }
  .service-header-cta { margin-left: auto; }
  .service-hero-grid { grid-template-columns: 52% 48%; gap: 15px; }
  .service-visual { transform: scale(.9); }
  .symptom-grid { grid-template-columns: 1fr 1fr; }
  .urgent-card { grid-column: 2; }
  .journey-layout { grid-template-columns: .7fr 1fr; }
  .journey-orbit { display: none; }
  .blog-card-grid { grid-template-columns: repeat(2, 1fr); }
  .article-hero-grid { gap: 45px; }
  .article-layout { gap: 55px; }
}

/* Authentic practice photography */
.practice-preview { background: #f3f0e9; }
.practice-preview .split-heading > div:last-child p { color: var(--muted); font-size: 12px; line-height: 1.75; max-width: 430px; }
.practice-preview-grid { display: grid; grid-template-columns: 1.1fr .8fr .8fr; grid-auto-rows: 250px; gap: 12px; margin-top: 55px; }
.practice-preview-grid a { position: relative; overflow: hidden; background: var(--navy); }
.practice-preview-grid a:first-child { grid-row: span 2; }
.practice-preview-grid a:nth-child(4) { grid-column: span 2; }
.practice-preview-grid img, .patient-photo-grid img, .practice-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s ease; }
.practice-preview-grid a:hover img, .practice-gallery figure:hover img { transform: scale(1.035); }
.practice-preview-grid span { position: absolute; left: 18px; bottom: 16px; background: rgba(7,29,43,.85); color: white; padding: 7px 10px; font-size: 7px; text-transform: uppercase; letter-spacing: .14em; }
.gallery-hero { background: var(--navy); color: white; padding: 100px 0 90px; }
.gallery-hero h1 { font-size: clamp(58px,7vw,100px); line-height: .92; max-width: 1050px; margin: 18px 0 25px; }
.gallery-hero h1 em { color: #8fc6bd; }
.gallery-hero p { color: #adc0c5; font-size: 14px; line-height: 1.8; max-width: 650px; }
.gallery-library { background: var(--paper); }
.gallery-intro { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 22px; margin-bottom: 40px; }
.gallery-intro span { color: var(--teal); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 700; }
.gallery-intro p { color: var(--muted); font-size: 9px; max-width: 520px; }
.practice-gallery { columns: 3 300px; column-gap: 14px; }
.practice-gallery figure { break-inside: avoid; margin: 0 0 14px; background: white; border: 1px solid var(--line); overflow: hidden; }
.practice-gallery figure img { height: auto; aspect-ratio: auto; }
.practice-gallery figcaption { display: flex; flex-direction: column; gap: 5px; padding: 13px 15px; }
.practice-gallery figcaption b { font-size: 9px; }
.practice-gallery figcaption span { color: var(--muted); font-size: 8px; line-height: 1.5; }
.patient-photo-story { background: var(--navy); color: white; padding: 25px 0 80px; }
.patient-photo-story > .shell { display: grid; grid-template-columns: 1.45fr .7fr; gap: 70px; align-items: center; }
.patient-photo-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-auto-rows: 185px; gap: 9px; }
.patient-photo-grid figure { margin: 0; overflow: hidden; }
.patient-photo-grid figure:first-child { grid-row: span 2; }
.patient-photo-grid figure:nth-child(4) { grid-column: span 2; }
.patient-photo-copy h2 { font-size: clamp(42px,4vw,61px); line-height: .95; margin: 20px 0; }
.patient-photo-copy h2 em { color: #8fc6bd; }
.patient-photo-copy p { color: #abc0c4; font-size: 11px; line-height: 1.8; margin-bottom: 28px; }
.service-photo-visual { overflow: hidden; background: var(--navy); }
.service-photo-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.service-photo-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(7,29,43,.08),rgba(7,29,43,.72)); }
.service-photo-visual .retina-model { opacity: .32; transform: scale(.62) translate(34%,-24%); transform-origin: center; z-index: 2; }
.service-photo-visual .model-caption { z-index: 3; color: white; }

/* Admin media and page editor */
.admin-topbar p { color: #687b80; font-size: 11px; margin: 8px 0 0; }
.media-upload-card { margin-bottom: 25px; }
.media-upload-card h2 { font-size: 28px; margin-bottom: 18px; }
.admin-media-upload { display: grid; grid-template-columns: 1.5fr .7fr .8fr auto auto; gap: 14px; align-items: end; }
.admin-media-upload label, .admin-media-card label, .admin-content-card label { display: flex; flex-direction: column; gap: 6px; color: #52666b; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.admin-media-upload input, .admin-media-upload select, .admin-media-card input, .admin-media-card select, .admin-media-card textarea, .admin-content-card input, .admin-content-card select, .admin-content-card textarea { width: 100%; border: 1px solid var(--line); background: #fbfcfb; padding: 10px; font: inherit; text-transform: none; letter-spacing: 0; }
.admin-check { flex-direction: row !important; align-items: center; white-space: nowrap; }
.admin-check input { width: auto !important; }
.admin-media-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.admin-media-card { background: white; border: 1px solid #dce1df; padding: 12px; }
.admin-media-card > img { width: 100%; height: 210px; object-fit: cover; display: block; margin-bottom: 14px; }
.admin-media-card form { display: grid; gap: 10px; }
.admin-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.admin-danger { border: 0; background: transparent; color: #a53b3b; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; margin-top: 10px; }
.admin-page-tabs { display: flex; gap: 8px; margin-bottom: 22px; }
.admin-page-tabs a { background: white; border: 1px solid var(--line); padding: 11px 15px; font-size: 9px; }
.admin-page-tabs a.active { background: var(--teal); color: white; }
.admin-content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.admin-content-card { display: grid; gap: 14px; }
.admin-content-heading { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 13px; }
.admin-content-heading small { color: var(--teal); text-transform: uppercase; font-size: 7px; letter-spacing: .12em; }
.admin-content-heading h2 { font-size: 28px; margin: 3px 0 0; }
.admin-content-card label > small { color: #89979a; text-transform: none; letter-spacing: 0; }

@media (max-width: 820px) {
  .practice-preview-grid { grid-template-columns: 1fr 1fr; }
  .practice-preview-grid a:first-child, .practice-preview-grid a:nth-child(4) { grid-row: auto; grid-column: auto; }
  .patient-photo-story > .shell { grid-template-columns: 1fr; }
  .admin-media-grid, .admin-content-grid { grid-template-columns: 1fr 1fr; }
  .admin-media-upload { grid-template-columns: 1fr 1fr; }
  .service-subnav { top: 82px; }
  .service-hero-grid { grid-template-columns: 1fr; padding-top: 65px; }
  .service-hero-grid > div:first-child { position: relative; z-index: 2; }
  .service-visual { height: 390px; transform: none; }
  .service-overview-grid, .cause-grid, .recovery-grid, .faq-grid, .service-cta-inner, .hub-hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .quick-facts { grid-template-columns: 1fr 1fr; }
  .symptom-grid { grid-template-columns: 1fr; }
  .urgent-card { grid-column: auto; max-width: 500px; }
  .diagnosis-grid { grid-template-columns: 1fr 1fr; }
  .journey-layout { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .sources-grid { grid-template-columns: 1fr 1fr; }
  .sources-grid > p { grid-column: 1 / -1; }
  .hub-hero-grid { gap: 20px; padding: 55px 0 75px; }
  .hub-card-grid { grid-template-columns: 1fr 1fr; }
  .blog-hero-grid, .featured-story-card, .blog-index-heading, .article-hero-grid { grid-template-columns: 1fr; }
  .blog-hero-grid { gap: 35px; padding: 65px 0; }
  .featured-story-copy { min-height: 430px; }
  .article-hero-grid { padding-top: 55px; }
  .article-hero .blog-artwork { min-height: 330px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; display: none; }
}

@media (max-width: 580px) {
  .practice-preview-grid, .patient-photo-grid, .admin-media-grid, .admin-content-grid, .admin-media-upload { grid-template-columns: 1fr; }
  .practice-preview-grid { grid-auto-rows: 230px; }
  .patient-photo-grid figure:first-child, .patient-photo-grid figure:nth-child(4) { grid-row: auto; grid-column: auto; }
  .gallery-intro { align-items: flex-start; flex-direction: column; gap: 10px; }
  .service-header-cta { display: none; }
  .service-site-header .header-inner::after { content: "MENU"; font-size: 8px; font-weight: 700; letter-spacing: .1em; border: 1px solid var(--line); padding: 12px; }
  .service-breadcrumb { white-space: nowrap; overflow-x: auto; }
  .service-hero h1 { font-size: 58px; }
  .service-hero-actions { flex-direction: column; align-items: flex-start; }
  .service-visual { height: 330px; margin-inline: -15px; }
  .retina-model { width: 230px; height: 230px; }
  .optic-disc { transform: scale(.8); left: 22px; top: 79px; }
  .macula-point { right: 55px; top: 88px; }
  .vessel { left: 45px; top: 103px; width: 145px; }
  .service-subnav > div { justify-content: flex-start; gap: 28px; }
  .quick-facts, .diagnosis-grid, .treatment-option-grid, .risk-grid, .related-grid, .hub-card-grid { grid-template-columns: 1fr; }
  .quick-facts > div { min-height: 130px; }
  .symptom-list > div { min-height: 60px; }
  .treatment-option-grid article { min-height: 270px; }
  .sources-grid { grid-template-columns: 1fr; }
  .sources-grid > p { grid-column: auto; }
  .service-call { margin: 20px 0 0; display: block; width: fit-content; }
  .hub-filter { align-items: flex-start; gap: 20px; flex-direction: column; }
  .hub-filter > div { flex-wrap: wrap; gap: 13px 20px; }
  .hub-card-grid > a { min-height: 315px; }
  .blog-category-nav { top: 82px; }
  .blog-category-nav > div { gap: 22px; }
  .blog-card-grid, .article-related-grid { grid-template-columns: 1fr; }
  .blog-artwork, .blog-card .blog-artwork { min-height: 260px; }
  .featured-story-copy { padding: 35px 27px; }
  .blog-disclaimer > div { grid-template-columns: 36px 1fr; }
  .blog-disclaimer a { grid-column: 2; }
  .article-hero { padding-bottom: 55px; }
  .article-hero h1 { font-size: 51px; }
  .article-byline { flex-wrap: wrap; }
  .article-layout { padding-top: 60px; }
  .article-content > section { padding-left: 40px; }
  .article-clinical-note, .article-actions { margin-left: 40px; }
  .article-actions { align-items: flex-start; flex-direction: column; gap: 25px; }
}
