/* ============================================================
   Hamilton Selway — Concept 2 · "Salon"
   Premium editorial minimalism. Serif display (Newsreader,
   roman + italic) + Helvetica tracked-caps labels. Warm gallery
   paper, no bright accent — the artwork supplies the colour.
   Visual references: Weng Contemporary, Halcyon, Boucheron,
   Schellmann Art.
   ============================================================ */

:root {
  --paper:  #ffffff;   /* warm gallery wall */
  --white:  #ffffff;   /* card / light panel */
  --ink:    #111111;   /* warm near-black */
  --deep:   #ffffff;   /* deep section ground */
  --muted:  #888888;   /* warm taupe */
  --faint:  #b4b4b4;
  --line:   rgba(17,17,17,0.16);
  --line-s: rgba(17,17,17,0.08);
  --accent: #444444;   /* whisper of bronze — markers only */
  --ser: 'Newsreader', 'Times New Roman', Georgia, serif;
  --ui:  'Helvetica Neue', Helvetica, Arial, sans-serif;
  --sw-h: 0px;        /* concept switcher height */
  --nav-h: 74px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--paper); color: var(--ink); font-family: var(--ui); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

/* ---------- concept switcher (shared chrome, plain HTML) ---------- */
#concept-switch {
  position: fixed; top: 0; left: 0; right: 0; height: var(--sw-h); z-index: 4000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 22px; background: #111111; color: #f5f5f5;
  font-family: var(--ui); border-bottom: 1px solid rgba(255,255,255,0.07);
}
#concept-switch .cs-brand { font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: #b4b4b4; }
#concept-switch .cs-brand b { color: #f5f5f5; font-weight: 600; }
#concept-switch .cs-set { display: flex; gap: 6px; align-items: center; }
#concept-switch a.cs-pill {
  display: inline-flex; align-items: baseline; gap: 8px;
  padding: 6px 13px; border-radius: 999px; text-decoration: none;
  font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase;
  color: #b4b4b4; border: 1px solid rgba(255,255,255,0.12);
  transition: color .25s, background .25s, border-color .25s;
}
#concept-switch a.cs-pill .n { font-family: var(--ser); font-size: 12px; letter-spacing: 0; font-style: italic; color: #888888; }
#concept-switch a.cs-pill:hover { color: #f5f5f5; border-color: rgba(255,255,255,0.32); }
#concept-switch a.cs-pill.active { background: #f5f5f5; color: #111111; border-color: #f5f5f5; }
#concept-switch a.cs-pill.active .n { color: #444444; }

/* ============================================================
   Concept 2 root
   ============================================================ */
.c2 { position: relative; background: var(--paper); color: var(--ink); overflow-x: clip; padding-top: var(--sw-h); }
.c2 ::selection { background: var(--ink); color: var(--paper); }

.c2 h1, .c2 h2, .c2 h3, .c2 p { margin: 0; font-weight: 400; }
.c2 a { color: inherit; text-decoration: none; }
.c2 img { display: block; max-width: 100%; }
.c2 [hidden] { display: none !important; }
.c2 .hs-reset-button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  padding: 0;
  text-align: inherit;
  cursor: pointer;
}
.c2 button.btn,
.c2 .btn.hs-reset-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.c2 .ser { font-family: var(--ser); font-weight: 400; }
.c2 .it  { font-style: italic; }
.c2 .num { font-variant-numeric: tabular-nums; }
.c2 .muted { color: var(--muted); }

/* tracked-caps label (Boucheron / Weng / Halcyon vocabulary) */
.c2 .lbl {
  font-family: var(--ui); font-size: 11px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted);
}
.c2 .lbl .mk { color: var(--accent); }

/* rotated vertical section label (Charles Moffett) */
.c2 .vlbl {
  writing-mode: vertical-rl; transform: rotate(180deg);
  font-family: var(--ui); font-size: 11px; font-weight: 500;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--muted);
  white-space: nowrap;
}

/* layout */
.c2 .wrap { max-width: 1480px; margin: 0 auto; padding: 0 clamp(20px, 4.4vw, 72px); }
.c2 .sec  { padding: clamp(72px, 11vw, 168px) 0; }
.c2 .hair { height: 1px; background: var(--line); }
.c2 .hair-s { height: 1px; background: var(--line-s); }

/* display scale (fluid) */
.c2 .d-hero { font-size: clamp(44px, 9vw, 150px); line-height: 0.96; letter-spacing: -0.035em; }
.c2 .d-xl   { font-size: clamp(40px, 6.4vw, 104px); line-height: 1.0; letter-spacing: -0.03em; }
.c2 .d-lg   { font-size: clamp(34px, 4.6vw, 76px);  line-height: 1.02; letter-spacing: -0.028em; }
.c2 .d-md   { font-size: clamp(26px, 3vw, 44px);    line-height: 1.05; letter-spacing: -0.022em; }
.c2 .d-sm   { font-size: clamp(21px, 1.9vw, 30px);  line-height: 1.12; letter-spacing: -0.015em; }
.c2 .lede   { font-family: var(--ser); font-size: clamp(18px, 1.55vw, 24px); line-height: 1.5; color: #333333; }
.c2 .body   { font-size: clamp(14.5px, 1.05vw, 16.5px); line-height: 1.62; color: #333333; }

/* ---------- buttons ---------- */
.c2 .btn {
  display: inline-flex; align-items: center; gap: 12px; cursor: pointer;
  font-family: var(--ui); font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 15px 26px; background: var(--ink); color: var(--paper);
  border: 1px solid var(--ink); position: relative; overflow: hidden;
  transition: color .4s cubic-bezier(.2,.7,.3,1);
}
.c2 .btn .arr { transition: transform .4s cubic-bezier(.2,.7,.3,1); }
.c2 .btn::before { content:''; position:absolute; inset:0; background: var(--paper); transform: scaleX(0); transform-origin: right; transition: transform .5s cubic-bezier(.7,0,.2,1); z-index:0; }
.c2 .btn > * { position: relative; z-index: 1; }
.c2 .btn:hover { color: var(--ink); }
.c2 .btn:hover::before { transform: scaleX(1); transform-origin: left; }
.c2 .btn:hover .arr { transform: translateX(6px); }
.c2 .btn.ghost { background: transparent; color: var(--ink); }
.c2 .btn.ghost::before { background: var(--ink); }
.c2 .btn.ghost:hover { color: var(--paper); }
.c2 .btn.lite { background: transparent; color: #f5f5f5; border-color: rgba(239,233,221,0.5); }
.c2 .btn.lite::before { background: #f5f5f5; }
.c2 .btn.lite:hover { color: var(--deep); }

/* underline link */
.c2 .ulink { display: inline-flex; align-items: center; gap: 9px; position: relative; padding-bottom: 4px;
  font-family: var(--ui); font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; cursor: pointer; }
.c2 .ulink::after { content:''; position:absolute; left:0; right:0; bottom:0; height:1px; background: currentColor; transform-origin:left; transition: transform .45s cubic-bezier(.7,0,.3,1); }
.c2 .ulink:hover::after { transform: scaleX(0); transform-origin: right; }
.c2 .ulink .arr { transition: transform .35s cubic-bezier(.2,.7,.3,1); }
.c2 .ulink:hover .arr { transform: translateX(5px); }

/* status dot */
.c2 .dot { display:inline-block; width:7px; height:7px; border-radius:50%; background: var(--accent); margin-right: 9px; vertical-align: middle; }

/* ---------- reveal on scroll ---------- */
.c2 [data-rv] { opacity: 0; transform: translateY(30px); transition: opacity 1s cubic-bezier(.2,.7,.3,1), transform 1s cubic-bezier(.2,.7,.3,1); }
.c2 [data-rv].in { opacity: 1; transform: none; }
.c2 [data-rv-st] > * { opacity: 0; transform: translateY(22px); transition: opacity .8s cubic-bezier(.2,.7,.3,1), transform .8s cubic-bezier(.2,.7,.3,1); }
.c2 [data-rv-st].in > * { opacity: 1; transform: none; }
.c2 [data-rv-st].in > *:nth-child(1){transition-delay:.04s}
.c2 [data-rv-st].in > *:nth-child(2){transition-delay:.10s}
.c2 [data-rv-st].in > *:nth-child(3){transition-delay:.16s}
.c2 [data-rv-st].in > *:nth-child(4){transition-delay:.22s}
.c2 [data-rv-st].in > *:nth-child(5){transition-delay:.28s}
.c2 [data-rv-st].in > *:nth-child(6){transition-delay:.34s}
.c2 .clip { clip-path: inset(0 100% 0 0); transition: clip-path 1.3s cubic-bezier(.7,0,.15,1) .05s; }
.c2 [data-rv].in .clip, .c2 .clip.in { clip-path: inset(0 0 0 0); }

@media (prefers-reduced-motion: reduce) {
  .c2 [data-rv], .c2 [data-rv-st] > *, .c2 .clip { opacity: 1 !important; transform: none !important; clip-path: none !important; transition: none !important; }
}

/* ============================================================
   NAV + mega menu
   ============================================================ */
.c2-nav-wrap { position: sticky; top: var(--sw-h); z-index: 3000; }
.c2-nav {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--nav-h); padding: 0 clamp(20px, 4.4vw, 72px);
  background: rgba(255,255,255,0.86); backdrop-filter: blur(16px) saturate(1.04); -webkit-backdrop-filter: blur(16px) saturate(1.04);
  border-bottom: 1px solid var(--line-s);
  transition: background .4s, color .4s, border-color .4s;
}
.c2-nav.on-hero { background: rgba(255,255,255,0.9); color: var(--ink); border-color: var(--line-s); }
.c2-nav.on-hero .lbl, .c2-nav.on-hero .muted { color: var(--muted); }
.c2-nav.on-hero .nav-logo, .c2-nav.on-hero .nav-link { color: #111111; }
.c2-nav .nav-logo { font-family: var(--ser); font-size: clamp(18px,1.55vw,23px); letter-spacing: -0.01em; cursor: pointer; }
.c2-nav .nav-logo .it { color: var(--muted); }
.c2-nav.on-hero .nav-logo .it { color: rgba(17,17,17,0.66); }
.c2-nav .nav-mid { display: flex; gap: clamp(18px, 2vw, 34px); align-items: center; }
.c2-nav .nav-link { font-family: var(--ui); font-size: 11px; font-weight: 500; letter-spacing: 0.17em; text-transform: uppercase; cursor: pointer; position: relative; padding: 6px 0; display: inline-flex; align-items: center; gap: 6px; }
.c2-nav .nav-link::after { content:''; position:absolute; left:0; right:0; bottom:0; height:1px; background: currentColor; transform: scaleX(0); transform-origin:right; transition: transform .4s cubic-bezier(.2,.7,.3,1); }
.c2-nav .nav-link:hover::after, .c2-nav .nav-link.open::after { transform: scaleX(1); transform-origin: left; }
.c2-nav .nav-link.open { color: var(--accent); }
.c2-nav.on-hero .nav-link.open { color: #fff; }
.c2-nav .caret { width:5px; height:5px; border-right:1.2px solid currentColor; border-bottom:1.2px solid currentColor; transform: rotate(45deg) translate(-1px,-1px); transition: transform .4s; }
.c2-nav .nav-link.open .caret { transform: rotate(-135deg) translate(1px,1px); }
.c2-nav .nav-right { display: flex; gap: clamp(14px,1.6vw,26px); align-items: center; }
.c2-nav .nav-ic { cursor: pointer; display: inline-flex; align-items: center; gap: 8px; font-family: var(--ui); font-size: 11px; font-weight: 500; letter-spacing: 0.17em; text-transform: uppercase; }
.c2-nav .nav-ic svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.4; }

/* mega */
.c2-mega { position: absolute; left: 0; right: 0; top: 100%; background: rgba(255,255,255,0.98); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); border-bottom: 1px solid var(--line); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: opacity .36s cubic-bezier(.2,.7,.3,1), transform .36s cubic-bezier(.2,.7,.3,1); }
.c2-mega.open { opacity: 1; transform: none; pointer-events: auto; }
.c2-mega-in { padding: clamp(34px,3.4vw,52px) clamp(20px,4.4vw,72px) clamp(40px,4vw,58px); display: grid; gap: clamp(32px,3.4vw,56px); }
.c2-mega.cols .c2-mega-in { grid-template-columns: 1fr 1fr 1fr 1.5fr; }
.c2-mega.artists .c2-mega-in { grid-template-columns: repeat(4,1fr) 1.5fr; }
.c2-mega .mcol-t { font-family: var(--ui); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); padding-bottom: 14px; margin-bottom: 8px; border-bottom: 1px solid var(--line-s); }
.c2-mega .mi { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 9px 0; font-family: var(--ser); font-size: 18px; color: var(--ink); position: relative; transition: padding .34s cubic-bezier(.2,.7,.3,1), color .22s; }
.c2-mega .mi .mmeta { font-family: var(--ui); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); flex-shrink: 0; }
.c2-mega .mi::before { content:'→'; position:absolute; left:-18px; opacity:0; transform: translateX(-6px); transition: opacity .25s, transform .3s; color: var(--accent); }
.c2-mega .mi:hover { padding-left: 16px; color: var(--accent); }
.c2-mega .mi:hover::before { opacity: 1; transform: none; }
.c2-mega.artists .mi { font-size: 16px; padding: 7px 0; }
.c2-mega .mfeat .mf-img { aspect-ratio: 4/3; overflow: hidden; background: var(--paper); margin-bottom: 16px; }
.c2-mega .mfeat img { width: 100%; height: 100%; object-fit: contain; transition: transform 1s cubic-bezier(.2,.7,.3,1); }
.c2-mega .mfeat:hover img { transform: scale(1.05); }
.c2-mega .mfeat .mf-t { font-family: var(--ser); font-size: 19px; letter-spacing: -0.01em; margin-bottom: 6px; }
.c2-mega .mfeat .mf-m { font-family: var(--ui); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }

/* ============================================================
   HERO — full-bleed marquee work (Weng / Halcyon / Schellmann)
   ============================================================ */
.c2-hero { position: relative; height: calc(100vh - var(--sw-h)); min-height: 600px; margin-top: calc(-1 * var(--nav-h)); overflow: hidden; background: var(--deep); }
.c2-hero .hero-img { position: absolute; inset: 0; }
.c2-hero .hero-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transition: opacity 1.6s ease; transform: scale(1.06); animation: heroDrift 22s ease-out forwards; }
.c2-hero .hero-img img.show { opacity: 1; }
@keyframes heroDrift { from { transform: scale(1.12); } to { transform: scale(1.0); } }
.c2-hero .scrim-t { position: absolute; inset: 0 0 auto 0; height: 180px; background: linear-gradient(to bottom, transparent, transparent); }
.c2-hero .scrim-b { position: absolute; inset: auto 0 0 0; height: 360px; background: linear-gradient(to top, transparent, transparent); }
.c2-hero .hero-foot { position: absolute; left: 0; right: 0; bottom: clamp(26px,4vw,52px); padding: 0 clamp(20px,4.4vw,72px); display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; color: #111111; }
.c2-hero .hero-cap { max-width: 60%; }
.c2-hero .hero-cap .cap-k { font-family: var(--ui); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(17,17,17,0.74); margin-bottom: 12px; }
.c2-hero .hero-cap .cap-t { font-family: var(--ser); font-size: clamp(20px,2vw,30px); line-height: 1.18; }
.c2-hero .hero-cap .cap-t .it { color: rgba(17,17,17,0.82); }
.c2-hero .hero-meta { text-align: right; }
.c2-hero .hero-meta .lbl { color: rgba(17,17,17,0.7); }
.c2-hero .hero-dots { display: flex; gap: 8px; justify-content: flex-end; margin-top: 16px; }
.c2-hero .hero-dots button { width: 26px; height: 2px; border: none; padding: 0; background: rgba(17,17,17,0.32); cursor: pointer; transition: width .4s, background .3s; }
.c2-hero .hero-dots button.on { width: 46px; background: #111111; }
.c2-hero .scrollcue { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); font-family: var(--ui); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(17,17,17,0.7); display: flex; flex-direction: column; align-items: center; gap: 8px; }
.c2-hero .scrollcue .ln { width: 1px; height: 34px; background: rgba(17,17,17,0.4); animation: cueLn 2.4s ease-in-out infinite; transform-origin: top; }
@keyframes cueLn { 0%,100%{ transform: scaleY(0.4); opacity: .4 } 50%{ transform: scaleY(1); opacity: 1 } }

/* ============================================================
   Brand statement (under hero) — Schellmann justified intro
   ============================================================ */
.c2-open { display: grid; grid-template-columns: 1.55fr 1fr; gap: clamp(40px,6vw,110px); align-items: end; }

/* ============================================================
   Modular works grid (Weng) — work cells + serif statements
   ============================================================ */
.c2-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(40px,4.4vw,88px) clamp(24px,2.4vw,44px); align-items: start; }
.wkcell { cursor: pointer; }
.wkcell .wk-label { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.wkcell .wk-artist { font-family: var(--ui); font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; transition: color .3s; }
.wkcell .wk-no { font-family: var(--ui); font-size: 10px; letter-spacing: 0.14em; color: var(--faint); }
.wkcell .wk-fig { position: relative; overflow: hidden; background: var(--white); }
.wkcell .wk-fig img { width: 100%; height: 100%; object-fit: contain; transition: transform 1.1s cubic-bezier(.2,.7,.3,1); }
.wkcell .wk-fig.cover img { object-fit: contain; }
.wkcell:hover .wk-fig img { transform: scale(1.035); }
.wkcell:hover .wk-artist { color: var(--accent); }
/* hover-reveal caption bar (Weng cells reveal on hover) */
.wkcell .wk-rev { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 18px 16px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; background: linear-gradient(to top, rgba(17,17,17,0.82), transparent); color: #111111; opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .4s; }
.wkcell:hover .wk-rev { opacity: 1; transform: none; }
.wkcell .wk-rev .wr-t { font-family: var(--ser); font-style: italic; font-size: 15px; line-height: 1.3; }
.wkcell .wk-rev .wr-c { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(17,17,17,0.5); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 13px; }
/* save heart (Boucheron) */
.wkcell .wk-save { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.82); backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s, background .3s; z-index: 3; }
.wkcell:hover .wk-save { opacity: 1; }
.wkcell .wk-save svg { width: 15px; height: 15px; stroke: var(--ink); fill: none; stroke-width: 1.4; }
.wkcell .wk-save.saved { background: var(--ink); }
.wkcell .wk-save.saved svg { fill: var(--paper); stroke: var(--paper); }
.wkcell .wk-foot { margin-top: 14px; }
.wkcell .wk-title { font-family: var(--ser); font-style: italic; font-size: clamp(15px,1.2vw,18px); color: #333333; }
.wkcell .wk-por { font-family: var(--ui); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 5px; }

/* serif statement cell within the grid (Weng "More than 800 artists") */
.gstatement { display: flex; align-items: center; }
.gstatement .gs-inner .lbl { margin-bottom: 18px; }

/* ============================================================
   Framed "Price on Application" cards (Halcyon)
   ============================================================ */
.frame-card { cursor: pointer; }
.frame-card .fc-mat { background: var(--white); padding: clamp(20px,2.4vw,40px); display: flex; align-items: center; justify-content: center; aspect-ratio: 4/5; transition: background .4s; }
.frame-card .fc-frame { box-shadow: 0 2px 2px rgba(0,0,0,0.04), 0 14px 34px rgba(17,17,17,0.16); max-height: 100%; transition: transform .9s cubic-bezier(.2,.7,.3,1); background: #fff; }
.frame-card .fc-frame img { display: block; max-height: 100%; width: auto; max-width: 100%; }
.frame-card:hover .fc-frame { transform: translateY(-6px); }
.frame-card:hover .fc-mat { background: #fff; }
.frame-card .fc-meta { padding-top: 18px; }
.frame-card .fc-artist { font-family: var(--ser); font-size: clamp(17px,1.3vw,20px); }
.frame-card .fc-title { font-family: var(--ser); font-style: italic; color: var(--muted); font-size: 15px; margin-top: 2px; }
.frame-card .fc-line { font-family: var(--ui); font-size: 10.5px; letter-spacing: 0.06em; color: var(--muted); margin-top: 10px; line-height: 1.7; }
.frame-card .fc-por { font-family: var(--ui); font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); margin-top: 8px; }

/* ============================================================
   Roster — hover swaps background image (Charles Moffett)
   ============================================================ */
.c2-roster { position: relative; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(30px,4vw,72px); }
.roster-list { position: relative; z-index: 2; }
.roster-row { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: clamp(12px,1.2vw,18px) 0; border-top: 1px solid var(--line-s); cursor: pointer; transition: padding .35s cubic-bezier(.2,.7,.3,1), color .3s; }
.roster-row:first-child { border-top: 1px solid var(--line); }
.roster-row .rr-name { font-family: var(--ser); font-size: clamp(22px,2.2vw,38px); letter-spacing: -0.02em; line-height: 1.05; transition: color .3s; }
.roster-row .rr-meta { font-family: var(--ui); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--faint); white-space: nowrap; }
.roster-row.active { padding-left: 16px; }
.roster-row.active .rr-name { color: var(--accent); }
.roster-row .rr-name .rr-it { font-style: italic; color: var(--muted); }
.roster-stage { position: sticky; top: calc(var(--sw-h) + var(--nav-h) + 24px); height: clamp(360px, 52vh, 560px); align-self: start; }
.roster-stage .rs-img { position: absolute; inset: 0; overflow: hidden; background: var(--white); }
.roster-stage .rs-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transition: opacity .7s cubic-bezier(.2,.7,.3,1); }
.roster-stage .rs-img img.show { opacity: 1; }
.roster-stage .rs-cap { position: absolute; left: 0; bottom: -34px; font-family: var(--ser); font-style: italic; font-size: 15px; color: var(--muted); }

/* ============================================================
   Warhol authority — light section (warm paper)
   ============================================================ */
.c2-dark { background: var(--white); color: var(--ink); }
.c2-dark .body { color: #333333; }
.c2-dark .lbl { color: var(--muted); }
.c2-dark .muted { color: var(--muted); }
.c2-dark .hair { background: var(--line); }
.c2-dark .hair-s { background: var(--line-s); }
.c2-dark .ser .soft { color: var(--muted); }
.warhol-grid { display: grid; grid-template-columns: 6fr 6fr; gap: clamp(40px,6vw,100px); align-items: center; }
.warhol-fig { background: var(--paper); overflow: hidden; aspect-ratio: 4/5; box-shadow: inset 0 0 0 1px var(--line-s); }
.warhol-fig img { width: 100%; height: 100%; object-fit: contain; }
.warhol-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.warhol-stats .ws-v { font-family: var(--ser); font-size: clamp(34px,3.6vw,52px); line-height: 1; letter-spacing: -0.02em; }
.warhol-thumbs { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(16px,1.8vw,30px); }
.warhol-thumbs .wt { cursor: pointer; }
.warhol-thumbs .wt-fig { aspect-ratio: 1/1; background: var(--paper); overflow: hidden; margin-bottom: 14px; box-shadow: inset 0 0 0 1px var(--line-s); }
.warhol-thumbs .wt-fig img { width:100%; height:100%; object-fit: contain; transition: transform 1s cubic-bezier(.2,.7,.3,1); }
.warhol-thumbs .wt:hover .wt-fig img { transform: scale(1.05); }

/* ============================================================
   Full-width CTA image band (Halcyon)
   ============================================================ */
.c2-band { position: relative; min-height: clamp(420px, 62vh, 660px); display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; background: var(--deep); }
.c2-band .band-img { position: absolute; inset: 0; }
.c2-band .band-img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 8s ease; }
.c2-band:hover .band-img img { transform: scale(1.1); }
.c2-band .band-scrim { position: absolute; inset: 0; background: rgba(17,17,17,0.46); }
.c2-band .band-in { position: relative; z-index: 2; color: #111111; padding: 40px; max-width: 900px; }
.c2-band.light { display: block; min-height: 0; text-align: left; background: var(--paper); }
.c2-band.light .band-img { position: relative; inset: auto; }
.c2-band.light .band-img img { height: clamp(440px, 64vh, 700px); transform: none; }
.c2-band.light:hover .band-img img { transform: scale(1.03); }
.c2-band.light .band-card { position: absolute; left: 0; bottom: 0; z-index: 3; background: rgba(255,255,255,0.93); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: clamp(28px,3.4vw,52px); max-width: min(640px, 88%); }

/* ============================================================
   Services
   ============================================================ */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(36px,3.4vw,60px) clamp(36px,3vw,56px); }
.svc { cursor: pointer; }
.svc .svc-top { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.svc .svc-no { font-family: var(--ui); font-size: 10px; letter-spacing: 0.16em; color: var(--muted); }
.svc .svc-rule { flex: 1; height: 1px; background: var(--line); transition: background .35s; }
.svc .svc-arr { font-size: 13px; color: var(--muted); transition: transform .4s, color .35s; }
.svc .svc-t { font-family: var(--ser); font-size: clamp(22px,1.9vw,30px); letter-spacing: -0.01em; margin-bottom: 10px; transition: color .35s; }
.svc:hover .svc-t { color: var(--accent); }
.svc:hover .svc-rule { background: var(--accent); }
.svc:hover .svc-arr { transform: translate(5px,-5px); color: var(--accent); }

/* ============================================================
   Stories carousel (Halcyon)
   ============================================================ */
.stories-rail { display: flex; gap: clamp(24px,2.4vw,40px); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: none; }
.stories-rail::-webkit-scrollbar { display: none; }
.story { flex: 0 0 clamp(280px, 30vw, 400px); scroll-snap-align: start; cursor: pointer; }
.story .st-fig { aspect-ratio: 4/3; overflow: hidden; background: var(--white); margin-bottom: 20px; }
.story .st-fig img { width:100%; height:100%; object-fit: contain; transition: transform 1s cubic-bezier(.2,.7,.3,1); }
.story:hover .st-fig img { transform: scale(1.05); }
.story .st-cat { font-family: var(--ui); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.story .st-t { font-family: var(--ser); font-size: clamp(20px,1.6vw,26px); line-height: 1.18; letter-spacing: -0.01em; }
.story .st-d { font-family: var(--ui); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-top: 12px; }
.caro-nav { display: flex; gap: 10px; }
.caro-nav button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--ink); transition: background .3s, color .3s, border-color .3s; }
.caro-nav button:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.caro-nav button svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.5; }

/* ============================================================
   Sell / Collector / Newsletter / Contact / footer
   ============================================================ */
.sell-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(30px,3.2vw,56px); }
.sell-step .ss-no { font-family: var(--ser); font-size: clamp(34px,3.4vw,48px); color: var(--accent); line-height: 1; }
.collector-rows .cr { display: grid; grid-template-columns: 190px 1fr; gap: 30px; padding: clamp(16px,1.6vw,22px) 0; border-top: 1px solid var(--line-s); align-items: baseline; }
.collector-rows .cr:first-child { border-top: 1px solid var(--line); }
.news-form { display: flex; align-items: center; gap: 16px; border-bottom: 1px solid rgba(239,233,221,0.4); padding-bottom: 14px; max-width: 480px; }
.news-form input { flex: 1; background: transparent; border: none; outline: none; color: #111111; font-family: var(--ser); font-size: clamp(17px,1.4vw,21px); }
.news-form input::placeholder { color: #666666; }
.c2-dark .news-form { border-color: var(--line); }
.c2-dark .news-form input { color: var(--ink); }
.c2-dark .news-form input::placeholder { color: var(--faint); }
.c2-wordmark { font-family: var(--ser); font-size: clamp(58px, 16vw, 250px); line-height: 0.82; letter-spacing: -0.04em; }
.c2-wordmark .it { color: var(--muted); }

/* ============================================================
   Predictive search overlay (Hang-Up)
   ============================================================ */
.c2-search { position: fixed; inset: 0; z-index: 5000; background: rgba(255,255,255,0.96); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); opacity: 0; pointer-events: none; transition: opacity .4s; display: flex; flex-direction: column; }
.c2-search.open { opacity: 1; pointer-events: auto; }
.c2-search .se-top { display: flex; align-items: center; gap: 22px; padding: clamp(22px,3vw,40px) clamp(20px,4.4vw,72px); border-bottom: 1px solid var(--line); }
.c2-search .se-input { flex: 1; background: transparent; border: none; outline: none; font-family: var(--ser); font-size: clamp(28px,5vw,68px); letter-spacing: -0.02em; color: var(--ink); }
.c2-search .se-input::placeholder { color: var(--faint); }
.c2-search .se-x { cursor: pointer; font-family: var(--ui); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 10px; }
.c2-search .se-x svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.4; }
.c2-search .se-body { flex: 1; overflow-y: auto; padding: clamp(24px,3vw,40px) clamp(20px,4.4vw,72px) 60px; }
.c2-search .se-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.c2-search .se-chip { font-family: var(--ui); font-size: 11px; letter-spacing: 0.08em; padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; transition: background .25s, color .25s, border-color .25s; }
.c2-search .se-chip:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.c2-search .se-sect { font-family: var(--ui); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
.c2-search .se-results { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px,1fr)); gap: clamp(24px,2.4vw,40px); }
.c2-search .se-res { cursor: pointer; }
.c2-search .se-res .ser-fig { aspect-ratio: 4/5; background: var(--white); overflow: hidden; margin-bottom: 12px; }
.c2-search .se-res .ser-fig img { width:100%; height:100%; object-fit: contain; transition: transform .8s cubic-bezier(.2,.7,.3,1); }
.c2-search .se-res:hover .ser-fig img { transform: scale(1.05); }
.c2-search .se-res .ser-a { font-family: var(--ui); font-size: 10px; font-weight:600; letter-spacing: 0.14em; text-transform: uppercase; }
.c2-search .se-res .ser-t { font-family: var(--ser); font-style: italic; font-size: 15px; color: var(--muted); margin-top: 3px; }
.c2-search .se-artists { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-bottom: 48px; }
.c2-search .se-artist { font-family: var(--ser); font-size: clamp(20px,2vw,30px); letter-spacing: -0.01em; cursor: pointer; transition: color .25s; }
.c2-search .se-artist:hover { color: var(--accent); }
.c2-search .se-empty { font-family: var(--ser); font-style: italic; font-size: 22px; color: var(--muted); }

/* ============================================================
   Slide-out artwork panel (Boucheron / Halcyon) + inquiry modal
   ============================================================ */
.c2-scrim { position: fixed; inset: 0; z-index: 4800; background: rgba(17,17,17,0.42); opacity: 0; pointer-events: none; transition: opacity .45s; }
.c2-scrim.open { opacity: 1; pointer-events: auto; }
.c2-panel { position: fixed; top: 0; right: 0; bottom: 0; width: min(560px, 100vw); z-index: 4900; background: var(--paper); transform: translateX(100%); transition: transform .5s cubic-bezier(.7,0,.15,1); display: flex; flex-direction: column; box-shadow: -30px 0 80px rgba(17,17,17,0.2); }
.c2-panel.open { transform: none; }
.c2-panel .pl-top { display: flex; align-items: center; justify-content: space-between; padding: 22px clamp(24px,3vw,40px); border-bottom: 1px solid var(--line-s); }
.c2-panel .pl-close { cursor: pointer; display: flex; align-items: center; gap: 10px; font-family: var(--ui); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.c2-panel .pl-close svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.4; }
.c2-panel .pl-body { flex: 1; overflow-y: auto; }
.c2-panel .pl-fig { background: var(--white); padding: clamp(28px,4vw,52px); display: flex; align-items: center; justify-content: center; min-height: 320px; }
.c2-panel .pl-fig img { max-width: 100%; max-height: 46vh; width: auto; box-shadow: 0 18px 44px rgba(17,17,17,0.18); }
.c2-panel .pl-info { padding: clamp(26px,3vw,40px); }
.c2-panel .pl-artist { font-family: var(--ser); font-size: clamp(26px,2.4vw,34px); letter-spacing: -0.015em; }
.c2-panel .pl-title { font-family: var(--ser); font-style: italic; font-size: clamp(18px,1.6vw,22px); color: var(--muted); margin-top: 4px; }
.c2-panel .pl-spec { margin-top: 26px; border-top: 1px solid var(--line-s); }
.c2-panel .pl-spec .sp { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line-s); }
.c2-panel .pl-spec .sp-k { font-family: var(--ui); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.c2-panel .pl-spec .sp-v { font-family: var(--ser); font-size: 16px; color: var(--ink); }
.c2-panel .pl-ctx { font-family: var(--ser); font-size: 16px; line-height: 1.6; color: #333333; margin-top: 22px; }
.c2-panel .pl-acts { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; }
.c2-panel .pl-row { display: flex; gap: 10px; }
.c2-panel .pl-row > * { flex: 1; justify-content: center; }
.c2-panel .pl-tear { margin-top: 18px; }

.c2-modal { position: fixed; inset: 0; z-index: 5200; display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity .35s; }
.c2-modal.open { opacity: 1; pointer-events: auto; }
.c2-modal .md-scrim { position: absolute; inset: 0; background: rgba(17,17,17,0.5); }
.c2-modal .md-card { position: relative; z-index: 2; background: var(--paper); width: min(540px, 100%); padding: clamp(30px,3.4vw,48px); transform: translateY(14px) scale(.98); transition: transform .4s cubic-bezier(.2,.7,.3,1); }
.c2-modal.open .md-card { transform: none; }
.c2-modal .md-k { font-family: var(--ui); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.c2-modal .md-h { font-family: var(--ser); font-size: clamp(26px,2.4vw,36px); letter-spacing: -0.02em; line-height: 1.05; margin-bottom: 8px; }
.c2-modal .md-sub { font-family: var(--ser); font-style: italic; color: var(--muted); margin-bottom: 26px; }
.c2-modal .md-field { margin-bottom: 16px; }
.c2-modal .md-field label { display: block; font-family: var(--ui); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.c2-modal .md-field input, .c2-modal .md-field textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--line); outline: none; font-family: var(--ser); font-size: 17px; color: var(--ink); padding: 6px 0; resize: none; }
.c2-modal .md-field input:focus, .c2-modal .md-field textarea:focus { border-color: var(--accent); }
.c2-modal .md-x { position: absolute; top: 20px; right: 20px; cursor: pointer; color: var(--muted); }
.c2-modal .md-x svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.4; }
.c2-modal .md-done { text-align: center; padding: 20px 0; }
.c2-modal .md-done .ser { font-size: 28px; margin-bottom: 10px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px) {
  .c2-grid { grid-template-columns: 1fr 1fr; gap: 48px 32px; }
  .c2-grid > .wkcell, .c2-grid > .gstatement { grid-column: auto !important; margin-top: 0 !important; }
  .frank-grid { grid-template-columns: 1fr !important; }
  .c2-mega.cols .c2-mega-in { grid-template-columns: 1fr 1fr; }
  .c2-mega.artists .c2-mega-in { grid-template-columns: 1fr 1fr; }
  .warhol-grid { grid-template-columns: 1fr; }
  .c2-roster { grid-template-columns: 1fr; }
  .roster-stage { display: none; }
  .svc-grid { grid-template-columns: repeat(2,1fr); }
  .sell-steps { grid-template-columns: 1fr; gap: 28px; }
  .c2-open { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 720px) {
  .c2-nav .nav-mid { display: none; }
  .c2-grid { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .warhol-stats { grid-template-columns: repeat(2,1fr); gap: 26px; }
  .warhol-thumbs { grid-template-columns: repeat(2,1fr); }
  .collector-rows .cr { grid-template-columns: 1fr; gap: 6px; }
  .c2-hero .hero-cap { max-width: 100%; }
  .c2-hero .hero-foot { flex-direction: column; align-items: flex-start; }
  .c2-hero .hero-meta { text-align: left; }
  #concept-switch .cs-brand { display: none; }
}
