
p {
  font-size: 16px;
  font-weight: 500;
}

.abt, .abt *, .abt *::before, .abt *::after { box-sizing: border-box; }

.abt {
  color: #1F1F1F;
  line-height: 1.8;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---- layout primitives ---- */
.abt-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px) 60px;
}

.abt-section {
  position: relative;
  padding: 120px 0;
  /* FIX: mobile pe header ke neeche jaake anchor jump properly ho */
  scroll-margin-top: 72px;
}
section.abt-section.abt-alt { padding-bottom: 0; }

.abt-alt {
  background-color: #F7F8FA;
  background-image:
    radial-gradient(rgba(31,31,31,0.04) 1px, transparent 1.5px),
    linear-gradient(135deg, rgba(237,48,52,0.015), rgba(31,31,31,0) 40%);
  background-size: 26px 26px, 100% 100%;
}

/* ---- typography helpers ---- */
.abt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red-light);
  margin: 0 0 15px;
}
.abt-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #ED3034;
  display: inline-block;
}
.abt-eyebrow.center { justify-content: center; }

.abt-head {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}
.abt-head .abt-h2 {
  font-size: clamp(30px, 4.2vw, 44px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0 0 18px;
  color: #1F1F1F;
  text-wrap: balance;
}
.abt-head .abt-sub {
  color: #3B3B3A;   
  font-size: 18px;
  margin: 0;
}

.abt-h2 {
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1F1F1F;
  text-wrap: balance;
}
.abt-h2 em { font-style: normal; color: var(--red-light); }


.abt-w {
  display: inline-block;
  overflow: visible;
  vertical-align: top;
  padding-bottom: 0.15em;
  padding-top: 0.05em;
}
.abt-wi { display: inline-block; will-change: transform; }

/* ---- buttons ---- */
.abt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 54px;
  padding: 0 30px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
              background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.abt-btn svg { width: 18px; height: 18px; transition: transform 0.25s ease; }
.abt-btn:hover svg { transform: translateX(4px); }

.abt-btn-primary {
  background: var(--tarmal-gradient);
  color: #FFFFFF;
  box-shadow: 0 12px 26px rgba(237,48,52,0.28);
}
.abt-btn-primary:hover {
  transform: translateY(-3px);
  background: #d5282c;
  box-shadow: 0 18px 34px rgba(237,48,52,0.34);
}

.abt-btn-outline {
  background: #FFFFFF;
  color: #1F1F1F;
  border: 1px solid #E7E7E7;
}
.abt-btn-outline:hover {
  transform: translateY(-3px);
  border-color: #ED3034;
  color: #ED3034;
  box-shadow: 0 12px 26px rgba(31,31,31,0.08);
}

.abt-btn-ghost {
  background: rgba(255,255,255,0.10);
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.abt-btn-ghost:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.20);
}

/* ==========================================================================
   HERO — with iOS-safe viewport + mobile double-logo fix
   ========================================================================== */
.abt-hero {
  position: relative;
  max-height: 71vh;
  max-height: 71svh;
  max-height: 71dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #14161a;
  padding: 100px 0 60px;
}

.abt-hero-media { position: absolute; inset: -8% 0; z-index: 1; will-change: transform; }
.abt-hero-media img {
  display: block;
  width: 100%;
  /* FIX: iOS-safe viewport heights */
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  object-fit: cover;
  filter: grayscale(0.35) contrast(1.05);
}

/*.abt-hero-overlay {*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  z-index: 2;*/
/*  background:*/
/*    linear-gradient(90deg, rgba(15,17,20,0.86) 0%, rgba(15,17,20,0.52) 52%, rgba(15,17,20,0.28) 100%),*/
/*    linear-gradient(180deg, rgba(15,17,20,0.30) 0%, rgba(15,17,20,0.05) 36%, rgba(15,17,20,0.62) 100%);*/
/*}*/
.abt-hero .abt-container { position: relative; z-index: 3; }
.abt-hero-inner { max-width: 880px; }

.abt-hero .abt-eyebrow { color: var(--red-light); }
.abt-hero .abt-eyebrow::before { background: var(--red-light); }

.abt-hero h1 {
  font-size: clamp(34px, 4vw, 70px);
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.04;
  letter-spacing: -0.03em;
  margin: 0 0 22px;
  text-wrap: balance;
}
.abt-hero h1 em { font-style: normal; color: var(--red-light); }

.abt-hero-lead {
  font-size: clamp(16px, 1.5vw, 19px);
  /* FIX: 0.82 → 0.94 for readability on mobile in sunlight */
  color: rgba(255,255,255,0.94);
  max-width: 600px;
  margin: 0 0 20px;
}

.abt-hero-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.abt-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.abt-chip svg { width: 18px; height: 18px; color: var(--red-light); }

/* ==========================================================================
   WHO WE ARE
   ========================================================================== */
.abt-intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.abt-intro-copy .abt-h2 {
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.12;
  margin: 0 0 24px;
}
/* FIX: better contrast for body copy */
.abt-intro-copy p { color: #3B3B3A; font-size: 17px; margin: 0 0 20px; }
.abt-intro-copy p:last-of-type { margin-bottom: 0; }

.abt-sign { margin-top: 30px; padding-top: 24px; border-top: 1px solid #E7E7E7; }
.abt-sign strong { display: block; color: #1F1F1F; font-size: 16px; font-weight: 600; }
.abt-sign span { color: #3B3B3A; font-size: 14px; }

.abt-intro-visual { position: relative; }
.abt-intro-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.abt-shot { border-radius: 15px; overflow: hidden; box-shadow: 0 24px 50px rgba(31,31,31,0.12); }
.abt-shot.tall { grid-row: span 2; height: 100%; min-height: 420px; }
.abt-shot.wide { height: 270px; }

.abt-shot .abt-media { width: 100%; 
  /* height: 100%;  */
}

.abt-shot img {
  filter: grayscale(0.28) contrast(1.05);
  will-change: transform;
  height: 100%;
  object-fit: cover;
}

.abt-float-card {
  position: absolute;
  left: -28px;
  bottom: -28px;
  z-index: 4;
  padding: 24px 26px;
  border-radius: 15px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-shadow: 0 26px 54px rgba(31,31,31,0.14);
  max-width: 350px;
}
.abt-float-card .num {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--red-light);
  line-height: 1;
  margin-top: 10px;
}
.abt-float-card .lbl { color: #3B3B3A; font-size: 14px; margin-top: 6px; }

/* ==========================================================================
   STATS BAND
   ========================================================================== */
.abt-stats { color: #FFFFFF; }
.abt-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.abt-stat {
  position: relative;
  padding: 34px 30px;
  border-radius: 15px;
  background: #1F1F1F;
  border: 1px solid rgba(255,255,255,0.10);
  overflow: hidden;
}
.abt-stat::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  background: linear-gradient(225deg, var(--red-light) 0%, var(--red-dark) 46%, transparent 46.5%);
}
.abt-stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: rgba(237,48,52,0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.abt-stat-icon svg { width: 24px; height: 24px; color: var(--red-light); }
.abt-stat-num {
  font-size: clamp(34px, 3.6vw, 46px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #FFFFFF;
}
.abt-stat-lbl { color: rgba(255,255,255,0.66); font-size: 15px; margin-top: 10px; }

/* FIX: empty stat card ke liye fallback */
.abt-stat-num:empty::before {
  content: "—";
  color: var(--red-light);
}

/* ==========================================================================
   MISSION · VISION · PHILOSOPHY
   ========================================================================== */
.abt-mvp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.abt-mvp-card {
  position: relative;
  padding: 40px 36px;
  border-radius: 15px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.9);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 40px rgba(31,31,31,0.06);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.abt-mvp-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  background: linear-gradient(225deg, var(--red-light) 0%, var(--red-dark) 46%, transparent 46.5%);
  pointer-events: none;
}
.abt-mvp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 56px rgba(31,31,31,0.12);
  border-color: rgba(237,48,52,0.3);
}
.abt-mvp-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background: rgba(237,48,52,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.abt-mvp-icon svg { width: 28px; height: 28px; color: var(--red-light); }
.abt-mvp-card h3 { font-size: 22px; font-weight: 600; letter-spacing: -0.01em; margin: 0 0 12px; color: #1F1F1F; }
.abt-mvp-rule { width: 44px; height: 3px; border-radius: 3px; background: #ED3034; margin: 0 0 16px; }
.abt-mvp-card p { color: #3B3B3A; font-size: 15.5px; margin: 0; }

/* ==========================================================================
   JOURNEY (tarmal-journey) — vertical mobile-first
   ========================================================================== */
#tarmal-journey.tarmal-journey {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  padding: 20px;
}

.tarmal-journey {
  position: relative;
  z-index: 1;
  float: none;
  width: auto;
  max-width: none;
  margin: 0;
  padding: clamp(56px, 8vw, 120px) 0 clamp(64px, 9vw, 130px);
  color: #e8e9ec;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.tarmal-journey *,
.tarmal-journey *::before,
.tarmal-journey *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  visibility: visible;
  float: none;
  -webkit-tap-highlight-color: transparent;
}

.tarmal-journey img { max-width: 100%; display: block; height: auto; }
.tarmal-journey a { text-decoration: none; color: inherit; }
.tarmal-journey p { font-size: 16px; margin: 0; }
.tarmal-journey h2, .tarmal-journey h3 { margin: 0; padding: 0; text-transform: none; font-weight: 600; }
.tarmal-journey ::selection { background: #E10002; color: #ffffff; }

.tarmal-journey .tj-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 48px);
  width: 100%;
}

/* ---------- ambient background ---------- */
.tarmal-journey .tj-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.tarmal-journey .tj-bg-grid {
  position: absolute; inset: 0; opacity: 0.5;
  background-image:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 78px 78px;
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 25%, transparent 100%);
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 25%, transparent 100%);
}
.tarmal-journey .tj-bg-rule {
  position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.07) 18%, rgba(255,255,255,0.07) 82%, transparent);
}
.tarmal-journey .tj-bg-rule.tj-r1 { top: 14%; }
.tarmal-journey .tj-bg-rule.tj-r2 { bottom: 16%; }
.tarmal-journey .tj-bg-glow {
  position: absolute; left: -10%; top: -14%; width: 60%; height: 70%;
  background: radial-gradient(circle, rgba(225,0,2,0.13), transparent 62%);
}
.tarmal-journey .tj-bg-grain {
  position: absolute; inset: 0; opacity: 0.16;
  background-image: radial-gradient(rgba(255,255,255,0.22) 0.5px, transparent 0.5px);
  background-size: 3px 3px;
}

/* ---------- HUD ---------- */
.tarmal-journey .tj-hud {
  position: relative; z-index: 3;
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; flex-wrap: wrap; margin-bottom: clamp(26px, 4vw, 52px);
  font-size: 10px; font-weight: 600; letter-spacing: 0.24em;
  text-transform: uppercase; color: #6f7176;
}

/* ---------- section head ---------- */
.tarmal-journey .tj-head {
  position: relative; z-index: 3;
  max-width: 60ch;
  margin-bottom: clamp(38px, 5.5vw, 76px);
}
.tarmal-journey .tj-eyebrow {
  display: inline-flex; align-items: center; gap: 11px; margin-bottom: 18px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.32em;
  text-transform: uppercase; color: #E10002;
}
.tarmal-journey .tj-eyebrow i {
  width: 7px; height: 7px; flex: none; border-radius: 50%;
  background: #E10002; animation: tjPulse 2.6s infinite;
}
@keyframes tjPulse {
  0%   { box-shadow: 0 0 0 0 rgba(225,0,2,0.5); }
  70%  { box-shadow: 0 0 0 9px rgba(225,0,2,0); }
  100% { box-shadow: 0 0 0 0 rgba(225,0,2,0); }
}
.tarmal-journey .tj-title {
  font-size: clamp(30px, 5.4vw, 74px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: #000;
  text-wrap: balance;
}
.tarmal-journey .tj-title em {
  font-style: normal;
  background: linear-gradient(180deg, #E10002 0%, #7F0000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tarmal-journey .tj-lede {
  margin-top: 18px; max-width: 56ch;
  font-size: 16px; font-weight: 500; line-height: 1.85;
  color: #3B3B3A; /* FIX: 555 → 3B3B3A */
  padding-left: 16px; border-left: 2px solid rgba(225,0,2,0.6);
}

/* ==================================================================
   BASE / MOBILE-FIRST : VERTICAL FORGED TIMELINE
   ================================================================== */
.tarmal-journey .tj-viewport { position: relative; z-index: 2; }
.tarmal-journey .tj-track {
  position: relative;
  display: flex; flex-direction: column;
  gap: clamp(46px, 8vw, 104px);
  padding-left: clamp(30px, 7vw, 62px);
}
.tarmal-journey .tj-track::before {
  content: ''; position: absolute; left: clamp(9px, 2.4vw, 21px);
  top: 6px; bottom: 0; width: 4px; border-radius: 4px;
  background: linear-gradient(180deg, #3d4046 0%, #23262b 22%, #3d4046 48%, #23262b 76%, #15171a 100%);
  box-shadow: inset 1px 0 0 rgba(255,255,255,0.12), inset -1px 0 0 rgba(0,0,0,0.6);
}
.tarmal-journey .tj-rail-fill {
  position: absolute; left: clamp(9px, 2.4vw, 21px); top: 6px;
  width: 4px; border-radius: 4px;
  height: 0; z-index: 1;
  background: linear-gradient(180deg, #E10002 0%, #7F0000 100%);
  box-shadow: 0 0 18px rgba(225,0,2,0.55);
  transition: height 0.2s linear;
}

.tarmal-journey .tj-panel { position: relative; }
.tarmal-journey .tj-panel::before {
  content: ''; position: absolute;
  left: calc(-1 * clamp(30px, 7vw, 62px) + clamp(2px, 1.5vw, 14px));
  top: 9px; width: 18px; height: 18px; border-radius: 50%;
  background: #0b0c0e; border: 2px solid #4a4d53;
  box-shadow: 0 0 0 5px rgba(11,12,14,0.9);
  transition: border-color 0.5s, box-shadow 0.5s;
}
.tarmal-journey .tj-panel::after {
  content: ''; position: absolute;
  left: calc(-1 * clamp(30px, 7vw, 62px) + clamp(7px, 1.5vw, 19px));
  top: 14px; width: 8px; height: 8px; border-radius: 50%;
  background: #4a4d53; transition: background 0.5s, box-shadow 0.5s;
}
.tarmal-journey .tj-panel.tj-live::before { border-color: #E10002; }
.tarmal-journey .tj-panel.tj-live::after {
  background: #E10002; box-shadow: 0 0 14px rgba(225,0,2,0.9);
}

.tarmal-journey .tj-panel-inner { display: grid; gap: clamp(20px, 3vw, 38px); }

.tarmal-journey .tj-tick {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 12px;
  font-size: 10px; font-weight: 600; letter-spacing: 0.24em;
  text-transform: uppercase; color: #6f7176;
}
.tarmal-journey .tj-tick b { color: #E10002; font-weight: 600; }

.tarmal-journey .tj-year {
  display: block;
  font-size: clamp(30px, 5.4vw, 74px);
  font-weight: 700; line-height: 0.86; letter-spacing: -0.05em;
  color: #ffffff; margin-bottom: 12px;
}
.tarmal-journey .tj-year.tj-word {
  font-size: clamp(38px, 10.5vw, 88px);
  letter-spacing: -0.035em;
}
.tarmal-journey .tj-year span {
  background: linear-gradient(180deg, #ffffff 30%, #7d8086 100%);
  -webkit-background-clip: text; background-clip: text; color: #000;
}

.tarmal-journey .tj-headline {
  font-size: clamp(20px, 3.6vw, 34px);
  font-weight: 600; line-height: 1.18; letter-spacing: -0.025em;
  color: #ffffff; margin-bottom: 15px; max-width: 20ch;
}
.tarmal-journey .tj-body {
  font-size: 16px; font-weight: 500; line-height: 1.9;
  color: #3B3B3A; /* FIX: better contrast */
  max-width: 52ch;
}
.tarmal-journey .tj-body b { font-weight: 600; color: var(--red-light); }

/* media */
.tarmal-journey .tj-media { position: relative; }
.tarmal-journey .tj-frame {
  position: relative; overflow: hidden; border-radius: 15px;
  border: 1px solid rgba(255,255,255,0.09); background: #16181b;
}
.tarmal-journey .tj-frame img {
  width: 100%; height: clamp(280px, 46vw, 420px);
  object-fit: cover;
  filter: grayscale(0.42) contrast(1.1);
  transition: filter 0.8s cubic-bezier(0.16,1,0.3,1),
              transform 1.4s cubic-bezier(0.16,1,0.3,1);
}
.tarmal-journey .tj-media:hover .tj-frame img {
  filter: grayscale(0) contrast(1.05);
  transform: scale(1.045);
}
.tarmal-journey .tj-frame::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(11,12,14,0.06) 40%, rgba(11,12,14,0.72) 100%);
}
.tarmal-journey .tj-corner {
  position: absolute; width: 14px; height: 14px; pointer-events: none; z-index: 2;
}
.tarmal-journey .tj-corner.tj-tl {
  top: 9px; left: 9px;
  border-top: 1px solid rgba(255,255,255,0.42);
  border-left: 1px solid rgba(255,255,255,0.42);
}
.tarmal-journey .tj-corner.tj-br {
  bottom: 9px; right: 9px;
  border-bottom: 1px solid rgba(255,255,255,0.42);
  border-right: 1px solid rgba(255,255,255,0.42);
}
.tarmal-journey .tj-caption {
  position: absolute; left: 0; bottom: 0; z-index: 2; padding: 13px 15px;
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: #b9bbc0;
}
.tarmal-journey .tj-caption b { color: #E10002; font-weight: 600; }

.tarmal-journey .tj-figure {
  display: inline-block; margin: 2px 0 18px; padding-left: 16px;
  border-left: 2px solid rgba(225,0,2,0.65);
}
.tarmal-journey .tj-figure b {
  display: block;
  font-size: clamp(44px, 11vw, 96px);
  font-weight: 700; line-height: 0.9; letter-spacing: -0.045em;
  background: linear-gradient(180deg, #E10002 0%, #7F0000 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.tarmal-journey .tj-figure span {
  display: block; margin-top: 9px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.28em;
  text-transform: uppercase; color: #8b8d93;
}

/* trading -> manufacturing shift */
.tarmal-journey .tj-shift {
  display: flex; align-items: center; gap: clamp(12px, 2.4vw, 26px);
  flex-wrap: wrap; margin: 6px 0 20px;
}
.tarmal-journey .tj-shift .tj-from,
.tarmal-journey .tj-shift .tj-to {
  font-size: clamp(19px, 3.4vw, 34px);
  font-weight: 700; letter-spacing: -0.015em; line-height: 1;
}
.tarmal-journey .tj-shift .tj-from {
  color: #5d6066; text-decoration: line-through;
  text-decoration-color: rgba(225,0,2,0.7); text-decoration-thickness: 2px;
}
.tarmal-journey .tj-shift .tj-arrow {
  flex: none; width: 44px; height: 2px; position: relative;
  background: linear-gradient(90deg, rgba(225,0,2,0.25), #E10002);
}
.tarmal-journey .tj-shift .tj-arrow::after {
  content: ''; position: absolute; right: 0; top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px; height: 8px;
  border-top: 2px solid #E10002; border-right: 2px solid #E10002;
}

/* stats */
.tarmal-journey .tj-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; margin-top: 24px; background: rgba(255,255,255,0.09);
}
.tarmal-journey .tj-stat { background: #0b0c0e; padding: 17px 15px; }
.tarmal-journey .tj-stat b {
  display: block;
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 700; letter-spacing: -0.03em; color: #ffffff; line-height: 1;
}
.tarmal-journey .tj-stat b i { font-style: normal; color: #E10002; font-size: 0.6em; }
.tarmal-journey .tj-stat span {
  display: block; margin-top: 7px;
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: #7d8086;
}

/* future list */
.tarmal-journey .tj-list {
  display: flex; flex-direction: column; gap: 11px; margin: 4px 0 20px;
}
.tarmal-journey .tj-list div {
  display: flex; align-items: center; gap: 12px;
  font-size: clamp(15.5px, 2.2vw, 20px); font-weight: 500; color: #d6d8dc;
}
.tarmal-journey .tj-list i {
  width: 7px; height: 7px; flex: none; border-radius: 50%;
  background: #E10002; font-style: normal;
}
.tarmal-journey .tj-closer {
  margin-top: 24px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: clamp(19px, 3.2vw, 30px);
  font-weight: 700; letter-spacing: -0.02em; line-height: 1.2;
  background: linear-gradient(180deg, #E10002 0%, #7F0000 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* desktop-only devices stay hidden in base mode */
.tarmal-journey .tj-intro,
.tarmal-journey .tj-beam,
.tarmal-journey .tj-scrollcue,
.tarmal-journey .tj-readout { display: none; }

/* ---- tablet: two-column chapters ---- */
@media (min-width: 700px) {
  .tarmal-journey .tj-panel-inner { grid-template-columns: 1fr 1fr; align-items: center; }
  .tarmal-journey .tj-panel:nth-child(even) .tj-media { order: -1; }
  .tarmal-journey .tj-frame img { height: clamp(280px, 38vw, 440px); }
}

@media (min-width: 900px) {
  .tarmal-journey .tj-panel-inner { grid-template-columns: 1.05fr 0.95fr; gap: clamp(34px, 4vw, 60px); }
}

/* ==================================================================
   HORIZONTAL CINEMATIC MODE — DESKTOP ONLY (900px+)
   FIX: Mobile pe yeh mode kill kar diya - horizontal scroll-jacking
   iOS Safari aur mobile pe totally broken tha
   ================================================================== */
@media (min-width: 900px) {
  .tarmal-journey.tj-mode-h { padding: 0; overflow: visible; }
  .tarmal-journey.tj-mode-h .tj-stage {
    position: relative;
    /* FIX: iOS-safe viewport height */
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    overflow: hidden;
  }
  .tarmal-journey.tj-mode-h .tj-hud {
    position: absolute; top: 0; left: 0; right: 0; z-index: 6; margin: 0;
    padding: clamp(18px, 2.4vw, 32px) clamp(22px, 4vw, 56px);
  }
  .tarmal-journey.tj-mode-h .tj-head { display: none; }
  .tarmal-journey.tj-mode-h .tj-viewport { position: absolute; inset: 0; z-index: 2; }
  .tarmal-journey.tj-mode-h .tj-track {
    flex-direction: row; height: 100%;
    width: max-content; gap: 0; padding-left: 0; align-items: center;
  }
  .tarmal-journey.tj-mode-h .tj-track::before { display: none; }
  .tarmal-journey.tj-mode-h .tj-rail-fill { display: none; }
  .tarmal-journey.tj-mode-h .tj-panel {
    flex: 0 0 auto; width: 100vw; height: 100%;
    display: flex; align-items: center;
    padding: clamp(50px, 9vw, 50px) clamp(26px, 5.5vw, 84px) clamp(130px, 15vh, 180px);
  }
  .tarmal-journey.tj-mode-h .tj-panel.tj-wide { width: 116vw; }
  .tarmal-journey.tj-mode-h .tj-panel::before,
  .tarmal-journey.tj-mode-h .tj-panel::after { display: none; }
  .tarmal-journey.tj-mode-h .tj-panel-inner {
    position: relative; z-index: 2; width: 100%; max-width: 1360px; margin: 0 auto;
    grid-template-columns: 1.02fr 0.98fr; gap: clamp(30px, 4.4vw, 76px); align-items: center;
  }
  .tarmal-journey.tj-mode-h .tj-panel:nth-child(even) .tj-media { order: 0; }
  .tarmal-journey.tj-mode-h .tj-panel[data-tj-flip="1"] .tj-media { order: -1; }
  .tarmal-journey.tj-mode-h .tj-frame img { height: clamp(280px, 46vh, 520px); }
  .tarmal-journey.tj-mode-h .tj-year { font-size: clamp(64px, 8vw, 132px); }
  .tarmal-journey.tj-mode-h .tj-year.tj-word { font-size: clamp(50px, 6vw, 104px); }

  .tarmal-journey.tj-mode-h .tj-intro {
    display: flex; flex: 0 0 auto; width: 100vw; height: 100%; align-items: center;
    padding: 0 clamp(26px, 5.5vw, 84px);
  }
  .tarmal-journey.tj-mode-h .tj-intro .tj-head { display: block; margin: 0; max-width: 66ch; }
  .tarmal-journey.tj-mode-h .tj-intro .tj-title { font-size: clamp(30px, 5.4vw, 74px); }

  .tarmal-journey.tj-mode-h .tj-beam {
    display: block; position: absolute; left: 0; right: 0;
    bottom: clamp(44px, 7vh, 84px); z-index: 5; height: 74px; pointer-events: none;
  }
  .tarmal-journey.tj-mode-h .tj-readout {
    display: block; position: absolute; right: clamp(22px, 4vw, 56px);
    bottom: clamp(128px, 18vh, 190px); z-index: 6;
    text-align: right; font-size: 10px; font-weight: 600;
    letter-spacing: 0.24em; text-transform: uppercase; color: #6f7176;
  }
  .tarmal-journey.tj-mode-h .tj-readout b {
    display: block; font-size: 26px; letter-spacing: -0.02em;
    color: #ffffff; margin-bottom: 4px;
  }
  .tarmal-journey.tj-mode-h .tj-scrollcue {
    display: flex; position: absolute; left: clamp(26px, 5.5vw, 84px);
    bottom: clamp(128px, 18vh, 190px); z-index: 6;
    align-items: center; gap: 12px;
    font-size: 10px; font-weight: 600; letter-spacing: 0.26em;
    text-transform: uppercase; color: #8b8d93;
  }
  .tarmal-journey.tj-mode-h .tj-panel .tj-panel-inner { transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1); }
  .tarmal-journey.tj-mode-h.tj-anim .tj-panel:not(.tj-live) .tj-panel-inner { opacity: 0.24; }
  .tarmal-journey.tj-mode-h.tj-anim .tj-panel.tj-live .tj-panel-inner { opacity: 1; }
}

/* FIX: mobile pe tj-mode-h ki har cheez override — force vertical layout */
@media (max-width: 899px) {
  .tarmal-journey.tj-mode-h { padding: clamp(56px, 8vw, 120px) 0 !important; overflow: visible !important; }
  .tarmal-journey.tj-mode-h .tj-stage { height: auto !important; overflow: visible !important; }
  .tarmal-journey.tj-mode-h .tj-hud { position: relative !important; padding: 0 !important; }
  .tarmal-journey.tj-mode-h .tj-head { display: block !important; }
  .tarmal-journey.tj-mode-h .tj-viewport { position: relative !important; inset: auto !important; }
  .tarmal-journey.tj-mode-h .tj-track {
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    gap: clamp(46px, 8vw, 104px) !important;
    padding-left: clamp(30px, 7vw, 62px) !important;
  }
  .tarmal-journey.tj-mode-h .tj-track::before { display: block !important; }
  .tarmal-journey.tj-mode-h .tj-rail-fill { display: block !important; }
  .tarmal-journey.tj-mode-h .tj-panel,
  .tarmal-journey.tj-mode-h .tj-panel.tj-wide {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    padding: 0 !important;
  }
  .tarmal-journey.tj-mode-h .tj-panel::before,
  .tarmal-journey.tj-mode-h .tj-panel::after { display: block !important; }
  .tarmal-journey.tj-mode-h .tj-panel-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: clamp(20px, 3vw, 38px) !important;
    opacity: 1 !important;
  }
  .tarmal-journey.tj-mode-h .tj-intro { display: none !important; }
  .tarmal-journey.tj-mode-h .tj-beam,
  .tarmal-journey.tj-mode-h .tj-readout,
  .tarmal-journey.tj-mode-h .tj-scrollcue { display: none !important; }
  .tarmal-journey.tj-mode-h .tj-frame img { height: clamp(280px, 46vw, 420px) !important; }
  .tarmal-journey.tj-mode-h .tj-year { font-size: clamp(30px, 5.4vw, 74px) !important; }
  .tarmal-journey.tj-mode-h .tj-year.tj-word { font-size: clamp(38px, 10.5vw, 88px) !important; }
}

/* nodes styling (only used in horizontal mode desktop) */
.tarmal-journey .tj-nodes { position: absolute; left: 0; right: 0; top: 0; height: 100%; }
.tarmal-journey .tj-node {
  position: absolute; top: 22px; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 9px;
}
.tarmal-journey .tj-node i {
  width: 16px; height: 16px; border-radius: 50%;
  background: linear-gradient(180deg, #3a3d43, #16181c);
  border: 1px solid #55585e;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 0 0 5px #0b0c0e;
  transition: border-color 0.55s, box-shadow 0.55s,
              transform 0.55s cubic-bezier(0.16,1,0.3,1), background 0.55s;
}
.tarmal-journey .tj-node b {
  font-size: 10px; font-weight: 600; letter-spacing: 0.18em; color: #5d6066;
  transition: color 0.55s, letter-spacing 0.55s; white-space: nowrap;
}
.tarmal-journey .tj-node.tj-done i { border-color: #7F0000; }
.tarmal-journey .tj-node.tj-done b { color: var(--red-light); }
.tarmal-journey .tj-node.tj-live i {
  border-color: #E10002; transform: scale(1.3);
  background: linear-gradient(180deg, #E10002 0%, #7F0000 100%);
  box-shadow: 0 0 0 5px #0b0c0e, 0 0 22px rgba(225,0,2,0.9);
}
.tarmal-journey .tj-node.tj-live b { color: #ffffff; letter-spacing: 0.24em; }

/* beam sub-parts (desktop horizontal mode only) */
.tarmal-journey .tj-beam-rail {
  position: absolute; left: 0; right: 0; top: 30px; height: 14px;
  background: linear-gradient(180deg, #4a4d53 0%, #2a2d32 26%, #191c20 52%, #2f3237 78%, #101317 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), inset 0 -1px 0 rgba(0,0,0,0.85), 0 10px 26px -14px rgba(0,0,0,0.9);
}
.tarmal-journey .tj-beam-rail::before {
  content: ''; position: absolute; left: 0; right: 0; top: 5px; height: 1px;
  background: rgba(255,255,255,0.09);
}
.tarmal-journey .tj-beam-fill {
  position: absolute; left: 0; top: 30px; height: 14px; width: 0;
  background: linear-gradient(180deg, #E10002 0%, #7F0000 100%);
}
.tarmal-journey .tj-beam-fill::after {
  content: ''; position: absolute; right: -1px; top: -9px; bottom: -9px; width: 2px;
  background: linear-gradient(180deg, transparent, #E10002, transparent);
  box-shadow: 0 0 20px 3px rgba(225,0,2,0.75);
}
.tarmal-journey .tj-beam-ticks {
  position: absolute; left: 0; right: 0; top: 48px; height: 8px;
  background-image: linear-gradient(90deg, rgba(255,255,255,0.2) 1px, transparent 1px);
  background-size: 34px 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.tarmal-journey .tj-beam-tail {
  position: absolute; right: 0; top: 30px; height: 14px; width: 24%;
  background: linear-gradient(90deg, rgba(255,255,255,0.05), transparent);
  -webkit-mask-image: linear-gradient(90deg, #000, transparent);
  mask-image: linear-gradient(90deg, #000, transparent);
}
.tarmal-journey .tj-scrollcue i {
  width: 42px; height: 1px;
  background: linear-gradient(90deg, #E10002, transparent);
  position: relative;
}
.tarmal-journey .tj-scrollcue i::after {
  content: ''; position: absolute; left: 0; top: -2px; width: 12px; height: 5px;
  background: #E10002; animation: tjCue 2.1s cubic-bezier(0.16,1,0.3,1) infinite;
}
@keyframes tjCue {
  0%   { left: 0; opacity: 0; }
  25%  { opacity: 1; }
  100% { left: 32px; opacity: 0; }
}

/* short screens for horizontal mode */
@media (min-width: 1100px) and (max-height: 800px) {
  .tarmal-journey.tj-mode-h .tj-panel {
    padding-top: clamp(64px, 8vh, 90px);
    padding-bottom: clamp(118px, 17vh, 150px);
  }
  .tarmal-journey.tj-mode-h .tj-frame img { height: clamp(230px, 40vh, 340px); }
  .tarmal-journey.tj-mode-h .tj-year { font-size: clamp(52px, 6vw, 88px); }
  .tarmal-journey.tj-mode-h .tj-year.tj-word { font-size: clamp(42px, 5vw, 72px); }
  .tarmal-journey.tj-mode-h .tj-body { font-size: 15px; line-height: 1.75; color: #5e5e5e; font-weight: 500; }
  .tarmal-journey.tj-mode-h .tj-figure b { font-size: clamp(40px, 5.4vw, 72px); color: var(--red-light); }
  .tarmal-journey.tj-mode-h .tj-beam { bottom: clamp(30px, 5vh, 54px); }
  .tarmal-journey.tj-mode-h .tj-scrollcue,
  .tarmal-journey.tj-mode-h .tj-readout { bottom: clamp(104px, 14vh, 140px); }
}
@media (min-width: 1100px) and (max-height: 640px) {
  .tarmal-journey.tj-mode-h .tj-scrollcue,
  .tarmal-journey.tj-mode-h .tj-readout { display: none; }
  .tarmal-journey.tj-mode-h .tj-stats { margin-top: 16px; }
}
@media (min-width: 1800px) {
  .tarmal-journey.tj-mode-h .tj-panel-inner { max-width: 1560px; }
  .tarmal-journey .tj-wrap { max-width: 1560px; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .tarmal-journey *,
  .tarmal-journey *::before,
  .tarmal-journey *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ==========================================================================
   JOURNEY MILESTONE IMAGES
   ========================================================================== */
.abt-milestone-img {
  width: 100%; height: 150px; margin-bottom: 20px;
  overflow: hidden; border-radius: 12px; background: #f2f2f2;
}
.abt-milestone-img img {
  display: block; width: 100%; height: 100%;
  object-fit: cover; transition: transform 0.5s ease;
}
.abt-milestone:hover .abt-milestone-img img { transform: scale(1.05); }

/* ==========================================================================
   VALUES (spec-plate cards)
   ========================================================================== */
.abt-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.abt-value {
  position: relative; border-radius: 15px; overflow: hidden;
  background: rgba(255,255,255,0.80);
  border: 1px solid rgba(255,255,255,0.9);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(31,31,31,0.06);
  padding: 36px 34px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.abt-value:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 56px rgba(31,31,31,0.12);
  border-color: rgba(237,48,52,0.28);
}
.abt-value:hover::before { background: #ED3034; }
.abt-value-num {
  position: absolute; right: 22px; top: 20px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.1em;
  color: rgba(31,31,31,0.18);
}
.abt-value-icon {
  width: 52px; height: 52px; border-radius: 15px;
  background: rgba(237,48,52,0.10);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.abt-value-icon svg { width: 24px; height: 24px; color: var(--red-light); }
.abt-value h3 { font-size: 20px; font-weight: 600; margin: 0 0 10px; color: #1F1F1F; }
.abt-value p { color: #3B3B3A; font-size: 15px; margin: 0; }

/* ==========================================================================
   QUALITY / CERTIFICATION
   ========================================================================== */
.abt-quality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.abt-quality-copy .abt-h2 { font-size: clamp(28px, 3.4vw, 40px); margin: 0 0 20px; line-height: 1.14; }
.abt-quality-copy p { color: #3B3B3A; font-size: 17px; margin: 0 0 28px; }
.abt-badge-row { display: flex; flex-wrap: wrap; gap: 12px; }
.abt-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 18px; border-radius: 15px;
  background: #FFFFFF; border: 1px solid #E7E7E7;
  font-size: 14px; font-weight: 600; color: #1F1F1F;
}
.abt-badge svg { width: 18px; height: 18px; color: #ED3034; }

.abt-quality-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.abt-lab {
  padding: 28px 26px; border-radius: 15px;
  background: #FFFFFF; border: 1px solid #E7E7E7;
  box-shadow: 0 16px 34px rgba(31,31,31,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.abt-lab:hover { transform: translateY(-4px); box-shadow: 0 24px 46px rgba(31,31,31,0.10); }
.abt-lab-icon {
  width: 48px; height: 48px; border-radius: 15px;
  background: rgba(237,48,52,0.10);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.abt-lab-icon svg { width: 22px; height: 22px; color: var(--red-light); }
.abt-lab h4 { font-size: 17px; font-weight: 600; margin: 0 0 6px; color: #1F1F1F; }
.abt-lab p { color: #3B3B3A; font-size: 14px; margin: 0; }

/* ==========================================================================
   CTA BANNER
   ========================================================================== */
.abt-cta {
  position: relative; overflow: hidden;
  padding: 112px 0 20px;
  background: #14161a;
}
.abt-cta-media { position: absolute; inset: -100% 0; z-index: 1; will-change: transform; }
.abt-cta-media img {
  display: block; width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  object-fit: cover;
  object-position: bottom;
  filter: grayscale(0.4) contrast(1.05);
}
.abt-cta-overlay {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(90deg, rgba(15,17,20,0.88) 0%, rgba(15,17,20,0.58) 55%, rgba(15,17,20,0.32) 100%);
}
.abt-cta .abt-container { position: relative; z-index: 3; }
.abt-cta-inner { max-width: 680px; }
.abt-cta .abt-eyebrow { color: var(--red-light); }
.abt-cta .abt-eyebrow::before { background: var(--tarmal-gradient); }
.abt-cta h2 {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 600; color: #FFFFFF;
  letter-spacing: -0.03em; line-height: 1.1;
  margin: 0 0 18px;
  text-wrap: balance;
}
.abt-cta p { font-size: 18px; color: rgba(255,255,255,0.94); margin: 0 0 34px; }
.abt-cta-buttons { display: flex; flex-wrap: wrap; gap: 16px; }

/* ==========================================================================
   TARMAL LOGO INTRO
   ========================================================================== */
.tj-intro-logo {
  display: block; width: 450px; max-width: 100%; height: auto;
  margin: 0 auto 35px;
  opacity: 0; transform: translateY(20px);
  animation: tjLogoFadeIn 1.2s ease forwards;
  animation-delay: 0.3s;
}
@keyframes tjLogoFadeIn {
  to { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   RESPONSIVE — Tablet
   ========================================================================== */
@media (max-width: 1100px) {
  .abt-milestone-img { height: 135px; }
}

@media (max-width: 1024px) {
  .abt-container { padding: 0 clamp(20px, 3vw, 28px) 60px; }
  .abt-section { padding: 96px 0; }
  .abt-intro-grid { grid-template-columns: 1fr; gap: 44px; }
  .abt-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .abt-mvp-grid { grid-template-columns: 1fr; }
  .abt-values-grid { grid-template-columns: repeat(2, 1fr); }
  .abt-quality-grid { grid-template-columns: 1fr; gap: 40px; }
  .abt-journey-line { display: none; }
  .abt-journey-grid { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
  .abt-cta { padding: 96px 0; }
  .abt-float-card { left: 16px; bottom: -20px; }
}

/* ==========================================================================
   RESPONSIVE — Mobile 720px
   ========================================================================== */
@media (max-width: 720px) {
  .abt-container { padding: 0 20px 60px; }
  .abt-section {
    padding: 56px 0;
    scroll-margin-top: 72px;  
  }

  .abt-hero {
    align-items: flex-start;
    padding: 110px 0 50px;
    overflow: hidden;
    max-height: none;
  }
  .abt-hero-media img {
    object-position: 30% center;
    height: 100%;
  }
  
  /*.abt-hero-overlay {*/
  /*  background:*/
  /*    linear-gradient(90deg, rgba(15,17,20,0.92) 0%, rgba(15,17,20,0.72) 60%, rgba(15,17,20,0.55) 100%),*/
  /*    linear-gradient(180deg, rgba(15,17,20,0.40) 0%, rgba(15,17,20,0.20) 40%, rgba(15,17,20,0.75) 100%);*/
  /*}*/

  .abt-head { margin-bottom: 44px; }
  .abt-stats-grid { grid-template-columns: 1fr; }
  .abt-values-grid { grid-template-columns: 1fr; }
  .abt-quality-cards { grid-template-columns: 1fr; }
  .abt-journey-grid { grid-template-columns: 1fr; }
  .abt-intro-stack { grid-template-columns: 1fr; }
  .abt-shot.tall { grid-row: auto; min-height: 0; height: 240px; }
  .abt-shot.wide { height: 200px; }
  .abt-float-card {
    position: relative;
    left: 0; bottom: 0;
    margin-top: 20px;
    max-width: none;
  }
  .abt-hero-chips .abt-chip { font-size: 14px; padding: 10px 16px; }
  .abt-cta-buttons { flex-direction: column; }
  .abt-cta-buttons .abt-btn { width: 100%; }

  
  .abt-section .abt-h2 {
    line-height: 1.25;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  
  .abt-milestone-img { height: 180px; margin-bottom: 18px; border-radius: 12px; }

  
  .tj-intro-logo { width: 280px; margin: 0 auto 24px; }


  .abt-intro-copy p { font-size: 16px; }
  .abt-quality-copy p { font-size: 16px; }
  .abt-cta p { font-size: 16px; }
}

/* ==========================================================================
   RESPONSIVE — Small mobile 480px
   ========================================================================== */
@media (max-width: 480px) {
  .abt-milestone-img { height: 160px; border-radius: 10px; }
  .abt-hero-chips { display: none; }
  .abt-hero-media img { height: 100vh; }
  .abt-shot img { height: auto; }

  /* CTA compact */
  .abt-cta { padding: 72px 0 20px; }
  .abt-cta h2 { font-size: 26px; }
  .tj-intro-logo { width: 220px; }
  .abt-intro-stack { grid-template-columns: 1fr 1fr;}
  .abt-shot.tall {height: 198px;}
}

/* ==========================================================================
   iOS SAFE-AREA (notch/home-indicator support)
   ========================================================================== */
@supports (padding: env(safe-area-inset-left)) {
  .abt-container {
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
  }
}

@media (prefers-reduced-motion: reduce) {
  .abt *, .abt *::before, .abt *::after {
    animation: none !important;
    transition: none !important;
  }
}
