/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .grid {
    display: grid;
  }
}
:root {
  --ink: #18352c;
  --forest: #173d32;
  --forest-deep: #102d25;
  --cream: #f3efe5;
  --paper: #fbfaf6;
  --sage: #9daf91;
  --gold: #d5aa64;
  --line: rgba(24, 53, 44, 0.18);
  --font-body: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Manrope", "Helvetica Neue", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
.topbar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  padding: 0 4.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.28);
  background: rgba(0,0,0,.2);
}
.brand {
  display: flex;
  align-items: center;
  padding: 0;
  background: transparent;
}
.brand-logo {
  width: 126px;
  height: 72px;
  object-fit: contain;
}
.brand-footer {
  background: transparent;
  padding: 0;
}
.brand-footer .brand-logo {
  width: 140px;
  height: 84px;
}
nav {
  display: flex;
  gap: 38px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .14em;
}
nav a {
  transition: opacity .2s;
}
nav a:hover {
  opacity: .65;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid var(--forest);
  background: var(--forest);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 700;
  transition: transform .2s, background .2s, color .2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-small {
  min-height: 44px;
  padding: 0 20px;
  border-color: #fff;
  background: rgba(255,255,255,.08);
}
.button-light {
  background: var(--cream);
  color: var(--forest);
  border-color: var(--cream);
}
.button-large {
  min-height: 64px;
  padding: 0 36px;
}
.hero {
  position: relative;
  min-height: 780px;
  height: 100vh;
  color: #fff;
  overflow: hidden;
}
.hero-photo, .hero-shade {
  position: absolute;
  inset: 0;
}
.hero-photo {
  background: url("./brda-lato.png") center 52% / cover no-repeat;
  transform: scale(1.015);
}
.hero-shade {
  background: linear-gradient(90deg, rgba(11,36,29,.78) 0%, rgba(11,36,29,.4) 50%, rgba(11,36,29,.08) 100%), linear-gradient(0deg, rgba(8,25,20,.44), transparent 45%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: 185px 4.5vw 150px;
}
.eyebrow {
  margin: 0 0 18px;
  color: #637869;
  text-transform: uppercase;
  letter-spacing: .26em;
  font-size: 11px;
  font-weight: 700;
}
.eyebrow.light {
  color: #c9d4ca;
}
h1, h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.055em;
}
h1 {
  font-size: clamp(70px, 8.7vw, 132px);
}
h1 em, h2 i {
  font-style: normal;
  font-weight: 500;
  color: #d9c89f;
}
.hero-lead {
  max-width: 570px;
  margin: 32px 0 38px;
  font-size: 19px;
  line-height: 1.65;
  color: rgba(255,255,255,.86);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
}
.text-link {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
}
.text-link span {
  margin-left: 16px;
}
.hero-facts {
  position: absolute;
  z-index: 2;
  right: 4.5vw;
  bottom: 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: min(440px, 42vw);
  border-top: 1px solid rgba(255,255,255,.4);
}
.hero-facts span {
  padding: 16px 0 0 20px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
  opacity: .82;
}
.hero-facts b {
  display: block;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: -.03em;
}
.section {
  padding: 130px max(4.5vw, calc((100vw - 1320px)/2));
}
.section-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 80px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 700;
}
.section-kicker::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}
.section-kicker span {
  color: #95a096;
}
.section-kicker.light::after {
  background: rgba(255,255,255,.2);
}
.intro {
  background: var(--paper);
}
.intro-grid, .nearby-head, .amenities-head {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 9vw;
  align-items: end;
}
h2 {
  font-size: clamp(54px, 6.6vw, 96px);
}
h2 i {
  color: #7e917b;
}
.intro-copy {
  padding-bottom: 8px;
  color: #53645d;
}
.intro-copy .lead {
  margin-top: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -.02em;
}
.photo-composition {
  position: relative;
  margin: 100px 0 75px;
  min-height: 650px;
}
figure {
  margin: 0;
}
.photo-main {
  width: 72%;
}
.photo-main img {
  height: 590px;
  object-fit: cover;
  object-position: center 47%;
}
.photo-secondary {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
  padding: 14px;
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(26,48,38,.12);
}
.photo-secondary img {
  height: 350px;
  object-fit: cover;
  object-position: center 52%;
}
figcaption {
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 9px;
}
.round-note {
  position: absolute;
  left: 67%;
  top: 60px;
  width: 128px;
  height: 128px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 10px;
  line-height: 1.5;
  transform: rotate(8deg);
}
.round-note span {
  display: block;
  font-size: 17px;
}
.comforts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.comfort {
  padding: 32px 24px;
  border-right: 1px solid var(--line);
}
.comfort:last-child {
  border-right: 0;
}
.comfort strong {
  display: block;
  font-family: var(--font-display);
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.04em;
}
.comfort span {
  display: block;
  margin-top: 10px;
  color: #6b7b73;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.amenities {
  background: var(--forest);
  color: #fff;
}
.amenities .section-kicker {
  color: #d0d9d2;
}
.amenities-head {
  margin-bottom: 75px;
}
.amenities-head p:last-child {
  max-width: 520px;
  color: #b8c6bd;
}
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.17);
  border-left: 1px solid rgba(255,255,255,.17);
}
.amenity {
  min-height: 250px;
  padding: 30px;
  border-right: 1px solid rgba(255,255,255,.17);
  border-bottom: 1px solid rgba(255,255,255,.17);
}
.amenity-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 38px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  color: #d5c197;
  font-family: var(--font-display);
  font-size: 20px;
}
.amenity h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.025em;
}
.amenity p {
  margin: 0;
  color: #aebdb4;
  font-size: 13px;
}
.garden {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center end;
  padding: 8vw;
  overflow: hidden;
}
.garden-image {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 30%, rgba(9,34,26,.12)), url("https://images.unsplash.com/photo-1523987355523-c7b5b0dd90a7?auto=format&fit=crop&w=2000&q=88") center / cover;
}
.garden-card {
  position: relative;
  width: min(560px, 52vw);
  padding: 58px;
  background: rgba(18,57,46,.93);
  color: #fff;
  backdrop-filter: blur(6px);
}
.garden-card blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.035em;
}
.garden-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 38px;
}
.garden-tags span {
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.28);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 9px;
}
.nearby {
  background: var(--cream);
}
.nearby-head {
  margin-bottom: 80px;
}
.nearby-head > p {
  color: #607068;
}
.nearby-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 32px;
}
.place-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 330px;
  background: var(--paper);
}
.place-photo {
  min-height: 330px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.place-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8,30,23,.32), transparent 60%);
}
.place-photo span {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(250,248,240,.9);
  font-size: 10px;
  font-weight: 700;
}
.place-copy {
  padding: 38px 30px;
}
.place-copy small {
  color: #89968c;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 9px;
}
.place-copy h3 {
  margin: 8px 0 16px;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -.035em;
}
.place-copy p {
  margin: 0;
  color: #637069;
  font-size: 13px;
}
.photo-note {
  margin: 34px 0 0;
  color: #839087;
  font-size: 11px;
  font-style: italic;
  text-align: right;
}
.location {
  background: var(--paper);
}
.location-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 72px;
}
.location-head > p {
  color: #607068;
}
.location-panel {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  min-height: 590px;
  border: 1px solid var(--line);
  background: var(--cream);
}
.map-wrap {
  min-height: 590px;
  overflow: hidden;
  background: #dfe5dc;
}
.map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 590px;
  border: 0;
  filter: saturate(.72) contrast(.94);
}
.travel-options {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}
.travel-option {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 44px 38px;
  border-bottom: 1px solid var(--line);
}
.travel-option:last-child {
  border-bottom: 0;
}
.travel-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
}
.travel-copy small {
  color: #829087;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.travel-copy h3 {
  margin: 8px 0 12px;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -.035em;
}
.travel-copy p {
  margin: 0 0 22px;
  color: #617068;
  font-size: 13px;
}
.travel-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.location-note {
  margin: 20px 0 0;
  color: #829087;
  font-size: 11px;
  text-align: right;
}
.booking {
  color: #fff;
  background: var(--forest);
}
.booking .section-kicker {
  color: #d0d9d2;
}
.booking-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 68px;
}
.booking-head > p {
  color: #b8c6bd;
}
.pricing {
  display: grid;
  grid-template-columns: 1fr 1fr 1.35fr;
  margin-bottom: 28px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
}
.price-card, .price-details {
  padding: 30px 32px;
}
.price-card {
  border-right: 1px solid rgba(255,255,255,.2);
}
.price-season {
  margin: 0 0 12px;
  color: #c8d2cb;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.price-value {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 6px;
}
.price-value strong {
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -.04em;
}
.price-value span {
  color: #b8c6bd;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.price-card > p:last-child, .price-details p, .price-details small {
  color: #b8c6bd;
}
.price-card > p:last-child {
  margin: 0;
  font-size: 12px;
}
.price-details {
  display: grid;
  align-content: center;
  gap: 8px;
}
.price-details p {
  margin: 0;
  font-size: 12px;
}
.price-details strong {
  color: var(--cream);
}
.price-details small {
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.5;
}
.booking-terms {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 28px;
  border: 1px solid rgba(255,255,255,.2);
  border-top: 0;
}
.booking-term {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  padding: 24px 22px;
  border-right: 1px solid rgba(255,255,255,.2);
}
.booking-term:last-child {
  border-right: 0;
}
.booking-term > span {
  color: #8fa298;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
}
.booking-term h3 {
  margin: 0 0 7px;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
}
.booking-term p {
  margin: 0;
  color: #b8c6bd;
  font-size: 11px;
  line-height: 1.6;
}
.rules-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: -1px 0 28px;
  padding: 17px 22px;
  border: 1px solid rgba(255,255,255,.2);
  color: #c8d2cb;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.rules-link strong {
  color: var(--cream);
  font-weight: 700;
}
.booking-panel {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  background: var(--paper);
  color: var(--ink);
}
.calendar {
  padding: 42px;
  border-right: 1px solid var(--line);
}
.calendar-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 10px;
  font-weight: 700;
}
.calendar-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 18px;
  cursor: pointer;
}
.calendar-arrow:disabled {
  opacity: .25;
  cursor: default;
}
.calendar-months {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
.calendar-month h3 {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.calendar-weekday {
  padding-bottom: 9px;
  color: #87958d;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.calendar-day {
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  cursor: pointer;
  transition: background .15s, color .15s;
}
.calendar-day:hover:not(:disabled) {
  background: #e2e8df;
}
.calendar-day.is-in-range {
  border-radius: 0;
  background: #e2e8df;
}
.calendar-day.is-start, .calendar-day.is-end {
  border-radius: 50%;
  background: var(--forest);
  color: #fff;
}
.calendar-day.is-unavailable {
  color: #a1aaa4;
  text-decoration: line-through;
  background: #eeeae2;
  cursor: not-allowed;
}
.calendar-day.is-past {
  color: #c7cdc8;
  cursor: not-allowed;
}
.calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #68766e;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.calendar-legend span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.legend-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid var(--line);
}
.legend-dot.is-busy {
  background: #eeeae2;
}
.legend-dot.is-selected {
  background: var(--forest);
}
.booking-form {
  padding: 42px;
  background: #e8e3d8;
}
.booking-form h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -.035em;
}
.booking-form-lead {
  margin: 0 0 26px;
  color: #65736b;
  font-size: 13px;
}
.booking-form label {
  display: block;
  margin-bottom: 16px;
}
.booking-form label > span:first-child {
  display: block;
  margin-bottom: 6px;
  color: #5e6c65;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.booking-form input, .booking-form select, .booking-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid rgba(24,53,44,.2);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 13px;
}
.booking-form textarea {
  resize: vertical;
}
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus {
  outline: 2px solid var(--sage);
  outline-offset: 1px;
}
.booking-form .consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 9px;
  align-items: start;
}
.booking-form .consent input {
  width: 17px;
  min-height: 17px;
  margin-top: 2px;
}
.booking-form .consent span {
  margin: 0;
  color: #5f6d65;
  font-size: 11px;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}
.booking-form .button {
  width: 100%;
  margin-top: 6px;
}
.booking-form .button:disabled {
  opacity: .6;
  cursor: wait;
}
.booking-trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.booking-status {
  min-height: 42px;
  margin: 15px 0 0;
  color: #65736b;
  font-size: 12px;
}
.booking-status[data-type="success"] {
  color: #1c6b45;
}
.booking-status[data-type="error"] {
  color: #a23b31;
}
footer {
  min-height: 145px;
  padding: 35px 4.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: var(--forest-deep);
  color: #fff;
}
footer p, footer > a:last-child {
  color: #9daf9f;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.admin-body {
  min-width: 320px;
  margin: 0;
  background: #e9e5dc;
  color: var(--ink);
}
.admin-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0 90px;
}
.admin-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}
.admin-header h1 {
  margin: 3px 0 10px;
  color: var(--ink);
  font-size: clamp(48px, 7vw, 86px);
}
.admin-header > div > p:last-child {
  max-width: 720px;
  margin: 0;
  color: #65736b;
}
.admin-header .button {
  color: #fff;
  background: var(--forest);
  white-space: nowrap;
}
.admin-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 24px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.admin-summary article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
  padding: 24px 28px;
  border-right: 1px solid var(--line);
}
.admin-summary article:last-child {
  border-right: 0;
}
.admin-summary span {
  color: #6d7b73;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.admin-summary strong {
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 600;
}
.admin-panel {
  padding: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
}
.admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.admin-toolbar h2 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
}
.admin-refresh {
  min-height: 38px;
  padding: 0 17px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}
.admin-refresh:disabled {
  opacity: .5;
  cursor: wait;
}
.admin-status {
  min-height: 20px;
  margin: 18px 0;
  color: #65736b;
  font-size: 12px;
}
.admin-status[data-type="success"] {
  color: #1c6b45;
}
.admin-status[data-type="warning"] {
  color: #89621b;
}
.admin-status[data-type="error"] {
  color: #a23b31;
}
.admin-list {
  display: grid;
  gap: 16px;
}
.reservation-card {
  padding: 26px;
  border: 1px solid var(--line);
  background: #f6f3ed;
}
.reservation-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.reservation-card h3 {
  margin: 9px 0 4px;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
}
.reservation-card-head p, .reservation-stay span {
  margin: 0;
  color: #69776f;
  font-size: 12px;
}
.reservation-status {
  display: inline-flex;
  padding: 6px 9px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.reservation-status.is-pending {
  color: #7a5517;
  background: #f2dfb8;
}
.reservation-status.is-payment_pending {
  color: #614594;
  background: #e4dbf3;
}
.reservation-status.is-confirmed {
  color: #145f3b;
  background: #cfe6d8;
}
.reservation-status.is-cancelled {
  color: #8a342d;
  background: #eed2cf;
}
.reservation-stay {
  display: grid;
  gap: 7px;
  text-align: right;
}
.reservation-stay strong {
  font-size: 14px;
}
.reservation-message {
  margin: 20px 0 0;
  padding: 14px 16px;
  background: #ebe7de;
  color: #5f6d65;
  font-size: 12px;
}
.reservation-acceptance {
  display: grid;
  grid-template-columns: 1fr 180px minmax(240px, .7fr) auto;
  gap: 16px;
  align-items: end;
  margin-top: 22px;
  padding: 20px;
  border: 1px solid #d7c79f;
  background: #f4ead2;
}
.reservation-acceptance > div {
  display: grid;
  gap: 4px;
}
.reservation-acceptance > div strong {
  font-family: var(--font-display);
  font-size: 18px;
}
.reservation-acceptance > div span {
  color: #73664b;
  font-size: 10px;
}
.reservation-acceptance label {
  display: grid;
  gap: 6px;
}
.reservation-acceptance label > span {
  color: #6d624a;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.reservation-acceptance input {
  width: 100%;
  min-height: 43px;
  padding: 10px 12px;
  border: 1px solid #cdbc94;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.reservation-acceptance .button {
  min-height: 43px;
  color: #fff;
  background: var(--forest);
  white-space: nowrap;
}
.reservation-acceptance .button:disabled {
  opacity: .55;
  cursor: wait;
}
.reservation-payment {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.reservation-payment > div {
  display: grid;
  gap: 5px;
}
.reservation-payment > div > span, .reservation-payment label > span {
  color: #6d7b73;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.reservation-payment > div > strong {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
}
.reservation-payment small {
  max-width: 500px;
  color: #77847d;
  font-size: 10px;
}
.reservation-payment form {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.reservation-payment label {
  display: grid;
  gap: 6px;
}
.reservation-payment input {
  width: 150px;
  min-height: 43px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.reservation-payment .button {
  min-height: 43px;
  color: #fff;
  background: var(--forest);
}
.reservation-payment .button:disabled {
  opacity: .55;
  cursor: wait;
}
.admin-empty {
  padding: 48px 20px;
  color: #69776f;
  text-align: center;
}
.rules-body {
  background: var(--paper);
}
.rules-topbar {
  position: relative;
  min-height: 92px;
  padding: 0 4.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.rules-topbar .button {
  color: #fff;
  background: var(--forest);
}
.rules-hero {
  min-height: 520px;
  padding: 100px 4.5vw 90px;
  display: grid;
  align-content: end;
  color: #fff;
  background: linear-gradient(90deg, rgba(9,31,25,.9), rgba(9,31,25,.3)),
    url("./brda-lato.png") center 52% / cover no-repeat;
}
.rules-hero h1 {
  margin: 12px 0 24px;
  font-size: clamp(62px, 10vw, 130px);
}
.rules-hero > p:last-child {
  max-width: 680px;
  margin: 0;
  color: #d6dfd8;
  font-size: 17px;
}
.rules-content {
  padding: 110px 4.5vw;
}
.rules-intro {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 7vw;
  align-items: end;
  margin-bottom: 72px;
}
.rules-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -40px;
}
.rules-intro h2 {
  margin: 0;
}
.rules-intro > p:last-child {
  margin: 0;
  color: #64736b;
  font-size: 17px;
}
.rules-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line);
}
.rule-card {
  position: relative;
  min-height: 260px;
  padding: 42px 42px 40px 82px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.rule-card:nth-child(2n) {
  border-right: 0;
}
.rule-card:nth-last-child(-n+2) {
  border-bottom: 0;
}
.rule-card > span {
  position: absolute;
  left: 30px;
  top: 45px;
  color: #8a978f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
}
.rule-card h3 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -.03em;
}
.rule-card p {
  margin: 0;
  color: #64736b;
  font-size: 13px;
}
.rules-company {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 7vw;
  align-items: end;
  margin-top: 32px;
  padding: 50px;
  border: 1px solid var(--line);
}
.rules-company h2 {
  margin: 8px 0 0;
  font-size: clamp(34px, 4vw, 56px);
}
.rules-company address {
  color: #526159;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
}
.rules-safety {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 7vw;
  align-items: end;
  margin-top: 32px;
  padding: 50px;
  color: #fff;
  background: var(--forest);
}
.rules-safety h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(40px, 5vw, 68px);
}
.rules-safety > p {
  margin: 0;
  color: #c6d1ca;
}
@media (max-width: 980px) {
  nav {
    display: none;
  }
  .hero {
    min-height: 740px;
  }
  .hero-content {
    padding-top: 180px;
  }
  .hero-facts {
    width: 48vw;
  }
  .section {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .intro-grid, .nearby-head, .amenities-head {
    grid-template-columns: 1fr;
    gap: 45px;
    align-items: start;
  }
  .photo-main {
    width: 78%;
  }
  .photo-main img {
    height: 500px;
  }
  .photo-secondary {
    width: 40%;
  }
  .comforts {
    grid-template-columns: repeat(2, 1fr);
  }
  .comfort:nth-child(2) {
    border-right: 0;
  }
  .comfort:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .garden {
    min-height: 660px;
  }
  .garden-card {
    width: min(620px, 70vw);
  }
  .nearby-grid {
    grid-template-columns: 1fr;
  }
  .location-head {
    grid-template-columns: 1fr;
    gap: 38px;
    align-items: start;
  }
  .location-panel {
    grid-template-columns: 1fr;
  }
  .map-wrap, .map-wrap iframe {
    min-height: 430px;
  }
  .booking-head {
    grid-template-columns: 1fr;
    gap: 38px;
    align-items: start;
  }
  .pricing {
    grid-template-columns: 1fr 1fr;
  }
  .price-card:nth-child(2) {
    border-right: 0;
  }
  .price-details {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255,255,255,.2);
  }
  .booking-terms {
    grid-template-columns: repeat(2, 1fr);
  }
  .booking-term:nth-child(2) {
    border-right: 0;
  }
  .booking-term:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
  .booking-panel {
    grid-template-columns: 1fr;
  }
  .calendar {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .admin-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .admin-summary {
    grid-template-columns: 1fr;
  }
  .admin-summary article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .admin-summary article:last-child {
    border-bottom: 0;
  }
  .reservation-acceptance {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .rules-intro {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }
  .rules-intro .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }
  .rules-company {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .rules-safety {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .topbar {
    height: 78px;
    padding: 0 20px;
  }
  .brand {
    padding: 0;
  }
  .brand-logo {
    width: 96px;
    height: 62px;
  }
  .topbar .button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 9px;
  }
  .hero {
    min-height: 760px;
    height: 100svh;
  }
  .hero-photo {
    background-position: 58% center;
  }
  .hero-shade {
    background: linear-gradient(90deg, rgba(9,31,25,.77), rgba(9,31,25,.27)), linear-gradient(0deg, rgba(9,31,25,.65), transparent 55%);
  }
  .hero-content {
    padding: 150px 20px 160px;
  }
  h1 {
    font-size: clamp(58px, 19vw, 84px);
  }
  h2 {
    font-size: clamp(46px, 14vw, 66px);
  }
  .hero-lead {
    font-size: 16px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .hero-facts {
    left: 20px;
    right: 20px;
    bottom: 22px;
    width: auto;
  }
  .hero-facts span {
    padding-left: 0;
    font-size: 8px;
  }
  .section {
    padding: 78px 20px;
  }
  .section-kicker {
    margin-bottom: 52px;
  }
  .intro-copy .lead {
    font-size: 21px;
  }
  .photo-composition {
    min-height: 540px;
    margin: 65px 0 55px;
  }
  .photo-main {
    width: 92%;
  }
  .photo-main img {
    height: 420px;
  }
  .photo-secondary {
    width: 52%;
  }
  .photo-secondary img {
    height: 220px;
  }
  .round-note {
    left: auto;
    right: 8px;
    top: -30px;
    width: 98px;
    height: 98px;
    font-size: 8px;
  }
  .comfort {
    padding: 24px 12px;
  }
  .comfort strong {
    font-size: 38px;
  }
  .amenities-grid {
    grid-template-columns: 1fr;
  }
  .amenity {
    min-height: auto;
  }
  .garden {
    min-height: 700px;
    padding: 20px;
    place-items: end center;
  }
  .garden-image {
    background-position: 44% center;
  }
  .garden-card {
    width: 100%;
    padding: 35px 28px;
  }
  .nearby-grid {
    gap: 28px;
  }
  .place-card {
    grid-template-columns: 1fr;
  }
  .place-photo {
    min-height: 260px;
  }
  .photo-note {
    text-align: left;
  }
  .location-panel {
    min-height: auto;
  }
  .map-wrap, .map-wrap iframe {
    min-height: 360px;
  }
  .travel-option {
    grid-template-columns: 38px 1fr;
    gap: 14px;
    padding: 32px 22px;
  }
  .travel-number {
    width: 36px;
    height: 36px;
  }
  .location-note {
    text-align: left;
  }
  .pricing {
    grid-template-columns: 1fr;
  }
  .price-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
  .price-card, .price-details {
    padding: 24px 20px;
  }
  .price-details {
    grid-column: auto;
    border-top: 0;
  }
  .booking-terms {
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(255,255,255,.2);
  }
  .booking-term, .booking-term:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
  .booking-term:last-child {
    border-bottom: 0;
  }
  .calendar, .booking-form {
    padding: 28px 20px;
  }
  .calendar-months {
    grid-template-columns: 1fr;
  }
  .calendar-month:nth-child(2) {
    display: none;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .admin-shell {
    width: min(100% - 28px, 1240px);
    padding-top: 30px;
  }
  .admin-panel {
    padding: 18px 14px;
  }
  .admin-header {
    margin-bottom: 28px;
  }
  .admin-header .button {
    width: 100%;
  }
  .reservation-card {
    padding: 19px 16px;
  }
  .reservation-card-head, .reservation-payment {
    align-items: stretch;
    flex-direction: column;
  }
  .reservation-stay {
    text-align: left;
  }
  .reservation-payment form {
    align-items: stretch;
    flex-direction: column;
  }
  .reservation-payment input {
    width: 100%;
  }
  .rules-topbar {
    min-height: 78px;
    padding: 0 20px;
  }
  .rules-topbar .button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 8px;
  }
  .rules-hero {
    min-height: 500px;
    padding: 80px 20px 60px;
  }
  .rules-content {
    padding: 78px 20px;
  }
  .rules-grid {
    grid-template-columns: 1fr;
  }
  .rule-card, .rule-card:nth-child(2n), .rule-card:nth-last-child(-n+2) {
    min-height: auto;
    padding: 32px 25px 30px 64px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .rule-card:last-child {
    border-bottom: 0;
  }
  .rule-card > span {
    left: 22px;
    top: 35px;
  }
  .rules-safety {
    padding: 34px 25px;
  }
  footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 45px 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
