:root {
  --bg: #07090f;
  --panel: #0e131c;
  --text: #f5f0e8;
  --muted: #9fa8b8;
  --line: #243043;
  --accent: #f1b273;
  --accent-2: #cb7a3f;
  --accent-soft: #ffd2aa;
  --glow: rgba(241, 178, 115, 0.28);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  background: radial-gradient(circle at 78% 18%, rgba(241, 178, 115, 0.2) 0%, rgba(241, 178, 115, 0) 36%),
    radial-gradient(circle at 16% 0%, rgba(61, 90, 145, 0.34) 0%, rgba(61, 90, 145, 0) 44%),
    linear-gradient(180deg, #05070b 0%, var(--bg) 100%);
  color: var(--text);
  min-height: 100vh;
  line-height: 1.6;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}

.bg-grid {
  position: fixed;
  inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.23;
  pointer-events: none;
  z-index: -2;
}

.noise {
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.03) 0.4px, transparent 0.4px);
  background-size: 3px 3px;
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
}

.container {
  width: min(1100px, calc(100% - 3rem));
  margin: 0 auto;
}

.site-header {
  width: min(1100px, calc(100% - 3rem));
  margin: 1.5rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  color: var(--text);
  text-decoration: none;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.fiverr-mini {
  text-decoration: none;
  color: var(--accent);
  font-size: 0.93rem;
  border: 1px solid var(--line);
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  transition: border-color 200ms ease, background 200ms ease;
}

.fiverr-mini:hover {
  border-color: var(--accent);
  background: rgba(241, 178, 115, 0.09);
}

.hero {
  padding: 8rem 0 4.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  gap: 2.2rem;
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.hero-photo-wrap {
  position: relative;
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  border: 1px solid #3f3f49;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(241, 178, 115, 0.17) inset;
}

.hero-photo-wrap::before {
  content: "";
  position: absolute;
  inset: -32%;
  background: radial-gradient(circle at 70% 30%, rgba(252, 179, 107, 0.42), rgba(252, 179, 107, 0) 46%);
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.34;
}

.hero-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      180deg,
      rgba(6, 9, 15, 0.04),
      rgba(6, 9, 15, 0.22)
    ),
    linear-gradient(120deg, rgba(24, 39, 65, 0.14), rgba(241, 178, 115, 0.08));
  pointer-events: none;
}

.hero-photo {
  display: block;
  width: 100%;
  height: min(540px, 62vh);
  object-fit: cover;
  object-position: center 26%;
  filter: saturate(0.94) contrast(1.05);
}

.eyebrow {
  color: var(--accent);
  letter-spacing: 0.13em;
  font-size: 0.76rem;
  margin: 0 0 1rem;
}

h1 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.08;
}

.role {
  margin: 0.9rem 0;
  color: #e7d8c3;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
}

.intro {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.1rem);
}

.section-head h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.section-head p {
  margin-top: 0.55rem;
  color: var(--muted);
}

.services {
  padding: 1rem 0 1.2rem;
}

.service-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  position: relative;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(152deg, rgba(241, 178, 115, 0.14), rgba(87, 115, 170, 0.08) 28%, rgba(12, 17, 25, 0.56) 60%),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  min-height: 210px;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.card:hover {
  transform: translateY(-6px);
  border-color: #6f5e4b;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35), 0 0 0 1px var(--glow) inset;
}

.tag {
  display: inline-flex;
  border: 1px solid #69543f;
  color: var(--accent);
  border-radius: 999px;
  padding: 0.2rem 0.62rem;
  font-size: 0.8rem;
}

.card h3 {
  margin: 1rem 0 0.45rem;
  font-size: 1.16rem;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--accent-soft);
  font-size: 0.92rem;
}

.proof {
  padding: 2.8rem 0;
}

.proof-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.proof article {
  background: linear-gradient(145deg, rgba(241, 178, 115, 0.08), rgba(14, 20, 31, 0.86) 45%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
}

.proof h3 {
  margin-top: 0;
  font-size: 1.12rem;
}

.proof p {
  margin-bottom: 0;
  color: var(--muted);
}

.stack {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 1rem 0 2rem;
  padding: 0.8rem 0;
  overflow: hidden;
}

.ticker {
  width: 100%;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 1.7rem;
  animation: scroll 24s linear infinite;
}

.ticker-track span {
  color: #efdfcc;
  border: 1px solid #53473b;
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-size: 0.9rem;
  white-space: nowrap;
}

.cta {
  padding: 1.2rem 0 3.7rem;
  display: flex;
  justify-content: center;
}

.hire-btn {
  text-decoration: none;
  color: #1f1308;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  border-radius: 999px;
  padding: 1.03rem 2.3rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset, 0 14px 30px rgba(203, 122, 63, 0.28);
  transition: transform 180ms ease, box-shadow 220ms ease;
}

.hire-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.24) inset, 0 20px 36px rgba(203, 122, 63, 0.38);
}

.site-footer {
  border-top: 1px solid var(--line);
  color: #7c8aa3;
  padding: 1.1rem 0 2rem;
  font-size: 0.9rem;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 840px) {
  .hero {
    padding-top: 5.6rem;
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .hero-photo {
    height: min(470px, 58vh);
  }

  .service-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
  }

  .card,
  .hire-btn {
    transition: none;
  }
}
