:root {
  color-scheme: dark;
  --bg: #2a2620;
  --ink: #f6f0e4;
  --muted: #d0c6b4;
  --gold: #e4bc6e;
  --line: #3d3830;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Georgia, "Times New Roman", serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
}
.wrap { max-width: 44rem; margin: 0 auto; padding: 1.25rem 1.25rem 4rem; }
header.site {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.25rem;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  padding: 1rem 1.25rem;
  max-width: 72rem;
  margin: 0 auto;
  font-family: system-ui, sans-serif;
  font-size: .92rem;
  background: #241f1a;
}
header.site a { color: var(--ink); text-decoration: none; }
header.site a:hover { color: var(--gold); }
header.site .brand { letter-spacing: .12em; text-transform: uppercase; font-size: .8rem; }
nav.main { display: flex; flex-wrap: wrap; gap: .75rem 1rem; }
nav.langs { display: flex; gap: .6rem; }
h1 { font-size: 2.1rem; line-height: 1.15; margin: 1.5rem 0 .8rem; }
h2 { font-size: 1.25rem; margin: 2rem 0 .6rem; }
p, li { color: var(--ink); }
.muted, .lede { color: var(--muted); }
a { color: var(--gold); }
.card {
  border: 1px solid var(--line);
  padding: 1rem 1.1rem;
  margin: 1rem 0;
}
.btn {
  display: inline-block;
  background: var(--gold);
  color: #241f1a;
  text-decoration: none;
  padding: .75rem 1.15rem;
  font-family: system-ui, sans-serif;
  font-weight: 600;
}
.btn-ghost {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
}
form label { display: block; margin: .9rem 0 .3rem; font-family: system-ui, sans-serif; font-size: .9rem; }
form input[type="text"], form input[type="email"] {
  width: 100%;
  padding: .6rem .7rem;
  background: #1c1916;
  color: var(--ink);
  border: 1px solid #444;
}
form button {
  margin-top: 1rem;
  background: var(--gold);
  color: #241f1a;
  border: 0;
  padding: .7rem 1.1rem;
  font-weight: 600;
  cursor: pointer;
}
footer.site {
  max-width: 72rem;
  margin: 3rem auto 0;
  padding: 1rem 1.25rem 2rem;
  border-top: 1px solid var(--line);
  font-family: system-ui, sans-serif;
  font-size: .85rem;
  color: var(--muted);
}
footer.site a { color: var(--muted); }
.note { font-size: .95rem; color: var(--muted); }
.hero {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 4rem 1.5rem 3.2rem;
  background: #2a2620;
}
.hero-fallback,
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-fallback { z-index: 0; }
.hero-video { z-index: 1; }
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(42,38,32,.25) 0%, rgba(42,38,32,.45) 48%, #2a2620 100%);
}
.hero-inner {
  position: relative;
  z-index: 3;
  max-width: 40rem;
}
.hero h1 {
  font-size: clamp(2.1rem, 6vw, 3.6rem);
  margin: .3rem 0 1rem;
  letter-spacing: .01em;
}
.hero .kicker {
  font-family: system-ui, sans-serif;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: .78rem;
  color: var(--gold);
}
.hero .actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; }
.band {
  max-width: 72rem;
  margin: 0 auto;
  padding: 4.5rem 1.5rem;
  display: grid;
  gap: 2rem 3rem;
  align-items: center;
}
@media (min-width: 840px) {
  .band { grid-template-columns: 1.05fr 0.95fr; }
  .band.reverse { grid-template-columns: 0.95fr 1.05fr; }
  .band.reverse .copy { order: 2; }
  .band.reverse .visual { order: 1; }
}
.band h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin: 0 0 1rem;
  line-height: 1.15;
}
.visual {
  min-height: 16rem;
  background: #241f1a;
  border: 1px solid var(--line);
  overflow: hidden;
}
.visual img,
.visual .clip {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 28rem;
  object-fit: cover;
  background: #241f1a;
}
.visual.tall img {
  object-fit: contain;
  max-height: 36rem;
  width: 100%;
  height: auto;
}
.gallery {
  max-width: 72rem;
  margin: 0 auto 2rem;
  padding: 0 1.5rem 3rem;
  display: grid;
  gap: 1rem;
  align-items: start;
}
@media (min-width: 700px) {
  .gallery { grid-template-columns: 1fr 1fr; }
}
.gallery img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  border: 1px solid var(--line);
  background: #241f1a;
}
.gallery img.tall {
  height: auto;
  max-height: 32rem;
  object-fit: contain;
}
.cta-band {
  text-align: center;
  padding: 5rem 1.5rem;
  border-top: 1px solid var(--line);
}
.cta-band h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.video-band {
  max-width: 72rem;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3.5rem;
}
.video-band h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin: 0 0 .6rem;
}
.video-band .lede { margin: 0 0 1.25rem; }
.video-band ul {
  max-width: 44rem;
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
}
.video-band li { margin: .25rem 0; }
.player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid var(--line);
  cursor: pointer;
  overflow: hidden;
}
.player img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.player .playmark {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.45));
  font-family: system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #241f1a;
}
.player .playmark span {
  background: var(--gold);
  padding: .7rem 1.15rem;
}
.player-note {
  margin: .7rem 0 0;
  font-family: system-ui, sans-serif;
  font-size: .82rem;
  color: var(--muted);
}
