:root {
  --black: #0a0a0a;
  --red: #b81111;
  --white: #fff;
  --paper: #f4f2ef;
  --line: #d8d4cf;
  --display: "Fjalla One", sans-serif;
  --body: "Manrope", sans-serif;
  --pad: clamp(1rem, 5vw, 5rem);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--black);
  font: 400 1rem/1.6 var(--body);
  overflow-x: hidden;
}
body.lock {
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
a {
  color: inherit;
}
.skip {
  position: fixed;
  top: -5rem;
  left: 1rem;
  z-index: 1000;
  background: #fff;
  padding: 0.8rem;
}
.skip:focus {
  top: 1rem;
}
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  height: 76px;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--black);
  color: #fff;
}
.brand {
  display: flex;
  align-items: center;
}
.brand img,
footer img {
  width: 220px;
  height: 56px;
  object-fit: contain;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.site-header nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
}
.nav-action {
  background: var(--red);
  padding: 0.6rem 1rem;
}
.menu-open,
.mobile-menu {
  display: none;
}
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.67rem;
  font-weight: 700;
}
.hero {
  height: 100vh;
  height: 100svh;
  min-height: 760px;
  padding: 76px var(--pad) 0;
  position: relative;
  background: var(--black);
  overflow: hidden;
}
.hero-photo {
  height: 58%;
  margin-left: 12%;
  overflow: hidden;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}
.locator {
  position: absolute;
  left: var(--pad);
  top: 76px;
  bottom: 42%;
  width: 12%;
  background: var(--red);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.4rem;
  gap: 0.65rem;
}
.locator span {
  display: none;
  font: 700 clamp(1.3rem, 2vw, 2.2rem)/1 var(--display);
  text-transform: uppercase;
}
.hero-statement {
  position: absolute;
  z-index: 3;
  left: calc(var(--pad) + 4%);
  bottom: 7%;
  width: min(64%, 850px);
  background: #fff;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  border-top: 6px solid var(--red);
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.94;
  margin: 0.45rem 0;
}
h1 {
  font-size: clamp(3.5rem, 5.5vw, 5rem);
  max-width: 18ch;
}
.hero-sub {
  max-width: 58ch;
  margin: 1rem 0 0;
}
.hero-action {
  position: absolute;
  z-index: 4;
  right: var(--pad);
  bottom: 7%;
  width: min(27%, 350px);
  background: var(--black);
  color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-action p {
  margin-top: 0;
}
.hero-action a,
.contact a {
  display: flex;
  min-height: 48px;
  align-items: center;
}
.hero-action a:first-of-type,
.contact div a:first-of-type {
  background: var(--red);
  color: #fff;
  text-decoration: none;
  padding: 0.7rem 1rem;
  margin-bottom: 0.4rem;
}
.scope {
  padding: clamp(6rem, 10vw, 10rem) var(--pad);
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(3rem, 8vw, 8rem);
}
h2 {
  font-size: clamp(3rem, 5.5vw, 5.8rem);
  max-width: 11ch;
}
.scope-intro > p:last-child {
  max-width: 42ch;
}
.room-switcher {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  background: #fff;
}
.room-tabs {
  grid-column: 1/-1;
  display: flex;
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
}
.room-tabs button {
  flex: 1;
  min-width: 120px;
  min-height: 54px;
  border: 0;
  background: #fff;
  font: 700 1rem var(--body);
  cursor: pointer;
}
.room-tabs button[aria-selected="true"] {
  background: var(--red);
  color: #fff;
}
.room-switcher figure {
  position: relative;
}
.room-switcher figure img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}
.room-switcher figcaption,
.work figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: var(--black);
  color: #fff;
  padding: 0.55rem 0.7rem;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.room-note {
  align-self: end;
  padding: clamp(2rem, 4vw, 4rem);
}
.room-note > span {
  color: var(--red);
  font-weight: 700;
}
.room-note h3 {
  font-size: clamp(2rem, 3.7vw, 3.8rem);
}
.services {
  padding: clamp(6rem, 10vw, 10rem) var(--pad);
  background: var(--black);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(3rem, 8vw, 8rem);
}
.services h2,
.services h3 {
  color: #fff;
}
.service-list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.service-list .service-entry {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 2rem;
}
.service-list h3 {
  font-size: clamp(2rem, 3vw, 3.5rem);
}
.service-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}
.work {
  padding: clamp(6rem, 8vw, 8rem) var(--pad);
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr);
  grid-template-rows: auto 1fr;
  gap: clamp(1rem, 3vw, 2.5rem);
  background: #fff;
}
.work-heading {
  grid-column: 1/-1;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.work-heading h2 {
  max-width: 12ch;
}
.work figure {
  position: relative;
  overflow: hidden;
}
.work-main {
  min-height: 600px;
}
.work-side {
  min-height: 430px;
  align-self: end;
}
.work figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact {
  padding: clamp(6rem, 10vw, 10rem) var(--pad);
  background: var(--red);
  color: #fff;
}
.contact h2 {
  color: #fff;
  max-width: 13ch;
}
.contact > div {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.contact > div p {
  max-width: 52ch;
  margin-right: auto;
}
.contact div a:first-of-type {
  background: var(--black);
}
footer {
  padding: 3rem var(--pad);
  background: var(--black);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
footer > div {
  display: flex;
  flex-direction: column;
}
footer a {
  display: flex;
  min-height: 44px;
  align-items: center;
}
footer > p {
  grid-column: 1/-1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 1rem;
}
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: var(--black);
  color: #fff;
  padding: 5rem 1rem 1rem;
}
.mobile-menu[aria-hidden="false"] {
  display: grid;
  align-content: start;
}
.mobile-menu a {
  font: 700 2.3rem var(--display);
  padding: 1rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.menu-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  min-height: 44px;
  border: 0;
  background: var(--red);
  color: #fff;
  padding: 0.6rem 1rem;
}
@media (max-width: 900px) {
  .site-header nav {
    display: none;
  }
  .menu-open {
    display: block;
    min-height: 44px;
    background: var(--red);
    color: #fff;
    border: 0;
    padding: 0.5rem 1rem;
  }
  .scope,
  .services {
    grid-template-columns: 1fr;
  }
  .hero-statement {
    width: 72%;
  }
  .hero-action {
    width: 32%;
  }
  .room-switcher {
    grid-template-columns: 1fr;
  }
  .room-switcher figure img {
    height: 460px;
  }
}
@media (max-width: 650px) {
  .site-header {
    height: 68px;
    padding: 0 1rem;
  }
  .brand img {
    width: 190px;
  }
  .hero {
    height: 100svh;
    min-height: 760px;
    padding: 68px 1rem 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 200px 48px auto auto;
    gap: 0;
    background: var(--black);
  }
  .hero-photo {
    height: 200px;
    margin: 0;
  }
  .locator {
    position: static;
    width: auto;
    min-height: 48px;
    padding: 0.55rem 0.75rem;
    flex-direction: row;
    justify-content: space-between;
  }
  .locator span {
    display: block;
    font-size: 0.9rem;
  }
  .hero-statement,
  .hero-action {
    position: static;
    width: auto;
  }
  .hero-statement {
    padding: 0.85rem 1rem;
    border-top-width: 5px;
  }
  .hero-statement h1 {
    font-size: clamp(2.8rem, 13vw, 3.35rem);
    max-width: 100%;
  }
  .hero-statement .hero-sub {
    font-size: 0.88rem;
    line-height: 1.45;
    margin: 0.65rem 0 0;
  }
  .hero-action {
    padding: 0.8rem 1rem;
    font-size: 0.88rem;
  }
  .hero-action p {
    margin-bottom: 0.45rem;
  }
  .hero-action a {
    min-height: 44px;
  }
  .scope,
  .services,
  .work,
  .contact {
    padding: 5rem 1rem;
  }
  .scope {
    gap: 2.5rem;
  }
  .scope h2,
  .services h2,
  .work h2,
  .contact h2 {
    font-size: clamp(3rem, 14vw, 4rem);
  }
  .room-switcher figure img {
    height: 360px;
  }
  .service-list .service-entry {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .work {
    grid-template-columns: 1fr;
  }
  .work-heading {
    display: block;
  }
  .work-main,
  .work-side {
    min-height: 400px;
  }
  .contact > div {
    align-items: flex-start;
  }
  footer {
    grid-template-columns: 1fr;
    padding: 3rem 1rem;
  }
  footer > p {
    grid-column: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
