/* About Section */
.about-hero {
  background-color: #6C5A5A;
  border-bottom: 4px solid #d4b8aa;
  height: 140px;
  display: flex;
  align-items: center;
  padding: 0 8%;
  position: relative;
  overflow: hidden;
}

.about-stamp {
  position: absolute;
  right: -200px;     
  top: 50%;
  transform: translateY(-50%) rotate(-15deg); 
  width: 620px;      
  opacity: 0.45;       
  pointer-events: none;
  z-index: 1;
}

.about-hero-overlay {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.about-number {
  font-family: "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 400;
  color: #CBA898;
  margin: 0;
}

.about-title {
  font-family: "Times New Roman", serif;
  font-size: 2.2rem;
  letter-spacing: 2px;
  color: #312829;
  margin: 0;
}

.about-sub {
  font-family: "Segoe UI", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  color: #E1DDDE;
  margin: 0;
}

.about-container {
  display: grid;
  grid-template-columns: 240px minmax(420px, 520px) 260px;
  gap: 60px;
  padding: 60px 10%;
  background-color: #CCC4C1;
  align-items: start;
}

.about-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pfp-card {
  background-color: #4A4341;
  border: 6px solid #E1DDDE;
  padding: 10px;
  width: 210px;
}

.pfp-card img {
  width: 100%;
  display: block;
}

body {
  background-color: #CCC4C1;
}

.about-tagline {
  margin-top: 12px;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  color: #312829;
  text-align: center;
}

.about-main {
  max-width: 520px;
}

.name {
  font-family: "Times New Roman", serif;
  font-size: 1.8rem;
  color: #312829;
  margin: 0 0 8px;
}

.role {
  font-family: "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #B67674 !important;
  margin: 0 0 28px;
}

.about-main p {
  font-family: "Segoe UI", sans-serif;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #312829;
  margin: 0 0 12px;
}

.about-main h3 {
  font-family: "Segoe UI", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  color: #B67674;
  margin: 30px 0 12px;
}

.about-info > h3 {
  font-family: "Times New Roman", serif;
  font-size: 1.8rem;
  color: #312829;
  margin: 0 0 20px;
}

.info-section h4 {
  font-family: "Segoe UI", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  color: #B67674;
  margin: 20px 0 8px;
  text-transform: uppercase;
}

.about-container li {
  font-family: "Segoe UI", sans-serif;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #312829;
  margin-bottom: 6px;
}

.section-divider {
  width: 100%;
  margin: 30px auto 40px auto;
  border-top: 2px dashed #6C5A5A;
}

@media (max-width: 768px) {

  .about-title {
  font-size: 1.2rem;
}
  .about-container {
    grid-template-columns: 1fr; 
    gap: 40px;
    padding: 40px 6%;
  }

  .about-left {
    order: 1;
  }

  .about-main {
    order: 2;
  }

  .about-info {
    order: 3;
  }
}

.music-section {
  background-color: #CCC4C1;
  padding: 60px 10%;
}

.music-container {
  max-width: 1100px;
  margin: 0 auto;
}

.music-title {
  font-family: "Segoe UI", serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #B67674;
  margin: 0;
}

.music-sub {
  font-family: "Segoe UI", sans-serif;
  font-size: 0.85rem;
  color: #312829;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

.spotify-tracks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.track-embed {
  border-radius: 12px;
  background: #fff;
}

@media (max-width: 768px) {
  .spotify-tracks {
    grid-template-columns: 1fr;
  }
}

/* Portfolio Section */
section, .portfolio-credit-bar {
  margin: 0;
}

.portfolio-hero {
  background-color: #6C5A5A;
  border-bottom: 4px solid #d4b8aa;
  height: 140px;
  display: flex;
  align-items: center;
  padding: 0 8%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.portfolio-stamp {
  position: absolute;
  right: -200px;     
  top: 50%;
  transform: translateY(-50%) rotate(-15deg); 
  width: 620px;      
  opacity: 0.45;       
  pointer-events: none;
  z-index: 1;
}

.portfolio-hero-overlay {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.portfolio-symbol {
  font-family: "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 400;
  color: #CBA898;
  margin: 0;
}

.portfolio-title {
  font-family: "Times New Roman", serif;
  font-size: 2.2rem;
  letter-spacing: 2px;
  color: #312829;
  margin: 0;
}

.portfolio-sub {
  font-family: "Segoe UI", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  color: #E1DDDE;
  margin: 0;
}

.portfolio-credit-bar {
  background-color: #322a2a;
  border-bottom: 4px solid #d4b8aa; 
  padding: 4px 8%; 
  text-align: center; 
  box-sizing: border-box;
}

.portfolio-credit-bar p {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 300; 
  letter-spacing: 0.5px;
  color: #E1DDDE;
}

.portfolio-credit-bar strong {
  font-weight: 600; 
}

.portfolio-section {
  background-color: #CCC4C1;
  padding: 60px 40px;
  min-height: 100vh;
  box-sizing: border-box;
  margin-top: 40px;
}

.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.filter-btn {
    padding: 12px 35px;
    border-radius: 50px;
    border: none;
    background-color: #6C5A5A;
    color: #E1DDDE;
    font-family: "Segoe UI", sans-serif;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background-color: #2B2525;
    color: #CBA898;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.gallery-item {
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid #E1DDDE;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #CCC4C1;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.4s ease;
}

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

.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: #312829;
    color: #CBA898;
    font-family: "Segoe UI", sans-serif;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

.modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 1000;
}

.modal.show {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    transform: translateY(40px);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.modal.show .modal-content {
    transform: translateY(0);
    opacity: 1;
}

.modal.closing .modal-content {
    transform: translateY(40px);
    opacity: 0;
}

.modal-content img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
}

.close-btn {
    position: fixed;
    top: 10px;
    right: 40px;
    font-size: 45px;
    color: #E1DDDE;
    font-family: "Segoe UI", sans-serif;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 1100;
}

.close-btn:hover {
    color: #CBA898;
}

.gallery-end {
    margin-top: 40px;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #6C5A5A;
}

@media (max-width: 768px) {
    
    .gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .gallery-item {
        border-radius: 14px;
    }

    .filter-buttons {
        gap: 12px;
        flex-wrap: wrap;
    }

    .filter-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .gallery-end {
        font-size: 11px;
        margin-top: 40px;
    }

}

/* VA Section */
.portfolio-hero {
  background-color: #6C5A5A;
  border-bottom: 4px solid #d4b8aa;
  height: 140px;
  display: flex;
  align-items: center;
  padding: 0 8%;
  position: relative;
  overflow: hidden;
}

.portfolio-stamp {
  position: absolute;
  right: -200px;     
  top: 50%;
  transform: translateY(-50%) rotate(-15deg); 
  width: 620px;      
  opacity: 0.45;       
  pointer-events: none;
  z-index: 1;
}

.portfolio-hero-overlay {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.portfolio-symbol {
  font-family: "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 400;
  color: #CBA898;
  margin: 0;
}

.portfolio-title {
  font-family: "Times New Roman", serif;
  font-size: 2.2rem;
  letter-spacing: 2px;
  color: #312829;
  margin: 0;
}

.portfolio-sub {
  font-family: "Segoe UI", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  color: #E1DDDE;
  margin: 0;
}

.portfolio-credit-bar {
  background-color: #322a2a;
  border-bottom: 2px solid #d4b8aa; 
  padding: 4px 8%; 
  text-align: center; 
}

.portfolio-credit-bar p {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 300; 
  letter-spacing: 0.5px;
  color: #E1DDDE;
}

.portfolio-credit-bar strong {
  font-weight: 600; 
}

body {
  background-color: #CCC4C1;
  font-family: "Segoe UI", sans-serif;
  color: #312829;
}

/* Prices */
.prices {
  font-weight: bold;
  color: #312829;
  text-align: center;
  margin-bottom: 20px;
}
.prices-note {
  display: block;        
  font-weight: normal;    
  font-size: 0.85em;   
  margin-top: 8px;        
  color: #312829;       
  line-height: 1.4;      
}

/* Demo Reel Box */
.demo-reel-container {
  background-color: #6C5A5A;
  border: 2px solid #312829;
  border-radius: 15px;
  padding: 20px;
  max-width: 600px;
  margin: 40px auto 40px auto;
  text-align: left;
  flex: 1;
  max-width: 400px;
}

.demo-reel-container h2 {
  margin-bottom: 15px;
  font-weight: bold;
  color: #312829;
}

.demo-reel-container audio {
  width: 100%;
  outline: none;
}

.reel-wrapper {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

/* Horizontal roles container */
.roles-horizontal-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 40px auto;
}

/* Each horizontal role box */
.role-horizontal-box {
  display: flex;
  align-items: stretch;
  background-color: #776666;
  color: #EAE6E7;
  border-radius: 14px;
  text-decoration: none;
  overflow: hidden;
  padding: 0;
}

.accordion-item.active .role-horizontal-box {
  border-radius: 14px 14px 0 0;
}

/* Accordion container */
.accordion-item {
  margin-bottom: 1rem;
}

/* Make header clickable */
.accordion-header {
  cursor: pointer;
}

/* Hidden content */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #312829;
  border-radius: 0 0 20px 20px;
  padding: 0 1rem;
}

/* Active state */
.accordion-item.active .accordion-content {
  max-height: 500px;
  padding: 1rem;
}

/* Layout wrapper */
.game-content {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

/* Logo */
.game-logo {
  width: 170px;
  flex-shrink: 0;
}

/* Right side */
.game-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

/* Text */
.game-info {
  font-size: 0.8rem;
  color: #E2DEDF;
  line-height: 1.4;
}

/* Links */
.game-links {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

/* Link buttons */
.game-link {
  background: #6D5B5B;
  color: #E1DDDE;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.7rem;
  transition: all 0.2s ease;
}

/* Icon sizes */
.game-link i {
  font-size: 14px;
}

.game-link img {
  width: 20px;
  height: 20px;
}

/* Hover */
.game-link:hover {
  background: #CCA999;
  color: #32292A;
}

/* Image fills left side */
.role-horizontal-box img {
  width: 80px;
  height: 80%;
  object-fit: cover;
  flex-shrink: 0;
  margin: 0; 
}

/* Base text styling */
.role-horizontal-box span {
  display: flex;
  align-items: center;
  padding: 0 25px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #F2EEEE;
}

/* Divider columns */
.role-title,
.role-type,
.role-year {
  position: relative;
  margin-left: 30px;
  padding-left: 30px;
}

/* Divider lines */
.role-title::before,
.role-type::before,
.role-year::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: rgba(255,255,255,0.25);
}

/* Shared text styling */
.role-horizontal-box span {
  font-family: "Segoe UI", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #F2EEEE;
}

/* Column widths */
.role-character {
  width: 200px;
}

.role-title {
  width: 350px;
}

.role-type {
  width: 150px;
}

.role-year {
  width: 120px;
  text-align: center;
}

/* Labels Row */
.role-label-row {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 10px auto;
  padding: 0 25px;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: bold;
  color: #6C5A5A;
  text-transform: uppercase;
}

/* Spacer matches image width */
.role-label-spacer {
  width: 80px;
  flex-shrink: 0;
}

.role-label.character { width: 200px; }
.role-label.title { width: 350px; }
.role-label.type { width: 150px; }
.role-label.year { width: 120px; text-align: center; }

/* Vertical divider lines */
.role-title,
.role-type,
.role-year {
  border-left: 1px solid #E1DDDE;
  padding-left: 40px;
}

.section-divider {
  width: 100%;
  margin: 30px auto 40px auto;
  border-top: 2px dashed #6C5A5A;
}

.end {
    margin-top: 40px;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #6C5A5A;
}

@media (max-width: 768px) {

    .prices {
    font-size: 0.95rem;  
    padding: 0 20px;  
  }

  .prices-note {
    font-size: 0.8rem; 
    padding: 0 10px;  
  }

  .reel-wrapper {
    flex-direction: column;
    align-items: center;
  }

    .game-content {
    flex-direction: column;
    align-items: center;
  }

  .role-video-container,
  .game-info-wrapper {
    width: 100%;
  }

  .role-video-container iframe {
    width: 100%;
    height: auto;
  }

  /* HERO */
  .portfolio-hero {
    height: auto;
    padding: 20px 6%;
  }

  .portfolio-symbol {
    font-size: 2.5rem;
  }

  .portfolio-title {
    font-size: 1.5rem;
  }

  .portfolio-sub {
    font-size: 0.75rem;
  }

  .portfolio-stamp {
    width: 350px;
    right: -120px;
    opacity: 0.25;
  }

  /* Hide desktop labels row */
  .role-label-row {
    display: none;
  }

  /* Stack each role box */
  .role-horizontal-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
    gap: 8px;
  }

  /* Make image full width on top */
  .role-horizontal-box img {
    width: 100%;
    height: 160px;
    border-radius: 10px;
  }

  /* Remove fixed widths */
  .role-character,
  .role-title,
  .role-type,
  .role-year {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }

  /* Remove divider lines */
  .role-title::before,
  .role-type::before,
  .role-year::before {
    display: none;
  }

  /* Adjust text spacing */
  .role-horizontal-box span {
    padding: 0;
  }

  /* Slightly smaller demo reel box */
  .demo-reel-container {
    margin: 25px 15px;
  }

  .roles-horizontal-container {
    padding: 0 15px;
  }
}

/* Commission Section */
body {
    margin: 0;
    overflow-x: hidden;
}

.portfolio-hero {
  background-color: #6C5A5A;
  border-bottom: 4px solid #d4b8aa;
  height: 140px;
  display: flex;
  align-items: center;
  padding: 0 8%;
  position: relative;
  overflow: hidden;
}

.portfolio-stamp {
  position: absolute;
  right: -200px;     
  top: 50%;
  transform: translateY(-50%) rotate(-15deg); 
  width: 620px;      
  opacity: 0.45;       
  pointer-events: none;
  z-index: 1;
}

.portfolio-hero-overlay {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.portfolio-symbol {
  font-family: "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 400;
  color: #CBA898;
  margin: 0;
}

.portfolio-title {
  font-family: "Times New Roman", serif;
  font-size: 2.2rem;
  letter-spacing: 2px;
  color: #312829;
  margin: 0;
}

.portfolio-sub {
  font-family: "Segoe UI", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  color: #E1DDDE;
  margin: 0;
}

.portfolio-credit-bar {
  background-color: #322a2a;
  border-bottom: 4px solid #d4b8aa; 
  padding: 4px 8%; 
  text-align: center; 
}

.portfolio-credit-bar p {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 300; 
  letter-spacing: 0.5px;
  color: #E1DDDE;
}

.portfolio-credit-bar strong {
  font-weight: 600; 
}

body {
  background-color: #CCC4C1;
  font-family: "Segoe UI", sans-serif;
  color: #312829;
}

.commissions-section {
    background-color: #CCC4C1;
    padding: 60px 8%;
}

.vgen-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #6C5A5A;
    padding: 40px 50px;
    border-radius: 16px;
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 50px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vgen-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.vgen-text h2 {
    font-family: "Segoe UI", sans-serif;
    font-weight: bold;
    font-size: 2rem;
    color: #E1DDDE;
    margin: 0 0 8px 0;
}

.vgen-text p {
    font-family: "Segoe UI", sans-serif;
    font-size: 1rem;
    color: #E1DDDE;
    margin: 0;
}

.vgen-logo {
    position: absolute;
    right: 40px;
    bottom: -50px;
    width: 240px;
    opacity: 0.15;
    pointer-events: none;
}

.tos-title-bar {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;

    background-color: #6C5A5A;
    padding: 26px 0;
    text-align: center;
}

.tos-title-bar h2 {
    margin: 0;
    font-family: "Times New Roman", serif;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 2px;
    color: #E1DDDE;
}

.tos-subtitle {
    text-align: center;
    margin: 18px 0 40px 0;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6C5A5A;
    font-family: "Segoe UI", sans-serif;
}

.commission-guidelines {
    background: #CCC4C1;
    padding: 0.2px 8%;
}

.dos-donts-box {
    border: 3px solid #B67674;
    background: #E1DDDE;
    border-radius: 14px;
    padding: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 70px;
}

.dos-header,
.dont-header {
    background: #B67674;
    color: #E1DDDE;
    padding: 10px 18px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.dos-column ul,
.dont-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dos-column li,
.dont-column li {
    margin-bottom: 12px;
    padding-left: 22px;
    position: relative;
    line-height: 1.6;
    font-size: 0.95rem;
}

.dos-column li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #B67674;
    font-weight: bold;
}

.dont-column li::before {
    content: "✕";
    position: absolute;
    left: 0;
    color: #B67674;
    font-weight: bold;
}


.tos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.tos-section-header {
    background: #B67674;
    color: #E1DDDE;
    padding: 8px 14px;
    border-radius: 6px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 0.85rem;
    margin-bottom: 12px;
    margin-top: 30px;
}

.tos-section p {
    line-height: 1.7;
    font-size: 0.95rem;
    margin: 0 0 20px 0;
}


@media (max-width: 900px) {

    .dos-donts-box {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

    .portfolio-title {
  font-size: 1.2rem;
}
}

