@font-face {
  font-family: "PP Editorial New";
  src: url("../assets/pp-editorial-new-regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --oxblood: #3c1414;
  --cream: #f8f2ee;
  --blue: #aed8ed;
  --red: #e10f0f;
  --ink: #1a1a1a;
  --muted: #6f6864;
  --line: rgba(26, 26, 26, 0.22);
  --futura: "Futura", "Futura PT", "Century Gothic", "Trebuchet MS", sans-serif;
  --editorial: "PP Editorial New", Georgia, "Times New Roman", serif;
  --gutter: clamp(22px, 4.4vw, 72px);
  --header-height: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--cream);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--futura);
  font-weight: 400;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

body.menu-active {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--cream);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.hotel-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: var(--header-height);
  padding: 10px var(--gutter);
  color: var(--cream);
  transition:
    color 220ms ease,
    background-color 220ms ease;
}

.hotel-header.is-scrolled,
.hotel-header.menu-open {
  color: var(--ink);
  background: var(--cream);
  backdrop-filter: blur(14px);
}

.header-location {
  justify-self: start;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.header-lockup {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-self: center;
}

.header-lockup img {
  width: 70px;
  height: 43px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.hotel-header.is-scrolled .header-lockup img,
.hotel-header.menu-open .header-lockup img {
  filter: none;
}

.header-lockup span {
  font-size: 16px;
  letter-spacing: -0.04em;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-self: end;
}

.menu-toggle {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.menu-toggle i {
  position: relative;
  width: 18px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.final-booking a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid currentColor;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.hotel-menu {
  position: fixed;
  z-index: 95;
  inset: 0;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: calc(var(--header-height) + 40px) var(--gutter) 50px;
  color: var(--ink);
  background: var(--cream);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 220ms ease,
    visibility 220ms ease;
}

.hotel-menu.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.hotel-menu > a:not(.menu-book) {
  width: fit-content;
  font-family: var(--editorial);
  font-size: clamp(48px, 7vw, 100px);
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.hotel-menu > a:not(.menu-book):hover {
  color: var(--red);
}

.menu-book {
  display: none;
}

.hotel-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  place-items: center;
  color: var(--cream);
  background: #4f4136;
  isolation: isolate;
}

.hero-video,
.hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(18, 12, 9, 0.18), transparent 28%),
    linear-gradient(0deg, rgba(18, 12, 9, 0.36), transparent 34%),
    rgba(37, 25, 19, 0.1);
}

.hero-lockup {
  transform: translateY(-2vh);
}

.hero-lockup img {
  width: clamp(180px, 22vw, 320px);
  filter: brightness(0) invert(1);
}

.booking-section {
  scroll-margin-top: var(--header-height);
  padding: clamp(62px, 7vw, 102px) var(--gutter);
  color: var(--cream);
  background: var(--oxblood);
}

.booking-heading {
  margin-bottom: clamp(40px, 5vw, 72px);
}

.booking-heading p,
.eyebrow {
  margin: 0 0 8px;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.booking-heading h1 {
  margin: 0;
  font-family: var(--editorial);
  font-size: clamp(56px, 7.3vw, 108px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.booking-form {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 0.65fr auto;
  border-top: 1px solid rgba(248, 242, 238, 0.35);
  border-bottom: 1px solid rgba(248, 242, 238, 0.35);
}

.booking-field {
  display: flex;
  min-height: 98px;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  padding: 18px 24px;
  border-right: 1px solid rgba(248, 242, 238, 0.22);
}

.booking-field label {
  color: rgba(248, 242, 238, 0.68);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-field input,
.booking-field select {
  width: 100%;
  padding: 0;
  color: var(--cream);
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 15px;
}

.booking-field input[readonly] {
  cursor: default;
}

.booking-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--cream) 50%),
    linear-gradient(135deg, var(--cream) 50%, transparent 50%);
  background-position:
    calc(100% - 13px) 50%,
    calc(100% - 8px) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px;
}

.booking-field input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.booking-submit {
  min-width: 220px;
  padding: 20px 28px;
  color: var(--ink);
  background: var(--cream);
  border: 0;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.booking-submit:hover {
  color: var(--cream);
  background: var(--red);
}

.booking-notes {
  padding-top: 15px;
  color: rgba(248, 242, 238, 0.65);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.concept-section {
  scroll-margin-top: var(--header-height);
  padding: clamp(100px, 11vw, 170px) var(--gutter);
}

.section-marker {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.concept-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.65fr);
  gap: 9vw;
  align-items: end;
  margin-top: clamp(60px, 8vw, 120px);
}

.concept-intro h2,
.experience-copy h2,
.hotels-section > h2,
.final-booking h2 {
  margin: 0;
  font-family: var(--editorial);
  font-size: clamp(66px, 8.3vw, 124px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.87;
}

.concept-copy p {
  margin: 0 0 22px;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.45;
}

.concept-copy p:last-child {
  margin-bottom: 0;
}

.principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(80px, 10vw, 150px);
  border-top: 1px solid var(--line);
}

.principles article {
  min-height: 250px;
  padding: 26px 26px 20px 0;
  border-right: 1px solid var(--line);
}

.principles article:not(:first-child) {
  padding-left: 26px;
}

.principles article:last-child {
  border-right: 0;
}

.principles span,
.experience-list span {
  color: var(--red);
  font-size: 9px;
}

.principles h3 {
  margin: 72px 0 13px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.principles p {
  max-width: 250px;
  margin: 0;
  color: var(--muted);
  font-family: var(--editorial);
  font-size: 17px;
  line-height: 1.35;
}

.hotels-section {
  scroll-margin-top: var(--header-height);
  padding: clamp(94px, 10vw, 150px) var(--gutter) var(--gutter);
  color: var(--cream);
  background: var(--oxblood);
}

.section-marker-light {
  border-color: rgba(248, 242, 238, 0.28);
}

.hotels-section > h2 {
  margin: clamp(60px, 7vw, 100px) 0 clamp(54px, 6vw, 86px);
}

.hotel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  min-height: min(72vw, 930px);
}

.hotel-card {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: flex-end;
  overflow: hidden;
  padding: clamp(28px, 4vw, 58px);
  isolation: isolate;
}

.hotel-card-photo > img,
.hotel-card-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hotel-card-photo > img {
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hotel-card-photo:hover > img {
  transform: scale(1.025);
}

.hotel-card-shade {
  z-index: -1;
  background: linear-gradient(180deg, transparent 26%, rgba(18, 11, 8, 0.84));
}

.hotel-card-coming {
  color: var(--ink);
  background: var(--blue);
}

.simple-monogram {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  color: rgba(248, 242, 238, 0.42);
  font-size: min(55vw, 760px);
  font-weight: 700;
  letter-spacing: -0.15em;
  line-height: 0.7;
  transform: translate(-53%, -51%);
}

.hotel-card-content {
  width: 100%;
}

.hotel-card-content > p {
  margin: 0 0 18px;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hotel-card-content h3 {
  margin: 0 0 24px;
  font-size: clamp(48px, 5.6vw, 88px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.hotel-card-content > span {
  display: block;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.45;
}

.hotel-card-content > a,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hotel-card-content > a i {
  font-size: 18px;
  font-style: normal;
  line-height: 0.5;
  transition: transform 180ms ease;
}

.coming-label {
  display: inline-flex !important;
  width: fit-content;
  margin-top: 34px;
  padding: 9px 13px;
  border: 1px solid currentColor;
  font-size: 9px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hotel-card-content > a:hover i,
.text-link:hover span {
  transform: translateX(5px);
}

.experience-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
  scroll-margin-top: var(--header-height);
}

.experience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 130px) var(--gutter);
  color: var(--cream);
  background: var(--ink);
}

.experience-copy h2 {
  font-size: clamp(58px, 6.4vw, 94px);
}

.experience-list {
  margin-top: clamp(56px, 6vw, 84px);
  border-top: 1px solid rgba(248, 242, 238, 0.28);
}

.experience-list > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(248, 242, 238, 0.28);
}

.experience-list p {
  margin: 0;
  font-size: 15px;
}

.text-link span {
  font-size: 18px;
  transition: transform 180ms ease;
}

.explore-bergen {
  position: relative;
  overflow: hidden;
  scroll-margin-top: var(--header-height);
  padding: clamp(96px, 9vw, 138px) 0 clamp(62px, 6vw, 90px);
  background: var(--blue);
}

.explore-heading {
  max-width: 1440px;
  margin: 0 auto clamp(54px, 6vw, 86px);
  padding: 0 var(--gutter);
}

.explore-kicker {
  margin: 0 0 26px;
  font-size: 10px;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.explore-heading h2 {
  margin: 0;
  font-family: var(--editorial);
  font-size: clamp(68px, 7.8vw, 116px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.explore-viewport {
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.explore-viewport::-webkit-scrollbar {
  display: none;
}

.explore-track {
  display: flex;
  gap: clamp(18px, 1.8vw, 28px);
  width: max-content;
  padding: 0 var(--gutter);
}

.explore-card {
  display: flex;
  width: clamp(260px, 22.5vw, 324px);
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
}

.explore-card img {
  width: 100%;
  height: clamp(360px, 32vw, 460px);
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.explore-card span {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.explore-card span::after {
  content: "→";
  font-size: 18px;
  line-height: 0.5;
  transition: transform 180ms ease;
}

.explore-card:hover img {
  transform: scale(1.018);
}

.explore-card:hover span::after {
  transform: translateX(5px);
}

.explore-controls {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(42px, 4vw, 58px) var(--gutter) 0;
}

.explore-controls button {
  display: grid;
  width: 58px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
}

.explore-controls svg {
  width: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

.explore-controls button:disabled {
  opacity: 0.35;
  cursor: default;
}

.final-booking {
  display: flex;
  min-height: 72svh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px var(--gutter);
  text-align: center;
  color: var(--cream);
  background: var(--oxblood);
}

.final-booking p {
  margin: 0 0 26px;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.final-booking h2 {
  font-size: clamp(72px, 10vw, 150px);
}

.final-booking a {
  min-width: 190px;
  margin-top: 42px;
  color: var(--ink);
  background: var(--cream);
}

.final-booking a:hover {
  color: var(--cream);
  background: var(--red);
  border-color: var(--red);
}

.hotel-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  padding: 84px var(--gutter) 30px;
  color: var(--cream);
  background: var(--ink);
}

.footer-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-lockup img {
  width: 130px;
  filter: brightness(0) invert(1);
}

.footer-lockup span {
  font-size: 25px;
  letter-spacing: -0.04em;
}

.hotel-footer nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hotel-footer > p {
  grid-column: 1 / -1;
  margin: 70px 0 0;
  padding-top: 18px;
  color: #817a76;
  border-top: 1px solid #3d3d3d;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-book {
  display: none;
}

@media (max-width: 980px) {
  .booking-form {
    grid-template-columns: 1fr 1fr;
  }

  .booking-field {
    border-bottom: 1px solid rgba(248, 242, 238, 0.22);
  }

  .booking-submit {
    min-height: 72px;
    grid-column: 1 / -1;
  }

  .concept-intro {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .concept-copy {
    max-width: 650px;
  }

  .principles {
    grid-template-columns: 1fr 1fr;
  }

  .principles article:nth-child(2) {
    border-right: 0;
  }

  .principles article:nth-child(3),
  .principles article:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .experience-section {
    grid-template-columns: 1fr;
  }

  .experience-image {
    height: 68vw;
    min-height: 500px;
  }

  .hotel-footer {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hotel-footer nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 70px;
  }

  .hotel-header {
    grid-template-columns: 1fr auto;
  }

  .header-location {
    display: none;
  }

  .header-lockup {
    justify-self: start;
  }

  .header-lockup img {
    width: 62px;
  }

  .header-actions {
    justify-self: end;
  }

  .hotel-menu > a:not(.menu-book) {
    font-size: clamp(46px, 14vw, 70px);
  }

  .menu-book {
    display: inline-flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
    color: var(--cream);
    background: var(--ink);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .hero-lockup img {
    width: min(58vw, 230px);
  }

  .booking-form {
    grid-template-columns: 1fr;
  }

  .booking-field {
    min-height: 82px;
    border-right: 0;
  }

  .booking-submit {
    grid-column: auto;
  }

  .booking-notes {
    display: block;
  }

  .booking-notes span {
    display: block;
    margin-bottom: 7px;
  }

  .section-marker span:last-child {
    display: none;
  }

  .concept-intro h2,
  .hotels-section > h2 {
    font-size: clamp(58px, 18vw, 82px);
  }

  .principles {
    grid-template-columns: 1fr;
  }

  .principles article,
  .principles article:not(:first-child) {
    min-height: 210px;
    padding: 24px 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .principles article:first-child {
    border-top: 0;
  }

  .principles h3 {
    margin-top: 48px;
  }

  .hotel-grid {
    grid-template-columns: 1fr;
  }

  .hotel-card {
    min-height: 108vw;
    padding-bottom: 94px;
  }

  .hotel-card-content h3 {
    font-size: clamp(50px, 15vw, 72px);
  }

  .experience-image {
    min-height: 0;
    height: 84vw;
  }

  .experience-copy h2 {
    font-size: clamp(54px, 16vw, 78px);
  }

  .explore-bergen {
    padding: 76px 0 56px;
  }

  .explore-heading {
    margin-bottom: 50px;
  }

  .explore-heading h2 {
    max-width: 330px;
    font-size: clamp(58px, 17vw, 76px);
  }

  .explore-card {
    width: 76vw;
  }

  .explore-card img {
    height: 108vw;
  }

  .final-booking {
    min-height: 68svh;
  }

  .final-booking h2 {
    font-size: clamp(66px, 19vw, 90px);
  }

  .hotel-footer {
    padding-bottom: 90px;
  }

  .hotel-footer nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-book {
    position: fixed;
    z-index: 90;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    color: var(--cream);
    background: var(--red);
    box-shadow: 0 8px 30px rgba(27, 8, 8, 0.24);
    font-size: 10px;
    letter-spacing: 0.14em;
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
    text-transform: uppercase;
  }

  .mobile-book.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
