:root {
  color-scheme: light;
  --ink: #171817;
  --ink-soft: #3f4441;
  --white: #ffffff;
  --paper: #f7f3ec;
  --paper-deep: #ebe1d3;
  --charcoal: #111312;
  --charcoal-2: #1d2421;
  --brand-blue: #2f5592;
  --brand-red: #c82027;
  --sage: #78877e;
  --gold: #c9a14a;
  --line: rgba(23, 24, 23, 0.14);
  --line-light: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 70px rgba(17, 19, 18, 0.16);
  --shell: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 16px 18px auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  max-width: 1240px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(17, 19, 18, 0.74);
  color: var(--white);
  padding: 10px 12px;
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.2);
  transition: background-color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(17, 19, 18, 0.9);
  border-color: rgba(255, 255, 255, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand img {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
}

.brand span {
  display: grid;
  gap: 0;
  line-height: 1.1;
}

.brand strong {
  font-size: 1rem;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.site-nav a {
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.82);
  padding: 10px 12px;
  font-size: 0.92rem;
  transition: background-color 160ms ease, color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.text-link {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  white-space: nowrap;
}

.button,
.menu-toggle {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--brand-red);
  color: var(--white);
  padding: 12px 18px;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible {
  transform: translateY(-1px);
  background: #a91820;
}

.button svg,
.menu-toggle svg,
.trust-list svg,
.service-card svg,
.contact-methods svg,
.social-links svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  stroke-width: 2.2;
}

.button-small {
  min-height: 40px;
  padding: 10px 13px;
  font-size: 0.88rem;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--white);
  color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 44px;
  min-height: 44px;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.hero {
  position: relative;
  display: grid;
  min-height: 88svh;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -3;
  background: url("assets/cb-set.jpg") center / cover no-repeat;
  transform: scale(1.02);
  overflow: hidden;
}

.hero-video,
.hero-video-file {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.78svh);
  height: max(100svh, 56.25vw);
  border: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.hero-video-file {
  object-fit: cover;
}

.hero-overlay {
  z-index: -2;
  background: rgba(12, 14, 13, 0.6);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 180px;
  background: var(--paper);
  clip-path: polygon(0 74%, 100% 52%, 100% 100%, 0 100%);
}

.hero-inner {
  width: min(var(--shell), calc(100% - 40px));
  margin: 0 auto;
  padding: 158px 0 190px;
  align-self: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand-red);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-dark .eyebrow,
.hero .eyebrow,
.timeline-band .eyebrow {
  color: #ff6b70;
}

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

h1,
h2,
h3 {
  letter-spacing: 0;
  line-height: 1.04;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: 4.45rem;
}

h2 {
  margin-bottom: 18px;
  font-size: 3rem;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.24rem;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.22rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-assurance {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 750;
}

.hero-proof {
  position: absolute;
  right: 24px;
  bottom: 28px;
  left: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: var(--shell);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(17, 19, 18, 0.72);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.hero-proof div {
  min-height: 98px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.hero-proof strong {
  display: block;
  color: var(--white);
  font-size: 1.7rem;
  line-height: 1;
}

.hero-proof span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.35;
}

.section-shell {
  width: min(var(--shell), calc(100% - 40px));
  margin: 0 auto;
}

.intro-band {
  padding: 34px 0 38px;
  background: var(--paper);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 34px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 34px;
}

.intro-grid p:first-child {
  margin: 0;
  color: var(--brand-blue);
  font-size: 1.68rem;
  font-weight: 900;
  line-height: 1.16;
}

.intro-grid p:last-child {
  max-width: 640px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.section {
  padding: 96px 0;
}

.section-light {
  background: var(--paper);
}

.section-dark {
  background: var(--charcoal);
  color: var(--white);
}

.section-dark p {
  color: rgba(255, 255, 255, 0.7);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  gap: 70px;
  align-items: center;
}

.story-copy p {
  color: var(--ink-soft);
}

.story-copy > p:not(.eyebrow) {
  font-size: 1.06rem;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  padding: 10px 12px;
  font-size: 0.92rem;
  font-weight: 800;
}

.trust-list svg {
  color: var(--brand-blue);
}

.image-stack {
  position: relative;
  min-height: 540px;
}

.image-stack img {
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.image-main {
  width: 86%;
  height: 460px;
}

.image-inset {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 250px;
  border: 8px solid var(--paper);
  object-position: 92% center;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading p:not(.eyebrow) {
  color: var(--ink-soft);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 54px;
  max-width: none;
  align-items: end;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  min-height: 250px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  padding: 28px;
  transition: transform 170ms ease, background-color 170ms ease, border-color 170ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.service-card svg {
  width: 28px;
  height: 28px;
  margin-bottom: 24px;
  color: var(--gold);
}

.service-card h3 {
  color: var(--white);
}

.section-work {
  background: #f0ebe2;
}

.work-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, minmax(230px, 1fr));
  gap: 14px;
}

.work-item {
  position: relative;
  min-height: 260px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--charcoal);
  box-shadow: 0 20px 55px rgba(17, 19, 18, 0.12);
}

.work-item-large {
  grid-row: span 2;
  min-height: 540px;
}

.work-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 600ms ease;
}

.work-item:hover img {
  transform: scale(1.035);
}

.work-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.34);
}

.work-item figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 28px;
  color: var(--white);
}

.work-item strong,
.work-item span {
  display: block;
}

.work-item strong {
  font-size: 1.2rem;
}

.work-item span {
  max-width: 420px;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
}

.project-library {
  margin-top: 0;
}

.project-library-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.65fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 28px;
}

.project-library-heading h2 {
  margin-bottom: 0;
}

.project-library-heading p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.project-card {
  position: relative;
  display: grid;
  min-height: 330px;
  align-content: end;
  border: 1px solid rgba(23, 24, 23, 0.12);
  border-radius: 8px;
  background: var(--charcoal);
  color: var(--white);
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(17, 19, 18, 0.1);
}

.project-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.44);
}

.project-card::before {
  content: "Play";
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  width: auto;
  height: auto;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  padding: 9px 12px;
  font-size: 0.78rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.project-card span,
.project-card strong {
  position: relative;
  z-index: 1;
  display: block;
  padding-inline: 22px;
}

.project-card span {
  margin-bottom: 5px;
  color: #ff767b;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.project-card strong {
  padding-bottom: 22px;
  font-size: 1.15rem;
  line-height: 1.15;
}

.project-card:hover img,
.project-card:focus-visible img {
  transform: scale(1.045);
}

.project-card:hover::before,
.project-card:focus-visible::before {
  background: var(--brand-red);
  border-color: var(--brand-red);
}

.project-archive {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.project-archive summary {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 8px;
  color: var(--brand-blue);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.project-archive summary::-webkit-details-marker {
  display: none;
}

.project-archive summary svg {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.project-archive[open] {
  padding-bottom: 24px;
}

.project-archive[open] summary svg {
  transform: rotate(180deg);
}

.project-grid-more {
  margin-top: 4px;
}

.behind-work {
  margin-top: 82px;
}

.behind-work-heading {
  max-width: 760px;
}

.behind-work-heading h3 {
  margin-bottom: 0;
  font-size: 2.12rem;
}

.behind-work-heading p:not(.eyebrow) {
  color: var(--ink-soft);
}

.project-library-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--brand-blue);
  font-weight: 900;
}

.project-library-link svg {
  width: 18px;
  height: 18px;
}

.team-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: 58px;
  align-items: start;
}

.team-intro {
  position: sticky;
  top: 120px;
}

.team-intro p:not(.eyebrow) {
  color: var(--ink-soft);
}

.team-grid {
  display: grid;
  gap: 14px;
}

.team-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  padding: 22px;
  box-shadow: 0 16px 44px rgba(17, 19, 18, 0.08);
}

.team-card img {
  width: 150px;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
}

.team-card .role {
  margin-bottom: 6px;
  color: var(--brand-blue);
  font-size: 0.86rem;
  font-weight: 900;
}

.team-card p {
  margin-bottom: 12px;
  color: var(--ink-soft);
}

.team-card a {
  color: var(--brand-red);
  font-weight: 900;
}

.timeline-band {
  padding: 92px 0;
  background: var(--charcoal-2);
  color: var(--white);
}

.history-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 64px;
  align-items: center;
}

.history-grid p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
}

.history-grid img {
  width: 280px;
  height: 360px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.process-heading {
  max-width: 720px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line-light);
}

.process-list article {
  min-height: 230px;
  padding: 28px;
  background: #151816;
}

.process-list span {
  display: block;
  margin-bottom: 32px;
  color: var(--gold);
  font-weight: 900;
}

.process-list h3 {
  color: var(--white);
}

.partners-band {
  padding: 66px 0;
  background: var(--brand-blue);
  color: var(--white);
}

.partners-band .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.partners-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.partners-grid h2 {
  margin-bottom: 0;
  font-size: 2rem;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
}

.partner-logos img {
  width: 100%;
  max-height: 78px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 14px;
}

.section-contact {
  background: var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: 58px;
  align-items: start;
}

.contact-copy p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-methods a,
.contact-methods span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 850;
}

.contact-methods svg {
  color: var(--brand-red);
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 24px;
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row-full,
.form-submit,
.form-note {
  grid-column: 1 / -1;
}

label {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(23, 24, 23, 0.2);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  padding: 12px 13px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 4px rgba(47, 85, 146, 0.14);
}

textarea {
  resize: vertical;
}

.form-submit {
  width: 100%;
  margin-top: 2px;
}

.form-note {
  margin: -4px 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.reel-dialog {
  width: min(1040px, calc(100% - 32px));
  max-width: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: var(--charcoal);
  color: var(--white);
  padding: 0;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
  overflow: hidden;
}

.reel-dialog::backdrop {
  background: rgba(8, 10, 9, 0.86);
  backdrop-filter: blur(8px);
}

.reel-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
}

.reel-dialog-header .eyebrow {
  margin-bottom: 3px;
  color: #ff6b70;
  font-size: 0.72rem;
}

.reel-dialog-header h2 {
  margin: 0;
  font-size: 1.45rem;
}

.reel-close {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.reel-close:hover,
.reel-close:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.reel-close svg {
  width: 20px;
  height: 20px;
}

.reel-dialog video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000000;
}

.site-footer {
  padding: 28px 0;
  background: var(--charcoal);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.footer-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
}

.social-links {
  display: flex;
  gap: 8px;
}

.social-links a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.78);
  transition: background-color 160ms ease, color 160ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(17, 19, 18, 0.96);
    padding: 8px;
  }

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

  .site-nav a {
    padding: 13px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .text-link {
    display: none;
  }

  .story-grid,
  .team-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .team-intro {
    position: static;
  }

  .split-heading,
  .project-library-heading,
  .partners-grid {
    grid-template-columns: 1fr;
  }

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

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

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

@media (max-width: 760px) {
  .site-header {
    inset: 10px 10px auto;
    padding: 8px;
  }

  .brand img {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

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

  .brand small {
    font-size: 0.72rem;
  }

  .header-actions .button-small {
    display: none;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-inner {
    width: min(100% - 28px, var(--shell));
    padding: 124px 0 300px;
  }

  h1 {
    font-size: 2.72rem;
  }

  h2 {
    font-size: 2.08rem;
  }

  h3 {
    font-size: 1.12rem;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

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

  .hero-proof {
    right: 14px;
    bottom: 20px;
    left: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-proof div {
    min-height: 86px;
    padding: 14px;
  }

  .hero-proof strong {
    font-size: 1.34rem;
  }

  .section-shell {
    width: min(100% - 28px, var(--shell));
  }

  .intro-grid,
  .history-grid,
  .work-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 72px 0;
  }

  .intro-grid {
    gap: 16px;
  }

  .intro-grid p:first-child {
    font-size: 1.42rem;
  }

  .story-grid {
    gap: 38px;
  }

  .image-stack {
    min-height: auto;
  }

  .image-main {
    width: 100%;
    height: 300px;
  }

  .image-inset {
    position: relative;
    width: 74%;
    height: 170px;
    margin: -52px 0 0 auto;
  }

  .service-grid,
  .process-list,
  .project-grid,
  .partner-logos,
  .inquiry-form {
    grid-template-columns: 1fr;
  }

  .project-library {
    margin-top: 0;
  }

  .project-library-heading {
    gap: 16px;
  }

  .project-library-heading h2 {
    font-size: 2.08rem;
  }

  .behind-work {
    margin-top: 58px;
  }

  .behind-work-heading {
    margin-bottom: 30px;
  }

  .behind-work-heading h3 {
    font-size: 1.48rem;
  }

  .project-card {
    min-height: 250px;
  }

  .work-item,
  .work-item-large {
    min-height: 340px;
  }

  .team-card {
    grid-template-columns: 1fr;
  }

  .team-card img {
    width: 100%;
    height: 280px;
  }

  .history-grid {
    gap: 32px;
  }

  .history-grid img {
    width: 100%;
    height: 340px;
  }

  .contact-grid {
    gap: 36px;
  }

  .footer-grid {
    justify-items: start;
  }

  .reel-dialog {
    width: calc(100% - 20px);
  }

  .reel-dialog-header {
    padding: 14px;
  }
}

@media (max-width: 360px) {
  .brand strong {
    font-size: 0.82rem;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2.32rem;
  }

  h2 {
    font-size: 1.82rem;
  }

  .hero-proof span {
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
