:root {
  color-scheme: dark;
  --black: #080a09;
  --charcoal: #111512;
  --graphite: #1b211d;
  --steel: #78847d;
  --fog: #e6e2d7;
  --muted: #b8b2a5;
  --accent: #9f8a52;
  --accent-bright: #d2b66e;
  --olive: #55624a;
  --sand: #c4aa72;
  --line: rgba(230, 226, 215, 0.14);
  --panel: rgba(255, 255, 255, 0.055);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--fog);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

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

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

.site-header {
  align-items: center;
  background: rgba(8, 10, 9, 0.82);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: clamp(18px, 3vw, 42px);
  justify-content: space-between;
  left: 0;
  padding: 13px clamp(18px, 4vw, 64px) 15px;
  position: fixed;
  right: 0;
  top: 0;
  transition: background 180ms ease, box-shadow 180ms ease;
  z-index: 20;
}

.site-header.is-scrolled {
  background: rgba(8, 10, 9, 0.96);
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.34);
}

.brand,
.nav,
.hero-actions,
.site-footer,
.system-specs div {
  align-items: center;
  display: flex;
}

.brand {
  display: block;
  flex: 0 0 auto;
}

.brand img {
  height: 68px;
  object-fit: contain;
  width: auto;
}

.header-center {
  align-items: center;
  display: grid;
  flex: 1 1 auto;
  gap: 8px;
  justify-items: center;
  min-width: 0;
}

.nav {
  gap: clamp(8px, 0.9vw, 16px);
  font-size: clamp(0.62rem, 0.68vw, 0.78rem);
  font-weight: 800;
  justify-content: center;
  text-transform: uppercase;
}

.header-slogan {
  color: var(--accent-bright);
  font-size: clamp(1.35rem, 2.6vw, 2.25rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.nav a {
  color: rgba(230, 226, 215, 0.78);
}

.nav a:hover {
  color: var(--fog);
}

.header-action {
  border: 1px solid rgba(230, 226, 215, 0.34);
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 900;
  flex: 0 0 auto;
  min-width: 144px;
  padding: 11px 14px;
  text-align: center;
  text-transform: uppercase;
}

.menu-button {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
  display: none;
  height: 40px;
  padding: 9px;
  width: 42px;
}

.menu-button span {
  background: var(--fog);
  display: block;
  height: 2px;
  margin: 6px 0;
}

.hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(8, 10, 9, 0.98), rgba(17, 21, 18, 0.92)),
    var(--black);
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.9fr);
  min-height: auto;
  overflow: hidden;
  padding: clamp(92px, 10vw, 148px) clamp(18px, 4vw, 64px) clamp(54px, 6vw, 92px);
  position: relative;
}

html.is-embedded .hero {
  padding-bottom: clamp(46px, 6vw, 78px);
  padding-top: clamp(90px, 8vw, 132px);
}

.hero-video-panel {
  background: #050605;
  overflow: hidden;
}

.hero-media {
  aspect-ratio: 16 / 9;
  display: block;
  filter: brightness(1.34) contrast(1.04) saturate(1.06);
  height: auto;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.04);
  width: 100%;
}

.video-caption {
  color: rgba(230, 226, 215, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.35;
  margin: 10px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.hero-content {
  max-width: 1040px;
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker {
  color: var(--sand);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 15px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(1.72rem, 3vw, 2.75rem);
  letter-spacing: 0;
  line-height: 1.04;
  margin-bottom: 22px;
  max-width: 980px;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(1.72rem, 3vw, 2.75rem);
  letter-spacing: 0;
  line-height: 1.04;
  margin-bottom: 22px;
  text-transform: uppercase;
}

h3 {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.hero-content p {
  color: rgba(230, 226, 215, 0.82);
  font-size: clamp(1.06rem, 1.65vw, 1.28rem);
  max-width: 690px;
}

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

.button {
  align-items: center;
  border: 1px solid rgba(230, 226, 215, 0.4);
  border-radius: 4px;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

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

.button.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}

.button.primary:hover {
  background: var(--accent-bright);
  border-color: var(--accent-bright);
  color: var(--black);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.06);
}

.product-strip {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.signal-strip {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.signal-strip div,
.product-strip a {
  background: rgba(255, 255, 255, 0.035);
  border-right: 1px solid var(--line);
  padding: 28px clamp(16px, 2.2vw, 36px);
}

.signal-strip div:last-child,
.product-strip a:last-child {
  border-right: 0;
}

.signal-strip span,
.product-strip span {
  color: var(--accent-bright);
  display: block;
  font-weight: 900;
  margin-bottom: 12px;
}

.signal-strip strong,
.product-strip strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.signal-strip p,
.product-strip p,
.intro p,
.capability-grid p,
.mission-grid p,
.systems-grid span,
.contact-section p {
  color: var(--muted);
}

.signal-strip p,
.product-strip p {
  margin-bottom: 0;
}

.product-strip {
  background: #0d100e;
}

.product-strip a {
  transition: background 160ms ease;
}

.product-strip a:nth-child(4n) {
  border-right: 0;
}

.product-strip a:hover {
  background: rgba(159, 138, 82, 0.16);
}

.value-proposition {
  background:
    linear-gradient(90deg, rgba(8, 10, 9, 0.96), rgba(27, 33, 29, 0.86)),
    var(--charcoal);
  border-bottom: 1px solid var(--line);
  padding: clamp(44px, 7vw, 76px) clamp(18px, 4vw, 64px);
}

.value-proposition strong {
  color: var(--fog);
  display: block;
  font-size: clamp(1.28rem, 2.3vw, 2.05rem);
  font-weight: 900;
  line-height: 1.18;
  max-width: 1180px;
  text-transform: uppercase;
}

.section,
.contact-section {
  padding: clamp(74px, 11vw, 138px) clamp(18px, 4vw, 64px);
}

.intro {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 68px);
  grid-template-columns: minmax(0, 0.74fr) minmax(420px, 0.95fr);
}

.intro-copy {
  max-width: 780px;
}

.intro-media {
  background: transparent;
  overflow: visible;
}

.intro-video {
  aspect-ratio: 16 / 9;
  display: block;
  filter: brightness(1.18) contrast(1.04) saturate(1.04);
  height: auto;
  object-fit: contain;
  width: 100%;
}

.intro p {
  font-size: clamp(1.06rem, 1.7vw, 1.28rem);
  max-width: 930px;
}

.intro .video-caption,
.hero-video-panel .video-caption {
  font-size: 0.78rem;
  max-width: none;
}

.capabilities {
  background: var(--charcoal);
}

.section-heading {
  margin-bottom: 36px;
  max-width: 900px;
}

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

.capability-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 6px;
  min-height: 290px;
  padding: 26px;
}

.capability-grid span {
  color: var(--accent-bright);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.applications {
  background: #0d100e;
}

.mission-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.mission-grid article {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  padding: 28px 22px;
  text-align: center;
}

.mission-grid article:last-child {
  border-right: 0;
}

.mission-grid strong {
  color: var(--fog);
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.services {
  background:
    linear-gradient(135deg, rgba(85, 98, 74, 0.16), rgba(8, 10, 9, 0.96)),
    #0d100e;
}

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

.service-grid article {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(8, 10, 9, 0.44);
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: clamp(24px, 4vw, 38px);
}

.service-grid span {
  color: var(--accent-bright);
  display: block;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 42px;
  text-transform: uppercase;
}

.service-grid h3 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.service-grid p {
  color: rgba(230, 226, 215, 0.82);
}

.service-grid ul {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  list-style: none;
  margin: auto 0 0;
  padding: 18px 0 0;
}

.service-grid li {
  color: var(--muted);
}

.service-grid li::before {
  color: var(--accent-bright);
  content: "/";
  font-weight: 900;
  margin-right: 10px;
}

.partnerships {
  background:
    linear-gradient(135deg, rgba(159, 138, 82, 0.12), rgba(8, 10, 9, 0.94)),
    var(--charcoal);
}

.partner-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.partner-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(8, 10, 9, 0.48);
  border: 1px solid rgba(230, 226, 215, 0.18);
  border-radius: 6px;
  min-width: 0;
  overflow: hidden;
  padding: clamp(28px, 5vw, 54px);
  position: relative;
}

.partner-card-logo {
  height: 58px;
  max-width: 132px;
  object-fit: contain;
  position: absolute;
  right: clamp(18px, 3vw, 34px);
  top: clamp(18px, 3vw, 34px);
  width: 34%;
}

.partner-card-logo.kara-dag-mark {
  background: rgba(230, 226, 215, 0.94);
  border-radius: 4px;
  max-width: 80px;
  padding: 7px;
}

.partner-card > span {
  color: var(--accent-bright);
  display: block;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 34px;
  max-width: calc(100% - 150px);
  text-transform: uppercase;
}

.partner-card h3 {
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  overflow-wrap: anywhere;
}

.partner-card > p {
  color: rgba(230, 226, 215, 0.82);
  max-width: 900px;
}

.partner-link {
  align-items: center;
  border: 1px solid rgba(204, 178, 95, 0.5);
  border-radius: 4px;
  color: var(--fog);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 8px;
  padding: 10px 12px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.partner-link:hover {
  background: rgba(204, 178, 95, 0.14);
  border-color: rgba(204, 178, 95, 0.9);
  color: var(--accent-bright);
}

.partner-offerings {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  margin-top: 30px;
  padding-top: 22px;
}

.partner-offerings div {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 4px;
  min-width: 0;
  padding: 22px;
}

.partner-offerings strong {
  color: var(--fog);
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

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

.advantage {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.56fr);
}

.panel,
.quote-panel {
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.panel {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  padding: clamp(28px, 5vw, 58px);
}

.quote-panel {
  align-items: end;
  background:
    linear-gradient(rgba(8, 10, 9, 0.55), rgba(8, 10, 9, 0.82)),
    url("assets/razor-cover.webp") center / cover;
  display: flex;
  padding: 32px;
}

.quote-panel p {
  color: var(--fog);
  font-size: clamp(1.35rem, 2.6vw, 2.15rem);
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
  text-transform: uppercase;
}

.check-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.check-list li {
  border-top: 1px solid var(--line);
  color: rgba(230, 226, 215, 0.84);
  padding-top: 14px;
}

.check-list li::before {
  color: var(--accent-bright);
  content: "/";
  font-weight: 900;
  margin-right: 10px;
}

.products-detail {
  background:
    linear-gradient(135deg, rgba(159, 138, 82, 0.12), rgba(8, 10, 9, 0.96)),
    var(--charcoal);
}

.systems {
  background: #0d100e;
}

.featured-systems {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-bottom: 42px;
}

.product-cards {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-content: start;
}

.system-card {
  background:
    linear-gradient(135deg, rgba(85, 98, 74, 0.32), rgba(255, 255, 255, 0.04)),
    var(--panel);
  border: 1px solid rgba(230, 226, 215, 0.18);
  border-radius: 6px;
  min-height: 0;
  padding: clamp(24px, 4vw, 38px);
  position: relative;
  overflow: hidden;
}

.system-card::after {
  border: 1px solid rgba(230, 226, 215, 0.1);
  content: "";
  height: 180px;
  position: absolute;
  right: -54px;
  top: -54px;
  transform: rotate(18deg);
  width: 180px;
}

.system-label {
  color: var(--sand);
  display: block;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.system-label.in-production {
  color: var(--accent-bright);
}

.system-label.in-development {
  color: #d5b875;
}

.system-media {
  aspect-ratio: 16 / 10;
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid var(--line);
  border-radius: 4px;
  margin-bottom: 24px;
  overflow: hidden;
}

.system-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.relv-product-media img {
  object-position: center 42%;
}

.eclipse-media img {
  object-position: center center;
}

.mavic-dropper-media img {
  object-position: center 48%;
}

.system-placeholder {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(230, 226, 215, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 10, 9, 0.38);
  display: flex;
  justify-content: center;
}

.system-placeholder span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.system-card h3 {
  font-size: clamp(1.22rem, 2vw, 1.72rem);
  line-height: 0.95;
  margin-bottom: 18px;
  white-space: nowrap;
}

.partner-system h3 {
  font-size: clamp(1.12rem, 1.7vw, 1.48rem);
  line-height: 1;
  overflow-wrap: anywhere;
  white-space: normal;
}

.partner-system .system-media img {
  object-position: 68% 18%;
}

.partner-system .system-media {
  aspect-ratio: 16 / 11;
}

.system-card p {
  color: rgba(230, 226, 215, 0.82);
  max-width: 620px;
}

.system-specs {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
}

.system-specs div {
  border-bottom: 1px solid var(--line);
  gap: 14px;
  justify-content: space-between;
  padding: 13px 0;
}

.system-specs dt,
.system-specs dd {
  margin: 0;
}

.system-specs dt {
  color: var(--sand);
  flex: 0 0 92px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.system-specs dd {
  color: rgba(230, 226, 215, 0.82);
  text-align: right;
}

.system-card ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 24px 0 0;
  padding: 18px 0 0;
}

.system-card li {
  color: var(--muted);
}

.system-card li::before {
  color: var(--accent-bright);
  content: "/";
  font-weight: 900;
  margin-right: 10px;
}

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

.systems-grid div {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    rgba(8, 10, 9, 0.44);
  border: 1px solid var(--line);
  border-radius: 6px;
  display: grid;
  gap: 14px;
  min-height: 150px;
  padding: 24px;
}

.systems-grid strong {
  color: var(--fog);
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.systems-grid strong::before {
  color: var(--accent-bright);
  content: "/";
  margin-right: 10px;
}

.contact-section {
  background: linear-gradient(135deg, var(--graphite), var(--black));
  display: grid;
  gap: clamp(34px, 7vw, 90px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
}

.contact-form {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 6px;
  display: grid;
  gap: 16px;
  padding: 24px;
}

label span {
  color: rgba(230, 226, 215, 0.78);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

input,
textarea {
  background: rgba(8, 10, 9, 0.72);
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--fog);
  font: inherit;
  padding: 13px 14px;
  width: 100%;
}

textarea {
  resize: vertical;
}

.contact-form .button {
  cursor: pointer;
  width: 100%;
}

.form-note {
  color: var(--sand);
  font-weight: 800;
  margin: 0;
  min-height: 22px;
}

.site-footer {
  background: #050605;
  border-top: 1px solid var(--line);
  color: var(--muted);
  justify-content: space-between;
  padding: 24px clamp(18px, 4vw, 64px);
}

.site-footer strong {
  color: var(--fog);
  letter-spacing: 0.05em;
}

.footer-slogan {
  color: var(--fog);
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 1080px) {
  .product-strip,
  .capability-grid,
  .mission-grid,
  .featured-systems,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mission-grid article:nth-child(2n) {
    border-right: 0;
  }

  .product-strip a:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 820px) {
  .site-header {
    display: flex;
    justify-content: space-between;
  }

  .header-center {
    display: block;
    flex: 0 0 auto;
  }

  .nav,
  .header-action,
  .header-slogan {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .site-header.is-open .nav {
    background: rgba(8, 10, 9, 0.98);
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    display: grid;
    gap: 0;
    left: 0;
    padding: 10px 18px 18px;
    position: absolute;
    right: 0;
    top: 94px;
  }

  .site-header.is-open .nav a {
    border-bottom: 1px solid var(--line);
    padding: 15px 0;
  }

  .hero {
    grid-template-columns: 1fr;
  }

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

  .hero-video-panel {
    max-width: 780px;
    width: 100%;
  }

  .signal-strip,
  .product-strip,
  .intro,
  .advantage,
  .featured-systems,
  .service-grid,
  .mission-grid,
  .partner-grid,
  .partner-offerings,
  .systems-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .signal-strip div {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .product-strip a,
  .mission-grid article {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .systems-grid div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 13px 16px;
  }

  .hero-actions .button {
    width: 100%;
  }

  h1 {
    font-size: 1.58rem;
    line-height: 1.05;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .featured-systems {
    grid-template-columns: 1fr;
  }

  .capability-grid article {
    min-height: 0;
  }

  .system-card {
    min-height: 0;
  }

  .system-card h3 {
    font-size: 1.18rem;
  }

  .capability-grid span {
    margin-bottom: 34px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
