:root {
  --ink: #103c38;
  --ink-2: #1a514b;
  --green: #0f675d;
  --green-dark: #0b4641;
  --mint: #e7f2ec;
  --mint-2: #d7e9df;
  --cream: #f8f5ed;
  --paper: #fffdf8;
  --terracotta: #c96f4b;
  --gold: #d6a653;
  --text: #2d4542;
  --muted: #647873;
  --line: #d7e1db;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(16, 60, 56, .12);
}

* { box-sizing: border-box; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; height: auto; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: linear-gradient(180deg, #fffdf8 0, #fffdf8 72%, #f7faf7 100%); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: white; color: var(--ink); padding: 10px 15px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.topbar { background: var(--green-dark); color: #dceee8; font-size: .76rem; letter-spacing: .02em; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar a { color: white; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255, 253, 248, .88); border-bottom: 1px solid rgba(16, 60, 56, .09); backdrop-filter: blur(20px) saturate(1.2); }
.nav-row { min-height: 84px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); flex-shrink: 0; }
.brand-mark { width: 48px; aspect-ratio: 1; border-radius: 15px; display: grid; place-items: center; background: rgba(255,255,255,.88); box-shadow: 0 9px 24px rgba(15,103,93,.14); border: 1px solid rgba(15,103,93,.1); overflow: hidden; }
.brand-mark img { width: 88%; height: 88%; object-fit: contain; animation: flower-breathe 5.5s ease-in-out infinite; transform-origin: 50% 58%; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 1.03rem; letter-spacing: -.02em; }
.brand-copy small { color: var(--muted); font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; }
.desktop-nav { display: flex; gap: 20px; margin-left: auto; align-items: center; }
.desktop-nav a { color: #365651; font-size: .82rem; font-weight: 680; position: relative; white-space: nowrap; }
.desktop-nav sup { color: var(--terracotta); font-size: .56rem; margin-left: 3px; top: -.3em; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--terracotta); transition: right .22s ease; }
.desktop-nav a:hover::after { right: 0; }
.desktop-nav a[aria-current="page"] { color: var(--green); }
.desktop-nav a[aria-current="page"]::after { right: 0; }
.nav-cta { background: var(--green); color: white; padding: 11px 17px; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; font-weight: 750; font-size: .83rem; box-shadow: 0 8px 22px rgba(15, 103, 93, .18); }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { list-style: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; display: grid; place-content: center; gap: 6px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 20px; height: 2px; background: var(--ink); display: block; }
.mobile-menu nav { position: absolute; right: 0; top: 52px; width: min(310px, calc(100vw - 48px)); background: white; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 18px; padding: 10px; display: grid; }
.mobile-menu nav a { padding: 12px 14px; border-radius: 10px; font-weight: 650; }
.mobile-menu nav sup { color: var(--terracotta); margin-left: 4px; }
.mobile-menu nav a:last-child { color: white; background: var(--green); margin-top: 4px; }
.clinic-notice { min-height: 44px; padding: 9px 24px; background: #edf4ef; border-bottom: 1px solid rgba(15,103,93,.12); color: var(--ink-2); display: flex; align-items: center; justify-content: center; gap: 9px; text-align: center; font-size: .74rem; font-weight: 650; }
.clinic-notice > span { width: 8px; height: 8px; border-radius: 50%; background: var(--terracotta); box-shadow: 0 0 0 5px rgba(201,111,75,.11); flex: 0 0 auto; }
.clinic-notice strong { color: var(--green); white-space: nowrap; }

.hero { min-height: 660px; display: grid; grid-template-columns: 1.15fr .75fr; align-items: center; gap: 82px; padding-block: 76px 92px; position: relative; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 420px; height: 420px; right: -7%; top: 3%; border-radius: 50%; background: radial-gradient(circle, rgba(215,233,223,.88) 0 32%, transparent 33% 43%, rgba(215,233,223,.6) 44% 45%, transparent 46%); opacity: .8; }
.hero::after { content: ""; position: absolute; z-index: -2; inset: 6% 44% 12% -14%; border-radius: 80px; opacity: .34; background-image: linear-gradient(rgba(15,103,93,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(15,103,93,.09) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(90deg, black, transparent); }
.hero > *:not(.hero-brand-mark) { position: relative; z-index: 1; }
.hero-brand-mark { position: absolute; z-index: 0; width: clamp(280px,35vw,500px); right: -9%; top: 4%; opacity: .055; pointer-events: none; filter: saturate(.75); animation: flower-orbit 34s linear infinite; transition: opacity .5s ease; }
.hero:hover .hero-brand-mark { opacity: .085; }
.eyebrow { color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; margin: 0 0 18px; }
.eyebrow > span { width: 24px; height: 2px; background: var(--terracotta); }
.eyebrow.light { color: #cce5de; }
.eyebrow.light > span { background: #efb391; }
.hero h1, .page-hero h1 { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(3.3rem, 6.4vw, 6rem); line-height: .98; letter-spacing: -.055em; margin: 0; max-width: 760px; }
.hero h1 em, .page-hero h1 em { color: var(--terracotta); font-weight: inherit; }
.hero-lead { max-width: 680px; color: var(--muted); font-size: 1.07rem; line-height: 1.85; margin: 28px 0 30px; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { min-height: 50px; border-radius: 999px; padding: 12px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: .88rem; font-weight: 780; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green); box-shadow: 0 14px 30px rgba(15,103,93,.2); }
.button-quiet { color: var(--ink); background: transparent; border: 1px solid var(--line); }
.button-light { color: var(--ink); background: white; }
.button-outline-light { color: white; border: 1px solid rgba(255,255,255,.3); }
.button svg { font-size: 1.05rem; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 21px; color: #58726d; font-size: .78rem; margin-top: 25px; }
.hero-notes span { display: inline-flex; gap: 7px; align-items: center; }
.hero-notes svg { color: var(--green); font-size: .95rem; }
.doctor-card { background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(222,239,230,.94)); border-radius: 46px 46px 46px 12px; min-height: 540px; padding: 26px 30px 30px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 34px 90px rgba(16,60,56,.16); border: 1px solid rgba(15,103,93,.14); position: relative; overflow: hidden; }
.doctor-card::after { content: ""; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(15,103,93,.14); border-radius: 50%; right: -70px; top: 80px; box-shadow: 0 0 0 35px rgba(255,255,255,.24), 0 0 0 70px rgba(255,255,255,.13); }
.doctor-card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; position: relative; z-index: 1; }
.doctor-photo { width: min(190px, 62%); aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; border-radius: 90px 90px 30px 30px; border: 7px solid rgba(255,255,255,.78); box-shadow: 0 20px 42px rgba(16,60,56,.17); }
.status-pill { background: rgba(255,255,255,.72); border: 1px solid rgba(15,103,93,.13); color: var(--ink); padding: 7px 10px; border-radius: 999px; font-size: .65rem; font-weight: 750; display: flex; align-items: center; gap: 6px; }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: #33a36d; box-shadow: 0 0 0 3px rgba(51,163,109,.15); }
.doctor-card-copy { position: relative; z-index: 1; }
.mini-label { color: var(--terracotta); font-size: .69rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 8px; }
.doctor-card-copy h2 { color: var(--ink); font-family: Georgia, serif; font-size: 2.4rem; line-height: 1; letter-spacing: -.04em; margin: 0 0 12px; font-weight: 500; }
.doctor-card-copy p:last-child { color: #4b6d67; font-size: .88rem; margin: 0; max-width: 290px; }
.credential-strip { position: relative; z-index: 1; background: var(--paper); border-radius: 19px; padding: 16px 18px; display: flex; gap: 13px; align-items: center; }
.credential-strip > svg { color: var(--green); font-size: 1.5rem; flex: 0 0 auto; }
.credential-strip div { display: grid; line-height: 1.35; }
.credential-strip strong { color: var(--ink); font-size: .78rem; }
.credential-strip span { color: var(--muted); font-size: .7rem; margin-top: 3px; }
.pathway-band { background: var(--green-dark); color: white; padding-block: 20px; }
.pathway-shell { min-height: 118px; display: grid; grid-template-columns: .62fr 1.8fr; gap: 34px; align-items: center; }
.pathway-heading { display: grid; line-height: 1.25; }
.pathway-heading > span { color: #efb391; font-size: .67rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pathway-heading > strong { color: white; font-family: Georgia,serif; font-size: 1.3rem; font-weight: 500; margin-top: 6px; }
.pathway-links { display: grid; grid-template-columns: repeat(3,1fr); }
.pathway-links > a { min-height: 74px; padding: 10px 20px; border-left: 1px solid rgba(255,255,255,.13); display: grid; grid-template-columns: 40px 1fr 22px; align-items: center; gap: 12px; transition: background .22s ease, transform .22s ease; }
.pathway-links > a:hover { background: rgba(255,255,255,.07); transform: translateY(-2px); }
.pathway-links > a > span:nth-child(2) { display: grid; line-height: 1.35; }
.pathway-links strong { color: white; font-size: .78rem; }
.pathway-links small { color: #a9c5be; font-size: .66rem; margin-top: 3px; }
.pathway-links > a > span:last-child { color: #efb391; font-size: .9rem; }
.pathway-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.08); color: #efb391; }
.pathway-icon svg { font-size: 1.08rem; }

.section { padding-block: 108px; }
.section-heading { margin-bottom: 42px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .65fr; gap: 100px; align-items: end; }
.section-heading h2, .visit-card h2, .network h2, .final-cta h2, .contact-band h2, .ohd-copy h2 { color: var(--ink); font-family: Georgia, serif; font-weight: 500; font-size: clamp(2.2rem,4vw,4rem); line-height: 1.08; letter-spacing: -.045em; margin: 0; }
.section-heading > p, .split-heading > p { color: var(--muted); margin: 0; }
.centered { text-align: center; max-width: 750px; margin-inline: auto; margin-bottom: 50px; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { max-width: 600px; margin: 18px auto 0; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.service-card { min-height: 350px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.7); display: flex; flex-direction: column; transition: background .22s ease, transform .22s ease, box-shadow .22s ease; }
.service-card:hover { background: var(--mint); transform: translateY(-7px); box-shadow: 0 22px 50px rgba(16,60,56,.1); }
.service-icon { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 15px; background: var(--mint); color: var(--green); font-size: 1.35rem; }
.service-card:hover .service-icon { background: white; }
.service-card:hover .service-icon { transform: rotate(-7deg) scale(1.08); }
.card-number { margin: 42px 0 6px; color: var(--terracotta); font-size: .68rem; font-weight: 850; letter-spacing: .1em; }
.service-card h3 { color: var(--ink); font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; line-height: 1.18; margin: 0 0 13px; }
.service-card > p:not(.card-number) { color: var(--muted); font-size: .82rem; line-height: 1.75; margin: 0 0 20px; }
.service-card a { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: .77rem; font-weight: 800; }
.section-action { display: flex; justify-content: flex-end; margin-top: 24px; }
.text-link { color: var(--green); display: inline-flex; gap: 8px; align-items: center; font-size: .82rem; font-weight: 800; border-bottom: 1px solid var(--green); padding-bottom: 4px; }
.screening-promo { margin-bottom: 108px; padding: clamp(34px,5vw,62px); border-radius: 34px; color: white; background: linear-gradient(130deg, var(--green-dark), #0b5d55); display: grid; grid-template-columns: 1.2fr .55fr; gap: 55px; align-items: center; position: relative; overflow: hidden; box-shadow: 0 28px 70px rgba(16,60,56,.16); }
.screening-promo::after { content: ""; position: absolute; width: 300px; height: 300px; right: -155px; top: -165px; border-radius: 50%; border: 1px solid rgba(255,255,255,.13); box-shadow: 0 0 0 45px rgba(255,255,255,.035), 0 0 0 90px rgba(255,255,255,.025); }
.screening-promo-copy { position: relative; z-index: 1; }
.screening-promo h2 { font-family: Georgia,serif; font-weight: 500; font-size: clamp(2.1rem,3.6vw,3.7rem); line-height: 1.05; letter-spacing: -.045em; margin: 0; max-width: 760px; }
.screening-promo-copy > p:not(.eyebrow) { color: #bed8d1; max-width: 700px; margin: 20px 0 26px; }
.screening-promo-price { min-height: 250px; padding: 28px; border-radius: 28px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: #fffdf8; color: var(--ink); position: relative; z-index: 1; transform: rotate(1.5deg); }
.screening-promo-price > span { color: var(--terracotta); text-transform: uppercase; letter-spacing: .12em; font-size: .67rem; font-weight: 850; }
.screening-promo-price strong { font-family: Georgia,serif; font-size: clamp(4rem,8vw,6.4rem); line-height: .95; letter-spacing: -.07em; font-weight: 500; margin: 9px 0 14px; }
.screening-promo-price strong small { font-family: Inter,ui-sans-serif,sans-serif; font-size: .23em; letter-spacing: 0; margin-right: 5px; }
.screening-promo-price p { color: var(--muted); font-size: .72rem; line-height: 1.55; margin: 0; }
.ohd-feature { background: var(--green-dark); color: white; overflow: hidden; position: relative; }
.ohd-feature::after { content: "OHD"; position: absolute; right: -1vw; bottom: -9vw; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: 25vw; line-height: 1; pointer-events: none; }
.ohd-grid { display: grid; grid-template-columns: .95fr .75fr; gap: 100px; align-items: center; min-height: 720px; padding-block: 90px; position: relative; z-index: 1; }
.ohd-copy h2 { color: white; }
.ohd-copy > p:not(.eyebrow) { color: #bcd3cd; max-width: 600px; margin: 24px 0 28px; }
.ohd-panel { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 30px; padding: 32px; backdrop-filter: blur(12px); }
.ohd-panel .mini-label { color: #efb391; }
.process-list { list-style: none; padding: 0; margin: 25px 0 0; }
.process-list li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); }
.process-list li > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #f1b893; color: var(--ink); font-weight: 850; font-size: .7rem; }
.process-list strong { font-size: .85rem; }
.process-list p { color: #a9c5be; margin: 3px 0 0; font-size: .74rem; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.value-grid article { background: var(--cream); padding: 35px; border-radius: 24px; min-height: 230px; }
.value-grid span { color: var(--terracotta); font-size: .7rem; font-weight: 850; }
.value-grid h3 { color: var(--ink); font-family: Georgia, serif; font-weight: 500; font-size: 1.5rem; margin: 43px 0 10px; }
.value-grid p { color: var(--muted); font-size: .84rem; margin: 0; }
.article-section { padding-block: 108px; background: #edf4ef; border-block: 1px solid rgba(15,103,93,.1); overflow: hidden; position: relative; }
.article-section::before { content: ""; position: absolute; width: 500px; height: 500px; right: -210px; top: -270px; border-radius: 50%; border: 1px solid rgba(15,103,93,.1); box-shadow: 0 0 0 55px rgba(255,255,255,.22), 0 0 0 110px rgba(255,255,255,.12); }
.article-section-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 90px; align-items: end; margin-bottom: 44px; position: relative; z-index: 1; }
.article-section-heading h2 { color: var(--ink); font-family: Georgia, serif; font-weight: 500; font-size: clamp(2.5rem,4.5vw,4.6rem); line-height: 1.03; letter-spacing: -.05em; margin: 0; max-width: 720px; }
.article-intro > p { color: var(--muted); font-size: .88rem; margin: 0 0 18px; }
.article-grid { display: grid; grid-template-columns: 1.25fr .8fr; grid-template-rows: 1fr 1fr; gap: 15px; position: relative; z-index: 1; }
.article-card { min-height: 265px; background: rgba(255,253,248,.88); border: 1px solid rgba(15,103,93,.13); border-radius: 25px; padding: 28px; display: flex; flex-direction: column; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.article-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(16,60,56,.12); border-color: rgba(15,103,93,.3); }
.article-card-featured { grid-row: 1 / 3; min-height: 545px; padding: clamp(32px,5vw,54px); color: white; background: var(--green-dark); border-color: transparent; position: relative; overflow: hidden; }
.article-card-featured::before { content: ""; position: absolute; width: 330px; height: 330px; right: -150px; top: -120px; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 0 0 44px rgba(255,255,255,.04), 0 0 0 88px rgba(255,255,255,.025); }
.article-card-top { display: flex; justify-content: space-between; color: var(--terracotta); font-size: .67rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; position: relative; z-index: 1; }
.article-card-featured .article-card-top { color: #efb391; }
.article-card-copy { margin: auto 0; position: relative; z-index: 1; }
.article-card-copy h3 { color: var(--ink); font-family: Georgia,serif; font-size: clamp(1.45rem,2.4vw,2.15rem); line-height: 1.1; letter-spacing: -.035em; font-weight: 500; margin: 0 0 13px; }
.article-card-featured .article-card-copy h3 { color: white; font-size: clamp(2.3rem,4vw,4.1rem); max-width: 680px; }
.article-card-copy p { color: var(--muted); font-size: .8rem; line-height: 1.7; margin: 0; }
.article-card-featured .article-card-copy p { color: #bcd3cd; max-width: 570px; font-size: .91rem; }
.article-card-meta { border-top: 1px solid rgba(15,103,93,.14); padding-top: 15px; display: flex; align-items: center; gap: 16px; color: var(--muted); font-size: .68rem; position: relative; z-index: 1; }
.article-card-featured .article-card-meta { border-color: rgba(255,255,255,.13); color: #bcd3cd; }
.article-arrow { margin-left: auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-size: .95rem; }
.article-card-featured .article-arrow { background: #efb391; color: var(--ink); }
.article-source-note { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .68rem; margin: 22px 0 0; }
.article-source-note > span:first-child { color: var(--ink); font-weight: 900; letter-spacing: .08em; }
.article-education-note { color: var(--muted); font-size: .67rem; margin: 8px 0 0; padding-left: 62px; }
.visit-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 18px; padding-top: 20px; }
.visit-card { background: var(--mint); padding: clamp(35px,6vw,74px); border-radius: 30px; }
.visit-card > p:not(.eyebrow) { color: var(--muted); max-width: 580px; margin: 22px 0; }
.visit-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; border-top: 1px solid rgba(15,103,93,.16); padding-top: 22px; margin-bottom: 28px; }
.visit-meta div { display: grid; }
.visit-meta strong { color: var(--ink); font-size: .77rem; }
.visit-meta span { color: var(--muted); font-size: .72rem; margin-top: 4px; }
.map-card { min-height: 520px; background: var(--cream); border-radius: 30px; position: relative; overflow: hidden; display: grid; place-items: center; }
.map-lines i { position: absolute; background: var(--white); border: 1px solid #e7e0d3; border-radius: 999px; height: 24px; width: 130%; transform: rotate(-23deg); left: -20%; }
.map-lines i:nth-child(1) { top: 8%; }.map-lines i:nth-child(2) { top: 30%; transform: rotate(31deg); }.map-lines i:nth-child(3) { top: 51%; }.map-lines i:nth-child(4) { top: 75%; transform: rotate(25deg); }.map-lines i:nth-child(5) { width: 24px; height: 130%; left: 65%; top: -15%; transform: rotate(5deg); }
.map-pin { width: 82px; height: 82px; border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); background: var(--terracotta); display: grid; place-items: center; box-shadow: 0 20px 40px rgba(201,111,75,.26); position: relative; z-index: 1; }
.map-pin span { color: white; transform: rotate(45deg); font-weight: 850; }
.map-card > p { position: absolute; z-index: 2; bottom: 34px; left: 38px; color: var(--muted); line-height: 1.35; margin: 0; }
.map-card > p strong { color: var(--ink); }
.network { border-top: 1px solid var(--line); padding-block: 70px; display: grid; grid-template-columns: .8fr 1.1fr; gap: 90px; align-items: center; }
.network-heading { position: relative; padding-left: 78px; }
.network-heading > img { position: absolute; left: 0; top: 0; width: 58px; height: 58px; object-fit: contain; opacity: .82; animation: flower-breathe 7s ease-in-out infinite; }
.network h2 { font-size: 2.4rem; }
.network-links { display: grid; }
.network-links a { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 750; }
.network-links a:hover { color: var(--terracotta); }
.final-cta, .contact-band { background: var(--terracotta); color: white; border-radius: 32px; margin-block: 30px 90px; padding: 48px 54px; display: flex; justify-content: space-between; align-items: center; gap: 60px; }
.final-cta h2, .contact-band h2 { color: white; font-size: clamp(2rem,3.5vw,3.2rem); max-width: 730px; }
.final-cta .eyebrow { margin-bottom: 10px; }
.site-footer { background: #092f2c; color: #a9c5be; padding: 76px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .55fr .9fr; gap: 80px; }
.site-footer .brand { color: white; }
.site-footer .brand-copy small { color: #91afa8; }
.footer-grid > div:first-child > p { max-width: 410px; font-size: .8rem; margin: 22px 0 0; }
.avolinas-signature { width: fit-content; margin-top: 24px; padding: 9px 12px 9px 9px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; display: inline-flex; align-items: center; gap: 10px; color: #c8ddd8; background: rgba(255,255,255,.035); }
.avolinas-signature img { width: 32px; height: 32px; object-fit: contain; filter: brightness(1.8) saturate(.45); }
.avolinas-signature span { display: grid; line-height: 1.15; }
.avolinas-signature small { color: #7fa39b; font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
.avolinas-signature strong { font-size: .69rem; margin-top: 3px; }
.avolinas-signature sup { color: #efb391; font-size: .62rem; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: .8rem; }
.footer-label { color: #efb391; text-transform: uppercase; letter-spacing: .12em; font-size: .67rem; font-weight: 850; margin: 0 0 8px; }
.footer-grid a:hover { color: white; }
.footer-grid > div:last-child p { margin: 3px 0 0; max-width: 330px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 58px; padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; font-size: .66rem; }
.footer-bottom p { margin: 0; }
.floating-contact { position: fixed; right: 22px; bottom: 22px; z-index: 35; min-height: 50px; padding: 12px 18px; border-radius: 999px; display: inline-flex; align-items: center; gap: 9px; background: #17845e; color: white; font-size: .78rem; font-weight: 800; box-shadow: 0 16px 38px rgba(8,52,45,.26); border: 1px solid rgba(255,255,255,.2); transition: transform .2s ease; }
.floating-contact:hover { transform: translateY(-3px); }
.mobile-action-bar { display: none; }

.page-hero { background: var(--cream); position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; z-index: 0; width: clamp(270px,34vw,520px); aspect-ratio: 1; right: -7%; top: -30%; opacity: .055; pointer-events: none; background: url('../images/avolinas-mark.png') center/contain no-repeat; animation: flower-orbit 42s linear infinite reverse; }
.page-hero::after { content: ""; position: absolute; width: 400px; height: 400px; border: 1px solid rgba(15,103,93,.12); border-radius: 50%; right: -80px; top: -180px; box-shadow: 0 0 0 50px rgba(15,103,93,.035), 0 0 0 100px rgba(15,103,93,.025); }
.page-hero-inner { min-height: 430px; padding-block: 84px; display: flex; justify-content: center; flex-direction: column; position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(3rem,5.5vw,5.4rem); max-width: 900px; }
.page-hero-inner > p:last-child { color: var(--muted); max-width: 700px; font-size: 1.02rem; margin: 24px 0 0; }
.content-section { padding-block: 90px; }
.content-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.content-aside { position: sticky; top: 125px; }
.content-aside h2 { color: var(--ink); font-family: Georgia, serif; font-size: 2.4rem; line-height: 1.1; font-weight: 500; margin: 0 0 18px; }
.content-aside p { color: var(--muted); font-size: .86rem; }
.detail-list { display: grid; gap: 14px; }
.detail-card { background: var(--cream); border: 1px solid #ece6da; border-radius: 22px; padding: 28px; }
.detail-card h3 { color: var(--ink); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; margin: 0 0 9px; }
.detail-card p { color: var(--muted); margin: 0; font-size: .84rem; }
.detail-card ul { padding: 0; margin: 17px 0 0; list-style: none; display: grid; gap: 8px; }
.detail-card li { display: flex; gap: 9px; font-size: .78rem; color: #516963; }
.detail-card li::before { content: "✓"; color: var(--green); font-weight: 900; }
.notice { border-left: 3px solid var(--terracotta); background: #fff5ee; padding: 18px 20px; font-size: .78rem; color: #715648; margin-top: 20px; }
.pricing-section { padding-block: 105px; background: var(--cream); border-block: 1px solid #ece6da; }
.pricing-page-section { border-top: 0; }
.public-price-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; align-items: stretch; }
.featured-price-card { padding: clamp(32px,5vw,52px); border-radius: 30px; color: white; background: var(--green-dark); position: relative; overflow: hidden; box-shadow: 0 24px 60px rgba(16,60,56,.15); }
.featured-price-card::after { content: "RM50"; position: absolute; right: -14px; bottom: -32px; font-family: Georgia,serif; font-size: 8rem; line-height: 1; color: rgba(255,255,255,.035); }
.price-kicker { display: flex; gap: 8px; position: relative; z-index: 1; }
.price-kicker span { padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.1); color: #d7ebe5; font-size: .63rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.featured-price-card h3 { font-family: Georgia,serif; font-size: clamp(2rem,3.5vw,3.3rem); font-weight: 500; letter-spacing: -.04em; margin: 24px 0 4px; position: relative; z-index: 1; }
.price-value, .package-price { font-family: Georgia,serif; font-size: clamp(4.6rem,8vw,7rem); line-height: .9; letter-spacing: -.07em; color: #f0b88f; position: relative; z-index: 1; }
.price-value small, .package-price small { font-family: Inter,ui-sans-serif,sans-serif; font-size: .22em; letter-spacing: 0; margin-right: 4px; }
.featured-price-card > p { color: #bad2cc; position: relative; z-index: 1; }
.test-chip-list { list-style: none; padding: 0; margin: 22px 0; display: flex; flex-wrap: wrap; gap: 8px; position: relative; z-index: 1; }
.test-chip-list li { border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.06); padding: 7px 10px; border-radius: 999px; font-size: .7rem; }
.price-footnote { border-top: 1px solid rgba(255,255,255,.14); padding-top: 18px; color: #a9c4bd; font-size: .68rem; line-height: 1.65; position: relative; z-index: 1; }
.price-whatsapp-link { color: var(--green); font-size: .7rem; font-weight: 850; margin-top: 11px; position: relative; z-index: 2; }
.price-whatsapp-light { display: inline-flex; color: #f0c4a6; margin-top: 18px; }
.compact-price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.compact-price-grid article { min-height: 168px; padding: 23px; border-radius: 22px; background: var(--paper); border: 1px solid #e6dfd3; display: flex; flex-direction: column; }
.compact-price-grid article:last-child { grid-column: 1 / 3; min-height: 140px; }
.compact-price-grid span { color: var(--terracotta); font-size: .63rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.compact-price-grid h3 { color: var(--ink); font-family: Georgia,serif; font-weight: 500; font-size: 1.35rem; line-height: 1.15; margin: 12px 0; }
.compact-price-grid strong { color: var(--green); font-family: Georgia,serif; font-size: 2.3rem; font-weight: 500; margin-top: auto; }
.pricing-disclaimer { color: var(--muted); font-size: .72rem; margin: 20px 0 0; text-align: center; }
.occupational-pricing { background: #edf4ef; border-color: rgba(15,103,93,.1); }
.package-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.package-card { min-height: 440px; border-radius: 27px; padding: 32px; background: var(--paper); border: 1px solid rgba(15,103,93,.13); display: flex; flex-direction: column; }
.package-card-featured { color: white; background: var(--green-dark); transform: translateY(-10px); box-shadow: 0 26px 60px rgba(16,60,56,.16); }
.package-label { color: var(--terracotta); text-transform: uppercase; font-size: .66rem; font-weight: 850; letter-spacing: .1em; }
.package-card-featured .package-label { color: #efb391; }
.package-card h3 { color: var(--ink); font-family: Georgia,serif; font-size: 1.75rem; font-weight: 500; line-height: 1.12; margin: 25px 0 10px; }
.package-card-featured h3 { color: white; }
.package-card .package-price { color: var(--green); margin: 14px 0 25px; }
.package-card-featured .package-price { color: #f0b88f; }
.package-card ul { list-style: none; padding: 20px 0 0; margin: auto 0 0; border-top: 1px solid rgba(15,103,93,.14); display: grid; gap: 9px; }
.package-card-featured ul { border-color: rgba(255,255,255,.14); }
.package-card li { color: var(--muted); font-size: .78rem; display: flex; gap: 8px; }
.package-card-featured li { color: #bfd6d0; }
.package-card li::before { content: "✓"; color: var(--green); font-weight: 900; }
.package-card-featured li::before { color: #efb391; }
.addon-row { margin-top: 23px; padding: 18px 22px; border-radius: 18px; background: white; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px 28px; border: 1px solid rgba(15,103,93,.12); }
.addon-row span { color: var(--terracotta); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.addon-row strong { color: var(--ink); font-size: .84rem; }
.route-choice-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: center; }
.route-choice-copy h2, .service-route-band h2 { color: var(--ink); font-family: Georgia,serif; font-size: clamp(2.2rem,4vw,3.9rem); line-height: 1.05; letter-spacing: -.045em; font-weight: 500; margin: 0; }
.route-choice-copy > p:last-child { color: var(--muted); max-width: 660px; margin: 20px 0 0; }
.route-choice-card { min-height: 260px; padding: 34px; border-radius: 28px; color: white; background: var(--green-dark); display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; box-shadow: 0 24px 60px rgba(16,60,56,.15); }
.route-choice-card::after { content: "OHD"; position: absolute; right: -12px; bottom: -38px; font-family: Georgia,serif; font-size: 8rem; color: rgba(255,255,255,.045); }
.route-choice-card > span { color: #efb391; text-transform: uppercase; font-size: .68rem; font-weight: 850; letter-spacing: .12em; }
.route-choice-card > strong { font-family: Georgia,serif; font-size: clamp(2rem,4vw,3.4rem); line-height: 1; font-weight: 500; position: relative; z-index: 1; }
.route-choice-card > small { display: flex; align-items: center; gap: 8px; color: #bed8d1; position: relative; z-index: 1; }
.service-route-band { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; padding-top: 20px; }
.service-route-links { display: grid; }
.service-route-links a { padding: 20px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: var(--ink); font-weight: 750; }
.service-route-links a:hover { color: var(--terracotta); }
.service-route-links span { width: 34px; height: 34px; border-radius: 50%; background: var(--mint); display: grid; place-items: center; color: var(--green); }
.profile-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.profile-visual { min-height: 480px; border-radius: 32px; background: var(--mint); position: relative; display: grid; place-items: center; overflow: hidden; }
.profile-visual::before, .profile-visual::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(15,103,93,.15); }
.profile-visual::before { width: 330px; height: 330px; }.profile-visual::after { width: 430px; height: 430px; }
.profile-photo { width: 100%; height: 100%; min-height: 480px; object-fit: cover; object-position: center top; position: relative; z-index: 2; }
.profile-copy h2 { color: var(--ink); font-family: Georgia,serif; font-size: clamp(2.5rem,4vw,4rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.05; margin: 0 0 12px; }
.profile-copy h3 { color: var(--terracotta); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; margin: 0 0 24px; }
.profile-copy p { color: var(--muted); }
.credential-box { background: var(--cream); border-radius: 20px; padding: 20px; display: flex; gap: 15px; align-items: flex-start; margin-top: 26px; }
.credential-box svg { color: var(--green); font-size: 1.6rem; }
.credential-box div { display: grid; }.credential-box strong { color: var(--ink); font-size: .85rem; }.credential-box span { color: var(--muted); font-size: .74rem; margin-top: 4px; }
.faq-list { max-width: 880px; margin: 0 auto; display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: white; padding: 0 22px; }
.faq-list summary { color: var(--ink); font-weight: 750; cursor: pointer; padding: 20px 34px 20px 0; position: relative; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 16px; font-size: 1.4rem; color: var(--terracotta); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--muted); font-size: .84rem; margin: 0; padding: 0 0 20px; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-card { border-radius: 28px; padding: 46px; background: var(--mint); }
.contact-card.alt { background: var(--cream); }
.contact-card h2 { color: var(--ink); font-family: Georgia,serif; font-size: 2.3rem; line-height: 1.12; font-weight: 500; margin: 0 0 20px; }
.contact-details { display: grid; gap: 18px; margin: 28px 0; }
.contact-details div { display: grid; border-top: 1px solid rgba(15,103,93,.14); padding-top: 14px; }
.contact-details strong { color: var(--ink); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-details span, .contact-details a { color: var(--muted); font-size: .84rem; margin-top: 4px; }
.contact-info-grid { padding-top: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.hours-card, .panels-card { border-radius: 28px; padding: clamp(32px,5vw,50px); background: var(--cream); }
.panels-card { background: var(--mint); }
.hours-card h2, .panels-card h2, .panel-band h2 { color: var(--ink); font-family: Georgia,serif; font-size: clamp(2rem,3vw,2.8rem); line-height: 1.08; font-weight: 500; letter-spacing: -.04em; margin: 0 0 24px; }
.hours-list { display: grid; border-top: 1px solid rgba(15,103,93,.14); }
.hours-list > div { display: grid; grid-template-columns: .72fr 1.28fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(15,103,93,.14); }
.hours-list strong { color: var(--ink); font-size: .78rem; }
.hours-list span { display: grid; color: var(--muted); font-size: .75rem; }
.hours-list i { font-style: normal; }
.hours-card > p:last-child, .panels-card > p:last-child { color: var(--muted); font-size: .72rem; margin: 20px 0 0; }
.panel-list { display: flex; flex-wrap: wrap; gap: 9px; }
.panel-list span { padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.78); border: 1px solid rgba(15,103,93,.13); color: var(--ink); font-size: .72rem; font-weight: 750; }
.panel-band { margin-block: 10px 80px; padding: 42px; border-radius: 28px; background: var(--mint); display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: center; }
.panel-band h2 { font-size: 2.25rem; margin: 0; }
.panel-band .panel-note { grid-column: 2; color: var(--muted); font-size: .66rem; margin: -24px 0 0; }

@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes flower-breathe { 0%,100% { transform: scale(1) rotate(0); } 50% { transform: scale(1.06) rotate(2deg); } }
@keyframes flower-orbit { from { transform: rotate(0deg) scale(.98); } 50% { transform: rotate(180deg) scale(1.04); } to { transform: rotate(360deg) scale(.98); } }
@keyframes pin-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -8px; } }
.reveal { animation: rise .7s ease both; }
.delay-1 { animation-delay: .12s; }
.motion-enabled .motion-item { opacity: 0; transform: translateY(30px) scale(.985); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); transition-delay: var(--motion-delay, 0ms); }
.motion-enabled .motion-item.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.map-pin { animation: pin-float 3.8s ease-in-out infinite; }
.page-hero::after { animation: pin-float 7s ease-in-out infinite reverse; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal, .brand-mark img, .hero-brand-mark, .network-heading > img, .map-pin, .page-hero::before, .page-hero::after { animation: none; } .button, .service-card, .pathway-links > a { transition: none; } .motion-enabled .motion-item { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }.mobile-menu { display: block; }.nav-cta { margin-left: auto; }
  .hero { grid-template-columns: 1fr .75fr; gap: 38px; }.hero h1 { font-size: clamp(3rem,7vw,5rem); }
  .pathway-shell { grid-template-columns: 1fr; gap: 14px; padding-block: 10px 16px; }.pathway-heading { text-align: center; }.pathway-links > a:first-child { border-left: 0; }
  .service-grid { grid-template-columns: 1fr 1fr; }.ohd-grid { gap: 50px; }.footer-grid { grid-template-columns: 1fr .5fr 1fr; gap: 40px; }
  .article-section-heading { grid-template-columns: 1fr .75fr; gap: 42px; }
  .public-price-layout { grid-template-columns: 1fr; }.package-card { padding: 26px; }.panel-band { grid-template-columns: 1fr; }.panel-band .panel-note { grid-column: 1; margin: -20px 0 0; }
  .route-choice-grid, .service-route-band { grid-template-columns: 1fr; }
}
@media (min-width: 1001px) and (max-width: 1180px) {
  .nav-row { gap: 20px; }
  .desktop-nav { gap: 13px; }
  .desktop-nav a { font-size: .76rem; }
}
@media (max-width: 760px) {
  body { padding-bottom: 74px; }
  .shell { width: min(100% - 32px, 1180px); }.topbar-inner { min-height: 38px; justify-content: center; text-align: center; }.topbar a { display: none; }
  .nav-row { min-height: 72px; gap: 12px; }.brand-copy small { display: none; }.nav-cta { width: 42px; height: 42px; padding: 0; }.nav-cta span { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 58px 64px; }.hero-copy { order: 1; }.doctor-card { order: 2; min-height: 500px; border-radius: 32px 32px 32px 10px; }.doctor-photo { width: 56%; }.hero h1 { font-size: clamp(3.1rem,15vw,5rem); }.hero-lead { font-size: .96rem; }
  .pathway-shell { padding-block: 20px; }.pathway-heading { text-align: left; }.pathway-links { grid-template-columns: 1fr; }.pathway-links > a { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); padding-inline: 2px; }.pathway-links > a:first-child { border-top: 0; }
  .section { padding-block: 76px; }.split-heading { grid-template-columns: 1fr; gap: 20px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 300px; }
  .article-section { padding-block: 76px; }.article-section-heading { grid-template-columns: 1fr; gap: 22px; }.article-grid { grid-template-columns: 1fr; grid-template-rows: auto; }.article-card-featured { grid-row: auto; min-height: 480px; }.article-card { min-height: 300px; }.article-source-note { align-items: flex-start; }.article-education-note { padding-left: 0; }
  .screening-promo { grid-template-columns: 1fr; gap: 30px; margin-bottom: 76px; }.screening-promo-price { min-height: 220px; transform: none; }
  .ohd-grid { grid-template-columns: 1fr; min-height: auto; padding-block: 80px; }.ohd-panel { padding: 24px; }.value-grid { grid-template-columns: 1fr; }.visit-grid { grid-template-columns: 1fr; }.visit-meta { grid-template-columns: 1fr; }.map-card { min-height: 360px; }
  .network { grid-template-columns: 1fr; gap: 30px; }.network-heading { padding-left: 0; padding-top: 74px; }.network-heading > img { width: 54px; height: 54px; }.final-cta, .contact-band { align-items: flex-start; flex-direction: column; padding: 34px 27px; margin-bottom: 65px; gap: 28px; }.footer-grid { grid-template-columns: 1fr; gap: 40px; }.footer-bottom { flex-direction: column; }
  .page-hero-inner { min-height: 390px; padding-block: 65px; }.content-grid, .profile-grid, .contact-layout, .contact-info-grid { grid-template-columns: 1fr; gap: 42px; }.content-aside { position: static; }.profile-visual, .profile-photo { min-height: 380px; }.content-section { padding-block: 70px; }
  .pricing-section { padding-block: 76px; }.compact-price-grid { grid-template-columns: 1fr; }.compact-price-grid article:last-child { grid-column: auto; }.package-grid { grid-template-columns: 1fr; }.package-card-featured { transform: none; }.package-card { min-height: 370px; }.panel-band { padding: 30px 24px; }
  .route-choice-grid, .service-route-band { gap: 32px; }.route-choice-card { min-height: 230px; }
  .clinic-notice { justify-content: flex-start; text-align: left; padding-inline: 18px; }
  .clinic-notice strong { display: none; }
  .floating-contact { display: none; }
  .mobile-action-bar { position: fixed; z-index: 60; inset: auto 0 0; min-height: 68px; padding: 7px max(10px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left)); background: rgba(255,253,248,.96); border-top: 1px solid rgba(16,60,56,.12); backdrop-filter: blur(18px); display: grid; grid-template-columns: 1fr 1.35fr 1fr; gap: 7px; box-shadow: 0 -12px 30px rgba(16,60,56,.08); }
  .mobile-action-bar a { min-height: 52px; border-radius: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: var(--ink); font-size: .63rem; font-weight: 780; }
  .mobile-action-bar svg { font-size: 1.22rem; }
  .mobile-action-bar .mobile-action-primary { color: white; background: var(--green); box-shadow: 0 8px 20px rgba(15,103,93,.18); }
}
