@charset "utf-8";

:root {
  --cyprus: #110d0b;
  --cyprus-2: #0a0706;
  --tallow: #1b1511;
  --tallow-2: #241c16;
  --tallow-3: #31251c;
  --dune: #3a2b20;
  --dune-2: #55402e;
  --sable: #f3c45c;
  --windlass: #e2892a;
  --garnet: #d98a6a;
  --ravine: #ffdb9c;
  --kiln: #7fd6a3;
  --bough: #f7efe3;
  --zenith: #b7a795;
  --cobalt: #8a7a68;
  --ridge: linear-gradient(135deg, #b3202e 0%, #e2892a 100%);
  --beacon: 0 10px 34px -12px rgba(226, 137, 42, .48);
  --shutter: 0 18px 40px -22px rgba(0, 0, 0, .9);
  --indigo-display: "Playfair Display", "Trebuchet MS", system-ui, sans-serif;
  --indigo-body: "Barlow", system-ui, -apple-system, "Segoe UI", sans-serif;
  --basalt: 58px;
  --pallet-w: 236px;
  --sandstone: 14px;
  --stanza-lg: 16px;
  --stanza-md: 12px;
  --stanza-sm: 9px;
  --sequoia: 1260px;
}

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

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

/* the topbar is fixed, so anything an anchor jumps to has to reserve its
   height — otherwise the heading lands underneath it */
[id] { scroll-margin-top: calc(var(--basalt) + 18px); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--cyprus);
  color: var(--bough);
  font: 400 15px/1.62 var(--indigo-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
body.is-tarn { overflow: hidden; }

img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--garnet); text-decoration: none; }
a:hover { color: var(--sable); }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--sable); outline-offset: 2px; border-radius: 4px; }

.tidal { width: 100%; max-width: var(--sequoia); margin-inline: auto; padding-inline: 14px; }
.vernal {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.pinion {
  position: absolute; left: 8px; top: -60px; z-index: 120; padding: 10px 16px;
  background: var(--sable); color: #fff; border-radius: var(--stanza-sm); font-weight: 700;
  transition: top .18s;
}
.pinion:focus { top: 8px; color: #fff; }

/* ---------------------------------------------------------------- topbar -- */
.cabin {
  position: fixed; inset: 0 0 auto 0; z-index: 80; height: var(--basalt);
  display: flex; align-items: center;
  background: rgba(10, 7, 6, .93);
  border-bottom: 1px solid var(--dune);
  backdrop-filter: blur(14px);
}
.cabin.is-quill { box-shadow: 0 10px 30px -18px #000; }
.cabin__inner {
  width: 100%; max-width: 1660px; margin-inline: auto;
  display: flex; align-items: center; gap: 10px; padding-inline: 12px;
}

.thicket {
  display: flex; align-items: center; gap: 9px; flex: 0 0 auto;
  /* a long wordmark must clip inside its column, never ride over the nav */
  min-width: 0; overflow: hidden;
}
.thicket__mark { width: 30px; height: 30px; flex: 0 0 auto; }
.thicket__type { display: block; line-height: 1; }
.thicket__name {
  font: 800 19px/1 var(--indigo-display); letter-spacing: -.4px; color: var(--bough);
}
.thicket__name em { font-style: normal; color: var(--sable); }
.thicket__sub {
  display: block; font: 600 8.5px/1 var(--indigo-body); letter-spacing: 3.2px;
  color: var(--cobalt); margin-top: 4px;
}

.summit { display: none; gap: 6px; margin-left: 10px; }
.girder {
  display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px;
  border-radius: var(--stanza-sm); color: var(--zenith); font-weight: 600; font-size: 14px;
  border: 1px solid transparent; transition: background .18s, color .18s;
}
.girder svg { width: 17px; height: 17px; }
.girder:hover { background: var(--tallow-2); color: var(--bough); }
.girder.is-wren { background: var(--tallow-2); border-color: var(--dune-2); color: var(--bough); }
.girder.is-wren svg { color: var(--garnet); }

.cabin__spacer { flex: 1 1 auto; }

.citrine {
  display: none; width: 38px; height: 38px; align-items: center; justify-content: center;
  background: var(--tallow-2); border: 1px solid var(--dune); border-radius: var(--stanza-sm);
  color: var(--zenith);
}
.citrine:hover { color: var(--bough); border-color: var(--dune-2); }
.citrine svg { width: 18px; height: 18px; }

.tandem { display: flex; align-items: center; gap: 8px; }
.tandem .steppe { padding: 10px 15px; font-size: 13.5px; }
.tandem .steppe--padlock { display: none; }

.steppe {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 18px; border-radius: var(--stanza-sm); border: 1px solid transparent;
  font: 700 14px/1 var(--indigo-body); letter-spacing: .2px; text-align: center;
  white-space: nowrap; transition: transform .16s, box-shadow .16s, background .16s;
}
.steppe:hover { transform: translateY(-1px); }
.steppe:active { transform: translateY(0); }
.steppe--ridge { background: var(--ridge); color: #fff; box-shadow: var(--beacon); }
.steppe--ridge:hover { color: #fff; box-shadow: 0 14px 40px -12px rgba(226, 137, 42, .64); }
.steppe--padlock { background: transparent; border-color: var(--dune-2); color: var(--bough); }
.steppe--padlock:hover { background: var(--tallow-2); color: var(--bough); }
.steppe--reef { padding: 15px 34px; font-size: 15px; border-radius: var(--stanza-md); }
.steppe--carbon { padding: 9px 14px; font-size: 13px; }
.steppe--thistle { width: 100%; }

.sisal {
  width: 40px; height: 38px; display: inline-flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 4px;
  background: var(--tallow-2); border: 1px solid var(--dune); border-radius: var(--stanza-sm);
}
.sisal span {
  display: block; width: 17px; height: 2px; border-radius: 2px; background: var(--bough);
  transition: transform .22s, opacity .18s;
}
.sisal[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.sisal[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.sisal[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ------------------------------------------------------------------ rail -- */
/* below 1100px this is a drawer: it opens from the right, on the same side as
   the burger that summons it. From 1100px up it becomes the static left rail. */
.cedar {
  position: fixed; z-index: 70; top: 0; right: 0; bottom: 0; width: 280px;
  max-width: 86vw; padding: calc(var(--basalt) + 12px) 0 26px;
  background: var(--cyprus-2); border-left: 1px solid var(--dune);
  overflow-y: auto; overscroll-behavior: contain;
  transform: translateX(102%); transition: transform .26s ease;
}
.cedar.is-aviary { transform: translateX(0); }
.cedar__group { padding: 6px 10px; }
.cedar__group + .cedar__group { border-top: 1px solid var(--dune); margin-top: 6px; padding-top: 12px; }
.cedar__title {
  font: 700 10.5px/1 var(--indigo-body); letter-spacing: 1.7px; text-transform: uppercase;
  color: var(--cobalt); padding: 4px 12px 10px;
}
.cedar__link {
  display: flex; align-items: center; gap: 11px; padding: 9px 12px; border-radius: var(--stanza-sm);
  color: var(--zenith); font-size: 14px; font-weight: 500; transition: background .16s, color .16s;
}
.cedar__link:hover { background: var(--tallow-2); color: var(--bough); }
.cedar__link.is-wren { background: var(--tallow-3); color: var(--bough); font-weight: 600; }
.cedar__link.is-wren .cedar__ico { color: var(--sable); }
.cedar__ico { width: 18px; height: 18px; flex: 0 0 18px; color: var(--cobalt); }
.cedar__cta { padding: 14px 22px 4px; }

.brine {
  position: fixed; inset: 0; z-index: 65; background: rgba(7, 5, 4, .76);
  backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .24s;
}
.brine.is-wren { opacity: 1; visibility: visible; }

/* ------------------------------------------------------------------ main -- */
.cirrus { padding-top: var(--basalt); min-height: 60vh; }
.ferrule { padding-block: 16px 30px; display: grid; gap: 22px; }
/* grid/flex children default to min-width:auto, which lets the wide tables
   inside them stretch the whole page — pin every track back to zero */
.ferrule > *, .stratum > *, .hollow__grid > *, .teak__top > *, .teak__cols > *,
.harbor > *, .canopy > *, .silica > * { min-width: 0; }
.oakum { max-width: 100%; }

/* ----------------------------------------------------------------- stage -- */
.kestrel {
  position: relative; overflow: hidden; border-radius: var(--stanza-lg);
  border: 1px solid var(--dune-2); isolation: isolate; box-shadow: var(--shutter);
}
.kestrel__art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.kestrel::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(70% 100% at 76% 40%, rgba(243, 196, 92, .16), transparent 60%),
    linear-gradient(180deg, rgba(10, 7, 6, .52) 0%, rgba(10, 7, 6, .30) 44%, rgba(10, 7, 6, .90) 100%);
}
.kestrel__panel {
  position: relative; padding: 34px 18px 30px; text-align: center;
  display: grid; justify-items: center; gap: 12px;
}
.kestrel__logo { width: 132px; margin-bottom: 2px; }
.kestrel__eyebrow {
  font: 600 12px/1 var(--indigo-body); letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--ravine);
}
.kestrel__big {
  font: 800 clamp(27px, 8.2vw, 60px)/1.04 var(--indigo-display);
  letter-spacing: -.2px; margin: 0; text-wrap: balance;
  text-shadow: 0 6px 26px rgba(0, 0, 0, .6);
}
.kestrel__big span { display: block; }
.kestrel__big span + span {
  background: linear-gradient(96deg, var(--ravine), var(--sable) 58%, var(--garnet));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.kestrel__sub {
  margin: 0; max-width: 46ch; color: #f1e6d5; font-size: 14px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .75);
}
.kestrel__cta { margin-top: 6px; }
.kestrel__trust {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 10px;
  margin-top: 8px; padding: 0; list-style: none;
}
.kestrel__trust li {
  display: flex; align-items: baseline; gap: 6px; padding: 7px 13px;
  background: rgba(17, 13, 11, .64); border: 1px solid var(--dune-2);
  border-radius: 999px; backdrop-filter: blur(6px);
}
.kestrel__trust b { font: 700 13px/1 var(--indigo-display); color: var(--bough); }
.kestrel__trust span { font-size: 11px; letter-spacing: .4px; color: var(--zenith); }

/* ------------------------------------------------------------------ rows -- */
.harbor__head { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; }
.harbor__title {
  font: 700 clamp(17px, 4.4vw, 22px)/1.2 var(--indigo-display); letter-spacing: -.3px;
  display: flex; align-items: center; gap: 9px; margin: 0;
}
.harbor__title svg { width: 20px; height: 20px; color: var(--sable); flex: 0 0 auto; }
.harbor__tools { margin-left: auto; display: flex; align-items: center; gap: 7px; }
.mistral {
  width: 34px; height: 34px; display: none; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--tallow-2); border: 1px solid var(--dune);
  color: var(--zenith);
}
.mistral:hover { color: var(--bough); border-color: var(--dune-2); }
.mistral[disabled] { opacity: .3; cursor: default; }
.mistral svg { width: 15px; height: 15px; }

.vellum {
  display: grid; grid-auto-flow: column; grid-auto-columns: 42%;
  gap: 10px; overflow-x: auto;
  /* overflow-x:auto forces the vertical axis to auto as well, so the row clips
     anything that leaves its box — this padding is the room the tiles need for
     their hover lift and glow */
  padding: 5px 0 9px;
  scroll-snap-type: x mandatory; scrollbar-width: none;
}
.vellum::-webkit-scrollbar { display: none; }

.helix {
  position: relative; display: block; overflow: hidden; scroll-snap-align: start;
  border-radius: var(--stanza-md); background: var(--tallow-2); border: 1px solid var(--dune);
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.helix:hover { transform: translateY(-3px); border-color: var(--sable); box-shadow: var(--beacon); }
.helix img { width: 100%; aspect-ratio: 5 / 7; object-fit: cover; }
.helix__play {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(12, 8, 6, .60); opacity: 0; transition: opacity .2s;
}
.helix:hover .helix__play { opacity: 1; }
.helix__play span {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: var(--ridge); box-shadow: var(--beacon);
}
.helix__play svg { width: 17px; height: 17px; color: #fff; margin-left: 2px; }

/* ---------------------------------------------------------------- bonuses -- */
.stratum { display: grid; gap: var(--sandstone); }
.lintel {
  position: relative; overflow: hidden; padding: 20px 18px 18px;
  background:
    radial-gradient(120% 130% at 100% 0%, rgba(179, 32, 46, .28), transparent 58%),
    var(--tallow);
  border: 1px solid var(--dune-2); border-radius: var(--stanza-lg);
  display: grid; gap: 10px; align-content: start;
}
.lintel__kicker {
  font: 600 10.5px/1 var(--indigo-body); letter-spacing: 2px; text-transform: uppercase;
  color: var(--zenith);
}
.lintel__title { font: 800 clamp(21px, 5.4vw, 27px)/1.12 var(--indigo-display); letter-spacing: -.5px; margin: 0; }
.lintel__line { margin: 0; color: var(--zenith); font-size: 13.5px; }
.lintel__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 4px; }
.prairie {
  display: inline-flex; align-items: baseline; gap: 7px; padding: 8px 12px;
  border: 1px dashed var(--sable); border-radius: var(--stanza-sm);
  background: rgba(243, 196, 92, .10);
}
.prairie i {
  font: 600 9.5px/1 var(--indigo-body); font-style: normal; letter-spacing: 1.4px;
  text-transform: uppercase; color: var(--zenith);
}
.prairie b { font: 800 14px/1 var(--indigo-display); letter-spacing: 1px; color: var(--sable); }
.lintel__meta { margin: 0; font-size: 11.5px; color: var(--cobalt); }

/* ------------------------------------------------------------------ band -- */
.fathom {
  position: relative; overflow: hidden; border-radius: var(--stanza-lg);
  border: 1px solid var(--dune-2); padding: 30px 18px; text-align: center;
  display: grid; justify-items: center; gap: 11px; isolation: isolate;
}
.fathom__art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.fathom::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, rgba(179, 32, 46, .44), rgba(46, 24, 16, .66) 62%, rgba(10, 7, 6, .76));
}
.fathom__title {
  margin: 0; font: 800 clamp(24px, 6.6vw, 40px)/1.06 var(--indigo-display);
  letter-spacing: -.6px; text-transform: uppercase;
}
.fathom__sub { margin: 0; max-width: 44ch; color: #f9f2e6; font-size: 14px; }
.fathom__coins { display: flex; gap: 9px; margin-top: 4px; }
.fathom__coins img { width: 26px; height: 26px; }

/* ------------------------------------------------------------------ wins -- */
.canopy {
  background: var(--tallow); border: 1px solid var(--dune); border-radius: var(--stanza-lg);
  padding: 16px 14px;
}
.oakum { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.timber { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 13.5px; }
.timber th {
  text-align: left; font: 600 10.5px/1 var(--indigo-body); letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--cobalt); padding: 0 12px 12px; white-space: nowrap;
}
.timber td { padding: 11px 12px; border-top: 1px solid var(--dune); vertical-align: middle; }
.timber tbody tr:hover { background: var(--tallow-2); }
.timber th:nth-child(n+3), .timber td:nth-child(n+3) { text-align: right; }
.crest__game { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.crest__game img { width: 34px; height: 34px; border-radius: 7px; object-fit: cover; flex: 0 0 34px; }
.crest__pay { font-weight: 700; color: var(--kiln); white-space: nowrap; }
.crest__mult { color: var(--ravine); white-space: nowrap; }

/* ------------------------------------------------------------------- why -- */
.hollow { text-align: center; display: grid; gap: 18px; }
.hollow__title {
  margin: 0; font: 800 clamp(22px, 5.6vw, 34px)/1.14 var(--indigo-display); letter-spacing: -.6px;
}
.hollow__card {
  padding: 22px 16px; background: var(--tallow); border: 1px solid var(--dune);
  border-radius: var(--stanza-lg); display: grid; gap: 9px; justify-items: center;
}
.hollow__card svg { width: 30px; height: 30px; color: var(--sable); }
.hollow__card b { font: 700 15.5px/1.3 var(--indigo-display); }
.hollow__card p { margin: 0; font-size: 13.5px; color: var(--zenith); }
.hollow__badges { display: flex; gap: 12px; align-items: center; justify-content: center; margin-top: 2px; }
.hollow__badge {
  display: inline-flex; align-items: center; padding: 6px 9px; border-radius: var(--stanza-sm);
  border: 1px solid transparent; opacity: .88; transition: opacity .16s, border-color .16s;
}
.hollow__badge:hover { opacity: 1; border-color: var(--dune-2); }
.hollow__badges img { height: 17px; width: auto; }

.galley { display: grid; gap: 16px; justify-items: center; text-align: center; }
.galley__label {
  font: 600 10.5px/1 var(--indigo-body); letter-spacing: 2px; text-transform: uppercase;
  color: var(--cobalt);
}
.galley__set { display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: center; justify-content: center; }
.galley__set img { height: 23px; width: auto; opacity: .85; }
.galley__set--inlet img { height: 27px; }
.galley__more {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 42px; height: 27px; padding: 0 10px; border-radius: 999px;
  background: var(--tallow-2); border: 1px solid var(--dune-2);
  font: 700 12.5px/1 var(--indigo-display); color: var(--zenith); cursor: default;
}

/* ------------------------------------------------------------------- seo -- */
.vireo {
  background: var(--tallow); border: 1px solid var(--dune); border-radius: var(--stanza-lg);
  padding: 22px 16px 26px;
}
.vireo > *:first-child { margin-top: 0; }
.vireo h1, .vireo h2, .vireo h3, .vireo h4 {
  font-family: var(--indigo-display); letter-spacing: -.1px; line-height: 1.2;
  text-wrap: balance; color: var(--bough);
}
.vireo h1 { font-size: clamp(25px, 6.4vw, 39px); font-weight: 800; margin: 0 0 14px; }
.vireo h2 {
  font-size: clamp(20px, 4.8vw, 28px); font-weight: 800; margin: 38px 0 12px;
  padding-top: 20px; border-top: 1px solid var(--dune); position: relative;
}
.vireo h2::before {
  content: ""; position: absolute; top: -1px; left: 0; width: 54px; height: 2px;
  background: var(--ridge);
}
.vireo h3 { font-size: clamp(17px, 4vw, 21px); font-weight: 700; margin: 26px 0 9px; color: #fbf4e8; }
.vireo h4 {
  font-size: 15.5px; font-weight: 700; margin: 20px 0 8px; color: var(--ravine);
}
.vireo p { margin: 0 0 14px; color: #e8ddcd; }
.vireo strong { color: var(--bough); font-weight: 700; }
.vireo em { color: var(--zenith); }
.vireo a { color: var(--sable); text-decoration: underline; text-underline-offset: 3px; }
.vireo a:hover { color: var(--ravine); }
/* buttons inside the article are buttons, not prose links — `.vireo a` would
   otherwise win on specificity and repaint them as underlined rose text */
.vireo .steppe { text-decoration: none; }
.vireo .steppe--ridge, .vireo .steppe--ridge:hover { color: #fff; }
.vireo .steppe--padlock, .vireo .steppe--padlock:hover { color: var(--bough); }
.vireo hr { border: 0; border-top: 1px solid var(--dune); margin: 26px 0; }

.vireo ul, .vireo ol { margin: 0 0 16px; padding-left: 0; list-style: none; }
.vireo ul li, .vireo ol li { position: relative; padding-left: 26px; margin-bottom: 8px; color: #e8ddcd; }
.vireo ul li::before {
  content: ""; position: absolute; left: 6px; top: .62em; width: 7px; height: 7px;
  border-radius: 2px; background: var(--ridge); transform: rotate(45deg);
}
.vireo ol { counter-reset: step; }
.vireo ol li { padding-left: 34px; }
.vireo ol li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: .1em; width: 23px; height: 23px;
  display: grid; place-items: center; border-radius: 7px;
  background: var(--tallow-3); border: 1px solid var(--dune-2);
  font: 700 11.5px/1 var(--indigo-display); color: var(--sable);
}
.vireo li > ul, .vireo li > ol { margin-top: 8px; }

.vireo .ledger {
  font-size: 16px; color: #f4ebdd; border-left: 3px solid var(--sable);
  padding: 2px 0 2px 15px; margin-bottom: 18px;
}
.vireo .nimbus {
  margin: 0 0 16px; padding: 13px 15px; border-radius: var(--stanza-md);
  background: var(--tallow-2); border: 1px solid var(--dune);
  font-size: 13.5px; color: var(--zenith);
}
.vireo .turret {
  display: table; margin: 22px 0 12px; padding: 11px 17px; border-radius: 999px;
  background: rgba(243, 196, 92, .10); border: 1px solid rgba(243, 196, 92, .34);
  font: 700 15px/1.35 var(--indigo-display); color: #fdf6e6;
}

.silica { margin: 0 0 20px; border: 1px solid var(--dune); border-radius: var(--stanza-md); overflow: hidden; }
.silica > .oakum { padding: 2px; }
.vireo table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 13.5px; }
.vireo thead th {
  background: var(--tallow-3); text-align: left; padding: 12px 13px;
  font: 700 11px/1.3 var(--indigo-body); letter-spacing: 1px; text-transform: uppercase;
  color: #f7efe1; border-bottom: 1px solid var(--dune-2); white-space: nowrap;
}
.vireo tbody td { padding: 11px 13px; border-bottom: 1px solid var(--dune); color: #e8ddcd; }
.vireo tbody tr:last-child td { border-bottom: 0; }
.vireo tbody tr:nth-child(even) { background: rgba(36, 28, 22, .5); }
.vireo td.ivory, .vireo th.ivory { text-align: right; white-space: nowrap; }

.ember {
  margin: 0 0 26px; padding: 16px 16px 8px; border-radius: var(--stanza-md);
  background: var(--tallow-2); border: 1px solid var(--dune);
}
.ember__label {
  font: 700 10.5px/1 var(--indigo-body); letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--cobalt); margin-bottom: 11px;
}
.vireo .ember ol { margin: 0; padding: 0; list-style: none; columns: 1; }
.vireo .ember li { padding: 0 0 8px 15px; margin: 0; position: relative; }
.vireo .ember li::before {
  counter-increment: none; content: ""; position: absolute; left: 0; top: .62em;
  width: 6px; height: 6px; min-width: 0; border: 0; border-radius: 2px;
  background: var(--sable); transform: rotate(45deg); display: block;
}
.ember a {
  color: var(--zenith); font-size: 13.5px; text-decoration: none; display: inline-block;
  border-bottom: 1px solid transparent;
}
.ember a:hover { color: var(--sable); border-bottom-color: var(--sable); }

.clasp { display: grid; gap: 9px; margin-bottom: 18px; }
.clasp details {
  background: var(--tallow-2); border: 1px solid var(--dune); border-radius: var(--stanza-md);
  overflow: hidden;
}
.clasp details[open] { border-color: var(--dune-2); }
.clasp summary {
  list-style: none; cursor: pointer; padding: 14px 44px 14px 15px; position: relative;
  font: 700 15px/1.35 var(--indigo-display); color: var(--bough);
}
.clasp summary::-webkit-details-marker { display: none; }
.clasp summary::after {
  content: ""; position: absolute; right: 16px; top: 50%; width: 9px; height: 9px;
  border-right: 2px solid var(--sable); border-bottom: 2px solid var(--sable);
  transform: translateY(-70%) rotate(45deg); transition: transform .2s;
}
.clasp details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.clasp__a { padding: 0 15px 14px; }
.clasp__a > *:last-child { margin-bottom: 0; }

.vireo__cta {
  margin-top: 28px; padding: 22px 18px; border-radius: var(--stanza-md); text-align: center;
  background:
    radial-gradient(110% 130% at 0% 0%, rgba(243, 196, 92, .16), transparent 60%),
    var(--tallow-2);
  border: 1px solid var(--dune-2); display: grid; gap: 12px; justify-items: center;
}
.vireo__cta b { font: 800 clamp(19px, 4.6vw, 25px)/1.2 var(--indigo-display); }
.vireo__cta p { margin: 0; color: var(--zenith); font-size: 14px; max-width: 52ch; }

.pollen { font-size: 12.5px; color: var(--cobalt); margin-bottom: 14px; }
.pollen ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.pollen li::after { content: "/"; margin-left: 6px; color: var(--dune-2); }
.pollen li:last-child::after { display: none; }
.pollen a { color: var(--zenith); }
.pollen a:hover { color: var(--sable); }

/* ------------------------------------------------------------------ foot -- */
.teak {
  margin-top: 26px; padding: 30px 0 26px; background: var(--cyprus-2);
  border-top: 1px solid var(--dune);
}
.teak__top { display: grid; gap: 22px; }
.teak__brand { display: grid; gap: 16px; justify-items: start; align-content: start; }
.teak__cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
.teak__h {
  font: 700 12px/1 var(--indigo-body); letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--bough); margin: 0 0 12px;
}
.teak__col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.teak__col a { color: var(--zenith); font-size: 13.5px; }
.teak__col a:hover { color: var(--sable); }
.teak__legal {
  margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--dune);
  display: grid; gap: 14px; font-size: 12px; line-height: 1.7; color: var(--cobalt);
}
.teak__legal p { margin: 0; }
.teak__marks { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.teak__marks img { height: 26px; width: auto; opacity: .72; }
.teak__lang {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px;
  border: 1px solid var(--dune); border-radius: 999px; font-size: 12.5px; color: var(--zenith);
}
.teak__lang svg { width: 15px; height: 15px; color: var(--garnet); }

.mesa {
  position: fixed; right: 14px; bottom: 14px; z-index: 55; width: 42px; height: 42px;
  display: grid; place-items: center; border-radius: 50%; background: var(--ridge);
  border: 0; color: #fff; box-shadow: var(--beacon);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: .22s;
}
.mesa.is-wren { opacity: 1; visibility: visible; transform: translateY(0); }
.mesa svg { width: 17px; height: 17px; }

/* ------------------------------------------------------------------- 404 -- */
.glade { text-align: center; display: grid; gap: 14px; justify-items: center; padding: 46px 0 30px; }
.glade h1 { margin: 0; font: 800 clamp(21px, 5vw, 31px)/1.2 var(--indigo-display); }
.glade p { margin: 0; color: var(--zenith); max-width: 44ch; }
.glade p.glade__code {
  font: 900 clamp(70px, 22vw, 150px)/1 var(--indigo-display); letter-spacing: -4px;
  margin: 0; max-width: none;
  background: linear-gradient(120deg, var(--ravine), var(--sable) 46%, var(--garnet));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.glade__links { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; margin-top: 6px; }
.glade__links a {
  padding: 9px 14px; border-radius: 999px; border: 1px solid var(--dune-2);
  background: var(--tallow); color: var(--zenith); font-size: 13.5px;
}
.glade__links a:hover { color: var(--bough); border-color: var(--sable); }

/* ------------------------------------------------------------ breakpoints -- */
@media (min-width: 480px) {
  .vellum { grid-auto-columns: 31%; }
  .kestrel__panel { padding: 44px 24px 38px; }
}

@media (min-width: 620px) {
  .stratum { grid-template-columns: repeat(2, 1fr); }
  .hollow__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sandstone); }
  .vellum { grid-auto-columns: 23%; }
  .teak__cols { grid-template-columns: repeat(3, 1fr); gap: 26px 18px; }
}

@media (min-width: 860px) {
  :root { --basalt: 64px; --sandstone: 16px; }
  .tidal { padding-inline: 22px; }
  .ferrule { padding-block: 22px 40px; gap: 30px; }
  .kestrel__panel {
    padding: 76px 48px 70px; gap: 16px; text-align: left; justify-items: start;
    max-width: 54%;
  }
  .kestrel__panel::before {
    content: ""; width: 62px; height: 2px; margin-bottom: 2px;
    background: linear-gradient(90deg, var(--sable), transparent);
  }
  .kestrel::after {
    background:
      radial-gradient(64% 120% at 78% 46%, rgba(243, 196, 92, .20), transparent 58%),
      linear-gradient(96deg, rgba(10, 7, 6, .93) 0%, rgba(10, 7, 6, .82) 34%,
                      rgba(10, 7, 6, .34) 62%, rgba(10, 7, 6, .10) 100%);
  }
  .kestrel__sub { max-width: 38ch; }
  .kestrel__trust { justify-content: flex-start; gap: 7px 8px; }
  .kestrel__trust li { padding: 6px 11px; }
  .kestrel__sub { font-size: 15.5px; }
  .citrine { display: inline-flex; }
  .mistral { display: inline-flex; }
  .tandem .steppe { padding: 11px 18px; font-size: 14px; }
  .tandem .steppe--padlock { display: inline-flex; }
  .vellum { grid-auto-columns: 17.4%; }
  .stratum { grid-template-columns: repeat(3, 1fr); }
  .hollow__grid { grid-template-columns: repeat(4, 1fr); }
  .vireo { padding: 34px 32px 38px; }
  .ember ol { columns: 2; column-gap: 26px; }
  .teak__legal { font-size: 12.5px; }
  .fathom { padding: 52px 30px; }
  .mesa { right: 22px; bottom: 22px; }
}

@media (min-width: 1100px) {
  .cedar {
    left: 0; right: auto; transform: none; width: var(--pallet-w);
    border-left: 0; border-right: 1px solid var(--dune);
    padding-top: calc(var(--basalt) + 14px);
  }
  .cedar__cta { display: none; }
  .sisal { display: none; }
  .summit { display: flex; }
  .brine { display: none; }
  .cirrus { padding-left: var(--pallet-w); }
  .teak { padding-left: var(--pallet-w); }
  .thicket { width: calc(var(--pallet-w) - 12px); }
  .vellum { grid-auto-columns: 14.1%; }
  .teak__top { grid-template-columns: minmax(190px, 250px) 1fr; gap: 30px; }
  .vireo { padding: 40px 44px 46px; }
}

@media (min-width: 1380px) {
  .vellum { grid-auto-columns: 12.2%; }
  /* five columns only once each holds "Deposits & withdrawals" on one line:
     the rail takes 236px and the brand column another 280px, so the link grid
     does not have the room before ~1380px (measured, not guessed) */
  .teak__cols { grid-template-columns: repeat(5, 1fr); }
}
