/* ==================== Dress Collection - PC Styles ==================== */

/* ==================== Global Styles ==================== */
body {
  color: #292524;
  background-color: #ffffff;
  min-width: 960px;
}

/* Content wrapper background */
.ecm-wrap {
  font-family: serif;
  background-color: transparent;
}

/* ==================== Hero Section ==================== */
.hero-section {
  position: relative;
  overflow: hidden;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.hero-images {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: row;
}

.hero-image-left,
.hero-image-right {
  position: relative;
  height: 100%;
  width: 50%;
}

.hero-image-left img,
.hero-image-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
}

.hero-content {
  position: relative;
  z-index: 10;
  width: auto;
  max-width: 960px;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 24px 32px;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hero-box {
  width: 100%;
}

.hero-box-inner {
  width: 100%;
  border: 1px solid #e7e5e4;
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-subtitle {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.3em;
  color: #78716c;
  text-transform: uppercase;
}

.hero-title {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.15em;
  color: #292524;
  text-align: center;
}

.hero-title-main {
  display: inline-block;
}

.hero-title-accent {
  font-style: italic;
  color: #78716c;
  margin-left: 12px;
  display: inline-block;
}

/* ==================== Section Common Styles ==================== */
.section-scenes,
.section-style-guide,
.section-collection,
.section-categories,
.section-styling,
.section-cta {
  padding: 80px 0;
}

/* Alternating background colors */
.section-scenes {
  background-color: #FAFAFA;
}

.section-style-guide {
  background-color: #ffffff;
}

.section-collection {
  background-color: #FAFAFA;
}

.section-categories {
  background-color: #ffffff;
}

.section-styling {
  background-color: #FAFAFA;
}

.section-cta {
  background-color: #ffffff;
  padding: 100px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 28px;
  font-weight: 300;
  color: #292524;
  margin-bottom: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-style: italic;
  font-family: serif;
}

.section-subtitle {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.15em;
}

/* ==================== Scenes Section ==================== */
.section-scenes .section-header,
.section-scenes .scenes-grid {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.scenes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

.scene-card {
  cursor: pointer;
  text-align: center;
}

.scene-image {
  display: block;
  position: relative;
  height: 448px;
  overflow: hidden;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  text-decoration: none;
}

.scene-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.6s ease;
  display: block;
}

.scene-card:hover .scene-image img {
  transform: scale(1.03);
}

.scene-overlay {
  display: none;
}

.scene-content {
  text-align: center;
  padding: 0;
}

.scene-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #292524;
  letter-spacing: 0.05em;
}

.scene-link {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #292524;
  text-decoration: none;
  border-bottom: 1px solid #292524;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}

.scene-link:hover {
  color: #78716c;
  text-decoration: none;
  border-bottom: 1px solid #78716c;
}

/* ==================== Style Guide Section ==================== */
.section-style-guide .section-header,
.section-style-guide .style-guide-grid {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.style-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  padding-left: 16px;
  padding-right: 16px;
}

.guide-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px;
  background-color: #FAFAFA;
  border: none;
  transition: background-color 0.5s ease;
}

.guide-card:hover {
  background-color: #f5f5f5;
}

.guide-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-bottom: 16px;
  color: #5A3419;
  transition: color 0.3s ease;
}

.guide-card:hover .guide-icon {
  color: rgba(90, 52, 25, 0.7);
}

.guide-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.5;
}

.guide-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #5A3419;
  letter-spacing: 0.1em;
}

.guide-description {
  color: #78716c;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.guide-buttons {
  margin-top: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.guide-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e7e5e4;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #78716c;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.guide-button:hover {
  color: #5A3419;
  border-color: #5A3419;
  background-color: #f5f5f5;
}

.guide-button svg {
  width: 12px;
  height: 12px;
}

/* ==================== Collection Section ==================== */
.section-collection {
  padding-bottom: 80px;
}

.section-collection .section-header,
.section-collection > div[data-module-name="ecm-alcor"],
.section-collection .view-all-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* ECM Alcor Custom Styles for Collection */
.section-collection .ecm-alcor {
  text-align: center;
  background-color: #FAFAFA;
  padding: 16px;
  border-radius: 4px;
}

.section-collection .ecm-alcor-image-link {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 12px;
  background-color: #ffffff;
  border: 1px solid #e7e5e4;
}

.section-collection .ecm-alcor-image-link img {
  transition: transform 0.6s ease;
}

.section-collection .ecm-alcor:hover .ecm-alcor-image-link img {
  transform: scale(1.03);
}

.section-collection .ecm-alcor-body {
  text-align: center;
}

.section-collection .ecm-alcor-name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #292524;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  text-decoration: none;
  line-height: 1.4;
}

.section-collection .ecm-alcor-name:hover {
  color: #78716c;
}

.section-collection .ecm-alcor-price {
  display: block;
  text-decoration: none;
}

.section-collection .ecm-alcor-price-num {
  font-size: 14px;
  font-weight: 300;
  color: #57534e;
  letter-spacing: 0.05em;
}

.view-all-container {
  margin-top: 60px;
  text-align: center;
}

.view-all-button {
  display: inline-block;
  border: 1px solid #292524;
  color: #292524;
  padding: 12px 40px;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: transparent;
}

.view-all-button:hover {
  background-color: #292524;
  color: #ffffff;
}

/* ==================== Categories Section ==================== */
.section-categories .section-header,
.section-categories .categories-grid {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

.category-card {
  cursor: pointer;
  text-align: center;
}

.category-image {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 16px;
  background-color: #f5f5f5;
  text-decoration: none;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.category-card:hover .category-image img {
  transform: scale(1.03);
}

.category-overlay {
  display: none;
}

.category-name {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #292524;
}

/* ==================== Styling Section ==================== */
.section-styling .section-header,
.section-styling .styling-grid {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.styling-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

.styling-card {
  text-align: left;
}

.styling-image {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: 32px;
  background-color: #f5f5f5;
}

.styling-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.styling-card:hover .styling-image img {
  transform: scale(1.05);
}

.styling-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 8px 16px;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #292524;
  text-transform: uppercase;
  font-style: italic;
}

.styling-content {
  padding: 0 8px;
}

.styling-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #292524;
  letter-spacing: 0.15em;
}

.styling-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.styling-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.styling-item::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background-color: #d6d3d1;
  flex-shrink: 0;
}

.styling-item a {
  color: #78716c;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.15em;
  transition: color 0.3s ease;
}

.styling-item a:hover {
  color: #292524;
}

/* ==================== CTA Section ==================== */
.section-cta {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}

.cta-title {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 32px;
  color: #292524;
  letter-spacing: 0.15em;
  line-height: 2;
}

.cta-text {
  font-size: 14px;
  color: #78716c;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.15em;
  max-width: 768px;
  margin: 0 auto;
}

/* ==================== Responsive Adjustments ==================== */
@media (max-width: 1280px) {
  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
