/* ── Design tokens ── */
:root {
  --ac: #7B9E7B;
  --bg: #0b0a08;
  --bg2: #111009;
  --ink: #ede9e1;
  --dim: rgba(237, 233, 225, 0.72);
  --dim2: rgba(237, 233, 225, 0.62);
  --border: rgba(237, 233, 225, 0.14);
}

/* ── Reset & base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: var(--ink); }
a:hover { color: var(--ac); }
:focus-visible { outline: 2px solid var(--ac); outline-offset: 4px; }
img { max-width: 100%; }
button { font-family: inherit; }

/* ── Keyframes ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes revealUp { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: none; } }
@keyframes revealIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes scrollpulse { 0%, 100% { transform: scaleX(1); transform-origin: left; } 50% { transform: scaleX(0.25); transform-origin: right; } }

.reveal-up {
  animation: revealUp .9s cubic-bezier(.16,1,.3,1) both;
  animation-timeline: view();
  animation-range: entry 4% cover 30%;
}
.reveal-in {
  animation: revealIn 1s ease both;
  animation-timeline: view();
  animation-range: entry 0% cover 22%;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

html.circ-cursor, html.circ-cursor *, html.circ-cursor *::before, html.circ-cursor *::after {
  cursor: none !important;
}

/* ── Skip link ── */
.skip-link {
  position: absolute; top: -120px; left: 1rem;
  background: var(--ink); color: var(--bg);
  padding: 0.5rem 1.25rem;
  font: 500 0.8125rem 'DM Sans', system-ui, sans-serif;
  text-decoration: none; z-index: 9999;
  transition: top .2s;
}
.skip-link:focus-visible { top: 1rem; }

/* ── Nav ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: clamp(1.1rem, 2vw, 1.75rem) clamp(1.5rem, 4vw, 3rem);
  background: rgba(11, 10, 8, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-logo {
  font: 400 1.3rem 'Cormorant Garamond', Georgia, serif;
  letter-spacing: 0.04em; color: var(--ink); text-decoration: none;
  transition: color .3s ease, letter-spacing .3s ease;
}
.nav-logo:hover { color: var(--ac); letter-spacing: 0.12em; }
.nav-links { display: flex; gap: clamp(1.25rem, 3vw, 2.5rem); list-style: none; }
.nav-links[hidden] { display: none; }
.nav-link {
  font: 400 0.8125rem 'DM Sans', system-ui, sans-serif;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  transition: color .3s ease, letter-spacing .3s ease;
}
.nav-link:hover { color: var(--ac); letter-spacing: 0.18em; }
.nav-burger {
  display: flex; flex-direction: column; gap: 5px;
  background: none; border: none; padding: 10px; cursor: pointer;
  min-width: 44px; min-height: 44px; align-items: center; justify-content: center;
}
.nav-burger span { display: block; width: 22px; height: 1px; background: var(--ink); }
.nav-burger[hidden] { display: none; }

.mobile-menu {
  position: fixed; inset: 0; z-index: 199;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem;
  background: rgba(12, 11, 9, 0.97);
  backdrop-filter: blur(20px);
}
.mobile-menu[hidden] { display: none; }
.mobile-menu a {
  font: 400 1.375rem 'DM Sans', system-ui, sans-serif;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  transition: color .3s ease;
}
.mobile-menu a:hover { color: var(--ac); }
.mobile-menu-close {
  margin-top: 1rem; background: none; border: 1px solid var(--border);
  color: var(--ink); padding: 0.7rem 1.4rem;
  font: 400 0.75rem 'DM Sans', system-ui, sans-serif;
  letter-spacing: 0.16em; text-transform: uppercase; cursor: pointer;
}

/* ── Hero ── */
.hero {
  position: relative; height: 100svh; min-height: 640px; overflow: hidden;
  display: flex; align-items: flex-end;
}
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 5%, rgba(11,10,8,0.12) 30%, rgba(11,10,8,0.72) 57%, #0b0a08 70%);
  pointer-events: none; z-index: 1;
}
.hero-content {
  position: relative; z-index: 2; width: 100%;
  padding: 0 clamp(1.5rem, 4vw, 3rem) 2rem;
  animation: fadeUp 1.2s cubic-bezier(.16,1,.3,1) .35s both;
}
.hero-headline {
  font: 300 1rem 'Cormorant Garamond', Georgia, serif;
  line-height: 0.91; letter-spacing: -0.03em; margin-bottom: 3rem;
  text-shadow: 0 2px 32px rgba(11,10,8,0.9), 0 1px 8px rgba(11,10,8,0.8);
}
.hero-headline span { display: block; font-size: clamp(48px, 7.5vw, 108px); }
.hero-headline .accent-italic { font-style: italic; padding-left: clamp(2rem, 8vw, 11rem); color: var(--ac); }
.hero-meta {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1.5rem;
  padding-top: 2rem; border-top: 1px solid rgba(237,233,225,0.18);
}
.hero-identity { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.hero-name {
  font: 400 1.125rem 'Cormorant Garamond', Georgia, serif; letter-spacing: 0.02em;
  color: #fff; text-shadow: 0 1px 12px rgba(11,10,8,0.95);
}
.hero-role {
  font: 400 0.75rem 'DM Sans', system-ui, sans-serif; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink); border-left: 1px solid rgba(237,233,225,0.3); padding-left: 1.5rem;
  text-shadow: 0 1px 12px rgba(11,10,8,0.95);
}
.hero-scroll {
  display: flex; align-items: center; gap: 0.875rem;
  font: 400 0.75rem 'DM Sans', system-ui, sans-serif; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--dim);
}
.hero-scroll-rule { display: block; width: 48px; height: 1px; background: var(--ac); animation: scrollpulse 2.2s ease-in-out infinite; }

/* ── Marquee ── */
.marquee-wrap { padding: 0.9rem 0; overflow: hidden; user-select: none; background-color: #9FE79F80; }
.marquee-track { display: flex; white-space: nowrap; animation: marquee 32s linear infinite; }
.marquee-wrap:hover .marquee-track { animation-play-state: paused; }
.marquee-track span {
  font: 300 1.125rem 'Cormorant Garamond', Georgia, serif; color: var(--bg); padding: 0 2.25rem;
}

/* ── Section shared ── */
.eyebrow {
  display: flex; align-items: center; gap: 1rem;
  font: 400 0.75rem 'DM Sans', system-ui, sans-serif; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--dim); margin-bottom: 2.75rem;
}
.eyebrow-accent { color: var(--ac); }
.eyebrow-dot { display: block; width: 5px; height: 5px; background: var(--ac); flex-shrink: 0; }
.section-title {
  font: 300 clamp(2.25rem, 4.5vw, 4.25rem) 'Cormorant Garamond', Georgia, serif;
  line-height: 1.08; letter-spacing: -0.025em;
}
.section-title em { font-style: italic; color: var(--dim); }
.body-copy { font: 300 1.0625rem/1.8 'DM Sans', system-ui, sans-serif; color: var(--dim); text-wrap: pretty; }
.body-copy strong { color: var(--ink); font-weight: 400; }

/* ── About ── */
.about-section { padding: clamp(3.5rem, 7vw, 6rem) clamp(1.5rem, 4vw, 3rem) clamp(4rem, 9vw, 8rem); }
.about-heading { max-width: 22ch; margin-bottom: 2.5rem; }
.about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(2.5rem, 5vw, 5rem); }
.about-grid p + p { margin-top: 1.5rem; }
.industry-list { list-style: none; padding-top: 0.25rem; border-top: 1px solid var(--border); }
.industry-list li { border-bottom: 1px solid var(--border); }
.industry-row {
  font: 300 1.5rem 'Cormorant Garamond', Georgia, serif; padding: 0.9rem 0;
  display: flex; align-items: center; gap: 1.5rem; color: var(--ink);
  transition: color .35s ease, padding-left .35s cubic-bezier(.16,1,.3,1);
}
.industry-row:hover { color: var(--ac); padding-left: 0.75rem; }
.industry-num { font: 400 0.75rem 'DM Sans', system-ui, sans-serif; letter-spacing: 0.12em; color: var(--dim2); flex-shrink: 0; }

/* ── Work ── */
.work-section { background: var(--bg2); padding: clamp(4rem, 9vw, 8rem) clamp(1.5rem, 4vw, 3rem) clamp(4rem, 7vw, 6rem); }
.work-head { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; }
.work-count { font: italic 300 1rem 'Cormorant Garamond', Georgia, serif; color: var(--dim); }
.work-teaser { border: 1px solid var(--border); padding: clamp(2rem, 4vw, 3.5rem); display: flex; flex-wrap: wrap; align-items: center; gap: 2rem; justify-content: space-between; }
.work-teaser p { font: 300 1.0625rem 'Cormorant Garamond', Georgia, serif; color: var(--dim); }
.work-teaser-cta {
  display: inline-block; background: var(--ac); color: var(--bg); padding: 0.85rem 1.6rem;
  font: 500 0.75rem 'DM Sans', system-ui, sans-serif; letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; transition: opacity .25s ease, transform .3s cubic-bezier(.16,1,.3,1);
}
.work-teaser-cta:hover { opacity: 0.85; transform: translateY(-2px); }
.work-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 2px; }
.project-card {
  display: flex; flex-direction: column; text-align: left; background: var(--bg);
  border: none; padding: 0; width: 100%; color: inherit; font: inherit; cursor: pointer;
  text-decoration: none; transition: transform .5s cubic-bezier(.16,1,.3,1);
}
.project-card:hover, .project-card:focus-visible { transform: translateY(-5px); }
.project-card.wide { grid-column: 1 / -1; }
.project-thumb { width: 100%; aspect-ratio: 16 / 10; overflow: hidden; position: relative; display: block; }
.project-card.wide .project-thumb { aspect-ratio: 21 / 9; }
.project-thumb svg { width: 100%; height: 100%; display: block; }
.project-overlay {
  position: absolute; inset: 0; background: rgba(11,10,8,0.78);
  display: flex; align-items: center; justify-content: center;
  transition: opacity .4s ease; opacity: 0;
}
.project-card:hover .project-overlay, .project-card:focus-visible .project-overlay { opacity: 1; }
.project-overlay span {
  font: italic 300 1.5rem 'Cormorant Garamond', Georgia, serif; letter-spacing: 0.06em;
  border-bottom: 1px solid var(--ac); padding-bottom: 0.25rem; color: var(--ac);
}
.project-body { display: block; padding: 1.75rem 1.75rem 2rem; border-top: 1px solid var(--border); }
.project-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 0.875rem; }
.project-tag {
  font: 400 0.75rem 'DM Sans', system-ui, sans-serif; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--dim2); border: 1px solid var(--border); padding: 0.22em 0.65em;
}
.project-title { display: block; font: 300 1.875rem/1.15 'Cormorant Garamond', Georgia, serif; letter-spacing: -0.01em; }
.project-desc { display: block; font: 300 0.9375rem/1.6 'DM Sans', system-ui, sans-serif; color: var(--dim); margin-top: 0.5rem; text-wrap: pretty; }
.project-card.wide .project-desc { max-width: 80ch; }

/* ── Photography ── */
.photo-section { padding: clamp(4rem, 9vw, 8rem) clamp(1.5rem, 4vw, 3rem); }
.photo-head { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(2rem, 5vw, 5rem); align-items: end; margin-bottom: 3.5rem; }
.photo-intro { font: 300 1rem/1.7 'DM Sans', system-ui, sans-serif; color: var(--dim); text-wrap: pretty; }
.photo-filters { display: flex; flex-wrap: wrap; gap: 0.25rem; margin-bottom: 2.5rem; }
.filter-btn {
  font: 400 0.8125rem 'DM Sans', system-ui, sans-serif; letter-spacing: 0.14em; text-transform: uppercase;
  background: none; border: 1px solid var(--border); padding: 0.75rem 1.25rem; min-height: 44px; cursor: pointer;
  transition: color .25s ease, border-color .25s ease, background .25s ease;
  color: var(--dim2);
}
.filter-btn:hover { background: rgba(237,233,225,0.06); }
.filter-btn[aria-pressed="true"] { color: var(--ink); border-color: var(--ac); }

.photo-grid { columns: 340px; column-gap: 3px; }
.photo-header { column-span: all; padding: 2.5rem 0 1.25rem; border-top: 1px solid var(--border); }
.photo-header span { font: 400 0.75rem 'DM Sans', system-ui, sans-serif; letter-spacing: 0.22em; text-transform: uppercase; color: var(--dim2); }
.photo-card {
  break-inside: avoid; margin-bottom: 3px; position: relative; overflow: hidden;
  display: block; width: 100%; background: none; border: none; padding: 0; cursor: zoom-in;
  color: inherit; font: inherit;
}
.photo-card img { width: 100%; height: auto; display: block; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.photo-card:hover img, .photo-card:focus-visible img { transform: scale(1.04); }
.photo-caption {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11,10,8,0.9) 0%, rgba(11,10,8,0.2) 50%, transparent 100%);
  transition: opacity .4s ease; opacity: 0;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; text-align: left;
}
.photo-card:hover .photo-caption, .photo-card:focus-visible .photo-caption { opacity: 1; }
.photo-caption .cat { font: 400 0.75rem 'DM Sans', system-ui, sans-serif; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ac); margin-bottom: 0.3rem; }
.photo-caption .title { font: 300 1.375rem/1.1 'Cormorant Garamond', Georgia, serif; letter-spacing: -0.01em; color: var(--ink); }
.photo-caption .sub { font: italic 400 0.8125rem 'DM Sans', system-ui, sans-serif; color: rgba(237,233,225,0.78); margin-top: 0.2rem; }

/* ── Contact ── */
.contact-section { background: var(--bg2); text-align: center; padding: clamp(5rem, 12vw, 10rem) clamp(1.5rem, 4vw, 3rem); }
.contact-section .eyebrow { justify-content: center; }
.contact-heading {
  font: 300 clamp(1.75rem, 3.5vw, 3.25rem)/1.12 'Cormorant Garamond', Georgia, serif;
  letter-spacing: -0.02em; margin: 1.5rem 0 2rem;
}
.contact-heading em { font-style: italic; color: var(--ac); }
.contact-email {
  display: inline-block; font: 300 clamp(1rem, 1.4vw, 1.375rem) 'Cormorant Garamond', Georgia, serif;
  color: var(--ink); text-decoration: none; border-bottom: 1px solid rgba(237,233,225,0.28);
  padding-bottom: 0.2rem; letter-spacing: -0.01em;
  transition: color .3s ease, border-bottom-color .3s ease, padding-bottom .3s ease;
}
.contact-email:hover { color: var(--ac); border-bottom-color: var(--ac); padding-bottom: 0.5rem; }
.social-list { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(1.5rem, 4vw, 3rem); margin-top: 4.5rem; list-style: none; }
.social-list a {
  font: 400 0.75rem 'DM Sans', system-ui, sans-serif; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(237,233,225,0.78); text-decoration: none; transition: color .3s ease, letter-spacing .3s ease;
}
.social-list a:hover { color: var(--ac); letter-spacing: 0.26em; }

/* ── Footer ── */
.site-footer {
  padding: 1.75rem clamp(1.5rem, 4vw, 3rem);
  display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: space-between; align-items: center;
  border-top: 1px solid var(--border);
}
.site-footer .copyright { font: 400 0.8125rem 'DM Sans', system-ui, sans-serif; color: var(--dim2); letter-spacing: 0.06em; }

/* ── Lightbox ── */
.lightbox {
  position: fixed; inset: 0; z-index: 900; background: rgba(11,10,8,0.97);
  display: flex; align-items: center; justify-content: center; padding: clamp(1rem, 3vw, 3rem);
  overflow-y: auto;
}
.lightbox[hidden] { display: none; }
.lightbox-close {
  position: fixed; top: 1rem; right: 1rem; background: none; border: 1px solid var(--border);
  color: var(--ink); font-size: 1.25rem; line-height: 1; padding: 0.6rem 0.9rem;
  min-width: 44px; min-height: 44px; cursor: pointer;
  transition: border-color .25s ease, color .25s ease, transform .35s cubic-bezier(.16,1,.3,1);
}
.lightbox-close:hover { border-color: var(--ac); color: var(--ac); transform: rotate(90deg); }
.lightbox-grid { max-width: 1500px; width: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 2.75rem; align-items: center; }
.lightbox-grid img { width: 100%; display: block; max-height: 88vh; object-fit: contain; grid-column: span 1; cursor: zoom-out; }
.lightbox-info { padding-top: 0.5rem; max-width: 44ch; }
.lightbox-cat { font: 400 0.75rem 'DM Sans', system-ui, sans-serif; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ac); margin-bottom: 0.75rem; }
.lightbox-title { font: 300 2.25rem/1.1 'Cormorant Garamond', Georgia, serif; letter-spacing: -0.02em; margin-bottom: 0.3rem; }
.lightbox-sub { font: italic 400 0.9375rem 'DM Sans', system-ui, sans-serif; color: var(--dim); margin-bottom: 1.5rem; border-bottom: 1px solid var(--border); padding-bottom: 1.5rem; }
.lightbox-desc { font: 300 0.9375rem/1.75 'DM Sans', system-ui, sans-serif; color: var(--dim); text-wrap: pretty; }
.lightbox-nav { display: flex; gap: 1rem; margin-top: 2rem; }
.lightbox-nav button {
  font: 400 0.75rem 'DM Sans', system-ui, sans-serif; letter-spacing: 0.16em; text-transform: uppercase;
  background: none; border: 1px solid var(--border); color: rgba(237,233,225,0.78);
  padding: 0.7rem 1.2rem; min-height: 44px; cursor: pointer; transition: border-color .25s ease, color .25s ease;
}
.lightbox-nav button:hover { border-color: var(--ac); color: var(--ac); }

/* ── Case studies (standalone pages under /work/) ── */
.cs-close {
  position: fixed; top: 1rem; right: 1rem; z-index: 801; background: var(--bg);
  border: 1px solid var(--border); color: var(--ink); text-decoration: none;
  font: 400 0.75rem 'DM Sans', system-ui, sans-serif; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.7rem 1rem; min-height: 44px; display: inline-flex; align-items: center;
  transition: border-color .25s ease, color .25s ease;
}
.cs-close:hover { border-color: var(--ac); color: var(--ac); }
.cs-container { max-width: 900px; margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 4vw, 3rem) 8rem; }
.cs-header { border-bottom: 1px solid var(--border); padding-bottom: 3rem; margin-bottom: 4rem; }
.cs-header h2 { font: 300 clamp(2.5rem, 5vw, 4rem)/1 'Cormorant Garamond', Georgia, serif; letter-spacing: -0.03em; margin-bottom: 1.5rem; }
.cs-header > p { font: 300 1rem/1.75 'DM Sans', system-ui, sans-serif; color: var(--dim); max-width: 64ch; text-wrap: pretty; }
.cs-meta-grid { display: flex; flex-wrap: wrap; gap: 2rem; margin-top: 2.5rem; }
.cs-meta-label { font: 400 0.75rem 'DM Sans', system-ui, sans-serif; letter-spacing: 0.2em; text-transform: uppercase; color: var(--dim2); margin-bottom: 0.35rem; }
.cs-meta-value { font: 300 1rem 'Cormorant Garamond', Georgia, serif; color: var(--ink); }

.cs-header .eyebrow, .cs-section > .eyebrow { margin-bottom: 1.5rem; }
.cs-section { margin-bottom: 4.5rem; }
.cs-section h3 { font: 300 clamp(1.5rem, 3vw, 2.25rem)/1.1 'Cormorant Garamond', Georgia, serif; letter-spacing: -0.02em; margin-bottom: 1.25rem; }
.cs-section h3 em { font-style: italic; color: var(--dim); }
.cs-section > p, .cs-two-col p { font: 300 0.9375rem/1.8 'DM Sans', system-ui, sans-serif; color: var(--dim); text-wrap: pretty; }
.cs-section > p strong, .cs-two-col p strong { color: var(--ink); font-weight: 400; }
.cs-section > p + p { margin-top: 1rem; }
.cs-hr { border: none; border-top: 1px solid var(--border); margin: 3.5rem 0; }

.cs-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; margin: 1.25rem 0; }
.cs-tag { font: 400 0.75rem 'DM Sans', system-ui, sans-serif; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dim2); border: 1px solid var(--border); padding: 0.25em 0.75em; }

.cs-img { width: 100%; display: block; border: 1px solid var(--border); margin: 2rem 0 0.5rem; cursor: zoom-in; transition: border-color .3s ease; }
.cs-img:hover { border-color: var(--ac); }
.cs-caption { display: block; font: 400 0.75rem 'DM Sans', system-ui, sans-serif; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dim2); margin-bottom: 2rem; }
.cs-figure img.cs-img { margin: 0 0 0.5rem; }
.cs-figure .cs-caption { margin-bottom: 0; }

.cs-two-col { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 2rem; margin: 2rem 0; }
.cs-two-col h4 { font: 300 1.25rem 'Cormorant Garamond', Georgia, serif; letter-spacing: -0.01em; margin-bottom: 0.75rem; }
.cs-two-col ul { font: 300 0.9375rem/2 'DM Sans', system-ui, sans-serif; color: var(--dim); list-style: none; }
.cs-two-col .eyebrow { margin-bottom: 1rem; }

.cs-outcomes { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 2px; margin-top: 2rem; }
.cs-outcome-card { background: var(--bg2); padding: 2rem; }
.cs-outcome-num { font: 300 2.5rem/1 'Cormorant Garamond', Georgia, serif; color: var(--ac); margin-bottom: 0.5rem; }
.cs-outcome-card p { font: 300 0.9375rem/1.6 'DM Sans', system-ui, sans-serif; color: var(--dim); }
.cs-outcome-card p strong { color: var(--ink); font-weight: 400; }
