:root{--wine:#4b0e29;--wine-2:#6d1837;--rose:#c05261;--blush:#e3b3b2;--gold:#c7a071;--sand:#d9c0a0;--cream:#f1e8dc;--ink:#251b1f;--paper:#fbf8f3;--white:#fff;--academy:#26408b;--link:#62386f;--kids:#f4898c;--teens:#00ccaa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Vazirmatn,Tahoma,sans-serif}a{text-decoration:none;color:inherit}.announcement{height:34px;background:var(--wine);color:#fff;text-align:center;font-size:12px;display:flex;align-items:center;justify-content:center;gap:12px}.announcement a{color:var(--sand);font-weight:700}.site-header{height:96px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,6vw,96px);position:relative;background:rgba(251,248,243,.96);border-bottom:1px solid rgba(75,14,41,.12);z-index:20}.brand img{width:142px;height:76px;object-fit:contain}.site-header nav{display:flex;gap:38px;font-size:14px;font-weight:600}.site-header nav a{position:relative}.site-header nav a:after{content:"";position:absolute;right:0;left:100%;bottom:-10px;height:2px;background:var(--wine);transition:.25s}.site-header nav a:hover:after{left:0}.header-actions{display:flex;align-items:center;gap:12px}.icon-button,.menu-toggle{border:0;background:transparent;font-size:27px;color:var(--wine);cursor:pointer}.account-link{border:1px solid rgba(75,14,41,.22);border-radius:99px;padding:11px 19px;font-size:13px;font-weight:700}.menu-toggle{display:none}.hero{height:calc(100vh - 130px);min-height:650px;position:relative;overflow:hidden;background:var(--wine)}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center 45%;filter:saturate(.72) contrast(1.02)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(75,14,41,.12) 0%,rgba(75,14,41,.45) 48%,rgba(52,8,26,.94) 100%)}.hero-content{position:absolute;right:clamp(28px,8vw,140px);top:50%;transform:translateY(-50%);width:min(600px,78vw);color:#fff}.eyebrow,.kicker{display:block;letter-spacing:2px;text-transform:uppercase;font-size:12px;font-weight:700;color:var(--gold);margin-bottom:20px}.hero h1{font-size:clamp(52px,6.2vw,94px);line-height:1.08;margin:0 0 24px;font-weight:800;letter-spacing:-3px}.hero h1 em{font-style:normal;color:var(--sand);font-weight:500}.hero p{max-width:570px;font-size:18px;line-height:2;color:rgba(255,255,255,.82);margin:0 0 34px}.hero-actions{display:flex;gap:12px}.button{min-height:52px;padding:0 25px;border-radius:99px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;border:1px solid transparent;transition:.25s;cursor:pointer}.button:hover{transform:translateY(-2px)}.button-light{background:#fff;color:var(--wine)}.button-ghost{border-color:rgba(255,255,255,.55);color:#fff}.button-primary{background:var(--wine);color:#fff}.scroll-cue{position:absolute;bottom:25px;left:50%;transform:translateX(-50%);color:#fff;font-size:11px;letter-spacing:1px;display:flex;flex-direction:column;align-items:center;gap:5px}.scroll-cue span{font-size:20px}.section{padding:110px clamp(24px,7vw,112px)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:50px}.section-heading h2,.join h2{font-size:clamp(34px,4vw,58px);margin:0;color:var(--wine);letter-spacing:-2px}.section-heading p{max-width:440px;line-height:2;color:#695d61;margin:0}.department-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.department-card{height:460px;position:relative;overflow:hidden;border-radius:30px;color:#fff}.department-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.department-card:hover img{transform:scale(1.045)}.card-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(18,10,13,.88) 100%)}.card-content{position:absolute;inset:auto 34px 34px;display:grid;gap:6px}.card-content span{width:max-content;padding:6px 12px;border-radius:99px;background:rgba(255,255,255,.18);backdrop-filter:blur(10px);font-size:11px}.card-content h3{font-size:36px;margin:6px 0 0}.card-content p{margin:0 0 12px;color:rgba(255,255,255,.78)}.card-content b{font-size:13px}.academy{box-shadow:inset 0 0 0 3px var(--academy)}.link{box-shadow:inset 0 0 0 3px var(--link)}.kids{box-shadow:inset 0 0 0 3px var(--kids)}.teens{box-shadow:inset 0 0 0 3px var(--teens)}.store{background:#fff}.text-link{font-size:13px;color:var(--wine);font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{border:1px solid #eadfd4;border-radius:24px;overflow:hidden;background:var(--paper);transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(75,14,41,.11)}.product-media{height:290px;position:relative;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover}.product-media span{position:absolute;top:16px;right:16px;background:rgba(255,255,255,.9);padding:7px 12px;border-radius:99px;font-size:11px;color:var(--wine);font-weight:800}.product-body{padding:24px}.product-body small{color:#83777b}.product-body h3{font-size:20px;margin:10px 0 24px}.product-body>div{display:flex;justify-content:space-between;align-items:center}.product-body strong{color:var(--wine)}.product-body button{width:42px;height:42px;border-radius:50%;border:0;background:var(--wine);color:#fff;font-size:21px}.manifesto{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;padding:120px clamp(24px,9vw,150px);background:linear-gradient(125deg,var(--wine),#7b263f);color:#fff}.kicker.light{color:var(--sand)}.manifesto h2{font-size:clamp(40px,5vw,74px);line-height:1.25;margin:0 0 26px}.manifesto p{font-size:17px;line-height:2.1;color:rgba(255,255,255,.76);max-width:700px;margin-bottom:35px}.stats{display:flex;flex-direction:column;justify-content:center}.stats div{padding:28px 0;border-bottom:1px solid rgba(255,255,255,.18);display:flex;align-items:end;justify-content:space-between}.stats strong{font-size:48px;color:var(--sand)}.stats span{font-size:13px;color:rgba(255,255,255,.7)}.join{display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:80px;background:var(--cream)}.join p{line-height:2;color:#73666b}.join form{display:flex;gap:10px;align-items:end}.join label{flex:1}.join label span{display:block;font-size:12px;margin-bottom:8px;color:var(--wine);font-weight:700}.join input{width:100%;height:54px;border-radius:99px;border:1px solid #d9c9bc;background:#fff;padding:0 20px;font:inherit}footer{padding:70px clamp(24px,7vw,112px) 35px;background:#24151b;color:#fff;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:20px}footer img{width:160px;height:100px;object-fit:contain;filter:brightness(0) invert(1)}footer p{color:var(--sand);font-size:18px}footer div{display:flex;gap:30px}footer small{text-align:left;color:rgba(255,255,255,.45)}@media(max-width:900px){.site-header{height:80px;padding:0 22px}.brand img{width:112px;height:64px}.site-header nav,.account-link{display:none}.menu-toggle{display:block}.hero{height:760px}.hero-overlay{background:linear-gradient(180deg,rgba(75,14,41,.15),rgba(52,8,26,.93))}.hero-content{right:24px;left:24px;top:auto;bottom:90px;transform:none;width:auto}.hero h1{font-size:56px}.department-grid,.product-grid{grid-template-columns:1fr}.section-heading{display:block}.section-heading p,.text-link{display:block;margin-top:18px}.department-card{height:410px}.manifesto,.join{grid-template-columns:1fr;gap:35px}.join form{flex-direction:column;align-items:stretch}footer{grid-template-columns:1fr;text-align:center}footer img{margin:auto}footer div{justify-content:center;flex-wrap:wrap}footer small{text-align:center}}@media(max-width:520px){.announcement{font-size:10px}.hero h1{font-size:45px}.hero p{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.section{padding:78px 18px}.department-card{height:360px;border-radius:22px}.card-content{inset:auto 22px 24px}.card-content h3{font-size:30px}.product-media{height:240px}.manifesto{padding:80px 22px}.manifesto h2{font-size:39px}.stats strong{font-size:37px}}


/* Exact reference-matched footer */
footer{direction:rtl;padding:80px max(20px,calc((100vw - 1152px)/2)) 0;background:#4b0e29;color:#fff;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:48px;align-items:start;overflow:hidden}
footer>.footer-brand{grid-column:1;grid-row:1;display:flex;flex-direction:column;align-items:flex-start;gap:22px}
footer>.footer-brand img{width:142px;height:72px;object-fit:contain;object-position:right center;filter:brightness(0) invert(1)}
footer>.footer-brand p{margin:0;max-width:252px;color:rgba(255,255,255,.72);font-size:14px;line-height:2.15}
footer .footer-socials{display:flex;align-items:center;gap:12px;margin-top:28px}
footer .footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid rgba(250,204,21,.35);border-radius:50%;color:#d8b47b;transition:background .2s ease,color .2s ease}
footer .footer-socials a:hover{background:#d8b47b;color:#4b0e29}
footer .footer-socials svg{width:22px;height:22px;fill:currentColor;stroke:none}
footer .footer-socials .footer-social-instagram svg{fill:none;stroke:currentColor;stroke-width:1.8}
footer .footer-socials .footer-social-dot{fill:currentColor;stroke:none}
footer>.footer-paths{grid-column:2;grid-row:1;display:flex;flex-direction:column;align-items:flex-start;gap:14px}
footer>.footer-nav{grid-column:3;grid-row:1;display:flex;flex-direction:column;align-items:flex-start;gap:14px}
footer>.footer-contact{grid-column:4;grid-row:1}
footer>.footer-paths h2,footer>.footer-nav::before,footer>.footer-contact h2{display:block;margin:0 0 22px;color:#d6b477;font-size:17px;font-weight:800}
footer>.footer-nav::before{content:"دسترسی سریع"}
footer>.footer-paths a,footer>.footer-paths>span,footer>.footer-nav a{color:rgba(255,255,255,.62);font-size:14px;line-height:1.9;transition:color .2s ease}
footer>.footer-paths a:hover,footer>.footer-nav a:hover{color:#fff}
footer>.footer-paths small{margin-right:5px;padding:2px 7px;border-radius:999px;background:rgba(250,204,21,.12);color:#d8b47b;font-size:9px}
footer .footer-contact-list{display:flex;flex-direction:column;gap:17px}
footer .footer-contact-list>div{display:flex;flex-direction:column;align-items:flex-start;gap:4px}
footer .footer-contact-list strong{display:flex;align-items:center;gap:9px;color:#fff;font-size:12px;font-weight:800}
footer .footer-contact-list>div:nth-child(1) strong::after,footer .footer-contact-list>div:nth-child(2) strong::after{content:"☎";color:#d8b47b;font-size:18px}
footer .footer-contact-list>div:nth-child(3) strong::after{content:"✉";color:#d8b47b;font-size:19px}
footer .footer-contact-list>div:nth-child(4) strong::after{content:"⌖";color:#d8b47b;font-size:20px}
footer .footer-contact-list a,footer .footer-contact-list address,footer .footer-contact-list span{color:rgba(255,255,255,.62);font-size:12px;line-height:1.85;font-style:normal}
footer .footer-contact-list a:hover{color:#fff}
footer>.footer-enamad{grid-column:1;grid-row:2;display:flex;justify-content:flex-start;margin-top:4px}
footer>.footer-enamad a{display:inline-flex;align-items:center;justify-content:center;width:86px;height:86px;padding:7px;background:#fff;border-radius:12px}
footer>.footer-enamad img{width:68px;height:68px;object-fit:contain;filter:none}
footer>small{grid-column:1/-1;grid-row:3;width:100%;margin-top:32px;padding:24px 0;border-top:1px solid rgba(214,180,119,.3);color:rgba(255,255,255,.48);font-size:11px;text-align:right}
@media(max-width:980px){footer{padding:64px 32px 0;grid-template-columns:repeat(2,minmax(0,1fr));gap:46px}footer>.footer-brand{grid-column:1;grid-row:1}footer>.footer-paths{grid-column:2;grid-row:1}footer>.footer-nav{grid-column:1;grid-row:2}footer>.footer-contact{grid-column:2;grid-row:2}footer>.footer-enamad{grid-column:1;grid-row:3}footer>small{grid-column:1/-1;grid-row:4}}
@media(max-width:620px){footer{padding:56px 22px 0;grid-template-columns:1fr;gap:38px}footer>.footer-brand,footer>.footer-paths,footer>.footer-nav,footer>.footer-contact,footer>.footer-enamad,footer>small{grid-column:1;grid-row:auto;align-items:center;text-align:center}footer>.footer-brand img{object-position:center}footer .footer-contact-list>div{align-items:center}footer>.footer-enamad{justify-content:center}footer>small{text-align:center}}

footer>.footer-contact{grid-column:3;grid-row:1}
footer>.footer-enamad{grid-column:4;grid-row:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:22px;margin:0}
footer>.footer-enamad .footer-socials{display:flex;align-items:center;justify-content:center;gap:12px;margin:0}
footer .footer-contact-list>div:first-child>span{display:flex;flex-direction:column;align-items:flex-start;gap:3px}
footer .footer-contact-list>div:first-child>span>span[aria-hidden="true"]{display:none}
@media(max-width:980px){footer>.footer-brand{grid-column:1;grid-row:1}footer>.footer-paths{grid-column:2;grid-row:1}footer>.footer-contact{grid-column:1;grid-row:2}footer>.footer-enamad{grid-column:2;grid-row:2}footer>small{grid-column:1/-1;grid-row:3}}
@media(max-width:620px){footer>.footer-brand,footer>.footer-paths,footer>.footer-contact,footer>.footer-enamad,footer>small{grid-column:1;grid-row:auto}footer .footer-contact-list>div:first-child>span{align-items:center}}
