:root {
  --lt-shell-ink: #071c2b;
  --lt-shell-water: #087d8f;
  --lt-shell-aqua: #62d1ca;
  --lt-shell-coral: #ef4d3c;
  --lt-shell-sun: #f2b13d;
  --lt-shell-white: #ffffff;
}

body.low-tides-shell-active:not(.et-fb) #top-header,
body.low-tides-shell-active:not(.et-fb) #main-header,
body.low-tides-shell-active:not(.et-fb) header.et-l--header,
body.low-tides-shell-active:not(.et-fb) #main-footer,
body.low-tides-shell-active:not(.et-fb) footer.et-l--footer {
  display: none !important;
}

body.low-tides-shell-present:not(.et-fb) #page-container {
  padding-top: 92px !important;
}

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

.lt-shell-header a,
.lt-shell-footer a {
  text-decoration: none !important;
}

.lt-shell-header {
  position: fixed;
  z-index: 2147483000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 92px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: #061724;
  box-shadow: 0 14px 45px rgba(2, 15, 25, 0.22);
  color: var(--lt-shell-white);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition:
    min-height 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

body.admin-bar .lt-shell-header {
  top: 32px;
}

.lt-shell-header.is-compact {
  min-height: 76px;
  background: #061724;
  box-shadow: 0 12px 36px rgba(2, 15, 25, 0.3);
}

.lt-shell-header__inner {
  width: min(calc(100% - 72px), 1440px);
  min-height: inherit;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 34px;
}

.lt-shell-brand {
  display: block;
  width: 190px;
  transition: width 0.3s ease;
}

.lt-shell-header.is-compact .lt-shell-brand {
  width: 168px;
}

.lt-shell-brand img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.22));
}

.lt-shell-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(17px, 2vw, 34px);
}

.lt-shell-nav a {
  position: relative;
  padding: 15px 0;
  color: var(--lt-shell-white) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.lt-shell-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  background: var(--lt-shell-coral);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.lt-shell-nav a:hover::after,
.lt-shell-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.lt-shell-nav .lt-shell-nav__marketing {
  color: #ffd072 !important;
}

.lt-shell-call {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 3px;
  color: var(--lt-shell-white) !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.lt-shell-call span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lt-shell-toggle {
  display: none;
}

.lt-shell-footer {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 92px 0 0;
  background: #061724;
  color: var(--lt-shell-white);
  font-family: Arial, Helvetica, sans-serif;
}

.lt-shell-footer__main,
.lt-shell-footer__bottom {
  width: min(calc(100% - 72px), 1360px);
  margin: 0 auto;
}

.lt-shell-footer__main {
  padding-bottom: 76px;
  display: grid;
  grid-template-columns: 1.15fr 0.55fr 0.65fr 1.35fr;
  gap: clamp(35px, 5vw, 80px);
}

.lt-shell-footer__brand img {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
}

.lt-shell-footer__brand p {
  max-width: 340px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.75;
}

.lt-shell-footer__links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 13px;
}

.lt-shell-footer__links > span,
.lt-shell-footer__marketing > span {
  margin-bottom: 8px;
  color: #ffd072;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.lt-shell-footer__links a {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 13px;
  line-height: 1.45;
  transition: color 0.25s ease;
}

.lt-shell-footer__links a:hover,
.lt-shell-footer__links a:focus-visible {
  color: var(--lt-shell-aqua) !important;
}

.lt-shell-footer__marketing {
  padding: 31px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.lt-shell-footer__marketing h2 {
  margin: 0 0 24px;
  color: var(--lt-shell-white);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(27px, 2.4vw, 38px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
  text-transform: uppercase;
}

.lt-shell-footer__marketing > a {
  width: 100%;
  min-height: 54px;
  padding: 15px 20px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: var(--lt-shell-sun);
  color: var(--lt-shell-ink) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-transform: uppercase;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.lt-shell-footer__marketing > a:hover,
.lt-shell-footer__marketing > a:focus-visible {
  background: #ffd072;
  transform: translateY(-2px);
}

.lt-shell-footer__bottom {
  min-height: 85px;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-transform: uppercase;
}

.lt-shell-footer__bottom a {
  color: var(--lt-shell-aqua) !important;
}

@media (max-width: 1120px) {
  .lt-shell-header__inner {
    grid-template-columns: 185px 1fr;
  }

  .lt-shell-call {
    display: none;
  }

  .lt-shell-footer__main {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lt-shell-footer__marketing {
    grid-column: 1 / -1;
  }
}

@media (max-width: 782px) {
  body.admin-bar .lt-shell-header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  body.low-tides-shell-present:not(.et-fb) #page-container {
    padding-top: 82px !important;
  }

  .lt-shell-header,
  .lt-shell-header.is-compact {
    min-height: 82px;
  }

  .lt-shell-header__inner {
    width: calc(100% - 36px);
    grid-template-columns: 1fr auto;
    gap: 18px;
  }

  .lt-shell-brand,
  .lt-shell-header.is-compact .lt-shell-brand {
    width: 162px;
  }

  .lt-shell-toggle {
    width: 46px;
    height: 46px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 0;
    background: rgba(4, 26, 41, 0.3);
    color: var(--lt-shell-white);
    cursor: pointer;
  }

  .lt-shell-toggle span {
    width: 20px;
    height: 2px;
    display: block;
    background: currentColor;
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }

  .lt-shell-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }

  .lt-shell-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .lt-shell-nav {
    position: absolute;
    top: 82px;
    right: 0;
    left: 0;
    padding: 22px 24px 26px;
    display: none;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    background: rgba(4, 26, 41, 0.985);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .lt-shell-nav.is-open {
    display: flex;
  }

  .lt-shell-nav a {
    width: 100%;
    padding: 11px 0;
    font-size: 13px;
  }

  .lt-shell-footer {
    padding-top: 72px;
  }

  .lt-shell-footer__main,
  .lt-shell-footer__bottom {
    width: calc(100% - 36px);
  }

  .lt-shell-footer__main {
    grid-template-columns: 1fr 1fr;
  }

  .lt-shell-footer__brand,
  .lt-shell-footer__marketing {
    grid-column: 1 / -1;
  }

  .lt-shell-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .lt-shell-footer__main {
    grid-template-columns: 1fr;
  }

  .lt-shell-footer__brand,
  .lt-shell-footer__marketing {
    grid-column: auto;
  }

  .lt-shell-footer__marketing {
    padding: 26px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lt-shell-header,
  .lt-shell-brand,
  .lt-shell-nav a::after,
  .lt-shell-toggle span,
  .lt-shell-footer__marketing > a {
    transition: none !important;
  }
}
