:root {
  --sdwp-navy: #071b70;
  --sdwp-deep: #052e55;
  --sdwp-ink: #082844;
  --sdwp-blue: #0f75bc;
  --sdwp-yellow: #ffdd45;
  --sdwp-pale: #eef6fb;
  --sdwp-white: #ffffff;
  --sdwp-radius: 18px;
}

body.home .content-area,
body.home .site-main,
body.home .entry-content {
  margin: 0;
  padding: 0;
}

.sdwp-home {
  color: var(--sdwp-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  overflow: hidden;
  width: 100vw;
}

.sdwp-home *,
.sdwp-home *::before,
.sdwp-home *::after {
  box-sizing: border-box;
}

.sdwp-home h1,
.sdwp-home h2,
.sdwp-home h3,
.sdwp-home p {
  margin-top: 0;
}

.sdwp-home h1,
.sdwp-home h2,
.sdwp-home h3 {
  color: inherit;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.sdwp-home h1 {
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  max-width: 820px;
}

.sdwp-home h2 {
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  margin-bottom: 22px;
}

.sdwp-home h3 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  margin-bottom: 14px;
}

.sdwp-wrap {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
}

.sdwp-section {
  padding: clamp(72px, 9vw, 120px) 0;
}

.sdwp-lead {
  color: #446077;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  max-width: 680px;
}

.sdwp-eyebrow {
  color: var(--sdwp-yellow);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.sdwp-hero {
  align-items: center;
  color: var(--sdwp-white);
  display: flex;
  min-height: min(680px, 78vh);
  overflow: hidden;
  position: relative;
}

.sdwp-hero__image,
.sdwp-hero__shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.sdwp-hero__image {
  object-fit: cover;
}

.sdwp-hero__shade {
  background: linear-gradient(90deg, rgba(3, 25, 74, 0.96) 0%, rgba(3, 31, 86, 0.82) 52%, rgba(3, 31, 86, 0.2) 100%);
}

.sdwp-hero__content {
  padding-bottom: 78px;
  padding-top: 78px;
  position: relative;
  z-index: 1;
}

.sdwp-hero h1 {
  color: var(--sdwp-white);
  margin-bottom: 26px;
}

.sdwp-hero__intro {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  margin-bottom: 34px;
  max-width: 610px;
}

.sdwp-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sdwp-button {
  background: var(--sdwp-yellow);
  border: 2px solid var(--sdwp-yellow);
  border-radius: 999px;
  color: #092449 !important;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  padding: 15px 24px;
  text-decoration: none !important;
  transition: transform 160ms ease, background-color 160ms ease;
  white-space: nowrap;
}

.sdwp-button:hover,
.sdwp-button:focus-visible {
  background: #ffe778;
  transform: translateY(-2px);
}

.sdwp-button:active {
  transform: translateY(1px);
}

.sdwp-button--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--sdwp-white) !important;
}

.sdwp-button--ghost:hover,
.sdwp-button--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.sdwp-trust {
  background: var(--sdwp-navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 28px 0;
}

.sdwp-trust__grid {
  align-items: center;
  display: grid;
  gap: clamp(28px, 7vw, 90px);
  grid-template-columns: repeat(3, 1fr);
}

.sdwp-trust img {
  height: 56px;
  justify-self: center;
  max-width: 220px;
  object-fit: contain;
  width: 100%;
}

.sdwp-welcome {
  background: var(--sdwp-pale);
}

.sdwp-welcome__grid {
  align-items: center;
  display: grid;
  gap: clamp(50px, 9vw, 120px);
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
}

.sdwp-welcome__visual {
  align-items: center;
  display: flex;
  justify-content: center;
}

.sdwp-welcome__visual img {
  filter: drop-shadow(0 22px 20px rgba(7, 27, 112, 0.2));
  max-height: 420px;
  object-fit: contain;
  width: min(100%, 390px);
}

.sdwp-checks {
  display: grid;
  gap: 12px;
  margin: 34px 0;
}

.sdwp-checks span {
  align-items: center;
  display: flex;
  font-weight: 750;
  gap: 12px;
}

.sdwp-checks span::before {
  align-items: center;
  background: var(--sdwp-yellow);
  border-radius: 50%;
  color: var(--sdwp-deep);
  content: "✓";
  display: inline-flex;
  flex: 0 0 28px;
  font-size: 0.9rem;
  height: 28px;
  justify-content: center;
}

.sdwp-text-link {
  color: var(--sdwp-navy) !important;
  font-weight: 800;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px;
}

.sdwp-teams {
  background: var(--sdwp-white);
}

.sdwp-teams__heading {
  align-items: center;
  display: flex;
  gap: 36px;
  justify-content: space-between;
}

.sdwp-teams__heading .sdwp-lead {
  margin-bottom: 0;
}

.sdwp-sticker {
  align-items: center;
  background: var(--sdwp-white);
  border: 2px dashed var(--sdwp-navy);
  box-shadow: 5px 5px 0 var(--sdwp-yellow);
  color: var(--sdwp-navy);
  display: flex;
  flex: 0 0 236px;
  font-size: 0.8rem;
  font-weight: 850;
  gap: 12px;
  letter-spacing: 0.07em;
  margin: 0 6px 0 0;
  padding: 15px 18px;
  text-align: left;
  text-transform: uppercase;
  transform: rotate(1deg);
}

.sdwp-sticker::before {
  background: #26a269;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(38, 162, 105, 0.16);
  content: "";
  flex: 0 0 10px;
  height: 10px;
}

.sdwp-team-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}

.sdwp-team {
  background: var(--sdwp-pale);
  border-radius: var(--sdwp-radius);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 34px;
}

.sdwp-team--junior {
  background: var(--sdwp-yellow);
}

.sdwp-team__type {
  color: #48677e;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.sdwp-team--junior .sdwp-team__type {
  color: #4f4400;
}

.sdwp-team dl {
  border-top: 1px solid rgba(8, 40, 68, 0.18);
  margin: auto 0 28px;
  padding-top: 20px;
}

.sdwp-team dl div {
  display: grid;
  gap: 12px;
  grid-template-columns: 62px 1fr;
  margin-top: 10px;
}

.sdwp-team dt {
  font-weight: 800;
}

.sdwp-team dd {
  margin: 0;
}

.sdwp-team > a {
  color: var(--sdwp-navy) !important;
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.sdwp-benefits {
  background: var(--sdwp-deep);
  color: var(--sdwp-white);
}

.sdwp-benefits h2,
.sdwp-benefits h3 {
  color: var(--sdwp-white);
}

.sdwp-benefits__grid {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 46px;
}

.sdwp-benefits__grid > div {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding: 34px 28px 10px;
}

.sdwp-benefits__grid > div:first-child {
  padding-left: 0;
}

.sdwp-benefits__grid > div:last-child {
  border-right: 0;
}

.sdwp-benefits__grid strong {
  color: var(--sdwp-yellow);
  display: block;
  font-size: 0.78rem;
  margin-bottom: 30px;
}

.sdwp-benefits__grid p {
  color: #d3e3ed;
  margin-bottom: 0;
}

.sdwp-venue {
  background: var(--sdwp-pale);
}

.sdwp-venue__grid {
  align-items: center;
  display: grid;
  gap: clamp(46px, 8vw, 100px);
  grid-template-columns: 1.08fr 0.92fr;
}

.sdwp-venue__image img {
  aspect-ratio: 4 / 3;
  border-radius: var(--sdwp-radius);
  box-shadow: 18px 18px 0 var(--sdwp-yellow);
  object-fit: cover;
  width: 100%;
}

.sdwp-addresses {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr;
  margin: 34px 0;
}

.sdwp-addresses address {
  font-style: normal;
}

.sdwp-addresses strong {
  display: block;
  margin-bottom: 8px;
}

.sdwp-safety {
  background: var(--sdwp-navy);
  color: var(--sdwp-white);
  padding: 72px 0;
}

.sdwp-safety h2 {
  color: var(--sdwp-white);
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.sdwp-safety p {
  color: #d7e2ff;
  margin-bottom: 0;
  max-width: 620px;
}

.sdwp-safety__grid {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr auto;
}

.sdwp-final {
  background: var(--sdwp-white);
  padding: clamp(80px, 10vw, 130px) 0;
  text-align: center;
}

.sdwp-home .sdwp-final .sdwp-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.sdwp-final h2 {
  max-width: 720px;
}

.sdwp-final p {
  color: #446077;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.sdwp-final .sdwp-button {
  background: var(--sdwp-navy);
  border-color: var(--sdwp-navy);
  color: var(--sdwp-white) !important;
}

.sdwp-final .sdwp-button:hover,
.sdwp-final .sdwp-button:focus-visible {
  background: var(--sdwp-deep);
}

.sdwp-footer-wave {
  background-color: #00264d;
  height: 18px;
  mask-image: url("/wp-content/uploads/2021/03/SDWP-Single-Wave.svg");
  -webkit-mask-image: url("/wp-content/uploads/2021/03/SDWP-Single-Wave.svg");
}

.home .site-footer .site-footer-bottom-section-1 {
  align-items: center;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

.home .site-footer .footer-widget6,
.home .site-footer .site-footer-bottom-section-1 .site-info {
  align-items: center;
  margin: 0;
}

.home .site-footer .footer-widget6 figure {
  margin: 0;
}

@media (max-width: 900px) {
  .sdwp-team-grid,
  .sdwp-benefits__grid {
    grid-template-columns: 1fr 1fr;
  }

  .sdwp-team--junior {
    grid-column: 1 / -1;
  }

  .sdwp-benefits__grid > div,
  .sdwp-benefits__grid > div:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 28px;
  }

  .sdwp-benefits__grid > div:nth-child(2) {
    border-right: 0;
  }

  .sdwp-safety__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .sdwp-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sdwp-hero {
    min-height: 620px;
  }

  .sdwp-hero__shade {
    background: linear-gradient(90deg, rgba(3, 25, 74, 0.96), rgba(3, 31, 86, 0.76));
  }

  .sdwp-hero__content {
    padding-bottom: 58px;
    padding-top: 58px;
  }

  .sdwp-actions,
  .sdwp-actions .sdwp-button {
    width: 100%;
  }

  .sdwp-teams__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .sdwp-sticker {
    align-self: flex-start;
    flex-basis: auto;
    margin: 8px 0 0 2px;
    max-width: 280px;
    transform: rotate(-1deg);
  }

  .sdwp-trust__grid {
    gap: 18px;
  }

  .sdwp-trust img {
    height: 38px;
  }

  .sdwp-welcome__grid,
  .sdwp-venue__grid,
  .sdwp-team-grid,
  .sdwp-benefits__grid {
    grid-template-columns: 1fr;
  }

  .sdwp-welcome__visual {
    grid-row: 1;
  }

  .sdwp-welcome__visual img {
    max-height: 300px;
  }

  .sdwp-team--junior {
    grid-column: auto;
  }

  .sdwp-benefits__grid > div,
  .sdwp-benefits__grid > div:first-child {
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sdwp-benefits__grid > div:last-child {
    border-bottom: 0;
  }

  .sdwp-venue__image img {
    box-shadow: 10px 10px 0 var(--sdwp-yellow);
  }

  .sdwp-addresses {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sdwp-button {
    transition: none;
  }
}
