:root {
  color-scheme: dark;
  --bg: #050403;
  --panel: rgba(18, 11, 7, 0.76);
  --panel-strong: rgba(22, 13, 8, 0.94);
  --text: #fff0df;
  --muted: rgba(255, 240, 223, 0.7);
  --soft: rgba(255, 240, 223, 0.48);
  --orange: #ff6a00;
  --orange-2: #ffb05c;
  --orange-3: #ff3d00;
  --line: rgba(255, 106, 0, 0.28);
  --line-soft: rgba(255, 255, 255, 0.09);
  --max: 1180px;
  --radius: 24px;
  --font: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Montserrat", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.58), rgba(5, 4, 3, 0.97)),
    url("./assets/background-bokeh.webp") center / cover fixed,
    var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.55;
  text-transform: uppercase;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 106, 0, 0.24), transparent 28%),
    radial-gradient(circle at 88% 62%, rgba(255, 61, 0, 0.16), transparent 26%),
    linear-gradient(110deg, transparent 0 22%, rgba(255, 106, 0, 0.12) 22.2%, transparent 22.6% 100%);
  opacity: 0.8;
  z-index: -1;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid var(--line-soft);
  background: rgba(5, 4, 3, 0.84);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 176, 92, 0.66);
  border-radius: 50%;
  background: linear-gradient(135deg, #ff3d00, #ffb05c 58%, #ff6a00);
  color: #050403;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
  letter-spacing: 0.04em;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: clamp(14px, 2.4vw, 34px);
  color: var(--muted);
  font-size: 0.92rem;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: var(--text);
}

.section {
  width: min(calc(100% - 36px), var(--max));
  margin-inline: auto;
  padding: clamp(30px, 4vw, 58px) 0;
}

.hero {
  display: grid;
  gap: clamp(24px, 3vw, 42px);
  justify-items: center;
  text-align: center;
  min-height: auto;
  padding-top: clamp(44px, 6vw, 76px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: clamp(0.82rem, 0.9vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: none;
  margin-inline: auto;
  margin-bottom: 22px;
  padding-block: 0.12em;
  font-size: clamp(4rem, 6.55vw, 7.35rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-family: var(--display);
  font-weight: 900;
  background: linear-gradient(105deg, #ff3d00 0%, #ff8a1f 38%, #ffcf93 78%, #ff6a00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  overflow: visible;
}

.line-lock {
  display: inline-block;
  padding-inline: 0.035em;
  white-space: nowrap;
}

.trust-mobile,
.roles-mobile,
.quote-mobile,
.contact-mobile {
  display: none;
}

.tagline-jab {
  max-width: 780px;
  margin: -8px auto 18px;
  color: var(--orange-2);
  font-size: clamp(0.98rem, 1.3vw, 1.2rem);
  font-weight: 900;
  letter-spacing: 0.02em;
}

h2 {
  margin-bottom: 0;
  max-width: 12ch;
  font-size: clamp(2.45rem, 5vw, 5.05rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-family: var(--display);
  font-weight: 900;
  overflow: visible;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  line-height: 1;
  letter-spacing: -0.025em;
}

.lede {
  max-width: 760px;
  margin-inline: auto;
  color: var(--muted);
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  text-transform: none;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
}

.button.primary {
  border-color: transparent;
  color: #050403;
  background: linear-gradient(135deg, #ff3d00, #ffb05c 58%, #ff6a00);
}

.hero-card,
.trust-card,
.role-grid article,
.producer-info-card,
.producer-list,
.profile,
.contact {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.hero-card {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(12px, 1.7vw, 20px);
  text-align: left;
}

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

video,
.media-pair img,
.producer-photo-strip img,
.profile img {
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  background: #000;
}

video {
  aspect-ratio: 2.4 / 1;
  object-fit: cover;
}

.hero-card figcaption {
  display: grid;
  gap: 5px;
  margin-top: 16px;
  color: var(--muted);
}

.hero-card figcaption span {
  color: var(--orange);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-card figcaption strong {
  color: var(--text);
}

.section-heading {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 22px;
}

.section-heading h2 {
  max-width: none;
}

.roles .section-heading h2 {
  font-size: clamp(2.5rem, 5.2vw, 5.25rem);
}

.trust-heading {
  font-size: clamp(2.45rem, 4.7vw, 4.8rem);
}

.trust .eyebrow {
  margin-bottom: 20px;
  font-size: clamp(1rem, 1.4vw, 1.45rem);
  letter-spacing: 0.34em;
}

.discipline {
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  justify-items: center;
  text-align: center;
}

.quote-card {
  width: min(100%, 1180px);
  margin: 0;
  padding: clamp(24px, 4vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.12), rgba(255, 106, 0, 0.025) 46%), var(--panel);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.quote-card blockquote {
  max-width: none;
  margin: 0 auto;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(2.55rem, 5.05vw, 5.45rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.quote-card figcaption {
  margin-top: 18px;
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.24em;
}

.quote-line {
  white-space: nowrap;
}

.discipline > p {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.55rem);
  line-height: 1.35;
  text-transform: none;
}

.trust-card {
  width: min(100%, 1040px);
  margin-inline: auto;
  padding: clamp(22px, 3vw, 42px);
}

.trust-card p {
  max-width: 920px;
  margin: 0 auto;
  font-size: clamp(1.16rem, 1.85vw, 2rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
  text-align: center;
  text-transform: none;
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.role-grid article {
  min-height: 230px;
  padding: 20px;
}

.role-grid h3 {
  font-size: clamp(1.35rem, 1.65vw, 1.78rem);
  letter-spacing: -0.04em;
}

.role-grid span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.role-grid p,
.producer-info-grid p,
.producer-list p,
.profile p,
.contact p,
figure figcaption {
  color: var(--muted);
  text-transform: none;
}

.role-grid p,
.producer-info-grid p,
.producer-list p,
.profile p {
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  line-height: 1.45;
}

.producer-info .section-heading h2 {
  max-width: none;
  font-size: clamp(3.1rem, 5.35vw, 5.75rem);
}

.producer-info-card {
  padding: clamp(22px, 3vw, 42px);
}

.producer-info-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  background: var(--line);
}

.producer-info-grid p {
  margin: 0;
  padding: 22px;
  background: rgba(10, 8, 6, 0.82);
}

.producer-info-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.producer-photo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.producer-photo-strip img {
  aspect-ratio: 2 / 1;
  height: 100%;
  object-fit: cover;
}

.producer-photo-strip .photo-legal-wide {
  object-position: center center;
}

.producer-photo-strip .photo-interview {
  object-position: center 46%;
}

.producer-photo-strip .photo-set {
  object-position: center 42%;
}

.producer-photo-strip .photo-color {
  object-position: center 32%;
}

.photo-credit {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: none;
}

.media-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: 24px;
  align-items: stretch;
}

.media-pair figure {
  margin: 0;
}

.media-pair figure:first-child img {
  aspect-ratio: 2.4 / 1;
  object-fit: cover;
}

.media-pair figure:last-child img {
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

figure figcaption {
  margin-top: 12px;
  font-size: 0.95rem;
}

.producer-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--line);
}

.producer-list p {
  margin: 0;
  padding: 26px;
  background: var(--panel-strong);
}

.producer-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 1.08rem;
}

.profile {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
  justify-items: center;
  text-align: center;
  padding: clamp(24px, 4vw, 54px);
}

.profile img {
  order: 2;
  aspect-ratio: 2.4 / 1;
  object-fit: cover;
}

.profile > div {
  order: 1;
  width: min(100%, 860px);
}

.profile h2 {
  max-width: 14ch;
  margin-inline: auto;
  margin-bottom: 20px;
}

.profile p {
  margin-inline: auto;
}

.contact {
  padding: clamp(34px, 5vw, 72px);
  text-align: center;
}

.contact h2,
.contact p {
  margin-inline: auto;
}

.contact h2 {
  max-width: none;
  font-size: clamp(2.7rem, 4.7vw, 4.65rem);
}

.contact p {
  max-width: 680px;
  margin-top: 22px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 48px);
  border-top: 1px solid var(--line-soft);
  color: var(--soft);
  font-size: 0.88rem;
}

@media (max-width: 1020px) {
  .site-header {
    gap: 14px;
    padding: 14px 18px;
    overflow: hidden;
  }

  nav {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    font-size: 0.78rem;
  }

  .brand strong {
    font-size: 0.84rem;
  }

  .brand small {
    font-size: 0.58rem;
    letter-spacing: 0.16em;
  }

  .hero,
  .section-heading,
  .profile,
  .media-pair {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  h1 {
    max-width: none;
    font-size: clamp(3rem, 8.2vw, 4.8rem);
  }

  .trust-heading,
  .roles .section-heading h2,
  .contact h2 {
    font-size: clamp(2.2rem, 7.4vw, 3.8rem);
  }

  h1 .line-lock,
  .roles .line-lock,
  .contact .line-lock,
  .producer-info .line-lock {
    padding-inline: 0;
    white-space: normal;
  }

  .trust-desktop,
  .roles-desktop,
  .quote-desktop,
  .contact-desktop {
    display: none;
  }

  .trust-mobile,
  .roles-mobile,
  .quote-mobile,
  .contact-mobile {
    display: block;
  }

  .role-grid,
  .producer-info-grid,
  .producer-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .producer-photo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    position: relative;
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    font-size: 0.62rem;
    letter-spacing: 0.16em;
  }

  .section {
    width: min(calc(100% - 28px), var(--max));
    padding: 42px 0;
  }

  h1 {
    max-width: none;
    font-size: clamp(2rem, 9vw, 2.85rem);
    line-height: 0.96;
    letter-spacing: -0.045em;
  }

  .contact h2 {
    font-size: clamp(1.85rem, 8.2vw, 2.7rem);
  }

  .tagline-jab {
    margin-top: -4px;
  }

  h2 {
    font-size: clamp(2.35rem, 10.8vw, 3.55rem);
  }

  .trust-heading,
  .roles .section-heading h2 {
    font-size: clamp(2rem, 8.8vw, 3rem);
  }

  .producer-info .section-heading h2 {
    max-width: 100%;
    font-size: clamp(2.25rem, 9.2vw, 2.55rem);
  }

  h1 .line-lock,
  .roles .line-lock,
  .contact .line-lock,
  .producer-info .line-lock {
    padding-inline: 0;
    white-space: normal;
  }

  .trust-desktop {
    display: none;
  }

  .roles-desktop,
  .quote-desktop,
  .contact-desktop {
    display: none;
  }

  .trust-mobile,
  .roles-mobile,
  .quote-mobile,
  .contact-mobile {
    display: block;
  }

  .trust-heading {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .quote-card blockquote {
    font-size: clamp(1.58rem, 6.55vw, 2.16rem);
    line-height: 1.02;
    letter-spacing: -0.052em;
  }

  .quote-card {
    padding-inline: 18px;
  }

  .contact {
    padding-inline: 22px;
  }

  .actions,
  .button {
    width: 100%;
  }

  .role-grid,
  .producer-info-grid,
  .producer-list {
    grid-template-columns: 1fr;
  }

  .producer-info-card {
    padding: 18px;
  }

  .producer-info-grid p {
    padding: 20px;
  }

  .producer-photo-strip {
    grid-template-columns: 1fr;
  }

  .role-grid article {
    min-height: auto;
  }

  .role-grid span {
    margin-bottom: 24px;
  }

  .media-pair figure:last-child img {
    min-height: 0;
    max-height: 560px;
  }

  footer {
    flex-direction: column;
  }
}
