:root {
  --hotel-ink: #1a1a1a;
  --hotel-charcoal: #232321;
  --hotel-ivory: #f5f1e9;
  --hotel-paper: #fffdf9;
  --hotel-gold: #a9854d;
  --hotel-gold-dark: #86683c;
  --hotel-line: rgba(26, 26, 26, .14);
  --hotel-muted: #68645f;
  --hotel-shadow: 0 18px 50px rgba(37, 31, 24, .12);
}

.signature-hotels { background: var(--hotel-paper); color: var(--hotel-ink); }
.signature-hotels header { position: fixed; inset: 0 0 auto; z-index: 80; background: linear-gradient(180deg, rgba(13, 13, 12, .72), transparent); transition: background .25s ease, box-shadow .25s ease; }
.signature-hotels header.scrolled { background: rgba(23, 23, 21, .97); box-shadow: 0 4px 28px rgba(0, 0, 0, .18); }
.signature-hotels .nav-links a[aria-current="page"] { color: #d8bc8a; }
.signature-hotels .section-header { max-width: 760px; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.signature-hotels .section-header.text-center { margin-inline: auto; }
.signature-hotels .text-link { color: var(--hotel-gold-dark); font-weight: 650; text-decoration: none; letter-spacing: .02em; }
.signature-hotels .text-link:hover { color: var(--hotel-ink); }
.signature-hotels .sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Hero */
.hotels-hero { min-height: min(860px, 92vh); display: grid; align-items: end; }
.hotels-hero .page-hero__picture img { object-position: center 54%; }
.hotels-hero .page-hero__overlay { background: linear-gradient(90deg, rgba(10, 10, 9, .84) 0%, rgba(10, 10, 9, .54) 52%, rgba(10, 10, 9, .2) 100%), linear-gradient(0deg, rgba(8, 8, 7, .7), transparent 55%); }
.hotels-hero .page-hero__content { width: min(1180px, calc(100% - 2rem)); max-width: none; padding-bottom: clamp(3.4rem, 8vh, 6.5rem); }
.hotels-hero h1 { max-width: 820px; font-size: clamp(2.8rem, 6.2vw, 5.9rem); line-height: .98; }
.hotels-hero .page-hero__text { max-width: 720px; font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.hotels-hero-finder { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; align-items: stretch; width: min(1040px, 100%); margin-top: 2rem; background: rgba(253, 250, 244, .96); box-shadow: var(--hotel-shadow); }
.hotels-hero-finder label { min-width: 0; display: grid; gap: .35rem; padding: .85rem 1rem; border-right: 1px solid var(--hotel-line); color: var(--hotel-ink); }
.hotels-hero-finder label > span { color: var(--hotel-gold-dark); font-size: .68rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hotels-hero-finder select { width: 100%; padding: 0 1.4rem 0 0; border: 0; background: transparent; color: var(--hotel-ink); font: 500 .91rem/1.3 Inter, sans-serif; cursor: pointer; }
.hotels-hero-finder select:focus-visible { outline: 2px solid var(--hotel-gold); outline-offset: 3px; }
.hotels-hero-finder button { border: 0; padding: 0 1.6rem; background: var(--hotel-gold); color: #fff; font: 700 .82rem/1 Inter, sans-serif; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: background .2s ease; }
.hotels-hero-finder button:hover { background: var(--hotel-gold-dark); }
.hotels-hero-match { display: inline-flex; gap: .65rem; align-items: center; margin-top: 1.25rem; color: rgba(255,255,255,.9); text-decoration: none; font-size: .88rem; }
.hotels-hero-match:hover { color: #fff; }

/* Intro */
.hotels-intro__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.hotels-intro__grid h2 { max-width: 650px; margin-top: .8rem; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.05; }
.hotels-intro__grid p { margin: 0 0 1.2rem; color: #4f4b46; font-size: 1.06rem; line-height: 1.8; }
.hotels-promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: clamp(2.8rem, 6vw, 5rem) 0 0; border-block: 1px solid var(--hotel-line); }
.hotels-promise-grid--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.hotels-promise-grid div { padding: 1.6rem clamp(.8rem, 2vw, 1.5rem); border-right: 1px solid var(--hotel-line); }
.hotels-promise-grid div:last-child { border-right: 0; }
.hotels-promise-grid dt { color: var(--hotel-gold-dark); font-family: "Playfair Display", serif; font-size: clamp(1.4rem, 2.4vw, 2rem); }
.hotels-promise-grid dd { margin: .35rem 0 0; color: var(--hotel-muted); font-size: .82rem; line-height: 1.4; }

/* Featured editorial selection */
.hotel-featured { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr); min-height: 560px; margin-bottom: clamp(2.5rem, 5vw, 4rem); background: var(--hotel-charcoal); color: #fff; }
.hotel-featured__image { position: relative; min-height: 540px; overflow: hidden; }
.hotel-featured__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.hotel-featured__image:hover img { transform: scale(1.025); }
.hotel-featured__image > span, .hotel-featured-card__image > span { position: absolute; left: 1rem; bottom: 1rem; padding: .5rem .75rem; background: rgba(20,20,18,.77); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hotel-featured__body { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(2rem, 5vw, 4.5rem); }
.hotel-featured__body .eyebrow { color: #d3b67f; }
.hotel-featured__body h3 { margin: .8rem 0 .45rem; color: #fff; font: 500 clamp(2rem, 3.4vw, 3.2rem)/1.05 "Playfair Display", serif; }
.hotel-featured__body > p:not(.hotel-featured__location) { margin: 1.5rem 0 1.9rem; color: rgba(255,255,255,.76); line-height: 1.7; }
.hotel-featured__location { margin: 0; color: #d3b67f; font-size: .82rem; }
.hotel-featured__body .text-link { color: #e1c794; }
.hotel-featured-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.4rem, 3vw, 2.4rem); }
.hotel-featured-card { display: grid; grid-template-columns: minmax(150px, .9fr) minmax(0, 1.1fr); min-height: 260px; border: 1px solid var(--hotel-line); background: #fff; }
.hotel-featured-card__image { position: relative; min-height: 240px; overflow: hidden; }
.hotel-featured-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.hotel-featured-card__image:hover img { transform: scale(1.035); }
.hotel-featured-card > div { display: flex; flex-direction: column; align-items: flex-start; padding: 1.5rem; }
.hotel-featured-card h3 { margin: 0 0 .8rem; font: 500 1.35rem/1.15 "Playfair Display", serif; }
.hotel-featured-card h3 a { color: var(--hotel-ink); text-decoration: none; }
.hotel-featured-card p { margin: 0 0 1.1rem; color: var(--hotel-muted); font-size: .86rem; line-height: 1.55; }
.hotel-featured-card .text-link { margin-top: auto; font-size: .83rem; }

/* Worlds */
.hotel-worlds .section-header { margin-inline: 0; }
.hotel-world-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 300px; gap: 1rem; }
.hotel-world-card { position: relative; overflow: hidden; color: #fff; }
.hotel-world-card--large { grid-column: span 2; }
.hotel-world-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.hotel-world-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,8,7,.72), transparent 65%); transition: background .3s ease; }
.hotel-world-card:hover img { transform: scale(1.035); }
.hotel-world-card:hover::after { background: linear-gradient(0deg, rgba(8,8,7,.82), rgba(8,8,7,.04) 80%); }
.hotel-world-card > span { position: absolute; z-index: 1; left: 1.35rem; right: 1.35rem; bottom: 1.25rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.hotel-world-card strong { font: 500 clamp(1.3rem, 2vw, 2rem)/1.05 "Playfair Display", serif; }
.hotel-world-card small { font-size: .72rem; letter-spacing: .06em; white-space: nowrap; }
.hotel-world-links { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 1rem; border-top: 1px solid var(--hotel-line); border-left: 1px solid var(--hotel-line); }
.hotel-world-links a { display: flex; justify-content: space-between; gap: .6rem; padding: 1rem; border-right: 1px solid var(--hotel-line); border-bottom: 1px solid var(--hotel-line); color: var(--hotel-ink); text-decoration: none; font-size: .82rem; background: rgba(255,255,255,.52); }
.hotel-world-links a:hover { color: var(--hotel-gold-dark); background: #fff; }

/* Matching form */
.hotel-matching > .container { display: grid; grid-template-columns: minmax(0, .78fr) minmax(480px, 1.22fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.hotel-matching__intro { position: sticky; top: 7rem; }
.hotel-matching__intro h2 { margin: .9rem 0 1.4rem; color: #fff; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.04; }
.hotel-matching__intro > p { color: rgba(255,255,255,.7); font-size: 1rem; line-height: 1.75; }
.hotel-matching__intro ul { display: grid; gap: .7rem; margin: 1.8rem 0 0; padding: 0; list-style: none; }
.hotel-matching__intro li { position: relative; padding-left: 1.4rem; color: rgba(255,255,255,.84); font-size: .86rem; }
.hotel-matching__intro li::before { content: ""; position: absolute; left: 0; top: .48em; width: 6px; height: 6px; border-radius: 50%; background: #c7a86d; }
.hotel-match-form { position: relative; padding: clamp(1.6rem, 4vw, 3rem); background: var(--hotel-paper); color: var(--hotel-ink); box-shadow: 0 28px 65px rgba(0,0,0,.27); }
.hotel-match-progress { display: grid; gap: .65rem; margin-bottom: 2rem; color: var(--hotel-muted); font-size: .76rem; }
.hotel-match-progress > span:last-child { height: 2px; background: rgba(26,26,26,.12); overflow: hidden; }
.hotel-match-progress i { display: block; width: 33.333%; height: 100%; background: var(--hotel-gold); transition: width .3s ease; }
.hotel-match-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.hotel-match-step legend { width: 100%; margin: 0 0 1.6rem; padding: 0; font: 500 clamp(1.55rem, 2.6vw, 2.15rem)/1.15 "Playfair Display", serif; }
.hotel-match-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem; }
.hotel-match-grid label { display: grid; gap: .45rem; }
.hotel-match-grid label > span { font-size: .75rem; font-weight: 700; letter-spacing: .04em; }
.hotel-match-grid small { color: var(--hotel-muted); font-weight: 400; }
.hotel-match-grid input, .hotel-match-grid select, .hotel-match-grid textarea { width: 100%; min-height: 48px; padding: .78rem .85rem; border: 1px solid rgba(26,26,26,.19); border-radius: 0; background: #fff; color: var(--hotel-ink); font: 400 .9rem/1.4 Inter, sans-serif; }
.hotel-match-grid textarea { resize: vertical; }
.hotel-match-grid input:focus, .hotel-match-grid select:focus, .hotel-match-grid textarea:focus { outline: 2px solid rgba(169,133,77,.3); border-color: var(--hotel-gold); }
.hotel-match-grid [aria-invalid="true"], .hotel-match-consent input[aria-invalid="true"] + span { border-color: #a02d2d; color: #8f2929; }
.hotel-match-choices { display: grid; grid-template-columns: repeat(4, 1fr); gap: .65rem; }
.hotel-match-choices label { cursor: pointer; }
.hotel-match-choices input { position: absolute; opacity: 0; pointer-events: none; }
.hotel-match-choices span { display: grid; place-items: center; min-height: 72px; padding: .65rem; border: 1px solid rgba(26,26,26,.17); background: #fff; color: #4d4944; text-align: center; font-size: .76rem; line-height: 1.35; transition: border .2s ease, background .2s ease, color .2s ease; }
.hotel-match-choices input:checked + span { border-color: var(--hotel-gold); background: #f3eadb; color: var(--hotel-ink); }
.hotel-match-choices input:focus-visible + span { outline: 2px solid var(--hotel-gold); outline-offset: 2px; }
.hotel-match-grid--second { margin-top: 1.2rem; }
.hotel-match-consent { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; margin-top: 1.3rem; color: var(--hotel-muted); font-size: .72rem; line-height: 1.5; }
.hotel-match-consent input { margin-top: .18rem; }
.hotel-match-consent a { color: inherit; }
.hotel-match-actions { display: flex; justify-content: flex-end; gap: .8rem; margin-top: 1.8rem; }
.hotel-match-actions .btn--ghost { color: var(--hotel-ink); border-color: rgba(26,26,26,.25); }
.hotel-match-error { margin: 1.2rem 0 0; padding: .8rem; background: #fff0f0; color: #8f2929; font-size: .82rem; }
.hotel-match-success { text-align: center; padding: 2rem .5rem; }
.hotel-match-success > span { color: var(--hotel-gold-dark); font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hotel-match-success h3 { margin: .7rem 0; font: 500 2rem/1.1 "Playfair Display", serif; }
.hotel-match-success p { color: var(--hotel-muted); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }

/* Finder */
.hotels-catalogue .section-header { margin-inline: 0; }
.hotel-finder { position: sticky; top: 72px; z-index: 30; margin-bottom: 2rem; padding: 1rem; background: rgba(255,253,249,.96); border: 1px solid var(--hotel-line); box-shadow: 0 8px 30px rgba(27,22,16,.08); backdrop-filter: blur(14px); }
.hotel-finder__main { display: grid; grid-template-columns: 1fr auto; gap: .75rem; }
.hotel-search { position: relative; display: block; }
.hotel-search input { width: 100%; height: 50px; padding: 0 3rem 0 1rem; border: 1px solid var(--hotel-line); background: #fff; font: 400 .92rem/1 Inter, sans-serif; }
.hotel-search input:focus { outline: 2px solid rgba(169,133,77,.22); border-color: var(--hotel-gold); }
.hotel-search > span:last-child { position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); color: var(--hotel-gold-dark); font-size: 1.45rem; }
.hotel-filter-panel { position: relative; }
.hotel-filter-panel > summary { display: flex; align-items: center; gap: .45rem; height: 50px; padding: 0 1rem; border: 1px solid var(--hotel-line); background: var(--hotel-charcoal); color: #fff; cursor: pointer; font-size: .8rem; font-weight: 650; list-style: none; white-space: nowrap; }
.hotel-filter-panel > summary::-webkit-details-marker { display: none; }
.hotel-filter-panel > summary span { display: grid; place-items: center; min-width: 19px; height: 19px; border-radius: 50%; background: var(--hotel-gold); font-size: .65rem; }
.hotel-filter-panel__body { position: absolute; top: calc(100% + .55rem); right: 0; width: min(720px, calc(100vw - 2rem)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 1.5rem; padding: 1.4rem; border: 1px solid var(--hotel-line); background: #fff; box-shadow: var(--hotel-shadow); }
.hotel-filter-panel fieldset { display: flex; flex-wrap: wrap; gap: .55rem; min-width: 0; margin: 0; padding: 0; border: 0; }
.hotel-filter-panel legend { width: 100%; margin-bottom: .65rem; font: 500 1.05rem/1.2 "Playfair Display", serif; }
.hotel-filter-panel label { cursor: pointer; }
.hotel-filter-panel input { position: absolute; opacity: 0; }
.hotel-filter-panel label span { display: block; padding: .5rem .72rem; border: 1px solid var(--hotel-line); color: var(--hotel-muted); font-size: .7rem; }
.hotel-filter-panel input:checked + span { border-color: var(--hotel-gold); background: #f3eadb; color: var(--hotel-ink); }
.hotel-filter-panel input:focus-visible + span { outline: 2px solid var(--hotel-gold); outline-offset: 2px; }
.hotel-quick-filters { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .75rem; }
.hotel-quick-filters button { padding: .52rem .8rem; border: 1px solid var(--hotel-line); background: transparent; color: var(--hotel-muted); font: 500 .72rem/1 Inter, sans-serif; cursor: pointer; }
.hotel-quick-filters button[aria-pressed="true"] { border-color: var(--hotel-gold); background: #f3eadb; color: var(--hotel-ink); }
.hotel-quick-filters .hotel-filter-reset { margin-left: auto; border-color: transparent; color: var(--hotel-gold-dark); text-decoration: underline; text-underline-offset: 3px; }
.hotel-results-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: .9rem; padding-top: .8rem; border-top: 1px solid var(--hotel-line); }
.hotel-results-head p { margin: 0; color: var(--hotel-ink); font-size: .82rem; font-weight: 650; }
.hotel-results-head label { display: flex; align-items: center; gap: .6rem; color: var(--hotel-muted); font-size: .7rem; }
.hotel-results-head select { padding: .3rem 1.6rem .3rem .45rem; border: 0; background: transparent; color: var(--hotel-ink); font: 600 .72rem/1 Inter, sans-serif; }
.hotel-results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.3rem, 2.4vw, 2rem); }
.hotel-card { min-width: 0; border: 1px solid var(--hotel-line); background: #fff; transition: transform .28s ease, box-shadow .28s ease; }
.hotel-card:hover { transform: translateY(-5px); box-shadow: var(--hotel-shadow); }
.hotel-card[hidden] { display: none !important; }
.hotel-card__link { display: flex; height: 100%; flex-direction: column; color: inherit; text-decoration: none; }
.hotel-card__media { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; background: #e7e1d8; }
.hotel-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.hotel-card:hover .hotel-card__media img { transform: scale(1.025); }
.hotel-card__badge { position: absolute; left: .85rem; top: .85rem; padding: .42rem .65rem; background: rgba(26,26,26,.86); color: #fff; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hotel-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 1.25rem; }
.hotel-card__meta { width: 100%; display: flex; justify-content: space-between; gap: .7rem; color: var(--hotel-gold-dark); font-size: .66rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hotel-card__stars { color: var(--hotel-gold); letter-spacing: .04em; white-space: nowrap; }
.hotel-card__name { margin-top: .65rem; font: 500 clamp(1.25rem, 1.8vw, 1.55rem)/1.15 "Playfair Display", serif; }
.hotel-card__location { margin-top: .45rem; color: var(--hotel-muted); font-size: .75rem; line-height: 1.35; }
.hotel-card__tags { display: flex; flex-wrap: wrap; gap: .35rem; min-height: 24px; margin-top: .85rem; }
.hotel-card__tags span { padding: .28rem .45rem; background: var(--hotel-ivory); color: #615b53; font-size: .61rem; letter-spacing: .03em; }
.hotel-card__teaser { margin-top: .85rem; color: var(--hotel-muted); font-size: .8rem; line-height: 1.58; }
.hotel-card__cta { margin-top: auto; padding-top: 1.1rem; color: var(--hotel-gold-dark); font-size: .77rem; font-weight: 700; }
.hotel-load-more { display: grid; place-items: center; gap: .7rem; margin-top: 2.5rem; }
.hotel-load-more p { margin: 0; color: var(--hotel-muted); font-size: .72rem; }
.hotel-no-results { padding: 4rem 1rem; text-align: center; }
.hotel-no-results > span { font: 500 1.8rem/1.15 "Playfair Display", serif; }
.hotel-no-results p { color: var(--hotel-muted); }

/* Selection / FAQ / Final CTA */
.hotel-selection-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--hotel-line); border-left: 1px solid var(--hotel-line); }
.hotel-selection-grid article { min-height: 240px; padding: clamp(1.3rem, 2.6vw, 2rem); border-right: 1px solid var(--hotel-line); border-bottom: 1px solid var(--hotel-line); background: rgba(255,255,255,.48); }
.hotel-selection-grid article > span { color: var(--hotel-gold); font: 500 1.25rem/1 "Playfair Display", serif; }
.hotel-selection-grid h3 { margin: 2rem 0 .75rem; font: 500 1.35rem/1.15 "Playfair Display", serif; }
.hotel-selection-grid p { margin: 0; color: var(--hotel-muted); font-size: .82rem; line-height: 1.65; }
.hotels-final-cta { background: linear-gradient(rgba(24,24,22,.91), rgba(24,24,22,.91)), url("https://crm.auszeit.reisen/api/media/1638/public") center/cover; }

/* Hotel detail pages: compact map and a stable advisor layout. */
.signature-hotels .embed-facade {
  width: 100%;
  height: clamp(280px, 32vw, 380px);
  aspect-ratio: auto;
}
.signature-hotels .embed-facade__iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
}
.signature-hotels .empfehlung {
  grid-template-columns: 160px minmax(0, 1fr);
  grid-template-areas:
    "portrait quote"
    "person quote";
  column-gap: 40px;
  row-gap: 14px;
  align-items: start;
}
.signature-hotels .empfehlung__portrait { grid-area: portrait; }
.signature-hotels .empfehlung__quote {
  grid-area: quote;
  margin: 0;
  color: var(--hotel-ink);
  font-family: "Playfair Display", serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-style: italic;
  line-height: 1.6;
}
.signature-hotels .empfehlung__person {
  grid-area: person;
  width: 160px;
}
.signature-hotels .empfehlung__name { margin-top: 0; }
.signature-hotels .empfehlung__phone {
  display: inline-block;
  margin-top: 8px;
  color: var(--hotel-gold-dark);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
}
.signature-hotels .empfehlung__phone:hover { text-decoration: underline; }
.signature-hotels .hotel-gallery-feature .section-header { margin-inline: auto; }
.signature-hotels .hotel-gallery-feature .media-split__media { margin: 0; }
.signature-hotels .hotel-gallery-feature .media-split__media img {
  width: 100%;
  max-height: 520px;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  display: block;
}
.signature-hotels .hotel-gallery-feature + .route-gallery { margin-top: 24px; }
.signature-hotels .hotel-room-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.signature-hotels .hotel-room-card {
  position: relative;
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid var(--hotel-line);
  background: var(--hotel-ivory);
}
.signature-hotels .hotel-room-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 68px;
  height: 3px;
  background: var(--hotel-gold);
}
.signature-hotels .hotel-room-card__type {
  display: block;
  margin-bottom: 12px;
  color: var(--hotel-gold-dark);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.signature-hotels .hotel-room-card h3 {
  margin: 0 0 12px;
  color: var(--hotel-ink);
  font-family: "Playfair Display", serif;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.15;
}
.signature-hotels .hotel-room-card p {
  margin: 0;
  color: var(--hotel-muted);
  font-size: .92rem;
  line-height: 1.7;
}
.signature-hotels .hotel-room-card .hotel-room-card__meta {
  margin-bottom: 14px;
  color: var(--hotel-ink);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.5;
}
.signature-hotels .hotel-room-shared { margin-top: 28px; }
.signature-hotels .hotel-room-shared .journey-disclaimer { margin-top: 16px; }
.signature-hotels .hotel-room-figure {
  margin: 36px 0 0;
  overflow: hidden;
  background: #ded8cc;
}
.signature-hotels .hotel-room-figure img {
  width: 100%;
  max-height: 520px;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  display: block;
}

@media (max-width: 1080px) {
  .hotel-featured-grid { grid-template-columns: 1fr; }
  .hotel-featured-card { min-height: 240px; }
  .hotel-world-grid { grid-template-columns: repeat(2, 1fr); }
  .hotel-world-card--large { grid-column: span 1; }
  .hotel-world-links { grid-template-columns: repeat(3, 1fr); }
  .hotel-matching > .container { grid-template-columns: 1fr; }
  .hotel-matching__intro { position: static; max-width: 720px; }
  .hotel-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hotel-selection-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .hotels-hero { min-height: 760px; }
  .hotels-hero .page-hero__content { padding-bottom: 2.2rem; }
  .hotels-hero h1 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .hotels-hero-finder { grid-template-columns: 1fr; }
  .hotels-hero-finder label { border-right: 0; border-bottom: 1px solid var(--hotel-line); }
  .hotels-hero-finder button { min-height: 52px; }
  .hotels-intro__grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .hotels-promise-grid { grid-template-columns: repeat(2, 1fr); }
  .hotels-promise-grid div:nth-child(2) { border-right: 0; }
  .hotels-promise-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--hotel-line); }
  .hotel-featured { grid-template-columns: 1fr; min-height: 0; }
  .hotel-featured__image { min-height: 360px; }
  .hotel-featured-card { grid-template-columns: 1fr; }
  .hotel-featured-card__image { min-height: 250px; }
  .hotel-world-grid { grid-auto-rows: 260px; }
  .hotel-world-links { grid-template-columns: repeat(2, 1fr); }
  .hotel-match-grid { grid-template-columns: 1fr; }
  .hotel-match-choices { grid-template-columns: repeat(2, 1fr); }
  .hotel-finder { top: 62px; }
  .hotel-filter-panel__body { position: fixed; inset: auto 0 0; width: 100%; max-height: 72vh; overflow: auto; grid-template-columns: 1fr; padding: 1.2rem; border-radius: 18px 18px 0 0; }
  .hotel-results-head { align-items: flex-start; }
  .signature-hotels .empfehlung {
    grid-template-columns: 1fr;
    grid-template-areas: "portrait" "person" "quote";
    justify-items: center;
    row-gap: 16px;
    text-align: center;
  }
  .signature-hotels .empfehlung__quote { max-width: 38rem; }
  .signature-hotels .hotel-room-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .hotels-hero { min-height: 790px; }
  .hotels-hero .page-hero__picture img { object-position: 58% center; }
  .hotels-promise-grid { grid-template-columns: 1fr; }
  .hotels-promise-grid div { border-right: 0; border-bottom: 1px solid var(--hotel-line); }
  .hotels-promise-grid div:last-child { border-bottom: 0; }
  .hotel-world-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .hotel-world-links { grid-template-columns: 1fr; }
  .hotel-match-form { padding: 1.3rem; }
  .hotel-match-choices { grid-template-columns: 1fr 1fr; }
  .hotel-match-actions { flex-direction: column-reverse; }
  .hotel-match-actions .btn { width: 100%; text-align: center; }
  .hotel-finder { margin-inline: -1rem; padding: .8rem; }
  .hotel-finder__main { grid-template-columns: 1fr; }
  .hotel-filter-panel > summary { justify-content: center; }
  .hotel-quick-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .25rem; scrollbar-width: thin; }
  .hotel-quick-filters button { flex: 0 0 auto; }
  .hotel-quick-filters .hotel-filter-reset { margin-left: 0; }
  .hotel-results { grid-template-columns: 1fr; }
  .hotel-card__media { aspect-ratio: 5/4; }
  .hotel-selection-grid { grid-template-columns: 1fr; }
  .hotel-results-head { flex-direction: column; }
  .signature-hotels .embed-facade { height: 250px; }
}

@media (prefers-reduced-motion: reduce) {
  .signature-hotels *, .signature-hotels *::before, .signature-hotels *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
