:root {
  --request-ink: #24372e;
  --request-green: #28583f;
  --request-green-dark: #183d2b;
  --request-violet: #73608f;
  --request-paper: #fbf6ed;
  --request-line: #d8cebf;
  --request-sans: "Manrope", Arial, sans-serif;
  --request-serif: "Cormorant Garamond", Georgia, serif;
  --request-script: "Marck Script", cursive;
}

header nav a,
header .mobile-nav a {
  position: relative;
}

header nav a[aria-current="page"]::after,
header .mobile-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  border-radius: 2px;
  background: #667e70;
}

/* A slightly more readable desktop header scale; logo artwork stays untouched. */
body > .home-header nav a,
body > .site-header nav a {
  font-size: 14px;
}

body > .home-header .home-brand span,
body > .site-header .brand > span,
body > .site-header .brand-note,
body > .site-header .logo > span {
  font-size: 12px;
}

body > .home-header .home-actions a,
body > .site-header .phone,
body > .site-header .phone-link,
body > .site-header .header-phone {
  font-size: 14px;
}

body > .home-header .home-btn,
body > .site-header .button,
body > .site-header .btn {
  font-size: 14px;
}

@media (min-width: 1181px) and (max-width: 1320px) {
  body > .home-header nav a,
  body > .site-header nav a {
    font-size: 12px;
  }

  body > .home-header .home-brand span,
  body > .site-header .brand > span,
  body > .site-header .brand-note,
  body > .site-header .logo > span {
    font-size: 11px;
  }

  body > .home-header .home-actions a,
  body > .site-header .phone,
  body > .site-header .phone-link,
  body > .site-header .header-phone,
  body > .home-header .home-btn,
  body > .site-header .button,
  body > .site-header .btn {
    font-size: 13px;
  }
}

.header-contact-stack {
  display: grid;
  flex: 0 0 auto;
  justify-items: center;
  gap: 4px;
  min-width: max-content;
}

.header-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 18px;
  color: #28583f;
}

.header-social-glyph {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  opacity: .88;
  border-radius: 3px;
  cursor: pointer;
  transition: opacity .18s ease, transform .18s ease;
}

.header-social-glyph img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-social-glyph--vk {
  width: 19px;
  height: 15px;
}

.header-social-glyph--max {
  width: 17px;
  height: 17px;
}

.header-social-glyph:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.header-social-glyph:focus-visible {
  outline: 2px solid #6c5b91;
  outline-offset: 3px;
  opacity: 1;
}

@media (max-width: 1100px) {
  body > .site-header .header-contact-stack {
    display: none;
  }
}

@media (max-width: 760px) {
  body > .home-header .header-contact-stack {
    display: none;
  }
}

.request-fab {
  position: fixed;
  z-index: 45;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 19px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  color: #fff;
  background: rgba(30, 76, 53, .95);
  box-shadow: 0 13px 35px rgba(19, 48, 35, .3);
  backdrop-filter: blur(12px);
  font: 700 12px/1 var(--request-sans);
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.request-fab::before {
  content: "♡";
  font: 24px/1 var(--request-serif);
}

.request-fab:hover {
  transform: translateY(-2px);
  background: var(--request-green-dark);
  box-shadow: 0 17px 40px rgba(19, 48, 35, .36);
}

.request-dialog {
  width: min(980px, calc(100% - 32px));
  max-width: none;
  max-height: min(760px, calc(100dvh - 32px));
  padding: 0;
  border: 0;
  border-radius: 24px;
  color: var(--request-ink);
  background: var(--request-paper);
  box-shadow: 0 30px 90px rgba(12, 30, 21, .45);
  overflow: hidden;
}

.request-dialog::backdrop {
  background: rgba(14, 33, 24, .64);
  backdrop-filter: blur(7px);
}

.request-dialog[open] {
  animation: request-dialog-in .25s ease-out both;
}

@keyframes request-dialog-in {
  from { opacity: 0; transform: translateY(18px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.request-layout {
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(420px, 1.22fr);
  min-height: 610px;
}

.request-story {
  position: relative;
  isolation: isolate;
  padding: 48px 42px 38px;
  color: #fff;
  background:
    linear-gradient(155deg, rgba(22, 62, 43, .96), rgba(45, 78, 59, .86)),
    url("../assets/paper-texture-tile-v1.webp") center / 640px;
  overflow: hidden;
}

.request-story::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 250px;
  height: 390px;
  right: -105px;
  bottom: -95px;
  background: url("../assets/lavender-corner-v3.webp") center / contain no-repeat;
  opacity: .58;
  transform: rotate(-8deg);
  mix-blend-mode: screen;
}

.request-eyebrow {
  margin: 0 0 18px;
  color: #dcccf0;
  font: 25px/1.1 var(--request-script);
}

.request-story h2 {
  max-width: 330px;
  margin: 0;
  font: 600 45px/.95 var(--request-serif);
  letter-spacing: -.025em;
}

.request-story > p:not(.request-eyebrow) {
  max-width: 320px;
  margin: 24px 0 32px;
  color: rgba(255, 255, 255, .78);
  font: 12px/1.7 var(--request-sans);
}

.request-promises {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
  font: 600 12px/1.45 var(--request-sans);
}

.request-promises li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: center;
}

.request-promises li::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  color: #dacded;
}

.request-form-wrap {
  position: relative;
  padding: 43px 48px 36px;
  background:
    linear-gradient(rgba(255, 253, 248, .86), rgba(255, 253, 248, .86)),
    url("../assets/paper-texture-tile-v1.webp") center / 620px;
  overflow: auto;
}

.request-close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--request-line);
  border-radius: 50%;
  color: var(--request-ink);
  background: rgba(255, 255, 255, .64);
  font: 25px/1 var(--request-serif);
  cursor: pointer;
}

.request-heading {
  margin: 0 0 7px;
  font: 600 38px/1 var(--request-serif);
  letter-spacing: -.02em;
}

.request-subheading {
  margin: 0 0 27px;
  color: #6c756e;
  font: 11px/1.55 var(--request-sans);
}

.request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 15px;
}

.request-field {
  display: grid;
  gap: 7px;
  margin: 0;
  color: #4e5a53;
  font: 700 10px/1.2 var(--request-sans);
  letter-spacing: .035em;
  text-transform: uppercase;
}

.request-date-shell {
  position: relative;
}

.request-date-shell > input[type="hidden"] {
  display: none;
}

.request-date-trigger {
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 51px;
  padding: 13px 14px 13px 15px;
  border: 1px solid #d7cdbf;
  border-radius: 10px;
  outline: 0;
  color: #858c87;
  background: rgba(255, 255, 255, .72);
  font: 500 13px/1.35 var(--request-sans);
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.request-date-trigger:hover,
.request-date-trigger:focus-visible,
.request-date-trigger[aria-expanded="true"] {
  border-color: #718f7e;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(74, 112, 89, .12);
}

.request-date-trigger.has-value {
  color: var(--request-ink);
}

.request-calendar-glyph {
  position: relative;
  width: 20px;
  height: 18px;
  border: 1.5px solid #647d6d;
  border-radius: 4px;
}

.request-calendar-glyph::before {
  content: "";
  position: absolute;
  left: -1.5px;
  right: -1.5px;
  top: 4px;
  border-top: 1.5px solid #647d6d;
}

.request-calendar-glyph::after {
  content: "";
  position: absolute;
  left: 4px;
  top: -4px;
  width: 9px;
  height: 5px;
  border-left: 1.5px solid #647d6d;
  border-right: 1.5px solid #647d6d;
}

.request-calendar {
  position: absolute;
  z-index: 12;
  top: calc(100% + 9px);
  left: 0;
  width: 320px;
  padding: 17px;
  border: 1px solid #d4c8b7;
  border-radius: 16px;
  color: var(--request-ink);
  background:
    linear-gradient(rgba(255, 253, 248, .94), rgba(255, 253, 248, .94)),
    url("../assets/paper-texture-tile-v1.webp") center / 500px;
  box-shadow: 0 18px 45px rgba(28, 48, 37, .22);
  text-transform: none;
  animation: request-calendar-in .16s ease-out both;
}

.request-calendar[hidden] {
  display: none;
}

@keyframes request-calendar-in {
  from { opacity: 0; transform: translateY(-5px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.request-calendar::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 28px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #d4c8b7;
  border-left: 1px solid #d4c8b7;
  background: #fffdf8;
  transform: rotate(45deg);
}

.request-calendar-head {
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
}

.request-calendar-head strong {
  font: 600 20px/1 var(--request-serif);
  text-align: center;
  text-transform: capitalize;
}

.request-calendar-head button {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #d8cebf;
  border-radius: 50%;
  color: #3e5e4b;
  background: rgba(255, 255, 255, .72);
  cursor: pointer;
}

.request-calendar-head button:hover:not(:disabled) {
  color: #fff;
  background: var(--request-green);
}

.request-calendar-head button:disabled {
  opacity: .32;
  cursor: default;
}

.request-calendar-weekdays,
.request-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.request-calendar-weekdays {
  margin-bottom: 5px;
  color: #8b857b;
  font: 700 9px/1 var(--request-sans);
  text-align: center;
  text-transform: uppercase;
}

.request-calendar-days button,
.request-calendar-empty {
  aspect-ratio: 1;
}

.request-calendar-days button {
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #35463d;
  background: transparent;
  font: 600 11px/1 var(--request-sans);
  cursor: pointer;
}

.request-calendar-days button:hover:not(:disabled) {
  background: #e4ece5;
}

.request-calendar-days button[aria-current="date"] {
  color: #fff;
  background: var(--request-green);
  box-shadow: 0 5px 12px rgba(40, 88, 63, .24);
}

.request-calendar-days button:disabled {
  color: #c4c0b8;
  cursor: default;
}

.request-calendar-clear {
  display: block;
  margin: 13px auto 0;
  padding: 7px 5px 2px;
  border: 0;
  border-bottom: 1px dashed #899a8e;
  color: #65736b;
  background: transparent;
  font: 600 9px/1.2 var(--request-sans);
  cursor: pointer;
}

.request-field--wide,
.request-submit,
.request-consent,
.request-form-status {
  grid-column: 1 / -1;
}

.request-trap {
  position: fixed !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.request-field input,
.request-field select,
.request-field textarea {
  width: 100%;
  min-height: 51px;
  padding: 13px 15px;
  border: 1px solid #d7cdbf;
  border-radius: 10px;
  outline: 0;
  color: var(--request-ink);
  background: rgba(255, 255, 255, .72);
  font: 500 13px/1.35 var(--request-sans);
  text-transform: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.request-field textarea {
  min-height: 80px;
  resize: vertical;
}

.request-field input:focus,
.request-field select:focus,
.request-field textarea:focus {
  border-color: #718f7e;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(74, 112, 89, .12);
}

.request-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #6c756e;
  font: 10px/1.45 var(--request-sans);
}

.request-consent input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--request-green);
  flex: 0 0 auto;
}

.request-submit {
  min-height: 53px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--request-green);
  box-shadow: 0 8px 22px rgba(38, 83, 59, .2);
  font: 700 13px/1 var(--request-sans);
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}

.request-submit:hover {
  transform: translateY(-1px);
  background: var(--request-green-dark);
}

.request-submit:disabled {
  transform: none;
  opacity: .68;
  cursor: wait;
}

.request-form-status {
  margin: -6px 0 0;
  color: #8a8176;
  text-align: center;
  font: 9px/1.45 var(--request-sans);
}

.request-form-status[data-state="error"] {
  color: #9d453e;
  font-weight: 700;
}

.request-form-status[data-state="loading"] {
  color: #4b6e59;
}

.request-success {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 500px;
  padding: 35px;
  text-align: center;
}

.request-success-mark {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin-bottom: 24px;
  border: 1px solid #92a79a;
  border-radius: 50%;
  color: var(--request-green);
  background: #edf2ed;
  font: 40px/1 var(--request-serif);
}

.request-success h3 {
  margin: 0;
  font: 600 41px/1 var(--request-serif);
}

.request-success p {
  max-width: 380px;
  margin: 14px 0 24px;
  color: #68736c;
  font: 12px/1.65 var(--request-sans);
}

.request-success button {
  min-width: 180px;
  min-height: 48px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--request-green);
  font: 700 12px var(--request-sans);
  cursor: pointer;
}

.site-date-card {
  display: grid !important;
  align-content: center;
  min-height: 190px;
  padding: 24px !important;
  border: 1px solid #d8cebf !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .64) !important;
  cursor: pointer;
}

.site-date-card label {
  display: grid;
  gap: 11px;
  color: #59645e;
  font: 700 11px/1.2 var(--request-sans);
}

.site-date-card input {
  width: 100%;
  min-height: 55px;
  padding: 12px 14px;
  border: 1px solid #cfc4b5;
  border-radius: 10px;
  color: var(--request-ink);
  background: #fffdf8;
  font: 600 14px var(--request-sans);
  cursor: pointer;
}

.site-date-card p {
  margin: 13px 0 0;
  color: #7a817c;
  font: 10px/1.5 var(--request-sans);
}

.booking-form input[name="guests"] {
  width: 100%;
  height: 43px;
  padding: 0 14px;
  border: 1px solid #d8cfc2;
  border-radius: 4px;
  outline: 0;
  color: var(--request-ink);
  background: rgba(255, 255, 255, .82);
  font: 600 12px var(--request-sans);
}

.booking-form input[name="guests"]:focus {
  border-color: #718f7e;
  box-shadow: 0 0 0 3px rgba(74, 112, 89, .12);
}

.booking-form .guest-field input[name="guests"] {
  width: 110px;
  height: 34px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  text-align: right;
  box-shadow: none;
}

.related-routes {
  position: relative;
  padding: 70px 0 76px;
  color: var(--request-ink);
  background:
    linear-gradient(rgba(251, 247, 239, .92), rgba(251, 247, 239, .92)),
    url("../assets/paper-texture-tile-v1.webp") center / 720px;
  overflow: hidden;
}

.related-routes__inner {
  width: min(1180px, calc(100% - 60px));
  margin: auto;
}

.related-routes__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  margin-bottom: 27px;
}

.related-routes__eyebrow {
  margin: 0 0 4px;
  color: var(--request-violet);
  font: 24px/1 var(--request-script);
}

.related-routes h2 {
  margin: 0;
  font: 600 42px/1 var(--request-serif);
}

.related-routes__all {
  padding-bottom: 7px;
  border-bottom: 1px solid #738679;
  color: #315743;
  text-decoration: none;
  font: 700 11px var(--request-sans);
}

.related-routes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.related-route {
  display: grid;
  grid-template-columns: 115px 1fr;
  min-height: 132px;
  border: 1px solid #dbd1c4;
  border-radius: 12px;
  color: inherit;
  background: rgba(255, 253, 248, .76);
  text-decoration: none;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}

.related-route:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(42, 53, 46, .12);
}

.related-route img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-route div {
  display: grid;
  align-content: center;
  padding: 16px;
}

.related-route span {
  color: #7a827d;
  font: 700 9px var(--request-sans);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.related-route h3 {
  margin: 6px 0 9px;
  font: 600 21px/1.05 var(--request-serif);
}

.related-route b {
  color: #355b47;
  font: 700 10px var(--request-sans);
}

.site-bridge-footer {
  padding: 43px 0 34px;
  color: #f4f5f1;
  background: #173e2c;
  font-family: var(--request-sans);
}

.site-bridge-footer__inner {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 55px;
  width: min(1180px, calc(100% - 60px));
  margin: auto;
}

.site-bridge-footer img {
  width: 145px;
  filter: brightness(0) invert(1);
}

.site-bridge-footer p,
.site-bridge-footer a,
.site-bridge-footer span {
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  line-height: 1.65;
  text-decoration: none;
}

.site-bridge-footer nav {
  display: grid;
  gap: 7px;
}

.site-bridge-footer b {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}

.site-bridge-footer__bottom {
  width: min(1180px, calc(100% - 60px));
  margin: 30px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
}

@media (max-width: 1180px) {
  header nav {
    gap: 17px !important;
  }

  header nav a {
    font-size: 10px !important;
  }
}

@media (max-width: 1100px) {
  .home-header nav.global-open {
    position: absolute;
    top: 74px;
    right: 28px;
    display: grid !important;
    gap: 0 !important;
    width: min(260px, calc(100vw - 30px));
    padding: 12px;
    border: 1px solid #ded3c5;
    border-radius: 12px;
    background: rgba(251, 247, 239, .98);
    box-shadow: 0 18px 45px rgba(24, 45, 34, .2);
  }

  .home-header nav.global-open a {
    padding: 11px 12px;
    font-size: 12px !important;
  }

  .home-header nav.global-open a[aria-current="page"]::after {
    display: none;
  }
}

@media (max-width: 820px) {
  .request-layout {
    display: block;
  }

  .request-story {
    padding: 34px 32px 28px;
  }

  .request-story h2 {
    font-size: 37px;
  }

  .request-story > p:not(.request-eyebrow),
  .request-promises {
    display: none;
  }

  .request-form-wrap {
    padding: 34px 30px 30px;
  }

  .request-heading {
    padding-right: 35px;
    font-size: 34px;
  }

  .related-routes__grid {
    grid-template-columns: 1fr;
  }

  .related-route {
    grid-template-columns: 120px 1fr;
  }

  .site-bridge-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .request-fab {
    right: 14px;
    bottom: 14px;
    min-height: 44px;
    padding: 0 15px;
    font-size: 10px;
  }

  .request-dialog {
    width: calc(100% - 16px);
    max-height: calc(100dvh - 16px);
    border-radius: 18px;
  }

  .request-story {
    padding: 27px 24px 22px;
  }

  .request-eyebrow {
    margin-bottom: 10px;
    font-size: 21px;
  }

  .request-story h2 {
    max-width: 260px;
    font-size: 31px;
  }

  .request-form-wrap {
    padding: 27px 20px 24px;
  }

  .request-heading {
    font-size: 30px;
  }

  .request-subheading {
    margin-bottom: 20px;
  }

  .request-form {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .request-calendar {
    width: min(320px, calc(100vw - 64px));
  }

  .request-field--wide,
  .request-submit,
  .request-consent,
  .request-form-status {
    grid-column: auto;
  }

  .related-routes {
    padding: 54px 0 60px;
  }

  .related-routes__inner,
  .site-bridge-footer__inner,
  .site-bridge-footer__bottom {
    width: min(100% - 30px, 520px);
  }

  .related-routes__head {
    display: block;
  }

  .related-routes h2 {
    margin-bottom: 15px;
    font-size: 34px;
  }

  .related-route {
    grid-template-columns: 102px 1fr;
  }

  .site-bridge-footer__inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .request-dialog[open] { animation: none; }
  .request-fab,
  .request-submit,
  .request-date-trigger,
  .related-route { transition: none; }

  .request-calendar { animation: none; }
}
