:root {
  --bg: #f7f5ef;
  --paper: #fffdf8;
  --text: #27342f;
  --muted: #6d7772;
  --accent: #a9b7a5;
  --accent-soft: #e6ebe2;
  --warm: #d8c8b3;
  --dark: #2d3b35;
  --line: rgba(39, 52, 47, 0.16);
  --radius-lg: 34px;
  --radius-md: 22px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 18px max(28px, calc((100vw - var(--max)) / 2));
  background: rgba(247, 245, 239, 0.93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1.05;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--dark);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}
.brand strong { display: block; font-size: 15px; letter-spacing: .02em; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }

.main-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; }
.main-nav a { transition: opacity .2s ease; }
.main-nav a:hover { opacity: .62; }
.nav-cta {
  padding: 10px 17px;
  border: 1px solid var(--text);
  border-radius: 999px;
}

.hero, .section, .site-footer {
  width: min(calc(100% - 56px), var(--max));
  margin-inline: auto;
}

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 70px;
  padding: 90px 0 80px;
}

.eyebrow {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.03em;
}
h1 {
  margin-bottom: 30px;
  font-size: clamp(58px, 6.5vw, 98px);
  line-height: .98;
}
h1 em { font-weight: 500; color: #788b79; }
h2 {
  margin-bottom: 22px;
  font-size: clamp(42px, 4.2vw, 66px);
  line-height: 1.05;
}
h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.25; }

.hero-lead {
  max-width: 590px;
  color: var(--muted);
  font-size: 19px;
}
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 38px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}
.button-primary { background: var(--dark); color: white; }
.text-link { font-size: 14px; font-weight: 600; }
.text-link span { margin-left: 6px; }

.hero-visual { position: relative; }
.hero-visual img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 50% 50% 24px 24px / 38% 38% 24px 24px;
  box-shadow: 0 30px 80px rgba(39, 52, 47, .08);
}
.visual-note {
  position: absolute;
  right: -18px;
  bottom: 24px;
  min-width: 165px;
  padding: 15px 18px;
  border-radius: 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.visual-note span { color: var(--muted); font-size: 10px; }

.section {
  padding: 120px 0;
  scroll-margin-top: 92px;
}
.section-heading { max-width: 720px; margin-bottom: 65px; }
.section-heading.narrow { max-width: 650px; }
.section-heading > p:last-child { color: var(--muted); }

.two-column-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: start;
}
.lead-paragraph {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.25;
}
.two-column-text > div p { color: var(--muted); }

.section-tinted {
  width: 100%;
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--max)) / 2));
  padding-right: max(28px, calc((100vw - var(--max)) / 2));
  background: var(--accent-soft);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.step-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(39, 52, 47, .1);
}
.step-card h3 { margin-top: auto; }
.step-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.step-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--text);
  border-radius: 50%;
  font-size: 12px;
}

.procedure-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 70px;
  align-items: start;
}
.procedure-list { border-top: 1px solid var(--line); }
.procedure-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.procedure-item > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--warm);
  font-size: 13px;
}
.procedure-item p { margin-bottom: 0; color: var(--muted); }

.price-card {
  position: sticky;
  top: 110px;
  padding: 34px;
  border-radius: var(--radius-lg);
  background: var(--paper);
  border: 1px solid var(--line);
}
.price-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.price-row strong { white-space: nowrap; }
.price-note { margin: 22px 0 0; color: var(--muted); font-size: 13px; }

.section-dark {
  width: 100%;
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--max)) / 2));
  padding-right: max(28px, calc((100vw - var(--max)) / 2));
  background: var(--dark);
  color: #f8f5ec;
}
.section-heading.light > p:last-child { color: rgba(255,255,255,.64); }
.office-gallery {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 20px;
  align-items: end;
}
.office-photo { margin: 0; }
.office-photo img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-md);
}
.office-photo-large img { aspect-ratio: 16 / 10; }
.office-photo figcaption {
  margin-top: 12px;
  color: rgba(255,255,255,.58);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 90px;
}
.about-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 370px;
}
.signature {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 42px;
  color: #7b8b7f;
}
.about-content > p:not(.lead-paragraph) { color: var(--muted); }
.credentials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.credentials span {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-top: 105px;
  padding-bottom: 105px;
  border-top: 1px solid var(--line);
}
.contact-copy p:last-child { max-width: 560px; color: var(--muted); }
.contact-card { border-top: 1px solid var(--line); }
.contact-card > * {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.contact-card span { color: var(--muted); font-size: 13px; }
.contact-card strong { font-size: 15px; font-weight: 500; }
.contact-card a:hover strong { text-decoration: underline; text-underline-offset: 3px; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 34px 0 46px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.site-footer p { margin: 5px 0 0; color: var(--muted); }
.footer-links { display: flex; gap: 18px; }

@media (max-width: 980px) {
  .site-header { padding-inline: 20px; }
  .main-nav a:not(.nav-cta) { display: none; }
  .hero, .section, .site-footer { width: min(calc(100% - 36px), var(--max)); }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 46px; padding-top: 60px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 620px; margin-inline: auto; }
  .two-column-text, .procedure-grid, .about, .contact { grid-template-columns: 1fr; gap: 48px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .price-card { position: static; }
  .section-tinted, .section-dark { width: 100%; padding-left: 18px; padding-right: 18px; }
  .about-label { min-height: 0; }
  .signature { margin-top: 16px; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .site-header { padding-block: 13px; }
  .brand strong { font-size: 14px; }
  .brand-mark { width: 38px; height: 38px; }
  .nav-cta { padding: 8px 13px; }
  .hero { padding-top: 44px; padding-bottom: 56px; }
  h1 { font-size: clamp(48px, 15vw, 72px); }
  h2 { font-size: 42px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .visual-note { right: 10px; bottom: 12px; }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .section-heading { margin-bottom: 42px; }
  .two-column-text { gap: 28px; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: 240px; }
  .procedure-item { grid-template-columns: 40px 1fr; gap: 14px; }
  .price-card { padding: 26px; }
  .office-gallery { grid-template-columns: 1fr; }
  .office-photo img, .office-photo-large img { aspect-ratio: 4 / 3; }
  .contact-card > * { grid-template-columns: 1fr; gap: 5px; }
  .site-footer { flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
}

/* Preserve the supplied design while keeping navigation and text accessible. */
.hero > *, .contact > *, .two-column-text > * { min-width: 0; }
h1 { overflow-wrap: anywhere; }
.hero-visual { width: 100%; }
.hero-visual img, .office-photo img { background: var(--accent-soft); }
a:focus-visible { outline: 3px solid #788b79; outline-offset: 5px; }
.step-card p { font-size: 1rem; }
.eyebrow, .credentials span, .contact-card span, .price-note { font-size: .875rem; }
.visual-note span { font-size: .75rem; }
.footer-links { flex-wrap: wrap; }
@media (max-width: 980px) {
  .site-header { flex-wrap: wrap; gap: 14px; }
  .main-nav { width: 100%; flex-wrap: wrap; gap: 10px 18px; }
  .main-nav a:not(.nav-cta) { display: inline-block; }
  .section { scroll-margin-top: 170px; }
}
@media (max-width: 640px) {
  .site-header { position: relative; }
  .main-nav { font-size: .875rem; }
  .section { scroll-margin-top: 20px; }
  .hero-visual { max-width: 440px; }
  .contact-card strong { overflow-wrap: anywhere; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* German word breaks keep the translated headline within its column. */
h1 { overflow-wrap: normal; hyphens: auto; font-size: clamp(3rem, 5.2vw, 4.75rem); line-height: 1.06; }
h2, h3 { hyphens: auto; overflow-wrap: break-word; }

/* Logorilla: quiet tropical foliage frames the existing editorial layout. */
:root {
  --bg: #f7f5ef;
  --paper: #fffdf8;
  --text: #213b2e;
  --muted: #59685e;
  --accent: #8b9e80;
  --accent-soft: #e6ecdf;
  --dark: #203e2f;
  --line: rgba(33,59,46,.17);
  --max: 1160px;
}
body { position: relative; isolation: isolate; }
.botanical-frame { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: -1; }
.foliage { position: absolute; width: clamp(210px, 26vw, 440px); opacity: .24; }
.foliage-top { top: 50px; right: -150px; transform: rotate(180deg); }
.foliage-left { top: 670px; left: -185px; transform: rotate(30deg); }
.foliage-right { top: 1230px; right: -200px; transform: rotate(205deg); }
.site-header { background: rgba(247,245,239,.95); }
.brand strong { font-family: Georgia, 'Times New Roman', serif; font-size: 1.65rem; letter-spacing: -.04em; }
.brand small { font-size: .75rem; letter-spacing: .16em; }
.brand-mark { background: var(--dark); }
.hero { gap: 72px; padding-top: 84px; min-height: 760px; }
h1 { font-size: clamp(3rem, 5vw, 4.6rem); line-height: 1.08; }
h1 em { color: #657f5b; }
.hero-copy { position: relative; z-index: 2; }
.hero-lead { font-size: 1.125rem; max-width: 470px; }
.hero-visual { isolation: isolate; }
.hero-visual > img:not(.portrait-foliage) { position: relative; z-index: 1; }
.hero-visual > .portrait-foliage {
  position: absolute; width: 145%; height: 120%; max-width: none;
  right: -28%; top: -10%; aspect-ratio: auto; object-fit: contain;
  opacity: .36; border-radius: 0; box-shadow: none; background: transparent;
  transform: rotate(-12deg); z-index: -1; pointer-events: none;
}
.visual-note { z-index: 2; }
.intro { border-top: 1px solid var(--line); }
.button-primary { box-shadow: 0 5px 18px rgba(32,62,47,.12); transition: background .2s ease, transform .2s ease; }
.button-primary:hover { background: #36583f; transform: translateY(-2px); }
.step-card { background: rgba(255,253,248,.78); }
.step-number { color: var(--dark); border-color: #839774; }
.contact-card strong { overflow-wrap: anywhere; }
.signature { color: #657f5b; }
@media (max-width: 980px) {
  .hero { min-height: auto; gap: 48px; padding-top: 58px; }
  .hero-visual { max-width: 490px; }
  .hero-visual > .portrait-foliage { width: 110%; right: -5%; }
  .foliage { opacity: .14; }
  .foliage-left { left: -140px; }
  .foliage-right { right: -150px; }
}
@media (max-width: 640px) {
  .brand strong { font-size: 1.45rem; }
  .hero { padding-top: 42px; gap: 36px; }
  h1 { font-size: clamp(2.7rem, 10.5vw, 3.8rem); }
  .foliage-top { right: -160px; top: 165px; opacity: .12; }
  .hero-visual > .portrait-foliage { opacity: .23; }
}
@media (prefers-reduced-motion: reduce) { .button-primary { transition: none; } }

/* Keep the expanded biography and training history easy to scan. */
.about { grid-template-columns: .65fr 1.35fr; }
.about-label { justify-content: flex-start; gap: 28px; }
.signature { font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.2; }
.training-block, .language-block { margin-top: 42px; padding-top: 32px; border-top: 1px solid var(--line); }
.training-block p, .language-block p { color: var(--muted); }
.training-block h3 { margin-bottom: 18px; }
.experience-list { list-style: none; padding: 0; margin: 24px 0 0; }
.experience-list li { display: grid; gap: 5px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.experience-list strong { font-size: 1rem; font-weight: 600; }
.experience-list span { font-size: 1rem; color: var(--muted); }
.language-block .credentials { margin-top: 18px; }
@media (max-width: 980px) { .about { grid-template-columns: 1fr; } .about-label { gap: 0; } }

/* Native disclosure supports keyboard, touch and operation without JavaScript. */
.training-disclosure { padding-top: 0; border-bottom: 1px solid var(--line); }
.training-disclosure > summary {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 24px 0; min-height: 64px;
  cursor: pointer; list-style: none; font-size: 1.25rem; font-weight: 600;
}
.training-disclosure > summary::-webkit-details-marker { display: none; }
.training-disclosure > summary:hover { color: #526e42; }
.training-disclosure > summary:focus-visible { outline: 3px solid #657f5b; outline-offset: 5px; border-radius: 4px; }
.disclosure-icon { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; }
.disclosure-icon::before, .disclosure-icon::after { content: ''; position: absolute; background: currentColor; top: 12px; left: 7px; width: 12px; height: 2px; }
.disclosure-icon::after { transform: rotate(90deg); }
.training-disclosure[open] { border-bottom: 0; }
.training-disclosure[open] .disclosure-icon::after { display: none; }
.training-content { padding: 0 0 28px; }
.training-content > p { margin-bottom: 28px; }

.about-content > .about-introduction { font-size: 1.25rem; font-weight: 500; line-height: 1.5; color: var(--text); margin-bottom: 28px; }

/* Show both supplied practice photographs in their original landscape format. */
.office .section-heading { max-width: 800px; }
.office .section-heading > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.office-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 24px; }
.office-photo img, .office-photo-large img { height: auto; aspect-ratio: auto; object-fit: contain; }
.office-photo figcaption { font-size: .875rem; letter-spacing: .035em; color: rgba(255,255,255,.78); }
@media (max-width: 740px) { .office-gallery { grid-template-columns: 1fr; gap: 30px; } }

/* Give the completed payment and referral information room to breathe. */
.procedure-item p + p { margin-top: 16px; }
.price-card .price-row { align-items: center; font-size: 1rem; }
.price-card .price-row strong { font-family: Georgia, 'Times New Roman', serif; font-size: 2.5rem; font-weight: 400; }
.insurance-note { margin-top: 28px; }
.insurance-note h3 { font-size: 1.125rem; }
.insurance-note p { margin: 0; color: var(--muted); font-size: 1rem; }

/* Two room views beside a portrait of the waiting area. */
.office-gallery-three { grid-template-columns: 1fr 1.12fr; align-items: stretch; }
.office-gallery-three > .office-photo:not(.office-photo-waiting) { grid-column: 1; }
.office-gallery-three > .office-photo-waiting { grid-column: 2; grid-row: 1 / span 2; display: flex; flex-direction: column; min-height: 0; }
.office-photo-waiting img { flex: 1 1 0; min-height: 0; height: 0; object-fit: cover; }
@media (max-width: 740px) {
  .office-gallery-three { grid-template-columns: 1fr; }
  .office-gallery-three > .office-photo-waiting { grid-column: 1; grid-row: auto; }
  .office-photo-waiting img { flex: none; height: auto; }
}

.hero-visual > .hero-portrait { height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 35%; }
