@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Inter:wght@400;500;600&display=swap');

:root {
  --ink: #171b1d;
  --paper: #f1eee7;
  --paper-deep: #e4dfd4;
  --night: #090a0a;
  --quiet: #706d66;
  --line: rgba(23, 27, 29, .18);
  --brass: #9b7651;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
img { display: block; width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .8rem 1rem; background: white; color: black; }
.skip-link:focus { top: 1rem; }
.eyebrow { margin: 0 0 1.2rem; font-size: .68rem; font-weight: 600; letter-spacing: .21em; text-transform: uppercase; }

.collection-header { position: absolute; inset: 0 0 auto; z-index: 5; display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 3vw; color: rgba(255,255,255,.82); }
.collection-brand { display: flex; gap: .35rem; align-items: baseline; text-decoration: none; font: 500 1.22rem/1 var(--serif); }
.collection-brand strong { font: 600 .72rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
nav { display: flex; gap: 1.65rem; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
nav a { padding-bottom: .28rem; text-decoration: none; border-bottom: 1px solid transparent; }
nav a:hover, nav a:focus-visible, nav .is-active { border-color: currentColor; }

.cover { position: relative; min-height: 100svh; overflow: hidden; color: white; background: #050505; }
.cover > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.cover__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.64), rgba(0,0,0,.2) 52%, transparent 78%), linear-gradient(0deg, rgba(0,0,0,.58), transparent 48%); }
.cover__copy { position: relative; z-index: 1; display: flex; min-height: 100svh; flex-direction: column; justify-content: flex-end; padding: clamp(8rem, 16vh, 12rem) 4.8vw clamp(4.2rem, 9vh, 7rem); }
.cover h1 { margin: 0; font: 400 clamp(4.2rem, 8.4vw, 9.2rem)/.78 var(--serif); text-transform: uppercase; letter-spacing: -.055em; text-shadow: 0 3px 28px rgba(0,0,0,.38); }
.cover h1 span { display: block; }
.cover__the { margin: 0 0 .62em .08em; font-size: .27em; line-height: 1; letter-spacing: .3em; }
.cover__name { white-space: nowrap; }
.cover__collection { font-size: .73em; letter-spacing: .005em; }
.cover__copy > strong { display: block; max-width: 31ch; margin-top: 2.25rem; font: italic 400 clamp(1.05rem, 1.5vw, 1.34rem)/1.45 var(--serif); letter-spacing: .015em; }
.cover__open { position: absolute; right: 3vw; bottom: 2.5rem; z-index: 2; display: flex; gap: 1rem; align-items: center; font-size: .62rem; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.cover__open b { display: grid; width: 3rem; height: 3rem; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 1.3rem; font-weight: 400; }

.threshold { min-height: 112svh; padding: clamp(7rem, 13vw, 13rem) 7vw; border-bottom: 1px solid var(--line); background: #f3f0e9; }
.threshold__copy { display: grid; grid-template-columns: minmax(17rem, .85fr) minmax(25rem, 1.15fr); gap: 5vw 10vw; max-width: 92rem; margin: 0 auto; align-items: start; }
.threshold h2 { position: sticky; top: 4rem; max-width: 7ch; margin: 0; font: 400 clamp(4.5rem, 8vw, 9.5rem)/.82 var(--serif); letter-spacing: -.055em; }
.threshold__body { max-width: 40rem; padding-top: .6rem; }
.threshold__body p { margin: 0 0 1.45rem; color: #3e403e; font: 400 clamp(1.28rem, 1.75vw, 1.7rem)/1.48 var(--serif); }
.threshold__body p:first-child { color: var(--ink); font-size: clamp(1.65rem, 2.4vw, 2.35rem); line-height: 1.35; }
.threshold__body .threshold__details { margin: 2.5rem 0; padding-left: 1.5rem; color: var(--brass); border-left: 1px solid var(--brass); font-style: italic; line-height: 1.35; }
.threshold__body em { font-weight: 500; }
.entrance-button { grid-column: 2; display: inline-flex; width: fit-content; margin-top: 2rem; padding: .95rem 1.35rem; border: 1px solid rgba(23,27,29,.55); font-size: .64rem; font-weight: 600; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; transition: color .25s ease, background .25s ease; }
.entrance-button:hover, .entrance-button:focus-visible { color: var(--paper); background: var(--ink); }

.on-view { padding: clamp(5rem, 9vw, 9rem) 4vw; color: #f4f0e8; background: var(--night); }
.on-view__heading { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 2.2rem; color: rgba(255,255,255,.62); }
.on-view__heading p:last-child { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.on-view__stage { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(20rem, .75fr); min-height: 72svh; border: 1px solid rgba(255,255,255,.18); }
.on-view figure { display: flex; margin: 0; padding: clamp(1rem, 2.4vw, 2.6rem); flex-direction: column; justify-content: center; background: #e9e7e2; }
.on-view figure img { max-height: 68svh; object-fit: contain; }
.on-view figcaption { margin-top: 1rem; color: #68635b; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.on-view__copy { display: flex; padding: clamp(2.3rem, 5vw, 5.8rem); flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.18); }
.on-view__copy > span { color: #b4997c; font-size: .64rem; letter-spacing: .17em; text-transform: uppercase; }
.on-view__copy > .on-view__number { margin-bottom: 2rem; color: rgba(212,194,170,.66); font: 400 clamp(3rem, 5vw, 5.5rem)/1 var(--serif); letter-spacing: 0; }
.on-view h2 { margin: 1.4rem 0 2rem; font: 400 clamp(3.7rem, 6vw, 7.2rem)/.82 var(--serif); letter-spacing: -.05em; }
.on-view blockquote { margin: 0 0 1.5rem; color: #d4c5b5; font: italic 400 clamp(1.35rem, 2vw, 2rem)/1.25 var(--serif); }
.on-view__copy p { max-width: 31rem; color: rgba(255,255,255,.58); font-size: .85rem; line-height: 1.7; }
.text-link { display: inline-flex; width: fit-content; gap: 1.2rem; align-items: center; margin-top: 2rem; padding-bottom: .5rem; border-bottom: 1px solid currentColor; font-size: .66rem; font-weight: 600; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.text-link b { font-size: 1.2rem; font-weight: 400; transition: transform .25s ease; }
.text-link:hover b, .text-link:focus-visible b { transform: translateX(.4rem); }

.open-rooms { padding: clamp(7rem, 12vw, 12rem) 5vw; background: #ece8df; }
.open-rooms > header { display: grid; grid-template-columns: .8fr 2fr 1.25fr; gap: 3vw; margin-bottom: clamp(4rem, 8vw, 8rem); align-items: end; }
.open-rooms > header h2 { margin: 0; font: 400 clamp(3rem, 5vw, 6rem)/.9 var(--serif); }
.open-rooms > header > p:last-child { margin: 0; color: var(--quiet); font: 400 1.15rem/1.5 var(--serif); }
.room { position: relative; display: grid; grid-template-columns: .34fr 1.9fr 1.15fr; gap: clamp(2rem, 4vw, 5rem); max-width: 96rem; min-height: 78svh; margin: 0 auto; padding: clamp(2rem, 4.5vw, 5.5rem); align-items: center; color: #f4efe7; text-decoration: none; border: 1px solid rgba(255,255,255,.11); box-shadow: 0 2.5rem 6rem rgba(27,24,20,.12); }
.room--storm { background: radial-gradient(circle at 28% 35%, rgba(89,116,130,.24), transparent 45%), #151d22; }
.room--wall-street { grid-template-columns: .34fr 1.15fr 1.9fr; background: radial-gradient(circle at 75% 42%, rgba(132,99,66,.2), transparent 46%), #1b1714; }
.room--weapons { color: #f7f1e7; background-color: #171513; background-image: radial-gradient(circle at 31% 44%, rgba(181,123,52,.2), transparent 43%); }
.room--weapons .room__copy > span { color: #d8b88e; }
.room--weapons .room__copy p { color: rgba(255,255,255,.68); }
.room__number { align-self: start; color: rgba(212,194,170,.66); font: 400 clamp(3rem, 5vw, 5.5rem)/1 var(--serif); }
.room figure { height: 60svh; margin: 0; overflow: hidden; background: #252522; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 1.5rem 4rem rgba(0,0,0,.24); }
.room figure img { height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.04); transition: transform .7s cubic-bezier(.2,.75,.2,1), filter .7s ease; }
.room:hover figure img, .room:focus-visible figure img { transform: scale(1.025); filter: saturate(1) contrast(1.05); }
.room__copy > span { color: rgba(220,204,181,.72); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.room h3 { margin: 1.25rem 0; font: 400 clamp(3rem, 5vw, 6rem)/.88 var(--serif); letter-spacing: -.04em; }
.room__copy p { max-width: 26rem; color: rgba(255,255,255,.58); font: 400 1.12rem/1.45 var(--serif); }
.room__copy strong { display: inline-flex; gap: 1rem; align-items: center; margin-top: 1.2rem; padding-bottom: .4rem; border-bottom: 1px solid rgba(255,255,255,.48); font-size: .63rem; letter-spacing: .13em; text-transform: uppercase; }
.room__copy strong b { font-size: 1.2rem; font-weight: 400; }
.room--wall-street figure { grid-column: 3; grid-row: 1; }
.room--wall-street .room__copy { grid-column: 2; grid-row: 1; }
.room--wall-street figure img { object-position: 59% center; }
.room--weapons figure img { object-position: 56% center; }
.hallway { display: flex; gap: 1.5rem; min-height: 34svh; align-items: center; justify-content: center; color: #8b8479; font: italic 400 1rem/1 var(--serif); letter-spacing: .04em; }
.hallway::before, .hallway::after { width: min(15vw, 10rem); height: 1px; content: ""; background: rgba(23,27,29,.18); }

.deeper { display: grid; grid-template-columns: 1.35fr .7fr 1fr; gap: 5vw; min-height: 82svh; padding: clamp(7rem, 11vw, 11rem) 5vw; align-items: center; color: #eee9df; background: #111313; }
.deeper h2 { margin: 0; font: 400 clamp(3.4rem, 5.8vw, 7rem)/.9 var(--serif); letter-spacing: -.045em; }
.deeper__paths { display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.2); }
.deeper__paths span { padding: .85rem 0; color: rgba(255,255,255,.58); border-bottom: 1px solid rgba(255,255,255,.15); font: 400 1.2rem/1 var(--serif); }
.deeper__action p { color: rgba(255,255,255,.56); font: 400 1.2rem/1.55 var(--serif); }
.text-link--light { color: white; }

.philosophy { display: grid; min-height: 52svh; place-items: center; padding: 4rem; text-align: center; }
.philosophy p { margin: 0; font: italic 400 clamp(2.6rem, 6vw, 7rem)/1 var(--serif); }
footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2rem 4vw; color: var(--quiet); border-top: 1px solid var(--line); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }

.index-page { background: var(--paper); }
.index-header { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 4vw; border-bottom: 1px solid var(--line); }
.index-intro { display: grid; grid-template-columns: .6fr 2fr 1fr; gap: 3vw; min-height: 55svh; padding: 9vw 5vw 6vw; align-items: end; }
.index-intro h1 { margin: 0; font: 400 clamp(4rem, 8vw, 9rem)/.85 var(--serif); letter-spacing: -.055em; }
.index-intro > p:last-child { margin: 0; color: var(--quiet); font: 400 1.15rem/1.5 var(--serif); }
.index-list { margin: 0; padding: 0 5vw; list-style: none; border-top: 1px solid var(--line); }
.index-list li { border-bottom: 1px solid var(--line); }
.index-list a { display: grid; grid-template-columns: .3fr .8fr 2fr auto; gap: 3vw; min-height: 18rem; padding: 2.2rem 0; align-items: center; text-decoration: none; }
.index-list__number { color: var(--brass); font: 400 2.6rem/1 var(--serif); }
.index-list img { height: 13rem; object-fit: cover; filter: saturate(.75); transition: filter .3s ease; }
.index-list a:hover img, .index-list a:focus-visible img { filter: saturate(1); }
.index-list small { color: var(--quiet); font-size: .6rem; letter-spacing: .13em; text-transform: uppercase; }
.index-list h2 { margin: .8rem 0 .3rem; font: 400 clamp(2.2rem, 4vw, 4.8rem)/.9 var(--serif); }
.index-list p { color: var(--quiet); font: 400 1rem/1.4 var(--serif); }
.index-list a > b { font-size: 1.8rem; font-weight: 400; }
.index-future { display: grid; grid-template-columns: .6fr 1.25fr 1.5fr; gap: 3vw; padding: clamp(6rem, 10vw, 10rem) 5vw; align-items: start; }
.index-future h2 { margin: 0; font: 400 clamp(3rem, 5vw, 5.5rem)/.9 var(--serif); }
.index-future > p:last-child { margin: 0; color: var(--quiet); font: 400 1.2rem/1.75 var(--serif); }

@media (max-width: 820px) {
  .collection-header { padding: 1.25rem 5vw; }
  .collection-header nav a:first-child { display: none; }
  nav { gap: 1rem; }
  .cover > img { object-position: 52% center; }
  .cover__veil { background: linear-gradient(0deg, rgba(0,0,0,.76), rgba(0,0,0,.08) 68%); }
  .cover__copy { padding: 8rem 6vw 5rem; }
  .cover h1 { font-size: clamp(3.2rem, 16vw, 6rem); }
  .cover__name { white-space: normal; }
  .cover__open span { display: none; }
  .threshold { min-height: auto; padding: 7rem 7vw; }
  .threshold__copy { grid-template-columns: 1fr; gap: 3.5rem; }
  .threshold h2 { position: static; max-width: 8ch; font-size: clamp(4rem, 17vw, 7rem); }
  .threshold__body { padding-top: 0; }
  .threshold__body p { font-size: 1.3rem; }
  .threshold__body p:first-child { font-size: 1.7rem; }
  .entrance-button { grid-column: 1; margin-top: 0; }
  .on-view { padding: 5rem 5vw; }
  .on-view__heading { display: block; }
  .on-view__heading p:last-child { margin-top: .8rem; }
  .on-view__stage { grid-template-columns: 1fr; }
  .on-view__copy { border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .on-view h2 { font-size: clamp(3.8rem, 17vw, 6rem); }
  .open-rooms > header, .room, .deeper, .index-intro, .index-future { grid-template-columns: 1fr; }
  .open-rooms > header { gap: 1.3rem; }
  .room, .room--wall-street { grid-template-columns: 1fr; gap: 1.4rem; min-height: auto; padding: 1.2rem 1.2rem 3rem; }
  .room__number { position: absolute; top: 5rem; left: 1rem; z-index: 2; color: white; text-shadow: 0 2px 14px rgba(0,0,0,.5); }
  .room figure { height: 52svh; }
  .room--wall-street figure, .room--wall-street .room__copy { grid-column: auto; grid-row: auto; }
  .room h3 { font-size: clamp(3.2rem, 13vw, 5rem); }
  .room__copy { padding: 1.2rem; }
  .hallway { min-height: 26svh; }
  .deeper { gap: 4rem; }
  .deeper h2 { font-size: clamp(3.3rem, 13vw, 5.5rem); }
  footer { flex-direction: column; }
  .index-header { align-items: flex-start; }
  .index-header .collection-brand { flex-direction: column; }
  .index-list a { grid-template-columns: .25fr 1fr; gap: 1.5rem; }
  .index-list img { grid-column: 1 / -1; width: 100%; height: 45vw; }
  .index-list a > div { grid-column: 2; }
  .index-list a > b { align-self: end; grid-column: 1; grid-row: 3; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
