:root {
  --white: #fffdf8;
  --sand: #f4dfba;
  --sand-deep: #e4b874;
  --sky: #9fdcfa;
  --sky-strong: #5cb8ee;
  --sun: #ffd851;
  --golden: #ef8a22;
  --golden-deep: #d7680c;
  --blue-hour: #103c64;
  --blue-hour-soft: #406681;
  --line: rgba(16, 60, 100, 0.14);
  --shadow: 0 28px 78px rgba(16, 43, 71, 0.14);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--blue-hour);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 10% 0%, rgba(92, 184, 238, 0.45), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(255, 216, 81, 0.42), transparent 20rem),
    radial-gradient(circle at 100% 100%, rgba(239, 138, 34, 0.16), transparent 22rem),
    linear-gradient(180deg, #fffdf8 0%, #fff9ee 35%, #f7ebd6 100%);
}

a {
  color: inherit;
}

.page-shell {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 1rem 0 2.5rem;
}

.site-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0 1.35rem;
  text-align: center;
}

.brand,
h1,
h2,
h3,
blockquote {
  font-family: "Iowan Old Style", "Baskerville", "Palatino Linotype", Georgia, serif;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12rem;
  text-decoration: none;
}

.brand-mark {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 0.96;
  letter-spacing: 0.02em;
  color: var(--blue-hour);
}

.brand-submark {
  color: var(--blue-hour-soft);
  font-size: 1rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding-top: 0.35rem;
}

.site-nav a {
  color: var(--blue-hour-soft);
  text-decoration: none;
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--golden);
}

.hero,
.section,
.contact-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.94), rgba(250, 241, 225, 0.92)),
    rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero::before,
.section::before,
.contact-card::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(92, 184, 238, 0.28), transparent 70%);
  pointer-events: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.9fr);
  gap: 1.35rem;
  padding: clamp(1.75rem, 3.4vw, 3.4rem);
  border-radius: 42px;
  background:
    radial-gradient(circle at right top, rgba(92, 184, 238, 0.22), transparent 21rem),
    radial-gradient(circle at 20% 100%, rgba(255, 216, 81, 0.18), transparent 18rem),
    linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(248, 238, 222, 0.92));
}

.hero-copy,
.hero-visual,
.section-heading,
.section-copy,
.contact-copy,
.contact-actions {
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-label,
.panel-label {
  margin: 0 0 0.8rem;
  color: var(--golden);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.credential {
  display: inline-flex;
  margin: 0 0 1.15rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 60, 100, 0.08);
  background: linear-gradient(135deg, rgba(159, 220, 250, 0.9), rgba(255, 216, 81, 0.32));
  color: var(--blue-hour);
  font-size: 0.9rem;
}

h1 {
  margin: 0;
  font-size: clamp(2.9rem, 7vw, 5.4rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  max-width: 11.5ch;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
  max-width: 13ch;
}

.hero-text,
.hero-note,
.section-copy p,
.pill-card p,
.card p,
.process-step p,
.quote-support,
.contact-card p,
.mini-step p,
.site-footer p {
  color: var(--blue-hour-soft);
  font-size: 1.05rem;
  line-height: 1.72;
}

.hero-text {
  max-width: 42rem;
  margin: 1.5rem 0 0;
}

.hero-note {
  margin: 1rem 0 0;
  max-width: 33rem;
}

.hero-discovery-card {
  margin-top: 1.6rem;
  max-width: none;
  padding: 1.35rem 1.4rem 1.45rem;
  border-radius: 28px;
  border: 1px solid rgba(16, 60, 100, 0.08);
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 216, 81, 0.22), transparent 8rem),
    linear-gradient(150deg, rgba(255, 255, 255, 0.95), rgba(159, 220, 250, 0.22)),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 28px rgba(16, 60, 100, 0.08);
}

.hero-card-title {
  margin: 0;
  max-width: none;
  color: var(--blue-hour);
  font-size: clamp(1.6rem, 2.8vw, 2.25rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-align: center;
  white-space: nowrap;
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 2.5rem;
}

.hero-actions .button {
  width: 100%;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--golden) 0%, var(--golden-deep) 100%);
  color: var(--white);
  box-shadow: 0 18px 34px rgba(239, 138, 34, 0.34);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, #f59a31 0%, #cf5f12 100%);
}

.button-secondary {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(159, 220, 250, 0.18), rgba(255, 255, 255, 0.85));
  color: var(--blue-hour);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: linear-gradient(135deg, rgba(159, 220, 250, 0.34), rgba(255, 255, 255, 0.94));
  border-color: rgba(16, 60, 100, 0.24);
}

.hero-visual {
  display: grid;
  gap: 1rem;
  align-content: start;
  padding-top: 1.35rem;
}

.portrait-card {
  position: relative;
  margin: 0;
  min-height: 23rem;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(16, 60, 100, 0.1);
  box-shadow: var(--shadow);
}

.portrait-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(92, 184, 238, 0.14), rgba(244, 223, 186, 0.28)),
    linear-gradient(180deg, transparent 42%, rgba(16, 60, 100, 0.34) 100%);
  pointer-events: none;
}

.portrait-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.02) contrast(0.98) brightness(1.03);
}

.portrait-caption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  margin: 0;
  padding: 0.95rem 1rem;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.78), rgba(159, 220, 250, 0.26));
  color: var(--blue-hour);
  font-size: 0.96rem;
  line-height: 1.55;
  backdrop-filter: blur(16px);
  z-index: 1;
}

.hero-panel {
  padding: 1.45rem;
  border-radius: 28px;
  border: 1px solid rgba(16, 60, 100, 0.08);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(244, 223, 186, 0.72)),
    rgba(255, 255, 255, 0.8);
}

.quote-panel {
  min-height: 12rem;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 216, 81, 0.32), transparent 9rem),
    linear-gradient(150deg, rgba(255, 255, 255, 0.92), rgba(159, 220, 250, 0.34)),
    rgba(255, 255, 255, 0.82);
}

.hero-copy .quote-panel {
  margin-top: 0;
}

.hero-discovery-card .panel-label,
.quote-panel .panel-label,
.pill-card h3,
.card h3,
.process-step h3 {
  text-align: center;
}

.quote-copy {
  margin: 0;
  color: var(--blue-hour);
  font-size: 1.55rem;
  line-height: 1.28;
  text-align: center;
  max-width: none;
}

.quote-support-panel {
  margin: 0.85rem 0 0;
  color: var(--blue-hour-soft);
  font-size: 0.98rem;
  line-height: 1.62;
}

.mini-step-list {
  display: grid;
  gap: 1rem;
}

.mini-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
}

.mini-step-number,
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(159, 220, 250, 0.34), rgba(255, 216, 81, 0.3));
  color: var(--golden-deep);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.mini-step-title {
  margin: 0 0 0.3rem;
  font-size: 1.15rem;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
}

.mini-step p {
  margin: 0;
  font-size: 0.98rem;
}

.section {
  margin-top: 1.3rem;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  border-radius: 32px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
  gap: 2rem;
  align-items: start;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 1.6rem;
}

.section-copy p {
  margin: 0 0 1rem;
}

.pill-grid,
.card-grid,
.process-grid {
  display: grid;
  gap: 1rem;
}

.pill-grid,
.card-grid,
.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pill-card,
.card,
.process-step {
  min-height: 100%;
  padding: 1.4rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 22px rgba(16, 43, 71, 0.05);
}

.pill-card:nth-child(1),
.card:nth-child(1),
.process-step:nth-child(1) {
  background: linear-gradient(180deg, rgba(159, 220, 250, 0.22), rgba(255, 255, 255, 0.9) 35%);
  border-top: 4px solid var(--sky-strong);
}

.pill-card:nth-child(2),
.card:nth-child(2),
.process-step:nth-child(2) {
  background: linear-gradient(180deg, rgba(255, 216, 81, 0.18), rgba(255, 255, 255, 0.9) 35%);
  border-top: 4px solid var(--sun);
}

.pill-card:nth-child(3),
.card:nth-child(3),
.process-step:nth-child(3) {
  background: linear-gradient(180deg, rgba(239, 138, 34, 0.16), rgba(255, 255, 255, 0.9) 35%);
  border-top: 4px solid var(--golden);
}

.pill-card h3,
.card h3,
.process-step h3,
.footer-title {
  margin: 0 0 0.75rem;
  font-size: 1.38rem;
  line-height: 1.15;
  max-width: none;
  white-space: nowrap;
}

.quote-section {
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 216, 81, 0.28), transparent 12rem),
    linear-gradient(130deg, rgba(16, 60, 100, 0.07), rgba(159, 220, 250, 0.32)),
    rgba(255, 253, 248, 0.82);
}

.quote-wrap {
  position: relative;
  z-index: 1;
  max-width: 54rem;
}

blockquote {
  margin: 0;
  color: var(--blue-hour);
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.quote-support {
  margin: 1rem 0 0;
  max-width: 40rem;
}

.contact-section {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.5rem;
  padding: clamp(1.8rem, 3vw, 2.8rem);
  border-radius: 32px;
  background:
    radial-gradient(circle at 95% 0%, rgba(239, 138, 34, 0.18), transparent 14rem),
    radial-gradient(circle at 0% 100%, rgba(92, 184, 238, 0.2), transparent 16rem),
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(247, 235, 214, 0.92));
}

.contact-actions {
  display: grid;
  align-content: start;
  gap: 0.85rem;
}

.contact-note {
  margin: 0.25rem 0 0;
  font-size: 0.94rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-end;
  padding: 1.6rem 0 0;
}

.footer-title {
  font-family: "Iowan Old Style", "Baskerville", "Palatino Linotype", Georgia, serif;
}

.site-footer p {
  margin: 0;
  font-size: 0.95rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero,
  .split-heading,
  .pill-grid,
  .card-grid,
  .process-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 1.15rem;
  }

  .hero-visual {
    padding-top: 0;
  }

  .portrait-card {
    min-height: 20rem;
  }

  h1,
  h2 {
    max-width: none;
  }

  .hero-card-title,
  .pill-card h3,
  .card h3,
  .process-step h3 {
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(calc(100% - 1rem), var(--max-width));
  }

  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: center;
  }

  .site-header {
    gap: 0.8rem;
    padding-bottom: 1.1rem;
  }

  .brand-mark {
    font-size: clamp(2.5rem, 9vw, 3.4rem);
  }

  .brand-submark {
    font-size: 1.1rem;
  }

  .site-nav {
    justify-content: center;
    gap: 0.8rem;
    padding-top: 0;
    font-size: 0.98rem;
  }

  .hero {
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 28px;
  }

  .hero-copy {
    text-align: center;
  }

  .eyebrow {
    margin-bottom: 0.75rem;
  }

  .credential {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: min(100%, 40rem);
    text-align: center;
  }

  .section,
  .contact-card {
    padding: 1.2rem;
    border-radius: 24px;
  }

  h1 {
    font-size: clamp(2.2rem, 13vw, 4rem);
    line-height: 0.92;
    text-wrap: balance;
  }

  .credential {
    font-size: 0.84rem;
    padding: 0.42rem 0.68rem;
  }

  .hero-text,
  .hero-note,
  .section-copy p,
  .pill-card p,
  .card p,
  .process-step p,
  .quote-support,
  .contact-card p,
  .mini-step p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .hero-text,
  .hero-note {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-discovery-card {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }

  .portrait-card {
    min-height: 16.5rem;
  }

  .portrait-caption {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    padding: 0.8rem 0.9rem;
  }

  .steps-panel {
    display: none;
  }

  .quote-copy {
    font-size: 1.4rem;
  }

  .contact-card {
    gap: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  [data-reveal] {
    transition: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
