:root {
  --thesis-navy: #0b3a63;
  --thesis-navy-deep: #082b49;
  --thesis-cyan: #19b7c7;
  --thesis-orange: #f28b2c;
  --thesis-ink: #1f2933;
  --thesis-soft: #dce8f1;
  --thesis-paper: #f7f8fb;
  --thesis-white: #ffffff;
  --thesis-shadow: 0 24px 60px rgba(11, 58, 99, 0.12);
  --thesis-shadow-soft: 0 12px 30px rgba(11, 58, 99, 0.08);
  --shell: 1180px;
  --radius: 28px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.thesis-site {
  margin: 0;
  font-family: "Source Sans 3", Arial, sans-serif;
  color: var(--thesis-ink);
  background:
    radial-gradient(circle at top left, rgba(25, 183, 199, 0.08), transparent 30%),
    linear-gradient(180deg, #fbfcfe 0%, #f3f6fa 100%);
  line-height: 1.65;
}

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

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

a:hover {
  color: var(--thesis-cyan);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--thesis-white);
  color: var(--thesis-navy);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  z-index: 200;
  box-shadow: var(--thesis-shadow-soft);
}

.skip-link:focus {
  top: 1rem;
}

.shell {
  width: min(var(--shell), calc(100% - 2rem));
  margin: 0 auto;
}

.page-shell {
  min-height: 60vh;
}

.utility-rail {
  position: sticky;
  top: 0;
  z-index: 80;
  background: linear-gradient(90deg, var(--thesis-navy-deep), var(--thesis-navy));
  color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.utility-rail__inner,
.utility-rail__cluster {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.utility-rail__inner {
  justify-content: space-between;
  min-height: 2.75rem;
  font-size: 0.88rem;
}

.utility-rail__cluster--right a {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.9;
}

.utility-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  background: rgba(242, 139, 44, 0.16);
  border: 1px solid rgba(242, 139, 44, 0.35);
  color: #ffd7b0;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.site-header-wrap {
  position: sticky;
  top: 2.75rem;
  z-index: 70;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(11, 58, 99, 0.08);
  box-shadow: 0 14px 36px rgba(11, 58, 99, 0.06);
}

.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.1rem 0;
}

.site-brand {
  display: grid;
  gap: 0.16rem;
  color: var(--thesis-navy);
}

.site-brand__eyebrow {
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--thesis-cyan);
}

.site-brand__wordmark {
  font-family: "Sora", Arial, sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.site-brand__note {
  font-size: 0.94rem;
  color: rgba(31, 41, 51, 0.8);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.header-link-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0 1rem;
  border-radius: 999px;
  background: rgba(11, 58, 99, 0.06);
  color: var(--thesis-navy);
  font-weight: 700;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
  background: var(--thesis-orange);
  color: var(--thesis-white);
  font-family: "Sora", Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(242, 139, 44, 0.3);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.cta-button:hover {
  color: var(--thesis-white);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(242, 139, 44, 0.35);
}

.cta-button--small {
  min-height: 2.85rem;
}

.cta-button--ghost {
  background: transparent;
  color: var(--thesis-navy);
  border: 1px solid rgba(11, 58, 99, 0.16);
  box-shadow: none;
}

.cta-button--ghost:hover {
  background: rgba(11, 58, 99, 0.06);
  color: var(--thesis-navy);
}

.nav-band {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 0 0 1rem;
}

.nav-band__link,
.nav-band__dropdown summary {
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0.58rem 1rem;
  border-radius: 999px;
  background: var(--thesis-white);
  border: 1px solid rgba(11, 58, 99, 0.1);
  color: var(--thesis-ink);
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 700;
  list-style: none;
}

.nav-band__link.is-active,
.nav-band__dropdown[open] summary {
  color: var(--thesis-navy);
  border-color: rgba(25, 183, 199, 0.4);
  box-shadow: inset 0 0 0 1px rgba(25, 183, 199, 0.15);
}

.nav-band__dropdown {
  position: relative;
}

.nav-band__dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-band__menu {
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 0;
  min-width: 18rem;
  display: grid;
  gap: 0.3rem;
  padding: 0.8rem;
  border-radius: 1rem;
  background: var(--thesis-white);
  border: 1px solid rgba(11, 58, 99, 0.12);
  box-shadow: var(--thesis-shadow-soft);
}

.nav-band__menu a {
  padding: 0.55rem 0.65rem;
  border-radius: 0.8rem;
  color: rgba(31, 41, 51, 0.9);
  font-size: 0.95rem;
}

.nav-band__menu a:hover {
  background: rgba(25, 183, 199, 0.08);
  color: var(--thesis-navy);
}

.hero-band,
.page-hero {
  position: relative;
  overflow: hidden;
}

.hero-band {
  padding: 9rem 0 5rem;
  background:
    radial-gradient(circle at 80% 18%, rgba(25, 183, 199, 0.22), transparent 22%),
    linear-gradient(135deg, var(--thesis-navy-deep), var(--thesis-navy) 60%, #0f507d);
  color: var(--thesis-white);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.85fr);
  gap: 3rem;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-kicker,
.page-hero__kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.hero-copy h1,
.page-hero h1,
.site-footer__brand h2 {
  margin: 0;
  font-family: "Sora", Arial, sans-serif;
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(3.1rem, 7vw, 5.7rem);
}

.hero-lead,
.page-hero__lead {
  max-width: 40rem;
  margin: 1.35rem 0 0;
  font-size: clamp(1.06rem, 2vw, 1.28rem);
  color: rgba(255, 255, 255, 0.86);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-stats span {
  display: inline-flex;
  align-items: center;
  padding: 0.58rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 700;
  font-size: 0.92rem;
}

.hero-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 34rem;
}

.hero-art__badge {
  position: absolute;
  left: 0;
  bottom: 2rem;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  background: rgba(25, 183, 199, 0.18);
  color: #d8fbff;
  font-weight: 700;
  box-shadow: var(--thesis-shadow-soft);
}

.thesis-mock {
  position: relative;
  width: min(23rem, 72vw);
  aspect-ratio: 4 / 5;
  border-radius: 1.7rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02)),
    linear-gradient(150deg, #3b230f, #1f140c 55%, #120d09);
  box-shadow:
    -18px 18px 0 rgba(242, 139, 44, 0.12),
    0 30px 80px rgba(0, 0, 0, 0.38);
  transform: rotate(7deg);
}

.thesis-mock__spine {
  position: absolute;
  inset: 0 auto 0 -1.4rem;
  width: 1.9rem;
  border-radius: 1.4rem 0 0 1.4rem;
  background: linear-gradient(180deg, #5c3a21, #2b1c12);
}

.thesis-mock__plate {
  position: absolute;
  inset: 14% 16%;
  border-radius: 1rem;
  border: 1px solid rgba(242, 139, 44, 0.4);
  box-shadow: inset 0 0 0 1px rgba(242, 139, 44, 0.14);
}

.thesis-mock__title,
.thesis-mock__subtitle {
  position: absolute;
  left: 18%;
  color: #ffddb9;
  font-family: "Sora", Arial, sans-serif;
}

.thesis-mock__title {
  top: 26%;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
}

.thesis-mock__subtitle {
  bottom: 18%;
  font-size: 0.86rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.offer-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: -2rem;
  position: relative;
  z-index: 3;
}

.offer-card,
.service-card,
.evidence-panel__card,
.support-card,
.article-card,
.toc-card,
.category-card {
  border-radius: var(--radius);
  background: var(--thesis-white);
  box-shadow: var(--thesis-shadow-soft);
}

.offer-card {
  min-height: 100%;
  padding: 1.6rem;
  border-top: 4px solid var(--thesis-cyan);
}

.offer-card span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--thesis-cyan);
  font-family: "Sora", Arial, sans-serif;
  font-weight: 800;
}

.offer-card h2,
.chapter-zone__intro h2,
.evidence-copy h2,
.category-card h2 {
  margin: 0;
  font-family: "Sora", Arial, sans-serif;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--thesis-navy);
}

.offer-card p,
.service-card p,
.evidence-copy p,
.evidence-panel__card p,
.support-card__copy,
.category-card p {
  margin: 0.85rem 0 0;
  color: rgba(31, 41, 51, 0.78);
}

.chapter-zone {
  padding: 4.5rem 0;
}

.chapter-zone__intro,
.evidence-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.78fr);
  gap: 2rem;
  align-items: end;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.service-card {
  display: grid;
  gap: 0.8rem;
  min-height: 100%;
  padding: 1.5rem;
  border: 1px solid rgba(11, 58, 99, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--thesis-shadow);
  color: inherit;
}

.service-card__index {
  color: rgba(11, 58, 99, 0.24);
  font-family: "Sora", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.service-card h3 {
  margin: 0;
  color: var(--thesis-navy);
  font-family: "Sora", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.15;
}

.evidence-band {
  padding: 4rem 0 5rem;
}

.evidence-panel {
  display: grid;
  gap: 1rem;
}

.evidence-panel__card {
  padding: 1.45rem;
}

.evidence-panel__card strong,
.support-card__eyebrow {
  color: var(--thesis-navy);
  font-family: "Sora", Arial, sans-serif;
  font-size: 1rem;
}

.evidence-panel__card--accent,
.support-card {
  background:
    linear-gradient(180deg, rgba(25, 183, 199, 0.08), transparent),
    var(--thesis-white);
  border: 1px solid rgba(25, 183, 199, 0.2);
}

.page-hero {
  padding: 8.2rem 0 2.2rem;
  background:
    radial-gradient(circle at 15% 10%, rgba(25, 183, 199, 0.12), transparent 24%),
    linear-gradient(180deg, #eff5fa 0%, rgba(255, 255, 255, 0) 100%);
}

.page-hero--service,
.page-hero--chapters,
.page-hero--compact,
.page-hero--legal,
.page-hero--media,
.page-hero--request,
.page-hero--contact,
.page-hero--content,
.page-hero--category {
  color: var(--thesis-ink);
}

.page-hero__inner {
  display: grid;
  gap: 0.8rem;
}

.page-hero__kicker,
.section-kicker {
  color: var(--thesis-cyan);
  margin-bottom: 0.2rem;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  color: var(--thesis-navy);
}

.page-hero__lead {
  color: rgba(31, 41, 51, 0.74);
  max-width: 48rem;
}

.breadcrumbs {
  margin-bottom: 0.35rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.9rem;
  color: rgba(31, 41, 51, 0.55);
}

.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  color: rgba(31, 41, 51, 0.35);
}

.page-layout,
.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 19rem;
  gap: 1.35rem;
  align-items: start;
  padding: 0 0 4rem;
}

.page-layout--single {
  grid-template-columns: minmax(0, 1fr);
}

.page-layout__aside,
.content-layout__aside {
  position: sticky;
  top: 9.5rem;
}

.article-card {
  padding: clamp(1.4rem, 2vw, 2.4rem);
  border: 1px solid rgba(11, 58, 99, 0.08);
}

.article-card__intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.1rem;
  border-radius: 1.3rem;
  background: rgba(11, 58, 99, 0.04);
  color: rgba(31, 41, 51, 0.74);
}

.article-card__intro span {
  color: var(--thesis-navy);
  font-family: "Sora", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.article-card__intro--accent {
  background:
    linear-gradient(90deg, rgba(25, 183, 199, 0.12), rgba(11, 58, 99, 0.03));
  border: 1px solid rgba(25, 183, 199, 0.18);
}

.article-flow,
.category-shell__full {
  color: rgba(31, 41, 51, 0.88);
}

.article-flow > * + *,
.category-shell__full > * + * {
  margin-top: 1.1rem;
}

.article-flow h1,
.article-flow h2,
.article-flow h3,
.article-flow h4,
.article-flow h5,
.article-flow h6,
.category-shell__full h2 {
  margin: 1.6rem 0 0.5rem;
  color: var(--thesis-navy);
  font-family: "Sora", Arial, sans-serif;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.article-flow h2 {
  font-size: clamp(1.85rem, 2.6vw, 2.35rem);
}

.article-flow h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.article-flow p,
.article-flow div,
.category-shell__full p {
  font-size: 1.05rem;
}

.article-flow a {
  color: var(--thesis-navy);
  text-decoration: underline;
  text-decoration-color: rgba(25, 183, 199, 0.42);
  text-underline-offset: 0.2em;
}

.thesis-list {
  padding-left: 1.35rem;
}

.thesis-list li + li {
  margin-top: 0.55rem;
}

.thesis-list--ordered {
  list-style: decimal;
}

.thesis-table-wrap {
  overflow-x: auto;
}

.thesis-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(11, 58, 99, 0.1);
}

.thesis-table th,
.thesis-table td {
  padding: 0.85rem 0.9rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(11, 58, 99, 0.08);
}

.thesis-table th {
  background: rgba(11, 58, 99, 0.04);
  color: var(--thesis-navy);
  font-family: "Sora", Arial, sans-serif;
  font-size: 0.95rem;
}

.thesis-table tr:last-child td {
  border-bottom: 0;
}

.inline-cell-image {
  width: 7rem;
  border-radius: 0.8rem;
}

.thesis-block--image img,
.content-main-image img {
  border-radius: 1.4rem;
  box-shadow: var(--thesis-shadow-soft);
}

.thesis-block--image figcaption,
.thesis-gallery figcaption {
  margin-top: 0.55rem;
  color: rgba(31, 41, 51, 0.62);
  font-size: 0.9rem;
}

.thesis-quote {
  margin: 1.5rem 0;
  padding: 1.3rem 1.35rem;
  border-left: 4px solid var(--thesis-cyan);
  background: rgba(25, 183, 199, 0.08);
  border-radius: 0 1rem 1rem 0;
  font-size: 1.08rem;
  color: var(--thesis-navy);
}

.thesis-embed {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  border-radius: 1.3rem;
  background: rgba(11, 58, 99, 0.04);
}

.thesis-code {
  overflow-x: auto;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: #0e1e32;
  color: #eff7ff;
}

.thesis-separator {
  border: 0;
  border-top: 1px solid rgba(11, 58, 99, 0.12);
}

.thesis-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.thesis-gallery__item {
  margin: 0;
  overflow: hidden;
  border-radius: 1.15rem;
  background: rgba(11, 58, 99, 0.04);
}

.thesis-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support-card {
  padding: 1.45rem;
}

.support-card__eyebrow {
  display: block;
  margin-bottom: 0.4rem;
}

.support-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.support-nav {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(11, 58, 99, 0.1);
}

.support-nav strong {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--thesis-navy);
  font-family: "Sora", Arial, sans-serif;
}

.support-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.support-nav li + li {
  margin-top: 0.5rem;
}

.support-nav a {
  color: rgba(31, 41, 51, 0.82);
}

.chapter-anchor-strip,
.toc-strip {
  margin-bottom: 1rem;
}

.chapter-anchor-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.4rem;
}

.chapter-anchor-strip a,
.toc-card a {
  display: inline-flex;
  align-items: center;
  min-height: 2.3rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(11, 58, 99, 0.05);
  color: var(--thesis-navy);
  font-size: 0.92rem;
}

.toc-card {
  padding: 1.25rem;
  border: 1px solid rgba(11, 58, 99, 0.08);
}

.toc-card strong {
  display: block;
  margin-bottom: 0.9rem;
  color: var(--thesis-navy);
  font-family: "Sora", Arial, sans-serif;
}

.toc-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.toc-card--mobile {
  display: none;
  margin-bottom: 1.2rem;
}

.content-main-image {
  float: right;
  width: min(20rem, 42%);
  margin: 0 0 1.3rem 1.3rem;
}

.content-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: rgba(31, 41, 51, 0.62);
}

.category-shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 0 4rem;
}

.category-shell--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-shell--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-shell__full {
  grid-column: 1 / -1;
}

.category-card {
  overflow: hidden;
  border: 1px solid rgba(11, 58, 99, 0.08);
}

.category-card__media {
  aspect-ratio: 4 / 3;
  background: rgba(11, 58, 99, 0.06);
}

.category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card__body {
  padding: 1.35rem;
}

.category-card__body a {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--thesis-orange);
  font-weight: 700;
}

.category-card--horizontal {
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  grid-column: span 2;
}

.category-card--minimal {
  background:
    linear-gradient(180deg, rgba(25, 183, 199, 0.08), rgba(255, 255, 255, 0));
}

.category-card__eyebrow {
  margin: 0 0 0.45rem;
  color: var(--thesis-cyan);
  font-family: "Sora", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer {
  margin-top: 2rem;
  background:
    linear-gradient(180deg, rgba(8, 43, 73, 0.92), rgba(11, 58, 99, 1)),
    var(--thesis-navy);
  color: rgba(255, 255, 255, 0.84);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 2rem;
  padding: 3.2rem 0;
}

.site-footer__eyebrow {
  margin: 0 0 0.7rem;
  color: #9deff7;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer__brand h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  color: var(--thesis-white);
}

.site-footer__brand p {
  max-width: 34rem;
  margin-top: 1rem;
}

.site-footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.footer-link-strong {
  display: inline-flex;
  align-items: center;
  color: var(--thesis-orange);
  font-weight: 700;
}

.site-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.site-footer__column-title {
  margin: 0 0 0.8rem;
  color: #9deff7;
  font-family: "Sora", Arial, sans-serif;
  font-size: 0.92rem;
}

.site-footer__column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.site-footer__column a {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer__legal {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__legal-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  font-size: 0.88rem;
}

@media (max-width: 1080px) {
  .service-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-layout,
  .content-layout,
  .site-footer__grid,
  .chapter-zone__intro,
  .evidence-band__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-layout__aside,
  .content-layout__aside {
    position: static;
  }

  .site-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header-wrap {
    top: 0;
  }

  .utility-rail {
    position: static;
  }

  .site-header__inner,
  .hero-grid,
  .offer-strip,
  .category-shell,
  .service-card-grid,
  .site-footer__columns,
  .site-footer__legal-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-header__inner,
  .site-footer__legal-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-grid,
  .offer-strip {
    display: grid;
  }

  .hero-band {
    padding-top: 7.5rem;
  }

  .nav-band__menu {
    position: static;
    min-width: 100%;
    margin-top: 0.5rem;
  }

  .thesis-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-main-image {
    float: none;
    width: 100%;
    margin: 0 0 1rem;
  }

  .toc-card--mobile {
    display: block;
  }

  .content-layout__aside .toc-card,
  .page-layout__aside .toc-card {
    display: none;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(var(--shell), calc(100% - 1.2rem));
  }

  .hero-copy h1,
  .page-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.4rem);
  }

  .thesis-gallery {
    grid-template-columns: 1fr;
  }

  .category-card--horizontal {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .utility-rail__inner,
  .utility-rail__cluster {
    flex-wrap: wrap;
  }
}

@media print {
  .utility-rail,
  .site-header__actions,
  .nav-band,
  .page-layout__aside,
  .content-layout__aside,
  .site-footer {
    display: none !important;
  }

  body.thesis-site {
    background: #fff;
    color: #000;
  }

  .article-card,
  .offer-card,
  .service-card {
    box-shadow: none;
    border: 1px solid #ddd;
  }
}
