﻿/* Artemis acid / surreal neo-futurist page */
html,
body {
  width: 100%;
  min-width: 100%;
}

body:has(.artemis-acid-page) {
  background: #050506;
}

body:has(.artemis-acid-page) .section-shell {
  width: min(100%, calc(100% - clamp(24px, 4vw, 72px)));
  max-width: 1920px;
}

.artemis-acid-page {
  position: relative;
  left: 50%;
  width: 100vw;
  min-height: 100vh;
  margin-left: -50vw;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 8%, rgba(212, 255, 0, 0.16), transparent 22rem),
    radial-gradient(circle at 76% 18%, rgba(255, 0, 174, 0.18), transparent 24rem),
    radial-gradient(circle at 44% 72%, rgba(0, 244, 255, 0.13), transparent 28rem),
    linear-gradient(135deg, #050506 0%, #0c0713 46%, #090b08 100%);
}

.acid-grid,
.glitch-scan {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.acid-grid {
  z-index: -3;
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(210, 255, 0, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 238, 255, 0.11) 1px, transparent 1px),
    radial-gradient(circle at 50% 20%, rgba(255, 0, 174, 0.14), transparent 30rem);
  background-size: 48px 48px, 48px 48px, 100% 100%;
  mask-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0.3));
}

.glitch-scan {
  z-index: 30;
  opacity: 0.12;
  mix-blend-mode: screen;
  background: repeating-linear-gradient(180deg, transparent 0 7px, rgba(255, 255, 255, 0.48) 8px, transparent 10px);
  animation: scan-drift 8s linear infinite;
}

.acid-hero {
  position: relative;
  grid-template-columns: minmax(0, 1.02fr) minmax(520px, 0.88fr);
  min-height: 100vh;
  padding-top: 150px;
}

.acid-hero::before,
.acid-hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  filter: blur(2px);
}

.acid-hero::before {
  top: 16%;
  right: 5%;
  width: clamp(180px, 22vw, 420px);
  height: clamp(180px, 22vw, 420px);
  border: 2px solid rgba(212, 255, 0, 0.38);
  border-radius: 38% 62% 64% 36%;
  transform: rotate(18deg);
  box-shadow: 0 0 80px rgba(212, 255, 0, 0.13);
}

.acid-hero::after {
  bottom: 10%;
  left: 8%;
  width: clamp(220px, 34vw, 620px);
  height: 120px;
  background: linear-gradient(90deg, rgba(255, 0, 174, 0.34), rgba(0, 238, 255, 0.2), rgba(212, 255, 0, 0.26));
  transform: skewX(-18deg) rotate(-5deg);
  opacity: 0.44;
}

.acid-eyebrow {
  color: #d7ff2f;
  text-shadow: 0 0 16px rgba(215, 255, 47, 0.42);
}

.glitch-title {
  position: relative;
  max-width: 980px;
  color: #fffdf2;
  text-shadow:
    0.045em 0 rgba(255, 0, 174, 0.66),
    -0.035em 0 rgba(0, 238, 255, 0.62),
    0 0 34px rgba(215, 255, 47, 0.12);
}

.glitch-title::before,
.glitch-title::after {
  position: absolute;
  inset: 0;
  content: attr(data-text);
  pointer-events: none;
  opacity: 0.42;
}

.glitch-title::before {
  color: #ff33b8;
  transform: translate(4px, -2px);
  clip-path: inset(0 0 58% 0);
  animation: glitch-slice 3.4s infinite steps(2, end);
}

.glitch-title::after {
  color: #00eeff;
  transform: translate(-4px, 3px);
  clip-path: inset(54% 0 0 0);
  animation: glitch-slice 2.7s infinite reverse steps(2, end);
}

.acid-lede {
  max-width: 780px;
  color: rgba(247, 243, 234, 0.76);
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.68;
}

.acid-button {
  border: 1px solid rgba(215, 255, 47, 0.42);
  box-shadow: 0 0 34px rgba(215, 255, 47, 0.13), inset 0 0 22px rgba(255, 255, 255, 0.08);
}

.acid-button.ghost {
  border-color: rgba(0, 238, 255, 0.32);
}

.signal-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.signal-strip span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(247, 243, 234, 0.76);
  font-family: "Space Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.surreal-stage {
  min-height: 660px;
  perspective: 1100px;
}

.floating-pass {
  position: absolute;
  top: 2%;
  right: 2%;
  z-index: 4;
  display: grid;
  gap: 12px;
  width: min(318px, 58vw);
  padding: 20px 22px;
  overflow: hidden;
  border: 1px solid rgba(0, 238, 255, 0.38);
  border-radius: 28px 12px 34px 18px;
  background:
    linear-gradient(120deg, rgba(0, 238, 255, 0.16), transparent 34%, rgba(215, 255, 47, 0.13)),
    radial-gradient(circle at 82% 18%, rgba(255, 0, 174, 0.32), transparent 34%),
    rgba(3, 6, 12, 0.78);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 42px rgba(0, 238, 255, 0.2),
    18px 22px 0 rgba(0, 238, 255, 0.08),
    0 34px 100px rgba(0, 0, 0, 0.46);
  transform: rotate(4deg) translateZ(80px);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  animation: pass-drift 7s ease-in-out infinite;
}

.floating-pass::before,
.floating-pass::after,
.pass-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.floating-pass::before {
  background: linear-gradient(100deg, transparent 0 32%, rgba(255, 255, 255, 0.28) 44%, transparent 58%);
  transform: translateX(-120%);
  animation: pass-sheen 4.8s ease-in-out infinite;
}

.floating-pass::after {
  inset: auto 18px 14px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #00eeff, #d7ff2f, transparent);
  box-shadow: 0 0 22px rgba(0, 238, 255, 0.64);
}

.pass-noise {
  opacity: 0.18;
  background: repeating-linear-gradient(180deg, transparent 0 7px, rgba(255, 255, 255, 0.28) 8px, transparent 10px);
  mix-blend-mode: screen;
}

.floating-pass strong {
  position: relative;
  font-family: "Space Mono", monospace;
  font-size: clamp(24px, 2.1vw, 34px);
  color: #f8fff0;
  letter-spacing: -0.06em;
  line-height: 0.88;
  text-shadow: 0 0 18px rgba(215, 255, 47, 0.32);
}

.floating-pass small,
.pass-label {
  position: relative;
  color: rgba(247, 243, 234, 0.66);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.floating-pass small {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.floating-pass small span {
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.acid-orb {
  margin: 82px auto 0;
  filter: saturate(1.4) contrast(1.12);
  transform: translateX(22px) rotate(-4deg) scale(1.08);
}

.acid-orb .orb-core {
  color: #050506;
  background: radial-gradient(circle, #f7ff00, #00eeff 46%, #ff33b8 72%);
  box-shadow: 0 0 80px rgba(0, 238, 255, 0.42), 0 0 120px rgba(255, 0, 174, 0.24);
}

.artemis-logo-mark {
  display: inline-flex !important;
  width: clamp(210px, 18vw, 340px) !important;
  height: clamp(210px, 18vw, 340px) !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  letter-spacing: -0.08em;
  text-transform: lowercase;
  transform: none;
  box-shadow:
    0 0 0 10px rgba(0, 238, 255, 0.045),
    0 0 64px rgba(0, 238, 255, 0.42),
    0 0 120px rgba(215, 255, 47, 0.18),
    inset 0 0 34px rgba(255, 255, 255, 0.08);
  animation: logo-breathe 5.6s ease-in-out infinite;
}

.logo-at {
  font-family: "Space Mono", monospace;
  font-size: clamp(72px, 7vw, 132px);
  font-weight: 700;
  line-height: 0.78;
}

.logo-rest {
  margin-left: 0.28em;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(36px, 3.8vw, 72px);
  font-style: italic;
  font-weight: 800;
  line-height: 0.78;
}

.generated-logo-shell {
  overflow: hidden;
  padding: 0 !important;
  background: radial-gradient(circle at 50% 35%, rgba(0, 238, 255, 0.18), #040406 62%) !important;
  border-radius: 50%;
}

.generated-logo-shell::before,
.generated-logo-shell::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  content: "";
  border-radius: inherit;
}

.generated-logo-shell::before {
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(255, 255, 255, 0.22) 46%, transparent 58%),
    repeating-linear-gradient(180deg, transparent 0 9px, rgba(0, 238, 255, 0.08) 10px, transparent 12px);
  mix-blend-mode: screen;
  animation: logo-scan 4.2s ease-in-out infinite;
}

.generated-logo-shell::after {
  inset: 8px;
  border: 1px solid rgba(215, 255, 47, 0.2);
  box-shadow: inset 0 0 28px rgba(0, 238, 255, 0.14);
}

.generated-logo-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.08) saturate(1.04);
  transform: none;
  animation: logo-drift 8s ease-in-out infinite alternate;
}

.logo-halo {
  position: absolute;
  inset: 50%;
  width: clamp(260px, 22vw, 420px);
  aspect-ratio: 1;
  border-radius: 42% 58% 54% 46% / 50% 38% 62% 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.halo-one {
  border: 1px solid rgba(0, 238, 255, 0.28);
  box-shadow: 0 0 48px rgba(0, 238, 255, 0.18), inset 0 0 48px rgba(215, 255, 47, 0.06);
  animation: halo-spin 18s linear infinite;
}

.halo-two {
  width: clamp(310px, 26vw, 500px);
  border: 1px dashed rgba(215, 255, 47, 0.26);
  opacity: 0.78;
  animation: halo-spin 26s linear infinite reverse;
}

.generated-window {
  position: relative;
  overflow: hidden;
  width: calc(100% + 18px);
  aspect-ratio: 1.08 / 0.78;
  margin: -12px -9px 20px;
  border: 1px solid rgba(215, 255, 47, 0.24);
  border-radius: 26px 26px 10px 26px;
  background: #07070a;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 20px 48px rgba(0, 0, 0, 0.34);
  transform: rotate(-1.5deg);
}

.generated-window::before,
.generated-window::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
}

.generated-window::before {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.2), transparent 28%, transparent 72%, rgba(215, 255, 47, 0.12)),
    repeating-linear-gradient(180deg, transparent 0 8px, rgba(255, 255, 255, 0.08) 9px, transparent 11px);
  mix-blend-mode: screen;
  opacity: 0.44;
}

.generated-window::after {
  inset: auto 14px 14px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d7ff2f, #00eeff, #ff33b8);
  box-shadow: 0 0 22px rgba(0, 238, 255, 0.46);
}

.generated-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.22) contrast(1.08);
  transform: scale(1.04);
}

.visual-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
}

.visual-card h3,
.visual-card p,
.visual-card span {
  position: relative;
  z-index: 3;
}

.acid-terminal {
  position: relative;
  border-color: rgba(0, 238, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(0, 238, 255, 0.08), rgba(255, 0, 174, 0.075)),
    rgba(1, 2, 4, 0.82);
  box-shadow: 14px 16px 0 rgba(215, 255, 47, 0.1), 0 30px 80px rgba(0, 0, 0, 0.46);
}

.acid-terminal::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: repeating-linear-gradient(180deg, transparent 0 9px, rgba(255, 255, 255, 0.08) 10px, transparent 12px);
  mix-blend-mode: screen;
}

.acid-terminal pre {
  padding: 28px;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.72;
}

.acid-terminal code {
  white-space: inherit;
}

.compact-terminal pre {
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 1.7;
}

.terminal-bar {
  align-items: center;
}

.copy-terminal {
  position: relative;
  z-index: 2;
  margin-left: auto;
  padding: 7px 12px;
  border: 1px solid rgba(215, 255, 47, 0.34);
  border-radius: 999px;
  background: rgba(215, 255, 47, 0.1);
  color: #eaff72;
  cursor: pointer;
  font-family: "Space Mono", Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.copy-terminal:hover,
.copy-terminal[data-copied="true"] {
  background: #d7ff2f;
  color: #050506;
  transform: translateY(-1px);
}

.acid-section .section-kicker {
  margin-bottom: 34px;
}

.acid-capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.acid-card {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  border-color: rgba(255, 255, 255, 0.16);
}

.acid-card::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  content: "";
  background: radial-gradient(circle at 20% 20%, rgba(255, 0, 174, 0.24), transparent 18rem), radial-gradient(circle at 80% 70%, rgba(0, 238, 255, 0.18), transparent 16rem);
}

.acid-card span {
  color: #d7ff2f;
  font-family: "Space Mono", monospace;
}

.narrative-grid,
.install-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 18px;
  align-items: stretch;
}

.narrative-grid .section-kicker,
.install-grid .section-kicker {
  grid-column: 1 / -1;
}

.acid-manifesto,
.signal-console,
.os-card,
.acid-final {
  padding: clamp(28px, 4vw, 54px);
}

.acid-manifesto {
  display: grid;
  gap: 22px;
}

.acid-manifesto p,
.workflow-copy,
.acid-final p {
  color: rgba(247, 243, 234, 0.72);
  font-size: 17px;
  line-height: 1.78;
}

.signal-console ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.signal-console li {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.signal-console strong {
  color: #00eeff;
  font-family: "Space Mono", monospace;
}

.signal-console span {
  color: rgba(247, 243, 234, 0.62);
}

.acid-workflow {
  border-color: rgba(215, 255, 47, 0.22);
  box-shadow: 20px 24px 0 rgba(255, 0, 174, 0.08), 0 30px 100px rgba(0, 0, 0, 0.38);
}

.acid-workflow-list span {
  border-color: rgba(0, 238, 255, 0.18);
  border-radius: 0 20px 20px 20px;
  background: rgba(255, 255, 255, 0.055);
}

.acid-workflow-list b {
  color: #d7ff2f;
}

.os-card {
  display: grid;
  gap: 24px;
  align-content: start;
  border-color: rgba(255, 255, 255, 0.16);
}

.os-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.os-card-head span {
  color: #faffc7;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 3.4vw, 52px);
  font-weight: 800;
  line-height: 0.95;
}

.os-card-head small {
  color: #00eeff;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-align: right;
  text-transform: uppercase;
}

.step-list {
  display: grid;
  gap: 14px;
  padding-left: 22px;
  margin: 0;
  color: rgba(247, 243, 234, 0.72);
  line-height: 1.68;
}

.step-list li::marker {
  color: #d7ff2f;
  font-family: "Space Mono", monospace;
  font-weight: 700;
}

.step-list strong {
  color: #fffdf2;
}

.step-list code,
.acid-final code {
  padding: 2px 6px;
  border: 1px solid rgba(215, 255, 47, 0.22);
  border-radius: 7px;
  background: rgba(215, 255, 47, 0.08);
  color: #eaff72;
  font-family: "Space Mono", Consolas, monospace;
  font-size: 0.92em;
}

.warning-card {
  border-color: rgba(255, 0, 174, 0.2);
}

.warning-card .os-card-head small {
  color: #ff7ad7;
}

.compat-note {
  padding: 16px 18px;
  margin: -4px 0 0;
  border: 1px solid rgba(0, 238, 255, 0.22);
  border-radius: 18px;
  background: rgba(0, 238, 255, 0.07);
  color: rgba(247, 243, 234, 0.72);
  font-size: 14px;
  line-height: 1.62;
}

.compat-note strong {
  color: #d7ff2f;
}

.final-cta {
  padding-bottom: 130px;
}

.acid-final {
  display: grid;
  gap: 24px;
  background:
    radial-gradient(circle at 12% 24%, rgba(215, 255, 47, 0.16), transparent 24rem),
    radial-gradient(circle at 88% 30%, rgba(255, 0, 174, 0.16), transparent 22rem),
    rgba(255, 255, 255, 0.07);
}

@keyframes glitch-slice {
  0%, 82%, 100% { transform: translate(0, 0); opacity: 0.22; }
  84% { transform: translate(7px, -3px); opacity: 0.62; }
  86% { transform: translate(-6px, 4px); opacity: 0.38; }
  88% { transform: translate(3px, 2px); opacity: 0.58; }
}

@keyframes scan-drift {
  from { transform: translateY(-24px); }
  to { transform: translateY(24px); }
}

@keyframes pass-drift {
  0%, 100% { transform: rotate(4deg) translate3d(0, 0, 80px); }
  50% { transform: rotate(2deg) translate3d(-8px, 10px, 90px); }
}

@keyframes pass-sheen {
  0%, 54% { transform: translateX(-120%); opacity: 0; }
  64% { opacity: 0.8; }
  82%, 100% { transform: translateX(120%); opacity: 0; }
}

@keyframes logo-breathe {
  0%, 100% { filter: brightness(1); transform: translateZ(0) scale(1); }
  50% { filter: brightness(1.12); transform: translateZ(20px) scale(1.025); }
}

@keyframes logo-scan {
  0%, 100% { transform: translateX(-42%); opacity: 0.26; }
  48%, 62% { transform: translateX(42%); opacity: 0.5; }
}

@keyframes logo-drift {
  from { transform: scale(1.015); }
  to { transform: scale(1.055) rotate(0.8deg); }
}

@keyframes halo-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 1180px) {
  .acid-hero,
  .acid-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .narrative-grid,
  .install-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 940px) {
  .acid-hero,
  .acid-capability-grid {
    grid-template-columns: 1fr;
  }

  .surreal-stage {
    min-height: 540px;
  }

  .floating-pass {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    transform: rotate(0);
  }

  .acid-orb {
    transform: none;
  }
}

@media (max-width: 560px) {
  body:has(.artemis-acid-page) .section-shell {
    width: min(100%, calc(100% - 24px));
  }

  .acid-card {
    min-height: 300px;
  }

  .os-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .os-card-head small {
    text-align: left;
  }

  .acid-terminal pre,
  .compact-terminal pre {
    font-size: 13px;
  }
}

/* Artemis Bragi mobile bridge showcase */
.artemis-bragi-section {
  position: relative;
  padding-top: clamp(82px, 10vw, 150px);
}

.artemis-bragi-section::before {
  content: "";
  position: absolute;
  inset: 2rem -5vw auto auto;
  width: min(48vw, 620px);
  height: min(48vw, 620px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(146, 255, 219, 0.16), rgba(191, 79, 255, 0.08) 42%, transparent 68%);
  filter: blur(12px);
  pointer-events: none;
  z-index: -1;
}

.bragi-kicker {
  max-width: 940px;
  margin-bottom: 32px;
}

.artemis-bragi-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(118, 255, 214, 0.12), rgba(161, 84, 255, 0.06) 42%, rgba(255, 255, 255, 0.035)),
    rgba(8, 10, 18, 0.78);
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(22px);
  overflow: hidden;
}

.artemis-bragi-panel .bragi-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.artemis-bragi-panel .bragi-copy h3 {
  margin: 8px 0 18px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.artemis-bragi-panel .bragi-copy p,
.artemis-bragi-panel .bragi-copy li {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.artemis-bragi-panel .bragi-copy ul {
  display: grid;
  gap: 13px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.artemis-bragi-panel .bragi-copy li {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.artemis-bragi-panel .bragi-copy li strong {
  color: rgba(167, 255, 224, 0.96);
}

.artemis-bragi-panel .bragi-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.artemis-bragi-panel .bragi-card {
  position: relative;
  min-height: 310px;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #05070d;
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.32);
}

.artemis-bragi-panel .bragi-card img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  display: block;
  transform: scale(1.015);
  filter: saturate(1.08) contrast(1.05);
}

.artemis-bragi-panel .bragi-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.34) 58%, rgba(0, 0, 0, 0.84));
}

.artemis-bragi-panel .bragi-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 5px;
}

.artemis-bragi-panel .bragi-card span {
  color: rgba(167, 255, 224, 0.92);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.artemis-bragi-panel .bragi-card strong {
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.artemis-bragi-panel .bragi-card small {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
}

@media (max-width: 980px) {
  .artemis-bragi-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .artemis-bragi-panel .bragi-gallery {
    grid-template-columns: 1fr;
  }

  .artemis-bragi-panel .bragi-card,
  .artemis-bragi-panel .bragi-card img {
    min-height: 360px;
  }
}



/* Full-screen responsive guard: Artemis page must stay viewport-wide */
body:has(.artemis-acid-page) .section-shell {
  width: calc(100% - clamp(24px, 4vw, 72px));
  max-width: none !important;
}
