/* Bonne Chose v3 — an opened jazz sleeve. Original artwork, self-hosted type. */
@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; --blue: #263d89; --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);
  --ease: cubic-bezier(.2,.8,.2,1);
}
* { 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; letter-spacing: -.035em; }
h2 { font-size: clamp(48px, 6vw, 88px); }
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: 2px solid var(--cream); outline-offset: 3px; box-shadow: 0 0 0 5px var(--ink); }
[hidden] { display: none !important; }
::selection { color: var(--ink); background: var(--pink); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.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 11px/1.6 var(--pixel); letter-spacing: .025em; }
.section { padding-block: clamp(56px, 7vw, 108px); }
.section-label { display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid currentColor; padding-top: 14px; margin-bottom: clamp(36px, 4vw, 64px); }
.section-label > span { font: 11px/1 var(--pixel); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 44px; font-weight: 600; }
.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: 30px; min-height: 48px; max-width: 100%; padding: 13px 20px; border: 1px solid var(--ink); border-radius: 0; background: var(--ink); color: var(--cream); text-decoration: none; font: 600 15px/1.4 var(--body); }
.button:active, .menu-toggle:active, .motion-toggle:active { transform: translateY(2px); }
.button[aria-disabled='true'] { background: var(--paper); color: var(--muted); border-style: dashed; cursor: not-allowed; transform: none; }
.button.light { color: var(--ink); background: var(--paper); }
.round-link { display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; gap: 15px; width: clamp(110px, 11vw, 160px); aspect-ratio: 1; border-radius: 50%; background: var(--olive); color: var(--ink); font: 12px/1.4 var(--pixel); text-decoration: none; }
.round-link .arrow { width: 26px; height: 26px; flex-basis: 26px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 20px; border-bottom: 1px solid var(--ink); }
.brand { text-decoration: none; font: 400 26px/1.3 var(--display); letter-spacing: -.025em; }
.site-nav { display: flex; align-items: center; gap: clamp(12px, 2vw, 32px); }
.site-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 8px 2px; text-decoration: none; font: 11px/1.5 var(--pixel); border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav a[aria-current='page'] { border-color: currentColor; }
.menu-toggle { display: none; font: 11px/1.5 var(--pixel); gap: 10px; padding: 10px 12px; }
.home-page .site-header { background: var(--ink); color: var(--paper); border-color: #746273; }
.home-page .menu-toggle { background: var(--paper); color: var(--ink); }
.hero { padding-block: 28px 64px; background: var(--ink); color: var(--paper); }
.hero-topline { display: flex; justify-content: space-between; gap: 24px; }
.wordmark { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; font-size: clamp(80px, 14.3vw, 226px); line-height: .96; letter-spacing: -.05em; margin: 16px 0 34px; }
.wordmark span:last-child { color: var(--pink); }
.hero-bottom { display: grid; grid-template-columns: 1.12fr 1fr; gap: clamp(40px, 7vw, 112px); align-items: stretch; }
.hero-copy { grid-column: 2; grid-row: 1; display: flex; flex-direction: column; justify-content: center; gap: 36px; padding: 20px; min-width: 0; }
.identity-print { padding: 12px; transform: rotate(-7deg); }
/* Clip transparent margins only. Original mark pixels and geometry stay intact. */
.arabic-mark { position: relative; width: 100%; aspect-ratio: 1621 / 1170; overflow: hidden; }
.arabic-mark img { position: absolute; width: 126.34%; max-width: none; left: -17.09%; top: -60.43%; }
.hero-listen { display: flex; justify-content: space-between; align-items: end; padding-inline: 12px; }
.pixel-dots { display: block; width: 12px; height: 12px; background: var(--pink); box-shadow: -18px 0 0 var(--pink), 0 -18px 0 var(--pink); margin: 18px; transform: rotate(-12deg); }
.rider-sleeve { grid-column: 1; grid-row: 1; position: relative; background: #000; border: 1px solid #746273; }
.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); color: var(--ink); font: 10px/1.5 var(--pixel); min-height: 44px; padding: 10px 12px; gap: 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); }
.music-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.music-image { padding: 22px 0; }
.record-stack { display: block; width: 82%; position: relative; isolation: isolate; }
.record-stack img { position: relative; z-index: 1; width: 100%; transform: rotate(-5deg); border: 1px solid var(--ink); }
.record-disc { position: absolute; width: 96%; height: 96%; top: 2%; right: 0; transform: translateX(22%); border-radius: 50%; background: repeating-radial-gradient(circle at center, #1b1820 0 2px, #302b34 3px, #1b1820 4px 6px); border: 2px solid #1b1820; }
.record-disc::before { content: ''; position: absolute; inset: 34%; border-radius: 50%; background: var(--pink); }
.record-disc::after { content: ''; position: absolute; inset: 49%; border-radius: 50%; background: var(--cream); }
.music-copy h2 { font-size: clamp(56px, 6.6vw, 100px); margin: 20px 0 32px; }
.music-copy .button { min-width: 190px; }
.music-links { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 22px; }
.music-links a { font-size: 14px; gap: 14px; }
figcaption, .photo-credit { margin-top: 14px; font-size: 11px; line-height: 1.5; color: var(--muted); }
.merch-preview { background: var(--olive); }
.merch-preview-grid { display: grid; grid-template-columns: 1.05fr 1fr .65fr; gap: 28px; align-items: center; padding-block: 14px 32px; }
.merch-preview-copy { position: relative; z-index: 2; }
.merch-preview-copy h2 { font-size: clamp(52px, 5.7vw, 86px); max-width: 8ch; margin-bottom: 34px; }
.merch-preview-blue { transform: rotate(-5deg); z-index: 1; }
.merch-preview-blue img, .merch-preview-green img { width: 100%; }
.merch-preview-blue > a, .merch-preview-green > a { display: block; border: 8px solid var(--cream); }
.merch-preview-green { align-self: end; margin-left: -48px; margin-bottom: -30px; transform: rotate(7deg); }
.about { background: var(--blue); color: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 9vw; align-items: center; }
.about-copy h2 { color: var(--pink); font-size: clamp(64px, 8vw, 120px); margin-top: 24px; }
.about-image { transform: rotate(3deg); }
.about-image img { width: 100%; }
.about figcaption { color: var(--paper); }
.members { margin: 44px 0 0; }
.members div { border-top: 1px solid #97a1bf; padding-block: 16px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 16px; }
.members dt { font-size: 17px; font-weight: 600; }
.members dd { margin: 0; font-size: 14px; color: var(--paper); align-self: center; }
.shows-preview { background: var(--pink); padding-block: 48px; }
.shows-preview-grid { display: flex; justify-content: space-between; gap: 32px; align-items: center; }
.shows-preview-grid h2 { font-size: clamp(58px, 10vw, 152px); margin-top: 18px; }
.shows-preview .round-link { background: var(--ink); color: var(--paper); }
.site-footer { padding-block: 44px 24px; background: var(--ink); color: var(--paper); }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; align-items: start; gap: 5vw; padding-bottom: 36px; }
.footer-brand { display: inline-block; font: 400 clamp(38px, 5vw, 76px)/1.2 var(--display); text-decoration: none; letter-spacing: -.04em; }
.footer-links { display: grid; align-content: start; }
.footer-links a { display: flex; align-items: center; min-height: 44px; font-size: 13px; 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: 40px 36px; }
.page-intro-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 10px 40px; }
.page-intro h1 { font-size: clamp(80px, 15vw, 220px); line-height: .95; }
.page-intro-copy { grid-column: 1; font-size: 17px; }
.page-mark { grid-column: 2; grid-row: 1 / 3; width: clamp(120px, 14vw, 200px); padding: 26px; background: var(--ink); border-radius: 50%; aspect-ratio: 1; display: grid; place-items: center; transform: rotate(9deg); }
.category-nav { display: flex; gap: 32px; padding-block: 12px; border-block: 1px solid var(--ink); }
.category-nav a { display: flex; gap: 18px; align-items: center; min-height: 48px; padding-block: 8px; font: 11px/1.6 var(--pixel); text-decoration: none; }
.category-nav a:hover { text-decoration: underline; }
.catalogue-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding-block: 60px; border-bottom: 1px solid var(--ink); align-items: center; }
.catalogue-section > figure { padding: 24px; background: var(--olive); }
.catalogue-section:nth-of-type(2) > figure { background: var(--pink); }
.catalogue-sheet { display: block; }
.catalogue-sheet img { width: 100%; }
.catalogue-sheet:focus-visible { outline-offset: 7px; }
.product-info { min-width: 0; }
.product-info h2 { font-size: clamp(48px, 6vw, 90px); margin-block: 18px 20px; }
.product-notes { font-size: 14px; color: var(--muted); }
.product-form { margin-top: 26px; padding-top: 24px; border-top: 1px dashed var(--ink); }
.product-form fieldset { min-width: 0; margin: 0 0 24px; padding: 0; border: 0; }
.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%; background: var(--pink); color: var(--ink); }
.product-form .button[aria-disabled='true'] { background: var(--paper); color: var(--muted); }
.enquiry-note { font-size: 13px; 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; }
.order-note { display: flex; align-items: center; gap: 24px; padding-block: 36px; font-size: 14px; }
.shows-title { background: var(--olive); }
.upcoming { position: relative; display: grid; grid-template-columns: 1fr 3fr; gap: 40px; align-items: center; padding: 40px; margin: 44px var(--gutter); background: var(--pink); }
.upcoming::before, .upcoming::after { content: ''; position: absolute; width: 28px; height: 28px; top: calc(50% - 14px); border-radius: 50%; background: var(--paper); }
.upcoming::before { left: -14px; }.upcoming::after { right: -14px; }
.empty-state { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-left: 1px dashed var(--ink); padding-left: 40px; }
.empty-state h2 { font-size: clamp(48px, 5vw, 76px); }
.past-shows { padding-block: 36px 64px; }
.past-shows h2 { font: 11px/1.6 var(--pixel); letter-spacing: .025em; margin-bottom: 24px; text-transform: uppercase; }
.show-row { display: grid; grid-template-columns: 160px 1fr; gap: 44px; padding-block: 28px; border-top: 1px solid var(--rule); align-items: center; }
.show-date { border-right: 1px dashed var(--rule); }
.show-date strong { display: block; font: 400 54px/1 var(--display); }
.show-date span { display: block; font: 10px/1.6 var(--pixel); margin-top: 10px; }
.show-detail h3 { font-size: clamp(32px, 3.5vw, 52px); margin-bottom: 10px; }
.show-detail p { font-size: 14px; }
.shows-photo { display: grid; grid-template-columns: 1fr 1fr; background: var(--blue); color: var(--paper); align-items: center; }
.shows-photo figure { padding: 48px 0 48px var(--gutter); }
.shows-photo img { width: 100%; max-height: 640px; object-fit: cover; }
.shows-photo figcaption { color: var(--paper); }
.shows-photo-copy { padding: 56px 6vw; }
.shows-photo-copy h2 { color: var(--pink); font-size: clamp(52px, 7vw, 100px); margin-block: 28px; }
.not-found { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; padding-block: 72px; }
.not-found h1 { font-size: clamp(64px, 8vw, 120px); margin-block: 24px 36px; }
.missing-print { display: grid; justify-items: center; gap: 30px; padding: 40px; background: var(--ink); color: var(--pink); transform: rotate(5deg); }
.missing-print > span { font: clamp(64px, 9vw, 130px)/1 var(--display); }
.missing-print .arabic-mark { width: 70%; }
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .button, .menu-toggle, .motion-toggle, .round-link { transition: transform 220ms var(--ease), background-color 180ms ease-out; }
  .button:not([aria-disabled='true']):hover { background: var(--blue); color: var(--cream); transform: translateY(-3px); }
  .round-link:hover, .round-link:focus-visible { transform: rotate(-9deg); background: var(--pink); color: var(--ink); }
  .shows-preview .round-link:hover, .shows-preview .round-link:focus-visible { background: var(--cream); }
  .record-disc, .record-stack img { transition: transform 260ms var(--ease); }
  .record-stack:hover .record-disc, .record-stack:focus-visible .record-disc { transform: translateX(36%) rotate(30deg); }
  .record-stack:hover img, .record-stack:focus-visible img { transform: rotate(-1deg); }
  .merch-preview-blue > a, .merch-preview-green > a { transition: transform 220ms var(--ease); }
  .merch-preview-blue > a:hover, .merch-preview-green > a:hover, .merch-preview-blue > a:focus-visible, .merch-preview-green > a:focus-visible { transform: translateY(-8px) rotate(-2deg); }
  .text-link .arrow, .site-nav a { transition: transform 180ms ease-out; }
  .text-link:hover .arrow, .text-link:focus-visible .arrow { transform: translate(3px,-3px); }
  .site-nav a:hover { transform: rotate(-5deg); }
}
@media (max-width: 1000px) {
  .hero-bottom { gap: 36px; }
  .hero-copy { gap: 26px; padding: 8px; }
  .round-link { width: 110px; }
  .music-grid, .about-grid { gap: 48px; }
  .music-copy h2 { font-size: clamp(52px, 6.6vw, 72px); }
  .merch-preview-grid { grid-template-columns: 1fr 1fr .5fr; gap: 20px; }
  .merch-preview-copy h2 { font-size: 54px; }
  .merch-preview-green { margin-left: -55px; }
  .members div { display: block; }
  .members dd { margin-top: 5px; }
  .catalogue-section { gap: 36px; }
  .catalogue-section > figure { padding: 16px; }
  .product-info h2 { font-size: clamp(48px, 6vw, 65px); }
  .upcoming { grid-template-columns: 1fr; gap: 18px; padding: 32px; }
  .empty-state { padding-left: 0; border: 0; }
  .empty-state h2 { font-size: 54px; }
  .footer-main { gap: 28px; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 18px; }
  .site-header { flex-wrap: wrap; gap: 12px; padding-block: 14px; }
  .brand { font-size: 23px; }
  .site-nav { width: 100%; justify-content: space-between; gap: 0; padding-top: 8px; border-top: 1px solid var(--rule); }
  .site-nav a { font-size: 10px; padding: 8px 4px; }
  .nav-enhanced .menu-toggle { display: inline-flex; }
  .nav-enhanced .site-nav { display: none; }
  .nav-enhanced .site-nav.is-open { display: flex; }
  .hero { padding-block: 22px 32px; }
  .hero-topline { gap: 20px; }
  .hero-topline .eyebrow { font-size: 9px; }
  .hero-topline .eyebrow:last-child { max-width: 19ch; text-align: right; }
  .wordmark { display: block; font-size: clamp(76px, 22.7vw, 142px); line-height: .86; margin: 28px 0; }
  .wordmark span { display: block; }
  .wordmark span:last-child { text-align: right; }
  .hero-bottom { grid-template-columns: minmax(0,1fr); gap: 26px; }
  .hero-copy { grid-column: 1; grid-row: 1; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 30px; padding: 0; }
  .rider-sleeve { grid-column: 1; grid-row: 2; }
  .identity-print { padding: 6px; }
  .hero-listen { padding: 0; }
  .hero-listen .pixel-dots { display: none; }
  .round-link { width: 104px; font-size: 10px; }
  .motion-toggle { bottom: 10px; right: 10px; font-size: 9px; }
  .music-grid, .about-grid { grid-template-columns: minmax(0,1fr); gap: 44px; }
  .music-image { margin: 0 4px; padding: 8px 0; }
  .record-stack { width: 80%; }
  .music-copy h2 { font-size: clamp(56px, 14vw, 82px); }
  .music-links { gap: 24px; }
  .merch-preview-grid { grid-template-columns: 1fr .72fr; gap: 20px; padding-bottom: 20px; }
  .merch-preview-copy { grid-column: 1 / -1; margin-bottom: 24px; }
  .merch-preview-copy h2 { font-size: clamp(60px, 14vw, 84px); max-width: none; margin-bottom: 28px; }
  .merch-preview-blue { margin-left: 8px; }
  .merch-preview-green { margin-left: -32px; margin-right: 8px; margin-bottom: -14px; }
  .merch-preview-blue > a, .merch-preview-green > a { border-width: 5px; }
  .about-copy h2 { font-size: clamp(66px, 17vw, 104px); }
  .members { margin-top: 32px; }
  .members div { display: flex; }
  .members dt { font-size: 16px; }
  .members dd { font-size: 13px; margin: 0; }
  .about-image { width: calc(100% - 12px); margin: 0 auto; }
  .shows-preview { padding-block: 36px; }
  .shows-preview-grid { gap: 18px; }
  .shows-preview-grid h2 { font-size: clamp(44px, 10vw, 66px); max-width: 5ch; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-brand { font-size: clamp(32px, 9vw, 56px); }
  .footer-bottom { display: grid; gap: 10px; }
  .page-intro { padding-block: 32px; }
  .page-intro-grid { gap: 14px; }
  .page-intro h1 { font-size: clamp(52px, 17vw, 108px); }
  .page-intro-copy { font-size: 14px; }
  .page-mark { width: clamp(72px, 23vw, 90px); padding: 14px; }
  .category-nav { justify-content: space-between; gap: 8px; }
  .category-nav a { font-size: 9px; gap: 6px; }
  .catalogue-section { grid-template-columns: minmax(0,1fr); gap: 28px; padding-block: 36px; }
  .catalogue-section > figure { padding: 18px; }
  .product-info h2 { font-size: clamp(56px, 14vw, 80px); margin-top: 14px; }
  .product-form { margin-top: 20px; }
  .field-row { gap: 14px; }
  .order-note { align-items: start; gap: 16px; font-size: 13px; }
  .order-note .arrow { margin-top: 4px; }
  .upcoming { padding: 28px; margin-block: 32px; }
  .empty-state { display: block; }
  .empty-state h2 { font-size: clamp(44px, 12vw, 65px); margin-bottom: 24px; }
  .empty-state .button { font-size: 13px; gap: 16px; }
  .show-row { grid-template-columns: 98px minmax(0,1fr); gap: 20px; }
  .show-date strong { font-size: 46px; }
  .show-date span { font-size: 9px; max-width: 9ch; }
  .show-detail h3 { font-size: 32px; }
  .show-detail p { font-size: 13px; }
  .shows-photo { grid-template-columns: minmax(0,1fr); }
  .shows-photo-copy { grid-row: 1; padding: 44px var(--gutter) 24px; }
  .shows-photo-copy h2 { font-size: clamp(52px, 14vw, 84px); }
  .shows-photo figure { padding: 12px var(--gutter) 44px; }
  .not-found { grid-template-columns: minmax(0,1fr); gap: 44px; padding-block: 44px; }
  .not-found h1 { font-size: clamp(56px, 14vw, 86px); }
  .missing-print { margin: 0 10px; display: flex; justify-content: space-around; gap: 20px; padding: 20px; }
  .missing-print > span { font-size: clamp(40px, 12vw, 64px); }
  .missing-print .arabic-mark { width: clamp(76px, 24vw, 110px); flex-shrink: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button:active, .menu-toggle:active, .motion-toggle:active { transform: none; }
}
