:root {
  --bg: #0a0a0a;
  --bg-2: #121212;
  --bg-3: #1a1a1a;
  --line: #2c2c2c;
  --line-soft: #3a342c;
  --text: #ececec;
  --muted: #8d8d8d;
  --red: #d12a2a;
  --red-dim: #7a1a1a;
  --paper: #cfc6b8;
  --paper-dim: #8f8779;
  --max: 880px;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: "Cormorant Garamond", "Didot", "Bodoni 72", "Times New Roman", serif;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/fonts/cormorant-garamond-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/fonts/cormorant-garamond-latin-400-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/fonts/cormorant-garamond-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
}

h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.04;
}

.sub {
  margin: 8px 0 0;
  max-width: 34rem;
  color: #7c7c7c;
  font-family: var(--sans);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.45;
}

.glint {
  position: relative;
  display: inline-block;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  font-style: inherit;
  font-weight: inherit;
}

.glint::before,
.glint::after {
  content: "";
  position: absolute;
  width: 0.36em;
  height: 0.36em;
  pointer-events: none;
  border-color: #3a1214;
}

.glint::before {
  top: -0.06em;
  left: -0.04em;
  border-top: 1px solid #3a1214;
  border-left: 1px solid #3a1214;
}

.glint::after {
  right: -0.04em;
  bottom: -0.02em;
  border-right: 1px solid #3a1214;
  border-bottom: 1px solid #3a1214;
}

.glint.open::after { content: none; }
.glint.close::before { content: none; }

.glint.hot::before,
.glint.hot::after {
  border-color: #5c181c;
}

.glint.hot::before { border-top-color: #5c181c; border-left-color: #5c181c; }
.glint.hot::after { border-right-color: #5c181c; border-bottom-color: #5c181c; }

.glint.line::before,
.glint.line::after,
.glint.ghost::before,
.glint.ghost::after {
  content: none;
  border: 0;
}

.glint.line {
  border-bottom: 1px solid #3a1214;
  padding-bottom: 0.02em;
}

.glint.dot::before { content: none; border: 0; }
.glint.dot::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.16em;
  width: 2px;
  height: 2px;
  border: 0;
  border-radius: 50%;
  background: #4a1618;
  transform: translateX(-50%);
}

.glint.ghost {
  text-shadow: 0.12em 0.13em 0 #2c0f12;
}

body {
  min-height: 100vh;
  background-image:
    radial-gradient(ellipse at top, #161010 0%, #0a0a0a 55%);
}

a { color: var(--paper); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 22px 18px 72px;
}

.top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 3px 0 -2px var(--bg), 0 4px 0 -2px var(--line);
  padding-bottom: 16px;
  margin-bottom: 26px;
}

.mark {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 6px;
}

nav {
  display: flex;
  gap: 16px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav a.active { color: var(--text); text-decoration: underline; }

.status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  padding: 9px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  font-size: 14px;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #555;
}
.dot.on { background: var(--red); box-shadow: 0 0 10px var(--red); }
.dot.wait { background: #b98a2a; }
.dot.off { background: #444; }

.stage {
  position: relative;
  background: #000;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

video {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  object-fit: contain;
}

.offline {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  background: repeating-linear-gradient(
    -12deg,
    #101010,
    #101010 12px,
    #0c0c0c 12px,
    #0c0c0c 24px
  );
  color: var(--muted);
  text-align: center;
  padding: 24px;
}

.offline.show { display: flex; }
.offline strong {
  color: var(--text);
  letter-spacing: 0.18em;
  font-size: 13px;
}

.hint {
  color: var(--muted);
  font-size: 13px;
  margin: 10px 0 0;
}

section { margin-top: 36px; }

h2 {
  margin: 0 0 8px;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--paper-dim);
}

.rule {
  height: 1px;
  background: linear-gradient(90deg, var(--paper-dim), var(--line) 28%, var(--line));
  margin: 8px 0 16px;
}

.empty {
  padding: 28px 16px;
  border: 1px dashed var(--line);
  color: var(--muted);
  text-align: center;
}

.list { display: flex; flex-direction: column; gap: 12px; }

.clip {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 14px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  padding: 10px;
}

.clip video, .thumb {
  width: 160px;
  height: 90px;
  background: #000;
  object-fit: cover;
}

.clip h3 {
  margin: 0 0 4px;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
}
.clip p { margin: 0; color: var(--muted); font-size: 13px; }

.prose {
  color: #ddd6cc;
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1.55;
  max-width: 40rem;
}

.card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  box-shadow: inset 0 0 0 3px var(--bg-2), inset 0 0 0 4px #242018;
  padding: 16px 18px;
  margin: 0 0 14px;
}

.card label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}

.cal {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.cal .hd {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
}

.slot {
  min-height: 64px;
  background: var(--bg-3);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  padding: 8px 6px;
  text-align: center;
}

.slot.soon {
  border-color: var(--red-dim);
  color: var(--paper);
}

footer {
  margin-top: 48px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.privacy-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  padding: 4px 9px;
  color: var(--muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: none;
}

.privacy-pill:hover {
  border-color: var(--paper);
  color: var(--paper);
  text-decoration: none;
}

.privacy-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 0 8px var(--paper);
  display: inline-block;
}

#gate {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: #070707;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

#gate.hide { display: none; }

.gate-box {
  width: min(440px, 100%);
  border: 1px solid var(--line);
  background: #101010;
  padding: 28px 24px;
}

.gate-box h2 { letter-spacing: 0.16em; }
.gate-box p { color: var(--muted); line-height: 1.5; }

.row { display: flex; gap: 10px; margin-top: 18px; }

button {
  appearance: none;
  border: 1px solid var(--line);
  background: #1c1c1c;
  color: var(--text);
  padding: 10px 14px;
  font: inherit;
  cursor: pointer;
}

button.yes {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.privacy-stamp {
  display: block;
  margin-top: 22px;
  padding: 14px 14px 12px;
  border: 1px solid var(--paper);
  background:
    repeating-linear-gradient(
      90deg,
      rgba(207, 198, 184, 0.04),
      rgba(207, 198, 184, 0.04) 2px,
      transparent 2px,
      transparent 6px
    );
  text-decoration: none;
  text-align: center;
  box-shadow: inset 0 0 0 3px #101010, 0 0 0 1px var(--paper);
}

.privacy-stamp:hover {
  text-decoration: none;
  background: rgba(207, 198, 184, 0.08);
}

.privacy-stamp .stamp-mark {
  display: block;
  color: var(--paper);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.privacy-stamp .stamp-copy {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .top { flex-direction: column; align-items: flex-start; }
  .clip { grid-template-columns: 1fr; }
  .clip video, .thumb { width: 100%; height: auto; aspect-ratio: 16/9; }
  .cal { grid-template-columns: repeat(2, 1fr); }
  h1 { font-size: 1.85rem; }
  .faq-q { font-size: 1.28rem; }
}

.faq-note {
  margin: 0 0 22px;
  max-width: 36rem;
  color: #7c7c7c;
  font-family: var(--sans);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.45;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: var(--bg-2);
  border: 1px solid var(--line);
  box-shadow: inset 0 0 0 3px var(--bg-2), inset 0 0 0 4px #242018;
}

.faq-item details { padding: 0; }

.faq-item summary {
  list-style: none;
  display: grid;
  grid-template-columns: 2.2rem 1fr auto;
  gap: 12px;
  align-items: baseline;
  cursor: pointer;
  padding: 16px 16px 15px;
}

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

.faq-num {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-style: italic;
  color: var(--paper);
  letter-spacing: 0.06em;
}

.faq-q {
  font-family: var(--serif);
  font-size: 1.42rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--text);
}

.faq-mark {
  color: var(--paper-dim);
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1;
  transform: translateY(1px);
}

.faq-item details[open] .faq-mark { color: var(--paper); }

.faq-item summary:hover .faq-q { color: #f4efe6; }

.faq-a {
  margin: 0;
  padding: 0 16px 18px 16px;
  border-top: 1px solid #242018;
  color: #8a8a8a;
  font-family: var(--sans);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.faq-a::before {
  content: "";
  display: block;
  height: 12px;
}

/* FAQ type test — luxury editorial, page-scoped */
.page-faq {
  --line-gold: #3a342c;
  --ink: #f3eee6;
}

.page-faq .mark {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0.36em;
}

.page-faq h1 {
  font-size: 2.55rem;
  font-weight: 500;
  letter-spacing: 0.085em;
  color: var(--ink);
}

.page-faq .sub {
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  color: #7c7c7c;
}

.page-faq nav {
  font-family: var(--serif);
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  font-weight: 500;
}

.page-faq .top {
  border-bottom: none;
  box-shadow: none;
  padding-bottom: 18px;
  margin-bottom: 20px;
  background-image:
    linear-gradient(var(--line), var(--line)),
    linear-gradient(var(--line-gold), var(--line-gold));
  background-size: 100% 1px, 100% 1px;
  background-position: left bottom, left calc(100% - 3px);
  background-repeat: no-repeat;
}

.faq-kicker {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--paper);
}

.faq-ornament {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
}

.faq-ornament::before,
.faq-ornament::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-gold), var(--line));
}

.faq-ornament::after {
  background: linear-gradient(90deg, var(--line), var(--line-gold), transparent);
}

.faq-ornament i {
  width: 7px;
  height: 7px;
  background: var(--red);
  box-shadow: 0 0 0 3px var(--bg), 0 0 0 4px var(--red-dim);
  flex: none;
}

.page-faq .faq-note {
  margin: 0 0 26px;
  max-width: 36rem;
  color: #7c7c7c;
  font-size: 0.92rem;
  line-height: 1.45;
}

.faq-frame {
  position: relative;
  padding: 10px;
  border: 1px solid var(--line-gold);
  box-shadow: inset 0 0 0 4px var(--bg), inset 0 0 0 5px #2a261f;
}

.faq-frame::before,
.faq-frame::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid var(--paper-dim);
  pointer-events: none;
}

.faq-frame::before {
  top: -1px;
  left: -1px;
  border-right: 0;
  border-bottom: 0;
}

.faq-frame::after {
  right: -1px;
  bottom: -1px;
  border-left: 0;
  border-top: 0;
}

.page-faq .faq-list { gap: 0; }

.page-faq .faq-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #26221c;
  box-shadow: none;
}

.page-faq .faq-item:last-child { border-bottom: none; }

.page-faq .faq-item summary {
  padding: 18px 14px 16px;
}

.page-faq .faq-num {
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  color: var(--paper);
}

.page-faq .faq-q {
  font-size: 1.52rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--ink);
}

.page-faq .faq-mark {
  font-weight: 400;
  color: var(--paper-dim);
}

.page-faq .faq-item details[open] .faq-mark {
  color: var(--paper);
}

.page-faq .faq-a {
  padding: 0 14px 20px 14px;
  margin-left: calc(2.2rem + 12px);
  border-top: none;
  color: #8a8a8a;
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.page-faq footer {
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .page-faq h1 { font-size: 1.9rem; letter-spacing: 0.06em; }
  .page-faq .faq-q { font-size: 1.32rem; }
  .page-faq .faq-a { margin-left: 0; }
}
