.hw-hub-body {
  background: var(--cream);
  color: var(--ink);
}


.hw-hub-main {
  overflow: hidden;
}

.hw-hub-breadcrumb {
  width: min(1460px, calc(100% - 32px));
  margin: 0 auto;
  padding: 1.05rem 0 .8rem;
  color: var(--muted);
  font-size: .76rem;
}

.hw-hub-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hw-hub-breadcrumb a { color: var(--plum); }

.hw-hub-hero {
  position: relative;
  min-height: 720px;
  background: var(--ink);
  color: var(--paper);
}

.hw-hub-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hw-hub-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hw-hub-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(246,241,233,.96) 0%, rgba(246,241,233,.8) 22%, rgba(246,241,233,.18) 48%, rgba(33,19,29,.1) 100%);
  pointer-events: none;
}

.hw-hub-copy {
  position: relative;
  z-index: 2;
  width: min(1460px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 6rem) 0 2rem;
  color: var(--ink);
}

.hw-hub-copy-inner {
  max-width: 430px;
}

.hw-hub-kicker {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hw-hub-kicker::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  margin-top: .8rem;
  background: var(--gold);
}

.hw-hub-copy h1 {
  max-width: 520px;
  margin-bottom: 1.2rem;
  color: var(--ink);
  font-size: clamp(3rem, 6.4vw, 5.9rem);
  line-height: .92;
}

.hw-hub-copy p {
  max-width: 420px;
  color: #3f3540;
  font-family: var(--serif);
  font-size: 1.16rem;
  line-height: 1.48;
}

.hw-hub-benefits {
  display: grid;
  gap: .9rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.hw-hub-benefits li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: .8rem;
  align-items: start;
  color: var(--ink);
  font-size: .9rem;
  line-height: 1.35;
}

.hw-hub-benefits strong,
.hw-hub-benefits small { display: block; }

.hw-hub-benefits strong {
  margin-top: .05rem;
  font-family: var(--serif);
  font-size: 1.02rem;
  font-weight: 600;
}

.hw-hub-benefits small {
  grid-column: 2;
  margin-top: -.62rem;
  color: #5b5058;
  font-family: var(--serif);
  font-size: .82rem;
  line-height: 1.28;
}

.hw-hub-benefits span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--gold);
  border: 1px solid rgba(201,151,66,.4);
  border-radius: 50%;
}

.hw-hub-benefits svg,
.hw-hub-card-icon svg,
.hw-hub-hotspot svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hw-hub-hotspots {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.hw-hub-body[data-hub-page="service"] .hw-hub-scene img,
.hw-hub-body[data-hub-page="service"] .hw-hub-hotspots {
  transform: translateX(clamp(24px, 2.8vw, 54px));
}

.hw-hub-hotspot {
  position: absolute;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--paper);
  transform: translate(-50%, -50%);
  cursor: pointer;
  overflow: visible;
}

.hw-hub-hotspot * {
  pointer-events: none;
}

.hw-hub-hotspot-dot {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: none;
  border: 2px solid rgba(255,253,249,.74);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 28%, var(--gold-light), var(--gold));
  color: var(--paper);
  box-shadow: 0 8px 22px rgba(0,0,0,.28);
  animation: hw-hub-pulse 2.8s var(--motion-soft) infinite;
  transition: transform var(--motion-base) var(--motion-ease), box-shadow var(--motion-base) var(--motion-ease);
}

.hw-hub-hotspot-label {
  position: absolute;
  left: 50px;
  top: 50%;
  max-width: 190px;
  padding: .36rem .62rem;
  border-radius: 6px;
  background: rgba(42,22,38,.94);
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.02rem;
  line-height: 1.05;
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
  transform: translateY(-50%);
  transition: background var(--motion-base) var(--motion-ease), transform var(--motion-base) var(--motion-ease);
}

.hw-hub-hotspot-label-left .hw-hub-hotspot-label {
  right: 50px;
  left: auto;
}

.hw-hub-hotspot:hover .hw-hub-hotspot-dot,
.hw-hub-hotspot:focus-visible .hw-hub-hotspot-dot,
.hw-hub-hotspot[aria-expanded="true"] .hw-hub-hotspot-dot {
  transform: scale(1.03);
  box-shadow: 0 10px 28px rgba(0,0,0,.34);
}

.hw-hub-hotspot:hover .hw-hub-hotspot-label,
.hw-hub-hotspot:focus-visible .hw-hub-hotspot-label,
.hw-hub-hotspot[aria-expanded="true"] .hw-hub-hotspot-label {
  background: var(--plum);
  transform: translateY(-50%) translateX(2px);
}

.hw-hub-hotspot-label-left:hover .hw-hub-hotspot-label,
.hw-hub-hotspot-label-left:focus-visible .hw-hub-hotspot-label,
.hw-hub-hotspot-label-left[aria-expanded="true"] .hw-hub-hotspot-label {
  transform: translateY(-50%) translateX(-2px);
}

@keyframes hw-hub-pulse {
  0%, 100% { box-shadow: 0 8px 22px rgba(0,0,0,.28), 0 0 0 0 rgba(201,151,66,.28); }
  50% { box-shadow: 0 10px 28px rgba(0,0,0,.3), 0 0 0 9px rgba(201,151,66,0); }
}

.hw-hub-panel {
  position: absolute;
  right: clamp(1rem, 4vw, 4rem);
  bottom: clamp(1rem, 5vw, 4rem);
  z-index: 5;
  width: min(360px, calc(100% - 32px));
  padding: 1.25rem;
  border: 1px solid rgba(201,151,66,.36);
  border-radius: 10px;
  background: rgba(255,253,249,.96);
  color: var(--ink);
  box-shadow: 0 24px 58px rgba(0,0,0,.24);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity var(--motion-base) var(--motion-ease), transform var(--motion-base) var(--motion-soft);
}

.hw-hub-panel.is-open {
  opacity: 1;
  transform: translateY(0);
}

.hw-hub-panel[hidden] { display: none; }
.hw-hub-panel [hidden] { display: none !important; }

.hw-hub-panel-close {
  position: absolute;
  top: .7rem;
  right: .7rem;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--cream);
  color: var(--ink);
  cursor: pointer;
}

.hw-hub-panel h2 {
  margin: 0 2rem .6rem 0;
  font-size: 2rem;
  line-height: 1;
}

.hw-hub-panel p {
  margin-bottom: 1rem;
  color: var(--muted);
  font-family: var(--serif);
}

.hw-hub-panel a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: .65rem 1rem;
  border-radius: 7px;
  background: var(--gold);
  color: var(--paper);
  font-size: .76rem;
  font-weight: 700;
}

.hw-hub-status {
  display: inline-flex;
  padding: .45rem .7rem;
  border: 1px solid rgba(201,151,66,.36);
  border-radius: 999px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 700;
}

.hw-hub-status[hidden] { display: none; }

.hw-hub-section {
  width: min(1460px, calc(100% - 48px));
  margin: 0 auto;
  padding: 3.4rem 0;
}

.hw-hub-section-head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.4rem;
}

.hw-hub-section h2 {
  margin-bottom: .25rem;
  font-size: clamp(2.1rem, 3.8vw, 3.3rem);
  line-height: 1;
}

.hw-hub-section-head p {
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
}

.hw-hub-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.hw-hub-topic-card,
.hw-hub-tool-card,
.hw-hub-popular-card,
.hw-hub-proof {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,253,249,.72);
  color: var(--ink);
}

.hw-hub-topic-card,
.hw-hub-tool-card {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  transition: transform var(--motion-base) var(--motion-ease), box-shadow var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease);
}

a.hw-hub-topic-card:hover,
a.hw-hub-popular-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201,151,66,.46);
  box-shadow: 0 16px 34px rgba(42,22,38,.11);
}

.hw-hub-card-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--gold);
}

.hw-hub-card-number {
  margin-top: .5rem;
  color: var(--gold);
  font-family: var(--serif);
}

.hw-hub-topic-card h3,
.hw-hub-tool-card h3,
.hw-hub-popular-card h3 {
  margin: 1rem 0 .55rem;
  font-size: 1.65rem;
  line-height: 1.02;
}

.hw-hub-topic-card p,
.hw-hub-tool-card p,
.hw-hub-popular-card p {
  color: var(--muted);
  font-family: var(--serif);
  line-height: 1.42;
}

.hw-hub-topic-card strong,
.hw-hub-tool-card strong {
  margin-top: auto;
  color: var(--gold);
  font-size: .72rem;
}

.hw-hub-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
  isolation: isolate;
}

.hw-hub-category-card {
  position: relative;
  z-index: 0;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,253,249,.72);
  color: var(--ink);
  transition: transform var(--motion-base) var(--motion-ease), box-shadow var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease);
}

.hw-hub-category-card summary {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.35rem;
  text-align: center;
  cursor: pointer;
  list-style: none;
  box-sizing: border-box;
}

.hw-hub-category-card summary::-webkit-details-marker { display: none; }

.hw-hub-category-card summary h3 {
  margin: 1rem 0 .55rem;
  font-size: 1.65rem;
  line-height: 1.02;
}

.hw-hub-category-card summary p {
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  line-height: 1.42;
}

.hw-hub-category-card summary > strong {
  margin-top: auto;
  padding-top: .8rem;
  color: var(--gold);
  font-size: .72rem;
}

.hw-hub-category-card summary:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
}

.hw-hub-category-card:hover,
.hw-hub-category-card[open] {
  transform: translateY(-4px);
  border-color: rgba(201,151,66,.46);
  box-shadow: 0 16px 34px rgba(42,22,38,.11);
}

.hw-hub-category-card[open] { z-index: 20; }

.hw-hub-category-body {
  position: absolute;
  z-index: 8;
  top: calc(100% - .25rem);
  left: 1rem;
  right: 1rem;
  padding: .45rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--paper);
  box-shadow: 0 16px 34px rgba(42,22,38,.14);
}

.hw-hub-category-article-list {
  display: grid;
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hw-hub-category-card .hw-hub-category-article-list li > a,
.hw-hub-category-card .hw-hub-category-article-list li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .72rem .75rem;
  border-radius: 4px;
}

.hw-hub-category-card .hw-hub-category-article-list li > a:hover {
  background: var(--cream);
}

.hw-hub-category-card .hw-hub-category-article-list span {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
}

.hw-hub-category-card .hw-hub-category-article-list small { display: none; }

.hw-hub-category-card .hw-hub-category-article-list strong {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hw-hub-panel-related {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(201,151,66,.28);
}

.hw-hub-panel-related h3 {
  margin: 0 0 .8rem;
  font-size: 1.32rem;
}

.hw-hub-panel-related .hw-hub-category-article-list {
  max-height: 260px;
  overflow: auto;
}

.hw-hub-panel-related .hw-hub-category-article-list li > a,
.hw-hub-panel-related .hw-hub-category-article-list li > div {
  display: grid;
  gap: .18rem;
  padding: .75rem .85rem;
  border: 1px solid rgba(217,205,188,.82);
  border-radius: 6px;
  background: rgba(255,253,249,.82);
}

.hw-hub-panel-related .hw-hub-category-article-list li > a:hover {
  border-color: rgba(201,151,66,.58);
  background: var(--paper);
}

.hw-hub-panel-related .hw-hub-category-article-list span {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 1.1;
}

.hw-hub-panel-related .hw-hub-category-article-list small {
  color: var(--muted);
  font-family: var(--serif);
  font-size: .86rem;
  line-height: 1.34;
}

.hw-hub-panel-related .hw-hub-category-article-list strong {
  color: var(--gold);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hw-hub-popular-section {
  background: var(--charcoal);
  color: var(--paper);
}

.hw-hub-popular-section .hw-hub-section-head p { color: rgba(255,253,249,.62); }
.hw-hub-popular-section h2 { color: var(--paper); }

.hw-hub-popular-grid,
.hw-hub-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hw-hub-popular-card {
  min-height: 235px;
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  background: #28272a;
  color: var(--paper);
  transition: transform var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), box-shadow var(--motion-base) var(--motion-ease);
}

.hw-hub-popular-card span,
.hw-hub-popular-card small {
  color: var(--gold-light);
  font-size: .7rem;
  font-weight: 700;
}

.hw-hub-popular-card p { color: rgba(255,253,249,.66); }
.hw-hub-popular-card small { margin-top: auto; }
.hw-hub-popular-card b { float: right; font-weight: 400; }

.hw-hub-proof {
  width: min(1460px, calc(100% - 48px));
  margin: 0 auto 4rem;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  gap: 1.4rem;
  align-items: center;
  padding: 1.1rem 1.35rem;
}

.hw-hub-proof strong {
  color: var(--plum);
  font-family: var(--serif);
  font-size: 1.4rem;
}

.hw-hub-proof p {
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
}

.hw-hub-proof a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: .65rem 1rem;
  border: 1px solid rgba(201,151,66,.42);
  border-radius: 7px;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 700;
}

/* Housekeeping-Vorlage: Aufbau nach der freigegebenen visuellen Referenz. */
.hw-hub-body:is([data-hub-page="housekeeping"], [data-hub-page="service"], [data-hub-page="frontOffice"], [data-hub-page="reservierung"]) .hw-hub-breadcrumb { display: none; }

.hw-hub-body:is([data-hub-page="housekeeping"], [data-hub-page="service"], [data-hub-page="frontOffice"], [data-hub-page="reservierung"]) .hw-hub-hero {
  min-height: clamp(620px, 52vw, 770px);
}

.hw-hub-body[data-hub-page="housekeeping"] .hw-hub-hero {
  width: 100%;
  min-height: clamp(620px, 52vw, 770px);
  aspect-ratio: auto;
  margin: 0;
}

.hw-hub-body[data-hub-page="housekeeping"] .hw-hub-hotspot-dot {
  width: 26px;
  height: 26px;
  font-family: var(--sans);
  font-size: .67rem;
  font-weight: 700;
  animation: none;
}

.hw-hub-body[data-hub-page="housekeeping"] .hw-hub-hotspot {
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 38px;
  gap: .5rem;
  justify-content: flex-start;
  padding: .35rem .72rem .35rem .3rem;
  border: 1px solid rgba(201,151,66,.78);
  border-radius: 6px;
  background: rgba(42,22,38,.93);
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
}

.hw-hub-body[data-hub-page="housekeeping"] .hw-hub-hotspot-label,
.hw-hub-body[data-hub-page="housekeeping"] .hw-hub-hotspot-label-left .hw-hub-hotspot-label {
  position: static;
  max-width: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
  font-size: .87rem;
  white-space: nowrap;
  transform: none;
}

.hw-hub-body[data-hub-page="housekeeping"] .hw-hub-hotspot:hover,
.hw-hub-body[data-hub-page="housekeeping"] .hw-hub-hotspot:focus-visible,
.hw-hub-body[data-hub-page="housekeeping"] .hw-hub-hotspot[aria-expanded="true"] {
  background: var(--plum);
  box-shadow: 0 14px 34px rgba(0,0,0,.38);
  transform: translate(-50%, -50%) scale(1.03);
}

.hw-hub-body[data-hub-page="housekeeping"] .hw-hub-hotspot:hover .hw-hub-hotspot-label,
.hw-hub-body[data-hub-page="housekeeping"] .hw-hub-hotspot:focus-visible .hw-hub-hotspot-label,
.hw-hub-body[data-hub-page="housekeeping"] .hw-hub-hotspot[aria-expanded="true"] .hw-hub-hotspot-label {
  background: transparent;
  transform: none;
}

.hw-hub-body:is([data-hub-page="housekeeping"], [data-hub-page="service"], [data-hub-page="frontOffice"], [data-hub-page="reservierung"]) .hw-hub-scene::after {
  background: linear-gradient(90deg, rgba(250,247,240,.98) 0%, rgba(250,247,240,.93) 18%, rgba(250,247,240,.58) 29%, rgba(250,247,240,.08) 44%, rgba(33,19,29,.03) 100%);
}

.hw-hub-body:is([data-hub-page="housekeeping"], [data-hub-page="service"], [data-hub-page="frontOffice"], [data-hub-page="reservierung"]) .hw-hub-copy {
  padding-top: clamp(3rem, 5vw, 5rem);
}

.hw-hub-body:is([data-hub-page="housekeeping"], [data-hub-page="service"], [data-hub-page="frontOffice"], [data-hub-page="reservierung"]) .hw-hub-copy-inner {
  max-width: 360px;
}

.hw-hub-body:is([data-hub-page="housekeeping"], [data-hub-page="service"], [data-hub-page="frontOffice"], [data-hub-page="reservierung"]) .hw-hub-copy h1 {
  margin-bottom: 1.3rem;
  font-size: clamp(3.3rem, 4.7vw, 5.1rem);
  line-height: .88;
}

.hw-hub-body:is([data-hub-page="housekeeping"], [data-hub-page="service"], [data-hub-page="frontOffice"], [data-hub-page="reservierung"]) .hw-hub-copy p {
  max-width: 330px;
  font-size: 1.03rem;
}

.hw-hub-body:is([data-hub-page="housekeeping"], [data-hub-page="service"], [data-hub-page="frontOffice"], [data-hub-page="reservierung"]) .hw-hub-benefits {
  max-width: 315px;
  gap: 1.25rem;
  margin-top: 2rem;
}

.hw-hub-body:is([data-hub-page="housekeeping"], [data-hub-page="service"], [data-hub-page="frontOffice"], [data-hub-page="reservierung"]) .hw-hub-benefits li {
  grid-template-columns: 36px 1fr;
}

.hw-hub-body:is([data-hub-page="housekeeping"], [data-hub-page="service"], [data-hub-page="frontOffice"], [data-hub-page="reservierung"]) .hw-hub-benefits span {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 0;
}

.hw-hub-body:is([data-hub-page="housekeeping"], [data-hub-page="service"], [data-hub-page="frontOffice"], [data-hub-page="reservierung"]) .hw-hub-benefits span svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hw-hub-housekeeping-topics {
  width: min(1540px, calc(100% - 48px));
  padding-top: 1.7rem;
  padding-bottom: 1.2rem;
}

.hw-hub-housekeeping-topics .hw-hub-section-head { margin-bottom: .8rem; }

.hw-hub-housekeeping-topics .hw-hub-section-head h2 {
  font-size: 1.55rem;
}

.hw-hub-housekeeping-topics .hw-hub-topic-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
}

.hw-hub-housekeeping-topics .hw-hub-topic-card {
  min-height: 218px;
  align-items: center;
  padding: 1.1rem .9rem;
  text-align: center;
}

.hw-hub-housekeeping-topics .hw-hub-card-icon {
  width: 52px;
  height: 52px;
}

.hw-hub-housekeeping-topics .hw-hub-card-icon svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.2;
}

.hw-hub-housekeeping-topics .hw-hub-topic-card h3 {
  margin: .65rem 0 .45rem;
  font-size: 1.22rem;
}

.hw-hub-housekeeping-topics .hw-hub-topic-card p {
  margin: 0;
  font-size: .82rem;
  line-height: 1.34;
}

.hw-hub-housekeeping-topics .hw-hub-topic-card strong {
  margin-top: auto;
  font-family: var(--serif);
  font-size: .82rem;
  font-weight: 500;
}

/* Front Office verwendet denselben freigegebenen Aufbau wie Housekeeping. */
.hw-hub-body[data-hub-page="frontOffice"] .hw-hub-breadcrumb { display: none; }
.hw-hub-body[data-hub-page="frontOffice"] .hw-hub-hero { min-height: clamp(620px, 52vw, 770px); }
.hw-hub-body[data-hub-page="frontOffice"] .hw-hub-scene::after { background: linear-gradient(90deg, rgba(250,247,240,.98) 0%, rgba(250,247,240,.93) 18%, rgba(250,247,240,.58) 29%, rgba(250,247,240,.08) 44%, rgba(33,19,29,.03) 100%); }
.hw-hub-body[data-hub-page="frontOffice"] .hw-hub-copy { padding-top: clamp(3rem, 5vw, 5rem); }
.hw-hub-body[data-hub-page="frontOffice"] .hw-hub-copy-inner { max-width: 360px; }
.hw-hub-body[data-hub-page="frontOffice"] .hw-hub-copy h1 { margin-bottom: 1.3rem; font-size: clamp(3.3rem, 4.7vw, 5.1rem); line-height: .88; }
.hw-hub-body[data-hub-page="frontOffice"] .hw-hub-copy p { max-width: 330px; font-size: 1.03rem; }
.hw-hub-body[data-hub-page="frontOffice"] .hw-hub-benefits { max-width: 315px; gap: 1.25rem; margin-top: 2rem; }
.hw-hub-body[data-hub-page="frontOffice"] .hw-hub-benefits li { grid-template-columns: 36px 1fr; }
.hw-hub-body[data-hub-page="frontOffice"] .hw-hub-benefits span { width: 36px; height: 36px; border: 0; border-radius: 0; }
.hw-hub-body[data-hub-page="frontOffice"] .hw-hub-benefits span svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }

.hw-hub-mobile-topic-list {
  display: none;
}

@media (max-width: 1180px) {

  .hw-hub-hero { min-height: 650px; }
  .hw-hub-topic-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hw-hub-hotspot:nth-of-type(n + 7) { display: none; }
  .hw-hub-mobile-topic-list {
    display: flex;
    gap: .55rem;
    overflow-x: auto;
    width: min(100% - 32px, 1180px);
    margin: -1rem auto 2rem;
    padding-bottom: .4rem;
  }
  .hw-hub-mobile-topic {
    flex: 0 0 auto;
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: .55rem .85rem;
    background: var(--paper);
    color: var(--ink);
    font: inherit;
  }

  .hw-hub-housekeeping-topics .hw-hub-topic-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .hw-hub-breadcrumb,
  .hw-hub-copy,
  .hw-hub-section,
  .hw-hub-proof { width: min(100% - 32px, 1460px); }
  .hw-hub-hero { min-height: auto; display: flex; flex-direction: column; background: var(--cream); }
  .hw-hub-scene { position: relative; min-height: 390px; order: 2; }
  .hw-hub-scene::after { background: linear-gradient(0deg, rgba(33,19,29,.18), rgba(246,241,233,.06)); }
  .hw-hub-copy { order: 1; padding: 2.6rem 0 1.5rem; }
  .hw-hub-copy h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hw-hub-hotspot-label { display: none; }
  .hw-hub-panel {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    z-index: 1002;
  }
  .hw-hub-topic-grid,
  .hw-hub-popular-grid,
  .hw-hub-tools-grid { grid-template-columns: 1fr; }
  .hw-hub-category-card summary {
    min-height: 0;
    padding: 1.1rem;
  }
  .hw-hub-category-body {
    position: static;
    margin: 0 .65rem .65rem;
    padding: .45rem;
  }
  .hw-hub-section-head { display: block; }
  .hw-hub-proof { grid-template-columns: 1fr; }
  .hw-hub-body:is([data-hub-page="housekeeping"], [data-hub-page="service"], [data-hub-page="frontOffice"], [data-hub-page="reservierung"]) .hw-hub-copy-inner { max-width: none; }
  .hw-hub-body:is([data-hub-page="housekeeping"], [data-hub-page="service"], [data-hub-page="frontOffice"], [data-hub-page="reservierung"]) .hw-hub-copy h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hw-hub-body:is([data-hub-page="housekeeping"], [data-hub-page="service"], [data-hub-page="frontOffice"], [data-hub-page="reservierung"]) .hw-hub-scene { min-height: 430px; }
  .hw-hub-body:is([data-hub-page="housekeeping"], [data-hub-page="service"], [data-hub-page="frontOffice"], [data-hub-page="reservierung"]) .hw-hub-scene img { position: absolute; inset: 0; width: 100%; height: 100%; object-position: 62% center; }
  .hw-hub-body[data-hub-page="service"] .hw-hub-scene img,
  .hw-hub-body[data-hub-page="service"] .hw-hub-hotspots { transform: none; }
  .hw-hub-body:is([data-hub-page="housekeeping"], [data-hub-page="service"], [data-hub-page="frontOffice"], [data-hub-page="reservierung"]) .hw-hub-scene::after { background: linear-gradient(0deg, rgba(33,19,29,.15), rgba(246,241,233,.02)); }
  .hw-hub-body:is([data-hub-page="housekeeping"], [data-hub-page="service"], [data-hub-page="frontOffice"], [data-hub-page="reservierung"]) .hw-hub-hotspot:nth-of-type(n + 7) { display: inline-flex; }
  .hw-hub-body[data-hub-page="housekeeping"] .hw-hub-hotspot { width: 44px; min-width: 44px; height: 44px; min-height: 44px; padding: 0; border: 0; border-radius: 50%; background: transparent; box-shadow: none; }
  .hw-hub-body[data-hub-page="frontOffice"] .hw-hub-copy-inner { max-width: none; }
  .hw-hub-body[data-hub-page="frontOffice"] .hw-hub-copy h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hw-hub-body[data-hub-page="frontOffice"] .hw-hub-scene { min-height: 430px; }
  .hw-hub-body[data-hub-page="frontOffice"] .hw-hub-scene img { position: absolute; inset: 0; width: 100%; height: 100%; object-position: 62% center; }
  .hw-hub-body[data-hub-page="frontOffice"] .hw-hub-scene::after { background: linear-gradient(0deg, rgba(33,19,29,.15), rgba(246,241,233,.02)); }
  .hw-hub-body[data-hub-page="frontOffice"] .hw-hub-hotspot:nth-of-type(n + 7) { display: inline-flex; }
  .hw-hub-housekeeping-topics .hw-hub-topic-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .hw-hub-hotspot-dot { animation: none; }
  .hw-hub-hotspot,
  .hw-hub-hotspot-dot,
  .hw-hub-hotspot-label,
  .hw-hub-panel,
  .hw-hub-category-card,
  .hw-hub-topic-card,
  .hw-hub-popular-card,
  .hw-hub-tool-card { transition: none; }
}
