:root {
  --ink: #0b1020;
  --ink-soft: #151c32;
  --paper: #f3f0e8;
  --white: #fffdf8;
  --cobalt: #5d67ff;
  --copper: #e88756;
  --line: rgba(11, 16, 32, 0.18);
  --line-light: rgba(255, 253, 248, 0.22);
  --text-soft: #5d6270;
  --background: var(--paper);
  --foreground: var(--ink);
  --card: var(--white);
  --card-foreground: var(--ink);
  --popover: var(--white);
  --popover-foreground: var(--ink);
  --primary: var(--cobalt);
  --primary-foreground: var(--white);
  --secondary: #e6e2d8;
  --secondary-foreground: var(--ink);
  --muted: #e6e2d8;
  --muted-foreground: var(--text-soft);
  --accent: var(--copper);
  --accent-foreground: var(--ink);
  --destructive: #c43d35;
  --border: var(--line);
  --input: var(--line);
  --ring: var(--cobalt);
  --radius: 0.25rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }

.site-header { align-items: center; background: rgba(11, 16, 32, 0.94); border-bottom: 1px solid var(--line-light); color: var(--white); display: grid; grid-template-columns: 1fr auto 1fr; height: 76px; left: 0; padding: 0 4vw; position: absolute; right: 0; top: 0; z-index: 20; }
.wordmark { align-items: center; display: inline-flex; font-size: 1rem; font-weight: 700; letter-spacing: -0.02em; text-transform: uppercase; }
.wordmark-mark { color: var(--copper); font-size: 1.35em; font-weight: 400; margin: 0 0.28rem; }
.desktop-nav { display: flex; gap: 1.5rem; }
.desktop-nav a, .header-cta { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; }
.desktop-nav a { color: rgba(255, 253, 248, 0.72); transition: color 180ms ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--white); }
.header-cta { align-items: center; display: flex; gap: 0.5rem; justify-self: end; }
.mobile-menu { display: none; }

.hero { background: var(--ink); color: var(--white); min-height: 780px; overflow: hidden; padding: 176px 4vw 60px; position: relative; }
.hero-image, .hero-shade { inset: 0; position: absolute; }
.hero-image { background-image: url("industry-practice-hero.webp"); background-position: center; background-size: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(11, 16, 32, 0.98) 0%, rgba(11, 16, 32, 0.83) 35%, rgba(11, 16, 32, 0.26) 72%, rgba(11, 16, 32, 0.4) 100%), linear-gradient(0deg, rgba(11, 16, 32, 0.88) 0%, transparent 38%); }
.hero-content { max-width: 760px; position: relative; z-index: 2; }
.eyebrow { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.13em; margin: 0 0 1.5rem; text-transform: uppercase; }
.eyebrow.light { color: rgba(255, 253, 248, 0.66); }
.hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 7.6vw, 8.2rem); font-weight: 400; letter-spacing: -0.055em; line-height: 0.88; margin: 0; max-width: 950px; }
.hero-copy { color: rgba(255, 253, 248, 0.78); font-size: clamp(1.1rem, 1.5vw, 1.35rem); line-height: 1.55; margin: 2.2rem 0 0; max-width: 650px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.6rem; margin-top: 2.4rem; }
.button { align-items: center; display: inline-flex; font-size: 0.88rem; font-weight: 700; gap: 0.7rem; justify-content: center; letter-spacing: 0.02em; min-height: 52px; padding: 0.9rem 1.2rem; transition: background 160ms ease, color 160ms ease, transform 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cobalt); color: var(--white); }
.button-primary:hover { background: #737bff; }
.text-link { align-items: center; display: inline-flex; font-size: 0.88rem; font-weight: 700; gap: 0.45rem; }
.light-link { border-bottom: 1px solid rgba(255, 253, 248, 0.42); color: var(--white); padding-bottom: 0.35rem; }
.hero-proof { bottom: 32px; display: flex; left: 4vw; position: absolute; right: 4vw; z-index: 2; }
.hero-proof span { border-left: 1px solid var(--line-light); color: rgba(255, 253, 248, 0.64); font-size: 0.76rem; letter-spacing: 0.08em; padding: 0.2rem 2.2rem; text-transform: uppercase; }
.hero-proof span:first-child { padding-left: 0; }

.section-shell { margin: 0 auto; max-width: 1600px; padding-left: 4vw; padding-right: 4vw; }
.section-number { color: var(--text-soft); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.intro { display: grid; gap: 7vw; grid-template-columns: minmax(170px, 0.55fr) 2fr; padding-bottom: 9rem; padding-top: 9rem; }
.intro-copy h2, .learning-model h2, .classes h2, .standards h2, .closing h2, .contributors h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.045em; line-height: 1; margin: 0; }
.intro-copy h2 { font-size: clamp(2.8rem, 5.4vw, 5.7rem); max-width: 1150px; }
.intro-columns { border-top: 1px solid var(--line); display: grid; gap: 5vw; grid-template-columns: 1fr 1fr; margin-top: 4rem; padding-top: 2rem; }
.intro-columns p { color: var(--text-soft); font-size: 1.08rem; line-height: 1.75; margin: 0; max-width: 560px; }

.practice-gallery { display: grid; gap: 1.25rem; grid-template-columns: 1.55fr 0.9fr; padding-bottom: 9rem; }
.practice-image { margin: 0; min-width: 0; }
.practice-image img { display: block; height: 100%; object-fit: cover; width: 100%; }
.practice-image-primary img { aspect-ratio: 4 / 3; }
.practice-image-secondary { align-self: end; }
.practice-image-secondary img { aspect-ratio: 4 / 5; }
.practice-image figcaption { border-top: 1px solid var(--line); display: grid; gap: 1.5rem; grid-template-columns: 10rem 1fr; padding-top: 0.9rem; }
.practice-image figcaption span { color: var(--cobalt); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.practice-image figcaption p { color: var(--text-soft); font-size: 0.9rem; margin: 0; max-width: 460px; }

.curriculum { background: var(--ink); color: var(--white); padding: 8rem 0 0; }
.curriculum-head { display: grid; gap: 7vw; grid-template-columns: minmax(170px, 0.55fr) 2fr; padding-bottom: 4.5rem; }
.curriculum-head h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 400; letter-spacing: -0.045em; line-height: 1; margin: 0; }
.curriculum-grid { border-top: 1px solid var(--line-light); display: grid; grid-template-columns: repeat(4, 1fr); }
.curriculum-card { border-right: 1px solid var(--line-light); min-height: 520px; padding: 2rem 2.4rem 2.6rem; transition: background 180ms ease, transform 180ms ease; }
.curriculum-card:last-child { border-right: 0; }
.curriculum-card:nth-child(2), .curriculum-card:nth-child(4) { background: var(--ink-soft); }
.curriculum-card-top { align-items: center; color: rgba(255, 253, 248, 0.55); display: flex; font-size: 0.78rem; justify-content: space-between; }
.curriculum-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 2.8vw, 3.1rem); font-weight: 400; letter-spacing: -0.035em; line-height: 1; margin: 6rem 0 1.5rem; max-width: 260px; }
.curriculum-card > p { color: rgba(255, 253, 248, 0.62); line-height: 1.65; min-height: 7.9rem; }
.curriculum-card ul { border-top: 1px solid var(--line-light); list-style: none; margin: 2rem 0 0; padding: 1.1rem 0 0; }
.curriculum-card li { color: rgba(255, 253, 248, 0.78); font-size: 0.82rem; margin: 0.5rem 0; }

.first-program { background: var(--cobalt); color: var(--white); max-width: none; padding-bottom: 0; padding-top: 0; }
.program-label { border-bottom: 1px solid rgba(255, 255, 255, 0.28); display: flex; font-size: 0.72rem; font-weight: 700; justify-content: space-between; letter-spacing: 0.1em; padding: 1.3rem 0; text-transform: uppercase; }
.program-content { display: grid; gap: 7vw; grid-template-columns: 1.3fr 1fr; padding: 7rem 0; }
.program-content h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.4rem, 6.8vw, 7.5rem); font-weight: 400; letter-spacing: -0.055em; line-height: 0.92; margin: 0; max-width: 850px; }
.program-detail > p { font-size: 1.18rem; line-height: 1.7; margin: 0 0 3rem; max-width: 550px; }
.program-detail ol { border-top: 1px solid rgba(255, 255, 255, 0.28); list-style: none; margin: 0; padding: 0; }
.program-detail li { border-bottom: 1px solid rgba(255, 255, 255, 0.28); font-size: 0.92rem; padding: 0.95rem 0; }
.program-detail li span { color: rgba(255, 255, 255, 0.62); display: inline-block; font-size: 0.7rem; width: 3rem; }
.program-footer { border-top: 1px solid rgba(255, 255, 255, 0.28); display: grid; grid-template-columns: repeat(4, 1fr); }
.program-footer span { border-right: 1px solid rgba(255, 255, 255, 0.28); font-size: 0.76rem; letter-spacing: 0.06em; padding: 1.4rem 0; text-align: center; text-transform: uppercase; }
.program-footer span:last-child { border-right: 0; }

.learning-model { padding-bottom: 9rem; padding-top: 9rem; }
.learning-model-head { align-items: end; display: grid; gap: 8vw; grid-template-columns: 1.6fr 0.7fr; }
.learning-model-head .section-number { margin-bottom: 4rem; }
.learning-model h2 { font-size: clamp(3rem, 5.2vw, 5.6rem); max-width: 950px; }
.learning-model-head > p { border-top: 1px solid var(--line); color: var(--text-soft); line-height: 1.7; margin: 0 0 0.5rem; padding-top: 1.4rem; }
.learning-model-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 5rem; }
.learning-model-grid article { border-right: 1px solid var(--line); min-height: 300px; padding: 1.6rem 2rem 2rem 0; }
.learning-model-grid article + article { padding-left: 2rem; }
.learning-model-grid article:last-child { border-right: 0; }
.learning-model-grid span { color: var(--cobalt); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; }
.learning-model-grid h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 2.7vw, 3rem); font-weight: 400; letter-spacing: -0.035em; line-height: 1; margin: 5rem 0 1.3rem; }
.learning-model-grid p { color: var(--text-soft); line-height: 1.7; margin: 0; max-width: 430px; }

.classes { padding-bottom: 9rem; padding-top: 9rem; }
.classes-head { align-items: end; display: grid; gap: 8vw; grid-template-columns: 1.6fr 0.7fr; }
.classes-head .section-number { margin-bottom: 4rem; }
.classes h2 { font-size: clamp(3rem, 5.2vw, 5.6rem); max-width: 900px; }
.classes-head > p { border-top: 1px solid var(--line); color: var(--text-soft); line-height: 1.7; margin: 0 0 0.5rem; padding-top: 1.4rem; }
.class-grid { display: grid; gap: 3.5rem 1.25rem; grid-template-columns: repeat(3, 1fr); margin-top: 5rem; }
.class-card { min-width: 0; }
.class-visual { align-items: flex-start; aspect-ratio: 16 / 10; display: flex; isolation: isolate; justify-content: space-between; overflow: hidden; padding: 1.2rem; position: relative; transition: box-shadow 180ms ease, transform 180ms ease; }
.class-visual::before, .class-visual::after { content: ""; position: absolute; }
.visual-1 { background: var(--ink); color: var(--white); }
.visual-1::before { background: var(--cobalt); height: 150%; left: 48%; top: -22%; transform: rotate(28deg); width: 2px; }
.visual-1::after { border: 1px solid rgba(255, 255, 255, 0.38); border-radius: 50%; height: 55%; right: 12%; top: 21%; width: 34%; }
.visual-2 { background: var(--copper); color: var(--ink); }
.visual-2::before { border: 1px solid rgba(11, 16, 32, 0.5); height: 64%; right: 13%; top: 18%; transform: rotate(-8deg); width: 38%; }
.visual-2::after { background: var(--ink); bottom: 19%; height: 1px; left: 10%; transform: rotate(-18deg); width: 55%; }
.visual-3 { background: var(--cobalt); color: var(--white); }
.visual-3::before { border: 1px solid rgba(255, 255, 255, 0.58); height: 68%; left: 15%; top: 16%; width: 36%; }
.visual-3::after { background: var(--copper); border-radius: 50%; height: 42%; right: 14%; top: 26%; width: 26%; }
.class-visual > span, .program-status { position: relative; z-index: 2; }
.class-visual > span { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.program-status { background: var(--white); bottom: 1.2rem; color: var(--ink); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; padding: 0.7rem 0.85rem; position: absolute; right: 1.2rem; text-transform: uppercase; }
.class-content { border-top: 1px solid var(--line); margin-top: 1.25rem; padding-top: 1rem; }
.class-content > p:first-child { color: var(--text-soft); font-size: 0.7rem; letter-spacing: 0.08em; margin: 0; text-transform: uppercase; }
.class-content h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; font-weight: 400; letter-spacing: -0.03em; line-height: 1.05; margin: 0.9rem 0; }
.class-content > p:last-child { color: var(--text-soft); line-height: 1.6; margin: 0; }

.contributors { background: var(--ink); color: var(--white); padding: 9rem 0; }
.contributor-layout { display: grid; gap: 8vw; grid-template-columns: 1fr 0.9fr; }
.light-number { color: rgba(255, 253, 248, 0.48); margin-bottom: 4rem; }
.contributors h2 { font-size: clamp(3rem, 5.1vw, 5.5rem); max-width: 850px; }
.contributor-list { border-top: 1px solid var(--line-light); }
.contributor-list > div { align-items: center; border-bottom: 1px solid var(--line-light); display: grid; gap: 1rem; grid-template-columns: 2rem 1fr auto; min-height: 66px; }
.contributor-list span { color: rgba(255, 253, 248, 0.4); font-size: 0.68rem; }
.contributor-list p { font-size: 1.05rem; margin: 0; }
.contributor-cta { align-items: center; background: var(--cobalt); display: flex; font-size: 0.82rem; font-weight: 700; justify-content: space-between; letter-spacing: 0.05em; margin-top: 1.5rem; min-height: 58px; padding: 0 1.1rem; text-transform: uppercase; }
.contributor-cta span { color: var(--white); font-size: inherit; }
.contributor-image { margin: 4rem 0 0; }
.contributor-image img { aspect-ratio: 3 / 2; display: block; object-fit: cover; width: 100%; }
.contributor-image figcaption { border-top: 1px solid var(--line-light); color: rgba(255, 253, 248, 0.58); font-size: 0.75rem; letter-spacing: 0.04em; padding-top: 0.8rem; }

.standards { display: grid; gap: 10vw; grid-template-columns: 1fr 0.9fr; padding-bottom: 9rem; padding-top: 9rem; }
.standards-copy .section-number { margin-bottom: 4rem; }
.standards h2 { font-size: clamp(3.2rem, 5.7vw, 6.2rem); max-width: 820px; }
.standards-copy > p:last-child { color: var(--text-soft); font-size: 1.1rem; line-height: 1.75; margin: 2.2rem 0 0; max-width: 660px; }
.standards-list { align-self: end; border-top: 1px solid var(--line); }
.standards-list > div { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 1rem; grid-template-columns: 2.4rem 1fr; padding: 1.4rem 0; }
.standards-list span { align-items: center; background: var(--cobalt); border-radius: 50%; color: var(--white); display: flex; height: 28px; justify-content: center; width: 28px; }
.standards-list p { line-height: 1.6; margin: 0; }

.closing { background: var(--cobalt); color: var(--white); min-height: 680px; overflow: hidden; padding: 8rem 4vw; position: relative; }
.closing-grid { inset: 0; position: absolute; }
.closing-grid span { border-left: 1px solid rgba(255, 255, 255, 0.2); bottom: -15%; height: 130%; position: absolute; transform: rotate(22deg); }
.closing-grid span:nth-child(1) { left: 20%; } .closing-grid span:nth-child(2) { left: 35%; } .closing-grid span:nth-child(3) { left: 50%; } .closing-grid span:nth-child(4) { left: 65%; } .closing-grid span:nth-child(5) { left: 80%; }
.closing-content { max-width: 1600px; position: relative; z-index: 2; }
.closing-layout { display: grid; gap: 7vw; grid-template-columns: 1.05fr 0.85fr; }
.closing h2 { font-size: clamp(4rem, 7.5vw, 8.5rem); line-height: 0.9; }
.closing-content > p:not(.eyebrow) { font-size: 1.15rem; line-height: 1.7; margin: 2.2rem 0; max-width: 560px; }
.closing-layout > div > p:not(.eyebrow) { font-size: 1.05rem; line-height: 1.7; margin: 2.2rem 0 0; max-width: 560px; }
.button-light { background: var(--white); color: var(--ink); }
.signup-form { align-self: start; background: rgba(11, 16, 32, 0.22); border: 1px solid rgba(255, 255, 255, 0.28); padding: 2rem; }
.form-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr 1fr; }
.form-grid label { display: grid; gap: 0.45rem; }
.form-grid label > span { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.05em; }
.form-full { grid-column: 1 / -1; }
.form-grid input:not([type="checkbox"]), .form-grid select, .form-grid textarea { appearance: none; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.38); border-radius: 0; color: var(--white); font: inherit; min-height: 48px; padding: 0.75rem; width: 100%; }
.form-grid select { background-color: var(--ink); }
.form-grid textarea { min-height: 110px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--white); outline: 3px solid rgba(255, 255, 255, 0.24); outline-offset: 2px; }
.form-consent { align-items: start; display: grid !important; gap: 0.7rem !important; grid-template-columns: 1.1rem 1fr; }
.form-consent input { accent-color: var(--ink); height: 1.1rem; margin: 0.18rem 0 0; width: 1.1rem; }
.form-consent span { font-size: 0.78rem !important; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.5; }
.form-submit { align-items: center; display: flex; flex-wrap: wrap; gap: 1rem; }
.form-submit p { color: rgba(255, 255, 255, 0.7); font-size: 0.72rem; margin: 0; }
.form-submit p a { border-bottom: 1px solid currentColor; }
.form-hidden { height: 1px; left: -10000px; overflow: hidden; position: absolute; top: auto; width: 1px; }
footer { align-items: center; background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1fr 1fr 1fr; min-height: 150px; padding: 2rem 4vw; }
footer p { color: rgba(255, 253, 248, 0.55); font-size: 0.75rem; margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.1rem; justify-self: center; }
.footer-links a { color: rgba(255, 253, 248, 0.64); font-size: 0.72rem; letter-spacing: 0.05em; text-transform: uppercase; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--white); }
footer p:last-child { justify-self: end; }

.subpage { background: var(--paper); }
.subpage .site-header { position: relative; }
.subpage-main { min-height: 70vh; }
.subpage-hero { background: var(--ink); color: var(--white); padding: 8rem 4vw 7rem; }
.subpage-hero-inner { display: grid; gap: 7vw; grid-template-columns: minmax(180px, 0.5fr) 2fr; margin: 0 auto; max-width: 1600px; }
.subpage-hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 7.5vw, 8rem); font-weight: 400; letter-spacing: -0.055em; line-height: 0.9; margin: 0; max-width: 1000px; }
.subpage-hero-copy { color: rgba(255, 253, 248, 0.72); font-size: 1.15rem; line-height: 1.7; margin: 2rem 0 0; max-width: 680px; }
.content-section { padding-bottom: 8rem; padding-top: 8rem; }
.content-layout { display: grid; gap: 8vw; grid-template-columns: 0.7fr 1.4fr; }
.content-layout h2, .legal-content h1, .legal-content h2, .thank-you h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.04em; line-height: 1; }
.content-layout h2 { font-size: clamp(2.8rem, 4.8vw, 5rem); margin: 0; }
.content-copy > p { color: var(--text-soft); font-size: 1.05rem; line-height: 1.75; margin: 0 0 1.5rem; }
.format-list { border-top: 1px solid var(--line); margin-top: 3rem; }
.format-list div { border-bottom: 1px solid var(--line); display: grid; gap: 1rem; grid-template-columns: 3rem 1fr; padding: 1.15rem 0; }
.format-list span { color: var(--cobalt); font-size: 0.72rem; font-weight: 700; }
.format-list p { margin: 0; }
.standards-panel { background: var(--ink); color: var(--white); padding: 7rem 4vw; }
.standards-panel-inner { display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; margin: 0 auto; max-width: 1600px; }
.standards-panel h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 400; letter-spacing: -0.045em; line-height: 1; margin: 0; }
.standards-panel-copy > p { color: rgba(255, 253, 248, 0.68); font-size: 1.05rem; line-height: 1.7; margin: 2rem 0 0; }
.standards-panel-list { border-top: 1px solid var(--line-light); }
.standards-panel-list p { border-bottom: 1px solid var(--line-light); line-height: 1.6; margin: 0; padding: 1.15rem 0; }
.contribute-form-section { background: var(--cobalt); color: var(--white); padding: 8rem 4vw; }
.contribute-form-layout { display: grid; gap: 7vw; grid-template-columns: 0.85fr 1.15fr; margin: 0 auto; max-width: 1600px; }
.contribute-form-layout h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 5.5vw, 6rem); font-weight: 400; letter-spacing: -0.045em; line-height: 0.96; margin: 0; }
.contribute-form-layout > div > p { font-size: 1.05rem; line-height: 1.7; margin: 2rem 0 0; max-width: 540px; }
.contributor-form { background: var(--white); color: var(--ink); padding: 2rem; }
.contributor-form .form-grid input:not([type="checkbox"]), .contributor-form .form-grid select, .contributor-form .form-grid textarea { background: var(--paper); border-color: var(--line); color: var(--ink); }
.contributor-form .form-grid select { background-color: var(--paper); }
.contributor-form .form-grid input:focus, .contributor-form .form-grid select:focus, .contributor-form .form-grid textarea:focus { border-color: var(--cobalt); outline-color: rgba(93, 103, 255, 0.2); }
.contributor-form .form-consent input { accent-color: var(--cobalt); }
.contributor-form .form-submit p { color: var(--text-soft); }
.button-dark { background: var(--ink); color: var(--white); }
.legal-shell { margin: 0 auto; max-width: 980px; padding: 7rem 1.2rem 8rem; }
.legal-content h1 { font-size: clamp(3.5rem, 7vw, 6.5rem); margin: 0; }
.legal-date { color: var(--text-soft); font-size: 0.78rem; letter-spacing: 0.06em; margin: 1.2rem 0 4rem; text-transform: uppercase; }
.legal-content h2 { font-size: 2.2rem; margin: 3.5rem 0 1rem; }
.legal-content p, .legal-content li { color: var(--text-soft); line-height: 1.75; }
.legal-content a { border-bottom: 1px solid var(--cobalt); color: var(--ink); }
.legal-note { background: var(--white); border-left: 4px solid var(--cobalt); margin-top: 3rem; padding: 1.25rem; }
.thank-you { align-items: start; background: var(--ink); color: var(--white); display: flex; min-height: calc(100vh - 226px); padding: 10rem 4vw; }
.thank-you-inner { max-width: 900px; }
.thank-you h1 { font-size: clamp(4rem, 8vw, 8rem); margin: 0; }
.thank-you p { color: rgba(255, 253, 248, 0.7); font-size: 1.1rem; line-height: 1.7; margin: 2rem 0; max-width: 620px; }

@media (hover: hover) and (pointer: fine) {
  .curriculum-card:hover { background: var(--cobalt); transform: translateY(-6px); }
  .class-card:hover .class-visual { box-shadow: 0 18px 38px rgba(11, 16, 32, 0.18); transform: translateY(-6px); }
}

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; justify-self: end; }
  .mobile-menu summary { align-items: center; cursor: pointer; display: flex; gap: 0.75rem; list-style: none; min-height: 44px; padding: 0 0.2rem; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .menu-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
  .menu-icon { height: 16px; position: relative; width: 24px; }
  .menu-icon::before, .menu-icon::after { background: currentColor; content: ""; height: 2px; left: 0; position: absolute; transition: top 180ms ease, transform 180ms ease; width: 24px; }
  .menu-icon::before { top: 3px; }
  .menu-icon::after { top: 11px; }
  .mobile-menu[open] .menu-icon::before { top: 7px; transform: rotate(45deg); }
  .mobile-menu[open] .menu-icon::after { top: 7px; transform: rotate(-45deg); }
  .mobile-menu-panel { background: rgba(11, 16, 32, 0.99); border-bottom: 1px solid var(--line-light); box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26); color: var(--white); left: 0; padding: 0 4vw 1rem; position: fixed; right: 0; top: 76px; }
  .mobile-menu-panel a { align-items: center; border-bottom: 1px solid var(--line-light); display: flex; font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; justify-content: space-between; min-height: 66px; }
  .mobile-menu-panel a span:last-child { color: rgba(255, 253, 248, 0.45); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.85rem; }
  .mobile-menu-panel .mobile-program-link { background: var(--cobalt); border: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.05em; margin-top: 1rem; min-height: 54px; padding: 0 1rem; text-transform: uppercase; }
  .curriculum-grid { grid-template-columns: repeat(2, 1fr); }
  .curriculum-card:nth-child(2) { border-right: 0; }
  .curriculum-card:nth-child(-n + 2) { border-bottom: 1px solid var(--line-light); }
  .curriculum-card:nth-child(3) { background: var(--cobalt); }
  .class-grid { grid-template-columns: repeat(2, 1fr); }
  .closing-layout, .contribute-form-layout { grid-template-columns: 1fr; }
  .subpage-hero-inner, .content-layout, .standards-panel-inner { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { height: 66px; padding: 0 1.2rem; }
  .mobile-menu-panel { padding-left: 1.2rem; padding-right: 1.2rem; top: 66px; }
  .hero { min-height: 780px; padding: 142px 1.2rem 150px; }
  .hero-image { background-position: 59% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(11, 16, 32, 0.96) 0%, rgba(11, 16, 32, 0.68) 100%), linear-gradient(0deg, rgba(11, 16, 32, 0.95), transparent 50%); }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 5.5rem); }
  .hero-proof { bottom: 26px; display: grid; grid-template-columns: 1fr 1fr; left: 1.2rem; right: 1.2rem; }
  .hero-proof span { border-bottom: 1px solid var(--line-light); font-size: 0.6rem; padding: 0.65rem 0.6rem; }
  .hero-proof span:first-child { padding-left: 0.6rem; }
  .section-shell { padding-left: 1.2rem; padding-right: 1.2rem; }
  .intro, .curriculum-head, .program-content, .learning-model-head, .classes-head, .contributor-layout, .standards { grid-template-columns: 1fr; }
  .intro, .learning-model, .classes, .contributors, .standards { padding-bottom: 5.5rem; padding-top: 5.5rem; }
  .intro { gap: 3rem; }
  .intro-columns { gap: 1.5rem; grid-template-columns: 1fr; margin-top: 2.5rem; }
  .practice-gallery { gap: 2.5rem; grid-template-columns: 1fr; padding-bottom: 5.5rem; }
  .practice-image-primary img, .practice-image-secondary img { aspect-ratio: 4 / 3; }
  .practice-image figcaption { gap: 0.7rem; grid-template-columns: 1fr; }
  .curriculum { padding-top: 5.5rem; }
  .curriculum-head { gap: 3rem; }
  .curriculum-grid, .class-grid { grid-template-columns: 1fr; }
  .curriculum-card, .curriculum-card:nth-child(2) { border-bottom: 1px solid var(--line-light); border-right: 0; min-height: 450px; padding: 1.5rem 1.2rem 2rem; }
  .curriculum-card h3 { margin-top: 4rem; }
  .program-content { gap: 3.5rem; padding: 5.5rem 0; }
  .program-footer { grid-template-columns: 1fr 1fr; }
  .program-footer span:nth-child(2) { border-right: 0; }
  .program-footer span:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, 0.28); }
  .learning-model-head { gap: 2.5rem; }
  .learning-model-head .section-number { margin-bottom: 3rem; }
  .learning-model-grid { grid-template-columns: 1fr; margin-top: 3.5rem; }
  .learning-model-grid article, .learning-model-grid article + article { border-bottom: 1px solid var(--line); border-right: 0; min-height: 0; padding: 1.6rem 0 2.6rem; }
  .learning-model-grid article:last-child { border-bottom: 0; }
  .learning-model-grid h3 { margin-top: 3rem; }
  .classes-head { gap: 2.5rem; }
  .classes-head .section-number, .light-number, .standards-copy .section-number { margin-bottom: 3rem; }
  .class-grid { gap: 3rem; margin-top: 3.5rem; }
  .contributors h2, .standards h2 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .contributor-layout, .standards { gap: 4rem; }
  .contributor-image { margin-top: 3rem; }
  .closing-layout { gap: 3.5rem; }
  .signup-form, .contributor-form { padding: 1.25rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .closing { min-height: 650px; padding: 6rem 1.2rem; }
  footer { align-items: start; gap: 1rem; grid-template-columns: 1fr; padding: 3rem 1.2rem; }
  .footer-links, footer p:last-child { justify-self: start; }
  .subpage-hero { padding: 5.5rem 1.2rem; }
  .subpage-hero-inner { gap: 3rem; }
  .subpage-hero h1 { font-size: clamp(3.6rem, 16vw, 5.5rem); }
  .content-section { padding-bottom: 5.5rem; padding-top: 5.5rem; }
  .content-layout { gap: 3rem; }
  .standards-panel, .contribute-form-section { padding: 5.5rem 1.2rem; }
  .standards-panel-inner, .contribute-form-layout { gap: 3.5rem; }
  .legal-shell { padding-bottom: 5.5rem; padding-top: 5.5rem; }
  .thank-you { min-height: calc(100vh - 216px); padding: 7rem 1.2rem; }
}

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