:root {
  --navy: #0b2034;
  --navy-2: #102b45;
  --charcoal: #263039;
  --ink: #18222a;
  --muted: #66727d;
  --paper: #ffffff;
  --soft: #f3f5f5;
  --line: #dce1e2;
  --accent: #c58b3a;
  --accent-dark: #98631e;
  --warning: #f4e2c3;
  --error: #a92828;
  --success: #246441;
  --radius: 4px;
  --shadow: 0 18px 50px rgba(11, 32, 52, .12);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
body.lightbox-open { overflow: hidden; }
.hero-image-link { display: block; height: 100%; cursor: zoom-in; }
.hero-photo figcaption { pointer-events: none; }
.lightbox { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 70px 72px 24px; border: 0; background: rgba(7, 22, 35, .97); color: #fff; }
.lightbox::backdrop { background: #071623; }
.lightbox[open] { display: flex; align-items: center; justify-content: center; }
.lightbox-figure { display: flex; flex-direction: column; align-items: center; gap: 16px; margin: 0; max-width: 100%; max-height: 100%; }
.lightbox-figure img { max-width: 100%; max-height: calc(100dvh - 170px); object-fit: contain; min-height: 0; }
.lightbox-figure figcaption { text-align: center; line-height: 1.4; font-size: .9rem; }
.lightbox button { position: absolute; display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 1px solid #83919c; border-radius: 50%; background: #102b45; color: #fff; cursor: pointer; font-size: 2.3rem; line-height: 1; }
.lightbox button:hover { background: #34516a; }
.lightbox-close { top: 16px; right: 16px; }
.lightbox-prev { top: calc(50% - 24px); left: 12px; }
.lightbox-next { top: calc(50% - 24px); right: 12px; }
@media (max-width: 580px) {
  .lightbox { padding: 76px 12px 90px; }
  .lightbox-figure img { max-height: calc(100dvh - 230px); }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 20px; }
  .lightbox-prev { left: calc(50% - 60px); }
  .lightbox-next { right: calc(50% - 60px); }
}
a { color: inherit; }
button, input, textarea { font: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; letter-spacing: -.035em; overflow-wrap: break-word; hyphens: auto; }
h1 { font-size: clamp(2.8rem, 6vw, 5.8rem); max-width: 900px; margin-bottom: 24px; hyphens: manual; }
h2 { font-size: clamp(2.15rem, 4vw, 3.65rem); margin-bottom: 24px; }
h3 { font-size: 1.4rem; letter-spacing: -.02em; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 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; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 16px; background: var(--paper); color: var(--navy); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #e8a84e; outline-offset: 4px; }
.eyebrow { margin-bottom: 18px; color: var(--accent-dark); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #e6b66f; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border: 2px solid var(--accent); border-radius: var(--radius); color: #101b24; background: var(--accent); font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.button:hover { background: #d49a49; border-color: #d49a49; transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 17px; }
.button-outline { color: var(--navy); background: transparent; border-color: var(--navy); }
.button-outline:hover { color: #fff; background: var(--navy); border-color: var(--navy); }
.text-link { color: var(--navy); font-weight: 800; text-underline-offset: 5px; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(11,32,52,.1); backdrop-filter: blur(12px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.header-tools { display: flex; align-items: center; gap: 18px; }
.language-switcher { display: inline-flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.language-switcher a { width: 30px; height: 28px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 999px; background: transparent; font-size: 1rem; line-height: 1; text-decoration: none; filter: saturate(.78); transition: background .2s, filter .2s, transform .2s; }
.language-switcher a:hover { filter: saturate(1); transform: translateY(-1px); }
.language-switcher a[aria-current="page"] { background: var(--soft); box-shadow: inset 0 0 0 1px rgba(11,32,52,.1); filter: saturate(1); }
.thanks-page .shell { max-width: 760px; }
.thanks-language { width: max-content; margin: 0 0 56px auto; }
.thanks-page h1 { margin-bottom: 24px; }
.thanks-page p:not(.eyebrow) { max-width: 620px; margin-bottom: 32px; font-size: 1.08rem; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; line-height: 1.05; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--navy); color: var(--accent); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 800; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 27px; }
.primary-nav > a:not(.button) { color: var(--charcoal); font-size: .91rem; font-weight: 700; text-decoration: none; }
.primary-nav > a:not(.button):hover { color: var(--accent-dark); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; background: transparent; border: 1px solid var(--line); }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s, opacity .2s; }

.hero { padding: 78px 0 0; overflow: hidden; background: linear-gradient(115deg, #eef2f2 0%, #fff 62%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.hero-copy { padding: 42px 0 82px; }
.hero-lead { margin-bottom: 34px; color: var(--charcoal); font-size: clamp(1.2rem, 2vw, 1.55rem); }
.hero-facts { display: flex; gap: 0; margin-bottom: 34px; border-block: 1px solid var(--line); }
.hero-facts > div { min-width: 190px; padding: 20px 26px 20px 0; }
.hero-facts > div + div { padding-left: 26px; border-left: 1px solid var(--line); }
.hero-facts span, .hero-facts strong { display: block; }
.hero-facts span { color: var(--muted); font-size: .77rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-facts strong { margin-top: 5px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.9rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.placeholder { position: relative; min-height: 420px; margin: 0; overflow: hidden; color: #fff; background: var(--navy); border: 1px solid rgba(255,255,255,.15); }
.placeholder::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 54px, rgba(255,255,255,.055) 54px 55px), linear-gradient(150deg, transparent 30%, rgba(197,139,58,.19)); }
.placeholder-content { position: absolute; z-index: 1; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; text-align: center; }
.placeholder-content strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
.placeholder-content span:last-child { margin-top: 8px; color: #c8d0d6; font-size: .88rem; }
.placeholder-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: var(--accent); font-size: 1.8rem; }
.placeholder figcaption { position: absolute; z-index: 2; right: 18px; bottom: 16px; color: #c8d0d6; font-size: .75rem; letter-spacing: .05em; }
.placeholder-hero { align-self: stretch; min-height: 590px; box-shadow: var(--shadow); }
.hero-photo { position: relative; align-self: stretch; min-height: 590px; margin: 0; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.hero-photo picture { display: block; height: 100%; }
.hero-photo img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; object-position: 45% center; }
.hero-photo::after { content: ""; position: absolute; inset: 58% 0 0; background: linear-gradient(transparent, rgba(6,20,32,.72)); pointer-events: none; }
.hero-photo figcaption { position: absolute; z-index: 2; right: 20px; bottom: 17px; color: #fff; font-size: .76rem; letter-spacing: .04em; text-shadow: 0 1px 4px rgba(0,0,0,.55); }
.hero-note { min-height: 76px; display: flex; align-items: center; gap: 14px; color: #fff; background: var(--navy); padding-inline: 26px; }
.hero-note span { color: var(--accent); }
.hero-note p { margin: 0; font-weight: 750; }

.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: 7px; }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 0 70px; border-block: 1px solid var(--line); }
.fact-grid > div { padding: 30px 24px; }
.fact-grid > div + div { border-left: 1px solid var(--line); }
.fact-grid dt { color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.fact-grid dd { margin: 9px 0 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2vw, 1.75rem); font-weight: 700; line-height: 1.2; }
.fact-grid small { display: block; margin-top: 8px; color: var(--muted); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .76rem; font-weight: 600; line-height: 1.35; }
.detail-layout { display: grid; grid-template-columns: 1fr; gap: 28px; }
.prose-card, .verification-card { padding: 42px; border: 1px solid var(--line); }
.prose-card { position: relative; padding-right: 120px; }
.prose-card p:not(.card-number) { color: var(--muted); }
.card-number { position: absolute; top: 28px; right: 34px; color: #e3e7e7; font-family: Georgia, serif; font-size: 4.5rem; line-height: 1; }
.verification-card { color: #fff; background: var(--navy); border-color: var(--navy); }
.verification-card h3 { color: #fff; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; }
.check-list li { position: relative; padding: 13px 0 13px 25px; border-top: 1px solid rgba(255,255,255,.14); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }

.section-dark { color: #d8e0e5; background: var(--navy); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .split-heading > p { color: #bcc8cf; }
.context-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.context-item { padding: 44px 40px 10px 0; }
.context-item + .context-item { padding-left: 40px; border-left: 1px solid rgba(255,255,255,.18); }
.context-item > span { color: var(--accent); font-family: Georgia, serif; font-size: 1.15rem; }
.context-item h3 { margin: 36px 0 15px; font-size: 1.65rem; }
.context-item p { color: #afbdc6; }

.utilities-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.lead-copy { color: var(--muted); font-size: 1.1rem; }
.utility-list { border-top: 1px solid var(--line); }
.utility-list > div { display: flex; align-items: center; gap: 22px; padding: 22px 6px; border-bottom: 1px solid var(--line); }
.utility-list strong, .utility-list small { display: block; }
.utility-list strong { color: var(--navy); font-size: 1.1rem; }
.utility-list small { color: var(--muted); }
.utility-icon { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 48px; color: var(--accent-dark); background: #f6ead8; border-radius: 50%; font-size: 1.4rem; font-weight: 900; }

.status-section { padding-top: 0; }
.status-panel { display: grid; grid-template-columns: 250px 1fr; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.status-label { display: flex; align-items: flex-start; gap: 12px; padding: 52px 34px; color: var(--navy); background: var(--accent); font-weight: 900; }
.status-label span { width: 28px; height: 28px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; }
.status-content { padding: 58px 64px 64px; }
.status-content h2 { max-width: 800px; color: #fff; font-size: clamp(2rem, 3.5vw, 3.1rem); }
.status-content > p:not(.eyebrow) { max-width: 840px; color: #cbd4da; font-size: 1.05rem; }
.status-steps { display: flex; align-items: stretch; gap: 18px; margin-top: 40px; }
.status-steps > div { flex: 1; padding: 18px; border: 1px solid rgba(255,255,255,.2); }
.status-steps span:not(.step-arrow), .status-steps strong { display: block; }
.status-steps span:not(.step-arrow) { color: #aab9c3; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.status-steps strong { margin-top: 6px; }
.step-arrow { align-self: center; color: var(--accent); font-size: 1.4rem; }

.gallery-section { background: var(--soft); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.gallery-item { grid-column: span 6; margin: 0; background: #fff; box-shadow: 0 10px 32px rgba(11,32,52,.08); }
.gallery-main { grid-column: span 8; grid-row: span 2; }
.gallery-wide { grid-column: span 8; }
.gallery-portrait { grid-column: span 4; grid-row: span 2; }
.gallery-link { display: block; overflow: hidden; background: var(--navy); }
.gallery-link img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease, opacity .35s ease; }
.gallery-link:hover img { transform: scale(1.025); opacity: .92; }
.gallery-link:focus-visible { outline-offset: 5px; }
.gallery-main .gallery-link img { min-height: 560px; }
.gallery-wide .gallery-link img { aspect-ratio: 16 / 9; }
.gallery-portrait .gallery-link img { min-height: 580px; aspect-ratio: 3 / 5; object-position: center top; }
.gallery-item figcaption { display: flex; justify-content: space-between; gap: 14px; padding: 16px 18px; }
.gallery-item figcaption span { color: var(--navy); font-weight: 800; }
.gallery-item figcaption small { color: var(--muted); text-align: right; }
.gallery-plan-placeholder { grid-column: span 4; min-height: 340px; display: flex; flex-direction: column; justify-content: center; margin: 0; color: #fff; background: var(--navy); border: 1px solid rgba(255,255,255,.12); text-align: center; }
.gallery-plan-placeholder > div { display: flex; flex: 1; align-items: center; justify-content: center; flex-direction: column; padding: 32px; }
.gallery-plan-placeholder > div > span { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 20px; color: var(--accent); border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 1.6rem; }
.gallery-plan-placeholder strong, .gallery-plan-placeholder small { display: block; }
.gallery-plan-placeholder strong { font-family: Georgia, serif; font-size: 1.45rem; }
.gallery-plan-placeholder small { margin-top: 8px; color: #bdc8cf; }
.gallery-plan-placeholder figcaption { padding: 14px 18px; color: #bdc8cf; border-top: 1px solid rgba(255,255,255,.14); font-size: .74rem; }

.location-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.location-copy > p:not(.eyebrow):not(.privacy-note) { color: var(--muted); font-size: 1.08rem; }
.privacy-note { max-width: 500px; margin-top: 18px; color: var(--muted); font-size: .78rem; }
.map-placeholder { position: relative; min-height: 420px; overflow: hidden; background: #e8eceb; border: 1px solid var(--line); }
.map-lines { position: absolute; inset: -30px; opacity: .65; background: linear-gradient(36deg, transparent 47%, #c0caca 48%, #c0caca 49%, transparent 50%), linear-gradient(-20deg, transparent 57%, #cbd3d3 58%, #cbd3d3 60%, transparent 61%), repeating-linear-gradient(90deg, transparent 0 89px, #d6dddd 90px 92px); background-size: 260px 180px, 300px 240px, 150px 100%; transform: rotate(-7deg); }
.map-pin { position: absolute; top: 44%; left: 56%; width: 52px; height: 52px; display: grid; place-items: center; transform: translate(-50%,-50%) rotate(45deg); border-radius: 50% 50% 50% 0; background: var(--navy); box-shadow: 0 12px 24px rgba(11,32,52,.25); }
.map-pin span { width: 15px; height: 15px; border-radius: 50%; background: var(--accent); }
.map-label { position: absolute; right: 24px; bottom: 24px; padding: 15px 18px; background: rgba(255,255,255,.93); box-shadow: 0 8px 25px rgba(11,32,52,.1); }
.map-label strong, .map-label span { display: block; }
.map-label strong { color: var(--navy); }
.map-label span { color: var(--muted); font-size: .78rem; }

.faq-section { background: var(--soft); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-layout .section-heading { position: sticky; top: 112px; margin-bottom: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 24px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding-right: 42px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; font-weight: 700; line-height: 1.3; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: -5px; right: 4px; color: var(--accent-dark); font-family: Inter, sans-serif; font-size: 1.8rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 16px 48px 0 0; color: var(--muted); }

.contact-section { color: #fff; background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.contact-intro h2 { color: #fff; }
.contact-intro > p:not(.eyebrow) { color: #bdc8cf; }
.contact-meta { margin: 40px 0; }
.contact-meta div { padding: 15px 0; border-top: 1px solid rgba(255,255,255,.16); }
.contact-meta div:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-meta dt { color: #8fa1ad; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-meta dd { margin: 5px 0 0; font-weight: 800; }
.dev-notice { padding: 18px; color: var(--navy); background: var(--warning); border-left: 5px solid var(--accent); }
.dev-notice strong, .dev-notice span { display: block; }
.dev-notice span { margin-top: 4px; font-size: .86rem; line-height: 1.45; }
.contact-form { padding: 42px; color: var(--ink); background: #fff; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .9rem; font-weight: 800; }
.optional { color: var(--muted); font-size: .72rem; font-weight: 600; }
.field input, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #aeb8be; border-radius: 2px; }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--accent-dark); outline: 3px solid rgba(197,139,58,.25); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--error); }
.field-error { display: block; min-height: 1.2em; margin-top: 5px; color: var(--error); font-size: .78rem; font-weight: 700; }
.field-hint { display: block; margin-top: 5px; color: var(--muted); font-size: .75rem; }
.honeypot { position: absolute; left: -9999px; }
.consent-wrap { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; }
.consent-wrap input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--accent-dark); }
.consent-wrap label { font-size: .84rem; line-height: 1.45; }
.submit-button { width: 100%; margin-top: 20px; }
.submit-button:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 1.5em; margin: 16px 0 0; padding: 0; font-weight: 750; }
.form-status.is-info { padding: 12px; color: var(--navy); background: var(--warning); }
.form-status.is-success { padding: 12px; color: var(--success); background: #e4f1e9; }
.form-status.is-error { padding: 12px; color: var(--error); background: #f8e7e7; }
.required-note { margin: 12px 0 0; color: var(--muted); font-size: .75rem; }

.legal-note { padding: 52px 0; background: #e8ecec; border-top: 1px solid var(--line); }
.legal-inner { display: grid; grid-template-columns: 1fr; gap: 34px; }
.legal-inner h2 { margin-bottom: 14px; font-size: 1.4rem; }
.legal-inner p { margin-bottom: 9px; color: #4d5961; font-size: .86rem; }
.draft-badge { align-self: start; padding: 9px 14px; color: var(--navy); border: 1px solid var(--navy); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.legal-review { font-weight: 800; }
.site-footer { color: #bac6cd; background: #071623; }
.footer-main { display: grid; grid-template-columns: 1.4fr 1fr; gap: 70px; padding-block: 70px; }
.brand-footer { color: #fff; }
.brand-footer + p { max-width: 330px; margin-top: 24px; }
.footer-main h2 { margin-bottom: 20px; color: #fff; font-size: .83rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-main a, .footer-main span { display: block; margin: 9px 0; font-size: .86rem; }
.footer-main a { text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 21px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy, .hero-media { animation: rise .65s ease both; }
  .hero-media { animation-delay: .12s; }
  @keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 720px); }
  .section { padding: 84px 0; }
  .nav-toggle { display: block; }
  .header-tools { gap: 10px; }
  .primary-nav { position: fixed; inset: 78px 0 auto; display: none; align-items: stretch; gap: 0; padding: 20px 18px 28px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; flex-direction: column; }
  .primary-nav > a:not(.button) { padding: 14px 10px; border-bottom: 1px solid var(--line); }
  .primary-nav .button { margin-top: 16px; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid, .split-heading, .utilities-grid, .location-grid, .contact-grid, .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .faq-layout .section-heading { position: static; }
  .hero { padding-top: 38px; }
  .hero-copy { padding-bottom: 0; }
  .placeholder-hero, .hero-photo, .hero-photo img { min-height: 430px; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .fact-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .detail-layout { grid-template-columns: 1fr; }
  .context-grid { grid-template-columns: 1fr; }
  .context-item, .context-item + .context-item { padding: 28px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .context-item h3 { margin-top: 15px; }
  .status-panel { grid-template-columns: 1fr; }
  .status-label { padding: 22px 28px; }
  .status-content { padding: 42px 34px; }
  .status-steps { flex-direction: column; }
  .step-arrow { transform: rotate(90deg); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item, .gallery-main, .gallery-wide { grid-column: span 2; grid-row: auto; }
  .gallery-item:not(.gallery-main):not(.gallery-wide):not(.gallery-portrait) { grid-column: span 1; }
  .gallery-portrait, .gallery-plan-placeholder { grid-column: span 1; grid-row: auto; }
  .gallery-main .gallery-link img { min-height: 450px; }
  .gallery-portrait .gallery-link img { min-height: 500px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child { grid-column: auto; }
}

@media (max-width: 580px) {
  :root { --shell: min(100% - 28px, 540px); }
  h1 { font-size: clamp(2.2rem, 10.6vw, 3.1rem); }
  h2 { font-size: 2.15rem; }
  .brand strong { max-width: 112px; font-size: .88rem; }
  .brand small { display: none; }
  .language-switcher a { width: 27px; height: 26px; font-size: .9rem; }
  .section { padding: 68px 0; }
  .hero-facts { display: grid; grid-template-columns: 1fr; }
  .hero-facts > div { min-width: 0; padding: 18px 6px; }
  .hero-facts > div + div { padding-left: 6px; border-left: 0; border-top: 1px solid var(--line); }
  .hero-facts strong { font-size: 1.4rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { text-align: center; }
  .placeholder-hero, .hero-photo, .hero-photo img { min-height: 330px; }
  .hero-note { width: 100%; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-grid > div, .fact-grid > div + div { padding-inline: 6px; border-left: 0; border-top: 1px solid var(--line); }
  .fact-grid > div:first-child { border-top: 0; }
  .prose-card, .verification-card { padding: 28px; }
  .prose-card { padding-right: 28px; }
  .card-number { display: none; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item, .gallery-main, .gallery-wide, .gallery-portrait, .gallery-plan-placeholder, .gallery-item:not(.gallery-main):not(.gallery-wide):not(.gallery-portrait) { grid-column: 1; grid-row: auto; }
  .gallery-main .gallery-link img { min-height: 310px; }
  .gallery-portrait .gallery-link img { min-height: 520px; }
  .map-placeholder { min-height: 340px; }
  .contact-form { padding: 25px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .legal-inner { grid-template-columns: 1fr; gap: 20px; }
  .draft-badge { justify-self: start; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-main > div:first-child { grid-column: auto; }
  .footer-bottom { gap: 18px; align-items: flex-start; flex-direction: column; }
}

.location-map { overflow: hidden; border: 1px solid var(--line); background: var(--soft); }
.location-map iframe { display: block; width: 100%; height: 420px; border: 0; }
@media (max-width: 580px) { .location-map iframe { height: 340px; } }

/* Kontaktbereich */
.contact-section { background: radial-gradient(ellipse at top left, #1b3b56, var(--navy) 65%); }
.contact-grid { align-items: center; gap: clamp(36px, 6vw, 80px); }
.contact-intro .contact-lead { color: #fff; font-size: 1.35rem; line-height: 1.5; margin-bottom: 16px; }
.contact-intro > p { max-width: 460px; }
.contact-person { display: flex; align-items: center; gap: 16px; margin: 34px 0 20px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-avatar { display: grid; place-items: center; flex: 0 0 54px; height: 54px; border-radius: 50%; color: var(--navy); background: #e6b66f; font-weight: 800; }
.contact-person strong, .contact-person div > span { display: block; }
.contact-person strong { font-size: 1.05rem; }
.contact-person div > span { margin-top: 3px; color: #bdc8cf; font-size: .85rem; }
.contact-invitation { font-size: .95rem; }
.contact-form { border-radius: 18px; box-shadow: 0 24px 64px rgba(0,0,0,.2); }
.contact-form-heading { margin-bottom: 28px; }
.contact-form-heading h3 { margin-bottom: 10px; font-size: 1.8rem; }
.contact-form-heading p { margin-bottom: 0; color: var(--muted); }
.contact-form .field input, .contact-form .field textarea { border-radius: 8px; background: #f8fafb; border-color: #c9d2d9; transition: border-color .2s, background .2s; }
.contact-form .field input:focus, .contact-form .field textarea:focus { background: #fff; border-color: var(--accent-dark); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #687581; opacity: 1; }
.contact-form .submit-button { border-radius: 8px; justify-content: space-between; }
.contact-availability { margin: 20px 0 0; padding: 12px 14px; border-radius: 8px; background: var(--soft); color: #4d5961; font-size: .8rem; line-height: 1.5; }
@media (max-width: 580px) { .contact-form { border-radius: 12px; } }
