@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,500;1,600&family=Montserrat:wght@400;500;600;700&family=Poppins:ital,wght@1,400&display=swap");

.cd-page {
  --hope-orange: #f29a3d;
  --hope-orange-dark: #dc7d22;
  --freedom-blue: #8ebced;
  --grounded-taupe: #b7b0ab;
  --charcoal: #1f1f1f;
  --ivory: #faf7f0;
  --soft-blue: #edf6ff;
  --white: #ffffff;
  background: var(--white);
  color: var(--charcoal);
  font-family: "Montserrat", Arial, sans-serif;
  margin: 0;
  overflow: hidden;
}

.cd-page *,
.cd-page *::before,
.cd-page *::after {
  box-sizing: border-box;
}

.cd-page a {
  color: inherit;
  text-decoration: none;
}

.cd-page a:focus-visible,
.cd-page button:focus-visible,
.cd-page input:focus-visible {
  outline: 3px solid var(--freedom-blue);
  outline-offset: 4px;
}

.cd-shell {
  margin: 0 auto;
  max-width: 1000px;
}

.cd-hero {
  align-items: center;
  background: var(--ivory);
  display: flex;
  min-height: 820px;
  padding: 78px 24px 96px;
  text-align: center;
}

.cd-hero-inner {
  width: 100%;
}

.cd-marks {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 34px;
  max-width: 600px;
}

.cd-line {
  background: var(--grounded-taupe);
  display: block;
  height: 1px;
  width: clamp(55px, 9vw, 125px);
}

.cd-line-short {
  margin: 0 16px;
  width: clamp(34px, 5vw, 70px);
}

.cd-star {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  margin: 0 16px;
}

.cd-star-blue {
  color: var(--freedom-blue);
}

.cd-star-orange {
  color: var(--hope-orange);
}

.cd-hero h1 {
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.4rem, 8vw, 7.7rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.82;
  margin: 0;
}

.cd-hero h1 em {
  color: var(--hope-orange-dark);
  font-weight: 500;
}

.cd-hero-kicker {
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.3vw, 3rem);
  font-weight: 600;
  margin: 42px 0 16px;
}

.cd-eyebrow,
.cd-form-kicker {
  color: var(--hope-orange-dark);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  margin: 0 0 26px;
  text-transform: uppercase;
}

.cd-hero-next {
  margin-bottom: 30px;
}

.cd-hero-copy {
  color: var(--charcoal);
  font-size: clamp(0.98rem, 1.5vw, 1.15rem);
  line-height: 1.8;
  margin: 0 auto;
  max-width: 650px;
}

.cd-button {
  align-items: center;
  background: var(--hope-orange);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(220, 125, 34, 0.22);
  color: var(--charcoal);
  cursor: pointer;
  display: inline-flex;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 56px;
  padding: 16px 30px;
  text-transform: uppercase;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cd-button:hover {
  background: #ffa94f;
  box-shadow: 0 15px 34px rgba(220, 125, 34, 0.3);
  color: var(--charcoal);
  transform: translateY(-2px);
}

.cd-hero-button {
  margin-top: 34px;
}

.cd-button-note {
  color: #6c6560;
  font-size: 0.78rem;
  margin: 16px 0 0;
}

.cd-direction-message {
  border-bottom: 1px solid rgba(183, 176, 171, 0.8);
  border-top: 1px solid rgba(183, 176, 171, 0.8);
  margin: 34px auto 0;
  max-width: 720px;
  padding: 24px 22px 26px;
}

.cd-direction-title {
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 2.8vw, 2.45rem);
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 9px;
}

.cd-direction-copy {
  color: #5f5954;
  font-size: clamp(0.9rem, 1.3vw, 1rem);
  line-height: 1.75;
  margin: 0 auto;
  max-width: 610px;
}

.cd-direction-copy strong {
  color: var(--hope-orange-dark);
}

.cd-priority {
  display: grid;
  gap: clamp(50px, 8vw, 120px);
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  margin: 0 auto;
  max-width: 1300px;
  padding: clamp(90px, 11vw, 150px) clamp(24px, 6vw, 80px);
}

.cd-priority h2,
.cd-about h2 {
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 0 0 30px;
}

.cd-priority-copy {
  color: #5f5954;
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 650px;
}

.cd-path {
  border-top: 1px solid var(--grounded-taupe);
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 55px;
  padding-top: 30px;
}

.cd-path span {
  color: var(--hope-orange-dark);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 13px;
}

.cd-path strong {
  color: var(--charcoal);
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.cd-path p {
  color: #6c6560;
  font-size: 0.83rem;
  line-height: 1.65;
  margin: 0;
}

.cd-form-card {
  align-self: start;
  background: var(--soft-blue);
  border: 1px solid rgba(142, 188, 237, 0.7);
  border-radius: 4px;
  box-shadow: 18px 18px 0 rgba(183, 176, 171, 0.22);
  padding: clamp(36px, 4.5vw, 58px);
  position: sticky;
  top: 32px;
}

.cd-form-star {
  color: var(--hope-orange);
  font-size: 2.2rem;
  position: absolute;
  right: 26px;
  top: 22px;
}

.cd-form-kicker {
  margin-bottom: 14px;
}

.cd-form-card h3 {
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3.3rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 18px;
}

.cd-form-copy {
  color: #5f5954;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 0 28px;
}

.cd-field {
  margin-bottom: 18px;
}

.cd-field label {
  color: var(--charcoal);
  display: block;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.cd-input,
.cd-form-card .form-control {
  background: var(--white);
  border: 1px solid var(--grounded-taupe);
  border-radius: 2px;
  color: var(--charcoal);
  font-family: "Montserrat", Arial, sans-serif;
  min-height: 56px;
  padding: 15px 17px;
  width: 100%;
}

.cd-input:focus,
.cd-form-card .form-control:focus {
  border-color: var(--freedom-blue);
  box-shadow: 0 0 0 4px rgba(142, 188, 237, 0.23);
  outline: 0;
}

.cd-submit {
  margin-top: 7px;
  width: 100%;
}

.cd-consent {
  color: #6c6560;
  font-size: 0.68rem;
  line-height: 1.55;
  margin: 16px 0 0;
  text-align: center;
}

.cd-form-placeholder {
  background: rgba(255, 255, 255, 0.72);
  border: 1px dashed var(--freedom-blue);
  color: #5f5954;
  display: grid;
  font-size: 0.78rem;
  gap: 8px;
  line-height: 1.55;
  padding: 20px;
  text-align: center;
}

.cd-form-placeholder strong {
  color: var(--charcoal);
}

.cd-about {
  align-items: center;
  background: var(--ivory);
  color: var(--charcoal);
  display: grid;
  gap: clamp(50px, 9vw, 130px);
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  padding: clamp(90px, 11vw, 150px) clamp(24px, 9vw, 130px);
}

.cd-about-logo {
  aspect-ratio: 1;
  background: var(--white);
  border: 1px solid rgba(183, 176, 171, 0.75);
  border-radius: 50%;
  box-shadow: 0 22px 55px rgba(183, 176, 171, 0.26);
  justify-self: center;
  max-width: 430px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cd-about-logo img {
  display: block;
  height: auto;
  left: 50%;
  max-width: none;
  position: absolute;
  top: -41.5%;
  transform: translateX(-50%);
  width: 350%;
}

.cd-about-copy {
  max-width: 760px;
}

.cd-about-copy h2 {
  margin-bottom: 34px;
}

.cd-about-copy > p:not(.cd-eyebrow) {
  color: #5f5954;
  font-size: 0.95rem;
  line-height: 1.9;
  margin: 0 0 20px;
}

.cd-text-link {
  border-bottom: 2px solid var(--hope-orange);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 18px;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.cd-text-link span {
  color: var(--hope-orange);
  font-size: 1rem;
  margin-left: 8px;
}

.cd-closing {
  align-items: center;
  background: var(--white);
  display: flex;
  justify-content: space-between;
  min-height: 238px;
  padding: 18px clamp(24px, 7vw, 104px);
}

.cd-closing-brand {
  align-items: center;
  display: flex;
  height: 202px;
  justify-content: flex-start;
  width: 250px;
}

.cd-closing-brand img {
  display: block;
  height: 202px;
  object-fit: contain;
  width: 202px;
}

.cd-closing-cta {
  border-bottom: 2px solid var(--hope-orange);
  color: var(--charcoal);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 10px 0 8px;
  text-transform: uppercase;
}

.cd-closing-cta:hover {
  color: var(--hope-orange-dark);
}

.cd-footer {
  align-items: center;
  background: #171717;
  border-top: 1px solid #383838;
  color: #bcb6b1;
  display: flex;
  font-size: 0.7rem;
  justify-content: space-between;
  letter-spacing: 0.12em;
  padding: 28px clamp(24px, 7vw, 104px);
  text-transform: uppercase;
}

.cd-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .cd-priority,
  .cd-about {
    grid-template-columns: 1fr;
  }

  .cd-form-card {
    max-width: 600px;
    position: relative;
    top: auto;
    width: 100%;
  }

  .cd-about-logo {
    max-width: 330px;
  }
}

@media (max-width: 640px) {
  .cd-hero {
    min-height: 800px;
    padding: 56px 20px 76px;
  }

  .cd-hero h1 {
    font-size: clamp(3.9rem, 18vw, 5.5rem);
    line-height: 0.85;
  }

  .cd-hero-kicker {
    margin-top: 34px;
  }

  .cd-marks {
    margin-bottom: 28px;
  }

  .cd-line {
    width: 42px;
  }

  .cd-line-short {
    margin: 0 8px;
    width: 25px;
  }

  .cd-star {
    font-size: 1.45rem;
    margin: 0 9px;
  }

  .cd-direction-message {
    padding-left: 4px;
    padding-right: 4px;
  }

  .cd-path {
    grid-template-columns: 1fr;
  }

  .cd-path div {
    border-bottom: 1px solid #e3ded8;
    padding-bottom: 24px;
  }

  .cd-priority {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cd-form-card {
    box-shadow: 10px 10px 0 rgba(183, 176, 171, 0.22);
  }

  .cd-about {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cd-closing {
    min-height: 154px;
    padding: 14px 20px;
  }

  .cd-closing-brand {
    height: 126px;
    width: 142px;
  }

  .cd-closing-brand img {
    height: 126px;
    width: 126px;
  }

  .cd-closing-cta {
    font-size: 0.62rem;
    letter-spacing: 0.07em;
  }

  .cd-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    line-height: 1.6;
    padding: 26px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cd-page *,
  .cd-page *::before,
  .cd-page *::after {
    transition-duration: 0.01ms !important;
  }
}
