/* ============ HERO ============ */
.hero { position: relative; height: 100svh; min-height: 620px; overflow: hidden; background: var(--obsidian); isolation: isolate; }
.hero-par { position: absolute; inset: -7% 0; will-change: transform; }
.hero-photo { position: absolute; inset: 0; opacity: 0; transform: scale(1.09); transition: opacity calc(var(--k) * 1.6s) ease, transform calc(var(--k) * 6s) cubic-bezier(0.2, 0.6, 0.2, 1); }
.hero.on .hero-photo { opacity: 1; transform: none; }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--pos, 60% 45%); }
.hero-img { filter: brightness(var(--bright, 0.6)) saturate(0.95); }
/* A pool of light that follows the cursor — the room reveals itself where you look. */
.hero-lit { filter: brightness(1.55) saturate(1.1) contrast(1.02); -webkit-mask-image: radial-gradient(circle 24vmax at var(--mx, 70%) var(--my, 40%), #000 0%, rgba(0, 0, 0, 0.55) 45%, transparent 100%); mask-image: radial-gradient(circle 24vmax at var(--mx, 70%) var(--my, 40%), #000 0%, rgba(0, 0, 0, 0.55) 45%, transparent 100%); opacity: 0.9; }
.hero-shade { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to top, rgba(11, 9, 8, 0.92) 0%, rgba(11, 9, 8, 0.66) 40%, rgba(11, 9, 8, 0) 70%), linear-gradient(to bottom, rgba(11, 9, 8, 0.72), rgba(11, 9, 8, 0) 26%), linear-gradient(to right, rgba(11, 9, 8, 0.4), rgba(11, 9, 8, 0) 55%); }
.hero-body { position: absolute; z-index: 2; left: var(--gut); right: var(--gut); bottom: clamp(56px, 11vh, 120px); }
.hero-meta { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 18px; margin-bottom: clamp(20px, 3.4vh, 36px); font-size: 1rem; color: var(--bone-2); opacity: 0; transform: translateY(10px); transition: opacity calc(var(--k) * 1.2s) ease calc(var(--k) * 2.4s), transform calc(var(--k) * 1.2s) var(--ease) calc(var(--k) * 2.4s); }
.hero.on .hero-meta { opacity: 1; transform: none; }
.hero-time { font-family: var(--serif); font-style: italic; font-size: 1.35rem; color: var(--bone); font-variant-numeric: tabular-nums; }
.hero-time::after { content: ' —'; color: var(--brass); }
.hero-line { font-family: var(--serif); font-size: 1.35rem; color: var(--bone-2); }

.hero-wm { font-size: clamp(2.15rem, 10.6vw, 15rem); color: var(--bone); letter-spacing: 0.22em; margin-left: -0.02em; }
.hero-wm .wm-y { width: 0.9em; }
.hero-wm .wm-y svg { color: var(--brass); }
.hero-wm .l { opacity: 0; transform: translateY(0.18em); filter: blur(10px); transition: opacity calc(var(--k) * 1s) ease, transform calc(var(--k) * 1.3s) var(--ease), filter calc(var(--k) * 1s) ease; }
.hero.on .hero-wm .l { opacity: 1; transform: none; filter: none; }
.hero.on .hero-wm > :nth-child(1) { transition-delay: calc(var(--k) * 0.57s); }
.hero.on .hero-wm > :nth-child(2) { transition-delay: calc(var(--k) * 0.64s); }
.hero.on .hero-wm > :nth-child(3) { transition-delay: calc(var(--k) * 0.71s); }
.hero.on .hero-wm > :nth-child(4) { transition-delay: calc(var(--k) * 0.78s); }
.hero.on .hero-wm > :nth-child(5) { transition-delay: calc(var(--k) * 0.85s); }
.hero.on .hero-wm > :nth-child(6) { transition-delay: calc(var(--k) * 0.92s); }
.hero.on .hero-wm > :nth-child(7) { transition-delay: calc(var(--k) * 0.99s); }
.hero.on .hero-wm > :nth-child(8) { transition-delay: calc(var(--k) * 1.06s); }
.hero.on .hero-wm > :nth-child(9) { transition-delay: calc(var(--k) * 1.13s); }

.hero-tag { margin-top: clamp(16px, 2.6vh, 30px); font-family: var(--serif); font-size: clamp(1.55rem, 3.4vw, 3.2rem); font-weight: 300; line-height: 1.1; color: var(--bone); display: flex; flex-wrap: wrap; gap: 0 0.28em; }
.hero-tag .beat { display: inline-block; opacity: 0; transform: translateY(0.5em); transition: opacity calc(var(--k) * 1.1s) ease, transform calc(var(--k) * 1.3s) var(--ease); }
.hero.on .hero-tag .beat:nth-child(1) { opacity: 1; transform: none; transition-delay: calc(var(--k) * 1.5s); }
.hero.on .hero-tag .beat:nth-child(2) { opacity: 1; transform: none; font-style: italic; transition-delay: calc(var(--k) * 1.85s); }

.hero-cue { position: absolute; z-index: 2; right: var(--gut); bottom: clamp(56px, 11vh, 120px); width: 1px; height: 84px; background: var(--hair-strong); overflow: hidden; opacity: 0; transition: opacity 1s ease calc(var(--k) * 2.8s); }
.hero.on .hero-cue { opacity: 1; }
.hero-cue span { position: absolute; left: 0; top: -40%; width: 1px; height: 40%; background: var(--brass); animation: cue 2.6s var(--ease-io) infinite; }
@keyframes cue { to { top: 100%; } }
@media (max-width: 700px) { .hero-cue { display: none; } .hero-time, .hero-line { font-size: 1.1rem; } }

.nav { opacity: 1; }
.home .nav { transition: background 0.5s ease, border-color 0.5s ease, transform 0.5s var(--ease), opacity calc(var(--k) * 1.2s) ease calc(var(--k) * 1s); }
.home:not(.ready) .nav { opacity: 0; }

@media (prefers-reduced-motion: reduce) {
  .hero-photo, .hero-meta, .hero-wm .l, .hero-tag .beat, .hero-cue { transition: none !important; }
  .hero-photo { opacity: 1; transform: none; }
  .hero-meta { opacity: 1; transform: none; }
  .hero-wm .l { opacity: 1; transform: none; filter: none; }
  .hero-tag .beat { opacity: 1; transform: none; }
  .hero-cue { opacity: 1; }
  .hero-cue span { animation: none; }
  .hero-lit { display: none; }
}

/* ============ SEQUENCE ============ */
.seq { position: relative; height: 320vh; background: var(--obsidian); }
.seq-stick { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.seq-imgs { position: absolute; inset: 0; }
.seq-img { position: absolute; inset: -4% 0; width: 100%; height: 108%; object-fit: cover; opacity: 0; transition: opacity 1.1s ease; will-change: transform; }
.seq-img.on { opacity: 1; }
.seq-img:nth-child(1) { object-position: 69% 40%; }
.seq-img:nth-child(2) { object-position: 100% 50%; }
.seq-img:nth-child(3) { object-position: 80% 55%; }
.seq-img:nth-child(4) { object-position: 52% 45%; }
.seq-shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to right, rgba(11, 9, 8, 0.86) 0%, rgba(11, 9, 8, 0.5) 38%, rgba(11, 9, 8, 0) 66%), linear-gradient(to top, rgba(11, 9, 8, 0.7), rgba(11, 9, 8, 0) 40%); }
.seq-copy { position: absolute; left: var(--gut); bottom: clamp(48px, 10vh, 110px); width: min(100% - 2 * var(--gut), 40rem); height: min(62vh, 30rem); }
.seq-item { position: absolute; left: 0; right: 0; bottom: 0; opacity: 0; transform: translateY(34px); filter: blur(6px); pointer-events: none; transition: opacity 0.9s ease, transform 1.2s var(--ease), filter 0.9s ease; }
.seq-item.on { opacity: 1; transform: none; filter: none; pointer-events: auto; transition-delay: 0.35s; }
.seq-kick { font-family: var(--serif); font-style: italic; font-size: clamp(1.05rem, 1.6vw, 1.35rem); color: var(--brass); margin-bottom: 8px; }
.seq-word { font-size: clamp(4.4rem, 15vw, 13.5rem); font-weight: 300; line-height: 0.9; letter-spacing: -0.03em; margin-left: -0.04em; }
.seq-sub { margin-top: 22px; max-width: 34rem; font-size: clamp(1rem, 1.25vw, 1.15rem); color: var(--bone-2); }
.seq-rail { position: absolute; right: var(--gut); top: 50%; transform: translateY(-50%); display: grid; gap: 4px; justify-items: end; padding: 10px 16px 10px 8px; background: rgba(11, 9, 8, 0.72); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.seq-rail button { position: relative; padding: 10px 0 10px 34px; font-size: 0.95rem; color: var(--bone-2); transition: color 0.5s; }
.seq-rail button::before { content: ''; position: absolute; left: 0; top: 50%; width: 20px; height: 1px; background: currentColor; transform-origin: right; transform: scaleX(0.35); transition: transform 0.7s var(--ease), background 0.5s; }
.seq-rail button:hover { color: var(--bone); }
.seq-rail button.on { color: var(--bone); }
.seq-rail button.on::before { transform: scaleX(1); background: var(--brass); }
@media (max-width: 760px) {
  .seq-rail { top: auto; bottom: 16px; left: var(--gut); right: var(--gut); transform: none; display: flex; justify-content: space-between; padding: 4px 16px; }
  .seq-rail button { padding: 8px 0; font-size: 0.85rem; }
  .seq-rail button::before { display: none; }
  .seq-copy { bottom: 74px; }
  .seq-shade { background: linear-gradient(to top, rgba(11, 9, 8, 0.94) 0%, rgba(11, 9, 8, 0.6) 46%, rgba(11, 9, 8, 0.1) 100%); }
}
@media (prefers-reduced-motion: reduce) {
  .seq { height: auto; }
  .seq-stick { position: static; height: auto; overflow: visible; }
  .seq-imgs, .seq-shade, .seq-rail { display: none; }
  .seq-copy { position: static; width: auto; height: auto; padding: 80px var(--gut); display: grid; gap: 80px; }
  .seq-item { position: static; opacity: 1; transform: none; filter: none; }
}

/* ============ THE STANDARD ============ */
.std { position: relative; padding: clamp(120px, 22vh, 260px) 0 clamp(120px, 20vh, 240px); background: var(--obsidian); }
.std-grid { display: grid; gap: 48px; }
.std-text { max-width: 44rem; }
.m-line { font-family: var(--serif); font-size: clamp(1.55rem, 2.7vw, 2.55rem); font-weight: 300; line-height: 1.28; letter-spacing: -0.008em; color: var(--bone); margin-bottom: 1.6em; }
.std-lede { font-size: clamp(2.9rem, 8.2vw, 8rem); line-height: 0.98; letter-spacing: -0.028em; margin-bottom: 0.85em; }
.js .m-line.std-end { opacity: 0.64; }
.std-end { margin-top: 2.6em; margin-bottom: 0; font-style: italic; color: var(--brass); }
.js .m-line { opacity: 0.46; transition: opacity 0.25s linear; }
.std-mark { display: none; }
@media (min-width: 1000px) {
  .std-grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 4vw; }
  .std-text { max-width: none; padding-right: 2vw; }
  .std-mark { display: block; }
  .std-mark-in { position: sticky; top: 16vh; display: grid; place-items: center; height: 68vh; }
  .std-mark svg { width: min(30vw, 440px); height: auto; color: var(--brass); }
}
@media (prefers-reduced-motion: reduce) { .js .m-line, .js .m-line.std-end { opacity: 1; } }

/* ============ PILLARS ============ */
.pil { background: var(--char); padding: clamp(96px, 16vh, 190px) 0 0; }
.pil-head { display: grid; gap: 18px; margin-bottom: clamp(40px, 8vh, 96px); }
.pil-head h2 { font-size: clamp(2.6rem, 7vw, 6.4rem); letter-spacing: -0.03em; }
.pil-head p { max-width: 30rem; color: var(--bone-2); }
@media (min-width: 900px) { .pil-head { grid-template-columns: 1.3fr 0.7fr; align-items: end; } }
.pil-row { display: grid; }
.pil-item { position: relative; min-height: 64vh; overflow: hidden; border-top: 1px solid var(--hair); outline-offset: -6px; }
.pil-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5) saturate(0.9); transition: transform 1.6s var(--ease), filter 1s ease; }
.pil-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11, 9, 8, 0.85), rgba(11, 9, 8, 0.1) 60%); }
.pil-vert { display: none; }
.pil-body { position: absolute; z-index: 2; left: var(--gut); right: var(--gut); bottom: 36px; }
.pil-map { font-size: 0.95rem; color: var(--brass); margin-bottom: 8px; }
.pil-body h3 { font-size: clamp(2.2rem, 7vw, 3.6rem); }
.pil-line { margin-top: 12px; max-width: 24rem; color: var(--bone-2); }
@media (min-width: 900px) {
  .pil-row { display: flex; height: min(88vh, 820px); }
  .pil-item { flex: 1 1 0; min-height: 0; border-top: 0; border-left: 1px solid var(--hair); transition: flex-grow 1.1s var(--ease-io); cursor: pointer; }
  .pil-item:first-child { border-left: 0; }
  .pil-item.is-open { flex-grow: 3.6; cursor: default; }
  .pil-item.is-open .pil-bg { filter: brightness(0.72) saturate(1); transform: scale(1.04); }
  .pil-item:not(.is-open):hover .pil-bg { filter: brightness(0.62) saturate(1); }
  .pil-vert { display: block; position: absolute; z-index: 2; left: 50%; bottom: 40px; font-family: var(--serif); font-size: clamp(1.7rem, 2.4vw, 2.5rem); font-weight: 300; writing-mode: vertical-rl; transform: translateX(-50%) rotate(180deg); white-space: nowrap; color: var(--bone); transition: opacity 0.5s ease; }
  .pil-item.is-open .pil-vert { opacity: 0; }
  .pil-body { left: clamp(28px, 3.4vw, 56px); right: auto; bottom: clamp(32px, 6vh, 64px); width: min(30rem, 100% - 56px); opacity: 0; transform: translateY(24px); transition: opacity 0.5s ease, transform 0.9s var(--ease); pointer-events: none; }
  .pil-item.is-open .pil-body { opacity: 1; transform: none; transition-delay: 0.45s; pointer-events: auto; }
}

/* ============ RITUAL ============ */
.rit { background: var(--obsidian); padding: clamp(110px, 18vh, 220px) 0 clamp(90px, 14vh, 170px); }
.rit-head { display: grid; gap: 18px; margin-bottom: clamp(56px, 10vh, 120px); }
.rit-head h2 { font-size: clamp(2.6rem, 7vw, 6.4rem); letter-spacing: -0.03em; }
.rit-head p { max-width: 32rem; color: var(--bone-2); }
@media (min-width: 900px) { .rit-head { grid-template-columns: 1.3fr 0.8fr; align-items: end; } }
.rit-row { display: grid; gap: 28px; padding: clamp(36px, 6vh, 64px) 0; border-top: 1px solid var(--hair); position: relative; }
.rit-when { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.rit-when h3 { font-size: clamp(2.2rem, 5vw, 4.2rem); letter-spacing: -0.025em; color: var(--bone-3); transition: color 0.8s ease; }
.rit-now { font-size: 0.9rem; color: var(--brass); opacity: 0; transition: opacity 0.8s ease; display: inline-flex; align-items: center; gap: 10px; }
.rit-now::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--brass); box-shadow: 0 0 0 0 rgba(196, 153, 95, 0.6); animation: pulse 2.6s ease infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(196, 153, 95, 0); } 100% { box-shadow: 0 0 0 0 rgba(196, 153, 95, 0); } }
.rit-row.now .rit-when h3 { color: var(--bone); }
.rit-row.now .rit-now { opacity: 1; }
.rit-row.now::before { content: ''; position: absolute; left: 0; top: -1px; width: 100%; height: 1px; background: var(--brass); }
.rit-items { display: grid; gap: 14px; }
.rit-items::-webkit-scrollbar { display: none; }
.rt { display: grid; grid-template-columns: 104px minmax(0, 1fr); grid-template-rows: 1fr auto auto 1fr; column-gap: 18px; }
.rt .rt-img { grid-row: 1 / 5; }
.rt-kind { grid-row: 2; grid-column: 2; }
.rt-name { grid-row: 3; grid-column: 2; }
.rt-n { grid-row: 4; grid-column: 2; align-self: start; }
.rt-kind { margin-bottom: 6px; font-size: 0.82rem; color: var(--brass); letter-spacing: 0.02em; }
.rt-img { aspect-ratio: 4 / 5; overflow: hidden; background: var(--char); }
.rt-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease), filter 0.8s; filter: brightness(0.86); }
.rt:hover .rt-img img { transform: scale(1.05); filter: brightness(1); }
.rt-name { display: flex; align-items: center; gap: 10px; margin-top: 0; font-family: var(--serif); font-size: 1.5rem; line-height: 1.1; }
.rt-n { margin-top: 4px; font-size: 0.95rem; color: var(--bone-3); }
.ic { width: 18px; height: 18px; flex: none; }
.ic.ember { color: var(--ember-lit); } .ic.brass { color: var(--brass); } .ic.mid { color: var(--midnight-lit); }
@media (min-width: 900px) {
  .rit-row { grid-template-columns: minmax(0, 0.9fr) minmax(0, 3fr); gap: 4vw; }
  .rit-when { flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 14px; position: sticky; top: 120px; align-self: start; }
  .rit-items { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2vw, 32px); }
  .rt { display: block; }
  .rt-kind { margin: 16px 0 0; }
  .rt-name { margin-top: 6px; }
  .rt-n { margin-top: 6px; }
}
.rit-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; padding-top: clamp(36px, 6vh, 64px); border-top: 1px solid var(--hair); font-family: var(--serif); font-size: 1.4rem; color: var(--bone-2); }

/* ============ CLUB ============ */
.club { background: var(--obsidian); }
.club-grid { display: grid; gap: 56px; padding-block: clamp(90px, 14vh, 170px); }
.club-copy h2 { font-size: clamp(2.6rem, 6.4vw, 6rem); letter-spacing: -0.03em; }
.club-lede { margin-top: 28px; max-width: 30rem; color: var(--bone-2); font-size: 1.15rem; }
.club-paths { display: grid; gap: 0; margin: 44px 0 40px; border-top: 1px solid var(--hair); max-width: 40rem; }
.cp { padding: 26px 0; border-bottom: 1px solid var(--hair); }
.cp h3 { font-size: 1.9rem; margin-bottom: 8px; }
.cp p { color: var(--bone-2); }
.cp em { font-family: var(--serif); font-size: 1.15em; color: var(--brass); }
.club-fig { margin: 0; position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--char); }
.club-fig img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 26% 50%; }
@media (min-width: 900px) {
  .club-grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); align-items: center; gap: 6vw; }
  .club-fig { aspect-ratio: 3 / 4; }
}

.estate { position: relative; padding: clamp(120px, 20vh, 240px) 0 clamp(90px, 14vh, 160px); overflow: hidden; }
.estate-horizon { position: absolute; z-index: 2; top: -1px; left: 0; width: 100%; height: clamp(40px, 6vw, 90px); }
.estate-photo { position: absolute; inset: 0; }
.estate-photo img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5) saturate(0.95); }
.estate-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(11, 9, 8, 0.72), rgba(11, 9, 8, 0.5) 32%, rgba(11, 9, 8, 0.9)), linear-gradient(to right, rgba(11, 9, 8, 0.55), rgba(11, 9, 8, 0) 70%); }
.estate-in { position: relative; z-index: 3; display: grid; gap: 48px; }
.estate-copy h2 { font-size: clamp(2.6rem, 7vw, 6.4rem); letter-spacing: -0.03em; }
.estate-copy p { margin-top: 22px; max-width: 32rem; color: var(--bone-2); }
.cities { border-top: 1px solid var(--hair-strong); }
.city { display: grid; grid-template-columns: 1fr auto; grid-template-areas: 'name status' 'name time'; align-items: center; gap: 2px 20px; padding: clamp(18px, 3vh, 30px) 0; border-bottom: 1px solid var(--hair); transition: padding 0.6s var(--ease), background 0.5s; }
.c-name { grid-area: name; font-family: var(--serif); font-size: clamp(2rem, 6vw, 5.2rem); font-weight: 300; line-height: 1; letter-spacing: -0.025em; color: var(--bone); transition: color 0.5s, transform 0.7s var(--ease); }
.c-name small { display: block; margin-top: 8px; font-family: var(--sans); font-size: 0.95rem; letter-spacing: 0; color: var(--bone-2); }
.c-status { grid-area: status; justify-self: end; font-size: 0.95rem; color: var(--bone-2); text-align: right; }
.c-time { grid-area: time; justify-self: end; font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: var(--bone-2); font-variant-numeric: tabular-nums; }
.city.on .c-status { color: var(--brass); }
.city.on .c-status::before { content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--brass); margin-right: 10px; }
.city.dim .c-name { color: var(--bone-2); }
.city:hover .c-name { transform: translateX(14px); color: var(--brass); }
.estate-note { max-width: 34rem; font-size: 0.95rem; color: var(--bone-2); }
@media (min-width: 900px) {
  .city { grid-template-columns: 1.6fr 0.5fr 0.8fr; grid-template-areas: 'name time status'; }
  .c-time { justify-self: start; }
}

/* ============ FINALE ============ */
.fin { background: var(--obsidian); padding: clamp(120px, 24vh, 300px) 0 clamp(100px, 18vh, 220px); }
.fin-line { font-family: var(--serif); font-weight: 300; font-size: clamp(2.7rem, 8.4vw, 8.4rem); line-height: 0.98; letter-spacing: -0.03em; max-width: 13em; }
.fin-a { color: var(--bone); }
.fin-b { color: var(--bone-3); display: inline; }
.fin-cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: clamp(40px, 7vh, 80px); }

/* ============ FORM: the shop, called out ============ */
.wear { background: var(--bone); color: var(--obsidian); padding: clamp(90px, 14vh, 170px) 0; }
.wear :focus-visible { outline-color: var(--obsidian); }
.wear-head { display: grid; gap: 28px; margin-bottom: clamp(40px, 7vh, 80px); }
.wear-head h2 { font-size: clamp(2.8rem, 8vw, 7.4rem); letter-spacing: -0.035em; line-height: 0.95; }
.wear-head p { max-width: 28rem; margin-top: 18px; color: #4a3f34; font-size: 1.1rem; }
.btn.dark { background: var(--obsidian); color: var(--bone); border-color: var(--obsidian); align-self: end; justify-self: start; }
.btn.dark:hover { background: transparent; color: var(--obsidian); }
@media (min-width: 900px) { .wear-head { grid-template-columns: 1fr auto; align-items: end; } }
.wear-grid { display: grid; gap: 52px 28px; }
@media (min-width: 900px) { .wear-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.wp-img { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: var(--obsidian); }
.wp-img img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.3s ease, transform 1.4s var(--ease); }
.wp.swap .wp-prod { opacity: 0; }
.wp-img:hover img { transform: scale(1.03); }
.wp h3 { margin-top: 22px; font-size: clamp(2.2rem, 3.2vw, 3rem); letter-spacing: -0.025em; }
.wp-tag { margin-top: 6px; font-family: var(--serif); font-style: italic; font-size: 1.2rem; color: #4a3f34; }
.wp-desc { margin-top: 10px; max-width: 26rem; color: #4a3f34; }
.wp .sw-row { display: flex; align-items: center; flex-wrap: wrap; margin: 12px 0 6px -10px; }
.wp .sw { position: relative; width: 44px; height: 44px; flex: none; }
.wp .sw::before { content: ''; position: absolute; inset: 10px; border-radius: 50%; background: linear-gradient(135deg, var(--m) 0 58%, var(--a) 58% 100%); box-shadow: inset 0 0 0 1px rgba(11, 9, 8, 0.28); transition: transform 0.4s var(--ease); }
.wp .sw:hover::before { transform: scale(1.12); }
.wp .sw.on::after { content: ''; position: absolute; inset: 6px; border-radius: 50%; border: 1px solid var(--obsidian); }
.wp .sw-name { margin-left: 10px; font-size: 0.95rem; color: #2f2820; }
.wp-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 6px; }
.pill { min-height: 44px; padding: 8px 18px; border: 1px solid rgba(11, 9, 8, 0.35); font-size: 0.95rem; color: #2f2820; transition: background 0.3s, color 0.3s; }
.pill:hover { border-color: var(--obsidian); }
.pill[aria-pressed="true"] { background: var(--obsidian); border-color: var(--obsidian); color: var(--bone); }
.wp .link { margin-top: 14px; color: var(--obsidian); border-color: rgba(11, 9, 8, 0.35); }
.wp .link:hover { border-color: var(--obsidian); }
.wear noscript .link { color: var(--obsidian); }

/* ============ QUIET ON PURPOSE ============ */
.qt { background: var(--obsidian); padding: clamp(96px, 16vh, 200px) 0 0; border-top: 1px solid var(--hair); }
.qt-grid { display: grid; gap: clamp(44px, 8vh, 88px); }
.qt-head h2 { font-size: clamp(3rem, 9vw, 9rem); letter-spacing: -0.035em; line-height: 0.95; }
.qt-lede { margin-top: clamp(24px, 4vh, 40px); max-width: 36rem; font-family: var(--serif); font-size: clamp(1.4rem, 2.3vw, 2.1rem); line-height: 1.25; color: var(--bone-2); }
.qt-list { display: grid; gap: 0; border-top: 1px solid var(--hair-strong); align-self: end; }
.qt-list li { padding: 26px 0; border-bottom: 1px solid var(--hair); display: grid; gap: 8px; }
.qt-list h3 { font-size: clamp(1.6rem, 2.2vw, 2.1rem); letter-spacing: -0.02em; }
.qt-list p { color: var(--bone-2); max-width: 28rem; }
@media (min-width: 1000px) { .qt-grid { grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr); gap: 6vw; align-items: end; } }
.qt-fig { margin: clamp(56px, 10vh, 110px) 0 0; position: relative; }
.qt-fig::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(11, 9, 8, 0.9), rgba(11, 9, 8, 0.45) 30%, rgba(11, 9, 8, 0) 60%); }
.qt-fig figcaption { z-index: 2; }
.qt-fig img { width: 100%; height: auto; aspect-ratio: 16 / 7; min-height: 320px; object-fit: cover; filter: brightness(0.7); }
.qt-fig figcaption { position: absolute; left: 0; right: 0; bottom: clamp(20px, 4vh, 44px); color: var(--bone); display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 20px; }
.qt-fig figcaption b { font-family: var(--serif); font-weight: 400; font-size: 1.35rem; margin-right: 4px; }
.qt-fig figcaption .link { margin-left: auto; }
.qt-fig figcaption .link + .link { margin-left: 0; }
@media (max-width: 700px) { .qt-fig figcaption .link, .qt-fig figcaption .link + .link { margin-left: 0; } }

/* Hour switcher: the scene follows the visitor's clock, and this lets them see the others. */
.hero-hours { display: inline-flex; flex-wrap: wrap; gap: 0 2px; margin-left: clamp(0px, 2vw, 28px); }
.hero-hours button { min-height: 44px; padding: 0 12px; font-size: 0.95rem; color: var(--bone-2); border-bottom: 1px solid transparent; transition: color 0.3s, border-color 0.3s; }
.hero-hours button:hover { color: var(--bone); }
.hero-hours button[aria-pressed="true"] { color: var(--bone); border-bottom-color: var(--brass); }
.hero-ghost { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--pos, 60% 45%); filter: brightness(var(--bright, 0.6)) saturate(0.95); opacity: 1; transition: opacity 1.2s ease; pointer-events: none; z-index: 1; }
.hero-hours-label { display: block; width: 100%; font-size: 0.85rem; color: var(--bone-2); letter-spacing: 0.02em; padding: 0 12px; }
@media (max-width: 700px) { .hero-hours { margin-left: -12px; width: 100%; } }


/* Lifestyle photograph with the exact product as an inset */
.wp-img { position: relative; }
.wp-life { filter: brightness(0.92); }
.wp-chip { position: absolute; left: 14px; bottom: 14px; width: 27%; aspect-ratio: 4 / 5; overflow: hidden; background: var(--obsidian); border: 1px solid rgba(236, 227, 209, 0.4); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); }
.wp-chip img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.3s ease; }
.wp-img:hover .wp-life { transform: scale(1.03); }
