:root {
  --cb-black: #0b0c0c;
  --cb-black-soft: #151514;
  --cb-cream: #efe6d6;
  --cb-paper: #f4ead6;
  --cb-gold: #c79b5b;
  --cb-gold-dark: #8d6a3d;
  --cb-red: #9b3d2e;
  --cb-rule: #66533a;
  --cb-white: #f8f1e7;
  --cb-muted: #cabda9;
  --cb-display: "Noto Sans Display", "Arial Narrow", "Liberation Sans Narrow", "Nimbus Sans Narrow", Impact, sans-serif;
  --cb-sans: "Arial Narrow", Arial, Helvetica, sans-serif;
  --cb-script: "Z003", "Brush Script MT", "Segoe Print", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cb-black); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--cb-cream); color: var(--cb-black); font-family: var(--cb-sans); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.cb-visually-hidden, .cb-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.cb-skip { position: fixed; z-index: 1000; left: 12px; top: -80px; padding: 10px 14px; background: var(--cb-gold); color: var(--cb-black); font-weight: 900; text-transform: uppercase; }
.cb-skip:focus { top: 12px; }

.cb-header { position: sticky; z-index: 100; top: 0; min-height: 112px; display: grid; grid-template-columns: minmax(390px, 460px) minmax(0, 1fr) 178px; align-items: center; gap: clamp(14px, 1.7vw, 26px); padding: 0 clamp(22px, 2.2vw, 36px); background: var(--cb-black); color: var(--cb-white); border-bottom: 1px solid #28231c; box-shadow: 0 5px 22px rgba(0,0,0,.22); }
.cb-brand { min-width: 0; display: block; text-decoration: none; }
.cb-brand img { width: min(100%, 460px); height: auto; }
.cb-nav { min-width: 0; display: flex; align-items: center; justify-content: flex-end; gap: clamp(12px, 1.35vw, 22px); }
.cb-nav a, .cb-nav button { padding: 8px 0; border: 0; background: transparent; color: var(--cb-white); font-family: var(--cb-display); font-size: clamp(14px, .98vw, 17px); font-weight: 400; letter-spacing: .05em; line-height: 1; text-decoration: none; text-transform: uppercase; white-space: nowrap; cursor: pointer; }
.cb-nav a:hover, .cb-nav button:hover, .cb-nav a:focus-visible, .cb-nav button:focus-visible { color: var(--cb-gold); outline: none; }
.cb-order-button { min-width: 168px; min-height: 48px; padding: 0 20px; border: 1px solid var(--cb-gold); background: transparent; color: var(--cb-gold); font-family: var(--cb-display); font-size: 19px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.cb-order-button:hover, .cb-order-button:focus-visible { background: var(--cb-gold); color: var(--cb-black); outline: none; }
.cb-order-button span { margin-left: 13px; font-family: Arial, sans-serif; font-size: 24px; }
.cb-menu-toggle { display: none; }

.cb-hero { min-height: 382px; display: grid; grid-template-columns: minmax(530px, 46%) 1fr; background: var(--cb-cream); overflow: hidden; }
.cb-hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 28px clamp(42px, 6vw, 96px); background:
  radial-gradient(circle at 20% 15%, rgba(255,255,255,.6), transparent 36%),
  repeating-linear-gradient(0deg, rgba(65,45,20,.018) 0 1px, transparent 1px 4px),
  var(--cb-cream); }
.cb-hero h1 { margin: 0; font-family: var(--cb-display); font-size: clamp(72px, 6.4vw, 98px); font-weight: 900; font-stretch: ultra-condensed; transform: scaleX(.78); transform-origin: left center; width: 122%; letter-spacing: .01em; line-height: .84; text-transform: uppercase; }
.cb-hero h1 span, .cb-hero h1 em { display: block; }
.cb-hero h1 span { white-space: nowrap; }
.cb-hero h1 em { color: var(--cb-gold-dark); font-style: normal; }
.cb-hero-copy > p { max-width: 390px; margin: 22px 0 0; font-size: clamp(17px, 1.25vw, 22px); line-height: 1.24; }
.cb-hero-actions { display: flex; align-items: center; gap: clamp(28px, 6vw, 90px); margin-top: 18px; }
.cb-brush-button { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 28px; background: var(--cb-black); color: var(--cb-white); font-family: var(--cb-display); font-size: 20px; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; cursor: pointer; border: 0; }
.cb-brush-button::before, .cb-brush-button::after { content: ''; position: absolute; z-index: -1; inset: -5px -13px; background: var(--cb-black); clip-path: polygon(3% 16%, 97% 5%, 100% 82%, 7% 96%, 0 55%); }
.cb-brush-button::after { inset: -2px -9px; opacity: .55; transform: rotate(-1deg); }
.cb-brush-button:hover, .cb-brush-button:focus-visible { color: var(--cb-gold); outline: none; }
.cb-brush-button span { margin-left: 14px; font-family: Arial, sans-serif; }
.cb-hand-note { position: relative; display: inline-block; padding: 11px 20px 10px; font-family: var(--cb-script); font-size: clamp(19px, 1.75vw, 29px); font-weight: 800; line-height: .94; transform: rotate(-6deg); }
.cb-hand-note::before { content: ''; position: absolute; inset: -5px -15px; border: 4px solid var(--cb-red); border-radius: 52% 45% 52% 43%; transform: rotate(4deg); }
.cb-hero-photo { min-width: 0; min-height: 382px; margin: 0; overflow: hidden; background: #d8c7ae; }
.cb-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.cb-standards { min-height: 188px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); background: var(--cb-black); color: var(--cb-white); border-top: 1px solid #2b251d; border-bottom: 1px solid #2b251d; }
.cb-standards article { min-width: 0; display: grid; grid-template-rows: 82px auto auto; align-content: center; justify-items: center; padding: 14px 12px 11px; border-right: 1px solid var(--cb-rule); text-align: center; }
.cb-standards article:last-child { border-right: 0; }
.cb-standards img { width: auto; max-width: 112px; height: 78px; object-fit: contain; mix-blend-mode: normal; }
.cb-standards article:nth-child(5) img, .cb-standards article:nth-child(6) img { max-width: 130px; }
.cb-standards h2 { margin: 8px 0 4px; color: var(--cb-gold); font-family: var(--cb-display); font-size: clamp(17px, 1.3vw, 22px); font-weight: 400; letter-spacing: .04em; line-height: 1; text-transform: uppercase; }
.cb-standards p { margin: 0; font-size: clamp(14px, 1.05vw, 18px); line-height: 1.28; }

.cb-showcase { min-height: 286px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(310px, .82fr) minmax(400px, 1.08fr); background: var(--cb-black); }
.cb-hit-panel { min-width: 0; display: grid; grid-template-columns: minmax(250px, 46%) 1fr; background: var(--cb-cream); overflow: hidden; }
.cb-hit-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 22px clamp(24px, 3vw, 48px); }
.cb-hit-copy h2 { margin: 0; font-family: var(--cb-script); font-size: clamp(35px, 2.65vw, 45px); font-weight: 900; line-height: .86; text-transform: uppercase; transform: rotate(-2deg); }
.cb-hit-copy h2 em { color: var(--cb-red); font-style: normal; }
.cb-hit-copy p { margin: 15px 0 17px; font-size: clamp(15px, 1.2vw, 19px); line-height: 1.24; }
.cb-hit-panel > img { width: 100%; height: 100%; min-height: 286px; object-fit: cover; object-position: center; }
.cb-small-button { min-height: 40px; padding: 0 24px; border: 0; background: var(--cb-black); color: var(--cb-white); font-family: var(--cb-display); font-size: 17px; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.cb-small-button:hover, .cb-small-button:focus-visible { color: var(--cb-gold); outline: 2px solid var(--cb-gold); outline-offset: 2px; }
.cb-small-button span { margin-left: 10px; font-family: Arial, sans-serif; }

.cb-feature { position: relative; min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; background:
  repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, transparent 1px 4px),
  var(--cb-black-soft); color: var(--cb-white); border: 2px solid var(--cb-gold-dark); text-align: center; }
.cb-feature::before { content: ''; position: absolute; inset: 9px; border: 1px solid #423522; pointer-events: none; }
.cb-tape-label { position: relative; z-index: 1; padding: 5px 31px; background: #d4b789; color: var(--cb-black); font-family: var(--cb-display); font-size: 17px; letter-spacing: .05em; text-transform: uppercase; transform: rotate(-2deg); clip-path: polygon(3% 5%, 97% 0, 100% 90%, 0 100%); }
.cb-feature h2 { position: relative; z-index: 1; margin: 13px 0 8px; font-family: var(--cb-display); font-size: clamp(39px, 3.4vw, 56px); font-weight: 900; font-stretch: ultra-condensed; letter-spacing: .03em; line-height: .95; text-transform: uppercase; }
.cb-feature p { position: relative; z-index: 1; max-width: 390px; margin: 0 0 15px; font-size: clamp(14px, 1.05vw, 17px); line-height: 1.3; }
.cb-outline-button { position: relative; z-index: 1; min-height: 39px; padding: 0 27px; border: 1px solid var(--cb-gold-dark); background: transparent; color: var(--cb-white); font-family: var(--cb-display); font-size: 17px; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.cb-outline-button:hover, .cb-outline-button:focus-visible { background: var(--cb-gold); color: var(--cb-black); outline: none; }
.cb-outline-button span { margin-left: 12px; font-family: Arial, sans-serif; }

.cb-crew { min-width: 0; display: grid; place-items: center; padding: 16px 28px; background: var(--cb-cream); overflow: hidden; }
.cb-paper-card { position: relative; width: min(100%, 520px); min-height: 205px; display: grid; grid-template-columns: 1fr auto; grid-template-areas: "title mascot" "copy mascot" "form form" "status status"; align-content: center; column-gap: 15px; padding: 22px 28px 18px; background:
  radial-gradient(circle at 80% 20%, rgba(255,255,255,.5), transparent 45%),
  repeating-linear-gradient(90deg, rgba(81,55,24,.025) 0 1px, transparent 1px 4px),
  #e7d6b9; border: 1px solid #b9a88d; box-shadow: 0 5px 14px rgba(56,40,20,.22); transform: rotate(-1deg); }
.cb-paper-card::before, .cb-paper-card::after { content: ''; position: absolute; width: 42px; height: 16px; background: rgba(216,205,181,.86); border: 1px solid rgba(98,77,45,.22); transform: rotate(-8deg); }
.cb-paper-card::before { left: -8px; top: -5px; }
.cb-paper-card::after { right: -7px; bottom: -5px; transform: rotate(7deg); }
.cb-paper-card > img { grid-area: mascot; width: 125px; height: 130px; object-fit: cover; align-self: center; }
.cb-paper-card h2 { grid-area: title; margin: 0; font-family: var(--cb-script); font-size: clamp(31px, 3vw, 45px); font-weight: 900; line-height: .8; text-transform: uppercase; transform: rotate(-2deg); }
.cb-paper-card h2 span { color: var(--cb-red); }
.cb-paper-card > p:not(.cb-form-status) { grid-area: copy; margin: 8px 0 12px; font-size: clamp(14px, 1vw, 17px); line-height: 1.25; }
.cb-signup { grid-area: form; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.cb-signup input[type=email] { min-width: 0; height: 42px; padding: 0 14px; border: 1px solid #99886c; background: rgba(255,255,255,.45); color: var(--cb-black); font-size: 16px; }
.cb-signup input[type=email]:focus { outline: 2px solid var(--cb-red); outline-offset: 1px; }
.cb-signup button { min-width: 142px; border: 0; background: var(--cb-black); color: var(--cb-white); font-family: var(--cb-display); font-size: 18px; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.cb-signup button:hover, .cb-signup button:focus-visible { color: var(--cb-gold); outline: 2px solid var(--cb-gold); }
.cb-signup button:disabled { opacity: .55; cursor: wait; }
.cb-form-status { grid-area: status; min-height: 14px; margin: 5px 0 0; color: #5f281f; font-size: 12px; font-weight: 700; }

.cb-footer { position: relative; display: grid; grid-template-columns: minmax(280px, 1.3fr) minmax(270px, 1.1fr) minmax(150px, .65fr) minmax(170px, .72fr) minmax(150px, .62fr); gap: clamp(18px, 2vw, 38px); align-items: center; padding: 13px clamp(28px, 4vw, 68px) 45px; background: var(--cb-black); color: var(--cb-white); }
.cb-footer h2 { margin: 0 0 7px; color: var(--cb-white); font-family: var(--cb-display); font-size: 19px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; }
.cb-footer p { margin: 0; color: #e4d9c9; font-size: 15px; line-height: 1.35; text-transform: uppercase; }
.cb-quote { min-height: 76px; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 12px 24px; background: var(--cb-paper); color: var(--cb-black); font-family: var(--cb-script); font-size: clamp(18px, 1.6vw, 26px); font-weight: 900; line-height: 1; text-align: center; transform: rotate(-2deg); clip-path: polygon(2% 6%, 98% 0, 100% 93%, 3% 100%); }
.cb-quote cite { margin-top: 6px; font-family: var(--cb-sans); font-size: 12px; font-style: italic; font-weight: 700; }
.cb-footer-brand img { width: min(100%, 330px); }
.cb-follow div { display: flex; gap: 12px; }
.cb-follow a, .cb-follow button { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--cb-cream); color: var(--cb-black); font-family: Arial, sans-serif; font-size: 22px; font-weight: 900; text-decoration: none; border: 0; cursor: pointer; }
.cb-follow a:hover, .cb-follow a:focus-visible, .cb-follow button:hover, .cb-follow button:focus-visible { background: var(--cb-gold); outline: none; }
.cb-footer-bottom { position: absolute; left: clamp(28px, 4vw, 68px); right: clamp(28px, 4vw, 68px); bottom: 9px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 20px; color: #978c7d; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.cb-footer-bottom nav { display: flex; gap: 18px; }
.cb-footer-bottom button { padding: 0; border: 0; background: transparent; color: inherit; font-size: inherit; letter-spacing: inherit; text-transform: inherit; cursor: pointer; }
.cb-footer-bottom button:hover, .cb-footer-bottom button:focus-visible { color: var(--cb-gold); outline: none; }
.site-revision { display: inline-flex; align-items: center; justify-content: center; min-height: 22px; padding: 3px 7px; border: 1px solid currentColor; opacity: .7; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 9px; font-weight: 800; letter-spacing: .12em; white-space: nowrap; }

.cb-dialog { width: min(92vw, 720px); max-height: 86vh; overflow: auto; padding: clamp(30px, 5vw, 58px); border: 2px solid var(--cb-gold); background: var(--cb-black); color: var(--cb-white); box-shadow: 16px 16px 0 var(--cb-red); }
.cb-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(3px); }
.cb-dialog-close { position: absolute; right: 13px; top: 9px; width: 40px; height: 40px; border: 0; background: transparent; color: var(--cb-white); font-size: 36px; cursor: pointer; }
.cb-dialog-close:hover, .cb-dialog-close:focus-visible { color: var(--cb-gold); outline: none; }
.cb-dialog-kicker { color: var(--cb-gold); font-size: 11px; font-weight: 900; letter-spacing: .23em; text-transform: uppercase; }
.cb-dialog h2 { margin: 18px 0 16px; font-family: var(--cb-display); font-size: clamp(45px, 7vw, 74px); font-weight: 400; line-height: .9; text-transform: uppercase; }
.cb-dialog p { max-width: 590px; margin: 0 0 28px; color: #dfd2bf; font-size: 18px; line-height: 1.55; }
.cb-menu-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--cb-rule); border: 1px solid var(--cb-rule); }
.cb-menu-list article { padding: 18px; background: var(--cb-black-soft); }
.cb-menu-list strong { display: block; color: var(--cb-gold); font-family: var(--cb-display); font-size: 24px; font-weight: 400; text-transform: uppercase; }
.cb-menu-list span { display: block; margin-top: 8px; color: #dfd2bf; line-height: 1.4; }

@media (min-width: 1500px) and (min-height: 900px) {
  .cb-hero { min-height: 382px; }
  .cb-standards { min-height: 188px; }
  .cb-showcase { min-height: 286px; }
  .cb-footer { min-height: 140px; }
}

@media (max-width: 1320px) {
  .cb-header { grid-template-columns: minmax(300px, 380px) minmax(0, 1fr) 150px; gap: 18px; padding-inline: 26px; }
  .cb-nav { gap: 16px; }
  .cb-nav a, .cb-nav button { font-size: 15px; }
  .cb-order-button { min-width: 150px; font-size: 18px; }
  .cb-hero { grid-template-columns: minmax(480px, 47%) 1fr; }
  .cb-hero h1 { font-size: clamp(66px, 6.4vw, 84px); }
  .cb-showcase { grid-template-columns: minmax(0, 1.15fr) minmax(280px, .8fr) minmax(340px, 1fr); }
  .cb-footer { grid-template-columns: minmax(250px, 1.1fr) minmax(220px, .9fr) minmax(135px, .55fr) minmax(150px, .65fr) minmax(130px, .5fr); }
}

@media (max-width: 1080px) {
  .cb-header { min-height: 88px; grid-template-columns: minmax(250px, 1fr) auto auto; }
  .cb-brand img { width: min(100%, 360px); }
  .cb-menu-toggle { width: 46px; height: 42px; display: grid; align-content: center; gap: 5px; padding: 7px; border: 1px solid var(--cb-gold); background: transparent; color: var(--cb-white); cursor: pointer; }
  .cb-menu-toggle span { display: block; height: 2px; background: currentColor; }
  .cb-menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .cb-nav { position: absolute; left: 0; right: 0; top: 100%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 8px 20px 18px; background: var(--cb-black); border-bottom: 1px solid var(--cb-gold-dark); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .22s ease, opacity .22s ease; }
  .cb-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .cb-nav a, .cb-nav button { min-height: 44px; display: grid; place-items: center; border-bottom: 1px solid #2c261e; font-size: 16px; }
  .cb-order-button { min-width: 144px; min-height: 42px; }
  .cb-hero { grid-template-columns: 1fr; }
  .cb-hero-copy { min-height: 440px; }
  .cb-hero-photo { min-height: 430px; }
  .cb-standards { grid-template-columns: repeat(3, 1fr); }
  .cb-standards article { min-height: 176px; border-bottom: 1px solid var(--cb-rule); }
  .cb-standards article:nth-child(3n) { border-right: 0; }
  .cb-standards article:nth-last-child(-n+3) { border-bottom: 0; }
  .cb-showcase { grid-template-columns: 1fr 1fr; }
  .cb-hit-panel { grid-column: 1 / -1; min-height: 310px; }
  .cb-feature, .cb-crew { min-height: 320px; }
  .cb-footer { grid-template-columns: 1fr 1fr 1fr; padding-bottom: 70px; }
  .cb-quote { grid-column: span 2; }
  .cb-footer-brand { grid-column: span 1; }
  .cb-footer-bottom { grid-template-columns: 1fr auto; }
  .cb-footer-bottom nav { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 720px) {
  .cb-header { grid-template-columns: 1fr auto; min-height: 78px; padding: 10px 16px; }
  .cb-brand img { width: min(100%, 320px); }
  .cb-order-button { display: none; }
  .cb-nav { grid-template-columns: 1fr 1fr; padding-inline: 12px; }
  .cb-hero-copy { min-height: 410px; padding: 50px 26px 42px; }
  .cb-hero h1 { font-size: clamp(58px, 16vw, 78px); }
  .cb-hero h1 { transform: none; width: auto; }
  .cb-hero h1 span { white-space: normal; }
  .cb-hero-copy > p { font-size: 18px; }
  .cb-hero-actions { align-items: flex-start; flex-direction: column; gap: 26px; }
  .cb-hand-note { margin-left: 30px; }
  .cb-hero-photo { min-height: 330px; }
  .cb-standards { grid-template-columns: 1fr 1fr; }
  .cb-standards article { border-right: 1px solid var(--cb-rule); border-bottom: 1px solid var(--cb-rule); }
  .cb-standards article:nth-child(3n) { border-right: 1px solid var(--cb-rule); }
  .cb-standards article:nth-child(2n) { border-right: 0; }
  .cb-standards article:nth-last-child(-n+3) { border-bottom: 1px solid var(--cb-rule); }
  .cb-standards article:nth-last-child(-n+2) { border-bottom: 0; }
  .cb-showcase { grid-template-columns: 1fr; }
  .cb-hit-panel { grid-column: auto; grid-template-columns: 1fr; }
  .cb-hit-copy { min-height: 280px; }
  .cb-hit-panel > img { min-height: 280px; }
  .cb-feature, .cb-crew { min-height: 340px; }
  .cb-paper-card { grid-template-columns: 1fr 95px; padding: 24px 20px 18px; }
  .cb-paper-card > img { width: 95px; height: 100px; }
  .cb-signup { grid-template-columns: 1fr; }
  .cb-signup button { min-height: 44px; }
  .cb-footer { grid-template-columns: 1fr 1fr; padding: 30px 24px 105px; text-align: left; }
  .cb-quote, .cb-footer-brand { grid-column: 1 / -1; }
  .cb-footer-brand img { width: min(100%, 390px); }
  .cb-follow { grid-column: 1 / -1; }
  .cb-footer-bottom { left: 24px; right: 24px; bottom: 15px; grid-template-columns: 1fr auto; gap: 12px; }
  .cb-footer-bottom nav { flex-wrap: wrap; gap: 12px; }
  .cb-menu-list { grid-template-columns: 1fr; }
}

@media (max-width: 440px) {
  .cb-brand img { width: min(100%, 270px); }
  .cb-menu-toggle { width: 42px; }
  .cb-nav { grid-template-columns: 1fr; max-height: calc(100vh - 78px); overflow: auto; }
  .cb-hero-copy { min-height: 390px; }
  .cb-hero h1 { font-size: clamp(52px, 16vw, 68px); }
  .cb-hero-photo { min-height: 270px; }
  .cb-hit-copy { padding: 36px 24px; }
  .cb-hit-copy h2 { font-size: 42px; }
  .cb-paper-card { grid-template-columns: 1fr; grid-template-areas: "mascot" "title" "copy" "form" "status"; text-align: center; }
  .cb-paper-card > img { justify-self: center; }
  .cb-paper-card h2 { font-size: 38px; }
  .cb-footer { grid-template-columns: 1fr; padding-bottom: 130px; }
  .cb-footer section, .cb-follow { grid-column: auto; }
  .cb-footer-bottom { grid-template-columns: 1fr; }
  .cb-footer-bottom nav { grid-column: auto; grid-row: auto; }
  .site-revision { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cb-nav { transition: none; }
}
