:root {
  --sd-ink: #101716;
  --sd-paper: #f1eee6;
  --sd-line: #c7c3b8;
  --sd-accent: #27df87;
  --sd-muted: #68736f;
  --sd-serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sd-sans: "Source Sans 3", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body.showcase-directory-page { margin: 0; overflow-x: clip; background: var(--sd-paper); color: var(--sd-ink); font-family: var(--sd-sans); }
body.showcase-directory-page .site-header { position: relative; z-index: 20; background: var(--sd-paper) !important; border: 0 !important; border-bottom: 1px solid rgba(16, 23, 22, .14) !important; box-shadow: none; }
body.showcase-directory-page .site-header .header-row { min-height: 72px; }
body.showcase-directory-page .site-header .brand, body.showcase-directory-page .site-header .brand span { color: var(--sd-ink) !important; }
body.showcase-directory-page .site-header .brand::before { color: var(--sd-accent); }
.sd-kicker { display: block; color: #268258; font-size: 10px; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }

.sd-hero { min-height: min(780px, calc(100vh - 72px)); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); background: var(--sd-ink); color: #fff; }
.sd-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(64px, 8vw, 126px); border-right: 1px solid rgba(255,255,255,.12); }
.sd-hero-copy .sd-kicker { color: var(--sd-accent); }
.sd-hero h1 { max-width: 850px; margin: 46px 0 0; color: #fff; font-family: var(--sd-serif); font-size: clamp(74px, 8.7vw, 142px); font-weight: 400; letter-spacing: -.065em; line-height: .82; }
.sd-hero h1 em { color: var(--sd-accent); font-weight: inherit; }
.sd-hero-copy > p { max-width: 600px; margin: 42px 0 0; color: rgba(255,255,255,.7); font-size: clamp(18px, 1.8vw, 26px); line-height: 1.45; }
.sd-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 42px; }
.sd-action { display: inline-flex; align-items: center; gap: 14px; min-height: 50px; color: #fff; font-size: 13px; font-weight: 760; text-decoration: none; }
.sd-action-primary { padding: 0 20px; color: var(--sd-ink); background: var(--sd-accent); }
.sd-action-primary:hover { color: var(--sd-ink); transform: translateY(-1px); }
.sd-action-secondary { border-bottom: 1px solid rgba(255,255,255,.42); }
.sd-live-note { display: flex; align-items: center; gap: 9px; margin-top: auto; padding-top: 62px; color: rgba(255,255,255,.44); font-size: 11px; letter-spacing: .04em; }
.sd-live-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--sd-accent); box-shadow: 0 0 14px var(--sd-accent); }
.sd-live-note strong { color: rgba(255,255,255,.82); }

.sd-feature { position: relative; min-height: 660px; overflow: hidden; color: #fff; background: #202a27; text-decoration: none; isolation: isolate; }
.sd-feature::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(8,14,13,.06) 35%, rgba(8,14,13,.88) 100%); }
.sd-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 19%; filter: saturate(.86) contrast(1.04); transform: scale(1.025); transition: transform 900ms cubic-bezier(.2,.75,.2,1), filter 700ms ease; }
.sd-feature:hover img { transform: scale(1.065) translate3d(-.7%,-.7%,0); filter: saturate(1) contrast(1.06); }
.sd-feature-beam { position: absolute; z-index: 2; top: 21%; right: -12%; left: -12%; height: 3px; background: linear-gradient(90deg, transparent, var(--sd-accent), #fff, var(--sd-accent), transparent); box-shadow: 0 0 14px var(--sd-accent), 0 0 36px rgba(39,223,135,.54); transform: rotate(-9deg); opacity: .72; }
.sd-feature-index { position: absolute; z-index: 3; top: 28px; left: 30px; font-size: 9px; font-weight: 850; letter-spacing: .2em; }
.sd-feature-copy { position: absolute; z-index: 3; right: 34px; bottom: 32px; left: 34px; }
.sd-feature-copy strong { display: block; font-family: var(--sd-serif); font-size: clamp(42px, 5.5vw, 78px); font-weight: 400; letter-spacing: -.05em; line-height: .92; }
.sd-feature-copy span { display: block; margin-top: 12px; color: rgba(255,255,255,.72); font-size: 13px; }
.sd-feature-open { position: absolute; z-index: 3; top: 25px; right: 28px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }

.sd-marquee { overflow: hidden; padding: 17px 0; color: #24302c; border-bottom: 1px solid var(--sd-line); white-space: nowrap; }
.sd-marquee div { display: flex; justify-content: space-around; align-items: center; min-width: 950px; font-size: 10px; font-weight: 820; letter-spacing: .17em; }
.sd-marquee i { width: 5px; height: 5px; border-radius: 50%; background: var(--sd-accent); }

.sd-discovery { padding: clamp(86px, 11vw, 168px) clamp(20px, 7vw, 104px); }
.sd-section-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; padding-bottom: 54px; border-bottom: 1px solid var(--sd-ink); }
.sd-section-head h2, .sd-manifesto h2, .sd-cta h2 { margin: 16px 0 0; font-family: var(--sd-serif); font-size: clamp(58px, 7vw, 106px); font-weight: 400; letter-spacing: -.058em; line-height: .9; }
.sd-section-head > p { max-width: 480px; margin: 0 0 10px; color: #52605b; font-size: 17px; line-height: 1.65; }

.sd-tools { display: grid; grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr) auto; align-items: center; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--sd-line); }
.sd-search { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 4px; border-bottom: 1px solid #8e948f; }
.sd-search i { color: #258359; }
.sd-search input { width: 100%; min-width: 0; padding: 10px 0; color: var(--sd-ink); background: transparent; border: 0; outline: 0; font: 600 14px var(--sd-sans); }
.sd-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.sd-filters button { min-height: 36px; padding: 8px 13px; color: #58625e; background: transparent; border: 1px solid #bbb9b1; border-radius: 999px; font: 700 11px var(--sd-sans); cursor: pointer; }
.sd-filters button:hover, .sd-filters button.is-active { color: #fff; background: var(--sd-ink); border-color: var(--sd-ink); }
.sd-results { color: #69736f; font-size: 11px; font-weight: 750; white-space: nowrap; }

.sd-grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: 1px; margin-top: 50px; background: var(--sd-line); border: 1px solid var(--sd-line); }
.sd-card { position: relative; grid-column: span 4; min-height: 520px; overflow: hidden; color: #fff; background: #1f2926; text-decoration: none; isolation: isolate; }
.sd-card:nth-child(1), .sd-card:nth-child(6) { grid-column: span 8; }
.sd-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 19%; filter: saturate(.82) contrast(1.04); transition: transform 750ms cubic-bezier(.2,.75,.2,1), filter 500ms ease; }
.sd-card::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(6,12,11,.06) 35%, rgba(6,12,11,.92) 100%); }
.sd-card:hover img { transform: scale(1.055); filter: saturate(1) contrast(1.06); }
.sd-card-index { position: absolute; z-index: 2; top: 22px; left: 22px; font-size: 9px; font-weight: 850; letter-spacing: .18em; }
.sd-card-role { position: absolute; z-index: 2; top: 18px; right: 18px; padding: 7px 10px; color: #fff; background: rgba(9,18,16,.58); border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.sd-card-copy { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; }
.sd-card-copy h3 { max-width: 94%; margin: 0; color: #fff; font-family: var(--sd-serif); font-size: clamp(38px, 4vw, 62px); font-weight: 400; letter-spacing: -.05em; line-height: .94; }
.sd-card-copy p { margin: 11px 0 0; color: rgba(255,255,255,.72); font-size: 12px; }
.sd-card-meta { display: flex; gap: 14px; margin-top: 17px; padding-top: 13px; color: rgba(255,255,255,.64); border-top: 1px solid rgba(255,255,255,.28); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.sd-card[hidden] { display: none; }
.sd-loading, .sd-empty { grid-column: 1 / -1; min-height: 240px; display: grid; place-items: center; align-content: center; gap: 14px; color: #58645f; background: var(--sd-paper); text-align: center; }
.sd-loading span { width: 32px; height: 32px; border: 2px solid #c8c5bb; border-top-color: #268258; border-radius: 50%; animation: sd-spin .8s linear infinite; }
@keyframes sd-spin { to { transform: rotate(360deg); } }

.sd-manifesto { display: grid; grid-template-columns: .25fr .85fr .9fr; gap: 6vw; padding: clamp(80px, 10vw, 150px) clamp(20px, 7vw, 104px); color: #fff; background: var(--sd-ink); }
.sd-manifesto-number { color: var(--sd-accent); font-size: 11px; font-weight: 850; letter-spacing: .2em; }
.sd-manifesto .sd-kicker { color: var(--sd-accent); }
.sd-manifesto h2 { color: #fff; font-size: clamp(50px, 5.8vw, 88px); }
.sd-manifesto-copy p { margin: 28px 0 46px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.65; }
.sd-manifesto-copy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); }
.sd-manifesto-copy li { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 13px; }
.sd-manifesto-copy li span { color: var(--sd-accent); font-size: 10px; font-weight: 800; }

.sd-cta { position: relative; overflow: hidden; padding: clamp(94px, 13vw, 190px) max(20px, 12vw); text-align: center; background: var(--sd-paper); }
.sd-cta h2 { max-width: 1040px; margin-right: auto; margin-left: auto; }
.sd-cta p { max-width: 560px; margin: 32px auto; color: #59635f; font-size: 18px; line-height: 1.6; }
.sd-cta a { display: inline-flex; align-items: center; gap: 14px; min-height: 52px; padding: 0 22px; color: var(--sd-ink); background: var(--sd-accent); font-size: 13px; font-weight: 800; text-decoration: none; }
.sd-cta-beam { position: absolute; top: 24%; right: -10%; left: -10%; height: 2px; background: linear-gradient(90deg, transparent, var(--sd-accent), #fff, var(--sd-accent), transparent); box-shadow: 0 0 16px var(--sd-accent); opacity: .42; transform: rotate(-4deg); }
.sd-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; min-height: 112px; padding: 28px clamp(20px, 7vw, 104px); color: rgba(255,255,255,.62); background: var(--sd-ink); border-top: 1px solid rgba(255,255,255,.12); }
.sd-footer a { color: #fff; text-decoration: none; }
.sd-footer .footer-brand { font-size: 24px; font-weight: 800; }
.sd-footer .footer-brand strong { color: var(--sd-accent); }
.sd-footer p { margin: 0; font-size: 12px; }
.sd-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; font-size: 11px; font-weight: 700; }

@media (max-width: 980px) {
  .sd-hero { grid-template-columns: 1fr; }
  .sd-hero-copy { min-height: 650px; border: 0; }
  .sd-feature { min-height: 680px; }
  .sd-section-head, .sd-manifesto { grid-template-columns: 1fr; }
  .sd-manifesto-number { margin-bottom: -20px; }
  .sd-tools { grid-template-columns: 1fr; }
  .sd-results { justify-self: start; }
  .sd-card, .sd-card:nth-child(1), .sd-card:nth-child(6) { grid-column: span 6; }
}

@media (max-width: 600px) {
  body.showcase-directory-page .site-header .header-row { min-height: 62px; }
  .sd-hero-copy { min-height: 590px; padding: 58px 20px 42px; }
  .sd-hero h1 { margin-top: 34px; font-size: clamp(66px, 21vw, 92px); }
  .sd-hero-copy > p { margin-top: 30px; font-size: 18px; }
  .sd-hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 34px; }
  .sd-live-note { padding-top: 48px; }
  .sd-feature { min-height: 570px; }
  .sd-feature-copy { right: 20px; bottom: 24px; left: 20px; }
  .sd-feature-copy strong { font-size: 50px; }
  .sd-discovery { padding: 78px 16px; }
  .sd-section-head { gap: 28px; padding-bottom: 38px; }
  .sd-section-head h2 { font-size: 56px; }
  .sd-section-head > p { font-size: 15px; }
  .sd-tools { gap: 16px; }
  .sd-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .sd-filters button { flex: 0 0 auto; }
  .sd-grid { display: block; margin-top: 34px; background: transparent; border: 0; }
  .sd-card { display: block; min-height: 500px; margin-bottom: 1px; }
  .sd-card[hidden] { display: none; }
  .sd-manifesto { gap: 30px; padding: 78px 20px; }
  .sd-manifesto h2 { font-size: 55px; }
  .sd-cta { padding: 100px 20px; }
  .sd-cta h2 { font-size: 58px; }
  .sd-footer { grid-template-columns: 1fr; align-items: start; }
  .sd-footer nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sd-feature img, .sd-card img { transition: none; }
  .sd-loading span { animation: none; }
}

