* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #26070e;

  background-color: #ffefe8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  font-size: 12.8rem;
}

h2 {
  font-size: 6.4rem;
}

h3 {
  font-size: 4.8rem;
}

h4 {
  font-size: 3.2rem;
}

p,
a {
  font-size: 2.4rem;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #ffefe8;
}

hr {
  display: inline-block;
  border: none;
  height: 0.4rem;
  width: 12rem;
  border-radius: 2rem;
  background-color: #ef2d56;
}

.btn {
  display: inline-block;
  background-color: #ef2d56;
  padding: 2.3rem 2rem;
  border: none;
  border-radius: 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  /* width: 30rem; */
  text-transform: uppercase;
  font-size: 2.4rem;

  transition:
    background-color 0.3s ease-in-out,
    scale 0.3s ease-in-out;
}

.btn-primary {
  color: #ffefe8;
}

.btn:hover {
  background-color: #c92a4b;
  scale: 1.01;
}

.container {
  width: 100%;
}

.main {
  height: 100vh;
  width: 100%;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5)),
    url('assets/images/hero-img.avif') no-repeat 42% 39% / 1992px 2794px;
  color: #ffefe8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 4rem;
}

.main .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main .navbar .logo {
  display: flex;
  flex-direction: column;
  align-items: end;
  cursor: pointer;
}

.main .navbar .logo h4 {
  padding-right: 2rem;
  margin-top: -2rem;
}

.main .navbar .nav-links a {
  text-decoration: none;
  color: #ffefe8;
  margin: 0 2rem;
}

.main .hero-copy {
  display: flex;
  flex-direction: column;
  padding-bottom: 6rem;
}

.main .hero-copy-title {
  margin-bottom: 2.4rem;
}

.hero-copy--bottom-text {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.main .hero-copy .hero-copy-slogan {
  display: flex;
  align-items: center;
  margin-left: -2rem;
}

.main .hero-copy .hero-copy-slogan h2 {
  padding-left: 4rem;
}

.hero-copy--footnote {
  padding-bottom: 1rem;
}

.our-belief {
  height: 80rem;
  display: flex;
  overflow: hidden;
}

.our-belief--left {
  width: 50%;
}

.our-belief--left img {
  width: 100%;
  height: 110%;
  object-fit: cover;
}
.our-belief--right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 4rem 0 6rem;
}

.our-belief--right hr {
  position: relative;
  bottom: 3rem;
  left: 16rem;
}

.our-belief--right div {
  margin-bottom: 8rem;
}

.our-belief--right h4 {
  width: 90%;
}

.services {
  height: 95rem;
  margin: 0 4rem;
  display: flex;
  overflow: hidden;
}

.services-left {
  width: 50%;
}

.services-left--title {
  display: flex;
  align-items: center;
  margin-top: 6rem;
  margin-left: -2rem;
  margin-bottom: 4rem;
}

.services-left--title h2 {
  margin-left: 4rem;
}

.services-left h4 {
  width: 80%;
}

.services-left--accordion {
  margin-top: 6rem;
}

.services-left--accordion h3 {
  font-weight: 800;
  text-transform: uppercase;
}

.services-left--accordion-item {
  border-bottom: 1px solid #937c7b;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  cursor: pointer;
}

.services-left--accordion-item:last-child {
  border: none;
}

.services-left--accordion-item div {
  display: flex;
  justify-content: space-between;
}

.services-left--accordion-item p {
  font-weight: 400;
  width: 90%;
  margin-top: 1.6rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease;
}

.active p {
  max-height: 30rem;
  opacity: 1;
}

.active img {
  transform: rotateZ(-180deg);
  transition: transform 0.4s ease;
}

.services-right {
  width: 20%;
  display: flex;
  margin-left: 20rem;
}

.services-right img {
  max-width: 30rem;
  height: 36rem;
  object-fit: cover;
  padding: 1.6rem;
  border-radius: 3rem;
}

.services-right--img-gallery-right {
  margin-top: -15rem;
}

.established {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48rem;
  width: 100%;
  padding: 8rem;
  background-color: #991d37;
  color: #ffefe8;
  overflow: hidden;
}

.established-left {
  display: flex;
  position: relative;
  width: 50%;
}

.established-left img {
  position: absolute;
  top: -15rem;
}

.established-left .established-left-quote {
  color: #ffefe8;
  font-weight: 700;
}

.established-right {
  display: flex;
  flex-direction: column;
  width: 45%;
  /* margin-left: 12.4rem; */
}

.established-right .established-right--est {
  margin-bottom: 3.6rem;
}

.established-right .established-right--text {
  margin-bottom: 4.8rem;
}

.established-right a {
  width: 30rem;
  color: #26070e;
  font-weight: 500;
  background-color: #ffefe8;
}

.established-right a:hover {
  background-color: #dacec8;
}

.contact-us {
  display: flex;
}

.contact-us-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin: 8rem 0 12rem 4rem;
}

.contact-us-left--title {
  display: flex;
  flex-direction: column;
}

.contact-us-left--title div {
  display: flex;
  align-items: center;
  margin-left: -2rem;
}

.contact-us-left--title h2 {
  margin-left: 4rem;
}

.contact-us-left--title h4 {
  align-self: center;
}

.contact-us-left .form {
  margin-top: 6.4rem;
  width: 100%;
}

.form input,
.form input::placeholder,
.form select,
.form button {
  font-family: 'Montserrat', sans-serif;
}

.form input,
.form select {
  background-color: #ffefe8;
  color: #26070e;
  border: none;
  border-bottom: 1px solid #937c7b;
  width: 40rem;
  padding-bottom: 2rem;
  margin: 4rem 4rem 4rem 0;
  font-size: 2.4rem;
  font-weight: 300;
}

.form select {
  cursor: pointer;
}

.form input::placeholder {
  color: #937c7b;
}

.form input:focus,
.form select:focus {
  outline: none;
  border-bottom: 2px solid #991d37;
}

.form .btn-form {
  margin-top: 4rem;
  cursor: pointer;
}

.contact-us-right {
  width: 50%;
}

.footer {
  width: 100%;
  background-color: #26070e;
  color: #ffefe8;
  display: flex;
  padding: 8rem 4rem;
  justify-content: space-between;
}

.footer-left {
  width: 35%;
}

.footer-left p {
  margin-top: 2rem;
}

.footer-right {
  width: 60%;
  display: flex;
}

.footer-right .footer-right--column {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 30%;
}

.footer-right .footer-right--column h4 {
  margin-bottom: 4.4rem;
}

.footer-right .footer-right--column:not(:last-child) {
  padding: 0 4rem;
}

.footer-right .footer-right--column:last-child {
  padding-left: 4rem;
}

.footer-right .footer-right--column:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #300912;
}

.footer-right--socials {
  display: flex;
}

/* .footer-right--socials img {
  cursor: pointer;
} */

.footer-right--socials a:not(:last-child) {
  width: 4.4rem;
  margin-right: 3.2rem;
}

.footer-right--nav-links div {
  display: flex;
  flex-direction: column;
}

.footer-right--contact-us div {
  display: flex;
  flex-direction: column;
}

.footer-right--contact-us a {
  display: flex;
}
.footer-right--nav-links a:not(:first-child),
.footer-right--contact-us a:not(:first-child) {
  margin-top: 2rem;
}

.footer-right--contact-us a img {
  width: 5rem;
  padding-right: 2rem;
}

/* =========================================================
   TEMPORARY RESPONSIVE STYLES
   ========================================================= */

/* ---------- TABLET ---------- */

@media (max-width: 1000px) {
  html {
    font-size: 55%;
  }

  /* NAVBAR */

  .main {
    padding: 0 3rem;
  }

  .main .navbar {
    padding-top: 2rem;
  }

  .main .navbar .logo h1 {
    font-size: 7rem;
  }

  .main .navbar .logo h4 {
    font-size: 2rem;
    margin-top: -1rem;
    padding-right: 1rem;
  }

  .main .navbar .nav-links {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .main .navbar .nav-links a {
    margin: 0 1rem;
  }

  .btn {
    width: auto;
    padding: 1.8rem 2rem;
  }

  /* HERO */

  .main .hero-copy {
    padding-bottom: 4rem;
  }

  .main .hero-copy-title h3 {
    font-size: 3.8rem;
  }

  .main .hero-copy .hero-copy-slogan h2 {
    font-size: 5rem;
    padding-left: 2rem;
  }

  .main .hero-copy-footnote p {
    font-size: 2rem;
  }

  /* OUR BELIEF */

  .our-belief {
    height: auto;
    min-height: 65rem;
  }

  .our-belief--right {
    margin: 0 3rem;
  }

  .our-belief--right h3 {
    font-size: 4rem;
  }

  .our-belief--right h4 {
    width: 100%;
    font-size: 2.4rem;
  }

  /* SERVICES */

  .services {
    height: auto;
    min-height: 90rem;
    margin: 0 3rem;
  }

  .services-left {
    width: 55%;
  }

  .services-right {
    width: 45%;
    margin-left: 4rem;
  }

  .services-right img {
    max-width: 20rem;
    height: 28rem;
  }

  /* ESTABLISHED */

  .established {
    height: auto;
    min-height: 45rem;
    padding: 6rem 4rem;
  }

  .established-left {
    width: 48%;
  }

  .established-left .established-left-quote {
    font-size: 4rem;
  }

  .established-right {
    width: 48%;
  }

  .established-right--text {
    font-size: 2rem;
  }

  /* CONTACT */

  .contact-us-left {
    margin: 6rem 2rem 8rem 3rem;
  }

  .contact-us-left--title h2 {
    font-size: 5rem;
  }

  .form input,
  .form select {
    width: 30rem;
  }

  .contact-us-right {
    object-fit: cover;
  }

  /* FOOTER */

  .footer {
    padding: 6rem 3rem;
  }

  .footer-left {
    width: 30%;
  }

  .footer-right {
    width: 68%;
  }

  .footer-right .footer-right--column {
    width: 33.333%;
  }

  .footer-right .footer-right--column:not(:last-child) {
    padding: 0 2rem;
  }

  .footer-right .footer-right--column:last-child {
    padding-left: 2rem;
  }
}

/* =========================================================
   PHONE
   ========================================================= */

@media (max-width: 700px) {
  html {
    font-size: 50%;
  }

  /* ---------- NAVBAR ---------- */

  .main {
    height: 85rem;
    min-height: 100vh;
    padding: 0 2rem;
    background-position: 55% center;
    background-size: cover;
  }

  .main .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2rem;
  }

  .main .navbar .logo {
    align-items: flex-start;
  }

  .main .navbar .logo h1 {
    font-size: 6rem;
  }

  .main .navbar .logo h4 {
    font-size: 2rem;
    padding-right: 0;
    margin-top: -0.5rem;
  }

  .main .navbar .nav-links {
    width: 100%;
    margin-top: 2rem;
    justify-content: space-between;
    gap: 0;
  }

  .main .navbar .nav-links a {
    margin: 0;
    font-size: 1.8rem;
  }

  .main .navbar .nav-links .btn {
    font-size: 1.6rem;
    padding: 1.5rem 1.2rem;
  }

  /* ---------- HERO ---------- */

  .main .hero-copy {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 4rem;
  }

  .main .hero-copy-title h3 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }

  .main .hero-copy .hero-copy-slogan {
    margin-left: -1rem;
  }

  .main .hero-copy .hero-copy-slogan hr {
    width: 7rem;
    height: 0.3rem;
  }

  .main .hero-copy .hero-copy-slogan h2 {
    font-size: 4rem;
    padding-left: 1.5rem;
  }

  .main .hero-copy-footnote {
    margin-top: 3rem;
  }

  .main .hero-copy-footnote p {
    font-size: 1.8rem;
  }

  /* ---------- OUR BELIEF ---------- */

  .our-belief {
    flex-direction: column;
    height: auto;
  }

  .our-belief--left {
    width: 100%;
    height: 40rem;
  }

  .our-belief--left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .our-belief--right {
    width: auto;
    margin: 0;
    padding: 6rem 2rem 8rem;
  }

  .our-belief--right div {
    margin-bottom: 5rem;
  }

  .our-belief--right h3 {
    font-size: 3.6rem;
  }

  .our-belief--right h4 {
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.5;
  }

  .our-belief--right hr {
    bottom: 2rem;
    left: 8rem;
  }

  /* ---------- SERVICES ---------- */

  .services {
    height: auto;
    margin: 0;
    padding: 5rem 2rem 7rem;
    flex-direction: column;
  }

  .services-left {
    width: 100%;
  }

  .services-left--title {
    margin-top: 0;
    margin-left: -1rem;
  }

  .services-left--title hr {
    width: 7rem;
  }

  .services-left--title h2 {
    font-size: 4rem;
    margin-left: 2rem;
  }

  .services-left h4 {
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.5;
  }

  .services-left--accordion {
    margin-top: 4rem;
  }

  .services-left--accordion h3 {
    font-size: 2.4rem;
  }

  .services-left--accordion-item p {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  /* Hide/reposition the desktop image collage for now */

  .services-right {
    width: 100%;
    margin: 5rem 0 0;
    display: flex;
    justify-content: center;
  }

  .services-right img {
    max-width: 14rem;
    height: 20rem;
    padding: 0.8rem;
    border-radius: 2rem;
  }

  .services-right--img-gallery-right {
    margin-top: -8rem;
  }

  /* ---------- ESTABLISHED ---------- */

  .established {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    min-height: 0;
    padding: 7rem 2rem;
  }

  .established-left {
    width: 100%;
    margin-bottom: 5rem;
  }

  .established-left img {
    top: -8rem;
    left: -3rem;
    width: 20rem;
  }

  .established-left .established-left-quote {
    position: relative;
    font-size: 3.6rem;
    line-height: 1.2;
    z-index: 1;
  }

  .established-right {
    width: 100%;
  }

  .established-right .established-right--est {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

  .established-right .established-right--text {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 3rem;
  }

  .established-right .btn {
    width: 100%;
    text-align: center;
  }

  /* ---------- CONTACT ---------- */

  .contact-us {
    flex-direction: column;
  }

  .contact-us-left {
    width: auto;
    margin: 6rem 2rem 7rem;
  }

  .contact-us-left--title div {
    margin-left: -1rem;
  }

  .contact-us-left--title div hr {
    width: 7rem;
  }

  .contact-us-left--title h2 {
    font-size: 4rem;
    margin-left: 2rem;
  }

  .contact-us-left--title h4 {
    font-size: 2.2rem;
    margin-top: 1rem;
  }

  .contact-us-left .form {
    margin-top: 4rem;
  }

  .form input,
  .form select {
    width: 100%;
    margin: 2.5rem 0;
    font-size: 2rem;
  }

  .form .btn-form {
    width: 100%;
    margin-top: 2rem;
  }

  .contact-us-right {
    width: 100%;
    height: 35rem;
    object-fit: cover;
  }

  /* ---------- FOOTER ---------- */

  .footer {
    flex-direction: column;
    padding: 6rem 2rem;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 5rem;
  }

  .footer-left h3 {
    font-size: 3.6rem;
  }

  .footer-left p {
    font-size: 1.8rem;
  }

  .footer-right {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem 0;
  }

  .footer-right .footer-right--column {
    width: 100%;
  }

  .footer-right .footer-right--column:not(:last-child) {
    padding: 0 2rem 0 0;
  }

  .footer-right .footer-right--column:last-child {
    padding-left: 0;
    grid-column: 1 / -1;
  }

  .footer-right .footer-right--column h4 {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }

  .footer-right--socials img:not(:last-child) {
    width: 3.5rem;
    margin-right: 1.5rem;
  }

  .footer-right--nav-links a,
  .footer-right--contact-us a {
    font-size: 1.8rem;
  }

  .footer-right--contact-us a img {
    width: 3.5rem;
    padding-right: 1rem;
  }

  .footer-right .footer-right--column:not(:last-child)::after {
    display: none;
  }
}

/* =========================================================
   SMALL PHONE
   ========================================================= */

@media (max-width: 400px) {
  .main {
    height: 75rem;
  }

  .main .navbar .logo h1 {
    font-size: 5rem;
  }

  .main .navbar .logo h4 {
    font-size: 1.7rem;
  }

  .main .navbar .nav-links {
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .main .navbar .nav-links .btn {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }

  .main .hero-copy-title h3 {
    font-size: 2.8rem;
  }

  .main .hero-copy .hero-copy-slogan h2 {
    font-size: 3.4rem;
  }

  .services-right img {
    max-width: 11rem;
    height: 16rem;
  }

  .footer-right {
    grid-template-columns: 1fr;
  }

  .footer-right .footer-right--column:last-child {
    grid-column: auto;
  }
}
