:root {
  --navy: #12334a;
  --blue: #174e70;
  --ink: #243746;
  --muted: #63717a;
  --line: #e0e5e5;
  --paper: #f6f7f4;
  --bronze: #8c6d4a;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  font: 15px/1.6 var(--sans);
  color-scheme: light;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 280px; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
button { font: inherit; color: inherit; cursor: pointer; -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }
img { display: block; max-width: 100%; }
h1, h2, p { margin: 0; }
.skip-link { position: fixed; z-index: 10; top: -80px; left: 16px; padding: 12px 20px; background: var(--navy); color: #fff; }
.skip-link:focus { top: 12px; }
.masthead, .page-content, .site-footer { width: min(100% - 80px, 1056px); margin-inline: auto; }
.masthead { min-height: 134px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 24px; border-bottom: 1px solid var(--line); }
.brand { flex-shrink: 0; display: flex; align-items: center; gap: 22px; }
.brand img { width: 90px; height: auto; }
.brand span { border-left: 1px solid var(--line); padding-left: 22px; font-size: 10px; letter-spacing: .19em; color: var(--navy); }
.header-tools { display: flex; align-items: center; gap: 32px; }
.language-switch { display: flex; align-items: center; gap: 1px; }
.language-switch button { min-width: 44px; min-height: 44px; background: none; border: 0; font-size: 12px; font-weight: 500; color: var(--muted); }
.language-switch button[aria-pressed="true"] { color: var(--navy); text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.language-switch > span { color: #87949c; font-size: 10px; }
.back-link { display: flex; align-items: center; gap: 9px; min-height: 44px; font-size: 12px; color: var(--navy); }
.back-link:hover, .site-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.intro { text-align: center; padding: 62px 0 39px; }
.eyebrow { font-size: 10px; line-height: 1.6; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; color: var(--bronze); }
h1 { margin-top: 10px; font: 400 clamp(36px, 4.3vw, 54px)/1.22 var(--serif); letter-spacing: -1.2px; color: var(--navy); }
.intro-note { margin-top: 15px; font-size: 13px; color: var(--muted); }
.venue-grid, .qr-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.venue-card { min-width: 0; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; background: #fff; transition: border-color .2s, box-shadow .2s, transform .2s; }
.venue-card:hover { border-color: #a7b7bf; box-shadow: 0 12px 28px #12334a0b; transform: translateY(-3px); }
.venue-image { aspect-ratio: 1.95; overflow: hidden; background: var(--paper); }
.venue-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.venue-card:hover .venue-image img { transform: scale(1.025); }
.venue-body { padding: 26px 28px 23px; }
.venue-body h2 { margin-top: 7px; font: 400 clamp(26px, 3vw, 34px)/1.25 var(--serif); letter-spacing: -.5px; color: var(--navy); }
.card-bottom { margin-top: 29px; padding-top: 17px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 12px; font-weight: 500; color: var(--navy); }
.arrow { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 18px; font-weight: 400; }
.language-note { padding: 28px 0 44px; text-align: center; color: var(--muted); font-size: 11px; letter-spacing: .02em; }
.note-dot { padding-inline: 12px; color: var(--bronze); }
.site-footer { min-height: 85px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 20px; color: var(--muted); font-size: 11px; }
.site-footer p span { display: inline-block; margin-left: 7px; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; color: var(--navy); white-space: nowrap; }
.qr-intro-note { max-width: 490px; margin-inline: auto; line-height: 1.8; }
.qr-grid { max-width: 880px; margin: 0 auto 52px; }
.qr-card { min-width: 0; padding: 30px 30px 20px; border: 1px solid var(--line); border-radius: 4px; text-align: center; background: #fff; }
.qr-card h2 { font: 400 29px/1.3 var(--serif); letter-spacing: -.4px; color: var(--navy); margin-top: 7px; }
.qr-image-link { display: block; width: min(100%, 246px); margin: 23px auto 24px; background: #fff; }
.qr-image-link img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.primary-link { min-height: 48px; padding: 11px 20px; display: flex; justify-content: center; align-items: center; gap: 16px; background: var(--navy); border: 1px solid var(--navy); border-radius: 3px; color: #fff; font-size: 12px; font-weight: 500; }
.primary-link:hover { background: var(--blue); }
.download-links { display: flex; align-items: center; justify-content: center; gap: 26px; margin-top: 9px; }
.download-links a { min-height: 44px; display: flex; align-items: center; gap: 7px; font-size: 11px; color: var(--navy); }
.download-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 680px) {
  .masthead, .page-content, .site-footer { width: calc(100% - 40px); }
  .masthead { min-height: 107px; padding-block: 20px; gap: 12px; }
  .brand { display: block; }
  .brand img { width: 74px; }
  .brand span { display: block; margin-top: 7px; padding: 0; border: 0; font-size: 7px; letter-spacing: .12em; }
  .header-tools { gap: 13px; }
  .back-link { font-size: 11px; gap: 5px; }
  .intro { padding: 39px 8px 28px; }
  h1 { font-size: 36px; letter-spacing: -.9px; }
  .intro-note { margin-top: 11px; font-size: 12px; }
  .venue-grid, .qr-grid { grid-template-columns: 1fr; gap: 22px; }
  .venue-image { aspect-ratio: 2.05; }
  .venue-body { padding: 22px 22px 17px; }
  .venue-body h2 { font-size: 30px; }
  .card-bottom { margin-top: 19px; padding-top: 13px; }
  .language-note { padding: 27px 0 29px; }
  .site-footer { align-items: flex-start; font-size: 10px; }
  .site-footer p { padding-block: 7px; }
  .site-footer p span { display: block; margin-left: 0; margin-top: 2px; }
  .qr-grid { max-width: 420px; margin-bottom: 34px; }
  .qr-card { padding: 26px 24px 17px; }
  .qr-card h2 { font-size: 28px; }
  .qr-image-link { width: min(100%, 238px); }
}
@media (max-width: 360px) {
  .masthead, .page-content, .site-footer { width: calc(100% - 32px); }
  .brand span { font-size: 6.5px; }
  .header-tools { gap: 4px; }
  .language-switch button { min-width: 39px; }
  .back-link { font-size: 10px; }
  h1 { font-size: 32px; }
  .venue-body h2 { font-size: 27px; }
  .qr-card { padding-inline: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}
