/* Mobile companion to the seeded 9375029385205 design.
   Existing page content and desktop compositions remain the source of truth.
   Surfaces: 20px; fields: 12px; controls: full radius. */
@media (max-width: 900px) {
  .mobile-menu a { transition: color .2s, background-color .2s; }
  .cookie-banner:not(.visible) { visibility: hidden; pointer-events: none; }
  .fk a[rel="llms-txt"] { opacity: 1 !important; color: #626963; }
  body {
    --mobile-gutter: clamp(20px, 5.5vw, 24px);
    --text-dim: #69716c;
  }

  /* Product and market pages share the same compact editorial rhythm. */
  .tech-hero.ax-hero,
  .mk-hero.ax-hero { min-height: 0; }
  .tech-hero .ax-hero-content,
  .mk-hero.ax-hero .ax-hero-content {
    padding: 116px var(--mobile-gutter) 48px;
  }
  .tech-hero .ax-hero-h1,
  .mk-hero.ax-hero .ax-hero-h1 {
    font-size: clamp(2.25rem, 8.5vw, 3.5rem);
    line-height: 1.04;
    letter-spacing: -.045em;
    text-wrap: balance;
  }
  .tech-hero .ax-hero-sub,
  .mk-hero.ax-hero .ax-hero-sub { font-size: 1rem; line-height: 1.65; }
  body.light .tech-hero .bp,
  body.light .mk-hero.ax-hero .bp { background: #fff; border-color: #fff; color: #1b241e; }
  .tech-hero .ax-hero-scrim,
  .mk-hero.ax-hero .ax-hero-scrim {
    background: linear-gradient(180deg, rgba(12, 19, 16, .24), rgba(12, 19, 16, .86));
  }
  .ax-split { gap: 28px; padding: 56px var(--mobile-gutter); }
  .ax-split-media img { border: 0; border-radius: 20px; }
  .ax-rows { padding: 56px var(--mobile-gutter); }
  .ax-row { padding: 24px 0; gap: 12px; }
  .ax-row h3 { font-size: 1.3rem; }
  .ax-row p { font-size: 1rem; line-height: 1.65; }
  .ax-row .meta { font-size: 11px; letter-spacing: .08em; }
  .ax-rows > .ax-draw { width: 100%; height: auto; max-width: 100% !important; }
  .ax-spec { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; }
  .ax-spec > div { min-width: 0; padding: 20px 0; }
  .ax-spec > div:nth-child(odd) { padding-right: 0; }
  .ax-spec .v { font-size: 1.3rem; overflow-wrap: anywhere; }
  .ax-spec .l { font-size: 11px; letter-spacing: .04em; line-height: 1.45; }
  .tk-adapt { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .tk-cap { font-size: 11px; color: #59635c; letter-spacing: .1em; }
  .tk-grid { gap: 10px; background: transparent; border: 0; }
  .tk-fuels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tk-modes { grid-template-columns: minmax(0, 1fr); }
  .tk-cell { min-width: 0; min-height: 116px; padding: 18px; border-radius: 16px; background: #fff; }
  .tk-cell::before { top: 16px; left: 18px; font-size: 10px; }
  .tk-name { font-size: 1rem; line-height: 1.3; }
  .tk-desc { font-size: .875rem; color: #59635c; }
  .mk-sec { padding: 56px var(--mobile-gutter); }
  .mk-head { margin-bottom: 24px; }
  .mk-head .l, .mk-head .r, .mk-kick { font-size: 11px; letter-spacing: .12em; }
  .mk-row { flex-direction: column; align-items: flex-start; gap: 8px; padding: 24px 0; }
  .mk-row .name { font-size: 1.7rem; letter-spacing: -.035em; }
  .mk-row .desc { font-size: 1rem; text-align: left; max-width: 100%; }
  .mk-exp-line { font-size: 11px; line-height: 1.9; letter-spacing: .06em; }
  .mk-why-h, .mk-cta-h { font-size: clamp(1.8rem, 6.4vw, 2.6rem); line-height: 1.08; letter-spacing: -.035em; }
  .mk-why-lead, .mk-cta-lead { font-size: 1rem; line-height: 1.65; }
  .mk-compare { grid-template-columns: minmax(0, 1fr); gap: 28px; margin-top: 32px; }
  .mk-metric .v { font-size: clamp(2.5rem, 9vw, 3.7rem); letter-spacing: -.05em; }
  .mk-metric .k { font-size: 11px; letter-spacing: .06em; }
  .mk-timeline { width: 100%; height: auto; }

  /* Team portraits retain their crops, with readable biographies and links. */
  .mk-hero:not(.ax-hero) { padding: 52px var(--mobile-gutter) 32px; }
  .mk-wrap:not(.page-content) > .mk-hero:not(.ax-hero) { padding-top: 112px; }
  .mk-hero:not(.ax-hero) h1 { font-size: clamp(2.4rem, 9vw, 3.6rem); letter-spacing: -.045em; text-wrap: balance; }
  .mk-hero .lead { font-size: 1rem; line-height: 1.65; }
  .tm-manifest { padding: 8px var(--mobile-gutter) 56px; }
  .tm-manifest-intro, .tm-team-intro, .tm-advisory-intro { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .tm-manifest-intro { padding: 28px 0 40px; }
  .tm-manifest-intro .statement { font-size: 1.8rem; line-height: 1.18; }
  .tm-manifest-copy p, .tm-team-intro p, .tm-advisory-intro p,
  .tm-principle p, .tm-bio, .tm-evidence-copy p { font-size: 1rem; line-height: 1.65; }
  .tm-principles-layout { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .tm-principles-rail { position: static; padding: 28px 0 20px; }
  .tm-principles-rail h2 { font-size: 2.5rem; }
  .tm-principles-rail p { max-width: 44ch; font-size: 1rem; }
  .tm-principles-count { margin-top: 24px; }
  .tm-principle { grid-template-columns: 24px minmax(0, 1fr); gap: 12px; padding: 26px 0; }
  .tm-principle h3 { font-size: 1.25rem; }
  .tm-grid, .tm-adv { gap: 40px 24px; }
  .tm-photo, .tm-photo-frame { border-radius: 20px; border: 0; }
  .tm-name { margin-top: 20px; font-size: 1.4rem; }
  .tm-role { font-size: 11px; color: #59635c; letter-spacing: .07em; }
  .tm-links { gap: 10px; }
  .tm-links a { width: 44px; height: 44px; border-radius: 50%; color: #315d42; background: #eff4f0; border: 0; }
  .tm-evidence { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 24px; border: 0; border-radius: 20px; background: #fff; }
  .tm-evidence-logo { min-height: 100px; padding: 20px; border-radius: 12px; }
  .tm-evidence-facts span { letter-spacing: .03em; font-size: 11px; border-radius: 8px; }
  .tm-hire { padding: 0 var(--mobile-gutter) 56px; }
  .tm-hire-in { padding: 24px; border: 0; border-radius: 20px; background: #fff; }

  /* Forms keep the existing fields and validation, with generous touch space. */
  .cg { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .ci h1 { font-size: clamp(2.3rem, 8.5vw, 3rem); letter-spacing: -.04em; line-height: 1.08; }
  .ci p { font-size: 1rem; }
  .ch { gap: 0; }
  .ck { font-size: .9375rem; line-height: 1.6; padding: 12px 0; align-items: baseline; border-bottom: 1px solid var(--border); }
  .cf { min-width: 0; padding: 24px; border: 0; border-radius: 20px; background: #fff; }
  .cf h3 { font-size: 1.5rem; letter-spacing: -.025em; }
  .cf .fs { display: block; font-size: .9375rem; line-height: 1.6; color: #59635c; margin: 8px 0 24px; overflow-wrap: anywhere; }
  .cf .fs a { color: #315d42; text-decoration: underline; text-underline-offset: 3px; }
  .cf .fr { grid-template-columns: minmax(0, 1fr); gap: 0; margin: 0; }
  .cf .fg { min-width: 0; margin-bottom: 20px; }
  .cf .fg label { font-family: var(--fb); text-transform: none; letter-spacing: 0; font-size: .875rem; color: #3e4942; margin-bottom: 8px; }
  .cf .fg input, .cf .fg select, .cf .fg textarea {
    min-width: 0; max-width: 100%; min-height: 52px; padding: 13px 14px;
    border-radius: 12px; font-size: 16px; background-color: #fff;
    border-color: #d6ddd7; color: #17201a; box-shadow: none;
  }
  .cf .fg input::placeholder, .cf .fg textarea::placeholder { color: #727b75; }
  .cf .fg select { appearance: auto; padding-right: 14px; }
  .cf .fg textarea { min-height: 128px; }
  .cf .fg input[type="file"] { font-size: .875rem; padding: 10px; }
  .cf .fg input[type="file"]::file-selector-button { margin-right: 10px; padding: 8px; border: 0; border-radius: 6px; background: #e9eeea; color: #233e2c; }
  .cf .fbt { min-height: 52px; padding: 14px 20px; border-radius: 999px; font-size: .9375rem; letter-spacing: 0; text-transform: none; }
  .cr-wrap { padding: 48px var(--mobile-gutter) 56px; }
  .cr-head { margin-bottom: 32px; }
  .cr-head h1 { font-size: clamp(2.3rem, 8.5vw, 3rem); letter-spacing: -.04em; margin-bottom: 16px; }
  .careers-cols { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .careers-apply-col { position: static; scroll-margin-top: 84px; }
  .role { margin-top: 12px; border-radius: 16px; background: #fff; }
  .role > summary { padding: 22px 20px; align-items: flex-start; }
  .role > summary h2 { font-size: 1.125rem; line-height: 1.35; }
  .role > summary p { display: block; margin-top: 8px; font-size: .875rem; }
  .role-chev { width: 28px; height: 28px; border-radius: 50%; }
  .role-body { padding: 0 20px 24px; font-size: 1rem; }
  .role-body h4 { font-size: .875rem; letter-spacing: 0; text-transform: none; }
  .cr-note { font-size: .9375rem; line-height: 1.6; }

  /* Reading pages and expandable answers. */
  .fq-list { padding: 0 var(--mobile-gutter); border-top: 0; }
  .fq-item summary { font-size: 1.125rem; line-height: 1.4; padding: 24px 0; gap: 20px; }
  .fq-a { font-size: 1rem; line-height: 1.7; }
  .fq-note { margin: 32px var(--mobile-gutter) 0; padding: 24px; border: 0; border-radius: 20px; background: #fff; }
  .fq-note p { font-size: 1rem; }
  .cmp-wrap, .iwt-wrap, .glossary-wrap { padding: 48px var(--mobile-gutter) 56px; }
  .cmp-h1, .iwt-h1, .glossary-h1 { font-size: clamp(2.2rem, 8.5vw, 3.25rem); letter-spacing: -.04em; line-height: 1.08; text-wrap: balance; }
  .cmp-sub, .iwt-sub, .glossary-sub { font-size: 1rem; line-height: 1.65; }
  .cmp-eyebrow, .iwt-eyebrow, .glossary-eyebrow { font-size: 11px; letter-spacing: .1em; }
  .cmp-disclaimer, .iwt-source-note { color: #657067; font-size: .8125rem; line-height: 1.65; }
  .cmp-summary-table, .iwt-table { display: block; width: 100%; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid #dce2dd; border-radius: 16px; scrollbar-width: thin; scrollbar-color: #7c9182 #edf1ee; }
  .cmp-summary-table th, .cmp-summary-table td, .iwt-table th, .iwt-table td { padding: 16px; font-size: .875rem; }
  .cmp-summary-table thead th, .iwt-table thead th { font-size: 11px; color: #59635c; }
  .cmp-summary-table td:not(:first-child) { font-size: .8125rem; }
  .cmp-summary-table th:first-child, .cmp-summary-table td:first-child { position: sticky; left: 0; z-index: 1; width: 150px; min-width: 150px; max-width: 150px; white-space: normal; background: #fff; border-right: 1px solid #dce2dd; }
  .cmp-summary-table thead th:first-child { background: #fff; }
  .cmp-summary-table tr.gx-row td:first-child { background: #fff; }
  .iwt-table td:first-child { min-width: 144px; }
  .iwt-table td:last-child { min-width: 220px; }
  .cmp-card { border-radius: 20px; margin-bottom: 24px; }
  .cmp-card-head, .cmp-card-body { padding: 24px; }
  .cmp-card-head h2 { font-size: 1.4rem; }
  .cmp-card-tag { font-size: 11px; white-space: normal; letter-spacing: .04em; }
  .cmp-card-body p { font-size: 1rem; line-height: 1.65; }
  .cmp-card-tab { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .cmp-tab-col { min-width: 0; padding: 20px; border: 0; border-radius: 12px; }
  .cmp-tab-h { font-size: 11px; letter-spacing: .06em; }
  .cmp-tab-row { display: grid; grid-template-columns: minmax(0, 1fr); gap: 5px; padding: 12px 0; font-size: .9375rem; }
  .cmp-tab-v { font-family: var(--fb); text-align: left; font-size: 1rem; overflow-wrap: anywhere; }
  .cmp-card-takeaway, .iwt-callout { padding: 20px; border-radius: 12px; font-size: 1rem; }
  .cmp-footprint .ax-draw { width: 100%; height: auto; }
  .cmp-cta, .iwt-cta, .glossary-cta { padding: 28px 24px; border-radius: 20px; background: #fff; border: 0; }
  .glossary-toc { padding: 12px; gap: 8px; border-radius: 16px; background: #fff; border: 0; }
  .glossary-toc a { display: inline-flex; align-items: center; justify-content: center; width: 44px; min-height: 44px; padding: 0; border-radius: 10px; font-size: 1rem; background: #fff; }
  .glossary-term { margin-bottom: 28px; }
  .glossary-term-h { font-size: 1.125rem; }
  .glossary-term-def { font-size: 1rem; line-height: 1.7; }
  .glossary-term-h .glossary-anchor { opacity: 1; display: inline-flex; align-items: center; justify-content: center; min-width: 36px; min-height: 44px; }
  .si[style*="65ch"] { overflow-wrap: anywhere; }
  .si[style*="65ch"] > div[style] { font-size: 1rem !important; }

  /* Company news: a calm list with readable headlines and compact logos. */
  .news-masthead { padding: 48px var(--mobile-gutter) 36px; }
  .news-masthead h1 { font-size: 2.75rem; letter-spacing: -.045em; margin-bottom: 16px; }
  .news-list { padding: 0 var(--mobile-gutter) 56px; }
  .news-row { grid-template-columns: minmax(0, 1fr) 88px; align-items: center; gap: 16px; padding: 28px 0; }
  .news-row-meta { grid-column: 1; grid-row: 1; font-size: .875rem; color: #657067; }
  .news-row-logo { grid-column: 2; grid-row: 1; width: 88px; height: 56px; padding: 4px; }
  .news-row-copy { grid-column: 1 / -1; grid-row: 2; }
  .news-row h2 { font-size: 1.5rem; line-height: 1.2; letter-spacing: -.03em; margin-bottom: 12px; }
  .news-row p { font-size: 1rem; line-height: 1.65; }
  .news-article { padding: 32px var(--mobile-gutter) 56px; }
  .news-back { margin-bottom: 20px; padding: 12px 0; font-size: 11px; color: #59635c; }
  .news-article-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .news-story-visual { position: static; grid-row: 1; min-height: 100px; max-height: 176px; padding: 20px; border-radius: 20px; background: #fff; }
  .news-story-visual img { max-width: 240px; max-height: 130px; }
  .news-story-visual img[src$="commercial-momentum.svg"] { max-height: 136px; }
  .news-article-meta { font-size: .875rem; color: #657067; }
  .news-article h1 { font-size: clamp(2.1rem, 8.4vw, 3.1rem); letter-spacing: -.04em; line-height: 1.08; }
  .news-article-deck { font-size: 1.0625rem; line-height: 1.65; padding-bottom: 28px; }
  .news-article-body { padding-top: 28px; }
  .news-article-body p { font-size: 1rem; line-height: 1.75; }
  .news-actions { gap: 12px; }
  .news-contact, .news-source { justify-content: center; min-height: 48px; border-radius: 999px; padding: 12px 20px; font-family: var(--fb); font-size: .875rem; letter-spacing: 0; text-transform: none; }

  /* The journal keeps its desktop book; phones get a direct reading surface. */
  body:has(.fj-scene) { --bg: #fff; --paper: #fff; --paper-2: #f0f3f1; --dim: #657067; --faint: #69756d; --line: #dfe5e0; --line-3: #e8ece8; }
  .fj-mast { padding: 112px var(--mobile-gutter) 32px; text-align: left; }
  .fj-kick { font-size: 11px; letter-spacing: .12em; color: #59635c; }
  .fj-mast h1 { font-size: clamp(2.5rem, 9vw, 3.5rem); letter-spacing: -.045em; line-height: 1.08; margin: 16px 0; }
  .fj-mast .sub { font-size: 1rem; line-height: 1.65; margin: 0; }
  .fj-scene { padding: 0 var(--mobile-gutter) 32px; perspective: none; }
  .fj-book, .fj-open .fj-book { width: 100%; height: auto; transform: none; display: flex; flex-direction: column; }
  .fj-book::before, .fj-cover, .fj-leaf, .fj-shade, .fj-curl { display: none; }
  .fj-tabs { display: flex; position: static; order: -1; width: calc(100% + 2 * var(--mobile-gutter)); margin: 0 calc(-1 * var(--mobile-gutter)) 28px; padding: 0 var(--mobile-gutter) 8px; flex-flow: row nowrap; justify-content: flex-start; gap: 8px; overflow-x: auto; scrollbar-width: none; opacity: 1; transform: none; pointer-events: auto; }
  .fj-tabs::-webkit-scrollbar { display: none; }
  .fj-tab { flex: 0 0 auto; width: auto; min-height: 44px; padding: 12px 18px; border: 1px solid #dfe5e0; border-radius: 999px; background: #fff; color: #4c5950; font-size: 12px; letter-spacing: .02em; box-shadow: none; }
  .fj-tab[aria-selected="true"] { background: #234f35; border-color: #234f35; color: #fff; transform: none; }
  .fj-right { position: relative; left: 0; width: 100%; height: auto; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
  .fj-right::before, .fj-right::after { display: none; }
  .fj-pagein { height: auto; min-height: 0; padding: 0; }
  .fj-seg-kick { font-size: 11px; letter-spacing: .1em; }
  .fj-seg h2 { font-size: 1.875rem; letter-spacing: -.035em; margin: 12px 0; }
  .fj-seg-note { font-size: 1rem; line-height: 1.65; margin-bottom: 28px; }
  .fj-entries { overflow: visible; }
  .fj-e { padding: 24px 0; }
  .fj-e .d { font-size: 11px; letter-spacing: .05em; }
  .fj-e .h { font-size: 1.25rem; line-height: 1.3; letter-spacing: -.02em; margin: 8px 0; }
  .fj-e .x { display: block; overflow: visible; font-size: .9375rem; line-height: 1.6; color: #5c685f; }
  .fj-page-foot { padding-top: 24px; font-size: 11px; letter-spacing: .06em; }
  .fj-meta { padding: 12px var(--mobile-gutter) 48px; justify-content: flex-start; gap: 12px; text-align: left; font-size: 10px; letter-spacing: .08em; }
  .article-header { padding: 100px var(--mobile-gutter) 32px; }
  .article-back { min-height: 44px; font-size: 11px; letter-spacing: .08em; margin-bottom: 20px; }
  .article-tag { font-size: 11px; letter-spacing: .08em; }
  .article-title { font-size: clamp(2.2rem, 8.5vw, 3.2rem); letter-spacing: -.04em; line-height: 1.08; text-wrap: balance; }
  .article-subtitle, .article-h2-seo { font-size: 1rem; line-height: 1.65; }
  .article-body { padding: 32px var(--mobile-gutter) 48px; overflow-wrap: anywhere; }
  .article-body p, .article-body li { font-size: 1rem; line-height: 1.75; }
  .article-body h2 { font-size: 1.6rem; letter-spacing: -.025em; margin-top: 40px; padding-top: 28px; }
  .article-body h3 { font-size: 1.2rem; }
  .article-body figure { margin: 32px 0; }
  .article-body figure img { border-radius: 16px; max-width: 100%; }
  .article-body figure figcaption { color: #657067; font-size: 11px; letter-spacing: .02em; text-transform: none; }
  .article-body .callout-row { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .article-body .callout { border: 0; border-radius: 16px; padding: 24px; background: #fff; }
  .article-body .callout .callout-value { font-size: 2rem; }
  .article-body .callout .callout-label { font-size: .9375rem; }
  .article-cta { padding: 0 var(--mobile-gutter) 48px; }
  .article-cta-box { padding: 28px 24px; border-radius: 20px; background: #fff; border: 0; }
  .article-cta-box p { font-size: 1rem; }
  .article-cta-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; width: 100%; padding: 12px 20px; border-radius: 999px; }

  /* Standalone blog files do not load style.css, so they share this chrome. */
  body:has(.fj-scene) nav, body:has(.article-header) nav { padding: 0 var(--mobile-gutter); background: rgba(255, 255, 255, .94); }
  body:has(.fj-scene) .nt, body:has(.article-header) .nt { display: none; }
  body:has(.fj-scene) .nl img, body:has(.article-header) .nl img { height: 30px !important; width: auto; }
  body:has(.fj-scene) .logo-text, body:has(.article-header) .logo-text { display: block; font-size: .9rem; letter-spacing: -.025em; }
  body:has(.fj-scene) .hamburger, body:has(.article-header) .hamburger { display: flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; border-radius: 50%; background: #fff; }
  body:has(.fj-scene) .mobile-menu, body:has(.article-header) .mobile-menu { inset: 64px 0 0; padding: 24px var(--mobile-gutter) max(24px, env(safe-area-inset-bottom)); align-items: stretch; justify-content: flex-start; gap: 0; overflow-y: auto; overscroll-behavior: contain; background: #fff; }
  body:has(.fj-scene) .mobile-menu a, body:has(.article-header) .mobile-menu a { display: flex; align-items: center; min-height: 58px; padding: 12px 0; font-size: 1.65rem; font-weight: 500; letter-spacing: -.035em; border-bottom: 1px solid #e6ebe7; color: #25362b; }
  body:has(.fj-scene) .mobile-menu a.a, body:has(.article-header) .mobile-menu a.a { color: #2e7548; }
  body:has(.fj-scene) .mobile-menu-cta, body:has(.article-header) .mobile-menu-cta { display: none; }
  body:has(.fj-scene) footer, body:has(.article-header) footer { padding: 32px var(--mobile-gutter) max(28px, env(safe-area-inset-bottom)); flex-direction: column; align-items: flex-start; gap: 20px; text-align: left; background: #fff; }
  body:has(.fj-scene) .fl, body:has(.article-header) .fl { font-size: .75rem; line-height: 1.5; color: #657067; gap: 10px; }
  body:has(.fj-scene) .fk, body:has(.article-header) .fk { width: 100%; flex-wrap: wrap; gap: 0 20px; justify-content: flex-start; }
  body:has(.fj-scene) .fk a, body:has(.article-header) .fk a { display: inline-flex; align-items: center; min-height: 44px; font-size: .8125rem; color: #4e5d53; }
  body:has(.fj-scene) .fk a.nc, body:has(.article-header) .fk a.nc { padding: 10px 20px !important; border-radius: 999px; background: #234f35; color: #fff; }
  body:has(.fj-scene) .cookie-banner, body:has(.article-header) .cookie-banner { flex-direction: column; align-items: stretch; gap: 16px; padding: 20px var(--mobile-gutter) max(20px, env(safe-area-inset-bottom)); text-align: left; background: #fff; }
  body:has(.fj-scene) .cookie-text, body:has(.article-header) .cookie-text { font-size: .875rem; line-height: 1.55; }
  body:has(.fj-scene) .cookie-actions, body:has(.article-header) .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 10px; }
  body:has(.fj-scene) .cookie-btn, body:has(.article-header) .cookie-btn { min-height: 46px; border-radius: 999px; font-size: .875rem; }
}

@media (max-width: 480px) {
  .tm-grid, .tm-adv { grid-template-columns: minmax(0, 1fr); width: 100%; max-width: none; }
  .cf, .cmp-card-head, .cmp-card-body { padding: 20px; }
  .cmp-tab-col { padding: 16px; }
  .news-actions { align-items: stretch; flex-direction: column; }
}
