:root {
  --green-950: #071a13;
  --green-900: #0b251a;
  --green-800: #123627;
  --green-700: #1c4c36;
  --sage: #a8bb9b;
  --moss: #687d5f;
  --cream: #f2efe4;
  --paper: #e8e5d8;
  --sand: #c9bfa8;
  --ink: #132018;
  --line-dark: rgba(242, 239, 228, .16);
  --line-light: rgba(18, 54, 39, .18);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
}

* { box-sizing: border-box; }
html { min-width: 320px; min-height: 100%; }
body { min-height: 100vh; margin: 0; }
a { color: inherit; }
.skip-link {
  position: fixed; left: 12px; top: -100px; z-index: 20; padding: 10px 14px;
  color: var(--green-950); background: var(--cream); border: 1px solid currentColor;
}
.skip-link:focus { top: 12px; }

.wordmark {
  display: inline-flex; align-items: center; gap: 12px; color: var(--green-900);
  text-decoration: none; text-transform: uppercase; letter-spacing: .11em;
}
.wordmark > span:last-child { display: grid; gap: 1px; }
.wordmark strong { font: 600 13px/1 Inter, "Helvetica Neue", Arial, sans-serif; }
.wordmark b { font: 400 12px/1 Inter, "Helvetica Neue", Arial, sans-serif; letter-spacing: .28em; }
.wordmark-leaf {
  display: block; width: 29px; height: 34px; border-radius: 75% 8% 70% 28%;
  background: var(--green-800); transform: rotate(-12deg);
}
.wordmark-light { color: var(--cream); }
.wordmark-light .wordmark-leaf { background: var(--sage); }

.public-page {
  position: relative; display: grid; min-height: 100svh; grid-template-rows: auto 1fr auto;
  overflow: hidden; color: var(--cream); background: #06140e; isolation: isolate;
}
.public-page::after {
  content: ""; position: fixed; inset: 0; z-index: 7; opacity: .11; pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, .48) 0 .45px, transparent .65px) 0 0 / 4px 4px;
  mix-blend-mode: soft-light;
}
.public-header {
  position: relative; z-index: 6; min-height: 104px; display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px;
  padding: 22px clamp(24px, 5vw, 78px); border-bottom: 1px solid rgba(242, 239, 228, .18);
  background: linear-gradient(180deg, rgba(4, 15, 10, .56), rgba(4, 15, 10, .08));
  backdrop-filter: blur(4px);
}
.gateway-state {
  display: flex; align-items: center; gap: 9px; margin: 0;
  color: rgba(242, 239, 228, .62); font: 600 9px/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: .18em; text-transform: uppercase;
}
.gateway-state span {
  width: 6px; height: 6px; border-radius: 50%; background: #c7f58a;
  box-shadow: 0 0 0 5px rgba(199, 245, 138, .08), 0 0 18px rgba(199, 245, 138, .75);
  animation: gatewayPulse 2.8s ease-in-out infinite;
}
.header-login {
  justify-self: end; display: inline-flex; align-items: center; gap: 18px;
  min-height: 43px; padding: 0 15px 0 18px; border: 1px solid rgba(242, 239, 228, .25);
  color: var(--cream); background: rgba(5, 19, 13, .22); text-decoration: none;
  font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  transition: color .25s ease, border-color .25s ease, background .25s ease;
}
.header-login:hover {
  color: #dcffae; border-color: rgba(199, 245, 138, .72); background: rgba(7, 30, 20, .72);
}
.header-login span { color: #c7f58a; font-size: 15px; font-weight: 400; }
.public-main { position: relative; z-index: 2; display: grid; min-height: 0; }
.public-hero {
  position: relative; min-height: calc(100svh - 158px); display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, .36fr); align-items: end;
  gap: clamp(42px, 7vw, 130px); overflow: hidden;
  padding: clamp(76px, 10vh, 132px) clamp(24px, 5vw, 78px) clamp(66px, 9vh, 110px);
}
.terrain-stage { position: absolute; inset: 0; overflow: hidden; }
.terrain-photo {
  position: absolute; inset: -4%; background: url("/assets/lowcountry-sitework.jpg") 55% 55% / cover no-repeat;
  filter: saturate(.78) contrast(1.08) brightness(.77); transform: scale(1.035);
  animation: terrainBreathe 18s ease-in-out infinite alternate;
}
.terrain-wash {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 15, 10, .98) 0%, rgba(4, 18, 12, .94) 27%, rgba(5, 22, 15, .57) 55%, rgba(4, 16, 11, .22) 78%, rgba(3, 13, 9, .52) 100%),
    linear-gradient(180deg, rgba(4, 14, 10, .18), transparent 42%, rgba(2, 10, 7, .82)),
    radial-gradient(circle at 78% 31%, rgba(190, 242, 119, .16), transparent 20rem);
}
.survey-grid {
  position: absolute; inset: 0 0 0 44%; opacity: .25;
  background:
    linear-gradient(rgba(203, 244, 154, .18) 1px, transparent 1px) 0 0 / 74px 74px,
    linear-gradient(90deg, rgba(203, 244, 154, .18) 1px, transparent 1px) 0 0 / 74px 74px;
  mask-image: linear-gradient(90deg, transparent, black 24%, black 78%, transparent);
  transform: perspective(700px) rotateX(64deg) translateY(27%) scale(1.35);
  transform-origin: 50% 100%;
}
.terrain-scan {
  position: absolute; top: 0; bottom: 0; left: 38%; width: 12%;
  background: linear-gradient(90deg, transparent, rgba(200, 255, 135, .08), rgba(200, 255, 135, .22), transparent);
  border-right: 1px solid rgba(215, 255, 162, .34); mix-blend-mode: screen;
  animation: scanTerrain 8.5s cubic-bezier(.6, 0, .3, 1) infinite;
}
.contour-field { position: absolute; inset: 4% -8% -8% 44%; opacity: .62; }
.contour {
  position: absolute; display: block; border: 1px solid rgba(207, 247, 158, .44);
  box-shadow: inset 0 0 18px rgba(190, 242, 119, .025); transform: rotate(-10deg);
}
.contour-one { inset: 13% 9% 10% 3%; border-radius: 48% 52% 44% 56% / 43% 49% 51% 57%; }
.contour-two { inset: 20% 17% 17% 10%; border-radius: 51% 49% 56% 44% / 46% 55% 45% 54%; }
.contour-three { inset: 28% 25% 24% 18%; border-radius: 45% 55% 47% 53% / 56% 45% 55% 44%; }
.contour-four { inset: 36% 32% 32% 26%; border-radius: 54% 46% 52% 48% / 44% 58% 42% 56%; }
.contour-five { inset: 44% 40% 40% 34%; border-radius: 49% 51% 57% 43% / 53% 45% 55% 47%; }
.route {
  position: absolute; z-index: 2; height: 1px; transform-origin: left center;
  background: linear-gradient(90deg, rgba(199, 245, 138, .06), rgba(218, 255, 173, .95), rgba(199, 245, 138, .12));
  box-shadow: 0 0 13px rgba(199, 245, 138, .2);
}
.route-one { left: 61%; top: 37%; width: 28%; transform: rotate(17deg); }
.route-two { left: 70%; top: 61%; width: 21%; transform: rotate(-29deg); }
.route-three { left: 76%; top: 24%; width: 17%; transform: rotate(64deg); }
.signal {
  position: absolute; z-index: 3; width: 9px; height: 9px; border: 1px solid rgba(231, 255, 200, .92);
  border-radius: 50%; background: #bff179; box-shadow: 0 0 20px rgba(199, 245, 138, .72);
}
.signal i {
  position: absolute; inset: -9px; border: 1px solid rgba(199, 245, 138, .52);
  border-radius: 50%; animation: signalPing 2.8s ease-out infinite;
}
.signal-one { left: 60.6%; top: 36.4%; }
.signal-two { left: 78.7%; top: 42.4%; }
.signal-three { left: 89.3%; top: 53.8%; }
.signal-four { left: 72.5%; top: 63.2%; }
.signal-two i { animation-delay: .8s; }
.signal-three i { animation-delay: 1.5s; }
.signal-four i { animation-delay: 2.1s; }
.terrain-datum {
  position: absolute; z-index: 3; color: rgba(233, 246, 219, .68);
  font: 600 8px/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: .16em; text-transform: uppercase;
}
.datum-one { right: 4%; top: 18%; }
.datum-two { right: 4%; bottom: 10%; }
.datum-three { left: 63%; top: 40%; color: rgba(215, 255, 162, .9); }
.hero-copy {
  position: relative; z-index: 4; max-width: 940px;
  animation: heroRise .9s cubic-bezier(.2, .75, .25, 1) both;
}
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin: 0 0 25px;
  color: var(--green-700); font-size: 10px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
}
.eyebrow span { width: 35px; height: 1px; background: currentColor; }
.public-hero h1, .access-intro h1, .error-card h1 {
  margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400;
  font-size: clamp(50px, 7.3vw, 108px); line-height: .92; letter-spacing: -.055em;
}
.public-hero h1 {
  max-width: 920px; color: #f6f2e7; font-size: clamp(61px, 7.4vw, 120px);
  line-height: .83; letter-spacing: -.062em; text-wrap: balance;
  text-shadow: 0 3px 35px rgba(0, 0, 0, .24);
}
.public-hero h1 em {
  color: #c7f58a; font-weight: 400; text-shadow: 0 0 40px rgba(159, 227, 89, .1);
}
.access-intro h1 em { color: var(--green-700); font-weight: 400; }
.lede {
  max-width: 570px; margin: 30px 0 31px; color: rgba(239, 242, 229, .72);
  font-size: clamp(14px, 1.2vw, 18px); line-height: 1.65;
}
.primary-button {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 38px;
  min-width: 275px; min-height: 58px; padding: 0 16px 0 21px; border: 1px solid #c7f58a;
  color: #081a11; background: #c7f58a; text-decoration: none;
  font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  box-shadow: 0 16px 48px rgba(2, 12, 8, .24);
  transition: color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.primary-button:hover {
  color: #dcffae; background: rgba(7, 28, 18, .82); transform: translateY(-3px);
  box-shadow: 0 20px 60px rgba(2, 12, 8, .42), 0 0 30px rgba(199, 245, 138, .1);
}
.button-arrow {
  display: grid; width: 30px; height: 30px; place-items: center;
  border-left: 1px solid rgba(8, 26, 17, .24); font-size: 17px; font-weight: 400;
}
.field-index {
  position: relative; z-index: 4; align-self: end; width: min(290px, 100%);
  margin-bottom: 8px; padding: 18px 0 0; border-top: 1px solid rgba(236, 242, 225, .28);
  animation: heroRise .9s .12s cubic-bezier(.2, .75, .25, 1) both;
}
.field-index p {
  margin: 0 0 15px; color: #c7f58a; font: 700 8px/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: .19em; text-transform: uppercase;
}
.field-index ol { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.field-index li {
  display: grid; grid-template-columns: 28px 1fr; align-items: center;
  color: rgba(242, 239, 228, .78); font-size: 10px; font-weight: 650;
  letter-spacing: .11em; text-transform: uppercase;
}
.field-index li span {
  color: rgba(199, 245, 138, .62); font: 500 8px/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
}
.public-footer {
  position: relative; z-index: 6; display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 24px; align-items: center; min-height: 54px; padding: 14px clamp(24px, 5vw, 78px);
  color: rgba(226, 234, 218, .48); border-top: 1px solid rgba(242, 239, 228, .15);
  background: rgba(3, 13, 9, .68); backdrop-filter: blur(12px);
  font-size: 8px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase;
}
.public-footer > span:last-child { justify-self: end; }
.footer-system { display: flex; align-items: center; gap: 8px; }
.footer-system i { width: 4px; height: 4px; border-radius: 50%; background: #c7f58a; box-shadow: 0 0 10px #c7f58a; }

@keyframes gatewayPulse {
  0%, 100% { opacity: .55; box-shadow: 0 0 0 4px rgba(199, 245, 138, .06), 0 0 12px rgba(199, 245, 138, .35); }
  50% { opacity: 1; box-shadow: 0 0 0 7px rgba(199, 245, 138, .1), 0 0 22px rgba(199, 245, 138, .8); }
}
@keyframes signalPing {
  0% { opacity: .9; transform: scale(.45); }
  75%, 100% { opacity: 0; transform: scale(1.7); }
}
@keyframes scanTerrain {
  0%, 8% { transform: translateX(-120%); opacity: 0; }
  18% { opacity: 1; }
  72% { opacity: .72; }
  86%, 100% { transform: translateX(540%); opacity: 0; }
}
@keyframes terrainBreathe {
  from { transform: scale(1.035); }
  to { transform: scale(1.075) translate3d(-.4%, -.6%, 0); }
}
@keyframes heroRise {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.access-page {
  display: grid; grid-template-rows: auto 1fr auto; color: var(--cream);
  background:
    radial-gradient(circle at 82% 8%, rgba(168, 187, 155, .1), transparent 29rem),
    linear-gradient(145deg, var(--green-950), #06160f 68%);
}
.access-header {
  min-height: 104px; display: flex; justify-content: space-between; align-items: center;
  padding: 20px clamp(22px, 5vw, 74px); border-bottom: 1px solid var(--line-dark);
}
.identity { display: flex; align-items: center; gap: 13px; }
.identity-copy { display: grid; justify-items: end; gap: 4px; }
.identity-copy strong { font-size: 11px; letter-spacing: .03em; }
.identity-copy small { color: var(--sage); font-size: 9px; text-transform: capitalize; letter-spacing: .12em; }
.identity-avatar {
  width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%;
  color: var(--green-950); background: var(--sage); font-size: 10px; font-weight: 800;
}
.signout {
  margin-left: 10px; padding-left: 22px; border-left: 1px solid var(--line-dark);
  color: var(--sage); font-size: 10px; text-decoration: none;
}
.access-main { width: min(1500px, 100%); margin: 0 auto; padding: clamp(40px, 7vw, 96px) clamp(22px, 5vw, 74px); }
.access-intro {
  display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(240px, .6fr);
  align-items: end; gap: 50px; padding-bottom: clamp(45px, 6vw, 82px);
}
.eyebrow-light { color: var(--sage); }
.access-intro h1 { font-size: clamp(45px, 6.6vw, 90px); }
.access-intro h1 em { color: var(--sage); }
.access-intro > p {
  max-width: 410px; margin: 0 0 8px; color: #b8c1b7; font-size: 14px; line-height: 1.7;
}
.panel-section { border-top: 1px solid var(--line-dark); padding-top: 22px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.section-heading h2 {
  margin: 0; font-size: 10px; text-transform: uppercase; letter-spacing: .2em;
}
.section-heading > span { color: #899a8c; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.panel-grid {
  counter-reset: workspace; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px;
}
.workspace-card {
  counter-increment: workspace; position: relative; min-height: 310px; display: flex;
  flex-direction: column; justify-content: space-between; overflow: hidden;
  padding: 24px; color: var(--cream); border: 1px solid var(--line-dark);
  background: rgba(18, 54, 39, .52); text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
a.workspace-card:hover {
  transform: translateY(-4px); border-color: rgba(168, 187, 155, .52);
  background: rgba(28, 76, 54, .62);
}
.workspace-card::before {
  content: ""; position: absolute; right: -55px; top: -60px; width: 170px; height: 170px;
  border: 1px solid rgba(168, 187, 155, .15); border-radius: 50%;
}
.workspace-card::after {
  content: ""; position: absolute; right: 27px; top: 27px; width: 42px; height: 42px;
  border: 1px solid rgba(168, 187, 155, .18); transform: rotate(45deg);
}
.card-number::before {
  content: "0" counter(workspace); color: var(--sage);
  font: 600 10px ui-monospace, "SFMono-Regular", Menlo, monospace; letter-spacing: .12em;
}
.workspace-card > div { position: relative; z-index: 1; margin-top: auto; padding-bottom: 35px; }
.workspace-card p {
  margin: 0 0 14px; color: var(--sage); font-size: 9px;
  font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.workspace-card h3 {
  margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.6vw, 38px); font-weight: 400; letter-spacing: -.035em;
}
.card-summary { display: block; max-width: 360px; color: #aab5aa; font-size: 12px; line-height: 1.6; }
.card-action {
  display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line-dark);
  color: #d9ddd4; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.card-action b { color: var(--sage); font-size: 14px; }
.workspace-card-locked { opacity: .45; background: rgba(11, 37, 26, .45); }
.workspace-card-locked::after { border-style: dashed; }
.access-footer {
  display: flex; justify-content: space-between; padding: 23px clamp(22px, 5vw, 74px);
  color: #77877a; border-top: 1px solid var(--line-dark);
  font-size: 9px; letter-spacing: .13em; text-transform: uppercase;
}

.error-page {
  display: grid; place-items: center; padding: 24px; color: var(--cream);
  background: radial-gradient(circle at 75% 15%, rgba(168, 187, 155, .12), transparent 25rem), var(--green-950);
}
.error-card { width: min(680px, 100%); padding: clamp(30px, 6vw, 70px); border: 1px solid var(--line-dark); }
.error-card .eyebrow { margin-top: 70px; }
.error-card h1 { font-size: clamp(44px, 7vw, 76px); }
.error-card > p:not(.eyebrow) { max-width: 510px; margin: 27px 0; color: #b8c1b7; line-height: 1.65; }
.primary-button-light { color: var(--green-950); background: var(--sage); }
.primary-button-light:hover { color: var(--cream); }
.quiet-link { display: block; width: fit-content; margin-top: 20px; color: var(--sage); font-size: 11px; }

.login-page {
  display: grid; grid-template-rows: auto 1fr auto; color: var(--cream);
  background:
    radial-gradient(circle at 78% 12%, rgba(168, 187, 155, .12), transparent 29rem),
    linear-gradient(145deg, var(--green-950), #06160f 68%);
}
.login-header {
  min-height: 104px; display: flex; align-items: center; justify-content: space-between;
  padding: 20px clamp(22px, 5vw, 74px); border-bottom: 1px solid var(--line-dark);
}
.quiet-header-link {
  color: var(--sage); font-size: 10px; letter-spacing: .08em;
  text-decoration: none; text-transform: uppercase;
}
.login-main {
  width: min(1260px, 100%); margin: 0 auto; display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .65fr);
  align-items: center; gap: clamp(55px, 9vw, 150px); padding: clamp(48px, 7vw, 100px) clamp(22px, 5vw, 74px);
}
.login-intro h1 {
  margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(62px, 8vw, 112px);
  font-weight: 400; line-height: .9; letter-spacing: -.055em;
}
.login-intro h1 em { color: var(--sage); font-weight: 400; }
.login-intro > p:last-child {
  max-width: 470px; margin: 32px 0 0; color: #b8c1b7; font-size: 15px; line-height: 1.7;
}
.login-card {
  padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line-dark);
  background: rgba(11, 37, 26, .72);
}
.form-kicker {
  margin: 0 0 13px; color: var(--sage); font-size: 9px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
}
.login-card h2 {
  margin: 0 0 30px; font-family: Georgia, "Times New Roman", serif;
  font-size: 42px; font-weight: 400; letter-spacing: -.03em;
}
.login-card form { display: grid; }
.login-card label {
  margin: 0 0 8px; color: #c6cec4; font-size: 9px; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase;
}
.login-card input:not([type="hidden"]) {
  width: 100%; min-height: 50px; margin: 0 0 20px; padding: 12px 14px;
  color: var(--cream); background: rgba(242, 239, 228, .045);
  border: 1px solid rgba(242, 239, 228, .22); border-radius: 0; font: inherit;
}
.login-card input:focus { outline: 2px solid var(--sage); outline-offset: 2px; }
.login-card button { width: 100%; border: 0; cursor: pointer; margin-top: 4px; }
.form-error {
  margin: -12px 0 22px; padding: 11px 13px; color: #f1d2c9;
  border-left: 2px solid #d69b89; background: rgba(112, 45, 29, .28); font-size: 12px; line-height: 1.5;
}
.admin-entry {
  display: grid; gap: 9px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line-dark);
}
.admin-entry > span {
  color: #77877a; font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
}
.admin-entry a { width: fit-content; color: var(--sage); font-size: 11px; text-decoration: none; }

@media (max-width: 900px) {
  .public-hero { grid-template-columns: 1fr; align-items: center; padding-right: clamp(24px, 9vw, 72px); }
  .field-index { display: none; }
  .terrain-photo { background-position: 64% 55%; }
  .terrain-wash {
    background:
      linear-gradient(90deg, rgba(3, 15, 10, .97) 0%, rgba(4, 18, 12, .88) 46%, rgba(4, 18, 12, .36) 84%, rgba(3, 13, 9, .5)),
      linear-gradient(180deg, rgba(4, 14, 10, .25), transparent 34%, rgba(2, 10, 7, .86));
  }
  .contour-field { left: 35%; }
  .access-intro { grid-template-columns: 1fr; gap: 25px; }
  .panel-grid { grid-template-columns: 1fr; }
  .workspace-card { min-height: 270px; }
  .login-main { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 620px) {
  .public-header {
    min-height: 82px; grid-template-columns: 1fr auto; gap: 15px; padding: 15px 18px;
    background: rgba(4, 15, 10, .42);
  }
  .access-header, .login-header { min-height: 84px; padding: 16px 18px; }
  .gateway-state { display: none; }
  .wordmark { gap: 9px; }
  .wordmark-leaf { width: 24px; height: 29px; }
  .wordmark strong { font-size: 11px; }
  .wordmark b { font-size: 10px; }
  .header-login { min-height: 38px; gap: 10px; padding: 0 11px 0 13px; font-size: 8px; }
  .public-main { min-height: 0; }
  .public-hero {
    min-height: calc(100svh - 128px); align-items: center;
    padding: 70px 18px 58px;
  }
  .public-hero h1 { max-width: 560px; font-size: clamp(51px, 14vw, 77px); line-height: .88; }
  .eyebrow { max-width: 300px; margin-bottom: 19px; font-size: 8px; line-height: 1.45; letter-spacing: .16em; }
  .eyebrow span { width: 22px; flex: 0 0 auto; }
  .lede { max-width: 390px; margin: 24px 0 25px; font-size: 13px; }
  .primary-button { width: min(100%, 340px); min-width: 0; }
  .terrain-photo { inset: -2% -34% -2% -13%; background-position: 64% 52%; }
  .terrain-wash {
    background:
      linear-gradient(90deg, rgba(3, 15, 10, .96), rgba(4, 18, 12, .77) 58%, rgba(3, 14, 9, .47)),
      linear-gradient(180deg, rgba(4, 14, 10, .4), transparent 32%, rgba(2, 10, 7, .9));
  }
  .survey-grid { left: 22%; opacity: .17; }
  .contour-field { inset: 7% -42% -5% 25%; opacity: .42; }
  .terrain-datum, .route-three, .signal-three, .signal-four { display: none; }
  .route-one { left: 52%; width: 38%; }
  .route-two { left: 65%; width: 30%; }
  .signal-one { left: 51.5%; }
  .signal-two { left: 81%; }
  .public-footer {
    min-height: 46px; grid-template-columns: 1fr auto; gap: 16px; padding: 12px 18px;
    font-size: 7px; letter-spacing: .12em;
  }
  .footer-system { display: none; }
  .access-footer { align-items: flex-start; flex-direction: column; gap: 8px; padding: 18px; }
  .identity-copy { display: none; }
  .identity-avatar { width: 34px; height: 34px; }
  .signout { margin-left: 0; padding-left: 12px; }
  .access-main { padding: 54px 18px; }
  .access-intro h1 { font-size: 48px; }
  .workspace-card { min-height: 250px; padding: 20px; }
  .login-main { padding: 52px 18px; }
  .login-intro h1 { font-size: 62px; }
  .login-card { padding: 26px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important; transition: none !important; animation: none !important;
  }
}
