@charset "utf-8";

:root {
  --kingfisher: #1c1207;
  --kingfisher-2: #120b04;
  --wharf: #2a1c0b;
  --wharf-2: #35240e;
  --wharf-3: #452f14;
  --sorrelwood: #4d3617;
  --sorrelwood-2: #6d4f24;
  --fernbrake: #f5b73c;
  --gristmill: #2ed3ad;
  --cradle: #ffd98a;
  --harrow: #ffeccb;
  --seabank: #7de3c8;
  --horsebox: #f7efe4;
  --glaze: #cbb79a;
  --sampan: #9d8a72;
  --cupola: linear-gradient(135deg, #3ee0b8 0%, #12a385 100%);
  --crevasse: 0 10px 34px -12px rgba(245, 183, 60, .56);
  --woodruff: 0 18px 40px -22px rgba(0, 0, 0, .9);
  --milestone-display: "Kanit", "Trebuchet MS", system-ui, sans-serif;
  --milestone-body: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
  --flywheel: 58px;
  --holly-w: 236px;
  --creek: 14px;
  --mallet-lg: 16px;
  --mallet-md: 12px;
  --mallet-sm: 9px;
  --cleaver: 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(--flywheel) + 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(--kingfisher);
  color: var(--horsebox);
  font: 400 15px/1.62 var(--milestone-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
body.is-treecreeper { overflow: hidden; }

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

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

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

.rattan {
  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;
}
.rattan__mark { width: 30px; height: 30px; flex: 0 0 auto; }
.rattan__type { display: block; line-height: 1; }
.rattan__name {
  font: 800 19px/1 var(--milestone-display); letter-spacing: -.4px; color: var(--horsebox);
}
.rattan__name em { font-style: normal; color: var(--fernbrake); }
.rattan__sub {
  display: block; font: 600 8.5px/1 var(--milestone-body); letter-spacing: 3.2px;
  color: var(--sampan); margin-top: 4px;
}

.handloom { display: none; gap: 6px; margin-left: 10px; }
.rushlight {
  display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px;
  border-radius: var(--mallet-sm); color: var(--glaze); font-weight: 600; font-size: 14px;
  border: 1px solid transparent; transition: background .18s, color .18s;
}
.rushlight svg { width: 17px; height: 17px; }
.rushlight:hover { background: var(--wharf-2); color: var(--horsebox); }
.rushlight.is-guildhall { background: var(--wharf-2); border-color: var(--sorrelwood-2); color: var(--horsebox); }
.rushlight.is-guildhall svg { color: var(--cradle); }

.tollgate__spacer { flex: 1 1 auto; }

.dewdrop {
  display: none; width: 38px; height: 38px; align-items: center; justify-content: center;
  background: var(--wharf-2); border: 1px solid var(--sorrelwood); border-radius: var(--mallet-sm);
  color: var(--glaze);
}
.dewdrop:hover { color: var(--horsebox); border-color: var(--sorrelwood-2); }
.dewdrop svg { width: 18px; height: 18px; }

.earthwork { display: flex; align-items: center; gap: 8px; }
.earthwork .blossom { padding: 10px 15px; font-size: 13.5px; }
.earthwork .blossom--derrick { display: none; }

.blossom {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 18px; border-radius: var(--mallet-sm); border: 1px solid transparent;
  font: 700 14px/1 var(--milestone-body); letter-spacing: .2px; text-align: center;
  white-space: nowrap; transition: transform .16s, box-shadow .16s, background .16s;
}
.blossom:hover { transform: translateY(-1px); }
.blossom:active { transform: translateY(0); }
.blossom--cupola { background: var(--cupola); color: #04211b; box-shadow: var(--crevasse); }
.blossom--cupola:hover { color: #04211b; box-shadow: 0 14px 40px -12px rgba(245, 183, 60, .72); }
.blossom--derrick { background: transparent; border-color: var(--sorrelwood-2); color: var(--horsebox); }
.blossom--derrick:hover { background: var(--wharf-2); color: var(--horsebox); }
.blossom--cuckoo { padding: 15px 34px; font-size: 15px; border-radius: var(--mallet-md); }
.blossom--roadstead { padding: 9px 14px; font-size: 13px; }
.blossom--pearlash { width: 100%; }

.oasis {
  width: 40px; height: 38px; display: inline-flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 4px;
  background: var(--wharf-2); border: 1px solid var(--sorrelwood); border-radius: var(--mallet-sm);
}
.oasis span {
  display: block; width: 17px; height: 2px; border-radius: 2px; background: var(--horsebox);
  transition: transform .22s, opacity .18s;
}
.oasis[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.oasis[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.oasis[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. */
.moorland {
  position: fixed; z-index: 70; top: 0; right: 0; bottom: 0; width: 280px;
  max-width: 86vw; padding: calc(var(--flywheel) + 12px) 0 26px;
  background: var(--kingfisher-2); border-left: 1px solid var(--sorrelwood);
  overflow-y: auto; overscroll-behavior: contain;
  transform: translateX(102%); transition: transform .26s ease;
}
.moorland.is-dandelion { transform: translateX(0); }
.moorland__group { padding: 6px 10px; }
.moorland__group + .moorland__group { border-top: 1px solid var(--sorrelwood); margin-top: 6px; padding-top: 12px; }
.moorland__title {
  font: 700 10.5px/1 var(--milestone-body); letter-spacing: 1.7px; text-transform: uppercase;
  color: var(--sampan); padding: 4px 12px 10px;
}
.moorland__link {
  display: flex; align-items: center; gap: 11px; padding: 9px 12px; border-radius: var(--mallet-sm);
  color: var(--glaze); font-size: 14px; font-weight: 500; transition: background .16s, color .16s;
}
.moorland__link:hover { background: var(--wharf-2); color: var(--horsebox); }
.moorland__link.is-guildhall { background: var(--wharf-3); color: var(--horsebox); font-weight: 600; }
.moorland__link.is-guildhall .moorland__ico { color: var(--fernbrake); }
.moorland__ico { width: 18px; height: 18px; flex: 0 0 18px; color: var(--sampan); }
.moorland__cta { padding: 14px 22px 4px; }

.ridgeline {
  position: fixed; inset: 0; z-index: 65; background: rgba(11, 7, 3, .78);
  backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .24s;
}
.ridgeline.is-guildhall { opacity: 1; visibility: visible; }

/* ------------------------------------------------------------------ main -- */
.anchor { padding-top: var(--flywheel); min-height: 60vh; }
.falcon { 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 */
.falcon > *, .marlinspike > *, .wallflower__grid > *, .fallow__top > *, .fallow__cols > *,
.runnel > *, .peatmoss > *, .coombe > * { min-width: 0; }
.bandit { max-width: 100%; }

/* ----------------------------------------------------------------- stage -- */
.primrose {
  position: relative; overflow: hidden; border-radius: var(--mallet-lg);
  border: 1px solid var(--sorrelwood-2); isolation: isolate; box-shadow: var(--woodruff);
}
.primrose__art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.primrose::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(52% 88% at 72% 50%, rgba(245, 183, 60, .20), transparent 62%),
    linear-gradient(180deg, rgba(11, 7, 3, .46) 0%, rgba(11, 7, 3, .22) 44%, rgba(11, 7, 3, .92) 100%);
}
.primrose__panel {
  position: relative; padding: 34px 18px 30px; text-align: center;
  display: grid; justify-items: center; gap: 12px;
}
.primrose__logo { width: 132px; margin-bottom: 2px; }
.primrose__eyebrow {
  font: 600 12px/1 var(--milestone-body); letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--harrow);
  padding-bottom: 9px;
  background: linear-gradient(90deg, var(--fernbrake), transparent);
  background-size: 82px 2px; background-repeat: no-repeat;
  background-position: 0 100%;
}
.primrose__big {
  font: 800 clamp(26px, 7.4vw, 47px)/1.06 var(--milestone-display);
  letter-spacing: -1px; margin: 0; text-wrap: balance;
  text-shadow: 0 6px 26px rgba(0, 0, 0, .6);
}
.primrose__big span { display: block; }
.primrose__big span + span {
  background: linear-gradient(96deg, var(--harrow), var(--fernbrake) 58%, var(--cradle));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.primrose__sub {
  margin: 0; max-width: 46ch; color: #ece2d4; font-size: 14px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .75);
}
.primrose__cta { margin-top: 6px; }
.primrose__trust {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 10px;
  margin-top: 8px; padding: 0; list-style: none;
}
.primrose__trust li {
  display: flex; align-items: baseline; gap: 6px; padding: 7px 13px;
  background: rgba(42, 28, 11, .62); border: 1px solid var(--sorrelwood-2);
  border-radius: 999px; backdrop-filter: blur(6px);
}
.primrose__trust b { font: 700 13px/1 var(--milestone-display); color: var(--horsebox); }
.primrose__trust span { font-size: 11px; letter-spacing: .4px; color: var(--glaze); }

/* ------------------------------------------------------------------ rows -- */
.runnel__head { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; }
.runnel__title {
  font: 700 clamp(17px, 4.4vw, 22px)/1.2 var(--milestone-display); letter-spacing: -.3px;
  display: flex; align-items: center; gap: 9px; margin: 0;
}
.runnel__title svg { width: 20px; height: 20px; color: var(--fernbrake); flex: 0 0 auto; }
.runnel__tools { margin-left: auto; display: flex; align-items: center; gap: 7px; }
.fresco {
  width: 34px; height: 34px; display: none; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--wharf-2); border: 1px solid var(--sorrelwood);
  color: var(--glaze);
}
.fresco:hover { color: var(--horsebox); border-color: var(--sorrelwood-2); }
.fresco[disabled] { opacity: .3; cursor: default; }
.fresco svg { width: 15px; height: 15px; }

.heirloom {
  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;
}
.heirloom::-webkit-scrollbar { display: none; }

.bricolage {
  position: relative; display: block; overflow: hidden; scroll-snap-align: start;
  border-radius: var(--mallet-md); background: var(--wharf-2); border: 1px solid var(--sorrelwood);
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.bricolage:hover { transform: translateY(-3px); border-color: var(--fernbrake); box-shadow: var(--crevasse); }
.bricolage img { width: 100%; aspect-ratio: 5 / 7; object-fit: cover; }
.bricolage__play {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(28, 18, 7, .60); opacity: 0; transition: opacity .2s;
}
.bricolage:hover .bricolage__play { opacity: 1; }
.bricolage__play span {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: var(--cupola); box-shadow: var(--crevasse);
}
.bricolage__play svg { width: 17px; height: 17px; color: #04211b; margin-left: 2px; }

/* ---------------------------------------------------------------- bonuses -- */
.marlinspike { display: grid; gap: var(--creek); }
.bullrush {
  position: relative; overflow: hidden; padding: 20px 18px 18px;
  background:
    radial-gradient(120% 130% at 100% 0%, rgba(46, 211, 173, .26), transparent 58%),
    var(--wharf);
  border: 1px solid var(--sorrelwood-2); border-radius: var(--mallet-lg);
  display: grid; gap: 10px; align-content: start;
}
.bullrush__kicker {
  font: 600 10.5px/1 var(--milestone-body); letter-spacing: 2px; text-transform: uppercase;
  color: var(--glaze);
}
.bullrush__title { font: 800 clamp(21px, 5.4vw, 27px)/1.12 var(--milestone-display); letter-spacing: -.5px; margin: 0; }
.bullrush__line { margin: 0; color: var(--glaze); font-size: 13.5px; }
.bullrush__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 4px; }
.housemartin {
  display: inline-flex; align-items: baseline; gap: 7px; padding: 8px 12px;
  border: 1px dashed var(--fernbrake); border-radius: var(--mallet-sm);
  background: rgba(46, 211, 173, .09);
}
.housemartin i {
  font: 600 9.5px/1 var(--milestone-body); font-style: normal; letter-spacing: 1.4px;
  text-transform: uppercase; color: var(--glaze);
}
.housemartin b { font: 800 14px/1 var(--milestone-display); letter-spacing: 1px; color: var(--fernbrake); }
.bullrush__meta { margin: 0; font-size: 11.5px; color: var(--sampan); }

/* ------------------------------------------------------------------ band -- */
.otterburn {
  position: relative; overflow: hidden; border-radius: var(--mallet-lg);
  border: 1px solid var(--sorrelwood-2); padding: 30px 18px; text-align: center;
  display: grid; justify-items: center; gap: 11px; isolation: isolate;
}
.otterburn__art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.otterburn::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, rgba(245, 183, 60, .44), rgba(53, 36, 14, .66) 62%, rgba(18, 11, 4, .76));
}
.otterburn__title {
  margin: 0; font: 800 clamp(24px, 6.6vw, 40px)/1.06 var(--milestone-display);
  letter-spacing: -.6px; text-transform: uppercase;
}
.otterburn__sub { margin: 0; max-width: 44ch; color: #f5efe6; font-size: 14px; }
.otterburn__coins { display: flex; gap: 9px; margin-top: 4px; }
.otterburn__coins img { width: 26px; height: 26px; }

/* ------------------------------------------------------------------ wins -- */
.peatmoss {
  background: var(--wharf); border: 1px solid var(--sorrelwood); border-radius: var(--mallet-lg);
  padding: 16px 14px;
}
.bandit { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.mattock { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 13.5px; }
.mattock th {
  text-align: left; font: 600 10.5px/1 var(--milestone-body); letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--sampan); padding: 0 12px 12px; white-space: nowrap;
}
.mattock td { padding: 11px 12px; border-top: 1px solid var(--sorrelwood); vertical-align: middle; }
.mattock tbody tr:hover { background: var(--wharf-2); }
.mattock th:nth-child(n+3), .mattock td:nth-child(n+3) { text-align: right; }
.cordage__game { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.cordage__game img { width: 34px; height: 34px; border-radius: 7px; object-fit: cover; flex: 0 0 34px; }
.cordage__pay { font-weight: 700; color: var(--seabank); white-space: nowrap; }
.cordage__mult { color: var(--harrow); white-space: nowrap; }

/* ------------------------------------------------------------------- why -- */
.wallflower { text-align: center; display: grid; gap: 18px; }
.wallflower__title {
  margin: 0; font: 800 clamp(22px, 5.6vw, 34px)/1.14 var(--milestone-display); letter-spacing: -.6px;
}
.wallflower__card {
  padding: 22px 16px; background: var(--wharf); border: 1px solid var(--sorrelwood);
  border-radius: var(--mallet-lg); display: grid; gap: 9px; justify-items: center;
}
.wallflower__card svg { width: 30px; height: 30px; color: var(--fernbrake); }
.wallflower__card b { font: 700 15.5px/1.3 var(--milestone-display); }
.wallflower__card p { margin: 0; font-size: 13.5px; color: var(--glaze); }
.wallflower__badges { display: flex; gap: 12px; align-items: center; justify-content: center; margin-top: 2px; }
.wallflower__badge {
  display: inline-flex; align-items: center; padding: 6px 9px; border-radius: var(--mallet-sm);
  border: 1px solid transparent; opacity: .88; transition: opacity .16s, border-color .16s;
}
.wallflower__badge:hover { opacity: 1; border-color: var(--sorrelwood-2); }
.wallflower__badges img { height: 17px; width: auto; }

.lectern { display: grid; gap: 16px; justify-items: center; text-align: center; }
.lectern__label {
  font: 600 10.5px/1 var(--milestone-body); letter-spacing: 2px; text-transform: uppercase;
  color: var(--sampan);
}
.lectern__set { display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: center; justify-content: center; }
.lectern__set img { height: 23px; width: auto; opacity: .85; }
.lectern__set--boulder img { height: 27px; }
.lectern__more {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 42px; height: 27px; padding: 0 10px; border-radius: 999px;
  background: var(--wharf-2); border: 1px solid var(--sorrelwood-2);
  font: 700 12.5px/1 var(--milestone-display); color: var(--glaze); cursor: default;
}

/* ------------------------------------------------------------------- seo -- */
.talon {
  background: var(--wharf); border: 1px solid var(--sorrelwood); border-radius: var(--mallet-lg);
  padding: 22px 16px 26px;
}
.talon > *:first-child { margin-top: 0; }
.talon h1, .talon h2, .talon h3, .talon h4 {
  font-family: var(--milestone-display); letter-spacing: -.5px; line-height: 1.2;
  text-wrap: balance; color: var(--horsebox);
}
.talon h1 { font-size: clamp(25px, 6.4vw, 39px); font-weight: 800; margin: 0 0 14px; }
.talon h2 {
  font-size: clamp(20px, 4.8vw, 28px); font-weight: 800; margin: 38px 0 12px;
  padding-top: 20px; border-top: 1px solid var(--sorrelwood); position: relative;
}
.talon h2::before {
  content: ""; position: absolute; top: -1px; left: 0; width: 54px; height: 2px;
  background: var(--cupola);
}
.talon h3 { font-size: clamp(17px, 4vw, 21px); font-weight: 700; margin: 26px 0 9px; color: #faf5ee; }
.talon h4 {
  font-size: 15.5px; font-weight: 700; margin: 20px 0 8px; color: var(--harrow);
}
.talon p { margin: 0 0 14px; color: #e7dccc; }
.talon strong { color: var(--horsebox); font-weight: 700; }
.talon em { color: var(--glaze); }
.talon a { color: var(--fernbrake); text-decoration: underline; text-underline-offset: 3px; }
.talon a:hover { color: var(--harrow); }
/* buttons inside the article are buttons, not prose links — `.talon a` would
   otherwise win on specificity and repaint them as underlined rose text */
.talon .blossom { text-decoration: none; }
.talon .blossom--cupola, .talon .blossom--cupola:hover { color: #04211b; }
.talon .blossom--derrick, .talon .blossom--derrick:hover { color: var(--horsebox); }
.talon hr { border: 0; border-top: 1px solid var(--sorrelwood); margin: 26px 0; }

.talon ul, .talon ol { margin: 0 0 16px; padding-left: 0; list-style: none; }
.talon ul li, .talon ol li { position: relative; padding-left: 26px; margin-bottom: 8px; color: #e7dccc; }
.talon ul li::before {
  content: ""; position: absolute; left: 6px; top: .62em; width: 7px; height: 7px;
  border-radius: 2px; background: var(--cupola); transform: rotate(45deg);
}
.talon ol { counter-reset: step; }
.talon ol li { padding-left: 34px; }
.talon 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(--wharf-3); border: 1px solid var(--sorrelwood-2);
  font: 700 11.5px/1 var(--milestone-display); color: var(--fernbrake);
}
.talon li > ul, .talon li > ol { margin-top: 8px; }

.talon .rune {
  font-size: 16px; color: #f0e8dc; border-left: 3px solid var(--fernbrake);
  padding: 2px 0 2px 15px; margin-bottom: 18px;
}
.talon .kittiwake {
  margin: 0 0 16px; padding: 13px 15px; border-radius: var(--mallet-md);
  background: var(--wharf-2); border: 1px solid var(--sorrelwood);
  font-size: 13.5px; color: var(--glaze);
}
.talon .larkspur {
  display: table; margin: 22px 0 12px; padding: 11px 17px; border-radius: 999px;
  background: rgba(46, 211, 173, .09); border: 1px solid rgba(46, 211, 173, .28);
  font: 700 15px/1.35 var(--milestone-display); color: #fff1d6;
}

.coombe { margin: 0 0 20px; border: 1px solid var(--sorrelwood); border-radius: var(--mallet-md); overflow: hidden; }
.coombe > .bandit { padding: 2px; }
.talon table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 13.5px; }
.talon thead th {
  background: var(--wharf-3); text-align: left; padding: 12px 13px;
  font: 700 11px/1.3 var(--milestone-body); letter-spacing: 1px; text-transform: uppercase;
  color: #f4ede2; border-bottom: 1px solid var(--sorrelwood-2); white-space: nowrap;
}
.talon tbody td { padding: 11px 13px; border-bottom: 1px solid var(--sorrelwood); color: #e7dccc; }
.talon tbody tr:last-child td { border-bottom: 0; }
.talon tbody tr:nth-child(even) { background: rgba(69, 47, 20, .5); }
.talon td.cavern, .talon th.cavern { text-align: right; white-space: nowrap; }

.hailstone {
  margin: 0 0 26px; padding: 16px 16px 8px; border-radius: var(--mallet-md);
  background: var(--wharf-2); border: 1px solid var(--sorrelwood);
}
.hailstone__label {
  font: 700 10.5px/1 var(--milestone-body); letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--sampan); margin-bottom: 11px;
}
.talon .hailstone ol { margin: 0; padding: 0; list-style: none; columns: 1; }
.talon .hailstone li { padding: 0 0 8px 15px; margin: 0; position: relative; }
.talon .hailstone 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(--fernbrake); transform: rotate(45deg); display: block;
}
.hailstone a {
  color: var(--glaze); font-size: 13.5px; text-decoration: none; display: inline-block;
  border-bottom: 1px solid transparent;
}
.hailstone a:hover { color: var(--fernbrake); border-bottom-color: var(--fernbrake); }

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

.talon__cta {
  margin-top: 28px; padding: 22px 18px; border-radius: var(--mallet-md); text-align: center;
  background:
    radial-gradient(110% 130% at 0% 0%, rgba(255, 217, 138, .20), transparent 60%),
    var(--wharf-2);
  border: 1px solid var(--sorrelwood-2); display: grid; gap: 12px; justify-items: center;
}
.talon__cta b { font: 800 clamp(19px, 4.6vw, 25px)/1.2 var(--milestone-display); }
.talon__cta p { margin: 0; color: var(--glaze); font-size: 14px; max-width: 52ch; }

.airship { font-size: 12.5px; color: var(--sampan); margin-bottom: 14px; }
.airship ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.airship li::after { content: "/"; margin-left: 6px; color: var(--sorrelwood-2); }
.airship li:last-child::after { display: none; }
.airship a { color: var(--glaze); }
.airship a:hover { color: var(--fernbrake); }

/* ------------------------------------------------------------------ foot -- */
.fallow {
  margin-top: 26px; padding: 30px 0 26px; background: var(--kingfisher-2);
  border-top: 1px solid var(--sorrelwood);
}
.fallow__top { display: grid; gap: 22px; }
.fallow__brand { display: grid; gap: 16px; justify-items: start; align-content: start; }
.fallow__cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
.fallow__h {
  font: 700 12px/1 var(--milestone-body); letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--horsebox); margin: 0 0 12px;
}
.fallow__col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.fallow__col a { color: var(--glaze); font-size: 13.5px; }
.fallow__col a:hover { color: var(--fernbrake); }
.fallow__legal {
  margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--sorrelwood);
  display: grid; gap: 14px; font-size: 12px; line-height: 1.7; color: var(--sampan);
}
.fallow__legal p { margin: 0; }
.fallow__marks { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.fallow__marks img { height: 26px; width: auto; opacity: .72; }
.fallow__lang {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px;
  border: 1px solid var(--sorrelwood); border-radius: 999px; font-size: 12.5px; color: var(--glaze);
}
.fallow__lang svg { width: 15px; height: 15px; color: var(--cradle); }

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

/* ------------------------------------------------------------------- 404 -- */
.hearth { text-align: center; display: grid; gap: 14px; justify-items: center; padding: 46px 0 30px; }
.hearth h1 { margin: 0; font: 800 clamp(21px, 5vw, 31px)/1.2 var(--milestone-display); }
.hearth p { margin: 0; color: var(--glaze); max-width: 44ch; }
.hearth p.hearth__code {
  font: 900 clamp(70px, 22vw, 150px)/1 var(--milestone-display); letter-spacing: -4px;
  margin: 0; max-width: none;
  background: linear-gradient(120deg, var(--harrow), var(--fernbrake) 46%, var(--cradle));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hearth__links { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; margin-top: 6px; }
.hearth__links a {
  padding: 9px 14px; border-radius: 999px; border: 1px solid var(--sorrelwood-2);
  background: var(--wharf); color: var(--glaze); font-size: 13.5px;
}
.hearth__links a:hover { color: var(--horsebox); border-color: var(--fernbrake); }

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

@media (min-width: 620px) {
  .marlinspike { grid-template-columns: repeat(2, 1fr); }
  .wallflower__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--creek); }
  .heirloom { grid-auto-columns: 23%; }
  .fallow__cols { grid-template-columns: repeat(3, 1fr); gap: 26px 18px; }
}

@media (min-width: 860px) {
  :root { --flywheel: 64px; --creek: 16px; }
  .barouche { padding-inline: 22px; }
  .falcon { padding-block: 22px 40px; gap: 30px; }
  .primrose__panel {
    padding: 58px 44px 52px; gap: 15px; text-align: left; justify-items: start;
    max-width: 56%;
  }
  .primrose::after {
    background:
      radial-gradient(42% 92% at 74% 50%, rgba(245, 183, 60, .24), transparent 60%),
      linear-gradient(92deg, rgba(11, 7, 3, .92) 0%, rgba(11, 7, 3, .74) 36%,
                      rgba(11, 7, 3, .24) 64%, rgba(11, 7, 3, .04) 100%);
  }
  .primrose__sub { max-width: 41ch; }
  .primrose__trust { justify-content: flex-start; gap: 7px 8px; }
  .primrose__trust li { padding: 6px 11px; }
  .primrose__sub { font-size: 15.5px; }
  .dewdrop { display: inline-flex; }
  .fresco { display: inline-flex; }
  .earthwork .blossom { padding: 11px 18px; font-size: 14px; }
  .earthwork .blossom--derrick { display: inline-flex; }
  .heirloom { grid-auto-columns: 17.4%; }
  .marlinspike { grid-template-columns: repeat(3, 1fr); }
  .wallflower__grid { grid-template-columns: repeat(4, 1fr); }
  .talon { padding: 34px 32px 38px; }
  .hailstone ol { columns: 2; column-gap: 26px; }
  .fallow__legal { font-size: 12.5px; }
  .otterburn { padding: 52px 30px; }
  .grapevine { right: 22px; bottom: 22px; }
}

@media (min-width: 1100px) {
  .moorland {
    left: 0; right: auto; transform: none; width: var(--holly-w);
    border-left: 0; border-right: 1px solid var(--sorrelwood);
    padding-top: calc(var(--flywheel) + 14px);
  }
  .moorland__cta { display: none; }
  .oasis { display: none; }
  .handloom { display: flex; }
  .ridgeline { display: none; }
  .anchor { padding-left: var(--holly-w); }
  .fallow { padding-left: var(--holly-w); }
  .rattan { width: calc(var(--holly-w) - 12px); }
  .heirloom { grid-auto-columns: 14.1%; }
  .fallow__top { grid-template-columns: minmax(190px, 250px) 1fr; gap: 30px; }
  .talon { padding: 40px 44px 46px; }
}

@media (min-width: 1380px) {
  .heirloom { 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) */
  .fallow__cols { grid-template-columns: repeat(5, 1fr); }
}
