/* ============================================================
   LetsBrand Ltd — Main Stylesheet
   ============================================================ */

/* Grift Font */
@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   CSS Custom Properties
   ============================================================ */
:root {
  /* Warm dark backgrounds — rich, amber-grounded, not cold */
  --bg-primary:    #141008;
  --bg-secondary:  #1C1912;
  --bg-card:       #22201A;
  --bg-elevated:   #2A271F;
  --bg-highlight:  #333028;

  --accent-purple: #FCB841;
  --accent-pink:   #4E4E4F;
  --accent-gold:   #FCB841;
  --accent-cyan:   #00E5FF;
  --accent-green:  #00E096;

  --grad-primary:  linear-gradient(135deg, #FCB841 0%, #D4881E 100%);
  --grad-warm:     linear-gradient(135deg, #D4881E 0%, #FCB841 100%);
  --grad-cool:     linear-gradient(135deg, #00E5FF 0%, #FCB841 100%);
  --grad-card:     linear-gradient(135deg, rgba(252,184,65,0.10) 0%, rgba(78,78,79,0.06) 100%);

  /* Warm cream-white text — matches light mode warmth, inverted */
  --text-primary:  #F2EDE4;
  --text-secondary:#B5AA98;
  --text-muted:    #756D62;
  --text-inverse:  #141008;

  /* Warm-tinted borders */
  --border-subtle: rgba(255,240,210,0.06);
  --border-medium: rgba(255,240,210,0.11);
  --border-accent: rgba(252,184,65,0.35);
  --border-glow:   rgba(252,184,65,0.6);

  --glass-bg:      rgba(255,245,220,0.04);
  --glass-border:  rgba(255,245,220,0.08);

  --font-display:  'Grift', sans-serif;
  --font-body:     'Grift', sans-serif;
  --font-accent:   'Grift', sans-serif;

  --nav-h:         76px;
  --container-max: 1320px;
  --container-pad: clamp(1.5rem, 4vw, 3rem);

  --radius-xs:  4px;
  --radius-sm:  8px;
  --radius-md:  16px;
  --radius-lg:  24px;
  --radius-xl:  40px;
  --radius-full:9999px;

  --shadow-sm:    0 2px 16px rgba(78,78,79,0.4);
  --shadow-md:    0 8px 40px rgba(78,78,79,0.5);
  --shadow-lg:    0 20px 80px rgba(78,78,79,0.6);
  --shadow-accent:0 8px 40px rgba(252,184,65,0.35);
  --shadow-pink:  0 8px 40px rgba(78,78,79,0.3);
  --shadow-glow:  0 0 80px rgba(252,184,65,0.12);

  --ease-out:     cubic-bezier(0.16,1,0.3,1);
  --ease-bounce:  cubic-bezier(0.34,1.56,0.64,1);
  --ease-smooth:  cubic-bezier(0.4,0,0.2,1);

  --t-fast:  150ms var(--ease-smooth);
  --t-base:  300ms var(--ease-smooth);
  --t-slow:  600ms var(--ease-out);
  --t-veryslow: 900ms var(--ease-out);
}

[data-theme="light"] {
  /* Warm cream backgrounds */
  --bg-primary:    #F9F5EE;
  --bg-secondary:  #F3EDE3;
  --bg-card:       #FDFAF5;
  --bg-elevated:   #EDE5D8;
  --bg-highlight:  #E5DAC8;

  /* Warm near-black text */
  --text-primary:  #1C1812;
  --text-secondary:#5C5248;
  --text-muted:    #9A9088;
  --text-inverse:  #F9F5EE;

  /* Darkened gold — readable on cream (4.1:1 contrast on headings) */
  --accent-purple: #8A6200;
  --accent-gold:   #8A6200;
  --accent-pink:   #4E4E4F;
  --grad-primary:  linear-gradient(135deg, #FCB841 0%, #D4881E 100%);
  --grad-warm:     linear-gradient(135deg, #D4881E 0%, #FCB841 100%);
  --grad-cool:     linear-gradient(135deg, #C8940A 0%, #D4881E 100%);
  --grad-card:     linear-gradient(135deg, rgba(200,148,10,0.08) 0%, rgba(78,78,79,0.04) 100%);

  /* Warm-tinted borders */
  --border-subtle: rgba(60,40,10,0.07);
  --border-medium: rgba(60,40,10,0.13);
  --border-accent: rgba(166,114,0,0.28);
  --border-glow:   rgba(166,114,0,0.50);

  /* Warm glass */
  --glass-bg:      rgba(253,250,245,0.65);
  --glass-border:  rgba(60,40,10,0.09);

  /* Warm-tinted shadows */
  --shadow-sm:     0 2px 16px rgba(60,40,10,0.07);
  --shadow-md:     0 8px 40px rgba(60,40,10,0.11);
  --shadow-lg:     0 20px 80px rgba(60,40,10,0.15);
  --shadow-accent: 0 8px 40px rgba(166,114,0,0.22);
  --shadow-pink:   0 8px 40px rgba(78,78,79,0.14);
  --shadow-glow:   0 0 80px rgba(166,114,0,0.10);
}

/* ============================================================
   Reset & Base
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-h);
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  transition: background var(--t-base), color var(--t-base);
  cursor: none;
}

body.menu-open { overflow: hidden; }

/* ── Subtle grain texture — canvas depth across both modes ── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9990;
  opacity: 0.028;
  transition: opacity var(--t-slow);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
  background-repeat: repeat;
}
[data-theme="light"] body::before { opacity: 0.038; }

img, video { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: none; border: none; background: none; font-family: inherit; }
ul, ol { list-style: none; }
input, textarea, select { font-family: inherit; }

::selection {
  background: var(--accent-purple);
  color: #fff;
}

[data-theme="light"] ::selection {
  background: #FCB841;
  color: #111;
}

/* ============================================================
   Custom Cursor
   ============================================================ */
.cursor-dot {
  position: fixed;
  width: 14px; height: 14px;
  background: #FCB841;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.25s var(--ease-out), height 0.25s var(--ease-out), opacity 0.2s, box-shadow 0.3s;
  box-shadow: 0 0 14px rgba(252,184,65,0.55), 0 0 32px rgba(252,184,65,0.20);
}

.cursor-ring {
  display: none;
}

.cursor-dot.active {
  width: 10px; height: 10px;
  box-shadow: 0 0 10px rgba(252,184,65,0.4), 0 0 24px rgba(252,184,65,0.15);
}

/* ============================================================
   Scrollbar
   ============================================================ */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--bg-primary); }
::-webkit-scrollbar-thumb { background: var(--accent-purple); border-radius: 2px; }

/* ============================================================
   Typography
   ============================================================ */
.font-display { font-family: var(--font-display); }
.font-accent  { font-family: var(--font-accent); }

/* ── Heading base: mirrors the logo's tight, confident stacking ── */
h1, h2, h3, h4, h5 {
  font-family:    var(--font-display);
  font-weight:    800;
  line-height:    0.97;
  letter-spacing: -0.035em;
}

/* Display scale — reduced leading, slightly larger, logo-tight */
.display-xl { font-size: clamp(4rem, 7vw, 7.5rem);    font-weight: 800; letter-spacing: -0.048em; line-height: 0.88; }
.display-lg { font-size: clamp(3.25rem, 7.5vw, 8rem);  font-weight: 800; letter-spacing: -0.042em; line-height: 0.90; }
.display-md { font-size: clamp(2.75rem, 5.5vw, 5.5rem);font-weight: 800; letter-spacing: -0.036em; line-height: 0.93; }
.display-sm { font-size: clamp(2.25rem, 4.5vw, 4rem);  font-weight: 800; letter-spacing: -0.030em; line-height: 0.95; }
.heading-lg { font-size: clamp(2rem, 3.5vw, 3rem);     font-weight: 700; letter-spacing: -0.025em; line-height: 1.00; }
.heading-md { font-size: clamp(1.4rem, 2.5vw, 2rem);   font-weight: 700; letter-spacing: -0.018em; line-height: 1.05; }
.heading-sm { font-size: 1.25rem;                       font-weight: 700; letter-spacing: -0.012em; line-height: 1.10; }

.body-lg  { font-size: 1.125rem; line-height: 1.75; }
.body-md  { font-size: 1rem; line-height: 1.7; }
.body-sm  { font-size: 0.875rem; line-height: 1.6; }

.text-primary  { color: var(--text-primary); }
.text-secondary{ color: var(--text-secondary); }
.text-muted    { color: var(--text-muted); }
.text-accent   { color: var(--accent-purple); }
.text-pink     { color: var(--accent-pink); }
.text-gold     { color: var(--accent-gold); }

.text-gradient,
.text-gradient-warm {
  color: var(--accent-purple);
}

/* ============================================================
   Layout
   ============================================================ */
.container {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

.container-wide { max-width: 1600px; margin-inline: auto; padding-inline: var(--container-pad); }
.container-narrow { max-width: 860px; margin-inline: auto; padding-inline: var(--container-pad); }

.section { padding-block: clamp(5rem, 10vw, 9rem); }
.section-sm { padding-block: clamp(3rem, 6vw, 5rem); }

.grid    { display: grid; }
.flex    { display: flex; }
.flex-center  { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.flex-col { flex-direction: column; }
.gap-sm { gap: 1rem; }
.gap-md { gap: 2rem; }
.gap-lg { gap: 3rem; }
.gap-xl { gap: 5rem; }

.text-center { text-align: center; }

/* ============================================================
   Section Labels
   ============================================================ */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-accent);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent-purple);
  margin-bottom: 1.25rem;
}

.section-label::before {
  content: '';
  display: block;
  width: 24px; height: 2px;
  background: var(--grad-primary);
  border-radius: 1px;
}

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  border-radius: var(--radius-full);
  font-family: var(--font-accent);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all var(--t-base);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  cursor: none;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity var(--t-base);
}

.btn:hover::after { opacity: 1; }

.btn-primary {
  background: var(--grad-primary);
  color: #111;
  box-shadow: var(--shadow-accent);
}

.btn-primary::after { background: rgba(255,255,255,0.12); }
.btn-primary:hover  { transform: translateY(-2px); box-shadow: 0 12px 48px rgba(252,184,65,0.45); }
.btn-primary:active { transform: translateY(0); }

.btn-secondary {
  background: transparent;
  color: var(--text-primary);
  border: 1.5px solid var(--border-medium);
}

.btn-secondary::after { background: rgba(255,255,255,0.05); }
.btn-secondary:hover  { border-color: var(--accent-purple); transform: translateY(-2px); }

.btn-ghost {
  background: var(--glass-bg);
  color: var(--text-primary);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px);
}

.btn-ghost:hover { background: rgba(252,184,65,0.12); border-color: var(--border-accent); }

.btn-gold {
  background: linear-gradient(135deg, #FCB841, #FF8A00);
  color: #4e4e4f;
  box-shadow: 0 8px 32px rgba(252,184,65,0.35);
}

.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 48px rgba(252,184,65,0.5); }

.btn-lg { padding: 1.125rem 2.5rem; font-size: 1rem; }
.btn-sm { padding: 0.625rem 1.5rem; font-size: 0.8rem; }

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  padding: 0;
  border-radius: 50%;
}

/* ============================================================
   Navigation
   ============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-h);
  z-index: 1000;
  display: flex;
  align-items: center;
  transition: background var(--t-base), border-color var(--t-base), box-shadow var(--t-base);
}

.nav.scrolled {
  background: rgba(6,6,10,0.85);
  border-bottom: 1px solid var(--border-subtle);
  box-shadow: 0 4px 40px rgba(78,78,79,0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

[data-theme="light"] .nav.scrolled {
  background: rgba(244,244,252,0.85);
}

.nav > .container {
  width: 100%;
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.nav__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav__logo-img {
  height: 30px;
  width: auto;
  display: block;
  /* logo is charcoal — invert to white on dark backgrounds */
  filter: brightness(0) invert(1);
  transition: filter var(--t-base);
}

[data-theme="light"] .nav__logo-img {
  filter: none;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
}

.nav__link {
  position: relative;
  padding: 0.4rem 0.75rem;
  font-family: var(--font-accent);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-secondary);
  transition: color var(--t-fast);
  border-radius: var(--radius-sm);
}

.nav__link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%; right: 50%;
  height: 2px;
  background: var(--grad-primary);
  border-radius: 1px;
  transition: left var(--t-base), right var(--t-base);
}

.nav__link:hover,
.nav__link.active { color: var(--text-primary); }

.nav__link:hover::after,
.nav__link.active::after { left: 0.875rem; right: 0.875rem; }

.nav__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.theme-toggle {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--text-secondary);
  transition: all var(--t-base);
  cursor: none;
}

.theme-toggle:hover {
  background: rgba(252,184,65,0.12);
  border-color: var(--border-accent);
  color: var(--accent-purple);
}

.nav__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 44px;
  background: none;
  border: none;
  cursor: none;
  padding: 10px;
}

.nav__hamburger span {
  display: block;
  height: 2px;
  background: var(--text-primary);
  border-radius: 1px;
  transition: transform var(--t-base), opacity var(--t-fast);
}

.nav__hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav__hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Menu */
.nav__mobile {
  position: fixed;
  inset: 0;
  background: var(--bg-primary);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all var(--t-slow);
}

.nav__mobile.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav__mobile-link {
  font-family: var(--font-display);
  font-size: clamp(2rem, 8vw, 4rem);
  font-weight: 800;
  color: var(--text-secondary);
  transition: color var(--t-fast);
  letter-spacing: -0.02em;
}

.nav__mobile-link:hover { color: var(--text-primary); }

/* ============================================================
   Hero — Canvas + Content
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding-top: var(--nav-h);
}

#hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
}

.hero__noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  padding-block: clamp(3rem, 8vh, 6rem);
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-full);
  padding: 0.5rem 1rem 0.5rem 0.625rem;
  font-family: var(--font-accent);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  backdrop-filter: blur(10px);
  margin-bottom: 2rem;
}

.hero__eyebrow-dot {
  width: 6px; height: 6px;
  background: var(--accent-green);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0,224,150,0.4); }
  50%       { box-shadow: 0 0 0 8px rgba(0,224,150,0); }
}

.hero__title {
  margin-bottom: 1.5rem;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}

.hero__title .line { display: block; overflow: hidden; padding-bottom: 0.15em; margin-bottom: -0.15em; }
.hero__title .line-inner { display: block; transform: translateY(100%); animation: slide-up 0.9s var(--ease-out) forwards; }
.hero__title .line:nth-child(2) .line-inner { animation-delay: 0.1s; }
.hero__title .line:nth-child(3) .line-inner { animation-delay: 0.2s; }

@keyframes slide-up {
  to { transform: translateY(0); }
}

.hero__subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--text-secondary);
  max-width: 52ch;
  margin-bottom: 2.5rem;
  line-height: 1.7;
  opacity: 0;
  animation: fade-up 0.8s var(--ease-out) 0.4s forwards;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 4rem;
  opacity: 0;
  animation: fade-up 0.8s var(--ease-out) 0.55s forwards;
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--border-subtle);
  opacity: 0;
  animation: fade-up 0.8s var(--ease-out) 0.7s forwards;
}

.hero__stat-number {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: var(--grad-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
}

.hero__stat-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-family: var(--font-accent);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  z-index: 2;
  opacity: 0;
  animation: fade-up 0.8s var(--ease-out) 1s forwards;
}

.hero__scroll-text {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-family: var(--font-accent);
}

.hero__scroll-line {
  width: 1.5px;
  height: 48px;
  background: linear-gradient(to bottom, var(--accent-purple), transparent);
  animation: scroll-line 2s ease-in-out infinite;
}

@keyframes scroll-line {
  0%, 100% { transform: scaleY(1); opacity: 1; }
  50%       { transform: scaleY(0.5); opacity: 0.4; }
}

/* ============================================================
   Marquee / Ticker
   ============================================================ */
.marquee-section {
  padding-block: 1.5rem;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  overflow: hidden;
  background: var(--bg-secondary);
}

.marquee-track {
  display: flex;
  gap: 3rem;
  animation: marquee 30s linear infinite;
  white-space: nowrap;
  width: max-content;
}

.marquee-track.reverse { animation-direction: reverse; }

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: -0.01em;
  transition: color var(--t-fast);
}

.marquee-item .dot {
  width: 6px; height: 6px;
  background: var(--grad-primary);
  border-radius: 50%;
  flex-shrink: 0;
}

.marquee-item:hover { color: var(--text-primary); }

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   Cards
   ============================================================ */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: all var(--t-base);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--grad-card);
  opacity: 0;
  transition: opacity var(--t-base);
}

.card:hover {
  border-color: var(--border-accent);
  transform: translateY(-4px);
  box-shadow: var(--shadow-accent);
}

.card:hover::before { opacity: 1; }

.card__icon {
  width: 52px; height: 52px;
  border-radius: var(--radius-md);
  background: rgba(252,184,65,0.15);
  border: 1px solid rgba(252,184,65,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

/* ============================================================
   Featured Work / Portfolio Grid
   ============================================================ */
.work-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
}

.work-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  cursor: none;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
}

.work-item--large   { grid-column: span 7; }
.work-item--medium  { grid-column: span 5; }
.work-item--full    { grid-column: span 12; }
.work-item--third   { grid-column: span 4; }

.work-item__visual {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}

.work-item--large .work-item__visual  { aspect-ratio: 16/10; }
.work-item--full  .work-item__visual  { aspect-ratio: 21/9; }

.work-visual {
  width: 100%; height: 100%;
  transition: transform 0.6s var(--ease-out);
}

.work-item:hover .work-visual { transform: scale(1.05); }

.work-item__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6,6,10,0.9) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--t-base);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.75rem;
}

.work-item:hover .work-item__overlay { opacity: 1; }

.work-item__info {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid var(--border-subtle);
}

.work-item__category {
  font-size: 0.7rem;
  font-family: var(--font-accent);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-purple);
  margin-bottom: 0.25rem;
}

.work-item__title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
}

/* Portfolio filter */
.portfolio-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}

.filter-btn {
  padding: 0.5rem 1.25rem;
  border-radius: var(--radius-full);
  font-family: var(--font-accent);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary);
  border: 1px solid var(--border-medium);
  background: transparent;
  transition: all var(--t-base);
  cursor: none;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--grad-primary);
  border-color: transparent;
  color: #fff;
  box-shadow: var(--shadow-accent);
}

/* ============================================================
   Services Grid
   ============================================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}

.service-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 2rem;
  overflow: hidden;
  transition: all var(--t-base);
  cursor: none;
}

.service-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-base);
}

.service-card:hover {
  border-color: var(--border-accent);
  transform: translateY(-4px);
  box-shadow: var(--shadow-accent);
}

.service-card:hover::after { transform: scaleX(1); }

.service-card__icon {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
  display: block;
}

.service-card__title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.service-card__desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.service-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(252,184,65,0.12);
  border: 1px solid rgba(252,184,65,0.2);
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-family: var(--font-accent);
  font-weight: 600;
  color: var(--accent-purple);
}

/* ============================================================
   Testimonials
   ============================================================ */
.testimonials-carousel {
  position: relative;
  overflow: hidden;
}

.testimonials-track {
  display: flex;
  transition: transform 0.6s var(--ease-out);
}

.testimonial-card {
  min-width: 100%;
  padding: 2.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
}

@media (min-width: 768px) {
  .testimonials-track { gap: 1.5rem; }
  .testimonial-card { min-width: calc(50% - 0.75rem); }
}

@media (min-width: 1100px) {
  .testimonial-card { min-width: calc(33.333% - 1rem); }
}

.testimonial-quote {
  font-size: 1.75rem;
  line-height: 1;
  color: var(--accent-purple);
  font-family: var(--font-display);
  margin-bottom: 1.25rem;
  display: block;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-secondary);
  margin-bottom: 1.75rem;
  font-style: italic;
}

.testimonial-stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
  color: var(--accent-gold);
  font-size: 0.875rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.testimonial-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  flex-shrink: 0;
}

.testimonial-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
}

.testimonial-role { font-size: 0.8rem; color: var(--text-muted); }

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.carousel-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  font-size: 1rem;
  transition: all var(--t-base);
  cursor: none;
}

.carousel-btn:hover {
  background: var(--grad-primary);
  border-color: transparent;
  color: #fff;
  box-shadow: var(--shadow-accent);
}

.carousel-dots {
  display: flex;
  gap: 0.5rem;
}

.carousel-dot {
  width: 6px; height: 6px;
  border-radius: 3px;
  background: var(--text-muted);
  transition: all var(--t-base);
  cursor: none;
}

.carousel-dot.active {
  width: 24px;
  background: var(--accent-purple);
}

/* ============================================================
   Process Steps
   ============================================================ */
.process-steps {
  display: grid;
  gap: 2rem;
}

.process-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: 2rem;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  transition: all var(--t-base);
}

.process-step:hover {
  border-color: var(--border-accent);
  box-shadow: var(--shadow-accent);
}

.process-step::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--grad-primary);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform var(--t-slow);
}

.process-step:hover::before { transform: scaleY(1); }

.process-step__number {
  width: 64px; height: 64px;
  border-radius: var(--radius-md);
  background: rgba(252,184,65,0.1);
  border: 1px solid rgba(252,184,65,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  background: var(--grad-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.process-step__title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.process-step__desc { color: var(--text-secondary); line-height: 1.7; }

/* ============================================================
   Stats Section
   ============================================================ */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
}

.stat-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  transition: all var(--t-base);
}

.stat-card:hover {
  border-color: var(--border-accent);
  transform: translateY(-4px);
}

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  background: var(--grad-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-family: var(--font-accent);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ============================================================
   CTA Banner
   ============================================================ */
.cta-banner {
  padding: clamp(3rem, 8vw, 6rem);
  background: var(--bg-secondary);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(252,184,65,0.15) 0%, transparent 70%);
  pointer-events: none;
}

/* ============================================================
   Contact Form
   ============================================================ */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-label {
  font-family: var(--font-accent);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 0.875rem 1.125rem;
  background: var(--bg-card);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  font-size: 0.95rem;
  transition: all var(--t-base);
  outline: none;
  appearance: none;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: var(--accent-purple);
  box-shadow: 0 0 0 3px rgba(252,184,65,0.15);
  background: var(--bg-elevated);
}

.form-input::placeholder,
.form-textarea::placeholder { color: var(--text-muted); }

.form-textarea { resize: vertical; min-height: 140px; }

/* ============================================================
   Footer
   ============================================================ */
.footer {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-subtle);
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.footer__grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 4rem;
  margin-bottom: 4rem;
}

.footer__brand-logo {
  margin-bottom: 1rem;
}

.footer__logo-img {
  height: 56px;
}

.footer__brand-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 30ch;
  margin-bottom: 1.5rem;
}

.footer__social {
  display: flex;
  gap: 0.75rem;
}

.footer__social-link {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: var(--text-muted);
  transition: all var(--t-base);
}

.footer__social-link:hover {
  background: rgba(252,184,65,0.15);
  border-color: var(--border-accent);
  color: var(--accent-purple);
  transform: translateY(-2px);
}

.footer__col-title {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 1.25rem;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer__link {
  font-size: 0.9rem;
  color: var(--text-muted);
  transition: color var(--t-fast);
}

.footer__link:hover { color: var(--text-primary); }

.footer__bottom {
  padding-top: 2rem;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer__copy {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.footer__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ============================================================
   Scroll Animations
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}

.reveal-left.revealed,
.reveal-right.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}

.reveal-scale.revealed { opacity: 1; transform: scale(1); }

/* Stagger delays */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }

/* ============================================================
   Utility / Helpers
   ============================================================ */
.glow-line {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--accent-purple), transparent);
  opacity: 0.4;
}

.gradient-divider {
  width: 80px; height: 4px;
  background: var(--grad-primary);
  border-radius: 2px;
  margin-inline: auto;
  margin-bottom: 1.5rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-family: var(--font-accent);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.badge-purple { background: rgba(252,184,65,0.15); color: var(--accent-purple); border: 1px solid rgba(252,184,65,0.25); }
.badge-pink   { background: rgba(78,78,79,0.12); color: var(--accent-pink);   border: 1px solid rgba(78,78,79,0.25); }
.badge-gold   { background: rgba(252,184,65,0.12);  color: var(--accent-gold);   border: 1px solid rgba(252,184,65,0.25); }
.badge-green  { background: rgba(0,224,150,0.12);  color: var(--accent-green);  border: 1px solid rgba(0,224,150,0.25); }

.divider { height: 1px; background: var(--border-subtle); margin-block: 3rem; }

/* WhatsApp float */
.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 56px; height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  box-shadow: 0 8px 32px rgba(37,211,102,0.4);
  z-index: 800;
  transition: all var(--t-base);
  cursor: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 48px rgba(37,211,102,0.5);
}

/* About page visuals */
.about-visual {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: var(--radius-xl);
  overflow: hidden;
  flex-shrink: 0;
}

.about-visual-bg {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #1A0E3D 0%, #2D1B69 50%, #0D1B3E 100%);
  position: relative;
  overflow: hidden;
}

.about-visual-bg::before {
  content: '';
  position: absolute;
  top: 20%; left: 20%;
  width: 60%; height: 60%;
  background: radial-gradient(circle, rgba(252,184,65,0.4), transparent 70%);
}

.about-visual-badge {
  position: absolute;
  bottom: 1.5rem;
  right: -1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1rem 1.25rem;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-md);
}

/* ── Cursor: Label Text ──────────────────────────────────── */
.cursor-ring::after {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-purple);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  white-space: nowrap;
}
.cursor-ring.cursor--labelled {
  width: 72px;
  height: 72px;
  border-color: var(--accent-purple);
  background: rgba(252,184,65,0.06);
}
.cursor-ring.cursor--labelled::after { opacity: 1; }

/* ── Cursor: Click Ripple ────────────────────────────────── */
.cursor-ripple {
  position: fixed;
  width: 8px; height: 8px;
  border-radius: 50%;
  border: 1.5px solid rgba(252,184,65,0.7);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9996;
  animation: ripple-expand 0.7s var(--ease-out) forwards;
}
@keyframes ripple-expand {
  to { width: 100px; height: 100px; opacity: 0; border-color: rgba(252,184,65,0); }
}

/* ── Portfolio: Capabilities Strip ──────────────────────── */
.capabilities-strip {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.25rem 0 1rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex-wrap: wrap;
}
.capabilities-strip::-webkit-scrollbar { display: none; }
.capability-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-medium);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-secondary);
  background: var(--bg-card);
  white-space: nowrap;
  transition: all var(--t-base);
}
.capability-pill:hover {
  border-color: var(--border-accent);
  color: var(--accent-purple);
  background: var(--bg-elevated);
}
.capability-pill-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent-purple);
  flex-shrink: 0;
}

/* ── Portfolio: Featured Work ────────────────────────────── */
.featured-work {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.featured-item {
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  cursor: none;
  transition: all var(--t-base);
  group: true;
}
.featured-item:hover { border-color: var(--border-accent); box-shadow: var(--shadow-lg); }
.featured-item__visual {
  position: relative;
  overflow: hidden;
}
.featured-item__visual-inner {
  width: 100%;
  transition: transform 0.8s var(--ease-out);
}
.featured-item:hover .featured-item__visual-inner { transform: scale(1.04); }
.featured-item__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,8,5,0.9) 0%, rgba(10,8,5,0.1) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  opacity: 0;
  transition: opacity var(--t-base);
}
.featured-item:hover .featured-item__overlay { opacity: 1; }
.featured-item__meta {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.featured-item__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-full);
  background: rgba(252,184,65,0.12);
  border: 1px solid rgba(252,184,65,0.25);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-purple);
}
.featured-item__arrow {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-medium);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem;
  transition: all var(--t-base);
  color: var(--text-secondary);
}
.featured-item:hover .featured-item__arrow {
  background: var(--accent-purple);
  border-color: var(--accent-purple);
  color: #111;
  transform: rotate(45deg);
}

/* ── Portfolio: Process Snapshots ────────────────────────── */
.process-snapshots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.snapshot-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  transition: all var(--t-base);
}
.snapshot-card:hover {
  border-color: var(--border-accent);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.snapshot-card__visual {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.snapshot-card__label {
  position: absolute;
  top: 0.75rem; left: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
}
.snapshot-card__info {
  padding: 0.875rem 1rem;
  border-top: 1px solid var(--border-subtle);
}
.snapshot-card__title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 0.2rem;
}
.snapshot-card__sub {
  font-size: 0.7rem;
  color: var(--text-muted);
}

/* ── Portfolio: Deliverables Grid ────────────────────────── */
.deliverables-section-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.deliverables-section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border-subtle);
}

@media (max-width: 900px) {
  .featured-work { grid-template-columns: 1fr; }
  .process-snapshots { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .process-snapshots { grid-template-columns: 1fr; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1100px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .work-item--large  { grid-column: span 12; }
  .work-item--medium { grid-column: span 12; }
  .work-item--third  { grid-column: span 6; }
}

@media (max-width: 900px) {
  .nav__links { display: none; }
  .nav__actions .btn { display: none; }
  .nav__hamburger { display: flex; }
  .work-item--third { grid-column: span 12; }
  .process-step { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  :root { --container-pad: 1.25rem; }
  .footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero__stats { flex-direction: column; gap: 1.5rem; }
  .work-item--large, .work-item--medium, .work-item--third, .work-item--full { grid-column: span 12; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .about-visual-badge { right: 0; }
  .cta-banner { padding: 2rem 1.5rem; }

  /* Scale down display text so nothing overflows on mobile */
  .display-xl { font-size: clamp(2.4rem, 12vw, 3.5rem); }
  .display-lg { font-size: clamp(2rem, 10vw, 3rem); }
  .display-md { font-size: clamp(1.75rem, 8vw, 2.5rem); }
  .display-sm { font-size: clamp(1.5rem, 7vw, 2rem); }
}

/* Page header for inner pages */
.page-header {
  padding-top: calc(var(--nav-h) + 5rem);
  padding-bottom: 5rem;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border-subtle);
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 50%; height: 100%;
  background: radial-gradient(ellipse at 80% 50%, rgba(252,184,65,0.08) 0%, transparent 70%);
  pointer-events: none;
}

/* ============================================================
   Geometric shapes (decorative SVG-based)
   ============================================================ */
.geo-circle {
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
}

/* Loading overlay */
.page-loader {
  position: fixed;
  inset: 0;
  background: var(--bg-primary);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  transition: opacity 0.6s var(--ease-out), visibility 0.6s;
}

.page-loader.done { opacity: 0; visibility: hidden; }

.loader-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-logo-img {
  height: 48px;
  width: auto;
}

.loader-bar {
  width: 200px; height: 2px;
  background: var(--border-subtle);
  border-radius: 1px;
  overflow: hidden;
}

.loader-bar-fill {
  height: 100%;
  background: var(--grad-primary);
  border-radius: 1px;
  animation: loader-fill 1.2s var(--ease-out) forwards;
}

@keyframes loader-fill {
  from { width: 0; }
  to   { width: 100%; }
}

/* ── Lightbox ───────────────────────────────────────────── */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}

.lightbox.open {
  opacity: 1;
  visibility: visible;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6,6,10,0.92);
  cursor: zoom-out;
}

.lightbox__close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  z-index: 2;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.lightbox__close:hover { background: rgba(255,255,255,0.2); }

.lightbox__content {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.lightbox__img {
  max-width: 90vw;
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius-lg);
  box-shadow: 0 32px 80px rgba(0,0,0,0.6);
  transform: scale(0.95);
  transition: transform 0.3s var(--ease-out);
}

.lightbox.open .lightbox__img { transform: scale(1); }

.lightbox__caption {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  font-family: var(--font-accent);
  letter-spacing: 0.04em;
}

/* Make work items clickable */
.work-item { cursor: pointer; }
.work-item__visual { cursor: zoom-in; }
