:root {
  --black: #080a0b;
  --black-2: #0d1012;
  --panel: #121618;
  --white: #f3f0e9;
  --muted: #9a968e;
  --bronze: #a78a58;
  --red: #be1e2d;
  --red-bright: #e12a38;
  --line: rgba(243, 240, 233, 0.14);
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

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

.noise {
  position: fixed;
  inset: 0;
  z-index: 99;
  pointer-events: none;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
}

.cursor-aura {
  position: fixed;
  width: 460px;
  height: 460px;
  margin: -230px 0 0 -230px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(
    circle,
    rgba(190, 30, 45, 0.08),
    transparent 65%
  );
  opacity: 0;
  transition: opacity 0.25s ease;
}

/* HEADER */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  height: 88px;
  display: grid;
  grid-template-columns:
    minmax(360px, 1fr)
    auto
    minmax(220px, 1fr);
  align-items: center;
  gap: 28px;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid transparent;
  transition:
    height 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.site-header.scrolled {
  height: 72px;
  background: rgba(8, 10, 11, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-color: var(--line);
}

/*
  The original PNG is tightly cropped and does not clearly display the
  complete company name. The image is therefore used as the TASG mark,
  while the full company name is rendered beside it as live text.
*/

.brand {
  width: fit-content;
  max-width: 430px;
  min-width: 340px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  overflow: visible;
}

.brand img {
  flex: 0 0 auto;
  width: 150px;
  height: 56px;
  display: block;
  object-fit: cover;
  object-position: 50% 43%;
}

.brand::after {
  content: "TERMINAL APPLIED\A SOLUTIONS GROUP";
  white-space: pre;
  padding-left: 16px;
  border-left: 1px solid rgba(167, 138, 88, 0.72);
  color: var(--white);
  font-size: 0.63rem;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  gap: 34px;
}

.site-header nav a,
.header-cta {
  color: #c3beb5;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-header nav a {
  position: relative;
}

.site-header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width 0.2s ease;
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after {
  width: 100%;
}

.header-cta {
  justify-self: end;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(243, 240, 233, 0.4);
}

/* HERO */

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding:
    150px
    max(28px, calc((100vw - var(--max)) / 2))
    92px;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -5;
  background:
    radial-gradient(
      circle at 75% 40%,
      rgba(190, 30, 45, 0.15),
      transparent 27%
    ),
    radial-gradient(
      circle at 18% 52%,
      rgba(167, 138, 88, 0.09),
      transparent 29%
    ),
    linear-gradient(135deg, #0e1112 0%, #080a0b 60%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -4;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.06) 1px,
      transparent 1px
    );
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.hero::after {
  content: "TASG";
  position: absolute;
  right: -2vw;
  bottom: -3vw;
  z-index: -3;
  color: rgba(255, 255, 255, 0.018);
  font-size: min(31vw, 450px);
  font-weight: 950;
  letter-spacing: -0.12em;
  line-height: 0.72;
}

.contour {
  position: absolute;
  z-index: -2;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(167, 138, 88, 0.18);
  border-radius: 44% 56% 61% 39% / 49% 42% 58% 51%;
  box-shadow:
    inset 0 0 0 38px rgba(167, 138, 88, 0.01),
    inset 0 0 0 82px rgba(167, 138, 88, 0.015),
    inset 0 0 0 130px rgba(167, 138, 88, 0.012);
  transform: rotate(22deg);
}

.contour-one {
  right: -220px;
  top: 16%;
}

.contour-two {
  left: -390px;
  bottom: -340px;
  transform: rotate(-27deg) scale(0.82);
}

.scan-line {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(225, 42, 56, 0.55),
    transparent
  );
  box-shadow: 0 0 18px rgba(225, 42, 56, 0.32);
  animation: scan 9s linear infinite;
  opacity: 0.5;
}

@keyframes scan {
  from {
    top: 10%;
  }

  to {
    top: 94%;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 930px;
}

.eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--bronze);
  font-size: 0.71rem;
  font-weight: 850;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--red);
}

.hero h1,
.section-intro h2,
.window-copy h2,
.access-panel h2,
.access-modal h2 {
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 920px;
  margin: 24px 0 28px;
  font-size: clamp(3.8rem, 8.2vw, 8.3rem);
}

.hero h1 em {
  display: block;
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px rgba(243, 240, 233, 0.78);
}

.hero-copy {
  max-width: 690px;
  margin: 0;
  color: #c1bbb1;
  font-size: clamp(1rem, 1.45vw, 1.17rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.23s ease,
    background 0.23s ease,
    border-color 0.23s ease,
    box-shadow 0.23s ease;
}

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

.button-primary {
  background: var(--red);
  box-shadow: 0 15px 42px rgba(190, 30, 45, 0.25);
}

.button-primary:hover {
  background: var(--red-bright);
  box-shadow: 0 19px 52px rgba(190, 30, 45, 0.36);
}

.button-quiet {
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(243, 240, 233, 0.25);
}

.button-quiet:hover {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(243, 240, 233, 0.65);
}

.status-card {
  position: absolute;
  right: max(28px, calc((100vw - var(--max)) / 2));
  top: 31%;
  width: 245px;
  padding: 20px;
  border: 1px solid rgba(243, 240, 233, 0.17);
  background: rgba(13, 16, 18, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.4);
}

.status-top {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d0cac0;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red-bright);
  box-shadow: 0 0 0 0 rgba(225, 42, 56, 0.6);
  animation: pulse 1.9s infinite;
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 9px rgba(225, 42, 56, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(225, 42, 56, 0);
  }
}

.status-code {
  margin: 42px 0 12px;
  color: rgba(243, 240, 233, 0.28);
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.status-card p {
  margin: 0;
  color: #a7a198;
  font-size: 0.83rem;
}

.status-bars {
  display: flex;
  gap: 5px;
  margin-top: 19px;
}

.status-bars i {
  width: 22px;
  height: 3px;
  background: var(--red);
  opacity: 0.25;
  transform: skewX(-30deg);
}

.status-bars i:nth-child(-n + 4) {
  opacity: 1;
}

.hero-footer {
  position: absolute;
  left: max(28px, calc((100vw - var(--max)) / 2));
  right: max(28px, calc((100vw - var(--max)) / 2));
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #7f7b75;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-footer b {
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: rgba(243, 240, 233, 0.2);
}

/* COMMON SECTION SPACING */

.signal-section,
.method-section,
.window-section,
.access-section,
footer {
  padding-left: max(28px, calc((100vw - var(--max)) / 2));
  padding-right: max(28px, calc((100vw - var(--max)) / 2));
}

/* SIGNAL SECTION */

.signal-section {
  padding-top: 130px;
  padding-bottom: 130px;
  background: var(--white);
  color: var(--black);
}

.section-intro {
  max-width: 900px;
}

.section-intro h2,
.window-copy h2,
.access-panel h2 {
  margin: 20px 0 0;
  font-size: clamp(3rem, 6.4vw, 6.4rem);
}

.section-intro h2 span {
  color: #8e8981;
}

.signal-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 70px;
}

.statement-card {
  position: relative;
  min-height: 420px;
  padding: 36px;
  overflow: hidden;
  background: #e8e1d6;
  border: 1px solid rgba(8, 10, 11, 0.13);
}

.statement-card::after {
  content: "+";
  position: absolute;
  right: 24px;
  bottom: -38px;
  color: rgba(190, 30, 45, 0.13);
  font-size: 15rem;
  font-weight: 200;
  line-height: 1;
}

.index {
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.statement-card h3 {
  max-width: 610px;
  margin: 145px 0 0;
  font-size: clamp(1.6rem, 2.8vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.redacted-stack {
  border-top: 1px solid rgba(8, 10, 11, 0.17);
}

.redacted-row {
  min-height: 105px;
  display: grid;
  grid-template-columns: 1fr 1.1fr auto;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(8, 10, 11, 0.17);
}

.redacted-row span {
  color: #77726b;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.redacted-row strong {
  width: fit-content;
  padding: 5px 9px;
  background: var(--black);
  color: var(--black);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  user-select: none;
}

.redacted-row i {
  color: var(--red);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.redacted-row.dim {
  opacity: 0.5;
}

/* METHOD SECTION */

.method-section {
  padding-top: 130px;
  padding-bottom: 130px;
  background: var(--black);
}

.method-shell {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 90px;
}

.method-section .section-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.method-section .section-intro h2 {
  font-size: clamp(3.2rem, 5.5vw, 5.7rem);
}

.method-section .section-intro h2 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(243, 240, 233, 0.7);
}

.method-section .section-intro > p:last-child {
  max-width: 520px;
  margin-top: 28px;
  color: #aaa49a;
  font-size: 1.03rem;
}

.method-list {
  border-top: 1px solid var(--line);
}

.method-row {
  display: grid;
  grid-template-columns: 65px 175px 1fr;
  gap: 24px;
  align-items: start;
  padding: 35px 0;
  border-bottom: 1px solid var(--line);
  transition:
    padding 0.25s ease,
    background 0.25s ease;
}

.method-row:hover {
  padding-left: 14px;
  background: linear-gradient(
    90deg,
    rgba(190, 30, 45, 0.08),
    transparent 70%
  );
}

.method-row > span {
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.method-row h3 {
  margin: 0;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.method-row p {
  margin: 0;
  color: #969188;
}

/* CONTROLLED PORTFOLIO SECTION */

.window-section {
  padding-top: 130px;
  padding-bottom: 140px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 75px;
  align-items: center;
  background: #0c0f10;
}

.window-copy h2 {
  margin-top: 22px;
  font-size: clamp(3.5rem, 6vw, 6.4rem);
}

.window-copy > p:last-child {
  max-width: 530px;
  color: #a49f96;
  font-size: 1.06rem;
}

.vault {
  background: #080a0b;
  border: 1px solid var(--line);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

.vault-top,
.vault-bottom {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  color: #716d67;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.vault-top {
  border-bottom: 1px solid var(--line);
}

.vault-bottom {
  border-top: 1px solid var(--line);
}

.vault-screen {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 53% 47%,
      rgba(190, 30, 45, 0.16),
      transparent 25%
    ),
    linear-gradient(135deg, #171b1d, #080a0b);
}

.vault-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.08) 1px,
      transparent 1px
    );
  background-size: 42px 42px;
}

.blur-object {
  position: absolute;
  left: 26%;
  top: 28%;
  width: 54%;
  height: 34%;
  border-radius: 50%;
  background: #b6ada0;
  filter: blur(28px);
  opacity: 0.25;
  transform: rotate(-8deg);
  box-shadow:
    -90px 45px 0 -20px rgba(190, 30, 45, 0.4),
    80px -20px 0 -30px rgba(167, 138, 88, 0.35);
}

.reticle {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(243, 240, 233, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.reticle::before,
.reticle::after {
  content: "";
  position: absolute;
  background: rgba(243, 240, 233, 0.22);
}

.reticle::before {
  left: 50%;
  top: -34px;
  bottom: -34px;
  width: 1px;
}

.reticle::after {
  top: 50%;
  left: -34px;
  right: -34px;
  height: 1px;
}

.reticle i {
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: var(--red);
  border-style: solid;
}

.reticle i:nth-child(1) {
  left: -1px;
  top: -1px;
  border-width: 2px 0 0 2px;
}

.reticle i:nth-child(2) {
  right: -1px;
  top: -1px;
  border-width: 2px 2px 0 0;
}

.reticle i:nth-child(3) {
  left: -1px;
  bottom: -1px;
  border-width: 0 0 2px 2px;
}

.reticle i:nth-child(4) {
  right: -1px;
  bottom: -1px;
  border-width: 0 2px 2px 0;
}

.vault-label {
  position: absolute;
  left: 20px;
  bottom: 18px;
}

.vault-label strong,
.vault-label span {
  display: block;
}

.vault-label strong {
  font-size: 0.72rem;
  letter-spacing: 0.13em;
}

.vault-label span {
  margin-top: 6px;
  color: var(--red);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

/* ACCESS SECTION */

.access-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: var(--white);
  color: var(--black);
}

.access-panel {
  padding: 62px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: end;
  background: #ded5c8;
  border: 1px solid rgba(8, 10, 11, 0.12);
}

.access-panel h2 {
  max-width: 850px;
  margin-top: 20px;
  font-size: clamp(2.8rem, 5.2vw, 5.4rem);
}

.access-copy {
  max-width: 780px;
  color: #57534d;
}

.access-panel .button {
  flex: none;
}

/* FOOTER */

footer {
  min-height: 185px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid var(--line);
}

footer img {
  width: 190px;
  height: 76px;
  display: block;
  object-fit: cover;
  object-position: 50% 43%;
}

.footer-meta {
  display: grid;
  gap: 8px;
  color: #77736d;
  text-align: right;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* MODAL */

.access-modal {
  width: min(620px, calc(100% - 32px));
  padding: 38px;
  color: var(--white);
  background: #101416;
  border: 1px solid rgba(243, 240, 233, 0.2);
  box-shadow: 0 45px 140px rgba(0, 0, 0, 0.7);
}

.access-modal::backdrop {
  background: rgba(3, 4, 5, 0.76);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.access-modal h2 {
  margin: 22px 0;
  font-size: clamp(2.7rem, 7vw, 4.7rem);
}

.access-modal > p:not(.eyebrow):not(.copy-status) {
  color: #aaa59c;
}

.access-modal code {
  color: var(--bronze);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: 0;
  background: none;
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.copy-status {
  min-height: 24px;
  color: var(--bronze);
  font-size: 0.8rem;
}

.contact-email {
  margin: 18px 0 4px;
  overflow-wrap: anywhere;
}

.contact-email a {
  color: var(--white);
  text-decoration-color: rgba(209, 34, 41, 0.8);
  text-underline-offset: 5px;
}

.contact-email a:hover {
  color: var(--red);
}

/* REVEAL ANIMATION */

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* TABLET */

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: minmax(300px, 1fr) auto;
  }

  .site-header nav {
    display: none;
  }

  .brand {
    min-width: 300px;
    max-width: 360px;
    gap: 12px;
  }

  .brand img {
    width: 132px;
    height: 50px;
  }

  .brand::after {
    padding-left: 12px;
    font-size: 0.56rem;
    letter-spacing: 0.13em;
  }

  .hero-content {
    max-width: 760px;
  }

  .status-card {
    top: auto;
    bottom: 105px;
  }

  .method-shell,
  .window-section {
    grid-template-columns: 1fr;
  }

  .method-section .section-intro {
    position: relative;
    top: auto;
  }

  .window-copy {
    max-width: 800px;
  }

  .access-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

/* MOBILE */

@media (max-width: 760px) {
  .site-header {
    height: 72px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding-inline: 16px;
  }

  .brand {
    min-width: 0;
    max-width: 270px;
    height: 52px;
    gap: 9px;
  }

  .brand img {
    width: 104px;
    height: 43px;
  }

  .brand::after {
    padding-left: 9px;
    font-size: 0.46rem;
    line-height: 1.3;
    letter-spacing: 0.105em;
  }

  .header-cta {
    font-size: 0;
  }

  .header-cta span {
    font-size: 1rem;
  }

  .hero {
    min-height: 900px;
    padding: 120px 20px 165px;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 16vw, 5.3rem);
  }

  .status-card {
    left: 20px;
    right: 20px;
    bottom: 58px;
    width: auto;
  }

  .hero-footer {
    display: none;
  }

  .signal-section,
  .method-section,
  .window-section,
  .access-section,
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .signal-section,
  .method-section,
  .window-section {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .signal-layout {
    grid-template-columns: 1fr;
  }

  .statement-card {
    min-height: 330px;
  }

  .statement-card h3 {
    margin-top: 95px;
  }

  .redacted-row {
    grid-template-columns: 1fr auto;
    padding: 20px 0;
  }

  .redacted-row strong {
    grid-column: 1 / -1;
  }

  .method-row {
    grid-template-columns: 45px 1fr;
  }

  .method-row p {
    grid-column: 2;
  }

  .vault-screen {
    min-height: 340px;
  }

  .access-panel {
    padding: 34px 24px;
  }

  footer {
    padding-top: 45px;
    padding-bottom: 45px;
    flex-direction: column;
    align-items: flex-start;
  }

  footer img {
    width: 175px;
    height: 70px;
  }

  .footer-meta {
    text-align: left;
  }
}

/* VERY SMALL MOBILE */

@media (max-width: 430px) {
  .site-header {
    padding-inline: 12px;
  }

  .brand {
    max-width: 245px;
    gap: 7px;
  }

  .brand img {
    width: 92px;
    height: 39px;
  }

  .brand::after {
    padding-left: 7px;
    font-size: 0.4rem;
    letter-spacing: 0.08em;
  }

  .hero {
    padding-inline: 16px;
  }

  .access-modal {
    padding: 30px 22px;
  }
}

/* ACCESSIBILITY */

:focus-visible {
  outline: 2px solid var(--red-bright);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
