@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --shell-orange: #ff642d;
  --shell-ink: #080808;
  --shell-paper: #f4efe7;
  --shell-line: rgba(255, 255, 255, .14);
}

body > header:not(.unified-shell),
body > footer:not(.unified-footer),
body > [data-mobile-menu],
body > [data-menu-backdrop] {
  visibility: hidden;
}

.unified-shell,
.unified-shell *,
.unified-shell__drawer,
.unified-shell__drawer *,
.unified-footer,
.unified-footer * {
  box-sizing: border-box;
}

.unified-shell {
  position: fixed;
  z-index: 1500;
  top: 14px;
  left: 50%;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  width: min(1240px, calc(100% - 28px));
  min-height: 66px;
  padding: 9px 10px 9px 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 17px;
  background: rgba(8, 8, 8, .91);
  box-shadow: 0 14px 44px rgba(0, 0, 0, .23);
  color: #fff;
  direction: ltr;
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(20px) saturate(125%);
  backdrop-filter: blur(20px) saturate(125%);
  font-family: Inter, Arial, sans-serif;
}

.unified-shell a { color: inherit; text-decoration: none; }

.unified-shell__brand {
  display: inline-flex;
  align-items: center;
  min-width: 100px;
}

.unified-shell__brand img {
  display: block;
  width: 104px;
  height: auto;
  filter: brightness(0) invert(1);
}

.unified-shell__divider {
  width: 1px;
  height: 31px;
  background: rgba(255, 255, 255, .19);
}

.unified-shell__context {
  overflow: hidden;
  color: var(--shell-orange) !important;
  font: 700 .58rem/1 "Space Grotesk", Inter, sans-serif;
  letter-spacing: .12em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.unified-shell__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.2vw, 34px);
}

.unified-shell__nav a {
  position: relative;
  padding: 9px 0;
  color: rgba(255, 255, 255, .7);
  font: 700 .62rem/1 "Space Grotesk", Inter, sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.unified-shell__nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--shell-orange);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.unified-shell__nav a:hover,
.unified-shell__nav a[aria-current="page"] { color: #fff; }
.unified-shell__nav a:hover::after,
.unified-shell__nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.unified-shell__cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 46px;
  padding: 5px 5px 5px 17px;
  border-radius: 999px;
  background: var(--shell-paper);
  color: #111 !important;
  font: 800 .58rem/1 "Space Grotesk", Inter, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.unified-shell__cta i,
.unified-footer__cta i {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--shell-orange);
}

.unified-shell__cta i::before,
.unified-footer__cta i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 1.6px solid #111;
  border-right: 1.6px solid #111;
  content: "";
  transform: translate(-63%, -50%) rotate(45deg);
}

.unified-shell__cta i::after,
.unified-footer__cta i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1.6px;
  background: #111;
  content: "";
  transform: translate(-58%, -50%);
}

.unified-shell__menu {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  background: var(--shell-paper);
  color: #111;
  cursor: pointer;
  font: 800 .55rem/1 "Space Grotesk", Inter, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.unified-shell__menu i {
  position: relative;
  display: block;
  width: 16px;
  height: 12px;
}

.unified-shell__menu b {
  position: absolute;
  left: 0;
  width: 16px;
  height: 1.5px;
  background: #111;
  transition: transform 220ms ease, top 220ms ease;
}
.unified-shell__menu b:first-child { top: 2px; }
.unified-shell__menu b:last-child { top: 9px; }
.shell-menu-open .unified-shell__menu b:first-child { top: 5px; transform: rotate(45deg); }
.shell-menu-open .unified-shell__menu b:last-child { top: 5px; transform: rotate(-45deg); }

.unified-shell__backdrop {
  position: fixed;
  z-index: 1540;
  inset: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, .55);
  opacity: 0;
  transition: opacity 260ms ease, visibility 260ms ease;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.unified-shell__drawer {
  position: fixed;
  z-index: 1550;
  top: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  width: min(390px, calc(100% - 20px));
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 100, 45, .24), transparent 34%),
    #0b0b0b;
  box-shadow: -24px 0 70px rgba(0, 0, 0, .4);
  color: #fff;
  direction: ltr;
  transform: translateX(calc(100% + 18px));
  transition: transform 320ms cubic-bezier(.2, .75, .2, 1);
  font-family: Inter, Arial, sans-serif;
}

.shell-menu-open { overflow: hidden; }
.shell-menu-open .unified-shell__backdrop { visibility: visible; opacity: 1; }
.shell-menu-open .unified-shell__drawer { transform: none; }

.unified-shell__drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}
.unified-shell__drawer-head img { width: 106px; filter: brightness(0) invert(1); }
.unified-shell__drawer-head span {
  color: var(--shell-orange);
  font: 700 .55rem/1 "Space Grotesk", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.unified-shell__drawer-nav {
  display: grid;
  margin-top: auto;
  margin-bottom: auto;
}
.unified-shell__drawer-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  font: 400 clamp(44px, 13vw, 64px)/.9 Anton, sans-serif;
  letter-spacing: -.025em;
  text-decoration: none;
  text-transform: uppercase;
}
.unified-shell__drawer-nav a::after {
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}
.unified-shell__drawer-nav a[aria-current="page"] { color: var(--shell-orange); }

.unified-shell__drawer-foot {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  color: rgba(255, 255, 255, .48);
  font: 600 .56rem/1.55 "Space Grotesk", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.unified-shell__drawer-foot a { color: #fff; text-decoration: none; }

.unified-footer {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(180px, .65fr) minmax(280px, 1.4fr) auto;
  gap: clamp(28px, 5vw, 80px);
  min-height: 330px;
  padding: clamp(54px, 7vw, 92px) max(24px, calc((100vw - 1400px) / 2));
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .14);
  background:
    radial-gradient(circle at 78% 8%, rgba(255, 100, 45, .18), transparent 29%),
    #080808;
  color: #f4efe7;
  direction: ltr;
  font-family: Inter, Arial, sans-serif;
}
.unified-footer::after {
  position: absolute;
  right: -2vw;
  bottom: -10vw;
  color: rgba(255, 255, 255, .025);
  content: "";
  font: 400 min(32vw, 460px)/.7 Anton, sans-serif;
  pointer-events: none;
}
.unified-footer__mark {
  position:absolute;
  z-index:0;
  right:-1.5vw;
  bottom:-8vw;
  width:min(32vw,460px);
  aspect-ratio:1;
  color:rgba(255,255,255,.038);
  pointer-events:none;
}
.unified-footer__mark span {
  display:block;
  font:400 min(32vw,460px)/.72 Anton,sans-serif;
  transform:skewX(-9deg);
}
.unified-footer__mark::before,.unified-footer__mark::after {
  position:absolute;
  border:1px solid rgba(255,100,45,.18);
  border-radius:50%;
  content:"";
}
.unified-footer__mark::before { inset:4% 10% 12% 0; }
.unified-footer__mark::after { inset:22% 0 0 25%; }
.unified-footer a { color: inherit; text-decoration: none; }
.unified-footer__brand { position: relative; z-index: 1; }
.unified-footer__brand img {
  display: block;
  width: clamp(120px, 12vw, 172px);
  height: auto;
  filter: brightness(0) invert(1);
}
.unified-footer__statement { position: relative; z-index: 1; }
.unified-footer__statement span {
  color: var(--shell-orange);
  font: 700 .63rem/1 "Space Grotesk", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.unified-footer__statement h2 {
  max-width: 690px;
  margin: 16px 0 0;
  font: 400 clamp(54px, 6.4vw, 92px)/.86 Anton, sans-serif;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.unified-footer__statement h2 em { color: var(--shell-orange); font-style: normal; }
.unified-footer__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
}
.unified-footer__nav {
  display: flex;
  gap: 22px;
}
.unified-footer__nav a {
  color: rgba(255, 255, 255, .65);
  font: 700 .58rem/1 "Space Grotesk", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.unified-footer__nav a:hover { color: #fff; }
.unified-footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 7px 7px 7px 20px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  font: 800 .6rem/1 "Space Grotesk", sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.unified-footer__meta {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .38);
  font: 600 .53rem/1.5 "Space Grotesk", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.has-unified-shell :target { scroll-margin-top: 100px; }

@media (max-width: 900px) {
  .unified-shell {
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    gap: 13px;
  }
  .unified-shell__nav,
  .unified-shell__cta { display: none; }
  .unified-shell__menu { display: inline-flex; }
  .unified-footer {
    grid-template-columns: 1fr auto;
  }
  .unified-footer__statement { grid-column: 1 / -1; grid-row: 2; }
  .unified-footer__actions { grid-column: 2; grid-row: 1; }
}

@media (max-width: 620px) {
  .unified-shell {
    top: 9px;
    width: calc(100% - 18px);
    min-height: 56px;
    gap: 10px;
    padding: 7px 7px 7px 12px;
    border-radius: 14px;
  }
  .unified-shell__brand { min-width: 0; }
  .unified-shell__brand img { width: 88px; }
  .unified-shell__divider { height: 29px; }
  .unified-shell__context {
    font-size: .48rem;
    letter-spacing: .08em;
  }
  .unified-shell__menu { min-height: 40px; padding: 0 12px; }
  .unified-shell__menu span { display: none; }
  .unified-shell__drawer { padding: 18px; }
  .unified-shell__drawer-nav a { font-size: clamp(44px, 15vw, 60px); }
  .unified-footer {
    display: block;
    min-height: 0;
    padding: 56px 18px 26px;
  }
  .unified-footer__brand { margin-bottom: 54px; }
  .unified-footer__statement h2 { font-size: clamp(54px, 17vw, 76px); }
  .unified-footer__actions { align-items: flex-start; margin-top: 44px; }
  .unified-footer__nav { flex-wrap: wrap; }
  .unified-footer__meta {
    display: block;
    margin-top: 56px;
  }
  .unified-footer__meta span { display: block; margin-top: 8px; }
  .unified-footer__mark { right:-14vw; bottom:7vw; width:76vw; }
  .unified-footer__mark span { font-size:76vw; }
}

@media (prefers-reduced-motion: reduce) {
  .unified-shell__drawer,
  .unified-shell__backdrop { transition: none; }
}
