:root {
  --ink: #14272e;
  --ink-soft: #263a41;
  --navy: #102b36;
  --navy-deep: #0b2028;
  --sand: #c49b62;
  --sand-light: #eadbc2;
  --cream: #f5f0e7;
  --cream-deep: #ece4d8;
  --paper: #fffdf8;
  --white: #ffffff;
  --muted: #617178;
  --line: rgba(20, 39, 46, 0.16);
  --line-light: rgba(255, 255, 255, 0.2);
  --shadow: 0 24px 70px rgba(12, 33, 40, 0.12);
  --container: 1600px;
  --header-height: 82px;
  --radius: 2px;
}

/* WordPress integration layer. The accepted prototype styles above remain unchanged. */
[hidden] {
  display: none !important;
}

.entry-content {
  max-width: 920px;
}

.entry-content > * + * {
  margin-top: 1.5rem;
}

.entry-card {
  padding-block: 32px;
  border-bottom: 1px solid var(--line);
}

.entry-card h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.booking-card .button + .button {
  margin-top: -14px;
}

body.admin-bar .booking-card {
  top: 72px;
}

@media (max-width: 782px) {
  body.admin-bar .booking-card {
    top: 86px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--cream);
  color: var(--ink);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

button,
select {
  cursor: pointer;
}

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

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.6rem, 5vw, 5.5rem);
}

h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

:focus-visible {
  outline: 3px solid #e2ad61;
  outline-offset: 4px;
}

::selection {
  background: var(--sand);
  color: var(--navy-deep);
}

.container {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}

.section {
  padding-block: clamp(90px, 9vw, 170px);
}

.section--tinted {
  background: var(--paper);
}

.section--dark {
  background: var(--navy-deep);
  color: var(--white);
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 16px;
  left: 16px;
  padding: 12px 18px;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  font-weight: 700;
}

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

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 2px;
  height: 30px;
  background: var(--sand);
  content: "";
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.8);
}

.eyebrow--sand {
  color: var(--sand-light);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid var(--sand);
  border-radius: var(--radius);
  background: var(--sand);
  color: var(--navy-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  border-color: #d4af78;
  background: #d4af78;
  transform: translateY(-2px);
}

.button--small {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 0.68rem;
}

.button--outline {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.button--outline:hover,
.button--dark {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.button--dark:hover {
  border-color: var(--ink-soft);
  background: var(--ink-soft);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
  color: var(--white);
}

.button--ghost:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--navy-deep);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease, gap 180ms ease;
}

.text-link:hover {
  gap: 18px;
  color: #8b6739;
}

.text-link--light {
  color: var(--white);
}

.text-link--light:hover {
  color: var(--sand-light);
}

/* Header */

.site-header {
  position: relative;
  z-index: 100;
  background: var(--cream);
  transition: box-shadow 180ms ease;
}

.site-header.is-stuck {
  box-shadow: 0 12px 30px rgba(10, 29, 36, 0.1);
}

.site-header__utility {
  border-bottom: 1px solid var(--line);
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.utility-bar {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.utility-bar p {
  margin: 0;
}

.utility-bar a {
  text-transform: none;
  transition: color 180ms ease;
}

.utility-bar a:hover {
  color: var(--white);
}

.site-header__main {
  position: relative;
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  gap: clamp(24px, 3vw, 58px);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 13px;
  color: var(--ink);
}

.brand__rhythm {
  display: flex;
  height: 39px;
  align-items: flex-end;
  gap: 3px;
}

.brand__rhythm i {
  display: block;
  width: 3px;
  background: var(--sand);
}

.brand__rhythm i:nth-child(1) { height: 18px; }
.brand__rhythm i:nth-child(2) { height: 28px; }
.brand__rhythm i:nth-child(3) { height: 38px; }
.brand__rhythm i:nth-child(4) { height: 24px; }

.brand__text {
  display: grid;
  line-height: 1;
}

.brand__text strong {
  font-size: 1.2rem;
  letter-spacing: 0.22em;
}

.brand__text small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
}

.primary-nav a {
  position: relative;
  padding-block: 8px;
  color: #33464d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--sand);
  content: "";
  transition: transform 180ms ease;
}

.primary-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 22px;
}

.header-phone {
  display: grid;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: right;
}

.header-phone span {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  min-width: 52px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  background: transparent;
}

.menu-toggle__label {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-toggle__icon {
  position: relative;
  display: block;
  width: 22px;
  height: 14px;
}

.menu-toggle__icon i {
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--ink);
  transition: top 180ms ease, transform 180ms ease;
}

.menu-toggle__icon i:first-child { top: 2px; }
.menu-toggle__icon i:last-child { top: 10px; }

/* Hero */

.hero {
  position: relative;
  display: grid;
  min-height: min(760px, calc(100vh - 114px));
  isolation: isolate;
  color: var(--white);
}

.hero__image,
.hero__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  object-fit: cover;
  object-position: center 48%;
}

.hero__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 26, 33, 0.9) 0%, rgba(8, 26, 33, 0.64) 42%, rgba(8, 26, 33, 0.16) 78%, rgba(8, 26, 33, 0.28) 100%);
}

.hero__lines {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 6vw;
  bottom: 0;
  display: flex;
  gap: clamp(34px, 4vw, 80px);
  opacity: 0.25;
  pointer-events: none;
}

.hero__lines span {
  width: 1px;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.65), transparent);
}

.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  padding-top: clamp(100px, 12vh, 150px);
  padding-bottom: 120px;
  flex-direction: column;
  justify-content: center;
}

.hero__content > * {
  max-width: 810px;
}

.hero h1 {
  margin-bottom: 28px;
  font-size: clamp(4rem, 7.5vw, 8.6rem);
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.hero__lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.hero__facts {
  display: flex;
  margin: clamp(58px, 8vh, 92px) 0 0;
  gap: 0;
}

.hero__facts div {
  display: grid;
  min-width: 160px;
  padding: 0 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.hero__facts div:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero__facts dt {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.hero__facts dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Availability */

.availability {
  position: relative;
  z-index: 4;
  margin-top: -76px;
}

.availability__inner {
  padding: 34px clamp(26px, 3vw, 48px) 40px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.availability__heading {
  display: flex;
  margin-bottom: 26px;
  align-items: flex-start;
  gap: 22px;
}

.availability__heading .eyebrow {
  margin-bottom: 7px;
}

.availability__heading .eyebrow::before {
  display: none;
}

.availability__heading h2 {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.section-number {
  margin: 0;
  padding-top: 3px;
  color: var(--sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.availability-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr)) auto;
  align-items: end;
  gap: 0;
  border: 1px solid var(--line);
}

.availability-form--home {
  grid-template-columns: repeat(3, minmax(140px, 1fr)) auto;
}

.field {
  display: grid;
  min-width: 0;
  padding: 15px 20px 13px;
  border-right: 1px solid var(--line);
  background: var(--paper);
}

.field label {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.field input,
.field select {
  width: 100%;
  min-width: 0;
  padding: 4px 24px 4px 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 650;
}

.field:focus-within {
  background: #f8f0e4;
  box-shadow: inset 0 -2px var(--sand);
}

.availability-form__submit {
  min-height: 78px;
  border-radius: 0;
}

.availability-result {
  margin-top: 18px;
  padding: 15px 18px;
  border-left: 3px solid var(--sand);
  background: var(--cream);
  font-size: 0.92rem;
}

.availability-result a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Intro */

.intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.8fr);
  column-gap: clamp(70px, 9vw, 180px);
  row-gap: 90px;
}

.intro__heading {
  position: relative;
}

.intro__heading::after {
  position: absolute;
  top: 0;
  right: -10%;
  width: 1px;
  height: 100%;
  background: var(--line);
  content: "";
}

.intro__heading h2 {
  max-width: 800px;
}

.intro__copy {
  align-self: end;
  padding-bottom: 14px;
}

.intro__copy .lead {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.45;
}

.intro__copy > p:not(.lead) {
  max-width: 670px;
  margin-bottom: 30px;
  color: var(--muted);
}

.intro__benefits {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro__benefits article {
  position: relative;
  min-height: 230px;
  padding: 38px clamp(24px, 3vw, 52px);
  border-right: 1px solid var(--line);
}

.intro__benefits article:last-child {
  border-right: 0;
}

.intro__benefits span {
  display: block;
  margin-bottom: 40px;
  color: var(--sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.intro__benefits h3 {
  margin-bottom: 12px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.intro__benefits p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

/* Section heading */

.section-heading {
  display: grid;
  margin-bottom: clamp(50px, 6vw, 90px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  align-items: end;
  gap: 60px;
}

.section-heading .eyebrow {
  margin-bottom: 18px;
}

.section-heading h2 {
  margin: 0;
}

.section-heading > p {
  max-width: 560px;
  margin: 0 0 10px;
  color: var(--muted);
}

.section-heading--wide {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.45fr);
}

/* Stay cards */

.stay-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
}

.stay-card {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1.18fr) minmax(290px, 0.82fr);
  background: var(--cream);
  box-shadow: 0 16px 45px rgba(18, 39, 46, 0.06);
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.stay-card:hover {
  box-shadow: 0 22px 58px rgba(18, 39, 46, 0.13);
  transform: translateY(-4px);
}

.stay-card__image {
  position: relative;
  min-height: 380px;
  overflow: hidden;
}

.stay-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.stay-card:hover .stay-card__image img {
  transform: scale(1.035);
}

.stay-card__image > span {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 12px;
  background: rgba(255, 253, 248, 0.92);
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.stay-card__body {
  display: flex;
  min-width: 0;
  padding: clamp(28px, 3vw, 50px);
  flex-direction: column;
}

.stay-card__location {
  margin-bottom: 24px;
  color: var(--sand);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stay-card h3 {
  margin-bottom: 18px;
}

.stay-card__meta {
  margin-bottom: 36px;
  color: var(--muted);
  font-size: 0.85rem;
}

.stay-card__footer {
  display: flex;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.stay-card__footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.stay-card__footer strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.stay-card__footer a {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-action {
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.section-action p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Locations */

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2.5vw, 44px);
}

.location-card {
  min-width: 0;
  border-bottom: 1px solid var(--line);
}

.location-card__image {
  height: clamp(300px, 30vw, 520px);
  overflow: hidden;
  background: var(--cream-deep);
}

.location-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.location-card:hover .location-card__image img {
  transform: scale(1.035);
}

.location-card__body {
  padding: 34px 4px 40px;
}

.location-card__body > span {
  display: block;
  margin-bottom: 22px;
  color: var(--sand);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-card h3 {
  margin-bottom: 8px;
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
}

.location-card__body > p:first-of-type {
  margin-bottom: 22px;
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.location-card__body > p:last-of-type {
  min-height: 84px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 0.92rem;
}

/* Amenities */

.amenities__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.66fr) minmax(0, 1.2fr);
  gap: clamp(70px, 10vw, 190px);
}

.amenities__heading {
  position: sticky;
  top: 150px;
  height: max-content;
}

.amenities__heading h2 {
  max-width: 700px;
  font-size: clamp(3rem, 5vw, 5.8rem);
}

.amenities__heading > p:last-child {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.62);
}

.amenity-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
  list-style: none;
}

.amenity-list li {
  display: grid;
  padding: 34px 0;
  border-bottom: 1px solid var(--line-light);
  grid-template-columns: 68px 1fr;
  gap: 20px;
}

.amenity-list li > span {
  color: var(--sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.amenity-list h3 {
  margin-bottom: 9px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: 0;
}

.amenity-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

/* Gallery */

.gallery {
  overflow: hidden;
  padding-bottom: 0;
  background: var(--cream);
}

.gallery-grid {
  display: grid;
  width: min(100%, 1920px);
  margin-inline: auto;
  grid-auto-rows: clamp(200px, 18vw, 350px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-item {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--ink);
}

.gallery-item::after {
  position: absolute;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: rgba(10, 28, 35, 0.34);
  color: var(--white);
  content: "+";
  font-size: 1.5rem;
  line-height: 1;
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.gallery-item:hover::after,
.gallery-item:focus-visible::after {
  opacity: 1;
  transform: rotate(90deg);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 220ms ease, transform 650ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.gallery-item:hover img {
  opacity: 0.84;
  transform: scale(1.045);
}

.gallery-item--wide {
  grid-column: span 2;
}

.gallery-item--tall {
  grid-row: span 2;
}

/* Pricing */

.pricing {
  background: var(--sand-light);
}

.pricing__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(70px, 10vw, 190px);
}

.pricing__intro {
  align-self: start;
}

.pricing__intro h2 {
  max-width: 680px;
}

.pricing__intro > p:not(.eyebrow) {
  max-width: 550px;
  margin-bottom: 34px;
  color: #57676d;
}

.price-list {
  border-top: 1px solid rgba(20, 39, 46, 0.35);
}

.price-row {
  display: grid;
  min-height: 118px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(20, 39, 46, 0.25);
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
}

.price-row span {
  display: block;
  margin-bottom: 4px;
  font-weight: 760;
}

.price-row p {
  margin: 0;
  color: #647176;
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.price-row > strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.5vw, 2.6rem);
  font-weight: 400;
  text-align: right;
}

.price-row > strong small {
  display: block;
  margin-top: 5px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-row--accent {
  color: var(--navy);
}

.price-details {
  border-bottom: 1px solid rgba(20, 39, 46, 0.35);
}

.price-details summary {
  position: relative;
  padding: 26px 42px 26px 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

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

.price-details summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  content: "+";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.price-details[open] summary::after { content: "−"; }

.price-details > div {
  padding-bottom: 28px;
}

.price-details p {
  display: flex;
  margin: 0;
  padding: 9px 0;
  border-bottom: 1px solid rgba(20, 39, 46, 0.12);
  justify-content: space-between;
  gap: 24px;
  font-size: 0.84rem;
}

.price-details p:last-child { border-bottom: 0; }

.price-details strong { text-align: right; }

/* FAQ */

.faq__layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.62fr) minmax(0, 1.2fr);
  gap: clamp(70px, 10vw, 180px);
}

.faq__heading {
  align-self: start;
}

.faq__heading h2 {
  font-size: clamp(3rem, 5vw, 5.4rem);
}

.faq__heading > p:not(.eyebrow) {
  max-width: 480px;
  margin-bottom: 30px;
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 28px 60px 28px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.8vw, 1.6rem);
  line-height: 1.25;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary span,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 24px;
  height: 1px;
  background: var(--ink);
  content: "";
  transition: transform 180ms ease;
}

.faq-list summary span::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.faq-list details[open] summary span::after {
  transform: rotate(0);
}

.faq-list details p {
  max-width: 760px;
  margin: -4px 0 30px;
  padding-right: 54px;
  color: var(--muted);
}

/* Contact CTA */

.contact-cta {
  position: relative;
  display: grid;
  min-height: clamp(630px, 65vw, 900px);
  align-items: center;
  isolation: isolate;
  color: var(--white);
}

.contact-cta__image,
.contact-cta__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-cta__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 27, 34, 0.96) 0%, rgba(8, 27, 34, 0.86) 43%, rgba(8, 27, 34, 0.3) 78%);
}

.contact-cta__content {
  padding-block: 90px;
}

.contact-cta__content > * {
  max-width: 760px;
}

.contact-cta h2 {
  margin-bottom: 24px;
  font-size: clamp(3.7rem, 7vw, 8rem);
}

.contact-cta__content > p:not(.eyebrow, .contact-cta__address) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
}

.contact-cta__actions {
  display: flex;
  margin: 36px 0 58px;
  gap: 14px;
}

.contact-cta__address {
  display: grid;
  max-width: 540px;
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-cta__address strong {
  margin-top: 6px;
  color: var(--white);
  font-size: 0.87rem;
}

/* Footer */

.site-footer {
  padding: 80px 0 28px;
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.66);
}

.site-footer__grid {
  display: grid;
  padding-bottom: 70px;
  grid-template-columns: 1.6fr repeat(3, 0.75fr);
  gap: clamp(40px, 6vw, 100px);
}

.brand--footer {
  margin-bottom: 26px;
  color: var(--white);
}

.brand--footer .brand__text small {
  color: rgba(255, 255, 255, 0.55);
}

.footer-brand p {
  max-width: 430px;
  font-size: 0.9rem;
}

.site-footer h2 {
  margin-bottom: 24px;
  color: var(--white);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li,
.site-footer address span {
  display: block;
  margin-bottom: 10px;
  font-size: 0.85rem;
  font-style: normal;
}

.site-footer a {
  transition: color 180ms ease;
}

.site-footer a:hover {
  color: var(--white);
}

.site-footer__bottom {
  display: flex;
  padding-top: 26px;
  border-top: 1px solid var(--line-light);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-footer__bottom p {
  margin: 0;
}

.site-footer__bottom div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 26px;
}

/* Lightbox */

.lightbox {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  padding: 0;
  border: 0;
  background: rgba(5, 18, 23, 0.96);
  color: var(--white);
}

.lightbox::backdrop {
  background: rgba(5, 18, 23, 0.96);
}

.lightbox__frame {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 60px clamp(24px, 7vw, 130px);
  place-items: center;
}

.lightbox figure {
  display: grid;
  max-width: min(1400px, 100%);
  max-height: 100%;
  margin: 0;
  place-items: center;
}

.lightbox img {
  max-width: 100%;
  max-height: calc(100vh - 140px);
  object-fit: contain;
}

.lightbox figcaption {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lightbox__close,
.lightbox__nav {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  font-size: 1.5rem;
  transition: background 180ms ease, color 180ms ease;
}

.lightbox__close:hover,
.lightbox__nav:hover {
  background: var(--white);
  color: var(--ink);
}

.lightbox__close {
  top: 24px;
  right: 28px;
}

.lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__nav--prev { left: 28px; }
.lightbox__nav--next { right: 28px; }

/* Progressive reveal */

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Tablet navigation */

@media (max-width: 1420px) {
  .site-header__main {
    gap: 24px;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    right: -32px;
    left: -32px;
    display: grid;
    max-height: 0;
    padding: 0 32px;
    overflow: hidden;
    align-items: stretch;
    gap: 0;
    background: var(--cream);
    box-shadow: 0 25px 40px rgba(9, 30, 38, 0.14);
    opacity: 0;
    pointer-events: none;
    transition: max-height 280ms ease, opacity 180ms ease, padding 280ms ease;
  }

  .primary-nav a {
    padding: 16px 2px;
    border-bottom: 1px solid var(--line);
    font-size: 0.8rem;
  }

  .nav-open .primary-nav {
    max-height: 520px;
    padding-top: 12px;
    padding-bottom: 22px;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-open .menu-toggle__icon i:first-child {
    top: 6px;
    transform: rotate(45deg);
  }

  .nav-open .menu-toggle__icon i:last-child {
    top: 6px;
    transform: rotate(-45deg);
  }

  .header-actions {
    margin-left: 0;
  }

  .stay-card {
    grid-template-columns: 1fr;
  }

  .stay-card__image {
    min-height: 340px;
  }
}

@media (max-width: 980px) {
  .container {
    width: min(calc(100% - 44px), var(--container));
  }

  .header-phone {
    display: none;
  }

  .hero {
    min-height: 700px;
  }

  .hero__content {
    padding-bottom: 130px;
  }

  .availability-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .field:nth-child(2) {
    border-right: 0;
  }

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

  .availability-form__submit {
    grid-column: 1 / -1;
  }

  .intro__grid,
  .amenities__layout,
  .pricing__grid,
  .faq__layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .intro__heading::after {
    display: none;
  }

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

  .intro__benefits article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .intro__benefits article:last-child {
    border-bottom: 0;
  }

  .intro__benefits span {
    margin-bottom: 20px;
  }

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

  .location-card {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) 1fr;
  }

  .location-card__image {
    height: 100%;
    min-height: 390px;
  }

  .location-card__body {
    padding: 46px;
  }

  .amenities__heading {
    position: static;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-item--tall {
    grid-row: span 1;
  }

  .site-footer__grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 70px;
  }

  html {
    scroll-padding-top: 86px;
  }

  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 36px), var(--container));
  }

  .section {
    padding-block: 84px;
  }

  .site-header__utility {
    display: none;
  }

  .site-header__main {
    gap: 12px;
  }

  .brand__rhythm {
    height: 33px;
  }

  .brand__rhythm i:nth-child(1) { height: 15px; }
  .brand__rhythm i:nth-child(2) { height: 24px; }
  .brand__rhythm i:nth-child(3) { height: 33px; }
  .brand__rhythm i:nth-child(4) { height: 20px; }

  .brand__text strong {
    font-size: 1rem;
  }

  .header-actions .button {
    display: none;
  }

  .primary-nav {
    right: -18px;
    left: -18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero {
    min-height: 680px;
  }

  .hero__image {
    object-position: 58% center;
  }

  .hero__shade {
    background: linear-gradient(90deg, rgba(7, 25, 32, 0.92), rgba(7, 25, 32, 0.55)), linear-gradient(0deg, rgba(7, 25, 32, 0.25), transparent 45%);
  }

  .hero__lines {
    right: 24px;
    gap: 34px;
  }

  .hero__content {
    padding-top: 90px;
    padding-bottom: 96px;
    justify-content: flex-start;
  }

  .hero h1 {
    margin-bottom: 22px;
    max-width: 100%;
    font-size: clamp(3rem, 13vw, 4.3rem);
    line-height: 0.92;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .hero__facts {
    display: grid;
    width: 100%;
    margin-top: 54px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero__facts div {
    min-width: 0;
    padding: 0 11px;
  }

  .hero__facts dt {
    font-size: clamp(0.96rem, 4.7vw, 1.25rem);
    white-space: nowrap;
  }

  .hero__facts dd {
    font-size: 0.55rem;
    line-height: 1.3;
  }

  .availability {
    margin-top: 0;
  }

  .availability__inner {
    width: 100%;
    padding: 34px 18px 42px;
    box-shadow: none;
  }

  .availability__heading {
    gap: 16px;
  }

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

  .field,
  .field:nth-child(2) {
    padding: 13px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .availability-form__submit {
    grid-column: auto;
    min-height: 58px;
  }

  .intro__grid {
    gap: 48px;
  }

  .intro__benefits {
    margin-top: 12px;
  }

  .intro__benefits article {
    padding: 32px 6px;
  }

  .section-heading,
  .section-heading--wide {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .stay-card__image {
    min-height: 280px;
  }

  .stay-card__body {
    padding: 28px 24px;
  }

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

  .location-card {
    display: block;
  }

  .location-card__image {
    min-height: 280px;
  }

  .location-card__body {
    padding: 28px 4px 36px;
  }

  .location-card__body > p:last-of-type {
    min-height: 0;
  }

  .amenity-list li {
    grid-template-columns: 44px 1fr;
  }

  .gallery-grid {
    grid-auto-rows: 190px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-item--wide {
    grid-column: span 2;
  }

  .gallery-item::after {
    width: 38px;
    height: 38px;
    opacity: 1;
  }

  .price-row {
    min-height: 104px;
    gap: 18px;
  }

  .price-row > strong {
    font-size: 1.5rem;
  }

  .price-details p {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .price-details strong {
    text-align: left;
  }

  .faq-list summary {
    padding-right: 42px;
  }

  .faq-list details p {
    padding-right: 0;
  }

  .contact-cta {
    min-height: 700px;
  }

  .contact-cta__shade {
    background: rgba(8, 27, 34, 0.86);
  }

  .contact-cta h2 {
    font-size: clamp(3.3rem, 16vw, 5.3rem);
  }

  .contact-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer {
    padding-top: 62px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .site-footer__grid > div:last-child {
    grid-column: 1 / -1;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__bottom div {
    justify-content: flex-start;
  }

  .lightbox__frame {
    padding: 76px 18px 62px;
  }

  .lightbox__close {
    top: 14px;
    right: 14px;
  }

  .lightbox__nav {
    top: auto;
    bottom: 12px;
    transform: none;
  }

  .lightbox__nav--prev { left: calc(50% - 64px); }
  .lightbox__nav--next { right: calc(50% - 64px); }

  .lightbox img {
    max-height: calc(100vh - 180px);
  }
}

@media (max-width: 430px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .brand {
    gap: 9px;
  }

  .brand__text strong {
    letter-spacing: 0.16em;
  }

  .menu-toggle {
    min-width: 46px;
    padding: 0;
  }

  .menu-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .hero {
    min-height: 700px;
  }

  .hero__content {
    padding-top: 74px;
  }

  .hero__facts dd {
    letter-spacing: 0.06em;
  }

  .section-heading > p {
    font-size: 0.92rem;
  }

  .price-row {
    align-items: end;
  }

  .price-row span {
    line-height: 1.25;
  }

  .price-row > strong {
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Multi-page prototype */

[hidden] {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.primary-nav a.is-active {
  color: var(--ink);
}

.primary-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.availability__more {
  margin: 28px 0 0;
  text-align: right;
}

.location-card__image {
  display: block;
}

.site-footer address a,
.site-footer address span {
  display: block;
  margin-bottom: 10px;
  font-size: 0.85rem;
  font-style: normal;
}

/* Inner-page hero */

.page-hero,
.detail-hero {
  position: relative;
  display: flex;
  min-height: clamp(500px, 42vw, 690px);
  overflow: hidden;
  align-items: flex-end;
  background: var(--navy-deep);
  color: var(--white);
}

.page-hero__image,
.page-hero__shade,
.detail-hero__image,
.detail-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero__image,
.detail-hero__image {
  object-fit: cover;
  object-position: center;
}

.page-hero__shade,
.detail-hero__shade {
  background: linear-gradient(90deg, rgba(7, 25, 32, 0.91) 0%, rgba(7, 25, 32, 0.7) 44%, rgba(7, 25, 32, 0.28) 78%), linear-gradient(0deg, rgba(7, 25, 32, 0.5), transparent 55%);
}

.page-hero__lines,
.detail-hero__lines {
  position: absolute;
  top: 0;
  right: 8vw;
  bottom: 0;
  display: flex;
  gap: clamp(42px, 5vw, 92px);
  opacity: 0.2;
  pointer-events: none;
}

.page-hero__lines span,
.detail-hero__lines span {
  display: block;
  width: 1px;
  background: var(--sand-light);
}

.page-hero__content,
.detail-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: clamp(70px, 7vw, 120px);
}

.page-hero h1,
.detail-hero h1 {
  max-width: 1150px;
  margin-bottom: 22px;
  font-size: clamp(4.6rem, 8vw, 9.4rem);
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.page-hero__content > p:last-child,
.detail-hero__content > p:last-child {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
}

.page-hero--compact {
  min-height: 500px;
}

.page-hero--compact .page-hero__shade {
  background: linear-gradient(120deg, var(--navy-deep), #183b47);
}

.breadcrumbs {
  display: flex;
  margin-bottom: 38px;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.breadcrumbs a:hover {
  color: var(--white);
}

/* Catalog */

.stay-filters {
  display: grid;
  margin-bottom: 56px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 18px 50px rgba(18, 39, 46, 0.07);
  grid-template-columns: repeat(3, minmax(170px, 1fr)) auto auto;
  align-items: stretch;
}

.stay-filters .field {
  padding: 18px 22px;
  border-right: 1px solid var(--line);
}

.stay-filters .button {
  min-height: 100%;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}

.stay-filters__count {
  display: grid;
  min-width: 130px;
  margin: 0;
  padding: 12px 24px;
  place-items: center;
  background: var(--navy);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.stay-grid--catalog {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stay-grid--catalog .stay-card {
  grid-template-columns: 1fr;
}

.stay-grid--catalog .stay-card__image {
  min-height: 330px;
}

.stay-grid--catalog .stay-card__body {
  min-height: 330px;
  padding: 34px 30px;
}

.catalog-note__grid,
.stay-rules__grid,
.fees__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1fr);
  gap: clamp(60px, 10vw, 180px);
  align-items: start;
}

.catalog-note h2,
.stay-rules h2,
.fees h2 {
  max-width: 760px;
}

.catalog-note__grid > p {
  margin-top: 58px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.08rem;
}

/* Accommodation and location detail */

.detail-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.55fr);
  gap: clamp(70px, 10vw, 180px);
  align-items: start;
}

.detail-copy h2 {
  max-width: 900px;
  font-size: clamp(3.2rem, 5.4vw, 6.5rem);
}

.detail-copy .lead {
  max-width: 880px;
}

.detail-facts {
  display: grid;
  margin: 60px 0 0;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-facts div {
  padding: 24px 22px 24px 0;
  border-bottom: 1px solid var(--line);
}

.detail-facts dt {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-facts dd {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.booking-card {
  position: sticky;
  top: 40px;
  padding: clamp(34px, 4vw, 58px);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.booking-card > strong {
  display: block;
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 400;
}

.booking-card > p:not(.eyebrow) {
  margin-bottom: 34px;
  color: var(--muted);
}

.booking-card .button {
  width: 100%;
  margin-bottom: 26px;
}

.feature-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
  list-style: none;
}

.feature-list li {
  display: grid;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-light);
  grid-template-columns: 58px 1fr;
  align-items: start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.feature-list li span {
  color: var(--sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.location-callout__grid,
.owner-dashboard__grid {
  display: grid;
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow);
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  align-items: stretch;
}

.location-callout__grid > img,
.owner-dashboard__grid > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.location-callout__grid > div,
.owner-dashboard__grid > div {
  display: flex;
  padding: clamp(44px, 6vw, 90px);
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.location-callout h2,
.owner-dashboard h2 {
  font-size: clamp(3rem, 5vw, 5.7rem);
}

.location-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.55fr);
  gap: clamp(70px, 10vw, 180px);
  align-items: start;
}

.location-intro h2 {
  font-size: clamp(3.2rem, 6vw, 7rem);
}

.location-facts,
.rules-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.location-facts li,
.rules-list li {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.office-strip,
.simple-cta {
  padding-block: clamp(70px, 7vw, 120px);
  background: var(--navy-deep);
  color: var(--white);
}

.office-strip__grid {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: clamp(24px, 4vw, 70px);
}

.office-strip__grid .eyebrow,
.office-strip__grid h2,
.office-strip__grid p {
  margin: 0;
}

/* Pricing, availability and forms */

.fee-list {
  margin: 0;
}

.fee-list div {
  display: grid;
  padding: 23px 0;
  border-bottom: 1px solid var(--line-light);
  grid-template-columns: 1fr auto;
  gap: 30px;
}

.fee-list dt {
  color: rgba(255, 255, 255, 0.66);
}

.fee-list dd {
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  text-align: right;
}

.rules__grid,
.owner-intro__grid,
.privacy-note .rules__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1fr);
  gap: clamp(70px, 10vw, 180px);
}

.simple-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.simple-cta h2 {
  max-width: 950px;
  margin: 0;
  font-size: clamp(2.6rem, 4.5vw, 5rem);
}

.simple-cta .container > div {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 28px;
}

.availability-page__grid,
.contact-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(480px, 0.9fr);
  gap: clamp(70px, 10vw, 180px);
  align-items: start;
}

.availability-panel,
.contact-form-wrap {
  padding: clamp(34px, 4vw, 58px);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.availability-form--stacked {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.availability-form--stacked .field:nth-child(2) {
  border-right: 0;
}

.availability-form--stacked .field:nth-child(-n + 2) {
  border-bottom: 1px solid var(--line);
}

.availability-form--stacked .availability-form__submit {
  grid-column: 1 / -1;
}

.direct-contact {
  margin-top: 50px;
  border-top: 1px solid var(--line);
}

.direct-contact a {
  display: grid;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.direct-contact span,
.contact-details address span {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.direct-contact strong,
.contact-details address strong {
  overflow-wrap: anywhere;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-style: normal;
  font-weight: 400;
}

.choice-strip .section-heading {
  margin: 0;
}

.choice-strip .section-heading > div:last-child {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
}

/* Contact */

.contact-details address {
  display: grid;
  margin-top: 54px;
  gap: 0;
}

.contact-details address > a,
.contact-details address > p {
  display: grid;
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  font-style: normal;
}

.contact-company {
  margin-top: 34px;
  color: var(--muted);
}

.contact-company p {
  margin-bottom: 2px;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form .field {
  padding: 0 0 14px;
  border-bottom: 1px solid var(--line);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
}

.contact-form textarea {
  resize: vertical;
}

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

.check-field {
  display: grid;
  padding-block: 8px;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  color: var(--muted);
  font-size: 0.78rem;
}

.check-field input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.form-result {
  margin-top: 24px;
  padding: 20px;
  border-left: 3px solid var(--sand);
  background: var(--cream);
}

.address-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-light);
}

.address-grid a {
  padding: clamp(28px, 4vw, 55px);
  background: var(--navy-deep);
  transition: background 180ms ease;
}

.address-grid a:hover {
  background: #173843;
}

.address-grid span {
  color: var(--sand);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.address-grid strong {
  display: block;
  margin: 24px 0 7px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.6vw, 2.8rem);
  font-weight: 400;
}

.address-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

/* Owners */

.owner-intro__grid h2 {
  max-width: 800px;
}

.process-grid {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.process-grid li {
  min-height: 300px;
  padding: 38px 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-grid li:nth-child(4n) {
  border-right: 0;
}

.process-grid span {
  display: block;
  margin-bottom: 46px;
  color: var(--sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.process-grid h3 {
  font-size: 1.55rem;
}

.process-grid p {
  color: var(--muted);
  font-size: 0.88rem;
}

/* Logo comparison */

.logo-compare__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
}

.logo-sample {
  padding: clamp(34px, 5vw, 70px);
  border: 1px solid var(--line);
  background: var(--paper);
}

.logo-sample > span {
  display: block;
  color: var(--sand);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.logo-sample > div {
  display: flex;
  min-height: 220px;
  margin: 34px 0;
  padding: 30px;
  align-items: center;
  justify-content: center;
  background: var(--cream);
}

.logo-sample--original > div {
  background: #3071c7;
}

.logo-sample--original img {
  width: min(100%, 400px);
  height: auto;
  image-rendering: auto;
}

.brand--large .brand__rhythm {
  height: 70px;
  transform: scale(1.6);
  transform-origin: right center;
}

.brand--large .brand__text strong {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.brand--large .brand__text small {
  font-size: 0.75rem;
}

.logo-source {
  margin: 42px 0 0;
}

@media (max-width: 1420px) {
  .stay-grid--catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stay-filters {
    grid-template-columns: repeat(3, minmax(150px, 1fr)) auto;
  }

  .stay-filters__count {
    grid-column: 1 / -1;
    min-height: 54px;
  }
}

@media (max-width: 980px) {
  .page-hero,
  .detail-hero {
    min-height: 560px;
  }

  .page-hero h1,
  .detail-hero h1 {
    font-size: clamp(4rem, 12vw, 7rem);
  }

  .stay-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stay-filters .field:nth-child(2) {
    border-right: 0;
  }

  .stay-filters .field:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .stay-filters .button {
    border-left: 0;
  }

  .stay-filters__count {
    grid-column: auto;
  }

  .detail-main__grid,
  .location-intro,
  .catalog-note__grid,
  .stay-rules__grid,
  .fees__grid,
  .rules__grid,
  .owner-intro__grid,
  .availability-page__grid,
  .contact-page__grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .booking-card {
    position: static;
  }

  .location-callout__grid,
  .owner-dashboard__grid {
    grid-template-columns: 1fr;
  }

  .location-callout__grid > img,
  .owner-dashboard__grid > img {
    min-height: 440px;
  }

  .catalog-note__grid > p {
    margin-top: 0;
  }

  .office-strip__grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid li:nth-child(2n) {
    border-right: 0;
  }

  .simple-cta .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .page-hero,
  .detail-hero {
    min-height: 510px;
  }

  .page-hero__content,
  .detail-hero__content {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .page-hero h1,
  .detail-hero h1 {
    font-size: clamp(3.4rem, 16vw, 5.2rem);
  }

  .page-hero__shade,
  .detail-hero__shade {
    background: linear-gradient(90deg, rgba(7, 25, 32, 0.92), rgba(7, 25, 32, 0.55)), linear-gradient(0deg, rgba(7, 25, 32, 0.32), transparent 50%);
  }

  .page-hero__lines,
  .detail-hero__lines {
    right: 24px;
    gap: 34px;
  }

  .stay-filters,
  .stay-grid--catalog {
    grid-template-columns: 1fr;
  }

  .stay-filters .field,
  .stay-filters .field:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stay-filters .button {
    min-height: 58px;
    border: 0;
  }

  .stay-grid--catalog .stay-card__image {
    min-height: 280px;
  }

  .stay-grid--catalog .stay-card__body {
    min-height: 0;
  }

  .detail-facts {
    grid-template-columns: 1fr;
  }

  .detail-facts div {
    padding-right: 0;
  }

  .feature-list li {
    grid-template-columns: 44px 1fr;
  }

  .location-callout__grid > img,
  .owner-dashboard__grid > img {
    min-height: 300px;
  }

  .location-callout__grid > div,
  .owner-dashboard__grid > div {
    padding: 38px 24px;
  }

  .office-strip__grid,
  .availability-form--stacked,
  .contact-form__dates,
  .address-grid,
  .process-grid,
  .logo-compare__grid {
    grid-template-columns: 1fr;
  }

  .availability-form--stacked .field {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .availability-panel,
  .contact-form-wrap {
    padding: 30px 20px;
  }

  .fee-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .fee-list dd {
    text-align: left;
  }

  .simple-cta .container > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .process-grid li,
  .process-grid li:nth-child(2n) {
    min-height: 0;
    border-right: 0;
  }

  .process-grid span {
    margin-bottom: 24px;
  }

  .logo-sample > div {
    min-height: 170px;
    padding: 20px;
  }

  .brand--large .brand__rhythm {
    transform: scale(1.2);
  }
}

@media (max-width: 430px) {
  .page-hero h1,
  .detail-hero h1 {
    font-size: clamp(3rem, 16vw, 4.2rem);
  }

  .breadcrumbs {
    margin-bottom: 28px;
  }

  .stay-filters__count {
    min-width: 0;
  }
}

.stay-empty {
  margin-top: 34px;
  padding: clamp(38px, 6vw, 72px) 24px;
  border: 1px solid rgba(18, 38, 47, 0.14);
  background: rgba(255, 253, 248, 0.72);
  text-align: center;
}

.stay-empty.is-visible {
  animation: stay-empty-in 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.stay-empty p {
  max-width: 620px;
  margin: 0 auto 24px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.1;
}

@keyframes stay-empty-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.stay-gallery {
  overflow: clip;
}

.stay-gallery__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.95fr) minmax(300px, 0.72fr);
  gap: 16px;
  align-items: stretch;
}

.stay-gallery__main,
.stay-gallery__thumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--deep);
  cursor: zoom-in;
}

.stay-gallery__main {
  min-height: 610px;
}

.stay-gallery__main::after {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 11px 16px;
  background: rgba(248, 244, 235, 0.94);
  color: var(--deep);
  content: "Powiększ zdjęcie ↗";
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.stay-gallery__main:hover::after,
.stay-gallery__main:focus-visible::after {
  background: var(--sand);
}

.stay-gallery__main img,
.stay-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
}

.stay-gallery__main:hover img,
.stay-gallery__main:focus-visible img,
.stay-gallery__thumb:hover img,
.stay-gallery__thumb:focus-visible img {
  transform: scale(1.035);
}

.stay-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: 610px;
  padding-right: 8px;
  overflow-y: auto;
  gap: 12px;
  scrollbar-color: var(--sand) rgba(18, 38, 47, 0.08);
  scrollbar-width: thin;
}

.stay-gallery__thumbs > div {
  min-width: 0;
}

.stay-gallery__thumb {
  aspect-ratio: 4 / 3;
}

.stay-gallery__thumb::after {
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  background: rgba(9, 29, 37, 0);
  content: "";
  transition: border-color 180ms ease, background-color 180ms ease;
}

.stay-gallery__thumb:hover::after,
.stay-gallery__thumb:focus-visible::after {
  border-color: var(--sand);
  background: rgba(9, 29, 37, 0.12);
}

@media (max-width: 1100px) {
  .stay-gallery__layout {
    grid-template-columns: 1fr;
  }

  .stay-gallery__main {
    min-height: 540px;
  }

  .stay-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-height: none;
    padding-right: 0;
  }
}

@media (max-width: 680px) {
  .stay-empty {
    margin-top: 24px;
  }

  .stay-gallery__main {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .stay-gallery__main::after {
    right: 14px;
    bottom: 14px;
    padding: 9px 12px;
    font-size: 0.62rem;
  }

  .stay-gallery__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
}

/* Demonstration reservation journey */

.owner-demo-panel {
  position: relative;
  padding: clamp(34px, 5vw, 72px);
  overflow: hidden;
  background: var(--navy-deep);
  box-shadow: var(--shadow);
  color: var(--white);
}

.owner-demo-panel::after {
  position: absolute;
  top: -20%;
  right: clamp(24px, 6vw, 100px);
  width: clamp(100px, 12vw, 190px);
  height: 140%;
  border-right: 1px solid rgba(196, 155, 98, 0.22);
  border-left: 1px solid rgba(196, 155, 98, 0.22);
  content: "";
  pointer-events: none;
}

.owner-demo-panel__heading,
.owner-demo-panel__content,
.owner-demo-panel__footnote {
  position: relative;
  z-index: 1;
}

.owner-demo-panel__heading {
  display: grid;
  margin-bottom: clamp(32px, 5vw, 60px);
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: clamp(22px, 3vw, 46px);
}

.owner-demo-panel__heading > span {
  display: grid;
  width: 64px;
  height: 64px;
  border: 1px solid var(--sand);
  place-items: center;
  color: var(--sand-light);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.owner-demo-panel .eyebrow {
  margin-bottom: 14px;
  color: var(--sand-light);
}

.owner-demo-panel h2 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4.6rem);
}

.owner-demo-panel__content {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr);
  gap: clamp(44px, 8vw, 120px);
}

.owner-demo-panel__content p {
  color: rgba(255, 255, 255, 0.76);
}

.owner-demo-panel__requirements {
  padding-left: clamp(24px, 3vw, 50px);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.owner-demo-panel__requirements h3 {
  margin-bottom: 26px;
  color: var(--sand-light);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.owner-demo-panel__requirements ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 14px;
}

.owner-demo-panel__requirements li {
  position: relative;
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.owner-demo-panel__requirements li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 10px;
  height: 1px;
  background: var(--sand);
  content: "";
}

.owner-demo-panel__footnote {
  margin: clamp(34px, 5vw, 56px) 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.72rem;
}

.reservation-parameter-notice,
.reservation-stay-context {
  margin-top: 28px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--sand);
  background: var(--paper);
  box-shadow: 0 12px 34px rgba(18, 39, 46, 0.06);
}

.reservation-parameter-notice {
  color: var(--muted);
  font-size: 0.86rem;
}

.reservation-stay-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.reservation-stay-context p {
  margin: 0;
}

.reservation-stay-context strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.reservation-stay-context .text-link {
  flex: 0 0 auto;
  padding: 5px 0;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
}

.reservation-search {
  margin-top: clamp(80px, 10vw, 150px);
}

.reservation-search__note,
.reservation-request__disclaimer {
  padding: 18px 20px;
  border-left: 2px solid var(--sand);
  background: rgba(255, 253, 248, 0.68);
  color: var(--muted);
  font-size: 0.82rem;
}

.reservation-search-form {
  align-items: stretch;
}

.reservation-search-form .form-errors,
.reservation-search-form .availability-form__submit {
  grid-column: 1 / -1;
}

.reservation-search-form .field {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.reservation-search-form .field label span,
.reservation-form .field label span {
  color: #7b878b;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.form-errors {
  margin: 16px;
  padding: 13px 16px;
  border-left: 3px solid #9c4739;
  background: #f8ebe7;
  color: #6d2c22;
  font-size: 0.82rem;
  font-weight: 700;
}

.field-error {
  min-height: 0;
  color: #8b3c30;
  font-size: 0.7rem;
  line-height: 1.4;
}

.field-error:not(:empty) {
  margin-top: 5px;
}

.field [aria-invalid="true"] {
  box-shadow: 0 2px #9c4739;
}

.field-error--check {
  display: block;
  margin-top: -14px;
}

.reservation-results:focus,
.reservation-request:focus,
.reservation-confirmation:focus,
#search-title:focus {
  outline: 0;
}

.reservation-results__intro {
  max-width: 1050px;
  margin-bottom: clamp(44px, 6vw, 80px);
}

.reservation-results__summary {
  display: inline-flex;
  margin: 20px 0 0;
  padding: 10px 16px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.reservation-result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 3vw, 46px);
}

.reservation-result-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: var(--cream);
  box-shadow: 0 16px 45px rgba(18, 39, 46, 0.08);
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.reservation-result-card:hover {
  box-shadow: 0 22px 58px rgba(18, 39, 46, 0.14);
  transform: translateY(-4px);
}

.reservation-result-card__image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.reservation-result-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.reservation-result-card:hover .reservation-result-card__image img {
  transform: scale(1.035);
}

.reservation-result-card__image > span {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 11px;
  background: var(--navy-deep);
  box-shadow: inset 2px 0 var(--sand);
  color: var(--white);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reservation-result-card__body {
  display: flex;
  height: 100%;
  padding: clamp(26px, 3vw, 40px);
  flex-direction: column;
}

.reservation-result-card__location {
  margin-bottom: 16px;
  color: var(--sand);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.reservation-result-card h3 {
  margin-bottom: 18px;
}

.reservation-result-card ul {
  display: grid;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  gap: 7px;
}

.reservation-result-card li {
  position: relative;
  padding-left: 17px;
  color: var(--muted);
  font-size: 0.8rem;
}

.reservation-result-card li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 6px;
  height: 1px;
  background: var(--sand);
  content: "";
}

.reservation-result-card__price {
  display: grid;
  margin: auto 0 26px;
  padding-top: 21px;
  border-top: 1px solid var(--line);
  gap: 2px;
}

.reservation-result-card__price strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.reservation-result-card__price span {
  color: var(--muted);
  font-size: 0.72rem;
}

.reservation-result-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.reservation-result-card__actions .text-link {
  flex: 0 0 auto;
  font-size: 0.7rem;
}

.reservation-result-card__actions .button {
  min-height: 48px;
  padding-inline: 15px;
  font-size: 0.66rem;
  text-align: center;
}

.reservation-result-card__booking {
  margin-top: 18px;
  font-size: 0.7rem;
}

.reservation-empty {
  padding: clamp(44px, 7vw, 86px) 24px;
  border: 1px solid var(--line);
  background: var(--cream);
  text-align: center;
}

.reservation-empty h3 {
  max-width: 760px;
  margin: 0 auto 12px;
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.reservation-empty p {
  margin-bottom: 28px;
  color: var(--muted);
}

.reservation-request {
  background: var(--cream-deep);
}

.reservation-request__grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(500px, 1fr);
  align-items: start;
  gap: clamp(60px, 9vw, 150px);
}

.reservation-request__summary {
  position: sticky;
  top: 120px;
}

.reservation-request__summary dl {
  margin: 40px 0 28px;
  border-top: 1px solid var(--line);
}

.reservation-request__summary dl > div {
  display: grid;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(120px, 0.45fr) 1fr;
  gap: 22px;
}

.reservation-request__summary dt {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reservation-request__summary dd {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.reservation-request__summary > p:last-child {
  color: var(--muted);
  font-size: 0.76rem;
}

.reservation-request__form-wrap {
  padding: clamp(34px, 5vw, 64px);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.reservation-request__form-wrap h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
}

.reservation-form {
  margin-top: 34px;
}

.reservation-form .form-errors {
  margin: 0 0 4px;
}

.reservation-form .check-field a {
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.reservation-form > .button {
  width: 100%;
}

.reservation-confirmation {
  padding-block: 18px;
}

.reservation-confirmation__mark {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 34px;
  border: 1px solid var(--sand);
  place-items: center;
  color: var(--sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
}

.reservation-confirmation__notice {
  margin: 30px 0;
  padding: 19px 21px;
  border-left: 3px solid var(--sand);
  background: var(--cream);
}

@media (max-width: 1180px) {
  .owner-demo-panel__content,
  .reservation-request__grid {
    grid-template-columns: 1fr;
  }

  .owner-demo-panel__requirements {
    padding: 34px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .reservation-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reservation-request__summary {
    position: static;
  }
}

@media (max-width: 720px) {
  .owner-demo-panel {
    padding: 32px 20px;
  }

  .owner-demo-panel__heading {
    grid-template-columns: 1fr;
  }

  .owner-demo-panel__heading > span {
    width: 54px;
    height: 54px;
  }

  .owner-demo-panel h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .reservation-parameter-notice,
  .reservation-stay-context {
    padding: 17px 18px;
  }

  .reservation-stay-context {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

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

  .reservation-result-grid {
    grid-template-columns: 1fr;
  }

  .reservation-result-card__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .reservation-result-card__actions .button {
    width: 100%;
  }

  .reservation-request__grid {
    gap: 48px;
  }

  .reservation-request__summary dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .reservation-request__form-wrap {
    padding: 30px 20px;
  }
}

@media (max-width: 430px) {
  body[data-page="dostepnosc"] .page-hero h1 {
    font-size: clamp(2.8rem, 14vw, 3.5rem);
  }
}
