:root {
  color-scheme: light;
  --ink: #18211e;
  --muted: #64716c;
  --line: #d9ded7;
  --paper: #f7f7f2;
  --white: #ffffff;
  --forest: #173d35;
  --copper: #b96f3a;
  --lake: #4f8ea0;
  --shadow: 0 22px 60px rgba(24, 33, 30, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: clip;
}

button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
picture { display: block; }
button:disabled { cursor: wait; opacity: .68; }
:focus-visible {
  outline: 3px solid #e79a62;
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  background: var(--white);
  color: var(--forest);
  border: 2px solid var(--forest);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.topbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  background: rgba(247, 247, 242, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(24, 33, 30, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand.compact { margin-bottom: 28px; }
.brand-name-mobile { display: none; }
.brand-mark {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(23, 61, 53, .42);
  border-radius: 3px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(79,142,160,.18), rgba(255,255,255,.7));
}
.brand-mark::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 8px;
  height: 7px;
  border-top: 2px solid var(--forest);
  border-bottom: 2px solid var(--lake);
  transform: skewY(-8deg);
}
.brand-mark::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 8px;
  height: 8px;
  border-top: 2px solid var(--copper);
  transform: skewY(-12deg);
}
.brand-mark span {
  position: absolute;
  inset: 0;
}
.brand-mark span::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 6px;
  width: 1px;
  height: 22px;
  background: rgba(23,61,53,.28);
  transform: rotate(18deg);
}

nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
}
.menu-toggle { display: none; }

.nav-cta {
  min-height: 40px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: var(--forest);
  color: white;
  font-weight: 800;
}

button, .primary, .secondary, .ghost {
  border: 0;
  border-radius: 6px;
  min-height: 44px;
  padding: 0 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

button:hover, .primary:hover, .secondary:hover { transform: translateY(-1px); }
.primary { background: var(--forest); color: white; font-weight: 700; }
.secondary { background: white; color: var(--forest); border: 1px solid var(--line); }
.ghost { background: transparent; color: var(--forest); border: 1px solid rgba(23, 61, 53, 0.28); }
.mobile-label { display: none; }
.mobile-access-cta { display: none; }

.hero {
  min-height: 88vh;
  position: relative;
  display: grid;
  align-items: end;
  padding: 140px 48px 80px;
  overflow: hidden;
  color: white;
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-color: #102420;
  background-image: url("/assets/hero-panorama-desktop-3840.jpg?v=20260717-3");
  background-image: image-set(
    url("/assets/hero-panorama-desktop-3840.avif?v=20260717-3") type("image/avif"),
    url("/assets/hero-panorama-desktop-3840.webp?v=20260717-3") type("image/webp"),
    url("/assets/hero-panorama-desktop-3840.jpg?v=20260717-3") type("image/jpeg")
  );
  background-position: left 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 26, 24, .05), rgba(11, 26, 24, .62)),
    linear-gradient(120deg, rgba(23, 61, 53, .48), rgba(79, 142, 160, .06));
  z-index: 2;
}

.hero-panorama-track {
  position: absolute;
  inset: 0;
  width: 176%;
  background-image: url("/assets/hero-panorama-desktop-3840.jpg?v=20260717-3");
  background-image: image-set(
    url("/assets/hero-panorama-desktop-3840.avif?v=20260717-3") type("image/avif"),
    url("/assets/hero-panorama-desktop-3840.webp?v=20260717-3") type("image/webp"),
    url("/assets/hero-panorama-desktop-3840.jpg?v=20260717-3") type("image/jpeg")
  );
  background-position: left 50%;
  background-size: cover;
  background-repeat: no-repeat;
  animation: panoramaLook 44s infinite cubic-bezier(.45, 0, .55, 1);
  will-change: transform;
}

@keyframes panoramaLook {
  0% { transform: translateX(0); }
  50% { transform: translateX(-43.2%); }
  100% { transform: translateX(0); }
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 760px;
}

#zugang, #fakten, #aussicht, #lage, #potenzial, #prozess, #kontakt {
  scroll-margin-top: 92px;
}

.eyebrow {
  color: var(--copper);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 0 0 14px;
}

.hero .eyebrow { color: #f3b986; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 112px;
  line-height: .92;
  letter-spacing: 0;
  margin-bottom: 24px;
}
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: 0;
}
h3 { font-size: 18px; margin-bottom: 8px; }
.lead { font-size: 21px; line-height: 1.5; max-width: 680px; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.hero-confidentiality {
  margin: 18px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: white;
}
.strip span {
  padding: 22px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

.section {
  padding: 96px 48px;
  max-width: 1280px;
  margin: 0 auto;
}

.section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-head p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 18px;
}

.facts-section {
  display: grid;
  gap: 8px;
  padding-bottom: 58px;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.fact-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 15px 16px 16px;
  min-height: 132px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 12px;
  align-items: start;
}

.fact-grid span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .1em;
}

.fact-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 500;
  align-self: start;
  display: flex;
  align-items: flex-start;
  overflow-wrap: anywhere;
}

.fact-grid small {
  color: var(--muted);
  line-height: 1.28;
  font-size: 14px;
}

.visual-band {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .65fr);
  gap: 56px;
  align-items: center;
  background: #102420;
  color: white;
  padding: 58px 48px;
}
.visual-band figure { margin: 0; }
.visual-band figcaption {
  margin-top: 12px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.45;
}

.visual-band img {
  width: 100%;
  height: min(58vw, 620px);
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
}

.visual-band p:not(.eyebrow) {
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.62;
}
.image-story { max-width: 1380px; }
.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
  grid-template-rows: repeat(2, minmax(260px, 1fr));
  gap: 16px;
}
.story-grid figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #dfe5df;
}
.story-grid .story-primary { grid-row: 1 / span 2; }
.story-grid picture,
.story-grid img { width: 100%; height: 100%; }
.story-grid img { object-fit: cover; }
.story-grid .story-primary img { object-position: center 65%; }
.story-grid .story-night img { object-position: center 42%; }
.story-grid figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 4px;
  padding: 40px 20px 18px;
  color: white;
  background: linear-gradient(180deg, transparent, rgba(11, 26, 24, .8));
}
.story-grid figcaption strong { font-size: 15px; }
.story-grid figcaption span { color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.45; }
.term-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 26px 0 0;
  background: var(--line);
  border: 1px solid var(--line);
}
.term-notes div {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  padding: 18px;
  background: var(--paper);
}
.term-notes dt { font-weight: 800; color: var(--forest); }
.term-notes dd { margin: 0; color: var(--muted); line-height: 1.5; }
.location-section,
.process-section,
.trust-section { border-top: 1px solid var(--line); }
.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 48px;
  align-items: center;
}
.location-visual { margin: 0; }
.location-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.location-visual figcaption,
.note,
.response-note {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.location-visual figcaption { margin-top: 10px; }
.location-copy p { color: var(--muted); line-height: 1.65; }
.development-section { max-width: none; background: #eef1ec; }
.development-section > * { max-width: 1184px; margin-left: auto; margin-right: auto; }
.development-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.process-list li {
  min-height: 220px;
  padding: 24px;
  display: grid;
  align-content: space-between;
  gap: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.42);
}
.process-list li > span { color: var(--copper); font-weight: 800; }
.process-list p { margin: 0; color: var(--muted); line-height: 1.5; }
.trust-section {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 64px;
}
.trust-grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.trust-grid article { padding: 22px; background: var(--white); }
.trust-grid p { color: var(--muted); line-height: 1.55; }
.trust-grid a,
.check a { color: var(--forest); text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
.site-footer {
  padding: 40px 48px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 32px;
  background: #102420;
  color: rgba(255,255,255,.76);
}
.site-footer nav { flex-wrap: wrap; justify-content: center; color: inherit; }
.site-footer a:hover { color: var(--white); }
.site-footer p { margin: 0; }
.footer-brand { color: var(--white); }
.footer-brand .brand-mark { border-color: rgba(255,255,255,.5); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.gallery {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  grid-auto-rows: 270px;
  gap: 18px;
}

.gallery figure {
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 58px rgba(24, 33, 30, 0.12);
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery figure:nth-child(2) img {
  object-position: center 18%;
}

.gallery figure:first-child {
  grid-row: span 2;
}

.gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px;
  color: white;
  background: linear-gradient(180deg, transparent, rgba(11, 26, 24, .76));
  line-height: 1.4;
}
.expose-section {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 64px;
  border-bottom: 1px solid var(--line);
}
.expose-copy {
  columns: 2;
  column-gap: 42px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}
.expose-copy p {
  break-inside: avoid;
}
.privacy-note {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 64px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.42);
}
.privacy-note p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.privacy-note a {
  color: var(--forest);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.two-col, .access {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 64px;
}
.steps {
  display: grid;
  gap: 18px;
}
.steps article, .matrix div, .panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.steps article { padding: 26px; }
.steps strong { color: var(--copper); }

.compliance {
  display: grid;
  gap: 36px;
}
.matrix {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.matrix div { padding: 24px; min-height: 190px; }
.matrix p, .steps p, .form-copy p { color: var(--muted); line-height: 1.55; }

.panel {
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  box-shadow: 0 16px 44px rgba(24, 33, 30, 0.08);
}
label { display: grid; gap: 8px; font-weight: 700; font-size: 13px; color: var(--ink); }
.field-note {
  color: var(--muted);
  font-weight: 500;
  line-height: 1.4;
}
.field-error {
  display: block;
  min-height: 0;
  color: #8f251d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
.field-error:empty { display: none; }
.error-summary {
  border-left: 4px solid #9b2f25;
  background: #fff5f3;
  color: #6f201a;
  padding: 16px 18px;
}
.error-summary strong { display: block; margin-bottom: 8px; }
.error-summary ul { margin: 0; padding-left: 20px; }
.error-summary a { text-decoration: underline; text-underline-offset: 3px; }
input, textarea, select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  min-height: 44px;
  padding: 10px 12px;
  background: #fbfbf8;
  color: var(--ink);
}
.password-input {
  position: relative;
  display: block;
}
.password-input input { padding-right: 54px; }
.password-visibility {
  position: absolute;
  right: 4px;
  top: 4px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 36px;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--forest);
  cursor: pointer;
}
.password-visibility svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
input[aria-invalid="true"], textarea[aria-invalid="true"], select[aria-invalid="true"] {
  border-color: #9b2f25;
  box-shadow: 0 0 0 2px rgba(155,47,37,.12);
}
textarea { resize: vertical; }
.wide { grid-column: 1 / -1; }
.check {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.35;
}
.check input {
  appearance: auto;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  margin: 1px 0 0;
  padding: 0;
}
.form-status { grid-column: 1 / -1; color: var(--forest); margin: 0; min-height: 20px; }
.form-status.error { color: #9b2f25; }
.privacy-form-note {
  margin: 0;
  padding: 14px 16px;
  border-left: 3px solid var(--lake);
  background: #f2f6f4;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

dialog {
  border: 0;
  border-radius: 8px;
  padding: 0;
  box-shadow: var(--shadow);
  width: min(460px, calc(100vw - 32px));
}
dialog::backdrop { background: rgba(16, 28, 26, 0.56); backdrop-filter: blur(8px); }
.dialog-panel {
  padding: 30px;
  display: grid;
  gap: 16px;
  position: relative;
  background: white;
}
.login-step { display: grid; gap: 16px; }
.login-step[hidden] { display: none; }
.login-mfa-step > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.login-back {
  justify-self: start;
  min-height: 38px;
  padding: 6px 10px;
}
.icon-close {
  position: absolute;
  right: 16px;
  top: 16px;
  min-height: 36px;
  width: 36px;
  padding: 0;
  border: 1px solid var(--line);
  background: white;
  font-size: 24px;
}

.hidden { display: none !important; }

@media (max-width: 1120px) {
  .topbar { padding: 0 20px; }
  .mobile-access-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-left: auto;
    padding: 0 13px;
    border-radius: 6px;
    background: var(--forest);
    color: white;
    font-size: 13px;
    font-weight: 800;
  }
  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 11px;
    gap: 4px;
    border: 1px solid var(--line);
    background: var(--white);
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; background: var(--forest); }
  .topbar > nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    padding: 18px 20px 22px;
    gap: 4px;
    background: rgba(247,247,242,.98);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(24,33,30,.12);
  }
  .topbar > nav.open { display: grid; }
  .topbar > nav a,
  .topbar > nav button { justify-content: flex-start; min-height: 44px; padding: 0 12px; }
  .topbar > nav .nav-cta { justify-content: center; margin-top: 8px; }
}

@media (max-width: 860px) {
  .topbar { padding: 0 18px; height: 68px; }
  .brand { font-size: 15px; }
  .brand-mark { width: 30px; height: 30px; }
  .nav-cta { min-height: 38px; padding: 0 12px; font-size: 13px; }
  .topbar .ghost { min-height: 38px; padding: 0 12px; font-size: 13px; }
  .hero { padding: 118px 22px 52px; min-height: 82vh; }
  .hero-content { max-width: 560px; }
  h1 { font-size: 78px; }
  .lead { font-size: 18px; line-height: 1.45; }
  .strip, .matrix, .two-col, .access, .fact-grid, .visual-band, .gallery, .expose-section, .privacy-note, .location-grid, .trust-section, .development-steps, .story-grid { grid-template-columns: 1fr; }
  .strip span { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 64px 22px; }
  h2 { font-size: 34px; }
  .section-head p { font-size: 16px; }
  .fact-grid { gap: 10px; }
  .fact-grid article { min-height: auto; }
  .fact-grid strong { font-size: 28px; }
  .visual-band { padding: 34px 22px; }
  .visual-band img, .gallery img { height: auto; aspect-ratio: 16 / 10; }
  .gallery { grid-auto-rows: auto; }
  .gallery figure:first-child { grid-row: auto; }
  .story-grid { grid-template-rows: auto; }
  .story-grid .story-primary { grid-row: auto; }
  .story-grid figure { aspect-ratio: 16 / 10; }
  .story-grid .story-night { aspect-ratio: 16 / 9; }
  .term-notes { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1fr; padding: 34px 22px; }
  .site-footer nav { justify-content: flex-start; }
  .expose-copy { columns: 1; }
  .panel { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .topbar {
    padding: 0 12px;
    gap: 8px;
  }
  .topbar .brand-name-desktop { display: none; }
  .topbar .brand-name-mobile { display: inline; }
  .desktop-label { display: none; }
  .mobile-label { display: inline; }
  .mobile-access-cta { min-height: 38px; padding: 0 10px; font-size: 12px; }
  .nav-cta {
    display: inline-flex;
    min-height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }
  .topbar .ghost {
    min-height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }
  .hero {
    min-height: 76vh;
    padding: 104px 18px 42px;
  }
  .hero-panorama-track {
    width: 260%;
    background-image: url("/assets/hero-panorama-mobile-1800.jpg?v=20260717-3");
    background-image: image-set(
      url("/assets/hero-panorama-mobile-1800.avif?v=20260717-3") type("image/avif"),
      url("/assets/hero-panorama-mobile-1800.webp?v=20260717-3") type("image/webp"),
      url("/assets/hero-panorama-mobile-1800.jpg?v=20260717-3") type("image/jpeg")
    );
    background-size: 100% 100%;
    animation-duration: 48s;
  }
  .hero-media {
    background-image: url("/assets/hero-panorama-mobile-1800.jpg?v=20260717-3");
    background-image: image-set(
      url("/assets/hero-panorama-mobile-1800.avif?v=20260717-3") type("image/avif"),
      url("/assets/hero-panorama-mobile-1800.webp?v=20260717-3") type("image/webp"),
      url("/assets/hero-panorama-mobile-1800.jpg?v=20260717-3") type("image/jpeg")
    );
  }
  @keyframes panoramaLook {
    0% { transform: translateX(0); }
    14% { transform: translateX(-24%); }
    52% { transform: translateX(-61.5%); }
    86% { transform: translateX(-24%); }
    100% { transform: translateX(0); }
  }
  h1 { font-size: 54px; margin-bottom: 18px; }
  h2 { font-size: 30px; }
  .lead { font-size: 16px; }
  .hero-actions > * { width: 100%; }
  .strip span { padding: 14px 16px; font-size: 14px; }
  .section { padding: 48px 18px; }
  .facts-section { padding-bottom: 34px; }
  .fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .fact-grid article {
    padding: 13px;
    gap: 10px;
  }
  .fact-grid span { font-size: 10px; letter-spacing: .08em; }
  .fact-grid strong { font-size: 21px; }
  .fact-grid small { font-size: 12px; line-height: 1.25; }
  .visual-band { padding: 28px 18px; gap: 24px; }
  .visual-band p:not(.eyebrow), .expose-copy, .privacy-note p { font-size: 16px; }
  .gallery { gap: 10px; }
  .gallery figcaption { padding: 14px; font-size: 13px; }
  .term-notes div { grid-template-columns: 1fr; gap: 6px; padding: 15px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 170px; }
  .panel { padding: 18px; gap: 14px; }
  input, textarea, select, button, .primary, .secondary, .ghost { min-height: 46px; }
  .check {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    font-size: 13px;
  }
  dialog { width: calc(100vw - 24px); }
  .dialog-panel { padding: 24px 18px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-panorama-track { animation: none; transform: translateX(0); }
}

.legal-page,
.error-page { min-height: 100vh; background: var(--paper); }
.legal-page main,
.error-page main { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 96px; }
.legal-page h1,
.error-page h1 { color: var(--forest); font-size: 74px; }
.legal-page h2 { font-size: 30px; }
.legal-page section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-page p,
.error-page p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.legal-page a:not(.legal-back) { color: var(--forest); text-decoration: underline; text-underline-offset: 4px; }
.legal-back { display: inline-flex; margin-bottom: 52px; color: var(--forest); font-weight: 800; }
.legal-lead { font-size: 20px !important; }
.legal-warning { border-left: 4px solid var(--copper); padding-left: 22px !important; }

.approval-page { min-height: 100vh; background: var(--paper); }
.approval-main { width: min(720px, calc(100% - 32px)); margin: 0 auto; padding: clamp(32px, 8vh, 96px) 0; }
.approval-panel { background: #fff; border: 1px solid var(--line); padding: clamp(24px, 5vw, 52px); box-shadow: 0 24px 64px rgba(18, 60, 50, .08); }
.approval-panel h1 { margin: 10px 0 18px; }
.approval-lead { color: var(--muted); font-size: 19px; line-height: 1.65; }
.approval-summary { margin: 30px 0 22px; border-top: 1px solid var(--line); }
.approval-summary div { display: grid; grid-template-columns: minmax(130px, .65fr) 1.35fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.approval-summary dt { color: var(--muted); font-weight: 700; }
.approval-summary dd { margin: 0; overflow-wrap: anywhere; }
.approval-note { border-left: 3px solid var(--copper); background: var(--paper); color: var(--muted); line-height: 1.6; padding: 16px 18px; }
.approval-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.approval-actions .primary,
.approval-actions .secondary { margin: 0; }

@media (max-width: 520px) {
  .approval-main { width: min(100% - 24px, 720px); padding: 12px 0; }
  .approval-summary div { grid-template-columns: 1fr; gap: 4px; }
  .approval-actions > * { width: 100%; justify-content: center; text-align: center; }
  .legal-page h1,
  .error-page h1 { font-size: 48px; }
}
.error-page main { min-height: 100vh; display: grid; align-content: center; justify-items: start; }
