/* KZN Film Production — static site */
:root {
  --bg: #06060a;
  --bg-elevated: #07070c;
  --text: #fafafa;
  --text-muted: #a1a1aa;
  --text-soft: #d4d4d8;
  --amber: #fbbf24;
  --amber-dim: rgba(251, 191, 36, 0.85);
  --border: rgba(255, 255, 255, 0.1);
  --font-display: "Bebas Neue", sans-serif;
  --font-sans: "DM Sans", system-ui, sans-serif;
  --container: 72rem;
  --header-h: 5.5rem;
}

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

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .animate-shimmer,
  .animate-float,
  .animate-pulse-glow {
    animation: none !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* ——— Type ——— */
.eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--amber-dim);
  margin-bottom: 0.75rem;
}

h1,
h2,
h3,
.h-display {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin: 0 0 1rem;
}

h2,
h3 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--text);
}

.lead {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 42rem;
  margin: 0 auto 1rem;
}

.text-gradient {
  background: linear-gradient(
    135deg,
    #fbbf24 0%,
    #f59e0b 35%,
    #fcd34d 65%,
    #d97706 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.muted {
  color: var(--text-muted);
}

.link-amber {
  color: var(--amber);
  text-decoration: none;
}
.link-amber:hover {
  text-decoration: underline;
}

/* ——— Header / Nav ——— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid var(--border);
  background: rgba(6, 6, 10, 0.88);
  backdrop-filter: blur(12px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  min-height: var(--header-h);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.logo {
  text-decoration: none;
  color: inherit;
  line-height: 1.1;
}
.logo--image {
  display: flex;
  align-items: center;
  line-height: 0;
}
.logo__img {
  height: 4.25rem;
  width: auto;
  max-width: 15rem;
  object-fit: contain;
  object-position: left center;
}
@media (min-width: 768px) {
  .logo__img {
    height: 4.75rem;
    max-width: 17rem;
  }
}
.logo__img--footer {
  height: 5.25rem;
  max-width: 18rem;
}
@media (min-width: 768px) {
  .logo__img--footer {
    height: 6rem;
    max-width: 21rem;
  }
}
.footer-brand__logo-link {
  display: inline-block;
  line-height: 0;
  margin-bottom: 0.75rem;
}
.footer-brand__logo-link:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 4px;
  border-radius: 4px;
}

.hero__brand-logo {
  width: 100%;
  max-width: 22rem;
  height: auto;
  display: block;
  margin: 0 0 1rem;
}

.logo__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  letter-spacing: 0.12em;
  color: #fff;
}
.logo__sub {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--amber-dim);
  margin-top: 0.2rem;
}

.nav-links {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
  align-items: center;
}
.nav-links a {
  color: #d4d4d8;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}
.nav-links a:hover {
  color: var(--amber);
}

.nav-cta {
  display: none;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  border: 1px solid rgba(245, 158, 11, 0.4);
  background: rgba(245, 158, 11, 0.1);
  color: #fcd34d;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
.nav-cta:hover {
  border-color: rgba(251, 191, 36, 0.7);
  background: rgba(245, 158, 11, 0.2);
}

.nav-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: none;
  border-radius: 0.5rem;
  background: transparent;
  color: #e4e4e7;
  cursor: pointer;
}
.nav-toggle:hover {
  background: rgba(255, 255, 255, 0.05);
}

.nav-mobile {
  display: none;
  border-top: 1px solid var(--border);
  background: #08080f;
  padding: 1.25rem 0 1.5rem;
}
.nav-mobile.is-open {
  display: block;
}
.nav-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-mobile a {
  display: block;
  color: #e4e4e7;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.35rem 0;
}

@media (min-width: 1024px) {
  .nav-links {
    display: flex;
  }
  .nav-cta {
    display: inline-block;
  }
  .nav-toggle {
    display: none;
  }
  .nav-mobile {
    display: none !important;
  }
}

/* ——— Hero ——— */
.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  padding: 3rem 0 5rem;
}
.hero__glow-1 {
  pointer-events: none;
  position: absolute;
  right: -8rem;
  top: 0;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.12);
  filter: blur(120px);
}
.hero__glow-2 {
  pointer-events: none;
  position: absolute;
  left: -6rem;
  bottom: 0;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.1);
  filter: blur(100px);
}
.hero__shimmer {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.03),
    transparent 40%,
    rgba(245, 158, 11, 0.04)
  );
  animation: film-shimmer 8s ease-in-out infinite;
}

.hero__grid {
  position: relative;
  display: grid;
  gap: 3.5rem;
  align-items: center;
  min-height: 65vh;
}
@media (min-width: 1024px) {
  .hero__grid {
    grid-template-columns: 7fr 5fr;
    gap: 2rem;
  }
  .hero {
    padding: 5rem 0 7rem;
  }
}

.hero__eyebrow {
  letter-spacing: 0.4em;
  margin-bottom: 1rem;
}

.hero h1 {
  font-size: clamp(2.75rem, 8vw, 5.5rem);
  margin-bottom: 1.5rem;
}
.hero h1 span {
  display: block;
  letter-spacing: 0.02em;
}

.hero__lead {
  margin-bottom: 2.5rem;
  max-width: 36rem;
  font-size: 1.05rem;
  color: var(--text-muted);
}

.hero__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 640px) {
  .hero__actions {
    flex-direction: row;
    align-items: center;
  }
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn--primary {
  background: #f59e0b;
  color: #0a0a0a;
  box-shadow: 0 10px 40px rgba(245, 158, 11, 0.2);
  animation: pulse-glow 4s ease-in-out infinite;
}
.btn--primary:hover {
  background: #fbbf24;
}
.btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn--ghost:hover {
  border-color: rgba(251, 191, 36, 0.5);
  background: rgba(255, 255, 255, 0.05);
}
.btn--outline {
  background: transparent;
  color: #fcd34d;
  border: 1px solid rgba(245, 158, 11, 0.4);
}
.btn--outline:hover {
  border-color: #fbbf24;
  background: rgba(245, 158, 11, 0.1);
}

/* Hero card */
.hero-card {
  position: relative;
  max-width: 28rem;
  margin: 0 auto;
  aspect-ratio: 4 / 5;
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: linear-gradient(145deg, #18181b, #09090b);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  animation: float-soft 6s ease-in-out infinite;
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 80% 60% at 30% 20%,
    rgba(251, 191, 36, 0.2),
    transparent 55%
  );
}
.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    transparent 40%,
    rgba(0, 0, 0, 0.72)
  );
}
.hero-card__badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.45);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(252, 211, 77, 0.95);
  backdrop-filter: blur(8px);
}
.hero-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 2rem;
}
.hero-card__big {
  font-family: var(--font-display);
  font-size: 3rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.92);
}
.hero-card__tag {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber-dim);
}
.hero-card__text {
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-muted);
}

/* ——— Sections ——— */
.section {
  padding: 5rem 0;
}
.section--tight {
  padding: 4rem 0;
}
.section--border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.section--films {
  background: rgba(7, 7, 12, 0.85);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.section--gallery {
  background: linear-gradient(180deg, var(--bg) 0%, rgba(12, 12, 18, 0.98) 50%, var(--bg) 100%);
}
.section--gallery .section__head {
  margin-bottom: 2rem;
}

/* Gallery carousel — compact frame so images are not upscaled (avoids pixelation) */
.gallery-carousel {
  max-width: 36rem;
  margin: 0 auto;
}
.gallery-carousel__chrome {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  align-items: center;
}
@media (max-width: 639px) {
  .gallery-carousel__chrome {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .gallery-carousel__btn--prev {
    order: 2;
    justify-self: start;
  }
  .gallery-carousel__viewport {
    order: 1;
  }
  .gallery-carousel__btn--next {
    order: 3;
    justify-self: end;
  }
}
.gallery-carousel__viewport {
  position: relative;
  border-radius: 0.75rem;
  border: 1px solid var(--border);
  background: #0a0a0c;
  overflow: hidden;
  min-height: 10rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}
.gallery-carousel__figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.75rem;
  min-height: 0;
}
.gallery-carousel__figure img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: clamp(10rem, 32vw, 17.5rem);
  object-fit: contain;
  display: block;
  border-radius: 0.35rem;
}
@media (min-width: 640px) {
  .gallery-carousel__figure img {
    max-height: 18.5rem;
  }
}
.gallery-carousel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: rgba(24, 24, 27, 0.85);
  color: #e4e4e7;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  flex-shrink: 0;
}
.gallery-carousel__btn:hover {
  border-color: rgba(245, 158, 11, 0.45);
  background: rgba(245, 158, 11, 0.12);
  color: #fde68a;
}
.gallery-carousel__btn:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
}
.gallery-carousel__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.gallery-carousel__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}
.gallery-carousel__dot {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.gallery-carousel__dot:hover {
  background: rgba(251, 191, 36, 0.55);
}
.gallery-carousel__dot.is-active {
  background: var(--amber);
  transform: scale(1.15);
}
.gallery-carousel__dot:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 2px;
}
.gallery-carousel__status {
  margin: 0;
  font-size: 0.8rem;
  text-align: center;
}
.section__head {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
.section__head .lead {
  margin-top: 0.5rem;
}

/* About grid */
.about-grid {
  display: grid;
  gap: 4rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.highlight-card {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: rgba(24, 24, 27, 0.35);
  backdrop-filter: blur(8px);
  transition: border-color 0.3s;
}
.highlight-card:hover {
  border-color: rgba(245, 158, 11, 0.25);
}
.highlight-card + .highlight-card {
  margin-top: 1.25rem;
}
.highlight-card__icon {
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(245, 158, 11, 0.28);
  background: rgba(245, 158, 11, 0.08);
  color: #fcd34d;
}
.highlight-card__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.highlight-card p {
  margin: 0;
  color: #d4d4d8;
  font-size: 0.98rem;
}

.mark-pill-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.mark-pill {
  display: inline-flex;
  padding: 0.65rem 1.25rem;
  border-radius: 9999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: #e4e4e7;
  font-size: 0.875rem;
  font-weight: 500;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.mark-pill:hover {
  border-color: rgba(245, 158, 11, 0.35);
  background: rgba(245, 158, 11, 0.05);
  color: #fef3c7;
}

/* Service cards */
.service-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-card {
  height: 100%;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: rgba(24, 24, 27, 0.35);
  text-align: center;
  transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s;
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 158, 11, 0.28);
  box-shadow: 0 12px 40px rgba(245, 158, 11, 0.06);
}
.service-card__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(245, 158, 11, 0.35);
  background: linear-gradient(
    145deg,
    rgba(245, 158, 11, 0.18),
    transparent
  );
  color: #fcd34d;
}
.service-card__icon svg {
  width: 1.75rem;
  height: 1.75rem;
}
.service-card h3 {
  font-family: var(--font-sans);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
  color: #fff;
}
.service-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Film cards */
.film-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .film-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .film-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.film-card {
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: rgba(24, 24, 27, 0.45);
  overflow: hidden;
  transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s;
}
.film-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 158, 11, 0.35);
  box-shadow: 0 12px 40px rgba(245, 158, 11, 0.08);
}
.film-card__visual {
  position: relative;
  height: 11rem;
  overflow: hidden;
}
.film-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    transparent 25%,
    rgba(0, 0, 0, 0.88)
  );
  pointer-events: none;
}
.film-card__visual--media {
  height: 14rem;
  background: #0a0a0c;
}
.film-card__visual--media::after {
  display: none;
}
.film-card__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
  z-index: 0;
}
.film-card__tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  pointer-events: none;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.55);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(252, 211, 77, 0.95);
}
.film-card__line {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 3;
  pointer-events: none;
  width: 4rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(251, 191, 36, 0.65),
    transparent
  );
  transition: width 0.35s;
}
.film-card:hover .film-card__line {
  width: 6rem;
}
.film-card__body {
  padding: 1.5rem;
}
.film-card__body h3 {
  font-family: var(--font-sans);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #fff;
  transition: color 0.2s;
}
.film-card:hover .film-card__body h3 {
  color: #fde68a;
}
.film-card__body p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* Values */
.values-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.value-card {
  height: 100%;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: linear-gradient(
    180deg,
    rgba(24, 24, 27, 0.55),
    transparent
  );
  transition: border-color 0.35s;
}
.value-card:hover {
  border-color: rgba(245, 158, 11, 0.28);
}
.value-card__bar {
  width: 3rem;
  height: 0.25rem;
  border-radius: 9999px;
  background: rgba(245, 158, 11, 0.75);
  margin-bottom: 1rem;
  transition: width 0.35s;
}
.value-card:hover .value-card__bar {
  width: 4rem;
}
.value-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin-bottom: 0.65rem;
}
.value-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* Stats */
.stats-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}
.stat-card {
  text-align: center;
  padding: 2rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: rgba(24, 24, 27, 0.45);
  backdrop-filter: blur(8px);
  transition: border-color 0.25s;
}
.stat-card:hover {
  border-color: rgba(245, 158, 11, 0.35);
}
.stat-card__num {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  color: #fbbf24;
  line-height: 1;
}
.stat-card__lbl {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #71717a;
}

/* Contact */
.contact-panel {
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: rgba(24, 24, 27, 0.35);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.contact-grid {
  display: grid;
  gap: 2.5rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: 3fr 4fr;
    gap: 3rem;
    padding: 2.5rem 3.5rem;
  }
}
.contact-aside {
  padding: 2rem;
  border-radius: 1rem;
  background: linear-gradient(145deg, #0c0c12, #000);
}
.contact-aside h3 {
  font-family: var(--font-sans);
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}
.contact-aside > .muted {
  margin-bottom: 2rem;
  font-size: 0.95rem;
  line-height: 1.55;
}
.contact-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact-row:last-child {
  margin-bottom: 0;
}
.contact-row svg {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  color: #fbbf24;
}
.contact-row span {
  font-size: 0.9rem;
  color: #d4d4d8;
}
.contact-row small {
  display: block;
  margin-top: 0.25rem;
  color: #71717a;
  font-size: 0.8rem;
}

.form-group {
  margin-bottom: 1.25rem;
}
.form-row-2 {
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) {
  .form-row-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.form-group label,
.form-field-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #a1a1aa;
  margin-bottom: 0.35rem;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  outline: none;
  transition: border-color 0.2s;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #52525b;
}
.form-group input:focus,
.form-group textarea:focus {
  border-bottom-color: rgba(251, 191, 36, 0.55);
}
.form-group textarea {
  min-height: 7rem;
  resize: vertical;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 0.5rem 0 1.5rem;
}
.radio-group label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
  font-size: 0.9rem;
  color: #d4d4d8;
  font-weight: 400;
}
.radio-group input {
  accent-color: #f59e0b;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5rem;
}
.form-actions .btn--primary {
  width: 100%;
}
@media (min-width: 640px) {
  .form-actions .btn--primary {
    width: auto;
    min-width: 10rem;
  }
}

/* Footer */
.site-footer {
  margin-top: 2rem;
  border-top: 1px solid var(--border);
  padding: 4rem 0 2.5rem;
}
.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .footer-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.footer-brand {
  text-align: center;
}
@media (min-width: 768px) {
  .footer-brand {
    text-align: left;
  }
}
.footer-brand p {
  margin: 0;
  max-width: 22rem;
  font-size: 0.9rem;
  color: #71717a;
  line-height: 1.55;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #a1a1aa;
  text-decoration: none;
}
.footer-links a:hover {
  color: var(--amber);
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
  font-size: 0.85rem;
  color: #52525b;
}
@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.65s ease-out, transform 0.65s ease-out;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Keyframes */
@keyframes film-shimmer {
  0%,
  100% {
    opacity: 0.35;
    transform: translateX(-3%) skewX(-8deg);
  }
  50% {
    opacity: 0.5;
    transform: translateX(3%) skewX(-8deg);
  }
}

@keyframes float-soft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes pulse-glow {
  0%,
  100% {
    box-shadow: 0 0 20px rgba(251, 191, 36, 0.12);
  }
  50% {
    box-shadow: 0 0 36px rgba(251, 191, 36, 0.22);
  }
}

.highlight {
  color: rgba(253, 230, 138, 0.92);
}
.highlight-w {
  color: #e4e4e7;
}

.emphasis {
  color: #fafafa;
}
