/* Extracted from main.css for component/page ownership. */

/* ── ABOUT PAGE — homepage-level styling ── */
.about-page {
  background: var(--black);}

.about-hero {
  min-height: 86svh;
  padding-top: var(--nav);
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 78% 22%, rgba(200,136,42,.16), transparent 28%),
    linear-gradient(120deg, rgba(7,17,13,.98), rgba(12,28,21,.95) 46%, rgba(7,17,13,.98));
  border-bottom: 1px solid var(--line);}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,17,13,.94), rgba(7,17,13,.54) 54%, rgba(7,17,13,.92)),
    repeating-linear-gradient(90deg, rgba(238,233,223,.035) 0 1px, transparent 1px 80px);
  pointer-events: none;}

.about-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding-block: clamp(70px, 9vw, 130px) clamp(54px, 7vw, 90px);}

.about-hero h1 {
  font-family: var(--fd);
  font-size: clamp(82px, 13vw, 178px);
  line-height: .78;
  letter-spacing: .025em;
  margin: 16px 0 18px;
  color: var(--paper);
  text-shadow: 0 18px 44px rgba(0,0,0,.45);}

.about-hero h1 small {
  display: block;
  color: var(--gold);
  font-size: .34em;
  line-height: .9;
  max-width: 780px;}

.about-hero .subline {
  max-width: 620px;
  color: #c8bdae;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;}

.about-hero-card {
  border: 1px solid rgba(200,136,42,.35);
  background: rgba(14,27,21,.78);
  box-shadow: 10px 10px 0 #000;
  overflow: hidden;}

.about-visual {
  min-height: clamp(330px, 42vw, 520px);
  position: relative;
  background:
    radial-gradient(circle at 50% 20%, rgba(200,136,42,.18), transparent 30%),
    linear-gradient(145deg, #142b20, #07110d);
  background-size: cover;
  background-position: center;
  filter: saturate(.92) contrast(1.04);}

.about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7,17,13,.88), rgba(7,17,13,.08) 58%, rgba(7,17,13,.2));}

.about-stamp {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  width: 124px;
  height: 124px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(238,233,223,.42);
  border-radius: 50%;
  color: var(--paper);
  font-family: var(--fd);
  font-size: 28px;
  line-height: .82;
  letter-spacing: .06em;
  transform: rotate(-8deg);
  background: rgba(7,17,13,.72);
  backdrop-filter: blur(5px);}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(200,136,42,.24);}

.about-stats div {
  padding: 18px 16px 16px;
  border-right: 1px solid rgba(200,136,42,.18);}
.about-stats div:last-child { border-right: 0 }

.about-stats b {
  display: block;
  font-family: var(--fd);
  font-size: clamp(34px, 4vw, 54px);
  line-height: .84;
  color: var(--paper);
  font-weight: 400;}

.about-stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;}

.about-bigline .sec-title {
  max-width: 700px;}

.about-copy p {
  margin: 0;
  color: #c8bdae;
  font-size: 16px;
  line-height: 1.8;}
.about-copy p + p { margin-top: 18px }

.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;}

.about-story {
  background:
    radial-gradient(circle at 12% 12%, rgba(200,136,42,.1), transparent 28%),
    var(--black);}

.about-paper {
  display: grid;
  grid-template-columns: .9fr 1fr auto;
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
  padding: clamp(28px, 4vw, 50px);}

.about-paper .sec-title {
  color: #0b0a09;
  font-size: clamp(56px, 7vw, 104px);}

.about-paper p {
  margin: 0;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.45;}

.btn.dark {
  background: #07110d;
  color: var(--paper);}

.about-shop-reel {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(200,136,42,.12), transparent 28%),
    linear-gradient(180deg, rgba(14,27,21,.36), transparent 48%);}

.about-reel {
  display: grid;
  grid-template-columns: 1.08fr .82fr 1fr .88fr;
  gap: clamp(14px, 2vw, 24px);
  align-items: end;
  margin-top: 24px;}

.about-reel-card {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(238,233,223,.14);
  background: #07110d;
  box-shadow: 10px 10px 0 #000;
  transform: rotate(var(--tilt, 0deg));}

.about-reel-card--1 { --tilt: -1.4deg; min-height: 560px; }
.about-reel-card--2 { --tilt: 1.1deg; min-height: 470px; margin-bottom: 42px; }
.about-reel-card--3 { --tilt: -1deg; min-height: 390px; margin-bottom: 86px; }
.about-reel-card--4 { --tilt: 1.6deg; min-height: 520px; }

.about-reel-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.06);
  transform: scale(1.02);}

.about-reel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(7,17,13,.88), rgba(7,17,13,.06) 62%, rgba(7,17,13,.18)),
    radial-gradient(circle at 50% 45%, transparent 0 48%, rgba(0,0,0,.18) 100%);
  pointer-events: none;}

.about-reel-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 6px;}

.about-reel-card figcaption span {
  width: fit-content;
  padding: 7px 10px 5px;
  background: var(--paper);
  color: #07110d;
  font-family: var(--fd);
  font-size: 28px;
  line-height: .86;
  letter-spacing: .04em;
  transform: rotate(-1.5deg);}

.about-reel-card figcaption small {
  max-width: 260px;
  color: #d8cfbf;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .12em;
  text-transform: uppercase;}

.about-team-shell {
  position: relative;
  margin-top: 6px;}

.about-team-strip {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 2px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding: 2px 24vw 14px 2px;}

.about-barber {
  flex: 0 0 clamp(280px, 31vw, 420px);
  scroll-snap-align: start;
  min-height: 430px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 18%, rgba(200,145,45,.18), transparent 28%),
    linear-gradient(150deg, #13271e, #090f0c);
  transition: .18s;}

.about-barber:hover {
  transform: translate(-2px,-2px);
  box-shadow: 8px 8px 0 #000;
  border-color: rgba(200,136,42,.45);}

.about-barber img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .35s ease;}
.about-barber:hover img { transform: scale(1.035) }

.about-barber::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7,17,13,.96), rgba(7,17,13,.1) 58%, rgba(7,17,13,.18));}

.about-barber span,
.about-barber small {
  position: relative;
  z-index: 2;
  display: block;
  padding-inline: 22px;}

.about-barber span {
  font-family: var(--fd);
  font-size: clamp(40px, 5vw, 68px);
  line-height: .84;
  color: var(--paper);
  padding-bottom: 8px;}

.about-barber small {
  color: var(--gold);
  padding-bottom: 22px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;}

.about-final {
  padding-top: 40px !important;}

.about-final .final-cta {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(200,136,42,.18), transparent 34%),
    linear-gradient(135deg, #102419, #07110d);
  border: 1px solid rgba(200,136,42,.32);
  padding: clamp(34px, 6vw, 72px);
  box-shadow: 10px 10px 0 #000;}

.about-final .final-cta h2 {
  font-family: var(--fd);
  font-size: clamp(72px, 11vw, 150px);
  line-height: .78;
  margin: 12px 0;
  color: var(--paper);}

.about-final .final-cta p {
  max-width: 560px;
  margin: 0 auto 24px;
  color: var(--muted);
  font-size: 17px;}

.about-final .actions {
  justify-content: center;}

@media (max-width: 980px) {
  .about-hero-inner,
  .about-paper {
    grid-template-columns: 1fr;
  }

  .about-values {
    grid-template-columns: 1fr;
  }

  .about-reel {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 2px 22vw 20px 2px;
  }

  .about-reel-card,
  .about-reel-card--1,
  .about-reel-card--2,
  .about-reel-card--3,
  .about-reel-card--4 {
    flex: 0 0 min(76vw, 420px);
    min-height: 430px;
    margin-bottom: 0;
    scroll-snap-align: start;
  }

  .about-barber {
    flex-basis: min(78vw, 360px);
    min-height: 360px;
  }
}

@media (max-width: 620px) {
  .about-hero {
    min-height: auto;
  }

  .about-hero-inner {
    padding-block: 54px 44px;
  }

  .about-hero-card {
    box-shadow: 6px 6px 0 #000;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-stats div {
    border-right: 0;
    border-bottom: 1px solid rgba(200,136,42,.18);
  }
  .about-stats div:last-child { border-bottom: 0 }

  .about-paper {
    padding: 24px;
  }

  .about-reel-card,
  .about-reel-card--1,
  .about-reel-card--2,
  .about-reel-card--3,
  .about-reel-card--4 {
    flex-basis: 82vw;
    min-height: 390px;
    transform: none;
  }

  .about-team-strip {
    padding-right: 18vw;
  }
}
