/* Aurelian Brand Portfolio Page Styles */
/* Following Aurelian Brand Guidelines */

body, html {
  background-color: #ffffff;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
}

.brand-page {
  background-color: #ffffff;
}

/* Section Block Base */
.section-block {
  background-color: #ffffff;
  box-sizing: border-box;
  overflow-x: hidden;
}
/* ===== VIDEO SECTIONS ===== */
/* First section needs margin-top for fixed header */
.section-block:first-of-type {
  margin-top: 120px;
}

/* Hero Video */
.section-block:first-of-type .full-width-video {
  height: 650px;
}

/* Additional video sections (AVA and Customer Success) */
.aurelian-hero-video,
.style-guide-section ~ .section-block {
  padding: 60px 40px;
}

.aurelian-hero-video .full-width-video {
  height: 400px;
  max-width: 1200px;
  margin: 0 auto;
}

.aurelian-hero-video {
  max-width: 100%;
}

.aurelian-hero-video a {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

/* ===== WEBSITE SHOWCASE SECTION ===== */
.website-showcase {
  width: 100%;
  padding: 60px 40px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.showcase-content {
  max-width: 1200px;
  margin: 0 auto 3rem auto;
  text-align: left;
}

.showcase-content h2 {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2rem;
  margin: 0 0 1rem 0;
  color: #1a1a1a;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.showcase-content p {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

.website-scroll {
  max-width: 1200px;
  margin: 0 auto 3rem auto;
  border-radius: 0;
  overflow: hidden;
}

.website-demo {
  width: 100%;
  height: 600px;
  display: block;
  object-fit: cover;
}
/* ===== STYLE GUIDE SECTION ===== */
.style-guide-section {
  width: 100%;
  padding: 60px 40px;
  background-color: #f9f9f7;
  box-sizing: border-box;
  overflow-x: hidden;
}

.style-guide-header {
  max-width: 1200px;
  margin: 0 auto 3rem auto;
  text-align: left;
}

.style-guide-header h2 {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2rem;
  margin: 0 0 1rem 0;
  color: #1a1a1a;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.style-guide-header p {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

/* Style Guide Image Link */
.style-guide-link {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  text-decoration: none;
}

.style-guide-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.style-guide-image:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  .style-guide-section {
    padding: 40px 20px;
  }

  .style-guide-header h2 {
    font-size: 1.6rem;
  }

  .style-guide-header p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .style-guide-section {
    padding: 30px 16px;
  }
}

/* ===== SOCIAL ICONS ===== */
.social-icons {
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding: 2rem 0;
  margin: 0;
  background-color: #ffffff;
}

.social-icons a {
  color: #1a1a1a;
  font-size: 2.5rem;
  transition: color 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  color: #58758B;
}

/* ===== IMAGES & MEDIA ===== */
.full-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  display: block;
}

.no-style-link {
  text-decoration: inherit;
  color: inherit;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
  .website-showcase,
  .style-guide-section {
    padding: 40px 20px;
  }

  .showcase-content h2,
  .style-guide-header h2 {
    font-size: 1.6rem;
  }

  .showcase-content p,
  .style-guide-header p {
    font-size: 0.9rem;
  }

  .full-width-video {
    height: 350px;
  }

  .website-demo {
    height: 400px;
  }

  .style-guide-carousel {
    padding: 30px 0;
  }

  .style-guide-track {
    gap: 16px;
    padding: 0 20px;
  }

  .style-guide-slide {
    width: 350px;
    height: 250px;
  }

  .social-icons {
    gap: 1.5rem;
  }

  .social-icons a {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .website-showcase,
  .style-guide-section {
    padding: 30px 16px;
  }

  .full-width-video {
    height: 250px;
  }

  .website-demo {
    height: 300px;
  }

  .style-guide-track {
    gap: 12px;
    padding: 0 16px;
  }

  .style-guide-slide {
    width: 280px;
    height: 200px;
  }

  .social-icons a {
    font-size: 1.5rem;
  }
}

/* Blog Navigation */
.blog-navigation {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid #ddd;
}

.blog-navigation a {
  flex: 1;
  padding: 1.5rem;
  text-decoration: none;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.blog-navigation a:hover {
  background-color: #e8e8e8;
}

.nav-label {
  display: block;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.nav-title {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
}

.prev-post {
  text-align: left;
}

.next-post {
  text-align: right;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-navigation {
    flex-direction: column;
    gap: 1rem;
  }

  .prev-post,
  .next-post {
    text-align: center;
  }
}