:root {
  --cream: #f5efe2;
  --cream-soft: #efe6d7;
  --forest: #234236;
  --forest-deep: #1d3a2f;
  --forest-ink: #173127;
  --taupe: #8a7f73;
  --brass: #b08d57;
  --black: #1c1b19;
  --white: #fffdf8;
  --line: rgba(35, 66, 54, 0.12);
  --line-strong: rgba(35, 66, 54, 0.22);
  --max-width: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--black);
  background:
    radial-gradient(circle at top left, rgba(176, 141, 87, 0.08), transparent 22%),
    linear-gradient(180deg, var(--cream) 0%, #f8f2e7 24%, #efe6d7 100%);
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
}

.hero-shell {
  position: relative;
  overflow: hidden;
  padding: 0 0 84px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #214335 0%, #224234 100%);
  background-size: 100% 160px, 120px 100%, 100% 100%;
  color: var(--white);
}

.hero-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.04), transparent 28%),
    radial-gradient(circle at top left, rgba(176, 141, 87, 0.12), transparent 22%);
  pointer-events: none;
}

.hero-shell .site-shell {
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.brand-mark {
  display: flex;
  align-items: center;
  padding: 28px 0;
}

.brand-name {
  max-width: 210px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1.05;
  color: var(--white);
}

.topnav {
  display: flex;
  align-items: stretch;
  margin-left: auto;
}

.topnav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 0 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(245, 239, 226, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

.topnav a:hover {
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
}

.topnav .nav-cta {
  background: transparent;
  border: 1px solid rgba(176, 141, 87, 0.9);
  border-right: 1px solid rgba(176, 141, 87, 0.9);
  color: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 58px;
  align-items: center;
  min-height: 720px;
  padding: 52px 0 40px;
}

.hero h1,
.section h2,
.section h3,
.panel h3,
.proof-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brass);
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 42px;
  height: 1px;
  background: rgba(176, 141, 87, 0.7);
}

.hero-copy {
  max-width: 760px;
  text-align: center;
  justify-self: center;
}

.hero h1 {
  margin-top: 26px;
  font-size: clamp(3.8rem, 7vw, 5.9rem);
  line-height: 1;
  color: var(--cream);
}

.hero-accent {
  display: block;
  color: var(--brass);
  font-style: italic;
}

.hero-text,
.body-block p,
.feature-story-copy p,
.section-intro p,
.proof-card p,
.application-copy p,
.panel p,
.timeline-item p {
  font-size: 1.04rem;
  line-height: 1.85;
}

.hero-text {
  max-width: 45rem;
  margin: 26px auto 0;
  color: rgba(245, 239, 226, 0.84);
}

.hero-support {
  max-width: 42rem;
  margin: 18px auto 0;
  color: rgba(245, 239, 226, 0.72);
  font-size: 0.98rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin: 40px 0 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  min-width: 280px;
  padding: 0 28px;
  border-radius: 0;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: #bd9658;
  color: var(--forest-ink);
}

.button-secondary {
  border-color: rgba(245, 239, 226, 0.28);
  background: transparent;
  color: var(--white);
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-card {
  width: min(100%, 430px);
  aspect-ratio: 0.84;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% center;
  filter: saturate(0.92) contrast(1.04);
}

.simple-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.simple-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(28, 27, 25, 0.84);
}

.simple-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--brass);
}

.ticker-band {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: 0 0 28px;
  transform: translateX(-50%);
  overflow: hidden;
  background: #bd9658;
  border-top: 1px solid rgba(23, 49, 39, 0.08);
  border-bottom: 1px solid rgba(23, 49, 39, 0.08);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 38s linear infinite;
}

.ticker-content {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-shrink: 0;
  padding: 16px 28px;
  white-space: nowrap;
  color: rgba(23, 49, 39, 0.88);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.42rem;
  font-style: italic;
}

.ticker-sep {
  font-size: 0.95rem;
  font-style: normal;
  opacity: 0.5;
}

.section {
  padding: 68px 0;
  border-top: 1px solid var(--line);
}

#who-this-is-for,
#why-jon,
#authority-advisory {
  padding-top: 40px;
}

#who-this-is-for .panel {
  padding-top: 0;
  border-top: 0;
}

.two-column,
.application-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: start;
}

.two-column h2,
.feature-story-copy h2,
.section-intro h2,
.application-copy h2 {
  font-size: clamp(2.5rem, 5vw, 4.15rem);
  line-height: 0.98;
  color: var(--forest-deep);
}

.section-label {
  margin-bottom: 18px;
}

.editorial-grid,
.proof-grid {
  display: grid;
  gap: 28px;
}

.editorial-grid {
  grid-template-columns: 1.2fr 0.8fr;
}

.panel,
.proof-card,
.application-form,
.timeline-item {
  background: transparent;
  border: 0;
  padding: 0;
}

.panel {
  padding-top: 22px;
  border-top: 1px solid var(--line-strong);
}

.panel-dark {
  padding-right: 26px;
}

.editorial-grid .panel:last-child {
  padding-left: 26px;
  border-left: 1px solid var(--line);
}

.feature-story {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: start;
}

.feature-story-media img {
  min-height: 420px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.section-intro {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-intro.narrow {
  max-width: 680px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.timeline-item {
  padding-top: 18px;
  border-top: 1px solid var(--line-strong);
}

.timeline-step {
  display: inline-block;
  margin-bottom: 16px;
  padding-top: 12px;
  color: var(--brass);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.timeline-item h3 {
  margin-bottom: 12px;
  font-size: 2rem;
  color: var(--forest);
}

.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 34px;
}

.proof-card {
  padding-top: 18px;
  border-top: 1px solid var(--line-strong);
}

.proof-card h3 {
  margin-bottom: 12px;
  font-size: 2rem;
  color: var(--forest);
}

.application-section {
  margin-top: 20px;
  padding-top: 28px;
  border-top: 1px solid var(--line-strong);
}

.application-form {
  display: grid;
  gap: 18px;
  padding-left: 34px;
  border-left: 1px solid var(--line);
}

.application-form label {
  display: grid;
  gap: 10px;
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.application-form input,
.application-form textarea {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(35, 66, 54, 0.22);
  background: transparent;
  color: var(--black);
  font: inherit;
}

.application-form input:focus,
.application-form textarea:focus {
  outline: none;
  border-bottom-color: var(--brass);
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 60px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    order: -1;
  }

  .hero-card {
    width: min(100%, 520px);
  }

  .feature-story,
  .two-column,
  .application-section,
  .editorial-grid,
  .proof-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .editorial-grid .panel:last-child,
  .application-form {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 940px) {
  .site-shell {
    width: min(calc(100% - 24px), var(--max-width));
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .brand-mark {
    padding-bottom: 12px;
  }

  .topnav {
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .topnav a {
    min-width: 0;
    flex: 1 1 180px;
    min-height: 58px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 720px) {
  .hero-shell {
    padding-bottom: 28px;
  }

  .hero {
    min-height: 0;
    gap: 16px;
    padding: 20px 0 8px;
    grid-template-columns: 1fr;
  }

  .topbar,
  .hero-visual {
    display: none;
  }

  .hero-copy {
    max-width: none;
    text-align: left;
  }

  .hero h1 {
    margin-top: 14px;
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  .eyebrow::before,
  .eyebrow::after {
    display: none;
  }

  .hero-text {
    margin: 18px 0 0;
  }

  .hero-actions {
    margin: 22px 0 0;
    gap: 12px;
  }

  .section {
    padding: 36px 0;
  }

  .section-intro {
    margin-bottom: 14px;
  }

  .two-column,
  .feature-story,
  .editorial-grid,
  .proof-grid,
  .timeline,
  .application-section {
    gap: 20px;
  }

  .ticker-band {
    margin-bottom: 10px;
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .timeline-item,
  .proof-card {
    padding-top: 10px;
  }

  .application-section {
    margin-top: 0;
    padding-top: 18px;
  }

  .application-form {
    gap: 14px;
  }

  .feature-story-media img {
    min-height: auto;
  }

  .ticker-content {
    gap: 20px;
    padding: 14px 20px;
    font-size: 1.12rem;
  }
}
