:root {
  --ink: #08030f;
  --ink-soft: #18072d;
  --violet: #4b1f88;
  --violet-soft: #7c3fc2;
  --magenta: #f3328a;
  --aqua: #48d6c7;
  --paper: #ffffff;
  --paper-soft: #f6f1fb;
  --line: rgba(30, 16, 48, 0.14);
  --text: #201d28;
  --muted: #6c6575;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

p,
h1,
h2,
h3 {
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.button.primary {
  color: white;
  background: var(--magenta);
  box-shadow: 0 18px 42px rgba(243, 50, 138, 0.24);
}

.button.secondary {
  color: var(--violet);
  background: white;
  border: 1px solid rgba(75, 31, 136, 0.22);
}

.button.light {
  color: var(--violet);
  background: white;
}

.eyebrow {
  color: var(--magenta);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: white;
  background: var(--ink);
  box-shadow: 0 16px 34px rgba(8, 3, 15, 0.24);
}

.promo-strip {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 6px 18px;
  color: #f2defd;
  background: linear-gradient(90deg, #25103f, #4b1f88);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.promo-strip strong {
  max-width: min(720px, 70vw);
  overflow: hidden;
  color: white;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.brand-block {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: white;
}

.brand span {
  overflow: hidden;
  max-width: 220px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.desktop-nav,
.header-cta {
  display: none;
}

.header-command {
  display: none;
}

.mobile-nav {
  position: relative;
  flex: 0 0 auto;
}

.mobile-nav summary {
  display: flex;
  min-height: 44px;
  cursor: pointer;
  list-style: none;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 9px 12px;
  font-weight: 850;
}

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

.mobile-nav summary i {
  width: 18px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 6px 0 currentColor, 0 -6px 0 currentColor;
}

.mobile-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: min(330px, calc(100vw - 32px));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 16px;
  color: white;
  background: #12051f;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.36);
}

.mobile-panel-head {
  display: grid;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-panel nav {
  display: grid;
  gap: 6px;
  padding: 12px 0;
}

.mobile-panel nav a,
.mobile-cta {
  min-height: 44px;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 800;
}

.mobile-panel nav a[aria-current="page"] {
  color: white;
  background: rgba(124, 63, 194, 0.28);
}

.mobile-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: var(--magenta);
}

.ps-hero,
.article-hero,
.legal-hero,
.not-found {
  color: white;
  background:
    radial-gradient(circle at 82% 34%, rgba(124, 63, 194, 0.48), transparent 34%),
    linear-gradient(135deg, #07020f, #12051f 60%, #250c3e);
}

.ps-hero {
  display: grid;
  gap: 32px;
  padding: 58px 20px 64px;
}

.hero-copy,
.hero-media,
.fit-strip,
.outcome-band,
.service-preview,
.service-catalog,
.diagnostic-panel,
.method-split,
.cta-panel,
.resource-preview,
.simple-method,
.guide-split,
.about-intro,
.values-dark,
.method-rows,
.resource-feature,
.article-index,
.contact-grid,
.intake-panel,
.contact-service-fit,
.contact-resources,
.legal-body,
.sitemap-grid,
.article-shell,
.article-image,
.article-aux-links {
  width: min(var(--max), calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.hero-copy {
  display: grid;
  gap: 18px;
  align-content: center;
}

.hero-copy h1,
.article-hero h1,
.legal-hero h1,
.not-found h1 {
  max-width: 980px;
  font-size: 2.7rem;
  line-height: 1.04;
  font-weight: 950;
}

.hero-copy p:not(.eyebrow),
.article-hero .article-summary,
.legal-hero > p,
.not-found > p {
  max-width: 780px;
  color: #e7dff0;
  font-size: 1.08rem;
  font-weight: 650;
}

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

.hero-media {
  position: relative;
  min-height: 280px;
}

.hero-media::before {
  position: absolute;
  inset: 10px;
  content: "";
  border-radius: 42% 58% 52% 48%;
  background: linear-gradient(135deg, var(--violet), var(--magenta));
  filter: blur(0.2px);
}

.hero-media img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border-radius: 38% 54% 44% 52%;
  object-fit: cover;
  mix-blend-mode: screen;
  opacity: 0.9;
}

.side-card::before {
  inset: 0;
  border-radius: 8px;
}

.side-card img {
  border-radius: 8px;
  mix-blend-mode: normal;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  font-weight: 800;
}

.breadcrumbs a::after {
  margin-left: 8px;
  content: "/";
  color: rgba(255, 255, 255, 0.45);
}

.fit-strip {
  display: grid;
  margin-top: -28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 20px 44px rgba(24, 7, 45, 0.12);
}

.fit-strip article {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.fit-strip article:last-child {
  border-bottom: 0;
}

.fit-strip strong {
  color: var(--magenta);
  font-size: 1.16rem;
}

.fit-strip span {
  font-weight: 900;
}

.outcome-band {
  margin-top: 54px;
  padding: 38px 24px;
  border-radius: 8px;
  color: white;
  background: linear-gradient(135deg, var(--violet), #1e0b34);
}

.outcome-band h2,
.section-head h2,
.diagnostic-panel h2,
.method-split h2,
.cta-panel h2,
.about-intro h2,
.values-dark h2,
.resource-prompt h2,
.contact-grid h2,
.intake-panel h2 {
  font-size: 2.15rem;
  line-height: 1.12;
  font-weight: 950;
}

.outcome-band p:not(.eyebrow) {
  max-width: 780px;
  margin-top: 12px;
  color: #eadff4;
  font-size: 1.02rem;
}

.section-head {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
}

.section-head.center {
  max-width: 840px;
  text-align: center;
}

.section-head p {
  color: var(--muted);
  font-weight: 650;
}

.service-preview,
.service-catalog,
.simple-method,
.method-rows,
.article-index,
.contact-service-fit,
.contact-resources {
  padding: 68px 0;
}

.service-grid {
  display: grid;
  gap: 14px;
}

.service-card {
  display: grid;
  gap: 14px;
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: white;
}

.service-card h3 {
  font-size: 1.42rem;
  line-height: 1.2;
  font-weight: 950;
}

.service-card p {
  color: var(--muted);
  font-weight: 650;
}

.diagnostic-panel {
  display: grid;
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 72px;
  border-radius: 8px;
  padding: 24px;
  color: white;
  background:
    radial-gradient(circle at 82% 18%, rgba(243, 50, 138, 0.32), transparent 34%),
    linear-gradient(135deg, #160526, #4b1f88);
}

.diagnostic-copy {
  display: grid;
  gap: 16px;
  align-content: center;
}

.diagnostic-copy p:not(.eyebrow),
.diagnostic-copy li {
  color: #eadff4;
  font-weight: 650;
}

.diagnostic-copy ul,
.article-keypoints ul,
.guide-copy ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.diagnostic-copy li,
.guide-copy li,
.article-keypoints li {
  position: relative;
  padding-left: 24px;
}

.diagnostic-copy li::before,
.guide-copy li::before,
.article-keypoints li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  content: "";
  background: var(--magenta);
}

.diagnostic-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
}

.method-split,
.about-intro {
  display: grid;
  gap: 22px;
  padding: 58px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.method-split p,
.about-intro p {
  color: var(--muted);
  font-weight: 650;
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--violet);
  font-weight: 900;
}

.cta-panel {
  display: grid;
  gap: 24px;
  margin-top: 54px;
  margin-bottom: 54px;
  border-radius: 8px;
  padding: 28px;
  color: white;
  background: linear-gradient(135deg, #07020f, #33145a);
}

.cta-panel p:not(.eyebrow) {
  color: #eadff4;
  font-weight: 650;
}

.article-grid,
.article-list {
  display: grid;
  gap: 16px;
}

.article-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.article-card-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-card-body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.article-card time {
  color: var(--magenta);
  font-size: 0.82rem;
  font-weight: 900;
}

.article-card h3 {
  font-size: 1.22rem;
  line-height: 1.25;
  font-weight: 950;
}

.article-card p {
  color: var(--muted);
  font-weight: 650;
}

.simple-method {
  background: white;
}

.method-steps {
  display: grid;
  gap: 14px;
}

.method-steps article {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--paper-soft);
}

.method-steps strong,
.row-list strong,
.contact-grid span {
  color: var(--magenta);
  font-size: 1.5rem;
  font-weight: 950;
}

.method-steps h3 {
  font-size: 1.25rem;
  font-weight: 950;
}

.method-steps p {
  color: var(--muted);
  font-weight: 650;
}

.guide-split {
  display: grid;
  gap: 30px;
  padding: 56px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.guide-stack {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 8px;
}

.guide-stack span {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(75, 31, 136, 0.22);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 34px rgba(24, 7, 45, 0.1);
}

.guide-stack span:nth-child(2) {
  transform: translate(22px, 22px);
  background: #f2eafd;
}

.guide-stack span:nth-child(3) {
  transform: translate(44px, 44px);
  background: #19092a;
}

.guide-copy {
  display: grid;
  gap: 15px;
  align-content: center;
}

.guide-copy p,
.guide-copy li {
  color: var(--muted);
  font-weight: 650;
}

.values-dark {
  padding: 62px 20px;
  color: white;
  background: var(--ink);
}

.values-dark .section-head p:not(.eyebrow) {
  color: #d7c6e6;
}

.value-grid {
  display: grid;
  gap: 14px;
  width: min(var(--max), 100%);
  margin: 26px auto 0;
}

.value-grid article {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.value-grid span {
  width: 36px;
  height: 5px;
  border-radius: 99px;
  background: var(--magenta);
}

.value-grid p {
  color: #f4ecfb;
  font-weight: 750;
}

.row-list {
  display: grid;
  gap: 12px;
}

.row-list article {
  display: grid;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding: 20px 0;
}

.row-list h3 {
  font-size: 1.24rem;
  font-weight: 950;
}

.row-list p {
  color: var(--muted);
  font-weight: 650;
}

.resource-hero .resource-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin-top: 12px;
}

.resource-topics span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 0;
  padding: 0;
  color: #f4ecfb;
  background: transparent;
  font-size: 0.86rem;
  font-weight: 850;
}

.resource-topics span:not(.resource-topic-label)::before {
  width: 4px;
  height: 4px;
  margin-right: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  content: "";
}

.resource-topics .resource-topic-label {
  color: #d1bfdc;
}

.resource-feature {
  display: grid;
  gap: 20px;
  padding: 54px 0 34px;
}

.resource-prompt {
  display: grid;
  gap: 14px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--paper-soft);
}

.resource-prompt p {
  color: var(--muted);
  font-weight: 650;
}

.article-list .article-card {
  grid-template-columns: 1fr;
}

.featured-article .article-card {
  box-shadow: 0 22px 52px rgba(24, 7, 45, 0.08);
}

.article-hero,
.legal-hero,
.not-found {
  display: grid;
  gap: 16px;
  padding: 58px 20px 70px;
}

.article-hero > *,
.legal-hero > *,
.not-found > * {
  width: min(var(--max), 100%);
  margin-right: auto;
  margin-left: auto;
}

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.article-meta-row time {
  color: #f7c8df;
  font-weight: 900;
}

.article-image {
  margin-top: 34px;
}

.article-image img {
  width: 100%;
  max-height: 420px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(24, 7, 45, 0.18);
}

.article-shell {
  display: grid;
  gap: 24px;
  padding: 42px 0 54px;
}

.article-body {
  display: grid;
  gap: 34px;
}

.article-body section {
  display: grid;
  gap: 14px;
  scroll-margin-top: 180px;
}

.article-body h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 950;
}

.article-body p {
  color: #3b3543;
  font-size: 1.04rem;
}

.article-keypoints,
.article-aux-block {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--paper-soft);
}

.article-keypoints h2,
.article-aux-block h2 {
  margin-bottom: 12px;
  font-size: 1.2rem;
  font-weight: 950;
}

.article-keypoints a,
.article-keypoints li span {
  color: var(--text);
  font-weight: 850;
  line-height: 1.45;
}

.article-keypoints a:hover,
.article-keypoints a:focus-visible {
  color: var(--violet);
}

.article-aux-links {
  display: grid;
  gap: 16px;
  padding-bottom: 60px;
}

.article-aux-block div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-aux-block a {
  border-bottom: 2px solid rgba(75, 31, 136, 0.22);
  color: var(--violet);
  font-weight: 900;
}

.contact-grid,
.intake-panel {
  display: grid;
  gap: 18px;
  padding: 62px 0 0;
}

.contact-grid article {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: white;
}

.contact-grid p,
.contact-grid a {
  color: var(--muted);
  font-weight: 750;
}

.contact-grid a {
  color: var(--violet);
}

.intake-panel {
  grid-template-columns: 1fr;
  margin-top: 28px;
  border-radius: 8px;
  padding: 26px;
  color: white;
  background: linear-gradient(135deg, #160526, #4b1f88);
}

.intake-panel p:not(.eyebrow) {
  color: #eadff4;
  font-weight: 650;
}

.intake-lanes {
  display: grid;
  gap: 10px;
  align-content: center;
}

.intake-lanes span {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 12px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.legal-hero {
  color: white;
}

.legal-hero h1,
.legal-hero > p {
  text-align: center;
}

.legal-body {
  display: grid;
  gap: 20px;
  padding: 58px 0 70px;
}

.legal-body .policy-panel {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
}

.legal-body .policy-panel > span {
  color: var(--magenta);
  font-size: 1.08rem;
  font-weight: 950;
}

.legal-body .policy-panel > div {
  display: grid;
  gap: 12px;
}

.legal-body h2 {
  font-size: 1.4rem;
  font-weight: 950;
}

.legal-body p {
  color: var(--muted);
  font-weight: 650;
}

.sitemap-grid {
  display: grid;
  gap: 20px;
  padding: 58px 0 70px;
}

.sitemap-grid > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: white;
}

.sitemap-grid h2 {
  margin-bottom: 14px;
  font-size: 1.35rem;
}

.sitemap-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.sitemap-grid a {
  color: var(--violet);
  font-weight: 850;
}

.not-found {
  min-height: 62vh;
  align-content: center;
}

.site-footer {
  color: white;
  background: #07020f;
}

.footer-inner {
  display: grid;
  gap: 28px;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 44px 0 30px;
}

.footer-support {
  display: grid;
  gap: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.footer-brand {
  display: grid;
  gap: 10px;
}

.footer-brand strong {
  font-size: 1.2rem;
}

.footer-brand p,
.footer-contact p,
.footer-contact a,
.footer-legal,
.footer-legal a {
  color: #d7c6e6;
}

.footer-nav,
.footer-contact {
  display: grid;
  gap: 8px;
}

.footer-nav h2,
.footer-contact h2 {
  font-size: 1rem;
}

.footer-nav a {
  color: #f6edff;
  font-weight: 850;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 18px;
  font-size: 0.92rem;
}

@media (min-width: 640px) {
  .service-grid,
  .method-steps,
  .value-grid,
  .article-grid,
  .contact-grid,
  .sitemap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .fit-strip article {
    border-right: 1px solid var(--line);
  }

  .fit-strip article:nth-child(2n) {
    border-right: 0;
  }
}

@media (min-width: 900px) {
  .desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .header-command {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .desktop-nav a {
    border-radius: 8px;
    padding: 10px 12px;
    color: #e8ddf3;
    font-weight: 850;
  }

  .desktop-nav a[aria-current="page"] {
    color: white;
    background: rgba(124, 63, 194, 0.32);
  }

  .header-cta {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 10px 18px;
    color: white;
    background: var(--magenta);
    font-weight: 900;
  }

  .mobile-nav {
    display: none;
  }

  .brand span {
    max-width: 280px;
  }

  .ps-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    min-height: 620px;
    align-items: center;
    padding: 74px max(28px, calc((100vw - var(--max)) / 2)) 86px;
  }

  .resource-hero {
    min-height: 520px;
  }

  .hero-copy h1,
  .article-hero h1,
  .legal-hero h1,
  .not-found h1 {
    font-size: 4.65rem;
  }

  .page-hero .hero-copy h1,
  .resource-hero .hero-copy h1 {
    font-size: 4rem;
  }

  .hero-copy p:not(.eyebrow),
  .article-hero .article-summary,
  .legal-hero > p,
  .not-found > p {
    font-size: 1.22rem;
  }

  .hero-media,
  .hero-media img {
    min-height: 430px;
  }

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

  .fit-strip article {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .fit-strip article:last-child {
    border-right: 0;
  }

  .section-head.split,
  .method-split,
  .about-intro,
  .guide-split,
  .intake-panel {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
  }

  .resource-feature {
    grid-template-columns: minmax(280px, 0.56fr) minmax(0, 1.44fr);
    align-items: start;
  }

  .featured-article .article-card {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    min-height: 330px;
  }

  .featured-article .article-card-media img {
    height: 100%;
    aspect-ratio: auto;
  }

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

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

  .diagnostic-panel {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    padding: 42px;
  }

  .method-steps,
  .value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .row-list article {
    grid-template-columns: 96px 1fr;
    align-items: start;
  }

  .article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .article-list .article-card {
    grid-template-columns: 260px 1fr;
  }

  .article-list .article-card-media img {
    height: 100%;
    aspect-ratio: auto;
  }

  .article-shell {
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: start;
  }

  .article-body {
    grid-column: 1;
    grid-row: 1;
    max-width: 760px;
  }

  .article-keypoints {
    position: sticky;
    top: 120px;
    grid-column: 2;
    grid-row: 1;
  }

  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-inner {
    grid-template-columns: minmax(0, 1.35fr) 0.65fr;
  }

  .footer-legal {
    grid-column: 1 / -1;
  }

  .footer-support {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }
}

@media (min-width: 1180px) {
  .hero-copy h1 {
    font-size: 5.25rem;
  }
}
