/**
 * Page « Bijoux rituels » (slug : bijoux).
 *
 * Chargée uniquement sur la page bijoux (voir functions.php).
 */

:root {
  --cream: #e9e5da;
  --sand: #c8bca3;
  --olive: #8a8f6a;
  --deep: #2f3227;
  --black: #1a1a18;
  --earth: #6b4f3a;
  --border: rgb(26 26 24 / 15%);
  --container: 1440px;
  --pad: clamp(20px, 4vw, 64px);
  --serif: 'Cormorant Garamond', georgia, serif;
  --sans: 'DM Sans', arial, sans-serif;
}

.ikehu-jewelry-page,
.ikehu-jewelry-page * {
  box-sizing: border-box;
}

.ikehu-jewelry-page {
  overflow: clip;
  color: var(--black);
  font-family: var(--sans);
  background: #f5f1e9;
}

.ikehu-jewelry-page img {
  display: block;
  width: 100%;
  height: auto;
}

.ikehu-container {
  width: min(calc(100% - var(--pad) * 2), var(--container));
  margin-inline: auto;
}

.ikehu-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  border: 1px solid transparent;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.ikehu-button--dark {
  color: #fff;
  background: var(--deep);
}

.ikehu-title-rule {
  display: block;
  width: 34px;
  height: 1px;
  margin-top: 18px;
  background: currentcolor;
}

.ikehu-kicker {
  margin: 0 0 14px;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ikehu-jewelry-hero {
  background: #f7f3ec;
}

.ikehu-jewelry-hero__grid {
  display: grid;
  grid-template-columns: 0.82fr 1.38fr;
  min-height: 430px;
}

.ikehu-jewelry-hero__copy {
  align-self: center;
  padding: 55px 40px 55px 15px;
}

.ikehu-jewelry-hero h1 {
  margin: 0;
  font-size: clamp(3.2rem, 5.2vw, 5.8rem);
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.ikehu-jewelry-hero__copy > p:last-of-type {
  max-width: 430px;
  margin: 22px 0 28px;
  color: rgb(26 26 24 / 72%);
  line-height: 1.65;
}

.ikehu-jewelry-hero__media {
  margin: 0;
  overflow: hidden;
}

.ikehu-jewelry-hero__media img {
  height: 100%;
  object-fit: cover;
}

.ikehu-jewelry-benefits {
  border-block: 1px solid var(--border);
  background: #faf7f1;
}

.ikehu-jewelry-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ikehu-jewelry-benefit {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 28px 30px;
  border-right: 1px solid var(--border);
}

.ikehu-jewelry-benefit:last-child {
  border-right: 0;
}

.ikehu-jewelry-benefit__icon {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: var(--deep);
}

.ikehu-jewelry-benefit__icon svg {
  width: 30px;
  height: 30px;
}

.ikehu-jewelry-card__meta {
  margin: 0 0 6px;
  color: rgb(26 26 24 / 66%);
  font-size: 0.7rem;
}

.ikehu-jewelry-benefit h2 {
  margin: 0 0 7px;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ikehu-jewelry-benefit p {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.45;
}

.ikehu-jewelry-collection,
.ikehu-symbols {
  padding: 62px 0;
}

.ikehu-section-heading {
  margin-bottom: 34px;
  text-align: center;
}

.ikehu-section-heading h2 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.ikehu-section-heading .ikehu-title-rule {
  margin-inline: auto;
}

.ikehu-jewelry-products {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.ikehu-jewelry-card {
  text-align: center;
}

.ikehu-jewelry-card__link {
  color: inherit;
  text-decoration: none;
}

.ikehu-jewelry-card__media {
  overflow: hidden;
  aspect-ratio: 1 / 1.08;
  background: var(--sand);
}

.ikehu-jewelry-card__image {
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.ikehu-jewelry-card__link:hover .ikehu-jewelry-card__image {
  transform: scale(1.025);
}

.ikehu-jewelry-card h3 {
  margin: 14px 0 6px;
  font-size: 0.73rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ikehu-jewelry-card__price {
  margin: 8px 0 12px;
  font-family: var(--serif);
  font-size: 1.15rem;
}

.ikehu-jewelry-card__cart {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 1px solid rgb(26 26 24 / 35%);
  color: inherit;
  font-size: 0.62rem;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.ikehu-featured-jewelry {
  padding-bottom: 36px;
}

.ikehu-featured-jewelry__grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  background: #eee8dc;
}

.ikehu-featured-jewelry__media {
  margin: 0;
}

.ikehu-featured-jewelry__media img {
  height: 100%;
  object-fit: cover;
}

.ikehu-featured-jewelry__copy {
  padding: 48px 52px;
}

.ikehu-featured-jewelry h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.ikehu-featured-jewelry__intro {
  margin: 20px 0;
  font-size: 0.95rem;
  line-height: 1.65;
}

.ikehu-featured-jewelry__description {
  font-size: 0.9rem;
  line-height: 1.6;
}

.ikehu-featured-jewelry__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
  border-top: 1px solid var(--border);
}

.ikehu-featured-jewelry__features article {
  padding: 22px 14px;
  border-right: 1px solid var(--border);
  text-align: center;
}

.ikehu-featured-jewelry__features article:last-child {
  border-right: 0;
}

.ikehu-featured-jewelry__features span {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: var(--deep);
}

.ikehu-featured-jewelry__features span svg {
  width: 28px;
  height: 28px;
}

.ikehu-featured-jewelry__features h3 {
  margin: 0;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ikehu-symbols__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.ikehu-symbol-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px;
  background: #eee8dc;
}

.ikehu-symbol-card__icon {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  color: var(--deep);
}

.ikehu-symbol-card__icon svg {
  width: 46px;
  height: 46px;
}

.ikehu-symbol-card h3 {
  margin: 0 0 8px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ikehu-symbol-card p {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.5;
}

.ikehu-jewelry-closing {
  position: relative;
  min-height: 170px;
  color: var(--black);
}

.ikehu-jewelry-closing > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.ikehu-jewelry-closing::after {
  position: absolute;
  inset: 0;
  background: rgb(233 229 218 / 42%);
  content: '';
}

.ikehu-jewelry-closing__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 170px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ikehu-jewelry-closing h2 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .ikehu-jewelry-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ikehu-jewelry-products {
    grid-template-columns: repeat(3, 1fr);
  }

  .ikehu-featured-jewelry__grid {
    grid-template-columns: 1fr;
  }

  .ikehu-symbols__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  :root {
    --pad: 20px;
  }

  .ikehu-jewelry-hero__grid {
    grid-template-columns: 1fr;
  }

  .ikehu-jewelry-hero__copy {
    padding: 42px 0;
  }

  .ikehu-jewelry-hero__media {
    aspect-ratio: 4 / 3;
  }

  .ikehu-jewelry-benefits__grid {
    grid-template-columns: 1fr;
  }

  .ikehu-jewelry-benefit {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .ikehu-jewelry-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .ikehu-featured-jewelry__copy {
    padding: 34px 24px;
  }

  .ikehu-featured-jewelry__features {
    grid-template-columns: repeat(2, 1fr);
  }

  .ikehu-symbols__grid {
    grid-template-columns: 1fr;
  }

  .ikehu-symbol-card {
    grid-template-columns: 60px 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ikehu-jewelry-page * {
    transition: none !important;
    animation: none !important;
  }
}
