@font-face {
  font-family: "Helvetica Neue O2";
  src: url("assets/fonts/HelveticaNeueRoman.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "Helvetica Neue O2";
  src: url("assets/fonts/HelveticaNeueMedium.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "Lora O2";
  src: url("assets/fonts/Lora-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Lora O2";
  src: url("assets/fonts/Lora-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Lora O2";
  src: url("assets/fonts/Lora-Italic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

:root {
  --green: #6a704d;
  --walnut: #402e26;
  --sand: #ccb89e;
  --vanilla: #ede1d2;
  --ruby: #5d240f;
  --white: #ffffff;
  --ink: #2f241e;
  --muted: rgba(64, 46, 38, 0.68);
  --green-dark: #4f5538;
  --shadow: 0 24px 70px rgba(64, 46, 38, 0.18);
  --green-shadow: 0 28px 80px rgba(79, 85, 56, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--vanilla);
  color: var(--ink);
  font-family: "Helvetica Neue O2";
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 168px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(106, 112, 77, 0.94);
  color: var(--vanilla);
  border-bottom: 1px solid rgba(237, 225, 210, 0.16);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 138px;
}

.main-nav {
  justify-self: center;
  display: flex;
  gap: clamp(14px, 2.4vw, 34px);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.main-nav a,
.text-link {
  text-decoration: none;
}

.main-nav a {
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}

.main-nav a:hover {
  border-color: currentColor;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 17px 30px;
  border: 1px solid var(--green);
  border-radius: 999px;
  background: var(--green);
  color: var(--vanilla);
  box-shadow: 0 14px 34px rgba(79, 85, 56, 0.22);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
  box-shadow: var(--green-shadow);
}

.button-small {
  min-height: 52px;
  padding: 15px 28px;
  background: var(--vanilla);
  color: var(--green-dark);
  border-color: var(--vanilla);
  font-size: 15px;
}

.section-dark {
  background: var(--walnut);
  color: var(--vanilla);
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.95fr);
  gap: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 16%, rgba(106, 112, 77, 0.45), transparent 32%),
    linear-gradient(135deg, var(--walnut), #241912 58%, var(--green-dark));
}

.hero::after {
  content: "O2";
  position: absolute;
  right: -7vw;
  bottom: -8vw;
  color: rgba(237, 225, 210, 0.055);
  font-family: "Lora O2";
  font-size: clamp(170px, 31vw, 460px);
  line-height: 0.8;
}

.hero-media {
  min-height: 690px;
  padding: clamp(18px, 3vw, 42px);
  clip-path: polygon(0 0, 92% 0, 100% 78%, 82% 100%, 0 100%);
}

.hero-media img {
  border-radius: 46px 46px 46px 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}

.hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-media img,
.arch-image img,
.kitchen-image img,
.room-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 650px;
  padding: clamp(38px, 6vw, 86px);
  padding-left: clamp(32px, 5vw, 70px);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--green);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow-beige {
  color: var(--vanilla);
}

.hero-text-beige {
  color: var(--vanilla);
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: "Lora O2";
  font-weight: 400;
  line-height: 0.98;
}

h1 {
  max-width: 720px;
  font-size: clamp(58px, 8vw, 112px);
}

h2 {
  font-size: clamp(38px, 5vw, 72px);
}

h3 {
  font-size: clamp(28px, 3vw, 46px);
}

p {
  line-height: 1.65;
  color: var(--muted);
}

.section-dark p {
  color: rgba(237, 225, 210, 0.78);
}

.hero-copy p {
  max-width: 560px;
  margin: 26px 0 0;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
}

.availability-widget {
  position: absolute;
  left: 50%;
  bottom: clamp(24px, 4vw, 54px);
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr)) auto;
  gap: 10px;
  width: min(1040px, calc(100% - 40px));
  padding: 14px;
  background: rgba(237, 225, 210, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 32px 32px 32px 6px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
  transform: translateX(-50%);
  backdrop-filter: blur(20px);
}

.availability-widget label {
  gap: 7px;
  padding: 12px 14px 9px;
  background: rgba(255, 255, 255, 0.34);
  border-radius: 22px;
  line-height: 1.25;
}

.availability-widget input,
.availability-widget select {
  border: 0;
  min-height: 34px;
  padding: 0;
  background: transparent;
  font: inherit;
  outline: 0;
}

.availability-widget .button {
  white-space: nowrap;
}

.page-availability {
  position: static;
  left: auto;
  bottom: auto;
  transform: none;
  width: 100%;
  background: #f8f3ec;
  box-shadow: var(--shadow);
}

.text-link {
  color: var(--vanilla);
  border-bottom: 1px solid currentColor;
}

.hero-note {
  position: absolute;
  left: clamp(20px, 5vw, 70px);
  top: clamp(92px, 12vw, 150px);
  bottom: auto;
  z-index: 3;
  width: min(330px, calc(100% - 40px));
  padding: 22px 24px;
  background: rgba(106, 112, 77, 0.92);
  color: var(--walnut);
  border-radius: 34px 34px 34px 4px;
  box-shadow: var(--shadow);
}

.hero-note strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Lora O2";
  font-size: 24px;
  font-weight: 400;
  color: var(--vanilla);
}

.hero-note span {
  color: rgba(237, 225, 210, 0.84);
  line-height: 1.5;
}

.story-band {
  display: grid;
  grid-template-columns: 0.45fr 0.9fr 1.2fr;
  gap: clamp(24px, 4vw, 68px);
  align-items: center;
  padding: clamp(52px, 7vw, 105px) clamp(20px, 6vw, 90px);
  background: var(--vanilla);
}

.story-number {
  font-family: "Lora O2";
  font-size: clamp(82px, 12vw, 180px);
  color: rgba(106, 112, 77, 0.22);
  line-height: 0.8;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 300px;
  background: var(--green);
}

.feature-slice {
  position: relative;
  padding: clamp(26px, 4vw, 52px);
  overflow: hidden;
}

.feature-slice::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.18;
}

.feature-slice span {
  display: block;
  margin-bottom: 46px;
  font-family: "Lora O2";
  font-size: 18px;
}

.feature-slice p {
  max-width: 320px;
  color: var(--vanilla);
}

.feature-slice small {
  display: block;
  max-width: 330px;
  margin-top: 14px;
  color: rgba(237, 225, 210, 0.78);
  line-height: 1.55;
}

.feature-green {
  background: var(--green);
  color: var(--vanilla);
}

.feature-cream {
  background: var(--vanilla);
  color: var(--walnut);
  clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
}

.feature-cream p {
  color: var(--walnut);
}

.feature-brown {
  background: var(--walnut);
  color: var(--vanilla);
}

.architecture,
.kitchen {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
  padding: clamp(64px, 8vw, 120px) clamp(20px, 6vw, 90px);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(26px, 6vw, 90px);
  align-items: center;
  padding: clamp(74px, 10vw, 140px) clamp(20px, 6vw, 90px);
  background: var(--green);
  color: var(--vanilla);
}

.page-hero p {
  max-width: 660px;
  color: rgba(237, 225, 210, 0.84);
}

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

.page-hero-image {
  height: min(58vw, 620px);
  min-height: 360px;
  overflow: hidden;
  border-radius: 46px 46px 6px 46px;
  box-shadow: var(--shadow);
}

.page-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arch-image {
  height: 660px;
  border-radius: 52% 52% 10px 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.arch-copy {
  max-width: 620px;
}

.rooms {
  padding: clamp(64px, 8vw, 120px) clamp(20px, 5vw, 82px);
  background: #f8f3ec;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 36px;
  text-align: left;
}

.section-heading p {
  max-width: 520px;
}

.room-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 18px;
}

.room-tabs button {
  flex: 0 0 auto;
  border: 1px solid rgba(64, 46, 38, 0.18);
  border-radius: 999px;
  padding: 12px 16px;
  background: transparent;
  color: var(--walnut);
  font: inherit;
  cursor: pointer;
}

.room-tabs button.active {
  background: var(--green);
  color: var(--vanilla);
  border-color: var(--green);
}

.room-panel {
  display: grid;
  position: relative;
  grid-template-columns: minmax(310px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: stretch;
  margin-top: 16px;
  padding: clamp(20px, 3vw, 34px);
  background: linear-gradient(145deg, var(--vanilla), #f7efe4);
  border: 1px solid rgba(64, 46, 38, 0.12);
  border-radius: 46px 46px 46px 6px;
  box-shadow: var(--shadow);
}

.room-art {
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 620px;
  overflow: visible;
  border-radius: 40px 40px 6px 40px;
}

.room-art::after {
  display: none;
}

.room-main-image {
  position: relative;
  aspect-ratio: 6 / 7;
  height: auto;
  overflow: hidden;
  border-radius: 40px 40px 6px 40px;
}

.room-main-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(64, 46, 38, 0.62));
  pointer-events: none;
}

.room-capacity {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  background: var(--vanilla);
  color: var(--walnut);
  border-radius: 50% 50% 50% 8px;
}

.room-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
}

.room-thumb {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
}

.room-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88);
  transition: transform 180ms ease, filter 180ms ease;
}

.room-thumb:hover img,
.room-thumb.active img {
  transform: scale(1.04);
  filter: saturate(1.05);
}

.room-thumb.active {
  border-color: var(--green);
}

.room-capacity span {
  font-family: "Lora O2";
  font-size: 38px;
  line-height: 1;
}

.room-capacity small {
  margin-top: -22px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.room-content {
  align-self: center;
  padding-bottom: 0;
}

.room-content p {
  max-width: 720px;
  color: rgba(64, 46, 38, 0.82);
}

.room-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 0;
}

.room-data div {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 7px;
  row-gap: 5px;
  align-items: center;
  padding: 14px 12px;
  background: #f6eee4;
  border-radius: 28px 28px 28px 4px;
}

.data-icon,
.amenity-icon {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(106, 112, 77, 0.14);
  color: var(--green);
}

.data-icon svg,
.amenity-icon svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.room-data strong,
.room-data span {
  grid-column: auto;
}

.room-data div > span:not(.data-icon) {
  grid-column: 1 / -1;
  padding-left: 37px;
}

.room-data strong,
.amenity-wrap h4,
.price-wrap h4 {
  display: block;
  margin-bottom: 7px;
  color: var(--green);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.room-data span {
  color: var(--walnut);
}

.amenities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.amenities li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  color: rgba(64, 46, 38, 0.82);
}

.price-wrap small {
  color: var(--muted);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.price-wrap {
  display: block;
  margin: 28px 0;
}

.price-heading {
  margin-bottom: 12px;
}

.guest-options {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.guest-option {
  display: grid;
  gap: 3px;
  min-width: 112px;
  border: 1px solid rgba(106, 112, 77, 0.22);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 250, 241, 0.62);
  color: var(--walnut);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.guest-option span {
  font-size: 14px;
  font-weight: 600;
}

.guest-option small {
  font-size: 11px;
  color: rgba(64, 46, 38, 0.62);
  white-space: nowrap;
}

.guest-option.active {
  background: var(--green);
  color: var(--vanilla);
  border-color: var(--green);
}

.guest-option.active small {
  color: rgba(237, 225, 210, 0.78);
}

.featured-price {
  position: static;
  align-self: center;
  min-width: 210px;
  padding: 0;
  background: transparent;
  color: var(--walnut);
  border-radius: 0;
  text-align: right;
  box-shadow: none;
}

.room-actions {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
}

.room-actions .button {
  flex: 0 0 auto;
}

.featured-price span {
  display: block;
  margin-bottom: 6px;
  color: var(--green);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.featured-price strong {
  display: block;
  font-family: "Lora O2";
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 600;
  line-height: 0.92;
  color: var(--green);
}

.featured-price small {
  display: block;
  margin-top: 8px;
  color: rgba(64, 46, 38, 0.66);
  white-space: nowrap;
}

.section-warm {
  background: var(--sand);
}

.kitchen {
  grid-template-columns: 0.9fr 1.1fr;
}

.kitchen-copy {
  max-width: 660px;
}

.kitchen-image {
  height: 620px;
  overflow: hidden;
  border-radius: 6px 50% 50% 6px;
  box-shadow: var(--shadow);
}

.kitchen-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.kitchen-points span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  padding: 16px 20px 16px 18px;
  border: 1px solid rgba(106, 112, 77, 0.18);
  border-radius: 22px 22px 22px 6px;
  background: #fffaf1;
  color: var(--walnut);
  box-shadow: 0 16px 34px rgba(64, 46, 38, 0.1);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.kitchen-points span::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-right: 11px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(106, 112, 77, 0.12);
}

.booking-strip {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 28px clamp(20px, 6vw, 90px);
  background: var(--green);
  color: var(--vanilla);
}

.booking-strip span {
  font-family: "Lora O2";
  font-size: clamp(26px, 3vw, 46px);
}

.contact {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(30px, 6vw, 80px);
  padding: clamp(64px, 8vw, 120px) clamp(20px, 6vw, 90px);
}

.content-section {
  padding: clamp(64px, 8vw, 120px) clamp(20px, 6vw, 90px);
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.editorial-card {
  padding: clamp(24px, 4vw, 42px);
  background: #f8f3ec;
  border-radius: 42px 42px 42px 6px;
  border: 1px solid rgba(64, 46, 38, 0.1);
}

.editorial-card h3 {
  font-size: clamp(25px, 2.5vw, 34px);
}

.green-panel {
  background: var(--green);
  color: var(--vanilla);
}

.green-panel p {
  color: rgba(237, 225, 210, 0.82);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--green);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(64, 46, 38, 0.16);
  border-radius: 24px;
  padding: 15px 16px;
  background: #f8f3ec;
  color: var(--walnut);
  font: inherit;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.full,
.contact-form .button {
  grid-column: 1 / -1;
}

.contact-details {
  grid-column: 2;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.contact-details p {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(64, 46, 38, 0.14);
  border-radius: 24px 24px 24px 4px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 32px;
  background: var(--walnut);
  color: var(--vanilla);
}

.page-hero-smestaj {
  background: var(--green);
}

.page-hero-kuhinja {
  background: var(--sand);
  color: var(--walnut);
}

.page-hero-kuhinja h1,
.page-hero-kuhinja .hero-script {
  color: var(--walnut);
}

.page-hero-kuhinja p {
  color: var(--vanilla);
}

.page-hero-kuhinja .eyebrow {
  color: var(--vanilla);
}

.page-hero-kontakt {
  background: var(--ruby);
}

.site-footer img {
  width: 34px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 120px auto;
  }

  .main-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-self: start;
    width: 100%;
    overflow-x: auto;
  }

  .hero,
  .story-band,
  .architecture,
  .room-panel,
  .kitchen,
  .contact,
  .section-heading,
  .page-hero,
  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 500px;
    clip-path: none;
  }

  .hero-copy {
    padding-top: 36px;
    padding-bottom: 220px;
  }

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

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

  .feature-cream {
    clip-path: none;
  }

  .arch-image,
  .kitchen-image,
  .room-art {
    height: 500px;
    min-height: auto;
  }

  .room-art {
    height: auto;
  }

  .room-main-image {
    height: auto;
  }

  .room-capacity {
    bottom: 20px;
  }

  .contact-details {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 14px;
  }

  .brand img {
    width: 96px;
  }

  h1 {
    font-size: 48px;
  }

  .hero-actions,
  .booking-strip,
  .availability-widget {
    align-items: flex-start;
    flex-direction: column;
  }

  .availability-widget {
    position: relative;
    left: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    margin: -170px 20px 28px;
    width: calc(100% - 40px);
    transform: none;
  }

  .page-availability {
    margin: 0;
    width: 100%;
  }

  .hero-note {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 20px 24px;
  }

  .room-data,
  .amenities,
  .contact-form,
  .price-wrap {
    grid-template-columns: 1fr;
  }

  .featured-price {
    position: static;
    min-width: 0;
    margin-top: 18px;
    text-align: left;
  }

  .room-content {
    padding-bottom: 0;
  }

  .room-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Reference-led redesign: editorial luxury direction */
body {
  background: #f3eee6;
  background-image:
    radial-gradient(circle at 14% 10%, rgba(204, 184, 158, 0.24), transparent 28%),
    radial-gradient(circle at 86% 4%, rgba(106, 112, 77, 0.18), transparent 25%);
}

.site-header {
  position: sticky;
  top: 18px;
  width: min(1160px, calc(100% - 36px));
  margin: 18px auto 0;
  grid-template-columns: 155px 1fr auto;
  padding: 10px 12px 10px 22px;
  background: rgba(255, 252, 246, 0.92);
  color: var(--walnut);
  border: 1px solid rgba(64, 46, 38, 0.08);
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(64, 46, 38, 0.11);
}

.brand img {
  width: 118px;
  filter: brightness(0) saturate(100%) invert(39%) sepia(13%) saturate(792%) hue-rotate(31deg) brightness(92%) contrast(86%);
}

.main-nav {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.main-nav a {
  padding: 9px 12px;
  border: 0;
  border-radius: 999px;
}

.main-nav a:hover {
  background: rgba(106, 112, 77, 0.1);
}

.main-nav a.active {
  background: var(--green);
  color: var(--vanilla);
}

.button {
  min-height: 56px;
  padding: 16px 34px;
  background: var(--green);
  border-color: var(--green);
  border-radius: 999px;
  letter-spacing: 0.01em;
}

.button-small {
  min-height: 52px;
  padding: 15px 28px;
  background: var(--walnut);
  color: var(--vanilla);
  border-color: var(--walnut);
}

.hero {
  width: min(1500px, calc(100% - 40px));
  min-height: 810px;
  margin: 24px auto 0;
  grid-template-columns: 1fr;
  border-radius: 34px;
  background: #17140f;
  box-shadow: 0 30px 90px rgba(33, 26, 19, 0.26);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(18, 15, 11, 0.9) 0%, rgba(18, 15, 11, 0.72) 28%, rgba(18, 15, 11, 0.22) 46%, rgba(18, 15, 11, 0) 68%);
  border-radius: inherit;
}

.hero::after {
  content: none;
  right: 28px;
  bottom: 28px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(237, 225, 210, 0.18);
  border-radius: 50%;
  color: transparent;
}

.hero-media {
  position: absolute;
  inset: 0;
  min-height: 0;
  padding: 0;
  clip-path: none;
  overflow: hidden;
  border-radius: inherit;
  z-index: -2;
}

.hero-media picture {
  border-radius: inherit;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  filter: saturate(0.82) contrast(1.06) brightness(0.72);
  box-shadow: none;
}

.hero-copy {
  align-self: center;
  max-width: 760px;
  padding: clamp(110px, 12vw, 180px) clamp(30px, 7vw, 110px) 260px;
}

.hero-script {
  display: block;
  margin-bottom: 16px;
  color: var(--vanilla);
  font-family: "Lora O2";
  font-size: clamp(26px, 3vw, 42px);
  font-style: italic;
  opacity: 0.92;
}

.hero h1 {
  max-width: 760px;
  color: #fffaf1;
  font-family: "Helvetica Neue O2";
  font-size: clamp(46px, 6.6vw, 96px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.08;
  text-transform: uppercase;
}

.hero h1 em {
  font-family: "Lora O2";
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.hero-copy p {
  max-width: 590px;
  color: rgba(255, 250, 241, 0.78);
  font-size: 17px;
  letter-spacing: 0.01em;
}

.hero-actions .text-link {
  color: #fffaf1;
}

.availability-widget {
  bottom: 78px;
  grid-template-columns: 1fr 1fr 1fr minmax(210px, auto);
  padding: 13px;
  background: rgba(20, 17, 13, 0.52);
  border: 1px solid rgba(255, 250, 241, 0.25);
  border-radius: 22px;
  box-shadow: none;
}

.availability-widget label {
  background: rgba(255, 250, 241, 0.08);
  border: 1px solid rgba(255, 250, 241, 0.22);
  color: rgba(255, 250, 241, 0.72);
}

.availability-widget input,
.availability-widget select {
  color: #fffaf1;
  color-scheme: dark;
}

.availability-widget select {
  padding: 5px 8px;
  background: #fffaf1;
  color: var(--walnut);
  border-radius: 999px;
  color-scheme: light;
}

.availability-widget select option {
  background: #fffaf1;
  color: var(--walnut);
}

.availability-widget .button {
  min-height: 50px;
  background: var(--vanilla);
  border-color: var(--vanilla);
  color: var(--walnut);
  box-shadow: none;
}

.page-availability {
  position: static;
  left: auto;
  bottom: auto;
  transform: none;
  width: 100%;
  background: #fffaf1;
  border-color: rgba(64, 46, 38, 0.1);
  box-shadow: var(--shadow);
}

.page-availability label {
  background: rgba(106, 112, 77, 0.08);
  border-color: rgba(106, 112, 77, 0.16);
  color: var(--green);
}

.page-availability input,
.page-availability select {
  color: var(--walnut);
  color-scheme: light;
}

.hero-note {
  left: auto;
  top: 34px;
  right: 34px;
  width: 250px;
  padding: 18px 20px;
  background: rgba(237, 225, 210, 0.12);
  border: 1px solid rgba(237, 225, 210, 0.2);
  color: var(--vanilla);
  box-shadow: none;
}

.hero-note span {
  color: rgba(237, 225, 210, 0.72);
}

.story-band {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  padding: clamp(72px, 8vw, 130px) clamp(22px, 6vw, 90px);
  background: #f7f2e9;
}

.story-band p {
  max-width: 780px;
  margin: 0;
}

.story-number {
  display: none;
}

.story-band h2 {
  font-family: "Helvetica Neue O2";
  font-size: clamp(32px, 4.4vw, 62px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.features {
  width: min(1500px, calc(100% - 40px));
  margin: 0 auto;
  border-radius: 0 0 34px 34px;
  overflow: hidden;
  background: var(--walnut);
}

.feature-slice {
  min-height: 260px;
}

.feature-cream {
  z-index: 1;
  margin-left: -48px;
  padding-left: 100px;
}

.feature-slice h3 {
  font-family: "Helvetica Neue O2";
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.architecture {
  grid-template-columns: 0.85fr 1fr;
  background: #f3eee6;
}

.arch-image {
  height: 600px;
  border-radius: 50% 50% 8px 8px;
  outline: 1px solid rgba(64, 46, 38, 0.12);
  outline-offset: 12px;
}

.arch-copy h2,
.section-heading h2,
.kitchen-copy h2,
.contact-intro h2,
.page-hero h1,
.content-section h2 {
  font-family: "Lora O2";
  letter-spacing: 0;
  text-transform: none;
}

.rooms {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(1500px, calc(100% - 40px));
  margin: 0 auto clamp(70px, 8vw, 120px);
  padding: clamp(70px, 8vw, 120px) clamp(20px, 5vw, 72px);
  background: var(--walnut);
  border-radius: 34px;
  color: var(--vanilla);
}

.rooms::before,
.rooms::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.rooms::before {
  z-index: -2;
  background: url("assets/photos/rooms-background.jpg") center top / auto 1200px no-repeat;
}

.rooms::after {
  z-index: -1;
  background: linear-gradient(rgba(28, 24, 18, 0.8), rgba(28, 24, 18, 0.82));
}

.rooms .section-heading p,
.rooms p {
  color: rgba(237, 225, 210, 0.74);
}

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

.room-tabs {
  justify-content: center;
  gap: 12px;
  padding: 6px 6px 22px;
}

.room-tabs button {
  min-height: 48px;
  padding: 13px 19px;
  border-color: rgba(237, 225, 210, 0.58);
  background: rgba(255, 250, 241, 0.13);
  color: var(--vanilla);
  box-shadow: inset 0 0 0 1px rgba(255, 250, 241, 0.07), 0 10px 26px rgba(0, 0, 0, 0.14);
  font-weight: 600;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.room-tabs button:hover {
  transform: translateY(-1px);
  background: rgba(255, 250, 241, 0.22);
  border-color: rgba(237, 225, 210, 0.86);
}

.room-tabs button.active {
  background: var(--vanilla);
  color: var(--walnut);
  border-color: var(--vanilla);
  box-shadow: 0 16px 36px rgba(237, 225, 210, 0.18);
}

.room-panel {
  background: #fffaf1;
  border: 0;
  color: var(--walnut);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.room-panel .room-content p {
  color: rgba(64, 46, 38, 0.82);
}

.room-art {
  border-radius: 18px;
}

.room-data div {
  background: #f0e7d9;
}

.amenity-icon,
.data-icon {
  background: rgba(106, 112, 77, 0.16);
}

.kitchen {
  width: min(1500px, calc(100% - 40px));
  margin: 0 auto;
  border-radius: 34px;
  background: #f7f2e9;
}

.kitchen-image {
  border-radius: 8px 50% 50% 8px;
}

.booking-strip {
  width: min(1160px, calc(100% - 40px));
  margin: 44px auto;
  border-radius: 999px;
  background: var(--green);
  box-shadow: var(--green-shadow);
}

.page-hero {
  width: min(1500px, calc(100% - 40px));
  margin: 24px auto 0;
  min-height: 650px;
  border-radius: 34px;
  background: var(--walnut);
  box-shadow: 0 30px 90px rgba(33, 26, 19, 0.2);
}

.page-hero h1 {
  font-size: clamp(52px, 7vw, 112px);
  color: #fffaf1;
}

.page-hero-image {
  border-radius: 50% 50% 8px 8px;
  outline: 1px solid rgba(237, 225, 210, 0.2);
  outline-offset: 12px;
}

.content-section {
  background: #f3eee6;
}

.editorial-card {
  background: #fffaf1;
  border-radius: 26px;
}

.green-panel {
  background: var(--green);
}

.contact {
  background: #f7f2e9;
}

@media (max-width: 980px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    grid-template-columns: 125px auto;
    border-radius: 24px;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding: 115px 28px 260px;
  }

  .availability-widget {
    grid-template-columns: 1fr 1fr;
    bottom: 28px;
  }

  .hero-note {
    display: none;
  }

  .rooms,
  .features,
  .kitchen,
  .page-hero,
  .booking-strip {
    width: calc(100% - 24px);
  }

  .feature-cream {
    margin-left: 0;
    padding-left: clamp(26px, 4vw, 52px);
  }
}

@media (max-width: 620px) {
  p {
    line-height: 1.48;
  }

  .main-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    justify-self: stretch;
    overflow-x: visible;
  }

  .main-nav a {
    min-width: 0;
    padding: 9px 3px;
    text-align: center;
    white-space: nowrap;
  }

  .hero {
    width: calc(100% - 16px);
    margin-top: 14px;
    border-radius: 24px;
  }

  .hero-copy {
    padding: 44px 22px 22px;
  }

  .hero h1 {
    font-size: 37px;
    letter-spacing: 0.06em;
  }

  .hero-copy > .eyebrow,
  .hero-copy > .hero-script,
  .hero-copy > h1,
  .hero-copy > p {
    transform: translateY(-24px);
  }

  .hero-script {
    margin-bottom: 10px;
  }

  .hero-copy p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.45;
  }

  .hero-actions {
    margin-top: 82px;
  }

  .availability-widget {
    position: relative;
    left: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    gap: 7px;
    margin: 10px 14px 22px;
    width: calc(100% - 28px);
    padding: 9px;
    border-radius: 20px;
    transform: none;
    background: rgba(20, 17, 13, 0.78);
  }

  .availability-widget label {
    gap: 4px;
    padding: 9px 11px 7px;
    border-radius: 16px;
    font-size: 11px;
  }

  .availability-widget input,
  .availability-widget select {
    min-height: 28px;
    font-size: 14px;
  }

  .availability-widget select {
    padding: 4px 8px;
  }

  .availability-widget .button {
    min-height: 42px;
    padding: 12px 16px;
    font-size: 11px;
  }

  .page-availability {
    margin: 0;
    width: 100%;
    background: #fffaf1;
  }

  .feature-slice {
    min-height: 240px;
  }

  .rooms {
    border-radius: 24px;
  }

  .room-panel {
    padding: 12px;
    border-radius: 18px;
  }

  .room-main-image {
    height: auto;
    border-radius: 16px;
  }

  .room-capacity {
    bottom: 16px;
    left: 16px;
    width: 104px;
    height: 104px;
  }

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

  .booking-strip {
    border-radius: 24px;
  }
}

@media (max-width: 980px) {
  .page-hero-image,
  .arch-image,
  .kitchen-image {
    aspect-ratio: 4 / 5;
    height: auto;
    min-height: 0;
  }

  .room-art {
    min-height: 0;
  }

  .room-main-image {
    aspect-ratio: 6 / 7;
    height: auto;
  }
}

@media (max-width: 620px) {
  .hero-media {
    height: 100%;
    min-height: 0;
  }

  .hero::before {
    display: block;
    background: linear-gradient(
      180deg,
      rgba(18, 15, 11, 0.8) 0%,
      rgba(18, 15, 11, 0.62) 26%,
      rgba(18, 15, 11, 0.24) 43%,
      rgba(18, 15, 11, 0) 56%
    );
  }

  .hero-media img {
    filter: saturate(0.82) contrast(1.06) brightness(0.72);
  }

  .hero-media img,
  .page-hero-image img,
  .arch-image img,
  .kitchen-image img,
  .room-main-image img,
  .room-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-hero-image {
    aspect-ratio: 4 / 5;
    border-radius: 28px 28px 8px 8px;
    outline-offset: 7px;
  }

  .arch-image {
    aspect-ratio: 4 / 5;
    border-radius: 38px 38px 8px 8px;
    outline-offset: 7px;
  }

  .kitchen-image {
    aspect-ratio: 4 / 5;
    border-radius: 8px 38px 38px 8px;
  }

  .room-main-image {
    aspect-ratio: 6 / 7;
  }

  .room-thumbs {
    gap: 6px;
  }

  .room-thumb {
    aspect-ratio: 1;
  }
}

@media (max-width: 980px) {
  .architecture,
  .kitchen,
  .page-hero,
  .room-panel,
  .contact {
    grid-template-columns: 1fr;
  }

  .architecture,
  .kitchen,
  .page-hero,
  .contact {
    gap: 34px;
  }

  .page-hero > div:first-child {
    order: 2;
  }

  .page-hero .page-hero-image {
    order: 1;
  }

  .architecture .arch-image,
  .room-panel .room-art {
    order: 1;
  }

  .architecture .arch-copy,
  .room-panel .room-content {
    order: 2;
  }

  .kitchen .kitchen-copy {
    order: 1;
  }

  .kitchen .kitchen-image {
    order: 2;
  }

  .contact .contact-intro {
    order: 1;
  }

  .contact .contact-form {
    order: 2;
  }

  .contact .contact-details {
    order: 3;
  }

  .arch-image,
  .kitchen-image,
  .page-hero-image,
  .room-art {
    width: 100%;
  }

  .room-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    overflow: visible;
    gap: 10px;
    padding-bottom: 12px;
  }

  .room-tabs button {
    width: 100%;
    min-height: 48px;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 620px) {
  .architecture,
  .kitchen,
  .page-hero,
  .room-panel,
  .contact {
    gap: 24px;
  }

  .page-hero {
    padding-top: 26px;
  }

  .arch-copy,
  .kitchen-copy,
  .page-hero > div:first-child,
  .room-content,
  .contact-intro {
    max-width: none;
  }

  .room-tabs {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-inline: 0;
  }

  .room-tabs button {
    padding: 13px 16px;
    border-radius: 18px;
  }

  .amenity-wrap {
    padding: 14px;
    margin: 24px 0 22px;
    background: rgba(240, 231, 217, 0.72);
    border: 1px solid rgba(106, 112, 77, 0.14);
    border-radius: 20px 20px 20px 6px;
  }

  .amenity-wrap h4 {
    margin-bottom: 14px;
  }

  .amenities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
  }

  .amenities li {
    grid-template-columns: 26px 1fr;
    gap: 7px;
    min-height: 42px;
    padding: 8px;
    background: rgba(255, 250, 241, 0.62);
    border-radius: 14px;
    font-size: 12px;
    line-height: 1.25;
  }

  .amenities .amenity-icon {
    width: 26px;
    height: 26px;
  }

  .amenities .amenity-icon svg {
    width: 15px;
    height: 15px;
  }
}
