/* ===================================
   SINTERED STONE PAGE STYLES
   =================================== */

/* Add base typography */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
}

/* Hero Section with Interactive Canvas */
.sintered-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  background: #f5f5f5;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
}

.sintered-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.sintered-hero-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: crosshair;
}

.sintered-hero-content {
  position: relative;
  z-index: 2;
  text-align: left;
  color: #ffffff;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 80px;
  pointer-events: none;
}

.sintered-hero-title {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: #ffffff;
  text-transform: uppercase;
}

.sintered-hero-subtitle {
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  line-height: 1.8;
  font-family: 'Inter', sans-serif;
}

/* Responsive Design */
@media (max-width: 768px) {
  .sintered-hero {
    height: 70vh;
  }

  .sintered-hero-content {
    padding: 40px;
  }

  .sintered-hero-title {
    font-size: 1.5rem;
  }

  .sintered-hero-subtitle {
    font-size: 0.9rem;
  }
}

/* ===================================
   SECTION 2: THE MANIFESTO
   =================================== */

.manifesto-section {
  padding: 80px 40px;
  background-color: #ffffff;
  position: relative;
}

.manifesto-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.manifesto-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manifesto-content {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
  text-align: left;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.manifesto-heading {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #666666;
  margin: 0 0 20px 0;
  font-family: 'Inter', sans-serif;
}

.manifesto-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  color: #1a1a1a;
  margin: 0;
  max-width: 100%;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.3px;
}

/* ===================================
   SECTION 3: EXPERIENTIAL GALLERY
   =================================== */

.experiential-gallery {
  background-color: #000000;
}

.gallery-chapter {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.chapter-visual {
  width: 100%;
  height: 100%;
}

.chapter-image,
.chapter-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #2a2a2a; /* Fallback while loading */
}

/* Hide video controls on mobile */
.chapter-video::-webkit-media-controls {
  display: none !important;
}

.chapter-video::-webkit-media-controls-enclosure {
  display: none !important;
}

.chapter-caption {
  position: absolute;
  bottom: 60px;
  left: 80px;
  text-align: left;
  z-index: 2;
  max-width: 600px;
  padding: 0;
}

.chapter-caption p {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 1.9;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  margin: 0;
  font-family: 'Inter', sans-serif;
}

/* ===================================
   SECTION 4: THE COLLECTION
   =================================== */

.sintered-collection {
  padding: 80px 40px;
  background-color: #ffffff;
}

.collection-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
}

.collection-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #666666;
  text-align: left;
  margin: 0 0 20px 0;
  font-family: 'Inter', sans-serif;
}

.collection-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  color: #1a1a1a;
  margin: 0 0 60px 0;
  max-width: 100%;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.3px;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 0;
}

.slab-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.slab-wrapper {
  width: 100%;
  max-width: 585px;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 0;
}

.slab-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 60%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.slab-image:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transform: translate(-50%, -50%) translateY(-5px);
}

.slab-name {
  margin-top: 15px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999999;
  margin-left: 0;
  font-family: 'Inter', sans-serif;
}

/* ===================================
   SECTION 5: THE INVITATION
   =================================== */

.invitation-section {
  padding: 80px 40px;
  background-color: #1a1a1a;
  text-align: left;
}

.invitation-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
}

.invitation-heading {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #666666;
  margin: 0 0 20px 0;
  font-family: 'Inter', sans-serif;
}

.invitation-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  color: #ffffff;
  margin: 0 0 40px 0;
  max-width: 800px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.3px;
}

.invitation-cta {
  display: inline-block;
  padding: 10px 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.invitation-cta:hover {
  opacity: 0.7;
}

/* Responsive Design for New Sections */
@media (max-width: 1200px) {
  .collection-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .sintered-hero {
    height: 70vh;
  }

  .sintered-hero-content {
    padding: 30px;
  }

  .sintered-hero-title {
    font-size: 1.5rem;
  }

  .sintered-hero-subtitle {
    font-size: 0.9rem;
  }

  .experiential-gallery {
    background-color: #000000;
  }

  .gallery-chapter {
    height: 60vh;
  }

  .chapter-caption {
    left: 20px;
    right: 20px;
    bottom: 40px;
    max-width: none;
  }

  .chapter-caption p {
    font-size: 13px;
  }

  .manifesto-section,
  .sintered-collection,
  .invitation-section {
    padding: 60px 20px;
  }

  .manifesto-content,
  .collection-container,
  .invitation-content {
    padding: 0 20px;
  }

  .manifesto-heading,
  .collection-title,
  .invitation-heading {
    font-size: 12px;
  }

  .manifesto-text,
  .collection-description,
  .invitation-text {
    font-size: 13px;
  }

  .collection-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .slab-wrapper {
    max-width: 100%;
  }

  .slab-name {
    font-size: 10px;
  }

  .invitation-cta {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .sintered-hero-content {
    padding: 20px;
  }

  .sintered-hero-title {
    font-size: 1.3rem;
  }

  .collection-grid {
    gap: 30px;
  }

  .chapter-caption {
    left: 15px;
    right: 15px;
    bottom: 30px;
  }
}

/* Landscape Orientation - Mobile Phones */
@media (max-width: 896px) and (max-height: 500px) and (orientation: landscape) {
  .sintered-hero {
    height: 100vh;
    min-height: 100vh;
  }

  .sintered-hero-content {
    padding: 40px 60px;
    justify-content: center;
  }

  .sintered-hero-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .sintered-hero-subtitle {
    font-size: 0.85rem;
    margin-bottom: 15px;
  }

  .manifesto-section,
  .sintered-collection,
  .invitation-section {
    padding: 60px 40px;
  }

  .manifesto-content,
  .collection-container,
  .invitation-content {
    padding: 0 40px;
  }

  .manifesto-heading,
  .collection-title,
  .invitation-heading {
    font-size: 11px;
    margin-bottom: 20px;
  }

  .manifesto-text,
  .collection-description,
  .invitation-text {
    font-size: 12px;
    line-height: 1.4;
  }

  .collection-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .experiential-gallery {
    background-color: #000000;
  }

  .gallery-chapter {
    height: 100vh;
  }

  .chapter-caption {
    left: 40px;
    right: 40px;
    bottom: 50px;
  }

  .chapter-caption p {
    font-size: 12px;
    line-height: 1.4;
  }

  .invitation-cta {
    font-size: 9px;
  }
}

@media (max-width: 667px) and (max-height: 400px) and (orientation: landscape) {
  .sintered-hero-content {
    padding: 30px 50px;
  }

  .sintered-hero-title {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }

  .sintered-hero-subtitle {
    font-size: 0.75rem;
    margin-bottom: 12px;
  }

  .manifesto-section,
  .sintered-collection,
  .invitation-section {
    padding: 50px 30px;
  }

  .manifesto-content,
  .collection-container,
  .invitation-content {
    padding: 0 30px;
  }

  .manifesto-heading,
  .collection-title,
  .invitation-heading {
    font-size: 10px;
    margin-bottom: 15px;
  }

  .manifesto-text,
  .collection-description,
  .invitation-text {
    font-size: 11px;
    line-height: 1.3;
  }

  .collection-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .gallery-chapter {
    height: 100vh;
  }

  .chapter-caption {
    left: 30px;
    right: 30px;
    bottom: 40px;
  }

  .chapter-caption p {
    font-size: 11px;
    line-height: 1.3;
  }
}
