:root {
  --nova-series-ink: var(--nova-color-text);
  --nova-series-muted: var(--nova-color-text-secondary);
  --nova-series-line: var(--nova-color-border);
  --nova-series-paper: var(--nova-color-ivory);
  --nova-series-warm: var(--nova-color-accent-soft);
}

/* Pure Solitaire — locked series-detail treatment */
.nova-page-series.nova-series-route-pure-solitaire {
  --nova-pure-ink: #262329;
  --nova-pure-purple: #726b7b;
  --nova-pure-deep: #625c69;
  --nova-pure-paper: #f8f7f4;
  --nova-pure-lavender: #f2eef4;
  --nova-pure-line: rgba(114, 107, 123, 0.2);
  color: var(--nova-pure-ink);
}

.nova-page-series.nova-series-route-pure-solitaire h2,
.nova-page-series.nova-series-route-pure-solitaire h3 {
  text-wrap: balance;
}

.nova-pure-hero {
  background: #f7f5f2;
  color: var(--nova-pure-ink);
}

.nova-pure-hero__inner {
  display: grid;
  min-height: clamp(650px, 46vw, 690px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
}

.nova-pure-hero__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 7vw, 96px) clamp(42px, 6vw, 84px) clamp(58px, 7vw, 96px) 0;
}

.nova-pure-breadcrumb {
  display: flex;
  gap: 14px;
  margin-bottom: clamp(64px, 8vw, 106px);
  color: rgba(38, 35, 41, 0.62);
  font-size: 0.76rem;
}

.nova-pure-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.nova-pure-hero .nova-eyebrow,
.nova-pure-language .nova-eyebrow,
.nova-pure-edit .nova-eyebrow,
.nova-pure-spec .nova-eyebrow,
.nova-pure-size-guide .nova-eyebrow,
.nova-pure-material .nova-eyebrow,
.nova-pure-process .nova-eyebrow {
  color: var(--nova-pure-purple);
}

.nova-pure-hero h1 {
  max-width: none;
  margin: 24px 0 0;
  color: var(--nova-pure-ink);
  font-size: clamp(3.5rem, 4.45vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.nova-pure-hero__lead {
  max-width: 570px;
  margin: 28px 0 0;
  color: rgba(38, 35, 41, 0.66);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.75;
}

.nova-pure-hero__actions {
  margin-top: 34px;
}

.nova-pure-hero .nova-button {
  border-color: var(--nova-pure-deep);
  background: var(--nova-pure-deep);
  color: #fff;
}

.nova-pure-hero__visual {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #e8e2df;
}

.nova-pure-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nova-pure-language {
  padding-block: clamp(88px, 9vw, 136px);
  background: #fff;
}

.nova-pure-language__grid {
  display: grid;
  grid-template-columns: minmax(560px, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(42px, 5vw, 76px);
  align-items: center;
}

.nova-pure-language__copy h2,
.nova-page-series.nova-series-route-pure-solitaire .nova-series-section-head h2,
.nova-pure-access h2 {
  max-width: none;
  margin-top: 18px;
  font-size: clamp(2.65rem, 3.7vw, 3.9rem);
  line-height: 1.01;
  letter-spacing: -0.032em;
}

.nova-pure-language__intro {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(38, 35, 41, 0.64);
  font-size: 0.98rem;
  line-height: 1.78;
}

.nova-pure-language__copy h2 {
  font-size: clamp(2.65rem, 3.05vw, 3.3rem);
  white-space: nowrap;
}

.nova-pure-principles {
  margin-top: 38px;
}

.nova-pure-principles article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--nova-pure-line);
}

.nova-pure-principles article > span,
.nova-pure-chapter__head > span,
.nova-pure-process__steps li > span {
  padding-top: 0.25rem;
  color: var(--nova-pure-purple);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.nova-pure-principles h3 {
  margin: 0;
  font-size: clamp(1.35rem, 1.7vw, 1.7rem);
  line-height: 1.08;
}

.nova-pure-principles p {
  max-width: 560px;
  margin: 7px 0 0;
  color: rgba(38, 35, 41, 0.62);
  font-size: 0.85rem;
  line-height: 1.66;
}

.nova-pure-language__visual {
  display: grid;
  padding: 12px;
  aspect-ratio: 1.48 / 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  background: var(--nova-pure-lavender);
}

.nova-pure-language__visual img {
  width: 100%;
  height: 100%;
  min-width: 0;
  border: 1px solid rgba(114, 107, 123, 0.14);
  background: #fff;
  object-fit: contain;
}

.nova-pure-edit,
.nova-pure-spec,
.nova-pure-size-guide,
.nova-pure-material,
.nova-pure-process {
  padding-block: clamp(84px, 8vw, 118px);
}

.nova-pure-edit,
.nova-pure-size-guide,
.nova-pure-process {
  background: var(--nova-pure-paper);
}

.nova-pure-spec,
.nova-pure-material {
  background: #fff;
}

.nova-pure-edit .nova-container,
.nova-pure-spec .nova-container,
.nova-pure-size-guide .nova-container,
.nova-pure-material .nova-container,
.nova-pure-process .nova-container {
  width: min(100% - clamp(40px, 7vw, 116px), 1680px);
}

.nova-page-series.nova-series-route-pure-solitaire .nova-series-section-head {
  max-width: none;
  margin-bottom: clamp(48px, 5vw, 68px);
}

.nova-page-series.nova-series-route-pure-solitaire .nova-series-section-head > p:last-child {
  max-width: 840px;
  margin-top: 22px;
  font-size: 0.96rem;
  line-height: 1.76;
}

.nova-page-series.nova-series-route-pure-solitaire .nova-series-section-head--split {
  grid-template-columns: minmax(760px, 1.15fr) minmax(440px, 0.65fr);
  gap: clamp(40px, 4vw, 68px);
  align-items: end;
}

.nova-page-series.nova-series-route-pure-solitaire .nova-series-section-head--split h2 {
  font-size: clamp(2.4rem, 2.5vw, 2.75rem);
}

.nova-page-series.nova-series-route-pure-solitaire .nova-series-section-head--split > p {
  max-width: 650px;
  margin: 0 0 2px;
  justify-self: end;
}

.nova-pure-chapter {
  padding-block: clamp(68px, 7vw, 102px);
}

.nova-pure-chapter:first-child {
  padding-top: 0;
}

.nova-pure-chapter + .nova-pure-chapter {
  border-top: 1px solid var(--nova-pure-line);
}

.nova-pure-chapter__head {
  display: grid;
  grid-template-columns: 44px minmax(300px, 0.58fr) minmax(460px, 0.9fr);
  gap: clamp(20px, 3vw, 48px);
  align-items: start;
}

.nova-pure-chapter__head h3 {
  margin: 0;
  font-size: clamp(2.25rem, 3vw, 3.25rem);
  line-height: 1;
  white-space: nowrap;
}

.nova-pure-chapter__head p {
  max-width: 670px;
  margin: 0;
  color: rgba(38, 35, 41, 0.62);
  font-size: 0.96rem;
  line-height: 1.75;
}

.nova-pure-product-grid {
  display: grid;
  margin-top: clamp(38px, 4.5vw, 62px);
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 24px);
}

.nova-pure-product-grid .nova-series-product {
  grid-column: span 2;
  grid-row: auto;
  background: transparent;
}

.nova-pure-product-grid--seven > :nth-child(5) {
  grid-column: 2 / span 2;
}

.nova-pure-product-grid--nine > :nth-child(9) {
  grid-column: 4 / span 2;
}

.nova-pure-product-grid .nova-series-product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(114, 107, 123, 0.16);
  background: #fff;
  object-fit: contain;
}

.nova-pure-product-grid figcaption {
  display: block;
  padding: 14px 4px 0;
  text-align: center;
}

.nova-pure-product-grid figcaption small {
  display: block;
  color: rgba(43, 40, 45, 0.62);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
html body.nova-page-series .nova-pure-spec .nova-series-table-wrap,
html body.nova-page-series .nova-pure-size-wrap,
html body.nova-page-series .nova-pure-material-wrap {
  border: 1px solid rgba(114, 107, 123, 0.3);
  background: #fff;
  box-shadow: none;
}
html body.nova-page-series .nova-pure-spec__table,
html body.nova-page-series .nova-pure-size-table,
html body.nova-page-series .nova-pure-material-table {
  table-layout: fixed;
}
html body.nova-page-series .nova-pure-spec__table {
  min-width: 1340px;
}
html body.nova-page-series .nova-pure-size-table {
  min-width: 1120px;
}
html body.nova-page-series .nova-pure-material-table {
  min-width: 1080px;
}
html body.nova-page-series .nova-pure-spec__table thead th,
html body.nova-page-series .nova-pure-size-table thead th,
html body.nova-page-series .nova-pure-material-table thead th {
  position: static;
  padding: 18px 20px;
  border: 0;
  border-right: 1px solid rgba(114, 107, 123, 0.18);
  border-bottom: 1px solid rgba(114, 107, 123, 0.22);
  background: var(--nova-pure-lavender);
  color: var(--nova-pure-deep);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}
html body.nova-page-series .nova-pure-spec__table thead th:last-child,
html body.nova-page-series .nova-pure-size-table thead th:last-child,
html body.nova-page-series .nova-pure-material-table thead th:last-child,
html body.nova-page-series .nova-pure-spec__table tbody tr > *:last-child,
html body.nova-page-series .nova-pure-size-table tbody tr > *:last-child,
html body.nova-page-series .nova-pure-material-table tbody tr > *:last-child {
  border-right: 0;
}
html body.nova-page-series .nova-pure-spec__table thead th:nth-child(1) { width: 15%; }
html body.nova-page-series .nova-pure-spec__table thead th:nth-child(2) { width: 16%; }
html body.nova-page-series .nova-pure-spec__table thead th:nth-child(3) { width: 23%; }
html body.nova-page-series .nova-pure-spec__table thead th:nth-child(4) { width: 23%; }
html body.nova-page-series .nova-pure-spec__table thead th:nth-child(5) { width: 23%; }
html body.nova-page-series .nova-pure-size-table thead th:nth-child(1) { width: 14%; }
html body.nova-page-series .nova-pure-size-table thead th:nth-child(2) { width: 14%; }
html body.nova-page-series .nova-pure-size-table thead th:nth-child(3) { width: 16%; }
html body.nova-page-series .nova-pure-size-table thead th:nth-child(4) { width: 20%; }
html body.nova-page-series .nova-pure-size-table thead th:nth-child(5) { width: 36%; }
html body.nova-page-series .nova-pure-material-table thead th:nth-child(1) { width: 18%; }
html body.nova-page-series .nova-pure-material-table thead th:nth-child(2) { width: 22%; }
html body.nova-page-series .nova-pure-material-table thead th:nth-child(3) { width: 32%; }
html body.nova-page-series .nova-pure-material-table thead th:nth-child(4) { width: 28%; }
html body.nova-page-series .nova-pure-spec__table th,
html body.nova-page-series .nova-pure-spec__table td,
html body.nova-page-series .nova-pure-size-table th,
html body.nova-page-series .nova-pure-size-table td,
html body.nova-page-series .nova-pure-material-table th,
html body.nova-page-series .nova-pure-material-table td {
  padding: 24px 20px;
  vertical-align: middle;
  font-size: 0.84rem;
  line-height: 1.64;
}
html body.nova-page-series .nova-pure-spec__table tbody tr > *,
html body.nova-page-series .nova-pure-size-table tbody tr > *,
html body.nova-page-series .nova-pure-material-table tbody tr > * {
  border-top: 0;
  border-right: 1px solid rgba(114, 107, 123, 0.14);
  border-bottom: 1px solid rgba(114, 107, 123, 0.17);
}
html body.nova-page-series .nova-pure-spec__table tbody tr:last-child > *,
html body.nova-page-series .nova-pure-size-table tbody tr:last-child > *,
html body.nova-page-series .nova-pure-material-table tbody tr:last-child > * {
  border-bottom: 0;
}
html body.nova-page-series .nova-pure-spec__table tbody th,
html body.nova-page-series .nova-pure-size-table tbody th,
html body.nova-page-series .nova-pure-material-table tbody th {
  background: #fff;
  color: var(--nova-pure-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.28;
}
html body.nova-page-series .nova-pure-spec__table td:first-child,
html body.nova-page-series .nova-pure-size-table td:first-child {
  background: #faf8fb;
  text-align: center;
}
html body.nova-page-series .nova-pure-spec__table figure,
html body.nova-page-series .nova-pure-size-table figure {
  display: grid;
  margin: 0;
  place-items: center;
}
html body.nova-page-series .nova-pure-spec__table figure {
  width: 100%;
  min-height: 128px;
  overflow: hidden;
  background: #fff;
}
html body.nova-page-series .nova-pure-spec__table figure img {
  width: 100%;
  height: 128px;
  object-fit: contain;
}
html body.nova-page-series .nova-pure-spec__table tbody tr:nth-child(2) figure img,
html body.nova-page-series .nova-pure-spec__table tbody tr:nth-child(3) figure img,
html body.nova-page-series .nova-pure-spec__table tbody tr:nth-child(6) figure img {
  object-fit: cover;
}
html body.nova-page-series .nova-pure-size-table tbody tr {
  height: 142px;
}
html body.nova-page-series .nova-pure-size-table figure {
  min-height: 92px;
}
html body.nova-page-series .nova-pure-size-table figure img {
  width: calc(90px * var(--stone-scale));
  height: calc(90px * var(--stone-scale));
  border-radius: 50%;
  object-fit: cover;
}
html body.nova-page-series .nova-pure-table-note {
  display: grid;
  grid-template-columns: minmax(180px, 0.3fr) minmax(0, 1fr);
  gap: 28px;
  margin: 24px 0 0;
  color: rgba(38, 35, 41, 0.62);
  font-size: 0.86rem;
  line-height: 1.65;
}
html body.nova-page-series .nova-pure-table-note strong {
  color: var(--nova-pure-ink);
  font: 400 1.12rem/1.35 "Newsreader", Georgia, serif;
}

.nova-pure-process > .nova-container {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, 0.82fr);
  column-gap: clamp(48px, 6vw, 92px);
  align-items: start;
}

.nova-pure-process .nova-series-section-head {
  grid-column: 1;
  margin-bottom: clamp(34px, 4vw, 48px);
}

.nova-pure-process .nova-series-section-head h2 {
  font-size: clamp(2.35rem, 2.45vw, 2.7rem);
  white-space: nowrap;
}

.nova-pure-process .nova-series-section-head > p:last-child {
  max-width: 780px;
}

.nova-pure-process__layout {
  display: contents;
}

.nova-pure-process__steps {
  display: grid;
  grid-column: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--nova-pure-line);
  border-left: 1px solid var(--nova-pure-line);
  list-style: none;
}

.nova-pure-process__steps li {
  display: grid;
  min-height: 180px;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 18px;
  padding: clamp(24px, 2.5vw, 34px);
  border-right: 1px solid var(--nova-pure-line);
  border-bottom: 1px solid var(--nova-pure-line);
}

.nova-pure-process__steps h3 {
  margin: 0;
  font-size: clamp(1.65rem, 2vw, 2rem);
  line-height: 1.05;
}

.nova-pure-process__steps p {
  margin: 10px 0 0;
  color: rgba(38, 35, 41, 0.62);
  font-size: 0.87rem;
  line-height: 1.68;
}

.nova-pure-process__media {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 2;
  width: min(100%, 560px);
  gap: 18px;
  justify-self: end;
}

.nova-pure-process__media figure {
  margin: 0;
}

.nova-pure-process__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #eee;
  object-fit: cover;
}

.nova-pure-process__media figcaption {
  padding-top: 12px;
  color: var(--nova-pure-purple);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nova-pure-access .nova-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

@media (min-width: 1280px) {
  .nova-pure-language__copy h2,
  .nova-pure-edit .nova-series-section-head h2,
  .nova-pure-spec .nova-series-section-head h2,
  .nova-pure-size-guide .nova-series-section-head h2,
  .nova-pure-material .nova-series-section-head h2 {
    white-space: nowrap;
  }
}

@media (max-width: 1100px) {
  .nova-pure-language__grid,
  .nova-page-series.nova-series-route-pure-solitaire .nova-series-section-head--split,
  .nova-pure-process > .nova-container {
    grid-template-columns: 1fr;
  }

  .nova-page-series.nova-series-route-pure-solitaire .nova-series-section-head--split > p {
    max-width: 720px;
    margin-top: 24px;
    justify-self: start;
  }

  .nova-pure-language__visual {
    aspect-ratio: 1.7 / 1;
  }

  .nova-pure-chapter__head {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .nova-pure-chapter__head p {
    grid-column: 2;
  }

  .nova-pure-process__media {
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
  }
}

@media (max-width: 980px) {
  .nova-pure-hero__inner {
    grid-template-columns: 1fr;
  }

  .nova-pure-hero__copy {
    padding-right: 0;
  }

  .nova-pure-hero__visual {
    min-height: 520px;
  }

  .nova-pure-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nova-pure-product-grid .nova-series-product,
  .nova-pure-product-grid--seven > :nth-child(5),
  .nova-pure-product-grid--nine > :nth-child(9) {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .nova-pure-hero__inner {
    min-height: 0;
  }

  .nova-pure-breadcrumb {
    margin-bottom: 48px;
  }

  .nova-pure-hero h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
    white-space: normal;
  }

  .nova-pure-hero__visual {
    min-height: 420px;
  }

  .nova-pure-language__copy h2,
  .nova-page-series.nova-series-route-pure-solitaire .nova-series-section-head h2,
  .nova-pure-access h2 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  .nova-pure-edit .nova-container,
  .nova-pure-spec .nova-container,
  .nova-pure-size-guide .nova-container,
  .nova-pure-material .nova-container,
  .nova-pure-process .nova-container {
    width: min(100% - 28px, 1680px);
  }

  .nova-pure-language__visual,
  .nova-pure-product-grid,
  .nova-pure-process__steps,
  .nova-pure-process__media {
    grid-template-columns: 1fr;
  }

  .nova-pure-language__visual {
    aspect-ratio: auto;
  }

  .nova-pure-language__visual img {
    aspect-ratio: 1 / 1;
  }

  .nova-pure-chapter__head {
    display: block;
  }

  .nova-pure-chapter__head > span {
    display: block;
    margin-bottom: 18px;
  }

  .nova-pure-chapter__head h3,
  .nova-pure-process .nova-series-section-head h2 {
    white-space: normal;
  }

  .nova-pure-chapter__head p {
    margin-top: 18px;
  }
html body.nova-page-series .nova-pure-table-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* Friendship Weaves — tactile connection within NOVA's established neutral-purple palette. */
.nova-page-series.nova-series-route-friendship-weaves {
  --nova-friendship-ink: #262329;
  --nova-friendship-purple: #726b7b;
  --nova-friendship-deep: #5e5868;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero {
  background: #f7f5f2;
  color: var(--nova-friendship-ink);
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero__inner {
  display: grid;
  min-height: clamp(500px, 42vw, 590px);
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: stretch;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3.6rem, 6.2vw, 5.6rem) clamp(2rem, 5vw, 5.5rem) clamp(3.6rem, 6.2vw, 5.6rem) 0;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: auto;
  color: var(--nova-series-muted);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero__copy > .nova-eyebrow {
  margin-top: clamp(3.5rem, 7vw, 6.5rem);
  color: var(--nova-friendship-purple);
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero h1 {
  max-width: 690px;
  margin: 1rem 0 1.35rem;
  font: 400 clamp(3.35rem, 4.2vw, 4.35rem)/0.97 "Newsreader", Georgia, serif;
  letter-spacing: -0.045em;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero__lead {
  max-width: 600px;
  margin: 0;
  color: var(--nova-series-muted);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.75;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero__actions {
  margin-top: 2.25rem;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero .nova-button {
  border-color: var(--nova-friendship-deep);
  background: var(--nova-friendship-deep);
  color: #fff;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero__visual {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--nova-color-accent-soft);
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(39, 38, 42, 0.06), transparent 22%);
  content: "";
  pointer-events: none;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-language {
  padding-block: clamp(64px, 7vw, 102px);
  background: #fff;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-language__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: center;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-language__collage {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  aspect-ratio: 5 / 4;
  margin: 0;
  padding: 12px;
  background: #f2eef4;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-language__collage img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 1px solid rgba(117, 111, 127, 0.13);
  background: #fff;
  object-fit: contain;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-language__collage img:first-child {
  grid-row: 1 / -1;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-language__copy h2 {
  max-width: 720px;
  margin: 1rem 0 1.5rem;
  font: 400 clamp(2.6rem, 3.8vw, 4rem)/1 "Newsreader", Georgia, serif;
  letter-spacing: -0.045em;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-language__intro {
  max-width: 620px;
  margin: 0;
  color: var(--nova-series-muted);
  font-size: 1.04rem;
  line-height: 1.78;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-principles {
  display: grid;
  gap: 1.7rem;
  margin-top: clamp(2.5rem, 4vw, 3.8rem);
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-principles article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 1rem;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-principles article > span {
  padding-top: 0.25rem;
  color: var(--nova-friendship-purple);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-principles h3 {
  margin: 0 0 0.35rem;
  font: 400 clamp(1.4rem, 1.8vw, 1.85rem)/1.1 "Newsreader", Georgia, serif;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-principles p {
  max-width: 540px;
  margin: 0;
  color: var(--nova-series-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-edit,
.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec,
.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process {
  padding-block: clamp(64px, 6vw, 92px);
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-edit {
  background: #f7f6f3;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-edit .nova-container,
.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec .nova-container,
.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process .nova-container {
  width: min(100% - clamp(40px, 7vw, 116px), 1480px);
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-edit .nova-series-section-head {
  display: block;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: clamp(34px, 3.5vw, 50px);
  border-bottom: 1px solid rgba(117, 111, 127, 0.2);
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-edit .nova-series-section-head > div {
  display: block;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-edit .nova-series-section-head .nova-eyebrow {
  margin: 0;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-edit .nova-series-section-head h2 {
  max-width: 820px;
  margin: 0.85rem 0 0;
  font-size: clamp(2.45rem, 3vw, 3.25rem);
  white-space: nowrap;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-edit .nova-series-section-head > p {
  max-width: 960px;
  margin: 1.25rem 0 0;
  line-height: 1.65;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter {
  padding-block: clamp(46px, 5vw, 72px);
  border-top: 1px solid rgba(117, 111, 127, 0.2);
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter:first-child {
  padding-top: clamp(34px, 3.5vw, 50px);
  border-top: 0;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__head {
  display: grid;
  max-width: 1180px;
  grid-template-columns: 44px minmax(260px, 0.64fr) minmax(420px, 1fr);
  gap: clamp(20px, 3vw, 50px);
  align-items: start;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__head > span {
  padding-top: 0.6rem;
  color: var(--nova-friendship-purple);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__head h3 {
  margin: 0;
  font: 400 clamp(2rem, 2.6vw, 2.85rem)/1 "Newsreader", Georgia, serif;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__head p {
  max-width: 620px;
  margin: 0;
  color: var(--nova-series-muted);
  font-size: 0.96rem;
  line-height: 1.75;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 24px);
  margin-top: clamp(34px, 4vw, 58px);
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__products .nova-series-product {
  display: block;
  grid-column: auto;
  grid-row: auto;
  margin: 0;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__products .nova-series-product img {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(117, 111, 127, 0.11);
  background: #fff;
  object-fit: contain;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__products figcaption {
  display: block;
  padding: 13px 4px 0;
  text-align: center;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__products figcaption small {
  color: rgba(39, 38, 42, 0.6);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec .nova-series-section-head {
  display: block;
  max-width: 1020px;
  margin-bottom: clamp(44px, 5vw, 66px);
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec .nova-series-section-head h2 {
  margin-bottom: 20px;
  font-size: clamp(2.45rem, 3vw, 3.25rem);
  white-space: nowrap;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec .nova-series-section-head > p {
  max-width: 820px;
}
html body.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec .nova-series-table-wrap {
  border: 1px solid rgba(117, 111, 127, 0.25);
  box-shadow: none;
}
html body.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__table {
  min-width: 1040px;
  border-collapse: collapse;
}
html body.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__table thead th {
  position: static;
  padding: 18px 20px;
  border-right: 1px solid rgba(117, 111, 127, 0.2);
  background: #f0edef;
  color: var(--nova-friendship-deep);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}
html body.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__table tr > * {
  border-right: 1px solid rgba(117, 111, 127, 0.18);
  border-bottom: 1px solid rgba(117, 111, 127, 0.18);
}
html body.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__table tr > *:last-child {
  border-right: 0;
}
html body.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__table tbody tr:last-child > * {
  border-bottom: 0;
}
html body.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__table th,
html body.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__table td {
  padding: 20px;
  vertical-align: middle;
  font-size: 0.86rem;
  line-height: 1.6;
}
html body.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__table thead th:nth-child(1) {
  width: 15%;
}
html body.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__table thead th:nth-child(2) {
  width: 20%;
}
html body.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__table thead th:nth-child(3) {
  width: 32%;
}
html body.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__table thead th:nth-child(4) {
  width: 33%;
}
html body.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__table tbody th {
  background: #fff;
  color: var(--nova-friendship-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.25;
}
html body.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__table tbody tr:nth-child(even) td {
  background: #fbfaf9;
}
html body.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__table figure {
  margin: 0;
}
html body.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__table figure img {
  width: 118px;
  aspect-ratio: 1;
  background: #fff;
  object-fit: contain;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__note {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: 28px;
  margin: 0;
  padding: 24px 0 0;
  color: var(--nova-series-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__note strong {
  color: var(--nova-friendship-ink);
  font: 400 1.2rem/1.3 "Newsreader", Georgia, serif;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process {
  background: #f7f5f2;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process .nova-series-section-head {
  margin-bottom: clamp(42px, 5vw, 64px);
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process .nova-series-section-head h2 {
  font-size: clamp(2.25rem, 2.7vw, 3rem);
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 26px);
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process__media figure {
  margin: 0;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process__media figcaption {
  padding-top: 11px;
  color: var(--nova-friendship-deep);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
  margin: clamp(42px, 5vw, 64px) 0 0;
  padding: 0;
  list-style: none;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process__steps li > span {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(117, 111, 127, 0.38);
  border-radius: 50%;
  place-items: center;
  color: var(--nova-friendship-purple);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process__steps h3 {
  margin: 23px 0 10px;
  font: 400 clamp(1.4rem, 1.8vw, 1.78rem)/1.1 "Newsreader", Georgia, serif;
}

.nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process__steps p {
  max-width: 300px;
  margin: 0;
  color: var(--nova-series-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__head {
    grid-template-columns: 38px minmax(220px, 0.72fr) minmax(300px, 1fr);
  }
}

@media (max-width: 980px) {
  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero__inner,
  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-language__grid {
    grid-template-columns: 1fr;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero__copy {
    min-height: 0;
    padding-right: 0;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero__visual {
    min-height: 58vw;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-language__grid {
    gap: 48px;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-edit .nova-series-section-head h2 {
    white-space: normal;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-edit .nova-series-section-head {
    display: block;
    padding-bottom: 36px;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-edit .nova-series-section-head > div {
    display: block;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-edit .nova-series-section-head h2 {
    margin-top: 0.85rem;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-edit .nova-series-section-head > p {
    margin-top: 1.25rem;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__head {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__head p {
    grid-column: 2;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__products,
  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero__copy {
    padding-block: 42px 52px;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-breadcrumb {
    margin-bottom: 50px;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero__copy > .nova-eyebrow {
    margin-top: 0;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero h1 {
    font-size: clamp(2.9rem, 15vw, 4.2rem);
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-hero__visual {
    min-height: 76vw;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-language__collage {
    aspect-ratio: 1 / 1.05;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-language__copy h2,
  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-edit .nova-series-section-head h2,
  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec .nova-series-section-head h2,
  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process .nova-series-section-head h2 {
    font-size: clamp(2.05rem, 11.5vw, 2.45rem);
    line-height: 1.02;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__head {
    display: block;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__head > span {
    display: block;
    margin-bottom: 18px;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__head h3 {
    white-space: normal;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__head p {
    margin-top: 16px;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-chapter__products,
  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process__media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process__steps {
    grid-template-columns: 1fr;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec .nova-series-section-head h2 {
    white-space: normal;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-spec__note {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (min-width: 981px) {
  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process > .nova-container {
    display: grid;
    grid-template-columns: minmax(0, 1.46fr) minmax(280px, 0.54fr);
    column-gap: clamp(40px, 5vw, 72px);
    align-items: start;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process .nova-series-section-head {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    margin-bottom: 0;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process .nova-series-section-head h2 {
    white-space: nowrap;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process .nova-series-section-head > p {
    max-width: 760px;
    margin-top: 16px;
    line-height: 1.65;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process__layout {
    display: contents;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process__steps {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 3.4vw, 46px) clamp(30px, 3.5vw, 52px);
    margin-top: clamp(32px, 3.5vw, 46px);
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process__media {
    grid-column: 2;
    grid-row: 1 / span 2;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    max-width: 390px;
    justify-self: end;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process__media img {
    aspect-ratio: 4 / 3;
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process__steps h3 {
    margin-top: 18px;
    font-size: clamp(1.5rem, 1.7vw, 1.8rem);
  }

  .nova-page-series.nova-series-route-friendship-weaves .nova-friendship-process__steps p {
    max-width: 370px;
    font-size: 0.94rem;
    line-height: 1.65;
  }
}

.nova-page-series .nova-page-main {
  background: #fff;
  color: var(--nova-series-ink);
}

.nova-page-series .nova-eyebrow {
  letter-spacing: 0.15em;
}

.nova-series-hub-hero {
  display: grid;
  min-height: clamp(500px, 42vw, 590px);
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  background: var(--nova-series-paper);
  overflow: hidden;
}

.nova-series-hub-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(3.6rem, 6.2vw, 5.6rem);
}

.nova-series-hub-hero__copy h1 {
  max-width: 640px;
  margin: 1rem 0 1.45rem;
  font: 400 clamp(3.35rem, 4.2vw, 4.35rem)/0.97 "Newsreader", Georgia, serif;
  letter-spacing: -0.045em;
}

.nova-series-hub-hero__copy > p:not(.nova-eyebrow) {
  max-width: 610px;
  margin: 0;
  color: var(--nova-series-muted);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.75;
}

.nova-series-hub-hero__actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.2rem;
}

.nova-series-hub-hero__actions .nova-text-link {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.nova-series-hub-hero__film {
  position: relative;
  min-width: 0;
  min-height: clamp(500px, 42vw, 590px);
  margin: 0;
  overflow: hidden;
  background: #252522;
}

.nova-series-hub-hero__film video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.nova-series-hub-hero__film-meta {
  position: absolute;
  z-index: 1;
  right: clamp(1.4rem, 3vw, 2.8rem);
  bottom: clamp(1.4rem, 3vw, 2.6rem);
  left: clamp(1.4rem, 3vw, 2.8rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.94);
}

.nova-series-hub-hero__film-meta strong {
  font: 400 clamp(1.1rem, 1.55vw, 1.45rem)/1.1 "Newsreader", Georgia, serif;
  text-shadow: 0 1px 18px rgba(22, 18, 23, 0.38);
}

.nova-series-video-control {
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(35, 31, 38, 0.34);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nova-series-video-control:hover,
.nova-series-video-control:focus-visible {
  border-color: #fff;
  background: rgba(35, 31, 38, 0.56);
}

.nova-series-video-control:active {
  transform: scale(0.96);
}

.nova-series-video-control svg {
  width: 1.15rem;
  height: 1.15rem;
}

.nova-series-video-control__play,
.nova-series-video-control.is-paused .nova-series-video-control__pause {
  display: none;
}

.nova-series-video-control.is-paused .nova-series-video-control__play {
  display: block;
}

.nova-series-index,
.nova-series-spec,
.nova-series-system,
.nova-series-process,
.nova-series-thesis,
.nova-series-stone-guide {
  padding-block: clamp(5rem, 9vw, 9rem);
}

.nova-series-process > .nova-container,
.nova-series-thesis > .nova-container {
  width: min(100% - (2 * var(--nova-gutter)), 1120px);
}

.nova-series-system > .nova-container {
  width: min(100% - (2 * var(--nova-gutter)), 1320px);
}

.nova-series-index > .nova-container {
  width: min(100% - (2 * var(--nova-gutter)), var(--nova-container));
}

.nova-series-section-head {
  max-width: 760px;
  margin-bottom: clamp(2.4rem, 5vw, 4.5rem);
}

.nova-series-section-head h2,
.nova-series-thesis h2,
.nova-series-access h2 {
  margin: 0.85rem 0 0;
  font: 400 clamp(2.25rem, 3.2vw, 3.75rem)/1.02 "Newsreader", Georgia, serif;
  letter-spacing: -0.042em;
}

.nova-series-section-head > p:last-child,
.nova-series-section-head--split > p {
  max-width: 650px;
  margin: 1.25rem 0 0;
  color: var(--nova-series-muted);
  line-height: 1.75;
}

.nova-series-section-head--split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
}

.nova-series-section-head--split > p {
  margin: 0;
}

.nova-series-index .nova-series-section-head {
  margin-bottom: clamp(4.5rem, 8vw, 7rem);
  align-items: start;
}

.nova-series-index .nova-series-section-head h2 {
  max-width: none;
}

.nova-series-index .nova-series-section-head h2 span {
  display: block;
  white-space: nowrap;
}

.nova-series-index .nova-series-section-head--split > p {
  max-width: 420px;
  padding-top: 1.8rem;
}

.nova-series-index__list {
  display: flex;
  flex-direction: column;
  gap: clamp(4.5rem, 8vw, 7.5rem);
}

.nova-series-index-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(4rem, 8vw, 7.5rem);
  min-width: 0;
  align-items: start;
  background: var(--nova-color-white);
}

.nova-series-index-card__media {
  display: grid;
  overflow: visible;
  min-height: 0;
  aspect-ratio: 1.18 / 1;
  grid-template-columns: minmax(0, 1.42fr) minmax(130px, 0.78fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(0.5rem, 0.8vw, 0.72rem);
  padding: clamp(0.55rem, 0.9vw, 0.8rem);
  background: color-mix(in srgb, var(--nova-color-accent-soft) 78%, #fff);
  box-shadow: none;
}

.nova-series-index-card__image {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(111, 105, 109, 0.1);
  background: #fff;
}

.nova-series-index-card__image--1 {
  grid-row: 1 / 3;
}

.nova-series-index-card:nth-child(even) .nova-series-index-card__media {
  grid-template-columns: minmax(130px, 0.78fr) minmax(0, 1.42fr);
}

.nova-series-index-card:nth-child(even) .nova-series-index-card__image--1 {
  grid-column: 2;
}

.nova-series-index-card:nth-child(even) .nova-series-index-card__image--2,
.nova-series-index-card:nth-child(even) .nova-series-index-card__image--3 {
  grid-column: 1;
}

.nova-series-index-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: clamp(0.5rem, 1vw, 0.9rem);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) {
  .nova-series-index-card__image:hover img {
    transform: scale(1.025);
  }
}

.nova-series-index-card__body {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 470px;
  min-height: 0;
  justify-content: flex-start;
  padding-top: clamp(2.75rem, 5vw, 4.5rem);
  padding-bottom: clamp(1rem, 2vw, 2rem);
}

.nova-series-index-card:nth-child(even) .nova-series-index-card__media {
  grid-column: 2;
  grid-row: 1;
}

.nova-series-index-card:nth-child(even) .nova-series-index-card__body {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.nova-series-index-card__kicker {
  display: block;
}

.nova-series-index-card__kicker p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--series-accent);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nova-series-index-card__kicker span {
  position: absolute;
  z-index: 0;
  top: -0.12em;
  right: 0;
  color: color-mix(in srgb, var(--nova-color-accent) 8%, transparent);
  font: 400 clamp(6rem, 8vw, 8.5rem)/1 "Newsreader", Georgia, serif;
  letter-spacing: -0.06em;
  pointer-events: none;
}

.nova-series-index-card h3 {
  position: relative;
  z-index: 1;
  margin: 1.45rem 0 1rem;
  font: 400 clamp(2.15rem, 3vw, 3.15rem)/1 "Newsreader", Georgia, serif;
  letter-spacing: -0.035em;
}

.nova-series-index-card h3 a {
  color: inherit;
  text-decoration: none;
}

.nova-series-index-card__body > p {
  position: relative;
  z-index: 1;
  max-width: 390px;
  margin: 0;
  color: var(--nova-series-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.nova-series-index-card__body > small {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin-top: 1.25rem;
  color: color-mix(in srgb, var(--nova-series-muted) 76%, white);
  font-size: 0.72rem;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.nova-series-index-card .nova-text-link {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}

.nova-series-matrix {
  padding-block: clamp(5rem, 9vw, 9rem);
  background: var(--nova-color-accent-soft);
  color: var(--nova-color-text);
}

.nova-series-matrix .nova-series-section-head > p,
.nova-series-matrix .nova-series-section-head--split > p {
  color: var(--nova-color-text-secondary);
}
html body.nova-page-series .nova-series-table-wrap {
  width: 100%;
  overflow-x: auto;
  background: var(--nova-color-white);
  box-shadow: 0 14px 40px rgba(39, 36, 40, 0.045);
  scrollbar-width: thin;
}
html body.nova-page-series .nova-series-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  text-align: left;
}
html body.nova-page-series .nova-series-table th,
html body.nova-page-series .nova-series-table td {
  padding: 1.25rem 1.2rem;
  vertical-align: top;
  font-size: 0.9rem;
  line-height: 1.55;
}
html body.nova-page-series .nova-series-table tbody tr + tr > * {
  border-top: 1px solid rgba(139, 128, 149, 0.2);
}
html body.nova-page-series .nova-series-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--nova-color-accent);
  color: var(--nova-color-white);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
html body.nova-page-series .nova-series-table tbody th {
  width: 200px;
  background: var(--nova-color-accent-soft);
  font-weight: 600;
}
html body.nova-page-series .nova-series-table tbody th a {
  color: inherit;
  text-decoration: none;
}
html body.nova-page-series .nova-series-table tbody th small {
  display: block;
  margin-top: 0.4rem;
  color: var(--nova-series-muted);
  font-weight: 400;
}
html body.nova-page-series .nova-series-table tbody tr:nth-child(even) td {
  background: color-mix(in srgb, var(--nova-color-accent-soft) 45%, white);
}

.nova-series-system {
  background: var(--nova-color-stone);
}

.nova-series-system > .nova-container {
  display: block;
}

.nova-series-system .nova-series-section-head {
  position: static;
  max-width: none;
  margin-bottom: clamp(4rem, 7vw, 6.5rem);
}

.nova-series-system__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3.5rem);
}

.nova-series-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.5vw, 1.25rem);
}

.nova-series-system__grid article,
.nova-series-process__grid article {
  min-height: 280px;
  padding: clamp(1.5rem, 3vw, 2.7rem);
  background: var(--nova-color-accent-soft);
}

.nova-series-system__grid article {
  display: block;
  min-height: 0;
  padding: 0;
  background: transparent;
}

.nova-series-system__grid span,
.nova-series-process__grid span,
.nova-series-pillars span {
  color: var(--nova-series-muted);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
}

.nova-series-system__grid span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(139, 128, 149, 0.58);
  border-radius: 50%;
  color: var(--nova-color-accent);
  font: 600 0.76rem/1 "Manrope", sans-serif;
  letter-spacing: 0.08em;
}

.nova-series-system__grid h3,
.nova-series-process__grid h3,
.nova-series-pillars h3 {
  margin: 3.5rem 0 0.75rem;
  font: 400 clamp(1.45rem, 1.8vw, 1.95rem)/1.12 "Newsreader", Georgia, serif;
}

.nova-series-system__grid h3 {
  margin: 2rem 0 1.1rem;
  font-size: clamp(1.55rem, 1.72vw, 1.95rem);
}

@media (min-width: 1200px) {
  .nova-series-system__grid h3 {
    white-space: nowrap;
  }
}

.nova-series-system__grid p,
.nova-series-process__grid p,
.nova-series-pillars p {
  margin: 0;
  color: var(--nova-series-muted);
  line-height: 1.65;
}

.nova-series-system__grid p {
  max-width: 290px;
  font-size: 0.96rem;
  line-height: 1.75;
}

.nova-series-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(3rem, 6vw, 5.5rem);
  gap: clamp(0.7rem, 1.5vw, 1.2rem);
  grid-column: 1 / -1;
}

.nova-series-proof-strip div {
  padding: 1.8rem 1.4rem;
  background: var(--nova-series-paper);
}

.nova-series-proof-strip strong,
.nova-series-proof-strip span {
  display: block;
}

.nova-series-proof-strip strong {
  font: 400 clamp(1.6rem, 2.4vw, 2.4rem)/1.1 "Newsreader", Georgia, serif;
}

.nova-series-proof-strip span {
  margin-top: 0.5rem;
  color: var(--nova-series-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.nova-series-footnote {
  grid-column: 1 / -1;
  color: var(--nova-series-muted);
  font-size: 0.72rem;
}

.nova-series-detail-hero {
  position: relative;
  display: grid;
  min-height: min(680px, calc(100svh - var(--nova-header-height)));
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  color: var(--nova-color-text);
  background: var(--nova-color-ivory);
}

.nova-series-detail-hero__image,
.nova-series-detail-hero__shade {
  width: 100%;
  height: 100%;
}

.nova-series-detail-hero__image {
  grid-column: 2;
  grid-row: 1;
  object-fit: contain;
  padding: clamp(3.5rem, 7vw, 7rem);
  background: var(--nova-color-accent-soft);
}

.nova-series-detail-hero__shade {
  display: none;
}

.nova-series-detail-hero__content {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  padding-block: clamp(5rem, 10vw, 8.5rem);
}

.nova-series-detail-hero__content h1 {
  max-width: 900px;
  margin: 0.9rem 0 1.2rem;
  font: 400 clamp(3.35rem, 4.2vw, 4.35rem)/0.97 "Newsreader", Georgia, serif;
  letter-spacing: -0.045em;
}

.nova-series-detail-hero__content > p:not(.nova-eyebrow) {
  max-width: 620px;
  margin: 0;
  color: var(--nova-color-text-secondary);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}

.nova-series-detail-hero__content > div {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.nova-series-detail-hero .nova-button {
  border-color: currentColor;
  color: inherit;
}

@media (hover: hover) and (pointer: fine) {
  .nova-series-detail-hero .nova-button:hover {
    border-color: var(--nova-color-text);
    background: var(--nova-color-text);
    color: var(--nova-color-white);
  }
}

.nova-series-hero-link {
  padding: 0.8rem 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--nova-color-accent);
  cursor: pointer;
  font: 600 0.78rem/1 "Manrope", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nova-series-thesis {
  background: var(--nova-series-paper);
}

.nova-series-thesis__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(2rem, 8vw, 9rem);
  align-items: end;
}

.nova-series-thesis__grid > p {
  margin: 0;
  color: var(--nova-series-muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.nova-series-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2.5rem, 5vw, 5rem);
  margin-top: clamp(3.5rem, 7vw, 6.5rem);
}

.nova-series-pillars article {
  padding: 0;
  background: transparent;
}

.nova-series-pillars h3 {
  margin-top: 1.75rem;
}

.nova-series-pillars span,
.nova-series-process__grid span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(139, 128, 149, 0.46);
  border-radius: 50%;
  color: var(--nova-color-accent);
  font: 600 0.7rem/1 "Manrope", sans-serif;
}

.nova-series-gallery {
  padding-block: clamp(5rem, 9vw, 9rem);
  background: var(--nova-color-stone);
}

.nova-series-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.6vw, 1.4rem);
}

.nova-series-product {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  background: var(--nova-color-white);
  box-shadow: 0 8px 26px rgba(39, 36, 40, 0.035);
}

.nova-series-product--feature {
  grid-column: auto;
  grid-row: auto;
}

.nova-series-product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: clamp(0.6rem, 1.2vw, 1.1rem);
  background: var(--nova-color-white);
}

.nova-series-product figcaption {
  display: none;
}

.nova-series-product figcaption small {
  font-size: inherit;
}

.nova-series-spec,
.nova-series-stone-guide {
  background: var(--nova-series-paper);
}
html body.nova-page-series .nova-series-table--spec {
  min-width: 820px;
}
html body.nova-page-series .nova-series-table-wrap--spaced {
  margin-top: clamp(1rem, 2vw, 1.5rem);
}

.nova-series-stone-guide {
  padding-top: 0;
}

.nova-series-stone-note {
  display: grid;
  grid-template-columns: minmax(200px, 0.38fr) minmax(0, 1fr);
  gap: 2rem;
  margin-top: 1.5rem;
  padding: 1.8rem;
  background: #fff;
  box-shadow: 0 10px 32px rgba(39, 36, 40, 0.04);
}

.nova-series-stone-note strong {
  font: 400 1.45rem/1.15 "Newsreader", Georgia, serif;
}

.nova-series-stone-note p {
  margin: 0;
  color: var(--nova-series-muted);
  line-height: 1.7;
}

.nova-series-stone-note a {
  color: var(--nova-color-accent);
  text-underline-offset: 0.18em;
}

.nova-series-process__note {
  max-width: 820px;
  margin: 2rem 0 0 auto;
  color: var(--nova-series-muted);
  font-size: 0.86rem;
  line-height: 1.7;
}

.nova-series-process__grid {
  gap: clamp(2rem, 4.5vw, 4.5rem);
}

.nova-series-process__grid article {
  min-height: 0;
  padding: 0;
  background: transparent;
}

.nova-series-process__grid h3 {
  margin: 1.85rem 0 0.9rem;
  font-size: clamp(1.55rem, 1.8vw, 1.9rem);
}

.nova-series-process__grid p {
  font-size: 0.92rem;
  line-height: 1.75;
}

.nova-series-access {
  padding-block: clamp(5rem, 9vw, 8rem);
  background: var(--nova-color-white);
  color: var(--nova-series-ink);
}

.nova-series-access__inner {
  display: grid;
  width: min(100%, 1080px);
  min-height: 490px;
  margin-inline: auto;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  background: var(--nova-series-paper);
}

.nova-series-access__lead,
.nova-series-access__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3.5rem, 6vw, 5.5rem);
}

.nova-series-access__lead {
  background: #675f70;
  color: #fbf8f4;
}

.nova-series-access h2 {
  max-width: none;
  margin-top: 0.75rem;
  color: inherit;
  font-size: clamp(2.85rem, 3.45vw, 3.25rem);
  line-height: 0.97;
}

.nova-series-access h2 span,
.nova-series-access__detail-title span {
  display: block;
  white-space: nowrap;
}

.nova-series-access__lead .nova-eyebrow {
  color: inherit;
  opacity: 0.72;
}

.nova-series-access__lead > p:not(.nova-eyebrow) {
  max-width: 480px;
  margin: 1.35rem 0 2rem;
  color: rgba(251, 248, 244, 0.76);
  font-size: 0.94rem;
  line-height: 1.78;
}

.nova-series-access .nova-button {
  align-self: flex-start;
  border-color: #fbf8f4;
  background: #fbf8f4;
  color: #3d3840;
}

@media (hover: hover) and (pointer: fine) {
  .nova-series-access .nova-button:hover {
    border-color: #fbf8f4;
    background: transparent;
    color: #fbf8f4;
  }
}

.nova-series-access__detail-title {
  max-width: none;
  margin: 0 0 2.25rem;
  font: 400 clamp(2rem, 2.45vw, 2.45rem)/1.04 "Newsreader", Georgia, serif;
  letter-spacing: -0.03em;
}

.nova-series-access__detail ol {
  display: grid;
  gap: 1.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nova-series-access__detail li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.nova-series-access__detail li > span {
  padding-top: 0.15rem;
  color: var(--nova-color-accent);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.nova-series-access__detail strong,
.nova-series-access__detail small {
  display: block;
}

.nova-series-access__detail strong {
  color: var(--nova-series-ink);
  font: 400 1.12rem/1.35 "Newsreader", Georgia, serif;
}

.nova-series-access__detail small {
  max-width: 330px;
  margin-top: 0.35rem;
  color: var(--nova-series-muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.nova-series-notice {
  padding: 0.9rem 0;
  background: #dfece5;
  color: #183a28;
  font-size: 0.9rem;
}

.nova-series-notice--error {
  background: #f5e4df;
  color: #672d22;
}

.nova-series-modal[hidden] {
  display: none;
}

.nova-series-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  opacity: 0;
  transition: opacity 160ms ease-out;
}

.nova-series-modal.is-open {
  opacity: 1;
}

.nova-series-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 14, 13, 0.72);
  backdrop-filter: blur(5px);
}

.nova-series-modal__dialog {
  position: relative;
  width: min(920px, 100%);
  max-height: calc(100svh - 2.5rem);
  overflow-y: auto;
  padding: clamp(1.5rem, 3vw, 2.6rem);
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
  transform: translateY(16px) scale(0.985);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nova-series-modal.is-open .nova-series-modal__dialog {
  transform: translateY(0) scale(1);
}

.nova-series-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--nova-series-line);
  border-radius: 50%;
  background: #fff;
  color: inherit;
  cursor: pointer;
  font-size: 1.6rem;
  transition: background 160ms ease-out, transform 160ms ease-out;
}

.nova-series-modal__close:active,
.nova-series-access-trigger:active {
  transform: scale(0.97);
}

.nova-series-modal__intro {
  max-width: 720px;
  padding-right: 3rem;
}

.nova-series-modal__intro h2 {
  margin: 0.65rem 0 0.8rem;
  font: 400 clamp(2.2rem, 3.2vw, 3.2rem)/1 "Newsreader", Georgia, serif;
  letter-spacing: -0.04em;
}

.nova-series-modal__intro > p:last-child {
  margin: 0;
  color: var(--nova-series-muted);
  line-height: 1.7;
}

.nova-series-modal__form {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.nova-series-modal__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}

.nova-series-modal__form label {
  display: grid;
  gap: 0.35rem;
}

.nova-series-modal__form label > span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nova-series-modal__form input,
.nova-series-modal__form textarea {
  width: 100%;
  border: 1px solid var(--nova-series-line);
  border-radius: 0;
  background: var(--nova-series-paper);
  color: inherit;
  font: inherit;
  padding: 0.7rem 0.8rem;
}

.nova-series-modal__form textarea {
  min-height: 92px;
  resize: vertical;
}

.nova-series-modal__form input:focus,
.nova-series-modal__form textarea:focus {
  outline: 2px solid var(--nova-series-ink);
  outline-offset: 2px;
}

.nova-series-modal__consent {
  display: flex !important;
  align-items: flex-start;
}

.nova-series-modal__consent input {
  width: auto;
  margin-top: 0.2rem;
}

.nova-series-modal__consent span {
  color: var(--nova-series-muted);
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.5;
  text-transform: none !important;
}

.nova-series-modal__form .nova-button {
  justify-self: start;
}

.nova-series-modal__privacy {
  margin: 0;
  color: var(--nova-series-muted);
  font-size: 0.72rem;
}

.nova-series-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}

body.nova-series-modal-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .nova-series-hub-hero {
    grid-template-columns: 1fr;
  }

  .nova-series-hub-hero__film {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .nova-series-index-card {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .nova-series-index-card:nth-child(even) .nova-series-index-card__media,
  .nova-series-index-card:nth-child(even) .nova-series-index-card__body {
    grid-column: 1;
  }

  .nova-series-index-card:nth-child(even) .nova-series-index-card__media {
    grid-row: 1;
  }

  .nova-series-index-card:nth-child(even) .nova-series-index-card__body {
    grid-row: 2;
  }

  .nova-series-index-card__body {
    max-width: none;
    padding: clamp(2rem, 5vw, 3.5rem);
  }

  .nova-series-index-card:nth-child(even) .nova-series-index-card__body {
    justify-self: stretch;
  }

  .nova-series-process__grid,
  .nova-series-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nova-series-system > .nova-container {
    display: block;
  }

  .nova-series-system .nova-series-section-head {
    position: static;
    margin-bottom: clamp(3rem, 6vw, 4.5rem);
  }

  .nova-series-system__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nova-series-gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nova-series-access__inner {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .nova-series-access__detail-title {
    max-width: none;
  }

  .nova-series-detail-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .nova-series-detail-hero__image {
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 4 / 3;
  }

  .nova-series-detail-hero__content {
    grid-column: 1;
    grid-row: 2;
  }
}

@media (max-width: 720px) {
  .nova-series-hub-hero__copy h1 {
    font-size: clamp(2.85rem, 13vw, 3.8rem);
  }

  .nova-series-hub-hero__actions,
  .nova-series-detail-hero__content > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .nova-series-hub-hero__film {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .nova-series-hub-hero__film video {
    object-position: 56% center;
  }

  .nova-series-index .nova-series-section-head h2 span {
    display: inline;
    white-space: normal;
  }

  .nova-series-index .nova-series-section-head h2 span + span::before {
    content: " ";
  }

  .nova-series-access h2 span,
  .nova-series-access__detail-title span {
    display: inline;
    white-space: normal;
  }

  .nova-series-access h2 span + span::before,
  .nova-series-access__detail-title span + span::before {
    content: " ";
  }

  .nova-series-index-card,
  .nova-series-index-card:nth-child(n + 4) {
    grid-template-columns: 1fr;
  }

  .nova-series-index-card__media,
  .nova-series-index-card__body {
    min-height: 0;
  }

  .nova-series-index-card__media {
    aspect-ratio: 4 / 3;
    grid-template-columns: minmax(0, 1.35fr) minmax(88px, 0.65fr);
  }

  .nova-series-index-card:nth-child(even) .nova-series-index-card__media {
    grid-template-columns: minmax(88px, 0.65fr) minmax(0, 1.35fr);
  }

  .nova-series-section-head--split,
  .nova-series-thesis__grid,
  .nova-series-stone-note,
  .nova-series-access__inner {
    grid-template-columns: 1fr;
  }

  .nova-series-pillars {
    grid-template-columns: 1fr;
  }

  .nova-series-pillars article + article {
    margin-top: 2rem;
  }

  .nova-series-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nova-series-process__grid,
  .nova-series-proof-strip {
    grid-template-columns: 1fr;
  }

  .nova-series-system__grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .nova-series-process__grid article {
    min-height: 230px;
  }

  .nova-series-system__grid article {
    display: block;
  }

  .nova-series-detail-hero {
    min-height: auto;
  }

  .nova-series-detail-hero__image {
    object-position: center;
    padding: 2rem;
  }

  .nova-series-detail-hero__shade {
    background: linear-gradient(0deg, rgba(12, 12, 11, 0.9) 0%, rgba(12, 12, 11, 0.35) 66%, rgba(12, 12, 11, 0.06) 100%);
  }

  .nova-series-modal {
    place-items: end center;
    padding: 0;
  }

  .nova-series-modal__dialog {
    max-height: 94svh;
    transform: translateY(28px);
  }

  .nova-series-modal__fields {
    grid-template-columns: 1fr;
  }
}

/* Keep the five collection detail pages on their original editorial layout.
   Hub refinements are intentionally isolated from these routes. */
.nova-page-series:not(.nova-series-route-jewelry-series) .nova-series-section-head {
  max-width: 850px;
}

.nova-page-series:not(.nova-series-route-jewelry-series) .nova-series-section-head h2,
.nova-page-series:not(.nova-series-route-jewelry-series) .nova-series-thesis h2,
.nova-series-access--detail h2 {
  font-size: clamp(2.4rem, 4.7vw, 5rem);
  line-height: 1;
}

.nova-series-detail-hero {
  position: relative;
  display: flex;
  min-height: min(860px, calc(100svh - var(--nova-header-height)));
  align-items: flex-end;
  overflow: hidden;
  background: #252522;
  color: #fff;
}

.nova-series-detail-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  content: "";
  background: var(--series-accent);
}

.nova-series-detail-hero__image,
.nova-series-detail-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nova-series-detail-hero__image {
  grid-column: auto;
  grid-row: auto;
  object-fit: cover;
  padding: 0;
  background: transparent;
}

.nova-series-detail-hero__shade {
  display: block;
  background: linear-gradient(90deg, rgba(12, 12, 11, 0.8) 0%, rgba(12, 12, 11, 0.38) 44%, rgba(12, 12, 11, 0.02) 72%), linear-gradient(0deg, rgba(12, 12, 11, 0.5), transparent 45%);
}

.nova-series-detail-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  grid-column: auto;
  grid-row: auto;
  align-self: auto;
  padding-block: clamp(5rem, 10vw, 8.5rem);
}

.nova-series-detail-hero__content h1 {
  font-size: clamp(4rem, 9vw, 9rem);
  line-height: 0.85;
  letter-spacing: -0.055em;
}

.nova-series-detail-hero__content > p:not(.nova-eyebrow) {
  color: rgba(255, 255, 255, 0.83);
}

.nova-series-detail-hero .nova-button,
.nova-series-detail-hero .nova-series-hero-link {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .nova-series-detail-hero .nova-button:hover {
    border-color: #fff;
    background: #fff;
    color: #23231f;
  }
}

.nova-page-series:not(.nova-series-route-jewelry-series) .nova-series-pillars {
  gap: 0;
  border-top: 1px solid var(--nova-series-line);
}

.nova-page-series:not(.nova-series-route-jewelry-series) .nova-series-pillars article {
  padding: 2.2rem clamp(1rem, 3vw, 2.7rem) 0 0;
}

.nova-page-series:not(.nova-series-route-jewelry-series) .nova-series-pillars article + article {
  padding-left: clamp(1rem, 3vw, 2.7rem);
  border-left: 1px solid var(--nova-series-line);
}

.nova-page-series:not(.nova-series-route-jewelry-series) .nova-series-pillars h3 {
  margin-top: 2.6rem;
}

.nova-page-series:not(.nova-series-route-jewelry-series) .nova-series-pillars span,
.nova-series-process__grid span {
  display: inline;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
}

.nova-series-gallery {
  background: #fff;
}

.nova-series-gallery__grid {
  gap: clamp(0.65rem, 1.4vw, 1.25rem);
}

.nova-series-product {
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.nova-series-product--feature {
  grid-column: span 2;
  grid-row: span 2;
}

.nova-series-product img {
  object-fit: cover;
  padding: 0;
  background: #f4f3f0;
}

.nova-series-product figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.7rem;
  color: var(--nova-series-muted);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nova-series-stone-note {
  border: 1px solid var(--nova-series-line);
  box-shadow: none;
}

.nova-series-process__grid {
  gap: 0;
  border: 1px solid var(--nova-series-line);
}

.nova-series-process__grid article {
  min-height: 280px;
  padding: clamp(1.5rem, 3vw, 2.7rem);
  background: transparent;
}

.nova-series-process__grid article + article {
  border-left: 1px solid var(--nova-series-line);
}

.nova-series-process__grid h3 {
  margin: 3.5rem 0 0.75rem;
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
  line-height: 1.1;
}

.nova-series-process__grid p {
  font-size: inherit;
  line-height: 1.65;
}

.nova-series-access--detail {
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
  background: #23231f;
  color: #fff;
}

.nova-series-access--detail .nova-series-access__inner {
  width: 100%;
  min-height: 0;
  margin-inline: 0;
  overflow: visible;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: end;
  background: transparent;
}

.nova-series-access--detail h2 {
  max-width: 800px;
  margin-top: 0.85rem;
  color: inherit;
}

.nova-series-access--detail .nova-series-access__inner > div > p:last-child {
  max-width: 680px;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.7;
}

.nova-series-access--detail .nova-button {
  align-self: auto;
  border-color: #fff;
  background: transparent;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .nova-series-access--detail .nova-button:hover {
    border-color: #fff;
    background: #fff;
    color: #23231f;
  }
}

@media (max-width: 980px) {
  .nova-series-detail-hero {
    display: flex;
    min-height: min(860px, calc(100svh - var(--nova-header-height)));
  }

  .nova-series-detail-hero__image {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
  }

  .nova-series-detail-hero__content {
    grid-column: auto;
    grid-row: auto;
  }

  .nova-series-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nova-series-process__grid article:nth-child(3) {
    border-left: 0;
  }

  .nova-series-process__grid article:nth-child(n + 3) {
    border-top: 1px solid var(--nova-series-line);
  }
}

@media (max-width: 720px) {
  .nova-series-detail-hero {
    min-height: 720px;
  }

  .nova-series-detail-hero__image {
    object-position: 62% center;
    padding: 0;
  }

  .nova-page-series:not(.nova-series-route-jewelry-series) .nova-series-pillars article + article {
    margin-top: 2rem;
    padding-left: 0;
    border-top: 1px solid var(--nova-series-line);
    border-left: 0;
  }

  .nova-series-product--feature {
    grid-column: span 2;
  }

  .nova-series-product figcaption small {
    display: none;
  }

  .nova-series-process__grid {
    grid-template-columns: 1fr;
  }

  .nova-series-process__grid article {
    min-height: 230px;
  }

  .nova-series-process__grid article + article,
  .nova-series-process__grid article:nth-child(3) {
    border-top: 1px solid var(--nova-series-line);
    border-left: 0;
  }

  .nova-series-access--detail .nova-series-access__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nova-series-index-card__media img,
  .nova-series-modal,
  .nova-series-modal__dialog,
  .nova-series-modal__close {
    transition: none;
  }
}

/* Enamel Reverie — collection-specific editorial system */
.nova-series-route-enamel-reverie {
  --nova-enamel-purple: #726b7b;
  --nova-enamel-purple-deep: #5e5868;
  --nova-enamel-lilac: #e7e2ea;
  --nova-enamel-ink: #262329;
}

.nova-enamel-hero {
  background: #f7f5f2;
  color: var(--nova-enamel-ink);
}

.nova-enamel-hero__inner {
  display: grid;
  min-height: clamp(580px, 46vw, 690px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
}

.nova-enamel-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7rem) clamp(2rem, 6vw, 6.5rem) clamp(4rem, 7vw, 7rem) 0;
}

.nova-enamel-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: auto;
  color: var(--nova-series-muted);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.nova-enamel-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.nova-enamel-hero__copy > .nova-eyebrow {
  margin-top: clamp(3.5rem, 7vw, 6.5rem);
  color: var(--nova-enamel-purple);
}

.nova-enamel-hero h1 {
  max-width: 650px;
  margin: 1rem 0 1.35rem;
  font: 400 clamp(4rem, 6.8vw, 7.2rem)/0.86 "Newsreader", Georgia, serif;
  letter-spacing: -0.055em;
}

.nova-enamel-hero__lead {
  max-width: 590px;
  margin: 0;
  color: var(--nova-series-muted);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.75;
}

.nova-enamel-hero__actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.25rem;
}

.nova-enamel-hero .nova-button {
  border-color: var(--nova-enamel-purple-deep);
  background: var(--nova-enamel-purple-deep);
  color: #fff;
}

.nova-enamel-hero .nova-series-hero-link {
  color: var(--nova-enamel-purple-deep);
}

.nova-enamel-hero__visual {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: radial-gradient(circle at 54% 42%, #f8f6f7 0 24%, var(--nova-enamel-lilac) 63%, #d7d0dc 100%);
}

.nova-enamel-hero__visual::before {
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  content: "";
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.nova-enamel-hero__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  mix-blend-mode: multiply;
}

.nova-enamel-hero__visual figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(1.4rem, 3vw, 2.5rem);
  bottom: clamp(1.4rem, 3vw, 2.5rem);
  display: flex;
  gap: 0.65rem;
  color: var(--nova-enamel-purple-deep);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nova-enamel-hero__visual figcaption strong {
  font-weight: 600;
}

.nova-enamel-language {
  padding-block: clamp(6rem, 10vw, 10rem);
  background: #fff;
}

.nova-enamel-language__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  gap: clamp(3rem, 8vw, 8.5rem);
  align-items: center;
}

.nova-enamel-language__visual {
  position: relative;
  min-height: clamp(560px, 52vw, 730px);
  margin: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #f2eef4, #faf9f7 72%);
}

.nova-enamel-language__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  mix-blend-mode: multiply;
}

.nova-enamel-language__visual figcaption {
  position: absolute;
  right: 1.5rem;
  bottom: 1.35rem;
  left: 1.5rem;
  color: var(--nova-enamel-purple-deep);
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nova-enamel-language__copy h2 {
  max-width: 650px;
  margin: 1rem 0 1.5rem;
  font: 400 clamp(3rem, 5vw, 5.1rem)/0.98 "Newsreader", Georgia, serif;
  letter-spacing: -0.045em;
}

.nova-enamel-language__intro {
  max-width: 610px;
  margin: 0;
  color: var(--nova-series-muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.nova-enamel-principles {
  display: grid;
  gap: 1.75rem;
  margin-top: clamp(2.6rem, 5vw, 4rem);
}

.nova-enamel-principles article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 1.1rem;
  align-items: start;
}

.nova-enamel-principles article > span {
  padding-top: 0.25rem;
  color: var(--nova-enamel-purple);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.nova-enamel-principles h3 {
  margin: 0 0 0.4rem;
  font: 400 clamp(1.45rem, 2vw, 1.9rem)/1.1 "Newsreader", Georgia, serif;
}

.nova-enamel-principles p {
  max-width: 520px;
  margin: 0;
  color: var(--nova-series-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.nova-enamel-edit {
  background: #f7f5f2;
}

.nova-enamel-edit .nova-series-section-head,
.nova-enamel-spec .nova-series-section-head,
.nova-enamel-process .nova-series-section-head {
  width: 100%;
  max-width: none;
}

.nova-enamel-chapters {
  display: block;
}

.nova-enamel-chapter {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
  border-top: 1px solid rgba(114, 107, 123, 0.25);
}

.nova-enamel-chapter__head {
  position: sticky;
  top: calc(var(--nova-header-height) + 2rem);
  align-self: start;
}

.nova-enamel-chapter__head > span {
  display: block;
  margin-bottom: clamp(3rem, 8vw, 7rem);
  color: var(--nova-enamel-purple);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.nova-enamel-chapter__head h3 {
  margin: 0.65rem 0 1rem;
  font: 400 clamp(2.25rem, 3.8vw, 4rem)/0.98 "Newsreader", Georgia, serif;
  letter-spacing: -0.035em;
}

.nova-enamel-chapter__head > p:last-child {
  max-width: 370px;
  margin: 0;
  color: var(--nova-series-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.nova-enamel-chapter__products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 2rem);
  align-items: start;
}

.nova-enamel-chapter__products .nova-series-product--feature {
  grid-column: span 2;
  grid-row: auto;
}

.nova-enamel-chapter__products .nova-series-product img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
}

.nova-enamel-chapter__products .nova-series-product--feature img,
.nova-enamel-chapter--1 .nova-series-product:last-child img,
.nova-enamel-chapter--3 .nova-series-product:last-child img {
  aspect-ratio: 16 / 10;
}

.nova-enamel-chapter--1 .nova-series-product:last-child,
.nova-enamel-chapter--3 .nova-series-product:last-child {
  grid-column: span 2;
}

.nova-enamel-chapter--2 .nova-series-product--feature {
  grid-column: auto;
}

.nova-enamel-chapter--2 .nova-series-product--feature img {
  aspect-ratio: 1 / 1;
}

.nova-enamel-spec {
  background: #fff;
}
html body.nova-page-series .nova-enamel-spec__table {
  min-width: 1040px;
}
html body.nova-page-series .nova-enamel-spec__table th:first-child,
html body.nova-page-series .nova-enamel-spec__table td:first-child {
  width: 160px;
}
html body.nova-page-series .nova-enamel-spec__table td:first-child {
  padding: 0.75rem 1rem 0.75rem 0;
}
html body.nova-page-series .nova-enamel-spec__table figure {
  margin: 0;
}
html body.nova-page-series .nova-enamel-spec__table figure img {
  width: 132px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center 38%;
  background: #f7f5f2;
}
html body.nova-page-series .nova-enamel-spec__table figure figcaption {
  margin-top: 0.45rem;
  color: var(--nova-series-muted);
  font-size: 0.7rem;
  letter-spacing: 0.07em;
}

.nova-enamel-spec__note {
  display: grid;
  grid-template-columns: minmax(180px, 0.3fr) minmax(0, 1fr);
  gap: 2rem;
  margin: 1.5rem 0 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(114, 107, 123, 0.25);
}

.nova-enamel-spec__note strong {
  font: 400 1.45rem/1.15 "Newsreader", Georgia, serif;
}

.nova-enamel-spec__note span {
  color: var(--nova-series-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.nova-enamel-process {
  background: #f0edf2;
}

.nova-enamel-process__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.nova-enamel-process__media {
  display: grid;
  gap: 1rem;
}

.nova-enamel-process__media figure {
  margin: 0;
}

.nova-enamel-process__media figure + figure {
  width: 72%;
  margin-left: auto;
}

.nova-enamel-process__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.nova-enamel-process__media figcaption {
  padding-top: 0.65rem;
  color: var(--nova-enamel-purple-deep);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nova-enamel-process__steps {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nova-enamel-process__steps li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 1.2rem;
}

.nova-enamel-process__steps li > span {
  color: var(--nova-enamel-purple-deep);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.nova-enamel-process__steps h3 {
  margin: -0.15rem 0 0.55rem;
  font: 400 clamp(1.8rem, 2.7vw, 2.65rem)/1 "Newsreader", Georgia, serif;
}

.nova-enamel-process__steps p {
  max-width: 520px;
  margin: 0;
  color: var(--nova-series-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.nova-enamel-access {
  padding-block: clamp(5rem, 9vw, 8rem);
  background: var(--nova-enamel-purple-deep);
}

.nova-enamel-access__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.nova-enamel-access__lead h2 {
  max-width: 680px;
}

.nova-enamel-access__lead > p:not(.nova-eyebrow) {
  max-width: 670px;
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.75;
}

.nova-enamel-access__lead .nova-button {
  margin-top: 2rem;
  border-color: #fff;
  background: #fff;
  color: var(--nova-enamel-purple-deep);
}

.nova-enamel-access__scope {
  padding: clamp(2rem, 4vw, 3.5rem);
  background: rgba(255, 255, 255, 0.08);
}

.nova-enamel-access__scope .nova-eyebrow {
  color: rgba(255, 255, 255, 0.62);
}

.nova-enamel-access__scope dl {
  display: grid;
  gap: 1.6rem;
  margin: 2rem 0 0;
}

.nova-enamel-access__scope dl > div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 1rem;
}

.nova-enamel-access__scope dt {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
}

.nova-enamel-access__scope dd {
  margin: 0;
  color: #fff;
  font: 400 clamp(1.3rem, 2vw, 1.7rem)/1.15 "Newsreader", Georgia, serif;
}

@media (max-width: 980px) {
  .nova-enamel-hero__inner,
  .nova-enamel-language__grid,
  .nova-enamel-process__layout,
  .nova-enamel-access__inner {
    grid-template-columns: 1fr;
  }

  .nova-enamel-hero__copy {
    min-height: 560px;
    padding-right: 0;
  }

  .nova-enamel-hero__visual {
    min-height: 540px;
  }

  .nova-enamel-language__visual {
    min-height: 620px;
  }

  .nova-enamel-chapter {
    grid-template-columns: 1fr;
  }

  .nova-enamel-chapter__head {
    position: static;
  }

  .nova-enamel-chapter__head > span {
    margin-bottom: 2.5rem;
  }

  .nova-enamel-access__scope {
    max-width: 640px;
  }
}

@media (max-width: 720px) {
  .nova-enamel-hero__copy {
    min-height: 500px;
    padding-block: 2rem 4rem;
  }

  .nova-enamel-breadcrumb {
    margin-bottom: 4rem;
  }

  .nova-enamel-hero__copy > .nova-eyebrow {
    margin-top: 0;
  }

  .nova-enamel-hero h1 {
    font-size: clamp(3.5rem, 17vw, 5rem);
  }

  .nova-enamel-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .nova-enamel-hero__visual {
    min-height: 430px;
  }

  .nova-enamel-language__visual {
    min-height: 440px;
  }

  .nova-enamel-language__copy h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .nova-enamel-chapter__products {
    gap: 0.8rem;
  }

  .nova-enamel-spec__note {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .nova-enamel-process__media figure + figure {
    width: 86%;
  }

  .nova-enamel-access__scope {
    padding: 1.5rem;
  }
}

/* Keep Enamel typography and content measures aligned with the locked NOVA pages. */
.nova-series-route-enamel-reverie h1,
.nova-series-route-enamel-reverie h2,
.nova-series-route-enamel-reverie h3 {
  text-wrap: balance;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-hero h1 {
  max-width: 720px;
  font-size: clamp(3.35rem, 4.4vw, 4.3rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-language__copy h2,
.nova-page-series.nova-series-route-enamel-reverie .nova-series-section-head h2,
.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-access__lead h2 {
  max-width: none;
  font-size: clamp(2.65rem, 3.7vw, 3.9rem);
  line-height: 1.01;
  letter-spacing: -0.032em;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-series-section-head--split {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: clamp(44px, 8vw, 124px);
  align-items: end;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-series-section-head--split > p {
  max-width: 520px;
  font-size: 0.96rem;
  line-height: 1.78;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-language__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(44px, 8vw, 112px);
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__steps h3 {
  font-size: clamp(1.65rem, 2vw, 2.15rem);
  line-height: 1.06;
}

@media (max-width: 980px) {
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-language__grid,
  .nova-page-series.nova-series-route-enamel-reverie .nova-series-section-head--split {
    grid-template-columns: 1fr;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-series-section-head--split > p {
    max-width: 660px;
  }
}

@media (max-width: 720px) {
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-hero h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-language__copy h2,
  .nova-page-series.nova-series-route-enamel-reverie .nova-series-section-head h2,
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-access__lead h2 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }
}

/* Enamel editorial headings: one-line desktop titles and a compact public-edit opening. */
@media (min-width: 981px) {
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-language__copy h2 {
    white-space: nowrap;
    font-size: clamp(2.65rem, 3.25vw, 3.55rem);
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-edit .nova-series-section-head {
    display: block;
    max-width: 920px;
    margin-bottom: clamp(48px, 5vw, 72px);
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-edit .nova-series-section-head h2 {
    white-space: nowrap;
    font-size: clamp(2.65rem, 3.25vw, 3.55rem);
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-edit .nova-series-section-head > p {
    max-width: 760px;
    margin-top: 22px;
  }
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-edit {
  padding-block: clamp(84px, 8vw, 118px);
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-edit .nova-enamel-chapter:first-child {
  padding-top: 0;
  border-top: 0;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-edit .nova-enamel-chapter__head > span {
  margin-bottom: clamp(30px, 4vw, 52px);
}

/* Public edit: restrained catalogue grid instead of repeated oversized split panels. */
.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter {
  display: block;
  padding-block: clamp(64px, 7vw, 96px);
  border-top: 0;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter + .nova-enamel-chapter {
  padding-top: clamp(70px, 8vw, 112px);
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__head {
  position: static;
  display: grid;
  grid-template-columns: 44px minmax(240px, 0.62fr) minmax(360px, 1fr);
  gap: clamp(20px, 3vw, 48px);
  align-items: start;
  max-width: 1120px;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__head > span {
  margin: 0;
  padding-top: 0.55rem;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__head .nova-eyebrow {
  display: none;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__head h3 {
  margin: 0;
  font-size: clamp(2.25rem, 3vw, 3.25rem);
  line-height: 1;
  white-space: nowrap;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__head > p:last-child {
  max-width: 560px;
  padding-top: 0.15rem;
  font-size: 0.96rem;
  line-height: 1.75;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 24px);
  margin-top: clamp(36px, 4.5vw, 62px);
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter--2 .nova-enamel-chapter__products {
  width: calc(50% - clamp(7px, 0.85vw, 12px));
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__products .nova-series-product,
.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__products .nova-series-product--feature,
.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter--1 .nova-series-product:last-child,
.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter--3 .nova-series-product:last-child {
  grid-column: auto;
  grid-row: auto;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__products .nova-series-product img,
.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__products .nova-series-product--feature img,
.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter--1 .nova-series-product:last-child img,
.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter--3 .nova-series-product:last-child img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

@media (max-width: 980px) {
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__head {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__head > p:last-child {
    grid-column: 2;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter--2 .nova-enamel-chapter__products {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__head {
    display: block;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__head > span {
    display: block;
    margin-bottom: 18px;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__head h3 {
    white-space: normal;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__head > p:last-child {
    margin-top: 18px;
  }
}

/* Enamel specification and production sections follow the approved NOVA page rhythm. */
.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec,
.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process {
  padding-block: clamp(88px, 8vw, 126px);
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process {
  background: #f7f5f2;
}

@media (min-width: 981px) {
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec .nova-series-section-head,
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process .nova-series-section-head {
    display: block;
    max-width: 980px;
    margin-bottom: clamp(48px, 5vw, 68px);
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec .nova-series-section-head h2,
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process .nova-series-section-head h2 {
    white-space: nowrap;
    font-size: clamp(2.65rem, 3.25vw, 3.55rem);
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec .nova-series-section-head > p,
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process .nova-series-section-head > p {
    max-width: 760px;
    margin-top: 22px;
  }
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec .nova-series-table-wrap {
  border-top: 1px solid rgba(114, 107, 123, 0.34);
  border-bottom: 1px solid rgba(114, 107, 123, 0.24);
  box-shadow: none;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table thead th {
  position: static;
  padding: 18px 20px;
  background: #f5f2f6;
  color: var(--nova-enamel-purple-deep);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table th,
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table td {
  padding: 24px 20px;
  vertical-align: middle;
  font-size: 0.86rem;
  line-height: 1.65;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table tbody th,
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table tbody tr:nth-child(even) td {
  background: #fff;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table tbody th {
  width: 210px;
  color: var(--nova-enamel-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.25;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table tbody tr > * {
  border-top: 1px solid rgba(114, 107, 123, 0.16);
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table figure img {
  width: 112px;
  background: #f7f5f2;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__note {
  margin-top: 24px;
  padding-top: 0;
  border-top: 0;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__layout {
  display: block;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__media {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
  gap: clamp(14px, 1.8vw, 26px);
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__media figure,
.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__media figure + figure {
  width: 100%;
  margin: 0;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__media img {
  aspect-ratio: 16 / 9;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
  margin-top: clamp(46px, 5vw, 68px);
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__steps li {
  display: block;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__steps li > span {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(114, 107, 123, 0.38);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__steps h3 {
  margin: 26px 0 12px;
  font-size: clamp(1.45rem, 1.8vw, 1.8rem);
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__steps p {
  max-width: 290px;
  font-size: 0.9rem;
  line-height: 1.72;
}

@media (max-width: 980px) {
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__media {
    grid-template-columns: 1fr;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__steps {
    grid-template-columns: 1fr;
  }
}

/* Enamel Reverie final collected revisions: editorial rhythm without repeated boxes. */
.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-edit {
  background: #f8f7f4;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-language__collage {
  min-height: 0;
  overflow: visible;
  background: transparent;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-language__collage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
  aspect-ratio: 5 / 4;
  background: #f2eef4;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-language__collage-grid img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 1px solid rgba(114, 107, 123, 0.14);
  background: #fff;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-language__collage-grid img:first-child {
  grid-row: 1 / -1;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-edit .nova-container,
.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec .nova-container,
.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process .nova-container {
  width: min(100% - clamp(40px, 7vw, 116px), 1680px);
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__products figcaption {
  display: block;
  padding: 14px 4px 0;
  text-align: center;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__products figcaption small {
  display: block;
  color: rgba(43, 40, 45, 0.62);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (min-width: 981px) {
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec .nova-series-section-head {
    max-width: none;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec .nova-series-section-head > p {
    width: min(48%, 660px);
    max-width: 660px;
    margin-top: 22px;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-edit .nova-series-section-head {
    display: grid;
    grid-template-columns: minmax(520px, 0.92fr) minmax(420px, 0.72fr);
    gap: clamp(44px, 7vw, 112px);
    max-width: none;
    margin-bottom: clamp(44px, 4vw, 60px);
    align-items: end;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-edit .nova-series-section-head > p {
    max-width: 600px;
    margin: 0 0 2px;
    justify-self: end;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__head {
    grid-template-columns: 44px minmax(290px, 0.58fr) minmax(430px, 0.9fr);
    max-width: none;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__head > p:last-child {
    max-width: 640px;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter--1 .nova-enamel-chapter__products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter--2 .nova-enamel-chapter__products {
    width: 100%;
    max-width: 1220px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 2.5vw, 38px);
    align-items: start;
    margin-inline: auto;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter--2 .nova-series-product:nth-child(2) {
    width: 100%;
    justify-self: stretch;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter--2 .nova-series-product:first-child img,
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter--2 .nova-series-product:nth-child(2) img {
    aspect-ratio: 4 / 5;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter--3 .nova-enamel-chapter__products {
    max-width: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 1.7vw, 24px);
    margin-inline: 0;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter--3 .nova-series-product img {
    aspect-ratio: 1 / 1;
  }
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__products .nova-series-product {
  background: transparent;
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter__products .nova-series-product img {
  border: 1px solid rgba(114, 107, 123, 0.16);
  background: #fff;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec .nova-series-table-wrap {
  border: 1px solid rgba(114, 107, 123, 0.28);
  background: #fff;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table {
  table-layout: fixed;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table thead th {
  background: #f2eef4;
  border: 0;
  border-right: 1px solid rgba(114, 107, 123, 0.18);
  border-bottom: 1px solid rgba(114, 107, 123, 0.22);
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table thead th:last-child {
  border-right: 0;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table thead th:nth-child(1) {
  width: 16%;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table thead th:nth-child(2) {
  width: 20%;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table thead th:nth-child(3) {
  width: 35%;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table thead th:nth-child(4) {
  width: 29%;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table tbody tr > * {
  border-top: 0;
  border-right: 1px solid rgba(114, 107, 123, 0.13);
  border-bottom: 1px solid rgba(114, 107, 123, 0.15);
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table tbody tr > *:last-child {
  border-right: 0;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table tbody tr:last-child > * {
  border-bottom: 0;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table td:first-child {
  background: #faf8fb;
  text-align: center;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table figure {
  display: grid;
  place-items: center;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table figure img {
  width: min(100%, 146px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
}
html body.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec__table tbody th {
  padding-left: clamp(22px, 2vw, 34px);
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__media {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 34px);
}

.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (max-width: 980px) {
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-edit .nova-container,
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec .nova-container,
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process .nova-container {
    width: min(100% - 40px, 1680px);
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-chapter--3 .nova-enamel-chapter__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-edit .nova-container,
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-spec .nova-container,
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process .nova-container {
    width: min(100% - 28px, 1680px);
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__media {
    grid-template-columns: 1fr;
  }
}

/* Final Enamel production balance: larger narrative area, smaller equal imagery. */
@media (min-width: 981px) {
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process > .nova-container {
    display: grid;
    grid-template-columns: minmax(0, 1.46fr) minmax(280px, 0.54fr);
    column-gap: clamp(40px, 5vw, 72px);
    align-items: start;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process .nova-series-section-head {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    margin-bottom: 0;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__layout {
    display: contents;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__steps {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 3.4vw, 46px) clamp(30px, 3.5vw, 52px);
    margin-top: clamp(32px, 3.5vw, 46px);
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__media {
    grid-column: 2;
    grid-row: 1 / span 2;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    max-width: 390px;
    margin-top: 0;
    justify-self: end;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__media img {
    aspect-ratio: 4 / 3;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__steps h3 {
    margin-top: 18px;
    font-size: clamp(1.5rem, 1.7vw, 1.8rem);
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__steps p {
    max-width: 370px;
    font-size: 0.94rem;
    line-height: 1.65;
  }
}

@media (max-width: 980px) {
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__layout {
    display: flex;
    flex-direction: column;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__steps {
    order: 1;
    margin-top: 0;
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process__media {
    order: 2;
    margin-top: clamp(40px, 7vw, 64px);
  }
}

/* Keep the production story compact and aligned with the established NOVA page rhythm. */
.nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process {
  padding-block: clamp(64px, 6vw, 88px);
}

@media (min-width: 981px) {
  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process .nova-series-section-head h2 {
    font-size: clamp(2.35rem, 2.8vw, 3.1rem);
  }

  .nova-page-series.nova-series-route-enamel-reverie .nova-enamel-process .nova-series-section-head > p {
    margin-top: 16px;
    line-height: 1.65;
  }
}

/* Gem Reverence — aligned with the locked NOVA series editorial system. */
.nova-page-series.nova-series-route-gem-reverence {
  --nova-gem-ink: #262329;
  --nova-gem-purple: #726b7b;
  --nova-gem-deep: #5e5868;
  --nova-gem-line: rgba(114, 107, 123, 0.2);
}

.nova-page-series.nova-series-route-gem-reverence h2,
.nova-page-series.nova-series-route-gem-reverence h3 {
  text-wrap: balance;
}

.nova-gem-hero {
  background: #f7f5f2;
  color: var(--nova-gem-ink);
}

.nova-gem-hero__inner {
  display: grid;
  min-height: clamp(580px, 46vw, 690px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
}

.nova-gem-hero__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 7vw, 96px) clamp(42px, 6vw, 84px) clamp(58px, 7vw, 96px) 0;
}

.nova-gem-breadcrumb {
  display: flex;
  gap: 14px;
  margin-bottom: clamp(64px, 8vw, 106px);
  color: rgba(38, 35, 41, 0.62);
  font-size: 0.76rem;
}

.nova-gem-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.nova-gem-hero__copy > .nova-eyebrow,
.nova-gem-language .nova-eyebrow,
.nova-gem-edit .nova-eyebrow,
.nova-gem-spec .nova-eyebrow,
.nova-gem-composition .nova-eyebrow,
.nova-gem-process .nova-eyebrow {
  color: var(--nova-gem-purple);
}

.nova-gem-hero h1 {
  max-width: none;
  margin: 24px 0 0;
  color: var(--nova-gem-ink);
  font-size: clamp(3.5rem, 4.45vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.nova-gem-hero__lead {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(38, 35, 41, 0.66);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.75;
}

.nova-gem-hero__actions {
  margin-top: 34px;
}

.nova-gem-hero .nova-button {
  border-color: var(--nova-gem-deep);
  background: var(--nova-gem-deep);
  color: #fff;
}

.nova-gem-hero__visual {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #e8e2df;
}

.nova-gem-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nova-gem-language {
  padding-block: clamp(88px, 9vw, 136px);
  background: #fff;
}

.nova-gem-language__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}

.nova-gem-language__collage {
  display: grid;
  min-height: 0;
  margin: 0;
  padding: 12px;
  aspect-ratio: 5 / 4;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  background: #f2eef4;
}

.nova-gem-language__collage img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 1px solid rgba(114, 107, 123, 0.14);
  background: #fff;
  object-fit: contain;
}

.nova-gem-language__collage img:first-child {
  grid-row: 1 / -1;
}

.nova-gem-language__copy h2,
.nova-page-series.nova-series-route-gem-reverence .nova-series-section-head h2,
.nova-gem-access h2 {
  max-width: none;
  margin-top: 18px;
  font-size: clamp(2.65rem, 3.7vw, 3.9rem);
  line-height: 1.01;
  letter-spacing: -0.032em;
}

.nova-gem-language__intro {
  max-width: 620px;
  margin: 30px 0 0;
  color: rgba(38, 35, 41, 0.64);
  font-size: 0.98rem;
  line-height: 1.78;
}

.nova-gem-principles {
  display: grid;
  gap: 0;
  margin-top: 42px;
}

.nova-gem-principles article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid var(--nova-gem-line);
}

.nova-gem-principles article > span,
.nova-gem-chapter__head > span,
.nova-gem-composition__grid article > span,
.nova-gem-process__steps li > span {
  padding-top: 0.25rem;
  color: var(--nova-gem-purple);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.nova-gem-principles h3 {
  margin: 0;
  font-size: clamp(1.45rem, 1.8vw, 1.8rem);
  line-height: 1.08;
}

.nova-gem-principles p {
  max-width: 520px;
  margin: 8px 0 0;
  color: rgba(38, 35, 41, 0.62);
  font-size: 0.86rem;
  line-height: 1.68;
}

.nova-gem-edit,
.nova-gem-spec,
.nova-gem-composition,
.nova-gem-process {
  padding-block: clamp(84px, 8vw, 118px);
}

.nova-gem-edit {
  background: #f8f7f4;
}

.nova-gem-edit .nova-container,
.nova-gem-spec .nova-container,
.nova-gem-composition .nova-container,
.nova-gem-process .nova-container {
  width: min(100% - clamp(40px, 7vw, 116px), 1680px);
}

.nova-page-series.nova-series-route-gem-reverence .nova-series-section-head--split {
  max-width: none;
  grid-template-columns: minmax(520px, 0.92fr) minmax(420px, 0.72fr);
  gap: clamp(44px, 7vw, 112px);
  align-items: end;
}

.nova-page-series.nova-series-route-gem-reverence .nova-series-section-head--split > p {
  max-width: 600px;
  margin: 0 0 2px;
  justify-self: end;
  font-size: 0.96rem;
  line-height: 1.76;
}

.nova-gem-chapter {
  padding-block: clamp(68px, 7vw, 102px);
}

.nova-gem-chapter:first-child {
  padding-top: 0;
}

.nova-gem-chapter + .nova-gem-chapter {
  border-top: 1px solid var(--nova-gem-line);
}

.nova-gem-chapter__head {
  display: grid;
  max-width: none;
  grid-template-columns: 44px minmax(290px, 0.58fr) minmax(430px, 0.9fr);
  gap: clamp(20px, 3vw, 48px);
  align-items: start;
}

.nova-gem-chapter__head h3 {
  margin: 0;
  font-size: clamp(2.25rem, 3vw, 3.25rem);
  line-height: 1;
  white-space: nowrap;
}

.nova-gem-chapter__head p {
  max-width: 640px;
  margin: 0;
  padding-top: 0.15rem;
  color: rgba(38, 35, 41, 0.62);
  font-size: 0.96rem;
  line-height: 1.75;
}

.nova-gem-chapter__products,
.nova-gem-product-grid {
  display: grid;
  gap: clamp(14px, 1.7vw, 24px);
}

.nova-gem-chapter__products {
  margin-top: clamp(38px, 4.5vw, 62px);
}

.nova-gem-chapter--1 .nova-gem-chapter__products {
  max-width: 1240px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-inline: auto;
}

.nova-gem-product-groups {
  display: grid;
  gap: clamp(54px, 6vw, 84px);
  margin-top: clamp(38px, 4.5vw, 62px);
}

.nova-gem-product-group {
  min-width: 0;
}

.nova-gem-product-group h4 {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 22px;
  color: var(--nova-gem-purple);
  font-family: "Manrope", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nova-gem-product-group h4::after {
  width: min(180px, 18vw);
  height: 1px;
  background: var(--nova-gem-line);
  content: "";
}

.nova-gem-product-grid--trio {
  max-width: 1240px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nova-gem-product-grid--duo {
  max-width: 980px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: auto;
}

.nova-gem-product-group:has(.nova-gem-product-grid--duo) h4 {
  width: min(100%, 980px);
  margin-inline: auto;
}

.nova-gem-product-grid--quad {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nova-gem-chapter__products .nova-series-product,
.nova-gem-product-grid .nova-series-product {
  grid-row: auto;
  background: transparent;
}

.nova-gem-chapter__products .nova-series-product img,
.nova-gem-product-grid .nova-series-product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(114, 107, 123, 0.16);
  background: #fff;
  object-fit: contain;
}

.nova-gem-chapter__products figcaption,
.nova-gem-product-grid figcaption {
  display: block;
  padding: 14px 4px 0;
  text-align: center;
}

.nova-gem-chapter__products figcaption small,
.nova-gem-product-grid figcaption small {
  display: block;
  color: rgba(43, 40, 45, 0.62);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nova-gem-spec {
  background: #fff;
}

.nova-gem-spec .nova-series-section-head,
.nova-gem-process .nova-series-section-head {
  display: block;
  max-width: none;
  margin-bottom: clamp(48px, 5vw, 68px);
}

.nova-gem-spec .nova-series-section-head > p,
.nova-gem-process .nova-series-section-head > p {
  max-width: 760px;
  margin-top: 22px;
}

.nova-gem-spec .nova-series-section-head > p:last-child {
  max-width: 820px;
}
html body.nova-page-series .nova-gem-spec .nova-series-table-wrap {
  border: 1px solid rgba(114, 107, 123, 0.28);
  background: #fff;
  box-shadow: none;
}
html body.nova-page-series .nova-gem-spec__table {
  min-width: 1080px;
  table-layout: fixed;
}
html body.nova-page-series .nova-gem-spec__table thead th {
  position: static;
  padding: 18px 20px;
  border: 0;
  border-right: 1px solid rgba(114, 107, 123, 0.18);
  border-bottom: 1px solid rgba(114, 107, 123, 0.22);
  background: #f2eef4;
  color: var(--nova-gem-deep);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}
html body.nova-page-series .nova-gem-spec__table thead th:last-child,
html body.nova-page-series .nova-gem-spec__table tbody tr > *:last-child {
  border-right: 0;
}
html body.nova-page-series .nova-gem-spec__table thead th:nth-child(1) { width: 16%; }
html body.nova-page-series .nova-gem-spec__table thead th:nth-child(2) { width: 20%; }
html body.nova-page-series .nova-gem-spec__table thead th:nth-child(3) { width: 35%; }
html body.nova-page-series .nova-gem-spec__table thead th:nth-child(4) { width: 29%; }
html body.nova-page-series .nova-gem-spec__table th,
html body.nova-page-series .nova-gem-spec__table td {
  padding: 24px 20px;
  vertical-align: middle;
  font-size: 0.86rem;
  line-height: 1.65;
}
html body.nova-page-series .nova-gem-spec__table tbody tr > * {
  border-top: 0;
  border-right: 1px solid rgba(114, 107, 123, 0.13);
  border-bottom: 1px solid rgba(114, 107, 123, 0.15);
}
html body.nova-page-series .nova-gem-spec__table tbody tr:last-child > * {
  border-bottom: 0;
}
html body.nova-page-series .nova-gem-spec__table td:first-child {
  background: #faf8fb;
  text-align: center;
}
html body.nova-page-series .nova-gem-spec__table tbody th {
  padding-left: clamp(22px, 2vw, 34px);
  background: #fff;
  color: var(--nova-gem-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.25;
}
html body.nova-page-series .nova-gem-spec__table figure {
  display: grid;
  margin: 0;
  place-items: center;
}
html body.nova-page-series .nova-gem-spec__table figure img {
  width: min(100%, 146px);
  aspect-ratio: 1 / 1;
  background: #fff;
  object-fit: contain;
}
html body.nova-page-series .nova-gem-spec__table tbody tr:nth-child(1) figure img,
html body.nova-page-series .nova-gem-spec__table tbody tr:nth-child(2) figure img,
html body.nova-page-series .nova-gem-spec__table tbody tr:nth-child(6) figure img {
  object-fit: cover;
}

.nova-gem-spec__note {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
  gap: 28px;
  margin: 24px 0 0;
  color: rgba(38, 35, 41, 0.62);
  font-size: 0.88rem;
  line-height: 1.65;
}

.nova-gem-spec__note strong {
  color: var(--nova-gem-ink);
  font: 400 1.18rem/1.35 "Newsreader", Georgia, serif;
}

.nova-gem-spec__note span {
  display: block;
}

.nova-gem-composition {
  background: #f8f7f4;
}

.nova-gem-guide-wrap {
  margin-top: clamp(48px, 5vw, 72px);
  border: 1px solid rgba(114, 107, 123, 0.28);
  background: #fff;
}
html body.nova-page-series .nova-gem-guide-table {
  min-width: 1180px;
  table-layout: fixed;
}
html body.nova-page-series .nova-gem-guide-table thead th {
  position: static;
  padding: 18px 20px;
  border: 0;
  border-right: 1px solid rgba(114, 107, 123, 0.18);
  border-bottom: 1px solid rgba(114, 107, 123, 0.22);
  background: #f2eef4;
  color: var(--nova-gem-deep);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}
html body.nova-page-series .nova-gem-guide-table thead th:last-child,
html body.nova-page-series .nova-gem-guide-table tbody tr > *:last-child {
  border-right: 0;
}
html body.nova-page-series .nova-gem-guide-table th,
html body.nova-page-series .nova-gem-guide-table td {
  padding: 24px 20px;
  vertical-align: middle;
  font-size: 0.86rem;
  line-height: 1.65;
}
html body.nova-page-series .nova-gem-guide-table tbody tr > * {
  border-top: 0;
  border-right: 1px solid rgba(114, 107, 123, 0.13);
  border-bottom: 1px solid rgba(114, 107, 123, 0.15);
}
html body.nova-page-series .nova-gem-guide-table tbody tr:last-child > * {
  border-bottom: 0;
}
html body.nova-page-series .nova-gem-guide-table tbody th {
  background: #fff;
  color: var(--nova-gem-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.25;
}
html body.nova-page-series .nova-gem-guide-table--composition thead th:nth-child(1) { width: 15%; }
html body.nova-page-series .nova-gem-guide-table--composition thead th:nth-child(2) { width: 17%; }
html body.nova-page-series .nova-gem-guide-table--composition thead th:nth-child(3) { width: 17%; }
html body.nova-page-series .nova-gem-guide-table--composition thead th:nth-child(4) { width: 22%; }
html body.nova-page-series .nova-gem-guide-table--composition thead th:nth-child(5) { width: 29%; }
html body.nova-page-series .nova-gem-guide-table--composition td:first-child {
  background: #faf8fb;
  text-align: center;
}
html body.nova-page-series .nova-gem-guide-table figure {
  display: grid;
  margin: 0;
  place-items: center;
}
html body.nova-page-series .nova-gem-guide-table figure img {
  width: min(100%, 136px);
  aspect-ratio: 1 / 1;
  background: #fff;
  object-fit: contain;
}

.nova-gem-identity {
  margin-top: clamp(84px, 8vw, 124px);
  padding-top: clamp(54px, 5vw, 76px);
  border-top: 1px solid var(--nova-gem-line);
}

.nova-gem-identity__head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: end;
}

.nova-gem-identity__head h2 {
  margin: 14px 0 0;
  font-size: clamp(2.65rem, 3.25vw, 3.55rem);
  line-height: 0.98;
  white-space: nowrap;
}

.nova-gem-identity__head > p {
  max-width: 610px;
  margin: 0;
  color: rgba(38, 35, 41, 0.62);
  font-size: 0.96rem;
  line-height: 1.7;
}
html body.nova-page-series .nova-gem-guide-table--identity thead th:nth-child(1) { width: 19%; }
html body.nova-page-series .nova-gem-guide-table--identity thead th:nth-child(2) { width: 27%; }
html body.nova-page-series .nova-gem-guide-table--identity thead th:nth-child(3) { width: 28%; }
html body.nova-page-series .nova-gem-guide-table--identity thead th:nth-child(4) { width: 26%; }

.nova-gem-process {
  padding-block: clamp(64px, 6vw, 88px);
  background: #fff;
}

.nova-gem-process__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.46fr) minmax(280px, 0.54fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: start;
}

.nova-gem-process__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 3.4vw, 46px) clamp(30px, 3.5vw, 52px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nova-gem-process__steps li {
  display: block;
  min-width: 0;
}

.nova-gem-process__steps li > span {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(114, 107, 123, 0.38);
  border-radius: 50%;
  place-items: center;
}

.nova-gem-process__steps h3 {
  margin: 18px 0 10px;
  font-size: clamp(1.5rem, 1.7vw, 1.8rem);
  line-height: 1.08;
}

.nova-gem-process__steps p {
  max-width: 380px;
  margin: 0;
  color: rgba(38, 35, 41, 0.62);
  font-size: 0.94rem;
  line-height: 1.65;
}

.nova-gem-process__media {
  display: grid;
  width: 100%;
  max-width: 390px;
  gap: 14px;
  justify-self: end;
}

.nova-gem-process__media figure {
  margin: 0;
}

.nova-gem-process__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.nova-gem-process__media figcaption {
  padding-top: 10px;
  color: var(--nova-gem-deep);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nova-gem-access .nova-series-access__lead {
  background: var(--nova-gem-deep);
}

@media (hover: hover) and (pointer: fine) {
  .nova-gem-hero .nova-button:hover {
    border-color: var(--nova-gem-deep);
    background: transparent;
    color: var(--nova-gem-deep);
  }
}

@media (min-width: 981px) {
  .nova-gem-edit .nova-series-section-head h2,
  .nova-gem-spec .nova-series-section-head h2,
  .nova-gem-composition .nova-series-section-head h2,
  .nova-gem-process .nova-series-section-head h2 {
    white-space: nowrap;
  }

  .nova-gem-language__copy h2 {
    font-size: clamp(2.5rem, 3vw, 3.3rem);
    white-space: nowrap;
  }

  .nova-gem-edit .nova-series-section-head h2,
  .nova-gem-composition .nova-series-section-head h2 {
    font-size: clamp(2.65rem, 3.25vw, 3.55rem);
  }

  .nova-gem-spec .nova-series-section-head > p:last-child {
    width: min(100%, 820px);
    max-width: 820px;
  }

  .nova-gem-process > .nova-container {
    display: grid;
    grid-template-columns: minmax(0, 1.46fr) minmax(280px, 0.54fr);
    column-gap: clamp(40px, 5vw, 72px);
    align-items: start;
  }

  .nova-gem-process .nova-series-section-head {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: clamp(34px, 3.5vw, 46px);
  }

  .nova-gem-process .nova-series-section-head h2 {
    font-size: clamp(2.35rem, 2.8vw, 3.1rem);
  }

  .nova-gem-process .nova-series-section-head > p {
    margin-top: 16px;
    line-height: 1.65;
  }

  .nova-gem-process__layout {
    display: contents;
  }

  .nova-gem-process__steps {
    grid-column: 1;
    grid-row: 2;
  }

  .nova-gem-process__media {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 980px) {
  .nova-gem-hero__inner,
  .nova-gem-language__grid,
  .nova-page-series.nova-series-route-gem-reverence .nova-series-section-head--split,
  .nova-gem-process__layout {
    grid-template-columns: 1fr;
  }

  .nova-gem-hero__copy {
    padding-right: 0;
  }

  .nova-gem-hero__visual {
    min-height: 520px;
  }

  .nova-page-series.nova-series-route-gem-reverence .nova-series-section-head--split > p {
    max-width: 660px;
    margin-top: 24px;
    justify-self: start;
  }

  .nova-gem-identity__head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .nova-gem-identity__head > p {
    max-width: 660px;
  }

  .nova-gem-chapter__head {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .nova-gem-chapter__head p {
    grid-column: 2;
  }

  .nova-gem-product-grid--trio,
  .nova-gem-product-grid--quad {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nova-gem-process__steps {
    order: 1;
  }

  .nova-gem-process__media {
    width: 100%;
    max-width: none;
    order: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: clamp(40px, 7vw, 64px);
  }
}

@media (max-width: 720px) {
  .nova-gem-hero__inner {
    min-height: 0;
  }

  .nova-gem-breadcrumb {
    margin-bottom: 48px;
  }

  .nova-gem-hero h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
    white-space: normal;
  }

  .nova-gem-hero__visual {
    min-height: 420px;
  }

  .nova-gem-language__copy h2,
  .nova-page-series.nova-series-route-gem-reverence .nova-series-section-head h2,
  .nova-gem-access h2 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  .nova-gem-edit .nova-container,
  .nova-gem-spec .nova-container,
  .nova-gem-composition .nova-container,
  .nova-gem-process .nova-container {
    width: min(100% - 28px, 1680px);
  }

  .nova-gem-chapter--1 .nova-gem-chapter__products,
  .nova-gem-product-grid,
  .nova-gem-process__steps,
  .nova-gem-process__media {
    grid-template-columns: 1fr;
  }

  .nova-gem-chapter__head {
    display: block;
  }

  .nova-gem-chapter__head > span {
    display: block;
    margin-bottom: 18px;
  }

  .nova-gem-chapter__head h3 {
    white-space: normal;
  }

  .nova-gem-chapter__head p {
    margin-top: 18px;
  }

  .nova-gem-spec__note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .nova-gem-identity__head h2 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
    white-space: normal;
  }
}

/* Keep Pure Solitaire's table and caption treatment above the shared series defaults. */
.nova-page-series.nova-series-route-pure-solitaire .nova-pure-product-grid figcaption {
  display: block;
  padding: 14px 4px 0;
  text-align: center;
}

.nova-page-series.nova-series-route-pure-solitaire .nova-pure-product-grid figcaption small {
  display: block;
  color: rgba(43, 40, 45, 0.62);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
html body.nova-page-series.nova-series-route-pure-solitaire .nova-series-table-wrap {
  border: 1px solid rgba(114, 107, 123, 0.3);
  background: #fff;
  box-shadow: none;
}
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-spec__table,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-size-table,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-material-table {
  table-layout: fixed;
  border-collapse: collapse;
}
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-spec__table { min-width: 1340px; }
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-size-table { min-width: 1120px; }
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-material-table { min-width: 1080px; }
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-spec__table thead th,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-size-table thead th,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-material-table thead th {
  position: static;
  padding: 18px 20px;
  border: 0;
  border-right: 1px solid rgba(114, 107, 123, 0.18);
  border-bottom: 1px solid rgba(114, 107, 123, 0.22);
  background: var(--nova-pure-lavender);
  color: var(--nova-pure-deep);
  font-family: "Manrope", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-spec__table th,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-spec__table td,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-size-table th,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-size-table td,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-material-table th,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-material-table td {
  padding: 24px 20px;
  vertical-align: middle;
  font-size: 0.84rem;
  line-height: 1.64;
}
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-spec__table tbody tr > *,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-size-table tbody tr > *,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-material-table tbody tr > * {
  border-top: 0;
  border-right: 1px solid rgba(114, 107, 123, 0.14);
  border-bottom: 1px solid rgba(114, 107, 123, 0.17);
}
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-spec__table thead th:last-child,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-size-table thead th:last-child,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-material-table thead th:last-child,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-spec__table tbody tr > *:last-child,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-size-table tbody tr > *:last-child,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-material-table tbody tr > *:last-child {
  border-right: 0;
}
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-spec__table tbody tr:last-child > *,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-size-table tbody tr:last-child > *,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-material-table tbody tr:last-child > * {
  border-bottom: 0;
}
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-spec__table tbody th,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-size-table tbody th,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-material-table tbody th {
  width: auto;
  background: #fff;
  color: var(--nova-pure-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.28;
}
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-spec__table tbody tr:nth-child(even) td,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-size-table tbody tr:nth-child(even) td,
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-material-table tbody tr:nth-child(even) td {
  background: color-mix(in srgb, var(--nova-pure-lavender) 42%, white);
}
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-size-table td:first-child figure {
  width: calc(98px * var(--stone-scale));
  min-height: 0;
  height: calc(98px * var(--stone-scale));
  margin-inline: auto;
  overflow: hidden;
  border-radius: 50%;
}
html body.nova-page-series.nova-series-route-pure-solitaire .nova-pure-size-table td:first-child figure img {
  width: 200%;
  max-width: none;
  height: 200%;
  border-radius: 0;
  object-fit: cover;
}

@media (min-width: 1101px) {
  .nova-page-series.nova-series-route-pure-solitaire #nova-pure-language-title,
  .nova-page-series.nova-series-route-pure-solitaire .nova-pure-spec .nova-series-section-head h2,
  .nova-page-series.nova-series-route-pure-solitaire .nova-series-section-head--split h2,
  .nova-page-series.nova-series-route-pure-solitaire .nova-pure-process .nova-series-section-head h2 {
    font-size: clamp(38px, 2.3vw, 44px);
    line-height: 1.02;
    white-space: nowrap;
  }
}

/* Pure Solitaire — editorial precision triptych */
.nova-page-series.nova-series-route-pure-solitaire .nova-pure-language__head {
  margin-bottom: 0;
  align-items: end;
}

.nova-page-series.nova-series-route-pure-solitaire .nova-pure-language__head > p {
  max-width: 560px;
  margin: 0;
}

.nova-page-series.nova-series-route-pure-solitaire .nova-pure-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(42px, 5vw, 68px);
  border-top: 1px solid var(--nova-pure-line);
  border-bottom: 1px solid var(--nova-pure-line);
}

.nova-page-series.nova-series-route-pure-solitaire .nova-pure-principles article {
  display: block;
  min-width: 0;
  padding: clamp(24px, 2.2vw, 34px);
  border: 0;
  border-left: 1px solid var(--nova-pure-line);
}

.nova-page-series.nova-series-route-pure-solitaire .nova-pure-principles article:first-child {
  border-left: 0;
}

.nova-page-series.nova-series-route-pure-solitaire .nova-pure-principles figure {
  margin: 0 0 clamp(24px, 2.4vw, 34px);
  overflow: hidden;
  aspect-ratio: 1.08 / 1;
  background: #fff;
}

.nova-page-series.nova-series-route-pure-solitaire .nova-pure-principles figure img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(114, 107, 123, 0.14);
  object-fit: contain;
  object-position: center;
}

.nova-page-series.nova-series-route-pure-solitaire .nova-pure-principle__copy {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 14px;
}

.nova-page-series.nova-series-route-pure-solitaire .nova-pure-principle__copy > span {
  grid-row: 1 / span 2;
  padding-top: 0.32rem;
  color: var(--nova-pure-purple);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.nova-page-series.nova-series-route-pure-solitaire .nova-pure-principles h3 {
  grid-column: 2;
  margin: 0;
  font-size: clamp(1.55rem, 1.8vw, 1.9rem);
  line-height: 1.08;
}

.nova-page-series.nova-series-route-pure-solitaire .nova-pure-principles p {
  grid-column: 2;
  max-width: 430px;
  margin: 10px 0 0;
  color: rgba(38, 35, 41, 0.62);
  font-size: 0.86rem;
  line-height: 1.68;
}

.nova-page-series.nova-series-route-pure-solitaire .nova-pure-chapter__head h3 {
  font-size: clamp(2.1rem, 2.3vw, 2.6rem);
}

@media (max-width: 900px) {
  .nova-page-series.nova-series-route-pure-solitaire .nova-pure-principles {
    grid-template-columns: 1fr;
  }

  .nova-page-series.nova-series-route-pure-solitaire .nova-pure-principles article {
    display: grid;
    grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(24px, 5vw, 48px);
    align-items: center;
    padding: 28px 0;
    border-left: 0;
    border-top: 1px solid var(--nova-pure-line);
  }

  .nova-page-series.nova-series-route-pure-solitaire .nova-pure-principles article:first-child {
    border-top: 0;
  }

  .nova-page-series.nova-series-route-pure-solitaire .nova-pure-principles figure {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .nova-page-series.nova-series-route-pure-solitaire #nova-pure-language-title,
  .nova-page-series.nova-series-route-pure-solitaire .nova-pure-spec .nova-series-section-head h2,
  .nova-page-series.nova-series-route-pure-solitaire .nova-series-section-head--split h2,
  .nova-page-series.nova-series-route-pure-solitaire .nova-pure-process .nova-series-section-head h2 {
    font-size: clamp(2rem, 10.25vw, 2.2rem);
    line-height: 1.04;
  }

  .nova-page-series.nova-series-route-pure-solitaire .nova-pure-principles article {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .nova-page-series.nova-series-route-pure-solitaire .nova-pure-principles figure {
    aspect-ratio: 1 / 1;
  }
}

/* Locked series — shared editorial type hierarchy.
   Layout and colour remain collection-specific. */
.nova-page-series:is(
  .nova-series-route-enamel-reverie,
  .nova-series-route-friendship-weaves,
  .nova-series-route-gem-reverence,
  .nova-series-route-pure-solitaire
) :is(
  .nova-enamel-hero,
  .nova-friendship-hero,
  .nova-gem-hero,
  .nova-pure-hero
) h1 {
  font-size: clamp(3.35rem, 4.45vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

@media (min-width: 901px) {
  .nova-page-series:is(
    .nova-series-route-enamel-reverie,
    .nova-series-route-friendship-weaves,
    .nova-series-route-gem-reverence,
    .nova-series-route-pure-solitaire
  ) :is(
    .nova-enamel-hero,
    .nova-friendship-hero,
    .nova-gem-hero,
    .nova-pure-hero
  ) h1 {
    white-space: nowrap;
  }
}

.nova-page-series:is(
  .nova-series-route-enamel-reverie,
  .nova-series-route-friendship-weaves,
  .nova-series-route-gem-reverence,
  .nova-series-route-pure-solitaire
) main > section:not(.nova-series-access) h2 {
  max-width: 24ch;
  font-size: clamp(2.35rem, 3.05vw, 2.75rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.025em;
  text-wrap: balance;
  white-space: normal !important;
}

.nova-page-series:is(
  .nova-series-route-enamel-reverie,
  .nova-series-route-friendship-weaves,
  .nova-series-route-gem-reverence,
  .nova-series-route-pure-solitaire
) :is(
  .nova-enamel-chapter__head,
  .nova-friendship-chapter__head,
  .nova-gem-chapter__head,
  .nova-pure-chapter__head
) h3 {
  font-size: clamp(2.1rem, 2.7vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.nova-page-series:is(
  .nova-series-route-enamel-reverie,
  .nova-series-route-friendship-weaves,
  .nova-series-route-gem-reverence,
  .nova-series-route-pure-solitaire
) :is(
  .nova-enamel-principles,
  .nova-friendship-principles,
  .nova-gem-principles,
  .nova-pure-principles
) h3 {
  font-size: clamp(1.6rem, 1.9vw, 1.75rem);
  line-height: 1.1;
  text-wrap: balance;
}

.nova-page-series:is(
  .nova-series-route-enamel-reverie,
  .nova-series-route-friendship-weaves,
  .nova-series-route-gem-reverence,
  .nova-series-route-pure-solitaire
) :is(
  .nova-enamel-hero__lead,
  .nova-friendship-hero__lead,
  .nova-gem-hero__lead,
  .nova-pure-hero__lead
) {
  max-width: 42rem;
  font-size: 1.125rem;
  line-height: 1.72;
  text-wrap: pretty;
}

.nova-page-series:is(
  .nova-series-route-enamel-reverie,
  .nova-series-route-friendship-weaves,
  .nova-series-route-gem-reverence,
  .nova-series-route-pure-solitaire
) :is(
  .nova-enamel-language__intro,
  .nova-friendship-language__intro,
  .nova-gem-language__intro,
  .nova-pure-language__intro,
  .nova-series-section-head > p,
  .nova-series-section-head--split > p
) {
  font-size: 1rem;
  line-height: 1.75;
  text-wrap: pretty;
}

@media (max-width: 640px) {
  .nova-page-series:is(
    .nova-series-route-enamel-reverie,
    .nova-series-route-friendship-weaves,
    .nova-series-route-gem-reverence,
    .nova-series-route-pure-solitaire
  ) :is(
    .nova-enamel-hero,
    .nova-friendship-hero,
    .nova-gem-hero,
    .nova-pure-hero
  ) h1 {
    font-size: 3.25rem;
  }

  .nova-page-series:is(
    .nova-series-route-enamel-reverie,
    .nova-series-route-friendship-weaves,
    .nova-series-route-gem-reverence,
    .nova-series-route-pure-solitaire
  ) main > section:not(.nova-series-access) h2 {
    max-width: 100%;
    font-size: 2.2rem !important;
    line-height: 1.06 !important;
  }

  .nova-page-series:is(
    .nova-series-route-enamel-reverie,
    .nova-series-route-friendship-weaves,
    .nova-series-route-gem-reverence,
    .nova-series-route-pure-solitaire
  ) :is(
    .nova-enamel-chapter__head,
    .nova-friendship-chapter__head,
    .nova-gem-chapter__head,
    .nova-pure-chapter__head
  ) h3 {
    font-size: 2.125rem;
  }

  .nova-page-series:is(
    .nova-series-route-enamel-reverie,
    .nova-series-route-friendship-weaves,
    .nova-series-route-gem-reverence,
    .nova-series-route-pure-solitaire
  ) :is(
    .nova-enamel-hero__lead,
    .nova-friendship-hero__lead,
    .nova-gem-hero__lead,
    .nova-pure-hero__lead
  ) {
    font-size: 1rem;
    line-height: 1.68;
  }
}

/* Velvet Metal — locked-series typography with a surface-led layout. */
.nova-page-series.nova-series-route-velvet-metal .nova-velvet-hero {
  display: block;
  min-height: 0;
  background: var(--nova-color-ivory);
  color: var(--nova-color-text);
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-hero::after {
  display: none;
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-hero__grid {
  display: grid;
  min-height: clamp(580px, 46vw, 690px);
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: stretch;
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-hero .nova-series-detail-hero__content {
  position: static;
  width: auto;
  align-self: center;
  padding: clamp(76px, 8vw, 112px) clamp(46px, 6vw, 88px) clamp(76px, 8vw, 112px) 0;
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-hero h1 {
  max-width: 10ch;
  margin: 0.9rem 0 1.25rem;
  color: var(--nova-color-text);
  font: 400 clamp(3.35rem, 4.45vw, 4rem)/0.98 "Newsreader", Georgia, serif;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-hero .nova-series-detail-hero__content > p:not(.nova-eyebrow) {
  max-width: 34rem;
  color: var(--nova-color-text-secondary);
  font-size: 1.125rem;
  line-height: 1.72;
  text-wrap: pretty;
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-hero .nova-button,
.nova-page-series.nova-series-route-velvet-metal .nova-velvet-hero .nova-series-hero-link {
  border-color: var(--nova-color-text);
  color: var(--nova-color-text);
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-hero__media {
  min-width: 0;
  overflow: hidden;
  background: var(--nova-color-stone);
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-hero .nova-series-detail-hero__image {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.nova-page-series.nova-series-route-velvet-metal :is(
  .nova-velvet-language,
  .nova-velvet-edit,
  .nova-velvet-spec,
  .nova-velvet-finish,
  .nova-velvet-process
) {
  padding-block: clamp(84px, 8vw, 118px);
}

.nova-page-series.nova-series-route-velvet-metal :is(
  .nova-velvet-language,
  .nova-velvet-spec,
  .nova-velvet-process
) {
  background: var(--nova-color-ivory);
}

.nova-page-series.nova-series-route-velvet-metal :is(
  .nova-velvet-edit,
  .nova-velvet-finish
) {
  background: var(--nova-color-white);
}

.nova-page-series.nova-series-route-velvet-metal main > section:not(.nova-series-access) h2 {
  max-width: 24ch;
  font-size: clamp(2.35rem, 3.05vw, 2.75rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.025em;
  text-wrap: balance;
  white-space: normal !important;
}

.nova-page-series.nova-series-route-velvet-metal :is(
  .nova-series-thesis__grid > p,
  .nova-series-section-head > p
) {
  font-size: 1rem;
  line-height: 1.75;
  text-wrap: pretty;
}

.nova-page-series.nova-series-route-velvet-metal .nova-series-thesis__grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(48px, 8vw, 118px);
  align-items: end;
}

.nova-page-series.nova-series-route-velvet-metal .nova-series-pillars {
  margin-top: clamp(54px, 6vw, 84px);
}

.nova-page-series.nova-series-route-velvet-metal .nova-series-pillars h3 {
  margin-top: 2.1rem;
  font-size: clamp(1.6rem, 1.9vw, 1.75rem);
  line-height: 1.1;
  text-wrap: balance;
}

.nova-page-series.nova-series-route-velvet-metal .nova-series-pillars p {
  max-width: 33ch;
  color: var(--nova-color-text-secondary);
  font-size: 0.9rem;
  line-height: 1.72;
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-edit .nova-series-section-head {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  column-gap: clamp(52px, 8vw, 124px);
  align-items: end;
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-edit .nova-eyebrow {
  grid-column: 1 / -1;
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-edit .nova-series-section-head h2,
.nova-page-series.nova-series-route-velvet-metal .nova-velvet-edit .nova-series-section-head > p:last-child {
  margin-bottom: 0;
}

.nova-page-series.nova-series-route-velvet-metal .nova-series-gallery__grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: clamp(22px, 2.2vw, 34px) clamp(14px, 1.6vw, 24px);
}

.nova-page-series.nova-series-route-velvet-metal .nova-series-product,
.nova-page-series.nova-series-route-velvet-metal .nova-series-product--feature {
  grid-column: span 2;
  grid-row: auto;
}

.nova-page-series.nova-series-route-velvet-metal .nova-series-product:nth-child(9) {
  grid-column: 2 / span 2;
}

.nova-page-series.nova-series-route-velvet-metal .nova-series-product:nth-child(10) {
  grid-column: 4 / span 2;
}

.nova-page-series.nova-series-route-velvet-metal .nova-series-product:nth-child(11) {
  grid-column: 6 / span 2;
}

.nova-page-series.nova-series-route-velvet-metal .nova-series-product img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 1px solid var(--nova-color-border);
  object-fit: contain;
  object-position: center;
  background: var(--nova-color-white);
}

.nova-page-series.nova-series-route-velvet-metal .nova-series-product figcaption {
  display: block;
  padding-top: 0.8rem;
  color: var(--nova-color-text-secondary);
  text-align: center;
}

.nova-page-series.nova-series-route-velvet-metal .nova-series-product figcaption small {
  display: inline;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
html body.nova-page-series.nova-series-route-velvet-metal .nova-series-table-wrap {
  border: 1px solid var(--nova-color-border-strong);
  border-radius: 0;
  box-shadow: none;
}
html body.nova-page-series.nova-series-route-velvet-metal .nova-velvet-table {
  width: 100%;
  min-width: 980px;
  table-layout: fixed;
  border-collapse: collapse;
}
html body.nova-page-series.nova-series-route-velvet-metal .nova-velvet-table th,
html body.nova-page-series.nova-series-route-velvet-metal .nova-velvet-table td {
  border: 0;
  border-right: 1px solid var(--nova-color-border);
  border-bottom: 1px solid var(--nova-color-border);
  vertical-align: middle;
}
html body.nova-page-series.nova-series-route-velvet-metal .nova-velvet-table tr > *:last-child {
  border-right: 0;
}
html body.nova-page-series.nova-series-route-velvet-metal .nova-velvet-table tbody tr:last-child > * {
  border-bottom: 0;
}
html body.nova-page-series.nova-series-route-velvet-metal .nova-velvet-table thead th {
  background: var(--nova-color-accent-soft);
  color: var(--nova-color-text);
}
html body.nova-page-series.nova-series-route-velvet-metal .nova-velvet-table thead th:nth-child(1) {
  width: 15%;
}
html body.nova-page-series.nova-series-route-velvet-metal .nova-velvet-table thead th:nth-child(2) {
  width: 19%;
}
html body.nova-page-series.nova-series-route-velvet-metal .nova-velvet-table thead th:nth-child(3) {
  width: 34%;
}
html body.nova-page-series.nova-series-route-velvet-metal .nova-velvet-table thead th:nth-child(4) {
  width: 32%;
}
html body.nova-page-series.nova-series-route-velvet-metal .nova-velvet-table tbody th {
  background: var(--nova-color-white);
  font-size: 1.12rem;
  line-height: 1.35;
}
html body.nova-page-series.nova-series-route-velvet-metal .nova-velvet-table tbody td {
  background: var(--nova-color-white);
  color: var(--nova-color-text-secondary);
  font-size: 0.84rem;
  line-height: 1.62;
}
html body.nova-page-series.nova-series-route-velvet-metal .nova-velvet-table tbody tr:nth-child(even) > * {
  background: color-mix(in srgb, var(--nova-color-accent-soft) 42%, var(--nova-color-white));
}
html body.nova-page-series.nova-series-route-velvet-metal .nova-velvet-table__visual {
  padding: 16px;
}
html body.nova-page-series.nova-series-route-velvet-metal .nova-velvet-table__visual img {
  display: block;
  width: min(100%, 126px);
  aspect-ratio: 1 / 1;
  margin-inline: auto;
  border: 1px solid var(--nova-color-border);
  object-fit: contain;
  object-position: center;
  background: var(--nova-color-white);
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-process .nova-series-section-head {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  column-gap: clamp(52px, 8vw, 124px);
  align-items: end;
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-process .nova-eyebrow {
  grid-column: 1 / -1;
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-process .nova-series-section-head h2,
.nova-page-series.nova-series-route-velvet-metal .nova-velvet-process .nova-series-section-head > p:last-child {
  margin-bottom: 0;
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-process .nova-series-process__grid {
  margin-top: clamp(48px, 5.5vw, 76px);
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-process .nova-series-process__grid article {
  min-height: 250px;
  padding: clamp(24px, 2.7vw, 38px);
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-process .nova-series-process__grid h3 {
  margin-top: 2.75rem;
  font-size: clamp(1.6rem, 1.9vw, 1.75rem);
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-access {
  background: var(--nova-color-text);
}

.nova-page-series.nova-series-route-velvet-metal .nova-velvet-access h2 {
  font-size: clamp(2.35rem, 3.05vw, 2.75rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

@media (max-width: 980px) {
  .nova-page-series.nova-series-route-velvet-metal .nova-velvet-hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .nova-page-series.nova-series-route-velvet-metal .nova-velvet-hero .nova-series-detail-hero__content {
    padding: 72px 0 64px;
  }

  .nova-page-series.nova-series-route-velvet-metal .nova-velvet-hero__media {
    aspect-ratio: 16 / 10;
  }

  .nova-page-series.nova-series-route-velvet-metal :is(
    .nova-velvet-edit,
    .nova-velvet-process
  ) .nova-series-section-head {
    display: block;
  }

  .nova-page-series.nova-series-route-velvet-metal .nova-series-gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nova-page-series.nova-series-route-velvet-metal .nova-series-product:nth-child(n) {
    grid-column: span 2;
  }

  .nova-page-series.nova-series-route-velvet-metal .nova-series-product:nth-child(11) {
    grid-column: 2 / span 2;
  }
}

@media (max-width: 720px) {
  .nova-page-series.nova-series-route-velvet-metal .nova-velvet-hero {
    min-height: 0;
  }

  .nova-page-series.nova-series-route-velvet-metal .nova-velvet-hero h1 {
    font-size: 3.25rem;
  }

  .nova-page-series.nova-series-route-velvet-metal .nova-velvet-hero .nova-series-detail-hero__content > p:not(.nova-eyebrow) {
    font-size: 1rem;
    line-height: 1.68;
  }

  .nova-page-series.nova-series-route-velvet-metal .nova-velvet-hero .nova-series-detail-hero__content > div {
    align-items: flex-start;
  }

  .nova-page-series.nova-series-route-velvet-metal :is(
    .nova-velvet-language,
    .nova-velvet-edit,
    .nova-velvet-spec,
    .nova-velvet-finish,
    .nova-velvet-process
  ) {
    padding-block: 72px;
  }

  .nova-page-series.nova-series-route-velvet-metal main > section:not(.nova-series-access) h2 {
    max-width: 100%;
    font-size: 2.2rem !important;
    line-height: 1.06 !important;
  }

  .nova-page-series.nova-series-route-velvet-metal .nova-series-thesis__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .nova-page-series.nova-series-route-velvet-metal .nova-series-pillars article + article {
    margin-top: 0;
  }

  .nova-page-series.nova-series-route-velvet-metal .nova-series-pillars h3,
  .nova-page-series.nova-series-route-velvet-metal .nova-velvet-process .nova-series-process__grid h3 {
    font-size: 1.6rem;
  }

  .nova-page-series.nova-series-route-velvet-metal .nova-series-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nova-page-series.nova-series-route-velvet-metal .nova-series-product:nth-child(n) {
    grid-column: auto;
  }

  .nova-page-series.nova-series-route-velvet-metal .nova-series-product:nth-child(11) {
    grid-column: 1 / -1;
    width: calc(50% - 7px);
    justify-self: center;
  }

  .nova-page-series.nova-series-route-velvet-metal .nova-velvet-process .nova-series-process__grid article {
    min-height: 0;
  }

  .nova-page-series.nova-series-route-velvet-metal .nova-velvet-access h2 {
    font-size: 2.2rem;
  }
}

/* Explicit interaction states prevent Hello Elementor's pink defaults. */
.nova-page-series .nova-button:is(:hover, :focus, :active) {
 background-color: var(--nova-color-accent-soft);
 border-color: var(--nova-color-accent);
 color: var(--nova-color-accent);
}
.nova-page-series .nova-series-modal__close {
 padding: 0; line-height: 1; color: var(--nova-color-text); background: #fff;
 display: grid; place-items: center;
}
.nova-page-series .nova-series-modal__close:is(:hover, :focus, :active) {
 background: var(--nova-color-accent-soft); color: var(--nova-color-accent);
}
.nova-page-series .nova-series-modal__close span { font-size: 0; width: 16px; height: 16px; position: relative; }
.nova-page-series .nova-series-modal__close span::before,
.nova-page-series .nova-series-modal__close span::after {
 content: ""; position: absolute; top: 7px; left: 0; width: 16px; height: 2px;
 background: currentColor; transform: rotate(45deg);
}
.nova-page-series .nova-series-modal__close span::after { transform: rotate(-45deg); }

/* Match the existing About page footer CTA; keep each hero's resting colour. */
html body.nova-page-series .nova-series-access .nova-button:is(:hover, :focus-visible, :active) {
  background: transparent;
  border-color: #fbf8f4;
  color: #fbf8f4;
}
html body.nova-page-series .nova-friendship-hero .nova-button:is(:hover, :focus-visible, :active) {
  background: transparent;
  border-color: var(--nova-friendship-deep);
  color: var(--nova-friendship-deep);
}

/* Use the untouched customer product photo inside a simple pale backdrop. */
.nova-page-series .nova-gem-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1edf2;
}
.nova-page-series .nova-gem-hero__visual img {
  width: 86%;
  height: auto;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center;
  filter: none;
}
