:root {
  --paper: #f6f1e8;
  --ink: #1f2526;
  --navy: #233a5a;
  --cta: #c18a3a;
  --card: #ffffff;
  --shadow-soft: 0 24px 70px rgba(31, 37, 38, 0.14);
  --dark: #1e1e1e;
  --muted-line: rgba(31, 37, 38, 0.34);
  --scale: 1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

img {
  display: block;
}

a,
button {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.page-shell {
  width: 100%;
  min-height: 8672px;
  overflow: hidden;
}

.figma-canvas {
  position: relative;
  width: 1920px;
  height: 8822px;
  transform: scale(var(--scale));
  transform-origin: top left;
  background: var(--paper);
  overflow: hidden;
}

.hero {
  position: absolute;
  inset: 0 0 auto 0;
  height: 1200px;
  overflow: hidden;
  background: #111;
}

.hero-img {
  position: absolute;
  inset: 0 1px 0 0;
  width: 1919px;
  height: 1200px;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0 0 auto 0;
  width: 1920px;
  height: 1200px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.2) 32%, rgba(0, 0, 0, 0.18) 66%, rgba(0, 0, 0, 0.86) 100%),
    rgba(0, 0, 0, 0.18);
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 90px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  color: #fff;
  z-index: 3;
}

.header-logo {
  position: absolute;
  left: 74px;
  top: 30px;
  width: 211px;
  height: 56px;
  object-fit: contain;
  object-position: bottom;
  filter: brightness(0) invert(1);
}

.nav {
  position: absolute;
  left: 835px;
  top: 42px;
  display: flex;
  gap: 26px;
  align-items: center;
  font-size: 15.8px;
  font-weight: 500;
  line-height: 25.63px;
  white-space: nowrap;
}

.events-link {
  position: absolute;
  left: 1508px;
  top: 42px;
  width: 218px;
  color: #fff;
  font-size: 15.8px;
  font-weight: 500;
  line-height: 25.63px;
  white-space: nowrap;
}

.book-top {
  position: absolute;
  left: 1752px;
  top: 30px;
  width: 139px;
  height: 50px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #fff;
  color: var(--ink);
  font-size: 17.1px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
}

.booking {
  position: absolute;
  left: 350px;
  top: 1095px;
  width: 1220px;
  height: 65px;
  display: grid;
  grid-template-columns: 248px 248px 248px 248px 226px;
  z-index: 4;
}

.booking::before {
  content: "";
  position: absolute;
  left: -350px;
  bottom: -40px;
  width: 1920px;
  height: 285px;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 32%, rgba(0, 0, 0, 0) 100%);
}

.booking label {
  display: grid;
  align-content: center;
  gap: 4px;
  height: 65px;
  padding: 0 16px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
  color: #fff;
}

.booking span {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.booking strong,
.booking input {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.booking input {
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}

.booking input::placeholder {
  color: #fff;
  opacity: 1;
}

.booking button {
  height: 65px;
  border: 1px solid #fff;
  background: #fff;
  color: var(--ink);
  font-size: 14.1px;
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 22px;
  text-transform: none;
  cursor: pointer;
}

.main {
  position: absolute;
  left: 0;
  top: 1200px;
  width: 1920px;
  height: 7622px;
  background: var(--paper);
}

.intro {
  position: absolute;
  left: 0;
  top: 222px;
  width: 1920px;
  height: 314px;
}

.intro h1 {
  position: absolute;
  left: 26px;
  top: 47px;
  width: 919px;
  color: var(--ink);
  font-size: 64.1px;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
}

.intro-text {
  position: absolute;
  left: 1299px;
  top: 45px;
  width: 558px;
  color: var(--ink);
  font-size: 16.1px;
  font-weight: 500;
  line-height: 25.63px;
}

.intro-text p + p {
  margin-top: 0;
}

.intro-text p:last-child {
  margin-top: 18px;
  font-size: 17.1px;
}

.photo-pair {
  position: absolute;
  left: 0;
  top: 582px;
  width: 1920px;
  height: 650px;
  overflow: hidden;
}

.pair-room,
.pair-desk {
  position: absolute;
  top: 16px;
  width: 633px;
  height: 633px;
  object-fit: cover;
}

.pair-room {
  left: 643px;
}

.pair-desk {
  left: 1287px;
  object-position: bottom;
}

.location {
  position: absolute;
  left: 0;
  top: 1280px;
  width: 1920px;
  height: 610px;
}

.location h2 {
  position: absolute;
  left: 1300px;
  top: 49px;
  width: 586px;
  color: var(--ink);
  font-size: 65.6px;
  font-weight: 500;
  line-height: 70px;
  text-align: right;
  text-transform: uppercase;
}

.location p {
  position: absolute;
  left: 999px;
  top: 334px;
  width: 579px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 25.63px;
  text-align: right;
}

.location-small {
  position: absolute;
  left: 1628px;
  top: 283px;
  width: 292px;
  height: 292px;
  object-fit: cover;
}

.location-large {
  position: absolute;
  left: 30px;
  top: -40px;
  width: 925px;
  height: 739px;
  object-fit: cover;
}

.map-link {
  position: absolute;
  left: 30px;
  top: 721px;
  color: var(--ink);
  font-size: 16.7px;
  font-weight: 500;
  line-height: 25.63px;
  text-decoration: underline;
}

.discount {
  position: absolute;
  left: 0;
  top: 2129px;
  width: 1920px;
  height: 720px;
  background: var(--dark);
  color: #fff;
}

.discount img {
  position: absolute;
  left: 35px;
  top: 80px;
  width: 560px;
  height: 560px;
  object-fit: cover;
  border-radius: 50%;
}

.discount div {
  position: absolute;
  left: 652px;
  top: 216px;
  width: 595px;
}

.discount h2 {
  color: #fff;
  font-size: 65.2px;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
}

.discount p {
  margin-top: 32px;
  color: #fff;
  font-size: 16.1px;
  font-weight: 500;
  line-height: 25.63px;
}

.discount a {
  display: grid;
  place-items: center;
  width: 217px;
  height: 32px;
  margin-top: 27px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 17.1px;
  font-weight: 500;
  line-height: 25.63px;
}

.rooms {
  position: absolute;
  left: 0;
  top: 2849px;
  width: 1920px;
  height: 795px;
}

.rooms h2 {
  position: absolute;
  left: 49px;
  top: 39px;
  font-size: 67.1px;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
}

.rooms-copy {
  position: absolute;
  left: 49px;
  top: 125px;
  width: 628px;
  font-size: 16.1px;
  font-weight: 500;
  line-height: 25.63px;
}

.choose-room {
  position: absolute;
  left: 49px;
  top: 242px;
  font-size: 17px;
  font-weight: 500;
  line-height: 25.63px;
}

.room-list {
  position: absolute;
  left: 50px;
  top: 295px;
  width: 757px;
  border-top: 1px solid var(--muted-line);
}

.room-list a {
  display: flex;
  align-items: center;
  height: 76.6px;
  border-bottom: 1px solid var(--muted-line);
  color: var(--ink);
  font-size: 17.3px;
  font-weight: 500;
  line-height: 25.63px;
}

.rooms-slider {
  position: absolute;
  left: 944px;
  top: 148px;
  width: 930px;
  height: 642px;
  color: var(--ink);
}

.rooms-slider__viewport {
  position: relative;
  height: 430px;
}

.room-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 52% 48%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: var(--card);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.room-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.room-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 42px 40px 34px;
}

.room-card__body span {
  color: var(--cta);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.room-card__body h3 {
  margin-top: 13px;
  color: var(--navy);
  font-size: 38px;
  font-weight: 500;
  line-height: 41px;
}

.room-card__body p {
  margin-top: 18px;
  color: rgba(31, 37, 38, 0.78);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.room-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
  padding-top: 26px;
}

.room-card__meta b {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(35, 58, 90, 0.16);
  border-radius: 999px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.room-card__body > a {
  position: sticky;
  bottom: 0;
  display: grid;
  flex: 0 0 54px;
  place-items: center;
  width: 100%;
  height: 54px;
  min-height: 54px;
  margin-top: 28px;
  border-radius: 999px;
  background: var(--cta);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(193, 138, 58, 0.28);
}

.rooms-slider__controls {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 66px;
  margin-top: 18px;
}

.room-arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
}

.room-dots {
  display: flex;
  align-items: center;
  gap: 9px;
}

.room-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(35, 58, 90, 0.25);
  cursor: pointer;
}

.room-dots button.is-active {
  width: 34px;
  border-radius: 999px;
  background: var(--cta);
}

.rooms-slider__all {
  display: grid;
  place-items: center;
  width: 132px;
  height: 44px;
  margin-left: auto;
  border: 1px solid rgba(35, 58, 90, 0.26);
  border-radius: 999px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
}

.room-previews {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  height: 126px;
}

.room-previews button {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 13px 32px rgba(31, 37, 38, 0.1);
  cursor: pointer;
}

.room-previews button.is-active {
  border-color: var(--cta);
}

.room-previews img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-previews span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: block;
  overflow: hidden;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .rooms {
    height: 2320px;
  }

  .rooms-slider {
    left: 40px;
    top: 250px;
    width: 1840px;
    height: 3300px;
  }

  .rooms-slider__viewport {
    height: 2600px;
    overflow: hidden;
    border-radius: 24px;
  }

  .room-card {
    grid-template-columns: 1fr;
    height: 2600px;
  }

  .room-card img {
    height: 1260px;
  }

  .room-card__body {
    min-height: 1340px;
    padding: 126px 118px 108px;
  }

  .room-card__body span {
    font-size: 58px;
  }

  .room-card__body p {
    margin-top: 74px;
    font-size: 72px;
    line-height: 108px;
  }

  .room-card__body h3 {
    margin-top: 58px;
    font-size: 152px;
    line-height: 166px;
  }

  .room-card__meta {
    gap: 38px;
    padding-top: 104px;
  }

  .room-card__meta b {
    min-height: 142px;
    padding: 0 58px;
    font-size: 58px;
  }

  .room-card__body > a {
    flex-basis: 238px;
    height: 238px;
    min-height: 238px;
    margin-top: 94px;
    font-size: 72px;
  }

  .rooms-slider__controls {
    justify-content: center;
    gap: 70px;
    height: 330px;
    margin-top: 88px;
  }

  .room-arrow {
    width: 220px;
    height: 220px;
    font-size: 150px;
  }

  .room-dots {
    gap: 44px;
  }

  .room-dots button {
    width: 48px;
    height: 48px;
  }

  .room-dots button.is-active {
    width: 160px;
  }

  .rooms-slider__all {
    position: absolute;
    right: 0;
    width: 520px;
    height: 190px;
    font-size: 64px;
  }

  .room-previews {
    display: flex;
    gap: 70px;
    overflow: hidden;
    height: 560px;
  }

  .room-previews button {
    flex: 0 0 760px;
    border-radius: 72px;
  }

  .room-previews span {
    left: 44px;
    right: 44px;
    bottom: 44px;
    padding: 32px 40px;
    font-size: 52px;
    line-height: 64px;
  }

  .restaurant-feature {
    top: 5350px;
  }

  .restaurant-native {
    top: 6270px;
  }

  .restaurant-gallery {
    top: 6900px;
  }

  .faq {
    top: 7950px;
  }

  .footer {
    top: 8820px;
  }
}

.restaurant-feature {
  position: absolute;
  left: 0;
  top: 3794px;
  width: 1920px;
  height: 847px;
}

.restaurant-feature > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 635px;
  height: 847px;
  object-fit: cover;
}

.restaurant-feature h2 {
  position: absolute;
  left: 1294px;
  top: 25px;
  width: 626px;
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
}

.restaurant-feature h2 span,
.restaurant-gallery h2 span {
  font-family: "Marck Script", "Comic Sans MS", cursive;
  font-weight: 400;
  text-transform: uppercase;
}

.restaurant-feature-copy {
  position: absolute;
  left: 1294px;
  top: 564px;
  width: 594px;
  color: var(--ink);
  font-weight: 500;
}

.restaurant-feature-copy h3 {
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
  text-transform: uppercase;
}

.restaurant-feature-copy p {
  font-size: 16.1px;
  line-height: 25.63px;
}

.restaurant-native {
  position: absolute;
  left: 50px;
  top: 4720px;
  width: 1820px;
  height: 850px;
  display: grid;
  grid-template-columns: 650px 1fr;
  grid-template-rows: 390px 1fr;
  gap: 48px 60px;
  padding: 0;
  overflow: visible;
}

.restaurant-native__photo {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 22px 50px rgba(31, 37, 38, 0.13);
}

.restaurant-native__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.restaurant-native__intro {
  min-width: 0;
  padding: 6px 0 0 0;
}

.restaurant-native__eyebrow {
  color: var(--cta);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.restaurant-native__intro h2 {
  margin-top: 16px;
  color: var(--navy);
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
}

.restaurant-native__intro p:not(.restaurant-native__eyebrow) {
  width: 890px;
  margin-top: 24px;
  color: rgba(31, 37, 38, 0.78);
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.restaurant-native__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: 960px;
  margin-top: 30px;
}

.restaurant-native__facts span {
  min-height: 78px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(35, 58, 90, 0.28);
  border-radius: 0;
  color: rgba(31, 37, 38, 0.62);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.restaurant-native__facts b {
  display: block;
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
  text-transform: none;
}

.restaurant-native__actions {
  display: flex;
  gap: 16px;
  margin-top: 18px;
}

.restaurant-native__actions a {
  display: grid;
  place-items: center;
  min-width: 214px;
  height: 52px;
  padding: 0 24px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
}

.restaurant-native__actions a:first-child {
  background: var(--cta);
  color: #fff;
  box-shadow: 0 14px 34px rgba(193, 138, 58, 0.24);
}

.restaurant-native__actions a:last-child {
  border: 1px solid rgba(35, 58, 90, 0.22);
  background: rgba(255, 255, 255, 0.52);
  color: var(--navy);
}

.restaurant-native__offers {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 2px;
}

.restaurant-native__offers article {
  display: grid;
  grid-template-columns: 76px 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 18px;
  min-height: 168px;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(35, 58, 90, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 28px rgba(31, 37, 38, 0.06);
}

.restaurant-native__offers img {
  grid-row: span 2;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
}

.restaurant-native__offers h3 {
  color: var(--navy);
  font-size: 16px;
  font-weight: 800;
  line-height: 21px;
  text-transform: uppercase;
}

.restaurant-native__offers p {
  margin-top: 11px;
  color: rgba(31, 37, 38, 0.72);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.restaurant-gallery {
  position: absolute;
  left: 0;
  top: 5660px;
  width: 1920px;
  height: 675px;
}

.restaurant-gallery h2 {
  position: absolute;
  left: 30px;
  top: 101px;
  width: 613px;
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
}

.restaurant-gallery p {
  position: absolute;
  left: 30px;
  width: 562px;
  font-size: 16.1px;
  font-weight: 500;
  line-height: 25.63px;
}

.restaurant-gallery p:nth-of-type(1) {
  top: 206px;
}

.restaurant-gallery p:nth-of-type(2) {
  top: 257px;
}

.restaurant-gallery a {
  position: absolute;
  left: 30px;
  top: 559px;
  width: 220px;
  height: 60px;
  display: grid;
  place-items: center;
  background: var(--ink);
  border: 1px solid var(--ink);
  color: #fff;
  font-size: 16.7px;
  font-weight: 500;
}

.restaurant-gallery span {
  position: absolute;
  left: 30px;
  top: 650px;
  font-size: 16.1px;
  font-weight: 500;
  line-height: 25.63px;
}

.rest-img-one,
.rest-img-two {
  position: absolute;
  top: 136px;
  width: 633px;
  height: 475px;
  object-fit: cover;
}

.rest-img-one {
  left: 643px;
}

.rest-img-two {
  left: 1287px;
}

.faq {
  position: absolute;
  left: 0;
  top: 6335px;
  width: 1920px;
  height: 848px;
  padding: 70px 30px 0;
  background: var(--dark);
  color: #fff;
}

.faq h2 {
  margin: 0 0 60px;
  font-size: 34px;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 54px;
}

.faq button {
  position: relative;
  height: 72px;
  padding: 0 28px 0 0;
  border: 0;
  border-bottom: 1px solid #777;
  background: transparent;
  color: #fff;
  text-align: left;
  font-size: 16.3px;
  font-weight: 500;
  line-height: normal;
}

.faq button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 33px;
  width: 10px;
  height: 6px;
  background: url("figma-assets/arrow.svg") center / contain no-repeat;
}

.footer {
  position: absolute;
  left: 59px;
  top: 8535px;
  width: 1870px;
  height: 245px;
  color: var(--ink);
  font-size: 16.3px;
  font-weight: 500;
  line-height: 25.63px;
}

.footer-logo {
  position: absolute;
  left: 5px;
  top: 0;
  width: 117px;
  height: 31px;
}

.footer strong {
  display: block;
  margin-bottom: 21px;
  opacity: 0.5;
  font-weight: 500;
}

.footer b,
.footer a,
.footer p {
  display: block;
  margin: 0;
  font-weight: 500;
}

.footer-contact {
  position: absolute;
  left: 472px;
  top: 0;
  width: 614px;
}

.footer-pages {
  position: absolute;
  left: 1096px;
  top: 0;
  width: 200px;
}

.footer-social {
  position: absolute;
  left: 1352px;
  top: 0;
  width: 230px;
}

.footer-lang {
  position: absolute;
  left: 1608px;
  top: 0;
  width: 100px;
}
