@font-face {
  font-family: Editorial;
  src: url("/assets/black-gold/editorial.woff2") format("woff2");
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  color-scheme: dark;
}
body {
  margin: 0;
  color: #f4eddf;
  background: #080a08;
  font:
    16px/1.6 system-ui,
    sans-serif;
  min-height: 100svh;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 25%, #69522c30, transparent 60%),
    linear-gradient(110deg, transparent 50%, #b2914112 60%, transparent 70%);
  z-index: -1;
}
main {
  max-width: 1600px;
  margin: auto;
  padding: 32px 28px 18px;
}
.eyebrow {
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.35em;
  color: #c8ad79;
  margin: 0 0 12px;
}
.stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px) minmax(0, 1fr);
  align-items: center;
  min-height: 510px;
  gap: 12px;
}
.book {
  margin: 0;
  min-width: 0;
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.book-host {
  height: 400px;
  position: relative;
  isolation: isolate;
}
.book-host canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.book-fallback {
  position: absolute;
  inset: 52px 22%;
  display: grid;
  place-content: center;
  gap: 15px;
  text-align: center;
  background: linear-gradient(120deg, #302a1c, #0c100d);
  border: 3px double #aa8747;
  box-shadow:
    14px 8px 0 #998f742c,
    28px 32px 40px #000a;
  transform: perspective(700px) rotateY(-23deg) rotateZ(-7deg);
  transition: opacity 0.5s;
}
.book-fallback b {
  font:
    52px Editorial,
    Georgia,
    serif;
  color: #e5c98a;
}
.book-fallback span {
  font-size: 12px;
  color: #c5b488;
}
.book-host[data-ready="true"] .book-fallback {
  opacity: 0;
  visibility: hidden;
}
figcaption {
  text-align: center;
  min-height: 90px;
  max-width: 370px;
  margin: 0 auto;
  padding: 0 12px;
}
figcaption > span {
  display: block;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #bda875;
  font-size: 11px;
  margin-bottom: 7px;
}
figcaption a {
  color: #e7cf9b;
  text-decoration: none;
  font:
    20px/1.3 Editorial,
    Georgia,
    serif;
  display: block;
}
figcaption a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.identity {
  text-align: center;
  position: relative;
  perspective: 900px;
}
.seal {
  width: 220px;
  height: 220px;
  margin: 0 auto 22px;
  position: relative;
  transform-style: preserve-3d;
  animation: seal-float 9s ease-in-out infinite;
}
.seal img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 24px 22px #000b);
  position: relative;
  transform: translateZ(18px);
}
.seal:before,
.seal:after {
  content: "";
  position: absolute;
  border: 1px solid #caa75b45;
  inset: -12px;
  border-radius: 50%;
  transform: rotateX(60deg) rotateY(-12deg);
}
.seal:after {
  inset: -24px;
  transform: rotateY(62deg) rotateX(10deg);
}
.identity h1 {
  font:
    clamp(28px, 3.1vw, 43px)/1.1 Editorial,
    Georgia,
    serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #edce8e;
  margin: 0;
  white-space: nowrap;
  text-shadow: 1px 2px #000;
}
.wordmark {
  position: relative;
  padding: 15px 0;
  border-block: 1px solid #96753988;
}
.wordmark:before,
.wordmark:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 9px;
  width: 32px;
  border-block: 2px solid #c7a250;
  filter: drop-shadow(0 2px #000);
}
.wordmark:before {
  right: 100%;
  transform: skewY(-25deg);
}
.wordmark:after {
  left: 100%;
  transform: skewY(25deg);
}
.domain {
  letter-spacing: 0.22em;
  color: #c2ac7c;
  font:
    17px Georgia,
    serif;
  margin: 17px 0 22px;
}
.identity p:last-child {
  color: #b9b6aa;
  font-size: 14px;
}
.access {
  text-align: center;
  max-width: 650px;
  margin: 6px auto 0;
}
.status {
  cursor: default;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #121610;
  color: #ead6ac;
  border: 1px solid #8d753d;
  border-radius: 8px;
  font: inherit;
  font-size: 17px;
  padding: 14px 24px;
  min-height: 54px;
}
.status i {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #d7bb77;
  box-shadow: 0 0 14px #d7bb7770;
}
.access-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}
a.login,
a.lawyer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 56px;
  padding: 13px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
a.login {
  background: linear-gradient(120deg, #ae883f, #efd594 45%, #c19a53);
  border: 1px solid #e3c583;
  box-shadow:
    0 4px #624b25,
    0 12px 24px #0009;
  color: #17150d;
}
a.lawyer {
  color: #e0c894;
  border: 1px solid #8a733f;
  background: linear-gradient(120deg, #1a1e15, #10130f);
  box-shadow:
    0 4px #312d20,
    0 12px 24px #0009;
}
a.login:hover,
a.lawyer:hover {
  transform: translateY(-3px);
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #ffe7a4;
  outline-offset: 5px;
}
.controls {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px auto 20px;
}
.controls button {
  cursor: pointer;
  border: 1px solid #72623f;
  border-radius: 30px;
  background: #121510;
  color: #d7c69e;
  padding: 10px 17px;
  font: 13px system-ui;
  min-height: 44px;
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 1350px;
  margin: 22px auto 0;
  border-top: 1px solid #78603555;
  padding: 16px 0;
  font-size: 12px;
  color: #9e9e91;
}
footer nav {
  display: flex;
  gap: 20px;
}
footer a {
  color: #b9b4a4;
  text-underline-offset: 4px;
}
[data-paused="true"] .seal {
  animation-play-state: paused;
}
@keyframes seal-float {
  0%,
  100% {
    transform: rotateY(-9deg) rotateX(4deg) translateY(0);
  }
  50% {
    transform: rotateY(12deg) rotateX(-5deg) translateY(-9px);
  }
}
@media (min-width: 1100px) {
  .identity:hover .seal {
    filter: drop-shadow(0 0 25px #a484352c);
  }
}
@media (max-width: 850px) {
  main {
    padding: 26px 20px;
  }
  .stage {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .identity {
    grid-column: 1/-1;
    grid-row: 1;
    margin: 25px auto 12px;
    max-width: 90%;
  }
  .seal {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
  .book-host {
    height: 265px;
  }
  .book {
    grid-row: 2;
  }
  .book-fallback {
    inset: 35px 23%;
  }
  .book-fallback b {
    font-size: 36px;
  }
  .book-fallback span {
    font-size: 10px;
  }
  figcaption {
    min-height: 85px;
  }
  figcaption a {
    font-size: 17px;
  }
  .identity h1 {
    font-size: 32px;
  }
  .access {
    margin-top: 16px;
  }
}
@media (max-width: 460px) {
  main {
    padding-inline: 16px;
  }
  .eyebrow {
    font-size: 9px;
  }
  .identity h1 {
    font-size: 27px;
  }
  .domain {
    font-size: 15px;
  }
  .wordmark:before,
  .wordmark:after {
    width: 18px;
  }
  .seal {
    width: 132px;
    height: 132px;
  }
  .book-host {
    height: 210px;
  }
  .book-fallback {
    inset: 30px 18%;
  }
  .book-fallback b {
    font-size: 32px;
  }
  .book-fallback span {
    font-size: 8px;
  }
  .access-links {
    flex-direction: column;
  }
  .status {
    font-size: 15px;
    width: 100%;
    justify-content: center;
  }
  footer {
    flex-direction: column;
    gap: 7px;
  }
  .controls {
    gap: 8px;
    margin-top: 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

/* One continuous hall: WebGL light fades into the scene instead of rectangular islands. */
body {
  isolation: isolate;
  background: #070a08;
}
.court-scene {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
  background:
    linear-gradient(180deg, #070a0830, #070a0860 65%, #070a08e8),
    url("/assets/entrance/court-hall.webp") center/cover;
}
body:before {
  z-index: -1;
  background: radial-gradient(ellipse at 50% 40%, #070a0820, #070a0830 60%, #070a0870);
}
.sunrays {
  position: absolute;
  inset: -35%;
  background: repeating-conic-gradient(
    from 189deg at 86% 0%,
    transparent 0deg 9deg,
    #e6bc6310 10deg 12deg,
    transparent 14deg 20deg
  );
  filter: blur(10px);
  animation: ray-drift 48s ease-in-out infinite alternate;
  transform-origin: 86% 0%;
}
.book-host {
  -webkit-mask-image: radial-gradient(
    ellipse 50% 49% at 50% 50%,
    black 53%,
    #000c 70%,
    transparent 100%
  );
  mask-image: radial-gradient(ellipse 50% 49% at 50% 50%, black 53%, #000c 70%, transparent 100%);
}
.identity h1,
.domain {
  -webkit-text-stroke: 1px #050705;
  paint-order: stroke fill;
  text-shadow:
    0 2px 1px #000,
    0 8px 18px #0008;
}
.wordmark {
  border-color: #d8b974;
  box-shadow:
    0 1px #000,
    0 -1px #000;
}
.wordmark:before,
.wordmark:after {
  filter: drop-shadow(1px 0 #000) drop-shadow(-1px 0 #000) drop-shadow(0 1px #000)
    drop-shadow(0 -1px #000);
}
/* Four compositor-animated lanes sit behind the full entrance, never over controls. */
.judgment-cloud {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.judgment {
  position: absolute;
  left: -24rem;
  width: clamp(240px, 26vw, 360px);
  padding: 18px 24px;
  border: 1px solid #d3b37148;
  border-radius: 6px;
  background: #06100b30;
  color: #e1c894;
  opacity: 0;
  filter: blur(0.25px);
  animation: judgment-glide 84s linear infinite;
  font:
    13px/1.5 Georgia,
    serif;
}
.judgment b {
  display: block;
  font-size: 25px;
  font-weight: 400;
  margin: 7px 0;
}
.judgment p {
  margin: 0;
}
.judgment-0 {
  top: 9%;
  animation-delay: -24s;
  --tilt: -7deg;
}
.judgment-1 {
  top: 57%;
  animation-delay: -63s;
  animation-direction: reverse;
  --tilt: 6deg;
}
.judgment-2 {
  top: 32%;
  animation-delay: -66s;
  animation-duration: 106s;
  --tilt: 4deg;
}
.judgment-3 {
  top: 78%;
  animation-delay: -31s;
  animation-duration: 98s;
  animation-direction: reverse;
  --tilt: -5deg;
}
@keyframes judgment-glide {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0) rotate(var(--tilt));
  }
  14%,
  82% {
    opacity: 0.24;
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(100vw + 48rem), -20px, 0) rotate(var(--tilt));
  }
}
@keyframes ray-drift {
  to {
    transform: rotate(-5deg);
    opacity: 0.65;
  }
}
[data-paused="true"] .court-scene *,
[data-hidden="true"] .court-scene *,
[data-hidden="true"] .seal {
  animation-play-state: paused;
}
@media (max-width: 850px) {
  .judgment {
    width: 70vw;
    max-width: 300px;
    font-size: 11px;
  }
  .judgment b {
    font-size: 21px;
  }
  .judgment-2,
  .judgment-3 {
    display: none;
  }
  .court-scene {
    background-position: 56% center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .judgment {
    display: none;
  }
}
figcaption {
  width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}
@media (max-width: 460px) {
  figcaption {
    padding-inline: 7px;
  }
  figcaption > span {
    font-size: 9px;
    letter-spacing: 0.08em;
  }
}

/* Sculpted brand and the personal test entrance. */
.seal {
  width: 260px;
  height: 270px;
  margin: 0 auto 6px;
  animation: none;
  filter: drop-shadow(0 20px 18px #0009);
}
.seal:before,
.seal:after {
  display: none;
}
.seal canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section-fallback {
  display: grid;
  place-items: center;
  height: 100%;
  font:
    230px/1 Georgia,
    serif;
  color: #d3ac5e;
  text-shadow:
    2px 2px #765023,
    4px 4px #402b15,
    0 0 22px #e1b64e30;
}
.seal[data-ready="true"] .section-fallback {
  visibility: hidden;
}
@property --rim-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.test-dialog {
  color: #ede7d9;
  width: min(480px, calc(100vw - 32px));
  max-height: calc(100svh - 36px);
  padding: 2px;
  border: 0;
  border-radius: 18px;
  background: conic-gradient(
    from var(--rim-angle),
    #574322,
    #ad884080 16%,
    #ffebae 18%,
    #9c743b 20%,
    #44371e 44%,
    #e2bb6890 66%,
    #fff1b9 68%,
    #44371e 71%
  );
  box-shadow:
    0 24px 100px #000c,
    0 0 30px #c79d4522;
  animation: test-rim 18s linear infinite;
  overflow: auto;
}
.test-dialog::backdrop {
  background: #030604c9;
  backdrop-filter: blur(9px);
}
.test-dialog-surface {
  border-radius: 16px;
  padding: 34px;
  background: radial-gradient(ellipse at 50% 0, #44362250, transparent 65%), #101510;
  position: relative;
}
.test-dialog h2 {
  font:
    34px/1.2 Editorial,
    Georgia,
    serif;
  color: #ead09a;
  margin: 14px 0;
}
.test-dialog p {
  font-size: 14px;
  color: #c2beaf;
}
.test-dialog .eyebrow {
  text-align: left;
  font-size: 10px;
}
.test-dialog label {
  display: block;
  font-size: 14px;
  margin: 17px 0 6px;
  color: #dfd4bd;
}
.test-dialog input {
  width: 100%;
  min-height: 48px;
  font: 16px system-ui;
  background: #090d0a;
  border: 1px solid #6a6048;
  border-radius: 7px;
  padding: 12px;
  color: #fff;
}
.test-dialog input:focus-visible {
  outline: 2px solid #d8b571;
  outline-offset: 3px;
}
.test-submit {
  width: 100%;
  min-height: 50px;
  border: 1px solid #e5c784;
  border-radius: 8px;
  padding: 12px 15px;
  font: 600 14px system-ui;
  background: linear-gradient(115deg, #b9914c, #eed69a, #c9a45d);
  color: #18170e;
  cursor: pointer;
}
.test-submit:disabled {
  opacity: 0.55;
  cursor: wait;
}
.dialog-close {
  position: absolute;
  right: 15px;
  top: 11px;
  border: 0;
  background: transparent;
  color: #d8c49a;
  font: 30px system-ui;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
#test-login-error {
  color: #f2b1a1;
  min-height: 1em;
}
.dialog-contact {
  overflow-wrap: anywhere;
}
.test-dialog a {
  color: #dfc591;
  text-underline-offset: 4px;
}
.test-dialog nav {
  display: flex;
  gap: 20px;
  font-size: 12px;
}
@keyframes test-rim {
  to {
    --rim-angle: 360deg;
  }
}
[data-paused="true"] .test-dialog,
[data-hidden="true"] .test-dialog {
  animation-play-state: paused;
}
@media (max-width: 850px) {
  .seal {
    width: 200px;
    height: 205px;
  }
  .section-fallback {
    font-size: 180px;
  }
}
@media (max-width: 460px) {
  .seal {
    width: 175px;
    height: 180px;
  }
  .section-fallback {
    font-size: 155px;
  }
  .test-dialog-surface {
    padding: 27px 22px;
  }
  .test-dialog h2 {
    font-size: 29px;
  }
}

/* Three small points travel along the popup boundary. */
.dialog-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  overflow: visible;
}
.dialog-particles rect {
  fill: none;
  stroke: #ffe9a4;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-dasharray: 0.12 99.88;
  filter: drop-shadow(0 0 3px #e5be67);
  animation: dialog-particle-flow 30s linear infinite;
}
.dialog-particles rect:nth-child(2) {
  animation-delay: -10s;
  opacity: 0.65;
}
.dialog-particles rect:nth-child(3) {
  animation-delay: -20s;
  opacity: 0.35;
}
@keyframes dialog-particle-flow {
  to {
    stroke-dashoffset: -100;
  }
}
[data-paused="true"] .dialog-particles rect,
[data-hidden="true"] .dialog-particles rect {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .dialog-particles rect {
    animation: none;
  }
}

/* Shared bronze sculpture, original orbit mark and gently intersecting light. */
.stage {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 400px) minmax(0, 1fr);
  gap: 24px;
  min-height: 540px;
}
.identity {
  min-width: 0;
  z-index: 2;
}
.seal {
  width: calc(100% + 64px);
  height: 300px;
  max-width: none;
  margin: -14px -32px -12px;
  filter: none;
}
.seal canvas {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.brand-lockup {
  position: relative;
  text-align: center;
}
.brand-icon {
  display: block;
  width: 86px;
  height: 86px;
  object-fit: contain;
  margin: 0 auto 14px;
  filter: drop-shadow(0 9px 10px #000a);
}
.identity h1 {
  font-size: clamp(27px, 2.8vw, 38px);
  letter-spacing: 0.065em;
}
.domain {
  margin: 14px 0 10px;
}
.brand-lockup > p:last-child {
  margin: 0;
  color: #c7c1b3;
  font-size: 13px;
}
.book-host {
  height: 390px;
  width: calc(100% + 40px);
  margin-inline: -20px;
}
.book {
  align-self: center;
  z-index: 1;
}
@media (max-width: 1000px) and (min-width: 651px) {
  .stage {
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 16px;
  }
  .seal {
    height: 270px;
  }
  .identity {
    grid-column: auto;
    grid-row: auto;
    margin: 0;
    max-width: none;
  }
  .identity h1 {
    font-size: 26px;
  }
  .book {
    grid-row: auto;
  }
  .book-host {
    height: 330px;
  }
  .brand-icon {
    width: 74px;
    height: 74px;
  }
  .wordmark:before,
  .wordmark:after {
    width: 15px;
  }
}
@media (max-width: 650px) {
  main {
    padding: 22px 16px 14px;
  }
  .stage {
    grid-template-columns: 1fr 1.3fr 1fr;
    column-gap: 8px;
    row-gap: 12px;
    min-height: 0;
    margin-top: 18px;
  }
  .identity,
  .book {
    display: contents;
  }
  .book-host {
    grid-row: 1;
    height: 195px;
    width: calc(100% + 30px);
    margin-inline: -15px;
    z-index: 1;
  }
  .book:first-child .book-host,
  .book:first-child figcaption {
    grid-column: 1;
  }
  .book:last-child .book-host,
  .book:last-child figcaption {
    grid-column: 3;
  }
  .seal {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    z-index: 2;
    width: calc(100% + 50px);
    height: 235px;
    margin: -20px -25px;
    pointer-events: none;
  }
  .book figcaption {
    grid-row: 2;
    min-height: 62px;
    padding: 0;
    align-self: start;
  }
  .book figcaption > span {
    font-size: 8px;
    letter-spacing: 0;
  }
  .book figcaption a {
    font-size: 13px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .brand-lockup {
    grid-row: 3;
    grid-column: 1/-1;
    justify-self: center;
    width: min(92%, 380px);
    margin-top: -4px;
  }
  .brand-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 12px;
  }
  .identity h1 {
    font-size: clamp(23px, 6.7vw, 34px);
  }
  .domain {
    font-size: 14px;
    margin: 12px 0 7px;
  }
  .wordmark {
    padding: 12px 0;
  }
  .wordmark:before,
  .wordmark:after {
    width: 14px;
  }
  .access {
    margin-top: 24px;
  }
  .controls {
    margin-top: 24px;
  }
}

.book-title-short {
  display: none;
}
@media (max-width: 650px) {
  .book figcaption > .book-title-long {
    display: none;
  }
  .book figcaption > .book-title-short {
    display: block;
    font-size: 11px;
    letter-spacing: 0.12em;
  }
}

/* Letterhead's paired rails and black-edged gold, sharp at every display density. */
.wordmark {
  display: grid;
  grid-template-columns: 65px minmax(0, 1fr) 65px;
  align-items: center;
  gap: 12px;
  width: calc(100% + 120px);
  margin-inline: -60px;
  border: 0;
  box-shadow: none;
  padding: 8px 0;
}
.wordmark:before, .wordmark:after { display: none; }
.brand-guides { width: 100%; height: auto; overflow: visible; }
.brand-guides:last-child { transform: scaleX(-1); }
.wordmark h1 {
  font-family: Georgia, serif;
  font-size: clamp(25px, 2.7vw, 35px);
  letter-spacing: .055em;
  background: linear-gradient(110deg, #93702e, #f5d98b 30%, #c69b48 50%, #ffedb2 70%, #916925);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-stroke: .7px #050705;
  text-shadow: none;
  filter: drop-shadow(0 2px 1px #000);
}
.brand-icon { position: relative; width: 108px; height: 108px; margin-bottom: 6px; }
.brand-icon img, .brand-icon canvas { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.brand-icon[data-ready="true"] img { visibility: hidden; }
.brand-icon:not([data-ready="true"]) canvas { visibility: hidden; }
@media (max-width: 1000px) and (min-width: 651px) {
  .wordmark { grid-template-columns: 38px minmax(0, 1fr) 38px; gap: 6px; width: calc(100% + 72px); margin-inline: -36px; }
  .wordmark h1 { font-size: clamp(19px, 2.7vw, 27px); }
  .brand-icon { width: 92px; height: 92px; }
}
@media (max-width: 650px) {
  .brand-lockup { width: 100%; }
  .wordmark { grid-template-columns: 35px minmax(0, 1fr) 35px; width: 100%; margin: 0; gap: 7px; }
  .wordmark h1 { font-size: clamp(18px, 5.4vw, 28px); letter-spacing: .025em; }
  .brand-icon { width: 90px; height: 90px; }
}
