@media (max-width: 1100px) {
  .hero h1 {
    font-size: 3.45rem;
  }

  .hero .wrap,
  .contact-grid {
    gap: 2rem;
  }

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

  .about-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .featured-review-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .featured-review-art {
    min-height: auto;
  }

  .featured-review-art img {
    max-height: 19rem;
  }

  .case-list,
  .project-index-grid,
  .super-evidence-grid,
  .artifact-grid,
  .goldspire-fact-grid,
  .goldspire-character-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .event-card-media,
  .event-card-media img {
    min-height: 18rem;
  }

  .final-cta-panel {
    grid-template-columns: 1fr;
  }

  .trust-band .wrap {
    grid-template-columns: 1fr;
  }

  .trust-intro h2 {
    max-width: 20ch;
  }

  .goldspire-assurance-grid {
    grid-template-columns: minmax(0, 1fr) minmax(9rem, 0.72fr);
  }

  .goldspire-assurance-grid strong {
    grid-column: 1 / -1;
  }

  .goldspire-community-strip .wrap {
    grid-template-columns: 1fr;
  }

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

  .quote-grid,
  .project-index-grid,
  .super-evidence-grid,
  .project-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-feature,
  .playlist-feature,
  .short-form-feature,
  .story-link-cards,
  .story-video-grid,
  .readable-artifact,
  .readable-artifact-reverse,
  .system-loop-board,
  .mechanics-mini-grid,
  .case-system-grid,
  .mechanic-feature,
  .mechanic-feature-reverse,
  .mechanic-callout-grid,
  .alert-ladder,
  .character-sheet-grid,
  .link-card-shell,
  .link-card-groups,
  .quick-link-grid {
    grid-template-columns: 1fr;
  }

  .case-stat-grid,
  .ability-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-proof-metrics {
    gap: 0.45rem;
  }

  .hero-proof-metrics span {
    min-height: 4.85rem;
    padding: 0.58rem;
  }

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

  .mechanic-feature-reverse .mechanic-feature-copy {
    order: 0;
  }

  .link-card-shell {
    grid-template-areas:
      "portrait intro";
    grid-template-columns: 6.25rem minmax(0, 1fr);
    align-items: start;
  }

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

  .playlist-feature-reverse .playlist-copy {
    order: 0;
  }

  .short-form-copy {
    position: static;
  }

  .readable-artifact-reverse figure {
    order: 0;
  }
}

@media (max-width: 900px) {
  .wrap {
    padding-inline: 1.25rem;
  }

  .menu-btn {
    display: none;
  }

  .nav {
    min-height: auto;
  }

  .nav .wrap {
    flex-wrap: wrap;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .nav-links {
    display: flex;
    position: static;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    overflow-x: auto;
    border: 0;
    background: transparent;
    padding: 0.45rem 0 0;
  }

  .navlink {
    flex: 0 0 auto;
    padding: 0.35rem 0;
    white-space: nowrap;
  }

  .navlink::after {
    display: none;
  }

  .nav-cta {
    flex: 0 0 auto;
    width: auto;
    min-height: 2.1rem;
    margin: 0;
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
  }

  .hero .wrap {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 3rem;
  }

  .hero-copy,
  .hero h1,
  .hero-lede,
  .hero-proof,
  .hero-art,
  .cta-row {
    width: min(100%, calc(100vw - 2.5rem));
    max-width: calc(100vw - 2.5rem);
  }

  .hero-art {
    min-width: 0;
    justify-self: start;
  }

  .hero .eyebrow {
    font-size: max(0.9rem, 16px);
    overflow-wrap: anywhere;
  }

  .hero-brand-lockup img {
    width: 3.8rem;
    height: 3.8rem;
  }

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

  .hero-brand-lockup span {
    font-size: 1rem;
  }

  .hero-lede {
    max-width: 20rem;
  }

  .hero h1 {
    max-width: 13ch;
    font-size: 3.05rem;
  }

  .hero-portrait-panel {
    width: min(100%, 24rem);
  }

  .hero-art {
    min-height: auto;
  }

  .hero-art img {
    max-height: 30rem;
  }

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

  .audience-layout,
  .case-card,
  .case-card:nth-child(even),
  .stargate-case,
  .contact-grid,
  .signal-layout,
  .detail-layout,
  .detail-hero .wrap,
  .detail-proof-grid,
  .case-system-grid,
  .mechanic-feature,
  .mechanic-feature-reverse,
  .mechanic-callout-grid,
  .alert-ladder,
  .project-index-grid,
  .super-evidence-grid,
  .featured-artifact,
  .readable-artifact,
  .readable-artifact-reverse,
  .character-sheet-grid {
    grid-template-columns: 1fr;
  }

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

  .event-card-featured,
  .goldspire-assurance-band .wrap,
  .goldspire-path-strip .wrap,
  .goldspire-qr-cta,
  .final-cta-panel {
    grid-template-columns: 1fr;
  }

  .case-stat-grid,
  .ability-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-side {
    width: min(100%, 25rem);
    justify-self: start;
  }

  .detail-hero-with-art .wrap {
    padding-right: 1.25rem;
  }

  .detail-hero-art {
    display: none;
  }

  .goldspire-hero .detail-hero-art {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: min(100%, 30rem);
    max-height: none;
    aspect-ratio: 3 / 2;
    margin: 1rem auto 0;
    transform: none;
  }

  .detail-hero .breadcrumb,
  .detail-hero .eyebrow,
  .detail-hero h1,
  .detail-hero .detail-lede,
  .detail-hero .detail-meta,
  .detail-hero-art {
    grid-column: 1;
  }

  .detail-hero-art {
    grid-row: auto;
    justify-self: start;
    width: min(100%, 28rem);
  }

  .stargate-detail-side {
    width: 100%;
    justify-self: stretch;
  }

  .detail-side img {
    height: 9.5rem;
  }

  .goldspire-npc-resource-card .goldspire-resource-character img {
    height: auto;
    max-height: 15rem;
  }

  .stargate-detail-side img {
    height: auto;
    min-height: 21rem;
  }

  .featured-artifact figure,
  .featured-artifact img {
    min-height: 18rem;
  }

  .case-card:nth-child(even) .case-media {
    order: 0;
  }

  .stargate-case .case-media {
    min-height: 17.5rem;
    border-right: 0;
    border-bottom: 1px solid rgba(201, 163, 92, 0.35);
    border-radius: calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0 0;
  }

  .stargate-case .case-media img {
    height: 19.5rem;
    min-height: 19.5rem;
  }

  .portrait-card {
    max-width: 16.5rem;
    justify-self: start;
  }
}

@media (max-width: 680px) {
  html {
    font-size: 16px;
  }

  .hero .wrap {
    gap: 1.45rem;
    padding-top: 2.35rem;
    padding-bottom: 2.65rem;
  }

  .brand-name span {
    display: none;
  }

  .nav-links {
    gap: 0.65rem;
  }

  .navlink {
    font-size: 1rem;
  }

  .nav-cta {
    padding-inline: 0.66rem;
  }

  .nav-links {
    flex-wrap: wrap;
    overflow-x: visible;
    row-gap: 0.35rem;
  }

  .navlink,
  .nav-cta {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .about-actions .chip-link {
    width: 100%;
  }

  .brand {
    max-width: calc(100% - 4.5rem);
  }

  .brand-name {
    min-width: 0;
  }

  .brand-name strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .band {
    padding: 4rem 0;
  }

  .hero .wrap,
  .proof-strip .wrap,
  .trust-band .wrap,
  main > .band .wrap,
  main > .paper-band .wrap {
    width: 100%;
    max-width: 22rem;
    margin-right: auto;
    margin-left: auto;
  }

  .h-section,
  .contact h2 {
    font-size: 2.25rem;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .section-head,
  .section-head .lead {
    min-width: 0;
    max-width: 100%;
  }

  .evidence-showcase .wrap,
  .evidence-showcase .section-head,
  .evidence-showcase .featured-artifact,
  .evidence-showcase .artifact-grid {
    width: min(100%, calc(100vw - 2.5rem));
    max-width: calc(100vw - 2.5rem);
    min-width: 0;
  }

  .evidence-showcase .wrap {
    padding-inline: 0;
  }

  .evidence-showcase .h-section,
  .evidence-showcase .lead {
    max-width: 100%;
    overflow-wrap: normal;
  }

  .hero h1 {
    font-size: 2.7rem;
  }

  .hero-copy,
  .hero-proof,
  .hero-art,
  .hero-portrait-panel,
  .hero-caption,
  .proof-micro,
  .proof-strip .wrap,
  .signal-stat,
  .trust-band .wrap,
  .trust-intro,
  .trust-grid,
  .trust-card {
    min-width: 0;
    max-width: 100%;
  }

  .hero-copy,
  .hero-proof,
  .hero-art,
  .hero-portrait-panel,
  .hero-caption,
  .proof-micro,
  .signal-stat,
  .trust-intro,
  .trust-card {
    width: 100%;
  }

  .hero-portrait-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    align-items: center;
    width: 100%;
    max-width: 22rem;
    padding: 0.55rem;
    overflow: hidden;
  }

  .hero-portrait-panel img {
    width: min(100%, 10.5rem);
    height: 9rem;
    max-height: none;
    object-position: 50% 22%;
    justify-self: start;
  }

  .hero-caption {
    margin-top: 0;
    padding: 0.6rem;
    overflow: hidden;
  }

  .hero-caption strong {
    font-size: max(0.9rem, 16px);
    line-height: 1.15;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .hero-caption span {
    font-size: 1rem;
    line-height: 1.34;
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .hero-brand-lockup {
    gap: 0.6rem;
  }

  .hero-brand-lockup img {
    width: 3rem;
    height: 3rem;
  }

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

  .hero-brand-lockup span {
    max-width: 14rem;
    font-size: 1rem;
  }

  .mission-grid,
  .quote-grid,
  .trust-grid,
  .project-link-grid,
  .signal-grid {
    grid-template-columns: 1fr;
  }

  .trust-band .wrap {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .trust-intro h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8vw, 2.18rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .trust-card {
    min-height: auto;
  }

  .signal-feature p {
    font-size: 1.28rem;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    width: 100%;
    justify-self: stretch;
  }

  .proof-micro {
    padding: 0.65rem 0.7rem;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.7rem;
  }

  .proof-micro b {
    font-size: 2rem;
  }

  .proof-micro span {
    margin-top: 0;
    font-size: max(0.9rem, 16px);
    overflow-wrap: anywhere;
  }

  .proof-strip .wrap {
    grid-template-columns: 1fr;
  }

  .signal-stat {
    grid-template-columns: 2.25rem minmax(0, 1fr);
    gap: 0.58rem;
    overflow: hidden;
    padding: 0.75rem 0.7rem;
  }

  .signal-stat strong {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .signal-stat span {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .signal-icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .detail-hero h1 {
    font-size: 2.65rem;
  }

  .goldspire-page .detail-hero .wrap {
    padding-top: 3.25rem;
    padding-right: 1.25rem;
    padding-bottom: 2.35rem;
  }

  .goldspire-page .goldspire-hero.detail-hero-with-art .wrap {
    padding-right: 1.25rem;
  }

  .goldspire-page .detail-hero h1 {
    max-width: min(11.2ch, calc(100vw - 2.5rem));
    font-size: clamp(2.18rem, 10.6vw, 2.65rem);
    line-height: 0.98;
    overflow-wrap: normal;
    word-break: normal;
  }

  .goldspire-page .detail-hero .eyebrow {
    display: flex;
    width: fit-content;
    max-width: min(100%, calc(100vw - 2.5rem));
    margin-top: 0.55rem;
    line-height: 1.35;
  }

  .goldspire-page .detail-hero .detail-lede {
    max-width: min(21rem, calc(100vw - 2.5rem));
    font-size: 1rem;
    line-height: 1.46;
  }

  .goldspire-page .goldspire-hero .detail-hero-art {
    width: min(24rem, calc(100vw - 2.5rem));
    margin: 0.78rem 0 0.12rem;
  }

  .goldspire-page .detail-hero .detail-lede,
  .goldspire-page .goldspire-hero-logistics,
  .goldspire-page .goldspire-hero-fact-grid,
  .goldspire-page .goldspire-hero-fact-grid span,
  .goldspire-page .goldspire-venue-card,
  .goldspire-page .detail-hero-actions,
  .goldspire-page .goldspire-status-note {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .goldspire-page .goldspire-hero-logistics {
    width: min(100%, calc(100vw - 2.5rem));
  }

  .goldspire-page .goldspire-hero-fact-grid {
    grid-template-columns: 1fr;
    gap: 0.48rem;
  }

  .goldspire-page .goldspire-hero-fact-grid > span {
    min-height: 3.25rem;
    gap: 0.52rem;
    padding: 0.5rem 0.58rem;
  }

  .goldspire-page .goldspire-hero-fact-grid img {
    flex-basis: 1.55rem;
    width: 1.55rem;
    height: 1.55rem;
  }

  .goldspire-page .goldspire-hero-fact-grid small,
  .goldspire-page .goldspire-venue-card small {
    font-size: 0.64rem;
  }

  .goldspire-page .goldspire-hero-fact-grid strong {
    font-size: 0.92rem;
  }

  .goldspire-page .goldspire-venue-row {
    grid-template-columns: 1fr;
  }

  .goldspire-page .goldspire-venue-card {
    align-items: flex-start;
    min-height: 3.5rem;
    padding: 0.58rem 0.65rem;
  }

  .goldspire-page .goldspire-venue-card img {
    flex-basis: 1.65rem;
    width: 1.65rem;
    height: 1.65rem;
  }

  .goldspire-page .goldspire-venue-card em {
    font-size: 0.84rem;
  }

  .goldspire-page .detail-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .goldspire-page .goldspire-path-strip .wrap {
    grid-template-columns: 1fr;
  }

  .goldspire-page .goldspire-path-strip p {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .goldspire-page .goldspire-path-strip p strong {
    display: block;
  }

  .goldspire-page .goldspire-directions-button {
    min-height: 2.85rem;
    width: 100%;
  }

  .goldspire-assurance-band,
  .goldspire-venue-strip {
    display: none;
  }

  .goldspire-page .detail-hero-actions .btn,
  .goldspire-page .goldspire-path-strip .btn,
  .goldspire-page .goldspire-final-band .event-actions .btn,
  .goldspire-page .goldspire-mid-cta .btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .goldspire-page .goldspire-status-note {
    display: flex;
    border-radius: var(--radius-sm);
    line-height: 1.35;
  }

  .detail-grid,
  .detail-proof-grid,
  .event-facts,
  .goldspire-path-strip .wrap,
  .goldspire-fact-grid,
  .goldspire-character-grid,
  .goldspire-proof-layout,
  .project-index-grid,
  .super-evidence-grid,
  .story-feature,
  .playlist-feature,
  .short-form-feature,
  .story-proof-grid,
  .story-link-cards,
  .story-video-grid,
  .resource-proof-grid,
  .resource-current,
  .system-loop-board,
  .mechanics-mini-grid,
  .case-stat-grid,
  .case-system-grid,
  .mechanic-feature,
  .mechanic-feature-reverse,
  .mechanic-callout-grid,
  .alert-ladder,
  .ability-path-grid,
  .artifact-grid,
  .next-games {
    grid-template-columns: 1fr;
  }

  .featured-artifact figure,
  .featured-artifact img {
    min-height: 15rem;
  }

  .readable-artifact {
    width: min(100%, calc(100vw - 2.5rem));
    max-width: calc(100vw - 2.5rem);
  }

  .readable-artifact figure {
    min-height: auto;
  }

  .readable-artifact img,
  .artifact-card-readable > img {
    max-height: none;
  }

  .artifact-card > img {
    height: 12rem;
  }

  .event-card-copy h3 {
    max-width: 100%;
  }

  .event-card-media,
  .event-card-media img {
    min-height: 14rem;
  }

  .goldspire-character-card img {
    height: 15rem;
  }

  .goldspire-proof-mini-media {
    grid-template-columns: 1fr;
  }

  .goldspire-video-proof-grid {
    grid-template-columns: 1fr;
  }

  .goldspire-video-card-copy {
    min-height: 0;
  }

  .goldspire-video-embed-frame {
    display: none;
  }

  .goldspire-video-proof-link {
    min-height: 3.25rem;
  }

  .goldspire-qr-cta {
    gap: 0.85rem;
    padding: 0.72rem;
  }

  .goldspire-qr-copy {
    padding: 0.15rem;
  }

  .goldspire-qr-copy h3 {
    font-size: clamp(1.65rem, 8vw, 2.15rem);
  }

  .goldspire-qr-copy .event-actions,
  .goldspire-qr-copy .event-actions .btn {
    width: 100%;
  }

  .goldspire-player-resource-panel .event-actions,
  .goldspire-player-resource-panel .event-actions .btn {
    width: 100%;
  }

  .goldspire-sticky-cta {
    position: fixed;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    z-index: 180;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
    border: 1px solid rgba(248, 237, 218, 0.22);
    border-radius: 999px;
    background: rgba(7, 19, 25, 0.9);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
    padding: 0.45rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(1rem);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .goldspire-sticky-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .goldspire-sticky-cta.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(1rem);
  }

  .goldspire-detail {
    padding-bottom: 5rem;
  }

  .goldspire-sticky-cta .btn {
    min-height: 2.65rem;
    padding-right: 0.85rem;
    padding-left: 0.85rem;
  }

  .case-stat-card {
    min-height: auto;
  }

  .mechanic-feature {
    padding: 1rem;
  }

  .mechanic-table {
    min-width: 0;
  }

  .mechanic-table thead {
    display: none;
  }

  .mechanic-table,
  .mechanic-table tbody,
  .mechanic-table tr,
  .mechanic-table th,
  .mechanic-table td {
    display: block;
    width: 100%;
  }

  .mechanic-table tr {
    border: 1px solid rgba(201, 163, 92, 0.26);
    border-radius: var(--radius-sm);
    background: rgba(255, 250, 241, 0.9);
    margin: 0 0 0.7rem;
    padding: 0.75rem;
  }

  .mechanic-table th,
  .mechanic-table td {
    border-bottom: 0;
    padding: 0;
  }

  .mechanic-table tbody th {
    font-size: 1.04rem;
    margin-bottom: 0.5rem;
  }

  .mechanic-table tbody td + td {
    margin-top: 0.62rem;
  }

  .mechanic-table tbody td::before {
    display: block;
    color: var(--teal-dark);
    font-family: var(--mono);
    font-size: max(0.9rem, 16px);
    font-weight: 850;
    line-height: 1.1;
    margin-bottom: 0.18rem;
  }

  .mechanic-table tbody td:nth-of-type(1)::before {
    content: "What it controlled";
  }

  .mechanic-table tbody td:nth-of-type(2)::before {
    content: "Table function";
  }

  .artifact-card-readable > img {
    height: auto;
  }

  .artifact-card-wide {
    grid-column: span 1;
  }

  .artifact-card-full,
  .tiktok-proof-card {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .project-card-media,
  .project-symbol-media {
    min-height: 12rem;
  }

  .project-card-media img {
    height: 12rem;
  }

  .project-card-mosaic img {
    height: 5.8rem;
  }

  .project-action-row {
    flex-direction: column;
    align-items: stretch;
  }

  .super-evidence-card img {
    height: 16rem;
  }

  .tiktok-proof-links {
    grid-template-columns: 1fr;
  }

  .story-feature {
    width: min(100%, calc(100vw - 2.5rem));
    max-width: calc(100vw - 2.5rem);
    padding: 0.75rem;
  }

  .story-copy {
    padding: 0.2rem;
  }

  .story-copy h3 {
    font-size: 1.65rem;
    overflow-wrap: anywhere;
  }

  .story-prop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .short-form-rail {
    max-height: 40rem;
    padding-right: 0.25rem;
  }

  .short-form-card .tiktok-embed,
  .short-form-card .tiktok-embed a {
    min-height: 34rem;
  }

  .story-prop {
    min-height: 6.5rem;
    padding: 0.48rem;
  }

  .story-prop img {
    max-height: 5.9rem;
  }

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

  .detail-side img {
    height: 8.75rem;
  }

  .stargate-detail-side img {
    height: auto;
    min-height: 17rem;
  }

  .case-copy {
    padding: 1.35rem;
  }

  .case-copy h3 {
    font-size: 1.65rem;
  }

  .case-action {
    width: 100%;
    text-align: center;
  }

  .case-media,
  .case-media img {
    min-height: 19rem;
  }

  .case-label {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    font-size: 1rem;
  }

  .contact-links {
    flex-direction: column;
  }

  .contact-link {
    width: 100%;
  }

  .link-card-primary-actions,
  .link-card-primary-actions .btn {
    width: 100%;
  }

  .link-card-primary-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .link-card-primary-actions .btn-primary {
    grid-column: 1 / -1;
  }

  .link-card-primary-actions .btn {
    min-height: 2.55rem;
    padding: 0.7rem 0.55rem;
    font-size: max(0.9rem, 16px);
  }

  .share-link-box,
  .share-link-box .btn {
    width: 100%;
  }

  .share-link-box {
    grid-template-columns: 1fr;
  }

  .share-modal {
    place-items: center;
    padding: 0.5rem;
  }

  .share-modal-panel {
    max-height: calc(100dvh - 1rem);
    overflow-y: auto;
    padding: 0.85rem;
  }

  .share-modal-copy h2 {
    max-width: 100%;
    font-size: 1.8rem;
  }

  .share-qr-frame img {
    width: min(46vw, 10.5rem);
    border-width: 0.55rem;
  }

  .share-modal-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .share-modal-actions .chip-link {
    width: 100%;
    padding: 0.65rem 0.55rem;
    text-align: center;
  }

  .share-mode-toggle {
    grid-template-columns: 1fr;
    border-radius: var(--radius);
  }

  .link-card-hero {
    min-height: auto;
    padding-top: 0.75rem;
    padding-bottom: 1.2rem;
  }

  .link-card-portrait,
  .link-card-portrait img {
    min-height: 7rem;
    max-height: 7rem;
  }

  .link-card-portrait img {
    object-position: center 24%;
  }

  .link-card-intro {
    gap: 0.58rem;
    padding: 0.85rem;
  }

  .link-card-intro h1 {
    font-size: 1.9rem;
    line-height: 0.92;
    overflow-wrap: anywhere;
  }

  .link-card-lede {
    font-size: 0.95rem;
    line-height: 1.32;
  }

  .link-card-facts,
  .link-card-share {
    display: none;
  }

  .link-card-links-section {
    padding: 2rem 0 3rem;
  }

  .link-card-links-section .section-head {
    margin-bottom: 1rem;
  }

  .link-card-links-section .h-section {
    font-size: 2.05rem;
  }

  .quick-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .quick-link-card {
    min-height: auto;
    padding: 0.82rem;
  }

  .quick-link-card strong {
    font-size: 1rem;
  }

  .quick-link-card span {
    font-size: 0.92rem;
  }

  .link-directory > summary {
    min-height: 2.75rem;
  }

  .link-card-group {
    padding: 0.85rem;
  }

  .link-card-button {
    grid-template-columns: 2.25rem minmax(0, 1fr);
    min-height: 3.75rem;
    padding: 0.6rem;
  }

  .link-card-button .contact-icon {
    width: 2rem;
    height: 2rem;
  }

  .link-card-button small {
    font-size: 0.92rem;
  }

  .contact-brief ul {
    grid-template-columns: 1fr;
  }
}
