:root {
  --cream: #f4eedf;
  --paper: #fffaf0;
  --ink: #182e25;
  --forest: #214c3a;
  --forest-dark: #102d22;
  --coral: #e96852;
  --mustard: #e9b84a;
  --sky: #a7c8c2;
  --rule: rgba(24, 46, 37, 0.22);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", "Avenir Next", Avenir, sans-serif;
  --shadow: 0 18px 50px rgba(21, 47, 37, 0.12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 0.2em; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.02; }
h2 { margin-bottom: 1rem; font-size: clamp(2.35rem, 5vw, 4.65rem); letter-spacing: -0.04em; }
h3 { line-height: 1.22; }

.skip-link {
  position: fixed;
  z-index: 999;
  left: 1rem;
  top: 1rem;
  padding: 0.7rem 1rem;
  background: var(--paper);
  color: var(--ink);
  border: 2px solid var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.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;
}

.site-header { position: relative; z-index: 20; background: var(--paper); border-bottom: 1px solid var(--rule); }
.utility-bar { padding: 0.35rem clamp(1rem, 4vw, 4rem); color: var(--paper); background: var(--forest-dark); }
.utility-bar p { max-width: 1440px; margin: 0 auto; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-align: right; text-transform: uppercase; }
.nav-shell { max-width: 1440px; min-height: 88px; margin: auto; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.brand img { flex: 0 0 auto; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: var(--serif); font-size: 1.75rem; font-weight: 700; letter-spacing: -0.04em; }
.brand small { margin-top: 0.35rem; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2.4rem); }
.primary-nav a { font-size: 0.83rem; font-weight: 700; text-decoration: none; }
.primary-nav a:not(.nav-contact):hover { color: var(--coral); }
.nav-contact { padding: 0.66rem 1.15rem; color: var(--paper); background: var(--forest); border: 2px solid var(--forest); }
.nav-contact:hover { color: var(--forest); background: transparent; }
.menu-button { display: none; width: 46px; height: 42px; border: 0; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform 180ms ease, opacity 180ms ease; }

.hero { position: relative; overflow: hidden; max-width: 1440px; margin: 0 auto; padding: clamp(4.5rem, 9vw, 9rem) 4vw clamp(4rem, 8vw, 7rem); display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.8fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 360px; height: 360px; left: -180px; bottom: -190px; background: var(--sky); border-radius: 50%; opacity: 0.48; }
.eyebrow { margin-bottom: 1.2rem; color: var(--coral); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.hero h1 { max-width: 800px; margin-bottom: 1.5rem; font-size: clamp(3.5rem, 7.6vw, 7.4rem); letter-spacing: -0.055em; }
.hero h1 em { position: relative; color: var(--forest); font-weight: 400; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: -0.08em; height: 0.13em; background: url("assets/underline.svg") center / 100% 100% no-repeat; }
.hero-lede { max-width: 680px; margin-bottom: 2rem; font-size: clamp(1.05rem, 1.7vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0.75rem 1.25rem; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.04em; text-decoration: none; text-transform: uppercase; border: 2px solid currentColor; }
.button-primary { color: var(--paper); background: var(--forest); border-color: var(--forest); box-shadow: 5px 5px 0 var(--coral); }
.button-primary:hover, .button-primary:focus-visible { color: var(--forest); background: var(--paper); transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--coral); }
.text-link { font-size: 0.82rem; font-weight: 800; text-decoration-thickness: 2px; text-transform: uppercase; }
.text-link:hover { color: var(--coral); }
.hero-details { margin: 3.4rem 0 0; padding: 1.2rem 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; list-style: none; border-top: 1px solid var(--rule); }
.hero-details li { display: flex; flex-direction: column; gap: 0.15rem; }
.hero-details strong { color: var(--coral); font-size: 0.64rem; letter-spacing: 0.13em; text-transform: uppercase; }
.hero-details span { font-family: var(--serif); font-size: 0.92rem; line-height: 1.35; }
.hero-art { position: relative; max-width: 630px; transform: rotate(1.4deg); }
.hero-art img { width: 100%; border: 12px solid var(--paper); box-shadow: var(--shadow); }
.art-caption { position: absolute; right: -1rem; bottom: -2rem; width: 74%; margin: 0; padding: 1rem 1.2rem; font-family: var(--serif); font-style: italic; line-height: 1.35; background: var(--paper); box-shadow: 0 8px 20px rgba(21, 47, 37, 0.15); transform: rotate(-3deg); }
.art-caption span { display: block; margin-bottom: 0.25rem; color: var(--coral); font-family: var(--sans); font-size: 0.58rem; font-style: normal; font-weight: 800; letter-spacing: 0.15em; }
.tape { position: absolute; z-index: 3; width: 95px; height: 26px; background: rgba(235, 188, 96, 0.74); }
.tape-one { top: -7px; left: -30px; transform: rotate(-13deg); }
.tape-two { right: -23px; bottom: 54px; transform: rotate(79deg); }

.manifesto { padding: clamp(3rem, 5vw, 5rem) 4vw; display: flex; justify-content: center; gap: 3rem; align-items: center; color: var(--paper); background: var(--forest-dark); }
.manifesto > p:first-child { margin: 0; font-family: var(--serif); font-size: clamp(1.9rem, 4vw, 3.8rem); letter-spacing: -0.03em; }
.hand-note { margin: 0; color: var(--mustard); font-family: "Bradley Hand", "Segoe Print", cursive; font-size: 1.1rem; transform: rotate(-3deg); }

.section { max-width: 1440px; margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) 4vw; }
.section-heading { max-width: 920px; margin-bottom: clamp(2.8rem, 6vw, 5.5rem); }
.section-heading h2 { margin-bottom: 0; }
.split-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.58fr); gap: 4rem; align-items: end; }
.split-heading > p { margin: 0 0 0.4rem; }
.studio-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr); gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.studio-intro { max-width: 720px; }
.large-copy { font-family: var(--serif); font-size: clamp(1.45rem, 2.6vw, 2.15rem); line-height: 1.4; }
.format-card { padding: clamp(1.8rem, 4vw, 3.2rem); color: var(--paper); background: var(--forest); box-shadow: 12px 12px 0 var(--coral); }
.card-kicker { margin-bottom: 1.4rem; color: var(--mustard); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.format-card ol { margin: 0; padding: 0; list-style: none; }
.format-card li { padding: 1rem 0; display: grid; grid-template-columns: 42px 1fr; gap: 0.6rem; border-top: 1px solid rgba(255, 250, 240, 0.22); }
.format-card li:last-child { padding-bottom: 0; }
.format-card li > span { color: var(--mustard); font-family: var(--serif); font-style: italic; }
.format-card strong, .format-card small { display: block; }
.format-card small { margin-top: 0.15rem; color: rgba(255, 250, 240, 0.75); }

.curriculum-section { max-width: none; color: var(--paper); background: var(--forest-dark); }
.curriculum-section > * { max-width: 1325px; margin-left: auto; margin-right: auto; }
.curriculum-section .eyebrow { color: var(--mustard); }
.week-list { padding: 0; list-style: none; }
.week-list li { padding: clamp(1.5rem, 3vw, 2.5rem) 0; display: grid; grid-template-columns: 70px minmax(270px, 0.9fr) minmax(300px, 1.1fr); gap: clamp(1.2rem, 4vw, 4rem); align-items: start; border-top: 1px solid rgba(255, 250, 240, 0.25); }
.week-list li:last-child { border-bottom: 1px solid rgba(255, 250, 240, 0.25); }
.week-number { color: var(--coral); font-family: var(--serif); font-size: 1.8rem; font-style: italic; }
.week-label { margin-bottom: 0.25rem; color: var(--mustard); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.week-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.4rem, 2.6vw, 2rem); font-weight: 400; }
.week-list li > p { margin: 0; color: rgba(255, 250, 240, 0.76); }

.outcomes-card { padding: clamp(2.4rem, 6vw, 6rem); display: grid; grid-template-columns: 0.9fr 1fr; gap: clamp(3rem, 7vw, 8rem); background: var(--paper); border: 1px solid var(--rule); box-shadow: var(--shadow); }
.outcomes-card h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 0.9rem 0 0.9rem 2.4rem; border-bottom: 1px solid var(--rule); }
.check-list li:first-child { border-top: 1px solid var(--rule); }
.check-list li::before { content: "✓"; position: absolute; left: 0.4rem; top: 0.85rem; color: var(--coral); font-weight: 900; }

.kit-section { display: grid; grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.kit-visual { min-height: 420px; padding: 3rem; display: grid; place-items: center; background: var(--sky); background-image: radial-gradient(rgba(24, 46, 37, 0.18) 1px, transparent 1px); background-size: 19px 19px; }
.kit-paper { width: min(100%, 410px); padding: clamp(2rem, 5vw, 4rem); background: var(--paper); box-shadow: 9px 11px 0 var(--coral); transform: rotate(-3deg); }
.kit-paper p { padding-bottom: 0.8rem; font-family: var(--serif); font-size: clamp(2rem, 5vw, 4.1rem); line-height: 1; border-bottom: 3px solid var(--ink); }
.kit-paper span { font-family: "Bradley Hand", "Segoe Print", cursive; line-height: 1.8; }
.kit-copy { max-width: 650px; }

.mentors-section { border-top: 1px solid var(--rule); }
.mentor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.4rem, 3vw, 3rem); }
.mentor-card { padding: 1.2rem 1.2rem 2rem; background: var(--paper); border: 1px solid var(--rule); }
.mentor-card .card-kicker { margin: 1.5rem 0 0.25rem; color: var(--coral); }
.mentor-card h3 { margin: 0 0 0.7rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.mentor-card p:last-child { margin-bottom: 0; font-size: 0.92rem; }
.portrait { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background-color: var(--sky); }
.portrait::before, .portrait::after { content: ""; position: absolute; border-radius: 46% 54% 43% 57%; }
.portrait::before { width: 45%; height: 58%; left: 28%; top: 19%; background: var(--coral); transform: rotate(8deg); }
.portrait::after { width: 75%; height: 48%; left: 13%; bottom: -23%; background: var(--forest); transform: rotate(-5deg); }
.portrait-two { background: var(--mustard); }
.portrait-two::before { background: var(--forest-dark); transform: rotate(-9deg); }
.portrait-two::after { background: var(--paper); }
.portrait-three { background: #95b8d1; }
.portrait-three::before { background: var(--mustard); transform: rotate(3deg); }
.portrait-three::after { background: var(--coral); }

.sample-section { max-width: none; padding-left: max(4vw, calc((100vw - 1325px) / 2)); padding-right: max(4vw, calc((100vw - 1325px) / 2)); background: var(--coral); }
.sample-note { position: relative; padding: clamp(2.4rem, 6vw, 6rem); background-color: var(--paper); background-image: linear-gradient(rgba(33, 76, 58, 0.08) 1px, transparent 1px); background-size: 100% 34px; box-shadow: 13px 13px 0 var(--forest-dark); }
.sample-note::before { content: ""; position: absolute; width: 120px; height: 30px; left: 50%; top: -11px; background: rgba(235, 188, 96, 0.75); transform: rotate(2deg); }
.sample-lede { max-width: 800px; font-family: var(--serif); font-size: clamp(1.3rem, 2.5vw, 1.9rem); line-height: 1.45; }
.sample-grid { margin-top: 3rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.sample-grid > div { padding-top: 1rem; border-top: 3px solid var(--forest); }
.sample-grid span, .sample-grid strong { display: block; }
.sample-grid span { color: var(--coral); font-family: var(--serif); font-style: italic; }
.sample-grid p { margin: 0.35rem 0 0; font-size: 0.88rem; }

.faq-section { max-width: 1100px; }
.faq-list details { border-top: 1px solid var(--rule); }
.faq-list details:last-child { border-bottom: 1px solid var(--rule); }
.faq-list summary { padding: 1.4rem 3rem 1.4rem 0; cursor: pointer; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; margin-right: -2.5rem; color: var(--coral); font-family: var(--sans); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 800px; padding: 0 0 1.5rem; }

.contact-section { padding: clamp(4rem, 8vw, 7rem) max(4vw, calc((100vw - 1325px) / 2)); display: grid; grid-template-columns: 1fr 0.8fr; gap: clamp(2rem, 8vw, 8rem); color: var(--paper); background: var(--forest); }
.contact-section .eyebrow { color: var(--mustard); }
.contact-section h2 { max-width: 770px; margin: 0; }
.contact-copy { align-self: end; }
.button-light { color: var(--forest-dark); background: var(--paper); border-color: var(--paper); }
.button-light:hover { color: var(--paper); background: transparent; }
.contact-note { margin: 1rem 0 0; color: rgba(255, 250, 240, 0.72); font-size: 0.8rem; }

.site-footer { padding: 3.4rem max(4vw, calc((100vw - 1325px) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 2.2rem; align-items: start; color: var(--paper); background: var(--forest-dark); border-top: 1px solid rgba(255, 250, 240, 0.2); }
.footer-brand { display: flex; gap: 1rem; align-items: flex-start; }
.footer-brand strong { font-family: var(--serif); font-size: 1.2rem; }
.footer-brand p { margin: 0.15rem 0 0; color: rgba(255, 250, 240, 0.63); font-size: 0.78rem; }
.footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-links a { font-size: 0.75rem; font-weight: 700; }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 1.5rem; color: rgba(255, 250, 240, 0.5); font-size: 0.7rem; border-top: 1px solid rgba(255, 250, 240, 0.16); }

.policy-page { max-width: 1200px; margin: 0 auto; padding: clamp(4.5rem, 9vw, 9rem) 4vw; display: grid; grid-template-columns: 0.6fr 1fr; gap: clamp(3rem, 9vw, 10rem); }
.policy-heading { position: sticky; top: 2rem; align-self: start; }
.policy-heading h1 { margin-bottom: 1rem; font-size: clamp(4rem, 8vw, 7rem); letter-spacing: -0.05em; }
.policy-heading > p:last-child { font-size: 0.82rem; }
.policy-body section { padding: 0 0 2rem; margin-bottom: 2rem; border-bottom: 1px solid var(--rule); }
.policy-body h2 { font-size: clamp(1.7rem, 3vw, 2.2rem); }
.policy-back { display: inline-block; margin-top: 1rem; }

:focus-visible { outline: 3px solid var(--mustard); outline-offset: 4px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .hero-art { width: min(82%, 650px); margin: 1rem auto 0; }
  .split-heading, .studio-grid, .outcomes-card, .kit-section, .contact-section, .policy-page { grid-template-columns: 1fr; }
  .week-list li { grid-template-columns: 55px 1fr; }
  .week-list li > p { grid-column: 2; }
  .sample-grid { grid-template-columns: repeat(2, 1fr); }
  .policy-heading { position: static; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .utility-bar p { text-align: left; }
  .nav-shell { min-height: 76px; }
  .brand strong { font-size: 1.45rem; }
  .brand small { font-size: 0.54rem; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 100%; padding: 1.1rem 4vw 1.4rem; display: none; align-items: stretch; flex-direction: column; gap: 0; background: var(--paper); border-bottom: 1px solid var(--rule); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 0.75rem 0; }
  .primary-nav .nav-contact { margin-top: 0.5rem; padding: 0.7rem 1rem; text-align: center; }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 4.2rem; }
  .hero h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
  .hero-details { grid-template-columns: 1fr; }
  .hero-art { width: calc(100% - 1.5rem); }
  .art-caption { width: 88%; right: -0.5rem; }
  .manifesto { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .mentor-grid { grid-template-columns: 1fr; }
  .mentor-card { max-width: 560px; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

@media (max-width: 520px) {
  .section, .hero { padding-left: 1.1rem; padding-right: 1.1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { text-align: center; }
  .hero-art img { border-width: 7px; }
  .week-list li { grid-template-columns: 1fr; gap: 0.5rem; }
  .week-list li > p { grid-column: 1; }
  .week-number { font-size: 1.25rem; }
  .sample-grid { grid-template-columns: 1fr; }
  .sample-note { padding: 2rem 1.2rem; }
  .kit-visual { min-height: 320px; padding: 2rem 1.2rem; }
  .contact-section { padding-left: 1.1rem; padding-right: 1.1rem; }
  .button-light { width: 100%; font-size: 0.69rem; }
  .footer-links { gap: 0.75rem 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
