@media (max-width: 1080px) {
  .hero-intro-bar,
  .about-profile-section,
  .featured-mosaic,
  .credibility-layout,
  .archive-entry-section,
  .contact-section,
  .detail-shell {
    grid-template-columns: 1fr;
  }

  .hero-rail {
    min-height: auto;
    padding-top: 0;
  }

  .hero-scene {
    min-height: 520px;
  }

  .featured-lead,
  .featured-grid {
    grid-column: auto;
  }

  .featured-support-card {
    grid-template-columns: minmax(136px, 0.3fr) minmax(0, 0.7fr);
  }

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

  .archive-toolbar {
    grid-template-columns: 1fr;
  }

  .chips {
    justify-content: flex-start;
  }

  .detail-visual {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
}

@media (max-width: 760px) {
  :root {
    --header-offset: 72px;
  }

  .page-shell {
    width: min(var(--content-width), calc(100vw - 16px));
    padding-top: 0;
  }

  .site-header {
    top: 0;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    min-height: 58px;
    padding: 8px 10px;
    border: 0;
    border-radius: 0;
    background: rgba(38, 38, 38, 0.46);
    box-shadow: none;
  }

  .brand-lockup {
    gap: 8px;
  }

  .brand-mark {
    font-size: 1.85rem;
  }

  .brand-label {
    font-size: 0.56rem;
    letter-spacing: 0.08em;
  }

  .brand-lockup strong {
    font-size: 0.9rem;
  }

  .site-nav {
    display: flex;
    justify-content: flex-end;
    gap: clamp(12px, 3.6vw, 22px);
    width: auto;
    overflow: visible;
    padding-bottom: 0;
  }

  .nav-link {
    width: auto;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.82rem;
  }

  .nav-link:hover,
  .nav-link.is-active {
    transform: none;
    border-color: transparent;
    background: transparent;
    color: var(--accent);
  }

  .header-meta {
    min-width: 0;
    text-align: left;
  }

  .header-action {
    display: none;
  }

  .view {
    margin-top: 12px;
  }

  .home-first-screen {
    min-height: calc(100svh - 72px);
    gap: clamp(10px, 1.7svh, 18px);
  }

  .section-shell {
    padding: 38px 0;
  }

  .site-footer {
    margin-top: 40px;
    padding: 28px 16px 48px;
  }

  .section-header {
    gap: 14px;
    margin-bottom: 24px;
    padding-left: 14px;
  }

  .section-title {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 0.96;
  }

  .site-footer .section-title {
    font-size: clamp(1.34rem, 6vw, 2rem);
    line-height: 1.12;
  }

  .site-footer .contact-hold {
    min-height: 0;
  }

  .section-copy {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .section-header--split,
  .archive-toolbar {
    grid-template-columns: 1fr;
  }

  .hero-section {
    --hero-pad: clamp(16px, 4.5vw, 28px);
    --hero-label-gutter: clamp(42px, 11vw, 58px);
    width: min(86vw, clamp(180px, calc((100svh - 238px) * 9 / 16), 430px));
    min-height: 0;
    aspect-ratio: 9 / 16;
    align-items: end;
    padding: var(--hero-pad) var(--hero-label-gutter) var(--hero-pad) var(--hero-pad);
  }

  .hero-intro-bar {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy {
    gap: 10px;
  }

  .hero-topline {
    gap: 8px;
  }

  .hero-topline .eyebrow {
    letter-spacing: 0.1em;
  }

  .hero-year {
    display: none;
  }

  .hero-title {
    max-width: 9em;
    font-size: clamp(1.35rem, 6.9vw, 2.28rem);
    line-height: 0.95;
  }

  .hero-summary {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .about-profile-copy {
    padding-inline: 8px;
  }

  .about-media-stack {
    gap: 12px;
  }

  .about-portrait {
    min-height: 300px;
  }

  .about-portrait figcaption {
    left: 14px;
    bottom: 14px;
    font-size: 0.72rem;
  }

  .showreel-frame::after {
    background:
      linear-gradient(180deg, rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0.52) 48%, rgba(17, 17, 17, 0.24)),
      linear-gradient(90deg, rgba(17, 17, 17, 0.34), transparent 42%, rgba(17, 17, 17, 0.28));
  }

  .hero-proof-list,
  .hero-stat-grid {
    display: none;
  }

  .hero-rail {
    gap: 12px;
  }

  .hero-scene {
    min-height: 184px;
    max-height: 220px;
  }

  .hero-scene-overlay {
    padding: 12px;
  }

  .hero-asterisk {
    top: 30px;
    font-size: 7rem;
  }

  .featured-section {
    padding-top: 10px;
  }

  .featured-section::before,
  .capability-grid::before {
    display: none;
  }

  .hero-section::before {
    top: 14px;
    right: calc(var(--hero-label-gutter) / 2);
    bottom: auto;
    display: block;
    font-size: 0.56rem;
    font-weight: 500;
    letter-spacing: 0.14em;
  }

  .section-shell.brand-marquee-section {
    padding: clamp(12px, 1.8svh, 20px) 0 clamp(14px, 2svh, 22px);
  }

  .archive-preview-grid,
  .capability-grid,
  .archive-featured-grid,
  .archive-grid {
    grid-template-columns: 1fr;
  }

  .credibility-section {
    padding-top: 24px;
  }

  .capability-grid {
    gap: 10px;
  }

  .capability-card {
    grid-template-columns: 58px minmax(0, 1fr);
    align-content: start;
    align-items: start;
    gap: 4px 14px;
    min-height: 0;
    padding: 18px;
  }

  .capability-card::before {
    height: 3px;
  }

  .capability-card::after {
    display: none;
  }

  .capability-card-index {
    grid-row: 1 / span 2;
    font-size: 2.65rem;
  }

  .capability-card h3 {
    margin: 2px 0 0;
    font-size: 1.12rem;
    line-height: 1.18;
  }

  .capability-card p {
    grid-column: 2;
    margin: 4px 0 0;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .archive-featured-card.is-lead {
    grid-column: auto;
    grid-row: auto;
  }

  .featured-lead {
    min-height: 0;
    grid-template-rows: auto auto;
  }

  .featured-lead::after {
    display: none;
  }

  .featured-support-card {
    grid-template-columns: 106px minmax(0, 1fr);
    min-height: 118px;
  }

  .featured-lead-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .featured-lead-body {
    position: static;
    gap: 12px;
    padding: 18px;
    border-top: 1px solid var(--border);
    background: #202020;
  }

  .featured-lead .work-index {
    top: 14px;
    left: 14px;
    font-size: 2.6rem;
  }

  .featured-lead-title {
    max-width: none;
    font-size: clamp(1.5rem, 7.6vw, 2rem);
    line-height: 1.05;
  }

  .featured-lead .featured-summary {
    -webkit-line-clamp: 3;
  }

  .featured-support-card .meta-row {
    align-items: center;
    flex-direction: row;
  }

  .featured-support-summary {
    display: none;
  }

  .featured-support-meta {
    font-size: 0.74rem;
  }

  .preview-card {
    grid-template-columns: 106px minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 118px;
  }

  .preview-card-media {
    aspect-ratio: auto;
    min-height: 100%;
  }

  .archive-toolbar {
    top: 64px;
    padding-top: 12px;
    padding-bottom: 12px;
    background:
      linear-gradient(90deg, rgba(255, 166, 0, 0.09), transparent 42%),
      rgba(26, 26, 26, 0.98);
  }

  .archive-intro {
    order: 1;
  }

  .archive-toolbar {
    order: 2;
  }

  #groups {
    order: 3;
  }

  .load-more-wrap {
    order: 4;
  }

  #empty {
    order: 5;
  }

  #error {
    order: 6;
  }

  .archive-featured-section {
    order: 7;
  }

  .archive-card .card-hit {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 132px;
  }

  .archive-card-media {
    aspect-ratio: auto;
    min-height: 100%;
  }

  .archive-card .media-fallback::after {
    font-size: 4.6rem;
  }

  .archive-card-body {
    align-content: space-between;
    gap: 8px;
    padding: 14px;
  }

  .archive-card .meta-row {
    align-items: center;
    flex-direction: row;
    gap: 8px;
  }

  .archive-card .meta-year {
    font-size: 0.68rem;
  }

  .card-title {
    min-height: 0;
    font-size: clamp(1.02rem, 4.5vw, 1.18rem);
    line-height: 1.18;
  }

  .archive-card .card-foot {
    align-items: flex-start;
    min-height: 0;
    padding-top: 8px;
    gap: 4px;
    font-size: 0.72rem;
  }

  .brand-marquee {
    --brand-logo-gap: clamp(28px, 7vw, 44px);
    padding: clamp(6px, 1.2svh, 10px) 0;
  }

  .brand-marquee-copy {
    max-width: 28ch;
    margin-bottom: clamp(8px, 1.5svh, 14px);
    font-size: clamp(0.82rem, 3.4vw, 0.96rem);
    line-height: 1.5;
  }

  .brand-logo {
    min-width: 0;
    min-height: 42px;
    padding: 0;
    font-size: 1rem;
  }

  .brand-logo-image {
    width: auto;
    max-width: 180px;
    max-height: 34px;
  }

  .brand-logo--adobe .brand-logo-image {
    max-width: 118px;
    max-height: 30px;
  }

  .brand-logo--logitech .brand-logo-image {
    max-width: 114px;
    max-height: 30px;
  }

  .detail-head,
  .meta-row,
  .featured-brandline,
  .card-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .detail-resource {
    grid-template-columns: 1fr;
  }
}
