:root {
  --ink: #111827;
  --ink-soft: #243044;
  --ink-muted: #667085;
  --paper: #f7f7f4;
  --surface: #ffffff;
  --line: rgba(17, 24, 39, 0.12);
  --gold: #f2b90f;
  --gold-deep: #d99a00;
  --gold-pale: #fff4bf;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --shadow-sm: 0 16px 40px rgba(17, 24, 39, 0.08);
  --shadow-lg: 0 30px 80px rgba(5, 13, 27, 0.24);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

::selection {
  background: var(--gold);
  color: var(--ink);
}

:focus-visible {
  outline: 3px solid rgba(242, 185, 15, 0.65);
  outline-offset: 4px;
}

.site-nav-shell {
  height: 82px;
}

.site-nav {
  height: 82px;
  line-height: normal;
  background: rgba(247, 247, 244, 0.9) !important;
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  box-shadow:
    0 12px 30px rgba(17, 24, 39, 0.11),
    0 2px 0 rgba(242, 185, 15, 0.2);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  position: relative;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  z-index: 20;
}

.site-nav.is-scrolled {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom-color: var(--line);
  box-shadow:
    0 14px 34px rgba(17, 24, 39, 0.14),
    0 2px 0 rgba(242, 185, 15, 0.28);
}

.site-nav .nav-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.site-nav .container,
.site-footer .container {
  max-width: 1240px;
  width: calc(100% - 48px);
}

.site-brand {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  flex: 0 0 auto;
  gap: 11px;
  height: 100%;
}

.site-brand:hover {
  color: var(--ink);
}

.site-brand img {
  border-radius: 12px;
  display: block;
  height: 48px;
  width: 48px;
}

.site-brand span {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.site-nav .desktop-nav {
  align-items: center;
  display: flex;
  gap: 3px;
  margin: 0;
}

.site-nav .desktop-nav a {
  border-radius: 999px;
  color: #344054;
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 42px;
  padding: 0 17px;
  position: relative;
  transition: background 160ms ease, color 160ms ease;
}

.site-nav .desktop-nav a:hover,
.site-nav .desktop-nav a.is-active {
  background: rgba(17, 24, 39, 0.06);
  color: var(--ink);
}

.site-nav .desktop-nav .nav-donate {
  background: var(--gold);
  color: var(--ink);
  margin-left: 8px;
}

.site-nav .desktop-nav .nav-donate:hover {
  background: #ffc928;
}

.mobile-menu-trigger {
  align-items: center;
  background: var(--ink);
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.mobile-menu-trigger .material-icons {
  font-size: 23px;
  height: auto;
  line-height: 1;
}

.mobile-nav {
  background: var(--ink);
  color: #fff;
  display: none;
  inset: 82px 0 0;
  opacity: 0;
  padding: 34px 7vw;
  position: fixed;
  transform: translateY(-12px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  visibility: hidden;
  z-index: 997;
}

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

.mobile-nav ul {
  margin: 0;
}

.mobile-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-nav a {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.5rem, 7vw, 2.2rem);
  font-weight: 700;
  justify-content: space-between;
  padding: 18px 0;
}

.mobile-nav a::after {
  color: var(--gold);
  content: "↗";
  font-size: 0.75em;
}

.site-main {
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(247, 247, 244, 0.91), rgba(247, 247, 244, 0.91)),
    url("/content/images/honeycomb-modern.svg");
  background-position: center, center top;
  background-repeat: repeat, repeat;
  background-size: auto, 84px 48.4974226px;
  min-height: calc(100vh - 294px);
}

.marketing-page {
  overflow: hidden;
  width: 100%;
}

.has-site-shell .site-main > form > div > .container {
  max-width: none;
  width: 100%;
}

.has-site-shell .site-main > form > div > .container > .section {
  background: transparent;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
}

.marketing-page,
.marketing-page * {
  box-sizing: border-box;
}

.marketing-page h1,
.marketing-page h2,
.marketing-page h3,
.marketing-page h4,
.site-footer h3 {
  font-family: "Manrope", "Segoe UI", sans-serif;
  margin-top: 0;
}

.marketing-page h1,
.marketing-page h2 {
  letter-spacing: -0.055em;
}

.marketing-page p {
  color: var(--ink-muted);
  line-height: 1.72;
}

.page-shell {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 24px;
  padding-right: 24px;
}

.eyebrow {
  align-items: center;
  color: var(--gold-deep);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.16em;
  margin-bottom: 21px;
  text-transform: uppercase;
}

.eyebrow::before {
  background: currentColor;
  content: "";
  height: 2px;
  width: 28px;
}

.button-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.site-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 750;
  gap: 9px;
  justify-content: center;
  letter-spacing: 0.01em;
  min-height: 52px;
  padding: 0 23px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.site-button:hover {
  transform: translateY(-2px);
}

.site-button--gold {
  background: var(--gold);
  box-shadow: 0 14px 30px rgba(242, 185, 15, 0.19);
  color: var(--ink);
}

.site-button--gold:hover {
  background: #ffca2a;
  box-shadow: 0 18px 34px rgba(242, 185, 15, 0.26);
  color: var(--ink);
}

.site-button--light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.site-button--light:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.site-button--dark {
  background: var(--ink);
  color: #fff;
}

.site-button--dark:hover {
  background: #273246;
  color: #fff;
}

.text-link {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 750;
  gap: 7px;
}

.text-link .material-icons {
  font-size: 18px;
  transition: transform 180ms ease;
}

.text-link:hover .material-icons {
  transform: translateX(4px);
}

.hero {
  background: #07121f;
  color: #fff;
  min-height: min(760px, calc(100vh - 82px));
  overflow: hidden;
  position: relative;
}

.hero::before {
  background: radial-gradient(circle at 22% 18%, rgba(242, 185, 15, 0.13), transparent 34%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  transform: scale(1.025);
  transition: transform 700ms cubic-bezier(.2,.7,.2,1);
  width: 100%;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(5, 14, 27, 0.99) 0%, rgba(5, 14, 27, 0.93) 34%, rgba(5, 14, 27, 0.42) 68%, rgba(5, 14, 27, 0.18) 100%);
  inset: 0;
  position: absolute;
}

.hero .page-shell {
  align-items: center;
  display: flex;
  min-height: inherit;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 650px;
  padding: 84px 0 96px;
}

.hero h1 {
  color: #fff;
  font-size: clamp(3.4rem, 7.2vw, 6.8rem);
  font-weight: 770;
  line-height: 0.96;
  margin: 0 0 27px;
  max-width: 820px;
}

.hero h1 span {
  color: var(--gold);
}

.hero-copy > p {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.04rem, 1.5vw, 1.24rem);
  line-height: 1.65;
  margin: 0 0 36px;
  max-width: 600px;
}

.hero-note {
  align-items: center;
  bottom: 34px;
  color: rgba(255, 255, 255, 0.56);
  display: flex;
  font-size: 0.74rem;
  font-weight: 650;
  gap: 9px;
  letter-spacing: 0.1em;
  position: absolute;
  text-transform: uppercase;
}

.hero-note span {
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(242, 185, 15, 0.13);
  height: 7px;
  width: 7px;
}

.signal-strip {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.signal-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
}

.signal-item {
  border-right: 1px solid var(--line);
  padding: 28px 30px;
}

.signal-item:last-child {
  border-right: 0;
}

.signal-item strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 1.03rem;
  letter-spacing: -0.025em;
  margin-bottom: 5px;
}

.signal-item span {
  color: var(--ink-muted);
  font-size: 0.77rem;
}

.signal-item--lead strong {
  color: var(--gold-deep);
}

.marketing-section {
  padding: 112px 0;
}

.marketing-page > .marketing-section:not(.approach-section):not(.values-section) {
  background: var(--paper);
  color: var(--ink);
}

.marketing-page > .marketing-section:not(.approach-section) .section-heading h2 {
  color: var(--ink);
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 52px;
}

.section-heading h2 {
  font-size: clamp(2.55rem, 5vw, 4.75rem);
  font-weight: 740;
  line-height: 1.01;
  margin: 0;
  max-width: 760px;
}

.section-heading > p {
  margin: 0;
  max-width: 420px;
}

.capability-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.capability-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  min-height: 350px;
  overflow: hidden;
  padding: 32px;
  position: relative;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.capability-card:hover {
  border-color: rgba(217, 154, 0, 0.35);
  box-shadow: var(--shadow-sm);
  transform: translateY(-5px);
}

.capability-card::after {
  background: linear-gradient(135deg, transparent 35%, rgba(242, 185, 15, 0.12));
  border-radius: 50%;
  bottom: -85px;
  content: "";
  height: 210px;
  position: absolute;
  right: -75px;
  width: 210px;
}

.capability-icon {
  align-items: center;
  background: var(--ink);
  border-radius: 14px;
  color: var(--gold);
  display: flex;
  height: 52px;
  justify-content: center;
  margin-bottom: 65px;
  width: 52px;
}

.capability-card h3 {
  font-size: 1.5rem;
  font-weight: 730;
  letter-spacing: -0.035em;
  margin-bottom: 13px;
}

.capability-card p {
  font-size: 0.94rem;
  margin: 0;
  max-width: 305px;
}

.approach-section {
  background: var(--ink);
  color: #fff;
}

.approach-section .section-heading h2,
.approach-section .eyebrow {
  color: #fff;
}

.approach-section .section-heading > p {
  color: rgba(255, 255, 255, 0.62);
}

.approach-panel {
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.25fr);
}

.approach-tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.approach-tab {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  display: flex;
  font: 700 1.08rem "Manrope", sans-serif;
  gap: 17px;
  padding: 19px 8px;
  text-align: left;
  transition: color 180ms ease, padding 180ms ease;
}

.approach-tab span {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.approach-tab:hover,
.approach-tab.is-active {
  color: #fff;
  padding-left: 17px;
}

.approach-detail {
  background: #192335;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  min-height: 365px;
  padding: clamp(32px, 5vw, 58px);
  position: relative;
}

.approach-detail::before {
  border: 1px solid rgba(242, 185, 15, 0.3);
  border-radius: 50%;
  content: "";
  height: 110px;
  position: absolute;
  right: 38px;
  top: 35px;
  width: 110px;
}

.approach-detail .detail-number {
  color: var(--gold);
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 56px;
  text-transform: uppercase;
}

.approach-detail h3 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 720;
  letter-spacing: -0.045em;
  margin-bottom: 17px;
  max-width: 590px;
}

.approach-detail p {
  color: rgba(255, 255, 255, 0.64);
  margin: 0;
  max-width: 610px;
}

.cta-band {
  background: var(--gold);
  color: var(--ink);
  padding: 78px 0;
}

.cta-band .page-shell {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.cta-band h2 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 760;
  line-height: 1;
  margin: 0;
  max-width: 790px;
}

.inner-hero {
  background: var(--ink);
  color: #fff;
  padding: 112px 0 96px;
  position: relative;
}

.inner-hero::after {
  background: radial-gradient(circle, rgba(242, 185, 15, 0.2) 0, transparent 62%);
  content: "";
  height: 420px;
  pointer-events: none;
  position: absolute;
  right: -100px;
  top: -100px;
  width: 520px;
}

.inner-hero h1 {
  color: #fff;
  font-size: clamp(3.4rem, 7.5vw, 7rem);
  font-weight: 760;
  line-height: 0.98;
  margin-bottom: 27px;
  max-width: 950px;
}

.inner-hero p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.12rem;
  margin: 0;
  max-width: 680px;
}

.story-grid {
  align-items: center;
  display: grid;
  gap: clamp(48px, 8vw, 100px);
  grid-template-columns: 1.02fr 0.98fr;
}

.story-image-wrap {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  min-height: 580px;
  overflow: hidden;
  position: relative;
}

.story-image-wrap::after {
  background: linear-gradient(180deg, transparent 58%, rgba(5, 14, 27, 0.62));
  content: "";
  inset: 0;
  position: absolute;
}

.story-image-wrap img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.image-caption {
  bottom: 26px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.76rem;
  font-weight: 700;
  left: 28px;
  letter-spacing: 0.08em;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.story-copy h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.3rem);
  font-weight: 740;
  line-height: 1.04;
  margin-bottom: 27px;
}

.story-copy p {
  font-size: 1rem;
}

.story-stat {
  border-left: 3px solid var(--gold);
  margin-top: 31px;
  padding: 6px 0 6px 21px;
}

.story-stat strong,
.story-stat span {
  display: block;
}

.story-stat strong {
  font: 760 1.22rem "Manrope", sans-serif;
  margin-bottom: 5px;
}

.story-stat span {
  color: var(--ink-muted);
  font-size: 0.84rem;
}

.values-section {
  background: #ecece7;
}

.value-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.value-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: var(--radius-md);
  min-height: 285px;
  padding: 29px;
}

.value-number {
  color: var(--gold-deep);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 74px;
}

.value-card h3 {
  font-size: 1.35rem;
  font-weight: 730;
  letter-spacing: -0.035em;
  margin-bottom: 11px;
}

.value-card p {
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 0;
}

.contact-layout {
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
}

.contact-intro h2 {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 740;
  line-height: 1.02;
  margin-bottom: 25px;
}

.contact-intro > p {
  font-size: 1.05rem;
  max-width: 580px;
}

.contact-options {
  display: grid;
  gap: 13px;
  margin-top: 40px;
}

.contact-option {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  display: grid;
  gap: 16px;
  grid-template-columns: 48px 1fr auto;
  padding: 18px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-option:hover {
  box-shadow: var(--shadow-sm);
  color: var(--ink);
  transform: translateY(-2px);
}

.contact-option .material-icons {
  align-items: center;
  background: var(--gold-pale);
  border-radius: 50%;
  color: var(--gold-deep);
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.contact-option strong,
.contact-option small {
  display: block;
}

.contact-option strong {
  font-size: 0.95rem;
  margin-bottom: 3px;
}

.contact-option small {
  color: var(--ink-muted);
}

.contact-option .arrow {
  background: transparent;
  color: var(--ink-muted);
}

.contact-card {
  background: var(--ink);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  color: #fff;
  padding: clamp(32px, 5vw, 55px);
  position: relative;
}

.contact-card::before {
  border: 1px solid rgba(242, 185, 15, 0.35);
  border-radius: 50%;
  content: "";
  height: 150px;
  position: absolute;
  right: -50px;
  top: -48px;
  width: 150px;
}

.contact-card h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 720;
  letter-spacing: -0.04em;
  margin: 0 0 13px;
}

.contact-card > p {
  color: rgba(255, 255, 255, 0.58);
  margin-bottom: 40px;
}

.address-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-style: normal;
  padding: 28px 0;
}

.address-block span,
.address-block strong {
  display: block;
}

.address-block span {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.address-block strong {
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.65;
}

.copy-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 7px;
  margin-top: 24px;
  padding: 4px 0;
}

.copy-button:hover {
  color: #fff;
}

.copy-button .material-icons {
  color: var(--gold);
  font-size: 18px;
}

.response-note {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 34px;
}

.response-note i {
  background: #50b788;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(80, 183, 136, 0.12);
  height: 8px;
  width: 8px;
}

.response-note span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
}

/* Account pages */
.account-page {
  background: transparent;
}

.account-shell {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(520px, 1.14fr);
  min-height: 720px;
}

.account-aside {
  align-items: center;
  background:
    radial-gradient(circle at 76% 24%, rgba(242, 185, 15, 0.2), transparent 28%),
    linear-gradient(145deg, #101a2b 0%, #091321 100%);
  color: #fff;
  display: flex;
  overflow: hidden;
  padding: 80px max(42px, 7vw);
  position: relative;
}

.account-aside::before,
.account-aside::after {
  border: 1px solid rgba(242, 185, 15, 0.22);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.account-aside::before {
  height: 330px;
  left: -180px;
  top: -150px;
  width: 330px;
}

.account-aside::after {
  bottom: -190px;
  height: 410px;
  right: -220px;
  width: 410px;
}

.account-aside-content {
  max-width: 540px;
  position: relative;
  z-index: 1;
}

.account-aside .eyebrow {
  color: var(--gold);
}

.account-aside h1 {
  color: #fff;
  font-size: clamp(3rem, 5.6vw, 5.5rem);
  font-weight: 760;
  line-height: 0.98;
  margin: 0 0 27px;
}

.account-aside p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.04rem;
  margin: 0;
  max-width: 510px;
}

.account-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 40px;
}

.account-benefits div {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  display: flex;
  font-size: 0.76rem;
  font-weight: 650;
  gap: 7px;
  padding: 9px 13px;
}

.account-benefits .material-icons {
  color: var(--gold);
  font-size: 16px;
}

.account-steps {
  display: grid;
  gap: 0;
  margin-top: 43px;
  max-width: 430px;
}

.account-steps div {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  gap: 18px;
  padding: 16px 0;
}

.account-steps div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.account-steps span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.account-steps strong {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.86rem;
}

.account-form-side {
  align-items: center;
  background: transparent;
  display: flex;
  justify-content: center;
  padding: 70px clamp(30px, 7vw, 110px);
}

.account-form-side > div {
  width: 100%;
}

.account-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.1);
  margin: 0 auto;
  max-width: 520px;
  padding: clamp(34px, 5vw, 58px);
}

.account-card--wide {
  max-width: 680px;
}

.account-kicker {
  color: var(--gold-deep);
  display: block;
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.account-card h2 {
  color: var(--ink);
  font-size: clamp(2.25rem, 4vw, 3.7rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 1;
  margin-bottom: 16px;
}

.account-intro {
  color: var(--ink-muted);
  font-size: 0.91rem;
  margin: 0 0 31px;
}

.form-grid {
  display: grid;
  gap: 19px 17px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-field {
  margin-bottom: 19px;
}

.form-grid .form-field {
  margin-bottom: 0;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field label {
  color: #344054;
  display: block;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
  position: static;
}

.account-page input.modern-input,
.account-page input.modern-input[type="email"],
.account-page input.modern-input[type="password"],
.account-page input.modern-input[type="tel"],
.account-page input.modern-input[type="text"] {
  background: #fafaf8;
  border: 1px solid rgba(17, 24, 39, 0.16);
  border-radius: 12px;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--ink);
  font: 500 0.94rem "Inter", sans-serif;
  height: 52px;
  margin: 0;
  padding: 0 15px;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
  width: 100%;
}

.account-page input.modern-input:focus {
  background: #fff;
  border: 1px solid var(--gold-deep) !important;
  box-shadow: 0 0 0 4px rgba(242, 185, 15, 0.13) !important;
  outline: none;
}

.account-page input.modern-input::placeholder {
  color: #98a2b3;
}

.field-hint {
  align-items: center;
  color: var(--ink-muted);
  display: flex;
  font-size: 0.71rem;
  gap: 5px;
  margin-top: 8px;
}

.field-hint .material-icons {
  color: var(--gold-deep);
  font-size: 14px;
}

.account-submit,
.account-page input.account-submit[type="submit"] {
  align-items: center;
  background: var(--ink);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.15);
  color: #fff;
  cursor: pointer;
  display: flex;
  font: 750 0.88rem "Inter", sans-serif;
  height: 54px;
  justify-content: center;
  margin: 28px 0 0;
  padding: 0 25px;
  text-align: center;
  text-transform: none;
  transition: background 170ms ease, box-shadow 170ms ease, transform 170ms ease;
  width: 100%;
}

.account-submit:hover,
.account-page input.account-submit[type="submit"]:hover {
  background: #273246;
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.2);
  color: #fff;
  transform: translateY(-2px);
}

.account-submit--link {
  gap: 9px;
}

.account-submit--link .material-icons {
  font-size: 19px;
}

.account-switch {
  color: var(--ink-muted);
  font-size: 0.79rem;
  margin: 22px 0 0;
  text-align: center;
}

.account-switch a,
.account-support {
  color: var(--ink);
  font-weight: 750;
}

.account-switch a:hover,
.account-support:hover {
  color: var(--gold-deep);
}

.account-support {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  gap: 6px;
  justify-content: center;
  margin-top: 17px;
}

.account-support .material-icons {
  font-size: 16px;
}

/* Blackjack */
.game-page {
  background: #f0f1ed;
}

.game-hero {
  background:
    radial-gradient(circle at 82% 28%, rgba(242, 185, 15, 0.18), transparent 23%),
    #f7f7f4;
  border-bottom: 1px solid var(--line);
  padding: 80px 0 66px;
}

.game-hero .page-shell {
  align-items: end;
  display: flex;
  gap: 42px;
  justify-content: space-between;
}

.game-hero h1 {
  color: var(--ink);
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  font-weight: 770;
  line-height: 0.92;
  margin: 0 0 20px;
}

.game-hero p {
  color: var(--ink-muted);
  font-size: 1.05rem;
  margin: 0;
  max-width: 650px;
}

.game-status {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #475467;
  display: flex;
  flex: 0 0 auto;
  font-size: 0.74rem;
  font-weight: 700;
  gap: 9px;
  padding: 12px 16px;
}

.game-status span {
  background: #45a97b;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(69, 169, 123, 0.12);
  height: 7px;
  width: 7px;
}

.blackjack-workspace {
  background: #f0f1ed;
  padding: 42px 0 96px;
}

.game-toolbar {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 22px;
  grid-template-columns: 160px minmax(260px, 1fr) auto;
  margin-bottom: 24px;
  padding: 22px 24px;
}

.game-field label,
.game-rule-copy strong {
  color: #344054;
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.game-page input.game-input[type="number"] {
  background: #f7f7f4;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--ink);
  font-weight: 700;
  height: 44px;
  margin: 0;
  padding: 0 12px;
  width: 100%;
}

.game-page input.game-input[type="number"]:focus {
  border-color: var(--gold-deep);
  box-shadow: 0 0 0 4px rgba(242, 185, 15, 0.13);
}

.game-rule {
  align-items: center;
  border-left: 1px solid var(--line);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  min-height: 50px;
  padding-left: 24px;
}

.game-rule-copy small {
  color: var(--ink-muted);
  display: block;
  font-size: 0.74rem;
}

.game-rule .switch {
  flex: 0 0 auto;
}

.game-rule .yeslabel,
.game-rule .nolabel {
  display: none;
}

.game-toolbar-actions,
.game-actions {
  display: flex;
  gap: 10px;
}

.game-button,
.game-page input.game-button[type="submit"] {
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  cursor: pointer;
  font: 750 0.78rem "Inter", sans-serif;
  height: 46px;
  line-height: 46px;
  margin: 0;
  padding: 0 19px;
  text-transform: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.game-button:hover,
.game-page input.game-button[type="submit"]:hover {
  transform: translateY(-2px);
}

.game-button--primary,
.game-page input.game-button--primary[type="submit"] {
  background: var(--ink);
  color: #fff;
}

.game-button--primary:hover {
  background: #273246;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.2);
}

.game-button--secondary,
.game-page input.game-button--secondary[type="submit"] {
  background: var(--gold-pale);
  color: #705000;
}

.blackjack-table {
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(145deg, #146b58 0%, #0b4b42 100%);
  border: 10px solid #6a4328;
  border-radius: 54px;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.13),
    0 30px 70px rgba(17, 24, 39, 0.22);
  color: #fff;
  min-height: 660px;
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px);
  position: relative;
}

.blackjack-table::before {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: "";
  height: 610px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78%;
}

.table-mark {
  left: 50%;
  opacity: 0.18;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.table-mark img {
  border-radius: 17px;
  height: 76px;
  width: 76px;
}

.hand-zone,
.table-divider,
.game-actions {
  position: relative;
  z-index: 1;
}

.hand-zone {
  min-height: 220px;
}

.hand-heading {
  align-items: baseline;
  display: flex;
  gap: 11px;
  margin-bottom: 20px;
}

.hand-label {
  color: #fff;
  font: 760 1.38rem "Manrope", sans-serif;
  letter-spacing: -0.035em;
}

.hand-heading small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  font-weight: 650;
}

.hand-cards {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  line-height: 1.45;
  min-height: 150px;
}

.hand-cards img {
  filter: drop-shadow(0 10px 13px rgba(0, 0, 0, 0.25));
  height: clamp(118px, 12vw, 158px) !important;
  margin: 0 7px 13px 0;
  transition: transform 180ms ease;
  vertical-align: top;
}

.hand-cards img:hover {
  transform: translateY(-7px);
}

.hand-cards hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  margin: 9px 0 12px;
}

.table-divider {
  align-items: center;
  color: rgba(255, 255, 255, 0.42);
  display: flex;
  font-size: 0.63rem;
  font-weight: 750;
  gap: 15px;
  letter-spacing: 0.14em;
  margin: 2px 0 24px;
  text-transform: uppercase;
}

.table-divider::before,
.table-divider::after {
  background: rgba(255, 255, 255, 0.13);
  content: "";
  flex: 1;
  height: 1px;
}

.game-actions {
  justify-content: center;
  margin-top: 20px;
}

.game-button--action,
.game-page input.game-button--action[type="submit"] {
  background: var(--gold);
  color: var(--ink);
  min-width: 120px;
}

.game-button--stand,
.game-page input.game-button--stand[type="submit"] {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  min-width: 120px;
}

.game-diagnostics {
  display: grid;
  gap: 12px;
  margin-top: 25px;
}

.game-drawer {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.game-drawer summary {
  align-items: center;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-size: 0.82rem;
  font-weight: 750;
  justify-content: space-between;
  list-style: none;
  padding: 18px 20px;
}

.game-drawer summary::-webkit-details-marker {
  display: none;
}

.game-drawer summary span {
  align-items: center;
  display: flex;
  gap: 9px;
}

.game-drawer summary .material-icons {
  color: var(--gold-deep);
  font-size: 19px;
}

.game-drawer .drawer-arrow {
  color: var(--ink-muted);
  transition: transform 180ms ease;
}

.game-drawer[open] .drawer-arrow {
  transform: rotate(180deg);
}

.deck-printout,
.matrix-output {
  border-top: 1px solid var(--line);
  max-height: 390px;
  overflow: auto;
  padding: 20px;
}

.deck-printout img {
  height: 94px !important;
  margin: 0 5px 8px 0;
}

.matrix-output {
  color: var(--ink-muted);
  font-size: 0.82rem;
}

/* Confirmation and account utility pages */
.confirmation-page,
.manage-page {
  background: transparent;
}

.confirmation-shell,
.manage-shell {
  box-sizing: border-box;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  margin: 0 auto;
  max-width: 1240px;
  min-height: 690px;
  padding: 84px 24px 92px;
}

.confirmation-card,
.manage-card {
  align-self: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: clamp(38px, 5.5vw, 72px);
}

.confirmation-mark,
.manage-icon {
  align-items: center;
  background: var(--gold);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(242, 185, 15, 0.26);
  color: var(--ink);
  display: flex;
  height: 64px;
  justify-content: center;
  margin-bottom: 34px;
  width: 64px;
}

.confirmation-mark .material-icons,
.manage-icon .material-icons {
  font-size: 31px;
}

.confirmation-card h1,
.manage-card h1 {
  color: var(--ink);
  font-size: clamp(3rem, 5.6vw, 5.3rem);
  font-weight: 770;
  line-height: 0.98;
  margin: 0 0 27px;
  max-width: 760px;
}

.confirmation-card p,
.manage-card p {
  color: var(--ink-muted);
  font-size: 1rem;
  margin: 0 0 18px;
  max-width: 670px;
}

.confirmation-card .confirmation-lead {
  color: var(--ink-soft);
  font-size: 1.12rem;
}

.confirmation-actions {
  margin-top: 36px;
}

.confirmation-art {
  align-self: stretch;
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.42), transparent 28%),
    linear-gradient(145deg, #f8c938, #edae00);
  border-radius: var(--radius-lg);
  min-height: 510px;
  overflow: hidden;
  position: relative;
}

.confirmation-art::before,
.confirmation-art::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.confirmation-art::before {
  background-image: url("/content/images/honeycomb-modern.svg");
  background-repeat: repeat;
  background-size: 84px 48.4974226px;
  mix-blend-mode: multiply;
  opacity: 0.16;
}

.confirmation-art::after {
  background: url("/content/images/honeycomb-modern.svg") center / 168px 96.9948452px repeat;
  mix-blend-mode: multiply;
  opacity: 0.09;
}

.confirmation-hex {
  align-items: center;
  background: var(--ink);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  color: var(--gold);
  display: flex;
  height: 129.326px;
  justify-content: center;
  position: absolute;
  width: 112px;
  z-index: 2;
}

.confirmation-hex .material-icons {
  font-size: 35px;
}

.confirmation-hex--one {
  left: 15%;
  top: 17%;
  transform: rotate(-8deg);
}

.confirmation-hex--two {
  right: 15%;
  top: 31%;
  transform: rotate(7deg) scale(0.8);
}

.confirmation-hex--three {
  left: 28%;
  top: 46%;
  transform: rotate(4deg) scale(0.63);
}

.confirmation-art-copy {
  bottom: 44px;
  display: flex;
  flex-direction: column;
  left: 42px;
  position: absolute;
  right: 42px;
  z-index: 2;
}

.confirmation-art-copy strong {
  color: var(--ink);
  font: 780 clamp(2.2rem, 4vw, 3.8rem) "Manrope", sans-serif;
  letter-spacing: -0.055em;
}

.confirmation-art-copy span {
  color: rgba(17, 24, 39, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
}

.manage-shell {
  align-items: stretch;
}

.manage-card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.manage-support-button {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}

.manage-support-button:hover {
  background: var(--gold-pale);
  color: var(--ink);
}

.manage-note {
  align-items: flex-end;
  background:
    linear-gradient(150deg, rgba(9, 19, 33, 0.95), rgba(17, 24, 39, 0.91)),
    url("/content/images/honeycomb-modern.svg") center / 168px 96.9948452px repeat;
  border-radius: var(--radius-lg);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 510px;
  overflow: hidden;
  padding: 44px;
  position: relative;
}

.manage-note::before {
  background-image: url("/content/images/honeycomb-modern.svg");
  background-size: 84px 48.4974226px;
  content: "";
  inset: 0;
  mix-blend-mode: screen;
  opacity: 0.055;
  position: absolute;
}

.manage-note-number {
  color: var(--gold);
  font: 760 5rem "Manrope", sans-serif;
  letter-spacing: -0.07em;
  position: relative;
}

.manage-note div {
  position: relative;
}

.manage-note strong {
  display: block;
  font: 740 1.65rem "Manrope", sans-serif;
  margin-bottom: 9px;
}

.manage-note p {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
  margin: 0;
}

/* Standalone endpoint fallbacks */
.standalone-status-page {
  align-items: center;
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 20% 10%, rgba(242, 185, 15, 0.2), transparent 34%),
    linear-gradient(rgba(247, 247, 244, 0.89), rgba(247, 247, 244, 0.89)),
    url("/content/images/honeycomb-modern.svg");
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, 84px 48.4974226px;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 100vh;
  padding: 24px;
}

.standalone-status-page,
.standalone-status-page * {
  box-sizing: border-box;
}

.standalone-status-page form {
  width: min(100%, 680px);
}

.standalone-status-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: clamp(36px, 8vw, 72px);
}

.standalone-status-card--compact {
  max-width: 610px;
}

.standalone-status-mark {
  align-items: center;
  background: var(--gold);
  border-radius: 16px;
  color: var(--ink);
  display: flex;
  font-size: 1.55rem;
  font-weight: 800;
  height: 58px;
  justify-content: center;
  margin-bottom: 31px;
  width: 58px;
}

.standalone-status-kicker {
  color: var(--gold-deep) !important;
  font-size: 0.75rem !important;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.standalone-status-card h1 {
  color: var(--ink);
  font: 760 clamp(2.55rem, 8vw, 4.8rem) / 1 "Manrope", "Segoe UI", sans-serif;
  letter-spacing: -0.055em;
  margin: 15px 0 24px;
}

.standalone-status-card p {
  color: var(--ink-muted);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 31px;
}

.standalone-status-card .standalone-status-kicker {
  margin-bottom: 0;
}

.site-footer {
  background: #091321 !important;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0;
  padding-top: 0;
}

.footer-main {
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(280px, 1.5fr) repeat(2, minmax(150px, 0.6fr));
  padding: 72px 0 56px;
}

.footer-brand {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font: 760 1.2rem "Manrope", sans-serif;
  gap: 11px;
  margin-bottom: 18px;
}

.footer-brand img {
  border-radius: 10px;
  height: 44px;
  width: 44px;
}

.footer-intro p {
  color: rgba(255, 255, 255, 0.47);
  font-size: 0.86rem;
  line-height: 1.7;
  margin: 0;
  max-width: 370px;
}

.footer-column h3 {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  margin: 0 0 17px;
  text-transform: uppercase;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.55);
  display: block;
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.footer-column a:hover {
  color: var(--gold);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  font-size: 0.74rem;
  justify-content: space-between;
  padding: 21px 0 26px;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.7,.2,1);
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 992px) {
  .confirmation-shell,
  .manage-shell {
    grid-template-columns: 1fr;
    padding-bottom: 72px;
    padding-top: 64px;
  }

  .confirmation-art,
  .manage-note {
    min-height: 410px;
  }

  .desktop-nav {
    display: none !important;
  }

  .mobile-menu-trigger,
  .mobile-nav {
    display: flex;
  }

  .mobile-nav {
    flex-direction: column;
  }

  .hero {
    min-height: 700px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(5, 14, 27, 0.99) 0%, rgba(5, 14, 27, 0.88) 54%, rgba(5, 14, 27, 0.32) 100%);
  }

  .hero-copy {
    max-width: 570px;
  }

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

  .signal-item:nth-child(2) {
    border-right: 0;
  }

  .signal-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

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

  .capability-card {
    min-height: 275px;
  }

  .capability-icon {
    margin-bottom: 44px;
  }

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

  .contact-layout {
    gap: 56px;
    grid-template-columns: 1fr;
  }

  .account-shell {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .account-aside {
    padding: 64px 42px;
  }

  .account-aside h1 {
    font-size: clamp(2.7rem, 6vw, 4rem);
  }

  .account-form-side {
    padding: 56px 32px;
  }

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

  .form-field--full {
    grid-column: auto;
  }

  .game-toolbar {
    grid-template-columns: 140px 1fr;
  }

  .game-toolbar-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
}

@media (max-width: 720px) {
  .confirmation-shell,
  .manage-shell {
    gap: 20px;
    padding: 42px 18px 58px;
  }

  .confirmation-card,
  .manage-card {
    border-radius: var(--radius-md);
    padding: 32px 24px;
  }

  .confirmation-card h1,
  .manage-card h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .confirmation-art,
  .manage-note {
    border-radius: var(--radius-md);
    min-height: 360px;
  }

  .confirmation-art-copy,
  .manage-note {
    padding-left: 28px;
    padding-right: 28px;
  }

  .confirmation-art-copy {
    bottom: 31px;
    left: 0;
    right: 0;
  }

  .standalone-status-page {
    padding: 16px;
  }

  .standalone-status-card {
    border-radius: var(--radius-md);
    padding: 34px 25px;
  }

  .site-nav-shell,
  .site-nav {
    height: 70px;
  }

  .mobile-nav {
    inset: 70px 0 0;
  }

  .site-brand img {
    border-radius: 9px;
    height: 40px;
    width: 40px;
  }

  .site-nav .container,
  .site-footer .container {
    width: calc(100% - 40px);
  }

  .page-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-image {
    object-position: 70% center;
  }

  .hero-shade {
    background: linear-gradient(180deg, rgba(5, 14, 27, 0.93) 0%, rgba(5, 14, 27, 0.72) 45%, rgba(5, 14, 27, 0.96) 100%);
  }

  .hero .page-shell {
    align-items: flex-end;
  }

  .hero-copy {
    padding: 100px 0 110px;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 15vw, 5rem);
  }

  .hero-note {
    bottom: 28px;
  }

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

  .signal-item,
  .signal-item:nth-child(2) {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    padding: 21px 20px;
  }

  .signal-item:last-child {
    border-bottom: 0;
  }

  .marketing-section {
    padding: 78px 0;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .approach-panel,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .approach-detail {
    min-height: 390px;
  }

  .approach-detail .detail-number {
    margin-bottom: 88px;
  }

  .cta-band .page-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .inner-hero {
    padding: 86px 0 72px;
  }

  .story-image-wrap {
    min-height: 390px;
  }

  .story-copy {
    grid-row: 1;
  }

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

  .value-card {
    min-height: 235px;
  }

  .value-number {
    margin-bottom: 52px;
  }

  .contact-layout {
    gap: 44px;
  }

  .contact-card {
    overflow: hidden;
  }

  .account-shell {
    display: block;
    min-height: auto;
  }

  .account-aside {
    min-height: 440px;
    padding: 72px 24px 58px;
  }

  .account-aside h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .account-form-side {
    padding: 34px 20px 64px;
  }

  .account-card {
    border-radius: var(--radius-md);
    padding: 31px 23px;
  }

  .form-grid {
    gap: 17px;
  }

  .game-hero {
    padding: 64px 0 48px;
  }

  .game-hero .page-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .game-hero h1 {
    font-size: clamp(3.3rem, 17vw, 5rem);
  }

  .blackjack-workspace {
    padding: 24px 0 68px;
  }

  .game-toolbar {
    align-items: stretch;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .game-rule {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 18px 0 0;
  }

  .game-toolbar-actions {
    flex-direction: column;
    grid-column: auto;
  }

  .game-button,
  .game-page input.game-button[type="submit"] {
    width: 100%;
  }

  .blackjack-table {
    border-width: 7px;
    border-radius: 34px;
    min-height: 610px;
    padding: 28px 20px;
  }

  .blackjack-table::before {
    height: 68%;
    width: 92%;
  }

  .hand-cards img {
    height: 118px !important;
    margin-right: 4px;
  }

  .table-divider {
    font-size: 0.56rem;
  }

  .footer-main {
    gap: 38px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-intro {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
