/* STROTMER / VERSION 7 — Logoblaue Farbwelt
   Keine externen Abhängigkeiten. Alle Bilder liegen im normalen Seitenfluss.
   Farben und Breite lassen sich hier zentral anpassen. */
:root {
  --paper: #f5f9fb;
  --ink: #193b4c;
  --muted: #516c7b;
  /* Direkt aus der blauen Logo-Blende: RGB 36, 110, 144. */
  --blue: #246e90;
  --line: #cadce5;
  --sand: #eaf2f6;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.75 var(--sans); }
img { display: block; width: 100%; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: default; opacity: .6; }
button, a { touch-action: manipulation; }
[hidden] { display: none !important; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.12; }
h1 { font-size: clamp(46px, 5.4vw, 84px); letter-spacing: -.045em; }
h2 { font-size: clamp(35px, 4vw, 60px); letter-spacing: -.04em; }
h3 { font-size: 27px; }
em { font-weight: 400; }
p + p { margin-top: 20px; }
::selection { background: #c3dfeb; color: #193b4c; }
:focus-visible { outline: 3px solid #246e90; outline-offset: 5px; }
.wrap { width: calc(100% - 96px); max-width: 1320px; margin-left: auto; margin-right: auto; }
.section { padding-top: 110px; padding-bottom: 110px; }
.eyebrow { font-size: 12px; letter-spacing: .17em; text-transform: uppercase; margin-bottom: 24px; line-height: 1.7; }
.text-link { display: inline-block; padding: 12px 0 8px; border-bottom: 1px solid currentColor; font-size: 14px; }
.text-link:hover { color: #1e475b; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 52px; padding: 15px 24px; background: var(--blue); color: #fff; border: 1px solid var(--blue); font-size: 14px; }
.button:hover { background: #1e475b; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 99; background: var(--paper); padding: 12px; }
.skip-link:focus { top: 15px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

/* Navigation */
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 106px; padding-top: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.brand { display: block; width: 180px; flex: 0 0 180px; }
.site-header nav { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; font-size: 14px; }
.site-header nav a { padding: 8px 0; }
.nav-contact { border-bottom: 1px solid #7698aa; }
.menu-toggle { display: none; background: none; border: 0; min-height: 44px; }

/* Einstieg: Text und Bilder in getrennten, stabilen Layoutbereichen */
.intro-hero { padding-top: 62px; padding-bottom: 44px; }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-top: 29px; }
.hero-bottom p { color: var(--muted); }
.hero-bottom .text-link { flex-shrink: 0; }
.image-triptych { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr) minmax(0, 1fr); gap: 18px; }
.image-triptych a { display: block; min-width: 0; height: clamp(320px, 34vw, 485px); overflow: hidden; }
.image-triptych img { width: 100%; height: 100%; object-fit: cover; }
.image-triptych a:first-child img { object-position: center 54%; }
.image-triptych a:nth-child(2) img { object-position: 50% center; }
.image-triptych a:last-child img { object-position: center 60%; }

/* Persönliche Vorstellung */
.about { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); align-items: center; gap: 110px; }
.portrait { max-width: 435px; margin-left: 45px; }
.portrait img { height: auto; }
.portrait figcaption { font-size: 12px; color: var(--muted); margin-top: 16px; }
.about-copy h2 { margin-bottom: 30px; }
.about-copy p:not(.eyebrow):not(.signature) { max-width: 490px; color: var(--muted); }
.about-copy .text-link { margin-top: 23px; }


/* Gleichberechtigte Galerien; keine CSS-Masonry oder absoluten Positionen */
.portfolio-section { background: var(--sand); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 55px; }
.section-heading > p { width: 340px; max-width: 100%; color: var(--muted); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px 30px; }
.story-card { min-width: 0; }
.story-card a { display: block; }
.story-card img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; transition: filter .3s ease; }
.story-card a:hover img { filter: brightness(1.05); }
.card-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 20px; }
.card-meta h3 { font-size: clamp(22px, 2vw, 29px); }
.card-meta span { color: var(--blue); }
.story-card p { margin-top: 8px; color: var(--muted); font-size: 14px; }

/* Arbeitsweise */
.approach { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 90px; }
.approach-intro { max-width: 350px; margin-top: 28px; color: var(--muted); }
.steps article { display: flex; gap: 24px; padding: 28px 0; border-top: 1px solid var(--line); }
.steps article:last-child { border-bottom: 1px solid var(--line); }
.steps article > span { font-size: 12px; padding-top: 6px; color: var(--muted); }
.steps h3 { font-size: 27px; margin-bottom: 15px; }
.steps p { color: var(--muted); }
.closing-picture { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); align-items: center; background: var(--blue); color: var(--paper); }
.closing-picture figure img { height: auto; }
.closing-picture > div { padding: 40px; }
.closing-picture h2 { font-size: clamp(32px, 3.5vw, 52px); }

/* Anfrage: Übergabe an das lokale E-Mail-Programm */
.contact { max-width: 1320px; width: calc(100% - 96px); margin: 0 auto; padding: 110px 0; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.2fr); gap: 90px; }
.contact-copy > p:not(.eyebrow) { margin-top: 28px; max-width: 350px; color: var(--muted); }
.contact-address a { color: var(--blue); overflow-wrap: anywhere; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.field { min-width: 0; margin-bottom: 24px; }
.field label { display: block; font-size: 14px; margin-bottom: 6px; }
.field input, .field textarea { width: 100%; min-width: 0; min-height: 46px; color: var(--ink); border: 0; border-bottom: 1px solid #7698aa; border-radius: 0; background: transparent; padding: 10px 0; font-size: 16px; }
.field textarea { resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); opacity: 1; font-size: 14px; }
.form-note { font-size: 12px; color: var(--muted); margin-bottom: 25px; }
.inquiry-result { margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.inquiry-result h3 { font-size: 25px; }
.inquiry-result p { margin: 15px 0; font-size: 14px; }
.inquiry-result textarea { width: 100%; padding: 14px; resize: vertical; border: 1px solid var(--line); background: white; color: var(--ink); font-size: 14px; }
.result-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.result-actions button.text-link { background: transparent; border: 0; border-bottom: 1px solid; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); padding-top: 42px; padding-bottom: 24px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 35px; }
.footer-top p { font-size: 14px; color: var(--muted); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; border-top: 1px solid var(--line); padding-top: 20px; font-size: 12px; color: var(--muted); }
.footer-bottom > div { display: flex; gap: 24px; }
.footer-bottom a { padding: 8px 0; }

/* Galerie-Unterseiten: Originalformat bleibt sichtbar */
.gallery-intro { padding-top: 40px; padding-bottom: 55px; text-align: center; }
.gallery-intro > .text-link { display: table; margin-bottom: 45px; }
.gallery-intro .eyebrow { margin-bottom: 20px; }
.gallery-intro .subtitle { margin-top: 23px; font: italic 27px/1.5 var(--serif); }
.gallery-flow { display: flex; flex-direction: column; gap: 65px; }
.gallery-shot { max-width: 100%; }
.gallery-shot a { display: block; cursor: zoom-in; }
.gallery-shot img { width: 100%; height: auto; }
.portrait-shot { width: 600px; max-width: 100%; margin: 0 auto; }
.landscape-shot { width: 1100px; max-width: 100%; margin: 0 auto; }
.gallery-shot:nth-child(2) { width: 850px; margin-right: 0; }
.gallery-shot figcaption { font-size: 12px; color: var(--muted); margin-top: 14px; }
.gallery-note { text-align: center; margin-top: 40px; color: var(--muted); font-size: 14px; }
.gallery-end { text-align: center; }
.gallery-end .text-link { display: table; margin: 18px auto 30px; }

/* Native Dialog-Großansicht */
body.modal-open { overflow: hidden; }
.lightbox { width: 100%; max-width: 100%; height: 100%; max-height: 100%; padding: 72px 65px 30px; border: 0; background: #122b37; color: white; }
.lightbox::backdrop { background: #122b37; }
.lightbox-toolbar { position: absolute; top: 12px; left: 24px; right: 24px; display: flex; align-items: center; justify-content: space-between; font-size: 14px; }
.lightbox button { background: transparent; color: white; border: 0; min-width: 48px; min-height: 48px; }
.lightbox figure { height: 100%; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.lightbox figure img { flex: 1; min-height: 0; width: 100%; object-fit: contain; }
.lightbox figcaption { font-size: 14px; text-align: center; }
.lightbox-prev, .lightbox-next { position: absolute; top: 48%; font-size: 26px; }
.lightbox-prev { left: 7px; }
.lightbox-next { right: 7px; }

/* Tablet und kleinere Laptops */
@media (max-width: 1000px) {
  .wrap, .contact { width: calc(100% - 56px); }
  .site-header nav { gap: 18px; font-size: 13px; }
  .brand { width: 155px; flex-basis: 155px; }
  .about { gap: 55px; }
  .portrait { margin-left: 0; }
  .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .approach, .contact { gap: 45px; }
  .form-row { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .closing-picture > div { padding: 25px; }
}
@media (max-width: 760px) {
  .site-header { flex-wrap: wrap; min-height: 84px; }
  .site-header nav { width: 100%; }
  .js-ready .menu-toggle { display: flex; align-items: center; gap: 12px; }
  .js-ready .site-header nav { display: none; }
  .js-ready .site-header nav.is-open { display: flex; flex-direction: column; align-items: flex-start; padding: 15px 0; font-size: 16px; }
  .section { padding-top: 75px; padding-bottom: 75px; }
  .intro-hero { padding-top: 45px; }
  .hero-bottom { display: block; }
  .hero-bottom .text-link { margin-top: 16px; }
  .about { grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); gap: 30px; }
  .about-copy h2 { font-size: 35px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 25px; width: 100%; max-width: 480px; }
  .approach { grid-template-columns: minmax(0, 1fr); gap: 35px; }
  .approach-intro { max-width: 100%; }
  .contact { grid-template-columns: minmax(0, 1fr); padding: 75px 0; }
  .contact-copy > p:not(.eyebrow) { max-width: 100%; }
  .footer-top { flex-wrap: wrap; }
}
@media (max-width: 600px) {
  .wrap, .contact { width: calc(100% - 40px); }
  h1 { font-size: clamp(39px, 9vw, 54px); }
  h2 { font-size: 37px; }
  .intro-hero .eyebrow { font-size: 11px; letter-spacing: .11em; }
  .hero-bottom p br { display: none; }
  .image-triptych { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .image-triptych a { height: 270px; }
  .image-triptych a:nth-child(2) { grid-column: 1 / -1; grid-row: 1; height: auto; }
  .image-triptych a:nth-child(2) img { height: auto; }
  .about { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .portrait { width: 82%; max-width: 340px; margin: 0 auto; }
  .about-copy h2 br:last-child { display: none; }
  .portfolio-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .story-card img { aspect-ratio: 4 / 5; }
  .card-meta h3 { font-size: 29px; }
  .closing-picture { grid-template-columns: minmax(0, 1fr); }
  .closing-picture > div { padding: 35px 25px; }
  .closing-picture h2 { font-size: 38px; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 25px; }
  .gallery-intro { padding-top: 20px; }
  .gallery-intro h1 { font-size: clamp(36px, 10vw, 56px); }
  .gallery-intro .subtitle { font-size: 24px; }
  .gallery-flow { gap: 38px; }
  .lightbox { padding: 70px 14px 76px; }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 12px; }
  .lightbox-prev { left: 25%; }
  .lightbox-next { right: 25%; }
  .lightbox figcaption { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}

/* VERSION 3 — Bildfüllender Einstieg, sticky Navigation, feinere Gewichtung */
html { scroll-padding-top: 115px; }
h1 strong, h2 strong { font-weight: 700; letter-spacing: -.055em; }
h1 em, h2 em { font-weight: 400; letter-spacing: -.035em; }
.section { padding-top: 82px; padding-bottom: 82px; }
.site-header {
  position: sticky; top: 0; z-index: 30; width: 100%; max-width: none;
  min-height: 0; display: block; padding: 0; border: 0;
  background: rgba(245,249,251,.97); box-shadow: 0 1px 0 rgba(25,59,76,.1);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 21px 0; }
.site-header.is-scrolled { box-shadow: 0 4px 22px rgba(25,59,76,.08); }
.site-header nav a { position: relative; }
.site-header nav a:not(.nav-contact)::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px;
  background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .25s ease;
}
.site-header nav a:hover::after, .site-header nav a[aria-current="location"]::after { transform: scaleX(1); }
.reading-progress { position: absolute; bottom: 0; left: 0; height: 2px; width: 100%; background: var(--blue); transform: scaleX(0); transform-origin: left; pointer-events: none; }
.hero-v3 { position: relative; display: grid; min-height: 620px; height: calc(100vh - 95px); max-height: 980px; color: #fff; background: #1d3f4f; isolation: isolate; }
.hero-images, .hero-shade { position: absolute; inset: 0; }
.hero-images { z-index: 0; overflow: hidden; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 56% 52%; }
.hero-shade { z-index: 1; pointer-events: none; background: linear-gradient(90deg,rgba(14,38,51,.63),rgba(14,38,51,.12) 70%),linear-gradient(0deg,rgba(14,38,51,.43),transparent 40%); }
.hero-copy { position: relative; z-index: 2; align-self: center; padding-top: 25px; padding-bottom: 105px; }
.hero-copy h1 { font-size: clamp(76px,9.8vw,156px); line-height: .99; }
.hero-copy h1 strong { font-weight: 400; }
.hero-copy .eyebrow { font-weight: 700; font-size: 12px; letter-spacing: .2em; }
.hero-copy > p:not(.eyebrow) { margin-top: 25px; font-size: 17px; }
.hero-copy .text-link { margin-top: 18px; color: #fff; }
.hero-copy .text-link span { display: inline-block; margin-left: 24px; transition: transform .25s ease; }
.hero-copy .text-link:hover span { transform: translate(3px,-3px); }
.hero-foot { position: absolute; z-index: 2; left: 0; right: 0; bottom: 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.scroll-note { font-size: 12px; letter-spacing: .05em; }
.scroll-note span { display: inline-block; margin-left: 17px; }
.hero-switch { display: flex; gap: 12px; }
.hero-switch button { min-width: 44px; min-height: 44px; padding: 8px; background: none; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); color: #fff; font-size: 12px; letter-spacing: .1em; }
.hero-switch button[aria-pressed="true"] { border-bottom: 3px solid #fff; font-weight: 700; }
.hero-v3 :focus-visible { outline-color: #fff; }
.about { grid-template-columns: minmax(0,.7fr) minmax(0,1fr); gap: 90px; max-width: 1100px; }
.portrait { width: 100%; max-width: 315px; margin-left: 25px; }
.portrait img { aspect-ratio: 3/4; object-fit: cover; object-position: 50% 27%; }
.portrait figcaption { font-size: 11px; }
.about-copy h2 { font-size: clamp(36px,4.3vw,64px); margin-bottom: 22px; }
.about-copy p:not(.eyebrow):not(.signature) { max-width: 420px; }

.section-heading { margin-bottom: 35px; }
.section-heading .portfolio-note { width: auto; font-family: var(--serif); font-style: italic; font-size: 21px; }
.portfolio-grid { align-items: start; row-gap: 38px; }
.image-frame { display: block; overflow: hidden; background: #dce9f0; }
.story-card img { transition: transform .65s cubic-bezier(.2,.65,.3,1),filter .4s ease; }
.card-meta { margin-top: 15px; }
.card-meta h3 { font-weight: 700; letter-spacing: -.045em; }
.card-meta h3 em { color: var(--blue); font-weight: 400; }
.card-meta > span { transition: transform .3s ease; }
.story-card p { margin-top: 3px; font-size: 13px; }
.steps article { padding: 22px 0; }
.steps article > span { font-family: var(--serif); font-style: italic; font-size: 23px; line-height: 1; color: var(--blue); }
.steps h3 { font-size: 25px; font-weight: 700; letter-spacing: -.035em; margin-bottom: 9px; }
.steps p { max-width: 400px; font-size: 15px; }
.closing-picture { margin-top: 0; }
.closing-picture .eyebrow { margin-bottom: 15px; }
.contact { padding-top: 80px; padding-bottom: 80px; }
.contact-copy h2 { font-size: clamp(50px,6vw,82px); }
.contact-copy > p:not(.eyebrow) { margin-top: 20px; }
.gallery-intro h1 { font-weight: 700; }
@media (hover: hover) and (pointer: fine) {
  .story-card a:hover img { transform: scale(1.035); }
  .story-card a:hover .card-meta > span { transform: translate(3px,-3px); }
  .portrait img { transition: transform .5s ease; }

}

@media (max-width: 1000px) {
  .header-inner { gap: 22px; }
  .about { gap: 48px; }
  .portrait { margin-left: 0; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 100px; }
  .header-inner { flex-wrap: wrap; padding-top: 16px; padding-bottom: 16px; gap: 12px; }
  .site-header { max-height: 90vh; overflow-y: auto; }
  .site-header nav { flex-basis: 100%; }
  .hero-v3 { height: calc(100svh - 78px); min-height: 580px; max-height: 880px; }
  .hero-copy h1 { font-size: clamp(68px,12vw,110px); }
  .hero-copy { padding-bottom: 100px; }
  .about { gap: 35px; }
  .section { padding-top: 62px; padding-bottom: 62px; }
}
@media (max-width: 600px) {
  .hero-v3 { min-height: 580px; }
  .hero-photo { object-position: 58% center; }
  .hero-copy { align-self: start; padding-top: 58px; }
  .hero-copy h1 { font-size: clamp(64px,17vw,94px); }
  .hero-copy .eyebrow { max-width: 270px; font-size: 10px; letter-spacing: .12em; }
  .hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .hero-shade { background: linear-gradient(180deg,rgba(14,38,51,.58),rgba(14,38,51,.12) 67%,rgba(14,38,51,.57)); }
  .hero-foot { bottom: 18px; gap: 10px; }
  .scroll-note { font-size: 11px; max-width: 150px; }
  .scroll-note span { margin-left: 3px; }
  .hero-switch { gap: 3px; }
  .about { grid-template-columns: minmax(0,1fr); }
  .portrait { width: 75%; margin: 0 auto; }
  .about-copy h2 { font-size: 40px; }
  .section-heading .portfolio-note { margin-top: 18px; font-size: 18px; }
  .section-heading .portfolio-note br { display: none; }
  .portfolio-grid { row-gap: 32px; }
  .contact { padding-top: 60px; padding-bottom: 60px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .story-card a:hover img, .portrait:hover img { transform: none; }
}


/* Feinschliff auf Basis V3: gerade Galerien und klarer, kompakter Footer. */
.story-card { margin-top:0; }
.card-meta h3 { font-weight:400; }
.card-meta h3 em { font-style:normal; color:inherit; }
.site-footer { width:100%; max-width:none; margin:0; padding:27px 0; background:#dfeaf1; border-top:1px solid #bdd2de; }
.footer-inner { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:16px 30px; font-size:13px; color:#36576a; }
.footer-inner p { margin:0; }
.footer-inner nav { display:flex; flex-wrap:wrap; gap:24px; }
.footer-inner a { display:inline-block; padding:8px 0; }
.footer-inner a:hover { text-decoration:underline; text-underline-offset:4px; }
@media(max-width:600px) { .footer-inner { align-items:flex-start; flex-direction:column; gap:8px; } }

/* V7.2: V7 erhalten, Abschnitte trennen und mobile Ausrichtung verbessern. */
.hero-copy h1 { font-weight:400; }
.hero-copy .text-link { margin-top:30px; }
.portrait { margin-left:0; }
.portrait img { aspect-ratio:4/5; object-fit:cover; object-position:50% 48%; transform:none; }
.about,.approach { border-bottom:1px solid var(--line); }
.closing-picture { margin-bottom:76px; }
.gallery-date { font:400 13px/1.7 var(--sans)!important; letter-spacing:.035em; color:var(--muted); }
.faq-section { background:var(--sand); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.faq-layout { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.2fr); gap:9%; }
.price-lead { margin-top:32px; color:var(--blue); font:400 45px/1.2 var(--serif); }
.price-lead span { font:400 14px/1.7 var(--sans); }
.price-note { margin-top:12px; font-size:14px; color:var(--muted); }
.faq-list details { border-top:1px solid var(--line); }
.faq-list details:last-child { border-bottom:1px solid var(--line); }
.faq-list summary { cursor:pointer; padding:21px 0; min-height:52px; font-size:16px; }
.faq-list details p { padding-bottom:22px; color:var(--muted); font-size:15px; }
.contact { border-top:0; }
.header-inner,.about-copy,.story-card,.faq-layout>div,.contact>div,form { min-width:0; }
.contact-address { overflow-wrap:anywhere; }
@media(max-width:1000px) {
 .site-header nav { gap:16px; }
 .header-inner { gap:20px; }
 .faq-layout { gap:6%; }
}
@media(max-width:760px) {
 .faq-layout { grid-template-columns:minmax(0,1fr); gap:34px; }
 .about { grid-template-columns:minmax(0,1fr); gap:36px; }
 .portrait { width:78%; max-width:330px; margin:0 auto; }
 .about-copy { width:100%; }
 .about-copy h2 { font-size:clamp(32px,7vw,42px); }
 .price-lead { margin-top:24px; }
 .closing-picture { margin-bottom:60px; }
 .hero-copy h1 { font-size:clamp(60px,15vw,100px); }
 .site-header nav a { min-height:44px; }
}
@media(max-width:600px) {
 .section,.contact { padding-top:58px; padding-bottom:58px; }
 .hero-foot { gap:8px; }
 .hero-switch { flex-shrink:0; }
 .scroll-note { max-width:125px; }
 .contact-copy h2 { font-size:48px; }
 .card-meta h3 { font-size:27px; }
 .faq-list summary { padding-right:5px; }
}
