:root {
  --bg: #05060a;
  --ink: #f7f1e8;
  --muted: rgba(247, 241, 232, 0.72);
  --glass: rgba(255, 255, 255, 0.09);
  --glass-strong: rgba(255, 255, 255, 0.18);
  --glass-border: rgba(255, 255, 255, 0.2);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --accent: #7b8084;
  --accent-hot: #404a53;
  --radius-pill: 999px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--bg);
  font-family: "Manrope", "Segoe UI", sans-serif;
  text-rendering: geometricPrecision;
}

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

.site-shell {
  min-height: 100vh;
  isolation: isolate;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 24px;
  left: clamp(18px, 3.2vw, 56px);
  right: clamp(18px, 3.2vw, 56px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin: 0;
  pointer-events: none;
}

.site-brand {
  position: relative;
  display: block;
  width: clamp(86px, 7.4vw, 122px);
  aspect-ratio: 1000 / 1187;
  opacity: 0;
  transform: translateY(16px) scale(0.92);
  transform-origin: top left;
  background-image: url("https://pub-9f69e04706084981ab229a1ea0443218.r2.dev/ashlight.app/assets/logo/logo-bg.png");
  background-position: center;
  background-size: cover;
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  pointer-events: auto;
}

.site-brand-sphere {
  position: absolute;
  top: 9.8%;
  left: 50%;
  width: 74%;
  height: auto;
  opacity: 0.98;
  filter:
    drop-shadow(0 9px 22px rgba(0, 0, 0, 0.22));
}

.site-brand-text {
  position: absolute;
  left: 50%;
  bottom: 3.2%;
  display: block;
  width: 74%;
  height: auto;
  opacity: 1;
  filter: none;
}

.glass-nav {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-pill);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(13, 16, 26, 0.36);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  pointer-events: auto;
}

.glass-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: var(--radius-pill);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition:
    color 220ms ease,
    background 220ms ease,
    transform 220ms ease;
}

.glass-nav a:hover,
.glass-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  outline: none;
  transform: translateY(-1px);
}

.glass-nav .nav-cta {
  margin-left: 4px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.2)),
    linear-gradient(135deg, var(--accent), var(--accent-hot));
  box-shadow:
    0 10px 28px rgba(255, 123, 110, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.glass-nav .nav-cta:hover,
.glass-nav .nav-cta:focus-visible {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.3)),
    linear-gradient(135deg, #8b9094, #404a53);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  padding: 120px 24px 80px;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
  height: 28vh;
  background: linear-gradient(180deg, transparent, rgba(5, 6, 10, 0.88) 72%, var(--bg));
  pointer-events: none;
}

.frame-sequence {
  position: absolute;
  inset: 0;
  z-index: -4;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("https://pub-9f69e04706084981ab229a1ea0443218.r2.dev/ashlight.app/assets/hero-frames/frame-001.webp");
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  will-change: transform;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.08), transparent 22%),
    radial-gradient(circle at 50% 55%, rgba(5, 6, 10, 0.02), rgba(5, 6, 10, 0.68) 62%, rgba(5, 6, 10, 0.92) 100%),
    linear-gradient(180deg, rgba(5, 6, 10, 0.28), rgba(5, 6, 10, 0.64));
}

.hero-grain {
  position: absolute;
  inset: -30%;
  z-index: -2;
  opacity: 0.16;
  background-image:
    linear-gradient(115deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 9px),
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 0 0.8px, transparent 0.9px);
  background-size: 42px 42px, 11px 11px;
  mix-blend-mode: overlay;
  animation: grainDrift 16s steps(8) infinite;
  pointer-events: none;
}

.hero-content {
  width: min(940px, 100%);
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.brand-lockup {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: min(820px, calc(100vw - 48px));
  min-height: clamp(210px, 32vw, 370px);
  padding: 0 clamp(10px, 3vw, 32px);
}

.logo-globe {
  position: absolute;
  z-index: 0;
  width: clamp(180px, 28vw, 390px);
  height: auto;
  object-fit: contain;
  opacity: 0.62;
  filter:
    brightness(1.4)
    contrast(0.92)
    drop-shadow(0 24px 60px rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

.logo-wordmark {
  position: relative;
  z-index: 1;
  display: block;
  width: min(680px, 78vw);
  height: auto;
  object-fit: contain;
  filter:
    brightness(0)
    invert(1)
    drop-shadow(0 2px 18px rgba(0, 0, 0, 0.28))
    drop-shadow(0 28px 70px rgba(0, 0, 0, 0.36));
  opacity: 0.94;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 26px;
  display: grid;
  width: 32px;
  height: 52px;
  place-items: start center;
  padding-top: 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.055);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
}

.scroll-cue span {
  width: 4px;
  height: 10px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.82);
  animation: cueDrop 1.8s ease-in-out infinite;
}

@keyframes cueDrop {
  0%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }

  45% {
    opacity: 1;
    transform: translateY(16px);
  }
}

.company-section {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center end;
  overflow: hidden;
  padding: clamp(84px, 9vw, 128px) clamp(22px, 7vw, 104px);
  background: var(--bg);
}

.company-bg,
.company-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.company-bg {
  z-index: 0;
  background-image: url("https://pub-9f69e04706084981ab229a1ea0443218.r2.dev/ashlight.app/assets/bg1.webp");
  background-position: center;
  background-size: cover;
  opacity: 0.88;
  transform: scale(1.08);
  will-change: transform, opacity;
}

.company-shade {
  z-index: 1;
  background:
    radial-gradient(circle at 76% 46%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(270deg, rgba(5, 6, 10, 0.94) 0%, rgba(5, 6, 10, 0.76) 46%, rgba(5, 6, 10, 0.18) 100%),
    linear-gradient(180deg, var(--bg) 0%, transparent 20%, transparent 74%, var(--bg) 100%);
}

.company-content {
  position: relative;
  z-index: 2;
  width: min(700px, 100%);
  margin-left: auto;
  color: #fff;
}

.company-content h2 {
  max-width: 590px;
  margin: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(2.25rem, 3.85vw, 4.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.058em;
}

.company-copy {
  max-width: 620px;
  margin-top: clamp(22px, 3vw, 32px);
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.9rem, 1.08vw, 1rem);
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: -0.018em;
}

.company-copy p {
  margin: 0;
}

.company-copy p + p {
  margin-top: 18px;
}

.company-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 26px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius-pill);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.24)),
    linear-gradient(135deg, var(--accent), var(--accent-hot));
  box-shadow: 0 18px 40px rgba(255, 123, 110, 0.18);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.company-cta:hover,
.company-cta:focus-visible {
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(255, 123, 110, 0.24);
}

.solutions-section {
  --solution-gap: 1.25rem;
  --solution-closed: 5rem;
  --solution-open: 30rem;
  --solution-accent: linear-gradient(135deg, #7b8084, #404a53);
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(128px, 10vw, 158px) clamp(20px, 5vw, 76px) 72px;
  background:
    linear-gradient(180deg, #05060a 0%, #07090d 32%, #07090d 100%);
}

.solutions-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: min(1400px, 100%);
  margin: 0 auto 24px;
}

.solutions-controls {
  display: flex;
  gap: 10px;
}

.solution-nav {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font: 700 1.7rem/1 "Space Grotesk", sans-serif;
  cursor: pointer;
  transition:
    transform 220ms ease,
    background 220ms ease,
    opacity 220ms ease;
}

.solution-nav:hover,
.solution-nav:focus-visible {
  outline: none;
  transform: translateY(-2px);
  background: var(--solution-accent);
  color: #fff;
}

.solution-nav:disabled {
  cursor: default;
  opacity: 0.35;
  transform: none;
}

.solutions-slider {
  position: relative;
  z-index: 2;
  width: min(1400px, 100%);
  margin: 0 auto;
  overflow: hidden;
}

.solutions-track {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: var(--solution-gap);
  min-height: 26rem;
  padding-bottom: 40px;
  scroll-behavior: smooth;
}

.solution-card {
  position: relative;
  flex: 0 0 var(--solution-closed);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.055);
  box-shadow:
    0 22px 74px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
  cursor: pointer;
  transition:
    flex-basis 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 280ms ease,
    background 280ms ease;
}

.solution-card[aria-expanded="true"] {
  flex-basis: var(--solution-open);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-8px);
}

.solution-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: brightness(0.75) saturate(75%);
  transition:
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 360ms ease;
}

.solution-card:hover .solution-card-bg,
.solution-card[aria-expanded="true"] .solution-card-bg {
  filter: brightness(0.9) saturate(100%);
  transform: scale(1.05);
}

.solution-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.85) 100%);
  pointer-events: none;
}

.solution-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  min-height: 26rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0;
}

.solution-card-copy {
  display: grid;
  justify-items: start;
  width: auto;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 300ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.solution-card:not([aria-expanded="true"]) .solution-card-copy {
  width: auto;
  justify-items: center;
}

.solution-card h3 {
  margin: 0;
  color: #fff;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.58),
    0 14px 32px rgba(0, 0, 0, 0.48);
  transition: opacity 260ms ease;
}

.solution-card:not([aria-expanded="true"]) h3 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.solution-card p {
  display: none;
  max-width: 16rem;
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.96rem;
  line-height: 1.45;
  text-shadow:
    0 1px 6px rgba(0, 0, 0, 0.72),
    0 10px 24px rgba(0, 0, 0, 0.5);
}

.solution-card a {
  display: none;
  width: fit-content;
  margin-top: 1rem;
  padding: 0.52rem 1.22rem;
  border: none;
  border-radius: var(--radius-pill);
  color: #fff;
  background: var(--solution-accent);
  box-shadow: 0 10px 22px rgba(64, 74, 83, 0.34);
  font-size: 0.86rem;
  font-weight: 700;
}

.solution-card a:hover,
.solution-card a:focus-visible {
  outline: none;
  background: linear-gradient(135deg, #8b9094, #404a53);
}

.solution-card[aria-expanded="true"] .solution-card-content {
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0.75rem;
  padding: 1.2rem 1.8rem;
}

.solution-card[aria-expanded="true"] .solution-card-copy {
  opacity: 1;
  transform: translateY(0);
  width: min(14.5rem, 100%);
  margin-left: -0.15rem;
  padding: 0.55rem 0.7rem;
  border-radius: 16px;
  background:
    radial-gradient(circle at 18% 48%, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.2) 48%, transparent 78%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.24), transparent 86%);
}

.solution-card[aria-expanded="true"] h3 {
  font-size: 2.15rem;
  writing-mode: horizontal-tb;
  transform: none;
  letter-spacing: -0.045em;
  transition: opacity 260ms ease;
}

.solution-card[aria-expanded="true"] p {
  display: block;
}

.solution-card[aria-expanded="true"] a {
  display: inline-flex;
}

.solutions-dots {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 18px;
}

.solutions-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition:
    width 220ms ease,
    background 220ms ease;
}

.solutions-dot.is-active {
  width: 28px;
  border-radius: var(--radius-pill);
  background: var(--solution-accent);
}

.contact-footer {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(74px, 7vw, 112px) clamp(22px, 9vw, 128px) 34px;
  background: var(--bg);
}

.contact-frame-sequence {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("https://pub-9f69e04706084981ab229a1ea0443218.r2.dev/ashlight.app/assets/contact-frames/frame-001.webp");
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
  filter: brightness(1.38) saturate(1.16);
  will-change: transform;
}

.contact-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.62) 34%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.34) 50%, rgba(0, 0, 0, 0.68) 100%);
  pointer-events: none;
}

.contact-grain {
  position: absolute;
  inset: -20%;
  z-index: 2;
  opacity: 0.13;
  background-image:
    linear-gradient(115deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 10px),
    radial-gradient(circle, rgba(255, 255, 255, 0.18) 0 0.8px, transparent 0.9px);
  background-size: 46px 46px, 12px 12px;
  mix-blend-mode: overlay;
  animation: grainDrift 18s steps(8) infinite;
  pointer-events: none;
}

.contact-content,
.contact-bottom {
  position: relative;
  z-index: 3;
  width: min(1240px, 100%);
  margin-inline: auto;
}

.contact-content {
  align-self: start;
}

.contact-panel {
  position: relative;
  display: grid;
  width: min(250px, 100%);
  min-height: clamp(440px, 57vh, 540px);
  padding: 36px 0 0;
}

.contact-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: calc(100% + 20px);
  background: rgba(255, 255, 255, 0.72);
}

.contact-logo {
  width: 114px;
  filter: brightness(0) invert(1);
}

.contact-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-divider {
  width: 100%;
  height: 1px;
  margin: 32px 0 22px;
  background: rgba(255, 255, 255, 0.72);
}

.contact-list {
  display: grid;
  gap: 22px;
}

.contact-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 13px;
  align-items: center;
  width: min(210px, 100%);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.25;
  font-style: normal;
}

a.contact-row {
  transition:
    color 200ms ease,
    transform 200ms ease;
}

a.contact-row:hover,
a.contact-row:focus-visible {
  color: #fff;
  outline: none;
  transform: translateX(3px);
}

.contact-row-email:hover,
.contact-row-email:focus-visible {
  color: #4da3ff;
}

.contact-row-email:hover span,
.contact-row-email:focus-visible span {
  color: #4da3ff;
}

.contact-row-whatsapp:hover,
.contact-row-whatsapp:focus-visible {
  color: #25d366;
}

.contact-row-whatsapp:hover span,
.contact-row-whatsapp:focus-visible span {
  color: #25d366;
}

.contact-line-icon {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #fff;
}

.contact-line-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.contact-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.contact-social a {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #fff;
  background: transparent;
  transition:
    transform 200ms ease,
    background 200ms ease;
}

.contact-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.contact-social a:hover,
.contact-social a:focus-visible {
  outline: none;
  background: #fff;
  transform: translateY(-2px);
}

.contact-social-instagram:hover,
.contact-social-instagram:focus-visible {
  color: #d62976;
}

.contact-social-instagram:hover svg path,
.contact-social-instagram:focus-visible svg path {
  fill: url("#instagram-gradient");
}

.contact-social-linkedin:hover,
.contact-social-linkedin:focus-visible {
  color: #0a66c2;
}

.contact-bottom {
  position: absolute;
  z-index: 4;
  right: clamp(18px, 3.4vw, 42px);
  bottom: clamp(18px, 3vw, 34px);
  width: auto;
}

.back-to-top {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #080808;
  background: rgba(255, 255, 255, 0.96);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  transition:
    color 220ms ease,
    background 220ms ease,
    transform 220ms ease;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  color: #fff;
  outline: none;
  background: transparent;
  transform: translateY(-2px);
}

@keyframes grainDrift {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-6%, 4%, 0);
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 16px;
    left: 12px;
    right: 12px;
    width: auto;
    justify-content: space-between;
  }

  .site-brand {
    width: 48px;
  }

  .site-brand-sphere {
    width: 74%;
  }

  .glass-nav {
    width: auto;
    justify-content: flex-end;
    gap: 2px;
    padding: 6px;
  }

  .glass-nav a {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.74rem;
  }

  .glass-nav .nav-cta {
    padding: 0 12px;
  }

  .hero {
    padding-inline: 14px;
  }

  .brand-lockup {
    width: min(100%, 370px);
    min-height: 240px;
    border-radius: 34px;
  }

  .logo-globe {
    width: min(66vw, 260px);
  }

  .logo-wordmark {
    width: min(82vw, 330px);
  }

  .company-section {
    min-height: auto;
    padding: 120px 22px 110px;
  }

  .company-shade {
    background:
      linear-gradient(180deg, var(--bg) 0%, rgba(5, 6, 10, 0.52) 26%, rgba(5, 6, 10, 0.9) 100%),
      linear-gradient(90deg, rgba(5, 6, 10, 0.88), rgba(5, 6, 10, 0.34));
  }

  .company-content {
    margin-left: 0;
  }

  .company-content h2 {
    font-size: clamp(2rem, 9.2vw, 3.35rem);
  }

  .company-copy {
    font-size: 0.9rem;
    line-height: 1.64;
  }

  .solutions-section {
    --solution-gap: 12px;
    --solution-closed: 100%;
    --solution-open: 100%;
    padding: 96px 18px 72px;
  }

  .solutions-head {
    margin-bottom: 18px;
  }

  .solutions-controls {
    width: 100%;
    justify-content: space-between;
  }

  .solutions-slider {
    overflow: visible;
  }

  .solutions-track {
    display: grid;
    min-height: 0;
    gap: 0.8rem;
    padding-bottom: 20px;
  }

  .solution-card,
  .solution-card[aria-expanded="true"] {
    flex-basis: auto;
    width: 100%;
    min-height: 80px;
    transform: none;
    scroll-snap-align: start;
  }

  .solution-card[aria-expanded="true"] {
    min-height: 300px;
  }

  .solution-card-content,
  .solution-card[aria-expanded="true"] .solution-card-content {
    min-height: inherit;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 1rem;
    padding: 1rem;
  }

  .solution-card[aria-expanded="true"] .solution-card-content {
    align-items: center;
    padding: 1.5rem;
  }

  .solution-card h3 {
    font-size: 1.2rem;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .solution-card[aria-expanded="true"] h3 {
    font-size: 1.8rem;
  }

  .solution-card[aria-expanded="true"] .solution-card-copy {
    width: auto;
  }

  .solution-card[aria-expanded="true"] p {
    max-width: 11rem;
    font-size: 0.95rem;
  }

  .solutions-dots {
    display: none;
  }

  .contact-footer {
    min-height: 100svh;
    padding: 92px 18px 28px;
  }

  .contact-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.52)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.58));
  }

  .contact-panel {
    width: min(250px, 88vw);
    min-height: 540px;
    padding-top: 28px;
  }

  .contact-panel::after {
    right: -14px;
    height: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
