:root {
  --navy: #102b3f;
  --navy-2: #1d4862;
  --ink: #17242d;
  --muted: #62717a;
  --gold: #d3a640;
  --cream: #f3ebdd;
  --paper: #faf8f3;
  --sea: #dceaf0;
  --line: #d4dce0;
  --red: #a73d36;
  --green: #39775f;
  --amber: #d8a52f;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow: 0 24px 70px rgba(16, 43, 63, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .28; z-index: -1; background-image: radial-gradient(rgba(16,43,63,.13) .45px, transparent .45px); background-size: 5px 5px; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
em { font-family: var(--serif); }

.reading-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 100; background: transparent; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--gold); }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 72px; padding: 0 clamp(18px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: white; background: rgba(16,43,63,.96); border-bottom: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: max-content; }
.brand-mark { width: 38px; height: 38px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; font: italic 700 20px var(--serif); color: var(--gold); }
.brand b { display: block; font: italic 700 18px var(--serif); letter-spacing: .02em; }
.brand small { display: block; margin-top: -3px; color: #c8d8df; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 34px); }
.main-nav a { position: relative; color: #e6eef2; text-decoration: none; font-size: 13px; font-weight: 650; letter-spacing: .02em; }
.main-nav a::after { content: ''; position: absolute; height: 2px; inset: auto 50% -8px; background: var(--gold); transition: inset .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { inset-inline: 0; }
.menu-button { display: none; color: white; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; background: transparent; padding: 8px 13px; }

.hero { min-height: calc(100svh - 72px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); grid-template-rows: 1fr auto; align-items: center; gap: clamp(28px, 5vw, 80px); padding: clamp(48px, 8vw, 112px) max(24px, calc((100vw - 1320px) / 2)); background: linear-gradient(135deg, #f7f1e6 0%, var(--paper) 48%, #dceaf0 100%); overflow: hidden; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy::before { content: ''; width: 84px; height: 4px; display: block; margin-bottom: 26px; background: var(--gold); }
.eyebrow { margin: 0 0 11px; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.hero h1 { margin: 0; color: var(--navy); font: 700 clamp(58px, 7.6vw, 112px)/.9 var(--serif); letter-spacing: -.05em; }
.hero h1 em { color: var(--navy-2); font-weight: 500; }
.hero-lead { max-width: 660px; margin: 30px 0; color: #344b58; font: 400 clamp(19px, 2vw, 27px)/1.45 var(--serif); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 46px; padding: 11px 18px; display: inline-flex; align-items: center; justify-content: center; border-radius: 2px; text-decoration: none; font-size: 13px; font-weight: 760; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--navy); }
.button-ghost { color: var(--navy); border: 1px solid #9eb0b9; }
.hero-figure { margin: 0; position: relative; }
.hero-figure::after { content: ''; position: absolute; z-index: -1; width: 76%; aspect-ratio: 1; right: -13%; top: -20%; border: 1px solid rgba(211,166,64,.45); border-radius: 50%; }
.hero-figure .image-button { box-shadow: var(--shadow); }
.hero-figure img { aspect-ratio: 16/9; object-fit: cover; object-position: 50% 50%; }
figcaption { margin-top: 10px; color: var(--muted); font: italic 12px/1.5 var(--serif); }
.hero-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #b9c9d0; border-bottom: 1px solid #b9c9d0; }
.hero-stats div { padding: 18px clamp(10px, 2.2vw, 30px); border-right: 1px solid #b9c9d0; }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { display: block; color: var(--navy); font: 700 clamp(24px, 3vw, 38px)/1 var(--serif); }
.hero-stats span { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.page-shell { width: min(1320px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: clamp(40px, 6vw, 90px); }
.chapter-nav { position: sticky; top: 106px; align-self: start; padding: 90px 0 30px; }
.chapter-nav p { margin: 0 0 12px; color: var(--muted); font-size: 10px; font-weight: 760; letter-spacing: .18em; text-transform: uppercase; }
.chapter-nav a { display: block; padding: 8px 0; color: #62717a; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 12px; transition: color .2s, padding .2s; }
.chapter-nav a:hover, .chapter-nav a.active { padding-left: 7px; color: var(--navy); font-weight: 760; }
.content-column { min-width: 0; }
.chapter { padding: clamp(80px, 10vw, 136px) 0; border-bottom: 1px solid var(--line); }
.chapter-heading { max-width: 820px; margin-bottom: clamp(34px, 5vw, 64px); }
.chapter-heading h2, .legacy h2 { margin: 0 0 18px; color: var(--navy); font: 700 clamp(38px, 5.2vw, 72px)/1.02 var(--serif); letter-spacing: -.035em; }
.chapter-heading > p:last-child { margin: 0; color: #405662; font: 20px/1.55 var(--serif); }
h3 { color: var(--navy); line-height: 1.25; }
.prose h3 { margin: 0 0 16px; font: 700 28px/1.15 var(--serif); }
.prose p { margin: 0 0 16px; }
.prose-large { max-width: 800px; margin: 48px auto 0; text-align: center; }
.prose-large p { font: 20px/1.6 var(--serif); }

.feature-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
.feature-grid-balanced { grid-template-columns: 1fr 1fr; }
.framed-media { margin: 0; min-width: 0; }
.framed-media .image-button { border: 1px solid #c4d0d5; background: #e8eef0; }
.media-natural img { width: 100%; height: auto; object-fit: contain; }
.image-button { position: relative; width: 100%; padding: 0; display: block; overflow: hidden; color: white; border: 0; cursor: zoom-in; }
.image-button::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,27,40,.45), transparent 36%); opacity: 0; transition: opacity .25s; }
.image-button:hover::after, .image-button:focus-visible::after { opacity: 1; }
.image-button span { position: absolute; z-index: 2; right: 14px; bottom: 12px; padding: 5px 10px; border: 1px solid rgba(255,255,255,.65); border-radius: 99px; background: rgba(16,43,63,.78); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(5px); transition: .25s; }
.image-button:hover span, .image-button:focus-visible span { opacity: 1; transform: none; }
.spec-grid { margin: clamp(46px, 6vw, 78px) 0; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #c9d3d8; }
.spec-grid article { padding: 24px; border-right: 1px solid #c9d3d8; background: #fffdfa; }
.spec-grid article:last-child { border-right: 0; }
.spec-grid span, .spec-grid small { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.spec-grid strong { display: block; margin: 8px 0; color: var(--navy); font: 700 28px var(--serif); }
.deck-section { display: grid; grid-template-columns: 1.25fr .75fr; gap: 46px; align-items: center; }
.deck-visual { position: relative; min-height: 360px; padding: 112px 28px 24px; color: white; background: var(--sea); overflow: hidden; }
.deck-visual::after { content: ''; position: absolute; left: 6%; right: 6%; bottom: 24px; height: 224px; clip-path: polygon(4% 10%,94% 0,100% 78%,82% 100%,9% 96%,0 72%); background: var(--navy); }
.mast { position: absolute; z-index: 0; top: 24px; width: 3px; height: 115px; background: #76563f; }
.mast::after { content: ''; position: absolute; width: 98px; height: 1px; left: -47px; top: 38px; background: #76563f; }
.mast-one { left: 25%; } .mast-two { left: 51%; height: 136px; } .mast-three { left: 75%; height: 102px; }
.deck, .hold { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 18px; padding: 12px 16px; border-bottom: 2px solid var(--gold); font-size: 12px; }
.hold { border: 0; padding-top: 16px; }
.deck span, .hold span { color: #d9e6eb; }

.chapter-dark { position: relative; margin-inline: calc((100vw - min(1320px, calc(100vw - 40px))) / -2); padding-inline: max(20px, calc((100vw - 1320px) / 2 + 230px)); color: white; background: var(--navy); border: 0; }
.chapter-dark .chapter-heading h2, .chapter-dark .eyebrow { color: white; }
.timeline { display: grid; grid-template-columns: repeat(7, minmax(180px,1fr)); gap: 16px; overflow-x: auto; padding: 10px 0 24px; scroll-snap-type: x mandatory; }
.timeline article { min-height: 210px; padding: 22px; color: var(--ink); background: #f6f0e5; border-top: 4px solid var(--gold); scroll-snap-align: start; }
.timeline time { color: var(--red); font-size: 11px; font-weight: 760; letter-spacing: .08em; }
.timeline h3 { margin: 34px 0 12px; font: 700 24px var(--serif); }
.timeline p { margin: 0; font-size: 13px; }

.campaign { margin: 70px 0; }
.campaign-featured { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px, 5vw, 66px); align-items: center; }
.campaign-reverse .campaign-copy { grid-row: 1; }
.campaign-reverse figure { grid-column: 2; }
.campaign-date { margin: 0 0 10px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.campaign-copy h3 { margin: 0 0 18px; font: 700 clamp(28px, 3.5vw, 45px)/1.1 var(--serif); }
.campaign-copy p { margin: 0 0 14px; }
.verdict { display: inline-flex; margin-top: 12px; padding: 6px 10px; color: white; border-radius: 2px; font-size: 11px; font-weight: 760; letter-spacing: .05em; text-transform: uppercase; }
.verdict-red { background: var(--red); } .verdict-green { background: var(--green); }
.campaign-list { border-top: 1px solid var(--line); }
.campaign-list details { border-bottom: 1px solid var(--line); }
.campaign-list summary { min-height: 72px; display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 18px; cursor: pointer; list-style: none; }
.campaign-list summary::-webkit-details-marker { display: none; }
.campaign-list summary span { color: var(--red); font: 700 18px var(--serif); }
.campaign-list summary b { color: var(--navy); font-size: 16px; }
.campaign-list summary em { color: var(--green); font: 700 11px var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.campaign-list summary::after { content: '+'; grid-column: 4; color: var(--navy); font-size: 22px; }
.campaign-list details[open] summary::after { content: '−'; }
.campaign-list details > div { max-width: 780px; padding: 0 0 24px 118px; color: #405662; }
.campaign-list details p { margin: 0; }
.full-artwork { margin: 70px 0; }

.chapter-trafalgar { position: relative; }
.chapter-trafalgar::before { content: ''; position: absolute; z-index: -1; inset: 0 calc((100vw - min(1320px, calc(100vw - 40px))) / -2); background: linear-gradient(to bottom, transparent 0 38%, #f1eadf 38% 79%, transparent 79%); }
.artwork-wide { max-width: 960px; margin: 0 auto; }
.battle-plan { position: relative; height: 400px; margin: 60px 0; overflow: hidden; background: var(--sea); border: 1px solid #bfcfd6; }
.combined-line { position: absolute; left: 8%; right: 8%; top: 36%; display: flex; justify-content: center; gap: 5px; transform: rotate(5deg); }
.combined-line span { width: 11%; height: 14px; border-radius: 2px; background: var(--red); }
.battle-plan > p { position: absolute; left: 6%; top: 12%; color: var(--red); font-weight: 760; }
.british-column { position: absolute; display: flex; gap: 5px; transform-origin: top; }
.british-column i { width: 58px; height: 15px; border-radius: 2px; background: var(--navy); }
.british-column b { position: absolute; color: var(--navy); font-size: 11px; white-space: nowrap; }
.column-nelson { left: 39%; top: 50%; transform: rotate(65deg); }
.column-collingwood { right: 32%; top: 54%; transform: rotate(104deg); }
.column-nelson b { left: -5px; top: -25px; transform: rotate(-65deg); }
.column-collingwood b { right: -4px; top: -27px; transform: rotate(-104deg); }
.battle-timeline { margin: 0; padding: 0; list-style: none; }
.battle-timeline li { display: grid; grid-template-columns: 120px 1fr; gap: 28px; padding: 28px 0; border-top: 1px solid var(--line); }
.battle-timeline time { color: var(--red); font: 700 22px var(--serif); }
.battle-timeline h3 { margin: 0 0 8px; font: 700 24px var(--serif); }
.battle-timeline p { margin: 0; }
.human-cost { margin: 70px 0; display: grid; grid-template-columns: 1.1fr .9fr; gap: 0; color: white; background: var(--navy); }
.human-cost figure { align-self: center; }
.human-cost figure .image-button, .human-cost img { height: auto; }
.human-cost img { object-fit: contain; }
.human-cost figcaption { padding: 0 18px 12px; color: #bfd0d9; }
.cost-copy { padding: clamp(28px, 5vw, 58px); }
.cost-copy h3 { margin-top: 0; color: white; font: 700 34px var(--serif); }
.cost-copy dl { margin: 24px 0; }
.cost-copy dl div { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.cost-copy dt { color: #c8d8df; }
.cost-copy dd { margin: 0; color: var(--gold); font: 700 22px var(--serif); }
.death-artwork { max-width: 760px; margin: 0 auto; }

.near-misses { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin: 68px 0; }
.near-misses article { min-height: 230px; padding: 24px; background: white; border: 1px solid var(--line); border-top: 4px solid var(--red); }
.near-misses time { color: var(--red); font: 700 25px var(--serif); }
.near-misses h3 { margin: 38px 0 12px; font: 700 22px var(--serif); }
.near-misses p { margin: 0; font-size: 13px; }

.chapter-conservation { margin-inline: -24px; padding-inline: 24px; background: linear-gradient(145deg, #e2edf0, #f7f1e6); }
.conservation-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.conservation-grid article { padding: 30px; background: rgba(255,255,255,.72); border: 1px solid #bccdd4; }
.conservation-grid span { color: var(--navy); font: 700 46px var(--serif); }
.conservation-grid h3 { margin: 18px 0 8px; font: 700 22px var(--serif); }
.conservation-grid p { margin: 0; }
.originality { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 70px; align-items: start; }
table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.75); font-size: 13px; }
th, td { padding: 13px 14px; text-align: left; border: 1px solid #b9c9d0; }
th { color: white; background: var(--navy); }
.current-note { margin-top: 50px; padding: 30px; border-left: 5px solid var(--gold); background: var(--navy); color: white; }
.current-note .eyebrow { color: var(--gold); }
.current-note p:last-child { margin-bottom: 0; font: 18px/1.55 var(--serif); }

.outcome-table { border-top: 1px solid var(--line); }
.outcome-row { display: grid; grid-template-columns: 190px 16px 180px 1fr; align-items: center; gap: 18px; padding: 15px 10px; border-bottom: 1px solid var(--line); }
.outcome-row > span { color: var(--navy); font-weight: 700; }
.outcome-row i { width: 12px; height: 12px; }
.outcome-row i.red { background: var(--red); } .outcome-row i.green { background: var(--green); } .outcome-row i.amber { background: var(--amber); }
.outcome-row b { font-size: 13px; }
.outcome-row p { margin: 0; color: #4d616b; font-size: 13px; }
blockquote { max-width: 900px; margin: 70px auto 0; color: var(--navy); font: italic clamp(23px,3vw,36px)/1.45 var(--serif); text-align: center; }
blockquote::before { content: '“'; display: block; color: var(--gold); font-size: 88px; line-height: .6; }

.legacy { padding-top: 20px; }
.source-columns { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; }
.source-columns h3 { font: 700 24px var(--serif); }
.source-columns ol { padding-left: 22px; }
.source-columns li { margin-bottom: 12px; }
.source-columns a { color: var(--navy-2); text-underline-offset: 3px; }
.update-date { margin-top: 28px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.site-footer { padding: 38px max(24px, calc((100vw - 1320px)/2)); display: flex; justify-content: space-between; align-items: center; color: white; background: var(--navy); }
.site-footer b, .site-footer span { display: block; }
.site-footer b { font: italic 700 20px var(--serif); }
.site-footer span { color: #b9cbd4; font-size: 11px; }
.site-footer a { color: var(--gold); font-size: 12px; font-weight: 760; text-decoration: none; }

.lightbox { width: min(94vw, 1200px); max-height: 94vh; padding: 42px 18px 18px; color: white; border: 1px solid rgba(255,255,255,.28); background: #071a26; box-shadow: 0 30px 110px rgba(0,0,0,.6); }
.lightbox::backdrop { background: rgba(3,15,23,.88); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox p { margin: 12px 4px 0; color: #cad8de; font: italic 13px var(--serif); }
.lightbox-close { position: absolute; right: 10px; top: 6px; width: 32px; height: 32px; color: white; border: 0; background: transparent; font-size: 30px; cursor: pointer; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .page-shell { grid-template-columns: 150px minmax(0,1fr); gap: 42px; }
  .chapter-dark { padding-inline: max(20px, calc((100vw - 1320px) / 2 + 190px)); }
  .near-misses { grid-template-columns: repeat(2,1fr); }
  .outcome-row { grid-template-columns: 160px 14px 150px 1fr; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 74px; }
  .site-header { min-height: 64px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 64px; padding: 18px 24px 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--navy); border-top: 1px solid rgba(255,255,255,.14); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 64px; }
  .hero-copy { order: 1; }
  .hero-figure { order: 2; }
  .hero-stats { order: 3; grid-template-columns: repeat(2,1fr); }
  .hero-stats div:nth-child(2) { border-right: 0; }
  .hero-stats div:nth-child(-n+2) { border-bottom: 1px solid #b9c9d0; }
  .page-shell { width: min(100% - 32px, 760px); display: block; }
  .chapter-nav { display: none; }
  .chapter { padding-block: 80px; }
  .chapter-dark { margin-inline: -16px; padding-inline: 16px; }
  .feature-grid, .deck-section, .campaign-featured, .human-cost, .originality, .source-columns { grid-template-columns: 1fr; }
  .campaign-reverse .campaign-copy, .campaign-reverse figure { grid-row: auto; grid-column: auto; }
  .spec-grid { grid-template-columns: repeat(2,1fr); }
  .spec-grid article:nth-child(2) { border-right: 0; }
  .spec-grid article:nth-child(-n+2) { border-bottom: 1px solid #c9d3d8; }
  .campaign-list summary { grid-template-columns: 78px 1fr; padding: 12px 0; }
  .campaign-list summary em { grid-column: 2; }
  .campaign-list summary::after { grid-column: 3; grid-row: 1 / 3; }
  .campaign-list details > div { padding-left: 96px; }
  .battle-plan { height: 330px; }
  .human-cost figure .image-button, .human-cost img { height: auto; }
  .conservation-grid { grid-template-columns: 1fr; }
  .outcome-row { grid-template-columns: 140px 14px 1fr; gap: 12px; }
  .outcome-row p { grid-column: 1 / -1; padding-left: 166px; margin-top: -8px; }
}

@media (max-width: 540px) {
  .brand small { display: none; }
  .hero { padding-inline: 18px; gap: 34px; }
  .hero h1 { font-size: 54px; }
  .hero-lead { font-size: 19px; }
  .hero-actions { display: grid; }
  .hero-stats div { padding: 15px 10px; }
  .page-shell { width: calc(100% - 28px); }
  .chapter-heading h2, .legacy h2 { font-size: 39px; }
  .chapter-heading > p:last-child { font-size: 17px; }
  .feature-grid, .deck-section { gap: 30px; }
  .spec-grid { grid-template-columns: 1fr; }
  .spec-grid article { border-right: 0; border-bottom: 1px solid #c9d3d8; }
  .spec-grid article:last-child { border-bottom: 0; }
  .deck-visual { min-height: 320px; padding-inline: 16px; }
  .deck, .hold { font-size: 10px; }
  .timeline { margin-inline: -14px; padding-inline: 14px; }
  .campaign { margin-block: 52px; }
  .campaign-list summary { grid-template-columns: 68px 1fr; gap: 9px; }
  .campaign-list details > div { padding-left: 0; }
  .battle-plan { height: 270px; margin-block: 40px; }
  .british-column i { width: 40px; height: 12px; }
  .column-nelson { left: 31%; top: 54%; }
  .column-collingwood { right: 28%; top: 58%; }
  .battle-timeline li { grid-template-columns: 82px 1fr; gap: 15px; }
  .battle-timeline time { font-size: 17px; }
  .near-misses { grid-template-columns: 1fr; }
  .near-misses article { min-height: auto; }
  .near-misses h3 { margin-top: 20px; }
  .outcome-row { grid-template-columns: 1fr 14px; }
  .outcome-row b { grid-column: 1; grid-row: 2; }
  .outcome-row i { grid-column: 2; grid-row: 1 / 3; }
  .outcome-row p { grid-column: 1 / -1; padding-left: 0; margin-top: 0; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 18px; }
  .image-button span { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
