:root {
  --fm-bg-deep: #0b0b0b;
  --fm-bg: #141414;
  --fm-bg-elevated: #1c1c1c;
  --fm-bg-soft: #242424;
  --fm-border: #2e2e2e;
  --fm-border-strong: #3a3a3a;
  --fm-text: #ffffff;
  --fm-text-muted: #b3b3b3;
  --fm-text-subtle: #8a8a8a;
  --fm-btn-bg: #ffffff;
  --fm-btn-text: #0b0b0b;
  --fm-font: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --fm-tracking-tagline: 0.28em;
  --fm-tracking-label: 0.12em;
  --fm-radius: 16px;
  --fm-radius-sm: 12px;
  --fm-space-section: clamp(3.5rem, 9vw, 6.5rem);
  --fm-max: 68rem;
  --fm-focus: #ffffff;
  --fm-gold: #c9a962;
  --fm-gold-soft: rgba(201, 169, 98, 0.15);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--fm-font);
  font-size: 1rem;
  line-height: 1.55;
  color: var(--fm-text);
  background: var(--fm-bg-deep);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 100;
  padding: 0.65rem 1rem;
  background: var(--fm-btn-bg);
  color: var(--fm-btn-text);
  border-radius: var(--fm-radius-sm);
  text-decoration: none;
  font-weight: 600;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(11, 11, 11, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--fm-border);
}

.site-header__inner {
  width: min(100% - 2rem, var(--fm-max));
  margin: 0 auto;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.site-header__logo {
  width: auto;
  height: 2.4rem;
  border-radius: 0;
  object-fit: contain;
}

.site-header__name {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.site-header__menu {
  min-height: 2.75rem;
  padding: 0.5rem 0.9rem;
  border: 1px solid var(--fm-border-strong);
  border-radius: var(--fm-radius-sm);
  background: transparent;
  color: var(--fm-text);
  font: inherit;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.75rem;
  cursor: pointer;
}

.site-header__nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem 1rem 1rem;
  background: var(--fm-bg);
  border-bottom: 1px solid var(--fm-border);
}

.site-header__nav.is-open {
  display: flex;
}

.site-header__link {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  color: var(--fm-text-muted);
  border-radius: var(--fm-radius-sm);
}

.site-header__link:hover,
.site-header__link:focus-visible {
  color: var(--fm-text);
  background: var(--fm-bg-soft);
}

.site-header__link--accent {
  color: var(--fm-text);
  font-weight: 600;
}

.btn,
.site-header__menu,
.site-header__link:focus-visible,
.props-card:focus-visible {
  outline: none;
}

.btn:focus-visible,
.site-header__menu:focus-visible,
.site-header__link:focus-visible,
.props-card:focus-visible,
.skip-link:focus-visible {
  outline: 2px solid var(--fm-focus);
  outline-offset: 2px;
}

.hero {
  position: relative;
  min-height: min(100vh, 52rem);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero__plane {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(11, 11, 11, 0.2) 0%, rgba(11, 11, 11, 0.72) 48%, #0b0b0b 100%),
    radial-gradient(ellipse 90% 60% at 50% 18%, #2a2a2a 0%, transparent 62%),
    linear-gradient(145deg, #121212 0%, #0b0b0b 55%, #171717 100%);
  animation: heroGlow 10s ease-in-out infinite alternate;
}

.hero__plane::after {
  content: "";
  position: absolute;
  inset: 0;
  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: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 75%);
  opacity: 0.5;
}

.hero__content {
  width: min(100% - 2rem, 40rem);
  margin: 0 auto;
  padding: 6.5rem 0 3.5rem;
  text-align: center;
  animation: riseIn 700ms ease both;
}

.hero__logo {
  width: min(14rem, 72vw);
  height: auto;
  margin: 0 auto 1.25rem;
  border-radius: 0;
  object-fit: contain;
  animation: logoIn 900ms ease both;
}

.hero__cred {
  margin: 1rem auto 0;
  max-width: 34rem;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--fm-text-muted);
}

.hero__brand {
  margin: 0;
  font-size: clamp(1.85rem, 7vw, 2.75rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.1;
}

.hero__tag {
  margin: 0.65rem 0 0;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: var(--fm-tracking-tagline);
  text-transform: uppercase;
  color: var(--fm-text-subtle);
}

.hero__title {
  margin: 1.5rem 0 0;
  font-size: clamp(1.35rem, 4.5vw, 1.85rem);
  font-weight: 600;
  line-height: 1.25;
}

.hero__lead {
  margin: 0.85rem auto 0;
  max-width: 28rem;
  color: var(--fm-text-muted);
  font-size: 1.02rem;
}

.hero__actions {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1.25rem;
  border-radius: var(--fm-radius-sm);
  border: 1px solid transparent;
  font: inherit;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.btn--primary {
  background: var(--fm-btn-bg);
  color: var(--fm-btn-text);
}

.btn--primary:hover {
  background: #e8e8e8;
}

.btn--ghost {
  background: transparent;
  color: var(--fm-text);
  border-color: var(--fm-text);
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.06);
}

.section {
  padding: var(--fm-space-section) 0;
}

.section--alt {
  background: var(--fm-bg);
  border-block: 1px solid var(--fm-border);
}

.section__inner {
  width: min(100% - 2rem, var(--fm-max));
  margin: 0 auto;
}

.section__inner--narrow {
  max-width: 40rem;
}

.section__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: var(--fm-tracking-tagline);
  text-transform: uppercase;
  color: var(--fm-text-subtle);
}

.section__title {
  margin: 0.75rem 0 0;
  font-size: clamp(1.45rem, 3.5vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.section__lead {
  margin: 0.85rem 0 0;
  color: var(--fm-text-muted);
  max-width: 36rem;
}

.props-grid {
  margin-top: 1.25rem;
  display: grid;
  gap: 1rem;
}

.props-count {
  margin: 0.85rem 0 0;
  color: var(--fm-text-subtle);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}

.props-card {
  display: grid;
  gap: 0.65rem;
  padding: 1.1rem 1.15rem;
  border: 1px solid var(--fm-border);
  border-radius: 1.15rem;
  background: var(--fm-bg-elevated);
  text-decoration: none;
  color: inherit;
  transition: border-color 180ms ease, transform 180ms ease;
}

.props-card:hover {
  border-color: #5a5a5a;
  transform: translateY(-2px);
}

.props-card__media {
  aspect-ratio: 16 / 10;
  border-radius: 0.95rem;
  background:
    linear-gradient(145deg, #222 0%, #151515 100%);
  overflow: hidden;
}

.props-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.props-card__kicker {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: var(--fm-tracking-label);
  text-transform: uppercase;
  color: var(--fm-text-subtle);
}

.props-card__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
}

.props-card__meta {
  margin: 0;
  color: var(--fm-text-muted);
  font-size: 0.92rem;
}

.props-empty {
  margin: 2rem 0 0;
  padding: 1.25rem;
  border: 1px dashed var(--fm-border-strong);
  border-radius: var(--fm-radius);
  color: var(--fm-text-muted);
}

.legal-disclaimer {
  margin: 1.5rem 0 0;
  padding: 0.95rem 1rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(201, 169, 98, 0.28);
  background: rgba(201, 169, 98, 0.08);
  color: var(--fm-text-muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.legal-disclaimer--footer {
  margin-top: 1rem;
  text-align: left;
}

.studio-list {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.studio-list li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--fm-text-muted);
}

.studio-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--fm-text);
}

.cred-box {
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--fm-border-strong);
  border-radius: var(--fm-radius);
  background: var(--fm-bg-elevated);
}

.cred-box__title {
  margin: 0;
  font-weight: 700;
  font-size: 0.95rem;
}

.cred-box__line {
  margin: 0.35rem 0 0;
  color: var(--fm-text-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.studio-creds {
  margin-top: 1rem;
}

.studio-creds__label {
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  letter-spacing: var(--fm-tracking-label);
  text-transform: uppercase;
  color: var(--fm-gold);
  font-weight: 700;
}

.studio-badges {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.studio-badges li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--fm-text);
  font-size: 0.92rem;
}

.studio-badges li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--fm-gold);
  font-weight: 700;
  font-size: 0.9rem;
}

.studio-note {
  margin: 0.85rem 0 0;
  color: var(--fm-text-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.studio-social,
.contact-social {
  margin: 1.25rem 0 0;
}

.studio-social a,
.contact-social a {
  color: var(--fm-text);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--fm-border-strong);
}

.studio-social a:hover,
.studio-social a:focus-visible,
.contact-social a:hover,
.contact-social a:focus-visible {
  border-bottom-color: var(--fm-gold);
  outline: none;
}

.section--sumate {
  background:
    linear-gradient(180deg, rgba(201, 169, 98, 0.06) 0%, transparent 40%),
    var(--fm-bg-deep);
}

.section__eyebrow--gold {
  color: var(--fm-gold);
}

.sumate-grid {
  display: grid;
  gap: 1.5rem;
}

.sumate-tagline {
  margin: 0.5rem 0 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--fm-text);
}

.sumate-highlight {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--fm-gold);
  background: var(--fm-gold-soft);
  color: var(--fm-text);
  font-weight: 600;
}

.sumate-side {
  display: grid;
  gap: 1rem;
}

.sumate-side__claim {
  margin: 0;
  font-size: clamp(1.15rem, 3.2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.25;
}

.sumate-side__claim strong {
  color: var(--fm-text);
  border-bottom: 2px solid var(--fm-gold);
}

.sumate-offer {
  margin-top: 1.5rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--fm-border);
  border-radius: var(--fm-radius);
  background: var(--fm-bg-elevated);
}

.sumate-offer__title {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  letter-spacing: var(--fm-tracking-label);
  text-transform: uppercase;
  color: var(--fm-gold);
  font-weight: 700;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid var(--fm-gold);
  width: fit-content;
}

.sumate-offer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.sumate-offer__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  color: var(--fm-text-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.sumate-offer__list em {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.82rem;
  color: var(--fm-text-subtle);
}

.sumate-offer__icon {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--fm-border-strong);
  border-radius: 50%;
  color: var(--fm-gold);
  flex-shrink: 0;
}

.sumate-martillero {
  margin: 0;
  padding: 1.1rem 1.15rem;
  border-radius: var(--fm-radius);
  background: #2a2a2a;
  border: 1px solid var(--fm-border);
}

.sumate-martillero__kicker {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: var(--fm-tracking-label);
  text-transform: uppercase;
  color: var(--fm-gold);
  font-weight: 700;
}

.sumate-martillero__name {
  margin: 0.35rem 0 0;
  font-weight: 700;
}

.sumate-martillero__text {
  margin: 0.45rem 0 0;
  color: var(--fm-text-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.sumate-footer-row {
  margin-top: 1.75rem;
  display: grid;
  gap: 1.25rem;
  align-items: end;
}

.sumate-tag__line {
  margin: 0;
  font-size: clamp(1.1rem, 3vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sumate-tag__sub {
  margin: 0.55rem 0 0;
  padding-top: 0.45rem;
  border-top: 1px solid var(--fm-gold);
  width: fit-content;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fm-text-muted);
}

.sumate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn--outline {
  background: transparent;
  color: var(--fm-text);
  border: 2px solid var(--fm-text);
}

.btn--outline:hover,
.btn--outline:focus-visible {
  background: var(--fm-text);
  color: var(--fm-btn-text);
}

.contact-cred {
  margin: 0.75rem 0 0;
  color: var(--fm-text-muted);
  font-size: 0.85rem;
  line-height: 1.45;
}

.contact-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.site-footer {
  padding: 2.5rem 0 3rem;
  border-top: 1px solid var(--fm-border);
  background: #080808;
}

.site-footer__inner {
  width: min(100% - 2rem, var(--fm-max));
  margin: 0 auto;
  text-align: center;
}

.site-footer__cred {
  margin: 0.65rem auto 0;
  max-width: 36rem;
  color: var(--fm-text-subtle);
  font-size: 0.75rem;
  line-height: 1.45;
}

.site-footer__logo {
  width: auto;
  height: 3.25rem;
  margin: 0 auto 0.85rem;
  border-radius: 0;
  object-fit: contain;
}

.site-footer__brand {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.site-footer__meta {
  margin: 0.85rem 0 0;
  display: flex;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  color: var(--fm-text-muted);
}

.site-footer__meta a {
  text-decoration: none;
  color: inherit;
}

#contact-email,
#footer-email {
  text-transform: none;
  letter-spacing: normal;
  font-variant: normal;
}

.site-footer__meta a:hover {
  text-decoration: underline;
}

.site-footer__legal {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  color: var(--fm-text-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  justify-content: center;
}

.site-footer__legal a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer__legal a:hover,
.site-footer__legal a:focus-visible {
  color: var(--fm-gold, #c9a962);
}

.site-footer__copy {
  margin: 0.85rem auto 0;
  max-width: 36rem;
  color: var(--fm-text-subtle);
  font-size: 0.78rem;
  line-height: 1.45;
}

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

@keyframes logoIn {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes heroGlow {
  from {
    filter: brightness(1);
  }
  to {
    filter: brightness(1.08);
  }
}

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

  .hero__content,
  .hero__logo,
  .hero__plane,
  .props-card {
    animation: none;
    transition: none;
  }
}

@media (min-width: 768px) {
  .site-header__menu {
    display: none;
  }

  .site-header__nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.35rem;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .hero__content {
    padding-bottom: 4.5rem;
  }

  .sumate-grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
    gap: 2rem;
  }

  .sumate-footer-row {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

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

@media (min-width: 1024px) {
  .props-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero {
    align-items: center;
  }

  .hero__content {
    padding-top: 7rem;
  }
}
