:root {
  --white: #fff;
  --black: #000;
  --color-brand: #221c34;
  --color-gold: #e9a227;
  --color-olive: #82a03a;
  --color-whatsapp: #29a544;
  --color-sky: #0b4f8a;
  --color-cream: #f6efe3;
  --color-sand: #d39a10;
  --color-green: #3c9672;
  --color-orange: #e58d00;
  --color-lime: #a3b239;
  --color-rust: #b5761d;
  --color-coral: #f2603c;
  --color-maroon: #5c1519;
  --color-brass: #b8941f;
  --color-teal-panel: #14626c;
  --color-teal-deep: #1b6065;
  --color-green-dark: #1e7a3c;
  --ring-color: #dff6ea;
  --color-teal: #1b6065;
  --color-primary: #221c34;
  --color-heading: #191919;
  --color-text: #221c34;
  --color-body: #333333;
  --color-text-muted: #707070;
  --color-bg: #fff;
  --color-border: #d6d6d6;
  --dark-100: #eaeaea;
  --dark-150: #d6d6d6;
  --dark-200: #c1c1c1;
  --dark-250: #adadad;
  --dark-300: #999999;
  --dark-350: #848484;
  --dark-400: #707070;
  --dark-450: #5b5b5b;
  --dark-500: #474747;
  --dark-550: #333333;
  --dark-600: #2d2d2d;
  --dark-650: #282828;
  --dark-700: #232323;
  --dark-750: #1e1e1e;
  --dark-800: #191919;
  --dark-850: #141414;
  --dark-900: #0f0f0f;
  --dark-950: #0a0a0a;
  --transition-duration: 0.3s;
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --primary-font: "Aileron";
  --heading-font: "Zapf Intl ITC Std";
  --display-font: "Bellefair";
  --accent-font: "Manrope";
  --fw-lighter: 200;
  --fw-light: 300;
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fs-xs: 0.75rem;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.25rem;
  --fs-xl: 1.5rem;
  --fs-2xl: 1.875rem;
  --fs-3xl: 2rem;
  --fs-4xl: 2.25rem;
  --fs-5xl: 2.5rem;
  --fs-6xl: 2.875rem;
  --fs-7xl: 3rem;
  --fs-8xl: 3.25rem;
  --fs-9xl: 3.5rem;
  --fs-10xl: 4rem;
  --fs-display-xs: 4.5rem;
  --fs-display-sm: 5rem;
  --fs-display-md: 5.5rem;
  --fs-display-lg: 6rem;
  --fs-display-xl: 7rem;
  --fs-display-2xl: 8rem;
  --fs-display-3xl: 9rem;
  --fs-display-4xl: 10rem;
}

@font-face {
  font-family: "Zapf Intl ITC Std";
  src: url("../fonts/ZapfIntlITCStd-Heavy.woff2") format("woff2"), url("../fonts/ZapfIntlITCStd-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zapf Intl ITC Std";
  src: url("../fonts/ZapfIntlITCStd-Demi.woff2") format("woff2"), url("../fonts/ZapfIntlITCStd-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zapf Intl ITC Std";
  src: url("../fonts/ZapfIntlITCStd-Light.woff2") format("woff2"), url("../fonts/ZapfIntlITCStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zapf Intl ITC Std";
  src: url("../fonts/ZapfIntlITCStd-Medium.woff2") format("woff2"), url("../fonts/ZapfIntlITCStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-SemiBold.woff2") format("woff2"), url("../fonts/Aileron-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Bold.woff2") format("woff2"), url("../fonts/Aileron-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Light.woff2") format("woff2"), url("../fonts/Aileron-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Regular.woff2") format("woff2"), url("../fonts/Aileron-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bellefair";
  src: url("../fonts/Bellefair-Regular.woff2") format("woff2"), url("../fonts/Bellefair-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: var(--primary-font);
  font-weight: var(--fw-normal);
  font-size: 1rem;
  color: var(--color-text);
  background: var(--color-cream) url("../images/body-bg.jpg") repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  line-height: 1.15;
  margin: 0;
}

a {
  text-decoration: none;
}

a,
button {
  transition: all var(--transition-duration) ease-out;
}

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

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::selection {
  color: var(--white);
  background: var(--color-brand);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-brand) var(--white);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-brand);
  border-radius: 0;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.4);
}

html {
  scroll-behavior: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.header {
  position: relative;
  width: 100%;
  z-index: 100;
}

.navbar-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 18px 0;
  background: transparent;
  transition: all var(--transition-duration) ease-out;
}
.navbar-main.navbar-fixed {
  padding: 10px 0;
  background: var(--color-teal-panel);
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}
.navbar-main.has-open-dropdown {
  background: var(--color-teal-panel);
  backdrop-filter: blur(6px);
}
.navbar-main > .container {
  position: relative;
  z-index: 1;
}

.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 12, 26, 0.42);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s var(--ease-out-quint), visibility 0s linear 0.35s;
}

.has-open-dropdown .nav-backdrop {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0;
  padding: 0;
}
.navbar-brand img {
  width: 168px;
  height: auto;
  transition: width var(--transition-duration) ease-out;
}
.navbar-fixed .navbar-brand img {
  width: 130px;
}

.navbar-collapse {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-basis: auto;
  flex-grow: 0;
  gap: 14px;
}

.navbar-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: var(--fs-md);
  font-weight: var(--fw-normal);
  letter-spacing: 0.02em;
}
.navbar-phone i {
  display: inline-block;
  font-size: var(--fs-lg);
  line-height: 1;
  transform-origin: center;
  animation: phoneRing 2s ease-in-out infinite;
}
.navbar-phone:hover {
  color: var(--color-gold);
}
.navbar-phone:hover i {
  animation-duration: 1s;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-phone i {
    animation: none;
  }
}
.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 0 8px;
  color: var(--white);
  font-family: var(--primary-font);
  font-weight: var(--fw-normal);
  font-size: var(--fs-sm);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.navbar-nav .nav-link i {
  font-size: 0.7em;
  transition: transform var(--transition-duration) ease-out;
}
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--color-gold);
  transition: width var(--transition-duration) ease-out;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: var(--color-gold);
}
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after {
  width: 100%;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 20;
  padding-top: 14px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -10px);
  pointer-events: none;
  transition: opacity 0.3s var(--ease-out-quint), transform 0.3s var(--ease-out-quint), visibility 0s linear 0.3s;
}

.nav-dropdown-inner {
  width: max-content;
  max-width: min(92vw, 720px);
  padding: 20px 18px;
  background: var(--white);
  border-top: 3px solid var(--color-gold);
  border-radius: 4px 4px 14px 14px;
  box-shadow: 0 26px 60px rgba(15, 12, 26, 0.28), 0 2px 6px rgba(15, 12, 26, 0.1);
}

.nav-dropdown-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(var(--rows, 4), auto);
  gap: 2px 18px;
}

.nav-dropdown-link {
  position: relative;
  display: block;
  padding: 9px 14px 9px 20px;
  border-radius: 8px;
  color: var(--color-text);
  font-family: var(--primary-font);
  font-size: var(--fs-sm);
  font-weight: var(--fw-normal);
  line-height: 1.35;
  letter-spacing: 0.02em;
  transition: background 0.25s ease-out, color 0.25s ease-out;
}
.nav-dropdown-link::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 8px;
  height: 2px;
  background: var(--color-gold);
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s var(--ease-out-quint);
}
.nav-dropdown-link:hover, .nav-dropdown-link:focus-visible {
  background: rgba(233, 162, 39, 0.12);
  color: var(--color-gold);
}
.nav-dropdown-link:hover::before, .nav-dropdown-link:focus-visible::before {
  transform: translateY(-50%) scaleX(1);
}
.nav-dropdown-link:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 2px;
}

.has-dropdown:hover > .nav-dropdown,
.has-dropdown.is-open > .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
  transition-delay: 0s;
}
.has-dropdown:hover > .nav-link i,
.has-dropdown.is-open > .nav-link i {
  transform: rotate(180deg);
}

.nav-dropdown-link {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.32s var(--ease-out-quint), transform 0.32s var(--ease-out-quint), background 0.25s ease-out, color 0.25s ease-out;
}

.has-dropdown:hover .nav-dropdown-link,
.has-dropdown.is-open .nav-dropdown-link {
  opacity: 1;
  transform: translateY(0);
}

.has-dropdown:hover .nav-dropdown-link:nth-child(1),
.has-dropdown.is-open .nav-dropdown-link:nth-child(1) {
  transition-delay: 50ms;
}

.has-dropdown:hover .nav-dropdown-link:nth-child(2),
.has-dropdown.is-open .nav-dropdown-link:nth-child(2) {
  transition-delay: 68ms;
}

.has-dropdown:hover .nav-dropdown-link:nth-child(3),
.has-dropdown.is-open .nav-dropdown-link:nth-child(3) {
  transition-delay: 86ms;
}

.has-dropdown:hover .nav-dropdown-link:nth-child(4),
.has-dropdown.is-open .nav-dropdown-link:nth-child(4) {
  transition-delay: 104ms;
}

.has-dropdown:hover .nav-dropdown-link:nth-child(5),
.has-dropdown.is-open .nav-dropdown-link:nth-child(5) {
  transition-delay: 122ms;
}

.has-dropdown:hover .nav-dropdown-link:nth-child(6),
.has-dropdown.is-open .nav-dropdown-link:nth-child(6) {
  transition-delay: 140ms;
}

.has-dropdown:hover .nav-dropdown-link:nth-child(7),
.has-dropdown.is-open .nav-dropdown-link:nth-child(7) {
  transition-delay: 158ms;
}

.has-dropdown:hover .nav-dropdown-link:nth-child(8),
.has-dropdown.is-open .nav-dropdown-link:nth-child(8) {
  transition-delay: 176ms;
}

.has-dropdown:hover .nav-dropdown-link:nth-child(9),
.has-dropdown.is-open .nav-dropdown-link:nth-child(9) {
  transition-delay: 194ms;
}

.has-dropdown:hover .nav-dropdown-link:nth-child(10),
.has-dropdown.is-open .nav-dropdown-link:nth-child(10) {
  transition-delay: 212ms;
}

.has-dropdown:hover .nav-dropdown-link:nth-child(11),
.has-dropdown.is-open .nav-dropdown-link:nth-child(11) {
  transition-delay: 230ms;
}

.has-dropdown:hover .nav-dropdown-link:nth-child(12),
.has-dropdown.is-open .nav-dropdown-link:nth-child(12) {
  transition-delay: 248ms;
}

.has-dropdown:hover .nav-dropdown-link:nth-child(13),
.has-dropdown.is-open .nav-dropdown-link:nth-child(13) {
  transition-delay: 266ms;
}

.has-dropdown:hover .nav-dropdown-link:nth-child(14),
.has-dropdown.is-open .nav-dropdown-link:nth-child(14) {
  transition-delay: 284ms;
}

.has-dropdown:hover .nav-dropdown-link:nth-child(15),
.has-dropdown.is-open .nav-dropdown-link:nth-child(15) {
  transition-delay: 302ms;
}

.has-dropdown:hover .nav-dropdown-link:nth-child(16),
.has-dropdown.is-open .nav-dropdown-link:nth-child(16) {
  transition-delay: 320ms;
}

@media (prefers-reduced-motion: reduce) {
  .nav-dropdown {
    transform: translateX(-50%);
    transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  }
  .has-dropdown:hover > .nav-dropdown,
  .has-dropdown.is-open > .nav-dropdown {
    transform: translateX(-50%);
  }
  .nav-dropdown-link {
    opacity: 1;
    transform: none;
    transition: background 0.25s ease-out, color 0.25s ease-out;
    transition-delay: 0s !important;
  }
  .nav-dropdown-link::before {
    transition: none;
  }
}
.navbar-toggler {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
.navbar-toggler span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 0 auto 0 0;
  background: var(--white);
  transition: all var(--transition-duration) ease-out;
}
.navbar-toggler span:nth-child(2) {
  width: 18px;
}
.navbar-toggler:hover span {
  background: var(--color-gold);
  width: 26px;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(10, 8, 18, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-duration) ease-out;
}
.drawer-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  display: flex;
  flex-direction: column;
  width: min(88vw, 360px);
  height: 100%;
  background: var(--color-brand);
  box-shadow: -6px 0 30px rgba(0, 0, 0, 0.35);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.drawer.is-open {
  transform: translateX(0);
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.drawer-header img {
  width: 120px;
  height: auto;
}

.drawer-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: var(--white);
  font-size: var(--fs-lg);
  line-height: 1;
  cursor: pointer;
}
.drawer-close:hover {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: var(--color-brand);
}

.drawer-nav {
  flex: 1;
  padding: 10px 24px;
}
.drawer-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.drawer-nav .drawer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.drawer-nav .drawer-link {
  display: block;
  flex: 1;
  padding: 15px 0;
  color: var(--white);
  font-size: var(--fs-sm);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.drawer-nav .drawer-link.active, .drawer-nav .drawer-link:hover {
  color: var(--color-gold);
}

.drawer-caret {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: var(--fs-xs);
  cursor: pointer;
  transition: transform var(--transition-duration) ease-out;
}

.drawer-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.drawer-submenu li a {
  display: block;
  padding: 10px 0 10px 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--fs-sm);
}
.drawer-submenu li a:hover {
  color: var(--color-gold);
}
.drawer-submenu li:last-child a {
  padding-bottom: 18px;
}

.drawer-item.is-open .drawer-caret {
  transform: rotate(180deg);
  background: var(--color-gold);
  color: var(--color-brand);
}

.drawer-footer {
  padding: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.drawer-footer .navbar-phone {
  margin-bottom: 18px;
}
.drawer-footer .btn-hero {
  width: 100%;
}
.drawer-footer .btn-hero + .btn-hero {
  margin-top: 12px;
}

@media (max-width: 1399px) {
  .navbar-nav {
    gap: 26px;
  }
}
@media (max-width: 1199px) {
  .navbar-brand img {
    width: 140px;
  }
  .navbar-nav {
    gap: 20px;
  }
  .navbar-nav .nav-link {
    font-size: var(--fs-xs);
  }
  .nav-dropdown-inner {
    max-width: min(92vw, 620px);
    padding: 16px 14px;
  }
  .nav-dropdown-list {
    gap: 2px 12px;
  }
}
@media (max-width: 991px) {
  .navbar-main {
    padding: 14px 0;
  }
  .navbar-collapse {
    display: none;
  }
  .navbar-toggler {
    display: flex;
  }
  .navbar-brand img,
  .navbar-fixed .navbar-brand img {
    width: 120px;
  }
}
body.drawer-open {
  overflow: hidden;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}

.container-wide {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 24px;
}

.container-mid {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer {
  padding: 12px 0 110px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 283fr 385fr 375fr 277fr;
  gap: 40px 0;
  padding-top: 92px;
  border-top: 1px solid rgba(25, 25, 25, 0.12);
}

.footer-logo {
  display: inline-block;
}
.footer-logo img {
  width: 207px;
  max-width: 100%;
  height: auto;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 44px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: var(--fs-base);
  line-height: 1;
}
.footer-social a:hover {
  background: currentColor;
}
.footer-social a:hover i {
  color: var(--color-cream);
}

.footer-instagram {
  color: #e1306c;
}

.footer-facebook {
  color: #1877f2;
}

.footer-youtube {
  color: #ff0000;
}

.footer-contact li + li {
  margin-top: 34px;
}

.footer-contact a {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.footer-contact-icon {
  flex-shrink: 0;
  margin-top: 4px;
  color: var(--color-green-dark);
  font-size: var(--fs-lg);
  line-height: 1;
}

.footer-contact-label {
  display: block;
  color: var(--color-body);
  font-size: var(--fs-sm);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-contact-value {
  display: block;
  margin-top: 4px;
  color: var(--color-heading);
  font-size: var(--fs-md);
  transition: color var(--transition-duration) ease-out;
}

.footer-contact a:hover .footer-contact-value {
  color: var(--color-rust);
}

.footer-title {
  margin-bottom: 34px;
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-xl);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.footer-links li + li {
  margin-top: 20px;
}

.footer-links a {
  color: var(--color-body);
  font-size: var(--fs-sm);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.footer-links a:hover {
  color: var(--color-rust);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 100px;
}

.footer-copy {
  margin: 0;
  color: var(--color-body);
  font-size: var(--fs-sm);
}

.footer-tripadvisor img {
  width: 175px;
  height: auto;
}

@media (max-width: 1199px) {
  .footer {
    padding-bottom: 80px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 30px;
    padding-top: 60px;
  }
  .footer-logo img {
    width: 170px;
  }
  .footer-social {
    margin-top: 30px;
  }
  .footer-bottom {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 56px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 46px;
  }
  .footer-title {
    margin-bottom: 22px;
  }
  .footer-contact li + li {
    margin-top: 24px;
  }
  .footer-bottom {
    margin-top: 44px;
  }
}
.preloader {
  display: none;
}

.js .preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-teal-panel);
  will-change: transform;
}

.preloader-words {
  position: relative;
  margin: 0;
}

.preloader-word {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--color-cream);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: clamp(1.75rem, 5vw, 3.25rem);
  letter-spacing: 0.02em;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.preloader-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-green);
}

.preloader-curve {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 180px;
  fill: var(--color-teal-panel);
}

@media (max-width: 767px) {
  .preloader-curve {
    height: 110px;
  }
  .preloader-word {
    gap: 12px;
  }
  .preloader-dot {
    width: 8px;
    height: 8px;
  }
}
.is-loading,
.is-loading body {
  overflow: hidden;
}

@keyframes navDown {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes upBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes downBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(10px);
  }
  60% {
    transform: translateY(5px);
  }
}
@keyframes dropAnim {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes btnIconMove {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(8px, -8px);
  }
  60% {
    transform: translate(4px, -4px);
  }
}
@keyframes btn-shineAnim {
  100% {
    left: 125%;
  }
}
@keyframes ornamentDrip {
  0% {
    transform: translateY(-7px);
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
  100% {
    transform: translateY(11px);
    opacity: 0;
  }
}
@keyframes ornamentSpin {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(405deg);
  }
}
.js [data-reveal] img {
  clip-path: inset(0% 0% 100% 0%);
}

.js [data-reveal=down] img {
  clip-path: inset(100% 0% 0% 0%);
}

.js [data-reveal=left] img {
  clip-path: inset(0% 100% 0% 0%);
}

.js [data-reveal=right] img {
  clip-path: inset(0% 0% 0% 100%);
}

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] img {
    clip-path: none;
  }
}
@keyframes phoneRing {
  0% {
    transform: rotate(0deg) scale(1);
  }
  2% {
    transform: rotate(-22deg) scale(1.08);
  }
  5% {
    transform: rotate(20deg) scale(1.08);
  }
  8% {
    transform: rotate(-16deg) scale(1.05);
  }
  11% {
    transform: rotate(14deg) scale(1.05);
  }
  14% {
    transform: rotate(-9deg) scale(1.02);
  }
  17% {
    transform: rotate(7deg) scale(1.02);
  }
  20% {
    transform: rotate(0deg) scale(1);
  }
  26% {
    transform: rotate(0deg) scale(1);
  }
  28% {
    transform: rotate(-22deg) scale(1.08);
  }
  31% {
    transform: rotate(20deg) scale(1.08);
  }
  34% {
    transform: rotate(-16deg) scale(1.05);
  }
  37% {
    transform: rotate(14deg) scale(1.05);
  }
  40% {
    transform: rotate(-9deg) scale(1.02);
  }
  43% {
    transform: rotate(6deg) scale(1.02);
  }
  46%, 100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes ringSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-rust);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-sm);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.link-arrow i {
  font-size: 0.8em;
  transition: transform var(--transition-duration) ease-out;
}
.link-arrow:hover {
  color: var(--color-orange);
}
.link-arrow:hover i {
  transform: translateX(5px);
}

.link-arrow-light {
  color: var(--color-cream);
}
.link-arrow-light:hover {
  color: var(--color-gold);
}

.btn-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 46px;
  border: 0;
  color: var(--color-cream);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-base);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  cursor: pointer;
}
.btn-solid i {
  font-size: 1.25em;
  line-height: 1;
}
.btn-solid img {
  width: 26px;
  height: auto;
}
.btn-solid:hover {
  background: var(--color-heading);
  color: var(--color-cream);
}
.btn-solid-brass {
  background: var(--color-brass);
}
.btn-solid-orange {
  background: var(--color-orange);
}
.btn-solid-lime {
  background: var(--color-lime);
}
.btn-solid-green {
  background: var(--color-whatsapp);
}
.btn-solid-teal {
  background: var(--color-teal);
}

@media (max-width: 767px) {
  .btn-solid {
    padding: 13px 30px;
    font-size: var(--fs-sm);
    letter-spacing: 0.1em;
  }
}
.btn-hero {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 254px;
  padding: 16px 26px;
  border: 0;
  color: var(--white);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-base);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  overflow: hidden;
  cursor: pointer;
  transition: all var(--transition-duration) ease-out;
}
.btn-hero img {
  position: relative;
  z-index: 1;
  width: 26px;
  height: auto;
}
.btn-hero span {
  position: relative;
  z-index: 1;
}
.btn-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--transition-duration) ease-out;
}
.btn-hero:hover {
  color: var(--white);
}
.btn-hero:hover::before {
  transform: scaleX(1);
}
.btn-hero-book {
  background: var(--color-olive);
}
.btn-hero-whatsapp {
  background: var(--color-whatsapp);
}

@media (max-width: 767px) {
  .btn-hero {
    min-width: 210px;
    gap: 12px;
    padding: 13px 20px;
    font-size: var(--fs-sm);
  }
  .btn-hero img {
    width: 22px;
  }
}
.return-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  border: 0;
  background: var(--color-brand);
  border-radius: 50%;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: all var(--transition-duration) ease-out;
  z-index: 10;
}
.return-top span {
  position: relative;
  z-index: 1;
  line-height: 0;
}
.return-top img {
  position: relative;
  width: 20px;
  animation: upBounce 2s infinite;
}
.return-top.visible {
  opacity: 1;
  pointer-events: auto;
}
.return-top:hover span img {
  top: 5px;
}

.return-top-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  pointer-events: none;
}
.return-top-ring circle {
  fill: none;
  stroke-width: 2;
}

.return-top-track {
  stroke: rgba(255, 255, 255, 0.16);
}

.return-top-bar {
  stroke: var(--color-green);
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.ornament {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 10px;
}
.ornament span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(25, 25, 25, 0.55);
  animation: ornamentDrip 1.8s ease-in-out infinite;
}
.ornament span:nth-child(2) {
  animation-delay: 0.22s;
}
.ornament span:nth-child(3) {
  animation-delay: 0.44s;
}
.ornament em {
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 4px;
  background: rgba(25, 25, 25, 0.7);
  transform: rotate(45deg);
  animation: ornamentSpin 7s linear infinite;
}

.ornament-light span {
  background: rgba(255, 255, 255, 0.75);
}
.ornament-light em {
  background: rgba(255, 255, 255, 0.85);
}

@media (prefers-reduced-motion: reduce) {
  .ornament span,
  .ornament em {
    animation: none;
  }
}
.torn-edge {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  z-index: 3;
  line-height: 0;
  pointer-events: none;
}
.torn-edge img {
  display: block;
  width: 100%;
  height: auto;
}

.torn-edge-top {
  top: -1px;
  bottom: auto;
  transform: scaleY(-1);
}

.trust-bar {
  position: relative;
  z-index: 2;
  padding-top: 34px;
}
.trust-bar .container-wide {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.12);
}

.trust-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 96px;
}
.trust-list li {
  line-height: 0;
}
.trust-list img {
  width: 100%;
  height: auto;
  transition: opacity var(--transition-duration) ease-out;
}
.trust-list a {
  display: block;
}
.trust-list a:hover img {
  opacity: 0.75;
}

.trust-tripadvisor {
  width: 172px;
}

.trust-google {
  width: 154px;
}

.trust-choice {
  width: 100px;
}

@media (max-width: 767px) {
  .trust-bar {
    padding-top: 26px;
  }
  .trust-bar .container-wide {
    padding-bottom: 22px;
  }
  .trust-list {
    gap: 18px 34px;
  }
  .trust-tripadvisor {
    width: 128px;
  }
  .trust-google {
    width: 114px;
  }
  .trust-choice {
    width: 72px;
  }
}
@media (max-width: 479px) {
  .trust-list {
    gap: 14px 20px;
  }
  .trust-tripadvisor {
    width: 104px;
  }
  .trust-google {
    width: 92px;
  }
  .trust-choice {
    width: 58px;
  }
}
.page-hero {
  position: relative;
  padding: 175px 0 30px;
  background: var(--color-teal-deep);
}

.page-hero-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}

.page-hero-content {
  flex: 1 1 auto;
  max-width: 700px;
}

.page-hero-eyebrow {
  margin: 0 0 14px;
  color: var(--color-gold);
  font-family: var(--primary-font);
  font-size: var(--fs-sm);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.tour-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 34px;
  margin: 30px 0 0;
  padding-left: 22px;
}
.tour-facts li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(246, 239, 227, 0.92);
  font-size: var(--fs-sm);
  letter-spacing: 0.02em;
}
.tour-facts i {
  color: var(--color-gold);
  font-size: var(--fs-md);
  line-height: 1;
}

@media (max-width: 767px) {
  .page-hero-eyebrow {
    font-size: var(--fs-xs);
  }
  .tour-facts {
    gap: 10px 22px;
    margin-top: 22px;
    padding-left: 0;
  }
}
.page-hero-title {
  color: var(--color-cream);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-9xl);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.page-hero-text {
  position: relative;
  max-width: 660px;
  margin: 34px 0 0;
  padding-left: 22px;
  color: rgba(246, 239, 227, 0.92);
  font-size: var(--fs-base);
  font-weight: var(--fw-light);
  line-height: 1.65;
}
.page-hero-text::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 3px;
  background: var(--color-gold);
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 42px;
}

.page-hero-photos {
  --stack-w: 400px;
  --stack-h: 500px;
  --back-x: 0px;
  --back-y: 10px;
  --back-rot: -7deg;
  --front-x: 20px;
  --front-y: 20px;
  --front-rot: 5deg;
  position: relative;
  flex: 0 0 var(--stack-w);
  height: var(--stack-h);
  z-index: 4;
}

.page-hero-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--stack-w);
  height: var(--stack-h);
  margin: 0;
  padding: 18px 18px 58px;
  background: var(--white);
  box-shadow: 0 26px 54px rgba(9, 30, 28, 0.35);
}
.page-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-photo-back {
  z-index: 1;
  transform: translate(var(--back-x), var(--back-y)) rotate(var(--back-rot));
}

.page-hero-photo-front {
  z-index: 2;
  transform: translate(var(--front-x), var(--front-y)) rotate(var(--front-rot));
}

.page-hero-photo-btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.page-hero-photo-btn:focus-visible {
  outline: 3px solid var(--color-green);
  outline-offset: 5px;
}

.about-intro {
  padding: 80px 0 0;
  text-align: center;
}

.about-ornament {
  margin: 0 auto 34px;
}

.about-title {
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-6xl);
  line-height: 1.2;
}

.about-text {
  max-width: 1180px;
  margin: 40px auto 0;
  color: var(--color-body);
  font-size: var(--fs-base);
  line-height: 1.7;
}
.about-text + .about-text {
  margin-top: 26px;
}

.about-values {
  padding: 110px 0 120px;
  text-align: center;
}

.about-checks {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 90px;
  max-width: 1180px;
  margin: 60px auto 0;
  text-align: left;
}
.about-checks li {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--color-body);
  font-size: var(--fs-base);
  line-height: 1.5;
}

.about-check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--color-teal-deep);
  color: var(--white);
  font-size: var(--fs-xs);
}

@media (max-width: 1399px) {
  .page-hero-title {
    font-size: var(--fs-8xl);
  }
  .page-hero-photos {
    --stack-w: 350px;
    --stack-h: 440px;
  }
}
@media (max-width: 1199px) {
  .page-hero {
    padding: 150px 0 30px;
  }
  .page-hero-inner {
    gap: 34px;
  }
  .page-hero-title {
    font-size: var(--fs-6xl);
  }
  .page-hero-photos {
    --stack-w: 290px;
    --stack-h: 365px;
  }
  .page-hero-photo {
    padding: 12px 12px 40px;
  }
  .about-title {
    font-size: var(--fs-4xl);
  }
  .about-checks {
    gap: 24px 50px;
  }
}
@media (max-width: 991px) {
  .page-hero {
    padding: 140px 0 50px;
  }
  .page-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
  .page-hero-content {
    max-width: none;
  }
  .page-hero-photos {
    --stack-w: 340px;
    --stack-h: 425px;
    flex: 0 0 auto;
    align-self: center;
    width: var(--stack-w);
  }
  .about-intro {
    padding-top: 60px;
  }
  .about-values {
    padding: 80px 0 90px;
  }
}
@media (max-width: 767px) {
  .page-hero {
    padding: 120px 0 40px;
  }
  .page-hero-title {
    font-size: var(--fs-3xl);
  }
  .page-hero-text {
    margin-top: 24px;
    font-size: var(--fs-sm);
  }
  .page-hero-actions {
    gap: 14px;
    margin-top: 30px;
  }
  .page-hero-photos {
    --stack-w: 250px;
    --stack-h: 312px;
    --front-x: 14px;
    --front-y: 14px;
  }
  .page-hero-photo {
    padding: 9px 9px 30px;
  }
  .about-title {
    font-size: var(--fs-xl);
  }
  .about-text {
    margin-top: 26px;
    font-size: var(--fs-sm);
  }
  .about-checks {
    grid-auto-flow: row;
    grid-template-rows: none;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
  .about-checks li {
    gap: 14px;
    font-size: var(--fs-sm);
  }
  .about-values {
    padding: 60px 0 70px;
  }
}
@media (max-width: 480px) {
  .page-hero-actions .btn-hero {
    width: 100%;
  }
}
.personal {
  position: relative;
  padding: 72px 0 32px;
  background: var(--color-sand) url("../images/meet-guide-bg.png") center bottom/cover no-repeat;
}

.personal-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}

.personal-content {
  flex: 1 1 auto;
  max-width: 660px;
  padding-left: 36px;
}

.personal-ornament {
  margin-bottom: 44px;
}

.personal-title {
  color: var(--color-cream);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-6xl);
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.personal-text {
  max-width: 620px;
  margin: 38px 0 0;
  color: rgba(246, 239, 227, 0.94);
  font-size: var(--fs-base);
  font-weight: var(--fw-light);
  line-height: 1.65;
}
.personal-text + .personal-text {
  margin-top: 26px;
}

.personal-photo {
  position: relative;
  z-index: 4;
  flex: 0 0 540px;
  margin: -40px 0 -60px;
  padding: 30px 30px 100px;
  background: var(--white);
  box-shadow: 0 30px 60px rgba(40, 24, 4, 0.32);
}
.personal-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 480/510;
  object-fit: cover;
}

@media (max-width: 1399px) {
  .personal-title {
    font-size: var(--fs-5xl);
  }
  .personal-photo {
    flex-basis: 440px;
    padding: 22px 22px 76px;
  }
}
@media (max-width: 1199px) {
  .personal {
    padding: 60px 0 28px;
  }
  .personal-inner {
    gap: 36px;
  }
  .personal-content {
    padding-left: 0;
  }
  .personal-title {
    font-size: var(--fs-3xl);
  }
  .personal-text {
    margin-top: 26px;
    font-size: var(--fs-sm);
  }
  .personal-photo {
    flex-basis: 360px;
    padding: 16px 16px 56px;
  }
}
@media (max-width: 991px) {
  .personal {
    padding: 56px 0 24px;
  }
  .personal-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 46px;
  }
  .personal-content {
    max-width: none;
  }
  .personal-ornament {
    margin-bottom: 30px;
  }
  .personal-photo {
    flex: 0 0 auto;
    align-self: center;
    width: 100%;
    max-width: 400px;
    margin: 0 0 -70px;
  }
}
@media (max-width: 767px) {
  .personal {
    padding: 46px 0 20px;
  }
  .personal-title {
    font-size: var(--fs-xl);
  }
  .personal-photo {
    max-width: 300px;
    padding: 12px 12px 42px;
    margin-bottom: -50px;
  }
}
.plan {
  padding: 70px 0 60px;
}

.plan-inner {
  display: flex;
  align-items: center;
  gap: 50px;
}

.plan-figure {
  flex: 0 0 435px;
  max-width: 435px;
  margin: 0;
  line-height: 0;
}
.plan-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.plan-content {
  flex: 1 1 auto;
}

.plan-ornament {
  margin-bottom: 42px;
}

.plan-title {
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-6xl);
  line-height: 1.17;
}

.plan-text {
  margin: 30px 0 0;
  color: var(--color-body);
  font-size: var(--fs-base);
  line-height: 1.6;
}

.plan-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 46px;
}
.plan-actions .btn-solid {
  padding: 15px 28px;
  font-size: var(--fs-sm);
  letter-spacing: 0.1em;
}

.plan-title + .plan-actions {
  margin-top: 62px;
}

@media (max-width: 1399px) {
  .plan-figure {
    flex-basis: 360px;
  }
  .plan-title {
    font-size: var(--fs-5xl);
  }
}
@media (max-width: 1199px) {
  .plan-inner {
    gap: 34px;
  }
  .plan-figure {
    flex-basis: 280px;
  }
  .plan-ornament {
    margin-bottom: 28px;
  }
  .plan-title {
    font-size: var(--fs-3xl);
  }
  .plan-text {
    margin-top: 22px;
    font-size: var(--fs-sm);
  }
  .plan-actions {
    margin-top: 32px;
  }
  .plan-actions .btn-solid {
    padding: 13px 22px;
  }
}
@media (max-width: 991px) {
  .plan-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .plan-figure {
    flex: 0 0 auto;
    align-self: center;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .plan {
    padding: 50px 0;
  }
  .plan-title {
    font-size: var(--fs-xl);
  }
  .plan-actions .btn-solid {
    flex: 1 1 100%;
  }
}
.faq {
  padding: 110px 0 130px;
}

.faq-head {
  text-align: center;
}

.faq-ornament {
  margin: 0 auto 34px;
}

.faq-title {
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-6xl);
  line-height: 1.2;
}

.faq-list {
  max-width: 1030px;
  margin: 70px auto 0;
}

.faq-item {
  position: relative;
  border-bottom: 1px solid rgba(25, 25, 25, 0.22);
}
.faq-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--color-green);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item:hover::after, .faq-item.is-open::after {
  transform: scaleX(1);
}

.faq-q {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  padding: 24px 20px 24px 0;
  border: 0;
  background: transparent;
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-lg);
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: padding var(--transition-duration) ease-out;
}
.faq-q::before {
  content: "";
  position: absolute;
  inset: 0 -20px;
  z-index: -1;
  background: rgba(60, 150, 114, 0.07);
  opacity: 0;
  transition: opacity var(--transition-duration) ease-out;
}
.faq-q:hover {
  padding-left: 12px;
}
.faq-q:hover::before {
  opacity: 1;
}

.faq-marker {
  margin-right: 8px;
  color: var(--color-heading);
}

.faq-icon {
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.faq-icon i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: var(--color-heading);
}
.faq-icon i:last-child {
  transform: rotate(90deg);
}

.js .faq-a {
  height: 0;
  overflow: hidden;
}

.faq-a-inner {
  padding: 4px 40px 30px 32px;
  color: var(--color-body);
  font-size: var(--fs-sm);
  line-height: 1.7;
}
.faq-a-inner p {
  max-width: 900px;
  margin: 0;
}

.faq-cta {
  margin-top: 130px;
  text-align: center;
}

.faq-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 46px;
}

.faq-actions .btn-solid {
  position: relative;
  overflow: hidden;
  padding: 16px 34px;
  font-size: var(--fs-sm);
}
.faq-actions .btn-solid::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  transition: left 0.7s ease;
}
.faq-actions .btn-solid:hover::after {
  left: 120%;
}
.faq-actions .btn-solid i,
.faq-actions .btn-solid span {
  position: relative;
  z-index: 1;
}

.js .faq-head > *,
.js .faq-cta > *,
.js .faq-item {
  opacity: 0;
}

@media (max-width: 1199px) {
  .faq-title {
    font-size: var(--fs-4xl);
  }
  .faq-list {
    margin-top: 50px;
  }
  .faq-cta {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .faq {
    padding: 80px 0 90px;
  }
  .faq-q {
    padding-right: 10px;
    font-size: var(--fs-md);
  }
  .faq-a-inner {
    padding: 4px 20px 26px 28px;
  }
  .faq-cta {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 70px 0 80px;
  }
  .faq-title {
    font-size: var(--fs-xl);
  }
  .faq-q {
    gap: 18px;
    padding: 18px 4px 18px 0;
    font-size: var(--fs-base);
  }
  .faq-q:hover {
    padding-left: 6px;
  }
  .faq-a-inner {
    padding: 2px 8px 24px 24px;
  }
  .faq-cta {
    margin-top: 70px;
  }
  .faq-actions {
    gap: 12px;
    margin-top: 32px;
  }
  .faq-actions .btn-solid {
    width: 100%;
  }
}
.flatpickr-calendar {
  width: 332px;
  padding: 8px;
  border: 0;
  border-radius: 0;
  background: var(--white);
  box-shadow: 0 24px 50px rgba(34, 28, 52, 0.22);
  font-family: var(--primary-font);
}
.flatpickr-calendar.arrowTop::before, .flatpickr-calendar.arrowTop::after, .flatpickr-calendar.arrowBottom::before, .flatpickr-calendar.arrowBottom::after {
  display: none;
}

.flatpickr-months {
  padding: 10px 6px 6px;
}
.flatpickr-months .flatpickr-month {
  height: auto;
  color: var(--color-heading);
  fill: var(--color-heading);
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: 8px;
  padding: 8px 10px;
  transition: color var(--transition-duration) ease-out;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 13px;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--color-teal-panel);
}

.flatpickr-current-month {
  padding-top: 6px;
  font-family: var(--heading-font);
  font-size: var(--fs-md);
  font-weight: var(--fw-light);
}
.flatpickr-current-month .cur-month {
  font-weight: var(--fw-light);
}
.flatpickr-current-month input.cur-year {
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
}
.flatpickr-current-month .numInputWrapper:hover {
  background: transparent;
}

.flatpickr-weekdays {
  height: 34px;
  background: transparent;
}
.flatpickr-weekdays .flatpickr-weekday {
  color: var(--color-text-muted);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.flatpickr-day {
  max-width: 40px;
  height: 38px;
  line-height: 38px;
  border: 0;
  border-radius: 0;
  color: var(--color-heading);
  font-size: var(--fs-sm);
  transition: all var(--transition-duration) ease-out;
}
.flatpickr-day:hover, .flatpickr-day:focus {
  background: rgba(20, 98, 108, 0.1);
}
.flatpickr-day.today {
  box-shadow: inset 0 0 0 1px var(--color-brass);
}
.flatpickr-day.selected, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.endRange {
  border: 0;
  background: var(--color-teal-panel);
  color: var(--white);
  box-shadow: none;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay {
  color: rgba(25, 25, 25, 0.28);
}

.field-date {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23191919' stroke-width='1.2'%3E%3Crect x='2' y='3' width='12' height='11' rx='1'/%3E%3Cpath d='M2 6.5h12M5.5 1.5v3M10.5 1.5v3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px;
  padding-right: 46px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .flatpickr-calendar {
    width: 300px;
  }
  .flatpickr-day {
    max-width: 36px;
    height: 34px;
    line-height: 34px;
  }
}
.lightbox {
  --lightbox-chrome: 220px;
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 96px 92px 108px;
}
.lightbox.is-open {
  display: flex;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 12, 24, 0.94);
  cursor: zoom-out;
}

.lightbox-figure {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

.lightbox-img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - var(--lightbox-chrome));
  width: auto;
  height: auto;
  object-fit: contain;
  border: 10px solid var(--white);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
  background: var(--color-cream);
  pointer-events: auto;
}

.lightbox-caption {
  max-width: 760px;
  margin: 0;
  color: rgba(246, 239, 227, 0.88);
  font-size: var(--fs-sm);
  font-weight: var(--fw-light);
  line-height: 1.5;
  text-align: center;
}

.lightbox-btn {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid rgba(246, 239, 227, 0.35);
  border-radius: 50%;
  background: rgba(34, 28, 52, 0.55);
  color: var(--color-cream);
  font-size: var(--fs-lg);
  line-height: 1;
  cursor: pointer;
  transition: all var(--transition-duration) ease-out;
}
.lightbox-btn:hover {
  border-color: var(--color-gold);
  background: var(--color-gold);
  color: var(--color-brand);
}
.lightbox-btn:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 3px;
}

.lightbox-close {
  top: 26px;
  right: 26px;
}

.lightbox-prev {
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
}
.lightbox-prev:hover {
  transform: translateY(-50%) translateX(-3px);
}

.lightbox-next {
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
.lightbox-next:hover {
  transform: translateY(-50%) translateX(3px);
}

.lightbox.is-single .lightbox-prev,
.lightbox.is-single .lightbox-next,
.lightbox.is-single .lightbox-counter {
  display: none;
}

.lightbox-counter {
  position: absolute;
  bottom: 34px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  color: rgba(246, 239, 227, 0.75);
  font-family: var(--accent-font);
  font-size: var(--fs-sm);
  letter-spacing: 0.18em;
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 1399px) {
  .lightbox {
    --lightbox-chrome: 200px;
    padding: 88px 80px 100px;
  }
}
@media (max-width: 1199px) {
  .lightbox {
    --lightbox-chrome: 190px;
    padding: 80px 74px 96px;
  }
  .lightbox-btn {
    width: 48px;
    height: 48px;
    font-size: var(--fs-md);
  }
  .lightbox-close {
    top: 20px;
    right: 20px;
  }
  .lightbox-prev {
    left: 18px;
  }
  .lightbox-next {
    right: 18px;
  }
}
@media (max-width: 991px) {
  .lightbox {
    --lightbox-chrome: 180px;
    padding: 74px 66px 90px;
  }
  .lightbox-img {
    border-width: 8px;
  }
  .lightbox-prev {
    left: 12px;
  }
  .lightbox-next {
    right: 12px;
  }
}
@media (max-width: 767px) {
  .lightbox {
    --lightbox-chrome: 200px;
    padding: 70px 16px 104px;
  }
  .lightbox-figure {
    gap: 14px;
  }
  .lightbox-img {
    border-width: 6px;
  }
  .lightbox-caption {
    font-size: var(--fs-xs);
  }
  .lightbox-btn {
    width: 44px;
    height: 44px;
    font-size: var(--fs-base);
  }
  .lightbox-close {
    top: 16px;
    right: 16px;
  }
  .lightbox-prev,
  .lightbox-next {
    top: auto;
    bottom: 20px;
    transform: none;
  }
  .lightbox-prev:hover,
  .lightbox-next:hover {
    transform: none;
  }
  .lightbox-prev {
    left: calc(50% - 82px);
  }
  .lightbox-next {
    right: calc(50% - 82px);
  }
  .lightbox-counter {
    bottom: 33px;
  }
}
@media (max-height: 520px) and (orientation: landscape) {
  .lightbox {
    --lightbox-chrome: 60px;
    padding: 30px 76px;
  }
  .lightbox-caption,
  .lightbox-counter {
    display: none;
  }
  .lightbox-btn {
    width: 40px;
    height: 40px;
    font-size: var(--fs-sm);
  }
  .lightbox-close {
    top: 12px;
    right: 12px;
  }
  .lightbox-prev,
  .lightbox-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .lightbox-prev {
    left: 12px;
  }
  .lightbox-next {
    right: 12px;
  }
}
.error-code {
  display: block;
  margin: 0 0 6px;
  color: var(--color-gold);
  font-family: var(--display-font);
  font-size: var(--fs-display-2xl);
  line-height: 0.9;
  letter-spacing: 0.06em;
}

.error-title {
  font-size: var(--fs-6xl);
}

.error-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(246, 239, 227, 0.75);
  font-family: var(--primary-font);
  font-size: var(--fs-sm);
  letter-spacing: 0.04em;
  cursor: pointer;
}
.error-back[hidden] {
  display: none;
}
.error-back i {
  transition: transform var(--transition-duration) ease-out;
}
.error-back:hover {
  color: var(--color-gold);
}
.error-back:hover i {
  transform: translateX(-5px);
}

.error-routes {
  padding: 90px 0 110px;
  text-align: center;
}

.error-routes-ornament {
  margin: 0 auto 30px;
}

.error-routes-title {
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-4xl);
}

.error-routes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1180px;
  margin: 55px auto 0;
  text-align: left;
}

.error-route {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 34px 30px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(34, 28, 52, 0.1);
  transition: all var(--transition-duration) ease-out;
}
.error-route:hover {
  background: var(--color-teal-deep);
  border-color: var(--color-teal-deep);
  transform: translateY(-4px);
}
.error-route:hover .error-route-icon {
  background: var(--color-gold);
  color: var(--color-brand);
}
.error-route:hover .error-route-title {
  color: var(--color-cream);
}
.error-route:hover .error-route-text {
  color: rgba(246, 239, 227, 0.8);
}
.error-route:hover .link-arrow {
  color: var(--color-gold);
}
.error-route:hover .link-arrow i {
  transform: translateX(5px);
}

.error-route-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--color-teal-deep);
  color: var(--color-cream);
  font-size: var(--fs-lg);
  transition: all var(--transition-duration) ease-out;
}

.error-route-title {
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-lg);
  letter-spacing: 0.03em;
  transition: color var(--transition-duration) ease-out;
}

.error-route-text {
  flex: 1 1 auto;
  color: var(--color-body);
  font-size: var(--fs-sm);
  line-height: 1.6;
  transition: color var(--transition-duration) ease-out;
}

.error-help {
  max-width: 720px;
  margin: 55px auto 0;
  color: var(--color-body);
  font-size: var(--fs-base);
  line-height: 1.7;
}
.error-help a {
  color: var(--color-rust);
  font-weight: var(--fw-semibold);
}
.error-help a:hover {
  color: var(--color-orange);
}

@media (max-width: 1399px) {
  .error-code {
    font-size: var(--fs-display-xl);
  }
}
@media (max-width: 1199px) {
  .error-code {
    font-size: var(--fs-display-sm);
  }
  .error-title {
    font-size: var(--fs-4xl);
  }
  .error-routes-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 760px;
  }
}
@media (max-width: 991px) {
  .error-routes {
    padding: 70px 0 80px;
  }
}
@media (max-width: 767px) {
  .error-code {
    font-size: var(--fs-display-xs);
  }
  .error-title {
    font-size: var(--fs-xl);
  }
  .error-back {
    margin-top: 20px;
  }
  .error-routes {
    padding: 55px 0 60px;
  }
  .error-routes-title {
    font-size: var(--fs-xl);
  }
  .error-routes-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 40px;
  }
  .error-route {
    padding: 26px 24px;
  }
  .error-help {
    margin-top: 40px;
    font-size: var(--fs-sm);
  }
}
.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
  min-height: 100svh;
  padding: 180px 0 140px;
  overflow: hidden;
  background: var(--color-sky);
}

.hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 112%;
  z-index: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6, 42, 78, 0.55) 0%, rgba(6, 42, 78, 0) 38%), linear-gradient(90deg, rgba(4, 20, 38, 0.5) 0%, rgba(4, 20, 38, 0) 62%);
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 780px;
}

.hero-title {
  color: var(--white);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-9xl);
  line-height: 1.16;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.hero-title span {
  display: block;
}
.hero-title strong {
  font-weight: var(--fw-medium);
}
.hero-title .hero-title-sm {
  display: inline;
  font-size: 0.78em;
}

.hero-text {
  position: relative;
  max-width: 660px;
  margin: 28px 0 0;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--primary-font);
  font-size: var(--fs-md);
  font-weight: var(--fw-light);
  line-height: 1.65;
}
.hero-text::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 3px;
  background: var(--color-gold);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 38px;
}

@media (max-width: 1399px) {
  .hero-title {
    font-size: var(--fs-8xl);
  }
}
@media (max-width: 1199px) {
  .hero {
    padding: 160px 0 120px;
  }
  .hero-title {
    font-size: var(--fs-6xl);
  }
}
@media (max-width: 991px) {
  .hero {
    align-items: center;
    padding: 140px 0 110px;
  }
  .hero-title {
    font-size: var(--fs-5xl);
  }
  .hero-text {
    font-size: var(--fs-base);
  }
  .hero-text br {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: 88vh;
    min-height: 88svh;
    padding: 130px 0 90px;
  }
  .hero-title {
    font-size: var(--fs-3xl);
  }
  .hero-text {
    margin-top: 20px;
    font-size: var(--fs-sm);
  }
  .hero-actions {
    gap: 14px;
    margin-top: 28px;
  }
}
@media (max-width: 480px) {
  .hero-title {
    font-size: var(--fs-xl);
  }
  .hero-actions .btn-hero {
    width: 100%;
  }
}
.section-heading {
  text-align: center;
}
.section-heading .section-eyebrow {
  display: block;
  margin-bottom: 6px;
  color: var(--color-heading);
  font-family: var(--display-font);
  font-weight: var(--fw-normal);
  font-size: var(--fs-xl);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.section-heading .section-title {
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-8xl);
  line-height: 1.14;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.section-heading .section-underline {
  display: block;
  width: 163px;
  max-width: 60%;
  margin: 16px auto 0;
}

.section-lead {
  max-width: 1160px;
  margin: 30px auto 0;
  color: var(--color-body);
  font-size: var(--fs-base);
  font-weight: var(--fw-normal);
  line-height: 1.7;
  text-align: center;
}
.section-lead + .section-lead {
  margin-top: 22px;
}

.section-plus {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 40px auto 0;
  border-radius: 50%;
  background: var(--color-green);
  color: var(--white);
  font-size: var(--fs-md);
  line-height: 1;
}
.section-plus::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 2px dotted var(--color-green);
  border-radius: 50%;
  opacity: 0;
  transition: opacity var(--transition-duration) ease-out;
}
.section-plus:hover {
  background: var(--color-brand);
  color: var(--white);
}
.section-plus:hover::before {
  opacity: 1;
  animation: ringSpin 4s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .section-plus:hover::before {
    animation: none;
  }
}
@media (max-width: 1199px) {
  .section-heading .section-title {
    font-size: var(--fs-6xl);
  }
}
@media (max-width: 991px) {
  .section-heading .section-eyebrow {
    font-size: var(--fs-md);
  }
  .section-heading .section-title {
    font-size: var(--fs-4xl);
  }
  .section-lead {
    font-size: var(--fs-sm);
  }
  .section-lead br {
    display: none;
  }
}
@media (max-width: 575px) {
  .section-heading .section-title {
    font-size: var(--fs-xl);
  }
  .section-lead {
    margin-top: 22px;
  }
  .section-plus {
    margin-top: 30px;
  }
}
.welcome {
  position: relative;
  z-index: 2;
  padding-top: 52px;
}

@media (max-width: 767px) {
  .welcome {
    padding-top: 40px;
  }
}
.places-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 80px;
}
.places-grid > *:nth-child(odd) {
  margin-top: 73px;
}

.places-item {
  display: block;
  color: inherit;
  transition: transform var(--transition-duration) ease-out;
}
.places-item:hover {
  transform: translateY(-8px);
}
.places-item:hover .places-media img {
  transform: scale(1.06);
}

.places-item {
  --places-overlap: 50px;
}

.places-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  aspect-ratio: 325/115;
  padding: 26px 32px 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.places-head-01 {
  background-image: url("../images/places-hd-bg-01.png");
}
.places-head-02 {
  background-image: url("../images/places-hd-bg-02.png");
}
.places-head-03 {
  background-image: url("../images/places-hd-bg-03.png");
}
.places-head-04 {
  background-image: url("../images/places-hd-bg-04.png");
}

.places-title {
  color: var(--white);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-xl);
  line-height: 1.2;
}

.places-media {
  margin-top: calc(var(--places-overlap) * -1);
  overflow: hidden;
}
.places-media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform var(--transition-duration) ease-out;
}

@media (max-width: 1199px) {
  .places-grid {
    gap: 10px;
    margin-top: 60px;
  }
  .places-grid > *:nth-child(odd) {
    margin-top: 50px;
  }
  .places-item {
    --places-overlap: 34px;
  }
  .places-head {
    padding: 20px 22px 0;
  }
  .places-title {
    font-size: var(--fs-md);
  }
}
@media (max-width: 767px) {
  .places-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 44px;
  }
  .places-grid > *:nth-child(odd) {
    margin-top: 0;
  }
  .places-grid > *:nth-child(2),
  .places-grid > *:nth-child(4) {
    margin-top: 34px;
  }
}
@media (max-width: 480px) {
  .places-grid {
    grid-template-columns: 1fr;
    max-width: 340px;
    margin-inline: auto;
  }
  .places-grid > *:nth-child(2),
  .places-grid > *:nth-child(4) {
    margin-top: 0;
  }
}
.guide {
  position: relative;
  display: flow-root;
  margin-top: -166px;
  padding-top: 340px;
  background: url("../images/meet-guide-bg.png") center top/cover no-repeat;
  overflow-x: clip;
  overflow-y: visible;
}

.guide-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.guide-content {
  flex: 1 1 auto;
  max-width: 560px;
  padding-left: 36px;
}

.guide-photo {
  flex: 0 0 540px;
  max-width: 540px;
  margin-top: -65px;
  line-height: 0;
  overflow: hidden;
}
.guide-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.guide-ornament {
  margin-bottom: 50px;
}

.guide-title {
  color: var(--white);
  font-family: var(--heading-font);
  font-size: var(--fs-7xl);
  line-height: 1.22;
}
.guide-title strong {
  display: block;
  font-weight: var(--fw-medium);
  letter-spacing: 0.02em;
}
.guide-title span {
  display: block;
  font-weight: var(--fw-light);
}

.guide-text {
  max-width: 515px;
  margin: 44px 0 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: var(--fs-base);
  font-weight: var(--fw-light);
  line-height: 1.6;
}
.guide-text + .guide-text {
  margin-top: 22px;
}

.guide-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: 56px;
  color: var(--white);
  font-family: var(--heading-font);
  font-size: var(--fs-sm);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.guide-link i {
  font-size: 0.8em;
  transition: transform var(--transition-duration) ease-out;
}
.guide-link:hover {
  color: var(--white);
}
.guide-link:hover i {
  transform: translateX(6px);
}

.guide-torn {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  z-index: 3;
  color: var(--color-cream);
  line-height: 0;
  pointer-events: none;
}
.guide-torn svg {
  display: block;
  width: 100%;
  height: 44px;
}

.guide-services {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: -15px;
  margin-right: calc(50% - 50vw);
  margin-bottom: -170px;
  padding-right: calc(50vw - 50%);
  background: var(--color-green);
}
.guide-services::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 70px;
  background: url("../images/guide-services-shadow.png") no-repeat center top/100% 100%;
  pointer-events: none;
}

.guide-service {
  position: relative;
  padding: 54px 30px 54px 42px;
}
.guide-service + .guide-service::before {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 0;
  border-left: 1px dashed rgba(255, 255, 255, 0.45);
}
.guide-service img {
  display: block;
  width: 72px;
  height: auto;
}

.guide-service-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  margin-bottom: 22px;
}

.guide-service-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  overflow: visible;
  pointer-events: none;
}
.guide-service-ring circle {
  fill: none;
  stroke: var(--ring-color);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.guide-service-title {
  color: var(--white);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-lg);
  line-height: 1.4;
}

@media (max-width: 1399px) {
  .guide {
    padding-top: 280px;
  }
  .guide-title {
    font-size: var(--fs-5xl);
  }
  .guide-inner {
    gap: 40px;
  }
  .guide-photo {
    flex-basis: 460px;
    max-width: 460px;
    margin-top: -40px;
  }
  .guide-service {
    padding: 44px 22px 44px 30px;
  }
  .guide-service-title {
    font-size: var(--fs-md);
  }
}
@media (max-width: 1199px) {
  .guide {
    margin-top: -120px;
    padding-top: 230px;
  }
  .guide-title {
    font-size: var(--fs-4xl);
  }
  .guide-inner {
    gap: 30px;
  }
  .guide-photo {
    flex-basis: 42%;
    max-width: 42%;
    margin-top: -20px;
  }
  .guide-services {
    margin-bottom: -120px;
  }
  .guide-service {
    padding: 36px 16px 36px 24px;
  }
  .guide-service-icon {
    width: 84px;
    height: 84px;
    margin-bottom: 18px;
  }
  .guide-service img {
    width: 56px;
  }
  .guide-service-title {
    font-size: var(--fs-sm);
  }
}
@media (max-width: 991px) {
  .guide {
    margin-top: -80px;
    padding-top: 170px;
  }
  .guide-inner {
    flex-direction: column;
    gap: 0;
  }
  .guide-content {
    max-width: none;
    padding-left: 0;
  }
  .guide-photo {
    flex: 0 0 auto;
    width: 100%;
    max-width: 460px;
    margin-top: 44px;
  }
  .guide-title {
    font-size: var(--fs-3xl);
  }
  .guide-ornament {
    margin-bottom: 34px;
  }
  .guide-text {
    margin-top: 30px;
  }
  .guide-link {
    margin-top: 40px;
  }
  .guide-services {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
    margin-right: 0;
    margin-bottom: -80px;
    padding-right: 0;
  }
  .guide-services::after {
    height: 44px;
  }
  .guide-service {
    padding: 34px 24px;
    text-align: center;
  }
  .guide-service + .guide-service::before {
    display: none;
  }
  .guide-service:nth-child(n+2) {
    border-left: 1px dashed rgba(255, 255, 255, 0.35);
  }
  .guide-service:nth-child(4) {
    border-left: 0;
  }
  .guide-service:nth-child(n+4) {
    border-top: 1px dashed rgba(255, 255, 255, 0.35);
  }
  .guide-service img {
    width: 44px;
  }
  .guide-service-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .guide {
    margin-top: -40px;
    padding-top: 120px;
  }
  .guide-title {
    font-size: var(--fs-3xl);
  }
  .guide-text {
    font-size: var(--fs-sm);
  }
  .guide-torn svg {
    height: 26px;
  }
  .guide-services {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: -60px;
  }
  .guide-service:nth-child(n+2) {
    border-left: 0;
  }
  .guide-service:nth-child(even) {
    border-left: 1px dashed rgba(255, 255, 255, 0.35);
  }
  .guide-service:nth-child(n+3) {
    border-top: 1px dashed rgba(255, 255, 255, 0.35);
  }
  .guide-service-title {
    font-size: var(--fs-base);
  }
}
.experiences {
  position: relative;
  padding: 250px 0 120px;
}

.experiences-ornament {
  margin-bottom: 34px;
}

.experiences-title {
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-7xl);
  line-height: 1.15;
}

.experiences-lead {
  max-width: 900px;
  margin: 20px 0 0;
  color: var(--color-body);
  font-size: var(--fs-base);
  line-height: 1.6;
}

.experiences-slider {
  margin-top: 46px;
}
.experiences-slider .swiper-slide {
  height: auto;
}

.experience-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.experience-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 300/325;
}
.experience-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-duration) ease-out;
}

.experience-badge {
  position: absolute;
  top: 27px;
  left: 20px;
  z-index: 2;
  padding: 4px 11px;
  background: var(--color-orange);
  color: var(--white);
  font-family: var(--primary-font);
  font-size: var(--fs-xs);
  font-weight: var(--fw-normal);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.experience-title {
  margin-top: 30px;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgba(25, 25, 25, 0.28);
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-xl);
  line-height: 1.28;
}

.experience-text {
  flex: 1 1 auto;
  margin: 29px 0 0;
  color: var(--color-body);
  font-size: var(--fs-base);
  line-height: 1.45;
}

.experience-link {
  align-self: flex-start;
  margin-top: 48px;
}

.experience-card:hover .experience-media img {
  transform: scale(1.05);
}

@media (max-width: 1199px) {
  .experiences {
    padding: 200px 0 90px;
  }
  .experiences-title {
    font-size: var(--fs-5xl);
  }
  .experience-title {
    font-size: var(--fs-md);
  }
  .experience-link {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .experiences {
    padding: 160px 0 70px;
  }
  .experiences-title {
    font-size: var(--fs-4xl);
  }
  .experiences-slider {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .experiences {
    padding: 130px 0 56px;
  }
  .experiences-title {
    font-size: var(--fs-2xl);
  }
  .experiences-lead,
  .experience-text {
    font-size: var(--fs-sm);
  }
  .experience-title {
    margin-top: 22px;
    padding-bottom: 14px;
  }
  .experience-text {
    margin-top: 20px;
  }
  .experience-link {
    margin-top: 24px;
  }
}
.attractions {
  position: relative;
  padding: 90px 0 110px;
  background: var(--color-cream);
}

.attractions-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/body-bg.jpg") repeat;
  pointer-events: none;
}

.attractions > .container,
.attractions > .attractions-stage-wrap {
  position: relative;
  z-index: 1;
}

.attractions-head {
  text-align: center;
}

.attractions-ornament {
  margin: 0 auto 34px;
}

.attractions-title {
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-7xl);
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.attractions-lead {
  max-width: 800px;
  margin: 18px auto 0;
  color: var(--color-body);
  font-size: var(--fs-base);
  line-height: 1.6;
}

.attractions-stage-wrap {
  position: relative;
  margin-top: 10px;
}

.attractions-stage {
  position: relative;
  width: 100%;
  height: 100vh;
  perspective: 1100px;
  perspective-origin: 50% 50%;
  overflow: hidden;
}

.attractions-field {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.attractions-stage {
  --gallery-scale: 0.6;
}

.attraction-photo {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: min(var(--w) * var(--gallery-scale), 38vw);
  margin: 0;
  transform: translate3d(-50%, -50%, var(--pz, 0px));
  will-change: transform, opacity;
}

.attraction-frame {
  padding: 4%;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(34, 28, 52, 0.26);
}
.attraction-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.js .attraction-photo,
.js .attractions-compass,
.js .attractions-head > * {
  opacity: 0;
}

.attractions-compass {
  position: absolute;
  top: 5%;
  left: 50%;
  z-index: 20;
  width: clamp(84px, 8vw, 150px);
  transform: translateX(-50%);
  filter: drop-shadow(0 14px 24px rgba(34, 28, 52, 0.35));
  pointer-events: none;
}
.attractions-compass img {
  display: block;
  width: 100%;
  height: auto;
}

.attractions-actions {
  margin-top: 46px;
  text-align: center;
}

@media (max-width: 1199px) {
  .attractions-title {
    font-size: var(--fs-5xl);
  }
}
@media (max-width: 991px) {
  .attractions {
    padding: 70px 0 80px;
  }
  .attractions-title {
    font-size: var(--fs-4xl);
  }
  .attractions-lead {
    font-size: var(--fs-sm);
  }
}
@media (max-width: 767px), (hover: none), (pointer: coarse) {
  .attractions-stage-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    padding: 0 40px;
  }
  .attractions-stage {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    height: auto;
    perspective: none;
    overflow: visible;
  }
  .attractions-field {
    display: contents;
  }
  .attraction-photo {
    position: static;
    width: auto;
    transform: none;
    will-change: auto;
  }
  .attraction-frame {
    padding: 8px;
    box-shadow: 0 8px 18px rgba(34, 28, 52, 0.2);
  }
  .attraction-frame img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .attractions-compass {
    position: static;
    order: -1;
    width: 84px;
    margin: 0 auto 24px;
    transform: none;
  }
}
@media (max-width: 767px) {
  .attractions {
    padding: 56px 0 64px;
  }
  .attractions-title {
    font-size: var(--fs-2xl);
  }
  .attractions-stage-wrap {
    padding: 0 24px;
  }
  .attractions-stage {
    grid-template-columns: repeat(2, 1fr);
  }
  .attractions-actions {
    margin-top: 32px;
  }
}
.villa {
  padding: 90px 0 110px;
}

.villa-inner {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}

.villa-gallery {
  flex: 0 1 856px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "left top    right" "left bottom right";
  gap: 8px;
  aspect-ratio: 856/520;
  margin: 0;
}
.villa-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.villa-pic {
  overflow: hidden;
}

.villa-pic-left {
  grid-area: left;
}

.villa-pic-top {
  grid-area: top;
}

.villa-pic-bottom {
  grid-area: bottom;
}

.villa-pic-right {
  grid-area: right;
}

.villa-content {
  flex: 1 1 400px;
  padding-top: 20px;
}

.villa-ornament {
  margin-bottom: 46px;
}

.villa-title {
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-5xl);
  line-height: 1.24;
}

.villa-text {
  margin: 34px 0 0;
  color: var(--color-body);
  font-size: var(--fs-base);
  line-height: 1.5;
}
.villa-text + .villa-text {
  margin-top: 20px;
}

.villa-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 40px;
  margin-top: 40px;
}

@media (max-width: 1399px) {
  .villa-inner {
    gap: 44px;
  }
  .villa-title {
    font-size: var(--fs-4xl);
  }
}
@media (max-width: 1199px) {
  .villa {
    padding: 70px 0 80px;
  }
  .villa-inner {
    gap: 34px;
  }
  .villa-title {
    font-size: var(--fs-3xl);
  }
  .villa-ornament {
    margin-bottom: 30px;
  }
  .villa-text {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .villa-inner {
    flex-direction: column;
    gap: 40px;
  }
  .villa-gallery {
    flex: 0 0 auto;
    width: 100%;
  }
  .villa-content {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .villa {
    padding: 56px 0 64px;
  }
  .villa-title {
    font-size: var(--fs-xl);
  }
  .villa-text {
    font-size: var(--fs-sm);
  }
  .villa-actions {
    margin-top: 30px;
    gap: 14px 26px;
  }
}
@media (max-width: 575px) {
  .villa-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "left right" "top bottom";
    aspect-ratio: 1/1.1;
  }
}
.why {
  position: relative;
}

.why-media {
  line-height: 0;
}
.why-media img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center bottom;
}

.why-inner {
  position: absolute;
  top: 26.8%;
  left: 0;
  width: 100%;
}

.why-panel {
  display: flex;
  align-items: stretch;
  min-height: 500px;
}

.why-card {
  flex: 0 0 590px;
  padding: 60px 55px 60px 45px;
  background: var(--color-teal-panel);
}

.why-title {
  color: var(--color-cream);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-5xl);
  line-height: 1.25;
}

.why-text {
  margin: 40px 0 0;
  color: rgba(246, 239, 227, 0.92);
  font-size: var(--fs-base);
  line-height: 1.55;
}
.why-text + .why-text {
  margin-top: 24px;
}

.why-card .link-arrow {
  margin-top: 46px;
}

.why-list {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 50px 40px 50px 50px;
  background: linear-gradient(90deg, rgba(18, 26, 22, 0.72) 0%, rgba(18, 26, 22, 0.52) 48%, rgba(18, 26, 22, 0) 88%);
}

.why-list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  color: var(--color-cream);
  font-family: var(--heading-font);
  font-size: var(--fs-md);
  font-weight: var(--fw-light);
  line-height: 1.35;
}
.why-list li i {
  flex-shrink: 0;
  margin-top: 0.15em;
  color: var(--color-gold);
  font-size: 0.9em;
}

@media (max-width: 1399px) {
  .why-card {
    flex-basis: 520px;
    padding: 46px 40px;
  }
  .why-title {
    font-size: var(--fs-4xl);
  }
  .why-text {
    margin-top: 28px;
  }
  .why-card .link-arrow {
    margin-top: 32px;
  }
  .why-list {
    gap: 16px;
    padding: 40px 30px;
  }
  .why-list li {
    font-size: var(--fs-base);
  }
}
@media (max-width: 1199px) {
  .why-panel {
    min-height: 0;
  }
  .why-card {
    flex-basis: 46%;
    padding: 34px 30px;
  }
  .why-title {
    font-size: var(--fs-2xl);
  }
  .why-text {
    margin-top: 20px;
    font-size: var(--fs-sm);
  }
  .why-list {
    gap: 12px;
    padding: 30px 24px;
  }
  .why-list li {
    gap: 14px;
    font-size: var(--fs-sm);
  }
}
@media (max-width: 991px) {
  .why {
    padding: 70px 0;
    background: var(--color-teal-panel) url("../images/why-travel-bg.png") center/cover no-repeat;
  }
  .why-media {
    display: none;
  }
  .why-inner {
    position: static;
    width: auto;
  }
  .why-panel {
    flex-direction: column;
  }
  .why-card {
    flex: 0 0 auto;
    padding: 40px 34px;
  }
  .why-title {
    font-size: var(--fs-3xl);
  }
  .why-text {
    font-size: var(--fs-base);
  }
  .why-list {
    gap: 18px;
    padding: 36px 34px;
    background: rgba(18, 26, 22, 0.72);
  }
  .why-list li {
    font-size: var(--fs-base);
  }
  .why-list li br {
    display: none;
  }
}
@media (max-width: 767px) {
  .why {
    padding: 50px 0;
  }
  .why-card {
    padding: 32px 24px;
  }
  .why-title {
    font-size: var(--fs-xl);
  }
  .why-text {
    font-size: var(--fs-sm);
  }
  .why-list {
    padding: 30px 24px;
  }
  .why-list li {
    gap: 12px;
    font-size: var(--fs-sm);
  }
}
.testimonials {
  padding: 70px 0 90px;
}

.testimonials-head {
  text-align: center;
}

.testimonials-ornament {
  margin: 0 auto 34px;
}

.testimonials-title {
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-6xl);
  line-height: 1.15;
}

.testimonials-lead {
  max-width: 1250px;
  margin: 22px auto 0;
  color: var(--color-body);
  font-size: var(--fs-base);
  line-height: 1.6;
}

.testimonials-slider {
  margin-top: 56px;
  padding: 12px 0;
}
.testimonials-slider .swiper-slide {
  height: auto;
}

.testi {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%;
  margin: 0;
}

.testi-avatar {
  flex: 0 0 155px;
  width: 155px;
  height: 155px;
  border: 7px solid var(--white);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(34, 28, 52, 0.16);
}
.testi-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.testi-body {
  flex: 1 1 auto;
}

.testi-head {
  display: flex;
  align-items: center;
  gap: 22px;
}

.testi-quote {
  color: #d9bd8a;
  font-family: var(--heading-font);
  font-size: var(--fs-10xl);
  font-weight: var(--fw-bold);
  line-height: 0.9;
  margin-top: 0.42em;
}

.testi-rating {
  display: block;
  width: 158px;
  height: 30px;
  overflow: hidden;
}
.testi-rating img {
  display: block;
  width: 100%;
  height: auto;
}

.testi-text {
  margin: 22px 0 0;
  color: var(--color-body);
  font-size: var(--fs-base);
  line-height: 1.5;
}

.testi-name {
  margin-top: 26px;
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-size: var(--fs-lg);
  letter-spacing: 0.02em;
}

.testimonials-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 44px;
}
.testimonials-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0;
  background: var(--color-brass);
  opacity: 1;
  transition: background var(--transition-duration) ease-out;
}
.testimonials-pagination .swiper-pagination-bullet-active {
  background: var(--color-heading);
}

@media (max-width: 1199px) {
  .testimonials-title {
    font-size: var(--fs-4xl);
  }
  .testimonials-lead {
    font-size: var(--fs-sm);
  }
  .testi {
    gap: 26px;
  }
  .testi-avatar {
    flex-basis: 120px;
    width: 120px;
    height: 120px;
    border-width: 5px;
  }
  .testi-quote {
    font-size: var(--fs-7xl);
  }
  .testi-text {
    font-size: var(--fs-sm);
  }
}
@media (max-width: 767px) {
  .testimonials {
    padding: 50px 0 64px;
  }
  .testimonials-title {
    font-size: var(--fs-2xl);
  }
  .testimonials-slider {
    margin-top: 36px;
  }
  .testi {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .testi-head {
    gap: 16px;
  }
  .testimonials-pagination {
    margin-top: 30px;
  }
}
.support {
  padding: 70px 0 90px;
  overflow-x: clip;
  overflow-y: visible;
}

.support-banner {
  --support-open: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 570px;
  margin-inline: calc(50% - 50vw);
  padding: 60px calc(50vw - 50% + 122px) 60px calc(50vw - 50% + 60px);
  background: linear-gradient(90deg, rgba(24, 16, 9, 0) 45%, rgba(24, 16, 9, 0.38) 100%), url("../images/support-bg.jpg") center center/cover fixed no-repeat;
  clip-path: inset(0 calc(var(--support-open) * max(24px, (100vw - 1320px) / 2)));
}

.js .support-banner {
  --support-open: 0;
}

@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce), (max-width: 991px) {
  .support-banner {
    background-attachment: scroll;
  }
}
.support-content {
  max-width: 520px;
  text-align: right;
}

.support-title {
  color: var(--color-cream);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-6xl);
  line-height: 1.2;
  text-shadow: 0 2px 16px rgba(139, 127, 127, 0.35);
}

.support-text {
  margin: 26px 0 0;
  color: rgba(246, 239, 227, 0.94);
  font-size: var(--fs-base);
  line-height: 1.55;
}

.support .btn-solid {
  margin-top: 36px;
}

@media (max-width: 1199px) {
  .support-banner {
    min-height: 470px;
    padding: 50px calc(50vw - 50% + 60px);
  }
  .support-title {
    font-size: var(--fs-4xl);
  }
  .support-text {
    margin-top: 20px;
    font-size: var(--fs-sm);
  }
  .support .btn-solid {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .support {
    padding: 50px 0 64px;
  }
  .support-banner,
  .js .support-banner {
    --support-open: 1;
    align-items: flex-end;
    min-height: 460px;
    margin-inline: 0;
    padding: 34px 26px;
    background: linear-gradient(180deg, rgba(24, 16, 9, 0) 30%, rgba(24, 16, 9, 0.72) 100%), url("../images/support-bg.jpg") center 70%/cover no-repeat;
    clip-path: none;
  }
  .support-content {
    max-width: none;
    text-align: center;
  }
  .support-title {
    font-size: var(--fs-xl);
  }
}
.tour-gallery {
  padding: 60px 0 20px;
}

.tour-gallery-head {
  margin-bottom: 46px;
  text-align: center;
}

.tour-gallery-title {
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-6xl);
  line-height: 1.2;
}

.tour-gallery-slider .swiper-slide {
  height: auto;
}

.tour-shot {
  margin: 0;
  padding: 26px 26px 76px;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(34, 28, 52, 0.14);
}

.tour-shot-media {
  overflow: hidden;
}
.tour-shot-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 350/375;
  object-fit: cover;
  transition: transform var(--transition-duration) ease-out;
}

.tour-shot:hover .tour-shot-media img {
  transform: scale(1.06);
}

.tour-gallery-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 44px;
}
.tour-gallery-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0;
  background: var(--color-brass);
  opacity: 1;
  transition: background var(--transition-duration) ease-out;
}
.tour-gallery-pagination .swiper-pagination-bullet-active {
  background: var(--color-heading);
}

@media (max-width: 1199px) {
  .tour-gallery {
    padding: 46px 0 16px;
  }
  .tour-gallery-head {
    margin-bottom: 34px;
  }
  .tour-gallery-title {
    font-size: var(--fs-4xl);
  }
  .tour-shot {
    padding: 20px 20px 58px;
  }
}
@media (max-width: 767px) {
  .tour-gallery {
    padding: 34px 0 10px;
  }
  .tour-gallery-head {
    margin-bottom: 26px;
  }
  .tour-gallery-title {
    font-size: var(--fs-2xl);
  }
  .tour-shot {
    padding: 16px 16px 48px;
  }
  .tour-gallery-pagination {
    margin-top: 30px;
  }
}
.request {
  padding: 60px 0 70px;
}

.request-panel {
  padding: 90px 40px 96px;
  background: var(--color-teal-panel);
  text-align: center;
}

.request-title {
  color: var(--color-lime);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-6xl);
  line-height: 1.2;
}

.request-text {
  max-width: 900px;
  margin: 26px auto 0;
  color: var(--color-cream);
  font-size: var(--fs-base);
  font-weight: var(--fw-light);
  line-height: 1.75;
}

.request-panel .btn-solid {
  margin-top: 40px;
  padding: 15px 30px;
  font-size: var(--fs-sm);
}

@media (max-width: 1199px) {
  .request-panel {
    padding: 70px 34px 74px;
  }
  .request-title {
    font-size: var(--fs-4xl);
  }
  .request-text {
    font-size: var(--fs-sm);
  }
}
@media (max-width: 767px) {
  .request {
    padding: 40px 0 50px;
  }
  .request-panel {
    padding: 48px 24px 52px;
  }
  .request-title {
    font-size: var(--fs-xl);
  }
  .request-text br {
    display: none;
  }
  .request-panel .btn-solid {
    margin-top: 30px;
  }
}
.itinerary {
  padding: 70px 0 90px;
}

.itinerary-head {
  margin-bottom: 46px;
  text-align: center;
}

.itinerary-ornament {
  margin: 0 auto 26px;
}

.itinerary-title {
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-6xl);
  line-height: 1.2;
}

.itinerary-subtitle {
  margin: 8px 0 0;
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-size: var(--fs-lg);
}

.itinerary-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 26px;
  margin: 20px 0 0;
  color: var(--color-body);
  font-size: var(--fs-sm);
}
.itinerary-meta strong {
  color: var(--color-coral);
  font-weight: var(--fw-semibold);
}

.itinerary-meta-sep {
  color: rgba(25, 25, 25, 0.35);
}

.itinerary-day {
  background: var(--white);
}
.itinerary-day + .itinerary-day {
  margin-top: 28px;
}

.itinerary-day-head {
  padding: 22px 34px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.09);
}
.itinerary-day-head h3 {
  color: var(--color-teal-panel);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-xl);
  line-height: 1.3;
}
.itinerary-day-head strong {
  font-weight: var(--fw-medium);
}

.itinerary-day-body {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 30px 34px 36px;
}

.itinerary-photo {
  flex: 0 0 230px;
  margin: 0;
  overflow: hidden;
}
.itinerary-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 230/250;
  object-fit: cover;
}

.itinerary-slots {
  flex: 1 1 auto;
}
.itinerary-slots li {
  position: relative;
  padding-left: 30px;
}
.itinerary-slots li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--color-lime);
}
.itinerary-slots li:not(:last-child) {
  padding-bottom: 26px;
}
.itinerary-slots li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 5px;
  bottom: -4px;
  width: 1px;
  background: rgba(20, 98, 108, 0.25);
}

.itinerary-slot-title {
  color: var(--color-teal-panel);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-lg);
  line-height: 1.3;
}

.itinerary-slot-text {
  margin: 12px 0 0;
  color: var(--color-body);
  font-size: var(--fs-sm);
  line-height: 1.6;
}

@media (max-width: 1199px) {
  .itinerary-title {
    font-size: var(--fs-4xl);
  }
  .itinerary-day-body {
    gap: 28px;
    padding: 26px 26px 30px;
  }
  .itinerary-day-head {
    padding: 18px 26px;
  }
  .itinerary-photo {
    flex-basis: 190px;
  }
}
@media (max-width: 991px) {
  .itinerary {
    padding: 60px 0 70px;
  }
  .itinerary-head {
    margin-bottom: 36px;
  }
  .itinerary-day-body {
    gap: 22px;
    padding: 22px 22px 26px;
  }
  .itinerary-day-head {
    padding: 16px 22px;
  }
  .itinerary-day-head h3 {
    font-size: var(--fs-md);
  }
  .itinerary-photo {
    flex-basis: 160px;
  }
  .itinerary-slot-title {
    font-size: var(--fs-md);
  }
  .itinerary-slots li {
    padding-left: 26px;
  }
}
@media (max-width: 767px) {
  .itinerary {
    padding: 50px 0 60px;
  }
  .itinerary-title {
    font-size: var(--fs-xl);
  }
  .itinerary-subtitle {
    font-size: var(--fs-base);
  }
  .itinerary-day-body {
    flex-direction: column;
    gap: 22px;
    padding: 22px 20px 26px;
  }
  .itinerary-photo {
    flex: 0 0 auto;
    width: 100%;
    max-width: 280px;
  }
  .itinerary-slot-title {
    font-size: var(--fs-md);
  }
}
@media (max-width: 575px) {
  .itinerary-meta {
    flex-direction: column;
    gap: 4px;
  }
  .itinerary-meta-sep {
    display: none;
  }
}
.villa-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
  max-width: 900px;
  margin: 46px auto 0;
}

.villa-video-item {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 16px 34px rgba(10, 40, 44, 0.28);
}
.villa-video-item video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.villa-facility-list {
  --caption-indent: 46px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px 26px;
  margin: 60px 0 0;
  text-align: left;
}

.villa-facility-photo {
  margin: 0;
  padding: 14px;
  background: var(--white);
  box-shadow: 0 14px 30px rgba(34, 28, 52, 0.14);
  transition: box-shadow var(--transition-duration) ease-out;
}
.villa-facility-photo:hover {
  box-shadow: 0 20px 40px rgba(34, 28, 52, 0.22);
}

.villa-facility-link {
  display: block;
  overflow: hidden;
  cursor: zoom-in;
}
.villa-facility-link img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 390/375;
  object-fit: cover;
  transition: transform var(--transition-duration) ease-out;
}
.villa-facility-link:hover img, .villa-facility-link:focus-visible img {
  transform: scale(1.05);
}

.villa-facility-name {
  margin: 30px 0 0;
  padding-left: var(--caption-indent);
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-normal);
  font-size: var(--fs-xl);
  line-height: 1.25;
}

.villa-facility-note {
  margin: 6px 0 0;
  padding-left: var(--caption-indent);
  color: var(--color-body);
  font-size: var(--fs-base);
  line-height: 1.5;
}

.villa-seasons {
  padding-bottom: 100px;
}

.villa-seasons-drawing {
  margin: 56px auto 0;
}
.villa-seasons-drawing img {
  display: block;
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
}

.villa-seasons-lead {
  color: var(--color-heading);
  font-weight: var(--fw-semibold);
}

.villa-booking-panel {
  position: relative;
  overflow: hidden;
  padding: 140px 40px;
  background-image: url("../images/villa/book-your-stay-bg.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.villa-booking-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 22, 28, 0.5);
}
.villa-booking-panel > * {
  position: relative;
  z-index: 1;
}
.villa-booking-panel .plan-title {
  color: var(--white);
}
.villa-booking-panel .plan-text {
  max-width: 970px;
  margin: 30px auto 0;
  color: var(--white);
}
.villa-booking-panel .plan-actions {
  justify-content: center;
}

@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce), (max-width: 991px) {
  .villa-booking-panel {
    background-attachment: scroll;
  }
}
@media (max-width: 1199px) {
  .villa-video-grid {
    gap: 20px;
    margin-top: 36px;
  }
  .villa-booking-panel {
    padding: 100px 32px;
  }
  .villa-seasons {
    padding-bottom: 80px;
  }
  .villa-seasons-drawing {
    margin-top: 44px;
  }
  .villa-facility-list {
    --caption-indent: 30px;
    gap: 44px 22px;
    margin-top: 48px;
  }
  .villa-facility-name {
    margin-top: 24px;
    font-size: var(--fs-lg);
  }
}
@media (max-width: 991px) {
  .villa-facility-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 22px;
  }
  .villa-booking-panel {
    padding: 80px 26px;
  }
}
@media (max-width: 767px) {
  .villa-video-grid {
    gap: 16px;
    margin-top: 28px;
  }
  .villa-facility-list {
    --caption-indent: 0;
    gap: 32px 16px;
    margin-top: 40px;
  }
  .villa-facility-photo {
    padding: 10px;
  }
  .villa-facility-name {
    margin-top: 18px;
    font-size: var(--fs-md);
  }
  .villa-facility-note {
    font-size: var(--fs-sm);
  }
  .villa-seasons {
    padding-bottom: 60px;
  }
  .villa-seasons-drawing {
    margin-top: 32px;
  }
  .villa-booking-panel {
    padding: 64px 20px;
  }
  .villa-booking-panel .plan-text {
    margin-top: 22px;
  }
}
@media (max-width: 480px) {
  .villa-facility-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
}
.gallery-page {
  position: relative;
  padding: 90px 0 120px;
}

.gallery-head {
  margin-bottom: 60px;
  text-align: center;
}

.gallery-ornament {
  margin: 0 auto 34px;
}

.gallery-title {
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-6xl);
  line-height: 1.2;
}

.gallery-lead {
  max-width: 800px;
  margin: 18px auto 0;
  color: var(--color-body);
  font-size: var(--fs-base);
  line-height: 1.6;
}

.gallery-grid {
  --gallery-cols: 3;
  --gallery-gap: 26px;
  column-count: var(--gallery-cols);
  column-gap: var(--gallery-gap);
}

.gallery-tile {
  position: relative;
  display: block;
  break-inside: avoid;
  margin: 0 0 var(--gallery-gap);
  padding: 10px;
  background: var(--white);
  box-shadow: 0 14px 30px rgba(34, 28, 52, 0.14);
  cursor: zoom-in;
  transition: all var(--transition-duration) ease-out;
}
.gallery-tile:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 4px;
}

.gallery-tile-media {
  position: relative;
  display: block;
  overflow: hidden;
}
.gallery-tile-media img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform var(--transition-duration) ease-out;
}

.gallery-tile-zoom {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 28, 52, 0.42);
  color: var(--color-cream);
  opacity: 0;
  transition: opacity var(--transition-duration) ease-out;
}
.gallery-tile-zoom i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(246, 239, 227, 0.55);
  border-radius: 50%;
  background: rgba(34, 28, 52, 0.35);
  font-size: var(--fs-lg);
}

@media (hover: hover) {
  .gallery-tile:hover {
    box-shadow: 0 22px 44px rgba(34, 28, 52, 0.26);
    transform: translateY(-4px);
  }
  .gallery-tile:hover .gallery-tile-media img {
    transform: scale(1.06);
  }
  .gallery-tile:hover .gallery-tile-zoom {
    opacity: 1;
  }
}
.gallery-tile:focus-visible .gallery-tile-zoom {
  opacity: 1;
}

@media (max-width: 1399px) {
  .gallery-grid {
    --gallery-gap: 22px;
  }
}
@media (max-width: 1199px) {
  .gallery-page {
    padding: 80px 0 100px;
  }
  .gallery-head {
    margin-bottom: 50px;
  }
  .gallery-title {
    font-size: var(--fs-4xl);
  }
}
@media (max-width: 991px) {
  .gallery-page {
    padding: 70px 0 90px;
  }
  .gallery-grid {
    --gallery-cols: 2;
    --gallery-gap: 20px;
  }
  .gallery-head {
    margin-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .gallery-page {
    padding: 55px 0 70px;
  }
  .gallery-head {
    margin-bottom: 34px;
  }
  .gallery-ornament {
    margin-bottom: 24px;
  }
  .gallery-title {
    font-size: var(--fs-xl);
  }
  .gallery-lead {
    font-size: var(--fs-sm);
  }
  .gallery-grid {
    --gallery-gap: 16px;
  }
  .gallery-tile {
    padding: 7px;
  }
  .gallery-tile-zoom i {
    width: 46px;
    height: 46px;
    font-size: var(--fs-base);
  }
}
@media (max-width: 575px) {
  .gallery-grid {
    --gallery-cols: 1;
    --gallery-gap: 14px;
  }
}
.contact-book {
  padding: 80px 0 110px;
}

.contact-book-head {
  text-align: center;
}

.contact-book-ornament {
  margin: 0 auto 30px;
}

.contact-book-title {
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-6xl);
  line-height: 1.2;
}

.contact-book-lead {
  max-width: 1100px;
  margin: 24px auto 0;
  color: var(--color-body);
  font-size: var(--fs-base);
  line-height: 1.65;
}

.contact-book-inner {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin-top: 90px;
}

.contact-photo {
  flex: 0 0 540px;
  margin: 0;
  padding: 28px 28px 105px;
  background: var(--white);
  box-shadow: 0 26px 54px rgba(34, 28, 52, 0.16);
}
.contact-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 485/512;
  object-fit: cover;
}

.contact-form-col {
  flex: 1 1 auto;
  min-width: 0;
}

.contact-form-ornament {
  margin-bottom: 34px;
}

.contact-form-title {
  margin-bottom: 34px;
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-5xl);
  line-height: 1.2;
}

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

.field {
  grid-column: span 2;
}

.field-narrow {
  grid-column: span 1;
}

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

.field-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(50%);
}

.field-input {
  width: 100%;
  padding: 17px 20px;
  border: 1px solid rgba(25, 25, 25, 0.1);
  border-radius: 0;
  background: var(--white);
  color: var(--color-heading);
  font-family: var(--primary-font);
  font-size: var(--fs-base);
  line-height: 1.4;
  transition: border-color var(--transition-duration) ease-out;
}
.field-input::placeholder {
  color: rgba(25, 25, 25, 0.45);
}
.field-input:focus {
  outline: none;
  border-color: var(--color-teal-panel);
}

select.field-input {
  appearance: none;
  padding-right: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23191919'%3E%3Cpath d='M8 11L2.5 5.5l1-1L8 9l4.5-4.5 1 1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 14px;
  cursor: pointer;
}
select.field-input:invalid {
  color: rgba(25, 25, 25, 0.45);
}

textarea.field-input {
  min-height: 170px;
  resize: vertical;
}

.contact-submit {
  justify-self: start;
  margin-top: 16px;
  padding: 17px 40px;
  border: 0;
  background: var(--color-maroon);
  color: var(--white);
  font-family: var(--primary-font);
  font-size: var(--fs-sm);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--transition-duration) ease-out;
}
.contact-submit:hover {
  background: var(--color-heading);
}

@media (max-width: 1399px) {
  .contact-book-inner {
    gap: 50px;
  }
  .contact-photo {
    flex-basis: 430px;
    padding: 20px 20px 80px;
  }
}
@media (max-width: 1199px) {
  .contact-book {
    padding: 60px 0 80px;
  }
  .contact-book-title {
    font-size: var(--fs-4xl);
  }
  .contact-book-lead {
    font-size: var(--fs-sm);
  }
  .contact-book-inner {
    gap: 34px;
    margin-top: 60px;
  }
  .contact-photo {
    flex-basis: 330px;
    padding: 14px 14px 56px;
  }
  .contact-form-title {
    font-size: var(--fs-3xl);
  }
}
@media (max-width: 991px) {
  .contact-book-inner {
    flex-direction: column;
    gap: 46px;
  }
  .contact-photo {
    flex: 0 0 auto;
    align-self: center;
    width: 100%;
    max-width: 460px;
  }
}
@media (max-width: 767px) {
  .contact-book {
    padding: 50px 0 60px;
  }
  .contact-book-title {
    font-size: var(--fs-xl);
  }
  .contact-form-title {
    font-size: var(--fs-2xl);
  }
  .field,
  .field-narrow,
  .field-full {
    grid-column: 1/-1;
  }
  .field-input {
    padding: 14px 16px;
    font-size: var(--fs-sm);
  }
  .contact-submit {
    width: 100%;
  }
}
.contact-band {
  position: relative;
  padding: 120px 0 130px;
  background: var(--color-sand) url("../images/meet-guide-bg.png") center bottom/cover no-repeat;
}

.contact-band-inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.contact-band-content {
  flex: 1 1 auto;
  max-width: 560px;
}

.contact-band-ornament {
  margin-bottom: 40px;
}

.contact-band-title {
  color: var(--color-cream);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-6xl);
  line-height: 1.2;
}

.contact-band-photo {
  flex: 0 0 538px;
  margin: 0;
  padding: 28px 28px 102px;
  background: var(--white);
  box-shadow: 0 26px 54px rgba(40, 24, 4, 0.3);
}
.contact-band-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 480/512;
  object-fit: cover;
}

.contact-details {
  max-width: 540px;
  margin: 44px 0 0;
}

.contact-row {
  display: flex;
  align-items: baseline;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.contact-label {
  flex: 0 0 190px;
  margin: 0;
  color: var(--white);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.contact-value {
  flex: 1 1 auto;
  margin: 0;
  color: rgba(246, 239, 227, 0.94);
  font-size: var(--fs-base);
  line-height: 1.5;
}
.contact-value a {
  color: inherit;
}
.contact-value a:hover {
  color: var(--color-gold);
}

.contact-row-badges {
  gap: 40px;
  padding: 22px 0 22px 214px;
}

.contact-badges {
  display: flex;
  align-items: center;
  gap: 40px;
}
.contact-badges img {
  display: block;
  height: auto;
}
.contact-badges .badge-tripadvisor {
  width: 150px;
}
.contact-badges .badge-google {
  width: 130px;
}

.contact-row-social {
  border-bottom: 0;
}

.contact-social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: var(--white);
  font-size: var(--fs-base);
  line-height: 1;
}
.contact-social a:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--color-sand);
}

@media (max-width: 1399px) {
  .contact-band-photo {
    flex-basis: 440px;
    padding: 22px 22px 80px;
  }
}
@media (max-width: 1199px) {
  .contact-band {
    padding: 90px 0 100px;
  }
  .contact-band-inner {
    gap: 36px;
  }
  .contact-band-title {
    font-size: var(--fs-4xl);
  }
  .contact-band-ornament {
    margin-bottom: 28px;
  }
  .contact-band-photo {
    flex-basis: 340px;
    padding: 16px 16px 58px;
  }
  .contact-details {
    margin-top: 32px;
  }
  .contact-label {
    flex-basis: 150px;
    font-size: var(--fs-xs);
  }
  .contact-value {
    font-size: var(--fs-sm);
  }
  .contact-row-badges {
    gap: 26px;
    padding-left: 174px;
  }
  .contact-badges {
    gap: 26px;
  }
  .contact-badges .badge-tripadvisor {
    width: 124px;
  }
  .contact-badges .badge-google {
    width: 108px;
  }
}
@media (max-width: 991px) {
  .contact-band-inner {
    flex-direction: column;
    gap: 46px;
  }
  .contact-band-content {
    max-width: none;
  }
  .contact-band-photo {
    flex: 0 0 auto;
    align-self: center;
    width: 100%;
    max-width: 440px;
  }
}
@media (max-width: 767px) {
  .contact-band {
    padding: 70px 0 80px;
  }
  .contact-band-title {
    font-size: var(--fs-xl);
  }
  .contact-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 14px 0;
  }
  .contact-label {
    flex: 0 0 auto;
  }
  .contact-row-badges {
    padding-left: 0;
  }
  .contact-badges {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.contact-actions-bar {
  padding: 70px 0 100px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.contact-actions .btn-solid {
  padding: 15px 30px;
  font-size: var(--fs-sm);
  letter-spacing: 0.1em;
}

@media (max-width: 1199px) {
  .contact-actions-bar {
    padding: 56px 0 80px;
  }
  .contact-actions .btn-solid {
    padding: 13px 22px;
  }
}
@media (max-width: 575px) {
  .contact-actions-bar {
    padding: 44px 0 60px;
  }
  .contact-actions .btn-solid {
    flex: 1 1 100%;
  }
}
.custom-planner .itinerary {
  padding-top: 10px;
}
.custom-planner .itinerary-list {
  display: grid;
  gap: 24px;
  max-width: 1180px;
  margin: 60px auto 0;
}
.custom-planner .itinerary-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 32px 38px;
  background: var(--white);
}
.custom-planner .itinerary-count {
  flex: 0 0 auto;
  min-width: 78px;
  color: var(--color-lime);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-5xl);
  line-height: 1;
}
.custom-planner .itinerary-content {
  flex: 1 1 auto;
}
.custom-planner .itinerary-content h3 {
  color: var(--color-teal-panel);
  font-family: var(--heading-font);
  font-weight: var(--fw-light);
  font-size: var(--fs-xl);
  line-height: 1.3;
}
.custom-planner .itinerary-content strong {
  font-weight: var(--fw-medium);
}
.custom-planner .itinerary-content p {
  margin: 12px 0 0;
  color: var(--color-body);
  font-size: var(--fs-base);
  line-height: 1.7;
}
.custom-planner .itinerary-list + .about-text {
  max-width: 1180px;
  text-align: left;
}
.custom-planner .about-checks {
  grid-auto-flow: row;
  grid-template-rows: none;
  align-items: start;
}
.custom-planner .about-title + .request-panel {
  margin-top: 56px;
}
.custom-planner .request-panel .about-checks {
  margin-top: 0;
}
.custom-planner .request-panel .about-checks li {
  color: var(--color-cream);
}
.custom-planner .request-panel .about-checks strong {
  color: var(--white);
}
.custom-planner .request-panel .about-check {
  background: var(--color-lime);
  color: var(--color-teal-panel);
  font-size: var(--fs-sm);
}
.custom-planner .request-panel .btn-solid-teal {
  background: var(--color-brass);
}
.custom-planner .request-panel .plan-actions {
  justify-content: center;
}
.custom-planner .request-panel .plan-actions .btn-solid {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .custom-planner .itinerary-item {
    gap: 24px;
    padding: 28px 30px;
  }
  .custom-planner .itinerary-count {
    min-width: 64px;
    font-size: var(--fs-4xl);
  }
  .custom-planner .about-title + .request-panel {
    margin-top: 44px;
  }
}
@media (max-width: 767px) {
  .custom-planner .itinerary-list {
    gap: 18px;
    margin-top: 40px;
  }
  .custom-planner .itinerary-item {
    flex-direction: column;
    gap: 10px;
    padding: 26px 24px;
  }
  .custom-planner .itinerary-count {
    min-width: 0;
    font-size: var(--fs-2xl);
  }
  .custom-planner .itinerary-content h3 {
    font-size: var(--fs-lg);
  }
  .custom-planner .itinerary-content p {
    font-size: var(--fs-sm);
  }
  .custom-planner .about-title + .request-panel {
    margin-top: 32px;
  }
}

/*# sourceMappingURL=style.css.map */
