:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-subtle: #f7f8fa;
  --border: #e6e8eb;
  --text: #1f2328;
  --muted: #5a6472;
  --accent: #1f4f8a;
  --focus: #1b65c9;

  --radius: 12px;
  --max-width: 60rem;

  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 2.75rem;
  --space-7: 3.5rem;
  --space-8: 4.5rem;

  --hover-shadow: 0 8px 20px rgba(31, 35, 40, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.72;
  text-rendering: auto;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
  letter-spacing: 0;
  color: var(--text);
}

h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  max-width: 18ch;
  font-weight: 620;
  line-height: 1.06;
}

h2 {
  font-size: clamp(1.4rem, 2.3vw, 1.95rem);
  font-weight: 560;
}

h3 {
  font-size: 1.14rem;
  font-weight: 560;
  margin-bottom: var(--space-2);
}

p,
ul {
  margin: 0;
}

a {
  color: inherit;
}

.container {
  width: min(var(--max-width), calc(100% - 2.5rem));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  top: -10rem;
  left: 0.75rem;
  z-index: 30;
  padding: 0.65rem 0.9rem;
  border-radius: 8px;
  background: var(--text);
  color: #fff;
}

.skip-link:focus-visible {
  top: 0.75rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--bg) 98%, #f8f9fb 2%);
  border-bottom: 1px solid color-mix(in srgb, var(--border) 65%, transparent 35%);
  backdrop-filter: blur(2px);
}

.header-inner {
  min-height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  text-decoration: none;
}

.brand-lockup:hover,
.brand-lockup:focus-visible {
  text-decoration: none;
}

.brand-logo {
  width: 1.35rem;
  height: 1.35rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand {
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--text);
}

.brand-mark {
  font-size: 0.74em;
  font-weight: 500;
  color: color-mix(in srgb, var(--text) 72%, var(--muted) 28%);
  vertical-align: baseline;
  margin-left: 0.22rem;
  letter-spacing: 0.01em;
}

.main-nav {
  display: none;
  align-items: center;
  gap: 0.95rem;
}

.mobile-nav {
  position: relative;
}

.mobile-nav > summary {
  list-style: none;
  cursor: pointer;
  padding: 0.4rem 0.66rem;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: var(--surface);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.mobile-nav > summary::after {
  content: "\25BE";
  margin-left: 0.45rem;
  font-size: 0.72em;
  color: var(--muted);
}

.mobile-nav-panel {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  z-index: 25;
  width: min(16rem, calc(100vw - 2.5rem));
  padding: 0.45rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.mobile-nav-panel .header-link {
  display: block;
  padding: 0.5rem 0.6rem;
  border-radius: 8px;
}

.mobile-nav-panel .header-link:hover {
  background: var(--surface-subtle);
}

.header-link {
  color: color-mix(in srgb, var(--text) 82%, var(--muted) 18%);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid transparent;
  transition: color 0.16s ease, border-color 0.16s ease;
}

.header-link:hover {
  color: var(--accent);
  border-bottom-color: color-mix(in srgb, var(--accent) 42%, transparent 58%);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--accent) 48%, transparent 52%);
  text-underline-offset: 0.18em;
}

.context-link {
  display: inline-block;
  margin-top: 0.4rem;
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.context-link:hover {
  text-decoration: underline;
}

.section:target,
.profile:target {
  scroll-margin-top: 5.5rem;
}

.hero {
  min-height: clamp(31rem, 74svh, 40rem);
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 18% 28%, rgba(31, 79, 138, 0.08) 0 1.2px, transparent 1.2px),
    radial-gradient(circle at 68% 64%, rgba(31, 79, 138, 0.06) 0 1px, transparent 1px),
    linear-gradient(112deg, transparent 0, transparent 44%, rgba(31, 79, 138, 0.06) 44.2%, transparent 44.8%, transparent 100%),
    linear-gradient(26deg, transparent 0, transparent 61%, rgba(31, 79, 138, 0.05) 61.2%, transparent 61.8%, transparent 100%);
  background-size: 32rem 24rem, 30rem 24rem, 28rem 20rem, 28rem 20rem;
  background-position: 6% 20%, 75% 55%, 18% 30%, 62% 18%;
  opacity: 0.5;
}

.hero-inner {
  display: grid;
  gap: var(--space-5);
  padding: clamp(var(--space-6), 6vw, var(--space-8)) 0;
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 60ch;
}

.kicker {
  margin-bottom: var(--space-2);
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.lead {
  margin-top: var(--space-3);
  color: var(--muted);
  max-width: 60ch;
  font-size: clamp(1.1rem, 1.5vw, 1.2rem);
  line-height: 1.68;
}

.hero-photo {
  width: min(100%, 24rem);
  height: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: 0 18px 34px rgba(31, 35, 40, 0.14);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.95rem;
  padding: 0.72rem 1.06rem;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 0.97rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
  text-decoration: none;
}

.btn::after {
  content: "\2192";
  margin-left: 0.45rem;
  font-size: 0.95em;
  transition: transform 0.16s ease;
}

.btn:hover::after {
  transform: translateX(1px);
}

.btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
}

.btn-primary:hover {
  background: color-mix(in srgb, var(--accent) 92%, black 8%);
}

.btn-secondary {
  background: transparent;
  color: var(--text);
  border-color: color-mix(in srgb, var(--border) 82%, transparent 18%);
  font-weight: 500;
}

.btn-secondary:hover {
  color: var(--accent);
  border-color: color-mix(in srgb, var(--accent) 36%, var(--border) 64%);
  background: color-mix(in srgb, var(--accent) 4%, transparent 96%);
}

.profile {
  border-bottom: 1px solid var(--border);
}

.profile .container {
  padding: 1.1rem 0 1.35rem;
}

.profile p {
  padding: 0;
  font-weight: 500;
  color: var(--text);
}

.profile .context-link {
  margin-top: 0.22rem;
}

.section {
  padding: clamp(var(--space-7), 8vw, 6rem) 0;
  border-bottom: 1px solid var(--border);
}

/* Signature detail: thin accent underline under each section title */
.section h2 {
  position: relative;
  padding-bottom: 0.55rem;
  margin-bottom: 1.4rem;
}

.section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.25rem;
  height: 1px;
  background: color-mix(in srgb, var(--accent) 70%, transparent 30%);
}

.section > .container > p {
  margin-bottom: var(--space-4);
}

.situational {
  padding-top: clamp(2.75rem, 6vw, 4.25rem);
  padding-bottom: clamp(2.75rem, 6vw, 4.25rem);
  background: #f6f8fb;
}

.contact {
  background: #f6f8fb;
}


.situational h2 {
  margin-bottom: var(--space-5);
}

.situational h2::before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 1px;
  margin-bottom: 0.9rem;
  background: color-mix(in srgb, var(--accent) 58%, transparent 42%);
}

.situational-grid {
  display: grid;
  gap: var(--space-4);
}

.situational-item {
  padding: 0 0 var(--space-4);
  border-bottom: 1px solid color-mix(in srgb, var(--border) 82%, transparent 18%);
}

.situational-item h3 {
  margin-bottom: 0.45rem;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: 0;
  line-height: 1.24;
}

.situational-item p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

.bullet-list {
  max-width: 72ch;
  padding-left: 1.15rem;
}

.bullet-list li {
  margin-bottom: 0.72rem;
  color: var(--muted);
}

.bullet-list li:last-child {
  margin-bottom: 0;
}

.card-grid {
  display: grid;
  gap: var(--space-3);
}

.tech-modality-columns {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  margin-top: var(--space-4);
}

.tech-column {
  flex: 1 1 0;
}

.modality-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.modality-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--muted);
  line-height: 1.55;
}

.modality-key {
  color: var(--text);
  font-weight: 560;
}

.modality-copy {
  display: block;
}

.modality-list img {
  width: 1.15rem;
  height: 1.15rem;
  object-fit: contain;
  flex: 0 0 auto;
  margin-top: 0.15rem;
}

.card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface-subtle);
  box-shadow: none;
  padding: 1.45rem;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

.card:hover {
  box-shadow: var(--hover-shadow);
  border-color: color-mix(in srgb, var(--border) 78%, #d5d9df 22%);
}

.project-list {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: var(--space-3);
}

.project-list li {
  padding: 0.55rem 0 0.55rem var(--space-4);
  border-left: 2px solid color-mix(in srgb, var(--accent) 65%, transparent 35%);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.project-list li.project-list-cta {
  border-left: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.project-list li.project-list-cta .projects-cta {
  margin-top: 0;
}

.project-list strong {
  font-weight: 620;
}

.project-tags {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.3rem;
  margin: 0.15rem 0 0.5rem;
}

.project-icon {
  position: relative;
  display: inline-flex;
}

.project-tags img {
  width: 1.72rem;
  height: 1.72rem;
  padding: 0.28rem;
  border: 1px solid color-mix(in srgb, var(--border) 70%, transparent 30%);
  border-radius: 9px;
  background: transparent;
  object-fit: contain;
  transition: transform 0.16s ease, border-color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}

.project-icon::after {
  content: attr(data-label);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.44rem);
  transform: translate(-50%, 4px);
  padding: 0.22rem 0.48rem;
  border: 1px solid color-mix(in srgb, var(--border) 72%, transparent 28%);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 90%, var(--surface-subtle) 10%);
  color: color-mix(in srgb, var(--text) 84%, var(--muted) 16%);
  box-shadow: 0 8px 22px rgba(31, 35, 40, 0.14);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.14s ease, transform 0.14s ease;
}

.project-icon:hover::after,
.project-icon:focus-within::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.project-icon:hover img,
.project-icon:focus-within img {
  transform: translateY(-1.5px);
  border-color: color-mix(in srgb, var(--accent) 45%, var(--border) 55%);
  background: transparent;
}

.project-meta {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.project-points {
  margin: 0.55rem 0 0;
  padding-left: 1.15rem;
}

.project-points li {
  margin-bottom: 0.35rem;
  padding: 0;
  border: 0;
}

.project-points li:last-child {
  margin-bottom: 0;
}

.card p,
.note,
.faq-list p,
.section > .container > p,
blockquote p {
  color: var(--muted);
}

.note {
  margin-top: var(--space-3);
  font-size: 0.98rem;
}

.quote-list {
  display: grid;
  gap: var(--space-6);
}

blockquote {
  margin: 0;
  padding: 0.3rem 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 2.8rem;
  line-height: 0.8;
  color: color-mix(in srgb, var(--accent) 35%, var(--muted) 65%);
  margin-bottom: 0.35rem;
}

blockquote > p:first-child {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.62;
  color: var(--text);
}

.quote-logo {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 540;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--text) 74%, var(--muted) 26%);
  opacity: 0.92;
}

.quote-logo img {
  display: block;
  width: auto;
  height: auto;
  max-height: 4rem;
  max-width: 100%;
  object-fit: contain;
  opacity: 0.9;
}

.quote-meta {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: var(--space-2);
}

.quote-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}

.quote-person {
  display: grid;
  gap: 0.08rem;
}

.quote-role {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1.3;
}

.faq-list {
  display: grid;
  gap: 0;
}

details {
  padding: 1.15rem 0;
  border: 0;
  border-top: 1px solid var(--border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

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

summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  font-weight: 550;
  padding-right: 1.4rem;
  line-height: 1.36;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: color-mix(in srgb, var(--muted) 88%, var(--text) 12%);
  font-size: 0.96rem;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin-top: var(--space-2);
}

.contact p {
  max-width: 62ch;
}

.section-media-layout {
  display: grid;
  gap: var(--space-4);
  align-items: start;
  grid-template-columns: minmax(0, 1fr);
}

.section-media {
  margin: 0;
}

.section-media-image {
  display: block;
  width: min(100%, 18rem);
  height: auto;
  border-radius: 14px;
  object-fit: cover;
}

.section-media--small .section-media-image {
  width: min(100%, 14rem);
}

.section-media-copy > p + p {
  margin-top: var(--space-4);
}

.section-media-copy p {
  color: var(--muted);
}

.section-compact {
  padding-top: calc(var(--space-5) * 0.95);
  padding-bottom: calc(var(--space-5) * 0.95);
}

.section-compact .section-intro {
  max-width: none;
}

.section-compact .section-media-copy h3 {
  margin-top: var(--space-4);
  margin-bottom: 0.35rem;
}

.section-compact .section-media-copy .section-intro + h3 {
  margin-top: var(--space-4);
}

.section-compact .section-media-copy h3 + p {
  margin-bottom: 0;
}

.page-hero {
  padding: clamp(var(--space-7), 8vw, 6rem) 0 clamp(var(--space-6), 6vw, var(--space-7));
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.page-hero > .container {
  position: relative;
  z-index: 1;
}

.page-hero-inner {
  display: grid;
  gap: var(--space-5);
  align-items: center;
}

.page-hero-copy {
  max-width: none;
}

.page-hero-media {
  margin: 0;
}

.page-hero-image {
  display: block;
  width: min(100%, 21rem);
  height: auto;
  border-radius: 14px;
  object-fit: cover;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 18% 28%, rgba(31, 79, 138, 0.08) 0 1.2px, transparent 1.2px),
    radial-gradient(circle at 68% 64%, rgba(31, 79, 138, 0.06) 0 1px, transparent 1px),
    linear-gradient(112deg, transparent 0, transparent 44%, rgba(31, 79, 138, 0.06) 44.2%, transparent 44.8%, transparent 100%),
    linear-gradient(26deg, transparent 0, transparent 61%, rgba(31, 79, 138, 0.05) 61.2%, transparent 61.8%, transparent 100%);
  background-size: 32rem 24rem, 30rem 24rem, 28rem 20rem, 28rem 20rem;
  background-position: 6% 20%, 75% 55%, 18% 30%, 62% 18%;
  opacity: 0.5;
}

.page-hero p {
  margin-top: var(--space-3);
  color: var(--muted);
}

.background-section--career p:first-of-type {
  font-size: 1.06rem;
  line-height: 1.72;
}

.background-list {
  list-style: disc;
  padding-left: 1.15rem;
  margin-top: var(--space-4);
  max-width: none;
}

.background-section--education .background-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}

.background-list li {
  margin-bottom: 0.72rem;
  padding: 0;
}

.background-section--education .background-list li strong,
.background-section--education .background-list li span {
  display: block;
}

.background-section--education .background-list li strong {
  color: var(--text);
  font-weight: 600;
}

.background-section--education .background-list li span {
  color: var(--muted);
}

.background-principles {
  display: grid;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.background-principles p {
  margin: 0;
  padding: 0 0 0.1rem 1.1rem;
  border-left: 1px solid color-mix(in srgb, var(--accent) 22%, var(--border) 78%);
  color: var(--muted);
  line-height: 1.65;
}

.background-principles b {
  color: var(--text);
  font-weight: 600;
}

.background-section--expertise .cta-row,
.background-section--contact .cta-row:last-child {
  margin-top: var(--space-4);
}

.step-list {
  margin: 0;
  padding-left: 1.3rem;
  display: grid;
  gap: 0.6rem;
  color: var(--muted);
}

.legal-content h1 {
  margin-bottom: var(--space-5);
}

.legal-content h2 {
  margin-top: var(--space-6);
  margin-bottom: var(--space-3);
}

.legal-content h3 {
  margin-top: var(--space-4);
  margin-bottom: var(--space-2);
}

.legal-content p {
  color: var(--muted);
  max-width: 80ch;
}

.legal-block + .legal-block {
  margin-top: clamp(3.5rem, 7vw, 5.5rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid var(--border);
}

.site-footer {
  border-top: 1px solid var(--border);
  background: var(--surface);
}

.footer-grid {
  display: grid;
  gap: var(--space-6);
  padding: var(--space-7) 0 var(--space-5);
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 0.5rem;
}

.footer-heading {
  margin: 0 0 0.25rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: color-mix(in srgb, var(--text) 74%, var(--muted) 26%);
}

.footer-link {
  color: color-mix(in srgb, var(--text) 82%, var(--muted) 18%);
  text-decoration: none;
}

.footer-link:hover {
  color: var(--accent);
}

.footer-consult {
  margin-top: 0.4rem;
  justify-self: start;
}

.projects-cta {
  margin-top: var(--space-3);
}

.footer-legal p {
  padding: 0 0 1.8rem;
  color: var(--muted);
  font-size: 0.94rem;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

@media (min-width: 48rem) {
  .container {
    width: min(var(--max-width), calc(100% - 3rem));
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(var(--space-5), 4vw, 3.25rem);
  }

  .hero-photo {
    width: min(32vw, 26.25rem);
    max-width: 26.25rem;
  }

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

  .tech-modality-columns {
    flex-direction: row;
    gap: var(--space-4);
  }

  .page-hero-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(var(--space-5), 4vw, 3.5rem);
  }

  .page-hero-image {
    width: min(30vw, 22rem);
    max-width: 22rem;
  }

  .section-media-layout {
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 16rem);
    gap: clamp(var(--space-4), 4vw, var(--space-6));
  }

  .section-media-image {
    width: 100%;
    max-width: 16rem;
  }

  .section-media--small .section-media-image {
    max-width: 13rem;
  }

  .background-section--career p + p {
    margin-top: 0.15rem;
  }

  .project-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: var(--space-4);
  }

  .situational-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-5);
  }

  .situational-item {
    padding: 0 var(--space-4) 0.25rem 0;
    border-bottom: 0;
    border-right: 1px solid color-mix(in srgb, var(--border) 82%, transparent 18%);
  }

  .situational-item:last-child {
    border-right: 0;
    padding-right: 0;
  }

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

@media (max-width: 48rem) {
  .hero::before {
    opacity: 0.11;
    background-size: 26rem 22rem, 24rem 20rem, 22rem 16rem, 22rem 16rem;
  }
}

@media (min-width: 64rem) {
  .main-nav {
    display: flex;
  }

  .mobile-nav {
    display: none;
  }
}
