/* Triniche main.css */

/* ===== Cross-page overrides ===== */
.page-home .cta-section {
  background: var(--white);
  color: var(--black);
  padding: 120px 56px;
  text-align: center;
}

.page-home .cta-inner h2 {
  color: var(--black);
}
.page-home .cta-inner p {
  color: rgba(10, 10, 10, 0.55);
}
.page-home .cta-form {
  border: 1px solid rgba(10, 10, 10, 0.2);
}
.page-home .cta-form input {
  color: var(--black);
}
.page-home .cta-direct {
  color: var(--black);
}
.page-about .cta-section {
  background: var(--black);
  padding: 100px 56px;
  text-align: center;
  border-top: 1px solid var(--border);
}
.page-about .cta-section h2 {
  color: var(--white);
}
.page-about .cta-section p {
  color: rgba(245, 242, 236, 0.55);
}
.page-about .cta-form input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.checkbox-group .wpcf7-list-item {
    display: block;
    margin: 8px 0;
}

.checkbox-group .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
}
/* ===== Shared utilities ===== */
a.work-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
a.post-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.nav-cta {
  display: inline-block;
  text-decoration: none;
}

/* ===== Contact page — single form ===== */
.page-contact .contact-wrap {
  grid-template-columns: 1fr;
  min-height: auto;
}
.page-contact .contact-left {
  border-right: none;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}
.d-none {
  display: none !important;
}

.page-contact .contact-info-strip .info-item {
  flex: 1;
}

.nav-logo {
    width: 100px;
    height: auto;
}

/* Contact + audit — full-width centered hero */
.page-contact .page-header,
.page-audit .page-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 160px 56px 88px;
  box-sizing: border-box;
}
.page-contact .page-header-inner,
.page-audit .page-header-inner {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-contact .page-header .header-accent,
.page-audit .page-header .header-accent {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  animation: pulseCenter 6s ease-in-out infinite alternate;
}
@keyframes pulseCenter {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-50%) scale(1.2);
    opacity: 1;
  }
}
.page-contact .page-label,
.page-audit .page-label {
  justify-content: center;
}
.page-contact .page-label::after,
.page-audit .page-label::after {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--orange);
}
.page-contact .page-title,
.page-audit .page-title {
  text-align: center;
  width: 100%;
}
.page-contact .page-sub,
.page-audit .page-sub {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}

/* ===== Free audit page ===== */
.page-audit .contact-wrap {
  grid-template-columns: 1fr;
  min-height: auto;
}
.page-audit .contact-info-strip .info-item {
  flex: 1;
}
.page-audit .contact-left {
  border-right: none;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}
.page-audit .checkbox-label {
  color: rgba(245, 242, 236, 0.7);
  border-color: var(--border);
}
.page-audit .checkbox-label:hover {
  background: rgba(232, 80, 10, 0.06);
}
.page-audit .checkbox-label input[type="checkbox"] {
  border-color: rgba(245, 242, 236, 0.25);
}

/* Hero mini audit form */
.hero-audit-card {
  width: 100%;
  max-width: none;
  padding: 28px 28px 32px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 2px;
  backdrop-filter: blur(8px);
}
.hero-audit-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-audit-label::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--orange);
}
.hero-audit-intro {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(245, 242, 236, 0.5);
  margin-bottom: 20px;
}
.hero-audit-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-audit-form .field {
  margin-bottom: 0;
  gap: 5px;
}
.hero-audit-form .field label {
  font-size: 10px;
  letter-spacing: 1.5px;
}
.hero-audit-form .field input {
  padding: 12px 14px;
  font-size: 14px;
}
.hero-audit-submit {
  width: 100%;
  margin-top: 6px;
  padding: 15px 28px;
  background: var(--orange);
  border: none;
  border-radius: 2px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--white);
  cursor: none;
  transition:
    background 0.2s,
    transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.hero-audit-submit:hover {
  background: var(--orange2);
  transform: translateY(-2px);
}
.hero-audit-submit .btn-arrow {
  transition: transform 0.2s;
}
.hero-audit-submit:hover .btn-arrow {
  transform: translateX(4px);
}
/* Homepage hero — headline left, form + stats right */
.page-home .hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 48px;
  align-items: center;
  width: 100%;
  opacity: 0;
  animation: fadeup 0.85s 0.35s forwards;
}
.page-home .hero-layout .hero-tag,
.page-home .hero-layout .hero-h1 {
  opacity: 1;
  transform: none;
  animation: none;
}
.page-home .hero-copy {
  min-width: 0;
}
.page-home .hero-layout .hero-h1 {
  font-size: clamp(3.5rem, 6vw, 9rem);
  margin-bottom: 0;
}
.page-home .hero-layout .hero-sub {
  margin-top: 28px;
  max-width: none;
}
.page-home .hero-right {
  align-items: stretch;
  gap: 24px;
  width: 100%;
  min-width: 0;
}
.page-home .hero-audit-card {
  align-self: stretch;
  max-width: none;
  width: 100%;
}
.page-home .hero-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .page-home .hero-layout {
    gap: 32px 36px;
  }
  .page-home .hero-layout .hero-h1 {
    font-size: clamp(3rem, 7vw, 7rem);
  }
}
@media (max-width: 900px) {
  .page-home .hero-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .page-home .hero-layout .hero-h1 {
    font-size: clamp(3.5rem, 12vw, 8rem);
  }
  .page-home .hero-right {
    align-items: stretch;
  }
  .page-home .hero-stats {
    justify-content: flex-start;
  }
  .page-home .hero-cta-row {
    justify-content: flex-start;
  }
}
@media (max-width: 700px) {
  .page-home .hero-audit-card {
    padding: 24px 20px 28px;
  }
  .page-home .hero-stats {
    flex-wrap: wrap;
    gap: 20px 28px;
  }
  .page-home .hero-stats .h-stat strong {
    font-size: 2rem;
  }
}

/* ===== Blog — 2-column post grid only ===== */
.page-blog .blog-posts-grid {
  margin-bottom: 40px;
}
.page-blog .blog-posts-grid .post-card {
  display: flex;
  flex-direction: column;
}
.page-blog .blog-posts-grid .card-thumb {
  height: 180px;
}
.page-blog .blog-posts-grid .card-thumb-num {
  font-size: 5rem;
}
.page-home .cta-form-btn {
  padding: 16px 28px;
  background: var(--orange);
  border: none;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  cursor: none;
  transition: background 0.2s;
  white-space: nowrap;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home .cta-form-btn:hover {
  background: var(--orange2);
}

/* ========== page-home ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --black: #0a0a0a;
  --white: #f5f2ec;
  --cream: #f0ead8;
  --orange: #e8500a;
  --orange2: #ff6b1a;
  --gray: #888880;
  --border: #2a2a28;
  --border-light: #e0dbd0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Barlow", sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  cursor: none;
}

/* CURSOR */
.cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  background: var(--orange);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s;
}
.cursor-ring {
  position: fixed;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(232, 80, 10, 0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease;
}

/* NAV */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 56px;
  border-bottom: 1px solid var(--border);
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(12px);
}
.nav-logo {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  letter-spacing: 3px;
  color: var(--white);
  text-decoration: none;
}
.nav-logo span {
  color: var(--orange);
}
.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gray);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover {
  color: var(--white);
}
.nav-cta {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--orange);
  color: var(--white);
  border: none;
  padding: 11px 28px;
  border-radius: 2px;
  cursor: none;
  transition:
    background 0.2s,
    transform 0.1s;
}
.nav-cta:hover {
  background: var(--orange2);
  transform: translateY(-1px);
}

/* NAV: Mobile off-canvas drawer */
.nav-hamburger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(245, 242, 236, 0.18);
  background: transparent;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: none;
}
.nav-hamburger-line {
  width: 18px;
  height: 2px;
  background: rgba(245, 242, 236, 0.85);
  border-radius: 2px;
  display: block;
}

.nav-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 150;
}
.nav-drawer-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 340px;
  background: rgba(10, 10, 10, 0.98);
  border-left: 1px solid var(--border);
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 160;
  padding: 18px 18px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
}
.nav-drawer.open {
  transform: translateX(0);
}
.nav-drawer-close {
  align-self: flex-end;
  background: transparent;
  border: none;
  color: var(--white);
  font-size: 18px;
  cursor: none;
  padding: 10px;
}

.nav-drawer-links {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nav-drawer-links a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gray);
  text-decoration: none;
  display: block;
  padding: 8px 0;
}
.nav-drawer-links a:hover {
  color: var(--white);
}

.nav-drawer-cta {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.nav-cta-drawer {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.no-scroll {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .nav-hamburger {
    display: flex;
  }
  .nav-links {
    display: none !important;
  }
  .nav-cta {
    display: none !important;
  }
}

/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 56px 72px;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #111108 50%, #0a0a08 100%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(232, 80, 10, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 80, 10, 0.06) 1px, transparent 1px);
  background-size: 80px 80px;
  animation: gridshift 20s linear infinite;
}
@keyframes gridshift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 80px 80px;
  }
}
.hero-accent {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(232, 80, 10, 0.15) 0%,
    transparent 65%
  );
  animation: pulse 6s ease-in-out infinite alternate;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.2);
    opacity: 1;
  }
}
.hero-accent2 {
  position: absolute;
  bottom: -200px;
  left: 20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(232, 80, 10, 0.07) 0%,
    transparent 65%
  );
}
.hero-tag {
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: 0;
  animation: fadeup 0.8s 0.3s forwards;
}
.hero-tag::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--orange);
}
.hero-h1 {
  position: relative;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(5rem, 12vw, 11rem);
  line-height: 0.92;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 32px;
  opacity: 0;
  animation: fadeup 0.9s 0.5s forwards;
}
.hero-h1 .outline {
  -webkit-text-stroke: 1px var(--white);
  color: transparent;
}
.hero-h1 .accent {
  color: var(--orange);
}
.hero-bottom {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  opacity: 0;
  animation: fadeup 0.8s 0.8s forwards;
}
.hero-sub {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245, 242, 236, 0.65);
  max-width: 480px;
}
.hero-sub strong {
  color: var(--white);
  font-weight: 500;
}
.hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 28px;
}
.hero-cta {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: var(--orange);
  color: var(--white);
  border: none;
  padding: 16px 40px;
  border-radius: 2px;
  cursor: none;
  transition: all 0.2s;
  display: inline-block;
  text-decoration: none;
}
.hero-cta:hover {
  background: var(--orange2);
  transform: translateY(-2px);
}
.hero-cta-ghost {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(245, 242, 236, 0.25);
  color: rgba(245, 242, 236, 0.6);
  padding: 14px 36px;
  border-radius: 2px;
  cursor: none;
  background: transparent;
  transition: all 0.2s;
  text-decoration: none;
}
.hero-cta-ghost:hover {
  border-color: var(--white);
  color: var(--white);
}
.hero-stats {
  display: flex;
  gap: 36px;
  margin-block: 30px;
}
.h-stat strong {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  color: var(--white);
  line-height: 1;
}
.h-stat span {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gray);
}
.scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: bounce 2s ease-in-out infinite;
}
.scroll-hint::after {
  content: "";
  width: 1px;
  height: 40px;
  background: linear-gradient(var(--orange), transparent);
}
@keyframes bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
  }
}

/* TICKER */
.ticker {
  background: var(--orange);
  padding: 14px 0;
  overflow: hidden;
  border-top: none;
  border-bottom: none;
}
.ticker-inner {
  display: flex;
  gap: 0;
  animation: ticker 18s linear infinite;
  width: max-content;
}
.ticker-item {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
}
.ticker-item::after {
  content: "✦";
  font-size: 10px;
  opacity: 0.7;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* SECTIONS */
.section {
  padding: 100px 56px;
  position: relative;
}
.section-light {
  background: var(--white);
  color: var(--black);
}
.s-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.s-label::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--orange);
}
.s-h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 16px;
}
.s-h2 .dim {
  color: var(--gray);
}
.section-light .s-h2 {
  color: var(--black);
}
.s-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(245, 242, 236, 0.6);
  max-width: 520px;
  margin-bottom: 56px;
}
.section-light .s-desc {
  color: rgba(10, 10, 10, 0.55);
}

/* SERVICES */
.services-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 24px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
}
.svc-card {
  padding: 44px 36px;
  border-right: 1px solid var(--border);
  transition: background 0.25s;
  position: relative;
  overflow: hidden;
}
.svc-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.svc-card:hover {
  background: rgba(232, 80, 10, 0.06);
}
.svc-card:hover::before {
  transform: scaleX(1);
}
.svc-card:last-child {
  border-right: none;
}
.svc-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.5rem;
  color: rgba(255, 255, 255, 0.05);
  line-height: 1;
  margin-bottom: 12px;
}
.svc-icon {
  font-size: 28px;
  margin-bottom: 16px;
  display: block;
}
.svc-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--white);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.svc-card p {
  font-size: 14px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 24px;
}
.svc-list {
  list-style: none;
}
.svc-list li {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  padding: 7px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 10px;
  align-items: center;
}
.svc-list li:last-child {
  border-bottom: none;
}
.svc-list li::before {
  content: "→";
  color: var(--orange);
  font-size: 11px;
  flex-shrink: 0;
}
.svc-price {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--orange);
  text-transform: uppercase;
}

/* BUNDLE ROW */
.bundle-row {
  margin-top: 2px;
  background: var(--orange);
  padding: 36px 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  border-radius: 0 0 4px 4px;
}
.bundle-left h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  color: var(--white);
  letter-spacing: 1px;
}
.bundle-left p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
  margin-top: 4px;
}
.bundle-right {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.bundle-price {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2rem;
  color: var(--white);
  letter-spacing: 1px;
}
.bundle-saving {
  background: rgba(0, 0, 0, 0.2);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 2px;
}
.bundle-cta {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--black);
  color: var(--white);
  border: none;
  padding: 13px 28px;
  border-radius: 2px;
  cursor: none;
  transition: opacity 0.2s;
}
.bundle-cta:hover {
  opacity: 0.8;
}

/* WHY US */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border-light);
}
.why-card {
  background: var(--white);
  padding: 40px 28px;
  transition: background 0.2s;
}
.why-card:hover {
  background: var(--cream);
}
.why-icon {
  font-size: 32px;
  margin-bottom: 20px;
}
.why-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--black);
  margin-bottom: 10px;
}
.why-card p {
  font-size: 14px;
  color: rgba(10, 10, 10, 0.55);
  font-weight: 300;
  line-height: 1.7;
}

/* PROCESS */
.process-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
}
.pstep {
  padding: 36px 28px;
  border-right: 1px solid var(--border);
  position: relative;
}
.pstep:last-child {
  border-right: none;
}
.pstep-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  position: absolute;
  top: 16px;
  right: 16px;
}
.pstep-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}
.pstep h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--white);
  margin-bottom: 8px;
}
.pstep p {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.6;
  font-weight: 300;
}

/* WORK */
.work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--border);
}
.work-card {
  background: var(--black);
  overflow: hidden;
  position: relative;
  cursor: none;
}
.work-thumb {
  height: 280px;
  background: var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.15);
  font-size: 13px;
  font-family: monospace;
  transition: transform 0.4s;
  overflow: hidden;
  position: relative;
}
.work-card:hover .work-thumb {
  transform: scale(1.03);
}
.work-thumb-bg {
  position: absolute;
  inset: 0;
  transition: opacity 0.3s;
}
.work-info {
  padding: 28px 32px;
}
.work-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.wtag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 2px;
}
.wtag-design {
  background: rgba(232, 80, 10, 0.15);
  color: var(--orange);
}
.wtag-marketing {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.6);
}
.work-info h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--white);
  margin-bottom: 6px;
}
.work-info p {
  font-size: 13.5px;
  color: var(--gray);
  font-weight: 300;
  line-height: 1.6;
}
.work-result {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #4ade80;
  text-transform: uppercase;
}
.work-result::before {
  content: "↑";
  font-size: 14px;
}

/* TESTIMONIALS */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.testi-card {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 32px;
  transition: border-color 0.25s;
}
.testi-card:hover {
  border-color: var(--orange);
}
.testi-stars {
  color: var(--orange);
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.testi-q {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245, 242, 236, 0.8);
  margin-bottom: 24px;
  font-style: italic;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--white);
  flex-shrink: 0;
}
.testi-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
}
.testi-biz {
  font-size: 12px;
  color: var(--gray);
}
.testi-result {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4ade80;
}

/* FAQ */
.faq-wrap {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}
.faq-left h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  color: var(--black);
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 16px;
}
.faq-left p {
  font-size: 15px;
  color: rgba(10, 10, 10, 0.55);
  font-weight: 300;
  line-height: 1.7;
}
.faq-item {
  border-bottom: 1px solid var(--border-light);
}
.faq-q {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: none;
  font-size: 15px;
  font-weight: 500;
  color: var(--black);
  gap: 16px;
}
.faq-q-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(10, 10, 10, 0.4);
  flex-shrink: 0;
  transition: all 0.2s;
}
.faq-item.open .faq-q-icon {
  background: var(--orange);
  border-color: var(--orange);
  color: white;
  transform: rotate(45deg);
}
.faq-a {
  display: none;
  font-size: 14px;
  font-weight: 300;
  color: rgba(10, 10, 10, 0.55);
  line-height: 1.7;
  padding-bottom: 18px;
}
.faq-item.open .faq-a {
  display: block;
}

/* CTA */
.cta-section {
  background: var(--white);
  padding: 120px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Bebas Neue", sans-serif;
  font-size: 22vw;
  color: rgba(10, 10, 10, 0.03);
  white-space: nowrap;
  letter-spacing: 4px;
  pointer-events: none;
  line-height: 1;
}
.cta-inner {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
}
.cta-inner h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 6vw, 6rem);
  color: var(--black);
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 20px;
}
.cta-inner h2 span {
  color: var(--orange);
}
.cta-inner p {
  font-size: 17px;
  font-weight: 300;
  color: rgba(10, 10, 10, 0.55);
  line-height: 1.7;
  margin-bottom: 48px;
}
.cta-form {
  display: flex;
  gap: 0;
  max-width: 460px;
  margin: 0 auto;
  border: 1px solid rgba(10, 10, 10, 0.2);
  border-radius: 3px;
  overflow: hidden;
}
.cta-form input {
  flex: 1;
  padding: 16px 20px;
  border: none;
  outline: none;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  color: var(--black);
  background: transparent;
}
.cta-form button {
  padding: 16px 28px;
  background: var(--orange);
  border: none;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  cursor: none;
  transition: background 0.2s;
  white-space: nowrap;
}
.cta-form button:hover {
  background: var(--orange2);
}
.cta-or {
  font-size: 13px;
  color: rgba(10, 10, 10, 0.3);
  margin: 20px 0;
}
.cta-direct {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border-bottom: 1px solid var(--orange);
  padding-bottom: 2px;
}

/* FOOTER */
footer {
  background: var(--black);
  border-top: 1px solid var(--border);
  padding: 56px 56px 32px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 32px;
}
.footer-brand .logo {
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  letter-spacing: 3px;
  color: var(--white);
  display: block;
  margin-bottom: 12px;
}
.footer-brand .logo span {
  color: var(--orange);
}
.footer-brand p {
  font-size: 14px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.7;
  max-width: 240px;
}
.footer-col h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
}
.footer-col ul {
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 14px;
  color: var(--gray);
  text-decoration: none;
  font-weight: 300;
  transition: color 0.2s;
}
.footer-col ul li a:hover {
  color: var(--orange);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.5px;
}
.footer-tagline {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--orange);
}

/* ANIMATIONS */
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  nav,
  .hero,
  .section {
    padding-left: 28px;
    padding-right: 28px;
  }
  .services-grid,
  .process-row {
    grid-template-columns: 1fr;
  }
  .svc-card,
  .pstep {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .testi-grid,
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-h1 {
    font-size: clamp(4rem, 10vw, 8rem);
  }
}
@media (max-width: 700px) {
  nav {
    padding: 16px 20px;
  }
  .nav-links {
    display: none;
  }
  .hero,
  .section,
  .cta-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-bottom {
    grid-template-columns: 1fr;
  }
  .hero-right {
    align-items: stretch;
  }
  .work-grid,
  .testi-grid,
  .why-grid,
  .faq-wrap,
  .footer-top {
    grid-template-columns: 1fr;
  }
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ========== page-about ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --black: #0a0a0a;
  --white: #f5f2ec;
  --cream: #f0ead8;
  --orange: #e8500a;
  --orange2: #ff6b1a;
  --gray: #888880;
  --border: #2a2a28;
  --border-light: #e0dbd0;
  --light-bg: #f5f2ec;
  --light-ink: #0a0a0a;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Barlow", sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  cursor: none;
}

/* CURSOR */
.cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  background: var(--orange);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s;
}
.cursor-ring {
  position: fixed;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(232, 80, 10, 0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease;
}

/* NAV */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 56px;
  border-bottom: 1px solid var(--border);
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(12px);
}
.nav-logo {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  letter-spacing: 3px;
  color: var(--white);
  text-decoration: none;
}
.nav-logo span {
  color: var(--orange);
}
.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gray);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
}
.nav-cta {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--orange);
  color: var(--white);
  border: none;
  padding: 11px 28px;
  border-radius: 2px;
  cursor: none;
  transition:
    background 0.2s,
    transform 0.1s;
  text-decoration: none;
}
.nav-cta:hover {
  background: var(--orange2);
  transform: translateY(-1px);
}

/* TICKER */
.ticker {
  background: var(--orange);
  padding: 14px 0;
  overflow: hidden;
}
.ticker-inner {
  display: flex;
  gap: 0;
  animation: ticker 18s linear infinite;
  width: max-content;
}
.ticker-item {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
}
.ticker-item::after {
  content: "✦";
  font-size: 10px;
  opacity: 0.7;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 56px 80px;
  position: relative;
  overflow: hidden;
  padding-top: 88px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #111108 50%, #0a0a08 100%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(232, 80, 10, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 80, 10, 0.06) 1px, transparent 1px);
  background-size: 80px 80px;
  animation: gridshift 20s linear infinite;
}
@keyframes gridshift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 80px 80px;
  }
}
.hero-accent {
  position: absolute;
  top: -100px;
  right: -80px;
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(232, 80, 10, 0.12) 0%,
    transparent 65%
  );
  animation: pulse 6s ease-in-out infinite alternate;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.2);
    opacity: 1;
  }
}
.hero-tag {
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: 0;
  animation: fadeup 0.8s 0.3s forwards;
}
.hero-tag::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--orange);
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-h1 {
  position: relative;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4.5rem, 11vw, 10rem);
  line-height: 0.92;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeup 0.9s 0.5s forwards;
}
.hero-h1 .outline {
  -webkit-text-stroke: 1px var(--white);
  color: transparent;
}
.hero-h1 .accent {
  color: var(--orange);
}
.hero-bottom {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: end;
  opacity: 0;
  animation: fadeup 0.8s 0.8s forwards;
}
.hero-sub {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(245, 242, 236, 0.65);
  max-width: 520px;
}
.hero-sub strong {
  color: var(--white);
  font-weight: 500;
}
.hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}
.hero-stats {
  display: flex;
  gap: 36px;
}
.h-stat strong {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.6rem;
  color: var(--white);
  line-height: 1;
}
.h-stat span {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gray);
}
.hero-cta {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: var(--orange);
  color: var(--white);
  border: none;
  padding: 15px 38px;
  border-radius: 2px;
  cursor: none;
  transition: all 0.2s;
  display: inline-block;
  text-decoration: none;
}
.hero-cta:hover {
  background: var(--orange2);
  transform: translateY(-2px);
}
.scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: bounce 2s ease-in-out infinite;
}
.scroll-hint::after {
  content: "";
  width: 1px;
  height: 40px;
  background: linear-gradient(var(--orange), transparent);
}
@keyframes bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
  }
}

/* ─── SHARED SECTION STYLES ─── */
.section-dark {
  background: var(--black);
  padding: 100px 56px;
}
.section-light {
  background: var(--light-bg);
  padding: 100px 56px;
}
.section-light * {
  color: var(--light-ink);
}
.section-light .s-label {
  color: var(--orange);
}
.section-light .s-desc {
  color: #444;
}
.section-light .section-border {
  border-color: #d0cdc8;
}
.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.s-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.s-label::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--orange);
}
.s-h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  line-height: 0.95;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}
.s-h2 .accent {
  color: var(--orange);
}
.s-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(245, 242, 236, 0.6);
  max-width: 560px;
  margin-bottom: 52px;
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─── SECTION 1: PROBLEM → WHY WE EXIST ─── */
.problem-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
}
.problem-col {
  padding: 40px 36px;
  background: #111;
}
.problem-col:first-child {
  border-right: 2px solid var(--border);
}
.problem-col h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 24px;
}
.problem-col ul {
  list-style: none;
}
.problem-col ul li {
  font-size: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  color: var(--gray);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.5;
}
.problem-col ul li:last-child {
  border-bottom: none;
}
.problem-col ul li .li-icon {
  color: #444;
  flex-shrink: 0;
  font-size: 12px;
  padding-top: 2px;
}
.problem-col.solve ul li {
  color: var(--white);
}
.problem-col.solve ul li .li-icon {
  color: var(--orange);
}

/* ─── SECTION 2: THE STORY ─── */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: start;
}
.story-photo-area {
  position: relative;
}
.story-photo {
  aspect-ratio: 3/4;
  background: #111;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.story-photo-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #1a1a18 0%, #0f0f0d 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.story-photo-inner .photo-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--orange);
  opacity: 0.15;
}
.story-photo-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
}
.story-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--orange);
  color: var(--white);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  line-height: 1;
  box-shadow: 0 8px 40px rgba(232, 80, 10, 0.35);
}
.story-badge span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.story-content {
}
.story-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(245, 242, 236, 0.7);
  margin-bottom: 20px;
}
.story-content p strong {
  color: var(--white);
  font-weight: 500;
}
.story-credentials {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.cred-item {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 18px 20px;
  background: #0f0f0d;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.cred-item:hover {
  border-color: var(--orange);
  background: #131311;
}
.cred-item strong {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 4px;
  line-height: 1;
}
.cred-item span {
  font-size: 12px;
  color: var(--gray);
  letter-spacing: 0.5px;
}

/* ─── SECTION 3: VALUES ─── */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
}
.value-card {
  padding: 44px 36px;
  background: #0f0f0d;
  border-right: 1px solid var(--border);
  transition: background 0.2s;
}
.value-card:last-child {
  border-right: none;
}
.value-card:hover {
  background: #131311;
}
.value-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 20px;
  display: block;
}
.value-card h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1;
}
.value-card p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--gray);
}

/* ─── SECTION 4: TEAM ─── (light bg) */
.team-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 60px;
}
.team-intro-content {
}
.team-intro-aside {
  border: 1px solid #d0cdc8;
  border-radius: 4px;
  padding: 32px;
  background: white;
}
.team-intro-aside p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  font-weight: 300;
}
.team-intro-aside .aside-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
  display: block;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.team-card {
  border: 1px solid #d0cdc8;
  border-radius: 4px;
  overflow: hidden;
  background: white;
}
.team-photo {
  aspect-ratio: 1;
  background: #ede9e0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #d0cdc8;
  position: relative;
  overflow: hidden;
}
.team-photo-initials {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.5rem;
  color: rgba(10, 10, 10, 0.12);
  letter-spacing: 2px;
}
.team-photo-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--orange);
}
.team-info {
  padding: 24px 26px;
}
.team-info h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: var(--light-ink);
  margin-bottom: 4px;
}
.team-role {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 12px;
  display: block;
}
.team-bio {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
  color: #555;
  margin-bottom: 16px;
}
.team-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.skill-tag {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #f0ead8;
  color: #0a0a0a;
  padding: 4px 10px;
  border-radius: 2px;
}

/* ─── SECTION 5: PROCESS ─── */
.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
}
.p-step {
  padding: 36px 24px;
  background: #0f0f0d;
  border-right: 1px solid var(--border);
}
.p-step:last-child {
  border-right: none;
}
.p-step-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--orange);
  margin-bottom: 16px;
  display: block;
}
.p-step h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.1;
}
.p-step p {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.65;
  font-weight: 300;
}
.p-step-connector {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
  font-size: 18px;
  color: var(--border);
}
.p-step:last-child .p-step-connector {
  display: none;
}

/* ─── SECTION 6: TESTIMONIALS (dark) ─── */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.testi-card {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 32px 28px;
  background: #0f0f0d;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s;
}
.testi-card:hover {
  border-color: var(--orange);
}
.testi-stars {
  color: var(--orange);
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.testi-q {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(245, 242, 236, 0.7);
  flex: 1;
  margin-bottom: 24px;
  font-style: italic;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.testi-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--border);
  border: 1px solid var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  flex-shrink: 0;
}
.testi-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}
.testi-biz {
  font-size: 12px;
  color: var(--gray);
}
.testi-result {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--orange);
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

/* ─── CTA SECTION ─── */
.cta-section {
  background: var(--black);
  padding: 100px 56px;
  text-align: center;
  border-top: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.cta-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(6rem, 18vw, 16rem);
  letter-spacing: 8px;
  color: rgba(232, 80, 10, 0.04);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.cta-inner {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
.cta-section h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 20px;
}
.cta-section h2 span {
  color: var(--orange);
}
.cta-section p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(245, 242, 236, 0.55);
  margin-bottom: 40px;
}
.cta-form {
  display: flex;
  gap: 10px;
  max-width: 440px;
  margin: 0 auto 20px;
  flex-wrap: wrap;
}
.cta-form input {
  flex: 1;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  color: var(--white);
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  outline: none;
  min-width: 180px;
}
.cta-form input::placeholder {
  color: #555;
}
.cta-form button {
  padding: 14px 26px;
  background: var(--orange);
  color: var(--white);
  border: none;
  border-radius: 2px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: none;
  transition: background 0.2s;
}
.cta-form button:hover {
  background: var(--orange2);
}
.cta-or {
  font-size: 12px;
  color: var(--gray);
  letter-spacing: 1px;
  margin: 16px 0 12px;
}
.cta-direct {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  border: 1px solid rgba(245, 242, 236, 0.2);
  padding: 12px 28px;
  border-radius: 2px;
  transition: border-color 0.2s;
  display: inline-block;
}
.cta-direct:hover {
  border-color: var(--white);
}

/* ─── FOOTER ─── */
footer {
  background: var(--black);
  border-top: 1px solid var(--border);
  padding: 56px 56px 32px;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand .logo {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  color: var(--white);
}
.footer-brand .logo span {
  color: var(--orange);
}
.footer-brand p {
  font-size: 14px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.7;
  margin-top: 12px;
  max-width: 280px;
}
.footer-col h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 18px;
}
.footer-col ul {
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 14px;
  font-weight: 300;
  color: rgba(245, 242, 236, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col ul li a:hover {
  color: var(--white);
}
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-copy {
  font-size: 13px;
  color: var(--gray);
}
.footer-tagline {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  nav,
  footer,
  .section-dark,
  .section-light {
    padding-left: 24px;
    padding-right: 24px;
  }
  .nav-links {
    display: none;
  }
  .hero {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 60px;
  }
  .hero-bottom,
  .story-grid,
  .team-intro,
  .problem-cols,
  .values-grid,
  .testi-grid,
  .team-grid,
  .process-steps,
  .footer-top {
    grid-template-columns: 1fr;
  }
  .team-photo {
    aspect-ratio: 16/9;
  }
  .cta-section,
  .cta-form {
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* ========== page-contact ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --black: #0a0a0a;
  --white: #f5f2ec;
  --cream: #f0ead8;
  --orange: #e8500a;
  --orange2: #ff6b1a;
  --gray: #888880;
  --border: #2a2a28;
  --border-light: #e0dbd0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Barlow", sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  cursor: none;
}

/* CURSOR */
.cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  background: var(--orange);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s;
}
.cursor-ring {
  position: fixed;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(232, 80, 10, 0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease;
}

/* NAV */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 56px;
  border-bottom: 1px solid var(--border);
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(12px);
}
.nav-logo {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  letter-spacing: 3px;
  color: var(--white);
  text-decoration: none;
}
.nav-logo span {
  color: var(--orange);
}
.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gray);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
}
.nav-cta {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--orange);
  color: var(--white);
  border: none;
  padding: 11px 28px;
  border-radius: 2px;
  cursor: none;
  transition:
    background 0.2s,
    transform 0.1s;
  text-decoration: none;
  display: inline-block;
}
.nav-cta:hover {
  background: var(--orange2);
  transform: translateY(-1px);
}

/* PAGE HEADER */
.page-header {
  padding: 160px 56px 80px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.page-header-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #111108 50%, #0a0a08 100%);
}
.header-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(232, 80, 10, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 80, 10, 0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  animation: gridshift 20s linear infinite;
}
@keyframes gridshift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 80px 80px;
  }
}
.header-accent {
  position: absolute;
  top: -100px;
  right: -60px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(232, 80, 10, 0.12) 0%,
    transparent 65%
  );
  animation: pulse 6s ease-in-out infinite alternate;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.2);
    opacity: 1;
  }
}
.page-header-inner {
  position: relative;
  max-width: 1200px;
}
.page-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: 0;
  animation: fadeup 0.7s 0.2s forwards;
}
.page-label::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--orange);
}
.page-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4rem, 10vw, 9rem);
  line-height: 0.92;
  letter-spacing: 2px;
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeup 0.8s 0.4s forwards;
}
.page-title .outline {
  -webkit-text-stroke: 1px var(--white);
  color: transparent;
}
.page-title .accent {
  color: var(--orange);
}
.page-sub {
  font-size: 17px;
  font-weight: 300;
  color: rgba(245, 242, 236, 0.6);
  line-height: 1.75;
  max-width: 500px;
  opacity: 0;
  animation: fadeup 0.7s 0.6s forwards;
}

/* TICKER */
.ticker {
  background: var(--orange);
  padding: 13px 0;
  overflow: hidden;
}
.ticker-inner {
  display: flex;
  gap: 0;
  animation: ticker 18s linear infinite;
  width: max-content;
}
.ticker-item {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}
.ticker-item::after {
  content: "✦";
  font-size: 10px;
  opacity: 0.7;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* MAIN CONTACT LAYOUT */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}

/* LEFT — CONTACT US */
.contact-left {
  padding: 80px 56px;
  border-right: 1px solid var(--border);
  position: relative;
}
.contact-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    160deg,
    rgba(232, 80, 10, 0.04) 0%,
    transparent 60%
  );
  pointer-events: none;
}
.form-section-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-section-label::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--orange);
}
.form-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 5vw, 4.5rem);
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--white);
}
.form-desc {
  font-size: 15px;
  font-weight: 300;
  color: rgba(245, 242, 236, 0.55);
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 440px;
}

/* FORM FIELDS */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-grid.full {
  grid-template-columns: 1fr;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 4px;
}
.field label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(245, 242, 236, 0.45);
}
.field input,
.field select,
.field textarea {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 14px 18px;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: var(--white);
  outline: none;
  transition:
    border-color 0.2s,
    background 0.2s;
  width: 100%;
}
.field input::placeholder,
.field textarea::placeholder {
  color: rgba(245, 242, 236, 0.2);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--orange);
  background: rgba(232, 80, 10, 0.06);
}
.field select {
  cursor: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888880' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
}
.field select option {
  background: var(--black);
}
.field textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.6;
}
.submit-btn {
  width: 100%;
  padding: 17px 32px;
  background: var(--orange);
  border: none;
  border-radius: 2px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--white);
  cursor: none;
  margin-top: 8px;
  transition:
    background 0.2s,
    transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.submit-btn:hover {
  background: var(--orange2);
  transform: translateY(-2px);
}
.submit-btn .btn-arrow {
  transition: transform 0.2s;
}
.submit-btn:hover .btn-arrow {
  transform: translateX(4px);
}

/* RIGHT — FREE AUDIT */
.contact-right {
  padding: 80px 56px;
  background: var(--white);
  color: var(--black);
  position: relative;
}
.audit-tag {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.audit-tag::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--orange);
}
.audit-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 5vw, 4.5rem);
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--black);
}
.audit-title .hl {
  color: var(--orange);
}
.audit-desc {
  font-size: 15px;
  font-weight: 300;
  color: rgba(10, 10, 10, 0.55);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 440px;
}

/* AUDIT VALUE PILLS */
.audit-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}
.perk {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 2px;
  border: 1px solid rgba(232, 80, 10, 0.25);
  color: var(--orange);
  background: rgba(232, 80, 10, 0.06);
  display: flex;
  align-items: center;
  gap: 6px;
}
.perk::before {
  content: "✓";
  font-size: 11px;
}

/* Audit form fields on light background */
.audit-form .field label {
  color: rgba(10, 10, 10, 0.45);
}
.audit-form .field input,
.audit-form .field select,
.audit-form .field textarea {
  background: rgba(10, 10, 10, 0.04);
  border: 1px solid var(--border-light);
  color: var(--black);
}
.audit-form .field input::placeholder,
.audit-form .field textarea::placeholder {
  color: rgba(10, 10, 10, 0.25);
}
.audit-form .field input:focus,
.audit-form .field select:focus,
.audit-form .field textarea:focus {
  border-color: var(--orange);
  background: rgba(232, 80, 10, 0.06);
}
.audit-form .field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230a0a0a' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  appearance: none;
}
.audit-form .field select option {
  background: white;
  color: var(--black);
}

/* Checkboxes for services */
.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 4px;
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: none;
  font-size: 14px;
  font-weight: 300;
  color: rgba(10, 10, 10, 0.7);
  padding: 10px 14px;
  border: 1px solid var(--border-light);
  border-radius: 2px;
  transition: all 0.15s;
}
.checkbox-label:hover {
  border-color: var(--orange);
  background: rgba(232, 80, 10, 0.04);
}
.checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--orange);
  cursor: none;
  flex-shrink: 0;
  appearance: none;
  border: 1.5px solid rgba(10, 10, 10, 0.25);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
  position: relative;
}
.checkbox-label input[type="checkbox"]:checked {
  background: var(--orange);
  border-color: var(--orange);
}
.checkbox-label input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  color: white;
  font-size: 10px;
  font-weight: 700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.audit-submit {
  width: 100%;
  padding: 17px 32px;
  background: var(--black);
  border: none;
  border-radius: 2px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--white);
  cursor: none;
  margin-top: 8px;
  transition:
    background 0.2s,
    transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.audit-submit:hover {
  background: var(--orange);
  transform: translateY(-2px);
}
.audit-submit .btn-arrow {
  transition: transform 0.2s;
}
.audit-submit:hover .btn-arrow {
  transform: translateX(4px);
}

.form-note {
  font-size: 12px;
  font-weight: 300;
  color: rgba(10, 10, 10, 0.35);
  text-align: center;
  margin-top: 12px;
  line-height: 1.6;
}
.dark-note {
  color: rgba(245, 242, 236, 0.25);
}

/* DIVIDER LABEL */
.section-divider {
  display: flex;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(245, 242, 236, 0.15);
  gap: 16px;
  margin-bottom: 32px;
}
.dark-divider {
  color: rgba(10, 10, 10, 0.15);
}
.section-divider::before,
.section-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: currentColor;
}

/* CONTACT INFO ROW */
.contact-info-strip {
  background: rgba(232, 80, 10, 0.06);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  display: flex;
}
.info-item {
  flex: 1;
  padding: 28px 40px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid var(--border);
}
.info-item:last-child {
  border-right: none;
}
.info-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.info-text strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 3px;
}
.info-text a,
.info-text span {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s;
}
.info-text a:hover {
  color: var(--orange);
}

/* SUCCESS STATES */
.success-state {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
  gap: 16px;
  min-height: 200px;
}
.success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(232, 80, 10, 0.12);
  border: 1px solid var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.success-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  letter-spacing: 1px;
}
.success-msg {
  font-size: 14px;
  font-weight: 300;
  color: rgba(245, 242, 236, 0.55);
  line-height: 1.7;
}
.success-state.dark .success-msg {
  color: rgba(10, 10, 10, 0.5);
}
.success-state.dark .success-title {
  color: var(--black);
}

/* FOOTER */
footer {
  background: var(--black);
  border-top: 1px solid var(--border);
  padding: 56px 56px 32px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 32px;
}
.footer-brand .logo {
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  letter-spacing: 3px;
  color: var(--white);
  display: block;
  margin-bottom: 12px;
}
.footer-brand .logo span {
  color: var(--orange);
}
.footer-brand p {
  font-size: 14px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.7;
  max-width: 240px;
}
.footer-col h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
}
.footer-col ul {
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 14px;
  color: var(--gray);
  text-decoration: none;
  font-weight: 300;
  transition: color 0.2s;
}
.footer-col ul li a:hover {
  color: var(--orange);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.5px;
}
.footer-tagline {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--orange);
}

/* ANIMATIONS */
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  nav,
  .page-header {
    padding-left: 28px;
    padding-right: 28px;
  }
  .page-contact .page-header,
  .page-audit .page-header {
    padding-left: 28px;
    padding-right: 28px;
  }
  .contact-wrap {
    grid-template-columns: 1fr;
  }
  .contact-left,
  .contact-right {
    padding: 60px 28px;
  }
  .contact-left {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .contact-info-strip {
    flex-direction: column;
  }
  .info-item {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .info-item:last-child {
    border-bottom: none;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  nav {
    padding: 16px 20px;
  }
  .nav-links {
    display: none;
  }
  .page-header {
    padding: 140px 20px 56px;
  }
  .page-contact .page-header,
  .page-audit .page-header {
    padding: 140px 20px 64px;
  }
  .contact-left,
  .contact-right {
    padding: 48px 20px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  footer {
    padding: 40px 20px 24px;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
}
/* ========== page-blog ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --black: #0a0a0a;
  --white: #f5f2ec;
  --cream: #f0ead8;
  --orange: #e8500a;
  --orange2: #ff6b1a;
  --gray: #888880;
  --border: #2a2a28;
  --border-light: #e0dbd0;
  --light-bg: #f5f2ec;
  --light-ink: #0a0a0a;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Barlow", sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  cursor: none;
}

.cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  background: var(--orange);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s;
}
.cursor-ring {
  position: fixed;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(232, 80, 10, 0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 56px;
  border-bottom: 1px solid var(--border);
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(12px);
}
.nav-logo {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  letter-spacing: 3px;
  color: var(--white);
  text-decoration: none;
}
.nav-logo span {
  color: var(--orange);
}
.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gray);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
}
.nav-cta {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--orange);
  color: var(--white);
  border: none;
  padding: 11px 28px;
  border-radius: 2px;
  cursor: none;
  transition:
    background 0.2s,
    transform 0.1s;
  text-decoration: none;
}
.nav-cta:hover {
  background: var(--orange2);
  transform: translateY(-1px);
}

/* TICKER */
.ticker {
  background: var(--orange);
  padding: 14px 0;
  overflow: hidden;
}
.ticker-inner {
  display: flex;
  animation: ticker 22s linear infinite;
  width: max-content;
}
.ticker-item {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
}
.ticker-item::after {
  content: "✦";
  font-size: 10px;
  opacity: 0.7;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* HERO */
.hero {
  min-height: 68vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 56px 72px;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #111108 100%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(232, 80, 10, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 80, 10, 0.06) 1px, transparent 1px);
  background-size: 80px 80px;
  animation: gridshift 20s linear infinite;
}
@keyframes gridshift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 80px 80px;
  }
}
.hero-accent {
  position: absolute;
  top: -80px;
  right: -60px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(232, 80, 10, 0.12) 0%,
    transparent 65%
  );
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.hero-tag {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: 0;
  animation: fadeup 0.7s 0.3s forwards;
}
.hero-tag::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--orange);
}
.hero-h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4rem, 10vw, 9rem);
  line-height: 0.92;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeup 0.8s 0.5s forwards;
}
.hero-h1 .outline {
  -webkit-text-stroke: 1px var(--white);
  color: transparent;
}
.hero-h1 .accent {
  color: var(--orange);
}
.hero-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 24px;
  opacity: 0;
  animation: fadeup 0.7s 0.7s forwards;
}
.hero-sub {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(245, 242, 236, 0.6);
  max-width: 500px;
}
.hero-sub strong {
  color: var(--white);
  font-weight: 500;
}
.hero-count {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
}
.hero-count span {
  color: var(--orange);
  font-size: 2rem;
  font-family: "Bebas Neue", sans-serif;
  display: block;
  line-height: 1;
}

/* FILTER BAR */
.filter-bar {
  background: #0f0f0d;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 0 56px;
  position: sticky;
  top: 69px;
  z-index: 90;
}
.filter-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 0;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}
.filter-inner::-webkit-scrollbar {
  display: none;
}
.filter-btn {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
  border: none;
  background: transparent;
  cursor: none;
  padding: 18px 22px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: all 0.2s;
}
.filter-btn:hover {
  color: var(--white);
}
.filter-btn.active {
  color: var(--white);
  border-bottom-color: var(--orange);
}

/* MAIN LAYOUT */
.blog-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 56px 100px;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* FEATURED POST */
.featured-post {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 56px;
  transition: border-color 0.2s;
  text-decoration: none;
}
.featured-post:hover {
  border-color: rgba(232, 80, 10, 0.4);
}
.featured-thumb {
  min-height: 400px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #1a1008 0%, #0a0a0a 100%);
  display: flex;
  align-items: flex-end;
}
.featured-thumb-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1f0f00 0%, #3a1a00 40%, #0f0f0a 100%);
  transition: transform 0.5s ease;
}
.featured-post:hover .featured-thumb-bg {
  transform: scale(1.04);
}
.featured-thumb-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(232, 80, 10, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 80, 10, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
}
.featured-thumb-label {
  position: relative;
  padding: 28px 32px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 6rem;
  line-height: 0.85;
  letter-spacing: 2px;
  color: rgba(232, 80, 10, 0.15);
  user-select: none;
}
.featured-content {
  padding: 44px 40px;
  background: #0f0f0d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 20px;
}
.featured-badge::before {
  content: "★";
  font-size: 9px;
}
.post-cat {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 14px;
}
.cat-design {
  background: rgba(232, 80, 10, 0.15);
  color: var(--orange);
}
.cat-social {
  background: rgba(99, 179, 237, 0.12);
  color: #63b3ed;
}
.cat-marketing {
  background: rgba(154, 230, 180, 0.12);
  color: #68d391;
}
.cat-strategy {
  background: rgba(183, 148, 244, 0.12);
  color: #b794f4;
}
.cat-local {
  background: rgba(246, 224, 94, 0.12);
  color: #f6e05e;
}

.featured-content h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: 1px;
  color: var(--white);
  margin-bottom: 16px;
}
.featured-content p {
  font-size: 15px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.75;
  margin-bottom: 28px;
  flex: 1;
}
.post-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.post-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.author-av {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--border);
  border: 1px solid rgba(232, 80, 10, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--orange);
  flex-shrink: 0;
}
.author-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
}
.post-date {
  font-size: 12px;
  color: var(--gray);
}
.meta-divider {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--border);
}
.post-read-time {
  font-size: 12px;
  color: var(--gray);
}
.read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
  text-decoration: none;
  transition: gap 0.2s;
}
.read-more::after {
  content: "→";
}
.featured-post:hover .read-more {
  gap: 14px;
}

/* GRID POSTS */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.post-card {
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  background: #0f0f0d;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.2s,
    background 0.2s;
  text-decoration: none;
  position: relative;
}
.post-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.post-card:hover {
  border-color: rgba(232, 80, 10, 0.3);
  background: #111;
}
.post-card:hover::after {
  transform: scaleX(1);
}
.card-thumb {
  height: 180px;
  overflow: hidden;
  position: relative;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-thumb-inner {
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-card:hover .card-thumb-inner {
  transform: scale(1.05);
}
.card-thumb-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 5rem;
  color: rgba(232, 80, 10, 0.12);
  letter-spacing: 2px;
  user-select: none;
  position: relative;
}
.card-body {
  padding: 24px 24px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-body h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.8px;
  color: var(--white);
  margin: 10px 0 10px;
  line-height: 1.1;
}
.card-body p {
  font-size: 13px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 16px;
  flex: 1;
}
.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.card-footer-meta {
  font-size: 12px;
  color: var(--gray);
}
.card-arrow {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--orange);
  transition: transform 0.2s;
}
.post-card:hover .card-arrow {
  transform: translateX(4px);
}

/* WIDE POST (2-col span) */
.post-card-wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}
.post-card-wide .card-thumb {
  height: 100%;
  min-height: 200px;
}
.post-card-wide .card-body {
  justify-content: space-between;
}
.post-card-wide .card-body h3 {
  font-size: 1.55rem;
}

/* SIDEBAR LAYOUT */
.blog-main-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  margin-bottom: 56px;
  align-items: start;
}

/* SECONDARY POSTS (next 6) */
.secondary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* SIDEBAR */
.sidebar {
}
.sidebar-widget {
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #0f0f0d;
}
.widget-header {
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
}
.popular-list {
  list-style: none;
}
.popular-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  transition: background 0.2s;
}
.popular-item:last-child {
  border-bottom: none;
}
.popular-item:hover {
  background: #131311;
}
.pop-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  color: rgba(232, 80, 10, 0.25);
  line-height: 1;
  flex-shrink: 0;
  width: 28px;
}
.pop-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 4px;
}
.pop-meta {
  font-size: 11px;
  color: var(--gray);
}

.topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 20px;
}
.topic-pill {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border: 1px solid var(--border);
  border-radius: 2px;
  color: var(--gray);
  cursor: none;
  text-decoration: none;
  transition: all 0.2s;
}
.topic-pill:hover,
.topic-pill.active {
  border-color: var(--orange);
  color: var(--orange);
}

.newsletter-widget {
  padding: 24px 20px;
}
.newsletter-widget p {
  font-size: 13px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.65;
  margin-bottom: 16px;
}
.newsletter-widget input {
  width: 100%;
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  border-radius: 2px;
  color: var(--white);
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  outline: none;
  margin-bottom: 8px;
}
.newsletter-widget input::placeholder {
  color: #444;
}
.newsletter-widget button {
  width: 100%;
  padding: 12px;
  background: var(--orange);
  color: var(--white);
  border: none;
  border-radius: 2px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: none;
  transition: background 0.2s;
}
.newsletter-widget button:hover {
  background: var(--orange2);
}

/* LOAD MORE */
.load-more-wrap {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.load-more {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid var(--border);
  color: var(--gray);
  background: transparent;
  padding: 14px 40px;
  border-radius: 2px;
  cursor: none;
  transition: all 0.2s;
}
.load-more:hover {
  border-color: var(--white);
  color: var(--white);
}

/* CTA STRIP */
.cta-strip {
  background: var(--orange);
  padding: 44px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.cta-strip h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 1px;
  color: var(--white);
}
.cta-strip p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 4px;
  font-weight: 300;
}
.cta-strip-btn {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--black);
  color: var(--white);
  border: none;
  padding: 14px 32px;
  border-radius: 2px;
  cursor: none;
  transition: opacity 0.2s;
  text-decoration: none;
  white-space: nowrap;
}
.cta-strip-btn:hover {
  opacity: 0.8;
}

/* FOOTER */
footer {
  background: var(--black);
  border-top: 1px solid var(--border);
  padding: 56px 56px 32px;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand .logo {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  color: var(--white);
}
.footer-brand .logo span {
  color: var(--orange);
}
.footer-brand p {
  font-size: 14px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.7;
  margin-top: 12px;
  max-width: 280px;
}
.footer-col h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 18px;
}
.footer-col ul {
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 14px;
  font-weight: 300;
  color: rgba(245, 242, 236, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col ul li a:hover {
  color: var(--white);
}
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-copy {
  font-size: 13px;
  color: var(--gray);
}
.footer-tagline {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
}

@media (max-width: 900px) {
  nav,
  footer,
  .blog-body,
  .cta-strip {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero {
    padding-left: 24px;
    padding-right: 24px;
  }
  .filter-bar {
    padding: 0 24px;
  }
  .nav-links {
    display: none;
  }
  .featured-post,
  .blog-main-layout,
  .posts-grid,
  .secondary-grid,
  .footer-top {
    grid-template-columns: 1fr;
  }
  .post-card-wide {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }
  .post-card-wide .card-thumb {
    height: 180px;
  }
}
/* ========== page-blog-detail ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --black: #0a0a0a;
  --white: #f5f2ec;
  --cream: #f0ead8;
  --orange: #e8500a;
  --orange2: #ff6b1a;
  --gray: #888880;
  --border: #2a2a28;
  --border-light: #e0dbd0;
  --light-bg: #f5f2ec;
  --light-ink: #0a0a0a;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Barlow", sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  cursor: none;
}

.cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  background: var(--orange);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s;
}
.cursor-ring {
  position: fixed;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(232, 80, 10, 0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease;
}

/* PROGRESS BAR */
.read-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: var(--orange);
  z-index: 200;
  transition: width 0.1s linear;
  width: 0%;
}

nav {
  position: fixed;
  top: 3px;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 56px;
  border-bottom: 1px solid var(--border);
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(12px);
}
.nav-logo {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  letter-spacing: 3px;
  color: var(--white);
  text-decoration: none;
}
.nav-logo span {
  color: var(--orange);
}
.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gray);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
}
.nav-cta {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--orange);
  color: var(--white);
  border: none;
  padding: 11px 28px;
  border-radius: 2px;
  cursor: none;
  transition: background 0.2s;
  text-decoration: none;
}
.nav-cta:hover {
  background: var(--orange2);
}

/* ARTICLE HERO */
.article-hero {
  padding-top: 103px;
  background: var(--black);
  border-bottom: 1px solid var(--border);
}
.article-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 56px 0;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.breadcrumb a {
  color: var(--gray);
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb a:hover {
  color: var(--white);
}
.breadcrumb-sep {
  color: var(--border);
  font-size: 16px;
}
.breadcrumb-current {
  color: var(--orange);
}

.post-cat {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.cat-design {
  background: rgba(232, 80, 10, 0.15);
  color: var(--orange);
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.article-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.6rem, 5.5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: 1.5px;
  color: var(--white);
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeup 0.8s 0.2s forwards;
}
.article-title .accent {
  color: var(--orange);
}
.article-subtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(245, 242, 236, 0.6);
  margin-bottom: 36px;
  max-width: 620px;
  opacity: 0;
  animation: fadeup 0.7s 0.4s forwards;
}
.article-byline {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 24px 0;
  border-top: 1px solid var(--border);
  opacity: 0;
  animation: fadeup 0.6s 0.6s forwards;
}
.byline-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.byline-av {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1a1a18;
  border: 1px solid var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--orange);
  flex-shrink: 0;
}
.byline-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
}
.byline-role {
  font-size: 12px;
  color: var(--gray);
}
.byline-divider {
  width: 1px;
  height: 32px;
  background: var(--border);
}
.byline-meta {
  font-size: 13px;
  color: var(--gray);
}
.byline-meta strong {
  color: var(--white);
}
.byline-share {
  margin-left: auto;
  display: flex;
  gap: 8px;
}
.share-btn {
  width: 34px;
  height: 34px;
  border: 1px solid var(--border);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--gray);
  cursor: none;
  background: transparent;
  transition: all 0.2s;
}
.share-btn:hover {
  border-color: var(--orange);
  color: var(--orange);
}

/* HERO VISUAL */
.article-hero-visual {
  margin-top: 44px;
  height: 400px;
  background: linear-gradient(145deg, #1f0f00 0%, #3a1800 50%, #0a0a0a 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-visual-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(232, 80, 10, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 80, 10, 0.07) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-visual-text {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4rem, 12vw, 10rem);
  color: rgba(232, 80, 10, 0.1);
  letter-spacing: 4px;
  user-select: none;
  position: relative;
  text-align: center;
  line-height: 0.9;
}
.hero-visual-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 300px;
  background: radial-gradient(
    ellipse,
    rgba(232, 80, 10, 0.15) 0%,
    transparent 70%
  );
}

/* ARTICLE LAYOUT */
.article-layout {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 56px 100px;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 64px;
  align-items: start;
}

/* STICKY SIDEBAR */
.article-sidebar {
  position: sticky;
  top: 100px;
}

/* TABLE OF CONTENTS */
.toc-widget {
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}
.toc-header {
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
}
.toc-list {
  list-style: none;
  padding: 12px 0;
}
.toc-item {
  display: block;
}
.toc-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 300;
  color: var(--gray);
  text-decoration: none;
  transition: all 0.2s;
  border-left: 2px solid transparent;
}
.toc-link:hover {
  color: var(--white);
  border-left-color: var(--orange);
}
.toc-link.active {
  color: var(--orange);
  border-left-color: var(--orange);
}
.toc-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--border);
  flex-shrink: 0;
}

/* ARTICLE CONTENT */
.article-content {
}
.article-content h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: 1px;
  line-height: 1;
  color: var(--white);
  margin: 52px 0 20px;
  padding-top: 8px;
}
.article-content h2:first-child {
  margin-top: 0;
}
.article-content h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
  margin: 36px 0 14px;
}
.article-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(245, 242, 236, 0.75);
  margin-bottom: 22px;
}
.article-content p strong {
  color: var(--white);
  font-weight: 500;
}
.article-content p em {
  color: var(--orange);
  font-style: normal;
}

/* CALLOUT BOX */
.callout {
  border-left: 3px solid var(--orange);
  background: rgba(232, 80, 10, 0.07);
  border-radius: 0 4px 4px 0;
  padding: 22px 24px;
  margin: 32px 0;
}
.callout p {
  font-size: 15px;
  color: var(--white);
  margin: 0;
  font-weight: 400;
  line-height: 1.7;
}
.callout-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
  display: block;
}

/* PULL QUOTE */
.pull-quote {
  border-top: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  padding: 28px 0;
  margin: 40px 0;
  text-align: center;
}
.pull-quote p {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  letter-spacing: 1px;
  line-height: 1.15;
  color: var(--white);
  margin: 0;
}
.pull-quote p span {
  color: var(--orange);
}

/* NUMBERED LIST */
.article-content ol {
  list-style: none;
  margin-bottom: 24px;
}
.article-content ol li {
  font-size: 15px;
  font-weight: 300;
  color: rgba(245, 242, 236, 0.75);
  padding: 14px 0 14px 52px;
  border-bottom: 1px solid var(--border);
  position: relative;
  line-height: 1.65;
}
.article-content ol li:last-child {
  border-bottom: none;
}
.article-content ol li::before {
  content: counter(list-item, decimal) ".";
  counter-increment: list-item;
  position: absolute;
  left: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.4rem;
  color: var(--orange);
  line-height: 1;
}
.article-content ol {
  counter-reset: list-item;
}
.article-content ol li strong {
  color: var(--white);
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

/* BULLET LIST */
.article-content ul {
  list-style: none;
  margin-bottom: 24px;
}
.article-content ul li {
  font-size: 15px;
  font-weight: 300;
  color: rgba(245, 242, 236, 0.75);
  padding: 10px 0 10px 24px;
  border-bottom: 1px solid var(--border);
  position: relative;
  line-height: 1.6;
}
.article-content ul li:last-child {
  border-bottom: none;
}
.article-content ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-size: 12px;
  padding-top: 2px;
}

/* STAT BOXES */
.stat-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 32px 0;
}
.stat-box {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 20px;
  background: #0f0f0d;
  text-align: center;
}
.stat-box strong {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 4px;
}
.stat-box span {
  font-size: 12px;
  color: var(--gray);
  font-weight: 300;
  line-height: 1.4;
}

/* DIVIDER */
.article-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.article-divider::before,
.article-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border);
}
.divider-mark {
  color: var(--orange);
  font-size: 12px;
  letter-spacing: 4px;
}

/* IMAGE PLACEHOLDER */
.article-img {
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  margin: 32px 0;
  background: linear-gradient(135deg, #1a1208, #0f0f0d);
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.article-img-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
}
.article-img-icon {
  font-size: 2.5rem;
  opacity: 0.3;
}
.article-img-caption {
  padding: 10px 16px;
  border-top: 1px solid var(--border);
  width: 100%;
  font-size: 12px;
  font-style: italic;
  color: var(--gray);
  text-align: center;
  background: #0d0d0c;
}

/* TAGS */
.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 28px 0;
  border-top: 1px solid var(--border);
  margin-top: 40px;
}
.article-tag {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border: 1px solid var(--border);
  border-radius: 2px;
  color: var(--gray);
  text-decoration: none;
  transition: all 0.2s;
}
.article-tag:hover {
  border-color: var(--orange);
  color: var(--orange);
}

/* AUTHOR BOX */
.author-box {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 28px;
  background: #0f0f0d;
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.author-box-av {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--border);
  border: 1px solid rgba(232, 80, 10, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--orange);
  flex-shrink: 0;
}
.author-box-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 4px;
}
.author-box-role {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
}
.author-box-bio {
  font-size: 13px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.65;
}

/* SIDEBAR WIDGETS (detail) */
.detail-widget {
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #0f0f0d;
}
.detail-widget-header {
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
}
.related-post {
  display: flex;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  transition: background 0.2s;
  align-items: flex-start;
}
.related-post:last-child {
  border-bottom: none;
}
.related-post:hover {
  background: #131311;
}
.related-thumb {
  width: 52px;
  height: 52px;
  border-radius: 2px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: rgba(232, 80, 10, 0.4);
}
.related-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 4px;
}
.related-meta {
  font-size: 11px;
  color: var(--gray);
}

.newsletter-widget {
  padding: 24px 20px;
}
.newsletter-widget p {
  font-size: 13px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.65;
  margin-bottom: 16px;
}
.newsletter-widget input {
  width: 100%;
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  border-radius: 2px;
  color: var(--white);
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  outline: none;
  margin-bottom: 8px;
}
.newsletter-widget input::placeholder {
  color: #444;
}
.newsletter-widget button {
  width: 100%;
  padding: 12px;
  background: var(--orange);
  color: var(--white);
  border: none;
  border-radius: 2px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: none;
  transition: background 0.2s;
}
.newsletter-widget button:hover {
  background: var(--orange2);
}

/* POST NAV */
.post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  border-top: 1px solid var(--border);
  max-width: 1100px;
  margin: 0 auto;
}
.post-nav-item {
  padding: 32px 56px;
  background: #0f0f0d;
  text-decoration: none;
  transition: background 0.2s;
}
.post-nav-item:hover {
  background: #131311;
}
.post-nav-item:first-child {
  border-right: 1px solid var(--border);
}
.nav-dir {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 10px;
  display: block;
}
.nav-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.8px;
  color: var(--white);
  line-height: 1.15;
}
.post-nav-item:hover .nav-title {
  color: var(--orange);
}

/* MORE ARTICLES */
.more-section {
  background: #0a0a0a;
  border-top: 1px solid var(--border);
  padding: 80px 56px;
}
.more-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.more-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.more-header h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 1px;
  color: var(--white);
  line-height: 1;
}
.more-header a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
  text-decoration: none;
}
.more-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.more-card {
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  background: #0f0f0d;
  text-decoration: none;
  transition: border-color 0.2s;
}
.more-card:hover {
  border-color: rgba(232, 80, 10, 0.4);
}
.more-thumb {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  color: rgba(232, 80, 10, 0.12);
}
.more-body {
  padding: 20px 20px 16px;
}
.more-body h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.8px;
  color: var(--white);
  margin: 8px 0 8px;
  line-height: 1.1;
}
.more-body p {
  font-size: 13px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.6;
}
.more-footer {
  padding: 12px 20px;
  border-top: 1px solid var(--border);
  font-size: 12px;
  color: var(--gray);
  display: flex;
  justify-content: space-between;
}
.more-footer span {
  color: var(--orange);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* CTA STRIP */
.cta-strip {
  background: var(--orange);
  padding: 44px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.cta-strip h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 1px;
  color: var(--white);
}
.cta-strip p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 4px;
  font-weight: 300;
}
.cta-strip-btn {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--black);
  color: var(--white);
  border: none;
  padding: 14px 32px;
  border-radius: 2px;
  cursor: none;
  transition: opacity 0.2s;
  text-decoration: none;
  white-space: nowrap;
}
.cta-strip-btn:hover {
  opacity: 0.8;
}

/* FOOTER */
footer {
  background: var(--black);
  border-top: 1px solid var(--border);
  padding: 56px 56px 32px;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand .logo {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  color: var(--white);
}
.footer-brand .logo span {
  color: var(--orange);
}
.footer-brand p {
  font-size: 14px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.7;
  margin-top: 12px;
  max-width: 280px;
}
.footer-col h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 18px;
}
.footer-col ul {
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 14px;
  font-weight: 300;
  color: rgba(245, 242, 236, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col ul li a:hover {
  color: var(--white);
}
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-copy {
  font-size: 13px;
  color: var(--gray);
}
.footer-tagline {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
}

@media (max-width: 900px) {
  nav,
  footer,
  .more-section,
  .cta-strip,
  .post-nav .post-nav-item {
    padding-left: 24px;
    padding-right: 24px;
  }
  .nav-links {
    display: none;
  }
  .article-hero-inner,
  .article-layout {
    padding-left: 24px;
    padding-right: 24px;
  }
  .article-layout,
  .more-grid,
  .footer-top,
  .stat-boxes {
    grid-template-columns: 1fr;
  }
  .post-nav {
    grid-template-columns: 1fr;
  }
  .post-nav-item:first-child {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .byline-share {
    margin-left: 0;
  }
}
/* ========== page-project ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --black: #0a0a0a;
  --white: #f5f2ec;
  --cream: #f0ead8;
  --orange: #e8500a;
  --orange2: #ff6b1a;
  --gray: #888880;
  --border: #2a2a28;
  --border-light: #e0dbd0;
  --off: #f9f8f6;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Barlow", sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  cursor: none;
}

.cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  background: var(--orange);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s;
}
.cursor-ring {
  position: fixed;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(232, 80, 10, 0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: all 0.18s ease;
}

/* NAV */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 56px;
  border-bottom: 1px solid var(--border);
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(12px);
}
.nav-logo {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  letter-spacing: 3px;
  color: var(--white);
  text-decoration: none;
}
.nav-logo span {
  color: var(--orange);
}
.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gray);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover {
  color: var(--white);
}
.nav-cta {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--orange);
  color: var(--white);
  border: none;
  padding: 11px 28px;
  border-radius: 2px;
  cursor: none;
  transition: background 0.2s;
}
.nav-cta:hover {
  background: var(--orange2);
}

/* BACK CRUMB */
.breadcrumb {
  padding: 100px 56px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.back-link {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gray);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s;
}
.back-link:hover {
  color: var(--orange);
}
.back-link::before {
  content: "←";
  font-size: 16px;
}
.crumb-sep {
  color: var(--border);
  font-size: 14px;
}
.crumb-current {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--orange);
}

/* PROJECT HERO */
.project-hero {
  padding: 40px 56px 0;
}
.project-hero-inner {
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
}
.project-cover {
  height: 520px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1a0800, #3a1200, #1a0800);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.1);
}
.project-cover-label {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pcl-icon {
  font-size: 36px;
  opacity: 0.2;
}
.pcl-text {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.18);
  font-family: "Barlow Condensed", sans-serif;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  padding: 8px 20px;
  border-radius: 2px;
}
/* Overlay gradient at bottom */
.project-cover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(transparent, rgba(10, 10, 10, 0.9));
}

.project-meta-bar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--border);
}
.pmeta {
  padding: 20px 24px;
  border-right: 1px solid var(--border);
}
.pmeta:last-child {
  border-right: none;
}
.pmeta-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 6px;
}
.pmeta-val {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.3px;
}
.pmeta-val.orange {
  color: var(--orange);
}

/* CONTENT LAYOUT */
.project-body {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  padding: 0 56px;
  gap: 0;
  border-top: 1px solid var(--border);
  margin-top: 48px;
}
.sidebar {
  border-right: 1px solid var(--border);
  padding: 60px 48px 60px 0;
  position: sticky;
  top: 80px;
  height: fit-content;
}
.sidebar-block {
  margin-bottom: 40px;
}
.sidebar-block:last-child {
  margin-bottom: 0;
}
.sidebar-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sidebar-label::before {
  content: "";
  width: 14px;
  height: 2px;
  background: var(--orange);
}
.sidebar-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.5rem;
  color: var(--white);
  letter-spacing: 1px;
  line-height: 0.95;
  margin-bottom: 14px;
}
.sidebar-desc {
  font-size: 14px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.75;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.stag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border: 1px solid var(--border);
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.5);
}
.result-big {
  margin-top: 8px;
}
.result-big strong {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
  color: #4ade80;
  line-height: 1;
  letter-spacing: 1px;
}
.result-big span {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gray);
}
.result-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.rr {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rr-label {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gray);
}
.rr-val {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #4ade80;
}

/* MAIN CONTENT */
.main-content {
  padding: 60px 0 60px 56px;
}
.content-section {
  margin-bottom: 64px;
}
.content-section:last-child {
  margin-bottom: 0;
}
.cs-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  margin-bottom: -16px;
}
.cs-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cs-label::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--orange);
}
.cs-h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  color: var(--white);
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  line-height: 1.05;
}
.cs-body {
  font-size: 15px;
  font-weight: 300;
  color: rgba(245, 242, 236, 0.62);
  line-height: 1.85;
}
.cs-body p {
  margin-bottom: 14px;
}
.cs-body p:last-child {
  margin-bottom: 0;
}
.cs-body strong {
  color: var(--white);
  font-weight: 500;
}

/* IMAGE PLACEHOLDERS */
.img-single {
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  margin: 28px 0;
  background: linear-gradient(135deg, #111108, #1a0800);
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.img-double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 28px 0;
}
.img-double .img-ph {
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.img-ph-icon {
  font-size: 28px;
  opacity: 0.2;
}
.img-ph-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.15);
}
.img-caption {
  font-size: 12px;
  color: var(--gray);
  margin-top: -16px;
  margin-bottom: 28px;
  font-style: italic;
}

/* CHALLENGE/SOLUTION BLOCKS */
.cs-twocol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 20px 0;
}
.cstc {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 24px;
}
.cstc h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cstc.challenge h4 {
  color: rgba(255, 100, 100, 0.7);
}
.cstc.solution h4 {
  color: #4ade80;
}
.cstc ul {
  list-style: none;
}
.cstc ul li {
  font-size: 14px;
  font-weight: 300;
  color: rgba(245, 242, 236, 0.55);
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 10px;
}
.cstc ul li:last-child {
  border-bottom: none;
}
.cstc.challenge ul li::before {
  content: "✕";
  font-size: 11px;
  color: rgba(255, 100, 100, 0.6);
  flex-shrink: 0;
  margin-top: 3px;
}
.cstc.solution ul li::before {
  content: "✓";
  font-size: 11px;
  color: #4ade80;
  flex-shrink: 0;
  margin-top: 3px;
}

/* PROCESS STEPS */
.process-list {
  margin: 20px 0;
}
.plist-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.plist-item:last-child {
  border-bottom: none;
}
.plist-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  color: var(--orange);
  line-height: 1;
}
.plist-body h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 6px;
}
.plist-body p {
  font-size: 14px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.7;
}

/* RESULTS BLOCK */
.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border);
  margin: 20px 0;
  border-radius: 4px;
  overflow: hidden;
}
.rg-item {
  background: var(--black);
  padding: 28px 24px;
}
.rg-item strong {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  color: #4ade80;
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: 1px;
}
.rg-item span {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gray);
}

/* DELIVERABLES */
.deliv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 20px 0;
}
.deliv-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-radius: 4px;
}
.deliv-icon {
  font-size: 18px;
  flex-shrink: 0;
}
.deliv-text {
  font-size: 14px;
  font-weight: 400;
  color: rgba(245, 242, 236, 0.7);
}

/* QUOTE BLOCK */
.client-quote {
  border-left: 3px solid var(--orange);
  padding: 24px 28px;
  background: rgba(232, 80, 10, 0.06);
  border-radius: 0 4px 4px 0;
  margin: 28px 0;
}
.client-quote p {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  color: rgba(245, 242, 236, 0.85);
  line-height: 1.75;
}
.client-quote cite {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 600;
}

/* NEXT PROJECT */
.next-project {
  margin: 0 56px;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
  margin-bottom: 2px;
}
.np-info {
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.np-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 12px;
}
.np-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.5rem;
  color: var(--white);
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 8px;
}
.np-desc {
  font-size: 14px;
  font-weight: 300;
  color: var(--gray);
}
.np-arrow {
  padding: 48px;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: var(--white);
  cursor: none;
  transition: background 0.2s;
  text-decoration: none;
}
.np-arrow:hover {
  background: var(--orange2);
}

/* ALL WORK LINK */
.all-work-link {
  display: flex;
  justify-content: center;
  padding: 36px;
  border-top: 1px solid var(--border);
}
.all-work-link a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s;
}
.all-work-link a::before {
  content: "←";
}
.all-work-link a:hover {
  color: var(--orange);
}

/* FOOTER */
footer {
  background: var(--black);
  border-top: 1px solid var(--border);
  padding: 44px 56px 28px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}
.footer-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.18);
}
.footer-tagline {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--orange);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
}
.footer-brand .logo {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  letter-spacing: 3px;
  color: var(--white);
  display: block;
  margin-bottom: 10px;
}
.footer-brand .logo span {
  color: var(--orange);
}
.footer-brand p {
  font-size: 14px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.7;
  max-width: 230px;
}
.footer-col h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 18px;
}
.footer-col ul {
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 9px;
}
.footer-col ul li a {
  font-size: 13px;
  color: var(--gray);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col ul li a:hover {
  color: var(--orange);
}

/* REVEAL */
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadein {
  opacity: 0;
  animation: fadeup 0.8s forwards;
}
.fadein-1 {
  animation-delay: 0.15s;
}
.fadein-2 {
  animation-delay: 0.3s;
}
.fadein-3 {
  animation-delay: 0.45s;
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  nav,
  footer,
  .breadcrumb,
  .project-hero,
  .all-work-link {
    padding-left: 24px;
    padding-right: 24px;
  }
  .next-project {
    margin-left: 24px;
    margin-right: 24px;
  }
  .project-body {
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }
  .sidebar {
    position: static;
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 40px 0;
  }
  .main-content {
    padding: 40px 0;
  }
  .project-meta-bar {
    grid-template-columns: 1fr 1fr;
  }
  .cs-twocol,
  .results-grid,
  .deliv-grid {
    grid-template-columns: 1fr;
  }
  .nav-links {
    display: none;
  }
}
@media (max-width: 600px) {
  .breadcrumb,
  .project-hero,
  .project-body,
  .next-project,
  .all-work-link,
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .next-project {
    margin-left: 20px;
    margin-right: 20px;
  }
  .img-double {
    grid-template-columns: 1fr;
  }
  .project-meta-bar {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
}
