/* ===== ABOUT US ===== */
.ab-eyebrow { display: flex; align-items: center; gap: 12px; }
.ab-eyebrow span:first-child { font: 700 12px var(--f-mono); color: var(--red); white-space: nowrap; }
.ab-eyebrow i { width: 24px; height: 1px; background: var(--line); }
.ab-eyebrow span:last-child:not(:first-child) { font: 700 11px var(--f-sans); letter-spacing: 1.5px; color: var(--gray); text-transform: uppercase; white-space: nowrap; }

.ab-hero { border-bottom: 1px solid var(--line); }
.ab-hero__in { display: grid; grid-template-columns: minmax(0, 740fr) minmax(0, 700fr); max-width: var(--wrap); margin: 0 auto; }
.ab-hero__left { display: flex; flex-direction: column; gap: 36px; padding: 80px 48px 80px var(--gutter); border-right: 1px solid var(--line); }
.ab-hero__text { display: flex; flex-direction: column; gap: 24px; }
.ab-hero__text h1 { font: 700 64px/68px var(--f-narrow); letter-spacing: -.5px; color: #fff; }
.ab-hero__text p { font: 400 18px/28px var(--f-sans); color: var(--gray); }
.ab-badge { align-self: flex-start; padding: 8px 12px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 2px; font: 400 12px var(--f-sans); color: var(--cream); }
.ab-hero__right { position: relative; min-height: 680px; overflow: hidden; }
.ab-hero__img1 { position: absolute; left: 40px; top: 40px; width: 340px; height: 425px; object-fit: cover; border-radius: 2px; z-index: 2; }
.ab-hero__img2 { position: absolute; left: 260px; top: 320px; width: 380px; height: 250px; object-fit: cover; border-radius: 2px; z-index: 3; }
.ab-hero__bg { position: absolute; left: 10px; top: 240px; font: 700 180px var(--f-narrow); color: rgba(255,255,255,.03); z-index: 1; }

.ab-record { padding: 24px 0; background: var(--bg-2); border-bottom: 1px solid var(--line); }
.ab-record__label { display: block; margin-bottom: 12px; font: 700 11px var(--f-sans); letter-spacing: 1.5px; text-transform: uppercase; color: var(--gray); }
.ab-record__grid { display: flex; }
.ab-record__col { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.ab-record__col + .ab-record__col { padding-left: 32px; border-left: 1px solid var(--line); }
.ab-record__col span { font: 700 11px var(--f-mono); color: var(--red); }
.ab-record__col b { font: 700 18px var(--f-narrow); letter-spacing: .5px; color: #fff; }

.ab-story { padding: 80px 0; }
.ab-story__grid { display: flex; align-items: flex-start; gap: 48px; margin-bottom: 48px; }
.ab-story__left { flex: none; width: 500px; display: flex; flex-direction: column; gap: 20px; }
.ab-story__left h2 { font: 700 40px/46px var(--f-narrow); color: #fff; }
.ab-story__right { flex: 1; display: flex; flex-direction: column; gap: 24px; }
.ab-story__p1 { font: 400 16px/26px var(--f-sans); color: var(--cream); }
.ab-story__p2 { font: 400 15px/24px var(--f-sans); color: var(--gray); }
.ab-tags { display: flex; gap: 12px; }
.ab-tags span { padding: 4px 8px; background: var(--bg-2); border: 1px solid var(--line); font: 400 10px var(--f-mono); color: var(--gray); }
.ab-story__img { width: 100%; height: 480px; object-fit: cover; border-radius: 2px; }

.ab-offer { padding: 80px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ab-offer__head { display: flex; flex-direction: column; gap: 12px; margin-bottom: 48px; }
.ab-offer__row { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; }
.ab-offer__row h2 { font: 700 44px var(--f-narrow); color: #fff; }
.ab-offer__row p { flex: none; width: 300px; font: 400 14px var(--f-sans); color: var(--gray); }
.ab-products { border-top: 1px solid var(--line); }
.ab-product { display: flex; align-items: center; gap: 40px; padding: 28px 16px; border-bottom: 1px solid var(--line); transition: background-color .15s; }
.ab-product--hl { background: var(--bg-2); }
a.ab-product:hover { background: var(--bg-3); }
.ab-product--tall { padding: 59px 16px; }
.ab-product__num { flex: none; width: 40px; font: 700 28px var(--f-narrow); color: var(--red); }
.ab-product__num--gray { color: var(--gray); }
.ab-product__name { flex: none; width: 240px; font: 700 22px var(--f-narrow); color: #fff; }
.ab-product__desc { flex: 1; font: 400 15px var(--f-sans); color: var(--gray); }
.ab-product__cta { flex: none; width: 180px; text-align: right; font: 700 13px var(--f-sans); color: var(--red); }

.ab-exp { padding: 80px 0; }
.ab-exp__head { display: flex; flex-direction: column; gap: 12px; margin-bottom: 48px; }
.ab-exp__head h2 { font: 700 40px var(--f-narrow); color: #fff; }
.ab-exp__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 48px; }
.ab-col { display: flex; flex-direction: column; gap: 16px; padding: 24px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 2px; }
.ab-col span { font: 700 12px var(--f-mono); color: var(--red); }
.ab-col h3 { font: 700 18px var(--f-narrow); color: #fff; }
.ab-col p { font: 400 14px/22px var(--f-sans); color: var(--gray); }
.ab-clarity { display: flex; align-items: center; gap: 16px; padding: 16px; background: var(--bg-3); border: 1px solid var(--line); border-radius: 2px; }
.ab-clarity p { font: 400 13px var(--f-sans); color: var(--gray); }

@media (max-width: 1180px) {
  .ab-hero__text h1 { font-size: 52px; line-height: 56px; }
  .ab-hero__right { min-height: 560px; }
  .ab-hero__img1 { width: 280px; height: 350px; }
  .ab-hero__img2 { left: 200px; top: 280px; width: 300px; height: 200px; }
  .ab-story__left { width: 380px; }
}
@media (max-width: 1023px) {
  .ab-hero__in { grid-template-columns: 1fr; }
  .ab-hero__left { border-right: 0; padding: 48px var(--gutter); }
  .ab-hero__right { min-height: 480px; }
  .ab-record__grid { flex-wrap: wrap; gap: 16px 0; }
  .ab-record__col { flex: 0 0 50%; }
  .ab-record__col:nth-child(3) { padding-left: 0; border-left: 0; }
  .ab-story__grid { flex-direction: column; }
  .ab-story__left { width: auto; }
  .ab-offer__row { flex-direction: column; align-items: flex-start; }
  .ab-exp__cols { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .ab-eyebrow { gap: 8px; }
  .ab-eyebrow span:first-child { font-size: 10px; }
  .ab-eyebrow i { width: 12px; }
  .ab-eyebrow span:last-child:not(:first-child) { font-size: 9px; letter-spacing: 1px; }
  .ab-hero { border-bottom: 0; }
  .ab-hero__left { gap: 20px; padding: 32px var(--gutter); }
  .ab-hero__text { gap: 20px; }
  .ab-hero__text h1 { font-size: 38px; line-height: 42px; }
  .ab-hero__text p { font-size: 15px; line-height: 24px; }
  .ab-badge { padding: 6px 10px; font: 400 9px var(--f-mono); letter-spacing: .5px; }
  .ab-hero__right { min-height: 440px; }
  .ab-hero__img1 { left: 16px; top: 0; width: 220px; height: 275px; }
  .ab-hero__img2 { left: 100px; top: 200px; width: 274px; height: 200px; }
  .ab-hero__bg { left: 16px; top: 100px; font-size: 110px; }
  .ab-record { border-top: 1px solid var(--line); }
  .ab-record__label { margin-bottom: 16px; font: 700 9px var(--f-mono); letter-spacing: 1.5px; }
  .ab-record__grid { gap: 16px 0; }
  .ab-record__col + .ab-record__col { padding-left: 16px; }
  .ab-record__col span { font-size: 9px; }
  .ab-record__col b { font-size: 15px; letter-spacing: 0; }
  .ab-story { padding: 40px 0 0; }
  .ab-story__grid { gap: 20px; margin-bottom: 20px; }
  .ab-story__left { gap: 20px; }
  .ab-story__left h2 { font-size: 30px; line-height: 34px; }
  .ab-story__right { gap: 20px; }
  .ab-story__p1 { font-size: 14px; line-height: 22px; }
  .ab-story__p2 { font-size: 13px; line-height: 20px; }
  .ab-tags { gap: 8px; }
  .ab-tags span { font-size: 9px; }
  .ab-story__img { height: 240px; }
  .ab-offer { padding: 48px 0 24px; border-top: 0; border-bottom: 0; }
  .ab-offer__head { gap: 16px; margin-bottom: 16px; }
  .ab-offer__row { gap: 16px; }
  .ab-offer__row h2 { font-size: 28px; line-height: 32px; }
  .ab-offer__row p { width: auto; }
  .ab-products { border-top: 0; }
  .ab-product, .ab-product--tall { display: grid; grid-template-columns: auto 1fr; grid-template-areas: "num name" "desc desc" "cta cta"; align-items: center; column-gap: 12px; row-gap: 12px; padding: 20px 0; background: none; }
  .ab-product:first-child { border-top: 1px solid var(--line); }
  .ab-product__num { grid-area: num; width: auto; font-size: 24px; }
  .ab-product__name { grid-area: name; width: auto; font-size: 20px; }
  .ab-product__desc { grid-area: desc; font-size: 13px; line-height: 20px; }
  .ab-product__cta { grid-area: cta; width: auto; text-align: left; font-size: 12px; }
  .ab-product--tall .ab-product__cta { display: none; }
  .ab-exp { padding: 40px 0 32px; border-top: 1px solid var(--line); }
  .ab-exp__head { gap: 24px; margin-bottom: 24px; }
  .ab-exp__head h2 { font-size: 28px; line-height: 32px; }
  .ab-exp__cols { gap: 0; margin-bottom: 32px; }
  .ab-col { gap: 8px; padding: 16px 0; background: none; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
  .ab-col:first-child { border-top: 1px solid var(--line); }
  .ab-col span { font-size: 11px; }
  .ab-col h3 { font-size: 16px; }
  .ab-col p { font-size: 13px; line-height: 20px; }
  .ab-clarity { flex-direction: column; align-items: flex-start; gap: 10px; padding: 12px; background: var(--bg-2); }
  .ab-clarity .tag { font-size: 9px; }
  .ab-clarity p { font-size: 12px; line-height: 18px; }
}
