body {
    background: #ffffff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color:black
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden; /* Prevents horizontal scroll */
  color:black
}

.layout {
  height: 100vh;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200px;
  padding: 20px;
  box-sizing: border-box;
    background: #fdfdfd;
  /* style colors/typography as you like */
  z-index: 100;
}

.content {
  margin-left: 200px; /* must match .sidebar width */
  padding: 24px;
  box-sizing: border-box;
  min-height: 100vh;
  padding-left: 0 !important;  /* Override any left padding */
  margin: 0 24px 24px 260px;   /* Better: spell out all 4 margins */
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
 width: calc(100vw - 240px);
      font-family: Arial, Helvetica, sans-serif;
 color: #000000      

}

.p {
    color:black
}



.logo {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 60px;
  letter-spacing: 2px;
  color: black;
  font-family:times new roman, Times, serif
}

nav ul {
  list-style: none;
}

nav li {
  margin-bottom: 16px;
}

nav a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  transition: color 0.3s;
  font-family: Arial, Helvetica, sans-serif
}

nav a:hover {
  color: #a0a0a0;
}

.content {
  margin-left: 240px;
  height: 100vh;
  overflow-y: auto;
  padding: 40px;
}

.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    color:white;

}

.hero-image {
  background-image: url(images/hero-image.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero h1 {
  font-size: 64px;
  font-weight: 300;
  margin-bottom: 16px;
  color:white;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.hero p {
  font-size: 20px;
  font-weight: 300;
  max-width: 600px;
    color:white;

  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

/* Section header style */
.section-header {
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.section-header h1 {
  font-size: 48px;
  font-weight: 300;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
  z-index: 2;
  font-family: 'times new roman', times, serif    
}

.section-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

.project-card {
  background: #222;
  padding: 24px;
}

.project-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 16px;
}

.project-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.project-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #ccc;
}

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

.gallery-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.bio {
  max-width: 800px;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto 60px;
}

.pdf-links {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.pdf-item a {
  display: block;
  background: #333;
  padding: 24px;
  margin-bottom: 24px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #444;
}

@media (max-width: 768px) {
  .sidebar {
    width: 200px;
  }
  .content {
    margin-left: 200px;
  }
}

/* Music Branding specific styles */


.creative-header{
      background-image: url(images/creative-header.jpg);  /* Your photo here */
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
        font-family: 'Times New Roman', Times, serif;
    color:#000000
}
.music-header{
      background-image: url('music-header.jpg');  /* Your photo here */
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
        font-family: 'Times New Roman', Times, serif;
    color:#000000
}
.professional-header{
      background-image: url(images/professional-header.jpg);  /* Your photo here */
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
        font-family: 'Times New Roman', Times, serif;
    color:#000000
}
.logo-header {
  background-image: url(images/logo-header.jpg);  /* Your photo here */
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Text stays on top of photo */
.creative-header h1 {
  font-size: 56px;
  font-weight: 300;
  position: relative;
  z-index: 2;
  text-shadow: 2px 2px 8px rgba(167, 162, 162, 0.9);  /* Makes text readable */
  margin-bottom: 8px;
  color: aliceblue
}

.music-header h1{
      font-size: 56px;
  font-weight: 300;
  position: relative;
  z-index: 2;
  text-shadow: 2px 2px 8px rgba(167, 162, 162, 0.9);  /* Makes text readable */
  margin-bottom: 8px;
  color: aliceblue
}
.professional-header h1,
.logo-header h1 {
  font-size: 56px;
  font-weight: 300;
  position: relative;
  z-index: 2;
  text-shadow: 2px 2px 8px rgba(167, 162, 162, 0.9);  /* Makes text readable */
  margin-bottom: 8px;
  color: aliceblue
}

.creative-header p{
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.9);
  max-width: 600px;
  margin: 0 auto;
}

.music-header p {
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.9);
  max-width: 600px;
  margin: 0 auto;
}

/* Photo Headers*/

.music-header { background-image: url(images/music-header.jpg); }

.professional-header { 
  background-image: url(images/professional-header.jpg)!important;
  background-size: cover;
  background-position: center ;
    background-repeat: no-repeat ;}

.logo-header { background-image: url('logo-header.jpg'); }
.case-studies-header { background-image: url('case-studies-header.jpg'); 
    filter:grayscale(100%)
  }


.intro-text {
  max-width: 800px;
  margin: 0 auto 1px;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  color: #000000;
}

.experience-item {
  margin-bottom: 400px;
  overflow: hidden; /* Clears the float */
    color: black
}

.experience-item h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 16px;
}

.experience-item p {
  font-size: 18px;
  margin-bottom: 40px;
  color: #000000;
  line-height: 1.6;
}

/* Left column: Title + Description */
.experience-text {
  float: left;
  color: black
}

/* Right photo floated right */
.photo-right {
  float: right;
  margin-bottom: 24px;
  width: 100% !important;
}

.photo-right img {
  width: 200%;
  height: 200%;
  object-fit: cover;
  margin-bottom: 12px;
}

.photo-caption {
  font-size: 14px;
  color: #646464;
  font-style: italic;
  margin: 0;
    
}

/* 3 photos below clear the floats */
.photo-row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
  width: 100% !important;
  height: 100% !important;  /* Fixed height for perfect squares */
  margin-top: 24px !important;
}

.photo-row img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;  /* Forces squares */
  object-fit: cover !important;
  border-radius: 4px !important;
}

/* Mobile: Stack vertically */
@media (max-width: 768px) {
  .experience-text,
  .photo-right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}


.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.photo-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.gallery-grid-large {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;  /* ← Exactly 3 columns */
  gap: 12px !important;
    aspect-ratio: 1 / 1 ;
  width: 100% !important;
  height: 240px !important;  /* ← Fixed height for uniform rows */
  margin-bottom: 32px !important;
}

.gallery-grid-large img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
    margin-bottom: 100px; 
      gap: 12px !important;
    
}

.gallery-link {
margin-bottom: 24px
}

.gallery-link a {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  border: 1px solid #444;
  padding: 12px 24px;
  display: inline-block;
     border-radius: 6px;
}

.gallery-link a:hover {
  border-color: #666;
}
.experience-item {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 40px;
  align-items: start;
  margin-bottom: 100px;
  color: black
}

.experience-content {
  /* Text takes full left column */
      color: black
}



.photo-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 12px;
    float: right
}

.photo-caption {
  font-size: 14px;
  color: #999;
  font-style: italic;
  margin: 0;
}

.photo-row {
  /* 3 photos below spanning full width */
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.photo-row img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Mobile: stack everything */
@media (max-width: 768px) {
  .experience-item {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .photo-right {
    order: 2;
  }
  
  .photo-row {
    grid-column: 1;
    order: 3;
  }
}

/* Professional Branding specific styles */
.professional-header {
  background-image: url('professional-header.jpg');
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
  margin-bottom: 40px;
}

.professional-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}



.photo-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
float: right    
}

.photo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.photo-row img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .professional-photos {
    grid-template-columns: 1fr;
  }
  
  .photo-right {
    grid-column: 1;
    order: 2;
  }
  
  .photo-row {
    order: 1;
  }
}

/* Logo Design Styles */
.logo-header {
  background-image: url(images/logo-header.jpg);
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
  margin-bottom: 40px;
    font-family: 'times new roman', Times, serif
    
}

.logo-experiences {
  /* Container for all logo items */
      color: black
}
/* Logo Design - Photos UNDER descriptions */
.logo-item {
  margin-bottom: 100px;
}

.logo-text {
  margin-bottom: 40px;
      color: black
}

.logo-text h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 16px;
      color: black
}

.logo-text p {
  font-size: 18px;
  line-height: 1.6;
      color: black
}

/* BBIC - 2 photos under */
.logo-photos-under {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;

}

.logo-photos-under img {
  width: 100%;
  height: auto;              /* ← Auto height */
  max-height: 300px;         /* ← Cap if too tall */
  object-fit: contain !important;  /* ← Shows full image */
  object-position: center;
    border-radius: 8px;}

/* TB - Single photo under */
.logo-photo-single-under {
  margin-bottom: 20px;
}

.logo-photo-single-under img {
  width: 100%;
  max-width: 400px;
  height: 300px;
  object-fit: cover;
  display: block;
      float: right;
}

/* JunePeak under description */
/* JunePeak Full Section */
.junepeak-full {
  background: #ffffff;
  padding: 60px;
  border-radius: 12px;
  margin: 40px 0;
    color:black
}

.crafting-section,
.approach-section,
.testimonial-section {
  margin-bottom: 60px;
    color:black
}

.crafting-section h3,
.approach-section h3,
.testimonial-section h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
    color: black
}

.content-text {
  max-width: 800px;
  margin: 0 auto 32px;
    color: black
}

.content-text p {
  font-size: 18px;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 24px;
    
}

.deliverables {
  background: #ffffff;
  padding: 32px;
  border-radius: 8px;
  margin-top: 32px;
    color:black
}

.deliverables h4 {
  font-size: 20px;
  margin-bottom: 16px;
  color: #000000;
}

.deliverables ul {
  list-style: none;
  font-size: 16px;
  color: #000000;
}

.deliverables li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
  color:black
}

.deliverables li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #000000;
}

/* Approach Grid */
.approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.approach-visuals {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tested-logos,
.new-logo,
.additional-icons {
  text-align: center;
    color:black
}

.tested-logos h4,
.new-logo h4,
.additional-icons h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #000000;
}

.logo-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  aspect-ratio: 3 / 1 !important;   /* ← Grid container ratio */
}

.logo-grid img {
  width: 100% !important;
  height: 100% !important;          /* ← Fill grid cell */
  aspect-ratio: 1 !important;       /* ← PERFECT SQUARES */
  object-fit: cover !important;
  border-radius: 6px !important;
  display: block !important;
}

.final-logo {
  width: 100%;
  max-width: 400px;
  height: 400px;
  object-fit: contain;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  margin: 0 auto;
  display: block;
}

.icon-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;              /* ↑ Bigger gaps */
  width: 100% !important;
  max-width: 1000px !important;      /* ↑ Wider container */
  margin: 24px auto !important;
}

.icon-grid img {
  width: 100% !important;
  height: 250px !important;          /* ↑ 100px → 250px */
  object-fit: contain !important;
  padding: 16px !important;          /* ↑ Bigger padding */
 
}

.approach-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
    color: black
}

.approach-step h4 {
  font-size: 20px;
  margin-bottom: 16px;
  color: #000000;
}

.approach-step ul {
  list-style: none;
    color:black
}

.approach-step li {
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  color: black
}

.approach-step li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #fff;
}

.testimonial-section blockquote {
  background: #ffffff;
  padding: 48px;
  border-left: 4px solid #666;
  font-size: 18px;
  line-height: 1.7;
  color: #000000;
  font-style: italic;
  quotes: "“" "”" "‘" "’";
}

.testimonial-section blockquote p {
  margin-bottom: 20px;
    color:black
}

.testimonial-section blockquote p:last-child {
  font-weight: 500;
  font-style: normal;
    color:black
}

/* Mobile */
@media (max-width: 768px) {
  .junepeak-full {
    padding: 40px 20px;
  }
  
  .approach-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Additional Designs under */
.additional-designs-under {
  text-align: center;
      display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;  /* ← 3 in a row */
  gap: 16px !important;
  width: 100% !important;
  margin: 0 auto !important;
  height: 200px !important;  /* ← Fixed height */
}



.logo-item .additional-gallery,
.additional-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  width: 100% !important;
  max-width: 1200px !important;      /* ↑ Wider container */
  margin: 32px auto !important;      /* ↑ More breathing room */
}

.additional-gallery img {
  width: 100% !important;
  height: auto !important;
  max-height: 1000px !important;
  object-fit: contain !important;
    border-radius: 12px !important;  }

/* Mobile */
@media (max-width: 768px) {
  .logo-photos-under {
    grid-template-columns: 1fr;
  }
}


/* Creative Experiences Styles */


.intern-section,
.reflection-section {
  margin-bottom: 80px;
      color: black
}

.intern-section h2,
.reflection-section h2,
.portfolio-section h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}

.content-text {
  max-width: 900px;
  margin: 0 auto;
      color: black
}

.content-text p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
      color: black
}

.portfolio-section {
  margin-bottom: 80px;
      color: black
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.portfolio-item {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

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

/* Mobile */
@media (max-width: 768px) {
  .content-text p {
    font-size: 16px;
  }
  
  .portfolio-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 8px;
  }
}

/* Case Studies Styles */
.case-header {
  background-image: url(images/case-header.jpg);
  background-size: cover;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: top;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}

.case-header h1 {
  font-size: 56px;
  font-weight: 300;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.9);
  margin-bottom: 8px;
color: white;
font-family: "Times New Roman" , times, serif}

.case-header p {
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.9);
    
}

.mba-bio {
  margin-bottom: 80px;
  text-align: center;
      color: black
}

.bio-text {
  max-width: 900px;
  margin: 0 auto;
      color: black
}

.bio-text h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 24px;
      color: black
}

.bio-text p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 24px;
}

.projects-section {
  margin-bottom: 80px;
}

.projects-section h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
color:black
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.project-card {
  background: #fcfcfc;
  padding: 32px;
  border: 1px solid #444;
  transition: all 0.3s;
  text-align: center;
}

.project-card:hover {
  border-color: #666;
  background: #e5e5e5;
  transform: translateY(-4px);
}

.project-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.project-card h3 {
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 400;
}

.project-card p {
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.project-link {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #444;
  transition: all 0.3s;
}

.project-link:hover {
  background: #fff;
  color: #000;
  border-color: #666;
}

/* Mobile */
@media (max-width: 768px) {
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}


/* Gallery Styles */
.gallery-header {
  background-image: url(images/gallery-header.jpg);
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
      color: black
}

.gallery-header h1 {
  font-size: 64px;
  font-weight: 300;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.9);
    color: white
}

.mega-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 8px;
  max-width: 1400px;
  margin: 0 auto;
}

.gallery-item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
}

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

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

/* Mobile */
@media (max-width: 768px) {
  .mega-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 6px;
  }
}

/* About Page Styles */
.about-hero {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
  padding: 40px 0;
      color: black
}

.headshot-section {
  width: 100%;
      color: black
}

.headshot {
  width: 100%;
  max-width: 400px;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.bio-section {
  padding-left: 20px;
      color: black
}

.bio-section h1 {
  font-size: 56px;
  font-weight: 300;
  margin-bottom: 8px;
  line-height: 1.1;
      color: black
}

.bio-section h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 32px;
      color: black
}

.bio-section p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
      color: black
}

.linkedin-btn {
  display: inline-block;
  background: #0077B5;
  color: #fff;
  padding: 16px 32px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s;
  margin-top: 16px;
}

.linkedin-btn:hover {
  background: #005882;
  transform: translateY(-2px);
}

.section-divider {
  height: 1px;
  background: #444;
  margin: 80px 0;
  border: none;
}

.resume-section {
  max-width: 1200px;
  margin: 0 auto;
      color: black
}

.resume-section h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
      color: black
}
/* Resume - Logo LEFT + Info RIGHT */
.resume-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 60px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #444;
  border-radius: 8px;
}

.logo-left {
  flex-shrink: 0;
}

.company-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  background: #ffffff;
  padding: 12px;
  border-radius: 8px;
          color: black

}

.position-right {
  flex: 1;
}

.position-right h3 {
  font-size: 22px;
  font-weight: 1000;
  margin-bottom: 4px;
      color: black
}

.position-right p {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 400; 
  color: black

}

.dates {
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 16px;
          color: black

}

.job-desc p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
          color: black

}

/* Mobile */
@media (max-width: 768px) {
  .resume-item {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
}

.emoji-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;      /* ← Wider container */
  height: 100px;     /* ← Taller container */
  font-size: 56px;   /* ← Much larger emoji */
  border-radius: 12px;  /* Slightly rounder */
  color: #fff;
}


/* Contact Page Styles */
.contact-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin: 40px 0;
  min-height: 80vh;
}

.contact-photo {
  width: 100%;
    height: 100%
}

.contact-photo img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.contact-info {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}

.contact-info h1 {
  font-size: 56px;
  font-weight: 300;
  margin-bottom: 16px;
}

.contact-info p {
  font-size: 20px;
  color: #000000;
  margin-bottom: 48px;
  line-height: 1.6;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 20px;
  background: #222;
  border: 1px solid #444;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.1);
}

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

.contact-form button {
  background: #000;
  color: #fff;
  padding: 20px 40px;
  border: 1px solid #444;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  align-self: flex-start;
}

.contact-form button:hover {
  background: #333;
  border-color: #666;
  transform: translateY(-2px);
}

.social-buttons {
  display: flex;
  gap: 20px;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s;
  flex: 1;
  justify-content: center;
}

.social-btn.linkedin {
  background: #0077B5;
  color: #fff;
  border: 1px solid #0077B5;
}

.social-btn.linkedin:hover {
  background: #fff;
  color: #0077B5;
}

.social-btn.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
  border: 1px solid transparent;
}

.social-btn.instagram:hover {
  background: #fff;
  color: #e4405f;
  border-color: #e4405f;
}

/* Mobile */
@media (max-width: 768px) {
  .contact-hero {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .contact-info {
    padding-left: 0;
  }
  
  .social-buttons {
    flex-direction: column;
  }
}

/* Fullscreen hero */

  .hero-container{
    margin-left: 0;
    width: 100vw;
    height: 100vh;
    position: relative;
  }
  
  .hero-image {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  
  .hero-content {
    padding: 0 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
      color:white;

  }
  
  .hero-title {
    font-size: 48px;
    text-align: center;
  }
  
  .hero-subtitle {
    font-size: 18px;
    text-align: center;
  }


.experience-item {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
  }
  
  .experience-content {
    order: 1;
    margin-bottom: 24px;
  }
  
  .photo-right {
    order: 2;
    margin-bottom: 24px;
  }
  
  .photo-row {
    grid-template-columns: 1fr;
    gap: 12px;
    order: 3;
    margin-top: 0;
  }
  
  .photo-row img {
    height: auto;
    min-height: 200px;
  }

/* Other pages keep their content styles */
.content {
  margin-left: 280px;
  height: 100vh;
  overflow-y: auto;
  padding: 60px 60px 40px;
}

/* Responsive */
@media (max-width: 1200px) {
  .hero-title { font-size: 80px; }
  .hero-subtitle { font-size: 20px; }
}

@media (max-width: 768px) {
  .sidebar {
    width: 240px;
  }
  .hero-container,
  .content {
    margin-left: 240px;
    }}


/* ===== MOBILE NAVIGATION TOGGLE ===== */
.nav-toggle {
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 200;
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  width: 44px;
  height: 44px;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 500px) {
  /* Show mobile nav toggle */
  .nav-toggle {
    display: block !important;
    
  }
  
  /* Hide sidebar by default on mobile */
  .sidebar {
    transform: translateX(-100%);
    width: 100%;
    max-width: 280px;
    box-shadow: 2px 0 10px rgba(0,0,0,0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  /* Show sidebar when active */
  .sidebar.active {
    transform: translateX(0);
    box-shadow: 2px 0 10px rgba(0,0,0,0.3);
    
  }
  
  /* Adjust content for no sidebar */
  .content {
    margin-left: 10px;
    padding: 80px 20px 40px;
    width: 100%;
  }
  
  /* Hero adjustments */
  .hero-container {
    margin-left: 0;
    width: 100vw;
  }
  
  .hero-title {
    font-size: 48px;
  }
  
  .hero-subtitle {
    font-size: 100px;
  }
  
  .hero-content {
    padding: 0 20px;
  }
  
  /* Section headers */
  .section-header h1,
  .creative-header h1,
  .music-header h1,
  .professional-header h1,
  .logo-header h1,
  .case-header h1,
  .gallery-header h1 {
    font-size: 36px;
  }
  
  .section-header,
  .creative-header,
  .music-header,
  .professional-header,
  .logo-header,
  .case-header,
  .gallery-header {
    height: 200px;
    margin-bottom: 40px;
  }
  
  /* Experience sections - stack vertically */
  .experience-item {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 60px;
  }
  
  .experience-content {
    order: 1;
  }
  
  .photo-right {
    order: 2;
  }
  
  .photo-row {
    grid-template-columns: 1fr;
    gap: 12px;
    order: 3;
    margin-top: 16px;
  }
  
  .photo-row img {
    height: auto;
    min-height: 200px;
  }
  
  /* Logo design - single column, captions above photos */
  .logo-text {
    order: 1;
    margin-bottom: 20px;
  }
  
  .logo-photos-under {
    grid-template-columns: 1fr;
    order: 2;
  }
  
  .logo-photo-single-under {
    order: 2;
  }
  
  .logo-photo-single-under img {
    float: none;
    max-width: 100%;
    height: auto;
    min-height: 250px;
  }
  
  /* JunePeak section - maintain order */
  .junepeak-full {
    padding: 40px 20px;
  }
  
  .approach-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .approach-text {
    order: 1;
  }
  
  .approach-visuals {
    order: 2;
  }
  
  .logo-grid,
  .icon-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .icon-grid img {
    height: auto;
    min-height: 150px;
    padding: 12px;
  }
  
  .additional-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  /* Projects grid */
  .projects-grid,
  .project-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  /* Gallery */
  .gallery-grid-large,
  .mega-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  
  /* About page */
  .about-hero {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .headshot-section {
    order: 1;
  }
  
  .bio-section {
    order: 2;
    padding-left: 0;
  }
  
  .headshot {
    max-width: 100%;
    height: auto;
    min-height: 400px;
  }
  
  .bio-section h1 {
    font-size: 36px;
  }
  
  .bio-section h2 {
    font-size: 20px;
  }
  
  .resume-item {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }
  
  .company-logo {
    margin: 0 auto;
  }
  
  /* Contact page */
  .contact-hero {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .contact-photo {
    order: 1;
  }
  
  .contact-info {
    order: 2;
    padding-left: 0;
  }
  
  .contact-photo img {
    height: 400px;
  }
  
  .contact-info h1 {
    font-size: 36px;
  }
  
  .contact-info p {
    font-size: 18px;
  }
  
  .social-buttons {
    flex-direction: column;
  }
  
  /* Text sizing */
  .intro-text,
  .content-text,
  .bio-text {
    font-size: 16px;
    padding: 0;
  }
  
  .intro-text {
    text-align: left;
  }
}

/* Small mobile devices */
@media (max-width: 480px) {
  .nav-toggle {
    top: 15px;
    left: 15px;
  }
  
  .hero-title {
    font-size: 36px;
  }
  
  .hero-subtitle {
    font-size: 16px;
  }
  
  .section-header h1,
  .creative-header h1,
  .music-header h1,
  .professional-header h1,
  .logo-header h1,
  .case-header h1,
  .gallery-header h1 {
    font-size: 28px;
  }
  
  .gallery-grid-large,
  .mega-gallery-grid,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
  
  .content {
    padding: 80px 15px 30px;
  }
  
  .junepeak-full {
    padding: 30px 15px;
  }
}


.scrolling-gallery {
  position: left;
  height: 240px;
  overflow: hidden;
  margin: 60px 0;
  border-radius: 16px;
  padding: 20px 0;
}

.scroll-track {
  display: flex;
  animation: scroll-left 40s linear infinite;
}

.scroll-images {
  display: flex;
  gap: 16px;
}

.scroll-images img {
  width: 200px;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.scroll-images img:hover {
  transform: scale(1.05);
}

/* Seamless infinite scroll animation */
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }  /* Halfway since duplicated */
}

/* Pause on hover */
.scrolling-gallery:hover .scroll-track {
  animation-play-state: paused;
}

/* Mobile: Slower, taller */
@media (max-width: 768px) {
  .scrolling-gallery {
    height: 200px;
    margin: 40px 0;
  }
  
  .scroll-images img {
    width: 140px;
    height: 200px;
  }
  
  .scroll-track {
    animation-duration: 60s;  /* Slower on mobile */
  }
}

/* Desktop sidebar adjustment */
@media (min-width: 769px) {
  .scrolling-gallery {
    margin-left: 2px;
    width: calc(100vw - 240px);
  }
}