:root {
  --ink: #121416;
  --muted: #6f7475;
  --paper: #f6f4ef;
  --paper-soft: #ebe6dc;
  --blue: #082d41;
  --blue-2: #154c63;
  --line: rgba(18, 20, 22, .14);
  --white-line: rgba(255, 255, 255, .22);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --script: "Marck Script", cursive;
}

@media (max-width: 760px) {
  .site-header {
    height: 72px !important;
    grid-template-columns: minmax(92px, auto) minmax(0, 1fr) !important;
    gap: 8px !important;
    padding-inline: 12px !important;
  }
  .brand img {
    width: clamp(96px, 30vw, 118px) !important;
  }
  .header__right {
    min-width: 0 !important;
  }
  .header-book {
    width: min(132px, 35vw) !important;
    height: 38px !important;
    min-width: 0 !important;
    padding: 0 8px !important;
    overflow: hidden !important;
    font-size: 8px !important;
    line-height: 38px !important;
    letter-spacing: .04em !important;
  }
  .menu-toggle {
    width: 34px !important;
    height: 38px !important;
    margin-left: 8px !important;
  }
  .hamburger_type-dots {
    width: 28px !important;
    height: 28px !important;
  }
  .hamburger__dot {
    width: 4px !important;
    height: 4px !important;
  }

  .ellada-info-bar {
    justify-content: stretch !important;
    padding: 18px 18px 14px !important;
  }
  .application .info {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: start !important;
    width: 100% !important;
    gap: 12px !important;
  }
  .application .info__item {
    margin: 0 !important;
    text-align: center !important;
  }
  .application .info-item__top {
    justify-content: center !important;
    min-height: 38px !important;
  }
  .application .info-item__main {
    font-size: clamp(25px, 8vw, 34px) !important;
    line-height: .95 !important;
  }
  .application .info-item__sub {
    font-size: clamp(12px, 3.6vw, 16px) !important;
  }
  .application .info-item__bot {
    margin-top: 7px !important;
    font-size: 11px !important;
  }

  .intro {
    padding: 72px 18px 64px !important;
    overflow: hidden !important;
  }
  .intro__ghost {
    left: 18px !important;
    right: 18px !important;
    width: auto !important;
    overflow: hidden !important;
    font-size: clamp(70px, 24vw, 104px) !important;
    letter-spacing: .02em !important;
  }
  .intro__content {
    min-width: 0 !important;
  }
  .intro__content h2 {
    max-width: 100% !important;
    font-size: clamp(34px, 12vw, 52px) !important;
    line-height: .98 !important;
    letter-spacing: 0 !important;
  }
  .intro__text {
    max-width: 100% !important;
    overflow: hidden !important;
    font-size: clamp(18px, 5.6vw, 22px) !important;
    line-height: 1.55 !important;
    letter-spacing: 0 !important;
  }
  .intro__text p {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }
  .intro__image {
    width: calc(100vw - 36px) !important;
    height: auto !important;
    aspect-ratio: 4 / 5 !important;
    justify-self: center !important;
  }

  .coast {
    min-height: auto !important;
    place-items: start center !important;
    padding: 86px 18px 72px !important;
  }
  .coast__inner {
    width: 100% !important;
    display: grid !important;
    gap: 28px !important;
  }
  .script {
    max-width: 100% !important;
    font-size: clamp(42px, 16vw, 66px) !important;
    line-height: 1.12 !important;
  }
  .coast__trust {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    width: 100% !important;
  }
  .coast__trust .trust__badge {
    justify-self: start !important;
    margin-left: 0 !important;
  }
  .review-stack {
    width: 100% !important;
    min-width: 0 !important;
  }
  .review-stack blockquote,
  .review-stack blockquote:nth-child(2),
  .review-stack blockquote:nth-child(3) {
    justify-self: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px 20px 20px !important;
    border-radius: 14px !important;
    font-size: clamp(24px, 7vw, 30px) !important;
    line-height: 1.12 !important;
    transform: none !important;
    animation: none !important;
  }
  .review-stack blockquote::before {
    display: none !important;
  }

  .contact-cta__inner h2 {
    font-size: clamp(30px, 9vw, 42px) !important;
    line-height: 1.05 !important;
  }
}

@media (max-width: 390px) {
  .site-header {
    padding-inline: 10px !important;
  }
  .brand img {
    width: 92px !important;
  }
  .header-book {
    width: auto !important;
    min-width: 128px !important;
    font-size: 0 !important;
    letter-spacing: 0 !important;
  }
  .header-book span {
    max-width: 100% !important;
    white-space: nowrap !important;
  }
  .menu-toggle {
    width: 32px !important;
    margin-left: 6px !important;
  }
}

@media (max-width: 360px) {
  .brand img {
    width: 86px !important;
  }
  .header-book {
    width: auto !important;
    min-width: 84px !important;
    font-size: 0 !important;
  }
  .menu-toggle {
    margin-left: 4px !important;
  }
}

/* Mobile header CTA polish. */
@media (max-width: 760px) {
  .header__right {
    align-items: center !important;
    gap: 8px !important;
  }

  .header-book {
    position: relative !important;
    width: auto !important;
    min-width: 88px !important;
    height: 38px !important;
    padding: 0 16px !important;
    border: 1px solid rgba(255,255,255,.62) !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    color: #fff !important;
    background: rgba(255,255,255,.16) !important;
    box-shadow: 0 10px 26px rgba(8,45,65,.14), inset 0 1px 0 rgba(255,255,255,.28) !important;
    backdrop-filter: blur(16px) saturate(128%) !important;
    font-size: 0 !important;
    line-height: 38px !important;
    letter-spacing: 0 !important;
  }

  .header-book::before {
    content: "Забронировать";
    position: relative;
    z-index: 1;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: none;
  }

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

  .site-header.is-scrolled .header-book,
  .rules-template .site-header .header-book {
    color: var(--ink) !important;
    border-color: rgba(8,45,65,.18) !important;
    background: rgba(255,255,255,.9) !important;
    box-shadow: 0 10px 24px rgba(8,45,65,.08), inset 0 1px 0 rgba(255,255,255,.7) !important;
  }

  .site-header.is-menu-open .header-book {
    color: #fff !important;
    border-color: rgba(255,255,255,.52) !important;
    background: rgba(255,255,255,.12) !important;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 72px;
    grid-template-columns: minmax(92px, auto) minmax(0, 1fr);
    gap: 8px;
    padding-inline: 12px;
  }
  .brand img {
    width: clamp(96px, 30vw, 118px);
  }
  .header__right {
    min-width: 0;
  }
  .header-book {
    width: min(132px, 35vw);
    height: 38px;
    padding: 0 8px;
    overflow: hidden;
    font-size: 8px;
    line-height: 38px;
    letter-spacing: .04em;
  }
  .menu-toggle {
    width: 34px;
    height: 38px;
    margin-left: 8px;
  }
  .hamburger_type-dots {
    width: 28px;
    height: 28px;
  }
  .hamburger__dot {
    width: 4px;
    height: 4px;
  }

  .ellada-info-bar {
    padding: 18px 18px 14px;
  }
  .application .info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    width: 100%;
    gap: 12px;
  }
  .application .info__item {
    margin: 0;
    text-align: center;
  }
  .application .info-item__top {
    justify-content: center;
    min-height: 38px;
  }
  .application .info-item__main {
    font-size: clamp(25px, 8vw, 34px);
    line-height: .95;
  }
  .application .info-item__sub {
    font-size: clamp(12px, 3.6vw, 16px);
  }
  .application .info-item__bot {
    margin-top: 7px;
    font-size: 11px;
  }

  .intro {
    padding: 72px 18px 64px;
    overflow: hidden;
  }
  .intro__ghost {
    left: 18px;
    right: 18px;
    width: auto;
    overflow: hidden;
    font-size: clamp(70px, 24vw, 104px);
    letter-spacing: .02em;
  }
  .intro__content {
    min-width: 0;
  }
  .intro__content h2 {
    max-width: 100%;
    overflow-wrap: normal;
    font-size: clamp(34px, 12vw, 52px);
    line-height: .98;
    letter-spacing: 0;
  }
  .intro__text {
    max-width: 100%;
    overflow: hidden;
    font-size: clamp(18px, 5.6vw, 22px);
    line-height: 1.55;
    letter-spacing: 0;
  }
  .intro__text p {
    max-width: 100%;
    overflow-wrap: break-word;
  }
  .intro__image {
    width: calc(100vw - 36px);
    height: auto;
    aspect-ratio: 4 / 5;
    justify-self: center;
  }

  .coast {
    min-height: auto;
    place-items: start center;
    padding: 86px 18px 72px;
  }
  .coast__inner {
    width: 100%;
    display: grid;
    gap: 28px;
  }
  .script {
    max-width: 100%;
    font-size: clamp(42px, 16vw, 66px);
    line-height: 1.12;
  }
  .coast__trust {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
  }
  .coast__trust .trust__badge {
    justify-self: start;
    margin-left: 0;
  }
  .review-stack {
    width: 100%;
    min-width: 0;
  }
  .review-stack blockquote,
  .review-stack blockquote:nth-child(2),
  .review-stack blockquote:nth-child(3) {
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
    padding: 18px 20px 20px;
    border-radius: 14px;
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.12;
    transform: none;
    animation: none;
  }
  .review-stack blockquote::before {
    display: none;
  }

  .contact-cta__inner h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.05;
  }
}

@media (max-width: 390px) {
  .site-header {
    padding-inline: 10px;
  }
  .brand img {
    width: 92px;
  }
  .header-book {
    width: auto;
    min-width: 88px;
    font-size: 0;
    letter-spacing: 0;
  }
  .menu-toggle {
    width: 32px;
    margin-left: 6px;
  }
}

html,
body {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body.menu-opened {
  overflow: hidden !important;
}

.ellada-rooms-catalog {
  position: relative;
  z-index: 2;
  display: block !important;
  min-height: 100vh;
  padding-top: 24px !important;
  padding-bottom: clamp(72px, 8vw, 120px) !important;
  overflow: hidden;
  visibility: visible !important;
  opacity: 1 !important;
  background: #f8f9fa;
}

.ellada-rooms-catalog .reveal,
.ellada-rooms-catalog .rooms-card {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.rooms-cards-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: clamp(28px, 3.2vw, 52px) clamp(22px, 2.4vw, 36px);
  width: min(1580px, calc(100% - 64px));
  margin: 0 auto;
}

.rooms-card {
  display: flex;
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  background: transparent;
  transition: opacity .35s ease, transform .45s cubic-bezier(.3,.1,.3,1);
}

.rooms-card .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 24px 70px rgba(8, 45, 65, .08);
}

.rooms-card:nth-child(2n) {
  margin-top: 0;
}

.rooms-card__image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: var(--blue);
  cursor: pointer;
}

.rooms-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .8s cubic-bezier(.76,0,.24,1), transform 1.1s cubic-bezier(.76,0,.24,1);
}

.rooms-card__image img:first-child {
  opacity: 1;
}

.rooms-card__image img + img {
  opacity: 0;
  transform: scale(1.08);
}

.rooms-card:hover .rooms-card__image img:first-child {
  opacity: 0;
  transform: scale(1.04);
}

.rooms-card:hover .rooms-card__image img + img {
  opacity: 1;
  transform: scale(1);
}

.rooms-card__content {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 36px clamp(22px, 2vw, 34px) 32px;
}

.rooms-card__content::before {
  position: absolute;
  top: 28px;
  left: clamp(22px, 2vw, 34px);
  width: 76px;
  height: 1px;
  content: "";
  background: rgba(22,22,22,.22);
}

.rooms-card__content h2 {
  margin: 0;
  font-family: Didot, var(--serif);
  font-size: clamp(24px, 2.05vw, 36px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rooms-card__content h2 span {
  display: block;
  margin-top: 8px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
}

.rooms-card__content .card__label {
  min-height: clamp(86px, 7vw, 118px);
  margin-bottom: 28px;
}

.rooms-card__icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  align-content: start;
  min-height: 116px;
  margin-bottom: 32px;
}

.rooms-card__icons .facilities-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: auto;
  min-width: 0;
}

.rooms-card__icons .facilities-item i {
  flex: 0 0 auto;
  width: 25px;
  color: var(--blue);
  font-size: 25px;
  line-height: 1;
}

.rooms-card__icons .facilities-item span {
  position: static;
  display: block;
  min-height: 0;
  padding-left: 0;
  color: #565b5d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.rooms-card__icons .facilities-item span::before {
  display: none;
}

.rooms-card__content .card__buttons {
  margin-top: auto;
}

.rooms-card__content .rooms-card__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(22,22,22,.28);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  transition: color .3s ease, background .3s ease, border-color .3s ease;
}

.rooms-card__content .rooms-card__more span + span {
  display: none;
}

.rooms-card__content .rooms-card__more:hover {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

@media (max-width: 1180px) {
  .rooms-cards-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(1040px, calc(100% - 48px));
  }
}

@media (max-width: 900px) {
  .ellada-rooms-catalog {
    padding-top: 24px !important;
    padding-bottom: 64px !important;
  }

  .rooms-cards-list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    width: calc(100% - 32px);
  }

  .rooms-card:nth-child(2n) {
    margin-top: 0;
  }

  .rooms-card__image {
    aspect-ratio: 16 / 9;
  }

  .rooms-card__content {
    padding: 34px 24px 28px;
  }

  .rooms-card__content .card__label {
    min-height: 0;
  }

  .rooms-card__icons {
    min-height: 0;
  }

  .rooms-card__content::before {
    top: 22px;
    left: 24px;
  }
}

@media (max-width: 560px) {
  .rooms-card__image {
    aspect-ratio: 16 / 9;
  }

  .rooms-card__content h2 {
    font-size: clamp(21px, 6.75vw, 30px);
  }

  .rooms-card__icons {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .rooms-card__icons .facilities-item {
    width: auto;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.woff?grut3a") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "td-multipurpose";
  src: url("assets/fonts/td-multipurpose.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-small-right::before { content: "\e900"; }
.icon-bed::before { content: "\e90b"; }
.icon-cube::before { content: "\e90c"; }
.icon-guests::before { content: "\e90d"; }
.icon-bath::before { content: "\e90e"; }

.tdc-font-tdmp {
  display: inline-block;
  font-family: "td-multipurpose";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tdc-font-tdmp-towel::before { content: "\e9af"; }
.tdc-font-tdmp-chair-umbrella::before { content: "\e93d"; }
.tdc-font-tdmp-prune::before { content: "\e91c"; }
.tdc-font-tdmp-store::before { content: "\e9b7"; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #f8f9fa;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
}
body.menu-opened {
  overflow: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.preloader {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  gap: 28px;
  color: #fff;
  background: var(--blue);
  transition: transform 1s cubic-bezier(.76, 0, .24, 1), opacity .6s ease;
}
.preloader.is-hidden { transform: translateY(-100%); opacity: 0; pointer-events: none; }
.preloader__mark {
  font-family: var(--serif);
  font-size: clamp(48px, 8vw, 110px);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.preloader__line {
  width: min(340px, 58vw);
  height: 1px;
  overflow: hidden;
  background: rgba(255,255,255,.18);
}
.preloader__line span {
  display: block;
  width: 45%;
  height: 100%;
  background: #fff;
  animation: loadline 1.8s cubic-bezier(.76,0,.24,1) infinite;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 30;
  height: 100px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 0 clamp(18px, 4vw, 58px);
  color: #fff;
  background: transparent;
  transition: color .35s ease, box-shadow .35s ease;
}
.site-header::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0;
  background: #f8f9fa;
  backdrop-filter: blur(18px);
  transition: opacity .35s cubic-bezier(.3,.1,.3,1);
}
.site-header::after {
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  content: "";
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: border-color .35s ease, opacity .35s ease;
}
.site-header.is-menu-open {
  color: #fff;
  background: transparent;
  box-shadow: none;
}
.site-header.is-menu-open::before {
  opacity: 0;
}
.site-header.is-scrolled {
  height: 100px;
  color: var(--ink);
  box-shadow: none;
}
.site-header.is-scrolled::before {
  opacity: 1;
}
.site-header.is-scrolled::after {
  opacity: 0;
}.rules-template .site-header {
  color: var(--ink);
}
.rules-template .site-header::before {
  opacity: 1;
}
.rules-template .site-header::after {
  border-color: rgba(8,45,65,.1);
}
.rules-template .brand img {
  filter: brightness(0);
}
.rules-template .site-header.is-menu-open {
  color: #fff;
}
.rules-template .site-header.is-menu-open::before {
  opacity: 0;
}
.rules-template .site-header.is-menu-open .brand img {
  filter: brightness(0) invert(1);
}
.header__left,
.header__right {
  display: flex;
  align-items: center;
  width: 100%;
}
.header__left {
  justify-content: flex-start;
  gap: clamp(18px, 3vw, 42px);
}
.header__right {
  justify-content: flex-end;
  gap: clamp(22px, 3vw, 44px);
}
@media (min-width: 761px) {
  .header__left {
    transform: translateX(20%);
  }
  .header__right {
    transform: translateX(-20%);
  }
}
.header__logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand img {
  width: clamp(124px, 10vw, 164px);
  height: auto;
  filter: brightness(0) invert(1);
  transition: filter .35s ease, opacity .35s ease;
}
.site-header.is-scrolled .brand img {
  filter: brightness(0);
}
.site-header.is-menu-open .brand img {
  filter: brightness(0) invert(1);
}
.header__place {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .34em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .84;
}
.header__stars {
  display: block;
  font-size: 11px;
  letter-spacing: .36em;
  line-height: 1;
}
.messenger-list,
.phone-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.messenger-list {
  display: flex;
  align-items: center;
  gap: 22px;
}
.messenger-link {
  position: relative;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: opacity .35s ease, transform .35s ease;
}
.messenger-link span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
}
.messenger-link_instagram span,
.messenger-link_telegram span,
.messenger-link_whatsapp span {
  font-size: 0;
}
.messenger-link_telegram::before,
.messenger-link_whatsapp::before {
  display: block;
  width: 28px;
  height: 28px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
  transform: translateZ(0);
  transition: filter .35s ease;
}
.messenger-link_instagram::before {
  display: block;
  width: 28px;
  height: 28px;
  content: "";
  background: url("assets/icon-instagram.png") center / contain no-repeat;
  filter: brightness(0) invert(1);
  transition: filter .35s ease;
}
.site-header.is-scrolled .header__messenger-list .messenger-link_instagram::before,
.site-header.is-scrolled .header__messenger-list .messenger-link_telegram::before,
.site-header.is-scrolled .header__messenger-list .messenger-link_whatsapp::before,
.rules-template .site-header .header__messenger-list .messenger-link_instagram::before,
.rules-template .site-header .header__messenger-list .messenger-link_telegram::before,
.rules-template .site-header .header__messenger-list .messenger-link_whatsapp::before,
.footer__socials .messenger-link_instagram::before,
.footer__socials .messenger-link_telegram::before,
.footer__socials .messenger-link_whatsapp::before {
  filter: none;
}
.rules-template .site-header.is-menu-open .header__messenger-list .messenger-link_instagram::before,
.rules-template .site-header.is-menu-open .header__messenger-list .messenger-link_telegram::before,
.rules-template .site-header.is-menu-open .header__messenger-list .messenger-link_whatsapp::before {
  filter: brightness(0) invert(1);
}
.messenger-link_telegram::before {
  background-image: url("assets/icon-telegram.png");
}
.messenger-link_whatsapp::before {
  background-image: url("assets/icon-whatsapp.png");
}
.messenger-link:hover,
.messenger-link:focus-visible {
  opacity: .72;
  transform: translateY(-2px);
}
.phone-list {
  display: flex;
  flex-wrap: wrap;
}
.phone-list__item {
  position: relative;
  align-self: center;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .04em;
  white-space: nowrap;
}
.header-book, .menu-toggle {
  border: 0;
  color: inherit;
  background: none;
  cursor: pointer;
}
.header-book {
  min-width: 176px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid currentColor;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: auto;
  height: 50px;
  padding: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .6em;
  text-transform: uppercase;
}
.hamburger_type-dots {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
}
.hamburger_type-dots .hamburger__dot {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  transition-property: transform, opacity, border-radius;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(.75,0,.25,1);
}
.hamburger_type-dots .hamburger__dot:nth-child(2n) { left: calc(50% - 1.5px); }
.hamburger_type-dots .hamburger__dot:nth-child(odd) { left: 0; }
.hamburger_type-dots .hamburger__dot:nth-child(3),
.hamburger_type-dots .hamburger__dot:nth-child(6),
.hamburger_type-dots .hamburger__dot:nth-child(9) { left: calc(100% - 3px); }
.hamburger_type-dots .hamburger__dot:nth-child(1),
.hamburger_type-dots .hamburger__dot:nth-child(2),
.hamburger_type-dots .hamburger__dot:nth-child(3) { top: 0; }
.hamburger_type-dots .hamburger__dot:nth-child(4),
.hamburger_type-dots .hamburger__dot:nth-child(5),
.hamburger_type-dots .hamburger__dot:nth-child(6) { top: calc(50% - 1.5px); }
.hamburger_type-dots .hamburger__dot:nth-child(7),
.hamburger_type-dots .hamburger__dot:nth-child(8),
.hamburger_type-dots .hamburger__dot:nth-child(9) { top: calc(100% - 3px); }
.hamburger_type-dots .hamburger__dot:nth-child(1),
.hamburger_type-dots .hamburger__dot:nth-child(7) { transform-origin: left center; }
.hamburger_type-dots .hamburger__dot:nth-child(3),
.hamburger_type-dots .hamburger__dot:nth-child(9) { transform-origin: right center; }
.menu-toggle:hover .hamburger__dot:nth-child(2) { transform: translateY(9px); }
.menu-toggle:hover .hamburger__dot:nth-child(8) { transform: translateY(-9px); }
.menu-toggle:hover .hamburger__dot:nth-child(5) { transform: translateX(9px); }
.menu-toggle:hover .hamburger__dot:nth-child(6) { transform: translateX(-9px); }
body.menu-opened .hamburger_type-dots .hamburger__dot:nth-child(1) {
  border-radius: 0;
  transform: translate(2px,1px) rotate(45deg) scaleX(4) scaleY(.2);
}
body.menu-opened .hamburger_type-dots .hamburger__dot:nth-child(3) {
  border-radius: 0;
  transform: translate(-3px,1px) rotate(-45deg) scaleX(4) scaleY(.2);
}
body.menu-opened .hamburger_type-dots .hamburger__dot:nth-child(7) {
  border-radius: 0;
  transform: translate(2px,-1px) rotate(-45deg) scaleX(4) scaleY(.2);
}
body.menu-opened .hamburger_type-dots .hamburger__dot:nth-child(9) {
  border-radius: 0;
  transform: translate(-3px,-1px) rotate(45deg) scaleX(4) scaleY(.2);
}
body.menu-opened .hamburger_type-dots .hamburger__dot:nth-child(2),
body.menu-opened .hamburger_type-dots .hamburger__dot:nth-child(4),
body.menu-opened .hamburger_type-dots .hamburger__dot:nth-child(5),
body.menu-opened .hamburger_type-dots .hamburger__dot:nth-child(6),
body.menu-opened .hamburger_type-dots .hamburger__dot:nth-child(8) {
  opacity: 0;
}
body.menu-opened .hamburger_type-dots .hamburger__dot:nth-child(2) { transform: translateY(9px); }
body.menu-opened .hamburger_type-dots .hamburger__dot:nth-child(8) { transform: translateY(-9px); }
body.menu-opened .hamburger_type-dots .hamburger__dot:nth-child(5) { transform: translateX(9px); }
body.menu-opened .hamburger_type-dots .hamburger__dot:nth-child(6) { transform: translateX(-9px); }
.hamburger-text {
  display: grid;
  height: 1.2em;
  overflow: hidden;
}
.hamburger-text__item {
  grid-area: 1 / 1;
  transition: transform 1s cubic-bezier(.75,0,.25,1);
}
.hamburger-text__item:nth-child(2) {
  transform: translateY(104%);
}
body.menu-opened .hamburger-text__item:nth-child(1) {
  transform: translateY(-104%);
}
body.menu-opened .hamburger-text__item:nth-child(2) {
  transform: translateY(0);
}

.menu-panel {
  position: fixed;
  z-index: 45;
  top: -70px;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  color: #fff;
  background: var(--blue);
  transform: translateY(-100%);
  transition: visibility 0s .95s, transform .95s cubic-bezier(.75, 0, .25, 1);
}
.menu-panel.is-open {
  visibility: visible;
  transform: translateY(70px);
  transition-delay: 0s;
}
.menu-panel__top {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) auto minmax(360px, 1fr);
  align-items: center;
  min-height: 148px;
  padding: 0 clamp(18px, 3vw, 58px);
  border-bottom: 1px solid rgba(255,255,255,.14);
  opacity: 0;
  transform: translateY(-34px);
  transition: opacity .72s cubic-bezier(.3,.1,.3,1), transform .8s cubic-bezier(.3,.1,.3,1);
}
.menu-panel.is-open .menu-panel__top {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .34s;
}
.menu-panel__left,
.menu-panel__right {
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 74px);
}
.menu-panel__right {
  justify-content: flex-end;
}
.menu-panel__messengers {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-panel__messengers .messenger-link {
  width: 34px;
  height: 34px;
}
.menu-panel__phone {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  white-space: nowrap;
}
.menu-panel__logo {
  display: grid;
  place-items: center;
  justify-self: center;
}
.menu-panel__logo img {
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
}
.menu-panel__book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 58px;
  padding: 0 24px;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.82);
  color: #fff;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
  transition: color .35s ease, background .35s ease;
}
.menu-panel__book:hover {
  color: var(--blue);
  background: #fff;
}
.menu-panel__close {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  min-width: 134px;
  height: 58px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .62em;
  text-transform: uppercase;
}
.menu-panel__close span {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
}
.menu-panel__close span::before,
.menu-panel__close span::after {
  position: absolute;
  top: calc(50% - .5px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: currentColor;
  transition: transform .5s cubic-bezier(.75,0,.25,1);
}
.menu-panel__close span::before {
  transform: rotate(45deg);
}
.menu-panel__close span::after {
  transform: rotate(-45deg);
}
.menu-panel__close:hover span::before {
  transform: rotate(135deg);
}
.menu-panel__close:hover span::after {
  transform: rotate(45deg);
}
.menu__inner {
  position: relative;
  z-index: 1;
  height: calc(100% - 148px);
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform .95s cubic-bezier(.75, 0, .25, 1);
}
.menu-panel.is-open .menu__inner {
  transform: none;
}
.menu__backdrop {
  position: absolute;
  left: 50%;
  top: 42%;
  z-index: 0;
  min-width: 100%;
  color: rgba(0,0,0,.14);
  font-family: var(--serif);
  font-size: clamp(160px, 23vw, 410px);
  font-weight: 700;
  line-height: .82;
  letter-spacing: -.05em;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
  transition: opacity .55s ease, transform .75s cubic-bezier(.3,.1,.3,1);
}
.menu__backdrop.is-changing {
  opacity: .25;
  transform: translate(-50%, -50%) scale(.985);
}
.menu__section_categories {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(54px, 8vh, 92px) 24px 80px;
}
.menu__section_categories ul {
  list-style: none;
  padding: 0;
}
.menu__section_categories ul.inner {
  width: min(920px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(18px, 2.2vh, 34px);
}
.menu__section_categories li {
  position: relative;
  transform: translateY(72px);
  opacity: 0;
  transition: opacity .8s cubic-bezier(.3,.1,.3,1), transform .9s cubic-bezier(.3,.1,.3,1);
}
.menu-panel.is-open .menu__section_categories li {
  opacity: 1;
  transform: none;
}
.menu-panel.is-open .menu__section_categories li:nth-child(1) { transition-delay: .12s; }
.menu-panel.is-open .menu__section_categories li:nth-child(2) { transition-delay: .16s; }
.menu-panel.is-open .menu__section_categories li:nth-child(3) { transition-delay: .2s; }
.menu-panel.is-open .menu__section_categories li:nth-child(4) { transition-delay: .24s; }
.menu-panel.is-open .menu__section_categories li:nth-child(5) { transition-delay: .28s; }
.menu-panel.is-open .menu__section_categories li:nth-child(6) { transition-delay: .32s; }
.menu-panel.is-open .menu__section_categories li:nth-child(7) { transition-delay: .36s; }
.menu-panel.is-open .menu__section_categories li:nth-child(8) { transition-delay: .4s; }
.menu-panel.is-open .menu__section_categories li:nth-child(9) { transition-delay: .44s; }
.menu-panel.is-open .menu__section_categories li:nth-child(10) { transition-delay: .48s; }
.menu-panel.is-open .menu__section_categories li:nth-child(11) { transition-delay: .52s; }
.menu-panel.is-open .menu__section_categories li:nth-child(12) { transition-delay: .56s; }
.menu-panel.is-open .menu__section_categories li:nth-child(13) { transition-delay: .6s; }
.menu-panel.is-open .menu__section_categories li:nth-child(14) { transition-delay: .64s; }
.menu-panel.is-open .menu__section_categories li:nth-child(15) { transition-delay: .68s; }
.menu-panel.is-open .menu__section_categories li:nth-child(16) { transition-delay: .72s; }
.menu-panel.is-open .menu__section_categories li:nth-child(17) { transition-delay: .76s; }
.menu__section_categories a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  min-height: 1em;
  overflow: hidden;
  color: rgba(255,255,255,.52);
  font-family: var(--serif);
  font-size: clamp(38px, 4.1vw, 70px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.03em;
  text-align: center;
  transition: color .55s ease, letter-spacing .7s cubic-bezier(.3,.1,.3,1), transform .7s cubic-bezier(.3,.1,.3,1);
}
.menu__section_categories a span {
  display: block;
}
.menu__section_categories a em {
  color: rgba(255,255,255,.34);
  font-style: normal;
  font-size: .34em;
  letter-spacing: .32em;
  transform: translateY(.18em);
  transition: color .55s ease, transform .55s ease;
}
.menu__section_categories li.is-active a,
.menu__section_categories a:hover,
.menu__section_categories a:focus-visible {
  color: #fff;
  letter-spacing: .16em;
  transform: translateY(-2px);
}
.menu__section_categories a:hover em,
.menu__section_categories a:focus-visible em {
  color: rgba(255,255,255,.78);
  transform: translate(.18em, .18em);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.hero__media, .hero__media img, .hero__shade {
  position: absolute;
  inset: 0;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.4s ease, transform 7s ease;
}
.hero__media img.is-active {
  opacity: 1;
  transform: scale(1);
}
.hero__shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.38), transparent 26%, rgba(0,0,0,.55)),
    linear-gradient(90deg, rgba(8,45,65,.54), transparent 55%);
}
.hero__content {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 72px));
  text-align: center;
  padding-top: 56px;
}
.hero__more {
  position: absolute;
  top: clamp(150px, 24vh, 260px);
  right: 0;
  left: 0;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
}
.hero__more:hover {
  transform: none;
}
.label {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .44em;
  text-transform: uppercase;
}
.hero__lead {
  width: min(1240px, calc(100vw - 72px));
  margin: 0 auto;
  color: #fff;
  font-family: Didot, var(--serif);
  font-size: clamp(34px, 4.35vw, 58px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: .035em;
  text-align: center;
  text-transform: none;
}

.hero__dropcap {
  display: inline-block;
  margin-right: .015em;
  font-family: Didot, var(--serif);
  font-size: 1.45em;
  line-height: .72;
  vertical-align: -.08em;
}

.rooms-page {
  min-height: 100vh;
  background: #f8f9fa;
}
.rooms-page-hero {
  position: relative;
  display: grid;
  min-height: min(820px, 86svh);
  overflow: hidden;
  place-items: center;
  color: #fff;
  background: var(--blue);
  isolation: isolate;
}
.rooms-page-hero__media,
.rooms-page-hero__media img {
  position: absolute;
  inset: 0;
}
.rooms-page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .9;
  transform: scale(1);
}
.rooms-page-hero__content {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 48px));
  padding-top: 90px;
  text-align: center;
}
.rooms-page-hero__content h1 {
  margin: 0;
  font-family: Didot, var(--serif);
  font-size: clamp(58px, 8vw, 132px);
  font-weight: 700;
  line-height: .9;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rooms-page-hero__content p:not(.label) {
  width: min(620px, 100%);
  margin: 34px auto 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.8;
}
.button_call {
  position: relative;
  overflow: visible;
  min-height: 0;
  margin-top: 42px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .6em;
  text-transform: uppercase;
}
.button_call,
.button_call:hover {
  transform: none;
}
.button_call > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 32px;
}
.button_call::before,
.button_call::after,
.button_call .pulse::before,
.button_call .pulse::after {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  content: "";
  pointer-events: none;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0;
  background: transparent;
  transform-origin: center center;
  animation: pulse 4s linear infinite;
}
.button_call::after {
  animation-delay: 1s;
}
.button_call .pulse::before {
  animation-delay: 2s;
}
.button_call .pulse::after {
  animation-delay: 3s;
}
.button_call:hover > span {
  transform: none;
}

.ellada-info-bar {
  display: flex;
  justify-content: center;
  padding: 32px 15px 0;
  color: #161616;
  background: #f8f9fa;
}
.application .info {
  font-family: Didot, var(--serif);
  display: flex;
  align-items: center;
  width: min(930px, 100%);
  margin-bottom: 32px;
  color: #161616;
  line-height: normal;
}
.application .info .temp:after {
  margin-left: 4px;
  content: "\00B0  C";
}
.application .info .hours:after {
  content: ":";
}
.application .info__divider {
  flex-grow: 1;
  height: 1px;
  margin: 0 40px;
  opacity: .5;
  background-color: #161616;
}
.application .info-item__main {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
.application .info-item__sub {
  margin-left: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.application .info-item__top {
  display: flex;
  align-items: baseline;
}
.application .info-item__bot {
  font-family: var(--sans);
  font-size: 14px;
  line-height: normal;
  text-transform: none;
}
.application .info-item__bot p {
  margin: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button.button_call {
  min-height: 0;
  padding: 0;
  border: 0;
  overflow: visible;
  font-size: 10px;
  letter-spacing: .6em;
}
.button.button_call:hover {
  transform: none;
}
.double-text {
  position: relative;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
}
.double-text span {
  grid-area: 1 / 1;
  display: block;
  transition: transform .42s cubic-bezier(.76, 0, .24, 1);
}
.double-text span + span {
  transform: translateY(170%);
}
.double-text:hover span:first-child { transform: translateY(-170%); }
.double-text:hover span + span { transform: translateY(0); }
.section {
  position: relative;
  padding: clamp(90px, 12vw, 160px) clamp(18px, 5vw, 74px);
}
.intro {
  min-height: clamp(760px, 92vh, 960px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.08fr);
  align-items: center;
  width: min(100%, 1680px);
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background: #f8f9fa;
}
.intro__ghost {
  position: absolute;
  left: clamp(18px, 4vw, 58px);
  top: clamp(24px, 5vw, 68px);
  color: var(--blue);
  opacity: .055;
  font-family: Didot, var(--serif);
  font-size: clamp(86px, 15vw, 230px);
  font-weight: 700;
  line-height: .78;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
.intro__image {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  width: min(620px, 43vw);
  height: clamp(560px, 64vw, 780px);
  justify-self: end;
  overflow: hidden;
  background: var(--blue);
}
.intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.img-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.intro__distortion img,
.intro__distortion canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
.intro__distortion img {
  z-index: 1;
  transition: opacity .9s cubic-bezier(.76, 0, .24, 1), transform 1.2s cubic-bezier(.76, 0, .24, 1), filter 1.2s ease;
}
.intro__distortion canvas {
  z-index: 2;
  display: block;
  pointer-events: none;
}
.intro__distortion .intro__fallback-hover {
  z-index: 3;
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.05);
  pointer-events: auto;
}
.intro__distortion:hover .intro__fallback-hover,
.intro__distortion.is-hovering .intro__fallback-hover {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.intro__distortion:hover img:first-child,
.intro__distortion.is-hovering img:first-child {
  filter: blur(8px);
  transform: scale(1.04);
}
.intro__content {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  width: min(680px, 100%);
  margin-left: clamp(28px, 8vw, 120px);
}
.intro__eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  color: var(--blue);
}
.intro__eyebrow span,
.intro__eyebrow p {
  margin: 0;
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .36em;
  text-transform: uppercase;
}
.intro__eyebrow i {
  width: min(150px, 16vw);
  height: 1px;
  opacity: .22;
  background: currentColor;
}
.intro__content h2 {
  max-width: 650px;
  color: var(--ink);
  font-family: Didot, var(--serif);
  font-size: clamp(42px, 4.35vw, 64px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: .085em;
  text-transform: uppercase;
}
.intro__text {
  max-width: 660px;
  margin: clamp(72px, 9vw, 132px) 0 34px;
  color: #252525;
  font-family: Didot, "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 400;
  line-height: 2.05;
  letter-spacing: .035em;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}
.intro__text p + p {
  margin-top: 16px;
}
.button_simple,
.button_with-icon-left {
  gap: 12px;
}
.button_simple {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 54px;
  padding: 0 28px;
  color: var(--ink);
  background: #fff;
  border-color: transparent;
  box-shadow: 0 18px 42px rgba(8, 45, 65, .08);
}
.button_simple::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: var(--blue-2);
  transform: translateY(100%);
  transition: transform .38s cubic-bezier(.76, 0, .24, 1);
}
.button_simple:hover {
  color: #fff;
  transform: none;
}
.button_simple:hover::before {
  transform: translateY(0);
}
.button_with-icon-left i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45em;
  flex: 0 0 1.45em;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  transform: translateY(-.04em);
}

.rooms {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  background: #f8f9fa;
  color: var(--ink);
}
.rooms-intro {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 980px;
  padding: clamp(120px, 12vw, 180px) 24px 120px;
}
.rooms-intro__mountain {
  position: absolute;
  left: -60px;
  top: 280px;
  width: min(760px, 46vw);
  max-width: none;
  opacity: .045;
  pointer-events: none;
  user-select: none;
}
.rooms-intro__inner {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  margin: 0 auto;
  text-align: center;
}
.rooms-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 32px;
  color: #202326;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .46em;
  line-height: 1;
  text-transform: uppercase;
}
.rooms-intro__eyebrow i {
  display: block;
  width: 48px;
  height: 1px;
  background: currentColor;
  opacity: .72;
}
.rooms-intro h2 {
  margin: 0 0 142px;
  font-family: var(--serif);
  font-size: clamp(46px, 4.1vw, 76px);
  font-weight: 700;
  line-height: .96;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.rooms-intro__text {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(42px, 9vw, 150px);
  width: min(1180px, 100%);
  margin: 0 auto;
  color: #44484a;
  font-family: var(--serif);
  font-size: clamp(22px, 1.7vw, 30px);
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: .01em;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}
.rooms-intro__text p {
  width: min(560px, 100%);
  margin: 0;
}
.rooms-intro__text p:first-child {
  justify-self: start;
}
.rooms-intro__text p:last-child {
  justify-self: end;
}
.rooms-intro__text p + p {
  margin-top: 0;
}
.ellada-room-slider {
  position: relative;
  width: 100%;
  margin: clamp(-30px, -2vw, 0px) auto 0;
  padding: 0 0 clamp(100px, 9vw, 150px);
}
.ellada-room-slider__cell {
  width: min(1180px, calc(100% - 180px));
  margin: 0 auto;
}
.swiper-container {
  position: relative;
  z-index: 1;
  overflow: visible;
  width: 100%;
  margin: 0 auto;
}
.swiper-wrapper {
  position: relative;
  display: flex;
  gap: 30px;
  width: 100%;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  transition: transform .85s cubic-bezier(.3,.1,.3,1);
  will-change: transform;
}
.swiper-wrapper:active {
  cursor: grabbing;
}
.swiper-slide {
  position: relative;
  flex: 0 0 calc((100% - 30px) / 2);
  min-width: 0;
}
.card_default {
  position: relative;
  display: block;
  color: #161616;
  text-align: left;
}
.card_default .card__image {
  position: relative;
  height: clamp(430px, 36.8vw, 530px);
  overflow: hidden;
  background: #f8f9fa;
}
.card_default .image-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9%;
  width: 118%;
  transform: translateX(0);
  transition: transform 1.25s cubic-bezier(.3,.1,.3,1);
  will-change: transform;
}
.card_default img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 1.45s cubic-bezier(.3,.1,.3,1);
  will-change: transform;
}
.card_default:hover img {
  transform: scale(1.16);
}
.card_default .card__content {
  padding: 38px 0 0;
}
.card_default .card__label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
}
.card_default .card__label::before {
  flex: 0 0 42px;
  width: 42px;
  height: 1px;
  content: "";
  background: currentColor;
}
.card_default .card__label h4 {
  margin: 0;
  font-family: Didot, var(--serif);
  font-size: clamp(25px, 2.25vw, 34px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
}
.placement-info {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, .48fr) minmax(420px, .52fr);
  gap: clamp(44px, 5vw, 86px);
  width: min(1240px, calc(100% - 160px));
  margin: clamp(20px, 3vw, 48px) auto clamp(108px, 10vw, 168px);
  padding: clamp(62px, 7vw, 108px) 0 0;
  border-top: 1px solid rgba(8,45,65,.13);
  background: #fff;
}
.placement-info__heading,
.placement-info__visual,
.placement-info__times,
.placement-info__grid {
  position: relative;
  z-index: 1;
}
.placement-info__heading {
  min-height: 0;
  padding: 0;
}
.placement-info__heading .label {
  margin: 0 0 24px;
  color: rgba(8,45,65,.62);
}
.placement-info__heading h3 {
  max-width: 520px;
  margin: 0 0 26px;
  font-family: var(--serif);
  font-size: clamp(48px, 5.2vw, 86px);
  font-weight: 600;
  line-height: .92;
}
.placement-info__heading p:not(.label) {
  max-width: 430px;
  margin: 0;
  color: rgba(13,26,32,.64);
  font-size: 15px;
  line-height: 1.8;
}
.placement-info__visual {
  grid-column: 1;
  height: clamp(260px, 24vw, 390px);
  margin: clamp(36px, 4vw, 58px) 0 0;
  overflow: hidden;
  background: var(--blue);
}
.placement-info__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(8,45,65,.04), rgba(8,45,65,.3));
}
.placement-info__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(.9) contrast(1.02);
}
.placement-info__times {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-self: start;
  padding: clamp(72px, 7vw, 120px) 0 0;
  background: transparent;
}
.placement-info__times div {
  display: flex;
  min-height: 116px;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 28px 0;
  color: var(--blue);
  border-top: 1px solid rgba(8,45,65,.16);
  background: transparent;
}
.placement-info__times div:last-child {
  border-bottom: 1px solid rgba(8,45,65,.16);
}
.placement-info__times span {
  display: block;
  margin-bottom: 0;
  color: rgba(8,45,65,.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .42em;
  text-transform: uppercase;
}
.placement-info__times strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(52px, 5.4vw, 86px);
  font-weight: 500;
  line-height: .9;
}
.placement-info__grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(54px, 6vw, 92px);
  border-top: 1px solid rgba(8,45,65,.13);
  border-bottom: 1px solid rgba(8,45,65,.13);
}
.placement-info__grid article {
  min-width: 0;
  padding: 34px clamp(22px, 2.4vw, 34px) 38px;
  background: transparent;
  border-right: 1px solid rgba(8,45,65,.1);
  transition: background .35s ease;
}
.placement-info__grid article:hover {
  background: rgba(8,45,65,.025);
}
.placement-info__grid article:last-child {
  border-right: 0;
}
.placement-info__grid article > span {
  display: block;
  margin-bottom: 28px;
  color: rgba(8,45,65,.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .42em;
}
.placement-info__grid h4 {
  min-height: 38px;
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.32;
  text-transform: uppercase;
}
.placement-info__grid p {
  margin: 0;
  color: rgba(13,26,32,.64);
  font-size: 13px;
  line-height: 1.75;
}
.rules-page {
  min-height: 100vh;
  padding: clamp(132px, 14vw, 190px) 0 clamp(80px, 10vw, 140px);
  background: linear-gradient(90deg, #f6f8f9 0%, #fff 44%, #eef6f7 100%);
}
.rules-page .placement-info {
  margin-top: 0;
  margin-bottom: 0;
}
.swiper-controls {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  width: 100vw;
  height: calc(clamp(430px, 36.8vw, 530px) + 120px);
  transform: translateX(-50%);
  pointer-events: none;
}
.swiper-controls .swiper-button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  max-width: 300px;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  pointer-events: auto;
}
.swiper-controls .swiper-button-prev {
  left: 0;
  cursor: none;
}
.swiper-controls .swiper-button-next {
  right: 0;
  cursor: none;
}
.room-slider-cursor {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity .2s cubic-bezier(.3,.1,.3,1), transform .12s linear;
}
.room-slider-cursor.is-visible {
  opacity: 1;
}
.room-slider-cursor::before,
.room-slider-cursor::after {
  position: absolute;
  top: calc(50% - 1px);
  width: 42px;
  height: 2px;
  content: "";
  background: #161616;
  box-shadow: 0 0 2px rgba(255,255,255,.88);
}
.room-slider-cursor::before {
  transform: rotate(45deg);
}
.room-slider-cursor::after {
  transform: rotate(-45deg);
}
.room-slider-cursor.is-prev::before,
.room-slider-cursor.is-prev::after {
  left: 8px;
  transform-origin: left center;
}
.room-slider-cursor.is-next::before,
.room-slider-cursor.is-next::after {
  right: 8px;
  transform-origin: right center;
}
.room-slider-cursor.is-next::before,
.room-slider-cursor.is-prev::after {
  transform: rotate(45deg);
}
.room-slider-cursor.is-next::after,
.room-slider-cursor.is-prev::before {
  transform: rotate(-45deg);
}
.swiper-button-disabled {
  pointer-events: none;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.services.section {
  padding-top: clamp(56px, 5vw, 78px);
}
.services-heading {
  display: flex;
  justify-content: center;
  margin: 0 auto clamp(48px, 6vw, 76px);
}
.services-heading__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #202326;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .46em;
  line-height: 1;
  text-transform: uppercase;
}
.services-heading__eyebrow i {
  display: block;
  width: 48px;
  height: 1px;
  background: currentColor;
  opacity: .72;
}
.service-item {
  min-height: 260px;
  padding: 34px 28px 38px;
  text-align: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.service-item i {
  display: block;
  width: 100%;
  height: 88px;
  margin-bottom: 28px;
  color: rgba(13, 27, 102, .84);
  font-size: 74px;
  line-height: 88px;
}
.service-item span {
  display: block;
  margin-bottom: 28px;
  color: #444;
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.service-item p {
  margin: 0;
  color: #aaa;
  font-size: 24px;
  line-height: 1.7;
}

.coast {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: clamp(84px, 8vw, 116px) 0 clamp(54px, 6vw, 82px);
}

.coast__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  opacity: 1;
  transition: opacity 1.1s ease, filter 1.1s ease;
  filter: brightness(1);
}

.coast__video.is-loop-masked {
  opacity: .38;
  filter: brightness(.42);
}

.coast__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 27, 39, .72), rgba(2, 27, 39, .36) 48%, rgba(2, 27, 39, .74)),
    linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .5));
  pointer-events: none;
}

.coast__text {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(18px, 3vw, 44px);
}

.coast .script {
  width: min(1220px, 100%);
  margin: 0;
  color: #fff;
  font-family: "Marck Script", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(72px, 7vw, 124px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 20px 50px rgba(0, 0, 0, .26);
}

.coast__trust {
  display: grid;
  grid-template-columns: minmax(240px, .34fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: start;
  background: #fff;
}
.coast__trust {
  margin-top: clamp(22px, 3vw, 52px);
  padding: clamp(24px, 3vw, 52px) 0 0;
  color: #fff;
  text-align: left;
  background: transparent;
}
.coast__trust .trust__badge {
  margin-left: 0;
  align-self: start;
  width: min-content;
  min-height: auto;
  padding: 0;
  color: #fff;
  transform-origin: center 32px;
  animation: recommendBadgePulse 4.8s ease-in-out infinite;
}
.trust__badge {
  margin-left: min(9vw, 110px);
  display: grid;
  gap: 12px;
  justify-items: start;
}
.trust__badge img {
  width: 74px;
  height: auto;
}
.coast__trust .trust__badge img {
  filter: drop-shadow(0 16px 24px rgba(200, 0, 22, .22));
}
.trust__badge span {
  width: 150px;
  max-width: 150px;
  color: rgba(255,255,255,.78);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
  line-height: 1.6;
  text-transform: uppercase;
}
.review-stack {
  display: grid;
  gap: clamp(10px, 1.2vw, 16px);
  background: transparent;
}
.review-stack blockquote {
  position: relative;
  width: min(620px, 100%);
  margin: 0;
  padding: clamp(16px, 2vw, 24px) clamp(18px, 2.8vw, 32px);
  color: var(--ink);
  background: #fff;
  border: 0;
  border-radius: 18px 18px 18px 6px;
  box-shadow: 0 16px 36px rgba(0,0,0,.14);
  font-family: var(--serif);
  font-size: clamp(19px, 2.15vw, 29px);
  line-height: 1.08;
  transform: translateX(0);
  animation: messageFloat 7s ease-in-out infinite;
}
.review-stack blockquote::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 22px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 0;
  transform: rotate(45deg);
}
.review-stack blockquote:nth-child(2) {
  justify-self: end;
  max-width: 88%;
  border-radius: 18px 18px 6px 18px;
  animation-delay: .7s;
}
.review-stack blockquote:nth-child(2)::before {
  right: -10px;
  left: auto;
  border: 0;
}
.review-stack blockquote:nth-child(3) {
  max-width: 74%;
  animation-delay: 1.4s;
}

@keyframes recommendBadgePulse {
  0%, 72%, 100% {
    transform: scale(1) rotate(0deg);
    filter: drop-shadow(0 16px 24px rgba(200, 0, 22, .22));
  }
  8% {
    transform: scale(1.08) rotate(-2deg);
    filter: drop-shadow(0 24px 34px rgba(200, 0, 22, .4));
  }
  15% {
    transform: scale(.98) rotate(1deg);
  }
  22% {
    transform: scale(1.04) rotate(0deg);
  }
}

@keyframes messageFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

.contact-cta {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 50svh;
  padding-block: clamp(56px, 5vw, 80px);
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: var(--blue);
}
.contact-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.contact-cta__inner h2 {
  max-width: none;
  margin: 0 0 clamp(46px, 7vh, 76px);
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(44px, 4vw, 70px);
  font-weight: 500;
  line-height: 1.05;
  white-space: nowrap;
}
.contact-cta .button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  width: min(430px, 100%);
  min-width: 0;
  height: 54px;
  color: #fff;
  background: transparent;
  border-color: rgba(255,255,255,.78);
  isolation: isolate;
}
.contact-cta .button::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: var(--blue-2);
  transform: translateY(100%);
  transition: transform .48s cubic-bezier(.76, 0, .24, 1);
}
.contact-cta .button i,
.contact-cta .button span {
  position: relative;
  z-index: 1;
  transition: transform .48s cubic-bezier(.76, 0, .24, 1);
}
.contact-cta .button:hover {
  color: #fff;
  background: transparent;
  transform: none;
}
.contact-cta .button:hover::before {
  transform: translateY(0);
}
.contact-cta .button:hover i {
  transform: translateX(5px);
}
.contact-cta .button:hover span {
  transform: translateX(3px);
}
.contact-cta__landscape {
  position: absolute;
  z-index: 0;
  top: 8%;
  right: 1.5%;
  width: min(620px, 48vw);
  min-width: 430px;
  height: auto;
  opacity: .72;
  pointer-events: none;
}

.booking-panel {
  position: fixed;
  z-index: 31;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  width: min(880px, 100vw);
  padding: 76px clamp(18px, 4vw, 48px) 42px;
  color: var(--ink);
  background: #fff;
  transform: translateX(100%);
  transition: transform .7s cubic-bezier(.76, 0, .24, 1);
}
.booking-panel.is-open { transform: translateX(0); }
.booking-panel__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  border: 0;
  background: var(--paper-soft);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}
.booking-panel h2 {
  max-width: 620px;
  margin-bottom: 28px;
  font-size: clamp(38px, 4.6vw, 58px);
}
.bnovo-booking {
  position: relative;
  min-height: 620px;
  padding-bottom: 32px;
}
.bnovo-booking__brand {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin-top: 12px;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1;
  opacity: .5;
}
.bnovo-booking__brand a {
  color: #4a90e2;
  background: #fff;
}
.booking-panel__offer {
  display: inline-block;
  margin-top: 20px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.booking-panel__note {
  max-width: 640px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.overlay {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: rgba(8,45,65,.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}
.overlay.is-open { opacity: 1; pointer-events: auto; }

.offer-modal {
  position: fixed;
  z-index: 41;
  inset: clamp(18px, 4vw, 54px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  max-width: 1120px;
  margin: auto;
  color: var(--ink);
  background: #f8f9fa;
  box-shadow: 0 32px 90px rgba(0,0,0,.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(28px);
  transition: opacity .35s ease, transform .45s cubic-bezier(.76, 0, .24, 1);
}
.offer-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.offer-modal__close {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(22,22,22,.16);
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}
.offer-modal__header {
  padding: clamp(28px, 4vw, 52px) clamp(24px, 5vw, 72px) 22px;
  border-bottom: 1px solid var(--line);
}
.offer-modal__header .label {
  margin-bottom: 16px;
  color: var(--muted);
}
.offer-modal__header h2 {
  max-width: 720px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 500;
  line-height: 1;
}
.offer-modal__frame {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  background: #f8f9fa;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  padding: clamp(18px, 4vw, 56px);
  color: #fff;
  background: #000;
  transform: translateY(100%);
  visibility: hidden;
  transition: transform .75s cubic-bezier(.76, 0, .24, 1), visibility 0s .75s;
}
.gallery-modal.is-open {
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0s;
}
.gallery-modal__close {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.32);
  color: #fff;
  background: rgba(0,0,0,.22);
  cursor: pointer;
  font-size: 28px;
}
.gallery-modal__title {
  position: absolute;
  z-index: 1;
  top: 1vw;
  left: 50%;
  color: rgba(255,255,255,.06);
  font-family: var(--serif);
  font-size: clamp(110px, 24vw, 320px);
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: translateX(-50%);
  pointer-events: none;
}
.gallery-modal img {
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: center;
  max-width: min(1180px, 86vw);
  max-height: min(72vh, calc(100svh - 190px));
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 26px 80px rgba(0,0,0,.38);
}
.gallery-modal__bottom {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 52px 1fr auto 52px;
  gap: 22px;
  align-items: center;
  padding-top: 24px;
  min-height: 76px;
  border-top: 1px solid rgba(255,255,255,.22);
}
.gallery-modal__bottom button {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,.32);
  color: inherit;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
}
.gallery-modal__bottom p {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.gallery-modal__bottom span {
  color: rgba(255,255,255,.72);
  font-family: var(--serif);
  font-size: 22px;
}
.gallery-modal__bottom em {
  font-style: normal;
}

.application.scroll-to-top {
  line-height: 50px;
  position: fixed;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: color .35s cubic-bezier(.3,.1,.3,1), -webkit-transform .75s cubic-bezier(.3,.1,.3,1);
  transition: color .35s cubic-bezier(.3,.1,.3,1), -webkit-transform .75s cubic-bezier(.3,.1,.3,1);
  transition: transform .75s cubic-bezier(.3,.1,.3,1), color .35s cubic-bezier(.3,.1,.3,1);
  transition: transform .75s cubic-bezier(.3,.1,.3,1), color .35s cubic-bezier(.3,.1,.3,1), -webkit-transform .75s cubic-bezier(.3,.1,.3,1);
  -webkit-transform: translateY(65px);
  transform: translateY(65px);
  text-align: center;
  color: hsla(0,0%,100%,.4);
  background-color: #082d41;
  border: 1px solid #f8f9fa;
}
.application.scroll-to-top:hover {
  color: #fff;
}
.application.scroll-to-top.is-active {
  -webkit-transform: none;
  transform: none;
}
.application.scroll-to-top:after {
  font-family: "icomoon";
  font-size: 32px;
  display: block;
  content: "\e901";
}

.footer {
  position: relative;
  display: flex;
  min-height: 214px;
  overflow: hidden;
  color: #6f7d8d;
  background: #fff;
}
.footer__address {
  margin: 0;
  color: #6f7d8d;
  font-style: normal;
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 700;
  line-height: 1.45;
}
.footer__address a {
  color: inherit;
  overflow-wrap: anywhere;
  transition: color .3s ease;
}
.footer__address a:hover,
.footer__address a:focus-visible {
  color: #c7a64d;
}
.footer__txts {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex: 0 0 clamp(600px, 55vw, 820px);
  min-width: 600px;
  padding: 28px clamp(36px, 4vw, 56px);
  background: #fff;
}
.footer__txts::after {
  position: absolute;
  top: 0;
  right: -70px;
  display: block;
  width: 210px;
  height: 100%;
  content: "";
  transform: skew(-12deg);
  transform-origin: top left;
  background: #fff;
}
.footer__txts-in {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(160px, 190px) minmax(280px, 1fr);
  grid-template-areas:
    "logo address"
    "logo email"
    "socials links"
    "socials copyright";
  align-items: start;
  gap: 9px 34px;
  width: min(680px, 100%);
}
.footer__head {
  grid-area: logo;
  display: flex;
  align-items: flex-start;
  margin: 0;
}
.footer__head-logo {
  width: clamp(154px, 12vw, 188px);
  margin: 0;
}
.footer__head-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0);
}
.footer__socials {
  grid-area: socials;
  display: flex;
  align-items: center;
  gap: 13px;
  align-self: end;
  margin: 0;
  padding: 0;
  color: var(--ink);
  list-style: none;
}
.footer__socials .messenger-link {
  width: 30px;
  height: 30px;
}
.footer__socials .messenger-link::before {
  width: 26px;
  height: 26px;
}
.footer__email {
  grid-area: email;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #6f7d8d;
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 700;
  line-height: 1.35;
}
.footer__email i {
  display: inline-block;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  background: url("assets/icon-message.png") center / contain no-repeat;
}
.footer__email a {
  color: inherit;
  overflow-wrap: anywhere;
}
.footer__links {
  grid-area: links;
  display: flex;
  gap: clamp(18px, 2.4vw, 30px);
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__links a {
  color: #6f7d8d;
  font-size: clamp(13px, .92vw, 16px);
  font-weight: 700;
  overflow-wrap: anywhere;
  transition: color .3s ease;
}
.footer__links a:hover {
  color: #c7a64d;
}
.footer__copyright {
  grid-area: copyright;
  color: #6f7d8d;
  font-family: var(--serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.35;
}
.footer__bg {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  background: #eef1f2 url("assets/hero-ellada-entrance-evening.jpg?v=20260627") 42% center / cover no-repeat;
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .9s ease, transform .9s cubic-bezier(.2,.8,.2,1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes loadline {
  from { transform: translateX(-110%); }
  to { transform: translateX(230%); }
}
@keyframes flyDot {
  0% { transform: translateX(0) scaleX(1); }
  50% { transform: translateX(18px) scaleX(4); }
  70% { transform: translateX(18px) scaleX(1); }
  100% { transform: translateX(18px) scaleX(1); }
}
@keyframes pulse {
  0% { transform: scale(0); opacity: 0; }
  50% { transform: scale(1); opacity: .2; }
  100% { transform: scale(2); opacity: 0; }
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
@media (max-width: 760px) {  .site-header {
    height: 80px;
    gap: 8px;
    grid-template-columns: auto 1fr;
    padding-inline: 10px;
  }
  .header__left {
    display: none;
  }
  .header__logo-container {
    align-items: flex-start;
    min-width: 0;
  }
  .header__place {
    display: flex;
    margin-top: -1px;
    font-size: 8px;
    gap: 3px;
    letter-spacing: .24em;
  }
  .header__stars {
    font-size: 9px;
    letter-spacing: .26em;
  }
  .messenger-list {
    gap: 14px;
  }
  .messenger-link {
    width: 28px;
    height: 28px;
  }
  .messenger-link_instagram::before,
  .messenger-link_telegram::before,
  .messenger-link_whatsapp::before {
    width: 25px;
    height: 25px;
  }
  .header__right {
    justify-self: end;
    gap: 0;
  }
  .brand img {
    width: clamp(84px, 27vw, 112px);
  }
  .header-book {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: clamp(142px, 39vw, 154px);
    height: 40px;
    padding: 0 10px;
    font-size: 9px;
    line-height: 40px;
    letter-spacing: .06em;
    white-space: nowrap;
  }
  .menu-toggle {
    justify-self: end;
    width: 36px;
    height: 40px;
    margin-left: 6px;
    justify-content: center;
  }
  .hamburger-text { display: none; }
  .menu-panel__top {
    grid-template-columns: 1fr auto 1fr;
    min-height: 92px;
    padding-inline: 18px;
  }
  .menu-panel__messengers,
  .menu-panel__logo {
    display: none;
  }
  .menu-panel__right {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
  .menu-panel__close {
    min-width: auto;
    gap: 16px;
    height: 44px;
    letter-spacing: .42em;
  }
  .menu-panel__close span {
    width: 24px;
    height: 24px;
  }
  .menu__inner {
    height: calc(100% - 92px);
  }
  .menu__backdrop {
    top: 50%;
    font-size: clamp(112px, 38vw, 220px);
  }
  .menu__section_categories {
    align-items: flex-start;
    padding: 42px 18px 48px;
  }
  .menu__section_categories ul.inner {
    gap: 18px;
  }
  .menu__section_categories a {
    gap: 16px;
    font-size: clamp(32px, 10vw, 46px);
    line-height: 1.05;
  }
  .hero { min-height: 92svh; }
  .hero__lead {
    width: min(100%, calc(100vw - 28px));
    font-size: clamp(26px, 7.8vw, 34px);
    line-height: 1.05;
    letter-spacing: .035em;
  }
  .hero__more {
    top: clamp(96px, 19vh, 145px);
  }
  .ellada-info-bar {
    justify-content: flex-end;
    padding: 24px 16px 16px;
  }
  .application .info {
    align-items: flex-end;
    flex-direction: column;
    width: auto;
    margin-bottom: 0;
  }
  .application .info__item {
    margin-bottom: 8px;
    text-align: right;
  }
  .application .info__divider {
    display: none;
  }
  .application .info-item__main {
    font-size: 24px;
  }
  .application .info-item__sub {
    font-size: 14px;
  }
  .application .info-item__bot {
    font-size: 12px;
  }
  .label {
    font-size: 10px;
    letter-spacing: .28em;
  }
  .coast {
    min-height: 100svh;
    padding: 88px 0 54px;
  }
  .coast__inner {
    width: min(100% - 28px, 1180px);
    gap: 24px;
  }
  .script {
    font-size: clamp(38px, 14vw, 56px);
  }
  .coast__trust {
    padding: 0;
  }
  .review-stack blockquote,
  .review-stack blockquote:nth-child(2),
  .review-stack blockquote:nth-child(3) {
    width: 100%;
    max-width: none;
    padding: 16px 18px 18px;
    font-size: clamp(21px, 6.4vw, 27px);
  }
  .contact-cta {
    min-height: 39svh;
    place-items: end center;
    padding: 72px 20px 42px;
  }
  .contact-cta__inner {
    width: 100%;
  }
  .contact-cta__inner h2 {
    max-width: 360px;
    margin-bottom: 38px;
    font-size: clamp(38px, 11vw, 52px);
    white-space: normal;
  }
  .contact-cta__landscape {
    top: 32px;
    right: -160px;
    width: 520px;
    min-width: 0;
    opacity: .55;
  }
  .intro {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .intro__ghost {
    top: 70px;
    font-size: 74px;
  }
  .intro__content {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    margin-left: 0;
  }
  .intro__image {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    height: min(560px, 124vw);
  }
  .intro__eyebrow {
    gap: 12px;
    margin-bottom: 22px;
  }
  .intro__eyebrow span,
  .intro__eyebrow p {
    font-size: 10px;
    letter-spacing: .25em;
  }
  .intro__eyebrow i {
    width: 58px;
  }
  .intro__content h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.08;
    letter-spacing: .08em;
  }
  .intro__text {
    margin: 24px 0 28px;
    font-size: 20px;
    line-height: 1.72;
    letter-spacing: .02em;
  }
  .rooms {
    padding-bottom: 96px;
  }
  .rooms-intro {
    min-height: 820px;
    padding: 102px 18px 76px;
  }
  .rooms-intro__mountain {
    left: -210px;
    top: 250px;
    width: 560px;
    opacity: .055;
  }
  .rooms-intro__eyebrow {
    gap: 12px;
    margin-bottom: 24px;
    font-size: 10px;
    letter-spacing: .32em;
  }
  .rooms-intro__eyebrow i {
    width: 42px;
  }
  .services-heading__eyebrow {
    gap: 12px;
    font-size: 10px;
    letter-spacing: .18em;
  }
  .services-heading__eyebrow i {
    width: 32px;
  }
  .services.section {
    padding-top: 52px;
  }
  .rooms-intro h2 {
    margin-bottom: 72px;
    font-size: clamp(34px, 9vw, 46px);
    letter-spacing: .16em;
  }
  .rooms-intro__text {
    font-size: 21px;
    line-height: 1.72;
  }
  .rooms-intro__text p + p {
    margin-top: 38px;
  }
  .placement-info {
    width: calc(100% - 28px);
    margin-bottom: 76px;
    padding-top: 54px;
  }
  .placement-info__heading {
    padding: 0;
  }
  .placement-info__heading h3 {
    font-size: clamp(34px, 10vw, 46px);
  }
  .placement-info__heading p:not(.label) {
    font-size: 14px;
    line-height: 1.65;
  }
  .placement-info__visual {
    height: 210px;
    margin: 30px 0 0;
  }
  .placement-info__times {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 30px 0 0;
  }
  .placement-info__times div {
    min-height: 104px;
    padding: 20px 0;
  }
  .placement-info__times span {
    margin-bottom: 0;
  }
  .placement-info__grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 38px;
  }
  .placement-info__grid article,
  .placement-info__grid article + article,
  .placement-info__grid article:nth-child(3) {
    padding: 24px 0 26px;
    border-right: 0;
    border-top: 1px solid rgba(8,45,65,.1);
  }
  .placement-info__grid article:first-child {
    border-top: 0;
  }
  .placement-info__grid h4 {
    min-height: 0;
  }  .ellada-room-slider {
    padding-bottom: 88px;
  }
  .ellada-room-slider__cell {
    width: calc(100% - 36px);
  }
  .swiper-wrapper {
    gap: 18px;
  }
  .swiper-slide {
    flex-basis: 100%;
  }
  .card_default .card__image {
    height: min(530px, 118vw);
  }
  .card_default .card__content {
    padding-top: 28px;
  }
  .card_default .card__label {
    gap: 18px;
  }
  .card_default .card__label::before {
    flex-basis: 32px;
    width: 32px;
  }
  .card_default .card__label h4 {
    font-size: clamp(24px, 8vw, 32px);
  }
  .swiper-controls {
    display: none;
  }
  .contact-cta {
    min-height: 300px;
  }
  .footer {
    display: block;
    min-height: 0;
  }
  .footer__bg {
    height: 72px;
  }
  .footer__txts {
    min-width: 0;
    padding: 18px 20px 20px;
  }
  .footer__txts::after {
    display: none;
  }
  .footer__txts-in {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "logo socials"
      "address address"
      "email email"
      "links links"
      "copyright copyright";
    gap: 9px 16px;
  }
  .footer__head-logo {
    width: min(150px, 48vw);
  }
  .footer__address,
  .footer__email,
  .footer__links a {
    font-size: 13px;
    line-height: 1.35;
  }
  .footer__socials {
    justify-self: end;
    gap: 8px;
  }
  .footer__socials .messenger-link {
    width: 28px;
    height: 28px;
  }
  .footer__socials .messenger-link::before {
    width: 24px;
    height: 24px;
  }
  .footer__email {
    gap: 7px;
  }
  .footer__email i {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }
  .footer__links {
    gap: 18px;
    flex-wrap: wrap;
  }
  .footer__copyright {
    font-size: 10px;
    line-height: 1.3;
  }
  .service-grid { grid-template-columns: 1fr; }  .section { padding-top: 96px; padding-bottom: 96px; }
  .gallery-modal {
    padding: 80px 18px 24px;
  }
  .gallery-modal img {
    max-width: 100%;
    max-height: 58vh;
  }
  .gallery-modal__bottom {
    grid-template-columns: 44px 1fr 44px;
    gap: 12px;
  }
  .gallery-modal__bottom span {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
  }
  .offer-modal {
    inset: 10px;
  }
  .offer-modal__close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
  .offer-modal__header {
    padding: 24px 18px 16px;
  }
  .offer-modal__header .label {
    margin-bottom: 10px;
  }
  .offer-modal__header h2 {
    max-width: calc(100% - 52px);
    font-size: 34px;
  }
}

.rules-page {
  padding-top: clamp(112px, 10vw, 156px);
  padding-bottom: clamp(72px, 8vw, 116px);
}
.rules-page__section.section {
  padding-right: 0;
  padding-left: 0;
}
.rules-page .rules-info {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) minmax(0, 620px) minmax(0, 520px) minmax(40px, 1fr);
  gap: clamp(42px, 5vw, 78px) clamp(36px, 5vw, 90px);
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 0;
  background: transparent;
}
.rules-page .placement-info__visual {
  order: -1;
  grid-column: 1 / -1;
  height: clamp(360px, 42vw, 640px);
  margin: 0;
  border-radius: 0;
}
.rules-page .placement-info__visual::after {
  background: linear-gradient(180deg, rgba(8,45,65,.02), rgba(8,45,65,.18));
}
.rules-page .placement-info__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
  transition: transform 1.2s cubic-bezier(.2,.8,.2,1), filter 1.2s ease;
}
.rules-page .placement-info__visual.is-visible img {
  transform: scale(1);
}
.rules-page .placement-info__heading {
  grid-column: 2;
  padding: 0 0 0 clamp(0px, 1vw, 18px);
}
.rules-page .placement-info__heading h3 {
  max-width: 100%;
}
.rules-page .placement-info__heading p:not(.label) {
  max-width: 520px;
}
.rules-page .placement-info__times {
  grid-column: 3;
  padding: 0;
}
.rules-page .placement-info__grid {
  grid-column: 2 / 4;
  margin-top: 0;
  background: rgba(255,255,255,.58);
}
.rules-page .placement-info__heading.reveal,
.rules-page .placement-info__times.reveal,
.rules-page .placement-info__grid article.reveal {
  transform: translateY(42px);
}
.rules-page .placement-info__visual.reveal {
  transform: translateY(28px);
}
.rules-page .placement-info__heading.reveal.is-visible,
.rules-page .placement-info__times.reveal.is-visible,
.rules-page .placement-info__visual.reveal.is-visible,
.rules-page .placement-info__grid article.reveal.is-visible {
  transform: none;
}
.rules-page .placement-info__times.reveal {
  transition-delay: .12s;
}
.rules-page .placement-info__grid article:nth-child(1) {
  transition-delay: .04s;
}
.rules-page .placement-info__grid article:nth-child(2) {
  transition-delay: .12s;
}
.rules-page .placement-info__grid article:nth-child(3) {
  transition-delay: .2s;
}
.rules-page .placement-info__grid article:nth-child(4) {
  transition-delay: .28s;
}

@media (max-width: 900px) {
  .rules-page {
    padding-top: 96px;
  }
  .rules-page .rules-info {
    grid-template-columns: 20px minmax(0, 1fr) 20px;
    gap: 34px 0;
  }
  .rules-page .placement-info__visual {
    grid-column: 1 / -1;
    height: clamp(250px, 62vw, 430px);
  }
  .rules-page .placement-info__heading,
  .rules-page .placement-info__times,
  .rules-page .placement-info__grid {
    grid-column: 2;
  }
  .rules-page .placement-info__grid {
    grid-template-columns: 1fr;
  }
  .rules-page .placement-info__grid article,
  .rules-page .placement-info__grid article + article,
  .rules-page .placement-info__grid article:nth-child(3) {
    padding: 24px 0 26px;
    border-right: 0;
    border-top: 1px solid rgba(8,45,65,.1);
  }
  .rules-page .placement-info__grid article:first-child {
    border-top: 0;
  }
}

/* Final mobile booking scroll lock. Keep this at the end so older overrides cannot win. */
body.booking-opened {
  position: fixed !important;
  left: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
  overscroll-behavior: none !important;
}

.booking-panel {
  max-height: 100dvh !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-y !important;
}

.booking-panel.is-open {
  pointer-events: auto;
}

.bnovo-booking iframe {
  max-width: 100% !important;
}

@media (max-width: 760px) {
  .booking-panel {
    left: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 68px 12px 24px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .booking-panel__close {
    position: fixed !important;
    top: 14px !important;
    right: 14px !important;
    z-index: 2 !important;
    width: 42px !important;
    height: 42px !important;
  }

  .booking-panel h2 {
    max-width: calc(100% - 56px) !important;
    margin-bottom: 18px !important;
    font-size: 30px !important;
    line-height: 1.05 !important;
  }

  .bnovo-booking {
    min-height: calc(100dvh - 170px) !important;
    padding-bottom: 36px !important;
  }

  .bnovo-booking iframe {
    width: 100% !important;
    height: calc(100dvh - 172px) !important;
    min-height: 560px !important;
    max-height: calc(100dvh - 172px) !important;
    border: 0 !important;
  }

  .booking-panel__offer {
    margin-top: 16px !important;
    line-height: 1.35 !important;
  }
}

/* Responsive sizing layer */
.section,
.intro,
.coast__inner,
.contact-cta__inner,
.rooms-intro__inner,
.placement-info {
  width: min(100%, 1680px);
  max-width: min(100%, 1680px);
  margin-right: auto;
  margin-left: auto;
}

.rules-page__section.section,
.ellada-rooms-catalog.section,
.contact-cta.section {
  width: 100%;
  max-width: none;
}

.contact-cta__inner {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
}

@media (min-width: 1180px) {
  .ellada-room-slider__cell {
    width: min(1480px, calc(100% - clamp(72px, 8vw, 160px)));
  }

  .swiper-wrapper {
    gap: clamp(22px, 2vw, 34px);
  }

  .swiper-slide {
    flex-basis: calc((100% - (clamp(22px, 2vw, 34px) * 2)) / 3);
  }

  .card_default .card__image {
    height: clamp(360px, 28vw, 520px);
  }
}

@media (max-width: 1179px) {
  .section {
    padding-right: clamp(18px, 4vw, 42px);
    padding-left: clamp(18px, 4vw, 42px);
  }

  .rooms-intro {
    min-height: clamp(680px, 78vw, 900px);
    padding-top: clamp(92px, 12vw, 140px);
    padding-bottom: clamp(72px, 9vw, 104px);
  }

  .rooms-intro h2 {
    margin-bottom: clamp(64px, 9vw, 104px);
  }

  .rooms-intro__text {
    width: min(1040px, 100%);
    gap: clamp(30px, 6vw, 70px);
    font-size: clamp(20px, 2.35vw, 26px);
  }

  .ellada-room-slider__cell {
    width: min(980px, calc(100% - clamp(40px, 7vw, 86px)));
  }

  .swiper-wrapper {
    gap: clamp(18px, 2.6vw, 28px);
  }

  .swiper-slide {
    flex-basis: calc((100% - clamp(18px, 2.6vw, 28px)) / 2);
  }

  .card_default .card__image {
    height: clamp(360px, 42vw, 500px);
  }

  .placement-info {
    grid-template-columns: minmax(0, .48fr) minmax(0, .52fr);
    width: min(1040px, calc(100% - clamp(40px, 7vw, 86px)));
  }

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

  .placement-info__grid article:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 900px) {
  .intro {
    width: 100%;
    min-height: auto;
    grid-template-columns: 1fr;
    gap: clamp(34px, 7vw, 58px);
    padding: clamp(88px, 12vw, 120px) clamp(18px, 5vw, 42px) clamp(74px, 10vw, 110px);
  }

  .intro__ghost {
    top: clamp(58px, 10vw, 84px);
    right: 18px;
    left: 18px;
    overflow: hidden;
    font-size: clamp(72px, 19vw, 132px);
  }

  .intro__content {
    grid-column: 1;
    grid-row: 1;
    width: min(720px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .intro__image {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    width: min(720px, 100%);
    height: clamp(360px, 70vw, 560px);
  }

  .intro__text {
    margin-top: clamp(36px, 7vw, 62px);
  }

  .placement-info {
    grid-template-columns: 1fr;
  }

  .placement-info__visual,
  .placement-info__times,
  .placement-info__grid {
    grid-column: 1;
  }

  .placement-info__times {
    padding-top: clamp(34px, 6vw, 54px);
  }

  .rooms-cards-list {
    width: min(680px, calc(100% - 32px));
  }
}

@media (max-width: 759px) {
  .section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .rooms-intro {
    min-height: auto;
    padding: clamp(78px, 18vw, 108px) 18px clamp(54px, 14vw, 82px);
  }

  .rooms-intro__mountain {
    top: 200px;
    left: -220px;
    width: min(560px, 145vw);
  }

  .rooms-intro h2 {
    margin-bottom: clamp(46px, 13vw, 72px);
  }

  .rooms-intro__text {
    display: block;
    width: min(680px, 100%);
    font-size: clamp(18px, 5.2vw, 21px);
    line-height: 1.68;
    text-align: left;
    hyphens: none;
  }

  .rooms-intro__text p + p {
    margin-top: clamp(28px, 8vw, 38px);
  }

  .ellada-room-slider {
    margin-top: 0;
    padding-bottom: clamp(68px, 18vw, 96px);
  }

  .ellada-room-slider__cell {
    width: calc(100% - 36px);
  }

  .swiper-wrapper {
    gap: 18px;
  }

  .swiper-slide {
    flex-basis: 100%;
  }

  .card_default .card__image {
    height: clamp(360px, 116vw, 530px);
  }

  .placement-info {
    width: calc(100% - 32px);
  }
}

@media (max-width: 390px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 6px;
  }

  .brand img {
    width: clamp(82px, 24vw, 92px);
  }

  .header-book {
    width: clamp(112px, 34vw, 128px) !important;
    min-width: 0 !important;
    padding: 0 8px !important;
  }

  .header-book::before {
    font-size: 10px;
    letter-spacing: .02em;
  }

  .menu-toggle {
    width: 32px !important;
    margin-left: 4px !important;
  }
}
