/* =========================================================
   Heilpraxis Baumgartner — Hauptstylesheet
   Mintgrünes, klares Design (V5). Schriften: Fraunces + Inter,
   Caveat ausschließlich für die Signatur.
   ========================================================= */

:root {
  --bg: #f7faf5;
  --mint-50: #eef6ee;
  --mint-100: #dbeede;
  --mint-200: #c5e0c8;
  --mint-300: #a8d5ba;
  --mint-500: #6ba886;
  --mint-700: #3d7d59;
  --mint-900: #1f4a35;
  --forest: #1f3326;
  --ink: #2a3a2d;
  --ink-soft: #5a6b5f;
  --line: rgba(31, 51, 38, 0.12);
  --shadow-soft: 0 16px 40px -16px rgba(31, 51, 38, 0.15);
  --shadow-card: 0 8px 24px -10px rgba(31, 51, 38, 0.18);
  --r-img: 28px;
  --r-card: 24px;
  --maxw: 1500px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--forest);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: var(--mint-500); color: white; }

.wrap { max-width: var(--maxw); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 999; background: var(--forest); color: #fff; padding: 10px 16px; border-radius: 8px; }

/* Sichtbarer Fokus für Tastatur-Navigation (Barrierefreiheit) */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--mint-700);
  outline-offset: 2px;
}

/* ====================== HEADER / NAV ====================== */
.top {
  position: relative;
  z-index: 50;
  padding: 24px 48px;
  display: flex; justify-content: space-between; align-items: center;
  color: var(--ink);
  max-width: var(--maxw); margin: 0 auto;
}
.brand { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 500; display: flex; align-items: center; gap: 12px; color: var(--forest); }
.brand-mark { display: inline-block; width: 32px; height: 32px; background: var(--mint-500); border-radius: 50%; position: relative; flex: none; }
.brand-mark::after { content: ''; position: absolute; inset: 6px; border: 1.5px solid var(--bg); border-radius: 50%; }
nav.main { display: flex; gap: 36px; font-size: 14px; }
nav.main a { padding-bottom: 2px; border-bottom: 1px solid transparent; transition: border-color 0.2s; }
nav.main a:hover, nav.main a.current { border-bottom-color: var(--mint-500); }
.top-right { display: flex; align-items: center; gap: 24px; font-size: 14px; }
.pill { border: 1px solid var(--forest); padding: 10px 22px; border-radius: 999px; font-size: 13px; background: transparent; color: var(--forest); cursor: pointer; transition: all 0.25s; display: inline-block; }
.pill:hover { background: var(--forest); color: var(--bg); }
.pill-primary { background: var(--mint-500); color: white; border-color: var(--mint-500); }
.pill-primary:hover { background: var(--mint-700); border-color: var(--mint-700); }

/* Mobiles Menü */
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; cursor: pointer; color: var(--forest); }

/* ====================== HERO ====================== */
.hero { position: relative; padding: 50px 48px 90px; overflow: hidden; }
.hero-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center; }
.hero h1 { font-size: clamp(46px, 6vw, 88px); line-height: 0.99; font-weight: 300; margin-bottom: 28px; color: var(--forest); max-width: 720px; }
.hero h1 em { font-style: italic; color: var(--mint-700); font-weight: 400; }
.hero-sub { font-size: 18px; line-height: 1.7; color: var(--ink-soft); max-width: 500px; margin-bottom: 40px; font-weight: 300; }
.hero-actions { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.hero-cta { display: inline-flex; align-items: center; gap: 12px; background: var(--mint-500); color: white; padding: 18px 32px; border-radius: 999px; font-size: 14px; transition: all 0.25s; border: none; cursor: pointer; box-shadow: 0 8px 20px -8px rgba(107, 168, 134, 0.6); }
.hero-cta:hover { background: var(--mint-700); }
.hero-cta-arrow { transition: transform 0.3s; }
.hero-cta:hover .hero-cta-arrow { transform: translateX(4px); }
.hero-tel { font-size: 14px; color: var(--ink-soft); display: flex; flex-direction: column; line-height: 1.4; }
.hero-tel .tel-num { font-family: 'Fraunces', serif; font-size: 20px; color: var(--forest); font-style: italic; }

.hero-img-wrap { position: relative; aspect-ratio: 4/5; border-radius: var(--r-img); overflow: hidden; box-shadow: var(--shadow-soft); }
.hero-img { width: 100%; height: 100%; background: var(--mint-100) center/cover no-repeat; }
.hero-img-badge { position: absolute; bottom: 24px; left: 24px; background: rgba(247, 250, 245, 0.94); backdrop-filter: blur(6px); color: var(--forest); padding: 12px 20px; border-radius: 999px; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.hero-img-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--mint-500); }

/* ====================== TRUST STRIP ====================== */
.trust-strip { background: var(--mint-100); padding: 26px 48px; }
.trust-strip-inner { max-width: var(--maxw); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; }
.trust-item { display: flex; flex-direction: column; color: var(--mint-900); }
.trust-item strong { font-family: 'Fraunces', serif; font-size: 22px; color: var(--forest); font-weight: 400; font-style: italic; line-height: 1.1; }
.trust-item-label { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; margin-top: 4px; color: var(--ink-soft); }
.jameda-link { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--forest); padding: 12px 22px; background: var(--bg); border-radius: 999px; transition: all 0.2s; }
.jameda-link:hover { background: var(--mint-500); color: white; }
.star { color: var(--mint-700); font-size: 16px; }
.jameda-link:hover .star { color: #fff; }

/* ====================== INTRO ====================== */
.intro { padding: 130px 48px 70px; max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr; gap: 80px; }
.section-label { font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--mint-700); font-weight: 500; }
.intro-text h2 { font-size: clamp(32px, 4.2vw, 56px); margin-bottom: 30px; max-width: 880px; font-weight: 300; line-height: 1.08; }
.intro-text h2 em { font-style: italic; color: var(--mint-700); }
.intro-text p { font-size: 18px; line-height: 1.8; color: var(--ink-soft); max-width: 640px; margin-bottom: 20px; font-weight: 300; }

/* ====================== SCHWERPUNKTE ====================== */
.specs { padding: 90px 48px 130px; max-width: var(--maxw); margin: 0 auto; }
.specs-head { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.specs-head h2 { font-size: clamp(32px, 4.2vw, 56px); font-weight: 300; }
.specs-head h2 em { font-style: italic; color: var(--mint-700); }
.specs-head p { font-size: 17px; color: var(--ink-soft); line-height: 1.7; max-width: 540px; font-weight: 300; }

.spec-featured { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; background: var(--mint-50); border-radius: var(--r-card); padding: 28px; margin-bottom: 28px; transition: transform 0.3s, box-shadow 0.3s; }
.spec-featured:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.spec-featured-img { aspect-ratio: 4/3; border-radius: var(--r-img); background: var(--mint-200) center/cover no-repeat; }
.spec-featured-body { padding: 16px 32px 16px 8px; }
.spec-featured-tag { display: inline-block; background: var(--mint-300); color: var(--mint-900); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; margin-bottom: 18px; }
.spec-featured-body h3 { font-size: clamp(28px, 3.2vw, 44px); margin-bottom: 18px; font-weight: 400; line-height: 1.05; }
.spec-featured-body h3 em { font-style: italic; color: var(--mint-700); }
.spec-featured-body p { font-size: 16px; color: var(--ink-soft); line-height: 1.75; margin-bottom: 24px; max-width: 520px; font-weight: 300; }
.spec-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; color: var(--mint-700); padding-bottom: 4px; border-bottom: 1px solid var(--mint-300); transition: gap 0.3s, border-color 0.2s; }
.spec-link:hover { gap: 16px; border-bottom-color: var(--mint-700); }

.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.spec-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden; transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; display: flex; flex-direction: column; }
.spec-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: var(--mint-300); }
.spec-card-img { aspect-ratio: 16/9; background: var(--mint-200) center/cover no-repeat; margin: 16px; border-radius: var(--r-img); }
.spec-card-body { padding: 8px 32px 32px; flex: 1; display: flex; flex-direction: column; }
.spec-card-tag { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mint-700); margin-bottom: 12px; }
.spec-card-body h3 { font-size: 28px; margin-bottom: 14px; font-weight: 400; line-height: 1.1; }
.spec-card-body h3 em { font-style: italic; }
.spec-card-body p { font-size: 15px; color: var(--ink-soft); line-height: 1.7; margin-bottom: 20px; font-weight: 300; flex: 1; }

/* ====================== ABOUT ====================== */
.about { background: var(--mint-50); padding: 0; display: grid; grid-template-columns: 1fr 1.15fr; align-items: stretch; }
.about-img-wrap { padding: 80px 60px; display: flex; align-items: center; justify-content: center; }
.about-img { aspect-ratio: 4/5; width: 100%; max-width: 480px; border-radius: var(--r-img); background: var(--mint-200) center/cover no-repeat; box-shadow: var(--shadow-soft); }
.about-letter { padding: 110px 90px; display: flex; flex-direction: column; justify-content: center; max-width: 760px; }
.about-letter h2 { font-size: clamp(32px, 3.6vw, 50px); margin: 14px 0 30px; font-weight: 300; line-height: 1.08; }
.about-letter h2 em { font-style: italic; color: var(--mint-700); }
.about-letter p { font-size: 17px; line-height: 1.85; color: var(--ink-soft); margin-bottom: 22px; font-weight: 300; }
.about-signature { margin-top: 28px; font-family: 'Caveat', cursive; font-size: 44px; color: var(--mint-700); line-height: 1; font-weight: 500; }
.about-signature-meta { font-family: 'Inter', sans-serif; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft); margin-top: 10px; }
.about-cta { margin-top: 34px; }

/* ====================== LOCATIONS ====================== */
.locations { padding: 130px 48px 110px; max-width: var(--maxw); margin: 0 auto; }
.locations-head { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; margin-bottom: 56px; align-items: end; }
.locations-head h2 { font-size: clamp(32px, 4.2vw, 56px); font-weight: 300; }
.locations-head h2 em { font-style: italic; color: var(--mint-700); }
.locations-head p { font-size: 17px; color: var(--ink-soft); line-height: 1.7; max-width: 540px; font-weight: 300; }
.loc-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.loc { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden; transition: box-shadow 0.3s, border-color 0.3s; }
.loc:hover { box-shadow: var(--shadow-card); border-color: var(--mint-300); }
.loc-img-wrap { margin: 16px; aspect-ratio: 16/10; border-radius: var(--r-img); overflow: hidden; position: relative; }
.loc-img { width: 100%; height: 100%; background: var(--mint-200) center/cover no-repeat; }
.loc-tag { position: absolute; bottom: 16px; left: 16px; background: rgba(247, 250, 245, 0.95); backdrop-filter: blur(6px); color: var(--forest); padding: 8px 16px; border-radius: 999px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; }
.loc-body { padding: 16px 32px 32px; }
.loc-body h3 { font-size: clamp(26px, 2.5vw, 36px); font-weight: 400; margin-bottom: 14px; font-style: italic; color: var(--forest); }
.loc-body p { font-size: 15px; color: var(--ink-soft); line-height: 1.7; margin-bottom: 22px; font-weight: 300; }
.loc-meta { border-top: 1px solid var(--line); padding-top: 18px; font-size: 14px; display: grid; grid-template-columns: auto 1fr; gap: 10px 24px; }
.loc-meta dt { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-soft); }
.loc-meta dd { color: var(--forest); }

/* ====================== FINAL CTA ====================== */
.final { background: var(--mint-200); color: var(--forest); padding: 130px 48px; text-align: center; }
.final h2 { font-size: clamp(40px, 5.5vw, 74px); font-weight: 300; line-height: 1; margin-bottom: 30px; max-width: 980px; margin-left: auto; margin-right: auto; color: var(--forest); }
.final h2 em { font-style: italic; color: var(--mint-700); }
.final p { font-size: 18px; max-width: 540px; margin: 0 auto 42px; color: var(--ink-soft); line-height: 1.7; font-weight: 300; }
.final-actions { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; }
.btn-primary { background: var(--mint-700); color: white; padding: 18px 38px; font-size: 14px; letter-spacing: 0.05em; border: none; cursor: pointer; border-radius: 999px; transition: all 0.25s; display: inline-block; }
.btn-primary:hover { background: var(--forest); }
.btn-outline { background: transparent; color: var(--forest); padding: 18px 38px; font-size: 14px; letter-spacing: 0.05em; border: 1px solid var(--forest); cursor: pointer; border-radius: 999px; transition: all 0.25s; display: inline-block; }
.btn-outline:hover { background: var(--forest); color: var(--bg); }

/* ====================== SUBPAGE HERO + PROSE ====================== */
.page-hero { padding: 70px 48px 60px; max-width: var(--maxw); margin: 0 auto; }
.page-hero .breadcrumb { font-size: 13px; color: var(--ink-soft); margin-bottom: 20px; display: flex; gap: 8px; flex-wrap: wrap; }
.page-hero .breadcrumb a:hover { color: var(--mint-700); }
.page-hero .section-label { margin-bottom: 16px; display: block; }
.page-hero h1 { font-size: clamp(40px, 5.5vw, 72px); font-weight: 300; max-width: 900px; margin-bottom: 24px; }
.page-hero h1 em { font-style: italic; color: var(--mint-700); }
.page-hero .lead { font-size: 19px; line-height: 1.7; color: var(--ink-soft); max-width: 680px; font-weight: 300; }
.page-figure { max-width: var(--maxw); margin: 0 auto; padding: 0 48px; }
.page-figure .ph { aspect-ratio: 21/9; border-radius: var(--r-img); background: var(--mint-200) center/cover no-repeat; box-shadow: var(--shadow-soft); }

.prose-wrap { max-width: var(--maxw); margin: 0 auto; padding: 70px 48px 100px; display: grid; grid-template-columns: 1fr 2.2fr; gap: 80px; align-items: start; }
.prose-aside { position: sticky; top: 32px; }
.prose-aside h4 { font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mint-700); margin-bottom: 16px; font-weight: 600; }
.prose-aside ul { list-style: none; }
.prose-aside li { margin-bottom: 10px; font-size: 14px; }
.prose-aside a:hover { color: var(--mint-700); }
.prose-aside .card-note { margin-top: 28px; background: var(--mint-50); border-radius: var(--r-card); padding: 24px; font-size: 14px; color: var(--ink-soft); line-height: 1.7; }
.prose { max-width: 760px; }
.prose h2 { font-size: clamp(28px, 3vw, 40px); font-weight: 300; margin: 48px 0 20px; line-height: 1.1; }
.prose h2:first-child { margin-top: 0; }
.prose h2 em { font-style: italic; color: var(--mint-700); }
.prose h3 { font-size: 22px; font-weight: 500; margin: 32px 0 12px; color: var(--forest); font-family: 'Inter', sans-serif; }
.prose p { font-size: 17px; line-height: 1.85; color: var(--ink-soft); margin-bottom: 22px; font-weight: 300; }
.prose ul, .prose ol { margin: 0 0 24px 22px; color: var(--ink-soft); }
.prose li { font-size: 17px; line-height: 1.8; margin-bottom: 10px; font-weight: 300; }
.prose strong { color: var(--forest); font-weight: 600; }
.prose a { color: var(--mint-700); border-bottom: 1px solid var(--mint-300); }
.prose blockquote { border-left: 3px solid var(--mint-300); padding: 6px 0 6px 26px; margin: 28px 0; font-family: 'Fraunces', serif; font-style: italic; font-size: 22px; color: var(--forest); line-height: 1.4; }
.note-box { background: var(--mint-50); border: 1px solid var(--line); border-radius: var(--r-card); padding: 28px 32px; margin: 32px 0; }
.note-box p { margin-bottom: 0; font-size: 15px; }
.note-box strong { display: block; margin-bottom: 8px; }

/* Standort-Detail */
.loc-detail-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin: 8px 0 36px; }
.loc-detail-meta .item { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-card); padding: 22px 24px; }
.loc-detail-meta dt { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mint-700); margin-bottom: 8px; }
.loc-detail-meta dd { font-size: 16px; color: var(--forest); line-height: 1.5; }

/* ====================== KONTAKT / FORMULAR ====================== */
.contact-grid { max-width: var(--maxw); margin: 0 auto; padding: 70px 48px 110px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
.contact-info h3 { font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mint-700); margin: 28px 0 10px; font-weight: 600; }
.contact-info h3:first-child { margin-top: 0; }
.contact-info p { font-size: 17px; color: var(--ink-soft); line-height: 1.7; font-weight: 300; }
.contact-info a { color: var(--forest); }
.contact-info a:hover { color: var(--mint-700); }
.form-card { background: var(--mint-50); border-radius: var(--r-card); padding: 40px; }
.form-row { margin-bottom: 20px; }
.form-row label { display: block; font-size: 13px; letter-spacing: 0.04em; color: var(--forest); margin-bottom: 8px; }
.form-row input, .form-row textarea, .form-row select { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; font-family: inherit; font-size: 15px; color: var(--ink); background: var(--bg); }
.form-row textarea { min-height: 140px; resize: vertical; }
.form-consent { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; color: var(--ink-soft); line-height: 1.5; }
.form-consent input { width: auto; margin-top: 3px; }
.form-note { font-size: 12px; color: var(--ink-soft); margin-top: 16px; line-height: 1.6; }

/* ====================== FOOTER ====================== */
footer.site-footer { background: var(--forest); color: rgba(247, 250, 245, 0.7); padding: 100px 48px 40px; }
.footer-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 2.5fr 1fr 1fr 1.5fr; gap: 64px; margin-bottom: 70px; }
.footer-brand h3 { font-family: 'Fraunces', serif; font-size: 28px; color: white; margin-bottom: 18px; font-weight: 400; }
.footer-brand p { font-size: 15px; line-height: 1.7; max-width: 380px; color: rgba(247, 250, 245, 0.6); font-weight: 300; }
footer.site-footer h4 { font-family: 'Inter', sans-serif; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: white; margin-bottom: 22px; font-weight: 500; }
footer.site-footer ul { list-style: none; }
footer.site-footer li { margin-bottom: 12px; font-size: 14px; }
footer.site-footer a { transition: color 0.2s; }
footer.site-footer a:hover { color: var(--mint-300); }
.footer-bottom { max-width: var(--maxw); margin: 0 auto; padding-top: 32px; border-top: 1px solid rgba(247, 250, 245, 0.1); display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(247, 250, 245, 0.4); flex-wrap: wrap; gap: 12px; }
.footer-bottom a:hover { color: var(--mint-300); }

/* ====================== ALLGEMEINE SEITE ====================== */
.simple-page { max-width: 820px; margin: 0 auto; padding: 70px 48px 100px; }
.simple-page h1 { font-size: clamp(38px, 5vw, 64px); font-weight: 300; margin-bottom: 28px; }
.simple-page h2 { font-size: 26px; font-weight: 500; font-family: 'Inter', sans-serif; color: var(--forest); margin: 36px 0 12px; }
.simple-page p { font-size: 17px; line-height: 1.85; color: var(--ink-soft); margin-bottom: 20px; font-weight: 300; }
.simple-page ul { margin: 0 0 22px 22px; color: var(--ink-soft); }
.simple-page a { color: var(--mint-700); }

/* ====================== MOBILE ====================== */
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
}
@media (max-width: 900px) {
  .top { padding: 18px 22px; }
  nav.main { position: absolute; top: 100%; left: 0; right: 0; background: var(--bg); flex-direction: column; gap: 0; padding: 8px 22px 18px; box-shadow: var(--shadow-soft); display: none; }
  nav.main.open { display: flex; }
  nav.main a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: inline-block; }
  .top-right .pill { display: none; }

  .hero { padding: 24px 22px 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero h1 { font-size: 40px; }
  .hero-img-wrap { aspect-ratio: 4/5; max-width: 420px; margin: 0 auto; }

  .trust-strip { padding: 20px 22px; }
  .trust-strip-inner { gap: 16px 24px; }

  .intro { padding: 70px 22px 40px; grid-template-columns: 1fr; gap: 18px; }
  .intro-text h2 { font-size: 30px; }

  .specs { padding: 50px 22px 70px; }
  .specs-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
  .spec-featured { grid-template-columns: 1fr; gap: 0; padding: 16px; }
  .spec-featured-body { padding: 24px 14px 14px; }
  .spec-grid { grid-template-columns: 1fr; gap: 20px; }

  .about { grid-template-columns: 1fr; }
  .about-img-wrap { padding: 50px 22px 16px; }
  .about-img { max-width: 320px; }
  .about-letter { padding: 36px 22px 70px; }

  .locations { padding: 70px 22px; }
  .locations-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 36px; }
  .loc-pair { grid-template-columns: 1fr; gap: 28px; }

  .final { padding: 90px 22px; }

  .page-hero, .page-figure { padding-left: 22px; padding-right: 22px; }
  .prose-wrap { grid-template-columns: 1fr; gap: 40px; padding: 50px 22px 70px; }
  .prose-aside { position: static; }
  .loc-detail-meta { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; padding: 50px 22px 70px; }
  .form-card { padding: 28px; }
  .simple-page { padding: 50px 22px 70px; }

  footer.site-footer { padding: 60px 22px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 22px; margin-bottom: 44px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
}
