/*
Theme Name: Berkay Akmaz Göz Kliniği
Author: Kriko | Kriko.io
Description: WordPress sayfaları, kategorileri ve yazılarıyla çalışan; tamamen yönetilebilir, Yoast uyumlu ve responsive klinik teması.
Version: 2.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: berkay-akmaz
License: GNU General Public License v2 or later
*/

:root {
  --ink: #173d45;
  --ink-strong: #112d36;
  --muted: #53636a;
  --paper: #f6f8f6;
  --white: #ffffff;
  --sand: #edf4f2;
  --sand-deep: #dce9e5;
  --line: #dce6e3;
  --accent: #175fc7;
  --accent-soft: #e8f0ff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --radius: 30px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--white);
  color: var(--ink-strong);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
::selection { background: #dce9ff; color: var(--ink-strong); }
:focus-visible { outline: 3px solid #4789ef; outline-offset: 4px; }
.shell { width: min(1400px, calc(100% - 104px)); margin-inline: auto; }
.skip-link { position: absolute; top: -120px; left: 18px; z-index: 100; padding: 15px 21px; border-radius: 13px; background: var(--ink-strong); color: var(--white); }
.skip-link:focus { top: 12px; }
h1, h2, h3 { margin: 0; font-family: var(--sans); font-weight: 680; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--accent); font-family: var(--serif); font-style: italic; font-weight: 400; }

.announcement-bar { min-height: 48px; background: var(--ink-strong); color: #f1f7f5; }
.announcement-content, .header-inner { display: flex; min-height: inherit; align-items: center; justify-content: space-between; }
.announcement-content { min-height: 48px; gap: 25px; font-size: 15px; }
.announcement-content a { display: inline-flex; align-items: center; gap: 8px; }
.announcement-content > span { color: #d5e1de; }
.site-header { position: sticky; top: 0; z-index: 30; min-height: 104px; border-bottom: 1px solid rgba(220,230,227,.84); background: rgba(255,255,255,.97); backdrop-filter: blur(16px); }
.header-inner { min-height: 104px; gap: 26px; }
.brand { display: inline-flex; min-width: 0; align-items: center; gap: 15px; }
.brand-mark { display: grid; width: 58px; height: 58px; flex: 0 0 auto; place-items: center; border-radius: 19px; background: var(--ink-strong); color: var(--white); font-size: 24px; font-weight: 680; letter-spacing: -.05em; }
.brand-mark-symbol { display: block; width: 39px; height: 39px; }
.brand-wordmark { display: grid; min-width: 0; gap: 4px; }
.brand-wordmark strong { font-size: 19px; font-weight: 680; line-height: 1.25; }
.brand-wordmark small { color: var(--muted); font-size: 15px; line-height: 1.35; }
.desktop-nav, .header-actions { display: flex; align-items: center; }
.desktop-nav { gap: 29px; }
.desktop-nav a { font-size: 16px; font-weight: 570; }
.desktop-nav a:hover { color: var(--accent); }
.header-actions { flex: 0 0 auto; gap: 18px; }
.mobile-menu { display: none; }

.button { display: inline-flex; min-height: 66px; align-items: center; justify-content: center; gap: 12px; padding: 0 26px; border: 1px solid transparent; border-radius: 17px; font-size: 17px; font-weight: 670; line-height: 1.3; text-align: center; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button--primary, .button--accent { background: var(--accent); color: var(--white); }
.button--primary:hover, .button--accent:hover { background: #0c4ba8; }
.button--outline { border-color: #d4e0dc; background: var(--white); color: var(--ink-strong); }
.button--outline:hover { border-color: var(--ink); }
.button--text { background: transparent; color: var(--ink); }
.button--light { background: var(--white); color: var(--ink-strong); }
.button--outline-light { border-color: rgba(255,255,255,.45); background: transparent; color: var(--white); }
.button--outline-light:hover { border-color: rgba(255,255,255,.9); }
.button--full { width: 100%; }
.header-appointment { min-height: 56px; padding-inline: 20px; font-size: 16px; }

.home-hero { padding-block: 63px 98px; background: linear-gradient(180deg,#f6faf8 0%,#ffffff 100%); }
.hero-grid { display: grid; min-height: 685px; grid-template-columns: .98fr 1.02fr; align-items: center; gap: 86px; }
.hero-copy { min-width: 0; }
.hero-location { display: inline-flex; min-height: 46px; align-items: center; gap: 9px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: 16px; font-weight: 590; }
.eyebrow { display: block; color: var(--accent); font-size: 15px; font-weight: 740; letter-spacing: .075em; text-transform: uppercase; }
.hero-eyebrow { margin-top: 40px; }
.hero-copy h1 { margin-top: 16px; font-size: clamp(75px, 7.7vw, 112px); line-height: .99; }
.hero-copy > p { max-width: 650px; margin: 25px 0 0; color: var(--muted); font-size: 20px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 31px; }
.hero-proof-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 42px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-proof-grid > div { display: grid; gap: 2px; }
.hero-proof-grid strong { font-size: 21px; letter-spacing: .025em; }
.hero-proof-grid span { color: var(--muted); font-size: 15px; line-height: 1.5; }
.hero-visual { position: relative; min-width: 0; }
.hero-image-frame { position: relative; height: 700px; overflow: hidden; border-radius: 38px; background: #dce8eb; }
.doctor-portrait, .about-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 15%; }
.hero-image-caption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 6px; padding: 92px 31px 32px; background: linear-gradient(0deg,rgba(17,45,54,.95),rgba(17,45,54,.72) 65%,transparent); color: var(--white); }
.hero-image-caption > span { color: #e0eaf1; font-size: 15px; font-weight: 660; letter-spacing: .065em; }
.hero-image-caption strong { font-size: 34px; font-weight: 660; line-height: 1.25; letter-spacing: -.035em; }
.hero-image-caption small { color: #edf3f2; font-size: 17px; }
.hero-contact-card { position: absolute; top: 43px; left: -47px; display: flex; align-items: center; gap: 13px; padding: 16px 19px; border: 1px solid rgba(255,255,255,.9); border-radius: 21px; background: rgba(255,255,255,.98); box-shadow: 0 17px 45px rgba(17,45,54,.14); }
.hero-contact-card > span:nth-child(2) { display: grid; gap: 1px; }
.hero-contact-card > svg:last-child { margin-left: 5px; color: var(--accent); }
.hero-contact-card strong { font-size: 17px; line-height: 1.4; }
.hero-contact-card small { color: var(--muted); font-size: 15px; }
.credential-icon { display: grid; width: 53px; height: 53px; flex: 0 0 auto; place-items: center; border-radius: 16px; background: var(--accent-soft); color: var(--accent); }
.floating-credential { position: absolute; top: 43px; left: -35px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.9); border-radius: 19px; background: rgba(255,255,255,.98); box-shadow: 0 17px 45px rgba(17,45,54,.14); }
.floating-credential > span:last-child { display: grid; gap: 3px; }
.floating-credential strong { font-size: 17px; line-height: 1.35; }
.floating-credential small { color: var(--muted); font-size: 15px; }

.care-finder { padding-bottom: 28px; background: var(--white); }
.care-finder-inner { padding: 39px 42px 42px; border-radius: 31px; background: var(--ink-strong); color: var(--white); }
.care-finder-heading { display: grid; gap: 7px; }
.care-finder-heading .eyebrow { color: #9ec4ff; }
.care-finder-heading > strong { font-size: 29px; letter-spacing: -.03em; }
.care-finder-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; margin-top: 24px; }
.care-finder-item { display: flex; min-height: 110px; min-width: 0; align-items: center; gap: 11px; padding: 15px 14px; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: rgba(255,255,255,.07); transition: background .2s ease,border-color .2s ease; }
.care-finder-item:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.13); }
.care-finder-icon { display: grid; width: 43px; height: 43px; flex: 0 0 auto; place-items: center; border-radius: 13px; background: rgba(255,255,255,.1); color: #9ec4ff; }
.care-finder-item > span:nth-child(2) { display: grid; min-width: 0; gap: 3px; }
.care-finder-item > span:nth-child(2) strong { font-size: 17px; line-height: 1.25; }
.care-finder-item > span:nth-child(2) small { color: #d6e0df; font-size: 15px; line-height: 1.35; }
.care-finder-item > svg:last-child { flex: 0 0 auto; margin-left: auto; }

.section { padding-block: 122px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 38px; margin-bottom: 49px; }
.section-heading > div { max-width: 890px; }
.section-heading--center { display: grid; justify-content: center; text-align: center; }
.section-heading h2, .about-copy h2, .faq-grid h2, .contact-preview h2, .biography-layout h2 { margin-top: 15px; font-size: clamp(49px,5.4vw,75px); line-height: 1.08; }
.section-heading p, .about-copy > p, .faq-grid > div:first-child > p, .contact-preview-copy > p { max-width: 750px; margin: 17px 0 0; color: var(--muted); font-size: 19px; line-height: 1.8; }
.text-link, .card-link { display: inline-flex; align-items: center; gap: 10px; color: var(--accent); font-size: 17px; font-weight: 670; }
.text-link:hover, .card-link:hover { color: #0c4ba8; }
.section-heading > .text-link { flex: 0 0 auto; }

.treatments-section { background: var(--white); }
.treatment-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 27px; }
.treatment-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--white); transition: box-shadow .2s ease, transform .2s ease; }
.treatment-card:hover, .article-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(17,45,54,.07); }
.treatment-image { position: relative; height: 242px; overflow: hidden; background: var(--sand); }
.treatment-image img, .article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.treatment-card:hover .treatment-image img, .article-card:hover .article-image img { transform: scale(1.04); }
.treatment-number { position: absolute; top: 16px; left: 16px; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 13px; background: rgba(17,45,54,.82); color: var(--white); font-size: 16px; }
.card-arrow { position: absolute; right: 15px; bottom: 15px; display: grid; width: 51px; height: 51px; place-items: center; border-radius: 16px; background: var(--white); color: var(--accent); }
.treatment-copy { padding: 25px 24px 28px; }
.treatment-copy h3 { margin-top: 10px; font-size: 32px; line-height: 1.22; }
.treatment-copy p { min-height: 94px; margin: 10px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.treatment-copy .card-link { margin-top: 13px; }

.about-preview { padding-block: 121px; background: var(--sand); }
.about-preview-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 98px; }
.about-copy h2 { font-size: clamp(59px,6.9vw,94px); line-height: 1.04; }
.about-copy > p { max-width: 660px; margin-top: 23px; }
.about-highlights { display: grid; gap: 15px; margin: 29px 0 35px; }
.about-highlights span { display: flex; align-items: flex-start; gap: 12px; font-size: 17px; }
.about-highlights svg { flex: 0 0 auto; margin-top: 4px; color: var(--accent); }
.about-photo { position: relative; height: 655px; overflow: hidden; border-radius: 35px; background: #d9e6e2; }
.about-photo-label { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 13px; padding: 18px 20px; border-radius: 17px; background: rgba(255,255,255,.96); }
.about-photo-label span, .about-photo-label strong { font-size: 16px; }
.about-photo-label strong { color: var(--accent); }

.process-section { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.process-grid article { position: relative; min-height: 285px; padding: 33px 28px; border: 1px solid var(--line); border-radius: 25px; background: var(--paper); }
.process-grid article > span { position: absolute; top: 24px; right: 27px; color: #a4b7b2; font-size: 40px; font-weight: 640; line-height: 1; }
.process-grid article > svg { color: var(--accent); }
.process-grid h3 { margin-top: 24px; font-size: 31px; line-height: 1.22; }
.process-grid p { margin: 12px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }

.appointment-band { padding-block: 106px; background: var(--accent); color: var(--white); }
.appointment-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 49px; }
.appointment-band .eyebrow { color: #dbe8ff; }
.appointment-band h2 { margin-top: 15px; font-size: clamp(50px,5.4vw,75px); line-height: 1.08; }
.appointment-band h2 em { color: #f2f6ff; }
.appointment-band p { margin: 16px 0 0; color: #e9f0ff; font-size: 19px; }
.appointment-band-actions { display: grid; min-width: 295px; gap: 13px; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 100px; }
.faq-grid > div:first-child .text-link { margin-top: 28px; }
.faq-list { display: grid; gap: 13px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: var(--white); }
.faq-item summary { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; font-size: 18px; font-weight: 610; line-height: 1.55; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-toggle { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-size: 28px; line-height: 1; transition: transform .2s ease; }
.faq-item[open] .faq-toggle { transform: rotate(45deg); }
.faq-item > p { margin: 0 66px 22px 20px; color: var(--muted); font-size: 17px; line-height: 1.8; }

.journal-section { background: var(--white); }
.article-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); transition: box-shadow .2s ease, transform .2s ease; }
.article-image { height: 240px; overflow: hidden; background: var(--sand); }
.article-copy { padding: 23px 23px 27px; }
.article-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; color: var(--accent); font-size: 15px; font-weight: 610; }
.article-meta span:last-child { color: var(--muted); }
.article-card h3 { margin-top: 12px; font-size: 28px; line-height: 1.28; }
.article-copy > p { margin: 11px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.article-copy .text-link { margin-top: 18px; }

.content-slider { --slider-columns: 3; --slider-gap: 26px; min-width: 0; }
.content-slider-viewport { display: grid; grid-auto-columns: calc((100% - (var(--slider-columns) - 1) * var(--slider-gap)) / var(--slider-columns)); grid-auto-flow: column; gap: var(--slider-gap); overflow-x: auto; overflow-y: hidden; padding-block: 4px 8px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.content-slider-viewport::-webkit-scrollbar { display: none; }
.content-slider-viewport > * { min-width: 0; scroll-snap-align: start; }
.content-slider-footer { display: flex; align-items: center; gap: 22px; margin-top: 22px; }
.content-slider-progress { height: 3px; flex: 1; overflow: hidden; border-radius: 999px; background: var(--line); }
.content-slider-progress > span { display: block; width: 100%; height: 100%; border-radius: inherit; background: var(--accent); transform-origin: left center; transition: transform .22s ease; }
.content-slider-status { flex: 0 0 auto; color: var(--muted); font-size: 15px; font-variant-numeric: tabular-nums; }
.content-slider-controls { display: flex; flex: 0 0 auto; gap: 9px; }
.content-slider-button { display: grid; width: 49px; height: 49px; place-items: center; border: 1px solid var(--line); border-radius: 15px; background: var(--white); color: var(--ink-strong); cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.content-slider-button:hover:not(:disabled) { border-color: var(--accent); background: var(--accent); color: var(--white); }
.content-slider-button:disabled { color: #9fada9; cursor: not-allowed; }
.content-slider-button--previous svg { transform: rotate(180deg); }

.contact-preview { padding-block: 123px; background: var(--sand); }
.contact-preview-grid { display: grid; grid-template-columns: 1fr .87fr; align-items: center; gap: 108px; }
.contact-preview h2 { max-width: 760px; }
.contact-detail { display: flex; align-items: flex-start; gap: 15px; margin-top: 31px; }
.contact-detail > svg { flex: 0 0 auto; margin-top: 5px; color: var(--accent); }
.contact-detail > span { display: grid; gap: 4px; }
.contact-detail small { color: var(--muted); font-size: 16px; }
.contact-detail strong { font-size: 21px; font-weight: 640; line-height: 1.5; }

.appointment-form { padding: 37px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: 0 19px 48px rgba(17,45,54,.055); }
.form-heading h2 { margin-top: 9px; font-size: 42px; line-height: 1.15; }
.form-heading > p { margin: 12px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.form-fields { display: grid; gap: 17px; margin-top: 25px; }
.form-field { display: grid; gap: 8px; }
.form-field label { color: var(--ink-strong); font-size: 16px; font-weight: 620; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 62px; padding: 0 16px; border: 1px solid #cfddda; border-radius: 15px; background: var(--white); color: var(--ink-strong); font-size: 17px; }
.form-field input::placeholder { color: #738179; }
.form-field input:focus, .form-field select:focus { outline: 2px solid rgba(23,95,199,.2); border-color: var(--accent); }
.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.consent-label { display: flex; align-items: flex-start; gap: 12px; margin: 21px 0 22px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.consent-label input { width: 21px; height: 21px; flex: 0 0 auto; margin-top: 3px; accent-color: var(--accent); }
.consent-label a { color: var(--accent); text-decoration: underline; }
.form-submit { width: 100%; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: 15px; text-align: center; }

.site-footer { padding-top: 88px; background: var(--ink-strong); color: #edf4f2; }
.footer-top { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1.15fr; gap: 52px; }
.brand--inverted .brand-mark { background: var(--white); color: var(--ink-strong); }
.brand--inverted .brand-wordmark strong { color: var(--white); }
.brand--inverted .brand-wordmark small { color: #d2dedb; }
.footer-brand > p, .footer-contact > p { margin: 17px 0 0; color: #d0deda; font-size: 16px; line-height: 1.8; }
.credential-pills { display: flex; gap: 11px; margin-top: 22px; }
.credential-pills span { padding: 7px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; font-size: 15px; }
.footer-column { display: grid; align-content: start; gap: 13px; }
.footer-column > span { margin-bottom: 8px; color: var(--white); font-size: 17px; font-weight: 670; }
.footer-column > a { color: #e0e9e6; font-size: 16px; }
.footer-column > a:hover { color: #add0ff; }
.footer-contact > a:last-child { display: inline-flex; align-items: center; gap: 7px; }
.medical-notice { display: flex; align-items: flex-start; gap: 14px; padding: 21px 23px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.medical-notice > svg { flex: 0 0 auto; margin-top: 4px; color: var(--accent); }
.medical-notice p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.site-footer .medical-notice { margin-top: 47px; border-color: rgba(255,255,255,.17); background: rgba(255,255,255,.045); }
.site-footer .medical-notice p { color: #d5e1de; }
.footer-bottom { display: flex; min-height: 81px; align-items: center; justify-content: space-between; gap: 16px; margin-top: 28px; border-top: 1px solid rgba(255,255,255,.15); color: #d5e1de; font-size: 15px; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 21px; }
.mobile-sticky-bar { display: none; }

.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: var(--muted); font-size: 16px; }
.breadcrumbs > span { display: inline-flex; align-items: center; gap: 10px; }
.breadcrumbs [aria-current="page"] { color: var(--ink-strong); }
.page-hero { padding-block: 39px 85px; background: var(--sand); }
.page-hero-content { max-width: 1000px; margin-top: 55px; }
.page-hero h1 { margin-top: 14px; font-size: clamp(62px,7.5vw,94px); line-height: 1.05; }
.page-hero-content > p { max-width: 800px; margin: 17px 0 0; color: var(--muted); font-size: 20px; line-height: 1.8; }
.narrow-shell { max-width: 960px; }
.faq-page, .archive-section, .contact-page, .detail-body, .biography-section { background: var(--white); }
.faq-notice { margin-top: 29px; }
.category-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 63px; }
.category-chip { min-height: 51px; padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; font-size: 16px; font-weight: 580; }
.category-chip:hover { border-color: var(--accent); background: var(--accent-soft); }
.archive-group + .archive-group { margin-top: 84px; }
.archive-group-heading { display: grid; gap: 6px; margin-bottom: 26px; }
.archive-group-heading h2 { font-size: 46px; line-height: 1.13; }
.archive-group-heading > span:last-child { color: var(--muted); font-size: 16px; }
.archive-section > .shell > .medical-notice { margin-top: 72px; }

.detail-hero { padding-block: 38px 90px; background: var(--sand); }
.detail-hero-grid { display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: 77px; margin-top: 56px; }
.detail-hero-grid h1 { margin-top: 14px; font-size: clamp(62px,7.1vw,89px); line-height: 1.06; }
.detail-hero-grid > div:first-child > p { max-width: 680px; margin: 19px 0 0; color: var(--muted); font-size: 19px; line-height: 1.8; }
.detail-hero-image { height: 440px; overflow: hidden; border-radius: 30px; background: var(--sand-deep); }
.detail-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-review { display: flex; align-items: center; gap: 10px; margin-top: 25px; color: var(--muted); font-size: 16px; }
.detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 450px; align-items: start; gap: 79px; }
.detail-content { min-width: 0; }
.content-section + .content-section { margin-top: 59px; }
.content-section h2 { margin-top: 10px; font-size: 46px; line-height: 1.18; }
.content-section > p { margin: 17px 0 0; color: var(--muted); font-size: 18px; line-height: 1.88; }
.content-checklist { display: grid; gap: 14px; padding: 0; margin: 23px 0 0; list-style: none; }
.content-checklist li { display: flex; align-items: flex-start; gap: 11px; font-size: 18px; }
.content-checklist svg { flex: 0 0 auto; margin-top: 7px; color: var(--accent); }
.detail-steps { display: grid; gap: 13px; margin-top: 21px; }
.detail-steps > div { display: flex; align-items: flex-start; gap: 16px; padding: 17px; border: 1px solid var(--line); border-radius: 15px; }
.detail-steps > div > span { color: var(--accent); font-size: 18px; font-weight: 700; }
.detail-steps p { margin: 0; color: var(--muted); font-size: 17px; }
.content-section .faq-list { margin-top: 22px; }
.detail-content > .medical-notice { margin-top: 46px; }
.detail-sidebar { position: sticky; top: 120px; }
.detail-sidebar .appointment-form { padding: 29px; }
.detail-sidebar .form-heading h2 { font-size: 36px; }
.sidebar-contact { display: flex; align-items: center; gap: 14px; margin-top: 19px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; }
.sidebar-contact > svg { color: var(--accent); }
.sidebar-contact > span { display: grid; color: var(--muted); font-size: 16px; }
.sidebar-contact a { color: var(--ink); font-size: 18px; font-weight: 660; }
.related-section, .timeline-section { background: var(--paper); }

.booking-page { padding-block: 38px 105px; background: var(--paper); }
.booking-layout { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 100px; margin-top: 73px; }
.booking-copy h1 { margin-top: 16px; font-size: clamp(64px,6.7vw,90px); line-height: 1.05; }
.booking-copy > p { max-width: 640px; margin: 18px 0 0; color: var(--muted); font-size: 20px; line-height: 1.8; }
.booking-assurance { display: grid; gap: 15px; margin-top: 29px; }
.booking-assurance > span { display: flex; align-items: flex-start; gap: 11px; font-size: 17px; }
.booking-assurance svg { flex: 0 0 auto; margin-top: 5px; color: var(--accent); }
.booking-direct { display: grid; gap: 6px; margin-top: 37px; }
.booking-direct > span { color: var(--muted); font-size: 16px; }
.booking-direct a { display: inline-flex; align-items: center; gap: 10px; font-size: 24px; font-weight: 660; }
.booking-page > .shell > .medical-notice { margin-top: 69px; }

.contact-layout { display: grid; grid-template-columns: 1fr .85fr; align-items: start; gap: 75px; }
.contact-card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.contact-info-card { display: grid; min-height: 207px; align-content: start; gap: 9px; padding: 23px; border: 1px solid var(--line); border-radius: 20px; }
.contact-info-card > svg { margin-bottom: 9px; color: var(--accent); }
.contact-info-card > span { color: var(--muted); font-size: 15px; font-weight: 700; letter-spacing: .05em; }
.contact-info-card > strong { overflow-wrap: anywhere; font-size: 18px; line-height: 1.55; }
.contact-info-card > small { color: var(--muted); font-size: 16px; }
.location-card { display: flex; min-height: 175px; align-items: center; justify-content: space-between; gap: 14px; margin-top: 19px; padding: 27px; border-radius: 21px; background: var(--sand); }
.location-card h2 { margin-top: 7px; font-size: 32px; }
.location-card p { margin: 7px 0 0; color: var(--muted); font-size: 16px; }
.location-card > svg { flex: 0 0 auto; color: var(--accent); }

.about-hero { padding-block: 39px 94px; background: var(--sand); }
.about-hero-grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 89px; margin-top: 48px; }
.about-hero-grid h1 { margin-top: 14px; font-size: clamp(77px,8vw,112px); line-height: 1.02; }
.about-hero-grid > div:first-child > p { max-width: 675px; margin: 21px 0 0; color: var(--muted); font-size: 20px; line-height: 1.8; }
.credential-tags { display: flex; flex-wrap: wrap; gap: 11px; margin: 25px 0 30px; }
.credential-tags span { padding: 9px 14px; border: 1px solid #cbdad6; border-radius: 12px; background: var(--white); font-size: 16px; font-weight: 570; }
.about-hero-image { height: 585px; overflow: hidden; border-radius: 32px; background: #dce6e2; }
.about-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 17%; }
.biography-layout { display: grid; grid-template-columns: .86fr 1.14fr; align-items: start; gap: 89px; }
.biography-copy p { margin: 0; color: var(--muted); font-size: 19px; line-height: 1.9; }
.biography-copy p + p { margin-top: 19px; }
.timeline { display: grid; gap: 14px; }
.timeline-item { display: grid; grid-template-columns: 125px 1fr; gap: 26px; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.timeline-item > span { color: var(--accent); font-size: 31px; font-weight: 640; }
.timeline-item h3 { font-size: 30px; }
.timeline-item p { margin: 9px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.certificate-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; }
.certificate-card { min-height: 280px; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.certificate-card > div { display: flex; align-items: center; justify-content: space-between; color: var(--accent); }
.certificate-card > div > span { color: var(--muted); font-size: 16px; }
.certificate-card > strong { display: block; margin-top: 25px; color: var(--accent); font-size: 17px; letter-spacing: .05em; }
.certificate-card h2, .certificate-card h3 { margin-top: 10px; font-size: 29px; line-height: 1.25; }
.certificate-card p { margin: 9px 0 0; color: var(--muted); font-size: 16px; }
.about-section-nav { border-bottom: 1px solid var(--line); background: var(--white); }
.about-section-nav > .shell { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; min-height: 78px; padding-block: 14px; }
.about-section-nav a { color: var(--muted); font-size: 16px; font-weight: 610; }
.about-section-nav a:hover { color: var(--accent); }
.about-credential-grid { margin-top: 47px; }
.certificate-documents-section { background: var(--white); }
.certificate-document-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; }
.certificate-document-card { overflow: hidden; padding: 18px; border: 1px solid var(--line); border-radius: 23px; background: var(--paper); }
.certificate-document-card > a { display: block; overflow: hidden; border-radius: 15px; background: var(--white); }
.certificate-document-card img { width: 100%; max-height: 470px; object-fit: contain; }
.certificate-document-card h3 { margin-top: 19px; font-size: 25px; line-height: 1.3; }
.certificate-document-card p { margin: 6px 0 0; color: var(--muted); font-size: 16px; }

.video-showcase { background: var(--paper); }
.video-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.video-card-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--ink-strong); }
.video-card-trigger { position: relative; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: var(--ink-strong); cursor: pointer; }
.video-card-media img, .video-card-media iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-card-media img { transition: opacity .2s ease, transform .3s ease; }
.video-card-trigger:hover img { opacity: .78; transform: scale(1.045); }
.video-card-play { position: absolute; top: 50%; left: 50%; z-index: 1; display: grid; width: 69px; height: 69px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.96); color: var(--accent); transform: translate(-50%,-50%); }
.video-card-play svg { margin-left: 3px; }
.video-card-copy { padding: 23px 23px 27px; }
.video-card-copy h3 { min-height: 82px; margin-top: 10px; font-size: 27px; line-height: 1.34; }
.video-card-copy > span:last-child { display: block; margin-top: 10px; color: var(--muted); font-size: 16px; }

.publications-section { background: var(--white); }
.publication-count { margin: 0 0 22px; color: var(--muted); font-size: 16px; }
.publication-list { display: grid; gap: 17px; padding: 0; margin: 0; list-style: none; }
.publication-card { display: grid; grid-template-columns: 66px minmax(0,1fr); gap: 17px; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.publication-number { color: var(--accent); font-size: 25px; font-weight: 680; }
.publication-meta { display: flex; flex-wrap: wrap; gap: 9px 17px; color: var(--accent); font-size: 14px; font-weight: 670; text-transform: uppercase; }
.publication-card h2 { margin-top: 11px; font-size: 25px; line-height: 1.37; overflow-wrap: anywhere; }
.publication-card p { margin: 11px 0 0; color: var(--muted); font-size: 16px; }
.publication-journal { display: inline-flex; align-items: flex-start; gap: 8px; margin-top: 15px; color: var(--ink); font-size: 16px; }
.publication-journal svg { flex: 0 0 auto; margin-top: 4px; color: var(--accent); }
.press-section { background: var(--paper); }
.press-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 23px; }
.press-card { display: grid; align-content: start; min-height: 310px; padding: 26px; border: 1px solid var(--line); border-radius: 23px; background: var(--white); transition: box-shadow .2s ease,transform .2s ease; }
.press-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(17,45,54,.07); }
.press-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 27px; color: var(--ink); font-size: 17px; font-weight: 650; }
.press-card-top svg { color: var(--accent); }
.press-card h2 { margin-top: 11px; font-size: 27px; line-height: 1.3; }
.press-card-date { display: block; margin-top: 12px; color: var(--muted); font-size: 15px; }
.press-card .card-link { margin-top: 22px; }

.article-detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 425px; align-items: start; gap: 78px; }
.article-detail-content > img { width: 100%; max-height: 470px; border-radius: 26px; object-fit: cover; }
.article-detail-content > p, .article-detail-content section > p { color: var(--muted); font-size: 19px; line-height: 1.9; }
.article-detail-content section { margin-top: 42px; }
.article-detail-content section h2 { font-size: 42px; line-height: 1.17; }
.article-detail-content > .medical-notice { margin-top: 40px; }
.article-detail-sidebar { position: sticky; top: 120px; }
.article-detail-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 19px; color: var(--muted); font-size: 16px; }
.legal-copy { max-width: 930px; }
.legal-copy section + section { margin-top: 39px; }
.legal-copy h2 { font-size: 39px; line-height: 1.18; }
.legal-copy p, .legal-copy li { color: var(--muted); font-size: 18px; line-height: 1.85; }
.legal-copy ul { display: grid; gap: 8px; padding-left: 24px; }
.legal-updated { color: var(--muted); font-size: 16px; }
.logo-options-section { background: var(--paper); }
.logo-options-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px; }
.logo-option-card { min-width: 0; padding: 29px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); }
.logo-option-heading { display: flex; min-height: 30px; align-items: center; justify-content: space-between; gap: 12px; }
.logo-option-badge { display: inline-flex; align-items: center; padding: 6px 11px; border-radius: 999px; background: var(--accent-soft); color: var(--accent); font-size: 13px; font-weight: 650; white-space: nowrap; }
.logo-option-stages { display: grid; gap: 13px; margin-top: 24px; }
.logo-option-stage { display: flex; min-height: 112px; align-items: center; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 19px; background: var(--white); }
.logo-option-stage--dark { border-color: var(--ink-strong); background: var(--ink-strong); color: var(--white); }
.logo-option-stage--dark .brand-mark { background: var(--white); color: var(--ink-strong); }
.logo-option-lockup { display: grid; min-width: 0; gap: 3px; }
.logo-option-lockup strong { font-size: 17px; line-height: 1.3; }
.logo-option-lockup small { color: var(--muted); font-size: 14px; }
.logo-option-stage--dark .logo-option-lockup small { color: #d5e1de; }
.logo-option-card > h2 { margin-top: 24px; font-size: 34px; line-height: 1.2; }
.logo-option-card > p { margin: 9px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.not-found-page { display: grid; min-height: 59vh; align-items: center; background: var(--white); }
.not-found-page h1 { max-width: 930px; margin-top: 13px; font-size: clamp(58px, 7vw, 92px); line-height: 1.08; }
.not-found-page p { max-width: 710px; color: var(--muted); font-size: 19px; line-height: 1.8; }
.empty-state { max-width: 720px; margin-inline: auto; text-align: center; }
.empty-state h1 { font-size: clamp(54px,8vw,96px); line-height: 1.07; }
.empty-state p { color: var(--muted); font-size: 19px; }
.empty-state .button { margin-top: 13px; }

@media (max-width: 1290px) {
  .shell { width: min(1180px,calc(100% - 70px)); }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 15px; }
  .brand-wordmark strong { font-size: 17px; }
  .hero-grid { gap: 63px; }
  .hero-copy h1 { font-size: clamp(75px,7.8vw,98px); }
  .hero-image-frame { height: 645px; }
  .care-finder-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-preview-grid, .contact-preview-grid { gap: 68px; }
  .detail-layout { grid-template-columns: minmax(0,1fr) 415px; gap: 54px; }
  .footer-top { gap: 35px; }
}

@media (max-width: 1100px) {
  .announcement-content > span { display: none; }
  .desktop-nav { display: none; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid var(--line); border-radius: 15px; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu > nav { position: absolute; top: 69px; right: 0; display: grid; width: min(390px,calc(100vw - 42px)); padding: 12px 20px; border: 1px solid var(--line); border-radius: 21px; background: var(--white); box-shadow: 0 24px 57px rgba(17,45,54,.14); }
  .mobile-menu > nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .mobile-menu > nav a:last-child { border-bottom: 0; }
  .mobile-menu-cta { color: var(--accent); font-weight: 690; }
  .hero-grid { min-height: 575px; gap: 47px; }
  .hero-copy h1 { font-size: clamp(64px,7.9vw,83px); }
  .hero-image-frame { height: 580px; }
  .hero-contact-card { left: -25px; }
  .treatment-grid, .certificate-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .content-slider { --slider-columns: 2; }
  .about-preview-grid { gap: 49px; }
  .about-photo { height: 555px; }
  .faq-grid, .contact-preview-grid, .contact-layout { gap: 48px; }
  .booking-layout { gap: 59px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 43px; }
}

@media (max-width: 850px) {
  .shell { width: calc(100% - 48px); }
  .home-hero { padding-block: 50px 65px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 42px; }
  .hero-copy h1 { font-size: clamp(71px,11vw,99px); }
  .hero-copy > p { max-width: 690px; }
  .hero-visual { max-width: 690px; }
  .hero-image-frame { height: min(670px,92vw); }
  .hero-contact-card { left: 17px; top: 19px; }
  .floating-credential { top: 19px; left: 17px; }
  .care-finder-inner { padding: 31px; }
  .care-finder-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .section { padding-block: 93px; }
  .section-heading { align-items: flex-start; }
  .about-preview { padding-block: 94px; }
  .about-preview-grid { grid-template-columns: 1fr; gap: 41px; }
  .about-photo { max-width: 690px; height: min(630px,89vw); }
  .about-copy h2 { font-size: clamp(64px,10vw,89px); }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 205px; }
  .appointment-band-inner { display: grid; gap: 29px; }
  .appointment-band-actions { min-width: 0; }
  .faq-grid { grid-template-columns: 1fr; gap: 39px; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .contact-preview { padding-block: 96px; }
  .contact-preview-grid { grid-template-columns: 1fr; gap: 43px; }
  .contact-preview-grid > .appointment-form { max-width: 670px; }
  .detail-hero-grid, .about-hero-grid { grid-template-columns: 1fr; gap: 33px; }
  .detail-hero-image { height: 400px; }
  .detail-layout, .article-detail-layout { grid-template-columns: 1fr; gap: 43px; }
  .detail-sidebar, .article-detail-sidebar { position: static; max-width: 670px; }
  .booking-layout { grid-template-columns: 1fr; gap: 39px; margin-top: 50px; }
  .booking-layout > .appointment-form { max-width: 670px; }
  .contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .contact-layout > .appointment-form { max-width: 670px; }
  .about-hero-image { max-width: 680px; height: min(585px,89vw); }
  .biography-layout { grid-template-columns: 1fr; gap: 31px; }
  .press-grid, .certificate-document-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .logo-options-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 87px; }
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); font-size: 17px; }
  .shell { width: calc(100% - 36px); }
  .announcement-bar, .announcement-content { min-height: 45px; }
  .announcement-content { gap: 9px; font-size: 14px; }
  .announcement-content a { gap: 5px; }
  .announcement-content a > svg { width: 17px; height: 17px; }
  .site-header, .header-inner { min-height: 84px; }
  .header-inner { gap: 9px; }
  .brand { gap: 10px; }
  .brand-mark { width: 48px; height: 48px; border-radius: 15px; font-size: 21px; }
  .brand-mark-symbol { width: 33px; height: 33px; }
  .brand-wordmark strong { font-size: 16px; }
  .brand-wordmark small { font-size: 14px; }
  .header-actions { gap: 8px; }
  .header-appointment { display: none; }
  .mobile-menu summary { width: 48px; height: 48px; }
  .home-hero { padding-block: 40px 52px; }
  .hero-grid { gap: 32px; }
  .hero-location { min-height: 43px; font-size: 15px; }
  .hero-eyebrow { margin-top: 30px; }
  .eyebrow { font-size: 14px; letter-spacing: .055em; }
  .hero-copy h1 { margin-top: 13px; font-size: clamp(56px,12vw,79px); line-height: 1.01; }
  .hero-copy > p { margin-top: 18px; font-size: 18px; line-height: 1.75; }
  .hero-actions { display: grid; width: 100%; grid-template-columns: 1fr; gap: 11px; margin-top: 24px; }
  .hero-actions > .button { width: 100%; }
  .button { min-height: 61px; padding-inline: 17px; font-size: 16px; }
  .hero-proof-grid { gap: 11px; margin-top: 29px; padding-top: 20px; }
  .hero-proof-grid strong { font-size: 19px; }
  .hero-proof-grid span { font-size: 14px; }
  .hero-image-frame { height: clamp(420px,114vw,570px); border-radius: 27px; }
  .hero-image-caption { padding: 76px 19px 21px; }
  .hero-image-caption > span { font-size: 14px; }
  .hero-image-caption strong { font-size: 27px; }
  .hero-image-caption small { font-size: 16px; }
  .hero-contact-card { top: 14px; right: 12px; left: 12px; gap: 10px; padding: 12px; border-radius: 17px; }
  .hero-contact-card strong { font-size: 16px; }
  .hero-contact-card small { font-size: 14px; }
  .hero-contact-card > svg:last-child { margin-left: auto; }
  .credential-icon { width: 46px; height: 46px; border-radius: 14px; }
  .floating-credential { top: 14px; left: 12px; gap: 9px; padding: 11px 12px; }
  .floating-credential strong { font-size: 15px; }
  .floating-credential small { font-size: 14px; }
  .care-finder { padding-bottom: 12px; }
  .care-finder-inner { padding: 25px 19px 21px; border-radius: 23px; }
  .care-finder-heading > strong { font-size: 24px; line-height: 1.32; }
  .care-finder-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 18px; }
  .care-finder-item { min-height: 85px; gap: 12px; padding: 12px; }
  .care-finder-item > span:nth-child(2) strong { font-size: 16px; }
  .care-finder-item > span:nth-child(2) small { font-size: 14px; }
  .section { padding-block: 78px; }
  .section-heading { display: grid; gap: 18px; margin-bottom: 32px; }
  .section-heading--center { text-align: left; }
  .section-heading h2, .about-copy h2, .faq-grid h2, .contact-preview h2, .biography-layout h2 { font-size: clamp(43px,10.4vw,60px); }
  .section-heading p, .about-copy > p, .faq-grid > div:first-child > p, .contact-preview-copy > p { margin-top: 12px; font-size: 17px; line-height: 1.78; }
  .text-link, .card-link { font-size: 16px; }
  .treatment-grid { grid-template-columns: 1fr; gap: 19px; }
  .treatment-image { height: min(265px,66vw); }
  .treatment-copy { padding: 21px 19px 24px; }
  .treatment-copy h3 { font-size: 30px; }
  .treatment-copy p { min-height: 0; font-size: 16px; }
  .about-preview { padding-block: 78px; }
  .about-preview-grid { gap: 32px; }
  .about-copy h2 { font-size: clamp(53px,11vw,74px); }
  .about-highlights { gap: 12px; margin-block: 23px 27px; }
  .about-highlights span { font-size: 16px; }
  .about-photo { height: clamp(405px,111vw,570px); border-radius: 25px; }
  .about-photo-label { right: 12px; bottom: 12px; left: 12px; gap: 9px; padding: 15px 13px; }
  .about-photo-label span, .about-photo-label strong { font-size: 15px; }
  .process-grid { gap: 14px; }
  .process-grid article { min-height: 194px; padding: 24px 20px; }
  .process-grid h3 { margin-top: 18px; font-size: 28px; }
  .process-grid p { font-size: 16px; }
  .appointment-band { padding-block: 78px; }
  .appointment-band h2 { font-size: clamp(45px,9.8vw,64px); }
  .appointment-band p { font-size: 17px; }
  .faq-grid { gap: 30px; }
  .faq-item summary { min-height: 76px; gap: 11px; padding: 16px 14px; font-size: 16px; }
  .faq-toggle { width: 34px; height: 34px; }
  .faq-item > p { margin: 0 16px 18px 15px; font-size: 16px; }
  .article-grid { grid-template-columns: 1fr; gap: 19px; }
  .content-slider { --slider-columns: 1; --slider-gap: 17px; }
  .content-slider-footer { gap: 12px; margin-top: 16px; }
  .content-slider-status { font-size: 14px; }
  .content-slider-button { width: 44px; height: 44px; border-radius: 13px; }
  .article-image { height: min(260px,66vw); }
  .article-copy { padding: 20px; }
  .article-card h3 { font-size: 27px; }
  .article-copy > p { font-size: 16px; }
  .contact-preview { padding-block: 79px; }
  .contact-preview-grid { gap: 35px; }
  .contact-detail { gap: 12px; margin-top: 23px; }
  .contact-detail small { font-size: 15px; }
  .contact-detail strong { font-size: 18px; }
  .appointment-form { padding: 25px 18px; border-radius: 21px; }
  .form-heading h2 { font-size: 37px; }
  .form-heading > p { font-size: 16px; }
  .form-fields { gap: 15px; margin-top: 21px; }
  .form-field label { font-size: 15px; }
  .form-field input, .form-field select { min-height: 58px; padding-inline: 12px; font-size: 16px; }
  .consent-label, .form-note { font-size: 15px; }
  .site-footer { padding-top: 64px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px 17px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-column > a { font-size: 15px; }
  .site-footer .medical-notice { gap: 10px; margin-top: 38px; padding: 16px 14px; }
  .medical-notice p { font-size: 15px; }
  .footer-bottom { display: grid; justify-content: start; gap: 12px; padding-block: 19px; font-size: 14px; }
  .footer-bottom > div { gap: 13px; }
  .mobile-sticky-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 40; display: grid; min-height: calc(79px + env(safe-area-inset-bottom)); grid-template-columns: 1fr 1.15fr 1fr; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--line); background: var(--white); box-shadow: 0 -10px 32px rgba(17,45,54,.09); }
  .mobile-sticky-bar > a { display: grid; align-content: center; justify-items: center; gap: 5px; font-size: 14px; font-weight: 650; line-height: 1.15; }
  .mobile-sticky-bar > a:nth-child(2) { background: var(--accent); color: var(--white); }
  .breadcrumbs { gap: 7px; font-size: 15px; }
  .breadcrumbs > span { gap: 7px; }
  .page-hero { padding-block: 29px 64px; }
  .page-hero-content { margin-top: 39px; }
  .page-hero h1 { font-size: clamp(48px,10.7vw,69px); }
  .page-hero-content > p { margin-top: 13px; font-size: 17px; }
  .category-chips { gap: 9px; margin-bottom: 47px; }
  .category-chip { min-height: 46px; padding: 9px 13px; font-size: 15px; }
  .archive-group + .archive-group { margin-top: 66px; }
  .archive-group-heading h2 { font-size: 39px; }
  .detail-hero { padding-block: 28px 60px; }
  .detail-hero-grid { gap: 28px; margin-top: 36px; }
  .detail-hero-grid h1 { font-size: clamp(50px,10.9vw,72px); }
  .detail-hero-grid > div:first-child > p { font-size: 17px; }
  .detail-hero-image { height: min(365px,77vw); border-radius: 22px; }
  .detail-review { font-size: 15px; }
  .detail-layout { gap: 37px; }
  .content-section + .content-section { margin-top: 45px; }
  .content-section h2 { font-size: 37px; }
  .content-section > p, .content-checklist li { font-size: 17px; }
  .detail-sidebar .appointment-form { padding: 23px 17px; }
  .booking-page { padding-block: 28px 76px; }
  .booking-layout { gap: 32px; margin-top: 38px; }
  .booking-copy h1 { font-size: clamp(52px,11vw,73px); }
  .booking-copy > p { font-size: 18px; }
  .booking-assurance > span { font-size: 16px; }
  .booking-direct a { font-size: 20px; }
  .booking-page > .shell > .medical-notice { margin-top: 45px; }
  .contact-card-grid { grid-template-columns: 1fr; gap: 13px; }
  .contact-info-card { min-height: 165px; padding: 19px; }
  .location-card { min-height: 152px; padding: 19px; }
  .location-card h2 { font-size: 28px; }
  .about-hero { padding-block: 28px 66px; }
  .about-hero-grid { gap: 28px; margin-top: 36px; }
  .about-hero-grid h1 { font-size: clamp(67px,13vw,88px); }
  .about-hero-grid > div:first-child > p { font-size: 18px; }
  .about-hero-image { height: clamp(405px,111vw,565px); border-radius: 24px; }
  .biography-copy p { font-size: 17px; }
  .timeline-item { grid-template-columns: 1fr; gap: 7px; padding: 21px; }
  .timeline-item > span { font-size: 27px; }
  .timeline-item h3 { font-size: 27px; }
  .timeline-item p { font-size: 16px; }
  .certificate-grid { grid-template-columns: 1fr; gap: 15px; }
  .certificate-card { min-height: 235px; padding: 23px; }
  .certificate-card h2, .certificate-card h3 { font-size: 27px; }
  .about-section-nav > .shell { flex-wrap: nowrap; gap: 20px; min-height: 68px; overflow-x: auto; scrollbar-width: none; }
  .about-section-nav > .shell::-webkit-scrollbar { display: none; }
  .about-section-nav a { flex: 0 0 auto; font-size: 15px; }
  .about-credential-grid { margin-top: 31px; }
  .certificate-document-grid, .press-grid { grid-template-columns: 1fr; gap: 16px; }
  .certificate-document-card { padding: 14px; }
  .certificate-document-card h3 { font-size: 23px; }
  .video-card-play { width: 59px; height: 59px; }
  .video-card-copy { padding: 20px 19px 22px; }
  .video-card-copy h3 { min-height: 0; font-size: 25px; }
  .publication-card { grid-template-columns: 1fr; gap: 7px; padding: 20px 18px; }
  .publication-number { font-size: 22px; }
  .publication-card h2 { font-size: 22px; }
  .publication-card p, .publication-journal { font-size: 15px; }
  .press-card { min-height: 255px; padding: 22px; }
  .press-card h2 { font-size: 25px; }
  .article-detail-content section h2, .legal-copy h2 { font-size: 35px; }
  .article-detail-content > p, .article-detail-content section > p, .legal-copy p, .legal-copy li { font-size: 17px; }
  .logo-option-card { padding: 21px 17px; }
  .logo-option-heading { align-items: flex-start; flex-direction: column; }
  .logo-option-stages { margin-top: 19px; }
  .logo-option-stage { min-height: 89px; gap: 10px; padding: 12px; }
  .logo-option-lockup strong { font-size: 15px; }
  .logo-option-lockup small { font-size: 13px; }
  .logo-option-card > h2 { margin-top: 20px; font-size: 29px; }
  .not-found-page h1 { font-size: clamp(48px, 10.5vw, 70px); }
  .not-found-page p { font-size: 17px; }
}

@media (max-width: 380px) {
  .shell { width: calc(100% - 28px); }
  .announcement-content { font-size: 14px; }
  .brand-mark { width: 43px; height: 43px; }
  .brand-mark-symbol { width: 30px; height: 30px; }
  .brand-wordmark strong { font-size: 15px; }
  .brand-wordmark small { font-size: 14px; }
  .hero-copy h1 { font-size: 51px; }
  .hero-proof-grid span { font-size: 14px; }
  .hero-contact-card small { font-size: 14px; }
  .about-photo-label { display: grid; gap: 5px; }
  .footer-column > a { overflow-wrap: anywhere; }
}

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

/* WordPress-native navigation, editor content, media, and category filters. */
.desktop-nav .menu, .footer-column .menu, .footer-bottom .menu { display: contents; padding: 0; margin: 0; list-style: none; }
.desktop-nav .menu li, .footer-column .menu li, .footer-bottom .menu li { display: contents; }
.footer-column .menu a { color: #e0e9e6; font-size: 16px; }
.mobile-menu nav .menu { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; }
.mobile-menu nav .menu li { display: contents; }
.brand-mark img { width: 39px; height: 39px; object-fit: contain; }
.wp-content > p:first-child { margin-top: 0; }
.wp-content p { color: var(--muted); line-height: 1.9; }
.wp-content h2, .wp-content h3 { margin-top: 35px; }
.wp-content img { height: auto; border-radius: 20px; }
.faq-item > .wp-content { margin: 0 66px 22px 20px; }
.faq-item > .wp-content p { margin: 0; font-size: 17px; }
.category-chip.is-active { border-color: var(--accent); background: var(--accent-soft); color: var(--accent); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.pagination { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.pagination .page-numbers { display: grid; min-width: 45px; min-height: 45px; place-items: center; border: 1px solid var(--line); border-radius: 12px; }
.pagination .current { background: var(--accent); color: var(--white); }
@media (max-width: 640px) { .brand-mark img { width: 33px; height: 33px; } .faq-item > .wp-content { margin: 0 16px 18px 15px; } }
