/* Bonne Chose v2 — printed sleeves, organic display type, small pixel UI.
   Self-hosted OFL fonts. Original media preserved; pointer effects pause when interaction ends. */
@font-face { font-family: Shrikhand; src: url('/fonts/shrikhand-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'IBM Plex Sans'; src: url('/fonts/ibm-plex-sans-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'IBM Plex Sans'; src: url('/fonts/ibm-plex-sans-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: Silkscreen; src: url('/fonts/silkscreen-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
:root {
  --paper: #eee2cb;
  --cream: #faf2e1;
  --ink: #302331;
  --pink: #ff79d9;
  --olive: #d0ce9f;
  --muted: #5e5149;
  --rule: #a79986;
  --display: Shrikhand, Georgia, serif;
  --body: 'IBM Plex Sans', Arial, sans-serif;
  --pixel: Silkscreen, 'Courier New', monospace;
  --gutter: clamp(20px, 4.4vw, 80px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 var(--body); }
body, button, input, select { -webkit-text-size-adjust: 100%; }
img, video { display: block; max-width: 100%; }
img { height: auto; }
figure, h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.06; letter-spacing: -.025em; }
h2 { font-size: clamp(42px, 5vw, 76px); }
a { color: inherit; text-underline-offset: 5px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
button, input, select { font: inherit; color: inherit; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid currentColor; outline-offset: 5px; }
[hidden] { display: none !important; }
::selection { color: var(--ink); background: var(--pink); }
.skip-link { position: fixed; z-index: 20; top: 10px; left: 10px; padding: 12px 18px; background: var(--cream); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.wrap { padding-inline: max(var(--gutter), calc((100vw - 1480px) / 2)); }
.eyebrow { font: 400 12px/1.6 var(--pixel); letter-spacing: .015em; }
.section { padding-block: clamp(52px, 6vw, 96px); }
.section-label { display: flex; align-items: center; gap: 14px; margin-bottom: 38px; }
.section-label > span { display: grid; place-items: center; min-width: 32px; height: 28px; padding: 0 5px; background: var(--ink); color: var(--paper); font: 12px/1 var(--pixel); }
.section-label::after { content: ''; height: 1px; background: currentColor; flex: 1; opacity: .4; margin-left: 14px; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 44px; font-weight: 600; }
/* A crisp 7×7 arrow, not a platform-dependent emoji. Its hidden text is fallback. */
.arrow { flex: 0 0 14px; width: 14px; height: 14px; font-size: 0; background: currentColor; clip-path: polygon(14% 0,100% 0,100% 86%,71% 86%,71% 43%,57% 43%,57% 57%,43% 57%,43% 71%,29% 71%,29% 86%,14% 86%,14% 100%,0 100%,0 71%,14% 71%,14% 57%,29% 57%,29% 43%,43% 43%,43% 29%,14% 29%); }
.button, .menu-toggle, .motion-toggle { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 48px; padding: 12px 18px; border: 2px solid var(--ink); border-radius: 2px; background: var(--pink); color: var(--ink); box-shadow: 4px 4px 0 var(--ink); text-decoration: none; font: 600 15px/1.4 var(--body); }
.button { max-width: 100%; }
.button:active, .menu-toggle:active, .motion-toggle:active { transform: translate(3px,3px); box-shadow: 1px 1px 0 var(--ink); }
.button[aria-disabled='true'] { background: var(--paper); color: var(--muted); border-style: dashed; box-shadow: none; cursor: not-allowed; transform: none; }
.button.light { background: var(--paper); }
@media (hover: hover) {
  .button:not([aria-disabled='true']):hover, .menu-toggle:hover, .motion-toggle:hover { transform: translate(1px,1px); box-shadow: 3px 3px 0 var(--ink); background: var(--cream); }
}
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 20px; border-bottom: 2px solid var(--ink); }
.brand { text-decoration: none; font: 400 27px/1.2 var(--display); letter-spacing: -.02em; }
.brand small { display: block; margin-top: 5px; font: 10px/1.5 var(--pixel); letter-spacing: 0; }
.site-nav { display: flex; align-items: center; gap: clamp(12px, 2vw, 30px); }
.site-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 8px 12px; text-decoration: none; font: 12px/1.5 var(--pixel); border: 1px solid transparent; }
.site-nav a:hover, .site-nav a[aria-current='page'] { border-color: var(--ink); background: var(--olive); box-shadow: 3px 3px 0 var(--ink); }
.menu-toggle { display: none; font: 11px/1.5 var(--pixel); gap: 10px; padding: 10px 12px; }
.hero { padding-block: 42px 64px; }
.hero-bottom { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5vw; align-items: center; }
.hero-copy { padding-block: 6px; }
.wordmark { font-size: clamp(74px, 8.2vw, 124px); line-height: .92; margin: 22px 0 28px; letter-spacing: -.035em; }
.identity-print { display: inline-block; background: var(--ink); padding: 22px 30px; clip-path: polygon(0 0, calc(100% - 12px) 0, calc(100% - 12px) 12px, 100% 12px, 100% 100%, 12px 100%, 12px calc(100% - 12px), 0 calc(100% - 12px)); }
/* Only transparent margins are clipped: original mark pixels and geometry intact. */
.arabic-mark { position: relative; width: clamp(155px, 15vw, 225px); aspect-ratio: 1621 / 1170; overflow: hidden; }
.arabic-mark img { position: absolute; width: 126.34%; max-width: none; left: -17.09%; top: -60.43%; }
.hero-genres { margin-top: 22px; font-size: 15px; }
.hero-copy .text-link { margin-top: 5px; min-width: 130px; }
.rider-sleeve { background: #000; border: 2px solid var(--ink); box-shadow: 10px 10px 0 #b8a787; }
.sleeve-label { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 11px 16px; background: var(--pink); font: 11px/1.5 var(--pixel); }
.sleeve-label [lang='ar'] { font: 16px/1.2 var(--body); }
.pixel-dots { display: block; width: 8px; height: 8px; background: currentColor; box-shadow: -12px 0 0 currentColor, 0 -12px 0 currentColor; margin: 10px 0 0 12px; }
.motion-art { position: relative; aspect-ratio: 1; background: #000; }
.motion-art video { width: 100%; height: 100%; object-fit: contain; }
.motion-toggle { position: absolute; bottom: 16px; right: 16px; background: var(--paper); font: 10px/1.5 var(--pixel); min-height: 44px; padding: 10px 12px; }
.motion-toggle::before { content: ''; width: 10px; height: 12px; background: currentColor; clip-path: polygon(0 0, 40% 0, 40% 20%, 70% 20%, 70% 40%, 100% 40%, 100% 60%, 70% 60%, 70% 80%, 40% 80%, 40% 100%, 0 100%); }
.motion-toggle[data-state='playing']::before { clip-path: polygon(0 0, 30% 0, 30% 100%, 0 100%, 0 0, 70% 0, 100% 0, 100% 100%, 70% 100%, 70% 0); }
.music { background: var(--cream); border-block: 2px solid var(--ink); }
.music-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 8vw; align-items: center; }
.music-image { padding: 0 14px 0 0; }
.music-image img { width: 100%; box-shadow: 12px 12px 0 var(--ink); }
figcaption, .photo-credit { margin-top: 14px; font-size: 12px; line-height: 1.5; color: var(--muted); }
.music-image figcaption { margin-top: 24px; }
.music-copy h2 { font-size: clamp(52px, 6vw, 90px); margin: 16px 0 32px; }
.music-copy .button { min-width: 190px; }
.music-links { display: grid; margin-top: 24px; max-width: 440px; }
.music-links a { padding-block: 12px; border-bottom: 1px solid var(--rule); text-decoration: none; font-size: 15px; }
.music-links a:hover { text-decoration: underline; }
.merch-preview { background: var(--olive); }
.merch-preview-grid { display: grid; grid-template-columns: 1fr 1.1fr .65fr; align-items: center; gap: 28px; }
.merch-preview-copy h2 { font-size: clamp(38px, 4.3vw, 64px); }
.merch-preview-copy > p:not(.photo-credit) { margin-block: 22px 28px; max-width: 27ch; }
.merch-preview-copy .photo-credit { margin-top: 28px; }
.merch-preview-blue { align-self: start; margin-top: 14px; }
.merch-preview-blue img { aspect-ratio: 1; width: 100%; object-fit: cover; }
.merch-preview-green { margin-top: 100px; }
.merch-preview-green img { width: 100%; }
.about { background: var(--ink); color: var(--paper); }
.about .section-label > span { background: var(--pink); color: var(--ink); }
.about-grid { display: grid; grid-template-columns: 1.05fr .8fr; gap: 10vw; align-items: center; }
.about-copy h2 { color: var(--pink); font-size: clamp(48px, 6vw, 86px); max-width: 8ch; margin-bottom: 28px; }
.about-copy > p { max-width: 46ch; }
.about-image img { width: 100%; }
.about figcaption { color: #d0c2af; }
.members { margin: 32px 0 0; }
.members div { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 4px 20px; border-top: 1px solid #82717d; padding-block: 15px; font-size: 15px; }
.members dt { font-weight: 600; }
.members dd { margin: 0; color: #d0c2af; }
.shows-preview { background: var(--pink); }
.shows-preview-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 36px; align-items: center; }
.shows-preview-grid h2 { font-size: clamp(40px, 4.5vw, 68px); }
.shows-preview-grid .button { background: var(--paper); }
.site-footer { padding-block: 48px 24px; background: var(--ink); color: var(--paper); }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; gap: 6vw; padding-bottom: 38px; }
.footer-brand { display: inline-block; font: 400 clamp(30px, 3.6vw, 54px)/1.2 var(--display); text-decoration: none; letter-spacing: -.025em; }
.footer-main p { margin-top: 12px; font-size: 13px; color: #d0c2af; }
.footer-links { display: grid; align-content: start; }
.footer-links a { display: flex; align-items: center; min-height: 44px; font-size: 14px; text-decoration: none; }
.footer-links a:hover { color: var(--pink); text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 28px; border-top: 1px solid #82717d; padding-top: 20px; font-size: 11px; color: #d0c2af; }
.page-intro { padding-block: 48px 44px; }
.page-intro > .eyebrow { margin-bottom: 18px; }
.page-intro-grid { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 40px; }
.page-intro h1 { font-size: clamp(64px, 9vw, 136px); }
.page-intro-copy { max-width: 37ch; }
.page-intro-copy p + p { margin-top: 14px; }
.page-intro-copy .small { font-size: 14px; color: var(--muted); }
.page-mark { padding: 22px; background: var(--ink); }
.page-mark .arabic-mark { width: clamp(100px, 10vw, 150px); }
.category-nav { display: flex; flex-wrap: wrap; gap: 12px; padding-block: 20px; border-block: 1px solid var(--ink); margin-bottom: 32px; }
.category-nav a { display: flex; gap: 24px; justify-content: space-between; align-items: center; min-height: 48px; padding: 10px 16px; border: 1px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); background: var(--olive); font: 11px/1.6 var(--pixel); text-decoration: none; }
.category-nav a:hover { background: var(--pink); }
.merch-banner { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.merch-banner figure:first-child { display: grid; grid-template-columns: 1fr 90px; gap: 16px; }
.merch-banner figure:first-child figcaption { align-self: end; }
.merch-banner figure:last-child { padding-top: 56px; }
.merch-banner img { width: 100%; height: clamp(280px, 33vw, 470px); object-fit: cover; object-position: 50% 55%; }
.catalogue-section { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; padding-block: 68px; border-bottom: 1px solid var(--ink); align-items: start; }
.catalogue-sheet { display: block; background: #dbcaaf; }
.catalogue-sheet img { width: 100%; }
.catalogue-sheet:focus-visible { outline-offset: 7px; }
.product-info { padding-top: 8px; min-width: 0; }
.product-info h2 { font-size: clamp(40px, 4.9vw, 74px); margin-block: 14px 24px; }
.product-info > p { max-width: 43ch; }
.product-notes { margin-top: 16px; font-size: 14px; color: var(--muted); }
.product-form { margin-top: 28px; padding: 24px; background: var(--cream); border: 1px solid var(--ink); border-top: 8px solid var(--ink); }
.product-form fieldset { min-width: 0; margin: 0 0 20px; padding: 0; border: 0; }
.product-form legend { font: 11px/1.6 var(--pixel); margin-bottom: 18px; }
.field { display: grid; gap: 7px; min-width: 0; }
.field label { font-size: 14px; font-weight: 600; }
.field select, .field input { width: 100%; min-width: 0; min-height: 48px; padding: 10px 12px; border: 1px solid var(--muted); border-radius: 0; background: var(--cream); font-size: 16px; }
.field select { padding-right: 24px; }
.field-row { display: grid; grid-template-columns: minmax(0,1fr) 96px; gap: 18px; margin-top: 18px; }
.field input[aria-invalid='true'] { border: 2px solid #8c244e; }
.product-form .button { width: 100%; }
.enquiry-summary { font-size: 13px; line-height: 1.6; margin-bottom: 18px; overflow-wrap: anywhere; }
.enquiry-note { font-size: 12px; color: var(--muted); margin-top: 16px; }
.quantity-error { font-size: 14px; margin-bottom: 18px; font-weight: 600; color: #8c244e; }
.hat-photo { width: 100%; height: auto; }
.how-to { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; padding-block: 60px; }
.how-to h2 { font-size: clamp(38px, 4vw, 60px); max-width: 10ch; }
.how-to ol { padding-left: 22px; margin: 0; }
.how-to li { padding-left: 10px; margin-bottom: 16px; }
.how-to li::marker { font-family: var(--pixel); }
.shows-title { background: var(--olive); border-bottom: 2px solid var(--ink); }
.upcoming { display: grid; grid-template-columns: 1fr 2fr; gap: 6vw; padding-block: 60px; }
.empty-state { border-left: 8px solid var(--ink); padding: 10px 0 10px 32px; }
.empty-state h2 { margin-bottom: 20px; }
.empty-state p { margin-bottom: 26px; }
.past-shows { padding-block: 48px 64px; background: var(--cream); border-top: 1px solid var(--ink); }
.past-shows h2 { margin-bottom: 34px; }
.show-row { display: grid; grid-template-columns: 160px 1fr 1fr; gap: 32px; border-top: 1px solid var(--rule); padding-block: 26px; align-items: start; }
.show-date { font: 16px/1.6 var(--pixel); }
.show-date span { display: block; font: 12px/1.6 var(--body); margin-top: 8px; }
.show-detail h3 { font-size: 32px; margin-bottom: 12px; }
.show-detail p { font-size: 15px; }
.show-extra { font-size: 14px; justify-self: end; }
.shows-photo { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--ink); color: var(--paper); }
.shows-photo figure { padding: 40px 0 40px var(--gutter); }
.shows-photo img { width: 100%; max-height: 630px; object-fit: cover; }
.shows-photo figcaption { color: #d0c2af; }
.shows-photo-copy { padding: 60px 6vw; align-self: center; }
.shows-photo-copy h2 { color: var(--pink); font-size: clamp(44px, 6vw, 86px); margin-block: 25px; }
.shows-photo-copy > p:not(.eyebrow) { margin-bottom: 30px; }
.not-found { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: center; padding-block: 70px 90px; }
.not-found h1 { font-size: clamp(56px, 7vw, 106px); margin-block: 22px 28px; max-width: 9ch; }
.not-found p:not(.eyebrow) { max-width: 40ch; margin-bottom: 30px; }
.missing-print { display: grid; justify-items: center; gap: 34px; padding: 40px 24px; background: var(--ink); color: var(--pink); box-shadow: 10px 10px 0 #b8a787; }
.missing-print > span { font: clamp(54px, 7vw, 112px)/1 var(--pixel); }

@media (max-width: 1000px) {
  .hero-bottom { gap: 32px; }
  .wordmark { font-size: clamp(68px, 8.8vw, 92px); }
  .identity-print { padding: 18px 24px; }
  .hero-copy .arabic-mark { width: 160px; }
  .music-grid, .about-grid { gap: 44px; }
  .merch-preview-grid { grid-template-columns: 1fr 1.2fr; gap: 24px; }
  .merch-preview-green { grid-column: 2; margin-top: -24px; width: 55%; justify-self: end; }
  .merch-preview-copy { grid-row: 1 / 3; }
  .shows-preview-grid { grid-template-columns: 1fr 1fr; }
  .shows-preview-grid > .button { grid-column: 2; justify-self: start; }
  .page-intro-grid { gap: 24px; grid-template-columns: 1.15fr 1fr; }
  .page-mark { grid-column: 2; grid-row: 1; justify-self: end; }
  .page-intro-copy { grid-column: 1 / -1; grid-row: 2; }
  .catalogue-section { gap: 30px; }
  .product-form { padding: 20px; }
  .show-row { grid-template-columns: 140px 1fr 1fr; gap: 24px; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 18px; }
  .site-header { flex-wrap: wrap; gap: 12px; padding-block: 16px; }
  .brand { font-size: 23px; }
  .brand small { font-size: 9px; }
  .site-nav { width: 100%; justify-content: space-between; gap: 0; padding-top: 10px; border-top: 1px solid var(--rule); }
  .site-nav a { font-size: 11px; padding: 8px; }
  .nav-enhanced .menu-toggle { display: inline-flex; }
  .nav-enhanced .site-nav { display: none; }
  .nav-enhanced .site-nav.is-open { display: flex; }
  .hero { padding-block: 26px 40px; }
  .hero-bottom { grid-template-columns: minmax(0,1fr); gap: 26px; }
  .hero-copy { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 12px 18px; align-items: center; }
  .hero-copy > .eyebrow { grid-column: 1 / -1; font-size: 10px; }
  .wordmark { margin: 4px 0 12px; font-size: clamp(51px, 11vw, 74px); line-height: .98; }
  .identity-print { padding: 18px 14px; justify-self: end; }
  .hero-copy .arabic-mark { width: clamp(98px, 27vw, 150px); }
  .hero-genres { font-size: 12px; margin: 0; }
  .hero-copy .text-link { min-width: 100px; margin: 0; justify-self: end; font-size: 14px; }
  .rider-sleeve { box-shadow: 6px 6px 0 #b8a787; }
  .sleeve-label { font-size: 9px; padding: 10px 12px; }
  .sleeve-label [lang='ar'] { font-size: 14px; }
  .section-label { margin-bottom: 28px; }
  .music-grid, .about-grid { grid-template-columns: minmax(0,1fr); gap: 36px; }
  .music-copy h2 { font-size: clamp(46px, 12vw, 74px); }
  .music-image { order: 2; padding-right: 10px; }
  .music-image img { box-shadow: 8px 8px 0 var(--ink); }
  .music-links { max-width: none; }
  .merch-preview-grid { grid-template-columns: minmax(0,1.1fr) minmax(0,.75fr); gap: 16px; align-items: start; }
  .merch-preview-copy { grid-row: auto; grid-column: 1 / -1; margin-bottom: 14px; }
  .merch-preview-copy h2 { font-size: clamp(44px, 11vw, 65px); }
  .merch-preview-copy h2 br { display: none; }
  .merch-preview-copy > p:not(.photo-credit) { max-width: 33ch; margin-block: 18px 24px; }
  .merch-preview-copy .photo-credit { margin-top: 20px; }
  .merch-preview-blue { margin-top: 0; }
  .merch-preview-blue img { aspect-ratio: 3/4; }
  .merch-preview-green { grid-column: 2; margin-top: 40px; width: 100%; }
  figcaption { font-size: 11px; }
  .about-copy h2 { font-size: clamp(52px, 13vw, 78px); }
  .members div { font-size: 14px; }
  .shows-preview-grid { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .shows-preview-grid h2 { font-size: clamp(42px, 10vw, 62px); }
  .shows-preview-grid > .button { grid-column: 1; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 26px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-brand { font-size: clamp(30px, 8vw, 48px); }
  .footer-links a { font-size: 13px; }
  .footer-bottom { display: grid; }
  .page-intro { padding-block: 32px; }
  .page-intro-grid { grid-template-columns: minmax(0,1fr) auto; gap: 24px 16px; }
  .page-intro h1 { font-size: clamp(44px, 13.5vw, 78px); }
  .page-mark { padding: 14px; }
  .page-mark .arabic-mark { width: 76px; }
  .page-intro-copy { max-width: 38ch; }
  .category-nav { display: grid; grid-template-columns: 1fr; gap: 10px; padding-block: 16px; }
  .category-nav a { font-size: 11px; }
  .merch-banner { gap: 16px; }
  .merch-banner figure:first-child { display: block; }
  .merch-banner figure:last-child { padding-top: 32px; }
  .merch-banner img { height: 230px; }
  .catalogue-section { grid-template-columns: minmax(0,1fr); gap: 28px; padding-block: 44px; }
  .product-info h2 { font-size: clamp(42px, 11vw, 65px); }
  .product-form { padding: 20px 16px; }
  .field-row { grid-template-columns: minmax(0,1fr) 85px; gap: 14px; }
  .product-form .button { font-size: 14px; padding-inline: 12px; gap: 12px; }
  .how-to { grid-template-columns: minmax(0,1fr); gap: 28px; padding-block: 44px; }
  .how-to h2 { font-size: 44px; }
  .upcoming { grid-template-columns: minmax(0,1fr); gap: 22px; padding-block: 44px; }
  .empty-state { padding-left: 20px; border-left-width: 6px; }
  .empty-state h2 { font-size: clamp(38px, 10vw, 60px); }
  .show-row { grid-template-columns: 90px minmax(0,1fr); gap: 14px; }
  .show-date { font-size: 12px; }
  .show-detail h3 { font-size: 28px; }
  .show-extra { grid-column: 2; justify-self: start; }
  .shows-photo { grid-template-columns: minmax(0,1fr); }
  .shows-photo-copy { grid-row: 1; padding: 44px var(--gutter) 20px; }
  .shows-photo-copy h2 { font-size: clamp(44px, 12vw, 70px); }
  .shows-photo figure { padding: 24px var(--gutter) 40px; }
  .not-found { grid-template-columns: minmax(0,1fr); gap: 38px; padding-block: 44px 60px; }
  .not-found h1 { font-size: clamp(48px, 12vw, 72px); }
  .missing-print { display: flex; justify-content: space-around; align-items: center; gap: 20px; padding: 28px 20px; }
  .missing-print > span { font-size: clamp(44px, 13vw, 76px); }
  .missing-print .arabic-mark { width: 105px; flex-shrink: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button:active, .menu-toggle:active, .motion-toggle:active,
  .button:not([aria-disabled='true']):hover, .menu-toggle:hover, .motion-toggle:hover { transform: none; }
}


/* A sleeve lifts when inspected; movement stays on deliberate pointer/focus interaction. */
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .rider-sleeve { transition: transform 260ms cubic-bezier(.2,.8,.2,1), box-shadow 260ms cubic-bezier(.2,.8,.2,1); }
  .rider-sleeve:hover, .rider-sleeve:focus-within { transform: translateY(-4px) rotate(-.35deg); box-shadow: 14px 14px 0 #b8a787; }
  .merch-preview-blue > a, .merch-preview-green > a { display: block; transition: transform 220ms cubic-bezier(.2,.8,.2,1), box-shadow 220ms cubic-bezier(.2,.8,.2,1); }
  .merch-preview-blue > a:hover, .merch-preview-green > a:hover,
  .merch-preview-blue > a:focus-visible, .merch-preview-green > a:focus-visible { transform: translateY(-5px); box-shadow: 6px 6px 0 var(--ink); }
  .music-links .arrow { transition: transform 180ms ease-out; }
  .music-links a:hover .arrow, .music-links a:focus-visible .arrow { transform: translateX(3px); }
}
