
:root{
  --cream:#fbf7ef; --paper:#fffdf9; --sage:#86967d; --sage-dark:#68745f;
  --rose:#c99fa7; --rose-deep:#9b6e78; --ink:#514842; --muted:#756b65;
  --line:#e5d9ca; --gold:#b39a6d; --dark:#3f3734; --soft:#f3ebe5;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--cream);color:var(--ink);
  font-family:Georgia,"Times New Roman",serif;line-height:1.65
}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
.wrap{width:min(1180px,92%);margin:auto}
header{
  position:sticky;top:0;z-index:40;background:rgba(251,247,239,.96);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--line)
}
.topbar{
  border-bottom:1px solid rgba(229,217,202,.75);
  color:#71645e;font-size:12px
}
.topbar .wrap{display:flex;justify-content:center;padding:6px 0}
nav{display:flex;align-items:center;justify-content:space-between;padding:13px 0;gap:18px}
.brand{
  font-family:"Snell Roundhand","Apple Chancery","Segoe Script","Bradley Hand",cursive;
  font-size:31px;color:var(--rose-deep);font-weight:600;white-space:nowrap
}
.menu{display:flex;gap:18px;align-items:center;font-size:14px;color:#665d57}
.menu a:hover{color:var(--rose-deep)}
.actions{display:flex;gap:10px;align-items:center}
.icon-btn{
  border:1px solid var(--line);background:var(--paper);border-radius:999px;
  min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;
  padding:0 12px;cursor:pointer
}
.cart-count{
  display:inline-flex;min-width:20px;height:20px;align-items:center;justify-content:center;
  background:var(--rose-deep);color:white;border-radius:999px;font-size:11px;margin-left:6px
}
.hero{
  padding:22px 0 56px;background:linear-gradient(#fffdf9,#faf5ef);
  border-bottom:1px solid var(--line)
}
.hero-visual{
  width:100%;border-radius:28px;overflow:hidden;border:1px solid #eadfd1;
  box-shadow:0 24px 60px rgba(82,62,52,.12)
}
.hero-visual img{width:100%;display:block}
.hero-copy{text-align:center;max-width:900px;margin:26px auto 0}
.kicker{font-size:12px;letter-spacing:2.2px;text-transform:uppercase;color:var(--sage-dark)}
.script{
  font-family:"Snell Roundhand","Apple Chancery","Segoe Script","Bradley Hand",cursive;
  color:var(--rose-deep);font-weight:500
}
.hero-copy h1{font-size:52px;margin:6px 0 4px}
.hero-copy .tagline{font-size:45px;margin:4px 0 8px}
.hero-copy p{color:var(--muted);font-size:18px}
.btns{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:22px}
.btn{
  display:inline-block;padding:12px 18px;border-radius:999px;border:1px solid #d8cabd;
  background:white;font-weight:700;cursor:pointer
}
.btn.primary{background:var(--rose-deep);color:white;border-color:var(--rose-deep)}
.btn.sage{background:var(--sage-dark);color:#fff;border-color:var(--sage-dark)}
section{padding:68px 0;border-bottom:1px solid var(--line)}
.section-head{text-align:center;max-width:870px;margin:0 auto 30px}
.orn{color:var(--sage);letter-spacing:8px;font-size:20px}
.section-head h2{font-size:49px;margin:6px 0 8px}
.section-head p{color:var(--muted);font-size:17px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.card{
  background:var(--paper);border:1px solid var(--line);border-radius:22px;
  padding:26px;box-shadow:0 10px 24px rgba(82,62,52,.04)
}
.card h3{margin:0 0 8px;color:var(--sage-dark);font-size:24px}
.card p{margin:0;color:var(--muted)}
.category-card{
  min-height:250px;display:flex;flex-direction:column;justify-content:flex-end;
  background:
    linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,253,249,.92)),
    radial-gradient(circle at 50% 15%,rgba(201,159,167,.22),transparent 42%),
    var(--paper)
}
.category-card .mini-orn{font-size:34px;color:var(--rose-deep);margin-bottom:auto}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product{
  background:white;border:1px solid var(--line);border-radius:20px;overflow:hidden;
  box-shadow:0 8px 20px rgba(82,62,52,.04);display:flex;flex-direction:column
}
.product-media{
  min-height:185px;display:flex;align-items:center;justify-content:center;
  background:
    radial-gradient(circle at 30% 25%,rgba(201,159,167,.22),transparent 30%),
    radial-gradient(circle at 72% 70%,rgba(134,150,125,.18),transparent 32%),
    #f7f0e7;
  font-size:62px
}
.product-body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}
.product .tag{font-size:11px;text-transform:uppercase;letter-spacing:1.3px;color:var(--sage-dark)}
.product h3{margin:0;font-size:20px}
.product p{margin:0;color:var(--muted);font-size:14px}
.price{margin-top:auto;font-weight:800;color:var(--rose-deep);font-size:18px}
.product .btn{margin-top:8px;text-align:center;padding:10px 14px}
.filters{
  display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:26px
}
.filter-btn{
  border:1px solid var(--line);background:var(--paper);border-radius:999px;
  padding:8px 12px;cursor:pointer
}
.filter-btn.active{background:var(--rose-deep);color:white;border-color:var(--rose-deep)}
.lab{
  background:
    linear-gradient(rgba(104,116,95,.97),rgba(104,116,95,.97)),
    repeating-linear-gradient(0deg,rgba(255,255,255,.03) 0 1px,transparent 1px 7px);
  color:#fff
}
.lab .section-head h2{color:#f7e6e8}
.lab .section-head p{color:#ece6df}
.lab .orn{color:#efcbd2}
.lab-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.lab-panel{
  border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);
  border-radius:22px;padding:28px
}
.lab-panel li{color:#f2ece5;margin:7px 0}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.step{
  text-align:center;background:white;border:1px solid var(--line);border-radius:20px;padding:22px
}
.step .n{
  width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  margin:0 auto 11px;background:#eee4da;color:var(--rose-deep);font-weight:800
}
.step h3{margin:0 0 6px;color:var(--sage-dark)}
.step p{margin:0;color:var(--muted);font-size:14px}
.form-card{
  max-width:860px;margin:0 auto;background:var(--paper);border:1px solid var(--line);
  border-radius:26px;padding:30px
}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
label{display:block;font-weight:700;font-size:14px;margin-bottom:6px}
input,select,textarea{
  width:100%;border:1px solid #d9cdc0;background:#fffdf9;border-radius:12px;
  padding:12px;color:var(--ink)
}
textarea{min-height:130px;resize:vertical}
.field.full{grid-column:1/-1}
.notice{
  background:#f3ebe5;border:1px solid #e5d9ca;border-radius:16px;padding:16px;
  color:var(--muted);font-size:14px
}
.ai-preview{
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px
}
.preview-card{
  background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;text-align:center
}
.preview-art{
  height:140px;border-radius:14px;background:
    radial-gradient(circle at 45% 35%,rgba(201,159,167,.35),transparent 28%),
    radial-gradient(circle at 64% 65%,rgba(134,150,125,.30),transparent 32%),
    #f5ede4;display:flex;align-items:center;justify-content:center;font-size:48px
}
.cart-layout{display:grid;grid-template-columns:1.4fr .6fr;gap:24px}
.cart-item{
  display:grid;grid-template-columns:80px 1fr auto;gap:16px;align-items:center;
  padding:16px 0;border-bottom:1px solid var(--line)
}
.cart-thumb{
  width:80px;height:80px;border-radius:15px;background:#f3ebe5;
  display:flex;align-items:center;justify-content:center;font-size:32px
}
.cart-summary{
  background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:24px;height:max-content
}
.total-row{display:flex;justify-content:space-between;padding:8px 0}
.total-row.total{font-size:20px;font-weight:800;border-top:1px solid var(--line);margin-top:8px;padding-top:14px}
.empty{text-align:center;color:var(--muted);padding:40px 0}
.story{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center
}
.story-visual{
  min-height:390px;border-radius:28px;background:
    radial-gradient(circle at 28% 28%,rgba(201,159,167,.3),transparent 30%),
    radial-gradient(circle at 65% 63%,rgba(134,150,125,.26),transparent 32%),
    repeating-linear-gradient(45deg,rgba(179,154,109,.05) 0 1px,transparent 1px 8px),
    #f7f0e7;
  display:flex;align-items:center;justify-content:center;font-size:96px
}
footer{background:#f5eee5;border-top:1px solid var(--line);padding:42px 0 22px;color:#82756e}
.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:24px}
footer h4{margin:0 0 10px;color:var(--ink)}
footer a{display:block;margin:5px 0;font-size:14px}
.footer-script{font-size:34px;margin-bottom:8px}
.copy{text-align:center;border-top:1px solid var(--line);margin-top:28px;padding-top:18px;font-size:12px}
@media(max-width:950px){
  .product-grid,.grid-4{grid-template-columns:repeat(2,1fr)}
  .grid-3{grid-template-columns:1fr 1fr}
  .lab-grid,.story,.cart-layout{grid-template-columns:1fr}
  .steps{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .menu{display:none}
  .grid-2,.grid-3,.grid-4,.product-grid,.steps,.form-grid,.ai-preview{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .hero-copy h1{font-size:40px}
  .hero-copy .tagline{font-size:36px}
  .brand{font-size:25px}
}

/* Mon compte — navigation principale */

.menu .account-nav{
  display:inline-flex;
  align-items:center;
  gap:5px;
  white-space:nowrap;
  font-weight:600;
}

.menu .account-nav span:first-child{
  font-size:17px;
  line-height:1;
}

@media(max-width:900px){
  .menu .account-nav span:last-child{
    display:none;
  }

  .menu .account-nav span:first-child{
    font-size:20px;
  }
}

