:root {
  --ink: #102f43;
  --ink-deep: #092334;
  --blue: #2d7ca6;
  --sky: #d8eef4;
  --aqua: #8dd4d0;
  --cream: #f7f4ee;
  --white: #fff;
  --gold: #d5ab62;
  --text: #233a48;
  --line: rgba(16,47,67,.14);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(11,44,63,.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--cream); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: #fff; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.announcement { min-height: 38px; padding: .45rem clamp(1rem,4vw,4rem); display: flex; justify-content: center; gap: 1.25rem; align-items: center; background: var(--ink-deep); color: white; font-size: .8rem; letter-spacing: .05em; text-transform: uppercase; }
.announcement-detail { color: #b9dfe8; }
.site-header { height: 88px; padding: 0 clamp(1rem,5vw,5rem); display: flex; align-items: center; gap: clamp(1.2rem,3vw,3rem); background: rgba(247,244,238,.94); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); }
.brand { margin-right: auto; width: 210px; height: 68px; display: flex; align-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
footer img { width: 100%; }
nav { display: flex; align-items: center; gap: clamp(1rem,2vw,2rem); }
nav a { text-decoration: none; font-size: .92rem; font-weight: 600; }
nav a:hover { color: var(--blue); }
nav a[aria-current="page"] { color: var(--blue); }
.menu-toggle { display: none; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .8rem 1.35rem; border-radius: 999px; background: var(--ink); color: white; text-decoration: none; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--blue); transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 1.1rem; font-size: .9rem; white-space: nowrap; }
.button-light { background: white; color: var(--ink); }
.button-light:hover { color: white; }
.text-link { display: inline-flex; gap: .45rem; align-items: center; font-weight: 700; text-underline-offset: 5px; }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; background: var(--cream); }
.hero-copy { padding: clamp(4rem,7vw,7.5rem) clamp(1.5rem,7vw,8rem); padding-right: clamp(2rem,5vw,5rem); display: flex; flex-direction: column; justify-content: center; }
.hero-clinic-image { width: min(100%,650px); aspect-ratio: 3/2; margin-top: 1.8rem; overflow: hidden; border: 8px solid rgba(255,255,255,.8); border-radius: 18px; box-shadow: 0 18px 46px rgba(11,44,63,.14); background: white; }
.hero-clinic-image img { width: 100%; height: 100%; object-fit: contain; }
.eyebrow { margin: 0 0 1rem; color: var(--blue); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Manrope", sans-serif; color: var(--ink); line-height: 1.08; letter-spacing: -.045em; }
h1 { margin: 0; max-width: 750px; font-size: clamp(3.4rem,6.5vw,7rem); font-weight: 500; }
h1 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; }
.hero-intro { margin: 1.8rem 0 2rem; max-width: 620px; font-size: clamp(1.08rem,1.5vw,1.35rem); color: #49616f; }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.trust-row { margin-top: clamp(3rem,6vw,5rem); padding-top: 1.5rem; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; max-width: 660px; }
.trust-row div { display: flex; flex-direction: column; }
.trust-row strong { color: var(--ink); font-family: "Manrope",sans-serif; font-size: 1.25rem; }
.trust-row span { font-size: .78rem; color: #6a7e89; }
.hero-visual { position: relative; min-height: 640px; background: var(--sky); }
.hero-visual:before { content: ""; position: absolute; inset: 7% 7% 0; border: 1px solid rgba(255,255,255,.7); border-radius: 999px 999px 0 0; z-index: 1; pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; filter: saturate(.88); }
.hero-note { position: absolute; left: -55px; bottom: 42px; z-index: 2; width: 315px; padding: 1.15rem 1.35rem; background: white; box-shadow: var(--shadow); border-radius: 16px; display: flex; gap: .9rem; align-items: center; }
.hero-note p { margin: 0; font-size: .86rem; line-height: 1.5; }
.hero-note strong { color: var(--ink); }
.note-icon { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--sky); color: var(--blue); font-size: 1.3rem; }
.service-strip { display: grid; grid-template-columns: repeat(4,1fr); background: var(--white); border-bottom: 1px solid var(--line); }
.service-strip a { min-height: 94px; padding: 1.3rem clamp(1rem,3vw,2.4rem); display: flex; align-items: center; gap: 1rem; text-decoration: none; color: var(--ink); font-weight: 600; border-right: 1px solid var(--line); }
.service-strip a:hover { background: var(--sky); }
.service-strip span { color: var(--blue); font-size: .72rem; }
.section { padding: clamp(5rem,9vw,9rem) clamp(1.5rem,7vw,8rem); }
.care-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem,7vw,8rem); }
.section-heading { position: sticky; top: 140px; align-self: start; }
h2 { margin: 0; font-size: clamp(2.5rem,4.4vw,4.8rem); font-weight: 500; }
.section-heading > p:last-child { max-width: 480px; margin-top: 1.6rem; color: #5f727c; font-size: 1.06rem; }
.care-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.care-card { min-height: 330px; padding: clamp(1.5rem,3vw,2.4rem); background: white; border-radius: var(--radius); border: 1px solid rgba(16,47,67,.08); display: flex; flex-direction: column; }
.care-card.featured { background: var(--sky); }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--blue); font-size: 1.3rem; }
.card-label { margin: 1.4rem 0 -.2rem; color: var(--blue); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.care-card h3 { margin: auto 0 .8rem; font-size: clamp(1.45rem,2vw,2rem); font-weight: 600; }
.care-card p { margin-top: 0; color: #647983; }
.card-photo { height: 145px; margin-bottom: 1.25rem; overflow: hidden; border-radius: 14px; background: var(--cream); }
.card-photo img { width: 100%; height: 100%; object-fit: cover; }
.myopia-card h3 { margin-top: auto; }
.price-line { padding-top: 1rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: end; }
.price-line strong { color: var(--ink); font-size: 1.5rem; }
.price-line span { font-size: .8rem; }
.eyewear-section { min-height: 780px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--ink-deep); color: #d7e5eb; }
.eyewear-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(.95); }
.eyewear-copy { padding: clamp(4rem,7vw,7rem); display: flex; flex-direction: column; justify-content: center; }
.light { color: var(--aqua); }
.eyewear-copy h2, .visit-copy h2 { color: white; }
.eyewear-copy > p:nth-of-type(2) { max-width: 600px; font-size: 1.07rem; }
.offer-card { margin: 2rem 0; padding: 1.5rem 0; border-block: 1px solid rgba(255,255,255,.2); display: grid; }
.offer-card p { margin: 0 0 .2rem; color: var(--aqua); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.offer-card strong { color: white; font-family: "Manrope",sans-serif; font-size: clamp(1.55rem,2.4vw,2.5rem); }
.offer-card span { color: #a9c3ce; }
.brands { color: #9db4bd; font-size: .84rem; }
.brand-logo-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .75rem; }
.brand-logo { min-height: 82px; padding: .9rem; display: flex; align-items: center; gap: .75rem; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); color: var(--ink); font-size: .88rem; font-weight: 700; line-height: 1.25; }
.brand-logo img { width: 40px; height: 40px; flex: 0 0 40px; object-fit: contain; border-radius: 8px; background: white; }
.dark-brand-logos { margin: 1.2rem 0; grid-template-columns: repeat(2,minmax(0,1fr)); }
.dark-brand-logos .brand-logo { min-height: 68px; border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.07); color: white; }
.dark-brand-logos .brand-logo img { width: 34px; height: 34px; flex-basis: 34px; }
.eyewear-copy .button { align-self: flex-start; margin-top: 1rem; }
.doctor-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,8vw,9rem); align-items: center; background: white; }
.doctor-portrait { height: min(650px,75vw); border-radius: 50% 50% 8px 8px; overflow: hidden; background: var(--sky); }
.doctor-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.doctor-copy { max-width: 700px; }
.doctor-copy .lead { margin: 2rem 0 1.5rem; color: var(--blue); font-family: Georgia,serif; font-size: clamp(1.45rem,2.4vw,2.3rem); line-height: 1.35; }
.doctor-copy > p:not(.eyebrow):not(.lead) { max-width: 620px; color: #617782; }
.dark-link { margin-top: 1rem; }
.clinic-pricing { position: relative; min-height: 650px; overflow: hidden; display: grid; place-items: center; isolation: isolate; }
.clinic-pricing-bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; opacity: .2; filter: grayscale(.25) saturate(.65); }
.clinic-pricing:after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(247,244,238,.82); }
.clinic-pricing-content { width: 100%; padding: clamp(5rem,8vw,8rem) clamp(1.5rem,7vw,8rem); }
.clinic-pricing-heading { max-width: 920px; margin-bottom: clamp(2.5rem,5vw,4.5rem); }
.clinic-pricing-heading h2 { font-size: clamp(2.4rem,4vw,4.4rem); }
.homepage-prices { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.homepage-price-card { min-height: 280px; padding: clamp(1.5rem,3vw,2.3rem); display: flex; flex-direction: column; border: 1px solid rgba(16,47,67,.14); border-radius: var(--radius); background: rgba(255,255,255,.88); box-shadow: 0 16px 42px rgba(11,44,63,.08); backdrop-filter: blur(6px); }
.homepage-price-card span { color: var(--ink); font-family: "Manrope",sans-serif; font-size: 1.25rem; font-weight: 700; line-height: 1.25; }
.homepage-price-card strong { margin: auto 0 .6rem; color: var(--blue); font-family: "Manrope",sans-serif; font-size: clamp(2.8rem,5vw,4.8rem); line-height: 1; }
.homepage-price-card p { margin: 0; color: #617681; }
.homepage-price-card.featured-price { background: rgba(16,47,67,.96); color: white; }
.homepage-price-card.featured-price span { color: white; }
.homepage-price-card.featured-price strong { color: var(--aqua); }
.homepage-price-card.featured-price p { color: #c9dce4; }
.insurance-section { padding: clamp(3rem,6vw,5rem) clamp(1.5rem,7vw,8rem); display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; background: var(--sky); align-items: end; }
.insurance-section h2 { max-width: 850px; font-size: clamp(2.2rem,3.5vw,4rem); }
.insurance-section > p { max-width: 630px; margin: 0; }
.insurance-showcase { align-items: start; }
.insurance-logos { grid-column: 1/-1; display: grid; grid-template-columns: repeat(4,1fr); gap: .8rem; }
.insurance-logo { min-height: 92px; padding: 1rem; display: flex; align-items: center; gap: .8rem; border: 1px solid rgba(16,47,67,.1); border-radius: 14px; background: rgba(255,255,255,.8); color: var(--ink); font-weight: 700; }
.insurance-logo img { width: 42px; height: 42px; flex: 0 0 42px; object-fit: contain; border-radius: 8px; background: white; }
.insurance-more { justify-content: center; color: var(--blue); text-align: center; }
.visit-section { padding: clamp(5rem,8vw,8rem) clamp(1.5rem,7vw,8rem); display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem,8vw,9rem); background: linear-gradient(120deg,#174e6e,var(--ink-deep)); color: #d8e6ec; }
.visit-copy > p:not(.eyebrow):not(.location-note) { font-size: 1.15rem; }
.location-note { color: #9fc5d1; }
.visit-actions { margin-top: 2rem; display: flex; align-items: center; gap: 1.5rem; }
.light-link { color: white; }
.hours-card { padding: clamp(1.6rem,3vw,2.5rem); background: white; color: var(--text); border-radius: var(--radius); box-shadow: var(--shadow); }
.hours-card h3 { margin: 0 0 1.4rem; font-size: 1.7rem; }
.hours-card dl { margin: 0 0 1.5rem; }
.hours-card dl div { display: flex; justify-content: space-between; padding: .55rem 0; border-bottom: 1px solid var(--line); }
.hours-card dt { font-weight: 600; }
.hours-card dd { margin: 0; color: #627580; }
.full-width { width: 100%; }
.location-map { grid-column: 1/-1; min-height: 390px; overflow: hidden; border-radius: var(--radius); background: var(--sky); box-shadow: var(--shadow); }
.location-map iframe { display: block; width: 100%; height: 390px; border: 0; }
.map-section { background: var(--cream); }
footer { padding: 2.2rem clamp(1.5rem,7vw,8rem); display: grid; grid-template-columns: 180px 1fr auto auto; gap: 2rem; align-items: center; background: #071c29; color: #a8bdc6; font-size: .85rem; }
footer img { filter: brightness(0) invert(1); opacity: .92; }
footer div { display: flex; gap: 1.2rem; }
footer a { color: white; }
.copyright { text-align: right; }

/* Interior pages */
.page-hero { min-height: 470px; padding: clamp(4.5rem,8vw,8rem) clamp(1.5rem,7vw,8rem); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2.5rem,7vw,8rem); align-items: center; background: var(--sky); }
.page-hero.dark { background: linear-gradient(125deg,var(--ink-deep),#1c5c7c); color: #dceaf0; }
.page-hero h1 { max-width: 900px; font-size: clamp(3.1rem,6vw,6.4rem); }
.page-hero.dark h1 { color: white; }
.page-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 1.5rem 0 0; font-size: 1.15rem; }
.page-hero-visual { align-self: stretch; min-height: 330px; overflow: hidden; border-radius: 180px 180px 18px 18px; }
.page-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.breadcrumbs { margin-bottom: 1.2rem; color: #55717f; font-size: .84rem; font-weight: 600; }
.breadcrumbs a { text-underline-offset: 4px; }
.page-hero.dark .breadcrumbs { color: #b4d3dc; }
.content-section { padding: clamp(4.5rem,8vw,8rem) clamp(1.5rem,7vw,8rem); background: white; }
.content-section.tint { background: var(--cream); }
.content-intro { max-width: 850px; margin-bottom: clamp(2.5rem,5vw,5rem); }
.content-intro h2 { font-size: clamp(2.4rem,4vw,4.4rem); }
.content-intro > p:not(.eyebrow) { max-width: 720px; color: #647984; font-size: 1.08rem; }
.service-detail-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.service-detail { min-height: 320px; padding: clamp(1.5rem,3vw,2.4rem); border: 1px solid var(--line); border-radius: var(--radius); background: white; display: flex; flex-direction: column; }
.service-detail:nth-child(3n+2) { background: #eef7f8; }
.service-detail .number { color: var(--blue); font-weight: 700; font-size: .8rem; letter-spacing: .12em; }
.service-detail h2, .service-detail h3 { margin: auto 0 .8rem; font-size: clamp(1.45rem,2.2vw,2rem); }
.service-detail p { margin: 0; color: #647984; }
.service-detail a { margin-top: 1rem; font-weight: 700; text-underline-offset: 4px; }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.split-feature.reverse .feature-image { order: 2; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { padding: clamp(3rem,7vw,7rem); display: flex; flex-direction: column; justify-content: center; background: var(--ink-deep); color: #c9dce4; }
.feature-copy.light-panel { background: var(--sky); color: var(--text); }
.feature-copy h2 { color: white; }
.feature-copy.light-panel h2 { color: var(--ink); }
.feature-copy ul { padding-left: 1.2rem; }
.feature-copy li { margin: .55rem 0; }
.price-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.price-card { padding: 2rem; border-radius: var(--radius); background: white; border: 1px solid var(--line); }
.price-card.accent { background: var(--ink); color: white; }
.price-card h3 { margin: 0 0 1rem; font-size: 1.5rem; }
.price-card.accent h3 { color: white; }
.price-card strong { display: block; color: var(--blue); font-family: "Manrope",sans-serif; font-size: clamp(2rem,3vw,3.4rem); }
.price-card.accent strong { color: var(--aqua); }
.price-card p { margin-bottom: 0; color: #677b85; }
.price-card.accent p { color: #c1d6de; }
.brand-cloud { display: flex; flex-wrap: wrap; gap: .7rem; }
.brand-cloud span { padding: .7rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font-weight: 600; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem,4vw,4rem); }
.team-card { overflow: hidden; border-radius: var(--radius); background: white; box-shadow: 0 16px 50px rgba(11,44,63,.08); }
.team-card-image { height: 540px; background: var(--sky); }
.team-card-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.team-card-body { padding: clamp(1.5rem,3vw,2.5rem); }
.team-card h2 { font-size: clamp(2rem,3vw,3rem); }
.credentials { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; margin-top: 2rem; }
.credentials div { padding: 1rem; border-top: 1px solid var(--line); }
.credentials strong, .credentials span { display: block; }
.credentials span { color: #6b7f89; font-size: .86rem; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; counter-reset: step; }
.step { padding: 2rem; background: white; border-radius: var(--radius); border: 1px solid var(--line); }
.step:before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 2.5rem; color: var(--blue); font-weight: 700; }
.step h3 { font-size: 1.4rem; }
.faq-list { max-width: 980px; margin: 0 auto; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.5rem 3rem 1.5rem 0; position: relative; cursor: pointer; list-style: none; color: var(--ink); font-family: "Manrope",sans-serif; font-size: clamp(1.1rem,2vw,1.45rem); font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; position: absolute; right: .2rem; top: 1.25rem; color: var(--blue); font-size: 1.8rem; }
.faq-list details[open] summary:after { content: "−"; }
.faq-answer { padding: 0 3rem 1.6rem 0; color: #5e727c; }
.faq-answer p:first-child { margin-top: 0; }
.notice { padding: 1.2rem 1.4rem; border-left: 4px solid var(--gold); background: #fff7e9; color: #584a32; }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.article-card { padding: 2rem; min-height: 360px; display: flex; flex-direction: column; border-radius: var(--radius); background: white; border: 1px solid var(--line); }
.article-card:nth-child(2) { background: var(--sky); }
.article-card h2 { margin: auto 0 1rem; font-size: clamp(1.6rem,2.4vw,2.25rem); }
.article-card p { color: #627782; }
.article-card a { font-weight: 700; text-underline-offset: 5px; }
.contact-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(2rem,6vw,7rem); }
.contact-card { padding: clamp(1.5rem,4vw,3rem); background: var(--sky); border-radius: var(--radius); }
.contact-card h2 { font-size: clamp(2rem,3.5vw,3.4rem); }
.contact-links { display: grid; gap: .8rem; margin-top: 2rem; }
.contact-links a { padding: 1rem 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.cta-band { padding: clamp(3rem,5vw,5rem) clamp(1.5rem,7vw,8rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--blue); color: white; }
.cta-band h2 { max-width: 850px; color: white; font-size: clamp(2rem,3.8vw,4rem); }
.page-footer { grid-template-columns: 180px 1fr auto; }
.page-footer .footer-links { justify-content: flex-end; flex-wrap: wrap; }
.cta-band { padding: clamp(3.5rem,6vw,6rem) clamp(1.5rem,7vw,8rem); display: flex; justify-content: space-between; align-items: center; gap: 2rem; background: var(--blue); color: white; }
.cta-band h2 { color: white; max-width: 760px; font-size: clamp(2.2rem,4vw,4.3rem); }
.cta-band .button { flex: 0 0 auto; }
.page-footer { grid-template-columns: 180px 1fr auto; }
.page-footer .footer-links { justify-content: flex-end; flex-wrap: wrap; }
.seo-note { max-width: 760px; color: #687c86; }

@media (max-width: 1100px) {
  .service-detail-grid { grid-template-columns: repeat(2,1fr); }
  .article-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: repeat(2,1fr); }
  .page-footer { grid-template-columns: 160px 1fr; }
  .page-footer .footer-links { justify-content: flex-start; grid-column: 1/-1; }
}

@media (max-width: 1180px) {
  .site-header nav { display: none; position: absolute; top: 87px; left: 0; right: 0; padding: 1.5rem; background: var(--cream); flex-direction: column; align-items: flex-start; border-bottom: 1px solid var(--line); }
  .site-header nav.open { display: flex; }
  .menu-toggle { display: block; padding: .6rem; border: 0; background: transparent; color: var(--ink); font: inherit; font-weight: 700; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 600px; }
  .hero-note { left: 1.5rem; }
  .care-section { grid-template-columns: 1fr; }
  .section-heading { position: static; }
  .eyewear-section { grid-template-columns: 1fr; }
  .eyewear-image { height: 520px; }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero-visual { min-height: 480px; }
  .service-detail-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: repeat(2,1fr); }
  footer { grid-template-columns: 160px 1fr; }
  footer div, .copyright { text-align: left; }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero-visual { min-height: 450px; }
  .split-feature { grid-template-columns: 1fr; }
  .split-feature.reverse .feature-image { order: 0; }
  .feature-image { height: 500px; }
  .team-card-image { height: 450px; }
  .contact-grid { grid-template-columns: 1fr; }
  .insurance-logos { grid-template-columns: repeat(3,1fr); }
  .brand-logo-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .dark-brand-logos { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 700px) {
  .announcement { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .announcement-detail { display: none; }
  .site-header { height: 76px; padding-inline: 1rem; }
  .site-header > .button { display: none; }
  .brand { width: 150px; height: 56px; }
  .site-header nav { top: 75px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 4rem 1.25rem 3rem; }
  .hero-clinic-image { margin-top: 1.4rem; border-width: 5px; }
  h1 { font-size: clamp(3rem,15vw,4.6rem); }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .trust-row div:last-child { grid-column: 1/-1; }
  .hero-visual { min-height: 500px; }
  .hero-note { left: 1rem; right: 1rem; width: auto; bottom: 1rem; }
  .service-strip { grid-template-columns: 1fr 1fr; }
  .service-strip a { min-height: 84px; border-bottom: 1px solid var(--line); font-size: .87rem; }
  .care-grid { grid-template-columns: 1fr; }
  .service-detail-grid, .price-cards, .team-grid, .steps, .article-grid { grid-template-columns: 1fr; }
  .split-feature, .split-feature.reverse { grid-template-columns: 1fr; }
  .split-feature.reverse .feature-image { order: 0; }
  .page-hero-visual { min-height: 390px; }
  .care-card { min-height: 290px; }
  .eyewear-image { height: 390px; }
  .doctor-section { grid-template-columns: 1fr; }
  .doctor-portrait { height: 540px; }
  .insurance-section, .visit-section { grid-template-columns: 1fr; gap: 2.5rem; }
  .homepage-prices, .insurance-logos { grid-template-columns: 1fr; }
  .brand-logo-grid, .dark-brand-logos { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .brand-logo { min-height: 76px; padding: .75rem; }
  .homepage-price-card { min-height: 250px; }
  .service-detail-grid, .price-cards, .team-grid, .steps, .credentials { grid-template-columns: 1fr; }
  .page-hero { min-height: auto; padding-top: 3.5rem; }
  .page-hero-visual { min-height: 380px; }
  .team-card-image, .feature-image { height: 390px; }
  .cta-band { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; gap: .6rem; }
  footer img { width: 160px; margin-bottom: 1rem; }
  footer div { flex-wrap: wrap; margin: .5rem 0; }
  .copyright { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
