:root {
  --hero-street: url("images/hero-street.png");
  --hero-room: url("images/hero-room.png");
  --cover-demons: url("images/cover-demons.png");
  --cover-monsters: url("images/cover-monsters.png");
  --cover-nox: url("images/cover-nox.png");
  --project-zombie: url("images/project-zombie.png");
  --project-inn: url("images/project-inn-v2.png");
  --world-haunted-bg: url("images/world-haunted-bg.png");
  --world-strange-bg: url("images/world-strange-bg.png");
  --world-cozy-bg: url("images/world-cozy-bg.png");
  --world-making-bg: url("images/world-making-bg.png");
  --newsletter-art: url("images/newsletter-art.png");
  --portrait-art: url("images/portrait.png");
  --bg: #071014;
  --bg-deep: #030608;
  --cream: #f4ead8;
  --muted: #cbbfae;
  --gold: #c99854;
  --gold-soft: #d7b276;
  --red: #b9473f;
  --teal: #70b4bd;
  --purple: #b678a5;
  --line: rgba(201, 152, 84, 0.35);
  --deep-line: rgba(201, 152, 84, 0.22);
  --shadow: rgba(0, 0, 0, 0.7);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(201, 152, 84, 0.12), transparent 35%),
    linear-gradient(180deg, #030608 0%, #071014 45%, #05090b 100%);
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.02em;
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 90px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 90px);
  content: "";
  opacity: 0.28;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 14%, transparent 0 24rem, rgba(0, 0, 0, 0.32) 42rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 22%, transparent 78%, rgba(0, 0, 0, 0.42));
  content: "";
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: 34px 56px 0;
}

.brand {
  display: inline-grid;
  gap: 0.2rem;
  color: var(--cream);
  text-decoration: none;
}

.brand-name {
  position: relative;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 0.92;
  text-transform: uppercase;
  text-shadow: 0 4px 26px rgba(0, 0, 0, 0.8);
}

.brand-name::before,
.brand-name::after {
  position: absolute;
  top: 0.08em;
  color: var(--gold);
  font-size: 0.42em;
  content: "/";
  opacity: 0.75;
}

.brand-name::before {
  left: -0.78em;
  transform: scaleX(-1);
}

.brand-name::after {
  right: -0.6em;
}

.brand-tagline,
.site-nav,
.kicker,
.button,
.genre,
.site-footer {
  font-family: Georgia, "Times New Roman", serif;
}

.mock-art {
  background-repeat: no-repeat;
}

.brand-tagline {
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-top: 8px;
}

.site-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 34px;
  max-width: none;
  padding-top: 22px;
}

.site-nav a,
.site-footer a {
  color: var(--cream);
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold-soft);
}

.hero {
  position: relative;
  display: grid;
  min-height: 680px;
  max-height: none;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 50% 38%, transparent 0 18rem, rgba(0, 0, 0, 0.52) 42rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.08) 58%, rgba(0, 0, 0, 0.7)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.55), transparent 36%, transparent 64%, rgba(0, 0, 0, 0.35));
  content: "";
  pointer-events: none;
}

.hero-scene {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 55%;
  min-height: 100%;
}

.hero-street {
  left: 0;
  background-image:
    linear-gradient(180deg, rgba(4, 8, 10, 0.02), rgba(4, 8, 10, 0.42)),
    var(--hero-street);
  background-position: center, center;
  background-size: auto, cover;
  clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%);
}

.hero-street::before,
.hero-street::after {
  position: absolute;
  content: "";
}

.hero-street::before {
  display: none;
}

.hero-street::after {
  display: none;
}

.neon-sign {
  display: none;
  position: absolute;
  left: 4.4rem;
  top: 12.8rem;
  place-items: center;
  width: 4.1rem;
  min-height: 3.7rem;
  border: 1px solid rgba(232, 71, 48, 0.6);
  color: #ff4d3f;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(255, 72, 56, 0.9);
  box-shadow: 0 0 18px rgba(255, 41, 28, 0.2);
}

.hero-room {
  right: 0;
  background-image:
    linear-gradient(90deg, rgba(10, 16, 19, 0.82), rgba(18, 20, 23, 0.22) 38%, rgba(45, 22, 10, 0.04)),
    var(--hero-room);
  background-position: center, center;
  background-size: auto, cover;
}

.window-glow {
  display: none;
  position: absolute;
  right: 10%;
  top: 7%;
  width: 46%;
  height: 44%;
  border: 1px solid rgba(230, 166, 95, 0.18);
  background: transparent;
  box-shadow: inset 0 -28px 50px rgba(0, 0, 0, 0.5);
}

.desk-still-life {
  position: absolute;
  right: 7%;
  bottom: 7%;
  display: none;
  align-items: end;
  gap: 0.5rem;
}

.desk-still-life span {
  display: block;
  border: 1px solid rgba(228, 180, 105, 0.28);
  background: linear-gradient(140deg, rgba(206, 133, 61, 0.4), rgba(12, 10, 8, 0.88));
  box-shadow: 0 0 42px rgba(210, 118, 45, 0.24);
}

.desk-still-life span:nth-child(1) {
  width: 8.8rem;
  height: 3.2rem;
  border-radius: 0.2rem;
}

.desk-still-life span:nth-child(2) {
  width: 5.2rem;
  height: 7.8rem;
  border-radius: 3rem 3rem 0.3rem 0.3rem;
}

.desk-still-life span:nth-child(3) {
  width: 4rem;
  height: 3.7rem;
  border-radius: 0.3rem 0.3rem 1.5rem 1.5rem;
}

.hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  justify-self: center;
  width: min(720px, calc(100% - 2rem));
  margin-top: 5.25rem;
  text-align: center;
}

.kicker {
  margin: 0 0 1.5rem;
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.kicker::before,
.kicker::after {
  content: "<-";
  padding: 0 0.7rem;
  color: var(--gold);
}

.kicker::after {
  content: "->";
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  color: white;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1.08;
  font-weight: 400;
  text-shadow: 0 4px 34px rgba(0, 0, 0, 0.82);
}

h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.25;
  font-weight: 400;
}

h3 {
  font-size: clamp(1.2rem, 1.7vw, 1.7rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.divider {
  width: min(300px, 54vw);
  height: 1px;
  margin: 18px auto;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.hero-copy p:not(.kicker) {
  max-width: 570px;
  margin: 0 auto 28px;
  color: var(--cream);
  font-size: 1.05rem;
  line-height: 1.55;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: auto;
  margin-top: 0;
  padding: 16px 28px;
  border: 1px solid var(--gold);
  background: rgba(3, 6, 8, 0.55);
  color: var(--cream);
  box-shadow: inset 0 0 0 1px rgba(201, 152, 84, 0.18);
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.26em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--gold);
  color: #120d08;
  transform: translateY(-1px);
}

.button-small {
  width: calc(100% - 3.5rem);
  min-width: 0;
  min-height: 2.7rem;
  margin: 0 auto;
}

.button-gold {
  width: 100%;
  margin: 0;
  border: 0;
  background: var(--gold-soft);
  color: #120d08;
  font-family: inherit;
  letter-spacing: 0.22em;
}

.worlds {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(rgba(3, 6, 8, 0.45), rgba(3, 6, 8, 0.9)),
    var(--bg);
}

.section-heading {
  padding: 26px 1rem 0;
  text-align: center;
}

.section-heading h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.world-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 610px;
}

.world-card {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 0;
  justify-items: center;
  min-height: 610px;
  padding: 44px 48px 34px;
  border-right: 1px solid rgba(201, 152, 84, 0.22);
  background:
    linear-gradient(rgba(3, 6, 8, 0.48), rgba(3, 6, 8, 0.92)),
    var(--world-card-bg) center / cover no-repeat;
  text-align: center;
}

.world-card:last-child {
  border-right: 0;
}

.haunted {
  --world-card-bg: var(--world-haunted-bg);
}

.strange {
  --world-card-bg: var(--world-strange-bg);
}

.cozy {
  --world-card-bg: var(--world-cozy-bg);
}

.making {
  --world-card-bg: var(--world-making-bg);
}

.world-card h3 {
  margin: 0 0 22px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.1;
}

.haunted h3,
.haunted .genre {
  color: var(--red);
}

.strange h3,
.strange .genre {
  color: var(--teal);
}

.cozy h3,
.cozy .genre {
  color: var(--gold);
}

.making h3,
.making .genre {
  color: var(--purple);
}

.world-copy p {
  max-width: 230px;
  min-height: 72px;
  margin: 0 auto;
  color: var(--cream);
  font-size: 0.95rem;
  line-height: 1.45;
}

.book-cover {
  position: relative;
  display: grid;
  align-self: end;
  align-items: end;
  width: 78%;
  max-width: 230px;
  aspect-ratio: 2 / 3;
  margin: 18px auto;
  padding: 24px;
  border: 1px solid rgba(201, 152, 84, 0.5);
  background-color: rgba(0, 0, 0, 0.45);
  box-shadow: 0 18px 40px var(--shadow);
  overflow: hidden;
}

.book-cover::before,
.book-cover::after {
  position: absolute;
  content: "";
}

.book-cover::before {
  inset: 0;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.18), transparent 5rem),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.66));
}

.book-cover::after {
  display: none;
}

.book-cover span {
  position: relative;
  z-index: 1;
  color: transparent;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 0.92;
  text-transform: uppercase;
  text-shadow: none;
}

.book-cover figcaption {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  color: transparent;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.demon-cover {
  background-image: var(--cover-demons);
  background-position: center;
  background-size: cover;
}

.monster-cover {
  background-image: var(--cover-monsters);
  background-position: center;
  background-size: cover;
}

.cove-cover {
  background-image: var(--cover-nox);
  background-position: center;
  background-size: cover;
}

.genre {
  margin: 0 0 18px;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mini-stack {
  display: grid;
  gap: 12px;
  width: min(100%, 260px);
  margin: 24px 0 10px;
}

.mini-stack article {
  display: grid;
  place-items: center;
  min-height: 120px;
  padding: 20px;
  border: 1px solid rgba(201, 152, 84, 0.35);
  background-color: #121018;
  background-image:
    linear-gradient(180deg, rgba(8, 7, 10, 0.18), rgba(8, 7, 10, 0.38)),
    var(--project-zombie);
  background-size: auto, cover;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.34);
}

.mini-stack article.project-faire {
  background-position: center;
}

.mini-stack article.project-inn {
  background-image:
    linear-gradient(180deg, rgba(8, 7, 10, 0.18), rgba(8, 7, 10, 0.38)),
    url("images/project-inn-v2.png");
  background-position: center;
}

.mini-stack span,
.mini-stack strong {
  display: block;
  color: transparent;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.mini-stack strong {
  font-size: 1.6rem;
}

.newsletter {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr minmax(260px, 0.72fr) minmax(280px, 1fr);
  align-items: center;
  gap: 40px;
  min-height: 220px;
  padding: 50px 8%;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(3, 6, 8, 0.95), rgba(3, 6, 8, 0.35)),
    var(--bg);
}

.newsletter h2 {
  margin: 10px 0 0;
  max-width: 560px;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 400;
}

.signup {
  display: grid;
  gap: 12px;
  max-width: 330px;
}

.status-panel {
  padding: 20px;
  border: 1px solid rgba(244, 234, 216, 0.35);
  background: rgba(3, 6, 8, 0.75);
}

.status-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.status-panel span {
  display: inline-block;
  margin-top: 18px;
  padding: 14px 18px;
  width: 100%;
  background: var(--gold-soft);
  color: #120d08;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-align: center;
  text-transform: uppercase;
}

.signup input {
  width: 100%;
  min-height: auto;
  padding: 18px;
  border: 1px solid rgba(244, 234, 216, 0.35);
  background: rgba(3, 6, 8, 0.75);
  color: var(--cream);
  font: inherit;
}

.signup input::placeholder {
  color: rgba(242, 227, 206, 0.68);
}

.newsletter-art {
  position: relative;
  min-height: 160px;
  background-image: var(--newsletter-art);
  background-position: center;
  background-size: cover;
}

.open-book,
.lantern,
.tea {
  position: absolute;
  display: none;
}

.open-book {
  left: 4%;
  bottom: 14%;
  width: 46%;
  height: 36%;
  border: 1px solid rgba(229, 183, 112, 0.24);
  border-radius: 50% 50% 8px 8px;
  background:
    linear-gradient(90deg, rgba(74, 48, 31, 0.8), rgba(221, 180, 122, 0.38) 48%, rgba(24, 18, 14, 0.74) 50%, rgba(221, 180, 122, 0.34)),
    linear-gradient(180deg, rgba(239, 214, 168, 0.42), rgba(52, 31, 19, 0.82));
  transform: rotate(7deg);
}

.lantern {
  right: 22%;
  bottom: 4%;
  width: 5.2rem;
  height: 7.8rem;
  border: 1px solid rgba(230, 184, 111, 0.5);
  border-radius: 3rem 3rem 0.4rem 0.4rem;
  background:
    radial-gradient(circle at 50% 58%, rgba(255, 192, 91, 0.84), transparent 2.1rem),
    linear-gradient(90deg, rgba(15, 11, 8, 0.9), rgba(103, 61, 25, 0.44), rgba(15, 11, 8, 0.9));
  box-shadow: 0 0 44px rgba(233, 132, 49, 0.38);
}

.tea {
  right: 2%;
  bottom: 11%;
  width: 4.8rem;
  height: 3.2rem;
  border: 1px solid rgba(230, 184, 111, 0.36);
  border-radius: 0.3rem 0.3rem 2rem 2rem;
  background: linear-gradient(180deg, rgba(115, 75, 44, 0.9), rgba(20, 12, 8, 0.94));
}

.about {
  display: grid;
  grid-template-columns: minmax(170px, 0.4fr) minmax(300px, 1.1fr) minmax(420px, 2fr);
  align-items: center;
  gap: 28px;
  padding: 42px 7%;
  border-bottom: 1px solid var(--line);
  background: #071214;
}

.portrait {
  width: 170px;
  height: 170px;
  justify-self: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background-image: var(--portrait-art);
  background-position: center;
  background-size: cover;
  box-shadow: none;
}

.about-copy {
  max-width: 500px;
}

.about-copy p:not(.kicker):not(.signature) {
  color: var(--muted);
}

.signature {
  margin: 18px 0 0;
  color: var(--gold);
  font-size: 1.8rem;
  font-style: italic;
}

.traits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.traits li {
  color: var(--muted);
  font-size: 0.96rem;
}

.trait-icon {
  display: block;
  width: 92px;
  height: 92px;
  margin: 0 auto 14px;
  border: 1px solid rgba(201, 152, 84, 0.35);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 46%, rgba(229, 180, 104, 0.38), transparent 1.7rem),
    linear-gradient(145deg, rgba(24, 32, 30, 0.88), rgba(8, 11, 12, 0.92));
}

.books-icon::after,
.cat-icon::after,
.tea-icon::after,
.type-icon::after {
  display: grid;
  place-items: center;
  height: 100%;
  color: var(--gold-soft);
  font-size: 2rem;
}

.books-icon::after {
  content: "B";
}

.cat-icon::after {
  content: "C";
}

.tea-icon::after {
  content: "T";
}

.type-icon::after {
  content: "W";
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.4fr) auto;
  align-items: center;
  gap: 2rem;
  padding: 38px 56px;
  color: var(--muted);
  background: var(--bg-deep);
}

.site-footer p {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-footer nav,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.social-links a {
  color: var(--gold);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
}

.coming-soon-overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: clamp(1.25rem, 4vw, 3rem);
  background: rgba(3, 6, 8, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.coming-soon-panel {
  display: grid;
  justify-items: center;
  width: min(820px, 100%);
  text-align: center;
}

.coming-soon-panel img {
  display: block;
  width: min(500px, 82vw);
  height: auto;
  margin-bottom: 1.1rem;
  border: 1px solid rgba(201, 152, 84, 0.3);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.72);
}

.coming-soon-panel h3 {
  max-width: 18em;
  margin: 0;
  font-size: clamp(1.9rem, 3.8vw, 3.35rem);
  line-height: 1.08;
  text-transform: none;
}

.coming-soon-panel p:not(.kicker) {
  max-width: 33rem;
  margin: 1rem 0 0;
  color: var(--muted);
}

.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;
}

@media (max-width: 900px) {
  .site-header {
    position: relative;
    background: rgba(4, 8, 10, 0.98);
    border-bottom: 1px solid var(--deep-line);
  }

  .hero {
    min-height: 720px;
  }

  .hero-copy {
    margin-top: 0;
  }

  .world-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .world-card:nth-child(2) {
    border-right: 0;
  }

  .newsletter,
  .about {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-art,
  .traits {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-header,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-header {
    display: grid;
  }

  .site-nav {
    justify-content: flex-start;
    max-width: none;
    padding-top: 0;
  }

  .brand-name {
    font-size: 2rem;
  }

  .brand-name::before,
  .brand-name::after {
    display: none;
  }

  .hero {
    min-height: 670px;
  }

  .hero-scene {
    width: 100%;
  }

  .hero-street {
    clip-path: none;
    opacity: 0.66;
  }

  .hero-room {
    opacity: 0.58;
  }

  h1 {
    font-size: clamp(2.35rem, 10vw, 3.6rem);
  }

  .world-grid,
  .newsletter,
  .about,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .world-card,
  .world-card:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--deep-line);
  }

  .book-cover {
    max-width: 220px;
  }

  .newsletter-art {
    display: none;
  }

  .traits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .site-header {
    padding: 1.25rem;
  }

  .site-nav,
  .site-footer nav,
  .social-links {
    gap: 0.8rem 1rem;
  }

  .site-nav a,
  .site-footer a {
    font-size: 0.7rem;
  }

  .hero {
    min-height: 620px;
  }

  .button,
  .button-small {
    width: 100%;
    min-width: 0;
  }

  .world-card {
    padding-inline: 1.25rem;
  }

  .traits {
    grid-template-columns: 1fr;
  }
}
