:root {
  --drmc-cream: #EFE9D8;
  --drmc-burgundy: #631514;
  --drmc-turquoise: #218A94;
  --drmc-brown: #995945;
}

@font-face {
  font-display: swap;
  font-family: 'Caviar Dreams';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/CaviarDreams.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Caviar Dreams';
  font-style: normal;
  font-weight: 700;
  src: url('../assets/fonts/Caviar_Dreams_Bold.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Caviar Dreams';
  font-style: italic;
  font-weight: 400;
  src: url('../assets/fonts/CaviarDreams_Italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Caviar Dreams';
  font-style: italic;
  font-weight: 700;
  src: url('../assets/fonts/CaviarDreams_BoldItalic.woff2') format('woff2');
}

* {
  box-sizing: border-box;
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
}

.site-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main {
  position: relative;
  z-index: 1;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  font-family: 'Caviar Dreams', sans-serif;
}

h1 {
  margin: 0;
}

section {
  min-height: 100vh;
  min-width: 100%;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-container {
  height: 100vh;
  width: 100%;
}

.name-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: clamp(2rem, 2rem + 6vw, 8rem);
  background-color: var(--drmc-cream);
  color: var(--drmc-burgundy);
  padding-left: 15vw;
  line-height: 0.9;
}

.name-container h1 {
  margin: 0;
  line-height: 0.9;
  font-weight: 700;
}

.name-container h1 em {
  font-style: italic;
  font-weight: 700;
}

.pre-about::before,
.about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.pre-about .about h1,
.about article {
  position: relative;
  z-index: 2;
}

.pre-about {
  max-width: 100%;
  max-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
}

.background-text {
  position: absolute;
  color: var(--drmc-cream);
  font-size: clamp(6rem, 3rem + 15vw, 15rem);
  line-height: 85%;
  width: 100%;
  overflow-wrap: anywhere;
  word-break: break-all;
  justify-content: flex-start;
  margin: 0;
  z-index: 1;
}

.foreground-text {
  color: var(--drmc-turquoise);
  display: flex;
  flex-direction: column;
  gap: 3vw;
  z-index: 2;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: clamp(1.2rem, 1rem + 3vw, 3rem);
  font-weight: 400;
}

.foreground-text p {
  background-color: var(--drmc-burgundy);
  padding: 0.5rem 0.5rem;
  margin: 0;
  display: inline-block;
  width: fit-content;
}

.about {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.about h1 {
  position: relative;
  font-size: clamp(2rem, 1.5rem + 6vw, 6rem);
  z-index: 2;
  color: var(--drmc-burgundy);
  margin: 0 0 2rem 0;
  padding: 2rem 0 0 2rem;
}

.about p,
cite {
  position: relative;
  font-size: clamp(1rem, 1rem + 1.5vw, 1.8rem);
  line-height: 1.4;
  z-index: 2;
  color: var(--drmc-cream);
  margin: 0;
  padding: 0 4rem 4rem 4rem;
}

blockquote p {
  font-style: italic;
  font-weight: 400;
}

cite {
  font-style: italic;
  font-weight: 700;
  display: block;
}

.coming-soon {
  color: var(--drmc-brown);
  background-color: var(--drmc-turquoise);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
}

.coming-soon h1 {
  font-size: clamp(2rem, 1.5rem + 8vw, 8rem);
  font-weight: 900;
}

.contact {
  background-color: var(--drmc-brown);
  color: var(--drmc-cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  width: 100%;
  padding: 6.5vw;
}

.contact h1 {
  font-size: clamp(3rem, 2rem + 6vw, 12rem);
  margin: 0;
  line-height: 0.8;
}

.contact-title {
  margin: 0;
  line-height: 1;
  margin-left: 2vw;
  font-size: clamp(3rem, 2rem + 10vw, 12rem);
}

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

.contact-offset {
  font-style: italic;
  font-weight: 400;
  padding-left: 10vw;
}

.contact-light {
  font-weight: 700;
  padding-left: 2vw;
}

.contact p {
  padding-top: 8vh;
}

.social-bar {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 3rem;
  padding: 2rem 0;
}

.social-bar a {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.8;
}

.social-bar a:hover {
  transform: translateY(-3px);
  opacity: 1;
}

.social-bar img {
  width: 100%;
  height: 100%;
  filter: invert(96%) sepia(4%) saturate(1180%) hue-rotate(25deg) brightness(107%) contrast(91%);
}

.copyright {
  background-color: var(--drmc-burgundy);
  color: var(--drmc-cream);
  text-align: center;
  padding: 1.5rem;
  font-family: 'Caviar Dreams', sans-serif;
}

.copyright p {
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .background-text {
    font-size: clamp(6rem, 3rem + 15vw, 15rem);
  }
  
  .name-container {
  font-size: clamp(1.5rem, 1.5rem + 3vw, 4rem);
  padding-left: 15vw;
  line-height: 0.9;
 }

  .about p,
  cite {
    padding: 0 2rem 2rem 2rem;
    font-size: clamp(0.95rem, 1rem + 1vw, 1.2rem);
    line-height: 1.5;
  }

  blockquote p {
    font-size: clamp(0.95rem, 1rem + 1vw, 1.2rem);
    padding: 0 0 1rem 0;
  }

  cite {
    padding: 0 0 1.5rem 0;
    font-size: clamp(0.95rem, 1rem + 1vw, 1.2rem);
  }

  .contact h1 {
  font-size: clamp(2rem, 1.5rem + 4.5vw, 8rem);
  margin: 0;
  line-height: 0.8;
}

}

@media (min-width: 768px) {
  .background-text {
    font-size: clamp(6rem, 3rem + 15vw, 15rem);
  }

  .about h1 {
    padding: 1.5rem 0 0 1.5rem;
    margin: 0 0 1rem 0;
  }

  .about p {
    padding: 0 2rem 2rem 2rem;
    font-size: clamp(0.95rem, 1rem + 1vw, 1.2rem);
    line-height: 1.5;
  }

  blockquote p {
    font-size: clamp(0.95rem, 1rem + 1vw, 1.2rem);
    padding: 0 0 1.5rem 0;
    margin: 0;
  }

  cite {
    padding: 0 0 1.5rem 0;
    font-size: clamp(0.95rem, 1rem + 1vw, 1.2rem);
  }

  .contact {
    padding: 3vw;
  }

  .contact-offset {
    font-style: italic;
    font-weight: 400;
    padding-left: 5vw;
    white-space: nowrap;
  }

}

@media (min-width: 1024px) {
  .contact {
    padding: 3vw;
    max-width: 100%;
  }

  .contact p {
    padding: 8vh 0 0 0;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .contact h1 {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .contact-offset {
    white-space: normal;
  }
}