/* =========================================
   chouette clair - index page
   scope: .cc-shell #index-view
========================================= */

.cc-shell #index-view {
  background: var(--cc-bg);
  position: relative;
  z-index: 1;
}

.cc-shell #index-view .l-container,
.cc-shell #index-view.l-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* hero */
.cc-shell #index-view .hero {
  position: relative;
  overflow: hidden;
  padding: 88px 40px 60px;
  min-height: 760px;
}

.cc-shell #index-view .hero-slides,
.cc-shell #index-view .hero-slide {
  position: relative;
}

.cc-shell #index-view .hero-slide {
  min-height: 640px;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  gap: 54px;
}

.cc-shell #index-view .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cc-shell #index-view .hero-shape,
.cc-shell #index-view .hero-geometric {
  position: absolute;
  pointer-events: none;
}

.cc-shell #index-view .shape-1 {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  top: -60px;
  right: 10%;
  filter: blur(4px);
}

.cc-shell #index-view .shape-2 {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  bottom: 40px;
  left: 8%;
}

.cc-shell #index-view .hero-geometric {
  inset: 0;
}

.cc-shell #index-view .hero-content,
.cc-shell #index-view .hero-visual {
  position: relative;
  z-index: 2;
}

.cc-shell #index-view .hero-content {
  max-width: 580px;
}

.cc-shell #index-view .hero-label,
.cc-shell #index-view .section-label,
.cc-shell #index-view .editorial-label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6f665f;
}

.cc-shell #index-view .hero-title {
  margin: 0 0 18px;
  font-size: clamp(52px, 8vw, 78px);
  line-height: 0.95;
  color: var(--cc-text);
  font-family: 'Cormorant Garamond', serif !important;
}

.cc-shell #index-view .hero-title .line-wrap {
  display: block;
}

.cc-shell #index-view .hero-title .italic {
  font-style: italic;
}

.cc-shell #index-view .hero-text {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--cc-text-soft);
}

.cc-shell #index-view .hero-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cc-shell #index-view .btn-primary,
.cc-shell #index-view .btn-ghost,
.cc-shell #index-view .btn-outline,
.cc-shell #index-view .newsletter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: var(--cc-radius-pill);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  transition: all .25s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.cc-shell #index-view .btn-primary,
.cc-shell #index-view .newsletter-btn {
  background: #111;
  color: #fff;
  border-color: #111;
}

.cc-shell #index-view .btn-primary:hover,
.cc-shell #index-view .newsletter-btn:hover {
  background: #222;
}

.cc-shell #index-view .btn-ghost,
.cc-shell #index-view .btn-outline {
  background: transparent;
  color: #111;
  border-color: rgba(17, 17, 17, 0.18);
}

.cc-shell #index-view .btn-ghost:hover,
.cc-shell #index-view .btn-outline:hover {
  background: rgba(255, 255, 255, 0.45);
}

.cc-shell #index-view .hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.cc-shell #index-view .hero-card {
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: var(--cc-shadow-lg);
  border-radius: 28px;
  overflow: hidden;
}

.cc-shell #index-view .hero-card-main {
  width: 360px;
}

.cc-shell #index-view .hero-card-side {
  width: 180px;
  margin-top: 80px;
}

.cc-shell #index-view .hero-card-img {
  height: 460px;
  position: relative;
  overflow: hidden;
}

.cc-shell #index-view .hero-card-side .hero-card-img {
  height: 260px;
}

.cc-shell #index-view .hero-card-caption {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 20px;
  background: #fff;
  font-size: 13px;
}

.cc-shell #index-view .dummy-model,
.cc-shell #index-view .cat-illustration {
  position: absolute;
  inset: 0;
}

.cc-shell #index-view .model-silhouette {
  position: absolute;
  width: 180px;
  height: 260px;
  border-radius: 90px 90px 40px 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.06);
}

.cc-shell #index-view .model-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #111;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.18em;
  padding: 8px 12px;
  border-radius: var(--cc-radius-pill);
}

/* marquee */
.cc-shell #index-view .marquee-section {
  overflow: hidden;
  background: #0f0f0f;
  color: #fff;
  padding: 14px 0;
}

.cc-shell #index-view .marquee-track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  white-space: nowrap;
  animation: ccMarquee 28s linear infinite;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}

.cc-shell #index-view .marquee-track span {
  color: #fff;
}

.cc-shell #index-view .marquee-track .dot {
  opacity: 0.65;
}

@keyframes ccMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* common sections */
.cc-shell #index-view .categories-section,
.cc-shell #index-view .editorial-section,
.cc-shell #index-view .testimonials-section,
.cc-shell #index-view .newsletter-section {
  padding: 96px 40px;
}

.cc-shell #index-view .section-header {
  max-width: 1440px;
  margin: 0 auto 32px;
}

.cc-shell #index-view .section-title {
  margin: 8px 0 0;
  font-size: clamp(34px, 5vw, 50px);
  line-height: 1.06;
  color: var(--cc-text);
  font-family: 'Cormorant Garamond', serif !important;
}

/* categories */
.cc-shell #index-view .categories-grid {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr;
  gap: 24px;
}

.cc-shell #index-view .category-col {
  display: grid;
  gap: 24px;
}

.cc-shell #index-view .category-card {
  position: relative;
  min-height: 320px;
  display: block;
  overflow: hidden;
  border-radius: 28px;
  text-decoration: none;
  color: var(--cc-text);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.04);
}

.cc-shell #index-view .category-card.large {
  min-height: 664px;
}

.cc-shell #index-view .category-bg,
.cc-shell #index-view .category-overlay {
  position: absolute;
  inset: 0;
}

.cc-shell #index-view .category-overlay {
  background: linear-gradient(180deg, rgba(255,255,255,0.02) 20%, rgba(0,0,0,0.08) 100%);
}

.cc-shell #index-view .category-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
}

.cc-shell #index-view .category-content h3 {
  margin: 6px 0 8px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #111;
}

.cc-shell #index-view .cat-sub,
.cc-shell #index-view .cat-link {
  display: block;
  font-size: 13px;
  color: #433d38;
}

.cc-shell #index-view .illus-circle,
.cc-shell #index-view .illus-romper,
.cc-shell #index-view .illus-hat,
.cc-shell #index-view .illus-booties,
.cc-shell #index-view .illus-dress,
.cc-shell #index-view .illus-suit,
.cc-shell #index-view .illus-bag,
.cc-shell #index-view .illus-shoes {
  position: absolute;
  background: rgba(255,255,255,0.74);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.cc-shell #index-view .illus-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  top: 42px;
  left: 40px;
}

.cc-shell #index-view .illus-romper {
  width: 170px;
  height: 240px;
  border-radius: 80px 80px 36px 36px;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
}

.cc-shell #index-view .illus-hat {
  width: 110px;
  height: 34px;
  border-radius: 999px;
  left: 55%;
  top: 21%;
  transform: translateX(-50%);
}

.cc-shell #index-view .illus-booties {
  width: 84px;
  height: 36px;
  border-radius: 20px;
  left: 56%;
  bottom: 52px;
  transform: translateX(-50%);
}

.cc-shell #index-view .illus-dress,
.cc-shell #index-view .illus-suit {
  width: 160px;
  height: 210px;
  border-radius: 80px 80px 28px 28px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cc-shell #index-view .illus-bag {
  width: 130px;
  height: 120px;
  border-radius: 26px;
  left: 32%;
  top: 34%;
  transform: translate(-50%, -50%);
}

.cc-shell #index-view .illus-shoes {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  right: 28px;
  bottom: 42px;
}

/* editorial */
.cc-shell #index-view .editorial-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.cc-shell #index-view .editorial-title {
  margin: 12px 0 20px;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.02;
  color: var(--cc-text);
  font-family: 'Cormorant Garamond', serif !important;
}

.cc-shell #index-view .editorial-body {
  margin: 0 0 28px;
  max-width: 640px;
  font-size: 16px;
  line-height: 2;
  color: var(--cc-text-soft);
}

.cc-shell #index-view .editorial-frame {
  position: relative;
  min-height: 620px;
}

.cc-shell #index-view .ef-main {
  position: absolute;
  inset: 0 60px 40px 0;
  border-radius: 32px;
  overflow: hidden;
}

.cc-shell #index-view .ef-silhouette {
  position: absolute;
  width: 220px;
  height: 330px;
  border-radius: 110px 110px 50px 50px;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.72);
}

.cc-shell #index-view .ef-ornament {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
  top: -60px;
  right: -40px;
}

.cc-shell #index-view .ef-accent {
  position: absolute;
  top: 32px;
  right: 0;
  width: 120px;
  height: 140px;
  border-radius: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-align: center;
}

.cc-shell #index-view .ef-stats {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cc-shell #index-view .ef-stat {
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(10px);
  border-radius: 22px;
  padding: 20px;
}

.cc-shell #index-view .stat-number {
  display: block;
  margin-bottom: 8px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  color: #111;
}

.cc-shell #index-view .stat-label {
  font-size: 13px;
  color: #5d554f;
}

/* testimonials */
.cc-shell #index-view .testimonials-grid {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cc-shell #index-view .testimonial-card {
  background: #fff;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.05);
}

.cc-shell #index-view .featured-testimonial {
  transform: translateY(-10px);
}

.cc-shell #index-view .testimonial-stars {
  margin-bottom: 18px;
  letter-spacing: 0.2em;
  color: #111;
}

.cc-shell #index-view .testimonial-card blockquote {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.95;
  color: #34302d;
}

.cc-shell #index-view .testimonial-card cite {
  font-style: normal;
  font-size: 13px;
  color: #6c645d;
}

/* newsletter */
.cc-shell #index-view .newsletter-inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, #f1e7dc 0%, #e7d9cb 100%);
  border-radius: 36px;
  padding: 72px 32px;
  overflow: hidden;
}

.cc-shell #index-view .newsletter-deco {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  top: -120px;
  right: -60px;
}

.cc-shell #index-view .newsletter-inner h2 {
  margin: 12px 0 18px;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.05;
  color: #111;
  font-family: 'Cormorant Garamond', serif !important;
}

.cc-shell #index-view .newsletter-inner p {
  max-width: 640px;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--cc-text-soft);
}

.cc-shell #index-view .newsletter-form {
  max-width: 660px;
  margin: 0 auto;
}

.cc-shell #index-view .form-group {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.cc-shell #index-view .newsletter-input {
  flex: 1;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid rgba(17,17,17,0.12);
  border-radius: var(--cc-radius-pill);
  background: rgba(255,255,255,0.86);
  outline: none;
  font-size: 14px;
}

.cc-shell #index-view .checkbox-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 1.75;
  color: #5d554f;
}

/* responsive */
@media (max-width: 1180px) {
  .cc-shell #index-view .hero-slide,
  .cc-shell #index-view .editorial-inner {
    grid-template-columns: 1fr;
  }

  .cc-shell #index-view .hero-content {
    max-width: none;
  }

  .cc-shell #index-view .hero-visual {
    justify-content: flex-start;
  }

  .cc-shell #index-view .categories-grid,
  .cc-shell #index-view .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .cc-shell #index-view .category-card.large {
    min-height: 360px;
  }
}

@media (max-width: 980px) {
  .cc-shell #index-view .hero {
    padding: 56px 20px 48px;
    min-height: auto;
  }

  .cc-shell #index-view .categories-section,
  .cc-shell #index-view .editorial-section,
  .cc-shell #index-view .testimonials-section,
  .cc-shell #index-view .newsletter-section {
    padding: 72px 20px;
  }

  .cc-shell #index-view .hero-card-main {
    width: min(100%, 360px);
  }

  .cc-shell #index-view .hero-card-side {
    display: none;
  }

  .cc-shell #index-view .editorial-frame {
    min-height: auto;
  }

  .cc-shell #index-view .ef-main {
    position: relative;
    inset: auto;
    min-height: 420px;
  }

  .cc-shell #index-view .ef-accent,
  .cc-shell #index-view .ef-stats {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: auto;
    height: auto;
    margin-top: 16px;
  }
}

@media (max-width: 640px) {
  .cc-shell #index-view .hero-title,
  .cc-shell #index-view .editorial-title,
  .cc-shell #index-view .newsletter-inner h2,
  .cc-shell #index-view .section-title {
    font-size: 38px;
  }

  .cc-shell #index-view .hero-card-caption {
    display: block;
  }

  .cc-shell #index-view .form-group {
    flex-direction: column;
  }

  .cc-shell #index-view .newsletter-inner {
    padding: 52px 20px;
    border-radius: 28px;
  }

  .cc-shell #index-view .testimonial-card {
    padding: 24px;
  }
}

.products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
}

.product-card {
  display: block !important;
}

.product-img-wrap {
  position: relative !important;
  aspect-ratio: 3 / 4 !important;
  overflow: hidden !important;
  margin-bottom: 16px !important;
}

.product-img-bg {
  position: absolute !important;
  inset: 0 !important;
}

.product-info {
  display: block !important;
}

.newsletter-section {
  background: #f5f0e8;
  padding: 100px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.newsletter-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.newsletter-inner .section-label {
  display: block;
  margin-bottom: 18px;
}

.newsletter-section h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 400;
  line-height: 1.1;
  color: #111;
  margin-bottom: 20px;
}

.newsletter-section p {
  max-width: 520px;
  margin: 0 auto 36px;
  color: #6f675f;
  font-size: 14px;
  line-height: 1.9;
}

.newsletter-form {
  max-width: 560px;
  margin: 0 auto;
}

.form-group {
  display: flex;
  border: 1px solid #111;
  background: #fff;
  overflow: hidden;
  margin-bottom: 18px;
}

.newsletter-input {
  flex: 1;
  border: 0;
  background: #fff;
  padding: 18px 20px;
  font-size: 14px;
  color: #111;
}

.newsletter-btn {
  border: 0;
  background: #111;
  color: #fff;
  padding: 0 28px;
  font-size: 12px;
  letter-spacing: 0.18em;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  color: #8c7661;
  text-align: left;
}

.checkbox-label input {
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .form-group {
    flex-direction: column;
  }

  .newsletter-btn {
    height: 52px;
  }
}

/* ============================================================
   chouette clair newsletter fix
   cc-index.css 追記用
   ============================================================ */

.newsletter-section {
  background: #f5f0e8;
  padding: 100px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.newsletter-inner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.newsletter-deco {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(17, 17, 17, 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newsletter-deco::before {
  content: "";
  position: absolute;
  inset: 60px;
  border-radius: 50%;
  border: 1px solid rgba(17, 17, 17, 0.05);
}

.newsletter-section .section-label {
  display: block;
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #8c7661;
}

.newsletter-section h2 {
  margin: 0 0 20px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 400;
  line-height: 1.05;
  color: #111111;
}

.newsletter-section h2 em {
  font-style: italic;
  color: #8c7661;
}

.newsletter-section p {
  max-width: 560px;
  margin: 0 auto 36px;
  color: #6f675f;
  font-size: 14px;
  line-height: 1.9;
}

.newsletter-form {
  max-width: 560px;
  margin: 0 auto;
}

.form-group {
  display: flex;
  align-items: stretch;
  border: 1px solid #111111;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 18px;
}

.newsletter-input {
  flex: 1;
  min-width: 0;
  border: 0 !important;
  background: #ffffff !important;
  padding: 18px 20px;
  font-size: 14px;
  color: #111111;
  outline: none;
}

.newsletter-input::placeholder {
  color: #8c7661;
}

.newsletter-btn {
  border: 0 !important;
  background: #111111 !important;
  color: #ffffff !important;
  padding: 0 28px;
  min-height: 56px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  max-width: 560px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.7;
  color: #8c7661;
  text-align: left;
}

.checkbox-label input {
  margin-top: 3px;
  flex: 0 0 auto;
}

.checkbox-label span {
  display: block;
}

/* 既存テーマのフォーム装飾を抑制 */
.newsletter-section input,
.newsletter-section button,
.newsletter-section label {
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .newsletter-section {
    padding: 72px 18px;
  }

  .newsletter-deco {
    width: 420px;
    height: 420px;
  }

  .newsletter-deco::before {
    inset: 42px;
  }

  .newsletter-section h2 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .form-group {
    flex-direction: column;
  }

  .newsletter-input {
    width: 100%;
    padding: 16px 18px;
  }

  .newsletter-btn {
    width: 100%;
    min-height: 52px;
  }

  .checkbox-label {
    align-items: flex-start;
  }
}

/* ============================================================
   chouette clair index layout fix
   cc-index.css 追記用
   ============================================================ */

/* =========================
   Common section
   ========================= */
.cc-page--index {
  background: #faf8f4;
}

.section-header {
  max-width: 1440px;
  margin: 0 auto;
  padding: 88px 28px 36px;
  display: flex;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap;
}

.section-label {
  display: block;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #8c7661;
}

.section-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.05;
  color: #111111;
}

.section-link {
  margin-left: auto;
  font-size: 13px;
  color: #6f675f;
  text-decoration: none;
  border-bottom: 1px solid #111111;
  padding-bottom: 3px;
}

/* =========================
   Hero
   ========================= */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background: #f3ede4;
}

.hero-slides {
  position: relative;
  min-height: 720px;
}

.hero-slide {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 28px 72px;
  box-sizing: border-box;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.4;
}

.shape-1 {
  width: 560px;
  height: 560px;
  right: 8%;
  top: -180px;
  background: radial-gradient(circle, rgba(255,255,255,0.6) 0%, transparent 70%);
}

.shape-2 {
  width: 280px;
  height: 280px;
  left: 10%;
  bottom: -80px;
  background: radial-gradient(circle, rgba(201,169,110,0.22) 0%, transparent 70%);
}

.hero-geometric {
  position: absolute;
  right: 0;
  top: 0;
  width: 52%;
  height: 100%;
}

.hero-content,
.hero-visual {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 720px;
  padding-top: 40px;
}

.hero-label {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #8c7661;
}

.hero-title {
  margin: 0 0 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(64px, 9vw, 118px);
  font-weight: 400;
  line-height: 0.92;
  color: #111111;
}

.hero-title .italic {
  font-style: italic;
  color: #8c7661;
}

.hero-text {
  margin: 0 0 32px;
  font-size: 15px;
  line-height: 1.9;
  color: #6f675f;
}

.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-ghost,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-sizing: border-box;
}

.btn-primary {
  background: #111111;
  color: #ffffff;
  border: 1px solid #111111;
}

.btn-ghost,
.btn-outline {
  background: transparent;
  color: #111111;
  border: 1px solid #111111;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
}

.hero-card {
  overflow: hidden;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,0.08);
}

.hero-card-main {
  width: 320px;
}

.hero-card-side {
  width: 190px;
  margin-top: 78px;
}

.hero-card-img {
  position: relative;
  height: 440px;
  overflow: hidden;
}

.hero-card-caption {
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: #111111;
  background: #ffffff;
}

.dummy-model {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.model-silhouette {
  width: 110px;
  height: 220px;
  border-radius: 55px 55px 16px 16px;
  background: rgba(0,0,0,0.07);
  position: relative;
}

.model-silhouette::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0,0,0,0.07);
}

.model-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #111111;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.16em;
  padding: 8px 12px;
  border-radius: 999px;
}

/* =========================
   Marquee
   ========================= */
.marquee-section {
  overflow: hidden;
  background: #111111;
  color: #ffffff;
  padding: 14px 0;
}

.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: cc-marquee 30s linear infinite;
  font-size: 11px;
  letter-spacing: 0.24em;
}

.marquee-track span {
  padding: 0 22px;
}

.marquee-track .dot {
  color: #c9a96e;
  padding: 0 8px;
}

@keyframes cc-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* =========================
   Categories
   ========================= */
.categories-section {
  padding: 0 0 88px;
}

.categories-grid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 18px;
  height: 620px;
}

.category-card {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  border-radius: 2px;
}

.category-card.large {
  grid-row: span 2;
}

.category-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.category-col .category-card {
  flex: 1;
}

.category-bg {
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
}

.category-card:hover .category-bg {
  transform: scale(1.04);
}

.category-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 28px;
  background: linear-gradient(to top, rgba(0,0,0,0.42) 0%, transparent 55%);
}

.category-content {
  color: #ffffff;
}

.cat-sub {
  display: block;
  font-size: 11px;
  letter-spacing: 0.18em;
  opacity: 0.86;
  margin-bottom: 6px;
}

.category-content h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.cat-link {
  font-size: 12px;
  letter-spacing: 0.16em;
}

/* =========================
   Products
   ========================= */
.products-section {
  padding: 0 0 88px;
}

.products-grid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: start;
}

.product-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-img-wrap {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 2px;
  margin-bottom: 16px;
  aspect-ratio: 3 / 4;
  background: #f5f0e8;
}

.product-img-bg {
  position: absolute !important;
  inset: 0 !important;
  transition: transform 0.5s ease;
}

.product-card:hover .product-img-bg {
  transform: scale(1.04);
}

.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: #111111;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.16em;
  padding: 8px 10px;
  border-radius: 999px;
}

.product-badge.sale {
  background: #8c7661;
}

.product-badge.new {
  background: #111111;
}

.product-dummy {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-dummy-shape {
  width: 90px;
  height: 170px;
  border-radius: 45px 45px 14px 14px;
  background: rgba(0,0,0,0.06);
  position: relative;
}

.product-dummy-shape::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0,0,0,0.06);
}

.product-info {
  display: block;
}

.product-category {
  margin: 0 0 4px;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #8c7661;
}

.product-name {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.05;
  color: #111111;
}

.product-price {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #111111;
}

.product-price .original {
  margin-right: 8px;
  color: #8c7661;
  text-decoration: line-through;
}

.product-price .sale-price {
  color: #111111;
}

.products-more {
  padding-top: 42px;
  text-align: center;
}

/* =========================
   Editorial
   ========================= */
.editorial-section {
  background: #f5f0e8;
  padding: 110px 0;
}

.editorial-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.editorial-label {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #8c7661;
}

.editorial-title {
  margin: 0 0 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 400;
  line-height: 1.02;
  color: #111111;
}

.editorial-title em {
  font-style: italic;
  color: #8c7661;
}

.editorial-body {
  max-width: 520px;
  margin: 0 0 30px;
  color: #6f675f;
  font-size: 14px;
  line-height: 1.95;
}

.editorial-frame {
  position: relative;
  height: 520px;
}

.ef-main {
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
  height: 440px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ef-ornament {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid rgba(17,17,17,0.08);
  position: absolute;
}

.ef-silhouette {
  width: 108px;
  height: 230px;
  border-radius: 55px 55px 16px 16px;
  background: rgba(0,0,0,0.07);
  position: relative;
}

.ef-silhouette::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(0,0,0,0.07);
}

.ef-accent {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 128px;
  height: 128px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ef-accent span {
  color: #c9a96e;
  text-align: center;
  line-height: 1.25;
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
}

.ef-stats {
  position: absolute;
  left: 148px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stat-number {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  color: #111111;
}

.stat-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #8c7661;
}

/* =========================
   Lookbook
   ========================= */
.lookbook-section {
  padding: 0 0 96px;
}

.lookbook-header {
  max-width: 1440px;
  margin: 0 auto;
  padding: 88px 28px 36px;
}

.lookbook-grid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  height: 680px;
}

.lk-item {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 2px;
}

.lk-tall {
  grid-row: span 2;
}

.lk-right {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.lk-bg {
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
}

.lk-item:hover .lk-bg {
  transform: scale(1.04);
}

.lk-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.36) 0%, transparent 55%);
}

.lk-overlay span {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  color: #ffffff;
}

.lk-overlay.light span {
  color: #f5f0e8;
}

.lookbook-cta {
  text-align: center;
  padding-top: 42px;
}

/* =========================
   Responsive
   ========================= */
@media screen and (max-width: 1200px) {
  .hero-slide {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    justify-content: flex-start;
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .categories-grid,
  .lookbook-grid {
    height: auto;
  }

  .categories-grid {
    grid-template-columns: 1fr;
  }

  .category-card.large {
    grid-row: auto;
    min-height: 360px;
  }

  .category-col {
    flex-direction: row;
  }

  .category-col .category-card {
    min-height: 280px;
  }

  .editorial-inner {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .section-header,
  .lookbook-header {
    padding: 64px 18px 28px;
  }

  .hero {
    min-height: auto;
  }

  .hero-slides,
  .hero-slide {
    min-height: auto;
  }

  .hero-slide {
    padding: 32px 18px 56px;
    gap: 26px;
  }

  .hero-content {
    padding-top: 10px;
  }

  .hero-title {
    font-size: clamp(46px, 14vw, 72px);
    line-height: 0.95;
  }

  .hero-visual {
    gap: 12px;
  }

  .hero-card-main {
    width: 220px;
  }

  .hero-card-side {
    width: 132px;
    margin-top: 54px;
  }

  .hero-card-img {
    height: 310px;
  }

  .categories-grid,
  .products-grid,
  .lookbook-grid {
    padding: 0 18px;
  }

  .products-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .product-name {
    font-size: 28px;
  }

  .editorial-section {
    padding: 76px 0;
  }

  .editorial-inner {
    padding: 0 18px;
    gap: 38px;
  }

  .editorial-frame {
    height: 380px;
  }

  .ef-main {
    width: 270px;
    height: 320px;
  }

  .ef-accent {
    width: 92px;
    height: 92px;
  }

  .ef-accent span {
    font-size: 18px;
  }

  .ef-stats {
    left: 108px;
    bottom: 10px;
  }

  .lookbook-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 12px;
  }

  .lk-tall,
  .lk-right {
    grid-row: auto;
    grid-column: auto;
  }

  .lk-item {
    min-height: 260px;
  }

  .btn-primary,
  .btn-ghost,
  .btn-outline {
    width: 100%;
  }
}

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

.product-img-wrap {
  background: #f5f0e8;
}

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

#auto-new-products .product-img-wrap {
  background: #f5f0e8;
  overflow: hidden;
}

#auto-new-products .is-loading .product-img-wrap {
  aspect-ratio: 3 / 4;
}

#auto-new-products .is-loading .product-info {
  padding-top: 12px;
}

#auto-new-products {
  transition: opacity 0.35s ease;
}

#auto-new-products.is-loading {
  opacity: 1;
}

#auto-new-products.is-ready {
  opacity: 1;
}

.skeleton-card .product-info {
  padding-top: 16px;
}

.skeleton-box {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: linear-gradient(
    90deg,
    #f1ebe3 0%,
    #f8f4ef 50%,
    #f1ebe3 100%
  );
  background-size: 200% 100%;
  animation: ccSkeleton 1.4s ease-in-out infinite;
}

.skeleton-line {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #f1ebe3 0%,
    #f8f4ef 50%,
    #f1ebe3 100%
  );
  background-size: 200% 100%;
  animation: ccSkeleton 1.4s ease-in-out infinite;
}

.skeleton-line--sm {
  width: 28%;
  margin: 0 0 14px;
}

.skeleton-line--md {
  width: 42%;
  margin: 14px 0 0;
}

.skeleton-line--lg {
  width: 72%;
  height: 22px;
  margin: 0;
}

@keyframes ccSkeleton {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* =========================================
   NEW ARRIVALS 微調整
   ========================================= */

#auto-new-products {
  align-items: start;
}

#auto-new-products .product-card {
  text-decoration: none;
  color: inherit;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

#auto-new-products .product-card:hover {
  transform: translateY(-4px);
  opacity: 0.96;
}

#auto-new-products .product-img-wrap {
  aspect-ratio: 3 / 4;
  background: #f4eee7;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 18px;
}

#auto-new-products .product-real-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

#auto-new-products .product-card:hover .product-real-image {
  transform: scale(1.035);
}

#auto-new-products .product-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#auto-new-products .product-category {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8c7661;
}

#auto-new-products .product-name {
  margin: 2px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #111111;
}

#auto-new-products .product-price {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: #3d2e22;
}

#auto-new-products .product-price .origin {
  color: #8c7661;
  text-decoration: line-through;
  margin-right: 8px;
}

#auto-new-products .product-price .sale,
#auto-new-products .product-price .u-color__text--alert {
  color: #111111 !important;
}

/* 価格表記の「(税込価格 ...)」が長いときの見え方調整 */
#auto-new-products .product-price br {
  display: none;
}

/* skeletonから切り替わった後の見え方 */
#auto-new-products.is-ready .product-card {
  animation: ccFadeUp 0.45s ease both;
}

#auto-new-products.is-ready .product-card:nth-child(2) {
  animation-delay: 0.05s;
}

#auto-new-products.is-ready .product-card:nth-child(3) {
  animation-delay: 0.1s;
}

#auto-new-products.is-ready .product-card:nth-child(4) {
  animation-delay: 0.15s;
}

@keyframes ccFadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スマホ */
@media screen and (max-width: 768px) {
  #auto-new-products .product-img-wrap {
    margin-bottom: 14px;
  }

  #auto-new-products .product-name {
    font-size: 28px;
  }

  #auto-new-products .product-price {
    font-size: 12px;
  }
}

/* ===== top spacing reset ===== */
.hero,
.hero-slides,
.hero-slide {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

main,
.cc-page--index,
.cc-shell {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* header直下の余白を削る */
#header + .hero,
#header + .hero-section {
  margin-top: 0 !important;
}

/* hero と次セクションの間隔を詰める */
.hero {
  margin-bottom: 0 !important;
}

.marquee-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* SHOP BY CATEGORY の上余白を削る */
.categories-section {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.categories-section .section-header {
  padding-top: 28px !important;
  padding-bottom: 24px !important;
  margin-top: 0 !important;
}

/* sectionタイトル全般を少し締める */
.section-header {
  padding-top: 32px !important;
}

/* ===== hero video ===== */
.hero-video {
  position: relative;
  min-height: 78vh;
  overflow: hidden;
  background: #e9e1d6;
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-video-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(248,244,239,0.72) 0%, rgba(248,244,239,0.34) 38%, rgba(248,244,239,0.08) 100%);
}

.hero-video-content {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  min-height: 78vh;
  margin: 0 auto;
  padding: 120px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-video .hero-label {
  margin-bottom: 20px;
}

.hero-video .hero-title {
  margin: 0 0 24px;
  max-width: 780px;
}

.hero-video .hero-text {
  margin: 0 0 32px;
  max-width: 520px;
}

@media screen and (max-width: 768px) {
  .hero-video {
    min-height: 64vh;
  }

  .hero-video-content {
    min-height: 64vh;
    padding: 88px 24px 48px;
  }
}

/* ===== hero video slider ===== */
.hero-video-slider {
  position: relative;
  min-height: calc(100vh - var(--header-h) - 38px);
  overflow: hidden;
}

.hero-video-slider .hero-slides {
  position: relative;
  min-height: calc(100vh - var(--header-h) - 38px);
}

.hero-video-slider .hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .8s ease;
}

.hero-video-slider .hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-video-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(250,248,244,.68) 0%, rgba(250,248,244,.28) 40%, rgba(250,248,244,.06) 100%);
}

.hero-overlay.dark {
  background: linear-gradient(to right, rgba(20,20,20,.52) 0%, rgba(20,20,20,.24) 38%, rgba(20,20,20,.08) 100%);
}

.hero-overlay.warm {
  background: linear-gradient(to right, rgba(237,228,214,.66) 0%, rgba(237,228,214,.28) 40%, rgba(237,228,214,.08) 100%);
}

.hero-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 80px;
}

.hero-frame-inner {
  width: min(720px, 100%);
  padding: 44px 48px;
  border: 1px solid rgba(17,17,17,.22);
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(4px);
}

.theme-ivory .hero-frame-inner {
  background: rgba(255,255,255,.22);
  border-color: rgba(17,17,17,.18);
}

.theme-dark .hero-frame-inner {
  background: rgba(15,15,15,.22);
  border-color: rgba(255,255,255,.22);
}

.theme-dark .hero-label,
.theme-dark .hero-title,
.theme-dark .hero-text {
  color: #fff !important;
}

.theme-dark .hero-title .italic {
  color: #d9bc95 !important;
}

.theme-dark .btn-ghost {
  border-color: rgba(255,255,255,.75);
  color: #fff;
}

.theme-dark .btn-ghost:hover {
  background: #fff;
  color: #111;
}

.theme-warm .hero-frame-inner {
  background: rgba(245,240,232,.24);
  border-color: rgba(160,136,112,.32);
}

.hero-video-slider .hero-title {
  margin-bottom: 24px;
}

.hero-video-slider .hero-text {
  margin-bottom: 32px;
}

.hero-video-slider .hero-nav {
  position: absolute;
  left: 80px;
  bottom: 36px;
  z-index: 5;
  display: flex;
  gap: 8px;
}

.hero-video-slider .hero-nav-btn {
  width: 36px;
  height: 2px;
  border: 0;
  background: rgba(255,255,255,.35);
  cursor: pointer;
  transition: all .3s ease;
}

.hero-video-slider .hero-nav-btn.active {
  width: 64px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .hero-video-slider,
  .hero-video-slider .hero-slides {
    min-height: 66vh;
  }

  .hero-frame {
    padding: 32px 20px 56px;
  }

  .hero-frame-inner {
    width: 100%;
    padding: 28px 24px;
  }

  .hero-video-slider .hero-nav {
    left: 20px;
    bottom: 20px;
  }
}

/* ===== spacing reset ===== */
.cc-page--index,
#index-view,
#add_product_async_view {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.hero,
.hero-slides,
.hero-slide {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.hero {
  margin-bottom: 0 !important;
  min-height: calc(100vh - var(--header-h) - 38px);
}

.categories-section {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.categories-section .section-header {
  padding-top: 24px !important;
  padding-bottom: 20px !important;
  margin-top: 0 !important;
}



.hero {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* ===== hero下の空白を削る ===== */
.marquee-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.categories-section {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.categories-section .section-header {
  padding-top: 20px !important;
  padding-bottom: 12px !important;
  margin-top: 0 !important;
}

.section-header {
  margin-top: 0 !important;
}

    

.hero-label {
  margin: 0 0 16px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.18em;
  color: #8c7661;
}

.hero-title {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(54px, 7vw, 88px);
  line-height: 0.95;
  font-weight: 400;
  color: #111111;
}

.hero-title .italic {
  color: #a58a72;
  font-style: italic;
}

.hero-text {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.8;
  color: #6f675f;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-cta .btn-primary,
.hero-cta .btn-ghost {
  min-width: 220px;
}

.hero-nav {
  position: absolute;
  left: 48px;
  bottom: 24px;
  z-index: 5;
  display: flex;
  gap: 8px;
}

.hero-nav-btn {
  width: 36px;
  height: 2px;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-nav-btn.active {
  width: 64px;
  background: #ffffff;
}


.marquee-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.categories-section {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.categories-section .section-header {
  padding-top: 20px !important;
  padding-bottom: 12px !important;
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .hero-image-slider {
    height: 520px;
    min-height: 520px;
  }

  .hero-frame {
    padding: 0 20px;
  }

  .hero-frame-inner {
    width: 100%;
    max-width: 100%;
    padding: 28px 24px;
  }

  .hero-title {
    font-size: clamp(42px, 13vw, 64px);
  }

  .hero-cta .btn-primary,
  .hero-cta .btn-ghost {
    min-width: 100%;
  }

  .hero-nav {
    left: 20px;
    bottom: 18px;
  }
}

/* =========================
   HERO reset to ideal structure
   ========================= */
.cc-shell #index-view .hero {
  min-height: calc(100vh - var(--header-h) - 38px);
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #faf8f4;
}

.cc-shell #index-view .hero-slides {
  position: relative;
  min-height: calc(100vh - var(--header-h) - 38px);
}

.cc-shell #index-view .hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 60px 80px 60px 100px;
  opacity: 0;
  transition: opacity .8s ease;
  pointer-events: none;
  max-width: none;
  min-height: calc(100vh - var(--header-h) - 38px);
  margin: 0;
}

.cc-shell #index-view .hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.cc-shell #index-view .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cc-shell #index-view .hero-shape {
  position: absolute;
  border-radius: 50%;
  opacity: .4;
  z-index: 1;
}

.cc-shell #index-view .shape-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle,rgba(255,255,255,.6) 0%,transparent 70%);
  top: -200px;
  right: 10%;
}

.cc-shell #index-view .shape-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle,rgba(201,169,110,.3) 0%,transparent 70%);
  bottom: -100px;
  left: 15%;
}

.cc-shell #index-view .hero-geometric {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  z-index: 1;
}

.cc-shell #index-view .hero-content,
.cc-shell #index-view .hero-visual {
  position: relative;
  z-index: 2;
}

.cc-shell #index-view .hero-content {
  background: rgba(250,248,244,.55);
  padding: 48px 56px;
  border-radius: 2px;
  backdrop-filter: blur(1px);
  max-width: 620px;
}

.cc-shell #index-view .dark-content .hero-label {
  color: rgba(255,255,255,.68);
}

.cc-shell #index-view .dark-content .hero-title {
  color: #fff !important;
}

.cc-shell #index-view .dark-content .hero-text {
  color: rgba(255,255,255,.78);
}

.cc-shell #index-view .hero-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(3rem,6vw,6rem);
  font-weight: 300;
  line-height: 1.05;
  margin: 0 0 24px;
  color: #111 !important;
}

.cc-shell #index-view .hero-title .italic {
  font-style: italic;
  color: #a08870 !important;
}

.cc-shell #index-view .hero-label {
  font-size: .7rem;
  letter-spacing: .25em;
  color: #a08870;
  margin-bottom: 24px;
}

.cc-shell #index-view .hero-text {
  font-size: .8rem;
  letter-spacing: .12em;
  color: #a08870;
  margin-bottom: 40px;
}

.cc-shell #index-view .hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cc-shell #index-view .hero-visual {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
}

.cc-shell #index-view .hero-card {
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
}

.cc-shell #index-view .hero-card-main {
  width: 280px;
  box-shadow: 30px 30px 80px rgba(0,0,0,.15);
}

.cc-shell #index-view .hero-card-side {
  width: 180px;
  margin-top: 60px;
  box-shadow: 20px 20px 50px rgba(0,0,0,.1);
}

.cc-shell #index-view .hero-card-img {
  height: 360px;
  position: relative;
  overflow: hidden;
}

.cc-shell #index-view .hero-card-side .hero-card-img {
  height: 260px;
}

.cc-shell #index-view .hero-real-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc-shell #index-view .hero-card-caption {
  padding: 12px 16px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  font-size: .65rem;
  letter-spacing: .1em;
}

.cc-shell #index-view .dark-caption {
  background: #1a1a1a;
  color: rgba(255,255,255,.8);
}

.cc-shell #index-view .model-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #111;
  color: #fff;
  font-size: .55rem;
  letter-spacing: .15em;
  padding: 4px 8px;
}

.cc-shell #index-view .hero-nav {
  position: absolute;
  bottom: 40px;
  left: 100px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.cc-shell #index-view .hero-nav-btn {
  width: 32px;
  height: 2px;
  background: rgba(0,0,0,.2);
  border: none;
  transition: background .3s,width .3s;
  padding: 0;
}

.cc-shell #index-view .hero-nav-btn.active {
  background: #111;
  width: 60px;
}

@media (max-width: 980px) {
  .cc-shell #index-view .hero-slide {
    grid-template-columns: 1fr;
    padding: 40px 20px 60px;
  }

  .cc-shell #index-view .hero-card-side {
    display: none;
  }

  .cc-shell #index-view .hero-content {
    max-width: none;
  }

  .cc-shell #index-view .hero-visual {
    justify-content: flex-start;
  }
}

.cc-shell #index-view .category-real-image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .7s ease;
}

.cc-shell #index-view .category-card:hover .category-real-image{
  transform:scale(1.05);
}

/* ============================================================
   HERO - final reset to ideal structure
   追加先: cc-index.css の一番下
   ============================================================ */

.cc-shell #index-view .hero {
  min-height: calc(100vh - var(--header-h) - 38px);
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  background: #faf8f4;
}

.cc-shell #index-view .hero-slides {
  position: relative;
  min-height: calc(100vh - var(--header-h) - 38px);
}

.cc-shell #index-view .hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 60px 80px 60px 100px;
  opacity: 0;
  transition: opacity .8s ease;
  pointer-events: none;
  min-height: calc(100vh - var(--header-h) - 38px);
  max-width: none;
  margin: 0;
  gap: 0;
}

.cc-shell #index-view .hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.cc-shell #index-view .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover !important;
  background-position: center !important;
}

.cc-shell #index-view .hero-shape {
  position: absolute;
  border-radius: 50%;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}

.cc-shell #index-view .shape-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,255,255,.6) 0%, transparent 70%);
  top: -200px;
  right: 10%;
}

.cc-shell #index-view .shape-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(201,169,110,.3) 0%, transparent 70%);
  bottom: -100px;
  left: 15%;
}

.cc-shell #index-view .hero-geometric {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.cc-shell #index-view .hero-content,
.cc-shell #index-view .hero-visual {
  position: relative;
  z-index: 2;
}

.cc-shell #index-view .hero-content {
  background: rgba(250,248,244,.55);
  padding: 48px 56px;
  border-radius: 2px;
  backdrop-filter: blur(1px);
  max-width: 620px;
}

.cc-shell #index-view .dark-content .hero-label {
  color: rgba(255,255,255,.68);
}

.cc-shell #index-view .dark-content .hero-title {
  color: #ffffff !important;
}

.cc-shell #index-view .dark-content .hero-text {
  color: rgba(255,255,255,.78) !important;
}

.cc-shell #index-view .hero-label {
  font-size: .7rem;
  letter-spacing: .25em;
  color: #a08870;
  margin-bottom: 24px;
  display: block;
}

.cc-shell #index-view .hero-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 300;
  line-height: 1.05;
  margin: 0 0 24px;
  color: #111111 !important;
}

.cc-shell #index-view .hero-title .line-wrap {
  display: block;
  overflow: hidden;
}

.cc-shell #index-view .hero-title .italic {
  font-style: italic;
  color: #a08870 !important;
}

.cc-shell #index-view .hero-text {
  font-size: .8rem;
  letter-spacing: .12em;
  line-height: 1.9;
  color: #8c7661;
  margin-bottom: 40px;
}

.cc-shell #index-view .hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cc-shell #index-view .hero-visual {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
}

.cc-shell #index-view .hero-card {
  border-radius: 2px;
  overflow: hidden;
  background: #ffffff;
}

.cc-shell #index-view .hero-card-main {
  width: 280px;
  box-shadow: 30px 30px 80px rgba(0,0,0,.15);
}

.cc-shell #index-view .hero-card-side {
  width: 180px;
  margin-top: 60px;
  box-shadow: 20px 20px 50px rgba(0,0,0,.1);
}

.cc-shell #index-view .hero-card-img {
  height: 360px;
  position: relative;
  overflow: hidden;
  background: #f5f0e8;
}

.cc-shell #index-view .hero-card-side .hero-card-img {
  height: 260px;
}

.cc-shell #index-view .hero-real-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc-shell #index-view .hero-card-caption {
  padding: 12px 16px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  font-size: .65rem;
  letter-spacing: .1em;
  color: #111111;
}

.cc-shell #index-view .dark-card .hero-card-caption,
.cc-shell #index-view .dark-caption {
  background: #1a1a1a;
  color: rgba(255,255,255,.8);
}

.cc-shell #index-view .model-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #111111;
  color: #ffffff;
  font-size: .55rem;
  letter-spacing: .15em;
  padding: 4px 8px;
}

.cc-shell #index-view .btn-primary,
.cc-shell #index-view .btn-ghost,
.cc-shell #index-view .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  line-height: 1;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.cc-shell #index-view .btn-primary {
  background: #111111;
  color: #ffffff !important;
  border-color: #111111;
}

.cc-shell #index-view .btn-primary:hover {
  background: #222222;
}

.cc-shell #index-view .btn-ghost,
.cc-shell #index-view .btn-outline {
  background: transparent;
  color: #111111 !important;
  border-color: rgba(17,17,17,.18);
}

.cc-shell #index-view .btn-ghost:hover,
.cc-shell #index-view .btn-outline:hover {
  background: rgba(255,255,255,.45);
}

.cc-shell #index-view .btn-ghost-dark {
  border-color: rgba(255,255,255,.5) !important;
  color: #ffffff !important;
}

.cc-shell #index-view .btn-ghost-dark:hover {
  background: rgba(255,255,255,.1) !important;
}

.cc-shell #index-view .hero-nav {
  position: absolute;
  bottom: 40px;
  left: 100px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.cc-shell #index-view .hero-nav-btn {
  width: 32px;
  height: 2px;
  background: rgba(0,0,0,.2);
  border: none;
  transition: background .3s,width .3s;
  padding: 0;
}

.cc-shell #index-view .hero-nav-btn.active {
  background: #111111;
  width: 60px;
}

/* hero と categories のつながり調整 */
.cc-shell #index-view .hero + .categories-section {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.cc-shell #index-view .categories-section .section-header {
  padding-top: 48px !important;
}

/* responsive */
@media (max-width: 1180px) {
  .cc-shell #index-view .hero-slide {
    grid-template-columns: 1fr;
    padding: 40px 40px 60px;
  }

  .cc-shell #index-view .hero-content {
    max-width: none;
  }

  .cc-shell #index-view .hero-visual {
    justify-content: flex-start;
    margin-top: 24px;
  }
}

@media (max-width: 980px) {
  .cc-shell #index-view .hero {
    min-height: auto;
  }

  .cc-shell #index-view .hero-slides,
  .cc-shell #index-view .hero-slide {
    min-height: auto;
  }

  .cc-shell #index-view .hero-slide {
    padding: 36px 20px 72px;
  }

  .cc-shell #index-view .hero-card-main {
    width: min(100%, 320px);
  }

  .cc-shell #index-view .hero-card-side {
    display: none;
  }

  .cc-shell #index-view .hero-nav {
    left: 20px;
    bottom: 24px;
  }
}

@media (max-width: 640px) {
  .cc-shell #index-view .hero-title {
    font-size: 42px !important;
    line-height: 1.02;
  }

  .cc-shell #index-view .hero-content {
    padding: 28px 24px;
  }

  .cc-shell #index-view .hero-text {
    font-size: 13px;
    letter-spacing: .08em;
    margin-bottom: 28px;
  }

  .cc-shell #index-view .hero-card-caption {
    display: block;
  }

  .cc-shell #index-view .hero-cta {
    gap: 12px;
  }

  .cc-shell #index-view .btn-primary,
  .cc-shell #index-view .btn-ghost {
    width: 100%;
  }
}

.cc-shell #index-view .category-real-image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .7s ease;
}

.cc-shell #index-view .category-card:hover .category-real-image{
  transform:scale(1.05);
}

/* =========================================
   hero visible fix
========================================= */

.cc-shell #index-view .hero {
  min-height: calc(100vh - 118px);
  position: relative;
  overflow: hidden;
  background: #faf8f4;
}

.cc-shell #index-view .hero-slides {
  position: relative;
  min-height: calc(100vh - 118px);
}

.cc-shell #index-view .hero-slide {
  position: absolute !important;
  inset: 0;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 60px 80px 60px 100px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .8s ease, visibility .8s ease;
  z-index: 1;
}

.cc-shell #index-view .hero-slide.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
  z-index: 2;
}

/* 万一 active が外れても最初の1枚は見せる保険 */
.cc-shell #index-view .hero-slide:first-child {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cc-shell #index-view .hero-bg {
  position: absolute !important;
  inset: 0;
  display: block !important;
  z-index: 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.cc-shell #index-view .hero-content,
.cc-shell #index-view .hero-visual,
.cc-shell #index-view .hero-nav {
  position: relative;
  z-index: 2;
}

.cc-shell #index-view .hero-nav {
  position: absolute;
  left: 100px;
  bottom: 40px;
  display: flex;
  gap: 8px;
}

@media (max-width: 1180px) {
  .cc-shell #index-view .hero-slide {
    grid-template-columns: 1fr;
    padding: 36px 24px 80px;
    gap: 24px;
  }

  .cc-shell #index-view .hero-nav {
    left: 24px;
    bottom: 24px;
  }
}

/* ============================================================
   FINAL SYNC - index page
   これを cc-index.css の一番下に追記
   ============================================================ */

.cc-shell #index-view {
  background: #faf8f4;
}

/* ------------------------------
   Hero
   ------------------------------ */
.cc-shell #index-view .hero {
  min-height: calc(100vh - 118px);
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  background: #faf8f4;
}

.cc-shell #index-view .hero-slides {
  position: relative;
  min-height: calc(100vh - 118px);
}

.cc-shell #index-view .hero-slide {
  position: absolute !important;
  inset: 0;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 60px 80px 60px 100px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .8s ease, visibility .8s ease;
}

.cc-shell #index-view .hero-slide.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
  z-index: 2;
}

.cc-shell #index-view .hero-slide:first-child {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cc-shell #index-view .hero-bg {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.cc-shell #index-view .hero-shape {
  position: absolute;
  border-radius: 50%;
  opacity: .4;
  pointer-events: none;
}

.cc-shell #index-view .shape-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,255,255,.6) 0%, transparent 70%);
  top: -200px;
  right: 10%;
}

.cc-shell #index-view .shape-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(201,169,110,.3) 0%, transparent 70%);
  bottom: -100px;
  left: 15%;
}

.cc-shell #index-view .hero-geometric {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(160deg, rgba(255,255,255,.4) 0%, transparent 60%);
}

.cc-shell #index-view .hero-geometric-dark {
  background: linear-gradient(160deg, rgba(20,20,20,.18) 0%, transparent 60%);
}

.cc-shell #index-view .hero-content,
.cc-shell #index-view .hero-visual,
.cc-shell #index-view .hero-nav,
.cc-shell #index-view .hero-scroll-hint {
  position: relative;
  z-index: 2;
}

.cc-shell #index-view .hero-content {
  max-width: 580px;
  background: rgba(250,248,244,.55);
  padding: 48px 56px;
  border-radius: 2px;
  backdrop-filter: blur(1px);
}

.cc-shell #index-view .dark-content .hero-label {
  color: rgba(255,255,255,.6);
}

.cc-shell #index-view .dark-content .hero-title {
  color: #ffffff !important;
}

.cc-shell #index-view .dark-content .hero-text {
  color: rgba(255,255,255,.75);
}

.cc-shell #index-view .hero-label {
  font-size: .7rem;
  letter-spacing: .25em;
  color: #a08870;
  margin-bottom: 24px;
  display: block;
}

.cc-shell #index-view .hero-title {
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(3rem, 6vw, 6rem) !important;
  font-weight: 300 !important;
  line-height: 1.05 !important;
  color: #0f0f0f !important;
  margin-bottom: 24px;
}

.cc-shell #index-view .line-wrap {
  display: block;
  overflow: hidden;
}

.cc-shell #index-view .line {
  display: block;
}

.cc-shell #index-view .hero-title .italic {
  font-style: italic;
  color: #a08870;
}

.cc-shell #index-view .hero-text {
  font-size: .8rem;
  letter-spacing: .12em;
  color: #a08870;
  margin-bottom: 40px;
}

.cc-shell #index-view .hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cc-shell #index-view .hero-visual {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
}

.cc-shell #index-view .hero-card {
  border-radius: 2px;
  overflow: hidden;
}

.cc-shell #index-view .hero-card-main {
  width: 280px;
  box-shadow: 30px 30px 80px rgba(0,0,0,.15);
}

.cc-shell #index-view .hero-card-side {
  width: 180px;
  margin-top: 60px;
  box-shadow: 20px 20px 50px rgba(0,0,0,.1);
}

.cc-shell #index-view .hero-card-img {
  height: 360px;
  position: relative;
  overflow: hidden;
}

.cc-shell #index-view .hero-card-side .hero-card-img {
  height: 260px;
}

.cc-shell #index-view .hero-real-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc-shell #index-view .hero-card-caption {
  padding: 12px 16px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  font-size: .65rem;
  letter-spacing: .1em;
}

.cc-shell #index-view .dark-caption {
  background: #1a1a1a;
  color: rgba(255,255,255,.8);
}

.cc-shell #index-view .model-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #c9a96e;
  color: #ffffff;
  font-size: .55rem;
  letter-spacing: .15em;
  padding: 4px 8px;
}

.cc-shell #index-view .hero-nav {
  position: absolute;
  left: 100px;
  bottom: 40px;
  display: flex;
  gap: 8px;
}

.cc-shell #index-view .hero-nav-btn {
  width: 32px;
  height: 2px;
  background: rgba(0,0,0,.2);
  border: none;
  padding: 0;
  transition: background .3s, width .3s;
}

.cc-shell #index-view .hero-nav-btn.active {
  background: #111111;
  width: 60px;
}

.cc-shell #index-view .hero-scroll-hint {
  position: absolute;
  right: 60px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.cc-shell #index-view .hero-scroll-hint span {
  font-size: .55rem;
  letter-spacing: .3em;
  color: #a08870;
  writing-mode: vertical-rl;
}

.cc-shell #index-view .scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, #a08870, transparent);
}

/* ------------------------------
   Common section
   ------------------------------ */
.cc-shell #index-view .section-header {
  max-width: 1440px;
  margin: 0 auto;
  padding: 88px 28px 36px;
  display: flex;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap;
}

.cc-shell #index-view .section-label {
  display: block;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #8c7661;
}

.cc-shell #index-view .section-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(42px, 5vw, 72px) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  color: #111111 !important;
}

.cc-shell #index-view .section-link {
  margin-left: auto;
  font-size: 13px;
  color: #6f675f;
  text-decoration: none;
  border-bottom: 1px solid #111111;
  padding-bottom: 3px;
}

/* ------------------------------
   Products
   ------------------------------ */
.cc-shell #index-view .products-section {
  padding: 0 0 96px;
}

.cc-shell #index-view .products-grid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
}

.cc-shell #index-view .product-card {
  display: block !important;
  text-decoration: none;
  color: inherit;
}

.cc-shell #index-view .product-img-wrap {
  position: relative !important;
  aspect-ratio: 3 / 4 !important;
  overflow: hidden !important;
  margin-bottom: 16px !important;
  background: linear-gradient(180deg, #f5eee7 0%, #e7ddd3 100%);
}

.cc-shell #index-view .product-real-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc-shell #index-view .product-category {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8c7661;
}

.cc-shell #index-view .product-name {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 1.4;
  color: #111111;
}

.cc-shell #index-view .product-price {
  font-size: 14px;
  color: #111111;
}

.cc-shell #index-view .products-more {
  text-align: center;
  padding-top: 40px;
}

/* ------------------------------
   Editorial
   ------------------------------ */
.cc-shell #index-view .editorial-section {
  padding: 96px 28px;
}

.cc-shell #index-view .editorial-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.cc-shell #index-view .editorial-label {
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #8c7661;
}

.cc-shell #index-view .editorial-title {
  margin: 12px 0 20px;
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(42px, 6vw, 68px) !important;
  line-height: 1.02 !important;
  color: #111111 !important;
}

.cc-shell #index-view .editorial-body {
  margin: 0 0 28px;
  max-width: 640px;
  font-size: 16px;
  line-height: 2;
  color: #6f675f;
}

.cc-shell #index-view .editorial-frame {
  position: relative;
  min-height: 620px;
}

.cc-shell #index-view .ef-main {
  position: absolute;
  inset: 0 60px 40px 0;
  border-radius: 32px;
  overflow: hidden;
}

.cc-shell #index-view .ef-ornament {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
  top: -60px;
  right: -40px;
}

.cc-shell #index-view .ef-silhouette {
  position: absolute;
  width: 220px;
  height: 330px;
  border-radius: 110px 110px 50px 50px;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.72);
}

.cc-shell #index-view .ef-accent {
  position: absolute;
  top: 32px;
  right: 0;
  width: 120px;
  height: 140px;
  border-radius: 24px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-align: center;
}

.cc-shell #index-view .ef-stats {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cc-shell #index-view .ef-stat {
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(10px);
  border-radius: 22px;
  padding: 20px;
}

.cc-shell #index-view .stat-number {
  display: block;
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  color: #111111;
}

.cc-shell #index-view .stat-label {
  font-size: 13px;
  color: #5d554f;
}

/* ------------------------------
   Lookbook
   ------------------------------ */
.cc-shell #index-view .lookbook-section {
  padding: 0 0 96px;
}

.cc-shell #index-view .lookbook-header {
  max-width: 1440px;
  margin: 0 auto;
  padding: 88px 28px 36px;
}

.cc-shell #index-view .lookbook-grid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  height: 680px;
}

.cc-shell #index-view .lk-item {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 2px;
}

.cc-shell #index-view .lk-tall {
  grid-row: span 2;
}

.cc-shell #index-view .lk-right {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.cc-shell #index-view .lk-bg {
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
}

.cc-shell #index-view .lk-item:hover .lk-bg {
  transform: scale(1.04);
}

.cc-shell #index-view .lk-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.36) 0%, transparent 55%);
}

.cc-shell #index-view .lk-overlay span {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  color: #ffffff;
}

.cc-shell #index-view .lk-overlay.light span {
  color: #f5f0e8;
}

.cc-shell #index-view .lookbook-cta {
  text-align: center;
  padding-top: 42px;
}

/* ------------------------------
   Newsletter
   ------------------------------ */
.cc-shell #index-view .newsletter-section {
  background: #f5f0e8;
  padding: 100px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cc-shell #index-view .newsletter-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cc-shell #index-view .newsletter-deco {
  position: absolute;
  width: 520px;
  height: 520px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  z-index: -1;
}

.cc-shell #index-view .newsletter-deco::before {
  content: "";
  position: absolute;
  inset: 56px;
  border-radius: 50%;
  border: 1px solid rgba(160,136,112,0.22);
}

.cc-shell #index-view .newsletter-section h2 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(40px, 6vw, 64px) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  color: #111111 !important;
  margin-bottom: 20px;
}

.cc-shell #index-view .newsletter-section h2 em {
  font-style: italic;
  color: #8c7661;
}

.cc-shell #index-view .newsletter-section p {
  max-width: 520px;
  margin: 0 auto 36px;
  color: #6f675f;
  font-size: 14px;
  line-height: 1.9;
}

.cc-shell #index-view .newsletter-form {
  max-width: 560px;
  margin: 0 auto;
}

.cc-shell #index-view .form-group {
  display: flex;
  gap: 0;
  border: 1px solid #d9ccbe;
  background: #ffffff;
  margin-bottom: 18px;
}

.cc-shell #index-view .newsletter-input {
  flex: 1;
  min-width: 0;
  border: 0 !important;
  background: #ffffff !important;
  padding: 18px 20px;
  font-size: 14px;
  color: #111111;
  outline: none;
}

.cc-shell #index-view .newsletter-input::placeholder {
  color: #8c7661;
}

.cc-shell #index-view .newsletter-btn {
  border: 0 !important;
  background: #111111 !important;
  color: #ffffff !important;
  padding: 0 28px;
  min-height: 56px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.cc-shell #index-view .checkbox-label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  max-width: 560px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.7;
  color: #8c7661;
  text-align: left;
}

.cc-shell #index-view .checkbox-label input {
  margin-top: 3px;
  flex: 0 0 auto;
}

.cc-shell #index-view .checkbox-label span {
  display: block;
}

/* ------------------------------
   Responsive
   ------------------------------ */
@media screen and (max-width: 1200px) {
  .cc-shell #index-view .section-header,
  .cc-shell #index-view .lookbook-header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cc-shell #index-view .products-grid,
  .cc-shell #index-view .lookbook-grid {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cc-shell #index-view .products-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media screen and (max-width: 1024px) {
  .cc-shell #index-view .hero-slide {
    grid-template-columns: 1fr;
    padding: 60px 48px;
  }

  .cc-shell #index-view .hero-visual {
    display: none;
  }

  .cc-shell #index-view .categories-grid {
    height: auto;
    grid-template-columns: 1fr;
  }

  .cc-shell #index-view .category-card.large {
    min-height: 400px;
  }

  .cc-shell #index-view .category-col {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }

  .cc-shell #index-view .category-col .category-card {
    flex: 1;
    min-height: 300px;
  }

  .cc-shell #index-view .products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .cc-shell #index-view .editorial-inner {
    grid-template-columns: 1fr;
  }

  .cc-shell #index-view .lookbook-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    height: auto;
  }

  .cc-shell #index-view .lk-tall,
  .cc-shell #index-view .lk-right {
    grid-row: auto;
    grid-column: auto;
  }

  .cc-shell #index-view .lk-item {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .cc-shell #index-view .hero-slide {
    padding: 40px 24px 80px;
  }

  .cc-shell #index-view .hero-nav {
    left: 24px;
    bottom: 24px;
  }

  .cc-shell #index-view .hero-scroll-hint {
    display: none;
  }

  .cc-shell #index-view .section-header,
  .cc-shell #index-view .lookbook-header {
    padding: 48px 24px 28px;
  }

  .cc-shell #index-view .products-grid,
  .cc-shell #index-view .lookbook-grid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cc-shell #index-view .editorial-section,
  .cc-shell #index-view .newsletter-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cc-shell #index-view .lookbook-grid {
    grid-template-columns: 1fr;
  }

  .cc-shell #index-view .lk-item {
    height: 250px;
  }

  .cc-shell #index-view .form-group {
    flex-direction: column;
  }

  .cc-shell #index-view .newsletter-btn {
    width: 100%;
    min-height: 52px;
  }
}

@media screen and (max-width: 480px) {
  .cc-shell #index-view .products-grid {
    grid-template-columns: 1fr !important;
  }

  .cc-shell #index-view .hero-cta {
    flex-direction: column;
  }
}

/* ============================================================
   MICRO TUNING
   仕上げ用の微調整
   cc-index.css の一番下に追記
   ============================================================ */

/* ------------------------------
   Hero overall balance
   ------------------------------ */
.cc-shell #index-view .hero {
  min-height: calc(100vh - 112px);
}

.cc-shell #index-view .hero-slide {
  padding: 44px 70px 46px 78px;
}

.cc-shell #index-view .hero-content {
  max-width: 520px;
  padding: 42px 46px 38px;
  background: rgba(250, 248, 244, 0.68);
  backdrop-filter: blur(1.5px);
}

.cc-shell #index-view .hero-label {
  font-size: 0.78rem;
  letter-spacing: 0.26em;
  margin-bottom: 18px;
  color: #b1977f;
}

/* heroタイトルを少し抑えて上品に */
.cc-shell #index-view .hero-title {
  font-size: clamp(2.8rem, 5.2vw, 5rem) !important;
  line-height: 0.96 !important;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
}

/* 各行の余白を少し詰める */
.cc-shell #index-view .hero-title .line-wrap + .line-wrap {
  margin-top: 2px;
}

.cc-shell #index-view .hero-title .italic {
  font-style: italic;
  color: #a88f77;
}

/* サブテキストを少し小さく */
.cc-shell #index-view .hero-text {
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  margin-bottom: 28px;
  color: #a38d79;
}

/* CTAボタンを少し小さめに */
.cc-shell #index-view .hero-cta {
  gap: 12px;
}

.cc-shell #index-view .hero-cta .btn-primary,
.cc-shell #index-view .hero-cta .btn-ghost {
  min-height: 48px !important;
  padding: 0 28px !important;
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
}

/* 左右カードのサイズを少し整える */
.cc-shell #index-view .hero-visual {
  gap: 18px;
  transform: translateX(-4px);
}

.cc-shell #index-view .hero-card-main {
  width: 300px;
}

.cc-shell #index-view .hero-card-side {
  width: 170px;
  margin-top: 72px;
}

.cc-shell #index-view .hero-card-img {
  height: 378px;
}

.cc-shell #index-view .hero-card-side .hero-card-img {
  height: 250px;
}

.cc-shell #index-view .hero-card-caption {
  padding: 11px 14px;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

/* スクロールヒントを少し控えめに */
.cc-shell #index-view .hero-scroll-hint {
  right: 42px;
  bottom: 32px;
  gap: 10px;
  opacity: 0.8;
}

.cc-shell #index-view .hero-scroll-hint span {
  font-size: 0.5rem;
  letter-spacing: 0.28em;
}

.cc-shell #index-view .scroll-line {
  height: 52px;
}

/* ナビゲーションバーも少し繊細に */
.cc-shell #index-view .hero-nav {
  left: 78px;
  bottom: 28px;
  gap: 10px;
}

.cc-shell #index-view .hero-nav-btn {
  width: 26px;
  height: 1.5px;
  background: rgba(0,0,0,0.18);
}

.cc-shell #index-view .hero-nav-btn.active {
  width: 42px;
}

/* ------------------------------
   Section heading tuning
   ------------------------------ */
.cc-shell #index-view .section-header {
  padding: 74px 28px 28px;
  gap: 18px;
}

.cc-shell #index-view .section-label {
  font-size: 11px;
  letter-spacing: 0.24em;
}

.cc-shell #index-view .section-title {
  font-size: clamp(38px, 4.5vw, 62px) !important;
  line-height: 1.03 !important;
}

/* categoryタイトルが大きすぎる場合の調整 */
.cc-shell #index-view .category-content h3 {
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.02;
  letter-spacing: 0.02em;
}

.cc-shell #index-view .cat-sub {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.cc-shell #index-view .cat-link {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

/* ------------------------------
   Product section tuning
   ------------------------------ */
.cc-shell #index-view .product-name {
  font-size: 17px;
}

.cc-shell #index-view .product-price {
  font-size: 13px;
}

.cc-shell #index-view .product-category {
  font-size: 10px;
}

/* ------------------------------
   Editorial / Lookbook / Newsletter
   ------------------------------ */
.cc-shell #index-view .editorial-title {
  font-size: clamp(38px, 5vw, 60px) !important;
}

.cc-shell #index-view .editorial-body {
  font-size: 15px;
  line-height: 1.9;
}

.cc-shell #index-view .lookbook-header {
  padding: 76px 28px 28px;
}

.cc-shell #index-view .lk-overlay span {
  font-size: 24px;
}

.cc-shell #index-view .newsletter-section h2 {
  font-size: clamp(36px, 5vw, 56px) !important;
}

.cc-shell #index-view .newsletter-section p {
  font-size: 13px;
}

.cc-shell #index-view .newsletter-input {
  font-size: 13px;
}

.cc-shell #index-view .newsletter-btn {
  font-size: 11px;
  letter-spacing: 0.16em;
}

/* ------------------------------
   Responsive tuning
   ------------------------------ */
@media screen and (max-width: 1200px) {
  .cc-shell #index-view .hero-slide {
    padding: 40px 52px 52px;
  }

  .cc-shell #index-view .hero-content {
    max-width: 500px;
    padding: 38px 38px 34px;
  }

  .cc-shell #index-view .hero-title {
    font-size: clamp(2.6rem, 5vw, 4.5rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .cc-shell #index-view .hero-slide {
    padding: 40px 34px 72px;
  }

  .cc-shell #index-view .hero-content {
    max-width: 100%;
    padding: 32px 28px 30px;
  }

  .cc-shell #index-view .hero-title {
    font-size: clamp(2.5rem, 8vw, 4rem) !important;
  }

  .cc-shell #index-view .section-header,
  .cc-shell #index-view .lookbook-header {
    padding-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .cc-shell #index-view .hero-slide {
    padding: 28px 20px 72px;
  }

  .cc-shell #index-view .hero-content {
    padding: 24px 20px 24px;
    background: rgba(250, 248, 244, 0.74);
  }

  .cc-shell #index-view .hero-title {
    font-size: clamp(2.2rem, 10vw, 3.2rem) !important;
    line-height: 1 !important;
  }

  .cc-shell #index-view .hero-label {
    font-size: 0.62rem;
  }

  .cc-shell #index-view .hero-text {
    font-size: 0.66rem;
    margin-bottom: 22px;
  }

  .cc-shell #index-view .hero-cta .btn-primary,
  .cc-shell #index-view .hero-cta .btn-ghost {
    width: 100%;
  }

  .cc-shell #index-view .section-title {
    font-size: clamp(32px, 8vw, 44px) !important;
  }
}

/* ============================================================
   FINAL POLISH
   cc-index.css 一番下に追記
   ============================================================ */

/* ---------------------------------
   Base rhythm
--------------------------------- */
.cc-shell #index-view {
  background: #faf8f4;
}

.cc-shell #index-view .section-header {
  padding: 70px 28px 26px;
  gap: 16px;
}

.cc-shell #index-view .section-label {
  width: 100%;
  font-size: 11px;
  letter-spacing: 0.24em;
  color: #9a826b;
}

.cc-shell #index-view .section-title {
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(38px, 4.6vw, 62px) !important;
  line-height: 1.03 !important;
  font-weight: 400 !important;
  color: #111 !important;
}

.cc-shell #index-view .section-link {
  margin-left: auto;
  font-size: 12px;
  color: #6f675f;
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
}

/* ---------------------------------
   Hero polish
--------------------------------- */
.cc-shell #index-view .hero {
  min-height: calc(100vh - 112px);
  background: #f7f2eb;
}

.cc-shell #index-view .hero-slides {
  min-height: calc(100vh - 112px);
}

.cc-shell #index-view .hero-slide {
  padding: 42px 68px 46px 78px;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 34px;
}

.cc-shell #index-view .hero-content {
  max-width: 520px;
  padding: 40px 44px 36px;
  background: rgba(250, 248, 244, 0.66);
  backdrop-filter: blur(1.5px);
}

.cc-shell #index-view .hero-label {
  margin-bottom: 18px;
  font-size: 0.78rem;
  letter-spacing: 0.26em;
  color: #b1977f;
}

.cc-shell #index-view .hero-title {
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(2.8rem, 5.2vw, 5rem) !important;
  line-height: 0.96 !important;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}

.cc-shell #index-view .hero-title .line-wrap + .line-wrap {
  margin-top: 2px;
}

.cc-shell #index-view .hero-title .italic {
  color: #a88f77;
}

.cc-shell #index-view .hero-text {
  margin-bottom: 28px;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  color: #a38d79;
}

.cc-shell #index-view .hero-cta {
  gap: 12px;
}

.cc-shell #index-view .hero-cta .btn-primary,
.cc-shell #index-view .hero-cta .btn-ghost {
  min-height: 48px !important;
  padding: 0 28px !important;
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
}

.cc-shell #index-view .hero-visual {
  gap: 18px;
  transform: translateX(-4px);
}

.cc-shell #index-view .hero-card-main {
  width: 300px;
}

.cc-shell #index-view .hero-card-side {
  width: 170px;
  margin-top: 72px;
}

.cc-shell #index-view .hero-card-img {
  height: 378px;
}

.cc-shell #index-view .hero-card-side .hero-card-img {
  height: 250px;
}

.cc-shell #index-view .hero-card-caption {
  padding: 11px 14px;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.cc-shell #index-view .model-tag {
  top: 14px;
  right: 14px;
  font-size: 0.52rem;
  padding: 5px 9px;
}

.cc-shell #index-view .hero-nav {
  left: 78px;
  bottom: 28px;
  gap: 10px;
}

.cc-shell #index-view .hero-nav-btn {
  width: 26px;
  height: 1.5px;
  background: rgba(0,0,0,0.18);
}

.cc-shell #index-view .hero-nav-btn.active {
  width: 42px;
}

.cc-shell #index-view .hero-scroll-hint {
  right: 42px;
  bottom: 32px;
  gap: 10px;
  opacity: 0.8;
}

.cc-shell #index-view .hero-scroll-hint span {
  font-size: 0.5rem;
  letter-spacing: 0.28em;
}

.cc-shell #index-view .scroll-line {
  height: 52px;
}

/* ---------------------------------
   Categories polish
--------------------------------- */
.cc-shell #index-view .categories-section {
  padding-top: 0;
}

.cc-shell #index-view .categories-grid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 28px;
  gap: 18px;
}

.cc-shell #index-view .category-col {
  gap: 18px;
}

.cc-shell #index-view .category-card {
  border-radius: 2px;
}

.cc-shell #index-view .category-card.large {
  min-height: 640px;
}

.cc-shell #index-view .category-content {
  left: 24px;
  right: 24px;
  bottom: 22px;
}

.cc-shell #index-view .category-content h3 {
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.02;
  letter-spacing: 0.02em;
}

.cc-shell #index-view .cat-sub {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.8);
}

.cc-shell #index-view .cat-link {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.92);
}

.cc-shell #index-view .category-overlay {
  background: linear-gradient(to top, rgba(0,0,0,.42) 0%, rgba(0,0,0,.08) 52%, transparent 72%);
}

/* ---------------------------------
   Products polish
--------------------------------- */
.cc-shell #index-view .products-section {
  padding-bottom: 86px;
}

.cc-shell #index-view .products-grid {
  gap: 22px !important;
}

.cc-shell #index-view .product-img-wrap {
  margin-bottom: 14px !important;
}

.cc-shell #index-view .product-category {
  margin-bottom: 5px;
  font-size: 10px;
}

.cc-shell #index-view .product-name {
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.38;
}

.cc-shell #index-view .product-price {
  font-size: 13px;
}

.cc-shell #index-view .products-more {
  padding-top: 34px;
}

/* ---------------------------------
   Editorial polish
--------------------------------- */
.cc-shell #index-view .editorial-section {
  padding: 84px 28px 92px;
}

.cc-shell #index-view .editorial-inner {
  gap: 48px;
}

.cc-shell #index-view .editorial-label {
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #9a826b;
}

.cc-shell #index-view .editorial-title {
  font-size: clamp(38px, 5vw, 60px) !important;
  line-height: 1.03 !important;
}

.cc-shell #index-view .editorial-body {
  font-size: 15px;
  line-height: 1.9;
  color: #6f675f;
}

.cc-shell #index-view .ef-stat {
  padding: 18px;
}

.cc-shell #index-view .stat-number {
  font-size: 30px;
}

/* ---------------------------------
   Lookbook polish
--------------------------------- */
.cc-shell #index-view .lookbook-section {
  padding-bottom: 86px;
}

.cc-shell #index-view .lookbook-header {
  padding: 72px 28px 26px;
}

.cc-shell #index-view .lookbook-grid {
  gap: 12px;
  height: 650px;
}

.cc-shell #index-view .lk-overlay {
  padding: 20px;
}

.cc-shell #index-view .lk-overlay span {
  font-size: 24px;
}

/* ---------------------------------
   Newsletter polish
--------------------------------- */
.cc-shell #index-view .newsletter-section {
  padding: 92px 24px;
}

.cc-shell #index-view .newsletter-section h2 {
  font-size: clamp(36px, 5vw, 56px) !important;
  margin-bottom: 16px;
}

.cc-shell #index-view .newsletter-section p {
  margin-bottom: 30px;
  font-size: 13px;
}

.cc-shell #index-view .form-group {
  margin-bottom: 16px;
}

.cc-shell #index-view .newsletter-input {
  padding: 17px 18px;
  font-size: 13px;
}

.cc-shell #index-view .newsletter-btn {
  min-height: 54px;
  padding: 0 24px;
  font-size: 11px;
  letter-spacing: 0.16em;
}

.cc-shell #index-view .checkbox-label {
  font-size: 11px;
  color: #8c7661;
}

/* ---------------------------------
   Responsive
--------------------------------- */
@media screen and (max-width: 1200px) {
  .cc-shell #index-view .hero-slide {
    padding: 38px 52px 48px;
  }

  .cc-shell #index-view .hero-content {
    max-width: 500px;
    padding: 36px 36px 32px;
  }

  .cc-shell #index-view .hero-title {
    font-size: clamp(2.6rem, 5vw, 4.5rem) !important;
  }

  .cc-shell #index-view .products-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media screen and (max-width: 1024px) {
  .cc-shell #index-view .hero-slide {
    grid-template-columns: 1fr;
    padding: 38px 34px 72px;
  }

  .cc-shell #index-view .hero-content {
    max-width: 100%;
    padding: 30px 26px 28px;
  }

  .cc-shell #index-view .hero-title {
    font-size: clamp(2.5rem, 8vw, 4rem) !important;
  }

  .cc-shell #index-view .hero-visual {
    display: none;
  }

  .cc-shell #index-view .categories-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cc-shell #index-view .category-col {
    flex-direction: row;
    gap: 16px;
  }

  .cc-shell #index-view .category-col .category-card {
    min-height: 300px;
  }

  .cc-shell #index-view .products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .cc-shell #index-view .editorial-inner {
    grid-template-columns: 1fr;
  }

  .cc-shell #index-view .lookbook-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    height: auto;
  }

  .cc-shell #index-view .lk-tall,
  .cc-shell #index-view .lk-right {
    grid-row: auto;
    grid-column: auto;
  }

  .cc-shell #index-view .lk-item {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .cc-shell #index-view .hero-slide {
    padding: 28px 20px 72px;
  }

  .cc-shell #index-view .hero-content {
    padding: 24px 20px 24px;
    background: rgba(250, 248, 244, 0.74);
  }

  .cc-shell #index-view .hero-title {
    font-size: clamp(2.2rem, 10vw, 3.2rem) !important;
    line-height: 1 !important;
  }

  .cc-shell #index-view .hero-label {
    font-size: 0.62rem;
  }

  .cc-shell #index-view .hero-text {
    font-size: 0.66rem;
    margin-bottom: 22px;
  }

  .cc-shell #index-view .hero-cta {
    flex-direction: column;
  }

  .cc-shell #index-view .hero-cta .btn-primary,
  .cc-shell #index-view .hero-cta .btn-ghost {
    width: 100%;
  }

  .cc-shell #index-view .section-header,
  .cc-shell #index-view .lookbook-header {
    padding: 48px 24px 24px;
  }

  .cc-shell #index-view .section-title {
    font-size: clamp(32px, 8vw, 44px) !important;
  }

  .cc-shell #index-view .products-grid,
  .cc-shell #index-view .lookbook-grid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cc-shell #index-view .editorial-section,
  .cc-shell #index-view .newsletter-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cc-shell #index-view .lookbook-grid {
    grid-template-columns: 1fr;
  }

  .cc-shell #index-view .lk-item {
    height: 240px;
  }

  .cc-shell #index-view .form-group {
    flex-direction: column;
  }

  .cc-shell #index-view .newsletter-btn {
    width: 100%;
    min-height: 52px;
  }
}

@media screen and (max-width: 480px) {
  .cc-shell #index-view .products-grid {
    grid-template-columns: 1fr !important;
  }
}