/* =========================================================
   GTA 6 CREATOR BRANDING — core stylesheet
   Shared by the standalone preview and the Shopify theme.
   Shopify: this file lives at assets/theme.css
   ========================================================= */

/* ---------- Tokens ---------- */
:root {
  --void: #07060b;
  --char: #101017;
  --plum: #170d22;
  --plum-2: #2a1140;
  --pink: #ff2d7e;
  --orange: #ff8a3c;
  --gold: #ffd7a3;
  --bone: #f3efe9;
  --dim: #8e8798;
  --line: rgba(243, 239, 233, 0.1);
  --line-2: rgba(243, 239, 233, 0.18);

  --wrap: 1280px;
  --gut: 28px;
  --sec: 140px;

  --ease: cubic-bezier(0.22, 0.68, 0.24, 1);
  --font: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--void);
  color: var(--bone);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }
p { margin: 0; }

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

::selection { background: var(--pink); color: #fff; }

/* ---------- Type scale ---------- */
.d1, .d2, .d3, .d4 {
  margin: 0;
  font-weight: 800;
  font-stretch: 118%;
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.d1 { font-size: clamp(2.55rem, 6vw, 5.6rem); }
.d2 { font-size: clamp(2.2rem, 4.6vw, 4rem); }
.d3 { font-size: clamp(1.5rem, 2.4vw, 2.1rem); line-height: 1; }
.d4 { font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.1; letter-spacing: -0.01em; }

.lede {
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  color: var(--dim);
  max-width: 46ch;
  line-height: 1.6;
}

.meta {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--dim);
}

.hair {
  height: 1px;
  background: var(--line);
  border: 0;
  margin: 0;
}

/* ---------- Layout ---------- */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gut);
}

.section { padding-block: var(--sec); position: relative; }
.section--tight { padding-block: calc(var(--sec) * 0.62); }

.sec-head { max-width: 720px; margin-bottom: 68px; }
.sec-head .lede { margin-top: 22px; }

/* ---------- Buttons ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
  padding: 18px 32px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 4px;
  transition: transform 0.4s var(--ease), color 0.35s var(--ease),
    border-color 0.35s var(--ease), box-shadow 0.45s var(--ease),
    background-size 0.5s var(--ease), background-position 0.9s var(--ease);
  will-change: transform;
}
.btn > span[aria-hidden] {
  display: inline-block;
  transition: transform 0.4s var(--ease);
}
.btn:hover > span[aria-hidden] { transform: translateX(5px); }
.btn:active { transform: translateY(0) scale(0.985); }

/* primary — warm sunset gradient with a light sweep on hover */
.btn--primary {
  color: #16060e;
  background-image:
    linear-gradient(112deg, transparent 28%, rgba(255, 255, 255, 0.42) 46%, transparent 64%),
    linear-gradient(100deg, #ffa04a 0%, #ff6b4f 40%, #ff2d7e 82%);
  background-size: 250% 100%, 100% 100%;
  background-position: 128% 0, 0 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(90, 10, 40, 0.28),
    0 14px 34px -16px rgba(255, 45, 126, 0.75);
}
.btn--primary:hover {
  transform: translateY(-2px);
  background-position: -40% 0, 0 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(90, 10, 40, 0.3),
    0 22px 46px -16px rgba(255, 45, 126, 0.95);
}

/* ghost — hairline that fills from the bottom */
.btn--ghost {
  color: var(--bone);
  border: 1px solid var(--line-2);
  background-color: rgba(243, 239, 233, 0.02);
  background-image: linear-gradient(var(--bone), var(--bone));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 0%;
}
.btn--ghost:hover {
  transform: translateY(-2px);
  color: #0a0811;
  border-color: var(--bone);
  background-size: 100% 100%;
  box-shadow: 0 16px 36px -20px rgba(243, 239, 233, 0.5);
}

/* whatsapp */
.btn--wa {
  color: #6bee9a;
  border: 1px solid rgba(37, 211, 102, 0.5);
  background-color: rgba(16, 46, 29, 0.55);
  background-image: linear-gradient(#25d366, #25d366);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 0%;
  backdrop-filter: blur(6px);
}
.btn--wa svg { width: 1.15em; height: 1.15em; flex: none; }
.btn--wa:hover {
  transform: translateY(-2px);
  color: #07130c;
  border-color: #25d366;
  background-size: 100% 100%;
  box-shadow: 0 16px 36px -18px rgba(37, 211, 102, 0.85);
}

.btn--sm { padding: 13px 22px; font-size: 0.74rem; }
.btn--block { width: 100%; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line-2);
  transition: border-color 0.3s var(--ease), color 0.3s var(--ease);
}
.link-arrow span[aria-hidden] { transition: transform 0.4s var(--ease); display: inline-block; }
.link-arrow:hover { border-color: var(--pink); color: var(--pink); }
.link-arrow:hover span[aria-hidden] { transform: translateX(5px); }

/* =========================================================
   Header
   ========================================================= */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  transition: background-color 0.4s var(--ease), backdrop-filter 0.4s var(--ease),
    border-color 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}
.header.is-stuck {
  background: rgba(7, 6, 11, 0.82);
  backdrop-filter: saturate(140%) blur(14px);
  border-bottom-color: var(--line);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 78px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  font-stretch: 112%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-size: 0.95rem;
  white-space: nowrap;
}
.brand__mark {
  width: 30px;
  height: 30px;
  flex: none;
  display: block;
  line-height: 0;
}
.brand__mark svg { width: 100%; height: 100%; display: block; }
.footer__brand .brand__mark { width: 34px; height: 34px; }
.brand em { font-style: normal; color: var(--dim); font-weight: 500; letter-spacing: 0.02em; }

.nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.nav a {
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(243, 239, 233, 0.7);
  transition: color 0.25s var(--ease);
}
.nav a:hover { color: var(--bone); }

.header__cta { display: flex; align-items: center; gap: 14px; }

.burger {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-2);
  border-radius: 2px;
}
.burger span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--bone);
  position: relative;
  transition: background 0.2s var(--ease);
}
.burger span::before,
.burger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 1.5px;
  background: var(--bone);
  transition: transform 0.3s var(--ease);
}
.burger span::before { top: -6px; }
.burger span::after { top: 6px; }
.is-open .burger span { background: transparent; }
.is-open .burger span::before { transform: translateY(6px) rotate(45deg); }
.is-open .burger span::after { transform: translateY(-6px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 55;
  background: var(--void);
  padding: 110px var(--gut) 40px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transform: translateY(-102%);
  transition: transform 0.5s var(--ease);
  overflow-y: auto;
}
.is-open .mobile-menu { transform: translateY(0); }
.mobile-menu a {
  font-size: 1.9rem;
  font-weight: 800;
  font-stretch: 115%;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.mobile-menu .btn { margin-top: 28px; }

/* =========================================================
   Hero
   ========================================================= */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding-block: 118px 54px;
  overflow: hidden;
  isolation: isolate;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero__media img,
.hero__media svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* photo background: dimmed so the headline stays readable */
.hero__media--photo { background: var(--void); }
.hero__media--photo img {
  opacity: var(--hero-op, 0.8);
  filter: saturate(104%) contrast(102%);
  transform: scale(1.02);
}
.hero__media--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 80% at 70% 45%, rgba(42, 17, 64, 0.35), transparent 70%);
}

.hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 6, 11, 0.6) 0%, rgba(7, 6, 11, 0.06) 24%, rgba(7, 6, 11, 0.5) 58%, rgba(7, 6, 11, 0.9) 90%, var(--void) 100%),
    linear-gradient(90deg, rgba(7, 6, 11, 0.88) 0%, rgba(7, 6, 11, 0.62) 32%, rgba(7, 6, 11, 0.14) 64%, rgba(7, 6, 11, 0) 84%);
}

.hero__inner { width: 100%; }
.hero__title { max-width: 17ch; }
.hero__title .accent {
  display: block;
  background: linear-gradient(176deg, var(--bone) 18%, var(--gold) 62%, var(--pink) 104%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__sub { margin-top: 30px; max-width: 40ch; color: rgba(243, 239, 233, 0.78); }

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.hero__tags {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  max-width: 640px;
}

.hero__scroll {
  position: absolute;
  right: var(--gut);
  bottom: 64px;
  writing-mode: vertical-rl;
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--dim);
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero__scroll::after {
  content: "";
  width: 1px;
  height: 58px;
  background: linear-gradient(var(--dim), transparent);
}

/* Grain overlay used on cinematic panels */
.grain::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.13;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
}

/* =========================================================
   Trust bar
   ========================================================= */
.trust {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 46px;
  background: linear-gradient(180deg, rgba(42, 17, 64, 0.28), transparent);
}
.trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  align-items: center;
}
.trust__cell + .trust__cell { border-left: 1px solid var(--line); padding-left: 34px; }
.trust__value {
  font-size: 1.55rem;
  font-weight: 800;
  font-stretch: 112%;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.trust__label { margin-top: 6px; }
.stars { color: var(--orange); letter-spacing: 0.18em; font-size: 0.92rem; }

/* =========================================================
   Portfolio — case studies
   ========================================================= */
.pf-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.pf-head .sec-head { margin-bottom: 0; }

.cases { border-top: 1px solid var(--line); }

.case {
  display: grid;
  grid-template-columns: minmax(230px, 0.9fr) 2.6fr;
  gap: 60px;
  padding-block: 74px;
  border-bottom: 1px solid var(--line);
}

.case__info { position: sticky; top: 108px; align-self: start; }

.case__no {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--pink);
  margin-bottom: 20px;
}
.case__no i { font-style: normal; color: var(--dim); font-weight: 500; }

.case__name {
  margin: 0;
  font-size: clamp(1.6rem, 2.5vw, 2.3rem);
  font-weight: 800;
  font-stretch: 118%;
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.case__tag { margin-top: 14px; color: var(--dim); font-size: 0.95rem; max-width: 28ch; }

.case__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 24px;
}
.case__chips li {
  padding: 6px 12px;
  border: 1px solid var(--line-2);
  border-radius: 100px;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(243, 239, 233, 0.75);
}
.case__cta { margin-top: 30px; }

.case__media { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.case__row { display: grid; grid-template-columns: 0.78fr 2fr; gap: 16px; align-items: stretch; }

.case__shot {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #0b0912;
  cursor: pointer;
  box-shadow: 0 20px 46px -34px rgba(0, 0, 0, 0.9);
  transition: border-color 0.45s var(--ease), transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.case__shot::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(243, 239, 233, 0.07);
}
.case__shot img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1s var(--ease);
}
.case__shot:hover {
  border-color: rgba(255, 45, 126, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 30px 64px -40px rgba(255, 45, 126, 0.85);
}
.case__shot:hover img { transform: scale(1.02); }

/* second + third images fill their row height without letterboxing */
.case__row .case__shot--fill { display: flex; }
.case__row .case__shot--fill img { height: 100%; object-fit: cover; }

/* profile picture — shown the way YouTube shows it */
.case__shot--square {
  display: grid;
  place-items: center;
  padding: clamp(16px, 6%, 34px);
  background:
    radial-gradient(80% 80% at 50% 42%, rgba(255, 45, 126, 0.16), transparent 70%),
    linear-gradient(168deg, #14101f, #0a0811 78%);
}
.case__shot--square img {
  width: 100%;
  max-width: 210px;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 18px 40px -22px rgba(0, 0, 0, 0.95);
}
.case__shot--square::before {
  content: "PFP";
  position: absolute;
  left: 14px;
  bottom: 12px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--dim);
}

.case__eye {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(243, 239, 233, 0.5);
  border-radius: 100px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bone);
  background: rgba(7, 6, 11, 0.62);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.case__shot:hover .case__eye,
.case__shot:focus-visible .case__eye { opacity: 1; transform: translateY(0); }

/* =========================================================
   Services
   ========================================================= */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}
.svc {
  grid-column: span 2;
  background: var(--void);
  padding: 44px 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 286px;
  transition: background-color 0.5s var(--ease);
}
.svc:hover { background: #0d0a14; }
.svc__icon { width: 46px; height: 46px; color: var(--pink); }
.svc__icon svg { width: 100%; height: 100%; }
.svc h3 { margin: 0; }
.svc p { color: var(--dim); font-size: 0.95rem; margin-top: auto; }

/* =========================================================
   Why us
   ========================================================= */
.why {
  background:
    radial-gradient(120% 90% at 82% 0%, rgba(42, 17, 64, 0.55), transparent 62%),
    var(--void);
}
.why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px 34px;
}
.why__item { padding-top: 26px; border-top: 1px solid var(--line-2); }
.why__item h3 { margin: 0 0 12px; }
.why__item p { color: var(--dim); font-size: 0.95rem; }

/* =========================================================
   Packages
   ========================================================= */
.pk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
.pk {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 40px 34px 36px;
  background: linear-gradient(180deg, rgba(243, 239, 233, 0.03), transparent 60%);
  display: flex;
  flex-direction: column;
  gap: 26px;
  transition: border-color 0.4s var(--ease), transform 0.4s var(--ease);
}
.pk:hover { border-color: var(--line-2); transform: translateY(-3px); }
.pk--featured {
  border-color: rgba(255, 45, 126, 0.5);
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(255, 45, 126, 0.16), transparent 60%),
    linear-gradient(180deg, rgba(243, 239, 233, 0.04), transparent 60%);
  box-shadow: 0 40px 90px -60px rgba(255, 45, 126, 0.9);
}
.pk__flag {
  position: absolute;
  top: -11px;
  left: 34px;
  padding: 4px 12px;
  border-radius: 2px;
  background: linear-gradient(96deg, var(--orange), var(--pink));
  color: #14060d;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.pk__price {
  font-size: 3.1rem;
  font-weight: 800;
  font-stretch: 116%;
  letter-spacing: -0.035em;
  line-height: 1;
  margin-top: 10px;
}
.pk__price sup { font-size: 1.15rem; top: -1.1em; margin-right: 2px; font-weight: 600; }
.pk__list { display: flex; flex-direction: column; gap: 13px; font-size: 0.95rem; }
.pk__list li { display: flex; gap: 12px; align-items: flex-start; color: rgba(243, 239, 233, 0.86); }
.pk__list li::before {
  content: "";
  flex: none;
  width: 7px;
  height: 7px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--pink);
}
.pk .btn { margin-top: auto; }
.pk-note { margin-top: 34px; text-align: center; color: var(--dim); font-size: 0.95rem; }
.pk-note a { color: var(--bone); border-bottom: 1px solid var(--pink); }

/* =========================================================
   Process
   ========================================================= */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  counter-reset: step;
}
.step { padding-top: 30px; border-top: 1px solid var(--line-2); position: relative; }
.step__no {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--pink);
  display: block;
  margin-bottom: 20px;
}
.step h3 { margin: 0 0 12px; }
.step p { color: var(--dim); font-size: 0.95rem; max-width: 34ch; }
.step::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pink);
}

/* =========================================================
   Reviews
   ========================================================= */
.rv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rv {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 34px 30px;
  background: linear-gradient(180deg, rgba(243, 239, 233, 0.03), transparent 70%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rv p { font-size: 1rem; color: rgba(243, 239, 233, 0.88); }
.rv__who { margin-top: auto; display: flex; align-items: center; gap: 13px; padding-top: 6px; }
.rv__av {
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  font-weight: 800;
  color: #14060d;
  background: linear-gradient(140deg, var(--gold), var(--pink));
}
.rv__name { font-size: 0.92rem; font-weight: 700; line-height: 1.2; }
.rv__role { font-size: 0.76rem; color: var(--dim); }

/* =========================================================
   Deliverables
   ========================================================= */
.deliver {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.check { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
.check li {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px 4px;
  border-bottom: 1px solid var(--line);
  font-size: 0.97rem;
}
.check li span {
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.62rem;
  color: #14060d;
  background: linear-gradient(140deg, var(--gold), var(--orange));
  font-weight: 900;
}
.deliver__panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #0b0912;
  box-shadow: 0 24px 56px -38px rgba(0, 0, 0, 0.95);
}
.deliver__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(243, 239, 233, 0.07);
}
.deliver__panel img { width: 100%; height: auto; display: block; }
.deliver__cap {
  display: block;
  padding: 15px 20px;
  border-top: 1px solid var(--line);
  background: rgba(243, 239, 233, 0.02);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(243, 239, 233, 0.82);
}

/* =========================================================
   FAQ
   ========================================================= */
.faq { max-width: 860px; }
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 28px 44px 28px 0;
  position: relative;
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: color 0.3s var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--pink); }
.faq summary::before,
.faq summary::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 14px;
  height: 1.5px;
  background: currentColor;
  transition: transform 0.35s var(--ease), opacity 0.35s var(--ease);
}
.faq summary::after { transform: rotate(90deg); }
.faq details[open] summary { color: var(--pink); }
.faq details[open] summary::after { transform: rotate(0deg); opacity: 0; }
.faq__a {
  padding: 0 60px 30px 0;
  color: var(--dim);
  font-size: 1rem;
  max-width: 68ch;
}

/* =========================================================
   Final CTA
   ========================================================= */
.final {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
  padding-block: clamp(110px, 16vw, 190px);
}
.final__media { position: absolute; inset: 0; z-index: -2; }
.final__media img,
.final__media svg { width: 100%; height: 100%; object-fit: cover; }
.final__media--photo { background: var(--void); }
.final__media--photo img { opacity: var(--cta-op, 0.88); filter: saturate(106%) contrast(102%); }
.final__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, var(--void) 0%, rgba(7, 6, 11, 0.42) 22%, rgba(7, 6, 11, 0.5) 62%, var(--void) 100%),
    radial-gradient(66% 58% at 50% 46%, rgba(7, 6, 11, 0.58), transparent 80%);
}
.final .lede { margin-inline: auto; margin-top: 26px; }
.final__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 42px; }
.final__note { margin-top: 34px; }

/* =========================================================
   Footer
   ========================================================= */
.footer { padding-block: 0 44px; border-top: 1px solid var(--line); }

.footer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding-block: 68px;
  border-bottom: 1px solid var(--line);
}
.footer__headline {
  margin: 16px 0 0;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 800;
  font-stretch: 116%;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  max-width: 18ch;
}

.footer__top {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, minmax(120px, 0.7fr));
  gap: 46px 40px;
  padding-block: 62px 54px;
}
.footer__blurb { color: var(--dim); font-size: 0.95rem; margin-top: 18px; max-width: 34ch; }
.footer h4 {
  margin: 0 0 20px;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--dim);
  font-weight: 600;
}
.footer__links { display: flex; flex-direction: column; gap: 13px; font-size: 0.95rem; align-items: flex-start; }
.footer__links a {
  color: rgba(243, 239, 233, 0.78);
  padding-bottom: 2px;
  background-image: linear-gradient(var(--pink), var(--pink));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 1px;
  transition: color 0.3s var(--ease), background-size 0.4s var(--ease);
}
.footer__links a:hover { color: var(--bone); background-size: 100% 1px; }
.footer__note { margin-top: 16px; color: var(--dim); font-size: 0.82rem; max-width: 20ch; }

.footer__bottom {
  padding-top: 26px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  justify-content: space-between;
  align-items: center;
  color: var(--dim);
  font-size: 0.8rem;
}
.footer__legal { max-width: 46ch; }
.footer__top-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(243, 239, 233, 0.7);
  transition: color 0.3s var(--ease);
}
.footer__top-link span { transition: transform 0.35s var(--ease); }
.footer__top-link:hover { color: var(--bone); }
.footer__top-link:hover span { transform: translateY(-3px); }

/* =========================================================
   Floating WhatsApp
   Dark glass pill that expands on hover. For a solid green button
   instead, set: .wa-float { background: #25d366; border-color: #25d366; }
   and .wa-float__icon { color: #07130c; }
   ========================================================= */
.wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  height: 56px;
  padding-right: 0;
  border-radius: 100px;
  border: 1px solid rgba(37, 211, 102, 0.4);
  background: rgba(10, 9, 15, 0.72);
  backdrop-filter: saturate(150%) blur(14px);
  box-shadow: 0 18px 44px -20px rgba(0, 0, 0, 0.9), 0 0 0 6px rgba(37, 211, 102, 0.05);
  overflow: hidden;
  transform: translateY(140%);
  transition: transform 0.55s var(--ease), border-color 0.35s var(--ease),
    background-color 0.35s var(--ease), box-shadow 0.35s var(--ease), padding-right 0.45s var(--ease);
}
.wa-float.is-shown { transform: translateY(0); }

.wa-float__icon {
  width: 56px;
  height: 56px;
  flex: none;
  display: grid;
  place-items: center;
  color: #3ddc7f;
  transition: color 0.35s var(--ease);
}
.wa-float__icon svg { width: 24px; height: 24px; }

.wa-float__label {
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bone);
  transition: max-width 0.5s var(--ease), opacity 0.35s var(--ease);
}

.wa-float:hover,
.wa-float:focus-visible {
  padding-right: 22px;
  border-color: rgba(37, 211, 102, 0.85);
  background: rgba(12, 24, 17, 0.9);
  box-shadow: 0 22px 50px -20px rgba(37, 211, 102, 0.5), 0 0 0 6px rgba(37, 211, 102, 0.08);
}
.wa-float:hover .wa-float__label,
.wa-float:focus-visible .wa-float__label { max-width: 220px; opacity: 1; }
.wa-float:hover .wa-float__icon { color: #5ce68f; }

/* =========================================================
   Lightbox
   ========================================================= */
.lb {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(4, 3, 7, 0.94);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s var(--ease), visibility 0.35s var(--ease);
}
.lb.is-open { opacity: 1; visibility: visible; }
.lb__inner { width: min(1080px, 100%); }
.lb__frame {
  position: relative;
  max-height: 74vh;
  overflow: hidden;
  border-radius: 4px;
  background: #0b0912;
  transform: scale(0.97);
  transition: transform 0.4s var(--ease);
}
.lb.is-open .lb__frame { transform: scale(1); }
.lb__frame > img { width: 100%; height: auto; max-height: 74vh; object-fit: contain; display: block; }
.lb__bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.lb__deliver { display: block; margin-top: 9px; font-size: 0.82rem; color: var(--dim); }
.lb__meta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.lb__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--bone);
  background: rgba(7, 6, 11, 0.55);
  transition: border-color 0.3s var(--ease), color 0.3s var(--ease), background-color 0.3s var(--ease);
}
.lb__nav:hover { border-color: var(--pink); color: var(--pink); background: rgba(7, 6, 11, 0.8); }
.lb__nav--prev { left: 20px; }
.lb__nav--next { right: 20px; }
@media (max-width: 900px) {
  .lb__nav { width: 42px; height: 42px; top: auto; bottom: 18px; transform: none; }
  .lb__nav--prev { left: 16px; }
  .lb__nav--next { right: 16px; }
  .lb__bar { padding-bottom: 54px; }
}
.lb__close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  color: var(--bone);
  background: rgba(7, 6, 11, 0.6);
}
.lb__close:hover { border-color: var(--pink); color: var(--pink); }

/* =========================================================
   Reveal animation
   ========================================================= */
.rv-in {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.rv-in.is-in { opacity: 1; transform: none; }
.rv-in[data-d="1"] { transition-delay: 0.08s; }
.rv-in[data-d="2"] { transition-delay: 0.16s; }
.rv-in[data-d="3"] { transition-delay: 0.24s; }
.rv-in[data-d="4"] { transition-delay: 0.32s; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1240px) {
  .brand em { display: none; }
  .header__cta .btn { padding: 12px 18px; }
}

@media (max-width: 1100px) {
  :root { --sec: 108px; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .svc { grid-column: span 1; min-height: 260px; }
  .why__grid { grid-template-columns: repeat(2, 1fr); }
  .deliver { grid-template-columns: 1fr; gap: 48px; }
  .footer__top { grid-template-columns: 1fr 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .nav { display: none; }
  .header__cta .btn { display: none; }
  .burger { display: flex; }
  .pk-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .rv-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 26px; }
  .trust__grid { grid-template-columns: repeat(2, 1fr); gap: 26px; }
  .trust__cell + .trust__cell { border-left: 0; padding-left: 0; }
  .trust__cell:nth-child(even) { border-left: 1px solid var(--line); padding-left: 26px; }
  .case { grid-template-columns: 1fr; gap: 30px; padding-block: 54px; }
  .case__info { position: static; }
  .case__tag { max-width: 46ch; }
  .hero__scroll { display: none; }
}

@media (max-width: 640px) {
  :root { --sec: 86px; --gut: 20px; }
  body { font-size: 16px; }
  .hero { padding-block: 118px 44px; min-height: 92svh; }
  .hero__media--photo img { opacity: calc(var(--hero-op, 0.8) * 0.85); object-position: 62% center; }
  .hero__actions .btn { flex: 1 1 100%; justify-content: center; }
  .hero__tags { margin-top: 38px; }
  .case__row { grid-template-columns: 0.85fr 1.7fr; gap: 10px; }
  .case__media { gap: 10px; }
  .case__eye { display: none; }
  .case__shot--square { padding: 12px; }
  .case__shot--square::before { display: none; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc { min-height: 0; padding: 34px 24px; }
  .why__grid { grid-template-columns: 1fr; gap: 30px; }
  .check { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 34px 24px; padding-block: 44px 38px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__cta { padding-block: 48px; gap: 26px; }
  .footer__cta .btn { width: 100%; }
  .final__actions .btn { flex: 1 1 100%; justify-content: center; }
  .wa-float { right: 16px; bottom: 16px; height: 52px; }
  .wa-float__icon { width: 52px; height: 52px; }
  .sec-head { margin-bottom: 44px; }
  .lb { padding: 16px; }
  .lb__frame { aspect-ratio: 4 / 3; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  .rv-in { opacity: 1; transform: none; }
}