/*
Theme Name: Zac Tenneboe
Author: OpenClaw
Version: 0.2.0
*/

:root {
  --bg: #020202;
  --panel: #0a0a0a;
  --panel-2: #11100e;
  --text: #f5f0e7;
  --muted: #b9aea0;
  --dim: #746b5f;
  --gold: #c99a4a;
  --gold-soft: rgba(201, 154, 74, 0.34);
  --line: rgba(245, 240, 231, 0.14);
  --red: #c7342f;
  --blue: #66a7f2;
  --green: #9ccc6a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 22%, rgba(201, 154, 74, 0.16), transparent 24rem),
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.08), transparent 20rem),
    linear-gradient(180deg, #050505 0%, #020202 58%, #060504 100%);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  padding: 16px clamp(18px, 4vw, 58px);
  background: rgba(2, 2, 2, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 38px;
  color: #fff;
  font-family: "Bebas Neue", Inter, sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  transform: skew(-12deg);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  font-family: "Bebas Neue", Inter, sans-serif;
  font-size: 1.02rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav a {
  color: rgba(245, 240, 231, 0.82);
  text-decoration: none;
}

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

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  min-height: calc(100vh - 76px);
  overflow: hidden;
  align-items: center;
  gap: clamp(28px, 6vw, 92px);
  padding: clamp(48px, 8vw, 96px) clamp(18px, 6vw, 90px) clamp(58px, 9vw, 112px);
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(2, 2, 2, 0.96));
}

.hero-mark {
  position: absolute;
  top: 8%;
  left: 18%;
  z-index: 0;
  color: rgba(255, 255, 255, 0.045);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(13rem, 28vw, 34rem);
  line-height: 0.75;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.domain,
.brand-kicker,
.section-title p,
.lead {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.domain {
  margin: 0 0 24px;
  color: var(--gold);
  font-size: clamp(0.92rem, 1.8vw, 1.18rem);
}

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

h1 {
  margin-bottom: 26px;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(3.45rem, 8.2vw, 8.2rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: 0.04em;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.78);
}

.official {
  margin-bottom: 8px;
  color: var(--text);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.15rem, 2.4vw, 1.9rem);
}

.lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--gold);
  font-size: clamp(0.82rem, 1.35vw, 1.05rem);
  line-height: 1.9;
}

.primary-action,
.brand-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 30px;
  border: 1px solid var(--gold-soft);
  color: var(--text);
  background: rgba(0, 0, 0, 0.32);
  font-family: "Bebas Neue", Inter, sans-serif;
  font-size: 1.02rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-action:hover,
.brand-card a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.hero-media {
  position: relative;
  z-index: 1;
  align-self: end;
  min-height: 580px;
}

.hero-media::before {
  position: absolute;
  inset: 12% -18% -5% -12%;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 45% 35%, rgba(255, 255, 255, 0.2), transparent 24rem),
    radial-gradient(circle at 58% 58%, rgba(201, 154, 74, 0.16), transparent 18rem);
  filter: blur(12px);
}

.hero-media img {
  width: 100%;
  height: min(70vh, 680px);
  min-height: 560px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.76);
  filter: saturate(0.78) contrast(1.08);
  mask-image: linear-gradient(180deg, black 58%, transparent 100%);
}

.brand-section,
.updates {
  position: relative;
  z-index: 3;
  padding: 0 clamp(14px, 3vw, 28px) clamp(36px, 6vw, 72px);
}

.section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto 18px;
  color: var(--text);
  text-align: center;
}

.section-title span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 154, 74, 0.58), transparent);
}

.section-title p {
  margin: 0;
  color: var(--text);
  font-family: "Bebas Neue", Inter, sans-serif;
  font-size: clamp(1rem, 2vw, 1.35rem);
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1220px;
  margin: 0 auto;
}

.brand-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(245, 240, 231, 0.15);
  background: #090909;
}

.brand-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.82) 63%, rgba(0, 0, 0, 0.97)),
    radial-gradient(circle at 50% 32%, transparent, rgba(0, 0, 0, 0.72));
}

.brand-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.08);
  transform: scale(1.03);
}

.terror-card {
  border-color: rgba(199, 52, 47, 0.48);
}

.zstonish-card {
  border-color: rgba(102, 167, 242, 0.48);
}

.magic-card {
  border-color: rgba(156, 204, 106, 0.5);
}

.brand-overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 34px clamp(18px, 3vw, 32px) 32px;
  text-align: center;
}

.brand-kicker {
  margin-bottom: 0;
  color: var(--gold);
  font-size: 0.76rem;
  line-height: 1.6;
}

.brand-card h2 {
  margin-bottom: 0;
  font-family: "Bebas Neue", Inter, sans-serif;
  font-size: clamp(3rem, 5.4vw, 5rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
}

.terror-card h2 {
  color: #ff3933;
  text-shadow: 0 0 24px rgba(199, 52, 47, 0.3);
}

.zstonish-card h2 {
  color: #f7fbff;
  text-shadow: 0 0 24px rgba(102, 167, 242, 0.42);
}

.magic-card h2 {
  color: #ffe470;
  text-shadow: 0 0 24px rgba(156, 204, 106, 0.42);
}

.brand-card p:not(.brand-kicker) {
  max-width: 290px;
  margin-bottom: 8px;
  color: rgba(245, 240, 231, 0.86);
  font-size: 0.96rem;
}

.brand-card a {
  min-width: 210px;
  color: var(--text);
}

.terror-card a {
  border-color: rgba(199, 52, 47, 0.72);
}

.zstonish-card a {
  border-color: rgba(102, 167, 242, 0.72);
}

.magic-card a {
  border-color: rgba(156, 204, 106, 0.72);
}

.talent-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1120px;
  margin: clamp(26px, 5vw, 52px) auto;
  padding: clamp(18px, 3vw, 32px);
  border: 1px solid rgba(245, 240, 231, 0.08);
  background: linear-gradient(90deg, rgba(255,255,255,0.04), rgba(201,154,74,0.06), rgba(255,255,255,0.04));
}

.talent-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px 18px;
  padding: 8px clamp(10px, 2vw, 22px);
  border-right: 1px solid rgba(245, 240, 231, 0.16);
}

.talent-item:last-child {
  border-right: 0;
}

.talent-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(245, 240, 231, 0.45);
  border-radius: 50%;
  color: var(--gold);
  font-family: Cinzel, Georgia, serif;
  font-size: 1.25rem;
}

.talent-item h3 {
  align-self: end;
  margin-bottom: 0;
  font-family: "Bebas Neue", Inter, sans-serif;
  font-size: 1.18rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.talent-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.updates {
  padding-top: 18px;
  padding-bottom: clamp(42px, 8vw, 96px);
}

.x-panel {
  max-width: 780px;
  min-height: 420px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--gold-soft);
  background: rgba(8, 8, 8, 0.72);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42);
}

.x-panel h2 {
  margin-bottom: 18px;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  font-weight: 600;
  text-align: center;
}

.x-fallback {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  text-align: center;
}

.x-fallback a {
  color: var(--gold);
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 34px clamp(18px, 5vw, 72px) 42px;
  background: #020202;
  border-top: 1px solid rgba(245, 240, 231, 0.08);
  color: rgba(245, 240, 231, 0.72);
  text-align: center;
}

.footer-signature {
  color: var(--gold);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 2.3rem);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 22px;
  font-family: "Bebas Neue", Inter, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links a {
  color: rgba(245, 240, 231, 0.78);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--gold);
}

.content-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 80px 20px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    text-align: center;
  }

  .hero-copy {
    justify-self: center;
  }

  .hero-media {
    justify-self: center;
    width: min(520px, 100%);
    min-height: 0;
  }

  .hero-media img {
    height: auto;
    min-height: 0;
    max-height: 620px;
  }

  .brand-grid,
  .talent-strip {
    grid-template-columns: 1fr;
  }

  .brand-card,
  .brand-card img {
    min-height: 430px;
  }

  .talent-item {
    border-right: 0;
    border-bottom: 1px solid rgba(245, 240, 231, 0.14);
  }

  .talent-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
    min-height: 64px;
    padding: 14px 18px;
  }

  .brand {
    width: 42px;
    height: 30px;
    font-size: 1.6rem;
  }

  .nav {
    gap: 13px;
    font-size: 0.88rem;
  }

  .nav a[href="#updates"] {
    display: none;
  }

  .hero {
    padding-top: 38px;
  }

  .domain {
    margin-bottom: 16px;
  }

  h1 {
    font-size: clamp(2.65rem, 12vw, 4.4rem);
  }

  .official {
    font-size: 1.05rem;
  }

  .lead {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
  }

  .primary-action,
  .brand-card a {
    width: 100%;
    min-width: 0;
  }

  .brand-card,
  .brand-card img {
    min-height: 390px;
  }

  .brand-card h2 {
    font-size: 3rem;
  }

  .brand-overlay {
    padding: 28px 18px;
  }

  .section-title {
    gap: 12px;
  }

  .talent-item {
    grid-template-columns: 44px 1fr;
  }

  .talent-icon {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }
}
