@font-face {
  font-family: "Instrument Serif";
  src: url("/assets/fonts/instrument-serif-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("/assets/fonts/instrument-serif-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --paper: #ffffff;
  --white: #fff;
  --ink: #050505;
  --muted: #6f6f6f;
  --line: #dededb;
  --sage: #edf0ec;
  --sage-dark: #46554d;
  --rose: #6c514e;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 48px), var(--max));
  margin: 18px auto 0;
  padding: 12px 14px 12px 22px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 42px rgba(0,0,0,.08);
  backdrop-filter: blur(22px) saturate(150%);
  transition: background .25s, box-shadow .25s;
}
.brand { display: flex; flex-direction: column; text-decoration: none; line-height: 1; }
.brand span { font-family: var(--serif); font-size: 28px; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 650; text-transform: uppercase; letter-spacing: 1.4px; }
.navigation { display: flex; align-items: center; gap: 28px; }
.navigation > a { color: #59625d; font-size: 14px; font-weight: 550; text-decoration: none; transition: color .2s; }
.navigation > a:hover { color: var(--ink); }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 26px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px) scale(1.02); background: #242424; }
.button-small { min-height: 41px; padding: 9px 17px; color: white !important; }
.text-link { font-size: 15px; font-weight: 650; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(135px, 15vh, 180px) 24px 72px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, #fff 0%, #fff 60%, #f3f3f1 100%);
}
.hero-copy { position: relative; z-index: 2; width: min(100%, 980px); margin: 0 auto; text-align: center; }
.eyebrow { margin: 0 0 24px; color: var(--sage-dark); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: 2px; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: 0; }
h1 { max-width: 1100px; margin: 0 auto 20px; font-size: clamp(62px, 8.7vw, 122px); line-height: .9; animation: fade-rise .85s cubic-bezier(.2,.7,.2,1) both; }
h1 em, h2 em { color: var(--muted); font-weight: 400; }
.hero-line { margin: 0 0 28px; color: var(--muted); font-family: var(--serif); font-size: clamp(32px, 4vw, 57px); font-style: normal; line-height: 1; animation: fade-rise .85s .12s cubic-bezier(.2,.7,.2,1) both; }
.hero-line em { font-weight: 400; }
.hero-intro { max-width: 700px; margin: 0 auto; color: #6f6f6f; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.65; animation: fade-rise .85s .24s cubic-bezier(.2,.7,.2,1) both; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 36px; animation: fade-rise .85s .36s cubic-bezier(.2,.7,.2,1) both; }
.button-mail { gap: 10px; }
.mail-icon { font-size: 19px; font-weight: 400; line-height: 1; }
.call-link { display: flex; flex-direction: column; align-items: flex-start; color: var(--ink); line-height: 1.2; text-decoration: none; }
.call-link strong { font-size: 17px; font-weight: 700; }
.call-link span { margin-top: 4px; color: var(--muted); font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: 1px; }
.call-link:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.hero-image { position: relative; width: min(100%, 1440px); height: auto; aspect-ratio: 1024 / 683; margin: 68px auto 0; overflow: hidden; border-radius: 2px; background: #ecece8; box-shadow: 0 30px 80px rgba(0,0,0,.13); animation: image-reveal 1.15s .18s cubic-bezier(.2,.7,.2,1) both, shadow-breathe 8s 1.4s ease-in-out infinite alternate; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.02) 30%, rgba(0,0,0,.38) 100%); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; transform: none; animation: light-breathe 8s 1.4s ease-in-out infinite alternate; }
.hero-image-title { position: absolute; z-index: 2; left: 50%; bottom: 32px; width: 100%; transform: translateX(-50%); color: rgba(255,255,255,.94); font-family: var(--serif); font-size: clamp(70px, 12vw, 175px); line-height: .75; text-align: center; text-shadow: 0 4px 30px rgba(0,0,0,.18); pointer-events: none; }
.hero-image figcaption { position: absolute; z-index: 2; top: 16px; right: 20px; padding: 5px 9px; background: rgba(255,255,255,.82); font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: 1px; backdrop-filter: blur(8px); }
.hero-facts { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3,1fr); width: min(calc(100% - 70px), 1030px); margin: -34px auto 0; border: 1px solid rgba(255,255,255,.78); border-radius: 6px; background: rgba(255,255,255,.86); box-shadow: 0 18px 48px rgba(0,0,0,.1); backdrop-filter: blur(20px); }
.hero-facts p { display: flex; flex-direction: column; align-items: center; margin: 0; padding: 23px 14px; text-align: center; }
.hero-facts p + p { border-left: 1px solid var(--line); }
.hero-facts strong { font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.2; }
.hero-facts span { margin-top: 5px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .8px; }

.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 150px 0; }
.section-wide { width: min(calc(100% - 48px), 1440px); margin: 0 auto; }
.section-label { padding-top: 9px; border-top: 1px solid var(--ink); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.6px; }
.intro-copy { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10%; margin-top: 68px; }
h2 { font-size: clamp(45px, 6vw, 78px); }
.intro-copy p, .image-story-copy > p:not(.eyebrow):not(.quote), .support-content > p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 100px; }
.feature { padding-top: 18px; border-top: 1px solid var(--line); }
.feature-number { color: var(--rose); font-family: var(--serif); font-style: italic; }
.feature h3 { margin: 30px 0 14px; font-size: 36px; }
.feature p { margin: 0; color: var(--muted); }

.image-story { display: grid; grid-template-columns: 1.25fr .75fr; min-height: min(820px, 88vh); background: #eff1ee; }
.image-story-main { min-height: 600px; margin: 0; }
.image-story-main img { width: 100%; height: 100%; object-fit: cover; }
.image-story-copy { align-self: center; padding: 80px clamp(38px, 6vw, 95px); }
.image-story-copy h2 { font-size: clamp(46px, 5vw, 70px); }
.quote { margin: 45px 0 0; padding-top: 26px; border-top: 1px solid rgba(23,32,28,.25); font-family: var(--serif); font-size: 25px; font-style: italic; line-height: 1.35; }

.support-section { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.support-heading h2 { margin-bottom: 0; }
.support-content { padding-top: 40px; }
.support-content > p:first-child { font-size: 19px; }
.check-list { margin: 44px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { position: relative; padding: 15px 0 15px 33px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 3px; color: var(--sage-dark); font-weight: 800; }
.notice { padding-left: 17px; border-left: 2px solid var(--rose); color: var(--muted); font-size: 13px; }

.gallery-section { padding: 145px clamp(24px, 5vw, 72px); background: var(--ink); color: white; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 55px; }
.gallery-heading h2 { max-width: 800px; margin: 0; }
.gallery-heading .eyebrow { color: #b9c9bf; }
.gallery-heading h2 em { color: #aeb5b1; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(3, 280px); gap: 14px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption { position: absolute; inset: auto 14px 14px; width: max-content; max-width: calc(100% - 28px); padding: 5px 9px; background: rgba(23,32,28,.82); color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .8px; }
.gallery-large { grid-column: 1 / 3; grid-row: 1 / 3; }
.gallery-item:nth-child(6) { grid-column: 1 / 3; }
.gallery-note { max-width: 750px; margin: 28px 0 0; color: #acb5b0; font-size: 12px; }

.costs-section { display: grid; grid-template-columns: 1fr .72fr; gap: 12%; align-items: center; }
.costs-copy h2 { margin-bottom: 30px; }
.costs-copy > p:not(.eyebrow):not(.notice) { color: var(--muted); font-size: 19px; }
.cost-box { padding: clamp(36px, 5vw, 66px); border: 1px solid var(--line); background: white; }
.cost-box > span { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.cost-box strong { display: block; margin: 23px 0 8px; font-family: var(--serif); font-size: clamp(54px, 7vw, 86px); font-weight: 400; line-height: 1; }
.cost-box p { margin: 0 0 45px; color: var(--muted); }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10%; border-top: 1px solid var(--line); }
.faq-heading h2 { font-size: clamp(43px, 5vw, 66px); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 24px 50px 24px 0; font-family: var(--serif); font-size: 25px; line-height: 1.25; list-style: none; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 5px; top: 20px; font-family: var(--sans); font-size: 26px; font-weight: 300; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { max-width: 700px; margin: -4px 0 26px; padding-right: 45px; color: var(--muted); }

.contact-section { padding: 125px 24px; background: #d7ddd4; }
.contact-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 11%; width: min(100%, var(--max)); margin: 0 auto; }
.contact-inner-simple { display: block; }
.contact-inner-simple .contact-copy { max-width: 850px; }
.contact-copy h2 { font-size: clamp(48px, 6vw, 76px); }
.contact-copy > p:not(.eyebrow) { color: #56615b; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 27px; }
.button-secondary { background: transparent; color: var(--ink); }
.button-secondary:hover { background: rgba(255,255,255,.55); color: var(--ink); }
.phone-link, .email-link { display: block; width: max-content; max-width: 100%; margin: 7px 0; font-weight: 700; overflow-wrap: anywhere; }
address { font-style: normal; color: #56615b; }
.contact-form { padding: 38px; background: rgba(255,255,255,.58); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: block; margin-bottom: 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.contact-form label > span { color: var(--muted); font-weight: 450; text-transform: none; letter-spacing: 0; }
input, textarea { width: 100%; margin-top: 8px; padding: 13px 0; border: 0; border-bottom: 1px solid #7c8680; border-radius: 0; outline: 0; background: transparent; color: var(--ink); }
input:focus, textarea:focus { border-bottom-color: var(--ink); box-shadow: 0 1px 0 var(--ink); }
textarea { resize: vertical; }
.consent { display: grid !important; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; margin: 28px 0 !important; text-transform: none !important; letter-spacing: 0 !important; font-weight: 450 !important; line-height: 1.45; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--ink); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 11px; }

.site-footer { padding: 70px max(24px, calc((100vw - var(--max)) / 2)); background: #111815; color: #e8ece9; }
.footer-brand span { font-family: var(--serif); font-size: 42px; }
.footer-brand p { margin: 4px 0; color: #9fa8a3; }
.footer-navigation { display: flex; flex-wrap: wrap; gap: 14px 30px; margin: 38px 0 0; padding-bottom: 30px; border-bottom: 1px solid #35403a; }
.footer-navigation a { color: #e8ece9; font-family: var(--serif); font-size: 19px; text-decoration: none; }
.footer-navigation a:hover, .footer-navigation a[aria-current="page"] { color: white; text-decoration: underline; text-underline-offset: 5px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 25px; margin: 24px 0; }
.footer-links a { color: #aeb7b2; font-size: 13px; }
.legal { max-width: 850px; margin-top: 35px; padding-top: 22px; border-top: 1px solid #35403a; }
.legal h2 { margin-bottom: 10px; font-family: var(--sans); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.legal p { margin: 0; color: #9fa8a3; font-size: 12px; }
.legal a { color: #e8ece9; }
.copyright { margin: 50px 0 0; color: #7c8680; font-size: 11px; }

/* Betreutes Wohnen */
.nav-active { color: var(--ink) !important; }
.sub-hero { display: flex; flex-direction: column; width: 100%; min-height: 100svh; margin: 0 auto; padding: clamp(145px, 16vh, 185px) 24px 80px; align-items: center; }
.sub-hero-copy { position: relative; z-index: 2; width: min(100%, 980px); padding: 0; text-align: center; }
.sub-hero h1 { margin: 0 auto 30px; font-size: clamp(62px, 8.7vw, 122px); text-align: center; }
.sub-hero-lead { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: clamp(19px, 1.8vw, 23px); line-height: 1.55; animation: fade-rise .85s .2s cubic-bezier(.2,.7,.2,1) both; }
.sub-hero-actions { justify-content: center; }
.sub-hero-image { position: relative; width: min(100%, 1440px); margin: 68px auto 0; aspect-ratio: 1024 / 683; overflow: hidden; background: #ecece8; box-shadow: 0 30px 80px rgba(0,0,0,.13); animation: image-reveal 1.15s .15s cubic-bezier(.2,.7,.2,1) both; }
.sub-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 55%, rgba(0,0,0,.38)); pointer-events: none; }
.sub-hero-image img { width: 100%; height: 100%; object-fit: contain; }
.sub-hero-image figcaption { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; color: white; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.3px; }
.breadcrumb { display: flex; gap: 11px; width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.breadcrumb a { color: var(--ink); text-decoration: none; }
.intent-intro { padding-top: 110px; }
.intent-intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10%; margin-top: 65px; }
.intent-intro-grid h2 { margin: 0; }
.intent-intro-grid p { color: var(--muted); }
.intent-intro-grid .lead-copy { color: var(--ink); font-family: var(--serif); font-size: 29px; line-height: 1.35; }
.choice-band { padding: 100px 24px; background: var(--ink); color: white; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; width: min(100%, var(--max)); margin: 0 auto; background: #3b3b3b; }
.choice-item { min-height: 410px; padding: 42px; background: var(--ink); }
.choice-item > span { color: #aeb5b1; font-family: var(--serif); font-style: italic; }
.choice-item h2 { margin: 100px 0 20px; font-size: 44px; }
.choice-item p { color: #aeb5b1; }
.assisted-story { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; background: #eff1ee; }
.assisted-story-image { min-height: 600px; margin: 0; }
.assisted-story-image img { width: 100%; height: 100%; object-fit: cover; }
.assisted-story-copy { align-self: center; padding: 75px clamp(35px, 6vw, 95px); }
.assisted-story-copy h2 { font-size: clamp(48px, 5vw, 72px); }
.assisted-story-copy > p:not(.eyebrow) { color: var(--muted); }
.process-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10%; }
.process-heading h2 { font-size: clamp(48px, 5vw, 72px); }
.process-list { margin: 0; padding: 0; list-style: none; counter-reset: process; border-top: 1px solid var(--line); }
.process-list li { position: relative; display: grid; grid-template-columns: 1fr 1.3fr; gap: 25px; padding: 27px 0 27px 55px; border-bottom: 1px solid var(--line); counter-increment: process; }
.process-list li::before { content: "0" counter(process); position: absolute; left: 0; color: var(--rose); font-family: var(--serif); font-style: italic; }
.process-list strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.process-list span { color: var(--muted); }
.fit-copy { padding-top: 10px; }
.fit-copy .lead-copy { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: 30px; line-height: 1.35; }
.fit-copy > p:not(.lead-copy) { margin-bottom: 35px; color: var(--muted); }
.sub-faq { border-top: 1px solid var(--line); }
.sub-contact { margin-top: 20px; }

/* Galerie */
.gallery-hero { width: min(calc(100% - 48px), 1180px); margin: 0 auto; padding: clamp(160px, 20vh, 220px) 0 100px; text-align: center; }
.gallery-hero h1 { max-width: 1100px; }
.gallery-hero > p { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: 19px; }
.gallery-library { width: min(calc(100% - 48px), 1440px); margin: 0 auto; padding: 110px 0 150px; }
.gallery-library-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 55px; }
.gallery-library-heading h2 { max-width: 680px; margin: 0; }
.gallery-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; max-width: 600px; }
.gallery-filters button { min-height: 40px; padding: 8px 15px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--muted); font-size: 12px; font-weight: 650; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.gallery-filters button:hover, .gallery-filters button.is-active { border-color: var(--ink); background: var(--ink); color: white; }
.photo-grid { columns: 4 260px; column-gap: 14px; }
.photo-grid figure { position: relative; break-inside: avoid; margin: 0 0 14px; overflow: hidden; background: #efefec; }
.photo-grid figure[hidden] { display: none; }
.photo-grid button { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.photo-grid img { width: 100%; height: auto; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .3s; }
.photo-grid button:hover img { transform: scale(1.025); filter: brightness(.92); }
.photo-grid figcaption { display: none; }
.gallery-disclaimer { max-width: 760px; margin: 35px 0 0; color: var(--muted); font-size: 12px; }
.lightbox { width: min(94vw, 1250px); max-width: none; height: min(92vh, 900px); max-height: none; padding: 50px 28px 24px; border: 0; border-radius: 4px; background: #111; color: white; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(5px); }
.lightbox > button { position: absolute; z-index: 2; top: 10px; right: 13px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid #555; border-radius: 50%; background: #222; color: white; font-size: 26px; line-height: 1; cursor: pointer; }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }

/* Rechtliche Seiten */
.legal-main { min-height: 70vh; }
.legal-hero { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: clamp(165px, 21vh, 230px) 0 90px; }
.legal-hero h1 { margin: 0 0 18px; text-align: left; }
.legal-hero p { margin: 0; color: var(--muted); }
.legal-content { width: min(calc(100% - 48px), 900px); margin: 0 auto; padding: 95px 0 140px; }
.legal-project-note { margin: 0 0 65px; padding: 25px 28px; border-left: 3px solid var(--ink); background: #f1f2ef; font-family: var(--serif); font-size: 24px; line-height: 1.4; }
.legal-content section { padding: 38px 0; border-top: 1px solid var(--line); }
.legal-content section:last-child { border-bottom: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 20px; font-family: var(--serif); font-size: 38px; line-height: 1.1; }
.legal-content p, .legal-content address { color: var(--muted); font-style: normal; }
.legal-content a { color: var(--ink); font-weight: 650; }
.privacy-page .legal-project-note { display: grid; gap: 10px; }
.privacy-page .legal-project-note strong { font-size: 25px; font-weight: 400; }
.privacy-page .legal-project-note span { color: var(--muted); font-family: var(--sans); font-size: 15px; line-height: 1.65; }
.privacy-verbatim pre { margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; color: var(--muted); font-family: var(--sans); font-size: 15px; line-height: 1.72; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes fade-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes image-reveal {
  from { opacity: 0; transform: translateY(32px); clip-path: inset(18% 0 0 0); }
  to { opacity: 1; transform: translateY(0); clip-path: inset(0 0 0 0); }
}

@keyframes light-breathe {
  from { filter: brightness(.97) saturate(.96) contrast(1.01); }
  to { filter: brightness(1.035) saturate(1.045) contrast(1.025); }
}

@keyframes shadow-breathe {
  from { box-shadow: 0 24px 65px rgba(0,0,0,.11); }
  to { box-shadow: 0 34px 90px rgba(0,0,0,.17); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  body { font-size: 16px; }
  .site-header { width: calc(100% - 28px); margin-top: 10px; }
  .menu-toggle { position: relative; display: block; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
  .menu-lines, .menu-lines::before { position: absolute; left: 10px; width: 24px; height: 1px; background: var(--ink); transition: transform .25s, top .25s; }
  .menu-lines { top: 18px; }
  .menu-lines::before { content: ""; left: 0; top: 7px; }
  .menu-open .menu-lines { top: 22px; transform: rotate(45deg); }
  .menu-open .menu-lines::before { top: 0; transform: rotate(-90deg); }
  .navigation { position: fixed; inset: 76px 14px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: var(--paper); box-shadow: 0 14px 30px rgba(0,0,0,.12); }
  .menu-open .navigation { display: flex; }
  .navigation > a { padding: 14px 5px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .navigation .button { margin-top: 14px; border-bottom: 0; }
  .hero { padding-top: 135px; }
  .hero-image { margin-top: 50px; }
  .hero-image-title { bottom: 28px; }
  .intro-copy, .support-section, .costs-section, .faq-section, .contact-inner { grid-template-columns: 1fr; }
  .intro-copy { gap: 15px; }
  .feature-grid { grid-template-columns: 1fr; gap: 30px; margin-top: 65px; }
  .image-story { grid-template-columns: 1fr; }
  .image-story-main { min-height: 430px; }
  .support-content { padding-top: 0; }
  .gallery-heading { display: block; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: none; grid-auto-rows: 290px; }
  .gallery-large { grid-column: 1 / 3; grid-row: auto; }
  .gallery-item:nth-child(6) { grid-column: 1 / 3; }
  .cost-box { margin-top: 30px; }
  .faq-heading { margin-bottom: 40px; }
  .contact-form { margin-top: 45px; }
  .sub-hero { min-height: auto; padding-top: 145px; }
  .intent-intro-grid, .process-section { grid-template-columns: 1fr; }
  .intent-intro-grid, .process-list { margin-top: 45px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-item { min-height: 300px; }
  .choice-item h2 { margin-top: 60px; }
  .assisted-story { grid-template-columns: 1fr; }
  .assisted-story-image { min-height: 430px; }
  .gallery-library-heading { display: block; }
  .gallery-filters { justify-content: flex-start; max-width: none; margin-top: 35px; }
  .photo-grid { columns: 3 210px; }
}

@media (min-width: 901px) and (max-width: 1220px) {
  .navigation { gap: 15px; }
  .navigation > a { font-size: 13px; }
}

@media (max-width: 600px) {
  .site-header { padding: 10px 10px 10px 15px; }
  .brand span { font-size: 24px; }
  .brand small { max-width: 210px; font-size: 8px; }
  .hero { min-height: auto; padding: 125px 15px 35px; }
  .eyebrow { margin-bottom: 18px; letter-spacing: 1.35px; }
  h1 { font-size: 53px; line-height: .98; }
  .hero-actions { flex-direction: column; gap: 18px; margin-top: 29px; }
  .hero-actions .button { width: 100%; }
  .call-link { align-items: center; }
  .hero-image { height: auto; margin-top: 42px; }
  .hero-image img { object-position: center; }
  .hero-image-title { bottom: 30px; font-size: 62px; }
  .hero-image figcaption { display: none; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts p { padding: 15px; }
  .hero-facts p + p { border-top: 1px solid var(--line); border-left: 0; }
  .section, .section-wide { width: calc(100% - 30px); }
  .section { padding: 85px 0; }
  .intro-copy { margin-top: 45px; }
  h2 { font-size: 45px; }
  .image-story { width: 100%; }
  .image-story-main { min-height: 320px; }
  .image-story-copy { padding: 65px 22px; }
  .gallery-section { width: 100%; padding: 80px 15px; }
  .gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: 300px; }
  .gallery-large, .gallery-item:nth-child(6) { grid-column: auto; grid-row: auto; }
  .contact-section { padding: 80px 15px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .footer-links { flex-wrap: wrap; }
  .sub-hero { width: 100%; padding: 125px 15px 65px; }
  .sub-hero h1 { font-size: 55px; }
  .sub-hero-actions { align-items: stretch; }
  .sub-hero-image { aspect-ratio: 1024 / 683; margin-top: 42px; }
  .breadcrumb { width: calc(100% - 30px); overflow-x: auto; white-space: nowrap; }
  .choice-band { padding: 65px 15px; }
  .choice-item { min-height: 280px; padding: 30px 24px; }
  .assisted-story { width: 100%; }
  .assisted-story-image { min-height: 320px; }
  .assisted-story-copy { padding: 65px 22px; }
  .process-list li { grid-template-columns: 1fr; gap: 5px; padding-left: 42px; }
  .gallery-hero { width: calc(100% - 30px); padding: 135px 0 70px; }
  .gallery-hero h1 { font-size: 54px; }
  .gallery-library { width: calc(100% - 30px); padding: 75px 0 100px; }
  .gallery-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .gallery-filters button { flex: 0 0 auto; }
  .photo-grid { columns: 2 140px; column-gap: 8px; }
  .photo-grid figure { margin-bottom: 8px; }
  .lightbox { width: 96vw; height: 86vh; padding: 50px 10px 16px; }
  .legal-hero, .legal-content { width: calc(100% - 30px); }
  .legal-hero { padding: 140px 0 65px; }
  .legal-hero h1 { font-size: 62px; }
  .legal-content { padding: 65px 0 90px; }
  .legal-project-note { padding: 20px; font-size: 21px; }
  .legal-content h2 { font-size: 32px; }
}
