:root {
  --bg: #000;
  --panel: #090a09;
  --panel-2: #10110f;
  --line: rgba(255, 255, 255, 0.1);
  --text: #fff;
  --muted: #acacb5;
  --muted-2: #83858d;
  --acid: #ff8a00;
  --mint: #ff5a1f;
  --gold: #ffb000;
  --heading: #ffb000;
  --heading-green: #ff5a1f;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  color-scheme: dark;
}

html[data-theme="light"] {
  --bg: #ffffff;
  --panel: #fffaf5;
  --panel-2: #f6efe8;
  --line: rgba(25, 20, 16, 0.13);
  --text: #14100c;
  --muted: #5e5954;
  --muted-2: #7b746d;
  --acid: #ff8a00;
  --mint: #ff5a1f;
  --gold: #c46600;
  --heading: #ff8a00;
  --heading-green: #f05a18;
  --shadow: 0 20px 54px rgba(92, 50, 13, 0.14);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Poppins-Regular, Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  transition: background 0.25s ease, color 0.25s ease;
}

body::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1200px;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 16%, rgba(255, 138, 0, 0.16), transparent 16rem),
    radial-gradient(circle at 10% 34%, rgba(255, 90, 31, 0.10), transparent 20rem);
  opacity: 0.65;
}

img,
svg {
  max-width: 100%;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand,
.btn,
.eyebrow,
.desktop-nav,
.service-row span,
.ticker-track,
.logo-row span,
.loader-mark {
  font-family: "Manrope", system-ui, sans-serif !important;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: #050505;
  transition: transform 1.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s ease;
}

.page-loader::before {
  content: "";
  position: absolute;
  width: min(360px, 80vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 176, 0, 0.24);
  border-radius: 50%;
  animation: loaderPulse 1.2s ease-in-out infinite alternate;
}

.loader-mark {
  position: relative;
  color: var(--gold);
  font-size: clamp(2.8rem, 10vw, 7rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: lowercase;
}

.page-loader.is-hidden {
  opacity: 0;
  transform: translateX(100%);
}

.cursor,
.cursor2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  will-change: transform, left, top;
  display: none;
}

html.has-custom-cursor body {
  cursor: none;
}

html.has-custom-cursor .cursor,
html.has-custom-cursor .cursor2 {
  display: block;
}

.cursor {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 176, 0, 0.7);
  transition: width 0.2s ease, height 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.cursor2 {
  width: 6px;
  height: 6px;
  background: var(--gold);
}

.cursor.hover {
  width: 54px;
  height: 54px;
  background: rgba(255, 138, 0, 0.08);
  border-color: rgba(255, 90, 31, 0.8);
}

.cursor.click {
  width: 24px;
  height: 24px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 99;
  padding: 0.7rem 1rem;
  background: var(--acid);
  color: #07100b;
  border-radius: 999px;
}

.skip-link:focus {
  top: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.section {
  padding: clamp(72px, 9vw, 132px) 0;
  position: relative;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(0, 0, 0, 0.78);
  border-bottom: 1px solid transparent;
  backdrop-filter: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(0, 0, 0, 0.94);
}

.nav-shell {
  width: 100%;
  min-height: 76px;
  padding-inline: clamp(14px, 3.2vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: lowercase;
}

.brand-logo {
  display: block;
  width: auto;
  object-fit: contain;
}

.brand-logo-header {
  height: 54px;
}

.brand-logo-footer {
  height: 76px;
}

.brand-logo-dark {
  display: block;
}

.brand-logo-light {
  display: none;
}

html[data-theme="light"] .brand-logo-dark {
  display: none;
}

html[data-theme="light"] .brand-logo-light {
  display: block;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 138, 0, 0.45);
  border-radius: 3px;
  color: var(--acid);
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.14), rgba(255, 90, 31, 0.08));
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2rem);
  color: #d8dbd2;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav a:hover,
.footer a:hover,
.text-link:hover {
  color: var(--acid);
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.38rem 0.72rem 0.38rem 0.42rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.theme-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 138, 0, 0.42);
}

.theme-toggle-track {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 28px;
  padding: 3px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--acid));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.theme-toggle-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fffdf6;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  transform: translateX(0);
  transition: transform 0.24s ease, background 0.24s ease;
}

.theme-toggle[aria-pressed="true"] .theme-toggle-thumb {
  transform: translateX(20px);
  background: #10130f;
}

.theme-toggle-text {
  min-width: 34px;
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.theme-toggle-mobile {
  display: none;
}

.btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 32px 15px 36px !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  font-size: clamp(11px, 1.5vw, 12px) !important;
  font-weight: 700 !important;
  font-family: "Manrope", system-ui, sans-serif !important;
  color: #0a0a0a !important;
  background: linear-gradient(145deg, #fff0d6 0%, #ffb000 48%, #ff7a1a 100%) !important;
  border: 1px solid rgba(255, 138, 0, 0.55) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset, 0 10px 28px rgba(0, 0, 0, 0.35), 0 4px 20px rgba(255, 138, 0, 0.18) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 48px;
  box-sizing: border-box;
  line-height: 1.2 !important;
  -webkit-text-fill-color: #0a0a0a !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  cursor: pointer;
  vertical-align: middle;
}

.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 14px 34px rgba(0, 0, 0, 0.42), 0 6px 24px rgba(255, 138, 0, 0.22) !important;
}

.btn-small {
  min-height: 42px;
  padding: 12px 22px 12px 24px !important;
  font-size: 11px !important;
}

.btn-outline {
  background: transparent !important;
  color: var(--text) !important;
  -webkit-text-fill-color: var(--text) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: none !important;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0d0f0e;
  color: var(--text);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--acid);
}

.mobile-panel {
  display: none;
}

.hero {
  min-height: calc(100vh - 68px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
}

.hero-copy {
  max-width: 740px;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 590px;
  margin-bottom: 1.2rem;
  color: transparent;
  background: linear-gradient(120deg, var(--heading-green) 0%, var(--mint) 22%, var(--gold) 48%, #fff0a9 68%, var(--heading) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(2.2rem, 4.75vw, 4.45rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h1 span {
  color: transparent;
  background: linear-gradient(100deg, var(--mint) 0%, var(--heading-green) 54%, var(--acid) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-title {
  text-shadow: 0 0 34px rgba(255, 90, 31, 0.14);
}

h2 {
  color: var(--text);
  font-size: clamp(2rem, 4vw, 4.3rem);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

h2 span,
.section-head h2 span,
.gradient-text {
  background: linear-gradient(90deg, var(--gold) 0%, var(--acid) 42%, var(--mint) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.1;
}

.hero-lead,
.section-head p,
.about p,
.team p {
  color: var(--muted);
  max-width: 680px;
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.7rem;
}

.hero-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8%;
  right: 20%;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 28px rgba(255, 138, 0, 0.8);
  animation: floatDot 3s ease-in-out infinite;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.orbit-one {
  width: 330px;
  height: 330px;
}

.orbit-two {
  width: 230px;
  height: 230px;
  border-color: rgba(255, 138, 0, 0.22);
  animation: spin 18s linear infinite;
}

.visual-card {
  position: absolute;
  width: min(280px, 70vw);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(13, 15, 14, 0.82);
  box-shadow: var(--shadow);
}

.visual-card span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visual-card strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.12;
}

.visual-card small {
  display: block;
  margin-top: 0.6rem;
  color: var(--muted);
}

.vc-main {
  z-index: 2;
  width: 330px;
}

.vc-top {
  top: 42px;
  right: 0;
}

.vc-bottom {
  bottom: 40px;
  left: 0;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: clamp(2.2rem, 6vw, 5rem);
  border: 1px solid var(--line);
  background: var(--line);
  border-radius: 0;
  overflow: hidden;
}

.stats div {
  padding: 1rem;
  background: rgba(10, 12, 11, 0.9);
  text-align: center;
}

.stats strong {
  display: block;
  color: var(--acid);
  font-size: clamp(1.3rem, 2.4vw, 2rem);
}

.stats span {
  color: var(--muted);
  font-size: 0.8rem;
}

.ticker {
  overflow: hidden;
  padding: clamp(1.2rem, 4vw, 2.6rem) 0;
  border-block: 1px solid var(--line);
}

.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: clamp(1.8rem, 3.2vw, 3.5rem);
  animation: ticker 58s linear infinite;
  white-space: nowrap;
  font-size: clamp(2rem, 5vw, 4.7rem);
  font-weight: 400;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.ticker-word {
  display: inline-block;
}

.ticker-word--plain {
  color: #fff;
}

.ticker-word--gradient {
  color: transparent;
  background: linear-gradient(90deg, var(--mint) 0%, var(--acid) 45%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.ticker-square {
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  margin-inline: clamp(0.25rem, 0.8vw, 0.75rem);
  background: #fff;
  flex: 0 0 auto;
}

.ticker-square--gradient {
  background: linear-gradient(135deg, var(--mint), var(--acid), var(--gold));
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) 1fr;
  gap: clamp(2rem, 8vw, 7rem);
  align-items: center;
}

.about-graphic {
  width: min(100%, 500px);
  margin-inline: auto;
}

.about-graphic img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  filter: drop-shadow(0 28px 80px rgba(255, 138, 0, 0.16));
}

.about-diagram {
  position: relative;
  aspect-ratio: 1;
  max-width: 430px;
  margin-inline: auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.about-diagram {
  animation: none;
}

.about-diagram::before,
.about-diagram::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.about-diagram::after {
  inset: 35%;
  background: rgba(255, 138, 0, 0.08);
}

.node {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 74px;
  min-height: 34px;
  padding: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: #080a09;
  font-size: 0.72rem;
  font-weight: 800;
  color: #dfe4d8;
}

.center {
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: var(--acid);
}

.n1 { left: 8%; top: 48%; }
.n2 { right: 9%; top: 48%; }
.n3 { left: 40%; top: 10%; }
.n4 { left: 39%; bottom: 10%; }

.text-link {
  display: inline-block;
  margin-top: 0.8rem;
  color: var(--gold);
  font-weight: 800;
}

.authority {
  padding-top: clamp(48px, 7vw, 92px);
}

.authority-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) 1fr;
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
}

.authority-profile {
  position: relative;
  width: min(100%, 430px);
  margin-inline: auto;
}

.authority-profile img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center 18%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #090a09;
  box-shadow: var(--shadow);
}

.authority-badge {
  position: absolute;
  right: -22px;
  bottom: 18px;
  width: 156px;
  padding: 1rem;
  border: 1px solid rgba(255, 138, 0, 0.34);
  border-radius: 6px;
  background: rgba(6, 7, 6, 0.94);
  box-shadow: var(--shadow);
}

.authority-badge strong,
.proof-grid strong {
  display: block;
  color: var(--acid);
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1;
}

.authority-badge span,
.proof-grid span {
  color: var(--muted);
  font-size: 0.78rem;
}

.authority-copy p {
  max-width: 660px;
  color: var(--muted);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 620px;
  margin: 1.5rem 0 1.85rem;
  border: 1px solid var(--line);
  background: var(--line);
}

.proof-grid div {
  padding: 1rem;
  background: rgba(10, 12, 11, 0.9);
}

.project-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  max-width: 720px;
  margin: 1.4rem 0 1.6rem;
}

.project-links a {
  display: block;
  min-height: 104px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018));
}

.project-links a:hover {
  border-color: rgba(255, 138, 0, 0.34);
}

.project-links strong {
  display: block;
  margin-bottom: 0.42rem;
  color: var(--gold);
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: 1rem;
}

.project-links span {
  color: var(--muted);
  font-size: 0.86rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.social-links > a:not(.btn) {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.55rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #d8dbd2;
  font-size: 0.82rem;
  font-weight: 700;
}

.social-links > a:not(.btn):hover {
  border-color: rgba(255, 138, 0, 0.38);
  color: var(--gold);
}

.fiverr-reviews {
  margin-top: clamp(3rem, 7vw, 5.5rem);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.review-grid article {
  min-height: 210px;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018));
}

.review-grid p {
  color: #d3d6cf;
  font-size: 0.95rem;
}

.review-grid span {
  display: block;
  margin-top: 1rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
}

.authority-cta {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.section-head {
  width: min(760px, 100%);
  margin: 0 auto clamp(2rem, 5vw, 4rem);
  text-align: center;
}

.section-head.left {
  margin-inline: 0;
  text-align: left;
}

.logo-band {
  padding: clamp(44px, 6vw, 72px) 0 clamp(48px, 6vw, 76px);
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 90, 31, 0.12), transparent 18rem),
    radial-gradient(circle at 78% 20%, rgba(255, 138, 0, 0.12), transparent 18rem),
    #000;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.logo-band .eyebrow {
  color: var(--gold);
}

.logo-row {
  display: flex;
  gap: 0.8rem;
  overflow: hidden;
  justify-content: center;
  flex-wrap: wrap;
  padding-inline: 1rem;
}

.logo-row span {
  min-width: 140px;
  padding: 0.9rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: #dfe3dc;
  text-align: center;
  font-weight: 900;
  box-shadow: none;
}

.services {
  padding-top: clamp(56px, 7vw, 96px);
}

.services-head {
  max-width: 980px;
  margin: 0 auto clamp(2.8rem, 5vw, 4.2rem);
  text-align: center;
}

.services-head .eyebrow {
  margin-bottom: 0.7rem;
  color: #f5f5f5;
  font-size: clamp(13px, 1.4vw, 16px);
  font-weight: 400;
  letter-spacing: 0.64em;
}

.services-head h2 {
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: clamp(2.05rem, 4vw, 4.05rem);
  line-height: 1.04;
  font-weight: 900;
}

.services-head p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: clamp(0.86rem, 1.25vw, 1.08rem);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.service-list {
  position: relative;
  width: min(1340px, calc(100vw - 96px));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.service-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--acid) 42%, var(--mint) 72%, #ff3d00 100%);
}

.service-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 0.78fr) minmax(360px, 1.62fr) minmax(165px, 0.46fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  padding: clamp(2.4rem, 4.4vw, 4rem) clamp(1.4rem, 3vw, 2.4rem);
}

.service-row::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--acid) 42%, var(--mint) 72%, #ff3d00 100%);
}

.service-title {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

.service-title h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.2vw, 2.45rem);
  line-height: 1.08;
  font-weight: 900;
}

.service-title span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 138, 0, 0.42);
  text-stroke: 1.5px rgba(255, 138, 0, 0.42);
  background: linear-gradient(90deg, rgba(255, 176, 0, 0.52), rgba(255, 90, 31, 0.46));
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: clamp(3.7rem, 6.2vw, 5.8rem);
  font-weight: 900;
  line-height: 0.8;
}

.service-copy p {
  max-width: 720px;
  margin: 0 0 1.45rem;
  color: rgba(255, 255, 255, 0.84);
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: clamp(0.98rem, 1.28vw, 1.18rem);
  line-height: 1.55;
}

.service-copy ul {
  display: grid;
  gap: 0.82rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: clamp(0.9rem, 1.05vw, 1.02rem);
}

.service-copy li {
  position: relative;
  padding-left: 2.2rem;
}

.service-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -0.08rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.25em;
  font-weight: 900;
}

.service-link {
  position: relative;
  z-index: 1;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: clamp(0.9rem, 1.1vw, 1.08rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 18px;
}

.service-link span {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-50%);
}

.service-link i {
  font-style: normal;
  font-size: 1.45em;
}

.work-grid,
.testimonial-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.blog-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 380px));
  justify-content: center;
  align-items: stretch;
  gap: clamp(1rem, 2vw, 1.4rem);
}

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

.work-card,
.testimonial-grid figure,
.blog-grid article,
.profile-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.work-card {
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.work-card:hover,
.testimonial-grid figure:hover,
.blog-grid article:hover,
.profile-card:hover {
  border-color: rgba(255, 138, 0, 0.34);
}

.work-card h3,
.work-card p {
  padding-inline: 1rem;
}

.work-card h3 {
  margin: 1rem 0 0.35rem;
}

.work-card p {
  color: var(--muted);
  margin-bottom: 1.2rem;
}

.work-art {
  min-height: 250px;
  background-color: #161816;
  background-size: cover;
  background-position: center;
}

.work-card:hover .work-art {
  animation: none;
}

.art-one {
  background-image:
    linear-gradient(135deg, rgba(255, 138, 0, 0.68), rgba(255, 90, 31, 0.16)),
    repeating-linear-gradient(90deg, #151715 0 42px, #242820 42px 84px);
}

.art-two {
  background-image:
    radial-gradient(circle at 30% 35%, rgba(255, 138, 0, 0.78), transparent 4rem),
    linear-gradient(135deg, #26210f, #0f1714 55%, #253b24);
}

.art-three {
  background-image:
    linear-gradient(120deg, rgba(255, 90, 31, 0.32), transparent),
    linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, 0.16) 49%, transparent 50%),
    linear-gradient(#131614, #23251d);
}

.art-four {
  background-image:
    linear-gradient(135deg, rgba(255, 138, 0, 0.22), rgba(255, 90, 31, 0.22)),
    repeating-linear-gradient(0deg, #0f1110 0 24px, #1e221b 24px 26px);
}

.testimonial-grid figure,
.blog-grid article {
  margin: 0;
  padding: 1.2rem;
}

.blogs .section-head {
  max-width: 760px;
  margin-inline: auto;
}

.blog-author {
  margin-top: clamp(2rem, 5vw, 4rem);
}

.blogs {
  padding-top: clamp(110px, 13vw, 150px);
}

.blogs .section-head h1 {
  margin-bottom: 0.75rem;
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 0.96;
}

.blog-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 300px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.blog-card:hover {
  transform: translateY(-3px);
}

.blog-card h3 {
  margin: 0.55rem 0 0.8rem;
  font-size: clamp(1.18rem, 1.6vw, 1.55rem);
  line-height: 1.08;
}

.blog-card h3 a {
  color: inherit;
}

.blog-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.62;
}

.author-box {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: clamp(1rem, 3vw, 1.8rem);
  align-items: center;
  max-width: 920px;
  margin: 0 auto clamp(2rem, 5vw, 4rem);
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.author-box img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  background: #090a09;
  border: 1px solid rgba(255, 138, 0, 0.34);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24), 0 0 0 4px rgba(255, 138, 0, 0.08);
}

.author-box h2 {
  margin: 0.15rem 0 0.2rem;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.author-box p {
  margin: 0.45rem 0;
  color: var(--muted);
}

.author-role {
  color: var(--gold) !important;
  font-weight: 800;
}

.author-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0;
  margin: 0.85rem 0;
  list-style: none;
}

.author-credentials li,
.author-links a,
.text-link {
  color: var(--gold);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.author-credentials li {
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 138, 0, 0.08);
}

.author-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.9rem;
}

.author-links a {
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(255, 138, 0, 0.28);
  border-radius: 999px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.author-links a:hover,
.text-link:hover {
  border-color: rgba(255, 138, 0, 0.72);
}

.text-link {
  display: inline-flex;
  margin-top: 0.75rem;
}

.article-page {
  padding-top: clamp(112px, 13vw, 160px);
}

.article-shell {
  max-width: 1000px;
}

.article-header {
  max-width: 860px;
  margin: 0 auto clamp(1.8rem, 4vw, 3rem);
  text-align: left;
}

.article-header h1 {
  max-width: 900px;
  margin: 0.45rem 0 1rem;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 1;
  letter-spacing: 0;
}

.article-header p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.article-meta {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin-top: 1.1rem;
  color: var(--gold);
  font-weight: 800;
}

.article-author-line {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.article-author-line img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 1px solid rgba(255, 138, 0, 0.34);
  border-radius: 50%;
  object-fit: cover;
  background: #090a09;
}

.article-ai-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: clamp(1.2rem, 3vw, 1.8rem);
  padding: 0.72rem;
  border: 1px solid rgba(255, 138, 0, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(110deg, rgba(255, 138, 0, 0.1), rgba(255, 255, 255, 0.035) 45%, rgba(255, 90, 31, 0.08)),
    rgba(255, 255, 255, 0.025);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.article-ai-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 38px;
  padding: 0 0.55rem 0 0.25rem;
  border-right: 1px solid rgba(255, 138, 0, 0.24);
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-ai-bar a,
.article-ai-bar button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 38px;
  padding: 0.55rem 0.78rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.article-ai-bar button {
  cursor: pointer;
}

.article-ai-bar a:hover,
.article-ai-bar button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 138, 0, 0.54);
  background: rgba(255, 138, 0, 0.1);
}

.article-ai-bar button:disabled {
  cursor: wait;
  opacity: 0.8;
}

.article-ai-bar button.is-loading .copy-icon {
  animation: ai-copy-spin 0.8s linear infinite;
}

.article-ai-bar button.is-copied {
  border-color: rgba(115, 255, 160, 0.42);
  color: #b7ffd0;
}

@keyframes ai-copy-spin {
  to {
    transform: rotate(360deg);
  }
}

.article-featured {
  margin: 0 0 clamp(2rem, 5vw, 4rem);
}

.article-featured img {
  width: 100%;
  max-height: 520px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.article-content {
  max-width: 780px;
  margin: 0 auto clamp(2rem, 5vw, 4rem);
  color: var(--muted);
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.84;
}

.article-content :is(h2, h3, h4) {
  color: var(--text);
  margin: 2rem 0 0.65rem;
  line-height: 1.18;
}

.article-content h2 {
  max-width: 680px;
  font-size: clamp(1.55rem, 2.25vw, 2.15rem);
  font-weight: 850;
}

.article-content h3 {
  max-width: 660px;
  margin-top: 1.65rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.08rem, 1.35vw, 1.26rem);
  font-weight: 800;
}

.article-content h4 {
  font-size: 1.02rem;
  font-weight: 800;
}

.article-content p,
.article-content ul,
.article-content ol {
  margin: 0 0 1.15rem;
}

.article-content li + li {
  margin-top: 0.4rem;
}

.article-content a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.article-page .author-box {
  max-width: 780px;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.stars {
  color: var(--gold);
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
}

blockquote {
  margin: 0;
  color: #c9cdc5;
}

figcaption {
  margin-top: 1.3rem;
  color: var(--acid);
  font-weight: 800;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
}

.profile-card {
  padding: 1.4rem;
  text-align: center;
}

.avatar {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto 1rem;
  border: 2px solid rgba(255, 138, 0, 0.5);
  border-radius: 50%;
  object-fit: cover;
  background: #090a09;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.35), 0 0 28px rgba(255, 138, 0, 0.16);
}

.profile-card span,
.blog-grid p {
  color: var(--muted);
}

.blog-grid span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  width: min(820px, 100%);
  margin-inline: auto;
  padding: clamp(1rem, 4vw, 2rem);
}

.contact-form textarea,
.form-bottom {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  background: #080908;
  color: var(--text);
  padding: 0.95rem 1rem;
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(255, 138, 0, 0.72);
}

.form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.form-bottom p {
  margin: 0;
  color: var(--muted-2);
  font-size: 0.82rem;
}

.footer {
  padding: 58px 0 22px;
  background: #090a0a;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2rem;
}

.footer p {
  max-width: 290px;
  color: var(--muted);
}

.footer h3 {
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer a {
  display: block;
  margin: 0.44rem 0;
  color: #b9bdb5;
}

.footer .brand {
  display: inline-flex;
  margin: 0 0 1rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.footer-bottom p {
  margin: 0;
}

.admin-auth {
  min-height: 100vh;
  display: grid;
  align-items: center;
}

.admin-auth-form {
  grid-template-columns: 1fr;
  max-width: 560px;
}

.admin-auth-head,
.admin-auth-form label,
.form-alert {
  grid-column: 1 / -1;
}

.admin-auth-head h1 {
  margin-bottom: 0.8rem;
}

.admin-auth-head p {
  color: var(--muted);
}

.admin-auth-form label {
  display: grid;
  gap: 0.42rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.form-alert {
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 90, 31, 0.34);
  border-radius: 6px;
  background: rgba(255, 90, 31, 0.1);
  color: var(--text);
}

.admin-body {
  background: #050606;
}

.admin-body::before {
  display: none;
}

.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  background:
    linear-gradient(180deg, rgba(255, 138, 0, 0.06), transparent 32rem),
    #050606;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  padding: 1.35rem;
  border-right: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.72);
}

.admin-brand {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.5rem;
}

.admin-brand img {
  width: 108px;
  height: auto;
  display: block;
}

.admin-nav {
  display: grid;
  gap: 0.35rem;
}

.admin-nav a,
.admin-sidebar-logout .btn {
  width: 100%;
  justify-content: flex-start;
}

.admin-nav a {
  padding: 0.8rem 0.85rem;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--muted);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-nav a:hover,
.admin-nav a.is-active {
  border-color: rgba(255, 138, 0, 0.28);
  background: rgba(255, 138, 0, 0.08);
  color: var(--text);
}

.admin-sidebar-logout {
  margin-top: auto;
}

.admin-main {
  width: 100%;
  max-width: 1280px;
  padding: clamp(1.2rem, 3vw, 2.25rem);
  margin-inline: auto;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.admin-topbar h1 {
  margin: 0.2rem 0 0.35rem;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
}

.admin-topbar p {
  max-width: 660px;
  color: var(--muted);
}

.admin-stats {
  margin-top: 0;
  box-shadow: none;
}

.admin-stats div {
  background: rgba(255, 255, 255, 0.035);
}

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

.admin-card,
.admin-panel,
.admin-empty {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: none;
}

.admin-card,
.admin-empty {
  padding: 1.2rem;
}

.admin-card span,
.admin-empty span {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-card h2,
.admin-panel h2,
.admin-empty h2 {
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.admin-card p,
.admin-panel p,
.admin-empty p {
  color: var(--muted);
}

.admin-panel {
  margin-top: 1rem;
  padding: 1.2rem;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.admin-table th,
.admin-table td {
  padding: 0.9rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.admin-table th {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.scope-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.55rem;
  margin: 0.75rem 0 1rem;
}

.scope-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 42px;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-size: 0.86rem;
}

.status-pill {
  display: inline-flex;
  padding: 0.28rem 0.5rem;
  border: 1px solid rgba(255, 138, 0, 0.28);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-editor {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1rem;
  align-items: start;
}

.admin-editor label,
.media-upload {
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.admin-editor input,
.admin-editor select,
.admin-editor textarea,
.category-create input,
.media-upload input,
.redirects-panel input,
.redirects-panel select,
.category-row input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.34);
  color: var(--text);
  padding: 0.85rem 0.95rem;
  outline: none;
}

.editor-main,
.editor-side {
  display: grid;
  gap: 0.9rem;
}

.editor-side {
  position: sticky;
  top: 1rem;
}

.category-create {
  margin: 1rem 0;
}

.category-create form,
.media-upload,
.redirects-panel form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: end;
}

.category-list {
  display: grid;
  gap: 0.8rem;
}

.category-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) minmax(140px, 0.65fr) minmax(220px, 1.15fr) auto auto;
  gap: 0.65rem;
  align-items: end;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
}

.category-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.category-row label {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.redirects-panel {
  margin-top: 1rem;
}

.form-alert-success {
  border-color: rgba(255, 176, 0, 0.34);
  background: rgba(255, 176, 0, 0.1);
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.media-card {
  display: grid;
  gap: 0.55rem;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.media-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
  background: #090a09;
}

.media-card strong {
  font-size: 0.9rem;
}

.media-card code,
.admin-card code {
  color: var(--gold);
  font-size: 0.78rem;
  overflow-wrap: anywhere;
}

.featured-picker {
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.media-select-box {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  width: 100%;
  min-height: 82px;
  padding: 0.55rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.34);
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.media-select-box strong {
  overflow-wrap: anywhere;
}

.media-select-preview {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px dashed rgba(255, 138, 0, 0.28);
  border-radius: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: center;
  overflow: hidden;
}

.media-select-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-clear {
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.media-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.72);
}

.media-modal.is-open {
  display: flex;
}

.modal-open {
  overflow: hidden;
}

.media-modal-panel {
  width: min(960px, 100%);
  max-height: min(760px, calc(100vh - 32px));
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #080908;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

.media-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.2rem 0.8rem;
  border-bottom: 1px solid var(--line);
}

.media-modal-head h2 {
  margin: 0.1rem 0 0;
}

.media-modal-close {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

.media-tabs {
  display: flex;
  gap: 0.5rem;
  padding: 0.85rem 1.2rem;
  border-bottom: 1px solid var(--line);
}

.media-tabs button {
  padding: 0.6rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
}

.media-tabs button.is-active {
  border-color: rgba(255, 138, 0, 0.4);
  background: rgba(255, 138, 0, 0.1);
  color: var(--text);
}

.media-tab-panel {
  display: none;
  min-height: 0;
  overflow: auto;
  padding: 1.2rem;
}

.media-tab-panel.is-active {
  display: block;
}

.media-picker-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}

.media-picker-item {
  display: grid;
  gap: 0.45rem;
  padding: 0.55rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.media-picker-item:hover {
  border-color: rgba(255, 138, 0, 0.5);
}

.media-picker-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
}

.media-picker-item span,
.admin-muted {
  color: var(--muted);
  font-size: 0.82rem;
}

.media-upload-modal {
  grid-template-columns: 1fr 1fr auto;
}

html[data-theme="light"] body::before {
  background: linear-gradient(180deg, rgba(255, 246, 237, 0.78), rgba(255, 255, 255, 0));
}

html[data-theme="light"] .page-loader {
  background: #ffffff;
}

html[data-theme="light"] .site-header {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: none;
}

html[data-theme="light"] .site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 34px rgba(92, 50, 13, 0.08);
}

html[data-theme="light"] .desktop-nav,
html[data-theme="light"] .mobile-panel a,
html[data-theme="light"] .social-links > a:not(.btn),
html[data-theme="light"] .footer a {
  color: #3f3832;
}

html[data-theme="light"] h1 {
  background: linear-gradient(118deg, #14100c 0%, #f05a18 34%, #ff8a00 62%, #14100c 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

html[data-theme="light"] h1 span {
  background: linear-gradient(100deg, #f05a18 0%, #ff8a00 58%, #14100c 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

html[data-theme="light"] h2 span,
html[data-theme="light"] .section-head h2 span,
html[data-theme="light"] .gradient-text {
  background: linear-gradient(90deg, #f05a18 0%, #ff8a00 56%, #14100c 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

html[data-theme="light"] .btn-outline {
  color: var(--text) !important;
  -webkit-text-fill-color: var(--text) !important;
  border-color: rgba(25, 20, 16, 0.2) !important;
}

html[data-theme="light"] .theme-toggle {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(92, 50, 13, 0.08);
}

html[data-theme="light"] .theme-toggle-track {
  background: linear-gradient(135deg, #ffb000, #ff5a1f);
}

html[data-theme="light"] .menu-toggle,
html[data-theme="light"] .mobile-panel,
html[data-theme="light"] .visual-card,
html[data-theme="light"] .node,
html[data-theme="light"] .authority-profile img,
html[data-theme="light"] .avatar,
html[data-theme="light"] .contact-form input,
html[data-theme="light"] .contact-form select,
html[data-theme="light"] .contact-form textarea {
  background: var(--panel);
}

html[data-theme="light"] .visual-card {
  box-shadow: 0 18px 42px rgba(92, 50, 13, 0.13);
}

html[data-theme="light"] .orbit,
html[data-theme="light"] .visual-card,
html[data-theme="light"] .about-diagram,
html[data-theme="light"] .about-diagram::before,
html[data-theme="light"] .node,
html[data-theme="light"] .authority-profile img,
html[data-theme="light"] .social-links > a:not(.btn),
html[data-theme="light"] .logo-row span,
html[data-theme="light"] .contact-form input,
html[data-theme="light"] .contact-form select,
html[data-theme="light"] .contact-form textarea {
  border-color: var(--line);
}

html[data-theme="light"] .authority-badge {
  background: rgba(23, 21, 15, 0.9);
  color: #fffaf5;
  border-color: rgba(255, 138, 0, 0.5);
}

html[data-theme="light"] .stats div,
html[data-theme="light"] .proof-grid div {
  background: rgba(255, 255, 255, 0.96);
}

html[data-theme="light"] .stats,
html[data-theme="light"] .proof-grid {
  border-color: rgba(25, 20, 16, 0.18);
  background: rgba(25, 20, 16, 0.16);
  box-shadow: 0 14px 34px rgba(92, 50, 13, 0.08);
}

html[data-theme="light"] .ticker-word--plain,
html[data-theme="light"] .services-head h2,
html[data-theme="light"] .service-title h3,
html[data-theme="light"] .service-link {
  color: var(--text);
}

html[data-theme="light"] .ticker-square {
  background: var(--text);
}

html[data-theme="light"] .ticker {
  background: rgba(255, 246, 237, 0.72);
  border-block-color: rgba(25, 20, 16, 0.12);
}

html[data-theme="light"] .logo-band {
  background:
    linear-gradient(180deg, #ffffff 0%, #fff7ef 100%);
  border-block-color: rgba(25, 20, 16, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 -1px 0 rgba(25, 20, 16, 0.04);
}

html[data-theme="light"] .logo-band .section-head {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

html[data-theme="light"] .logo-band .eyebrow {
  color: #c46600;
}

html[data-theme="light"] .logo-band h2 {
  color: #14100c;
}

html[data-theme="light"] .logo-row {
  gap: 0.7rem;
}

html[data-theme="light"] .logo-row span,
html[data-theme="light"] .work-card,
html[data-theme="light"] .testimonial-grid figure,
html[data-theme="light"] .blog-grid article,
html[data-theme="light"] .author-box,
html[data-theme="light"] .profile-card,
html[data-theme="light"] .contact-form,
html[data-theme="light"] .admin-card,
html[data-theme="light"] .admin-empty,
html[data-theme="light"] .admin-panel,
html[data-theme="light"] .media-card,
html[data-theme="light"] .review-grid article {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 237, 0.92));
  box-shadow: 0 16px 36px rgba(92, 50, 13, 0.1);
}

html[data-theme="light"] .admin-editor input,
html[data-theme="light"] .admin-editor select,
html[data-theme="light"] .admin-editor textarea,
html[data-theme="light"] .category-create input,
html[data-theme="light"] .media-upload input,
html[data-theme="light"] .media-select-box,
html[data-theme="light"] .redirects-panel input,
html[data-theme="light"] .redirects-panel select,
html[data-theme="light"] .category-row input {
  background: #fff;
  border-color: rgba(25, 20, 16, 0.13);
}

html[data-theme="light"] .media-modal-panel {
  background: #fffaf5;
}

html[data-theme="light"] .media-picker-item {
  background: #fff;
}

html[data-theme="light"] .author-box img,
html[data-theme="light"] .article-featured img {
  background: #fff7ef;
  border-color: rgba(255, 138, 0, 0.24);
}

html[data-theme="light"] .blog-card:hover,
html[data-theme="light"] .work-card:hover,
html[data-theme="light"] .testimonial-grid figure:hover,
html[data-theme="light"] .profile-card:hover {
  border-color: rgba(255, 122, 0, 0.42);
}

html[data-theme="light"] .article-content h3 {
  color: rgba(20, 16, 12, 0.86);
}

html[data-theme="light"] .article-ai-bar {
  background:
    linear-gradient(110deg, rgba(255, 122, 0, 0.12), rgba(255, 255, 255, 0.92) 45%, rgba(255, 90, 31, 0.08)),
    #fff;
  box-shadow: 0 14px 34px rgba(92, 50, 13, 0.1);
}

html[data-theme="light"] .article-ai-bar a,
html[data-theme="light"] .article-ai-bar button {
  background: #fff;
  color: #14100c;
}

html[data-theme="light"] .article-author-line img {
  background: #fff7ef;
}

html[data-theme="light"] .logo-row span {
  min-width: 132px;
  border-color: rgba(255, 138, 0, 0.24);
  background: #ffffff;
  color: #14100c;
  box-shadow: 0 10px 24px rgba(92, 50, 13, 0.08);
}

html[data-theme="light"] .logo-row span:nth-child(even) {
  color: #c46600;
}

html[data-theme="light"] .services {
  background:
    linear-gradient(180deg, rgba(255, 246, 237, 0.74), rgba(255, 255, 255, 0.1) 34%, rgba(255, 246, 237, 0.58));
  border-block: 1px solid rgba(25, 20, 16, 0.08);
}

html[data-theme="light"] .services-head .eyebrow,
html[data-theme="light"] .services-head p,
html[data-theme="light"] .service-copy p,
html[data-theme="light"] .service-copy ul,
html[data-theme="light"] .service-copy li::before,
html[data-theme="light"] .review-grid p,
html[data-theme="light"] blockquote {
  color: var(--muted);
}

html[data-theme="light"] .service-title span {
  -webkit-text-stroke-color: rgba(255, 90, 31, 0.26);
  text-stroke-color: rgba(255, 90, 31, 0.26);
  background: linear-gradient(90deg, rgba(255, 138, 0, 0.92), rgba(255, 90, 31, 0.86));
  -webkit-background-clip: text;
  background-clip: text;
}

html[data-theme="light"] .service-list::before,
html[data-theme="light"] .service-row::after {
  background: linear-gradient(90deg, rgba(255, 138, 0, 0.45) 0%, rgba(255, 90, 31, 0.32) 50%, rgba(20, 16, 12, 0.22) 100%);
}

html[data-theme="light"] .service-link span {
  background: rgba(255, 138, 0, 0.14);
}

html[data-theme="light"] .work-art {
  background-color: #ebe5d5;
}

html[data-theme="light"] .art-one {
  background-image:
    linear-gradient(135deg, rgba(255, 138, 0, 0.52), rgba(255, 90, 31, 0.16)),
    repeating-linear-gradient(90deg, #ffe0bd 0 42px, #fff7ef 42px 84px);
}

html[data-theme="light"] .art-two {
  background-image:
    radial-gradient(circle at 30% 35%, rgba(255, 138, 0, 0.5), transparent 4rem),
    linear-gradient(135deg, #ffd18f, #fff1e1 55%, #ffd7c2);
}

html[data-theme="light"] .art-three {
  background-image:
    linear-gradient(120deg, rgba(255, 90, 31, 0.2), transparent),
    linear-gradient(90deg, transparent 48%, rgba(16, 19, 15, 0.12) 49%, transparent 50%),
    linear-gradient(#fff8f1, #ffe1cd);
}

html[data-theme="light"] .art-four {
  background-image:
    linear-gradient(135deg, rgba(255, 138, 0, 0.18), rgba(255, 90, 31, 0.2)),
    repeating-linear-gradient(0deg, #fff4e8 0 24px, #ffd9c5 24px 26px);
}

html[data-theme="light"] .contact-form input::placeholder,
html[data-theme="light"] .contact-form textarea::placeholder {
  color: #8b8f84;
}

html[data-theme="light"] .footer {
  background: #fff4e8;
  border-top-color: rgba(25, 20, 16, 0.12);
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loaderPulse {
  from {
    opacity: 0.35;
    transform: scale(0.88);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes floatDot {
  50% {
    transform: translateY(18px);
  }
}

@keyframes softFloat {
  50% {
    transform: translateY(-10px);
  }
}

@keyframes workShift {
  50% {
    filter: saturate(1.35) brightness(1.1);
    transform: scale(1.025);
  }
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.42s ease, transform 0.42s ease;
  transition-delay: 0ms;
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-row[data-reveal] {
  transform: translate3d(64px, 0, 0);
}

.service-row:nth-child(even)[data-reveal] {
  transform: translate3d(-64px, 0, 0);
}

.service-row[data-reveal].is-visible {
  transform: translate3d(0, 0, 0);
}

.char-reveal {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.4em);
  animation: charUp 0.62s ease forwards;
  animation-delay: calc(var(--char-index) * 22ms + 250ms);
}

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 900px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-editor {
    grid-template-columns: 1fr;
  }

  .editor-side {
    position: static;
  }

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

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

  .admin-sidebar {
    position: relative;
    height: auto;
    flex-direction: row;
    align-items: center;
    padding: 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .admin-nav {
    display: flex;
    flex: 1;
    gap: 0.35rem;
    overflow-x: auto;
  }

  .admin-nav a {
    white-space: nowrap;
  }

  .admin-sidebar-logout {
    margin-top: 0;
  }

  .admin-sidebar-logout .btn {
    justify-content: center;
  }

  .desktop-nav,
  .desktop-cta,
  .nav-shell > .theme-toggle {
    display: none;
  }

  .theme-toggle-mobile {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    margin: 0.25rem 0;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-panel {
    width: min(100% - 32px, 420px);
    margin: 0 auto 1rem;
    padding: 0.8rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #0d0f0e;
  }

  .mobile-panel.is-open {
    display: grid;
  }

  .mobile-panel a {
    padding: 0.9rem;
    color: #dfe4d8;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .mobile-panel a:last-child {
    border-bottom: 0;
    color: var(--acid);
    font-weight: 800;
  }

  .hero-grid,
  .about-grid,
  .authority-grid,
  .team-grid,
  .author-box,
  .service-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 360px;
  }

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

  .blog-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  }

  .service-row {
    gap: 1.8rem;
    padding: 3rem 0;
  }

  .service-title {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .service-link {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .admin-sidebar {
    display: grid;
    grid-template-columns: 1fr;
  }

  .admin-nav {
    width: 100%;
  }

  .admin-topbar {
    align-items: stretch;
    flex-direction: column;
  }

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

  .category-create form,
  .category-row,
  .media-upload,
  .media-upload-modal,
  .redirects-panel form,
  .media-grid,
  .media-picker-grid {
    grid-template-columns: 1fr;
  }

  .container {
    width: min(100% - 24px, 1120px);
  }

  .brand-logo-header {
    height: 44px;
  }

  .brand-logo-footer {
    height: 66px;
  }

  .section {
    padding: 62px 0;
  }

  .blogs,
  .article-page {
    padding-top: 104px;
  }

  .services-head p {
    letter-spacing: 0.18em;
    font-size: 0.9rem;
  }

  .service-list {
    width: calc(100vw - 24px);
  }

  .service-row[data-reveal],
  .service-row:nth-child(even)[data-reveal] {
    transform: translate3d(0, 24px, 0);
  }

  .service-row[data-reveal].is-visible {
    transform: translate3d(0, 0, 0);
  }

  .author-box {
    text-align: left;
  }

  .author-box img {
    width: 72px;
    height: 72px;
  }

  .author-links a {
    flex: 1 1 auto;
    text-align: center;
  }

  .service-title h3 {
    font-size: 1.65rem;
  }

  h1 {
    font-size: clamp(2.1rem, 10.5vw, 3.25rem);
    line-height: 1.02;
  }

  h2,
  .section-head h2 {
    font-size: clamp(1.85rem, 8.5vw, 2.75rem);
    line-height: 1.04;
  }

  .admin-topbar h1 {
    font-size: clamp(2rem, 9.5vw, 3rem);
  }

  .article-header {
    margin-bottom: 1.6rem;
  }

  .article-header h1 {
    font-size: clamp(2rem, 9vw, 3.15rem);
    line-height: 1.04;
  }

  .article-header p {
    font-size: 1rem;
  }

  .article-meta {
    gap: 0.55rem 0.8rem;
  }

  .article-ai-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    padding: 0.62rem;
  }

  .article-ai-label {
    grid-column: 1 / -1;
    min-height: auto;
    padding: 0 0 0.5rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 138, 0, 0.24);
  }

  .article-ai-bar a,
  .article-ai-bar button {
    width: 100%;
    min-height: 40px;
    padding-inline: 0.58rem;
    font-size: 0.74rem;
  }

  .article-content {
    font-size: 1rem;
    line-height: 1.78;
  }

  .article-content h2 {
    font-size: clamp(1.35rem, 6.2vw, 1.75rem);
  }

  .article-content h3 {
    font-size: clamp(1.05rem, 4.7vw, 1.24rem);
  }

  .blog-card {
    min-height: 250px;
  }

  .stats,
  .work-grid,
  .testimonial-grid,
  .review-grid,
  .proof-grid,
  .project-links,
  .blog-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .authority-badge {
    right: 12px;
    bottom: 12px;
  }

  .authority-profile {
    width: min(100%, 360px);
  }

  .authority-profile img {
    height: 470px;
  }

  .hero-actions,
  .form-bottom,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .vc-top {
    top: 0;
    right: 0;
  }

  .vc-bottom {
    bottom: 0;
    left: 0;
  }

  .vc-main {
    width: min(290px, 86vw);
  }
}

@media (max-width: 390px) {
  .article-ai-bar {
    grid-template-columns: 1fr;
  }
}

@media (hover: none), (pointer: coarse) {
  body {
    cursor: auto;
  }

  .cursor,
  .cursor2 {
    display: none;
  }
}
