:root {
  --bg: #050505;
  --bg-soft: #101010;
  --panel: #161616;
  --panel-light: #f4f1ea;
  --text: #f7f7f7;
  --muted: #d0d0d0;
  --ink: #171717;
  --ink-muted: #66635d;
  --line: rgba(255, 255, 255, 0.16);
  --line-dark: rgba(0, 0, 0, 0.14);
  --silver: #e7e7e7;
  --accent: #c7fb6b;
  --warm: #e5c06f;
  --blue: #75d7ff;
  --danger: #ff746b;
  --radius: 8px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #050505;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
}

body.light-page {
  color: var(--ink);
  background: #f3f1ec;
}

body.home-page {
  background:
    radial-gradient(circle at 82% 26%, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(180deg, #070707 0%, #030303 100%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 20;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--accent);
  border-radius: 4px;
}

.skip-link:focus {
  left: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.9);
  backdrop-filter: blur(18px);
}

.home-stage {
  min-height: 100vh;
  padding: 18px 28px 34px;
  display: grid;
  align-content: start;
  gap: 22px;
  overflow: hidden;
}

.home-logo-lockup {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding-top: 0;
}

.home-logo-lockup img {
  width: clamp(64px, 5.6vw, 98px);
  height: clamp(64px, 5.6vw, 98px);
  border-radius: 50%;
  object-fit: cover;
}

.home-logo-lockup p {
  margin: 0;
  color: #e8e8e8;
  font-size: clamp(0.9rem, 1.28vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-align: center;
}

.home-logo-lockup strong {
  color: #fff;
  font-weight: 950;
}

.home-logo-lockup span {
  width: 74px;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
}

.home-board {
  width: min(1900px, calc(100vw - 76px));
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  background:
    radial-gradient(circle at 74% 42%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(145deg, rgba(9, 9, 9, 0.98), rgba(2, 2, 2, 0.98));
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.48);
  padding: clamp(18px, 1.75vw, 30px);
}

.board-nav {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.board-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #f6f6f6;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(1rem, 1.22vw, 1.25rem);
  font-weight: 800;
  letter-spacing: 4px;
}

.board-brand img {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  object-fit: cover;
}

.board-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.board-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  color: #e4e4e4;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.board-links a:hover,
.board-links a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.board-links .board-cta {
  min-width: 118px;
  color: #f4f4f4;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

.board-links .board-cta::after {
  content: "->";
  margin-left: 12px;
}

.board-hero {
  display: grid;
  grid-template-columns: minmax(480px, 0.95fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: clamp(42px, 4.8vw, 82px);
  padding: clamp(44px, 4.6vw, 78px) clamp(26px, 3vw, 58px) 22px;
}

.board-copy h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(4.15rem, 5.4vw, 6.55rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

.board-copy p {
  max-width: 560px;
  margin: 0;
  color: #d7d7d7;
  font-size: clamp(1.05rem, 1.24vw, 1.28rem);
}

.home-proof {
  width: min(100%, 520px);
  justify-self: end;
  align-self: end;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(27, 27, 27, 0.96), rgba(9, 9, 9, 0.98));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.home-proof img {
  width: 78px;
  height: 78px;
  margin-bottom: 58px;
  border-radius: 50%;
  object-fit: cover;
}

.proof-kicker {
  margin-bottom: 12px;
  color: #dcdcdc;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.home-proof h2 {
  max-width: 420px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(2rem, 2.7vw, 3rem);
  line-height: 1.02;
}

.home-proof p:not(.proof-kicker) {
  max-width: 420px;
  color: #cfcfcf;
  font-size: 1.03rem;
}

.proof-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 6px;
  color: #f4f4f4;
  text-decoration: none;
  font-weight: 900;
}

.proof-link::after {
  content: "->";
  margin-left: 10px;
}

.brand-laptop {
  position: relative;
  min-height: clamp(330px, 28vw, 500px);
  perspective: 1200px;
  margin-left: clamp(34px, 3.8vw, 82px);
}

.reference-laptop {
  min-height: 0;
  margin-left: clamp(8px, 1.8vw, 34px);
}

.reference-laptop img {
  width: min(100%, 760px);
  margin-left: auto;
  filter: drop-shadow(0 34px 50px rgba(0, 0, 0, 0.45));
}

.laptop-hotspot {
  position: absolute;
  left: 14%;
  bottom: 38%;
  width: 114px;
  min-height: 42px;
  opacity: 0;
  border-radius: 6px;
}

.laptop-hotspot:focus-visible {
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #050505;
  background: var(--accent);
  outline: 3px solid #fff;
  text-decoration: none;
  font-weight: 900;
}

.laptop-screen {
  position: relative;
  min-height: clamp(270px, 23vw, 390px);
  padding: clamp(28px, 3.4vw, 48px);
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  background:
    radial-gradient(circle at 74% 47%, rgba(255, 255, 255, 0.14), transparent 22%),
    linear-gradient(145deg, #050505, #0f0f0f);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.52);
  transform: rotateZ(4deg) skewX(-4deg);
  overflow: hidden;
}

.laptop-screen .mini-mark {
  display: block;
  margin-bottom: 32px;
  color: #f5f5f5;
  font-size: 1rem;
  font-style: italic;
}

.laptop-screen h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.4rem, 3.35vw, 4.35rem);
  line-height: 0.95;
}

.laptop-screen a {
  position: relative;
  z-index: 2;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.laptop-screen a::after {
  content: "->";
  margin-left: 10px;
}

.laptop-screen img {
  position: absolute;
  right: clamp(26px, 5vw, 78px);
  top: 50%;
  width: clamp(150px, 18vw, 270px);
  height: clamp(150px, 18vw, 270px);
  border-radius: 50%;
  object-fit: cover;
  transform: translateY(-40%);
}

.laptop-base {
  position: absolute;
  left: 20%;
  right: 9%;
  bottom: 10%;
  height: clamp(26px, 3.5vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0 0 34px 34px;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.72), rgba(5, 5, 5, 0.72));
  transform: skewX(-20deg);
  opacity: 0.48;
}

.board-signals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 8px clamp(26px, 3vw, 58px) 0;
}

.board-signals a {
  min-height: 96px;
  display: grid;
  grid-template-columns: 54px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-content: center;
  padding: 18px 24px;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.board-signals a:last-child {
  border-right: 0;
}

.signal-icon {
  grid-row: 1 / 3;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--silver);
  font-size: 0;
  font-weight: 900;
  letter-spacing: 1px;
}

.signal-icon::before {
  font-size: 0.85rem;
}

.board-signals a:nth-child(1) .signal-icon::before {
  content: "01";
}

.board-signals a:nth-child(2) .signal-icon::before {
  content: "02";
}

.board-signals a:nth-child(3) .signal-icon::before {
  content: "03";
}

.board-signals strong {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.board-signals small {
  color: #cfcfcf;
  font-size: 0.96rem;
}

.board-toggle {
  display: none;
}


.light-page .site-header {
  background: rgba(251, 250, 247, 0.92);
  border-bottom-color: var(--line-dark);
}

.nav-wrap {
  width: min(1160px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  min-width: 230px;
}

.brand-mark {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.light-page .brand-mark {
  border-color: rgba(0, 0, 0, 0.2);
}

.brand-text {
  display: grid;
  gap: 1px;
}

.brand-name {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.brand-sub {
  color: var(--muted);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.light-page .brand-sub {
  color: var(--ink-muted);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.nav-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 4px;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
}

.light-page .nav-links a {
  color: var(--ink-muted);
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.light-page .nav-links a:hover,
.light-page .nav-links a[aria-current="page"] {
  color: var(--ink);
  background: rgba(0, 0, 0, 0.06);
}

.nav-links .nav-cta {
  color: #f4f4f4;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-links .nav-login {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #cfcfcf;
  background: rgba(255, 255, 255, 0.035);
}

.light-page .nav-links .nav-cta {
  color: #f4f4f4;
  background: rgba(255, 255, 255, 0.095);
  border-color: rgba(255, 255, 255, 0.2);
}

.light-page .nav-links .nav-login {
  color: #d5d5d5;
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.14);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--text);
  background: transparent;
}

.light-page .menu-toggle {
  color: var(--ink);
  border-color: var(--line-dark);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0;
}

.section-tight {
  padding: 56px 0;
}

.page-hero + .section {
  padding-top: 38px;
}

.eyebrow {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.light-page .eyebrow {
  color: #497a00;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
.hero-title {
  margin-bottom: 20px;
  font-size: clamp(3.1rem, 6.6vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.2;
}

.lead {
  max-width: 690px;
  color: var(--muted);
  font-size: 1.15rem;
}

.light-page .lead {
  color: var(--ink-muted);
}

.hero {
  overflow: hidden;
  min-height: calc(100vh - 76px);
  background:
    radial-gradient(circle at 83% 28%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #070707 0%, #050505 100%);
}

.hero-inner {
  width: min(1160px, calc(100% - 32px));
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  padding: 54px 0 34px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: 46px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--silver);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 800;
}

.hero-kicker::after {
  content: "";
  width: 58px;
  height: 1px;
  background: var(--silver);
}

.hero-copy {
  color: var(--muted);
  font-size: 1.2rem;
  max-width: 560px;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  color: var(--text);
  background: transparent;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
}

.button::after {
  content: "->";
  font-size: 1rem;
}

.button.compact {
  min-height: 38px;
  padding: 0 13px;
  font-size: 0.88rem;
}

.button.primary {
  color: #060606;
  background: var(--silver);
  border-color: var(--silver);
}

.button.warm {
  color: #080807;
  background: var(--warm);
  border-color: var(--warm);
}

.light-page .button {
  color: var(--ink);
  border-color: var(--line-dark);
}

.light-page .button.primary {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.button:hover {
  transform: translateY(-1px);
}

.board-links .board-cta::after,
.button::after {
  content: "->";
}

.hero-visual {
  position: relative;
}

.concept-frame {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  background: #0b0b0b;
}

.concept-frame img {
  width: 100%;
  height: auto;
}

.signal-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0a0a0a;
}

.signal-grid {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.signal {
  min-height: 128px;
  padding: 26px 26px 24px;
  border-right: 1px solid var(--line);
}

.signal:first-child {
  border-left: 1px solid var(--line);
}

.signal strong {
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.signal p {
  color: var(--muted);
  margin: 0;
}

.band {
  background: #f3f1ec;
  color: var(--ink);
}

.band-dark {
  background: #0a0a0a;
  color: var(--text);
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.section-head p {
  max-width: 520px;
  color: inherit;
  opacity: 0.72;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.pricing-grid {
  grid-template-columns: repeat(4, 1fr);
}

.card,
.price-card,
.work-card,
.form-panel,
.legal-panel,
.portal-panel {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.card,
.price-card,
.work-card,
.legal-panel,
.portal-panel {
  padding: 24px;
}

.card h3,
.price-card h3,
.work-card h3 {
  position: relative;
  display: inline-block;
  width: fit-content;
  color: #fff;
  background: linear-gradient(180deg, #ffffff 0%, #ececec 42%, #a9a9a9 68%, #f7f7f7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.34),
    0 12px 28px rgba(255, 255, 255, 0.13);
}

.card h3::after,
.price-card h3::after,
.work-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(180, 180, 180, 0.32), transparent);
}

.card.dark,
.price-card.dark {
  color: var(--text);
  background: var(--panel);
  border-color: var(--line);
}

.card p,
.price-card p,
.work-card p {
  color: var(--ink-muted);
}

.card.dark p,
.price-card.dark p {
  color: var(--muted);
}

.feature-list,
.check-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.feature-list li,
.check-list li {
  position: relative;
  padding-left: 22px;
  margin: 9px 0;
  color: inherit;
}

.feature-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  background: currentColor;
  opacity: 0.42;
}

.price {
  margin: 18px 0 6px;
  font-size: clamp(1.85rem, 2.65vw, 2.28rem);
  line-height: 1;
  font-weight: 900;
}

.price span {
  color: var(--ink-muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.price-card.dark .price span {
  color: var(--muted);
}

.deposit {
  margin: 0 0 18px;
  color: var(--ink-muted);
  font-weight: 800;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.service-card h3 {
  color: #f7f7f7;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16),
    0 10px 26px rgba(0, 0, 0, 0.34);
}

.service-card .feature-list {
  margin-bottom: 20px;
}

.service-card .button {
  align-self: flex-start;
  margin-top: 0;
}

.service-price {
  align-self: flex-start;
  margin: 12px 0 18px;
  padding: 8px 12px 7px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-left: 2px solid rgba(245, 245, 245, 0.78);
  color: #f8f8f8;
  font-size: 0.84rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(168, 168, 168, 0.04)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 28px rgba(0, 0, 0, 0.18);
}

.optional {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.privacy-note {
  margin-bottom: 0;
}

.price-card.dark .deposit {
  color: var(--muted);
}

.page-hero {
  background:
    radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(135deg, #080808 0%, #030303 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  color: var(--text);
}

.page-hero-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 54px 0 46px;
}

.page-hero h1 {
  max-width: 780px;
  font-size: clamp(2.35rem, 3.65vw, 3.95rem);
  line-height: 1.05;
}

.page-hero p {
  max-width: 690px;
  color: var(--muted);
  font-size: 1.08rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 48px;
  align-items: start;
}

.stack {
  display: grid;
  gap: 16px;
}

.process {
  counter-reset: step;
}

.process-item {
  position: relative;
  padding-left: 58px;
}

.process-item::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #090909;
  background: var(--accent);
  font-weight: 900;
}

.work-card {
  overflow: hidden;
  padding: 0;
}

.sample-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.sample-link:hover,
.sample-link:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

.work-shot {
  min-height: 220px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  background: #111;
}

.work-shot.motion {
  background:
    linear-gradient(135deg, rgba(41, 28, 17, 0.8), rgba(8, 8, 8, 0.92)),
    radial-gradient(circle at 24% 28%, #9b6a35, transparent 32%);
}

.work-shot.writing {
  background:
    linear-gradient(135deg, rgba(20, 34, 36, 0.82), rgba(9, 9, 9, 0.96)),
    radial-gradient(circle at 72% 30%, #75d7ff, transparent 31%);
}

.work-shot span {
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.sample-shot {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  align-items: stretch;
}

.sample-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.32) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.26), transparent 52%);
  pointer-events: none;
}

.sample-preview {
  width: 100%;
  height: 100%;
  min-height: 250px;
  display: block;
  object-fit: cover;
  object-position: top center;
  filter: saturate(0.92) contrast(1.05);
  transition: transform 220ms ease, filter 220ms ease;
}

.sample-link:hover .sample-preview,
.sample-link:focus-visible .sample-preview {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.08);
}

.work-shot .sample-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 6px;
  color: #fff;
  background: rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(8px);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.work-body {
  padding: 24px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
}

.tag {
  padding: 5px 9px;
  border: 1px solid var(--line-dark);
  border-radius: 4px;
  color: var(--ink-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.form-panel {
  padding: 28px;
}

.request-form.form-panel {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: clamp(18px, 2.6vw, 30px);
  border-radius: 2px;
  box-shadow:
    inset 1px 0 rgba(255, 255, 255, 0.08),
    inset -1px 0 rgba(255, 255, 255, 0.05),
    0 22px 70px rgba(0, 0, 0, 0.26);
}

.form-intro {
  max-width: 680px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.form-intro h2 {
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 2.4vw, 2.45rem);
  line-height: 1.08;
}

.form-intro p {
  max-width: 640px;
  color: #d8d8d8;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field-note {
  margin: -1px 0 0;
  color: #bdbdbd;
  font-size: 0.86rem;
}

.starter-file-field {
  max-width: 860px;
}

.starter-file-field input[type="file"] {
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.045);
}

.drop-zone {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 116px;
  padding: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.32);
  border-radius: 2px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.025));
  cursor: pointer;
}

.drop-zone.is-dragging {
  border-color: var(--accent);
  background:
    linear-gradient(135deg, rgba(187, 255, 83, 0.13), rgba(255, 255, 255, 0.035));
}

.drop-zone input[data-file-picker],
.starter-file-input {
  position: absolute;
  width: 1px;
  min-height: 1px;
  opacity: 0;
  pointer-events: none;
}

.drop-zone-copy {
  display: grid;
  gap: 6px;
}

.drop-zone-copy strong {
  font-size: 1.02rem;
}

.drop-zone-copy span {
  color: #c9c9c9;
  font-size: 0.92rem;
}

.upload-list {
  display: grid;
  gap: 6px;
  color: #d6d6d6;
  font-size: 0.9rem;
}

.upload-list span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.036);
}

.upload-list small {
  color: #aaa;
  font-weight: 800;
}

.upload-list.upload-error {
  color: #ff9b9b;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.76);
}

.modal-backdrop.open {
  display: flex;
}

.modal-panel {
  position: relative;
  width: min(760px, 100%);
  max-height: 88vh;
  overflow: auto;
  padding: clamp(24px, 4vw, 42px);
  padding-right: clamp(34px, 6vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.11), transparent 30%),
    #111;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.modal-panel h2 {
  max-width: 620px;
  font-size: clamp(2.35rem, 5vw, 4.2rem);
  line-height: 0.98;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 3;
  min-width: 88px;
  height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 2px;
  color: #050505;
  background: #f6f6f6;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
  font-weight: 900;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.modal-close:hover,
.modal-close:focus-visible {
  background: var(--accent);
  outline: none;
}

.modal-copy {
  display: grid;
  gap: 12px;
  margin: 18px 0;
  color: #dcdcdc;
}

.modal-check {
  margin-top: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.payment-test-card {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid rgba(187, 255, 83, 0.26);
  border-radius: 4px;
  background:
    radial-gradient(circle at 0 0, rgba(187, 255, 83, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.payment-test-card h3 {
  margin: 0;
}

.disabled-link {
  opacity: 0.75;
}

.checkout-status {
  min-height: 1.4em;
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.checkout-status.is-error {
  color: #ffb0b0;
}

.field.full {
  grid-column: 1 / -1;
}

.inline-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.44fr);
  gap: 10px;
}

label,
.label {
  color: var(--ink);
  font-weight: 900;
}

.label em {
  display: inline-block;
  margin-left: 8px;
  color: #b9b9b9;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.request-form input,
.request-form select,
.request-form textarea {
  min-height: 42px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.26);
}

.request-form textarea {
  min-height: 126px;
}

textarea {
  min-height: 160px;
  resize: vertical;
}

input[type="file"] {
  padding: 10px;
}

.upload-panel {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(255, 80, 80, 0.36);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 54, 54, 0.13), transparent 30%),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 0 28px rgba(255, 44, 44, 0.08);
}

.upload-panel > label::after {
  content: " required choice below";
  margin-left: 8px;
  color: #ff7777;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.upload-choice {
  margin-top: 10px;
}

.checkbox-list {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.check {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  background: #fbfaf7;
}

.request-form .check {
  align-items: center;
  grid-template-columns: 18px 1fr;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 2px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018));
  transition:
    border-color 150ms ease,
    background 150ms ease,
    transform 150ms ease;
}

.request-form .check:hover,
.request-form .check:focus-within {
  border-color: rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.03));
}

.request-form .check span {
  font-size: 0.9rem;
  line-height: 1.28;
}

.check input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.form-note {
  margin-top: 16px;
  color: var(--ink-muted);
  font-size: 0.92rem;
}

.privacy-assurance {
  max-width: 980px;
  margin-top: 20px;
  padding: 14px 16px;
  border-left: 3px solid rgba(231, 231, 231, 0.7);
  color: #dedede;
  background: rgba(255, 255, 255, 0.045);
}

.form-section {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.refined-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: clamp(20px, 2.5vw, 30px) 0;
  border-width: 1px 0 0;
  border-radius: 0;
  background: transparent;
}

.refined-section:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.section-label {
  display: block;
}

.section-label h2 {
  margin-bottom: 0;
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  line-height: 1.05;
}

.section-label .eyebrow {
  margin-bottom: 8px;
}

.form-section + .form-section,
.form-section + .notice-panel,
.notice-panel + .button-row {
  margin-top: 18px;
}

.form-intro + .refined-section,
.refined-section + .refined-section {
  margin-top: 0;
}

.form-intro + .refined-section {
  border-top: 0;
}

.request-form {
  display: grid;
  gap: 0;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

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

.service-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-grid .check {
  height: 100%;
}

.login-panel input:disabled,
.login-panel button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.login-panel .button.primary:disabled {
  color: #f1f1f1;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.maintenance-collapsed {
  display: none;
}

.honeypot {
  display: none;
}

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 36px;
}

.legal-nav {
  position: sticky;
  top: 100px;
  align-self: start;
  display: grid;
  gap: 8px;
}

.legal-nav a {
  padding: 9px 10px;
  border-radius: 4px;
  color: var(--ink-muted);
  text-decoration: none;
}

.legal-nav a:hover {
  color: var(--ink);
  background: rgba(0, 0, 0, 0.06);
}

.legal-panel {
  margin-bottom: 16px;
}

.legal-panel h2 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  line-height: 1.08;
}

.legal-panel p {
  max-width: 980px;
}

.small-print {
  color: var(--ink-muted);
  font-size: 0.92rem;
}

.portal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.portal-session-summary,
.admin-item {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
  color: var(--text);
}

.portal-session-summary {
  margin-bottom: 16px;
  padding: 18px;
}

.portal-session-summary h3,
.portal-session-summary p {
  margin: 0;
}

.portal-session-summary p:last-child {
  color: var(--muted);
}

.portal-project-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.portal-project-summary div {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.026));
}

.portal-project-summary span,
.portal-project-summary strong {
  display: block;
}

.portal-project-summary span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.portal-project-summary strong {
  margin-top: 5px;
  color: #fff;
  font-size: 0.95rem;
}

.portal-project-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.portal-project-card,
.attached-project-summary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.028));
}

.portal-project-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 16px;
}

.portal-project-card h3,
.portal-project-card p,
.portal-project-card small,
.attached-project-summary p,
.attached-project-summary strong,
.attached-project-summary span {
  display: block;
  margin: 0;
}

.portal-project-card small,
.attached-project-summary span {
  color: var(--muted);
}

.portal-card-actions,
.admin-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
}

.attached-project-summary {
  margin-bottom: 18px;
  padding: 16px;
}

.attached-project-summary strong {
  color: #fff;
  font-size: 1.05rem;
}

.is-attached-field {
  display: none;
}

.admin-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 22px 0;
}

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

.admin-item {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 3px;
  min-height: 74px;
}

.admin-item strong,
.admin-item span,
.admin-item small {
  display: block;
}

.admin-item strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}

.admin-item span {
  color: #e1e1e1;
  font-size: 0.93rem;
  line-height: 1.35;
}

.admin-item small {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.admin-quote-item {
  grid-template-columns: 118px minmax(0, 1fr) auto;
}

.admin-item-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.admin-row-kicker {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-row-kicker time {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.admin-row-main {
  min-width: 0;
}

.admin-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.admin-row-action {
  min-width: 150px;
}

.status-chip {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-width: 54px;
  justify-content: center;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 3px;
  color: #d8d8d8;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
}

.admin-work-row[data-opens-project="true"] {
  cursor: pointer;
}

.status-chip.is-new {
  color: #f4f4f4;
  border-color: rgba(180, 180, 180, 0.42);
}

.status-chip.is-waiting {
  color: #dedede;
  border-color: rgba(210, 210, 210, 0.28);
}

.status-chip.is-deposit {
  color: #050505;
  border-color: rgba(218, 218, 218, 0.94);
  background: linear-gradient(135deg, #f8f8f8, #bcbcbc);
}

.status-chip.is-paid {
  color: #050505;
  border-color: var(--accent);
  background: var(--accent);
}

.admin-details {
  grid-column: 1 / -1;
  padding: 14px 0 2px 116px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.admin-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.admin-detail-grid div {
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
  border-radius: 3px;
}

.admin-detail-grid span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.admin-detail-grid strong {
  margin-top: 4px;
}

.admin-item.is-open {
  border-color: rgba(190, 255, 88, 0.42);
}

.payment-badges {
  display: flex;
  gap: 6px;
}

.payment-badge {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 3px;
  color: #9a9a9a;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.8rem;
  font-weight: 950;
}

.payment-badge.is-on {
  color: #050505;
  background: var(--accent);
  border-color: var(--accent);
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
  margin: 20px 0 12px;
}

.admin-stats button {
  min-height: 62px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  color: inherit;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.022));
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.admin-stats button:hover,
.admin-stats button:focus-visible,
.admin-stats button.is-active {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.07);
  outline: none;
}

.admin-stats button:hover,
.admin-stats button:focus-visible {
  transform: translateY(-1px);
}

.admin-stats button.is-active {
  box-shadow: inset 0 -2px 0 rgba(218, 218, 218, 0.78);
}

.admin-stats span,
.admin-stats strong {
  display: block;
}

.admin-stats span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-stats strong {
  margin-top: 7px;
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  line-height: 1;
}

.admin-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 0 0 14px;
}

.admin-tools .checkout-status {
  flex: 1 1 280px;
  margin: 0;
}

.admin-workboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: 12px;
  align-items: start;
  margin: 16px 0 22px;
}

.admin-queue-panel,
.admin-detail-panel {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 3px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
}

.admin-queue-panel {
  min-height: 500px;
}

.admin-detail-panel {
  position: sticky;
  top: 18px;
  overflow: hidden;
  max-width: 100%;
  min-height: 500px;
  padding: 16px;
}

.admin-detail-panel h2 {
  margin-bottom: 8px;
  font-size: clamp(1.45rem, 2.1vw, 2.25rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.admin-detail-panel h3 {
  margin: 16px 0 6px;
  color: #fff;
  font-size: 1rem;
}

.admin-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.admin-tab {
  min-height: 42px;
  padding: 9px 8px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.018);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.admin-tab:last-child {
  border-right: 0;
}

.admin-tab.is-active {
  color: #050505;
  background: linear-gradient(135deg, #f6f6f6, #bdbdbd);
}

.admin-tab-panel {
  min-width: 0;
  padding: 7px 8px;
}

.admin-tab-panel[hidden] {
  display: none !important;
}

.admin-work-row {
  width: 100%;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) minmax(72px, 88px);
  gap: 8px;
  align-items: center;
  min-height: 54px;
  padding: 7px 9px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.admin-work-row:hover,
.admin-work-row.is-selected {
  background: rgba(255, 255, 255, 0.055);
}

.admin-work-row.is-selected {
  box-shadow: inset 3px 0 0 rgba(218, 218, 218, 0.75);
}

.admin-row-date {
  display: grid;
  gap: 4px;
  align-content: start;
  min-width: 0;
}

.admin-row-date time {
  color: #d7d7d7;
  font-size: 0.7rem;
  font-weight: 850;
  line-height: 1.2;
}

.admin-work-row .admin-row-main strong,
.admin-work-row .admin-row-main span,
.admin-work-row .admin-row-main small,
.admin-row-money strong,
.admin-row-money span,
.admin-row-money small {
  display: block;
}

.admin-work-row .admin-row-main strong {
  overflow: hidden;
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-work-row .admin-row-main span {
  overflow: hidden;
  color: #d8d8d8;
  font-size: 0.76rem;
  line-height: 1.28;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-work-row .admin-row-main small {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.28;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-row-action,
.admin-row-money {
  justify-self: end;
  min-width: 0;
  text-align: right;
}

.admin-row-action {
  width: 100%;
  padding: 7px 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 950;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-row-money strong {
  color: #fff;
  font-size: 0.78rem;
  line-height: 1.1;
}

.admin-row-money span,
.admin-row-money small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.2;
}

.admin-file-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 7px;
  margin: 13px 0;
}

.admin-file-grid div {
  min-width: 0;
  min-height: 56px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.035);
}

.admin-file-grid span,
.admin-file-grid strong {
  display: block;
}

.admin-file-grid span {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.admin-file-grid strong {
  margin-top: 5px;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.25;
  word-break: break-word;
}

.admin-detail-subtitle {
  overflow-wrap: anywhere;
  margin-bottom: 12px;
  color: #d8d8d8;
  font-size: 0.9rem;
  line-height: 1.35;
}

.admin-inline-status {
  min-height: 1.1rem;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.admin-inline-status.is-error {
  color: #ffb4b4;
}

.admin-workflow-grid {
  display: grid;
  gap: 7px;
  margin-top: 13px;
}

.admin-workflow-grid article {
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.028);
}

.admin-workflow-grid span,
.admin-workflow-grid strong,
.admin-workflow-grid p {
  display: block;
}

.admin-workflow-grid span {
  color: var(--accent);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.admin-workflow-grid strong {
  margin-top: 4px;
  color: #fff;
  font-size: 0.84rem;
  line-height: 1.25;
}

.admin-workflow-grid p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

@media (max-width: 1250px) {
  .admin-workboard {
    grid-template-columns: 1fr;
  }

  .admin-detail-panel {
    position: static;
    min-height: 0;
  }
}

.admin-quote-form-panel {
  margin-top: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.admin-quote-form-panel.is-focused {
  border-color: rgba(218, 218, 218, 0.55);
  box-shadow: 0 0 0 1px rgba(218, 218, 218, 0.16);
}

.quote-money {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.quote-money div {
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.045);
}

.quote-money span,
.quote-money strong {
  display: block;
}

.quote-money span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quote-money strong {
  margin-top: 5px;
  color: #fff;
  font-size: clamp(0.92rem, 2vw, 1.08rem);
  line-height: 1.15;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-transform: capitalize;
}

.admin-project-shell {
  width: min(1380px, 100%);
  margin-inline: auto;
}

.admin-project-shell .shell {
  overflow-x: clip;
}

.admin-project-shell > h1 {
  max-width: 940px;
  font-size: clamp(1.8rem, 3.5vw, 3.2rem);
  line-height: 1;
}

.admin-project-file {
  display: grid;
  gap: 18px;
  min-width: 0;
  overflow: hidden;
}

.admin-project-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  min-width: 0;
}

.admin-project-topline h2 {
  margin-bottom: 6px;
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.admin-project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.admin-project-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.5fr);
  gap: 16px;
  align-items: start;
  min-width: 0;
}

.admin-project-main,
.admin-project-side {
  min-width: 0;
  display: grid;
  gap: 14px;
  overflow-wrap: anywhere;
}

.admin-project-summary {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.admin-project-summary strong {
  overflow-wrap: anywhere;
}

.admin-project-workflow {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.admin-project-side .notice-panel {
  margin: 0;
}

.admin-command-line {
  display: block;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.4);
  color: #f4f4f4;
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.72rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.admin-cloud-files {
  display: grid;
  gap: 12px;
}

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

.admin-file-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.028);
}

.admin-file-row strong,
.admin-file-row span,
.admin-file-row small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.admin-file-row strong {
  color: #fff;
  font-size: 0.78rem;
}

.admin-file-row span,
.admin-file-row small {
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.35;
}

.admin-file-upload {
  display: grid;
  gap: 9px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.admin-file-upload label {
  display: grid;
  gap: 5px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-file-upload input,
.admin-file-upload select,
.admin-file-upload textarea {
  width: 100%;
  min-width: 0;
  border-radius: 3px;
}

@media (max-width: 1180px) {
  .admin-workboard {
    grid-template-columns: 1fr;
  }

  .admin-detail-panel {
    position: static;
  }

  .admin-project-topline,
  .admin-project-layout,
  .admin-project-summary,
  .admin-project-workflow {
    grid-template-columns: 1fr;
  }

  .admin-project-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .quote-money {
    grid-template-columns: 1fr;
  }
}

.locked-payment {
  margin-top: 18px;
}

.workspace-layout {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: start;
}

.workspace-rail {
  position: sticky;
  top: 120px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
}

.workspace-rail a {
  display: block;
  padding: 11px 0;
  color: #f5f5f5;
  font-weight: 800;
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.workspace-rail a:hover {
  color: var(--accent);
}

.workspace-main {
  display: grid;
  gap: 24px;
}

.private-intake-form .form-step {
  grid-template-columns: minmax(210px, 0.34fr) minmax(0, 1fr);
}

.field-note {
  margin-top: 8px;
  color: #bdbdbd;
  font-size: 0.88rem;
  line-height: 1.45;
}

.flow-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  counter-reset: flow;
}

.flow-list li {
  position: relative;
  min-height: 58px;
  padding: 14px 14px 14px 58px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #fff;
}

.flow-list li::before {
  counter-increment: flow;
  content: counter(flow);
  position: absolute;
  left: 14px;
  top: 14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #080808;
  background: var(--accent);
  font-weight: 900;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.status-card {
  min-height: 112px;
  padding: 16px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #fff;
}

.status-card strong {
  display: block;
  margin-bottom: 6px;
}

.status-card span {
  color: var(--ink-muted);
  font-size: 0.92rem;
}

.process-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.process-card {
  min-height: 0;
  padding: 20px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2px;
  background: transparent;
}

.process-card span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 2px;
}

.process-card h3 {
  margin-bottom: 10px;
}

.process-card p {
  color: #e8e8e8;
}

.payment-choice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.payment-choice label {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #fff;
  cursor: pointer;
}

.payment-choice input {
  width: 18px;
  min-height: 18px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #050505;
}

.footer-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

body.light-page {
  background:
    radial-gradient(circle at 72% 0%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(180deg, #060606 0%, #030303 100%);
  color: var(--text);
}

.page-logo-lockup {
  min-height: 198px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 18px;
  padding: 34px 16px 26px;
  background: #050505;
  text-align: center;
}

.page-logo-lockup img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
}

.page-logo-lockup p {
  margin: 0;
  color: #f2f2f2;
  font-size: clamp(1.02rem, 1.28vw, 1.28rem);
  font-weight: 800;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.page-logo-lockup span {
  width: 108px;
  height: 2px;
  background: rgba(255, 255, 255, 0.82);
}

.light-page .site-header {
  background: rgba(5, 5, 5, 0.92);
  border-top: 1px solid var(--line);
  border-bottom-color: var(--line);
}

.light-page .brand-name,
.light-page h1,
.light-page h2,
.light-page h3,
.light-page label,
.light-page .label {
  color: var(--text);
}

.light-page .brand-sub,
.light-page .nav-links a,
.light-page .lead,
.light-page .form-note,
.light-page .small-print,
.light-page .legal-nav a,
.light-page .status-card span,
.light-page .card p,
.light-page .price-card p,
.light-page .work-card p,
.light-page .deposit,
.light-page .price span {
  color: var(--muted);
}

.light-page .price-card p,
.light-page .card p,
.light-page .work-card p,
.light-page .feature-list li,
.light-page .check-list li {
  color: #f0f0f0;
}

.light-page .deposit,
.light-page .price span {
  color: #d8d8d8;
}

.pricing-grid .price-card h3 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.24rem;
  font-weight: 900;
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 36%, #9c9c9c 66%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.48),
    0 12px 34px rgba(255, 255, 255, 0.18);
}

.pricing-grid .price-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  background: linear-gradient(90deg, #ffffff 0%, #9f9f9f 42%, #f4f4f4 100%);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.28);
}

.pricing-grid .price-card {
  border-color: rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(circle at 28% 0%, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.04));
}

.pricing-grid .price {
  color: #fff;
  text-shadow: 0 12px 34px rgba(255, 255, 255, 0.11);
}

.notice-panel {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
  color: var(--text);
  padding: 30px;
}

.notice-panel.compact {
  padding: 22px;
}

.notice-panel h2 {
  margin-bottom: 12px;
}

.notice-panel p:last-child {
  margin-bottom: 0;
  color: #ededed;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(10px);
}

.modal-backdrop.open {
  display: grid;
}

.modal-backdrop[hidden],
.modal-backdrop[aria-hidden="true"] {
  display: none;
}

.modal-panel {
  width: min(680px, 100%);
  max-height: 88vh;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.14), transparent 30%),
    linear-gradient(145deg, #1a1a1a 0%, #080808 100%);
  color: var(--text);
  padding: clamp(24px, 4vw, 42px);
  padding-right: clamp(34px, 6vw, 64px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.52);
}

.modal-panel p {
  color: #e8e8e8;
}

.light-page .brand-mark {
  border-color: rgba(255, 255, 255, 0.42);
}

.light-page .nav-links a:hover,
.light-page .nav-links a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.light-page .button.primary {
  color: #060606;
  background: var(--silver);
  border-color: var(--silver);
}

.light-page .nav-links .nav-cta {
  color: #f4f4f4;
  background: rgba(255, 255, 255, 0.095);
  border-color: rgba(255, 255, 255, 0.2);
}

.light-page .menu-toggle,
.light-page .button {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.26);
}

.light-page .eyebrow {
  color: var(--accent);
}

.band,
.band-dark,
.page-hero {
  background:
    radial-gradient(circle at 78% 10%, rgba(255, 255, 255, 0.06), transparent 24%),
    linear-gradient(180deg, #080808 0%, #050505 100%);
  color: var(--text);
}

.section {
  color: var(--text);
}

.card,
.price-card,
.work-card,
.form-panel,
.legal-panel,
.portal-panel,
.flow-list li,
.status-card,
.payment-choice label {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
  color: var(--text);
}

.card.dark,
.price-card.dark {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
}

.tag {
  border-color: rgba(255, 255, 255, 0.16);
  color: #cfcfcf;
}

input,
select,
textarea {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--text);
  background: rgba(0, 0, 0, 0.38);
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.check,
.agreement-box {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.055);
}

.agreement-box {
  padding: 16px;
}

.agreement-box p {
  color: var(--muted);
}

.legal-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.sample-browser {
  position: relative;
  width: min(100%, 360px);
  min-height: 168px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.58));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.sample-topline {
  position: absolute;
  display: flex;
  gap: 6px;
  align-self: start;
}

.sample-topline span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.46);
}

.sample-browser strong {
  color: #fff;
  font-size: clamp(1.7rem, 2.2vw, 2.35rem);
  line-height: 1;
}

.sample-browser small {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rush-panel {
  border-color: rgba(184, 255, 92, 0.22);
}

@media (max-width: 900px) {
  .nav-wrap,
  .section,
  .page-hero-inner,
  .hero-inner,
  .signal-grid,
  .footer-inner {
    width: min(100% - 32px, 760px);
  }

  .menu-toggle {
    display: block;
    flex: 0 0 44px;
  }

  .board-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    padding: 10px 16px 18px;
    flex-direction: column;
    align-items: stretch;
    background: rgba(5, 5, 5, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .light-page .nav-links {
    background: rgba(5, 5, 5, 0.98);
  }

  .nav-links.open {
    display: flex;
  }

  .board-nav {
    position: relative;
  }

  .board-links {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    z-index: 5;
    display: none;
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(5, 5, 5, 0.98);
  }

  .board-links.open {
    display: flex;
  }

  .board-links a {
    width: 100%;
  }

  .nav-links a {
    justify-content: center;
  }

  .hero-inner,
  .split,
  .legal-layout,
  .board-hero,
  .refined-section {
    grid-template-columns: 1fr;
  }

  .home-stage {
    padding: 18px 16px 42px;
  }

  .home-logo-lockup p {
    letter-spacing: 5px;
  }

  .home-board {
    padding: 16px;
  }

  .board-brand {
    letter-spacing: 3px;
  }

  .board-brand img {
    width: 52px;
    height: 52px;
  }

  .board-hero {
    padding: 34px 0 18px;
    gap: 28px;
  }

  .board-hero,
  .board-copy,
  .home-proof {
    min-width: 0;
  }

  .board-copy,
  .home-proof,
  .board-copy p,
  .home-proof p {
    max-width: 300px;
  }

  .board-copy h1 {
    font-size: clamp(4rem, 16vw, 6rem);
  }

  .brand-laptop {
    min-height: 340px;
  }

  .reference-laptop {
    min-height: 0;
    margin-left: 0;
  }

  .reference-laptop img {
    width: 100%;
  }

  .laptop-hotspot {
    left: 11%;
    bottom: 30%;
    width: 104px;
    min-height: 38px;
  }

  .laptop-screen {
    min-height: 290px;
    transform: none;
  }

  .laptop-screen img {
    right: 10px;
    width: 170px;
    height: 170px;
    opacity: 0.85;
  }

  .laptop-base {
    display: none;
  }

  .hero-inner {
    min-height: auto;
    padding-top: 42px;
    gap: 30px;
  }

  .hero-title,
  .hero-copy {
    max-width: 100%;
  }

  .hero-visual,
  .concept-frame {
    width: 100%;
    min-width: 0;
  }

  .signal-grid,
  .card-grid,
  .pricing-grid,
  .form-grid,
  .two-col,
  .status-grid,
  .portal-project-summary,
  .choice-grid,
  .process-timeline,
  .payment-choice,
  .workspace-layout,
  .private-intake-form .form-step,
  .board-signals,
  .admin-stats,
  .admin-workboard,
  .admin-tabs,
  .admin-work-row,
  .admin-file-grid,
  .admin-board,
  .admin-item,
  .admin-quote-item,
  .admin-detail-grid,
  .portal-project-card,
  .admin-item-main {
    grid-template-columns: 1fr;
  }

  .admin-row-kicker {
    align-items: flex-start;
    padding: 0 0 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .admin-details {
    padding-left: 0;
  }

  .admin-detail-panel {
    position: static;
  }

  .admin-row-action,
  .admin-row-money {
    justify-self: start;
    text-align: left;
  }

  .workspace-rail {
    position: static;
  }

  .portal-card-actions,
  .admin-detail-actions {
    justify-content: flex-start;
  }

  .inline-control {
    grid-template-columns: 1fr;
  }

  .board-signals {
    padding: 4px 0 0;
  }

  .board-signals a {
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .signal,
  .signal:first-child {
    border-left: 1px solid var(--line);
  }

  .section-head,
  .footer-inner {
    display: grid;
  }

  .legal-nav {
    position: static;
  }
}

@media (max-width: 560px) {
  .home-stage {
    padding-right: 8px;
    padding-left: 8px;
  }

  .page-logo-lockup {
    min-height: 156px;
    overflow: hidden;
  }

  .page-logo-lockup img {
    width: 72px;
    height: 72px;
  }

  .page-logo-lockup p {
    max-width: 320px;
    font-size: 0.78rem;
    letter-spacing: 5.8px;
    line-height: 1.55;
  }

  .home-board {
    width: calc(100vw - 20px);
  }

  .board-nav {
    gap: 10px;
  }

  .brand {
    min-width: 0;
  }

  .brand-sub {
    display: none;
  }

  .section,
  .page-hero-inner {
    padding: 56px 0;
  }

  h1,
  .hero-title {
    font-size: 2.7rem;
  }

  .page-hero h1 {
    max-width: 330px;
    font-size: 2.28rem;
    line-height: 1.08;
  }

  .page-hero p {
    max-width: 330px;
  }

  .home-logo-lockup {
    display: none;
  }

  .board-copy h1 {
    font-size: clamp(2.75rem, 13.2vw, 3.18rem);
    line-height: 1.03;
  }

  .board-copy p {
    max-width: 100%;
    font-size: 1rem;
  }

  .home-page .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-page .hero-actions .button {
    width: 100%;
    max-width: 260px;
  }

  .board-brand span {
    font-size: 0.82rem;
    letter-spacing: 2px;
  }

  .board-brand img {
    width: 44px;
    height: 44px;
  }

  .home-proof {
    padding: 24px;
  }

  .home-proof img {
    margin-bottom: 36px;
  }

  .sample-shot {
    padding: 16px;
  }

  .sample-browser {
    width: 100%;
    min-height: 148px;
  }

  h2 {
    font-size: 2.1rem;
  }

  .hero-kicker {
    letter-spacing: 3px;
  }

  .form-panel {
    padding: 18px;
  }
}
