/* ============================================
   RH MEDIA — v6 Optimized
   Dark cinematic hero, massive type,
   editorial tension, hand-crafted feel
   Performance + Accessibility upgrades
   ============================================ */

:root {
  --black: #0a0a0a;
  --dark: #141414;
  --dark-mid: #1a1a1a;
  --ink: #111;
  --charcoal: #2a2a2a;
  --grey: #888;
  --grey-light: #aaa;
  --cream: #f4f1ec;
  --warm: #e8e4dd;
  --white: #fff;
  --accent: #d4b88a;
  --accent-muted: rgba(212, 184, 138, 0.15);

  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', -apple-system, sans-serif;
  --mono: 'Space Grotesk', 'SF Mono', monospace;
}

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

::selection {
  background: var(--accent);
  color: var(--black);
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body {
  font-family: var(--sans);
  color: var(--white);
  background: var(--black);
  line-height: 1.6;
  overflow-x: hidden;
  cursor: none;
}

a { text-decoration: none; color: inherit; cursor: none; }
img { display: block; max-width: 100%; height: auto; }
button { cursor: none; }

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

/* ============================================
   FOCUS VISIBLE (Accessibility)
   ============================================ */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}


/* ============================================
   SCROLL PROGRESS BAR
   ============================================ */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: var(--accent);
  z-index: 101;
  width: 0%;
  will-change: width;
  pointer-events: none;
}

/* ============================================
   CUSTOM CURSOR
   ============================================ */
.cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--accent);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.3s, border-color 0.3s, background 0.3s;
  mix-blend-mode: difference;
  will-change: left, top;
}

.cursor.hovering {
  transform: translate(-50%, -50%) scale(2.4);
  background: rgba(212, 184, 138, 0.1);
  border-color: var(--white);
}

/* ============================================
   SKIP LINK
   ============================================ */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  background: var(--accent);
  color: var(--black);
  padding: 12px 24px;
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 10000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.skip-link:focus {
  top: 16px;
}

/* ============================================
   NAV
   ============================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px clamp(24px, 4vw, 64px);
  transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1), padding 0.6s cubic-bezier(0.16, 1, 0.3, 1), backdrop-filter 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav.scrolled {
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

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

.logo-img {
  height: 28px;
  width: auto;
  display: block;
}

.logo-img--footer {
  height: 22px;
  opacity: 0.7;
}

.nav-links { display: flex; gap: 40px; }
.nav-links a {
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.02em;
  transition: color 0.3s;
  position: relative;
}
.nav-links a:hover,
.nav-links a.active { color: var(--white); }

/* Active nav indicator */
.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--accent);
}

.nav-cta {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s;
}
.nav-cta-arrow {
  font-size: 1rem;
  transition: transform 0.3s;
}
.nav-cta:hover .nav-cta-arrow { transform: translate(2px, -2px); }

/* ============================================
   HERO — dark, cinematic, massive type
   ============================================ */
.hero {
  position: relative;
  min-height: 100vh;
  background: var(--black);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.12;
  filter: grayscale(1) contrast(1.2);
  will-change: transform;
}

/* Noise texture overlay */
.hero-bg::after {
  content: '';
  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='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 2;
}

/* Gradient fade at bottom */
.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 200px;
  background: linear-gradient(to top, var(--black), transparent);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 clamp(24px, 4vw, 64px);
  max-width: 1600px;
  margin: 0 auto;
}

.hero-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

.hero-tag {
  font-family: var(--mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

.hero-h1 {
  margin-bottom: 80px;
}

.hero-line {
  display: block;
  font-family: var(--mono);
  font-size: clamp(3.5rem, 9.5vw, 9rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: var(--white);
  opacity: 0;
  transform: translateY(60px);
  animation: heroReveal 1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-line-1 { animation-delay: 0.15s; }
.hero-line-2 {
  animation-delay: 0.3s;
  padding-left: 6%;
}
.hero-line-3 { animation-delay: 0.45s; }

.hero-line em {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  color: var(--accent);
  letter-spacing: -0.02em;
}

@keyframes heroReveal {
  from { opacity: 0; transform: translateY(60px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  opacity: 0;
  animation: heroReveal 0.8s 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-sub {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.4);
  max-width: 360px;
}

.hero-scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.hero-scroll-line {
  display: block;
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--accent), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.6); }
  50% { opacity: 1; transform: scaleY(1); }
}

.hero-scroll-text {
  font-family: var(--mono);
  font-size: 0.625rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}


/* ============================================
   LOGO STRIP — social proof
   ============================================ */
.logos {
  padding: 48px clamp(24px, 4vw, 64px);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  text-align: center;
}

.logos-label {
  font-family: var(--mono);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  margin-bottom: 28px;
}

.logos-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  flex-wrap: wrap;
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px);
}

.logo-item.visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.logo-item img {
  height: 40px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.55);
  transition: filter 0.4s;
}

.logo-item:hover img {
  filter: brightness(0) invert(1) opacity(0.8);
}

/* ============================================
   SHOWREEL
   ============================================ */
.reel {
  padding: clamp(80px, 10vw, 140px) clamp(24px, 4vw, 64px);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.reel-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.reel-video {
  position: relative;
  overflow: hidden;
  margin-bottom: 56px;
  cursor: none;
}

.reel-video img {
  width: 100%;
  height: clamp(360px, 40vw, 600px);
  object-fit: cover;
  filter: grayscale(0.3) contrast(1.08);
  transition: filter 0.6s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reel-video:hover img {
  filter: grayscale(0) contrast(1.05);
  transform: scale(1.02);
}

.reel-coming-soon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  pointer-events: none;
  cursor: default;
  white-space: nowrap;
}
.reel-coming-tag {
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(212,184,138,0.4);
  padding: 8px 20px;
  backdrop-filter: blur(8px);
  background: rgba(0,0,0,0.3);
}

.reel-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  font: inherit;
}

.reel-play-icon {
  width: 72px;
  height: 72px;
  border: 1.5px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--white);
  transition: all 0.4s;
  backdrop-filter: blur(8px);
  background: rgba(0,0,0,0.2);
}

.reel-video:hover .reel-play-icon {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--black);
  transform: scale(1.1);
}

.reel-play-text {
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
}

.reel-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: 900px;
}

.reel-stat-num {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.reel-stat-label {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.5;
}

/* ============================================
   SERVICES
   ============================================ */
.services {
  background: var(--dark-mid);
  padding: clamp(100px, 12vw, 180px) clamp(24px, 4vw, 64px);
  border-top: 1px solid rgba(255,255,255,0.04);
}

.services-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: clamp(48px, 6vw, 120px);
  align-items: start;
}

.services-heading {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  line-height: 1.18;
  color: var(--white);
  margin-bottom: 20px;
}

.services-sub {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.4);
  max-width: 360px;
}

.service-item {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.service-item:first-child {
  border-top: 1px solid rgba(255,255,255,0.06);
}

.service-num {
  font-family: var(--serif);
  font-size: 0.8125rem;
  font-style: italic;
  color: var(--accent);
  flex-shrink: 0;
  padding-top: 2px;
}


/* ============================================
   SHARED
   ============================================ */
.section-tag {
  font-family: var(--mono);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  display: inline-block;
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}

.section-tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 1px;
  background: var(--accent);
}


.section-heading {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--white);
}

.section-heading em {
  font-style: italic;
  color: rgba(255,255,255,0.4);
}

/* ============================================
   WORK
   ============================================ */
.work {
  padding: clamp(100px, 12vw, 180px) clamp(24px, 4vw, 64px) 80px;
  max-width: 1500px;
  margin: 0 auto;
}

.section-header {
  margin-bottom: clamp(60px, 8vw, 120px);
}

/* --- Case studies --- */
.case {
  margin-bottom: clamp(80px, 10vw, 140px);
}

.case-inner {
  display: grid;
  grid-template-columns: 140px 1.2fr 0.8fr;
  gap: 0;
  align-items: start;
  position: relative;
}

.case-num {
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 400;
  line-height: 0.85;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.1);
  letter-spacing: -0.04em;
  margin-right: -20px;
  z-index: 2;
  transition: -webkit-text-stroke-color 0.5s;
}

.case:hover .case-num {
  -webkit-text-stroke-color: var(--accent);
}

.case-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.case-img-wrap,
.case-small-img {
  overflow: hidden;
  transition: box-shadow 0.4s;
}

.case-img-wrap:hover,
.case-small-img:hover {
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.12);
}

.case-img img {
  width: 100%;
  height: clamp(320px, 30vw, 480px);
  object-fit: cover;
  filter: grayscale(0.3) contrast(1.05);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s;
}

.case:hover .case-img img {
  transform: scale(1.04);
  filter: grayscale(0) contrast(1.05);
}

.case-info {
  padding-left: clamp(24px, 3vw, 56px);
  padding-top: 24px;
}

.case-client {
  font-family: var(--mono);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 16px;
}

.case-info h3 {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.case-result {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.4);
  max-width: 340px;
  margin-bottom: 28px;
}

.case-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.case-stat {
  font-family: var(--mono);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.02em;
}

.case-tags {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.02em;
}

.case-cta {
  display: inline-block;
  margin-top: 20px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.4s, transform 0.4s;
}

.case:hover .case-cta {
  opacity: 1;
  transform: translateX(0);
}

/* Case reversed */
.case--reverse .case-inner {
  grid-template-columns: 0.8fr 1.2fr 140px;
}

.case--reverse .case-num {
  order: 3;
  margin-right: 0;
  margin-left: -20px;
  text-align: right;
}

.case--reverse .case-info {
  order: 1;
  padding-left: 0;
  padding-right: clamp(24px, 3vw, 56px);
  text-align: right;
}

.case--reverse .case-result {
  margin-left: auto;
}

.case--reverse .case-meta {
  align-items: flex-end;
}

.case--reverse .case-img {
  order: 2;
}

/* Small case pair */
/* CASES EXTRA (hidden until toggled) */
.cases-extra {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
  pointer-events: none;
}
.cases-extra.open {
  max-height: 4000px;
  opacity: 1;
  pointer-events: auto;
}
.cases-toggle-wrap {
  display: flex;
  justify-content: center;
  padding: 16px 0 80px;
}
.cases-toggle-btn {
  font-family: var(--mono);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  background: none;
  border: 1px solid rgba(255,255,255,0.12);
  padding: 14px 28px;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s, border-color 0.3s;
}
.cases-toggle-btn:hover { color: var(--white); border-color: rgba(255,255,255,0.3); }
.cases-toggle-arrow { font-size: 1rem; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); display: inline-block; }
.cases-toggle-btn[aria-expanded="true"] .cases-toggle-arrow { transform: rotate(180deg); }

.case-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 64px);
  margin-bottom: 80px;
}

.case-small--offset {
  margin-top: clamp(60px, 8vw, 120px);
}

.case-small-img {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.case-small-img img {
  width: 100%;
  height: clamp(260px, 22vw, 360px);
  object-fit: cover;
  filter: grayscale(0.3) contrast(1.04);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s;
}

.case-small:hover .case-small-img img {
  transform: scale(1.04);
  filter: grayscale(0) contrast(1.04);
}

.case-small-info {
  position: relative;
}

.case-num-sm {
  font-family: var(--serif);
  font-size: 0.875rem;
  font-style: italic;
  color: var(--accent);
  display: block;
  margin-bottom: 8px;
}

.case-small h4 {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.625rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--white);
  margin-bottom: 10px;
}

/* ============================================
   APPROACH — dark, editorial
   ============================================ */
.approach {
  background: var(--dark-mid);
  padding: clamp(100px, 12vw, 180px) clamp(24px, 4vw, 64px);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.04);
}

/* Subtle diagonal line texture */
.approach::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg stroke='%23ffffff' stroke-width='0.3' stroke-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
}

.approach-header {
  max-width: 1400px;
  margin: 0 auto clamp(60px, 8vw, 120px);
}

.approach-heading {
  font-family: var(--serif);
  font-size: clamp(2.25rem, 4.5vw, 3.75rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--white);
  letter-spacing: -0.01em;
}

.approach-heading em {
  font-style: italic;
  color: var(--accent);
}


/* ============================================
   TESTIMONIAL
   ============================================ */
.testimonial {
  background: var(--dark-mid);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: clamp(80px, 10vw, 160px) clamp(24px, 4vw, 64px);
}

.testimonial-mark {
  font-family: var(--serif);
  font-size: clamp(6rem, 14vw, 12rem);
  color: rgba(212, 184, 138, 0.08);
  line-height: 0.5;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.testimonial blockquote p {
  font-family: var(--serif);
  font-size: clamp(1.375rem, 2.5vw, 2rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: rgba(255,255,255,0.75);
  letter-spacing: -0.01em;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

.testimonial blockquote footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.testimonial blockquote footer img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(0.3);
  border: 2px solid rgba(212, 184, 138, 0.2);
}

.testimonial cite {
  font-style: normal;
  text-align: left;
}

.testimonial cite strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--white);
}

.testimonial cite span {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.35);
}

/* ============================================
   ABOUT
   ============================================ */
.about {
  padding: clamp(100px, 12vw, 180px) clamp(24px, 4vw, 64px);
  border-top: 1px solid rgba(255,255,255,0.04);
}

.about-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}

.about-img {
  position: relative;
  overflow: hidden;
}

.about-img img {
  width: 100%;
  height: clamp(400px, 35vw, 600px);
  object-fit: cover;
  filter: grayscale(0.15) contrast(1.03);
  will-change: transform;
}

/* Decorative corner */
.about-img::after {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  width: 48px;
  height: 48px;
  border-top: 1.5px solid var(--accent);
  border-left: 1.5px solid var(--accent);
  opacity: 0.4;
  pointer-events: none;
}

.about-text h2 {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 24px;
}

.about-text p {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.4);
  margin-bottom: 16px;
}

.about-detail strong {
  color: var(--white);
}

/* ============================================
   CTA
   ============================================ */
.cta {
  background: var(--dark);
  padding: clamp(100px, 12vw, 180px) clamp(24px, 4vw, 64px);
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.04);
}

/* Large decorative circle */
.cta::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(212, 184, 138, 0.06);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
}

.cta h2 {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--white);
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.cta-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.35);
  margin-bottom: 48px;
}

.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--black);
  background: var(--accent);
  padding: 18px 40px;
  border: none;
  transition: background 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  letter-spacing: 0.01em;
  position: relative;
  overflow: hidden;
}

.btn span {
  transition: transform 0.3s;
}

.btn:hover {
  background: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(212, 184, 138, 0.2);
}

.btn:hover span { transform: translate(2px, -2px); }

/* Magnetic button */
.btn.magnetic {
  transition: background 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s ease-out;
}

.cta-email {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.4);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 2px;
  transition: color 0.3s, border-color 0.3s;
}

.cta-email:hover {
  color: var(--accent);
  border-color: var(--accent);
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  padding: 32px clamp(24px, 4vw, 64px);
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-links { display: flex; gap: 32px; }
.footer-links a {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  transition: color 0.3s;
}
.footer-links a:hover { color: var(--white); }

.back-to-top {
  background: none;
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.4);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s;
}
.back-to-top:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.footer-copy {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.2);
}

/* ============================================
   HAMBURGER BUTTON
   ============================================ */
.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
  z-index: 101;
}
.nav-burger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--white);
  transition: all 0.3s;
}

/* ============================================
   DRAWER NAV
   ============================================ */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
.drawer-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(380px, 85vw);
  height: 100vh;
  background: var(--dark);
  z-index: 201;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 48px;
}
.drawer.open {
  transform: translateX(0);
}

.drawer-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.drawer-close:hover { opacity: 1; }

.drawer-links {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.drawer-link {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 400;
  color: rgba(255,255,255,0.5);
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.3s, padding-left 0.3s;
  opacity: 0;
  transform: translateX(30px);
}
.drawer.open .drawer-link {
  opacity: 1;
  transform: translateX(0);
  transition: color 0.3s, padding-left 0.3s, opacity 0.5s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.drawer.open .drawer-link:nth-child(1) { transition-delay: 0.1s; }
.drawer.open .drawer-link:nth-child(2) { transition-delay: 0.15s; }
.drawer.open .drawer-link:nth-child(3) { transition-delay: 0.2s; }
.drawer.open .drawer-link:nth-child(4) { transition-delay: 0.25s; }
.drawer.open .drawer-link:nth-child(5) { transition-delay: 0.3s; }

.drawer-link:hover {
  color: var(--white);
  padding-left: 12px;
}

.drawer-link--cta {
  color: var(--accent);
  margin-top: 16px;
  border-bottom: none;
}

.drawer-footer {
  display: flex;
  gap: 24px;
  margin-top: auto;
  padding-top: 48px;
}
.drawer-footer a {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.25);
  transition: color 0.3s;
}
.drawer-footer a:hover { color: var(--white); }

/* ============================================
   WORK TABS
   ============================================ */
.work-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: clamp(48px, 6vw, 80px);
  flex-wrap: wrap;
}

.work-tab {
  font-family: var(--mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  background: transparent;
  border: 1px solid rgba(255,255,255,0.08);
  padding: 10px 24px;
  cursor: pointer;
  transition: all 0.3s;
}
.work-tab:hover {
  color: rgba(255,255,255,0.6);
  border-color: rgba(255,255,255,0.15);
}
.work-tab.active {
  color: var(--black);
  background: var(--accent);
  border-color: var(--accent);
}

/* ============================================
   SERVICE ACCORDION
   ============================================ */
.service-header {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  background: none;
  border: none;
  padding: 28px 0;
  color: var(--white);
  text-align: left;
  font-family: inherit;
  transition: all 0.3s;
}
.service-header:hover {
  padding-left: 8px;
}

.service-header h3 {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 500;
  flex: 1;
}

.service-toggle {
  font-family: var(--mono);
  font-size: 1.25rem;
  color: var(--accent);
  transition: transform 0.3s;
  flex-shrink: 0;
}
.service-item.open .service-toggle {
  transform: rotate(45deg);
}

.service-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding 0.3s;
  padding: 0 0 0 52px;
  width: 100%;
}
.service-item.open .service-body {
  max-height: 240px;
  padding-bottom: 24px;
  overflow: visible;
}

.service-body p {
  font-size: 0.8125rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.35);
  margin-bottom: 16px;
}

.service-deliverables {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.service-tag {
  font-family: var(--mono);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 6px 12px;
  position: relative;
  cursor: default;
}

/* ============================================
   TOOLTIPS
   ============================================ */
.service-tag[data-tooltip] {
  position: relative;
}
.service-tag[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: var(--charcoal);
  color: rgba(255,255,255,0.8);
  font-family: var(--sans);
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.5;
  padding: 10px 14px;
  max-width: 260px;
  white-space: normal;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s, transform 0.25s;
  z-index: 50;
  border: 1px solid rgba(255,255,255,0.06);
}
.service-tag[data-tooltip]::before {
  content: '';
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: var(--charcoal);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s;
  z-index: 51;
}
.service-tag[data-tooltip]:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.service-tag[data-tooltip]:hover::before {
  opacity: 1;
}

/* ============================================
   TIMELINE (APPROACH)
   ============================================ */
.timeline {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
}

.timeline-line {
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, var(--accent), rgba(212, 184, 138, 0.1));
}

.timeline-item {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: clamp(32px, 4vw, 80px);
  align-items: start;
  padding: clamp(48px, 5vw, 72px) 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  position: relative;
}

.timeline-item:last-child { border-bottom: none; }

.timeline-node {
  position: absolute;
  left: -40px;
  top: clamp(56px, 6vw, 80px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  border: 2px solid var(--dark-mid);
  transform: translateX(7px);
}

.timeline-content {
  position: relative;
}

.timeline-duration {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--mono);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 6px 14px;
  border: 1px solid rgba(212, 184, 138, 0.2);
}

.timeline-visual img {
  width: 100%;
  height: clamp(200px, 18vw, 280px);
  object-fit: cover;
  filter: grayscale(0.5) contrast(1.1);
  opacity: 0.5;
  transition: opacity 0.5s, filter 0.5s;
}
.timeline-item:hover .timeline-visual img {
  opacity: 0.8;
  filter: grayscale(0.2) contrast(1.05);
}

/* ============================================
   TESTIMONIAL CAROUSEL
   ============================================ */
.testimonial-header {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding-top: clamp(80px, 10vw, 160px);
}

.testimonial-carousel {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-bottom: clamp(80px, 10vw, 120px);
}

.testimonial-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.testimonial-slide {
  min-width: 100%;
  text-align: center;
  position: relative;
  padding: 0 clamp(24px, 4vw, 64px);
}

.testimonial-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
}

.testimonial-prev,
.testimonial-next {
  background: none;
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.5);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s;
}
.testimonial-prev:hover,
.testimonial-next:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.testimonial-dots {
  display: flex;
  gap: 8px;
}
.testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  transition: all 0.3s;
  cursor: pointer;
}
.testimonial-dot.active {
  background: var(--accent);
  transform: scale(1.3);
}

/* ============================================
   CTA FORM
   ============================================ */
.cta-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 600px;
  margin: 0 auto 24px;
  text-align: left;
}

.cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.cta-field {
  display: flex;
  flex-direction: column;
}

.cta-input {
  width: 100%;
  font-family: var(--sans);
  font-size: 0.9375rem;
  color: var(--white);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.3s, background 0.3s;
}
.cta-input::placeholder {
  color: rgba(255,255,255,0.25);
}
.cta-input:focus {
  border-color: var(--accent);
  background: rgba(255,255,255,0.08);
}

.cta-textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

.cta-form .btn {
  width: 100%;
  justify-content: center;
  border: 1px solid var(--accent);
}

.cta-thankyou {
  max-width: 600px;
  margin: 0 auto;
  padding: 48px 32px;
  border: 1px solid rgba(212, 184, 138, 0.2);
  text-align: center;
}
.cta-thanks-title {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  color: var(--white);
  margin-bottom: 12px;
}
.cta-thanks-sub {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.7;
}

/* ============================================
   VIDEO MODAL
   ============================================ */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
.video-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(24px);
}

.video-modal-content {
  position: relative;
  width: 90vw;
  max-width: 1100px;
  transform: scale(0.9) translateY(20px);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.video-modal.open .video-modal-content {
  transform: scale(1) translateY(0);
}

.video-modal-close {
  position: absolute;
  top: -48px;
  right: 0;
  background: none;
  border: none;
  color: var(--white);
  font-size: 2rem;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.video-modal-close:hover { opacity: 1; }

.video-modal-player {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  background: var(--black);
}

.video-modal-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ============================================
   TOAST
   ============================================ */
.toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(120px);
  background: var(--dark);
  border: 1px solid rgba(212, 184, 138, 0.2);
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 600;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.toast.show {
  transform: translateX(-50%) translateY(0);
}

.toast--error .toast-icon {
  color: #e05c5c;
}

.toast-icon {
  color: var(--accent);
  font-size: 1rem;
  font-weight: 700;
}

.toast-text {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.7);
  white-space: nowrap;
}

/* ============================================
   SKELETON LOADER
   ============================================ */
.skeleton-loader {
  position: fixed;
  inset: 0;
  background: var(--black);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s 0.2s, visibility 0s 0.8s;
}
.skeleton-loader.hidden {
  opacity: 0;
  visibility: hidden;
}

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

.skeleton-logo {
  font-family: var(--mono);
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 32px;
}
.skeleton-logo span { color: var(--accent); }

.skeleton-bar {
  width: 180px;
  height: 2px;
  background: rgba(255,255,255,0.06);
  margin: 0 auto 12px;
  position: relative;
  overflow: hidden;
}
.skeleton-bar::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  animation: skeletonShimmer 1.2s ease-in-out infinite;
}
.skeleton-bar--short { width: 100px; }

@keyframes skeletonShimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

/* ============================================
   SCROLL REVEAL
   ============================================ */
[data-reveal] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

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

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .case-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .case-num {
    font-size: 4rem;
    margin-right: 0;
    margin-bottom: -16px;
  }
  .case--reverse .case-inner {
    grid-template-columns: 1fr;
  }
  .case--reverse .case-num { order: 0; margin-left: 0; }
  .case--reverse .case-info { order: 0; padding-right: 0; padding-left: 0; text-align: left; }
  .case--reverse .case-result { margin-left: 0; }
  .case--reverse .case-meta { align-items: flex-start; }
  .case--reverse .case-img { order: 0; }
  .case-info { padding-left: 0; }
  .case-cta { opacity: 1; transform: none; }
  .case-pair { grid-template-columns: 1fr; }
  .case-small--offset { margin-top: 0; }
  .services-inner { grid-template-columns: 1fr; }
  .reel-stats { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .timeline-item { grid-template-columns: 1fr; gap: 24px; }
  .timeline-visual { display: none; }
  .about-inner { grid-template-columns: 1fr; }
  .about-img img { height: 360px; }
}

/* Tablet breakpoint */
@media (max-width: 768px) {
  .reel-stats { grid-template-columns: 1fr 1fr; gap: 24px; }
  .reel-stat:last-child { grid-column: 1 / -1; }
  .case-num { font-size: 3rem; }
  .testimonial blockquote p { font-size: clamp(1.125rem, 4vw, 1.5rem); }
  .approach-heading { font-size: clamp(1.75rem, 5vw, 2.5rem); }
}

@media (max-width: 640px) {
  body { cursor: auto; }
  .cursor { display: none; }
  a, button { cursor: auto; }

  .nav-links { display: none; }
  .nav-cta-desktop { display: none; }
  .nav-burger { display: flex; }
  .hero-top { flex-direction: column; gap: 8px; }
  .hero-tag-right { display: none; }
  .hero-line { font-size: clamp(2.5rem, 12vw, 4rem); }
  .hero-bottom { flex-direction: column; gap: 32px; align-items: flex-start; }
  .hero-scroll-indicator { display: none; }
  .logos-row { gap: 20px; }
  .logo-item img { height: 30px; max-width: 130px; }
  .reel-stats { grid-template-columns: 1fr; gap: 20px; }
  .reel-stat:last-child { grid-column: auto; }
  .cta-row { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 16px; text-align: center; }
  .timeline { padding-left: 32px; }
  .timeline-node { left: -32px; }
  .toast-text { white-space: normal; font-size: 0.8125rem; }
  .toast { width: calc(100% - 32px); padding: 14px 20px; }
}

/* ---- GIVING BACK ---- */
.giving { background: var(--dark); border-top: 1px solid rgba(255,255,255,0.06); }
.giving-inner { max-width: 1200px; margin: 0 auto; padding: 96px clamp(24px, 4vw, 64px); }
.giving-header { margin-bottom: 56px; }
.giving-headline { font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 400; color: var(--white); line-height: 1.2; margin-top: 24px; margin-bottom: 24px; }
.giving-sub { font-size: 1rem; color: rgba(255,255,255,0.4); max-width: 480px; margin-top: 0; line-height: 1.7; }
.giving-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: rgba(255,255,255,0.05); }
.giving-card { display: block; background: var(--dark); transition: background 0.3s; }
.giving-card:hover { background: var(--dark-mid); }
.giving-card-inner { padding: 48px; height: 100%; display: flex; flex-direction: column; gap: 16px; }
.giving-tag { font-family: var(--mono); font-size: 0.6875rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); }
.giving-name { font-family: var(--mono); font-size: 1.75rem; font-weight: 700; letter-spacing: -0.03em; color: var(--white); }
.giving-desc { font-size: 0.9375rem; color: rgba(255,255,255,0.45); line-height: 1.75; flex: 1; }
.giving-link { font-family: var(--mono); font-size: 0.75rem; font-weight: 500; letter-spacing: 0.08em; color: rgba(255,255,255,0.25); transition: color 0.3s; margin-top: auto; }
.giving-card:hover .giving-link { color: var(--accent); }
.giving-logo { height: 72px; width: auto; max-width: 280px; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.6; transition: opacity 0.3s; margin-bottom: 16px; }
.giving-logo--square { height: 72px; max-width: 280px; }
.giving-card:hover .giving-logo { opacity: 0.85; }

@media (max-width: 768px) {
  .giving-cards { display: flex !important; flex-direction: column !important; gap: 2px; background: transparent; }
  .giving-card { width: 100% !important; display: block !important; }
  .giving-card-inner { padding: 32px 24px; height: auto; }
}
