/* ===========================
   ABOUT PAGE — Next Level
   =========================== */

.about-page {
  padding-top: var(--nav-h);
  overflow-x: hidden;
}

/* ===========================
   SCROLL REVEAL
   =========================== */
.ab-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.ab-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===========================
   SHARED EYEBROW
   =========================== */
.ab-eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}

/* ===========================
   HERO INTRO
   =========================== */
.ab-hero {
  display: grid;
  grid-template-columns: 58% 42%;
  min-height: 88vh;
  border-bottom: 1px solid var(--border);
}

.ab-hero__photo {
  position: relative;
  overflow: hidden;
  background: #111;
}

.ab-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 6s ease;
}

.ab-hero:hover .ab-hero__photo img {
  transform: scale(1.04);
}

.ab-hero__photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0) 60%,
    rgba(255,255,255,0.06) 100%
  );
}

/* Right content panel */
.ab-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 52px 72px 56px;
  position: relative;
  background: var(--bg);
  border-left: 1px solid var(--border);
}

.ab-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ab-hero__name {
  font-family: var(--font-title);
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 700;
  line-height: 0.95;
  color: var(--text);
  letter-spacing: -0.02em;
}

.ab-hero__name em {
  font-style: italic;
  font-weight: 400;
  color: var(--red);
}

.ab-hero__bio {
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 380px;
}

.ab-hero__pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ab-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border: 1.5px solid var(--border);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text);
  background: var(--soft);
}

.ab-pill i {
  color: var(--red);
  font-size: 13px;
}

.ab-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--red);
  color: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  width: fit-content;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 8px 24px rgba(216,31,38,0.28);
}

.ab-hero__cta:hover {
  background: #c01920;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(216,31,38,0.40);
}

/* Vertical rotated label */
.ab-hero__label {
  position: absolute;
  bottom: 48px;
  right: -14px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-size: 9px;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: var(--border);
  font-weight: 600;
  pointer-events: none;
  user-select: none;
}

/* ===========================
   STATS STRIP
   =========================== */
.ab-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
  border-bottom: 1px solid var(--border);
  background: #fafafa;
}

.ab-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 0 44px;
  text-align: center;
}

.ab-stat strong {
  font-family: var(--font-title);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: var(--text);
  line-height: 1;
}

.ab-stat strong sup {
  font-size: 55%;
  color: var(--red);
  vertical-align: super;
}

.ab-stat span {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.ab-stat-sep {
  width: 1px;
  height: 44px;
  background: var(--border);
  flex-shrink: 0;
}

/* ===========================
   DRAMATIC QUOTE
   =========================== */
.ab-quote {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 38%;
  min-height: 60vh;
  overflow: hidden;
  background: #0b0b0b;
}

.ab-quote__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(216,31,38,0.14) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(216,31,38,0.08) 0%, transparent 50%);
  pointer-events: none;
}

.ab-quote__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 56px 72px 72px;
  gap: 16px;
}

.ab-quote__pre {
  font-size: 10px;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin: 0;
}

.ab-quote__text {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 0.88;
  margin: 0;
}

.ab-quote__slay {
  font-family: "Permanent Marker", cursive;
  font-size: clamp(64px, 9vw, 120px);
  color: var(--red);
  display: block;
  letter-spacing: -0.01em;
}

.ab-quote__your {
  font-family: var(--font-title);
  font-size: clamp(40px, 5.5vw, 76px);
  font-style: italic;
  font-weight: 400;
  color: rgba(255,255,255,0.60);
  display: block;
  margin-left: 6px;
}

.ab-quote__way {
  font-family: "Permanent Marker", cursive;
  font-size: clamp(64px, 9vw, 120px);
  color: #ffffff;
  display: block;
  letter-spacing: -0.01em;
}

.ab-quote__sub {
  font-size: 13px;
  font-style: italic;
  color: rgba(255,255,255,0.38);
  margin: 8px 0 0;
  letter-spacing: 0.04em;
}

/* Right photo inside quote */
.ab-quote__photo {
  position: relative;
  overflow: hidden;
}

.ab-quote__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #0b0b0b 0%, rgba(11,11,11,0) 30%);
  z-index: 1;
}

.ab-quote__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  opacity: 0.55;
}

/* ===========================
   SERVICES / PRICING
   =========================== */
.ab-services {
  padding: 96px 0;
  max-width: min(1160px, 92%);
  margin: 0 auto;
}

.ab-services__header {
  text-align: center;
  margin-bottom: 56px;
}

.ab-services__title {
  font-family: var(--font-title);
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.ab-services__sub {
  font-size: 15px;
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Pricing cards */
.ab-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.ab-price-card {
  border: 1.5px solid var(--border);
  border-radius: 22px;
  padding: 36px 30px 32px;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ab-price-card:hover {
  transform: translateY(-5px);
  border-color: rgba(216,31,38,0.25);
  box-shadow: 0 24px 52px rgba(216,31,38,0.08), 0 4px 16px rgba(0,0,0,0.06);
}

/* Featured card */
.ab-price-card--featured {
  background: #0b0b0b;
  border-color: rgba(216,31,38,0.50);
  box-shadow: 0 20px 48px rgba(0,0,0,0.20);
}

.ab-price-card--featured:hover {
  border-color: var(--red);
  box-shadow: 0 28px 60px rgba(216,31,38,0.25);
}

.ab-price-card__badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 999px;
  white-space: nowrap;
}

.ab-price-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 20px;
  background: var(--red-weak);
  border: 1px solid var(--red-soft);
  color: var(--red);
  flex-shrink: 0;
}

.ab-price-card--featured .ab-price-card__icon {
  background: rgba(216,31,38,0.18);
  border-color: rgba(216,31,38,0.35);
}

.ab-price-card__name {
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
}

.ab-price-card--featured .ab-price-card__name {
  color: #fff;
}

.ab-price-card__amount {
  font-family: var(--font-title);
  font-size: 38px;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
}

.ab-price-card__perks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.ab-price-card__perks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
}

.ab-price-card--featured .ab-price-card__perks li {
  color: rgba(255,255,255,0.65);
}

.ab-price-card__perks li i {
  color: var(--red);
  font-size: 11px;
  flex-shrink: 0;
  width: 14px;
}

/* Buttons inside cards */
.ab-price-card__btn {
  display: block;
  text-align: center;
  padding: 13px 20px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1.5px solid rgba(216,31,38,0.30);
  color: var(--red);
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
  margin-top: auto;
}

.ab-price-card__btn:hover {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
  transform: translateY(-1px);
}

.ab-price-card__btn--solid {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
  box-shadow: 0 8px 24px rgba(216,31,38,0.30);
}

.ab-price-card__btn--solid:hover {
  background: #c01920;
  border-color: #c01920;
  box-shadow: 0 12px 30px rgba(216,31,38,0.40);
}

/* ===========================
   CONTACT ROW
   =========================== */
.ab-contact-row {
  display: grid;
  grid-template-columns: 44% 56%;
  min-height: 72vh;
  border-top: 1px solid var(--border);
}

.ab-contact-row__photo {
  position: relative;
  overflow: hidden;
  background: #111;
}

.ab-contact-row__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 6s ease;
}

.ab-contact-row:hover .ab-contact-row__photo img {
  transform: scale(1.03);
}

.ab-contact-row__photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0) 55%,
    rgba(255,255,255,0.04) 100%
  );
}

.ab-contact-row__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 64px 72px 68px;
  gap: 20px;
  border-left: 1px solid var(--border);
}

.ab-contact-row__title {
  font-family: var(--font-title);
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 700;
  line-height: 1;
  color: var(--text);
  letter-spacing: -0.02em;
}

.ab-contact-row__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--red);
}

.ab-contact-row__text {
  font-size: 15px;
  line-height: 1.82;
  color: var(--muted);
  max-width: 420px;
}

.ab-contact-row__avail {
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
}

/* Contact links */
.ab-contact-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ab-contact-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
  max-width: 360px;
}

.ab-contact-link:hover {
  border-color: rgba(216,31,38,0.30);
  background: rgba(216,31,38,0.03);
  transform: translateX(4px);
}

.ab-contact-link__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--red-weak);
  border: 1px solid var(--red-soft);
  display: grid;
  place-items: center;
  color: var(--red);
  font-size: 15px;
  flex-shrink: 0;
}

.ab-contact-link__text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.ab-contact-link__text small {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 400;
}

.ab-contact-row__gallery-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border: 2px solid var(--text);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
  width: fit-content;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
  margin-top: 4px;
}

.ab-contact-row__gallery-btn:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(216,31,38,0.28);
}

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 1024px) {
  .ab-hero__content { padding: 60px 36px; }
  .ab-contact-row__content { padding: 60px 40px; }
  .ab-pricing { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
}

@media (max-width: 860px) {
  .ab-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .ab-hero__photo { min-height: 55vw; max-height: 420px; }
  .ab-hero__content { padding: 48px 28px; border-left: none; border-top: 1px solid var(--border); }
  .ab-hero__label { display: none; }

  .ab-quote {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .ab-quote__photo { display: none; }
  .ab-quote__inner { padding: 64px 32px; }

  .ab-contact-row {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .ab-contact-row__photo { min-height: 52vw; max-height: 380px; }
  .ab-contact-row__content { padding: 48px 28px; border-left: none; border-top: 1px solid var(--border); }

  .ab-stats { flex-wrap: wrap; gap: 24px; justify-content: center; }
  .ab-stat-sep { display: none; }
  .ab-stat { flex: 0 0 calc(50% - 24px); padding: 10px; }
}

@media (max-width: 560px) {
  .ab-hero__name { font-size: 48px; }
  .ab-quote__slay, .ab-quote__way { font-size: 58px; }
  .ab-quote__your { font-size: 36px; }
  .ab-quote__inner { padding: 52px 24px; }
  .ab-contact-row__title { font-size: 38px; }
  .ab-services { padding: 64px 0; }
}
