/* ══════════════════════════════════════════════════════════════
   VAL MIRA — Design System v2
   Cormorant Garant · DM Sans
   ══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garant:ital,wght@0,300;0,400;0,500;1,300;1,400&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink:         #1a1916;
  --ink-mid:     #5c5a55;
  --ink-light:   #9a9690;
  --paper:       #faf9f6;
  --paper-warm:  #f0ece4;
  --paper-dark:  #e8e3d8;
  --espresso:    #2c2519;
  --border:      #e2ddd5;

  --serif: 'Cormorant Garant', Georgia, serif;
  --sans:  'DM Sans', system-ui, sans-serif;

  --max:    1200px;
  --ph:     72px;
  --ph-sm:  24px;
}

html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
}
img { display: block; max-width: 100%; }
a   { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; }

/* ─── SHARED TYPOGRAPHY ───────────────────────────────────────── */
.label {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-light);
}
.body { font-family: var(--sans); font-weight: 300; font-size: 15px; line-height: 1.85; color: var(--ink-mid); }
.body-sm { font-family: var(--sans); font-weight: 300; font-size: 14px; line-height: 1.85; color: var(--ink-mid); }

/* ─── NAV ─────────────────────────────────────────────────────── */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 60px; height: 76px;
  transition: background 0.4s, border-color 0.4s;
}
.nav-over {
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nav-solid {
  background: #faf9f6;
  border-bottom: 1px solid var(--border);
}
.nav-logo { line-height: 0; }
.nav-logo img { height: 28px; transition: opacity 0.3s; }
.logo-black { mix-blend-mode: multiply; }
.nav-links { display: flex; gap: 44px; list-style: none; }
.nav-links a {
  font-family: var(--sans); font-weight: 400; font-size: 13px;
  letter-spacing: 0.04em; transition: color 0.2s;
}
.nav-over .nav-links a { color: rgba(255,255,255,0.75); }
.nav-solid .nav-links a { color: var(--ink-mid); }
.nav-over .nav-links a:hover { color: #fff; }
.nav-solid .nav-links a:hover { color: var(--ink); }
.nav-cta {
  font-family: var(--sans); font-weight: 400; font-size: 12px;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 11px 28px; background: none; border: 1px solid;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  display: inline-block;
}
.nav-over .nav-cta { color: #fff; border-color: rgba(255,255,255,0.45); }
.nav-solid .nav-cta { color: var(--ink); border-color: var(--ink); }
.nav-over .nav-cta:hover { background: rgba(255,255,255,0.15); }
.nav-solid .nav-cta:hover { background: var(--ink); color: var(--paper); }

/* ─── HERO ────────────────────────────────────────────────────── */
.hero { position: relative; height: 100vh; min-height: 600px; overflow: hidden; }
.hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 42%;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(8,8,6,.25) 0%, rgba(8,8,6,0) 40%, rgba(8,8,6,.68) 100%);
}
.hero-content {
  position: absolute; bottom: 88px; left: var(--ph);
  color: #fff; max-width: 640px;
}
.hero-label { font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; opacity: .6; margin-bottom: 20px; }
.hero-h1 {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(52px, 5.5vw, 82px); line-height: 1.06;
  letter-spacing: -0.01em; margin-bottom: 28px;
}
.hero-h1 em { font-style: italic; }
.hero-sub {
  font-family: var(--sans); font-weight: 400; font-size: 18px;
  line-height: 1.75; opacity: .85; margin-bottom: 40px; max-width: 520px;
}
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.btn-hero {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.45);
  color: #fff; font-family: var(--sans); font-size: 12px;
  letter-spacing: 0.13em; text-transform: uppercase; padding: 14px 36px;
  backdrop-filter: blur(8px); transition: background .2s;
}
.btn-hero:hover { background: rgba(255,255,255,.22); }
.btn-ghost {
  background: none; border: none; color: rgba(255,255,255,.7);
  font-family: var(--sans); font-size: 13px; letter-spacing: 0.04em;
  text-decoration: underline; text-underline-offset: 4px; transition: color .2s;
}
.btn-ghost:hover { color: #fff; }
.hero-scroll {
  position: absolute; bottom: 40px; right: 52px;
  color: rgba(255,255,255,.4); font-family: var(--sans);
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  writing-mode: vertical-rl;
}

/* ─── SECTION: INTRO ─────────────────────────────────────────── */
.intro { background: var(--paper-warm); padding: 100px var(--ph); }
.intro-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
}
.intro-h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(44px,4vw,64px); line-height: 1.08; }
.intro-h2 em { font-style: italic; }
.intro-body { padding-top: 8px; }
.intro-body p + p { margin-top: 24px; }

/* ─── SECTION: DIE TÜRME ─────────────────────────────────────── */
.tuerme { background: var(--paper); padding: 100px var(--ph); }
.tuerme-inner { max-width: var(--max); margin: 0 auto; }
.tuerme-inner .label { margin-bottom: 20px; }
.tuerme-inner .body { max-width: 680px; margin-bottom: 20px; }
.tuerme-inner .body:last-of-type { margin-bottom: 64px; }
.tuerme-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.turm-img { overflow: hidden; height: 600px; }
.turm-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transition: transform .8s ease; }
.turm-img:hover img { transform: scale(1.03); }
.turm-body { padding: 32px 0 0; }
.turm-body h3 { font-family: var(--serif); font-weight: 400; font-size: 28px; margin-bottom: 16px; }
.turm-body .body-sm { margin-bottom: 24px; }
.btn-link {
  background: none; border: none; padding: 0;
  font-family: var(--sans); font-size: 12px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink);
  text-decoration: underline; text-underline-offset: 4px; transition: opacity .2s;
}
.btn-link:hover { opacity: .6; }

/* ─── SECTION: FEATURES ──────────────────────────────────────── */
.features {
  background: var(--paper-warm); padding: 72px var(--ph);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.features-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,1fr); gap: 48px;
}
.feat h4 { font-family: var(--serif); font-weight: 400; font-size: 20px; line-height: 1.25; margin-bottom: 12px; }
.feat p { font-family: var(--sans); font-weight: 300; font-size: 13px; line-height: 1.85; color: var(--ink-mid); }

/* ─── SECTION: KEIN APARTMENT ────────────────────────────────── */
.kein { background: var(--paper); padding: 100px var(--ph); }
.kein-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.kein-h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(40px,3.8vw,58px); line-height: 1.08; }
.kein-h2 em { font-style: italic; }
.kein-body p + p { margin-top: 24px; }

/* ─── SECTION: ATMOSPHÄRE ────────────────────────────────────── */
.atmo { position: relative; overflow: hidden; height: 560px; }
.atmo img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.atmo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(8,8,6,.6) 0%, rgba(8,8,6,.2) 60%, rgba(8,8,6,0) 100%);
  display: flex; align-items: center; padding: 0 var(--ph);
}
.atmo-text { max-width: 560px; color: #fff; }
.atmo-text blockquote {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: clamp(28px,3vw,44px); line-height: 1.25; margin-bottom: 24px;
}
.atmo-text p { font-family: var(--sans); font-weight: 300; font-size: 14px; line-height: 1.85; opacity: .75; }

/* ─── SECTION: SPLIT (Architektur + Lage) ────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; }
.split-img { overflow: hidden; }
.split-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.split-text {
  background: var(--paper-warm); padding: 80px var(--ph);
  display: flex; flex-direction: column; justify-content: center;
}
.split-text .label { margin-bottom: 28px; }
.split-text .h2 { font-family: var(--serif); font-weight: 300; line-height: 1.08; margin-bottom: 32px; }
.split-text .h2 em { font-style: italic; }
.split-text .body-sm { margin-bottom: 20px; }
.split-text .pull {
  font-family: var(--serif); font-style: italic; font-size: 18px;
  line-height: 1.55; color: var(--ink);
  border-left: 2px solid var(--border); padding-left: 24px; margin-top: 4px;
}

/* ─── SECTION: EMPFEHLUNGEN ──────────────────────────────────── */
.emp { background: var(--paper); padding: 100px var(--ph); }
.emp-inner { max-width: var(--max); margin: 0 auto; }
.emp-inner .label { margin-bottom: 48px; }
.emp-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.emp-item {
  padding: 36px 40px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.emp-item:nth-child(3n) { border-right: none; }
.emp-item:nth-child(n+4) { border-bottom: none; }
.emp-num { font-family: var(--sans); font-size: 10px; letter-spacing: 0.14em; color: var(--ink-light); margin-bottom: 14px; }
.emp-item h4 { font-family: var(--serif); font-weight: 400; font-size: 22px; margin-bottom: 12px; }
.emp-item p { font-size: 13px; }

/* ─── SECTION: GASTGEBER ─────────────────────────────────────── */
.gast { background: var(--espresso); padding: 100px var(--ph); }
.gast-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.gast-text .label { color: rgba(250,249,246,.4); margin-bottom: 28px; }
.gast-h2 {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(40px,3.5vw,56px); color: var(--paper);
  line-height: 1.08; margin-bottom: 36px;
}
.gast-text .body-sm { color: rgba(250,249,246,.7); margin-bottom: 20px; }
.gast-text .body-sm:last-of-type { margin-bottom: 40px; }
.wein-tags { display: flex; gap: 12px; flex-wrap: wrap; }
.wein-tag {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(250,249,246,.38); border: 1px solid rgba(250,249,246,.14); padding: 6px 16px;
}
.gast-img { display: flex; align-items: center; overflow: hidden; }
.gast-img img { width: 100%; height: 400px; object-fit: cover; object-position: center top; }

/* ─── SECTION: GUT ZU WISSEN ─────────────────────────────────── */
.gww { background: var(--paper-warm); padding: 100px var(--ph); border-bottom: 1px solid var(--border); }
.gww-inner { max-width: var(--max); margin: 0 auto; }
.gww-inner .label { margin-bottom: 56px; }
.gww-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; }
.gww-full { grid-column: 1 / -1; background: var(--paper); padding: 36px 32px; }
.gww-full .label { margin-bottom: 12px; }
.gww-item { background: var(--paper); padding: 28px 32px; }
.gww-item .label { margin-bottom: 10px; }
.gww-item .val { font-family: var(--serif); font-size: 20px; line-height: 1.3; }
.gww-item .note { font-family: var(--sans); font-size: 12px; color: var(--ink-light); line-height: 1.6; margin-top: 4px; }

/* ─── SECTION: CTA ───────────────────────────────────────────── */
.cta { background: var(--paper); padding: 120px var(--ph); }
.cta-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: end;
}
.cta-left .label { margin-bottom: 28px; }
.cta-h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(48px,4.5vw,72px); line-height: 1.08; }
.cta-h2 em { font-style: italic; }
.cta-right .body { margin-bottom: 12px; }
.cta-right .body:last-of-type { margin-bottom: 40px; }
.cta-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary {
  background: var(--ink); color: var(--paper); border: none;
  font-family: var(--sans); font-weight: 400; font-size: 12px;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 16px 36px; transition: opacity .2s; display: inline-block;
}
.btn-primary:hover { opacity: .78; }
.btn-secondary {
  background: none; border: 1px solid var(--ink); color: var(--ink);
  font-family: var(--sans); font-weight: 400; font-size: 12px;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 16px 36px; transition: background .2s, color .2s; display: inline-block;
}
.btn-secondary:hover { background: var(--ink); color: var(--paper); }

/* ─── FOOTER ──────────────────────────────────────────────────── */
.site-footer { background: var(--ink); padding: 64px 60px; }
.footer-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: start; gap: 48px;
}
.footer-brand img { height: 32px; margin-bottom: 12px; }
.footer-brand p { font-family: var(--sans); font-weight: 300; font-size: 13px; color: rgba(250,249,246,.45); line-height: 1.6; }
.footer-links { display: flex; flex-direction: column; gap: 16px; align-items: center; }
.footer-links a { font-family: var(--sans); font-size: 12px; letter-spacing: 0.07em; color: rgba(250,249,246,.45); transition: color .2s; }
.footer-links a:hover { color: rgba(250,249,246,.85); }
.footer-contact { text-align: right; }
.footer-contact a { font-family: var(--sans); font-size: 12px; color: rgba(250,249,246,.45); transition: color .2s; }
.footer-contact a:hover { color: rgba(250,249,246,.85); }

/* ─── BOOKING PAGE ────────────────────────────────────────────── */
.book-head { background: var(--paper-warm); border-bottom: 1px solid var(--border); padding: 120px var(--ph) 72px; }
.book-head-inner { max-width: 1100px; margin: 0 auto; }
.book-head .label { margin-bottom: 20px; }
.book-head h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(48px,5vw,72px); line-height: 1.05; margin-bottom: 24px; }
.book-head .body { max-width: 600px; margin-bottom: 12px; }
.book-head .body.light { color: var(--ink-light); }
.book-main { max-width: 1100px; margin: 0 auto; padding: 80px var(--ph) 120px; }
.book-layout { display: grid; grid-template-columns: 1fr 340px; gap: 72px; align-items: start; }
.book-step { margin-bottom: 56px; }
.book-step .label { margin-bottom: 24px; }

.turm-opt {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 28px; background: var(--paper-warm); border: none;
  width: 100%; margin-bottom: 3px; text-align: left; cursor: pointer;
  transition: background .15s;
}
.turm-opt:hover:not(.sel) { background: var(--paper-dark); }
.turm-opt.sel { background: var(--ink); }
.turm-opt-name { font-family: var(--serif); font-weight: 400; font-size: 22px; display: block; margin-bottom: 4px; color: var(--ink); }
.turm-opt.sel .turm-opt-name { color: var(--paper); }
.turm-opt-desc { font-family: var(--sans); font-size: 12px; color: var(--ink-mid); }
.turm-opt.sel .turm-opt-desc { color: rgba(250,249,246,.58); }
.turm-radio { width: 20px; height: 20px; border-radius: 50%; border: 1px solid var(--border); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.turm-opt.sel .turm-radio { border-color: rgba(250,249,246,.4); }
.turm-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--paper); display: none; }
.turm-opt.sel .turm-dot { display: block; }

.date-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; margin-bottom: 3px; }
.f-field { background: var(--paper-warm); padding: 22px 26px; }
.f-field label { display: block; font-family: var(--sans); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-light); margin-bottom: 10px; }
.f-field input, .f-field textarea {
  width: 100%; background: transparent; border: none; outline: none;
  font-family: var(--serif); font-size: 20px; color: var(--ink);
}
.f-field textarea { resize: none; font-size: 18px; line-height: 1.65; }
.f-field input[type="date"] { cursor: pointer; }
.guest-row { display: flex; align-items: center; gap: 20px; margin-top: 2px; }
.guest-btn { background: none; border: 1px solid var(--border); width: 34px; height: 34px; font-family: var(--sans); font-size: 16px; transition: background .15s; }
.guest-btn:hover { background: var(--paper-dark); }
.guest-num { font-family: var(--serif); font-size: 24px; min-width: 28px; text-align: center; }
.guest-lbl { font-family: var(--sans); font-size: 13px; color: var(--ink-mid); }
.contact-fields { display: flex; flex-direction: column; gap: 3px; }
.btn-submit {
  width: 100%; background: var(--ink); color: var(--paper); border: none;
  font-family: var(--sans); font-weight: 400; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase; padding: 20px;
  transition: opacity .2s; cursor: pointer;
}
.btn-submit:hover { opacity: .78; }

.book-summary { position: sticky; top: 96px; }
.sum-card { background: var(--paper-warm); padding: 40px 36px; margin-bottom: 3px; }
.sum-card .label { margin-bottom: 28px; }
.sum-turm { font-family: var(--serif); font-weight: 300; font-size: 30px; margin-bottom: 8px; }
.sum-desc { font-family: var(--sans); font-size: 13px; color: var(--ink-mid); margin-bottom: 32px; }
.sum-rows { border-top: 1px solid var(--border); padding-top: 24px; display: flex; flex-direction: column; gap: 16px; }
.sum-row { display: flex; justify-content: space-between; align-items: baseline; }
.sum-key { font-family: var(--sans); font-size: 12px; color: var(--ink-light); }
.sum-val { font-family: var(--serif); font-size: 18px; }
.sum-min { background: var(--paper-warm); padding: 24px 36px; margin-bottom: 3px; }
.sum-min .label { margin-bottom: 10px; }
.sum-min .val { font-family: var(--serif); font-size: 22px; }
.sum-note { background: var(--paper-warm); padding: 24px 36px; }
.sum-note p { font-family: var(--sans); font-size: 11px; line-height: 1.75; color: var(--ink-light); }

.book-alt { margin-top: 80px; padding-top: 80px; border-top: 1px solid var(--border); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.book-alt .h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(36px,3.5vw,52px); line-height: 1.08; }
.book-alt .h2 em { font-style: italic; }
.book-alt .body { margin-bottom: 32px; }

/* ─── MOBILE ──────────────────────────────────────────────────── */
@media (max-width: 768px) {
  :root { --ph: var(--ph-sm); }

  .site-nav { padding: 0 var(--ph-sm); height: 64px; }
  .nav-links { display: none; }

  .hero-content { left: var(--ph-sm); right: var(--ph-sm); bottom: 64px; max-width: 100%; }
  .hero-h1 { font-size: clamp(38px,9vw,56px); }
  .hero-sub { font-size: 15px; }
  .hero-scroll { display: none; }

  .intro-grid { grid-template-columns: 1fr; gap: 36px; }
  .intro-h2 { font-size: clamp(36px,8vw,52px); }

  .tuerme-grid { grid-template-columns: 1fr; gap: 56px; }
  .turm-img { height: 360px; }

  .features-grid { grid-template-columns: 1fr 1fr; gap: 28px; }

  .kein-grid { grid-template-columns: 1fr; gap: 36px; }
  .kein-h2 { font-size: clamp(34px,8vw,48px); }

  .atmo { height: auto; }
  .atmo img { height: 480px; }
  .atmo-overlay { align-items: flex-end; padding: 0 var(--ph-sm) 40px; }

  .split { grid-template-columns: 1fr; }
  .split-img { height: 300px; }
  .split-img img { height: 300px; }
  .split-text { padding: 56px var(--ph-sm); }

  .emp-grid { grid-template-columns: 1fr; }
  .emp-item { border-right: none; border-bottom: 1px solid var(--border); }
  .emp-item:last-child { border-bottom: none; }
  .emp-item:nth-child(n+4) { border-bottom: 1px solid var(--border); }

  .gast-grid { grid-template-columns: 1fr; gap: 48px; }
  .gast-img img { height: 320px; }

  .gww-grid { grid-template-columns: 1fr 1fr; }

  .cta-grid { grid-template-columns: 1fr; gap: 40px; }
  .cta-h2 { font-size: clamp(40px,8vw,60px); }

  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-links { align-items: flex-start; }
  .footer-contact { text-align: left; }
  .site-footer { padding: 56px var(--ph-sm); }

  .book-head { padding: 100px var(--ph-sm) 56px; }
  .book-main { padding: 56px var(--ph-sm) 80px; }
  .book-layout { grid-template-columns: 1fr; }
  .book-summary { position: static; order: -1; }
  .date-grid { grid-template-columns: 1fr; }
  .book-alt { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 480px) {
  .features-grid { grid-template-columns: 1fr; }
  .gww-grid { grid-template-columns: 1fr; }
  .cta-btns { flex-direction: column; }
  .btn-primary, .btn-secondary { text-align: center; }
}
