@charset "utf-8";

:root {
  --netherstone: #0a0e11;
  --corral: #050809;
  --parsnip: #131a1f;
  --skimmerstone: #1c252a;
  --shaftmaker: #29353c;
  --andesite: #3a474f;
  --brine: #51626b;
  --bankside: #3cc5eb;
  --ravelin: #ed4e98;
  --staveworks: #628ced;
  --argent: #f5acd1;
  --redshank: #49ce8c;
  --cresset: #f2f5f6;
  --drillbit: #cad2d7;
  --cutwater: #9aa4ac;
  --starchwork: linear-gradient(135deg, #d019af 0%, #700968 100%);
  --haven: 0 0 0 3px rgba(208, 25, 175, .34);
  --roodloft: 0 20px 44px -26px rgba(2, 8, 16, .95);
  --gorsebush: "Syne", "Trebuchet MS", system-ui, sans-serif;
  --saffron: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --hopfield: 60px;
  --pewterware: 14px;
  --wheatfield: 20px;
  --norfolkine: 13px;
  --monkshood: 9px;
  --balefire: 1320px;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0; background: var(--netherstone); color: var(--cresset);
  /* the drawer parks off-canvas to the right; clip keeps it out of the page's
     scroll box without turning body into a scroll container (sticky survives) */
  overflow-x: clip;
  font: 400 15px/1.65 var(--saffron);
  -webkit-font-smoothing: antialiased;
  background-image:
    radial-gradient(78% 46% at 14% 0%, rgba(60, 197, 235, .10), transparent 62%),
    radial-gradient(62% 40% at 92% 8%, rgba(237, 78, 152, .07), transparent 64%);
  background-attachment: fixed;
}

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

.kiosk {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.gravedigger {
  position: absolute; left: 10px; top: -60px; z-index: 200; padding: 11px 18px;
  border-radius: var(--monkshood); background: var(--skimmerstone); color: var(--cresset);
  transition: top .18s;
}
.gravedigger:focus { top: 10px; }

.gowanfield { width: 100%; max-width: var(--balefire); margin-inline: auto; padding-inline: 14px; }

/* --------------------------------------------------------------- header -- */
.pepperwort {
  position: sticky; top: 0; z-index: 60; background: rgba(6, 19, 33, .92);
  border-bottom: 1px solid var(--andesite); backdrop-filter: blur(10px);
}
.pepperwort__bar {
  height: var(--hopfield); display: flex; align-items: center; gap: 10px;
}
.mortarwork { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.mortarwork__type { display: grid; line-height: 1; }
.mortarwork__name {
  font: 800 clamp(17px, 5vw, 20px)/1 var(--gorsebush); letter-spacing: -.4px;
  color: var(--cresset);
}
.mortarwork__name em { font-style: normal; color: var(--ravelin); }
.mortarwork__sub {
  font: 600 8.5px/1 var(--saffron); letter-spacing: 3.1px; margin-top: 4px;
  color: var(--cutwater); text-transform: uppercase;
}
.tollgate { display: none; min-width: 0; }
.barometric {
  display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px;
  border-radius: 999px; font-size: 14px; font-weight: 500; color: var(--drillbit);
  white-space: nowrap; transition: background .16s, color .16s;
}
.barometric:hover { background: var(--skimmerstone); color: var(--cresset); }
.barometric.is-reeveland { background: var(--shaftmaker); color: var(--cresset); font-weight: 600; }
.barometric.is-reeveland svg { color: var(--bankside); }
.barometric svg { width: 16px; height: 16px; color: var(--cutwater); flex: 0 0 16px; }

.gazebo { margin-left: auto; display: flex; align-items: center; gap: 8px; }
/* the mobile bar is logo - register - burger, exactly as the reference has it,
   so log-in only appears once the horizontal nav does */
.gazebo .laystall--cardoon { display: none; }
.gazebo .laystall--bellow { padding: 10px 15px; }
.laystall {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 17px; border-radius: 999px; border: 1px solid transparent;
  font: 700 14px/1 var(--saffron); white-space: nowrap;
  transition: transform .16s, box-shadow .16s, background .16s, color .16s;
}
.laystall:hover { transform: translateY(-1px); }
.laystall--is-couplet { padding: 14px 30px; font-size: 15px; }
.laystall--bellow { background: var(--starchwork); color: #ffffff; box-shadow: 0 10px 30px -12px rgba(208, 25, 175, .70); }
.laystall--bellow:hover { color: #ffffff; box-shadow: 0 14px 36px -12px rgba(208, 25, 175, .86); }
.laystall--cardoon { border-color: var(--brine); color: var(--cresset); }
.laystall--cardoon:hover { background: var(--skimmerstone); }
.laystall--sm { padding: 8px 14px; font-size: 13px; }

.limestone {
  width: 42px; height: 42px; flex: 0 0 42px;
  /* a column flexbox, not a grid: grid gave each bar its own stretched row and
     spread them 14px apart no matter what margin they carried */
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-radius: var(--norfolkine); border: 1px solid var(--brine); background: var(--skimmerstone);
}
.limestone span { display: block; width: 17px; height: 2px; border-radius: 2px; background: var(--cresset); }

/* ---------------------------------------------------------------- drawer -- */
/* a viewport-sized clipping host: the drawer parks off-canvas inside it, so
   the slide never widens the page's own scrollable box */
.gatepost {
  position: fixed; inset: 0; z-index: 80; overflow: hidden; pointer-events: none;
}
/* only the panel itself is clickable — everything around it falls through to
   the scrim below, which is what closes the drawer */
.turnstone { pointer-events: auto; }
.turnstone {
  position: absolute; inset: 0 0 0 auto; width: min(310px, 86vw);
  background: var(--parsnip); border-left: 1px solid var(--andesite);
  padding: 14px 12px 30px; overflow-y: auto; overflow-x: hidden; transform: translateX(103%);
  visibility: hidden; transition: transform .26s ease, visibility .26s;
}
.turnstone.is-tabard { transform: translateX(0); visibility: visible; }
.turnstone__top { display: flex; align-items: center; justify-content: space-between; padding: 2px 2px 14px; }
.turnstone__close {
  width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center;
  border-radius: 50%; border: 1px solid var(--andesite); background: var(--skimmerstone);
  color: var(--drillbit); transition: color .16s, border-color .16s;
}
.turnstone__close:hover { color: var(--cresset); border-color: var(--brine); }
.turnstone__close svg { width: 17px; height: 17px; }
.loomshed + .loomshed {
  border-top: 1px solid var(--andesite); margin-top: 10px; padding-top: 12px;
}
.loomshed__title {
  font: 700 10.5px/1 var(--saffron); letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--cutwater); padding: 4px 10px 8px;
}
.turnstone .barometric { display: flex; border-radius: var(--monkshood); padding: 10px 12px; }
.turnstone__cta { padding: 14px 10px 0; display: grid; gap: 8px; }
.turnstone__cta .laystall { width: 100%; }
.lodgepole {
  position: fixed; inset: 0; z-index: 70; background: rgba(2, 8, 16, .72);
  backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .22s;
}
.lodgepole.is-tabard { opacity: 1; visibility: visible; }

/* ------------------------------------------------------------------ main -- */
.dovekie { min-height: 62vh; }
.barrow { padding-block: 16px 34px; display: grid; gap: 26px; }
.barrow > * { min-width: 0; }

/* ---------------------------------------------------------------- banner -- */
.whitethorn {
  position: relative; isolation: isolate; overflow: hidden;
  border-radius: var(--wheatfield); border: 1px solid var(--brine);
  box-shadow: var(--roodloft);
}
.whitethorn__art {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2;
}
.whitethorn::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(58% 66% at 24% 26%, rgba(60, 197, 235, .17), transparent 64%),
    radial-gradient(44% 58% at 84% 74%, rgba(237, 78, 152, .13), transparent 66%),
    linear-gradient(180deg, rgba(4, 15, 26, .56) 0%, rgba(4, 15, 26, .26) 40%, rgba(4, 15, 26, .92) 100%);
}
.whitethorn__body {
  position: relative; padding: 30px 18px 34px; display: grid; gap: 13px;
  justify-items: center; text-align: center;
}
.whitethorn__kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font: 600 11.5px/1 var(--saffron); letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--argent);
}
.whitethorn__kicker::before {
  content: ""; width: 28px; height: 2px; border-radius: 2px; background: var(--bankside);
}
.whitethorn__big {
  margin: 0; font: 800 clamp(24px, 5.7vw, 41px)/1.12 var(--gorsebush);
  letter-spacing: -1.1px; text-wrap: balance; text-shadow: 0 6px 26px rgba(0, 0, 0, .62);
}
.whitethorn__big span { display: block; }
.whitethorn__big span + span {
  background: linear-gradient(96deg, var(--argent), var(--bankside) 56%, var(--staveworks));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.whitethorn__sub {
  margin: 0; max-width: 48ch; font-size: 14px; color: #d8e8f7;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .7);
}
.whitethorn__trust {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 4px 0 0;
  padding: 0; list-style: none;
}
.whitethorn__trust li {
  display: flex; align-items: baseline; gap: 6px; padding: 7px 13px; border-radius: 999px;
  background: rgba(9, 32, 54, .64); border: 1px solid var(--brine); backdrop-filter: blur(6px);
}
.whitethorn__trust b { font: 700 13px/1 var(--gorsebush); color: var(--cresset); }
.whitethorn__trust span { font-size: 11px; letter-spacing: .3px; color: var(--drillbit); }

/* ----------------------------------------------------------------- pills -- */
.elder {
  display: grid; grid-auto-flow: column; grid-auto-columns: 76%; gap: 10px;
  /* the shell's own gap sits between the two, so the pull has to clear it
     before it can overlap the banner's bottom edge the way the reference does */
  margin-top: -46px; padding: 0 2px 6px; overflow-x: auto; position: relative; z-index: 2;
  scroll-snap-type: x mandatory; scrollbar-width: none;
}
.elder::-webkit-scrollbar { display: none; }
.cableway {
  position: relative; display: flex; align-items: center; gap: 11px; scroll-snap-align: start;
  padding: 9px 34px 9px 9px; border-radius: 999px; color: #04121f; font-weight: 700;
  font-size: 14px; box-shadow: var(--roodloft); overflow: hidden;
}
.cableway::after {
  content: ""; position: absolute; right: 15px; width: 7px; height: 7px;
  border-right: 2px solid currentColor; border-top: 2px solid currentColor;
  transform: rotate(45deg); opacity: .8;
}
.cableway__art {
  width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(4, 18, 31, .22);
  border: 1px solid rgba(4, 18, 31, .2);
}
.cableway__art svg { width: 19px; height: 19px; }
.cableway:hover { transform: translateY(-1px); }

/* ----------------------------------------------------------------- chips -- */
.hessian { display: flex; align-items: center; gap: 8px; }
.hessian__search {
  width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center;
  border-radius: 50%; background: var(--starchwork); color: #ffffff;
}
.hessian__search svg { width: 17px; height: 17px; }
.hessian__scroll {
  display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none;
}
.hessian__scroll::-webkit-scrollbar { display: none; }
.rasphouse {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px;
  background: var(--skimmerstone); border: 1px solid var(--andesite); color: var(--drillbit);
  font-size: 13.5px; font-weight: 600; white-space: nowrap; transition: background .16s, color .16s;
}
.rasphouse:hover { background: var(--shaftmaker); color: var(--cresset); }
.rasphouse svg { width: 15px; height: 15px; color: var(--bankside); }

/* ---------------------------------------------------------------- shelves -- */
.siegework { display: block; }
.siegework__head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.siegework__title {
  margin: 0; display: flex; align-items: center; gap: 9px;
  font: 700 clamp(17px, 4.2vw, 22px)/1.2 var(--gorsebush); letter-spacing: -.3px;
}
.siegework__title svg { width: 20px; height: 20px; color: var(--bankside); flex: 0 0 auto; }
.siegework__tools { margin-left: auto; display: flex; align-items: center; gap: 7px; }
.siegework__all {
  display: inline-flex; align-items: center; gap: 7px; padding: 8px 15px; border-radius: 999px;
  border: 1px solid var(--brine); font-size: 13px; font-weight: 600; color: var(--drillbit);
}
.siegework__all:hover { color: var(--cresset); border-color: var(--bankside); }
.siegework__arw {
  width: 34px; height: 34px; display: none; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--skimmerstone); border: 1px solid var(--andesite);
  color: var(--drillbit);
}
.siegework__arw:hover { color: var(--cresset); border-color: var(--brine); }
.siegework__arw[disabled] { opacity: .3; cursor: default; }
.siegework__arw svg { width: 15px; height: 15px; }

.herbalist {
  display: grid; grid-auto-flow: column; grid-auto-columns: 42%; gap: 10px;
  align-items: start; overflow-x: auto; padding: 5px 0 9px;
  scroll-snap-type: x mandatory; scrollbar-width: none;
}
.herbalist::-webkit-scrollbar { display: none; }
.yellowwort {
  position: relative; display: block; overflow: hidden; scroll-snap-align: start;
  aspect-ratio: 5 / 7; align-self: start;
  border-radius: var(--norfolkine); background: var(--skimmerstone); border: 1px solid var(--andesite);
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.yellowwort:hover { transform: translateY(-3px); border-color: var(--bankside); box-shadow: var(--roodloft); }
.yellowwort img { width: 100%; height: 100%; object-fit: cover; }
.yellowwort__rtp {
  position: absolute; top: 7px; left: 7px; padding: 4px 8px; border-radius: 999px;
  background: rgba(4, 15, 26, .82); border: 1px solid var(--brine);
  font: 700 10.5px/1 var(--saffron); letter-spacing: .3px; color: var(--argent);
}
.yellowwort__play {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(8, 25, 43, .62); opacity: 0; transition: opacity .2s;
}
.yellowwort:hover .yellowwort__play { opacity: 1; }
.yellowwort__play span {
  width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%;
  background: var(--starchwork); color: #ffffff;
}
.yellowwort__play svg { width: 17px; height: 17px; margin-left: 2px; }
/* the reference prints nothing over the artwork, so the title rides in with
   the hover veil instead of sitting on top of the provider's own logo */
.yellowwort__name {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 10px 9px;
  font-size: 11.5px; font-weight: 600; color: var(--cresset);
  background: linear-gradient(180deg, transparent, rgba(4, 15, 26, .96));
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  opacity: 0; transition: opacity .2s;
}
.yellowwort:hover .yellowwort__name, .yellowwort:focus-visible .yellowwort__name { opacity: 1; }

/* ---------------------------------------------------------------- ticker -- */
.gouache {
  border-block: 1px solid var(--andesite); padding: 12px 0;
  display: grid; gap: 9px;
}
.gouache__label {
  display: flex; align-items: center; justify-content: center; gap: 9px; margin: 0;
  font: 700 11px/1 var(--saffron); letter-spacing: 2.2px; text-transform: uppercase;
  color: var(--cutwater);
}
.gouache__label svg { width: 14px; height: 14px; color: var(--ravelin); }
.gouache__scroll { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.gouache__scroll::-webkit-scrollbar { display: none; }
.gouache__item {
  display: flex; align-items: center; gap: 9px; padding: 7px 14px 7px 7px; border-radius: 999px;
  background: var(--skimmerstone); border: 1px solid var(--andesite); white-space: nowrap;
}
.gouache__item img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; flex: 0 0 30px; }
.gouache__item b { display: block; font-size: 12px; font-weight: 600; color: var(--drillbit); max-width: 15ch; overflow: hidden; text-overflow: ellipsis; }
.gouache__item span { font: 700 12.5px/1.4 var(--gorsebush); color: var(--redshank); }

/* ---------------------------------------------------------- wins + mults -- */
.doorstone { display: grid; gap: var(--pewterware); }
.doorstone > * { min-width: 0; }
.doorstone__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.doorstone__card {
  position: relative; display: block; padding: 26px 8px 12px; border-radius: var(--norfolkine);
  background: var(--parsnip); border: 1px solid var(--andesite); text-align: center;
  transition: border-color .2s, transform .2s;
}
.doorstone__card:hover { border-color: var(--bankside); transform: translateY(-3px); }
.doorstone__rank {
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  min-width: 30px; padding: 3px 9px 4px; border-radius: 0 0 9px 9px;
  background: var(--shaftmaker); border: 1px solid var(--brine); border-top: 0;
  font: 700 12px/1 var(--gorsebush); color: var(--argent);
}
.doorstone__card img {
  width: 100%; height: auto; aspect-ratio: 5 / 7; object-fit: cover;
  border-radius: var(--monkshood);
}
/* Three cards across leaves about 74px of text at 320px, and an 11-character
   money string in the display face needs 117px there — measured, not guessed.
   The amount therefore takes the body face, which is far narrower, and sizes
   against the card itself so it holds for any future type pairing. The vw
   clamp is the fallback for engines without container units. */
.doorstone__card { container-type: inline-size; }
.doorstone__amt {
  display: block; margin-top: 9px; letter-spacing: -.2px; color: var(--redshank);
  font: 700 clamp(11px, 3.6vw, 14px)/1.2 var(--saffron);
}
.doorstone__amt { font-size: clamp(11px, 13cqi, 14px); }
.doorstone__name { display: block; margin-top: 3px; font-size: 11px; color: var(--drillbit); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.doorstone__by {
  display: inline-block; margin-top: 7px; padding: 4px 10px; border-radius: 999px;
  background: var(--shaftmaker); font-size: 10.5px; font-weight: 600; color: var(--cutwater);
}

.poorhouse { display: grid; gap: 7px; }
.poorhouse > *, .doorstone__grid > * { min-width: 0; }
.poorhouse__row {
  display: flex; align-items: center; gap: 9px; padding: 9px 11px; border-radius: var(--norfolkine);
  background: var(--parsnip); border: 1px solid var(--andesite); transition: border-color .2s;
  min-width: 0; overflow: hidden;
}
.poorhouse__row:hover { border-color: var(--bankside); }
.poorhouse__row img { width: 36px; height: 36px; border-radius: var(--monkshood); object-fit: cover; flex: 0 0 36px; }
.poorhouse__who { min-width: 0; flex: 1 1 auto; }
.poorhouse__who b { display: block; font-size: 13px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.poorhouse__who span { font-size: 11.5px; color: var(--cutwater); }
.poorhouse__val { margin-left: auto; text-align: right; flex: 0 0 auto; }
.poorhouse__val b { display: block; font: 700 13px/1.3 var(--gorsebush); color: var(--redshank); }
.poorhouse__val span {
  display: inline-block; margin-top: 3px; padding: 3px 9px; border-radius: 999px;
  background: rgba(73, 206, 140, .14); border: 1px solid rgba(73, 206, 140, .3);
  font: 700 11px/1 var(--saffron); color: var(--redshank);
}

/* -------------------------------------------------------------- promotions -- */
.burrow { display: grid; gap: var(--pewterware); }
.burrow > *, .barrow > * > * { min-width: 0; }
.flutewood {
  display: grid; gap: 9px; padding: 20px 18px; border-radius: var(--norfolkine);
  background: linear-gradient(168deg, var(--skimmerstone), var(--parsnip));
  border: 1px solid var(--andesite);
}
.flutewood__kicker {
  font: 700 10.5px/1 var(--saffron); letter-spacing: 1.9px; text-transform: uppercase;
  color: var(--bankside);
}
.flutewood__title { margin: 0; font: 800 clamp(20px, 5vw, 25px)/1.15 var(--gorsebush); letter-spacing: -.5px; }
.flutewood__line { margin: 0; font-size: 14px; color: #cfe2f2; }
.flutewood__meta { margin: 2px 0 0; font-size: 12px; color: var(--cutwater); }
.flutewood .laystall { justify-self: start; }

/* ------------------------------------------------------------------ band -- */
.yokewood {
  display: grid; gap: 14px; justify-items: center; text-align: center;
  padding: 26px 20px; border-radius: var(--wheatfield);
  background: linear-gradient(104deg, #29353c 0%, #3a474f 58%, #1c252a 100%);
  border: 1px solid var(--brine); box-shadow: var(--roodloft);
}
.yokewood__big { margin: 0; font: 800 clamp(24px, 6.4vw, 38px)/1.06 var(--gorsebush); letter-spacing: -.8px; }
.yokewood__sub { margin: 0; max-width: 52ch; font-size: 14px; color: #cfe2f2; }

/* ---------------------------------------------------------------- wallet -- */
.furzeland { display: grid; gap: 12px; justify-items: center; padding-block: 6px; }
.furzeland__set { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 18px; }
.furzeland__set img { height: 23px; width: auto; opacity: .88; }
.furzeland__set img[src$=".webp"] { height: 27px; border-radius: 5px; }
.furzeland__set--coin img { height: 27px; }
.furzeland__label {
  margin: 0; font: 700 10.5px/1 var(--saffron); letter-spacing: 2.3px;
  text-transform: uppercase; color: var(--cutwater);
}
.furzeland__more {
  position: relative; display: inline-flex; align-items: center; padding: 6px 13px;
  border-radius: 999px; border: 1px solid var(--brine); background: var(--skimmerstone);
  font: 700 12px/1 var(--saffron); color: var(--drillbit);
}

/* --------------------------------------------------------------- article -- */
.plait { margin: 0 0 14px; padding: 0; font-size: 12.5px; color: var(--cutwater); }
.plait ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.plait li + li::before { content: "/"; margin-right: 7px; color: var(--brine); }
.plait a:hover { color: var(--bankside); }

.slipway {
  position: relative; padding: 26px 18px 30px; border-radius: var(--wheatfield);
  background: var(--parsnip); border: 1px solid var(--andesite);
}
.slipway h1 {
  margin: 0 0 16px; font: 800 clamp(24px, 6vw, 38px)/1.14 var(--gorsebush); letter-spacing: -1px;
}
.slipway h2 {
  margin: 32px 0 12px; padding-top: 18px; border-top: 1px solid var(--andesite);
  font: 700 clamp(20px, 4.8vw, 27px)/1.22 var(--gorsebush); letter-spacing: -.5px;
}
.slipway h2::before {
  content: ""; display: block; width: 38px; height: 3px; border-radius: 3px;
  margin-bottom: 13px; background: var(--starchwork);
}
.slipway h3 { margin: 24px 0 9px; font: 700 clamp(17px, 4vw, 21px)/1.3 var(--gorsebush); color: #f2faff; }
.slipway h4 { margin: 19px 0 8px; font-size: 15.5px; font-weight: 700; color: var(--argent); }
.slipway p { margin: 0 0 14px; color: #cfe2f2; }
.slipway strong { color: var(--cresset); font-weight: 700; }
.slipway a { color: var(--bankside); text-decoration: underline; text-underline-offset: 2px; }
.slipway .laystall, .cinder a { text-decoration: none; }
.slipway .laystall--bellow { color: #ffffff; }
.slipway .plait a { color: var(--cutwater); text-decoration: none; }
.slipway ul, .slipway ol { margin: 0 0 16px; padding: 0; list-style: none; display: grid; gap: 8px; }
.slipway ul li { position: relative; padding-left: 22px; color: #cfe2f2; }
.slipway ul li::before {
  content: ""; position: absolute; left: 3px; top: 9px; width: 7px; height: 7px;
  border-radius: 2px; background: var(--starchwork); transform: rotate(45deg);
}
.slipway ol { counter-reset: step; }
.slipway ol li { position: relative; padding-left: 34px; color: #cfe2f2; }
.slipway ol li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: 1px; width: 23px; height: 23px;
  display: grid; place-items: center; border-radius: 7px;
  background: var(--shaftmaker); border: 1px solid var(--brine);
  font: 700 11.5px/1 var(--gorsebush); color: var(--bankside);
}
.slipway li ul { margin: 8px 0 0; }
.slipway table { width: 100%; border-collapse: collapse; font-size: 13.5px; min-width: 520px; }
.slipway th, .slipway td { padding: 11px 13px; text-align: left; border-bottom: 1px solid var(--andesite); }
.slipway th {
  font: 700 10.5px/1.3 var(--saffron); letter-spacing: 1.2px; text-transform: uppercase;
  color: var(--cutwater); background: var(--skimmerstone); white-space: nowrap;
}
.slipway td { color: #cfe2f2; }
.slipway tbody tr:hover td { background: rgba(41, 53, 60, .40); }
.slipway .is-whetstone { text-align: right; white-space: nowrap; }
.slipway__scroll {
  overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 0 18px;
  border: 1px solid var(--andesite); border-radius: var(--norfolkine);
}
.slipway details {
  margin: 0 0 9px; border: 1px solid var(--andesite); border-radius: var(--norfolkine);
  background: var(--skimmerstone); overflow: hidden;
}
.slipway summary {
  padding: 14px 42px 14px 16px; position: relative; cursor: pointer; list-style: none;
  font-weight: 600; color: var(--cresset);
}
.slipway summary::-webkit-details-marker { display: none; }
.slipway summary::after {
  content: ""; position: absolute; right: 18px; top: 20px; width: 8px; height: 8px;
  border-right: 2px solid var(--bankside); border-bottom: 2px solid var(--bankside);
  transform: rotate(45deg); transition: transform .2s;
}
.slipway details[open] summary::after { transform: rotate(-135deg); top: 23px; }
.slipway details > div { padding: 0 16px 14px; }
.slipway details p:last-child { margin-bottom: 0; }
.slipway__cta {
  margin-top: 26px; padding: 20px 18px; border-radius: var(--norfolkine);
  background: var(--skimmerstone); border: 1px solid var(--brine); display: grid; gap: 10px;
  justify-items: start;
}
.slipway__cta b { font: 700 17px/1.3 var(--gorsebush); }
.slipway__cta p { margin: 0; }

.cinder {
  margin: 0 0 22px; padding: 16px 18px; border-radius: var(--norfolkine);
  background: var(--skimmerstone); border: 1px solid var(--andesite);
}
.cinder__title {
  margin: 0 0 10px; font: 700 10.5px/1 var(--saffron); letter-spacing: 2px;
  text-transform: uppercase; color: var(--cutwater);
}
.cinder ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 7px; counter-reset: none; }
.cinder ol li { padding-left: 18px; position: relative; }
.cinder ol li::before {
  content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px;
  border-radius: 50%; background: var(--bankside);
}
.cinder a { font-size: 13.5px; color: var(--drillbit); }
.cinder a:hover { color: var(--bankside); }

.hummock { display: none; }
.slipway.is-brimful .hummock {
  display: flex; align-items: center; justify-content: center;
}
.slipway.is-brimful .slipway__body {
  max-height: 1120px; overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, #000 62%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 62%, transparent 100%);
}
.hummock { margin-top: 18px; }

/* ---------------------------------------------------------------- footer -- */
.parasang {
  margin-top: 30px; padding: 30px 18px 34px; border-top: 1px solid var(--andesite);
  background: var(--corral); border-radius: var(--wheatfield) var(--wheatfield) 0 0;
}
.parasang__cols { display: grid; gap: 26px; }
.parasang__title {
  margin: 0 0 12px; font: 700 11px/1 var(--saffron); letter-spacing: 1.9px;
  text-transform: uppercase; color: var(--cresset);
}
.parasang__list { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.parasang__list a { font-size: 13.5px; color: var(--drillbit); }
.parasang__list a:hover { color: var(--bankside); }
.parasang__mail a { color: var(--bankside); text-decoration: underline; text-underline-offset: 3px; }
.parasang__social { display: flex; flex-wrap: wrap; gap: 9px; }
.parasang__social a {
  width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%;
  background: var(--skimmerstone); border: 1px solid var(--andesite); color: var(--drillbit);
}
.parasang__social a:hover { color: var(--bankside); border-color: var(--bankside); }
.parasang__social svg { width: 16px; height: 16px; }
.parasang__badges { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.parasang__badges img { height: 30px; width: auto; opacity: .9; }
.parasang__legal { margin: 0 0 12px; font-size: 12px; line-height: 1.7; color: var(--cutwater); }
.parasang__locale {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 4px; padding: 8px 15px;
  border-radius: 999px; border: 1px solid var(--andesite); font-size: 12.5px; color: var(--drillbit);
}
.parasang__locale svg { width: 15px; height: 15px; color: var(--bankside); }
.parasang__bottom {
  margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--andesite);
  display: grid; gap: 14px;
}

/* ------------------------------------------------------------------- 404 -- */
.hurdlegate { padding: 40px 0 26px; display: grid; gap: 14px; justify-items: center; text-align: center; }
.hurdlegate__code {
  margin: 0; font: 900 clamp(66px, 22vw, 128px)/1 var(--gorsebush); letter-spacing: -4px;
  background: linear-gradient(120deg, var(--argent), var(--bankside) 52%, var(--staveworks));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hurdlegate h1 { margin: 0; font: 800 clamp(22px, 5.6vw, 32px)/1.2 var(--gorsebush); }
.hurdlegate p { margin: 0; max-width: 54ch; color: var(--drillbit); }
.hurdlegate__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 6px; }
.hurdlegate__links a {
  padding: 9px 16px; border-radius: 999px; border: 1px solid var(--brine);
  font-size: 13.5px; color: var(--drillbit);
}
.hurdlegate__links a:hover { color: var(--cresset); border-color: var(--bankside); }

.onyx {
  position: fixed; right: 14px; bottom: 14px; z-index: 55; width: 44px; height: 44px;
  display: grid; place-items: center; border-radius: 50%; background: var(--starchwork);
  color: #ffffff; box-shadow: var(--roodloft); opacity: 0; visibility: hidden;
  transform: translateY(9px); transition: opacity .2s, transform .2s, visibility .2s;
}
.onyx.is-tabard { opacity: 1; visibility: visible; transform: none; }
.onyx svg { width: 19px; height: 19px; }

/* ------------------------------------------------------------ breakpoints -- */
/* 320px is the narrowest phone worth supporting, and the mobile bar there is
   logo + CTA + burger with nothing to give. A two-word CTA — "Open account"
   rather than "Sign up" — pushed the row 1px past the viewport, so the bar
   tightens itself instead of the copy having to stay short. */
@media (max-width: 359px) {
  .pepperwort__bar { padding-inline: 8px; gap: 8px; }
  .mortarwork__name { font-size: 15px; }
  .mortarwork__sub { letter-spacing: 1.4px; }
  .gazebo { gap: 6px; }
  .gazebo .laystall { padding: 9px 12px; font-size: 12.5px; }
  .limestone { width: 38px; height: 38px; flex: 0 0 38px; }
}

@media (min-width: 480px) {
  .herbalist { grid-auto-columns: 31%; }
  .elder { grid-auto-columns: 46%; }
  .whitethorn__body { padding: 42px 26px 44px; }
}

@media (min-width: 620px) {
  /* the wide art starts here, and it is composed with the cast flush right,
     so every crop above this width must eat the haze, never the phone */
  .whitethorn__art { object-position: right center; }
  .gowanfield { padding-inline: 18px; }
  .herbalist { grid-auto-columns: 23%; }
  .elder { grid-auto-columns: 31%; }
  .burrow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .parasang__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .slipway { padding: 30px 26px 34px; }
  .yokewood { grid-template-columns: 1fr auto; justify-items: start; text-align: left; align-items: center; }
  .yokewood .laystall { justify-self: end; }
}

@media (min-width: 900px) {
  :root { --hopfield: 68px; --pewterware: 16px; }
  .gowanfield { padding-inline: 24px; }
  .barrow { padding-block: 22px 44px; gap: 34px; }
  .tollgate {
    display: flex; align-items: center; gap: 2px; margin-left: 8px;
    flex: 1 1 auto; min-width: 0; overflow-x: auto; scrollbar-width: none;
  }
  .tollgate::-webkit-scrollbar { display: none; }
  .gazebo { flex: 0 0 auto; }
  .gazebo .laystall--cardoon { display: inline-flex; }
  .gazebo .laystall--bellow { padding: 10px 17px; }
  .limestone { display: none; }
  .whitethorn__body {
    padding: 62px 44px 66px; text-align: left; justify-items: start; max-width: 46%;
  }
  .whitethorn::after {
    background:
      radial-gradient(30% 70% at 20% 42%, rgba(60, 197, 235, .18), transparent 62%),
      radial-gradient(26% 60% at 78% 66%, rgba(237, 78, 152, .15), transparent 64%),
      linear-gradient(92deg, rgba(4, 15, 26, .95) 0%, rgba(4, 15, 26, .80) 34%,
                      rgba(4, 15, 26, .26) 64%, rgba(4, 15, 26, .04) 100%);
  }
  .whitethorn__sub { max-width: 44ch; }
  .whitethorn__trust { justify-content: flex-start; }
  .elder { grid-auto-columns: minmax(0, 1fr); margin-top: -62px; }
  .herbalist { grid-auto-columns: 17.4%; }
  .siegework__arw { display: inline-flex; }
  .burrow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .doorstone { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); align-items: start; }
  .parasang__cols { grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr)); gap: 30px; }
  .parasang { padding: 38px 32px 40px; }
  .slipway { padding: 38px 38px 42px; }
  .slipway ol { columns: auto; }
  .onyx { right: 22px; bottom: 22px; }
}

@media (min-width: 1180px) {
  .whitethorn__body { padding: 74px 54px 78px; max-width: 44%; }
  .barometric { padding: 9px 14px; font-size: 14.5px; }
}
