:root {
  --blue-950: #04243a;
  --blue-900: #06375c;
  --blue-700: #0d5f9e;
  --pool: #35b8c8;
  --red: #e1232e;
  --orange: #ff7a1a;
  --gold: #ffc83d;
  --ink: #092033;
  --muted: #53687a;
  --line: #d6e5ed;
  --white: #ffffff;
  --soft: #f3f9fb;
  --shadow: 0 22px 60px rgba(4, 36, 58, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.hero {
  align-items: center;
  background:
    linear-gradient(110deg, rgba(4, 36, 58, 0.94) 0%, rgba(6, 55, 92, 0.9) 47%, rgba(255, 255, 255, 0) 47%),
    var(--soft);
  display: grid;
  gap: clamp(22px, 4vw, 56px);
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(32px, 5vw, 72px) clamp(18px, 4vw, 58px);
}

.hero-copy {
  color: var(--white);
  max-width: 590px;
  position: relative;
  z-index: 2;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-size: clamp(4rem, 7.2vw, 6.9rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.86;
  max-width: 610px;
  text-transform: uppercase;
}

.hero-lede {
  color: #e7f7fb;
  font-size: clamp(1.28rem, 2.1vw, 2rem);
  font-weight: 750;
  line-height: 1.26;
  margin-top: 28px;
  max-width: 600px;
}

.hero-actions,
.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button,
.social-row a {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 900;
  gap: 9px;
  justify-content: center;
  min-height: 48px;
  padding: 14px 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.button svg,
.social-row svg {
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 16px;
}

.button-primary {
  background: var(--red);
  color: var(--white);
}

.button-secondary {
  background: var(--white);
  color: var(--blue-950);
}

.hero-media {
  min-height: 580px;
  position: relative;
}

.hero-building {
  border: 10px solid var(--white);
  box-shadow: var(--shadow);
  height: min(62vw, 690px);
  min-height: 500px;
  object-fit: cover;
  object-position: 50% 42%;
  transform: rotate(1.5deg);
  width: 100%;
}

.hero-logo {
  background: var(--blue-950);
  border: 8px solid var(--white);
  border-radius: 50%;
  bottom: 2%;
  box-shadow: 0 18px 42px rgba(4, 36, 58, 0.25);
  left: -44px;
  padding: 8px;
  position: absolute;
  width: clamp(150px, 18vw, 250px);
}

.fact-band {
  background: var(--red);
  color: var(--white);
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  padding: clamp(42px, 6vw, 76px) clamp(18px, 4vw, 58px);
}

.fact-band h2,
.section-copy h2,
.action-section h2,
.section-heading h2,
.newsletter h2 {
  font-size: clamp(2.2rem, 4vw, 4.25rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.94;
  text-transform: uppercase;
}

.fact-band > div > p,
.section-copy p,
.action-section p,
.section-heading p,
.newsletter p,
.embed-panel p {
  font-size: clamp(1.02rem, 1.35vw, 1.2rem);
  font-weight: 550;
  line-height: 1.62;
  margin-top: 20px;
}

.fact-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fact {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  padding: 22px;
}

.fact h3 {
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
}

.fact p {
  font-size: 1.02rem;
  font-weight: 750;
  line-height: 1.38;
  margin-top: 14px;
}

.split-section,
.jd-section,
.action-section,
.media-section,
.newsletter {
  padding: clamp(58px, 8vw, 116px) clamp(18px, 4vw, 58px);
}

.split-section,
.jd-section,
.newsletter {
  align-items: center;
  display: grid;
  gap: clamp(30px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
}

.section-copy {
  max-width: 720px;
}

.section-copy h2,
.newsletter h2,
.action-section h2,
.section-heading h2 {
  color: var(--blue-950);
}

.section-copy p + p {
  margin-top: 16px;
}

.image-stack {
  display: grid;
  gap: 18px;
}

.image-stack img,
.portrait-frame img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  height: 310px;
  object-fit: cover;
  width: 100%;
}

.image-stack img:nth-child(2) {
  height: 260px;
  margin-left: -42px;
  width: calc(100% + 42px);
}

.jd-section {
  background: var(--soft);
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
}

.portrait-frame {
  background: linear-gradient(145deg, var(--pool), var(--orange));
  border-radius: 8px;
  padding: 12px;
}

.portrait-frame img {
  height: min(56vw, 680px);
  object-position: 50% 18%;
}

.action-section {
  align-items: start;
  background: var(--blue-950);
  color: var(--white);
  display: grid;
  gap: clamp(28px, 4vw, 70px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
}

.action-section h2,
.action-section p {
  color: var(--white);
}

.action-section ol {
  counter-reset: action;
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.action-section li {
  align-items: center;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  display: grid;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  font-weight: 800;
  gap: 18px;
  grid-template-columns: 54px 1fr;
  line-height: 1.34;
  padding: 18px;
}

.action-section li::before {
  align-items: center;
  background: var(--orange);
  border-radius: 50%;
  color: var(--blue-950);
  content: counter(action);
  counter-increment: action;
  display: grid;
  font-weight: 950;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.media-section {
  background: var(--white);
}

.section-heading {
  max-width: 820px;
}

.embed-grid {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(300px, 0.86fr) minmax(320px, 1.14fr);
  margin-top: 38px;
}

.embed-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 22px;
  padding: clamp(20px, 3vw, 34px);
}

.embed-panel h3 {
  color: var(--blue-950);
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.speech-panel {
  background: linear-gradient(180deg, #f8fdff 0%, #ffffff 100%);
}

.event-panel {
  background: var(--soft);
}

.phone-embed,
.event-embed,
.form-frame {
  overflow: hidden;
}

.phone-embed {
  display: flex;
  justify-content: center;
}

.phone-embed iframe {
  max-width: 100%;
}

.event-embed iframe {
  width: 100%;
}

.newsletter {
  background: linear-gradient(135deg, var(--pool) 0%, #e9fbff 46%, var(--white) 46%);
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
}

.newsletter-copy {
  max-width: 640px;
}

.social-row a {
  background: var(--blue-950);
  color: var(--white);
}

.form-frame {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: clamp(22px, 3vw, 34px);
}

.signup-form {
  display: grid;
  gap: 12px;
}

.signup-form label {
  color: var(--blue-950);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
}

.signup-fields {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.signup-fields input {
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  font-weight: 650;
  min-height: 52px;
  min-width: 0;
  padding: 0 15px;
  width: 100%;
}

.signup-fields input:focus {
  border-color: var(--pool);
  outline: 3px solid rgba(53, 184, 200, 0.24);
}

.signup-fields button {
  border: 0;
  cursor: pointer;
  min-width: 128px;
}

.hidden-field {
  display: none;
}

.site-footer {
  align-items: center;
  background: var(--blue-950);
  color: var(--white);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  padding: 28px clamp(18px, 4vw, 58px);
}

.site-footer img {
  height: 72px;
  width: 72px;
}

.site-footer strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 950;
  text-transform: uppercase;
}

.site-footer p {
  color: #cce7f2;
  font-weight: 700;
  margin-top: 4px;
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.source-links a {
  color: #cce7f2;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.signup-modal[hidden] {
  display: none;
}

.signup-modal {
  align-items: flex-start;
  background: rgba(4, 36, 58, 0.72);
  display: flex;
  inset: 0;
  justify-content: center;
  overflow-y: auto;
  padding: 22px;
  position: fixed;
  z-index: 20;
}

.signup-modal-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(4, 36, 58, 0.32);
  margin: auto 0;
  max-width: 760px;
  padding: clamp(22px, 3vw, 34px);
  position: relative;
  width: 100%;
}

.signup-modal-card h2 {
  color: var(--blue-950);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.94;
  padding-right: 36px;
  text-transform: uppercase;
}

.signup-modal-card p {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.55;
  margin-top: 18px;
}

.modal-signup-form {
  margin-top: 20px;
}

.modal-close {
  align-items: center;
  background: var(--blue-950);
  border: 0;
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 38px;
}

.modal-close svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.5;
  width: 20px;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 16px;
}

.modal-actions .button {
  cursor: pointer;
}

.modal-actions .button-secondary {
  background: var(--soft);
  border: 1px solid var(--line);
}

@media (max-width: 980px) {
  .hero,
  .fact-band,
  .split-section,
  .jd-section,
  .action-section,
  .embed-grid,
  .newsletter {
    grid-template-columns: 1fr;
  }

  .hero {
    background: var(--blue-950);
    min-height: auto;
  }

  .hero-media {
    min-height: 0;
  }

  .hero-building {
    height: 54vw;
    min-height: 330px;
  }

  .hero-logo {
    left: 18px;
  }

  .fact-grid {
    grid-template-columns: 1fr;
  }

  .image-stack img:nth-child(2) {
    margin-left: 0;
    width: 100%;
  }

  .newsletter {
    background: var(--soft);
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: clamp(3.15rem, 18vw, 5.4rem);
  }

  .hero-lede {
    font-size: 1.18rem;
  }

  .hero-building {
    min-height: 250px;
  }

  .hero-logo {
    width: 128px;
  }

  .button,
  .social-row a {
    width: 100%;
  }

  .signup-fields {
    grid-template-columns: 1fr;
  }

  .signup-fields button {
    width: 100%;
  }

  .fact-band h2,
  .section-copy h2,
  .action-section h2,
  .section-heading h2,
  .newsletter h2 {
    font-size: clamp(2rem, 12vw, 3.4rem);
  }

  .image-stack img,
  .portrait-frame img {
    height: 260px;
  }

  .action-section li {
    grid-template-columns: 44px 1fr;
    padding: 15px;
  }

  .action-section li::before {
    height: 44px;
    width: 44px;
  }

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

  .source-links {
    justify-content: flex-start;
  }
}
