:root{--green:#0b3b31;--deep:#072b24;--gold:#d7b36a;--cream:#f8f2e7;--ink:#14241f;--red:#8e2728}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"Cairo",sans-serif}body.en{font-family:"DM Sans",sans-serif;direction:ltr}.topbar{height:82px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;background:var(--cream);position:relative;z-index:10}.brand{display:flex;gap:10px;align-items:center;text-decoration:none;color:var(--green);font-family:"DM Sans",sans-serif;font-weight:600;letter-spacing:.18em}.brand small{display:block;font-size:.55rem;letter-spacing:.35em}.mark{width:38px;height:38px;border:1px solid var(--gold);display:grid;place-items:center;border-radius:50%;color:var(--gold);font-family:serif;font-size:1.45rem}.topbar nav{display:flex;gap:2rem}.topbar nav a{color:var(--ink);text-decoration:none;font-size:.92rem}.lang{border:1px solid #b8aa8c;background:transparent;border-radius:999px;padding:.45rem .8rem;cursor:pointer}.hero{height:min(760px,calc(100vh - 82px));min-height:600px;position:relative;overflow:hidden;background:var(--green)}.hero>img{width:100%;height:100%;object-fit:cover}.shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,25,20,.1) 35%,rgba(4,25,20,.72) 90%)}body.en .shade{background:linear-gradient(90deg,rgba(4,25,20,.75),rgba(4,25,20,.08) 70%)}.hero-copy{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:7vw;color:white;max-width:720px;margin-right:auto;margin-left:42%}body.en .hero-copy{margin-left:0;margin-right:42%}.eyebrow{color:var(--gold);font-size:.82rem;font-weight:700;letter-spacing:.1em}.hero h1{font-size:clamp(2.8rem,5vw,5.4rem);line-height:1.15;margin:.5rem 0 1.2rem;letter-spacing:-.035em}.hero-copy>p:not(.eyebrow){max-width:520px;line-height:1.9}.primary{display:inline-block;border:none;text-decoration:none;background:var(--gold);color:var(--deep);padding:.85rem 1.35rem;border-radius:3px;font:inherit;font-weight:700;margin-top:1rem;cursor:pointer}.intro{padding:7rem 7vw 3rem;display:grid;grid-template-columns:1.3fr .7fr;gap:8vw;align-items:end}.intro h2,.ingredients h2,.contact h2{font-size:clamp(2rem,3.7vw,3.6rem);line-height:1.25;margin:.5rem 0}.intro>p{line-height:1.9;color:#50645d}.products{padding:1rem 7vw 7rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.product{background:#e8dfce;min-height:560px;padding:1.5rem;position:relative;display:flex;flex-direction:column}.product.featured{background:#d9e3dc}.product.red{background:#ead5ce}.number{opacity:.5;font-family:"DM Sans"}.product-art{height:280px;margin:1rem auto 1.5rem;position:relative;display:flex;align-items:center;justify-content:center;color:var(--gold);font-family:"DM Sans";font-size:.58rem;letter-spacing:.15em;box-shadow:0 22px 25px rgba(0,0,0,.15)}.shampoo{width:110px;border-radius:16px 16px 20px 20px;background:linear-gradient(90deg,#3d1d0d,#874a20 55%,#2b1409)}.shampoo:before{content:"";position:absolute;top:-36px;width:65px;height:42px;background:#b48b42;border-radius:4px}.serum{width:78px;height:230px;margin-top:50px;border-radius:12px;background:linear-gradient(90deg,#3a190a,#8e4a1d,#271006)}.serum:before{content:"";position:absolute;top:-58px;width:48px;height:65px;background:linear-gradient(#1a1b19 55%,#c4a251 56%);border-radius:20px 20px 4px 4px}.powder{width:165px;height:190px;margin-top:45px;border-radius:50% 50% 15px 15px;background:linear-gradient(130deg,#5d1418,#a13535);font-family:"Cairo";font-size:1rem}.product-copy>p:first-child{font-size:.72rem;letter-spacing:.12em;color:#6a776f}.product h3{font-size:1.55rem;margin:.2rem 0}.product-copy>p:not(:first-child){color:#5b6a64;line-height:1.7;font-size:.9rem}.order{border:0;background:none;padding:.5rem 0;border-bottom:1px solid currentColor;font:inherit;font-weight:700;cursor:pointer;color:var(--green)}.ingredients{background:var(--green);color:white;padding:7rem 10vw;display:grid;grid-template-columns:.75fr 1.25fr;gap:8vw;align-items:center}.arch{height:420px;border:1px solid rgba(215,179,106,.5);border-radius:220px 220px 12px 12px;display:grid;place-items:center;background:radial-gradient(circle at 50% 45%,#165e4d,transparent 48%),linear-gradient(150deg,#0a3028,#102d27)}.arch span{font-size:5rem;color:var(--gold)}.ingredients>div:last-child>p:not(.eyebrow){line-height:1.9;color:#c6d2cd}.values{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2rem}.values span{border:1px solid rgba(255,255,255,.25);padding:.6rem .9rem;border-radius:999px;font-size:.85rem}.contact{text-align:center;padding:8rem 1rem;background:#f2e8d8}.contact>p:not(.eyebrow){color:#56665f}.contact-btn{margin-top:1.5rem}footer{background:var(--deep);color:#b8c5bf;padding:2rem 5vw;display:flex;align-items:center;justify-content:space-between;font-size:.82rem}footer .brand{color:white}@media(max-width:820px){.topbar nav{display:none}.hero{min-height:660px}.hero>img{object-position:67% center}.shade{background:linear-gradient(0deg,rgba(4,25,20,.85),rgba(4,25,20,.08) 75%)}.hero-copy,body.en .hero-copy{justify-content:flex-end;padding:2rem 1.4rem 3rem;margin:0;max-width:100%}.hero h1{font-size:2.8rem}.intro{grid-template-columns:1fr;padding:5rem 1.3rem 2rem;gap:1rem}.products{grid-template-columns:1fr;padding:1rem 1.3rem 5rem}.product{min-height:520px}.ingredients{grid-template-columns:1fr;padding:5rem 1.3rem}.arch{height:330px}.contact{padding:6rem 1.3rem}footer{flex-direction:column;gap:1rem;text-align:center}}
