@font-face {
  font-family: 'Bubblegum Sans';
  src: url('bubblegum-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Readex Pro';
  src: url('readex-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Readex Pro';
  src: url('readex-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --cdo-ink: #1d2340;
  --cdo-paper: #ffffff;
  --cdo-sky: #1f8ede;
  --cdo-link: #0d6099;
  --cdo-lagoon: #0f9f9c;
  --cdo-grape: #6d43c8;
  --cdo-star: #f2b312;
  --cdo-tangerine: #e5701c;
  --cdo-poppy: #d63c26;
  --cdo-butter: #fdeeb4;
  --cdo-mist: #cfe8fa;
  --cdo-quiet: #4a5270;
  --cdo-amber: #96620a;
  --cdo-edge: #dbe3ef;
  --cdo-skywash: #dcefff;
  --cdo-lagoonwash: #d6f2f0;
  --cdo-grapewash: #e8def9;
  --cdo-tangerinewash: #ffe4cf;
  --cdo-poppywash: #ffdfd9;
  --cdo-round: 20px;
  --cdo-roundsm: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--cdo-paper);
  color: var(--cdo-ink);
  font-family: 'Readex Pro', 'Segoe UI', system-ui, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--cdo-link);
}

h1,
h2,
h3 {
  font-family: 'Bubblegum Sans', 'Readex Pro', system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.005em;
  margin: 0 0 0.5em;
}

h1 {
  font-size: clamp(2.1rem, 1.35rem + 2.6vw, 3.4rem);
}

h2 {
  font-size: clamp(1.62rem, 1.2rem + 1.5vw, 2.35rem);
}

h3 {
  font-size: 1.28rem;
}

p {
  margin: 0 0 1em;
}

:focus-visible {
  outline: 3px solid var(--cdo-grape);
  outline-offset: 3px;
}

.cdo-hall {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
}

.cdo-narrow {
  width: 100%;
  max-width: 736px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
}

.cdo-plainband,
.cdo-sunband,
.cdo-seaband {
  padding-top: 58px;
  padding-bottom: 58px;
}

.cdo-sunband {
  background: var(--cdo-butter);
}

.cdo-seaband {
  background: var(--cdo-mist);
}

.cdo-jumpline {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--cdo-ink);
  color: var(--cdo-paper);
  padding: 12px 20px;
  border-radius: 0 0 var(--cdo-roundsm) 0;
  z-index: 9;
}

.cdo-jumpline:focus {
  left: 0;
}

.cdo-topbar {
  background: var(--cdo-paper);
  border-bottom: 3px solid var(--cdo-mist);
  padding-top: 14px;
  padding-bottom: 14px;
}

.cdo-topbar .cdo-hall {
  display: flex;
  align-items: center;
  gap: 21px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cdo-brand {
  display: block;
  line-height: 0;
}

.cdo-topnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 18px;
}

.cdo-topnav a {
  color: var(--cdo-ink);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 5px 2px;
  border-bottom: 3px solid transparent;
}

.cdo-topnav a:hover,
.cdo-topnav a:focus-visible {
  border-bottom-color: var(--cdo-poppy);
}

.cdo-kicker {
  display: block;
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--cdo-quiet);
  margin-bottom: 10px;
}

.cdo-lead {
  font-size: 1.14rem;
  color: var(--cdo-quiet);
  max-width: 58ch;
}

.cdo-heading {
  max-width: 62ch;
  margin-bottom: 30px;
}

.cdo-heading p {
  color: var(--cdo-quiet);
  margin-bottom: 0;
}

.cdo-keyrow {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 26px;
}

.cdo-key,
.cdo-keyline {
  display: inline-block;
  border-radius: 999px;
  padding: 13px 27px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border: 3px solid transparent;
}

.cdo-key {
  background: var(--cdo-poppy);
  color: var(--cdo-paper);
}

.cdo-key:hover,
.cdo-key:focus-visible {
  background: var(--cdo-ink);
}

.cdo-keyline {
  border-color: var(--cdo-ink);
  color: var(--cdo-ink);
  background: transparent;
}

.cdo-keyline:hover,
.cdo-keyline:focus-visible {
  background: var(--cdo-ink);
  color: var(--cdo-paper);
}

.cdo-crumb {
  padding-top: 18px;
  padding-bottom: 4px;
  font-size: 0.88rem;
}

.cdo-crumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  color: var(--cdo-quiet);
}

.cdo-crumb li + li::before {
  content: '\203a';
  margin-right: 6px;
  color: var(--cdo-quiet);
}

.cdo-crumb a {
  color: var(--cdo-quiet);
}

.cdo-pagehead {
  padding-top: 26px;
  padding-bottom: 34px;
}

.cdo-pagehead p {
  color: var(--cdo-quiet);
  max-width: 66ch;
  margin-bottom: 0;
}

.cdo-foot {
  background: var(--cdo-ink);
  color: var(--cdo-paper);
  padding-top: 52px;
  padding-bottom: 34px;
  --cdo-quiet: #c3cbe4;
  --cdo-link: #9fd2f7;
}

.cdo-footgrid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 34px;
}

.cdo-footbrand p {
  color: var(--cdo-quiet);
  font-size: 0.95rem;
  margin-top: 16px;
  margin-bottom: 0;
}

.cdo-postslip {
  font-style: normal;
  color: var(--cdo-quiet);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 16px;
}

.cdo-footbrand .cdo-postnote {
  font-size: 0.84rem;
  line-height: 1.55;
  margin-top: 10px;
}

.cdo-postwide {
  color: var(--cdo-ink);
  font-size: 1.05rem;
  background: var(--cdo-butter);
  border-radius: var(--cdo-round);
  padding: 20px 26px;
  margin: 0 0 20px;
}

.cdo-foothead {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--cdo-quiet);
  margin-bottom: 14px;
}

.cdo-footlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
  font-size: 0.95rem;
}

.cdo-footlist a {
  color: var(--cdo-paper);
  text-decoration: none;
}

.cdo-footlist a:hover,
.cdo-footlist a:focus-visible {
  text-decoration: underline;
}

.cdo-footbase {
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.cdo-footbase p {
  color: var(--cdo-quiet);
  font-size: 0.9rem;
  margin: 0;
}

.cdo-housenote {
  max-width: min(346px, 100%);
  height: auto;
}

.cdo-hero {
  background: linear-gradient(180deg, var(--cdo-butter) 0%, var(--cdo-butter) 58%, var(--cdo-mist) 58%, var(--cdo-mist) 100%);
  padding-top: 54px;
  padding-bottom: 54px;
}

.cdo-hero .cdo-hall {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
}

.cdo-herocopy h1 {
  margin-bottom: 18px;
}

.cdo-heroart {
  background: var(--cdo-paper);
  border-radius: var(--cdo-round);
  padding: 18px;
  box-shadow: 0 14px 34px rgba(29, 35, 64, 0.14);
}

.cdo-heroart img {
  border-radius: var(--cdo-roundsm);
  width: 100%;
  height: auto;
}

.cdo-herofacts {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.cdo-herofact {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  background: var(--cdo-paper);
  border-radius: 999px;
  padding: 7px 17px;
  font-size: 0.9rem;
  color: var(--cdo-quiet);
}

.cdo-herofact b {
  font-family: 'Bubblegum Sans', system-ui, sans-serif;
  font-size: 1.28rem;
  font-weight: 400;
  color: var(--cdo-ink);
}

.cdo-tiles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.cdo-tile {
  display: flex;
  flex-direction: column;
  border-radius: var(--cdo-round);
  overflow: hidden;
  text-decoration: none;
  color: var(--cdo-ink);
  background: var(--cdo-skywash);
  border: 3px solid transparent;
}

.cdo-tile:hover,
.cdo-tile:focus-visible {
  border-color: var(--cdo-ink);
}

.cdo-tile-sky {
  background: var(--cdo-skywash);
}

.cdo-tile-lagoon {
  background: var(--cdo-lagoonwash);
}

.cdo-tile-grape {
  background: var(--cdo-grapewash);
}

.cdo-tile-tangerine {
  background: var(--cdo-tangerinewash);
}

.cdo-tile-poppy {
  background: var(--cdo-poppywash);
}

.cdo-tileshot {
  display: block;
  background: var(--cdo-paper);
  padding: 14px;
}

.cdo-tileshot img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  height: auto;
  border-radius: var(--cdo-roundsm);
}

.cdo-tilebody {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 18px 20px 22px;
}

.cdo-tilename {
  display: block;
  font-family: 'Bubblegum Sans', system-ui, sans-serif;
  font-size: 1.3rem;
  line-height: 1.15;
  margin-bottom: 8px;
}

.cdo-tilelead {
  display: block;
  font-size: 0.92rem;
  color: var(--cdo-quiet);
  margin-bottom: 10px;
}

.cdo-tilecount {
  align-self: flex-start;
  margin-top: auto;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cdo-ink);
  background: var(--cdo-paper);
  border-radius: 999px;
  padding: 4px 14px;
}

.cdo-shelf {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(234px, 1fr));
  gap: 21px;
}

.cdo-shelf3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}

.cdo-box {
  display: flex;
  flex-direction: column;
  background: var(--cdo-paper);
  border: 2px solid var(--cdo-edge);
  border-radius: var(--cdo-round);
  overflow: hidden;
}

.cdo-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  text-decoration: none;
  color: var(--cdo-ink);
  background: var(--cdo-paper);
  border: 2px solid var(--cdo-edge);
  border-radius: var(--cdo-round);
  overflow: hidden;
}

.cdo-box > .cdo-card {
  border: 0;
  border-radius: 0;
}

.cdo-card:hover,
.cdo-card:focus-visible {
  border-color: var(--cdo-sky);
}

.cdo-cardshot {
  display: block;
  padding: 14px 14px 0;
}

.cdo-cardshot img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  height: auto;
  border-radius: var(--cdo-roundsm);
}

.cdo-cardbody {
  display: block;
  padding: 14px 18px 18px;
}

.cdo-cost {
  display: block;
  font-family: 'Bubblegum Sans', system-ui, sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
  color: var(--cdo-ink);
  margin-bottom: 4px;
}

.cdo-cardname {
  display: block;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 8px;
}

.cdo-cardmeta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  font-size: 0.84rem;
  color: var(--cdo-quiet);
}

.cdo-glow {
  display: inline-block;
  color: var(--cdo-amber);
  letter-spacing: 0.06em;
}

.cdo-votes {
  display: inline-block;
}

.cdo-cardfoot {
  padding: 0 18px 18px;
}

.cdo-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  background: var(--cdo-poppy);
  border-radius: 999px;
  padding: 11px 22px;
}

.cdo-buy:hover,
.cdo-buy:focus-visible {
  background: var(--cdo-ink);
}

.cdo-buy img {
  height: auto;
}

.cdo-builtgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(238px, 1fr));
  gap: 20px;
}

.cdo-built {
  background: var(--cdo-paper);
  border-radius: var(--cdo-round);
  padding: 26px 24px 24px;
  border: 2px solid var(--cdo-edge);
}

.cdo-builticon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  margin-bottom: 16px;
  background: var(--cdo-skywash);
  color: var(--cdo-ink);
}

.cdo-builticon svg {
  width: 34px;
  height: 34px;
}

.cdo-built h3 {
  margin-bottom: 8px;
}

.cdo-built p {
  color: var(--cdo-quiet);
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.cdo-builtcount {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--cdo-quiet);
  border-top: 2px solid var(--cdo-edge);
  padding-top: 10px;
}

.cdo-whorow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(238px, 1fr));
  gap: 20px;
}

.cdo-who {
  display: flex;
  flex-direction: column;
  background: var(--cdo-paper);
  border-radius: var(--cdo-round);
  border: 2px solid var(--cdo-edge);
  padding: 24px 24px 22px;
  text-decoration: none;
  color: var(--cdo-ink);
}

.cdo-who:hover,
.cdo-who:focus-visible {
  border-color: var(--cdo-grape);
}

.cdo-who h3 {
  margin-bottom: 8px;
}

.cdo-who p {
  color: var(--cdo-quiet);
  font-size: 0.95rem;
  flex: 1 1 auto;
}

.cdo-whotail {
  display: block;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--cdo-grape);
}

.cdo-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cdo-note {
  display: flex;
  flex-direction: column;
  background: var(--cdo-paper);
  border-radius: var(--cdo-round);
  border: 2px solid var(--cdo-edge);
  padding: 24px;
  text-decoration: none;
  color: var(--cdo-ink);
}

.cdo-note:hover,
.cdo-note:focus-visible {
  border-color: var(--cdo-lagoon);
}

.cdo-notetag {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cdo-ink);
  background: var(--cdo-lagoonwash);
  border-radius: 999px;
  padding: 4px 13px;
  margin-bottom: 14px;
}

.cdo-note h2,
.cdo-note h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.cdo-note p {
  color: var(--cdo-quiet);
  font-size: 0.94rem;
  margin-bottom: 0;
}

.cdo-asks {
  display: grid;
  gap: 14px;
  max-width: 860px;
}

.cdo-askitem {
  background: var(--cdo-paper);
  border-radius: var(--cdo-round);
  border: 2px solid var(--cdo-edge);
  padding: 22px 26px;
}

.cdo-askq {
  font-family: 'Bubblegum Sans', system-ui, sans-serif;
  font-size: 1.24rem;
  line-height: 1.2;
  margin: 0 0 8px;
}

.cdo-aska {
  color: var(--cdo-quiet);
  font-size: 0.98rem;
  margin: 0;
}

.cdo-saidfacts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.cdo-saidfact {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  background: var(--cdo-lagoonwash);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 0.89rem;
  color: var(--cdo-quiet);
}

.cdo-saidfact b {
  font-family: 'Bubblegum Sans', system-ui, sans-serif;
  font-size: 1.24rem;
  font-weight: 400;
  color: var(--cdo-ink);
}

.cdo-saidgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cdo-said {
  display: flex;
  flex-direction: column;
  margin: 0;
  background: var(--cdo-paper);
  border: 2px solid var(--cdo-edge);
  border-radius: var(--cdo-round);
  padding: 22px 24px 20px;
}

.cdo-said:hover,
.cdo-said:focus-within {
  border-color: var(--cdo-sky);
}

.cdo-saidtop {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 9px;
  margin-bottom: 10px;
}

.cdo-saidtop .cdo-glow {
  font-size: 1.06rem;
}

.cdo-saidscore {
  font-size: 0.84rem;
  color: var(--cdo-quiet);
}

.cdo-saidhead {
  font-family: 'Bubblegum Sans', system-ui, sans-serif;
  font-size: 1.2rem;
  line-height: 1.25;
  margin: 0 0 10px;
}

.cdo-saidtext {
  margin: 0;
}

.cdo-saidtext p {
  color: var(--cdo-quiet);
  font-size: 0.94rem;
  margin: 0;
}

.cdo-saidwho {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 10px;
  margin: 14px 0 18px;
  font-size: 0.88rem;
  font-weight: 600;
}

.cdo-saidwho time {
  font-weight: 400;
  color: var(--cdo-quiet);
}

.cdo-saidlink {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 2px solid var(--cdo-edge);
  text-decoration: none;
  color: var(--cdo-ink);
}

.cdo-saidshot {
  flex: 0 0 68px;
  border: 2px solid var(--cdo-edge);
  border-radius: var(--cdo-roundsm);
  padding: 4px;
}

.cdo-saidshot img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.cdo-saidmeta {
  min-width: 0;
}

.cdo-saidname {
  display: block;
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.35;
}

.cdo-saidnote {
  display: block;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--cdo-quiet);
  margin-top: 3px;
}

.cdo-saidgo {
  display: block;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--cdo-link);
  margin-top: 5px;
}

.cdo-saidlink:hover .cdo-saidgo,
.cdo-saidlink:focus-visible .cdo-saidgo {
  text-decoration: underline;
}

.cdo-saidfoot {
  color: var(--cdo-quiet);
  font-size: 0.9rem;
  max-width: 78ch;
  margin: 24px 0 0;
}

.cdo-lastcall {
  background: var(--cdo-paper);
  border-radius: var(--cdo-round);
  padding: 40px 34px;
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.cdo-lastcall p {
  color: var(--cdo-quiet);
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

.cdo-lastcall .cdo-keyrow {
  justify-content: center;
}

.cdo-single {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 44px;
}

.cdo-singleart {
  background: var(--cdo-paper);
  border: 2px solid var(--cdo-edge);
  border-radius: var(--cdo-round);
  padding: 18px;
}

.cdo-singleart img {
  width: 100%;
  height: auto;
  border-radius: var(--cdo-roundsm);
}

.cdo-singlerate {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.92rem;
  color: var(--cdo-quiet);
  margin-bottom: 18px;
}

.cdo-costbox {
  background: var(--cdo-butter);
  border-radius: var(--cdo-round);
  padding: 20px 24px;
  margin-bottom: 22px;
}

.cdo-costbig {
  font-family: 'Bubblegum Sans', system-ui, sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0 0 8px;
}

.cdo-costnote {
  color: var(--cdo-quiet);
  font-size: 0.88rem;
  margin: 0;
}

.cdo-singleintro {
  font-size: 1.05rem;
}

.cdo-traits {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 9px;
}

.cdo-traits li {
  position: relative;
  padding-left: 26px;
  color: var(--cdo-quiet);
  font-size: 0.96rem;
}

.cdo-traits li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 11px;
  height: 11px;
  border-radius: 3px;
  background: var(--cdo-lagoon);
}

.cdo-prose h2 {
  font-size: 1.42rem;
  margin-top: 30px;
}

.cdo-prose h2:first-child {
  margin-top: 0;
}

.cdo-prose p {
  color: var(--cdo-quiet);
}

.cdo-closingcost {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--cdo-skywash);
  border-radius: var(--cdo-round);
  padding: 26px 30px;
  margin-top: 44px;
  margin-bottom: 44px;
}

.cdo-closingcost p {
  margin: 0;
}

.cdo-longread h2 {
  font-size: 1.5rem;
  margin-top: 34px;
}

.cdo-longread h3 {
  font-size: 1.16rem;
  margin-top: 24px;
}

.cdo-longread p,
.cdo-longread li {
  color: var(--cdo-quiet);
}

.cdo-longread ul,
.cdo-longread ol {
  padding-left: 22px;
  margin-bottom: 1em;
}

.cdo-longread li {
  margin-bottom: 8px;
}

.cdo-askform {
  display: grid;
  gap: 20px;
  background: var(--cdo-paper);
  border: 2px solid var(--cdo-edge);
  border-radius: var(--cdo-round);
  padding: 26px 28px;
  margin-bottom: 34px;
}

.cdo-askblock {
  border: 0;
  margin: 0;
  padding: 0;
}

.cdo-asklegend {
  font-family: 'Bubblegum Sans', system-ui, sans-serif;
  font-size: 1.2rem;
  padding: 0;
  margin-bottom: 12px;
}

.cdo-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.cdo-choices input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.cdo-choice {
  display: inline-block;
  border: 2px solid var(--cdo-edge);
  border-radius: 999px;
  padding: 9px 20px;
  font-size: 0.94rem;
  cursor: pointer;
}

.cdo-choices input:checked + .cdo-choice {
  background: var(--cdo-ink);
  border-color: var(--cdo-ink);
  color: var(--cdo-paper);
}

.cdo-choices input:focus-visible + .cdo-choice {
  outline: 3px solid var(--cdo-grape);
  outline-offset: 3px;
}

.cdo-pickout h2 {
  font-size: 1.4rem;
  margin-top: 34px;
  margin-bottom: 16px;
}

.cdo-picknote {
  color: var(--cdo-quiet);
  font-size: 0.98rem;
}

.cdo-lost {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 620px;
}

.cdo-lost p {
  color: var(--cdo-quiet);
}

@media (max-width: 1040px) {
  .cdo-tiles {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .cdo-footgrid {
    grid-template-columns: 1fr 1fr;
  }

  .cdo-notes,
  .cdo-saidgrid {
    grid-template-columns: 1fr 1fr;
  }

  .cdo-hero .cdo-hall,
  .cdo-single {
    grid-template-columns: 1fr;
  }

  .cdo-hero {
    background: linear-gradient(180deg, var(--cdo-butter) 0%, var(--cdo-butter) 64%, var(--cdo-mist) 64%, var(--cdo-mist) 100%);
  }
}

@media (max-width: 620px) {
  .cdo-plainband,
  .cdo-sunband,
  .cdo-seaband {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .cdo-footgrid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .cdo-shelf {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 14px;
  }

  .cdo-shelf3 {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .cdo-tiles,
  .cdo-notes,
  .cdo-saidgrid {
    grid-template-columns: 1fr;
  }

  .cdo-said {
    padding: 20px 20px 18px;
  }

  .cdo-lastcall {
    padding: 30px 22px;
  }

  .cdo-askform {
    padding: 20px 18px;
  }
}
