/* marqethub.ba — tokens from marqethub.io (ink, brand red, olive), flat and sharp-cornered.
   Signature: the viewfinder hero. Everything else stays quiet. */
:root {
  --ink: #191919; --ink-2: #0E0E0E; --paper: #FFFFFF; --tint: #F4F4F2;
  --red: #B81D1D; --red-hi: #D62828; --olive: #BBB91C;
  --muted: #4A4A4A; --muted-dk: #A3A3A3; --line: #E4E4E4; --line-dk: rgba(255,255,255,.14);
  --display: 'Bebas Neue', 'Nunito Sans', sans-serif;
  --body: 'Nunito Sans', system-ui, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;
  --gut: clamp(1rem, 4vw, 2.5rem);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1.0625rem/1.6 var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
.skip { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: .6rem 1rem; z-index: 100; }
.skip:focus { left: var(--gut); }

/* header */
.top { display: flex; align-items: center; gap: 1.5rem; padding: 1rem var(--gut); border-bottom: 1px solid var(--line); background: var(--paper); position: sticky; top: 0; z-index: 20; }
.brand img { width: 132px; }
.nav { display: flex; gap: 1.25rem; margin-left: auto; font-weight: 700; font-size: .9375rem; }
.nav a { text-decoration: none; padding: .25rem 0; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a[aria-current] { border-color: var(--red); }
.top-wa { display: inline-flex; align-items: center; gap: .4rem; font: 500 .875rem var(--mono); text-decoration: none; }
.wa-i { width: 1.1rem; height: 1.1rem; color: var(--red); }

/* viewfinder hero */
.vf { background: var(--ink-2); color: #fff; padding: clamp(1rem, 3vw, 2rem) var(--gut); }
.vf-frame { position: relative; max-width: 78rem; margin: 0 auto; padding: clamp(3.5rem, 8vw, 6rem) clamp(1.25rem, 6vw, 5rem) clamp(4rem, 8vw, 5.5rem); }
.vf-c { position: absolute; width: clamp(1.5rem, 4vw, 2.75rem); height: clamp(1.5rem, 4vw, 2.75rem); border: 0 solid rgba(255,255,255,.7); }
.vf-c.tl { top: 0; left: 0; border-top-width: 2px; border-left-width: 2px; }
.vf-c.tr { top: 0; right: 0; border-top-width: 2px; border-right-width: 2px; }
.vf-c.bl { bottom: 0; left: 0; border-bottom-width: 2px; border-left-width: 2px; }
.vf-c.br { bottom: 0; right: 0; border-bottom-width: 2px; border-right-width: 2px; }
.vf-hud { position: absolute; top: clamp(.9rem, 2vw, 1.4rem); left: clamp(1.25rem, 4vw, 3rem); right: clamp(1.25rem, 4vw, 3rem); display: flex; justify-content: space-between; font: 500 .8125rem/1 var(--mono); letter-spacing: .08em; color: var(--muted-dk); }
.vf-rec { display: inline-flex; align-items: center; gap: .5rem; color: #fff; }
.vf-rec i { width: .6rem; height: .6rem; border-radius: 50%; background: var(--red-hi); animation: blink 1.2s steps(2, start) infinite; }
.vf-slate { position: absolute; bottom: clamp(.9rem, 2vw, 1.4rem); left: clamp(1.25rem, 4vw, 3rem); font: 500 .75rem/1 var(--mono); letter-spacing: .1em; color: var(--muted-dk); }
.vf-body { max-width: 52rem; }
@keyframes blink { to { visibility: hidden; } }

.eyebrow { font: 500 .75rem/1.2 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin: 0 0 1rem; }
.eyebrow.on-ink { color: var(--olive); }
.h1 { font: 400 clamp(3.25rem, 10vw, 7.5rem)/.88 var(--display); letter-spacing: .005em; margin: 0; text-wrap: balance; }
.h1 span, .h1 em { display: block; }
.h1 em { font-style: normal; color: var(--red-hi); }
.h1.small { font-size: clamp(2.75rem, 7vw, 5rem); }
.lead { font-size: clamp(1.0625rem, 1.6vw, 1.25rem); color: #D7D7D7; max-width: 40rem; margin: 1.75rem 0 0; }
.lead a { color: #fff; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 2.25rem; }
.cta-note { font: 500 .8125rem var(--mono); color: var(--muted-dk); }
.ghost { font-weight: 800; color: #fff; text-underline-offset: 4px; }

/* the REC button: the only red block on the page */
.rec-btn { display: inline-flex; align-items: center; gap: .75rem; background: var(--red); color: #fff; font: 800 1rem/1 var(--body); padding: 1.05rem 1.5rem; text-decoration: none; transition: background .15s ease; }
.rec-btn:hover { background: var(--red-hi); }
.rec-dot { width: .7rem; height: .7rem; border-radius: 50%; background: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,.28); }

/* bands */
.band { padding: clamp(3.5rem, 8vw, 6rem) var(--gut); }
.band.tint { background: var(--tint); }
.band.ink { background: var(--ink); color: #fff; }
.band.ink .eyebrow { color: var(--olive); }
.wrap { max-width: 78rem; margin: 0 auto; }
.wrap.narrow { max-width: 48rem; }
.wrap.two { display: grid; gap: 2.5rem; grid-template-columns: 1fr; }
@media (min-width: 900px) { .wrap.two { grid-template-columns: 1fr 1.1fr; align-items: start; } }
.h2 { font: 400 clamp(2.25rem, 5vw, 3.5rem)/.95 var(--display); margin: 0 0 2rem; }
.body { color: var(--muted); max-width: 36rem; }

.get { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); border-top: 1px solid var(--line); }
.get li { padding: 1.5rem 1.5rem 1.75rem 0; border-bottom: 1px solid var(--line); }
.get h3 { font: 800 1.125rem/1.3 var(--body); margin: 0 0 .4rem; }
.get p { margin: 0; color: var(--muted); }

.steps { list-style: none; counter-reset: s; margin: 0; padding: 0; }
.steps li { counter-increment: s; display: grid; grid-template-columns: 3rem 1fr; align-items: baseline; padding: 1.1rem 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.steps li::before { content: counter(s, decimal-leading-zero); font: 500 .8125rem var(--mono); color: var(--red); }

.stats { list-style: none; margin: 2rem 0 0; padding: 0; display: flex; gap: 2.5rem; flex-wrap: wrap; }
.stats b { display: block; font: 400 3rem/1 var(--display); }
.stats span { font: 500 .75rem var(--mono); text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }

.reviews { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); }
.rev { margin: 0; padding: 1.75rem; border: 1px solid var(--line-dk); }
.rev blockquote { margin: 0 0 1.25rem; font-size: 1.0625rem; }
.rev figcaption { font: 500 .8125rem var(--mono); color: var(--muted-dk); }
.rev b { color: #fff; font-weight: 500; }

.faq { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 1.25rem 2rem 1.25rem 0; font-weight: 800; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 0; top: 1.05rem; font: 400 1.5rem var(--display); color: var(--red); }
.faq[open] summary::after { content: '–'; }
.faq p { margin: 0 0 1.25rem; color: var(--muted); }

.svc { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); }
.svc a { display: flex; flex-direction: column; height: 100%; background: var(--paper); padding: 1.75rem; text-decoration: none; transition: background .15s ease; }
.svc a:hover { background: var(--tint); }
.svc-area { font: 500 .6875rem var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.svc h3 { font: 400 2rem/1 var(--display); margin: .6rem 0 .6rem; }
.svc p { margin: 0 0 1.25rem; color: var(--muted); font-size: .9375rem; }
.svc-go { margin-top: auto; font-weight: 800; color: var(--red); }

.final { background: var(--ink-2); color: #fff; padding: clamp(4rem, 9vw, 7rem) var(--gut); text-align: left; }
.final p { color: #D7D7D7; max-width: 34rem; margin: 1.25rem 0 2rem; }
.final .also { margin-top: 2.5rem; font-size: .9375rem; color: var(--muted-dk); }
.final .also a { color: #fff; }

.foot { border-top: 1px solid var(--line); padding: 3rem var(--gut) 6rem; font-size: .9375rem; color: var(--muted); }
.foot-in { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); }
.foot-logo { margin-bottom: .75rem; }
.foot-links { list-style: none; margin: 0; padding: 0; columns: 2; }
.foot-links a, .foot-contact a { text-decoration: none; }
.foot-links a:hover, .foot-contact a:hover { color: var(--red); }
.foot-contact { display: flex; flex-direction: column; gap: .4rem; }

.dock { display: none; }
@media (max-width: 760px) {
  .nav { display: none; }
  .top-wa span { display: none; }
  .top-wa { margin-left: auto; }
  .dock { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; padding: .6rem var(--gut) calc(.6rem + env(safe-area-inset-bottom)); background: rgba(14,14,14,.94); }
  .dock-btn { width: 100%; justify-content: center; }
  .vf-slate { display: none; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }

/* hero photo behind the viewfinder: the camera is literally looking at the studio */
.vf.has-bg { position: relative; overflow: hidden; }
.vf-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .38; filter: grayscale(.35) contrast(1.05); }
.vf.has-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,14,14,.92) 0%, rgba(14,14,14,.65) 55%, rgba(14,14,14,.35) 100%); }
.vf.has-bg .vf-frame { z-index: 1; }

/* video facades */
.feature { margin-bottom: 1.5rem; }
.vids { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr)); }
.shorts { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); margin-top: 1.5rem; }
.vid { margin: 0; }
.vid-btn { position: relative; display: block; width: 100%; padding: 0; border: 0; background: var(--ink-2); cursor: pointer; aspect-ratio: 16 / 9; overflow: hidden; }
.vid.v .vid-btn { aspect-ratio: 9 / 16; }
.vid-btn img, .vid-btn iframe { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; }
.vid-btn img { transition: transform .3s ease, opacity .3s ease; opacity: .85; }
.vid-btn:hover img { transform: scale(1.03); opacity: 1; }
.vid-play { position: absolute; left: 50%; top: 50%; width: 4rem; height: 4rem; margin: -2rem 0 0 -2rem; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(184,29,29,.25); }
.vid-play::after { content: ''; position: absolute; left: 1.55rem; top: 1.2rem; border-style: solid; border-width: .8rem 0 .8rem 1.3rem; border-color: transparent transparent transparent #fff; }
.vid figcaption { font: 500 .8125rem/1.4 var(--mono); color: var(--muted); margin-top: .6rem; }
.gallery { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); margin-top: 1.5rem; }
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery.portrait { grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); }
.gallery.portrait img { aspect-ratio: 4 / 5; }
.more { margin: 1.75rem 0 0; font-weight: 700; }
.more a { color: var(--red); }

/* clients as type, not logos: names are what people recognise in BiH */
.clients { padding: 2.5rem var(--gut); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.clients ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem 2rem; }
.clients li { font: 400 clamp(1.5rem, 3vw, 2.1rem)/1.1 var(--display); color: #6B6B6B; }

.cases { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr)); }
.case { background: var(--paper); padding: 1.75rem; border-top: 3px solid var(--red); }
.case-what { font: 500 .75rem var(--mono); text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin: 0; }
.case h3 { font: 400 2rem/1 var(--display); margin: .5rem 0 .75rem; }
.case p:last-child { margin: 0; color: var(--muted); }
