:root {
  --gold: #a67d43;
  --gold-bright: #d9a441;
  --red: #ef394d;
  --cream: #f4e6c8;
  --bg: #121312;
  --ink: #080807;
  --panel: rgba(255, 248, 236, 0.04);
  --panel-strong: rgba(255, 248, 236, 0.08);
  --border: rgba(166, 125, 67, 0.28);
  --border-soft: rgba(166, 125, 67, 0.16);
  --text: #e8dfcf;
  --muted: #b9ad96;
  --dim: rgba(232, 223, 207, 0.55);
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Arial Narrow", Oswald, Impact, sans-serif;
  --font-mono: "JetBrains Mono", "IBM Plex Mono", Consolas, monospace;
  --content: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 12%, rgba(239, 57, 77, 0.1), transparent 30rem),
    radial-gradient(circle at 12% 20%, rgba(166, 125, 67, 0.12), transparent 26rem),
    var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

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

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

.site-shell {
  width: min(100%, 1480px);
  margin: 0 auto;
  overflow: hidden;
  border-left: 1px solid rgba(166, 125, 67, 0.08);
  border-right: 1px solid rgba(166, 125, 67, 0.08);
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10;
  width: min(100%, 1480px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 18px 48px;
  background: rgba(8, 8, 7, 0.82);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
  transition: padding 0.2s ease, background 0.2s ease;
}

.site-header.is-scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
  background: rgba(8, 8, 7, 0.94);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.brand-type {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
}

.brand-type strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: var(--cream);
}

.brand-type strong::first-letter {
  color: var(--red);
}

.brand-type small {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream);
}

.site-nav a:not(.nav-cta)::after {
  content: "+";
  margin-left: 10px;
  color: var(--gold);
}

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

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid var(--gold);
  border-radius: 0;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nav-cta:hover,
.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, #d89b2c, var(--gold-bright));
  color: #0c0b09;
  border-color: var(--gold-bright);
}

.btn-secondary {
  background: transparent;
  color: var(--cream);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--cream);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 44px;
  align-items: center;
  padding: 130px 70px 60px;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero h1 {
  margin: 0;
  max-width: 720px;
  font-family: var(--font-display);
  font-size: clamp(4.2rem, 8vw, 8.8rem);
  line-height: 0.84;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--cream);
  overflow-wrap: normal;
}

.hero h1 span {
  display: block;
}

.email-grab {
  max-width: 620px;
  margin-top: 34px;
}

.email-grab label {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.email-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.email-row input {
  min-height: 46px;
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 0;
  background: rgba(255, 248, 236, 0.035);
  color: var(--cream);
  padding: 0 16px;
  font: 600 0.95rem var(--font-body);
  outline: none;
}

.email-row input:focus {
  border-color: var(--gold-bright);
  box-shadow: 0 0 0 2px rgba(217, 164, 65, 0.18);
}

.email-row input::placeholder {
  color: rgba(232, 223, 207, 0.42);
}

.email-note {
  margin-top: 12px !important;
  font-family: var(--font-mono);
  font-size: 0.74rem !important;
  color: var(--dim) !important;
}

.is-hidden-for-now {
  display: none !important;
}

.hero h1::after {
  content: "";
  display: block;
  width: min(100%, 480px);
  height: 2px;
  margin: 32px 0 26px;
  background: linear-gradient(90deg, var(--gold-bright), transparent);
}

.hero p {
  max-width: 580px;
  margin: 0;
  color: var(--text);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.focus-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  max-width: 620px;
  margin-top: 34px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--cream);
}

.focus-list span {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.focus-list span:not(:last-child)::after {
  content: "/";
  color: var(--gold-bright);
}

.hero-media {
  min-height: 660px;
  position: relative;
}

.hero-tiger {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.72));
}

.hero-tiger-left {
  width: min(62vw, 760px);
  top: 18px;
  left: 18px;
  opacity: 0.98;
}

.audience-strip {
  margin: 0 70px;
  padding: 24px 32px;
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--border);
  background: rgba(255, 248, 236, 0.02);
}

.audience-strip p,
.audience-strip span {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.audience-strip p {
  color: var(--gold-bright);
}

.audience-strip div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
}

.audience-strip span {
  padding: 14px 12px;
  text-align: center;
  border-left: 1px solid var(--border-soft);
  color: var(--cream);
}

.section {
  padding: 70px 70px 0;
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
}

.section-heading h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.92;
  text-transform: uppercase;
  color: var(--cream);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  border: 1px solid var(--border);
  background: var(--border-soft);
}

.service-card {
  min-height: 360px;
  padding: 30px 22px;
  background: rgba(12, 12, 10, 0.98);
  transition: background 0.2s ease, transform 0.2s ease;
}

.service-card:hover {
  background: rgba(24, 22, 17, 0.98);
  transform: translateY(-4px);
}

.service-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 28px;
  color: var(--gold-bright);
  fill: rgba(217, 164, 65, 0.08);
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 16px rgba(166, 125, 67, 0.16));
}

.service-card h3,
.work-card h3,
.process-line h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 1.8rem;
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--cream);
}

.service-card p,
.work-card p,
.process-line p {
  margin: 0;
  color: var(--dim);
  font-size: 0.92rem;
}

.service-card a {
  display: inline-flex;
  margin-top: 24px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.service-card a::after {
  content: "->";
  margin-left: 10px;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.work-card {
  border: 1px solid var(--border);
  background: rgba(255, 248, 236, 0.025);
}

.work-card h3,
.work-card p {
  padding-left: 22px;
  padding-right: 22px;
}

.work-card h3 {
  margin-top: 22px;
}

.work-card p {
  padding-bottom: 26px;
}

.work-preview {
  min-height: 210px;
  border-bottom: 1px solid var(--border);
  background: #090908;
  position: relative;
  overflow: hidden;
}

.dashboard-preview::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(166, 125, 67, 0.25);
  background:
    linear-gradient(90deg, rgba(217,164,65,0.18) 1px, transparent 1px),
    linear-gradient(rgba(217,164,65,0.12) 1px, transparent 1px);
  background-size: 42px 42px;
}

.dashboard-preview span {
  position: absolute;
  bottom: 38px;
  width: 42px;
  background: var(--gold);
}

.dashboard-preview span:nth-child(1) { left: 38px; height: 38px; }
.dashboard-preview span:nth-child(2) { left: 94px; height: 82px; }
.dashboard-preview span:nth-child(3) { left: 150px; height: 56px; }

.content-preview,
.training-preview,
.code-preview {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 8px;
  padding: 28px;
}

.content-preview span,
.content-preview strong,
.training-preview strong,
.code-preview span {
  font-family: var(--font-mono);
  color: var(--gold-bright);
}

.content-preview strong,
.training-preview strong {
  max-width: 220px;
  font-family: var(--font-display);
  font-size: 2.4rem;
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--cream);
}

.code-preview {
  background: #050705;
}

.code-preview span {
  color: #84d986;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  position: relative;
}

.process-line article {
  position: relative;
  padding-top: 54px;
}

.process-line article::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50px;
  right: -28px;
  height: 1px;
  background: var(--gold);
}

.process-line article:last-child::before {
  display: none;
}

.process-line span {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--red);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--red);
}

.contact-band {
  margin: 70px;
  min-height: 260px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  padding: 42px;
  border: 1px solid var(--border);
  background:
    linear-gradient(90deg, rgba(8,8,7,0.95), rgba(8,8,7,0.72)),
    url("Iconagrophy/Banner/Justin%20(2002%20x%20630%20px).png") center / cover;
}

.contact-band h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.92;
  text-transform: uppercase;
  color: var(--cream);
}

.contact-band p {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--text);
}

.contact-actions {
  display: grid;
  gap: 14px;
  min-width: 260px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, 1fr);
  gap: 40px;
  padding: 42px 70px;
  border-top: 1px solid var(--border);
  background: #060605;
}

.site-footer p {
  max-width: 300px;
  margin: 16px 0 0;
  color: var(--dim);
  font-size: 0.9rem;
}

.site-footer nav {
  display: grid;
  align-content: start;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.76rem;
}

.site-footer nav strong {
  margin-bottom: 8px;
  color: var(--gold-bright);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer nav a {
  color: var(--dim);
}

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

.legal-page {
  min-height: 100vh;
  padding: 32px;
  background: var(--bg);
}

.legal-top {
  max-width: 920px;
  margin: 0 auto 28px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.legal-doc {
  max-width: 920px;
  margin: 0 auto;
  padding: 48px;
  border: 1px solid var(--border);
  background: rgba(255, 248, 236, 0.035);
}

.legal-doc h1 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.92;
  text-transform: uppercase;
  color: var(--cream);
}

.legal-updated {
  margin: 0 0 36px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--dim);
}

.legal-doc section {
  padding: 24px 0;
  border-top: 1px solid var(--border-soft);
}

.legal-doc h2 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 1.7rem;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.legal-doc p {
  margin: 0;
  color: var(--text);
}

.legal-doc a {
  color: var(--gold-bright);
  border-bottom: 1px solid rgba(217, 164, 65, 0.45);
}

@media (max-width: 1160px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-media {
    min-height: 540px;
  }

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

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

  .audience-strip,
  .contact-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .audience-strip div {
    grid-template-columns: repeat(3, 1fr);
  }

  .audience-strip span {
    border-left: 0;
    border-top: 1px solid var(--border-soft);
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 12px 18px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 71px;
    left: 18px;
    right: 18px;
    display: none;
    padding: 18px;
    background: rgba(8, 8, 7, 0.98);
    border: 1px solid var(--border);
  }

  .site-nav.is-open {
    display: grid;
  }

  .nav-cta {
    width: 100%;
  }

  .brand-type strong {
    font-size: 1.1rem;
  }

  .brand-type small {
    display: none;
  }

  .hero,
  .section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero {
    padding-top: 108px;
    width: 100%;
    min-width: 0;
    display: block;
  }

  .hero::after {
    left: 22px;
    right: 22px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(3rem, 14vw, 3.9rem);
    line-height: 0.9;
  }

  .hero-copy,
  .hero p {
    width: min(100%, 300px);
    max-width: 300px;
  }

  .hero p {
    font-size: 0.98rem;
    white-space: normal;
    overflow-wrap: normal;
  }

  .hero-media {
    min-height: 430px;
  }

  .hero-tiger-left {
    width: 470px;
    left: -70px;
    top: 0;
  }

  .audience-strip,
  .contact-band {
    margin-left: 22px;
    margin-right: 22px;
    padding: 22px;
  }

  .audience-strip div,
  .service-grid,
  .work-grid,
  .process-line,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .process-line article::before {
    display: none;
  }

  .service-card {
    min-height: 0;
  }

  .contact-actions {
    min-width: 0;
  }

  .site-footer {
    padding: 32px 22px;
  }

  .legal-page {
    padding: 18px;
  }

  .legal-doc {
    padding: 26px;
  }
}

@media (max-width: 520px) {
  .hero-actions,
  .contact-actions,
  .email-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn,
  .email-row .btn {
    width: 100%;
  }

  .focus-list span {
    width: 100%;
  }

  .focus-list span::after {
    display: none;
  }

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

  .work-preview {
    min-height: 170px;
  }
}
