:root {
  --ink: #08090b;
  --ink-soft: #0d0e11;
  --surface: #121318;
  --surface-2: #181a20;
  --white: #f7f7f5;
  --silver: #c4c5c8;
  --muted: #92949a;
  --red: #e12c20;
  --red-deep: #a91710;
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(255, 255, 255, 0.2);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  --radius: 24px;
  --container: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  color-scheme: dark;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 72% 8%, rgba(225, 44, 32, 0.1), transparent 28rem),
    var(--ink);
  color: var(--white);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

body.home-vision.menu-open .site-header.is-open {
  z-index: 12000;
  isolation: isolate;
  background: #08090b;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

body.home-vision.menu-open .site-header.is-open .brand-copy strong {
  color: #f4f1ea;
}

body.home-vision.menu-open .site-header.is-open .brand-copy small {
  color: rgba(244, 241, 234, 0.62);
}

body.home-vision.menu-open .site-header.is-open :is(.account-shortcut, .menu-toggle) {
  border-color: rgba(255, 255, 255, 0.18);
  background: #151519;
  color: #f4f1ea;
}

img,
video {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4 {
  margin-top: 0;
}

figure {
  margin: 0;
}

:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 4px;
}

::selection {
  background: var(--red);
  color: #fff;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  transform: translateY(-160%);
  border-radius: 999px;
  background: #fff;
  color: #08090b;
  padding: 10px 16px;
  font-weight: 800;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #ff675c;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 26px;
  height: 1px;
  background: currentColor;
  content: "";
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 21px;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.3s var(--ease), border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: var(--red);
  box-shadow: 0 16px 36px -18px rgba(225, 44, 32, 0.9);
  color: #fff;
}

.button--primary:hover {
  background: #f0362a;
  box-shadow: 0 20px 44px -16px rgba(225, 44, 32, 0.85);
}

.button--secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.035);
  color: var(--white);
}

.button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.07);
}

.button--text {
  min-height: auto;
  justify-content: flex-start;
  border-radius: 0;
  padding: 0;
  color: #ff756b;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  border-bottom-color: var(--line);
  background: rgba(8, 9, 11, 0.9);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px) saturate(140%);
}

.header-inner {
  display: flex;
  min-height: 80px;
  align-items: center;
  gap: 26px;
}

.brand {
  display: inline-flex;
  min-width: 225px;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand-copy strong {
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.93rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.brand-copy small {
  color: var(--muted);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.54rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: auto;
}

.main-nav > a:not(.button) {
  position: relative;
  padding-block: 9px;
  color: var(--silver);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.main-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--red);
  content: "";
  transition: transform 0.25s var(--ease);
}

.main-nav > a:not(.button):hover,
.main-nav > a[aria-current="page"] {
  color: #fff;
}

.main-nav > a:not(.button):hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle span {
  position: relative;
}

.menu-toggle span::before {
  position: absolute;
  transform: translateY(-6px);
}

.menu-toggle span::after {
  position: absolute;
  transform: translateY(6px);
}

.menu-toggle[aria-expanded="true"] span {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] span::before {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span::after {
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  min-height: 820px;
  align-items: center;
  overflow: hidden;
  padding: 132px 0 70px;
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: radial-gradient(circle at 70% 42%, #000, transparent 74%);
}

.hero-grid {
  display: grid;
  align-items: center;
  gap: clamp(42px, 7vw, 96px);
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero h1 {
  max-width: 8.5ch;
  margin-bottom: 24px;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(4rem, 7.3vw, 7.8rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.84;
  text-wrap: balance;
  text-transform: uppercase;
}

.hero h1 .accent {
  display: block;
  color: var(--red);
}

.hero-lead {
  max-width: 50ch;
  margin-bottom: 30px;
  color: var(--silver);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 35px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: var(--muted);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-meta span::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 12px rgba(225, 44, 32, 0.8);
  content: "";
}

.hero-visual {
  position: relative;
  min-width: 0;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-visual::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 9, 11, 0.05), rgba(8, 9, 11, 0.22) 55%, rgba(8, 9, 11, 0.86)),
    linear-gradient(90deg, rgba(225, 44, 32, 0.08), transparent 38%);
  content: "";
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: 58% center;
}

.hero-stamp {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(8, 9, 11, 0.56);
  color: var(--silver);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.61rem;
  letter-spacing: 0.11em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.hero-stamp strong {
  display: block;
  color: #fff;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 1.18rem;
  letter-spacing: -0.02em;
}

.hero-caption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.hero-caption strong {
  display: block;
  max-width: 14ch;
  margin-bottom: 5px;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(1.5rem, 2.6vw, 2.35rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-transform: uppercase;
}

.hero-caption small {
  color: var(--silver);
  font-size: 0.78rem;
}

.hero-number {
  color: rgba(255, 255, 255, 0.65);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.proof-strip {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.018);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-item {
  min-height: 122px;
  padding: 26px 28px;
  border-right: 1px solid var(--line);
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 1.03rem;
  font-weight: 800;
}

.proof-item span {
  color: var(--muted);
  font-size: 0.8rem;
}

.section {
  padding: clamp(88px, 10vw, 140px) 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 820px;
}

.section--tight {
  padding-block: clamp(70px, 8vw, 104px);
}

.section-head {
  display: grid;
  align-items: end;
  gap: 40px;
  margin-bottom: clamp(38px, 6vw, 68px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
}

.section-head h2,
.signature-copy h2,
.process-intro h2,
.contact-panel h2 {
  margin-bottom: 0;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(2.6rem, 5.5vw, 5.7rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-wrap: balance;
  text-transform: uppercase;
}

.section-head > p,
.signature-copy > p,
.process-intro > p {
  margin-bottom: 0;
  color: var(--silver);
  font-size: 0.96rem;
}

.service-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.service-card {
  position: relative;
  display: flex;
  min-height: 440px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  grid-column: span 4;
  transition: transform 0.45s var(--ease), border-color 0.3s ease, box-shadow 0.45s var(--ease);
}

.service-card--wide {
  grid-column: span 6;
}

.service-card:hover {
  z-index: 2;
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: var(--shadow);
}

.service-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 9, 11, 0.03) 22%, rgba(8, 9, 11, 0.94) 91%);
  content: "";
}

.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease), filter 0.5s ease;
}

.service-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.03);
}

.service-card__top {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-card__price {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(8, 9, 11, 0.58);
  padding: 6px 10px;
  backdrop-filter: blur(10px);
}

.service-card__body {
  position: relative;
  z-index: 2;
  padding: 28px;
}

.service-card h3 {
  margin-bottom: 9px;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-transform: uppercase;
}

.service-card p {
  max-width: 42ch;
  margin-bottom: 18px;
  color: var(--silver);
  font-size: 0.86rem;
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-card__link span {
  color: #ff675c;
  transition: transform 0.25s var(--ease);
}

.service-card:hover .service-card__link span {
  transform: translateX(5px);
}

.service-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.signature {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 50%, rgba(225, 44, 32, 0.11), transparent 28rem),
    var(--ink-soft);
}

.signature-grid {
  display: grid;
  align-items: center;
  gap: clamp(42px, 8vw, 100px);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.signature-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.signature-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.signature-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(transparent, rgba(8, 9, 11, 0.78));
  content: "";
}

.media-note {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.media-note strong {
  max-width: 14ch;
  margin: 0;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 1.45rem;
  font-weight: 850;
  line-height: 1.05;
  text-transform: uppercase;
}

.media-note span {
  color: #ff7e74;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.signature-copy h2 {
  margin-bottom: 24px;
}

.signature-copy > p {
  max-width: 56ch;
  margin-bottom: 34px;
}

.tier-list {
  display: grid;
  gap: 10px;
  margin-bottom: 30px;
}

.tier {
  display: grid;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  padding: 18px 20px;
  grid-template-columns: 1fr auto;
}

.tier--featured {
  border-color: rgba(225, 44, 32, 0.55);
  background: linear-gradient(90deg, rgba(225, 44, 32, 0.14), rgba(255, 255, 255, 0.025));
}

.tier strong {
  display: block;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tier small {
  color: var(--muted);
  font-size: 0.76rem;
}

.tier-price {
  color: #fff;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

.quality-points {
  display: grid;
  gap: 13px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.quality-points li {
  display: grid;
  align-items: start;
  gap: 11px;
  color: var(--silver);
  font-size: 0.88rem;
  grid-template-columns: 20px 1fr;
}

.quality-points li::before {
  color: #ff675c;
  content: "✓";
  font-weight: 900;
}

.showreel-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #050506;
  box-shadow: var(--shadow);
}

.showreel-wrap video {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.showreel-cover {
  position: absolute;
  display: grid;
  place-items: center;
  border: 0;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 9, 11, 0.08), rgba(8, 9, 11, 0.5));
  color: #fff;
  cursor: pointer;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.showreel-cover[hidden] {
  display: none;
}

.play-button {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(8, 9, 11, 0.62);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(10px);
  transition: transform 0.3s var(--ease), background 0.3s ease;
}

.play-button::before {
  display: block;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
  content: "";
}

.showreel-cover:hover .play-button {
  transform: scale(1.06);
  background: var(--red);
}

.showreel-label {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
}

.showreel-label strong {
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 1.45rem;
  font-weight: 850;
  text-transform: uppercase;
}

.showreel-label span {
  color: var(--silver);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-grid {
  display: grid;
  gap: clamp(40px, 8vw, 90px);
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.process-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.process-intro h2 {
  margin-bottom: 24px;
}

.process-intro p {
  max-width: 45ch;
  margin-bottom: 30px;
}

.steps {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  min-height: 185px;
  align-items: start;
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  padding: 28px;
  grid-template-columns: 56px 1fr;
}

.step-number {
  color: #ff675c;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.step h3 {
  margin-bottom: 8px;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 850;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.step p {
  max-width: 54ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.trust-panel {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  grid-template-columns: 0.9fr 1.1fr;
}

.trust-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(34px, 6vw, 72px);
}

.stars {
  margin-bottom: 18px;
  color: #fbbc04;
  font-size: 1rem;
  letter-spacing: 0.18em;
}

.trust-copy h2 {
  margin-bottom: 17px;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(2.2rem, 4.4vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.93;
  text-transform: uppercase;
}

.trust-copy p {
  max-width: 49ch;
  margin-bottom: 27px;
  color: var(--silver);
  font-size: 0.9rem;
}

.trust-image {
  position: relative;
  min-height: 520px;
}

.trust-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--surface), transparent 38%);
  content: "";
}

.trust-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-list {
  display: grid;
  max-width: 940px;
  gap: 10px;
  margin-inline: auto;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.faq-list details[open] {
  border-color: rgba(225, 44, 32, 0.4);
  background: var(--surface-2);
}

.faq-list summary {
  display: grid;
  min-height: 70px;
  align-items: center;
  gap: 20px;
  padding: 20px 22px;
  cursor: pointer;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  list-style: none;
  grid-template-columns: 1fr 30px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: #ff675c;
  content: "+";
  font-size: 1.15rem;
  transition: transform 0.25s ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-width: 75ch;
  padding: 0 72px 22px 22px;
  color: var(--silver);
  font-size: 0.88rem;
}

.contact-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(225, 44, 32, 0.36);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 22%, rgba(225, 44, 32, 0.22), transparent 22rem),
    linear-gradient(135deg, #17181d, #0e0f12);
  padding: clamp(38px, 7vw, 78px);
}

.contact-panel::after {
  position: absolute;
  right: -90px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.contact-panel h2 {
  max-width: 11ch;
  margin-bottom: 25px;
}

.contact-panel > p {
  max-width: 55ch;
  margin-bottom: 30px;
  color: var(--silver);
}

.contact-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-details {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  margin-top: 45px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-detail {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.contact-detail small {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.61rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-detail strong,
.contact-detail a {
  font-size: 0.88rem;
  font-weight: 700;
}

.site-footer {
  padding: 70px 0 30px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  gap: 42px;
  padding-bottom: 50px;
  grid-template-columns: 1.4fr repeat(3, minmax(140px, 0.6fr));
}

.footer-brand {
  max-width: 340px;
}

.footer-brand .brand {
  margin-bottom: 18px;
}

.footer-brand p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.footer-column h3 {
  margin-bottom: 14px;
  color: #fff;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column a {
  display: block;
  padding-block: 5px;
  color: var(--muted);
  font-size: 0.8rem;
  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.64rem;
  letter-spacing: 0.05em;
}

.mobile-contact {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .main-nav {
    gap: 18px;
  }

  .main-nav > a:nth-child(4) {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(410px, 1.12fr);
  }

  .hero h1 {
    font-size: clamp(3.8rem, 8.3vw, 6.3rem);
  }

  .proof-item {
    padding-inline: 20px;
  }
}

@media (max-width: 900px) {
  .header-inner {
    min-height: 72px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .main-nav {
    position: fixed;
    z-index: 2;
    isolation: isolate;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    transform: translateY(-12px);
    background: #08090b;
    padding: 22px 20px 40px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

  .main-nav.is-open {
    visibility: visible;
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  body.home-vision.menu-open .main-nav.is-open {
    background: #08090b;
  }

  body.home-vision.menu-open .main-nav.is-open > a:not(.button) {
    border-bottom-color: rgba(255, 255, 255, 0.13);
    color: #f4f1ea;
  }


  body.menu-open .hero--story :is(
    .hero-car,
    .hero-drops,
    .hero-protection-visual
  ),
  body.menu-open .ccc-detail-field {
    display: none !important;
  }

  .main-nav > a:not(.button),
  .main-nav > a:nth-child(4) {
    display: block;
    padding: 17px 4px;
    border-bottom: 1px solid var(--line);
    font-size: 0.95rem;
  }

  .main-nav .button {
    width: 100%;
    margin-top: 20px;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .hero {
    min-height: auto;
    padding: 120px 0 72px;
  }

  .hero-grid {
    gap: 48px;
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 9ch;
  }

  .hero-visual,
  .hero-visual > img {
    min-height: 520px;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-item:nth-child(2) {
    border-right: 0;
  }

  .proof-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .service-card,
  .service-card--wide {
    grid-column: span 6;
  }

  .signature-grid,
  .process-grid,
  .trust-panel {
    grid-template-columns: 1fr;
  }

  .signature-media img {
    aspect-ratio: 16 / 10;
  }

  .process-intro {
    position: static;
  }

  .trust-image {
    min-height: 420px;
    order: -1;
  }

  .trust-image::after {
    background: linear-gradient(180deg, transparent 58%, var(--surface));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  body {
    padding-bottom: 70px;
  }

  .brand-copy small {
    display: none;
  }

  .hero {
    padding-top: 108px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.65rem, 13.4vw, 3.55rem);
    letter-spacing: -0.065em;
    line-height: 0.88;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-meta {
    display: grid;
    gap: 9px;
  }

  .hero-visual,
  .hero-visual > img {
    min-height: 440px;
  }

  .hero-visual {
    border-radius: 22px;
  }

  .hero-stamp {
    top: 16px;
    right: 16px;
    width: 96px;
    height: 96px;
    font-size: 0.52rem;
  }

  .hero-stamp strong {
    font-size: 1rem;
  }

  .hero-caption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .hero-number {
    display: none;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 20px 0;
  }

  .proof-item:last-child {
    border-bottom: 0;
  }

  .section-head {
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .section-head h2,
  .signature-copy h2,
  .process-intro h2,
  .contact-panel h2 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .service-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card--wide {
    min-height: 410px;
    grid-column: auto;
  }

  .service-more {
    align-items: stretch;
    flex-direction: column;
  }

  .signature-media img {
    aspect-ratio: 4 / 5;
  }

  .tier {
    align-items: start;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .showreel-wrap video {
    min-height: 340px;
    aspect-ratio: auto;
  }

  .showreel-label {
    align-items: flex-start;
    flex-direction: column;
  }

  .step {
    min-height: auto;
    padding: 23px 20px;
    grid-template-columns: 42px 1fr;
  }

  .trust-image {
    min-height: 330px;
  }

  .faq-list summary {
    font-size: 0.9rem;
  }

  .faq-answer {
    padding-right: 22px;
  }

  .contact-panel {
    border-radius: 24px;
  }

  .contact-actions {
    display: grid;
  }

  .contact-actions .button {
    width: 100%;
  }

  .contact-details {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-contact {
    position: fixed;
    z-index: 1100;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    gap: 8px;
    border-top: 1px solid var(--line-strong);
    background: rgba(8, 9, 11, 0.94);
    padding: 9px 12px max(9px, env(safe-area-inset-bottom));
    backdrop-filter: blur(16px);
    grid-template-columns: 0.8fr 1.2fr;
  }

  .mobile-contact a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .mobile-contact a:last-child {
    border-color: transparent;
    background: #1fa855;
    color: #fff;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
