:root {
  --bg: #f7eee8;
  --soft: #f3eee8;
  --white: #ffffff;
  --text: #474341;
  --muted: #7a6e6e;
  --accent: #c29a5c;
  --accent-soft: #e0b9a0;
  --dark: #2e2c2a;
  --line: #d4c9c0;
  --rose: #ead5ca;
  --font-serif: "Playfair Display", serif;
  --font-sans: ui-sans-serif, system-ui, sans-serif;
  --hh-header-offset: 96px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-sans);
  font-weight: 400;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 600;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; height: auto; }

.container { width: min(1280px, 92%); margin: 0 auto; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: linear-gradient(to bottom, #2e2c2a, #474341);
}
.site-header .container {
  width: min(1500px, 94%);
}

.header-topline {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--accent), transparent);
}

.header-bottomline {
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.header-row {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand img { height: 80px; }
.brand-text {
  color: #fff;
  font-family: var(--font-serif);
  font-size: 1.5rem;
}

.site-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.menu-primary,
.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 36px;
  align-items: center;
}

.menu-primary a,
.site-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  padding: 10px 0;
}

.hh-header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hh-lang,
.hh-icon-link {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  padding: 8px 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hh-lang {
  border: 1px solid rgba(255, 255, 255, 0.28);
  min-width: 40px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hh-icon-link { border: 0; padding: 0 2px; line-height: 1; }
.hh-icon-only { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; }
.hh-icon-only svg { width: 15px; height: 15px; display: block; }
.hh-header-divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.28);
  margin: 0 6px 0 2px;
}

.btn-book {
  background: var(--accent);
  color: #fff;
  border: 1px solid var(--accent);
  font-size: 12px;
  padding: 12px 20px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hh-book-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.hh-book-icon svg { width: 14px; height: 14px; display: block; }
}

.site-main { padding-top: var(--hh-header-offset); }

.home .site-main {
  padding-top: 0;
}

.hh-home-hero {
  position: relative;
  height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

.hh-home-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  animation: hhZoomIn 1.5s ease-out 1 forwards;
  transform: scale(1.1);
}

.hh-home-hero-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.35); }

.hh-home-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.hh-eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.hh-home-wordmark { width: min(650px, 82vw); }

.hh-scroll-arrow {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.hh-scroll-arrow img { width: 42px; height: 42px; }

.hh-section { padding: 80px 0; }
.hh-bg-base { background: var(--bg); }
.hh-bg-soft { background: var(--soft); }
.hh-bg-white { background: var(--white); }
.hh-bg-rose { background: var(--rose); }
.hh-center-wrap { text-align: center; }

.hh-title,
.hh-big-title {
  margin: 0;
  font-family: var(--font-serif);
  color: var(--text);
  font-weight: 400;
  line-height: 1.15;
}

.hh-title { font-size: clamp(2.1rem, 5vw, 3.4rem); }
.hh-big-title { font-size: clamp(2.4rem, 6vw, 4rem); margin-bottom: 12px; }
.hh-accent { color: var(--accent-soft); }
.hh-rooms-intro { max-width: 1180px; }
.hh-rooms-title,
.hh-experience-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-kerning: normal;
}
.hh-section-title-match {
  font-size: 48px;
  line-height: 48px;
}

.hh-page-section-title {
  color: #c39b5d;
  font-size: 48px;
  line-height: 48px;
}
.hh-experience-head {
  width: min(1360px, 92%);
  margin: 0 auto;
}

.hh-subtitle,
.hh-subcopy,
.hh-copy p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
}

.hh-subtitle { max-width: 900px; margin: 20px auto 0; }
.hh-subtitle.hh-left { max-width: 100%; text-align: left; }

.hh-ornament { display: flex; justify-content: center; margin: 30px 0 0; }
.hh-ornament img { width: 160px; height: 16px; object-fit: contain; }

.hh-split {
  margin-top: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.hh-radius-img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
  transition: transform 0.55s ease;
}

.hh-radius-img:hover {
  transform: scale(1.035);
}

.hh-parallax {
  position: relative;
  height: 500px;
  overflow: hidden;
  background: #474341;
}

.hh-parallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 1.15s ease-out;
  will-change: transform;
}

.hh-parallax img.is-in {
  transform: scale(1);
}

.hh-parallax::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent, rgba(0, 0, 0, 0.2));
}

.hh-gallery-grid-wrap { padding: 0 20px 0; }
.hh-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 290px;
  gap: 20px;
}

.hh-gallery-item {
  overflow: hidden;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  width: 100%;
  cursor: pointer;
}
.hh-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hh-gallery-item:hover img { transform: scale(1.08); }
.hh-gallery-item.hh-big { grid-column: span 2; grid-row: span 2; min-height: 600px; }

.hh-services {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 96px;
  align-items: start;
}

.hh-label,
.hh-label-dark {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 12px;
}
.hh-label { color: #a8917e; }
.hh-label-dark { color: #333; }

.hh-mini-line { width: 34px; height: 1px; background: #a8917e; margin: 0 0 18px; }

.hh-accordion {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hh-accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  color: var(--text);
  font-size: 1rem;
}

.hh-accordion summary::-webkit-details-marker { display: none; }

.hh-accordion summary::after {
  content: "+";
  float: right;
  color: #a8917e;
  font-size: 22px;
  line-height: 1;
}

.hh-accordion[open] summary::after { content: "-"; }

.hh-accordion ul {
  margin: 0;
  padding: 0 0 18px 18px;
}

.hh-accordion li {
  color: var(--muted);
  margin-bottom: 8px;
  font-size: 14px;
}

.hh-interest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hh-interest-item {
  overflow: hidden;
}

.hh-interest-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hh-interest-item:hover img {
  transform: scale(1.06);
}

.hh-logo-band {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 0;
}

.hh-logo-band img { margin: 0 auto; height: 64px; width: auto; opacity: 0.82; }

.hh-hero-page {
  position: relative;
  height: 70vh;
  min-height: 460px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hh-hero-half { height: 50vh; min-height: 360px; }

.hh-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
}

.hh-hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  color: #fff;
}

.hh-hero-inner h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.3rem, 7vw, 4.8rem);
  letter-spacing: 0.5px;
}

.hh-divider { width: 96px; height: 1px; background: rgba(255, 255, 255, 0.6); margin: 22px auto; }
.hh-hero-inner p { margin: 0; font-size: 1.15rem; max-width: 700px; color: rgba(255,255,255,0.9); }

.hh-list-stack { display: grid; gap: 92px; max-width: 1200px; }

.hh-list-row {
  display: flex;
  gap: 54px;
  align-items: center;
}

.hh-list-row.rev { flex-direction: row-reverse; }

.hh-list-media {
  width: 50%;
  overflow: hidden;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2);
}

.hh-list-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 0.7s ease; }
.hh-list-media:hover img { transform: scale(1.08); }

.hh-list-content { width: 50%; }
.hh-list-content h2 {
  margin: 0 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 2.3vw, 2.9rem);
  font-weight: 400;
  line-height: 1.16;
}

.hh-short-divider { width: 64px; height: 1px; background: var(--accent); margin-bottom: 20px; }
.hh-list-text { color: var(--muted); margin: 0 0 16px; line-height: 1.75; font-size: 1.06rem; }
.hh-amenities-inline { color: #737171; margin-bottom: 26px; font-size: 0.95rem; }
.hh-amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 30px;
  margin-bottom: 26px;
}

.hh-amenity-item {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #737171;
  font-size: 0.95rem;
}

.hh-amenity-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  line-height: 0;
}
.hh-amenity-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.hh-outline-btn,
.hh-dark-btn {
  display: inline-block;
  padding: 15px 34px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.hh-outline-btn { border: 2px solid var(--text); color: var(--text); }
.hh-dark-btn { background: var(--text); color: #fff; border: 1px solid var(--text); }
.hh-dark-btn.hh-full { width: 100%; text-align: center; }
.hh-btn-with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.hh-btn-icon {
  line-height: 0;
  color: #fff;
}
.hh-btn-icon svg {
  width: 17px;
  height: 17px;
  display: block;
}
.hh-contact-form .hh-dark-btn {
  min-height: 56px;
  border-radius: 2px;
  transition: background-color 0.2s ease;
}
.hh-contact-form .hh-dark-btn:hover { background: #5a524f; }

.hh-interest-grid-4 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hh-interest-grid-4 img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }

.hh-cta-strip {
  background: var(--rose);
  padding: 78px 0;
  text-align: center;
}

.hh-cta-strip h3 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3rem);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
}

.hh-cta-strip p { margin: 0 0 24px; color: #737171; font-size: 1.1rem; }

.hh-back-link {
    padding-top: calc(var(--hh-header-offset) + 14px);
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
    width: min(1500px, 94%);
}

.hh-back-link a { color: var(--text); font-weight: 600; }
.hh-back-anchor {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.hh-detail-hero .hh-detail-main {
  position: relative;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.hh-detail-main img { width: 100%; height: 100%; object-fit: cover; }
.hh-detail-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
}

.hh-detail-head {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 36px;
}

.hh-detail-head h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.1rem, 5vw, 4rem);
  font-weight: 400;
}

.hh-detail-head p { margin: 10px 0 0; font-size: 1.06rem; }

.hh-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.hh-detail-grid h2,
.hh-detail-grid h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  color: var(--text);
}

.hh-detail-grid h2 {
    font-size: 3.75rem;
    margin: 0 0 14px;
}
.hh-detail-grid h3 { font-size: 2rem; margin: 26px 0 16px; }
.hh-detail-text { color: var(--muted); font-size: 1.05rem; line-height: 1.82; }
.hh-detail-title-wrap { margin-bottom: 24px; }
.hh-detail-name {
  margin: 0;
  color: #474341;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.2rem, 4.1vw, 3.6rem);
  line-height: 1.08;
}
.hh-detail-description { margin-top: 0; max-width: 980px; }

.hh-mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hh-mini-shot {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.14);
}

.hh-mini-shot img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.hh-mini-shot:hover img { transform: scale(1.06); }

.hh-side-card {
  position: sticky;
  top: 110px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.1);
}

.hh-side-card h3 {
    margin: 0 0 16px;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
}

.hh-prime-features { margin-bottom: 10px; }
.hh-prime-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.hh-prime-icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #ead5ca;
  color: #474341;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hh-prime-icon svg { width: 22px; height: 22px; display: block; }
.hh-prime-item p { margin: 0; color: #7a6e6e; font-size: 0.92rem; }
.hh-prime-item strong {
    display: block;
    margin-top: 2px;
    color: #474341;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.hh-side-divider {
  border-top: 1px solid #ddd;
  margin: 16px 0 16px;
}
.hh-side-subtitle {
    margin: 0 0 12px;
    letter-spacing: 1px;
    color: #474341;
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
}
.hh-feature-list { display: grid; gap: 10px; margin-bottom: 10px; }
.hh-feature-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #737171;
  font-size: 0.95rem;
}
.hh-feature-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  color: #474341;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hh-feature-icon svg { width: 20px; height: 20px; display: block; }
.hh-feature-extra {
  margin: 10px 0 12px;
  color: #7a6e6e;
  font-size: 0.92rem;
  line-height: 1.45;
}

.hh-feat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  color: #474341;
}

.hh-feat-item strong { font-size: 0.92rem; color: #7a6e6e; }
.hh-feat-item span { font-size: 1.02rem; font-weight: 600; }

.hh-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 18px 0 20px;
}

.hh-check-grid > div {
  border: 1px solid #ddd;
  padding: 10px;
}

.hh-check-grid small { display: block; color: #7a6e6e; font-size: 11px; }
.hh-check-grid strong { color: #474341; font-size: 13px; }

.hh-note { color: #7a6e6e; text-align: center; font-size: 12px; margin: 12px 0 0; }

.hh-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.hh-contact-card,
.hh-form-card {
  background: #fff;
  padding: 26px;
  box-shadow: 0 7px 20px rgba(0,0,0,0.08);
  margin-bottom: 16px;
}

.hh-contact-card h3,
.hh-form-card h3 {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 1.8rem;
}

.hh-contact-card p { color: var(--muted); margin: 0; line-height: 1.7; }

.hh-contact-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 28px;
}
.hh-contact-icon {
  width: 62px;
  min-width: 62px;
  height: 62px;
  border-radius: 999px;
  background: #ead5ca;
  color: #474341;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hh-contact-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.hh-contact-content h3 {
  margin: 0 0 6px;
  font-family: var(--font-sans);
  font-size: 1.15rem;
  font-weight: 700;
  color: #2f3b4a;
}
.hh-contact-content p {
  margin: 0;
  color: #5f6671;
  font-size: 0.92rem;
  line-height: 1.45;
}
.hh-contact-content p a { color: inherit; text-decoration: none; }
.hh-contact-intro {
  font-size: 1.125rem;
  line-height: 1.55;
}
.hh-contact-cards { margin-top: 48px; }

.hh-form label {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}

.hh-form input,
.hh-form textarea {
  width: 100%;
  margin-top: 6px;
  padding: 11px 12px;
  border: 1px solid #ccc;
  font: inherit;
}

.hh-contact-form-card {
  padding: 34px 40px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}
.hh-contact-form-card h3 {
  margin: 0 0 30px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.875rem;
  font-weight: 400;
  color: #474341;
}
.hh-contact-form label {
  font-size: 0.875rem;
  margin-bottom: 18px;
}
.hh-contact-form input,
.hh-contact-form textarea {
  margin-top: 8px;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 2px;
  color: #474341;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.hh-contact-form textarea { resize: none; }
.hh-contact-form input:focus,
.hh-contact-form textarea:focus {
  outline: none;
  border-color: #c29a5c;
  box-shadow: 0 0 0 2px rgba(194, 154, 92, 0.25);
}

.hh-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
}
.hh-check {
  margin: 2px 0 20px;
  font-size: 0.75rem;
  line-height: 1.55;
  font-weight: 400;
  color: #7a6e6e;
}
.hh-check input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: #c29a5c;
  flex-shrink: 0;
  cursor: pointer;
}
.hh-check a {
  color: #c29a5c;
  text-decoration: none;
}
.hh-check a:hover { text-decoration: underline; }

.hh-map-wrap { width: 100%; }
.hh-map { width: 100%; height: 600px; border: 0; }

.hh-legal-wrap {
  max-width: 980px;
  background: #fff;
  padding: 34px 40px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.hh-legal-wrap section { margin-bottom: 24px; }
.hh-legal-wrap h2,
.hh-legal-wrap h3 {
  margin: 0 0 12px;
  color: #474341;
}
.hh-legal-wrap h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
}
.hh-legal-wrap h3 {
  font-size: 1rem;
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: 0.2px;
}
.hh-legal-wrap p,
.hh-legal-wrap li {
  color: #7a6e6e;
  line-height: 1.75;
  font-size: 0.95rem;
}
.hh-legal-wrap strong { color: #474341; }
.hh-legal-wrap ul {
  margin: 10px 0 14px;
  padding-left: 18px;
}

.hh-transport-grid,
.hh-services-near-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.hh-transport-grid article,
.hh-services-near-grid article {
  background: #fff;
  padding: 24px;
  box-shadow: 0 5px 18px rgba(0,0,0,0.07);
}

.hh-services-near-grid article { background: var(--bg); }

.hh-transport-grid article {
  text-align: center;
  padding: 28px 22px 22px;
  box-shadow: 0 7px 18px rgba(0,0,0,0.08);
  border-radius: 6px;
}
.hh-transport-icon {
  width: 58px;
  min-width: 58px;
  height: 58px;
  margin: 2px auto 14px;
  border-radius: 999px;
  background: #f2ece8;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hh-transport-icon svg { width: 24px; height: 24px; display: block; }

.hh-transport-grid h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-family: var(--font-sans);
  font-weight: 600;
  line-height: 1.35;
  color: #2f3b4a;
}
.hh-transport-grid p {
  margin: 0;
  color: #7a6e6e;
  font-size: 1.2rem;
}

.hh-services-near-grid h3 {
  margin: 0;
  font-size: 1.25rem;
  font-family: var(--font-sans);
  font-weight: 600;
  color: #2f3b4a;
}

.hh-services-near-grid p {
  margin: 0;
  color: #7a6e6e;
  font-size: 0.92rem;
}

.hh-service-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.hh-service-icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hh-service-icon svg { width: 20px; height: 20px; display: block; }

.hh-service-items {
  display: grid;
  gap: 12px;
}
.hh-service-item {
  border-left: 2px solid var(--accent);
  padding-left: 10px;
  text-align: left;
}
.hh-service-item strong {
  display: block;
  color: #2f3b4a;
  font-size: 0.84rem;
  font-weight: 600;
  margin-bottom: 2px;
}
.hh-service-item small {
  display: block;
  color: #7a6e6e;
  font-size: 0.7rem;
}

.hh-cards-2 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.hh-cards-2 article {
  overflow: hidden;
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
  background: #fff;
}

.hh-cards-2 img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; }
.hh-cards-2 article > div:not(.hh-near-media) { padding: 16px; background: #fff; }
.hh-cards-2 h3 { margin: 0 0 6px; font-size: 1.3rem; font-family: "Playfair Display", Georgia, serif; font-weight: 400; }
.hh-cards-2 p { margin: 0; color: var(--muted); }

.hh-near-card { background: transparent; box-shadow: none; }
.hh-near-media {
  position: relative;
  padding: 0;
  background: transparent;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.16);
}
.hh-near-media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.hh-near-overlay {
  position: absolute;
  inset: 0;
  padding: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.74), rgba(0,0,0,0.2) 46%, rgba(0,0,0,0));
}
.hh-near-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  text-align: left;
  color: #fff;
}
.hh-near-caption h3 {
  margin: 0 0 8px;
  font-family: var(--font-sans);
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
.hh-near-caption p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,0.95);
  font-size: 0.97rem;
}
.hh-near-caption p > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.hh-near-ico {
  width: 14px;
  min-width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hh-near-ico svg { width: 14px; height: 14px; display: block; }

.site-footer {
  background: #474341;
  color: #fff;
  padding: 28px 0;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-brand,
.footer-copy { margin: 0; font-size: 14px; }

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-nav a { font-size: 14px; opacity: 0.95; }

.hh-top-btn {
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.pagination-wrap .nav-links { display: flex; gap: 10px; justify-content: center; }
.pagination-wrap .page-numbers { border: 1px solid #ddd; padding: 8px 12px; background: #fff; }

.hh-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.hh-lightbox img { max-width: 100%; max-height: 90vh; object-fit: contain; }
.hh-lightbox button {
  position: absolute;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

.hh-lightbox-close { top: 16px; right: 24px; }
.hh-lightbox-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.hh-lightbox-next { right: 20px; top: 50%; transform: translateY(-50%); }
.hh-lightbox-count {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
}

.hh-lightbox[hidden] {
  display: none !important;
}

@keyframes hhZoomIn {
  from { transform: scale(1.1); }
  to { transform: scale(1); }
}

@media (max-width: 1100px) {
  .site-nav,
  .hh-lang,
  .hh-icon-link { display: none; }

  :root { --hh-header-offset: 84px; }
  .site-main { padding-top: var(--hh-header-offset); }
  .header-row { min-height: 80px; }
  .brand img { height: 62px; }

  .hh-split,
  .hh-services,
  .hh-detail-grid,
  .hh-contact-grid,
  .hh-list-row,
  .hh-cards-2,
  .hh-transport-grid,
  .hh-services-near-grid,
  .hh-interest-grid,
  .hh-interest-grid-4 {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hh-list-row,
  .hh-list-row.rev { flex-direction: column; gap: 22px; }
  .hh-list-media,
  .hh-list-content { width: 100%; }
  .hh-amenities-grid { grid-template-columns: 1fr; gap: 10px; }

  .hh-side-card { position: static; }
  .hh-mini-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .hh-home-hero {
    height: 100vh;
    min-height: 100svh;
  }
  .hh-home-wordmark { width: min(440px, 84vw); }
  .hh-gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; gap: 10px; }
  .hh-gallery-item.hh-big { min-height: 450px; }
  .hh-parallax { height: 330px; }
  .hh-hero-page { min-height: 360px; height: 52vh; }
  .hh-map { height: 440px; }
  .footer-row { flex-direction: column; }
  .hh-mini-gallery { grid-template-columns: 1fr; }
}

@media (max-width: 1100px) {
  .hh-experience-title { white-space: normal; }
}
.hh-detail-main {
    border-radius: 4px;
}
div#hh-lightbox-count {
    display: none;
}
