:root {
  --ink: #17221f;
  --muted: #64716c;
  --paper: #ffffff;
  --surface: #f3f6f5;
  --surface-blue: #e6eef0;
  --line: #dce3e0;
  --brand: #0a665c;
  --brand-dark: #074c45;
  --accent: #d95f49;
  --gold: #d5a62e;
  --shadow: 0 14px 36px rgba(17, 35, 30, 0.11);
  --font-body: "Segoe UI", Arial, sans-serif;
  --font-display: "Segoe UI", Arial, sans-serif;
  --header-height: 72px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  line-height: 1.5;
}

body.dialog-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

img {
  display: block;
  max-width: 100%;
}

svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

:focus-visible {
  outline: 3px solid rgba(217, 95, 73, 0.45);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--paper);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section-inner,
.header-inner,
.hero-inner {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(16, 31, 27, 0.93);
  color: var(--paper);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #fff;
  background: var(--accent);
  font-size: 16px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 600;
}

.desktop-nav a:hover {
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.button,
.icon-button {
  border: 0;
  border-radius: 6px;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
}

.button:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
}

.button-small {
  min-height: 42px;
  padding-inline: 16px;
  font-size: 14px;
}

.button-secondary {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--brand);
  background: var(--surface);
}

.icon-button {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  background: transparent;
  color: currentColor;
}

.icon-button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.is-disabled {
  cursor: not-allowed;
  opacity: 0.58;
  pointer-events: none;
}

.button.is-disabled:hover,
.icon-button.is-disabled:hover {
  transform: none;
}

.mobile-hotels-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border-bottom: 2px solid var(--accent);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: min(760px, calc(88vh - var(--header-height)));
  display: flex;
  align-items: end;
  overflow: hidden;
  background: #15231f;
  color: #fff;
}

.hero-media,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-media {
  overflow: hidden;
}

.hero-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.035);
  animation: heroSlide 24s infinite;
}

.hero-slide:nth-child(1) {
  animation-delay: 0s;
}

.hero-slide:nth-child(2) {
  animation-delay: 6s;
}

.hero-slide:nth-child(3) {
  animation-delay: 12s;
}

.hero-slide:nth-child(4) {
  animation-delay: 18s;
}

@keyframes heroSlide {
  0%,
  22% {
    opacity: 1;
    transform: scale(1.035);
  }

  30%,
  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 25, 22, 0.38);
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 96px 0 34px;
}

.hero-copy {
  width: min(650px, 100%);
  margin-bottom: 56px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.9);
}

.eyebrow-line {
  width: 28px;
  height: 2px;
  background: var(--gold);
}

.eyebrow-text {
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  letter-spacing: 0;
  line-height: 1.12;
}

h1 {
  max-width: 750px;
  margin-bottom: 18px;
  font-size: clamp(48px, 7vw, 82px);
  font-weight: 800;
}

.hero-lead {
  max-width: 550px;
  margin-bottom: 0;
  font-size: clamp(18px, 2.3vw, 24px);
  color: rgba(255, 255, 255, 0.93);
}

.search-bar {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 0.8fr auto;
  align-items: end;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.search-field {
  min-width: 0;
  padding: 13px 17px;
  border-right: 1px solid var(--line);
}

.search-field > span:first-child,
.form-grid label > span,
.time-field > span,
.sort-control span {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.input-with-icon {
  display: flex;
  align-items: center;
  gap: 9px;
}

.input-with-icon svg {
  width: 17px;
  color: var(--brand);
}

.input-with-icon input,
.input-with-icon select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 600;
}

.search-button {
  height: 100%;
  min-height: 75px;
  border-radius: 0 5px 5px 0;
  padding-inline: 26px;
}

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.trust-items {
  min-height: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.trust-items p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  border-right: 1px solid var(--line);
  color: #3f4d48;
  font-size: 14px;
  font-weight: 600;
}

.trust-items p:last-child {
  border-right: 0;
}

.trust-items svg {
  color: var(--brand);
}

.hotels-section,
.collections-section,
.contact-section {
  padding: 88px 0;
}

.hotels-section {
  background: var(--surface);
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.section-kicker {
  color: var(--accent);
}

.section-heading-row h2,
.section-heading h2,
.booking-layout h2,
.contact-layout h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 45px);
}

.section-heading-row > div > p:last-child,
.contact-layout > div > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.view-controls {
  display: flex;
  align-items: end;
  gap: 8px;
}

.sort-control select {
  min-width: 185px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 34px 0 12px;
  background: var(--paper);
  color: var(--ink);
}

.view-controls .icon-button {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}

.filter-panel {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 36px;
  margin-bottom: 30px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.filter-panel fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

.filter-panel legend {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.segmented-control {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: var(--paper);
}

.segmented-control button {
  min-height: 38px;
  border: 0;
  border-right: 1px solid var(--line);
  padding: 0 15px;
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.segmented-control button:last-child {
  border-right: 0;
}

.segmented-control button.is-active {
  background: var(--brand);
  color: #fff;
}

.hotel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.hotel-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 5px 18px rgba(17, 35, 30, 0.05);
  min-height: 100%;
}

.hotel-image {
  position: relative;
  min-height: 290px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--surface-blue);
}

.hotel-photo-stage,
.hotel-photo {
  position: absolute;
  inset: 0;
}

.hotel-photo-stage {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.hotel-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 220ms ease, transform 450ms ease;
}

.hotel-photo.is-contain {
  object-fit: contain;
  background: #e8eeec;
}

.hotel-photo.is-active {
  opacity: 1;
}

.hotel-card:hover .hotel-photo.is-active {
  transform: scale(1.025);
}

.hotel-card:hover .hotel-photo.is-active.is-contain {
  transform: none;
}

.hotel-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  background: rgba(12, 28, 24, 0.58);
  color: #fff;
  transform: translateY(-50%);
  transition: background-color 160ms ease, transform 160ms ease;
}

.gallery-arrow:hover {
  background: rgba(10, 102, 92, 0.88);
  transform: translateY(-50%) scale(1.02);
}

.gallery-arrow svg {
  width: 20px;
  height: 20px;
}

.gallery-arrow-prev {
  left: 12px;
}

.gallery-arrow-next {
  right: 12px;
}

.hotel-photo-status {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: calc(100% - 150px);
  padding: 5px 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-dark);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.hotel-photo-status span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-photo-status span:last-child {
  flex: 0 0 auto;
  color: var(--muted);
}

.hotel-image-note {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 5px 7px;
  border-radius: 4px;
  background: rgba(16, 25, 21, 0.82);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.hotel-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.hotel-meta,
.hotel-actions,
.hotel-location,
.amenity-list {
  display: flex;
  align-items: center;
}

.hotel-meta {
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 9px;
}

.hotel-type {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hotel-content h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.hotel-location {
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.45;
}

.hotel-location svg {
  flex: 0 0 auto;
  width: 16px;
  margin-top: 2px;
}

.hotel-location-link {
  margin: -8px 0 14px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
}

.hotel-location-link a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hotel-stay-policy,
.hotel-identity-policy {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 0 0 14px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.hotel-stay-policy svg,
.hotel-identity-policy svg {
  flex: 0 0 auto;
  width: 16px;
  margin-top: 2px;
}

.hotel-identity-policy {
  color: #704038;
}

.hotel-description {
  margin-bottom: 16px;
  color: #52605b;
  font-size: 14px;
}

.hotel-rate-note {
  margin-bottom: 10px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
}

.room-rate-picker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
  margin-bottom: 12px;
}

.room-rate-picker label,
.room-rate-picker label > span,
.room-rate-price span,
.additional-charge-block > span {
  display: block;
}

.room-rate-picker label > span,
.room-rate-price span,
.additional-charge-block > span {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.room-rate-picker select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px 34px 8px 10px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
}

.room-rate-price {
  min-width: 116px;
  text-align: right;
}

.room-rate-price strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.1;
}

.additional-charge-block {
  margin-bottom: 14px;
  border-block: 1px solid var(--line);
  padding: 10px 0;
}

.additional-charge-block dl,
.enquiry-rate-summary dl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
}

.additional-charge-block dl > div,
.enquiry-rate-summary dl > div {
  display: flex;
  gap: 6px;
  font-size: 12px;
}

.additional-charge-block dt,
.additional-charge-block dd,
.enquiry-rate-summary dt,
.enquiry-rate-summary dd {
  margin: 0;
}

.additional-charge-block dt,
.enquiry-rate-summary dt {
  color: var(--muted);
}

.additional-charge-block dd,
.enquiry-rate-summary dd {
  color: var(--ink);
  font-weight: 800;
}

.amenity-list {
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.amenity-list li {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 5px 8px;
  color: #52605b;
  font-size: 11px;
  font-weight: 700;
}

.hotel-booking-row {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 14px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.hotel-actions {
  gap: 8px;
}

.hotel-actions .button {
  min-height: 42px;
  padding-inline: 14px;
  font-size: 13px;
}

.hotel-actions .icon-button {
  border: 1px solid var(--line);
  color: var(--brand);
}

.empty-state {
  padding: 70px 20px;
  text-align: center;
}

.empty-state svg {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  color: var(--muted);
}

.empty-state h3 {
  margin-bottom: 6px;
  font-size: 24px;
}

.empty-state p {
  color: var(--muted);
}

.compact-heading {
  max-width: 560px;
  margin-bottom: 34px;
}

.collection-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 16px;
}

.collection-item {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: end;
  overflow: hidden;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.collection-leisure {
  background-image: linear-gradient(rgba(10, 30, 26, 0.12), rgba(10, 30, 26, 0.76)), url("assets/santosh-castle-reception.jpg");
}

.collection-culture {
  background-image: linear-gradient(rgba(10, 30, 26, 0.08), rgba(10, 30, 26, 0.78)), url("assets/santosh-residency-building.jpg");
}

.collection-work {
  background-image: linear-gradient(rgba(10, 30, 26, 0.08), rgba(10, 30, 26, 0.78)), url("assets/santosh-residency-reception-desk.jpg");
}

.collection-item > div {
  width: 100%;
  padding: 28px;
}

.collection-item p {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.collection-item h3 {
  margin-bottom: 18px;
  font-size: 25px;
}

.collection-item button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  font-weight: 700;
}

.collection-item button svg {
  width: 16px;
}

.booking-band {
  padding: 76px 0;
  background: var(--surface-blue);
}

.booking-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
  align-items: start;
}

.booking-layout h2 {
  max-width: 420px;
  margin-bottom: 0;
}

.booking-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-steps li {
  border-top: 2px solid var(--brand);
  padding-top: 16px;
}

.booking-steps li > span {
  display: block;
  margin-bottom: 24px;
  color: var(--accent);
  font-weight: 800;
}

.booking-steps strong {
  display: block;
  margin-bottom: 7px;
  font-family: var(--font-display);
  font-size: 16px;
}

.booking-steps p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.contact-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--brand-dark);
  color: #fff;
}

.contact-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.contact-layout > div:first-child {
  max-width: 650px;
}

.contact-copy {
  color: rgba(255, 255, 255, 0.72);
}

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

.contact-location {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
}

.contact-location svg {
  flex: 0 0 auto;
  width: 18px;
  margin-top: 2px;
  color: var(--accent);
}

.contact-location strong,
.contact-location span span {
  display: block;
}

.contact-location strong {
  margin-bottom: 4px;
  font-size: 14px;
}

.contact-location span span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.5;
}

.contact-location:hover strong {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.contact-actions .button:first-child {
  background: var(--accent);
}

.contact-actions .button-secondary {
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
}

.site-footer {
  padding: 62px 0 22px;
  background: #101915;
  color: #fff;
}

.policy-main {
  min-height: calc(100vh - var(--header-height));
  background: var(--paper);
}

.policy-hero {
  border-bottom: 1px solid var(--line);
  padding: 72px 0 54px;
  background: var(--surface-blue);
}

.policy-hero-inner,
.policy-content-inner {
  width: min(800px, calc(100% - 40px));
  margin-inline: auto;
}

.policy-back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 34px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
}

.policy-back-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-back-link svg {
  width: 17px;
}

.policy-hero h1 {
  max-width: none;
  margin-bottom: 16px;
  font-size: 48px;
  overflow-wrap: anywhere;
}

.policy-summary {
  max-width: 720px;
  margin-bottom: 20px;
  color: #465650;
  font-size: 18px;
  line-height: 1.65;
}

.policy-updated {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.policy-content {
  padding: 64px 0 92px;
}

.policy-notice {
  margin-bottom: 42px;
  border-left: 4px solid var(--accent);
  border-radius: 0 4px 4px 0;
  padding: 18px 20px;
  background: var(--surface);
}

.policy-notice strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
}

.policy-notice p {
  margin-bottom: 0;
}

.policy-content h2 {
  margin: 42px 0 12px;
  font-size: 25px;
}

.policy-content h2:first-of-type {
  margin-top: 0;
}

.policy-content p,
.policy-content li {
  color: #475650;
  font-size: 16px;
  line-height: 1.75;
}

.policy-content ul {
  margin: 0 0 22px;
  padding-left: 22px;
}

.policy-content li + li {
  margin-top: 8px;
}

.policy-content a {
  color: var(--brand);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-contact {
  margin-top: 44px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.policy-contact h2 {
  margin-top: 0;
}

.policy-footer .footer-grid a[aria-current="page"] {
  color: #fff;
  font-weight: 700;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 40px;
  padding-bottom: 52px;
}

.footer-brand {
  margin-bottom: 14px;
}

.footer-grid > div:first-child p {
  max-width: 280px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-grid h2 {
  margin-bottom: 16px;
  font-family: var(--font-body);
  font-size: 13px;
  text-transform: uppercase;
}

.footer-grid > div:not(:first-child) a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 14px;
}

.footer-note {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 14px;
}

.footer-grid a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
}

.footer-bottom p {
  margin: 0;
}

.mobile-booking-bar {
  display: none;
}

.enquiry-dialog,
.photo-dialog {
  width: min(720px, calc(100% - 32px));
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  border: 0;
  border-radius: 8px;
  padding: 0;
  color: var(--ink);
  box-shadow: 0 30px 100px rgba(3, 18, 14, 0.32);
}

.enquiry-dialog::backdrop,
.photo-dialog::backdrop {
  background: rgba(5, 19, 15, 0.72);
  backdrop-filter: blur(3px);
}

.photo-dialog {
  width: min(1120px, calc(100% - 32px));
  height: min(760px, calc(100vh - 36px));
  overflow: hidden;
  background: #0d1613;
  color: #fff;
}

.photo-dialog[open] {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.photo-dialog-header {
  position: relative;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 78px 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.photo-dialog-header > div {
  min-width: 0;
}

.photo-dialog-header .section-kicker {
  margin-bottom: 4px;
  color: var(--accent);
}

.photo-dialog-header h2,
.photo-dialog-header p {
  margin-bottom: 0;
}

.photo-dialog-header h2 {
  font-size: 22px;
}

.photo-dialog-header p:last-child {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
}

.photo-dialog-close {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
}

.photo-dialog-body {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.photo-dialog-body img {
  position: absolute;
  inset: 18px 70px;
  width: calc(100% - 140px);
  height: calc(100% - 36px);
  object-fit: contain;
}

.photo-dialog-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transform: translateY(-50%);
}

.photo-dialog-arrow:hover {
  background: rgba(10, 102, 92, 0.88);
}

.photo-dialog-prev {
  left: 16px;
}

.photo-dialog-next {
  right: 16px;
}

.dialog-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 28px 17px;
  border-bottom: 1px solid var(--line);
}

.dialog-header .section-kicker {
  margin-bottom: 5px;
}

.dialog-header h2 {
  margin-bottom: 0;
  font-size: 28px;
}

.dialog-header .icon-button {
  border: 1px solid var(--line);
  color: var(--ink);
}

.enquiry-dialog form {
  padding: 24px 28px 28px;
}

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

.form-grid label {
  min-width: 0;
}

.form-grid .full-field {
  grid-column: 1 / -1;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
  color: var(--ink);
}

.form-grid textarea {
  min-height: 85px;
  resize: vertical;
}

.time-picker {
  display: grid;
  grid-template-columns: minmax(64px, 1fr) auto minmax(64px, 1fr) minmax(
      76px,
      1fr
    );
  align-items: center;
  gap: 8px;
}

.time-picker select {
  min-width: 0;
}

.time-separator {
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.form-grid .eligibility-confirmation {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  border-block: 1px solid var(--line);
  padding: 14px 0;
  cursor: pointer;
}

.form-grid .eligibility-confirmation input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 3px 0 0;
  padding: 0;
  accent-color: var(--brand);
}

.form-grid .eligibility-confirmation > .eligibility-copy {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}

.eligibility-copy strong,
.eligibility-copy span {
  display: block;
}

.eligibility-copy strong {
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 13px;
}

.enquiry-rate-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-block: 1px solid var(--line);
  padding: 12px 0;
}

.enquiry-selected-rate span,
.enquiry-selected-rate strong {
  display: block;
}

.enquiry-selected-rate span {
  color: var(--muted);
  font-size: 12px;
}

.enquiry-selected-rate strong {
  color: var(--ink);
  font-size: 16px;
}

.form-note {
  display: flex;
  gap: 8px;
  margin: 18px 0;
  color: var(--muted);
  font-size: 13px;
}

.form-note svg {
  width: 17px;
  color: var(--brand);
}

.stay-basis-form-note {
  margin-bottom: -6px;
  color: var(--brand-dark);
  font-weight: 700;
}

.form-submit-status {
  margin: 0 0 14px;
  border-left: 3px solid var(--brand);
  padding: 9px 11px;
  background: var(--surface);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.enquiry-dialog form[aria-busy="true"] {
  cursor: progress;
}

.dialog-actions button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  max-width: 360px;
  border-radius: 6px;
  padding: 14px 16px;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
  font-weight: 600;
}

@media (max-width: 1020px) {
  .search-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .search-field:nth-of-type(2) {
    border-right: 0;
  }

  .search-field:nth-of-type(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .search-button {
    min-height: 62px;
    grid-column: 1 / -1;
    border-radius: 0 0 5px 5px;
  }

  .hotel-card {
    grid-column: auto;
  }

  .hotel-image {
    min-height: 260px;
    aspect-ratio: 4 / 3;
  }

  .booking-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 64px;
  }

  .section-inner,
  .header-inner,
  .hero-inner {
    width: min(calc(100% - 32px), 680px);
  }

  .desktop-nav,
  .header-enquire {
    display: none;
  }

  .hero {
    min-height: calc(88svh - var(--header-height));
  }

  .hero-slide:nth-child(1) {
    object-position: 42% center;
  }

  .hero-slide:nth-child(2) {
    object-position: 34% center;
  }

  .hero-inner {
    padding-top: 70px;
  }

  .hero-copy {
    margin-bottom: 34px;
  }

  h1 {
    font-size: 48px;
  }

  .trust-items {
    grid-template-columns: 1fr;
    padding: 12px 0;
  }

  .trust-items p {
    min-height: 38px;
    justify-content: flex-start;
    border-right: 0;
  }

  .hotels-section,
  .collections-section,
  .contact-section {
    padding: 66px 0;
  }

  .filter-panel {
    display: none;
    align-items: stretch;
    flex-direction: column;
  }

  .filter-panel.is-open {
    display: flex;
  }

  .segmented-control {
    flex-wrap: wrap;
    border-bottom: 0;
  }

  .segmented-control button {
    flex: 1 1 33%;
    border-bottom: 1px solid var(--line);
  }

  .collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .collection-item:first-child {
    grid-column: 1 / -1;
  }

  .contact-layout {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .contact-locations {
    grid-template-columns: 1fr;
  }

  body {
    padding-bottom: 62px;
  }

  .policy-body {
    padding-bottom: 0;
  }

  .policy-hero {
    padding: 48px 0 40px;
  }

  .policy-hero-inner,
  .policy-content-inner {
    width: min(800px, calc(100% - 32px));
  }

  .policy-back-link {
    margin-bottom: 26px;
  }

  .policy-hero h1 {
    font-size: 36px;
  }

  .policy-summary {
    font-size: 16px;
  }

  .policy-content {
    padding: 48px 0 70px;
  }

  .policy-content h2 {
    font-size: 22px;
  }

  .site-header .brand span:last-child {
    font-size: 17px;
  }

  .header-actions {
    display: none;
  }

  .hero {
    min-height: calc(82svh - var(--header-height));
    align-items: stretch;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 22px;
  }

  .hero-copy {
    margin-bottom: 24px;
  }

  h1 {
    max-width: 340px;
    font-size: 38px;
  }

  .hero-lead {
    max-width: 340px;
    font-size: 17px;
  }

  .hero-slide:nth-child(3),
  .hero-slide:nth-child(4) {
    object-position: center;
  }

  .search-bar {
    grid-template-columns: 1fr 1fr;
  }

  .search-field {
    padding: 10px 11px;
  }

  .search-field:first-child,
  .search-button {
    grid-column: 1 / -1;
  }

  .search-field:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .search-field:nth-of-type(2) {
    border-right: 1px solid var(--line);
  }

  .search-field:nth-of-type(3) {
    border-right: 0;
  }

  .search-field:nth-of-type(4) {
    display: none;
  }

  .search-button {
    min-height: 50px;
  }

  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .view-controls {
    width: 100%;
  }

  .sort-control {
    flex: 1;
  }

  .sort-control select {
    width: 100%;
    min-width: 0;
  }

  .hotel-grid {
    grid-template-columns: 1fr;
  }

  .hotel-content {
    padding: 20px;
  }

  .hotel-booking-row {
    align-items: stretch;
    flex-direction: column;
  }

  .room-rate-picker {
    grid-template-columns: 1fr;
  }

  .room-rate-price {
    text-align: left;
  }

  .enquiry-rate-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hotel-actions {
    width: 100%;
  }

  .hotel-actions .button {
    flex: 1;
  }

  .collection-grid {
    grid-template-columns: 1fr;
  }

  .collection-item,
  .collection-item:first-child {
    min-height: 315px;
    grid-column: auto;
  }

  .booking-steps {
    grid-template-columns: 1fr;
  }

  .booking-steps li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 10px;
  }

  .booking-steps li > span {
    margin: 0;
  }

  .contact-actions {
    width: 100%;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > div:first-child,
  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 4px;
  }

  .mobile-booking-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 48;
    width: 100%;
    height: 62px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    justify-items: stretch;
    border-top: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 -8px 24px rgba(17, 35, 30, 0.1);
  }

  .mobile-booking-bar a,
  .mobile-booking-bar button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-width: 0;
    border: 0;
    padding: 0;
    background: #fff;
    color: var(--brand);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
  }

  .mobile-booking-bar span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobile-booking-bar button {
    background: var(--brand);
    color: #fff;
  }

  .mobile-booking-bar a {
    justify-content: flex-end;
    padding-right: 26px;
  }

  .mobile-booking-bar button {
    justify-content: flex-start;
    padding-left: 26px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid .full-field {
    grid-column: auto;
  }

  .dialog-header,
  .enquiry-dialog form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .photo-dialog {
    width: calc(100% - 18px);
    height: calc(100svh - 18px);
    max-height: calc(100svh - 18px);
  }

  .photo-dialog-header {
    min-height: 96px;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 66px 14px 14px;
  }

  .photo-dialog-header h2 {
    font-size: 16px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .photo-dialog-close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    transform: none;
  }

  .photo-dialog-body {
    min-height: 0;
  }

  .photo-dialog-body img {
    inset: 12px 14px 68px;
    width: calc(100% - 28px);
    height: calc(100% - 80px);
  }

  .photo-dialog-arrow {
    top: auto;
    bottom: 14px;
    transform: none;
  }

  .photo-dialog-prev {
    left: calc(50% - 56px);
  }

  .photo-dialog-next {
    right: calc(50% - 56px);
  }

  .dialog-actions {
    flex-direction: column-reverse;
  }

  .dialog-actions .button {
    width: 100%;
  }
}

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

  .hero-slide {
    animation: none;
    opacity: 0;
    transform: none;
  }

  .hero-slide:first-child {
    opacity: 1;
  }
}

@media (min-width: 821px) {
  .mobile-hotels-link {
    display: none;
  }
}
.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
