:root {
  --ink: #18222d;
  --muted: #66727c;
  --paper: #f6f7f4;
  --surface: #ffffff;
  --navy: #132a3a;
  --teal: #0e766f;
  --mint: #d8eee8;
  --coral: #ef7d63;
  --line: #dbe2df;
  --focus: #0e766f;
  --content: 1160px;
}
* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.7 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-underline-offset: 3px; }
button, a, select { touch-action: manipulation; }
button, select { font: inherit; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 20; inset: 8px auto auto 8px; transform: translateY(-160%); padding: 10px 14px; background: var(--surface); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(219,226,223,.95); background: rgba(246,247,244,.94); backdrop-filter: blur(14px); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 850; text-decoration: none; }
.brand-mark { display: none; }
.brand-name { font-size: 17px; letter-spacing: .01em; }
.site-nav { display: flex; align-items: center; gap: 2px; margin-inline-start: auto; }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 12px; border-bottom: 3px solid transparent; color: var(--muted); font-size: 14px; font-weight: 750; text-decoration: none; transition: color .18s ease, border-color .18s ease; }
.site-nav a:hover, .site-nav a[aria-current=page] { color: var(--navy); border-color: var(--coral); }
.language { min-height: 42px; padding: 7px 30px 7px 11px; border: 1px solid var(--line); border-radius: 5px; color: var(--navy); background: var(--surface); font-size: 13px; font-weight: 750; }
.header-cta { min-height: 42px; display: inline-flex; align-items: center; padding: 7px 15px; border: 1px solid var(--navy); border-radius: 5px; background: var(--navy); color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .18s ease, background-color .18s ease; }
.header-cta:hover { background: var(--teal); transform: translateY(-1px); }
.hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.85fr); gap: clamp(42px,8vw,110px); align-items: center; padding-block: clamp(62px,10vw,122px) clamp(72px,11vw,132px); }
.eyebrow, .article-kicker, .aside-index { margin: 0 0 16px; color: var(--teal); font: 800 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 690px; margin: 0; color: var(--navy); font-size: clamp(52px,7.6vw,88px); font-weight: 850; line-height: .96; letter-spacing: -.04em; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero-copy { max-width: 565px; margin: 25px 0 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px; border: 1px solid var(--navy); border-radius: 5px; color: var(--navy); font-weight: 800; text-decoration: none; transition: transform .18s ease, background-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--navy); color: #fff; }
.button.secondary:hover { background: var(--mint); }
.button svg { width: 17px; height: 17px; }
.ticket-art { position: relative; min-height: 410px; display: grid; place-items: center; }
.ticket-art::before { content: ""; position: absolute; width: min(405px,92%); aspect-ratio: 1; border-radius: 50%; background: var(--mint); }
.ticket { position: relative; z-index: 1; width: min(365px,90%); padding: 20px; border: 1px solid var(--navy); background: var(--surface); box-shadow: 16px 16px 0 var(--coral); transform: rotate(-4deg); }
.ticket::before, .ticket::after { content: ""; position: absolute; top: 58%; width: 22px; height: 22px; border: 1px solid var(--navy); border-radius: 50%; background: var(--paper); }
.ticket::before { left: -12px; border-left-color: transparent; }
.ticket::after { right: -12px; border-right-color: transparent; }
.ticket-top { display: flex; justify-content: space-between; color: var(--teal); font: 800 11px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.ticket-title { margin: 74px 0 26px; color: var(--navy); font-size: 34px; font-weight: 850; line-height: 1.03; }
.ticket-title span { color: var(--coral); }
.ticket-rule { border-top: 1px dashed var(--navy); }
.ticket-meta { display: flex; justify-content: space-between; gap: 14px; margin-top: 16px; color: var(--muted); font: 700 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; }
.ticket-note { margin: 24px 0 0; color: var(--navy); font-size: 13px; font-weight: 750; }
.section-band { border-block: 1px solid var(--line); background: var(--surface); }
.section-inner { padding-block: 68px 78px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-heading h2 { max-width: 540px; margin: 0; color: var(--navy); font-size: 46px; line-height: 1.04; letter-spacing: -.03em; }
.section-heading p { max-width: 360px; margin: 0; color: var(--muted); font-size: 15px; }
.policy-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.policy-card { min-height: 278px; display: flex; flex-direction: column; padding: 23px 21px 20px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.policy-card:hover { border-color: var(--teal); box-shadow: 7px 7px 0 var(--mint); transform: translate(-2px,-2px); }
.policy-num { color: var(--teal); font: 800 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.policy-card h3 { margin: 45px 0 9px; color: var(--navy); font-size: 24px; line-height: 1.1; }
.policy-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.policy-arrow { width: 35px; height: 35px; display: grid; place-items: center; margin-top: auto; border-radius: 50%; background: var(--coral); color: var(--navy); }
.policy-arrow svg { width: 17px; height: 17px; }
.callout { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.7fr); gap: 36px; align-items: center; padding: 40px; background: var(--navy); color: #fff; }
.callout h2 { margin: 0; font-size: 39px; line-height: 1.05; }
.callout p { margin: 10px 0 0; color: #d7e3e8; }
.callout-side { justify-self: end; max-width: 320px; color: var(--coral) !important; font-size: 14px; font-weight: 800; }
.site-footer { border-top: 1px solid var(--line); background: var(--paper); }
.footer-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
.footer-inner p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { color: var(--navy); font-weight: 800; text-decoration: none; }
.legal-layout { display: grid; grid-template-columns: 238px minmax(0,1fr); gap: clamp(44px,9vw,118px); padding-block: 58px 104px; }
.legal-aside { position: sticky; top: 114px; align-self: start; }
.aside-index { color: var(--muted); }
.legal-aside h2 { margin: 0 0 24px; color: var(--navy); font-size: 25px; line-height: 1.1; }
.doc-nav { display: grid; gap: 2px; }
.doc-nav a { min-height: 44px; display: flex; align-items: center; padding: 8px 10px; border-left: 3px solid transparent; color: var(--muted); font-size: 14px; font-weight: 750; text-decoration: none; }
.doc-nav a:hover, .doc-nav a[aria-current=page] { border-color: var(--coral); background: var(--mint); color: var(--navy); }
.back-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 26px; color: var(--teal); font-size: 13px; font-weight: 800; text-decoration: none; }
.back-link svg { width: 16px; height: 16px; }
.article { max-width: 800px; }
.article-header { padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.article h1 { margin: 0; color: var(--navy); font-size: clamp(45px,6vw,68px); line-height: 1; letter-spacing: -.04em; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.article-body { padding-top: 34px; }
.article-body h2 { margin: 38px 0 10px; color: var(--teal); font-size: 23px; line-height: 1.2; }
.article-body p { margin: 0 0 16px; }
.article-body ul { margin: 0 0 18px; padding-left: 21px; }
.article-body li { margin-bottom: 8px; }
.article-body a { color: var(--teal); font-weight: 800; }
.lead { max-width: 700px; color: var(--navy); font-size: 20px; line-height: 1.5; }
.notice { margin: 26px 0; padding: 18px 20px; border-left: 4px solid var(--coral); background: var(--mint); }
.notice strong { display: block; margin-bottom: 4px; color: var(--navy); }
.contact-block { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); }
@media (max-width: 860px) {
  .header-inner { flex-wrap: wrap; gap: 10px 16px; padding-block: 12px; }
  .site-nav { order: 4; width: 100%; overflow-x: auto; margin-inline-start: 0; }
  .site-nav a { white-space: nowrap; }
  .language { margin-inline-start: auto; }
  .hero { grid-template-columns: 1fr; padding-block: 58px 80px; }
  .ticket-art { min-height: 350px; }
  .policy-grid { grid-template-columns: 1fr; }
  .policy-card { min-height: 220px; }
  .callout { grid-template-columns: 1fr; padding: 30px 24px; }
  .callout-side { justify-self: start; }
  .legal-layout { grid-template-columns: 1fr; gap: 33px; padding-block: 44px 80px; }
  .legal-aside { position: static; }
  .doc-nav { display: flex; flex-wrap: wrap; gap: 4px; }
  .doc-nav a { border-left: 0; border-bottom: 3px solid transparent; }
  .doc-nav a:hover, .doc-nav a[aria-current=page] { border-bottom-color: var(--coral); }
}
@media (max-width: 520px) {
  .wrap { width: min(calc(100% - 28px), var(--content)); }
  .brand-name { font-size: 16px; }
  .header-cta { padding-inline: 12px; }
  .hero h1 { font-size: 56px; }
  .hero-copy { font-size: 17px; }
  .ticket-art { min-height: 310px; }
  .ticket { width: min(320px,90%); }
  .section-inner { padding-block: 50px 58px; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 12px; }
  .footer-inner { display: block; padding-block: 22px; }
  .footer-links { margin-top: 10px; }
  .lead { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
