:root {
  --ink: #17262b;
  --muted: #5e6a6c;
  --ice: #edf3f2;
  --paper: #f7faf8;
  --white: #ffffff;
  --amber: #e8a63d;
  --honey: #f6c86d;
  --frost: rgba(255, 255, 255, 0.72);
  --line: rgba(23, 38, 43, 0.14);
  --display: "Space Grotesk", sans-serif;
  --body: "Manrope", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% -10%, rgba(246, 200, 109, 0.28), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(198, 224, 228, 0.55), transparent 28%),
    var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button, input, select, textarea { font: inherit; }
.skip-link {
  position: absolute; left: 1rem; top: -5rem; background: var(--ink); color: #fff;
  padding: 0.7rem 1rem; z-index: 100;
}
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header {
  height: 84px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(1.25rem, 5vw, 5.5rem); border-bottom: 1px solid var(--line);
  background: rgba(247, 250, 248, 0.78); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 20;
}
.brand { display: flex; align-items: center; gap: 0.75rem; font: 600 1rem var(--display); letter-spacing: -0.02em; }
.brand-mark {
  width: 28px; height: 28px; border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255,255,255,0.85), rgba(255,255,255,0.05)),
    linear-gradient(145deg, #f8d27a, #c97a12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.55), 0 8px 18px rgba(168, 104, 18, 0.22);
  position: relative;
}
.brand-mark::before, .brand-mark::after {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%);
  width: 3px; border-radius: 2px; background: rgba(23,38,43,0.75);
}
.brand-mark::before { height: 12px; top: 7px; }
.brand-mark::after { height: 7px; top: 11px; left: calc(50% + 6px); width: 3px; }
.nav { display: flex; align-items: center; gap: 2rem; font-size: 0.88rem; font-weight: 600; }
.nav > a:not(.nav-cta):hover { color: #ac6d0f; }
.nav-cta {
  border: 1px solid rgba(23,38,43,0.2); padding: 0.7rem 1.1rem; border-radius: 999px;
  background: rgba(255,255,255,0.55); backdrop-filter: blur(10px); transition: 0.2s;
}
.nav-cta:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.nav-toggle { display: none; background: none; border: 0; }

.hero {
  display: grid; grid-template-columns: 0.95fr 1.05fr; min-height: 760px;
  border-bottom: 1px solid var(--line);
}
.hero-media {
  margin: 0; position: relative; overflow: hidden;
  background: linear-gradient(145deg, #dfeceb, #f4e6c0);
}
.hero-media img { min-height: 760px; filter: saturate(0.78) contrast(1.04); }
.hero-media figcaption {
  position: absolute; left: 1.5rem; right: 1.5rem; bottom: 1.5rem;
  padding: 1.25rem 1.4rem; border: 1px solid rgba(255,255,255,0.72);
  background: rgba(247, 250, 248, 0.72); backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px rgba(23,38,43,0.18);
}
.hero-media figcaption span {
  display: block; text-transform: uppercase; letter-spacing: 0.14em;
  font-size: 0.68rem; font-weight: 700; color: #8a5b12; margin-bottom: 0.45rem;
}
.hero-media figcaption strong {
  display: block; font: 600 1.35rem/1.2 var(--display); letter-spacing: -0.03em; margin-bottom: 0.35rem;
}
.hero-media figcaption p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.hero-copy {
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.5rem, 5vw, 5rem) clamp(3rem, 6vw, 6rem);
  display: flex; flex-direction: column; justify-content: center;
}
.kicker, .eyebrow {
  text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.7rem;
  font-weight: 700; color: #8a5b12;
}
.hero h1, .page-hero h1, .contact-page h1, .not-found h1 {
  font: 500 clamp(3rem, 5.4vw, 5.8rem) / 0.98 var(--display);
  letter-spacing: -0.065em; margin: 1.2rem 0 1.5rem; max-width: 14ch;
}
.hero h1 em { font-style: normal; color: #ae741a; }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.22rem); color: var(--muted); max-width: 38rem; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.2rem; flex-wrap: wrap; }

.button {
  position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, #f7d48a 0%, #e39a2d 48%, #b56d12 100%);
  color: #1a2427; border: 1px solid rgba(255,255,255,0.55);
  border-radius: 999px; padding: 0.92rem 1.35rem; font-weight: 700; font-size: 0.88rem;
  cursor: pointer; box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 12px 28px rgba(170, 108, 20, 0.22);
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}
.button::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.75), rgba(255,255,255,0.08) 42%, transparent 58%);
  opacity: 0.95; transition: opacity 0.25s, transform 0.25s;
}
.button:hover { transform: translateY(-1px); filter: saturate(1.05); }
.button:hover::before { opacity: 0.15; transform: translateY(8px); }
.button > * , .button { z-index: 1; }
.button-ghost {
  background: rgba(255,255,255,0.55); color: var(--ink);
  box-shadow: none; border-color: rgba(23,38,43,0.18);
}
.button-ghost::before { display: none; }
.button-frost {
  background: rgba(255,255,255,0.14); color: #fff; border-color: rgba(255,255,255,0.28);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}
.button:disabled { opacity: 0.65; cursor: wait; }
.text-link { font-weight: 700; font-size: 0.88rem; border-bottom: 1px solid var(--line); padding-bottom: 0.2rem; }
.text-link span { color: #a9690d; margin-left: 0.25rem; }

.section { padding: clamp(4.5rem, 8vw, 8rem) max(5vw, calc((100vw - 1400px) / 2)); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: start; }
.section h2, .cta-panel h2 {
  font: 500 clamp(2.3rem, 3.8vw, 4.2rem) / 1.05 var(--display);
  letter-spacing: -0.055em; margin: 0.7rem 0;
}
.large-copy {
  font-size: clamp(1.15rem, 1.7vw, 1.55rem); line-height: 1.55; color: #3e4b4e; margin: 1.5rem 0;
}
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.services-preview { background: linear-gradient(180deg, rgba(237,243,242,0.9), rgba(247,250,248,0.4)); }
.card-grid, .insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card { border-top: 1px solid rgba(23,38,43,0.22); padding-top: 1rem; }
.card-image, .post-image {
  display: block; height: 250px; position: relative; overflow: hidden; margin-bottom: 1.35rem;
  border: 1px solid rgba(255,255,255,0.7); box-shadow: 0 18px 40px rgba(23,38,43,0.08);
}
.card-image img, .post-image img { filter: saturate(0.72); transition: 0.4s; }
.card-image:hover img, .post-image:hover img { transform: scale(1.035); filter: saturate(1); }
.card-image span {
  position: absolute; right: 0.7rem; top: 0.7rem; background: rgba(248,250,247,0.9);
  padding: 0.35rem 0.55rem; font: 600 0.7rem var(--display);
}
.service-card h3, .insight-grid h3, .insight-grid h2 {
  font: 500 1.45rem / 1.25 var(--display); letter-spacing: -0.03em; margin: 0.65rem 0;
}
.service-card > p:not(.eyebrow), .insight-grid article > p:last-of-type { color: var(--muted); font-size: 0.92rem; }
.card-footer {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid var(--line); padding-top: 1rem; margin-top: 1.4rem;
}
.card-footer a { font-size: 1.35rem; color: #a9690d; }

.process {
  display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 8%;
  background: linear-gradient(145deg, #152327, #24383d); color: #edf2f0;
}
.process .kicker { color: var(--honey); }
.process-copy > p:not(.kicker) { color: #aebaba; max-width: 32rem; margin: 1.6rem 0 2rem; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li {
  display: grid; grid-template-columns: 70px 1fr; gap: 1.4rem;
  padding: 1.7rem 0; border-top: 1px solid rgba(255,255,255,0.14);
}
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,0.14); }
.process-list > li > span { color: var(--honey); font: 500 1rem var(--display); }
.process-list h3 { font: 500 1.4rem var(--display); margin: 0 0 0.45rem; }
.process-list p { color: #aebaba; margin: 0; }

.quote-section { text-align: center; max-width: 980px; margin: 0 auto; }
.quote-mark { font: 500 5.5rem / 1 var(--display); color: var(--amber); height: 60px; }
.quote-section blockquote {
  font: 500 clamp(1.8rem, 3.3vw, 3.5rem) / 1.18 var(--display);
  letter-spacing: -0.045em; margin: 0.8rem auto 2rem;
}
.quote-author {
  display: flex; align-items: center; justify-content: center; gap: 0.9rem;
  text-align: left; font-size: 0.78rem; color: var(--muted);
}
.quote-author span {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: #e0e9e8; font-weight: 700;
}
.insight-preview { border-top: 1px solid var(--line); }
.cta-panel {
  margin: 0 max(2vw, 1rem) 2vw; padding: clamp(2.5rem, 6vw, 5.5rem);
  display: grid; grid-template-columns: 1.25fr 0.75fr; align-items: end; gap: 8%;
  background:
    linear-gradient(125deg, rgba(229,235,234,0.92), rgba(255,249,236,0.92) 55%, rgba(233,179,79,0.55)),
    #f4efe4;
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: inset 0 0 70px rgba(255,255,255,0.55), 0 24px 60px rgba(23,38,43,0.08);
}
.cta-panel > div:last-child p { color: var(--muted); margin-bottom: 1.6rem; }

.page-hero {
  padding: clamp(4.5rem, 9vw, 8.5rem) max(5vw, calc((100vw - 1400px) / 2));
  background: linear-gradient(135deg, #f9faf7, #e5eeed 72%, #efd39e);
  border-bottom: 1px solid var(--line);
}
.page-hero > p:last-child, .page-hero.split > p { font-size: 1.15rem; max-width: 36rem; color: var(--muted); }
.page-hero.split, .page-hero.media-hero {
  display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: end; gap: 6%;
}
.page-hero.media-hero { align-items: center; }
.page-hero.media-hero figure {
  margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,0.75);
  box-shadow: 0 24px 50px rgba(23,38,43,0.14); height: min(520px, 58vw);
}
.course-list { padding-top: 2rem; }
.course-row {
  display: grid; grid-template-columns: 55px 0.75fr 1fr; gap: 2.5rem;
  border-top: 1px solid var(--line); padding: 3.5rem 0;
}
.course-number { font: 500 1rem var(--display); color: #a9690d; }
.course-image { height: 430px; overflow: hidden; border: 1px solid rgba(255,255,255,0.7); }
.course-content h2 { font-size: clamp(2rem, 3vw, 3rem); margin: 0.4rem 0 1rem; }
.course-content > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.course-content ul, .module-list ul, .check-list { padding-left: 1.15rem; color: #465355; }
.course-content li, .module-list li, .check-list li { margin: 0.4rem 0; }
.course-meta {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid var(--line); padding-top: 1.4rem; margin-top: 1.8rem; gap: 1rem; flex-wrap: wrap;
}
.course-meta strong, .detail-card strong { font: 600 1.35rem var(--display); }
.note-panel {
  margin: 0 max(5vw, calc((100vw - 1400px) / 2)) 6rem; padding: 2.5rem;
  background: linear-gradient(135deg, #f0d39d, #f7e4b8);
  display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 8%;
}
.note-panel h2 { font: 500 2rem var(--display); margin-top: 0; }
.module-list article {
  display: grid; grid-template-columns: 150px 1fr 90px; gap: 3rem;
  padding: 2.5rem 0; border-bottom: 1px solid var(--line);
}
.module-list article > span {
  color: #a9690d; text-transform: uppercase; letter-spacing: 0.12em;
  font-size: 0.72rem; font-weight: 700;
}
.module-list h2 { font-size: 2.2rem; margin: 0 0 0.7rem; }
.artifact {
  background: var(--ice); display: grid; grid-template-columns: 1fr 0.7fr;
  gap: 10%; align-items: center;
}
.artifact > div:first-child > p:not(.kicker) {
  font-size: 1.08rem; color: var(--muted); margin: 1.3rem 0 2rem;
}
.workbook {
  aspect-ratio: 4 / 5; background: linear-gradient(145deg, #1c2c30, #31474a);
  color: #fff; padding: 2.2rem; box-shadow: 22px 24px 0 #e5b052;
  display: flex; flex-direction: column;
}
.workbook span, .workbook small { font-size: 0.65rem; letter-spacing: 0.15em; }
.workbook h3 {
  font: 500 clamp(2.2rem, 4vw, 3.8rem) / 0.95 var(--display);
  letter-spacing: -0.05em; margin: auto 0; color: #f2c46c;
}
.workbook small { margin-top: auto; }
.archive { padding-top: 4rem; padding-bottom: 7rem; }

.about-feature { display: grid; grid-template-columns: 0.8fr 1fr; gap: 8%; align-items: center; }
.portrait { height: 620px; position: relative; }
.portrait::after {
  content: ""; position: absolute; inset: 1rem -1rem -1rem 1rem;
  border: 1px solid var(--amber); z-index: -1;
}
.about-feature p:not(.kicker) { color: var(--muted); }
.values {
  display: grid; grid-template-columns: repeat(3, 1fr);
  padding: 0 max(5vw, calc((100vw - 1400px) / 2)) 7rem;
}
.values article { padding: 1.8rem; border-left: 1px solid var(--line); }
.values span { color: #a9690d; font-size: 0.75rem; }
.values h2 { font: 500 1.8rem var(--display); margin: 1.6rem 0 0.5rem; }
.values p { color: var(--muted); }

.contact-page {
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 8%;
  padding: clamp(4.5rem, 8vw, 8rem) max(5vw, calc((100vw - 1400px) / 2));
}
.contact-intro > p:not(.kicker) { color: var(--muted); font-size: 1.08rem; }
.contact-details { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.contact-details > div { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-details span {
  display: block; text-transform: uppercase; font-size: 0.65rem;
  letter-spacing: 0.12em; color: #936116;
}
.contact-details p { margin: 0; }
.contact-form {
  background: rgba(255,255,255,0.68); backdrop-filter: blur(18px);
  padding: clamp(1.6rem, 4vw, 3rem); border: 1px solid #fff;
  box-shadow: 0 24px 60px rgba(43,61,62,0.1);
}
.contact-form > label, .field-row label {
  display: block; font-size: 0.78rem; font-weight: 700; margin-bottom: 1.15rem;
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form input:not([type=checkbox]), .contact-form select, .contact-form textarea {
  display: block; width: 100%; margin-top: 0.4rem; border: 1px solid #bbc5c3;
  background: rgba(255,255,255,0.72); padding: 0.8rem; border-radius: 10px; color: var(--ink);
}
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: 2px solid rgba(232,166,61,0.45); border-color: #ad7013;
}
.contact-form [aria-invalid=true] { border-color: #a13b29; }
.field-error { display: block; color: #8f261b; font-size: 0.7rem; min-height: 1rem; }
.check { display: flex !important; align-items: start; gap: 0.7rem; font-weight: 500 !important; }
.check input { margin-top: 0.35rem; }
.check a { text-decoration: underline; }
.check-error { display: block; color: #8f261b; font-size: 0.7rem; margin-top: -0.8rem; margin-bottom: 1rem; }
.form-status, .inline-status { font-size: 0.82rem; font-weight: 600; }
.form-status.is-success { color: #277245; }
.form-status.is-error, .inline-status { color: #8f261b; }

.detail-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 8%; }
.detail-card {
  background: rgba(255,255,255,0.7); backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.85); padding: 2rem;
  box-shadow: 0 20px 50px rgba(23,38,43,0.08); height: fit-content;
}
.detail-card p { color: var(--muted); }
.detail-card .button { margin-top: 1rem; width: 100%; }

.article { max-width: 920px; margin: 0 auto; padding: 4.5rem 1.5rem 7rem; }
.back-link { font-size: 0.8rem; font-weight: 700; }
.article header { margin: 3.5rem 0 2rem; }
.article h1 {
  font: 500 clamp(2.8rem, 5.5vw, 5.2rem) / 1 var(--display);
  letter-spacing: -0.06em; margin: 1rem 0 1.4rem;
}
.article-cover {
  margin: 2rem 0 0; overflow: hidden; height: min(420px, 55vw);
  border: 1px solid rgba(255,255,255,0.75); box-shadow: 0 18px 40px rgba(23,38,43,0.1);
}
.article-body { max-width: 720px; margin: 0 auto; }
.article-body section { margin: 3rem 0; }
.article-body h2 { font: 500 1.9rem var(--display); letter-spacing: -0.03em; }
.article-body p { font-size: 1.06rem; color: #435054; }
.article-body aside {
  background: #eef3f2; border-left: 4px solid var(--amber); padding: 1.6rem; margin: 3rem 0;
}
.article-body aside p { margin-bottom: 0; }
.disclaimer { font-size: 0.8rem !important; border-top: 1px solid var(--line); padding-top: 1rem; }

.legal-page { max-width: 1080px; margin: 0 auto; padding: 5rem 1.5rem 8rem; }
.legal-page header { max-width: 760px; margin-bottom: 4rem; }
.legal-page h1 {
  font: 500 clamp(3rem, 5.5vw, 5.4rem) / 1 var(--display);
  letter-spacing: -0.06em; margin: 1rem 0;
}
.legal-page header > p:last-child { color: var(--muted); font-size: 1.12rem; }
.legal-body { max-width: 760px; margin-left: auto; }
.legal-body section { padding: 1.7rem 0; border-top: 1px solid var(--line); }
.legal-body h2 { font: 500 1.55rem var(--display); margin-top: 0; }
.legal-body p { color: #4b585a; }

.not-found { text-align: center; min-height: 620px; padding: 6rem 1rem; }
.not-found h1 { font-size: 3.5rem; margin: 0.5rem auto; max-width: none; }
.not-found > p:not(.kicker) { color: var(--muted); max-width: 34rem; margin: 1rem auto 2rem; }
.error-chart {
  height: 140px; display: flex; justify-content: center; align-items: end;
  gap: 12px; position: relative; margin-bottom: 1.8rem;
}
.error-chart span { width: 18px; border: 2px solid var(--ink); background: var(--amber); }
.error-chart span:nth-child(1) { height: 45px; }
.error-chart span:nth-child(2) { height: 90px; }
.error-chart span:nth-child(3) { height: 60px; }
.error-chart strong {
  position: absolute; font: 600 7rem / 1 var(--display);
  color: rgba(232,166,61,0.16); bottom: 0;
}

.site-footer {
  background: #132328; color: #e9efed;
  padding: 4.5rem max(5vw, calc((100vw - 1400px) / 2)) 2rem;
}
.footer-top { display: grid; grid-template-columns: 1.2fr 0.6fr 1fr; gap: 8%; padding-bottom: 3.5rem; }
.footer-top > div:first-child p { color: #9eacab; max-width: 24rem; }
.footer-top h2 {
  text-transform: uppercase; font: 600 0.68rem var(--body);
  letter-spacing: 0.14em; color: #f1bd5c; margin: 0 0 1.1rem;
}
.footer-top > div:not(:first-child) {
  display: flex; flex-direction: column; align-items: start; gap: 0.55rem; font-size: 0.85rem;
}
.footer-top > div:last-child p { margin: 0; color: #b5c0be; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.14); padding-top: 1.4rem;
  font-size: 0.72rem; color: #9eacab;
}
.footer-bottom div { display: flex; gap: 1.4rem; flex-wrap: wrap; }

.cookie-banner {
  position: fixed; z-index: 50; left: 1.2rem; right: 1.2rem; bottom: 1.2rem;
  background: rgba(244,247,244,0.94); backdrop-filter: blur(20px);
  border: 1px solid #fff; box-shadow: 0 18px 60px rgba(18,35,40,0.22);
  padding: 1.15rem 1.35rem; display: grid; grid-template-columns: 1fr auto;
  align-items: center; gap: 1.5rem;
}
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font: 600 1rem var(--display); }
.cookie-banner p { margin: 0.2rem 0 0; color: var(--muted); font-size: 0.78rem; }
.cookie-banner p a { text-decoration: underline; }
.cookie-actions { display: flex; gap: 0.55rem; flex-wrap: wrap; }
.cookie-actions .button { padding: 0.7rem 1rem; }
.cookie-banner .inline-status { grid-column: 1 / -1; margin: 0; }

@media (max-width: 980px) {
  .nav-toggle { display: flex; flex-direction: column; gap: 5px; padding: 10px; }
  .nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 84px;
    background: rgba(247,250,248,0.98); padding: 1.4rem; flex-direction: column;
    align-items: stretch; border-bottom: 1px solid var(--line);
  }
  .nav.is-open { display: flex; }
  .hero, .intro-grid, .process, .page-hero.split, .page-hero.media-hero,
  .artifact, .about-feature, .contact-page, .cta-panel, .detail-grid, .note-panel {
    grid-template-columns: 1fr;
  }
  .hero-media img { min-height: 420px; }
  .card-grid, .insight-grid { grid-template-columns: 1fr 1fr; }
  .course-row { grid-template-columns: 45px 1fr; }
  .course-image { grid-column: 2; height: 340px; }
  .course-content { grid-column: 2; }
  .module-list article { grid-template-columns: 110px 1fr; }
  .module-list article > strong { grid-column: 2; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .hero-copy { padding: 3rem 1.2rem 3.5rem; }
  .hero h1, .page-hero h1, .contact-page h1 { font-size: 2.8rem; max-width: none; }
  .card-grid, .insight-grid, .values { grid-template-columns: 1fr; }
  .course-row { grid-template-columns: 1fr; gap: 1rem; }
  .course-image, .course-content { grid-column: 1; }
  .module-list article { grid-template-columns: 1fr; gap: 0.8rem; }
  .module-list article > strong { grid-column: 1; }
  .field-row { grid-template-columns: 1fr; }
  .cookie-banner { grid-template-columns: 1fr; left: 0.7rem; right: 0.7rem; bottom: 0.7rem; }
  .footer-top { grid-template-columns: 1fr; }
  .portrait { height: 420px; }
}
