:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  --ink: #17211c;
  --muted: #66716b;
  --line: color-mix(in srgb, var(--ink) 13%, transparent);
  --paper: #f8f5ed;
  --surface: #fffdf8;
  --accent: #e45e3d;
  --accent-ink: #fffaf4;
  --forest: #173e33;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --ease-in-out: cubic-bezier(.77, 0, .175, 1);
  --shadow-sm: 0 1px 2px rgb(25 36 31 / .06), 0 8px 24px rgb(25 36 31 / .06);
  --shadow-lg: 0 30px 90px rgb(14 26 21 / .18), 0 6px 24px rgb(14 26 21 / .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }
body, button, input { font: inherit; }
button, input { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { border: 0; }
button, [role="button"] { cursor: pointer; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 65%, white); outline-offset: 3px; }
::selection { background: color-mix(in srgb, var(--accent) 30%, transparent); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.site-header {
  position: sticky; top: 0; z-index: 30; display: flex; align-items: center;
  justify-content: space-between; min-height: 68px; padding: 0 4vw;
  background: color-mix(in srgb, var(--paper) 82%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  backdrop-filter: blur(18px) saturate(150%);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 760; letter-spacing: -.03em; }
.brand-mark {
  display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%;
  background: var(--ink); color: var(--paper); font: 700 13px/1 ui-monospace, monospace;
}
.header-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 40px); font-size: 14px; font-weight: 620; }
.header-nav a { color: var(--muted); transition: color 160ms ease; }
.header-nav a[aria-current="page"], .header-nav a:hover { color: var(--ink); }
.header-action, .primary-action, .secondary-action, .checkout-button {
  display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px;
  padding: 0 19px; border-radius: 999px; background: var(--ink); color: white;
  font-weight: 720; letter-spacing: -.01em; box-shadow: 0 1px 1px rgb(0 0 0 / .08);
  transition: transform 140ms var(--ease-out), background-color 180ms ease, box-shadow 180ms ease;
}
.header-action:active, .primary-action:active, .secondary-action:active, .checkout-button:active { transform: scale(.97); }
.secondary-action { background: transparent; color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
.icon { width: 18px; height: 18px; flex: 0 0 auto; }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.microcopy { color: var(--muted); font-size: 13px; line-height: 1.55; }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 700; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #38a169; box-shadow: 0 0 0 4px rgb(56 161 105 / .12); }

/* Kora Market */
.story-kora { --paper: #f4efe4; --surface: #fffaf1; --ink: #183c32; --muted: #6d746b; --accent: #df6042; color: var(--ink); }
.kora-main { overflow: clip; }
.kora-hero {
  display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
  min-height: calc(100svh - 68px); padding: clamp(24px, 4vw, 64px); gap: clamp(26px, 5vw, 76px); align-items: center;
}
.kora-copy { max-width: 670px; padding: 3vw 0; }
.kora-copy h1 { margin: 0; max-width: 12ch; font: 560 clamp(48px, 7.2vw, 104px)/.92 Georgia, serif; letter-spacing: -.065em; }
.kora-copy .lede { max-width: 52ch; margin: 26px 0 30px; color: var(--muted); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.65; }
.kora-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.kora-proof { display: flex; align-items: center; gap: 11px; margin-top: 34px; color: var(--muted); font-size: 13px; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { display: grid; width: 31px; height: 31px; margin-left: -8px; place-items: center; border: 2px solid var(--paper); border-radius: 50%; background: #d8c8ae; color: var(--forest); font-size: 10px; font-weight: 800; }
.product-stage { position: relative; min-height: min(680px, 76svh); }
.product-image-wrap {
  position: absolute; inset: 0; overflow: hidden; border-radius: clamp(26px, 4vw, 54px);
  background: #d98c68; box-shadow: var(--shadow-lg);
}
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease-out); }
.product-badge {
  position: absolute; top: 22px; left: 22px; display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 12px; border-radius: 999px; background: rgb(255 250 241 / .78);
  backdrop-filter: blur(16px); font-size: 12px; font-weight: 760; box-shadow: var(--shadow-sm);
}
.product-float {
  position: absolute; right: -18px; bottom: 28px; width: min(310px, 72%); padding: 20px;
  border: 1px solid rgb(255 255 255 / .45); border-radius: 24px; background: rgb(255 250 241 / .82);
  backdrop-filter: blur(22px) saturate(140%); box-shadow: var(--shadow-lg);
}
.product-float .row, .cart-line .row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.product-float h2 { margin: 5px 0 4px; font: 600 22px/1.1 Georgia, serif; letter-spacing: -.025em; }
.price { font-weight: 820; letter-spacing: -.035em; }
.rating { color: #ae6b18; font-size: 12px; letter-spacing: .06em; }
.swatches { display: flex; align-items: center; gap: 9px; margin-top: 16px; }
.swatch { width: 26px; height: 26px; padding: 0; border: 3px solid var(--surface); border-radius: 50%; box-shadow: 0 0 0 1px var(--line); transition: transform 140ms var(--ease-out), box-shadow 180ms ease; }
.swatch[aria-pressed="true"] { box-shadow: 0 0 0 2px var(--ink); transform: scale(1.08); }
.swatch:nth-child(1) { background: #bd5339; } .swatch:nth-child(2) { background: #312c2a; } .swatch:nth-child(3) { background: #d2b993; }
.story-section { padding: clamp(72px, 9vw, 138px) clamp(24px, 6vw, 92px); }
.story-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; max-width: 1200px; margin: 0 auto 34px; }
.story-section h2 { margin: 0; max-width: 14ch; font: 560 clamp(38px, 5vw, 70px)/1 Georgia, serif; letter-spacing: -.05em; }
.story-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 16px; max-width: 1200px; margin: auto; }
.story-card { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: color-mix(in srgb, var(--surface) 82%, transparent); }
.story-card:first-child { min-height: 360px; background: var(--forest); color: #f7f0e3; }
.story-card .number { color: var(--accent); font: 700 12px/1 ui-monospace, monospace; }
.story-card h3 { margin: 50px 0 10px; font: 560 clamp(24px, 3vw, 38px)/1.08 Georgia, serif; letter-spacing: -.035em; }
.story-card p { margin: 0; max-width: 36ch; color: color-mix(in srgb, currentColor 68%, transparent); line-height: 1.65; }

dialog.cart-dialog { width: min(560px, calc(100% - 24px)); max-height: calc(100svh - 24px); margin: auto; padding: 0; overflow: clip; border: 0; border-radius: 30px; background: var(--surface); color: var(--ink); box-shadow: var(--shadow-lg); }
dialog.cart-dialog::backdrop { background: rgb(14 25 21 / .58); backdrop-filter: blur(8px); }
dialog.cart-dialog[open] { animation: dialog-in 240ms var(--ease-out); }
@keyframes dialog-in { from { opacity: 0; transform: translateY(18px) scale(.97); } }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.cart-head h2 { margin: 0; font-size: 18px; letter-spacing: -.02em; }
.icon-button { display: grid; width: 40px; height: 40px; padding: 0; place-items: center; border-radius: 50%; background: color-mix(in srgb, var(--ink) 7%, transparent); transition: transform 140ms var(--ease-out), background-color 160ms ease; }
.icon-button:active { transform: scale(.93); }
.cart-body { max-height: calc(100svh - 100px); padding: 22px 24px 26px; overflow: auto; }
.cart-line { display: grid; grid-template-columns: 76px 1fr; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.cart-line img { width: 76px; height: 76px; border-radius: 16px; object-fit: cover; }
.cart-line h3 { margin: 4px 0 6px; font-size: 15px; }
.cart-total { display: flex; justify-content: space-between; padding: 18px 0; font-size: 17px; font-weight: 780; }
.checkout-form { display: grid; gap: 14px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.checkout-form label { display: grid; gap: 7px; color: var(--muted); font-size: 12px; font-weight: 740; letter-spacing: .02em; }
.checkout-form input {
  width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 13px;
  background: white; font-size: 15px; outline: 0; transition: border-color 160ms ease, box-shadow 160ms ease;
}
.checkout-form input:focus { border-color: var(--accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 13%, transparent); }
.checkout-button { width: 100%; margin-top: 5px; background: var(--accent); color: var(--accent-ink); }
.secure-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 3px 0 0; color: var(--muted); font-size: 11px; }
.inline-error { margin: 0 0 14px; padding: 13px 15px; border-radius: 13px; background: #fff0ec; color: #9d2f1b; font-size: 13px; line-height: 1.45; }
.setup-card {
  margin: 0 0 16px; padding: 17px; border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--line));
  border-radius: 17px; background: color-mix(in srgb, var(--accent) 8%, var(--surface)); text-align: left;
}
.setup-kicker { display: block; margin-bottom: 7px; color: var(--accent); font-size: 10px; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.setup-card h3 { margin: 0; font-size: 16px; letter-spacing: -.025em; }
.setup-card p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.setup-card code { padding: 2px 5px; border-radius: 5px; background: color-mix(in srgb, var(--ink) 8%, transparent); color: var(--ink); font: 650 10px/1.4 ui-monospace, monospace; }
.setup-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.setup-actions a { display: inline-flex; min-height: 34px; padding: 0 11px; align-items: center; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); font-size: 10px; font-weight: 760; transition: transform 140ms var(--ease-out), background-color 160ms ease; }
.setup-actions a:first-child { border-color: transparent; background: var(--ink); color: var(--surface); }
.setup-actions a:active { transform: scale(.97); }
.setup-card.has-config-error ~ .checkout-form { display: none; }

/* Accra Sessions */
.story-event { color-scheme: dark; --paper: #08091d; --surface: #10122b; --ink: #faf8ff; --muted: #a8a8bd; --line: rgb(255 255 255 / .13); --accent: #ff8b62; background: var(--paper); color: var(--ink); }
.story-event .site-header { position: absolute; width: 100%; background: linear-gradient(to bottom, rgb(4 5 18 / .72), transparent); border: 0; color: white; backdrop-filter: none; }
.story-event .brand-mark { background: var(--accent); color: #1d0a03; }
.story-event .header-nav a { color: rgb(255 255 255 / .7); }
.story-event .header-nav a:hover { color: white; }
.event-hero { position: relative; display: grid; min-height: 88svh; align-items: end; overflow: hidden; isolation: isolate; }
.event-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgb(5 6 25 / .12) 15%, rgb(8 9 29 / .36) 48%, #08091d 100%); }
.event-hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.03); }
.event-hero-content { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; padding: 120px clamp(24px, 6vw, 92px) clamp(46px, 7vw, 88px); }
.event-kicker { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; color: #ffd0bf; font-size: 12px; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.event-hero h1 { margin: 0; max-width: 10ch; font-size: clamp(56px, 10vw, 146px); font-weight: 710; line-height: .82; letter-spacing: -.075em; }
.event-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; color: rgb(255 255 255 / .76); font-size: 14px; }
.event-meta span { display: inline-flex; align-items: center; gap: 8px; }
.date-card { width: 150px; padding: 22px; border: 1px solid rgb(255 255 255 / .25); border-radius: 28px; background: rgb(10 11 35 / .58); backdrop-filter: blur(18px); text-align: center; box-shadow: var(--shadow-lg); }
.date-card strong { display: block; font-size: 56px; line-height: .9; letter-spacing: -.06em; }
.date-card span { display: block; margin-top: 8px; color: #ffd0bf; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.event-body { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr); gap: clamp(36px, 7vw, 100px); padding: clamp(68px, 9vw, 130px) clamp(24px, 6vw, 92px); }
.event-intro h2 { margin: 0; max-width: 12ch; font-size: clamp(38px, 5vw, 70px); line-height: 1; letter-spacing: -.055em; }
.event-intro > p { max-width: 60ch; color: var(--muted); font-size: 18px; line-height: 1.7; }
.lineup { display: grid; gap: 0; margin-top: 48px; border-top: 1px solid var(--line); }
.lineup-row { display: grid; grid-template-columns: 68px 1fr auto; align-items: center; gap: 16px; min-height: 74px; border-bottom: 1px solid var(--line); }
.lineup-row time { color: var(--accent); font: 700 12px/1 ui-monospace, monospace; }
.lineup-row strong { font-size: 17px; }
.lineup-row span { color: var(--muted); font-size: 13px; }
.ticket-card { position: sticky; top: 24px; align-self: start; padding: 26px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgb(255 255 255 / .08), rgb(255 255 255 / .035)); box-shadow: var(--shadow-lg); }
.ticket-card h2 { margin: 6px 0; font-size: 28px; letter-spacing: -.04em; }
.ticket-card .ticket-price { margin: 18px 0; font-size: 38px; font-weight: 800; letter-spacing: -.05em; }
.ticket-card .checkout-form input { background: rgb(255 255 255 / .07); color: white; }
.ticket-card .checkout-button { background: var(--accent); color: #210b04; }
.ticket-detail { display: grid; gap: 12px; margin: 20px 0; padding: 18px 0; border-block: 1px solid var(--line); }
.ticket-detail div { display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; }
.ticket-detail strong { color: var(--ink); }

/* Ledgerline */
.story-ledger { --paper: #edf1ee; --surface: #fbfcfa; --ink: #17231f; --muted: #697570; --accent: #177c67; color: var(--ink); }
.ledger-shell { display: grid; grid-template-columns: 240px 1fr; min-height: 100svh; }
.ledger-sidebar { position: sticky; top: 0; display: flex; height: 100svh; flex-direction: column; padding: 28px 22px; background: #172822; color: #f2f8f4; }
.ledger-sidebar .brand-mark { background: #bdf3dd; color: #173c32; }
.ledger-nav { display: grid; gap: 6px; margin-top: 54px; }
.ledger-nav a { display: flex; align-items: center; gap: 11px; padding: 12px 13px; border-radius: 12px; color: rgb(242 248 244 / .62); font-size: 14px; font-weight: 650; }
.ledger-nav a[aria-current="page"] { background: rgb(255 255 255 / .1); color: white; }
.ledger-account { margin-top: auto; padding-top: 20px; border-top: 1px solid rgb(255 255 255 / .12); }
.ledger-account strong, .ledger-account span { display: block; }
.ledger-account span { margin-top: 4px; color: rgb(242 248 244 / .55); font-size: 12px; }
.ledger-main { min-width: 0; padding: clamp(24px, 4vw, 60px); }
.ledger-topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ledger-topbar h1 { margin: 0; font-size: clamp(30px, 4vw, 46px); letter-spacing: -.05em; }
.ledger-topbar p { margin: 7px 0 0; color: var(--muted); }
.invoice-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: 20px; margin-top: 34px; }
.invoice-card, .payment-panel { border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow-sm); }
.invoice-visual { position: relative; min-height: 210px; overflow: hidden; border-radius: 23px 23px 0 0; }
.invoice-visual img { width: 100%; height: 100%; object-fit: cover; }
.invoice-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(20 39 32 / .72), transparent 68%); }
.invoice-visual-copy { position: absolute; inset: auto auto 28px 28px; z-index: 1; color: white; }
.invoice-visual-copy span { color: #c7f7e7; font-size: 12px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.invoice-visual-copy strong { display: block; margin-top: 8px; font-size: 30px; letter-spacing: -.04em; }
.invoice-content { padding: 26px; }
.invoice-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.invoice-meta span { display: block; color: var(--muted); font-size: 11px; font-weight: 730; letter-spacing: .06em; text-transform: uppercase; }
.invoice-meta strong { display: block; margin-top: 7px; font-size: 14px; }
.invoice-table { width: 100%; margin-top: 12px; border-collapse: collapse; }
.invoice-table th, .invoice-table td { padding: 16px 4px; border-bottom: 1px solid var(--line); text-align: left; font-size: 14px; }
.invoice-table th { color: var(--muted); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.invoice-table th:last-child, .invoice-table td:last-child { text-align: right; }
.invoice-total { display: flex; align-items: end; justify-content: space-between; padding-top: 24px; }
.invoice-total span { color: var(--muted); font-size: 13px; }
.invoice-total strong { font-size: 34px; letter-spacing: -.05em; }
.payment-panel { align-self: start; padding: 25px; }
.payment-panel .status { display: inline-flex; align-items: center; gap: 9px; color: #126451; font-size: 12px; font-weight: 760; }
.payment-panel h2 { margin: 18px 0 5px; font-size: 25px; letter-spacing: -.035em; }
.payment-panel .checkout-button { background: var(--accent); }
.payment-panel .checkout-form { margin-top: 22px; }
.payment-panel .field-grid { grid-template-columns: 1fr; }
.payment-panel .summary-row { display: flex; justify-content: space-between; margin: 20px 0; padding: 17px 0; border-block: 1px solid var(--line); font-size: 13px; }
.copy-button { background: transparent; color: var(--accent); font-size: 12px; font-weight: 760; }

/* Return states */
.result-page { display: grid; min-height: 100svh; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 20%, color-mix(in srgb, var(--accent) 13%, transparent), transparent 36%), var(--paper); }
.result-card { width: min(620px, 100%); padding: clamp(30px, 6vw, 58px); border: 1px solid var(--line); border-radius: 30px; background: var(--surface); box-shadow: var(--shadow-lg); text-align: center; }
.result-mark { display: grid; width: 64px; height: 64px; margin: 0 auto 24px; place-items: center; border-radius: 50%; background: color-mix(in srgb, var(--accent) 14%, transparent); color: var(--accent); font-size: 26px; }
.result-card h1 { margin: 0; font-size: clamp(34px, 6vw, 58px); line-height: 1; letter-spacing: -.055em; }
.result-card p { max-width: 48ch; margin: 20px auto 30px; color: var(--muted); line-height: 1.65; }

@media (hover: hover) and (pointer: fine) {
  .header-action:hover, .primary-action:hover, .checkout-button:hover { box-shadow: 0 10px 30px color-mix(in srgb, var(--ink) 18%, transparent); transform: translateY(-1px); }
  .secondary-action:hover { background: color-mix(in srgb, var(--ink) 5%, transparent); }
  .product-stage:hover .product-image-wrap img { transform: scale(1.025); }
  .icon-button:hover { background: color-mix(in srgb, var(--ink) 11%, transparent); }
}

@media (max-width: 900px) {
  .header-nav > a { display: none; }
  .kora-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 54px; }
  .kora-copy h1 { max-width: 9ch; }
  .product-stage { min-height: 620px; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-card:first-child { grid-column: 1 / -1; }
  .event-hero-content { grid-template-columns: 1fr; }
  .date-card { display: none; }
  .event-body, .invoice-layout { grid-template-columns: 1fr; }
  .ticket-card { position: static; }
  .ledger-shell { grid-template-columns: 1fr; }
  .ledger-sidebar { position: static; height: auto; flex-direction: row; align-items: center; padding: 16px 22px; }
  .ledger-nav { display: none; }
  .ledger-account { margin: 0 0 0 auto; padding: 0 0 0 18px; border: 0; }
}

@media (max-width: 620px) {
  .site-header { min-height: 60px; padding: 0 18px; }
  .header-action { min-height: 40px; padding: 0 15px; font-size: 13px; }
  .kora-hero { padding: 32px 18px 46px; }
  .kora-copy { padding: 10px 0 0; }
  .kora-copy h1 { font-size: clamp(46px, 15vw, 72px); }
  .product-stage { min-height: 480px; }
  .product-float { right: 12px; bottom: 12px; width: calc(100% - 24px); }
  .story-section { padding-inline: 18px; }
  .story-section-head { display: block; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card:first-child { grid-column: auto; }
  .field-grid { grid-template-columns: 1fr; }
  dialog.cart-dialog { width: 100%; max-height: calc(100svh - 8px); margin: auto 0 0; border-radius: 28px 28px 0 0; }
  .event-hero { min-height: 78svh; }
  .event-hero-content { padding: 110px 18px 42px; }
  .event-hero h1 { font-size: clamp(54px, 21vw, 86px); }
  .event-body { padding-inline: 18px; }
  .lineup-row { grid-template-columns: 58px 1fr; }
  .lineup-row span { display: none; }
  .ledger-sidebar .ledger-account { display: none; }
  .ledger-main { padding: 24px 16px 40px; }
  .ledger-topbar { align-items: end; }
  .ledger-topbar .secondary-action { min-height: 40px; padding: 0 13px; font-size: 12px; }
  .invoice-meta { grid-template-columns: 1fr 1fr; }
  .invoice-meta > div:last-child { display: none; }
  .invoice-content, .payment-panel { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .product-image-wrap img { transition: none; }
}
@media (prefers-reduced-transparency: reduce) {
  .site-header, .product-float, .product-badge { background: var(--surface); backdrop-filter: none; }
  dialog.cart-dialog::backdrop { backdrop-filter: none; }
}
@media (prefers-contrast: more) {
  :root { --line: color-mix(in srgb, var(--ink) 34%, transparent); }
  .site-header, .product-float, .ticket-card { border: 2px solid currentColor; }
}
