:root {
  --bg: #f4efe6;
  --paper: #fbf7ef;
  --ink: #132315;
  --muted: #5d675e;
  --green: #0f4a2c;
  --gold: #eba14a;
  --navy: #102130;
  --link: #63a7ff;
  --line: rgba(16, 33, 48, 0.14);
  --shadow: 0 24px 60px rgba(16, 33, 48, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  background: linear-gradient(180deg, #f7f2ea 0%, #f1eadf 100%);
  color: var(--ink);
}

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

a {
  color: inherit;
}

.hero {
  position: relative;
  min-height: 100svh;
  color: #f9f3ea;
  overflow: clip;
}

.hero__bg,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__bg {
  background:
    linear-gradient(90deg, rgba(8, 22, 35, 0.88) 0%, rgba(8, 22, 35, 0.74) 40%, rgba(8, 22, 35, 0.34) 100%),
    url("./assets/Nick and Sean YT thumbnail.jpeg") center center / cover no-repeat;
  transform: scale(1.02);
}

.hero__shade {
  background:
    radial-gradient(circle at 78% 22%, rgba(235, 161, 74, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(16, 33, 48, 0.18) 0%, rgba(16, 33, 48, 0.48) 100%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  width: min(1280px, calc(100vw - 3rem));
  margin: 0 auto;
  padding: 2rem 0 3rem;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.72fr);
  grid-template-rows: auto 1fr;
  gap: 2rem 3rem;
  align-content: start;
}

.hero__brand {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero__logo {
  width: 176px;
}

.hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.8rem;
  color: rgba(249, 243, 234, 0.76);
}

.hero__content {
  align-self: end;
  max-width: 720px;
  padding-bottom: 2rem;
}

.hero__kicker,
.section__eyebrow,
.snapshot__label,
.emerged__label,
.links-grid__label,
.hero__chapters-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  font-weight: 700;
}

.hero__kicker {
  color: var(--gold);
  margin: 0 0 1rem;
}

.hero h1,
.section h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(3.8rem, 8vw, 7.2rem);
  line-height: 0.92;
  margin: 0;
  max-width: 9ch;
}

.hero__hook {
  max-width: 34rem;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.6;
  color: rgba(249, 243, 234, 0.88);
  margin: 1.4rem 0 0;
}

.hero__actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

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

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

.button--primary {
  background: var(--gold);
  color: #11202e;
}

.button--ghost {
  border: 1px solid rgba(249, 243, 234, 0.34);
  color: #f9f3ea;
  backdrop-filter: blur(8px);
}

.hero__chapters {
  align-self: end;
  padding: 1.2rem 0 0 1.8rem;
  border-left: 1px solid rgba(249, 243, 234, 0.16);
  margin-bottom: 2rem;
}

.hero__chapters-label {
  color: rgba(249, 243, 234, 0.65);
  margin: 0 0 0.45rem;
}

.hero__chapters-note {
  margin: 0 0 1rem;
  max-width: 22rem;
  font-size: 0.94rem;
  line-height: 1.55;
  color: rgba(249, 243, 234, 0.82);
}

.hero__chapters ol {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.85rem;
}

.hero__chapters a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.18em;
  color: var(--link);
  line-height: 1.4;
}

.hero__chapters a:hover {
  color: #9bc5ff;
}

main {
  position: relative;
  margin-top: 0;
  z-index: 2;
}

.section {
  width: min(1180px, calc(100vw - 3rem));
  margin: 0 auto;
  padding: 5rem 0;
  border-top: 1px solid var(--line);
}

.section--intro {
  border-top: none;
  padding-top: 4.5rem;
}

.section__header {
  margin-bottom: 2rem;
}

.section__eyebrow,
.snapshot__label,
.emerged__label,
.links-grid__label {
  color: var(--green);
  margin: 0 0 0.6rem;
}

.section h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
  max-width: 13ch;
  color: var(--navy);
}

.columns {
  display: grid;
  gap: 2rem;
}

.columns--intro {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.columns p,
.golden-thread p,
.snapshot p,
.moment p,
.emerged-grid p,
.links-grid li,
.takeaways li {
  font-size: 1.05rem;
  line-height: 1.72;
  color: var(--muted);
}

.golden-thread {
  display: grid;
  gap: 1.5rem;
}

.thread-list,
.takeaways,
.links-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.thread-list li,
.takeaways li {
  position: relative;
  padding-left: 1.3rem;
}

.thread-list li::before,
.takeaways li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--gold);
}

.snapshot-grid,
.emerged-grid,
.links-grid {
  display: grid;
  gap: 2rem;
}

.snapshot-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.snapshot,
.emerged-grid article {
  padding-top: 0.5rem;
}

.snapshot h3,
.moment h3 {
  margin: 0 0 0.9rem;
  font-size: 1.6rem;
  line-height: 1.15;
  color: var(--ink);
}

.moment-list {
  display: grid;
  gap: 2rem;
}

.moment {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 1.2rem 1.5rem;
  align-items: start;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.moment:first-child {
  border-top: none;
  padding-top: 0;
}

.moment__time {
  margin: 0;
  font-weight: 700;
}

.moment__time a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.18em;
  color: #2b6fe3;
}

.moment__time a:hover {
  color: #184fa8;
}

.moment h3,
.moment p {
  grid-column: 2;
}

.moment h3 {
  margin-top: 0;
}

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

.quote-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.quote-image {
  margin: 0;
  overflow: clip;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.quote-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-text-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2rem;
}

.quote-text-grid blockquote {
  margin: 0;
  padding: 0;
}

.quote-text-grid p {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  line-height: 1.45;
  color: var(--navy);
}

.quote-text-grid footer {
  color: var(--green);
  font-weight: 700;
}

.takeaways {
  display: grid;
  gap: 1rem;
  max-width: 920px;
}

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

.links-grid ul {
  display: grid;
  gap: 0.75rem;
}

.links-grid li {
  margin: 0;
}

.links-grid a {
  text-decoration: none;
  color: var(--navy);
  font-weight: 500;
}

.links-grid a:hover {
  color: var(--green);
}

@media (max-width: 1100px) {
  .hero {
    min-height: auto;
  }

  .hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-bottom: 2.4rem;
  }

  .hero__content,
  .hero__chapters {
    align-self: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero__chapters {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(249, 243, 234, 0.16);
    padding-top: 1.5rem;
  }

  .columns--intro,
  .snapshot-grid,
  .emerged-grid,
  .links-grid,
  .quote-strip,
  .quote-text-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hero__brand {
    align-items: flex-start;
    gap: 1rem;
    flex-direction: column;
  }

  .hero__logo {
    width: 136px;
  }

  .section,
  .hero__inner {
    width: min(100vw - 1.5rem, 1280px);
  }

  .section {
    padding: 4rem 0;
  }

  .moment {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .moment h3,
  .moment p {
    grid-column: auto;
  }
}
