@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');
:root{--green:#174b31;--green2:#2f6a46;--gold:#b78a38;--cream:#f5efe3;--paper:#fffdf8;--ink:#1e2821;--muted:#69736b;--line:#ded6c7;--shadow:0 18px 60px rgba(27,45,34,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Cairo,Arial,sans-serif;line-height:1.85}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1160px,90%);margin:auto}.announcement{min-height:34px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;gap:24px;font-size:12px}.announcement a{text-decoration:underline;color:#f0dca8}.header{height:82px;background:rgba(255,253,248,.94);backdrop-filter:blur(15px);display:flex;align-items:center;justify-content:space-between;padding:0 5%;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(30,40,33,.07)}.brand{display:flex;align-items:center;gap:10px}.brand img{width:53px;height:53px;object-fit:cover;border-radius:50%}.brand b{display:block;font-size:16px}.brand small{display:block;color:var(--muted);font-size:10px;letter-spacing:2px;margin-top:-5px}.nav{display:flex;gap:28px;font-size:13px;font-weight:700}.nav a{padding:26px 0;color:#4c584f;position:relative}.nav a.active,.nav a:hover{color:var(--green)}.nav a.active:after{content:"";height:2px;background:var(--gold);position:absolute;bottom:17px;left:0;right:0}.lang{border:1px solid var(--line);background:transparent;color:var(--green);border-radius:99px;padding:7px 15px;font-weight:800;cursor:pointer}.menu-btn{display:none;background:none;border:0;font-size:25px;color:var(--green)}
.hero{min-height:690px;background:linear-gradient(120deg,#f5efe3,#e9e2d2);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:55px;padding:70px 7%}.hero-copy{max-width:700px}.kicker,.mini-label{font-size:11px;font-weight:800;letter-spacing:2px;color:var(--gold);text-transform:uppercase}.hero h1,.page-hero h1{font-family:"Playfair Display",Georgia,serif;font-size:clamp(50px,7vw,92px);line-height:1.05;margin:16px 0 25px;color:var(--green)}.hero-lead{font-size:18px;max-width:650px;color:#566157}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:99px;padding:12px 24px;font-size:13px;font-weight:800;border:1px solid transparent;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--green);color:white;box-shadow:0 10px 25px rgba(23,75,49,.18)}.btn-light{background:rgba(255,255,255,.55);border-color:#d8cfbf;color:var(--green)}.btn-outline{border-color:var(--green);color:var(--green)}.trust-row{display:flex;gap:30px;border-top:1px solid rgba(23,75,49,.16);padding-top:22px}.trust-row div{display:flex;flex-direction:column}.trust-row b{font-family:"Playfair Display";font-size:24px;color:var(--green)}.trust-row span{font-size:11px;color:var(--muted)}.hero-visual{position:relative}.hero-photo{border-radius:34px;overflow:hidden;box-shadow:var(--shadow);transform:rotate(1deg);background:#193e2c}.hero-photo img{width:100%;height:560px;object-fit:cover}.hero-badge{position:absolute;bottom:-22px;left:-25px;width:105px;height:105px;border-radius:50%;background:var(--gold);color:white;display:grid;place-items:center;align-content:center;box-shadow:var(--shadow);border:7px solid var(--cream)}.hero-badge strong{font-size:25px;line-height:1}.hero-badge span{font-size:12px}
.manifesto{background:var(--green);color:#fff;padding:100px 0}.manifesto-inner{max-width:930px;text-align:center}.manifesto .mini-label{color:#e0bb6b}.manifesto h2,.promise h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(34px,5vw,58px);line-height:1.2;margin:15px 0}.manifesto p{max-width:720px;margin:auto;color:#d8e3db;font-size:17px}
.section{padding:105px 0}.section-soft{background:#f5f0e6}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.section h2{font-family:"Playfair Display",Georgia,serif;color:var(--green);font-size:clamp(34px,4vw,54px);line-height:1.2;margin:12px 0 24px}.two-col>div:first-child p{color:var(--muted);font-size:17px}.text-link{color:var(--green);font-weight:800;font-size:13px}.timeline{display:grid;gap:15px}.timeline-item{display:grid;grid-template-columns:48px 1fr;gap:16px;padding:22px;border:1px solid var(--line);border-radius:18px;background:#fbf8f1}.timeline-item>span{font-family:"Playfair Display";font-size:25px;color:var(--gold)}.timeline-item b{color:var(--green)}.timeline-item p{font-size:13px;color:var(--muted);margin:4px 0 0}.timeline-item.current{background:#e8eee8;border-color:#c4d4c5}
.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:35px}.section-heading.centered{display:block;text-align:center;max-width:760px;margin:0 auto 45px}.section-heading p{color:var(--muted);max-width:650px;margin:12px auto}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.product-card{background:var(--paper);border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 10px 35px rgba(35,45,36,.06)}.product-img{height:360px;background:#eae5da;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}.product-body{padding:25px}.status{display:inline-flex;background:#e3ece3;color:var(--green);border-radius:99px;padding:4px 11px;font-size:10px;font-weight:800}.product-card h3{font-family:"Playfair Display";font-size:30px;color:var(--green);margin:12px 0 5px}.product-card p{color:var(--muted);font-size:14px}.starting{color:var(--muted);font-size:12px;margin:16px 0}.starting strong{font-size:20px;color:var(--green);margin-inline-start:5px}.card-link{font-weight:800;color:var(--green);font-size:13px}.future{background:#fffdf8}.future-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.future-card{min-height:190px;border:1px dashed #cfc4b1;border-radius:22px;padding:25px;text-align:center;display:flex;flex-direction:column;justify-content:center;transition:.2s;background:#fcfaf5}.future-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.future-card span{font-family:"Playfair Display";font-size:13px;color:var(--gold)}.future-card b{font-size:18px;color:var(--green);margin:10px 0}.future-card small{color:var(--muted)}
.promise{background:var(--green);color:#fff;padding:95px 0}.promise-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.promise h2{color:#fff}.promise p{font-size:18px;color:#dbe5dc}.gold{color:#e0bb6b}.contact{background:#ece5d8}.contact-box{text-align:center;max-width:800px}.contact-box h2{margin-bottom:12px}.contact-box>p{color:var(--muted)}.contact-actions{display:flex;justify-content:center;gap:12px;margin:25px 0}.contact-note{color:#6c756d}
.footer{background:#f0eadf;border-top:1px solid var(--line);padding:28px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:43px;height:43px;border-radius:50%}.footer-brand b,.footer-brand span{display:block}.footer-brand b{font-size:13px}.footer-brand span{font-size:9px;letter-spacing:1px;color:var(--muted)}.footer-links{display:flex;gap:20px;font-size:12px;color:var(--muted)}.copyright{font-size:11px;color:#858b84}
.page-hero{background:linear-gradient(120deg,#f5efe3,#e9e2d2);padding:90px 0}.page-hero-inner{display:grid;grid-template-columns:1fr 300px;gap:50px;align-items:center}.page-hero h1{font-size:clamp(44px,6vw,70px)}.page-hero p{max-width:680px;color:var(--muted);font-size:17px}.page-hero-inner>img{width:300px;height:300px;border-radius:50%;object-fit:cover;box-shadow:var(--shadow)}.narrow{max-width:900px}.story-hero h1{max-width:850px}.story-long{max-width:920px}.story-intro{max-width:760px}.story-intro p{font-size:23px;color:var(--green)}.story-columns{display:grid;grid-template-columns:1fr 1fr;gap:55px;margin-top:40px}.story-columns p{color:var(--muted);font-size:16px}.story-quote{margin:55px 0;padding:35px 30px;border-inline-start:5px solid var(--gold);background:#f5f0e6;color:var(--green);font-family:"Playfair Display";font-size:28px;line-height:1.5}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.detail-image{background:#ebe4d6;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.detail-image img{width:100%;height:560px;object-fit:cover}.detail-copy h2{font-size:52px}.large{font-size:17px;color:var(--muted);max-width:600px}.size-table{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}.size-table>div{background:#f5f0e6;border:1px solid var(--line);border-radius:15px;padding:15px;text-align:center}.size-table b{display:block;color:var(--green);font-size:14px}.size-table strong{display:block;font-size:20px;color:var(--green);margin-top:5px}.size-table small{font-size:10px}.fine{font-size:11px;color:#8a9189;margin:10px 0 20px}.coming-strip{background:var(--green);color:white}.coming-strip h2{color:white;max-width:850px}.coming-strip .text-link{color:#e2bf78}
@media(max-width:900px){.nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fffdf8;padding:15px 7%;flex-direction:column;gap:0;border-bottom:1px solid var(--line)}.nav.open{display:flex}.nav a{padding:11px 0}.nav a.active:after{display:none}.menu-btn{display:block;order:2}.lang{order:3}.brand{order:1;margin-inline-end:auto}.header{gap:15px}.hero{grid-template-columns:1fr;padding:55px 6%}.hero-photo img{height:420px}.two-col,.promise-inner,.detail-grid{grid-template-columns:1fr;gap:45px}.product-grid{grid-template-columns:1fr}.future-grid{grid-template-columns:repeat(2,1fr)}.page-hero-inner{grid-template-columns:1fr}.page-hero-inner>img{width:220px;height:220px;margin:auto}.detail-image img{height:430px}.reverse-mobile .detail-copy{order:1}.reverse-mobile .detail-image{order:2}.story-columns{grid-template-columns:1fr;gap:10px}}
@media(max-width:560px){.announcement{font-size:10px;gap:12px;padding:5px}.header{height:72px}.brand img{width:45px;height:45px}.brand b{font-size:14px}.hero{min-height:auto;padding-top:50px}.hero h1{font-size:50px}.hero-lead{font-size:15px}.trust-row{gap:16px}.trust-row b{font-size:20px}.hero-photo img{height:320px}.hero-badge{left:8px}.section{padding:75px 0}.section h2{font-size:39px}.product-img{height:280px}.future-grid{grid-template-columns:1fr 1fr}.future-card{min-height:150px;padding:15px}.future-card b{font-size:15px}.promise{padding:70px 0}.contact-actions{flex-direction:column}.footer-inner{flex-direction:column;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}.size-table{gap:7px}.size-table>div{padding:12px 6px}.detail-copy h2{font-size:40px}.detail-image img{height:340px}}
