/* About page — mobile-only layout (max-width: 768px) */

@media (max-width: 768px) {
  body.about-page .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* ── Hero ─────────────────────────────────────────────────── */
  body.about-page .abt-hero {
    padding: 18px 0 32px;
  }

  .abt-breadcrumb {
    margin-bottom: 14px;
    font-size: 0.76rem;
  }

  .abt-hero-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .abt-hero-copy h1 {
    font-size: 1.55rem;
    margin-bottom: 10px;
    line-height: 1.15;
  }

  .abt-hero-lead {
    font-size: 0.88rem;
    line-height: 1.55;
    margin-bottom: 14px;
    max-width: none;
  }

  .abt-hero-meta {
    gap: 8px;
    margin-bottom: 18px;
  }

  .abt-hero-meta span {
    font-size: 0.72rem;
    padding: 6px 10px;
  }

  .abt-hero-actions {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .abt-hero-actions .btn {
    width: 100%;
    justify-content: center;
    padding: 14px 18px;
  }

  .abt-hero-visual {
    max-width: none;
  }

  .abt-hero-visual-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .abt-hero-img-main {
    grid-row: auto;
    min-height: 200px;
    height: 200px;
    border-radius: 14px;
  }

  .abt-hero-img-sub {
    display: none;
  }

  .abt-hero-float {
    position: static;
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .abt-hero-float-stat {
    min-width: 0;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .abt-hero-float-stat strong {
    font-size: 1.25rem;
  }

  .abt-hero-float-stat span {
    font-size: 0.66rem;
  }

  /* Pillars — see css/pillars-mobile.css */

  /* ── Sections ─────────────────────────────────────────────── */
  .abt-section {
    padding: 40px 0;
  }

  .abt-section-head {
    margin-bottom: 24px;
    gap: 12px;
  }

  .abt-section-head h2 {
    font-size: 1.45rem;
  }

  .abt-section-head p {
    font-size: 0.88rem;
    line-height: 1.6;
  }

  /* ── Mission ─────────────────────────────────────────────── */
  .abt-mission {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .abt-mission-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .abt-mission-card {
    padding: 22px 20px;
    border-radius: 14px;
  }

  .abt-mission-card h3 {
    font-size: 1.02rem;
  }

  .abt-mission-card p {
    font-size: 0.86rem;
  }

  /* ── Story ────────────────────────────────────────────────── */
  .abt-story-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .abt-story-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
  }

  .abt-story-badge {
    left: 14px;
    top: 14px;
    padding: 10px 12px;
    border-radius: 12px;
    max-width: calc(100% - 28px);
  }

  .abt-story-badge i {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
  }

  .abt-story-badge strong {
    font-size: 0.82rem;
  }

  .abt-story-badge span {
    font-size: 0.72rem;
  }

  .abt-story-quote {
    position: static;
    margin: 0;
    border-radius: 0 0 14px 14px;
    padding: 16px 18px;
  }

  .abt-story-quote p {
    font-size: 0.86rem;
  }

  .abt-story-copy h2 {
    font-size: 1.38rem;
    margin-bottom: 12px;
  }

  .abt-lead {
    font-size: 0.92rem;
    margin-bottom: 12px;
  }

  .abt-story-copy > p {
    font-size: 0.88rem;
    margin-bottom: 16px;
  }

  .abt-checklist {
    gap: 10px;
    margin-bottom: 18px;
  }

  .abt-checklist li {
    font-size: 0.86rem;
  }

  .abt-story-link {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
    background: #fdf0ef;
    border: 1px solid rgba(192, 57, 43, 0.15);
    border-radius: 12px;
  }

  /* ── KPI stats ────────────────────────────────────────────── */
  .abt-stats {
    padding: 0 0 40px;
  }

  .abt-kpi-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 16px 12px;
    border-radius: 16px;
  }

  .abt-kpi {
    padding: 12px 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .abt-kpi:nth-child(2n) {
    border-right: none;
  }

  .abt-kpi:nth-child(3),
  .abt-kpi:nth-child(4) {
    border-bottom: none;
  }

  .abt-kpi-icon {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
    margin-bottom: 8px;
  }

  .abt-kpi-num {
    font-size: 1.45rem;
  }

  .abt-kpi-lbl {
    font-size: 0.62rem;
    margin-top: 6px;
    line-height: 1.3;
  }

  /* ── Values ───────────────────────────────────────────────── */
  .abt-values {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .abt-value-lg {
    grid-column: span 1;
  }

  .abt-value {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .abt-value-icon {
    width: 44px;
    height: 44px;
    font-size: 1.05rem;
    margin-bottom: 12px;
  }

  .abt-value h3 {
    font-size: 1rem;
  }

  .abt-value p {
    font-size: 0.84rem;
  }

  /* ── Services ─────────────────────────────────────────────── */
  .abt-service-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .abt-service {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .abt-service-icon {
    width: 44px;
    height: 44px;
    font-size: 1rem;
    margin-bottom: 12px;
  }

  .abt-service h3 {
    font-size: 0.96rem;
  }

  .abt-service p {
    font-size: 0.84rem;
  }

  /* ── Timeline — vertical ──────────────────────────────────── */
  .abt-timeline {
    grid-template-columns: 1fr;
    gap: 0;
    position: relative;
    padding-left: 8px;
  }

  .abt-timeline::before {
    content: '';
    position: absolute;
    left: 27px;
    top: 24px;
    bottom: 24px;
    width: 2px;
    background: linear-gradient(180deg, var(--primary), #e74c3c);
    opacity: 0.25;
  }

  .abt-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px 16px 16px 0;
    margin-bottom: 12px;
    border-radius: 14px;
  }

  .abt-step:not(:last-child)::after {
    display: none;
  }

  .abt-step-top {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }

  .abt-step-num {
    font-size: 0.85rem;
    color: var(--primary);
    opacity: 0.6;
  }

  .abt-step-icon {
    width: 48px;
    height: 48px;
    font-size: 0.95rem;
  }

  .abt-step-body {
    align-self: center;
  }

  .abt-step-body h3 {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .abt-step-body p {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  /* ── Markets ──────────────────────────────────────────────── */
  .abt-region-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 20px;
  }

  .abt-region {
    padding: 22px 20px;
    border-radius: 14px;
  }

  .abt-region h3 {
    font-size: 1rem;
  }

  .abt-region > p {
    font-size: 0.84rem;
  }

  .abt-region-tags li {
    font-size: 0.72rem;
    padding: 5px 10px;
  }

  .abt-markets .container {
    padding-right: 0;
  }

  .abt-market-chips {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 4px 16px 8px 16px;
    margin-right: 16px;
    scrollbar-width: none;
  }

  .abt-market-chips::-webkit-scrollbar {
    display: none;
  }

  .abt-market-chip {
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
    padding: 10px 14px;
    font-size: 0.78rem;
  }

  /* ── Credentials — horizontal scroll ──────────────────────── */
  .abt-creds {
    padding: 0 0 40px;
    overflow: hidden;
  }

  .abt-creds .container {
    padding-right: 0;
  }

  .abt-creds-bar {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 4px 16px 8px 16px;
    margin-right: 16px;
    justify-content: flex-start;
    border-radius: 14px;
  }

  .abt-creds-bar::-webkit-scrollbar {
    display: none;
  }

  .abt-creds-bar {
    scrollbar-width: none;
  }

  .abt-cred {
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
    padding: 10px 14px;
    background: #f8fafc;
    border: 1px solid var(--abt-line);
    border-radius: 999px;
    font-size: 0.78rem;
  }

  .abt-cred i {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }

  /* ── Office ───────────────────────────────────────────────── */
  .abt-office {
    padding: 0 0 40px;
  }

  .abt-office-card {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .abt-office-copy {
    padding: 28px 20px 24px;
  }

  .abt-office-copy h2 {
    font-size: 1.38rem;
  }

  .abt-office-copy > p {
    font-size: 0.88rem;
    margin-bottom: 20px;
    max-width: none;
  }

  .abt-office-list li {
    font-size: 0.86rem;
  }

  .abt-office-aside {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .abt-office-stat {
    padding: 14px 10px;
    text-align: center;
    border-radius: 12px;
  }

  .abt-office-stat strong {
    font-size: 1.2rem;
  }

  .abt-office-stat span {
    font-size: 0.68rem;
    line-height: 1.3;
    display: block;
  }

  .abt-office-btn {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 4px;
    padding: 14px 18px;
  }

  /* ── FAQ ──────────────────────────────────────────────────── */
  .abt-faq-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .abt-faq-item {
    border-radius: 12px;
  }

  .abt-faq-q {
    padding: 16px 18px;
    font-size: 0.88rem;
    gap: 12px;
  }

  .abt-faq-a {
    padding: 0 18px 16px;
    font-size: 0.86rem;
  }

  /* ── CTA ──────────────────────────────────────────────────── */
  .abt-cta {
    padding: 36px 0 48px;
  }

  .abt-cta-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .abt-cta-main {
    padding: 28px 20px 32px;
    border-radius: 16px;
  }

  .abt-cta-main h2 {
    font-size: 1.45rem;
  }

  .abt-cta-main p {
    font-size: 0.9rem;
    margin-bottom: 22px;
    max-width: none;
  }

  .abt-cta-actions {
    flex-direction: column;
    gap: 10px;
  }

  .abt-cta-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .abt-cta-side {
    padding: 20px 16px 24px;
    border-radius: 16px;
    gap: 10px;
  }

  .abt-cta-contact {
    padding: 14px 16px;
    min-height: 0;
  }

  .abt-cta-contact i {
    width: 40px;
    height: 40px;
    font-size: 0.95rem;
  }

  .abt-cta-contact strong {
    font-size: 0.88rem;
  }

  .abt-cta-contact em {
    font-size: 0.82rem;
  }
}

@media (max-width: 480px) {
  .abt-hero-copy h1 {
    font-size: 1.42rem;
  }

  .abt-hero-img-main {
    min-height: 180px;
    height: 180px;
  }

  .abt-kpi-num {
    font-size: 1.3rem;
  }

  .abt-office-aside {
    grid-template-columns: 1fr;
  }

  .abt-office-stat {
    text-align: left;
    padding: 14px 16px;
  }
}
