/* After Dark Film Club, with Erin Vale. Dark and cosy, not gothic (Stephen, 11 Sep 2026): a late-night ground, warm
   lamp-light amber for links and buttons, a touch of VHS teal for the sci-fi side, poster-style headings over a warm,
   readable serif. The site's own stylesheet: nothing here comes from a bought template. */

:root {
  --night: #121016;
  --sofa: #1e1b23;
  --sofa-2: #26222c;
  --line: #332e3a;
  --text: #efe9e1;
  --text-soft: #b9b0a6;
  --amber: #e3a54a;
  --amber-light: #f0bd6b;
  --teal: #6fb3aa;
  --warn: #f19a8e;
  --display: "Archivo", "Arial Narrow", Arial, sans-serif;
  --body: "Source Serif 4", Georgia, "Times New Roman", serif;
  --max: 1120px;
  --gutter: clamp(18px, 5vw, 48px);
}

* { box-sizing: border-box; }
html { background: var(--night); }
body {
  margin: 0; min-height: 100vh; display: flex; flex-direction: column;
  background: var(--night); color: var(--text);
  font-family: var(--body); font-size: 18px; line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
main { flex: 1; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--amber); text-underline-offset: 3px; }
a:hover { color: var(--amber-light); }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; }

h1, h2, h3 {
  font-family: var(--display); font-stretch: 80%; font-weight: 800;
  line-height: 1.05; letter-spacing: -0.005em; margin: 0; text-wrap: balance;
}
h1 { font-size: clamp(2.2rem, 5.5vw, 4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1em; }

.eyebrow {
  font-family: var(--display); font-stretch: 100%; font-weight: 600; font-size: 0.78rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); margin: 0 0 0.7em;
}
.eyebrow a { color: inherit; text-decoration: none; }
.lede { font-size: 1.2rem; color: var(--text-soft); max-width: 60ch; margin-top: 0.6em; }
.quiet { color: var(--text-soft); }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; z-index: 10; background: var(--amber); color: var(--night); padding: 8px 12px; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* header */
.site-header { position: sticky; top: 0; z-index: 5; background: rgba(18, 16, 22, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(6px); }
.site-header__inner { max-width: var(--max); margin: 0 auto; padding: 12px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 10px 24px; flex-wrap: wrap; }
.brand { display: grid; text-decoration: none; line-height: 1.15; }
.brand__name { font-family: var(--display); font-weight: 900; font-stretch: 75%; text-transform: uppercase; letter-spacing: 0.06em; font-size: 1.25rem; color: var(--text); margin: 0; }
.brand__name em { font-style: normal; color: var(--amber); }
.brand__byline { font-style: italic; font-size: 0.85rem; color: var(--text-soft); }
.site-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 20px; font-family: var(--display); font-weight: 600; font-size: 0.95rem; }
.site-nav a { color: var(--text-soft); text-decoration: none; padding: 4px 0; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--text); }
.site-nav a[aria-current="page"]:not(.nav-cta) { box-shadow: inset 0 -2px 0 var(--amber); }
.site-nav .nav-cta { background: var(--amber); color: var(--night); padding: 6px 12px; border-radius: 4px; }
.site-nav .nav-cta:hover { background: var(--amber-light); color: var(--night); }

/* buttons */
.button { display: inline-block; background: var(--amber); color: var(--night); font-family: var(--display); font-weight: 700; font-size: 1rem; line-height: 1.2; padding: 12px 18px; border: 0; border-radius: 4px; text-decoration: none; cursor: pointer; }
.button:hover { background: var(--amber-light); color: var(--night); }
.button--quiet { background: transparent; color: var(--text); box-shadow: inset 0 0 0 1px var(--line); }
.button--quiet:hover { background: var(--sofa); color: var(--text); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

/* home */
.hero { max-width: var(--max); margin: 0 auto; padding: clamp(28px, 6vw, 72px) var(--gutter); display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(24px, 4vw, 56px); align-items: center; }
.hero__picture { aspect-ratio: 4 / 5; border-radius: 10px; background: var(--sofa) center / cover no-repeat; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45); }
@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; }
  .hero__picture { order: -1; aspect-ratio: 16 / 11; }
}

/* sections, cards, pills */
.section { max-width: var(--max); margin: 0 auto; padding: 8px var(--gutter) 56px; }
.section--first { padding-top: clamp(28px, 6vw, 64px); }
.section__title { margin-bottom: 22px; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.card { display: flex; flex-direction: column; background: var(--sofa); border-radius: 10px; overflow: hidden; }
.card__picture { display: block; aspect-ratio: 16 / 10; background: var(--sofa-2) center / cover no-repeat; }
.card__body { display: grid; gap: 6px; padding: 16px 18px 20px; }
.card__meta { font-family: var(--display); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); margin: 0; }
.card h3 a { color: var(--text); text-decoration: none; }
.card h3 a:hover { color: var(--amber); }
.card p { margin: 0; color: var(--text-soft); font-size: 0.98rem; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 26px; }
.pill { font-family: var(--display); font-weight: 600; font-size: 0.85rem; color: var(--text-soft); text-decoration: none; padding: 5px 12px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line); }
.pill:hover, .pill.is-active { color: var(--night); background: var(--amber); box-shadow: none; }

/* a list, a page */
.piece { max-width: 760px; margin: 0 auto; padding: clamp(28px, 6vw, 64px) var(--gutter) 40px; }
.piece__header { margin-bottom: 26px; }
.piece__picture { width: 100%; border-radius: 10px; margin: 0 0 30px; }
.piece__banner { aspect-ratio: 16 / 8; border-radius: 10px; background: var(--sofa) center / cover no-repeat; margin: 0 0 30px; }
.prose { font-size: 1.1rem; }
.prose h2 { font-size: 1.7rem; margin: 1.6em 0 0.45em; }
.prose h3 { font-size: 1.3rem; margin: 1.4em 0 0.4em; }
.prose p, .prose ul, .prose ol { max-width: 65ch; margin: 0 0 1em; }
.prose li { margin: 0.3em 0; }
.prose img { border-radius: 8px; }
.prose blockquote { margin: 1.2em 0; padding: 0.2em 0 0.2em 18px; border-left: 3px solid var(--teal); color: var(--text-soft); font-style: italic; }
.store-switch { display: inline-flex; gap: 4px; margin-left: 8px; vertical-align: 2px; font-family: var(--display); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.06em; white-space: nowrap; }
.store-switch a { color: var(--text-soft); text-decoration: none; padding: 1px 6px; border-radius: 3px; box-shadow: inset 0 0 0 1px var(--line); }
.store-switch a:hover { color: var(--night); background: var(--amber); box-shadow: none; }
.disclosure-line { margin-top: 32px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 0.9rem; color: var(--text-soft); }
.host { display: flex; gap: 16px; align-items: flex-start; margin-top: 34px; padding: 18px; background: var(--sofa); border-radius: 10px; }
.host__picture { flex: 0 0 64px; height: 64px; border-radius: 50%; background: var(--sofa-2) center / cover no-repeat; }
.host__name { font-family: var(--display); font-weight: 700; margin: 0; }
.host p { margin: 0.2em 0; color: var(--text-soft); }

/* forms */
.club-form, .form { display: grid; gap: 6px; max-width: 460px; }
.club-form label, .form label { font-family: var(--display); font-weight: 600; font-size: 0.85rem; color: var(--text-soft); margin-top: 6px; }
input[type="text"], input[type="email"], select, textarea { width: 100%; font: inherit; font-size: 1rem; color: var(--text); background: var(--night); border: 1px solid var(--line); border-radius: 4px; padding: 10px 12px; }
textarea { min-height: 150px; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--amber); outline-offset: 1px; border-color: transparent; }
.club-form .button, .form .button { justify-self: start; margin-top: 12px; }
.form-error { color: var(--warn); }
.piece .club-form { margin-top: 26px; }

/* the Club strip, above the footer */
.club-strip { border-top: 1px solid var(--line); background: linear-gradient(180deg, var(--sofa), var(--night)); }
.club-strip__inner { max-width: var(--max); margin: 0 auto; padding: 44px var(--gutter); display: grid; grid-template-columns: 1fr minmax(260px, 420px); gap: 24px 48px; align-items: center; }
.club-strip h2 { margin-bottom: 0.3em; }
.club-strip p { color: var(--text-soft); margin: 0; }
@media (max-width: 760px) { .club-strip__inner { grid-template-columns: 1fr; } }

/* the Links page, for her Instagram bio */
.links { max-width: 520px; margin: 0 auto; padding: clamp(28px, 7vw, 64px) var(--gutter) 48px; display: grid; gap: 12px; justify-items: center; text-align: center; }
.links__picture { width: 96px; height: 96px; border-radius: 50%; background: var(--sofa) center / cover no-repeat; box-shadow: 0 0 0 3px var(--amber); }
.links h1 { font-size: clamp(1.8rem, 6vw, 2.4rem); }
.links .lede { margin: 0; }
.links__list { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 10px; width: 100%; }
.links__item { display: block; padding: 14px 16px; border-radius: 8px; background: var(--sofa); color: var(--text); text-decoration: none; font-family: var(--display); font-weight: 600; box-shadow: inset 0 0 0 1px var(--line); }
.links__item:hover { color: var(--text); box-shadow: inset 0 0 0 1px var(--amber); }
.links__item span { display: block; font-weight: 500; font-size: 0.85rem; }
.links__item--club { background: var(--amber); color: var(--night); box-shadow: none; }
.links__item--club:hover { background: var(--amber-light); color: var(--night); box-shadow: none; }
.links__social { color: var(--text-soft); }

/* thanks, not found */
.notice { max-width: 760px; margin: 0 auto; padding: clamp(40px, 10vw, 110px) var(--gutter); min-height: 40vh; }

/* footer */
.site-footer { border-top: 1px solid var(--line); }
.site-footer__inner { max-width: var(--max); margin: 0 auto; padding: 36px var(--gutter) 14px; display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.site-footer__brand p { margin: 0.2em 0; color: var(--text-soft); }
.site-footer__brand .brand__name { color: var(--text); }
.site-footer__nav { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 8px 18px; font-family: var(--display); font-size: 0.92rem; }
.site-footer__nav a { color: var(--text-soft); text-decoration: none; }
.site-footer__nav a:hover { color: var(--text); }
.site-footer__legal { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter) 28px; font-size: 0.85rem; color: var(--text-soft); }

/* the home page video, 16:9 */
.hero--video { grid-template-columns: 0.85fr 1.15fr; }
.hero__video { position: relative; margin: 0; }
.hero__player { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 10px; background: var(--sofa); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45); }
.hero__controls { position: absolute; left: 12px; top: 12px; display: flex; gap: 8px; }
.hero__btn { font-family: var(--display); font-weight: 700; font-size: 0.8rem; color: var(--night); background: var(--amber); border: 0; border-radius: 4px; padding: 6px 10px; cursor: pointer; }
.hero__btn:hover { background: var(--amber-light); }
.hero__btn:focus-visible { outline: 2px solid var(--text); outline-offset: 2px; }
.hero__caption { margin-top: 10px; font-size: 0.95rem; font-style: italic; color: var(--text-soft); max-width: 60ch; }
@media (max-width: 760px) {
  .hero--video { grid-template-columns: 1fr; }
  .hero--video .hero__video { order: -1; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
