:root {
  --ink: #221f1a;
  --muted: #6d675e;
  --paper: #fbf7ef;
  --surface: #fffdf8;
  --line: #ded4c4;
  --brick: #9c3d2d;
  --brick-dark: #6c281f;
  --sage: #46685c;
  --blue: #1d4c69;
  --gold: #c18c37;
  --button: #2b2b2b;
  --button-hover: #111111;
  --button-hover-soft: #3a3a3a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f5f5f3;
  color: var(--ink);
  margin: 0;
  padding-bottom: 78px;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(251, 247, 239, 0.92);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
}

.brand-mark {
  align-items: center;
  background: var(--brick);
  border-radius: 50%;
  color: #fff9ee;
  display: inline-flex;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.brand small,
.form-note {
  color: var(--muted);
  display: block;
  font-size: 0.82rem;
}

.main-nav {
  display: flex;
  gap: clamp(14px, 2vw, 28px);
  justify-content: center;
}

.main-nav a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
}

.button,
.nav-cta {
  align-items: center;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.button.primary,
.nav-cta {
  background: var(--button);
  box-shadow: 0 14px 26px rgba(17, 17, 17, 0.22);
  color: #fff9ee;
}

.button.secondary {
  background: rgba(43, 43, 43, 0.08);
  border: 1px solid rgba(43, 43, 43, 0.18);
  color: var(--button);
}

.button:hover,
.nav-cta:hover {
  background: var(--button-hover);
  box-shadow: 0 18px 34px rgba(17, 17, 17, 0.28);
  color: #fff9ee;
  transform: translateY(-2px);
}

.full-width {
  width: 100%;
}

.hero {
  display: grid;
  min-height: calc(100vh - 74px);
  position: relative;
}

.hero-media {
  background-image: url("assets/photos-optimized/landschaft/_MG_5450.jpg");
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
}

.hero-media::after {
  background: linear-gradient(180deg, rgba(12, 12, 10, 0.28), rgba(12, 12, 10, 0.1) 42%, rgba(12, 12, 10, 0.72));
  content: "";
  inset: 0;
  position: absolute;
}

.slider-media {
  transition:
    background-image 220ms ease,
    opacity 220ms ease,
    transform 480ms ease;
}

.slider-controls {
  display: flex;
  gap: 10px;
  pointer-events: none;
  position: absolute;
  z-index: 4;
}

.slider-controls button {
  align-items: center;
  appearance: none;
  background: rgba(255, 253, 248, 0.86);
  border: 1px solid rgba(255, 249, 238, 0.46);
  border-radius: 50%;
  color: #17140f;
  cursor: pointer;
  display: grid;
  font: inherit;
  font-size: 1.6rem;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  line-height: 0;
  padding: 0 0 3px;
  pointer-events: auto;
  place-items: center;
  width: 46px;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.slider-controls button:hover {
  background: var(--button-hover);
  color: #fff9ee;
  transform: translateY(-1px);
}

.hero-controls {
  right: clamp(18px, 4vw, 56px);
  top: 92px;
}

.hero-content {
  align-content: end;
  color: #fff9ee;
  display: grid;
  justify-items: center;
  margin: 0 auto;
  max-width: 980px;
  min-height: calc(100vh - 74px);
  padding: clamp(72px, 10vw, 128px) clamp(22px, 6vw, 72px) clamp(58px, 8vw, 92px);
  position: relative;
  text-align: center;
  z-index: 1;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.legal-page h1 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.hero h1 {
  font-size: clamp(3.1rem, 8vw, 7rem);
  max-width: 960px;
}

.legal-close {
  align-items: center;
  background: var(--button);
  border-radius: 6px;
  box-shadow: 0 14px 26px rgba(17, 17, 17, 0.18);
  color: #fff9ee;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  position: fixed;
  right: clamp(18px, 4vw, 48px);
  top: clamp(18px, 4vw, 36px);
  transition:
    background 180ms ease,
    transform 180ms ease;
  z-index: 20;
}

.legal-close:hover {
  background: var(--button-hover);
  transform: translateY(-2px);
}

.hero p,
.section p {
  line-height: 1.7;
}

.hero p {
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  max-width: 720px;
}

.hero-actions,
.payment-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-facts {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 150px));
  margin: 34px 0 0;
}

.hero-facts div {
  border-top: 1px solid rgba(255, 249, 238, 0.55);
  padding-top: 12px;
}

.hero-facts dt {
  font-size: 1.2rem;
  font-weight: 900;
}

.hero-facts dd {
  color: rgba(255, 249, 238, 0.78);
  margin: 2px 0 0;
}

.section {
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px);
}

.tour-detail-hero {
  background: #f1eee8;
  color: var(--ink);
  display: grid;
  min-height: 0;
  padding: clamp(74px, 9vw, 118px) clamp(18px, 5vw, 72px) clamp(44px, 6vw, 72px);
}

.tour-detail-hero-copy {
  display: grid;
  gap: 18px;
  max-width: 940px;
}

.tour-detail-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.tour-detail-hero p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
  margin: 0;
  max-width: 720px;
}

.detail-facts {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 14px 0 0;
  max-width: 900px;
}

.detail-facts div {
  border-top: 1px solid rgba(34, 31, 26, 0.2);
  padding-top: 14px;
}

.detail-facts dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-facts dd {
  color: var(--ink);
  font-weight: 900;
  margin: 5px 0 0;
}

.detail-booking {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.detail-intro {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
}

.detail-gallery-section {
  background: #f1eee8;
}

.detail-feature-image,
.detail-gallery-thumbs figure {
  background: #111;
  margin: 0;
  overflow: hidden;
}

.detail-feature-image {
  aspect-ratio: 16 / 9;
  max-height: 520px;
}

.detail-gallery-thumbs {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 12px;
}

.detail-gallery-thumbs figure {
  aspect-ratio: 4 / 3;
}

.detail-feature-image img,
.detail-gallery-thumbs img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
  width: 100%;
}

.detail-feature-image:hover img,
.detail-gallery-thumbs figure:hover img {
  transform: scale(1.035);
}

.detail-band {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}

.detail-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 42px);
}

.detail-card-dark {
  background: #17140f;
  border-color: rgba(255, 249, 238, 0.18);
  color: #fff9ee;
}

.detail-card-dark p,
.detail-card-dark .detail-list {
  color: rgba(255, 249, 238, 0.78);
}

.detail-list {
  color: var(--muted);
  line-height: 1.8;
  margin: 22px 0 0;
  padding-left: 22px;
}

.detail-practical .feature-grid {
  margin-top: 24px;
}

.detail-booking {
  background: var(--sage);
  color: #fff9ee;
  justify-content: space-between;
}

.detail-booking-card {
  align-items: center;
}

.detail-booking p {
  color: rgba(255, 249, 238, 0.78);
  max-width: 760px;
}

.detail-price-box {
  align-items: flex-start;
  display: grid;
  gap: 14px;
  justify-items: start;
}

.tour-detail-page {
  background: #fff;
}

.detail-page-hero {
  margin: 0 auto;
  max-width: 1220px;
  padding: clamp(72px, 9vw, 130px) clamp(20px, 5vw, 72px) clamp(38px, 5vw, 64px);
  text-align: center;
}

.detail-page-hero h1 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(3rem, 6vw, 6.2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.detail-page-hero p:not(.eyebrow) {
  color: #1d1d1f;
  font-size: clamp(1.18rem, 2vw, 1.8rem);
  line-height: 1.48;
  margin: 26px auto 0;
  max-width: 1120px;
}

.detail-visual-section {
  padding: 0 clamp(18px, 4vw, 58px) clamp(38px, 6vw, 80px);
}

.detail-visual {
  aspect-ratio: 21 / 9;
  background: #111;
  border-radius: 8px;
  margin: 0 auto;
  max-height: 520px;
  max-width: 1480px;
  overflow: hidden;
}

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

.detail-overview {
  border-bottom: 1px solid #d9d9de;
  border-top: 1px solid #d9d9de;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1320px;
}

.detail-overview article {
  border-right: 1px solid #d9d9de;
  padding: 28px 28px 30px;
}

.detail-overview article:last-child {
  border-right: 0;
}

.detail-overview span,
.detail-card-row p,
.detail-rental-list span {
  color: #6e6e73;
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.detail-overview strong {
  color: #1d1d1f;
  display: block;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.35;
}

.detail-editorial {
  background: #fff;
}

.detail-section-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.detail-section-head h2 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.2rem, 4vw, 4.1rem);
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  max-width: 700px;
}

.detail-arrows {
  color: #6e6e73;
  display: flex;
  font-size: 2rem;
  gap: 30px;
  line-height: 1;
}

.detail-card-row {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.detail-card-row article {
  min-width: 0;
}

.detail-card-row img {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.detail-card-row h3 {
  color: #1d1d1f;
  font-size: clamp(1.15rem, 1.65vw, 1.72rem);
  font-weight: 500;
  line-height: 1.28;
  margin: 0;
}

.detail-card-row p {
  margin-top: 24px;
}

.detail-article {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(44px, 7vw, 92px) clamp(20px, 5vw, 72px);
}

.detail-article p {
  color: #111;
  font-size: clamp(1.38rem, 2.3vw, 2.05rem);
  line-height: 1.55;
  margin: 0;
}

.detail-article p + p {
  margin-top: 32px;
}

.detail-info-grid {
  background: #f5f5f7;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-info-grid article,
.detail-rental-list article {
  background: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 8px;
  padding: clamp(26px, 4vw, 48px);
}

.detail-info-grid h2,
.detail-analog-panel h2,
.detail-booking-final h2 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3vw, 3.3rem);
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}

.detail-info-grid ul,
.detail-info-grid ol {
  color: #1d1d1f;
  font-size: clamp(1.05rem, 1.45vw, 1.32rem);
  line-height: 1.7;
  margin: 24px 0 0;
  padding-left: 24px;
}

.detail-info-grid li + li {
  margin-top: 12px;
}

.detail-analog-panel {
  align-items: start;
  background: #fff;
  display: grid;
  gap: clamp(30px, 6vw, 90px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
}

.detail-analog-panel p {
  color: #424245;
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.7;
  margin: 20px 0 0;
  max-width: 880px;
}

.detail-rental-list {
  display: grid;
  gap: 16px;
}

.detail-rental-list strong {
  color: #1d1d1f;
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.detail-booking-final {
  align-items: center;
  background: #17140f;
  color: #fff9ee;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.detail-booking-final p {
  color: rgba(255, 249, 238, 0.74);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 780px;
}

.detail-price-action {
  align-items: flex-start;
  display: grid;
  gap: 14px;
  justify-items: start;
  min-width: max-content;
}

.home-teasers {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  padding: 0 12px 12px;
}

@media (min-width: 921px) {
  .home-teasers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-tile-large {
    grid-column: 1 / -1;
  }
}

.story-tile {
  background: #111;
  border-radius: 0;
  color: #fff9ee;
  display: grid;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.story-tile:focus-within .tile-media,
.story-tile:hover .tile-media {
  transform: scale(1.035);
}

.story-tile-large {
  min-height: min(760px, 86vh);
}

.tile-media {
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
  transition: transform 480ms ease;
}

.tile-media::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.72));
  content: "";
  inset: 0;
  position: absolute;
}

.tile-seeing {
  background-image: url("assets/photos-optimized/landschaft/LG_MG_2371-2.jpg");
}

.tile-analog {
  background-image: url("assets/photos-optimized/analoge-cameras/IMG_9883.jpg");
}

.tile-reflection {
  background-image: url("assets/photos-optimized/reflexion/_MG_0549.jpg");
}

.tile-copy {
  align-self: end;
  display: grid;
  gap: 8px;
  max-width: 720px;
  padding: clamp(24px, 5vw, 60px);
  position: relative;
  z-index: 1;
}

.tile-copy small {
  color: rgba(255, 249, 238, 0.72);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tile-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4.8rem);
  letter-spacing: 0;
  line-height: 1;
}

.tile-cta,
.card-cta {
  align-items: center;
  background: var(--button);
  border-radius: 6px;
  color: #fff9ee;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  justify-self: start;
  margin-top: 12px;
  min-height: 44px;
  padding: 0 16px;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.tile-cta:hover,
.card-cta:hover {
  background: #fffdf8;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
  color: #17140f;
  transform: translateY(-2px);
}

.tile-controls {
  right: clamp(20px, 4vw, 52px);
  top: clamp(20px, 4vw, 52px);
}

.intro,
.split,
.booking-section {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
}

.section h2,
.legal-page h1 {
  font-size: clamp(2rem, 4.5vw, 4rem);
}

.section p {
  color: var(--muted);
  font-size: 1.04rem;
  margin: 12px 0 0;
}

.section-heading {
  margin-bottom: 28px;
  max-width: 800px;
}

.tour-grid,
.feature-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tour-card,
.mini-card,
.booking-panel,
.feature-grid article,
details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(64, 48, 34, 0.08);
}

.tour-card {
  background: #111;
  color: #fff9ee;
  display: grid;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.tour-card:focus-within .tour-image,
.tour-card:hover .tour-image {
  transform: scale(1.025);
}

.tour-image {
  aspect-ratio: auto;
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
}

.tour-image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.72));
  content: "";
  inset: 0;
  position: absolute;
}

.image-altstadt {
  background-image: url("assets/photos-optimized/landschaft/LG_IMG_5078.jpg");
}

.image-bluehour {
  background-image: url("assets/photos-optimized/reflexion/_MG_0549.jpg");
}

.image-private {
  background-image: url("assets/photos-optimized/fisheye/015_12Ax.jpg");
}

.tour-body,
.mini-card,
.booking-panel,
.feature-grid article {
  padding: 24px;
}

.tour-body {
  align-self: end;
  background: transparent;
  position: relative;
  z-index: 1;
}

.tour-body p {
  color: rgba(255, 249, 238, 0.82);
}

.card-controls {
  right: 18px;
  top: 18px;
}

.badge {
  background: rgba(70, 104, 92, 0.12);
  border-radius: 999px;
  color: var(--sage);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 14px;
  padding: 7px 10px;
}

h3 {
  font-size: 1.35rem;
  margin: 0;
}

.tour-card ul {
  color: rgba(255, 249, 238, 0.78);
  line-height: 1.8;
  margin: 18px 0;
  padding-left: 20px;
}

.tour-card strong,
.feature-grid strong {
  color: var(--gold);
  display: inline-block;
  margin-top: 14px;
}

.tour-actions {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin-top: 18px;
}

.price-pill {
  align-items: center;
  background: #f1b83f;
  border: 2px solid rgba(255, 249, 238, 0.92);
  border-radius: 6px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
  color: #17140f;
  display: inline-flex;
  gap: 9px;
  min-height: 62px;
  padding: 0 18px;
}

.price-pill strong {
  color: #17140f;
  font-size: clamp(1.8rem, 3vw, 2.25rem);
  line-height: 1;
  margin-top: 0;
}

.price-pill small {
  color: rgba(23, 20, 15, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tour-actions .card-cta {
  margin-top: 0;
  min-height: 62px;
  padding-left: 24px;
  padding-right: 24px;
}

.analog-section {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.26)),
    url("assets/photos-optimized/analoge-cameras/IMG_9883.jpg");
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  color: #fff9ee;
}

.analog-section p {
  color: rgba(255, 249, 238, 0.78);
}

.analog-section .feature-grid article {
  background: rgba(255, 253, 248, 0.1);
  border-color: rgba(255, 249, 238, 0.22);
  box-shadow: none;
  color: #fff9ee;
}

.feature-grid article strong {
  background: #f1b83f;
  border-radius: 6px;
  color: #17140f;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 900;
  margin-top: 22px;
  padding: 9px 12px;
}

.about-section {
  background: #111;
  color: #fff9ee;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(280px, 1.05fr) minmax(280px, 0.95fr);
  min-height: 760px;
  padding-bottom: clamp(32px, 5vw, 72px);
  padding-top: clamp(32px, 5vw, 72px);
}

.about-section p {
  color: rgba(255, 249, 238, 0.72);
}

.about-visuals {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(360px, 1fr);
  min-height: 620px;
}

.about-portrait {
  aspect-ratio: 3 / 2;
  background: #050505;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.about-portrait img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.about-portrait figcaption {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.64));
  bottom: 0;
  color: rgba(255, 249, 238, 0.82);
  font-size: 0.82rem;
  font-weight: 900;
  left: 0;
  letter-spacing: 0.08em;
  padding: 44px 16px 16px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.about-media {
  background: #050505;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.about-image {
  background-image: url("assets/photos-optimized/ueber-mich/_MG_3536.jpg");
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
}

.about-image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.18));
  content: "";
  inset: 0;
  position: absolute;
}

.about-copy {
  align-self: center;
  max-width: 680px;
}

.about-copy .button {
  margin-top: 22px;
}

.about-controls {
  right: 18px;
  top: 18px;
}

.booking-section {
  background: var(--sage);
  color: #fff9ee;
}

.booking-section p {
  color: rgba(255, 249, 238, 0.78);
}

.payment-strip span {
  background: rgba(255, 253, 248, 0.14);
  border: 1px solid rgba(255, 249, 238, 0.24);
  border-radius: 999px;
  font-weight: 800;
  padding: 9px 12px;
}

form {
  display: grid;
  gap: 16px;
}

label {
  color: var(--muted);
  display: grid;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 7px;
}

input,
select,
textarea {
  background: #fffaf1;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 11px 12px;
  width: 100%;
}

textarea {
  resize: vertical;
}

.form-row {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.booking-summary {
  align-items: center;
  background: rgba(156, 61, 45, 0.08);
  border: 1px solid rgba(156, 61, 45, 0.18);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

.booking-summary strong {
  color: var(--brick-dark);
  font-size: 1.7rem;
}

details {
  margin: 12px 0;
  padding: 20px 22px;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

.site-footer {
  align-items: start;
  background: #221f1a;
  color: #fff9ee;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
  padding: 36px clamp(18px, 5vw, 72px);
}

.site-footer p {
  margin: 8px 0 0;
}

.site-footer nav {
  display: flex;
  gap: 16px;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .intro,
  .split,
  .booking-section,
  .tour-grid,
  .feature-grid,
  .about-section,
  .detail-intro,
  .detail-band {
    grid-template-columns: 1fr;
  }

  .tour-detail-hero {
    padding-top: 74px;
  }

  .detail-facts,
  .detail-gallery-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-overview,
  .detail-card-row,
  .detail-info-grid,
  .detail-analog-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-booking-final {
    align-items: flex-start;
    flex-direction: column;
  }

  .tour-card,
  .about-media {
    min-height: 520px;
  }

  .about-visuals {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 72px;
  }

  .site-header {
    gap: 12px;
    grid-template-columns: 1fr;
    padding: 10px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-mark {
    flex: 0 0 38px;
    height: 38px;
    width: 38px;
  }

  .brand small,
  .nav-cta {
    display: none;
  }

  .hero,
  .hero-content {
    min-height: 76svh;
  }

  .hero-content,
  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-facts,
  .form-row,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-content {
    align-content: end;
    padding-bottom: 38px;
    padding-top: 70px;
    text-align: left;
    justify-items: start;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 14vw, 4.1rem);
  }

  .hero p {
    font-size: 1rem;
    line-height: 1.58;
  }

  .hero-actions {
    display: flex;
    width: auto;
  }

  .hero-controls {
    right: 18px;
    top: 82px;
  }

  .slider-controls button {
    height: 42px;
    width: 42px;
  }

  .button,
  .nav-cta {
    min-height: 50px;
  }

  .hero-facts {
    margin-top: 22px;
  }

  .hero-facts div {
    border-top: 1px solid rgba(255, 249, 238, 0.45);
    padding: 12px 0 0;
  }

  .home-teasers {
    gap: 8px;
    padding: 0 8px 8px;
  }

  .story-tile,
  .story-tile-large,
  .tour-card {
    min-height: 72svh;
  }

  .tile-copy {
    padding: 24px;
  }

  .tile-controls {
    right: 18px;
    top: 18px;
  }

  .section {
    padding-bottom: 58px;
    padding-top: 58px;
  }

  .section h2,
  .legal-page h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .tour-detail-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.4rem);
  }

  .detail-actions,
  .detail-booking {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .detail-facts {
    grid-template-columns: 1fr;
  }

  .detail-feature-image {
    aspect-ratio: 4 / 3;
  }

  .detail-gallery-thumbs {
    grid-template-columns: 1fr 1fr;
  }

  .detail-page-hero {
    padding-top: 56px;
    text-align: left;
  }

  .detail-page-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .detail-page-hero p:not(.eyebrow) {
    font-size: 1.12rem;
    line-height: 1.58;
    margin-top: 20px;
  }

  .detail-visual-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .detail-visual {
    aspect-ratio: 4 / 3;
  }

  .detail-overview,
  .detail-card-row,
  .detail-info-grid,
  .detail-analog-panel {
    grid-template-columns: 1fr;
  }

  .detail-overview article {
    border-bottom: 1px solid #d9d9de;
    border-right: 0;
    padding: 20px 0;
  }

  .detail-overview article:last-child {
    border-bottom: 0;
  }

  .detail-section-head {
    align-items: flex-start;
  }

  .detail-arrows {
    display: none;
  }

  .detail-card-row {
    gap: 34px;
  }

  .detail-article {
    padding-left: 18px;
    padding-right: 18px;
  }

  .detail-article p {
    font-size: 1.18rem;
  }

  .detail-price-action {
    min-width: 0;
  }

  .tour-body,
  .mini-card,
  .booking-panel,
  .feature-grid article {
    padding: 18px;
  }

  .tour-actions {
    display: grid;
    grid-template-columns: max-content;
    justify-items: start;
  }

  .price-pill,
  .tour-actions .card-cta {
    justify-content: center;
  }

  .booking-panel {
    box-shadow: none;
  }

  .payment-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  input,
  select,
  textarea {
    font-size: 16px;
    min-height: 50px;
  }

  .booking-summary {
    position: sticky;
    top: 68px;
    z-index: 2;
  }

  .site-footer nav {
    display: grid;
    gap: 10px;
  }
}

@media (min-width: 641px) {
  body {
    padding-bottom: 0;
  }
}

.mobile-booking-cta {
  align-items: center;
  background: var(--button);
  border-radius: 6px;
  bottom: 14px;
  box-shadow: 0 14px 34px rgba(34, 31, 26, 0.26);
  color: #fff9ee;
  display: flex;
  font-weight: 900;
  height: 52px;
  justify-content: center;
  left: 24px;
  max-width: 560px;
  position: fixed;
  right: 24px;
  z-index: 30;
}

.mobile-booking-cta:hover {
  background: var(--button-hover);
  transform: translateY(-2px);
}

@media (min-width: 641px) {
  .mobile-booking-cta {
    display: none;
  }
}
