@font-face {
  font-family: "SVN Poppins";
  src: url("assets/fonts/SVN-Poppins-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "SVN Poppins";
  src: url("assets/fonts/SVN-Poppins-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "SVN Poppins";
  src: url("assets/fonts/SVN-Poppins-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "SVN Poppins";
  src: url("assets/fonts/SVN-Poppins-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  --hilton-ink: #0b2e35;
  --hilton-deep: #052b32;
  --hilton-deeper: #031d22;
  --hilton-ocean: #0a5964;
  --hilton-teal: #17666f;
  --hilton-aqua: #9fc9c5;
  --hilton-sky: #dce9e5;
  --hilton-paper: #f1efe8;
  --hilton-white: #fbfaf6;
  --hilton-sand: #d7c59e;
  --hilton-gold: #c7a966;
  --hilton-rust: #87422f;
  --hilton-muted: #4c6166;
  --hilton-line: rgba(11, 46, 53, 0.17);
  --hilton-light-line: rgba(249, 250, 246, 0.19);
  --hilton-shadow: 0 22px 70px rgba(3, 29, 34, 0.18);
  --hilton-sans: "SVN Poppins", "Helvetica Neue", Arial, sans-serif;
  --hilton-display: Georgia, "Times New Roman", "Noto Serif", serif;
  --hilton-wrap: 1320px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--hilton-deeper);
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--portfolio-header-scrolled-height, 58px) + 64px);
  scrollbar-gutter: stable;
}

body.hilton-case {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  background: var(--hilton-paper);
  color: var(--hilton-ink);
  font-family: var(--hilton-sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.hilton-case::before {
  position: fixed;
  z-index: 400;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.025;
}

body.hilton-case.is-lightbox-open {
  overflow: hidden;
}

body.theme-hilton .portfolio-header {
  --portfolio-header-idle-top: rgba(3, 29, 34, 0.34);
  --portfolio-header-idle-bottom: rgba(3, 29, 34, 0.16);
  --portfolio-header-glass-top: rgba(3, 37, 43, 0.68);
  --portfolio-header-glass-bottom: rgba(3, 37, 43, 0.54);
  --portfolio-header-line: rgba(220, 233, 229, 0.16);
  --portfolio-header-brass: var(--hilton-gold);
  --portfolio-header-brass-soft: rgba(199, 169, 102, 0.68);
  font-family: var(--hilton-sans);
}

body.theme-hilton .portfolio-header.is-scrolled {
  background: linear-gradient(180deg, rgba(3, 37, 43, 0.69), rgba(3, 37, 43, 0.57));
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  backdrop-filter: blur(18px) saturate(120%);
}

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

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

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

button {
  color: inherit;
}

h1,
h2,
h3,
p,
figure,
dl,
dd,
ol,
ul {
  margin: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

ol,
ul {
  padding: 0;
}

::selection {
  background: var(--hilton-gold);
  color: var(--hilton-deeper);
}

:focus-visible {
  outline: 2px solid var(--hilton-white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--hilton-ocean);
}

.hilton-wrap {
  width: min(calc(100% - 64px), var(--hilton-wrap));
  margin-inline: auto;
}

.hilton-skip {
  position: fixed;
  z-index: 500;
  top: 10px;
  left: 12px;
  padding: 9px 15px;
  border-radius: 999px;
  background: var(--hilton-gold);
  color: var(--hilton-deeper);
  font-size: 0.75rem;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.hilton-kicker {
  color: var(--hilton-teal);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hilton-section {
  position: relative;
  padding-block: clamp(92px, 10vw, 160px);
  scroll-margin-top: 126px;
}

.hilton-heading {
  max-width: 900px;
  margin-bottom: clamp(48px, 7vw, 88px);
}

.hilton-heading--split,
.hilton-heading--chapter {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.72fr);
  max-width: none;
  align-items: end;
  gap: clamp(48px, 9vw, 144px);
}

.hilton-heading .hilton-kicker {
  margin-bottom: 18px;
}

.hilton-heading h2 {
  max-width: 13ch;
  color: var(--hilton-deep);
  font-family: var(--hilton-display);
  font-size: clamp(2.85rem, 5.8vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.hilton-heading__copy {
  display: grid;
  gap: 22px;
  color: var(--hilton-muted);
}

.hilton-lead {
  max-width: 680px;
  color: currentColor;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.85;
}

.hilton-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 14px 22px;
  border: 1px solid transparent;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.35;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.hilton-button:hover {
  transform: translateY(-2px);
}

.hilton-button--primary {
  border-color: var(--hilton-gold);
  background: var(--hilton-gold);
  color: var(--hilton-deeper);
}

.hilton-button--primary:hover,
.hilton-button--primary:focus-visible {
  border-color: #e0c783;
  background: #e0c783;
}

.hilton-button--ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--hilton-white);
}

.hilton-button--ghost:hover,
.hilton-button--ghost:focus-visible {
  border-color: var(--hilton-white);
  background: rgba(255, 255, 255, 0.08);
}

.hilton-hero {
  position: relative;
  display: grid;
  min-height: max(780px, 100svh);
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: var(--hilton-deeper);
  color: var(--hilton-white);
}

.hilton-hero__media,
.hilton-hero__veil {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.hilton-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1.065) translateY(var(--hilton-hero-shift, 0));
  transform-origin: center;
}

.hilton-hero__veil {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(1, 18, 22, 0.87) 0%, rgba(2, 28, 33, 0.65) 40%, rgba(3, 29, 34, 0.12) 74%),
    linear-gradient(0deg, rgba(2, 24, 28, 0.88) 0%, transparent 46%),
    linear-gradient(180deg, rgba(2, 24, 28, 0.28) 0%, transparent 34%);
}

.hilton-hero__content {
  padding-top: calc(var(--portfolio-header-height, 82px) + 80px);
  padding-bottom: clamp(104px, 12vh, 150px);
}

.hilton-hero .hilton-kicker {
  margin-bottom: 25px;
  color: #d9c080;
}

.hilton-hero h1 {
  max-width: 960px;
  font-family: var(--hilton-display);
  font-size: clamp(3.6rem, 7.3vw, 7.8rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.hilton-hero__lead {
  max-width: 790px;
  margin-top: clamp(30px, 4vw, 52px);
  color: rgba(251, 250, 246, 0.9);
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  line-height: 1.78;
}

.hilton-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.hilton-hero__caption {
  position: absolute;
  right: 24px;
  bottom: 25px;
  padding-left: 30px;
  color: rgba(251, 250, 246, 0.72);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hilton-hero__caption::before {
  position: absolute;
  top: -32px;
  right: 0.5em;
  width: 1px;
  height: 22px;
  background: var(--hilton-gold);
  content: "";
}

.hilton-facts {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--hilton-line);
  background: var(--hilton-white);
}

.hilton-facts dl {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr 1.3fr 1fr;
}

.hilton-facts dl > div {
  min-width: 0;
  padding: 28px clamp(18px, 2vw, 34px);
  border-left: 1px solid var(--hilton-line);
}

.hilton-facts dl > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.hilton-facts dt {
  margin-bottom: 7px;
  color: var(--hilton-muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hilton-facts dd {
  color: var(--hilton-deep);
  font-size: clamp(0.78rem, 1vw, 0.91rem);
  font-weight: 600;
  line-height: 1.45;
}

.hilton-chapter-nav {
  position: sticky;
  z-index: 130;
  top: var(--portfolio-header-scrolled-height, 58px);
  border-bottom: 1px solid rgba(11, 46, 53, 0.12);
  background: rgba(241, 239, 232, 0.84);
  -webkit-backdrop-filter: blur(16px) saturate(112%);
  backdrop-filter: blur(16px) saturate(112%);
}

.hilton-chapter-nav .hilton-wrap {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: clamp(22px, 3vw, 48px);
  overflow-x: auto;
  scrollbar-width: none;
}

.hilton-chapter-nav .hilton-wrap::-webkit-scrollbar {
  display: none;
}

.hilton-chapter-nav a {
  position: relative;
  flex: none;
  padding-block: 19px 17px;
  color: var(--hilton-muted);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.hilton-chapter-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--hilton-ocean);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.hilton-chapter-nav a:hover,
.hilton-chapter-nav a.is-active {
  color: var(--hilton-deep);
}

.hilton-chapter-nav a.is-active::after {
  transform: scaleX(1);
}

.hilton-chapter-nav > span {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: var(--hilton-scroll-progress, 0%);
  height: 2px;
  pointer-events: none;
  background: var(--hilton-gold);
}

.hilton-brief {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 14%, rgba(159, 201, 197, 0.28), transparent 28rem),
    var(--hilton-paper);
}

.hilton-brief::before {
  position: absolute;
  top: 8%;
  right: -8%;
  width: min(48vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(10, 89, 100, 0.12);
  border-radius: 50%;
  content: "";
}

.hilton-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--hilton-line);
  border-bottom: 1px solid var(--hilton-line);
}

.hilton-metrics article {
  display: grid;
  min-height: 210px;
  align-content: space-between;
  padding: 30px clamp(22px, 3vw, 42px);
  border-left: 1px solid var(--hilton-line);
}

.hilton-metrics article:first-child {
  padding-left: 0;
  border-left: 0;
}

.hilton-metrics strong {
  color: var(--hilton-ocean);
  font-family: var(--hilton-display);
  font-size: clamp(4.2rem, 7vw, 7.4rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.85;
}

.hilton-metrics span {
  max-width: 16ch;
  color: var(--hilton-muted);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hilton-approach {
  overflow: hidden;
  background: var(--hilton-deep);
  color: var(--hilton-white);
}

.hilton-approach::after {
  position: absolute;
  right: -120px;
  bottom: -220px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(159, 201, 197, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(159, 201, 197, 0.035), 0 0 0 180px rgba(159, 201, 197, 0.022);
  content: "";
}

.hilton-approach .hilton-heading h2,
.hilton-approach .hilton-lead {
  color: var(--hilton-white);
}

.hilton-approach .hilton-kicker {
  color: #d9c080;
}

.hilton-process {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  border-top: 1px solid var(--hilton-light-line);
}

.hilton-process li {
  min-height: 330px;
  padding: 30px clamp(22px, 2.5vw, 38px) 40px;
  border-left: 1px solid var(--hilton-light-line);
}

.hilton-process li:first-child {
  padding-left: 0;
  border-left: 0;
}

.hilton-process span {
  display: block;
  margin-bottom: 80px;
  color: var(--hilton-aqua);
  font-family: var(--hilton-display);
  font-size: 1.2rem;
}

.hilton-process h3 {
  margin-bottom: 18px;
  color: var(--hilton-white);
  font-family: var(--hilton-display);
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.hilton-process p {
  color: rgba(251, 250, 246, 0.78);
  font-size: 0.87rem;
  line-height: 1.8;
}

.hilton-chapter {
  padding-block: clamp(110px, 12vw, 190px);
}

.hilton-heading--chapter {
  margin-bottom: clamp(60px, 8vw, 110px);
}

.hilton-heading--chapter .hilton-lead {
  margin-bottom: 24px;
}

.hilton-chapter__note {
  padding-top: 18px;
  border-top: 1px solid currentColor;
  color: var(--hilton-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.hilton-chapter--architecture {
  background: var(--hilton-white);
}

.hilton-chapter--dining {
  background:
    radial-gradient(circle at 8% 10%, rgba(155, 80, 56, 0.12), transparent 28rem),
    #e5ded1;
}

.hilton-chapter--dining .hilton-kicker {
  color: var(--hilton-rust);
}

.hilton-chapter--lifestyle {
  background: var(--hilton-ocean);
  color: var(--hilton-white);
}

.hilton-chapter--lifestyle .hilton-heading h2,
.hilton-chapter--lifestyle .hilton-lead,
.hilton-chapter--lifestyle .hilton-kicker {
  color: var(--hilton-white);
}

.hilton-chapter--lifestyle .hilton-kicker {
  color: rgba(251, 250, 246, 0.86);
}

.hilton-chapter--lifestyle .hilton-chapter__note {
  color: rgba(251, 250, 246, 0.78);
}

.hilton-gallery {
  counter-reset: hilton-shot;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: clamp(18px, 2.2vw, 34px);
}

.hilton-gallery--events {
  margin-top: clamp(72px, 8vw, 120px);
}

.hilton-gallery__label {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  color: var(--hilton-ocean);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hilton-gallery__label:not(:first-child) {
  margin-top: clamp(24px, 3vw, 48px);
}

.hilton-gallery__label::after {
  height: 1px;
  flex: 1;
  background: var(--hilton-line);
  content: "";
}

.hilton-shot {
  grid-column: span 6;
  min-width: 0;
  counter-increment: hilton-shot;
}

.hilton-shot--wide {
  grid-column: span 12;
}

.hilton-shot--portrait {
  grid-column: span 5;
}

.hilton-shot__button {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--hilton-sky);
  cursor: zoom-in;
}

.hilton-shot__button::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: rgba(3, 29, 34, 0.42);
  color: #fff;
  content: "+";
  font-size: 1.1rem;
  opacity: 0;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  transform: translateY(5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.hilton-shot__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hilton-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(.16, 1, .3, 1), filter 300ms ease;
}

.hilton-shot--wide .hilton-shot__button {
  aspect-ratio: 16 / 8.5;
}

.hilton-shot--portrait .hilton-shot__button,
.hilton-gallery--dining .hilton-shot__button {
  aspect-ratio: 2 / 3;
}

.hilton-gallery--dining .hilton-shot {
  grid-column: span 3;
}

.hilton-gallery--dining .hilton-shot--feature,
.hilton-gallery--dining .hilton-shot--wide {
  grid-column: span 6;
}

.hilton-gallery--dining .hilton-shot--feature {
  grid-row: span 2;
}

.hilton-gallery--dining .hilton-shot--feature .hilton-shot__button {
  aspect-ratio: 5 / 8;
}

.hilton-gallery--dining .hilton-shot--wide .hilton-shot__button {
  aspect-ratio: 3 / 2;
}

.hilton-shot--architecture-large,
.hilton-shot--landscape-large {
  grid-column: span 8;
}

.hilton-shot--architecture-small {
  grid-column: span 4;
}

.hilton-gallery--architecture .hilton-shot--portrait,
.hilton-gallery--lifestyle .hilton-shot--portrait {
  grid-column: span 4;
}

.hilton-shot--architecture-large .hilton-shot__button,
.hilton-shot--landscape-large .hilton-shot__button {
  aspect-ratio: 4 / 3;
}

.hilton-shot__button:hover img,
.hilton-shot__button:focus-visible img {
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.018);
}

.hilton-shot__button:hover::after,
.hilton-shot__button:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.hilton-shot figcaption {
  display: flex;
  min-height: 58px;
  align-items: flex-start;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--hilton-line);
  color: var(--hilton-muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.hilton-shot figcaption::before {
  min-width: 2.15em;
  padding-top: 0.18em;
  color: var(--hilton-ocean);
  content: counter(hilton-shot, decimal-leading-zero);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.hilton-chapter--lifestyle .hilton-shot figcaption {
  border-top-color: var(--hilton-light-line);
  color: rgba(251, 250, 246, 0.82);
}

.hilton-chapter--lifestyle .hilton-shot figcaption::before {
  color: var(--hilton-aqua);
}

.hilton-chapter--dining .hilton-shot figcaption::before {
  color: var(--hilton-rust);
}

.hilton-library {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(159, 201, 197, 0.24), transparent 31rem),
    #e8eeeb;
}

.hilton-library .hilton-heading {
  margin-bottom: clamp(46px, 6vw, 76px);
}

.hilton-library__disclosure {
  border-top: 1px solid var(--hilton-line);
  border-bottom: 1px solid var(--hilton-line);
}

.hilton-library__disclosure > summary {
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 22px 2px;
  color: var(--hilton-deep);
  cursor: pointer;
  list-style: none;
}

.hilton-library__disclosure > summary::-webkit-details-marker {
  display: none;
}

.hilton-library__summary-copy {
  display: grid;
  gap: 4px;
  font-family: var(--hilton-display);
  font-size: clamp(1.55rem, 2.7vw, 2.55rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.hilton-library__summary-copy small {
  color: var(--hilton-muted);
  font-family: var(--hilton-sans);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

[data-gallery-summary-open] {
  display: none;
}

.hilton-library__disclosure[open] [data-gallery-summary-closed] {
  display: none;
}

.hilton-library__disclosure[open] [data-gallery-summary-open] {
  display: inline;
}

.hilton-library__summary-icon {
  position: relative;
  width: 52px;
  height: 52px;
  flex: none;
  border: 1px solid var(--hilton-line);
  border-radius: 50%;
  transition: border-color 180ms ease, background 180ms ease, transform 240ms ease;
}

.hilton-library__summary-icon::before,
.hilton-library__summary-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: var(--hilton-ocean);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 240ms ease;
}

.hilton-library__summary-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.hilton-library__disclosure[open] .hilton-library__summary-icon {
  transform: rotate(180deg);
}

.hilton-library__disclosure[open] .hilton-library__summary-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.hilton-library__disclosure > summary:hover .hilton-library__summary-icon {
  border-color: var(--hilton-ocean);
  background: rgba(159, 201, 197, 0.2);
}

.hilton-library__content {
  padding: 8px 0 clamp(52px, 7vw, 88px);
}

.hilton-library__filters {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 16px 1px 18px;
  scrollbar-width: none;
}

.hilton-library__filters::-webkit-scrollbar {
  display: none;
}

.hilton-library__filters button {
  min-height: 44px;
  flex: none;
  padding: 10px 18px;
  border: 1px solid var(--hilton-line);
  border-radius: 999px;
  background: rgba(251, 250, 246, 0.48);
  color: var(--hilton-muted);
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.055em;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.hilton-library__filters button:hover {
  border-color: var(--hilton-ocean);
  color: var(--hilton-ocean);
}

.hilton-library__filters button[aria-pressed="true"] {
  border-color: var(--hilton-ocean);
  background: var(--hilton-ocean);
  color: var(--hilton-white);
}

.hilton-library__status {
  min-height: 28px;
  margin: 2px 0 16px;
  color: var(--hilton-muted);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hilton-library__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}

.hilton-library [hidden] {
  display: none !important;
}

.hilton-library__item {
  min-width: 0;
}

.hilton-library__button {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--hilton-sky);
  cursor: zoom-in;
}

.hilton-library__button::after {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: rgba(3, 29, 34, 0.42);
  color: #fff;
  content: "+";
  opacity: 0;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  transform: translateY(5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.hilton-library__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hilton-library__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 300ms ease, transform 650ms cubic-bezier(.16, 1, .3, 1);
}

.hilton-library__button:hover img,
.hilton-library__button:focus-visible img {
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.025);
}

.hilton-library__button:hover::after,
.hilton-library__button:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.hilton-library__item figcaption {
  min-height: 62px;
  padding: 12px 2px 0;
  border-top: 1px solid var(--hilton-line);
  color: var(--hilton-muted);
  font-size: 0.72rem;
  line-height: 1.62;
}

.hilton-proof {
  overflow: hidden;
  background: var(--hilton-deeper);
  color: var(--hilton-white);
}

.hilton-proof::before {
  position: absolute;
  top: -30vw;
  right: -15vw;
  width: 68vw;
  height: 68vw;
  border: 1px solid rgba(159, 201, 197, 0.1);
  border-radius: 50%;
  content: "";
}

.hilton-proof .hilton-heading h2,
.hilton-proof .hilton-lead {
  color: var(--hilton-white);
}

.hilton-proof .hilton-kicker {
  color: #d9c080;
}

.hilton-proof__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--hilton-light-line);
  border-left: 1px solid var(--hilton-light-line);
}

.hilton-proof__grid article {
  min-height: 300px;
  padding: clamp(28px, 4vw, 54px);
  border-right: 1px solid var(--hilton-light-line);
  border-bottom: 1px solid var(--hilton-light-line);
}

.hilton-proof__grid span {
  display: block;
  margin-bottom: 60px;
  color: var(--hilton-aqua);
  font-family: var(--hilton-display);
  font-size: 1.15rem;
}

.hilton-proof__grid h3 {
  margin-bottom: 14px;
  font-family: var(--hilton-display);
  font-size: clamp(1.65rem, 2.4vw, 2.5rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.hilton-proof__grid p {
  max-width: 560px;
  color: rgba(251, 250, 246, 0.78);
  font-size: 0.9rem;
}

.hilton-applications {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.75fr);
  gap: clamp(48px, 9vw, 140px);
  margin-top: clamp(70px, 9vw, 120px);
  padding: clamp(38px, 6vw, 78px);
  background: var(--hilton-paper);
  color: var(--hilton-ink);
}

.hilton-applications h3 {
  max-width: 14ch;
  margin: 18px 0 24px;
  font-family: var(--hilton-display);
  font-size: clamp(2.3rem, 4.5vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.hilton-applications > div > p:last-child {
  max-width: 700px;
  color: var(--hilton-muted);
}

.hilton-applications ul {
  list-style: none;
  border-top: 1px solid var(--hilton-line);
}

.hilton-applications li {
  padding: 14px 0;
  border-bottom: 1px solid var(--hilton-line);
  color: var(--hilton-deep);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.hilton-faq {
  background: var(--hilton-paper);
}

.hilton-faq__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.15fr);
  align-items: start;
  gap: clamp(50px, 10vw, 170px);
}

.hilton-faq .hilton-heading {
  position: sticky;
  top: 150px;
  margin: 0;
}

.hilton-faq .hilton-heading h2 {
  font-size: clamp(3rem, 5vw, 5.3rem);
}

.hilton-faq__list {
  border-top: 1px solid var(--hilton-line);
}

.hilton-faq details {
  border-bottom: 1px solid var(--hilton-line);
}

.hilton-faq summary {
  position: relative;
  padding: 27px 54px 27px 0;
  color: var(--hilton-deep);
  cursor: pointer;
  font-family: var(--hilton-display);
  font-size: clamp(1.15rem, 1.75vw, 1.55rem);
  line-height: 1.25;
  list-style: none;
}

.hilton-faq summary::-webkit-details-marker {
  display: none;
}

.hilton-faq summary span,
.hilton-faq summary span::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 18px;
  height: 1px;
  background: var(--hilton-ocean);
  content: "";
  transition: transform 180ms ease;
}

.hilton-faq summary span::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.hilton-faq details[open] summary span {
  transform: rotate(45deg);
}

.hilton-faq details p {
  max-width: 680px;
  padding: 0 54px 30px 0;
  color: var(--hilton-muted);
  font-size: 0.93rem;
  line-height: 1.82;
}

.hilton-related {
  background: var(--hilton-white);
}

.hilton-related > a {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.85fr);
  align-items: stretch;
  gap: 0;
}

.hilton-related figure {
  min-height: 520px;
  overflow: hidden;
}

.hilton-related figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(.16, 1, .3, 1);
}

.hilton-related > a > div {
  display: grid;
  align-content: center;
  padding: clamp(50px, 7vw, 100px);
  background: var(--hilton-sky);
}

.hilton-related h2 {
  max-width: 12ch;
  margin: 18px 0 24px;
  font-family: var(--hilton-display);
  font-size: clamp(2.4rem, 4.3vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.hilton-related p {
  max-width: 560px;
  color: var(--hilton-muted);
}

.hilton-related span {
  display: inline-block;
  width: fit-content;
  margin-top: 34px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--hilton-ocean);
  color: var(--hilton-ocean);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hilton-related > a:hover figure img,
.hilton-related > a:focus-visible figure img {
  transform: scale(1.025);
}

.hilton-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(110px, 14vw, 210px);
  background: linear-gradient(120deg, #031d22, #0a5964);
  color: var(--hilton-white);
  text-align: center;
}

.hilton-cta__media {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  opacity: 0.34;
}

.hilton-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hilton-cta::before {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(251, 250, 246, 0.16);
  content: "";
  pointer-events: none;
}

.hilton-cta .hilton-wrap {
  position: relative;
  display: grid;
  justify-items: center;
}

.hilton-cta .hilton-kicker {
  color: #d9c080;
}

.hilton-cta h2 {
  max-width: 1000px;
  margin: 22px auto 30px;
  font-family: var(--hilton-display);
  font-size: clamp(3rem, 6vw, 6.6rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.hilton-cta p {
  max-width: 730px;
  color: rgba(251, 250, 246, 0.84);
  font-size: clamp(0.95rem, 1.25vw, 1.1rem);
}

.hilton-cta .hilton-button {
  margin-top: 38px;
}

.hilton-cta small {
  margin-top: 19px;
  color: rgba(251, 250, 246, 0.74);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hilton-footer {
  padding-block: 32px;
  background: var(--hilton-deeper);
  color: rgba(251, 250, 246, 0.75);
}

.hilton-footer .hilton-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.hilton-footer img {
  width: auto;
  height: 26px;
}

.hilton-footer p {
  font-size: 0.68rem;
}

.hilton-footer a:hover {
  color: var(--hilton-white);
}

.hilton-lightbox {
  width: 100vw;
  max-width: none;
  height: 100svh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--hilton-white);
}

.hilton-lightbox::backdrop {
  background: rgba(1, 13, 16, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.hilton-lightbox__backdrop {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(1, 13, 16, 0.9);
  cursor: zoom-out;
}

.hilton-lightbox__panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: clamp(42px, 6vw, 78px);
  pointer-events: none;
}

.hilton-lightbox figure {
  display: grid;
  max-width: min(90vw, 1500px);
  max-height: calc(100svh - 100px);
  grid-template-rows: minmax(0, 1fr) auto;
  pointer-events: auto;
}

.hilton-lightbox figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100svh - 160px);
  margin: auto;
  object-fit: contain;
  opacity: 1;
  transition: opacity 180ms ease;
}

.hilton-lightbox figure img.is-loading {
  opacity: 0;
}

.hilton-lightbox figcaption {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding-top: 15px;
  color: rgba(251, 250, 246, 0.75);
  font-size: 0.72rem;
}

.hilton-lightbox figcaption span {
  flex: none;
  color: var(--hilton-aqua);
}

.hilton-lightbox__close,
.hilton-lightbox__controls button {
  position: fixed;
  z-index: 3;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(251, 250, 246, 0.34);
  border-radius: 50%;
  background: rgba(3, 29, 34, 0.42);
  color: var(--hilton-white);
  cursor: pointer;
  pointer-events: auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hilton-lightbox__close {
  top: 22px;
  right: 24px;
  font-size: 1.7rem;
  font-weight: 300;
}

.hilton-lightbox__controls button:first-child {
  top: 50%;
  left: 24px;
}

.hilton-lightbox__controls button:last-child {
  top: 50%;
  right: 24px;
}

.hilton-lightbox__close:hover,
.hilton-lightbox__controls button:hover {
  border-color: var(--hilton-gold);
  color: var(--hilton-gold);
}

.js .reveal-ready .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms cubic-bezier(.16, 1, .3, 1), transform 700ms cubic-bezier(.16, 1, .3, 1);
}

.js .reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hilton-facts dl {
    grid-template-columns: repeat(6, 1fr);
  }

  .hilton-facts dl > div {
    grid-column: span 2;
  }

  .hilton-facts dl > div:nth-child(4) {
    grid-column: span 3;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--hilton-line);
  }

  .hilton-facts dl > div:nth-child(5) {
    grid-column: span 3;
    border-top: 1px solid var(--hilton-line);
  }

  .hilton-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .hilton-process li:nth-child(3) {
    padding-left: 0;
    border-top: 1px solid var(--hilton-light-line);
    border-left: 0;
  }

  .hilton-process li:nth-child(4) {
    border-top: 1px solid var(--hilton-light-line);
  }

  .hilton-gallery--dining .hilton-shot {
    grid-column: span 4;
  }

  .hilton-gallery--dining .hilton-shot--feature,
  .hilton-gallery--dining .hilton-shot--wide {
    grid-column: span 8;
  }

}

@media (max-width: 820px) {
  body.hilton-case::before {
    display: none;
  }

  .hilton-wrap {
    width: min(calc(100% - 40px), var(--hilton-wrap));
  }

  .hilton-heading--split,
  .hilton-heading--chapter,
  .hilton-applications,
  .hilton-faq__layout,
  .hilton-related > a {
    grid-template-columns: 1fr;
  }

  .hilton-heading--split,
  .hilton-heading--chapter {
    align-items: start;
    gap: 34px;
  }

  .hilton-hero__content {
    padding-bottom: 100px;
  }

  .hilton-hero__veil {
    background:
      linear-gradient(90deg, rgba(1, 18, 22, 0.82), rgba(2, 28, 33, 0.3)),
      linear-gradient(0deg, rgba(2, 24, 28, 0.92) 0%, rgba(2, 24, 28, 0.24) 68%);
  }

  .hilton-metrics article {
    min-height: 180px;
  }

  .hilton-shot,
  .hilton-shot--portrait,
  .hilton-shot--architecture-large,
  .hilton-shot--architecture-small,
  .hilton-shot--landscape-large,
  .hilton-gallery--architecture .hilton-shot--portrait,
  .hilton-gallery--lifestyle .hilton-shot--portrait {
    grid-column: span 6;
  }

  .hilton-shot--wide {
    grid-column: span 12;
  }

  .hilton-gallery--architecture .hilton-shot--architecture-large,
  .hilton-gallery--architecture .hilton-shot--event-large,
  .hilton-gallery--lifestyle .hilton-shot--landscape-large {
    grid-column: span 8;
  }

  .hilton-gallery--architecture .hilton-shot--architecture-small,
  .hilton-gallery--architecture .hilton-shot--event-portrait,
  .hilton-gallery--architecture .hilton-shot--portrait,
  .hilton-gallery--lifestyle .hilton-shot--portrait {
    grid-column: span 4;
  }

  .hilton-gallery--dining .hilton-shot {
    grid-column: span 4;
  }

  .hilton-gallery--dining .hilton-shot--feature,
  .hilton-gallery--dining .hilton-shot--wide {
    grid-column: span 8;
  }

  .hilton-gallery--dining .hilton-shot--feature {
    grid-row: span 2;
  }

  .hilton-library__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hilton-faq .hilton-heading {
    position: static;
  }

  .hilton-related figure {
    min-height: 400px;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: calc(var(--portfolio-header-scrolled-height, 54px) + 54px);
  }

  .hilton-wrap {
    width: min(calc(100% - 32px), var(--hilton-wrap));
  }

  .hilton-section {
    padding-block: 82px;
    scroll-margin-top: 112px;
  }

  .hilton-heading {
    margin-bottom: 42px;
  }

  .hilton-heading h2 {
    font-size: clamp(2.55rem, 12.8vw, 4rem);
    letter-spacing: -0.035em;
  }

  .hilton-hero {
    min-height: 820px;
  }

  .hilton-hero__media img {
    object-position: 62% center;
  }

  .hilton-hero__content {
    padding-top: 154px;
    padding-bottom: 86px;
  }

  .hilton-hero h1 {
    max-width: 12ch;
    font-size: clamp(3.3rem, 15vw, 5.2rem);
    letter-spacing: -0.035em;
    line-height: 0.92;
  }

  .hilton-hero__lead {
    margin-top: 28px;
    font-size: 0.94rem;
    line-height: 1.72;
  }

  .hilton-hero__actions {
    display: grid;
    width: 100%;
  }

  .hilton-button {
    width: 100%;
  }

  .hilton-hero__caption {
    display: none;
  }

  .hilton-facts dl {
    grid-template-columns: 1fr 1fr;
  }

  .hilton-facts dl > div {
    grid-column: auto;
    padding: 21px 16px;
    border-top: 1px solid var(--hilton-line);
  }

  .hilton-facts dl > div:nth-child(4) {
    grid-column: auto;
    padding-left: 16px;
    border-left: 1px solid var(--hilton-line);
  }

  .hilton-facts dl > div:nth-child(5) {
    grid-column: auto;
  }

  .hilton-facts dl > div:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .hilton-facts dl > div:first-child,
  .hilton-facts dl > div:nth-child(2) {
    border-top: 0;
  }

  .hilton-facts dl > div:last-child {
    grid-column: 1 / -1;
  }

  .hilton-chapter-nav {
    top: var(--portfolio-header-scrolled-height, 54px);
  }

  .hilton-chapter-nav .hilton-wrap {
    width: calc(100% - 16px);
    min-height: 50px;
    gap: 26px;
  }

  .hilton-chapter-nav a {
    padding-block: 17px 15px;
    font-size: 0.59rem;
  }

  .hilton-metrics {
    grid-template-columns: 1fr;
  }

  .hilton-metrics article,
  .hilton-metrics article:first-child {
    min-height: 144px;
    padding: 24px 0;
    border-top: 1px solid var(--hilton-line);
    border-left: 0;
  }

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

  .hilton-metrics strong {
    font-size: 4.5rem;
  }

  .hilton-process {
    grid-template-columns: 1fr;
  }

  .hilton-process li,
  .hilton-process li:first-child,
  .hilton-process li:nth-child(3) {
    min-height: 0;
    padding: 28px 0 34px;
    border-top: 1px solid var(--hilton-light-line);
    border-left: 0;
  }

  .hilton-process li:first-child {
    border-top: 0;
  }

  .hilton-process span {
    margin-bottom: 46px;
  }

  .hilton-chapter {
    padding-block: 90px;
  }

  .hilton-gallery {
    display: block;
  }

  .hilton-gallery__label {
    margin-bottom: 18px;
  }

  .hilton-gallery__label:not(:first-child) {
    margin-top: 54px;
  }

  .hilton-shot + .hilton-shot {
    margin-top: 28px;
  }

  .hilton-shot .hilton-shot__button,
  .hilton-shot--wide .hilton-shot__button,
  .hilton-shot--architecture-large .hilton-shot__button,
  .hilton-shot--architecture-small .hilton-shot__button,
  .hilton-shot--landscape-large .hilton-shot__button {
    aspect-ratio: 4 / 3;
  }

  .hilton-shot--portrait .hilton-shot__button,
  .hilton-gallery--dining .hilton-shot:not(.hilton-shot--wide) .hilton-shot__button {
    aspect-ratio: 4 / 5;
  }

  .hilton-gallery--dining .hilton-shot--wide .hilton-shot__button {
    aspect-ratio: 4 / 3;
  }

  .hilton-shot figcaption {
    min-height: 0;
    font-size: 0.74rem;
  }

  .hilton-library__disclosure > summary {
    min-height: 96px;
    gap: 18px;
  }

  .hilton-library__summary-icon {
    width: 46px;
    height: 46px;
  }

  .hilton-library__content {
    padding-bottom: 54px;
  }

  .hilton-library__filters {
    width: calc(100% + 16px);
    padding-right: 16px;
  }

  .hilton-library__grid {
    gap: 12px;
  }

  .hilton-library__item figcaption {
    min-height: 0;
    padding-top: 9px;
    font-size: 0.68rem;
  }

  .hilton-proof__grid {
    grid-template-columns: 1fr;
  }

  .hilton-proof__grid article {
    min-height: 250px;
    padding: 30px 24px;
  }

  .hilton-proof__grid span {
    margin-bottom: 44px;
  }

  .hilton-applications {
    gap: 40px;
    margin-top: 60px;
    padding: 32px 24px;
  }

  .hilton-faq summary {
    padding-block: 23px;
    font-size: 1.18rem;
  }

  .hilton-related {
    padding-block: 16px;
  }

  .hilton-related > a {
    width: calc(100% - 32px);
  }

  .hilton-related figure {
    min-height: 280px;
  }

  .hilton-related > a > div {
    padding: 38px 24px 44px;
  }

  .hilton-cta {
    padding-block: 116px;
  }

  .hilton-cta::before {
    inset: 14px;
  }

  .hilton-cta h2 {
    font-size: clamp(3rem, 13vw, 4.7rem);
  }

  .hilton-footer .hilton-wrap {
    display: grid;
  }

  .hilton-footer p {
    line-height: 1.9;
  }

  .hilton-lightbox__panel {
    padding: 64px 14px 80px;
  }

  .hilton-lightbox__controls button:first-child {
    top: auto;
    bottom: 18px;
    left: calc(50% - 56px);
  }

  .hilton-lightbox__controls button:last-child {
    top: auto;
    right: calc(50% - 56px);
    bottom: 18px;
  }
}

@media (hover: none) {
  .hilton-shot__button::after {
    opacity: 0.42;
    transform: scale(0.88);
  }

  .hilton-library__button::after {
    opacity: 0;
    transform: none;
  }
}

@media (min-width: 621px) and (max-height: 820px) {
  .hilton-hero {
    min-height: max(680px, 100svh);
  }

  .hilton-hero__content {
    padding-top: calc(var(--portfolio-header-height, 82px) + 54px);
    padding-bottom: 72px;
  }

  .hilton-hero h1 {
    max-width: 850px;
    font-size: clamp(3.4rem, 6.35vw, 6.35rem);
  }

  .hilton-hero__lead {
    max-width: 720px;
    margin-top: 24px;
    line-height: 1.65;
  }

  .hilton-hero__actions {
    margin-top: 24px;
  }
}

@media (prefers-reduced-transparency: reduce) {
  body.hilton-case::before {
    display: none;
  }

  body.theme-hilton .portfolio-header.is-scrolled,
  .hilton-chapter-nav {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  body.theme-hilton .portfolio-header.is-scrolled {
    background: var(--hilton-deeper);
  }

  .hilton-chapter-nav {
    background: var(--hilton-paper);
  }

  .hilton-lightbox::backdrop,
  .hilton-lightbox__close,
  .hilton-lightbox__controls button {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

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

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

  .hilton-hero__media img {
    transform: none;
  }

  .js .reveal-ready .reveal,
  .js .reveal-ready .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}
