@font-face {
  font-family: "HVMLBrush";
  src:
    url("/assets/fonts/brusher-regular.woff2") format("woff2"),
    url("/assets/fonts/brusher-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #ff5a0a;
  --orange-dark: #c83b00;
  --black: #050505;
  --charcoal: #111;
  --panel: #171717;
  --white: #fff;
  --muted: #c5c5c5;
  --line: #4a4a4a;
  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-body: "Montserrat", Arial, sans-serif;
  --font-brush: "Rock Salt", "Segoe Print", cursive;
  --font-hero-brush: "HVMLBrush", Impact, sans-serif;
  --max: 1120px;
}

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

* {
  margin: 0;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
  color-scheme: dark;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: var(--white);
  background:
    linear-gradient(rgba(8, 8, 8, 0.94), rgba(8, 8, 8, 0.94)),
    url("/assets/img/grunge-texture.jpg") center top / 1500px auto repeat-y;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}

p + p {
  margin-top: 0.65rem;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: -9999px;
  z-index: 1000;
  padding: 0.75rem 1rem;
  color: var(--black);
  background: var(--white);
  font-weight: 700;
}

.skip-link:focus {
  left: 0.75rem;
}

.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;
}

.site-shell {
  width: calc(100% - 2.5rem);
  max-width: var(--max);
  margin-inline: auto;
}

.eyebrow {
  margin-bottom: 0.4rem;
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.3rem;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.7rem 1.45rem;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: var(--font-display);
  font-size: 1.08rem;
  letter-spacing: 0.035em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button-primary {
  color: var(--white);
  background: var(--orange);
}

.button-primary:hover {
  background: #ff7029;
}

.button-secondary {
  color: var(--white);
  background: rgba(0, 0, 0, 0.28);
  border-color: #d0d0d0;
}

.button-secondary:hover {
  color: var(--black);
  background: var(--white);
}

.play-dot {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 0.55rem;
  line-height: 1;
  padding-left: 1px;
}

/* Header */
.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(to bottom, #020202 0%, rgba(2, 2, 2, 0.82) 58%, transparent 100%);
}

.header-inner {
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-block;
}

.brand img {
  width: 190px;
  height: auto;
}

.header-cta {
  min-width: 126px;
  min-height: 42px;
}

/* Hero */
.hero {
  position: relative;
  min-height: 575px;
  overflow: hidden;
  isolation: isolate;
  background-color: #050505;
  background-image: url("/assets/img/hero-emilio-desktop.jpg?v=20260612-3");
  background-image: image-set(
    url("/assets/img/hero-emilio-desktop.webp?v=20260612-3") type("image/webp"),
    url("/assets/img/hero-emilio-desktop.jpg?v=20260612-3") type("image/jpeg")
  );
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #9b3b13;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.69) 31%, rgba(0, 0, 0, 0.05) 66%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.28), transparent 45%);
}

.hero-inner {
  display: flex;
  min-height: 575px;
  align-items: center;
  padding-top: 92px;
}

.hero-copy {
  width: min(100%, 520px);
  padding-block: 3.5rem;
}

.hero h1 {
  width: min(100%, 500px);
}

.hero-headline-lockup {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.45));
}

.hero-copy > p {
  max-width: 470px;
  margin-top: 1.4rem;
  font-size: 1.03rem;
  line-height: 1.55;
}

/* About and services */
.about-section,
.sessions-section {
  background:
    linear-gradient(rgba(13, 13, 13, 0.95), rgba(13, 13, 13, 0.95)),
    url("/assets/img/grunge-texture.jpg") center / cover;
}

.about-section {
  padding: 2.4rem 0 1.75rem;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.93fr) minmax(0, 2fr);
  gap: 2.5rem;
}

.about-copy h2,
.crew-copy h2,
.form-intro h2 {
  font-size: clamp(2.4rem, 4.2vw, 3.4rem);
}

.about-copy h2::after,
.crew-copy h2::after,
.form-intro h2::after {
  display: block;
  width: 158px;
  height: 12px;
  margin: 0.35rem 0 0.65rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 16' preserveAspectRatio='none'%3E%3Cpath fill='%23ff5a0a' d='M2 6.4c17-2 36-2.4 55-2.1 27 .3 55-.7 82-.8 25-.2 49 .7 74 1.2l19 .5-8 2.1 13 1.2-18 1.2c-25-.5-49-.4-74-.1-31 .4-62 .7-93 .3-18-.2-35 .3-52 1.1L0 8.8l5-1.1Z'/%3E%3Cpath fill='%23ff5a0a' opacity='.72' d='M9 12.2c35-1 71-.7 106-.9 27-.1 53-.6 80-.1l22 .5-29 1.2c-42-.5-84 .2-126 .4-18 .1-36 0-54 .5Z'/%3E%3Cpath fill='%23ff5a0a' opacity='.45' d='M179 14h45l-13 1h-33Z'/%3E%3C/svg%3E") left center / 100% 100% no-repeat;
  content: "";
}

.about-copy p:not(.eyebrow) {
  color: #e8e8e8;
  font-size: 0.92rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.service {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 1.5rem;
  text-align: center;
  border-left: 1px solid var(--line);
}

.service-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 0.75rem;
  padding: 14px;
  color: var(--orange);
  border: 2px dotted var(--orange);
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.service h3 {
  font-size: 1.55rem;
  letter-spacing: 0.02em;
}

.service p {
  margin-top: 0.45rem;
  color: #ddd;
  font-size: 0.85rem;
  line-height: 1.5;
}

/* Sessions */
.sessions-section {
  padding: 0 0 2rem;
}

.sessions-section .site-shell {
  padding-top: 1rem;
  border-top: 1px solid #3a3a3a;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.section-heading h2 {
  font-size: 2.1rem;
  letter-spacing: 0.025em;
}

.section-heading a,
.section-action {
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.video-card {
  overflow: hidden;
  background: #080808;
  border: 1px solid #777;
  border-radius: 3px;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-trigger {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  color: var(--white);
  background: #000;
  border: 0;
  cursor: pointer;
}

.video-trigger::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.08);
  transition: background-color 180ms ease;
}

.video-trigger:hover::after,
.video-trigger:focus-visible::after {
  background: rgba(0, 0, 0, 0.22);
}

.video-trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  background: rgba(0, 0, 0, 0.56);
  border: 2px solid var(--white);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 180ms ease, transform 180ms ease;
}

.custom-play span {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid var(--white);
}

.video-trigger:hover .custom-play,
.video-trigger:focus-visible .custom-play {
  background: rgba(255, 90, 10, 0.78);
  transform: translate(-50%, -50%) scale(1.05);
}

.video-meta {
  padding: 0.65rem 0.75rem 0.75rem;
}

.video-meta h3 {
  font-size: 1.3rem;
}

.video-meta p {
  color: #d4d4d4;
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Crew */
.crew-section {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.92) 0 38%, rgba(7, 7, 7, 0.15) 68%),
    url("/assets/img/grunge-texture.jpg") center / cover;
  border-top: 1px solid #8f3c18;
  border-bottom: 1px solid #545454;
}

.crew-layout {
  display: grid;
  min-height: 275px;
  grid-template-columns: 34% 66%;
}

.crew-copy {
  align-self: center;
  padding: 2rem 1.5rem 2rem 0;
}

.crew-copy p:not(.eyebrow) {
  margin-bottom: 1.25rem;
  color: #e1e1e1;
  font-size: 0.9rem;
}

.crew-copy .button {
  min-height: 40px;
  font-size: 1rem;
}

.crew-placeholder {
  min-height: 275px;
  border-left: 1px solid #696969;
  background:
    linear-gradient(135deg, rgba(255, 90, 10, 0.08), rgba(0, 0, 0, 0.2)),
    repeating-linear-gradient(90deg, transparent 0 31%, rgba(255, 255, 255, 0.1) 31% 31.2%),
    repeating-linear-gradient(0deg, transparent 0 49.7%, rgba(255, 255, 255, 0.1) 49.7% 50%);
}

/* Artist quote */
.quote-section {
  min-height: 220px;
  background: #0a0a0a url("/assets/img/artist-quote.jpg") center / cover no-repeat;
  border-bottom: 1px solid #373737;
}

.quote-inner {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: flex-end;
}

.quote-section blockquote {
  width: 68%;
  padding: 1.75rem 0;
  text-align: center;
}

.quote-section blockquote > p {
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-style: italic;
  line-height: 1.45;
}

.quote-section blockquote footer {
  display: flex;
  flex-direction: column;
  margin-top: 0.7rem;
  font-size: 0.82rem;
}

.quote-section blockquote strong {
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Booking */
.booking-section {
  background: #090909;
}

.booking-banner {
  position: relative;
  background: #7b2605 url("/assets/img/cta-crowd.jpg") center 79% / cover no-repeat;
  border-bottom: 1px solid #a53a0c;
}

.booking-banner::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(97, 20, 0, 0.55), rgba(255, 83, 0, 0.45), rgba(69, 8, 0, 0.68));
}

.booking-banner-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100px;
  align-items: center;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.5rem;
}

.booking-banner h2 {
  color: var(--white);
  font-family: var(--font-brush);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.25;
  transform: rotate(-1deg);
}

.booking-banner p {
  font-size: 0.93rem;
}

.form-wrap {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 3rem;
  padding-block: 3.2rem 3.5rem;
}

.form-intro p:not(.eyebrow) {
  max-width: 42ch;
  margin-top: 1rem;
  color: var(--muted);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.booking-form label {
  display: grid;
  gap: 0.35rem;
  color: #efefef;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  border: 1px solid #5b5b5b;
  border-radius: 2px;
  padding: 0.72rem 0.8rem;
  color: var(--white);
  background: #121212;
  font-family: var(--font-body);
  font-size: 0.93rem;
  text-transform: none;
}

.booking-form input:focus,
.booking-form textarea:focus {
  border-color: var(--orange);
}

.booking-form textarea {
  resize: vertical;
}

.form-full {
  grid-column: 1 / -1;
}

.booking-form .button {
  width: 100%;
  border: 0;
}

.hp {
  position: absolute;
  left: -9999px;
}

.form-status {
  grid-column: 1 / -1;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: #185c29;
  border-left: 4px solid #58d177;
}

/* Footer */
.site-footer {
  background:
    linear-gradient(rgba(7, 7, 7, 0.96), rgba(7, 7, 7, 0.96)),
    url("/assets/img/grunge-texture.jpg") center / cover;
  border-top: 1px solid #2c2c2c;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.25fr 1fr;
  gap: 2.5rem;
  padding-block: 2rem 1.5rem;
}

.footer-logo {
  width: 185px;
  height: auto;
}

.footer-intro p,
.site-footer p,
.site-footer address,
.footer-links {
  color: #d0d0d0;
  font-size: 0.8rem;
  font-style: normal;
}

.footer-intro p {
  margin: 0.35rem 0 0 1rem;
}

.footer-heading {
  margin-bottom: 0.65rem;
  color: var(--orange);
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.footer-links {
  padding: 0;
  list-style: none;
}

.footer-links a,
.site-footer address a {
  text-decoration: none;
}

.footer-links a:hover,
.site-footer address a:hover {
  color: var(--orange);
}

.site-footer address p + p {
  margin-top: 0.55rem;
}

.footer-cta {
  display: inline-flex;
  gap: 0.45rem;
  margin-top: 1rem;
  color: var(--orange);
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.social-links {
  display: flex;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.social-links a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--black);
  background: var(--white);
  border-radius: 50%;
  transition: color 180ms ease, background-color 180ms ease;
}

.social-links a:hover {
  color: var(--white);
  background: var(--orange);
}

.social-links svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-links svg rect,
.social-links svg circle {
  fill: none;
}

.social-links .social-play {
  fill: var(--white);
  stroke: none;
}

.social-links a:hover .social-play {
  fill: var(--orange);
}

.footer-bottom {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  border-top: 1px solid #333;
}

.footer-bottom p {
  color: #858585;
  font-size: 0.7rem;
}

.mini-wave {
  width: 47px;
  height: 18px;
  background: repeating-linear-gradient(90deg, transparent 0 3px, var(--orange) 3px 4px);
  clip-path: polygon(0 48%, 8% 42%, 15% 53%, 22% 15%, 28% 82%, 35% 29%, 43% 69%, 50% 0, 57% 100%, 64% 27%, 72% 72%, 79% 40%, 87% 58%, 94% 43%, 100% 50%, 100% 54%, 94% 55%, 87% 67%, 79% 50%, 72% 82%, 64% 37%, 57% 100%, 50% 4%, 43% 78%, 35% 38%, 28% 91%, 22% 25%, 15% 62%, 8% 50%, 0 55%);
}

.error-page {
  display: grid;
  min-height: 72vh;
  place-items: center;
  padding: 9rem 0 4rem;
  text-align: center;
  background:
    linear-gradient(rgba(5, 5, 5, 0.76), rgba(5, 5, 5, 0.96)),
    url("/assets/img/hero-background.jpg") center / cover no-repeat;
}

.error-inner {
  max-width: 42rem;
}

.error-page h1 {
  font-size: clamp(3.5rem, 9vw, 6rem);
}

.error-page p:not(.eyebrow) {
  margin: 1rem 0 1.5rem;
  color: var(--muted);
}

@media (max-width: 900px) {
  .hero,
  .hero-inner {
    min-height: 520px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .service-grid {
    border-top: 1px solid var(--line);
    padding-top: 1.5rem;
  }

  .service:first-child {
    border-left: 0;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .crew-layout {
    grid-template-columns: 1fr 1fr;
  }

  .quote-section {
    background-position: 42% center;
  }

  .form-wrap,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: calc(100% - 1.5rem);
  }

  .header-inner {
    position: relative;
    min-height: 86px;
  }

  .brand {
    flex: 0 0 auto;
  }

  .brand img {
    width: 145px;
  }

  .header-cta {
    position: absolute;
    top: 24px;
    right: 0;
    width: auto;
    min-width: 96px;
    min-height: 38px;
    padding-inline: 0.85rem;
    font-size: 0.95rem;
  }

  .hero,
  .hero-inner {
    min-height: 610px;
  }

  .hero {
    background-image: url("/assets/img/hero-emilio-mobile.jpg?v=20260612-3");
    background-image: image-set(
      url("/assets/img/hero-emilio-mobile.webp?v=20260612-3") type("image/webp"),
      url("/assets/img/hero-emilio-mobile.jpg?v=20260612-3") type("image/jpeg")
    );
    background-position: 58% center;
  }

  .hero::after {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.2) 62%, rgba(0, 0, 0, 0.12)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.93), rgba(0, 0, 0, 0.46));
  }

  .hero-copy {
    align-self: flex-end;
    padding: 2.5rem 0 3rem;
  }

  .hero h1 {
    width: min(100%, 335px);
  }

  .hero-copy > p {
    font-size: 0.92rem;
  }

  .button-row,
  .button-row .button {
    width: 100%;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .about-copy,
  .crew-copy,
  .form-intro {
    text-align: center;
  }

  .about-copy h2::after,
  .crew-copy h2::after,
  .form-intro h2::after {
    margin-inline: auto;
  }

  .about-copy p:not(.eyebrow),
  .crew-copy p:not(.eyebrow),
  .form-intro p:not(.eyebrow) {
    margin-inline: auto;
  }

  .service {
    padding: 1.4rem 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .service:first-child {
    border-top: 0;
  }

  .section-heading {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .section-action {
    display: inline-flex;
    justify-content: center;
  }

  .video-meta {
    text-align: center;
  }

  .crew-layout {
    grid-template-columns: 1fr;
  }

  .crew-copy {
    padding-right: 0;
  }

  .crew-copy .button {
    margin-inline: auto;
  }

  .crew-placeholder {
    min-height: 180px;
    border-top: 1px solid #666;
    border-left: 0;
  }

  .quote-section {
    min-height: 400px;
    background-position: 24% center;
  }

  .quote-inner {
    min-height: 400px;
    align-items: flex-end;
  }

  .quote-section blockquote {
    width: 100%;
    padding: 1.5rem 0 2rem;
    text-shadow: 0 2px 8px #000;
  }

  .booking-banner-inner,
  .form-wrap,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .booking-banner-inner {
    gap: 0.35rem;
    padding-block: 1.2rem;
    text-align: center;
  }

  .form-wrap {
    gap: 2rem;
  }

  .booking-form {
    grid-template-columns: 1fr;
  }

  .booking-form label,
  .form-full {
    grid-column: 1;
  }

  .footer-grid {
    gap: 1.5rem;
    text-align: center;
  }

  .footer-logo {
    margin-inline: auto;
  }

  .footer-intro p {
    margin-left: 0;
  }

  .footer-links {
    display: grid;
    justify-items: center;
  }

  .social-links {
    justify-content: center;
  }

  .footer-cta {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.35rem;
    padding-block: 0.7rem;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
