/* Start custom CSS for html, class: .elementor-element-d9cb85f *//* =========================================================
   JUDY MWANGO — EVENTS & PARTNERSHIPS PAGE
   LIGHT / CLEAN / PREMIUM
   ========================================================= */

.gst-michael-page{
  --maroon:#672526;
  --maroon-dark:#4d191a;
  --gold:#b89555;
  --gold-light:#d9c28e;

  --cream:#faf7f2;
  --soft:#f4eee6;
  --white:#ffffff;

  --text:#403838;
  --muted:#766e6a;
  --line:#e9e1d8;

  font-family:Arial,sans-serif;
  color:var(--text);

  background:
    linear-gradient(
      180deg,
      #fcfaf7 0%,
      #f8f3ec 100%
    );

  overflow:hidden;
}

.gst-michael-page *{
  box-sizing:border-box;
}


/* =========================================================
   SECTION 1 — LIGHT BANNER
   ========================================================= */

.gst-michael-banner{
  min-height:430px;

  position:relative;

  display:flex;
  align-items:center;
  justify-content:center;

  text-align:center;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.97),
      rgba(247,239,229,.92)
    ),
    url("https://thegrandlaurel.com/wp-content/uploads/2026/08/judy.jpg")
    center/cover no-repeat;

  color:var(--maroon);

  border-bottom:1px solid var(--line);
}


.gst-michael-banner::before{
  content:"";

  position:absolute;

  width:420px;
  height:420px;

  left:-180px;
  top:-180px;

  border-radius:50%;

  background:
    rgba(184,149,85,.08);
}


.gst-michael-banner::after{
  content:"";

  position:absolute;

  width:350px;
  height:350px;

  right:-150px;
  bottom:-180px;

  border-radius:50%;

  background:
    rgba(103,37,38,.045);
}


.gst-michael-banner-inner{
  width:min(900px,calc(100% - 40px));

  margin:auto;

  padding:70px 0;

  position:relative;
  z-index:2;
}


.gst-michael-banner-kicker{
  display:inline-flex;

  align-items:center;
  justify-content:center;

  gap:12px;

  margin-bottom:18px;

  font-size:10px;
  font-weight:700;

  letter-spacing:.22em;

  text-transform:uppercase;

  color:var(--gold);
}


.gst-michael-banner-kicker::before,
.gst-michael-banner-kicker::after{
  content:"";

  width:30px;
  height:1px;

  background:var(--gold);
}


.gst-michael-banner h1{
  max-width:850px;

  margin:0 auto;

  font-family:Georgia,serif;

  font-size:clamp(46px,6vw,76px);

  line-height:1;

  font-weight:400;

  letter-spacing:-.025em;

  color:var(--maroon);
}


.gst-michael-banner h1 span{
  display:block;

  color:var(--gold);
}


.gst-michael-banner-text{
  max-width:560px;

  margin:20px auto 0;

  font-size:14px;

  line-height:1.7;

  color:var(--muted);
}


.gst-michael-banner-actions{
  display:flex;

  justify-content:center;
  align-items:center;

  flex-wrap:wrap;

  gap:10px;

  margin-top:28px;
}


.gst-michael-banner-btn{
  min-height:45px;

  display:inline-flex;

  align-items:center;
  justify-content:center;

  gap:8px;

  padding:12px 22px;

  text-decoration:none;

  font-size:10px;

  font-weight:700;

  letter-spacing:.1em;

  text-transform:uppercase;

  border:1px solid var(--maroon);

  color:var(--maroon);

  background:transparent;

  transition:.3s ease;
}


.gst-michael-banner-btn.primary{
  background:var(--maroon);

  border-color:var(--maroon);

  color:white;
}


.gst-michael-banner-btn:hover{
  background:var(--gold);

  border-color:var(--gold);

  color:white;

  transform:translateY(-2px);
}


.gst-michael-banner-btn svg{
  width:14px;
  height:14px;
}


.gst-michael-banner-decoration{
  position:absolute;

  right:7%;
  bottom:45px;

  width:130px;
  height:130px;

  border:1px solid rgba(184,149,85,.25);

  border-radius:50%;
}


.gst-michael-banner-decoration::after{
  content:"";

  position:absolute;

  inset:18px;

  border:1px solid rgba(184,149,85,.16);

  border-radius:50%;
}


/* =========================================================
   SECTION 2 — PROFILE + FORM
   ========================================================= */

.gst-michael-main{
  width:min(1120px,calc(100% - 40px));

  margin:45px auto 70px;

  display:grid;

  grid-template-columns:
    minmax(0,.82fr)
    minmax(0,1.18fr);

  background:white;

  border:1px solid var(--line);

  border-radius:2px;

  box-shadow:
    0 18px 50px rgba(70,45,30,.07);
}


/* =========================================================
   PROFILE
   ========================================================= */

.gst-michael-profile{
  padding:42px;

  background:
    linear-gradient(
      180deg,
      #ffffff,
      #fcfaf7
    );
}


.gst-michael-profile-photo{
  width:125px;
  height:125px;

  border-radius:50%;

  overflow:hidden;

  border:5px solid var(--soft);

  box-shadow:
    0 8px 25px rgba(50,20,20,.10);

  margin-bottom:22px;
}


.gst-michael-profile-photo img{
  width:100%;
  height:100%;

  display:block;

  object-fit:cover;
}


.gst-michael-profile-role{
  margin-bottom:8px;

  font-size:9px;

  font-weight:700;

  letter-spacing:.16em;

  text-transform:uppercase;

  color:var(--gold);
}


.gst-michael-profile h2{
  margin:0;

  font-family:Georgia,serif;

  font-size:42px;

  line-height:1;

  font-weight:400;

  color:var(--maroon);
}


.gst-michael-profile-line{
  width:42px;
  height:1px;

  background:var(--gold);

  margin:18px 0;
}


.gst-michael-profile p{
  margin:0 0 12px;

  font-size:12px;

  line-height:1.75;

  color:var(--muted);
}


.gst-michael-profile p:last-of-type{
  margin-bottom:0;
}


/* =========================================================
   QUOTE
   ========================================================= */

.gst-michael-quote{
  margin:24px 0 0;

  padding:18px 18px 18px 20px;

  border-left:2px solid var(--gold);

  background:var(--soft);

  font-family:Georgia,serif;

  font-size:15px;

  line-height:1.65;

  font-style:italic;

  color:var(--maroon);
}

.gst-michael-quote-author{
  display:block;

  margin-top:10px;

  font-family:Arial,sans-serif;

  font-size:8px;

  font-style:normal;

  font-weight:700;

  letter-spacing:.12em;

  text-transform:uppercase;

  color:var(--gold);
}


/* =========================================================
   QUICK CONTACT
   ========================================================= */

.gst-michael-quick-contact{
  display:flex;

  flex-direction:column;

  gap:7px;

  margin-top:24px;

  padding-top:20px;

  border-top:1px solid var(--line);
}


.gst-michael-contact-link{
  display:flex;

  align-items:center;

  gap:10px;

  text-decoration:none;

  color:var(--maroon);

  font-size:11px;

  transition:.25s ease;
}


.gst-michael-contact-link:hover{
  color:var(--gold);
}


.gst-michael-contact-icon{
  width:29px;
  height:29px;

  display:flex;

  align-items:center;
  justify-content:center;

  background:var(--soft);

  border-radius:50%;
}


.gst-michael-contact-icon svg{
  width:13px;
  height:13px;
}


/* =========================================================
   SPECIALTIES
   ========================================================= */

.gst-michael-specialties{
  display:flex;

  flex-wrap:wrap;

  gap:6px;

  margin-top:21px;
}


.gst-michael-specialty{
  padding:7px 9px;

  background:#faf7f2;

  color:var(--maroon);

  font-size:9px;

  border:1px solid var(--line);
}


/* =========================================================
   FORM
   ========================================================= */

.gst-michael-form-box{
  padding:42px;

  background:#fdfbf8;

  border-left:1px solid var(--line);
}


.gst-michael-form-kicker{
  margin-bottom:8px;

  font-size:9px;

  font-weight:700;

  letter-spacing:.16em;

  text-transform:uppercase;

  color:var(--gold);
}


.gst-michael-form-box h2{
  margin:0;

  font-family:Georgia,serif;

  font-size:36px;

  line-height:1.05;

  font-weight:400;

  color:var(--maroon);
}


.gst-michael-form-intro{
  max-width:500px;

  margin:11px 0 23px;

  font-size:11px;

  line-height:1.65;

  color:var(--muted);
}


/* =========================================================
   FORM FIELDS
   ========================================================= */

.gst-michael-form{
  width:100%;
}


.gst-michael-field-row{
  display:grid;

  grid-template-columns:1fr 1fr;

  gap:10px;

  margin-bottom:10px;
}


.gst-michael-field{
  display:flex;

  flex-direction:column;

  gap:5px;
}


.gst-michael-field.full{
  grid-column:1 / -1;
}


.gst-michael-field label{
  font-size:8px;

  font-weight:700;

  letter-spacing:.1em;

  text-transform:uppercase;

  color:var(--maroon);
}


.gst-michael-field label span{
  color:var(--gold);
}


.gst-michael-field input,
.gst-michael-field textarea{
  width:100%;

  border:1px solid var(--line);

  background:white;

  padding:10px 12px;

  outline:none;

  border-radius:2px;

  font-family:Arial,sans-serif;

  font-size:11px;

  color:var(--text);

  transition:.25s ease;
}


.gst-michael-field input{
  height:40px;
}


.gst-michael-field textarea{
  min-height:70px;

  resize:vertical;
}


.gst-michael-field input:focus,
.gst-michael-field textarea:focus{
  border-color:var(--gold);

  box-shadow:
    0 0 0 3px rgba(184,149,85,.08);
}


.gst-michael-field input::placeholder,
.gst-michael-field textarea::placeholder{
  color:#aaa29d;
}


/* =========================================================
   EVENT TYPES
   ========================================================= */

.gst-michael-event-title{
  margin:15px 0 7px;

  font-size:8px;

  font-weight:700;

  letter-spacing:.1em;

  text-transform:uppercase;

  color:var(--maroon);
}


.gst-michael-event-types{
  display:flex;

  flex-wrap:wrap;

  gap:5px;

  margin-bottom:13px;
}


.gst-michael-event{
  position:relative;
}


.gst-michael-event input{
  position:absolute;

  opacity:0;

  pointer-events:none;
}


.gst-michael-event label{
  display:block;

  padding:7px 11px;

  border:1px solid var(--line);

  background:white;

  color:var(--muted);

  font-size:9px;

  cursor:pointer;

  transition:.25s ease;
}


.gst-michael-event label:hover{
  border-color:var(--gold);

  color:var(--maroon);
}


.gst-michael-event input:checked + label{
  background:var(--maroon);

  border-color:var(--maroon);

  color:white;
}


/* =========================================================
   SUBMIT
   ========================================================= */

.gst-michael-submit-row{
  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:15px;

  margin-top:15px;

  padding-top:15px;

  border-top:1px solid var(--line);
}


.gst-michael-note{
  max-width:300px;

  font-size:8px;

  line-height:1.5;

  color:#958c87;
}


.gst-michael-submit{
  flex-shrink:0;

  min-height:43px;

  padding:11px 20px;

  border:0;

  background:var(--maroon);

  color:white;

  cursor:pointer;

  font-size:9px;

  font-weight:700;

  letter-spacing:.12em;

  text-transform:uppercase;

  transition:.3s ease;
}


.gst-michael-submit:hover{
  background:var(--gold);

  color:white;

  transform:translateY(-2px);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:850px){

  .gst-michael-main{
    grid-template-columns:1fr;
  }

  .gst-michael-form-box{
    border-left:0;

    border-top:1px solid var(--line);
  }

}


@media(max-width:600px){

  .gst-michael-banner{
    min-height:430px;
  }

  .gst-michael-banner-inner{
    width:calc(100% - 30px);

    padding:55px 0;
  }

  .gst-michael-banner h1{
    font-size:48px;
  }

  .gst-michael-banner-text{
    max-width:400px;

    font-size:12px;
  }

  .gst-michael-banner-decoration{
    right:-65px;

    bottom:15px;
  }

  .gst-michael-main{
    width:calc(100% - 24px);

    margin:28px auto 45px;
  }

  .gst-michael-profile,
  .gst-michael-form-box{
    padding:30px 22px;
  }

  .gst-michael-profile h2{
    font-size:38px;
  }

  .gst-michael-form-box h2{
    font-size:32px;
  }

  .gst-michael-field-row{
    grid-template-columns:1fr;
  }

  .gst-michael-field.full{
    grid-column:auto;
  }

  .gst-michael-submit-row{
    flex-direction:column;

    align-items:stretch;
  }

  .gst-michael-note{
    max-width:none;
  }

  .gst-michael-submit{
    width:100%;
  }

}


@media(prefers-reduced-motion:reduce){

  .gst-michael-page *{
    transition:none !important;
  }

}/* End custom CSS */