* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HOME PAGE */
body {
  font-family: "Montserrat", sans-serif;
  background-color: #f2f2f2;
  color: #111;
}

.nav {
	background-color: #000;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 15px 40px;
}

.nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav a.active {
  color: #ef5089;
  font-weight: 700;
  border-bottom: 3px solid #ef5089;
  padding-bottom: 3px;
}
.hero {
  background-image: url("images/cheetah.jpg");
  background-size: cover;
  background-position: center;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index:5;
  border-bottom: 7px solid black;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.hero-logo {
  position: relative;
  z-index: 2;
  width: 600px;
}

.retro-girl {
  position: absolute;
  right: 0;
  top: 330px;          
  width: 280px;       
  height: auto;
  z-index: 3;         
  pointer-events: none;
}

main {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}

.content-wrapper {
  max-width: 1100px;
   margin-left: 40px;   
  margin-right: auto; 
  background-color: #fff;
  display: flex;
  padding: 40px 300px 50px 20px;  
  position: relative;
  z-index: 4;
}

.content-text {
  flex: 2;
  padding-right: 30px;
}

.content-text h2 {
  font-family: "Oswald", sans-serif;
	font-weight: 600;
  font-size: 65px;
  margin-bottom: 20px;
	text-transform: uppercase;
	color:black;
}

.content-text p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.site-footer {
  background-color:#ef5089;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  position:relative;
  z-index:5;
}



/* ABOUT ME PAGE */
body.about-me {
  font-family: "Montserrat", system-ui, sans-serif;
  background-color: #fff;
  color: #000;
}

.about-main {
  max-width: 100%;
}


.about-title {
  font-family: "Oswald", sans-serif;
  font-size: 75px;
  text-align: center;
  margin-top:20px;
}


.about-top-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap:20px;
}

.phone-wrapper {
  display: flex;
  justify-content: flex-start;
}

.phone-img {
  width: 750px;
  margin:-80px;
  padding-left:90px
}

.intro-text p {
 font-family: "Montserrat", system-ui, sans-serif;
  margin: 0;
  background-color: #fff;
  color: #000;
   font-size: 23px;
  line-height: 1.8;
  padding-right:85px;
}

.section-heading-script {
  font-family: "Dancing Script", cursive;
  font-size: 75px;
  margin: 10px;
  padding-left:150px;
}

.skills-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  gap: 0px;
  align-items: flex-start;
  margin-top: 80px;
}

.skills ul {
  list-style: disc;
  padding-left: 200px;
}

.skills li {
  line-height: 1.8;
  font-family: "Montserrat", system-ui, sans-serif;
  background-color: #fff;
  color: #000;
   font-size: 23px;
   padding-left:20px;
}

.cutout-wrapper {
  display: flex;
  justify-content: flex-end;
}

.cutout-img {
  width: 650px;
  height: auto;
  padding-right:250px;
}

/* MY WORK PAGE */
body.my-favs {
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
  color: #000000;
  margin: 0;
}

.favs-page {
  max-width: 1100px;
  margin: 40px auto 80px;
  padding: 0 24px;
  position: relative;
}

/* SECTION TITLE */
.carousel-title {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  margin: 60px 0 20px;
  letter-spacing: 0.02em;
}

.carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;       
  overflow-y: hidden;
  padding: 10px 0 14px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.carousel-img {
  height: 450px;
  width: auto;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 12px;
}


/*CONTACT ME PAGE*/
body.contact-page {
  font-family: "Montserrat", system-ui, sans-serif;
  background-color: white;
  color: #000;
}

.contact-main {
  max-width: 1400px;
  margin: 40px auto 80px;
  padding: 0 10px;
}

/* CONTACT SECTION */
.contact-hero {
  width: 100%;
  margin-bottom: 60px;
}

.contact-columns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}

.contact-left {
  flex: 1;
  max-width: 650px;
}

.contact-right {
  flex: 0 0 55%;
  display: flex;
  justify-content: center;  
  padding-top: 140px;       
}

.contact-heading {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 0.85;
  margin-bottom: 20px;
}

.contact-heading span {
  display: block;
}

.top-line {
  font-size: 80px;
  font-weight: 700;
  padding-bottom: 3px;
}

.bottom-line {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding-top: 4px;
}

.contact-form-card {
  border: 2px solid black;
  border-radius: 14px;
  padding: 24px 26px 28px;
  box-shadow: 0 0 0 3px #fff;
  width: 100%;
}

.contact-form-card h2 {
  font-size: 1.25rem;
  margin-bottom: 18px;
  font-weight: 600;
}

.form-group {
  margin-bottom: 14px;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 4px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 9px 10px;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.form-group textarea {
  min-height: 80px;
  resize: vertical;
}

.submit-row {
  margin-top: 10px;
}

.btn-submit {
  width: 140px;
  padding: 9px 0;
  border-radius: 999px;
  border: none;
  background: #ef5089;
  color: #fff;
  cursor: pointer;
}

.form-note {
  margin-top: 8px;
  font-size: 0.7rem;
  color: #777;
}

.postcard-img {
  max-width: 900px;
  width: 100%;
  border-radius: 10px;
  display: block;
}

.resume-download {
  width: 100%;
  margin-top: 70px;
  text-align: center; 
}

.resume-btn {
  display: inline-block;
  padding: 12px 20px;
  background: #000;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  transition: 0.25s ease;
}

.resume-btn:hover {
  background: #ef5089;
}

.contact-links-row {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 28px;      
  align-items: center;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s ease;
}

.contact-item:hover {
  color: #ef5089;
}

.icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* RESPONSIVE DESIGN */
@media (max-width: 600px) {

  /* NAV */
  .nav {
    padding: 10px 15px;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
  }

  .nav a {
    font-size: 0.75rem;
    letter-spacing: 0.07em;
  }

  /* HOME */
  .hero {
    height: 200px;
  }

  .hero-logo {
    width: 75%;
    max-width: 300px;
  }

  .retro-girl {
    display: none;
  }

  .content-wrapper {
    padding: 24px 16px 30px;
    margin: 0 auto;
    flex-direction: column;
  }

  .content-text h2 {
    font-size: 34px;
    line-height: 1.1;
  }

  .content-text p {
    font-size: 16px;
  }

  .site-footer {
    font-size: 0.75rem;
    padding: 10px 0;
  }
  

  /* ABOUT ME PAGE */
  .about-title {
    font-size: 42px;
    margin-top: 20px;
  }

  .about-top-row {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
    padding: 0 12px;
  }

  .phone-img {
    width: 80vw;
    max-width: 360px;
    margin: 0 auto;
    padding-left: 0;
  }

  .intro-text p {
    font-size: 18px;
    padding: 0 10px;
    line-height: 1.6;
  }

  .section-heading-script {
    font-size: 44px;
    padding-left: 0;
    text-align: center;
  }

  .skills-row {
    grid-template-columns: 1fr;
    padding: 0 16px;
    gap: 20px;
    margin-top: 40px;
  }

  .skills ul {
    padding-left: 10px;
  }

  .skills li {
    font-size: 18px;
  }

body.about-me .cutout-wrapper,
body.about-me .cutout-img {
  display: none !important;
}
body.about-me .skills-row {
  margin-bottom: 80px;   
}


  /* MY WORK PAGE */
  .favs-page {
    padding: 0 16px;
  }

  .carousel-title {
    font-size: 28px;
    margin: 40px 0 16px;
  }

  .carousel-img {
    height: 260px;
  }


  /* CONTACT ME PAGE */
body.contact-page .contact-columns {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body.contact-page .top-line {
  font-size: 46px; 
}

body.contact-page .bottom-line {
  font-size: 62px;   
}

body.contact-page .contact-left {
  max-width: 100%;
}

body.contact-page .contact-right {
  padding-top: 10px;     
  margin-top: 10px;     
}


body.contact-page .contact-heading {
  text-align: center;
  width: 100%;
}

body.contact-page .contact-form-card {
  margin: 0 auto;
  width: 90%;
  max-width: 420px;
}

  .postcard-img {
    max-width: 92%;
  }

  .resume-btn {
    width: 85%;
    max-width: 260px;
    font-size: 16px;
  }

  .contact-links-row {
    flex-wrap: wrap;
    gap: 16px;
  }
}



