:root {
  --ink: #0a1522;
  --ink-2: #0f1e2e;
  --panel: #13273a;
  --line: rgba(229, 168, 59, 0.22);
  --brass: #e5a83b;
  --brass-soft: #f3cd85;
  --wine: #5b1e33;
  --ivory: #f4efe4;
  --slate: #9db1c4;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, "SFMono-Regular", "Cascadia Mono", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ink);
  background-image: radial-gradient(circle at 12% -10%, rgba(229, 168, 59, 0.14), transparent 55%),
                    radial-gradient(circle at 100% 0%, rgba(91, 30, 51, 0.4), transparent 45%);
  background-repeat: no-repeat;
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.72;
}

.wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--brass);
  color: var(--ink);
  padding: 10px 16px;
  font-family: var(--mono);
  font-size: 13px;
  z-index: 20;
}
.skip:focus { left: 0; }

.masthead {
  border-bottom: 1px solid var(--line);
  background: rgba(10, 21, 34, 0.92);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(6px);
}

.masthead-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  align-items: flex-start;
}

.brand { display: flex; align-items: center; gap: 12px; }

.brand-mark { width: 42px; height: 42px; flex: 0 0 42px; display: block; }
.brand-mark svg { width: 100%; height: 100%; display: block; }

.brand-type { display: flex; flex-direction: column; line-height: 1.15; }

.brand-name {
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing: 0.01em;
  color: var(--ivory);
}

.brand-sub {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--slate);
  margin-top: 3px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav a {
  color: var(--slate);
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
}
.nav a:hover, .nav a:focus { color: var(--brass); border-bottom-color: var(--brass); }

.ticket {
  position: relative;
  background: linear-gradient(135deg, var(--wine) 0%, #2a1220 55%, var(--ink-2) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 34px 0 38px;
  margin: 0;
  text-align: center;
}

.ticket::before, .ticket::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 12px;
  background-image: radial-gradient(circle at 8px 0, var(--ink) 6px, transparent 6.5px);
  background-size: 20px 12px;
  background-repeat: repeat-x;
}
.ticket::before { top: 0; }
.ticket::after { bottom: 0; transform: rotate(180deg); }

.ticket-inner { display: flex; flex-direction: column; align-items: center; gap: 14px; }

.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0;
}

.ticket-headline {
  font-family: var(--serif);
  font-size: clamp(23px, 5.4vw, 38px);
  line-height: 1.24;
  margin: 0;
  max-width: 22ch;
  color: var(--ivory);
}

.ticket-note {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--slate);
  margin: 0;
}

.cta {
  display: inline-block;
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #17100a;
  background: linear-gradient(180deg, var(--brass-soft), var(--brass));
  border: none;
  border-radius: 2px;
  padding: 15px 26px;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(229, 168, 59, 0.5), 0 10px 26px rgba(0, 0, 0, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cta:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px var(--brass-soft), 0 14px 30px rgba(0, 0, 0, 0.5); }
.cta:focus-visible { outline: 3px solid var(--brass-soft); outline-offset: 3px; }
.cta-lg { width: 100%; max-width: 340px; }

.review { padding: 40px 0 8px; }

h1 {
  font-family: var(--serif);
  font-size: clamp(38px, 11vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.015em;
  margin: 0 0 18px;
  color: var(--ivory);
}

h1::after {
  content: "";
  display: block;
  width: 84px;
  height: 3px;
  background: var(--brass);
  margin-top: 20px;
}

h2 {
  font-family: var(--serif);
  font-size: clamp(25px, 5.6vw, 33px);
  line-height: 1.2;
  margin: 48px 0 14px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  color: var(--ivory);
}

h3 {
  font-family: var(--sans);
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 30px 0 10px;
  color: var(--brass);
}

p { margin: 0 0 18px; }

.standfirst {
  font-family: var(--serif);
  font-size: clamp(19px, 4.4vw, 22px);
  line-height: 1.55;
  color: var(--brass-soft);
  margin-bottom: 26px;
}

.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 24px 0 28px;
  border: 1px solid var(--line);
  background: var(--ink-2);
}
.table-wrap:focus-visible { outline: 2px solid var(--brass); outline-offset: 2px; }

table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 15px;
}

caption {
  caption-side: top;
  text-align: left;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slate);
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

th, td {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(157, 177, 196, 0.14);
}

thead th {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--brass);
  white-space: nowrap;
}

tbody tr:nth-child(even) { background: rgba(157, 177, 196, 0.05); }
tbody td:first-child { color: var(--brass-soft); }
tbody tr:last-child td { border-bottom: none; }

.faq { margin: 26px 0 10px; border-top: 1px solid var(--line); }

.faq-item { border-bottom: 1px solid var(--line); }

.faq-toggle { position: absolute; opacity: 0; width: 1px; height: 1px; }

.faq-q {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 18px 46px 18px 0;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.35;
  color: var(--ivory);
}

.faq-q::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--mono);
  font-size: 22px;
  color: var(--brass);
  transition: transform 0.2s ease;
}

.faq-q:hover { color: var(--brass-soft); }

.faq-toggle:focus-visible + .faq-q { outline: 2px solid var(--brass); outline-offset: 2px; }

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-a p {
  margin: 0;
  padding: 0 0 20px;
  color: var(--slate);
  font-size: 16px;
}

.faq-toggle:checked + .faq-q::after { content: "−"; }
.faq-toggle:checked ~ .faq-a { max-height: 420px; }

.cards-section { padding: 10px 0 20px; }

.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-top: 3px solid var(--brass);
  padding: 24px 22px 8px;
}

.card-tag {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 8px;
}

.card h3 {
  font-family: var(--serif);
  font-size: 22px;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ivory);
  margin: 0 0 12px;
}

.card p { font-size: 16px; color: var(--slate); }

.cards-cta { text-align: center; padding: 34px 0 10px; }

.footer {
  border-top: 1px solid var(--line);
  background: #071019;
  margin-top: 40px;
  padding: 34px 0 44px;
}

.footer-inner { display: flex; flex-direction: column; gap: 14px; }

.footer-brand { display: flex; align-items: center; gap: 12px; }

.badge {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--brass);
  border: 2px solid var(--brass);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-text { color: var(--slate); font-size: 15px; margin: 0; }

.footer-meta {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: rgba(157, 177, 196, 0.7);
  margin: 0;
}

@media (min-width: 720px) {
  .masthead-inner { flex-direction: row; align-items: center; justify-content: space-between; }
  .nav { gap: 22px; }
  .ticket { padding: 46px 0 50px; }
  .review { padding: 56px 0 8px; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .card { padding: 30px 28px 12px; }
  .cta-lg { width: auto; }
}

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