/* MARQUEE */
.marquee-wrap {
  background: var(--charcoal); padding: 0.8rem 0; overflow: hidden;
  border-top: 1px solid rgba(184,123,90,0.25); border-bottom: 1px solid rgba(184,123,90,0.25);
}
.marquee-track {
  display: flex; gap: 0; animation: marquee 30s linear infinite; white-space: nowrap; width: max-content;
}
.marquee-item {
  font-size: 0.62rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(200,186,168,0.6); padding: 0 2rem; flex-shrink: 0;
}
.marquee-sep { color: var(--coral); padding: 0 0.5rem; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* SECTIONS */
section { padding: 6rem 3rem; }
.section-tag {
  font-size: 0.62rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--coral);
  margin-bottom: 0.8rem; display: flex; align-items: center; gap: 0.8rem;
}
.section-tag::before { content: ''; display: inline-block; width: 20px; height: 1px; background: var(--coral); }
.section-title {
  font-family: var(--font-serif); font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 300; line-height: 1.1; color: var(--charcoal); margin-bottom: 1.2rem;
}

/* EDITORIAL HERO STRIP */
.editorial-strip {
  background: var(--off); padding: 0;
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  min-height: 80vh; overflow: hidden;
}
.editorial-image-wrap { position: relative; overflow: hidden; }
.editorial-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.editorial-text {
  padding: 5rem 4rem; display: flex; flex-direction: column; justify-content: center;
  background: var(--off);
}
.editorial-num {
  font-family: var(--font-serif); font-size: 5rem; font-weight: 300;
  color: rgba(44,37,33,0.07); line-height: 1; margin-bottom: -1rem;
}
.editorial-title {
  font-family: var(--font-serif); font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400; line-height: 1.15; color: var(--charcoal); margin-bottom: 1rem;
}
.editorial-body {
  font-size: 0.78rem; line-height: 1.95; color: var(--stone); margin-bottom: 1.8rem;
}
.editorial-tags { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.tag-pill {
  font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--stone); border: 1px solid var(--taupe); padding: 0.35rem 0.8rem;
}

/* PRODUCTS */
.products { background: var(--ivory); }
.products-head {
  display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 3rem;
}
.products-desc {
  font-size: 0.78rem; line-height: 1.9; color: var(--stone); max-width: 280px; margin-bottom: 1rem;
}
.shop-link {
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--charcoal);
  text-decoration: none; border-bottom: 1px solid var(--taupe); padding-bottom: 0.25rem; transition: all 0.3s;
}
.shop-link:hover { color: var(--coral); border-color: var(--coral); }
.products-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--sand);
}
.product-card { position: relative; overflow: hidden; background: var(--ivory); cursor: pointer; }
.product-img-wrap { overflow: hidden; aspect-ratio: 3/4; }
.product-img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; transition: transform 0.8s ease; }
.product-card:hover .product-img { transform: scale(1.06); }
.product-badge {
  position: absolute; top: 1rem; left: 1rem; z-index: 2;
  font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ivory); background: var(--charcoal); padding: 0.3rem 0.7rem;
}
.product-info { padding: 1.2rem 1rem 1.5rem; }
.product-name { font-family: var(--font-serif); font-size: 1.05rem; font-weight: 400; color: var(--charcoal); margin-bottom: 0.2rem; }
.product-sub { font-size: 0.68rem; letter-spacing: 0.08em; color: var(--stone); margin-bottom: 0.6rem; }
.product-footer { display: flex; align-items: center; justify-content: space-between; }
.product-price { font-size: 0.78rem; font-weight: 400; color: var(--charcoal); }
.product-add {
  font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--stone); background: none; border: none; cursor: pointer;
  padding: 0.4rem 0; border-bottom: 1px solid transparent; transition: all 0.3s;
}
.product-add:hover { color: var(--coral); border-bottom-color: var(--coral); }

/* FEATURES */
.features { background: var(--sand); padding: 5rem 3rem; }
.features-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center; }
.feature-image { position: relative; }
.feature-image img { width: 100%; display: block; }
.feature-text-block { }
.features-list { margin-top: 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 2rem; }
.feature-item { }
.feature-icon {
  font-size: 1.4rem; margin-bottom: 0.5rem; display: block; color: var(--coral);
}
.feature-label {
  font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--charcoal); font-weight: 400; margin-bottom: 0.3rem;
}
.feature-desc { font-size: 0.72rem; line-height: 1.7; color: var(--stone); }

/* LOOKBOOK */
.lookbook { background: var(--deep); padding: 6rem 3rem; }
.lookbook-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 3rem; }
.lookbook-head .section-title { color: var(--ivory); }
.lookbook-head .section-tag { color: var(--coral); }
.lookbook-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px;
}
.look-cell { position: relative; overflow: hidden; cursor: pointer; }
.look-cell img { width: 100%; aspect-ratio: 2/3; object-fit: cover; object-position: top; display: block; transition: transform 0.8s ease; filter: brightness(0.88); }
.look-cell:hover img { transform: scale(1.05); filter: brightness(1); }
.look-label {
  position: absolute; bottom: 1rem; left: 1rem; z-index: 2;
  font-size: 0.58rem; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(246,242,237,0.5);
}

/* DETAIL STRIP */
.detail-strip { background: var(--off); padding: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 60vh; overflow: hidden; }
.detail-image { overflow: hidden; }
.detail-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.detail-content { padding: 5rem 4rem; display: flex; flex-direction: column; justify-content: center; }
.detail-content .section-title { margin-bottom: 0.8rem; }
.detail-tagline {
  font-family: var(--font-serif); font-style: italic;
  font-size: 1.1rem; color: var(--taupe); margin-bottom: 1.5rem;
}
.detail-points { list-style: none; margin-bottom: 2rem; }
.detail-points li {
  font-size: 0.75rem; line-height: 1; padding: 0.85rem 0;
  border-bottom: 1px solid var(--sand); color: var(--stone);
  display: flex; align-items: center; gap: 0.8rem; letter-spacing: 0.04em;
}
.detail-points li::before { content: '/'; color: var(--coral); font-size: 0.9rem; }

/* ABOUT */
.about { background: var(--charcoal); padding: 6rem 3rem; }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-left .section-tag { color: var(--coral); }
.about-left .section-title { color: var(--ivory); }
.about-body { font-size: 0.78rem; line-height: 2; color: rgba(246,242,237,0.55); margin-bottom: 2rem; }
.about-cta {
  display: inline-flex; align-items: center; gap: 0.8rem;
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--coral); text-decoration: none; transition: gap 0.3s;
}
.about-cta:hover { gap: 1.2rem; }
.about-cta::after { content: '→'; font-size: 1rem; }
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 2.5rem; }
.val-block { padding: 1.5rem; border: 1px solid rgba(246,242,237,0.08); }
.val-num {
  font-family: var(--font-serif); font-size: 2rem; font-weight: 300;
  color: rgba(184,123,90,0.4); line-height: 1; margin-bottom: 0.6rem;
}
.val-name {
  font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ivory); margin-bottom: 0.4rem; font-weight: 400;
}
.val-text { font-size: 0.7rem; color: rgba(246,242,237,0.35); line-height: 1.7; }

/* NEWSLETTER */
.newsletter { background: var(--ivory); padding: 6rem 3rem; text-align: center; }
.newsletter-inner { max-width: 500px; margin: 0 auto; }
.newsletter .section-tag { justify-content: center; }
.newsletter .section-title { margin-bottom: 1rem; }
.newsletter-sub { font-size: 0.78rem; color: var(--stone); line-height: 1.9; margin-bottom: 2.5rem; }
.newsletter-form { display: flex; border: 1px solid var(--taupe); }
.newsletter-input {
  flex: 1; border: none; background: transparent; padding: 0.95rem 1.2rem;
  font-family: var(--font-sans); font-size: 0.8rem; color: var(--charcoal); outline: none;
}
.newsletter-input::placeholder { color: var(--taupe); }
.newsletter-btn {
  background: var(--charcoal); border: none; padding: 0.95rem 2rem;
  font-family: var(--font-sans); font-size: 0.62rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--ivory); cursor: pointer; transition: background 0.3s;
}
.newsletter-btn:hover { background: var(--coral); }
