/* ALL-HU marketing site — palette lifted from the game's own UIStyle tokens.
   The site commits to the game's dark felt look in both colour schemes on
   purpose: the product is a green table, and a light variant would read as a
   different product. */

/* Display faces for the logo lockup only — subset to the exact CJK characters
   each locale's logo uses, so the whole set costs ~4 KB. Licensed OFL; the
   licence texts ship alongside as OFL-Noto.txt / OFL-IBMPlex.txt.
   全 U+5168 · 胡 U+80E1 · 麻 U+9EBB · 將 U+5C07 · 雀 U+96C0 · 将 U+5C06 · 마 U+B9C8 · 작 U+C791 */
@font-face { font-family: "AH Display"; src: url("f-serif-cjk.woff2") format("woff2");
  unicode-range: U+5168, U+80E1, U+9EBB, U+5C07, U+96C0; font-weight: 600; font-display: swap; }
@font-face { font-family: "AH Display"; src: url("f-serif-sc.woff2") format("woff2");
  unicode-range: U+5C06; font-weight: 600; font-display: swap; }
@font-face { font-family: "AH Display"; src: url("f-serif-kr.woff2") format("woff2");
  unicode-range: U+B9C8, U+C791; font-weight: 600; font-display: swap; }

:root {
  --felt-edge: #051A14;
  --felt-deep: #0A2E25;
  --felt-mid:  #114A3A;
  --felt-lite: #1B5E48;
  --gold:        #D4B46A;
  --gold-bright: #F0CC80;
  --gold-dark:   #8A6F3A;
  --glow:        #FFD966;
  --ink:      #E8E2D2;
  --ink-soft: #C9C3B2;
  --ink-dim:  #93907F;

  --w: min(1120px, 100% - 2.5rem);
  --r: 14px;
  --ease: cubic-bezier(.22, .61, .36, 1);

  --serif: "AH Display", "Songti TC", "Songti SC", "Hiragino Mincho ProN",
           "Nanum Myeongjo", "Noto Serif TC", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI",
          "Noto Sans TC", "PingFang TC", "PingFang SC", "Hiragino Sans",
          "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  background: var(--felt-edge);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3 { line-height: 1.22; font-weight: 600; letter-spacing: .01em; }
h2 { font-size: clamp(1.5rem, 3.4vw, 2.15rem); color: var(--gold-bright); }
p { text-wrap: pretty; }
a { color: var(--glow); text-decoration-color: color-mix(in srgb, var(--glow) 40%, transparent); text-underline-offset: 3px; }
a:hover { color: var(--gold-bright); }
img, picture { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 99;
  background: var(--felt-mid); color: var(--ink); padding: .7rem 1.1rem; border-radius: 0 0 var(--r) 0;
}
.skip:focus { left: 0; }
:focus-visible { outline: 2px solid var(--glow); outline-offset: 3px; border-radius: 4px; }

/* ---------------------------------------------------------------- top bar */
.bar {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .7rem max(1.25rem, env(safe-area-inset-left)) .7rem max(1.25rem, env(safe-area-inset-right));
  background: color-mix(in srgb, var(--felt-edge) 82%, transparent);
  backdrop-filter: blur(14px) saturate(1.3);
  border-bottom: 1px solid color-mix(in srgb, var(--gold-dark) 28%, transparent);
}
.mark img { width: 132px; height: 26px; }
.bar-nav { display: flex; align-items: center; gap: clamp(.6rem, 2vw, 1.4rem); font-size: .9rem; }
.bar-nav > a { color: var(--ink-soft); text-decoration: none; }
.bar-nav > a:hover { color: var(--gold-bright); }

.lang { position: relative; }
.lang summary {
  list-style: none; cursor: pointer; color: var(--ink-soft);
  padding: .3rem .6rem; border: 1px solid color-mix(in srgb, var(--gold-dark) 45%, transparent);
  border-radius: 999px; white-space: nowrap;
}
.lang summary::-webkit-details-marker { display: none; }
.lang[open] summary { color: var(--gold-bright); border-color: var(--gold-dark); }
.lang-menu {
  position: absolute; right: 0; top: calc(100% + .5rem); z-index: 50;
  display: grid; gap: .1rem; min-width: 10.5rem; padding: .45rem;
  background: var(--felt-deep); border: 1px solid var(--gold-dark); border-radius: 10px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .55);
}
.lang-menu a { padding: .42rem .6rem; border-radius: 6px; color: var(--ink-soft); text-decoration: none; }
.lang-menu a:hover { background: var(--felt-mid); color: var(--gold-bright); }
.lang-menu a[aria-current] { color: var(--gold-bright); }

/* ---------------------------------------------------------------- hero */
.hero { position: relative; isolation: isolate; padding: clamp(3.5rem, 11vh, 7rem) 0 clamp(3rem, 8vh, 5rem); }
.hero-art {
  position: absolute; inset: 0; z-index: -1;
  background: url("hero.webp") center 32% / cover no-repeat, var(--felt-deep);
}
.hero-art::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(5,26,20,.62) 0%, rgba(5,26,20,.35) 38%, rgba(5,26,20,.93) 100%),
    radial-gradient(90% 70% at 50% 40%, transparent 30%, rgba(5,26,20,.65) 100%);
}
.hero-in { width: var(--w); margin-inline: auto; max-width: 46rem; }

.lockup { display: flex; flex-wrap: wrap; align-items: baseline; gap: .28em; margin-bottom: .1em; }
.lk-cjk {
  font-family: var(--serif); font-size: clamp(2.8rem, 10vw, 5.1rem); font-weight: 600;
  color: var(--gold-bright); letter-spacing: .04em;
  text-shadow: 0 3px 0 rgba(5,26,20,.55), 0 0 34px rgba(255,217,102,.16);
}
.lk-latin {
  font-family: var(--sans); font-size: clamp(2.3rem, 8.4vw, 4.3rem); font-weight: 600;
  color: var(--gold-bright); letter-spacing: .015em;
  text-shadow: 0 3px 0 rgba(5,26,20,.55), 0 0 34px rgba(255,217,102,.16);
}
.sub { color: var(--gold); font-size: clamp(.95rem, 2.4vw, 1.2rem); letter-spacing: .2em; text-transform: uppercase; }
.tag {
  margin-top: 1.1rem; padding-top: 1.1rem; font-size: clamp(1.15rem, 3vw, 1.5rem); color: var(--ink);
  border-top: 1px solid color-mix(in srgb, var(--gold-dark) 55%, transparent);
}
.hook { margin-top: 1rem; color: var(--ink-soft); max-width: 38rem; }
.status {
  display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.9rem;
  padding: .5rem 1.05rem; border-radius: 999px; font-size: .95rem; color: var(--gold-bright);
  background: color-mix(in srgb, var(--felt-mid) 72%, transparent);
  border: 1px solid color-mix(in srgb, var(--gold-dark) 65%, transparent);
}
.dot { width: .5rem; height: .5rem; border-radius: 50%; background: var(--glow); box-shadow: 0 0 0 0 rgba(255,217,102,.6); animation: pulse 2.6s var(--ease) infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 .55rem rgba(255,217,102,0); } 100% { box-shadow: 0 0 0 0 rgba(255,217,102,0); } }
.store-ctas {
  /* 兩顆商店入口並排;窄螢幕自動換行,對齊沿用 hero 的左對齊 */
  display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.15rem;
}
.store-ctas .store-cta { margin-top: 0; }
.store-cta {
  display: inline-flex; align-items: center; gap: .5rem;
  margin-top: 1.15rem; padding: .8rem 1.7rem; border-radius: 999px;
  font-size: 1.02rem; font-weight: 600; color: var(--felt-edge);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  border: 1px solid color-mix(in srgb, var(--gold-dark) 70%, transparent);
  box-shadow: 0 4px 18px rgba(0,0,0,.28), 0 0 24px rgba(255,217,102,.10);
  transition: transform .15s var(--ease), box-shadow .15s var(--ease);
}
.store-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(0,0,0,.32), 0 0 30px rgba(255,217,102,.18);
}

.platforms { margin-top: .8rem; font-size: .88rem; color: var(--ink-dim); }

/* ---------------------------------------------------------------- sections */
main > section { width: var(--w); margin: clamp(3.5rem, 9vh, 6rem) auto; }
main > .hero { width: 100%; margin: 0; }

.eyebrow {
  font-size: .82rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: .7rem;
}
.caption { margin-top: 1.1rem; color: var(--ink-dim); font-size: .93rem; max-width: 44rem; }

/* demo board */
.demo h2 { margin-bottom: 1.6rem; }
.board {
  /* hands are 14 tiles: size the tile so a hand spans the board on any width */
  --tw: clamp(15px, calc((100vw - 5.5rem) / 14.6), 58px);
  position: relative; padding: clamp(.8rem, 2.4vw, 1.5rem);
  border-radius: var(--r); border: 1px solid color-mix(in srgb, var(--gold-dark) 34%, transparent);
  background:
    radial-gradient(120% 90% at 50% 0%, var(--felt-lite) 0%, var(--felt-mid) 45%, var(--felt-deep) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 22px 50px rgba(0,0,0,.4);
}
.row { margin-bottom: .75rem; }
.row:last-child { margin-bottom: 0; }
.row-label { font-size: .74rem; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: .3rem; }
.tiles { display: flex; flex-wrap: wrap; gap: 2px; }
.t {
  width: var(--tw); aspect-ratio: 96 / 134; flex: 0 0 auto;
  background-image: var(--sheet); background-repeat: no-repeat;
  background-size: calc(var(--tw) * 34) 100%;
  background-position: calc(var(--i) * var(--tw) * -1) 0;
  border-radius: calc(var(--tw) * .1);
  transition: transform .42s var(--ease), box-shadow .42s var(--ease), filter .42s var(--ease);
}
.t.slot { background-image: none; background: color-mix(in srgb, var(--felt-edge) 45%, transparent); border: 1px dashed color-mix(in srgb, var(--gold-dark) 40%, transparent); }
.t.out { opacity: .28; filter: grayscale(.6); }
.t.in  { transform: translateY(-16%) scale(1.09); box-shadow: 0 0 0 2px var(--glow), 0 10px 22px rgba(0,0,0,.5); z-index: 2; }
.t.grp { box-shadow: 0 0 0 2px var(--g, var(--glow)); }
.board.won .t.grp { animation: lift .5s var(--ease) both; }
@keyframes lift { from { transform: translateY(0); } 60% { transform: translateY(-14%); } to { transform: translateY(0); } }

.board-bar { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem; margin-top: 1.1rem; padding-top: .9rem; border-top: 1px solid color-mix(in srgb, var(--gold-dark) 26%, transparent); }
.step-txt { flex: 1 1 14rem; font-size: .93rem; color: var(--ink-soft); min-height: 1.72em; }
.step-n { font-variant-numeric: tabular-nums; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-dim); }
.btn {
  font: inherit; font-size: .92rem; cursor: pointer;
  padding: .5rem 1.15rem; border-radius: 999px;
  color: var(--felt-edge); background: var(--gold); border: 0;
}
.btn:hover { background: var(--gold-bright); }
.won-flag { color: var(--glow); font-size: .95rem; opacity: 0; transition: opacity .5s var(--ease); }
.board.won .won-flag { opacity: 1; }

/* alternating bands */
.band { display: grid; gap: clamp(1.4rem, 4vw, 3rem); align-items: center; grid-template-columns: 1fr; }
@media (min-width: 860px) {
  .band { grid-template-columns: 1fr 1fr; }
  .band.alt .band-txt { order: 2; }
}
.band ul { margin-top: 1.1rem; display: grid; gap: .8rem; }
.band li { position: relative; padding-left: 1.4rem; color: var(--ink-soft); }
.band li::before { content: "◆"; position: absolute; left: 0; top: .05em; color: var(--gold-dark); font-size: .78em; }
.band-img img { border-radius: var(--r); box-shadow: 0 20px 46px rgba(0,0,0,.42); }

/* learn */
.learn { display: grid; gap: clamp(1.4rem, 4vw, 2.6rem); }
@media (min-width: 860px) { .learn { grid-template-columns: 1fr 1.15fr; align-items: center; } }
.learn p { margin-top: 1rem; color: var(--ink-soft); }
.learn-shots { display: grid; gap: .9rem; }
.learn-shots img { border-radius: 10px; box-shadow: 0 14px 34px rgba(0,0,0,.4); }

/* gallery */
.gallery .hint { color: var(--ink-dim); font-size: .88rem; margin-top: .4rem; }
.rail {
  display: grid; grid-auto-flow: column; grid-auto-columns: min(84vw, 620px);
  gap: 1rem; margin-top: 1.4rem; padding-bottom: 1rem;
  overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain;
  scrollbar-color: var(--gold-dark) transparent;
}
.rail figure { scroll-snap-align: center; }
.rail img { border-radius: 10px; box-shadow: 0 16px 38px rgba(0,0,0,.45); }

/* price */
.price { max-width: 46rem; }
.price p { margin-top: 1rem; color: var(--ink-soft); font-size: 1.05rem; }

/* languages */
.lang-row { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.2rem; }
.lang-row a {
  padding: .42rem .95rem; border-radius: 999px; text-decoration: none; font-size: .93rem;
  color: var(--ink-soft); border: 1px solid color-mix(in srgb, var(--gold-dark) 40%, transparent);
}
.lang-row a:hover, .lang-row a.on { color: var(--gold-bright); border-color: var(--gold); }

/* faq */
.faq { max-width: 46rem; }
.faq details {
  border-bottom: 1px solid color-mix(in srgb, var(--gold-dark) 26%, transparent);
}
.faq summary { cursor: pointer; padding: 1.05rem 0; color: var(--ink); font-weight: 500; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); flex: 0 0 auto; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding-bottom: 1.05rem; color: var(--ink-soft); }
.faq .more { margin-top: 1.4rem; font-size: .93rem; }

/* footer */
footer { width: var(--w); margin: clamp(3.5rem, 9vh, 5.5rem) auto clamp(2.5rem, 6vh, 4rem); padding-top: 1.6rem; border-top: 1px solid color-mix(in srgb, var(--gold-dark) 30%, transparent); }
footer nav { display: flex; flex-wrap: wrap; gap: 1.3rem; font-size: .93rem; }
footer nav a { color: var(--ink-soft); text-decoration: none; }
footer nav a:hover { color: var(--gold-bright); }
.legal, .copy { margin-top: 1.1rem; font-size: .78rem; color: var(--ink-dim); line-height: 1.6; max-width: 44rem; }

/* press page */
.press { width: var(--w); margin-inline: auto; max-width: 52rem; }
.press h1 { font-size: clamp(1.9rem, 5vw, 2.8rem); color: var(--gold-bright); margin: 2.5rem 0 .4rem; }
.press h2 { margin: 2.4rem 0 .7rem; font-size: 1.3rem; }
.press dl { display: grid; grid-template-columns: max-content 1fr; gap: .45rem 1.4rem; font-size: .95rem; }
.press dt { color: var(--ink-dim); }
.press ul { display: grid; gap: .55rem; }
.press li { padding-left: 1.3rem; position: relative; color: var(--ink-soft); }
.press li::before { content: "◆"; position: absolute; left: 0; color: var(--gold-dark); font-size: .78em; top: .05em; }
.press .quotebox { margin-top: .8rem; padding: 1rem 1.2rem; border-left: 2px solid var(--gold-dark); background: color-mix(in srgb, var(--felt-deep) 70%, transparent); border-radius: 0 8px 8px 0; color: var(--ink-soft); font-size: .95rem; }

/* ---------------------------------------------------------------- /learn */
/* Static tile strips reuse the demo's sprite. The url() resolves against THIS
   stylesheet, which is why it can be relative here but must be root-absolute
   when the same custom property is handed in from JS. */
.tilerow {
  --sheet: url("tiles.webp");
  --tw: clamp(24px, calc((100vw - 5rem) / 15), 46px);
  display: flex; flex-wrap: wrap; gap: 2px; margin: .9rem 0;
}
.tilerow.big { --tw: clamp(21px, calc((100vw - 5rem) / 15), 54px); }

.learn-page { width: var(--w); margin-inline: auto; max-width: 54rem; }
.learn-page h1 { font-size: clamp(2rem, 6vw, 3rem); color: var(--gold-bright); margin: 2.6rem 0 .6rem; }
.learn-page .lede { font-size: 1.1rem; color: var(--ink-soft); max-width: 42rem; }
.learn-page > section { margin: clamp(2.6rem, 7vh, 4rem) 0; }
.learn-page > section > p { color: var(--ink-soft); margin-top: .8rem; max-width: 42rem; }
.learn-page h2 { margin-bottom: .3rem; }
.learn-page .rule {
  margin-top: .9rem; padding: .85rem 1.1rem; border-left: 2px solid var(--gold);
  background: color-mix(in srgb, var(--felt-deep) 70%, transparent);
  border-radius: 0 8px 8px 0; color: var(--ink); font-size: 1.02rem;
}
.suits, .grps { display: grid; gap: 1.4rem; margin-top: 1.4rem; }
@media (min-width: 720px) { .grps { grid-template-columns: repeat(3, 1fr); } }
.suit h3, .grp-ex h3 { font-size: .96rem; color: var(--gold); letter-spacing: .05em; }
.learn-page .more { margin-top: 1.4rem; }
.learn-page .cta {
  padding: 1.6rem; border-radius: var(--r);
  border: 1px solid color-mix(in srgb, var(--gold-dark) 40%, transparent);
  background: radial-gradient(120% 100% at 0% 0%, var(--felt-mid) 0%, var(--felt-deep) 70%);
}

/* yaku reference */
.yaku-page h2.tier {
  margin: 2.6rem 0 1rem; padding-bottom: .5rem; font-size: 1.1rem; color: var(--gold);
  letter-spacing: .12em; text-transform: uppercase;
  border-bottom: 1px solid color-mix(in srgb, var(--gold-dark) 40%, transparent);
}
.yaku { padding: 1rem 0; border-bottom: 1px solid color-mix(in srgb, var(--gold-dark) 18%, transparent); }
.yaku-h { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.yaku-h h3 { font-size: 1.1rem; color: var(--ink); }
.yaku .fan { font-size: .84rem; color: var(--gold); white-space: nowrap; font-variant-numeric: tabular-nums; }
.yaku .tick { color: var(--glow); font-size: .8em; }
.yaku .noex { margin-top: .6rem; font-size: .9rem; color: var(--ink-dim); }
.yaku .tilerow { margin: .7rem 0 .2rem; }
.verified-note { margin-top: 2rem; font-size: .88rem; color: var(--ink-dim); }
.yaku-rule { margin-top: .35rem; color: var(--ink-soft); font-size: .96rem; max-width: 44rem; }

/* wait shapes */
.waits { display: grid; gap: 1.3rem; margin-top: 1.4rem; }
@media (min-width: 760px) { .waits { grid-template-columns: 1fr 1fr; gap: 1.6rem 2.4rem; } }
.wait-txt { color: var(--ink-soft); font-size: .96rem; }
.wait-row { display: flex; align-items: center; flex-wrap: wrap; gap: .55rem; }
.wait-row .tilerow { margin: .5rem 0; }
.tilerow.sm { --tw: clamp(26px, 6vw, 42px); }
.wait-row .arrow { color: var(--gold-dark); }
.wait-lbl { font-size: .8rem; color: var(--ink-dim); }

/* quiz */
.quiz #quiz { margin-top: 1.2rem; }
.quiz-bar { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; margin-top: .9rem; }
.btn.ghost { background: transparent; color: var(--ink); border: 1px solid var(--gold-dark); }
.btn.ghost:hover:not(:disabled) { background: var(--felt-mid); color: var(--gold-bright); }
.btn:disabled { opacity: .45; cursor: default; }
.quiz-score { margin-left: auto; font-size: .84rem; color: var(--ink-dim); font-variant-numeric: tabular-nums; }
.quiz-verdict { margin-top: .7rem; min-height: 1.6em; font-size: .96rem; }
.quiz-verdict.ok { color: var(--glow); }
.quiz-verdict.no { color: #E2A0B8; }
.yaku-tip {
  margin-top: .7rem; padding: .6rem .85rem; border-radius: 8px;
  background: color-mix(in srgb, var(--felt-deep) 62%, transparent);
  border-left: 2px solid color-mix(in srgb, var(--gold-dark) 70%, transparent);
  color: var(--ink-soft); font-size: .92rem; max-width: 46rem;
}
.tip-k { color: var(--gold); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; margin-right: .5rem; }

/* ---------------------------------------------------------------- film */
.film .reel {
  width: 100%; border-radius: var(--r); display: block;
  box-shadow: 0 26px 60px rgba(0,0,0,.5);
  border: 1px solid color-mix(in srgb, var(--gold-dark) 30%, transparent);
  background: var(--felt-deep);
}
/* The loop is decoration for anyone who asked not to see motion — freeze it
   rather than autoplay. The poster still shows what the game looks like. */
@media (prefers-reduced-motion: reduce) { .film .reel { display: none; } }
.film .yt { margin-top: 1rem; }
.yt-btn {
  font: inherit; font-size: .95rem; cursor: pointer;
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .55rem 1.2rem; border-radius: 999px;
  color: var(--ink); background: transparent;
  border: 1px solid color-mix(in srgb, var(--gold-dark) 60%, transparent);
}
.yt-btn:hover { color: var(--gold-bright); border-color: var(--gold); background: color-mix(in srgb, var(--felt-mid) 60%, transparent); }
.yt-play { color: var(--gold); font-size: .8em; }
.yt.on { position: relative; aspect-ratio: 16/9; }
.yt.on iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: var(--r); }

/* 法務頁(privacy / support):九語疊一頁,錨點跳轉 */
.legal .langnav { margin: .8rem 0 2.2rem; color: var(--ink-dim); font-size: .92rem; line-height: 2; }
.legal .langnav a { color: var(--gold-dark); text-decoration: none; }
.legal .langnav a:hover { color: var(--gold-bright); text-decoration: underline; }
.legal section { margin: 3rem 0; padding-top: 1.4rem; border-top: 1px solid rgba(212,175,55,.22); scroll-margin-top: 5rem; }
.legal section h2 { color: var(--gold-bright); font-size: 1.45rem; }
.legal section h3 { margin: 1.7rem 0 .5rem; font-size: 1.05rem; color: var(--ink); }
.legal section p { margin: .7rem 0; color: var(--ink-soft); }
.legal section a { color: var(--gold-dark); overflow-wrap: anywhere; }
.legal .ink-dim { color: var(--ink-dim); font-weight: 400; font-size: .82em; }
