@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter.woff2') format('woff2');
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-italic.woff2') format('woff2');
  font-weight: 400 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --Color: #1C284E;
  --Color-2: #495B92;
  --Color-3: #D7D4D1;
  --Color-4: #80A6DD;
  --rule: #E6E6EA;
  --rule-soft: #F0F0F3;
  --muted: #6F7691;
  --rust: #B4502E;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: auto; }

body {
  background: #fff;
  color: var(--Color);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1 {
  color: var(--Color-2);
  font-family: 'Satoshi', sans-serif;
  font-size: clamp(34px, 3.8vw, 48px);
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.005em;
}
h2 {
  color: var(--Color);
  font-family: 'Satoshi', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

/* kleines Section-Label (Eyebrow-Stil) auf der Startseite */
h2.content-headline,
.section-title h2,
.cv-h {
  color: #495B92;
  font-family: 'Satoshi', sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
/* Großer Display-Headline (Team-Block) überschreibt das wieder */
h2.h-lg.content-headline,
h2.h-lg {
  color: var(--Color-2);
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.005em;
  text-transform: none;
}
h3 {
  color: var(--Color);
  font-family: 'Satoshi', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
p, li, td, th, label, input, textarea, button {
  color: var(--Color);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

a { color: inherit; text-decoration: none; }
::selection { background: var(--Color-2); color: #fff; }

.wrap { max-width: 1140px; margin: 0 auto; padding: 0 32px; }

/* ─── TOPBAR ────────────────────────────── */
.topbar {
  position: relative;
  background: transparent;
  min-height: 88px;
}
.topbar-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 32px;
  padding: 32px;
  max-width: 1140px;
  margin: 0 auto;
  min-height: 88px;
}
.topbar-nav {
  display: flex; gap: 44px;
}
.topbar-nav a {
  color: var(--Color-2);
  font-family: 'Satoshi', sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.topbar-nav a:hover { color: var(--Color); }
.brand {
  position: fixed;
  top: 5px;
  left: 24px;
  z-index: 50;
  display: block;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
}
.brand-logo {
  display: block;
  height: 60px;
  width: auto;
}

/* ─── EMERGENCY BADGE ─────────────────── */
.emergency-badge {
  position: absolute;
  top: 26px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 25px;
  background: #fff;
  color: #C0271C;
  border: 4px solid #C0271C;
  border-radius: 24px;
  font-family: 'Satoshi', sans-serif;
  line-height: 1;
  z-index: 51;
}
.emergency-badge:hover { background: #C0271C; border-color: #C0271C; color: #fff; }
.emergency-badge .eb-cross { width: 18px; height: 18px; color: #C0271C; flex-shrink: 0; }
.emergency-badge:hover .eb-cross { color: #fff; }
.emergency-badge:hover .eb-rule { background: rgba(255,255,255,0.45); }
.emergency-badge:hover .eb-sep { color: rgba(255,255,255,0.55); }
.emergency-badge .eb-label { font-size: 17px; font-weight: 900; letter-spacing: 0.9px; text-transform: uppercase; }
.emergency-badge .eb-rule { width: 1px; height: 20px; background: rgba(192,39,28,0.35); }
.emergency-badge .eb-num { font-size: 17px; font-weight: 700; font-feature-settings: 'tnum'; letter-spacing: 0.02em; }
.emergency-badge .eb-num + .eb-num { margin-left: -2px; }
.emergency-badge .eb-sep { color: rgba(192,39,28,0.5); font-size: 17px; font-weight: 400; }

/* ─── EMERGENCY MODAL ─────────────────── */
dialog.emergency-modal {
  border: none;
  padding: 0;
  background: transparent;
  max-width: 520px;
  width: calc(100% - 32px);
  margin: auto;
}
dialog.emergency-modal::backdrop { background: rgba(28,40,78,0.55); }
.em-card {
  position: relative;
  overflow: hidden;
  background: #C0271C;
  color: #fff;
  padding: 32px 32px 28px;
}
.em-cross-bg {
  position: absolute;
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
  width: 420px; height: 420px;
  color: rgba(255,255,255,0.12);
  pointer-events: none;
}
.em-head, .em-body { position: relative; z-index: 1; }
.em-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.em-title { font-family: 'Satoshi', sans-serif; font-size: 14px; font-weight: 900; letter-spacing: 0.9px; text-transform: uppercase; color: #fff; }
.em-close { background: transparent; border: 0; cursor: pointer; color: #fff; font-size: 26px; line-height: 1; padding: 4px 8px; font-family: 'Satoshi', sans-serif; opacity: 0.85; }
.em-close:hover { opacity: 1; }
.em-body { display: flex; flex-direction: column; gap: 22px; }
.em-body p { font-size: 14px; line-height: 22px; color: #fff; }
.em-numbers { display: flex; flex-direction: column; gap: 14px; }
.em-numbers a { display: flex; flex-direction: column; gap: 4px; font-family: 'Satoshi', sans-serif; color: #fff; text-decoration: none; }
.em-numbers a:hover { opacity: 0.85; }
.em-numbers .em-num { font-weight: 900; font-size: 32px; color: #fff; font-feature-settings: 'tnum'; line-height: 1; letter-spacing: -0.01em; flex-shrink: 0; }
.em-numbers .em-label { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.9); line-height: 1.3; }
.em-warn { margin-top: 4px; text-align: center; font-size: 14px; line-height: 22px; font-weight: 700; color: #fff; }

/* ─── BUTTONS ───────────────────────────── */
/* Hyperlink-CE-Wrapper ist nur ein Block; das echte Button-Styling sitzt auf <a> */
.content-hyperlink.btn { display: block; margin-top: 36px; }
.content-hyperlink.btn a,
a.btn,
button.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 22px;
  background: var(--Color-2);
  color: #fff;
  border: 1px solid var(--Color-2);
  font-family: 'Satoshi', sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}
.content-hyperlink.btn a:hover,
a.btn:hover,
button.btn:hover { background: var(--Color); border-color: var(--Color); color: #fff; }

a.btn.ghost { background: #fff; color: var(--Color-2); }
a.btn.ghost:hover { background: var(--Color-2); color: #fff; }

/* ─── HERO ──────────────────────────────── */
.mod_article.hero {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
  min-height: 70vh;
  display: flex; align-items: center;
  padding: 80px 0;
}
.mod_article.hero > .wrap {
  position: relative; z-index: 1; width: 100%;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
}
.mod_article.hero .hero-text { display: flex; flex-direction: column; }
.mod_article.hero > .wrap > .content-image { align-self: stretch; }

.hero-image { width: 100%; height: 100%; }
.hero-image figure { margin: 0; width: 100%; height: 100%; }
.hero-image img { width: 100%; height: 100%; max-height: 600px; object-fit: cover; object-position: center 30%; display: block; }

/* Eyebrow = kleines uppercase Section-Label (wie h2 Untertitel) */
.hero-eyebrow p {
  color: #495B92;
  font-family: 'Satoshi', sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.hero-eyebrow { margin-bottom: 14px; }

/* H1 = Display-Style (wie .display "Hausarztmedizin in Appenzell...") */
.mod_article.hero h1 {
  color: var(--Color-2);
  font-family: 'Satoshi', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.005em;
  max-width: 720px;
  margin-bottom: 36px;
}

/* Lede = Body-Text (wie Praxis-Absätze) */
.hero-lede p { font-size: 16px; line-height: 28px; color: var(--Color); }
.hero-lede p strong { font-weight: 600; }
.hero-lede { margin-bottom: 14px; }
.hero-lede + .hero-lede { margin-bottom: 36px; }

.split-bleed {
  display: grid;
  align-items: stretch;
  min-height: 560px;
}
.split-bleed.image-right { grid-template-columns: 1fr 1fr; }
.split-bleed.image-left { grid-template-columns: 1fr 1fr; }
.split-text {
  display: flex; flex-direction: column; justify-content: center;
  padding-top: 88px;
  padding-bottom: 88px;
}
.split-text-inner { max-width: 640px; width: 100%; }
.split-bleed.image-right .split-text {
  padding-left: max(32px, calc((100vw - 1140px) / 2 + 32px));
  padding-right: 56px;
  align-items: flex-start;
}
.split-bleed.image-left .split-text {
  padding-right: max(32px, calc((100vw - 1140px) / 2 + 32px));
  padding-left: 56px;
  align-items: flex-start;
}
.split-image { background-position: center; background-size: cover; background-repeat: no-repeat; min-height: 480px; }
.hero-img { background-image: url('/files/arztpraxis-rueti/img/line-kjaer-PKyJP4f-Rfk.jpg'); background-position: center 30%; }
.leistungen-img { background-image: url('/files/arztpraxis-rueti/img/claudio-biesele-bqYPWBDOn-Q-unsplash.jpg'); background-position: center; }

/* ─── SECTION RHYTHM ───────────────────── */
.mod_article { padding: 80px 0; }
.mod_article.divide { border-top: 1px solid var(--rule); }
#praxis { padding-bottom: 28px; }
#team { padding-top: 28px; padding-bottom: 28px; }
#raeume.raeume-section { padding-top: 0; }
.section-title {
  margin-bottom: 36px;
  display: flex; flex-direction: column; gap: 14px;
}
.section-title .display,
.section-title .h-lg,
.mod_article > .wrap > .display p,
.mod_article > .wrap > .display.content-text p,
.h-lg {
  color: var(--Color-2);
  font-family: 'Satoshi', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.005em;
  max-width: 720px;
  text-transform: none;
}
.mod_article > .wrap > h2 { margin-bottom: 0; }
.mod_article > .wrap > h2 + .display { margin-top: 14px; margin-bottom: 36px; }
.mod_article > .wrap > h2.h-lg { /* solo big headline (Team) */
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.005em;
  text-transform: none;
  margin-bottom: 36px;
}

/* ─── TINTED SECTIONS ────────────────── */
.mod_article.tint-warm { background: var(--Color-3); }
.mod_article.tint-soft { background: #f7f7f7; }
.mod_article.tint-blue { background: #80a6dd21; }
.mod_article.tint-deep { background: var(--Color-2); color: #fff; }
.mod_article.tint-deep h2 { color: #fff; }
.mod_article.tint-deep .section-title h2,
.mod_article.tint-deep .section-title .display { color: #fff; }
.mod_article.tint-deep p,
.mod_article.tint-deep li,
.mod_article.tint-deep td,
.mod_article.tint-deep th,
.mod_article.tint-deep span,
.mod_article.tint-deep a { color: #fff; }
.mod_article.tint-warm .section-title h2,
.mod_article.tint-warm .section-title .display { color: var(--Color); }

.mod_article.tint-soft .rooms-grid .room,
.mod_article.tint-warm .rooms-grid .room { background: #fff; color: var(--muted); }

/* ─── ABOUT (Praxis) ───────────────────── */
.about-img figure { margin: 0; width: 100%; }
.about-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.about-portrait .about-img { width: 100%; aspect-ratio: 4 / 5; }
.about-text .lead p { font-size: 17px; line-height: 28px; }
.about-text .personal-note p {
  font-family: 'Inter', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--Color-2);
}
.about-text .personal-note { margin-top: 18px; }
.about-text .personal-sig p {
  font-family: 'Satoshi', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: var(--muted);
}

.mod_article.tint-deep .btn { background: #fff; color: var(--Color); border-color: #fff; }
.mod_article.tint-deep .btn:hover { background: var(--Color); color: #fff; border-color: var(--Color); }

/* ─── ÜBERGABE / ABOUT ─────────────────── */
.about-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
  align-items: start;
}
.about-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  background: url('/files/arztpraxis-rueti/img/Portraits-Web-1.jpg') center top / cover no-repeat;
}
.about-text { display: flex; flex-direction: column; gap: 18px; }
.about-text p { max-width: 640px; }
.about-text .lead { font-size: 17px; line-height: 28px; }
.about-cap {
  margin-top: 4px;
  font-family: 'Satoshi', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--Color);
  letter-spacing: 0.02em;
}
.personal-note {
  margin-top: 18px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: var(--Color-2);
}
.personal-sig {
  margin-top: 0;
  font-family: 'Satoshi', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: var(--muted);
}

/* ─── TEAM ──────────────────────────────── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.team-card { display: flex; flex-direction: column; gap: 0; min-width: 0; }
.team-card figure { margin: 0; width: 100%; }
.team-card figure img { width: 100%; height: auto; display: block; }
.team-body { display: flex; flex-direction: column; gap: 4px; margin-top: 14px; }
.team-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  background: #F4F4F6;
  display: flex; align-items: center; justify-content: center;
  color: var(--muted);
  font-family: 'Satoshi', sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.team-name { font-family: 'Satoshi', sans-serif; font-weight: 700; font-size: 16px; color: var(--Color); }
.team-role { font-family: 'Inter', sans-serif; font-size: 14px; color: var(--muted); line-height: 22px; }

/* ─── RÄUMLICHKEITEN ──────────────────── */
.rooms-intro { max-width: 640px; margin-bottom: 32px; font-size: 16px; line-height: 26px; }
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.rooms-grid .room {
  display: flex; flex-direction: column;
}
.rooms-grid .room figure {
  margin: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #F4F4F6;
}
.rooms-grid .room figure img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.rooms-grid .room .rte {
  margin-top: 14px;
  font-family: 'Satoshi', sans-serif;
  font-size: 14px;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.rooms-grid .room .rte p { margin: 0; color: inherit; font-size: 14px; line-height: 22px; }
.rooms-grid .room:not(:has(figure)) {
  aspect-ratio: 4 / 3;
  background: #F4F4F6;
  align-items: center; justify-content: center;
  text-align: center;
}
.rooms-grid .room:not(:has(figure)) .rte { margin-top: 0; }

/* ─── LEISTUNGEN ──────────────────────── */
.anchor-link {
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 22px;
  color: var(--Color-2);
  font-family: 'Satoshi', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.anchor-link:hover { color: var(--Color); }

#leistungen .services-list { margin-top: 32px; }
.services-list { display: flex; flex-direction: column; }
.services-list .service { padding: 16px 0; display: flex; flex-direction: column; gap: 6px; }
.services-list .service h3 { font-size: 17px; font-weight: 700; color: var(--Color); }
.services-list .service p { color: var(--Color); font-size: 15px; line-height: 26px; max-width: 520px; }

/* ─── WERDEGANG (collapsible) ────────── */
.cv-details { margin-top: 36px; padding-top: 18px; }
.cv-details summary {
  cursor: pointer;
  list-style: none;
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--Color-2);
  font-family: 'Satoshi', sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 6px 0;
}
.cv-details summary::-webkit-details-marker { display: none; }
.cv-details summary::marker { content: ''; }
.cv-details summary:hover { color: var(--Color); }
.cv-summary-icon { display: inline-block; transition: transform 0.25s ease; }
.cv-details[open] .cv-summary-icon { transform: rotate(180deg); }
.cv-content { padding-top: 28px; }

.cv-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: start;
}
.cv-pair { display: flex; flex-direction: column; gap: 28px; }
.cv-block { display: flex; flex-direction: column; gap: 10px; }
.cv-mitglieder { margin-top: 40px; }
.cv-flat-2col { display: grid; grid-template-columns: 1fr 1fr; column-gap: 32px; }
.cv-h {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.cv-list { list-style: none; }
.cv-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  padding: 4px 0;
  font-size: 15px;
  line-height: 22px;
}
.cv-list .cv-year { font-family: 'Satoshi', sans-serif; font-weight: 700; color: var(--Color-2); font-feature-settings: 'tnum'; }
.cv-flat { list-style: none; }
.cv-flat li { padding: 4px 0; font-size: 15px; line-height: 22px; }

.logo-row {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px 36px;
  padding: 12px 0 16px;
}
.logo-row li { padding: 0; border: 0; display: flex; align-items: center; height: 56px; }
.logo-row img { display: block; max-height: 56px; width: auto; max-width: 220px; object-fit: contain; }
.logo-row img[src*="sgum"] { max-width: 340px; }

/* ─── KONTAKT ──────────────────────────── */
#kontakt { min-height: 70vh; display: flex; align-items: center; }
#kontakt > .wrap { width: 100%; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.contact-h {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}
.hours { width: 100%; max-width: 460px; margin: 0 -14px; border-collapse: collapse; }
.hours th, .hours td {
  padding: 8px 14px;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-feature-settings: 'tnum';
  color: var(--Color);
  vertical-align: baseline;
}
.hours th { font-weight: 600; width: 32%; }
.hours td { color: var(--Color); }
.hours td.muted { color: var(--muted); }
.hours tr.is-today { background: #fff; }
.hours tr.is-today th,
.hours tr.is-today td { font-weight: 700; color: var(--Color); }

.contact-card { background: #fff; padding: 56px 56px; }
.contact-block { display: flex; flex-direction: column; gap: 18px; }
.contact-block p { font-size: 15px; line-height: 24px; color: var(--Color); }
.contact-block a:hover { color: var(--Color-2); }
.contact-note { margin-top: 18px; font-size: 13px; color: var(--muted); line-height: 20px; max-width: 460px; }

/* ─── PRE-FOOTER IMAGE ─────────────────── */
.pre-foot {
  width: 100%;
  height: 60vh;
  min-height: 420px;
  background: url('/files/arztpraxis-rueti/img/claudio-biesele-vs61BEEhkIE-unsplash.jpg') center / cover no-repeat;
}

/* ─── FOOTER ──────────────────────────── */
.foot { padding: 22px 0; background: var(--Color); color: rgba(255,255,255,0.85); }
.foot a { color: #fff; }
.foot a:hover { opacity: 0.75; }
.foot-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12px; }

/* ─── SCROLL REVEAL ──────────────────── */
.fx-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s cubic-bezier(.2,.7,.3,1), transform 0.9s cubic-bezier(.2,.7,.3,1);
  will-change: opacity, transform;
}
.fx-in.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .fx-in { opacity: 1; transform: none; transition: none; }
}

/* ─── RESPONSIVE ──────────────────────── */
@media (max-width: 920px) {
  h1 { font-size: 38px; }
  .section-title .display, .section-title .h-lg { font-size: 24px; }
  .topbar-inner { flex-wrap: wrap; gap: 16px; padding: 22px 20px; min-height: 76px; justify-content: flex-start; }
  .about-grid, .cv-grid, .contact-grid, .hero-grid,
  .mod_article.hero > .wrap { grid-template-columns: 1fr !important; gap: 40px; }
  .mod_article.hero { min-height: 0; }
  .hero-image { aspect-ratio: 16 / 10; }
  .hero-image img { max-height: none; }
  .brand { position: absolute; top: 22px; left: 20px; }
  .topbar-nav { display: none; }
  .emergency-badge { top: 20px; right: 20px; padding: 8px 16px; gap: 8px; border-width: 3px; }
  .emergency-badge .eb-rule,
  .emergency-badge .eb-num,
  .emergency-badge .eb-sep { display: none; }
  .emergency-badge .eb-cross { width: 16px; height: 16px; }
  .emergency-badge .eb-label { font-size: 14px; }
  .hero-image { aspect-ratio: 16 / 10; }
  .split-bleed { grid-template-columns: 1fr !important; min-height: 0; }
  .split-image { min-height: 0; aspect-ratio: 16 / 10; }
  .split-bleed .split-text { padding: 56px 32px !important; align-items: flex-start; }
  .about-img { max-width: 320px; }
  .team-grid, .rooms-grid { grid-template-columns: repeat(2, 1fr); }
  .services-list { grid-template-columns: 1fr; }
  .mod_article { padding: 56px 0; }
  .hero { padding: 56px 0 64px; }
}
@media (max-width: 560px) {
  h1 { font-size: 30px; }
  .team-grid, .rooms-grid { grid-template-columns: 1fr; }
  .cv-list li { grid-template-columns: 90px 1fr; gap: 16px; }
  .topbar, .topbar-inner { min-height: 100px; }
  .brand-logo { height: 44px; }
  .brand { top: 30px; padding: 8px; }
  .emergency-badge { top: 42px; }
}
