:root {
  --ink: #153f45;
  --ink-deep: #0c3035;
  --mint: #d3e9ec;
  --teal: #2a8391;
  --mist: #edf3f1;
  --paper: #f7f7f2;
  --white: #fff;
  --sand: #d8c9b6;
  --water-light: #e3eff1;
  --water-soft: #d4e8ea;
  --water-deep: #c4dee0;
  --sand-line: rgba(21, 63, 69, .16);
  --coral: #d47d62;
  --text: #1b2b2e;
  --muted: #5e6b6c;
  --line: rgba(21, 63, 69, .17);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Aptos", "Segoe UI", Arial, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--white); color: var(--ink); padding: 12px 18px; border-radius: 2px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: white; border-bottom: 1px solid rgba(255,255,255,.2); transition: background .3s, color .3s, box-shadow .3s; }
.site-header.scrolled { color: var(--ink); background: rgba(247,247,242,.96); box-shadow: 0 8px 35px rgba(19,47,51,.07); backdrop-filter: blur(14px); }
.header-inner { height: 88px; width: min(calc(100% - 48px), 1440px); margin: auto; display: flex; align-items: center; gap: 38px; }
.brand { text-decoration: none; display: flex; align-items: center; gap: 11px; font-size: 18px; letter-spacing: -.02em; flex-shrink: 0; }
.brand img { width: 42px; height: 42px; object-fit: contain; filter: brightness(0) invert(1); transition: filter .3s; }
.scrolled .brand img, .footer-brand img { filter: none; }
.brand strong { font-weight: 700; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.6vw, 42px); margin-left: auto; }
.site-nav a { text-decoration: none; font-size: 14px; position: relative; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; height: 1px; inset: auto 100% -7px 0; background: currentColor; transition: right .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.language-switcher { display: flex; align-items: center; gap: 3px; padding-left: 15px; border-left: 1px solid currentColor; }
.language-switcher a { min-width: 28px; padding: 4px 5px; text-align: center; text-decoration: none; font-size: 10px; font-weight: 750; letter-spacing: .04em; opacity: .62; }
.language-switcher a:hover, .language-switcher a[aria-current="page"] { opacity: 1; background: rgba(255,255,255,.14); }
.site-header.scrolled .language-switcher a:hover, .site-header.scrolled .language-switcher a[aria-current="page"] { background: var(--mint); }
.header-phone { display: flex; align-items: center; gap: 9px; padding-left: 25px; border-left: 1px solid currentColor; text-decoration: none; font-weight: 600; font-size: 14px; white-space: nowrap; }
.header-phone svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 7px; }
.menu-toggle > span:not(.sr-only) { width: 25px; height: 1px; display: block; background: currentColor; margin: 6px 0; }

.hero { position: relative; min-height: 830px; height: 100svh; color: white; display: flex; align-items: center; overflow: hidden; background: var(--ink); }
.hero-image { position: absolute; inset: 0; background-image: url("../images/hero-praxis.jpg"); background-position: center center; background-size: cover; transform: scale(1.015); animation: hero-in 1.2s ease-out both; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,54,60,.7) 0%, rgba(26,74,80,.4) 40%, rgba(150,205,205,.05) 73%), linear-gradient(0deg, rgba(16,46,50,.2), transparent 42%); }
.hero-content { position: relative; padding-top: 75px; }
.eyebrow, .section-kicker { margin: 0 0 25px; font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 13px; }
.eyebrow::before { content: ""; width: 38px; height: 1px; background: currentColor; }
.hero h1 { max-width: 760px; font-size: clamp(58px, 7vw, 104px); font-weight: 400; line-height: .97; letter-spacing: -.055em; margin: 0 0 28px; }
.hero h1 em { color: #cfe3de; font-family: var(--serif); font-weight: 400; }
.hero-copy { max-width: 590px; font-size: 19px; line-height: 1.65; margin: 0 0 38px; color: rgba(255,255,255,.88); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; padding: 0 25px; font-size: 14px; font-weight: 650; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--white); color: var(--ink); }
.button-ghost { border: 1px solid rgba(255,255,255,.7); color: white; }
.button-ghost:hover { background: white; color: var(--ink); }
.scroll-hint { position: absolute; right: 40px; bottom: 36px; text-decoration: none; writing-mode: vertical-rl; display: flex; align-items: center; gap: 13px; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.scroll-hint svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 170px 1fr 250px; gap: clamp(30px, 5vw, 80px); align-items: start; }
.section-kicker { color: var(--coral); }
.section-kicker.light { color: var(--coral); }
h2 { font-size: clamp(42px, 5vw, 67px); font-weight: 400; line-height: 1.08; letter-spacing: -.045em; margin: 0; color: var(--ink); }
.lead { font-family: var(--serif); font-size: clamp(20px, 2.2vw, 28px); line-height: 1.45; color: #556466; max-width: 810px; margin: 32px 0 0; }
.intro-notes { display: grid; align-self: stretch; }
.intro-note { border-top: 1px solid var(--line); padding: 17px 0 22px; }
.intro-note .number { font-family: var(--serif); font-size: 17px; color: var(--coral); }
.intro-note p { margin: 11px 0 0; font-size: 14px; color: var(--muted); }

.services { background: var(--water-light); color: var(--text); }
.services h2, .partner h2 { color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1.4fr .7fr; align-items: end; gap: 80px; margin-bottom: 75px; }
.section-heading > p { color: var(--muted); max-width: 460px; margin: 0 0 5px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--sand-line); }
.service-card { min-height: 460px; padding: 30px 34px 34px; border-right: 1px solid var(--sand-line); display: flex; flex-direction: column; position: relative; transition: background .3s, color .3s, transform .3s; }
.service-card:last-child { border-right: 0; }
.service-card:hover, .service-card.featured { background: var(--white); color: var(--ink); transform: translateY(-8px); box-shadow: 0 18px 40px rgba(21,63,69,.1); }
.service-number { align-self: flex-end; font-family: var(--serif); color: var(--coral); opacity: .8; }
.line-icon { margin: 35px 0 auto; }
.line-icon svg { width: 58px; fill: none; stroke: currentColor; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 27px; font-weight: 500; margin: 30px 0 13px; color: var(--ink); }
.service-card p { font-size: 14px; color: var(--muted); margin: 0 0 28px; }
.service-card:hover p, .service-card.featured p { color: var(--muted); }
.service-card a { display: flex; justify-content: space-between; text-decoration: none; border-top: 1px solid currentColor; padding-top: 15px; font-size: 13px; font-weight: 650; }

.patient-info { background: var(--white); }
.patient-grid { display: grid; grid-template-columns: .95fr 1fr; gap: clamp(55px, 8vw, 120px); align-items: start; }
.patient-visual { position: relative; }
.patient-visual img { width: 100%; height: auto; display: block; filter: saturate(.7); }
.patient-visual::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(60,140,150,.18) 0%, rgba(21,63,69,.24) 100%); mix-blend-mode: multiply; }
.image-label { position: absolute; z-index: 2; left: -24px; bottom: 36px; width: min(330px, 80%); background: var(--teal); color: white; padding: 23px 27px; box-shadow: 0 16px 34px rgba(21,63,69,.18); }
.image-label span { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: #e3f4f5; margin-bottom: 4px; }
.image-label strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.patient-content > p:not(.section-kicker):not(.medical-note) { color: var(--muted); max-width: 630px; margin: 28px 0 35px; }
.patient-topics { border-top: 1px solid var(--line); }
.patient-topics details { border-bottom: 1px solid var(--line); scroll-margin-top: 105px; }
.patient-topics summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 1fr 1.15fr 22px; align-items: center; gap: 20px; padding: 22px 0; }
.patient-topics summary::-webkit-details-marker { display: none; }
.patient-topics summary span { color: var(--ink); font-weight: 650; }
.patient-topics summary small { color: var(--muted); }
.patient-topics summary i { position: relative; width: 16px; height: 16px; }
.patient-topics summary i::before, .patient-topics summary i::after { content: ""; position: absolute; inset: 7px 0 auto; height: 1px; background: var(--coral); }
.patient-topics summary i::after { transform: rotate(90deg); transition: transform .2s; }
.patient-topics details[open] summary i::after { transform: rotate(0); }
.patient-topic-content { padding: 6px 0 38px; animation: patient-topic-in .28s ease both; }
.patient-topic-content > p { margin: 0 0 17px; color: var(--muted); font-size: 14px; }
.patient-topic-content > h3 { margin: 28px 0 12px; color: var(--ink); font-size: 18px; }
.patient-topic-content .fasting-grid { margin-top: 22px; }
.patient-checklist { list-style: none; display: grid; gap: 9px; margin: 0 0 25px; padding: 0; }
.patient-checklist li { position: relative; padding-left: 24px; color: var(--muted); font-size: 14px; }
.patient-checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: 700; }
.patient-callout { margin-top: 27px; padding: 18px 20px 15px; border-left: 3px solid var(--coral); background: #fff4ed; }
.patient-callout strong { color: var(--ink); font-size: 14px; }
.patient-callout p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.parent-rule-box { margin: 28px 0 32px; padding: 23px 24px 18px; border-top: 3px solid var(--ink); background: var(--mist); }
.parent-rule-box > span { display: block; margin-bottom: 5px; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.parent-rule-box strong { display: block; margin-bottom: 11px; color: var(--ink); font-family: var(--serif); font-size: 20px; font-weight: 500; }
.parent-rule-box p { margin: 0 0 11px; color: var(--muted); font-size: 14px; }
.parent-consent-note { margin-top: 25px !important; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px !important; }
.topic-lead { color: var(--ink) !important; font-size: 15px !important; line-height: 1.7; }
.aftercare-list { list-style: none; counter-reset: aftercare; display: grid; gap: 0; margin: 25px 0 0; padding: 0; border-top: 1px solid var(--line); }
.aftercare-list li { counter-increment: aftercare; position: relative; padding: 20px 0 18px 42px; border-bottom: 1px solid var(--line); }
.aftercare-list li::before { content: counter(aftercare, decimal-leading-zero); position: absolute; left: 0; top: 20px; color: var(--coral); font-family: var(--serif); font-size: 13px; }
.aftercare-list strong { color: var(--ink); font-size: 15px; }
.aftercare-list p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.aftercare-list a { color: var(--ink); font-weight: 650; text-decoration-color: var(--coral); text-underline-offset: 3px; }
.patient-faq-link { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 24px; padding: 20px 22px; background: var(--teal); color: white; text-decoration: none; transition: background .2s, transform .2s; }
.patient-faq-link:hover { background: #22707c; transform: translateY(-2px); }
.patient-faq-link span { font-family: var(--serif); font-size: 19px; }
.patient-faq-link small { display: block; margin-bottom: 3px; color: #e3f4f5; font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.patient-faq-link b { color: var(--coral); font-size: 24px; font-weight: 400; }
@keyframes patient-topic-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
.medical-note { display: flex; gap: 12px; font-size: 12px; line-height: 1.5; color: var(--muted); margin: 25px 0 0; }
.medical-note svg { flex: 0 0 20px; fill: none; stroke: var(--coral); stroke-width: 1.5; }

.team { background: var(--paper); }
.localized-team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 55px; background: var(--line); border: 1px solid var(--line); }
.localized-doctor { min-height: 180px; padding: 30px; background: var(--paper); }
.localized-doctor small { color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.localized-doctor h3 { margin: 7px 0 5px; color: var(--ink); font-size: 25px; font-weight: 500; }
.localized-doctor p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.localized-doctor a { color: var(--ink); font-size: 12px; text-underline-offset: 4px; }
.localized-partner-copy { max-width: 780px; margin: 30px 0 36px; color: rgba(255,255,255,.72); }
.team-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; margin-bottom: 65px; }
.team-heading > p { color: var(--muted); max-width: 470px; }
.team-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 30px; align-items: stretch; }
.doctor-card { min-height: 680px; perspective: 1600px; }
.doctor-card-inner { position: relative; width: 100%; height: 100%; min-height: inherit; transform-style: preserve-3d; transition: transform .75s cubic-bezier(.2,.7,.2,1); }
.doctor-card.is-flipped .doctor-card-inner { transform: rotateY(180deg); }
.doctor-face { position: absolute; inset: 0; backface-visibility: hidden; overflow: hidden; background: var(--water-light); }
.doctor-front { display: flex; flex-direction: column; }
.active-portrait { position: relative; height: 535px; overflow: hidden; background: #ccd9d5; }
.active-portrait > img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: grayscale(1); transition: opacity .25s; }
.portrait-placeholder { display: none; width: 100%; height: 100%; place-items: center; background: linear-gradient(145deg, #bed2cd, #e5eeeb); color: rgba(21,63,69,.45); font-family: var(--serif); font-size: clamp(80px, 12vw, 150px); }
.doctor-card.no-photo .active-portrait > img { display: none; }
.doctor-card.no-photo .portrait-placeholder { display: grid; }
.flip-button { position: absolute; right: 20px; bottom: 20px; min-width: 142px; min-height: 48px; border: 0; background: rgba(255,255,255,.93); color: var(--ink); padding: 0 17px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font: 650 12px var(--sans); cursor: pointer; box-shadow: 0 8px 28px rgba(9,39,43,.12); }
.flip-button b { color: var(--coral); font-size: 21px; font-weight: 400; }
.active-doctor-meta { position: relative; flex: 1; padding: 23px 30px 26px; }
.active-doctor-meta p { margin: 0; color: var(--coral); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.active-doctor-meta h3 { margin: 2px 0 1px; color: var(--ink); font-size: 29px; line-height: 1.15; font-weight: 500; }
.active-doctor-meta span { display: block; color: var(--muted); font-size: 13px; }
.active-doctor-meta a { position: absolute; right: 30px; bottom: 28px; color: var(--ink); font-size: 12px; text-decoration: none; border-bottom: 1px solid var(--line); }
.doctor-back { transform: rotateY(180deg); background: var(--ink); color: white; padding: 34px 34px 30px; display: flex; flex-direction: column; }
.vita-header { display: flex; justify-content: space-between; gap: 25px; align-items: start; padding-bottom: 23px; border-bottom: 1px solid rgba(255,255,255,.18); }
.vita-header p { margin: 0 0 4px; color: #a9cbc5; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.vita-header h3 { margin: 0; color: white; font-size: 27px; font-weight: 450; }
.flip-close { flex: 0 0 43px; width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; color: white; font-size: 25px; cursor: pointer; }
.vita-scroll { overflow-y: auto; padding: 25px 10px 0 0; scrollbar-width: thin; scrollbar-color: #8eb5af transparent; }
.vita-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 27px; }
.vita-tags span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.25); color: #c7ddd9; font-size: 10px; }
.vita-timeline { list-style: none; counter-reset: vita; margin: 0; padding: 0; }
.vita-timeline li { position: relative; padding: 0 0 17px 28px; color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.45; }
.vita-timeline li::before { content: ""; position: absolute; left: 4px; top: 6px; width: 5px; height: 5px; border-radius: 50%; background: #b8d3ce; }
.vita-timeline li::after { content: ""; position: absolute; left: 6px; top: 13px; bottom: 0; width: 1px; background: rgba(255,255,255,.16); }
.vita-timeline li:last-child::after { display: none; }
.vita-extra { margin: 5px 0 0 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.17); color: #a9cbc5; font-size: 11px; }
.vita-extra p { margin: 0 0 8px; }
.doctor-selector { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.doctor-choice { appearance: none; width: 100%; flex: 1; min-height: 148px; display: grid; grid-template-columns: 30px 86px 1fr 42px; align-items: center; gap: 17px; text-align: left; padding: 14px 7px 14px 5px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; transition: background .25s, padding .25s; }
.doctor-choice:hover, .doctor-choice.is-active { background: var(--mint); padding-inline: 12px; }
.doctor-choice.is-active { background: var(--water-light); }
.doctor-choice img, .choice-placeholder { width: 86px; height: 115px; object-fit: cover; object-position: center 19%; filter: grayscale(1); }
.choice-placeholder { display: grid; place-items: center; background: var(--mint); color: rgba(21,63,69,.5); font-family: var(--serif); font-size: 24px; }
.choice-number { align-self: start; padding-top: 4px; color: var(--coral); font: 13px var(--serif); }
.choice-copy { min-width: 0; }
.choice-copy small { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.choice-copy strong { display: block; font-size: clamp(18px, 2.1vw, 28px); line-height: 1.12; font-weight: 450; }
.choice-arrow { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--coral); transition: background .2s, color .2s; }
.doctor-choice.is-active .choice-arrow { background: var(--ink); color: white; }
.team-instruction { margin: 15px 5px 0; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.team-instruction span { color: var(--coral); }

.partner { background: var(--water-soft); color: var(--text); scroll-margin-top: 88px; }
.partner-panel { padding: 84px 0; transform-origin: center top; }
.partner-panel.is-entering { animation: partner-panel-in .48s cubic-bezier(.22,.75,.26,1); }
.partner-grid { display: grid; grid-template-columns: 1.1fr .75fr; column-gap: 100px; row-gap: 44px; }
.partner-grid > div:nth-child(2) p { color: var(--muted); margin: 45px 0 30px; }
.button-light { background: var(--teal); color: #fff; }
.partner-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.partner-show, .partner-close { background: transparent; border: 1px solid rgba(21,63,69,.3); color: var(--ink); border-radius: 999px; min-height: 48px; padding: 0 22px; font: inherit; font-size: 12px; font-weight: 700; letter-spacing: .04em; cursor: pointer; transition: background .2s, border-color .2s; }
.partner-show:hover, .partner-close:hover { background: rgba(21,63,69,.06); border-color: rgba(21,63,69,.55); }
.partner-show span { margin-left: 14px; }
.partner-points { grid-column: 1 / -1; margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--sand-line); }
.partner-points li { padding: 25px 18px 0 0; font-size: 15px; }
.partner-points span { display: block; color: var(--coral); font-family: var(--serif); margin-bottom: 10px; }
.partner-back { background: var(--water-soft); }
.partner-spectrum { grid-column: 1 / -1; border-top: 1px solid var(--sand-line); padding-top: 34px; margin-top: 6px; }
.partner-spectrum > p:not(.section-kicker) { color: var(--muted); max-width: 720px; margin: 0 0 22px; }
.spectrum-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.spectrum-list li { padding: 9px 16px; background: var(--white); border: 1px solid var(--sand-line); border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--ink); transition: transform .2s, box-shadow .2s; }
.spectrum-list li:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(21,63,69,.1); }
.partner-back-heading { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: start; margin-bottom: 55px; }
.partner-back-heading h2 { margin-bottom: 18px; }
.partner-back-heading > div > p:last-child { color: var(--muted); max-width: 620px; margin: 0; }
.partner-close { display: inline-flex; align-items: center; gap: 12px; }
.partner-logo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.partner-logo { background: #fff; min-height: 178px; padding: 22px 24px 18px; display: grid; grid-template-rows: 1fr auto; gap: 12px; align-items: center; text-decoration: none; color: var(--ink); border-radius: 3px; overflow: hidden; transition: transform .22s, box-shadow .22s; }
.partner-logo:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(0,0,0,.2); }
.partner-logo img { width: 100%; height: 100px; object-fit: contain; filter: saturate(.86); }
.partner-logo > span { border-top: 1px solid var(--line); padding-top: 12px; font-size: 11px; font-weight: 700; letter-spacing: .04em; color: var(--muted); }
.partner-logo-traumarzt .traumarzt-mark { width: 100%; height: 100px; min-width: 0; padding: 0; border: 0; display: flex; align-items: center; justify-content: center; gap: 12px; line-height: 1; color: var(--ink); }
.traumarzt-portrait { position: relative; flex: 0 0 94px; width: 94px; height: 94px; overflow: hidden; border-radius: 50%; background: #f7f9f9; }
.partner-logo-traumarzt .traumarzt-portrait img { position: absolute; top: -2px; left: 50%; width: 160px; max-width: none; height: 160px; object-fit: contain; transform: translateX(-50%); filter: none; }
.traumarzt-mark strong { min-width: 0; white-space: nowrap; font-size: clamp(20px, 2vw, 30px); line-height: 1; font-weight: 650; letter-spacing: -.055em; color: #143d69; }
.traumarzt-mark strong span { color: inherit; }
.traumarzt-mark strong span:nth-child(2) { color: #50b8ae; }
.traumarzt-mark small { font-size: .48em; letter-spacing: -.02em; }
.partner-logo-featured { grid-column: 1 / -1; padding: 28px 32px 18px; }
.partner-logo-featured img { justify-self: center; width: min(100%, 650px); height: auto; filter: none; }

/* Partner-Logo-Laufband (News-Ticker) */
.partner-ticker { grid-column: 1 / -1; margin-top: 4px; padding-top: 30px; border-top: 1px solid var(--sand-line); overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.partner-ticker-label { display: block; margin-bottom: 20px; color: rgba(21,63,69,.5); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 750; }
.partner-ticker-track { display: flex; align-items: center; width: max-content; padding: 22px 0; animation: partner-ticker 68s linear infinite; }
.partner-ticker:hover .partner-ticker-track { animation-play-state: paused; }
.partner-ticker-chip { flex: 0 0 auto; height: 62px; margin-right: 16px; padding: 0 20px; background: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(21,63,69,.06); cursor: pointer; position: relative; transition: transform .3s ease, box-shadow .3s ease; }
.partner-ticker-chip:hover { transform: scale(1.55); z-index: 5; box-shadow: 0 18px 36px rgba(21,63,69,.24); }
.partner-ticker-chip img { width: auto; max-width: 148px; height: 34px; object-fit: contain; filter: grayscale(1); opacity: .68; transition: filter .35s, opacity .35s; }
.partner-ticker-chip:hover img { filter: none; opacity: 1; }
@keyframes partner-ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1fr; gap: 110px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro > p:last-child { color: var(--muted); margin-top: 28px; max-width: 480px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; cursor: pointer; padding: 29px 0; display: grid; grid-template-columns: 45px 1fr 24px; align-items: center; gap: 18px; color: var(--ink); font-size: 18px; font-weight: 600; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--coral); font-family: var(--serif); font-size: 14px; font-weight: 400; }
.accordion summary i { width: 16px; height: 16px; position: relative; }
.accordion summary i::before, .accordion summary i::after { content: ""; position: absolute; background: var(--ink); inset: 7px 0 auto; height: 1px; }
.accordion summary i::after { transform: rotate(90deg); transition: transform .2s; }
.accordion details[open] summary i::after { transform: rotate(0); }
.accordion details p { color: var(--muted); margin: -8px 0 30px 63px; max-width: 650px; font-size: 14px; }
.accordion .faq-answer { margin: -6px 0 38px 63px; max-width: 720px; }
.accordion .faq-answer p { margin: 0 0 15px; max-width: none; }
.fasting-intro { font-size: 15px !important; line-height: 1.7; }
.fasting-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 25px 0 14px; }
.fasting-rule { background: var(--mist); padding: 24px 23px 20px; border-top: 3px solid var(--ink); }
.fasting-time { color: var(--coral); font-family: var(--serif); font-size: 29px; line-height: 1; }
.fasting-rule h3 { margin: 8px 0 14px; color: var(--ink); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.fasting-rule p { margin: 0 !important; }
.fasting-exception { background: #fff4ed; border-left: 3px solid var(--coral); padding: 18px 20px 14px; margin-bottom: 28px; }
.fasting-exception strong { display: block; color: var(--ink); margin-bottom: 5px; font-size: 14px; }
.fasting-exception p { margin: 0 !important; }
.faq-subheading { color: var(--ink); font-size: 17px; margin: 0 0 14px; }
.faq-checklist { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 10px; }
.faq-checklist li { position: relative; padding-left: 25px; color: var(--muted); font-size: 14px; }
.faq-checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--coral); font-weight: 700; }
.faq-more-info { border-top: 1px solid var(--line); padding-top: 18px; display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; }
.faq-more-info > span { width: 100%; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 700; }
.faq-more-info a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 3px; font-size: 13px; font-weight: 650; }
.faq-more-info b { color: var(--coral); margin-left: 5px; }

.career-strip { background: var(--water-soft); padding: 88px 0; }
.career-inner { display: grid; grid-template-columns: .45fr 1fr .55fr; align-items: end; gap: 50px; }
.career-inner > div { display: flex; align-items: center; gap: 10px; align-self: start; }
.career-inner > div p { margin: 0; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #e76e50; box-shadow: 0 0 0 5px rgba(231,110,80,.17); }
.career-strip h2 { font-size: clamp(37px, 4vw, 58px); }
.career-inner > a { text-decoration: none; border-bottom: 1px solid var(--ink); display: flex; justify-content: space-between; padding-bottom: 12px; color: var(--ink); font-size: 13px; font-weight: 650; }
.career-cards { margin-top: 65px; display: grid; grid-template-columns: .85fr 1.15fr; border-top: 1px solid rgba(21,63,69,.25); border-bottom: 1px solid rgba(21,63,69,.25); }
.career-card { padding: 38px 50px 42px 0; display: flex; flex-direction: column; min-height: 390px; }
.career-card + .career-card { border-left: 1px solid rgba(21,63,69,.25); padding-left: 50px; padding-right: 0; }
.career-card-head { display: flex; gap: 17px; align-items: center; margin-bottom: 27px; }
.career-card-head span { color: var(--coral); font-family: var(--serif); font-size: 13px; }
.career-card-head p { margin: 0; color: var(--ink); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 750; }
.career-card h3 { color: var(--ink); font-family: var(--serif); font-weight: 400; font-size: clamp(27px, 3vw, 38px); line-height: 1.14; margin: 0 0 20px; max-width: 510px; }
.career-card > p { color: #465b5d; max-width: 600px; margin: 0 0 17px; font-size: 15px; }
.career-card ul { margin: 3px 0 20px; padding: 0; list-style: none; display: grid; gap: 8px; }
.career-card li { color: var(--ink); font-size: 14px; position: relative; padding-left: 21px; }
.career-card li::before { content: "+"; position: absolute; left: 0; color: var(--coral); font-weight: 750; }
.career-card > a { align-self: flex-start; margin-top: auto; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--ink); padding: 13px 0 8px; font-size: 13px; font-weight: 700; }
.career-card > a span { color: var(--coral); margin-left: 14px; }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 110px; }
.contact-grid > div:first-child > p:last-child { color: var(--muted); max-width: 520px; margin-top: 28px; }
.contact-options { border-top: 1px solid var(--line); }
.contact-options a { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; text-decoration: none; border-bottom: 1px solid var(--line); padding: 30px 0; transition: padding .2s; }
.contact-options a:hover { padding-inline: 10px; }
.contact-options small { color: var(--muted); }
.contact-options strong { color: var(--ink); font-size: clamp(18px, 2vw, 25px); font-weight: 450; }
.contact-options span { color: var(--coral); font-size: 23px; }

.site-footer { background: var(--water-deep); color: rgba(21,63,69,.72); padding: 65px 0 22px; }
.footer-top { display: grid; grid-template-columns: .65fr 1fr .6fr; gap: 80px; padding-bottom: 65px; }
.footer-brand { color: var(--ink); align-self: start; }
.footer-brand-col { align-self: start; }
.footer-social { display: flex; gap: 10px; margin-top: 24px; }
.footer-social-link { width: 36px; height: 36px; border: 1px solid var(--sand-line); border-radius: 50%; display: grid; place-items: center; color: rgba(21,63,69,.7); transition: color .2s, background .2s, border-color .2s, transform .2s; }
.footer-social-link svg { width: 17px; height: 17px; fill: currentColor; }
.footer-social-link[href]:hover { color: #fff; background: var(--teal); border-color: var(--teal); transform: translateY(-2px); }
.footer-social-link:not([href]) { cursor: default; opacity: .8; }
.footer-top > p { font-family: var(--serif); font-size: 18px; line-height: 1.6; margin: 0; }
.footer-top nav { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 25px; }
.footer-top nav a, .footer-bottom a { font-size: 13px; text-decoration: none; }
.footer-top nav a:hover, .footer-bottom a:hover { color: var(--ink); }
.footer-associations { border-top: 1px solid var(--sand-line); padding: 38px 0 58px; }
.footer-associations > p { margin: 0 0 22px; color: rgba(21,63,69,.62); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 750; }
.association-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.association-logo { min-height: 168px; background: transparent; border-radius: 3px; padding: 28px 32px; display: grid; place-items: center; text-decoration: none; transition: transform .2s ease, opacity .2s ease; }
.association-logo:hover, .association-logo:focus-visible { transform: translateY(-4px); opacity: .78; }
.association-logo img { width: 100%; height: 92px; object-fit: contain; }
.footer-bottom { border-top: 1px solid var(--sand-line); padding-top: 20px; display: flex; justify-content: space-between; font-size: 11px; }
.footer-bottom > div { display: flex; gap: 25px; }
.prototype-note { color: rgba(21,63,69,.55); text-transform: uppercase; letter-spacing: .12em; }

/* Rechtliche Seiten */
.legal-page .site-header { color: var(--ink); background: rgba(247,247,242,.96); box-shadow: 0 8px 35px rgba(19,47,51,.07); backdrop-filter: blur(14px); }
.legal-page .brand img { filter: none; }
.legal-main { padding-top: 88px; }
.legal-hero { background: var(--water-soft); color: var(--text); padding: 105px 0 82px; }
.legal-hero .section-kicker { color: var(--coral); }
.legal-hero h1 { font-family: var(--serif); font-size: clamp(54px, 8vw, 100px); font-weight: 400; line-height: .98; letter-spacing: -.045em; margin: 16px 0 22px; color: var(--ink); }
.legal-hero p:last-child { max-width: 640px; color: var(--muted); margin: 0; }
.legal-content { padding: 95px 0 120px; }
.legal-layout { display: grid; grid-template-columns: 260px minmax(0, 760px); gap: 90px; align-items: start; }
.legal-nav { position: sticky; top: 125px; display: grid; gap: 9px; border-top: 1px solid var(--line); padding-top: 20px; }
.legal-nav a { text-decoration: none; color: var(--muted); font-size: 13px; padding: 5px 0; }
.legal-nav a:hover { color: var(--ink); }
.legal-copy section { scroll-margin-top: 125px; padding-bottom: 52px; margin-bottom: 52px; border-bottom: 1px solid var(--line); }
.legal-copy section:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.legal-copy h2 { font-size: clamp(30px, 4vw, 45px); margin-bottom: 26px; }
.legal-copy h3 { color: var(--ink); font-size: 18px; margin: 32px 0 11px; }
.legal-copy p, .legal-copy li { color: var(--muted); font-size: 15px; }
.legal-copy p { margin: 0 0 16px; }
.legal-copy address { color: var(--text); font-style: normal; margin-bottom: 22px; }
.legal-copy ul { padding-left: 20px; }
.legal-copy a { color: var(--ink); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-note { background: var(--mist); border-left: 3px solid var(--coral); padding: 20px 23px; margin: 24px 0; }
.legal-note p:last-child { margin-bottom: 0; }
.legal-caps { font-size: 13px !important; font-weight: 650; letter-spacing: .01em; color: var(--text) !important; }

@keyframes hero-in { from { opacity: .3; transform: scale(1.08); } to { opacity: 1; transform: scale(1.015); } }
@keyframes partner-panel-in { from { opacity: 0; transform: perspective(1000px) rotateY(-9deg) translateY(12px); } to { opacity: 1; transform: perspective(1000px) rotateY(0) translateY(0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .partner-ticker-track { animation: none !important; transform: none !important; flex-wrap: wrap; row-gap: 14px; } .partner-ticker { -webkit-mask-image: none; mask-image: none; } }

html[dir="rtl"] body { direction: rtl; text-align: right; }
html[dir="rtl"] .hero-wash { background: linear-gradient(270deg, rgba(7,43,48,.9) 0%, rgba(8,48,54,.7) 39%, rgba(10,45,50,.16) 73%), linear-gradient(0deg, rgba(4,24,27,.3), transparent 45%); }
html[dir="rtl"] .site-nav { margin-left: 0; margin-right: auto; }
html[dir="rtl"] .language-switcher { padding-left: 0; padding-right: 15px; border-left: 0; border-right: 1px solid currentColor; direction: ltr; }
html[dir="rtl"] .header-phone { padding-left: 0; padding-right: 25px; border-left: 0; border-right: 1px solid currentColor; }
html[dir="rtl"] .patient-checklist li, html[dir="rtl"] .faq-checklist li { padding-left: 0; padding-right: 25px; }
html[dir="rtl"] .patient-checklist li::before, html[dir="rtl"] .faq-checklist li::before { left: auto; right: 0; }
html[dir="rtl"] .patient-callout, html[dir="rtl"] .fasting-exception { border-left: 0; border-right: 3px solid var(--coral); }
html[dir="rtl"] .aftercare-list li { padding-left: 0; padding-right: 42px; }
html[dir="rtl"] .aftercare-list li::before { left: auto; right: 0; }
html[dir="rtl"] .accordion details p { margin-left: 0; margin-right: 63px; }
html[dir="rtl"] .accordion .faq-answer { margin-left: 0; margin-right: 63px; }
html[dir="rtl"] .accordion .faq-answer p { margin-right: 0; }
html[dir="rtl"] .vita-timeline li { padding-left: 0; padding-right: 28px; }
html[dir="rtl"] .vita-timeline li::before { left: auto; right: 4px; }
html[dir="rtl"] .vita-timeline li::after { left: auto; right: 6px; }
html[dir="rtl"] .vita-extra { margin-left: 0; margin-right: 28px; }

@media (max-width: 1080px) {
  .site-nav { gap: 20px; }
  .header-phone span { display: none; }
  .header-phone { padding-left: 18px; }
  .intro-grid { grid-template-columns: 130px 1fr; }
  .intro-notes { grid-column: 2; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: none; }
  .patient-grid, .faq-grid { gap: 65px; }
  .career-inner { grid-template-columns: .3fr 1fr .55fr; }
}

@media (orientation: portrait) and (min-width: 821px) and (max-width: 1366px) {
  .header-inner { width: calc(100% - 48px); height: 74px; gap: 10px; }
  .menu-toggle { order: 3; display: block; margin-left: 0; color: inherit; z-index: 3; }
  .site-nav { position: fixed; inset: 0; z-index: 1; width: 100%; height: 100vh; height: 100dvh; background: var(--paper); color: var(--ink); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 90px 48px 70px; gap: 21px; transform: translateX(100%); transition: transform .35s ease; }
  .site-nav a { font-size: 30px; font-weight: 450; }
  .site-header.menu-open .site-nav { transform: translateX(0); }
  .site-header.menu-open { position: fixed; inset: 0; z-index: 1000; width: 100%; height: 100vh; height: 100dvh; color: var(--ink); background: var(--paper); box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .site-header.menu-open .header-inner { position: relative; z-index: 2; }
  .site-header.menu-open .brand { position: relative; z-index: 3; }
  .site-header.menu-open .brand img { filter: none; }
  .site-header.menu-open .menu-toggle span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .site-header.menu-open .menu-toggle span:nth-child(3) { opacity: 0; }
  .site-header.menu-open .menu-toggle span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .language-switcher { order: 2; display: flex; margin-left: auto; gap: 0; padding: 0 10px 0 0; border-left: 0; border-right: 1px solid currentColor; z-index: 3; }
  .language-switcher a { min-width: 27px; padding: 4px 3px; font-size: 10px; }
  .site-header.menu-open .language-switcher { position: static; display: flex; color: var(--ink); }
  .site-header.menu-open .language-switcher a[aria-current="page"] { background: var(--mint); }
  html[dir="rtl"] .language-switcher { margin-left: 0; margin-right: auto; padding: 0 0 0 10px; border-right: 0; border-left: 1px solid currentColor; }
  .header-phone { display: none; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 36px), var(--max)); }
  .section { padding: 82px 0; }
  .header-inner { width: calc(100% - 36px); height: 74px; gap: 8px; }
  .menu-toggle { order: 3; display: block; margin-left: 0; color: inherit; z-index: 3; }
  .site-nav { position: fixed; inset: 0; z-index: 1; width: 100%; height: 100vh; height: 100dvh; background: var(--paper); color: var(--ink); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 90px 36px 70px; gap: 21px; transform: translateX(100%); transition: transform .35s ease; }
  .site-nav a { font-size: 30px; font-weight: 450; }
  .site-header.menu-open .site-nav { transform: translateX(0); }
  .site-header.menu-open { position: fixed; inset: 0; z-index: 1000; width: 100%; height: 100vh; height: 100dvh; color: var(--ink); background: var(--paper); box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .site-header.menu-open .header-inner { position: relative; z-index: 2; }
  .site-header.menu-open .brand { position: relative; z-index: 3; }
  .site-header.menu-open .brand img { filter: none; }
  .site-header.menu-open .menu-toggle span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .site-header.menu-open .menu-toggle span:nth-child(3) { opacity: 0; }
  .site-header.menu-open .menu-toggle span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .language-switcher { order: 2; display: flex; margin-left: auto; gap: 0; padding: 0 8px 0 0; border-left: 0; border-right: 1px solid currentColor; z-index: 3; }
  .language-switcher a { min-width: 24px; padding: 4px 2px; font-size: 9px; }
  .site-header.menu-open .language-switcher { position: static; display: flex; color: var(--ink); }
  .site-header.menu-open .language-switcher a[aria-current="page"] { background: var(--mint); }
  html[dir="rtl"] .language-switcher { margin-left: 0; margin-right: auto; padding: 0 0 0 8px; border-right: 0; border-left: 1px solid currentColor; }
  .header-phone { display: none; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 50px; }
  .hero-copy { font-size: 17px; max-width: 520px; }
  .scroll-hint { display: none; }
  .intro-grid, .section-heading, .patient-grid, .team-heading, .team-layout, .partner-grid, .faq-grid, .career-inner, .contact-grid, .footer-top { grid-template-columns: 1fr; }
  .intro-grid { gap: 15px; }
  .intro-notes { grid-column: 1; margin-top: 25px; }
  .section-heading, .team-heading { gap: 25px; margin-bottom: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 390px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .service-card:last-child { border-bottom: 0; }
  .service-card:hover, .service-card.featured { transform: none; }
  .patient-visual, .patient-visual img { min-height: 0; height: auto; }
  .image-label { left: 18px; }
  .team-layout { gap: 35px; }
  .localized-team-grid { grid-template-columns: 1fr; }
  .doctor-card { min-height: 650px; }
  .active-portrait { height: 500px; }
  .doctor-choice { min-height: 138px; }
  .partner-grid { gap: 45px; }
  .partner { scroll-margin-top: 74px; }
  .partner-panel { padding: 82px 0; }
  .partner-points { grid-column: 1; }
  .partner-logo-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-intro { position: static; }
  .career-inner { gap: 35px; }
  .career-cards { grid-template-columns: 1fr; margin-top: 50px; }
  .career-card { min-height: 0; padding: 32px 0 38px; }
  .career-card + .career-card { border-left: 0; border-top: 1px solid rgba(21,63,69,.25); padding: 38px 0; }
  .contact-grid { gap: 45px; }
  .footer-top { gap: 35px; }
  .footer-associations { padding-top: 32px; }
  .legal-main { padding-top: 74px; }
  .legal-hero { padding: 78px 0 62px; }
  .legal-content { padding: 70px 0 90px; }
  .legal-layout { grid-template-columns: 1fr; gap: 45px; }
  .legal-nav { position: static; grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 360px) {
  .brand span { display: none; }
  .brand img { width: 38px; height: 38px; }
}

@media (max-width: 540px) {
  .hero { min-height: 680px; }
  .hero h1 { font-size: 51px; }
  .hero-image { background-position: 62% center; }
  .button-row { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  h2 { font-size: 39px; }
  .service-card { padding-inline: 25px; }
  .intro-notes { grid-template-columns: 1fr; gap: 0; }
  .patient-visual, .patient-visual img { height: auto; }
  .patient-topics summary { grid-template-columns: 1fr 22px; gap: 7px 15px; }
  .patient-topics summary small { grid-row: 2; grid-column: 1; }
  .patient-topics summary i { grid-row: 1 / 3; grid-column: 2; }
  .doctor-card { min-height: 600px; }
  .active-portrait { height: 440px; }
  .active-doctor-meta { padding-inline: 22px; }
  .active-doctor-meta a { position: static; display: inline-block; margin-top: 8px; overflow-wrap: anywhere; }
  .doctor-back { padding: 25px 22px 22px; }
  .vita-header h3 { font-size: 23px; }
  .doctor-choice { min-height: 122px; grid-template-columns: 22px 70px 1fr 36px; gap: 11px; }
  .doctor-choice img, .choice-placeholder { width: 70px; height: 94px; }
  .choice-arrow { width: 36px; height: 36px; }
  .partner-points { grid-template-columns: 1fr; }
  .partner-points li { border-bottom: 1px solid var(--sand-line); padding-bottom: 20px; }
  .partner-actions { align-items: stretch; }
  .partner-show { width: 100%; }
  .partner-back-heading { grid-template-columns: 1fr; gap: 25px; }
  .partner-close { justify-self: start; }
  .partner-logo-grid { grid-template-columns: 1fr; }
  .partner-logo { min-height: 154px; }
  .accordion summary { grid-template-columns: 28px 1fr 20px; gap: 10px; font-size: 16px; }
  .accordion details p { margin-left: 38px; }
  .accordion .faq-answer { margin-left: 38px; }
  .accordion .faq-answer p { margin-left: 0; }
  .fasting-grid { grid-template-columns: 1fr; }
  .contact-options a { grid-template-columns: 1fr auto; gap: 4px; }
  .contact-options small { grid-column: 1; }
  .contact-options strong { grid-column: 1; overflow-wrap: anywhere; }
  .contact-options span { grid-column: 2; grid-row: 1 / 3; }
  .footer-bottom { flex-wrap: wrap; gap: 16px 30px; }
  .prototype-note { width: 100%; }
  .association-grid { grid-template-columns: 1fr; gap: 14px; }
  .association-logo { min-height: 112px; padding: 20px 28px; }
  .association-logo img { height: 70px; }
  .legal-nav { grid-template-columns: 1fr; }
  .legal-copy section { padding-bottom: 38px; margin-bottom: 38px; }
}

.site-nav a.nbp-portal-link { display:inline-flex; align-items:center; gap:7px; }
.nbp-portal-link svg { width:17px; height:17px; fill:currentColor; }
.nbp-portal-link .nbp-portal-label { display:none; }
.nbp-portal-link::after { display:none; }
@media (max-width:820px){ .site-nav a.nbp-portal-link .nbp-portal-label { display:inline; } }
