/* Scope everything to .about-page so it won't touch other pages */
/* about/about.css */
@media (max-width: 768px) {
  #about-me {
    margin-top: 80px; /* adjust based on navbar height */
  }
}

.about-page {
  --fg: #101010;
  --muted: #5a5a5a;
  --line: #e9e9e9;
  --chip: #f6f6f6;
  --accent: #c8a36a; /* warm gold accent */
  color: var(--fg);
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.about-page .wrap { width: min(1120px, 92vw); margin-inline: auto; }

.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.2;
  letter-spacing: .2px;
  margin: 0 0 10px;
}

/* HERO */
.about-hero {
  padding: clamp(72px, 9vw, 120px) 0 44px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(900px 500px at 88% -10%, #f8f8f8 10%, transparent 60%);
}
.about-hero h1 { font-size: clamp(38px, 6vw, 68px); font-weight: 700; }
.about-hero .lede {
  margin-top: 10px;
  max-width: 62ch;
  color: var(--muted);
  font-size: clamp(16px, 1.9vw, 18px);
}

/* GRID */
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(24px, 4.2vw, 52px);
  align-items: center;
  padding: 52px 0;
  border-bottom: 1px solid var(--line);
}

/* PORTRAIT */
.portrait {
  aspect-ratio: 4/5;
  border-radius: 20px;
  overflow: hidden;
  background: #f2f2f2;
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
}
.portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* BIO */
.bio h2 { font-size: clamp(26px, 4.2vw, 40px); }
.bio p  { color: var(--muted); font-size: 16px; }

/* BADGES */
.badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.badge {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  background: #fff;
}
.badge .num {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(20px, 3.4vw, 28px);
  color: var(--accent);
  display: block;
}
.badge .label { color: var(--muted); font-size: 14px; }

/* SECTIONS */
.section { padding: 44px 0; border-bottom: 1px solid var(--line); }
.section h3 { font-size: clamp(22px, 3.2vw, 30px); margin-bottom: 14px; }

/* PILLS */
.pill-list {
  list-style: none;
  display: flex; flex-wrap: wrap; gap: 10px;
  padding: 0; margin: 0;
}
.pill-list li {
  background: var(--chip);
  border: 1px solid var(--line);
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
}

/* GALLERY (3 across) */
.gallery3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.gallery3 img {
  border-radius: 14px;
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

/* TESTIMONIALS */
.testimonials h3 { margin-bottom: 8px; }
.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.quotes blockquote {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 18px 14px;
  background: #fff;
  color: var(--muted);
  font-style: italic;
}
.quotes blockquote cite {
  display: block;
  margin-top: 10px;
  color: var(--fg);
  font-style: normal;
  font-weight: 600;
}
/* === About Me Section === */
#about-me {
  padding: 80px 20px;
  background: #f9f9f9;
}

.about-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.about-image {
  flex: 1 1 300px;
  text-align: center;
}

.about-image img {
  width: 360px;
  height: 360px;
  border-radius: 16px;                /* square card with soft corners */
  object-fit: cover;                  /* crop nicely to fill */
  object-position: 50% 25%;           /* nudge up so your head is visible */
  background: url('/Images/Des.jpg') center center / cover no-repeat;
  /* fills any leftover space with the same photo (grass effect) */
  border: 6px solid #fff;             /* white border frame */
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
}






.about-image img:hover {
  transform: scale(1.05);
}

.about-content {
  flex: 2 1 500px;
}

.about-content h2 {
  font-size: 32px;
  color: #871036;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
}

.about-content p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #444;
}

.about-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #871036;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.2s ease;
}

.about-btn:hover {
  background: rgb(19, 102, 30);
  transform: translateY(-2px);
}

/* CTA CARD */
.contact-cta { padding: 44px 0 70px; }
.cta-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #fafafa);
  padding: 22px;
  display: grid;
  gap: 10px;
}
.cta-card h4 {
  font-size: clamp(18px, 3vw, 24px);
  margin: 0;
}
.cta-card p { color: var(--muted); margin: 0 0 6px; }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.btn {
  display: inline-block;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--fg);
  text-decoration: none;
  font-weight: 600;
  transition: transform .15s, border-color .2s;
}
.btn:hover { transform: translateY(-1px); border-color: var(--accent); }
.btn.primary { background: var(--accent); color: #111; border-color: var(--accent); }

/* RESPONSIVE */
@media (max-width: 980px) {
  .about-grid { grid-template-columns: 1fr; }
  .quotes { grid-template-columns: 1fr; }
  .gallery3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .badges { grid-template-columns: 1fr 1fr; }
  .gallery3 { grid-template-columns: 1fr; }
}
