:root {
  --paper: #f7f5ef;
  --white: #fffefa;
  --ink: #203c39;
  --muted: #536460;
  --forest: #174b40;
  --rust: #a6442e;
  --line: #d9ddd3;
  --tint: #eaf0e8;
  --accent: #365747;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.65 Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
button, summary { font: inherit; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid var(--rust); outline-offset: 5px; }
img { display: block; width: 100%; height: auto; }
figure { margin: 0; }
p { margin: 0 0 1em; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.12; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(42px, 4.4vw, 66px); }
h2 { font-size: clamp(31px, 3.3vw, 48px); }
h3 { font-size: 29px; }
.wrap { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
.doctor-name { white-space: nowrap; }
.skip-link { position: fixed; z-index: 30; top: 8px; left: 8px; padding: 12px 20px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.utility { background: var(--forest); color: #fffefa; font-size: 12px; letter-spacing: .025em; }
.utility .wrap { display: flex; justify-content: space-between; gap: 20px; padding-block: 10px; }
.utility p { margin: 0; }
.utility a { text-decoration: none; }
.masthead { background: var(--white); border-bottom: 1px solid var(--line); }
.brand-row { padding-block: 23px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: baseline; text-decoration: none; font: 43px/1 Georgia, "Times New Roman", serif; letter-spacing: -.055em; white-space: nowrap; }
.brand em { color: var(--rust); font-weight: 400; }
.brand small { font: 19px Arial, sans-serif; margin-left: 3px; letter-spacing: -.06em; }
.brand-note { font-size: 12px; line-height: 1.5; margin: 0; padding-left: 21px; border-left: 1px solid var(--line); }
.brand-note strong { display: block; font-size: 13px; font-weight: 500; }
.brand-end { display: flex; align-items: center; gap: 34px; }
.tiny-link { font-size: 13px; text-decoration: none; }
.desktop-nav { border-top: 1px solid var(--line); display: flex; align-items: stretch; gap: 0; flex-wrap: wrap; }
.desktop-nav a { padding: 13px 12px; font-size: 12px; font-weight: 600; text-decoration: none; border-bottom: 2px solid transparent; transition: background .2s; }
.desktop-nav a:first-child { padding-left: 0; }
.desktop-nav a:hover, .desktop-nav a[aria-current] { color: var(--rust); border-bottom-color: var(--rust); }
.mobile-menu { display: none; }
.eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--accent); line-height: 1.5; margin-bottom: 20px; }
.eyebrow::before { content: ""; display: inline-block; width: 24px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 10px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 26px; background: var(--forest); color: #fff; text-decoration: none; padding: 15px 22px; font-size: 13px; line-height: 1.4; border: 1px solid var(--forest); min-height: 48px; transition: background .18s; }
.button:hover { background: #103b32; }
.button.secondary { color: var(--forest); background: transparent; }
.button.secondary:hover { background: var(--tint); }
.arrow { font-family: Arial, sans-serif; font-size: 22px; font-weight: 400; line-height: 1; }
.home-hero { padding-block: 65px 54px; display: grid; grid-template-columns: .91fr 1.09fr; align-items: center; gap: 65px; }
.home-hero h1 { font-size: clamp(54px, 5.8vw, 84px); max-width: 620px; line-height: 1.035; }
.home-hero h1 em { color: var(--rust); font-weight: 400; }
.home-hero .intro { font-size: 17px; max-width: 490px; margin-block: 26px 30px; }
.hero-photo img { border-radius: 3px; }
figcaption { margin-top: 13px; font-size: 11px; line-height: 1.6; color: var(--muted); display: flex; gap: 15px; align-items: flex-start; }
.caption-number { flex: 0 0 auto; color: var(--rust); font-weight: 700; }
.photo-label { display: flex; justify-content: space-between; align-items: center; gap: 15px; font-size: 11px; border-bottom: 1px solid var(--line); padding: 0 0 10px; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); padding-block: 21px; gap: 25px; }
.value { display: flex; align-items: baseline; gap: 16px; font-size: 12px; }
.value b { font: 26px/1 Georgia, serif; color: var(--rust); font-weight: 400; }
.value strong { font-size: 13px; display: block; font-weight: 600; }
.section { padding-block: 70px; }
.section-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 34px; }
.section-top .eyebrow { margin-bottom: 12px; }
.section-top p:last-child { color: var(--muted); font-size: 14px; max-width: 315px; margin-bottom: 3px; }
.featured { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.feature-card { text-decoration: none; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); padding-bottom: 21px; }
.feature-card .image-area { position: relative; margin-bottom: 20px; }
.feature-card img { border-radius: 3px; }
.feature-card .tag { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--rust); margin-bottom: 10px; font-weight: 700; }
.feature-card h3 { font-size: 29px; margin-bottom: 12px; }
.feature-card p { font-size: 14px; color: var(--muted); margin-bottom: 23px; line-height: 1.65; }
.card-bottom { margin-top: auto; display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 600; }
.feature-card:hover h3, .guide-link:hover h3 { color: var(--rust); }
.directory { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 35px; margin-top: 28px; }
.guide-link { display: grid; grid-template-columns: 28px 1fr 20px; gap: 10px; align-items: start; padding: 25px 0; text-decoration: none; border-bottom: 1px solid var(--line); }
.guide-link > span:first-child { color: var(--rust); font-size: 11px; padding-top: 5px; }
.guide-link h3 { font-size: 22px; margin-bottom: 7px; letter-spacing: -.03em; }
.guide-link p { font-size: 12px; color: var(--muted); margin: 0; }
.guide-link .arrow { margin-top: 5px; }
.focus-band { background: #e5ebe1; border-block: 1px solid #d3dccf; }
.focus-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding-block: 56px; }
.focus-layout h2 { font-size: clamp(34px,3.5vw,49px); margin-bottom: 22px; }
.focus-layout p { font-size: 15px; max-width: 510px; }
.focus-layout .doctor-name { font-size: clamp(22px,2.7vw,38px); }
.focus-layout .button { margin-top: 12px; }
.path-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 34px; }
.path-item { border-top: 2px solid var(--accent); padding-top: 22px; }
.path-item .step { font: italic 36px/1 Georgia,serif; color: var(--rust); display: block; margin-bottom: 18px; }
.path-item h3 { font-size: 25px; margin-bottom: 14px; }
.path-item p { font-size: 14px; color: var(--muted); }
.breadcrumb { font-size: 11px; color: var(--muted); padding-top: 23px; display: flex; flex-wrap: wrap; gap: 10px; }
.breadcrumb a { text-decoration: none; }
.article-hero { display: grid; grid-template-columns: 1.07fr .93fr; gap: 65px; align-items: center; padding-block: 40px 50px; }
.article-hero .intro { font-size: 16px; margin-top: 23px; max-width: 630px; }
.article-hero .hero-meta { color: var(--muted); font-size: 11px; margin-top: 24px; padding-top: 17px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 15px; }
.article-hero .doctor-name { font-size: clamp(24px,3.5vw,48px); }
.article-hero .hero-photo { background: var(--tint); padding: 18px; border-radius: 3px; }
.article-hero .eyebrow { margin-bottom: 19px; }
.key-points { background: var(--tint); border-block: 1px solid var(--line); }
.key-points .wrap { display: grid; grid-template-columns: repeat(3,1fr); }
.key-point { display: flex; gap: 18px; padding: 25px 30px; border-right: 1px solid var(--line); }
.key-point:first-child { padding-left: 0; }
.key-point:last-child { border: 0; padding-right: 0; }
.key-point > span { font: italic 28px/1.25 Georgia,serif; color: var(--accent); }
.key-point strong { font-size: 16px; font-weight: 600; }
.key-point p { margin: 3px 0 0; font-size: 12px; line-height: 1.6; color: var(--muted); }
.key-point .doctor-name { font-size: inherit; }
.article-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 85px; padding-block: 60px; }
.contents { align-self: start; position: sticky; top: 30px; }
.contents h2 { font: 600 12px/1.5 Arial,sans-serif; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 15px; }
.contents ol { list-style: none; margin: 0; padding: 0; }
.contents a { font-size: 12px; text-decoration: none; display: flex; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.contents a:hover { color: var(--rust); }
.contents a span:first-child { color: var(--rust); flex-shrink: 0; }
.contents .aside-note { font-size: 11px; line-height: 1.65; margin-top: 22px; color: var(--muted); }
.article-body { max-width: 820px; }
.text-section { margin-bottom: 44px; padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.text-section .eyebrow { margin-bottom: 12px; }
.text-section h2 { font-size: clamp(29px,3vw,39px); margin-bottom: 22px; max-width: 750px; }
.text-section p:not(.eyebrow) { font-size: 16px; line-height: 1.85; color: #354943; }
.text-section p:last-child { margin-bottom: 0; }
.medical-note { padding: 25px 28px; background: #f0e8de; border-left: 3px solid var(--rust); }
.medical-note strong { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; display: block; margin-bottom: 8px; color: var(--rust); }
.medical-note p { font-size: 14px; margin: 0; }
.contact { background: var(--forest); color: var(--white); padding-block: 44px; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .7fr 1fr; align-items: start; gap: 35px; }
.contact .eyebrow { color: #dce7d4; margin-bottom: 14px; }
.contact h2 { font: 30px/1.2 Georgia, serif; margin-bottom: 10px; }
.contact .doctor-name { font-size: clamp(22px,2.1vw,29px); }
.contact p { font-size: 13px; margin: 0; }
.contact a { color: #fff; }
.phone { display: inline-flex; gap: 10px; align-items: center; font-size: 22px; text-decoration: none; white-space: nowrap; margin-bottom: 10px; }
.phone svg { width: 19px; height: 25px; flex-shrink: 0; }
.contact-label { color: #dce7d4; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; display: block; }
.contact address { font-style: normal; font-size: 15px; margin-bottom: 12px; }
.related { padding-block: 55px; background: var(--tint); }
.related h2 { font-size: 33px; margin-bottom: 24px; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.related-card { text-decoration: none; border-top: 1px solid #9baea0; padding-top: 19px; display: flex; flex-direction: column; }
.related-card h3 { font-size: 24px; margin-bottom: 13px; }
.related-card p { font-size: 13px; color: var(--muted); }
.related-card .arrow { align-self: flex-end; margin-top: auto; }
.related-card .doctor-name { font-size: 19px; }
.faq-section { padding-block: 60px; display: grid; grid-template-columns: 1fr 1.7fr; gap: 60px; }
.faq-section h2 { max-width: 310px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; font-size: 16px; padding: 20px 36px 20px 0; position: relative; line-height: 1.6; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 16px; font-size: 24px; font-weight: 400; color: var(--rust); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > p { font-size: 14px; color: var(--muted); margin: 0 36px 24px 0; line-height: 1.8; }
.sources { border-top: 1px solid var(--line); padding-block: 27px 42px; }
.sources h2 { font: 600 11px/1.5 Arial,sans-serif; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; }
.source-links { display: flex; flex-wrap: wrap; gap: 8px 26px; }
.source-links a { font-size: 12px; line-height: 1.8; }
.source-note { font-size: 11px; color: var(--muted); margin-top: 12px; margin-bottom: 0; }
.footer { padding-top: 44px; background: #e8ebe3; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 70px; padding-bottom: 35px; }
.footer .brand { font-size: 37px; margin-bottom: 20px; }
.footer p { font-size: 12px; color: var(--muted); max-width: 360px; }
.footer h2 { font: 600 11px/1.5 Arial,sans-serif; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 7px; font-size: 12px; }
.footer-links a { text-decoration: none; }
.footer-bottom { border-top: 1px solid #cad1c5; padding-block: 17px; display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }
.empty-page { padding-block: 80px; }
@media (min-width: 1600px) { .wrap { width: min(1360px,calc(100% - 120px)); } }
@media (max-width: 1120px) {
  .wrap { width: calc(100% - 48px); }
  .brand-end { gap: 18px; }
  .tiny-link { display: none; }
  .desktop-nav a { font-size: 11px; padding: 11px 10px; }
  .home-hero, .article-hero { gap: 35px; }
  .article-layout { grid-template-columns: 190px minmax(0,1fr); gap: 45px; }
  .featured, .directory, .path-grid { gap: 22px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid > :first-child { grid-column: 1 / -1; }
  .footer-top { gap: 35px; }
}
@media (max-width: 850px) {
  .brand-note, .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu > summary { cursor: pointer; list-style: none; border: 1px solid var(--line); padding: 10px 13px; font-size: 12px; }
  .mobile-menu > summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; top: calc(100% + 12px); right: 0; z-index: 10; padding: 13px 20px; width: min(330px, calc(100vw - 40px)); background: var(--white); border: 1px solid var(--line); box-shadow: 0 12px 30px #19383118; }
  .mobile-menu nav a { display: block; padding: 11px 0; font-size: 14px; text-decoration: none; border-bottom: 1px solid var(--line); }
  .mobile-menu nav a:last-child { border-bottom: 0; }
  .mobile-menu nav a[aria-current] { color: var(--rust); font-weight: 700; }
  .home-hero { grid-template-columns: 1fr; padding-top: 42px; gap: 35px; }
  .home-hero h1 { max-width: 690px; font-size: clamp(51px,8.8vw,72px); }
  .home-hero .intro { max-width: 630px; }
  .hero-photo { max-width: 740px; }
  .featured { grid-template-columns: 1fr 1fr; }
  .featured .feature-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; }
  .featured .feature-card:last-child .image-area { grid-row: 1 / 5; margin-bottom: 0; }
  .directory { grid-template-columns: 1fr 1fr; }
  .focus-layout { gap: 32px; }
  .focus-layout h2 { font-size: 32px; }
  .focus-layout .doctor-name { font-size: 23px; }
  .path-grid { grid-template-columns: 1fr; }
  .path-item { display: grid; grid-template-columns: 55px 1fr; gap: 0 17px; }
  .path-item .step { grid-row: 1 / 4; }
  .article-hero { grid-template-columns: 1fr; }
  .article-hero .hero-photo { max-width: 630px; }
  .article-hero .doctor-name { font-size: clamp(26px,6vw,44px); }
  .article-layout { grid-template-columns: 1fr; gap: 38px; }
  .contents { position: static; }
  .contents ol { display: grid; grid-template-columns: 1fr 1fr; column-gap: 22px; }
  .contents .aside-note { display: none; }
  .key-point { padding-inline: 18px; gap: 10px; }
  .key-point .doctor-name { white-space: nowrap; }
  .related-grid { gap: 22px; grid-template-columns: 1fr; }
  .related-card { display: grid; grid-template-columns: 1fr 28px; }
  .related-card .arrow { grid-column: 2; grid-row: 1; }
  .related-card p { grid-column: 1; }
  .faq-section { grid-template-columns: 1fr; gap: 25px; }
  .faq-section h2 { max-width: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap { width: calc(100% - 36px); }
  .utility .wrap { font-size: 10px; padding-block: 8px; }
  .utility .wrap > :last-child { display: none; }
  .brand-row { padding-block: 20px; gap: 12px; }
  .brand { font-size: 34px; }
  .brand small { font-size: 15px; }
  .home-hero { padding-block: 35px; }
  .home-hero h1 { font-size: clamp(46px,11.7vw,64px); }
  .home-hero .intro, .article-hero .intro { font-size: 15px; }
  .eyebrow { font-size: 10px; letter-spacing: .12em; }
  .photo-label { font-size: 9px; letter-spacing: .06em; }
  .values { grid-template-columns: 1fr; gap: 14px; padding-block: 20px; }
  .value { gap: 17px; }
  .value b { font-size: 23px; min-width: 35px; }
  .value strong { display: inline; margin-right: 5px; }
  .section { padding-block: 42px; }
  .section-top { display: block; margin-bottom: 25px; }
  .section-top p:last-child { margin-top: 17px; }
  .featured { grid-template-columns: 1fr; gap: 30px; }
  .featured .feature-card:last-child { grid-column: auto; display: flex; }
  .featured .feature-card:last-child .image-area { margin-bottom: 20px; }
  .feature-card h3 { font-size: 28px; }
  .feature-card p { font-size: 14px; }
  .directory { grid-template-columns: 1fr; gap: 0; margin-top: 8px; }
  .guide-link h3 { font-size: 23px; }
  .guide-link .doctor-name { font-size: 21px; }
  .focus-layout { grid-template-columns: 1fr; padding-block: 35px; gap: 25px; }
  .focus-layout .doctor-name { font-size: 26px; }
  .focus-layout p { font-size: 14px; }
  .article-hero { padding-block: 30px 35px; gap: 24px; }
  .article-hero h1 { font-size: 40px; }
  .article-hero .doctor-name { font-size: 27px; }
  .article-hero .hero-photo { padding: 12px; }
  .key-points .wrap { grid-template-columns: 1fr; }
  .key-point { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; gap: 17px; }
  .key-point strong { font-size: 15px; }
  .key-point > span { font-size: 24px; min-width: 25px; }
  .key-point p { font-size: 12px; }
  .article-layout { padding-block: 35px; }
  .contents ol { grid-template-columns: 1fr; }
  .contents a { font-size: 13px; }
  .contents .doctor-name { white-space: nowrap; }
  .text-section { padding-bottom: 30px; margin-bottom: 30px; }
  .text-section h2 { font-size: 31px; }
  .text-section p:not(.eyebrow) { font-size: 15px; }
  .text-section .doctor-name { font-size: inherit; }
  .text-section h2 .doctor-name { font-size: 23px; }
  .medical-note { padding: 21px; }
  .medical-note p { font-size: 13px; }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact .doctor-name { font-size: 25px; }
  .contact h2 { line-height: 1.4; }
  .contact-label { margin-bottom: 9px; }
  .faq-section { padding-block: 42px; }
  .faq-list summary { font-size: 14px; }
  .faq-list details > p { font-size: 13px; margin-right: 10px; }
  .faq-list .doctor-name { font-size: inherit; }
  .footer-top { gap: 28px; grid-template-columns: 1fr; }
  .footer-top > :first-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom a { display: inline-block; margin-top: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
@media print {
  body { font-size: 11pt; background: #fff; }
  .utility, .desktop-nav, .mobile-menu, .contents, .related, .footer, .button { display: none; }
  .wrap { width: 100%; }
  .brand-row { padding-block: 10px; }
  .article-hero { grid-template-columns: 1.3fr .7fr; gap: 20px; }
  .article-hero h1 { font-size: 28pt; }
  .article-layout, .faq-section { display: block; padding-block: 20px; }
  .text-section { break-inside: avoid; }
  .faq-list details > p { display: block !important; }
}

.orl-signature { width: min(1280px, calc(100% - 36px)); margin: 0 auto; padding: 0 0 14px; font-size: 11px; color: var(--muted); }
