:root {
  --bg: #06070b;
  --bg-elevated: rgba(10, 14, 21, 0.76);
  --bg-panel: rgba(8, 12, 18, 0.84);
  --text: #f6fbff;
  --muted: rgba(231, 243, 255, 0.72);
  --line: rgba(122, 234, 255, 0.18);
  --cyan: #68f6ff;
  --cyan-deep: #13d8f0;
  --pink: #ff4ccf;
  --pink-soft: rgba(255, 76, 207, 0.2);
  --glow: 0 0 40px rgba(104, 246, 255, 0.18);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #05070b;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  color: var(--text);
  font-family: "Avenir Next", "Avenir Next Condensed", "Helvetica Neue", sans-serif;
  -webkit-text-size-adjust: 100%;
  background:
    radial-gradient(circle at top left, rgba(20, 225, 255, 0.18), transparent 30%),
    radial-gradient(circle at 80% 12%, rgba(255, 76, 207, 0.18), transparent 28%),
    linear-gradient(180deg, #05070b 0%, #07090f 40%, #05060a 100%);
  overflow-x: hidden;
}

img,
video {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.icon-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.page-shell {
  position: relative;
  min-height: 100dvh;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.noise,
.hero-grid {
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.noise {
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 180px 180px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 90%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  --trace-duration: 8.4s;
  --trace-delay: -1.1s;
  --trace-size: 1px;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 1rem clamp(1.2rem, 3vw, 2.8rem) 1.05rem;
  overflow: hidden;
  backdrop-filter: blur(22px);
  background:
    linear-gradient(180deg, rgba(5, 7, 11, 0.9), rgba(5, 7, 11, 0.48)),
    radial-gradient(circle at 10% 0%, rgba(104, 246, 255, 0.08), transparent 32%);
  border-bottom: 1px solid rgba(104, 246, 255, 0.16);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.site-header::before,
.hero-media::before,
.button::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background:
    linear-gradient(90deg, rgba(104, 246, 255, 0.34), rgba(255, 76, 207, 0.42), rgba(104, 246, 255, 0.34)),
    linear-gradient(180deg, rgba(104, 246, 255, 0.2), rgba(255, 76, 207, 0.16));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.78;
  pointer-events: none;
}

.site-header::after,
.button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--flare-width);
  height: var(--flare-height);
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      rgba(104, 246, 255, 0) 0%,
      rgba(255, 255, 255, 0.14) 18%,
      rgba(104, 246, 255, 0.88) 44%,
      rgba(255, 76, 207, 0.94) 72%,
      rgba(255, 255, 255, 0.24) 84%,
      rgba(255, 76, 207, 0) 100%
    );
  filter:
    blur(0.8px)
    drop-shadow(0 0 5px rgba(104, 246, 255, 0.34))
    drop-shadow(0 0 10px rgba(255, 76, 207, 0.2));
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
}

.site-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -18%;
  width: clamp(120px, 16vw, 200px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(104, 246, 255, 0) 0%,
    rgba(255, 255, 255, 0.18) 18%,
    rgba(104, 246, 255, 0.88) 44%,
    rgba(255, 76, 207, 0.94) 72%,
    rgba(255, 255, 255, 0.14) 84%,
    rgba(255, 76, 207, 0) 100%
  );
  filter:
    blur(0.6px)
    drop-shadow(0 0 4px rgba(104, 246, 255, 0.34))
    drop-shadow(0 0 8px rgba(255, 76, 207, 0.18));
  opacity: 0.9;
  pointer-events: none;
  animation: header-line-sweep 7.8s linear infinite var(--trace-delay);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  flex-shrink: 0;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: clamp(42px, 6vw, 66px);
  max-width: min(28vw, 180px);
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(104, 246, 255, 0.08));
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(104, 246, 255, 0.35);
  border-radius: 50%;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--cyan);
  box-shadow: inset 0 0 18px rgba(104, 246, 255, 0.12), var(--glow);
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
}

.brand-copy strong,
.site-nav a,
.eyebrow,
.button,
.playlist-item span,
.project-tag,
.stills-categories span,
.contact-block span {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-copy strong {
  font-size: 0.98rem;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: clamp(1rem, 2.2vw, 2rem);
}

.site-nav a {
  color: var(--muted);
  position: relative;
  padding: 0.55rem 0;
  font-size: 0.92rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--cyan);
}

.site-nav a.is-active {
  color: var(--cyan);
  text-shadow:
    0 0 8px rgba(104, 246, 255, 0.55),
    0 0 18px rgba(104, 246, 255, 0.35),
    0 0 24px rgba(255, 76, 207, 0.18);
}

.site-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.42rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 76, 207, 0), rgba(255, 76, 207, 1), rgba(104, 246, 255, 0));
  box-shadow: 0 0 18px rgba(255, 76, 207, 0.8);
}

.header-socials {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 0.55rem;
}

.header-socials .social-link {
  width: 42px;
  height: 42px;
  aspect-ratio: auto;
  border-radius: 14px;
  color: #ff76d6;
  background: rgba(255, 76, 207, 0.08);
  border-color: rgba(255, 76, 207, 0.22);
  box-shadow:
    inset 0 0 16px rgba(255, 76, 207, 0.08),
    0 0 18px rgba(255, 76, 207, 0.1);
}

.hero,
.section,
.film-strip {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  display: block;
  padding: clamp(1rem, 2vw, 1.6rem) 0 2.2rem;
}

.hero-media {
  position: relative;
  --trace-duration: 10.5s;
  --trace-delay: -2.8s;
  --trace-size: 1.5px;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: min(88svh, 980px);
  padding: clamp(5.5rem, 10vh, 7.5rem) clamp(1.2rem, 3vw, 2.8rem) clamp(1.4rem, 4vw, 2.6rem);
  border-radius: calc(var(--radius-lg) + 8px);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(104, 246, 255, 0.12);
}

.hero-media::after {
  display: none;
}

.hero-media {
  background:
    linear-gradient(180deg, rgba(8, 12, 18, 0.22) 0%, rgba(5, 7, 11, 0.82) 72%, rgba(5, 7, 11, 1) 100%),
    linear-gradient(145deg, rgba(6, 11, 18, 0.98), rgba(10, 8, 16, 0.98));
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  transform: none;
  filter: saturate(1.04) contrast(1.04);
  will-change: transform;
}

.hero-video-embed {
  inset: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  min-width: 0;
  min-height: 0;
  max-width: none;
  border: 0;
  pointer-events: none;
  filter: saturate(1.02) contrast(1.04);
  transform: none;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 4, 8, 0.04) 0%, rgba(4, 7, 12, 0.08) 16%, rgba(5, 7, 11, 0.2) 30%, rgba(5, 7, 11, 0.48) 45%, rgba(5, 7, 11, 0.8) 56%, rgba(5, 7, 11, 0.97) 64%, rgba(5, 7, 11, 1) 72%, rgba(5, 7, 11, 1) 100%),
    linear-gradient(90deg, rgba(5, 7, 11, 0.34) 0%, rgba(5, 7, 11, 0.08) 12%, rgba(5, 7, 11, 0.04) 24%, rgba(5, 7, 11, 0.04) 76%, rgba(5, 7, 11, 0.08) 88%, rgba(5, 7, 11, 0.34) 100%),
    radial-gradient(circle at top left, rgba(5, 7, 11, 0.48), transparent 18%),
    radial-gradient(circle at top right, rgba(5, 7, 11, 0.48), transparent 18%),
    radial-gradient(circle at bottom left, rgba(5, 7, 11, 0.72), transparent 24%),
    radial-gradient(circle at bottom right, rgba(5, 7, 11, 0.72), transparent 24%),
    linear-gradient(120deg, rgba(104, 246, 255, 0.12), transparent 34%, rgba(255, 76, 207, 0.16) 76%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.16;
}

.hero-copy {
  position: relative;
  width: min(100%, 58rem);
  z-index: 1;
}

.eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.74rem;
  color: #ff79d8;
  text-shadow: 0 0 18px rgba(255, 76, 207, 0.38);
}

.hero h1,
.section-heading h2,
.contact-intro h2 {
  margin: 0;
  line-height: 0.92;
  font-weight: 800;
  font-family: "Avenir Next Condensed", "Avenir Next", sans-serif;
}

.hero h1 {
  display: grid;
  gap: 0.12em;
  max-width: 10ch;
  font-size: clamp(3.6rem, 8vw, 7rem);
  line-height: 0.84;
  color: var(--cyan);
  text-transform: uppercase;
  text-shadow:
    0 0 14px rgba(104, 246, 255, 0.46),
    0 0 26px rgba(104, 246, 255, 0.28),
    0 0 34px rgba(255, 76, 207, 0.16);
}

.hero-text,
.project-copy p,
.stills-categories p,
.contact-intro p,
.contact-block p,
.social-note,
figcaption {
  color: var(--muted);
  line-height: 1.6;
}

.hero-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.4rem;
}

.hero-title-lockup {
  max-width: 38rem;
}

.hero-tagline {
  margin: 0.8rem 0 0;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ff71d2;
  text-transform: uppercase;
  text-shadow:
    0 0 10px rgba(255, 76, 207, 0.5),
    0 0 22px rgba(255, 76, 207, 0.36),
    0 0 30px rgba(104, 246, 255, 0.16);
}

.hero-text {
  max-width: 44rem;
  margin: 1.15rem 0 0;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.button {
  position: relative;
  --trace-duration: 6.2s;
  --trace-delay: 0s;
  --trace-segment-ratio: 0.18;
  --trace-svg-pad: 6px;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  overflow: visible;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.button::after {
  display: none;
}

.button-content {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

.button-content svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
  filter: drop-shadow(0 0 8px currentColor);
}

.button-outline {
  position: absolute;
  top: calc(var(--trace-svg-pad) * -1);
  left: calc(var(--trace-svg-pad) * -1);
  z-index: 1;
  width: calc(100% + (var(--trace-svg-pad) * 2));
  height: calc(100% + (var(--trace-svg-pad) * 2));
  pointer-events: none;
  overflow: visible;
}

.button-outline path {
  fill: none;
  vector-effect: non-scaling-stroke;
  shape-rendering: geometricPrecision;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-trace-aura,
.button-trace-glow,
.button-trace-core {
  stroke-dasharray: var(--path-segment, 24px) var(--path-gap, 120px);
  stroke-dashoffset: var(--path-total, 144px);
  animation: button-trace var(--trace-duration) linear infinite var(--trace-delay);
  will-change: stroke-dashoffset;
}

.button-trace-aura {
  opacity: 0.18;
}

.button-trace-glow {
  opacity: 0.58;
}

.button-trace-core {
  opacity: 0.9;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  --trace-duration: 5.9s;
  --trace-delay: -0.8s;
  --trace-segment-ratio: 0.18;
  color: var(--cyan);
  border-color: rgba(104, 246, 255, 0.28);
  background:
    linear-gradient(90deg, rgba(8, 18, 24, 0.62), rgba(26, 8, 28, 0.38)),
    rgba(8, 18, 24, 0.42);
  text-shadow:
    0 0 8px rgba(104, 246, 255, 0.65),
    0 0 16px rgba(104, 246, 255, 0.3);
  box-shadow:
    inset 0 0 24px rgba(104, 246, 255, 0.08),
    0 0 24px rgba(104, 246, 255, 0.12),
    0 12px 28px rgba(104, 246, 255, 0.12);
}

.button-secondary {
  --trace-duration: 10.2s;
  --trace-delay: -3.1s;
  --trace-segment-ratio: 0.15;
  color: #ffe4fb;
  border-color: rgba(255, 76, 207, 0.26);
  background:
    linear-gradient(90deg, rgba(10, 9, 17, 0.72), rgba(29, 8, 30, 0.42)),
    rgba(4, 7, 12, 0.28);
  text-shadow:
    0 0 8px rgba(255, 76, 207, 0.55),
    0 0 16px rgba(255, 76, 207, 0.25);
  box-shadow:
    inset 0 0 18px rgba(255, 76, 207, 0.09),
    0 0 24px rgba(255, 76, 207, 0.1);
}

.button-quote {
  position: relative;
  --trace-duration: 9.4s;
  --trace-delay: -2.4s;
  --trace-segment-ratio: 0.17;
  min-width: 210px;
  min-height: 68px;
  padding-inline: 1.6rem;
  color: #d7ffff;
  border-radius: 18px;
  border: 1px solid rgba(104, 246, 255, 0.55);
  background:
    linear-gradient(90deg, rgba(5, 17, 20, 0.84), rgba(21, 7, 23, 0.74)),
    rgba(255, 255, 255, 0.02);
  text-shadow:
    0 0 10px rgba(104, 246, 255, 0.65),
    0 0 18px rgba(255, 76, 207, 0.28);
  box-shadow:
    inset 0 0 22px rgba(104, 246, 255, 0.14),
    0 0 0 1px rgba(255, 76, 207, 0.18),
    0 0 30px rgba(104, 246, 255, 0.22),
    0 0 28px rgba(255, 76, 207, 0.12);
}

.button-quote:hover,
.button-quote:focus-visible {
  color: #f4ffff;
  border-color: rgba(104, 246, 255, 0.82);
  text-shadow:
    0 0 12px rgba(104, 246, 255, 0.86),
    0 0 24px rgba(104, 246, 255, 0.36),
    0 0 24px rgba(255, 76, 207, 0.34);
  box-shadow:
    inset 0 0 28px rgba(104, 246, 255, 0.18),
    0 0 0 1px rgba(255, 76, 207, 0.28),
    0 0 38px rgba(104, 246, 255, 0.34),
    0 0 34px rgba(255, 76, 207, 0.2);
}

.button-quote:hover .button-trace-aura,
.button-quote:focus-visible .button-trace-aura {
  opacity: 0.3;
}

.button-quote:hover .button-trace-glow,
.button-quote:focus-visible .button-trace-glow {
  opacity: 0.82;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.hero-highlights div {
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-highlights .hero-about-main {
  grid-column: span 1;
}

.hero-highlights span {
  font-size: 0.78rem;
  color: var(--pink);
  letter-spacing: 0.08em;
}

.hero-highlights p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-highlights .hero-about-main p {
  max-width: 58ch;
}

.hero-playlist {
  align-self: stretch;
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(9, 13, 20, 0.92), rgba(6, 8, 12, 0.96)),
    radial-gradient(circle at top right, rgba(255, 76, 207, 0.18), transparent 40%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.hero-playlist > p {
  margin: 0;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
}

.playlist-items {
  display: grid;
  gap: 0.8rem;
}

.playlist-item {
  display: grid;
  gap: 0.25rem;
  text-align: left;
  padding: 1rem 1.05rem;
  color: var(--text);
  background:
    linear-gradient(130deg, rgba(104, 246, 255, 0.05), rgba(255, 76, 207, 0.03)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  cursor: pointer;
}

.playlist-item small {
  color: var(--muted);
}

.playlist-item.is-active,
.playlist-item:hover,
.playlist-item:focus-visible {
  border-color: rgba(104, 246, 255, 0.38);
  box-shadow: inset 0 0 22px rgba(104, 246, 255, 0.07), var(--glow);
}

.film-strip {
  padding: 1rem 0 0;
  overflow: hidden;
}

.strip-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 320px);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.4rem;
  scrollbar-width: none;
}

.strip-track::-webkit-scrollbar {
  display: none;
}

.strip-card,
.project-card,
.stills-reference,
.stills-categories article,
.contact-form,
.contact-card {
  background: var(--bg-panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.strip-card,
.project-card,
.stills-reference,
.contact-form,
.contact-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.strip-card {
  position: relative;
  min-height: 420px;
}

.strip-card video {
  height: 100%;
  object-fit: cover;
}

.strip-meta {
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(5, 7, 11, 0.64);
  backdrop-filter: blur(12px);
}

.strip-meta span {
  color: var(--cyan);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.strip-meta h2 {
  margin: 0.45rem 0 0;
  font-size: 1.25rem;
}

.section {
  padding: 6.5rem 0 0;
}

.section-heading {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.section-heading > div:first-child {
  max-width: 56rem;
}

.section-heading-carousel {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1.4rem;
}

.section-heading h2,
.contact-intro h2 {
  font-size: clamp(2.5rem, 5vw, 4.4rem);
}

.carousel-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  justify-self: end;
}

.carousel-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(10, 14, 22, 0.9), rgba(7, 9, 15, 0.94)),
    rgba(255, 255, 255, 0.02);
  color: rgba(240, 251, 255, 0.88);
  box-shadow:
    inset 0 0 18px rgba(104, 246, 255, 0.06),
    0 0 22px rgba(0, 0, 0, 0.18);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  color: var(--cyan);
  border-color: rgba(104, 246, 255, 0.34);
  box-shadow:
    inset 0 0 18px rgba(104, 246, 255, 0.08),
    0 0 18px rgba(104, 246, 255, 0.1);
  transform: translateY(-1px);
}

.carousel-arrow.is-disabled {
  opacity: 0.35;
  pointer-events: none;
  box-shadow: none;
}

.carousel-arrow svg {
  width: 1.1rem;
  height: 1.1rem;
}

.carousel-arrow[data-direction="prev"] svg {
  transform: rotate(180deg);
}

.carousel-shell {
  position: relative;
}

.carousel-track {
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.45rem;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-track-reels {
  grid-auto-columns: minmax(320px, 38vw);
  align-items: stretch;
  min-height: clamp(340px, 44vw, 520px);
}

.carousel-track-photos {
  grid-auto-columns: minmax(320px, 34vw);
}

.carousel-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  scroll-snap-align: start;
  background: var(--bg-panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.reel-card {
  display: block;
  height: clamp(340px, 44vw, 520px);
  min-height: 440px;
}

.reel-card img,
.photo-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reel-media-shell {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(104, 246, 255, 0.18), transparent 46%),
    linear-gradient(160deg, rgba(4, 8, 14, 0.98), rgba(9, 8, 16, 0.94));
}

.reel-media-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 9, 14, 0.06), rgba(5, 7, 11, 0.52)),
    linear-gradient(120deg, rgba(255, 76, 207, 0.08), rgba(104, 246, 255, 0.08));
  pointer-events: none;
}

.reel-embed-poster,
.reel-embed-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transform-origin: center center;
}

.reel-embed-poster {
  z-index: 0;
  object-fit: cover;
  object-position: center;
}

.reel-embed-iframe {
  z-index: 1;
  border: 0;
  background: #05070b;
}

.lazy-media {
  opacity: 0.18;
  transition: opacity 220ms ease, transform 260ms ease;
}

.lazy-media.is-loaded {
  opacity: 1;
}

.reel-card[data-active-media="true"] .reel-embed-poster {
  opacity: 0.08;
  transform: scale(1.14);
}

.reel-media-link {
  position: absolute;
  inset: 0;
  display: block;
  color: inherit;
}

.reel-media-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 9, 14, 0.08), rgba(5, 7, 11, 0.58)),
    linear-gradient(120deg, rgba(255, 76, 207, 0.08), rgba(104, 246, 255, 0.1));
}

.photo-card {
  min-height: 480px;
}

.photo-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.photo-card img.photo-focus-top {
  object-position: center 44%;
}

.photo-card img.photo-focus-high {
  object-position: center 36%;
}

.photo-card img.photo-focus-midhigh {
  object-position: center 40%;
}

.photo-card img.photo-focus-portrait {
  object-position: center 28%;
}

.carousel-meta {
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  z-index: 3;
  padding: 1rem 1.05rem 1.05rem;
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(8, 12, 18, 0.84), rgba(5, 7, 11, 0.94)),
    rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
}

.reel-card .carousel-meta {
  inset: auto auto 0.9rem 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 1.8rem), 17.5rem);
  padding: 0.8rem 0.84rem 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(14, 19, 27, 0.34), rgba(8, 11, 17, 0.52)),
    rgba(255, 255, 255, 0.026);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.19),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
}

.reel-card .carousel-meta span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
  min-height: 0;
  color: var(--pink);
  font-size: 0.72rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 700;
}

.carousel-meta span {
  color: var(--pink);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.carousel-meta h3 {
  margin: 0.42rem 0 0;
  font-size: 1.24rem;
  line-height: 1.12;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: calc(1.24rem * 1.12 * 2);
}

.carousel-meta p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.reel-card .carousel-meta p {
  margin-top: 0.5rem;
  font-size: 0.92rem;
  line-height: 1.42;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 0;
}

.reel-card .carousel-meta h3 {
  display: none;
}

.reel-card .carousel-meta strong {
  display: none;
}

.photo-card .carousel-meta {
  inset: auto auto 0.9rem 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 1.8rem), 17.5rem);
  padding: 0.76rem 0.84rem 0.84rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(14, 19, 27, 0.34), rgba(8, 11, 17, 0.52)),
    rgba(255, 255, 255, 0.026);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.19),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
}

.photo-card .carousel-meta span {
  font-size: 0.72rem;
}

.photo-card .carousel-meta p {
  margin-top: 0.42rem;
  font-size: 0.92rem;
  line-height: 1.42;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: calc(0.92rem * 1.42 * 2);
}

.photo-placeholder {
  position: absolute;
  inset: 0;
  background-color: #080c14;
}

.photo-placeholder::before,
.photo-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
}

.photo-placeholder::before {
  background:
    linear-gradient(140deg, rgba(6, 9, 15, 0.16) 10%, rgba(6, 9, 15, 0.84) 78%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 40%);
}

.photo-placeholder::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.12;
}

.photo-placeholder-portrait {
  background:
    radial-gradient(circle at 62% 24%, rgba(255, 255, 255, 0.18), transparent 10%),
    radial-gradient(circle at 54% 30%, rgba(104, 246, 255, 0.42), transparent 16%),
    radial-gradient(circle at 30% 72%, rgba(255, 76, 207, 0.34), transparent 30%),
    linear-gradient(135deg, #071019 8%, #0d1422 42%, #140a1d 78%, #05070c 100%);
}

.photo-placeholder-brand {
  background:
    radial-gradient(circle at 22% 24%, rgba(104, 246, 255, 0.32), transparent 14%),
    radial-gradient(circle at 76% 34%, rgba(255, 76, 207, 0.24), transparent 18%),
    linear-gradient(110deg, rgba(104, 246, 255, 0.16) 0 18%, transparent 18% 34%, rgba(255, 255, 255, 0.04) 34% 38%, transparent 38% 100%),
    linear-gradient(180deg, #09111a 0%, #05070c 100%);
}

.photo-placeholder-event {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 241, 180, 0.18), transparent 16%),
    radial-gradient(circle at 18% 80%, rgba(255, 76, 207, 0.28), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(104, 246, 255, 0.24), transparent 20%),
    linear-gradient(160deg, #10131d 0%, #0a0c14 54%, #05070a 100%);
}

.photo-placeholder-editorial {
  background:
    radial-gradient(circle at 60% 18%, rgba(255, 255, 255, 0.16), transparent 10%),
    linear-gradient(130deg, rgba(255, 76, 207, 0.26) 0 20%, transparent 20% 42%, rgba(104, 246, 255, 0.18) 42% 60%, transparent 60% 100%),
    linear-gradient(180deg, #090d15 0%, #04060a 100%);
}

.photo-placeholder-street {
  background:
    radial-gradient(circle at 24% 22%, rgba(104, 246, 255, 0.22), transparent 14%),
    radial-gradient(circle at 74% 78%, rgba(255, 76, 207, 0.32), transparent 22%),
    linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, 0.06) 18% 22%, transparent 22% 60%, rgba(104, 246, 255, 0.08) 60% 64%, transparent 64% 100%),
    linear-gradient(180deg, #0a111a 0%, #04060b 100%);
}

.contact-block span {
  color: var(--cyan);
  font-size: 0.76rem;
}

.contact-block p {
  margin: 0.7rem 0 0;
}

.contact-section {
  padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 1.2rem;
  align-items: start;
}

.contact-form,
.contact-card {
  padding: 1.35rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.55rem;
  color: rgba(240, 246, 255, 0.9);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 1rem 1.05rem;
  color: rgba(247, 251, 255, 0.98);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(228, 236, 248, 0.48);
}

.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 3.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23d7ffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 7 5 6 5-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.15rem center;
  background-size: 0.9rem;
}

.contact-form select option {
  color: #0d1017;
  background: #f3f5fb;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(104, 246, 255, 0.36);
  box-shadow: inset 0 0 0 1px rgba(104, 246, 255, 0.18);
}

.contact-card {
  display: grid;
  gap: 1.3rem;
}

.contact-block {
  display: grid;
  gap: 0.6rem;
}

.contact-block a {
  font-size: 1.1rem;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.social-link {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  -webkit-tap-highlight-color: transparent;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.social-link svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.social-link:focus-visible {
  color: var(--cyan);
  border-color: rgba(104, 246, 255, 0.34);
  box-shadow: inset 0 0 14px rgba(104, 246, 255, 0.08), 0 0 0 1px rgba(104, 246, 255, 0.12);
}

@media (hover: hover) and (pointer: fine) {
  .social-link:hover {
    color: var(--cyan);
    transform: translateY(-1px);
    border-color: rgba(104, 246, 255, 0.34);
    box-shadow: inset 0 0 18px rgba(104, 246, 255, 0.08), var(--glow);
  }
}

.social-note {
  margin: 0;
  font-size: 0.92rem;
}

@supports (offset-path: inset(0 round 20px)) {
  .button::after {
    display: none;
  }
}

@keyframes button-trace {
  from {
    stroke-dashoffset: var(--path-total, 144px);
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes header-line-sweep {
  0% {
    left: -18%;
    opacity: 0;
  }

  8% {
    opacity: 0.92;
  }

  92% {
    opacity: 0.92;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

code {
  padding: 0.15rem 0.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 980px) {
  .contact-layout,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .section-heading-carousel {
    grid-template-columns: 1fr;
  }

  .carousel-controls {
    justify-self: start;
  }

  .carousel-track-reels {
    grid-auto-columns: minmax(300px, 68vw);
  }

  .carousel-track-photos {
    grid-auto-columns: minmax(280px, 58vw);
  }

  .hero {
    padding-top: 0.6rem;
  }

  .site-header {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .site-nav,
  .header-socials {
    justify-self: start;
  }

  .hero-media {
    min-height: min(78svh, 860px);
  }

  .hero-title-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .playlist-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1101px) {
  .hero,
  .section,
  .film-strip {
    width: min(1240px, calc(100% - 2.4rem));
  }

  .hero-media {
    min-height: min(86svh, 940px);
    padding:
      clamp(5.6rem, 10vh, 7rem)
      clamp(1.5rem, 3vw, 2.9rem)
      clamp(1.6rem, 4vw, 2.5rem);
  }

  .hero-copy {
    width: min(100%, 60rem);
  }

  .hero-highlights {
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  }

  .carousel-track-reels {
    grid-auto-columns: minmax(340px, 36vw);
  }

  .carousel-track-photos {
    grid-auto-columns: minmax(320px, 31vw);
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .site-header {
    gap: 0.9rem;
    padding-inline: 1.2rem;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }

  .brand-logo {
    height: clamp(46px, 5vw, 58px);
    max-width: 150px;
  }

  .site-nav {
    gap: 1.2rem;
  }

  .header-socials .social-link {
    width: 40px;
    height: 40px;
  }

  .hero,
  .section,
  .film-strip {
    width: min(100% - 1.4rem, 1200px);
  }

  .hero-media {
    min-height: min(78svh, 820px);
    padding: clamp(5rem, 9vh, 6.2rem) 1.5rem 1.5rem;
  }

  .hero-copy {
    width: min(100%, 46rem);
  }

  .hero h1 {
    font-size: clamp(3.4rem, 8vw, 5.6rem);
  }

  .hero-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .hero-highlights .hero-about-main {
    grid-column: 1 / -1;
  }

  .hero-highlights p {
    font-size: 0.88rem;
  }

  .section {
    padding-top: 5.2rem;
  }

  .carousel-track-reels {
    grid-auto-columns: minmax(320px, 48vw);
  }

  .carousel-track-photos {
    grid-auto-columns: minmax(300px, 42vw);
  }

  .reel-card {
    min-height: 390px;
  }

  .photo-card {
    min-height: 500px;
  }

  .photo-card .carousel-meta {
    width: min(calc(100% - 1.8rem), 16.75rem);
  }
}

@media (max-width: 760px) {
  .site-header {
    padding-inline: 1rem;
  }

  .site-nav {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
  }

  .hero,
  .section,
  .film-strip {
    width: min(100% - 1rem, 1200px);
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(2.9rem, 14vw, 4.4rem);
  }

  .hero-tagline {
    font-size: 0.94rem;
  }

  .hero-highlights,
  .playlist-items,
  .social-links {
    grid-template-columns: 1fr;
  }

  .hero-highlights .hero-about-main {
    grid-column: span 1;
  }

  .carousel-track-reels,
  .carousel-track-photos {
    grid-auto-columns: 84%;
  }

  .header-socials {
    flex-wrap: wrap;
  }

  .section {
    padding-top: 4.8rem;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 0.7rem;
    padding: calc(0.72rem + env(safe-area-inset-top, 0px)) 0.85rem 0.9rem;
  }

  .brand {
    justify-self: start;
  }

  .brand-logo {
    height: 42px;
    max-width: 120px;
  }

  .site-nav {
    width: auto;
    justify-content: center;
    justify-self: center;
    gap: 1.15rem;
  }

  .site-nav a {
    font-size: 0.79rem;
    padding: 0.45rem 0;
  }

  .header-socials {
    width: auto;
    display: grid;
    grid-template-columns: repeat(5, 40px);
    justify-content: start;
    gap: 0.45rem;
  }

  .header-socials .social-link {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .hero,
  .section,
  .film-strip {
    width: calc(100% - 0.9rem);
  }

  .hero {
    padding-top: 0.4rem;
    padding-bottom: 1.55rem;
  }

  .hero-media {
    min-height: clamp(520px, 86svh, 760px);
    padding: 4.35rem 1rem 1.05rem;
    border-radius: 24px;
  }

  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(2, 4, 8, 0.06) 0%, rgba(4, 7, 12, 0.12) 12%, rgba(5, 7, 11, 0.24) 28%, rgba(5, 7, 11, 0.58) 44%, rgba(5, 7, 11, 0.9) 54%, rgba(5, 7, 11, 0.98) 61%, rgba(5, 7, 11, 1) 68%, rgba(5, 7, 11, 1) 100%),
      linear-gradient(90deg, rgba(5, 7, 11, 0.3) 0%, rgba(5, 7, 11, 0.08) 13%, rgba(5, 7, 11, 0.04) 24%, rgba(5, 7, 11, 0.04) 76%, rgba(5, 7, 11, 0.08) 87%, rgba(5, 7, 11, 0.3) 100%),
      radial-gradient(circle at top left, rgba(5, 7, 11, 0.4), transparent 18%),
      radial-gradient(circle at top right, rgba(5, 7, 11, 0.4), transparent 18%),
      radial-gradient(circle at bottom left, rgba(5, 7, 11, 0.84), transparent 26%),
      radial-gradient(circle at bottom right, rgba(5, 7, 11, 0.84), transparent 26%),
      linear-gradient(120deg, rgba(104, 246, 255, 0.1), transparent 34%, rgba(255, 76, 207, 0.12) 76%);
  }

  .hero-copy {
    width: 100%;
  }

  .eyebrow {
    font-size: 0.66rem;
    margin-bottom: 0.5rem;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.25rem, 13.5vw, 3.45rem);
    line-height: 0.88;
    letter-spacing: -0.02em;
  }

  .hero h1 span {
    overflow-wrap: anywhere;
  }

  .hero-tagline {
    margin-top: 0.7rem;
    max-width: 22rem;
    font-size: 0.82rem;
    line-height: 1.28;
  }

  .hero-text {
    margin-top: 1rem;
    max-width: 22rem;
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .hero-actions {
    margin-top: 1.05rem;
    justify-content: center;
  }

  .hero-actions .button-quote {
    width: min(100%, 290px);
    min-height: 58px;
    margin-inline: auto;
  }

  .hero-highlights {
    gap: 0.8rem;
    margin-top: 1.35rem;
  }

  .hero-highlights .hero-about-main {
    grid-column: span 1;
  }

  .hero-highlights div {
    padding-top: 0.7rem;
  }

  .hero-highlights p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .section {
    padding-top: 4.25rem;
  }

  .section-heading {
    gap: 0.65rem;
    margin-bottom: 1.2rem;
  }

  .section-heading h2,
  .contact-intro h2 {
    font-size: clamp(1.9rem, 10vw, 2.7rem);
    line-height: 1;
  }

  .carousel-controls {
    gap: 0.55rem;
  }

  .carousel-arrow {
    width: 42px;
    height: 42px;
  }

  .carousel-track {
    gap: 0.8rem;
    scroll-padding-inline: 0.1rem;
  }

  .carousel-track-reels,
  .carousel-track-photos {
    grid-auto-columns: 88%;
  }

  .reel-card {
    min-height: 330px;
  }

  .photo-card {
    min-height: 400px;
  }

  .photo-card img {
    object-position: center 42%;
  }

  .photo-card img.photo-focus-top {
    object-position: center 48%;
  }

  .photo-card img.photo-focus-high {
    object-position: center 40%;
  }

  .photo-card img.photo-focus-midhigh {
    object-position: center 44%;
  }

  .photo-card img.photo-focus-portrait {
    object-position: center 34%;
  }

  .carousel-meta {
    inset: auto auto 0.75rem 50%;
    transform: translateX(-50%);
    width: min(calc(100% - 1.5rem), 15.6rem);
    padding: 0.74rem 0.82rem 0.82rem;
  }

  .carousel-meta span {
    font-size: 0.68rem;
  }

  .carousel-meta p {
    font-size: 0.91rem;
    line-height: 1.42;
  }

  .photo-card .carousel-meta {
    width: min(calc(100% - 1.5rem), 15rem);
    padding: 0.68rem 0.76rem 0.76rem;
  }

  .contact-intro p {
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .contact-layout {
    gap: 1rem;
  }

  .contact-form,
  .contact-card {
    padding: 1rem;
    border-radius: 22px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    padding: 0.92rem 0.95rem;
  }

  .contact-form select {
    padding-right: 2.8rem;
    background-position: right 0.95rem center;
  }

  .contact-form button {
    width: 100%;
  }

  .social-links {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .social-link {
    border-radius: 14px;
  }
}

@media (max-width: 420px) {
  .site-header {
    padding-inline: 0.7rem;
  }

  .site-nav {
    width: 100%;
    justify-content: center;
    gap: 0.65rem;
  }

  .site-nav a {
    font-size: 0.73rem;
  }

  .header-socials {
    width: 100%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .header-socials .social-link {
    width: 100%;
    height: 38px;
  }

  .hero-media {
    min-height: clamp(470px, 84svh, 680px);
    padding: 4rem 0.85rem 0.95rem;
  }

  .hero h1 {
    font-size: clamp(1.9rem, 11.4vw, 2.7rem);
    line-height: 0.9;
  }

  .hero-tagline {
    max-width: 18rem;
    font-size: 0.75rem;
    line-height: 1.26;
  }

  .hero-text,
  .contact-intro p,
  .carousel-meta p {
    font-size: 0.9rem;
  }

  .hero-text {
    max-width: 18rem;
  }

  .carousel-track-reels,
  .carousel-track-photos {
    grid-auto-columns: 90%;
  }

  .reel-card {
    min-height: 300px;
  }

  .photo-card {
    min-height: 370px;
  }

  .photo-card img {
    object-position: center 44%;
  }

  .photo-card img.photo-focus-top {
    object-position: center 50%;
  }

  .photo-card img.photo-focus-high {
    object-position: center 42%;
  }

  .photo-card img.photo-focus-midhigh {
    object-position: center 46%;
  }

  .photo-card img.photo-focus-portrait {
    object-position: center 36%;
  }

  .photo-card .carousel-meta {
    width: min(calc(100% - 1.4rem), 14rem);
  }

  .contact-block a {
    font-size: 1rem;
    overflow-wrap: anywhere;
  }

  .social-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
    padding: calc(0.5rem + env(safe-area-inset-top, 0px)) 0.85rem 0.6rem;
  }

  .brand-logo {
    height: 34px;
    max-width: 96px;
  }

  .site-nav {
    width: auto;
    justify-content: center;
    justify-self: center;
    flex-wrap: nowrap;
    gap: 0.95rem;
  }

  .site-nav a {
    font-size: 0.76rem;
    padding: 0.35rem 0;
  }

  .header-socials {
    width: auto;
    display: grid;
    grid-template-columns: repeat(5, 34px);
    justify-self: end;
    gap: 0.35rem;
  }

  .header-socials .social-link {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .hero,
  .section,
  .film-strip {
    width: calc(100% - 0.9rem);
  }

  .hero {
    padding-top: 0.35rem;
    padding-bottom: 1.15rem;
  }

  .hero-media {
    min-height: auto;
    padding: 3rem 0.95rem 0.95rem;
    border-radius: 22px;
  }

  .hero-copy {
    width: 100%;
    max-width: 34rem;
  }

  .hero h1 {
    max-width: 8.6ch;
    font-size: clamp(2rem, 6vw, 3.25rem);
    line-height: 0.9;
  }

  .hero-tagline {
    max-width: 26rem;
    margin-top: 0.55rem;
    font-size: 0.76rem;
    line-height: 1.22;
  }

  .hero-text {
    max-width: 28rem;
    margin-top: 0.8rem;
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .hero-actions {
    margin-top: 0.8rem;
  }

  .hero-actions .button-quote {
    width: min(100%, 230px);
    min-height: 50px;
  }

  .hero-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 1rem;
  }

  .hero-highlights div {
    padding-top: 0.55rem;
  }

  .hero-highlights p {
    font-size: 0.82rem;
    line-height: 1.38;
  }

  .section {
    padding-top: 3rem;
  }

  .carousel-track-reels,
  .carousel-track-photos {
    grid-auto-columns: minmax(240px, 40vw);
  }

  .reel-card {
    min-height: 260px;
  }

  .photo-card {
    min-height: 300px;
  }

  .carousel-meta {
    width: min(calc(100% - 1.2rem), 12.8rem);
    padding: 0.62rem 0.72rem 0.72rem;
  }

  .photo-card .carousel-meta {
    width: min(calc(100% - 1.2rem), 12.6rem);
  }

  .carousel-meta span {
    font-size: 0.64rem;
  }

  .carousel-meta p {
    font-size: 0.84rem;
    line-height: 1.34;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
