:root {
  color-scheme: dark;
  --bg: #070707;
  --ink: #f3efe7;
  --muted: #b3b8c0;
  --soft: #868d98;
  --line: rgba(243, 239, 231, .14);
  --line-strong: rgba(243, 239, 231, .25);
  --panel: #101113;
  --accent: #91c6ff;
  --danger: #ff6976;
  --max: 1080px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  text-rendering: geometricPrecision;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

.sr-only,
.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header,
.admin-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 60px;
  padding: 12px clamp(16px, 4vw, 34px);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 7, 7, .92);
  backdrop-filter: blur(14px);
}

.brand,
.nav-links,
.nav-actions,
.admin-header nav,
.site-footer nav,
.social-links {
  display: flex;
  align-items: center;
}

.brand { gap: 10px; }

.brand span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: .08em;
}

.brand strong {
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nav-links,
.admin-header nav {
  display: none;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
}

.nav-actions { gap: 8px; }

.button,
.menu-trigger,
.admin-header button,
.contact-form button[type="submit"],
.mobile-sticky-cta a,
.menu-panel > button,
.admin-form-actions button,
.danger-form button,
.admin-table button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.button-primary,
.admin-header button,
.contact-form button[type="submit"],
.mobile-sticky-cta a {
  background: var(--ink);
  color: var(--bg);
}

.button-small {
  width: fit-content;
  min-height: 36px;
  margin-top: 14px;
  padding: 9px 12px;
  font-size: 12px;
}

.button-secondary,
.menu-trigger {
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--ink);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s cubic-bezier(.16, 1, .3, 1);
}

.js [data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

main,
.site-footer,
.admin-main {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}

.hero {
  display: grid;
  gap: 28px;
  padding: 46px 0 26px;
  position: relative;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 10px -16px auto;
  height: min(360px, 86%);
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--bg) 0%, rgba(7, 7, 7, .5) 45%, var(--bg) 100%),
    url("../media/seed/site-atmosphere-bg.jpg") center / cover no-repeat;
  opacity: .18;
}

.eyebrow,
.section-kicker,
.hero-proof span,
.callout span,
.two-col span,
.contact-intro span,
.service-list span,
.work-list span {
  display: block;
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.callout h2,
.two-col h2,
.contact-intro h2,
.section h2,
.service-list h2,
.work-list h2,
.footer-cta h2,
.project-board h2,
.admin-title h1,
.empty-proof span {
  margin: 0;
  font-size: clamp(34px, 9vw, 64px);
  font-weight: 680;
  line-height: 1;
  letter-spacing: -.045em;
}

.hero h1 {
  max-width: 780px;
}

.hero p,
.proof-line p,
.callout p,
.two-col p,
.contact-intro p,
.section > p,
.service-list p,
.work-list p,
.page-hero p,
.project-board p,
.footer-cta p,
.contact-sidebar p,
.about-editorial p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.48;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.hero-proof {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 14px;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.name-card {
  align-self: end;
  grid-template-columns: 96px 1fr;
  padding: 14px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(243, 239, 231, .045), rgba(145, 198, 255, .035));
}

.hero-proof img {
  width: 78px;
  aspect-ratio: 1;
  object-fit: cover;
  filter: grayscale(.08);
}

.name-card img {
  width: 96px;
}

.name-card-body {
  min-width: 0;
}

.hero-proof strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.hero-proof p {
  margin: 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.4;
}

.name-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.name-card-tags small {
  padding: 5px 7px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
}

.quick-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0 30px;
  color: var(--soft);
  font-size: 13px;
}

.quick-strip span {
  flex: 0 1 auto;
  padding-right: 10px;
  border-right: 1px solid var(--line);
}

.quick-strip span:last-child {
  border-right: 0;
}

.proof-line {
  padding: 18px 0;
  border-block: 1px solid var(--line);
}

.proof-line p {
  max-width: 620px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 5vw, 34px);
  letter-spacing: -.03em;
  line-height: 1.12;
}

.section {
  padding: 44px 0 0;
}

.service-list,
.work-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.service-list article,
.work-list article {
  display: grid;
  gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.service-list article {
  grid-template-columns: 42px 1fr;
}

.service-list h2,
.work-list h2 {
  font-size: 22px;
  line-height: 1.08;
}

.service-list p {
  grid-column: 2;
  margin: 0;
}

.work-list article {
  grid-template-columns: 82px 1fr;
  align-items: center;
}

.work-list img {
  width: 82px;
  aspect-ratio: 1;
  object-fit: cover;
}

.work-list p {
  margin: 5px 0 0;
  font-size: 14px;
}

.callout,
.footer-cta {
  margin-top: 48px;
  padding: 24px 0;
  border-block: 1px solid var(--line);
}

.callout h2 {
  max-width: 520px;
}

.callout .button,
.footer-cta .button {
  margin-top: 10px;
}

.two-col {
  display: grid;
  gap: 26px;
  padding: 44px 0 0;
}

.two-col article {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.two-col h2 {
  font-size: clamp(28px, 7vw, 44px);
}

.contact-layout {
  display: grid;
  gap: 20px;
  max-width: 760px;
  padding: 52px 0 64px;
}

.contact-intro h2 {
  font-size: clamp(30px, 8vw, 54px);
}

.contact-form,
.admin-form {
  display: grid;
  gap: 16px;
}

.contact-form label,
.admin-form label,
.admin-login-card label {
  display: grid;
  gap: 9px;
  color: var(--muted);
  font-size: 13px;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.admin-form input,
.admin-form select,
.admin-form textarea,
.admin-login-card input,
.admin-table select {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(243, 239, 231, .025);
  color: var(--ink);
  min-height: 52px;
  padding: 14px;
  border-radius: 0;
}

.contact-form select,
.admin-form select,
.admin-table select {
  color-scheme: dark;
  background-color: rgba(243, 239, 231, .035);
  padding-right: 42px;
}

.contact-form option,
.admin-form option,
.admin-table option {
  background: #f3efe7;
  color: #070707;
}

.contact-form textarea,
.admin-form textarea {
  resize: vertical;
  min-height: 144px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(179, 184, 192, .7);
}

.contact-form button {
  width: 100%;
  margin-top: 4px;
}

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

.form-errors,
.admin-status,
.toast {
  padding: 14px;
  border: 1px solid rgba(255, 105, 118, .35);
  background: rgba(255, 105, 118, .08);
}

.toast {
  position: fixed;
  top: 76px;
  left: 16px;
  right: 16px;
  z-index: 70;
}

.site-footer {
  display: grid;
  gap: 18px;
  padding: 28px 0 92px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer nav,
.social-links {
  flex-wrap: wrap;
  gap: 14px;
}

.menu-sheet {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(0, 0, 0, .72);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.menu-sheet.is-open {
  opacity: 1;
  pointer-events: auto;
}

.menu-panel {
  min-height: 100%;
  padding: 22px;
  background: var(--bg);
  transform: translateX(100%);
  transition: transform .22s ease;
}

.menu-sheet.is-open .menu-panel {
  transform: translateX(0);
}

.menu-panel > button {
  float: right;
  border: 1px solid var(--line);
  background: transparent;
}

.menu-lanes {
  clear: both;
  display: grid;
  gap: 0;
  padding-top: 64px;
}

.menu-lanes a {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 28px;
  letter-spacing: -.04em;
}

.mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: none;
  padding: 10px 16px;
  background: rgba(7, 7, 7, .92);
  backdrop-filter: blur(14px);
}

.mobile-sticky-cta.is-visible {
  display: block;
}

.mobile-sticky-cta.is-hidden {
  display: none;
}

.mobile-sticky-cta a {
  width: 100%;
  min-height: 46px;
}

.page-hero {
  padding: 48px 0 22px;
}

.mentorship-hero {
  max-width: 820px;
  padding: 54px 0 28px;
}

.mentorship-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 7vw, 62px);
  font-weight: 680;
  line-height: .98;
  letter-spacing: -.045em;
}

.mentorship-hero > p:not(.eyebrow) {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.mentorship-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 36px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.text-link::after {
  content: "";
  width: 18px;
  height: 1px;
  margin-left: 9px;
  background: currentColor;
  opacity: .55;
  transition: transform .2s ease, opacity .2s ease;
}

.text-link:hover::after {
  opacity: 1;
  transform: translateX(4px);
}

.mentorship-note {
  display: grid;
  gap: 18px;
  max-width: 980px;
  padding: 22px 0;
  border-block: 1px solid var(--line);
}

.mentorship-note p {
  max-width: 660px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 4vw, 30px);
  line-height: 1.14;
  letter-spacing: -.03em;
}

.mentorship-note div,
.mentorship-cover div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
}

.mentorship-note span,
.mentorship-cover span {
  color: var(--soft);
  font-size: 13px;
}

.mentorship-ways {
  display: grid;
  gap: 0;
  padding-top: 42px;
}

.mentorship-section-head {
  max-width: 560px;
  margin-bottom: 8px;
}

.mentorship-section-head h2,
.mentorship-cover h2 {
  margin: 0;
  font-size: clamp(26px, 5vw, 40px);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.mentorship-row {
  display: grid;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.mentorship-row:first-of-type {
  border-top: 1px solid var(--line);
}

.mentorship-row > span {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: .1em;
}

.mentorship-row h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.08;
}

.mentorship-row p {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.48;
}

.mentorship-cover {
  max-width: 900px;
  padding: 46px 0 10px;
}

.mentorship-cover div {
  margin-top: 18px;
}

.experience-strip,
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.experience-strip span,
.tag-cloud span {
  color: var(--soft);
  font-size: 13px;
}

.deep-services,
.timeline-grid,
.case-study-body {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.deep-services article,
.timeline-grid article,
.case-study-body article,
.empty-proof,
.contact-sidebar {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.deep-services h2,
.timeline-grid h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.08;
}

.deep-services article {
  display: grid;
  gap: 14px;
}

.service-art-frame {
  overflow: hidden;
  width: 88px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  background: rgba(243, 239, 231, .025);
}

.service-art-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-art-frame.work-mode {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 4px;
}

.deep-services article > span,
.service-card > span {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: .1em;
}

.deep-services strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.deep-services ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.deep-services li + li {
  margin-top: 5px;
}

.decision-support,
.engagement-grid,
.contact-sheet {
  padding-top: 52px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 18px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(28px, 7vw, 48px);
  line-height: 1.03;
  letter-spacing: -.04em;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.5;
}

.service-mixer {
  display: grid;
  gap: 10px;
}

.service-card,
.work-card {
  display: grid;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.service-card h3,
.work-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.08;
}

.service-card p,
.work-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.work-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--line);
}

.about-editorial img {
  width: 150px;
  margin-bottom: 18px;
}

.about-story {
  display: block;
  max-width: 920px;
  padding-top: 18px;
}

.about-editorial.about-story img {
  float: left;
  width: min(42vw, 340px);
  margin: 4px 28px 16px 0;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--line);
}

.about-story article::after {
  content: "";
  display: block;
  clear: both;
}

.about-editorial article p {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -.03em;
}

.about-proof {
  display: grid;
  gap: 0;
  margin-top: 36px;
  border-block: 1px solid var(--line);
}

.about-proof article {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.about-proof article:last-child {
  border-bottom: 0;
}

.about-proof span,
.project-index-list > article > span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-proof strong {
  display: block;
  font-size: 20px;
  line-height: 1.12;
}

.about-proof p {
  max-width: 420px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.project-index {
  padding-top: 48px;
}

.project-index-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.project-card-grid {
  display: grid;
  gap: 12px;
}

.project-index-list article {
  display: grid;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.project-card-grid article {
  display: grid;
  align-content: space-between;
  gap: 18px;
  min-height: 170px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(243, 239, 231, .035);
}

.project-index-list h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.08;
}

.project-card-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.08;
}

.project-index-list p {
  max-width: 620px;
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.project-card-grid p {
  margin: 8px 0 0;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.45;
}

.project-index-list .text-link {
  align-self: start;
}

.project-card-grid .button {
  justify-self: start;
}

.project-card-grid > article > span {
  align-self: end;
  color: var(--accent);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-timeline {
  margin-top: 48px;
}

.cta-panel {
  margin-top: 48px;
  padding: 24px 0;
  border-block: 1px solid var(--line);
}

.cta-panel h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(30px, 7vw, 48px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.cta-panel p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  line-height: 1.48;
}

.cta-panel .button {
  margin-top: 8px;
}

.project-board {
  padding: 24px 0;
  border-block: 1px solid var(--line);
}

.footer-cta {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}

.admin-body,
.admin-login-body {
  background: var(--bg);
}

.admin-main {
  padding: 36px 0 80px;
}

.admin-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 22px;
}

.admin-stats,
.admin-grid,
.admin-shortcuts {
  display: grid;
  gap: 10px;
}

.admin-stats {
  grid-template-columns: 1fr 1fr;
}

.admin-stats article,
.admin-panel,
.admin-shortcuts a {
  padding: 16px;
  border: 1px solid var(--line);
}

.admin-stats span,
.admin-list span,
.admin-table span {
  color: var(--muted);
  font-size: 12px;
}

.admin-stats strong {
  display: block;
  margin-top: 8px;
  font-size: 30px;
}

.admin-grid,
.admin-shortcuts {
  margin-top: 10px;
}

.admin-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-list {
  display: grid;
  gap: 8px;
}

.admin-list a,
.admin-list div {
  display: grid;
  gap: 5px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.admin-shortcuts {
  grid-template-columns: 1fr 1fr;
}

.admin-table-wrap {
  overflow-x: auto;
  border-top: 1px solid var(--line);
}

.admin-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.status-pill {
  color: var(--muted);
}

.checkbox-row {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}

.checkbox-row input {
  width: auto;
}

.admin-form-actions,
.danger-form {
  margin-top: 18px;
}

.danger-form button {
  color: var(--danger);
  background: transparent;
  border: 1px solid rgba(255, 105, 118, .35);
}

.admin-login-body {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 24px;
}

.admin-login-card {
  width: min(480px, 100%);
}

.admin-login-card h1 {
  margin: 28px 0 8px;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -.05em;
}

.admin-login-card p {
  color: var(--muted);
  line-height: 1.5;
}

@media (hover: hover) {
  .button,
  .work-list article,
  .service-list article,
  .menu-lanes a {
    transition: opacity .16s ease, transform .16s ease, background-color .16s ease, border-color .16s ease;
  }

  .button:hover,
  .work-list article:hover,
  .menu-lanes a:hover {
    opacity: .82;
  }

  .service-list article:hover {
    opacity: 1;
    background: rgba(145, 198, 255, .055);
    border-color: rgba(145, 198, 255, .3);
  }

  .service-list article:hover h2 {
    color: var(--accent);
  }
}

@media (min-width: 760px) {
  .site-header,
  .admin-header {
    padding-inline: clamp(24px, 4vw, 48px);
  }

  .nav-links,
  .admin-header nav {
    display: flex;
  }

  .menu-trigger {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: end;
    padding-top: 74px;
  }

  .hero-proof {
    display: block;
    border-top: 0;
  }

  .hero-proof img {
    width: 100%;
    margin-bottom: 12px;
  }

  .name-card {
    display: block;
    padding: 16px;
  }

  .name-card img {
    width: 100%;
  }

  .quick-strip {
    justify-content: space-between;
  }

  .service-list article {
    grid-template-columns: minmax(190px, .7fr) minmax(0, 1fr);
    align-items: baseline;
  }

  .service-list p {
    grid-column: auto;
  }

  .work-list article {
    grid-template-columns: 104px minmax(180px, .45fr) minmax(0, 1fr);
  }

  .work-list article div {
    display: contents;
  }

  .work-list p {
    margin: 0;
  }

  .two-col,
  .section-grid,
  .split-section,
  .engagement-grid,
  .about-editorial {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .two-col,
  .about-editorial:not(.about-story) {
    display: grid;
  }

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

  .about-proof article {
    padding-right: 22px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .about-proof article + article {
    padding-left: 22px;
  }

  .about-proof article:last-child {
    border-right: 0;
  }

  .project-index-list article {
    grid-template-columns: minmax(220px, .6fr) minmax(170px, auto);
    align-items: baseline;
  }

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

  .project-card-grid article {
    min-height: 210px;
  }

  .deep-services article {
    grid-template-columns: 44px minmax(0, 1.05fr) minmax(170px, .7fr) minmax(220px, 1fr);
    align-items: start;
  }

  .compact-services article {
    grid-template-columns: 44px minmax(0, 1fr) minmax(180px, .75fr) minmax(230px, 1fr);
  }

  .compact-services .service-art-frame {
    display: none;
  }

  .mentorship-note {
    grid-template-columns: minmax(0, .9fr) minmax(260px, .6fr);
    align-items: start;
  }

  .mentorship-row {
    grid-template-columns: 48px minmax(0, 1fr) minmax(130px, auto);
    align-items: baseline;
  }

  .service-mixer.compact {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }

  .contact-sheet {
    display: grid;
    gap: 0;
  }

  .work-card {
    grid-template-columns: minmax(220px, .45fr) minmax(0, 1fr);
    align-items: center;
    gap: 28px;
  }

  .form-grid,
  .admin-grid {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr auto auto;
    align-items: center;
  }

  .mobile-sticky-cta {
    display: none;
  }

  .admin-title {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .admin-shortcuts {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 759px) {
  .nav-actions > .button {
    display: none;
  }

  .site-header,
  .admin-header {
    min-height: 64px;
  }

  .brand strong {
    font-size: 13px;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .name-card {
    grid-template-columns: 86px 1fr;
    gap: 12px;
    padding: 12px;
  }

  .name-card img {
    width: 86px;
  }

  .name-card strong {
    font-size: 15px;
  }

  .name-card p {
    font-size: 12px;
  }

  .name-card-tags {
    gap: 5px;
  }

  .name-card-tags small {
    padding: 4px 6px;
    font-size: 10px;
  }

  .about-editorial.about-story img {
    float: none;
    width: 100%;
    max-height: 360px;
    margin: 0 0 18px;
    aspect-ratio: 16 / 11;
  }

  .quick-strip {
    gap: 8px;
    padding-bottom: 24px;
  }

  .quick-strip span {
    padding: 7px 9px;
    border: 1px solid var(--line);
  }

  .quick-strip span:last-child {
    border-right: 1px solid var(--line);
  }
}

@media (min-width: 1080px) {
  .hero h1 {
    font-size: 68px;
  }

  .proof-line p {
    font-size: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
