/* ============================================================
   ABOUT.CSS — About page styles
   ============================================================ */

/* ——— HERO ——— */
.abt-hero {
  background: var(--dark-bg);
  padding: 7rem 3rem 6rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.abt-hero-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fbc);
  font-size: 22vw;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  opacity: .028;
  pointer-events: none;
  user-select: none;
  line-height: 1;
}
.abt-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
.abt-hero-label {
  font-family: var(--fbr);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--o);
  margin-bottom: 1.6rem;
}
.abt-hero-h {
  font-family: var(--fbc);
  font-size: clamp(4rem, 9vw, 9rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: .95;
  color: var(--w);
  margin-bottom: 1.8rem;
}
.abt-hero-h em {
  font-style: normal;
  color: var(--o);
}
.abt-hero-sub {
  font-family: var(--fbr);
  font-size: 1.1rem;
  color: rgba(255,255,255,.45);
  font-weight: 300;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ——— STORY ——— */
.abt-story {
  padding: 6rem 3rem;
  background: var(--w);
}
.abt-story-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 5rem;
  align-items: start;
}
.abt-section-label {
  font-family: var(--fbr);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--o);
  margin-bottom: 1.8rem;
}
.abt-story-lead {
  font-family: var(--fbr);
  font-size: 1.15rem;
  color: var(--k);
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
.abt-story-text p {
  font-family: var(--fbr);
  font-size: 1rem;
  color: var(--m);
  line-height: 1.8;
  margin-bottom: 1.4rem;
  font-weight: 400;
}
.abt-story-text p:last-child { margin-bottom: 0; }
.abt-story-quote {
  position: relative;
  border-left: 3px solid var(--o);
  padding: .8rem 0 .8rem 2rem;
  margin: 2rem 0;
}
.abt-story-quote::before {
  content: '\201C';
  position: absolute;
  top: -.6rem;
  left: .8rem;
  font-family: var(--fbc);
  font-size: 6rem;
  font-weight: 800;
  color: var(--o);
  opacity: .15;
  line-height: 1;
  pointer-events: none;
}
.abt-story-quote p {
  font-family: var(--fbc);
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--k);
  line-height: 1.3;
  margin-bottom: 0;
}

/* Company card */
.abt-story-card {
  border: 1px solid var(--border);
  padding: 2.4rem;
  background: var(--g);
  position: sticky;
  top: 100px;
}
.abt-card-label {
  font-family: var(--fbr);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--m);
  margin-bottom: 1rem;
}
.abt-card-name {
  font-family: var(--fbc);
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--k);
  margin-bottom: 1.2rem;
}
.abt-card-addr {
  font-family: var(--fbr);
  font-size: .88rem;
  color: var(--m);
  line-height: 1.7;
  font-style: normal;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 1.2rem;
}
.abt-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 1.4rem;
}
.abt-card-tags span {
  font-family: var(--fbr);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--k);
  background: var(--w);
  border: 1px solid var(--border);
  padding: .35rem .85rem;
}
.abt-card-email {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.abt-card-email-label {
  font-family: var(--fbr);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--m);
}
.abt-card-email a {
  font-family: var(--fbr);
  font-size: .9rem;
  color: var(--o);
  text-decoration: none;
  font-weight: 500;
  transition: color .2s;
}
.abt-card-email a:hover { color: var(--ob); }

/* ——— TRUST PILLARS ——— */
.abt-trust {
  background: var(--dark-bg);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--dark-border);
  border-bottom: 1px solid var(--dark-border);
}
.abt-trust-col {
  padding: 4rem 3rem;
  border-right: 1px solid var(--dark-border);
  transition: background .3s;
}
.abt-trust-col:last-child { border-right: none; }
.abt-trust-col:hover { background: var(--dark-hover); }

.abt-trust-col:nth-child(2) { transition-delay: .08s; }
.abt-trust-col:nth-child(3) { transition-delay: .16s; }
.abt-trust-col:nth-child(4) { transition-delay: .24s; }

.abt-trust-num {
  font-family: var(--fbc);
  font-size: 4.5rem;
  font-weight: 800;
  color: var(--o);
  opacity: .18;
  line-height: 1;
  margin-bottom: 1.6rem;
  transition: opacity .3s;
}
.abt-trust-col:hover .abt-trust-num { opacity: .45; }
.abt-trust-icon {
  width: 42px;
  height: 42px;
  border: 1px solid var(--dark-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.5);
  margin-bottom: 1.2rem;
}
.abt-trust-h {
  font-family: var(--fbc);
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--w);
  margin-bottom: .6rem;
}
.abt-trust-p {
  font-family: var(--fbr);
  font-size: .85rem;
  color: rgba(255,255,255,.4);
  line-height: 1.7;
  font-weight: 400;
}

/* ——— STATS ——— */
.abt-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--border);
}
.abt-stat {
  padding: 2.2rem 2.5rem;
  border-right: 1px solid var(--border);
}
.abt-stat:last-child { border-right: none; }
.abt-stat:nth-child(2) { transition-delay: .08s; }
.abt-stat:nth-child(3) { transition-delay: .16s; }
.abt-stat:nth-child(4) { transition-delay: .24s; }
.abt-stat-num {
  font-family: var(--fbc);
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: .02em;
  color: var(--k);
  line-height: 1;
  margin-bottom: .2rem;
}
.abt-stat-num sup { font-size: .45em; color: var(--o); }
.abt-stat-lbl {
  font-family: var(--fbr);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--m);
}

/* ——— CTA (shared with home) ——— */
.v2-cta {
  background: var(--o);
  padding: 6rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.v2-cta::before {
  content: 'VONEEDL';
  position: absolute;
  font-family: var(--fbc);
  font-size: 22vw;
  font-weight: 800;
  color: rgba(0,0,0,.08);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.v2-cta > * { position: relative; z-index: 1; }
.v2-cta-tag {
  font-family: var(--fbr);
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(0,0,0,.5);
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.v2-cta-h {
  font-family: var(--fbc);
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: .95;
  margin-bottom: 2.5rem;
}
.v2-cta-h strong { font-weight: 800; display: block; }
.v2-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: var(--dark-bg);
  color: #fff;
  padding: 1.1rem 3rem;
  font-family: var(--fbr);
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s, transform .15s;
}
.v2-cta-btn:hover { background: var(--dark-hover); transform: translateY(-2px); }

/* ——— RESPONSIVE ——— */
@media (max-width: 1100px) {
  .abt-story-inner { grid-template-columns: 1fr; gap: 3rem; }
  .abt-story-card { position: static; }
  .abt-trust { grid-template-columns: repeat(2, 1fr); }
  .abt-trust-col:nth-child(2) { border-right: none; }
  .abt-trust-col:nth-child(1),
  .abt-trust-col:nth-child(2) { border-bottom: 1px solid var(--dark-border); }
  .abt-stats { grid-template-columns: repeat(2, 1fr); }
  .abt-stat:nth-child(2) { border-right: none; }
  .abt-stat:nth-child(3),
  .abt-stat:nth-child(4) { border-top: 1px solid var(--border); }
}
@media (max-width: 700px) {
  .abt-hero { padding: 4rem 1.5rem 3.5rem; }
  .abt-story { padding: 3.5rem 1.5rem; }
  .abt-trust-col { padding: 2.5rem 1.5rem; }
  .abt-stat { padding: 1.6rem 1.2rem; }
  .abt-trust { grid-template-columns: 1fr; }
  .abt-trust-col { border-right: none; border-bottom: 1px solid var(--dark-border); }
  .abt-trust-col:last-child { border-bottom: none; }
}
