:root {
  --ink: #12211f;
  --deep-teal: #0d3e3c;
  --teal: #17635d;
  --mint: #dff1eb;
  --paper: #fffaf1;
  --white: #ffffff;
  --warm: #f4d68d;
  --amber: #d89428;
  --coral: #d9654f;
  --plum: #6b416d;
  --line: #d9ded7;
  --muted: #5d6864;
  --shadow: 0 24px 70px rgba(18, 33, 31, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 32px;
  color: var(--white);
  background: rgba(13, 62, 60, 0.62);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  color: var(--ink);
  background: var(--warm);
  border-radius: 8px;
  font-size: 0.86rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
  opacity: 0.92;
}

.nav-links a:hover {
  opacity: 1;
}

.hero {
  min-height: 84vh;
  display: grid;
  align-items: center;
  padding: 126px 32px 64px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 33, 32, 0.93) 0%, rgba(7, 33, 32, 0.78) 34%, rgba(7, 33, 32, 0.25) 66%, rgba(7, 33, 32, 0.06) 100%),
    url("./assets/hero-workshop.png") center / cover no-repeat;
}

.hero-content {
  width: min(720px, 100%);
}

.eyebrow,
.section-kicker,
.level-label,
.featured-label {
  margin: 0 0 10px;
  color: var(--warm);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 690px;
  font-size: 4rem;
  line-height: 1.03;
  letter-spacing: 0;
}

.hero-copy {
  margin: 22px 0 0;
  max-width: 610px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.18rem;
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 148px;
  padding: 12px 20px;
  border: 0;
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  color: var(--ink);
  background: var(--warm);
  box-shadow: 0 12px 28px rgba(244, 214, 141, 0.22);
}

.button-soft {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.button-outline {
  color: var(--deep-teal);
  background: var(--white);
  border: 1px solid var(--line);
}

.button-text {
  min-width: 88px;
  color: var(--muted);
  background: transparent;
  border: 1px solid transparent;
}

.button.full-width {
  width: 100%;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin: 36px 0 0;
}

.hero-stats div {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.hero-stats dt {
  font-size: 2rem;
  font-weight: 900;
}

.hero-stats dd {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.section {
  padding: 88px 32px;
}

#levels,
#ideas,
#questionnaire,
#faq {
  scroll-margin-top: 92px;
}

.section-heading,
.process-grid,
.audience-grid,
.pricing-grid,
.idea-grid,
.faq-grid,
.blueprint-shell,
.closing-content {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading h2,
.closing-content h2 {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p,
.closing-content p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.process-section {
  background: var(--paper);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.process-grid article {
  min-height: 186px;
}

.step-number {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--coral);
  font-weight: 950;
}

.process-grid h3,
.price-card h3,
.idea-card h3,
.brief-panel h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.process-grid p,
.audience-grid p,
.price-card p,
.idea-card p,
.faq-grid p,
.brief-panel p {
  margin: 0;
  color: var(--muted);
}

.audience-section {
  background: #eef7f3;
}

.resource-section {
  background: #fbfcf8;
}

.audience-grid,
.faq-grid {
  display: grid;
  gap: 18px;
}

.resource-grid,
.guide-grid,
.use-case-grid {
  display: grid;
  gap: 20px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

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

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

.resource-card,
.guide-card,
.use-case-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(18, 33, 31, 0.08);
}

.resource-card h3,
.guide-card h3,
.use-case-card h3 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.15;
}

.resource-card p,
.guide-card p,
.use-case-card p,
.guide-card li,
.use-case-card li {
  margin: 0;
  color: var(--muted);
}

.guide-card ul,
.use-case-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.share-section {
  background: var(--white);
}

.share-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(1160px, 100%);
  margin: 0 auto 22px;
}

.share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 14px;
  color: var(--deep-teal);
  background: #eef7f3;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
}

.share-link:hover,
.share-link:focus-visible {
  color: var(--white);
  background: var(--teal);
}

.worksheet-card {
  display: grid;
  gap: 12px;
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.worksheet-card h3,
.worksheet-card p {
  margin: 0;
}

.worksheet-card p {
  color: var(--muted);
}

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

.audience-grid article,
.faq-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(18, 33, 31, 0.05);
}

.audience-grid h3,
.faq-grid h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.levels-section {
  background: var(--white);
}

.audience-section .section-kicker,
.levels-section .section-kicker,
.idea-section .section-kicker,
.questionnaire-section .section-kicker,
.faq-section .section-kicker,
.closing-section .section-kicker {
  width: min(1160px, 100%);
  margin-left: auto;
  margin-right: auto;
  color: var(--coral);
}

.pricing-toggle {
  width: min(1160px, 100%);
  margin: 0 auto 24px;
  display: flex;
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f5f7f4;
}

.toggle-button {
  min-height: 42px;
  padding: 10px 16px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 6px;
  font-weight: 850;
  cursor: pointer;
}

.toggle-button.is-active {
  color: var(--white);
  background: var(--deep-teal);
}

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

.price-card,
.idea-card,
.brief-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(18, 33, 31, 0.06);
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 28px;
}

.price-card.is-featured {
  border-color: rgba(23, 99, 93, 0.38);
  box-shadow: var(--shadow);
}

.featured-label {
  position: absolute;
  top: 18px;
  right: 18px;
  margin: 0;
  color: var(--white);
  background: var(--plum);
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 0.74rem;
}

.price-card-header {
  padding-top: 22px;
}

.price-card-header .level-label {
  color: var(--coral);
}

.price-display {
  margin: 28px 0 22px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price {
  display: block;
  font-size: 2.25rem;
  line-height: 1.05;
  font-weight: 950;
}

.price-note {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 750;
}

.feature-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 10px;
  height: 10px;
  background: var(--amber);
  border-radius: 50%;
}

.tier-select {
  margin-top: auto;
}

.pricing-footnote {
  width: min(1160px, 100%);
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.starter-payment-card {
  width: min(1160px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 28px;
  align-items: center;
  margin: 24px auto 0;
  padding: 28px;
  border: 1px solid rgba(23, 99, 93, 0.24);
  border-radius: 8px;
  background: #f7fbf8;
  box-shadow: 0 14px 34px rgba(18, 33, 31, 0.05);
}

.starter-payment-card h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  line-height: 1.18;
}

.starter-payment-card p {
  margin: 0 0 12px;
  color: var(--muted);
}

.starter-payment-actions {
  display: grid;
  gap: 10px;
}

.payment-note {
  font-weight: 800;
}

.idea-section {
  background: #f6faf6;
}

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

.idea-card {
  padding: 20px;
  min-height: 300px;
}

.idea-media {
  height: 150px;
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(18, 33, 31, 0.18);
  background: #eef7f3;
}

.idea-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.questionnaire-section {
  background: var(--paper);
}

.blueprint-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.blueprint-form {
  display: grid;
  gap: 20px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 33, 31, 0.06);
}

.form-row {
  display: grid;
  gap: 18px;
}

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

label,
legend {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 850;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fbfcf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(23, 99, 93, 0.16);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.choice-grid label {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  background: #fbfcf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 750;
}

.choice-grid input {
  width: 18px;
  min-height: 18px;
  flex: 0 0 18px;
}

.brief-panel {
  position: sticky;
  top: 96px;
  padding: 24px;
}

.brief-panel .level-label {
  color: var(--coral);
}

.recommendation {
  margin: 14px 0 18px;
  padding: 14px;
  color: var(--white);
  background: var(--deep-teal);
  border-radius: 8px;
  font-weight: 900;
}

.brief-progress {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  padding: 14px;
  background: #fbfcf8;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.brief-progress div {
  display: grid;
  gap: 3px;
}

.brief-progress strong {
  color: var(--ink);
}

.brief-progress span {
  color: var(--muted);
  font-size: 0.92rem;
}

.brief-progress meter {
  width: 100%;
  height: 12px;
}

.summary-lines {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--muted);
}

.summary-lines strong {
  color: var(--ink);
}

.brief-note {
  min-height: 24px;
  margin-top: 12px;
  color: var(--teal);
  font-weight: 800;
}

.faq-section {
  background: #f6faf6;
}

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

.resource-hero {
  min-height: 58vh;
  background:
    linear-gradient(90deg, rgba(7, 33, 32, 0.94) 0%, rgba(7, 33, 32, 0.82) 56%, rgba(7, 33, 32, 0.38) 100%),
    url("./assets/hero-workshop.png") center / cover no-repeat;
}

.resource-page .section-heading {
  align-items: start;
}

.resource-cta {
  background: var(--deep-teal);
  color: var(--white);
}

.resource-cta p {
  color: rgba(255, 255, 255, 0.82);
}

.closing-section {
  background: var(--deep-teal);
  color: var(--white);
}

.closing-content {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.closing-content p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.8);
}

.site-footer {
  padding: 24px 32px;
  color: var(--muted);
  background: var(--white);
  border-top: 1px solid var(--line);
  text-align: center;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .hero h1 {
    font-size: 3rem;
  }

  .section-heading,
  .process-grid,
  .audience-grid,
  .pricing-grid,
  .resource-grid,
  .guide-grid,
  .use-case-grid,
  .share-grid,
  .idea-grid,
  .faq-grid,
  .blueprint-shell,
  .starter-payment-card {
    grid-template-columns: 1fr;
  }

  .brief-panel {
    position: static;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
  }

  .brand span:last-child {
    max-width: 220px;
    overflow-wrap: anywhere;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 86vh;
    padding: 170px 18px 50px;
    background:
      linear-gradient(90deg, rgba(7, 33, 32, 0.92) 0%, rgba(7, 33, 32, 0.84) 62%, rgba(7, 33, 32, 0.46) 100%),
      url("./assets/hero-workshop.png") center / cover no-repeat;
  }

  .hero-content,
  .eyebrow,
  .hero h1,
  .hero-copy {
    max-width: 320px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 1.82rem;
    overflow-wrap: break-word;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .section {
    padding: 58px 18px;
  }

  .section-heading h2,
  .closing-content h2 {
    font-size: 2rem;
  }

  .pricing-toggle {
    display: grid;
    width: 100%;
  }

  .price-card,
  .blueprint-form,
  .brief-panel {
    padding: 22px;
  }

  .two-col,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }
}
