/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/components/galson/footer-brand.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
/* Canonical two-line footer wordmark; also demonstrated in the UI Kit. */
.site-footer__brand.site-footer__brand--logo {
  display: block;
  position: relative;
  width: 260px;
  max-width: 100%;
  aspect-ratio: 418 / 104;
  text-decoration: none;
}
.site-footer__brand--logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 180ms ease;
}
.site-footer__brand--logo .site-footer__logo-gold {
  position: absolute;
  inset: 0;
  opacity: 0;
}
@media (hover: hover) {
  .site-footer__brand--logo:hover .site-footer__logo-white { opacity: 0; }
  .site-footer__brand--logo:hover .site-footer__logo-gold { opacity: 1; }
}
.site-footer__brand--logo:focus-visible { outline: 2px solid #ECB00A; outline-offset: 6px; }
.site-footer__brand--logo:focus-visible .site-footer__logo-white { opacity: 0; }
.site-footer__brand--logo:focus-visible .site-footer__logo-gold { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .site-footer__brand--logo img { transition: none; }
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/galson/consent.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.cookie-consent {
  position: fixed;
  right: max(24px, calc((100vw - 1440px) / 2 + 24px));
  bottom: max(24px, env(safe-area-inset-bottom));
  z-index: 10000;
  box-sizing: border-box;
  width: min(420px, calc(100vw - 48px));
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #2d2d2d;
  color: #fff;
  box-shadow: 0 18px 40px rgba(15, 15, 15, 0.42);
  font-family: PortalMontserrat, Montserrat, system-ui, sans-serif;
}

.cookie-consent__eyebrow { margin: 0 0 10px; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.cookie-consent h2 { margin: 0; font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.cookie-consent__copy > p:not(.cookie-consent__eyebrow) { margin: 14px 0 0; font-size: 13px; line-height: 1.55; }
.cookie-consent__copy > a { display: inline-flex; margin-top: 12px; color: #fff; font-size: 12px; font-weight: 600; text-underline-offset: 3px; }
.cookie-consent__actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr); gap: 8px; margin-top: 20px; }
.cookie-consent__actions button { min-height: 46px; padding: 0 14px; border-radius: 5px; font: 600 11px/1.3 PortalMontserrat, Montserrat, system-ui, sans-serif; cursor: pointer; }
.cookie-consent__accept { border: 1px solid #ecb00a; background: #ecb00a; color: #191919; }
.cookie-consent__necessary { border: 1px solid rgba(255, 255, 255, .28); background: #191919; color: #fff; }
.cookie-consent :where(a, button):focus-visible { outline: 2px solid #ecb00a; outline-offset: 3px; }

.newsletter-status { min-height: 18px; margin: 0; color: #ff8b83; font-size: 11px; text-align: center; }
.newsletter-success { display: grid; min-height: 190px; place-items: center; align-content: center; padding: 28px; border: 1px solid rgba(236, 176, 10, .35); border-radius: 8px; background: rgba(23, 26, 29, .8); text-align: center; }
.newsletter-success__mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #ecb00a; color: #111; font-weight: 900; }
.newsletter-success h3 { margin: 16px 0 0; color: #fff; font-size: 28px; }
.newsletter-success p { margin: 12px 0 0; color: #aeb3b9; }

@media (max-width: 700px) {
  .cookie-consent { right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); width: calc(100vw - 32px); padding: 20px; }
  .cookie-consent__actions { grid-template-columns: 1fr; }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/galson/editorial.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
:root {
  --galson-radius-control: 16px;
  --galson-radius-card: 24px;
}
.editorial-page, .publication-page {
  --editorial-bg: #191919;
  --editorial-canvas: #0f0f0f;
  --editorial-surface: #2d2d2d;
  --editorial-text: #fff;
  --editorial-border: rgba(255, 255, 255, .12);
  --editorial-border-strong: rgba(255, 255, 255, .28);
  --editorial-accent: #ecb00a;
  --editorial-gutter: max(56px, calc((100% - 1296px) / 2));
  width: min(100%, 1440px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: clip;
  background: var(--editorial-bg);
  color: var(--editorial-text);
  font-family: PortalMontserrat, Montserrat, system-ui, sans-serif;
}
.editorial-page *, .publication-page * {
  box-sizing: border-box;
}
.editorial-page img, .publication-page img {
  display: block;
  max-width: 100%;
}
.editorial-page :where(a, button):focus-visible, .publication-page a:focus-visible {
  outline: 2px solid var(--editorial-accent);
  outline-offset: 4px;
}
.editorial-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
}
.editorial-hero__scene {
  position: absolute;
  inset: 0;
}
.editorial-hero__scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.editorial-page[data-blog-page] .editorial-hero__scene img {
  object-position: center top;
}
.editorial-hero__scene::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--editorial-bg) 0%, rgba(25,25,25,.96) 17%, rgba(25,25,25,.7) 43%, transparent 72%), linear-gradient(180deg, transparent 62%, var(--editorial-bg) 100%);
  content: '';
}
.editorial-hero__copy {
  position: relative;
  z-index: 1;
  width: min(650px, calc(100% - 2 * var(--editorial-gutter)));
  margin-left: var(--editorial-gutter);
  padding-top: 104px;
}
.editorial-eyebrow, .editorial-label {
  margin: 0;
  color: var(--editorial-text);
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.editorial-eyebrow {
  margin-bottom: 20px;
  font-family: 'Galson Wordmark Mono', 'JetBrains Mono', monospace;
  font-weight: 700;
  letter-spacing: .12em;
}
.editorial-eyebrow b {
  margin-left: 7px;
  color: var(--editorial-accent);
}
.editorial-hero h1 {
  max-width: 650px;
  margin: 0;
  color: var(--editorial-text);
  font-size: 62px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.06em;
}
.editorial-hero h1 span {
  color: var(--editorial-accent);
}
.editorial-hero__lead {
  max-width: 590px;
  margin: 28px 0 0;
  font-size: 17px;
  line-height: 1.65;
}
.editorial-hero__action {
  display: inline-flex;
  width: min(100%, 280px);
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  padding: 0 20px;
  border-radius: var(--galson-radius-control);
  background: var(--editorial-accent);
  color: #111;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.editorial-hero__action b {
  font-size: 18px;
}
.editorial-index {
  width: min(calc(100% - 2 * var(--editorial-gutter)), 1296px);
  margin: 0 auto;
  padding: 88px 0 112px;
}
.editorial-index__head {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--editorial-border);
}
.editorial-index__head h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.045em;
}
.editorial-filters {
  display: flex;
  gap: 8px;
  margin: 28px 0 32px;
  padding: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}
.editorial-filters::-webkit-scrollbar {
  display: none;
}
.editorial-filters button, .editorial-pages :is(button, a) {
  min-height: 44px;
  flex: none;
  padding: 0 16px;
  border: 1px solid var(--editorial-border-strong);
  border-radius: var(--galson-radius-control);
  background: transparent;
  color: var(--editorial-text);
  cursor: pointer;
  font: 600 12px/1 PortalMontserrat, Montserrat, sans-serif;
  letter-spacing: .02em;
}
.editorial-filters button:hover, .editorial-filters button:focus-visible, .editorial-pages :is(button, a):hover, .editorial-pages :is(button, a):focus-visible {
  border-color: var(--editorial-text);
  background: var(--editorial-surface);
}
.editorial-filters button[aria-pressed='true'], .editorial-pages :is(button, a)[aria-current='page'] {
  border-color: var(--editorial-accent);
  background: var(--editorial-accent);
  color: var(--editorial-bg);
}
.featured-editorial, .editorial-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--editorial-border);
  border-radius: var(--galson-radius-card);
  background: var(--editorial-surface);
  color: var(--editorial-text);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.featured-editorial:hover, .editorial-card:hover {
  border-color: var(--editorial-accent);
  box-shadow: 0 14px 24px -10px rgba(236,176,10,.22);
  transform: translateY(-2px);
}
.featured-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  min-height: 410px;
}
.featured-editorial__media, .editorial-card__media {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--editorial-bg);
}
.featured-editorial__media img, .featured-editorial__media span, .editorial-card__media img, .editorial-card__media span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, var(--editorial-bg), var(--editorial-surface));
  object-fit: cover;
  transition: transform 260ms ease;
}
.featured-editorial:hover .featured-editorial__media img, .editorial-card:hover .editorial-card__media img {
  transform: scale(1.025);
}
.featured-editorial__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 36px;
}
.featured-editorial h3 {
  margin: 20px 0 14px;
  color: var(--editorial-text);
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.featured-editorial__description, .editorial-card__description {
  margin: 0;
  color: var(--editorial-text);
  font-size: 14px;
  line-height: 1.6;
}
.featured-editorial__meta, .editorial-card__meta {
  margin: auto 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--editorial-border);
  color: var(--editorial-text);
  font-size: 11px;
  line-height: 16px;
}
.featured-editorial__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 32px;
  padding-top: 24px;
}
.featured-editorial__action {
  margin-top: 18px;
  color: var(--editorial-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.editorial-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.editorial-card::after {
  position: absolute;
  right: 20px;
  bottom: 18px;
  content: '↗';
  font-size: 17px;
  font-weight: 800;
  transition: color 180ms ease, transform 180ms ease;
}
.editorial-card:hover::after {
  color: var(--editorial-accent);
  transform: translate(2px, -2px);
}
.editorial-card__media {
  aspect-ratio: 16 / 9;
}
.editorial-card__body {
  display: flex;
  min-height: 238px;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}
.editorial-card h3 {
  margin: 16px 0 10px;
  padding-right: 12px;
  color: var(--editorial-text);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -.02em;
}
.editorial-card__description {
  display: -webkit-box;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.editorial-card__meta {
  padding-right: 28px;
}
.editorial__empty {
  padding: 72px 24px;
  border: 1px solid var(--editorial-border);
  border-radius: var(--galson-radius-card);
  text-align: center;
}
.editorial-pages {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 36px;
}
.editorial-pages :is(button, a) {
  width: 44px;
  padding: 0;
}
.publication-main {
  padding: 0 56px 96px;
}
.publication-hero {
  width: min(100%, 944px);
  margin: 0 auto;
  padding: 72px 0 48px;
}
.publication-back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: var(--editorial-text);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.publication-back > span {
  color: var(--editorial-accent);
}
.publication-back:hover {
  color: var(--editorial-accent);
}
.publication-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  color: var(--editorial-text);
  font: 400 12px/1.4 'Galson Wordmark Mono', monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.publication-meta span[aria-hidden='true'] {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--editorial-accent);
  font-size: 0;
}
.publication-hero h1 {
  max-width: 900px;
  margin: 18px 0 22px;
  font-size: clamp(40px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.publication-dek {
  max-width: 660px;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}
.publication-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.publication-tags li {
  padding: 8px 12px;
  border: 1px solid rgba(236,176,10,.48);
  border-radius: 5px;
  color: var(--editorial-accent);
  font: 700 12px/1 'Galson Wordmark Mono', monospace;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.publication-cover {
  width: min(100%, 1180px);
  margin: 0 auto 64px;
}
.publication-cover img {
  width: 100%;
  max-height: 664px;
  height: auto;
  border-radius: 8px;
  background: var(--editorial-canvas);
  box-shadow: 0 30px 80px rgba(0,0,0,.32);
  object-fit: contain;
}
.publication-reading {
  display: grid;
  width: min(100%, 944px);
  grid-template-columns: minmax(0, 660px) 220px;
  gap: 64px;
  align-items: start;
  margin: 0 auto;
}
.publication-reading--solo {
  display: block;
  width: min(100%, 660px);
}
.publication-prose {
  min-width: 0;
  color: var(--editorial-text);
  font-size: 16px;
  line-height: 1.7;
  overflow-wrap: break-word;
}
.publication-prose > :first-child {
  margin-top: 0;
}
.publication-prose p {
  margin: 0 0 18px;
}
.publication-prose h2, .publication-prose h3, .publication-prose h4 {
  scroll-margin-top: 112px;
  color: var(--editorial-text);
  text-wrap: balance;
}
.publication-prose h2 {
  margin: 54px 0 18px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.035em;
}
.publication-prose h3 {
  margin: 36px 0 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.28;
}
.publication-prose a {
  color: var(--editorial-accent);
}
.publication-prose :where(ul, ol):not([class]) {
  margin: 0 0 22px;
  padding-left: 24px;
}
.publication-prose ul:not([class]) {
  list-style-type: disc;
}
.publication-prose ol:not([class]) {
  list-style-type: decimal;
}
.publication-prose li {
  margin: 7px 0;
  padding-left: 4px;
}
.publication-prose li::marker {
  color: var(--editorial-accent);
}
.publication-prose .publication-checklist {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.publication-prose .publication-checklist li {
  margin: 0;
  padding: 0;
}
.publication-prose .publication-checklist label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: default;
}
.publication-prose .publication-checklist input {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 5px 0 0;
  accent-color: var(--editorial-accent);
  pointer-events: none;
}
.publication-prose .publication-checklist input:checked + span {
  color: #b5b5b5;
  text-decoration: line-through;
  text-decoration-color: rgba(236,176,10,.72);
}
.publication-prose blockquote {
  position: relative;
  margin: 30px 0;
  padding: 22px 22px 22px 58px;
  border: 1px solid var(--editorial-border);
  border-radius: 5px;
  background: #181b1f;
  color: var(--editorial-text);
  font-style: normal;
}
.publication-prose blockquote::before {
  position: absolute;
  top: 13px;
  left: 16px;
  color: #596068;
  content: '“';
  font: 700 42px/1 Georgia, serif;
}
.publication-prose blockquote p:last-child {
  margin-bottom: 0;
}
.publication-prose hr, .publication-prose .publication-divider {
  height: 1px;
  margin: 52px 0;
  border: 0;
  background: var(--editorial-border-strong);
}
.publication-prose img {
  display: block;
  width: min(100%, 768px);
  height: auto;
  margin: 28px auto;
  border-radius: 8px;
}
.publication-prose code {
  padding: 2px 6px;
  border-radius: 0;
  background: var(--editorial-surface);
  color: var(--editorial-accent);
  font-family: 'Galson Wordmark Mono', 'JetBrains Mono', ui-monospace, monospace;
  font-size: .9em;
}
.publication-prose table {
  width: 100%;
  margin: 28px 0;
  border: 1px solid var(--editorial-border-strong);
  border-collapse: collapse;
}
.publication-prose th, .publication-prose td {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .2);
  text-align: left;
}
.publication-prose th {
  background: #25292d;
  color: var(--editorial-accent);
  font: 700 11px/1.2 'Galson Wordmark Mono', 'JetBrains Mono', ui-monospace, monospace;
  text-transform: uppercase;
}
.publication-prose pre {
  padding: 22px;
  overflow: auto;
  border: 1px solid var(--editorial-border-strong);
  border-radius: 8px;
  background: #0c0f12;
}
.publication-prose pre code {
  padding: 0;
  background: transparent;
}
.publication-prose .publication-image, .publication-prose .publication-video {
  display: grid;
  width: 100%;
  gap: 10px;
  margin: 32px 0;
}
.publication-prose .publication-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  object-fit: cover;
}
.publication-prose .publication-image figcaption, .publication-prose .publication-video figcaption {
  color: var(--editorial-text);
  font-size: 10px;
  font-style: normal;
  text-align: left;
}
.publication-prose .publication-steps {
  display: grid;
  margin: 32px 0;
  padding: 0;
  list-style: none;
}
.publication-prose .publication-steps > li {
  display: grid;
  min-height: 104px;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 0;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid var(--editorial-border);
  background: transparent;
}
.publication-prose .publication-steps > li:last-child {
  border-bottom: 1px solid var(--editorial-border);
}
.publication-prose .publication-steps > li:hover {
  transform: none;
  border-color: var(--editorial-border);
}
.publication-prose .publication-steps b {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  color: var(--editorial-accent);
  font: 700 16px/1 'Galson Wordmark Mono', monospace;
}
.publication-prose .publication-steps h3 {
  margin: 0 0 5px;
  color: var(--editorial-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}
.publication-prose .publication-steps p {
  margin: 0;
  color: var(--editorial-text);
  font-size: 16px;
  line-height: 1.6;
}
.publication-prose .publication-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 32px 0;
}
.publication-prose .publication-cards > :is(a, div) {
  display: block;
  min-height: 156px;
  padding: 22px;
  border: 1px solid var(--editorial-border);
  border-radius: var(--galson-radius-card);
  background: var(--editorial-surface);
  color: var(--editorial-text);
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}
.publication-prose .publication-cards > a:hover {
  border-color: rgba(236,176,10,.72);
  transform: translateY(-2px);
}
.publication-prose .publication-cards span {
  display: block;
  margin: 0 0 18px;
  color: var(--editorial-accent);
  font: 700 10px/1.4 'Galson Wordmark Mono', monospace;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.publication-prose .publication-cards .cardIcon {
  display: none;
}
.publication-prose .publication-cards strong {
  display: block;
  margin: 0 0 8px;
  color: var(--editorial-text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}
.publication-prose .publication-cards p {
  margin: 0;
  color: var(--editorial-text);
  font-size: 14px;
  line-height: 1.55;
}
.publication-prose .publication-callout {
  position: relative;
  display: block;
  margin: 32px 0;
  padding: 28px;
  border: 1px solid var(--editorial-border-strong);
  border-radius: 8px;
  background: #181b1f;
  box-shadow: 0 24px 52px rgba(0,0,0,.24);
}
.publication-prose .publication-callout::before, .publication-prose .publication-callout::after {
  position: absolute;
  width: 24px;
  height: 24px;
  border-color: var(--editorial-accent);
  content: '';
}
.publication-prose .publication-callout::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid var(--editorial-accent);
  border-left: 2px solid var(--editorial-accent);
}
.publication-prose .publication-callout::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid var(--editorial-accent);
  border-bottom: 2px solid var(--editorial-accent);
}
.publication-prose .publication-callout > div:first-child {
  display: none;
}
.publication-prose .publication-callout > div:last-child {
  display: block;
}
.publication-prose .publication-callout > div:last-child > span {
  display: block;
  margin: 0 0 16px;
  color: var(--editorial-accent);
  font: 700 10px/1.4 'Galson Wordmark Mono', monospace;
  text-transform: uppercase;
}
.publication-prose .publication-callout strong {
  display: block;
  margin: 0 0 7px;
  color: var(--editorial-text);
  font-size: 17px;
  font-weight: 700;
}
.publication-prose .publication-callout p {
  margin: 0;
  color: var(--editorial-text);
  font-size: 16px;
  line-height: 1.55;
}
.publication-prose .publication-code, .publication-prose .publication-terminal, .publication-prose .publication-prompt {
  overflow: hidden;
  margin: 32px 0;
  border: 1px solid #29333d;
  border-radius: 5px;
  background: #0c0f12;
  box-shadow: 0 24px 60px rgba(0,0,0,.4), 0 0 34px rgba(33,53,69,.12);
}
.publication-prose .publication-code > div {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.publication-prose .publication-code > div > div {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 16px;
  padding: 8px 12px 8px 18px;
  border-bottom: 1px solid #29333d;
  background: #11161b;
  color: var(--editorial-text);
  font: 700 9px/1 'Galson Wordmark Mono', monospace;
  text-transform: uppercase;
}
.publication-prose .publication-code > div > div::before {
  width: 7px;
  height: 7px;
  flex: none;
  margin-right: 12px;
  border-radius: 50%;
  background: #ea6b62;
  box-shadow: 14px 0 #e4bc55, 28px 0 #62c85c;
  content: '';
}
.publication-prose .publication-code > div > div > span {
  margin-right: auto;
}
.publication-prose .publication-code button, .publication-prose .publication-prompt button {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid var(--editorial-border-strong);
  border-radius: 5px;
  background: #25292e;
  color: var(--editorial-text);
  cursor: pointer;
  font: 700 10px/1 PortalMontserrat, sans-serif;
}
.publication-prose .publication-code pre, .publication-prose .publication-terminal pre, .publication-prose .publication-prompt pre {
  margin: 0;
  padding: 22px;
  overflow: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--editorial-text);
  font: 400 13px/1.7 'Galson Wordmark Mono', monospace;
  white-space: pre-wrap;
}
.publication-prose .publication-terminal > div:first-child {
  display: grid;
  height: 42px;
  grid-template-columns: 8px 8px 8px 1fr;
  gap: 7px;
  align-items: center;
  padding: 0 15px;
  border-bottom: 1px solid #29333d;
  background: #11161b;
}
.publication-prose .publication-terminal > div:first-child > div {
  display: contents;
}
.publication-prose .publication-terminal > div:first-child > div span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ea6b62;
}
.publication-prose .publication-terminal > div:first-child > div span:nth-child(2) {
  background: #e4bc55;
}
.publication-prose .publication-terminal > div:first-child > div span:nth-child(3) {
  background: #62c85c;
}
.publication-prose .publication-terminal > div:first-child > span {
  justify-self: center;
  color: var(--editorial-text);
  font: 700 9px/1 'Galson Wordmark Mono', monospace;
}
.publication-prose .publication-terminal > div:last-child {
  padding: 22px;
  background: transparent;
  color: var(--editorial-text);
  font: 400 13px/1.7 'Galson Wordmark Mono', monospace;
}
.publication-prose .publication-terminal > div:last-child div {
  margin: 0;
}
.publication-prose .publication-terminal > div:last-child div > span:first-child {
  color: var(--editorial-accent);
}
.publication-prose .publication-terminal > div:last-child div > span:last-child {
  color: var(--editorial-text);
}
.publication-prose .publication-prompt > div:first-child {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 12px 8px 18px;
  border-bottom: 1px solid #29333d;
  background: #11161b;
}
.publication-prose .publication-prompt .publication-prompt__header-text {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.publication-prose .publication-prompt .publication-prompt__kicker {
  padding: 5px 7px;
  border: 1px solid rgba(236,176,10,.55);
  border-radius: 3px;
  color: var(--editorial-accent);
  font: 700 9px/1 'Galson Wordmark Mono', monospace;
  text-transform: uppercase;
}
.publication-prose .publication-prompt .publication-prompt__title {
  overflow: hidden;
  color: var(--editorial-text);
  font: 700 9px/1 'Galson Wordmark Mono', monospace;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.publication-prose .publication-prompt .publication-prompt__actions {
  display: flex;
  gap: 8px;
}
.publication-prose .publication-prompt .publication-prompt__copy, .publication-prose .publication-prompt .publication-prompt__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25292e;
}
.publication-prose .publication-actions {
  display: flex;
  gap: 12px;
  margin: 32px 0;
}
.publication-prose .publication-faq {
  display: block;
  margin: 32px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}
.publication-prose .publication-faq > div {
  border-top: 1px solid var(--editorial-border);
}
.publication-prose .publication-faq > div:last-child {
  border-bottom: 1px solid var(--editorial-border);
}
.publication-prose .publication-faq button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: var(--editorial-text);
  cursor: pointer;
  font: 600 16px/1.4 PortalMontserrat, sans-serif;
  text-align: left;
}
.publication-prose .publication-faq button span {
  order: 2;
  width: auto;
  height: auto;
  margin-left: auto;
  border-radius: 0;
  background: transparent;
  color: var(--editorial-accent);
  font: 700 20px/1 'Galson Wordmark Mono', monospace;
}
.publication-prose .publication-faq > div > div > div {
  overflow: visible;
}
.publication-prose .publication-faq p {
  margin: -4px 0 20px;
  padding: 0;
  color: var(--editorial-text);
  font-size: 16px;
  line-height: 1.65;
}
.publication-prose .publication-video > div {
  position: relative;
  display: grid;
  aspect-ratio: 16 / 9;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--editorial-border);
  border-radius: 8px;
  background: radial-gradient(circle at center, rgba(236,176,10,.1), transparent 35%), #0c0f12;
}
.publication-prose .publication-video iframe, .publication-prose .publication-video video {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0 !important;
}
.publication-prose .publication-video figcaption {
  margin: 0;
}
.publication-prose .publication-blocks {
  display: contents;
}
.publication-prose :is(.publication-block-code, .publication-block-prompt, .publication-block-terminal, .publication-block-cards, .publication-block-steps, .publication-block-actions, .publication-block-image, .publication-block-callout, .publication-block-table, .publication-block-video, .publication-block-faq) {
  scroll-margin-top: 112px;
}
.publication-prose .publication-block-image, .publication-prose .publication-block-video {
  display: grid;
  width: 100%;
  gap: 10px;
  margin: 32px 0;
}
.publication-prose .publication-block-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 0;
  border-radius: 8px;
  object-fit: cover;
}
.publication-prose .publication-block-image figcaption, .publication-prose .publication-block-video figcaption {
  margin: 0;
  color: var(--editorial-text);
  font-size: 10px;
  line-height: 1.4;
  text-align: left;
}
.publication-prose .publication-block-steps {
  display: grid;
  margin: 32px 0;
}
.publication-prose .publication-block-steps article {
  display: grid;
  min-height: 104px;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 0;
  padding: 20px 0;
  border-top: 1px solid var(--editorial-border);
}
.publication-prose .publication-block-steps article:last-child {
  border-bottom: 1px solid var(--editorial-border);
}
.publication-prose .publication-block-steps b {
  color: var(--editorial-accent);
  font: 700 16px/1 'Galson Wordmark Mono', monospace;
}
.publication-prose .publication-block-steps h3 {
  margin: 0 0 5px;
  color: var(--editorial-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}
.publication-prose .publication-block-steps p {
  margin: 0;
  color: var(--editorial-text);
  font-size: 16px;
  line-height: 1.6;
}
.publication-prose .publication-block-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 32px 0;
}
.publication-prose .publication-block-cards > :is(a, div) {
  display: block;
  min-height: 156px;
  padding: 22px;
  border: 1px solid var(--editorial-border);
  border-radius: var(--galson-radius-card);
  background: var(--editorial-surface);
  color: var(--editorial-text);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.publication-prose .publication-block-cards > a {
  cursor: pointer;
}
.publication-prose .publication-block-cards > a:hover, .publication-prose .publication-block-cards > a:focus-visible {
  border-color: rgba(236,176,10,.72);
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  transform: translateY(-2px);
}
.publication-prose .publication-block-cards > :is(a, div) > span {
  display: block;
  min-height: 14px;
  margin: 0 0 18px;
  color: var(--editorial-accent);
  font: 700 10px/1.4 'Galson Wordmark Mono', monospace;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.publication-prose .publication-block-cards strong {
  display: block;
  margin: 0 0 8px;
  color: var(--editorial-text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}
.publication-prose .publication-block-cards p {
  margin: 0;
  color: var(--editorial-text);
  font-size: 14px;
  line-height: 1.55;
}
.publication-prose :is(.publication-block-code, .publication-block-terminal, .publication-block-prompt) {
  overflow: hidden;
  margin: 32px 0;
  border: 1px solid #26313a;
  border-radius: 5px;
  background: #0a0e12;
  box-shadow: 0 24px 60px rgba(0,0,0,.4), 0 0 34px rgba(33,53,69,.12);
}
.publication-prose .publication-block-code > header {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 16px;
  padding: 8px 12px 8px 18px;
  border-bottom: 1px solid #26313a;
  background: #10151a;
  color: var(--editorial-text);
  font: 700 9px/1 'Galson Wordmark Mono', monospace;
  text-transform: uppercase;
}
.publication-prose .publication-block-code > header::before {
  width: 7px;
  height: 7px;
  flex: none;
  margin-right: 28px;
  border-radius: 50%;
  background: #ea6b62;
  box-shadow: 14px 0 #e4bc55, 28px 0 #62c85c;
  content: '';
}
.publication-prose .publication-block-code > header > span {
  margin-right: auto;
}
.publication-prose :is(.publication-block-code, .publication-block-prompt) button {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid var(--editorial-border-strong);
  border-radius: 5px;
  background: #25292e;
  color: var(--editorial-text);
  cursor: pointer;
  font: 700 10px/1 PortalMontserrat, sans-serif;
}
.publication-prose :is(.publication-block-code, .publication-block-prompt) button:hover, .publication-prose :is(.publication-block-code, .publication-block-prompt) button:focus-visible {
  border-color: var(--editorial-accent);
  color: var(--editorial-accent);
}
.publication-prose :is(.publication-block-code, .publication-block-terminal, .publication-block-prompt) pre {
  margin: 0;
  padding: 22px;
  overflow: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--editorial-text);
  font: 400 13px/1.7 'Galson Wordmark Mono', monospace;
  white-space: pre-wrap;
}
.publication-prose :is(.publication-block-code, .publication-block-terminal, .publication-block-prompt) pre code {
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}
.publication-prose .publication-block-terminal > header {
  display: grid;
  height: 42px;
  grid-template-columns: 8px 8px 8px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  padding: 0 15px;
  border-bottom: 1px solid #26313a;
  background: #10151a;
}
.publication-prose .publication-block-terminal > header i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ea6b62;
}
.publication-prose .publication-block-terminal > header i:nth-child(2) {
  background: #e4bc55;
}
.publication-prose .publication-block-terminal > header i:nth-child(3) {
  background: #62c85c;
}
.publication-prose .publication-block-terminal > header span {
  justify-self: center;
  color: var(--editorial-text);
  font: 700 9px/1 'Galson Wordmark Mono', monospace;
}
.publication-prose .publication-block-terminal pre {
  background: transparent;
}
.publication-prose .publication-terminal-line, .publication-prose .publication-terminal-line > span {
  display: block;
}
.publication-prose .publication-terminal-line > span:first-child b {
  margin-right: .5em;
  color: var(--editorial-accent);
}
.publication-prose .publication-terminal-line > span:last-child:not(:first-child) {
  color: #9ba3aa;
}
.publication-prose .publication-block-prompt > header {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 12px 8px 18px;
  border-bottom: 1px solid #26313a;
  background: #10151a;
}
.publication-prose .publication-block-prompt > header > span:first-child {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: 10px;
}
.publication-prose .publication-block-prompt > header b {
  display: inline-flex;
  flex: none;
  padding: 5px 7px;
  border: 1px solid rgba(236,176,10,.72);
  border-radius: 3px;
  background: transparent;
  color: var(--editorial-accent);
  font: 800 9px/1 'Galson Wordmark Mono', monospace;
  text-transform: uppercase;
}
.publication-prose .publication-block-prompt > header > span:first-child > span {
  overflow: hidden;
  color: var(--editorial-text);
  font: 700 9px/1 'Galson Wordmark Mono', monospace;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.publication-prose .publication-block-prompt > header > span:last-child {
  display: flex;
  flex: none;
  gap: 8px;
}
.publication-prose .publication-block-prompt pre[hidden] {
  display: none;
}
.publication-prose .publication-block-faq {
  display: block;
  margin: 32px 0;
  border: 0;
  background: transparent;
}
.publication-prose .publication-block-faq details {
  border-top: 1px solid var(--editorial-border);
}
.publication-prose .publication-block-faq details:last-child {
  border-bottom: 1px solid var(--editorial-border);
}
.publication-prose .publication-block-faq summary {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  padding: 22px 0;
  color: var(--editorial-text);
  cursor: pointer;
  font: 600 16px/1.4 PortalMontserrat, sans-serif;
  list-style: none;
}
.publication-prose .publication-block-faq summary::-webkit-details-marker {
  display: none;
}
.publication-prose .publication-block-faq summary::after {
  margin-left: auto;
  color: var(--editorial-accent);
  content: '+';
  font: 700 20px/1 'Galson Wordmark Mono', monospace;
}
.publication-prose .publication-block-faq details[open] summary::after {
  content: '−';
}
.publication-prose .publication-block-faq p {
  margin: -4px 0 20px;
  padding: 0;
  color: var(--editorial-text);
  font-size: 16px;
  line-height: 1.65;
}
.publication-prose .publication-block-actions {
  display: flex;
  gap: 12px;
  margin: 32px 0;
}
.publication-prose .publication-block-action {
  display: inline-flex;
  width: 280px;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border: 1px solid var(--editorial-border-strong);
  border-radius: var(--galson-radius-control);
  color: var(--editorial-text);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
}
.publication-prose .publication-block-action--primary {
  border-color: var(--editorial-accent);
  background: var(--editorial-accent);
  color: #111;
}
.publication-prose .publication-block-action--secondary {
  background: #10151a;
}
.publication-prose .publication-block-action:hover, .publication-prose .publication-block-action:focus-visible {
  border-color: var(--editorial-accent);
  box-shadow: 0 8px 18px rgba(236,176,10,.2);
  transform: translateY(-2px);
}
.publication-prose .publication-block-callout {
  position: relative;
  display: block;
  margin: 32px 0;
  padding: 28px;
  border: 1px solid var(--editorial-border-strong);
  border-radius: 8px;
  background: #181b1f;
  box-shadow: 0 24px 52px rgba(0,0,0,.24);
}
.publication-prose .publication-block-callout::before, .publication-prose .publication-block-callout::after {
  position: absolute;
  width: 24px;
  height: 24px;
  border-color: var(--editorial-accent);
  content: '';
}
.publication-prose .publication-block-callout::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid var(--editorial-accent);
  border-left: 2px solid var(--editorial-accent);
}
.publication-prose .publication-block-callout::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid var(--editorial-accent);
  border-bottom: 2px solid var(--editorial-accent);
}
.publication-prose .publication-callout-label {
  display: block;
  margin: 0 0 16px;
  color: var(--editorial-accent);
  font: 800 10px/1 'Galson Wordmark Mono', monospace;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.publication-prose .publication-block-callout strong {
  display: block;
  margin-bottom: 7px;
  color: var(--editorial-text);
  font-size: 17px;
}
.publication-prose .publication-block-callout p {
  margin: 0;
  color: var(--editorial-text);
  font-size: 16px;
  line-height: 1.55;
}
.publication-prose .publication-block-table {
  margin: 28px 0;
  overflow-x: auto;
}
.publication-prose .publication-block-table table {
  width: 100%;
  margin: 0;
  border: 1px solid var(--editorial-border-strong);
  border-collapse: collapse;
}
.publication-prose .publication-block-table :is(th, td) {
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.2);
  text-align: left;
}
.publication-prose .publication-block-table th {
  background: #25292d;
  color: var(--editorial-accent);
  font: 700 11px/1.2 'Galson Wordmark Mono', monospace;
  text-transform: uppercase;
}
.publication-prose .publication-block-video > :first-child {
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--editorial-border);
  border-radius: 8px;
  background: radial-gradient(circle at center, rgba(236,176,10,.1), transparent 35%), #0c0f12;
}
.publication-prose .publication-block-video :is(iframe, video) {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
}
.publication-prose .publication-block-visual {
  --publication-visual-accent: var(--editorial-accent);
  margin: 32px 0;
  overflow: hidden;
  border: 1px solid var(--editorial-border-strong);
  border-radius: 8px;
  background: radial-gradient(circle at top left, var(--publication-visual-accent), transparent 42%), #171a1d;
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(circle at top left, color-mix(in srgb, var(--publication-visual-accent) 14%, transparent), transparent 42%), #171a1d;
  }
  box-shadow: 0 20px 44px rgba(0,0,0,.22);
}
.publication-prose .publication-block-visual--panel, .publication-prose .publication-block-visual--workflow {
  border-left: 3px solid var(--publication-visual-accent);
}
.publication-prose .publication-block-visual--pink {
  --publication-visual-accent: #f472b6;
}
.publication-prose .publication-block-visual--blue {
  --publication-visual-accent: #60a5fa;
}
.publication-prose .publication-block-visual--green {
  --publication-visual-accent: #62c85c;
}
.publication-prose .publication-block-visual--purple {
  --publication-visual-accent: #a78bfa;
}
.publication-prose .publication-block-visual--red {
  --publication-visual-accent: #ea6b62;
}
.publication-prose .publication-block-visual--teal {
  --publication-visual-accent: #2dd4bf;
}
.publication-prose .publication-block-visual--orange {
  --publication-visual-accent: #fb923c;
}
.publication-visual-window-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid var(--editorial-border);
  background: rgba(12,15,18,.78);
  color: #aeb5bb;
  font: 700 10px/1 'Galson Wordmark Mono', monospace;
}
.publication-visual-window-dots {
  display: flex;
  gap: 5px;
}
.publication-visual-window-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ea6b62;
}
.publication-visual-window-dots i:nth-child(2) {
  background: #e4bc55;
}
.publication-visual-window-dots i:nth-child(3) {
  background: #62c85c;
}
.publication-visual-window-bar > span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.publication-visual-window-bar b {
  color: var(--publication-visual-accent);
  font: inherit;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.publication-visual-body {
  display: grid;
  gap: 16px;
  padding: 24px;
}
.publication-visual-body > header > span, .publication-visual-body > footer b {
  display: block;
  color: var(--publication-visual-accent);
  font: 700 10px/1.4 'Galson Wordmark Mono', monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.publication-prose .publication-visual-body h3 {
  margin: 7px 0 6px;
  font-size: 20px;
}
.publication-visual-body > header > p {
  margin: 0;
}
.publication-visual-items {
  display: grid;
  gap: 10px;
}
.publication-block-visual--workflow .publication-visual-items {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.publication-visual-items article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 7px 10px;
  padding: 14px;
  border: 1px solid var(--editorial-border);
  border-radius: 5px;
  background: rgba(15,15,15,.54);
}
.publication-block-visual--workflow .publication-visual-items article {
  grid-template-columns: 1fr;
}
.publication-visual-marker {
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--publication-visual-accent);
  box-shadow: 0 0 12px var(--publication-visual-accent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 12px color-mix(in srgb, var(--publication-visual-accent) 50%, transparent);
  }
}
.publication-block-visual--workflow .publication-visual-marker {
  width: 36px;
  height: 3px;
  margin: 0;
  border-radius: 999px;
}
.publication-visual-marker--pink {
  background: #f472b6;
}
.publication-visual-marker--blue {
  background: #60a5fa;
}
.publication-visual-marker--green {
  background: #62c85c;
}
.publication-visual-marker--purple {
  background: #a78bfa;
}
.publication-visual-marker--red {
  background: #ea6b62;
}
.publication-visual-marker--teal {
  background: #2dd4bf;
}
.publication-visual-marker--orange {
  background: #fb923c;
}
.publication-visual-items strong {
  color: var(--editorial-text);
  font-size: 14px;
  line-height: 1.4;
}
.publication-visual-items p {
  grid-column: 2;
  margin: -3px 0 0;
  color: #b7bdc2;
  font-size: 13px;
  line-height: 1.5;
}
.publication-block-visual--workflow .publication-visual-items p {
  grid-column: auto;
}
.publication-visual-body > footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  padding: 12px 14px;
  border: 1px solid var(--publication-visual-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--publication-visual-accent) 32%, transparent);
  }
  border-radius: 5px;
  background: var(--publication-visual-accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--publication-visual-accent) 8%, transparent);
  }
}
.publication-visual-body > footer b {
  display: inline;
}
.publication-visual-body > footer span {
  font-size: 14px;
}
.publication-visual-tagline {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 !important;
  color: #b7bdc2;
  font-size: 14px;
}
.publication-visual-tagline i {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--publication-visual-accent);
  color: #111;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}
.related-posts {
  width: 100%;
  margin: 64px 0 0;
  padding-top: 44px;
  border-top: 1px solid var(--editorial-border-strong);
  color: var(--editorial-text);
  font-family: PortalMontserrat, Montserrat, system-ui, sans-serif;
}
.related-intro {
  max-width: 580px;
  margin-bottom: 24px;
}
.related-kicker, .related-card__label {
  display: block;
  color: var(--editorial-accent);
  font: 700 10px/1.3 'Galson Wordmark Mono', 'JetBrains Mono', ui-monospace, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.publication-prose .related-heading {
  margin: 10px 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.035em;
}
.publication-prose .related-intro p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.related-card {
  display: flex;
  min-width: 0;
  min-height: 268px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--editorial-border);
  border-radius: var(--galson-radius-card);
  background: #171a1d;
  color: var(--editorial-text);
  text-decoration: none;
}
.related-card--featured {
  grid-column: 1 / -1;
  min-height: 280px;
  padding: 26px;
  border-color: rgba(236,176,10,.44);
  background: radial-gradient(circle at 92% 10%, rgba(236,176,10,.1), transparent 34%), #171a1d;
}
.related-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 28px;
}
.related-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--editorial-text);
  font: 700 9px/1.3 'Galson Wordmark Mono', 'JetBrains Mono', ui-monospace, monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.related-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--editorial-accent);
}
.publication-prose .related-title {
  margin: 0 0 10px;
  color: var(--editorial-text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.025em;
}
.publication-prose .related-card--featured .related-title {
  max-width: 540px;
  font-size: 24px;
  font-weight: 750;
  line-height: 1.2;
}
.publication-prose .related-desc {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--editorial-text);
  font-size: 13px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.related-action {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  padding: 0 12px;
  border: 1px solid var(--editorial-border-strong);
  border-radius: var(--galson-radius-control);
  color: var(--editorial-text);
  font-size: 11px;
  font-weight: 800;
}
.related-card--featured .related-action {
  min-height: 42px;
  margin-top: auto;
  padding: 0 16px;
  border-color: var(--editorial-accent);
  background: var(--editorial-accent);
  color: #111;
  font-size: 12px;
}
.related-card:hover {
  border-color: var(--editorial-accent);
}
.publication-followup {
  --editorial-bg: #191919;
  --editorial-surface: #2d2d2d;
  --editorial-border: rgba(255,255,255,.12);
  --editorial-text: #fff;
  --editorial-accent: #ecb00a;
  --gold: #ecb00a;
  --line: #33383d;
  display: flow-root;
  width: min(100%, 1440px);
  margin: 0 auto;
  background: var(--editorial-bg);
}
.newsletter-section {
  box-sizing: border-box;
  width: min(calc(100% - 112px), 1296px);
  margin: 120px auto;
  padding: 40px;
  border: 1px solid var(--editorial-border) !important;
  border-radius: var(--galson-radius-card);
  background: var(--editorial-surface);
  font-family: PortalMontserrat, Montserrat, system-ui, sans-serif;
}
.newsletter-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .88fr);
  align-items: center;
  gap: 64px;
  margin: 0 auto;
}
.newsletter-section__copy {
  max-width: 560px;
}
.newsletter-section__kicker {
  margin: 0 0 18px;
  color: var(--editorial-accent);
  font: 700 10px/1.3 'Galson Wordmark Mono', monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.newsletter-section h2 {
  margin: 0;
  color: var(--editorial-text);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -.035em;
}
.newsletter-section__copy > p:last-child {
  max-width: 500px;
  margin: 24px 0 0;
  color: var(--editorial-text);
  font-size: 15px;
  line-height: 1.58;
}
.newsletter-section .newsletter-form {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}
.newsletter-section .mail-form {
  grid-template-columns: minmax(0, 1fr);
}
.newsletter-section input[type='email'] {
  border: 1px solid var(--line);
  background: #171a1d;
  color: #f4f4f4 !important;
}
.newsletter-section .mail-form button {
  width: 100%;
}
.newsletter-section button {
  border: 0;
  border-radius: var(--galson-radius-control);
  background: var(--gold);
  color: #111;
  cursor: pointer;
}
.newsletter-section button:not(:disabled):hover {
  background: var(--gold);
}
.newsletter-section .mail-consent, .newsletter-section .newsletter-status {
  grid-column: 1 / -1;
}
.newsletter-section .mail-consent {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin: 2px 0 0;
  color: var(--editorial-text);
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}
.newsletter-section .mail-consent input[type='checkbox'] {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin: 0;
  accent-color: var(--editorial-accent);
}
.newsletter-section .mail-consent span {
  min-width: 0;
}
.aiteam-promo, .aiteam-promo * {
  box-sizing: border-box;
}
.publication-aiteam-cta {
  box-sizing: border-box;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 72px) 96px;
  overflow: clip;
  background: radial-gradient(ellipse 85% 80% at 50% 112%, rgba(236,176,10,.13) 0%, rgba(236,176,10,.045) 35%, rgba(236,176,10,0) 72%), var(--editorial-bg);
}
.aiteam-promo {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  width: 100%;
  min-height: 420px;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid var(--editorial-border) !important;
  border-radius: var(--galson-radius-card);
  background: var(--editorial-surface);
  color: var(--editorial-text);
  font-family: PortalMontserrat, Montserrat, system-ui, sans-serif;
}
.aiteam-promo__media {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #171a1d;
}
.aiteam-promo__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.aiteam-promo__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 36px;
}
.aiteam-promo__kicker {
  margin: 0 0 14px;
  color: var(--editorial-text);
  font: 700 10px/1.3 'Galson Wordmark Mono', monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.aiteam-promo h2 {
  margin: 0;
  color: var(--editorial-text);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.03em;
}
.aiteam-promo h2 span {
  color: var(--editorial-accent);
}
.aiteam-promo__intro {
  margin: 18px 0 0;
  color: var(--editorial-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}
.aiteam-promo__steps {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.aiteam-promo__steps li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid var(--editorial-border);
  color: var(--editorial-text);
  font-size: 12px;
  line-height: 1.5;
}
.aiteam-promo__steps b {
  color: var(--editorial-accent);
  font: 700 10px/1.5 'Galson Wordmark Mono', monospace;
  letter-spacing: .06em;
}
.aiteam-promo__action {
  display: inline-flex;
  min-width: 280px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  margin-top: 32px;
  padding: 0 24px;
  border: 1px solid var(--editorial-accent);
  border-radius: var(--galson-radius-control);
  background: var(--editorial-accent);
  color: #171a1d;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .02em;
  text-decoration: none;
  transition: box-shadow 180ms, transform 180ms;
}
.aiteam-promo__action:hover, .aiteam-promo__action:focus-visible {
  box-shadow: 0 8px 18px rgba(236,176,10,.2);
  transform: translateY(-2px);
}
.publication-toc {
  position: sticky;
  top: 96px;
  max-height: calc(100vh - 120px);
  padding: 14px 0;
  overflow-y: auto;
  scrollbar-width: none;
}
.publication-toc > span {
  display: block;
  margin-bottom: 16px;
  color: var(--editorial-accent);
  font: 700 10px/1 'Galson Wordmark Mono', monospace;
  letter-spacing: .1em;
}
.publication-toc ol {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.publication-toc a {
  display: block;
  padding: 10px 12px;
  border-left: 1px solid var(--editorial-border);
  color: var(--editorial-text);
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
}
.publication-toc a:hover, .publication-toc a[aria-current='true'] {
  border-left-color: var(--editorial-accent);
  background: rgba(236,176,10,.06);
  color: var(--editorial-accent);
}
.publication-toc__subitem a {
  padding-left: 20px;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .editorial-page, .publication-page {
    --editorial-gutter: clamp(32px, 6vw, 64px);
  }
  .editorial-hero {
    min-height: 760px;
  }
  .editorial-hero__copy {
    padding-top: 76px;
  }
  .editorial-hero h1 {
    font-size: 50px;
  }
  .editorial-hero__scene {
    top: 260px;
    height: 500px;
  }
  .editorial-hero__scene::after {
    background: linear-gradient(180deg, var(--editorial-bg) 0%, rgba(25,25,25,.42) 20%, transparent 48%, var(--editorial-bg) 100%);
  }
  .editorial-grid {
    grid-template-columns: 1fr;
  }
  .editorial-card {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  }
  .editorial-card__media {
    min-height: 280px;
    aspect-ratio: auto;
  }
  .publication-reading {
    display: block;
    width: min(100%, 660px);
  }
  .publication-toc {
    display: none;
  }
  .newsletter-section {
    width: calc(100% - (2 * clamp(32px, 6vw, 64px)));
  }
  .newsletter-section__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .newsletter-section .newsletter-form {
    width: min(100%, 620px);
    max-width: 620px;
  }
  .aiteam-promo {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }
  .aiteam-promo__media {
    aspect-ratio: 16 / 9;
  }
  .aiteam-promo__content {
    padding: 32px;
  }
}
@media (max-width: 700px) {
  .publication-main {
    padding: 0 16px 72px;
  }
  .publication-hero {
    padding: 42px 0 32px;
  }
  .publication-meta {
    margin-top: 22px;
    font-size: 11px;
  }
  .publication-hero h1 {
    margin-block: 14px 18px;
    font-size: clamp(34px, 11vw, 44px);
  }
  .publication-dek {
    font-size: 15px;
  }
  .publication-cover {
    margin-bottom: 42px;
  }
  .publication-prose {
    font-size: 15px;
  }
  .publication-prose h2 {
    margin-top: 44px;
    font-size: 24px;
  }
  .publication-prose .publication-cards {
    grid-template-columns: 1fr;
  }
  .publication-prose .publication-actions {
    flex-direction: column;
  }
  .publication-prose .publication-prompt > div:first-child {
    align-items: stretch;
    flex-direction: column;
  }
  .publication-prose .publication-prompt > div:first-child > span {
    justify-content: space-between;
  }
}
@media (max-width: 760px) {
  .editorial-page, .publication-page {
    --editorial-gutter: 20px;
  }
  .editorial-hero {
    min-height: 780px;
  }
  .editorial-hero__copy {
    width: auto;
    margin: 0 20px;
    padding-top: 48px;
  }
  .editorial-hero h1 {
    font-size: 33px;
    line-height: 1.03;
  }
  .editorial-hero__lead {
    margin-top: 22px;
    font-size: 15px;
  }
  .editorial-hero__action {
    width: 100%;
    margin-top: 26px;
  }
  .editorial-hero__scene {
    top: 430px;
    height: 350px;
  }
  .editorial-hero__scene img {
    object-position: 65% center;
  }
  .editorial-index {
    padding: 64px 0 80px;
  }
  .editorial-index__head {
    padding-bottom: 24px;
  }
  .editorial-index__head h2 {
    font-size: 30px;
  }
  .editorial-filters {
    margin: 20px -4px 24px;
  }
  .featured-editorial {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .featured-editorial__media {
    aspect-ratio: 16 / 9;
  }
  .featured-editorial__content {
    padding: 24px;
  }
  .featured-editorial h3 {
    font-size: 30px;
  }
  .editorial-grid {
    gap: 12px;
    margin-top: 12px;
  }
  .editorial-card {
    display: flex;
  }
  .editorial-card__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .editorial-card__body {
    min-height: 220px;
    padding: 20px;
  }
  .editorial-pages {
    gap: 6px;
    margin-top: 28px;
  }
  .editorial-pages :is(button, a) {
    width: 40px;
    min-height: 40px;
  }
  .newsletter-section {
    width: calc(100% - 40px);
    margin-block: 72px;
    padding: 24px;
  }
  .newsletter-section__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .newsletter-section h2 {
    font-size: 34px;
  }
  .newsletter-section__copy > p:last-child {
    margin-top: 18px;
    font-size: 14px;
  }
  .newsletter-section .mail-consent, .newsletter-section .newsletter-status {
    grid-column: auto;
  }
  .newsletter-section .mail-consent {
    font-size: 9px;
  }
  .publication-aiteam-cta {
    padding-bottom: 72px;
  }
  .aiteam-promo__content {
    padding: 24px;
  }
  .aiteam-promo__action {
    width: 100%;
    min-width: 0;
    margin-top: 28px;
  }
}
@media (max-width: 700px) {
  .publication-prose .publication-block-cards {
    grid-template-columns: 1fr;
  }
  .publication-prose .publication-block-actions {
    flex-direction: column;
  }
  .publication-prose .publication-block-action {
    width: 100%;
  }
  .publication-prose .publication-block-prompt > header {
    align-items: stretch;
    flex-direction: column;
  }
  .publication-prose .publication-block-prompt > header > span:last-child {
    justify-content: space-between;
  }
  .publication-prose .publication-block-steps article {
    grid-template-columns: 44px minmax(0, 1fr);
  }
  .publication-visual-body {
    padding: 20px;
  }
}
.editorial-pages {
  flex-wrap: wrap;
}
.editorial-pages a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/galson/galson.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-accent: #ecb00a;
    --color-dark: #0f0f0f;
    --color-dark-card: #1a1a1a;
    --color-dark-border: #2a2a2a;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-none {
    max-width: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .list-outside {
    list-style-position: outside;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-accent\/30 {
    border-color: color-mix(in srgb, #ecb00a 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-accent) 30%, transparent);
    }
  }
  .border-dark-border {
    border-color: var(--color-dark-border);
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .bg-accent\/90 {
    background-color: color-mix(in srgb, #ecb00a 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-accent) 90%, transparent);
    }
  }
  .bg-dark {
    background-color: var(--color-dark);
  }
  .bg-dark-card {
    background-color: var(--color-dark-card);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .\[overflow-wrap\:anywhere\] {
    overflow-wrap: anywhere;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-accent\/30 {
    color: color-mix(in srgb, #ecb00a 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-accent) 30%, transparent);
    }
  }
  .text-dark {
    color: var(--color-dark);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .block-1 {
    block-size: calc(var(--spacing) * 1);
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-accent {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-accent);
      }
    }
  }
  .hover\:bg-accent\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #ecb00a 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-accent) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-yellow-400 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-yellow-400);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-accent\/30 {
    &:hover {
      @media (hover: hover) {
        --tw-shadow-color: color-mix(in srgb, #ecb00a 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-accent) 30%, transparent) var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
}
:root {
  --bg: #0f0f0f;
  --bg-card: #1a1a1a;
  --bg-elevated: #1f1f1f;
  --bg-hover: rgba(236, 176, 10, 0.08);
  --bg-input: rgba(255, 255, 255, 0.04);
  --bg-subtle: rgba(255, 255, 255, 0.06);
  --bg-image: rgba(236, 176, 10, 0.06);
  --border: rgba(255, 255, 255, 0.12);
  --border-soft: rgba(255, 255, 255, 0.08);
  --border-subtle: rgba(255, 255, 255, 0.06);
  --border-strong: rgba(255, 255, 255, 0.18);
  --text: #ffffff;
  --text-2: #e5e5e5;
  --text-muted: #9ca3af;
  --text-dim: #6b7280;
  --text-faint: #4b5563;
  --text-heading: #ffffff;
  --accent: #ecb00a;
  --accent-hover: #f5c518;
  --accent-soft: rgba(236, 176, 10, 0.12);
  --accent-glow: rgba(236, 176, 10, 0.20);
  --on-accent: #0f0f0f;
  --success: #4ade80;
  --success-bg: rgba(74, 222, 128, 0.12);
  --danger: #f87171;
  --danger-bg: rgba(248, 113, 113, 0.12);
  --header-h: 56px;
  --r-xs: 4px;
  --r-sm: 6px;
  --r: 8px;
  --r-md: 10px;
  --r-lg: 12px;
  --r-xl: 20px;
  --r-pill: 999px;
  --font-sans: 'Inter', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.45);
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.50);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.58);
}
html, body {
  overflow-x: clip;
  max-width: 100vw;
}
a {
  text-decoration: none;
}
.btn-shimmer {
  position: relative;
  overflow: hidden;
}
.btn-shimmer::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  animation: shimmer 3s infinite;
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
.js-loaded .scroll-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.js-loaded .scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}
.js-loaded .scroll-animate-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.js-loaded .scroll-animate-stagger.visible > *:nth-child(1) {
  transition-delay: 0ms;
}
.js-loaded .scroll-animate-stagger.visible > *:nth-child(2) {
  transition-delay: 100ms;
}
.js-loaded .scroll-animate-stagger.visible > *:nth-child(3) {
  transition-delay: 200ms;
}
.js-loaded .scroll-animate-stagger.visible > *:nth-child(4) {
  transition-delay: 300ms;
}
.js-loaded .scroll-animate-stagger.visible > *:nth-child(5) {
  transition-delay: 400ms;
}
.js-loaded .scroll-animate-stagger.visible > *:nth-child(6) {
  transition-delay: 500ms;
}
.js-loaded .scroll-animate-stagger.visible > * {
  opacity: 1;
  transform: translateY(0);
}
.glow-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #1a1a1a;
}
.glow-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: conic-gradient(
    from var(--glow-angle, 0deg),
    transparent 0%,
    transparent 25%,
    #ecb00a 30%,
    #f5d442 35%,
    #ecb00a 40%,
    transparent 45%,
    transparent 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: glow-rotate 4s linear infinite;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.glow-card:hover::before {
  opacity: 1;
}
.glow-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(236, 176, 10, 0.15) 0%, transparent 50%, rgba(236, 176, 10, 0.1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@property --glow-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
@keyframes glow-rotate {
  to {
    --glow-angle: 360deg;
  }
}
.bg-grid {
  background-image: linear-gradient(rgba(236,176,10,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(236,176,10,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-glow {
  position: relative;
}
.hero-glow::before {
  content: '';
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(circle, rgba(236,176,10,0.12) 0%, rgba(236,176,10,0.04) 40%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.text-gradient {
  background: linear-gradient(135deg, #ffffff 0%, #ecb00a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.text-glow {
  text-shadow: 0 0 20px rgba(236,176,10,0.4), 0 0 40px rgba(236,176,10,0.2);
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --glow-angle: 0deg;
    }
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/galson/portal.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
:root {
  --galson-radius-control: 16px;
  --galson-radius-card: 24px;
}
@font-face {
  font-family: 'Galson Wordmark Mono';
  src: url('/images/portal/fonts/JetBrainsMono-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Galson Wordmark Mono';
  src: url('/images/portal/fonts/JetBrainsMono-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
.galson-wordmark {
  font-family: 'Galson Wordmark Mono',ui-monospace,monospace;
  font-weight: 700;
}
#articles .content-card-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
  min-width: 0;
}
#articles .content-card {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 280px;
  flex-direction: column;
  padding: 24px;
  overflow-wrap: anywhere;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--galson-radius-card);
  background: #2d2d2d;
  color: #ffffff;
  font-family: PortalMontserrat,Arial,sans-serif;
  text-decoration: none;
  transition: transform 180ms ease,border-color 180ms ease,background-color 180ms ease,box-shadow 180ms ease;
}
#articles .content-card__label {
  color: #ecb00a;
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
#articles .content-card .content-card__title {
  margin: 18px 0 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: -.025em;
}
#articles .content-card .content-card__description {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
#articles .content-card .content-card__meta {
  margin: auto 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #ffffff;
  font-size: 11px;
  line-height: 16px;
}
#articles .content-card--link:focus-visible {
  outline: 2px solid #ecb00a;
  outline-offset: 3px;
}
@media (hover:hover) and (prefers-reduced-motion:no-preference) {
  #articles .content-card--link:hover {
    transform: translateY(-2px);
    border-color: rgba(236,176,10,.58);
    background: #2d2d2d;
    box-shadow: 0 12px 30px rgba(0,0,0,.24);
  }
}
@media (max-width:700px) {
  #articles .content-card-grid {
    grid-template-columns: minmax(0,1fr);
    gap: 8px;
  }
  #articles .content-card {
    min-height: 208px;
    padding: 18px;
  }
  #articles .content-card__label {
    font-size: 9px;
    line-height: 13px;
  }
  #articles .content-card .content-card__title {
    margin: 14px 0 9px;
    font-size: 18px;
    line-height: 22px;
  }
  #articles .content-card .content-card__description {
    font-size: 13px;
    line-height: 20px;
  }
  #articles .content-card .content-card__meta {
    padding-top: 12px;
    font-size: 10px;
    line-height: 14px;
  }
}
@media (prefers-reduced-motion:reduce) {
  #articles .content-card {
    transition: none;
  }
}
@font-face {
  font-family: PortalMontserrat;
  src: url('/images/portal/fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: PortalMontserrat;
  src: url('/images/portal/fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: PortalMontserrat;
  src: url('/images/portal/fonts/Montserrat-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-display: block;
}
@font-face {
  font-family: PortalMontserrat;
  src: url('/images/portal/fonts/Montserrat-Black.woff2') format('woff2');
  font-weight: 900;
  font-display: block;
}
html,body {
  margin: 0;
  min-width: 0;
  background: #0b0d0f;
  overflow-x: clip;
}
body {
  font-family: PortalMontserrat,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
}
.portal {
  --canvas: #0f0f0f;
  --bg: #191919;
  --bg2: #191919;
  --surface: #2d2d2d;
  --text: #ffffff;
  --muted: #ffffff;
  --dim: #ffffff;
  --line: rgba(255,255,255,.12);
  --gold: #ecb00a;
  --portal-gutter: max(72px,calc((100% - 1296px)/2));
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: clip;
  background: var(--bg);
  color: var(--text);
}
.portal * {
  box-sizing: border-box;
}
.portal img {
  display: block;
}
.portal a {
  color: inherit;
  text-decoration: none;
}
.portal p,.portal h1,.portal h2,.portal h3 {
  margin-top: 0;
}
.screen {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 0;
  background: var(--bg);
}
.portal > .screen {
  border-block: 0;
  outline: 0;
  box-shadow: none;
}
.portal .content-card-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 16px;
  min-width: 0;
}
.portal .content-card-grid--portal {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.portal .content-card {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 220px;
  flex-direction: column;
  padding: 24px;
  overflow-wrap: anywhere;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--galson-radius-card);
  background: #2d2d2d;
  color: #ffffff;
  font-family: PortalMontserrat,Arial,sans-serif;
  text-decoration: none;
  transition: transform 180ms ease,border-color 180ms ease,background-color 180ms ease,box-shadow 180ms ease;
}
.portal .content-card--portal {
  min-height: 280px;
}
.portal .content-card__label {
  color: #ecb00a;
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.portal .content-card .content-card__title {
  margin: 18px 0 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: -.025em;
}
.portal .content-card .content-card__description {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.portal .content-card .content-card__meta {
  margin: auto 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #ffffff;
  font-size: 11px;
  line-height: 16px;
}
.portal .content-card--link:focus-visible {
  outline: 2px solid #ecb00a;
  outline-offset: 3px;
}
@media (hover:hover) and (prefers-reduced-motion:no-preference) {
  .portal .content-card--link:hover {
    transform: translateY(-2px);
    border-color: rgba(236,176,10,.58);
    background: #1c2023;
    box-shadow: 0 12px 30px rgba(0,0,0,.24);
  }
}
@media (max-width:700px) {
  .portal .content-card-grid,.portal .content-card-grid--portal {
    grid-template-columns: minmax(0,1fr);
    gap: 8px;
  }
  .portal .content-card,.portal .content-card--portal {
    min-height: 208px;
    padding: 18px;
  }
  .portal .content-card__label {
    font-size: 9px;
    line-height: 13px;
  }
  .portal .content-card .content-card__title {
    margin: 14px 0 9px;
    font-size: 18px;
    line-height: 22px;
  }
  .portal .content-card .content-card__description {
    font-size: 13px;
    line-height: 20px;
  }
  .portal .content-card .content-card__meta {
    padding-top: 12px;
    font-size: 10px;
    line-height: 14px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .portal .content-card {
    transition: none;
  }
}
.kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.screen h2 {
  margin: 0;
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.055em;
}
.outline-button,.gold-button,.primary,.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--galson-radius-control);
  font-size: 14px;
  font-weight: 800;
}
.outline-button {
  height: 52px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(21,24,27,.92);
}
.outline-button span {
  color: var(--gold);
}
.gold-button,.primary {
  color: #111 !important;
  background: var(--gold);
}
.screen-01 {
  height: 840px;
  background: radial-gradient(800px 580px at 82% 42%,rgba(236,176,10,.075),transparent 66%),linear-gradient(135deg,#090b0d,#101214);
}
.portal-header {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 56px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(10,12,14,.82);
}
.brand {
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand strong {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.045em;
}
.brand strong i {
  font-style: normal;
  color: #717275;
}
.brand strong span {
  color: var(--gold);
}
.portal-header nav {
  display: flex;
  gap: 35px;
  margin-left: auto;
}
.portal-header nav a {
  color: #aeb3b9;
  font-size: 12px;
  font-weight: 600;
}
.portal-header nav a:hover,.portal-header nav a:focus-visible {
  color: var(--gold);
}
.menu {
  display: none;
}
.hero-shell {
  position: relative;
  width: 100%;
  height: 840px;
}
.hero-copy {
  position: absolute;
  z-index: 5;
  left: var(--portal-gutter);
  top: 176px;
  width: 700px;
}
.eyebrow {
  margin: 0 0 21px;
  color: #aab0b7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.eyebrow b {
  margin: 0 7px;
  color: var(--gold);
}
.hero-copy h1 {
  margin: 0;
  font-size: 62px;
  font-weight: 900;
  line-height: .965;
  letter-spacing: -.06em;
}
.hero-copy h1 em {
  color: var(--gold);
  font-style: normal;
}
.hero-copy .hero-lead {
  width: 625px;
  margin: 28px 0 0;
  color: #a8afb7;
  font-size: 16px;
  line-height: 1.62;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 28px;
}
.hero-ctas .primary,.hero-ctas .secondary {
  justify-content: center;
  max-width: 100%;
  height: 52px;
  margin: 0;
  white-space: nowrap;
}
.primary {
  position: relative;
  isolation: isolate;
  width: 284px;
  height: 52px;
  padding: 0 20px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(236,176,10,.16);
  transition: transform .24s ease,box-shadow .24s ease;
}
.primary>span {
  position: relative;
  z-index: 1;
}
.primary::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -50%;
  left: 0;
  width: 28%;
  height: 200%;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);
  transform: translateX(-450%) skewX(-18deg);
  animation: hero-cta-shimmer 4.8s cubic-bezier(.2,.75,.25,1) infinite;
  pointer-events: none;
}
.secondary {
  width: 228px;
  height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.16);
  background: #15181b;
  color: #d4d8db;
  font-size: 12px;
  transition: transform .24s ease,border-color .24s ease,background-color .24s ease,color .24s ease;
}
@keyframes hero-cta-shimmer {
  0%,72% {
    transform: translateX(-450%) skewX(-18deg);
  }
  100% {
    transform: translateX(850%) skewX(-18deg);
  }
}
@keyframes hero-cta-sweep {
  from {
    transform: translateX(-450%) skewX(-18deg);
  }
  to {
    transform: translateX(850%) skewX(-18deg);
  }
}
@media (hover:hover) and (prefers-reduced-motion:no-preference) {
  .hero-ctas .primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(236,176,10,.3);
  }
  .hero-ctas .primary:hover::after {
    animation: hero-cta-sweep .72s cubic-bezier(.2,.75,.25,1) both;
  }
  .hero-ctas .secondary:hover {
    transform: translateY(-2px);
    border-color: rgba(236,176,10,.72);
    background: #1c2023;
    color: #f5f2ea;
  }
}
.hero-ctas [data-od-id="hero-secondary-cta"] {
  border-color: rgba(236,176,10,.58);
  background: rgba(236,176,10,.1);
  color: #f5f2ea;
  box-shadow: inset 0 0 0 1px rgba(236,176,10,.08),0 8px 24px rgba(236,176,10,.12);
  transition: transform .24s ease,border-color .24s ease,background-color .24s ease,color .24s ease,box-shadow .24s ease;
}
.hero-ctas [data-od-id="hero-secondary-cta"]:focus-visible {
  outline: 2px solid rgba(236,176,10,.92);
  outline-offset: 3px;
  border-color: rgba(236,176,10,.92);
  background: rgba(236,176,10,.16);
  color: #f5f2ea;
  box-shadow: 0 12px 30px rgba(236,176,10,.24);
}
@media (hover:hover) {
  .hero-ctas [data-od-id="hero-secondary-cta"]:hover {
    border-color: rgba(236,176,10,.92);
    background: rgba(236,176,10,.16);
    color: #f5f2ea;
    box-shadow: 0 12px 30px rgba(236,176,10,.24);
  }
}
.hero-art {
  position: absolute;
  isolation: isolate;
  right: max(0px,calc((100% - 1328px)/2));
  top: 162px;
  width: 620px;
  height: 620px;
  overflow: visible;
}
.hero-art>picture {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  pointer-events: none;
}
.hero-agents {
  position: absolute;
  z-index: 1;
  right: -20px;
  top: -152px;
  width: 420px;
  height: auto;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,.45));
}
.dossier {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 113px;
  width: 603px;
  height: 506px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--galson-radius-card);
  background: linear-gradient(145deg,#1b1f23,#111416);
  box-shadow: 0 34px 90px rgba(0,0,0,.45);
  overflow: hidden;
}
.dossier-top {
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  border-bottom: 1px solid var(--line);
  color: #7d848c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.dossier-top .open {
  color: #9bb7a4;
}
.dossier-top .open i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #35b86b;
}
.dossier-body {
  padding: 25px 28px 0;
}
.dossier-body>p {
  width: 430px;
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.04em;
}
.dossier-body>small {
  display: block;
  width: 475px;
  color: #9da3aa;
  font-size: 12px;
  line-height: 1.55;
}
.dossier ol {
  margin: 21px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.dossier li {
  height: 58px;
  display: grid;
  grid-template-columns: 35px 1fr 26px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.dossier li b {
  color: #777e86;
  font-size: 10px;
}
.dossier li span {
  font-size: 13px;
  font-weight: 600;
}
.dossier li i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: #8db09a;
  font-size: 11px;
  font-style: normal;
}
.dossier-foot {
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  color: #737a82;
  font-size: 10px;
}
.dossier-foot b {
  color: #9ebaa6;
  font-weight: 600;
}
.screen-02 {
  height: 1240px;
  background: linear-gradient(180deg,#111315,#0b0d0f);
}
.full-scene {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 616px;
  overflow: hidden;
  border-radius: 0 0 18px 18px;
}
.full-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scene-route img {
  object-position: center 49%;
}
.scene-route::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg,rgba(12,14,16,.98) 0%,rgba(12,14,16,.75) 30%,transparent 60%),linear-gradient(180deg,rgba(11,13,15,.5),transparent 45%,rgba(11,13,15,.08));
}
.route-copy {
  position: absolute;
  z-index: 4;
  top: 75px;
  left: var(--portal-gutter);
  width: 480px;
}
.route-copy h2 {
  font-size: 51px;
}
.route-copy>p:last-child {
  width: 430px;
  margin: 24px 0 0;
  color: #b0b4b9;
  font-size: 15px;
  line-height: 1.62;
}
.route-steps {
  position: absolute;
  top: 616px;
  left: 0;
  width: 100%;
  height: 624px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.route-steps li {
  position: absolute;
  width: 500px;
  min-height: 190px;
  padding-top: 36px;
}
.route-steps b {
  display: block;
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 22px;
  line-height: 1.2;
}
.route-steps strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}
.route-steps span {
  display: block;
  max-width: 770px;
  color: #a3a9af;
  font-size: 16px;
  line-height: 1.5;
}
.route-title-task {
  display: inline-block;
  white-space: nowrap;
}
@media (min-width:701px) {
  .route-steps::before {
    content: "";
    position: absolute;
    left: 516px;
    top: 12px;
    width: 1px;
    height: 384px;
    background: var(--line);
  }
  .route-steps li:nth-child(1) {
    left: 72px;
    top: 0;
    width: 404px;
    min-height: 396px;
    padding-top: 28px;
  }
  .route-steps li:nth-child(1) b {
    margin-bottom: 24px;
    font-size: 76px;
    line-height: .88;
    letter-spacing: -.08em;
  }
  .route-steps li:nth-child(1) strong {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 1.12;
  }
  .route-steps li:nth-child(1) span {
    font-size: 17px;
    line-height: 1.55;
  }
  .route-steps li:nth-child(n+2) {
    left: 536px;
    right: 56px;
    width: auto;
    min-height: 128px;
    padding: 14px 16px 12px;
    display: grid;
    grid-template-columns: 92px minmax(0,1fr);
  }
  .route-steps li:nth-child(2) {
    top: 8px;
    border-bottom: 1px solid var(--line);
  }
  .route-steps li:nth-child(3) {
    top: 136px;
    border-bottom: 1px solid var(--line);
  }
  .route-steps li:nth-child(4) {
    top: 264px;
  }
  .route-steps li:nth-child(n+2) b {
    align-self: start;
    margin: 2px 0 0;
    font-size: 30px;
    line-height: 1.05;
  }
  .route-steps li:nth-child(n+2) strong {
    margin-bottom: 9px;
    font-size: 21px;
    line-height: 1.18;
  }
}
.articles-intro {
  display: contents;
}
.screen-03 {
  height: 1290px;
  background: #0c0e10;
}
.scene-articles {
  height: 650px;
}
.scene-articles img {
  object-position: center;
}
.scene-articles::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg,rgba(11,13,15,.97),rgba(11,13,15,.68) 36%,transparent 65%),linear-gradient(180deg,transparent 55%,#0c0e10 100%);
}
.articles-head {
  position: absolute;
  z-index: 4;
  left: var(--portal-gutter);
  top: 39px;
  width: 580px;
}
.articles-head h2 {
  font-size: 52px;
}
.articles-head h2 span {
  display: block;
  white-space: nowrap;
}
.articles-head>p:last-child {
  width: 520px;
  margin: 24px 0 0;
  color: #afb4ba;
  font-size: 16px;
  line-height: 1.62;
}
.featured-article {
  position: absolute;
  z-index: 5;
  left: var(--portal-gutter);
  top: 318px;
  width: min(680px,calc(100% - (2 * var(--portal-gutter))));
}
.article-row {
  position: absolute;
  top: 736px;
  left: 50%;
  width: 1272px;
  transform: translateX(-50%);
}
.articles-all {
  position: absolute;
  left: var(--portal-gutter);
  top: 1046px;
  width: 250px;
}
.screen-04,.screen-07 {
  height: 820px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0 var(--portal-gutter);
  background: radial-gradient(600px 400px at 72% 50%,rgba(236,176,10,.055),transparent),#0c0e10;
}
.mail-copy {
  width: 560px;
}
.mail-copy h2 {
  font-size: 50px;
}
.mail-copy>p:last-child {
  width: 500px;
  margin: 24px 0 0;
  color: #aeb3b9;
  font-size: 15px;
  line-height: 1.58;
}
.mail-ui {
  justify-self: end;
  width: 604px;
  padding-top: 4px;
}
.mail-ui>label {
  display: block;
  margin-bottom: 14px;
  color: #a6acb2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mail-form {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  grid-template-areas: "field" "action" "consent";
  gap: 10px;
}
.mail-ui input[type="email"] {
  grid-area: field;
  min-width: 0;
  width: 100%;
  height: 54px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: var(--galson-radius-control);
  background: #171a1d;
  color: #aaa;
  font: inherit;
}
.mail-ui input[type="email"]:focus-visible {
  outline: 2px solid rgba(236,176,10,.72);
  outline-offset: 2px;
  border-color: rgba(236,176,10,.72);
}
.mail-ui button {
  grid-area: action;
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: var(--galson-radius-control);
  background: var(--gold);
  color: #111;
  font: var(--galson-action-font);
}
.mail-ui button:disabled {
  cursor: not-allowed;
  background: var(--gold);
  color: #111;
  box-shadow: none;
  opacity: 1;
}
.mail-ui button:not(:disabled):hover {
  background: var(--gold);
}
.mail-ui button span {
  margin-left: 15px;
}
.mail-consent {
  grid-area: consent;
  min-width: 0;
  margin: 2px 0 0;
  color: #8a9198;
  font-size: 10px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
#email-articles .mail-consent,#email .mail-consent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
#email-articles .mail-consent input[type="checkbox"],#email .mail-consent input[type="checkbox"] {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin: 0;
  accent-color: var(--gold);
  opacity: 1;
}
#email-articles .mail-consent span,#email .mail-consent span {
  min-width: 0;
}
.mail-consent a {
  color: #c3a74e;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mail-consent a:hover {
  color: var(--gold);
}
.mail-consent a:focus-visible {
  outline: 2px solid rgba(236,176,10,.72);
  outline-offset: 2px;
  border-radius: 2px;
  color: var(--gold);
}
.screen-05 {
  height: 1080px;
  background: #0b0d0f;
}
.about-scene {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 810px;
  overflow: hidden;
  border-radius: 0 0 19px 19px;
}
.about-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
}
.about-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,#0b0d0f 0%,rgba(11,13,15,.93) 20%,rgba(11,13,15,.3) 44%,transparent 67%),linear-gradient(180deg,transparent 70%,#0b0d0f 100%);
}
.about-copy {
  position: absolute;
  z-index: 3;
  left: var(--portal-gutter);
  top: 112px;
  width: 555px;
}
.about-copy h2 {
  font-size: 51px;
}
.about-copy>p:not(.kicker) {
  width: 505px;
  margin: 25px 0 0;
  color: #b0b5bb;
  font-size: 16px;
  line-height: 1.65;
}
.about-product-label {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .04em;
}
.about-copy strong {
  font-weight: 800;
}
.about-button {
  position: absolute;
  z-index: 4;
  left: var(--portal-gutter);
  top: 616px;
  width: 250px;
}
.screen-055 {
  min-height: 900px;
  padding: clamp(64px,5.2vw,74px) var(--portal-gutter);
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  align-items: center;
  gap: clamp(32px,4vw,56px);
  background: #0b0d0f;
}
.system-head {
  padding-top: 0;
}
.system-head h2 {
  font-size: clamp(42px,3.5vw,48px);
}
.system-head>p:last-child {
  width: 100%;
  max-width: 550px;
  margin: 28px 0 0;
  color: #c0c5ca;
  font-size: 16px;
  line-height: 1.65;
}
.system-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  align-content: center;
}
.system-grid article {
  position: relative;
  min-height: 246px;
  padding: 30px 24px 26px 92px;
  border: 1px solid var(--line);
  border-radius: var(--galson-radius-card);
  background: var(--surface);
}
.system-icon {
  position: absolute;
  left: 24px;
  top: 30px;
  width: 46px;
  height: 46px;
  color: var(--text);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.system-icon--realistic {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.system-grid h3 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}
.system-grid p {
  margin: 0;
  color: #c0c5ca;
  font-size: 16px;
  line-height: 1.55;
}
.knowledge-hero {
  display: contents;
}
.screen-06 {
  height: 980px;
  border-radius: 0;
  background: linear-gradient(135deg,#0e1113,#15191b);
}
.knowledge-scene {
  position: absolute;
  right: 0;
  top: 0;
  width: 650px;
  height: 544px;
  overflow: hidden;
}
.knowledge-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.knowledge-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,#101315 0%,transparent 38%),linear-gradient(180deg,transparent 65%,#101315 100%);
}
.knowledge-copy {
  position: absolute;
  left: var(--portal-gutter);
  top: 67px;
  width: 740px;
}
.knowledge-copy h2 {
  font-size: 50px;
}
.knowledge-copy>p:last-child {
  width: 690px;
  margin: 25px 0 0;
  color: #aeb4ba;
  font-size: 16px;
  line-height: 1.6;
}
.guide-row {
  position: absolute;
  left: 50%;
  top: 546px;
  width: 1296px;
  transform: translateX(-50%);
}
.knowledge-button {
  position: absolute;
  isolation: isolate;
  left: var(--portal-gutter);
  top: 876px;
  width: 250px;
  height: 52px;
  padding: 0 20px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(236,176,10,.16);
  transition: transform .24s ease,box-shadow .24s ease;
}
.knowledge-button>span {
  position: relative;
  z-index: 1;
}
.knowledge-button::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -50%;
  left: 0;
  width: 28%;
  height: 200%;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);
  transform: translateX(-450%) skewX(-18deg);
  animation: hero-cta-shimmer 4.8s cubic-bezier(.2,.75,.25,1) infinite;
  pointer-events: none;
}
.knowledge-button:focus-visible {
  outline: 2px solid rgba(236,176,10,.72);
  outline-offset: 3px;
  box-shadow: 0 16px 32px rgba(236,176,10,.3);
}
@media (hover:hover) and (prefers-reduced-motion:no-preference) {
  .knowledge-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(236,176,10,.3);
  }
  .knowledge-button:hover::after {
    animation: hero-cta-sweep .72s cubic-bezier(.2,.75,.25,1) both;
  }
}
.screen-07 {
  height: 900px;
}
.journal-hero {
  display: contents;
}
.screen-08 {
  height: 1360px;
  background: #0b0d0f;
}
.journal-scene {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 675px;
  overflow: hidden;
  border-radius: 0;
}
.journal-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.journal-scene::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg,rgba(11,13,15,.97),rgba(11,13,15,.7) 33%,transparent 59%),linear-gradient(180deg,transparent 70%,#0b0d0f 100%);
}
.journal-head {
  position: absolute;
  z-index: 4;
  left: var(--portal-gutter);
  top: 72px;
  width: 520px;
}
.journal-head h2 {
  font-size: 50px;
}
.journal-head>p:last-child {
  width: 440px;
  margin: 26px 0 0;
  color: #afb4ba;
  font-size: 16px;
  line-height: 1.62;
}
.journal-row {
  position: absolute;
  left: 50%;
  top: 746px;
  width: 1298px;
  transform: translateX(-50%);
}
.journal-button {
  position: absolute;
  z-index: 4;
  left: var(--portal-gutter);
  top: 1092px;
  width: 250px;
}
@media (max-width:700px) {
  .portal {
    --mobile-gutter: clamp(20px,6vw,24px);
  }
  .screen h2 {
    font-size: 32px;
    line-height: 1.04;
  }
  .kicker {
    margin-bottom: 17px;
    font-size: 10px;
  }
  .screen-01 {
    height: 1190px;
  }
  .portal-header {
    height: 56px;
    padding: 0 16px;
  }
  .brand {
    gap: 0;
  }
  .portal-header nav {
    display: none;
  }
  .menu {
    display: block;
    margin-left: auto;
    color: #b2b7bc;
    font-size: 18px;
  }
  .hero-shell {
    width: 100%;
    height: 1190px;
  }
  .hero-copy {
    left: 16px;
    right: 16px;
    top: 29px;
    width: auto;
  }
  .eyebrow {
    margin-bottom: 14px;
    font-size: 9px;
  }
  .hero-copy h1 {
    font-size: 33px;
    line-height: 1.03;
  }
  .hero-copy .hero-lead {
    width: auto;
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.55;
  }
  .hero-ctas {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    gap: 9px;
    margin-top: 20px;
  }
  .hero-ctas .primary,.hero-ctas .secondary {
    width: 100%;
    height: 48px;
  }
  .hero-ctas .primary {
    font-size: 12px;
  }
  .hero-art {
    left: 16px;
    right: 16px;
    top: 484px;
    width: auto;
    height: 690px;
  }
  .hero-agents {
    right: 0;
    top: 18px;
    width: min(86.6%,345px);
  }
  .dossier {
    left: 0;
    right: 0;
    top: clamp(230px,60vw,258px);
    transform: translateY(-38px);
    width: auto;
    height: auto;
    border-radius: var(--galson-radius-card);
  }
  .dossier-top {
    height: 41px;
    padding: 0 15px;
    font-size: 7px;
  }
  .dossier-body {
    padding: 16px 16px 0;
  }
  .dossier-body>p,.dossier-body>small {
    width: auto;
  }
  .dossier-body>p {
    font-size: 19px;
  }
  .dossier-body>small {
    font-size: 10px;
  }
  .dossier ol {
    margin-top: 14px;
  }
  .dossier li {
    height: 54px;
    grid-template-columns: 27px 1fr 22px;
  }
  .dossier li span {
    font-size: 11px;
  }
  .dossier li i {
    width: 20px;
    height: 20px;
  }
  .dossier-foot {
    height: 57px;
    padding: 0 16px;
    font-size: 8px;
  }
  .screen-02 {
    height: 1760px;
  }
  .scene-route {
    top: 356px;
    height: 616px;
    border-radius: 0;
  }
  .scene-route img {
    object-position: center bottom;
  }
  .scene-route::before {
    display: block;
    background: linear-gradient(180deg,#101214 0%,rgba(16,18,20,.36) 22%,transparent 42%);
  }
  .scene-route::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg,rgba(14,16,18,0) 68%,rgba(14,16,18,.1) 78%,rgba(14,16,18,.36) 90%,rgba(14,16,18,.72) 96%,#0e1012 100%);
  }
  .route-copy {
    top: 53px;
    left: var(--mobile-gutter);
    right: var(--mobile-gutter);
    width: auto;
  }
  .route-copy h2 {
    font-size: 32px;
  }
  .route-copy>p:last-child {
    width: auto;
    margin-top: 22px;
    font-size: 15px;
  }
  .route-steps {
    top: 972px;
    height: 788px;
  }
  .route-steps li {
    position: relative;
    display: grid;
    grid-template-columns: 62px minmax(0,1fr);
    align-content: center;
    align-items: start;
    left: auto !important;
    top: auto !important;
    width: auto;
    height: 197px;
    min-height: 197px;
    margin: 0 var(--mobile-gutter);
    padding: 20px 0;
    border-top: 1px solid var(--line);
  }
  .route-steps li:first-child {
    border-top: 0;
  }
  .route-steps li::before {
    display: none;
  }
  .route-steps b {
    position: static;
    font-size: 28px;
    line-height: 1.05;
  }
  .route-steps strong {
    font-size: 19px;
    line-height: 1.25;
  }
  .route-steps span {
    font-size: 16px;
    line-height: 1.5;
  }
  .screen-03 {
    height: auto;
    padding-bottom: 40px;
  }
  .scene-articles {
    top: 548px;
    height: 561px;
    border-radius: 0;
  }
  .scene-articles img {
    object-position: center bottom;
  }
  .scene-articles::before {
    background: linear-gradient(180deg,#0c0e10 0%,rgba(12,14,16,.1) 22%,transparent 68%,#0c0e10 100%);
  }
  .articles-head {
    left: var(--mobile-gutter);
    right: var(--mobile-gutter);
    top: 38px;
    width: auto;
  }
  .articles-head h2 {
    font-size: clamp(23px,7.2vw,31px);
  }
  .articles-head>p:last-child {
    width: auto;
    margin-top: 17px;
    color: #b6bcc2;
    font-size: 14px;
    line-height: 1.58;
  }
  .featured-article {
    left: var(--mobile-gutter);
    right: var(--mobile-gutter);
    top: 254px;
    width: auto;
  }
  .article-row {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 1129px var(--mobile-gutter) 0;
    transform: none;
    gap: 16px;
  }
  .articles-all {
    position: relative;
    display: flex;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    margin: 40px var(--mobile-gutter) 0;
  }
  .screen-04,.screen-07 {
    height: 650px;
    display: block;
    padding: 60px var(--mobile-gutter) 0;
  }
  .mail-copy,.mail-ui {
    width: 100%;
  }
  .mail-copy h2 {
    font-size: 34px;
  }
  .mail-copy>p:last-child {
    width: auto;
    margin-top: 19px;
    font-size: 12px;
  }
  .mail-ui {
    margin-top: 47px;
    padding: 0;
  }
  .mail-ui>label {
    margin-bottom: 10px;
    font-size: 9px;
  }
  .mail-form {
    grid-template-columns: minmax(0,1fr);
    grid-template-areas: "field" "action" "consent";
    gap: 8px;
  }
  .mail-ui input[type="email"],.mail-ui button {
    width: 100%;
    height: 48px;
    border-radius: var(--galson-radius-control);
  }
  .mail-ui input[type="email"] {
    font-size: 11px;
  }
  .mail-ui button span {
    margin-left: 5px;
  }
  .mail-consent {
    margin: 2px 0 0;
    font-size: 9px;
  }
  .screen-05 {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 58px 0 40px;
    border-bottom: 0;
  }
  .about-copy {
    position: relative;
    order: 1;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    margin: 0 var(--mobile-gutter);
  }
  .about-copy h2 {
    font-size: 32px;
  }
  .about-copy h2 br:nth-child(1) {
    display: none;
  }
  .about-copy>p:not(.kicker) {
    width: auto;
    margin-top: 19px;
    font-size: 16px;
    line-height: 1.62;
  }
  .about-scene {
    position: relative;
    order: 3;
    inset: auto;
    height: 654px;
    margin-top: 40px;
    border-radius: 0;
  }
  .about-scene img {
    object-position: center 47%;
  }
  .about-scene::after {
    background: linear-gradient(180deg,#0b0d0f 0%,rgba(11,13,15,.62) 5%,transparent 12%,transparent calc(100% - 52px),#0b0d0f 100%);
  }
  .about-button {
    position: relative;
    order: 2;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    margin: 40px var(--mobile-gutter) 0;
  }
  .screen-055 {
    height: auto;
    min-height: 0;
    display: block;
    padding: 57px var(--mobile-gutter) 64px;
  }
  .system-head {
    padding: 0;
  }
  .system-head h2 {
    font-size: 31px;
  }
  .system-head>p:last-child {
    width: auto;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  .system-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 31px;
  }
  .system-grid article {
    min-height: 0;
    padding: 20px 20px 20px 78px;
  }
  .system-icon {
    left: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
  }
  .system-grid h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .system-grid p {
    font-size: 16px;
    line-height: 1.55;
  }
  .screen-06 {
    --knowledge-copy-to-scene-gap: 40px;
    --knowledge-scene-to-guides-gap: 25px;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 54px 0 40px;
    border-radius: 0;
  }
  .knowledge-hero {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: var(--knowledge-copy-to-scene-gap);
  }
  .knowledge-copy {
    position: static;
    width: auto;
    margin: 0 var(--mobile-gutter);
  }
  .knowledge-copy h2 {
    font-size: 31px;
  }
  .knowledge-copy>p:last-child {
    width: auto;
    margin-top: 21px;
    margin-bottom: 0;
    font-size: 16px;
  }
  .knowledge-scene {
    position: relative;
    inset: auto;
    flex: 0 0 auto;
    width: 100%;
    height: clamp(358px,91.795vw,459px);
    margin: 0;
    -webkit-mask-image: linear-gradient(180deg,transparent 0%,#000 5%,#000 88%,transparent 100%);
    mask-image: linear-gradient(180deg,transparent 0%,#000 5%,#000 88%,transparent 100%);
  }
  .knowledge-scene img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .knowledge-scene::after {
    display: none;
  }
  .guide-row {
    position: relative;
    inset: auto;
    width: calc(100% - (2 * var(--mobile-gutter)));
    margin: var(--knowledge-scene-to-guides-gap) auto 0;
    transform: none;
  }
  .knowledge-button {
    position: relative;
    display: flex;
    inset: auto;
    width: auto;
    height: 48px;
    margin: 40px var(--mobile-gutter) 0;
    font-size: 10px;
  }
  .screen-07 {
    height: 650px;
    padding-top: 55px;
  }
  .screen-07 .mail-ui {
    margin-top: 40px;
  }
  .screen-08 {
    --journal-copy-to-scene-gap: 95px;
    --journal-scene-to-row-gap: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 55px 0 40px;
  }
  .journal-hero {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: var(--journal-copy-to-scene-gap);
  }
  .journal-head {
    position: static;
    width: auto;
    margin: 0 var(--mobile-gutter);
  }
  .journal-head h2 {
    font-size: 31px;
  }
  .journal-head>p:last-child {
    width: auto;
    margin-top: 21px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .journal-scene {
    position: relative;
    inset: auto;
    flex: 0 0 604px;
    width: 100%;
    height: 604px;
    border-radius: 0;
  }
  .journal-scene img {
    object-position: center top;
  }
  .journal-scene::before {
    background: linear-gradient(180deg,#0b0d0f 0%,rgba(11,13,15,.36) 2.5%,transparent 7%,transparent 80%,rgba(11,13,15,.18) 84%,#0b0d0f 100%);
  }
  .journal-row {
    position: relative;
    inset: auto;
    width: calc(100% - (2 * var(--mobile-gutter)));
    margin: var(--journal-scene-to-row-gap) auto 0;
    transform: none;
  }
  .journal-button {
    position: relative;
    display: flex;
    inset: auto;
    width: auto;
    margin: 40px var(--mobile-gutter) 0;
  }
}
@media (max-width:700px) {
  .portal {
    --mobile-screen-inset: 95px;
    --mobile-screen-bottom-padding: calc(var(--mobile-screen-inset) - 1px);
  }
  #email-articles .mail-copy>p:last-child {
    font-size: 14px !important;
  }
  .screen-01 {
    height: auto;
    padding-bottom: var(--mobile-screen-bottom-padding);
  }
  .hero-shell {
    display: flow-root;
    height: auto;
  }
  .hero-art {
    position: relative;
    display: flow-root;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    margin: 484px 16px 0;
  }
  .dossier {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    width: auto;
    height: auto;
    margin-top: calc(clamp(230px,60vw,258px) - 38px);
  }
  .screen-02 {
    height: 1841px;
  }
  .route-copy {
    top: var(--mobile-screen-inset);
  }
  .scene-route {
    top: 342px;
  }
  .route-steps {
    top: 958px;
  }
  .screen-03 {
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: var(--mobile-screen-inset);
    padding-bottom: var(--mobile-screen-bottom-padding);
  }
  .articles-intro {
    position: relative;
    z-index: 5;
    order: 1;
    inset: auto;
    display: grid;
    gap: 17px;
    margin: 0 var(--mobile-gutter);
  }
  .articles-head {
    position: static;
    inset: auto;
    width: auto;
  }
  .featured-article {
    display: none;
  }
  .screen .content-card .content-card__description {
    margin-bottom: 20px;
  }
  .featured-article .content-card__description {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .scene-articles {
    position: relative;
    order: 2;
    inset: auto;
    flex: 0 0 500px;
    width: 100%;
    height: 500px;
    margin-top: 8px;
  }
  .article-row {
    order: 3;
    margin: 16px var(--mobile-gutter) 0;
  }
  .articles-all {
    order: 4;
    margin: 40px var(--mobile-gutter) 0;
  }
  .screen-04,.screen-07 {
    height: auto;
    padding-top: var(--mobile-screen-inset);
    padding-bottom: var(--mobile-screen-bottom-padding);
  }
  .screen-05 {
    padding-top: var(--mobile-screen-inset);
    padding-bottom: var(--mobile-screen-inset);
  }
  .screen-055 {
    padding-top: var(--mobile-screen-inset);
    padding-bottom: var(--mobile-screen-bottom-padding);
  }
  .screen-06 {
    padding-top: var(--mobile-screen-inset);
    padding-bottom: var(--mobile-screen-bottom-padding);
  }
  .screen-08 {
    padding-top: var(--mobile-screen-inset);
    padding-bottom: var(--mobile-screen-bottom-padding);
  }
}
@media (min-width:501px) and (max-width:700px) {
  .screen-02 {
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: var(--mobile-screen-inset);
    padding-bottom: var(--mobile-screen-bottom-padding);
  }
  .route-copy {
    position: relative;
    order: 1;
    inset: auto;
    width: auto;
    margin: 0 var(--mobile-gutter);
  }
  .scene-route {
    position: relative;
    order: 2;
    inset: auto;
    flex: 0 0 auto;
    width: 100%;
    height: clamp(800px,177.778vw,960px);
    margin-top: 40px;
  }
  .route-steps {
    position: relative;
    order: 3;
    inset: auto;
    width: 100%;
    height: auto;
  }
  .screen-03 {
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: var(--mobile-screen-inset);
    padding-bottom: var(--mobile-screen-bottom-padding);
  }
  .articles-intro {
    position: relative;
    order: 1;
    inset: auto;
    display: grid;
    gap: 17px;
    margin: 0 var(--mobile-gutter);
  }
  .scene-articles {
    position: relative;
    order: 2;
    inset: auto;
    flex: 0 0 500px;
    width: 100%;
    height: 500px;
    margin-top: 8px;
  }
  .article-row {
    order: 3;
    margin: 20px var(--mobile-gutter) 0;
  }
  .articles-all {
    order: 4;
    margin: 40px var(--mobile-gutter) 0;
  }
  .about-scene img {
    object-position: center 38%;
  }
}
@media (min-width:701px) and (max-width:1200px) {
  .hero-copy {
    width: 52%;
  }
  .hero-copy h1 {
    font-size: 48px;
  }
  .hero-art {
    right: -48px;
    transform: scale(.83);
  }
  .article-row,.guide-row,.journal-row {
    width: calc(100% - (2 * var(--portal-gutter)));
  }
  .screen-055 {
    padding-inline: var(--portal-gutter);
    gap: clamp(24px,4vw,48px);
  }
  .system-head>p:last-child {
    width: auto;
  }
  .system-grid {
    gap: clamp(12px,1.5vw,16px);
  }
}
@media (min-width:701px) and (max-width:900px) {
  .screen-055 {
    grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr);
  }
  .system-grid article {
    padding: 20px;
  }
  .system-icon {
    position: static;
    width: 42px;
    height: 42px;
  }
  .system-grid h3 {
    margin-top: 18px;
  }
}
@media (min-width:701px) and (max-width:1024px) {
  .portal {
    --tablet-gutter: clamp(32px,6vw,64px);
  }
  .screen-01 {
    height: auto;
    padding-bottom: 95px;
  }
  .hero-shell {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .hero-copy {
    position: relative;
    inset: auto;
    width: auto;
    margin: 72px var(--tablet-gutter) 0;
  }
  .hero-copy h1 {
    font-size: 50px;
  }
  .hero-copy .hero-lead {
    position: relative;
    z-index: 0;
    width: auto;
    max-width: 680px;
    font-size: 17px;
  }
  .hero-copy .hero-lead::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -36px;
    right: calc(100% - 100vw + var(--tablet-gutter));
    bottom: -180px;
    left: calc(-1 * var(--tablet-gutter));
    background: linear-gradient(180deg,transparent 0%,var(--bg) 32%,var(--bg) 68%,transparent 100%);
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient(180deg,transparent 0%,color-mix(in oklch,var(--bg) 58%,transparent) 32%,color-mix(in oklch,var(--bg) 78%,transparent) 68%,transparent 100%);
    }
    pointer-events: none;
  }
  .hero-art {
    position: relative;
    inset: auto;
    transform: none;
    width: min(calc(100% - (2 * var(--tablet-gutter))),720px);
    height: auto;
    margin: 72px auto 0;
    padding-top: 270px;
  }
  .hero-art>picture {
    inset: 0;
  }
  .hero-agents {
    right: 0;
    top: 32px;
    width: min(58%,420px);
  }
  .dossier {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
  }
  .screen-02 {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 95px 0;
  }
  .route-copy {
    position: relative;
    order: 1;
    inset: auto;
    width: auto;
    margin: 0 var(--tablet-gutter);
  }
  .route-copy h2 {
    font-size: 44px;
  }
  .route-copy>p:last-child {
    width: auto;
    max-width: 680px;
    margin-top: 24px;
    font-size: 17px;
  }
  .scene-route {
    position: relative;
    order: 2;
    inset: auto;
    flex: 0 0 auto;
    width: 100%;
    height: clamp(960px,140vw,1200px);
    margin-top: 64px;
    border-radius: 0;
  }
  .scene-route img {
    object-position: center 48%;
  }
  .scene-route::before {
    display: block;
    background: linear-gradient(180deg,#101214 0%,rgba(16,18,20,.36) 8%,transparent 22%);
  }
  .scene-route::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg,transparent 72%,rgba(14,16,18,.1) 82%,rgba(14,16,18,.42) 93%,#0e1012 96%);
  }
  .route-steps {
    position: relative;
    order: 3;
    inset: auto;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .route-steps::before {
    display: none;
  }
  .route-steps>li,
    .route-steps>li:nth-child(1),
    .route-steps>li:nth-child(n+2) {
    position: relative;
    display: grid;
    grid-template-columns: 84px minmax(0,1fr);
    align-content: center;
    align-items: start;
    inset: auto;
    width: auto;
    height: auto;
    min-height: 180px;
    margin: 0 var(--tablet-gutter);
    padding: 28px 0;
    border-top: 1px solid var(--line);
  }
  .route-steps>li:first-child {
    border-top: 0;
  }
  .route-steps>li:nth-child(1)>b,
    .route-steps>li:nth-child(n+2)>b {
    align-self: start;
    margin: 0;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: 0;
  }
  .route-steps strong,
    .route-steps>li:nth-child(1) strong,
    .route-steps>li:nth-child(n+2) strong {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.25;
  }
  .route-steps span,
    .route-steps>li:nth-child(1) span {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (prefers-reduced-motion:reduce) {
  .portal * {
    scroll-behavior: auto !important;
  }
  .hero-ctas .primary,.hero-ctas .secondary,.knowledge-button {
    transition: none !important;
  }
  .hero-copy .primary::after,.knowledge-button::after {
    display: none;
    animation: none;
  }
  .knowledge-button:hover,.knowledge-button:focus-visible {
    transform: none;
  }
  .knowledge-button:focus-visible {
    outline: 2px solid rgba(236,176,10,.72);
    outline-offset: 3px;
    box-shadow: 0 16px 32px rgba(236,176,10,.3);
  }
}
.articles-all span {
  color: var(--gold);
}
.articles-all:focus-visible {
  outline: 2px solid rgba(236,176,10,.72);
  outline-offset: 3px;
  border-color: rgba(236,176,10,.72);
  background: #1c2023;
  color: #f5f2ea;
  box-shadow: 0 8px 24px rgba(236,176,10,.14);
}
@media (hover:hover) and (prefers-reduced-motion:no-preference) {
  .articles-all:hover,.articles-all:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(236,176,10,.72);
    background: #1c2023;
    color: #f5f2ea;
    box-shadow: 0 8px 24px rgba(236,176,10,.14);
  }
}
@media (prefers-reduced-motion:reduce) {
  .articles-all {
    transition: none !important;
  }
  .articles-all:hover,.articles-all:focus-visible {
    transform: none;
    border-color: rgba(236,176,10,.72);
    background: #1c2023;
    color: #f5f2ea;
    box-shadow: 0 8px 24px rgba(236,176,10,.14);
  }
}
@media (min-width:701px) {
  .article-row,.guide-row,.journal-row {
    left: var(--portal-gutter);
    width: min(1296px,calc(100% - (2 * var(--portal-gutter))));
    transform: none;
  }
  .articles-all {
    left: var(--portal-gutter);
  }
  .screen-05 {
    height: 850px;
  }
  .screen-055 {
    min-height: 660px;
    padding: 64px var(--portal-gutter) 72px;
    align-items: start;
  }
  .screen-06 .knowledge-scene {
    -webkit-mask-image: linear-gradient(90deg,transparent 0%,#000 35%,#000 100%);
    mask-image: linear-gradient(90deg,transparent 0%,#000 35%,#000 100%);
  }
  .screen-06 .knowledge-scene::after {
    background: linear-gradient(180deg,transparent 45%,rgba(21,25,27,.48) 72%,#15191b 100%);
  }
  #about-max .about-scene {
    background: #0b0d0f;
  }
  #about-max .about-scene img {
    transform: translate3d(220px,0,0);
  }
}
@media (min-width:701px) and (max-width:1024px) {
  .screen-03 {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 95px 0;
    background: #0c0e10;
  }
  .articles-intro {
    position: relative;
    order: 1;
    inset: auto;
    display: grid;
    gap: 17px;
    margin: 0 var(--tablet-gutter);
  }
  .articles-head {
    position: static;
    inset: auto;
    width: auto;
  }
  .featured-article {
    display: none;
  }
  .articles-head h2 {
    font-size: 44px;
  }
  .articles-head h2 span {
    white-space: normal;
  }
  .articles-head>p:last-child {
    width: auto;
    max-width: 680px;
    margin-top: 24px;
    font-size: 17px;
  }
  .scene-articles {
    position: relative;
    order: 2;
    inset: auto;
    flex: 0 0 auto;
    width: 100%;
    height: clamp(720px,95vw,960px);
    margin-top: 95px;
    border-radius: 0;
  }
  .scene-articles img {
    --scene-lift: clamp(220px,30vw,300px);
    height: calc(100% + var(--scene-lift));
    object-position: center top;
    transform: translateY(calc(-1 * var(--scene-lift)));
  }
  .scene-articles::before {
    background: linear-gradient(180deg,#0c0e10 0%,rgba(12,14,16,.1) 22%,transparent 68%,#0c0e10 100%);
  }
  #articles .article-row.content-card-grid--portal {
    position: relative;
    order: 3;
    inset: auto;
    width: auto;
    grid-template-columns: minmax(0,1fr);
    gap: 16px;
    margin: 24px var(--tablet-gutter) 0;
    transform: none;
  }
  #articles .article-row .content-card {
    height: auto;
    min-height: 0;
  }
  .articles-all {
    position: relative;
    display: flex;
    order: 4;
    inset: auto;
    width: auto;
    max-width: none;
    margin: 40px var(--tablet-gutter) 0;
    padding-inline: 20px;
  }
  .screen-04 {
    height: auto;
    display: block;
    padding: 95px var(--tablet-gutter);
  }
  .screen-04 .mail-copy {
    width: auto;
    max-width: 680px;
  }
  .screen-04 .mail-copy h2 {
    font-size: 44px;
  }
  .screen-04 .mail-copy>p:last-child {
    width: auto;
    max-width: 680px;
    margin-top: 24px;
    font-size: 16px;
  }
  .screen-04 .mail-ui {
    justify-self: auto;
    width: 100%;
    margin-top: 48px;
    padding: 0;
  }
  .screen-04 .mail-form {
    grid-template-columns: minmax(0,1fr);
    grid-template-areas: "field" "action" "consent";
  }
  .screen-04 .mail-ui input[type="email"],.screen-04 .mail-ui button {
    min-height: 52px;
  }
  .screen-05 {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 95px 0;
  }
  .about-copy {
    position: relative;
    order: 1;
    inset: auto;
    width: auto;
    max-width: 680px;
    margin: 0 var(--tablet-gutter);
  }
  .about-copy h2 {
    font-size: 44px;
  }
  .about-copy>p:not(.kicker) {
    width: auto;
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.62;
  }
  .about-button {
    position: relative;
    order: 2;
    inset: auto;
    width: auto;
    margin: 40px var(--tablet-gutter) 0;
  }
  .about-scene {
    position: relative;
    order: 3;
    inset: auto;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 941 / 1672;
    margin-top: 40px;
    border-radius: 0;
    transform: none;
  }
  #about-max .about-scene img {
    transform: none !important;
    object-position: center top;
  }
  .about-scene::after {
    background: linear-gradient(180deg,#0b0d0f 0%,rgba(11,13,15,.62) 5%,transparent 12%,transparent calc(100% - 52px),#0b0d0f 100%);
  }
  .screen-055 {
    height: auto;
    min-height: 0;
    display: block;
    padding: 95px var(--tablet-gutter);
  }
  .system-head {
    padding: 0;
  }
  .system-head h2 {
    font-size: 44px;
  }
  .system-head>p:last-child {
    width: auto;
    max-width: 680px;
    margin-top: 24px;
    font-size: 17px;
  }
  .system-grid {
    grid-template-columns: minmax(0,1fr);
    gap: 16px;
    margin-top: 40px;
  }
  .system-grid article {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr);
    grid-template-areas: "icon title" "icon body";
    column-gap: 20px;
    row-gap: 8px;
    min-height: auto;
    padding: 24px;
  }
  .system-icon {
    position: static;
    grid-area: icon;
    width: 42px;
    height: 42px;
  }
  .system-grid h3 {
    grid-area: title;
    align-self: end;
    margin: 0;
    font-size: 21px;
    line-height: 1.2;
  }
  .system-grid p {
    grid-area: body;
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
  }
}
@media (min-width:701px) and (max-width:1024px) and (orientation:landscape) {
  .scene-articles {
    height: clamp(1050px,150vw,1536px);
  }
}
@media (min-width:701px) and (max-width:1024px) {
  .screen-06 {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 95px 0;
    border-radius: 0;
  }
  .knowledge-hero {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 64px;
  }
  .knowledge-copy {
    position: relative;
    inset: auto;
    width: auto;
    max-width: 680px;
    margin: 0 var(--tablet-gutter);
  }
  .knowledge-copy h2 {
    font-size: 44px;
  }
  .knowledge-copy>p:last-child {
    width: auto;
    max-width: 680px;
    margin: 24px 0 0;
    font-size: 17px;
  }
  .screen-06 .knowledge-scene {
    position: relative;
    inset: auto;
    flex: 0 0 auto;
    width: 100%;
    height: clamp(560px,72vw,720px);
    margin: 0;
    -webkit-mask-image: linear-gradient(180deg,transparent 0%,#000 10%,#000 88%,transparent 100%);
    mask-image: linear-gradient(180deg,transparent 0%,#000 10%,#000 88%,transparent 100%);
  }
  .knowledge-scene img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .screen-06 .knowledge-scene::after {
    display: block;
    background: linear-gradient(180deg,transparent 0%,transparent 82%,rgba(21,25,27,.28) 88%,#15191b 100%);
  }
  .portal .guide-row.content-card-grid--portal {
    position: relative;
    inset: auto;
    width: auto;
    grid-template-columns: minmax(0,1fr);
    gap: 16px;
    margin: 25px var(--tablet-gutter) 0;
    transform: none;
  }
  .guide-row .content-card {
    height: auto;
    min-height: 0;
  }
  .knowledge-button {
    position: relative;
    display: flex;
    inset: auto;
    width: auto;
    margin: 40px var(--tablet-gutter) 0;
  }
  .screen-07 {
    height: auto;
    display: block;
    padding: 95px var(--tablet-gutter);
  }
  .screen-07 .mail-copy {
    width: auto;
    max-width: 680px;
  }
  .screen-07 .mail-copy h2 {
    font-size: 44px;
  }
  .screen-07 .mail-copy>p:last-child {
    width: auto;
    max-width: 680px;
    margin-top: 24px;
    font-size: 16px;
  }
  .screen-07 .mail-ui {
    justify-self: auto;
    min-width: 0;
    width: 100%;
    margin-top: 48px;
    padding: 0;
  }
  .screen-07 .mail-form {
    min-width: 0;
    grid-template-columns: minmax(0,1fr);
    grid-template-areas: "field" "action" "consent";
  }
  .screen-07 .mail-ui input[type="email"],.screen-07 .mail-ui button {
    min-width: 0;
    min-height: 52px;
  }
  .screen-08 {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 95px 0;
  }
  .journal-hero {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 95px;
  }
  .journal-head {
    position: relative;
    inset: auto;
    width: auto;
    max-width: 680px;
    margin: 0 var(--tablet-gutter);
  }
  .journal-head h2 {
    font-size: 44px;
  }
  .journal-head>p:last-child {
    width: auto;
    max-width: 680px;
    margin: 24px 0 0;
    font-size: 17px;
  }
  .journal-scene {
    position: relative;
    inset: auto;
    flex: 0 0 auto;
    width: 100%;
    height: clamp(820px,100vw,1024px);
    border-radius: 0;
  }
  .journal-scene img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .journal-scene::before {
    background: linear-gradient(180deg,#0b0d0f 0%,rgba(11,13,15,.36) 2.5%,transparent 7%,transparent 80%,rgba(11,13,15,.18) 84%,#0b0d0f 100%);
  }
  .portal .journal-row.content-card-grid--portal {
    position: relative;
    inset: auto;
    width: auto;
    grid-template-columns: minmax(0,1fr);
    gap: 16px;
    margin: 10px var(--tablet-gutter) 0;
    transform: none;
  }
  .journal-row .content-card {
    height: auto;
    min-height: 0;
  }
  .journal-button {
    position: relative;
    display: flex;
    inset: auto;
    width: auto;
    margin: 40px var(--tablet-gutter) 0;
  }
}
@media (min-width:1025px) and (max-width:1279px) {
  .portal {
    --tablet-gutter: 64px;
    --content-cta-gap: 40px;
  }
  .screen-01 {
    height: auto;
    padding-bottom: 95px;
  }
  .hero-shell {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .hero-copy {
    position: relative;
    inset: auto;
    width: auto;
    margin: 72px var(--tablet-gutter) 0;
  }
  .hero-copy h1 {
    font-size: 50px;
  }
  .hero-copy .hero-lead {
    width: auto;
    max-width: 680px;
    font-size: 17px;
  }
  .hero-art {
    position: relative;
    inset: auto;
    transform: none;
    width: min(calc(100% - (2 * var(--tablet-gutter))),720px);
    height: auto;
    margin: 72px auto 0;
    padding-top: 270px;
  }
  .hero-art>picture {
    inset: 0;
  }
  .hero-agents {
    right: 0;
    top: 68px;
    width: min(58%,420px);
  }
  .dossier {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
  }
  .article-row {
    position: relative;
    inset: auto;
    margin: 736px var(--portal-gutter) 0;
    transform: none;
  }
  .articles-all {
    position: relative;
    display: flex;
    inset: auto;
    width: 250px;
    margin: var(--content-cta-gap) auto 0;
    padding-inline: 20px;
  }
  .screen-04,.screen-07 {
    grid-template-columns: minmax(0,500px) minmax(320px,1fr);
    column-gap: 32px;
  }
  .mail-copy {
    width: 500px;
  }
  .mail-copy>p:last-child {
    width: 500px;
  }
  .mail-ui {
    justify-self: stretch;
    min-width: 0;
    width: 100%;
  }
  .screen-055 {
    display: block;
    height: 920px;
    min-height: 920px;
    padding: 64px var(--portal-gutter) 72px;
  }
  .system-head {
    width: min(760px,100%);
  }
  .system-head>p:last-child {
    max-width: 760px;
  }
  .system-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
    margin-top: 40px;
  }
  .system-grid article {
    min-height: 220px;
    padding: 28px 24px 24px 92px;
  }
  .screen-06 .knowledge-copy {
    z-index: 2;
    width: 620px;
  }
  .screen-06 .knowledge-copy h2 {
    width: 620px;
    font-size: 46px;
  }
  .screen-06 .knowledge-copy>p:last-child {
    width: 560px;
  }
  .screen-06 .knowledge-scene {
    z-index: 1;
    width: clamp(520px,50.8vw,650px);
    -webkit-mask-image: linear-gradient(90deg,transparent 0%,transparent calc(32% + 50px),#000 calc(64% + 50px),#000 100%);
    mask-image: linear-gradient(90deg,transparent 0%,transparent calc(32% + 50px),#000 calc(64% + 50px),#000 100%);
  }
  .guide-row {
    position: relative;
    inset: auto;
    margin: 546px var(--portal-gutter) 0;
    transform: none;
  }
  .knowledge-button {
    position: relative;
    display: flex;
    inset: auto;
    width: 250px;
    margin: var(--content-cta-gap) 0 0 var(--portal-gutter);
  }
  .journal-head {
    width: 480px;
  }
  .journal-ai-phrase {
    white-space: nowrap;
  }
  .journal-ai-break {
    display: none;
  }
  .journal-row {
    position: relative;
    inset: auto;
    margin: 746px var(--portal-gutter) 0;
    transform: none;
  }
  .journal-button {
    position: relative;
    display: flex;
    inset: auto;
    width: 250px;
    margin: var(--content-cta-gap) 0 0 var(--portal-gutter);
  }
  .journal-row .content-card__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: 20px;
    overflow: hidden;
  }
}
.screen-05 .about-button {
  border-color: rgba(236,176,10,.48);
  background: #15181b;
  color: #f5f2ea;
  box-shadow: inset 0 0 0 1px rgba(236,176,10,.06);
  transition: transform .24s ease,border-color .24s ease,background-color .24s ease,color .24s ease,box-shadow .24s ease;
}
.screen-05 .about-button span {
  color: var(--gold);
}
.screen-05 .about-button:focus-visible {
  outline: 2px solid rgba(236,176,10,.72);
  outline-offset: 3px;
  transform: translateY(-2px);
  border-color: rgba(236,176,10,.82);
  background: #1c2023;
  color: #f5f2ea;
  box-shadow: 0 8px 24px rgba(236,176,10,.14);
}
@media (hover:hover) and (prefers-reduced-motion:no-preference) {
  .screen-05 .about-button:hover {
    transform: translateY(-2px);
    border-color: rgba(236,176,10,.82);
    background: #1c2023;
    color: #f5f2ea;
    box-shadow: 0 8px 24px rgba(236,176,10,.14);
  }
}
@media (prefers-reduced-motion:reduce) {
  .screen-05 .about-button {
    transition: none !important;
  }
  .screen-05 .about-button:hover,.screen-05 .about-button:focus-visible {
    transform: none;
    border-color: rgba(236,176,10,.82);
    background: #1c2023;
    box-shadow: 0 8px 24px rgba(236,176,10,.14);
  }
}
.site-footer {
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #0f0f0f;
  color: #f5f2ea;
  font-family: PortalMontserrat, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.site-footer *,
  .site-footer *::before,
  .site-footer *::after {
  box-sizing: border-box;
}
.site-footer__inner {
  width: min(100% - 48px, 1328px);
  margin: 0 auto;
  padding: 64px 0 42px;
}
.site-footer__top {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(360px, 1.45fr) minmax(150px, auto);
  gap: 40px;
  align-items: start;
}
.site-footer__brand {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}
.site-footer__brand strong {
  color: #f5f2ea;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}
.site-footer__brand span {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.site-footer__brand .site-footer__product {
  color: #ecb00a;
  font-size: 11px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: none;
}
.site-footer__nav,
  .site-footer__socials,
  .site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}
.site-footer__socials {
  justify-content: flex-end;
}
.site-footer a,
  .site-footer button {
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: #ffffff;
  font: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}
.site-footer__nav a,
  .site-footer__socials a {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
.site-footer a:hover,
  .site-footer button:hover,
  .site-footer a:focus-visible,
  .site-footer button:focus-visible {
  color: #ecb00a;
}
.site-footer a:focus-visible,
  .site-footer button:focus-visible {
  outline: 2px solid #ecb00a;
  outline-offset: 3px;
}
.site-footer__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 32px;
  align-items: end;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.site-footer__legal {
  grid-column: 1 / -1;
}
.site-footer__legal a,
  .site-footer__legal button,
  .site-footer__details,
  .site-footer__copyright {
  margin: 0;
  color: #ffffff;
  font-size: 10px;
  line-height: 16px;
}
.site-footer__legal button {
  padding: 0;
  cursor: pointer;
}
.site-footer__copyright {
  text-align: right;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .site-footer__inner {
    width: calc(100% - 64px);
    padding: 52px 0 38px;
  }
  .site-footer__top {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px 36px;
  }
  .site-footer__brand {
    grid-column: 1 / -1;
    width: max-content;
    max-width: 100%;
  }
  .site-footer__brand > span:last-child {
    white-space: nowrap;
  }
  .site-footer__nav {
    min-width: 0;
    gap: 12px 22px;
  }
  .site-footer__socials {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 20px;
    white-space: nowrap;
  }
}
@media (max-width: 700px) {
  .site-footer {
    border-top: 0;
  }
  .site-footer__inner {
    width: calc(100% - 40px);
    padding: 38px 0 34px;
  }
  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .site-footer__brand {
    grid-column: auto;
  }
  .site-footer__nav,
    .site-footer__socials {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .site-footer__nav a,
    .site-footer__socials a {
    display: flex;
    min-height: 44px;
    align-items: center;
    border-top: 0;
  }
  .site-footer__nav a:last-child,
    .site-footer__socials a:last-child {
    border-bottom: 0;
  }
  .site-footer__bottom {
    grid-template-columns: 1fr;
    margin-top: 38px;
    padding-top: 28px;
    border-top: 0;
  }
  .site-footer__legal {
    grid-column: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .site-footer__legal button {
    text-align: left;
  }
  .site-footer__details {
    max-width: 320px;
  }
  .site-footer__copyright {
    text-align: left;
  }
}
.portal .dossier li .dossier-number {
  color: rgb(236, 176, 10) !important;
}
.portal .dossier-foot .dossier-status {
  color: rgb(34, 197, 94) !important;
}
@media (prefers-reduced-motion: reduce) {
  .site-footer a,
    .site-footer button {
    transition: none;
  }
}
@media (min-width: 1201px) {
  .screen-02 {
    height: 1268px;
  }
  .route-steps {
    top: 744px;
    height: 396px;
  }
  .route-steps::before {
    display: none;
  }
}
@media (min-width: 1280px) {
  .screen-03 {
    height: 1194px;
  }
  .screen-04,
    .screen-07 {
    height: 560px;
  }
  .screen-05 .about-copy {
    top: 96px;
  }
}
html,
  body {
  background: #0f0f0f;
}
.portal {
  --canvas: #0f0f0f;
  --bg: #191919;
  --surface: #2d2d2d;
  --text: #ffffff;
  --muted: #ffffff;
  --dim: #ffffff;
  --gold: #ecb00a;
  background: var(--bg);
  color: var(--text);
  font-family: PortalMontserrat, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.screen-01 {
  background: radial-gradient(800px 580px at 82% 42%, rgba(236,176,10,.075), transparent 66%), var(--bg);
}
.screen-02,
  .screen-03,
  .screen-04,
  .screen-05,
  .screen-055,
  .screen-06,
  .screen-07,
  .screen-08 {
  background: var(--bg);
}
.portal .screen-08 {
  background: radial-gradient(
      900px 520px at 50% calc(100% + 120px),
      rgba(236, 176, 10, .1),
      rgba(236, 176, 10, .03) 48%,
      transparent 75%
    ), var(--bg);
}
.portal .content-card--coming {
  cursor: default;
}
.portal .knowledge-button:disabled {
  border: 1px solid rgba(255, 255, 255, .16);
  background: #2d2d2d;
  color: #aeb3b9 !important;
  cursor: default;
  opacity: 1;
  box-shadow: none;
}
.portal .knowledge-button:disabled span {
  color: #aeb3b9;
}
.portal-header {
  background: var(--bg);
}
#articles .content-card,
  .portal .content-card,
  .portal .system-grid article,
  .portal .dossier,
  .portal .dossier-body {
  background: var(--surface);
  color: var(--text);
  border-radius: var(--galson-radius-card);
}
.portal .dossier-body {
  border-radius: 0;
}
#articles .content-card,
  .portal .content-card {
  font-family: PortalMontserrat, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
@media (hover: hover) {
  #articles .content-card--link:hover,
    .portal .content-card--link:hover {
    background: var(--surface);
    border-color: var(--gold);
    box-shadow: 0 14px 24px -10px rgba(236,176,10,.22);
  }
}
#articles .content-card--link:focus-visible,
  .portal .content-card--link:focus-visible {
  background: var(--surface);
  border-color: var(--gold);
  box-shadow: 0 14px 24px -10px rgba(236,176,10,.22);
}
#articles .content-card .content-card__title,
  #articles .content-card .content-card__description,
  #articles .content-card .content-card__meta,
  .portal .content-card .content-card__title,
  .portal .content-card .content-card__description,
  .portal .content-card .content-card__meta,
  .portal .portal-header nav a,
  .portal .eyebrow,
  .portal .hero-copy .hero-lead,
  .portal .route-copy > p:last-child,
  .portal .route-steps span,
  .portal .articles-head > p:last-child,
  .portal .mail-copy > p:last-child,
  .portal .mail-ui > label,
  .portal .mail-consent,
  .portal .about-copy > p:not(.kicker),
  .portal .system-head > p:last-child,
  .portal .system-grid p,
  .portal .knowledge-copy > p:last-child,
  .portal .journal-head > p:last-child,
  .portal .dossier-top,
  .portal .dossier-body > small,
  .portal .dossier li b,
  .portal .dossier-foot,
  .portal .dossier-foot b {
  color: var(--text);
}
.portal :where(
    h1,
    h2,
    h3,
    p,
    small,
    label,
    nav a,
    .menu,
    .secondary,
    .outline-button,
    .brand strong i,
    .dossier-top,
    .dossier-top *,
    .dossier-foot,
    .dossier-foot *,
    li b,
    li span,
    input
  ) {
  color: var(--text) !important;
}
.portal input::placeholder {
  color: #8f959c;
  opacity: 1;
}
.portal :where(
    .kicker,
    .content-card__label,
    .brand strong span,
    .hero-copy h1 em,
    .route-steps b,
    .about-product-label,
    .outline-button span,
    .about-button span,
    .articles-all span,
    .mail-consent a
  ) {
  color: var(--gold) !important;
}
.portal :where(.primary, .gold-button, .mail-ui button) {
  color: #111111 !important;
}
.portal .portal-header nav a {
  transition: color .18s ease;
}
.portal .portal-header nav a:hover,
  .portal .portal-header nav a:focus-visible {
  color: var(--gold) !important;
}
.portal .portal-header nav a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
  border-radius: 2px;
}
.scene-articles::before {
  background: linear-gradient(90deg, rgba(25,25,25,.97), rgba(25,25,25,.68) 36%, transparent 65%), linear-gradient(180deg, transparent 55%, var(--bg) 100%);
}
.scene-route {
  border-radius: 0;
}
@media (min-width: 1201px) {
  .scene-route::before {
    background: linear-gradient(90deg, rgba(25,25,25,.97), rgba(25,25,25,.68) 36%, transparent 65%), linear-gradient(180deg, transparent 55%, var(--bg) 100%);
  }
}
.about-scene::after {
  background: linear-gradient(90deg, var(--bg) 0%, rgba(25,25,25,.99) 24%, rgba(25,25,25,.88) 40%, rgba(25,25,25,.45) 54%, transparent 70%), linear-gradient(180deg, transparent 70%, var(--bg) 100%);
}
.journal-scene::before {
  background: linear-gradient(90deg, rgba(25,25,25,.97), rgba(25,25,25,.7) 33%, transparent 59%), linear-gradient(180deg, transparent 70%, var(--bg) 100%);
}
.knowledge-scene::after {
  background: linear-gradient(90deg, var(--bg) 0%, transparent 38%), linear-gradient(180deg, transparent 65%, var(--bg) 100%);
}
@media (max-width: 1200px) {
  .scene-route::after {
    background: linear-gradient(180deg, transparent 72%, rgba(25,25,25,.1) 82%, rgba(25,25,25,.42) 93%, var(--bg) 100%);
  }
  .scene-articles::before {
    background: linear-gradient(180deg, var(--bg) 0%, rgba(25,25,25,.1) 22%, transparent 68%, var(--bg) 100%);
  }
  .about-scene::after {
    background: linear-gradient(180deg, var(--bg) 0%, rgba(25,25,25,.62) 5%, transparent 12%, transparent calc(100% - 52px), var(--bg) 100%);
  }
  .knowledge-scene::after {
    background: linear-gradient(180deg, transparent 0%, transparent 82%, rgba(25,25,25,.28) 88%, var(--bg) 100%);
  }
  .journal-scene::before {
    background: linear-gradient(180deg, var(--bg) 0%, rgba(25,25,25,.36) 2.5%, transparent 7%, transparent 80%, rgba(25,25,25,.18) 84%, var(--bg) 100%);
  }
}
@media (max-width: 1024px) {
  #route .scene-route::before {
    display: block;
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg) 7%, var(--bg) 15%, transparent 24%);
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient(180deg, var(--bg) 0%, color-mix(in oklch, var(--bg) 72%, transparent) 7%, color-mix(in oklch, var(--bg) 30%, transparent) 15%, transparent 24%);
    }
  }
}
@media (max-width: 700px) {
  #articles .scene-articles::before {
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg) 7%, transparent 18%, transparent 76%, var(--bg) 86%, var(--bg) 100%);
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient(180deg, var(--bg) 0%, color-mix(in oklch, var(--bg) 15%, transparent) 7%, transparent 18%, transparent 76%, color-mix(in oklch, var(--bg) 22%, transparent) 86%, var(--bg) 100%);
    }
  }
}
#articles .article-row .content-card .content-card__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 20px;
  overflow: hidden;
}
#articles .article-row .content-card .content-card__meta {
  padding-top: 16px;
}
#system .system-grid article {
  background: var(--surface);
  transition: border-color .2s ease, box-shadow .2s ease;
}
@media (hover: hover) {
  #system .system-grid article:hover {
    border-color: rgba(236,176,10,.58);
    box-shadow: 0 0 0 1px rgba(236,176,10,.08), 0 10px 28px rgba(236,176,10,.1);
  }
}
.portal .content-card--link {
  position: relative;
}
.portal .content-card--link::after {
  content: "↗";
  position: absolute;
  top: 20px;
  right: 22px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  opacity: .62;
  text-shadow: none;
  transition: color .18s ease, opacity .18s ease, transform .18s ease, text-shadow .18s ease;
}
.portal .content-card--link:focus-visible::after {
  color: var(--gold);
  opacity: 1;
  text-shadow: 0 0 14px rgba(236,176,10,.44);
}
@media (hover: hover) {
  .portal .content-card--link:hover::after {
    color: var(--gold);
    opacity: 1;
    text-shadow: 0 0 14px rgba(236,176,10,.44);
  }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .portal .content-card--link:hover::after,
    .portal .content-card--link:focus-visible::after {
    transform: translate(2px,-2px);
  }
}
.portal .content-card .content-card__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 20px;
  overflow: hidden;
}
.portal .content-card .content-card__meta {
  padding-top: 16px;
}
.portal :where(.articles-all, .about-button, .knowledge-button, .journal-button) {
  width: 250px;
  height: 52px;
  padding: 0 20px;
  font-size: 14px;
}
.portal :where(.articles-all, .about-button, .journal-button) {
  border: 1px solid rgba(236,176,10,.58);
  background: var(--surface);
  color: var(--text);
  box-shadow: inset 0 0 0 1px rgba(236,176,10,.08), 0 8px 24px rgba(236,176,10,.12);
  transition: transform .24s ease, border-color .24s ease, background-color .24s ease, box-shadow .24s ease;
}
.portal :where(.articles-all, .about-button, .knowledge-button, .journal-button):focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .portal :where(.articles-all, .about-button, .journal-button):hover {
    transform: translateY(-2px);
    border-color: var(--gold);
    background: var(--surface);
    box-shadow: 0 12px 30px rgba(236,176,10,.18);
  }
}
@media (max-width: 1024px) {
  .portal :where(.articles-all, .about-button, .knowledge-button, .journal-button) {
    width: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .portal :where(.articles-all, .about-button, .knowledge-button, .journal-button) {
    transition: none;
  }
  .portal .content-card--link::after {
    transition: none;
  }
}
.portal.motion-ready [data-reveal] {
  opacity: 0;
  translate: 0 14px;
  transition: opacity .56s cubic-bezier(.22,.7,.24,1), translate .56s cubic-bezier(.22,.7,.24,1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, translate;
}
.portal.motion-ready [data-reveal].is-visible {
  opacity: 1;
  translate: none;
  will-change: auto;
}
@media (prefers-reduced-motion: reduce) {
  .portal.motion-ready [data-reveal] {
    opacity: 1;
    translate: none;
    transition: none;
  }
}
.portal-header {
  position: sticky;
  top: 0;
  z-index: 50;
}
.portal-header .menu {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: transparent;
  font: inherit;
  line-height: 1;
  cursor: pointer;
}
.portal-header .menu:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
@media (max-width: 700px) {
  .portal-header .menu {
    display: grid;
    place-items: center;
    margin-left: auto;
  }
  .portal-header nav {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 8px 16px 16px;
    border-bottom: 1px solid var(--line);
    background: var(--bg);
    box-shadow: 0 18px 32px rgba(15,15,15,.28);
  }
  .portal-header.is-open nav {
    display: flex;
  }
  .portal-header nav a {
    display: flex;
    min-height: 44px;
    align-items: center;
  }
}
.portal {
  line-height: normal;
}
.portal .screen-01 {
  background-color: #191919;
  background-image: radial-gradient(800px 580px at 82% 42%, rgba(236, 176, 10, .06), transparent 66%);
}
.portal .screen-01 .eyebrow {
  color: rgba(255, 255, 255, .58);
  font-family: PortalMono, "JetBrains Mono", ui-monospace, monospace;
  font-weight: 700;
}
.portal .screen-01 .hero-copy h1 {
  font-weight: 800;
  line-height: 1.02;
}
.portal .screen-01 .hero-copy h1 em,
  .portal .screen-01 .hero-title-rest {
  display: block;
  text-wrap: balance;
}
.portal .screen-01 .hero-ctas .primary,
  .portal .screen-01 .hero-ctas .secondary {
  width: 280px;
  min-height: 52px;
  height: 52px;
  border-radius: var(--galson-radius-control);
  font: var(--galson-action-font);
  white-space: normal;
}
.portal .screen-01 .hero-ctas .primary {
  width: 340px;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  box-shadow: 0 8px 24px rgba(236, 176, 10, .24);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.portal .screen-01 .hero-cta-arrow {
  display: block;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  pointer-events: none;
}
.portal .screen-01 .hero-ctas .secondary {
  border-color: rgba(255, 255, 255, .28);
  background: transparent;
  color: #fff;
  box-shadow: none;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}
.portal .screen-01 .hero-ctas .primary::after {
  display: none;
}
.portal .screen-01 .hero-ctas .secondary:focus-visible {
  outline: 2px solid #f5bd20;
  outline-offset: 3px;
  border-color: #f5bd20;
  background: rgba(236, 176, 10, .065);
  color: #f5bd20 !important;
  box-shadow: 0 8px 24px rgba(236, 176, 10, .24);
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .portal .screen-01 .hero-ctas .primary:hover {
    background: #f5bd20;
    box-shadow: 0 8px 24px rgba(236, 176, 10, .24);
    transform: translateY(-1px);
  }
  .portal .screen-01 .hero-ctas .secondary:hover {
    border-color: #f5bd20;
    background: rgba(236, 176, 10, .065);
    color: #f5bd20 !important;
    box-shadow: 0 8px 24px rgba(236, 176, 10, .24);
    transform: translateY(-2px);
  }
}
@media (max-width: 700px) {
  .portal .screen-01 .hero-ctas .primary,
    .portal .screen-01 .hero-ctas .secondary {
    width: 100%;
    min-height: 52px;
    height: 52px;
  }
  .portal .screen-01 .hero-ctas .primary {
    width: 100%;
    gap: 12px;
  }
}
.portal .screen .kicker {
  font-family: PortalMono, "JetBrains Mono", ui-monospace, monospace;
}
.portal .screen-02 {
  background: #191919;
}
.portal .screen-02 .route-steps b {
  font-family: PortalMono, "JetBrains Mono", ui-monospace, monospace;
}
.portal .screen-02 .route-copy h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.04em;
}
.portal .screen-02 .route-copy > p:last-child {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.62;
}
.portal .screen-02 .route-steps span {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.62;
}
.portal .screen-02 .route-steps li:nth-child(1) b {
  font-size: 64px;
}
.portal .screen-02 .route-steps li:nth-child(1) strong {
  font-size: 22px;
  font-weight: 700;
}
.portal .screen-02 .route-steps li:nth-child(n + 2) b {
  font-size: 24px;
}
.portal .screen-02 .route-steps li:nth-child(n + 2) strong {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .portal .screen-02 .route-copy h2 {
    font-size: 29px;
    line-height: 1.16;
  }
  .portal .screen-02 .route-steps li:nth-child(n) b {
    font-size: 24px;
  }
  .portal .screen-02 .route-steps li:nth-child(n) strong {
    font-size: 17px;
    font-weight: 700;
  }
}
.portal .screen-03 {
  background: #191919;
}
.portal .screen-03 .articles-head h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.04em;
}
.portal .screen-03 .articles-head > p:last-child {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.62;
}
@media (min-width: 1025px) {
  .portal .screen-06 .knowledge-scene img {
    object-position: center top;
  }
  .portal .screen-06 .knowledge-button {
    width: var(--galson-action-width, 280px);
  }
}
.portal .screen :where(.articles-all, .about-button, .journal-button) {
  width: 280px;
  min-height: 52px;
  height: 52px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: transparent;
  color: #fff !important;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  transition: transform .24s ease, border-color .24s ease, background-color .24s ease, color .24s ease, box-shadow .24s ease;
}
.portal .screen :where(.articles-all, .about-button, .journal-button):focus-visible {
  border-color: #f5bd20;
  background: rgba(236, 176, 10, .065);
  color: #f5bd20 !important;
  box-shadow: 0 8px 24px rgba(236, 176, 10, .24);
}
.portal .screen .about-button {
  background: #0f1113;
}
.portal .screen .about-button:focus-visible {
  background: #1c2023;
}
@media (hover: hover) {
  .portal .screen :where(.articles-all, .about-button, .journal-button):hover {
    border-color: #f5bd20;
    background: rgba(236, 176, 10, .065);
    color: #f5bd20 !important;
    box-shadow: 0 8px 24px rgba(236, 176, 10, .24);
    transform: translateY(-2px);
  }
  .portal .screen .about-button:hover {
    background: #1c2023;
  }
}
@media (max-width: 700px) {
  .portal .screen-03 .articles-head h2 {
    font-size: 29px;
    line-height: 1.16;
  }
  .portal .screen-03 .featured-article {
    position: static;
    display: block;
    inset: auto;
    width: auto;
    margin: 0;
  }
  .portal .screen :where(.articles-all, .about-button, .journal-button) {
    width: auto;
  }
}
@media (min-width: 1408px) {
  .portal .screen-01 .hero-copy h1 {
    font-size: 58px;
  }
}
@media (min-width: 1280px) and (max-width: 1407px) {
  .portal .screen-01 {
    height: auto;
    padding-bottom: 95px;
  }
  .portal .screen-01 .hero-shell {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .portal .screen-01 .hero-copy {
    position: relative;
    inset: auto;
    width: auto;
    margin: 72px 64px 0;
  }
  .portal .screen-01 .hero-copy h1 {
    font-size: 50px;
  }
  .portal .screen-01 .hero-lead {
    width: auto;
    max-width: 680px;
    font-size: 17px;
  }
  .portal .screen-01 .hero-art {
    position: relative;
    inset: auto;
    transform: none;
    width: min(calc(100% - 128px), 720px);
    height: auto;
    margin: 72px auto 0;
    padding-top: 270px;
  }
  .portal .screen-01 .hero-art > picture {
    inset: 0;
  }
  .portal .screen-01 .hero-agents {
    right: 0;
    top: 68px;
    width: min(58%, 420px);
  }
  .portal .screen-01 .dossier {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 431px) and (max-width: 1407px) {
  .portal .screen-01 .hero-copy {
    text-align: center;
  }
  .portal .screen-01 .hero-copy h1 {
    max-width: 760px;
    margin-inline: auto;
  }
  .portal .screen-01 .hero-lead {
    margin-inline: auto;
  }
  .portal .screen-01 .hero-ctas {
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .portal .screen-01 .hero-copy {
    position: relative;
    inset: auto;
    width: auto;
    margin: 29px 16px 0;
  }
  .portal .screen-01 .hero-art {
    margin-top: 22px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .portal .screen-01 .hero-copy h1 {
    font-size: clamp(36px, 7vw, 50px);
  }
}
@media (min-width: 701px) and (max-width: 1024px) {
  .portal .screen-01 .hero-art {
    margin-top: 8px;
  }
}
@media (min-width: 1025px) and (max-width: 1407px) {
  .portal .screen-01 .hero-art {
    margin-top: -28px;
  }
}
.portal .screen-01 .dossier.hero-video {
  height: auto;
  aspect-ratio: 16 / 9;
  padding: 0;
  background: #191919;
  border: 0;
  border-radius: var(--galson-radius-card);
  overflow: hidden;
}
.portal .screen-01 .hero-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}
.portal :is(#articles, #knowledge, #journal).portal-bento {
  display: block;
  height: auto;
  min-height: 0;
  padding: 72px var(--portal-gutter);
  background: #191919;
}
:is(#articles, #knowledge, #journal) .portal-bento-head {
  max-width: 820px;
  margin: 0 0 32px;
}
:is(#articles, #knowledge, #journal) .portal-bento-head h2 {
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: -.04em;
}
:is(#articles, #knowledge, #journal) .portal-bento-head .site-subtitle {
  max-width: 680px;
  margin: 22px 0 0;
  font-size: 16px;
  line-height: 1.62;
}
:is(#articles, #knowledge, #journal) .portal-bento-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}
:is(#articles, #knowledge, #journal) .portal-bento-image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--galson-radius-card);
  min-width: 0;
  min-height: 380px;
  box-shadow: 0 0 0 1px rgba(255,231,173,.24),0 14px 28px -12px rgba(236,176,10,.28),0 28px 52px -24px rgba(236,176,10,.18);
}
:is(#articles, #knowledge, #journal) .portal-bento-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
:is(#articles, #knowledge, #journal) .portal-bento-grid > .content-card {
  width: 100%;
  height: auto;
  min-height: 380px;
  padding: 32px;
}
:is(#articles, #knowledge, #journal) .portal-bento-grid .content-card__title {
  font-size: 30px;
  line-height: 1.15;
  margin-top: 28px;
}
:is(#articles, #knowledge, #journal) .portal-bento-grid .content-card__description {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  font-size: 16px;
  line-height: 1.6;
}
:is(#articles, #knowledge, #journal) .portal-bento-all {
  display: flex;
  width: min(100%,280px);
  min-height: 52px;
  margin: 32px 0 0;
  padding: 12px 20px;
  gap: 16px;
  border-radius: var(--galson-radius-button,16px);
}
:is(#articles, #knowledge, #journal) .portal-bento-all svg {
  flex: none;
  color: var(--gold);
}
@media (max-width:1000px) {
  .portal :is(#articles, #knowledge, #journal).portal-bento {
    padding: 56px 24px;
  }
  :is(#articles, #knowledge, #journal) .portal-bento-grid .content-card__title {
    font-size: 25px;
  }
  :is(#articles, #knowledge, #journal) .portal-bento-grid > .content-card {
    padding: 24px;
  }
}
@media (max-width:700px) {
  .portal :is(#articles, #knowledge, #journal).portal-bento {
    padding: 40px 20px;
  }
  :is(#articles, #knowledge, #journal) .portal-bento-head h2 {
    font-size: 30px;
  }
  :is(#articles, #knowledge, #journal) .portal-bento-grid {
    grid-template-columns: minmax(0,1fr);
  }
  :is(#articles, #knowledge, #journal) .portal-bento-image {
    min-height: 0;
    aspect-ratio: 4/3;
  }
  :is(#articles, #knowledge, #journal) .portal-bento-grid > .content-card {
    min-height: 0;
  }
  :is(#articles, #knowledge, #journal) .portal-bento-grid .content-card__title {
    margin-top: 24px;
    font-size: 24px;
  }
}
.content-card--read-action::after {
  display: none !important;
}
.content-card .content-card__read {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #ecb00a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}
.content-card__read svg {
  flex: none;
}
.content-card.content-card--read-action .content-card__meta {
  margin: 0 0 18px;
}
#articles .content-card.content-card--read-action .content-card__description {
  margin-bottom: 24px;
}
#knowledge .portal-bento-image {
  box-shadow: 0 0 0 1px rgba(165,236,185,.24),0 14px 28px -12px rgba(53,184,107,.28),0 28px 52px -24px rgba(53,184,107,.18);
}
#knowledge .portal-bento-image {
  background: #101415;
  min-height: 0;
  height: auto;
  aspect-ratio: 4/3;
  align-self: start;
}
#knowledge .portal-bento-image img {
  position: static;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
#knowledge .portal-bento-grid .content-card__description {
  margin-bottom: 24px;
}
#knowledge .content-card__read {
  color: #aeb4ba;
}
#knowledge .portal-bento-all:disabled {
  color: #aeb4ba;
  background: transparent;
  box-shadow: none;
  cursor: not-allowed;
}
#articles .portal-bento-image {
  min-height: 0;
  height: auto;
  aspect-ratio: 4/3;
  align-self: start;
}
#articles .portal-bento-image img {
  object-position: right center;
}
@media (max-width:1279px) {
  :is(#articles, #knowledge, #journal) .portal-bento-grid {
    grid-template-columns: minmax(0,1fr);
  }
  :is(#articles, #knowledge, #journal) .portal-bento-grid > .content-card {
    min-height: 0;
  }
}
:is(#articles, #knowledge, #journal) .portal-bento-grid > .content-card {
  padding: 24px;
  min-height: 0;
}
:is(#articles, #knowledge, #journal) .portal-bento-grid .content-card__title {
  font-size: 24px;
  line-height: 1.18;
  margin: 16px 0 12px;
}
:is(#articles, #knowledge, #journal) .portal-bento-grid .content-card__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.5;
  flex-shrink: 0;
}
:is(#articles, #knowledge, #journal) .portal-bento-grid .content-card__read {
  padding-top: 16px;
  flex-shrink: 0;
}
@media (min-width:1280px) {
  #knowledge .portal-bento-grid > .portal-bento-image {
    grid-column: 2;
    grid-row: 1;
  }
  #knowledge .portal-bento-grid > .content-card:first-of-type {
    grid-column: 1;
    grid-row: 1;
  }
  :is(#articles, #knowledge, #journal) .portal-bento-grid > .content-card {
    aspect-ratio: 4/3;
    height: auto;
    overflow: hidden;
  }
  :is(#articles, #knowledge, #journal) .portal-bento-grid .content-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    flex-shrink: 0;
  }
  :is(#articles, #knowledge, #journal) .portal-bento-grid .content-card__description {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
@media (max-width:700px) {
  :is(#articles, #knowledge, #journal) .portal-bento-grid > .content-card {
    padding: 22px;
  }
  :is(#articles, #knowledge, #journal) .portal-bento-grid .content-card__title {
    font-size: 21px;
    line-height: 1.22;
  }
}
#journal .portal-bento-image {
  min-height: 0;
  height: auto;
  aspect-ratio: 4/3;
  align-self: start;
  box-shadow: 0 0 0 1px rgba(211,188,255,.3),0 14px 28px -12px rgba(168,85,247,.3),0 28px 52px -24px rgba(167,139,250,.22);
}
#journal .portal-bento-image img {
  object-fit: contain;
  object-position: center;
}
#journal .content-card.content-card--read-action .content-card__description {
  margin-bottom: 24px;
}
@media (max-width:1407px) {
  .portal .screen-01 .hero-art {
    padding-top: 0;
    margin-top: 40px;
  }
  .portal .screen-01 .dossier.hero-video {
    margin-top: 0;
    transform: none;
  }
}
#articles .portal-bento-grid {
  gap: 12px 24px;
}
#articles .portal-bento-grid > .content-card {
  aspect-ratio: auto;
  padding: 18px 22px;
}
#articles .portal-bento-grid .content-card__label,
#articles .portal-bento-grid .content-card__meta {
  display: none;
}
#articles .portal-bento-grid .content-card__title {
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 8px;
}
#articles .content-card.content-card--read-action .content-card__description {
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  margin-bottom: 14px;
}
#articles .portal-bento-grid .content-card__read {
  padding-top: 10px;
  font-size: 12px;
}
#articles .portal-bento-grid .content-card__read svg {
  width: 22px;
  height: 22px;
}
@media (min-width:1280px) {
  #articles .portal-bento-grid {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  }
  #articles .portal-bento-image {
    grid-column: 1;
    grid-row: 1 / span 3;
    aspect-ratio: auto;
    align-self: stretch;
  }
  #articles .portal-bento-grid > .content-card {
    grid-column: 2;
  }
  #articles .portal-bento-grid .content-card__title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
@media (max-width:1279px) {
  #articles .portal-bento-grid {
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
  }
  #articles .portal-bento-image {
    width: 100%;
  }
}
@media (max-width:700px) {
  #articles .portal-bento-grid > .content-card {
    padding: 18px;
  }
  #articles .portal-bento-grid .content-card__title {
    font-size: 19px;
  }
  #articles .content-card.content-card--read-action .content-card__description {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.portal .screen-01 .hero-ctas--mobile {
  display: none;
}
@media (max-width:1407px) {
  .portal .screen-01 .hero-ctas--desktop {
    display: none;
  }
  .portal .screen-01 .hero-ctas--mobile {
    display: flex;
    justify-content: center;
    width: calc(100% - 32px);
    margin: 24px 16px 0;
  }
}
@media (max-width:700px) {
  .portal .screen-01 .hero-art {
    margin-top: 28px;
  }
}
@media (min-width:701px) and (max-width:1279px) {
  .portal :is(.system-trial__head,.content-showcase__head) {
    text-align: center;
    margin-inline: auto;
  }
  .portal .content-showcase__head .site-subtitle {
    margin-inline: auto;
  }
  .portal .screen h2, .portal .screen > .kicker,
 .portal .screen :is(.portal-bento-head,.mail-copy,.about-copy,.system-head,.route-copy) > .kicker {
    text-align: center;
  }
  .portal :is(#articles,#knowledge,#journal) .portal-bento-head {
    max-width: 680px;
    margin-inline: auto;
    text-align: center;
  }
  .portal :is(#articles,#knowledge,#journal) .portal-bento-head .site-subtitle {
    margin-inline: auto;
  }
  .portal :is(#articles,#knowledge,#journal) .portal-bento-grid {
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
  }
  .portal :is(#articles,#knowledge,#journal) .portal-bento-all {
    margin-inline: auto;
  }
  .portal .mail-copy .site-subtitle {
    margin-inline: auto;
    text-align: center;
  }
}
:is(#articles,#journal) > .portal-bento-all {
  display: none;
}
:is(#articles,#knowledge,#journal) .article-scene-link {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  color: var(--gold);
  text-decoration: none;
}
:is(#articles,#knowledge,#journal) .article-scene-link__bar {
  position: absolute;
  inset: auto 0 0;
  min-height: 58px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(to top,rgba(0,0,0,.78),rgba(0,0,0,.42) 60%,transparent);
  border: 0;
  font-size: 14px;
  font-weight: 700;
  opacity: 1;
  text-shadow: 0 1px 5px rgba(0,0,0,.65);
  transition: color 180ms ease;
}
:is(#articles,#knowledge,#journal) .article-scene-link:is(:hover,:focus-visible) .article-scene-link__bar {
  color: #fff;
}
:is(#articles,#knowledge,#journal) .article-scene-link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -4px;
  border-radius: inherit;
}
@media (min-width:1280px) {
  :is(#knowledge,#journal) .portal-bento-grid {
    gap: 12px 24px;
    grid-template-rows: repeat(3,minmax(0,1fr));
  }
  :is(#knowledge,#journal) .portal-bento-grid > .portal-bento-image {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
  }
  :is(#knowledge,#journal) .portal-bento-grid > .content-card {
    grid-column: 1;
    aspect-ratio: auto;
    padding: 14px 20px;
  }
  :is(#knowledge,#journal) .portal-bento-grid .content-card__title {
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 8px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  #knowledge .portal-bento-grid .content-card__label {
    display: none;
  }
  #journal .portal-bento-grid .content-card__label {
    font-size: 10px;
    margin-bottom: 8px;
  }
  :is(#knowledge,#journal) .portal-bento-grid .content-card.content-card--portal .content-card__description {
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    margin-bottom: 12px;
  }
  :is(#knowledge,#journal) .portal-bento-grid .content-card__read {
    padding-top: 8px;
    font-size: 12px;
  }
  :is(#knowledge,#journal) .portal-bento-grid .content-card__read svg {
    width: 22px;
    height: 22px;
  }
}
#knowledge button.article-scene-link {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
}
#knowledge button.article-scene-link:disabled {
  cursor: default;
}
@media (max-width:700px) {
  :is(#articles,#knowledge,#journal) .article-scene-link__bar {
    padding: 12px 16px;
    min-height: 48px;
    font-size: 12px;
    gap: 12px;
  }
  :is(#articles,#knowledge,#journal) .article-scene-link__bar svg {
    width: 24px;
    height: 24px;
    flex: none;
  }
}
:is(#articles,#knowledge,#journal) .portal-bento-grid > .content-card {
  padding: 18px 22px;
}
#journal .portal-bento-grid .content-card__label,
#journal .portal-bento-grid .content-card__meta {
  display: none;
}
:is(#articles,#knowledge,#journal) .portal-bento-grid .content-card__title {
  margin-top: 0;
}
@media (max-width:700px) {
  :is(#articles,#knowledge,#journal) .portal-bento-grid > .content-card {
    padding: 18px;
  }
}
@media (min-width:1280px) {
  #journal .portal-bento-grid > .portal-bento-image {
    align-self: stretch;
    aspect-ratio: auto;
  }
  #journal .portal-bento-image > picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  #journal .portal-bento-image img {
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1408px) {
  .portal .screen-01 .hero-shell {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 1fr) 603px;
    column-gap: 48px;
    align-items: center;
    align-content: start;
    padding: 176px var(--portal-gutter) 0;
  }
  .portal .screen-01 .hero-copy {
    position: relative;
    inset: auto;
    width: auto;
    margin: 0;
  }
  .portal .screen-01 .hero-copy .hero-lead {
    max-width: 100%;
  }
  .portal .screen-01 .hero-art {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    transform: none;
  }
  .portal .screen-01 .dossier.hero-video {
    position: relative;
    inset: auto;
    width: 100%;
    margin: 0;
    transform: none;
  }
}
:root {
  --galson-action-font: 800 14px/1.2 PortalMontserrat, Montserrat, system-ui, sans-serif;
}
.public-site-frame :is(.primary, .secondary, .gold-button, .outline-button, .about-profile__cta, .mail-ui button, .editorial-hero__action, .publication-block-action) {
  font: var(--galson-action-font);
  letter-spacing: normal;
  text-transform: none;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/galson/shell.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
/* Shared public shell ported from the approved portal DEV branch. */
.shared-site-header,
  .shared-site-header *,
  .shared-site-header *::before,
  .shared-site-header *::after {
    box-sizing: border-box;
  }

  .shared-site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    width: min(100%, 1440px);
    height: 80px;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    padding: 0 56px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    background: color-mix(in oklch, #191919 94%, transparent);
    color: #fff;
    font-family: PortalMontserrat, Montserrat, system-ui, sans-serif;
    backdrop-filter: blur(14px);
  }

  .shared-site-header__progress {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    height: 2px;
    background: #ecb00a;
    transition: width 100ms linear;
  }

  .shared-site-header__brand {
    display: flex;
    flex: none;
    width: 280px;
    max-width: calc(100% - 64px);
    min-height: 44px;
    align-items: center;
    color: inherit;
    text-decoration: none;
  }

  .shared-site-header__logo {
    display: block;
    width: 100%;
    height: auto;
  }

  .shared-site-header__nav {
    display: flex;
    align-items: center;
    gap: clamp(20px, 2.5vw, 35px);
    margin-left: auto;
    padding-top: 18px;
  }

  .shared-site-header__nav a,
  .shared-site-header__coming {
    position: relative;
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    text-decoration: none;
    transition: color 180ms ease;
  }

  .shared-site-header__coming {
    color: #aeb3b9;
  }

  .shared-site-header__nav a[aria-current='page']::after {
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    height: 1px;
    background: #fff;
    content: '';
  }

  .shared-site-header__nav a:hover,
  .shared-site-header__nav a:focus-visible {
    color: #ecb00a;
  }

  .shared-site-header :where(a, button):focus-visible {
    outline: 2px solid #ecb00a;
    outline-offset: 4px;
  }

  .shared-site-header__menu {
    display: none;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    cursor: pointer;
  }

  .shared-site-header__menu svg {
    width: 21px;
    height: 21px;
    stroke: currentColor;
    stroke-width: 1.8;
  }

  .shared-site-header__menu:hover,
  .shared-site-header__menu:focus-visible {
    background: #2d2d2d;
  }

  @media (max-width: 1024px) {
    .shared-site-header {
      height: 72px;
      padding: 0 clamp(32px, 6vw, 64px);
    }
  }

  @media (max-width: 1024px) {
    .shared-site-header__nav {
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      display: none;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      margin: 0;
      padding: 8px 16px 16px;
      border-bottom: 1px solid rgba(255, 255, 255, .12);
      background: #191919;
      box-shadow: 0 18px 32px rgba(15, 15, 15, .28);
    }

    .shared-site-header.is-open .shared-site-header__nav {
      display: flex;
    }

    .shared-site-header__nav a,
    .shared-site-header__coming {
      min-height: 48px;
    }

    .shared-site-header__nav a[aria-current='page']::after {
      display: none;
    }

    .shared-site-header__menu {
      display: grid;
      place-items: center;
    }
  }

  @media (max-width: 760px) {
    .shared-site-header {
      height: 56px;
      padding: 0 16px;
    }

    .shared-site-header__brand {
      width: 224px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .shared-site-header__nav a {
      transition: none;
    }
  }

  .site-footer {
    box-sizing: border-box;
    width: min(100%, 1440px);
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: #191919;
    color: #fff;
    font-family: PortalMontserrat, Montserrat, system-ui, sans-serif;
  }

  .site-footer *,
  .site-footer *::before,
  .site-footer *::after {
    box-sizing: border-box;
  }

  .site-footer__inner {
    width: min(100% - 48px, 1328px);
    margin: 0 auto;
    padding: 64px 0 42px;
  }

  .site-footer__top {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(360px, 1.45fr) minmax(150px, auto);
    gap: 40px;
    align-items: start;
  }

  .site-footer__brand {
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
    color: inherit;
    text-decoration: none;
  }

  .site-footer__brand strong {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
  }

  .site-footer__brand span {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .site-footer__brand .site-footer__product {
    color: #ecb00a;
    font-size: 11px;
    font-weight: 800;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: none;
  }

  .site-footer__nav,
  .site-footer__socials,
  .site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
  }

  .site-footer__socials {
    justify-content: flex-end;
  }

  .site-footer__socials a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .site-footer__social-icon {
    display: block;
    flex: none;
    fill: currentColor;
    color: inherit;
  }

  .site-footer a,
  .site-footer button {
    border: 0;
    border-radius: 2px;
    background: transparent;
    color: #fff;
    font: inherit;
    text-decoration: none;
    transition: color 160ms ease;
  }

  .site-footer__nav a,
  .site-footer__socials a {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
  }

  .site-footer__coming {
    color: #aeb3b9;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
  }

  .site-footer a:hover,
  .site-footer button:hover,
  .site-footer a:focus-visible,
  .site-footer button:focus-visible {
    color: #ecb00a;
  }

  .site-footer a:focus-visible,
  .site-footer button:focus-visible {
    outline: 2px solid #ecb00a;
    outline-offset: 3px;
  }

  .site-footer__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px 32px;
    align-items: end;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-footer__legal {
    grid-column: 1 / -1;
  }

  .site-footer__legal a,
  .site-footer__legal button,
  .site-footer__details,
  .site-footer__copyright {
    margin: 0;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
  }

  .site-footer__legal button {
    padding: 0;
    cursor: pointer;
  }

  .site-footer__copyright {
    text-align: right;
  }

  @media (min-width: 761px) and (max-width: 1024px) {
    .site-footer__inner {
      width: calc(100% - 64px);
    }

    .site-footer__top {
      grid-template-columns: minmax(0, 1fr);
    }

    .site-footer__brand {
      grid-column: auto;
    }

    .site-footer__bottom {
      grid-template-columns: minmax(0, 1fr);
    }

    .site-footer__nav,
    .site-footer__socials,
    .site-footer__legal {
      min-width: 0;
      max-width: 100%;
    }

    .site-footer__socials {
      justify-content: flex-start;
    }

    .site-footer__details,
    .site-footer__copyright {
      overflow-wrap: anywhere;
    }

    .site-footer__copyright {
      text-align: left;
    }
  }

  @media (max-width: 760px) {
    .site-footer {
      border-top: 0;
    }

    .site-footer__inner {
      width: calc(100% - 40px);
      padding: 38px 0 34px;
    }


    .site-footer__top {
      grid-template-columns: 1fr;
      gap: 34px;
    }

    .site-footer__brand {
      grid-column: auto;
    }

    .site-footer__nav,
    .site-footer__socials {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
    }

    .site-footer__nav a,
    .site-footer__coming,
    .site-footer__socials a {
      display: flex;
      min-height: 44px;
      align-items: center;
      border-top: 0;
    }

    .site-footer__nav a:last-child,
    .site-footer__socials a:last-child {
      border-bottom: 0;
    }

    .site-footer__bottom {
      grid-template-columns: 1fr;
      margin-top: 38px;
      padding-top: 28px;
      border-top: 0;
    }

    .site-footer__legal {
      grid-column: auto;
      display: grid;
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .site-footer__legal button {
      text-align: left;
    }

    .site-footer__details {
      max-width: 320px;
    }

    .site-footer__copyright {
      text-align: left;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .site-footer a,
    .site-footer button {
      transition: none;
    }
  }

/* Crossfade between the original white and gold wordmarks. */
.shared-site-header__brand { position:relative; }
.shared-site-header__brand::after {
  content:""; position:absolute; inset:0; pointer-events:none;
  background:url('/images/logo-horizontal-transparent-gold.png') center / contain no-repeat;
  opacity:0; transition:opacity 180ms ease;
}
.shared-site-header__logo { transition:opacity 180ms ease; }
@media (hover:hover) {
  .shared-site-header__brand:hover::after { opacity:1; }
  .shared-site-header__brand:hover .shared-site-header__logo { opacity:0; }
}
.shared-site-header__brand:focus-visible::after { opacity:1; }
.shared-site-header__brand:focus-visible .shared-site-header__logo { opacity:0; }
@media (prefers-reduced-motion:reduce) {
  .shared-site-header__brand::after, .shared-site-header__logo { transition:none; }
}

/* One continuous public page edge, shared by the header, content and footer. */
.public-site-frame {
  width: min(100%, 1440px);
  margin-inline: auto;
  background: #191919;
}
@media (min-width: 1441px) {
  .public-site-frame {
    box-shadow: -1px 0 0 rgba(255,255,255,.08), 1px 0 0 rgba(255,255,255,.08);
  }
}
.public-site-frame > .shared-site-header { background: #191919; }

