@media (max-width: 760px) {
  .topbar {
    display: none;
  }

  .header {
    top: 0;
  }

  .header-inner {
    width: min(100% - 24px, 1180px);
    min-height: auto;
    padding: 8px 0;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .brand {
    flex: 0 0 auto;
    min-height: 44px;
    max-width: 132px;
  }

  .brand img {
    width: auto;
    max-width: 132px;
    max-height: 44px;
  }

  .nav {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 2px 0 4px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 9px;
    font-size: 0.78rem;
    white-space: nowrap;
    border: 1px solid var(--line);
    background: #fff;
  }

  .nav .nav-cta {
    border-color: var(--theme);
    background: var(--theme);
    color: #fff;
  }

  .hero {
    display: block;
    min-height: 0;
    background: var(--deep);
  }

  .hero::before {
    display: none;
  }

  .hero-media {
    position: relative;
    inset: auto;
    z-index: 0;
    width: 100%;
    height: auto;
    max-height: 320px;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
    background: linear-gradient(180deg, #f7fbfb, #eef3f4);
    opacity: 1;
  }

  .hero-inner {
    width: min(100% - 28px, 1180px);
    min-height: 0;
    padding: 26px 0 30px;
    display: grid;
    gap: 16px;
  }

  .hero-copy,
  .section-heading,
  .card,
  .page-card,
  .source-card,
  .focus-section,
  .identity-panel {
    width: 100%;
    min-width: 0;
  }

  .page-hero .hero-inner {
    padding-top: 24px;
  }

  .hero-copy {
    padding: 0;
  }

  .eyebrow,
  .kicker {
    max-width: 100%;
    font-size: 0.76rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(1.72rem, 7.8vw, 2.1rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .page-hero h1 {
    font-size: clamp(1.7rem, 7.6vw, 2.05rem);
  }

  h2 {
    max-width: 100%;
    font-size: clamp(1.55rem, 8vw, 2.25rem);
    overflow-wrap: anywhere;
  }

  .lead {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.52;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .button {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    text-align: center;
  }

  .identity-panel {
    padding: 16px;
    border-radius: 8px;
  }

  .quick {
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .quick a {
    min-height: auto;
    padding: 14px 16px;
  }

  .section {
    padding: 52px 0;
  }

  .section-heading {
    gap: 14px;
    margin-bottom: 22px;
  }

  .card,
  .page-card,
  .source-card,
  .step {
    min-height: auto;
    padding: 18px;
  }

  .focus-section {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .photo-grid {
    gap: 14px;
  }

  .photo-card img,
  .photo-card.large img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
    background: #f4f8f8;
  }

  .photo-card.large img {
    aspect-ratio: 16 / 10;
  }

  .photo-card figcaption {
    display: block;
    padding: 10px 12px;
    font-size: 0.84rem;
    line-height: 1.35;
  }

  .source-card-media {
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #fff;
  }

  .footer-inner {
    align-items: flex-start;
    gap: 14px;
  }
}

@media (max-width: 430px) {
  .header-inner {
    width: min(100% - 18px, 1180px);
    gap: 8px;
  }

  .brand {
    max-width: 112px;
  }

  .brand img {
    max-width: 112px;
    max-height: 40px;
  }

  .nav a {
    min-height: 32px;
    padding: 0 8px;
    font-size: 0.74rem;
  }

  .hero-media {
    max-height: 280px;
  }

  h1 {
    font-size: clamp(1.62rem, 7.6vw, 1.95rem);
  }
}
