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

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
body {
  margin: 0;
  background: #0b0b0c;
  color: #d7d9dd;
  font-family: "IBM Plex Sans", -apple-system, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.is-locked {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s cubic-bezier(0.22, 0.61, 0.36, 1);
}
a:focus-visible {
  outline: 2px solid #f2b307;
  outline-offset: 3px;
  border-radius: 1px;
}

button, input, select, textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}
button:focus-visible {
  outline: 2px solid #f2b307;
  outline-offset: 3px;
  border-radius: 1px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

::-moz-selection {
  background: #f2b307;
  color: #0b0b0c;
}

::selection {
  background: #f2b307;
  color: #0b0b0c;
}

:target {
  scroll-margin-top: 108px;
}

h1, h2, h3, h4 {
  font-family: "Big Shoulders Display", "Arial Narrow", sans-serif;
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: #ffffff;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.8rem, 6.4vw, 5.25rem);
}

h2 {
  font-size: clamp(2.2rem, 4.6vw, 3.75rem);
}

h3 {
  font-size: clamp(1.65rem, 2.6vw, 2.25rem);
  line-height: 1;
}

h4 {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  line-height: 1.15;
  font-weight: 700;
}

p {
  text-wrap: pretty;
}

p + p {
  margin-top: 1.1em;
}

strong, b {
  font-weight: 600;
  color: #ffffff;
}

.s-head {
  max-width: 720px;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.s-head--center {
  margin-inline: auto;
  text-align: center;
}
.s-head--wide {
  max-width: 900px;
}
.s-head__eyebrow {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f2b307;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.s-head__eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
}
.s-head__title {
  margin-bottom: 24px;
}
.s-head__title em {
  font-style: normal;
  color: #f2b307;
}
.s-head__text {
  font-size: clamp(1.0625rem, 1.35vw, 1.1875rem);
  line-height: 1.66;
  color: #8a8f98;
  max-width: 62ch;
}
.s-head--center .s-head__text {
  margin-inline: auto;
}

.is-light .s-head__title {
  color: #23262b;
}
.is-light .s-head__text {
  color: #5b616b;
}
.is-light .s-head__eyebrow {
  color: #b07c05;
}

.prose h3 {
  margin: 48px 0 16px;
}
.prose h4 {
  margin: 32px 0 8px;
  color: #f2b307;
}
.prose p {
  color: #8a8f98;
}
.prose ul {
  margin: 16px 0;
}
.prose li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: #8a8f98;
}
.prose li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 9px;
  height: 1px;
  background: #f2b307;
}
.prose a {
  color: #f2b307;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.is-light .prose p, .is-light .prose li {
  color: #5b616b;
}
.is-light .prose h3 {
  color: #23262b;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media (min-width: 992px) {
  .container {
    padding-inline: 40px;
  }
}

.container--slim {
  width: 100%;
  max-width: 940px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media (min-width: 992px) {
  .container--slim {
    padding-inline: 40px;
  }
}

.section {
  position: relative;
  padding-top: clamp(72px, 9vw, 130px);
  padding-bottom: clamp(72px, 9vw, 130px);
}
.section--sm {
  padding-top: clamp(52px, 6vw, 84px);
  padding-bottom: clamp(52px, 6vw, 84px);
}
.section--flush-top {
  padding-top: 0;
}
.section--flush-bottom {
  padding-bottom: 0;
}
.section--ink {
  background: #0b0b0c;
}
.section--panel {
  background: #141518;
}
.section--light {
  background: #e7e8ea;
}
.section--white {
  background: #f6f7f8;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.plate {
  position: absolute;
  inset: 0;
  background-image: repeating-conic-gradient(from 0deg at 50% 50%, rgba(242, 179, 7, 0.055) 0deg 3deg, transparent 3deg 9deg), repeating-radial-gradient(circle at 50% 50%, rgba(242, 179, 7, 0.055) 0, rgba(242, 179, 7, 0.055) 1px, transparent 1px, transparent 26px);
  opacity: 0.55;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 0%, transparent 72%);
}

.plate--bottom {
  mask-image: radial-gradient(ellipse at 50% 100%, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 100%, #000 0%, transparent 70%);
}

.rule {
  height: 1px;
  background: #2a2d33;
  position: relative;
  border: 0;
  margin: 0;
}
.rule::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 1px;
  background: #f2b307;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
.u-mono {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
}

.u-gold {
  color: #f2b307;
}

.u-center {
  text-align: center;
}

.u-nowrap {
  white-space: nowrap;
}

.topbar {
  background: #141518;
  border-bottom: 1px solid #2a2d33;
  position: relative;
  z-index: 901;
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 42px;
  padding-block: 7px;
}
.topbar__note {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8f98;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .topbar__note {
    display: none;
  }
}
.topbar__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #59c07b;
  flex: none;
  animation: topbar-pulse 2.6s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}
.topbar__links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .topbar__links {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
    gap: 16px;
  }
}
.topbar__links a {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8f98;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.topbar__links a svg {
  width: 13px;
  height: 13px;
  color: #f2b307;
  flex: none;
}
.topbar__links a:hover {
  color: #f2b307;
}
@media (max-width: 575.98px) {
  .topbar__hide-sm {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .topbar__hide-md {
    display: none;
  }
}

@keyframes topbar-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(89, 192, 123, 0.5);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(89, 192, 123, 0);
  }
}
.skip-link {
  position: absolute;
  top: -60px;
  left: 16px;
  z-index: 1010;
  padding: 12px 18px;
  background: #f2b307;
  color: #0b0b0c;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0b0b0c;
  transition: top 0.18s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.skip-link:focus {
  top: 8px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(11, 11, 12, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #2a2d33;
  transition: background 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header.is-stuck {
  background: rgba(11, 11, 12, 0.97);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.42);
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 84px;
}
@media (max-width: 991.98px) {
  .header__inner {
    min-height: 68px;
  }
}
.header__brand {
  flex: none;
  display: block;
  margin-right: auto;
}
.header__brand img {
  width: 246px;
  height: auto;
  transition: opacity 0.18s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header__brand:hover img {
  opacity: 0.85;
}
@media (max-width: 1199.98px) {
  .header__brand img {
    width: 210px;
  }
}
@media (max-width: 575.98px) {
  .header__brand img {
    width: 176px;
  }
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: none;
}
@media (max-width: 1199.98px) {
  .header__cta.btn {
    display: none;
  }
}

.nav__list {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.6vw, 28px);
}
.nav__link {
  position: relative;
  display: block;
  padding: 10px 2px;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d7d9dd;
  white-space: nowrap;
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background: #f2b307;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav__link:hover {
  color: #f2b307;
}
.nav__link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.nav__link.is-current {
  color: #f2b307;
}
.nav__link.is-current::after {
  transform: scaleX(1);
}
.nav__link.is-open {
  z-index: 99;
}
.nav__foot {
  display: none;
}
@media (max-width: 991.98px) {
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 950;
    width: min(400px, 88vw);
    height: 100dvh;
    padding: 96px 24px 48px;
    background: #141518;
    border-left: 1px solid #2a2d33;
    overflow-y: auto;
    transform: translateX(102%);
    visibility: hidden;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.45s;
  }
  .nav.is-open {
    transform: none;
    visibility: visible;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s;
  }
  .nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav__item {
    border-bottom: 1px solid #2a2d33;
  }
  .nav__link {
    padding: 18px 0;
    font-size: 1rem;
  }
  .nav__link::after {
    display: none;
  }
  .nav__foot {
    display: block;
    margin-top: 48px;
  }
  .nav__foot .btn {
    width: 100%;
  }
  .nav__addr {
    margin-top: 24px;
    font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8a8f98;
    line-height: 1.9;
  }
}

.nav-scrim {
  position: fixed;
  inset: 0;
  z-index: 949;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 9;
}
.nav-scrim.is-open {
  opacity: 1;
}

.burger {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid #2a2d33;
  border-radius: 3px;
  position: relative;
  z-index: 951;
}
@media (max-width: 991.98px) {
  .burger {
    display: grid;
    place-items: center;
  }
}
.burger__box {
  position: relative;
  width: 20px;
  height: 12px;
}
.burger__bar, .burger__box::before, .burger__box::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #f2b307;
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.18s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.burger__bar {
  top: 5.25px;
}
.burger__box::before {
  content: "";
  top: 0;
}
.burger__box::after {
  content: "";
  bottom: 0;
}
.burger[aria-expanded=true] .burger__bar {
  opacity: 0;
}
.burger[aria-expanded=true] .burger__box::before {
  transform: translateY(5.25px) rotate(45deg);
}
.burger[aria-expanded=true] .burger__box::after {
  transform: translateY(-5.25px) rotate(-45deg);
}

.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 800;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: #f2b307;
  color: #0b0b0c;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.to-top svg {
  width: 17px;
  height: 17px;
}
.to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.to-top:hover {
  background: #ffd75e;
}

.footer {
  position: relative;
  background: #141518;
  padding-top: clamp(56px, 7vw, 90px);
  overflow: hidden;
}
.footer__board {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-image: repeating-linear-gradient(90deg, rgba(242, 179, 7, 0.55) 0, rgba(242, 179, 7, 0.55) 1px, transparent 1px, transparent 6px);
}
.footer__top {
  display: grid;
  grid-template-columns: 2.1fr 1fr 1.3fr 1.5fr;
  gap: 48px 32px;
  padding-bottom: 64px;
}
@media (max-width: 1199.98px) {
  .footer__top {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer__top .footer__brand {
    grid-column: 1/-1;
    max-width: 560px;
  }
}
@media (max-width: 767.98px) {
  .footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 48px 24px;
  }
}
@media (max-width: 399.98px) {
  .footer__top {
    grid-template-columns: 1fr;
  }
}
.footer__logo {
  width: 250px;
  margin-bottom: 24px;
}
.footer__blurb {
  color: #8a8f98;
  font-size: 0.9375rem;
  max-width: 44ch;
  margin-bottom: 24px;
}
.footer__heading {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f2b307;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2a2d33;
}
.footer__list {
  display: grid;
  gap: 11px;
}
.footer__list a {
  font-size: 0.9375rem;
  color: #8a8f98;
}
.footer__list a:hover {
  color: #f2b307;
}
.footer__address {
  font-style: normal;
  font-size: 0.9375rem;
  color: #8a8f98;
  line-height: 1.8;
  margin-bottom: 24px;
}
.footer__contact {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}
.footer__contact li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.footer__contact a {
  font-size: 0.9375rem;
  color: #ffffff;
}
.footer__contact a:hover {
  color: #f2b307;
}
.footer__key {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8f98;
}
.footer__hours {
  font-size: 0.8125rem;
}
.footer__hours th, .footer__hours td {
  padding: 7px 0;
  text-align: left;
  border-bottom: 1px solid rgba(42, 45, 51, 0.7);
}
.footer__hours th {
  font-weight: 400;
  color: #8a8f98;
}
.footer__hours td {
  text-align: right;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  color: #ffffff;
  font-size: 0.6875rem;
}
.footer__hours tr:last-child th, .footer__hours tr:last-child td {
  border-bottom: 0;
}
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 32px;
  padding-block: 24px 32px;
  border-top: 1px solid #2a2d33;
}
@media (max-width: 767.98px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__copy, .footer__by {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8f98;
  margin: 0;
}
.footer__copy a, .footer__by a {
  color: #f2b307;
}
.footer__copy a:hover, .footer__by a:hover {
  text-decoration: underline;
}
.footer__by {
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .footer__by {
    margin-left: 0;
  }
}
.footer__legal {
  flex-basis: 100%;
  order: 3;
  font-size: 0.6875rem;
  color: #5b616b;
  max-width: 78ch;
  line-height: 1.7;
  margin: 0;
}

.btn {
  --btn-bg: #f2b307;
  --btn-fg: #0b0b0c;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 30px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid var(--btn-bg);
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.18s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn:focus-visible {
  outline: 2px solid #ffd75e;
  outline-offset: 3px;
  border-radius: 1px;
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.5) 48%, transparent 72%);
  transform: translateX(-110%);
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.btn:hover::after {
  transform: translateX(110%);
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}
.btn svg {
  width: 15px;
  height: 15px;
  flex: none;
}
.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: #ffffff;
  border-color: #2a2d33;
}
.btn--ghost:hover {
  border-color: #f2b307;
  color: #f2b307;
}
.btn--ghost::after {
  display: none;
}
.btn--outline {
  --btn-bg: transparent;
  --btn-fg: #f2b307;
  border-color: rgba(242, 179, 7, 0.55);
}
.btn--outline:hover {
  background: #f2b307;
  color: #0b0b0c;
}
.btn--outline::after {
  display: none;
}
.btn--dark {
  --btn-bg: #0b0b0c;
  --btn-fg: #ffffff;
  border-color: #0b0b0c;
}
.btn--dark:hover {
  --btn-bg: #1e2024;
}
.btn--lg {
  padding: 20px 38px;
  font-size: 0.9375rem;
}
.btn--sm {
  padding: 12px 20px;
  font-size: 0.6875rem;
}
.btn--block {
  width: 100%;
}
@media (max-width: 575.98px) {
  .btn {
    padding: 15px 22px;
    font-size: 0.6875rem;
  }
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.btn-row--center {
  justify-content: center;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f2b307;
  padding-bottom: 4px;
  position: relative;
}
.link-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.link-arrow svg {
  width: 13px;
  height: 13px;
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.link-arrow:hover::after {
  transform: scaleX(1);
}
.link-arrow:hover svg {
  transform: translateX(4px);
}

.hallmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 15px 9px 11px;
  border: 1px solid rgba(242, 179, 7, 0.4);
  border-radius: 3px;
  background: rgba(242, 179, 7, 0.06);
  backdrop-filter: blur(4px);
}
.hallmark__seal {
  width: 30px;
  height: 30px;
  flex: none;
}
.hallmark__body {
  line-height: 1.25;
}
.hallmark__title {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f2b307;
  display: block;
}
.hallmark__sub {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #8a8f98;
  text-transform: uppercase;
}
.hallmark--solid {
  background: #141518;
  border-color: #2a2d33;
}
.hallmark--light {
  background: #ffffff;
  border-color: #d3d6da;
}
.hallmark--light .hallmark__sub {
  color: #5b616b;
}
.hallmark--light .hallmark__title {
  color: #b07c05;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid #2a2d33;
  border-radius: 100px;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8f98;
}
.pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #59c07b;
  box-shadow: 0 0 0 3px rgba(89, 192, 123, 0.18);
}
.pill--gold {
  border-color: rgba(242, 179, 7, 0.4);
  color: #f2b307;
}

.fineness {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f2b307;
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid rgba(242, 179, 7, 0.32);
  border-radius: 2px;
}

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse 70% 60% at 74% 34%, rgba(242, 179, 7, 0.1), transparent 62%), #0b0b0c;
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: clamp(64px, 8vw, 112px);
}
.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}
@media (max-width: 991.98px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f2b307;
  margin-bottom: 24px;
}
.hero__eyebrow-rule {
  width: 42px;
  height: 1px;
  background: rgba(242, 179, 7, 0.55);
}
.hero__title {
  font-family: "Big Shoulders Display", "Arial Narrow", sans-serif;
  font-weight: 900;
  font-size: clamp(3.4rem, 9.5vw, 8.25rem);
  line-height: 0.94;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
  max-width: 14ch;
}
@media (max-width: 991.98px) {
  .hero__title {
    max-width: 18ch;
  }
}
.hero__title-gold {
  display: block;
  background: linear-gradient(100deg, #ffd75e 0%, #f2b307 34%, #b07c05 58%, #f2b307 78%, #ffd75e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__lede {
  font-size: clamp(1.0625rem, 1.35vw, 1.1875rem);
  line-height: 1.66;
  color: #8a8f98;
  max-width: 52ch;
  margin-bottom: 32px;
}
.hero__actions {
  margin-bottom: 48px;
}
.hero__marks {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 32px;
  border-top: 1px solid #2a2d33;
}
.hero__figure {
  position: relative;
}
@media (max-width: 991.98px) {
  .hero__figure {
    max-width: 460px;
    margin-inline: auto;
    width: 100%;
  }
}
.hero__figure-note {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8f98;
  margin-top: -8px;
}

.bars {
  width: 100%;
  height: auto;
  overflow: visible;
}
.bars__bar {
  animation: bar-drop 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
  transform-origin: 50% 100%;
}
.bars__bar--1 {
  animation-delay: 0.1s;
}
.bars__bar--2 {
  animation-delay: 0.26s;
}
.bars__bar--3 {
  animation-delay: 0.42s;
}

@keyframes bar-drop {
  0% {
    opacity: 0;
    transform: translateY(-34px);
  }
  62% {
    opacity: 1;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bars__bar {
    animation: none;
  }
}
.board {
  position: relative;
  background: #0b0b0c;
  padding-bottom: clamp(48px, 6vw, 80px);
}
.board__frame {
  position: relative;
  background: linear-gradient(180deg, #141518 0%, #101114 100%);
  border: 1px solid #2a2d33;
  border-radius: 5px;
  padding: clamp(20px, 2.6vw, 30px) clamp(18px, 2.6vw, 34px) clamp(18px, 2vw, 24px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(242, 179, 7, 0.14);
  overflow: hidden;
}
.board__frame::before, .board__frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-image: repeating-linear-gradient(90deg, rgba(242, 179, 7, 0.42) 0, rgba(242, 179, 7, 0.42) 1px, transparent 1px, transparent 6px);
}
.board__frame::before {
  top: 0;
}
.board__frame::after {
  bottom: 0;
}
.board__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #2a2d33;
}
.board__title {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f2b307;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
}
.board__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
}
.board__clock {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8f98;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 575.98px) {
  .board__clock {
    display: none;
  }
}
.board__rows {
  margin-top: 8px;
}
.board__row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto 92px 62px;
  align-items: center;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(42, 45, 51, 0.8);
  animation: row-in 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: var(--row-delay, 0ms);
}
.board__row:last-child {
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .board__row {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    row-gap: 4px;
  }
}
.board__sym {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(242, 179, 7, 0.34);
  border-radius: 2px;
  background: rgba(242, 179, 7, 0.07);
  font-family: "Big Shoulders Display", "Arial Narrow", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #f2b307;
  line-height: 1;
}
.board__name {
  font-family: "IBM Plex Sans", -apple-system, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.board__name em {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8f98;
  font-style: normal;
}
.board__price {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: clamp(1.15rem, 2.1vw, 1.6rem);
  font-weight: 600;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
  justify-self: end;
}
.board__cur {
  color: #f2b307;
  font-size: 0.62em;
  vertical-align: 0.32em;
  margin-right: 2px;
}
.board__move {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.8125rem;
  font-variant-numeric: tabular-nums;
}
.board__move svg {
  width: 9px;
  height: 9px;
  fill: currentColor;
}
.board__move--up {
  color: #59c07b;
}
.board__move--down {
  color: #e0645c;
}
.board__move--down svg {
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .board__move {
    grid-column: 3;
    justify-content: flex-end;
  }
}
.board__unit {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5b616b;
  text-align: right;
}
@media (max-width: 767.98px) {
  .board__unit {
    display: none;
  }
}
.board__foot {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5b616b;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-transform: none;
  margin-top: 16px;
  max-width: 72ch;
}

@keyframes row-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.metals__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1199.98px) {
  .metals__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .metals__grid {
    grid-template-columns: 1fr;
  }
}

.assay {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 24px 24px;
  background: #1e2024;
  border: 1px solid #2a2d33;
  border-radius: 3px;
  overflow: hidden;
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.assay__plate {
  position: absolute;
  inset: 0;
  background-image: repeating-conic-gradient(from 0deg at 50% 50%, rgba(242, 179, 7, 0.05) 0deg 3deg, transparent 3deg 9deg), repeating-radial-gradient(circle at 50% 50%, rgba(242, 179, 7, 0.05) 0, rgba(242, 179, 7, 0.05) 1px, transparent 1px, transparent 20px);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  pointer-events: none;
}
.assay:hover {
  transform: translateY(-5px);
  border-color: rgba(242, 179, 7, 0.42);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.38);
}
.assay:hover .assay__plate {
  opacity: 1;
}
.assay:hover .assay__symbol {
  color: #ffd75e;
}
.assay > * {
  position: relative;
  z-index: 1;
}
.assay__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.assay__element {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.assay__number {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8f98;
}
.assay__symbol {
  font-family: "Big Shoulders Display", "Arial Narrow", sans-serif;
  font-size: 3.4rem;
  font-weight: 800;
  color: #f2b307;
  line-height: 0.82;
  transition: color 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.assay__name {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  color: #ffffff;
  margin-bottom: 10px;
}
.assay__note {
  font-size: 0.9375rem;
  color: #8a8f98;
  margin-bottom: 24px;
}
.assay__spec {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #2a2d33;
}
.assay__spec dt {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5b616b;
  margin-bottom: 5px;
}
.assay__spec dd {
  margin: 0;
  font-size: 0.8125rem;
  color: #d7d9dd;
  line-height: 1.6;
}
.assay__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #2a2d33;
}
.assay__ref {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5b616b;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #2a2d33;
  border: 1px solid #2a2d33;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .services__grid {
    grid-template-columns: 1fr;
  }
}

.svc {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 40px);
  background: #0b0b0c;
  transition: background 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.svc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #f2b307;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.svc:hover {
  background: #141518;
}
.svc:hover::before {
  transform: scaleX(1);
}
.svc:hover .svc__icon {
  border-color: rgba(242, 179, 7, 0.5);
  background: rgba(242, 179, 7, 0.1);
}
.svc:hover .svc__glyph {
  transform: scale(1.06);
}
.svc__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border: 1px solid #2a2d33;
  border-radius: 3px;
  color: #f2b307;
  transition: border-color 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.svc__glyph {
  width: 26px;
  height: 26px;
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.svc__title {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  color: #ffffff;
  margin-bottom: 8px;
}
.svc__lede {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f2b307;
  margin-bottom: 16px;
  line-height: 1.6;
}
.svc__text {
  font-size: 0.9375rem;
  color: #8a8f98;
  margin-bottom: 24px;
}
.svc__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
}
.svc__link svg {
  width: 13px;
  height: 13px;
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.svc__link:hover {
  color: #f2b307;
}
.svc__link:hover svg {
  transform: translateX(4px);
}
.svc__link::after {
  content: "";
  position: absolute;
  inset: 0;
}

.proof {
  background: #0b0b0c;
  padding-block: clamp(36px, 4vw, 56px);
  border-top: 1px solid #2a2d33;
  border-bottom: 1px solid #2a2d33;
}
.proof__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 767.98px) {
  .proof__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
  }
}
.proof__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 24px;
  border-left: 1px solid #2a2d33;
}
@media (max-width: 767.98px) {
  .proof__item {
    padding-left: 16px;
  }
}
.proof__figure {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.proof__num {
  font-family: "Big Shoulders Display", "Arial Narrow", sans-serif;
  font-weight: 900;
  font-size: clamp(2.6rem, 4.4vw, 3.9rem);
  line-height: 0.94;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  background: linear-gradient(120deg, #ffd75e 0%, #f2b307 34%, #b07c05 58%, #f2b307 78%, #ffd75e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 0.86;
}
.proof__unit {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f2b307;
}
.proof__label {
  font-size: 0.8125rem;
  color: #8a8f98;
  line-height: 1.55;
  max-width: 24ch;
}

.about__inner {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: clamp(32px, 5vw, 76px);
}
@media (max-width: 991.98px) {
  .about__inner {
    grid-template-columns: 1fr;
  }
}
.about__card {
  position: relative;
  padding: clamp(28px, 3.4vw, 44px);
  background: #0b0b0c;
  border-radius: 3px;
  box-shadow: 0 16px 44px rgba(24, 26, 30, 0.12);
  overflow: hidden;
}
.about__card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(242, 179, 7, 0.24);
  pointer-events: none;
}
.about__card-plate {
  position: absolute;
  inset: 0;
  background-image: repeating-conic-gradient(from 0deg at 50% 50%, rgba(242, 179, 7, 0.07) 0deg 3deg, transparent 3deg 9deg), repeating-radial-gradient(circle at 50% 50%, rgba(242, 179, 7, 0.07) 0, rgba(242, 179, 7, 0.07) 1px, transparent 1px, transparent 22px);
  pointer-events: none;
}
.about__card-eyebrow {
  position: relative;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f2b307;
  margin-bottom: 24px;
}
.about__policy {
  position: relative;
  display: grid;
  gap: 16px;
}
.about__policy li {
  position: relative;
  padding-left: 30px;
  font-size: 0.9375rem;
  color: #8a8f98;
  line-height: 1.65;
}
.about__policy li strong {
  color: #ffffff;
  font-weight: 600;
}
.about__policy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(242, 179, 7, 0.5);
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd75e, #b07c05) content-box;
  padding: 3.5px;
}
.about__card-sign {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(242, 179, 7, 0.2);
}
.about__card-sig {
  font-family: "Big Shoulders Display", "Arial Narrow", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background: linear-gradient(110deg, #ffd75e 0%, #f2b307 34%, #b07c05 58%, #f2b307 78%, #ffd75e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about__card-since {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5b616b;
}
.about__points {
  display: grid;
  gap: 16px;
  margin: 32px 0;
  padding: 24px 0;
  border-top: 1px solid #d3d6da;
  border-bottom: 1px solid #d3d6da;
}
.about__points li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.9375rem;
  color: #5b616b;
}
.about__points li strong {
  color: #23262b;
  font-weight: 600;
}
.about__point-icon {
  width: 22px;
  height: 22px;
  flex: none;
  color: #b07c05;
  margin-top: 3px;
}
.about__ghost {
  color: #23262b;
  border-color: #d3d6da;
}
.about__ghost:hover {
  color: #b07c05;
  border-color: #b07c05;
}

.process {
  background: #0b0b0c;
  overflow: hidden;
}
.process__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  counter-reset: step;
}
@media (max-width: 767.98px) {
  .process__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.process__step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 32px;
  border-top: 1px solid #2a2d33;
}
.process__step::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  background: #f2b307;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
.process__step.is-in::after {
  transform: scaleX(1);
}
.process__num {
  font-family: "Big Shoulders Display", "Arial Narrow", sans-serif;
  font-weight: 900;
  font-size: clamp(2.6rem, 3.6vw, 3.4rem);
  line-height: 0.94;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(242, 179, 7, 0.65);
  line-height: 0.8;
}
.process__title {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  color: #ffffff;
}
.process__text {
  font-size: 0.9375rem;
  color: #8a8f98;
}
.process__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: clamp(40px, 5vw, 64px);
  padding: clamp(24px, 3vw, 34px);
  background: #141518;
  border: 1px solid #2a2d33;
  border-left: 2px solid #f2b307;
  border-radius: 3px;
}
.process__cta-text {
  font-size: 0.9375rem;
  color: #8a8f98;
  max-width: 56ch;
  margin: 0;
}

.ira {
  background: #141518;
}
.ira__inner {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
@media (max-width: 991.98px) {
  .ira__inner {
    grid-template-columns: 1fr;
  }
}
.ira__list {
  display: grid;
  gap: 24px;
  margin-bottom: 48px;
}
.ira__list li {
  display: flex;
  gap: 24px;
  padding: 24px;
  background: #0b0b0c;
  border: 1px solid #2a2d33;
  border-radius: 3px;
  transition: border-color 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.ira__list li:hover {
  border-color: rgba(242, 179, 7, 0.4);
  transform: translateX(4px);
}
.ira__list h3 {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 7px;
}
.ira__list p {
  font-size: 0.9375rem;
  color: #8a8f98;
  margin: 0;
}
.ira__icon {
  width: 30px;
  height: 30px;
  flex: none;
  color: #f2b307;
  margin-top: 2px;
}
.ira__panel {
  position: sticky;
  top: 108px;
  padding: clamp(24px, 3vw, 34px);
  background: #0b0b0c;
  border: 1px solid #2a2d33;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(242, 179, 7, 0.12);
}
@media (max-width: 991.98px) {
  .ira__panel {
    position: static;
  }
}
.ira__panel-title {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  color: #ffffff;
  margin-bottom: 8px;
}
.ira__panel-note {
  font-size: 0.8125rem;
  color: #8a8f98;
  margin-bottom: 24px;
}
.ira__table {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.8125rem;
}
.ira__table thead th {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5b616b;
  text-align: left;
  padding-bottom: 9px;
  border-bottom: 1px solid #2a2d33;
}
.ira__table thead th:last-child {
  text-align: right;
}
.ira__table tbody th {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  color: #d7d9dd;
  text-align: left;
  padding: 12px 0;
}
.ira__table tbody td {
  text-align: right;
  color: #f2b307;
  font-weight: 600;
  padding: 12px 0;
}
.ira__table tbody tr {
  border-bottom: 1px solid rgba(42, 45, 51, 0.7);
}
.ira__table tbody tr:last-child {
  border-bottom: 0;
}
.ira__sym {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(242, 179, 7, 0.3);
  border-radius: 2px;
  font-family: "Big Shoulders Display", "Arial Narrow", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #f2b307;
  line-height: 1;
}
.ira__panel-foot {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #2a2d33;
  font-size: 0.6875rem;
  color: #5b616b;
  line-height: 1.75;
}

.quotes__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1199.98px) {
  .quotes__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .quotes__track {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 84%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 16px;
    margin-inline: -24px;
    padding-inline: 24px;
    scrollbar-width: thin;
    scrollbar-color: #2a2d33 transparent;
  }
}

.quote {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  background: #0b0b0c;
  border: 1px solid #2a2d33;
  border-radius: 3px;
  scroll-snap-align: start;
  transition: border-color 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.quote:hover {
  border-color: rgba(242, 179, 7, 0.35);
}
.quote__mark {
  width: 26px;
  height: 26px;
  color: rgba(242, 179, 7, 0.55);
  margin-bottom: 16px;
}
.quote__text {
  margin: 0 0 24px;
  flex: 1;
}
.quote__text p {
  font-size: 0.9375rem;
  color: #d7d9dd;
  line-height: 1.72;
}
.quote__by {
  padding-top: 16px;
  border-top: 1px solid #2a2d33;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.quote__name {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #ffffff;
}
.quote__meta {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5b616b;
}

.faq__inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
@media (max-width: 991.98px) {
  .faq__inner {
    grid-template-columns: 1fr;
  }
}
.faq__aside {
  position: sticky;
  top: 108px;
}
@media (max-width: 991.98px) {
  .faq__aside {
    position: static;
  }
}
.faq__aside .s-head {
  margin-bottom: 24px;
}
.faq__list {
  border-top: 1px solid #d3d6da;
}

.acc {
  border-bottom: 1px solid #d3d6da;
}
.acc__head {
  margin: 0;
}
.acc__btn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 22px 0;
  text-align: left;
  color: #23262b;
  transition: color 0.18s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.acc__btn:hover {
  color: #b07c05;
}
.acc__btn[aria-expanded=true] {
  color: #b07c05;
}
.acc__q {
  font-family: "IBM Plex Sans", -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.075rem);
  font-weight: 600;
  line-height: 1.5;
}
.acc__sign {
  position: relative;
  flex: none;
  width: 26px;
  height: 26px;
  border: 1px solid #d3d6da;
  border-radius: 50%;
  margin-top: 2px;
  transition: border-color 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.acc__sign::before, .acc__sign::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.18s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.acc__sign::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.acc__btn[aria-expanded=true] .acc__sign {
  border-color: #b07c05;
  background: rgba(242, 179, 7, 0.12);
}
.acc__btn[aria-expanded=true] .acc__sign::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
.acc__panel {
  overflow: hidden;
  height: 0;
  transition: height 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.acc__panel[hidden] {
  display: block;
  height: 0;
}
.acc__a {
  padding: 0 0 24px;
  padding-right: clamp(0px, 6vw, 60px);
  font-size: 0.9375rem;
  color: #5b616b;
  line-height: 1.75;
}

.cta {
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse 60% 100% at 18% 50%, rgba(242, 179, 7, 0.13), transparent 66%), #0b0b0c;
  padding-block: clamp(56px, 7vw, 96px);
  border-top: 1px solid #2a2d33;
}
.cta__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
@media (max-width: 991.98px) {
  .cta__inner {
    grid-template-columns: 1fr;
  }
}
.cta__eyebrow {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f2b307;
  margin-bottom: 16px;
}
.cta__title {
  font-family: "Big Shoulders Display", "Arial Narrow", sans-serif;
  font-weight: 900;
  font-size: clamp(2.2rem, 4.6vw, 3.75rem);
  line-height: 0.94;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
}
.cta__title span {
  display: block;
  background: linear-gradient(100deg, #ffd75e 0%, #f2b307 34%, #b07c05 58%, #f2b307 78%, #ffd75e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cta__text {
  font-size: clamp(1.0625rem, 1.35vw, 1.1875rem);
  line-height: 1.66;
  color: #8a8f98;
  max-width: 48ch;
  margin: 0;
}
.cta__panel {
  padding: clamp(26px, 3vw, 38px);
  background: #141518;
  border: 1px solid #2a2d33;
  border-radius: 3px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.38);
}
.cta__phone {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #2a2d33;
}
.cta__phone:hover .cta__phone-num {
  color: #ffd75e;
}
.cta__phone-key {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8f98;
}
.cta__phone-num {
  font-family: "Big Shoulders Display", "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 3.4vw, 2.9rem);
  font-weight: 800;
  line-height: 1;
  color: #f2b307;
  letter-spacing: 0.01em;
  transition: color 0.18s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cta__addr {
  font-style: normal;
  font-size: 0.9375rem;
  color: #8a8f98;
  line-height: 1.75;
  margin-bottom: 24px;
}

.contact {
  background: #0b0b0c;
}
.contact__inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(32px, 5vw, 68px);
  align-items: start;
}
@media (max-width: 991.98px) {
  .contact__inner {
    grid-template-columns: 1fr;
  }
}
.contact__rows {
  display: grid;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid #2a2d33;
}
.contact__rows li {
  display: flex;
  gap: 24px;
}
.contact__icon {
  width: 22px;
  height: 22px;
  flex: none;
  color: #f2b307;
  margin-top: 4px;
}
.contact__key {
  display: block;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5b616b;
  margin-bottom: 4px;
}
.contact__val {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.contact__val:hover {
  color: #f2b307;
}
.contact__val--addr {
  line-height: 1.65;
  font-size: 1rem;
  font-weight: 400;
  color: #d7d9dd;
}
.contact__hours {
  width: auto;
  font-size: 0.8125rem;
}
.contact__hours th {
  font-weight: 400;
  color: #8a8f98;
  text-align: left;
  padding: 3px 0;
}
.contact__hours td {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  color: #ffffff;
  padding: 3px 0 3px 24px;
}

.form {
  padding: clamp(26px, 3.2vw, 42px);
  background: #141518;
  border: 1px solid #2a2d33;
  border-radius: 3px;
}
.form__intro {
  font-size: 0.9375rem;
  color: #8a8f98;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #2a2d33;
}
.form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 575.98px) {
  .form__grid {
    grid-template-columns: 1fr;
  }
}
.form__note, .form__status {
  font-size: 0.6875rem;
  color: #5b616b;
  line-height: 1.7;
  margin-top: 16px;
}
.form__status.is-ok {
  color: #59c07b;
  font-size: 0.9375rem;
}
.form__status.is-error {
  color: #e0645c;
  font-size: 0.9375rem;
}

.field {
  display: flex;
  flex-direction: column;
}
.field--full {
  grid-column: 1/-1;
}
.field__label {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8f98;
  margin-bottom: 9px;
}
.field__label span {
  color: #f2b307;
}
.field__input {
  width: 100%;
  padding: 14px 15px;
  background: #0b0b0c;
  border: 1px solid #2a2d33;
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.9375rem;
  transition: border-color 0.18s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.18s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.field__input::-moz-placeholder {
  color: #5b616b;
}
.field__input::placeholder {
  color: #5b616b;
}
.field__input:hover {
  border-color: rgba(242, 179, 7, 0.32);
}
.field__input:focus {
  outline: none;
  border-color: #f2b307;
  box-shadow: 0 0 0 3px rgba(242, 179, 7, 0.14);
}
.field__input--area {
  resize: vertical;
  min-height: 130px;
  line-height: 1.6;
}
.field__input.is-invalid {
  border-color: #e0645c;
}
.field__select {
  position: relative;
}
.field__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 42px;
  cursor: pointer;
}
.field__select svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #f2b307;
  pointer-events: none;
}
.field__error {
  font-size: 0.6875rem;
  color: #e0645c;
  margin-top: 6px;
  min-height: 0;
}
.field__error:empty {
  margin-top: 0;
}

.map {
  position: relative;
  height: clamp(300px, 42vw, 460px);
  border-top: 1px solid #2a2d33;
  background: #141518;
}
.map__frame {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(0.9) contrast(0.86) sepia(0.22) hue-rotate(3deg);
}

.phero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse 60% 90% at 78% 8%, rgba(242, 179, 7, 0.11), transparent 62%), #0b0b0c;
  padding-block: clamp(52px, 7vw, 104px);
}
.phero__inner {
  position: relative;
  z-index: 2;
}
.phero__crumbs {
  margin-bottom: 24px;
}
.phero__crumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.phero__crumbs li {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5b616b;
}
.phero__crumbs li + li::before {
  content: "/";
  margin-right: 10px;
  color: rgba(242, 179, 7, 0.55);
}
.phero__crumbs li[aria-current] {
  color: #f2b307;
}
.phero__crumbs a:hover {
  color: #f2b307;
}
.phero__title {
  font-family: "Big Shoulders Display", "Arial Narrow", sans-serif;
  font-weight: 900;
  font-size: clamp(2.8rem, 6.4vw, 5.25rem);
  line-height: 0.94;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 17ch;
  margin-bottom: 24px;
}
.phero__text {
  font-size: clamp(1.0625rem, 1.35vw, 1.1875rem);
  line-height: 1.66;
  color: #8a8f98;
  max-width: 58ch;
}
.phero__rule {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-image: repeating-linear-gradient(90deg, rgba(242, 179, 7, 0.42) 0, rgba(242, 179, 7, 0.42) 1px, transparent 1px, transparent 6px);
}

.detail {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 4.5vw, 64px);
  align-items: center;
  padding-block: clamp(40px, 5vw, 64px);
  border-bottom: 1px solid #2a2d33;
}
.detail:last-child {
  border-bottom: 0;
}
@media (max-width: 991.98px) {
  .detail {
    grid-template-columns: 1fr;
  }
}
.detail:nth-child(even) .detail__figure {
  order: 2;
}
@media (max-width: 991.98px) {
  .detail:nth-child(even) .detail__figure {
    order: 0;
  }
}
.detail__figure {
  position: relative;
  padding: clamp(26px, 3vw, 40px);
  background: #141518;
  border: 1px solid #2a2d33;
  border-radius: 3px;
  overflow: hidden;
}
.detail__plate {
  position: absolute;
  inset: 0;
  background-image: repeating-conic-gradient(from 0deg at 50% 50%, rgba(242, 179, 7, 0.06) 0deg 3deg, transparent 3deg 9deg), repeating-radial-gradient(circle at 50% 50%, rgba(242, 179, 7, 0.06) 0, rgba(242, 179, 7, 0.06) 1px, transparent 1px, transparent 22px);
  pointer-events: none;
}
.detail__glyph {
  position: relative;
  width: 48px;
  height: 48px;
  color: #f2b307;
  margin-bottom: 24px;
}
.detail__stat {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 24px;
  border-top: 1px solid #2a2d33;
}
.detail__stat b {
  font-family: "Big Shoulders Display", "Arial Narrow", sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 0.94;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  background: linear-gradient(120deg, #ffd75e 0%, #f2b307 34%, #b07c05 58%, #f2b307 78%, #ffd75e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.detail__stat span {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8f98;
}
.detail__eyebrow {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f2b307;
  margin-bottom: 16px;
}
.detail__title {
  font-size: clamp(1.65rem, 2.6vw, 2.25rem);
  color: #ffffff;
  margin-bottom: 16px;
}
.detail__body {
  font-size: 0.9375rem;
  color: #8a8f98;
}

.spec-table {
  width: 100%;
  border: 1px solid #2a2d33;
  border-radius: 3px;
  overflow: hidden;
}
.spec-table caption {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f2b307;
  text-align: left;
  padding-bottom: 16px;
}
.spec-table th, .spec-table td {
  padding: 15px 18px;
  text-align: left;
  font-size: 0.9375rem;
  border-bottom: 1px solid #2a2d33;
}
.spec-table thead th {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8f98;
  background: #141518;
  white-space: nowrap;
}
.spec-table tbody th {
  font-weight: 600;
  color: #ffffff;
}
.spec-table tbody td {
  color: #8a8f98;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.8125rem;
}
.spec-table tbody tr:last-child th, .spec-table tbody tr:last-child td {
  border-bottom: 0;
}
.spec-table tbody tr:hover {
  background: rgba(242, 179, 7, 0.04);
}
@media (max-width: 767.98px) {
  .spec-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }
  .spec-table tbody tr {
    display: grid;
    gap: 2px;
    padding: 14px 0;
    border-bottom: 1px solid #2a2d33;
  }
  .spec-table tbody th, .spec-table tbody td {
    border: 0;
    padding: 3px 16px;
  }
  .spec-table tbody td::before {
    content: attr(data-label) ": ";
    font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #5b616b;
  }
}

.checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
}
@media (max-width: 767.98px) {
  .checks {
    grid-template-columns: 1fr;
  }
}
.checks li {
  position: relative;
  padding-left: 30px;
  font-size: 0.9375rem;
  color: #8a8f98;
}
.checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 13px;
  height: 7px;
  border-left: 1.5px solid #f2b307;
  border-bottom: 1.5px solid #f2b307;
  transform: rotate(-45deg);
}

.is-light .checks li {
  color: #5b616b;
}

.copy-block {
  max-width: 68ch;
}
.copy-block h2 {
  margin-bottom: 24px;
}
.copy-block h3 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.about-story {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: clamp(32px, 5vw, 68px);
  align-items: start;
}
@media (max-width: 991.98px) {
  .about-story {
    grid-template-columns: 1fr;
  }
}

.about-facts {
  position: sticky;
  top: 108px;
}
@media (max-width: 991.98px) {
  .about-facts {
    position: static;
  }
}
.about-facts__card {
  padding: clamp(24px, 3vw, 34px);
  background: #141518;
  border: 1px solid #2a2d33;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(242, 179, 7, 0.12);
}
.about-facts__title {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  color: #ffffff;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #2a2d33;
}
.about-facts__list {
  margin: 0 0 32px;
}
.about-facts__list div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(42, 45, 51, 0.7);
}
.about-facts__list div:last-child {
  border-bottom: 0;
}
.about-facts__list dt {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8f98;
}
.about-facts__list dd {
  margin: 0;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #f2b307;
  text-align: right;
}

.sell-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
@media (max-width: 991.98px) {
  .sell-grid {
    grid-template-columns: 1fr;
  }
}

.sell-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #2a2d33;
  border: 1px solid #2a2d33;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .sell-list {
    grid-template-columns: 1fr;
  }
}
.sell-list li {
  padding: 24px;
  background: #0b0b0c;
  transition: background 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sell-list li:hover {
  background: #1e2024;
}
.sell-list h3 {
  font-size: 1.05rem;
  color: #ffffff;
  margin-bottom: 7px;
}
.sell-list p {
  font-size: 0.8125rem;
  color: #8a8f98;
  margin: 0;
  line-height: 1.65;
}

.sell-aside {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .sell-aside {
    position: static;
  }
}
.sell-aside__card {
  padding: clamp(24px, 3vw, 32px);
  background: #0b0b0c;
  border: 1px solid #2a2d33;
  border-radius: 3px;
}
.sell-aside__card--warn {
  border-left: 2px solid #f2b307;
}
.sell-aside__card--warn p {
  font-size: 0.9375rem;
  color: #8a8f98;
  margin: 0;
}
.sell-aside__title {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  color: #ffffff;
  margin-bottom: 24px;
}
.sell-aside__foot {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #2a2d33;
}
.sell-aside__foot p {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8f98;
  margin-bottom: 16px;
}

.ira-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 991.98px) {
  .ira-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .ira-steps {
    grid-template-columns: 1fr;
  }
}
.ira-steps li {
  padding: 32px 24px;
  background: #ffffff;
  border: 1px solid #d3d6da;
  border-radius: 3px;
  border-top: 2px solid #f2b307;
}
.ira-steps h3 {
  font-size: 1.05rem;
  color: #23262b;
  margin-bottom: 9px;
}
.ira-steps p {
  font-size: 0.8125rem;
  color: #5b616b;
  margin: 0;
  line-height: 1.7;
}
.ira-steps__num {
  display: block;
  font-family: "Big Shoulders Display", "Arial Narrow", sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 0.94;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(176, 124, 5, 0.7);
  margin-bottom: 16px;
}
.ira-steps__note {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #d3d6da;
  font-size: 0.8125rem;
  color: #5b616b;
  max-width: 70ch;
}

.notfound {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.notfound__inner {
  position: relative;
  z-index: 2;
  max-width: 620px;
}
.notfound__code {
  font-family: "Big Shoulders Display", "Arial Narrow", sans-serif;
  font-weight: 900;
  font-size: clamp(6rem, 18vw, 12rem);
  line-height: 0.94;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  background: linear-gradient(115deg, #ffd75e 0%, #f2b307 34%, #b07c05 58%, #f2b307 78%, #ffd75e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 0.8;
  margin-bottom: 24px;
}
.notfound__title {
  font-size: clamp(2.2rem, 4.6vw, 3.75rem);
  color: #ffffff;
  margin-bottom: 24px;
}
.notfound__text {
  font-size: clamp(1.0625rem, 1.35vw, 1.1875rem);
  line-height: 1.66;
  color: #8a8f98;
  margin-bottom: 32px;
}
/*# sourceMappingURL=main.css.map */
