/* Robe Jaune page — summer yellow / mustard (product-led) */
:root {
  --j-bg: #fffaf0;
  --j-ink: #1c1408;
  --j-muted: #6b5a3e;
  --j-line: #eadfc8;
  --j-mustard: #b8860b;
  --j-mustard-deep: #8a6508;
  --j-sun: #f0c64d;
  --j-accent: #c9a227;
  --j-white: #ffffff;
  --sf-primary: #8a6508;
  --sf-cta-dark: #6b4f06;
  --ok-50: #fff8e7;
  --ok-600: #a67c00;
  --ok-700: #8a6508;
  --sf-font-family: "Tajawal", "Segoe UI", Tahoma, ui-sans-serif, system-ui, sans-serif;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/tajawal-400-ar.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/tajawal-400-lat.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/tajawal-700-ar.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/tajawal-700-lat.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2212, U+2215, U+FEFF, U+FFFD;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body.jaune-page {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background:
    radial-gradient(900px 480px at 100% -10%, rgba(240, 198, 77, 0.35), transparent 55%),
    radial-gradient(700px 420px at 0% 20%, rgba(184, 134, 11, 0.12), transparent 50%),
    var(--j-bg);
  color: var(--j-ink);
  font-family: var(--sf-font-family);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
select {
  font: inherit;
}

.jaune-main {
  padding: 0;
  padding-bottom: 6rem;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

.jaune-photo {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  background: #fff;
}

.jaune-photo img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.jaune-main--simple .jaune-order {
  padding-top: 1.25rem;
}

/* Hero — full image, edge-to-edge, no crop */
.jaune-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  color: var(--j-ink);
}

.jaune-hero__media {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  background: #f5ebc8;
}

.jaune-hero__media img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  vertical-align: top;
  object-fit: contain;
  object-position: center top;
  transform: none;
  animation: jaune-hero-in 0.85s ease-out both;
}

.jaune-hero__veil {
  display: none;
}

.jaune-hero__content {
  position: relative;
  z-index: 2;
  width: min(40rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.5rem 0.25rem 1.75rem;
  color: var(--j-ink);
  animation: jaune-rise 0.9s 0.1s ease-out both;
}

.jaune-brand {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  direction: ltr;
  text-align: start;
  color: var(--j-mustard-deep);
}

.jaune-hero h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 5.2vw, 2.15rem);
  line-height: 1.35;
  font-weight: 700;
  color: var(--j-ink);
}

.jaune-hero__lead {
  margin: 0 0 1.15rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--j-muted);
  max-width: 32rem;
}

.jaune-hero__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.85rem;
  margin-bottom: 1.15rem;
}

.jaune-hero__price .now {
  font-size: 1.75rem;
  font-weight: 700;
  direction: ltr;
  unicode-bidi: isolate;
  color: var(--j-mustard-deep);
}

.jaune-hero__price .was {
  font-size: 1rem;
  color: var(--j-muted);
  text-decoration: line-through;
  direction: ltr;
  unicode-bidi: isolate;
}

.jaune-hero__price .off {
  background: var(--j-mustard-deep);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 0.3rem;
  direction: ltr;
  unicode-bidi: isolate;
}

.jaune-hero .jaune-btn {
  background: var(--j-mustard-deep);
  color: #fff;
}

.jaune-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.4rem;
  border: 0;
  border-radius: 0.65rem;
  background: #fff;
  color: var(--j-mustard-deep);
  font-weight: 700;
  font-size: 1.05rem;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, filter 0.15s;
}

.jaune-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.jaune-btn--solid {
  background: var(--j-mustard-deep);
  color: #fff;
}

.jaune-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.65);
}

/* Sections */
.jaune-section {
  width: min(44rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.5rem 0;
}

.jaune-section h2 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  line-height: 1.4;
  font-weight: 700;
}

.jaune-section p {
  margin: 0;
  color: var(--j-muted);
  line-height: 1.7;
}

.jaune-hook {
  background: linear-gradient(135deg, #c9a227 0%, #8a6508 100%);
  color: #fff;
  padding: 1.75rem 1.25rem;
  text-align: center;
}

.jaune-hook p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.55;
}

.jaune-occasions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  padding-top: 0.5rem;
}

@media (min-width: 640px) {
  .jaune-occasions {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.jaune-occasion {
  text-align: center;
}

.jaune-occasion__icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.65rem;
  color: var(--j-mustard-deep);
}

.jaune-occasion strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.jaune-occasion span {
  font-size: 0.85rem;
  color: var(--j-muted);
  line-height: 1.45;
}

.jaune-fabric {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 720px) {
  .jaune-fabric {
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 1.75rem;
  }
}

.jaune-fabric__img {
  overflow: hidden;
  border-radius: 0.35rem;
  background: #f3e8c8;
}

.jaune-fabric__img img {
  width: 100%;
  height: 100%;
  min-height: 14rem;
  object-fit: cover;
}

.jaune-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.jaune-compare__col {
  padding: 1rem 0.85rem;
  border-top: 3px solid var(--j-line);
}

.jaune-compare__col--us {
  border-top-color: var(--j-mustard);
  background: rgba(201, 162, 39, 0.08);
}

.jaune-compare__col h3 {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
}

.jaune-compare__col ul {
  margin: 0;
  padding: 0 1.1rem 0 0;
  color: var(--j-muted);
  font-size: 0.875rem;
  line-height: 1.65;
}

.jaune-features {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-top: 0.5rem;
}

.jaune-feature {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.85rem;
  align-items: start;
}

.jaune-feature svg {
  width: 1.65rem;
  height: 1.65rem;
  color: var(--j-mustard-deep);
  margin-top: 0.15rem;
}

.jaune-feature strong {
  display: block;
  margin-bottom: 0.2rem;
}

.jaune-feature span {
  color: var(--j-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.jaune-cod {
  background: linear-gradient(160deg, #9a7410 0%, #5c4305 100%);
  color: #fff;
  text-align: center;
  padding: 2.25rem 1.25rem;
}

.jaune-cod h2 {
  margin: 0 0 0.5rem;
  font-size: 1.45rem;
}

.jaune-cod p {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.88);
}

.jaune-cod__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
}

/* Order block — reuse shared form look via styles.css + overrides */
.jaune-order {
  width: min(44rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 1rem;
}

.jaune-order .product-brand {
  color: var(--j-mustard-deep);
}

.jaune-order .product-title {
  direction: ltr;
  text-align: start;
}

.jaune-order .product-pricing__current,
.jaune-order .product-pricing__save,
.jaune-order .shipping-summary__total strong {
  color: var(--j-mustard-deep);
}

.jaune-order .product-pricing__badge {
  background: var(--j-mustard-deep);
}

.jaune-order .input-icon {
  background: var(--j-mustard-deep);
  border-color: color-mix(in srgb, var(--j-mustard) 35%, #e5e7eb);
}

.jaune-order #order-cta {
  background: var(--j-mustard-deep);
}

.jaune-order .sticky-cta__btn,
.sticky-cta .sticky-cta__btn {
  background: var(--j-mustard-deep);
}

@keyframes jaune-hero-in {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}

@keyframes jaune-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .jaune-hero__media img,
  .jaune-hero__content {
    animation: none !important;
  }
}
