:root {
  --ink: #100e0d;
  --paper: #ece5d7;
  --muted: #afa699;
  --red: #d84932;
  --line: #39302b;
  --serif: "Cormorant Garamond", Georgia, serif;
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font:
    15px/1.75 Inter,
    Arial,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid #ff9274;
  outline-offset: 6px;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(56px, 7.5vw, 112px);
}
h2 {
  font-size: clamp(38px, 4.1vw, 64px);
}
h3 {
  line-height: 1.25;
  font-weight: 500;
}
em {
  font-weight: 500;
  color: #d97152;
}
p {
  color: var(--muted);
  margin: 20px 0;
  max-width: 65ch;
}
q:before,
q:after {
  color: inherit;
}
header {
  position: relative;
  z-index: 2;
  padding: 27px max(5.2vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid #ffffff15;
}
.wordmark {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.15;
}
.wordmark i {
  font-style: normal;
  font-size: 30px;
  color: var(--red);
  vertical-align: middle;
  letter-spacing: 0;
  margin-right: 8px;
}
.wordmark span {
  display: block;
  font-size: 8px;
  letter-spacing: 0.2em;
  color: var(--muted);
  margin-top: 8px;
  margin-left: 40px;
}
nav {
  display: flex;
  gap: 30px;
  font-size: 12px;
}
nav a {
  padding: 8px 0;
}
nav a:hover,
.text-link:hover {
  color: #f69f81;
}
.nav-app {
  border-bottom: 1px solid var(--red);
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.19em;
  line-height: 1.5;
  color: var(--muted);
  text-transform: uppercase;
  margin: 0 0 26px;
}
.hero {
  position: relative;
  min-height: 760px;
  padding: 82px 7.5vw 95px;
  isolation: isolate;
  overflow: hidden;
}
.hero-art {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #100e0df2 0%, #100e0dc7 28%, #100e0d1a 65%),
    linear-gradient(0deg, #100e0d 0%, transparent 28%),
    url("/cinema.jpg") 62% center/cover;
  z-index: -2;
  animation: arrive 1.6s ease-out;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.15;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.3' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-copy {
  max-width: 670px;
}
.hero h1 {
  font-size: clamp(74px, 8.5vw, 128px);
  line-height: 0.87;
  margin: 30px 0;
  letter-spacing: -0.045em;
}
.hero-deck {
  max-width: 425px;
  font-size: 15px;
  color: #c1b7a8;
  margin: 30px 0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 15px 23px;
  background: #df5b3e;
  color: #160c09;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid #df5b3e;
  min-height: 50px;
}
.button:hover {
  background: #f37c59;
  border-color: #f37c59;
}
.button span {
  font-size: 21px;
  line-height: 1;
}
.micro {
  font-size: 11px;
  margin: 14px 0;
  color: #9f978e;
}
.live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  margin-right: 9px;
  box-shadow: 0 0 18px #ff653aaa;
}
.hero-caption {
  position: absolute;
  right: 5vw;
  bottom: 32px;
  left: 7.5vw;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.2em;
  color: #9d9080;
}
.ticker {
  padding: 22px 6vw;
  border-block: 1px solid var(--line);
  display: flex;
  gap: 25px;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.ticker b {
  font-size: 17px;
  color: var(--red);
  font-weight: 400;
}
.section {
  padding: 100px max(7.5vw, 24px);
  max-width: 1600px;
  margin: auto;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  align-items: center;
}
.text-link {
  display: inline-block;
  font-size: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #825441;
  margin: 10px 0;
}
.programme {
  border: 1px solid #766152;
  background: linear-gradient(145deg, #27211c, #181410);
  transform: rotate(2deg);
  box-shadow: 16px 22px 60px #0007;
  padding: 0 25px;
}
.programme-head,
.programme-bottom {
  padding: 20px 0;
  font-size: 9px;
  letter-spacing: 0.18em;
  display: flex;
  justify-content: space-between;
  color: #b7a692;
}
.programme-head {
  border-bottom: 1px dashed #705e4d;
}
.programme-row {
  padding: 20px 0;
  display: flex;
  gap: 23px;
  align-items: center;
  border-bottom: 1px solid #43382e;
}
.programme-row:last-of-type {
  border-bottom: 1px dashed #705e4d;
}
.programme-row > span {
  margin-left: auto;
  color: #b06e4e;
}
.programme-row h3 {
  font-family: var(--serif);
  font-size: 27px;
}
.programme-row p {
  font-size: 10px;
  margin: 3px 0;
  letter-spacing: 0.03em;
}
.date {
  font-size: 29px;
  line-height: 1;
  font-family: var(--serif);
  min-width: 30px;
}
.date small {
  display: block;
  font: 8px Inter;
  letter-spacing: 0.15em;
  margin-top: 7px;
}
.programme-bottom {
  letter-spacing: 0;
  font-size: 10px;
}
.opinion {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #151210;
}
.opinion-heading,
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 35px;
}
.rank-preview {
  margin-top: 40px;
}
.rank-preview > a,
.full-ranking > a {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.rank {
  font-family: var(--serif);
  color: #a17055;
  font-size: 56px;
  line-height: 1;
  min-width: 76px;
  font-variant-numeric: tabular-nums;
}
.rank-preview h3 {
  font-family: var(--serif);
  font-size: 40px;
}
.rank-preview .eyebrow {
  margin: 0 0 8px;
  font-size: 9px;
}
.rank-preview a:hover h3,
.full-ranking a:hover h2 {
  color: #f29b79;
}
.arrow {
  margin-left: auto;
  font-size: 28px;
  color: #a68e7a;
}
.muted {
  font-size: 12px;
}
.coven-art {
  position: relative;
  height: 400px;
  display: grid;
  place-items: center;
  isolation: isolate;
  background: radial-gradient(ellipse, #78372925, transparent 65%);
}
.orbit {
  position: absolute;
  border: 1px solid #75443055;
  border-radius: 50%;
  width: 270px;
  height: 270px;
}
.orbit-two {
  width: 370px;
  height: 370px;
  border-style: dashed;
  transform: rotate(35deg);
}
.seat {
  position: absolute;
  border: 1px solid #694a3b;
  background: #201711;
  box-shadow: 0 10px 40px #0008;
  width: 125px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 9px;
  letter-spacing: 0.2em;
}
.seat b {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  color: #d3916b;
}
.s1 {
  left: 14%;
  top: 13%;
  transform: rotate(-12deg);
}
.s2 {
  right: 13%;
  top: 21%;
  transform: rotate(9deg);
}
.s3 {
  left: 37%;
  bottom: 16%;
  transform: rotate(-3deg);
}
.s3 b {
  font-size: 22px;
}
.coven-art > p {
  position: absolute;
  bottom: 0;
  font-size: 9px;
  letter-spacing: 0.23em;
}
.shelf-section {
  border-block: 1px solid var(--line);
}
.three-up {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  margin-top: 55px;
}
.feature-number {
  font-family: var(--serif);
  font-size: 34px;
  color: #b27655;
  display: block;
  margin-bottom: 24px;
}
.three-up h3 {
  font-family: var(--serif);
  font-size: 28px;
}
.three-up p {
  font-size: 13px;
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.guide-card {
  padding: 28px 0;
  border-top: 1px solid #7c503e;
  display: flex;
  flex-direction: column;
}
.guide-card h3 {
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.1;
}
.guide-card p {
  font-size: 13px;
}
.guide-card .eyebrow {
  font-size: 9px;
  color: #b17858;
}
.read {
  font-size: 11px;
  margin-top: auto;
  padding-top: 20px;
}
.guide-card:hover h3 {
  color: #e59976;
}
.last-call {
  padding: 100px 24px 115px;
  text-align: center;
  background: radial-gradient(ellipse at 50% 100%, #6b2b191f, transparent 60%);
  border-top: 1px solid var(--line);
}
.last-call h2 {
  font-size: clamp(58px, 6.5vw, 90px);
}
.last-call .button {
  margin-top: 35px;
}
.last-call p {
  margin: 25px auto;
  font-size: 12px;
}
footer {
  padding: 45px 7.5vw;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
footer > p {
  text-align: right;
  margin: 0;
  font-family: var(--serif);
  font-size: 22px;
}
footer > div {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0;
  font-size: 11px;
  grid-column: 1/-1;
}
footer small {
  font-size: 10px;
  color: #8f8579;
  grid-column: 1/-1;
}
.link {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  font-size: inherit;
  text-decoration: underline;
}
.page-intro {
  padding: 90px 7.5vw 50px;
  max-width: 1140px;
}
.page-intro p:not(.eyebrow) {
  max-width: 650px;
}
.article {
  max-width: 820px;
  margin: auto;
  padding: 80px 30px 100px;
}
.article h1 {
  font-size: clamp(48px, 5.6vw, 76px);
  line-height: 1.06;
}
.article h2 {
  font-size: 36px;
  margin: 45px 0 18px;
  line-height: 1.1;
}
.article h3 {
  font-family: var(--serif);
  font-size: 28px;
  margin-top: 25px;
}
.article p {
  font-size: 16px;
  line-height: 1.9;
  margin: 20px 0;
  max-width: unset;
}
.article a:not(.button) {
  text-decoration: underline;
  text-decoration-color: #80523d;
  text-underline-offset: 4px;
}
.article .standfirst {
  font-size: 20px;
  line-height: 1.6;
  color: #c0b4a4;
}
.article .byline {
  font-size: 11px;
  border-block: 1px solid var(--line);
  padding: 16px 0;
  margin: 28px 0;
}
.contents {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 20px 25px;
  border-left: 1px solid #a86744;
  background: #191410;
}
.contents a {
  padding: 0;
  font-size: 13px;
}
.article-cta {
  margin: 50px 0;
  padding: 0 30px 35px;
  border: 1px solid #634331;
}
.article .sources {
  font-size: 12px;
}
.related {
  display: grid;
  gap: 20px;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.3;
}
.full-ranking {
  padding-top: 20px;
}
.full-ranking h2 {
  font-size: 32px;
  letter-spacing: -0.02em;
}
.full-ranking p {
  font-size: 12px;
  margin: 5px 0 0;
}
.price-panel {
  padding: 40px;
  background: #211a15;
  border: 1px solid #654a38;
}
.price {
  font-family: var(--serif);
  font-size: 80px;
  line-height: 1.2;
  margin: 20px 0;
}
.account-shell {
  max-width: 620px;
  margin: auto;
  padding: 80px 25px 120px;
  min-height: 70vh;
}
.account-shell h1 {
  font-size: 65px;
}
.account-shell form {
  margin-top: 30px;
}
label {
  display: block;
  font-size: 13px;
  margin: 20px 0;
}
input {
  display: block;
  margin-top: 10px;
  width: 100%;
  padding: 14px;
  border: 1px solid #685342;
  background: #1c1713;
  color: var(--paper);
  border-radius: 0;
}
#auth-message,
#account-message {
  font-size: 13px;
}
.admin-shell {
  padding: 60px 6vw 100px;
  max-width: 1440px;
  margin: auto;
}
.admin-shell h1 {
  font-size: 65px;
  margin-bottom: 40px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.stat {
  border: 1px solid var(--line);
  padding: 25px;
}
.stat strong {
  font-family: var(--serif);
  font-size: 44px;
  display: block;
}
.stat span {
  font-size: 12px;
  color: var(--muted);
}
.admin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 45px;
}
.admin-grid h2 {
  font-size: 34px;
  margin: 15px 0 25px;
}
.admin-grid ul {
  list-style: none;
  padding: 0;
}
.admin-grid li {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  overflow-wrap: anywhere;
}
.status {
  float: right;
  color: #d89b71;
}
.admin-grid table {
  width: 100%;
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
}
.admin-grid td,
.admin-grid th {
  padding: 12px 8px;
  border-bottom: 1px solid var(--line);
}
.admin-grid th {
  color: var(--muted);
  font-weight: 500;
}
.alert {
  padding: 20px;
  border: 1px solid #73503d;
  background: #251c15;
  margin: 20px 0;
}
#consent {
  position: fixed;
  z-index: 5;
  bottom: 20px;
  left: 20px;
  max-width: 390px;
  background: #27201a;
  padding: 22px;
  border: 1px solid #80634d;
  box-shadow: 0 10px 60px #0009;
  font-size: 12px;
}
#consent p {
  margin: 0 0 15px;
}
#consent button {
  background: #d79772;
  color: #19100b;
  border: 1px solid #d79772;
  padding: 9px 13px;
  font-size: 12px;
  margin-right: 9px;
}
#consent button:last-child {
  background: transparent;
  color: var(--paper);
}
[hidden] {
  display: none !important;
}
.skip {
  position: absolute;
  top: -100px;
  left: 12px;
  background: var(--paper);
  color: #111;
  padding: 12px;
  z-index: 50;
}
.skip:focus {
  top: 12px;
}
@keyframes arrive {
  from {
    opacity: 0.3;
    transform: scale(1.015);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 850px) {
  header {
    padding: 22px 24px;
  }
  .wordmark {
    font-size: 17px;
  }
  .wordmark span {
    font-size: 7px;
    letter-spacing: 0.1em;
  }
  nav {
    gap: 20px;
  }
  nav > a:not(:last-child) {
    display: none;
  }
  .hero {
    min-height: 740px;
    padding: 80px 7vw 100px;
  }
  .hero-art {
    background-position: 58% center;
    opacity: 0.8;
  }
  .hero h1 {
    font-size: 96px;
  }
  .hero-deck {
    max-width: 350px;
  }
  .hero-caption {
    left: 7vw;
  }
  .hero-caption > span:last-child {
    display: none;
  }
  .section {
    padding: 70px 7vw;
  }
  .split {
    gap: 50px;
    grid-template-columns: 1fr;
  }
  .programme {
    max-width: 520px;
    transform: rotate(1deg);
  }
  .ticker {
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px;
    font-size: 9px;
  }
  .ticker span {
    width: 42%;
    text-align: center;
  }
  .ticker b {
    display: none;
  }
  .three-up,
  .guide-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .three-up {
    margin-top: 30px;
  }
  .three-up > div {
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
  }
  .feature-number {
    margin-bottom: 10px;
  }
  .opinion-heading,
  .section-heading {
    display: block;
  }
  .rank-preview > a {
    gap: 20px;
  }
  .rank {
    font-size: 46px;
    min-width: 55px;
  }
  .rank-preview h3 {
    font-size: 32px;
  }
  .coven-section > div:first-child {
    order: 2;
  }
  .coven-art {
    max-width: 430px;
    width: 100%;
    margin: auto;
  }
  .page-intro {
    padding: 60px 7vw 30px;
  }
  .full-ranking > a {
    gap: 18px;
  }
  .full-ranking h2 {
    font-size: 27px;
  }
  .full-ranking .rank {
    font-size: 36px;
    min-width: 47px;
  }
  footer {
    display: block;
    padding: 35px 7vw;
  }
  footer > p {
    text-align: left;
    margin-top: 20px;
  }
  footer > div {
    gap: 17px;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
  }
  .admin-grid {
    grid-template-columns: 1fr;
  }
  .admin-shell h1 {
    font-size: 48px;
  }
}
@media (max-width: 430px) {
  .hero h1 {
    font-size: 79px;
  }
  .hero {
    min-height: 720px;
    padding-top: 60px;
  }
  .hero-deck {
    max-width: 290px;
    font-size: 14px;
  }
  .hero-art {
    background-position: 56% center;
  }
  .hero-caption {
    font-size: 8px;
  }
  .coven-art {
    height: 360px;
  }
  .orbit-two {
    width: 310px;
    height: 310px;
  }
  .seat {
    width: 110px;
    height: 120px;
  }
  .s1 {
    left: 6%;
  }
  .s2 {
    right: 6%;
  }
  .s3 {
    left: 35%;
  }
  .nav-app {
    font-size: 10px;
  }
  .wordmark span {
    margin-left: 0;
    font-size: 6px;
  }
  .wordmark i {
    font-size: 24px;
    margin-right: 2px;
  }
  .full-ranking p {
    font-size: 10px;
  }
  .full-ranking .arrow {
    font-size: 20px;
  }
  .stats {
    gap: 10px;
  }
  .stat {
    padding: 16px;
  }
  .article {
    padding: 55px 24px;
  }
  .account-shell h1 {
    font-size: 56px;
  }
  #consent {
    right: 15px;
    left: 15px;
    bottom: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
.coven-art {
  overflow: hidden;
}
.rank-reason {
  max-width: 58ch !important;
  color: #b9a797 !important;
  font-size: 13px !important;
  margin-top: 9px !important;
}
