:root {
  --site-ink: #1d2c56;
  --site-gold: #d29c4b;
  --site-gold-hover: #c18d3e;
  --site-mist: #edf2f9;
  --site-line: #d4ddea;
  --site-body: #536f78;
  --site-muted: #657290;
  --site-teal: #057d7a;
  --site-mint: #2ed6c5;
}

/* Shared editorial rules keep long English copy balanced across every page. */
.site-typography {
  font-family: "Manrope", sans-serif;
}

.site-typography :is(h1, h2, h3) {
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.site-typography :is(p, li, figcaption) {
  text-wrap: pretty;
}

.site-typography :is(h1, h2) {
  font-weight: 800;
}

.site-typography .tracking-tighter {
  letter-spacing: 0 !important;
}

.site-typography .text-\[\#536f78\] {
  color: var(--site-body);
}

.site-typography .text-\[\#657290\] {
  color: var(--site-muted);
}

.site-typography .text-\[\#057d7a\] {
  color: var(--site-teal);
}

.site-typography .text-\[\#d29c4b\] {
  color: var(--site-gold);
}

.site-typography .text-\[\#2ed6c5\] {
  color: var(--site-mint);
}

.site-header-cta {
  display: flex;
  height: 50px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background: var(--site-gold);
  padding: 0 32px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background-color .2s ease;
}

.site-header-cta:hover {
  background: var(--site-gold-hover);
}

.site-nav-placeholder {
  cursor: default;
  opacity: .45;
}

.site-mobile-toggle,
.site-mobile-menu {
  display: none;
}

.site-footer {
  border-top: 1px solid var(--site-line);
  background: #fff;
  padding: 48px 0;
}

.site-footer__inner {
  display: grid;
  max-width: 1160px;
  gap: 32px;
  margin: 0 auto;
  padding: 0 24px;
}

.site-footer__brand {
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.site-footer__logo img {
  display: block;
  width: auto;
  height: 44px;
}

.site-footer__copyright {
  margin: 0;
  color: #657290;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.6;
  text-transform: uppercase;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  align-items: center;
  color: var(--site-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-footer__nav a:hover {
  color: var(--site-gold-hover);
}

.site-footer__meta {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #657290;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-footer__legal {
  display: grid;
  gap: 7px;
  color: var(--site-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-footer__legal a:hover {
  color: var(--site-gold-hover);
}

.site-footer__socials {
  display: flex;
  gap: 16px;
  color: var(--site-ink);
  font-size: 20px;
}

.site-closeout {
  border-top: 1px solid var(--site-line);
  background: var(--site-mist) !important;
  padding: 80px 0 !important;
}

.site-closeout > .mx-auto {
  border-bottom: 1px solid var(--site-line);
  padding-bottom: 56px;
}

.site-closeout h2 {
  max-width: 820px;
}

.site-closeout__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  background: var(--site-gold) !important;
  padding: 0 32px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background-color .2s ease;
}

.site-closeout__button:hover {
  background: var(--site-gold-hover) !important;
}

.site-cookie-notice {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  display: flex;
  width: min(100% - 48px, 560px);
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .18);
  background: var(--site-ink);
  box-shadow: 0 18px 44px rgba(18, 31, 64, .26);
  padding: 17px 18px 17px 20px;
  color: #fff;
}

.site-cookie-notice p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.site-cookie-notice p a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-cookie-notice button {
  min-height: 40px;
  flex: 0 0 auto;
  border: 0;
  background: var(--site-gold);
  padding: 0 16px;
  color: #fff;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

.site-cookie-notice button:hover {
  background: var(--site-gold-hover);
}

.legal-page {
  padding: 152px 0 88px;
  background: #fff;
}

.legal-page__inner {
  width: min(100% - 48px, 960px);
  margin: 0 auto;
}

.legal-page__eyebrow {
  margin: 0 0 20px;
  color: var(--site-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.legal-page h1 {
  max-width: 720px;
  margin: 0;
  color: var(--site-ink);
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 800;
  line-height: 1.03;
}

.legal-page__intro {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--site-body);
  font-size: 17px;
  line-height: 1.7;
}

.legal-page__content {
  display: grid;
  gap: 42px;
  margin-top: 68px;
  padding-top: 46px;
  border-top: 1px solid var(--site-line);
}

.legal-page__content section {
  display: grid;
  grid-template-columns: minmax(150px, .38fr) minmax(0, 1fr);
  gap: 36px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--site-line);
}

.legal-page__content h2 {
  margin: 0;
  color: var(--site-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.28;
}

.legal-page__content :is(p, li) {
  color: var(--site-body);
  font-size: 15px;
  line-height: 1.72;
}

.legal-page__content p {
  margin: 0;
}

.legal-page__content p + p,
.legal-page__content ul {
  margin-top: 14px;
}

.legal-page__content ul {
  padding-left: 19px;
}

.legal-page__content a {
  color: var(--site-ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-page__updated {
  margin: 28px 0 0;
  color: var(--site-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.thank-you-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 120px 24px 72px;
  background: var(--site-mist);
}

.thank-you-page__card {
  width: min(100%, 760px);
  border: 1px solid var(--site-line);
  background: #fff;
  padding: 56px;
}

.thank-you-page__card h1 {
  max-width: 600px;
  margin: 0;
  color: var(--site-ink);
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 800;
  line-height: 1.04;
}

.thank-you-page__card p:not(.legal-page__eyebrow) {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--site-body);
  font-size: 17px;
  line-height: 1.7;
}

.thank-you-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.thank-you-page__actions a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  background: var(--site-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.thank-you-page__actions a + a {
  border: 1px solid var(--site-ink);
  background: transparent;
  color: var(--site-ink);
}

@media (min-width: 768px) {
  .site-footer__inner {
    padding: 0 48px;
  }
}

@media (min-width: 1024px) {
  .site-footer__inner {
    grid-template-columns: 150px minmax(0, 1fr) 190px;
    gap: 24px;
    align-items: center;
  }

  .site-footer__nav {
    flex-wrap: nowrap;
    justify-content: center;
    white-space: nowrap;
  }

  .site-footer__meta {
    align-items: flex-end;
    text-align: right;
  }

  .site-footer__legal {
    justify-items: end;
  }
}

@media (max-width: 1279px) {
  .site-header-cta {
    padding: 0 20px;
    font-size: 11px;
  }
}

@media (max-width: 1023px) {
  header.fixed {
    height: 68px !important;
    padding: 0 20px !important;
  }

  header.fixed > div:first-child {
    gap: 0 !important;
  }

  header.fixed > div:first-child > a img {
    height: 42px !important;
  }

  header.fixed #desktop-navigation,
  header.fixed .site-header-cta {
    display: none !important;
  }

  .site-mobile-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .26);
    background: transparent;
    color: #fff;
    font-size: 23px;
  }

  .site-mobile-toggle:focus-visible,
  .site-mobile-menu :is(a, summary, button):focus-visible {
    outline: 2px solid var(--site-mint);
    outline-offset: 3px;
  }

  .site-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: block;
    visibility: hidden;
    background: rgba(16, 28, 58, .48);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
  }

  .site-mobile-menu.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .site-mobile-menu__panel {
    display: flex;
    width: min(100%, 440px);
    height: 100%;
    margin-left: auto;
    padding: 22px 24px 28px;
    flex-direction: column;
    overflow-y: auto;
    background: var(--site-deep, #22335f);
    color: #fff;
    transform: translateX(100%);
    transition: transform .28s cubic-bezier(.2, .75, .25, 1);
  }

  .site-mobile-menu.is-open .site-mobile-menu__panel {
    transform: translateX(0);
  }

  .site-mobile-menu__topbar {
    display: flex;
    height: 46px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    color: var(--site-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
  }

  .site-mobile-menu__close {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 24px;
  }

  .site-mobile-menu__nav {
    display: grid;
    margin-top: 18px;
  }

  .site-mobile-menu__nav > :is(a, details, .site-mobile-menu__disabled) {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .site-mobile-menu__nav > a,
  .site-mobile-menu__disabled,
  .site-mobile-menu summary {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }

  .site-mobile-menu__nav > a[aria-current="page"] {
    color: var(--site-gold);
  }

  .site-mobile-menu summary {
    cursor: pointer;
    list-style: none;
  }

  .site-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .site-mobile-menu details[open] summary iconify-icon {
    transform: rotate(45deg);
  }

  .site-mobile-menu__subnav {
    display: grid;
    gap: 2px;
    padding: 2px 0 16px 16px;
  }

  .site-mobile-menu__subnav :is(a, span) {
    padding: 8px 0;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 1.4;
  }

  .site-mobile-menu__subnav span,
  .site-mobile-menu__disabled {
    color: rgba(255, 255, 255, .42);
  }

  .site-mobile-menu__disabled small {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .site-mobile-menu__cta {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: auto;
    background: var(--site-gold);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  body.site-mobile-menu-open {
    overflow: hidden;
  }

  .site-footer {
    padding: 36px 0;
  }

  .site-footer__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 24px;
    padding: 0 20px;
  }

  .site-footer__brand {
    grid-column: 1;
    grid-row: 1;
    justify-items: center;
    text-align: center;
  }

  .site-footer__meta {
    grid-column: 2;
    grid-row: 1;
    align-items: flex-end;
    text-align: right;
  }

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

  .site-footer__legal {
    justify-items: end;
    gap: 6px;
    font-size: 9px;
    letter-spacing: .06em;
    white-space: nowrap;
  }

  .site-footer__copyright {
    font-size: 9px;
    letter-spacing: .08em;
  }

  .site-footer__logo img {
    height: 40px;
  }

  .site-footer__nav {
    grid-column: 1 / -1;
    grid-row: 2;
    gap: 11px 16px;
    font-size: 10px;
  }
}

@media (max-width: 640px) {
  .legal-page {
    padding: 124px 0 64px;
  }

  .legal-page__inner {
    width: min(100% - 40px, 960px);
  }

  .legal-page__content {
    gap: 30px;
    margin-top: 46px;
    padding-top: 30px;
  }

  .legal-page__content section {
    display: block;
    padding-bottom: 30px;
  }

  .legal-page__content section > div {
    margin-top: 12px;
  }

  .thank-you-page__card {
    padding: 36px 28px;
  }

  .site-cookie-notice {
    right: 16px;
    bottom: 16px;
    width: min(100% - 32px, 560px);
    align-items: flex-start;
    padding: 16px;
  }

  .site-cookie-notice button {
    min-width: 74px;
  }
}
