/* =====================================================================
   TARC — About page custom sections
   Scoped under .tx-about-page ; classes prefixed .abt- to avoid collisions
   with the theme / Bootstrap. Uses the theme's own vars so it blends with the
   reused theme sections (counters, work process, core values) between them.
===================================================================== */

.tx-about-page {
  --abt-brand: var(--bs-clr-pr-1, #f16319);
  --abt-brand-2: #d34e0c;
  --abt-fd: var(--bs-font-2, "Space Grotesk", sans-serif);
  --abt-ink: #14161a;
  --abt-ink-2: #5c616a;
  --abt-line: #e7e1d6;
  --abt-paper: #ffffff;
  --abt-paper-2: #f6f4f0;
  --abt-ground: #0c0d0e;
  --abt-g-ink: #f2f0ea;
  --abt-g-ink-2: #9aa0a6;
  --abt-g-line: #2a2d33;
  --abt-shadow: 0 1px 2px rgba(12,13,14,.05), 0 26px 54px -30px rgba(12,13,14,.5);
}
.tx-about-page .abt-sec *,
.tx-about-page .abt-sec *::before,
.tx-about-page .abt-sec *::after { box-sizing: border-box; }

.tx-about-page .abt-sec { padding-block: clamp(72px, 9vw, 120px); }
.tx-about-page .abt-wrap { max-width: 1240px; margin-inline: auto; padding-inline: clamp(20px, 5vw, 60px); }
.tx-about-page .abt-eb { display: inline-flex; align-items: center; gap: 10px; font-family: var(--abt-fd); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--abt-brand); margin: 0 0 18px; }
.tx-about-page .abt-eb::before { content: ""; width: 28px; height: 2px; background: var(--abt-brand); display: inline-block; }
.tx-about-page .abt-eb.is-dark { color: #ff8a4c; }
.tx-about-page .abt-h2 { font-family: var(--abt-fd); font-weight: 600; letter-spacing: -.015em; line-height: 1.08; margin: 0; font-size: clamp(30px, 4.2vw, 46px); }
.tx-about-page .abt-lead { color: var(--abt-ink-2); font-size: 17px; }
.tx-about-page .abt-btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--abt-fd); font-weight: 600; font-size: 15px; padding: 15px 28px; border-radius: 2px; background: var(--abt-brand); color: #fff; text-decoration: none; transition: background .2s ease; }
.tx-about-page .abt-btn:hover { background: var(--abt-brand-2); color: #fff; }
.tx-about-page .abt-btn .abt-aw { transition: transform .2s ease; }
.tx-about-page .abt-btn:hover .abt-aw { transform: translateX(4px); }

/* ============ ABOUT (first) ============ */
.tx-about-page .abt-about { background: var(--abt-paper); }
.tx-about-page .abt-about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
@media (max-width: 880px) { .tx-about-page .abt-about-grid { grid-template-columns: 1fr; } }
.tx-about-page .abt-about-txt p { color: var(--abt-ink-2); font-size: 16.5px; margin: 0 0 18px; }
.tx-about-page .abt-facts { display: flex; gap: 34px; flex-wrap: wrap; margin: 30px 0 32px; padding-top: 26px; border-top: 1px solid var(--abt-line); }
.tx-about-page .abt-facts .n { font-family: var(--abt-fd); font-weight: 700; font-size: 30px; color: var(--abt-brand); letter-spacing: -.02em; }
.tx-about-page .abt-facts .l { font-size: 13.5px; color: var(--abt-ink-2); margin-top: 2px; }
.tx-about-page .abt-media { position: relative; }
.tx-about-page .abt-media .abt-main { border-radius: 8px; overflow: hidden; aspect-ratio: 4 / 4.6; box-shadow: var(--abt-shadow); }
.tx-about-page .abt-media .abt-main img { width: 100%; height: 100%; object-fit: cover; }
.tx-about-page .abt-badge { position: absolute; left: -22px; bottom: 34px; background: var(--abt-ground); color: #fff; border-radius: 8px; padding: 22px 26px; box-shadow: var(--abt-shadow); }
@media (max-width: 880px) { .tx-about-page .abt-badge { left: 16px; } }
.tx-about-page .abt-badge .n { font-family: var(--abt-fd); font-weight: 700; font-size: 34px; color: var(--abt-brand); line-height: 1; }
.tx-about-page .abt-badge .l { font-size: 13px; color: var(--abt-g-ink-2); margin-top: 6px; font-family: var(--abt-fd); letter-spacing: .02em; }

/* ============ VISION / MISSION (dark) ============ */
.tx-about-page .abt-vm { background: var(--abt-ground); color: var(--abt-g-ink); position: relative; overflow: hidden; }
.tx-about-page .abt-vm::after { content: ""; position: absolute; inset: 0; background: radial-gradient(90% 70% at 90% 0%, rgba(241,99,25,.13), transparent 55%); pointer-events: none; }
.tx-about-page .abt-vm .abt-wrap { position: relative; z-index: 2; }
.tx-about-page .abt-vm-head { max-width: 60ch; margin-bottom: clamp(40px, 5vw, 60px); }
.tx-about-page .abt-vm-head .abt-h2 { color: #fff; }
.tx-about-page .abt-vm-grid { display: grid; grid-template-columns: 1fr 1fr; }
@media (max-width: 820px) { .tx-about-page .abt-vm-grid { grid-template-columns: 1fr; } }
.tx-about-page .abt-vm-col { padding: clamp(30px, 4vw, 48px); border: 1px solid var(--abt-g-line); }
.tx-about-page .abt-vm-col:first-child { border-right: none; }
@media (max-width: 820px) { .tx-about-page .abt-vm-col { border: 1px solid var(--abt-g-line); } .tx-about-page .abt-vm-col:first-child { border-bottom: none; } }
.tx-about-page .abt-vm-ic { width: 60px; height: 60px; border-radius: 12px; display: grid; place-items: center; background: rgba(241,99,25,.14); color: var(--abt-brand); margin-bottom: 26px; }
.tx-about-page .abt-vm-ic svg { width: 32px; height: 32px; }
.tx-about-page .abt-vm-label { font-family: var(--abt-fd); font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: #ff8a4c; }
.tx-about-page .abt-vm-col h3 { color: #fff; font-family: var(--abt-fd); font-weight: 600; font-size: clamp(22px, 2.6vw, 28px); margin: 10px 0 16px; letter-spacing: -.01em; }
.tx-about-page .abt-vm-col p { color: var(--abt-g-ink-2); font-size: 16px; margin: 0; }

/* ============ WHY CHOOSE (award style) ============ */
.tx-about-page .abt-why { background: var(--abt-paper-2); }
.tx-about-page .abt-why-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(36px, 5vw, 72px); align-items: start; }
@media (max-width: 900px) { .tx-about-page .abt-why-grid { grid-template-columns: 1fr; } }
.tx-about-page .abt-why-left .abt-lead { margin: 0 0 30px; }
.tx-about-page .abt-why-img { border-radius: 8px; overflow: hidden; aspect-ratio: 4 / 3.2; box-shadow: var(--abt-shadow); }
.tx-about-page .abt-why-img img { width: 100%; height: 100%; object-fit: cover; }
.tx-about-page .abt-why-list { display: flex; flex-direction: column; }
.tx-about-page .abt-why-item { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start; padding: 26px 6px; border-bottom: 1px solid var(--abt-line); transition: padding-left .3s ease; }
.tx-about-page .abt-why-item:first-child { border-top: 1px solid var(--abt-line); }
.tx-about-page .abt-why-item:hover { padding-left: 14px; }
.tx-about-page .abt-why-item .num { font-family: var(--abt-fd); font-weight: 700; font-size: 22px; color: transparent; -webkit-text-stroke: 1.3px var(--abt-brand); font-variant-numeric: tabular-nums; line-height: 1; padding-top: 2px; }
.tx-about-page .abt-why-item h3 { font-family: var(--abt-fd); font-weight: 600; font-size: 19px; margin: 0 0 6px; letter-spacing: -.01em; color: var(--abt-ink); }
.tx-about-page .abt-why-item p { margin: 0; color: var(--abt-ink-2); font-size: 15px; }

/* ============ GALLERY (bento) ============ */
.tx-about-page .abt-gal { background: var(--abt-paper); }
.tx-about-page .abt-gal-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 14px; }
@media (max-width: 760px) { .tx-about-page .abt-gal-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; } }
.tx-about-page .abt-cell { border-radius: 6px; overflow: hidden; position: relative; }
.tx-about-page .abt-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.tx-about-page .abt-cell:hover img { transform: scale(1.07); }
.tx-about-page .abt-cell::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,13,14,.5), transparent 55%); opacity: 0; transition: opacity .3s ease; }
.tx-about-page .abt-cell:hover::after { opacity: 1; }
.tx-about-page .abt-cell.big { grid-column: span 2; grid-row: span 2; }
.tx-about-page .abt-cell.wide { grid-column: span 2; }
@media (max-width: 760px) { .tx-about-page .abt-cell.big { grid-column: span 2; grid-row: span 2; } .tx-about-page .abt-cell.wide { grid-column: span 2; grid-row: span 1; } }

/* ============ COUNTERS — extra spacing + optional heading ============ */
.tx-about-page .abt-counters { padding-block: clamp(72px, 9vw, 120px); }
.tx-about-page .abt-counters .bs-core-feature-4-wrap.has-5,
.tx-about-page .abt-counters .bs-core-feature-4-wrap { margin-block: clamp(30px, 4vw, 56px); }
.tx-about-page .abt-counters-head { text-align: center; max-width: 60ch; margin: 0 auto clamp(20px, 3vw, 34px); }
.tx-about-page .abt-counters-head .abt-eb { justify-content: center; }
.tx-about-page .abt-counters-head .abt-eb::before { display: none; }

/* ============ GALLERY LIGHTBOX ============ */
.tx-about-page .abt-cell { cursor: pointer; }
.abt-lb { position: fixed; inset: 0; background: rgba(6,7,8,.94); display: none; z-index: 99999; }
.abt-lb.is-on { display: grid; grid-template-rows: 1fr auto; }
.abt-lb-stage { display: grid; place-items: center; padding: 24px; overflow: hidden; }
.abt-lb-stage img { max-width: min(1100px, 92vw); max-height: 80vh; border-radius: 3px; }
.abt-lb-bar { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 0 24px 26px; color: #fff; }
.abt-lb-count { font-family: "Space Grotesk", sans-serif; font-variant-numeric: tabular-nums; font-size: 14px; letter-spacing: .1em; opacity: .8; min-width: 54px; text-align: center; }
.abt-lb-btn { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); color: #fff; width: 48px; height: 48px; border-radius: 100px; font-size: 20px; cursor: pointer; display: grid; place-items: center; transition: background .18s ease; }
.abt-lb-btn:hover { background: var(--bs-clr-pr-1, #f16319); border-color: var(--bs-clr-pr-1, #f16319); }
.abt-lb-close { position: absolute; top: 18px; right: 22px; background: none; border: none; color: #fff; font-size: 34px; cursor: pointer; line-height: 1; }

@media (prefers-reduced-motion: reduce) { .tx-about-page .abt-cell img, .tx-about-page .abt-btn, .tx-about-page .abt-why-item { transition: none !important; } }
