
:root{--green:#1e4b3a;--gold:#c89b56;--cream:#fbf7f2;--text:#29251f;--muted:#6b6258;--white:#fff;--shadow:0 18px 45px rgba(30,75,58,.14);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--cream);color:var(--text);line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1140px,calc(100% - 36px));margin:auto}
.topbar{background:var(--green);color:#fff;font-size:14px}.topbar .container{display:flex;justify-content:space-between;gap:16px;padding:10px 0;flex-wrap:wrap}
.header{position:sticky;top:0;z-index:50;background:rgba(251,247,242,.94);backdrop-filter:blur(10px);box-shadow:0 2px 18px rgba(0,0,0,.06)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:86px;gap:20px}.logo img{height:66px}.menu{display:flex;gap:28px;font-weight:700}.menu a{color:var(--muted)}.menu a.active,.menu a:hover{color:var(--green)}.menu-toggle{display:none;border:0;background:transparent;font-size:30px;color:var(--green)}
.hero{min-height:620px;background:linear-gradient(90deg,rgba(251,247,242,.95) 0%,rgba(251,247,242,.78) 36%,rgba(251,247,242,.05) 68%),url('img/bol-tibetain.png') center/cover no-repeat;display:flex;align-items:center}.hero-content{max-width:560px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--green);font-weight:800;font-size:13px}.hero h1,.page-hero h1{font-family:Georgia,serif;font-size:clamp(44px,6vw,74px);line-height:1.02;margin:16px 0;color:var(--green)}.lead{font-size:20px;color:#2d2924}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:10px;font-weight:800;border:2px solid var(--green);transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.btn-primary{background:var(--green);color:#fff}.btn-secondary{background:rgba(255,255,255,.55);color:var(--green)}
.benefits{background:#f7efe3}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:28px 0}.benefit{display:flex;gap:14px;align-items:flex-start}.benefit .ico{font-size:34px}.benefit strong{color:var(--green)}
.section{padding:70px 0}.section.alt{background:#fff}.section-head{text-align:center;margin-bottom:34px}.section-head h2{font-family:Georgia,serif;font-size:42px;color:var(--green);margin:0 0 8px}.section-head p{color:var(--muted);margin:0}
.grid{display:grid;gap:24px}.cards{grid-template-columns:repeat(3,1fr)}.products{grid-template-columns:repeat(3,1fr)}.card,.product,.text-card,.contact-card,.legal{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.card{padding:28px}.card .emoji{font-size:36px}.card h3,.product h3,.text-card h2,.contact-card h2,.legal h2{color:var(--green)}.card p,.product p,.text-card p,.contact-card p,.legal p,.legal li{color:var(--muted)}
.product img{width:100%;aspect-ratio:4/3;object-fit:cover}.product-body{padding:22px}.price{color:var(--gold)!important;font-weight:800}.small-btn{padding:10px 15px;font-size:14px}
.page-hero{padding:70px 0 35px;background:linear-gradient(180deg,#fff7ec,var(--cream))}.about-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.text-card,.contact-card,.legal{padding:32px}.about-photo{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover}
.footer{background:#efe7dc;padding:34px 0;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1fr auto auto;gap:26px}.footer strong{color:var(--green)}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:translateY(0)}
@media(max-width:900px){.benefits-grid,.cards,.products,.about-grid,.contact-grid,.footer-grid{grid-template-columns:1fr 1fr}.hero{min-height:520px;background-position:center}.hero-content{background:rgba(251,247,242,.75);padding:22px;border-radius:18px}}
@media(max-width:680px){.topbar .container{display:none}.menu-toggle{display:block}.menu{display:none;position:absolute;left:18px;right:18px;top:86px;background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:18px;flex-direction:column}.menu.open{display:flex}.benefits-grid,.cards,.products,.about-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.hero{min-height:560px}.hero h1{font-size:44px}.logo img{height:54px}}


/* Photo bracelet réelle */
.product img[src$="bracelet-photo.png"] {
  object-fit: cover;
  object-position: center;
}


/* Photo tarot réelle */
.product img[src$="tarot-photo.png"] {
  object-fit: cover;
  object-position: center;
}

/* ===============================
   Correctifs mobile Lumyzen
   =============================== */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

img {
  height: auto;
}

button,
a,
.btn {
  -webkit-tap-highlight-color: transparent;
}

.menu-toggle {
  cursor: pointer;
  line-height: 1;
  padding: 8px 10px;
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 28px, 1140px);
  }

  .topbar .container {
    justify-content: center;
    text-align: center;
    gap: 8px 14px;
  }

  .nav {
    min-height: 74px;
  }

  .logo img {
    height: 56px;
  }

  .hero {
    min-height: auto;
    padding: 70px 0;
    background-position: 58% center;
  }

  .hero-content {
    max-width: 100%;
    background: rgba(251, 247, 242, .88);
    padding: 22px;
    border-radius: 18px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(34px, 9vw, 52px);
    line-height: 1.08;
  }

  .lead {
    font-size: 18px;
  }
}

@media (max-width: 680px) {
  .topbar .container {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    font-size: 13px;
    line-height: 1.25;
  }

  .nav {
    min-height: 68px;
  }

  .logo img {
    height: 48px;
  }

  .menu {
    left: 14px;
    right: 14px;
    top: 72px;
    gap: 6px;
    padding: 14px;
    z-index: 100;
  }

  .menu a {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    text-align: center;
  }

  .menu a:hover,
  .menu a.active {
    background: #f7efe3;
  }

  .hero {
    padding: 44px 0;
    background-image: linear-gradient(180deg, rgba(251,247,242,.92) 0%, rgba(251,247,242,.88) 45%, rgba(251,247,242,.72) 100%), url('img/bol-tibetain.png');
    background-position: center;
  }

  .hero-content {
    padding: 18px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 36px;
  }

  .section {
    padding: 46px 0;
  }

  .section-head {
    margin-bottom: 24px;
  }

  .section-head h2 {
    font-size: 30px;
    line-height: 1.15;
  }

  .actions {
    flex-direction: column;
    gap: 10px;
  }

  .btn {
    width: 100%;
    padding: 13px 16px;
    text-align: center;
  }

  .benefit {
    background: rgba(255,255,255,.65);
    border-radius: 16px;
    padding: 14px;
  }

  .product-body,
  .card,
  .text-card,
  .contact-card,
  .legal {
    padding: 20px;
  }

  .product img,
  .about-photo {
    aspect-ratio: 1 / 1;
  }

  .footer {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 24px, 1140px);
  }

  .hero h1,
  .page-hero h1 {
    font-size: 32px;
  }

  .lead {
    font-size: 16px;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: .13em;
  }
}
