/* ============================================================
   ABOUT US PAGE
   ============================================================ */

/* ── Nav spacing (matches services page) ───────────────────── */
.nav-inner { align-items: flex-start; }
.nav-left, .nav-right { padding-top: 10px; }
.nav-left { justify-content: flex-end; }
.nav-right { justify-content: flex-start; }

/* ── Hero ───────────────────────────────────────────────────── */
.about-hero {
  position: relative;
  background: var(--navy);
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}

.about-hero-statue {
  position: absolute;
  left: 200px;
  bottom: -140px;
  z-index: 10;
  width: 30%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.about-hero-statue img {
  width: 90%;
  max-width: 320px;
  object-fit: contain;
  display: block;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 140px 60px 0;
  min-height: 700px;
}

.about-hero-text {
  text-align: left;
  margin-top: auto;
  max-width: 780px;
  margin-left: 150px;
}

.about-hero-text h1 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1.1;
  margin-bottom: 18px;
}

.about-hero-text p {
  font-family: var(--sans);
  font-size: 1.22rem;
  font-weight: 700;
  color: rgba(255,255,255,0.82);
  font-style: normal;
  line-height: 1.5;
}

/* Riaan card */
.about-hero-card {
  margin-top: 40px;
  align-self: center;
  margin-left: 100px;
}

.card-artwork {
  display: block;
  width: 430px;
  max-width: 100%;
  height: auto;
}


/* ── About Main Section ─────────────────────────────────────── */
.about-main {
  background: var(--white);
  padding: 200px 60px 60px;   /* extra top to clear statue overlap */
}

.about-main-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 614px;
  gap: 72px;
  align-items: start;
}

.about-main-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.about-eyebrow {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 400;
  color: var(--text);
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 6px;
}

.about-heading {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.8vw, 2.2rem);
  font-weight: 600;
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  line-height: 1.1;
}

.about-heading::after {
  content: '';
  display: block;
  width: 60%;
  height: 1px;
  background: rgba(0,0,0,0.2);
  margin: 16px 0 28px;
}

.about-main-text p {
  font-family: 'Barlow', var(--sans);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 8px;
}

.about-membership-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}

.about-membership strong {
  display: block;
  font-family: 'Barlow', var(--sans);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}

.about-membership span {
  font-family: 'Barlow', var(--sans);
  font-size: 1.05rem;
  color: var(--navy);
}

.about-quill-wrap {
  position: relative;
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  margin-left: 28px;
}

.about-quill-sword {
  position: absolute;
  width: 148px;
  top: 0;
  left: 50px;
  z-index: 1;
  filter: hue-rotate(180deg) brightness(0.45) saturate(1.5);
  transform: scaleX(-1) rotate(-3deg);
}

.about-quill-feather {
  position: absolute;
  width: 92px;
  bottom: -22px;
  right: -30px;
  z-index: 2;
  transform: rotate(12deg);
}


/* ── Body Cards (3-column) ──────────────────────────────────── */
.about-cards {
  display: grid;
  grid-template-columns: repeat(3, 400px);
  gap: 30px;
  justify-content: center;
  background: #f0ede8;
  padding: 48px 40px 60px;
}

.about-card {
  position: relative;
  width: 400px;
  height: 580px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: stretch;
  border: none;
  overflow: hidden;
}

.about-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 8px solid var(--gold);
  z-index: 10;
  pointer-events: none;
}

.about-card:nth-child(2)::after {
  border-color: var(--navy);
}

.about-card::before {
  content: '';
  position: absolute;
  inset: -10px;
  background-size: cover;
  background-position: center;
}
.about-card--1::before { background-image: url('../images/ser1.png'); }
.about-card--2::before { background-image: url('../images/ser2.png'); }
.about-card--3::before { background-image: url('../images/ser3.png'); }

.about-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.about-card-inner {
  position: relative;
  z-index: 2;
  margin-top: -10px;
  padding: 0px 36px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 100%;
}

.about-card-icon {
  width: 150px;
  height: 210px;
  object-fit: contain;
  object-position: center bottom;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.about-card:nth-child(1) .about-card-icon {
  width: 200px;
}

.about-card:nth-child(1) .about-card-icon {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 24px;
  flex-shrink: 0;
}

.about-card-inner h2 {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.2vw, 1.95rem);
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  line-height: 1;
}

.about-card-inner h2::after {
  content: '';
  display: block;
  width: 60%;
  height: 1px;
  background: rgba(255,255,255,0.35);
  margin: 12px auto 16px;
}

.about-card-inner p {
  font-family: 'Barlow', var(--sans);
  font-size: 1.03rem;
  font-weight: 400;
  color: rgba(255,255,255,0.82);
  line-height: 1.4;
}

/* ── Desktop: pin card bottom to hero bottom ─────────────────── */
@media (min-width: 961px) {
  .about-hero-content { padding-bottom: 222px; }
  .about-hero-card {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding-left: 100px;
    margin: 0;
  }
  .card-artwork { width: 430px; max-width: 100%; height: auto; }
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 960px) {
  /* Logo: 50% smaller on about page */
  .nav-logo { width: 156px; }
  .nav-logo img { width: 156px; }

  /* Hero: statue left, text right — card full-width below */
  .about-hero {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    min-height: auto;
    overflow: hidden;
    padding-top: 180px;
    padding-bottom: 100px;
  }
  .about-hero-statue {
    position: static;
    width: 35%;
    max-width: none;
    bottom: auto;
    z-index: auto;
    margin: 0;
    flex-shrink: 0;
  }
  .about-hero-content {
    flex: 1;
    min-width: 0;
    padding: 12px 16px 16px 10px;
    align-items: flex-start;
    min-height: auto;
    position: static;
  }
  .about-hero-text { text-align: left; margin-left: 0; margin-top: 0; max-width: none; }
  .about-hero-text h1 { font-size: 1.15rem; }
  .about-hero-text p { font-size: 0.85rem; font-weight: 400; }
  .about-hero-card { position: absolute; bottom: 0; left: 10%; width: 80%; margin: 0; padding: 0; }
  .card-artwork { width: 100%; display: block; height: auto; }

  /* About main */
  .about-main { padding: 52px 24px; }
  .about-main-inner { grid-template-columns: 1fr; gap: 40px; }

  /* Cards */
  .about-cards { grid-template-columns: 1fr; padding: 40px 16px 48px; }
  .about-card { width: 100%; min-height: 400px; }

  /* Quill decoration — hide on mobile to prevent overflow */
  .about-quill-wrap { display: none; }
}

@media (max-width: 600px) {
  .about-hero-content { padding: 12px 12px 20px 8px; }
  .about-main { padding: 36px 16px; }
}
