:root {
  --ink: #17201e;
  --muted: #6e7774;
  --paper: #f6f5f1;
  --white: #fff;
  --line: #e5e4df;
  --sage: #b8c8bd;
  --sage-dark: #748e7e;
  --forest: #18392f;
  --orange: #e97846;
  --shadow: 0 18px 55px rgba(24, 38, 33, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
button, a, label[for], .upload-button { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -0.045em; }
h1 { font-size: clamp(2rem, 3vw, 3.6rem); line-height: 1.03; margin-bottom: 15px; }
h2 { font-size: 1.55rem; margin-bottom: 0; }
.muted { color: var(--muted); }
.eyebrow {
  color: var(--sage-dark);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.eyebrow--light { color: #b9d1c5; }

.studio-mark {
  align-items: center;
  display: inline-flex;
  font: 700 .72rem/1.1 "Manrope", sans-serif;
  gap: 11px;
  letter-spacing: .09em;
  text-decoration: none;
}
.studio-mark--light { color: white; }
.studio-mark__icon {
  display: grid;
  grid-template-columns: repeat(3, 5px);
  height: 28px;
  gap: 3px;
  align-items: end;
}
.studio-mark__icon i { background: currentColor; border-radius: 4px; height: 60%; transform: skewY(-28deg); }
.studio-mark__icon i:nth-child(2) { height: 100%; }
.studio-mark__icon i:nth-child(3) { height: 76%; }

.login-shell { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 100vh; }
.login-brand {
  background:
    radial-gradient(circle at 80% 18%, rgba(179, 207, 190, .18), transparent 28%),
    linear-gradient(140deg, #102f27 0%, #1b4336 55%, #102c25 100%);
  color: white;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  padding: 52px 7vw 45px;
  position: relative;
}
.login-brand::after {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  content: "";
  height: 520px;
  position: absolute;
  right: -240px;
  top: 18%;
  width: 520px;
}
.login-brand__copy { margin: auto 0; max-width: 650px; position: relative; z-index: 1; }
.login-brand h1 { font-size: clamp(3rem, 5.3vw, 6.3rem); font-weight: 500; letter-spacing: -.06em; }
.login-brand__copy > p:last-child { color: #c6d4ce; font-size: 1.08rem; line-height: 1.6; max-width: 440px; }
.login-brand__footer { color: rgba(255,255,255,.53); font-size: .75rem; margin: 0; }
.login-panel { align-items: center; background: #fbfaf7; display: flex; justify-content: center; padding: 50px; }
.login-form { display: grid; gap: 25px; max-width: 410px; width: 100%; }
.login-form h2 { font-size: 2.45rem; margin-bottom: 8px; }
label { color: #313936; display: grid; font-size: .78rem; font-weight: 600; gap: 9px; }
input, select, textarea {
  background: var(--white);
  border: 1px solid #d9dad6;
  border-radius: 4px;
  color: var(--ink);
  outline: none;
  padding: 14px 15px;
  transition: border .2s, box-shadow .2s;
}
input:focus, select:focus, textarea:focus { border-color: var(--sage-dark); box-shadow: 0 0 0 3px rgba(116,142,126,.13); }
.password-wrap { display: flex; position: relative; }
.password-wrap input { padding-right: 65px; width: 100%; }
.text-button { background: none; border: 0; color: var(--forest); cursor: pointer; font-size: .75rem; font-weight: 700; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); }
.login-options { align-items: center; display: flex; font-size: .75rem; justify-content: space-between; margin-top: -9px; }
.login-options a { color: var(--forest); font-weight: 600; }
.checkbox { align-items: center; cursor: pointer; display: flex; flex-direction: row; font-weight: 400; gap: 8px; }
.checkbox input { display: none; }
.checkbox span { border: 1px solid #c9cbc6; border-radius: 3px; display: grid; height: 16px; place-items: center; width: 16px; }
.checkbox input:checked + span { background: var(--forest); border-color: var(--forest); }
.checkbox input:checked + span::after { color: white; content: "✓"; font-size: 10px; }
.primary-button, .secondary-button {
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 600;
  justify-content: center;
  padding: 13px 18px;
  text-decoration: none;
}
.primary-button { background: var(--forest); border: 1px solid var(--forest); color: white; gap: 20px; }
.primary-button:hover { background: #0f2a22; }
.primary-button--full { justify-content: space-between; padding: 15px 19px; width: 100%; }
.secondary-button { background: white; border: 1px solid var(--line); }
.form-note { color: #969b98; font-size: .7rem; margin: -12px 0 0; text-align: center; }

.app-shell { display: grid; grid-template-columns: 245px 1fr; min-height: 100vh; }
.sidebar {
  background: #f1f0eb;
  border-right: 1px solid #e0dfda;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 34px 27px 25px;
  position: sticky;
  top: 0;
}
.sidebar-nav { display: grid; gap: 5px; margin-top: 65px; }
.nav-item {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  font-size: .8rem;
  gap: 13px;
  padding: 12px;
  text-align: left;
}
.nav-item:hover, .nav-item.is-active { background: #e5e7e1; color: var(--forest); font-weight: 600; }
.nav-icon { font-size: 1.1rem; width: 18px; }
.nav-group { display: grid; }
.nav-item--dropdown > span:nth-child(2) { flex: 1; }
.nav-chevron { font-size: .9rem; margin-left: auto; transition: transform .2s; }
.nav-item--dropdown[aria-expanded="true"] .nav-chevron { transform: rotate(180deg); }
.project-subnav {
  border-left: 1px solid #ced2cb;
  display: grid;
  gap: 2px;
  margin: 4px 0 8px 20px;
  padding-left: 12px;
}
.project-subnav-button {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: var(--muted);
  cursor: pointer;
  font-size: .72rem;
  overflow: hidden;
  padding: 8px 10px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-subnav-button:hover, .project-subnav-button.is-active {
  background: #e5e7e1;
  color: var(--forest);
  font-weight: 600;
}
.nav-notification-badge, .notification-dot {
  align-items: center;
  background: #d54d35;
  border-radius: 999px;
  color: white;
  display: inline-flex;
  font-style: normal;
  font-weight: 800;
  justify-content: center;
}
.nav-notification-badge { font-size: .57rem; height: 20px; margin-left: auto; min-width: 20px; padding: 0 6px; }
.admin-client-nav {
  border-left: 1px solid #ced2cb;
  display: grid;
  gap: 8px;
  margin: 4px 0 8px 20px;
  max-height: 45vh;
  overflow-y: auto;
  padding: 2px 0 2px 12px;
}
.admin-nav-client { display: grid; gap: 3px; }
.admin-client-button, .admin-project-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  gap: 7px;
  min-width: 0;
  padding: 8px 9px;
  text-align: left;
  width: 100%;
}
.admin-client-button { font-size: .72rem; font-weight: 800; }
.admin-project-button { color: var(--muted); font-size: .66rem; padding: 7px 9px 7px 17px; }
.admin-project-button.is-archived { color: #969b98; font-style: italic; }
.admin-archive-label {
  color: #969b98;
  display: block;
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .1em;
  margin: 8px 9px 2px 17px;
  text-transform: uppercase;
}
.admin-client-button span, .admin-project-button span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-client-button:hover, .admin-client-button.is-active,
.admin-project-button:hover, .admin-project-button.is-active { background: white; color: var(--ink); }
.admin-project-links { display: grid; gap: 1px; }
.notification-dot { font-size: .52rem; height: 18px; margin-left: auto; min-width: 18px; padding: 0 5px; }
.notification-dot.is-approved { background: #328454; }
.sidebar-footer { margin-top: auto; }
.support-card { border: 1px solid #deded7; border-radius: 5px; margin-bottom: 22px; padding: 18px; }
.support-card span { font-size: .72rem; font-weight: 700; }
.support-card p { color: var(--muted); font-size: .69rem; margin: 5px 0 16px; }
.support-card a { color: var(--forest); font-size: .7rem; font-weight: 700; }
.sign-out { background: none; border: 0; color: #737a77; cursor: pointer; font-size: .76rem; }
.workspace { min-width: 0; }
.topbar {
  align-items: center;
  background: rgba(246,245,241,.9);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 78px;
  justify-content: flex-end;
  padding: 0 4.5vw;
  position: sticky;
  top: 0;
  z-index: 5;
  backdrop-filter: blur(12px);
}
.client-identity { align-items: center; display: flex; gap: 11px; margin-right: 20px; }
.client-identity strong, .client-identity span { display: block; }
.client-identity strong { font-size: .75rem; }
.client-identity span { color: var(--muted); font-size: .62rem; margin-top: 2px; }
.mini-logo, .avatar {
  align-items: center;
  background: var(--forest);
  border: 0;
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: .65rem;
  font-weight: 700;
  height: 35px;
  justify-content: center;
  overflow: hidden;
  width: 35px;
}
.mini-logo img, .logo-preview img { height: 100%; object-fit: contain; width: 100%; }
.avatar { background: #d6dad4; color: var(--ink); cursor: pointer; }
.mobile-menu { display: none; margin-right: auto; }
.preview-banner {
  align-items: center;
  background: #7f1d1d;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  color: white;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 13px 4.5vw;
}
.preview-banner strong,
.preview-banner span { display: block; }
.preview-banner strong { font-size: .78rem; margin-bottom: 2px; text-transform: uppercase; }
.preview-banner span { font-size: .72rem; line-height: 1.4; }
.preview-banner .secondary-button {
  background: white;
  border-color: white;
  color: #7f1d1d;
  flex: 0 0 auto;
  padding: 9px 14px;
}
.content { margin: 0 auto; max-width: 1430px; padding: 65px 4.5vw 90px; }
.welcome-row { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 65px; }
.welcome-row h1 { margin-bottom: 12px; }
.welcome-row .muted { font-size: .9rem; margin: 0; }
.library-stats { display: flex; gap: 42px; padding-bottom: 5px; }
.library-stats div { display: grid; text-align: right; }
.library-stats strong { font: 600 1.5rem "Manrope"; }
.library-stats span { color: var(--muted); font-size: .65rem; margin-top: 3px; text-transform: uppercase; }
.action-needed-section { margin: -35px 0 45px; }
.action-count {
  background: var(--yellow);
  border-radius: 999px;
  color: var(--ink);
  font-size: .68rem;
  font-weight: 800;
  padding: 8px 12px;
}
.action-needed-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.action-card {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 18px 20px;
}
.action-card--review { border-color: rgba(185, 91, 49, .35); box-shadow: 0 16px 45px rgba(185, 91, 49, .08); }
.action-card--overdue { background: #fff5f1; border-color: #e1a997; }
.action-card--quiet { grid-column: 1 / -1; }
.action-card div { display: grid; gap: 4px; }
.action-card strong { font-size: .84rem; }
.action-card span { color: var(--muted); font-size: .72rem; line-height: 1.45; }
.action-card .secondary-button { white-space: nowrap; }
.section-heading { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 21px; }
.section-heading .eyebrow { margin-bottom: 8px; }
.vimeo-status { align-items: center; color: var(--muted); display: flex; font-size: .67rem; gap: 7px; }
.vimeo-status i { background: #57a36d; border-radius: 50%; height: 6px; width: 6px; }
.featured-card {
  background: var(--forest);
  border-radius: 6px;
  color: white;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  min-height: 350px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.featured-visual, .video-thumb {
  background-position: center;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.featured-visual::after, .video-thumb::after { background: linear-gradient(0deg, rgba(0,0,0,.28), transparent 45%); content: ""; inset: 0; position: absolute; }
.play-button {
  align-items: center;
  background: rgba(255,255,255,.94);
  border: 0;
  border-radius: 50%;
  color: var(--forest);
  cursor: pointer;
  display: flex;
  font-size: .82rem;
  height: 54px;
  justify-content: center;
  left: 50%;
  padding-left: 4px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform .2s;
  width: 54px;
  z-index: 2;
}
.featured-visual:hover .play-button, .video-thumb:hover .play-button { transform: translate(-50%, -50%) scale(1.08); }
.featured-copy { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; padding: 45px; }
.featured-copy .eyebrow { color: #a9c5b5; }
.featured-copy h3 { font-size: clamp(1.6rem, 2.5vw, 2.5rem); margin-bottom: 18px; }
.featured-copy p { color: #b9c9c3; font-size: .82rem; line-height: 1.6; }
.featured-copy .watch-link { background: none; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); color: white; cursor: pointer; font-size: .72rem; margin-top: 20px; padding: 0 0 6px; }
.featured-actions { align-items: center; display: flex; gap: 20px; margin-top: 20px; }
.featured-actions .watch-link { margin-top: 0; }
.featured-download-link { color: var(--yellow); font-size: .72rem; font-weight: 700; }
.all-videos { margin-top: 70px; }
.project-detail-header { margin-bottom: 30px; padding-top: 5px; }
.project-detail-header h1 { font-size: clamp(2.8rem, 5vw, 5.5rem); margin: 0; }
.project-status-section {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-top: 70px;
  padding: 27px 30px 30px;
}
.project-status-heading { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 28px; }
.project-status-heading .eyebrow { margin-bottom: 7px; }
.status-current-label {
  background: #f2f1ec;
  border-radius: 20px;
  color: var(--forest);
  font-size: .68rem;
  font-weight: 700;
  padding: 7px 11px;
}
.status-scroll { overflow-x: auto; padding: 4px 3px 2px; }
.project-status-bar {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  min-width: 720px;
  position: relative;
}
.project-status-bar::before {
  background: #e7e6e1;
  content: "";
  height: 8px;
  left: 8.33%;
  position: absolute;
  right: 8.33%;
  top: 14px;
}
.status-progress {
  background: linear-gradient(90deg, #efc94c 0%, #d9c851 28%, #9dbd67 67%, #55a56d 100%);
  height: 8px;
  left: 8.33%;
  position: absolute;
  top: 14px;
  transition: width .35s ease;
  z-index: 1;
}
.status-step { color: #949a96; display: grid; font-size: .67rem; gap: 11px; justify-items: center; position: relative; text-align: center; z-index: 2; }
.status-step__dot {
  background: #e7e6e1;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #d8d8d2;
  height: 28px;
  width: 28px;
}
.status-step.is-complete, .status-step.is-current { color: var(--ink); font-weight: 700; }
.status-step.is-complete .status-step__dot,
.status-step.is-current .status-step__dot { background: var(--step-color); box-shadow: 0 0 0 1px var(--step-color); }
.status-step.is-current .status-step__dot { box-shadow: 0 0 0 1px var(--step-color), 0 0 0 5px rgba(85,165,109,.14); }
.project-info-section {
  display: grid;
  gap: 22px;
  grid-template-columns: 1.35fr .8fr .8fr;
  margin-top: 22px;
}
.project-planning, .project-activity, .project-preproduction, .project-deliverables, .project-contact, .project-quotation, .project-download-center {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px 30px;
}
.project-planning { grid-column: 1 / -1; }
.project-activity { grid-column: 1 / -1; }
.project-activity summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.project-activity summary::-webkit-details-marker { display: none; }
.project-activity summary .eyebrow { margin-bottom: 8px; }
.project-activity summary h2 { margin-bottom: 6px; }
.project-activity > .activity-list,
.project-activity > .muted { margin-top: 20px; }
.project-activity[open] .admin-review-chevron { transform: rotate(180deg); }
.project-preproduction { grid-column: 1 / -1; }
.project-download-center { grid-column: 1 / -1; }
.project-info-section h2 { margin-bottom: 20px; }
.activity-list {
  display: grid;
  gap: 10px;
}
.activity-item {
  align-items: start;
  background: var(--paper);
  border-radius: 16px;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
  padding: 13px 14px;
}
.activity-dot {
  background: var(--yellow);
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--line);
  height: 13px;
  margin-top: 4px;
  width: 13px;
}
.activity-item--video_approved .activity-dot,
.activity-item--feedback_resolved .activity-dot { background: #55a56d; }
.activity-item--changes_requested .activity-dot,
.activity-item--feedback .activity-dot { background: #c36b4d; }
.activity-item strong { display: block; font-size: .8rem; margin-bottom: 4px; }
.activity-item p { color: var(--muted); font-size: .68rem; line-height: 1.45; margin: 0 0 4px; }
.activity-item time { color: var(--muted); font-size: .62rem; font-weight: 700; }
.planning-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.planning-item {
  background: var(--paper);
  border-radius: 16px;
  display: grid;
  gap: 5px;
  padding: 14px;
}
.planning-item span { color: var(--muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.planning-item strong { font-size: .82rem; }
.planning-item small { color: var(--sage-dark); font-size: .66rem; font-weight: 700; }
.planning-item.is-past small { color: #a33825; }
.preproduction-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.preproduction-links .secondary-button { padding: 11px 16px; }
.document-access-note {
  background: color-mix(in srgb, var(--sand) 72%, white);
  border: 1px solid rgba(9, 9, 9, .08);
  border-radius: 14px;
  color: var(--muted);
  font-size: .74rem;
  line-height: 1.55;
  margin: 0 0 14px;
  padding: 12px 14px;
}
.document-preview-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}
.document-preview-card {
  background: var(--paper);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  min-height: 260px;
  overflow: hidden;
  padding: 14px;
}
.document-preview-card > div { display: grid; gap: 4px; }
.document-preview-card span { color: var(--muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.document-preview-card strong { font-size: .86rem; }
.document-preview-card iframe {
  background: white;
  border: 0;
  border-radius: 12px;
  height: 260px;
  width: 100%;
}
.document-preview-card--link {
  align-content: center;
  justify-items: start;
  min-height: 160px;
}
.download-center-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.download-center-item {
  align-items: center;
  background: var(--paper);
  border: 1px solid transparent;
  border-radius: 16px;
  color: var(--ink);
  display: flex;
  gap: 12px;
  padding: 14px;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}
.download-center-item:hover { border-color: var(--yellow); transform: translateY(-2px); }
.download-center-item > span {
  align-items: center;
  background: var(--yellow);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 34px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.download-center-item div { display: grid; gap: 3px; min-width: 0; }
.download-center-item strong { font-size: .78rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.download-center-item small { color: var(--muted); font-size: .64rem; }
.deliverables-list { display: grid; gap: 10px; }
.deliverable-item {
  align-items: center;
  background: var(--paper);
  border-radius: 14px;
  display: flex;
  flex-direction: row;
  font-size: .78rem;
  gap: 11px;
  padding: 12px 14px;
}
.deliverable-item input { accent-color: var(--yellow); height: 18px; margin: 0; width: 18px; }
.deliverable-item.is-complete span { color: var(--muted); text-decoration: line-through; }
.project-contact a { font-size: .78rem; font-weight: 700; }
.project-contact .muted { font-size: .76rem; line-height: 1.5; }
.project-quotation { align-content: start; display: grid; justify-items: start; }
.project-quotation .muted { font-size: .76rem; line-height: 1.5; }
.section-heading--videos { align-items: center; }
.controls { display: flex; gap: 10px; }
.search-field { display: flex; position: relative; }
.search-field span { color: var(--muted); font-size: 1.1rem; left: 12px; position: absolute; top: 50%; transform: translateY(-50%); }
.search-field input { background: transparent; font-size: .72rem; min-width: 190px; padding: 10px 12px 10px 34px; }
.controls select { background: transparent; font-size: .72rem; padding: 9px 33px 9px 11px; }
.video-grid { display: grid; gap: 32px 22px; grid-template-columns: repeat(3, 1fr); }
.video-card { min-width: 0; }
.video-thumb { aspect-ratio: 16/10; border-radius: 4px; margin-bottom: 15px; }
.video-thumb .play-button { height: 42px; width: 42px; }
.video-duration { background: rgba(21,27,25,.75); border-radius: 2px; bottom: 9px; color: white; font-size: .58rem; padding: 4px 6px; position: absolute; right: 9px; z-index: 2; }
.video-review-badge {
  backdrop-filter: blur(8px);
  border-radius: 999px;
  color: white;
  font-size: .59rem;
  font-weight: 800;
  left: 10px;
  padding: 6px 9px;
  position: absolute;
  top: 10px;
  z-index: 2;
}
.video-review-badge--approved { background: rgba(48, 132, 84, .92); }
.video-review-badge--changes_requested { background: rgba(185, 91, 49, .94); }
.video-review-badge--open { background: rgba(23, 32, 30, .78); }
.video-version-badge {
  backdrop-filter: blur(8px);
  background: rgba(23, 32, 30, .78);
  border-radius: 999px;
  bottom: 9px;
  color: white;
  font-size: .58rem;
  font-weight: 800;
  left: 10px;
  padding: 5px 8px;
  position: absolute;
  z-index: 2;
}
.video-version-badge.is-current { background: rgba(48, 132, 84, .94); }
.video-card__meta { align-items: start; display: flex; justify-content: space-between; }
.video-card h3 { font-size: .93rem; margin-bottom: 7px; }
.video-card p { color: var(--muted); font-size: .66rem; margin: 0; }
.video-download-button {
  align-items: center;
  background: var(--yellow);
  border-radius: 50%;
  color: var(--ink);
  display: flex;
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  text-decoration: none;
  transition: transform .2s, background .2s;
  width: 36px;
}
.video-download-button:hover { background: #d7c42f; transform: translateY(-2px); }
.dialog-actions { align-items: center; display: flex; gap: 10px; }
.video-feedback-panel {
  background: #f6f5f1;
  color: var(--ink);
  padding: 30px 28px 34px;
}
.video-review-heading { align-items: flex-start; display: flex; gap: 20px; justify-content: space-between; }
.video-review-heading h3 { font-size: 1.15rem; margin: 0; }
.featured-version {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: var(--yellow);
  display: inline-flex;
  font-size: .68rem;
  font-weight: 800;
  margin-bottom: 14px;
  padding: 7px 10px;
}
.version-warning {
  background: #fff5f1;
  border: 1px solid #e1a997;
  border-radius: 16px;
  color: #8a4227;
  font-size: .74rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 18px;
  padding: 12px 14px;
}
.review-status {
  border-radius: 999px;
  display: inline-flex;
  font-size: .65rem;
  font-weight: 800;
  padding: 7px 10px;
  white-space: nowrap;
}
.review-status--open { background: #e6e5df; color: #626965; }
.review-status--open-comments { background: #f2d3cc; color: #a33825; }
.review-status--changes_requested { background: #f6dfd4; color: #8a4227; }
.review-status--approved { background: #dcecdf; color: #28683e; }
.video-approval-proof {
  align-items: center;
  background: #e2efe4;
  border: 1px solid #c5dfca;
  border-radius: 14px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 20px;
  padding: 14px 16px;
}
.video-approval-proof strong { color: #28683e; font-size: .76rem; }
.video-approval-proof span { color: #4f6757; font-size: .68rem; }
.video-feedback-list { display: grid; gap: 10px; margin: 22px 0; max-height: 280px; overflow-y: auto; }
.video-feedback-item { background: white; border-radius: 15px; padding: 15px 17px; }
.video-feedback-item > div { align-items: baseline; display: flex; gap: 8px; }
.video-feedback-item strong { font-size: .74rem; }
.video-feedback-item span { color: var(--muted); font-size: .61rem; }
.video-feedback-item p { font-size: .75rem; line-height: 1.55; margin: 9px 0 0; }
.video-feedback-item.is-resolved { opacity: .65; }
.feedback-timecode {
  background: var(--yellow);
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font-size: .64rem;
  font-weight: 800;
  margin-top: 10px;
  padding: 6px 9px;
}
.feedback-resolved { color: #357249; display: block; font-size: .62rem; font-weight: 700; margin-top: 9px; }
.video-feedback-empty { color: var(--muted); font-size: .74rem; margin: 5px 0; }
#video-feedback-form { display: grid; gap: 11px; }
#video-feedback-form textarea { min-height: 95px; resize: vertical; width: 100%; }
.video-timecode-control { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; }
.video-timecode-control > span { color: var(--muted); font-size: .64rem; }
.timecode-button {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  font-size: .68rem;
  font-weight: 700;
  padding: 8px 11px;
}
.timecode-button.is-active { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.video-feedback-actions { display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-end; }
.review-action--changes { border-color: #d7a38e; color: #8a4227; }
.project-video-reviews-admin {
  align-items: start;
  background: white;
  border-radius: 14px;
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  padding: 15px;
}
.project-video-reviews-admin > div:first-child { display: grid; gap: 3px; }
.project-video-reviews-admin > div:first-child strong { font-size: .75rem; }
.project-video-reviews-admin > div:first-child span { color: var(--muted); font-size: .65rem; }
.project-activity-admin {
  background: white;
  border-radius: 14px;
  grid-column: 1 / -1;
  padding: 15px;
}
.project-activity-admin summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.project-activity-admin summary::-webkit-details-marker { display: none; }
.project-activity-admin summary > div { display: grid; gap: 3px; }
.project-activity-admin summary strong { font-size: .75rem; }
.project-activity-admin summary span { color: var(--muted); font-size: .65rem; }
.project-activity-admin .activity-list { margin-top: 12px; }
.project-activity-admin .activity-item { background: var(--paper); }
.admin-review-list { display: grid; gap: 7px; }
.admin-review-item {
  background: var(--paper);
  border: 0;
  border-radius: 11px;
  display: grid;
  gap: 10px;
  overflow: hidden;
}
.admin-review-summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(150px, 1fr) auto minmax(155px, auto) 20px;
  list-style: none;
  padding: 12px;
}
.admin-review-summary::-webkit-details-marker { display: none; }
.admin-review-summary > strong { font-size: .7rem; }
.admin-review-summary small { color: var(--muted); font-size: .61rem; text-align: right; }
.admin-review-chevron { font-size: .85rem; font-style: normal; transition: transform .2s; }
.admin-review-item[open] .admin-review-chevron { transform: rotate(180deg); }
.admin-review-content { display: grid; gap: 10px; padding: 0 12px 12px; }
.admin-review-feedback { border-top: 1px solid #dfded8; display: grid; gap: 7px; padding-top: 9px; }
.admin-review-feedback p { background: white; border-radius: 9px; font-size: .66rem; line-height: 1.45; margin: 0; padding: 9px 10px; }
.admin-review-feedback p.is-resolved { opacity: .58; }
.admin-review-feedback p strong { font-size: .66rem; }
.admin-review-feedback p span { color: var(--muted); font-size: .58rem; margin-left: 5px; }
.admin-timecode { background: var(--yellow); border-radius: 999px; display: inline-block; font-size: .58rem; margin: 7px 6px 3px 0; padding: 4px 7px; }
.resolve-feedback {
  background: none;
  border: 0;
  color: #357249;
  cursor: pointer;
  display: block;
  font-size: .6rem;
  font-weight: 800;
  margin-top: 8px;
  padding: 0;
}
.admin-feedback-form { align-items: end; display: grid; gap: 8px; grid-template-columns: 1fr auto; }
.admin-feedback-form textarea { font-size: .68rem; min-height: 66px; resize: vertical; }
.admin-feedback-form button { white-space: nowrap; }
.empty-state { border: 1px dashed #d7d7d1; border-radius: 6px; color: var(--muted); padding: 70px; text-align: center; }
.empty-state span { font-size: 2rem; }
.empty-state h3 { color: var(--ink); margin: 12px 0 6px; }
.portal-project-grid { display: grid; gap: 25px; grid-template-columns: repeat(3, 1fr); }
.portal-project-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  text-align: left;
  transition: transform .2s, box-shadow .2s;
}
.portal-project-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.portal-project-card__visual {
  align-items: center;
  aspect-ratio: 16/9;
  background: var(--forest);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  position: relative;
}
.portal-project-card__visual::after {
  background: linear-gradient(0deg, rgba(12,31,25,.5), transparent 65%);
  content: "";
  inset: 0;
  position: absolute;
}
.portal-project-card__count {
  bottom: 13px;
  color: white;
  font-size: .66rem;
  left: 15px;
  position: absolute;
  z-index: 1;
}
.portal-project-card__copy { align-items: center; display: flex; justify-content: space-between; padding: 20px; }
.portal-project-card h2 { font-size: 1.05rem; }
.portal-project-card__copy span { color: var(--sage-dark); }

.settings-card { align-items: center; background: white; border: 1px solid var(--line); border-radius: 6px; display: flex; gap: 40px; margin-bottom: 22px; padding: 38px; }
.logo-preview { align-items: center; background: var(--forest); border-radius: 7px; color: white; display: flex; font: 700 2rem "Manrope"; height: 150px; justify-content: center; overflow: hidden; width: 190px; }
.document-preview {
  align-items: center;
  background: var(--ink);
  border-radius: 18px;
  color: var(--yellow);
  display: flex;
  flex: 0 0 auto;
  font: 700 1.5rem "Roboto Condensed", sans-serif;
  height: 150px;
  justify-content: center;
  width: 190px;
}
.settings-copy p { color: var(--muted); font-size: .8rem; margin: 10px 0 25px; }
.button-row { display: flex; gap: 9px; }
.settings-card--form { align-items: flex-start; display: grid; grid-template-columns: 1fr 1.4fr; }
.settings-card--form form { display: grid; gap: 18px; }
.color-fields { border: 0; display: grid; gap: 14px; margin: 0; padding: 0; }
.color-fields legend { font-size: .78rem; font-weight: 700; margin-bottom: 12px; }
.color-input { align-items: center; display: flex; position: relative; }
.color-input i {
  border: 1px solid var(--line);
  border-radius: 50%;
  height: 26px;
  left: 13px;
  position: absolute;
  width: 26px;
  z-index: 1;
}
.color-input input { padding-left: 50px; width: 100%; }
.settings-card--form button { justify-self: start; }
.upload-button { cursor: pointer; }
.request-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
}
.request-form { display: grid; gap: 22px; }
.request-form__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.request-form label {
  color: var(--ink);
  display: grid;
  font-size: .68rem;
  font-weight: 800;
  gap: 8px;
  text-transform: uppercase;
}
.request-form input,
.request-form select,
.request-form textarea {
  font-size: .78rem;
  text-transform: none;
}
.request-options {
  border: 1px solid var(--line);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 0;
  padding: 18px;
}
.request-options legend {
  font-size: .68rem;
  font-weight: 800;
  padding: 0 8px;
  text-transform: uppercase;
}
.request-options label {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: .74rem;
  gap: 8px;
  text-transform: none;
}
.request-options input { accent-color: var(--yellow); }
.request-summary {
  align-items: center;
  background: var(--forest);
  border-radius: 24px;
  color: white;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 24px;
}
.request-summary .eyebrow { color: var(--yellow); margin-bottom: 6px; }
.request-summary strong { display: block; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1; margin-bottom: 10px; }
.request-summary span { color: rgba(255,255,255,.72); display: block; font-size: .72rem; line-height: 1.5; max-width: 720px; }
.request-summary .primary-button { background: var(--yellow); color: var(--ink); white-space: nowrap; }
.admin-form-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  margin: -25px 0 55px;
  padding: 32px;
}
.admin-close { position: static; transform: none; }
.admin-grid { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); }
.admin-grid__wide { grid-column: 1 / -1; }
.form-action { display: flex; justify-content: flex-end; }
.field-help { color: var(--muted); font-size: .7rem; margin: -10px 0 0; }
.client-list-heading { border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.client-list { display: grid; gap: 12px; }
.team-management {
  background: white;
  border-radius: 26px;
  margin-bottom: 28px;
  padding: 28px;
}
.team-management summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr auto auto;
  list-style: none;
}
.team-management summary::-webkit-details-marker { display: none; }
.team-management summary .eyebrow { margin-bottom: 6px; }
.team-management summary h2 { font-size: 1.25rem; margin: 0; }
.team-management[open] .admin-review-chevron { transform: rotate(180deg); }
.team-list { display: grid; gap: 8px; margin: 20px 0; }
.team-member-row {
  align-items: center;
  background: var(--paper);
  border-radius: 14px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto auto;
  padding: 12px 14px;
}
.team-member-row > div { display: grid; gap: 3px; }
.team-member-row strong { font-size: .76rem; }
.team-member-row > div span, .team-member-row small { color: var(--muted); font-size: .65rem; }
.staff-role { border-radius: 999px; font-size: .62rem; font-weight: 800; padding: 6px 9px; }
.staff-role--administrator { background: var(--yellow); color: var(--ink); }
.staff-role--editor { background: #e2ebe6; color: #35614d; }
.remove-team-member { background: none; border: 0; color: #a45c48; cursor: pointer; font-size: .66rem; }
.team-form { display: grid; gap: 8px; grid-template-columns: 1fr 1fr 1fr auto auto; }
.team-form input, .team-form select { font-size: .7rem; padding: 11px 12px; }
.editor-permission-note { color: var(--muted); font-size: .65rem; font-style: italic; }
.client-card { background: white; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.client-card.is-client-overview .project-panel { display: none; }
.client-card.is-project-focused .new-project-form,
.client-card.is-project-focused .brand-assets-panel,
.client-card.is-project-focused .member-list-heading,
.client-card.is-project-focused .member-list,
.client-card.is-project-focused .add-member { display: none; }
.client-card__header {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 24px 26px;
}
.client-card__header > div:last-child { display: flex; flex-wrap: wrap; gap: 8px; }
.client-card__identity { align-items: center; display: flex; gap: 15px; }
.client-initials {
  align-items: center;
  background: var(--forest);
  border-radius: 5px;
  color: white;
  display: flex;
  font-size: .72rem;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.client-card h3 { font-size: 1rem; margin-bottom: 4px; }
.client-summary { color: var(--muted); font-size: .68rem; margin: 0; }
.project-panel { background: #faf9f6; border-top: 1px solid var(--line); padding: 22px 26px 25px; }
.project-panel__heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 14px; }
.project-panel__heading .eyebrow { display: block; margin-bottom: 4px; }
.project-panel__heading strong { font-size: .8rem; }
.project-list { display: grid; gap: 8px; }
.project-row { align-items: center; display: grid; gap: 10px; grid-template-columns: 1fr auto; }
.project-row form {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
}
.admin-project-group-title {
  align-items: end;
  border-top: 1px solid #e3e1da;
  display: flex;
  gap: 10px;
  grid-column: 1 / -1;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 14px;
}
.admin-project-group-title:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.admin-project-group-title strong { font-size: .78rem; }
.admin-project-group-title span { color: var(--muted); font-size: .64rem; }
.project-row input, .project-row select, .project-row textarea,
.new-project-form input, .new-project-form select, .new-project-form textarea {
  font-size: .7rem;
  padding: 10px 11px;
}
.admin-project-field {
  display: grid;
  gap: 6px;
}
.admin-project-field span {
  color: var(--ink);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.admin-project-field small {
  color: var(--muted);
  font-size: .62rem;
  line-height: 1.35;
}
.admin-project-field input,
.admin-project-field select,
.admin-project-field textarea { width: 100%; }
.project-deliverables-input {
  min-height: 72px;
  resize: vertical;
}
.project-row .admin-project-field:has(.project-deliverables-input),
.new-project-form .admin-project-field:has(.project-deliverables-input) { grid-column: span 2; }
.project-row .admin-project-field:has(.project-preproduction-input),
.new-project-form .admin-project-field:has(.project-preproduction-input) { grid-column: span 2; }
.project-preproduction-input--notes {
  min-height: 104px;
}
.admin-planning-panel {
  background: #fffefb;
  border: 1px solid #e7e2d7;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(9, 9, 9, .035);
  display: grid;
  gap: 14px;
  grid-column: 1 / -1;
  padding: 16px;
}
.admin-planning-panel__intro {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.admin-planning-panel__intro strong {
  font-size: .82rem;
}
.admin-planning-panel__intro p {
  color: var(--muted);
  font-size: .66rem;
  line-height: 1.45;
  margin: 0;
  max-width: 360px;
}
.admin-planning-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
}
.admin-planning-grid .admin-project-field {
  background: var(--paper);
  border: 1px solid rgba(9, 9, 9, .05);
  border-radius: 14px;
  padding: 12px;
}
.project-row .admin-project-field:has(.project-planning-input--wide),
.new-project-form .admin-project-field:has(.project-planning-input--wide) { grid-column: span 2; }
.admin-planning-grid .admin-project-field:has(.project-planning-input--wide) { grid-column: auto; }
.project-planning-input { grid-column: span 1; }
.project-planning-input--wide {
  min-height: 64px;
  resize: vertical;
}
.project-quotation-admin {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: .7rem;
  gap: 8px;
  grid-column: 1 / -1;
  padding: 6px 0 2px;
}
.project-quotation-admin > span { color: var(--muted); margin-right: auto; }
.project-quotation-admin .secondary-button { padding: 9px 13px; }
.remove-quotation {
  background: none;
  border: 0;
  color: #a45c48;
  cursor: pointer;
  font-size: .68rem;
}
.project-asana-admin {
  align-items: center;
  background: #f2f1ec;
  border-radius: 16px;
  display: grid;
  gap: 8px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(160px, .8fr) minmax(220px, 1.2fr) minmax(155px, .7fr) auto;
  padding: 12px;
}
.project-asana-admin > div { display: grid; gap: 3px; }
.project-asana-admin strong { font-size: .75rem; }
.project-asana-admin span { color: var(--muted); font-size: .62rem; }
.project-asana-admin input,
.project-asana-admin select { background: white; }
.project-asana-admin button:disabled { cursor: not-allowed; opacity: .48; }
.project-row form > button[type="submit"], .new-project-form > button[type="submit"] {
  align-self: stretch;
  grid-column: -2 / -1;
}
.project-row form > button[type="submit"] {
  grid-column: 1 / -1;
  justify-self: end;
  min-width: 150px;
}
.new-project-form > button[type="submit"] {
  grid-column: 1 / -1;
  justify-self: end;
  min-width: 170px;
}
.project-row button, .new-project-form button { padding: 10px 13px; }
.remove-project { background: none; border: 0; color: #a45c48; cursor: pointer; font-size: .68rem; }
.danger-button {
  background: #fff3ef;
  border: 1px solid #e8b7a8;
  border-radius: 999px;
  color: #9e3f28;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 700;
  padding: 11px 16px;
}
.danger-button:hover { background: #fbe4dd; }
.project-danger-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  grid-column: 1 / -1;
  justify-content: flex-end;
}
.new-project-form {
  border-top: 1px dashed #d7d7d1;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  margin-top: 15px;
  padding-top: 15px;
}
.no-projects { color: var(--muted); font-size: .72rem; margin: 5px 0; }
.member-count { color: var(--muted); font-size: .7rem; }
.member-list-heading { border-top: 1px solid var(--line); padding: 22px 26px 10px; }
.member-list-heading .eyebrow { display: block; margin-bottom: 4px; }
.member-list-heading strong { font-size: .8rem; }
.member-list { border-top: 1px solid var(--line); }
.member-row {
  align-items: center;
  display: grid;
  font-size: .75rem;
  gap: 15px;
  grid-template-columns: 1fr 1.4fr auto;
  padding: 14px 26px;
}
.member-row + .member-row { border-top: 1px solid #f0efeb; }
.member-row span { color: var(--muted); }
.remove-member { background: none; border: 0; color: #a45c48; cursor: pointer; font-size: .7rem; }
.add-member { margin-left: 8px; }
.member-dialog {
  background: var(--paper);
  border: 0;
  border-radius: 7px;
  color: var(--ink);
  max-width: 500px;
  padding: 38px;
  width: min(90vw, 500px);
}
.member-dialog::backdrop { background: rgba(11,20,17,.72); backdrop-filter: blur(6px); }
.member-dialog .dialog-close { background: #e4e4df; color: var(--ink); }
.member-dialog > div > .muted { font-size: .8rem; line-height: 1.5; margin: 10px 0 25px; }
.member-dialog form { display: grid; gap: 18px; }

.video-dialog { background: #111; border: 0; border-radius: 7px; color: white; max-height: 94vh; max-width: 1050px; overflow-y: auto; padding: 0; width: min(92vw, 1050px); }
.video-dialog::backdrop { background: rgba(11,20,17,.82); backdrop-filter: blur(7px); }
.dialog-close { background: rgba(255,255,255,.12); border: 0; border-radius: 50%; color: white; cursor: pointer; font-size: 1.3rem; height: 34px; position: absolute; right: 14px; top: 14px; width: 34px; z-index: 3; }
.video-frame { aspect-ratio: 16/9; background: black; }
.video-frame iframe { border: 0; height: 100%; width: 100%; }
.dialog-meta { align-items: center; display: flex; justify-content: space-between; padding: 24px 28px; }
.dialog-meta .eyebrow { color: #91b6a2; margin-bottom: 8px; }
.dialog-meta h2 { font-size: 1.25rem; }
.dialog-meta .secondary-button { background: transparent; border-color: #434846; color: white; }
.toast { background: var(--ink); border-radius: 4px; color: white; font-size: .75rem; opacity: 0; padding: 12px 16px; pointer-events: none; position: fixed; right: 24px; top: 24px; transform: translateY(-10px); transition: .25s; z-index: 30; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 950px) {
  .login-shell { grid-template-columns: 1fr; }
  .login-brand { min-height: 40vh; padding: 35px 7vw; }
  .login-brand__copy { margin: 60px 0; }
  .login-brand__footer { display: none; }
  .login-panel { padding: 65px 25px; }
  .app-shell { grid-template-columns: 1fr; }
  .sidebar { box-shadow: 10px 0 40px rgba(0,0,0,.14); left: -270px; position: fixed; transition: left .25s; width: 245px; z-index: 20; }
  .sidebar.is-open { left: 0; }
  .mobile-menu { background: none; border: 0; display: block; font-size: 1.2rem; }
  .featured-card { grid-template-columns: 1.3fr 1fr; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .portal-project-grid { grid-template-columns: repeat(2, 1fr); }
  .request-form__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
  .login-brand h1 { font-size: 2.8rem; }
  .topbar { padding: 0 20px; }
  .preview-banner { align-items: flex-start; flex-direction: column; padding: 14px 20px; }
  .client-identity { display: none; }
  .content { padding: 45px 20px 70px; }
  .welcome-row, .section-heading--videos { align-items: flex-start; flex-direction: column; gap: 25px; }
  .action-needed-list, .planning-list, .document-preview-grid, .download-center-list { grid-template-columns: 1fr; }
  .action-card { align-items: flex-start; flex-direction: column; }
  .project-status-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .library-stats div { text-align: left; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-visual { min-height: 240px; }
  .featured-copy { padding: 30px; }
  .controls { width: 100%; }
  .search-field { flex: 1; }
  .search-field input { min-width: 0; width: 100%; }
  .video-grid { grid-template-columns: 1fr; }
  .portal-project-grid { grid-template-columns: 1fr; }
  .request-form__grid { grid-template-columns: 1fr; }
  .request-summary { align-items: flex-start; flex-direction: column; }
  .settings-card, .settings-card--form { align-items: flex-start; display: flex; flex-direction: column; padding: 25px; }
  .settings-card--form form { width: 100%; }
  .logo-preview, .document-preview { width: 100%; }
  .dialog-meta { align-items: flex-start; flex-direction: column; gap: 20px; }
  .admin-grid { grid-template-columns: 1fr; }
  .admin-grid__wide { grid-column: auto; }
  .client-card__header { align-items: flex-start; flex-direction: column; }
  .project-row { align-items: stretch; grid-template-columns: 1fr; }
  .project-row form, .new-project-form { grid-template-columns: 1fr; }
  .admin-planning-panel__intro { flex-direction: column; }
  .admin-planning-grid { grid-template-columns: 1fr; }
  .admin-project-field,
  .project-deliverables-input,
  .project-preproduction-input,
  .project-planning-input,
  .project-row form > button[type="submit"],
  .new-project-form > button[type="submit"] { grid-column: 1; }
  .project-info-section { grid-template-columns: 1fr; }
  .project-asana-admin { grid-template-columns: 1fr; }
  .remove-project { justify-self: start; }
  .member-row { grid-template-columns: 1fr auto; }
  .member-row span { grid-column: 1; }
}

/* Cinedoc huisstijl */
:root {
  --ink: #090909;
  --muted: #6c6c68;
  --paper: #f2f2f0;
  --white: #fff;
  --line: #deded9;
  --sage: #e5d23a;
  --sage-dark: #8a7d00;
  --forest: #090909;
  --orange: #e5d23a;
  --yellow: #e5d23a;
  --shadow: 0 22px 65px rgba(0, 0, 0, .11);
}

body { font-family: "Inter", sans-serif; }
h1, h2, h3 { font-family: "Roboto Condensed", "Inter", sans-serif; letter-spacing: -.035em; }
h1 { font-weight: 700; }
.eyebrow { color: #817300; font-weight: 800; }
.eyebrow--light { color: var(--yellow); }
.studio-mark { width: 145px; }
.studio-mark img { display: block; height: auto; width: 100%; }
.studio-mark--light img { filter: invert(1); }
.studio-mark--light.has-client-logo img {
  filter: none;
  max-height: 74px;
  object-fit: contain;
  object-position: left center;
}
.partner-brand { display: grid; gap: 9px; justify-items: start; }
.partner-brand > span {
  color: var(--muted);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.login-brand {
  background: #090909;
  isolation: isolate;
  padding: 48px 7vw 42px;
}
.login-brand::before,
.login-brand::after {
  border: 0;
  content: "";
  position: absolute;
  z-index: 0;
}
.login-brand::before {
  background: var(--yellow);
  border-radius: 999px 999px 0 0;
  height: 118px;
  right: 8%;
  top: 15%;
  width: 236px;
}
.login-brand::after {
  background: #151515;
  border-radius: 0 0 999px 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .045);
  height: 118px;
  right: calc(8% + 118px);
  top: calc(15% + 118px);
  width: 236px;
}
.login-brand h1 {
  font-size: clamp(3.4rem, 6vw, 7rem);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .9;
  text-transform: uppercase;
}
.login-brand__copy > p:last-child { color: #d3d3cf; }
.login-panel { background: var(--paper); }
.login-form h2 { font-size: 2.8rem; }

input, select, textarea { border-color: #d4d4cf; border-radius: 14px; padding: 15px 16px; }
input:focus, select:focus, textarea:focus { border-color: #9b8d00; box-shadow: 0 0 0 4px rgba(229, 210, 58, .22); }
.checkbox span { border-radius: 5px; }
.checkbox input:checked + span { background: var(--yellow); border-color: var(--yellow); }
.checkbox input:checked + span::after { color: var(--ink); }
.primary-button, .secondary-button { border-radius: 999px; font-weight: 700; padding: 13px 20px; }
.primary-button { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.primary-button:hover { background: #d7c42f; border-color: #d7c42f; }
.text-button, .login-options a { color: var(--ink); }

.app-shell { grid-template-columns: 260px 1fr; }
.sidebar { background: #e8e8e5; border-color: #d3d3ce; padding: 34px 28px 25px; }
.sidebar-nav { margin-top: 62px; }
.nav-item { border-radius: 999px; font-weight: 600; padding: 13px 15px; }
.nav-item:hover, .nav-item.is-active { background: var(--yellow); color: var(--ink); }
.project-subnav { border-left-color: #c8c8c1; margin-left: 27px; }
.project-subnav-button { border-radius: 12px; }
.project-subnav-button:hover, .project-subnav-button.is-active { background: white; color: var(--ink); }
.support-card { background: white; border: 0; border-radius: 22px; padding: 20px; }
.support-card a { color: var(--ink); }
.topbar { background: rgba(242, 242, 240, .9); }
.mini-logo { background: var(--yellow); color: var(--ink); }
.avatar { background: var(--ink); color: white; }
.featured-card { background: var(--ink); border-radius: 28px; }
.featured-copy .eyebrow, .dialog-meta .eyebrow { color: var(--yellow); }
.featured-copy p { color: #c9c9c4; }
.play-button { background: var(--yellow); color: var(--ink); }
.video-thumb { border-radius: 22px; }
.project-status-section, .settings-card, .admin-form-card, .client-card, .portal-project-card {
  border: 0;
  border-radius: 26px;
}
.status-current-label { background: var(--yellow); color: var(--ink); }
.portal-project-card__visual { background: var(--ink); }
.portal-project-card__copy span { color: var(--ink); }
.logo-preview, .client-initials { background: var(--yellow); color: var(--ink); border-radius: 18px; }
.project-panel { background: #f7f7f4; }
.brand-assets-panel { background: white; border-top: 1px solid var(--line); padding: 22px 26px 25px; }
.brand-assets { display: grid; gap: 18px; grid-template-columns: 1fr 1.25fr 1fr; }
.brand-assets > div > span {
  color: var(--muted);
  display: block;
  font-size: .66rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.brand-assets em { color: var(--muted); font-size: .72rem; }
.brand-asset-logo > div {
  align-items: center;
  background: var(--paper);
  border-radius: 14px;
  display: flex;
  height: 82px;
  justify-content: center;
  overflow: hidden;
  padding: 12px;
}
.brand-asset-logo img { max-height: 100%; max-width: 100%; object-fit: contain; }
.brand-asset-colors > div { display: grid; gap: 7px; }
.admin-color { align-items: center; display: flex; gap: 9px; }
.admin-color i { border: 1px solid var(--line); border-radius: 50%; height: 25px; width: 25px; }
.admin-color code { color: var(--ink); font: 600 .7rem "Inter", sans-serif; }
.brand-asset-guide { align-content: start; display: grid; justify-items: start; }
.empty-state { border-radius: 24px; }
.member-dialog, .video-dialog { border-radius: 26px; }
.toast { border-radius: 999px; }

@media (max-width: 950px) {
  .login-brand::before {
    height: 82px;
    right: 6%;
    top: 12%;
    width: 164px;
  }
  .login-brand::after {
    bottom: auto;
    height: 82px;
    right: calc(6% + 82px);
    top: calc(12% + 82px);
    width: 164px;
  }
}

@media (max-width: 650px) {
  .login-brand { min-height: 46vh; }
  .login-brand h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .login-brand__copy { margin: 70px 0 30px; }
  .project-detail-header { margin-bottom: 22px; }
  .featured-section .section-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .featured-card, .project-status-section, .settings-card, .admin-form-card, .client-card, .portal-project-card {
    border-radius: 20px;
  }
  .brand-assets { grid-template-columns: 1fr; }
  .video-review-heading, .video-approval-proof { align-items: flex-start; flex-direction: column; }
  .video-feedback-actions { display: grid; grid-template-columns: 1fr; }
  .dialog-actions { align-items: stretch; flex-wrap: wrap; }
  .admin-review-summary { align-items: start; grid-template-columns: 1fr auto; }
  .admin-review-summary small { text-align: left; }
  .admin-review-chevron { grid-column: 2; grid-row: 1; }
  .admin-feedback-form { grid-template-columns: 1fr; }
  .team-form, .team-member-row { grid-template-columns: 1fr; }
}
