*,
*::before,
*::after {
  box-sizing: border-box;
}
  @font-face {
      font-family: 'Lato';
      src: url('web-font/Lato-Light.woff2') format('woff2');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Lato';
      src: url('web-font/Lato-Regular.woff2') format('woff2');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Lato';
      src: url('web-font/Lato-Bold.woff2') format('woff2');
      font-weight: 700;
      font-style: normal;
      font-display: swap;
  }
    @font-face {
      font-family: 'Lato';
      src: url('web-font/Lato-Black.woff2') format('woff2');
      font-weight: 900;
      font-style: normal;
      font-display: swap;
  }
html {
  scroll-behavior: smooth;
}
iframe{
min-height: 100vh;
width: 100%;
border: none;
}
@media screen and (max-width:768px) {
  iframe{
min-height: 80vh;
width: 100%;
border: none;
}
}
body {
  margin: 0;
  min-width: 320px;
  font-family: 'Lato', sans-serif;
  color: #17311e;
 background:
    radial-gradient(circle, rgba(104, 175, 82, 0.55) 0%, rgba(30, 92, 7, 0.75) 100%),
    url("../img/bg-fon.webp") center center / cover no-repeat;
  background-attachment: fixed;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.shell {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}

.scopamain {
  padding-bottom: 56px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
 background: linear-gradient(90deg, #0a7a35 0%, #07461f 55%, #103820 100%);  box-shadow: 0 6px 20px rgba(7, 54, 23, 0.16);
}

.topbar__inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  min-width: 220px;
}

.brand__title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .08em;
  color: #f7d952;
}

.brand__sub {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #e7ffe8;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  justify-content: center;
  flex-wrap: wrap;
}

.main-nav__link {
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #efffed;
  transition: background-color .2s ease;
}

.main-nav__link:hover,
.main-nav__link.is-active {
  background: rgba(255, 255, 255, .12);
}

.topbar__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18.3px;
    border-radius: 0px;
    background: linear-gradient(180deg, #d5ff49 0%, #a9ec17 100%);
    color: #1b4a16;
    font-size: 15px;
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65);
}
.topbar__cta::hover{
   background: linear-gradient(180deg, #5c7213 0%, #90ca13 100%);
}
.notice-bar {
  background: #ebd21c;
  border-bottom: 1px solid #d8e4d8;
}

.notice-bar__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notice-bar__inner p {
  margin: 0;
  font-size: 12px;
  color: #496150;
}

.hero {
  position: relative;
  min-height: 600px;
  padding-top: 20px;
  overflow: visible;
}



.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) 340px;
  gap: 28px;
  align-items: center;
  min-height: 420px;
  padding-top: 36px;
  padding-bottom: 118px;
}

.hero__eyebrow,
.section-head__eyebrow,
.section-kicker,
.library-section__eyebrow,
.category-hero__eyebrow,
.faq-hero__eyebrow,
.updates-hero__eyebrow,
.about-hero__eyebrow,
.contact-hero__eyebrow,
.legal-hero__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
color: #deff9b;
}

.hero__title,
.page-title,
.library-hero__title,
.faq-hero__title,
.updates-hero__title,
.category-hero__title,
.about-hero__title,
.contact-hero__title,
.legal-hero__title,
.game-detail-hero__title,
.game-single__title,
.play-page__title,
.error-page__title {
  margin: 0 0 34px;
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: .98;
  letter-spacing: -.04em;
}

.hero__title,
.hero-card__title,
.hero__text {
  color: #ffffffe3;
}

.hero__text,
.library-hero__text,
.faq-hero__text,
.updates-hero__text,
.category-hero__text,
.about-hero__text,
.contact-hero__text,
.legal-hero__text,
.game-detail-hero__text,
.game-single__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.56;
}

.hero__text {
  color: rgba(255, 255, 255, .94);
  max-width: 720px;
}

.hero__actions,
.game-detail-hero__actions,
.faq-cta__actions,
.about-cta__actions,
.how-cta__actions,
.contact-form__actions,
.scopacookie__actions,
.scopaagegate__actions,
.error-page__actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
  align-items: center;
}

.hero__button,
.contact-form__submit,
.scopaagegate__button,
.scopacookie__button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.hero__button--primary,
.contact-form__submit,
.scopaagegate__button--primary {
  border: 0;
  background: linear-gradient(180deg, #d3ff53 0%, #b3ef26 100%);
  color: #1f4319;
}

.hero__button--ghost,
.game-detail-hero__ghost,
.error-page__ghost,
.faq-cta__ghost,
.about-cta__ghost,
.how-cta__ghost,
.scopaagegate__button--ghost {
  border: 1px solid rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .08);
  color: #ffffffe3;
}

.hero__meta,
.game-detail-hero__meta,
.game-single__badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.hero__meta span,
.game-detail-hero__meta span,
.game-single__badges span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  font-size: 13px;
  font-weight: 700;
  color: #ffffffe3;
}

.hero-card {
  position: relative;
  z-index: 2;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, .14);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 48px rgba(10, 50, 19, .28);
}

.hero-card__media {
  min-height: 240px;
  background-image: url("../img/home/hero-side-01.webp");
  background-size: cover;
  background-position: center;
}

.hero-card__body {
  padding: 18px 18px 20px;
  background: rgba(16, 62, 28, .85);
}

.hero-card__label,
.note-card__label,
.sidebar-block__title,
.collection-card__eyebrow,
.flow-strip__eyebrow,
.flow-step__num,
.faq-note__label,
.updates-note__label,
.about-stat__label,
.contact-note__label,
.legal-note__label,
.game-hub-card__eyebrow,
.game-detail-card__eyebrow,
.game-detail-side__label,
.play-page__eyebrow,
.error-page__eyebrow,
.scopacookie__title,
.scopaagegate__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
   color: #d8ff89;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.about-stat__value{
  font-size: 18px;
  font-weight: 300;
   color: #f4fce6;
}
.hero-card__label {
  color: #d8ff89;
}

.hero-card__title {
  font-size: 24px;
  line-height: 1.16;
}

.hero-card__text {
  margin: 0;
  color: rgba(255, 255, 255, .88);
}

.hero-switch {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 104px;
  z-index: 3;
}

.hero-switch__inner {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-switch__button {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #ffffffe3;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.hero-switch__button.is-active {
  background: #ffffffe3;
  color: #174326;
}

.hero-search {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -36px;
  z-index: 5;
}

.search-dock {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 24px;
  background: #ffffffe3;
  box-shadow: 0 18px 40px rgba(18, 52, 24, .12);
}

.search-dock__field,
.library-search__field,
.contact-field {
  display: grid;
  gap: 6px;
}

.search-dock__label,
.library-search__label,
.contact-field__label {
  font-size: 12px;
  font-weight: 800;
  color: #eafbef;
}

.search-dock__input,
.library-search__input,
.contact-field__input,
.contact-field__textarea,
.search-field input {
  width: 100%;
  border: 1px solid #d8e3d8;
  background: #f9fbf9;
  color: #17311e;
  border-radius: 16px;
  padding: 0 14px;
  outline: none;
}

.search-dock__input,
.library-search__input,
.contact-field__input {
  min-height: 48px;
}

.contact-field__textarea {
  min-height: 180px;
  padding-top: 14px;
  resize: vertical;
}

.search-dock__submit,
.library-search__button {
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffad35 0%, #f69000 100%);
  color: #ffffffe3;
  font-weight: 800;
  cursor: pointer;
}

.search-dock__selects {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.search-dock__select {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 14px;
  background: #f8faf8;
  border: 1px solid #e1eae1;
  color: #314b38;
  font-size: 13px;
  font-weight: 700;
}

.filter-bar {
  padding-top: 64px;
}

.filter-bar__inner, .library-chips, .tag-grid {
    display: flex;
    margin: 20px 15px 0;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-chip,
.library-chip {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #d7e1d7;
  border-radius: 999px;
  background: #ffffffe3;
  color: #4a6151;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.filter-chip.is-active,
.library-chip.is-active {
  background: #f59a08;
  border-color: #f59a08;
  color: #ffffffe3;
}

.section-block {
  padding-top: 88px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 36.5px;
}

.section-head__copy {
  max-width: 960px;
}

.section-head__title,
.library-section__title,
.flow-strip__title,
.editorial-band__title,
.collection-card__title,
.info-box__title,
.faq-card__question,
.updates-entry__title,
.about-panel__title,
.about-process__title,
.contact-card__title,
.legal-card__title,
.game-hub-card__title,
.category-card__title,
.game-detail-card__title,
.faq-cta__title,
.how-cta__title,
.about-cta__title,
.legal-band__title {
  margin: 0;
  font-size: clamp(22px, 2vw, 26px);
  margin-bottom: 23px;
  line-height: 1.06;
color: #ffc800;
}
.updates-entry__title{
   font-size: clamp(22px, 2vw, 32px);
  line-height: 1.06;
  margin-bottom: 20px;
color: #4d3d04;
}
.section-head__title--small,
.library-section__title {
  margin-bottom: 47px;
  font-size: clamp(24px, 2.4vw, 34px);
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: 14px;
}

.feature-grid__side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.feature-card {
  overflow: hidden;
  border-radius: 22px;
  background: #ffffffe3;
  box-shadow: 0 10px 28px rgba(18, 52, 24, .08);
}

.feature-card__link {
  display: block;
  height: 100%;
}

.feature-card__media {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.feature-card--lead {
  position: relative;
  min-height: 462px;
}

.feature-card--lead .feature-card__media {
  position: absolute;
  inset: 0;
}

.feature-card__overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 28px;
  background: linear-gradient(180deg, rgba(7, 31, 15, .02) 0%, rgba(7, 31, 15, .78) 100%);
}

.feature-card__tag,
.mini-card__meta,
.library-poster__tag,
.library-card__eyebrow,
.category-card__eyebrow,
.updates-entry__eyebrow,
.note-item__meta,
.info-box__eyebrow,
.faq-card__eyebrow {
  margin: 0 0 8px;
  font-size: 10px;
  text-align: center;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #b9f99e;
}
.updates-entry__eyebrow{
  color: #1b4b07;
}
.library-card__eyebrow{
  color: #305321;
}
.feature-card__tag {
  color: #f5ff99;
}

.feature-card__title {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.02;
  color: #ffffffe3;
}

.feature-card__text {
  margin: 0;
  max-width: 520px;
  font-size: 16px;
  color: rgba(255, 255, 255, .92);
}

.feature-card__note {
  margin-top: 14px;
  display: inline-flex;
  align-self: flex-start;
  min-height: 32px;
  padding: 0 12px;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff9f25 0%, #ff6c1d 100%);
  color: #ffffffe3;
  font-size: 12px;
  font-weight: 800;
}

.feature-card--small {
  min-height: 218px;
}

.feature-card--small .feature-card__media {
  min-height: 132px;
}

.feature-card__body,
.library-card__body,
.category-card__body,
.game-hub-card__body,
.collection-card__body {
  padding: 16px;
}

.feature-card__mini-title,
.library-poster__title {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.12;
  color: #17311e;
}

.feature-card__mini-text,
.library-poster__meta,
.category-card__text,
.game-hub-card__text,
.note-item__text,
.info-box__text,
.updates-entry__text,
.faq-card__answer,
.about-panel__text,
.contact-card__text,
.legal-card__text,
.game-detail-card__text,
.game-detail-side__value,
.faq-cta__text,
.about-cta__text,
.how-cta__text,
.legal-band__text,
.scopadisclaimer,
.scopacookie__text,
.scopaagegate__text {
  margin: 0;
  color: #687b6d;
  line-height: 1.6;
}
.library-poster__meta{
  color: #d2e5d7;
}
.shelf-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.shelf-controls__button {
    width: 36px;
    height: 36px;
    border: 1px solid #d7e1d7;
    border-radius: 999px;
    background: #ffffffe3;
    color: #34513d;
    font-size: 30px;
    display: flex;
    font-weight: 800;
    line-height: 26px;
    cursor: pointer;
    align-content: center;
    justify-content: center;
}

.shelf {
  overflow: hidden;
}

.shelf__track,
.category-posters {
  display: flex;
  gap: 27px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.shelf__track::-webkit-scrollbar,
.category-posters::-webkit-scrollbar,
.library-chips::-webkit-scrollbar {
  display: none;
}

.mini-card,
.library-poster {
  flex: 0 0 206px;
}

.mini-card__link,
.library-poster__link,
.category-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.mini-card__media {
  height: 253px;
  border-radius: 19px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 8px 28px rgba(18, 52, 24, .1);
}

.mini-card__title {
  margin: 8px 0 2px;
  font-size: 17px;
  line-height: 1.18;
  color: #17311e;
  text-align: center;
}

.editorial-band,
.library-band {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 320px;
  gap: 22px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0d7d38 0%, #0b5428 100%);
  color: #ffffffe3;
}

.editorial-band__eyebrow,
.library-band__eyebrow,
.legal-band__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #d7ff85;
}

.editorial-band__text,
.library-band__text {
  margin: 0 0 14px;
  font-size: 17px;
  color: rgba(255, 255, 255, .92);
}

.editorial-band__aside,
.legal-hero__side,
.contact-hero__aside,
.faq-hero__side,
.updates-hero__side,
.about-hero__side,
.category-hero__side {
  display: grid;
  gap: 12px;
}

.editorial-band__panel,
.note-card,
.sidebar-block,
.library-note,
.disclosure-box,
.about-stat,
.contact-note,
.faq-note,
.updates-note,
.category-note,
.legal-note,
.legal-meta__item {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
}
.category-note__label{
text-transform: uppercase;
color: #00ff45;
font-size: 18x;
line-height: 1.59;
font-weight: 700;
}
.category-note__text {
  color: #f2faf4;
font-size: 16x;
line-height: 1.49;
font-weight: 300;
}
.editorial-band__panel-label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #d7ff85;
}

.editorial-band__panel-text {
  margin: 0;
  color: rgba(255, 255, 255, .9);
}

.tag-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tag-card,
.library-band__tag {
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 16px;
  background: #ffffffe3;
  border: 1px solid #dbe5db;
  font-size: 16px;
  font-weight: 700;
  color: #24412d;
}

.library-band__tag {
  min-height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #ffffffe3;
  border: 0;
}

.info-grid,
.faq-grid,
.notes-list,
.about-process,
.game-hub-grid {
  display: grid;
  gap: 14px;
}

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

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

.notes-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.game-hub-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-box,
.faq-card,
.note-item,
.about-panel,
.about-process__item,
.contact-card,
.legal-card,

.faq-cta__box,
.about-cta__box,
.how-cta__box,
.flow-strip,
.legal-card,
.legal-meta__item {
  padding: 21px 22px;
  border-radius: 20px;
  background: #ffffff7d;
  border: 1px solid #dce6dc;
  box-shadow: 0 8px 22px rgba(18, 52, 24, .06);
}
.game-hub-card,
.game-detail-card,
.game-detail-side__card
{
      padding: 21px 22px;
    border-radius: 2px;
    /* color: #fff; */
    background: #ffffff29;
    border: 1px solid #73ed73;
    box-shadow: 0 8px 22px rgba(18, 52, 24, .06);
}
.game-detail-hero {
  padding: 48px 0 40px;
}
.legal-band__text,
.game-hub-card__text,
.game-detail-card__text,
.game-detail-side__value{
  margin: 0;
    color: #f7fff9;
    line-height: 1.59;
}
.contact-card{
  border-radius: 2px;
}
.info-box{
  padding: 21.3px 22.3px;
    background: #ffffff4a;
    border: 1px solid #dce6dc;
    box-shadow: 0 8px 22px rgba(18, 52, 24, .06);
}
.info-box .info-box__text{
  color: #043311;
}
.info-box__title {
  font-size: 24px;
  margin-bottom: 10px;
}

.collection-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 17px 28.3px;
}

.collection-card {
  min-height: 182px;
  border: 1px solid #dce7dc;
  border-radius: 20px;
  background: #ffffff52;
  box-shadow: 0 8px 22px rgba(18, 52, 24, .06);
}

.collection-card--wide {
  grid-column: span 2;
  min-height: 220px;
  background: linear-gradient(135deg, rgba(20, 92, 42, .96) 0%, rgba(10, 63, 28, .96) 100%);
  color: #ffffffe3;
}

.collection-card--wide .collection-card__eyebrow {
  color: #d7ff85;
}

.collection-card__title {
  font-size: 27px;
  margin-bottom: 10px;
}

.collection-card__link {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #ffffffe3;
  font-size: 14px;
  font-weight: 800;
}

.flow-strip__intro {
  max-width: 760px;
  margin-bottom: 18px;
}

.flow-strip__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0px;
}

.flow-step {
  padding: 19px;
  border-radius: 1px;
  background: #f7faf7d5;
  border: 1px solid #b8f3b8;
}

.flow-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 42px;
  border-radius: 999px;
  background: #0d7a35;
  color: #ffffffe3;
  font-size: 13px;
}

.flow-step__title {
  margin: 14px 0 8px;
  font-size: 22px;
  line-height: 1.12;
  color: #17311e;
}

.flow-step__text {
  margin: 0;
  color: #687b6d;
}

.library-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(10, 88, 38, .96);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(11, 52, 23, .14);
}

.library-topbar__inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.library-brand {
  display: inline-flex;
  flex-direction: column;
}

.library-brand__title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .08em;
  color: #f7d952;
}

.library-brand__sub {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #ecffea;
}

.library-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.library-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #edfced;
  font-size: 13px;
  font-weight: 700;
}

.library-nav a.is-active,
.library-nav a:hover {
  background: rgba(255, 255, 255, .12);
}

.library-hero,
.faq-hero,
.updates-hero,
.about-hero,
.contact-hero,
.legal-hero,
.how-hero,
.category-hero {
  padding: 46px 0 18px;
}

.library-hero__box,
.faq-hero__grid,
.updates-hero__grid,
.about-hero__grid,
.contact-hero__grid,
.legal-hero__grid,
.how-hero__grid,
.category-hero__grid,
.game-detail-hero__grid,
.game-single__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 320px;
  gap: 16px;
  align-items: start;
}

.library-hero__box,
.faq-hero__main,
.updates-hero__main,
.about-hero__main,
.contact-hero__main,
.legal-hero__main,
.how-hero__copy,
.category-hero__main,
.game-detail-hero__copy,
.game-single__copy {
    color: #ffffffe3;
}

.library-hero__note,
.game-single__card,
.game-single__embed-wrap,
.game-single__placeholder,
.game-single__empty {
  padding: 18px;
  border-radius: 20px;
  background: #ffffffe3;
  border: 1px solid #dce6dc;
  box-shadow: 0 8px 22px rgba(18, 52, 24, .06);
}

.library-toolbar {
  padding: 14px 0 4px;
}

.library-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 124px;
  gap: 12px;
  align-items: end;
}

.library-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.shelf--large .library-poster {
  flex: 0 0 240px;
}

.library-poster__media {
  height: 300px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 10px 24px rgba(18, 52, 24, .12);
}

.library-poster__body {
  padding: 10px 4px 0;
}

.library-grid,
.category-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
 
}

.library-card,
.category-card {
  overflow: hidden;
  border-radius: 2px;
  background: #ffffffef;
  border: 1px solid #7cf17c;
  box-shadow: 0 8px 22px rgba(18, 52, 24, .06);
}

.library-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.library-card__media,
.category-card__media,
.game-hub-card__media {
  min-height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.library-card--tall,
.category-card--tall {
  grid-row: span 2;
}

.library-card--tall .library-card__media,
.category-card--tall .category-card__media {
  min-height: 420px;
}

.library-card--wide,
.category-card--wide {
  grid-column: span 2;
}

.library-card--wide .library-card__media,
.category-card--wide .category-card__media {
  min-height: 220px;
}

.library-card__title,
.category-card__title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.08;
  color: #17311e;
}

.updates-timeline {
  display: grid;
  gap: 18px;
}

.updates-entry {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 20px;
  border-radius: 20px;
  background: #ffffffe3;
  border: 1px solid #dce6dc;
  box-shadow: 0 8px 22px rgba(18, 52, 24, .06);
}

.updates-entry__date {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5c9b41;
}

.about-split,
.how-columns,
.contact-grid,
.legal-layout,
.game-detail-layout,
.game-single__layout {
  display: grid;
  gap: 56px;
  align-items: start;
}

.about-split,
.how-columns {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.contact-grid,
.legal-layout,
.game-detail-layout,
.game-single__layout {
  grid-template-columns: minmax(0, 1fr) 320px;
}

.about-process__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #0d7a35;
  color: #ffffffe3;
  font-size: 13px;
  font-weight: 800;
}

.contact-form {
    padding: 22px 28px;
    border-radius: 22px;
    background: #4a771ae3;
    border: 1px solid #dce6dc;
    box-shadow: 0 10px 24px rgba(18, 52, 24, .06);
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.contact-note__text {
  color: #fff6f5;
  line-height: 1.48;
}
.contact-check {
  display: flex;
  margin-top: 34px;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
  color: #e6fcec;
  font-size: 15px;
}

.contact-check input {
  margin-top: 3px;
}

.contact-form__status {
  margin: 0;
  font-size: 14px;
  color: #506457;
}

.contact-form__status.is-success {
  color: #0d7a35;
  font-weight: 700;
}

.contact-form__status.is-error {
  color: #b42318;
  font-weight: 700;
}

.contact-field__input.is-invalid,
.contact-field__textarea.is-invalid {
  border-color: #d92d20;
  background: #fff6f5;
}

.contact-form__hp {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.legal-list {
  margin: 0;
  padding-left: 18px;
  color: #667b6d;
}

.legal-list li {
  margin-bottom: 10px;
}

.legal-list li:last-child {
  margin-bottom: 0;
}

.legal-meta {
  display: grid;
  gap: 14px;
}

.legal-meta__label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5c9b41;
}

.legal-meta__value {
  margin: 0;
  color: #17311e;
  line-height: 1.5;
}

.legal-band {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0d7b38 0%, #0b5327 100%);
  color: #ffffffe3;
  margin-top: 16px;
}

.game-single__art,
.game-detail-hero__art {
  min-height: 320px;
  border-radius: 26px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 12px 28px rgba(18, 52, 24, .1);
}

.game-single__embed {
  width: 100%;
  min-height: 76vh;
  border: 0;
  border-radius: 16px;
  background: #f7faf7;
}

.game-single__placeholder-title {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5c9b41;
}

.play-page {
  padding: 28px 0 52px;
}

.play-page__head {
  max-width: 860px;
  margin-bottom: 18px;
}

.play-page__frame-wrap {
  padding: 20px;
  border-radius: 22px;
  background: #ffffffe3;
  border: 1px solid #dce6dc;
  box-shadow: 0 10px 24px rgba(18, 52, 24, .06);
}

.play-page__frame {
  width: 100%;
  min-height: 80vh;
  border: 0;
  border-radius: 16px;
  background: #f7faf7;
}

.error-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.error-page__box {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, #0d7b38 0%, #0b5327 100%);
  color: #ffffffe3;
  box-shadow: 0 20px 46px rgba(11, 49, 21, .18);
}

.error-page__text {
  margin: 0;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .92);
}

.error-page__links {
  display: flex;
  gap: 12px 18px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.error-page__links a {
  color: #ecffea;
  font-weight: 700;
}

.scopafooter {
  margin-top: 56px;
  padding: 42px 0 36px;
 background: #edf3edd1;
  border-top: 1px solid #d7e2d7;
}

.footer-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.footer-map__column {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-map__title {
  margin: 0 0 6px;
  font-size: 21px;
  line-height: 1;
  color: #1e4d2b;
}

.footer-map__column a {
  font-size: 15px;
  color: #47604d;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(2, minmax(260px, 320px));
  gap: 26px;
  align-items: stretch;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #d8e3d8;
}

.footer-bottom__small,
.scopadisclaimer {
  margin: 0 0 8px;
  font-size: 14px;
  color: #4e6555;
}

.footer-contact {
  padding: 17.5px 15px;
  border-radius: 5px;
  background: linear-gradient(135deg, #115c31 0%, #0b4022 100%);
  color: #ffffffe3;
  box-shadow: 0 12px 26px rgba(12, 53, 24, .16);
}

.footer-contact__title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 800;
  color: #d9ff84;
}

.footer-contact__row {
  margin: 0 0 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, .92);
}

.footer-contact__row:last-child {
  margin-bottom: 0;
}

.footer-contact--details {
  background: linear-gradient(180deg, #fffdf6 0%, #f3ecda 100%);
  border: 1px solid #d9cfb5;
  color: #2b3f31;
  box-shadow: 0 12px 24px rgba(18, 52, 24, .08);
}

.footer-contact--details .footer-contact__title {
  color: #1d4d2a;
}

.footer-contact--details .footer-contact__row {
  color: #4e6555;
}

.footer-contact--details a {
  color: #1d4d2a;
  font-weight: 700;
}

.scopacookie {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
}

.scopacookie.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scopacookie__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 22px;
  background: #ffffffe3;
  border: 1px solid #dce6dc;
  box-shadow: 0 16px 36px rgba(18, 52, 24, .14);
}

.scopacookie__title {
  color: #17311e;
}

.scopacookie__button--ghost {
  border: 1px solid #d7e2d7;
  background: #f7faf7;
  color: #23412d;
}

.scopacookie__button--primary {
  border: 0;
  background: linear-gradient(180deg, #ffae35 0%, #f18e00 100%);
  color: #ffffffe3;
}

.scopacookie__link {
  font-size: 14px;
  font-weight: 700;
  color: #1d4d2a;
}

.scopaagegate {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: none;
}

.scopaagegate.is-visible {
  display: block;
}

.scopaagegate__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 31, 15, .62);
  backdrop-filter: blur(6px);
}

.scopaagegate__dialog {
  position: relative;
  z-index: 2;
  width: min(560px, calc(100% - 24px));
  margin: min(11vh, 90px) auto 0;
  padding: 24px;
  border-radius: 26px;
  background: #ffffffe3;
  box-shadow: 0 22px 48px rgba(10, 46, 20, .24);
}

.scopaagegate__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.04;
  color: #17311e;
}

.body-lock {
  overflow: hidden;
}

.is-hidden {
  display: none !important;
}

@media (max-width: 1180px) {
  .topbar__inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px 0;
  }

  .brand {
    min-width: auto;
    text-align: center;
  }

  .hero__inner,
  .feature-grid,
  .editorial-band,
  .library-band,
  .info-grid,
  .footer-bottom,
  .library-hero__box,
  .faq-hero__grid,
  .updates-hero__grid,
  .about-hero__grid,
  .contact-hero__grid,
  .legal-hero__grid,
  .how-hero__grid,
  .category-hero__grid,
  .game-detail-hero__grid,
  .game-single__hero,
  .about-split,
  .how-columns,
  .contact-grid,
  .legal-layout,
  .game-detail-layout,
  .game-single__layout,
  .faq-grid,
  .notes-list,
  .about-process,
  .game-hub-grid,
  .library-grid,
  .category-grid,
  .footer-map {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 420px;
  }

  .tag-grid,
  .collection-grid,
  .flow-strip__steps {
    grid-template-columns: 1fr;
  }

  .collection-card--wide,
  .library-card--tall,
  .library-card--wide,
  .category-card--tall,
  .category-card--wide {
    grid-column: auto;
    grid-row: auto;
  }

  .library-card--tall .library-card__media,
  .library-card--wide .library-card__media,
  .category-card--tall .category-card__media,
  .category-card--wide .category-card__media {
    min-height: 220px;
  }
}

@media (max-width: 860px) {
  .main-nav {
    display: none;
  }

  .hero {
    min-height: 0;
  }

  .hero__inner {
    min-height: 0;
    padding-bottom: 168px;
  }

  .search-dock,
  .library-search,
  .contact-form__row,
  .scopacookie__inner,
  .faq-cta__box,
  .about-cta__box,
  .how-cta__box {
    grid-template-columns: 1fr;
  }

  .section-head,
  .library-section__head,
  .topbar__inner,
  .library-topbar__inner {
    align-items: start;
    flex-direction: column;
  }

  .library-nav {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 20px, 1220px);
  }

  .topbar__inner {
    min-height: 66px;
    gap: 14px;
  }

  .topbar__cta {
    width: 100%;
  }

  .hero__inner {
    padding-top: 20px;
    padding-bottom: 190px;
  }

  .hero-switch {
    bottom: 124px;
  }

  .hero-search {
    bottom: -78px;
  }

  .filter-bar {
    padding-top: 104px;
  }

  .hero__title,
  .library-hero__title,
  .faq-hero__title,
  .updates-hero__title,
  .about-hero__title,
  .contact-hero__title,
  .legal-hero__title,
  .how-hero__title,
  .category-hero__title,
  .game-detail-hero__title,
  .game-single__title,
  .play-page__title {
    font-size: 34px;
  }

  .hero__text,
  .library-hero__text,
  .faq-hero__text,
  .updates-hero__text,
  .about-hero__text,
  .contact-hero__text,
  .legal-hero__text,
  .how-hero__text,
  .category-hero__text,
  .game-detail-hero__text,
  .game-single__text,
  .error-page__text {
    font-size: 16px;
  }

  .hero-card__title,
  .game-hub-card__title,
  .game-detail-card__title,
  .legal-card__title,
  .faq-card__question,
  .updates-entry__title {
    font-size: 22px;
  }

  .hero-card__body,
  .faq-hero__main,
  .updates-hero__main,
  .about-hero__main,
  .contact-hero__main,
  .legal-hero__main,
  .how-hero__copy,
  .category-hero__main,
  .game-detail-hero__copy,
  .game-single__copy,
  .play-page__frame-wrap,
  .error-page__box,
  .legal-band,
  .editorial-band,
  .library-band,
  .flow-strip,
  .contact-form,
  .game-single__embed-wrap,
  .game-single__placeholder,
  .game-single__empty {
    padding: 18px;
  }

  .mini-card {
    flex-basis: 136px;
  }

  .mini-card__media {
    height: 136px;
  }

  .shelf--large .library-poster,
  .category-posters .library-poster {
    flex-basis: 180px;
  }

  .library-poster__media {
    height: 220px;
  }

  .play-page__frame,
  .game-single__embed {
    min-height: 68vh;
  }

  .footer-map__title {
    font-size: 28px;
  }
}


.play-page__placeholder {
  border: 1px solid rgba(11, 122, 53, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 245, 242, 0.98) 100%);
  border-radius: 24px;
  padding: 32px;
  min-height: 420px;
  display: grid;
  align-content: center;
  gap: 14px;
  box-shadow: 0 24px 64px rgba(10, 31, 17, 0.10);
}

.play-page__placeholder-kicker {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2d6a41;
}

.play-page__placeholder-title {
  margin: 0;
  font-size: 34px;
  line-height: 1.1;
  color: #102417;
}

.play-page__placeholder-text,
.play-page__placeholder-note {
  margin: 0;
  max-width: 760px;
}

.scopaagegate {
  display: none !important;
}

@media (max-width: 720px) {
  .play-page__placeholder {
    min-height: 320px;
    padding: 24px;
    border-radius: 18px;
  }

  .play-page__placeholder-title {
    font-size: 28px;
  }
}



/* HOME INDEX V6 */
.home-hero {
  position: relative;
  overflow: hidden;
  padding: 24px 0 36px;
  background:
    linear-gradient(96deg, rgba(11, 54, 23, .78) 0%, rgba(12, 72, 29, .58) 42%, rgba(10, 92, 38, .22) 100%);
}

.home-hero__bg {
  position: absolute;
  inset: 0 0 auto 0;
  min-height: 520px;
  height: stretch;
   background-image:
    linear-gradient(96deg, rgba(11, 54, 23, .78) 0%, rgba(12, 72, 29, .58) 42%, rgba(10, 92, 38, .22) 100%),
    url('../img/home/hero-02.webp');
  background-size: cover;
  background-position: center;
}

.home-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) 360px;
  gap: 42px;
  align-items: start;
}

.home-hero__copy {
  padding: 36px 0 0;
}

.home-hero__kicker,
.home-ledger__kicker,
.home-band__eyebrow,
.home-atlas__label,
.home-reading__kicker,
.home-route__label,
.home-routes__compact-label,
.home-spotlight__eyebrow,
.home-hero__aside-label,
.home-hero__fact-label,
.home-band__panel-label,
.home-note-card__label,
.home-stack-card__label {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-hero__kicker,
.home-spotlight__eyebrow,
.home-hero__fact-label {
  color: #d8ff88;
}

.home-hero__title {
  margin: 0 0 34px;
  max-width: 880px;
  color: #ffffffe3;
  font-size: clamp(32px, 4vw, 52px);
  line-height: .96;
  letter-spacing: -.045em;
}

.home-hero__text {
  margin: 0 0 16px;
  max-width: 780px;
  font-size: 18px;
  line-height: 1.62;
  color: rgba(255, 255, 255, .94);
}

.home-hero__text--short {
  max-width: 690px;
  color: rgba(255, 255, 255, .82);
}

.home-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0px;
  margin-top: 52px;
}

.home-hero__fact {
  min-height: 152px;
  padding: 16px 16px 18px;
  border-radius: 0x;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 34px rgba(11, 45, 20, .16);
}

.home-hero__fact strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.12;
  color: #ffffffe3;
}

.home-hero__fact p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .86);
}

.home-hero__rail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.home-hero__rail a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: #ffffffe3;
  font-size: 13px;
  font-weight: 700;
}

.home-hero__aside {
  display: grid;
  gap: 14px;
  padding-top: 44px;
}

.home-spotlight {
  overflow: hidden;
  border-radius: 1px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(12px);
  margin-bottom: 20px;
  box-shadow: 0 20px 48px rgba(10, 50, 19, .28);
}

.home-spotlight__media {
  min-height: 270px;
  background-size: cover;
  background-position: center;
}

.home-spotlight__body {
  padding: 18px 18px 20px;
  background: rgba(14, 58, 28, .82);
}

.home-spotlight__title {
  margin: 0 0 10px;
  color: #ffffffe3;
  font-size: 28px;
  line-height: 1.08;
}

.home-spotlight__text,
.home-hero__aside-text {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 15px;
  line-height: 1.56;
}

.home-hero__aside-note {
  padding: 18px;
  border-radius: 20px;
  background: rgba(10, 48, 22, .72);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 14px 34px rgba(10, 50, 19, .18);
}

.home-hero__aside-label {
  color: #d8ff88;
}

.home-ledger__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 360px;
  gap: 16px;
  align-items: center;
  justify-items: center;
  align-items: center;
  justify-items: center;
}

.home-ledger__lead {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.08fr);
  gap: 0;
  overflow: hidden;
}

.home-ledger__lead-media {
  min-height: 420px;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
}

.home-ledger__lead-body {
  padding: 24px 24px 26px;
}

.home-ledger__title,
.home-band__title,
.home-reading__title {
  margin: 0 0 25px;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.04;
    color: #00ff45;
}


.home-band__text,
.home-reading__text,
.home-atlas__text,
.home-atlas__subnote,
.home-note-card__text,
.home-route__text,
.home-routes__compact-note,
.home-stack-card__text,
.home-band__panel-text {
  margin: 0 0 14px;
    color: #272a28;
  font-size: 18.2px;
  line-height: 1.69;
}
.collection-card.collection-card--wide.library-collection-card
.home-reading__text{
  color: #dee9e3;
}
.home-ledger__text{
  color: #f5f8f6;
    font-size: 18.9px;
  line-height: 1.59;
    margin: 0 0 16.3px;
}

.home-ledger__text--compact,
.home-reading__text--short {
  margin-bottom: 0;
}

.home-ledger__link {
  display: inline-flex;
  align-items: center;
  min-height: 47px;
  padding: 0 29px;
background-color: #05531a;
 border-radius: 33px;
  color: #ffffffe3;
  font-size: 16px;
  font-weight: 800;
  margin-top: 32px;
}
.home-ledger__link::hover{
  background-color: #0c9b32;

}
.home-ledger__stack {
  display: grid;
  gap: 0px;
}

.home-stack-card {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 20px 17px;
  border-radius: 2px;
  background: #f4fbef;
  border: 1px solid #dce6dc;
  box-shadow: 0 10px 24px rgba(18, 52, 24, .06);
}

.home-stack-card--text {
  grid-template-columns: 1fr;
  background: linear-gradient(180deg, #f7faf7 0%, #eef4ee 100%);
}

.home-stack-card__media {
  min-height: 100%;
  border-radius: 1px;
  background-size: cover;
  background-position: center;
}

.home-stack-card__title {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.12;
  color: #17311e;
}

.home-stack-card__text {
  margin: 0;
}

.home-band {
  margin-top: 64px;
  padding: 0;
}

.home-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) 360px;
  gap: 0px;
}

.home-band__main {
  padding: 28px;
  border-radius: 26px 0 0 26px;
  background: linear-gradient(135deg, rgba(18, 91, 41, .96) 0%, rgb(0 41 14 / 97%) 100%);
  color: #c1ff86;
  color: #c1ff86;
  box-shadow: 0 18px 40px rgba(11, 49, 21, .16);
}

.home-band__panel-label {
  color: #37720f;
}


.home-band__eyebrow {
  color: #f0ffe6;
}

.home-band__title,
.home-band__text {
  color: #ffffffe3;
}

.home-band__text {
  color: rgba(255, 255, 255, .9);
}

.home-band__side {
  display: grid;
  gap: 0px;
}

.home-band__panel {
  padding: 22px 18px;
  border-radius: 2px;
  background: #f3fff3;
  border: 1px solid #dce7dc;
  box-shadow: 0 10px 24px rgba(18, 52, 24, .06);
}

.home-band__panel-text {
  margin-bottom: 0;
}

.home-atlas__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  gap: 0px;
}

.home-atlas__card {
  min-height: 210px;
  padding: 20px;
  border-radius: 2px;
  background: #ffffff30;
  border: 1px solid #dce7dc;
  box-shadow: 0 10px 24px rgba(18, 52, 24, .06);
}

.home-atlas__card--wide {
  grid-column: span 2;
}

.home-atlas__card--tall {
  grid-row: span 2;
  min-height: 420px;
}

.home-atlas__card--dark {
  background: linear-gradient(135deg, rgba(20, 92, 42, .96) 0%, rgba(10, 63, 28, .96) 100%);
  border-color: transparent;
}

.home-atlas__card--dark .home-atlas__label,
.home-atlas__card--dark .home-atlas__title,
.home-atlas__card--dark .home-atlas__text {
  color: #ffffffe3;
}

.home-atlas__card--dark .home-atlas__label {
  color: #d8ff88;
}

.home-atlas__card--accent {
  background: linear-gradient(180deg, #fffdf2 0%, #f7f3e2 100%);
}

.home-atlas__title {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.06;
  color: #17311e;
}

.home-atlas__link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 10px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #ffffffe3;
  font-size: 14px;
  font-weight: 800;
}

.home-atlas__link--plain {
  background: #eff5ef;
  color: #174326;
}

.home-reading__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) 340px;
  gap: 0px;
  align-items: start;
}

.home-reading__main {
  padding: 24px;
  border-radius: 4px;
  background: #ffffff61;
  border: 1px solid #d7ddd7;
  box-shadow: 0 10px 24px rgba(18, 52, 24, .06);
}

.home-reading__side {
  display: grid;
  gap: 0px;
}

.home-note-card {
  padding: 18px;
  border-radius: 2px;
  background: #fbfffbde;
  border: 1px solid #dce6dc;
  box-shadow: 0 10px 24px rgba(18, 52, 24, .06);
}

.home-note-card__title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.12;
  color: #17311e;
}

.home-note-card__text {
  margin-bottom: 0;
}

.home-routes__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 330px;
  gap: 16px;
  align-items: start;
}

.home-routes__links {
  display: grid;
  gap: 0px;
}

.home-route {
  display: grid;
  gap: 6px;
  padding: 16.8px 23px;
  border-radius: 0px;
  background: #ffffffe3;
  border: 1px solid #dce6dc;
  box-shadow: 0 10px 24px rgba(18, 52, 24, .06);
}

.home-route__label,
.home-routes__compact-label {
  color: #5c9b41;
}

.home-route__title {
  color: #17311e;
  font-size: 22px;
  line-height: 1.12;
}

.home-route__text {
  margin-bottom: 0;
}

.home-routes__compact {
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f7faf7 0%, #eef4ee 100%);
  border: 1px solid #dce6dc;
  box-shadow: 0 10px 24px rgba(18, 52, 24, .06);
}

.home-routes__compact-list {
  display: grid;
  gap: 8px;
  margin: 12px 0 14px;
}

.home-routes__compact-list a {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 14px;
  background: #ffffffe3;
  border: 1px solid #dce6dc;
  font-size: 14px;
  font-weight: 700;
  color: #17311e;
}

.home-routes__compact-note {
  margin-bottom: 0;
}

@media (max-width: 1180px) {

  .home-hero__grid,
  .home-ledger__grid,
  .home-ledger__lead,
  .home-band__inner,
  .home-reading__grid,
  .home-routes__grid,
  .home-atlas__grid {
    grid-template-columns: 1fr;
  }

  .home-hero__aside,
  .home-band__side,
  .home-reading__side {
    max-width: 560px;
  }

  .home-atlas__card--wide,
  .home-atlas__card--tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 210px;
  }
}

@media (max-width: 860px) {
  .home-hero {
    padding-top: 18px;
  }

  .home-hero__bg {
    min-height: 460px;
  }

  .home-hero__facts {
    grid-template-columns: 1fr;
  }
  .updates-entry {
  
    grid-template-columns: 1fr;

}
}

@media (max-width: 640px) {
  .home-hero__copy {
    padding-top: 22px;
  }

  .home-hero__title {
    font-size: 36px;
  }

  .home-hero__text,
  .home-ledger__text,
  .home-band__text,
  .home-reading__text,
  .home-atlas__text,
  .home-stack-card__text,
  .home-note-card__text,
  .home-route__text {
    font-size: 15px;
  }

  .home-spotlight__title,
  .home-ledger__title,
  .home-band__title,
  .home-atlas__title,
  .home-reading__title,
  .home-note-card__title,
  .home-route__title,
  .home-stack-card__title {
    font-size: 24px;
  }

  .home-ledger__lead-body,
  .home-reading__main,
  .home-routes__compact,
  .home-atlas__card,
  .home-band__main,
  .home-band__panel,
  .home-stack-card,
  .home-note-card,
  .home-route,
  .home-hero__aside-note {
    padding: 16px;
  }

  .home-stack-card {
    grid-template-columns: 1fr;
  }

  .home-stack-card__media {
    min-height: 150px;
  }

  .home-ledger__lead-media {
    min-height: 240px;
  }
}


/* Editorial category hub additions */
.home-hero--inner .home-hero__bg {
  height: 520px;
}

.catalog-clusters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0px;
}

.catalog-cluster {
    padding: 40px 22px 18px 34px;
    border-radius: 1px;
    background: #ffffffe8;
    border: 1px solid #8afd8a;
    box-shadow: 0 10px 24px rgba(18, 52, 24, .06);
}

.catalog-cluster--wide {
  grid-column: span 2;
}

.catalog-cluster__label {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #5c9b41;
  font-weight: 800;
}

.catalog-cluster__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.08;
  color: #17311e;
}

.catalog-cluster__text {
  margin: 12px 0 0;
}

.catalog-title-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.catalog-title-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e9e1;
  font-size: 14px;
  line-height: 1.45;
}

.catalog-title-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.catalog-title-item a {
  color: #17311e;
  font-weight: 700;
}

.catalog-title-item span {
  flex: 0 0 auto;
  color: #5c695f;
  text-align: right;
}

@media (max-width: 1180px) {
  .catalog-clusters {
    grid-template-columns: 1fr 1fr;
  }

  .catalog-cluster--wide {
    grid-column: span 2;
  }
}

@media (max-width: 860px) {
  .catalog-clusters {
    grid-template-columns: 1fr;
  }

  .catalog-cluster--wide {
    grid-column: auto;
  }
}

@media (max-width: 640px) {

  .catalog-cluster,
  .catalog-cluster--wide {
    padding: 16px;
  }

  .catalog-cluster__title {
    font-size: 24px;
  }

  .catalog-title-item {
    flex-direction: column;
    gap: 4px;
  }

  .catalog-title-item span {
    text-align: left;
  }
}


/* PLAY ROUTES V11 */
.play-page__frame-wrap+.play-page__frame-wrap {
  margin-top: 16px;
}

.play-page__placeholder strong {
  color: #17311e;
}

.play-page .play-page__frame-wrap {
  background: linear-gradient(180deg, #fff 0%, #f7faf7 100%);
}

.play-page__placeholder-note {
  color: #5d7164;
}

/* HOME ENRICHMENT V13 */
.home-curated__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) .86fr;
  gap: 0px;
  align-items: start;
}

.home-curated__lead {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 0px;
  background: linear-gradient(180deg, #f7fbf7 0%, #eef5ee 100%);
  border: 1px solid #dce6dc;
  box-shadow: 0 10px 24px rgba(18, 52, 24, .06);
}

.home-curated__lead-media,
.home-curated__note-media,
.home-mosaic__media {
  min-height: 100%;
  background-size: cover;
  background-position: center;
}

.home-curated__lead-body,
.home-curated__list-card,
.home-curated__note-body,
.home-curated__footnote,
.home-mosaic__feature,
.home-mosaic__strip {
  padding: 22px;
  border: 1px solid #dce6dc;
  box-shadow: 0 10px 24px rgba(18, 52, 24, .06);
  background: #ffffffe3;
}

.home-curated__lead-body {
  border-left: 0;
}

.home-curated__label,
.home-curated__footnote-label,
.home-mosaic__label {
  display: block;
  margin: 0 0 10px;
  color: #5c9b41;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.home-curated__title,
.home-curated__list-title,
.home-curated__note-title,
.home-mosaic__title {
  margin: 0 0 12px;
  color: #17311e;
  font-size: 30px;
  line-height: 1.08;
}

.home-curated__text,
.home-curated__footnote-text,
.home-mosaic__text,
.home-mosaic__strip-note {
  margin: 0 0 12px;
  color: #53695a;
  font-size: 16px;
  line-height: 1.66;
}

.home-curated__text--short,
.home-curated__footnote-text,
.home-mosaic__strip-note {
  margin-bottom: 0;
}

.home-curated__link,
.home-mosaic__link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #208a49;
  color: #ffffffe3;
  font-size: 14px;
  font-weight: 800;
  margin-top: 10px;
}

.home-curated__list-card {
  display: grid;
  gap: 16px;
  background: linear-gradient(180deg, #fff 0%, #f6faf6 100%);
}

.home-curated__list {
  display: grid;
  gap: 10px;
}

.home-curated__item {
  display: grid;
  gap: 5px;
  padding: 12px 14px;
  background: #f7fbf7;
  border: 1px solid #dce6dc;
}

.home-curated__item strong,
.home-mosaic__chips a {
  color: #17311e;
}

.home-curated__item span,
.home-mosaic__strip-list a span {
 color: #1ed751;
  font-size: 14px;
  line-height: 1.45;
}
.home-curated__item span
 {
 color: #0b6825;
  font-size: 16px;
  line-height: 1.45;
}
.home-curated__note-card {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  background: linear-gradient(180deg, #fffdf2 0%, #f4efde 100%);
  border: 1px solid #dcd8c6;
  box-shadow: 0 10px 24px rgba(18, 52, 24, .06);
}

.home-curated__note-body {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home-curated__note-title {
  font-size: 24px;
}

.home-curated__note-text {
  margin: 0;
  color: #53695a;
  font-size: 15px;
  line-height: 1.6;
}

.home-curated__footnote {
  grid-column: 2;
  background: linear-gradient(135deg, rgba(20, 92, 42, .96) 0%, rgba(10, 63, 28, .96) 100%);
  border-color: transparent;
}

.home-curated__footnote-label,
.home-curated__footnote-text {
  color: #ffffffe3;
}

.home-curated__footnote-label {
  color: #d8ff88;
}

.home-mosaic__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) .88fr;
  gap: 0px;
  align-items: start;
}

.home-mosaic__feature {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  background: #ffffffe3;
}

.home-mosaic__feature--warm {
  height: 100%;
  background: linear-gradient(180deg, #fff9f0 0%, #f9f0e0 100%);
}

.home-mosaic__feature--plain {
  grid-template-columns: 1fr;
  background: linear-gradient(180deg, #f7fbf7 0%, #edf5ed 100%);
}

.home-mosaic__body {
  padding: 22px;
}

.home-mosaic__strip {
  display: grid;
  gap: 16px;
  background: #f4fbef;
}

.home-mosaic__strip-list {
  display: grid;
  gap: 10px;
}

.home-mosaic__strip-list a, .home-mosaic__chips a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 12px 14px;
    color: #ffffffe3;
    background: #0c1c01;
    border: 1px solid #dce6dc;
    font-weight: 700;
}

.home-mosaic__chips {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

@media (max-width: 1180px) {

  .home-curated__grid,
  .home-mosaic__grid,
  .home-curated__lead,
  .home-curated__note-card,
  .home-mosaic__feature {
    grid-template-columns: 1fr;
  }

  .home-curated__footnote {
    grid-column: auto;
  }

  .home-curated__lead-media,
  .home-mosaic__media {
    min-height: 220px;
  }

  .home-curated__note-media {
    min-height: 180px;
  }

  .home-curated__lead-body {
    border-left: 1px solid #dce6dc;
    border-top: 0;
  }
}

@media (max-width: 640px) {

  .home-curated__lead-body,
  .home-curated__list-card,
  .home-curated__note-body,
  .home-curated__footnote,
  .home-mosaic__body,
  .home-mosaic__strip {
    padding: 18px;
  }

  .home-curated__title,
  .home-curated__list-title,
  .home-mosaic__title {
    font-size: 24px;
  }

  .home-curated__note-title {
    font-size: 22px;
  }

  .home-mosaic__strip-list a,
  .home-mosaic__chips a {
    flex-direction: column;
    align-items: flex-start;
  }
}


.guide-split,
.guide-aside-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) 320px;
  gap: 16px;
  align-items: start;
}

.guide-split--reverse {
  grid-template-columns: minmax(0, 1.08fr) 340px;
}

.guide-split__side,
.guide-rail {
  display: grid;
  gap: 24px;
}

.guide-card,
.route-card,
.guide-rail__box,
.guide-inline-note,
.micro-route-list__item {
  border: 1px solid #dce6dc;
  border-radius: 2px;
  background: #f8f8f8b6;
  box-shadow: 0 8px 22px rgba(18, 52, 24, .06);
}

.guide-card {
  padding: 22px;
}

.guide-card--tall {
  padding: 28px;
}

.guide-card--soft {
  background: #f7faf7;
}

.guide-card--dark {
  background: linear-gradient(135deg, #11351a 0%, #194a24 100%);
  border-color: #1d5a2d;
}

.guide-card--dark .guide-card__text,
.guide-card--dark .guide-card__eyebrow,
.route-card--media .route-card__eyebrow,
.route-card--media .route-card__title,
.route-card--media .route-card__text,
.route-card--media .route-card__link {
  color: #ffffffe3;
}

.guide-card__eyebrow,
.route-card__eyebrow,
.guide-rail__eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5b8e34;
}

.guide-card__title,
.route-card__title {
  margin: 0 0 17px;
  font-size: clamp(25px, 2.6vw, 32px);
  line-height: 1.08;
  color: #17311e;
}

.guide-card__mini-title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.12;
  color: #17311e;
}

.guide-card__text,
.route-card__text,
.guide-rail__text,
.guide-inline-note {
  margin: 0;
  color: #687b6d;
  line-height: 1.66;
}

.guide-card__text+.guide-card__text,
.route-card__text+.route-card__text {
  margin-top: 14px;
}

.guide-inline-note {
  margin-top: 18px;
  padding: 16px 18px;
  background: #f8fbf5;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
}

.route-grid--how {
  grid-template-columns: 1.25fr 1fr 1fr;
}

.route-card {
  padding: 23px;
  min-height: 208px;
}

.route-card--wide {
  grid-column: span 2;
}

.route-card--accent {
  background: linear-gradient(180deg, #f7fbef 0%, #eef7e8 100%);
}

.route-card--soft {
  background: #f7faf7;
}

.route-card--media {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-color: #31563b;
}

.route-card--media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  z-index: 0;
}

.route-card--media>* {
  position: relative;
  z-index: 1;
}

.route-card__link,
.micro-route-list__item strong {
  display: inline-flex;
  align-items: center;
  margin-top: 1px;
  color: #0b6d31;
  font-weight: 800;
}

.notes-list--asym {
  grid-template-columns: 1.15fr .9fr .95fr;
}

.note-item--highlight {
     background: linear-gradient(180deg, #3e7f49 0%, #10180b 100%);
}

.guide-rail__box {
  padding: 18px;
}

.guide-rail__box--tint {
  background: #eef7e8;
}

.micro-route-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.micro-route-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  text-decoration: none;
  color: inherit;
}

.micro-route-list__item span {
  display: block;
  color: #6c7f70;
  font-size: 14px;
}

.flow-strip__steps--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1080px) {

  .guide-split,
  .guide-aside-layout,
  .guide-split--reverse,
  .route-grid,
  .route-grid--how,
  .notes-list--asym,
  .flow-strip__steps--five {
    grid-template-columns: 1fr 1fr;
  }

  .route-card--wide {
    grid-column: span 2;
  }
}

@media (max-width: 720px) {

  .guide-split,
  .guide-aside-layout,
  .guide-split--reverse,
  .route-grid,
  .route-grid--how,
  .notes-list--asym,
  .flow-strip__steps--five {
    grid-template-columns: 1fr;
  }

  .route-card--wide {
    grid-column: span 1;
  }

  .micro-route-list__item {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* FAQ + UPDATES V15 */
.faq-hero__text--compact,
.updates-hero__text--compact {
  margin-top: 14px;
  color: #e7f8eb;
}
.section-head__text,
.updates-note__text {
  color: #e7f8eb;
  line-height: 1.76;
  font-weight: 300;
}
.faq-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.faq-rail a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  background: #f6faf5;
  border: 1px solid #d7e4d7;
  color: #1e4e2c;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(14, 45, 20, 0.05);
}

.faq-topic-grid,
.update-overview,
.update-log-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.faq-topic,
.update-signal,
.update-log-card {
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #d8e4d8;
  box-shadow: 0 18px 40px rgba(13, 43, 19, 0.06);
}

.faq-topic--accent,
.update-signal--soft,
.update-log-card--accent {
  background: linear-gradient(180deg, #eff9ef 0%, #f9fbf7 100%);
}

.faq-topic--soft {
  background: linear-gradient(180deg, #f7faf6 0%, #eef5ee 100%);
}

.faq-topic__label,
.faq-note__label,
.faq-route-box__label,
.update-signal__label,
.update-shelf__label,
.update-guideline__label,
.update-log-card__label {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5a7f15;
}

.faq-topic__title,
.faq-note__title,
.faq-route-box__title,
.update-signal__title,
.update-shelf__title,
.update-log-card__title {
  margin: 0 0 14px;
  font-size: clamp(24px, 2.1vw, 32px);
  line-height: 1.08;
  color: #17311e;
}

.faq-topic__text,
.faq-note__text,
.faq-route-box__text,
.update-signal__text,
.update-shelf__text,
.update-log-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.66;
  color: #53695a;
}

.faq-aside-grid,
.faq-route-box,
.update-shelf {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 38px;
  align-items: start;
}

.faq-note,
.faq-route-box__main,
.update-shelf__main {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #1b5b2a 0%, #12441e 100%);
  color: #ffffffe3;
  box-shadow: 0 22px 56px rgba(11, 42, 18, 0.14);
}

.faq-note__title,
.faq-route-box__title,
.update-shelf__title,
.faq-note__text,
.faq-route-box__text,
.update-shelf__text {
  color: #ffffffe3;
}

.faq-grid--dense {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
}
.faq-cta__box{
  border-radius: 1px;
}
.faq-card--plain {
  padding: 32px 31px;
  border-radius: 1px;
     background: #ffffff80;
}

.update-guideline {
  padding: 24px;
  border-radius: 24px;
  background: #fff9dc;
  border: 1px solid #efe3a4;
  box-shadow: 0 18px 40px rgba(67, 57, 7, 0.08);
}

.update-guideline__list {
  margin: 0;
  padding-left: 18px;
  color: #4f5f52;
  display: grid;
  gap: 10px;
  line-height: 1.6;
}

.update-log-card a,
.editorial-band__panel a {
  text-decoration: underline;
}

@media (max-width: 1080px) {

  .faq-topic-grid,
  .update-overview,
  .update-log-grid,
  .faq-grid--dense {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {

  .faq-aside-grid,
  .faq-route-box,
  .update-shelf {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {

  .faq-topic-grid,
  .update-overview,
  .update-log-grid,
  .faq-grid--dense {
    grid-template-columns: 1fr;
  }

  .faq-topic,
  .update-signal,
  .update-log-card,
  .faq-note,
  .faq-route-box__main,
  .update-shelf__main,
  .update-guideline {
    padding: 20px;
    border-radius: 20px;
  }
}


/* service pages v16 */
.service-tiles {
  display: grid;
  gap: 14px;
}

.service-tiles--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-tiles--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-tile,
.page-note,
.route-cluster,
.split-band {
  border: 1px solid #dce6dc;
  background: #ffffffe3;
  box-shadow: 0 10px 24px rgba(18, 52, 24, .06);
}

.service-tile {
  padding: 20px;
  border-radius: 22px;
}

.service-tile__eyebrow,
.page-note__eyebrow,
.split-band__eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5c9b41;
}

.service-tile__title,
.split-band__title {
  margin: 0 0 10px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.12;
  color: #17311e;
}

.service-tile__text,
.page-note__text,
.split-band__text {
  margin: 0;
  color: #667b6d;
  line-height: 1.65;
}

.legal-main--stack {
  display: grid;
  gap: 14px;
}

.page-note {
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 20px;
}

.page-note--wide {
  margin-top: 0;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 320px;
  gap: 16px;
  padding: 24px;
  border-radius: 26px;
}

.split-band--soft {
  background: linear-gradient(180deg, #fbfdfb 0%, #f3f8f3 100%);
}

.split-band__side {
  display: grid;
  gap: 10px;
  align-content: start;
}

.route-pill {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  background: #f7faf7;
  border: 1px solid #d8e2d8;
  color: #284934;
  font-size: 14px;
  font-weight: 700;
}

.route-pill:hover {
  background: #edf4ed;
}

@media (max-width: 1180px) {

  .service-tiles--three,
  .service-tiles--four,
  .split-band {
    grid-template-columns: 1fr;
  }
}


.footer-note {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 320px;
  gap: 19.5px;
  margin-bottom: 28px;
  padding: 23px 27px;
 }

.footer-note__eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #5c9b41;
}

.footer-note__title {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  color: #17311e;
}

.footer-note__meta {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-note__line {
  margin: 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: #ffffffe3;
  border: 1px solid #dde7dd;
  font-size: 14px;
  line-height: 1.55;
  color: #516756;
}

.footer-map--wide {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.footer-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #d6e2d6;
  background: #ffffffe3;
  font-size: 13px;
  font-weight: 700;
  color: #39533f;
}

.footer-contact--soft {
  background: linear-gradient(180deg, #173d24 0%, #0f2917 100%);
}

.footer-contact--soft a {
  color: #d9ff84;
}

.footer-contact--soft a:hover {
  text-decoration: underline;
}

@media (max-width: 980px) {
  .footer-note {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .footer-map--wide {
    grid-template-columns: 1fr;
  }

  .footer-note {
    padding: 18px;
    border-radius: 20px;
  }
}

.topbar__toggle {
  display: none;
  width: 48px;
  height: 48px;
  margin-left: auto;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.08);
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.topbar__toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #efffed;
  border-radius: 999px;
}

body.menu-open {
  overflow: hidden;
}

@media (max-width: 860px) {
  .topbar__inner {
    position: relative;
    min-height: 74px;
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }

  .topbar__toggle {
    display: inline-flex;
  }

  .topbar__cta {
    display: none;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 60;
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(8, 63, 27, 0.98) 0%, rgba(14, 84, 35, 0.98) 100%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav__link {
    width: 100%;
    border-radius: 12px;
    padding: 14px 16px;
  }
}

@media (max-width: 640px) {
  .topbar__inner {
    min-height: 66px;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 64px);
  }
}
 html.modal-lock,
  body.modal-lock {
    overflow: hidden !important;
  }

  .age-modal,
  .cookie-banner {
    font-family: Arial, sans-serif;
    box-sizing: border-box;
  }

  .age-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0, 0, 0, 0.72);
  }

  .age-modal.is-visible {
    display: flex;
  }

  .age-modal__box {
    width: 100%;
    max-width: 520px;
    background: linear-gradient(180deg, #18311b 0%, #0f1d12 100%);
    color: #fff;
    border-radius: 20px;
    padding: 28px 22px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .age-modal__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9fd48d;
  }

  .age-modal__title {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.15;
    color: #fff;
  }

  .age-modal__text {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
  }

  .age-modal__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
  }

  .age-modal__btn {
    border: 0;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s ease;
  }

  .age-modal__btn--yes {
    background: #79c85d;
    color: #102212;
  }

  .age-modal__btn--no {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .cookie-banner {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 99998;
    display: none;
  }

  .cookie-banner.is-visible {
    display: block;
  }

  .cookie-banner__inner {
    max-width: 1100px;
    margin: 0 auto;
    background: rgba(17, 28, 20, 0.97);
    color: #fff;
    border-radius: 18px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
  }

  .cookie-banner__eyebrow {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9fd48d;
  }

  .cookie-banner__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
  }

  .cookie-banner__actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    flex-wrap: wrap;
  }

  .cookie-banner__btn {
    border: 0;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
  }

  .cookie-banner__btn--accept {
    background: #79c85d;
    color: #102212;
  }

  .cookie-banner__btn--necessary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  @media (max-width: 767px) {
    .age-modal__title {
      font-size: 27px;
    }

    .age-modal__actions,
    .cookie-banner__actions,
    .cookie-banner__inner {
      flex-direction: column;
      align-items: stretch;
    }

    .age-modal__btn,
    .cookie-banner__btn {
      width: 100%;
    }
  }
