:root {
  color-scheme: light;
  --ink: #30173f;
  --muted: #705f76;
  --plum: #3d174d;
  --pink: #ff4f93;
  --rose: #ffd9e9;
  --gold: #ffcf43;
  --cream: #fffaf4;
  --paper: #ffffff;
  --green: #2d7a73;
  --line: #ead8e5;
  --shadow: 0 22px 60px rgba(61, 23, 77, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.72;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  border-radius: 6px;
  outline: 4px solid rgba(255, 79, 147, 0.34);
  outline-offset: 4px;
}

.skip-link {
  left: 16px;
  position: fixed;
  top: -80px;
  z-index: 50;
  border-radius: 999px;
  background: var(--paper);
  padding: 10px 18px;
  font-weight: 800;
  transition: top 160ms ease;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--plum);
  color: white;
}

.nav {
  display: flex;
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 11px;
  color: white;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-link,
.nav-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 17px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.nav-cta {
  background: var(--pink);
  color: white;
}

.hero {
  overflow: hidden;
  background: var(--plum);
  color: white;
}

.hero-inner {
  display: grid;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 74px 0 84px;
  align-items: center;
  gap: 64px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.display {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  line-height: 0.94;
}

.dek {
  max-width: 720px;
  margin: 26px 0 0;
  color: #f3dfea;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.58;
}

.byline {
  display: flex;
  margin-top: 28px;
  align-items: center;
  gap: 12px;
  color: #e4c9db;
  font-size: 14px;
  font-weight: 700;
}

.byline-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--pink);
  color: white;
  font-size: 18px;
}

.map-card {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 36px;
  background: #fff4d7;
  box-shadow: 0 28px 80px rgba(20, 4, 30, 0.32);
}

.map-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.article-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0 96px;
}

.article-grid {
  display: grid;
  align-items: start;
  gap: 72px;
  grid-template-columns: minmax(0, 720px) minmax(220px, 1fr);
}

.article-body p,
.article-body li {
  color: #48384d;
}

.article-body > p:first-child {
  margin-top: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.52rem;
  line-height: 1.5;
}

.article-body h2 {
  margin: 72px 0 22px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.06;
}

.article-body h3 {
  margin: 40px 0 12px;
  color: var(--ink);
  font-family: inherit;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
}

.article-body a {
  color: #8f2456;
  font-weight: 750;
  text-underline-offset: 4px;
}

.article-body blockquote {
  margin: 48px 0;
  border-left: 7px solid var(--pink);
  border-radius: 0 24px 24px 0;
  background: var(--rose);
  padding: 28px 30px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.45;
}

.article-figure {
  width: 100%;
  margin: 48px 0;
}

.article-figure img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: white;
  box-shadow: var(--shadow);
}

.article-figure figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.article-figure-wide {
  width: 100%;
}

.contrast-list {
  display: grid;
  margin: 34px 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.contrast-list li {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  padding: 17px 20px;
  color: var(--ink);
  font-weight: 800;
  box-shadow: 0 8px 26px rgba(61, 23, 77, 0.06);
}

.contrast-list strong {
  color: #a12964;
}

.question-grid {
  display: grid;
  margin: 36px 0;
  gap: 16px;
}

.question-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(61, 23, 77, 0.06);
}

.question-number {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.question-card h3 {
  margin: 14px 0 8px;
}

.question-card p {
  margin: 0;
}

.sidebar {
  position: sticky;
  top: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  padding: 25px;
  box-shadow: var(--shadow);
}

.sidebar p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.sidebar strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.sidebar ol {
  margin: 20px 0 0;
  padding-left: 22px;
  color: #5d4964;
  font-size: 14px;
  font-weight: 700;
}

.sidebar a {
  text-decoration-color: #d8b8ca;
  text-underline-offset: 4px;
}

.cta-card {
  margin-top: 72px;
  border-radius: 30px;
  background: var(--plum);
  padding: 42px;
  color: white;
}

.cta-card h2 {
  margin: 0;
  color: white;
}

.cta-card p {
  max-width: 590px;
  color: #edd8e8;
}

.button {
  display: inline-flex;
  min-height: 48px;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--pink);
  padding: 0 22px;
  color: white !important;
  font-size: 15px;
  font-weight: 900 !important;
  text-decoration: none;
}

.site-footer {
  background: #24102f;
  color: #dbc7d8;
}

.footer-inner {
  display: flex;
  width: min(1180px, calc(100% - 40px));
  min-height: 112px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 14px;
}

.ideas-hero {
  background: var(--plum);
  color: white;
}

.ideas-hero-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 90px 0 78px;
}

.ideas-hero h1 {
  max-width: 950px;
}

.ideas-main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 96px;
}

.feature-article {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: white;
  box-shadow: var(--shadow);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.feature-copy {
  padding: 52px;
}

.feature-copy h2 {
  margin: 8px 0 20px;
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  line-height: 1;
}

.feature-copy p {
  color: var(--muted);
}

.feature-image {
  min-height: 520px;
  background: #fff4d7;
}

.feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .hero-inner,
  .article-grid,
  .feature-article {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
    order: -1;
  }

  .feature-image {
    min-height: 380px;
    order: -1;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 17px;
  }

  .nav {
    width: min(100% - 28px, 1180px);
  }

  .nav-link {
    display: none;
  }

  .hero-inner,
  .article-shell,
  .ideas-hero-inner,
  .ideas-main {
    width: min(100% - 32px, 1180px);
  }

  .hero-inner {
    padding: 54px 0 60px;
    gap: 42px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .article-shell {
    padding: 52px 0 72px;
  }

  .article-grid {
    gap: 38px;
  }

  .article-body h2 {
    margin-top: 54px;
  }

  .article-body blockquote,
  .cta-card,
  .feature-copy {
    padding: 26px;
  }

  .footer-inner {
    width: min(100% - 32px, 1180px);
    padding: 24px 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
