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

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Inter", Arial, sans-serif;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

/* Less giant empty spacing than before */
.section {
  width: 100%;
  padding: 105px 22px 70px;
}

/* HEADER */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border-bottom: 1.5px solid #000;
}

.site-name {
  color: #000;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  letter-spacing: 8px;
  font-size: 20px;
}

.menu-btn {
  position: absolute;
  left: 24px;
  width: 28px;
  height: 22px;
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.menu-btn span {
  width: 100%;
  height: 3px;
  background: #000;
  display: block;
}

/* DROPDOWN MENU */

.dropdown-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 2000;
  padding: 36px 22px;
  transform: translateY(-100%);
  transition: transform 0.45s ease;
  display: flex;
  flex-direction: column;
}

.dropdown-menu.show {
  transform: translateY(0);
}

.menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  padding-bottom: 8px;
  margin-bottom: 18px;
}

.brand-small {
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 20px;
}

.close-btn {
  border: none;
  background: transparent;
  font-size: 50px;
  line-height: 1;
  cursor: pointer;
  font-weight: 200;
}

.dropdown-menu > a {
  color: #bfbfbf;
  text-decoration: none;
  font-size: clamp(52px, 15vw, 92px);
  font-weight: 900;
  line-height: 1.08;
  border-bottom: 2px solid #000;
  padding: 8px 0 14px;
}

.dropdown-menu > a.active,
.dropdown-menu > a:hover {
  color: #000;
}

.menu-footer {
  margin-top: auto;
  border-top: 2px solid #000;
  padding-top: 18px;
}

.menu-footer a {
  color: #000;
  font-weight: 900;
  text-decoration: none;
  font-size: 24px;
}

/* HERO */

.hero-section {
  padding-top: 90px;
}

.hero-layout {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  min-height: calc(100vh - 120px);
  gap: 38px;
}

.hero-visual {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.cursive-title {
  position: absolute;
  top: 5px;
  left: 45%;
  transform: translateX(-50%);
  width: 120%;
  text-align: center;
  font-family: "Ballet", cursive;
  font-size: clamp(160px, 23vw, 360px);
  line-height: 0.75;
  font-weight: 200;
  color: #000;
  z-index: 1;
  letter-spacing: -8px;
  pointer-events: none;
}

.person-link {
  position: relative;
  z-index: 4;
  display: block;
}

.person-img {
  width: min(25vw, 240px);
  min-width: 220px;
  margin: 0 auto;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.person-img:hover {
  transform: translateY(-8px) scale(1.03);
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.16));
}

.hero-copy {
  align-self: end;
  padding-bottom: 52px;
}

.small-kicker {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}

.intro-text {
  max-width: 430px;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 0.98;
  letter-spacing: -2.5px;
  font-weight: 700;
}

/* TOGGLE-SHAPED BUBBLES */

.bubble {
  border: none;
  background: #000;
  color: #fff;
  border-radius: 999px;
  min-width: 128px;
  height: 50px;
  padding: 0 25px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: lowercase;
  letter-spacing: -0.4px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.bubble.show {
  display: flex;
}

.bubble-about {
  position: absolute;
  right: 22%;
  bottom: 42%;
  z-index: 10;
}

/* EDITORIAL SECTION */

.editorial-section {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 70px;
}

.tiny-label {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 26px;
}

.editorial-img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  filter: contrast(1.06);
}

.editorial-copy {
  display: flex;
  flex-direction: column;
}

.soft-script {
  font-family: "Italiana", serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: -6px;
}

.editorial-heading {
  font-family: "Archivo Black", "Inter", sans-serif;
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.86;
  letter-spacing: -4px;
}

.paragraph-text {
  max-width: 600px;
  margin-top: 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 0.98;
  letter-spacing: -1.5px;
}

.divine-font {
    display: block;
    margin-left: 110px;
  font-family: "Ballet", cursive;
  font-weight: 450;
  text-transform: none;
  font-size: 2.0em;
  letter-spacing: -0.9px;
  line-height: 0.6;
}

/* PROJECTS */

.projects-section {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 40px;
}

.projects-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 25px;
}

.projects-left {
  position: relative;
  z-index: 2;
}

.projects-heading {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(70px, 8.5vw, 132px);
  line-height: 0.76;
  letter-spacing: -6px;
  font-weight: 900;
}

.project-subtext {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1;
  max-width: 420px;
  margin-top: 18px;
}

.project-subtext2 {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1;
  max-width: 420px;
  margin-top: 25px;
}

/* PORTFOLIO FOLDER LINK */

.folder-click-area {
  position: relative;
  width: fit-content;
  margin-top: 42px;
  padding-right: 34px;
}

/* Keep hidden even when JavaScript adds .show. */
.bubble-portfolio {
  display: none !important;
}

.folder-link {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
  overflow: visible;
  transition: transform 0.3s ease;
}

.folder-img {
  display: block;
  width: 175px;
  height: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.click-hint {
  position: absolute;
  right: -34px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 9px 15px 10px;
  background: #000;
  color: #fff;
  border-radius: 999px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.6px;
  text-transform: lowercase;
  white-space: nowrap;
  transition: transform 0.3s ease;
}

.click-hint::after {
  content: "↗";
  margin-left: 5px;
  font-size: 13px;
}

.folder-link:focus-visible {
  outline: 2px solid #000;
  outline-offset: 8px;
}

/* Apply hover animation only to devices with a precise pointer. */
@media (hover: hover) and (pointer: fine) {
  .folder-link:hover {
    transform: translateY(-3px);
  }

  .folder-link:hover .folder-img {
    transform: rotate(-3deg) scale(1.04);
    filter: drop-shadow(0 12px 14px rgba(0, 0, 0, 0.12));
  }

  .folder-link:hover .click-hint {
    transform: translate(4px, -3px);
  }
}

@media (max-width: 900px) {
  .folder-click-area {
    margin-top: 36px;
  }

  .folder-img {
    width: 165px;
  }
}

@media (max-width: 600px) {
  .folder-click-area {
    margin: 38px auto 0;
    padding-right: 22px;
  }

  .folder-img {
    width: 140px;
  }

  .click-hint {
    right: -22px;
    bottom: 13px;
    padding: 8px 12px 9px;
    font-size: 12px;
    letter-spacing: -0.4px;
  }

  .click-hint::after {
    font-size: 11px;
    margin-left: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .folder-link,
  .folder-img,
  .click-hint {
    transition: none;
  }

  .folder-link:hover,
  .folder-link:hover .folder-img,
  .folder-link:hover .click-hint {
    transform: none;
  }
}

.project-image-wrap {
  display: flex;
  justify-content: center;
}

.project-img {
  width: min(40vw, 500px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0%;
}

/* ABOUT TEXT */

.text-section {
  max-width: 880px;
  margin: 0 auto;
  padding-top: 95px;
  padding-bottom: 95px;
}

.text-block {
  display: grid;
  gap: 44px;
  text-align: center;
}

.text-section p {
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.94;
  letter-spacing: -3.5px;
  font-weight: 700;
}

/* CONTACT */

.contact-section {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-heading {
  font-family: "Inter", sans-serif;
  font-size: clamp(78px, 13vw, 120px);
  line-height: 0.82;
  letter-spacing: -8px;
  font-weight: 900;
  margin-bottom: 46px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 42px;
  align-items: start;
}

.contact-info p {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: lowercase;
}

.email-link {
  display: inline-block;
  margin-top: 38px;
  color: #000;
  text-decoration: none;
  font-size: clamp(20px, 4.0vw, 50px);
  line-height: 0.95;
  letter-spacing: -3px;
  font-weight: 900;
  word-break: break-word;
}

.email-link:hover {
  text-decoration: underline;
}

.contact-form {
  width: 100%;
  display: grid;
  gap: 24px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #000;
  padding: 12px 0;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  outline: none;
  background: transparent;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form button {
  justify-self: start;
  border: none;
  background: #000;
  color: #fff;
  border-radius: 999px;
  padding: 13px 30px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.contact-form button:hover {
  transform: scale(1.05);
}

/* TABLET */

@media (max-width: 900px) {
  .hero-layout,
  .editorial-grid,
  .projects-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    min-height: auto;
  }

  .hero-visual {
    min-height: 560px;
  }

  .hero-copy {
    align-self: center;
    text-align: center;
    padding-bottom: 0;
  }

  .intro-text {
    margin: 0 auto;
  }

  .editorial-img {
    height: 360px;
  }

  .projects-layout {
    gap: 42px;
  }

  .project-img {
    width: min(82vw, 430px);
  }

  .contact-grid {
    gap: 32px;
  }
}

/* MOBILE */

@media (max-width: 600px) {
  .section {
    padding: 88px 22px 58px;
  }

  .site-header {
    height: 68px;
  }

  .site-name {
    font-size: 18px;
    letter-spacing: 7px;
  }

  .dropdown-menu > a {
    font-size: clamp(52px, 15vw, 76px);
  }

  .menu-footer a {
    font-size: 23px;
  }

  .hero-section {
    padding-top: 82px;
  }

  .hero-visual {
    min-height: 510px;
    align-items: flex-end;
  }

  .cursive-title {
    top: 5px;
    width: 125%;
    font-size: clamp(150px, 45vw, 210px);
    letter-spacing: -4px;
  }

  .person-img {
    width: min(35vw, 150px);
    min-width: 200px;
  }

  .bubble-about {
    right: 3%;
    bottom: 42%;
  }

  .intro-text {
    max-width: 335px;
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -1.4px;
  }

  .editorial-section,
  .projects-section,
  .contact-section {
    padding-top: 70px;
  }

  .editorial-grid {
    grid-template-columns: 1fr 1.1fr;
    gap: 12px;
  }

  .editorial-img {
    height: 245px;
  }

  .soft-script {
    font-size: 18px;
  }

  .editorial-heading {
    font-size: clamp(34px, 10vw, 54px);
    letter-spacing: -2px;
  }

  .paragraph-text {
    grid-column: 1 / -1;
    font-size: 22px;
    margin-top: 18px;
  }

  .projects-layout {
    gap: 38px;
  }

  .projects-heading {
    font-size: clamp(58px, 16vw, 88px);
    line-height: 0.8;
    letter-spacing: -4px;
  }

  .project-subtext {
    font-size: 19px;
    line-height: 1.05;
    margin-top: 14px;
    max-width: 310px;
  }

  .text-section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .text-section p {
    font-size: 34px;
    line-height: 0.98;
    letter-spacing: -2px;
  }

  .contact-heading {
    font-size: clamp(74px, 22vw, 118px);
    letter-spacing: -5px;
    margin-bottom: 35px;
  }

  .email-link {
    font-size: clamp(30px, 8vw, 42px);
    letter-spacing: -2px;
  }
}

/* FIX: prevents sections from hiding under the fixed header */
html {
  scroll-padding-top: 90px;
}

.section {
  scroll-margin-top: 90px;
}

/* FIX: keeps the fixed header cleanly above all page content */
.site-header {
  z-index: 5000;
  background: #ffffff;
}

/* FIX: stops huge headings from visually leaking awkwardly on desktop */
.contact-section,
.hero-section,
.projects-section,
.editorial-section,
.text-section {
  overflow: hidden;
}

/* FIX: contact section desktop spacing */
.contact-section {
  padding-top: 120px;
}

.contact-heading {
  margin-top: 0;
}

/* FIX: if Live Server reloads while you're halfway down the page,
   this keeps the contact title from sitting directly under the browser bar */
@media (min-width: 901px) {
  .contact-section {
    min-height: auto;
  }

  .contact-heading {
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  .projects-left {
    text-align: center;
  }

  .project-subtext2 {
    font-size: 19px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-subtext {
    margin-left: auto;
    margin-right: auto;
  }

}

/* PORTFOLIO PAGE */

.portfolio-page {
  min-height: 100vh;
  background: #f7f7f4;
}

.portfolio-menu-section {
  min-height: 100vh;
  padding: 135px 28px 55px;
  max-width: 1280px;
  margin: 0 auto;
}

.portfolio-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 52px;
  font-family: "Inter", sans-serif;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.9;
  letter-spacing: -3px;
  font-weight: 500;
  text-align: center;
}

.portfolio-title em {
  font-family: "Pinyon Script", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 1.35em;
  letter-spacing: -2px;
  line-height: 0.65;
  transform: translateY(4px);
}

.portfolio-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.portfolio-card {
  position: relative;
}

.portfolio-img-link {
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.portfolio-img-link:hover {
  transform: translateY(-8px);
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.13));
}

.portfolio-img-link img {
  width: 100%;
  aspect-ratio: 1 / 1.18;
  object-fit: cover;
  border: 1px solid #d6d6d6;
  background: #ffffff;
}

/* makes the folder image look better if used as a card image */
.portfolio-card:nth-child(3) .portfolio-img-link img {
  object-fit: contain;
  padding: 55px;
}

/* little grey clip at the top */
.clip {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 38px;
  background: #b8b8b8;
  border-radius: 8px 8px 4px 4px;
  z-index: 3;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.12);
}

.clip::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: #b8b8b8;
  border-radius: 50%;
}

.clip::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #f7f7f4;
  border-radius: 50%;
}

.portfolio-tag {
  display: inline-block;
  margin-top: 14px;
  color: #000;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  letter-spacing: -1.5px;
}

.portfolio-tag:hover {
  text-decoration: underline;
}

.portfolio-card p {
  max-width: 330px;
  margin-top: 16px;
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.15;
  letter-spacing: -0.7px;
  font-weight: 500;
}

.portfolio-logo {
  display: block;
  width: fit-content;
  margin: 58px auto 0;
  color: #000;
  text-decoration: none;
  font-family: "Pinyon Script", cursive;
  font-size: 38px;
  border: 1.5px solid #000;
  border-radius: 50%;
  padding: 1px 28px 0;
  line-height: 1;
}

/* PORTFOLIO TABLET */

@media (max-width: 900px) {
  .portfolio-menu-section {
    padding-top: 125px;
  }

  .portfolio-card-grid {
    grid-template-columns: 1fr;
    gap: 58px;
    max-width: 430px;
    margin: 0 auto;
  }

  .portfolio-title {
    margin-bottom: 64px;
  }

  .portfolio-card p {
    max-width: 100%;
  }
}

/* PORTFOLIO MOBILE */

@media (max-width: 600px) {
  .portfolio-menu-section {
    padding: 118px 20px 45px;
  }

  .portfolio-title {
    gap: 8px;
    font-size: clamp(38px, 12vw, 58px);
    letter-spacing: -2px;
    margin-bottom: 58px;
  }

  .portfolio-title em {
    font-size: 1.45em;
  }

  .portfolio-card-grid {
    gap: 54px;
  }

  .clip {
    width: 48px;
    height: 32px;
    top: -28px;
  }

  .portfolio-tag {
    font-size: 22px;
  }

  .portfolio-card p {
    font-size: 16px;
  }

  .portfolio-logo {
    margin-top: 46px;
  }
}

/* CONTACT PAGE - CLEAN WHITE VERSION */

.contact-page {
  min-height: 100vh;
  background: #ffffff;
  color: #000;
}

.contact-hero {
  min-height: 100vh;
  padding: 135px 7vw 70px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

/* LEFT SIDE */

.contact-left {
  position: relative;
}

.contact-mini-logo {
  display: none;
}

.contact-main-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 7vw, 132px);
  line-height: 0.78;
  letter-spacing: -7px;
  font-weight: 900;
}

.contact-main-title span {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-size: 1.15em;
  letter-spacing: -4px;
}

.contact-note {
  margin-top: 32px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1;
  letter-spacing: -1.5px;
}

/* RIGHT SIDE */

.contact-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-top-line {
  width: fit-content;
}

.contact-main-email {
  color: #000;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: clamp(13px, 1.25vw, 22px);
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 500;
  border-bottom: 2px solid #000;
}

.contact-main-email:hover {
  opacity: 0.6;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.social-link {
  color: #000;
  text-decoration: none;
  font-size: 10px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #000;
  border-radius: 999px;
  padding: 9px 15px;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.social-link:hover {
  background: #000;
  color: #fff;
  transform: translateY(-3px);
}

.social-icon {
  font-size: 18px;
  line-height: 1;
}

.contact-message {
  max-width: 560px;
}

.contact-message h2 {
  font-family: "Inter", sans-serif;
  font-size: clamp(26px, 2.8vw, 48px);
  line-height: 0.9;
  letter-spacing: -2.9px;
  font-weight: 700;
  margin-bottom: 14px;
}

.contact-message p {
  max-width: 480px;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -0.5px;
  font-weight: 500;
}

/* FORM */

.mailto-form {
  width: 100%;
  max-width: 660px;
  display: grid;
  gap: 22px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.mailto-form label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
}

.mailto-form input,
.mailto-form textarea {
  width: 100%;
  border: 2px solid #000;
  background: #fff;
  border-radius: 0;
  padding: 15px 16px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  outline: none;
}

.mailto-form input:focus,
.mailto-form textarea:focus {
  background: #f4f4f4;
}

.mailto-form textarea {
  min-height: 150px;
  resize: vertical;
}

.mailto-form button {
  width: fit-content;
  border: none;
  background: #000;
  color: #fff;
  border-radius: 999px;
  padding: 14px 28px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.25s ease;
}

.mailto-form button span {
  font-size: 22px;
  line-height: 1;
}

.mailto-form button:hover {
  transform: translateY(-3px);
}

/* Remove decorative ugly bits from previous version */

.contact-left::after,
.contact-right::after {
  display: none;
}

/* TABLET */

@media (max-width: 950px) {
  .contact-hero {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 125px 28px 60px;
  }

  .contact-main-title {
    max-width: 620px;
  }

  .contact-right {
    gap: 30px;
  }
}

/* MOBILE */

@media (max-width: 600px) {
  .contact-hero {
    padding: 110px 20px 45px;
    gap: 38px;
  }

  .contact-main-title {
    font-size: clamp(64px, 20vw, 94px);
    line-height: 0.76;
    letter-spacing: -5px;
  }

  .contact-main-title span {
    letter-spacing: -3px;
  }

  .contact-note {
    margin-top: 24px;
    font-size: 22px;
  }

  .contact-main-email {
    font-size: 14px;
    letter-spacing: -1.5px;
  }

  .social-row {
    gap: 12px;
  }

  .social-link {
    font-size: 9px;
    padding: 8px 13px;
  }

  .contact-message h2 {
    font-size: 42px;
    letter-spacing: -2px;
  }

  .contact-message p {
    font-size: 16px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .mailto-form input,
  .mailto-form textarea {
    padding: 14px;
  }

  .mailto-form button {
    width: 100%;
  }
}

/* ABOUT ME PAGE */

.about-page {
  background: #ffffff;
  color: #000;
  min-height: 100vh;
}

.about-spill-section {
  width: 100%;
  min-height: 100vh;
  padding: 100px 20px 50px;
}

/* DESKTOP LAYOUT LIKE INSPO */

.spill-layout {
  position: relative;
  width: min(100%); /* 1180px, */
  height: 610px;
  margin: 0 auto;
}

/* CLICKABLE PNG BASE */

.spill-item {
  position: absolute;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.spill-item img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

.spill-item:hover {
  filter: drop-shadow(0 14px 13px rgba(0, 0, 0, 0.16));
}

.spill-item:active,
.spill-item.tapped {
  filter: drop-shadow(0 12px 12px rgba(0, 0, 0, 0.14));
}

/* EXACT-STYLE DESKTOP POSITIONS */

.bag-item {
  width: 650px;
  left: 0.0px;
  top: 25px;
  transform: rotate(16deg);
  z-index: 5;
}

.bag-item:hover,
.bag-item.tapped {
  transform: rotate(-0.1deg);
}

.gloss-item {
  width: 170px;
  left: 600px;
  top: 10px;
  transform: rotate(-6deg);
}

.gloss-item:hover,
.gloss-item.tapped {
  transform: rotate(5deg) scale(1.13);
}

.ipod-item {
  width: 210px;
  right: 35px;
  top: 400px;
  transform: rotate(5deg);
}

.ipod-item:hover,
.ipod-item.tapped {
  transform: rotate(-4deg) scale(1.11);
}

.id-item {
  width: 200px;
  left: 770px;
  top: 125px;
  transform: rotate(-16deg);
  z-index: 6;
}

.id-item:hover,
.id-item.tapped {
  transform: rotate(2deg) scale(1.1);
}

.wallet-item {
  width: 205px;
  right: 45px;
  top: 30px;
  transform: rotate(20deg);
}

.wallet-item:hover,
.wallet-item.tapped {
  transform: rotate(-5deg) scale(1.1);
}

.flashdrive-item {
  width: 100px;
  left: 650px;
  top: 300px;
  transform: rotate(-4deg);
  z-index: 7;
}

.flashdrive-item:hover,
.flashdrive-item.tapped {
  transform: rotate(10deg) scale(1.18);
}

.sunglasses-item {
  width: 140px;
  left: 470px;
  top: 430px;
  transform: rotate(16deg);
  z-index: 7;
}

.sunglasses-item:hover,
.sunglasses-item.tapped {
  transform: rotate(-5deg) scale(1.12);
}

.camera-item {
  width: 290px;
  right: 300px;
  top: 300px;
  transform: rotate(-10deg);
  z-index: 7;
}

.camera-item:hover,
.camera-item.tapped {
  transform: rotate(3deg) scale(1.12);
}

.lashcurler-item {
  width: 160px;
  right: 350px;
  top: 85px;
  transform: rotate(-10deg);
}

.lashcurler-item:hover,
.lashcurler-item.tapped {
  transform: rotate(8deg) scale(1.14);
}

.filler-item {
  width: 170px;
  right: 700px;
  top: 410px;
  transform: rotate(-10deg);
}

.filler-item2 {
  width: 120px;
  right: 550px;
  top: 1px;
  transform: rotate(-40deg);
}


/* BOTTOM TEXT */

.about-bottom-text {
  width: min(1120px, 100%);
  margin: 10px auto 0;
  padding: 10px 0 0;
}

.about-bottom-text p {
  font-family: "Inter", sans-serif;
  font-size: clamp(10px, 2vw, 20px);
  line-height: 0.94;
  letter-spacing: -2px;
  font-weight: 500;
  text-transform: none;
}

.about-bottom-text p + p {
  margin-top: 34px;
}

/* POPUP */

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(7px);
  z-index: 6000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.popup-overlay.show {
  display: flex;
}

.popup-card {
  position: relative;
  width: min(470px, 100%);
  background: #fff;
  border: 2px solid #000;
  padding: 28px;
  box-shadow: 10px 10px 0 #000;
  animation: popupIn 0.25s ease;
}

@keyframes popupIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none;
  background: transparent;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.popup-small {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}

.popup-card h2 {
  font-family: "Pinyon Script", cursive;
  font-size: clamp(58px, 8vw, 86px);
  line-height: 0.75;
  font-weight: 400;
  letter-spacing: -2px;
  margin-bottom: 18px;
}

.popup-card p {
  font-size: 17px;
  line-height: 1.28;
  font-weight: 500;
  letter-spacing: -0.4px;
}

/* TABLET */

@media (max-width: 950px) {
  .about-spill-section {
    padding: 105px 0 45px;
  }

  .spill-layout {
    width: 100%;
    max-width: 520px;
    height: 760px;
    overflow: hidden;
  }

  .about-bottom-text {
    padding: 0 12px;
  }
}

/* MOBILE LAYOUT LIKE YOUR SECOND INSPO */

@media (max-width: 600px) {
  .about-spill-section {
    padding: 95px 0 40px;
  }

  .spill-layout {
    width: 100%;
    height: 735px;
    overflow: hidden;
  }

  .bag-item {
    width: 370px;
    left: 28px;
    top: 10;
    transform: rotate(80deg);
    z-index: 5;
  }

  .bag-item:hover,
  .bag-item.tapped {
    transform:scale(1.055);
  }

  .lashcurler-item {
    width: 94px;
    right: 25px;
    top: 120px;
    transform: rotate(-9deg);
  }

  .lashcurler-item:hover,
  .lashcurler-item.tapped {
    transform: rotate(24deg) scale(1.13);
  }

  .sunglasses-item {
    width: 80px;
    left: 48px;
    top: 255px;
    transform: rotate(30deg);
    z-index: 7;
  }

  .sunglasses-item:hover,
  .sunglasses-item.tapped {
    transform: rotate(-5deg) scale(1.12);
  }

  .id-item {
    width: 140px;
    left: 180px;
    top: 350px;
    transform: rotate(-22deg);
    z-index: 7;
  }

  .id-item:hover,
  .id-item.tapped {
    transform: rotate(-5deg) scale(1.1);
  }

  .gloss-item {
    width: 142px;
    left: 150px;
    top: 550px;
    transform: rotate(0deg);
    z-index: 6;
  }

  .gloss-item:hover,
  .gloss-item.tapped {
    transform: rotate(12deg) scale(1.13);
  }


  .camera-item {
    width: 155px;
    left: 8px;
    top: 405px;
    transform: rotate(0deg);
    z-index: 6;
  }

  .camera-item:hover,
  .camera-item.tapped {
    transform: rotate(-4deg) scale(1.12);
  }

  .flashdrive-item {
    width: 70px;
    left: 25px;
    top: 570px;
    transform: rotate(-60deg);
    z-index: 8;
  }

  .flashdrive-item:hover,
  .flashdrive-item.tapped {
    transform: rotate(4deg) scale(1.18);
  }

  .wallet-item {
    width: 130px;
    right: 8px;
    top: 500px;
    transform: rotate(8deg);
    z-index: 6;
  }

  .wallet-item:hover,
  .wallet-item.tapped {
    transform: rotate(-6deg) scale(1.1);
  }

  .ipod-item {
    width: 135px;
    right: 6px;
    top: 270px;
    transform: rotate(0deg);
    z-index: 5;
  }

  .ipod-item:hover,
  .ipod-item.tapped {
    transform: rotate(1deg) scale(1.1);
  }

  .about-bottom-text {
  width: 100%;
  margin: 0;
  padding: 18px 14px 0;
}

.about-bottom-text p {
  font-size: 20px;
  line-height: 0.98;
  letter-spacing: -1.8px;
  font-weight: 500;
  text-transform: none;
}

.about-bottom-text p + p {
  margin-top: 24px;
}

  .popup-card {
    padding: 24px;
    box-shadow: 7px 7px 0 #000;
  }

  .popup-card h2 {
    font-size: 62px;
  }

  .popup-card p {
    font-size: 16px;
  }
}