:root {
  --o: #E84318;
  --k: #000;
  --w: #FFF;
  --gutter: clamp(1.25rem, 8vw, 9rem);
  --header-height: 5rem;
  font-family: 'Archivo', sans-serif;
  font-synthesis: none;
  color: var(--w);
  background: var(--k);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; font-size: 15px; font-weight: 400; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
a:hover { text-decoration: underline; text-underline-offset: .25em; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, p, blockquote { margin: 0; }
p { max-width: 62ch; font-size: clamp(14.5px, 1.1vw, 15.5px); line-height: 1.75; }
ul { margin: 0; padding: 0; list-style: none; }
.orange { background: var(--o); color: var(--w); }
.black { background: var(--k); color: var(--w); }
.white { background: var(--w); color: var(--o); }
.black h1, .black h2, .black .pull-quote { color: var(--o); }
.display {
  font-weight: 800;
  font-stretch: 100%;
  font-variation-settings: 'wdth' 100, 'wght' 800;
  text-transform: uppercase;
  letter-spacing: -.025em;
  line-height: 1.15;
  text-wrap: balance;
}
.section { padding: clamp(4rem, 7vw, 7rem) var(--gutter); }
.section-title, .service-title { max-width: 27ch; font-size: clamp(24px, 3vw, 40px); text-align: left; }
.eyebrow { color: var(--o); font-size: clamp(12px, 1vw, 13px); font-weight: 400; letter-spacing: .25em; text-transform: uppercase; line-height: 1.75; }
.section > .eyebrow { margin-bottom: 1.5rem; }
.editorial-grid { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2rem; }
.text-link { display: inline-block; width: fit-content; font-size: 13px; font-weight: 400; border-bottom: 1px solid currentColor; padding-block: .6rem; }
.text-link:hover { text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: var(--header-height);
  padding: .75rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: var(--w);
  background: var(--k);
}
.brand { width: 4.5rem; flex: 0 0 auto; }
.brand-orange { display: none; }
.site-header nav { display: flex; gap: clamp(1rem, 2.5vw, 2.5rem); }
.site-header nav a { font-size: 12px; font-weight: 400; letter-spacing: .12em; padding-block: .65rem; }
nav a[aria-current='page'] { text-decoration: underline; text-underline-offset: .4em; }

.media-band { position: relative; overflow: hidden; height: 65vh; height: 65svh; background: var(--k); }
.scene-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: scene-scale 25s ease-in-out infinite alternate; }
.scene-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-media .scene-image { object-position: 35% center; }
.studio-media .scene-image { object-position: 68% center; }
@keyframes scene-scale { from { transform: scale(1); } to { transform: scale(1.08); } }

.text-hero { display: flex; flex-direction: column; align-items: center; gap: 2rem; text-align: center; }
.hero-title { font-size: clamp(34px, 4.5vw, 52px); max-width: 24ch; text-align: center; }
.hero-bottom { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.hero-bottom p { margin-inline: auto; }
.hero-bottom .eyebrow { margin-top: 1.5rem; }
.pull-quote { font-size: clamp(22px, 2.6vw, 34px); max-width: 38ch; }
.section > .pull-quote { margin-top: 3rem; }
.intro-copy { margin-top: 2rem; }
.text-hero .intro-copy { margin-top: 0; }
.cta-section .text-link { margin-top: 2rem; }

.services-teaser { margin-top: 4rem; }
.service-grid { display: flex; flex-wrap: wrap; gap: .5rem 1.75rem; margin-block: 1.5rem; }
.service-grid li { font-size: 15px; }
.service-block { padding-block: 0; }
.service-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: start; border-bottom: 1px solid rgb(255 255 255 / 13.33%); padding-block: clamp(2.5rem, 5vw, 5rem); }
.service-layout p { margin-top: 31px; }
.service-number { display: block; font-size: 13px; font-weight: 400; font-variation-settings: 'wdth' 100, 'wght' 400; letter-spacing: .25em; margin-bottom: 1rem; }

.governance-list { margin-top: 2.5rem; max-width: 62ch; }
.governance-list li { border-top: 1px solid rgb(255 255 255 / 13.33%); padding-block: 1.5rem; }
.governance-list strong { color: var(--o); font-size: 15px; letter-spacing: 0; }
.governance-list span { font-size: 15px; line-height: 1.75; }

form { width: 100%; max-width: 52rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.field { margin-bottom: 2rem; }
label { display: block; font-size: 13px; margin-bottom: .75rem; }
input, textarea { display: block; width: 100%; min-width: 0; background: transparent; color: var(--w); border: 0; border-bottom: 1px solid var(--w); padding: .75rem 0; font-size: 15.5px; line-height: 1.75; }
textarea { resize: vertical; }
input:autofill { background: var(--w); color: var(--k); }
.form-bottom { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.form-bottom a { font-size: 15px; overflow-wrap: anywhere; }
button { cursor: pointer; border: 1px solid var(--w); padding: .75rem 2rem; background: var(--k); color: var(--w); font-size: 13px; font-weight: 400; }
button:hover { background: var(--w); color: var(--k); }
.direct-contact { margin-top: 3rem; overflow-wrap: anywhere; }

.site-footer { padding: clamp(3rem, 5vw, 5rem) var(--gutter) 2rem; }
.footer-top { display: flex; justify-content: space-between; align-items: end; gap: 3rem; padding-bottom: 3rem; }
.footer-brand { width: 7rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1.25rem 2rem; font-size: 12px; font-weight: 400; letter-spacing: .12em; }
.footer-credit { max-width: none; border-top: 1px solid rgb(255 255 255 / 13.33%); padding-top: 1.5rem; font-size: 12px; }

[data-reveal].reveal-ready { opacity: 0; transform: translateY(12px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 700px) {
  :root { --header-height: 6rem; }
  .site-header { flex-direction: column; justify-content: center; gap: .25rem; }
  .brand { width: 3.25rem; }
  .site-header nav { gap: clamp(.75rem, 4vw, 1.5rem); }
  .site-header nav a { padding-block: .25rem; }
  .service-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .service-layout p { margin-top: 0; }
  .service-media .scene-image { object-position: 42% center; }
  .studio-media .scene-image { object-position: 65% center; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-bottom { flex-direction: column; align-items: stretch; gap: 1rem; }
  .form-bottom button { align-self: start; }
  .footer-top { align-items: start; flex-direction: column; gap: 2rem; }
  .site-footer nav { gap: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scene-image { animation: none; }
  [data-reveal].reveal-ready { opacity: 1; transform: none; transition: none; }
}
