/* High Mesa Digital — site styles */

@font-face { font-family: 'Besley'; font-weight: 600; font-style: normal; font-display: swap; src: url('../assets/fonts/besley-600.woff2') format('woff2'); }
@font-face { font-family: 'Besley'; font-weight: 700; font-style: normal; font-display: swap; src: url('../assets/fonts/besley-700.woff2') format('woff2'); }
@font-face { font-family: 'Archivo'; font-weight: 400; font-style: normal; font-display: swap; src: url('../assets/fonts/archivo-400.woff2') format('woff2'); }
@font-face { font-family: 'Archivo'; font-weight: 500; font-style: normal; font-display: swap; src: url('../assets/fonts/archivo-500.woff2') format('woff2'); }
@font-face { font-family: 'Archivo'; font-weight: 600; font-style: normal; font-display: swap; src: url('../assets/fonts/archivo-600.woff2') format('woff2'); }
@font-face { font-family: 'Argitas'; font-weight: 400; font-style: normal; font-display: swap; src: url('../assets/fonts/argitas.woff2') format('woff2'); }
@font-face { font-family: 'Railroad'; font-weight: 400; font-style: normal; font-display: swap; src: url('../assets/fonts/railroad.otf') format('opentype'); }

:root {
  --black: #0a0b12;
  --panel: #10121f;
  --panel-2: #161829;
  --ember: #d96f32;
  --ember-hot: #e8894e;
  --cream: #f0e9d9;
  --cream-60: rgba(240, 233, 217, 0.64);
  --cream-40: rgba(240, 233, 217, 0.42);
  --sage: #9aab8e;
  --line: rgba(240, 233, 217, 0.13);
  --display: 'Besley', 'Georgia', serif;
  --body: 'Archivo', 'Helvetica Neue', sans-serif;
  --wordmark: 'Argitas', 'Archivo', sans-serif;
  --label: 'Railroad', 'Archivo', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--black); color: var(--cream);
  font-family: var(--body); font-size: 17px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--ember-hot); outline-offset: 3px; border-radius: 2px; }

.wrap { max-width: 1100px; margin: 0 auto; padding: 0 28px; }

/* type */
.eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--sage); margin: 0 0 20px; display: flex; align-items: center; gap: 14px;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--sage); flex: none; }
.eyebrow.center { justify-content: center; }
.eyebrow.center::before { display: none; }
h1 { font-family: var(--display); font-weight: 700; font-size: clamp(42px, 7vw, 84px); line-height: 1.04; margin: 0 0 26px; letter-spacing: -0.01em; text-wrap: balance; }
h2 { font-family: var(--display); font-weight: 600; font-size: clamp(30px, 4.4vw, 48px); line-height: 1.12; margin: 0 0 20px; letter-spacing: -0.005em; text-wrap: balance; }
h3 { font-family: var(--display); font-weight: 600; font-size: 24px; line-height: 1.25; margin: 0 0 10px; }
.lede { font-size: 18.5px; line-height: 1.7; color: var(--cream-60); max-width: 38em; margin: 0; }
.lede strong { color: var(--cream); font-weight: 500; }

/* buttons */
.btn {
  display: inline-block; text-decoration: none; font-size: 14px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; padding: 16px 28px; border-radius: 3px;
  transition: transform 0.2s, background 0.2s, border-color 0.2s;
}
.btn-primary { background: var(--ember); color: #16101a; }
.btn-primary:hover { background: var(--ember-hot); transform: translateY(-1px); }
.btn-ghost { border: 1px solid rgba(240, 233, 217, 0.35); color: var(--cream); }
.btn-ghost:hover { border-color: var(--cream); transform: translateY(-1px); }

/* nav */
header.site {
  position: absolute; top: 0; left: 0; right: 0; z-index: 20;
}
header.site.solid { position: static; background: var(--black); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 24px 28px; gap: 20px; }
.wordmark { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.wordmark img { height: 34px; width: auto; }
.wordmark b { font-family: var(--wordmark); font-weight: 400; font-size: 19px; letter-spacing: 0.04em; white-space: nowrap; text-transform: uppercase; color: var(--ember-hot); }
.wordmark span { font-size: 10px; letter-spacing: 0.34em; color: var(--ember-hot); font-weight: 600; }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a {
  text-decoration: none; font-family: var(--label); font-size: 15px; font-weight: 400; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--cream-60); transition: color 0.2s; white-space: nowrap;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--cream); }
.nav-links a.nav-aud { color: var(--ember-hot); }
.nav-links a.nav-aud:hover, .nav-links a.nav-aud[aria-current="page"] { color: var(--ember); }
.nav-links a.nav-cta { color: #16101a; background: var(--cream); padding: 10px 18px; border-radius: 3px; }
.nav-links a.nav-cta:hover { background: #fff; }

/* statement (front-and-center positioning) */
.statement { padding: 110px 0 48px; text-align: center; }
.statement h2 { margin-bottom: 34px; }
.statement p {
  font-size: clamp(20px, 2.3vw, 27px); line-height: 1.62; color: var(--cream);
  max-width: 34em; margin: 0 auto; text-wrap: balance;
}
.statement p em { font-style: normal; color: var(--ember-hot); }
.statement p + p { margin-top: 26px; }
.hero-sub { max-width: 36em; font-size: 19px; line-height: 1.65; color: var(--cream); opacity: 0.88; margin: 0 0 36px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }

/* page hero (subpages) */
.page-head { padding: 150px 28px 70px; border-bottom: 1px solid var(--line); }
.page-head .lede { margin-top: 4px; }

/* sections */
section.block { padding: 100px 0; }
section.block.tint { background: var(--panel); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 30px; } }

/* signature band */
.band { padding: 130px 0; text-align: center; position: relative; overflow: hidden; }
.band > .wrap { position: relative; z-index: 2; }
.band .big {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(32px, 5.6vw, 64px); line-height: 1.14; letter-spacing: -0.005em;
  max-width: 16em; margin: 0 auto 22px; text-wrap: balance;
}
.band .big em { font-style: normal; color: var(--ember-hot); }
.band .sub { font-size: 17px; color: var(--cream-60); max-width: 36em; margin: 0 auto; }
.band.ember-glow { background: radial-gradient(90% 100% at 50% 120%, rgba(217,111,50,0.16) 0%, rgba(217,111,50,0) 60%), var(--black); }

/* cards */
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 54px; }
@media (max-width: 1000px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .card-grid { grid-template-columns: 1fr; } }
.card {
  display: flex; flex-direction: column; gap: 12px;
  background: var(--panel); border: 1px solid var(--line); border-radius: 4px;
  padding: 30px 26px; text-decoration: none;
  transition: border-color 0.25s, transform 0.25s, background 0.25s;
}
.card:hover { border-color: rgba(217,111,50,0.55); transform: translateY(-4px); background: var(--panel-2); }
.card .tag { font-size: 11px; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--ember-hot); }
.card h3 { font-size: 21px; margin: 0; }
.card p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--cream-60); flex: 1; }
.card .go { font-size: 12.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cream); }
.card .go::after { content: " \2192"; color: var(--ember-hot); }

/* work grid — duotone develop */
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 60px; }
@media (max-width: 900px) { .work-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .work-grid { grid-template-columns: 1fr; } }
.work-item { margin: 0; border: 0; padding: 0; background: none; text-align: left; font: inherit; color: inherit; cursor: pointer; }
.work-item .well { overflow: hidden; border-radius: 3px; }
.work-item img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.3,0,0.2,1);
}
.work-item:hover img, .work-item:focus-visible img { transform: scale(1.03); }
.work-item .cap { display: flex; justify-content: space-between; margin-top: 10px; font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream-40); }
.work-item .cap span:first-child { color: var(--sage); }

/* screening-room lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 60; display: none;
  align-items: center; justify-content: center; flex-direction: column; gap: 18px;
  background: rgba(4, 5, 10, 0.97); padding: 5vh 5vw; cursor: zoom-out;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 100%; max-height: 76vh; border-radius: 3px;
  box-shadow: 0 0 120px rgba(217,111,50,0.14), 0 40px 90px rgba(0,0,0,0.7);
  animation: screenOn 0.5s cubic-bezier(0.2,0.7,0.2,1);
}
@keyframes screenOn { from { opacity: 0; transform: scale(0.92); } to { opacity: 1; transform: scale(1); } }
.lightbox .slate { font-size: 12px; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--cream-60); }
.lightbox .slate b { color: var(--ember-hot); font-weight: 600; }

/* service sections (what we do) */
.svc { display: grid; grid-template-columns: 260px 1fr; gap: 40px; padding: 56px 0; border-bottom: 1px solid var(--line); align-items: start; }
@media (max-width: 760px) { .svc { grid-template-columns: 1fr; gap: 14px; } }
.svc h3 { font-size: 26px; }
.svc .kicker { font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ember-hot); margin-top: 8px; }
.svc ul { margin: 14px 0 0; padding: 0 0 0 1.1em; color: var(--cream-60); }
.svc li { margin-bottom: 8px; }
.svc .quote { color: var(--cream); font-weight: 500; margin-top: 16px; }

/* pricing */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
@media (max-width: 900px) { .price-grid { grid-template-columns: 1fr; } }
.price { background: var(--panel); border: 1px solid var(--line); border-radius: 4px; padding: 34px 30px; }
.price h3 { font-size: 22px; }
.price .range { font-family: var(--display); font-weight: 700; color: var(--ember-hot); font-size: 18px; margin: 4px 0 14px; }
.price p { color: var(--cream-60); font-size: 15.5px; margin: 0; }

.cost-table { width: 100%; border-collapse: collapse; margin-top: 46px; font-variant-numeric: tabular-nums; }
.cost-table th, .cost-table td { text-align: left; padding: 15px 14px; border-bottom: 1px solid var(--line); font-size: 15.5px; }
.cost-table th { font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream-40); }
.cost-table td:last-child, .cost-table th:last-child { text-align: right; }
.cost-table tr.total td { color: var(--ember-hot); font-weight: 600; border-bottom: 0; font-size: 17px; }
.table-scroll { overflow-x: auto; }

/* team */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
@media (max-width: 900px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .team-grid { grid-template-columns: 1fr; } }
.member { background: var(--panel); border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
.member img { width: 100%; aspect-ratio: 4/5; object-fit: cover;
  filter: grayscale(1) sepia(0.32) hue-rotate(-20deg) saturate(1.6) contrast(1.02) brightness(0.92);
  transition: filter 0.7s ease; }
.member:hover img { filter: none; }
.member .ph { width: 100%; aspect-ratio: 4/5; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, var(--panel-2), var(--panel)); }
.member .ph span { font-family: var(--display); font-weight: 700; font-size: 64px; color: var(--cream-40); }
.member .info { padding: 22px 24px 26px; }
.member .role { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ember-hot); margin: 2px 0 12px; }
.member p { margin: 0; font-size: 14.5px; line-height: 1.65; color: var(--cream-60); }

/* contact */
.contact-hero { min-height: 80svh; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.contact-hero .actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 36px; }

/* footer */
footer.site { border-top: 1px solid var(--line); padding: 44px 0 56px; background: var(--black); }
.foot { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; align-items: center; }
.foot .mark { display: flex; align-items: center; gap: 12px; color: var(--cream-40); font-size: 13px; }
.foot .mark img { height: 30px; opacity: 0.7; }
.foot nav { display: flex; gap: 22px; flex-wrap: wrap; }
.foot nav a { color: var(--cream-60); text-decoration: none; font-size: 13px; }
.foot nav a:hover { color: var(--cream); }

/* reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2,0.7,0.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero video { display: none; }
}

/* ================= ARROW HERO ================= */
.hero-stage { height: 240vh; position: relative; }
.hero-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.hscene { position: absolute; inset: 0; }
.hscene .hsky { position: absolute; inset: 0; }
.hday .hsky { background: linear-gradient(180deg, #43284a 0%, #8a4a41 55%, #d98a52 85%, #e8b06a 100%); }
.hnight .hsky { background: linear-gradient(180deg, #05060e 0%, #0d0f20 50%, #1c1633 85%, #2a1d3a 100%); }
.hscene .hhz { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 34%; }
.hwm { position: absolute; left: 0; right: 0; top: 26%; text-align: center; }
.hbig {
  display: block; font-family: var(--wordmark); font-weight: 400;
  font-size: clamp(58px, 11vw, 165px); line-height: 0.95; letter-spacing: 0.01em;
  text-transform: uppercase; margin: 0;
}
.hday .hbig { background: linear-gradient(168deg, #e8894e 15%, #d96f32 55%, #c25a24 90%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hnight .hbig { color: var(--cream); text-shadow: 0 0 46px rgba(240, 233, 217, 0.25); }
.hsub2 { display: block; font-family: var(--label); font-size: clamp(19px, 2.8vw, 40px); letter-spacing: 0.44em; text-indent: 0.44em; margin: 12px 0 0; text-transform: uppercase; }
.hday .hsub2 { color: #3a2334; }
.hnight .hsub2 { color: var(--cream-60); }
.hday .hsun { position: absolute; top: 11%; left: 72%; width: 90px; height: 90px; border-radius: 50%;
  background: radial-gradient(circle, #f7e0b0 0%, #eda05c 55%, rgba(237,160,92,0) 74%); box-shadow: 0 0 90px 34px rgba(232,137,78,0.4); }
.hnight .hmoon { position: absolute; top: 11%; left: 14%; width: 62px; height: 62px; border-radius: 50%;
  background: radial-gradient(circle at 42% 42%, #ece2cc 0%, #cfc6ae 62%, rgba(207,198,174,0) 78%); box-shadow: 0 0 60px 20px rgba(236,226,204,0.2); }
.hstars i { position: absolute; width: 2px; height: 2px; border-radius: 50%; background: var(--cream); animation: htw 3.6s ease-in-out infinite alternate; }
@keyframes htw { from { opacity: 0.25; } to { opacity: 1; } }
.hnight { clip-path: inset(0 100% 0 0); will-change: clip-path; }
.harrow { position: absolute; top: 0; width: 340px; height: 70px; z-index: 5; will-change: transform; filter: drop-shadow(0 6px 18px rgba(5,6,12,0.5)); opacity: 0; }
.harrow svg { width: 100%; height: 100%; }
.hcontent { position: absolute; left: 0; right: 0; bottom: 6vh; z-index: 6; }
.hcontent .eyebrow { color: var(--cream); opacity: 0.85; text-shadow: 0 1px 18px rgba(10,11,18,0.8); }
.hcontent .hero-sub { max-width: 34em; font-size: 18px; line-height: 1.6; color: var(--cream); opacity: 0.92; margin: 0 0 26px; text-shadow: 0 1px 18px rgba(10,11,18,0.7); }
@media (prefers-reduced-motion: reduce) {
  .hstars i { animation: none; opacity: 0.7; }
  .hnight { clip-path: none; }
  .harrow { display: none; }
}

/* ================= QUOTE BANDS (arrow + icons) ================= */
.qband { padding: 110px 0 130px; text-align: center; position: relative; overflow: hidden;
  background: radial-gradient(90% 100% at 50% 120%, rgba(217,111,50,0.16) 0%, rgba(217,111,50,0) 60%), var(--black); }
.q-line { position: relative; height: 64px; margin-bottom: 30px; }
.q-icons { display: flex; justify-content: center; align-items: center; gap: 44px; height: 100%; }
.q-icons svg { width: 30px; height: 30px; opacity: 0; transform: scale(0.3) rotate(-14deg); }
.qband.in .q-icons svg { opacity: 1; transform: none; transition: transform 0.5s cubic-bezier(0.2, 1.6, 0.4, 1), opacity 0.12s; }
.qband.in .q-icons svg:nth-child(1) { transition-delay: 0.35s; }
.qband.in .q-icons svg:nth-child(2) { transition-delay: 0.5s; }
.qband.in .q-icons svg:nth-child(3) { transition-delay: 0.65s; }
.qband.in .q-icons svg:nth-child(4) { transition-delay: 0.8s; }
.qband.in .q-icons svg:nth-child(5) { transition-delay: 0.95s; }
.q-arrow { position: absolute; top: 50%; left: -360px; width: 300px; height: 62px; margin-top: -31px; opacity: 0; pointer-events: none; }
.q-arrow svg { width: 100%; height: 100%; }
.qband.in .q-arrow { animation: qfly 1.5s cubic-bezier(0.3, 0.1, 0.25, 1) forwards; }
@keyframes qfly { 0% { left: -360px; opacity: 0; } 7% { opacity: 1; } 90% { opacity: 1; } 100% { left: 102%; opacity: 0; } }
.qband .big {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(32px, 5.6vw, 64px); line-height: 1.14; letter-spacing: -0.005em;
  max-width: 16em; margin: 0 auto 22px; text-wrap: balance;
  opacity: 0; transform: translateY(22px);
}
.qband .big em { font-style: normal; color: var(--ember-hot); }
.qband .sub { font-size: 17px; color: var(--cream-60); max-width: 36em; margin: 0 auto; opacity: 0; transform: translateY(18px); }
.qband.in .big { opacity: 1; transform: none; transition: opacity 0.7s ease 0.5s, transform 0.7s cubic-bezier(0.2,0.7,0.2,1) 0.5s; }
.qband.in .sub { opacity: 1; transform: none; transition: opacity 0.7s ease 0.7s, transform 0.7s cubic-bezier(0.2,0.7,0.2,1) 0.7s; }
@media (prefers-reduced-motion: reduce) {
  .qband .big, .qband .sub, .qband .q-icons svg { opacity: 1 !important; transform: none !important; transition: none !important; }
  .qband .q-arrow { display: none; }
}

/* ================= FULL-WIDTH FILM BANDS (parallax windows) ================= */
.filmstrip { padding: 44px 0 60px; }
.filmband { position: relative; height: 38vh; min-height: 260px; max-height: 420px; overflow: hidden; margin-bottom: 6px; }
.filmband video {
  position: absolute; left: 0; top: 0; width: 100%; height: 175%;
  object-fit: cover; will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .filmband video { height: 100%; transform: none !important; }
}
.filmband .fcap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  display: flex; justify-content: space-between; padding: 26px 34px 22px;
  font-family: var(--label); font-size: 13px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--cream);
  background: linear-gradient(180deg, rgba(10,11,18,0) 0%, rgba(10,11,18,0.72) 100%);
}
.filmband .fcap span:first-child { color: var(--ember-hot); }

/* ================= PROOF / POLICY SECTION ================= */
.proof-photo { position: relative; height: 72vh; min-height: 440px; overflow: hidden; }
.proof-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.04); }
.proof-photo::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,11,18,0.55) 0%, rgba(10,11,18,0.1) 40%, rgba(10,11,18,0.78) 100%); }
.proof-photo h2 {
  position: absolute; left: 0; right: 0; bottom: 7vh; z-index: 2; margin: 0;
  font-family: var(--wordmark); font-weight: 400; text-transform: uppercase;
  font-size: clamp(30px, 4.6vw, 62px); line-height: 1.12; letter-spacing: 0.015em;
  color: var(--cream); text-shadow: 0 2px 30px rgba(10,11,18,0.8);
}
.proof-photo h2 .wrap { display: block; }
.proof-body { padding: 90px 28px 100px; }
.proof-body.v2 .quote-close { font-family: var(--display); font-weight: 600; font-size: 22px; line-height: 1.5; color: var(--cream); margin-top: 28px; }
.proof-body.v2 .quote-close em { font-style: normal; color: var(--ember-hot); }
.proof-body.v2 .quote-close { max-width: 30em; margin-left: auto; margin-right: auto; text-wrap: balance; }

/* ================= PROOF v2: the big number ================= */
.proof-body.v2 { padding: 100px 28px 110px; text-align: center; }
.bignum {
  font-family: var(--wordmark); font-weight: 400; line-height: 0.95;
  font-size: clamp(56px, 9.5vw, 140px); letter-spacing: 0.015em; margin: 34px 0 20px;
  text-transform: uppercase;
  background: linear-gradient(170deg, var(--ember-hot) 10%, var(--ember) 55%, #b5511f 95%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 0 44px rgba(217, 111, 50, 0.18));
}
.bignum-sub {
  font-size: clamp(18px, 2vw, 23px); line-height: 1.55; color: var(--cream);
  max-width: 28em; margin: 0 auto 40px; text-wrap: balance;
}
.bignum-sub em { font-style: normal; color: var(--ember-hot); }
.proof-body.v2 .lede { margin: 0 auto; text-align: center; }
.proof-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 46px; }
.proof-chips span {
  border: 1px solid rgba(217, 111, 50, 0.55); border-radius: 3px; padding: 12px 20px;
  background: rgba(217, 111, 50, 0.09);
  font-family: var(--label); font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream);
}

/* ================= BRAND REEL ================= */
.reel { padding: 110px 0 0; background: var(--panel); }
.reel-head { text-align: center; margin-bottom: 56px; }
.reel-band { height: 56vh; min-height: 340px; max-height: 560px; margin-bottom: 0; }

/* mobile nav */
.nav-burger { display: none; background: none; border: 0; width: 42px; height: 40px; cursor: pointer; padding: 9px; flex: none; }
.nav-burger span { display: block; height: 2px; background: var(--cream); margin: 5px 0; border-radius: 1px; transition: transform 0.3s, opacity 0.3s; }
@media (max-width: 900px) {
  .nav-burger { display: block; position: relative; z-index: 100; }
  .nav-links { display: none; }
  header.site.menu-open .nav-links {
    display: flex; position: fixed; inset: 0; z-index: 90;
    background: rgba(10, 11, 18, 0.98);
    flex-direction: column; align-items: center; justify-content: center; gap: 36px;
  }
  header.site.menu-open .nav-links a { display: block; font-size: 21px; }
  header.site.menu-open .nav-links a.nav-cta { font-size: 16px; padding: 14px 26px; }
  header.site.menu-open .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  header.site.menu-open .nav-burger span:nth-child(2) { opacity: 0; }
  header.site.menu-open .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* legal page */
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
@media (max-width: 860px) { .legal-grid { grid-template-columns: 1fr; gap: 60px; } }
.legal-col h2 { font-size: clamp(24px, 3vw, 32px); margin-bottom: 6px; }
.legal-date { font-family: var(--label); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sage); margin: 0 0 22px; }
.legal-col h3 { font-size: 17px; margin: 30px 0 8px; color: var(--cream); }
.legal-col p, .legal-col li { font-size: 14.5px; line-height: 1.7; color: var(--cream-60); }
.legal-col p { margin: 0 0 10px; }
.legal-col ul { margin: 0 0 10px; padding-left: 1.2em; }
.legal-col li { margin-bottom: 6px; }
.legal-col li b { color: var(--cream); font-weight: 500; }
.legal-col a { color: var(--ember-hot); text-decoration: none; }
.legal-col a:hover { text-decoration: underline; }

/* work page: vimeo players + still bands + private shelf */
.vplayer { position: relative; border-radius: 5px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 40px 90px rgba(4,5,10,0.6); aspect-ratio: 16/9; background: #000; }
.vplayer iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.stillband { height: 46vh; min-height: 300px; max-height: 500px; }
.filmband img { position: absolute; left: 0; top: 0; width: 100%; height: 175%; object-fit: cover; will-change: transform; }
@media (prefers-reduced-motion: reduce) { .filmband img { height: 100%; transform: none !important; } }
.shelf-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.shelf-chips span { border: 1px solid var(--line); border-radius: 3px; padding: 11px 18px; font-family: var(--label); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream-60); }

/* ================= CREW WALL (team collage) ================= */
.crew-wall { padding: 100px 0 110px; background: var(--panel); overflow: hidden; }
.crew-wall .head { text-align: center; margin-bottom: 64px; }
.crew-rows { display: grid; gap: 38px; }
.crew-row { display: flex; width: max-content; animation: crewDrift 58s linear infinite; }
.crew-row.rev { animation-direction: reverse; animation-duration: 74s; }
.crew-row:hover { animation-play-state: paused; }
.crew-row .set { display: flex; flex: none; }
@keyframes crewDrift { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.print {
  flex: none; margin: 0 34px 0 0;
  background: var(--cream); padding: 10px 10px 12px; border-radius: 2px;
  box-shadow: 0 16px 38px rgba(4,5,10,0.5);
  transform: rotate(var(--tilt, -1.8deg));
  transition: transform 0.45s cubic-bezier(0.2,0.7,0.2,1), box-shadow 0.45s;
}
.set .print:nth-child(4n+2) { --tilt: 2.1deg; }
.set .print:nth-child(4n+3) { --tilt: -1deg; }
.set .print:nth-child(4n+4) { --tilt: 2.8deg; }
.set .print:nth-child(4n+2) { margin-top: 16px; }
.set .print:nth-child(4n+4) { margin-top: 10px; }
.print img {
  height: 250px; width: auto; border-radius: 1px;
  filter: grayscale(1) sepia(0.32) hue-rotate(-20deg) saturate(1.6) contrast(1.02) brightness(0.92);
  transition: filter 0.6s ease;
}
.print .cap {
  font-family: var(--label); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #4a3f2c; margin-top: 9px; text-align: center;
}
.print:hover { transform: rotate(0deg) scale(1.05); box-shadow: 0 28px 64px rgba(4,5,10,0.7); position: relative; z-index: 3; }
.print:hover img { filter: none; }
@media (max-width: 700px) {
  .crew-wall { padding: 80px 0 90px; }
  .print { margin: 0 22px 0 0; padding: 7px 7px 9px; }
  .print img { height: 175px; }
  .print .cap { font-size: 9.5px; margin-top: 7px; }
  .crew-rows { gap: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .crew-row { animation: none !important; }
  .crew-rows { overflow-x: auto; padding-bottom: 10px; }
  .crew-row .set.dup { display: none; }
}

/* ================= FIELD STACK (photos fly in across the screen on scroll) ================= */
.fieldstack { padding: 110px 0 100px; overflow: hidden; }
.fieldstack .head { margin-bottom: 90px; text-align: center; }
.fieldstack .head h2 { margin: 0; }
.fstack { display: flex; flex-direction: column; gap: 12vh; padding: 0 4vw; }
.sframe {
  position: relative; margin: 0; width: min(74vw, 1060px); align-self: flex-start;
  border-radius: 5px; overflow: hidden; border: 1px solid var(--line); background: #000;
  box-shadow: 0 34px 80px rgba(4,5,10,0.6); will-change: transform;
  transform: translateX(-90vw) rotate(-4deg);
}
.sframe.from-right { align-self: flex-end; transform: translateX(90vw) rotate(4deg); }
.sframe img { width: 100%; display: block; }
@media (max-width: 700px) {
  .fieldstack { padding: 80px 0 70px; }
  .fieldstack .head { margin-bottom: 60px; }
  .fstack { gap: 7vh; padding: 0 20px; }
  .sframe, .sframe.from-right { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .sframe, .sframe.from-right { transform: none !important; }
}

/* ================= BRIDGE BAND + SUBPAGE LINKS ================= */
.band.slim { padding: 96px 0; }
.bridge-links { margin: 36px 0 0; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.bridge-btn {
  display: inline-block; font-family: var(--label); font-size: 16px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ember-hot); text-decoration: none; padding: 19px 34px; border-radius: 3px;
  background: rgba(217,111,50,0.12); border: 1px solid rgba(217,111,50,0.45);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.bridge-btn::after { content: " \2192"; }
.bridge-btn:hover { background: rgba(217,111,50,0.22); border-color: var(--ember-hot); transform: translateY(-1px); }
@media (max-width: 700px) {
  .bridge-links { flex-direction: column; align-items: center; gap: 12px; }
  .bridge-btn { width: min(320px, 86vw); text-align: center; font-size: 13px; padding: 15px 24px; }
}

/* gentle still bands — near-full frame, subtle parallax */
.filmband.gentle { height: min(50vw, 78vh); min-height: 300px; max-height: none; }
.filmband.gentle img { height: 175%; }
@media (max-width: 700px) { .filmband.gentle { height: min(66.6vw, 70vh); } }


/* soft parallax: near-full frame with gentle drift */
.filmband.soft-par img { height: 175%; }

/* ================= MOBILE POLISH ================= */
.strip-head { text-align: center; padding-bottom: 56px; }
@media (max-width: 700px) {
  .harrow { width: 200px; height: 41px; }
  .q-arrow { width: 220px; }
  .statement { padding: 56px 0 24px; }
  section.block { padding: 60px 0; }
  .filmstrip { padding: 24px 0 24px; }
  .strip-head { padding-bottom: 24px; }
  .qband { padding: 70px 0 78px; }
  .band { padding: 84px 0; }
  .band.slim { padding: 64px 0; }
  .page-head { padding: 118px 28px 46px; }
  .proof-body.v2 { padding: 56px 28px 36px; }
  .reel { padding: 40px 0 0; }
  .reel-head { margin-bottom: 34px; }
  .reel-band { height: 36vh; min-height: 220px; max-height: 330px; }
  .filmband.soft-par { height: 52vw; min-height: 0; }
  .filmband.soft-par img { height: 125%; object-position: 22% center; }
  .filmband.gentle img { height: 145%; }
}

/* button rows: side by side, clean stack on mobile */
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 30px; }
@media (max-width: 700px) {
  .btn-row { flex-direction: column; align-items: stretch; }
  .btn-row .btn { text-align: center; }
}
