body {
  background-color: #F6EDEA;
  font-family: var(--font-primary);
  letter-spacing: 0.1rem;
  margin: 0;
}

html {
  font-size: 16px; /* Base font size */
  scroll-behavior: smooth; /* Enable smooth scrolling */
  font-weight: bold;
}

/* Small phones */
@media screen and (max-width: 320px) {
  html {
    font-size: 50%; /* 8px */
  }
}

/* Larger phones */
@media screen and (min-width: 321px) and (max-width: 767px) {
  html {
    font-size: 62.5%; /* 10px */
  }
}

/* Tablets */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 75%; /* 12px */
  }
}

/* Laptops and small desktops */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  html {
    font-size: 87.5%; /* 14px */
  }
}

/* Large desktops */
@media screen and (min-width: 1440px) {
  html {
    font-size: 100%; /* 16px */
  }
}

/* Optional: Fluid scaling for very large screens */
@media screen and (min-width: 1800px) {
  html {
    font-size: calc(100% + 0.5vw);
  }
}

.menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: sticky;
  top: 0px;
  padding: 3vh 0;
  opacity: 0;
  background-color: var(--bg-dark);
  z-index: 4;
  font-family: "Metamorphous", serif;
  letter-spacing: normal;
  transition: opacity var(--transition-duration) ease;
  pointer-events: none; /* Make menu unclickable by default */
}

.menu_buttons {
  display: flex;
  justify-content: space-between;
}

.menu_dark {
  height: clamp(20px, 5vw, 30px);
  margin: 3vh 2vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  transition: transform var(--transition-duration) ease-out;
}

.menu_dark:hover {
  transform: scale(1.2);
}

.menu_dark:hover {
  cursor: pointer;
}

.menuWords {
  display: flex;
  align-items: center;
  gap: 3vw;
  margin-left: 10vw;
  font-size: 1.5rem;
  letter-spacing: normal;
}

.menu .menuWords .portfolio-link {
  color: var(--text-light);
}

.menu a {
  transition: transform var(--transition-duration) ease-out;
  text-decoration: none;
}

.menu a:hover {
  transform: scale(1.2);
}

.menu a:link,
.menu a:visited {
  color: var(--accent-blue);
}

.title {
  margin: 0;
  display: flex;
  justify-self: center;
  font-weight: bold;
  font-size: 5rem;
  background: -webkit-linear-gradient(#FF6123, #BCB6FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.intro,
.feature-list {
  font-family: var(--font-body);
}

.intro {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 0 10vw;
  justify-self: center;
  text-align: center;
}

.intro1 {
    color: #8881C9;
}
.intro2 {
    color: #544E87;
}
.intro3 {
    color: #FF6123;
}
.intro4 {
    color: #FF6123;
    font-size: 1rem;
}
.avatar {
    justify-self: center;
    margin: 0;

    max-width: 100%;
    overflow: hidden;
}

.hero-image {
    display: block;
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.dawdlemenu {
  background-image: url('images/dawdlecasestudy/gradient.png');
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 2.5vw 10vw 0 10vw;
}
.dawdlemenu img {
  max-width: 100%;
  margin: 0;
}
.menusection {
  color: #F6EDEA;
  font-size: 4rem;
  align-self: flex-start;
  padding-left: 15vw;
  font-family: var(--font-primary);
  font-weight: bold;
}

.summary{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* padding: 0 15vw; */
    font-size: 1.2rem;
    color: #F6EDEA;
    gap: 2rem;
    margin-bottom: 10rem;
}

.normaltext{
    line-height: 1.6;
    font-size: 1.4rem;
}
ul, ol{
    line-height: 1.6;
    font-size: 1.4rem;
    margin:0;
}

.hmw{
    color: #FF9977;
    margin:0;
    padding: 2vh 0;
    font-size: 2rem;
}

.timer-comparison{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5vw;
}
.timer-comparison .image-caption-pair img{
    width: 100%;
    height: auto;
}

.image-caption-pair{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.onboarding-comparison{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5vw;
}
.onboarding-comparison .image-caption-pair img{
    width: 100%;
    height: auto;
}

.imagerow{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2vw;
}
.imagerow img{
    width: 50%;
    height: auto;
}

.coach-flow{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5vw;
}
.coach-flow .image-caption-pair img{
    width: 30%;
    height: auto;
}

.timer-features {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vh;
}
.timer-features-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5vh;
}
/* 
.timer-comparison{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5vw;
}
.timer-comparison .image-caption-pair img{
    width: 100%;
    height: auto;
} */



.timer-features img{
    width: 30%;
    height: auto;
}
@media screen and (max-width: 784px) {
    .timer-features img{
        width: 60%;
        height: auto;
    }
    .coach-flow .image-caption-pair img{
        width: 60%;
        height: auto;
    }   
}






.contact {
  display: flex;
  justify-content: space-between;
  color: var(--accent-green);
  background-color: var(--bg-dark);
  padding: 2vh 5vw;
  font-size: 3rem;
  gap: 2vw;
  font-family: 'Metamorphous', serif;
  align-items: center;
  letter-spacing: normal;
}

.contact p {
  white-space: nowrap;
  margin: 0;
}

.links {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 1rem;
  white-space: nowrap;
  letter-spacing: normal;
}

.linkedin,
.email,
.github {
  display: flex;
  align-items: center;
}

.linkedin img,
.email img,
.github img {
  width: 30px;
  margin-right: 1vw;
}

/* Link styles */
.contact a {
  color: var(--accent-green);
  transition: all var(--transition-duration) ease;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
}

.contact a:hover,
.linkedin a:hover,
.github a:hover {
  text-decoration: underline;
  color: var(--accent-green);
}

.email p {
  margin: auto 0;
}

.hero-wrapper {
  /* Subtract total navbar padding (3vh margin top + 2vh text + 3vh margin bottom) */
  min-height: calc(100vh - 8vh);
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .hero-wrapper {
    padding-top: 4rem;
    min-height: calc(100vh - 8vh - 4rem);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-wrapper {
    padding-top: 8rem;
    min-height: calc(100vh - 8vh - 8rem);
  }
}

.intro-content {
  justify-content: center;
  align-items: center;
  margin: 0;
}

section {
  color: #544E87;
  padding: 0 10vw;
  margin: 4rem 0;
}

.section-title {
  font-family: var(--font-primary);
  font-size: 2.5rem;
  color: #544E87;
  padding: 3rem 0;
  margin: 0
}

.divider {
  display: flex;
  justify-content: center;
  padding: var(--spacing-standard) 0;
  margin-bottom: -2.75rem;
}

.divider img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .divider img {
    width: 100%;
  }
  .divider5 {
    max-width: 50%;
    display: flex;
    justify-self: center;
  }
}


.takeaways {
  margin-bottom: 6rem;
}

.takeaways{
  max-width: 100%;
  margin: 3rem 0;
  font-size: 1.3rem;
  line-height: 1.8;
  color: var(--text-light);
}

.menusection li {
  cursor: pointer;
  transition: color 0.2s ease;
  list-style: decimal;
}

.menusection li:hover {
  color: #544E87;
}

.menusection a {
  color: inherit;
  text-decoration: none;
}

/* smaller screens */
@media screen and (max-width: 768px) {
}

/* even smaller screens */
@media screen and (max-width: 480px) {
}




:root {
  --text-light: #f4e9e3;
  --text-muted: #9a8c98;
  --accent-blue: #43a9b7;
  --accent-green: #7effbc;
  --bg-dark: black;
  --color-ink-menu: #4a4e68;
  /* Font families */
  --font-primary: "Inter", sans-serif;
  --font-title: "League Spartan", sans-serif;
  /* New variables */
  --menu-opacity: 85%;
  --spacing-standard: 2rem;
  --border-radius: 8px;
  --transition-duration: 0.3s;
  --max-content-width: 1200px;
}

.contact {
  color: var(--accent-green);
  background-color: var(--bg-dark);
}

.contact a,
.linkedin a,
.github a {
  color: var(--accent-green);
}

.contact a:hover,
.linkedin a:hover,
.github a:hover {
  text-decoration: underline;
}
