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

:root {
  --ink:        #0f0e0d;
  --ink-mid:    #161412;
  --ink-soft:   #1e1c1a;
  --paper:      #ede8e1;
  --paper-dim:  #9a9189;
  --chrome:     #c8a84b;
  --chrome-dim: rgba(200,168,75,0.14);
  --line:       rgba(237,232,225,0.08);
  --line-mid:   rgba(237,232,225,0.14);
}

html { scroll-behavior: smooth; }

body {
  background: var(--ink);
  color: var(--paper);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  cursor: none;
}

/* ── CURSOR ── */
#cursor {
  position: fixed; width: 8px; height: 8px;
  background: var(--chrome); border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%,-50%);
  transition: width 0.22s, height 0.22s, background 0.22s;
  mix-blend-mode: normal;
}
#cursor.big { width: 44px; height: 44px; background: rgba(200,168,75,0.15); border: 1px solid var(--chrome); }

/* ── NAV ── */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 52px;
  transition: background 0.4s, border-color 0.4s;
}
#nav.filled {
  background: rgba(15,14,13,0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}
.logo-mark {
  font-family: 'DM Sans', sans-serif; font-weight: 700;
  font-size: 14px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--paper); text-decoration: none;
}
.logo-mark em { color: var(--chrome); font-style: normal; }
.nav-right { display: flex; align-items: center; gap: 44px; }
.nav-right a {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--paper-dim); text-decoration: none; transition: color 0.2s;
}
.nav-right a:hover { color: var(--paper); }
.nav-right a.cta {
  color: var(--chrome); border: 1px solid rgba(200,168,75,0.4);
  padding: 8px 22px; transition: background 0.2s, color 0.2s;
}
.nav-right a.cta:hover { background: var(--chrome); color: var(--ink); }

/* ── HERO: FULLSCREEN CENTERED ── */
#hero {
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  text-align: center;
}

/* Filmkader lines */
.kader-line {
  position: absolute; background: var(--line-mid); pointer-events: none;
}
.kader-h { left: 0; right: 0; height: 1px; }
.kader-v { top: 0; bottom: 0; width: 1px; }
.kader-h.t { top: 64px; } .kader-h.b { bottom: 64px; }
.kader-v.l { left: 64px; } .kader-v.r { right: 64px; }

.kader-corner {
  position: absolute; width: 18px; height: 18px;
  border-style: solid; border-color: var(--chrome); opacity: 0.55;
}
.kader-corner.tl { top: 62px; left: 62px; border-width: 1px 0 0 1px; }
.kader-corner.tr { top: 62px; right: 62px; border-width: 1px 1px 0 0; }
.kader-corner.bl { bottom: 62px; left: 62px; border-width: 0 0 1px 1px; }
.kader-corner.br { bottom: 62px; right: 62px; border-width: 0 1px 1px 0; }

/* Ghost background word */
.hero-ghost {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'DM Sans', sans-serif; font-weight: 700;
  font-size: clamp(140px, 22vw, 320px);
  letter-spacing: -0.03em; text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(237,232,225,0.045);
  white-space: nowrap; pointer-events: none; user-select: none;
  line-height: 1;
}

/* Center content */
.hero-center {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 0;
}

.hero-eyebrow {
  display: flex; align-items: center; gap: 16px;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--chrome); margin-bottom: 36px;
  opacity: 0; animation: fadeUp 0.8s 0.2s forwards;
}
.hero-eyebrow span { display: block; width: 32px; height: 1px; background: var(--chrome); }

.hero-h1 {
  font-family: 'DM Sans', sans-serif; font-weight: 700;
  font-size: clamp(60px, 11vw, 148px);
  line-height: 0.88; letter-spacing: -0.03em; text-transform: uppercase;
  opacity: 0; animation: fadeUp 0.9s 0.35s forwards;
}
.hero-h1 .solid { color: var(--paper); display: block; }
.hero-h1 .accent-word { color: var(--chrome); display: block; }
.hero-h1 .outline {
  color: transparent; display: block;
  -webkit-text-stroke: 2px var(--paper);
}

.hero-sub {
  font-size: 15px; color: var(--paper-dim); font-weight: 400;
  max-width: 440px; line-height: 1.75; margin-top: 36px;
  opacity: 0; animation: fadeUp 0.8s 0.55s forwards;
}

.hero-actions {
  display: flex; gap: 16px; align-items: center; margin-top: 44px;
  opacity: 0; animation: fadeUp 0.8s 0.7s forwards;
}
.btn-primary {
  background: var(--chrome); color: var(--ink);
  border: none; padding: 15px 36px;
  font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; display: inline-block;
  transition: opacity 0.2s, transform 0.15s; cursor: none;
}
.btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }
.btn-ghost {
  color: var(--paper-dim); font-size: 12px; letter-spacing: 0.1em;
  text-transform: uppercase; text-decoration: none;
  border-bottom: 1px solid var(--line-mid); padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.btn-ghost:hover { color: var(--paper); border-color: var(--paper-dim); }

/* Showreel pill – appears below title, links to section */
.hero-reel-link {
  display: flex; align-items: center; gap: 12px; margin-top: 56px;
  text-decoration: none; cursor: none;
  opacity: 0; animation: fadeUp 0.8s 0.9s forwards;
}
.reel-ring {
  width: 44px; height: 44px; border: 1px solid rgba(200,168,75,0.4);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  transition: border-color 0.25s, transform 0.25s;
}
.hero-reel-link:hover .reel-ring { border-color: var(--chrome); transform: scale(1.08); }
.reel-ring svg { fill: var(--chrome); margin-left: 3px; }
.reel-text { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--paper-dim); }

/* Scroll hint bottom center */
.hero-scroll {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--paper-dim);
  opacity: 0; animation: fadeUp 0.6s 1.2s forwards;
}
.scroll-bar {
  width: 1px; height: 44px;
  background: linear-gradient(to bottom, var(--chrome), transparent);
  animation: pulse 2s 1.5s infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; transform: scaleY(1); }
  50% { opacity: 0.35; transform: scaleY(0.5); }
}

/* Frame counter (bottom right) */
.hero-counter {
  position: absolute; bottom: 36px; right: 52px;
  font-size: 9px; letter-spacing: 0.18em; color: var(--chrome); opacity: 0.5;
  opacity: 0; animation: fadeUp 0.6s 1.3s forwards;
  font-family: 'DM Sans', sans-serif;
}

/* ── TICKER ── */
.ticker-wrap {
  background: var(--ink-mid); border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); padding: 14px 0; overflow: hidden;
}
.ticker-track {
  display: flex; gap: 56px; animation: tick 24s linear infinite; white-space: nowrap; flex-shrink: 0;
}
.ticker-item {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--paper-dim);
  display: flex; align-items: center; gap: 20px; flex-shrink: 0;
}
.ticker-item::after { content: '◆'; font-size: 5px; color: var(--chrome); }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── SECTIONS BASE ── */
section { padding: 120px 52px; }
.s-label {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--chrome);
  display: flex; align-items: center; gap: 12px; margin-bottom: 14px;
}
.s-label::before { content: ''; display: block; width: 24px; height: 1px; background: var(--chrome); }
.s-title {
  font-family: 'DM Sans', sans-serif; font-weight: 700;
  font-size: clamp(38px, 5.5vw, 72px); letter-spacing: -0.02em;
  text-transform: uppercase; line-height: 0.95;
}
.s-title .g { color: transparent; -webkit-text-stroke: 1.5px var(--paper); }

/* ── ABOUT ── */
#about { background: var(--ink-mid); }
.about-layout {
  max-width: 1140px; margin: 0 auto;
  display: grid; grid-template-columns: 380px 1fr; gap: 80px; align-items: center;
}
.about-img-wrap {
  position: relative; aspect-ratio: 3/4; background: var(--ink-soft); overflow: hidden;
}
.about-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-img-placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 10px;
  color: var(--paper-dim); opacity: 0.3;
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
}
.about-img-placeholder svg { width: 32px; height: 32px; fill: currentColor; }
.about-corner {
  position: absolute; width: 16px; height: 16px;
  border-style: solid; border-color: var(--chrome); opacity: 0.5;
}
.about-corner.tl { top: 12px; left: 12px; border-width: 1px 0 0 1px; }
.about-corner.br { bottom: 12px; right: 12px; border-width: 0 1px 1px 0; }

.about-copy { }
.about-copy .s-title { margin-bottom: 32px; }
.about-body { font-size: 15px; color: var(--paper-dim); line-height: 1.85; }
.about-body p + p { margin-top: 18px; }
.about-stats {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; margin-top: 52px; background: var(--line);
  border: 1px solid var(--line);
}
.stat { background: var(--ink); padding: 22px 18px; }
.stat-num {
  font-family: 'DM Sans', sans-serif; font-weight: 700;
  font-size: 38px; letter-spacing: -0.02em; color: var(--chrome); line-height: 1;
}
.stat-key { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--paper-dim); margin-top: 4px; }

/* ── WORK / PORTFOLIO ── */
#work { background: var(--ink); padding-top: 100px; padding-bottom: 100px; }
.work-header {
  max-width: 1140px; margin: 0 auto 56px;
  display: flex; justify-content: space-between; align-items: flex-end;
  border-bottom: 1px solid var(--line); padding-bottom: 20px;
}
.work-header .s-title { margin: 0; }
.work-count { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--paper-dim); }
.work-filters { max-width: 1140px; margin: 0 auto 36px; display: flex; gap: 0; }
.wf-btn {
  background: transparent; border: none; border-bottom: 2px solid transparent;
  color: var(--paper-dim); padding: 6px 0; margin-right: 28px;
  font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; cursor: none;
  transition: color 0.2s, border-color 0.2s;
}
.wf-btn.on, .wf-btn:hover { color: var(--paper); border-color: var(--chrome); }
.work-strip {
  display: flex; gap: 18px; overflow-x: auto;
  scroll-snap-type: x mandatory; padding: 0 52px 4px;
  -ms-overflow-style: none; scrollbar-width: none; cursor: none;
}
.work-strip::-webkit-scrollbar { display: none; }
.work-card {
  flex-shrink: 0; width: 340px; scroll-snap-align: start;
  background: var(--ink-soft); transition: opacity 0.3s;
}
.work-card.hidden { opacity: 0.15; pointer-events: none; }
.wc-thumb { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.wc-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.65s cubic-bezier(0.25,0.46,0.45,0.94); }
.work-card:hover .wc-thumb img { transform: scale(1.05); }
.wc-bg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.wc-bg-text {
  font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 64px;
  letter-spacing: -0.02em; color: rgba(255,255,255,0.035); text-transform: uppercase;
}
.wc-gtr   { background: linear-gradient(145deg,#0e1318,#1a2330); }
.wc-tt    { background: linear-gradient(145deg,#180e14,#251521); }
.wc-z     { background: linear-gradient(145deg,#141414,#1e1e1e); }
.wc-track { background: linear-gradient(145deg,#0e1310,#151f15); }
.wc-city  { background: linear-gradient(145deg,#111110,#1a1a18); }
.wc-drone { background: linear-gradient(145deg,#0d1018,#12151e); }
.wc-detail{ background: linear-gradient(145deg,#14100c,#1e1710); }
.wc-info {
  padding: 16px 18px 20px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: flex-end;
}
.wc-name { font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; line-height: 1.2; }
.wc-type { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--chrome); margin-top: 4px; }
.wc-arrow {
  width: 30px; height: 30px; border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.2s, background 0.2s; flex-shrink: 0;
}
.work-card:hover .wc-arrow { border-color: var(--chrome); background: var(--chrome); }
.wc-arrow svg { fill: var(--paper-dim); width: 11px; height: 11px; transition: fill 0.2s; }
.work-card:hover .wc-arrow svg { fill: var(--ink); }
.work-drag { max-width: 1140px; margin: 24px auto 0; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--paper-dim); display: flex; align-items: center; gap: 10px; padding: 0 52px; }
.work-drag::before { content: ''; display: block; width: 40px; height: 1px; background: var(--paper-dim); }

/* ── APPROACH ── */
#approach { background: var(--ink-mid); }
.approach-inner { max-width: 1140px; margin: 0 auto; }
.approach-top {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: end; margin-bottom: 80px;
}
.approach-lead { font-size: 15px; color: var(--paper-dim); line-height: 1.85; padding-top: 8px; }
.approach-list { display: flex; flex-direction: column; }
.approach-row {
  display: grid; grid-template-columns: 72px 1fr auto;
  align-items: center; gap: 36px;
  padding: 32px 0; border-bottom: 1px solid var(--line);
  transition: padding-left 0.28s;
}
.approach-row:first-child { border-top: 1px solid var(--line); }
.approach-row:hover { padding-left: 12px; }
.ar-num { font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 0.14em; color: var(--chrome); }
.ar-name { font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: clamp(20px, 2.8vw, 34px); letter-spacing: -0.01em; text-transform: uppercase; line-height: 1; }
.ar-sub { font-size: 11px; color: var(--paper-dim); margin-top: 5px; letter-spacing: 0.03em; }
.ar-tag {
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--paper-dim); border: 1px solid var(--line); padding: 5px 12px;
  white-space: nowrap; transition: border-color 0.2s, color 0.2s;
}
.approach-row:hover .ar-tag { border-color: var(--chrome); color: var(--chrome); }

/* ── CONTACT ── */
#contact { background: var(--ink); }
.contact-inner {
  max-width: 1140px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: start;
}
.contact-lead { font-size: 15px; color: var(--paper-dim); line-height: 1.85; margin: 20px 0 44px; }
.c-links { display: flex; flex-direction: column; }
.c-link {
  display: flex; align-items: center; gap: 14px;
  color: var(--paper-dim); text-decoration: none; font-size: 13px;
  padding: 14px 0; border-bottom: 1px solid var(--line); transition: color 0.2s;
}
.c-link:first-child { border-top: 1px solid var(--line); }
.c-link:hover { color: var(--paper); }
.c-icon {
  width: 34px; height: 34px; border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: border-color 0.2s;
}
.c-link:hover .c-icon { border-color: var(--chrome); }
.c-icon svg { fill: var(--paper-dim); width: 13px; height: 13px; transition: fill 0.2s; }
.c-link:hover .c-icon svg { fill: var(--chrome); }
.cf { display: flex; flex-direction: column; gap: 18px; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cf-grp { display: flex; flex-direction: column; gap: 7px; }
.cf-label { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--paper-dim); }
.cf-input, .cf-textarea {
  background: var(--ink-soft); border: 1px solid var(--line);
  color: var(--paper); padding: 12px 16px;
  font-family: 'DM Sans', sans-serif; font-size: 14px;
  outline: none; transition: border-color 0.2s; width: 100%; resize: none; -webkit-appearance: none;
}
.cf-input:focus, .cf-textarea:focus { border-color: var(--chrome); }
.cf-input::placeholder, .cf-textarea::placeholder { color: rgba(154,145,137,0.35); }
.cf-textarea { min-height: 110px; }
.cf-submit {
  background: var(--chrome); color: var(--ink); border: none; padding: 15px 32px;
  font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; cursor: none;
  transition: opacity 0.2s, transform 0.15s; width: 100%;
}
.cf-submit:hover { opacity: 0.88; transform: translateY(-1px); }
.cf-submit.sent { background: #2a5a2a; color: #a0e0a0; cursor: default; }

/* ── FOOTER ── */
#site-footer {
  background: var(--ink-mid); border-top: 1px solid var(--line);
  padding: 30px 52px; display: flex; justify-content: space-between; align-items: center;
}
.ft-logo { font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--paper); text-decoration: none; }
.ft-logo em { color: var(--chrome); font-style: normal; }
.ft-copy { font-size: 11px; color: var(--paper-dim); }
.ft-ig { display: flex; align-items: center; gap: 8px; color: var(--paper-dim); text-decoration: none; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; transition: color 0.2s; }
.ft-ig:hover { color: var(--chrome); }
.ft-ig svg { fill: currentColor; width: 13px; height: 13px; }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.75s cubic-bezier(0.16,1,0.3,1), transform 0.75s cubic-bezier(0.16,1,0.3,1); }
.reveal.on { opacity: 1; transform: translateY(0); }

/* ── WP ADMIN ── */
.admin-bar #nav { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar #nav { top: 46px; } }

/* ── MOBILE ── */
@media (max-width: 900px) {
  body { cursor: auto; }
  #cursor { display: none; }
  #nav { padding: 18px 24px; }
  .nav-right a:not(.cta) { display: none; }
  #hero { min-height: 100svh; }
  .kader-line, .kader-corner { display: none; }
  .hero-h1 { font-size: clamp(52px, 14vw, 80px); }
  section { padding: 80px 24px; }
  .about-layout { grid-template-columns: 1fr; gap: 44px; }
  .about-img-wrap { aspect-ratio: 3/4; max-height: 400px; }
  .approach-top { grid-template-columns: 1fr; gap: 20px; }
  .approach-row { grid-template-columns: 56px 1fr; }
  .ar-tag { display: none; }
  .contact-inner { grid-template-columns: 1fr; gap: 52px; }
  .cf-row { grid-template-columns: 1fr; }
  #site-footer { flex-direction: column; gap: 16px; text-align: center; padding: 24px; }
  .work-strip { padding: 0 24px 4px; }
  .work-drag { padding: 0 24px; }
  .work-card { width: 280px; }
  .wf-btn { cursor: auto; }
  .cf-submit { cursor: auto; }
}
