@import url('fonts.css?v=20260719c');

/* ============================================================
   Mongolia Mining Company — "Assay"
   Design system derived from the MMC mark: a gold Didone
   monogram (Soyombo-stemmed M) on textured slate.
   Palette + typography sampled directly from the logo.
   ============================================================ */

/* ---------- tokens ---------- */
:root {
  /* warm slate, sampled from the logo field (#1D1A19) */
  --bg:        #100E0D;
  --bg-2:      #171413;
  --bg-3:      #1F1B18;
  --bg-4:      #2A2421;

  --ink:       #EFE9DE;
  --ink-dim:   #A79C8C;
  --ink-faint: #726A5E;

  /* metallic gold, sampled from the logo letterforms */
  --gold-hi:   #F3E4B6;
  --gold:      #C9A85C;
  --gold-deep: #8A6E2F;
  --gold-metal: linear-gradient(168deg, #F7EBC6 0%, #E0C782 26%, #C9A85C 52%, #A2823C 76%, #7E6329 100%);

  --accent:      var(--gold);
  --accent-soft: rgba(201, 168, 92, 0.13);
  --accent-line: rgba(201, 168, 92, 0.32);

  --rule:      rgba(239, 233, 222, 0.10);
  --rule-soft: rgba(239, 233, 222, 0.05);

  --font-display: 'Bodoni Moda', 'Didot', 'Bodoni MT', Georgia, serif;
  --font-body:    'Jost', ui-sans-serif, 'Helvetica Neue', Arial, sans-serif;
  --font-mono:    'DM Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;

  --shell: 1180px;
  --measure: 68ch;

  --step: clamp(3.5rem, 8vw, 7rem);
  --gut: clamp(1.25rem, 4vw, 2.5rem);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- reset ---------- */
*, *::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; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.09rem);
  font-weight: 300;
  line-height: 1.72;
  letter-spacing: .004em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gold-hi); }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

/* atmosphere: warm gold bloom + fine grain, echoing the logo's field */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(122% 62% at 50% -12%, rgba(201,168,92,0.11), transparent 60%),
    radial-gradient(70% 44% at 88% 6%, rgba(138,110,47,0.07), transparent 62%);
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .19;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3'/%3E%3C/filter%3E%3Crect width='150' height='150' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}
#top, header, main, footer { position: relative; z-index: 1; }

/* ---------- a11y ---------- */
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--gold); color: #100E0D; padding: .7rem 1.1rem;
  font: 500 .78rem/1 var(--font-mono); letter-spacing: .08em; text-transform: uppercase;
}
.skip:focus { left: .5rem; top: .5rem; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px; }

/* ---------- layout ---------- */
.shell { width: min(100% - (var(--gut) * 2), var(--shell)); margin-inline: auto; }
.prose { max-width: var(--measure); }

/* ---------- type scale ----------
   Bodoni is a high-contrast Didone: it wants size, tight tracking and
   restrained weight. Body copy is Jost, a geometric sans. */
.display {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.9rem, 1.5rem + 6.4vw, 7rem);
  line-height: 0.95; letter-spacing: -0.021em;
  background: var(--gold-metal);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.h1 { font-family: var(--font-display); font-weight: 500; font-size: clamp(2.4rem, 1.4rem + 4.1vw, 4.7rem); line-height: 1.03; letter-spacing: -.019em; }
.h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.85rem, 1.25rem + 2.5vw, 3.1rem); line-height: 1.1; letter-spacing: -.015em; }
.h3 { font-family: var(--font-body); font-weight: 500; font-size: clamp(1.1rem, 1rem + .5vw, 1.35rem); line-height: 1.34; letter-spacing: .004em; }
.lede { font-size: clamp(1.08rem, 1rem + .6vw, 1.35rem); line-height: 1.6; color: var(--ink-dim); font-weight: 300; }

/* mono eyebrow */
.eyebrow {
  display: flex; align-items: center; gap: .75rem;
  font: 500 .7rem/1 var(--font-mono);
  letter-spacing: .2em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 1.2rem;
}
.eyebrow::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, var(--accent-line), transparent); }
.eyebrow--plain::after { display: none; }
.num { color: var(--ink-faint); }

/* ---------- strata rule ---------- */
.strata { border: 0; height: 5px; margin: 0; background: none; position: relative; }
.strata::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(var(--rule), var(--rule)) 0 0 / 100% 1px no-repeat,
    linear-gradient(var(--rule-soft), var(--rule-soft)) 0 3px / 100% 1px no-repeat;
}

/* ---------- header ---------- */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(16, 14, 13, 0.84);
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  border-bottom: 1px solid var(--rule);
}
.site-head__in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 76px; }

/* Brand lockup: the recovered MMC monogram (Soyombo-stemmed M) set beside
   the name in Bodoni. The original logo's own wordmark is too fine to read at
   header size, so the monogram carries the mark and live text carries the name. */
.brand { display: flex; align-items: center; gap: .85rem; text-decoration: none; color: var(--ink); }
.brand__mark {
  display: block; flex: none;
  /* the monogram is ~3.62:1 — the box must match or it renders tiny */
  height: clamp(34px, 4vw, 44px);
  aspect-ratio: 478 / 132;
  background: url('/assets/img/logo-mmc-monogram.png') no-repeat center;
  background-size: contain;
  border-radius: 0; box-shadow: none;
  transition: filter .3s var(--ease), transform .3s var(--ease);
}
.brand__mark::after { content: none; }
.brand:hover .brand__mark { filter: brightness(1.14) saturate(1.07); transform: translateY(-1px); }
.brand__txt { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.02rem, .9rem + .42vw, 1.28rem); letter-spacing: -.005em;
  background: var(--gold-metal); -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.brand__sub {
  font: 400 .58rem/1.5 var(--font-mono); letter-spacing: .26em;
  text-transform: uppercase; color: var(--ink-faint); margin-top: .18rem;
}
@media (max-width: 420px) { .brand__txt { display: none; } }

.nav-toggle {
  display: inline-flex; align-items: center; gap: .55rem; background: none; cursor: pointer;
  border: 1px solid var(--rule); color: var(--ink); border-radius: 2px; padding: .58rem .85rem;
  font: 500 .7rem/1 var(--font-mono); letter-spacing: .16em; text-transform: uppercase;
}
.nav-toggle:hover { border-color: var(--accent-line); color: var(--gold); }

.nav { display: flex; align-items: center; gap: .1rem; }
.nav a {
  display: block; padding: .5rem .78rem; text-decoration: none; color: var(--ink-dim);
  font-size: .88rem; font-weight: 400; letter-spacing: .015em; border-radius: 2px;
  transition: color .18s var(--ease), background .18s var(--ease);
}
.nav a:hover { color: var(--ink); background: rgba(239,233,222,.045); }
.nav a[aria-current="page"] { color: var(--gold); }
.nav a[aria-current="page"]::after {
  content: ""; display: block; height: 1px; margin-top: 4px; background: var(--gold-metal);
}

.nav__group { position: relative; }
.nav__panel {
  position: absolute; top: calc(100% + 9px); left: 0; min-width: 218px; padding: .4rem;
  background: var(--bg-2); border: 1px solid var(--rule); border-radius: 3px;
  box-shadow: 0 20px 48px rgba(0,0,0,.62);
  opacity: 0; visibility: hidden; transform: translateY(-5px);
  transition: opacity .18s var(--ease), transform .18s var(--ease), visibility .18s;
}
.nav__group:hover .nav__panel,
.nav__group:focus-within .nav__panel { opacity: 1; visibility: visible; transform: none; }
.nav__panel a { padding: .56rem .72rem; font-size: .86rem; }

@media (max-width: 900px) {
  .nav {
    position: absolute; inset: 100% 0 auto; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--bg-2); border-bottom: 1px solid var(--rule); padding: .6rem var(--gut) 1.1rem;
    display: none;
  }
  .nav[data-open="true"] { display: flex; }
  .nav a { padding: .74rem .2rem; border-bottom: 1px solid var(--rule-soft); font-size: .96rem; }
  .nav__panel {
    position: static; opacity: 1; visibility: visible; transform: none; min-width: 0;
    background: none; border: 0; box-shadow: none; padding: 0 0 0 1rem;
  }
  .nav__panel a { color: var(--ink-faint); }
}
@media (min-width: 901px) { .nav-toggle { display: none; } }

/* ---------- hero ---------- */
.hero { padding: clamp(4rem, 11vw, 8.5rem) 0 clamp(3rem, 7vw, 5rem); position: relative; overflow: hidden; }
.hero__strata { position: absolute; inset: 0; pointer-events: none; opacity: .55; }
.hero__strata span {
  position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--rule) 16%, var(--rule) 84%, transparent);
}
.hero__strata span:nth-child(1) { top: 22%; }
.hero__strata span:nth-child(2) { top: 38%; }
.hero__strata span:nth-child(3) { top: 54%; }
.hero__strata span:nth-child(4) { top: 67%; }
.hero__strata span:nth-child(5) { top: 78%; }
.hero__strata span:nth-child(6) { top: 87%; }
.hero__eyebrow { color: var(--gold); font: 500 .72rem/1 var(--font-mono); letter-spacing: .24em; text-transform: uppercase; margin-bottom: 1.7rem; }
.hero .display em { font-style: italic; }
.hero__lede { margin-top: 1.9rem; max-width: 54ch; }
.hero__cta { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: .8rem; }

.reveal { opacity: 0; transform: translateY(15px); animation: rise .9s var(--ease) forwards; }
.reveal:nth-child(1) { animation-delay: .05s; }
.reveal:nth-child(2) { animation-delay: .15s; }
.reveal:nth-child(3) { animation-delay: .25s; }
.reveal:nth-child(4) { animation-delay: .35s; }
.reveal:nth-child(5) { animation-delay: .45s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* hero logo plate — the full lockup with its original slate field */
.hero__plate {
  margin-top: clamp(2.5rem, 6vw, 4rem);
  border: 1px solid var(--rule); border-radius: 3px; overflow: hidden;
  background: var(--bg-2);
  box-shadow: 0 30px 70px rgba(0,0,0,.5);
}
.hero__plate img { width: 100%; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .6rem; text-decoration: none;
  padding: .85rem 1.55rem; border-radius: 2px; border: 1px solid transparent;
  background: var(--gold-metal); color: #14100A;
  font: 500 .76rem/1 var(--font-mono); letter-spacing: .14em; text-transform: uppercase;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), filter .18s var(--ease);
}
.btn:hover { color: #14100A; transform: translateY(-2px); filter: brightness(1.07); box-shadow: 0 12px 30px rgba(201,168,92,.26); }
.btn--ghost { background: none; color: var(--gold); border-color: var(--accent-line); }
.btn--ghost:hover { color: var(--gold-hi); background: var(--accent-soft); box-shadow: none; filter: none; }
.btn__arrow { transition: transform .18s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(3px); }

/* ---------- sections ---------- */
.section { padding: var(--step) 0; }
.section--tight { padding: clamp(2.4rem, 5vw, 3.6rem) 0; }
.section--panel { background: var(--bg-2); border-block: 1px solid var(--rule); }
.section__head { margin-bottom: clamp(2rem, 4vw, 3rem); }
.section__head .h2 { max-width: 22ch; }
.section__head .lede { margin-top: 1.15rem; max-width: 60ch; }

.split { display: grid; gap: clamp(1.6rem, 4vw, 3.4rem); }
@media (min-width: 900px) {
  .split { grid-template-columns: minmax(0, 250px) minmax(0, 1fr); }
  .split__aside { position: sticky; top: 104px; align-self: start; }
}

/* ---------- figures ---------- */
.figure { margin: 2rem 0; }
.figure img { width: 100%; border: 1px solid var(--rule); border-radius: 3px; background: var(--bg-3); }
.figure a { display: block; }
.figure a:hover img { border-color: var(--accent-line); }
.figure figcaption {
  margin-top: .72rem; font: 400 .72rem/1.55 var(--font-mono);
  letter-spacing: .05em; color: var(--ink-faint); text-transform: uppercase;
}
.figure-grid { display: grid; gap: 1.4rem; margin: 2rem 0; }
@media (min-width: 720px) { .figure-grid--2 { grid-template-columns: 1fr 1fr; } }
.figure-grid .figure { margin: 0; }

/* ---------- tables ---------- */
.table-wrap { overflow-x: auto; margin: 2rem 0; border: 1px solid var(--rule); border-radius: 3px; background: var(--bg-2); }
table { border-collapse: collapse; width: 100%; min-width: 460px; font-variant-numeric: tabular-nums; }
caption {
  text-align: left; padding: 1rem 1.15rem; border-bottom: 1px solid var(--rule);
  font: 500 .7rem/1.5 var(--font-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--gold);
}
th, td { padding: .74rem 1.15rem; text-align: left; border-bottom: 1px solid var(--rule-soft); font-size: .9rem; }
thead th {
  font: 500 .66rem/1.5 var(--font-mono); letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-faint); background: var(--bg-3); white-space: nowrap;
}
td + td, th + th { text-align: right; }
tbody tr:hover { background: rgba(239,233,222,.03); }
tbody tr:last-child td { border-bottom: 0; }
tbody tr.is-total td, tbody tr.is-total th { border-top: 1px solid var(--accent-line); font-weight: 500; color: var(--gold); }
td.num-cell { font-family: var(--font-mono); font-size: .83rem; }

/* ---------- cards ---------- */
.cards { display: grid; gap: 1.3rem; }
@media (min-width: 680px) { .cards--3 { grid-template-columns: repeat(3, 1fr); } .cards--2 { grid-template-columns: repeat(2, 1fr); } }
.card {
  background: var(--bg-2); border: 1px solid var(--rule); border-radius: 3px; padding: 1.7rem;
  transition: border-color .2s var(--ease), transform .2s var(--ease);
}
.card:hover { border-color: var(--accent-line); transform: translateY(-3px); }
.card__k { font: 500 .68rem/1 var(--font-mono); letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); }
.card h3 { margin: .85rem 0 .6rem; }
.card p { color: var(--ink-dim); font-size: .94rem; }

.linkcard {
  display: flex; flex-direction: column; text-decoration: none; color: inherit; overflow: hidden;
  background: var(--bg-2); border: 1px solid var(--rule); border-radius: 3px;
  transition: border-color .2s var(--ease), transform .2s var(--ease);
}
.linkcard:hover { border-color: var(--accent-line); transform: translateY(-3px); color: inherit; }
.linkcard__img { aspect-ratio: 16 / 10; background: var(--bg-3); overflow: hidden; }
.linkcard__img img { width: 100%; height: 100%; object-fit: contain; padding: 1.15rem; transition: transform .35s var(--ease); }
.linkcard:hover .linkcard__img img { transform: scale(1.04); }
.linkcard__body { padding: 1.25rem 1.45rem 1.45rem; }
.linkcard__body h3 { margin-bottom: .4rem; }
.linkcard__go { font: 500 .7rem/1 var(--font-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }

.tile { position: relative; border-radius: 3px; overflow: hidden; border: 1px solid var(--rule); }
.tile img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .45s var(--ease); }
.tile:hover img { transform: scale(1.05); }
.tile__cap {
  position: absolute; inset: auto 0 0; padding: 2.8rem 1.25rem 1rem;
  background: linear-gradient(transparent, rgba(16,14,13,.94));
  font-family: var(--font-display); font-weight: 500; font-size: 1.4rem; letter-spacing: -.01em;
}

/* ---------- team ---------- */
.team { display: grid; gap: 1.7rem; }
@media (min-width: 680px) { .team { grid-template-columns: repeat(3, 1fr); } }
.member img {
  width: 94px; height: 94px; border-radius: 50%; object-fit: cover;
  border: 1px solid var(--accent-line); filter: grayscale(1) contrast(1.04) sepia(.18);
  transition: filter .35s var(--ease);
}
.member:hover img { filter: none; }
.member h3 { margin: 1.05rem 0 .22rem; }
.member__role { font: 500 .69rem/1.5 var(--font-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.member__loc { color: var(--ink-faint); font-size: .88rem; margin-top: .3rem; }

/* ---------- stats ---------- */
.stats { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-radius: 3px; overflow: hidden; }
@media (min-width: 640px) { .stats--3 { grid-template-columns: repeat(3, 1fr); } }
.stat { background: var(--bg-2); padding: 1.75rem 1.5rem; }
.stat__v {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(2.1rem, 1.4rem + 2.6vw, 3.2rem); line-height: 1;
  background: var(--gold-metal); -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.stat__k { margin-top: .6rem; font: 400 .7rem/1.6 var(--font-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); }

/* ---------- contact ---------- */
.contact-grid { display: grid; gap: 1.7rem; }
@media (min-width: 720px) { .contact-grid { grid-template-columns: repeat(3, 1fr); } }
.contact-item__k { font: 500 .69rem/1 var(--font-mono); letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: .9rem; }
.contact-item p, .contact-item a { font-size: .97rem; }
.contact-item a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--accent-line); }
.contact-item a:hover { color: var(--gold); }

.embed { margin: 2rem 0; border: 1px solid var(--rule); border-radius: 3px; overflow: hidden; background: #fff; }
.embed iframe { display: block; width: 100%; border: 0; }

.pull {
  margin: 2.5rem 0; padding-left: 1.5rem; border-left: 2px solid transparent;
  border-image: var(--gold-metal) 1;
  font-family: var(--font-display); font-weight: 400; font-style: italic;
  font-size: clamp(1.35rem, 1.05rem + 1.2vw, 2rem);
  line-height: 1.3; color: var(--ink);
}

/* ---------- page head ---------- */
.page-head { padding: clamp(3.2rem, 8vw, 6rem) 0 clamp(1.8rem, 4vw, 3rem); border-bottom: 1px solid var(--rule); }
.page-head .lede { margin-top: 1.25rem; }
.page-head .h1 {
  background: var(--gold-metal); -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}

.crumb { font: 400 .7rem/1 var(--font-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 1.5rem; }
.crumb a { color: var(--ink-faint); text-decoration: none; }
.crumb a:hover { color: var(--gold); }
.crumb span { margin: 0 .5rem; opacity: .5; }

/* ---------- prose ---------- */
.prose h2 { margin: 2.7rem 0 1rem; }
.prose h3 { margin: 2rem 0 .8rem; }
.prose ul, .prose ol { padding-left: 1.3rem; margin: 0 0 1.15em; }
.prose li { margin-bottom: .55rem; }
.prose ol { counter-reset: c; list-style: none; padding-left: 0; }
.prose ol > li { counter-increment: c; position: relative; padding-left: 2.4rem; }
.prose ol > li::before {
  content: counter(c, decimal-leading-zero); position: absolute; left: 0; top: .2em;
  font: 500 .72rem/1 var(--font-mono); letter-spacing: .08em; color: var(--gold-deep);
}
.prose strong { color: var(--ink); font-weight: 500; }
.prose em { font-family: var(--font-display); font-style: italic; font-size: 1.07em; }

/* ---------- footer ---------- */
.site-foot { border-top: 1px solid var(--rule); background: var(--bg-2); padding: clamp(3rem, 6vw, 4.5rem) 0 2rem; margin-top: var(--step); }
.foot-grid { display: grid; gap: 2.3rem; }
@media (min-width: 780px) { .foot-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.foot-k { font: 500 .69rem/1 var(--font-mono); letter-spacing: .18em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 1.05rem; }
.foot-list { list-style: none; margin: 0; padding: 0; }
.foot-list li { margin-bottom: .58rem; }
.foot-list a { color: var(--ink-dim); text-decoration: none; font-size: .93rem; }
.foot-list a:hover { color: var(--gold); }
.foot-tag { font-family: var(--font-display); font-weight: 400; font-style: italic; font-size: 1.55rem; line-height: 1.3; max-width: 22ch; color: var(--ink); }
.foot-bot {
  margin-top: 2.9rem; padding-top: 1.45rem; border-top: 1px solid var(--rule);
  display: flex; flex-wrap: wrap; gap: .8rem; justify-content: space-between;
  font: 400 .72rem/1.6 var(--font-mono); color: var(--ink-faint); letter-spacing: .05em;
}
.foot-bot a { color: var(--ink-faint); text-decoration: none; }
.foot-bot a:hover { color: var(--gold); }

/* ---------- utility ---------- */
.stack > * + * { margin-top: 1.15em; }
.mt-l { margin-top: clamp(2rem, 4vw, 3rem); }
.center { text-align: center; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
