/* HEY BIG SISTER — ABOUT PAGE
   VB / Apple-ish: soft almond, lots of white, tight layout, small images.
*/

.about-body {
    margin: 0;
    background: #f7ece4; /* almond */
    color: #372822;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.about-shell {
    max-width: 980px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem;
}

/* Header layout */

.about-header {
    padding-top: 1.6rem;
    margin-bottom: 2.4rem;
}

.about-header-inner {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

/* Back link */

.about-back {
    position: absolute;
    left: 0;
    top: 0.4rem;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-decoration: none;
    color: #8f7765;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.about-back:hover {
    opacity: 1;
}

/* Clean, centered logo — anchored */

.about-logo-wrap {
    display: flex;
    justify-content: center;
    margin: 0.6rem auto 1.8rem;
    padding: 0.9rem 1.2rem;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 18px;
    width: fit-content;
    box-shadow: 0 10px 26px rgba(40, 25, 15, 0.12);
}

.about-logo {
    height: 100px;   /* tweak if needed */
    width: auto;
    display: block;
    opacity: 0.95;
}


/* Header text */

.about-header h1 {
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: 500;
    font-size: 1.9rem;
    margin: 0 0 0.6rem;

    text-align: center;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.about-intro {
    max-width: 720px;
    margin: 0 auto;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #4c3a30;
}

/* Generic sections */

.about-section {
    margin: 3rem 0;
}

.about-tag {
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #a37a60;
    margin-bottom: 0.35rem;
}

.about-section h2 {
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: 500;
    font-size: 1.4rem;
    margin: 0 0 0.7rem;
}

.about-copy p,
.about-copy ul {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #4c3a30;
}

.about-copy ul {
    padding-left: 1.2rem;
    margin: 0.5rem 0 1rem;
}

.about-break {
    margin: 1rem 0 0.6rem;
    font-weight: 500;
}

.about-strong {
    margin-top: 0.8rem;
    font-weight: 600;
}

/* Two-column sections */

.about-section-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 1.8rem;
    align-items: center;
    background: #F9EDE3;

    border-radius: 28px;
    padding: 1.8rem 1.7rem;
    box-shadow: 0 18px 40px rgba(40, 25, 15, 0.2);
}

.about-section-grid--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
}

.about-section-grid--reverse .about-copy {
    order: 2;
}

.about-section-grid--reverse .about-image {
    order: 1;
}

/* Images — keep them small & premium */

.about-image {
    text-align: center;
}

.about-image img {
    max-width: 320px;        /* about a third of the card width */
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 16px 34px rgba(28, 18, 12, 0.3);
}

/* Cards for framework / report */

.about-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
    margin-top: 1.4rem;
}

.about-card {
    background: #F9EDE3;
    border-radius: 22px;
    padding: 1.6rem 1.5rem 1.4rem;
    box-shadow: 0 16px 30px rgba(45, 29, 20, 0.18);
    font-size: 0.95rem;
    color: #4c3a30;
}


.about-card h3 {
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: 500;
    font-size: 1.1rem;
    margin: 0 0 0.6rem;
}

.about-card ul {
    padding-left: 1.2rem;
    margin: 0.5rem 0 0.9rem;
}

.about-image-wide {
    margin-top: 1.9rem;
    text-align: center;
}

.about-image-wide img {
    max-width: 520px;
    width: 100%;
    height: auto;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: 0 18px 36px rgba(30, 20, 14, 0.26);
}

/* Founder block */

.about-founder {
    background: #F9EDE3;
    border-radius: 26px;
    padding: 1.9rem 1.8rem 1.7rem;
    box-shadow: 0 18px 40px rgba(40, 25, 15, 0.25);
}

.about-founder p {
    font-size: 0.98rem;
    line-height: 1.75;
    color: #46342b;
}

/* CTA */

.about-cta {
    text-align: center;
}

.about-cta h2 {
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
}

.about-cta p {
    max-width: 560px;
    margin: 0 auto 1rem;
    font-size: 0.95rem;
    color: #4c3a30;
}

.about-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 2.2rem;
    border-radius: 999px;
    border: none;
    font-size: 0.95rem;
    text-decoration: none;
    background: linear-gradient(135deg, #f4c9aa, #e5a98a);
    color: #241813;
    box-shadow: 0 14px 30px rgba(229, 169, 138, 0.55);
    cursor: pointer;
    transition: box-shadow 0.18s ease, transform 0.06s ease;
}

.about-cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(229, 169, 138, 0.65);
}

.about-cta-note {
    font-size: 0.8rem;
    color: #806553;
}

/* Responsive */

@media (max-width: 900px) {
    .about-shell {
        padding: 2rem 1.1rem 3rem;
    }

    .about-back {
    position: absolute;
    left: 0;
    top: 0.4rem;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-decoration: none;
    color: #8f7765;
    opacity: 0.55;
    transition: opacity 0.2s ease;
}

.about-back:hover {
    opacity: 0.9;
}


    .about-section-grid,
    .about-section-grid--reverse {
        grid-template-columns: minmax(0, 1fr);
        text-align: left;
    }

    .about-section-grid--reverse .about-copy,
    .about-section-grid--reverse .about-image {
        order: initial;
    }

    .about-cards {
        grid-template-columns: minmax(0, 1fr);
    }

    .about-logo-wrap {
        margin-top: 0.2rem;
    }
}
/* Footer (same pill style as Contact) */
.site-footer{
  max-width: 980px;
  margin: 28px auto 40px;
  padding: 0 22px;
  text-align: center;
}

.footer-nav{
  display: inline-flex;
  gap: 18px;
  padding: 10px 16px;
  border: 1px solid #ead9cf;
  border-radius: 999px;
  background: rgba(255,255,255,0.55);
}

.footer-nav a{
  color: #6a5a4f;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-nav a:hover{
  text-decoration: underline;
}
/* Push footer away from CTA and anchor it visually */
.site-footer{
  margin-top: 64px;
}
/* Footer */
.site-footer{
  max-width: 980px;
  margin: 28px auto 50px;
  padding: 0 22px;
  text-align: center;
}

.footer-nav{
  display: inline-flex;
  gap: 18px;
  padding: 10px 18px;
  border: 1px solid #ead9cf;
  border-radius: 999px;
  background: rgba(255,255,255,0.55);
}

.footer-nav a{
  color: #6a5a4f;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-nav a:hover{
  text-decoration: underline;
}
/* Footer (match Contact pill) */
.site-footer{
  max-width: 980px;
  margin: 18px auto 40px;
  padding: 0 22px;
  text-align: center;
}

.footer-nav{
  display: inline-flex;
  gap: 18px;
  padding: 10px 16px;
  border: 1px solid #ead9cf;
  border-radius: 999px;
  background: rgba(255,255,255,0.55);
}

.footer-nav a{
  color: #6a5a4f;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-nav a:hover{
  text-decoration: underline;
}
