
:root {
  --ink: #07080a;
  --paper: #eeeae0;
  --warm-white: #faf8f2;
  --gold: #c8a55a;
  --coral: #ff534f;
  --line: rgba(250, 248, 242, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--warm-white);
  font-family: var(--font-sans), Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  align-items: center;
  background: rgba(5, 6, 8, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  left: 2vw;
  padding: 12px 18px;
  position: absolute;
  right: 2vw;
  top: 18px;
  z-index: 10;
  backdrop-filter: blur(16px);
}
.brand img, .footer-brand img { display: block; height: 56px; object-fit: contain; width: auto; }
.footer-links a { opacity: 0.8; transition: opacity 180ms ease; }
.footer-links a:hover { opacity: 1; }
.header-cta {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 13px;
  justify-self: end;
  padding: 13px 18px;
}
.header-cta span, .primary-button span, .help a span { margin-left: 12px; }

.hero { min-height: 780px; overflow: hidden; position: relative; }
.hero-image {
  background-image: url("https://crown-ballet.co.uk/wp-content/themes/crown-ballet-modern-theme/assets/images/campaign-hero-classical.png");
  background-position: center 24%;
  background-size: cover;
  inset: 0;
  position: absolute;
  transform: scale(1.01);
}
.hero-shade {
  background: linear-gradient(90deg, rgba(4,5,7,.96) 0%, rgba(4,5,7,.66) 38%, rgba(4,5,7,.05) 73%), linear-gradient(0deg, rgba(4,5,7,.98) 0%, transparent 48%);
  inset: 0;
  position: absolute;
}
.hero-content {
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: flex-end;
  padding: 160px 6vw 66px;
  position: absolute;
}
.eyebrow, .section-kicker { font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow {
  align-self: flex-start;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  margin: 0 0 28px;
  padding: 10px 14px;
}
h1 {
  font-size: clamp(64px, 9.8vw, 146px);
  font-weight: 450;
  letter-spacing: -.065em;
  line-height: .8;
  margin: 0;
  max-width: 1220px;
  text-transform: uppercase;
}
h1 span { color: transparent; display: block; -webkit-text-stroke: 1.4px rgba(255,255,255,.74); }
.hero-bottom {
  align-items: end;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 24px;
}
.hero-bottom p { color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.55; margin: 0; max-width: 590px; }
.primary-button {
  align-items: center;
  background: var(--coral);
  border-radius: 999px;
  color: #08090a;
  display: inline-flex;
  font-size: 13px;
  font-weight: 650;
  justify-content: space-between;
  min-width: 210px;
  padding: 18px 22px;
  transition: background 180ms ease, transform 180ms ease;
}
.primary-button:hover { background: #ff706b; transform: translateY(-2px); }
.side-label {
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .24em;
  position: absolute;
  right: 19px;
  text-transform: uppercase;
  top: 48%;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right center;
  z-index: 2;
}

.intro {
  background: var(--paper);
  color: var(--ink);
  display: grid;
  gap: 8vw;
  grid-template-columns: 1.1fr .75fr;
  padding: 120px 7vw 90px;
}
.section-kicker { color: #8a7546; margin: 0 0 24px; }
.intro h2, .download-copy h2, .help h2 {
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(52px, 7vw, 106px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .86;
  margin: 0;
}
.intro h2 span { color: #8c7950; display: block; font-style: italic; font-weight: 400; }
.intro-copy {
  align-self: end;
  border-top: 1px solid rgba(7,8,10,.25);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  padding-top: 20px;
}
.contents { background: var(--paper); color: var(--ink); padding: 0 7vw 120px; }
.contents-grid { border-top: 1px solid rgba(7,8,10,.3); display: grid; grid-template-columns: repeat(2, 1fr); }
.content-card {
  align-items: start;
  border-bottom: 1px solid rgba(7,8,10,.3);
  display: grid;
  gap: 30px;
  grid-template-columns: 42px 1fr;
  min-height: 210px;
  padding: 36px 4vw 36px 0;
}
.content-card:nth-child(odd) { border-right: 1px solid rgba(7,8,10,.3); }
.content-card:nth-child(even) { padding-left: 4vw; }
.card-number { border: 1px solid rgba(7,8,10,.3); border-radius: 999px; font-size: 10px; padding: 8px 0; text-align: center; }
.content-card h3 { font-family: var(--font-display), Georgia, serif; font-size: clamp(28px, 3vw, 42px); font-weight: 500; line-height: 1; margin: 0 0 14px; }
.content-card p { color: rgba(7,8,10,.66); font-size: 14px; line-height: 1.65; margin: 0; max-width: 430px; }

.download-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
.download-visual {
  background-image: linear-gradient(0deg, rgba(4,5,7,.74), transparent 55%), url("https://crown-ballet.co.uk/wp-content/themes/crown-ballet-modern-theme/assets/images/nutcracker-production-2024.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  padding: 42px;
}
.download-visual span { align-self: end; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; font-size: 10px; letter-spacing: .18em; padding: 10px 14px; text-transform: uppercase; }
.download-copy { align-items: flex-start; background: #111318; display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.section-kicker.light { color: var(--gold); }
.download-copy h2 { font-size: clamp(56px, 6.5vw, 98px); }
.download-copy > p:not(.section-kicker):not(.small-note) { color: rgba(255,255,255,.66); line-height: 1.75; margin: 30px 0 34px; max-width: 550px; }
.primary-button.large { min-width: min(100%, 340px); padding: 20px 24px; }
.small-note { color: rgba(255,255,255,.38); font-size: 11px; margin: 16px 0 0; }

.help { background: var(--coral); color: var(--ink); padding: 100px 7vw; }
.help .section-kicker { color: rgba(7,8,10,.6); }
.help-row { align-items: start; display: grid; gap: 8vw; grid-template-columns: 1.1fr .8fr; }
.help h2 { font-size: clamp(48px, 6vw, 90px); }
.help-row > div { border-top: 1px solid rgba(7,8,10,.34); padding-top: 20px; }
.help-row p { font-size: 15px; line-height: 1.7; margin: 0 0 26px; }
.help a { border-bottom: 1px solid currentColor; display: inline-block; font-size: 13px; font-weight: 650; padding-bottom: 6px; }

footer { background: var(--ink); padding: 88px 7vw 28px; }
.footer-callout { font-size: clamp(54px, 9vw, 138px); font-weight: 500; letter-spacing: -.06em; line-height: .82; padding-bottom: 80px; }
.footer-callout p { margin: 0; }
.footer-callout p:last-child { color: transparent; -webkit-text-stroke: 1.3px rgba(255,255,255,.48); }
.footer-bottom { align-items: center; border-top: 1px solid var(--line); color: rgba(255,255,255,.55); display: grid; font-size: 11px; grid-template-columns: 1fr auto 1fr; padding-top: 24px; }
.footer-brand img { height: 50px; }
.footer-links { display: flex; gap: 24px; justify-self: end; }

@media (max-width: 800px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .brand img { height: 46px; }
  .hero { min-height: 720px; }
  .hero-image { background-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,5,7,.98) 0%, rgba(4,5,7,.1) 72%); }
  .hero-content { padding: 145px 24px 38px; }
  .hero-bottom { align-items: start; flex-direction: column; margin-top: 34px; }
  .primary-button { width: 100%; }
  .side-label { display: none; }
  .intro, .help-row { gap: 48px; grid-template-columns: 1fr; }
  .intro, .contents, .help { padding-left: 24px; padding-right: 24px; }
  .contents-grid, .download-panel { grid-template-columns: 1fr; }
  .content-card:nth-child(odd) { border-right: 0; }
  .content-card:nth-child(even) { padding-left: 0; }
  .download-visual { min-height: 520px; padding: 24px; }
  .download-copy { padding: 80px 24px; }
  .footer-bottom { align-items: start; gap: 24px; grid-template-columns: 1fr; }
  .footer-links { justify-self: start; }
}

@media (max-width: 520px) {
  .header-cta { font-size: 11px; padding: 11px 14px; }
  .header-cta span { display: none; }
  h1 { font-size: clamp(52px, 17vw, 78px); }
  .intro h2, .download-copy h2, .help h2 { font-size: 52px; }
  .content-card { gap: 18px; grid-template-columns: 36px 1fr; }
  .footer-callout { font-size: 17vw; }
}

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