/* =========================================================
   Rosh Creative — main.css
   Sections: Tokens · Base · Utilities · Cursor · Nav · Hero
             · Marquee · Sections · About · Services · Work
             · Portfolio · Sister · Contact · Footer · Motion
             · Responsive
   ========================================================= */

/* ---------- Tokens ---------- */
:root {
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --black: #080808;
  --dark: #0E0E0E;
  --mid: #1A1A1A;
  --soft: #2A2A2A;
  --text: #F0EDE8;
  --muted: #8A8680;
  --white: #FAFAF8;

  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Barlow', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --cond: 'Barlow Condensed', 'Barlow', sans-serif;

  --pad-x: clamp(1.25rem, 4vw, 4rem);
  --section-y: clamp(4rem, 9vw, 8rem);
}

/* ---------- Base ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  background: var(--black);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, video, iframe { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* ---------- Utilities ---------- */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.skip-link {
  position: absolute; top: -40px; left: 0;
  background: var(--gold); color: var(--black);
  padding: 0.5rem 1rem; font-family: var(--cond); letter-spacing: 0.2em;
  text-transform: uppercase; font-size: 0.75rem; z-index: 10000;
  text-decoration: none;
}
.skip-link:focus { top: 0; }

/* ---------- Custom cursor (desktop pointer only) ---------- */
.cursor, .cursor-ring { display: none; }
@media (hover: hover) and (pointer: fine) {
  body.cursor-on { cursor: none; }
  body.cursor-on a, body.cursor-on button, body.cursor-on input,
  body.cursor-on textarea, body.cursor-on .work-item,
  body.cursor-on .portfolio-card, body.cursor-on .filter-btn { cursor: none; }
  .cursor {
    display: block;
    position: fixed; width: 8px; height: 8px;
    background: var(--gold); border-radius: 50%;
    pointer-events: none; z-index: 9999;
    transform: translate(-50%, -50%);
    transition: width 0.2s, height 0.2s, opacity 0.2s;
  }
  .cursor-ring {
    display: block;
    position: fixed; width: 36px; height: 36px;
    border: 1px solid rgba(201,168,76,0.5); border-radius: 50%;
    pointer-events: none; z-index: 9998;
    transform: translate(-50%, -50%);
    transition: width 0.15s, height 0.15s;
  }
}

/* ---------- Spotify floating player ---------- */
.spotify {
  position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 200;
  display: flex; flex-direction: column; align-items: flex-end; gap: 0.5rem;
}
.spotify__toggle {
  font-family: var(--cond); font-size: 0.65rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  background: rgba(14,14,14,0.95); color: var(--gold);
  border: 1px solid rgba(201,168,76,0.3);
  padding: 0.45rem 1rem; cursor: pointer;
  backdrop-filter: blur(8px);
}
.spotify__wrap {
  border: 1px solid rgba(201,168,76,0.2);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.7);
}
.spotify__wrap[hidden] { display: none; }

/* ---------- Nav ---------- */
.nav-wrap {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
}
.nav-wrap::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(8,8,8,0.9), transparent);
  pointer-events: none;
}
.nav {
  position: relative;
  padding: 1.5rem var(--pad-x);
  display: flex; justify-content: space-between; align-items: center;
}
.nav-logo {
  font-family: var(--serif); font-size: 1.5rem; font-weight: 300;
  letter-spacing: 0.15em; color: var(--white); text-decoration: none;
}
.nav-logo span { color: var(--gold); }
.nav-links {
  display: flex; gap: 2.5rem; list-style: none;
}
.nav-links a {
  font-family: var(--cond); font-size: 0.75rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); text-decoration: none;
  transition: color 0.3s;
}
.nav-links a:hover, .nav-links a:focus-visible { color: var(--gold); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 5rem var(--pad-x);
  overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; background: var(--black); }
.hero__video { position: absolute; inset: 0; overflow: hidden; }
.hero__video video {
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0.35; filter: contrast(1.1) saturate(0.8);
}
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg,
    rgba(8,8,8,0.7) 0%, rgba(8,8,8,0.3) 50%, rgba(8,8,8,0.85) 100%);
}
.hero__grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.4;
  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");
}
.hero__content { position: relative; z-index: 2; max-width: 1100px; }
.hero__eyebrow {
  font-family: var(--cond); font-size: 0.7rem;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.25rem;
  opacity: 0; animation: fadeUp 1s ease 0.3s forwards;
}
.hero__title {
  font-family: var(--serif);
  font-size: clamp(3.25rem, 10vw, 9rem);
  font-weight: 300; line-height: 0.9;
  letter-spacing: -0.02em; color: var(--white);
  opacity: 0; animation: fadeUp 1s ease 0.5s forwards;
}
.hero__title em { font-style: italic; color: var(--gold-light); }
.hero__sub {
  margin-top: 2rem; font-size: 0.95rem; font-weight: 300;
  color: var(--muted); max-width: 440px; line-height: 1.7;
  opacity: 0; animation: fadeUp 1s ease 0.7s forwards;
}
.hero__cta {
  margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 1.25rem;
  align-items: center;
  opacity: 0; animation: fadeUp 1s ease 0.9s forwards;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--cond); font-size: 0.75rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  text-decoration: none; transition: background 0.3s, color 0.3s, transform 0.2s;
}
.btn--primary {
  color: var(--black); background: var(--gold);
  padding: 1rem 2.25rem;
}
.btn--primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn--ghost { color: var(--muted); }
.btn--ghost::after { content: '→'; transition: transform 0.3s; }
.btn--ghost:hover { color: var(--white); }
.btn--ghost:hover::after { transform: translateX(4px); }

/* ---------- Hero scroll indicator ---------- */
.hero__scroll {
  position: absolute; bottom: 2.5rem; right: var(--pad-x);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  z-index: 2; opacity: 0; animation: fadeIn 1s ease 1.2s forwards;
}
.hero__scroll span {
  font-family: var(--cond); font-size: 0.65rem;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--muted); writing-mode: vertical-rl;
}
.scroll-line {
  width: 1px; height: 60px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollDrop 2s ease infinite;
}

/* ---------- Marquee ---------- */
.marquee {
  overflow: hidden; padding: 1rem 0; background: var(--dark);
  border-top: 1px solid rgba(201,168,76,0.15);
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.marquee__track {
  display: flex; gap: 3rem; white-space: nowrap; width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee__item {
  font-family: var(--cond); font-size: 0.7rem;
  letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted);
  display: flex; align-items: center; gap: 1.5rem;
}
.marquee__item::after { content: '✦'; color: var(--gold); font-size: 0.5rem; }

/* ---------- Section commons ---------- */
section { padding: var(--section-y) var(--pad-x); }
.section-tag {
  font-family: var(--cond); font-size: 0.65rem;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1rem;
}
.section-title {
  font-family: var(--serif);
  font-size: clamp(2.25rem, 5vw, 4.5rem);
  font-weight: 300; line-height: 1.05; color: var(--white);
}
.section-title em { font-style: italic; color: var(--gold-light); }

/* ---------- About ---------- */
.about {
  background: var(--dark);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: center;
}
.about__text p {
  margin-top: 1.5rem; font-size: 1rem; font-weight: 300;
  color: var(--muted); line-height: 1.9;
}
.about__text p strong { color: var(--text); font-weight: 400; }
.about__stats {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px; background: var(--soft);
}
.stat { background: var(--dark); padding: 2.25rem; }
.stat__num {
  font-family: var(--serif); font-size: 3.25rem; font-weight: 300;
  color: var(--gold); line-height: 1;
}
.stat__label {
  margin-top: 0.5rem; font-size: 0.75rem;
  letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted);
}

/* ---------- Services ---------- */
.services { background: var(--black); }
.services__header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 4rem;
}
.services__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--soft); list-style: none;
}
.service {
  background: var(--dark); padding: 2.5rem 2rem;
  position: relative; overflow: hidden;
  transition: background 0.4s;
}
.service::before {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 2px; background: var(--gold);
  transition: width 0.4s ease;
}
.service:hover::before { width: 100%; }
.service:hover { background: var(--mid); }
.service__num {
  font-family: var(--serif); font-size: 3.5rem; font-weight: 300;
  color: rgba(201,168,76,0.1); line-height: 1; margin-bottom: 1.25rem;
  transition: color 0.4s;
}
.service:hover .service__num { color: rgba(201,168,76,0.25); }
.service__name {
  font-family: var(--cond); font-size: 1.1rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--white); margin-bottom: 0.85rem;
}
.service__desc {
  font-size: 0.875rem; font-weight: 300;
  color: var(--muted); line-height: 1.8;
}
.service__tag {
  margin-top: 1.25rem;
  font-family: var(--cond); font-size: 0.65rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold);
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.3s, transform 0.3s;
}
.service:hover .service__tag { opacity: 1; transform: translateY(0); }

/* ---------- Work ---------- */
.work { background: var(--dark); }
.work__header { margin-bottom: 3rem; }
.work__count {
  font-family: var(--cond); font-size: 0.75rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); margin-top: 0.75rem;
}
.work__grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1px; background: var(--soft);
}
.work__grid--featured { margin-bottom: 1px; }
.work-item {
  position: relative; overflow: hidden; aspect-ratio: 16/9;
  background: var(--mid);
}
.work-item video {
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0.7; transform: scale(1.05); filter: saturate(0.7);
  transition: transform 0.7s ease, opacity 0.4s, filter 0.4s;
}
.work-item:hover video {
  transform: scale(1); opacity: 0.9; filter: saturate(1);
}
.work-item__info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 1.75rem;
  background: linear-gradient(to top, rgba(8,8,8,0.9), transparent);
  transform: translateY(20px); opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}
.work-item:hover .work-item__info { transform: translateY(0); opacity: 1; }
.work-item__client {
  font-family: var(--cond); font-size: 0.65rem;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.3rem;
}
.work-item__title {
  font-family: var(--serif); font-size: 1.5rem;
  font-weight: 300; color: var(--white);
}
.work-item__meta {
  font-family: var(--cond); font-size: 0.65rem;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--muted); margin-top: 0.25rem;
}
.work-item__badge {
  position: absolute; top: 1.25rem; right: 1.25rem;
  font-family: var(--cond); font-size: 0.6rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,168,76,0.4);
  padding: 0.3rem 0.7rem;
  backdrop-filter: blur(4px);
  background: rgba(8,8,8,0.5);
  z-index: 3;
}
.work-item__play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.3s;
}
.work-item:hover .work-item__play { opacity: 1; }
.play-btn {
  width: 64px; height: 64px;
  border: 1px solid rgba(201,168,76,0.6); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(4px); background: rgba(8,8,8,0.3);
}
.play-btn::after {
  content: '';
  border-left: 16px solid var(--gold);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 4px;
}

/* ---------- Filter tabs ---------- */
.filter-tabs {
  display: flex; gap: 1px; margin-bottom: 2.5rem;
  background: var(--soft); width: fit-content;
}
.filter-btn {
  font-family: var(--cond); font-size: 0.7rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  background: var(--dark); color: var(--muted);
  padding: 0.75rem 1.75rem; cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.filter-btn.is-active, .filter-btn:hover {
  background: var(--gold); color: var(--black);
}

/* ---------- Portfolio cards ---------- */
.portfolio-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--soft); margin-top: 1px; list-style: none;
}
.portfolio-card {
  position: relative; aspect-ratio: 3/4; overflow: hidden;
}
.portfolio-card[hidden] { display: none; }
.pc-bg {
  position: absolute; inset: 0; transition: transform 0.5s ease;
}
.pc-video {
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0.65; filter: saturate(0.75);
  transition: transform 0.5s ease, opacity 0.4s, filter 0.4s;
}
.portfolio-card:hover .pc-bg { transform: scale(1.04); }
.portfolio-card:hover .pc-video { opacity: 0.95; filter: saturate(1); }
.pc-accent {
  position: absolute; bottom: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--ac, var(--gold));
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s ease;
}
.portfolio-card:hover .pc-accent { transform: scaleX(1); }
.pc-content {
  position: absolute; inset: 0; padding: 2rem 1.5rem;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.1) 60%);
  transition: opacity 0.3s;
}
.portfolio-card:hover .pc-content { opacity: 0; }
.pc-num {
  font-family: var(--serif); font-size: 4rem; font-weight: 300;
  color: rgba(201,168,76,0.08); line-height: 1;
  position: absolute; top: 1.5rem; right: 1.5rem;
}
.pc-type {
  font-family: var(--cond); font-size: 0.6rem;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.4rem;
}
.pc-title {
  font-family: var(--serif); font-size: 1.25rem; font-weight: 300;
  color: var(--white); line-height: 1.2; margin-bottom: 0.3rem;
}
.pc-client {
  font-size: 0.75rem; font-weight: 300;
  color: var(--muted); margin-bottom: 0.5rem;
}
.pc-tags {
  font-family: var(--cond); font-size: 0.6rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(138,134,128,0.6);
}
.pc-hover {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 1rem;
  opacity: 0; transition: opacity 0.3s;
  background: rgba(0,0,0,0.5); backdrop-filter: blur(2px);
}
.portfolio-card:hover .pc-hover { opacity: 1; }
.pc-duration {
  font-family: var(--serif); font-size: 2.5rem; font-weight: 300;
  color: var(--white); letter-spacing: 0.05em;
}
.pc-cta {
  font-family: var(--cond); font-size: 0.7rem;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid rgba(201,168,76,0.4);
  padding-bottom: 0.3rem;
}
.cinema-label {
  position: absolute; top: 1.5rem; left: 1.5rem;
  font-family: var(--cond); font-size: 0.6rem;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,168,76,0.5);
  padding: 0.3rem 0.8rem; z-index: 2;
}

/* ---------- Sister concern ---------- */
.sister {
  background: var(--black);
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 5rem; align-items: center;
}
.sister__visual {
  position: relative; aspect-ratio: 4/3;
  background: linear-gradient(135deg, #1a1a1a, #0a0a0a);
  overflow: hidden;
}
.sister__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(201,168,76,0.15), transparent 60%);
}
.sister__badge {
  position: absolute; top: 1.5rem; left: 1.5rem;
  font-family: var(--cond); font-size: 0.6rem;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,168,76,0.4);
  padding: 0.4rem 0.8rem; backdrop-filter: blur(4px);
  background: rgba(8,8,8,0.5);
}
.sister__logo {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
}
.sister__logo-text {
  font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300; color: var(--white);
  text-align: center; letter-spacing: 0.1em;
}
.sister__logo-text span { color: var(--gold); }
.sister__logo-sub {
  font-family: var(--cond); font-size: 0.65rem;
  letter-spacing: 0.4em; text-transform: uppercase;
  color: var(--muted); text-align: center; margin-top: 0.5rem;
}
.sister__content .section-title { margin-bottom: 1.5rem; }
.sister__content p {
  font-size: 0.95rem; font-weight: 300;
  color: var(--muted); line-height: 1.9;
  margin-bottom: 1rem;
}
.sister__content p strong { color: var(--text); font-weight: 400; }
.sister__link {
  display: inline-flex; align-items: center; gap: 0.75rem;
  margin-top: 1.5rem;
  font-family: var(--cond); font-size: 0.75rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); text-decoration: none;
  border-bottom: 1px solid rgba(201,168,76,0.3);
  padding-bottom: 0.4rem;
  transition: color 0.3s, border-color 0.3s;
}
.sister__link::after { content: '→'; }
.sister__link:hover { color: var(--gold-light); border-color: var(--gold-light); }

/* ---------- Contact ---------- */
.contact {
  background: var(--dark); text-align: center;
  padding: clamp(5rem, 12vw, 10rem) var(--pad-x);
  position: relative; overflow: hidden;
}
.contact::before {
  content: 'CONTACT';
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--serif); font-size: clamp(8rem, 22vw, 20rem);
  font-weight: 300; color: rgba(201,168,76,0.03);
  pointer-events: none; white-space: nowrap;
}
.contact__title {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 7vw, 6rem);
  font-weight: 300; color: var(--white);
  margin-bottom: 1rem; position: relative;
}
.contact__title em { font-style: italic; color: var(--gold); }
.contact__sub {
  font-size: 0.95rem; color: var(--muted);
  max-width: 400px; margin: 0 auto 3rem;
  line-height: 1.7; position: relative;
}
.contact__form {
  max-width: 540px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 1px;
  background: var(--soft); position: relative;
}
.contact__form input,
.contact__form textarea {
  background: var(--dark); border: 0; outline: none;
  padding: 1.1rem 1.25rem;
  font-family: var(--sans); font-size: 0.9rem; font-weight: 300;
  color: var(--text); width: 100%;
  transition: background 0.3s;
}
.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: var(--muted); font-size: 0.8rem; letter-spacing: 0.05em;
}
.contact__form input:focus,
.contact__form textarea:focus { background: var(--mid); }
.contact__form input:invalid:not(:placeholder-shown) {
  box-shadow: inset 0 -2px 0 #c2545b;
}
.contact__form textarea { resize: vertical; min-height: 120px; }
.contact__form button {
  background: var(--gold); padding: 1.1rem;
  font-family: var(--cond); font-size: 0.75rem;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--black); cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.contact__form button:hover { background: var(--gold-light); }
.contact__status {
  margin-top: 0.75rem; font-size: 0.8rem;
  color: var(--gold); min-height: 1.2em;
}
.contact__info {
  margin-top: 3rem;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 2.5rem; position: relative;
}
.contact__info a {
  font-family: var(--cond); font-size: 0.75rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); text-decoration: none;
  transition: color 0.3s;
}
.contact__info a:hover { color: var(--gold); }

/* ---------- Footer ---------- */
.footer {
  background: var(--black);
  padding: 2.5rem var(--pad-x);
  display: flex; flex-wrap: wrap; gap: 1.5rem;
  justify-content: space-between; align-items: center;
  border-top: 1px solid rgba(201,168,76,0.1);
}
.footer__logo {
  font-family: var(--serif); font-size: 1.15rem; font-weight: 300;
  color: var(--white); letter-spacing: 0.1em;
}
.footer__logo span { color: var(--gold); }
.footer__copy {
  font-size: 0.75rem; color: var(--muted); letter-spacing: 0.05em;
}
.footer__social { display: flex; gap: 2rem; }
.footer__social a {
  font-family: var(--cond); font-size: 0.65rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); text-decoration: none;
  transition: color 0.3s;
}
.footer__social a:hover { color: var(--gold); }

/* ---------- Motion ---------- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; } to { opacity: 1; }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes scrollDrop {
  0%   { transform: scaleY(0); transform-origin: top; opacity: 1; }
  50%  { transform: scaleY(1); transform-origin: top; opacity: 1; }
  100% { transform: scaleY(1); transform-origin: bottom; opacity: 0; }
}

.reveal {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

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

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .portfolio-grid { grid-template-columns: repeat(3, 1fr); }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .about, .sister { grid-template-columns: 1fr; gap: 3rem; }
  .work__grid { grid-template-columns: 1fr; }
  .services__header { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .nav-links { gap: 1.25rem; }
  .nav-links a { font-size: 0.7rem; }
}
@media (max-width: 750px) {
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .services__grid { grid-template-columns: 1fr; }
  .footer { flex-direction: column; text-align: center; }
  .hero__scroll { display: none; }
  .spotify { bottom: 1rem; right: 1rem; }
  .spotify__wrap iframe { width: 260px; }
}
@media (max-width: 480px) {
  .nav-links { display: none; }
  .about__stats { grid-template-columns: 1fr; }
}
