/* Studio14 — v2 "Set List"
   Near-black gallery ground, sets full-bleed, gold reduced to a hairline.
   Same DOM and same data as v1; only this stylesheet differs.            */

:root {
  color-scheme: dark;
  --bg:      #0A0A0B;
  --bg2:     #101012;
  --bg3:     #060607;
  --ink:     #EDEDED;
  --muted:   #9A9AA0;
  --faint:   #6E6E75;
  --gold:    #C8A24A;
  --gold-hi: #E4CD97;
  --line:    #232327;
  --line2:   #1A1A1D;
  --display: 'Bodoni Moda', Didot, Georgia, serif;
  --body:    Inter, system-ui, -apple-system, sans-serif;
  --pad:     clamp(20px, 4vw, 62px);
  --rail:    216px;
}

* { margin: 0; padding: 0; box-sizing: border-box }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100% }

body {
  background: var(--bg);
  color: var(--ink);
  font: 400 16px/1.7 var(--body);
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto }
a { color: inherit }

/* ------------------------------------------------------------- chrome */

.flag {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  background: #6E2119; color: #FFE9E2;
  font: 500 11px/1 var(--body); letter-spacing: .16em; text-transform: uppercase;
  text-align: center; padding: 8px 12px;
}

/* On wide screens the nav is a rail down the left, like a set index. */
.nav {
  position: fixed; top: 27px; left: 0; bottom: 0; width: var(--rail); z-index: 55;
  display: flex; flex-direction: column; align-items: flex-start; gap: 26px;
  padding: 34px 26px;
  background: var(--bg3); border-right: 1px solid var(--line2);
  font: 400 13px/1 var(--body);
}
.nav-mark {
  font-family: var(--display); font-size: 24px; letter-spacing: .01em;
  text-decoration: none; font-weight: 400;
}
.nav-mark b { font-weight: 400; color: var(--ink) }
.nav-links { display: flex; flex-direction: column; gap: 3px; width: 100% }
.nav-links a {
  color: var(--faint); text-decoration: none; padding: 8px 10px;
  border-radius: 3px; font-size: 13px;
}
.nav-links a:hover { background: #17171A; color: var(--ink) }
.nav-promo {
  margin-top: auto; font-size: 11px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold); line-height: 1.6;
}

body { padding-left: var(--rail) }

/* --------------------------------------------------------- panel rig */

.panel { position: relative; height: 138vh }
.panel.flow { height: auto }

.pin {
  position: sticky; top: 0;
  min-height: 100svh;
  overflow: hidden;
  display: flex; align-items: center;
  background: var(--bg);
  transform: translateY(var(--lift, 0));
  will-change: transform;
}
.panel.flow > .pin {
  position: static; min-height: 0; overflow: visible; transform: none;
  padding: clamp(70px, 11vh, 132px) 0;
}
.panel:nth-of-type(even) > .pin { background: var(--bg2) }
.panel.accent > .pin { background: var(--bg3) }

.inner { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 var(--pad) }
.inner.narrow { max-width: 790px }
.inner.two {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(28px, 5vw, 60px); align-items: start;
}

.head { max-width: 740px; margin-bottom: clamp(28px, 4vw, 50px) }
.head p { color: var(--muted); margin-top: 12px }

h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.06 }
h1 { font-size: clamp(38px, 6.6vw, 80px); letter-spacing: -.014em }
h2 { font-size: clamp(27px, 3.8vw, 46px); letter-spacing: -.01em }
h3 { font-size: clamp(18px, 2vw, 23px) }
p  { color: var(--muted) }
.small { font-size: 13px; color: var(--faint); margin-top: 14px }

/* --------------------------------------------------------- motion    */

.reveal, [data-intro] {
  opacity: calc(var(--in, 1) * 1);
  transform: translateY(calc((1 - var(--in, 1)) * 24px));
  transition: opacity .05s linear, transform .05s linear;
}
h1.split .l {
  display: inline-block;
  opacity: var(--in, 1);
  transform: translateY(calc((1 - var(--in, 1)) * 0.55em));
  transition: opacity .5s cubic-bezier(.2, .7, .2, 1),
              transform .6s cubic-bezier(.2, .7, .2, 1);
}
h1.split .w { display: inline-block; white-space: nowrap }

/* --------------------------------------------------------- hero      */

/* Whole hook inside the first screen — see the same note in v1. */
.hero > .pin { align-items: center; padding: 0; min-height: 100svh }
.hero .inner { padding-top: 96px; padding-bottom: clamp(24px, 4vh, 44px) }
.hero h1 { max-width: 15ch; font-size: clamp(34px, 5.2vw, 64px) }
.eyebrow {
  font: 400 11px/1 var(--body); letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
.lede { font-size: clamp(15px, 1.5vw, 17.5px); max-width: 540px; margin-top: 18px }

.hero-facts {
  display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 24px;
  font: 400 12px/1.5 var(--body); letter-spacing: .1em; text-transform: uppercase;
  color: var(--faint);
}
.hero-facts b { color: var(--gold); font-weight: 500 }

/* Room picker — same markup as v1, squarer plates and no gold fill. */
.hero-pick { margin-top: 26px }
.hp-stage {
  position: relative; overflow: hidden; background: #000;
  border-radius: 3px; width: 100%; height: clamp(200px, 33vh, 360px);
}
.hp-img {
  width: 100%; height: 100%; object-fit: cover;
  animation: plate .9s cubic-bezier(.2, .7, .2, 1);
}
@keyframes plate {
  from { opacity: 0; transform: scale(1.045) }
  to   { opacity: 1; transform: none }
}
.hp-tag {
  position: absolute; left: 14px; bottom: 13px;
  background: rgba(10, 10, 11, .82); border: 1px solid var(--line);
  padding: 9px 14px; border-radius: 3px;
  font: 500 10.5px/1 var(--body); letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-hi);
}
.hp-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px }
.hp-chip {
  flex: 1 1 auto; cursor: pointer;
  display: inline-flex; align-items: baseline; justify-content: center; gap: 8px;
  background: #141417; color: var(--muted);
  border: 1px solid var(--line2); border-radius: 3px; padding: 12px 14px;
  font: 400 12.5px/1 var(--body);
}
.hp-chip i { font-style: normal; font-size: 10.5px; color: var(--faint) }
.hp-chip.on { background: var(--gold); border-color: var(--gold); color: #0A0A0B }
.hp-chip.on i { color: rgba(10, 10, 11, .66) }

.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px }

.panel.tight > .pin { padding: clamp(30px, 4.5vh, 48px) 0 }
.glance {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1px; background: var(--line2); border: 1px solid var(--line2); border-radius: 3px;
}
.gl { background: var(--bg); padding: 20px 22px }
.gl-k {
  display: block; font: 500 10px/1 var(--body); letter-spacing: .22em;
  text-transform: uppercase; color: var(--faint);
}
.gl b {
  display: block; margin-top: 10px; font-family: var(--display);
  font-weight: 700; font-size: clamp(20px, 2.4vw, 26px); color: var(--gold); line-height: 1.05;
}
.gl em { display: block; margin-top: 6px; font-style: normal; font-size: 12.5px; color: var(--muted) }

/* --------------------------------------------------------- themes    */

.theme-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: clamp(18px, 2.2vw, 30px);
}
.tc { background: transparent }
.tc-img { overflow: hidden; border-radius: 3px }
.tc-img img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}
.tc:hover .tc-img img { transform: scale(1.035) }
.tc-body { padding: 15px 2px 0 }
.tc-body h3 i { font-style: normal; color: var(--gold); font-size: .72em }
.tc-body p { font-size: 13.5px; margin-top: 8px }
.tc-meta {
  display: flex; flex-wrap: wrap; gap: 6px 15px; margin-top: 14px;
  font: 400 10.5px/1 var(--body); letter-spacing: .14em; text-transform: uppercase;
  color: var(--faint);
}
.tc-meta .hot { color: var(--gold) }

/* ------------------------------------------------- lighting switcher */

.sw { display: grid; gap: 14px }
.sw-themes { display: flex; flex-wrap: wrap; gap: 6px }
.sw-theme {
  font: 400 12.5px/1 var(--body);
  background: #141417; color: var(--muted);
  border: 1px solid var(--line2); border-radius: 3px;
  padding: 11px 15px; cursor: pointer;
  display: inline-flex; align-items: baseline; gap: 8px;
}
.sw-theme i { font-style: normal; font-size: 10.5px; color: var(--faint) }
.sw-theme:hover { color: var(--ink) }
.sw-theme.on { background: var(--gold); border-color: var(--gold); color: #0A0A0B }
.sw-theme.on i { color: rgba(10, 10, 11, .66) }

.sw-stage {
  position: relative; background: #000; overflow: hidden;
  border-radius: 3px; aspect-ratio: 3 / 2;
}
.sw-img { width: 100%; height: 100%; object-fit: cover }
/* Under the stage, not over it: their own caption is burned into the frame. */
.sw-cap {
  margin-top: 9px;
  font: 400 11.5px/1.4 var(--body); letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold-hi);
}

.sw-panel { display: grid; gap: 10px; align-content: start }
.sw-angles { display: flex; flex-wrap: wrap; gap: 6px }
.sw-angles.one { display: none }
.sw-angle {
  font: 400 12px/1 var(--body); background: transparent; color: var(--faint);
  border: 1px solid var(--line); border-radius: 99px; padding: 9px 14px; cursor: pointer;
}
.sw-angle.on { color: var(--gold); border-color: var(--gold) }

.sw-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 6px }
@media (min-width: 1040px) { .sw-steps { grid-template-columns: 1fr } }
.sw-step {
  font: 400 12px/1.35 var(--body); text-align: left;
  background: #141417; color: var(--muted);
  border: 1px solid var(--line2); border-radius: 3px;
  padding: 11px 13px; cursor: pointer;
}
.sw-step:hover { color: var(--ink) }
.sw-step.on { border-color: var(--gold); color: var(--gold) }
.sw-note { font-size: 13px; color: var(--faint); max-width: 720px }

/* Stage capped at 760px because the sliced frames are only ~655-768px wide
   natively. Declared after the base rules so it wins over them. */
@media (min-width: 1040px) {
  .sw {
    grid-template-columns: minmax(0, 760px) minmax(220px, 1fr);
    grid-template-areas: 'themes themes' 'main panel' 'note note';
    align-items: start; column-gap: 24px;
  }
  .sw-themes { grid-area: themes }
  .sw-main   { grid-area: main }
  .sw-panel  { grid-area: panel }
  .sw-note   { grid-area: note }
  .sw-steps  { grid-template-columns: 1fr }
}

/* --------------------------------------------------------- galleries */

.gal, .setup-grid, .prop-strip { display: grid; gap: clamp(8px, 1.1vw, 14px) }
.gal       { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) }
.setup-grid{ grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) }
.prop-strip{ grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)) }

.gs, .ss, .pp { border-radius: 3px; overflow: hidden; background: #000 }
.gs img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover }
.ss img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover }
.pp img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover }
.gs figcaption, .ss figcaption, .pp figcaption {
  padding: 8px 10px; font: 400 10px/1.4 var(--body);
  letter-spacing: .13em; text-transform: uppercase; color: var(--faint);
  background: var(--bg3);
}

/* Collapsed grids: items beyond the fold are hidden, not removed. */
.hide { display: none !important }

.more {
  display: block; margin: 18px auto 0;
  background: #141417; color: var(--gold);
  border: 1px solid var(--line); border-radius: 3px;
  font: 500 11.5px/1 var(--body); letter-spacing: .16em; text-transform: uppercase;
  padding: 14px 28px; cursor: pointer;
}
.more:hover { border-color: var(--gold); color: var(--gold-hi) }

.prop-names {
  list-style: none; margin-top: 20px;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  gap: 3px 20px; font-size: 13px; color: var(--muted);
}
.prop-names li { padding: 5px 0; border-bottom: 1px solid var(--line2) }

/* --------------------------------------------------------- rates     */

.rate-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
}
.rate { border: 1px solid var(--line); border-radius: 3px; padding: 26px 24px 28px; background: #101013 }
.rate h3 { color: var(--ink) }
.rate b {
  display: block; font-family: var(--display); font-weight: 700;
  font-size: clamp(32px, 4.6vw, 48px); color: var(--gold); margin-top: 12px; line-height: 1;
}
.rate b s { color: var(--faint); font-weight: 400; font-size: .46em; margin-right: 8px }
.rate em {
  font-style: normal; display: block; margin-top: 6px;
  font: 400 11px/1 var(--body); letter-spacing: .18em; text-transform: uppercase; color: var(--faint);
}
.rate .until { display: block; margin-top: 14px; font-size: 12px; color: #E0CB96 }
.rate p { font-size: 13.5px; margin-top: 12px }

.extras { margin-top: 20px; border-top: 1px solid var(--line2) }
.extras dt, .extras dd {
  display: inline-block; padding: 11px 0; border-bottom: 1px solid var(--line2);
  font-size: 13.5px;
}
.extras dt { width: 62%; color: var(--muted) }
.extras dd { width: 38%; text-align: right; color: var(--gold) }

/* --------------------------------------------------------- lists     */

.tick, .cross, .rules, .fields { list-style: none; margin-top: 16px }
.tick li, .cross li, .rules li {
  position: relative; padding: 9px 0 9px 25px; font-size: 14px;
  color: var(--muted); border-bottom: 1px solid var(--line2);
}
.tick li::before  { content: '✓'; position: absolute; left: 0; color: var(--gold) }
.cross li::before { content: '×'; position: absolute; left: 0; color: #B96A5F }
.rules li::before { content: '·'; position: absolute; left: 6px; color: var(--gold) }

blockquote {
  margin: 18px 0; padding: 18px 22px;
  border-left: 2px solid var(--gold); background: #101013;
  font-family: var(--display); font-size: clamp(17px, 2vw, 22px);
  font-style: italic; color: #E4D3A6; line-height: 1.45;
}

/* --------------------------------------------------------- booking   */

.steps {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
}
.step { border: 1px solid var(--line2); border-radius: 3px; padding: 22px 20px; background: #101013 }
.step i {
  font-style: normal; font-family: var(--display); font-size: 28px; font-weight: 700;
  color: var(--gold); display: block; line-height: 1;
}
.step h3 { margin: 10px 0 8px }
.step p { font-size: 13.5px }

.fieldcard {
  margin-top: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line); border-radius: 3px; padding: 26px 24px; background: #101013;
}
.fields {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(138px, 1fr));
  gap: 6px 16px; margin: 16px 0 22px;
}
.fields li {
  font: 400 12.5px/1 var(--body); color: var(--muted);
  padding: 9px 11px; border: 1px dashed var(--line); border-radius: 3px;
}

.cta {
  display: inline-block; text-decoration: none;
  background: var(--gold); color: #0A0A0B;
  font: 500 12px/1 var(--body); letter-spacing: .14em; text-transform: uppercase;
  padding: 15px 26px; border-radius: 3px;
}
.cta.ghost { background: transparent; color: var(--gold); border: 1px solid var(--gold) }
.visit-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px }

/* --------------------------------------------------------- faq       */

.faq { display: grid; gap: 2px }
.q { border-bottom: 1px solid var(--line2) }
.q summary {
  cursor: pointer; list-style: none; padding: 16px 0;
  font-family: var(--display); font-size: clamp(16px, 1.9vw, 20px); color: var(--ink);
  display: flex; justify-content: space-between; gap: 16px; align-items: baseline;
}
.q summary::-webkit-details-marker { display: none }
.q summary::after { content: '+'; color: var(--gold); font-size: 18px; flex: none }
.q[open] summary::after { content: '–' }
.q p { padding: 0 0 18px; font-size: 14px; max-width: 68ch }

/* --------------------------------------------------------- foot      */

.foot { padding: 40px var(--pad) 56px; border-top: 1px solid var(--line2); background: var(--bg3) }
.foot p { font-size: 12px; color: var(--faint); max-width: 720px }

/* --------------------------------------------------------- narrow    */

@media (max-width: 1000px) {
  body { padding-left: 0 }
  .nav {
    position: fixed; top: 27px; left: 0; right: 0; bottom: auto; width: auto;
    flex-direction: row; align-items: center; gap: 18px;
    padding: 12px var(--pad);
    border-right: 0; border-bottom: 1px solid var(--line2);
  }
  .nav-mark { font-size: 19px }
  .nav-links { display: none }
  .nav-promo { margin-top: 0; margin-left: auto; text-align: right }
}

@media (max-width: 900px) {
  /* Release every pin below this width; sticky panels clip on short screens. */
  .panel { height: auto }
  .pin {
    position: static; min-height: 0; overflow: visible; transform: none;
    padding: clamp(60px, 9vh, 96px) 0;
  }
  /* Same rule as v1: the whole hook fits one phone screen. */
  .hero > .pin { padding: 0; min-height: 100svh }
  .hero .inner { padding-top: 84px; padding-bottom: 22px }
  .hero h1 { font-size: clamp(29px, 7.4vw, 40px) }
  .lede { font-size: 15.5px; margin-top: 11px }
  .hero-pick { margin-top: 14px }
  .hp-stage { height: clamp(150px, 23vh, 240px) }
  .hp-chip { padding: 9px 9px; font-size: 11px; gap: 6px }
  .hero-cta { gap: 8px; margin-top: 13px }
  .hero-cta .cta { padding: 13px 18px; font-size: 11px; letter-spacing: .12em }
  .extras dt, .extras dd { width: 100%; text-align: left }
  .extras dt { border-bottom: 0; padding-bottom: 2px }
}
