:root {
  --ink: #2d2927;
  --ink-soft: #5f5854;
  --paper: #f7f2eb;
  --paper-2: #efe5db;
  --white: #fffdf9;
  --wine: #7a4f4a;
  --wine-dark: #573834;
  --sage: #8e9b86;
  --sage-light: #dfe5db;
  --terracotta: #bd7558;
  --line: rgba(45, 41, 39, 0.14);
  --shadow: 0 24px 80px rgba(62, 47, 40, 0.11);
  --radius: 22px;
  --sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Newsreader", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

::selection {
  background: var(--wine);
  color: var(--white);
}

:focus-visible {
  outline: 3px solid rgba(189, 117, 88, 0.65);
  outline-offset: 3px;
}

.shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(247, 242, 235, 0.86);
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(45, 41, 39, 0.05);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  line-height: 1;
}

.brand > span:last-child {
  display: grid;
  gap: 3px;
}

.brand strong {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand small {
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.brand-mark {
  width: 32px;
  aspect-ratio: 1;
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  border: 1px solid var(--wine);
  border-radius: 5px 5px 14px 5px;
}

.brand-mark i {
  display: block;
  background: var(--wine);
  opacity: 0.92;
}

.brand-mark i:first-child {
  border-radius: 2px 0 0 0;
}

.brand-mark i:nth-child(2) {
  border-radius: 0 2px 0 0;
}

.brand-mark i:nth-child(3) {
  border-radius: 0 0 0 2px;
}

.brand-mark i:nth-child(4) {
  border-radius: 0 0 8px 0;
}

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

.nav a {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 160ms ease;
}

.nav a:hover {
  color: var(--wine);
}

.nav .nav-cta {
  padding: 10px 16px;
  border: 1px solid var(--wine);
  border-radius: 999px;
  color: var(--wine);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  place-content: center;
  gap: 6px;
}

.menu-toggle span:not(.sr-only) {
  width: 18px;
  height: 1.5px;
  display: block;
  background: var(--ink);
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
}

.hero::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -220px;
  top: -250px;
  background: radial-gradient(circle, rgba(142, 155, 134, 0.27), rgba(142, 155, 134, 0));
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: 88px;
}

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

.eyebrow-light {
  color: #e5c6b8;
}

.hero h1,
section h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.99;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(54px, 6.5vw, 84px);
}

.hero-lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.58;
}

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

.button {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: var(--wine);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(122, 79, 74, 0.18);
}

.button-primary:hover {
  background: var(--wine-dark);
  box-shadow: 0 16px 34px rgba(122, 79, 74, 0.26);
}

.button-ghost {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
}

.button-light {
  background: var(--white);
  color: var(--wine-dark);
}

.trust-list {
  margin: 48px 0 0;
  padding: 22px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  border-top: 1px solid var(--line);
  list-style: none;
}

.trust-list li {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
}

.trust-list span {
  margin-right: 7px;
  color: var(--terracotta);
  font-size: 10px;
}

.hero-art {
  position: relative;
  min-height: 530px;
}

.window-card {
  position: absolute;
  inset: 0 32px 48px 0;
  padding: 42px;
  display: grid;
  align-content: space-between;
  background: var(--wine);
  border-radius: 180px 14px 16px 16px;
  color: var(--white);
  box-shadow: var(--shadow);
}

.window-card::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 166px 9px 11px 11px;
  pointer-events: none;
}

.window-frame {
  width: 190px;
  height: 240px;
  margin: 10px auto 24px;
  padding: 13px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  border: 2px solid rgba(255, 253, 249, 0.9);
  border-radius: 90px 90px 5px 5px;
}

.window-frame span {
  background: linear-gradient(155deg, #d9c7bb, #8e9b86 52%, #5f7562);
  opacity: 0.94;
}

.window-frame span:first-child {
  border-radius: 70px 0 0 0;
}

.window-frame span:nth-child(2) {
  border-radius: 0 70px 0 0;
}

.window-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.25;
}

.hero-note {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 245px;
  padding: 18px 20px;
  border-radius: 14px;
  background: var(--white);
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.5;
  box-shadow: 0 18px 50px rgba(45, 41, 39, 0.15);
}

section {
  padding: 112px 0;
}

section h2 {
  font-size: clamp(43px, 5vw, 62px);
}

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

.intro-grid,
.fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 92px;
  align-items: start;
}

.intro-copy {
  padding-top: 34px;
}

.intro-copy p,
.section-heading > p {
  color: var(--ink-soft);
  font-size: 18px;
}

.intro-copy p:first-child {
  margin-top: 0;
}

.intro-copy p:last-child {
  margin-bottom: 0;
}

.section-heading {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 72px;
  align-items: end;
}

.section-heading > p {
  margin: 0;
}

.featured-workshop {
  position: relative;
  overflow: hidden;
  min-height: 510px;
  padding: 54px;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 270px;
  gap: 36px;
  border-radius: var(--radius);
  background: var(--wine);
  color: var(--white);
  box-shadow: var(--shadow);
}

.featured-number,
.card-number {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.featured-number {
  color: #d9c2bb;
}

.featured-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.workshop-meta {
  margin-bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.workshop-meta span,
.card-tags span {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-workshop h3,
.workshop-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.featured-workshop h3 {
  font-size: clamp(42px, 5vw, 62px);
}

.workshop-question {
  color: inherit;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.35;
}

.featured-content > p:not(.workshop-question) {
  color: rgba(255, 255, 255, 0.78);
}

.topic-list {
  margin: 28px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  list-style: none;
}

.topic-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
}

.topic-list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 9px;
  border-radius: 50%;
  background: #e4c6ba;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.text-link span {
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translate(2px, -2px);
}

.featured-symbol {
  display: grid;
  place-items: center;
}

.mini-window {
  width: 220px;
  height: 320px;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 110px 110px 4px 4px;
  transform: rotate(3deg);
}

.mini-window i {
  background: rgba(255, 255, 255, 0.07);
}

.mini-window i:first-child {
  border-radius: 90px 0 0 0;
}

.mini-window i:nth-child(2) {
  border-radius: 0 90px 0 0;
}

.workshop-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.workshop-card {
  min-height: 430px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.55);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.workshop-card:hover {
  transform: translateY(-4px);
  background: var(--white);
  box-shadow: 0 18px 52px rgba(62, 47, 40, 0.09);
}

.card-top {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-number {
  color: var(--terracotta);
}

.card-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-light);
  color: var(--wine-dark);
  font-size: 19px;
}

.workshop-card h3 {
  font-size: 39px;
}

.workshop-card p {
  color: var(--ink-soft);
}

.workshop-card .workshop-question {
  color: var(--ink);
  font-size: 19px;
}

.card-tags {
  margin: auto 0 24px;
  padding-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.card-tags span {
  border-color: var(--line);
  color: var(--ink-soft);
}

.workshop-card .text-link {
  color: var(--wine);
}

.how {
  background: var(--ink);
  color: var(--white);
}

.how-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 96px;
}

.how-heading {
  position: sticky;
  top: 130px;
  align-self: start;
}

.how-heading h2 {
  max-width: 520px;
}

.how-heading > p:last-child {
  max-width: 460px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
}

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

.steps li {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.steps li:first-child {
  padding-top: 0;
}

.steps li > span {
  color: #c8947f;
  font-size: 12px;
  font-weight: 700;
}

.steps strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
}

.steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}

.groups-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.groups-copy {
  padding: 64px;
}

.groups-copy p:not(.eyebrow) {
  max-width: 590px;
  margin: 24px 0 30px;
  color: var(--ink-soft);
  font-size: 17px;
}

.audiences {
  padding: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  background: var(--sage);
}

.audiences span {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.fit {
  background: var(--white);
}

.fit-list {
  border-top: 1px solid var(--line);
}

.fit-list > div {
  padding: 23px 0;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.fit-list span {
  color: var(--terracotta);
  font-size: 11px;
  font-weight: 700;
}

.fit-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.contact {
  background: var(--wine-dark);
  color: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
  gap: 86px;
  align-items: start;
}

.contact-copy {
  padding-top: 24px;
}

.contact-copy h2 {
  max-width: 520px;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}

.contact-note {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-note span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}

.lead-form {
  position: relative;
  padding: 38px;
  border-radius: var(--radius);
  background: #6d4742;
  box-shadow: 0 26px 80px rgba(20, 12, 11, 0.17);
}

.form-switch {
  margin-bottom: 28px;
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.switch-option {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.switch-option.active {
  background: var(--white);
  color: var(--wine-dark);
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lead-form label {
  margin-bottom: 15px;
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 600;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  outline: 0;
  transition: border-color 150ms ease, background 150ms ease;
}

.lead-form input,
.lead-form select {
  height: 47px;
  padding: 0 13px;
}

.lead-form textarea {
  min-height: 108px;
  padding: 12px 13px;
  resize: vertical;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.lead-form select option {
  color: var(--ink);
}

.consent {
  margin: 6px 0 22px !important;
  display: grid !important;
  grid-template-columns: 18px 1fr;
  gap: 10px !important;
  align-items: start;
  line-height: 1.45;
}

.consent input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--terracotta);
}

.submit-button {
  width: 100%;
}

.submit-button i {
  font-style: normal;
}

.submit-button[disabled] {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.form-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  text-align: center;
}

.form-status.success {
  color: #d9ead4;
}

.form-status.error {
  color: #ffd2c6;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}

.footer {
  padding: 54px 0 28px;
  background: #241f1d;
  color: var(--white);
}

.footer-top {
  padding-bottom: 42px;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  gap: 50px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.brand-footer {
  color: var(--white);
}

.brand-footer small {
  color: rgba(255, 255, 255, 0.55);
}

.brand-footer .brand-mark {
  border-color: #c4927d;
}

.brand-footer .brand-mark i {
  background: #c4927d;
}

.footer-top > p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.footer-bottom {
  padding-top: 28px;
  display: grid;
  grid-template-columns: auto minmax(0, 720px);
  gap: 40px;
  justify-content: space-between;
  align-items: start;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
}

.footer-bottom p {
  margin: 0;
}

.disclaimer {
  text-align: right;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .intro-grid,
  .section-heading,
  .how-grid,
  .fit-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .intro-grid,
  .fit-grid,
  .how-grid,
  .contact-grid {
    gap: 54px;
  }

  .hero-art {
    min-height: 460px;
    max-width: 600px;
  }

  .window-card {
    border-radius: 150px 14px 16px 16px;
  }

  .featured-workshop {
    grid-template-columns: 52px 1fr;
  }

  .featured-symbol {
    display: none;
  }

  .groups-card {
    grid-template-columns: 1fr;
  }

  .audiences {
    min-height: 260px;
  }

  .how-heading {
    position: static;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 32px, 1160px);
  }

  .site-header {
    background: rgba(247, 242, 235, 0.96);
  }

  .header-inner {
    min-height: 72px;
  }

  .menu-toggle {
    display: grid;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-3.7px) rotate(-45deg);
  }

  .nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 16px;
    right: 16px;
    padding: 18px;
    display: none;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .nav.active {
    display: grid;
  }

  .nav a {
    padding: 13px 9px;
  }

  .nav .nav-cta {
    margin-top: 6px;
    padding: 12px 14px;
    text-align: center;
  }

  .hero {
    padding: 64px 0 72px;
  }

  .hero-grid {
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .trust-list {
    display: grid;
  }

  .hero-art {
    min-height: 440px;
  }

  .window-card {
    inset: 0 20px 44px 0;
    padding: 30px;
    border-radius: 130px 12px 14px 14px;
  }

  .window-frame {
    width: 155px;
    height: 210px;
  }

  .window-card p {
    font-size: 21px;
  }

  .hero-note {
    width: 220px;
  }

  section {
    padding: 78px 0;
  }

  section h2 {
    font-size: clamp(40px, 11vw, 52px);
  }

  .section-heading {
    gap: 24px;
    margin-bottom: 32px;
  }

  .featured-workshop {
    min-height: 0;
    padding: 34px 26px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .featured-number {
    order: -1;
  }

  .topic-list {
    grid-template-columns: 1fr;
  }

  .workshop-grid {
    grid-template-columns: 1fr;
  }

  .workshop-card {
    min-height: 390px;
    padding: 30px 26px;
  }

  .workshop-card h3 {
    font-size: 36px;
  }

  .groups-copy,
  .audiences {
    padding: 36px 26px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .lead-form {
    padding: 26px 20px;
  }

  .form-switch {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .switch-option {
    border-radius: 10px;
  }

  .footer-top,
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .disclaimer {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .brand strong {
    font-size: 21px;
  }

  .brand small {
    font-size: 9px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero-art {
    min-height: 410px;
  }

  .window-card {
    padding: 28px 24px;
  }

  .window-card p {
    font-size: 19px;
  }
}
