.page-home {
  --cut-sm: 8px;
  --cut-md: 16px;
  --cut-lg: 28px;
  background:
    radial-gradient(ellipse at 85% 12%, rgba(212, 175, 55, .09), transparent 42%),
    radial-gradient(ellipse at 12% 88%, rgba(139, 0, 0, .14), transparent 38%),
    var(--color-ink);
  color: var(--color-pearl);
}

.page-home img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-home .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  padding-block: 1rem .25rem;
  font-family: var(--font-sans);
  font-size: .8125rem;
  color: rgba(245, 240, 232, .58);
}

.page-home .breadcrumbs a {
  color: var(--color-gold);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color var(--transition-fast);
}

.page-home .breadcrumbs a:hover {
  border-color: var(--color-gold);
}

.page-home .breadcrumbs__sep {
  color: rgba(245, 240, 232, .35);
}

.page-home .hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-block: clamp(2rem, 6vw, 4rem);
}

.page-home .hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .32;
  filter: saturate(.68) contrast(1.08);
}

.page-home .hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(100deg, var(--color-ink) 0%, rgba(26, 26, 26, .94) 38%, rgba(26, 26, 26, .62) 72%, rgba(26, 26, 26, .18) 100%);
}

.page-home .hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(2rem, 6vw, 3.5rem);
  align-items: center;
}

.page-home .hero__copy {
  position: relative;
  padding-left: 1.25rem;
}

.page-home .hero__copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: .25rem;
  bottom: .25rem;
  width: 3px;
  background: linear-gradient(180deg, var(--color-gold) 0%, var(--color-crimson) 85%, transparent 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 24px));
}

.page-home .hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-sans);
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--color-gold);
  border: 1px solid rgba(212, 175, 55, .45);
  background: rgba(212, 175, 55, .06);
  padding: .4rem .85rem;
  margin: 0 0 1.25rem;
  clip-path: polygon(0 0, calc(100% - var(--cut-sm)) 0, 100% var(--cut-sm), 100% 100%, var(--cut-sm) 100%, 0 calc(100% - var(--cut-sm)));
}

.page-home .hero__title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 8.5vw, 5.25rem);
  line-height: 1.08;
  font-weight: 600;
  color: var(--color-pearl);
  margin: 0 0 1.25rem;
  letter-spacing: -.01em;
}

.page-home .hero__title-sub {
  display: block;
  font-family: var(--font-sans);
  font-size: clamp(.8125rem, 2vw, 1.05rem);
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-top: .75rem;
}

.page-home .hero__lead {
  font-family: var(--font-sans);
  font-size: clamp(.9375rem, 1.2vw, 1.0625rem);
  line-height: 1.85;
  color: rgba(245, 240, 232, .8);
  max-width: 36rem;
  margin: 0;
}

.page-home .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .9rem 1.6rem;
  font-family: var(--font-sans);
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
}

.page-home .btn--gold {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: var(--color-ink);
}

.page-home .btn--gold:hover {
  background: var(--color-bronze);
  border-color: var(--color-bronze);
  color: var(--color-pearl);
  transform: translateY(-2px);
}

.page-home .btn--outline {
  background: transparent;
  border-color: rgba(212, 175, 55, .65);
  color: var(--color-gold);
}

.page-home .btn--outline:hover {
  background: rgba(212, 175, 55, .12);
  border-color: var(--color-gold);
  color: var(--color-pearl);
  transform: translateY(-2px);
}

.page-home .hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 4vw, 2.75rem);
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(212, 175, 55, .28);
}

.page-home .hero__stat strong {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: 1.1;
  color: var(--color-gold);
}

.page-home .hero__stat span {
  display: block;
  font-family: var(--font-sans);
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, .6);
  margin-top: .25rem;
}

.page-home .hero__gift {
  position: relative;
  background: linear-gradient(140deg, #e4c25a 0%, var(--color-gold) 34%, var(--color-bronze) 88%, #8a5a0e 100%);
  color: var(--color-ink);
  padding: clamp(1.75rem, 4.5vw, 2.75rem);
  clip-path: polygon(0 0, calc(100% - var(--cut-lg)) 0, 100% var(--cut-lg), 100% 100%, var(--cut-lg) 100%, 0 calc(100% - var(--cut-lg)));
  box-shadow: 0 28px 64px rgba(0, 0, 0, .5), 0 0 0 1px rgba(212, 175, 55, .55);
}

.page-home .hero__gift::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(245, 240, 232, .5);
  clip-path: polygon(0 0, calc(100% - var(--cut-md)) 0, 100% var(--cut-md), 100% 100%, var(--cut-md) 100%, 0 calc(100% - var(--cut-md)));
  pointer-events: none;
}

.page-home .hero__gift::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 72px;
  background: repeating-linear-gradient(-45deg, rgba(139, 0, 0, .2) 0 2px, transparent 2px 7px);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  pointer-events: none;
}

.page-home .hero__gift > * {
  position: relative;
  z-index: 1;
}

.page-home .hero__gift-label {
  margin: 1.25rem 0 0;
  font-family: var(--font-sans);
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--color-crimson);
}

.page-home .hero__gift-num {
  font-family: var(--font-serif);
  font-size: clamp(4.25rem, 12vw, 7.5rem);
  line-height: .95;
  font-weight: 600;
  color: var(--color-ink);
  margin: .15rem 0 .25rem;
  letter-spacing: -.02em;
}

.page-home .hero__gift-desc {
  font-family: var(--font-sans);
  font-size: .9375rem;
  line-height: 1.65;
  color: rgba(26, 26, 26, .78);
  max-width: 30ch;
  margin: .75rem 0 0;
}

.page-home .hero__gift .btn {
  margin-top: 1.5rem;
  width: 100%;
}

.page-home .hero__gift .btn--gold {
  background: var(--color-ink);
  border-color: var(--color-ink);
  color: var(--color-gold);
}

.page-home .hero__gift .btn--gold:hover {
  background: var(--color-crimson);
  border-color: var(--color-crimson);
  color: var(--color-pearl);
  transform: translateY(-2px);
}

.page-home .section {
  padding-block: clamp(3rem, 8vw, 5.5rem);
}

.page-home .section-head {
  display: flex;
  align-items: flex-start;
  gap: clamp(1rem, 3vw, 1.5rem);
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.page-home .section-head__index {
  flex-shrink: 0;
  font-family: var(--font-serif);
  font-size: clamp(3.25rem, 9vw, 5rem);
  font-weight: 600;
  line-height: .9;
  color: rgba(212, 175, 55, .3);
  min-width: 1ch;
}

.page-home .section-head__body {
  border-left: 1px solid rgba(212, 175, 55, .3);
  padding-left: clamp(1rem, 3vw, 1.5rem);
}

.page-home .section-head__title {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  font-weight: 600;
  color: var(--color-pearl);
  margin: 0 0 .5rem;
}

.page-home .section-head__sub {
  font-family: var(--font-sans);
  font-size: .9375rem;
  line-height: 1.6;
  color: rgba(245, 240, 232, .6);
  margin: 0;
}

.page-home .tag {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .3rem .65rem;
  border: 1px solid rgba(212, 175, 55, .5);
  background: rgba(212, 175, 55, .06);
  color: var(--color-gold);
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));
}

.page-home .tag--red {
  background: var(--color-crimson);
  border-color: var(--color-crimson);
  color: var(--color-pearl);
}

.page-home .link-arrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-sans);
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: var(--color-crimson);
  transition: gap var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
}

.page-home .link-arrow::after {
  content: "→";
  transition: transform var(--transition-fast);
}

.page-home .link-arrow:hover {
  gap: .85rem;
  border-color: currentColor;
}

.page-home .rooms__grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
}

.page-home .rooms__card {
  background: var(--color-ivory);
  color: var(--color-ink);
  padding: clamp(1.5rem, 4vw, 2.25rem);
  clip-path: polygon(0 0, calc(100% - var(--cut-md)) 0, 100% var(--cut-md), 100% 100%, var(--cut-md) 100%, 0 calc(100% - var(--cut-md)));
  box-shadow: 0 18px 48px rgba(0, 0, 0, .35);
  transition: transform var(--transition-med), box-shadow var(--transition-med);
}

.page-home .rooms__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .45), 0 0 0 1px var(--color-gold);
}

.page-home .rooms__card h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 3vw, 1.6rem);
  color: var(--color-ink);
  margin: .9rem 0 .6rem;
}

.page-home .rooms__card p {
  font-family: var(--font-sans);
  font-size: .9375rem;
  line-height: 1.75;
  color: rgba(26, 26, 26, .78);
  margin: 0 0 1rem;
}

.page-home .rooms__steps {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  counter-reset: room-step;
  display: grid;
  gap: .55rem;
}

.page-home .rooms__steps li {
  counter-increment: room-step;
  position: relative;
  padding-left: 2.1rem;
  font-family: var(--font-sans);
  font-size: .875rem;
  line-height: 1.6;
  color: rgba(26, 26, 26, .8);
}

.page-home .rooms__steps li::before {
  content: "0" counter(room-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
  font-family: var(--font-serif);
  font-size: .75rem;
  font-weight: 700;
  color: var(--color-pearl);
  background: var(--color-crimson);
  clip-path: polygon(0 0, calc(100% - 4px) 0, 100% 4px, 100% 100%, 4px 100%, 0 calc(100% - 4px));
}

.page-home .rooms__chips {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 0 0 1.5rem;
}

.page-home .chip {
  display: inline-block;
  padding: .28rem .7rem;
  border: 1px solid rgba(139, 0, 0, .55);
  background: rgba(139, 0, 0, .05);
  color: var(--color-crimson);
  font-family: var(--font-sans);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));
}

.page-home .rooms__figure,
.page-home .classic__figure,
.page-home .updates__figure {
  margin: 0;
  margin-bottom: .5rem;
}

.page-home .rooms__figure img,
.page-home .classic__figure img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - var(--cut-md)) 0, 100% var(--cut-md), 100% 100%, var(--cut-md) 100%, 0 calc(100% - var(--cut-md)));
  transition: transform var(--transition-med), filter var(--transition-med);
}

.page-home .rooms__figure:hover img,
.page-home .classic__figure:hover img {
  transform: scale(1.015);
}

.page-home .rooms__figure figcaption,
.page-home .classic__figure figcaption,
.page-home .updates__figure figcaption {
  font-family: var(--font-sans);
  font-size: .75rem;
  letter-spacing: .06em;
  color: rgba(245, 240, 232, .55);
  padding-top: .6rem;
}

.page-home .classic {
  background: linear-gradient(180deg, transparent 0%, rgba(139, 0, 0, .06) 45%, transparent 100%);
}

.page-home .classic__grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
}

.page-home .classic__card {
  background: linear-gradient(155deg, #251f12 0%, var(--color-ink) 62%);
  border: 1px solid rgba(212, 175, 55, .35);
  color: var(--color-pearl);
  padding: clamp(1.5rem, 4vw, 2.25rem);
  clip-path: polygon(0 0, calc(100% - var(--cut-md)) 0, 100% var(--cut-md), 100% 100%, var(--cut-md) 100%, 0 calc(100% - var(--cut-md)));
  transition: transform var(--transition-med), box-shadow var(--transition-med);
}

.page-home .classic__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 56px rgba(0, 0, 0, .4), 0 0 0 1px var(--color-gold);
}

.page-home .classic__card h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 3vw, 1.6rem);
  color: var(--color-gold);
  margin: 0 0 .6rem;
}

.page-home .classic__card p {
  font-family: var(--font-sans);
  font-size: .9375rem;
  line-height: 1.75;
  color: rgba(245, 240, 232, .78);
  margin: 0 0 1rem;
}

.page-home .classic__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 0 0 1.5rem;
}

.page-home .classic__card .link-arrow {
  color: var(--color-gold);
}

.page-home .classic__card .link-arrow:hover {
  border-color: var(--color-gold);
}

.page-home .dashboard__panel {
  position: relative;
  background:
    linear-gradient(135deg, rgba(212, 175, 55, .06), transparent 45%),
    linear-gradient(180deg, #17140d 0%, #1e1b14 100%);
  border: 1px solid rgba(212, 175, 55, .3);
  padding: clamp(1.5rem, 4vw, 2.75rem);
  clip-path: polygon(0 0, calc(100% - var(--cut-lg)) 0, 100% var(--cut-lg), 100% 100%, var(--cut-lg) 100%, 0 calc(100% - var(--cut-lg)));
}

.page-home .dashboard__panel::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(212, 175, 55, .16);
  clip-path: polygon(0 0, calc(100% - var(--cut-md)) 0, 100% var(--cut-md), 100% 100%, var(--cut-md) 100%, 0 calc(100% - var(--cut-md)));
  pointer-events: none;
}

.page-home .dashboard__panel > * {
  position: relative;
  z-index: 1;
}

.page-home .dashboard__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(.8rem, 2vw, 1.25rem);
}

.page-home .dashboard__stat {
  position: relative;
  background: linear-gradient(145deg, rgba(212, 175, 55, .14), rgba(139, 0, 0, .08));
  border: 1px solid rgba(212, 175, 55, .26);
  border-left: 3px solid var(--color-gold);
  padding: 1.1rem 1.25rem;
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  transition: border-color var(--transition-fast), transform var(--transition-fast);
}

.page-home .dashboard__stat:hover {
  border-color: var(--color-gold);
  transform: translateY(-2px);
}

.page-home .dashboard__stat::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(212, 175, 55, .3);
  transform: rotate(45deg);
}

.page-home .dashboard__stat strong {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  line-height: 1.1;
  color: var(--color-gold);
}

.page-home .dashboard__stat span {
  font-family: var(--font-sans);
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, .65);
}

.page-home .dashboard__note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(212, 175, 55, .2);
}

.page-home .dashboard__note p {
  margin: 0;
  max-width: 58ch;
  font-family: var(--font-sans);
  font-size: .875rem;
  line-height: 1.75;
  color: rgba(245, 240, 232, .68);
}

.page-home .dashboard__note .link-arrow {
  color: var(--color-gold);
}

.page-home .updates__grid {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}

.page-home .updates__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid rgba(212, 175, 55, .22);
}

.page-home .updates__list li {
  position: relative;
  padding: 0 0 1.75rem 1.5rem;
}

.page-home .updates__list li:last-child {
  padding-bottom: 0;
}

.page-home .updates__list li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: .4rem;
  width: 12px;
  height: 12px;
  background: var(--color-gold);
  transform: rotate(45deg);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, .12);
}

.page-home .updates__list .tag {
  margin-bottom: .5rem;
}

.page-home .updates__list h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  color: var(--color-pearl);
  margin: .35rem 0 .4rem;
}

.page-home .updates__list p {
  font-family: var(--font-sans);
  font-size: .875rem;
  line-height: 1.7;
  color: rgba(245, 240, 232, .62);
  margin: 0;
}

.page-home .updates__side {
  display: grid;
  gap: 1.25rem;
}

.page-home .updates__figure img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - var(--cut-md)) 0, 100% var(--cut-md), 100% 100%, var(--cut-md) 100%, 0 calc(100% - var(--cut-md)));
}

.page-home .updates__note {
  background: linear-gradient(145deg, rgba(212, 175, 55, .1), rgba(139, 0, 0, .1));
  border: 1px solid rgba(212, 175, 55, .3);
  border-left: 3px solid var(--color-crimson);
  padding: 1.25rem 1.5rem;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.page-home .updates__note-index {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: var(--color-gold);
  margin: 0 0 .35rem;
}

.page-home .updates__note p:last-child {
  margin: 0;
  font-family: var(--font-sans);
  font-size: .875rem;
  line-height: 1.7;
  color: rgba(245, 240, 232, .66);
}

.page-home .updates__side .btn {
  width: 100%;
  justify-content: center;
}

.page-home .cta__panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(26, 26, 26, .1), rgba(139, 0, 0, .16)),
    linear-gradient(145deg, #e8c766 0%, var(--color-gold) 42%, var(--color-bronze) 100%);
  color: var(--color-ink);
  text-align: center;
  padding: clamp(2rem, 6vw, 4rem);
  clip-path: polygon(0 0, calc(100% - var(--cut-lg)) 0, 100% var(--cut-lg), 100% 100%, var(--cut-lg) 100%, 0 calc(100% - var(--cut-lg)));
  display: grid;
  justify-items: center;
  gap: .75rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .4), inset 0 0 0 1px rgba(245, 240, 232, .35);
}

.page-home .cta__panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: var(--color-crimson);
}

.page-home .cta__panel h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  margin: 0;
  line-height: 1.15;
}

.page-home .cta__panel p {
  max-width: 48ch;
  margin: .25rem auto 0;
  font-family: var(--font-sans);
  font-size: .9375rem;
  line-height: 1.7;
  color: rgba(26, 26, 26, .78);
}

.page-home .cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.25rem;
}

.page-home .cta__panel .btn--outline {
  background: transparent;
  border-color: var(--color-ink);
  color: var(--color-ink);
}

.page-home .cta__panel .btn--outline:hover {
  background: rgba(26, 26, 26, .12);
  color: var(--color-ink);
}

.page-home .cta__panel .btn--gold {
  background: var(--color-ink);
  border-color: var(--color-ink);
  color: var(--color-gold);
}

.page-home .cta__panel .btn--gold:hover {
  background: var(--color-crimson);
  border-color: var(--color-crimson);
  color: var(--color-pearl);
}

.page-home .trust {
  border-top: 1px solid rgba(212, 175, 55, .18);
  padding-block: 1.75rem 2.25rem;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .3) 100%);
}

.page-home .trust__wrap {
  display: flex;
  flex-direction: column;
  gap: .9rem;
}

.page-home .trust__note {
  font-family: var(--font-sans);
  font-size: .8125rem;
  line-height: 1.7;
  color: rgba(245, 240, 232, .58);
  max-width: 40rem;
  margin: 0;
}

.page-home .trust__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.page-home .trust__links a {
  font-family: var(--font-sans);
  font-size: .8125rem;
  color: var(--color-gold);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color var(--transition-fast), color var(--transition-fast);
}

.page-home .trust__links a:hover {
  border-color: var(--color-gold);
}

@media (min-width: 640px) {
  .page-home .dashboard__stats {
    gap: 1.25rem;
  }
}

@media (min-width: 900px) {
  .page-home .hero {
    min-height: 640px;
  }

  .page-home .hero__inner {
    grid-template-columns: 1.08fr .92fr;
  }

  .page-home .hero__copy {
    padding-left: 1.5rem;
  }

  .page-home .rooms__grid,
  .page-home .classic__grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 3.5rem);
  }

  .page-home .classic__grid {
    grid-template-columns: .95fr 1.05fr;
  }

  .page-home .dashboard__stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .updates__grid {
    grid-template-columns: 1.4fr .6fr;
  }

  .page-home .trust__wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
