@font-face {
  font-family: "Luckiest Guy";
  src: url("/fonts/Luckiest_Guy/LuckiestGuy-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Pangolin";
  src: url("/fonts/Pangolin/Pangolin-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Coming Soon";
  src: url("/fonts/Coming_Soon/ComingSoon-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}
:root {
  color-scheme: light;
  font-family: "Pangolin", cursive;
  line-height: 1.6;
  font-weight: 400;
  background: #f4eadb;
  color: #2c3142;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jodygates-light {
  --font-display: "Luckiest Guy", cursive;
  --font-heading: "Luckiest Guy", cursive;
  --font-body: "Pangolin", cursive;
  --font-label: "Coming Soon", cursive;
  --display-baseline-shift: 0.09em;
  --mode-praxis: #4a8c67;
  --mode-arete: #3670ae;
  --mode-gnosis: #7a6b8a;
  --mode-communis: #a07d20;
  --mode-soma: #c47a3e;
  --mode-eros: #b23a2f;
  --chrome-text: #f6f1e8;
  --canvas: #f4eadb;
  --surface: #fffaf1;
  --surface-alt: #e9edf3;
  --surface-warm: #eadfce;
  --border-soft: #ccb7a6;
  --border-strong: #8f93a9;
  --ink: #2c3142;
  --ink-muted: #66708a;
  --reverse: #f6f1e8;
  --primary: #3670ae;
  --secondary: #9b8c9f;
  --tertiary: #daae3b;
  --accent: #ce814b;
  --highlight: #f2c968;
  --thread: #914a3d;
  --chrome: #233048;
  --shadow-card: 0 18px 42px rgba(35, 48, 72, 0.14);
  --shadow-soft: 0 10px 26px rgba(35, 48, 72, 0.1);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --page-width: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--font-body);
  background:
    linear-gradient(115deg, rgba(54, 112, 174, 0.13), transparent 34%),
    linear-gradient(250deg, rgba(218, 174, 59, 0.18), transparent 31%),
    linear-gradient(180deg, rgba(255, 250, 241, 0.92), rgba(244, 234, 219, 0.96));
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.13;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(35, 48, 72, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 48, 72, 0.15) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, black, transparent 84%);
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--highlight); outline-offset: 4px; }
.site-shell { min-height: 100vh; }
.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: var(--radius-sm);
  padding: 0.7rem 0.9rem;
  background: var(--chrome);
  color: var(--reverse);
  font-weight: 400;
}
.skip-link:focus { transform: translateY(0); }
/* ===================== ANNOUNCEMENT BAR ===================== */
.section-announce {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.9rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background: var(--chrome);
  color: var(--chrome-text);
  font-family: var(--font-label);
  font-size: 0.86rem;
  letter-spacing: 0.01em;
  border-bottom: 3px solid var(--accent);
}
.section-announce .ms { font-size: 1.1rem; color: var(--highlight); vertical-align: -0.18em; letter-spacing: normal; display: inline-block; font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24; }
.section-announce .tag { color: var(--highlight); }
.section-announce .announce-message { color: var(--reverse); }
.section-announce a { color: var(--highlight); text-decoration: underline; text-underline-offset: 0.18em; }
/* ===================== HEADER ===================== */
.site-header {
  position: sticky;
  top: 38px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.85rem max(1rem, calc((100vw - var(--page-width)) / 2));
  border-bottom: 1px solid color-mix(in srgb, var(--border-soft) 70%, transparent);
  background: color-mix(in srgb, var(--surface) 88%, white);
  backdrop-filter: blur(18px);
}
.brand-lockup { display: grid; gap: 0.12rem; min-width: fit-content; text-decoration: none; }
.brand-lockup .brand-name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.78rem;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--primary);
  position: relative;
  top: var(--display-baseline-shift);
}
.brand-lockup .brand-name em { font-style: normal; color: var(--thread); }
.brand-lockup small {
  font-family: var(--font-label);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-size: 0.78rem;
}
.site-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.2rem; }
.site-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  border-radius: 999px;
  padding: 0.48rem 0.7rem;
  color: color-mix(in srgb, var(--ink) 80%, var(--primary));
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.02rem;
  text-decoration: none;
}
.site-nav a .material-symbols-rounded { font-size: 1.15rem; }
.site-nav a:hover, .site-nav a:focus-visible { background: color-mix(in srgb, var(--primary) 12%, white); color: var(--primary); }
main { width: min(var(--page-width), calc(100vw - 2rem)); margin-inline: auto; }
/* ===================== TYPE ===================== */
.eyebrow, .meta-label, .hero-signal, .brand-lockup small {
  font-family: var(--font-label);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; }
h1 {
  max-width: 14ch;
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 0.95;
  color: var(--primary);
  text-transform: uppercase;
  position: relative;
  top: var(--display-baseline-shift);
}
h2, h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  top: var(--display-baseline-shift);
}
h2 { margin-bottom: 0; font-size: 2.7rem; line-height: 1.0; color: var(--ink); display: flex; align-items: center; gap: 0.6rem; }
h2 .section-icon { position: relative; top: calc(-1 * var(--display-baseline-shift)); font-size: 2.1rem; }
h3 { margin-bottom: 0.55rem; font-size: 1.45rem; line-height: 1.0; color: var(--ink); }
/* Colored words inside headers (non-italic em). */
h1 em, h2 em, h3 em { font-style: normal; }
.pop-accent { color: var(--accent) !important; }
.pop-thread { color: var(--thread) !important; }
p { margin-top: 0; margin-bottom: 0; line-height: 1.7; }
.eyebrow { margin: 0; color: var(--thread); font-size: 0.86rem; }
/* ===================== CONTENT-TYPE ICON BADGE ===================== */
.type-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: var(--radius-sm);
  flex-shrink: 0;
}
/* ===================== HERO ===================== */
.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.7fr);
  gap: 2.5rem;
  align-items: center;
  min-height: auto;
  padding: 2.25rem 0 2.75rem;
}
.hero-copy { display: grid; gap: 1rem; }
.hero-lede { color: var(--ink-muted); font-size: 1.18rem; line-height: 1.7; }
.hero-signal {
  width: fit-content;
  border-left: 6px solid var(--tertiary);
  padding: 0.55rem 0.8rem;
  background: color-mix(in srgb, var(--surface) 82%, white);
  color: var(--chrome);
  font-size: 0.84rem;
  box-shadow: var(--shadow-soft);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 0.25rem; }
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.74rem 1.2rem;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.05rem;
  text-decoration: none;
}
.button .material-symbols-rounded { font-size: 1.2rem; }
.button-primary { background: var(--primary); color: var(--reverse); box-shadow: 0 14px 34px rgba(54, 112, 174, 0.22); }
.button-secondary {
  border-color: color-mix(in srgb, var(--primary) 42%, var(--border-soft));
  background: color-mix(in srgb, var(--surface) 68%, white);
  color: var(--primary);
}
.button:hover { transform: translateY(-2px); }
.hero-figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid color-mix(in srgb, var(--border-soft) 76%, white);
  border-radius: var(--radius-lg);
  padding: 0.75rem;
  background: color-mix(in srgb, var(--surface) 86%, white);
  box-shadow: var(--shadow-card);
}
.hero-figure::before { content: ""; position: absolute; inset: 1.4rem -0.7rem auto auto; width: 42%; height: 5px; background: var(--accent); }
.hero-figure img { width: 100%; aspect-ratio: 4 / 5; border-radius: calc(var(--radius-lg) - 8px); object-fit: cover; background: var(--surface-alt); }
.hero-figure figcaption { padding: 0.85rem 0.4rem 0.15rem; color: var(--ink-muted); font-size: 0.98rem; }
/* ===================== SECTIONS ===================== */
.section-band {
  scroll-margin-top: 6rem;
  padding: 4.25rem 0;
  border-top: 1px solid color-mix(in srgb, var(--border-soft) 70%, transparent);
}
/* Open Tabs */
.open-tabs-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr); gap: 1rem; }
/* Workbench */
.workbench-section {
  margin-inline: calc(50% - 50vw);
  padding: 4.25rem max(1rem, calc((100vw - var(--page-width)) / 2));
  background: linear-gradient(90deg, rgba(35, 48, 72, 0.05), transparent 34%), color-mix(in srgb, var(--surface-alt) 72%, white);
}
.workbench-inner { width: min(var(--page-width), calc(100vw - 2rem)); margin-inline: auto; }
.workbench-stack { display: grid; gap: 0.85rem; margin-top: 0.5rem; }
.workbench-item {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  border-top: 2px solid color-mix(in srgb, var(--chrome) 34%, transparent);
  padding: 1.3rem 0;
}
.workbench-item h3 { font-size: 1.5rem; margin-top: 0.45rem; }
.workbench-item p { color: var(--ink-muted); font-size: 0.98rem; }
.workbench-item .item-head { display: flex; align-items: center; gap: 0.55rem; }
/* Showroom */
.showroom-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.card-icon {
  display: grid;
  width: 3.1rem;
  height: 3.1rem;
  margin-bottom: 0.4rem;
  place-items: center;
  border-radius: 999px;
  background: var(--mode-praxis);
  color: var(--reverse);
}
.card-icon .material-symbols-rounded { font-size: 1.7rem; }
/* Card base color follows the card's Mode: faint tint + mode title + mode left edge + mode icon. */
.card-mode-arete    { background: color-mix(in srgb, var(--mode-arete) 9%, var(--surface));     border-color: color-mix(in srgb, var(--mode-arete) 30%, var(--border-soft));    border-left-color: var(--mode-arete); }
.card-mode-praxis   { background: color-mix(in srgb, var(--mode-praxis) 9%, var(--surface));    border-color: color-mix(in srgb, var(--mode-praxis) 30%, var(--border-soft));   border-left-color: var(--mode-praxis); }
.card-mode-gnosis   { background: color-mix(in srgb, var(--mode-gnosis) 9%, var(--surface));    border-color: color-mix(in srgb, var(--mode-gnosis) 30%, var(--border-soft));   border-left-color: var(--mode-gnosis); }
.card-mode-communis { background: color-mix(in srgb, var(--mode-communis) 12%, var(--surface)); border-color: color-mix(in srgb, var(--mode-communis) 32%, var(--border-soft)); border-left-color: var(--mode-communis); }
.card-mode-soma     { background: color-mix(in srgb, var(--mode-soma) 9%, var(--surface));      border-color: color-mix(in srgb, var(--mode-soma) 30%, var(--border-soft));     border-left-color: var(--mode-soma); }
.card-mode-arete h3    { color: var(--mode-arete); }
.card-mode-praxis h3   { color: var(--mode-praxis); }
.card-mode-gnosis h3   { color: var(--mode-gnosis); }
.card-mode-communis h3 { color: var(--mode-communis); }
.card-mode-soma h3     { color: var(--mode-soma); }
.card-mode-arete .card-icon    { background: var(--mode-arete); }
.card-mode-praxis .card-icon   { background: var(--mode-praxis); }
.card-mode-gnosis .card-icon   { background: var(--mode-gnosis); }
.card-mode-communis .card-icon { background: var(--mode-communis); }
.card-mode-soma .card-icon     { background: var(--mode-soma); }
/* Bulletin Board */
.board-section { padding-bottom: 5rem; }
.board-list { display: grid; border-top: 2px solid var(--chrome); margin-top: 0.5rem; }
.board-row {
  display: grid;
  grid-template-columns: 2.5rem minmax(180px, 0.5fr) minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--border-soft) 80%, transparent);
  text-decoration: none;
}
.board-row:hover { color: var(--primary); }
.board-row .meta-label { font-size: 0.74rem; }
.board-row strong { font-size: 1.18rem; font-weight: 400; }
.board-row > span:last-child { color: var(--ink-muted); font-size: 0.98rem; text-align: right; }
/* ===================== FOOTER ===================== */
.tool-footer {
  margin-top: 4rem;
  border-top: 3px solid var(--accent);
  background: var(--chrome);
  color: var(--chrome-text);
  padding: 2.75rem 1.5rem 1.25rem;
}
.tool-footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(300px, 1.35fr) minmax(220px, 0.75fr);
  gap: 2rem;
  align-items: start;
  max-width: var(--page-width);
  margin: 0 auto;
}
.tool-footer-kicker {
  margin-bottom: 0.35rem;
  color: var(--highlight);
  font-family: var(--font-label);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tool-footer-brand h2 { margin: 0.25rem 0 0.65rem; color: var(--reverse); font-family: var(--font-display); font-size: 3.3rem; font-weight: 400; line-height: 1.0; position: relative; top: var(--display-baseline-shift); }
.tool-footer-brand h2 em { font-style: normal; color: var(--highlight); }
.tool-footer-brand p, .tool-footer-context p { margin: 0; font-size: 1.04rem; line-height: 1.55; }
.tool-footer-context { border-left: 1px solid color-mix(in srgb, var(--chrome-text) 24%, transparent); padding-left: 1.5rem; }
.tool-footer-context strong { color: var(--reverse); font-weight: 400; }
.tool-footer-note { margin-top: 0.9rem; color: color-mix(in srgb, var(--chrome-text) 72%, transparent); font-size: 0.95rem; }
.tool-footer-action { display: grid; gap: 0.7rem; justify-items: start; }
.footer-book {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  justify-content: center;
  border-radius: 999px;
  padding: 0.7rem 1.2rem;
  background: var(--reverse);
  color: var(--chrome);
  font-family: var(--font-body);
  font-size: 1.0rem;
  text-decoration: none;
  transition: transform 160ms ease;
}
.footer-book:hover { transform: translateY(-1px); }
.footer-book .material-symbols-rounded { font-size: 1.2rem; }
/* Pure-links bottom rows */
.footer-links {
  max-width: var(--page-width);
  margin: 2.25rem auto 0;
  border-top: 1px solid color-mix(in srgb, var(--chrome-text) 18%, transparent);
  padding-top: 1.5rem;
  display: grid;
  gap: 0.8rem;
}
.footer-link-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 1.1rem; }
.footer-link-label {
  font-family: var(--font-label);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--chrome-text) 45%, transparent);
  min-width: 8.5rem;
}
.footer-link-row a { color: var(--chrome-text); font-size: 1.0rem; text-decoration: none; opacity: 0.92; transition: color 140ms ease; }
.footer-link-row a:hover { color: var(--highlight); }
.tool-footer-bottom {
  max-width: var(--page-width);
  margin: 1.5rem auto 0;
  border-top: 1px solid color-mix(in srgb, var(--chrome-text) 12%, transparent);
  padding-top: 1rem;
  color: color-mix(in srgb, var(--chrome-text) 68%, transparent);
  font-size: 0.92rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
/* ===================== RESPONSIVE ===================== */
@media (max-width: 980px) {
  .hero-section, .open-tabs-grid, .showroom-grid { grid-template-columns: 1fr; }
.hero-section { min-height: auto; padding: 3rem 0 4.5rem; }
h1 { font-size: 3.6rem; }
h2 { font-size: 2.3rem; }
.workbench-item { grid-template-columns: 2.2rem minmax(0, 1fr); }
.workbench-item a { grid-column: 2; margin-top: 0.4rem; }
.tool-footer-inner { grid-template-columns: 1fr; gap: 1.45rem; }
.tool-footer-context { border-left: 0; border-top: 1px solid color-mix(in srgb, var(--chrome-text) 18%, transparent); padding-top: 1.25rem; padding-left: 0; }
.footer-link-label { min-width: 100%; }
}
@media (max-width: 620px) {
  .site-header { flex-direction: column; align-items: start; gap: 0.5rem; }
.site-nav { justify-content: start; }
h1 { font-size: 2.7rem; }
h2 { font-size: 1.95rem; }
h2 .section-icon { font-size: 1.6rem; }
.hero-actions { flex-direction: column; }
.button { width: 100%; }
.hero-figure img { aspect-ratio: 16 / 9; }
.workbench-item { grid-template-columns: 1fr; gap: 0.45rem; }
.workbench-item a { grid-column: auto; }
.board-row { grid-template-columns: 1fr; gap: 0.3rem; }
.board-row > span:last-child { text-align: left; }
}



/* ── Engine-migration overrides ─────────────────────────────────────────────
   cms.css ships chrome styles for the prototype's own demo pages (.site-header nav a,
   dark-chrome header). This site's chrome is styled above; these re-assertions win the
   specificity contest against cms.css without touching the shared engine styles. */
.site-header .site-nav { margin-left: auto; font-family: var(--font-body); text-transform: none; font-size: 1.02rem; letter-spacing: normal; gap: 0.2rem; }
.site-header .site-nav a {
  color: color-mix(in srgb, var(--ink) 80%, var(--primary));
  opacity: 1;
  font-size: 1.02rem;
}
.site-header .site-nav a:hover,
.site-header .site-nav a:focus-visible { background: color-mix(in srgb, var(--primary) 12%, white); color: var(--primary); opacity: 1; }

/* ── Engine-migration round 2 (Jody's design review, 2026-07-02) ──────────── */

/* Badge glyphs: the injected accent CSS gives badges a solid accent background; the old
   React badge rules above set the glyph to the mode color (invisible on solid). Re-assert
   the engine contract: light glyph on solid badge. */
.site-shell .card .type-badge { color: var(--reverse-text); background: var(--band, var(--primary)); }

/* DES-1 (2026-07-08): the eros override is retired — tokens.js --accent-eros now IS #b23a2f,
   so the engine's own generated .callout-eros/.pop-eros/.title-mode-eros/.mode-eros rules
   (matrices.js accentCss, all keyed off --accent-eros) already match. Resolves the standing
   token-drift flag. --mode-eros itself is left in the sibling --mode-* legacy block above
   (out of scope this round; not read by anything else). */

/* Sections carry their own tint, full-bleed (not just a divider between them). */
.section-band { padding: 2.6rem 1.4rem; border-radius: 0; }
.section-band[data-mode] { box-shadow: 0 0 0 100vmax var(--band-bg, transparent); clip-path: inset(0 -100vmax); background: var(--band-bg, transparent); }
.section-band[data-mode='gnosis'] { --band-bg: color-mix(in srgb, var(--accent-gnosis) 7%, var(--canvas)); }
.section-band[data-mode='arete'] { --band-bg: color-mix(in srgb, var(--accent-arete) 6%, var(--canvas)); }
.section-band[data-mode='praxis'] { --band-bg: color-mix(in srgb, var(--accent-praxis) 6%, var(--canvas)); }

/* Open Tabs: the stack of compact cards fills the featured card's height. */
.lay-feature-stack { align-items: stretch; }
.fs-stack { display: grid; gap: 14px; grid-auto-rows: 1fr; align-content: stretch; }
.fs-stack .card { height: 100%; }

/* Wide workbench rows breathe a little more than grid cards. */
.lay-wide-stack .card-wide { padding: 20px 22px; }
.lay-wide-stack .card-description { max-width: 70ch; }

/* ── Round 3 (2026-07-02): section heading scale + icon-variant compatibility ── */
.site-shell .section-title { font-size: 2.7rem; }
.site-shell .section-title .ms.section-icon { font-size: 2.1rem; }
@media (max-width: 720px) {
  .site-shell .section-title { font-size: 1.95rem; }
  .site-shell .section-title .ms.section-icon { font-size: 1.6rem; }
}
.site-shell .section-title .ms.section-icon { vertical-align: -0.1em; margin-right: 0.35rem; }
.site-shell .card .type-badge.ib-none { background: none; color: var(--band, var(--ink)); width: auto; height: auto; font-size: 1.5rem; }
.site-shell .card .type-badge.ib-none .ms { font-size: 1.6rem; }
.site-shell .card .type-badge.ib-light { background: color-mix(in srgb, var(--band, var(--primary)) 15%, var(--surface)); color: var(--band, var(--primary)); }
.site-shell .cm-stacked .type-badge { width: 44px; height: 44px; }
.site-shell .cm-stacked .type-badge .ms { font-size: 24px; }

.site-shell .section-heading .eyebrow { font-size: 1.12rem; }
