:root {
  --storch-bordeaux: #6d1f2b;
  --storch-bordeaux-dark: #4e131d;
  --storch-gold: #b08a3e;
  --storch-gold-soft: #d9c39a;
  --storch-cream: #fbf6ee;
  --storch-paper: #fffdf9;
  --storch-ink: #2d2622;
  --storch-muted: #6e625b;
  --storch-line: #ddcfbf;
}

.storch-guest,
.storch-guest * { box-sizing: border-box; }

.storch-guest {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 42px;
  color: var(--storch-ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
.storch-guest h1,
.storch-guest h2,
.storch-guest h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--storch-bordeaux-dark);
  line-height: 1.16;
}
.storch-guest h1 { font-size: clamp(2rem, 4vw, 3rem); }
.storch-guest h2 { font-size: clamp(1.45rem, 2.4vw, 2rem); }
.storch-guest h3 { font-size: 1.12rem; }
.storch-guest a { color: var(--storch-bordeaux); }
.storch-guest a:hover { color: var(--storch-bordeaux-dark); }

.storch-hero {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 180px;
  align-items: center;
  gap: 24px;
  padding: 22px 28px;
  border: 1px solid var(--storch-line);
  border-radius: 18px;
  background: linear-gradient(135deg, #fffdf9 0%, #fbf6ee 100%);
  box-shadow: 0 10px 28px rgba(72, 45, 30, .07);
}
.storch-logo-link { display: block; justify-self: start; }
.storch-logo { display: block; width: 160px; max-width: 100%; height: auto; }
.storch-hero-copy { text-align: center; min-width: 0; }
.storch-hero-copy h1 { margin: 5px 0 8px; }
.storch-hero-copy p { margin: 0; color: var(--storch-muted); font-size: 1.05rem; }
.storch-eyebrow { color: var(--storch-bordeaux); text-transform: uppercase; letter-spacing: .11em; font-size: .78rem; font-weight: 800; }
.storch-hero-balance { width: 160px; }

.storch-notice { margin: 14px 0; padding: 12px 15px; border-radius: 12px; border: 1px solid var(--storch-line); background: var(--storch-paper); }
.storch-notice.success { border-color: #87b39f; background: #f3faf6; }
.storch-notice.error { border-color: #d4a2a2; background: #fff5f5; }

.storch-assistant {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
  margin: 18px 0;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--storch-gold-soft);
  border-radius: 18px;
  background: var(--storch-cream);
  overflow: hidden;
}
.storch-assistant-copy { min-width: 0; }
.storch-assistant-copy h2 { margin: 6px 0 10px; }
.storch-assistant-copy p { margin: 0; color: #514640; max-width: 58ch; }
.storch-stay-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.storch-chip { display: inline-flex; align-items: center; min-height: 34px; padding: 6px 10px; border: 1px solid var(--storch-line); border-radius: 999px; background: #fff; font-size: .88rem; }
.storch-reception-figure { margin: 0; justify-self: end; width: min(100%, 340px); }
.storch-reception-figure img { display: block; width: 100%; height: auto; border-radius: 16px; box-shadow: 0 12px 26px rgba(60, 36, 23, .17); }
.storch-reception-figure figcaption { text-align: center; margin-top: 7px; color: var(--storch-muted); font-size: .82rem; }

.storch-main-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.storch-main-card { min-width: 0; padding: clamp(18px, 2.5vw, 26px); border: 1px solid var(--storch-line); border-radius: 18px; background: var(--storch-paper); box-shadow: 0 8px 24px rgba(72, 45, 30, .055); }
.storch-main-card > h2 { margin-top: 0; border-bottom: 2px solid var(--storch-gold-soft); padding-bottom: 10px; }

.storch-booking-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(150px, 205px); gap: 18px; align-items: start; }
.storch-facts { display: grid; gap: 7px; }
.storch-fact { display: grid; grid-template-columns: minmax(105px, .8fr) minmax(0, 1.2fr); gap: 10px; }
.storch-fact strong { color: var(--storch-bordeaux-dark); }
.storch-room-list { margin: 7px 0 0; padding-left: 20px; }
.storch-fullbody-crop { width: 100%; max-width: 205px; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 16px; border: 1px solid var(--storch-gold-soft); background: #efe5d7; justify-self: end; box-shadow: 0 8px 18px rgba(60, 36, 23, .12); }
.storch-fullbody-crop img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 82% center; }
.storch-detail { margin-top: 14px; border-top: 1px solid #eadfd2; padding-top: 12px; }
.storch-detail summary { cursor: pointer; color: var(--storch-bordeaux); font-weight: 750; }

.storch-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.storch-action-button { display: grid; align-content: center; min-height: 72px; padding: 12px 14px; border: 1px solid var(--storch-bordeaux); border-radius: 12px; background: #fff; color: var(--storch-bordeaux-dark) !important; text-decoration: none; font-weight: 800; line-height: 1.25; transition: transform .12s ease, background .12s ease; }
.storch-action-button small { display: block; margin-top: 4px; color: var(--storch-muted); font-weight: 500; line-height: 1.3; }
.storch-action-button:hover { background: var(--storch-cream); transform: translateY(-1px); }
.storch-service-panel { margin-top: 16px; padding: 14px; border-radius: 13px; background: var(--storch-cream); border: 1px solid var(--storch-gold-soft); }
.storch-service-panel h3 { margin: 0 0 7px; }
.storch-service-panel p { margin: 6px 0; }

.storch-guest button,
.storch-guest input,
.storch-guest select,
.storch-guest textarea { font: inherit; }
.storch-guest input,
.storch-guest select,
.storch-guest textarea { width: 100%; max-width: 100%; border: 1px solid #bcae9f; border-radius: 9px; padding: 10px 11px; background: #fff; color: var(--storch-ink); }
.storch-guest button,
.storch-primary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border: 1px solid var(--storch-bordeaux-dark); border-radius: 10px; background: var(--storch-bordeaux); color: #fff !important; font-weight: 800; text-decoration: none; cursor: pointer; }
.storch-guest button:hover,
.storch-primary-button:hover { background: var(--storch-bordeaux-dark); }

.storch-human-help { margin-top: 18px; padding: 14px 18px; border: 1px solid var(--storch-line); border-radius: 14px; background: #fff; }
.storch-human-help h2 { margin: 0 0 6px; font-size: 1.28rem; }
.storch-contact-row { display: flex; flex-wrap: wrap; gap: 4px 10px; align-items: baseline; }
.storch-contact-row + .storch-contact-row { margin-top: 4px; }
.storch-contact-note { margin: 8px 0 0; color: var(--storch-muted); font-size: .9rem; }
.storch-footer { margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--storch-line); color: var(--storch-muted); font-size: .82rem; text-align: center; }

.storch-subpage { max-width: 900px !important; padding-top: 28px !important; padding-bottom: 60px !important; }
.storch-subpage > p:first-child a { display: inline-flex; padding: 7px 11px; border: 1px solid var(--storch-line); border-radius: 9px; background: var(--storch-cream); text-decoration: none; }
.storch-subpage section,
.storch-subpage article { border-color: var(--storch-line) !important; border-radius: 14px !important; }
.storch-subpage form { gap: 12px; }
.storch-subpage label { display: grid; gap: 5px; color: var(--storch-bordeaux-dark); font-weight: 700; }

@media (max-width: 820px) {
  .storch-guest { width: min(100% - 20px, 760px); padding-top: 10px; }
  .storch-hero { grid-template-columns: 1fr; text-align: center; padding: 18px; }
  .storch-logo-link { justify-self: center; }
  .storch-logo { width: 145px; }
  .storch-hero-balance { display: none; }
  .storch-assistant { grid-template-columns: 1fr; }
  .storch-reception-figure { justify-self: center; width: min(100%, 330px); }
  .storch-main-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .storch-guest { width: calc(100% - 16px); font-size: 15px; }
  .storch-hero { border-radius: 14px; }
  .storch-assistant, .storch-main-card { border-radius: 14px; padding: 15px; }
  .storch-booking-layout { grid-template-columns: 1fr; }
  .storch-fullbody-crop { justify-self: center; max-width: 190px; }
  .storch-actions { grid-template-columns: 1fr; }
  .storch-action-button { min-height: 64px; }
  .storch-fact { grid-template-columns: 1fr; gap: 1px; border-bottom: 1px dotted #ded1c4; padding-bottom: 6px; }
  .storch-contact-row { display: grid; gap: 2px; }
}

/* ====================================================================
   OR-7-09 – kompakter visueller Feinschliff nach Browserpilot
   ==================================================================== */

.storch-hero {
  grid-template-columns: 230px minmax(0, 1fr) 230px;
  gap: 16px;
  padding: 12px 20px;
  min-height: 118px;
}
.storch-logo { width: 210px; }
.storch-hero-balance { width: 210px; }
.storch-hero-copy h1 {
  margin: 2px 0 5px;
  font-size: clamp(1.75rem, 2.6vw, 2.25rem);
  line-height: 1.08;
}
.storch-hero-copy p { font-size: .96rem; }
.storch-hero .storch-eyebrow { font-size: .72rem; }

/* Dienstmann mindestens etwa halb so kompakt wie OR-7-08 */
.storch-assistant {
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 18px;
  margin: 12px 0;
  padding: 14px 18px;
  min-height: 0;
}
.storch-assistant-copy h2 {
  margin: 3px 0 6px;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}
.storch-assistant-copy p {
  font-size: .92rem;
  line-height: 1.42;
  max-width: 68ch;
}
.storch-assistant .storch-eyebrow { font-size: .69rem; }
.storch-stay-chips { margin-top: 9px; gap: 6px; }
.storch-chip { min-height: 28px; padding: 3px 8px; font-size: .78rem; }
.storch-reception-figure { width: 180px; }
.storch-reception-figure img { border-radius: 12px; }
.storch-reception-figure figcaption { margin-top: 4px; font-size: .72rem; }

/* Buchungskarte: Dienstmann links, Buchungstext rechts */
.storch-main-card { padding: 18px; }
.storch-main-card > h2 {
  margin-bottom: 13px;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
}
.storch-booking-layout {
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.storch-booking-layout > div:first-child {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.storch-fullbody-crop {
  grid-column: 1;
  grid-row: 1;
  width: 150px;
  max-width: 150px;
  aspect-ratio: 3 / 4;
  justify-self: start;
  overflow: hidden;
}
/* Der OR-6-Master bleibt unverändert; die störende linke Bildsäule wird vollständig weggecroppt. */
.storch-fullbody-crop img {
  width: 124%;
  max-width: none;
  height: 100%;
  margin-left: -24%;
  object-fit: cover;
  object-position: right center;
}
.storch-facts { gap: 4px; font-size: .9rem; }
.storch-fact {
  grid-template-columns: minmax(102px, .72fr) minmax(0, 1.28fr);
  gap: 7px;
  line-height: 1.35;
}
.storch-fact span { min-width: 0; overflow-wrap: anywhere; }
.storch-booking-layout h3 { margin: 12px 0 5px; font-size: 1rem; }
.storch-room-list { margin-top: 4px; font-size: .9rem; }
.storch-detail { margin-top: 10px; padding-top: 8px; font-size: .88rem; }

/* Servicekarte ebenfalls kompakter */
.storch-actions { gap: 8px; }
.storch-action-button { min-height: 58px; padding: 9px 11px; font-size: .9rem; }
.storch-action-button small { font-size: .76rem; margin-top: 2px; }
.storch-service-panel { margin-top: 11px; padding: 10px 12px; font-size: .87rem; }
.storch-service-panel h3 { font-size: 1rem; }

/* Hilfe durch Menschen dezent im Hotel-CI hervorheben */
.storch-human-help {
  margin-top: 14px;
  padding: 12px 16px;
  border: 1px solid var(--storch-gold-soft);
  border-left: 4px solid var(--storch-bordeaux);
  background: linear-gradient(90deg, #fbf3e7 0%, #fffdf9 72%);
  box-shadow: 0 5px 16px rgba(78, 19, 29, .055);
}
.storch-human-help h2 { color: var(--storch-bordeaux-dark); font-size: 1.18rem; }
.storch-contact-row { font-size: .88rem; }
.storch-contact-note { font-size: .82rem; }

@media (max-width: 820px) {
  .storch-hero { grid-template-columns: 180px minmax(0,1fr); min-height: 0; padding: 10px 14px; }
  .storch-logo-link { justify-self: start; }
  .storch-logo { width: 175px; }
  .storch-hero-copy { text-align: left; }
  .storch-hero-balance { display: none; }
  .storch-hero-copy h1 { font-size: 1.72rem; }

  .storch-assistant { grid-template-columns: minmax(0,1fr) 150px; gap: 12px; padding: 12px 14px; }
  .storch-reception-figure { width: 145px; justify-self: end; }
  .storch-assistant-copy h2 { font-size: 1.18rem; }
  .storch-assistant-copy p { font-size: .84rem; }
  .storch-chip { font-size: .72rem; }
}

@media (max-width: 560px) {
  .storch-hero { grid-template-columns: 120px minmax(0,1fr); gap: 9px; }
  .storch-logo { width: 118px; }
  .storch-hero-copy h1 { font-size: 1.38rem; }
  .storch-hero-copy p { font-size: .78rem; }
  .storch-hero .storch-eyebrow { font-size: .58rem; letter-spacing: .07em; }

  .storch-assistant { grid-template-columns: minmax(0,1fr) 105px; gap: 9px; padding: 10px; }
  .storch-reception-figure { width: 102px; }
  .storch-reception-figure figcaption { display: none; }
  .storch-assistant-copy h2 { font-size: 1.02rem; }
  .storch-assistant-copy p { font-size: .76rem; line-height: 1.32; }
  .storch-stay-chips { margin-top: 6px; }
  .storch-chip { font-size: .66rem; padding: 2px 6px; min-height: 24px; }

  .storch-booking-layout { grid-template-columns: 105px minmax(0,1fr); gap: 10px; }
  .storch-fullbody-crop { width: 105px; max-width: 105px; justify-self: start; }
  .storch-booking-layout > div:first-child { grid-column: 2; grid-row: 1; }
  .storch-fact { grid-template-columns: 1fr; gap: 0; font-size: .79rem; padding-bottom: 4px; }
  .storch-room-list, .storch-detail { font-size: .78rem; }
  .storch-main-card { padding: 12px; }
  .storch-main-card > h2 { font-size: 1.2rem; }
}

@media (max-width: 390px) {
  .storch-hero { grid-template-columns: 1fr; text-align: center; }
  .storch-logo-link { justify-self: center; }
  .storch-hero-copy { text-align: center; }
  .storch-assistant { grid-template-columns: 1fr; }
  .storch-reception-figure { width: 118px; justify-self: center; }
  .storch-booking-layout { grid-template-columns: 92px minmax(0,1fr); }
  .storch-fullbody-crop { width: 92px; max-width: 92px; }
}

/* ====================================================================
   OR-7-10 – feste kollisionsfreie Buchungskarte
   Keine negativen Außenpositionen, echte getrennte Grid-Spalten.
   ==================================================================== */
.storch-booking-layout {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  column-gap: 28px;
  row-gap: 0;
  align-items: start;
}
.storch-booking-layout > div:first-child {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
.storch-fullbody-crop {
  grid-column: 1;
  grid-row: 1;
  width: 112px;
  max-width: 112px;
  height: 224px;
  aspect-ratio: auto;
  justify-self: start;
  align-self: start;
  margin: 0;
  overflow: hidden;
}
.storch-fullbody-crop img {
  display: block;
  width: 160%;
  max-width: none;
  height: 100%;
  margin: 0 0 0 -58%;
  object-fit: cover;
  object-position: right center;
  transform: none;
}
.storch-facts { width: 100%; min-width: 0; }
.storch-fact {
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
}
.storch-fact strong { white-space: nowrap; font-size: .84rem; }
.storch-fact span {
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
  font-size: .87rem;
}
.storch-booking-layout h3,
.storch-booking-layout .storch-room-list,
.storch-booking-layout .storch-detail { max-width: 100%; }

@media (max-width: 620px) {
  .storch-booking-layout { grid-template-columns: 94px minmax(0, 1fr); column-gap: 16px; }
  .storch-fullbody-crop { width: 86px; max-width: 86px; height: 172px; }
  .storch-fact { grid-template-columns: 1fr; gap: 0; padding-bottom: 5px; }
  .storch-fact strong { white-space: normal; font-size: .76rem; }
  .storch-fact span { font-size: .79rem; }
}
@media (max-width: 400px) {
  .storch-booking-layout { grid-template-columns: 76px minmax(0, 1fr); column-gap: 12px; }
  .storch-fullbody-crop { width: 70px; max-width: 70px; height: 140px; }
}

/* ====================================================================
   OR-7-11 – echte Shopify-Zimmerdetails, kompakt und mobil
   ==================================================================== */
.storch-room-list { padding-left: 18px; }
.storch-room-entry { margin-bottom: 6px; }
.storch-room-info {
  margin: 7px 0 0;
  padding-top: 5px;
  border-top: 1px dotted var(--storch-line);
}
.storch-room-info > summary {
  display: inline-flex;
  cursor: pointer;
  color: var(--storch-bordeaux);
  font-size: .82rem;
  font-weight: 800;
}
.storch-room-info-body {
  display: grid;
  grid-template-columns: minmax(120px, .85fr) minmax(0, 1.5fr);
  gap: 12px;
  margin-top: 9px;
  padding: 10px;
  border: 1px solid var(--storch-gold-soft);
  border-radius: 10px;
  background: #fffaf3;
}
.storch-room-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 5px;
  align-content: start;
}
.storch-room-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 7px;
  border: 1px solid #e4d7c7;
}
.storch-room-gallery img:first-child { grid-column: 1 / -1; }
.storch-room-copy { min-width: 0; font-size: .8rem; line-height: 1.4; }
.storch-room-copy > strong { color: var(--storch-bordeaux-dark); font-size: .88rem; }
.storch-room-copy p {
  margin: 5px 0 0;
  white-space: pre-line;
  max-height: 230px;
  overflow: auto;
  padding-right: 4px;
}
@media (max-width: 620px) {
  .storch-room-info-body { grid-template-columns: 1fr; }
  .storch-room-gallery { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .storch-room-gallery img:first-child { grid-column: auto; }
  .storch-room-copy p { max-height: 190px; }
}

/* ====================================================================
   OR-7-12 – Ganzkörper-Dienstmann V2 ohne störenden linken Bildrand
   ==================================================================== */
.storch-fullbody-crop {
  width: 126px;
  max-width: 126px;
  height: auto;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.storch-fullbody-crop img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center center;
  transform: none;
}

@media (max-width: 620px) {
  .storch-fullbody-crop {
    width: 94px;
    max-width: 94px;
    height: auto;
    aspect-ratio: 3 / 4;
  }
}

@media (max-width: 400px) {
  .storch-fullbody-crop {
    width: 76px;
    max-width: 76px;
    height: auto;
    aspect-ratio: 3 / 4;
  }
}
/* ====================================================================
   OR-7-13 – finale verdichtete Portalstruktur
   ==================================================================== */

.storch-assistant-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 10px;
}
.storch-assistant-action {
  display: grid;
  gap: 2px;
  min-height: 50px;
  padding: 8px 10px;
  border: 1px solid var(--storch-bordeaux);
  border-radius: 10px;
  background: #fff;
  color: var(--storch-bordeaux-dark) !important;
  text-decoration: none;
  line-height: 1.2;
}
.storch-assistant-action strong { font-size: .86rem; }
.storch-assistant-action small {
  font-size: .7rem;
  color: var(--storch-muted);
  font-weight: 500;
}
.storch-assistant-action:hover { background: var(--storch-cream); }

.storch-booking-card-full {
  width: 100%;
  margin-top: 12px;
}
.storch-fact-highlight span {
  color: var(--storch-bordeaux-dark);
  font-weight: 900;
}

.storch-arrival-inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 2px solid var(--storch-gold-soft);
}
.storch-arrival-section {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid var(--storch-line);
  border-radius: 12px;
  background: var(--storch-cream);
  font-size: .85rem;
  line-height: 1.42;
}
.storch-arrival-section h3 {
  margin: 3px 0 7px;
  font-size: 1.05rem;
}
.storch-arrival-section p { margin: 6px 0; }
.storch-checkin-time {
  padding: 7px 9px;
  border-left: 4px solid var(--storch-bordeaux);
  border-radius: 6px;
  background: #fff;
  color: var(--storch-bordeaux-dark);
}
.storch-legal-hint {
  color: var(--storch-muted);
  font-size: .78rem;
}
.storch-status-done {
  margin-top: 8px;
  padding: 8px 10px;
  border: 1px solid #87b39f;
  border-radius: 8px;
  background: #f3faf6;
  color: #245840;
  font-weight: 800;
}

.storch-room-info > summary,
.storch-detail > summary { list-style: none; }

.storch-room-info > summary::-webkit-details-marker,
.storch-detail > summary::-webkit-details-marker { display: none; }

.storch-room-info > summary::before,
.storch-detail > summary::before {
  content: "▶";
  display: inline-block;
  width: 1.15em;
  margin-right: 4px;
  color: var(--storch-bordeaux);
  font-size: .8em;
}
.storch-room-info[open] > summary::before,
.storch-detail[open] > summary::before { content: "▼"; }

@media (max-width: 620px) {
  .storch-assistant-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  .storch-assistant-action {
    min-height: 46px;
    padding: 7px 8px;
  }
  .storch-assistant-action strong { font-size: .78rem; }
  .storch-assistant-action small { font-size: .64rem; }
  .storch-arrival-inline {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 390px) {
  .storch-assistant-actions { grid-template-columns: 1fr 1fr; }
  .storch-assistant-action small { display: none; }
  .storch-assistant-action { min-height: 40px; }
}

/* ====================================================================
   OR-7-17 – Pre-Check-in volle Breite / kompakter Feinschliff
   ==================================================================== */
.storch-arrival-inline {
  grid-template-columns: 1fr;
  gap: 0;
}

.storch-arrival-section {
  padding: 11px 13px;
}

.storch-arrival-section h3 {
  margin: 2px 0 5px;
}

.storch-arrival-section p {
  margin: 5px 0;
}

.storch-checkin-time {
  margin: 6px 0;
  padding: 6px 9px;
}

.storch-main-card h2 {
  margin-bottom: .55rem;
}

.storch-main-card h3 {
  margin-top: .65rem;
  margin-bottom: .35rem;
}

.storch-main-card p,
.storch-human-help p,
.storch-assistant p {
  margin-top: .35rem;
  margin-bottom: .5rem;
}

.storch-detail,
.storch-room-info {
  margin-top: .4rem;
}

/* ====================================================================
   OR-7-18 – letzter Feinschliff Dienstmann
   ==================================================================== */

/* Erklärung auf normalen Desktop-/Tabletbreiten bewusst einzeilig. */
.storch-assistant-copy > p {
  white-space: nowrap;
  font-size: clamp(.76rem, 1.05vw, .84rem);
  line-height: 1.35;
  margin-top: .3rem;
  margin-bottom: .5rem;
}

/* Auf schmalen Mobilgeräten darf der Satz natürlich umbrechen. */
@media (max-width: 700px) {
  .storch-assistant-copy > p {
    white-space: normal;
    font-size: .8rem;
  }
}

/* ====================================================================
   OR-7-20 – Google-/Trustindex-Bewertung im vorhandenen Kopfrahmen
   ==================================================================== */
.storch-review-badge {
  justify-self: end;
  align-self: center;
  display: grid;
  gap: 4px;
  min-width: 230px;
  max-width: 265px;
  padding: 9px 12px;
  border: 1px solid #d9dfe8;
  border-radius: 8px;
  background: #fff;
  color: #171717 !important;
  text-decoration: none !important;
  box-shadow: 0 1px 4px rgba(28, 32, 38, .06);
  line-height: 1.15;
}

.storch-review-badge:hover {
  border-color: var(--storch-gold-soft);
  box-shadow: 0 3px 10px rgba(55, 38, 28, .1);
  transform: translateY(-1px);
}

.storch-review-topline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  white-space: nowrap;
  font-size: .92rem;
}

.storch-google-word {
  display: inline-flex;
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: -.04em;
}

.storch-google-word span:nth-child(1),
.storch-google-word span:nth-child(4) { color: #4285f4; }
.storch-google-word span:nth-child(2),
.storch-google-word span:nth-child(6) { color: #ea4335; }
.storch-google-word span:nth-child(3) { color: #fbbc05; }
.storch-google-word span:nth-child(5) { color: #34a853; }

.storch-review-stars {
  color: #f59e0b;
  font-size: .9rem;
  letter-spacing: .03em;
}

.storch-review-score {
  display: block;
  text-align: center;
  padding-top: 5px;
  border-top: 1px solid #eef0f3;
  color: #111;
  font-size: .76rem;
}

.storch-review-score strong {
  font-size: .82rem;
}

@media (max-width: 900px) {
  .storch-review-badge {
    min-width: 205px;
    max-width: 235px;
    padding: 8px 10px;
  }

  .storch-review-topline {
    gap: 5px;
    font-size: .82rem;
  }
}

@media (max-width: 700px) {
  .storch-review-badge {
    justify-self: center;
    width: min(100%, 265px);
    max-width: 265px;
    margin-top: 7px;
  }
}
