:root {
  --ink: #151713;
  --text: #2d302b;
  --muted: #626960;
  --paper: #f7f5ee;
  --white: #ffffff;
  --soft: #eeece3;
  --line: #d9d5c9;
  --green: #214b3f;
  --green-soft: #e4ece7;
  --rust: #9a4c2d;
  --gold: #bd9650;
  --shadow: 0 16px 34px rgba(21, 23, 19, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
}

.publication-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 245, 238, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.publication-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  min-height: 56px;
  padding: 8px clamp(18px, 4vw, 54px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--white);
  background: var(--green);
  border-radius: 6px;
  font-size: 0.76rem;
}

.masthead {
  display: flex;
  justify-content: flex-start;
  gap: clamp(12px, 2.2vw, 26px);
  min-width: 0;
  overflow-x: auto;
  white-space: nowrap;
  color: var(--muted);
  font-size: 0.88rem;
  scrollbar-width: none;
}

.masthead::-webkit-scrollbar {
  display: none;
}

.masthead a {
  text-decoration: none;
}

.header-link {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a {
  text-decoration: none;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.article-header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 42px clamp(20px, 4vw, 48px) 28px;
}

.article-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.article-labels span,
.section-kicker {
  color: var(--rust);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-labels span {
  padding: 5px 8px;
  border: 1px solid rgba(154, 76, 45, 0.28);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.62);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  max-width: 900px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.2vw, 3.65rem);
  font-weight: 700;
  line-height: 1.12;
}

.dek {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.55;
}

.byline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 940px;
  margin-top: 24px;
  background: var(--line);
  border: 1px solid var(--line);
}

.byline-grid p {
  min-height: 70px;
  margin: 0;
  padding: 12px 14px;
  background: var(--white);
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.byline-grid strong {
  color: var(--ink);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.lead-image {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) 28px;
}

.lead-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 6.5;
  object-fit: cover;
  border: 1px solid var(--line);
}

[id] {
  scroll-margin-top: 100px;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) 300px;
  gap: clamp(34px, 4vw, 64px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px clamp(20px, 4vw, 48px) 70px;
  align-items: start;
}

.report-sidebar {
  grid-column: 2;
  grid-row: 1;
  position: sticky;
  top: 78px;
  display: grid;
  gap: 14px;
  max-height: calc(100vh - 96px);
  overflow: auto;
  scrollbar-width: thin;
}

.sidebar-block {
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
}

.article-body {
  grid-column: 1;
  grid-row: 1;
}

.section-kicker {
  margin: 0 0 12px;
  letter-spacing: 0;
}

.stat-list,
.article-nav-list,
.text-list,
.price-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-nav-list li {
  border-top: 1px solid var(--line);
}

.article-nav-list li:first-child {
  border-top: 0;
}

.article-nav-list a {
  display: block;
  padding: 9px 0;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.stat-list li {
  display: grid;
  gap: 4px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.stat-list li:first-child {
  border-top: 0;
}

.stat-list strong {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1;
}

.stat-list span,
.sidebar-block p {
  font-size: 0.9rem;
  line-height: 1.45;
}

.stat-list span,
.sidebar-block p,
.price-card li,
.faq-list p,
.disclaimer-section p,
.programme-copy p,
.detail-grid p {
  color: var(--muted);
}

.source-link {
  display: block;
  padding: 9px 0;
  border-top: 1px solid var(--line);
  color: var(--green);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.article-body {
  min-width: 0;
}

.article-body p,
.article-body li {
  color: var(--text);
  font-size: 1.08rem;
}

.article-body .lead-paragraph {
  margin-top: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.55;
}

.article-body h2 {
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.35vw, 2.1rem);
  line-height: 1.15;
}

.article-body h2:first-of-type {
  margin-top: 0;
}

.article-body h3 {
  margin: 30px 0 12px;
  color: var(--ink);
  font-size: 1.08rem;
}

.article-body ul {
  margin: 16px 0 24px;
  padding-left: 20px;
}

.inline-source {
  display: inline-flex;
  align-items: center;
  margin: 4px 0 10px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--green);
  background: var(--white);
  box-shadow: 0 8px 22px rgba(21, 23, 19, 0.04);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.editorial-note {
  margin: 30px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--green);
  background: var(--green-soft);
}

.reference-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 22px 0;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid var(--line);
}

.reference-box p {
  flex-basis: 100%;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.reference-box a {
  display: inline-flex;
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--green);
  background: var(--paper);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.editorial-note p {
  margin: 0;
  font-size: 1rem;
}

.pull-quote {
  margin: 30px 0;
  padding: 26px 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
  color: var(--ink) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2.15rem) !important;
  line-height: 1.25;
}

.question-break {
  margin: 34px 0;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
}

.question-break span {
  color: var(--rust);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.question-break p {
  margin: 8px 0 0;
  color: var(--ink);
  font-weight: 800;
}

.education-panel,
.learning-details,
.access-section,
.faq-section,
.disclaimer-section {
  padding: 70px clamp(20px, 4vw, 48px);
  border-top: 1px solid var(--line);
}

.education-panel,
.faq-section {
  background: var(--white);
}

.panel-heading {
  max-width: 900px;
  margin: 0 auto 36px;
}

.panel-heading.narrow {
  max-width: 760px;
  text-align: center;
}

.panel-heading h2,
.disclaimer-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
}

.panel-heading p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.08rem;
}

.programme-copy {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto;
  background: var(--line);
  border: 1px solid var(--line);
}

.programme-copy > div {
  padding: 26px;
  background: var(--paper);
}

.programme-copy h3,
.price-card h3 {
  font-size: 1.22rem;
}

.text-list li,
.price-card li {
  position: relative;
  padding: 10px 0 10px 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.text-list li:first-child {
  border-top: 0;
}

.text-list li::before,
.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1100px;
  margin: 0 auto;
  background: var(--line);
  border: 1px solid var(--line);
}

.programme-followup {
  max-width: 780px;
  margin: 42px auto 0;
}

.detail-grid div {
  min-height: 142px;
  padding: 24px;
  background: var(--white);
}

.detail-grid span {
  color: var(--rust);
  font-weight: 900;
}

.detail-grid p {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.price-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: none;
}

.price {
  margin: 22px 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.45rem;
  line-height: 1;
  font-weight: 700;
}

.price span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: auto;
  padding: 11px 16px;
  border: 1px solid var(--green);
  border-radius: 4px;
  color: var(--white);
  background: var(--green);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.faq-list {
  max-width: 880px;
  margin: 0 auto;
}

details {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 1.08rem;
}

.request-band {
  padding: 70px clamp(20px, 4vw, 48px);
  border-top: 1px solid var(--line);
  background: #eef2f6;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.9fr);
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
}

.contact-card {
  padding: clamp(26px, 4vw, 48px);
  background: var(--white);
  border: 1px solid #d3dce8;
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(30, 47, 73, 0.08);
}

.contact-card-main h2 {
  max-width: 680px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.05;
}

.contact-card-main p {
  max-width: 660px;
  margin: 24px 0 28px;
  color: #506079;
  font-size: 1.12rem;
}

.contact-card-message {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-card-message h3 {
  font-size: 1.2rem;
}

.message-label {
  flex: 1;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

label span {
  color: var(--muted);
  font-weight: 500;
}

input,
textarea {
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #d3dce8;
  border-radius: 20px;
  color: var(--ink);
  background: #f7f9fc;
  font: inherit;
}

.contact-card-main label + label {
  margin-top: 22px;
}

.contact-card input {
  min-height: 58px;
}

.contact-card textarea {
  min-height: 300px;
  resize: vertical;
}

.checkbox-label {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  font-weight: 500;
}

.checkbox-label input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  min-height: 0;
  padding: 0;
}

.contact-card .button {
  align-self: flex-end;
  min-width: 132px;
  border-radius: 28px;
  background: var(--green);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(38, 47, 65, 0.74);
}

.modal-backdrop[hidden] {
  display: none;
}

.success-modal {
  position: relative;
  width: min(100%, 880px);
  padding: clamp(36px, 7vw, 76px);
  text-align: center;
  background: var(--white);
  border-radius: 28px;
  box-shadow: 0 28px 90px rgba(10, 20, 35, 0.28);
}

.modal-close {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 34px;
  height: 34px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--green);
  position: relative;
}

.success-icon::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 16px;
  width: 16px;
  height: 28px;
  border: solid var(--white);
  border-width: 0 5px 5px 0;
  transform: rotate(45deg);
}

.success-modal h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.success-modal p {
  max-width: 680px;
  margin: 18px auto 0;
  color: #506079;
  font-size: 1.15rem;
}

.next-steps {
  max-width: 620px;
  margin: 42px auto 0;
  padding: 28px;
  text-align: left;
  background: #e9f0fb;
  border-radius: 24px;
}

.next-steps h3 {
  text-align: center;
}

.next-steps ul {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding-left: 20px;
  color: var(--ink);
}

.disclaimer-section {
  background: var(--soft);
}

.disclaimer-section article {
  max-width: 860px;
  margin: 0 auto;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 34px;
  padding: 76px clamp(20px, 4vw, 56px) 30px;
  color: rgba(255, 255, 255, 0.88);
  background: #101827;
  text-align: center;
}

.footer-primary-nav,
.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 24px;
}

.footer-primary-nav a {
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 900;
  text-decoration: none;
}

.footer-brand .brand-mark {
  width: 44px;
  height: 44px;
  color: #101827;
  background: #c5a15b;
}

.footer-summary {
  max-width: 980px;
  margin: 0;
  color: var(--white);
  font-size: 1.05rem;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 22px;
  width: 100%;
  padding-top: 34px;
}

.footer-bottom a,
.footer-bottom p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  text-decoration: none;
}

.footer-bottom nav a + a {
  position: relative;
}

.footer-bottom nav a + a::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.55);
  transform: translateY(-50%);
}

.footer-bottom p {
  margin: 0;
}

.page-main {
  max-width: 920px;
  margin: 0 auto;
  padding: 72px clamp(20px, 4vw, 48px);
}

.legal-article {
  padding: clamp(24px, 5vw, 54px);
  background: var(--white);
  border: 1px solid var(--line);
}

.legal-article h1 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.legal-article h2 {
  margin-top: 34px;
  font-size: 1.45rem;
}

.legal-article p,
.legal-article li {
  color: var(--muted);
}

@media (max-width: 980px) {
  .publication-bar {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .header-link {
    display: none;
  }

  .byline-grid,
  .news-layout,
  .programme-copy,
  .detail-grid,
  .pricing-grid,
  .contact-layout,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .byline-grid {
    max-width: none;
  }

  .report-sidebar {
    position: static;
    order: 2;
    max-height: none;
    overflow: visible;
  }

  .news-layout {
    display: flex;
    flex-direction: column;
  }

  .article-body {
    order: 1;
  }

  .lead-image img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 680px) {
  .article-header {
    padding-top: 34px;
  }

  h1 {
    font-size: clamp(1.8rem, 10vw, 2.6rem);
  }

  .dek {
    font-size: 1.03rem;
  }

  .masthead {
    justify-content: flex-start;
  }

  .article-body p,
  .article-body li {
    font-size: 1rem;
  }

  .article-body .lead-paragraph {
    font-size: 1.18rem;
  }

  .education-panel,
  .learning-details,
  .access-section,
  .faq-section,
  .request-band,
  .disclaimer-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .button,
  .request-form .button {
    width: 100%;
  }

  .contact-card {
    border-radius: 22px;
  }

  .contact-card-main h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .contact-card textarea {
    min-height: 220px;
  }

  .success-modal {
    border-radius: 22px;
  }
}
