/* =========================
   VARIABLES
   ========================= */
:root {
    --bg-primary:      #ffffff;
    --accent-red:      #ec3520;
    --accent-blue:     #070b1f;
    --accent-grey:     #484d61;
    --accent-charcoal: #1c242c;
    --accent-pink:     #e8c0ce;
    --accent-purple:   #320b19;
}

/* =========================
   BASE
   ========================= */
html, body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', serif;
    font-weight:400;
    background-color: white;
}

/* =========================
   LAYOUT
   ========================= */
/* Hero Section */
.hero-video {
    position: relative;
    width: 100%;
    overflow: visible;
    padding-bottom: 6rem;
}

#animation {
  width: 100%;
  height: auto;
  display: block;
  height: 800px;
  object-fit: cover;
  object-position: center 20%;
}
.hero-button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);

  background-color: white;
  color: var(--accent-grey);
  padding: 3rem 4rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  border: 2px solid var(--accent-grey)
}



.hero-button:hover {
    background-color: var(--accent-red);
    color: white;
    border: 2px solid transparent;
}

/* =========================
   NAVIGATION
   ========================= */

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    position: relative;
    z-index: 100;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.left-nav,
.center-nav,
.right-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.menu-toggle {
    font-family: "Poppins", sans-serif;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: var(--accent-grey);
    cursor: pointer;
}

.right-nav a,
.menu-list a {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    color: var(--accent-grey);
    text-decoration: none;
    transition: color 0.2s ease;
}

.menu-toggle:hover,
.right-nav a:hover {
    color: var(--accent-red);
}

/* Dropdown Menu */
.dropdown-menu {
    position: fixed;
    top: 5rem;
    left: 3rem;
    z-index: 300;
    min-width: 180px;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: var(--bg-primary);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu a {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    color: var(--accent-grey);
    text-decoration: none;
    transition: color 0.2s ease;
}

.dropdown-menu a:hover {
    color: var(--accent-red);
}

/* Overlay */
.overlay {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: var(--accent-pink);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.overlay.active {
    opacity: 0.7;
    visibility: visible;
}

/* =========================
   WELCOME SECTION
   ========================= */
.welcome-section {
    background-color: var(--accent-blue);
    padding: 4rem 4rem; /* this is the "frame" */
    display: flex;
    justify-content: center;
}

#ws-box {
    background: white;
    width: 100%;
    max-width: 2000px;  /* controls desktop width */
    border-radius: 24px;
    padding: 3rem;
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.ws-image {
    flex: 1;
}
 
.ws-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
}
.ws-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.ws-text h2 {
    font-family: 'Righteous', sans-serif;
    color: var(--accent-grey);
    margin-top: 0rem;
    margin-bottom: 1rem;
    line-height: 1;  
    font-size: 10rem;

    
}

.ws-text p {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.6;
    color: var(--accent-charcoal);
}

#ws-caption {
    margin-top: auto;   /* pushes it to bottom */
    text-align: left;  /* aligns right */

    font-size: 1rem;
    color: var(--accent-grey);
    font-style: italic;
    letter-spacing: 0.2rem;
}
/* =========================
   My Portfolio Sample Section
   ========================= */
.port-section {
  background-color: var(--accent-grey);
  padding: 1rem;
  padding-bottom: 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.port-header {
  font-family: 'Righteous', sans-serif;
  font-size: 5rem;
  font-weight: 200;
  letter-spacing: 0.05rem;
  color: white;
  margin-top: 0;
  margin-bottom: 1rem;
  align-self: center;
}

.rolodex-row {
  width: 100%;
  position: relative;
}

.pr {
  width: 100%;
  overflow: hidden;
}

.pt {
  display: flex;
  align-items: center;
  gap: 24px;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pc {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-bottom:0rem;
}

.pc:not(.active) .pl {
  pointer-events: none;
}

.pl {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  border: 0px solid rgba(255,255,255,0.3);
  position: relative;
}

.pl::after {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  background: #25214868;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  font-style: italic;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  border-radius: 0px;
}

.pl:hover::after {
  opacity: 1;
}

.pl:hover {
    color: var(--accent-pink); 
}

.pl img {
  height: 670px;
  width: auto;
  display: block;
}

.pca {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.12rem;
  color: var(--accent-pink);
  font-style: italic;
  text-align: center;
  margin-top: 1rem;
  max-width: 400px;
}

.pco {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
  color: var(--accent-pink);
  margin-top: 1.25rem;
}

.ab {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: white;
  border: none;
  border-radius: 999px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 10;
}

#sp { left: 16px; }
#sn { right: 16px; }

.ab:hover { background: #ec3520; }
.ab:hover svg path { stroke: white; }
.ab svg path { stroke: #484d61; transition: stroke 0.2s; }

/* =========================
   CONTACT / FOOTER
   ========================= */
.footer-content {
  background: var(--accent-pink);
  padding: 1rem 1rem 0;
  font-family: 'Poppins', sans-serif;
}

.ft-inner {
  max-width: 860px;
  margin: 0 auto;
}

.ft-heading {
  font-family: 'Righteous', sans-serif;
  font-size: 5rem;
  color: var(--accent-blue);
  letter-spacing: 0.04rem;
  margin-bottom: 2rem;
  line-height: 1;
}

.ft-heading span {
  color: var(--accent-red);
}

.ft-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 2.5rem;
  margin-bottom: 0.5rem;
}

.ft-full {
  grid-column: 1 / -1;
}

.ft-label {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  color: var(--accent-grey);
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  display: block;
}

.ft-input {
  width: 100%;
  box-sizing: border-box;
  background: white;
  border: 1.5px solid transparent;
  border-radius: 8px;
  padding: 0.65rem 0.9rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: var(--accent-charcoal);
  outline: none;
  transition: border-color 0.2s ease;
}

.ft-input:focus {
  border-color: var(--accent-red);
}

.ft-textarea {
  resize: vertical;
  min-height: 110px;
}

.ft-btn {
  margin-top: 1.25rem;
  background: var(--accent-red);
  color: white;
  border: none;
  border-radius: 999px;
  padding: 0.85rem 2.8rem;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.ft-btn:hover {
  background: var(--accent-blue);
}

.ft-divider {
  border: none;
  border-top: 1px solid rgba(72, 77, 97, 0.25);
  margin: 1.5rem 0 1.25rem;
}

.ft-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}

.ft-copy {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.12rem;
  color: var(--accent-grey);
}

.ft-socials {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.ft-social {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: white;
  border: 1.5px solid rgba(72, 77, 97, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
  overflow: hidden;
  text-decoration: none;
}

.ft-social:hover {
  background: var(--accent-red);
  border-color: var(--accent-red);
}

.ft-social svg {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
}

.ft-social svg path,
.ft-social svg rect,
.ft-social svg circle,
.ft-social svg polygon {
  transition: stroke 0.2s ease, fill 0.2s ease;
}

.ft-social:hover svg path,
.ft-social:hover svg rect,
.ft-social:hover svg circle,
.ft-social:hover svg polygon {
  stroke: white;
  fill: white;
}

.ft-social:hover {
  background: var(--accent-red);
  border-color: var(--accent-red);
}

.ft-social:hover svg {
  filter: brightness(0) invert(1);
}

/* =========================
   PORTFOLIO LANDING
   ========================= */
.port-landing {
  padding: 3rem 2rem;
  background: white;
}

.port-landing-header {
  font-family: 'Righteous', sans-serif;
  font-size: 5rem;
  color: var(--accent-grey);
  margin: 0 0 2rem 0;
  line-height: 1;
}

.port-landing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.port-landing-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  text-decoration: none;
}

.port-landing-item img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.port-landing-item:hover img {
  transform: scale(1.03);
}

.port-landing-item::after {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25214868;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  font-style: italic;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.port-landing-item:hover::after {
  opacity: 1;
}

/* =========================
   GALLERY PAGES
   ========================= */
.gallery-hero {
  padding: 2.5rem 2rem 1rem;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  box-sizing: border-box;
}
.gallery-description {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--accent-grey);
  margin: 0.75rem 0 0;
  max-width: 100%;
}

.back-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.2rem;
  color: var(--accent-grey);
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.back-btn:hover {
  color: var(--accent-red);
}

.gallery-title {
  font-family: 'Righteous', sans-serif;
  font-size: 4rem;
  color: var(--accent-grey);
  margin: 0;
  line-height: 1;
}

.gallery-section {
  padding: 2rem;
  background: white;
}

.masonry-grid {
  columns: 3;
  column-gap: 1.5rem;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.03);
}

.gallery-item::after {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25214868;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  font-style: italic;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.gallery-item:hover::after {
  opacity: 1;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(7, 11, 31, 0.95);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}

.lightbox.active {
  display: flex;
}

.lightbox-inner {
  display: flex;
  width: 92vw;
  height: 90vh;
  gap: 2rem;
  position: relative;
}

.lightbox-close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.1rem;
  transition: color 0.2s ease;
}

.lightbox-close:hover {
  color: var(--accent-red);
}

.lightbox-images {
  flex: 2;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lightbox-images img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.lightbox-info {
  flex: 0 0 280px;
  color: white;
  overflow-y: auto;
  padding-right: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.lightbox-info h2 {
  font-family: 'Righteous', sans-serif;
  font-size: 2rem;
  margin: 0;
  line-height: 1.2;
  color: white;
}

.lightbox-info p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  margin: 0;
  line-height: 1.6;
}

#lb-availability {
  color: var(--accent-pink);
  letter-spacing: 0.1rem;
  font-size: 0.85rem;
  text-transform: uppercase;
}

#lb-blurb {
  margin-top: 1rem;
  font-style: italic;
  color: rgba(255,255,255,0.6);
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 1rem;
}

/*mobile*/
@media (max-width: 768px) {
  #animation {
    height: 350px;
  }
.port-landing-header {
    font-size: 3rem;
  }

  .port-landing-grid {
    grid-template-columns: 1fr;
  }

  .port-landing-item img {
    height: 300px;
  }
  .hero-button {
    padding: 1.25rem 2rem;
    font-size: 1rem;
    white-space: nowrap;
  }

  .hero-video {
    padding-bottom: 4rem;
  }
  .welcome-section {
    padding: 2rem 1.25rem;
  }

  #ws-box {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
  }

  .ws-text h2 {
    font-size: 5rem;
  }

  .ws-text p {
    font-size: 1.2rem;
  }

  #ws-caption {
    font-size: 1rem;
  }
  .port-header {
    font-size: 2.5rem;
  }

  .pl img {
    height: auto;
    width: 92vw;
  }

  .ab {
    width: 52px;
    height: 52px;
  }

  .pca {
    font-size: 1.2rem;
  }
  .pco {
    font-size: 1.2rem;
  }
  .footer-content {
    padding: 2rem 1.25rem 0;
    box-sizing: border-box;
  }

  .ft-inner {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .ft-heading {
    font-size: 3rem;
  }

  .ft-grid {
    grid-template-columns: 1fr;
  }

  .ft-bottom {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
  }
   .ft-input {
    box-sizing: border-box;
  }
  .ft-label {
    font-size: 1.5rem;
  }

  .ft-input {
    font-size: 1.5rem;
    box-sizing: border-box;
  }
  .masonry-grid {
    columns: 2;
  }

  .gallery-title {
    font-size: 2.5rem;
  }

  .lightbox-inner {
    flex-direction: column;
    overflow-y: auto;
    height: 95vh;
    width: 95vw;
  }

  .lightbox-images {
    flex: none;
  }

  .lightbox-info {
    flex: none;
    width: 100%;
  }
}

/* =========================
   ABOUT PAGE
   ========================= */

.about-hero {
  background: white;
  padding: 3rem 2rem 2rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  border-bottom: 1px solid rgba(72,77,97,0.15);
}

.about-hero-circle {
  width: 300px;
  height: 400px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  border: 4px solid var(--accent-pink);
}

.about-hero-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.about-hero-text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.about-hero-name {
  font-family: 'Righteous', sans-serif;
  font-size: 8rem;
  color: var(--accent-grey);
  line-height: 1;
  margin: 0;
}

.about-hero-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  color: var(--accent-grey);
  opacity: 0.6;
  margin: 0;
}

.about-quote {
  background: white;
  padding: 2.5rem 2rem;
  text-align: center;
  border-bottom: 1px solid rgba(72,77,97,0.15);
}

.about-quote-text {
  font-family: 'Righteous', sans-serif;
  font-size: 2rem;
  color: var(--accent-red);
  line-height: 1.3;
  max-width: 700px;
  margin: 0 auto;
  font-style: italic;
}

.about-body {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
  padding: 3rem 2rem;
  background: white;
}

.about-section-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.25rem;
  color: var(--accent-red);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.about-statement-text {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--accent-grey);
}

.about-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-sidebar-block {
  border-top: 1px solid var(--accent-pink);
  padding-top: 1rem;
}

.about-sidebar-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.25rem;
  color: var(--accent-grey);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.about-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.about-sidebar-list li {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  color: var(--accent-grey);
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(72,77,97,0.08);
  display: flex;
  gap: 0.5rem;
}

.about-sidebar-key {
  color: var(--accent-red);
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  min-width: 90px;
  flex-shrink: 0;
}

.about-cv {
  background: var(--accent-blue);
  padding: 3rem 2rem;
}

.about-cv-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}

.about-cv-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.25rem;
  color: var(--accent-pink);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.about-cv-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-cv-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.about-cv-year {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: var(--accent-red);
  letter-spacing: 0.1rem;
}

.about-cv-detail {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
}

/* Mobile */
@media (max-width: 768px) {
  .about-hero {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .about-hero-name {
    font-size: 2.5rem;
  }

  .about-quote-text {
    font-size: 1.4rem;
  }

  .about-body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-cv-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}