:root {
  --paper: #f5f0e4;
  --paper-deep: #e8ddc8;
  --ink: #151815;
  --muted: #5e6862;
  --red: #bd342b;
  --green: #236b56;
  --blue: #245c83;
  --gold: #c79b35;
  --chalk: #fffaf0;
  --line: rgba(21, 24, 21, 0.16);
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(21, 24, 21, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(199, 155, 53, 0.18) 0 13%, transparent 13% 100%),
    linear-gradient(78deg, transparent 0 62%, rgba(35, 107, 86, 0.12) 62% 64%, transparent 64% 100%),
    repeating-linear-gradient(135deg, rgba(189, 52, 43, 0.045) 0 1px, transparent 1px 26px),
    var(--paper);
  line-height: 1.6;
}

body::before {
  content: "Deutsch";
  position: fixed;
  right: -0.16em;
  bottom: 8vh;
  pointer-events: none;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 14rem;
  font-weight: 700;
  line-height: 0.8;
  color: rgba(21, 24, 21, 0.035);
  transform: rotate(-90deg);
  transform-origin: 76% 50%;
  z-index: -1;
}

body::after {
  content: "";
  position: fixed;
  inset: auto 0 0;
  height: 42vh;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(232, 221, 200, 0.72), transparent);
  z-index: -2;
}

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

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  line-height: 0.96;
  margin: 0;
  letter-spacing: 0;
  text-transform: uppercase;
}

p {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(245, 240, 228, 0.88);
  backdrop-filter: blur(20px) saturate(1.05);
  border-bottom: 1px solid rgba(21, 24, 21, 0.12);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--ink) 0 34%, var(--red) 34% 67%, var(--gold) 67% 100%);
}

.nav {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  min-width: fit-content;
}

.brand-mark {
  position: relative;
  width: 58px;
  height: 44px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(90deg, var(--ink) 0 32%, var(--red) 32% 64%, var(--gold) 64% 100%);
  color: transparent;
  border-radius: 6px;
  box-shadow: 0 12px 22px rgba(21, 24, 21, 0.12);
}

.brand-mark::before {
  content: "DE";
  position: absolute;
  inset: 5px;
  display: grid;
  place-items: center;
  background: var(--chalk);
  color: var(--ink);
  border-radius: 4px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0;
}

.brand-mark::after {
  content: "UK";
  position: absolute;
  right: -8px;
  bottom: -7px;
  padding: 1px 6px 2px;
  background: var(--blue);
  color: var(--white);
  border-radius: 4px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1;
}

.brand span:last-child {
  max-width: 170px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  background: rgba(255, 250, 240, 0.74);
  border: 1px solid rgba(21, 24, 21, 0.1);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(21, 24, 21, 0.06);
}

.nav-links a {
  position: relative;
  padding: 10px 13px;
  border-radius: 6px;
  color: rgba(21, 24, 21, 0.78);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--ink);
  background: rgba(36, 92, 131, 0.1);
}

.nav-links a:last-child {
  background: var(--ink);
  color: var(--white);
  padding-inline: 16px;
}

.nav-links a:last-child:hover {
  background: var(--red);
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--chalk);
  border-radius: var(--radius);
  color: var(--ink);
  font-size: 1.1rem;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(251, 247, 239, 0.98) 0%, rgba(251, 247, 239, 0.84) 37%, rgba(251, 247, 239, 0.12) 72%),
    linear-gradient(0deg, rgba(16, 32, 51, 0.1), rgba(16, 32, 51, 0));
}

.hero-content {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 12vh 0 15vh;
}

.eyebrow {
  color: var(--red);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.78rem;
  margin-bottom: 14px;
}

.hero h1 {
  font-size: 7rem;
  max-width: 850px;
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 30px;
  color: rgba(16, 32, 51, 0.82);
  font-size: 1.24rem;
}

.hero-actions,
.cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: var(--radius);
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
}

.button.primary {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(16, 32, 51, 0.2);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.74);
  border-color: var(--line);
  color: var(--ink);
}

button.button {
  font: inherit;
}

.intro-band {
  position: relative;
  overflow: hidden;
  border-block: 0;
  background:
    linear-gradient(90deg, var(--ink) 0 16%, var(--red) 16% 19%, var(--chalk) 19% 100%);
  color: var(--ink);
  box-shadow: inset 0 -1px 0 var(--line), inset 0 1px 0 var(--line);
}

.intro-band::before {
  content: "CEFR";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--chalk);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
}

.ticker {
  width: max-content;
  display: flex;
  gap: 22px;
  padding: 18px 0 18px 20vw;
  animation: drift 32s linear infinite;
}

.ticker span {
  padding: 7px 14px 8px 42px;
  position: relative;
  white-space: nowrap;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(21, 24, 21, 0.12);
  border-radius: 6px;
}

.ticker span::before {
  content: "DE";
  position: absolute;
  left: 12px;
  top: 50%;
  color: var(--red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1rem;
  transform: translateY(-50%);
}

@keyframes drift {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 108px) 0;
}

.split {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: start;
}

.split::before {
  content: "Warum?";
  position: absolute;
  left: -22px;
  top: 70px;
  color: rgba(189, 52, 43, 0.14);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.8;
  transform: rotate(-90deg);
  transform-origin: left top;
}

.split > div:first-child {
  padding-left: clamp(18px, 3vw, 32px);
  border-left: 8px solid var(--red);
}

.section h2,
.page-hero h1 {
  font-size: 4rem;
}

.copy-stack {
  display: grid;
  gap: 20px;
  color: var(--muted);
  font-size: 1.08rem;
}

.copy-stack p {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(21, 24, 21, 0.12);
}

.copy-stack p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.course-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--chalk);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(21, 24, 21, 0.07);
}

.course-grid .course-card:nth-child(1),
.course-grid .course-card:nth-child(2) {
  grid-column: span 3;
}

.course-grid .course-card:nth-child(3) {
  grid-column: span 2;
}

.course-grid .course-card:nth-child(4) {
  grid-column: span 4;
}

.course-card::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(var(--ink), var(--red), var(--gold));
}

.course-card img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

.course-body {
  padding: 22px 22px 22px 26px;
  display: grid;
  gap: 12px;
}

.course-body i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: rgba(35, 107, 86, 0.13);
  color: var(--green);
  border-radius: 6px;
}

.course-body h2,
.course-body h3 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.46rem;
  line-height: 0.98;
  text-transform: uppercase;
}

.course-body p {
  color: var(--muted);
  font-size: 0.96rem;
}

.course-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.course-actions .button {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 0.92rem;
}

.method {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
  align-items: stretch;
}

.method-card {
  position: relative;
  background:
    linear-gradient(135deg, var(--ink), #26302d);
  color: var(--chalk);
  padding: clamp(28px, 4vw, 48px);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.method-card::after {
  content: "A1 B2";
  position: absolute;
  right: -8px;
  bottom: -18px;
  color: rgba(255, 250, 240, 0.08);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 8rem;
  font-weight: 700;
}

.method-card .eyebrow {
  color: var(--gold);
}

.method-card p:last-child {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.75);
}

.steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 250, 240, 0.74);
}

.steps div {
  min-height: 150px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  align-content: space-between;
}

.steps div:nth-child(2n) {
  border-right: 0;
}

.steps div:nth-last-child(-n+2) {
  border-bottom: 0;
}

.steps span {
  color: var(--red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.outcomes {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 34px;
}

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

.outcome-grid div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 86px;
  padding: 18px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: inset 0 -4px 0 rgba(199, 155, 53, 0.2);
}

.outcome-grid i {
  color: var(--blue);
  font-size: 1.2rem;
}

.accordion {
  display: grid;
  gap: 10px;
}

.accordion button {
  width: 100%;
  min-height: 58px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.84);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.accordion div {
  display: none;
  padding: 0 18px 16px;
  color: var(--muted);
}

.accordion button[aria-expanded="true"] + div {
  display: block;
}

.accordion button[aria-expanded="true"] i {
  transform: rotate(45deg);
}

.cta {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto clamp(64px, 8vw, 108px);
  justify-content: space-between;
  padding: clamp(28px, 5vw, 56px);
  position: relative;
  background:
    linear-gradient(90deg, var(--ink) 0 16px, transparent 16px),
    linear-gradient(135deg, var(--green), var(--blue));
  color: var(--chalk);
  border-radius: var(--radius);
  overflow: hidden;
}

.cta::after {
  content: "lernen";
  position: absolute;
  right: clamp(18px, 5vw, 70px);
  bottom: -28px;
  color: rgba(255, 250, 240, 0.1);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cta .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.cta h2 {
  font-size: 3.6rem;
}

.page-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(74px, 12vw, 138px) 0 clamp(34px, 6vw, 70px);
  max-width: 980px;
}

.page-hero p:last-child {
  max-width: 760px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.16rem;
}

.image-text {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}

.image-text img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.tick-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}

.tick-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.tick-list i {
  color: var(--green);
  margin-top: 4px;
}

.page-services .course-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-services .course-grid .course-card {
  grid-column: auto;
}

.enrol-summary {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 28px;
  align-items: start;
  padding-top: 0;
}

.course-modal {
  width: min(980px, calc(100% - 28px));
  border: 0;
  padding: 0;
  border-radius: var(--radius);
  color: var(--ink);
  background: transparent;
}

.course-modal::backdrop {
  background: rgba(16, 32, 51, 0.62);
  backdrop-filter: blur(6px);
}

.modal-shell {
  position: relative;
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.modal-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: linear-gradient(90deg, var(--ink), var(--red), var(--gold), var(--green));
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  z-index: 2;
}

.modal-content {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: clamp(24px, 5vw, 52px);
  padding: clamp(28px, 5vw, 58px);
}

.modal-content h2 {
  font-size: 3.2rem;
  margin-bottom: 16px;
}

.modal-content p {
  color: var(--muted);
}

.modal-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}

.modal-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(16, 32, 51, 0.86);
}

.modal-list i {
  color: var(--green);
  margin-top: 5px;
}

.modal-form {
  display: grid;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(22px, 4vw, 34px);
}

.modal-form h3 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.modal-form label {
  font-weight: 700;
}

.modal-form input,
.modal-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 15px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
}

.form-note {
  min-height: 24px;
  color: var(--green);
  font-weight: 700;
  font-size: 0.94rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: start;
}

.contact-panel,
.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 38px);
  box-shadow: 0 12px 32px rgba(16, 32, 51, 0.07);
}

.contact-panel {
  display: grid;
  gap: 18px;
}

.contact-panel a,
.contact-panel p {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--muted);
}

.contact-panel i {
  color: var(--red);
  margin-top: 4px;
}

.contact-form {
  display: grid;
  gap: 12px;
}

.contact-form label {
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.legal-content {
  max-width: 860px;
  display: grid;
  gap: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(28px, 5vw, 56px);
  margin-bottom: clamp(64px, 8vw, 108px);
}

.legal-content h2 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 14px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  color: var(--muted);
}

.footer {
  position: relative;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.06) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, #121612, #202923);
  background-size: 44px 100%, auto;
  color: rgba(255, 250, 240, 0.78);
  padding: clamp(46px, 7vw, 86px) 0 30px;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: linear-gradient(90deg, var(--ink) 0 34%, var(--red) 34% 67%, var(--gold) 67% 100%);
}

.footer::after {
  content: "German Online";
  position: absolute;
  right: -0.1em;
  top: 16px;
  color: rgba(255, 250, 240, 0.045);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 0.8;
  text-transform: uppercase;
}

.footer-grid {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr) minmax(0, 0.65fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
}

.footer h2,
.footer h3 {
  color: var(--chalk);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 0.95;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.footer p,
.footer a {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 250, 240, 0.72);
}

.footer a {
  width: fit-content;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(199, 155, 53, 0.34);
}

.footer a:hover {
  color: var(--chalk);
  border-bottom-color: var(--gold);
}

.disclaimer,
.copyright {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 0;
  font-size: 0.9rem;
}

.disclaimer {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 250, 240, 0.16);
}

.copyright {
  margin-top: 12px;
  color: rgba(255, 250, 240, 0.54);
}

@media (max-width: 980px) {
  body::before {
    font-size: 10rem;
  }

  .hero h1 {
    font-size: 5.4rem;
  }

  .section h2,
  .page-hero h1 {
    font-size: 3.2rem;
  }

  .split::before,
  .method-card::after,
  .cta::after,
  .footer::after {
    font-size: 6rem;
  }

  .cta h2 {
    font-size: 2.8rem;
  }

  .modal-content h2 {
    font-size: 2.6rem;
  }

  .course-grid,
  .page-services .course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .course-grid .course-card {
    grid-column: auto;
  }

  .split,
  .method,
  .outcomes,
  .image-text,
  .contact-layout,
  .enrol-summary,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(251, 247, 239, 0.97), rgba(251, 247, 239, 0.55));
  }
}

@media (max-width: 720px) {
  body::before {
    font-size: 7rem;
    right: -0.28em;
  }

  .nav {
    min-height: 66px;
  }

  .brand span:last-child {
    max-width: 156px;
    line-height: 1.1;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid var(--line);
    background: var(--paper);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    border-radius: var(--radius);
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    padding: 80px 0 92px;
  }

  .hero h1 {
    font-size: 3.8rem;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .section h2,
  .page-hero h1 {
    font-size: 2.45rem;
  }

  .split::before {
    display: none;
  }

  .method-card::after,
  .cta::after,
  .footer::after {
    font-size: 4.5rem;
  }

  .cta h2 {
    font-size: 2.35rem;
  }

  .modal-content h2 {
    font-size: 2.2rem;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(251, 247, 239, 0.98), rgba(251, 247, 239, 0.76) 55%, rgba(251, 247, 239, 0.28));
  }

  .hero-image {
    object-position: 64% center;
  }

  .course-grid,
  .page-services .course-grid,
  .steps,
  .outcome-grid,
  .modal-content {
    grid-template-columns: 1fr;
  }

  .course-actions .button {
    flex: 1 1 150px;
  }

  .steps div,
  .steps div:nth-child(2n),
  .steps div:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .steps div:last-child {
    border-bottom: 0;
  }

  .course-card img {
    aspect-ratio: 1.55;
  }

  .cta {
    align-items: flex-start;
  }
}
