/* FONT Family */

/* font-family: 'Arvo', serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Oswald', sans-serif; */

.text-bold {
  font-weight: 700;
}

.text-small {
  font-size: 0.9rem;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* .italic {
  font-style: italic;
} */

section {
  padding: 90px 0;
}

@media (max-width: 767.98px) {
  section {
    padding: 45px 0;
  }
}

.hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 2;
  opacity: 0.7;
}

.section-heading {
  margin-bottom: 40px;
}

.section-heading:after {
  content: " ";
  display: block;
  width: 100px;
  height: 1px;
  margin: 20px 0 20px;
  background: #c8a45c;
}

.section--inverse {
  color: #fff;
  background: #333;
}

.section--inverse h1,
.section--inverse h2,
.section--inverse h3,
.section--inverse h4,
.section--inverse h5,
.section--inverse h6 {
  color: #fff;
}

.section--inverse .section-heading:after {
  background: #fff;
}

.section--inverse a {
  color: #ddd;
}

.section--inverse a:hover,
.section--inverse a:focus {
  color: #fff;
}


.service-box {
  margin-bottom: 30px;
}

/*
*
=====================
NAVBAR
=====================
*
*/
nav.navbar {
  background: rgba(255, 255, 255, 0.96);
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.08);
  transition: background 0.3s, box-shadow 0.3s;
}

nav.navbar .container,
nav.navbar .navbar-nav,
nav.navbar .nav-link,
nav.navbar .navbar-brand,
nav.navbar .navbar-toggler {
  align-items: center;
}

nav.navbar .navbar-nav,
nav.navbar .nav-link,
nav.navbar .navbar-brand {
  display: inline-flex;
}

nav.navbar a.nav-link {
  color: #1a1a1a;
  transition: color 0.3s;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (max-width: 991.98px) {
  nav.navbar .navbar-collapse {
    text-align: right;
  }

  nav.navbar .navbar-nav {
    align-items: flex-end;
    padding: 12px 0 18px;
  }

  nav.navbar .nav-link {
    justify-content: flex-end;
    width: 100%;
    padding-right: 0;
  }
}

nav.navbar a.nav-link.active,
nav.navbar a.nav-link:hover,
nav.navbar a.nav-link:focus {
  color: #c8a45c;
}

nav.navbar a.nav-link.active {
  border-bottom: 1px solid #c8a45c;
}

nav.navbar.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.94);
  z-index: 999;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12);
}

nav.navbar.sticky a.nav-link {
  color: #f5f5f5;
}

nav.navbar.sticky a.nav-link.active,
nav.navbar.sticky a.nav-link:hover,
nav.navbar.sticky a.nav-link:focus {
  color: #c8a45c;
}

nav.navbar.sticky a.nav-link.active {
  border-bottom: 1px solid #c8a45c;
}

nav.navbar.sticky .site-header__logo {
  height: 64px;
}

nav.navbar.sticky .navbar-toggler {
  color: #f5f5f5;
  border-color: rgba(255, 255, 255, 0.25);
}

nav.navbar.sticky .navbar-toggler i {
  color: #f5f5f5;
}



/* the-about  SECTION */

.about img {
  border: 2px solid transparent;
  border-color: #bebebe;
  max-width: 320px;
}

.about__media {
  max-width: 360px;
  margin: 0 auto 32px;
  text-align: center;
}

.about__portrait {
  margin: 0 auto 28px;
  border-radius: 5px;
}

.about__quote {
  margin: 0;
  padding: 0 0 0 22px;
  border-left: 4px solid #c8a45c;
  color: #1a1a1a;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
}

.about__lead {
  color: #1a1a1a;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.65;
}

.about__summary {
  color: #555;
  line-height: 1.75;
}

.about__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.about__point {
  border-top: 3px solid #c8a45c;
  padding-top: 16px;
}

.about__point h3 {
  margin: 0 0 8px;
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 700;
}

.about__point p {
  margin: 0;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .about__points {
    grid-template-columns: 1fr;
  }
}

/* HERO SECTION */
.hero {
  position: relative;
  /* width: 100%; */
  height: 80vh;
  color: #fff;
  background-color: #111;
  min-height: 550px;
  padding: 0;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  /* background-attachment removed for mobile */

}

.hero h1,
.hero h2,
.hero h3,
.hero p {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-family: "Montserrat";
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.hero p {
  font-size: 1.35rem;
  font-weight: 300;
}

.btn-primary {
  display: inline-block;
  padding: 12px 28px;
  background: #c8a45c;
  color: #1a1a1a;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-primary:hover {
  background: #b08d4a;
  color: #1a1a1a;
}

.hero p {
  font-size: 1.35rem;
}

.site-header__logo {
  height: 80px;
  width: auto;
  transition: height 0.3s ease;
}

.site-header__logo--light,
nav.navbar.sticky .site-header__logo--dark {
  display: none;
}

nav.navbar.sticky .site-header__logo--light {
  display: block;
}

.hero__content {
  position: relative;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}

@media (max-width: 767.98px) {
  .hero__content {
    position: relative;
    padding: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

/* WHAT I DO | SERVICES SECTION */

.services .service-box {
  height: auto;
  padding: 24px;
  text-align: center;
}

.services .service-box__content {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}

.services .service-box__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 75%;
  height: 100%;
  background: linear-gradient(110deg, transparent 0%, rgba(200, 164, 92, 0.08) 42%, rgba(200, 164, 92, 0.24) 50%, rgba(200, 164, 92, 0.08) 58%, transparent 100%);
  pointer-events: none;
  transition: left 0.7s ease;
}

.services .service-box:hover .service-box__content::before {
  left: 140%;
}

.services .service-box__icon {
  font-size: 50px;
  color: #262626;
  margin-bottom: 10px;
  transition: color 0.3s;
}

.services .service-box:hover .service-box__icon {
  color: #c8a45c;
}




/* Testimonials */

.testimonials {
  padding: 90px 0;
  background: #f8f8f8;
}

.testimonials .testimonial {
  text-align: left;
  color: #333;
  border-left: 4px solid #c8a45c;
  padding-left: 24px;
  margin-bottom: 40px;
}

.testimonials .testimonial .testimonial__img {
  width: 110px;
  border-radius: 50%;
  border: 5px solid rgba(0,0,0,0.05);
  margin: 0 0 16px 0;
}

.testimonials .testimonial h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 5px 0;
  color: #1a1a1a;
}

.testimonials .testimonial h4 {
  font-size: 15px;
  color: #777;
  margin: 0 0 15px 0;
}

.testimonials .testimonial .testimonial__quote--right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial p {
  font-style: italic;
  margin: 0;
  color: #555;
}

/* CLIENTS */

.clients .clients__wrap {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

.clients .clients__logo {
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  background: #fff;
  height: 100px;
}

.clients .clients__logo img {
  height: 50%;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
  transition: 0.4s;
}

.clients .clients__logo:hover img {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}

.clients img {
  transition: all 0.8s ease-in-out;
}

footer {
  padding: 20px 0;
  font-family: "Montserrat";
}

.site-footer__icon {
  width: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

/* SOCIAL SECTION  */

.contact-line {
  line-height: 35px;
  padding-bottom: 5px;
}

.contact-line a {
  color: #fff;
  transition: color 0.2s ease;
}

.contact-line a:hover,
.contact-line a:focus {
  color: #e2a14c;
  text-decoration: none;
}

.site-footer__social-icon {
  color: #000;
  background-color: #ccc;
  border-radius: 3px;
  width: 30px;
  line-height: 30px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.contact-line:hover .site-footer__social-icon,
.contact-line:focus-within .site-footer__social-icon {
  color: #1a1a1a;
  background-color: #e2a14c;
}

p.social {
  text-align: center;
  /* margin-top: 100px; */
  display: block;
}

p.social a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  /* line-height: 58px; */
  font-size: 35px;
  text-align: center;
  /* -webkit-transition: all 0.3s; */
  /* transition: all 0.3s; */
  /* vertical-align: bottom; */
}

p.social a i {
  vertical-align: top;
  line-height: 38px;
}

p.social a.linkedin {
  background-color: #ccc;
  color: #000;
}

/* p.social a.twitter {
  background-color: #aaa;
} */

/* p.social a.instagram {
  background-color: #999;
} */

/* p.social a.email {
  background-color: #666;
} */


.site-footer__copyright {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #eee;
  /* font-style: italic; */
}

.site-footer__copyright p.credit {
  text-align: right;
}

.site-footer__copyright p.credit a {
  color: #eee;
}

/* NAVIGATION BAR */
.navbar {
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  margin-right: 5rem;
  font-size: 2rem;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0rem;

}

/* Bootstrap supplies .navbar-light / .navbar-dark; the active nav styles are
   defined earlier in this file, and those variants are not used here. */

/* TYPE */
body {
  font-family: "Montserrat", "Times New Roman", Times, serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fafafa;
  height: 100%;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover, a:focus {
  color: #1a1a1a;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.44;
  color: inherit;
  letter-spacing: 0.02em;
}

h1,
.h1 {
  font-size: 2.8rem;
}

h2,
.h2 {
  font-size: 2.1rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.4375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  border-left: 5px solid #333;
}

.blockquote-footer {
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.text-primary {
  color: #333 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #1a1a1a !important;
}

/* CODE */
code {
  font-size: 87.5%;
  color: #e83e8c;
}

/* NAVIGATION */
.nav-link {
  padding: 0.5rem 1rem;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #333;
}

/* CONTACT PAGE ==================== */

.hero.hero--contact {
  position: relative;
  height: 80vh;
  color: #fff;
  background-color: #111;
  min-height: 700px;
  padding: 0;
  background-size: cover;
  background-position: center center;
  /* background-attachment removed for mobile */
}

@media (max-width: 767.98px) {
  .hero.hero--contact {
    height: auto;
    min-height: 100vh;
  }

  .hero.hero--contact .hero__content {
    padding: 120px 0 56px;
  }
}


/* FAQ */
.faq {
  padding: 90px 0;
  background: #fafafa;
}

.faq__item {
  margin-bottom: 30px;
  max-width: 800px;
}
.faq__question {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #1a1a1a;
  border-left: 3px solid #c8a45c;
  padding-left: 16px;
}
.faq__answer {
  margin: 0;
  color: #555;
  padding-left: 19px;
}

/* ============================================================
   REUSABLE SITE FOOTER (Jekyll include) — mobile-first
   ============================================================ */
.site-footer {
  background: #111;
  color: #bbb;
  padding: 56px 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
}
.site-footer a {
  text-decoration: none;
}
.site-footer__main {
  display: grid;
  gap: 40px;
  padding-bottom: 40px;
}
.site-footer__brand {
  max-width: 34rem;
}
.site-footer__logo {
  max-height: 60px;
  width: auto;
  margin-bottom: 16px;
}
.site-footer__description {
  margin: 0 0 22px;
  color: #999;
}
.site-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;
}
.site-footer__social li {
  line-height: 0;
}
.site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: #ddd;
  transition: background 0.2s ease, color 0.2s ease;
}
.site-footer__social a:hover,
.site-footer__social a:focus {
  background: #e2a14c;
  color: #111;
}
.site-footer__navigation {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.site-footer__column h2.site-footer__heading {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.site-footer__links a {
  color: #999;
  transition: color 0.2s ease;
  display: inline-block;
  padding: 2px 0;
}
.site-footer__links a:hover,
.site-footer__links a:focus {
  color: #e2a14c;
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
  font-size: 0.85rem;
}
.site-footer__copyright {
  margin: 0;
  color: #888;
}
.site-footer__credits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.site-footer__credits a {
  color: #888;
}
.site-footer__credits a:hover,
.site-footer__credits a:focus {
  color: #e2a14c;
}
@media (min-width: 768px) {
  .site-footer__navigation {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .site-footer__main {
    grid-template-columns: minmax(280px, 0.9fr) minmax(480px, 1.1fr);
    align-items: start;
  }
}


/* ============================================================
   HERO TYPOGRAPHY — three rows (index)
   ============================================================ */
.hero__text {
  text-align: center;
}
.hero .hero__eyebrow {
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}
.hero .hero__title {
  margin: 0 0 12px;
  font-size: 3vw;
  font-weight: 500;
  line-height: 92px;
  color: #fff;
  white-space: nowrap;
}
.hero .hero__subtitle {
  margin: 0 0 24px;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
  color: #fff;
}
.hero__cta {
  display: inline-block;
}
/* Keep the large title on one line where it fits; scale it down, then allow wrap on small phones to avoid horizontal overflow */
@media (max-width: 991.98px) {
  .hero .hero__title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 575.98px) {
  .hero .hero__eyebrow {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
  }

  .hero .hero__subtitle {
    font-size: 1.1rem;
  }

  .hero .hero__title {
    font-size: 32px;
    line-height: 40px;
    white-space: normal;
  }
}

