@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600&family=Inter:wght@300;400;500&display=swap');

.ab-page {
  --cream: #f0ece4;
  --paper: #f7f4ee;
  --charcoal: #2a2824;
  --rust: #c8482a;
  --line: #cdc4b0;

  background: var(--cream);
  color: var(--charcoal);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  line-height: 1.6;
}

.ab-page * {
  box-sizing: border-box;
}

.ab-page .display {
  font-family: 'Archivo', -apple-system, sans-serif;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.ab-page .eyebrow {
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rust);
}

.ab-page .wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}

/* --- signature mark: rust cross --- */
.ab-page .cross {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.ab-page .cross::before,
.ab-page .cross::after {
  content: '';
  position: absolute;
  background: var(--rust);
}
.ab-page .cross::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}
.ab-page .cross::after {
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  transform: translateX(-50%);
}

/* --- hero: founder-forward, asymmetric --- */
.ab-page .hero {
  padding: 70px 0 100px;
  background: transparent;
  border-bottom: none;
}
.ab-page .hero .wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
}
.ab-page .hero h1 {
  font-size: 46px;
  line-height: 1.1;
  margin: 18px 0 22px;
  font-weight: 300;
}
.ab-page .hero p {
  color: #57534a;
  max-width: 460px;
  font-size: 17px;
  line-height: 1.6;
}
.ab-page .hero-img {
  position: relative;
}
.ab-page .hero-img img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}
.ab-page .hero-img .cross {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
}
.ab-page .hero-img .cross::before,
.ab-page .hero-img .cross::after {
  background: var(--paper);
}

/* --- timeline --- */
.ab-page .timeline {
  padding: 90px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.ab-page .timeline .head {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
}
.ab-page .timeline .head h2 {
  font-size: 32px;
  font-weight: 300;
  margin-top: 14px;
  line-height: 1.2;
}
.ab-page .tl-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.ab-page .tl-item {
  padding: 0 26px;
  border-left: 1px solid var(--line);
}
.ab-page .tl-item:first-child {
  border-left: none;
}
.ab-page .tl-item .year {
  font-family: 'Archivo', sans-serif;
  color: var(--rust);
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 500;
}
.ab-page .tl-item p {
  font-size: 13.5px;
  color: #57534a;
  line-height: 1.5;
  margin: 0;
}

/* --- values --- */
.ab-page .values {
  padding: 100px 0;
}
.ab-page .values .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.ab-page .value {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 40px 34px;
}
.ab-page .value .cross {
  margin-bottom: 22px;
}
.ab-page .value h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.3;
}
.ab-page .value p {
  font-size: 14.5px;
  color: #57534a;
  line-height: 1.5;
  margin: 0;
}

/* --- founder quote --- */
.ab-page .quote {
  padding: 100px 0;
  background: var(--charcoal);
  color: var(--cream);
}
.ab-page .quote .wrap {
  max-width: 780px;
}
.ab-page .quote blockquote {
  font-family: 'Archivo', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 26px;
  border-left: none;
  padding-left: 0;
}
.ab-page .quote .attr {
  font-family: 'Archivo', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d8a08c;
}
.ab-page .quote .placeholder-note {
  margin-top: 20px;
  font-size: 12px;
  color: #8f8c82;
  font-family: 'Inter', sans-serif;
}

/* --- certifications --- */
.ab-page .certs {
  padding: 90px 0;
  border-top: 1px solid var(--line);
}
.ab-page .certs .head {
  margin-bottom: 44px;
}
.ab-page .certs .head h2 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 14px;
  line-height: 1.2;
}
.ab-page .certs .row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.ab-page .certs .item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Archivo', sans-serif;
  font-size: 13.5px;
  letter-spacing: 0.04em;
}

/* --- CTA section --- */
.ab-page .about-cta-section {
  background: var(--charcoal);
  color: var(--cream);
  padding: 80px 0;
  text-align: center;
}
.ab-page .about-cta-section h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 16px 0 30px;
  line-height: 1.2;
}

.ab-page .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--rust);
  color: var(--paper);
  font-family: 'Archivo', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 26px;
  text-decoration: none;
  border: 1px solid var(--rust);
  transition: background 0.2s ease, color 0.2s ease;
  font-weight: 500;
}
.ab-page .btn:hover {
  background: transparent;
  color: var(--rust);
}

@media (max-width: 900px) {
  .ab-page .hero .wrap {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .ab-page .tl-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .ab-page .tl-item {
    margin-bottom: 30px;
    padding: 0 16px;
  }
  .ab-page .tl-item:nth-child(odd) {
    border-left: none;
  }
  .ab-page .tl-item:nth-child(even) {
    border-left: 1px solid var(--line);
  }
  .ab-page .values .grid {
    grid-template-columns: 1fr;
  }
  .ab-page .wrap {
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .ab-page .tl-row {
    grid-template-columns: 1fr;
  }
  .ab-page .tl-item {
    border-left: none !important;
    margin-bottom: 24px;
  }
}
