:root {
  --background: #11120e;
  --background-deep: #080604;
  --foreground: #f4f0e8;
  --muted: #c8c0af;
  --field: #241812;
  --line: rgba(244, 240, 232, 0.16);
  --accent: #f04d24;
  --accent-strong: #ffb03b;
  --paper: #f0d9b0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 50% -10%, rgba(240, 77, 36, 0.14), transparent 34rem),
    linear-gradient(180deg, var(--background), var(--background-deep));
  color: var(--foreground);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

body::before {
  background-image:
    linear-gradient(rgba(255, 176, 59, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 77, 36, 0.025) 1px, transparent 1px);
  background-size: 18px 18px;
  content: "";
  inset: 0;
  opacity: 0.58;
  pointer-events: none;
  position: fixed;
  z-index: 20;
}

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

.hero {
  isolation: isolate;
  min-height: 92svh;
  overflow: hidden;
  position: relative;
}

.hero__image {
  background:
    radial-gradient(circle at 78% 42%, rgba(240, 77, 36, 0.28), transparent 28%),
    linear-gradient(90deg, rgba(12, 13, 10, 0.94), rgba(12, 13, 10, 0.66) 44%, rgba(12, 13, 10, 0.35)),
    linear-gradient(0deg, var(--background), rgba(17, 18, 14, 0) 36%),
    url("/hero-clan.png") center / cover;
  inset: 0;
  position: absolute;
  z-index: -2;
}

.hero::after {
  background-image:
    radial-gradient(ellipse at 50% 0%, transparent 55%, rgba(240, 77, 36, 0.22) 56%, transparent 66%),
    linear-gradient(rgba(244, 240, 232, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 240, 232, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0;
  opacity: 0.36;
  position: absolute;
  z-index: -1;
}

.hero__content {
  align-items: center;
  display: grid;
  gap: clamp(36px, 7vw, 96px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  margin: 0 auto;
  max-width: 1180px;
  min-height: 100svh;
  padding: clamp(64px, 10vw, 120px) 24px;
}

.hero__intro {
  min-width: 0;
}

.hero__side {
  align-self: center;
  display: flex;
  justify-content: flex-end;
  min-height: 374px;
  transform: translateY(-20px);
}

.eyebrow {
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

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

h1 {
  color: #fffaf0;
  font-size: clamp(3.4rem, 8vw, 7.8rem);
  line-height: 0.88;
  margin-bottom: 18px;
  max-width: 760px;
}

h2 {
  color: #fffaf0;
  font-size: clamp(2.2rem, 4.8vw, 4.6rem);
  line-height: 0.96;
  margin-bottom: 22px;
}

h3 {
  color: #fffaf0;
  font-size: 1.18rem;
  margin-bottom: 10px;
}

.hero__copy,
.section p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero__copy {
  max-width: 650px;
}

.hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.action-link {
  align-items: center;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  text-transform: uppercase;
}

.action-link--primary {
  background: var(--accent);
  border: 1px solid rgba(255, 176, 59, 0.5);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  color: #150604;
}

.action-link--primary:hover {
  background: var(--accent-strong);
}

.action-link--secondary {
  background: rgba(8, 6, 4, 0.48);
  border: 1px solid rgba(244, 240, 232, 0.24);
  color: var(--foreground);
}

.action-link--secondary:hover {
  border-color: rgba(255, 176, 59, 0.58);
  color: var(--accent-strong);
}

.motto {
  color: var(--accent-strong);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 26px;
  text-shadow: 0 0 24px rgba(240, 77, 36, 0.55);
  text-transform: uppercase;
}

.achievements {
  align-self: stretch;
  background:
    linear-gradient(135deg, rgba(240, 77, 36, 0.11), transparent 48%),
    rgba(12, 8, 6, 0.48);
  border: 1px solid rgba(255, 176, 59, 0.14);
  box-shadow:
    inset 0 0 0 1px rgba(240, 77, 36, 0.08),
    0 24px 62px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 420px;
  padding: 24px;
}

.achievements strong {
  color: #fffaf0;
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.04;
  margin-bottom: 22px;
}

.achievements ul {
  border-top: 1px solid rgba(244, 240, 232, 0.16);
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 18px 0 0;
}

.achievements li {
  color: var(--paper);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .hero__content {
    grid-template-columns: 1fr;
  }

  .hero__side {
    justify-content: flex-start;
    min-height: 0;
    transform: none;
  }

  .achievements {
    max-width: none;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: clamp(3rem, 19vw, 4.9rem);
  }
}
