/**
 * Project Name: Mut Human Development Specialist
 * Version: 1.0.0
 * Date: Sept 15, 2026
 * Author: Louis Yungling
 * Description: Main stylesheet
 */

:root {
  --bg: #f7f5f0;
  --bg-alt: #eee8dc;
  --ink: #2b2a27;
  --ink-soft: #635c52;
  --pine: #3f5443;
  --pine-dark: #2b3b2e;
  --olive: #7b8e6b;
  --clay: #b9814b;
  --card: #ffffff;
  --line: rgba(43, 42, 39, 0.1);
  --shadow: 0 2px 24px rgba(43, 42, 39, 0.06);
  --radius: 2px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3 {
  font-family: "Fraunces", serif;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--pine-dark);
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
.narrow {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 24px;
}

.tiny {
  font-size: 80%;
}

.italic {
  font-style: italic;
}

/* ---------- Contour divider — signature element ---------- */
.contour {
  width: 100%;
  height: 28px;
  display: block;
}
.contour path {
  fill: none;
  stroke: var(--pine);
  stroke-width: 1.2;
  opacity: 0.28;
}
.contour.on-dark path {
  stroke: var(--bg);
  opacity: 0.35;
}

/* ---------- Nav ---------- */
header {
  background: var(--bg);
  /* box-shadow: var(--shadow-sm); */
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
}

nav {
  max-width: 1300px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--pine-dark);
}

#logoblock p {
  font-weight: 500;
  font-size: 0.9rem;
  margin-top: -4px;
  color: var(--clay);
}

#navLinks {
  display: flex;
  align-items: center;
  gap: 2rem;
}

#navLinks li {
  list-style: none;
}

#navLinks li a {
  color: var(--pine-dark);
  font-weight: 500;
  padding: 0.4rem 0;
}

#navLinks li a:hover {
  color: var(--color-primary);
}

.nav-cta {
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  padding: 10px 18px !important;
  background: var(--olive) !important;
  color: var(--card) !important;
  border-radius: 2px !important;
  letter-spacing: 0.02em !important;
}
.nav-cta:hover {
  background: var(--pine-dark) !important;
}

/* change font of subhead after Michael's name */
.subhead {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
}

.menu-toggle {
  display: none;
}

#menuToggle {
  display: none;
}

/* ---------- Hero ---------- */
#hero {
  position: relative;
  min-height: 520px;
  background-color: var(--ink-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  background-image: url("img/mutStand.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;

  right: 57%;
  bottom: 0;
}

#hero .hero-content {
  width: 50%;
  max-width: 650px;
  margin-left: 42%;
  padding: 30px 0px 30px 0px;
}

#hero h1 {
  font-size: 2.5rem;
  color: var(--bg);
  max-width: 680px;
  margin: 0 auto 22px;
}
#hero p {
  font-size: 1.05rem;
  color: #ede7d8;
  max-width: 520px;
  margin: 0px 0px 34px 0px;
}
.btn-primary {
  display: inline-block;
  background: var(--clay);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 15px 32px;
  border-radius: var(--radius);
  letter-spacing: 0.01em;
}
.btn-primary:hover {
  background: #a06e3d;
}
.btn-ghost {
  display: inline-block;
  margin-top: 16px;
  color: #ede7d8;
  font-size: 0.88rem;
  border-bottom: 1px solid rgba(237, 231, 216, 0.4);
  padding-bottom: 2px;
}

/* TO CENTER DIV with BUTTONS */
.center {
  margin-top: 40px;
  text-align: center;
}

/* ---------- Page header (About) ---------- */
.page-header {
  position: relative;
  padding: 80px 0 60px;
  background-color: var(--ink-soft);
  color: var(--bg);
  text-align: center;
}
.page-header .eyebrow-on-dark {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d9c9a8;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}
.page-header h1 {
  font-size: 2.3rem;
  color: var(--bg);
  max-width: 600px;
  margin: 0 auto;
}

/* ---------- Section rhythm ---------- */
section {
  padding: 64px 0;
}
.section-alt {
  background: var(--bg-alt);
}
.eyebrow {
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clay);
  font-weight: 700;
  margin-bottom: 14px;
  display: block;
}
.section-head {
  text-align: center;
  margin-bottom: 44px;
}
.section-head h2 {
  font-size: 1.9rem;
}
.section-head p {
  color: var(--ink-soft);
  max-width: 480px;
  margin: 14px auto 0;
  font-size: 1rem;
}
/* for places Michael wants more space after h2 */
.extra-top-pad {
  padding-top: 20px;
}

.btn-primary-dark {
  display: inline-block;
  background: #7b8e6b;
  color: var(--card);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 15px 32px;
  border-radius: var(--radius);
}
.btn-primary-dark:hover {
  background: var(--pine-dark);
}

.btn-secondary-light {
  display: inline-block;
  background: var(--bg);
  border: 1px solid var(--pine);
  color: var(--pine);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 15px 32px;
  border-radius: var(--radius);
}
.btn-secondary-light:hover {
  background: var(--pine);
  color: var(--bg);
}

.btn-primary {
  display: inline-block;
  background: var(--clay);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 15px 32px;
  border-radius: var(--radius);
  letter-spacing: 0.01em;
}
.btn-primary:hover {
  background: #a06e3d;
}

/* ---------- Intro (photo + text) ---------- */
.intro {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}
.intro-photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--card);
  box-shadow: var(--shadow);
  flex-shrink: 0;
}
.intro-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.intro-text {
  text-align: center;
}
.intro-text h2 {
  font-size: 1.7rem;
  margin-bottom: 16px;
}
.intro-text p {
  color: var(--ink-soft);
  font-size: 1.02rem;
  margin-bottom: 24px;
}
.credential-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--pine);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.resume-link {
  display: inline-block;
  font-size: 0.88rem;
  color: var(--pine);
  border-bottom: 1px solid rgba(63, 84, 67, 0.3);
  padding-bottom: 1px;
  margin-top: 6px;
}

/* ---------- Approach - Value Cards, same pattern as homepage Benefits ---------- */
.benefit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.benefit-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 22px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  box-shadow: var(--shadow);
}
.benefit-icon {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b9814b;
  margin-top: 7px;
}

.benefit-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: var(--pine-dark);
}
.benefit-card p {
  font-size: 0.92rem;
  color: var(--ink);
  line-height: 1.55;
}

/* ---------- Tag List also on Who I help — tag cloud ---------- */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
}
.tag {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 12px 20px;
  border-radius: 24px;
  font-size: 0.92rem;
  color: var(--ink);
  box-shadow: var(--shadow);
  text-align: center;
}

/* ----------  Testimonial ---------- */
.testimonial {
  background: var(--ink-soft);
  color: var(--bg);
  text-align: center;
  padding: 64px 0;
}

/* -- change bgcolor of every other on TESTIMONIALS page - */
.var1 {
  background: var(--bg) !important;
  color: var(--pine-dark) !important;
}

.testimonial .wrap {
  max-width: 640px;
}
.quote-mark {
  font-family: "Fraunces", serif;
  font-size: 3rem;
  color: var(--clay);
  line-height: 1;
  margin-bottom: 8px;
}
.testimonial blockquote {
  font-family: "Fraunces", serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.testimonial cite {
  font-style: normal;
  font-size: 0.85rem;
  color: #c7cdc8;
  letter-spacing: 0.02em;
}

/* make color darker for light background variations */
.var1 cite {
  color: var(--ink-soft) !important;
}

/* ---------- About / credentials ---------- */
.about {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}
.about-photo {
  width: 100%;
  max-width: 280px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.about-text,
.practice-text {
  text-align: center;
}
.about-text h2,
.practice-text h2 {
  font-size: 1.7rem;
  margin-bottom: 16px;
}

.practice-text h2:not(:first-of-type) {
  padding-top: 20px;
}

.about-text p,
.practice-text p {
  color: var(--ink-soft);
  margin-bottom: 20px;
}
.credential-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--pine);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}
.about-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: center;
  font-size: 0.9rem;
}
.about-links a {
  color: var(--pine);
  border-bottom: 1px solid rgba(63, 84, 67, 0.3);
  padding-bottom: 1px;
}

/* ---------- FAQ SECTION ---------- */
#faq .benefit-grid {
  grid-template-columns: 1fr;
}

#faq .benefit-card {
  width: 65%;
  margin: 0 auto;
}

/* Setup the Summary layout */

summary {
  list-style: none; /* Hide native arrow */
  display: flex;
  align-items: center; /* Center icon and text vertically */
  cursor: pointer;
}

/* Hide native Safari arrow */
summary::-webkit-details-marker {
  display: none;
}

/* Style the custom icon and add space AFTER it */
summary::before {
  content: "+";
  color: var(--clay);
  font-weight: bold;
  font-size: 1.3rem;

  /* This creates a fixed width for the icon box, guaranteeing */
  /* the text starts at the exact same spot every time */
  flex-shrink: 0;
  width: 35px;
}

/* Swap the icon to a minus sign when open (No rotating!) */
details[open] summary::before {
  content: "−"; /* Using a true minus typographic character so it matches the '+' width */
}

/* Makes Summary BOLD when OPEN */
details[open] summary {
  font-weight: bold;
}

/* Align the hidden answer text perfectly */
details .content {
  /* Match the 35px icon width exactly so the text lines up perfectly */
  padding-left: 35px;
  margin-top: 10px;
}

/* ---------- Final CTA ---------- */
.cta-final {
  text-align: center;
  padding: 72px 0;
}
.cta-final h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.cta-final p {
  color: var(--ink-soft);
  max-width: 440px;
  margin: 0 auto 30px;
}

/* ---------- Footer ---------- */
footer {
  background: var(--ink-soft);
  color: var(--card);
  padding: 48px 0 28px;
}
.footer-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 22px;
}
.footer-name {
  font-size: 1.2rem;
  color: var(--card);
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  font-size: 0.88rem;
}
.footer-links a:hover {
  color: var(--bg);
}
.footer-phone {
  font-size: 0.9rem;
  color: var(--card);
}
.footer-bottom {
  text-align: center;
  font-size: 0.78rem;
  color: var(--bg);
}

/* -------  MAIL FORM STYLES ----------- */
/* (A) NOTIFICATION */
#notify {
  color: #ff0000;
  font-weight: 500;
  background: #eeeeee;
  padding: 5px;
  margin-bottom: 10px;
}

/* (B) FORM */
#cform {
  width: 100%;
  max-width: 450px;
  margin: 0px auto;
  background-color: transparent;
}

#cform input[type="text"],
#cform input[type="email"],
#cform textarea {
  width: 100%;
  padding: 10px 16px;
  resize: none;
  margin-bottom: 10px;
  border: 1px solid var(--pine);
  font-size: 1.3rem;
  border-radius: 3px;
  color: var(--pine);
}

/** FOR CONTACT FORMS THROUGHOUT **/
#cform textarea {
  height: 150px;
}

#cform input[type="submit"] {
  border: none;
  padding: 10px 14px 10px 14px;
  font-size: 1.2rem;
  background-color: var(--pine);
  color: #ffffff;
  transition: all 0.5s ease;
  border-radius: 3px;
}

#cform input[type="submit"]:hover {
  background-color: var(--pine-dark);
}

/** MAKE CAPTCHA LOOK NICE **/
.g-recaptcha {
  transform: scale(0.82);
  -webkit-transform: scale(0.82);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

#notify p {
  padding-top: 16px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3278ba;
}

#t2 {
  padding-top: 20px;
}

/*  ----- MOBILE STYLES ------ */

@media (min-width: 640px) {
  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/*    768 MIN Width    */

@media (min-width: 760px) {
  #navlinks {
    display: flex;
  }

  .intro {
    flex-direction: row;
    text-align: left;
    gap: 56px;
  }
  .intro-text {
    text-align: left;
  }

  .about {
    flex-direction: row;
    text-align: left;
    gap: 56px;
  }
  .about-text,
  .practice-text {
    text-align: left;
  }

  .practice-text {
    padding-left: 100px;
    padding-right: 100px;
  }

  .about-links {
    justify-content: flex-start;
  }

  .footer-top {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

/* ----  768 MAX WIDTH ----- */

@media (max-width: 768px) {
  #hero {
    min-height: 0;
    display: block;
    padding: 0 24px 50px;
  }

  #hero::before {
    position: relative;

    display: block;
    width: 100%;
    height: 430px;

    right: auto;
    bottom: auto;

    background-size: auto 1000px;
    background-position: center 20px;
  }

  #hero .hero-content {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 0px;
  }

  #hero .hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-toggle {
    display: block;
    position: relative;
    width: 30px;
    height: 24px;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    margin-bottom: 6px;
    transition: all 0.3s ease;
  }

  #navLinks {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    padding: 3rem;
    gap: 1rem;
    display: none;
  }

  #head-btn {
    display: none;
  }

  #menuToggle:checked ~ #navLinks {
    display: flex;
  }
}
