.gth-shell-header,
.gth-shell-footer,
.gth-shell-drawer {
  --gth-shell-ink: #11120d;
  --gth-shell-night: #0a0c08;
  --gth-shell-bone: #faf4e9;
  --gth-shell-paper: #f2eadb;
  --gth-shell-field: #5d6d61;
  --gth-shell-cedar: #ad7449;
  --gth-shell-line: rgba(250, 244, 233, .14);
  box-sizing: border-box;
  font-family: Archivo, system-ui, sans-serif;
  font-variation-settings: "wdth" 100;
}

.gth-shell-header *,
.gth-shell-footer *,
.gth-shell-drawer * {
  box-sizing: border-box;
}

.gth-shell-header a,
.gth-shell-footer a,
.gth-shell-drawer a {
  color: inherit;
  text-decoration: none;
}

.gth-shell-header {
  background: rgba(10, 12, 8, .97);
  border-bottom: 1px solid var(--gth-shell-line);
  color: var(--gth-shell-bone);
  position: relative;
  z-index: 1000;
}

.gth-shell-nav {
  align-items: center;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(180px, auto) 1fr auto;
  margin: 0 auto;
  min-height: 68px;
  width: min(1180px, calc(100vw - 36px));
}

.gth-shell-brand {
  align-items: center;
  display: inline-flex;
  gap: .65rem;
  width: max-content;
}

.gth-shell-brand img {
  background: var(--gth-shell-bone);
  border: 1px solid rgba(250, 244, 233, .32);
  border-radius: 999px;
  height: 38px;
  padding: 3px;
  width: 38px;
}

.gth-shell-brand-copy {
  display: grid;
  line-height: 1;
}

.gth-shell-brand-copy strong {
  font-family: Archivo, sans-serif;
  font-size: .9rem;
  font-variation-settings: "wdth" 76;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gth-shell-brand-copy small {
  color: rgba(250, 244, 233, .56);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .13em;
  margin-top: .28rem;
  text-transform: uppercase;
}

.gth-shell-links {
  align-items: center;
  display: flex;
  gap: .25rem;
  justify-content: center;
}

.gth-shell-link,
.gth-shell-menu-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: rgba(250, 244, 233, .7);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: .76rem;
  font-variation-settings: "wdth" 76;
  font-weight: 800;
  gap: .38rem;
  letter-spacing: .075em;
  min-height: 40px;
  padding: .6rem .75rem;
  text-transform: uppercase;
}

.gth-shell-link:hover,
.gth-shell-link:focus-visible,
.gth-shell-menu-button:hover,
.gth-shell-menu-button:focus-visible,
.gth-shell-menu-button[aria-expanded="true"] {
  background: rgba(250, 244, 233, .07);
  color: var(--gth-shell-bone);
}

.gth-shell-playground {
  position: relative;
}

.gth-shell-chevron {
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  height: 6px;
  transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

.gth-shell-menu {
  background: #151710;
  border: 1px solid var(--gth-shell-line);
  border-radius: 10px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .4);
  display: grid;
  gap: .3rem;
  left: 50%;
  min-width: 500px;
  opacity: 0;
  padding: .75rem;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 8px);
  transform: translate(-50%, -8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
  visibility: hidden;
}

.gth-shell-tool-grid {
  display: grid;
  gap: .4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gth-shell-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.gth-shell-community-links {
  border-top: 1px solid var(--gth-shell-line);
  display: grid;
  align-items: center;
  gap: .75rem;
  grid-template-columns: 1fr auto;
  margin-top: .35rem;
  padding: .8rem .45rem .2rem;
}

.gth-shell-community-link {
  align-items: center;
  border-radius: 6px;
  color: rgba(250, 244, 233, .76);
  display: flex;
  font-size: .76rem;
  font-weight: 750;
  justify-content: space-between;
  padding: .55rem .6rem;
}

.gth-shell-community-link:hover {
  background: rgba(250, 244, 233, .06);
  color: var(--gth-shell-bone);
}

.gth-shell-community-link strong {
  color: var(--gth-shell-cedar);
  font-size: .64rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.gth-shell-social-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.gth-shell-social-row.is-compact {
  flex-wrap: nowrap;
}

.gth-shell-social-link {
  align-items: center;
  border: 1px solid rgba(250, 244, 233, .14);
  border-radius: 999px;
  color: rgba(250, 244, 233, .7);
  display: inline-flex;
  font-size: .67rem;
  font-weight: 750;
  gap: .4rem;
  padding: .42rem .65rem;
}

.gth-shell-social-link svg {
  height: 15px;
  width: 15px;
}

.gth-shell-social-link svg.is-fill {
  fill: currentColor;
}

.gth-shell-social-link svg.is-stroke {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.gth-shell-social-row.is-compact .gth-shell-social-link {
  height: 34px;
  justify-content: center;
  padding: 0;
  width: 34px;
}

.gth-shell-social-row.is-compact .gth-shell-social-link svg {
  height: 16px;
  width: 16px;
}

.gth-shell-social-link:hover {
  border-color: rgba(250, 244, 233, .35);
  color: var(--gth-shell-bone);
}

.gth-shell-tool-link {
  align-items: center;
  border-radius: 7px;
  display: grid;
  gap: .75rem;
  grid-template-columns: 34px 1fr;
  padding: .72rem;
}

.gth-shell-tool-link:hover,
.gth-shell-tool-link.is-active {
  background: rgba(173, 116, 73, .15);
}

.gth-shell-tool-icon {
  align-items: center;
  background: rgba(250, 244, 233, .08);
  border: 1px solid rgba(250, 244, 233, .12);
  border-radius: 999px;
  color: var(--gth-shell-cedar);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.gth-shell-tool-icon svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 20px;
}

.gth-shell-tool-link span:last-child {
  display: grid;
  gap: .1rem;
}

.gth-shell-tool-link strong {
  color: var(--gth-shell-bone);
  font-size: .84rem;
}

.gth-shell-tool-link small {
  color: rgba(250, 244, 233, .52);
  font-size: .7rem;
}

.gth-shell-cta {
  background: var(--gth-shell-field);
  border: 1px solid rgba(250, 244, 233, .16);
  border-radius: 5px;
  color: var(--gth-shell-bone);
  display: inline-flex;
  font-size: .76rem;
  font-variation-settings: "wdth" 76;
  font-weight: 850;
  justify-content: center;
  letter-spacing: .07em;
  min-height: 42px;
  padding: .75rem 1rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.gth-shell-cta:hover {
  background: #4f5f54;
}

.gth-shell-mobile-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(250, 244, 233, .2);
  border-radius: 5px;
  color: var(--gth-shell-bone);
  cursor: pointer;
  display: none;
  font: inherit;
  font-size: .74rem;
  font-variation-settings: "wdth" 76;
  font-weight: 800;
  gap: .5rem;
  letter-spacing: .07em;
  min-height: 42px;
  padding: .65rem .8rem;
  text-transform: uppercase;
}

.gth-shell-mobile-panel {
  display: none;
}

.gth-shell-mobile-bars,
.gth-shell-mobile-bars::before,
.gth-shell-mobile-bars::after {
  background: currentColor;
  content: "";
  display: block;
  height: 2px;
  width: 17px;
}

.gth-shell-mobile-bars {
  position: relative;
}

.gth-shell-mobile-bars::before {
  left: 0;
  position: absolute;
  top: -5px;
}

.gth-shell-mobile-bars::after {
  left: 0;
  position: absolute;
  top: 5px;
}

.gth-shell-footer {
  background: #10110d;
  border-top: 1px solid rgba(250, 244, 233, .08);
  color: var(--gth-shell-bone);
  padding: 2.25rem 0;
  position: relative;
  z-index: 20;
}

.gth-shell-footer-inner {
  margin: 0 auto;
  width: min(1180px, calc(100vw - 36px));
}

.gth-shell-footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.2fr repeat(3, 1fr) .9fr;
}

.gth-shell-footer-intro p {
  margin: .8rem 0 0;
}

.gth-shell-footer .gth-shell-brand {
  gap: .7rem;
}

.gth-shell-footer .gth-shell-brand img {
  border: 0;
  height: 42px;
  padding: 0;
  width: 42px;
}

.gth-shell-footer .gth-shell-brand-copy strong {
  font-size: .98rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.gth-shell-footer p,
.gth-shell-footer-list a,
.gth-shell-footer-legal a {
  color: rgba(250, 244, 233, .56);
  font-size: .78rem;
  line-height: 1.55;
}

.gth-shell-footer-intro .gth-shell-social-row {
  gap: .35rem;
  margin-top: 1rem;
}

.gth-shell-footer-intro .gth-shell-social-link {
  background: rgba(250, 244, 233, .07);
  border: 0;
  border-radius: 8px;
  height: 38px;
  justify-content: center;
  padding: 0;
  width: 38px;
}

.gth-shell-footer-intro .gth-shell-social-link:hover {
  background: var(--gth-shell-cedar);
}

.gth-shell-footer-intro .gth-shell-social-link svg {
  height: 18px;
  width: 18px;
}

.gth-shell-share-tool {
  align-items: center;
  background: rgba(250, 244, 233, .04);
  border: 1px solid rgba(250, 244, 233, .22);
  border-radius: 5px;
  color: rgba(250, 244, 233, .82);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: .68rem;
  font-variation-settings: "wdth" 76;
  font-weight: 800;
  gap: .55rem;
  letter-spacing: .1em;
  margin-top: 1.15rem;
  min-height: 40px;
  padding: .62rem .82rem;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.gth-shell-share-tool:hover {
  background: rgba(173, 116, 73, .16);
  border-color: rgba(194, 140, 96, .48);
  color: var(--gth-shell-bone);
}

.gth-shell-share-tool svg {
  fill: none;
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 16px;
}

.gth-shell-footer h3 {
  color: rgba(250, 244, 233, .76);
  font-size: .86rem;
  font-variation-settings: "wdth" 76;
  font-weight: 800;
  letter-spacing: .06em;
  margin: 0 0 .65rem;
  text-transform: uppercase;
}

.gth-shell-footer-list {
  display: grid;
  gap: .32rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gth-shell-footer-list a:hover {
  color: var(--gth-shell-bone);
}

.gth-shell-footer-legal {
  display: block;
}

.gth-shell-footer-legal p {
  margin: 0;
}

.gth-shell-footer-legal p + p {
  margin-top: .7rem;
}

.gth-shell-replaced {
  display: none !important;
}

.gth-shell-map-menu {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(247, 245, 239, .2);
  border-radius: 5px;
  color: #fffdf8;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 11px;
  font-variation-settings: "wdth" 76;
  font-weight: 800;
  gap: .4rem;
  letter-spacing: .09em;
  min-height: 38px;
  padding: .55rem .7rem;
  text-transform: uppercase;
}

.gth-shell-drawer-backdrop {
  background: rgba(0, 0, 0, .46);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 1290;
}

.gth-shell-drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gth-shell-drawer {
  background: #11130d;
  bottom: 0;
  color: var(--gth-shell-bone);
  display: grid;
  grid-template-rows: auto 1fr auto;
  max-width: 390px;
  padding: 1.2rem;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(102%);
  transition: transform 200ms ease;
  width: min(90vw, 390px);
  z-index: 1300;
}

.gth-shell-drawer.is-open {
  transform: translateX(0);
}

.gth-shell-drawer-head {
  align-items: center;
  border-bottom: 1px solid var(--gth-shell-line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.gth-shell-drawer-close {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(250, 244, 233, .2);
  border-radius: 999px;
  color: var(--gth-shell-bone);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.1rem;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.gth-shell-drawer-body {
  overflow-y: auto;
  padding: 1.1rem 0;
}

.gth-shell-drawer-label {
  color: rgba(250, 244, 233, .42);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  margin: .8rem 0 .55rem;
  text-transform: uppercase;
}

.gth-shell-drawer-links {
  display: grid;
  gap: .35rem;
}

.gth-shell-drawer-links a {
  border-radius: 6px;
  color: rgba(250, 244, 233, .76);
  font-size: .88rem;
  font-weight: 700;
  padding: .72rem;
}

.gth-shell-drawer-links a:hover,
.gth-shell-drawer-links a.is-active {
  background: rgba(173, 116, 73, .15);
  color: var(--gth-shell-bone);
}

.gth-shell-drawer-foot {
  border-top: 1px solid var(--gth-shell-line);
  display: grid;
  gap: .75rem;
  padding-top: 1rem;
}

.gth-shell-drawer-foot .gth-shell-share-tool {
  justify-content: center;
  margin-top: 0;
  width: 100%;
}

.gth-shell-drawer-legal {
  color: rgba(250, 244, 233, 0.62);
  font: 700 11px/1.4 var(--gth-shell-sans);
}

.gth-shell-drawer-legal a { color: inherit; }

.gth-shell-collection-notice {
  color: inherit;
  display: block;
  flex-basis: 100%;
  font: 500 11px/1.45 var(--gth-shell-sans);
  margin-top: 0.45rem;
  opacity: 0.72;
  text-transform: none;
}

.gth-shell-collection-notice a { color: inherit; font-weight: 800; text-decoration: underline; }

body.gth-shell-nav-open {
  overflow: hidden !important;
}

@media (max-width: 820px) {
  .gth-shell-nav {
    grid-template-columns: 1fr auto;
    min-height: 62px;
  }

  .gth-shell-links,
  .gth-shell-nav > .gth-shell-cta {
    display: none;
  }

  .gth-shell-mobile-toggle {
    display: inline-flex;
  }

  .gth-shell-mobile-panel {
    background: #11130d;
    border-top: 1px solid var(--gth-shell-line);
    display: grid;
    gap: .35rem;
    left: 0;
    max-height: calc(100vh - 62px);
    opacity: 0;
    overflow-y: auto;
    padding: 1rem 18px 1.4rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-7px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
    visibility: hidden;
  }

  .gth-shell-mobile-panel.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .gth-shell-mobile-panel .gth-shell-tool-link {
    grid-template-columns: 38px 1fr;
  }

  .gth-shell-mobile-panel .gth-shell-community-links {
    grid-template-columns: 1fr;
  }

  .gth-shell-mobile-panel > .gth-shell-link {
    justify-content: flex-start;
  }

  .gth-shell-mobile-panel .gth-shell-cta {
    margin-top: .5rem;
    width: 100%;
  }

  .gth-shell-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gth-shell-map-menu span:last-child {
    display: none;
  }
}

@media (max-width: 520px) {
  .gth-shell-brand-copy small {
    display: none;
  }

  .gth-shell-footer-grid {
    grid-template-columns: 1fr;
  }
}
