:root {
  --black: #050303;
  --charcoal: #111010;
  --iron: #1b1717;
  --ash: #c9beb4;
  --bone: #f0e3d6;
  --blood: #b10f16;
  --deep-blood: #65070b;
  --rust: #7c2a1f;
  --line: rgba(240, 227, 214, 0.14);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.62);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--bone);
  background:
    radial-gradient(circle at 18% 12%, rgba(177, 15, 22, 0.16), transparent 32%),
    linear-gradient(180deg, #090606 0%, #050303 42%, #120909 100%);
  font-family: Georgia, "Times New Roman", serif;
}

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

.grain {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 7px 7px;
  mix-blend-mode: overlay;
}

.embers {
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
}

.embers span {
  position: absolute;
  bottom: -30px;
  width: 5px;
  height: 46px;
  background: linear-gradient(0deg, transparent, rgba(177, 15, 22, 0.92), transparent);
  filter: blur(0.4px);
  animation: ember-rise 8s linear infinite;
}

.embers span:nth-child(1) {
  left: 10%;
}

.embers span:nth-child(2) {
  left: 28%;
  animation-delay: 1.4s;
}

.embers span:nth-child(3) {
  left: 52%;
  animation-delay: 3.2s;
}

.embers span:nth-child(4) {
  left: 74%;
  animation-delay: 0.7s;
}

.embers span:nth-child(5) {
  left: 90%;
  animation-delay: 4.5s;
}

.topbar {
  position: fixed;
  z-index: 30;
  top: 16px;
  left: 50%;
  display: grid;
  width: min(1120px, calc(100% - 28px));
  grid-template-columns: 1fr auto 48px;
  align-items: center;
  gap: 18px;
  transform: translateX(-50%);
}

.brand,
.nav-links,
.icon-button {
  min-height: 48px;
  border: 1px solid rgba(177, 15, 22, 0.54);
  background: rgba(5, 3, 3, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 11px;
  padding: 0 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 50%;
  animation: pulse-red 2.6s ease-in-out infinite;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 10px;
}

.nav-links a {
  padding: 12px 13px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-links a:hover {
  background: rgba(177, 15, 22, 0.22);
}

.icon-button {
  display: grid;
  place-items: center;
  color: var(--blood);
  font-size: 1.2rem;
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: 94vh;
  overflow: hidden;
  background: var(--black);
}

.hero-mark {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(720px, 92vw);
  max-height: 70vh;
  object-fit: contain;
  opacity: 0.68;
  transform: translate(-50%, -50%);
  animation: sigil-breathe 7s ease-in-out infinite;
  filter: drop-shadow(0 0 44px rgba(177, 15, 22, 0.38));
}

.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 3, 3, 0.92), rgba(5, 3, 3, 0.52) 48%, rgba(5, 3, 3, 0.9)),
    linear-gradient(0deg, rgba(5, 3, 3, 0.98), transparent 40%),
    radial-gradient(circle at 50% 50%, transparent 0 21%, rgba(5, 3, 3, 0.62) 56%, rgba(5, 3, 3, 0.96) 100%);
}

.scratch {
  position: absolute;
  z-index: 3;
  right: -30vw;
  width: 62vw;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(177, 15, 22, 0.9), rgba(240, 227, 214, 0.7), transparent);
  transform: rotate(-18deg);
  animation: scratch-sweep 3.6s linear infinite;
}

.scratch-one {
  top: 30%;
}

.scratch-two {
  top: 53%;
  animation-delay: 1s;
}

.scratch-three {
  top: 72%;
  animation-delay: 2.15s;
}

.hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 86vh;
  width: min(1120px, calc(100% - 34px));
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  padding-top: 88px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blood);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 780px;
  margin: 0;
  animation: title-cut 900ms cubic-bezier(0.2, 0.9, 0.15, 1.12) both;
  color: var(--bone);
  font-size: clamp(4rem, 14vw, 10rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 5px 5px 0 var(--deep-blood), 0 0 34px rgba(177, 15, 22, 0.52);
}

.hero-copy {
  max-width: 620px;
  margin: 28px 0 0;
  animation: rise-in 900ms ease 240ms both;
  color: rgba(240, 227, 214, 0.78);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  animation: rise-in 900ms ease 400ms both;
}

.primary-action,
.secondary-action,
.project-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(177, 15, 22, 0.7);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-action {
  background: var(--blood);
  color: white;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.82);
}

.secondary-action,
.project-link {
  background: rgba(5, 3, 3, 0.62);
  color: var(--bone);
}

.primary-action:hover,
.secondary-action:hover,
.project-link:hover {
  transform: translate(-3px, -3px);
  box-shadow: 9px 9px 0 rgba(0, 0, 0, 0.9);
}

.omen-strip {
  position: relative;
  z-index: 12;
  display: grid;
  width: min(1120px, calc(100% - 34px));
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: -28px auto 0;
  background: rgba(177, 15, 22, 0.5);
  box-shadow: var(--shadow);
}

.omen-strip span {
  min-height: 76px;
  padding: 18px;
  background: rgba(15, 12, 12, 0.96);
  color: rgba(240, 227, 214, 0.78);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 850;
}

.omen-strip strong {
  display: block;
  color: var(--blood);
  font-size: 1.5rem;
}

.section {
  position: relative;
  z-index: 10;
  padding: 92px max(18px, calc((100vw - 1120px) / 2));
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 1.28fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 32px;
}

.section-heading h2,
.oath-copy h2,
.timeline-copy h2,
.arsenal-copy h2,
.contact-panel h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5.8vw, 5.1rem);
  line-height: 0.94;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 rgba(101, 7, 11, 0.86);
}

.oath {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(280px, 1.3fr);
  gap: 28px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(177, 15, 22, 0.12), transparent 42%),
    #090606;
}

.oath-mark {
  display: grid;
  min-height: 390px;
  place-items: center;
  border: 1px solid rgba(177, 15, 22, 0.48);
  background:
    radial-gradient(circle, rgba(177, 15, 22, 0.22), transparent 58%),
    rgba(17, 16, 16, 0.82);
  box-shadow: var(--shadow);
}

.oath-mark img {
  width: min(280px, 70%);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 0 30px rgba(177, 15, 22, 0.66));
  animation: sigil-breathe-centered 7s ease-in-out infinite;
}

.oath-copy p {
  max-width: 690px;
  margin: 22px 0;
  color: rgba(240, 227, 214, 0.72);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.65;
}

.oath-list,
.detail-list {
  display: grid;
  gap: 8px;
}

.oath-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.oath-list span,
.detail-list span {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid rgba(177, 15, 22, 0.38);
  background: rgba(5, 3, 3, 0.46);
  color: rgba(240, 227, 214, 0.72);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.45;
}

.oath-list strong,
.detail-list strong {
  color: var(--blood);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.projects {
  background:
    radial-gradient(circle at 85% 20%, rgba(177, 15, 22, 0.18), transparent 28%),
    linear-gradient(180deg, #080505, #120909);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  perspective: 1200px;
}

.project-card {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(177, 15, 22, 0.5);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(177, 15, 22, 0.12), transparent 34%),
    rgba(17, 16, 16, 0.9);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 10px solid var(--accent);
  pointer-events: none;
}

.project-card:hover {
  box-shadow: 0 34px 98px rgba(0, 0, 0, 0.78);
}

.project-icon {
  display: grid;
  min-height: 320px;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(177, 15, 22, 0.4);
  background: #030202;
}

.project-icon img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: contain;
  padding: 22px;
  animation: icon-hover 6s ease-in-out infinite;
  filter: drop-shadow(0 0 24px rgba(177, 15, 22, 0.42));
}

.mask-panel img {
  object-fit: cover;
  padding: 0;
  opacity: 0.88;
}

.project-copy {
  padding: 28px;
}

.chapter {
  display: inline-flex;
  margin-bottom: 50px;
  color: var(--blood);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 950;
  text-transform: uppercase;
}

.project-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 3.1vw, 2.65rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.project-copy p,
.arsenal-copy p,
.contact-panel p {
  margin: 0;
  color: rgba(240, 227, 214, 0.72);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.65;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.tag-list li {
  padding: 8px 10px;
  border: 1px solid rgba(177, 15, 22, 0.44);
  background: rgba(5, 3, 3, 0.52);
  color: rgba(240, 227, 214, 0.86);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-files,
.services,
.testimonials {
  background:
    radial-gradient(circle at 10% 18%, rgba(177, 15, 22, 0.14), transparent 30%),
    #0a0606;
}

.case-grid,
.service-grid,
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.case-panel,
.service-card,
.quote-grid blockquote {
  min-height: 260px;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(177, 15, 22, 0.46);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(177, 15, 22, 0.14), transparent 38%),
    rgba(17, 16, 16, 0.88);
  box-shadow: var(--shadow);
}

.case-number {
  display: inline-flex;
  margin-bottom: 68px;
  color: var(--blood);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 2.3rem;
  font-weight: 950;
}

.case-panel h3,
.service-card h3,
.timeline-item h3 {
  margin: 0 0 12px;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
}

.case-panel p,
.service-card p,
.timeline-item p,
.quote-grid p,
.faq-list p {
  margin: 0;
  color: rgba(240, 227, 214, 0.7);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.65;
}

.timeline {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(300px, 1.22fr);
  gap: 28px;
  background:
    linear-gradient(90deg, #050303, rgba(101, 7, 11, 0.25)),
    #050303;
}

.timeline-list {
  position: relative;
  display: grid;
  gap: 14px;
}

.timeline-list::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 31px;
  width: 2px;
  background: linear-gradient(var(--blood), transparent);
}

.timeline-item {
  position: relative;
  display: grid;
  min-height: 150px;
  gap: 8px;
  padding: 20px 20px 20px 82px;
  border: 1px solid rgba(177, 15, 22, 0.42);
  background: rgba(17, 16, 16, 0.82);
}

.timeline-item span {
  position: absolute;
  top: 18px;
  left: 16px;
  display: grid;
  width: 32px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(177, 15, 22, 0.66);
  background: var(--black);
  color: var(--blood);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 950;
}

.arsenal {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(280px, 0.95fr);
  gap: 26px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(101, 7, 11, 0.22), transparent 48%),
    var(--black);
}

.arsenal-copy p {
  max-width: 620px;
  margin-top: 22px;
}

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

.relic-grid span {
  display: grid;
  min-height: 150px;
  align-content: end;
  gap: 14px;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(177, 15, 22, 0.44);
  background: rgba(17, 16, 16, 0.82);
  color: rgba(240, 227, 214, 0.88);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 950;
  text-transform: uppercase;
}

.relic-grid img {
  width: 100%;
  height: 72px;
  object-fit: contain;
  justify-self: center;
  filter: drop-shadow(0 0 18px rgba(177, 15, 22, 0.46));
}

.services {
  background:
    linear-gradient(180deg, #0a0606, #120909);
}

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

.service-card {
  min-height: 230px;
}

.gallery {
  background:
    radial-gradient(circle at 82% 14%, rgba(177, 15, 22, 0.18), transparent 34%),
    var(--black);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 14px;
}

.gallery-grid figure {
  position: relative;
  min-height: 340px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(177, 15, 22, 0.44);
  background: #030202;
  box-shadow: var(--shadow);
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 400ms ease, opacity 400ms ease;
}

.gallery-grid figure:hover img {
  opacity: 1;
  transform: scale(1.05);
}

.gallery-grid figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px;
  border: 1px solid rgba(177, 15, 22, 0.5);
  background: rgba(5, 3, 3, 0.78);
  color: rgba(240, 227, 214, 0.82);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quote-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quote-grid blockquote {
  min-height: 220px;
}

.quote-grid p {
  color: rgba(240, 227, 214, 0.86);
  font-size: 1.12rem;
}

.quote-grid cite {
  display: block;
  margin-top: 34px;
  color: var(--blood);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.faq {
  background: #070404;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid rgba(177, 15, 22, 0.42);
  background: rgba(17, 16, 16, 0.86);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px;
  color: var(--bone);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 950;
  text-transform: uppercase;
}

.faq-list p {
  padding: 0 20px 20px;
}

.contact {
  background:
    radial-gradient(circle at 50% 10%, rgba(177, 15, 22, 0.22), transparent 38%),
    #0a0606;
}

.contact-panel {
  display: grid;
  min-height: 410px;
  align-content: center;
  justify-items: start;
  padding: 34px;
  border: 1px solid rgba(177, 15, 22, 0.5);
  border-radius: 4px;
  background: rgba(17, 16, 16, 0.86);
  box-shadow: var(--shadow);
}

.contact-panel img {
  width: 82px;
  aspect-ratio: 1;
  margin-bottom: 18px;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 0 18px rgba(177, 15, 22, 0.5));
}

.contact-panel p {
  max-width: 560px;
  margin: 18px 0 28px;
}

.footer {
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 94px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 max(18px, calc((100vw - 1120px) / 2));
  border-top: 1px solid rgba(177, 15, 22, 0.34);
  background: var(--black);
  color: rgba(240, 227, 214, 0.62);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 850;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 760ms ease, transform 760ms ease;
}

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

@keyframes ember-rise {
  from {
    opacity: 0;
    transform: translateY(0) rotate(8deg);
  }

  20% {
    opacity: 0.8;
  }

  to {
    opacity: 0;
    transform: translateY(-110vh) rotate(-14deg);
  }
}

@keyframes pulse-red {
  50% {
    filter: brightness(1.5) drop-shadow(0 0 12px rgba(177, 15, 22, 0.75));
    transform: scale(1.05);
  }
}

@keyframes sigil-breathe {
  50% {
    opacity: 0.88;
    transform: translate(-50%, -50%) scale(1.045) rotate(1deg);
  }
}

@keyframes sigil-breathe-centered {
  50% {
    transform: scale(1.045) rotate(1deg);
  }
}

@keyframes scratch-sweep {
  from {
    transform: translateX(0) rotate(-18deg);
  }

  to {
    transform: translateX(-150vw) rotate(-18deg);
  }
}

@keyframes title-cut {
  from {
    opacity: 0;
    transform: translateY(32px) skewX(-10deg);
  }

  to {
    opacity: 1;
    transform: translateY(0) skewX(0);
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes icon-hover {
  50% {
    transform: scale(1.04);
    filter: drop-shadow(0 0 34px rgba(177, 15, 22, 0.72));
  }
}

@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;
  }
}

@media (max-width: 820px) {
  .topbar {
    top: 10px;
    grid-template-columns: 1fr 44px;
  }

  .nav-links {
    display: none;
  }

  .brand,
  .icon-button {
    min-height: 44px;
  }

  .brand span {
    max-width: 54vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero {
    min-height: 96vh;
  }

  .hero-mark {
    width: min(560px, 112vw);
  }

  .hero-content {
    min-height: 84vh;
    justify-content: flex-end;
    padding-bottom: 96px;
  }

  h1 {
    font-size: clamp(3.6rem, 20vw, 6.3rem);
    text-shadow: 3px 3px 0 var(--deep-blood), 0 0 24px rgba(177, 15, 22, 0.48);
  }

  .omen-strip,
  .section-heading,
  .project-grid,
  .oath,
  .timeline,
  .arsenal {
    grid-template-columns: 1fr;
  }

  .omen-strip {
    margin-top: -42px;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-heading {
    gap: 12px;
  }

  .project-card {
    min-height: auto;
  }

  .project-icon {
    min-height: 260px;
  }

  .case-grid,
  .service-grid,
  .gallery-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .oath-mark {
    min-height: 280px;
  }

  .gallery-grid figure,
  .gallery-grid img {
    min-height: 260px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}
.project-image {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  margin-top: 10px;
  border-radius: 12px;
  object-fit: contain;
}
@media (max-width: 480px) {
  .hero-actions,
  .primary-action,
  .secondary-action {
    width: 100%;
  }

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

  .oath-list {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    padding: 24px;
  }
}
