/*
Theme Name: Alphpixels
Theme URI: https://alphpixels.com/
Author: Alphpixels
Description: Custom cinematic portfolio and booking theme for Alphpixels.
Version: 1.0.0
Text Domain: alphpixels
*/

:root {
  --black: #050505;
  --soft-black: #101010;
  --graphite: #181818;
  --line: rgba(244, 241, 236, 0.14);
  --white: #f4f1ec;
  --muted: #a8a39c;
  --red: #b4161b;
  --red-hot: #e22929;
  --chrome: #a8adb2;
  --max: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

main {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  width: 100%;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  transition: background 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 5, 5, 0.76);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 160px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(20px, 3vw, 42px);
  padding-right: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.desktop-nav a {
  color: rgba(244, 241, 236, 0.82);
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: var(--red-hot);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid rgba(244, 241, 236, 0.42);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(244, 241, 236, 0.26);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.35);
  color: var(--white);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 220ms ease;
}

.menu-open .menu-toggle span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  align-content: center;
  padding: 96px 28px 34px;
  background: rgba(10, 10, 10, 0.96);
  transform: translateY(-100%);
  transition: transform 260ms ease;
}

.menu-open .mobile-menu {
  transform: translateY(0);
}

.mobile-menu nav {
  display: grid;
  gap: 18px;
  font-size: 52px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mobile-socials {
  display: flex;
  gap: 22px;
  margin-top: 46px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}

.hero-media,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 42%;
  filter: saturate(0.95) contrast(1.08);
  animation: imageScale 1400ms ease both;
}

.hero-scrim {
  background:
    radial-gradient(circle at 72% 20%, rgba(180, 22, 27, 0.18), transparent 32%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.54) 38%, rgba(5, 5, 5, 0.12) 70%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.88), transparent 38%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  width: 100%;
  min-height: 100svh;
  max-width: var(--max);
  margin: 0 auto;
  padding: 140px clamp(22px, 5vw, 76px) 84px;
}

.hero-grid > * {
  min-width: 0;
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--red-hot);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 880px;
  margin-bottom: 22px;
  font-size: 82px;
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  font-size: 62px;
  font-weight: 920;
  line-height: 0.94;
  letter-spacing: 0;
}

h3 {
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-copy {
  width: min(660px, 100%);
  max-width: 660px;
  color: rgba(244, 241, 236, 0.82);
  font-size: 21px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: min(100%, 640px);
  margin-top: 22px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(100%, 720px);
  margin-top: 22px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(244, 241, 236, 0.22);
  background: rgba(5, 5, 5, 0.28);
  color: rgba(244, 241, 236, 0.78);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--red);
  color: white;
}

.button.primary:hover {
  background: var(--red-hot);
}

.button.secondary {
  border-color: rgba(244, 241, 236, 0.42);
  background: rgba(5, 5, 5, 0.16);
  color: var(--white);
}

.hero-showcase {
  position: absolute;
  right: clamp(22px, 5vw, 76px);
  bottom: 118px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 112px);
  align-items: end;
  gap: 10px;
}

.hero-showcase figure {
  margin: 0;
  border: 1px solid rgba(244, 241, 236, 0.18);
  background: rgba(5, 5, 5, 0.62);
  backdrop-filter: blur(12px);
  animation: fadeUp 820ms ease both;
}

.hero-showcase figure:nth-child(2) {
  transform: translateY(-26px);
}

.hero-showcase figure:nth-child(3) {
  transform: translateY(16px);
}

.hero-showcase img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.hero-showcase figcaption {
  padding: 9px 8px 10px;
  color: rgba(244, 241, 236, 0.76);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-note {
  position: absolute;
  right: clamp(22px, 5vw, 76px);
  bottom: 48px;
  z-index: 2;
  display: grid;
  gap: 8px;
  color: rgba(244, 241, 236, 0.62);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase;
}

.section-pad {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(72px, 10vw, 136px) clamp(22px, 5vw, 76px);
}

.intro {
  display: grid;
  grid-template-columns: 0.58fr 1.45fr 0.72fr;
  align-items: end;
  gap: clamp(28px, 5vw, 80px);
  border-bottom: 1px solid var(--line);
}

.intro h2 {
  max-width: 980px;
  margin-bottom: 22px;
}

.intro p,
.section-heading p,
.feature-copy p,
.booking-copy p {
  max-width: 690px;
  color: var(--muted);
  font-size: 18px;
}

.founder-frame {
  margin: 0;
}

.founder-frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--line);
  filter: contrast(1.06);
}

.founder-frame figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.trust-band {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.5fr);
  gap: clamp(28px, 6vw, 82px);
  border-bottom: 1px solid var(--line);
}

.trust-copy h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 5vw, 58px);
}

.trust-grid {
  display: grid;
  grid-template-columns: 0.75fr 1fr 1fr;
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.trust-stat,
.testimonial {
  min-height: 250px;
  padding: 24px;
  background: var(--soft-black);
}

.trust-stat span {
  display: block;
  margin-bottom: 14px;
  color: var(--red-hot);
  font-size: 70px;
  font-weight: 950;
  line-height: 0.88;
}

.trust-stat p,
.testimonial p {
  color: rgba(244, 241, 236, 0.76);
}

.testimonial p {
  font-size: 17px;
}

.testimonial span {
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading,
.work-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}

.section-heading h2,
.work-top h2 {
  max-width: 850px;
  margin-bottom: 0;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pillar {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--graphite);
}

.pillar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.04);
  transition: transform 600ms ease;
}

.pillar img[src*="sienna-editorial-talent"] {
  object-position: 50% 32%;
}

.pillar img[src*="auto-rs5-night"] {
  object-position: 50% 70%;
}

.pillar:hover img {
  transform: scale(1.04);
}

.pillar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.08) 58%);
}

.pillar div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
}

.pillar span,
.work-meta span,
.process-list span {
  color: var(--red-hot);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pillar p,
.process-list p {
  color: rgba(244, 241, 236, 0.72);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  cursor: pointer;
}

.filter.active {
  border-color: var(--red-hot);
  color: var(--white);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 320px;
  gap: 16px;
}

.work-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--graphite);
}

.work-card.is-hidden {
  display: none;
}

.work-card.wide {
  grid-column: span 2;
}

.work-card.tall {
  grid-row: span 2;
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease, filter 600ms ease;
}

.work-card img[src*="beauty-macro-detail"] {
  object-position: 52% 42%;
}

.work-card img[src*="auto-rs5-night"] {
  object-position: 50% 72%;
}

.work-card img[src*="auto-g80-slow"] {
  object-position: 48% 58%;
}

.work-card:hover img {
  transform: scale(1.05);
  filter: brightness(0.78);
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 5, 5, 0.8), transparent 56%);
}

.work-meta {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
}

.work-meta h3 {
  margin: 6px 0 0;
}

.feature-strip {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.4fr);
  min-height: 720px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-copy {
  display: grid;
  align-content: center;
  padding: clamp(52px, 6vw, 86px);
  background: var(--soft-black);
}

.text-link {
  width: max-content;
  color: var(--white);
  border-bottom: 1px solid var(--red-hot);
  padding-bottom: 6px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.feature-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}

.feature-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: var(--line);
}

.process-list li {
  min-height: 260px;
  padding: 28px;
  background: var(--soft-black);
}

.booking {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(34px, 6vw, 88px);
  border-top: 1px solid var(--line);
}

.booking-goal {
  margin-top: 22px;
  padding-left: 16px;
  border-left: 2px solid var(--red-hot);
  color: rgba(244, 241, 236, 0.84);
  font-weight: 800;
}

.contact-lines {
  display: grid;
  gap: 8px;
  margin-top: 32px;
  color: var(--muted);
}

.contact-lines a {
  color: var(--white);
  font-weight: 800;
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
}

.form-notice {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.form-notice.success {
  border-color: rgba(80, 190, 120, 0.45);
  background: rgba(80, 190, 120, 0.12);
}

.form-notice.error {
  border-color: rgba(226, 41, 41, 0.55);
  background: rgba(226, 41, 41, 0.12);
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.form-actions .button {
  flex: 1 1 220px;
}

label {
  display: grid;
  gap: 8px;
}

label span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

label small {
  color: rgba(168, 163, 156, 0.82);
  font-size: 12px;
  line-height: 1.45;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(244, 241, 236, 0.18);
  border-radius: 0;
  background: rgba(5, 5, 5, 0.52);
  color: var(--white);
  min-height: 48px;
  padding: 12px 14px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--red-hot);
}

input[type="date"] {
  color-scheme: dark;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 28px clamp(22px, 5vw, 76px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.site-footer div,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-footer img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.site-footer span,
.site-footer a {
  color: var(--white);
  font-weight: 850;
}

.service-hero {
  position: relative;
  min-height: 78svh;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.service-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.08);
}

.service-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 28%, rgba(180, 22, 27, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.54) 48%, rgba(5, 5, 5, 0.12)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.78), transparent 42%);
}

.service-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: 78svh;
  max-width: var(--max);
  margin: 0 auto;
  padding: 132px clamp(22px, 5vw, 76px) 64px;
}

.service-hero h1 {
  max-width: 940px;
}

.service-hero p {
  max-width: 660px;
  color: rgba(244, 241, 236, 0.82);
  font-size: 21px;
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(34px, 6vw, 86px);
}

.service-body {
  display: grid;
  gap: 28px;
}

.service-body p,
.service-body li,
.faq details {
  color: var(--muted);
  font-size: 17px;
}

.service-body ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.service-aside {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.service-aside a {
  color: var(--white);
  font-weight: 850;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.proof-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--line);
}

.faq {
  display: grid;
  gap: 1px;
  background: var(--line);
  padding: 1px;
}

.faq details {
  background: var(--soft-black);
  padding: 20px;
}

.faq summary {
  color: var(--white);
  cursor: pointer;
  font-weight: 850;
}

.service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-links a {
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.thank-you-page {
  background: var(--black);
}

.thank-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 140px clamp(22px, 5vw, 76px) 84px;
  overflow: hidden;
  text-align: center;
}

.thank-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(226, 41, 41, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.56), var(--black) 76%);
}

.thank-hero-media,
.thank-hero-copy {
  position: relative;
  z-index: 1;
}

.thank-hero-media img {
  width: min(260px, 58vw);
  margin: 0 auto 34px;
}

.thank-hero-copy {
  max-width: 920px;
}

.thank-hero h1 {
  max-width: none;
  margin-bottom: 22px;
}

.thank-hero p:last-child {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(244, 241, 236, 0.82);
  font-size: 21px;
}

.thank-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.thank-step-grid article {
  min-height: 280px;
  padding: 30px;
  background: var(--soft-black);
}

.thank-step-grid span {
  color: var(--red-hot);
  font-size: 12px;
  font-weight: 900;
}

.thank-step-grid p {
  color: var(--muted);
}

.thank-reel {
  display: grid;
  place-items: center;
  min-height: 620px;
  padding: clamp(22px, 4vw, 46px);
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    var(--soft-black);
}

.thank-reel .instagram-media {
  width: min(540px, 100%) !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.thank-social {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: clamp(28px, 6vw, 90px);
}

.thank-social-card {
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  background: var(--soft-black);
}

.social-mark-row {
  display: flex;
  gap: 12px;
}

.instagram-mark,
.tiktok-mark {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(226, 41, 41, 0.72);
  border-radius: 18px;
}

.instagram-mark span {
  width: 24px;
  height: 24px;
  border: 3px solid var(--white);
  border-radius: 8px;
  box-shadow: 12px -12px 0 -9px var(--red-hot);
}

.tiktok-mark span {
  position: relative;
  width: 18px;
  height: 32px;
  border-left: 5px solid var(--white);
  border-bottom: 5px solid var(--white);
  border-radius: 0 0 0 12px;
}

.tiktok-mark span::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 22px;
  height: 5px;
  background: var(--red-hot);
}

.thank-social-card p {
  margin: 0;
  color: var(--white);
  font-size: 26px;
  font-weight: 900;
}

.thank-footer-note {
  display: grid;
  justify-items: center;
  gap: 24px;
  padding: 72px 22px 86px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.thank-footer-note p {
  max-width: 760px;
  margin: 0;
  color: rgba(244, 241, 236, 0.84);
  font-size: 22px;
}

.thank-footer-note img {
  width: 72px;
}

.reveal {
  animation: fadeUp 720ms ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes imageScale {
  from {
    transform: scale(1.04);
    opacity: 0.4;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .menu-toggle {
    display: block;
  }

  .brand span {
    display: none;
  }

  .hero-note {
    display: none;
  }

  .hero-showcase {
    display: none;
  }

  .intro,
  .booking,
  .feature-strip,
  .service-layout,
  .trust-band {
    grid-template-columns: 1fr;
  }

  .founder-frame {
    max-width: 420px;
  }

  .pillar-grid,
  .process-list,
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .work-top,
  .section-heading {
    display: grid;
    align-items: start;
  }

  .work-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 340px;
  }

  h1 {
    font-size: 74px;
  }

  h2 {
    font-size: 50px;
  }

  .hero-copy {
    font-size: 19px;
  }

  .feature-images {
    min-height: 520px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-aside {
    position: static;
  }

  .thank-step-grid,
  .thank-social {
    grid-template-columns: 1fr;
  }

  .thank-reel {
    min-height: 560px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .hero-media img {
    object-position: 61% 36%;
  }

  .hero-scrim {
    background:
      radial-gradient(circle at 70% 22%, rgba(180, 22, 27, 0.14), transparent 28%),
      linear-gradient(0deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.36) 62%, rgba(5, 5, 5, 0.5) 100%);
  }

  .hero-grid {
    padding: 118px 20px 54px;
  }

  .hero-grid > * {
    max-width: 330px;
  }

  .hero-actions {
    max-width: 330px;
  }

  .hero-proof {
    max-width: 330px;
  }

  .hero-proof span {
    flex: 1 1 100%;
    justify-content: center;
  }

  h1 {
    font-size: 44px;
    line-height: 0.96;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 22px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .mobile-menu nav {
    font-size: 42px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .intro,
  .section-pad {
    padding: 66px 20px;
  }

  .pillar-grid,
  .process-list,
  .work-grid,
  .form-split,
  .feature-images,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .pillar {
    min-height: 470px;
  }

  .work-grid {
    grid-auto-rows: 440px;
  }

  .work-card.wide,
  .work-card.tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .feature-copy {
    padding: 66px 20px;
  }

  .feature-images {
    min-height: auto;
  }

  .feature-images img {
    height: 420px;
  }

  .service-hero-content {
    padding: 118px 20px 54px;
  }

  .service-hero h1 {
    font-size: 42px;
  }

  .service-hero p {
    font-size: 17px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .thank-hero {
    padding: 118px 20px 58px;
  }

  .thank-hero-media img {
    width: min(220px, 70vw);
  }

  .thank-hero p:last-child,
  .thank-footer-note p {
    font-size: 17px;
  }

  .thank-step-grid article {
    min-height: 220px;
    padding: 24px;
  }

  .thank-reel {
    min-height: 500px;
    padding: 18px;
  }

  .thank-social-card .hero-actions {
    width: 100%;
  }
}
