:root {
  color: #29302c;
  background: #eaebe7;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #eaebe7;
  color: #29302c;
}

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

a:focus-visible {
  outline: 2px solid #a84d22;
  outline-offset: 4px;
}

.trust-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  padding: 1.2rem clamp(1rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(41, 48, 44, 0.16);
}

.trust-header img {
  display: block;
  width: 150px;
  height: auto;
}

.trust-header nav {
  display: flex;
  gap: 1.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-header nav a:hover,
.trust-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.trust-book {
  justify-self: end;
  padding: 0.8rem 1.1rem;
  border: 1px solid #29302c;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-article {
  width: min(920px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.trust-eyebrow {
  margin: 0 0 1.4rem;
  color: #356052;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 400;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.trust-lead {
  max-width: 680px;
  margin: 2.5rem 0 5rem auto;
  color: #52605a;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.65;
}

.trust-article section {
  display: grid;
  grid-template-columns: minmax(200px, 0.7fr) minmax(0, 1.3fr);
  gap: 2rem 4rem;
  padding: 3rem 0;
  border-top: 1px solid rgba(41, 48, 44, 0.16);
}

.trust-article h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.08;
}

.trust-article section p {
  grid-column: 2;
  margin: 0;
  color: #46504b;
  line-height: 1.78;
}

.trust-article section p + p {
  margin-top: -0.8rem;
}

.trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  align-items: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(41, 48, 44, 0.16);
}

.trust-actions a {
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-transform: uppercase;
}

.trust-actions .trust-primary-action {
  padding: 0.95rem 1.25rem;
  background: #15382d;
  color: #eaebe7;
  text-decoration: none;
}

.trust-updated {
  margin: 2.5rem 0 0;
  color: #6c746f;
  font-size: 0.72rem;
}

.breadcrumbs {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 3rem;
  color: #52605a;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 0.24em;
}

.room-detail {
  width: min(1180px, calc(100% - 2rem));
}

.room-detail .trust-lead {
  margin-bottom: 2.5rem;
}

.room-detail-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 4rem;
  padding: 1px;
  background: rgba(41, 48, 44, 0.16);
  list-style: none;
}

.room-detail-facts li {
  padding: 1.2rem;
  background: #eaebe7;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.room-detail-copy {
  max-width: 760px;
  margin-left: auto;
}

.room-detail-copy p {
  margin: 0 0 1.4rem;
  color: #46504b;
  font-size: 1.04rem;
  line-height: 1.78;
}

.room-detail .room-detail-actions {
  margin: 3rem 0 5rem auto;
  max-width: 760px;
}

.room-detail section {
  display: block;
  padding: 3.5rem 0 0;
}

.room-detail section h2 {
  margin-bottom: 2rem;
}

.room-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.room-detail-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #d8d9d4;
}

.room-detail-gallery .room-detail-featured {
  grid-column: 1 / -1;
}

.room-detail-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.room-detail-gallery img.media-frame-top {
  object-position: 50% 0;
}

.room-detail-gallery img.media-frame-center {
  object-position: center;
}

.room-detail-gallery img.media-frame-bottom {
  object-position: 50% 100%;
}

.room-detail-gallery img.media-frame-contain {
  background: #09231a;
  object-fit: contain;
  object-position: center;
}

.room-detail-featured img {
  aspect-ratio: 16 / 8;
}

.room-detail-caveat {
  max-width: 680px;
  margin: 1.5rem 0 0 auto;
  color: #6c746f;
  font-size: 0.78rem;
  line-height: 1.6;
}

.room-detail .room-related {
  margin-top: 4rem;
  padding: 3.5rem 0;
}

.room-related ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(41, 48, 44, 0.16);
  list-style: none;
}

.room-related li {
  border-bottom: 1px solid rgba(41, 48, 44, 0.16);
}

.room-related li:nth-child(odd) {
  border-right: 1px solid rgba(41, 48, 44, 0.16);
}

.room-related a {
  display: block;
  padding: 1.25rem 1rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
}

.room-related a:hover {
  background: rgba(21, 56, 45, 0.06);
}

.trust-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: space-between;
  padding: 2rem clamp(1rem, 4vw, 4.5rem);
  background: #15382d;
  color: #eaebe7;
  font-size: 0.75rem;
}

.trust-footer p {
  margin: 0;
}

@media (max-width: 760px) {
  .trust-header {
    grid-template-columns: 1fr auto;
  }

  .trust-header nav {
    display: none;
  }

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

  .trust-article section p {
    grid-column: 1;
  }

  .room-detail-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .room-detail-gallery {
    grid-template-columns: 1fr;
  }

  .room-detail-gallery .room-detail-featured {
    grid-column: auto;
  }

  .room-detail-featured img,
  .room-detail-gallery img {
    aspect-ratio: 4 / 3;
  }

  .room-related ul {
    grid-template-columns: 1fr;
  }

  .room-related li:nth-child(odd) {
    border-right: 0;
  }
}
