@import url("https://fonts.googleapis.com/css2?family=Aleo:wght@700&display=swap");

.ttd-career-2026 {
  --ttd-career-bg: #07385c;
  --ttd-career-teal: #b3e3f9;
  --ttd-career-white: #ffffff;
  position: relative;
  overflow: hidden;
  background: var(--ttd-career-bg);
  color: var(--ttd-career-white);
  padding-bottom: 1rem;
}




.ttd-career-2026 *,
.ttd-career-2026 *::before,
.ttd-career-2026 *::after {
  box-sizing: border-box;
}

.ttd-career-2026__inner {
  position: relative;
  width: min(100%, 900px);
  margin: 0 auto;
  padding: clamp(60px, 6.5vw, 100px) 34px clamp(80px, 9vw, 130px);
  text-align: center;
}

/* Bird floats on the left, partially cropped, like the design */
.ttd-career-2026__bird {
  position: absolute;
  left: clamp(-60px, -3vw, -20px);
  top: 50%;
  transform: translateY(-58%);
  width: clamp(140px, 16vw, 230px);
  height: auto;
  pointer-events: none;
  opacity: .92;
  filter: brightness(1.2);
}

.ttd-career-2026__content {
  position: relative;
  z-index: 1;
}

.ttd-career-2026__headline {
  margin: 0 0 clamp(22px, 2.5vw, 36px);
  color: var(--ttd-career-teal);
  font-family: Aleo, cordale, Georgia, serif;
  font-size: clamp(40px, 5.2vw, 74px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: .96;
  text-align: center;
  text-transform: uppercase;
}

.ttd-career-2026__intro {
  width: min(100%, 640px);
  margin: 0 auto clamp(28px, 3vw, 44px);
  color: var(--ttd-career-teal);
  font-family: brandon-grotesque, Arial, sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.ttd-career-2026__intro p {
  margin: 0;
}

.ttd-career-2026__intro p + p {
  margin-top: 14px;
}

.ttd-career-2026__positions-heading {
  margin: 0 0 clamp(16px, 1.8vw, 26px);
  color: var(--ttd-career-teal);
  font-family: brandon-grotesque, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase;
}

.ttd-career-2026__positions-list {
  list-style: none;
  margin: 0 0 clamp(34px, 3.8vw, 54px);
  padding: 0;
}

.ttd-career-2026__position-item {
  margin: 0;
  padding: 0;
}

.ttd-career-2026__position-item + .ttd-career-2026__position-item {
  margin-top: 10px;
}

.ttd-career-2026__position-link {
  color: var(--ttd-career-teal);
  font-family: brandon-grotesque, Arial, sans-serif;
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .5);
  text-underline-offset: 3px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.ttd-career-2026__position-link:hover,
.ttd-career-2026__position-link:focus {
  color: var(--ttd-career-teal);
  text-decoration-color: var(--ttd-career-teal);
  text-decoration: underline;
}

.ttd-career-2026__position-link--static {
  cursor: default;
  text-decoration: underline;
}

/* CTA button — teal outlined stamp shape matching site style */
.ttd-career-2026__cta {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 54px;
  padding: 14px 32px 15px;
  background: transparent;
  color: var(--ttd-career-white);
  font-family: brandon-grotesque, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.ttd-career-2026__cta::before,
.ttd-career-2026__cta::after {
  content: "";
  position: absolute;
  inset: -3px -10px -5px;
  pointer-events: none;
}

.ttd-career-2026__cta::before {
  z-index: -2;
  background: center / 100% 100% no-repeat url("https://www.towndock.com/hubfs/2026/careersButton.png");
  transition: filter 180ms ease, transform 180ms ease;
}

.ttd-career-2026__cta::after {
  content: none;
}

.ttd-career-2026__cta:hover,
.ttd-career-2026__cta:focus {
  transform: translateY(-2px);
}

.ttd-career-2026__cta:hover::before,
.ttd-career-2026__cta:focus::before {
  filter: brightness(1.07);
  transform: translateY(-1px);
}

.ttd-career-2026__cta--static {
  cursor: default;
}

.ttd-career-2026__cta--static:hover,
.ttd-career-2026__cta--static:focus {
  transform: none;
}

.ttd-career-2026__cta--static:hover::before,
.ttd-career-2026__cta--static:focus::before {
  filter: none;
  transform: none;
}

.ttd-career-2026__bottom-hr {
  position: relative;
  z-index: 0;
  margin-top: 0;
 margin-bottom: -140px;
  transform: none;
}

.ttd-career-2026__bottom-hr img {
  display: block;
  width: 100%;
  height: auto;
}

/* Responsive */
@media screen and (max-width: 860px) {
  .ttd-career-2026__bottom-hr {
    margin-bottom: -80px;
  }
}
  @media screen and (max-width: 500px) {
  .ttd-career-2026__bottom-hr {
    margin-bottom: -50px;
  }
  }
  .ttd-career-2026__bird {
    left: clamp(-80px, -5vw, -30px);
    top: auto;
    bottom: clamp(100px, 12vw, 160px);
    transform: none;
    width: clamp(110px, 14vw, 180px);
  }
}

@media screen and (max-width: 600px) {
  .ttd-career-2026__inner {
    padding-right: 22px;
    padding-left: 22px;
  }

  .ttd-career-2026__bird {
    display: none;
  }

  .ttd-career-2026__intro {
    font-size: 16px;
  }
}

.body-container a:not([class*="btn"]):not([class*="button"]) {
    color: #fff !important;
}


@media screen and (min-width: 1440px) {
.ttd-career-2026__bottom-hr {
      bottom: -90px;
  }
}

