/* ===== HUNDRED M — landing page styles ===== */
:root{
  --bg:#FDF7F5;
  --bg-soft:#F8EDEA;
  --card:#FFFFFF;
  --wine:#6E2A45;
  --wine-dark:#54203440;
  --wine-deep:#4E1D31;
  --rose:#D98BA0;
  --rose-soft:#E9C2CC;
  --gold:#C8A45C;
  --ink:#2E2328;
  --muted:#8A7B80;
  --line:#EEDFDB;
  --ok:#1E7B4F;
  --shadow:0 10px 30px rgba(110,42,69,.10);
  --shadow-lg:0 18px 50px rgba(110,42,69,.16);
  --radius:18px;
  --radius-sm:12px;
  --maxw:1160px;
  --font-ar:"Tajawal",system-ui,"Segoe UI",sans-serif;
  --font-lat:"Poppins",system-ui,sans-serif;
  --font-display:"Playfair Display",Georgia,serif;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--font-ar);
  color:var(--ink);
  background:var(--bg);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{line-height:1.25;font-weight:800}

.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:18px}
.container--narrow{max-width:760px}

/* ===== Buttons ===== */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  font-family:var(--font-ar);font-weight:700;font-size:1rem;
  padding:.8rem 1.5rem;border-radius:999px;border:2px solid transparent;
  cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .2s ease;
  text-align:center;line-height:1.2;
}
.btn:active{transform:translateY(1px) scale(.99)}
.btn--lg{padding:1rem 1.9rem;font-size:1.08rem}
.btn--block{width:100%}
.btn--primary{background:linear-gradient(135deg,var(--wine),var(--rose));color:#fff;box-shadow:0 8px 22px rgba(110,42,69,.28)}
.btn--primary:hover{box-shadow:0 12px 30px rgba(110,42,69,.4);transform:translateY(-2px)}
.btn--dark{background:var(--wine-deep);color:#fff}
.btn--dark:hover{background:#3a1525;transform:translateY(-2px)}
.btn--ghost{background:transparent;border-color:var(--wine);color:var(--wine)}
.btn--ghost:hover{background:var(--wine);color:#fff}

/* ===== Announcement bar ===== */
.announce{background:var(--wine-deep);color:#fbeef0;font-size:.86rem;overflow:hidden;white-space:nowrap}
.announce__track{display:flex;gap:1.4rem;align-items:center;justify-content:center;padding:.5rem 1rem;font-weight:500}
.announce .dot{color:var(--gold)}
@media(max-width:720px){
  .announce__track{justify-content:flex-start;animation:marquee 18s linear infinite;width:max-content}
}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(50%)}}

/* ===== Header ===== */
.header{position:sticky;top:0;z-index:50;background:rgba(253,247,245,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.header__inner{display:flex;align-items:center;justify-content:space-between;padding-block:.7rem}
.brand{display:inline-flex;align-items:center;gap:.55rem}
.brand__mark{
  width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,var(--wine),var(--rose));
  color:#fff;font-family:var(--font-display);font-size:1.35rem;font-weight:700;
  display:grid;place-items:center;box-shadow:var(--shadow)
}
.brand__text{font-family:var(--font-display);font-size:1.3rem;font-weight:700;letter-spacing:.5px;color:var(--wine)}
.nav{display:flex;align-items:center;gap:1.3rem;font-weight:500}
.nav a{color:var(--ink);font-size:.98rem;transition:color .2s}
.nav a:hover{color:var(--wine)}
.nav__cta{background:var(--wine);color:#fff!important;padding:.5rem 1.1rem;border-radius:999px;font-weight:700}
.nav__cta:hover{background:var(--wine-deep)}
@media(max-width:720px){ .nav a:not(.nav__cta){display:none} }

/* ===== Hero ===== */
.hero{background:
  radial-gradient(1200px 500px at 90% -10%,var(--rose-soft),transparent 60%),
  radial-gradient(900px 500px at 0% 20%,#FCE9E4,transparent 55%),
  var(--bg);
  padding-block:clamp(2.2rem,6vw,4.5rem)}
.hero__inner{display:grid;grid-template-columns:1.05fr .95fr;gap:2.5rem;align-items:center}
.hero__eyebrow{color:var(--gold);font-weight:700;letter-spacing:.5px;margin-bottom:.7rem;font-size:.95rem}
.hero__title{font-size:clamp(1.8rem,4.2vw,3rem);color:var(--wine-deep)}
.hero__title-fr{font-family:var(--font-lat);font-style:italic;color:var(--rose);font-size:clamp(1rem,2vw,1.3rem);margin-top:.4rem;font-weight:500}
.hero__sub{margin-top:1.1rem;color:var(--muted);font-size:1.08rem;max-width:34rem}
.hero__cta{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}
.hero__trust{display:flex;gap:1.6rem;margin-top:2rem;flex-wrap:wrap}
.trust-item{display:flex;flex-direction:column;line-height:1.2}
.trust-item strong{font-size:1.4rem;color:var(--wine);font-weight:800}
.trust-item span{font-size:.8rem;color:var(--muted)}

.hero__visual{position:relative;display:grid;place-items:center;min-height:340px}
.hero__card{
  width:min(380px,90%);aspect-ratio:4/5;border-radius:26px;
  background:linear-gradient(160deg,#F3D9DF,#E7B7C4 55%,#D98BA0);
  box-shadow:var(--shadow-lg);display:grid;place-items:center;position:relative;overflow:hidden
}
.hero__card::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.5),transparent 45%)}
.hero__badge{position:absolute;background:#fff;color:var(--wine);font-weight:700;font-size:.9rem;padding:.55rem .9rem;border-radius:999px;box-shadow:var(--shadow);z-index:2}
.hero__badge--cod{top:8%;inset-inline-start:-2%}
.hero__badge--ship{bottom:10%;inset-inline-end:-2%}

.ph-label{color:rgba(78,29,49,.55);font-weight:700;text-align:center;font-size:.95rem;z-index:1;line-height:1.4}
.ph-label em{font-family:var(--font-lat);font-style:italic;font-weight:500;font-size:.82rem}

@media(max-width:840px){
  .hero__inner{grid-template-columns:1fr;text-align:center}
  .hero__sub{margin-inline:auto}
  .hero__cta,.hero__trust{justify-content:center}
  .hero__visual{order:-1;min-height:300px}
}

/* ===== Trust badges row ===== */
.badges{margin-top:-1.2rem;position:relative;z-index:5}
.badges__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;
  background:var(--card);border:1px solid var(--line);border-radius:var(--radius);
  padding:1.3rem;box-shadow:var(--shadow)}
.badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.2rem}
.badge__icon{font-size:1.7rem}
.badge__title{font-weight:700;font-size:.98rem}
.badge__sub{font-family:var(--font-lat);font-size:.76rem;color:var(--muted)}
@media(max-width:720px){ .badges__grid{grid-template-columns:repeat(2,1fr);gap:1.1rem} }

/* ===== Sections ===== */
.section{padding-block:clamp(2.6rem,6vw,4.5rem)}
.section--soft{background:var(--bg-soft)}
.section__head{text-align:center;margin-bottom:2.2rem}
.section__title{font-size:clamp(1.5rem,3.4vw,2.2rem);color:var(--wine-deep)}
.section__sub{color:var(--muted);margin-top:.5rem;font-size:1.02rem}
.rating-big{color:var(--gold);font-weight:800;font-size:1.2rem}

/* ===== Products ===== */
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.product{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
  box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}
.product:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.product__img{aspect-ratio:1/1;display:grid;place-items:center;position:relative;color:#fff}
.product__img--1{background:linear-gradient(150deg,#EBC4CD,#D98BA0)}
.product__img--2{background:linear-gradient(150deg,#E7D6C4,#C8A45C)}
.product__img--3{background:linear-gradient(150deg,#D9C2D6,#A87BA0)}
.product__img--4{background:linear-gradient(150deg,#C9B6C8,#6E2A45)}
.product__img--5{background:linear-gradient(150deg,#C4D7D9,#7BA0A8)}
.product__img--6{background:linear-gradient(150deg,#EAD2C0,#D9A88B)}
.product__tag{position:absolute;top:.7rem;inset-inline-start:.7rem;background:var(--wine-deep);color:#fff;
  font-size:.74rem;font-weight:700;padding:.3rem .7rem;border-radius:999px}
.product__tag--gold{background:var(--gold)}
.product__body{padding:1.1rem 1.2rem 1.3rem;display:flex;flex-direction:column;gap:.35rem;flex:1}
.product__name{font-size:1.15rem;color:var(--wine-deep)}
.product__name-fr{font-family:var(--font-lat);font-style:italic;color:var(--rose);font-size:.86rem;margin-top:-.2rem}
.product__desc{color:var(--muted);font-size:.92rem;flex:1}
.product__price{display:flex;align-items:baseline;gap:.6rem;margin:.3rem 0 .6rem}
.price-new{font-size:1.3rem;font-weight:800;color:var(--wine)}
.price-old{font-size:.95rem;color:var(--muted);text-decoration:line-through}
.product__btn{margin-top:auto}
@media(max-width:900px){ .products{grid-template-columns:repeat(2,1fr);gap:1.1rem} }
@media(max-width:520px){ .products{grid-template-columns:1fr} }

/* ===== Features ===== */
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.feature{display:flex;gap:.9rem;align-items:flex-start;background:var(--card);border:1px solid var(--line);
  border-radius:var(--radius-sm);padding:1.1rem 1.2rem;box-shadow:var(--shadow)}
.feature__icon{font-size:1.6rem;line-height:1}
.feature h3{font-size:1.02rem;color:var(--wine-deep)}
.feature p{font-family:var(--font-lat);font-size:.82rem;color:var(--muted);margin-top:.1rem}
@media(max-width:820px){ .features{grid-template-columns:1fr} }

/* ===== Reviews ===== */
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}
.review{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem;
  box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.7rem}
.review__stars{color:var(--gold);font-size:1.05rem;letter-spacing:2px}
.review blockquote{font-size:.98rem;color:var(--ink)}
.review figcaption{display:flex;flex-direction:column;gap:.1rem;margin-top:auto;padding-top:.5rem;border-top:1px solid var(--line)}
.review__name{font-weight:700;color:var(--wine)}
.review__city{font-size:.82rem;color:var(--muted)}
.review__verified{font-size:.78rem;color:var(--ok);font-weight:600}
@media(max-width:860px){ .reviews{grid-template-columns:1fr} }

/* ===== Order section ===== */
.section--order{background:
  radial-gradient(900px 500px at 100% 0%,var(--rose-soft),transparent 55%),var(--bg-soft)}
.order__wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:2.2rem;align-items:start}
.order__intro .section__title,.order__intro .section__sub{text-align:start}
.order__perks{list-style:none;margin-top:1.3rem;display:grid;gap:.7rem;font-size:1.05rem;font-weight:500}
.order__privacy{margin-top:1.3rem;color:var(--wine);font-weight:600;font-size:.95rem}

/* ===== Forms ===== */
.form{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;box-shadow:var(--shadow-lg)}
.contact-form{max-width:640px;margin-inline:auto}
.field{margin-bottom:1rem;display:flex;flex-direction:column}
.field--row{flex-direction:row;gap:1rem}
.field--row>div{flex:1;display:flex;flex-direction:column}
.field label{font-weight:700;font-size:.92rem;margin-bottom:.4rem;color:var(--wine-deep)}
.field input,.field select,.field textarea{
  font-family:var(--font-ar);font-size:1rem;color:var(--ink);
  padding:.8rem .9rem;border:1.5px solid var(--line);border-radius:var(--radius-sm);
  background:#FFFCFB;transition:border-color .15s,box-shadow .15s;width:100%
}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;border-color:var(--rose);box-shadow:0 0 0 3px rgba(217,139,160,.18)
}
.field input.invalid,.field select.invalid,.field textarea.invalid{border-color:#c0392b;box-shadow:0 0 0 3px rgba(192,57,43,.12)}
select.flash{border-color:var(--gold);box-shadow:0 0 0 4px rgba(200,164,92,.3);transition:box-shadow .3s}
textarea{resize:vertical}
.hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;opacity:0}
.form__status{margin-top:.9rem;font-weight:600;text-align:center;min-height:1.2rem}
.form__status.ok{color:var(--ok)}
.form__status.err{color:#c0392b}
.btn--block{margin-top:.3rem}

/* ===== FAQ ===== */
.faq{display:grid;gap:.8rem}
.faq__item{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-sm);padding:.4rem 1.1rem;box-shadow:var(--shadow)}
.faq__item summary{cursor:pointer;font-weight:700;padding:.7rem 0;color:var(--wine-deep);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq__item summary::-webkit-details-marker{display:none}
.faq__item summary::after{content:"+";color:var(--rose);font-size:1.4rem;font-weight:700;transition:transform .2s}
.faq__item[open] summary::after{transform:rotate(45deg)}
.faq__item p{color:var(--muted);padding:0 0 .8rem;font-size:.95rem}

/* ===== Footer ===== */
.footer{background:var(--wine-deep);color:#f3dfe5;padding-top:2.6rem}
.footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;padding-bottom:2rem}
.footer .brand__text{color:#fff}
.footer__brand p{color:#e6c4ce;margin-top:.8rem;font-size:.95rem;max-width:38ch}
.footer__fr{font-family:var(--font-lat);font-size:.82rem;font-style:italic;opacity:.85}
.footer__col h4{color:#fff;margin-bottom:.9rem;font-size:1rem}
.footer__col a{display:block;color:#e6c4ce;padding:.25rem 0;font-size:.95rem;transition:color .2s}
.footer__col a:hover{color:var(--gold)}
.footer__bottom{border-top:1px solid rgba(255,255,255,.12);text-align:center;padding:1.1rem;font-size:.85rem;color:#d9b4bf}
@media(max-width:760px){ .footer__inner{grid-template-columns:1fr;gap:1.4rem} }

/* ===== Floating WhatsApp + sticky CTA ===== */
.wa-float{position:fixed;inset-block-end:20px;inset-inline-start:20px;z-index:60;
  width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff;
  display:grid;place-items:center;box-shadow:0 8px 24px rgba(37,211,102,.5);transition:transform .2s}
.wa-float:hover{transform:scale(1.08)}
.sticky-cta{display:none}
@media(max-width:720px){
  .sticky-cta{display:block;position:fixed;inset-block-end:0;inset-inline:0;z-index:55;
    padding:.6rem .9rem;background:rgba(253,247,245,.96);backdrop-filter:blur(8px);
    border-top:1px solid var(--line);box-shadow:0 -6px 20px rgba(110,42,69,.12)}
  .sticky-cta .btn{width:100%}
  .wa-float{inset-block-end:74px;width:50px;height:50px}
  body{padding-bottom:70px}
}

/* ===== Order section responsive ===== */
@media(max-width:860px){
  .order__wrap{grid-template-columns:1fr}
  .order__intro .section__title,.order__intro .section__sub{text-align:center}
}

/* reveal animation */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  .announce__track{animation:none}
  html{scroll-behavior:auto}
}
