:root {
  --paper: #f7f3e8;
  --ink: #293e31;
  --muted: #66705e;
  --green: #344e3b;
  --line: #d8d7c7;
  --space: clamp(24px, 6vw, 96px);
  --display: Georgia, "Times New Roman", serif;
  --radius: 4px;
  --shadow: 0 15px 35px #293e3120;
  --time: 240ms;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    16px/1.65 Arial,
    Helvetica,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #ae631d;
  outline-offset: 6px;
}
p {
  margin: 0 0 24px;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.12;
  margin: 0 0 24px;
}
h1 {
  font-size: clamp(42px, 5.3vw, 78px);
  letter-spacing: -2.5px;
}
h2 {
  font-size: clamp(34px, 3.5vw, 51px);
  letter-spacing: -1.5px;
}
h3 {
  font-size: 25px;
}
em {
  color: #6a764b;
}
header {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--space);
  gap: 30px;
  border-bottom: 1px solid #e4e1d5;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font: 31px/1 var(--display);
}
.brand-icon {
  font-size: 53px;
  transform: rotate(-20deg);
}
.brand-small {
  display: block;
  font: 9px Arial;
  text-align: center;
  margin-top: 8px;
  letter-spacing: 3px;
}
nav {
  display: flex;
  gap: 35px;
  font-size: 13px;
}
nav a:hover,
.text-link:hover {
  color: #88622e;
}
.nav-buy {
  border: 1px solid #87917c;
  border-radius: 4px;
  padding: 9px 20px;
  font-size: 12px;
}
.hero {
  position: relative;
  height: 790px;
  overflow: hidden;
  background: #e6d7af;
}
.landscape {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 26%;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(246, 240, 221, 0.92) 0%,
    rgba(246, 240, 221, 0.66) 18%,
    rgba(246, 240, 221, 0.2) 36%,
    transparent 52%
  );
  pointer-events: none;
}
.hero-copy {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 45px 20px;
  max-width: 800px;
  margin: auto;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2.5px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.hero-copy h1 {
  font-size: clamp(44px, 4.9vw, 72px);
  margin-bottom: 18px;
  line-height: 1.04;
}
.hero-copy p:not(.eyebrow) {
  font-size: 15px;
  color: #3a4d37;
  line-height: 1.65;
  margin-bottom: 23px;
  text-shadow:
    0 0 4px rgba(247, 241, 222, 0.95),
    0 1px 12px rgba(247, 241, 222, 0.85);
}
.hero-copy .eyebrow {
  text-shadow: 0 0 6px rgba(247, 241, 222, 0.9);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: #fffdf4;
  background: var(--green);
  padding: 14px 25px;
  border: 1px solid var(--green);
  border-radius: var(--radius);
  font-size: 13px;
  box-shadow: 0 4px 0 #20342525;
  transition:
    transform var(--time),
    background var(--time);
}
.button:hover {
  transform: translateY(-3px);
  background: #213d2b;
}
.scene-sign {
  position: absolute;
  z-index: 2;
  background: #fcf6e7ed;
  border: 1px solid #95825b60;
  border-radius: 4px;
  box-shadow: var(--shadow);
  font-size: 12px;
  padding: 10px 17px;
  display: flex;
  gap: 14px;
  align-items: center;
  transform: rotate(-3deg);
}
.library-sign {
  right: 13%;
  bottom: 27%;
}
.scene-sign:hover {
  transform: rotate(0deg) translateY(-3px);
}
.hero-caption {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 9px;
  letter-spacing: 2.4px;
  color: white;
  text-shadow: 0 1px 5px #000;
}
.hero-caption span {
  display: block;
  font-size: 20px;
}
.firefly {
  position: absolute;
  bottom: 32%;
  left: 28%;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #fff4b7;
  font-size: 34px;
  width: 48px;
  height: 48px;
  text-shadow: 0 0 16px #ffe086;
  animation: glow 4s ease-in-out infinite;
}
.magic-note {
  position: absolute;
  z-index: 3;
  bottom: 39%;
  left: 18%;
  padding: 12px 20px;
  background: var(--paper);
  font-family: var(--display);
  border-radius: 4px;
  box-shadow: var(--shadow);
}
.mote {
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff8bd;
  box-shadow: 0 0 10px 3px #ffec94;
  animation: float 9s ease-in-out infinite;
}
.mote-one {
  bottom: 18%;
  left: 48%;
}
.mote-two {
  bottom: 37%;
  right: 22%;
  animation-delay: -4s;
}
.section {
  padding: 85px var(--space);
  max-width: 1440px;
  margin: auto;
}
.intro {
  text-align: center;
  padding-bottom: 65px;
}
.intro > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
}
.world-paths {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 50px;
  text-align: left;
}
.world-paths > a {
  display: flex;
  align-items: center;
  gap: 17px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
}
.world-paths > a > span:last-child {
  margin-left: auto;
}
.world-icon {
  width: 52px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 40% 40% 5px 5px;
  font-size: 29px;
  flex-shrink: 0;
  background: var(--pale);
  color: var(--book);
}
.golden {
  --book: #80612e;
  --accent: #e5c87a;
  --pale: #e9dec5;
}
.highwind {
  --book: #385b57;
  --accent: #c9d7b9;
  --pale: #d9e1d7;
}
.westvale {
  --book: #494257;
  --accent: #e4cd8b;
  --pale: #e2dce6;
}
.world-paths strong {
  display: block;
  font: 20px var(--display);
}
.world-paths small {
  font-size: 10px;
  color: var(--muted);
}
.library {
  padding-top: 40px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.section-heading > p {
  font-size: 13px;
  color: var(--muted);
}
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}
.filters button {
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 30px;
  font-size: 12px;
  padding: 10px 19px;
  color: var(--ink);
}
.filters button[aria-pressed="true"] {
  background: var(--green);
  color: var(--paper);
  border-color: var(--green);
}
.art-note {
  font-size: 11px;
  color: #626656;
  margin: 12px 0 22px;
}
.book-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 55px 35px;
}
.book-object {
  display: block;
  perspective: 900px;
  padding: 20px 13px 25px;
}
.book-cover {
  position: relative;
  min-height: 310px;
  aspect-ratio: 2/3;
  background: var(--book);
  color: var(--accent);
  border: 1px solid #0003;
  box-shadow:
    inset 7px 0 10px #0003,
    inset 10px 0 0 #ffffff0c,
    7px 6px 0 -2px #e7ddc9,
    10px 9px 0 -3px #b9ad92,
    12px 16px 20px #2223;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 30px 22px;
  transition: transform 0.35s;
  transform: rotate(-2deg);
}
.book-cover:after {
  content: "";
  position: absolute;
  inset: 14px 12px 14px 18px;
  border: 1px solid #e6d2a563;
  pointer-events: none;
}
.book-item:nth-child(even) .book-cover {
  transform: rotate(2deg);
}
.book-object:hover .book-cover {
  transform: rotate(0) translateY(-8px);
}
.cover-series {
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 2px;
  line-height: 1.7;
}
.cover-symbol {
  font: 67px/1.2 var(--display);
  margin: 15px 0;
}
.cover-title {
  font: clamp(20px, 2vw, 29px)/1.1 var(--display);
  max-width: 200px;
}
.cover-author {
  font-size: 10px;
  letter-spacing: 2px;
  margin-top: 24px;
}
.book-item > .eyebrow {
  font-size: 8px;
  letter-spacing: 1px;
  margin: 10px 0;
}
.book-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.text-link {
  font-size: 12px;
  border-bottom: 1px solid #9eaa95;
  padding-bottom: 7px;
  display: inline-block;
}
.text-link span {
  margin-left: 15px;
}
.author-teaser {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
  border-top: 1px solid var(--line);
}
.author-teaser > div > p:not(.eyebrow) {
  max-width: 420px;
  color: var(--muted);
  font-size: 15px;
}
.desk-art {
  min-height: 370px;
  background: #e7e5d5;
  border-radius: 50% 45% 42% 47%;
  position: relative;
  display: grid;
  place-items: center;
}
.paper {
  background: #fdf9eb;
  width: 270px;
  padding: 30px;
  transform: rotate(-7deg);
  box-shadow: 8px 14px 23px #4f4c3324;
  font-family: var(--display);
}
.paper > span {
  font: 10px Arial;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.paper i {
  display: block;
  font-size: 26px;
  line-height: 1.35;
  margin: 30px 0;
}
.paper b {
  font-size: 16px;
  font-weight: 400;
}
.ink {
  position: absolute;
  right: 20%;
  bottom: 3%;
  font-size: 100px;
  transform: rotate(-30deg);
}
.leaf {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 110px;
  color: #6c7d51;
  transform: rotate(-25deg);
}
.closing {
  text-align: center;
  padding: 65px 24px 85px;
  background: #e9ecdf;
}
.closing > span {
  font-size: 38px;
  color: #8c7949;
}
.closing h2 {
  margin: 14px 0;
}
.closing p {
  font-size: 14px;
  color: var(--muted);
}
footer {
  position: relative;
  text-align: center;
  padding: 55px var(--space) 35px;
}
footer .brand {
  justify-content: center;
}
footer p {
  font: italic 17px var(--display);
  margin: 24px 0;
}
footer > div {
  display: flex;
  justify-content: center;
  gap: 27px;
  font-size: 12px;
}
footer small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 35px;
}
.footer-leaf {
  position: absolute;
  right: 5%;
  bottom: 20%;
  font-size: 70px;
  color: #899578;
}
.breadcrumb {
  max-width: 1250px;
  margin: 35px auto 0;
  padding: 0 30px;
  font-size: 12px;
}
.book-detail {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  align-items: center;
  padding-top: 65px;
}
.detail-cover {
  max-width: 310px;
  width: 100%;
  margin: auto;
}
.detail-cover .book-cover {
  min-height: 450px;
}
.detail-cover .cover-title {
  font-size: 35px;
}
.detail-cover .cover-symbol {
  font-size: 90px;
}
.detail-cover .art-note {
  text-align: center;
  margin-top: 25px;
}
.book-detail h1 {
  font-size: clamp(40px, 4.5vw, 62px);
}
.genre {
  font-size: 12px;
  border: 1px solid var(--line);
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
}
.synopsis {
  font: 22px/1.6 var(--display);
}
.purchase-note {
  font-size: 11px;
  margin-top: 17px;
  color: var(--muted);
}
details {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 13px;
}
summary {
  cursor: pointer;
}
details p {
  margin-top: 15px;
}
.related {
  margin-top: 40px;
}
.author-page {
  max-width: 850px;
  text-align: center;
}
.author-page > p:not(.eyebrow):not(.source-note) {
  font: 20px/1.8 var(--display);
}
.author-page .large-copy {
  font-size: 30px !important;
}
.source-note {
  font-size: 11px;
  color: var(--muted);
  margin-top: 30px;
}
.source-note a {
  text-decoration: underline;
}
.author-landscape {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center 62%;
}
.prose {
  max-width: 900px;
}
.prose h2 {
  font-size: 30px;
  margin-top: 45px;
}
.lost {
  text-align: center;
  min-height: 65vh;
}
.lost > span {
  font-size: 90px;
}
.real-cover {
  display: block;
  width: 100%;
  max-width: 310px;
  height: auto;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 5px 5px 0 -2px #e7ddc9, 9px 9px 0 -3px #b9ad92, 12px 16px 20px #2223;
  transition: transform var(--time);
}
.book-object:hover .real-cover,
.book-object:focus-visible .real-cover {
  transform: translateY(-6px);
}
.library .book-grid { margin-top: 28px; }
@media (prefers-reduced-motion: reduce) {
  .book-object:hover .real-cover,
  .book-object:focus-visible .real-cover { transform: none; }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip {
  position: fixed;
  top: -70px;
  left: 20px;
  z-index: 10;
  background: var(--paper);
  padding: 10px;
}
.skip:focus {
  top: 10px;
}
[hidden] {
  display: none !important;
}
@keyframes float {
  50% {
    transform: translate(10px, -25px);
    opacity: 0.4;
  }
}
@keyframes glow {
  50% {
    opacity: 0.55;
    transform: scale(0.85);
  }
}
@media (max-width: 1000px) {
  header {
    padding: 0 30px;
  }
  nav {
    gap: 20px;
  }
  .world-paths {
    gap: 20px;
  }
  .world-paths strong {
    font-size: 17px;
  }
  .book-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
  .book-cover {
    max-width: 270px;
    margin: auto;
  }
  .book-item {
    text-align: center;
  }
  .book-cover .cover-title {
    font-size: 28px;
  }
  .author-teaser {
    gap: 45px;
  }
  .book-detail {
    gap: 50px;
  }
  .hero {
    height: 730px;
  }
  .world-icon {
    width: 40px;
  }
  .world-paths small {
    font-size: 9px;
  }
}
@media (max-width: 650px) {
  header {
    height: auto;
    min-height: 120px;
    flex-wrap: wrap;
    padding: 18px 24px 14px;
    gap: 18px;
  }
  .brand {
    font-size: 25px;
  }
  .brand-icon {
    font-size: 40px;
  }
  .nav-buy {
    margin-left: auto;
    padding: 8px 11px;
  }
  nav {
    order: 3;
    flex-basis: 100%;
    justify-content: space-between;
    gap: 12px;
    font-size: 11px;
  }
  .hero {
    height: 700px;
  }
  .landscape {
    object-position: 64% center;
  }
  .hero:after {
    background: linear-gradient(180deg, #fff3dcb5, transparent 65%);
  }
  .hero-copy {
    padding: 35px 15px;
  }
  .hero-copy h1 {
    font-size: 44px;
    letter-spacing: -1.9px;
  }
  .hero-copy p:not(.eyebrow) {
    font-size: 13px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
  }
  .library-sign {
    right: 9%;
    bottom: 22%;
  }
  .firefly {
    left: 19%;
    bottom: 29%;
  }
  .magic-note {
    left: 5%;
    bottom: 37%;
    font-size: 14px;
  }
  .section {
    padding: 55px 24px;
  }
  .world-paths {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 35px;
  }
  .world-paths > a {
    border-top: 0;
    padding: 19px 0;
  }
  .world-paths > a:first-child {
    border-top: 1px solid var(--line);
  }
  .world-paths strong {
    font-size: 21px;
  }
  .world-paths small {
    font-size: 11px;
  }
  .world-icon {
    width: 52px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    display: none;
  }
  .section-heading h2 {
    font-size: 37px;
  }
  .filters {
    gap: 7px;
  }
  .filters button {
    font-size: 10px;
    padding: 10px 13px;
  }
  .book-grid {
    gap: 30px 21px;
  }
  .book-object {
    padding: 15px 4px 18px;
  }
  .book-cover {
    min-height: 225px;
    padding: 22px 13px;
  }
  .book-cover:after {
    inset: 10px 7px 10px 11px;
  }
  .cover-series {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .cover-symbol {
    font-size: 39px;
    margin: 12px 0;
  }
  .book-cover .cover-title {
    font-size: 19px;
  }
  .cover-author {
    font-size: 8px;
    letter-spacing: 1px;
    margin-top: 15px;
  }
  .book-item h3 {
    font-size: 20px;
  }
  .book-item > .eyebrow {
    font-size: 7px;
    min-height: 24px;
  }
  .book-item .text-link {
    font-size: 10px;
  }
  .book-item .text-link span {
    margin-left: 5px;
  }
  .art-note {
    font-size: 10px;
  }
  .author-teaser {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .desk-art {
    min-height: 330px;
  }
  .paper {
    width: 245px;
  }
  .author-teaser h2 {
    font-size: 38px;
  }
  .closing h2 {
    font-size: 36px;
  }
  footer > div {
    gap: 20px;
  }
  .footer-leaf {
    display: none;
  }
  .book-detail {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .detail-cover {
    max-width: 265px;
  }
  .detail-cover .book-cover {
    min-height: 390px;
  }
  .detail-cover .cover-title {
    font-size: 30px;
  }
  .book-detail h1 {
    font-size: 43px;
  }
  .related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .author-page h1 {
    font-size: 43px;
  }
  .author-landscape {
    height: 290px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .book-object:hover .book-cover,
  .button:hover {
    transform: none;
  }
}

.mobius { --book: #284962; --accent: #d0e7df; --pale: #dce7ed; }

/* ---- Rich book pages ---- */
.card-hook { font-size: 13px; line-height: 1.55; color: var(--muted); margin: -8px 0 14px; }
.book-page .book-detail .eyebrow, .book-page .story .eyebrow, .book-page .contents .eyebrow { color: var(--book); }
.book-page .synopsis { font: italic 24px/1.5 var(--display); color: var(--ink); max-width: 34ch; }
.story { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.8fr); gap: 70px; align-items: start; border-top: 1px solid var(--line); }
.story.no-aside { grid-template-columns: minmax(0, 1fr); max-width: 820px; }
.story-text p:not(.eyebrow) { font-size: 17px; line-height: 1.8; max-width: 68ch; }
.story-text > p:nth-of-type(2)::first-letter { float: left; font: 64px/0.85 var(--display); padding: 6px 10px 0 0; color: var(--book); }
.closer { margin: 40px 0 0; padding: 26px 30px; border-left: 3px solid var(--accent); background: var(--pale); border-radius: 0 var(--radius) var(--radius) 0; }
.closer p { font: italic 22px/1.5 var(--display) !important; margin: 0; color: var(--ink); }
.story-aside { display: grid; gap: 22px; position: sticky; top: 24px; }
.aside-card { background: #fffdf6; border: 1px solid var(--line); border-top: 4px solid var(--book); border-radius: var(--radius); padding: 24px 26px; box-shadow: var(--shadow); }
.aside-card ul { list-style: none; margin: 0; padding: 0; }
.cast li { padding: 12px 0; border-top: 1px dashed var(--line); }
.cast li:first-child { border-top: 0; padding-top: 0; }
.cast strong { display: block; font: 19px/1.3 var(--display); }
.cast span { font-size: 13px; color: var(--muted); line-height: 1.5; }
.comps { display: flex; flex-wrap: wrap; gap: 8px; }
.comps li { font-size: 13px; background: var(--pale); color: var(--book); padding: 5px 12px; border-radius: 20px; }
.highlights { background: var(--pale); max-width: none; }
.highlights h2, .highlights ul { max-width: 1100px; margin-left: auto; margin-right: auto; }
.highlights ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.highlights li { background: #fffdf6; border-radius: var(--radius); padding: 22px 24px; font: 18px/1.45 var(--display); box-shadow: 0 6px 18px #293e3112; position: relative; }
.highlights li::before { content: ""; display: block; width: 28px; height: 3px; background: var(--book); margin-bottom: 14px; }
.contents ol { list-style: none; padding: 0; margin: 30px 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 26px; counter-reset: c; }
.contents li { counter-increment: c; border-top: 3px solid var(--book); padding-top: 18px; }
.contents li::before { content: counter(c, decimal-leading-zero); font: 13px var(--display); letter-spacing: 2px; color: var(--book); }
.contents h3 { font-size: 22px; margin: 8px 0 10px; }
.contents p { font-size: 15px; color: var(--muted); }
.reading-order ol { list-style: none; padding: 0; margin: 10px 0 0; display: flex; gap: 22px; overflow-x: auto; padding-bottom: 8px; }
.reading-order li { flex: 0 0 120px; }
.reading-order a { display: grid; gap: 8px; justify-items: start; }
.reading-order img { width: 96px; height: auto; border-radius: 2px; box-shadow: 0 8px 18px #293e3125; transition: transform var(--time); background: var(--pale); }
.reading-order a:hover img { transform: translateY(-4px); }
.order-num { font: 13px var(--display); color: var(--book); }
.order-title { font-size: 13px; line-height: 1.35; }
.reading-order [aria-current] img { outline: 3px solid var(--book); outline-offset: 4px; }
.reading-order [aria-current] .order-title { font-weight: 700; }
.real-cover { background: var(--pale, #ebe6d6); }
@media (max-width: 1000px) { .story { grid-template-columns: 1fr; gap: 40px; } .story-aside { position: static; } }
@media (max-width: 650px) { .book-page .synopsis { font-size: 20px; } .story-text p:not(.eyebrow) { font-size: 16px; } .closer p { font-size: 19px !important; } }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.ages { background: var(--pale); border-color: transparent; color: var(--book); font-weight: 600; }
