:root {
  --black: #11110f;
  --black-soft: #1d1d1a;
  --red: #d40018;
  --red-dark: #a80012;
  --white: #ffffff;
  --gray: #f4f5f2;
  --gray-2: #e1e3de;
  --text: #252623;
  --muted: #686a65;
  --line: rgba(17, 17, 15, .2);
  --shadow: 0 24px 70px rgba(17, 17, 15, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--text); font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.56; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
section { scroll-margin-top: 96px; }
p { text-wrap: pretty; }
::selection { background: var(--red); color: var(--white); }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--red); color: var(--white); font-weight: 800; }
.skip-link:focus { top: 1rem; }
.announcement { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: .7rem; padding: .35rem 24px; background: var(--red); color: var(--white); font-size: .66rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.announcement-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--white); }

.site-header { height: 82px; position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr); align-items: center; gap: 28px; padding: 0 max(32px, calc((100vw - 1460px) / 2)); border-bottom: 1px solid rgba(17,17,15,.1); background: rgba(255,255,255,.96); color: var(--black); box-shadow: 0 8px 30px rgba(17,17,15,.045); backdrop-filter: blur(18px); }
.brand { width: fit-content; display: flex; align-items: center; gap: .85rem; }
.brand-logo { width: 62px; height: 58px; padding: 3px; object-fit: contain; background: var(--white); }
.brand-note { font-size: .64rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.1rem); }
.desktop-nav a { position: relative; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--red); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 1.2rem; min-height: 46px; padding: .8rem 1.15rem; background: var(--red); color: var(--white); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.header-cta:hover { background: var(--white); color: var(--black); }
.mobile-nav { display: none; }

.section { padding: clamp(4.5rem, 7vw, 7rem) max(32px, calc((100vw - 1460px) / 2)); }
.eyebrow { margin: 0 0 1.1rem; display: flex; align-items: center; gap: .65rem; font-size: .64rem; line-height: 1.3; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 18px; height: 5px; background: var(--red); }
.eyebrow.light { color: var(--white); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif; }
h1, h2 { margin-bottom: 1.25rem; font-weight: 900; letter-spacing: -.06em; line-height: .9; text-wrap: balance; }
h1 em, h2 em { color: var(--red); font-style: normal; font-weight: 900; }
h1 { font-size: clamp(4.1rem, 6.3vw, 7.2rem); }
h2 { font-size: clamp(3.1rem, 5.5vw, 6.2rem); }
h3 { line-height: 1; }

.hero { min-height: min(860px, calc(100svh - 114px)); position: relative; display: grid; grid-template-columns: minmax(0, .98fr) minmax(430px, 1.02fr); gap: clamp(2.5rem, 4vw, 4.5rem); align-items: center; padding: clamp(3.5rem, 5vw, 5rem) max(32px, calc((100vw - 1460px) / 2)); background: var(--gray); color: var(--black); overflow: hidden; }
.hero::before { content: ""; position: absolute; left: 0; bottom: 0; width: 42%; height: 8px; background: var(--red); }
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.hero .eyebrow { color: var(--muted); }
.hero h1 { margin-bottom: 1.7rem; text-transform: uppercase; }
.hero-intro { max-width: 680px; margin-bottom: 2rem; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.22rem); line-height: 1.55; }
.button-row { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 2.4rem; padding: 0 1.3rem; border: 1px solid transparent; font-size: .74rem; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--white); }
.button-primary:hover { background: var(--white); color: var(--black); }
.hero .button-primary:hover { background: var(--black); color: var(--white); }
.text-link { padding: .7rem 0; border-bottom: 2px solid var(--red); font-size: .74rem; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; }
.button:focus-visible, .text-link:focus-visible, .desktop-nav a:focus-visible, .header-cta:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.hero-visual { position: relative; width: 100%; justify-self: end; }
.hero-visual::before { content: ""; position: absolute; inset: -14px 22px 22px -14px; border: 1px solid rgba(17,17,15,.24); }
.hero-visual img { height: min(68vh, 660px); min-height: 500px; object-fit: cover; object-position: center; clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%); box-shadow: var(--shadow); }
.hero-badge { position: absolute; top: -20px; right: -16px; z-index: 3; display: grid; gap: .15rem; padding: 1rem 1.15rem; background: var(--red); color: var(--white); font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transform: rotate(2deg); }
.hero-caption { position: absolute; left: -20px; bottom: 22px; z-index: 3; display: flex; flex-direction: column; min-width: 260px; padding: .9rem 1rem; background: var(--white); color: var(--black); border-left: 6px solid var(--red); }
.hero-caption b { font-size: 1rem; font-weight: 900; }
.hero-caption span { font-size: .62rem; letter-spacing: .09em; text-transform: uppercase; }
.hero-index { position: absolute; right: 18px; bottom: 14px; color: rgba(17,17,15,.48); font-size: .58rem; letter-spacing: .15em; }

.marquee { overflow: hidden; background: var(--red); color: var(--white); }
.marquee div { min-width: max-content; display: flex; align-items: center; gap: 1.4rem; padding: .9rem 2rem; font-size: clamp(1rem, 1.7vw, 1.55rem); font-weight: 900; letter-spacing: -.03em; text-transform: uppercase; }
.marquee i { color: var(--black); font-style: normal; font-size: .75em; }

.split-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(330px, .72fr); gap: clamp(2rem, 5vw, 6rem); align-items: end; }
.split-heading > p { max-width: 580px; margin-bottom: .35rem; color: var(--muted); font-size: 1.06rem; line-height: 1.68; }
.manifesto { background: var(--white); }
.manifesto h2 { max-width: 900px; }
.principles-grid { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--red); border: 2px solid var(--red); }
.principles-grid article { min-height: 235px; padding: 1.6rem; display: flex; flex-direction: column; background: var(--black); color: var(--white); transition: background .2s; }
.principles-grid article:hover { background: var(--red); }
.principles-grid span { color: var(--red); font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.principles-grid article:hover span { color: var(--white); }
.principles-grid h3 { margin: auto 0 .7rem; font-size: clamp(2rem, 3vw, 3.5rem); font-weight: 900; letter-spacing: -.05em; text-transform: uppercase; }
.principles-grid p { max-width: 360px; margin: 0; color: rgba(255,255,255,.76); font-size: 1rem; line-height: 1.55; }

.editorial-block { display: grid; grid-template-columns: minmax(340px, .88fr) minmax(440px, 1.12fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; background: var(--gray); }
.editorial-image { position: relative; }
.editorial-image::after { content: ""; position: absolute; left: -18px; bottom: -18px; width: 52%; height: 48%; background: var(--black); z-index: 0; }
.editorial-image img { position: relative; z-index: 1; aspect-ratio: 5/6; object-fit: cover; }
.image-label { position: absolute; z-index: 2; left: 0; bottom: 0; max-width: 78%; padding: .85rem 1rem; background: var(--red); color: var(--white); font-size: .62rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.editorial-copy { max-width: 760px; }
.editorial-copy .lead { font-size: clamp(1.12rem, 1.6vw, 1.42rem); line-height: 1.48; font-weight: 700; }
.editorial-copy > p:not(.eyebrow):not(.lead) { max-width: 650px; color: var(--muted); }
blockquote { margin: 2rem 0 0; padding: 1.25rem 0 1.25rem 1.3rem; border-left: 6px solid var(--red); font-size: clamp(1.05rem, 1.45vw, 1.3rem); font-weight: 800; line-height: 1.4; }

.sociality-band { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); background: var(--red); color: var(--white); }
.sociality-copy { padding: clamp(4rem, 6vw, 6.5rem) max(32px, calc((100vw - 1460px) / 2)); padding-right: clamp(2rem, 5vw, 5rem); align-self: center; }
.sociality-copy h2 em { color: var(--black); }
.sociality-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.82); }
.sociality-points { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .55rem; }
.sociality-points span { padding: .45rem .7rem; border: 1px solid rgba(255,255,255,.7); font-size: .61rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sociality-band > img { height: 100%; min-height: 620px; object-fit: cover; }

.audience { padding-top: clamp(3.5rem, 5vw, 5rem); padding-bottom: clamp(3.5rem, 5vw, 5rem); background: var(--black); color: var(--white); }
.centered-heading { display: grid; grid-template-columns: .42fr 1.1fr; gap: 3rem; align-items: end; margin-bottom: 2rem; }
.centered-heading .eyebrow { margin-bottom: .5rem; }
.centered-heading h2 { margin: 0; text-align: left; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.audience-grid article { min-height: 190px; display: grid; grid-template-rows: auto 1fr auto; gap: 1rem; padding: 1.35rem; border-top: 4px solid var(--red); border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); transition: background .2s; }
.audience-grid article:hover { background: var(--red); }
.audience-grid span { display: block; margin: 0; color: var(--red); font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.audience-grid article:hover span { color: var(--white); }
.audience-grid h3 { align-self: end; margin: 0; font-size: clamp(1.35rem, 1.8vw, 1.85rem); font-weight: 900; letter-spacing: -.045em; }
.audience-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: 1rem; line-height: 1.55; }

.competencies { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(3rem, 6vw, 7rem); background: var(--white); }
.competencies-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.competency-list { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.competency-list li { min-height: 86px; display: grid; grid-template-columns: 34px 1fr; gap: .7rem; align-items: center; padding: 1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .95rem; font-weight: 700; line-height: 1.4; }
.competency-list span { color: var(--red); font-size: .6rem; font-weight: 900; letter-spacing: .08em; }
.competencies-visual { position: relative; align-self: center; padding: 0 0 50px 50px; }
.competencies-main { aspect-ratio: 4/5; object-fit: cover; }
.competencies-small { position: absolute; left: 0; bottom: 0; width: 45%; aspect-ratio: 1; object-fit: cover; border: 8px solid var(--white); }
.round-note { position: absolute; right: -10px; top: 24px; width: 122px; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; background: var(--red); color: var(--white); border-radius: 50%; transform: rotate(7deg); }
.round-note b { font-size: 1.15rem; font-weight: 900; text-transform: uppercase; }
.round-note span { font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; }

.method { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--black); color: var(--white); }
.method-visual { position: relative; min-height: 720px; }
.method-visual img { height: 100%; object-fit: cover; }
.method-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,17,15,.85), transparent 52%); }
.method-visual p { position: absolute; z-index: 2; left: clamp(1.5rem, 4vw, 4rem); right: 2rem; bottom: 2rem; max-width: 600px; margin: 0; font-size: clamp(1.6rem, 2.5vw, 2.8rem); font-weight: 900; letter-spacing: -.045em; line-height: 1.05; }
.method-copy { padding: clamp(3.5rem, 6vw, 6rem); background: var(--red); align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.method-copy h2 em { color: var(--black); }
.method-copy > p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.82); }
.method-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 2rem 0; background: rgba(255,255,255,.35); border: 1px solid rgba(255,255,255,.35); }
.method-stats div { min-height: 125px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .8rem; padding: 1rem; background: var(--red); }
.method-stats strong { font-size: clamp(3rem, 4vw, 4.8rem); line-height: .8; font-weight: 900; color: var(--black); }
.method-stats span { max-width: 120px; font-size: .59rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.method-copy ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 1.4rem; }
.method-copy li { position: relative; padding-left: 1rem; color: rgba(255,255,255,.9); font-size: .94rem; line-height: 1.45; }
.method-copy li::before { content: "+"; position: absolute; left: 0; color: var(--black); font-weight: 900; }

.teachers { background: var(--gray); }
.teachers-heading { margin-bottom: 2.5rem; }
.teachers-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.teacher-card { position: relative; grid-column: span 2; min-height: 0; display: flex; flex-direction: column; background: var(--white); border: 1px solid rgba(17,17,15,.08); box-shadow: 0 16px 42px rgba(17,17,15,.07); overflow: hidden; }
.teacher-card:nth-child(n+4) { grid-column: span 3; }
.teacher-number { position: absolute; z-index: 2; top: 12px; left: 12px; display: grid; place-items: center; width: 36px; height: 36px; background: var(--red); color: var(--white); font-size: .6rem; font-weight: 900; }
.teacher-photo { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 24%; background: var(--gray-2); filter: none; }
.teacher-placeholder { display: grid; place-items: center; position: relative; background: var(--black); color: var(--white); }
.teacher-placeholder::before { content: ""; position: absolute; width: 35%; aspect-ratio: 1; border: 10px solid var(--red); border-radius: 50%; }
.teacher-placeholder span { position: relative; z-index: 1; font-size: clamp(3rem, 5vw, 5rem); font-weight: 900; }
.teacher-card-copy { flex: 1; padding: 1.4rem; border-top: 5px solid var(--red); }
.teacher-role { margin-bottom: .5rem; color: var(--red); font-size: .74rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.teacher-card h3 { margin: 0 0 .7rem; font-size: clamp(1.7rem, 2.5vw, 2.8rem); font-weight: 900; letter-spacing: -.055em; }
.teacher-card strong { display: block; margin-bottom: .75rem; font-size: .78rem; line-height: 1.45; letter-spacing: .06em; text-transform: uppercase; }
.teacher-card-copy > p:last-child { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.55; }
.teachers-note { max-width: 900px; margin: 1.25rem 0 0 auto; color: var(--muted); font-size: .8rem; line-height: 1.5; text-align: right; }
.teachers-note a { color: var(--red); border-bottom: 1px solid currentColor; }

.program { background: var(--white); }
.program-list { margin-top: 2.5rem; border-top: 2px solid var(--black); }
.program-item { border-bottom: 1px solid var(--line); }
.program-item summary { min-height: 82px; display: grid; grid-template-columns: 58px 1fr 38px; align-items: center; gap: 1rem; padding: 0 .7rem; cursor: pointer; list-style: none; transition: background .2s; }
.program-item summary:hover { background: var(--gray); }
.program-item summary::-webkit-details-marker { display: none; }
.program-item summary > span { color: var(--red); font-size: .62rem; font-weight: 900; letter-spacing: .11em; }
.program-item h3 { margin: 0; font-size: clamp(1.2rem, 2vw, 1.9rem); font-weight: 800; letter-spacing: -.035em; }
.program-item summary i { display: grid; place-items: center; width: 32px; height: 32px; background: var(--black); color: var(--white); font-style: normal; transition: transform .2s, background .2s; }
.program-item[open] summary i { transform: rotate(45deg); background: var(--red); }
.program-item > p { max-width: 800px; margin: -.15rem 42px 1.5rem 74px; color: var(--muted); font-size: 1rem; }
.calendar-block { margin-top: clamp(3.5rem, 6vw, 6rem); }
.calendar-heading { display: grid; grid-template-columns: .55fr 1fr; gap: 2rem; align-items: end; margin-bottom: 1.4rem; }
.calendar-heading .eyebrow { margin: 0; }
.calendar-heading h3 { max-width: 720px; margin: 0; font-size: clamp(1.6rem, 2.7vw, 2.8rem); font-weight: 900; letter-spacing: -.045em; }
.schedule-wrap { border-top: 4px solid var(--red); overflow-x: auto; }
.schedule-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.schedule-table th { padding: .75rem 1rem; background: var(--black); color: var(--white); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-align: left; text-transform: uppercase; }
.schedule-table th:first-child { width: 165px; }
.schedule-table th:nth-child(2) { width: 125px; }
.schedule-table td { padding: 1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .95rem; line-height: 1.45; vertical-align: middle; }
.schedule-table td:first-child { font-weight: 900; white-space: nowrap; }
.schedule-table td:last-child { border-right: 0; }
.schedule-table tbody tr:nth-child(even) { background: var(--gray); }
.format-badge { display: inline-flex; min-width: 82px; justify-content: center; padding: .38rem .55rem; border: 1px solid var(--black); font-size: .68rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.format-badge.campo { border-color: var(--red); background: var(--red); color: var(--white); }
.program-note { margin-top: 2rem; padding: 1.15rem; display: grid; grid-template-columns: .45fr 1.15fr auto; align-items: center; gap: 1.5rem; background: var(--black); color: var(--white); }
.program-note > span { color: var(--red); font-size: .6rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.program-note strong { font-size: 1rem; }
.program-note a { padding-bottom: .2rem; border-bottom: 2px solid var(--red); font-size: .63rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }

.gallery-section { padding-bottom: 12px; background: var(--black); color: var(--white); }
.gallery-heading { padding-bottom: 2.5rem; }
.gallery-heading h2 { margin-bottom: 0; }
.photo-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 90px; gap: 8px; padding: 0 8px; }
.photo-grid figure { margin: 0; position: relative; overflow: hidden; background: var(--black-soft); }
.photo-grid img { height: 100%; object-fit: cover; transition: transform .35s; }
.photo-grid figure:hover img { transform: scale(1.03); }
.photo-1 { grid-column: 1 / 7; grid-row: span 5; }
.photo-2 { grid-column: 7 / 13; grid-row: span 3; }
.photo-3 { grid-column: 7 / 10; grid-row: span 2; }
.photo-4 { grid-column: 10 / 13; grid-row: span 2; }

.faq { display: grid; grid-template-columns: .62fr 1fr; gap: clamp(3rem, 6vw, 7rem); background: var(--gray); }
.faq-intro { align-self: start; }
.faq-intro > p:not(.eyebrow) { max-width: 440px; color: var(--muted); }
.faq-list { border-top: 2px solid var(--black); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; list-style: none; cursor: pointer; font-size: clamp(1rem, 1.4vw, 1.25rem); font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { flex: 0 0 auto; display: grid; place-items: center; width: 30px; height: 30px; background: var(--black); color: var(--white); font-style: normal; transition: transform .2s, background .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); background: var(--red); }
.faq-list details p { margin: -.2rem 3rem 1.25rem 0; color: var(--muted); }

.application { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr); gap: clamp(3rem, 7vw, 8rem); align-items: start; background: var(--white); }
.application-intro { position: sticky; top: 118px; }
.application-intro > p:not(.eyebrow) { max-width: 540px; color: var(--muted); }
.application-panel { padding: clamp(1.6rem, 3vw, 2.6rem); border-top: 6px solid var(--red); background: var(--black); color: var(--white); box-shadow: var(--shadow); }
.application-form { max-width: none; margin-top: 0; }
.application-form .form-field label { color: var(--white); }
.application-form .privacy-check { color: rgba(255,255,255,.72); }
.application-form .form-submit { margin-top: .3rem; }

.contact-form { width: 100%; max-width: 780px; margin-top: 1.6rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { display: grid; gap: .4rem; }
.form-field label { color: var(--black); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: .75rem .85rem; border: 1px solid var(--black); border-radius: 0; outline: 0; background: var(--white); color: var(--black); }
.form-field textarea { min-height: 108px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { box-shadow: 0 0 0 3px var(--black); }
.field-wide { grid-column: 1 / -1; }
.privacy-check { display: flex; gap: .7rem; align-items: flex-start; color: var(--black); font-size: .85rem; line-height: 1.45; cursor: pointer; }
.privacy-check input { width: 18px; height: 18px; margin: .05rem 0 0; accent-color: var(--black); }
.form-submit { margin-top: 0; border: 0; cursor: pointer; }
.form-status { grid-column: 1 / -1; margin: 0; padding: .8rem; background: var(--black); color: var(--white); font-size: .78rem; font-weight: 800; }
.form-status.error { background: var(--white); color: var(--red-dark); }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

footer { display: grid; grid-template-columns: .55fr 1fr .6fr; gap: 2rem; align-items: start; padding: 3rem max(32px, calc((100vw - 1460px) / 2)) 1.5rem; background: var(--black); color: var(--white); border-top: 1px solid rgba(255,255,255,.14); }
.footer-logo { width: 82px; height: 78px; padding: 4px; object-fit: contain; background: var(--white); }
footer > p { margin: 0; font-size: clamp(1.15rem, 1.8vw, 1.7rem); font-weight: 800; line-height: 1.2; letter-spacing: -.03em; }
.footer-links { justify-self: end; display: flex; flex-direction: column; gap: .6rem; font-size: .64rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.footer-links a:hover { color: var(--red); }
footer small { grid-column: 1 / -1; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.42); font-size: .57rem; letter-spacing: .05em; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 20px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; justify-self: end; position: relative; }
  .mobile-nav summary { list-style: none; cursor: pointer; padding: .65rem .8rem; border: 1px solid rgba(17,17,15,.35); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { position: absolute; right: 0; top: calc(100% + .6rem); width: min(84vw, 340px); padding: .65rem; background: var(--white); color: var(--black); border: 1px solid var(--black); box-shadow: 0 22px 60px rgba(0,0,0,.22); display: flex; flex-direction: column; }
  .mobile-nav nav a { padding: .75rem; border-bottom: 1px solid var(--line); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-nav nav .mobile-nav-cta { margin-top: .5rem; border: 0; background: var(--red); color: var(--white); }
  .hero { grid-template-columns: 1fr .76fr; padding-left: 24px; padding-right: 24px; }
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
  .teachers-grid { grid-template-columns: 1fr 1fr; }
  .teacher-card, .teacher-card:nth-child(n+4) { grid-column: auto; }
  .photo-grid { grid-auto-rows: 80px; }
}

@media (max-width: 780px) {
  .announcement { justify-content: center; padding-inline: 20px; font-size: .62rem; letter-spacing: .12em; }
  .announcement-dot, .announcement span:last-child { display: none; }
  .site-header { height: 70px; }
  .brand-logo { width: 56px; height: 52px; }
  .brand-note { display: none; }
  .section { padding: 3.75rem 20px; }
  h1 { font-size: clamp(2.8rem, 12vw, 4.5rem); }
  h2 { font-size: clamp(2.55rem, 10.8vw, 4.25rem); line-height: .94; }
  .hero { min-height: auto; grid-template-columns: minmax(0, 1fr); gap: 2.5rem; padding: 2.9rem 20px 3.75rem; }
  .hero .eyebrow { max-width: 100%; font-size: .68rem; letter-spacing: .1em; line-height: 1.45; }
  .hero h1 { max-width: 100%; font-size: clamp(2.75rem, 12vw, 4.5rem); line-height: .92; letter-spacing: -.06em; }
  .hero-intro { font-size: 1rem; }
  .hero-visual::before { inset: -9px 10px 12px -8px; }
  .hero-visual img { height: 52vh; min-height: 360px; clip-path: none; }
  .hero-badge { top: -12px; right: -6px; }
  .hero-caption { left: -6px; bottom: 14px; min-width: 210px; }
  .hero-index { display: none; }
  .button-row { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .split-heading, .centered-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid article { min-height: 160px; }
  .editorial-block { grid-template-columns: 1fr; gap: 3.5rem; }
  .editorial-image { width: calc(100% - 18px); }
  .sociality-band { grid-template-columns: 1fr; }
  .sociality-copy { padding: 4rem 20px; }
  .sociality-band > img { min-height: 360px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { min-height: 0; }
  .competencies { grid-template-columns: 1fr; gap: 3rem; }
  .competency-list { grid-template-columns: 1fr; }
  .competencies-visual { padding-left: 28px; }
  .round-note { width: 104px; right: -4px; top: auto; bottom: 28px; }
  .method { grid-template-columns: 1fr; }
  .method-visual { min-height: 520px; }
  .method-copy { padding: 4rem 20px; }
  .method-copy ul { grid-template-columns: 1fr; }
  .teachers-grid { grid-template-columns: 1fr; }
  .teachers-note { text-align: left; }
  .program-item summary { grid-template-columns: 32px 1fr 32px; min-height: 74px; gap: .75rem; padding: 0; }
  .program-item > p { margin: -.1rem 38px 1.2rem 54px; }
  .calendar-heading { grid-template-columns: 1fr; gap: .8rem; }
  .schedule-table, .schedule-table tbody { display: block; }
  .schedule-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .schedule-table tr { display: grid; grid-template-columns: 1fr auto; padding: 1rem 0; border-bottom: 1px solid var(--line); }
  .schedule-table td { padding: .25rem .75rem; border: 0; }
  .schedule-table td:nth-child(2) { justify-self: end; }
  .schedule-table td:last-child { grid-column: 1 / -1; padding-top: .7rem; color: var(--muted); }
  .program-note { grid-template-columns: 1fr; gap: .65rem; }
  .program-note a { width: fit-content; margin-top: .4rem; }
  .photo-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; padding: 0 6px; gap: 6px; }
  .photo-grid figure { grid-column: auto !important; grid-row: auto !important; }
  .photo-grid figure:nth-child(3n) { grid-column: 1 / -1 !important; }
  .faq { grid-template-columns: 1fr; gap: 2.5rem; }
  .application { grid-template-columns: 1fr; gap: 2.5rem; }
  .application-intro { position: static; }
  .application-panel { padding: 1.35rem; }
  .contact-form { grid-template-columns: 1fr; }
  .field-wide { grid-column: 1; }
  footer { grid-template-columns: 1fr; padding: 2.5rem 20px 1.5rem; }
  .footer-links { justify-self: start; }
  footer small { grid-column: 1; }
}

@media (max-width: 480px) {
  .button { width: 100%; }
  .method-stats { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .photo-grid figure:nth-child(3n) { grid-column: 1 / -1 !important; }
  .faq-list summary { min-height: 88px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
