:root {
  --bg: #0B0B0C;
  --bg-2: #111113;
  --card: #141416;
  --ink: #F4F1EA;
  --ink-2: #CFCAC0;
  --muted: #A8A39A;
  --dim: #7C776E;
  --gold: #E3B341;
  --gold-2: #F0CC6A;
  --gold-line: rgba(227, 179, 65, .14);
  --gold-line-2: rgba(227, 179, 65, .2);
  --gold-line-hover: rgba(227, 179, 65, .55);
  --line: rgba(244, 241, 234, .14);
  --display: 'Outfit', system-ui, sans-serif;
  --body: 'Manrope', system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 76px; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-2); }
img, canvas, video { max-width: 100%; }
input, select, textarea { font-family: inherit; width: 100%; min-width: 0; max-width: 100%; }
h1, h2, h3, p { margin: 0; }

.wrap { max-width: 1240px; margin: 0 auto; }

/* ---- reveal ---- */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s cubic-bezier(.2, .7, .2, 1), transform .8s cubic-bezier(.2, .7, .2, 1);
}
[data-reveal][data-on] { opacity: 1; transform: none; }

@keyframes pulse { 0%, 100% { opacity: .55; } 50% { opacity: 1; } }

/* ---- type ---- */
.eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
}
.eyebrow--rule { display: flex; align-items: center; gap: 12px; }
.eyebrow--rule::before { content: ''; width: 28px; height: 2px; background: var(--gold); }
.eyebrow--dot { display: flex; align-items: center; gap: 10px; }
.eyebrow--dot::before {
  content: '';
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
  animation: pulse 1.6s ease-in-out infinite;
}

.h-section {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: -.03em;
  line-height: 1.02;
  text-wrap: balance;
}
.h-scene {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(34px, 5vw, 64px);
  letter-spacing: -.03em;
  line-height: 1;
  text-wrap: balance;
}
.lead { color: var(--ink-2); font-size: 17px; line-height: 1.65; text-wrap: pretty; }
.lead--scene { font-size: clamp(15px, 1.2vw, 18px); line-height: 1.6; }

/* ---- buttons ---- */
.btn {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 6px;
  border: 1.5px solid transparent;
  white-space: nowrap;
  transition: background .2s, border-color .2s, color .2s;
}
.btn--gold { background: var(--gold); color: var(--bg); border-color: var(--gold); }
.btn--gold:hover { background: var(--gold-2); border-color: var(--gold-2); color: var(--bg); }
.btn--outline { border-color: var(--gold); color: var(--gold); }
.btn--outline:hover { background: rgba(227, 179, 65, .12); color: var(--gold-2); }
.btn--ghost { border-color: rgba(244, 241, 234, .28); color: var(--ink); }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn--lg { padding: 15px 26px; }

.ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 6px; }

/* ---- header ---- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 11, 12, .82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(227, 179, 65, .18);
}
.site-header .wrap {
  padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand__mark {
  width: 34px; height: 34px; border-radius: 6px;
  background: var(--gold); color: var(--bg);
  display: grid; place-items: center;
  font-family: var(--display); font-weight: 800; font-size: 15px; letter-spacing: -.02em;
}
.brand__name { font-family: var(--display); font-weight: 700; font-size: 18px; letter-spacing: -.01em; }
.brand__name em, .footer-brand em { font-style: normal; color: var(--gold); }
.site-nav { display: flex; gap: 26px; font-size: 14px; font-weight: 600; flex-wrap: wrap; }
.site-nav a { color: var(--ink-2); }
.site-nav a:hover { color: var(--gold); }
.call-btn {
  background: var(--gold); color: var(--bg);
  font-weight: 700; font-size: 14px;
  padding: 10px 18px; border-radius: 6px; white-space: nowrap;
  transition: background .2s;
}
.call-btn:hover { background: var(--gold-2); color: var(--bg); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-btn {
  display: none;
  width: 42px; height: 42px;
  border: 1px solid rgba(227, 179, 65, .3);
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  padding: 0;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.menu-btn span { display: block; width: 18px; height: 2px; background: var(--ink); transition: transform .25s, opacity .25s; }
.menu-btn.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn.is-open span:nth-child(2) { opacity: 0; }
.menu-btn.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---- hero ---- */
.hero {
  position: relative;
  min-height: calc(100vh - 64px);
  display: flex; align-items: center;
  overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 60%;
}
.hero__shade-x {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(11, 11, 12, .94) 0%, rgba(11, 11, 12, .72) 45%, rgba(11, 11, 12, .15) 100%);
}
.hero__shade-y {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11, 11, 12, 0) 60%, var(--bg) 100%);
}
.hero__inner { position: relative; padding: 96px 24px; width: 100%; }
.hero__copy { max-width: 680px; display: flex; flex-direction: column; gap: 26px; }
.hero__title {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(44px, 6.4vw, 84px);
  line-height: .98;
  letter-spacing: -.03em;
  text-wrap: balance;
}
.hero__tagline {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(20px, 2.2vw, 28px);
  color: var(--gold);
  letter-spacing: -.01em;
}
.hero__lead { font-size: clamp(16px, 1.3vw, 19px); line-height: 1.6; color: var(--ink-2); max-width: 560px; text-wrap: pretty; }
.hero__meta {
  display: flex; gap: 20px; flex-wrap: wrap;
  color: var(--muted); font-size: 14px; font-weight: 600; margin-top: 8px;
}
.hero__meta i, .footer i { font-style: normal; color: var(--gold); }

/* ---- scroll scenes ---- */
.scene { position: relative; height: var(--scene-h, 250vh); }
.scene__sticky {
  position: sticky; top: 0;
  height: 100vh;
  overflow: hidden;
  background: #000;
}
.scene__frame { position: absolute; inset: 0; }
.scene__poster, .scene__canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.scene__poster { object-fit: cover; }
.scene__canvas { opacity: 0; transition: opacity .5s ease; }
.scene__shade { position: absolute; inset: 0; }
.scene--led .scene__shade {
  background: linear-gradient(180deg, var(--bg) 0%, rgba(11, 11, 12, 0) 22%, rgba(11, 11, 12, 0) 70%, var(--bg) 100%);
}
.scene--cam .scene__shade {
  background: linear-gradient(180deg, var(--bg) 0%, rgba(11, 11, 12, 0) 22%, rgba(11, 11, 12, .1) 60%, var(--bg) 100%);
}
.scene__copy--bottom { position: absolute; left: 0; right: 0; bottom: 0; padding: 0 24px 9vh; }
.scene__copy--bottom .wrap { display: flex; flex-direction: column; gap: 14px; will-change: transform, opacity; }
.scene__copy--bottom .h-scene { max-width: 760px; color: var(--ink); }
.scene__copy--bottom .lead--scene { max-width: 540px; }
.scene__copy--center { position: absolute; inset: 0; display: flex; align-items: center; padding: 0 24px; }
.scene__copy--center .wrap { width: 100%; display: flex; flex-direction: column; gap: 14px; will-change: transform, opacity; }
.scene__copy--center .h-scene { max-width: 620px; }
.scene__copy--center .lead--scene { max-width: 500px; }
.progress { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; font-weight: 600; }
.progress__track {
  display: block; width: 120px; height: 3px;
  background: rgba(244, 241, 234, .14);
  border-radius: 2px; overflow: hidden;
}
.progress__bar { display: block; height: 100%; background: var(--gold); width: 0%; }

/* ---- sections ---- */
.section { padding: 110px 24px; background: var(--bg); }
.section--tight { padding: 40px 24px 110px; }
.section--commercial { padding-top: 0; }
.section--contact { background: var(--bg-2); border-top: 1px solid var(--gold-line); }
.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 56px;
  align-items: start;
}
.stack { display: flex; flex-direction: column; gap: 20px; }
.stack .btn { align-self: flex-start; margin-top: 6px; }

/* about reasons */
.reasons { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.reason {
  background: var(--card);
  border: 1px solid var(--gold-line);
  border-radius: 6px;
  padding: 24px;
  display: flex; flex-direction: column; gap: 10px;
  transition: border-color .25s;
}
.reason:hover { border-color: rgba(227, 179, 65, .5); }
.reason__n { font-family: var(--display); font-weight: 700; font-size: 13px; color: var(--gold); letter-spacing: .1em; }
.reason__t { font-family: var(--display); font-weight: 700; font-size: 19px; letter-spacing: -.01em; }
.reason__d { color: var(--muted); font-size: 14px; line-height: 1.55; }

/* services */
.services { display: flex; flex-direction: column; gap: 48px; }
.services__intro { display: flex; flex-direction: column; gap: 16px; max-width: 680px; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 18px; }
.card {
  background: var(--card);
  border: 1px solid var(--gold-line);
  border-radius: 6px;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color .25s;
}
.card:hover { border-color: var(--gold-line-hover); }
.card__media { aspect-ratio: 4 / 3; overflow: hidden; background: #000; }
.card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s ease; }
.card:hover .card__media img { transform: scale(1.04); }
.card__body { padding: 24px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.card__title { font-family: var(--display); font-weight: 700; font-size: 22px; letter-spacing: -.02em; line-height: 1.15; }
.card__desc { color: var(--muted); font-size: 14px; line-height: 1.55; flex: 1; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
  font-size: 13px; font-weight: 600; color: var(--gold);
  border: 1px solid rgba(227, 179, 65, .4);
  border-radius: 4px; padding: 5px 10px;
}

/* commercial */
.section--commercial { padding-top: 0; }
.commercial {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 56px;
  align-items: center;
}
.commercial__media {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--gold-line-2);
  background: #000;
  aspect-ratio: 1 / 1;
}
.commercial__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.2s ease; }
.commercial__media:hover img { transform: scale(1.03); }
.commercial__media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11, 11, 12, 0) 70%, rgba(11, 11, 12, .55) 100%);
  pointer-events: none;
}
.checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.checks li {
  position: relative;
  padding-left: 30px;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.5;
}
.checks li::before {
  content: '';
  position: absolute; left: 0; top: 3px;
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
}
.checks li::after {
  content: '';
  position: absolute; left: 6px; top: 6px;
  width: 4px; height: 7px;
  border: solid var(--gold);
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

/* service area */
.area {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--gold-line-2);
  min-height: 520px;
  display: flex; align-items: center;
}
.area__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.area__shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(11, 11, 12, .92) 0%, rgba(11, 11, 12, .6) 55%, rgba(11, 11, 12, .1) 100%);
}
.area__box { position: relative; padding: 64px 48px; display: flex; flex-direction: column; gap: 18px; max-width: 560px; }
.area__box .h-section { font-size: clamp(32px, 3.8vw, 50px); }
.pill-note {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--ink-2); font-size: 14px; font-weight: 600; padding: 14px 4px;
}
.pill-note::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }

/* contact */
.contact-list { display: flex; flex-direction: column; gap: 14px; margin-top: 6px; }
.contact-row {
  display: flex; align-items: center; gap: 14px;
  background: var(--card);
  border: 1px solid var(--gold-line);
  border-radius: 6px;
  padding: 18px 20px;
  color: var(--ink);
  transition: border-color .25s;
}
.contact-row:hover { border-color: var(--gold-line-hover); color: var(--ink); }
.contact-row--plain {
  background: none; border: 0; padding: 6px 20px;
  color: var(--muted); font-size: 14px; font-weight: 600;
}
.contact-row__k {
  font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); width: 56px; flex-shrink: 0;
}
.contact-row__phone { font-family: var(--display); font-weight: 700; font-size: 20px; }
.contact-row__email { font-family: var(--display); font-weight: 600; font-size: 18px; word-break: break-all; }

.form {
  background: var(--card);
  border: 1px solid var(--gold-line-2);
  border-radius: 8px;
  padding: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
.form label { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 700; color: var(--ink-2); }
.form .full { grid-column: 1 / -1; }
.form input, .form select, .form textarea {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--ink);
  font-size: 15px;
  outline: none;
  transition: border-color .2s;
}
.form select { appearance: auto; }
.form textarea { resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--gold); }
.form input::placeholder, .form textarea::placeholder { color: var(--dim); }
.form button {
  grid-column: 1 / -1;
  background: var(--gold); color: var(--bg);
  border: 0; font-weight: 700; font-size: 15px;
  padding: 15px 24px; border-radius: 6px; cursor: pointer;
  font-family: inherit;
  transition: background .2s;
}
.form button:hover { background: var(--gold-2); }
.form button:disabled { cursor: default; }
.form__note { grid-column: 1 / -1; color: var(--muted); font-size: 13px; text-align: center; }

/* footer */
.footer { background: var(--bg); border-top: 1px solid var(--gold-line); padding: 56px 24px 32px; }
.footer .wrap { display: flex; flex-direction: column; gap: 36px; }
.footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; }
.footer__col { display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: var(--ink-2); }
.footer__col a { color: var(--ink-2); }
.footer__col a:hover { color: var(--gold); }
.footer__k { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.footer-brand { font-family: var(--display); font-weight: 700; font-size: 20px; color: var(--ink); }
.footer__blurb { color: var(--muted); font-size: 14px; line-height: 1.6; max-width: 320px; }
.footer__bottom {
  border-top: 1px solid rgba(244, 241, 234, .08);
  padding-top: 20px;
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  color: var(--dim); font-size: 13px;
}

/* ---- responsive ---- */
@supports (height: 100svh) {
  .scene__sticky { height: 100svh; }
  .hero { min-height: calc(100svh - 64px); }
}

@media (max-width: 1024px) {
  .section { padding-top: 80px; padding-bottom: 80px; }
  .grid-2 { gap: 40px; }
}

@media (max-width: 860px) {
  .site-header .wrap { flex-wrap: nowrap; padding: 12px 18px; }
  .brand__name { font-size: 16px; }
  .menu-btn { display: flex; }
  .site-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(11, 11, 12, .97);
    border-bottom: 1px solid rgba(227, 179, 65, .18);
    padding: 8px 18px 14px;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity .25s, transform .25s;
  }
  .site-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .site-nav a { padding: 14px 4px; font-size: 16px; border-bottom: 1px solid rgba(244, 241, 234, .06); }
  .site-nav a:last-child { border-bottom: 0; }
  .call-btn { padding: 9px 14px; font-size: 13px; }
  .scene { --scene-h: 200vh; }
  .scene__poster { object-position: center 46%; }
  .scene__copy--bottom { padding: 0 20px calc(10vh + env(safe-area-inset-bottom)); }
  .scene__copy--center { padding: 0 20px; }
  .h-scene { font-size: clamp(30px, 8vw, 44px); }
  .commercial { gap: 32px; }
  .commercial__media { aspect-ratio: 4 / 3; }
  .hero__meta { gap: 10px; font-size: 13px; }
  .hero__inner { padding: 56px 20px 72px; }
  .section { padding: 64px 20px; }
  .section--tight { padding: 24px 20px 64px; }
  .grid-2 { gap: 32px; grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .reasons { grid-template-columns: 1fr 1fr; }
  .area__box { padding: 40px 22px; }
  .area { min-height: 0; }
  .form { padding: 20px; }
  .footer { padding: 44px 20px 28px; }
}

@media (max-width: 480px) {
  .reasons { grid-template-columns: 1fr; }
  .ctas { flex-direction: column; }
  .ctas .btn { text-align: center; }
  .site-header .wrap { padding: 10px 14px; }
  .brand__mark { width: 30px; height: 30px; font-size: 13px; }
  .brand__name { font-size: 15px; }
  .call-btn__num { display: none; }
  .call-btn { padding: 10px 14px; }
  .hero__title { font-size: clamp(40px, 12vw, 56px); }
  .hero__meta { font-size: 12px; }
  .section { padding: 56px 18px; }
  .section--tight { padding: 16px 18px 56px; }
  .area__box { padding: 32px 18px; }
  .area__box .h-section { font-size: 30px; }
  .contact-row { padding: 14px 16px; }
  .contact-row__phone { font-size: 18px; }
  .contact-row__email { font-size: 15px; }
  .form { grid-template-columns: 1fr; }
}

/* Portrait phones: the clips are 16:9, so instead of cropping them to a tall screen,
   show the whole frame (slightly zoomed) in the upper part of the stage with the copy
   below. Edges are masked to melt into the black stage. --scene-zoom is the knob:
   1 = letterboxed full frame, higher = tighter crop at the sides. */
@media (max-width: 860px) and (orientation: portrait) {
  .scene { --scene-zoom: 1.35; --scene-y: 31%; }
  .scene__sticky { background: #050505; }
  .scene__frame {
    inset: auto;
    left: 50%; top: var(--scene-y);
    width: calc(100% * var(--scene-zoom));
    aspect-ratio: 16 / 9;
    transform: translate(-50%, -50%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  }
  .scene__poster { object-position: center; }
  .scene--led .scene__shade, .scene--cam .scene__shade {
    background: linear-gradient(180deg, var(--bg) 0%, rgba(11, 11, 12, 0) 10%, rgba(11, 11, 12, 0) 50%, rgba(11, 11, 12, .85) 72%, var(--bg) 100%);
  }
  .scene__copy--bottom { padding-bottom: calc(8vh + env(safe-area-inset-bottom)); }
  .scene__copy--center { align-items: flex-end; padding-bottom: calc(8vh + env(safe-area-inset-bottom)); }
  .scene__copy--center .h-scene, .scene__copy--bottom .h-scene { max-width: none; }
}

@media (hover: none) and (pointer: coarse) {
  .btn, .call-btn, .form button { padding-top: 15px; padding-bottom: 15px; }
  .card:hover .card__media img, .commercial__media:hover img { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { transition: none; }
  .scene { height: 100vh; }
  .eyebrow--dot::before { animation: none; }
}
