/* About Page Styles */

/* Reset and Base */
.about-page {
  background-color: #1a1a1a;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
}

/* Header Override for About Page */
body:has(.about-page) .main-header {
  background-color: #1a1a1a;
  border-bottom: 1px solid #333;
}

body:has(.about-page) .main-header .brand-name a,
body:has(.about-page) .main-header .center-nav ul li a,
body:has(.about-page) .main-header .icon-link,
body:has(.about-page) .main-header .icon-counter,
body:has(.about-page) .main-header .cart-counter {
  color: #fff;
}

body:has(.about-page) .main-header .icon-link svg {
  stroke: #fff;
}

/* Footer Override for About Page */
body:has(.about-page) .site-footer {
  background-color: #1a1a1a;
}

body:has(.about-page) .site-footer .mailing-list p,
body:has(.about-page) .site-footer .footer-column-title,
body:has(.about-page) .site-footer .footer-links a,
body:has(.about-page) .site-footer .back-to-top-link,
body:has(.about-page) .site-footer .footer-bottom-left p,
body:has(.about-page) .site-footer .footer-bottom-center a,
body:has(.about-page) .site-footer .shipping-selector {
  color: #fff;
}

body:has(.about-page) .site-footer .footer-bottom {
  border-top: 1px solid #333;
}

/* Hero Section */
.about-hero-section {
  background-color: #1a1a1a;
  padding: 80px 40px 60px;
}

.about-hero-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1;
}

.about-quote {
  max-width: 500px;
  text-align: right;
}

.about-quote p {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  font-style: normal;
}

/* Main Image Section */
.about-main-image-section {
  width: 100%;
  background-color: #1a1a1a;
  padding: 0;
}

.about-hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Story Section */
.about-story-section {
  background-color: #1a1a1a;
  padding: 80px 40px 120px;
}

.about-story-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.story-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.4;
}

.story-content {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
  color: #fff;
}

.story-content p {
  margin: 0 0 25px 0;
}

.story-content p:last-child {
  margin-bottom: 0;
}

.story-content em {
  font-style: italic;
}

/* Product Image */
.about-product-wrapper {
  margin: 60px 0;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.about-product-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Press Images */
.about-press-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 80px 0 40px;
  max-width: 900px;
}

.press-image-item {
  aspect-ratio: 16/9;
  overflow: hidden;
}

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

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

/* Instagram Link */
.about-instagram {
  text-align: center;
  margin: 60px 0;
}

.about-instagram a {
  font-size: 15px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
  transition: color 0.3s ease;
}

.about-instagram a:hover {
  color: #666;
}

/* Right Column */
.about-right {
  position: sticky;
  top: 120px;
  width: 380px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  padding-right: 10px;
}

.about-right::-webkit-scrollbar {
  width: 6px;
}

.about-right::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.about-right::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.about-right::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* Collaborations Section */
.collaborations-section {
  margin-bottom: 60px;
}

.collaborations-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 400;
  color: #d0d0d0;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.collaboration-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}

.collaboration-images img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.collaborations-text {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 25px;
}

.collaborations-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.collaborations-list li {
  font-size: 13px;
  line-height: 1.8;
  color: #999;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.collaborations-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #999;
}

/* Instagram Collage */
.instagram-collage {
  margin-bottom: 40px;
}

.collage-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  margin-bottom: 5px;
}

.collage-row:last-child {
  margin-bottom: 0;
}

.collage-row img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

.collage-row img:hover {
  opacity: 0.8;
}

/* Press Links Section */
.press-links-section {
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
}

.press-links-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  padding: 0;
  cursor: pointer;
  transition: color 0.3s ease;
}

.press-links-toggle:hover {
  color: #666;
}

.toggle-icon {
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
  width: 20px;
  text-align: center;
}

.press-links-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.press-links-content.active {
  max-height: 1000px;
  margin-top: 20px;
}

.press-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.press-links-list li {
  margin-bottom: 16px;
}

.press-links-list li:last-child {
  margin-bottom: 0;
}

.press-links-list a {
  font-size: 13px;
  line-height: 1.6;
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}

.press-links-list a:hover {
  color: #333;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .about-hero-section {
    padding: 60px 30px 50px;
  }

  .about-story-section {
    padding: 60px 30px 100px;
  }

  .about-story-container {
    gap: 60px;
  }

  .about-title {
    font-size: 36px;
  }

  .about-quote {
    max-width: 450px;
  }

  .about-quote p {
    font-size: 16px;
  }

  .story-title {
    font-size: 16px;
  }

  .story-content {
    font-size: 16px;
  }
}

@media (max-width: 968px) {
  .about-hero-content {
    flex-direction: column;
    gap: 40px;
  }

  .about-quote {
    max-width: 100%;
    text-align: left;
  }

  .about-story-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-title {
    font-size: 32px;
  }

  .about-quote p {
    font-size: 15px;
  }

  .story-title {
    font-size: 15px;
  }

  .story-content {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .about-hero-section {
    padding: 50px 20px 40px;
  }

  .about-story-section {
    padding: 50px 20px 80px;
  }

  .about-title {
    font-size: 28px;
  }

  .about-quote p {
    font-size: 14px;
    line-height: 1.5;
  }

  .story-title {
    font-size: 14px;
  }

  .story-content {
    font-size: 14px;
    line-height: 1.7;
  }

  .story-content p {
    margin-bottom: 20px;
  }
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-intro,
.about-text,
.about-image-wrapper,
.about-product-wrapper {
  animation: fadeIn 0.6s ease-out;
}
