@font-face {
  font-family: "Inter";
  src: url("./assets/Inter-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/Inter-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --ink: #111111;
  --muted: #777777;
  --quiet: #a0a0a0;
  --line: #e9e9e9;
  --wash: #f3f3f3;
  --blue: #d8f1fc;
  --blue-hover: #c9ebf9;
  --white: #ffffff;
  --amber: #f1b90b;
  --green: #4e9d6b;
  --red: #c45a52;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--white); }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--white); }
button, input, textarea, select { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
a { color: inherit; }

.shell { min-height: 100vh; position: relative; }
.brand-mark { position: fixed; left: 30px; top: 40px; z-index: 20; display: block; width: 26px; height: 40.625px; overflow: hidden; }
.brand-mark img { position: absolute; left: -64.58%; top: -28%; width: 222.92%; height: 142.67%; max-width: none; object-fit: fill; }
.brand-wordmark { font-size: 14px; font-weight: 500; line-height: 1; }
.page-title { margin: 0; font-size: 14px; font-weight: 500; line-height: 1.4; }
.page-kicker { margin: 27px 0 0; font-size: 14px; line-height: 1.45; }
.muted { color: var(--muted); }

.login { min-height: 100vh; display: grid; grid-template-rows: 1fr 1.25fr; padding: 136px 24px 80px; }
.login__heading { text-align: center; }
.login__form-wrap { align-self: start; text-align: center; }
.login__intro { max-width: 310px; margin: 0 auto 30px; color: var(--muted); font-size: 14px; line-height: 1.35; }
.login-form { display: grid; grid-template-columns: minmax(0, 340px) 39px; gap: 10px; width: min(389px, calc(100vw - 48px)); margin: 0 auto; }
.login-form label { min-width: 0; }
.input { width: 100%; height: 39px; border: 0; border-radius: 5px; background: #f2f2f2; padding: 0 18px; outline: none; font-size: 14px; letter-spacing: -.42px; transition: box-shadow 160ms ease, background 160ms ease; }
.input::placeholder { color: #777; }
.input:focus { background: #efefef; box-shadow: 0 0 0 2px var(--blue); }
.arrow-button { width: 39px; height: 39px; display: block; padding: 0; border-radius: 5px; background: transparent; cursor: pointer; transition: filter 160ms ease, transform 160ms ease; }
.arrow-button:hover { filter: brightness(.97); }
.arrow-button:active { transform: translateX(2px); }
.arrow-button img { display: block; width: 39px; height: 39px; }
.support { margin: 30px auto 0; max-width: 300px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.support a { color: var(--ink); text-decoration: none; }
.support a:hover { text-decoration: underline; }

.project-index { position: relative; min-height: 100svh; padding: 0; color: #0a0a0a; }
.project-index__heading { position: absolute; left: 50%; top: clamp(112px, 14.583333svh, 160px); transform: translateX(-50%); width: max-content; text-align: center; }
.project-index__heading .page-title { font-size: 14px; font-weight: 500; line-height: 1.3; letter-spacing: -.42px; }
.project-index__heading .page-kicker { margin-top: 27px; font-size: 14px; line-height: 1.3; letter-spacing: -.42px; }
.project-grid { position: absolute; left: 50%; top: 50%; width: 998px; display: grid; grid-template-columns: repeat(3, 246px); gap: 134px; transform: translate(-50%, -50%); }
.project-card { width: 246px; display: flex; flex-direction: column; align-items: center; gap: 35px; min-width: 0; }
.project-card h2 { margin: 0; font-size: 14px; line-height: 1.3; font-weight: 500; letter-spacing: -.42px; white-space: nowrap; }
.tags { min-height: 22px; display: flex; align-items: center; justify-content: center; gap: 7px; margin-bottom: 31px; }
.project-card .tags { width: 206px; min-height: 0; justify-content: flex-start; margin: 0; }
.project-card .tag { padding: 6px 8px; font-size: 12px; line-height: 1.3; letter-spacing: -.36px; }
.tag { background: var(--wash); color: #707070; padding: 4px 9px; border-radius: 5px; font-size: 12px; line-height: 1; white-space: nowrap; }
.tag-more { color: var(--muted); font-size: 12px; }
.project-card .tag-more { font-size: 14px; line-height: 1.3; letter-spacing: -.42px; }
.project-meta { text-align: center; font-size: 14px; line-height: 1.4; }
.status { display: inline-flex; align-items: center; gap: 6px; }
.status::after { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--amber); }
.project-card .status,
.project-card .phase,
.project-card .updated { margin: 0; font-size: 14px; line-height: 1.3; letter-spacing: -.42px; white-space: nowrap; }
.project-card .status--complete::after { background: #00ff1e; }
.project-card .updated { color: #707070; }
.open-project { width: 100%; min-height: 36px; display: flex; align-items: center; justify-content: space-between; padding: 0 20.38px 0 20px; border-radius: 5px; background: #ddf4ff; text-decoration: none; font-size: 14px; line-height: 1.3; letter-spacing: -.42px; transition: background 160ms ease; }
.open-project:hover { background: var(--blue-hover); }
.open-project img { width: 8.623px; height: 8.448px; }

@keyframes rise { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 820px) {
  .brand-mark { position: absolute; left: 24px; top: 28px; width: 24px; height: 37.5px; }
  .login { padding: 132px 24px 64px; grid-template-rows: .8fr 1.3fr; }
  .project-index { padding: 132px 24px 64px; }
  .project-index__heading { position: static; transform: none; width: auto; }
  .project-grid { position: static; width: 246px; margin: 94px auto 0; grid-template-columns: 246px; gap: 72px; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Shared editorial system */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow, .section-label { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.editorial-rule { border-top: 1px solid var(--line); }
.button { width: fit-content; min-width: 188px; min-height: 42px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 5px; padding: 0 17px; background: none; text-decoration: none; font-size: 14px; cursor: pointer; transition: background 160ms ease, color 160ms ease; }
.button svg { width: 15px; height: 15px; flex: 0 0 auto; }
.button--blue { background: var(--blue); }
.button--blue:hover { background: var(--blue-hover); }
.button--plain { min-width: 0; padding: 0 2px; border-radius: 0; border-bottom: 1px solid var(--ink); }
.button--plain:hover { color: var(--muted); border-color: var(--muted); }
.text-button { display: inline-flex; align-items: center; gap: 8px; padding: 0; background: none; color: var(--ink); cursor: pointer; font-size: 14px; }
.text-button svg { width: 15px; height: 15px; }
.quiet-link { color: var(--muted); font-size: 12px; text-underline-offset: 4px; }

/* Login success and project selector refinement */
.login--access { position: relative; display: block; min-height: 100svh; padding: 0; color: #0a0a0a; }
.login--access .login__heading { position: absolute; left: 50%; top: clamp(112px, 14.583333svh, 160px); transform: translateX(-50%); width: max-content; }
.login--access .brand-wordmark { font-size: 14px; font-weight: 500; line-height: 1.3; letter-spacing: -.42px; }
.login--access .page-kicker { margin-top: 27px; font-size: 14px; line-height: 1.3; letter-spacing: -.42px; }
.login--access .login__form-wrap { position: absolute; inset: 0; height: 100%; align-self: stretch; pointer-events: none; }
.login--access .login__intro { position: absolute; left: 50%; top: calc(50% - 82px); transform: translateX(-50%); width: 276px; max-width: calc(100vw - 48px); margin: 0; color: #707070; font-size: 14px; line-height: 1.3; letter-spacing: -.42px; }
.login--access .login-form { position: absolute; left: 50%; top: 50%; margin: .5px 0 0 .5px; transform: translate(-50%, -50%); pointer-events: auto; }
.login--access .support { position: absolute; left: 50%; top: calc(50% + 55px); transform: translateX(-50%); width: 276px; max-width: calc(100vw - 48px); margin: 0; color: #707070; font-size: 12px; line-height: 1.3; letter-spacing: -.36px; }
.login--access .support a { color: #0a0a0a; }
.login--access .login-error { position: absolute; left: 50%; top: calc(50% + 45px); transform: translateX(-50%); width: min(389px, calc(100vw - 48px)); margin: 0; pointer-events: auto; }

/* Figma 160:4 — admin sign in */
.admin-login { position: relative; min-height: 100svh; color: #0a0a0a; }
.admin-login__heading { position: absolute; left: 50%; top: clamp(112px, 14.583333svh, 160px); transform: translateX(-50%); width: max-content; text-align: center; }
.admin-login__heading h1,
.admin-login__heading p { margin: 0; font-size: 14px; line-height: 1.3; letter-spacing: -.42px; }
.admin-login__heading h1 { font-weight: 500; }
.admin-login__heading p { margin-top: 27px; font-weight: 400; }
.admin-login__form { position: absolute; left: 50%; top: calc(50% + .5px); width: min(340px, calc(100vw - 48px)); height: 137px; transform: translate(-50%, -50%); }
.admin-login__form label { display: block; }
.admin-login__form input,
.admin-login__form button { width: 100%; height: 39px; border: 0; border-radius: 5px; font-size: 14px; line-height: 1.3; letter-spacing: -.42px; }
.admin-login__form input { display: block; padding: 0 20px; background: #f2f2f2; outline: none; }
.admin-login__form input::placeholder { color: #707070; opacity: 1; }
.admin-login__form input:focus { background: #efefef; box-shadow: 0 0 0 2px #ddf4ff; }
.admin-login__form label + label { margin-top: 10px; }
.admin-login__form button { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; padding: 0 19.88px 0 20px; background: #ddf4ff; color: #0a0a0a; cursor: pointer; transition: background 160ms ease, opacity 160ms ease; }
.admin-login__form button:hover { background: #ceedfc; }
.admin-login__form button:disabled { cursor: wait; opacity: .65; }
.admin-login__form button img { width: 10.122px; height: 9.917px; }
.admin-login__error { position: absolute; top: calc(100% + 14px); left: 0; width: 100%; margin: 0; color: #a63f38; font-size: 12px; line-height: 1.35; text-align: left; }

@media (max-width: 820px) {
  .admin-login__heading { top: 132px; }
}
.magic-confirmation { width: min(390px, calc(100vw - 48px)); margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.magic-confirmation .login__intro { margin-bottom: 26px; }
.magic-confirmation .login__intro strong { display: inline-block; margin-top: 6px; color: var(--ink); font-weight: 400; }
.mail-mark { width: 42px; height: 42px; display: grid; place-items: center; margin: -5px auto 30px; border-radius: 50%; background: var(--blue); transform: rotate(-35deg); }
.mail-mark svg { width: 17px; height: 17px; }
.magic-confirmation .button { width: 100%; }
.login-form--demo { align-items: flex-start; }
.login-fields { flex: 1; display: grid; gap: 10px; }
.login-fields label { display: block; }
.login-error { width: min(390px, calc(100vw - 48px)); margin: 12px auto 0; color: var(--red); font-size: 12px; text-align: left; }
.demo-note { margin: 15px auto 0; color: var(--quiet); font-size: 11px; }
.support button { padding: 0; background: none; color: var(--ink); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.project-index__signout { position: absolute; right: 30px; top: 42px; }
.project-grid--2 { width: 626px; grid-template-columns: repeat(2, 246px); }
.project-grid--1 { width: 246px; grid-template-columns: 246px; }

/* Client project navigation */
.project-shell { min-height: 100vh; }
.project-shell .brand-mark, .admin-shell .brand-mark { position: absolute; }
.client-header { min-height: 118px; display: grid; grid-template-columns: 180px 1fr 190px; align-items: center; gap: 24px; padding: 0 30px 0 94px; border-bottom: 1px solid var(--line); }
.client-header__project { align-self: center; width: fit-content; font-size: 14px; font-weight: 500; text-decoration: none; }
.client-nav { display: flex; align-items: center; justify-content: center; gap: clamp(17px, 2.5vw, 42px); }
.client-nav a { position: relative; padding: 49px 0 47px; color: var(--muted); font-size: 12px; text-decoration: none; white-space: nowrap; }
.client-nav a::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: transparent; }
.client-nav a:hover, .client-nav a.is-active { color: var(--ink); }
.client-nav a.is-active::after { background: var(--ink); }
.client-header__meta { display: flex; align-items: center; justify-content: flex-end; gap: 26px; font-size: 12px; }
.client-header__meta span { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); }
.client-header__meta span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--amber); }
.client-header__meta a { text-decoration: none; }
.client-header__meta a:hover { text-decoration: underline; text-underline-offset: 4px; }
.mobile-menu { display: none; width: 40px; height: 40px; padding: 10px; background: var(--wash); border-radius: 5px; cursor: pointer; }
.mobile-menu svg { width: 100%; height: 100%; }
.project-body { width: min(1120px, calc(100% - 64px)); margin: 0 auto; padding: 110px 0 150px; }
.project-shell--wide .project-body { width: min(1320px, calc(100% - 64px)); }
.site-footer { width: calc(100% - 60px); min-height: 110px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.site-footer a { color: var(--ink); text-decoration: none; }
.site-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }

/* Overview */
.project-hero { min-height: 360px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; align-items: end; padding-bottom: 80px; }
.project-hero__title h1 { margin: 25px 0 13px; font-size: clamp(52px, 7.4vw, 106px); font-weight: 400; letter-spacing: -.055em; line-height: .94; }
.project-hero__title > p:last-child { margin: 0; color: var(--muted); font-size: 16px; }
.project-hero__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding-bottom: 5px; }
.project-hero__meta span { color: var(--muted); font-size: 12px; }
.project-hero__meta p { margin: 12px 0 0; font-size: 14px; line-height: 1.45; }
.project-hero__meta p.status { display: flex; width: fit-content; }
.overview-grid { display: grid; grid-template-columns: 1fr 2fr; padding: 55px 0 118px; }
.overview-copy { max-width: 710px; }
.overview-copy p { margin: 0; font-size: clamp(24px, 3vw, 42px); letter-spacing: -.035em; line-height: 1.22; }
.phase-feature { display: grid; grid-template-columns: 1fr 1.3fr .7fr; gap: 70px; padding: 55px 0 100px; }
.phase-feature__number { margin-bottom: 48px; font-size: 13px; }
.phase-feature__number span { color: var(--quiet); }
.phase-feature h2 { margin: 0; font-size: 30px; font-weight: 400; letter-spacing: -.025em; }
.phase-feature > div:nth-child(2) > p { max-width: 430px; margin: 20px 0 38px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.next-list { padding-top: 66px; }
.next-list > span { color: var(--muted); font-size: 12px; }
.next-list ol { margin: 24px 0 0; padding: 0; list-style: none; counter-reset: next; }
.next-list li { display: flex; justify-content: space-between; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; counter-increment: next; }
.next-list li::after { content: "0" counter(next); color: var(--quiet); font-size: 11px; }
.progress-section { display: grid; grid-template-columns: 1fr 2fr; padding: 55px 0 42px; }
.progress-list { margin: 0; padding: 0; list-style: none; }
.progress-list li { min-height: 54px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; border-bottom: 1px solid var(--line); color: var(--quiet); }
.progress-list li:first-child { border-top: 1px solid var(--line); }
.progress-list li > span { font-size: 11px; }
.progress-list li strong { font-size: 14px; font-weight: 400; }
.progress-list li svg { width: 16px; height: 16px; }
.progress-list li.is-done { color: var(--muted); }
.progress-list li.is-current { color: var(--ink); }
.progress-list li.is-current em { padding: 4px 8px; border-radius: 4px; background: var(--blue); font-size: 11px; font-style: normal; }
.last-updated { margin-top: 36px; color: var(--muted); font-size: 12px; text-align: right; }
.last-updated strong { color: var(--ink); font-weight: 400; }

/* Editorial content pages */
.content-intro { min-height: 390px; padding: 26px 0 86px; }
.content-intro h1 { margin: 50px 0 18px; font-size: clamp(62px, 8vw, 112px); font-weight: 400; letter-spacing: -.06em; line-height: .9; }
.content-intro > p:last-child { margin: 0; color: var(--muted); font-size: 16px; }
.content-sections { border-top: 1px solid var(--line); }
.content-row { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; padding: 55px 0 76px; border-bottom: 1px solid var(--line); }
.content-row h2 { margin: 0; font-size: 14px; font-weight: 500; }
.content-row > p { max-width: 680px; margin: 0; font-size: clamp(20px, 2.1vw, 30px); letter-spacing: -.025em; line-height: 1.35; }
.deliverable-text-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 50px; }
.deliverable-text-list span { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.principles { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; margin-top: 118px; padding: 55px 0 0; }
.principles__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.principle span { color: var(--quiet); font-size: 11px; }
.principle h2 { margin: 52px 0 18px; font-size: 20px; font-weight: 400; letter-spacing: -.02em; }
.principle p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

/* Exploration and directions */
.exploration-note { width: min(650px, 66%); margin: -68px 0 110px auto; font-size: 25px; letter-spacing: -.025em; line-height: 1.35; }
.territories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.territory__canvas { position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
.territory__copy { display: grid; grid-template-columns: 34px 1fr; margin-top: 20px; }
.territory__copy > span { grid-row: 1 / 3; color: var(--quiet); font-size: 11px; }
.territory__copy h2 { margin: 0; font-size: 15px; font-weight: 500; }
.territory__copy p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.territory--clarity .territory__canvas { display: flex; flex-direction: column; justify-content: flex-end; gap: 12px; padding: 36px; background: #e9f6fb; }
.territory--clarity .territory__canvas span { position: absolute; left: 36px; top: 34px; font-size: clamp(34px, 4vw, 62px); letter-spacing: -.05em; }
.territory--clarity .territory__canvas i { display: block; height: 10px; background: #bddfeb; }
.territory--clarity .territory__canvas i:nth-of-type(2) { width: 72%; }
.territory--clarity .territory__canvas i:nth-of-type(3) { width: 42%; }
.territory--character .territory__canvas { display: grid; place-items: center; background: #171717; color: white; }
.territory--character .territory__canvas > span { font-size: clamp(140px, 18vw, 280px); line-height: .7; letter-spacing: -.12em; }
.territory--character .territory__canvas small { position: absolute; right: 25px; bottom: 25px; font-size: 12px; }
.territory--flexibility .territory__canvas { padding: 34px; background: #e5d6ff; }
.territory--flexibility .territory__canvas b { font-size: 13px; font-weight: 500; letter-spacing: .05em; }
.territory--flexibility .territory__canvas span { position: absolute; right: 34px; bottom: 32px; font-size: clamp(30px, 4vw, 60px); letter-spacing: -.055em; line-height: .95; text-align: right; }
.directions-list { display: grid; gap: 130px; }
.direction-card__visual { position: relative; min-height: min(67vw, 790px); display: block; overflow: hidden; color: inherit; text-decoration: none; }
.direction-card__index { position: absolute; left: 32px; top: 28px; font-size: 12px; }
.direction-card__mark { position: absolute; left: 50%; top: 49%; transform: translate(-50%, -50%); font-size: clamp(150px, 27vw, 430px); font-weight: 500; letter-spacing: -.16em; line-height: .72; }
.direction-card__line { position: absolute; right: 32px; bottom: 28px; font-size: 13px; }
.direction-one .direction-card__visual { background: #d9f1fb; }
.direction-two .direction-card__visual { background: #1a1a1a; color: #f5cfd0; }
.direction-card__info { display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; padding-top: 25px; }
.direction-card__info > div:first-child > span { color: var(--quiet); font-size: 11px; }
.direction-card__info h2 { margin: 10px 0 13px; font-size: 24px; font-weight: 400; letter-spacing: -.025em; }
.direction-card__info p { max-width: 540px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.direction-card__actions { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.ready { display: inline-flex; align-items: center; gap: 6px; padding-top: 13px; color: var(--muted); font-size: 12px; }
.ready::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--green); }

/* Direction detail */
.back-link { width: fit-content; display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; text-decoration: none; }
.back-link:hover { color: var(--ink); }
.back-link svg { width: 14px; height: 14px; }
.direction-detail-hero { padding: 110px 0 95px; }
.direction-detail-hero > span { color: var(--muted); font-size: 12px; }
.direction-detail-hero h1 { margin: 24px 0 15px; font-size: clamp(64px, 9vw, 130px); font-weight: 400; letter-spacing: -.065em; line-height: .9; }
.direction-detail-hero p { margin: 0; color: var(--muted); font-size: 16px; }
.identity-stage { position: relative; min-height: min(66vw, 800px); display: grid; place-items: center; overflow: hidden; background: var(--blue); }
.identity-stage__meta { position: absolute; left: 30px; top: 27px; font-size: 11px; line-height: 1.45; }
.identity-stage strong { font-size: clamp(190px, 32vw, 520px); font-weight: 500; letter-spacing: -.15em; line-height: .7; }
.identity-stage > p { position: absolute; right: 30px; bottom: 27px; margin: 0; font-size: clamp(24px, 3.5vw, 52px); letter-spacing: -.05em; line-height: .94; text-align: right; }
.direction-copy { margin-top: 95px; }
.feedback-prompt { display: grid; grid-template-columns: 1fr 1.35fr; gap: 80px; margin-top: 130px; padding-top: 55px; }
.feedback-prompt h2 { margin: 48px 0 18px; font-size: 30px; font-weight: 400; line-height: 1.15; letter-spacing: -.03em; }
.feedback-prompt > div > p:last-child { max-width: 310px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.feedback-prompt textarea { width: 100%; min-height: 190px; resize: vertical; border: 0; border-bottom: 1px solid var(--ink); outline: none; padding: 5px 0 20px; font-size: 18px; line-height: 1.5; }
.feedback-prompt textarea::placeholder { color: var(--quiet); }
.feedback-prompt form > div { display: flex; align-items: center; justify-content: flex-end; gap: 30px; margin-top: 24px; }
.approve-button { min-width: 190px; }

/* Feedback and deliverables */
.comment-group { margin-top: 90px; }
.comment-group + .comment-group { margin-top: 135px; }
.comment-group__title { min-height: 50px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); }
.comment-group__title h2 { margin: 0; font-size: 14px; font-weight: 500; }
.comment-group__title span { color: var(--muted); font-size: 12px; }
.comment-card { min-height: 165px; display: grid; grid-template-columns: 40px 1fr auto; gap: 25px; align-items: start; padding: 31px 0; border-bottom: 1px solid var(--line); }
.comment-card.is-resolved { opacity: .56; }
.avatar, .access-person > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--wash); font-size: 10px; }
.comment-card__meta { display: flex; align-items: baseline; gap: 14px; }
.comment-card__meta strong { font-size: 13px; font-weight: 500; }
.comment-card__meta span { color: var(--quiet); font-size: 11px; }
.comment-card__content p { max-width: 650px; margin: 22px 0 16px; font-size: 18px; line-height: 1.45; }
.comment-card__content small { color: var(--muted); font-size: 11px; }
.comment-card__actions { display: flex; gap: 22px; }
.comment-card__actions button { padding: 0; background: none; color: var(--muted); font-size: 12px; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.comment-card__actions button:hover { color: var(--ink); }
.empty-inline { padding: 40px 0; color: var(--muted); font-size: 13px; }
.deliverable-groups { margin-top: 35px; }
.deliverable-group { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; padding: 55px 0 90px; border-top: 1px solid var(--line); }
.deliverable-group h2 { margin: 0; font-size: 14px; font-weight: 500; }
.deliverable-group article { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.deliverable-group article:first-child { border-top: 1px solid var(--line); }
.deliverable-group article > div { display: flex; flex-direction: column; gap: 8px; }
.deliverable-group article strong { font-size: 14px; font-weight: 500; }
.deliverable-group article > div span { color: var(--muted); font-size: 11px; }
.deliverable-group article a { min-width: 130px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; text-decoration: none; }
.deliverable-group article a:hover span { text-decoration: underline; text-underline-offset: 4px; }
.deliverable-group article svg { width: 15px; height: 15px; }
.completion-link { display: flex; justify-content: flex-end; margin-top: 20px; }
.complete-screen { min-height: calc(100vh - 230px); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px 0 60px; text-align: center; }
.complete-screen h1 { margin: 42px 0 28px; font-size: clamp(58px, 8vw, 108px); font-weight: 400; letter-spacing: -.065em; line-height: .9; }
.complete-screen__lead { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.complete-screen__checklist { width: min(370px, 100%); margin: 62px 0 38px; text-align: left; }
.complete-screen__checklist > span { color: var(--muted); font-size: 12px; }
.complete-screen__checklist ul { margin: 18px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.complete-screen__checklist li { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.complete-screen__checklist svg { width: 15px; height: 15px; }
.complete-screen__contact { margin: 58px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.complete-screen__contact a { color: var(--ink); }

/* Admin */
.admin-shell { background: #fbfbfb; }
.admin-header { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 30px 0 94px; border-bottom: 1px solid var(--line); background: var(--white); }
.admin-title { font-size: 13px; font-weight: 500; text-decoration: none; }
.admin-title span { margin-left: 7px; color: var(--muted); font-weight: 400; }
.admin-header nav { display: flex; align-self: stretch; gap: 36px; }
.admin-header nav > a { position: relative; display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; text-decoration: none; }
.admin-header nav > a::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: transparent; }
.admin-header nav > a.is-active { color: var(--ink); }
.admin-header nav > a.is-active::after { background: var(--ink); }
.nav-count { min-width: 17px; height: 17px; display: inline-grid; place-items: center; border-radius: 9px; background: var(--blue); color: var(--ink); font-size: 10px; }
.admin-account { justify-self: end; display: flex; align-items: center; gap: 20px; font-size: 11px; }
.admin-account > a { color: var(--muted); }
.admin-body { width: min(1190px, calc(100% - 64px)); min-height: calc(100vh - 88px); margin: 0 auto; padding: 90px 0 140px; }
.admin-page-heading { min-height: 150px; display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; }
.admin-page-heading h1, .admin-project-heading h1 { margin: 0; font-size: 46px; font-weight: 400; letter-spacing: -.045em; }
.admin-page-heading p, .admin-project-heading p { margin: 17px 0 0; color: var(--muted); font-size: 14px; }
.admin-project-list { margin-top: 55px; }
.admin-client-list { margin-top: 55px; }
.list-heading { height: 46px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); }
.list-heading h2 { margin: 0; font-size: 13px; font-weight: 500; }
.list-heading span { color: var(--muted); font-size: 11px; }
.admin-project-row { min-height: 100px; display: grid; grid-template-columns: 45px minmax(220px, 1.4fr) minmax(160px, 1fr) minmax(130px, .7fr) 90px; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); }
.admin-project-row__index { color: var(--quiet); font-size: 11px; }
.admin-project-row__name h3 { margin: 0 0 7px; font-size: 15px; font-weight: 500; }
.admin-project-row__name span, .admin-project-row__phase span, .admin-project-row__updated span { display: block; color: var(--muted); font-size: 11px; }
.admin-project-row__phase strong, .admin-project-row__updated strong { display: block; margin-top: 8px; font-size: 13px; font-weight: 400; }
.admin-project-row > a { display: flex; align-items: center; justify-content: space-between; font-size: 12px; text-decoration: none; }
.admin-project-row > a:hover { text-decoration: underline; text-underline-offset: 4px; }
.admin-project-row > a svg { width: 14px; height: 14px; }
.admin-client-row { min-height: 106px; display: grid; grid-template-columns: 34px 40px minmax(190px, 1.25fr) minmax(180px, 1fr) 70px 120px 108px; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); }
.admin-client-row__index { color: var(--quiet); font-size: 11px; }
.client-avatar { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--wash); font-size: 10px; }
.admin-client-row__name h3 { margin: 0 0 7px; font-size: 15px; font-weight: 500; }
.admin-client-row__name span, .admin-client-row__access > span, .admin-client-row__projects > span, .admin-client-row__updated > span { display: block; color: var(--muted); font-size: 11px; }
.admin-client-row__access strong, .admin-client-row__projects strong, .admin-client-row__updated strong { display: inline-block; margin-top: 8px; font-size: 13px; font-weight: 400; }
.admin-client-row__access small { margin-left: 8px; color: var(--quiet); font-size: 10px; }
.admin-client-row > a { display: flex; align-items: center; justify-content: space-between; font-size: 12px; text-decoration: none; }
.admin-client-row > a:hover { text-decoration: underline; text-underline-offset: 4px; }
.admin-client-row > a svg { width: 14px; height: 14px; }
.archived-link { display: flex; align-items: center; justify-content: space-between; margin-top: 92px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 12px; }
.archived-link > span { color: var(--muted); }
.archived-link a { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.archived-link svg { width: 14px; height: 14px; }
.admin-project-heading { min-height: 250px; display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; padding: 48px 0 58px; }
.admin-client-heading { min-height: 250px; display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; padding: 48px 0 58px; }
.admin-project-heading > div:first-child > span { color: var(--muted); font-size: 11px; }
.admin-client-heading > div:first-child > span { color: var(--muted); font-size: 11px; }
.admin-project-heading h1 { margin-top: 17px; }
.admin-client-heading h1 { margin: 17px 0 0; font-size: 46px; font-weight: 400; letter-spacing: -.045em; }
.admin-client-heading p { margin: 17px 0 0; color: var(--muted); font-size: 14px; }
.admin-project-heading > div:last-child { display: flex; align-items: center; gap: 28px; }
.admin-project-heading .button--blue { min-width: 180px; }
.project-information { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; padding: 48px 0 80px; }
.client-information { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; padding: 48px 0 80px; }
.project-information h2, .content-manager h2, .access-panel h2 { margin: 0; font-size: 14px; font-weight: 500; }
.client-information h2, .client-projects h2, .client-access h2 { margin: 0; font-size: 14px; font-weight: 500; }
.information-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 47px 50px; }
.information-grid > div > span { display: block; margin-bottom: 10px; color: var(--muted); font-size: 11px; }
.information-grid > div > strong { font-size: 13px; font-weight: 400; overflow-wrap: anywhere; }
.content-manager { margin-top: 95px; padding-top: 48px; }
.client-projects { margin-top: 95px; padding-top: 48px; }
.admin-project-list--nested { margin-top: 45px; border-top: 1px solid var(--ink); }
.client-empty { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.client-empty p { color: var(--muted); font-size: 13px; }
.client-empty button { display: flex; align-items: center; gap: 12px; padding: 0; background: none; font-size: 12px; cursor: pointer; }
.client-empty svg { width: 14px; height: 14px; }
.content-manager__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; }
.content-manager__heading p, .access-panel > div:first-child p { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.section-list { margin-top: 45px; border-top: 1px solid var(--ink); }
.section-row { min-height: 70px; display: grid; grid-template-columns: 30px 45px 1fr 90px 75px; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.section-row__grip { color: var(--quiet); cursor: grab; }
.section-row__grip svg { width: 16px; height: 16px; }
.section-row__index { color: var(--quiet); font-size: 11px; }
.section-row strong { font-size: 14px; font-weight: 400; }
.visibility { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 11px; }
.visibility::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--green); }
.section-row button { display: flex; align-items: center; justify-content: space-between; padding: 0; background: none; font-size: 12px; cursor: pointer; }
.section-row button svg { width: 14px; height: 14px; }
.access-panel { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 50px; align-items: center; margin-top: 95px; padding: 48px 0; }
.client-access { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 50px; align-items: start; margin-top: 95px; padding: 48px 0; }
.client-access > div:first-child p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.email-list { border-top: 1px solid var(--line); }
.email-list article { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.email-list article span { font-size: 13px; }
.email-list article small { color: var(--muted); font-size: 11px; }
.status--green::after { background: var(--green); }
.access-person { display: flex; align-items: center; gap: 14px; }
.access-person div { display: flex; flex-direction: column; gap: 6px; }
.access-person strong { font-size: 13px; font-weight: 500; }
.access-person small { color: var(--muted); font-size: 11px; }
.admin-comments { margin-top: 55px; }

/* Modals and notifications */
.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(255,255,255,.72); backdrop-filter: blur(9px); animation: fade 180ms ease both; }
.modal { position: relative; width: min(650px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 42px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 22px 80px rgba(0,0,0,.10); }
.modal__close { position: absolute; right: 28px; top: 28px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--wash); cursor: pointer; }
.modal__close svg { width: 14px; height: 14px; }
.modal header { margin-bottom: 42px; }
.modal header h2 { margin: 0; font-size: 26px; font-weight: 400; letter-spacing: -.03em; }
.modal header p { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.modal-form { display: grid; gap: 24px; }
.modal-form label { display: grid; gap: 9px; color: var(--muted); font-size: 11px; }
.modal-form input, .modal-form select, .modal-form textarea { width: 100%; min-height: 45px; border: 0; border-radius: 5px; outline: none; padding: 11px 14px; background: var(--wash); font-size: 14px; }
.modal-form textarea { min-height: 100px; resize: vertical; line-height: 1.5; }
.modal-form .large-textarea { min-height: 160px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.url-field { display: flex; align-items: center; background: var(--wash); border-radius: 5px; }
.url-field span { padding-left: 14px; color: var(--muted); font-size: 13px; white-space: nowrap; }
.url-field input { padding-left: 2px; }
.modal-submit { width: 100%; margin-top: 7px; }
.form-note { margin: -8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.block-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.block-picker label { position: relative; min-height: 92px; display: flex; flex-direction: column; justify-content: space-between; padding: 15px; border: 1px solid var(--line); cursor: pointer; transition: border-color 160ms ease, background 160ms ease; }
.block-picker label:hover { background: #fafafa; }
.block-picker label:has(input:checked) { border-color: var(--ink); }
.block-picker input { position: absolute; opacity: 0; }
.block-picker span { font-size: 13px; }
.block-picker small { color: var(--quiet); font-size: 10px; }
.block-picker .modal-submit { grid-column: 1 / -1; }
.switch-row { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border-top: 1px solid var(--line); }
.switch-row > span { display: flex; flex-direction: column; gap: 5px; }
.switch-row strong { color: var(--ink); font-size: 13px; font-weight: 400; }
.switch-row small { color: var(--muted); font-size: 11px; }
.switch { position: relative; width: 40px; height: 22px; }
.switch input { opacity: 0; position: absolute; }
.switch i { position: absolute; inset: 0; border-radius: 12px; background: #d8d8d8; transition: background 160ms ease; }
.switch i::after { content: ""; position: absolute; left: 3px; top: 3px; width: 16px; height: 16px; border-radius: 50%; background: white; transition: transform 160ms ease; }
.switch input:checked + i { background: var(--ink); }
.switch input:checked + i::after { transform: translateX(18px); }
.toast { position: fixed; right: 28px; bottom: 28px; z-index: 150; display: flex; align-items: center; gap: 10px; padding: 13px 17px; background: var(--ink); color: white; border-radius: 5px; font-size: 12px; animation: rise 220ms ease both; }
.toast svg { width: 15px; height: 15px; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }

/* States */
.not-found { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 24px; text-align: center; }
.not-found > span { color: var(--muted); font-size: 12px; }
.not-found h1 { margin: 35px 0 18px; font-size: clamp(38px, 5vw, 66px); font-weight: 400; letter-spacing: -.05em; }
.not-found > p { max-width: 460px; margin: 0 0 40px; color: var(--muted); font-size: 14px; line-height: 1.5; }

/* Responsive */
@media (max-width: 1080px) {
  .client-header { grid-template-columns: 120px 1fr 110px; }
  .client-nav { gap: 16px; }
  .client-nav a { font-size: 11px; }
  .project-hero { grid-template-columns: 1.25fr .75fr; }
  .phase-feature { grid-template-columns: .6fr 1.2fr .8fr; gap: 45px; }
  .principles__grid { grid-template-columns: 1fr; gap: 45px; }
  .principles { grid-template-columns: 1fr 2fr; }
  .admin-project-row { grid-template-columns: 35px minmax(190px, 1.4fr) minmax(145px, 1fr) 75px; }
  .admin-project-row__updated { display: none; }
  .admin-client-row { grid-template-columns: 30px 38px minmax(180px, 1fr) minmax(170px, 1fr) 60px 100px; }
  .admin-client-row__updated { display: none; }
}

@media (max-width: 820px) {
  .button { min-height: 44px; }
  .project-grid--1,
  .project-grid--2 { width: 246px; grid-template-columns: 246px; }
  .project-index__signout { right: 24px; top: 30px; }
  .client-header { position: relative; min-height: 88px; grid-template-columns: 1fr auto; padding: 0 24px 0 76px; }
  .client-header .brand-mark { left: 24px; top: 25px; }
  .client-header__project { font-size: 13px; }
  .client-header__meta { display: none; }
  .mobile-menu { display: block; }
  .client-nav { position: absolute; left: 0; right: 0; top: 88px; z-index: 19; display: none; flex-direction: column; align-items: stretch; padding: 12px 24px 22px; background: var(--white); border-bottom: 1px solid var(--line); }
  .client-nav.is-open { display: flex; }
  .client-nav a { padding: 13px 0; font-size: 13px; }
  .client-nav a::after { display: none; }
  .project-body, .project-shell--wide .project-body { width: calc(100% - 48px); padding: 75px 0 100px; }
  .site-footer { width: calc(100% - 48px); }
  .project-hero { min-height: 420px; grid-template-columns: 1fr; gap: 55px; align-items: start; padding-bottom: 65px; }
  .project-hero__meta { max-width: 400px; }
  .overview-grid, .progress-section, .content-row, .deliverable-group { grid-template-columns: 1fr; gap: 45px; }
  .phase-feature { grid-template-columns: 1fr; gap: 45px; }
  .phase-feature__number { margin: 0 0 30px; }
  .next-list { padding-top: 0; }
  .content-intro { min-height: 300px; padding-bottom: 70px; }
  .content-intro h1 { margin-top: 40px; }
  .principles { grid-template-columns: 1fr; gap: 45px; }
  .principles__grid { grid-template-columns: 1fr; }
  .exploration-note { width: 100%; margin: -35px 0 70px; font-size: 20px; }
  .territories { grid-template-columns: 1fr; gap: 65px; }
  .direction-card__visual { min-height: 105vw; }
  .direction-card__info { grid-template-columns: 1fr; }
  .direction-card__actions { align-items: center; }
  .feedback-prompt { grid-template-columns: 1fr; }
  .comment-card { grid-template-columns: 40px 1fr; }
  .comment-card__actions { grid-column: 2; }
  .admin-header { min-height: 88px; grid-template-columns: 1fr auto; padding: 0 24px 0 76px; }
  .admin-header .brand-mark { left: 24px; top: 25px; }
  .admin-header nav { position: fixed; left: 24px; right: 24px; bottom: 16px; z-index: 50; height: 54px; justify-content: center; gap: 55px; border: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border-radius: 8px; }
  .admin-header nav > a::after { display: none; }
  .admin-account { display: none; }
  .admin-body { width: calc(100% - 48px); padding: 70px 0 120px; }
  .admin-page-heading { min-height: 180px; }
  .admin-project-row { grid-template-columns: 30px 1fr 65px; min-height: 92px; }
  .admin-project-row__phase { display: none; }
  .admin-client-row { grid-template-columns: 30px 38px 1fr 90px; min-height: 92px; }
  .admin-client-row__access, .admin-client-row__projects, .admin-client-row__updated { display: none; }
  .admin-project-heading { flex-direction: column; align-items: flex-start; }
  .admin-client-heading { flex-direction: column; align-items: flex-start; }
  .project-information, .client-information { grid-template-columns: 1fr; }
  .information-grid { grid-template-columns: 1fr 1fr; }
  .access-panel, .client-access { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .login__intro { font-size: 13px; }
  .project-card__topline h2 { font-size: 16px; }
  .project-hero__title h1 { font-size: 58px; }
  .project-hero__meta { grid-template-columns: 1fr; gap: 28px; }
  .overview-grid { padding-bottom: 80px; }
  .overview-copy p { font-size: 24px; }
  .phase-feature { padding-bottom: 75px; }
  .content-row { padding: 38px 0 55px; }
  .content-row > p { font-size: 20px; }
  .deliverable-text-list { grid-template-columns: 1fr; }
  .direction-card__info { padding-top: 18px; }
  .direction-card__actions { align-items: flex-start; flex-direction: column; }
  .identity-stage { min-height: 110vw; }
  .identity-stage strong { font-size: 46vw; }
  .feedback-prompt form > div { align-items: stretch; flex-direction: column; }
  .approve-button { width: 100%; }
  .comment-card__content p { font-size: 16px; }
  .comment-card__actions { gap: 18px; }
  .deliverable-group article { align-items: flex-start; padding: 20px 0; }
  .deliverable-group article a { min-width: 85px; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 12px; }
  .admin-page-heading { flex-direction: column; }
  .admin-page-heading .button { width: 100%; }
  .admin-project-heading > div:last-child { width: 100%; align-items: stretch; flex-direction: column; gap: 18px; }
  .admin-project-heading .button { width: 100%; }
  .admin-client-heading .button { width: 100%; }
  .information-grid { grid-template-columns: 1fr; }
  .section-row { grid-template-columns: 24px 1fr 60px; }
  .section-row__index, .visibility { display: none; }
  .field-row { grid-template-columns: 1fr; }
  .block-picker { grid-template-columns: 1fr 1fr; }
  .modal { padding: 32px 22px; }
  .modal__close { right: 20px; top: 20px; }
  .url-field span { display: none; }
}

/* Figma client project pages — nodes 150:151, 162:361, 162:420, 169:4, 169:459, 169:709 */
.project-figma-shell {
  --project-column-left: min(776px, calc(50% - 24px));
  --project-end-space: 106px;
  min-height: 100svh;
  color: #0a0a0a;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -.42px;
}

.project-figma-shell .brand-mark {
  position: fixed;
  left: 30px;
  top: 40px;
}

.project-page-nav {
  position: absolute;
  left: var(--project-column-left);
  top: 48px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 5px;
}

.project-page-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 23px;
  overflow: hidden;
  padding: 0;
  border-radius: 5px;
  background: #f2f2f2;
  color: #707070;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease;
}

.project-page-nav a:hover,
.project-page-nav a:focus-visible,
.project-page-nav a.is-active { color: #0a0a0a; }
.project-page-nav a.is-active:nth-child(1) { width: 57px; }
.project-page-nav a.is-active:nth-child(2) { width: 83px; }
.project-page-nav a.is-active:nth-child(3) { width: 99px; }
.project-page-nav a.is-active:nth-child(4) { width: 92px; }
.project-page-nav a.is-active:nth-child(5) { width: 91px; }
.project-page-nav a.is-active:nth-child(6) { width: 106px; }
.project-page-nav a:focus-visible { outline: 1px solid #0a0a0a; outline-offset: 2px; }
.project-page-nav__label,
.project-page-nav__number {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: opacity 220ms ease;
}
.project-page-nav__label { opacity: 0; }
.project-page-nav__number { opacity: 1; }
.project-page-nav a.is-active .project-page-nav__label { opacity: 1; }
.project-page-nav a.is-active .project-page-nav__number { opacity: 0; }

.project-all-link {
  position: absolute;
  left: min(1463px, calc(100vw - 137px));
  right: auto;
  top: 54px;
  z-index: 30;
  color: #0a0a0a;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
}

.project-all-link:hover { text-decoration: none; }

.project-overview {
  position: fixed;
  left: 30px;
  top: 121px;
  z-index: 10;
  width: 337px;
}

.project-overview h1,
.project-overview p { margin: 0; }
.project-overview h1 { font-size: 14px; font-weight: 500; line-height: 1.3; }

.project-overview__fact { margin-top: 35px; }
.project-overview__fact + .project-overview__fact { margin-top: 35px; }
.project-overview__fact span,
.project-overview__summary span { display: block; color: #707070; font-size: 12px; line-height: 1.3; letter-spacing: -.36px; }
.project-overview__fact p,
.project-overview__summary p { margin-top: 3px; color: #0a0a0a; font-size: 14px; line-height: 1.3; }
.project-overview__fact i { color: #ffbb00; font-size: 12px; font-style: normal; }
.project-overview__summary { margin-top: 60px; }
.project-overview__summary p { max-width: 337px; }
.project-overview__tags { display: flex; flex-wrap: wrap; gap: 7px; width: 327px; margin-top: 35px; }
.project-overview__tags span { display: inline-flex; align-items: center; min-height: 28px; padding: 6px 8px; border-radius: 5px; background: #f2f2f2; color: #707070; font-size: 12px; line-height: 1.3; letter-spacing: -.36px; cursor: default; transition: color 180ms ease, background-color 220ms ease; }
@media (hover: hover) {
  .project-overview__tags span:hover { color: #0a0a0a; background: #ededed; }
}

.project-rail-footer {
  position: fixed;
  left: 30px;
  bottom: 34.8px;
  z-index: 10;
  width: auto;
  color: #707070;
  font-size: 14px;
  line-height: 1.3;
}
.project-rail-footer div { position: fixed; left: 311.76px; bottom: 39px; display: flex; align-items: center; gap: 13.15px; }
.project-rail-footer a { display: block; height: 14px; }
.project-rail-footer .project-social-x { width: 15.65px; }
.project-rail-footer .project-social-linkedin { width: 13.92px; }
.project-rail-footer img { display: block; width: 100%; height: 100%; }

.project-page-content {
  width: min(756px, calc(100vw - var(--project-column-left) - 68px));
  margin-left: var(--project-column-left);
  padding: 121px 0 var(--project-end-space);
}

.project-page-heading h2,
.project-page-heading p,
.project-copy-section h3,
.project-copy-section p,
.project-visual-section h3,
.project-visual-section p { margin: 0; font-size: 14px; font-weight: 400; line-height: 1.3; }
.project-page-heading p { margin-top: 27px; color: #707070; }
.project-copy-list { display: grid; gap: 52px; margin-top: 52px; }
.project-copy-section p { margin-top: 27px; color: #707070; }
.project-next-link { display: flex; align-items: center; gap: 10px; width: fit-content; margin-top: 52px; color: #707070; font-size: 14px; text-decoration: none; }
.project-next-link:hover { color: #0a0a0a; }
.project-next-link svg { width: 9.2px; height: 9px; margin-bottom: 0; }
.project-copy-list--brief + .project-next-link { margin-top: 50px; }
.project-copy-list--thinking + .project-next-link { margin-top: 49px; }

.project-page-note { width: 100%; margin: 27px 0 0; color: #707070; font-size: 14px; line-height: 1.3; }
.agentic-board { width: 100%; height: 378px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(3, 1fr); align-items: center; gap: 0 clamp(10px, 2vw, 32px); margin-top: 52px; padding: 30px 34px; overflow: hidden; background: #f2f2f2; }
.agentic-board > div { display: flex; align-items: center; gap: 12px; min-width: 0; }
.agentic-board img { width: 48px; height: 48px; flex: 0 0 48px; object-fit: contain; }
.agentic-board span { color: #0a0a0a; font-size: clamp(14px, 1.5vw, 24px); line-height: .95; letter-spacing: -.5px; }
.agentic-board__final .agentic-pixel-mark { position: relative; left: auto; top: auto; width: 48px; height: 48px; flex: 0 0 48px; transform: none; }
.agentic-board__final span { font-weight: 500; }

.project-visual-section { margin-top: 60px; }
.project-visual-section > p { margin-top: 27px; color: #707070; }
.agentic-field-board,
.agentic-primary-board { width: 100%; height: 378px; background: #f2f2f2; }
.agentic-field-board { display: grid; place-items: center; margin-top: 52px; }
.agentic-field-board > div { position: relative; width: 543px; height: 305px; overflow: hidden; background: #0d0d0d; }
.agentic-field-board > div > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.agentic-field-board strong,
.agentic-primary-board strong { position: absolute; left: calc(50% + 8px); top: 50%; transform: translateY(-50%); font-size: 23px; font-weight: 500; line-height: 1; letter-spacing: -.9px; }
.agentic-field-board strong { color: #fff; }
.agentic-pixel-mark { position: absolute; left: calc(50% - 103px); top: 50%; width: 64px; height: 64px; transform: translateY(-50%); color: #0a0a0a; }
.agentic-pixel-mark--light { color: #fff; }
.agentic-pixel-mark i { position: absolute; width: 25%; height: 25%; background: currentColor; }
.agentic-pixel-mark i:nth-child(1) { left: 25%; top: 0; }
.agentic-pixel-mark i:nth-child(2) { left: 50%; top: 0; }
.agentic-pixel-mark i:nth-child(3) { left: 0; top: 25%; }
.agentic-pixel-mark i:nth-child(4) { left: 25%; top: 50%; }
.agentic-pixel-mark i:nth-child(5) { left: 0; top: 75%; }
.agentic-pixel-mark i:nth-child(6) { left: 75%; top: 75%; }
.agentic-primary-board { position: relative; margin-top: 10px; }
.agentic-primary-board strong { color: #0a0a0a; font-size: 44px; letter-spacing: -1.77px; }
.agentic-primary-board .agentic-pixel-mark { width: 84px; height: 84px; left: calc(50% - 120px); }
.project-visual-section + .project-next-link { margin-top: 60px; }

.project-visual-section--directions { margin-top: 60px; }
.project-visual-section--directions .agentic-field-board { margin-top: 52px; }
.direction-two-heading { margin-top: 59px !important; }
.figma-feedback-form { margin-top: 52px; }
.figma-feedback-form label { display: block; font-size: 14px; line-height: 1.3; }
.figma-feedback-form > div { display: grid; grid-template-columns: 1fr 39px; gap: 10px; margin-top: 27px; }
.figma-feedback-form input { width: 100%; height: 39px; border: 0; border-radius: 5px; outline: none; padding: 0 20px; background: #f2f2f2; font-size: 14px; letter-spacing: -.42px; }
.figma-feedback-form input::placeholder { color: #707070; opacity: 1; }
.figma-feedback-form input:focus { box-shadow: 0 0 0 2px #ddf4ff; }
.figma-feedback-form button { width: 39px; height: 39px; padding: 0; border-radius: 5px; background: #ddf4ff; cursor: pointer; }
.figma-feedback-form button img { display: block; width: 39px; height: 39px; }
.figma-feedback-form button:disabled { cursor: wait; opacity: .55; }
.figma-feedback-form__status { min-height: 17px; margin: 10px 0 0; color: #707070; font-size: 12px; line-height: 1.4; }
.project-visual-section--directions + .project-next-link { margin-top: 60px; }

.figma-comments { margin-top: 87px; }
.figma-comments article + article { margin-top: 52px; }
.figma-comments article > div { display: flex; align-items: flex-end; gap: 35px; }
.figma-comments strong { font-size: 14px; font-weight: 400; }
.figma-comments span { color: #707070; font-size: 12px; letter-spacing: -.36px; }
.figma-comments p { margin: 27px 0 0; color: #707070; font-size: 14px; line-height: 1.3; }
.figma-comments + .project-next-link { margin-top: 60px; }

.figma-deliverables { margin-top: 87px; }
.figma-deliverables section + section { margin-top: 52px; }
.figma-deliverables h3 { margin: 0 0 27px; font-size: 14px; font-weight: 400; }
.figma-deliverables section > div { display: flex; align-items: center; justify-content: space-between; min-height: 18px; }
.figma-deliverables section > div + div { margin-top: 27px; }
.figma-deliverables span { color: #707070; }
.figma-deliverables a { color: #0a0a0a; text-decoration: none; }
.figma-deliverables a:hover { text-decoration: none; }
.deliverables-thanks { margin: 125px 0 0; color: #707070; font-size: 14px; }

@media (max-width: 1100px) {
  .project-figma-shell { --project-column-left: 390px; }
  .project-all-link { left: auto; right: 30px; }
  .project-page-content { width: calc(100vw - 420px); }
  .agentic-board,
  .agentic-field-board,
  .agentic-primary-board { width: 100%; }
  .agentic-board { grid-template-columns: repeat(3, 1fr); height: auto; min-height: 378px; }
  .agentic-board > div:nth-child(n+10) { display: none; }
  .agentic-field-board > div { width: min(82%, 543px); }
}

@media (max-width: 820px) {
  .project-figma-shell { --project-column-left: 0px; padding: 0 24px 70px; }
  .project-figma-shell .brand-mark { position: absolute; left: 24px; top: 28px; z-index: 50; }
  .project-all-link { position: absolute; left: auto; right: 24px; top: 37px; z-index: 50; }
  .project-page-nav { position: absolute; left: 24px; top: 92px; z-index: 40; width: calc(100% - 48px); margin-left: 0; padding: 0; overflow-x: auto; background: transparent; scrollbar-width: none; }
  .project-page-nav::-webkit-scrollbar { display: none; }
  .project-overview { position: static; width: 100%; padding-top: 145px; }
  .project-overview__summary p { max-width: 560px; }
  .project-overview__tags { width: min(100%, 420px); }
  .project-rail-footer { position: static; display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 90px; }
  .project-rail-footer div { position: static; }
  .project-page-content { width: 100%; margin-left: 0; padding-top: 100px; }
  .agentic-board { width: 100%; grid-template-columns: repeat(2, 1fr); padding: 25px; }
  .agentic-board > div:nth-child(n+9) { display: none; }
  .agentic-board span { font-size: 18px; }
  .agentic-board img,
  .agentic-board__final .agentic-pixel-mark { width: 38px; height: 38px; flex-basis: 38px; }
  .agentic-field-board,
  .agentic-primary-board { width: 100%; height: min(49.9vw, 378px); min-height: 250px; }
  .agentic-field-board > div { width: 82%; height: 81%; }
}

@media (max-width: 540px) {
  .project-page-content { padding-top: 78px; }
  .project-page-nav a { min-width: 32px; height: 32px; }
  .agentic-board { gap: 14px; }
  .agentic-board > div { gap: 8px; }
  .agentic-board span { font-size: 15px; }
  .agentic-field-board strong { font-size: 18px; }
  .agentic-primary-board strong { font-size: 30px; }
  .agentic-pixel-mark { left: calc(50% - 85px); width: 50px; height: 50px; }
  .agentic-primary-board .agentic-pixel-mark { left: calc(50% - 94px); width: 62px; height: 62px; }
  .figma-feedback-form label { line-height: 1.45; }
  .figma-comments article > div { gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .project-page-nav a,
  .project-page-nav__label,
  .project-page-nav__number,
  .project-overview__tags span { transition: none; }
}

/* Minimal data-driven admin approved in the portal preview. */
.pd-admin-shell { --pd-ink:#0a0a0a; --pd-gray:#707070; --pd-surface:#f2f2f2; --pd-blue:#ddf4ff; display:grid; min-height:100svh; grid-template-columns:230px minmax(0,1fr); color:var(--pd-ink); background:#fff; font-size:14px; line-height:1.3; letter-spacing:-.03em; }
.pd-admin-shell *, .pd-admin-shell *::before, .pd-admin-shell *::after { box-sizing:border-box; }
.pd-admin-shell button, .pd-admin-shell input, .pd-admin-shell textarea, .pd-admin-shell select { color:inherit; font:inherit; letter-spacing:inherit; }
.pd-admin-shell button { border:0; }
.pd-admin-rail { position:relative; min-height:100svh; border-right:1px solid var(--pd-surface); padding:121px 30px 40px; }
.pd-admin-rail .brand-mark { position:absolute; top:40px; left:30px; }
.pd-admin-name { margin:0 0 34px; font-weight:500; }
.pd-admin-nav { display:grid; gap:7px; }
.pd-admin-nav a { display:flex; min-height:33px; align-items:center; justify-content:space-between; border-radius:5px; padding:0 9px; color:var(--pd-gray); text-decoration:none; transition:color 180ms ease,background 180ms ease; }
.pd-admin-nav a:hover, .pd-admin-nav a.is-active { color:var(--pd-ink); background:var(--pd-surface); }
.pd-admin-foot { position:absolute; bottom:39px; left:30px; margin:0; color:var(--pd-gray); font-size:12px; }
.pd-admin-foot a { color:inherit; text-decoration:none; }
.pd-admin-main { min-width:0; padding:44px 30px 110px 48px; }
.pd-admin-top { display:flex; width:min(1050px,100%); min-height:55px; align-items:flex-start; justify-content:space-between; gap:30px; margin-bottom:62px; }
.pd-admin-top h1 { margin:0; font-size:14px; font-weight:500; }
.pd-admin-top p { max-width:560px; margin:5px 0 0; color:var(--pd-gray); }
.pd-admin-actions { display:flex; gap:8px; }
.pd-button { display:inline-flex; min-height:39px; align-items:center; justify-content:space-between; gap:30px; border-radius:5px; padding:0 15px 0 20px; color:var(--pd-ink); background:var(--pd-blue); text-decoration:none; cursor:pointer; transition:color 180ms ease,background 180ms ease; }
.pd-button:hover { color:#fff; background:var(--pd-ink); }
.pd-button--gray { background:var(--pd-surface); }
.pd-back { display:inline-flex; margin-bottom:34px; color:var(--pd-gray); text-decoration:none; }
.pd-back:hover { color:var(--pd-ink); }
.pd-metrics { display:grid; width:min(1050px,100%); grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:62px; }
.pd-metrics article { min-height:118px; padding:17px; background:var(--pd-surface); }
.pd-metrics span { color:var(--pd-gray); }
.pd-metrics b { display:block; margin-top:35px; font-size:22px; font-weight:400; }
.pd-filter { display:flex; width:min(1050px,100%); gap:8px; margin-bottom:18px; }
.pd-filter input, .pd-filter select, .pd-form input, .pd-form textarea, .pd-form select, .pd-danger-card input, .pd-thread textarea, .pd-category input, .pd-category textarea { width:100%; border:0; border-radius:5px; outline:0; background:var(--pd-surface); }
.pd-filter input, .pd-form input, .pd-form select, .pd-danger-card input, .pd-category input { height:39px; padding:0 12px; }
.pd-filter input { width:260px; }
.pd-filter select { width:155px; padding:0 12px; }
.pd-filter input:focus, .pd-filter select:focus, .pd-form input:focus, .pd-form textarea:focus, .pd-form select:focus, .pd-danger-card input:focus, .pd-thread textarea:focus, .pd-category input:focus, .pd-category textarea:focus { box-shadow:inset 0 0 0 1px var(--pd-ink); }
.pd-data-list { width:min(1050px,100%); border-top:1px solid #e5e5e5; }
.pd-data-row { display:grid; min-height:76px; align-items:center; gap:18px; border-bottom:1px solid #e5e5e5; color:var(--pd-ink); text-decoration:none; transition:background 180ms ease; }
.pd-data-row:hover { background:#fafafa; }
.pd-data-row strong { display:block; font-weight:500; }
.pd-data-row small { display:block; margin-top:4px; color:var(--pd-gray); font-size:12px; }
.pd-data-row b { font-weight:400; }
.pd-project-row { grid-template-columns:1.25fr .9fr .8fr .8fr 26px; }
.pd-access-row { grid-template-columns:1.15fr 1fr 1.4fr .7fr 26px; }
.pd-feedback-row { grid-template-columns:.8fr .8fr 1.7fr .7fr 26px; }
.pd-status { display:inline-flex; align-items:center; gap:7px; }
.pd-status::before { width:5px; height:5px; border-radius:50%; background:#f4b400; content:""; }
.pd-status--complete::before { background:#56a66c; }
.pd-status--draft::before { background:#aaa; }
.pd-form { width:min(760px,100%); }
.pd-form--wide { width:min(870px,100%); }
.pd-field-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px 24px; }
.pd-field-grid label, .pd-category label { display:grid; gap:6px; color:var(--pd-gray); font-size:12px; }
.pd-field-grid label.span-2 { grid-column:1/-1; }
.pd-form textarea, .pd-category textarea { min-height:100px; overflow:hidden; padding:12px; resize:none; }
.pd-form > .pd-button { margin-top:30px; }
.pd-form-section { margin:48px 0; }
.pd-form-section h2 { margin:0 0 18px; font-size:14px; font-weight:500; }
.pd-form-section h2 small { color:var(--pd-gray); font-weight:400; }
.pd-access-list { display:grid; gap:8px; }
.pd-access-choice { display:grid; min-height:58px; grid-template-columns:1fr auto; gap:18px; align-items:center; padding:0 14px; background:var(--pd-surface); cursor:pointer; }
.pd-access-choice strong, .pd-access-choice small { display:block; }
.pd-access-choice strong { font-weight:400; }
.pd-access-choice small { margin-top:4px; color:var(--pd-gray); font-size:12px; }
.pd-access-choice input { position:absolute; opacity:0; pointer-events:none; }
.pd-access-choice i, .pd-toggle-row i { position:relative; width:30px; height:17px; border-radius:20px; background:#c7c7c7; }
.pd-access-choice i::after, .pd-toggle-row i::after { position:absolute; top:3px; left:3px; width:11px; height:11px; border-radius:50%; background:#fff; content:""; transition:left 180ms ease; }
.pd-access-choice input:checked + i, .pd-toggle-row input:checked + i { background:var(--pd-ink); }
.pd-access-choice input:checked + i::after, .pd-toggle-row input:checked + i::after { left:16px; }
.pd-text-link { display:inline-flex; margin-top:14px; color:var(--pd-gray); background:transparent; text-decoration:none; cursor:pointer; }
.pd-text-link:hover { color:var(--pd-ink); }
.pd-tags { display:flex; flex-wrap:wrap; gap:7px; }
.pd-tags span { display:inline-flex; min-height:25px; align-items:center; border-radius:5px; padding:0 9px; color:var(--pd-gray); background:var(--pd-surface); font-size:12px; }
.pd-note { margin:12px 0 0; color:var(--pd-gray); font-size:12px; }
.pd-editor-grid { display:grid; width:min(1050px,100%); grid-template-columns:minmax(0,1fr) 270px; gap:48px; }
.pd-page-list { display:grid; gap:10px; margin-top:58px; }
.pd-page-list a { display:grid; min-height:74px; grid-template-columns:42px 1fr auto 30px; gap:12px; align-items:center; padding:0 14px; color:var(--pd-ink); background:var(--pd-surface); text-decoration:none; }
.pd-page-list a > span { display:grid; width:29px; height:29px; place-items:center; border-radius:5px; background:#fff; font-size:12px; }
.pd-page-list h3 { margin:0; font-size:14px; font-weight:400; }
.pd-page-list p { margin:4px 0 0; color:var(--pd-gray); font-size:12px; }
.pd-page-list small { color:var(--pd-gray); }
.pd-page-list b { font-weight:400; }
.pd-project-tools { align-self:start; padding:18px; background:#fafafa; }
.pd-project-tools h2 { margin:0 0 8px; font-size:14px; font-weight:500; }
.pd-project-tools p { margin:0 0 24px; color:var(--pd-gray); }
.pd-project-tools .pd-button { width:100%; }
.pd-danger-link { display:inline-block; margin-top:38px; color:#d84a3a; text-decoration:none; }
.pd-page-editor { display:grid; width:min(1050px,100%); grid-template-columns:210px minmax(0,870px); gap:38px; }
.pd-page-editor > aside { align-self:start; }
.pd-page-editor > aside .brand-mark { display:none; }
.pd-page-editor nav { display:grid; gap:7px; }
.pd-page-editor nav a { display:flex; min-height:37px; align-items:center; justify-content:space-between; border-radius:5px; padding:0 9px; color:var(--pd-gray); text-decoration:none; }
.pd-page-editor nav a:hover, .pd-page-editor nav a.is-active { color:var(--pd-ink); background:var(--pd-surface); }
.pd-page-editor nav small { font-size:11px; }
.pd-fixed-heading { margin-bottom:42px; border-left:2px solid var(--pd-ink); padding:2px 0 2px 14px; }
.pd-fixed-heading > span { display:block; margin-bottom:7px; color:var(--pd-gray); font-size:11px; text-transform:uppercase; letter-spacing:.04em; }
.pd-fixed-heading h3 { margin:0 0 7px; font-size:14px; font-weight:400; }
.pd-fixed-heading p { max-width:760px; margin:0; color:var(--pd-gray); }
.pd-fixed-heading p + p { margin-top:27px; }
.pd-copy-block { display:grid; gap:12px; margin-bottom:28px; }
.pd-copy-block strong, .pd-principles h3 { font-weight:400; }
.pd-copy-block textarea, .pd-principles textarea { width:100%; min-height:92px; overflow:hidden; border:0; border-radius:5px; outline:0; padding:12px; color:var(--pd-gray); background:var(--pd-surface); resize:none; }
.pd-principles { display:grid; gap:16px; }
.pd-principles h3 { margin:0 0 2px; font-size:14px; }
.pd-principles label { display:grid; gap:6px; color:var(--pd-gray); font-size:12px; }
.pd-media-list { display:grid; gap:12px; }
.pd-media-card { padding:16px; background:#fafafa; }
.pd-media-top { display:grid; grid-template-columns:240px 1fr; gap:18px; }
.pd-media-thumb { display:grid; width:240px; aspect-ratio:758/378; place-items:center; overflow:hidden; color:var(--pd-gray); background:var(--pd-surface); font-size:12px; }
.pd-media-thumb img { width:100%; height:100%; object-fit:fill; }
.pd-media-top h3 { margin:5px 0 5px; font-size:14px; font-weight:400; }
.pd-media-top p { margin:0; color:var(--pd-gray); font-size:12px; }
.pd-media-actions { display:flex; gap:8px; margin-top:24px; }
.pd-media-actions button { min-height:32px; border-radius:5px; padding:0 12px; background:var(--pd-surface); cursor:pointer; }
.pd-file-input { position:absolute; width:1px; height:1px; opacity:0; overflow:hidden; }
.pd-toggle-row { display:flex; min-height:44px; align-items:center; justify-content:space-between; margin-top:14px; border-top:1px solid #e5e5e5; cursor:pointer; }
.pd-toggle-row input { position:absolute; opacity:0; }
.pd-optional-copy { display:none; grid-template-columns:1fr 1fr; gap:10px; }
.pd-optional-copy.is-visible { display:grid; }
.pd-add-media { width:100%; min-height:48px; margin-top:12px; border:1px dashed #cfcfcf!important; color:var(--pd-gray); background:#fff; cursor:pointer; }
.pd-add-media:hover { color:var(--pd-ink); border-color:var(--pd-ink)!important; }
.pd-readonly { margin:0 0 30px; padding:14px; color:var(--pd-gray); background:#fafafa; }
.pd-feedback-preview { display:grid; gap:10px; }
.pd-feedback-preview a { display:block; padding:16px; color:var(--pd-ink); background:var(--pd-surface); text-decoration:none; }
.pd-feedback-preview span { margin-left:15px; color:var(--pd-gray); }
.pd-feedback-preview p { margin:12px 0 0; }
.pd-category-list { display:grid; gap:18px; margin-bottom:20px; }
.pd-category { padding:16px; background:#fafafa; }
.pd-category-head { display:grid; grid-template-columns:1fr auto; gap:16px; align-items:end; }
.pd-category-head button { min-height:39px; border-radius:5px; padding:0 12px; background:var(--pd-surface); cursor:pointer; }
.pd-category-items { display:grid; gap:8px; margin-top:16px; }
.pd-category-item { display:grid; grid-template-columns:1.3fr .7fr 1fr 30px; gap:8px; align-items:end; }
.pd-category-item > button { width:30px; height:39px; border-radius:5px; background:var(--pd-surface); cursor:pointer; }
.pd-deliverable-lock { min-height:150px; margin-top:82px; border-top:1px solid #e5e5e5; padding:34px 0 72px; }
.pd-deliverable-lock h3 { margin:0 0 8px; font-size:14px; font-weight:400; }
.pd-deliverable-lock p { margin:0; color:var(--pd-gray); }
.pd-danger-card { width:min(620px,100%); border:1px solid #e5e5e5; padding:22px; }
.pd-danger-card h2 { margin:0 0 8px; font-size:14px; font-weight:500; }
.pd-danger-card p { margin:0 0 30px; color:var(--pd-gray); }
.pd-danger-card label { display:grid; gap:8px; }
.pd-danger-card .pd-button { width:100%; justify-content:center; margin-top:16px; color:#fff; background:#d84a3a; }
.pd-danger-card .pd-button:disabled { color:#999; background:var(--pd-surface); cursor:not-allowed; }
.pd-person-summary { display:grid; width:min(760px,100%); grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:50px; }
.pd-person-summary div { min-height:100px; padding:16px; background:var(--pd-surface); }
.pd-person-summary span { display:block; color:var(--pd-gray); font-size:12px; }
.pd-person-summary strong { display:block; margin-top:32px; font-weight:400; }
.pd-remove { margin-top:45px; color:#d84a3a; background:transparent; cursor:pointer; }
.pd-thread { width:min(760px,100%); }
.pd-feedback-context { margin-bottom:32px; padding:15px; background:var(--pd-surface); }
.pd-feedback-context span { display:block; color:var(--pd-gray); font-size:12px; }
.pd-feedback-context strong { display:block; margin-top:5px; font-weight:400; }
.pd-comments { display:grid; gap:26px; }
.pd-comments article { display:grid; grid-template-columns:32px 1fr; gap:14px; }
.pd-comments article > span { display:grid; width:32px; height:32px; place-items:center; border-radius:50%; background:var(--pd-surface); font-size:11px; }
.pd-comments h3 { margin:0 0 8px; font-size:14px; font-weight:500; }
.pd-comments h3 small { margin-left:8px; color:var(--pd-gray); font-weight:400; }
.pd-comments p { margin:0; }
.pd-thread form { margin-top:42px; }
.pd-thread textarea { min-height:120px; padding:12px; resize:none; }
.pd-thread form .pd-button { margin-top:10px; }
.pd-empty { padding:25px 0; color:var(--pd-gray); }
.pd-admin-shell .toast { position:fixed; right:24px; bottom:24px; z-index:80; display:block; transform:translateY(15px); border-radius:5px; padding:12px 16px; color:#fff; background:var(--pd-ink); opacity:0; pointer-events:none; transition:opacity 180ms ease,transform 180ms ease; }
.pd-admin-shell .toast.is-visible { transform:none; opacity:1; }

/* Finished image frames stay in normal flow, so captions and long pages preserve spacing. */
.project-frame-stack { display:grid; gap:52px; margin-top:52px; }
.project-frame { width:758px; max-width:100%; margin:0; }
.project-frame__image { width:100%; aspect-ratio:758/378; overflow:hidden; background:#f2f2f2; }
.project-frame__image img { width:100%; height:100%; object-fit:fill; }
.project-frame figcaption { margin-top:52px; }
.project-frame figcaption h3 { margin:0; font-size:14px; font-weight:400; }
.project-frame figcaption p { margin:27px 0 0; color:#707070; }
.project-frame figcaption + * { margin-top:52px; }
.empty-project-frames { display:grid; width:758px; max-width:100%; aspect-ratio:758/378; place-items:center; color:#707070; background:#f2f2f2; }
.project-frame-stack + .figma-feedback-form { margin-top:52px; }
.project-frame-stack + .project-next-link, .figma-feedback-form + .project-next-link { margin-top:125px; }

@media (max-width:900px) {
  .pd-admin-shell { grid-template-columns:1fr; }
  .pd-admin-rail { min-height:auto; border-right:0; border-bottom:1px solid var(--pd-surface); padding:86px 24px 20px; }
  .pd-admin-rail .brand-mark { left:24px; top:24px; }
  .pd-admin-name { position:absolute; top:35px; left:76px; }
  .pd-admin-nav { display:flex; }
  .pd-admin-nav a { min-width:110px; }
  .pd-admin-foot { top:35px; right:24px; bottom:auto; left:auto; }
  .pd-admin-main { padding:38px 24px 90px; }
  .pd-editor-grid, .pd-page-editor { grid-template-columns:1fr; }
  .pd-project-tools { margin-top:10px; }
  .pd-page-editor nav { grid-template-columns:repeat(3,1fr); }
}
@media (max-width:620px) {
  .pd-admin-top { flex-direction:column; margin-bottom:42px; }
  .pd-admin-actions, .pd-admin-actions .pd-button { width:100%; }
  .pd-metrics { grid-template-columns:1fr; }
  .pd-field-grid, .pd-optional-copy { grid-template-columns:1fr; }
  .pd-field-grid label.span-2 { grid-column:auto; }
  .pd-data-row { grid-template-columns:1fr 24px; padding:14px 0; }
  .pd-data-row > span { display:none; }
  .pd-page-list a { grid-template-columns:36px 1fr 24px; }
  .pd-page-list a small { display:none; }
  .pd-page-editor nav { grid-template-columns:1fr 1fr; }
  .pd-media-top, .pd-category-head, .pd-category-item { grid-template-columns:1fr; }
  .pd-media-thumb { width:100%; }
  .pd-person-summary { grid-template-columns:1fr; }
}

/* Figma nodes 186:6, 186:20, 186:34, 186:46, 186:58 and 186:63. */
.access-state { position:relative; min-height:100svh; color:#0a0a0a; background:#fff; font-size:14px; line-height:1.3; letter-spacing:-.42px; }
.access-state .brand-mark { position:absolute; top:40px; left:30px; }
.access-state__heading { position:absolute; top:138px; left:50%; width:max-content; max-width:calc(100vw - 48px); transform:translateX(-50%); text-align:center; }
.access-state__heading h1, .access-state__heading p { margin:0; font-size:14px; line-height:1.3; letter-spacing:-.42px; }
.access-state__heading h1 { font-weight:500; }
.access-state__heading p { margin-top:27px; font-weight:400; }
.access-state__center { position:absolute; top:calc(50% - 14px); left:50%; transform:translateX(-50%); width:390px; max-width:calc(100vw - 48px); text-align:center; }
.access-state__center > p, .access-state__center > strong { display:block; margin:0; font-size:14px; font-weight:400; line-height:1.3; }
.access-state__center > p { color:#707070; }
.access-state__links { margin-top:27px; font-size:12px; line-height:1.3; letter-spacing:-.36px; }
.access-state__links span { color:#707070; }
.access-state__links button, .access-state__links a { border:0; padding:0; color:#0a0a0a; background:transparent; text-decoration:none; cursor:pointer; }
.access-state__action { position:absolute; top:calc(50% - 142px); left:50%; width:389px; max-width:calc(100vw - 48px); transform:translateX(-50%); text-align:center; }
.access-state__action > p { width:276px; max-width:100%; margin:0 auto 27px; color:#707070; }
.state-email-form { display:grid; grid-template-columns:minmax(0,340px) 39px; gap:10px; width:100%; }
.state-email-form label { min-width:0; }
.state-email-form input, .state-email-form button { width:100%; height:39px; border:0; border-radius:5px; }
.state-email-form input { outline:0; padding:0 20px; color:#0a0a0a; background:#f2f2f2; }
.state-email-form input::placeholder { color:#707070; opacity:1; }
.state-email-form input:focus { box-shadow:0 0 0 2px #ddf4ff; }
.state-email-form button { padding:0; background:#ddf4ff; cursor:pointer; }
.state-email-form button img { width:39px; height:39px; }
.access-state__support { position:absolute; top:calc(50% + 78px); left:50%; width:390px; max-width:calc(100vw - 48px); transform:translateX(-50%); margin:0; color:#707070; font-size:12px; line-height:1.3; letter-spacing:-.36px; text-align:center; }
.access-state__support a { color:#0a0a0a; text-decoration:none; }
.access-state--form .access-state__support { position:static; width:276px; max-width:100%; transform:none; margin:27px auto 0; }
.access-state--no-access .access-state__action { top:calc(50% - 124px); }
.access-state--empty > .access-state__support { top:calc(50% - 4px); }
.access-state--checking > div:not(.brand-mark) { position:absolute; top:calc(50% - 87px); left:50%; transform:translateX(-50%); width:max-content; max-width:calc(100vw - 48px); text-align:center; }
.access-state--checking h1, .access-state--checking p { margin:0; font-size:14px; line-height:1.3; letter-spacing:-.42px; }
.access-state--checking h1 { font-weight:500; }
.access-state--checking p { margin-top:27px; font-weight:400; }
.feedback-sent-state { margin-top:52px; padding:17px 20px; background:#f2f2f2; }
.feedback-sent-state strong { display:block; font-size:14px; font-weight:400; }
.feedback-sent-state p { margin:8px 0 20px; color:#707070; }
.feedback-sent-state a { color:#0a0a0a; text-decoration:none; }
.client-toast { position:fixed; right:30px; bottom:30px; z-index:100; display:grid; width:min(360px,calc(100vw - 48px)); gap:6px; transform:translateY(15px); border-radius:5px; padding:15px 18px; color:#0a0a0a; background:#ddf4ff; opacity:0; pointer-events:none; transition:opacity 180ms ease,transform 180ms ease; }
.client-toast.is-visible { transform:none; opacity:1; }
.client-toast strong { font-size:14px; font-weight:400; }
.client-toast span { color:#707070; font-size:12px; }

@media (max-width:700px) {
  .access-state__heading { top:132px; width:calc(100vw - 48px); }
  .access-state__heading p { max-width:560px; margin:27px auto 0; }
  .access-state__action { top:calc(50% - 105px); }
  .access-state--no-access .access-state__action { top:calc(50% - 92px); }
  .access-state--empty > .access-state__support { top:calc(50% - 10px); }
  .client-toast { right:24px; bottom:24px; }
}
