:root{
  --blue:#2f8fc3;
  --sky:#92d6ff;
  --gold:#caa118;
  --cream:#f6edcf;
  --text:#256c96;
  --muted:#6b8da4;
  --white:#fff;
  --shadow:0 24px 60px rgba(40,80,110,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:"Montserrat","Poppins","Trebuchet MS",Arial,sans-serif;overflow-x:hidden}
a{text-decoration:none;color:inherit} img{max-width:100%;display:block}
.site-header{position:fixed;z-index:20;top:0;left:0;width:100%;height:54px;padding:0 36px;display:grid;grid-template-columns:170px 1fr auto;align-items:center;color:white;background:linear-gradient(to bottom,rgba(89,171,215,.7),rgba(89,171,215,.2));backdrop-filter:blur(4px);font-size:12px;letter-spacing:.04em}
.site-header.scrolled{background:rgba(100,190,233,.92);box-shadow:0 8px 30px rgba(0,0,0,.08)}
.brand,.footer-logo{display:flex;align-items:center;gap:11px;letter-spacing:.17em;font-size:13px;color:white;white-space:nowrap}.brand i,.footer-logo i{width:38px;height:24px;position:relative;display:inline-block}.brand i:before,.brand i:after,.footer-logo i:before,.footer-logo i:after{content:"";position:absolute;background:currentColor;left:50%;transform-origin:bottom;width:1px;height:35px;bottom:-6px}.brand i:before,.footer-logo i:before{transform:rotate(28deg)}.brand i:after,.footer-logo i:after{transform:rotate(-28deg)}
.main-nav{display:flex;justify-content:center;gap:28px;align-items:center}.main-nav a{opacity:.92}.main-nav a.active{background:var(--gold);border-radius:16px;padding:6px 16px;color:white}.header-actions{display:flex;gap:14px;align-items:center}.search{border:0;background:transparent;color:var(--blue);font-size:18px}.signup,.login{background:white;color:#222;padding:9px 17px;border-radius:20px}.login{background:rgba(255,255,255,.33);color:white}.nav-toggle{display:none}
.hero{height:560px;position:relative;overflow:hidden;border-radius:0 0 18px 18px}.hero-art{position:absolute;inset:0;background:url('../assets/images/hero-bg.jpg') center/cover no-repeat}.hero-art:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.03)}.hero-panel{position:absolute;left:7%;right:9%;top:42%;transform:translateY(-50%);height:140px;background:rgba(132,204,226,.78);border-radius:8px;padding:28px 54px;color:white;box-shadow:var(--shadow)}.panel-logo{font-size:12px;letter-spacing:.2em}.panel-logo span{display:inline-block;width:42px;border-top:1px solid white;margin:0 8px 4px}.hero h1{margin:7px 0 0;font-size:64px;line-height:.9;letter-spacing:.04em;font-weight:800}.hero p{position:absolute;right:9%;bottom:34px;margin:0;font-size:12px}.hero-cta{position:absolute;left:25%;right:27%;bottom:128px;height:42px;border-radius:24px;background:rgba(255,255,255,.92);color:var(--blue);display:flex;align-items:center;justify-content:center;gap:10px;font-size:17px;box-shadow:0 10px 22px rgba(50,80,100,.12)}.hero-cta span{margin-left:auto;margin-right:18px;background:#86d7f1;color:white;width:32px;height:28px;border-radius:16px;display:grid;place-items:center}
.why{position:relative;min-height:680px;padding:92px 6% 20px;display:grid;grid-template-columns:50% 50%;align-items:center}.why-image{z-index:2;margin-top:-30px}.why-image img{width:min(640px,100%);filter:drop-shadow(0 8px 12px rgba(0,0,0,.12))}.why-card{position:relative;margin-left:-100px;padding:58px 68px 58px 150px;background:var(--sky);border-radius:12px;color:white;min-height:360px;clip-path:polygon(9% 4%,100% 0,100% 100%,0 90%)}.eyebrow{letter-spacing:.65em;margin:0 0 4px;font-size:13px}.why h2{font-size:62px;line-height:.88;letter-spacing:.18em;font-weight:300;margin:0 0 24px}.why-copy{max-width:460px;line-height:1.55;font-size:14px}.card-actions{display:flex;align-items:center;gap:28px;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:6px;font-weight:800;letter-spacing:.08em;font-size:13px;text-transform:uppercase}.btn-light{background:white;color:var(--gold);padding:16px 50px}.round,.dot{width:48px;height:48px;border:0;border-radius:50%;background:white;color:var(--gold);font-size:20px}.journey-home{padding:5px 5% 70px}.journey-home>h2,.collections h2,.signature h2{margin:0;text-align:center;color:var(--blue);font-size:60px;letter-spacing:.04em;line-height:1;font-weight:900}.journey-grid{margin-top:40px;display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.journey-card{min-height:230px;border-radius:10px;overflow:hidden;position:relative;background:var(--bg) center/cover no-repeat;color:white;box-shadow:0 12px 28px rgba(0,0,0,.09)}.journey-card:after{content:"";position:absolute;inset:auto 0 0;height:58%;background:linear-gradient(to top,rgba(89,151,178,.92),rgba(89,151,178,.35),transparent);backdrop-filter:blur(1px)}.journey-card div{position:absolute;z-index:1;left:24px;bottom:25px}.journey-card h3{font-size:32px;margin:0 0 16px;letter-spacing:.01em;color:white}.journey-card p{margin:0;font-size:12px;color:white}.journey-card button{position:absolute;z-index:2;right:16px;top:16px;width:46px;height:46px;border-radius:50%;border:0;background:white;color:var(--gold);font-size:20px}.journey-link-wrap{text-align:right;margin:24px 0}.btn-outline{border:2px solid var(--gold);color:var(--gold);padding:15px 32px;border-radius:8px;background:white;text-transform:none;letter-spacing:.03em}
.collections{padding:25px 0 95px;text-align:center}.collections h2{font-size:44px}.collections h2 span,.signature h2 span{color:var(--gold);font-weight:300}.tabs{width:min(1160px,92%);margin:55px auto 80px;display:flex;justify-content:space-between;gap:18px}.tabs button{border:0;background:transparent;color:#2e76a1;letter-spacing:.04em;padding:13px 20px;border-radius:6px}.tabs .active{background:var(--gold);color:white;font-weight:700}.collection-strip{position:relative;background:linear-gradient(#fbf3d9,#f8edc8);height:430px;display:flex;align-items:center;justify-content:center;gap:20px;overflow:hidden}.collection-strip figure{margin:0;background:white;padding:12px;box-shadow:0 8px 22px rgba(0,0,0,.12)}.collection-strip img{width:100%;height:100%;object-fit:cover}.collection-strip .small{width:220px;height:260px;margin-left:-90px}.collection-strip .main{width:290px;height:330px}.collection-strip .tall{width:210px;height:340px;margin-right:-110px}.stack{display:flex;flex-direction:column;gap:18px}.stack figure{width:240px;height:150px}.dot{position:absolute;z-index:3;background:var(--gold);color:white;width:38px;height:38px}.dot.left{left:54px}.dot.right{right:54px}.collections>.btn-gold{margin-top:72px}.btn-gold{background:var(--gold);color:white;padding:19px 38px;border-radius:7px}
.signature{background:var(--cream);padding:70px 6% 80px;display:grid;grid-template-columns:1fr 1.35fr;gap:64px;align-items:center}.signature h2{text-align:left;font-size:55px}.signature .lead{color:var(--blue);font-size:16px;line-height:1.4;margin:36px 0 20px}.signature ul{list-style:none;padding:0;margin:0 0 34px;color:#bd9a24;font-size:13px;line-height:1.45}.signature li{margin:11px 0;position:relative;padding-left:14px}.signature li:before{content:"•";position:absolute;left:0}.signature-image{background:var(--gold);border-radius:12px;padding:16px}.signature-image img{width:100%;height:360px;object-fit:cover;border-radius:3px}.footer{position:relative;background:var(--gold);min-height:300px;color:white;padding:70px 8% 55px;display:grid;grid-template-columns:1.25fr .7fr 1fr .8fr;gap:60px}.footer-logo{font-size:18px;margin-top:50px}.footer-col h4{margin:0 0 20px;font-size:13px}.footer-col a,.footer-col p{display:block;color:white;font-size:12px;line-height:1.9;margin:0 0 10px}.social div{display:flex;gap:24px}.copyright{position:absolute;bottom:18px;left:0;width:100%;text-align:center;font-size:10px;opacity:.7;margin:0}
@media(max-width:900px){.site-header{grid-template-columns:1fr auto;padding:0 18px}.main-nav,.header-actions{display:none}.nav-toggle{display:flex;flex-direction:column;gap:5px;background:transparent;border:0}.nav-toggle span{width:28px;height:2px;background:white}.site-header.open .main-nav{display:flex;position:absolute;top:54px;left:0;right:0;flex-direction:column;background:rgba(55,151,205,.96);padding:22px}.hero{height:470px}.hero-panel{left:5%;right:5%;padding:26px;top:47%;height:auto}.hero h1{font-size:38px;line-height:1.05}.hero-cta{left:10%;right:10%;bottom:105px}.why{display:block;padding-top:50px}.why-card{margin:0;padding:40px 28px;clip-path:none}.why h2{font-size:38px}.journey-grid{grid-template-columns:1fr}.tabs{overflow:auto;justify-content:flex-start}.collection-strip{gap:12px;height:auto;padding:45px 0}.collection-strip .small,.collection-strip .tall{display:none}.collection-strip .main{width:230px;height:280px}.stack figure{width:160px;height:120px}.signature{grid-template-columns:1fr}.footer{grid-template-columns:1fr 1fr;gap:28px}.footer-logo{grid-column:1/-1;margin-top:0}.dot{display:none}}
@media(max-width:560px){.hero-panel{top:42%}.hero h1{font-size:30px}.hero p{position:static;margin-top:10px}.why h2,.journey-home>h2,.signature h2{font-size:34px}.journey-card h3{font-size:24px}.collection-strip .main{display:none}.footer{grid-template-columns:1fr}}

/* Inner pages created from the Figma export */
.inner-page{background:#fff;color:var(--blue);padding-top:54px;min-height:100vh}.page-title{min-height:285px;display:flex;align-items:flex-end;padding:55px 6% 26px;background:white}.collection-title h1{font-size:64px;line-height:.95;margin:14px 0;color:var(--blue);font-weight:900;letter-spacing:.01em}.collection-title p{margin:0;color:var(--blue);font-size:13px}.collection-title nav{display:flex;gap:28px;align-items:center;color:#437fa3;font-size:15px}.product-section{padding:28px 6% 72px}.product-section h2{margin:0 0 28px;color:#2c78a5;font-size:28px;font-weight:600;text-transform:none}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px 58px}.product-card{min-height:500px;color:#2c78a5}.product-card figure{height:315px;margin:0 0 22px;border-radius:2px;overflow:hidden;background:#f8efcf;box-shadow:0 8px 20px rgba(0,0,0,.08)}.product-card img{width:100%;height:100%;object-fit:cover}.product-card h3{font-size:24px;margin:0 0 8px;font-weight:500}.product-card p{font-size:17px;line-height:1.35;margin:0 0 25px;max-width:250px}.product-actions{display:grid;gap:15px}.product-actions a{display:block;font-size:13px;font-weight:800;letter-spacing:.05em;color:#2c78a5}.pager{display:flex;gap:22px;margin-top:30px;color:#2c78a5;font-size:18px}.journey-page-full{background:#fff}.journey-hero-page{position:relative;min-height:520px;background:linear-gradient(180deg,#fff 0%,#fff 70%,#f7edce 70%,#f7edce 100%);display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:88px 7% 50px;overflow:hidden}.journey-hero-page:before{content:"";position:absolute;left:50%;top:80px;width:1px;height:340px;background:rgba(47,143,195,.45)}.journey-hero-page .follow{position:absolute;left:7%;top:92px;font-size:22px;color:#2c78a5}.journey-number{align-self:start;margin-top:80px;font-size:27px;color:#2c78a5}.journey-hero-page h1{justify-self:start;font-size:86px;line-height:.85;letter-spacing:.05em;margin:0;color:#2c78a5;font-weight:900}.journey-hero-page p{position:absolute;left:52%;bottom:78px;margin:0;font-size:29px;color:#2c78a5}.journey-timeline{position:relative;background:#f7edce;padding:54px 7% 90px}.journey-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:rgba(47,143,195,.35)}.journey-step{position:relative;display:grid;grid-template-columns:.16fr .84fr 1fr;gap:40px;align-items:center;min-height:360px;margin-bottom:25px}.journey-step.reverse{grid-template-columns:.16fr 1fr .84fr}.journey-step.reverse figure{grid-column:3}.journey-step.reverse .step-copy{grid-column:2;grid-row:1;text-align:right}.step-index{font-size:30px;color:#2c78a5;align-self:start;padding-top:12px}.journey-step figure{height:270px;margin:0;border-radius:3px;overflow:hidden;box-shadow:0 14px 32px rgba(0,0,0,.12);background:white}.journey-step figure img{width:100%;height:100%;object-fit:cover}.step-copy h2{font-size:52px;line-height:.9;margin:0 0 24px;color:#2c78a5;font-weight:500}.step-copy .spaced{letter-spacing:.32em;color:#c49b16;font-size:15px;margin:0 0 30px;text-transform:none}.step-copy p{font-size:18px;line-height:1.55;margin:0 0 26px;color:#2c78a5}.step-copy a{color:#2c78a5;text-decoration:underline;font-size:14px}.journey-end{text-align:center;color:#2c78a5;font-size:34px;letter-spacing:.28em;margin-top:30px}
@media(max-width:900px){.collection-title h1{font-size:42px}.collection-title nav{overflow:auto;white-space:nowrap}.product-grid{grid-template-columns:1fr 1fr;gap:30px}.journey-hero-page{grid-template-columns:1fr;min-height:430px}.journey-hero-page:before,.journey-timeline:before{display:none}.journey-hero-page h1{font-size:58px}.journey-hero-page p{position:static;margin-top:20px}.journey-step,.journey-step.reverse{display:block}.journey-step.reverse .step-copy{text-align:left}.journey-step figure{margin:18px 0}.step-copy h2{font-size:36px}}
@media(max-width:560px){.product-grid{grid-template-columns:1fr}.product-card figure{height:260px}.journey-hero-page h1{font-size:42px}.step-copy h2{font-size:30px}.step-copy p{font-size:15px}}

/* === v6 exact page corrections + multilingual support === */
body.rtl{font-family:"Cairo",Arial,sans-serif;direction:rtl}.rtl .main-nav,.rtl .header-actions,.rtl .tabs{direction:rtl}.rtl .site-header{grid-template-columns:170px 1fr auto}.rtl .journey-link-wrap{text-align:left}.rtl .signature h2{text-align:right}.rtl .signature li{padding-left:0;padding-right:14px}.rtl .signature li:before{left:auto;right:0}
.lang{font-weight:700;color:white}.inner-page{padding-top:54px;overflow:hidden}.collections-page{background:#fff}.collections-hero-exact{height:265px;background:url('../assets/images/hero-bg.jpg') center 38%/cover no-repeat;display:flex;align-items:center;justify-content:center;position:relative;margin-top:0}.collections-hero-exact:before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.12)}.collections-hero-band{position:relative;z-index:1;width:min(850px,70vw);height:110px;border-radius:4px;background:rgba(164,160,91,.62);display:grid;place-items:center;backdrop-filter:blur(10px)}.collections-hero-band h1{margin:0;color:white;font-size:76px;line-height:1;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.collection-filter-bar{width:min(560px,90%);height:70px;margin:55px auto 90px;display:flex;align-items:center;justify-content:center;gap:34px;color:#1474a9;font-size:12px;letter-spacing:.04em;background:white;box-shadow:0 14px 26px rgba(0,0,0,.07)}.collection-filter-bar .toggle-dot{width:56px;height:28px;border-radius:20px;background:#e8f0f2;position:relative;display:inline-block}.collection-filter-bar .toggle-dot:before{content:"";position:absolute;left:6px;top:6px;width:16px;height:16px;background:var(--gold);border-radius:50%}.exact-products{padding:0 0 82px;width:min(1240px,94%);margin:0 auto}.exact-products h2{display:flex;align-items:center;justify-content:center;width:310px;height:48px;margin:0 auto 82px;border:1px solid var(--gold);border-radius:8px;color:#0d72aa;background:#fff;font-size:18px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.exact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:58px;align-items:stretch}.exact-card{position:relative;min-height:420px;border-radius:12px;background:#f7f7f7;box-shadow:none;padding:0 42px 38px;color:#0d72aa;overflow:visible}.exact-card:before{content:"";position:absolute;left:-42px;top:128px;width:84px;height:80px;background:var(--gold);border-radius:0 18px 18px 0;z-index:0}.exact-card figure{position:relative;z-index:2;margin:-48px auto 22px;width:100%;height:220px;border:1px solid #a7d5ee;border-radius:0 0 9px 9px;background:#fff;box-shadow:none;overflow:hidden;display:flex;align-items:center;justify-content:center}.exact-card figure img{width:100%;height:100%;object-fit:contain;padding:18px}.exact-card .product-body{position:relative;z-index:2;display:flex;flex-direction:column;min-height:190px}.exact-card h3{font-size:24px;line-height:1.25;font-weight:500;margin:0 0 18px;color:#0d72aa;letter-spacing:.02em;max-width:270px}.exact-card p{font-size:16px;font-weight:800;letter-spacing:.14em;margin:0 0 auto;color:#0d72aa}.exact-card .details-btn{display:flex;align-items:center;justify-content:center;height:42px;border-radius:11px;background:var(--gold);color:white;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-top:36px}.exact-products .pager{justify-content:center;margin:32px 0 72px;gap:28px;font-size:13px;color:#0d72aa}.exact-products + .exact-products{padding-top:0}
.journey-page-exact{background:#238ec5;color:white;min-height:100vh;padding-top:54px;overflow:hidden}.journey-blue-stage{position:relative;min-height:2580px;width:100%;background:#2d91c8;overflow:hidden}.journey-bg-photo{position:absolute;top:0;left:0;right:0;height:710px;background:url('../assets/images/hero-bg.jpg') center/cover no-repeat;opacity:.85}.journey-blue-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,50,71,.62) 0,rgba(48,145,201,.82) 310px,#3194c9 700px,#2d91c8 100%)}.journey-blue-stage:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 45%,rgba(255,255,255,.75),transparent 13%),radial-gradient(circle at 88% 43%,rgba(255,255,255,.75),transparent 18%),radial-gradient(circle at 8% 82%,rgba(255,255,255,.70),transparent 16%);opacity:.45;pointer-events:none}.journey-big-title{position:relative;z-index:2;text-align:center;padding-top:260px}.journey-big-title h1{margin:0;color:#fff;font-size:126px;line-height:.86;font-weight:900;letter-spacing:.04em}.journey-big-title p{margin:36px 0 0;color:#fff;font-size:24px;font-weight:800;letter-spacing:.12em}.follow-rail{position:absolute;z-index:3;left:105px;top:430px;display:flex;flex-direction:column;align-items:center;gap:35px;color:#fff}.follow-rail span{writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:.3em;font-weight:700}.journey-rail{position:absolute;z-index:3;right:130px;top:390px;display:flex;flex-direction:column;gap:30px;color:#fff;font-weight:700}.journey-rail i{width:1px;height:155px;background:rgba(255,255,255,.7);display:block;margin-left:20px}.journey-steps-exact{position:relative;z-index:2;width:min(1180px,80%);margin:150px auto 0}.journey-step-exact{display:grid;grid-template-columns:1fr 420px;align-items:center;gap:135px;min-height:470px;margin-bottom:160px}.journey-step-exact.image-left{grid-template-columns:420px 1fr}.journey-step-exact.image-left figure{grid-column:1;grid-row:1}.journey-step-exact.image-left .step-text-exact{grid-column:2;grid-row:1}.journey-step-exact figure{margin:0;width:420px;height:310px;border-radius:16px;overflow:hidden;box-shadow:0 24px 46px rgba(0,0,0,.18);background:#fff}.journey-step-exact figure img{width:100%;height:100%;object-fit:cover}.step-text-exact{position:relative;color:white;min-height:230px}.big-number{position:absolute;left:-90px;top:-80px;font-size:150px;line-height:1;font-weight:900;color:rgba(255,255,255,.28);letter-spacing:-.05em}.step-text-exact .kicker-exact{position:relative;margin:0 0 12px;color:#e0bd2b;font-size:13px;font-weight:900;letter-spacing:.48em;text-transform:uppercase}.step-text-exact h2{position:relative;margin:0 0 25px;color:white;font-size:44px;line-height:1.08;font-weight:800}.step-body-exact{position:relative;margin:0 0 24px;color:white;font-size:14px;line-height:1.8;max-width:350px}.step-text-exact a{position:relative;color:#f6cf34;font-size:13px;font-weight:800}.journey-step-exact.image-left .big-number{left:-120px}.rtl .journey-step-exact{direction:ltr}.rtl .step-text-exact{direction:rtl;text-align:right}.rtl .step-body-exact{margin-left:0;margin-right:auto}.rtl .big-number{left:auto;right:-90px}.rtl .journey-step-exact.image-left .big-number{right:-120px;left:auto}
@media(max-width:1000px){.collections-hero-band h1{font-size:42px}.exact-grid{grid-template-columns:1fr 1fr}.journey-big-title h1{font-size:72px}.journey-steps-exact{width:86%}.journey-step-exact,.journey-step-exact.image-left{grid-template-columns:1fr;gap:28px;margin-bottom:95px}.journey-step-exact figure,.journey-step-exact.image-left figure{grid-column:auto;grid-row:auto;width:100%;height:300px}.journey-step-exact.image-left .step-text-exact{grid-column:auto;grid-row:auto}.big-number{position:static;font-size:90px}.follow-rail,.journey-rail{display:none}.journey-blue-stage{min-height:auto;padding-bottom:80px}}
@media(max-width:650px){.exact-grid{grid-template-columns:1fr}.exact-card{padding:0 28px 34px}.collections-hero-exact{height:210px}.collections-hero-band{width:82vw}.collections-hero-band h1{font-size:30px}.collection-filter-bar{margin:35px auto 80px}.journey-big-title{padding-top:120px}.journey-big-title h1{font-size:52px}.journey-big-title p{font-size:15px}.journey-steps-exact{margin-top:90px}.step-text-exact h2{font-size:32px}}

/* === v9 global spacing audit and contact page === */
.hero-panel{height:auto;min-height:178px;padding-bottom:34px;display:flex;flex-direction:column;justify-content:flex-start;overflow:visible}.hero h1{line-height:.96;max-width:100%;overflow-wrap:normal}.hero p{position:static;right:auto;bottom:auto;margin:14px 0 0;font-size:18px;font-weight:600;letter-spacing:.04em;color:#fff;text-shadow:0 2px 9px rgba(20,80,110,.18)}.hero-cta{bottom:118px}.rtl .hero-panel{text-align:right}.rtl .hero p{letter-spacing:0;font-family:"Cairo",Arial,sans-serif;font-size:20px}.why-card,.journey-card,.signature,.exact-card,.contact-card{overflow-wrap:break-word}.exact-card{display:flex;flex-direction:column;min-height:470px;padding:0 42px 42px}.exact-card figure{flex:0 0 220px;margin:-48px auto 26px}.exact-card .product-body{flex:1;min-height:0;justify-content:flex-start}.exact-card h3{margin-bottom:18px}.exact-card p{margin-bottom:28px}.exact-card .details-btn{margin-top:auto}.journey-page-exact{margin:0;width:100%;background:#2d91c8}.journey-blue-stage{max-width:none}.site-header{max-width:none}.contact-page{background:#fff}.contact-hero{height:360px;background:url('../assets/images/hero-bg.jpg') center/cover no-repeat;display:flex;align-items:center;justify-content:center;position:relative}.contact-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,61,88,.25),rgba(255,255,255,.1))}.contact-hero-band{position:relative;z-index:1;width:min(960px,82vw);min-height:150px;border-radius:6px;background:rgba(164,160,91,.62);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;backdrop-filter:blur(9px);padding:26px}.contact-hero-band p{margin:0 0 12px;color:white;font-size:13px;font-weight:800;letter-spacing:.32em}.contact-hero-band h1{margin:0;color:#fff;font-size:78px;line-height:1;font-weight:900;letter-spacing:.08em}.contact-main{width:min(1180px,92%);margin:90px auto 110px;display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:stretch}.contact-card{border-radius:18px;box-shadow:0 22px 60px rgba(20,83,115,.13);padding:48px}.contact-info-card{background:#2f8fc3;color:white;position:relative;overflow:hidden}.contact-info-card:before{content:"";position:absolute;right:-120px;bottom:-140px;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.09)}.contact-card>*{position:relative}.contact-kicker{display:inline-block;color:var(--gold);font-size:13px;font-weight:900;letter-spacing:.34em;text-transform:uppercase;margin-bottom:18px}.contact-info-card .contact-kicker{color:#f5d44d}.contact-card h2{margin:0 0 34px;font-size:34px;line-height:1.15;font-weight:800}.contact-list p{font-size:15px;line-height:1.75;margin:0 0 24px}.contact-list strong,.contact-social strong{font-size:12px;text-transform:uppercase;letter-spacing:.18em}.contact-social{margin-top:34px}.contact-social div{display:flex;gap:20px;margin-top:16px}.contact-social a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16);color:white;font-weight:800}.contact-form{background:#f7edce;color:#0d72aa}.contact-form h2{color:#0d72aa}.contact-form label{display:block;margin-bottom:22px}.contact-form label span{display:block;margin-bottom:8px;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#0d72aa}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid rgba(13,114,170,.22);border-radius:12px;background:white;color:#0d72aa;font:600 15px/1.5 "Montserrat",Arial,sans-serif;padding:15px 16px;outline:none;box-shadow:0 10px 25px rgba(44,120,165,.05)}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(202,161,24,.13)}.contact-form .btn{margin-top:8px;min-width:190px}.rtl .contact-hero-band p{letter-spacing:.08em}.rtl .contact-hero-band h1{letter-spacing:0}.rtl .contact-form input,.rtl .contact-form select,.rtl .contact-form textarea{font-family:"Cairo",Arial,sans-serif}.rtl .contact-main{text-align:right}.rtl .contact-info-card:before{right:auto;left:-120px}
@media(max-width:900px){.hero-panel{min-height:0}.hero p{font-size:15px}.contact-hero-band h1{font-size:48px}.contact-main{grid-template-columns:1fr;margin:55px auto 70px}.contact-card{padding:34px}.contact-card h2{font-size:28px}.exact-card{min-height:440px}}
@media(max-width:560px){.hero h1{font-size:30px}.hero p{font-size:14px}.hero-cta{bottom:82px}.contact-hero{height:280px}.contact-hero-band{width:88vw;min-height:120px}.contact-hero-band h1{font-size:34px}.contact-hero-band p{font-size:10px;letter-spacing:.18em}.contact-card{padding:26px}.contact-card h2{font-size:23px}}

/* === v10 exact Figma home collections strip === */
.collections{
  position:relative;
  padding:68px 0 92px;
  text-align:center;
  background:#fff;
  overflow:hidden;
}
.collections h2{
  margin:0 auto;
  color:#4f99c6;
  font-size:46px;
  line-height:1;
  letter-spacing:.02em;
  font-weight:900;
  text-transform:uppercase;
}
.collections h2 span{
  display:inline-block;
  margin-left:8px;
  color:#caa118;
  font-weight:300;
  transform:translateY(-4px);
}
.collections .tabs{
  width:min(1060px,86vw);
  margin:58px auto 126px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  overflow:visible;
}
.collections .tabs button{
  height:44px;
  min-width:0;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#2d86bd;
  padding:0 18px;
  font-size:15px;
  font-weight:500;
  letter-spacing:.015em;
  text-transform:none;
  white-space:nowrap;
}
.collections .tabs .active{
  min-width:190px;
  background:#d1a51a;
  color:#fff;
  font-weight:800;
  box-shadow:none;
}
.collection-strip{
  position:relative;
  width:100vw;
  left:50%;
  transform:translateX(-50%);
  height:300px;
  margin:0 auto;
  background:linear-gradient(90deg,rgba(224,206,141,.88),rgba(249,236,192,.94) 18%,rgba(246,226,161,.95) 50%,rgba(249,236,192,.94) 82%,rgba(224,206,141,.88));
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  overflow:visible;
}
.collection-strip:before,
.collection-strip:after{
  content:"";
  position:absolute;
  z-index:2;
  top:0;
  bottom:0;
  width:92px;
  background:rgba(21,21,20,.46);
  pointer-events:none;
}
.collection-strip:before{left:0;}
.collection-strip:after{right:0;}
.collection-strip figure{
  position:relative;
  z-index:3;
  margin:0;
  background:#fff;
  padding:10px;
  border-radius:3px;
  box-shadow:0 16px 34px rgba(25,40,50,.18);
  overflow:hidden;
}
.collection-strip figure img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:2px;
}
.collection-strip .small,
.collection-strip .tall{
  flex:0 0 230px;
  width:230px;
  height:250px;
  opacity:.72;
  filter:blur(1.3px);
  box-shadow:0 14px 28px rgba(20,30,40,.14);
}
.collection-strip .small{margin-left:-170px;}
.collection-strip .tall{margin-right:-170px;}
.collection-strip .main{
  flex:0 0 252px;
  width:252px;
  height:332px;
  padding:10px;
  z-index:5;
  transform:translateY(0);
}
.collection-strip .stack{
  position:relative;
  z-index:4;
  display:flex;
  flex-direction:column;
  gap:15px;
  flex:0 0 232px;
  width:232px;
}
.collection-strip .stack figure{
  width:232px;
  height:158px;
  padding:10px;
}
.collection-strip .dot{
  position:absolute;
  z-index:7;
  top:50%;
  transform:translateY(-50%);
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#d0a315;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:22px;
  line-height:1;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}
.collection-strip .dot.left{left:12.2%;}
.collection-strip .dot.right{right:12.2%;}
.collections>.btn-gold{
  margin-top:70px;
  height:62px;
  min-width:225px;
  padding:0 18px;
  border-radius:8px;
  background:#d1a51a;
  color:white;
  font-size:15px;
  font-weight:900;
  letter-spacing:.035em;
}
.rtl .collections h2 span{margin-left:0;margin-right:8px;transform:translateY(-4px) scaleX(-1)}
.rtl .collections .tabs{direction:rtl;}
.rtl .collection-strip{direction:ltr;}
@media(max-width:1100px){
  .collection-strip{gap:10px;height:270px;}
  .collection-strip .small,.collection-strip .tall{flex-basis:190px;width:190px;height:220px;margin-left:-150px;margin-right:-150px;}
  .collection-strip .main{flex-basis:220px;width:220px;height:295px;}
  .collection-strip .stack{flex-basis:200px;width:200px;gap:12px;}
  .collection-strip .stack figure{width:200px;height:140px;}
  .collection-strip .dot.left{left:7%;}.collection-strip .dot.right{right:7%;}
}
@media(max-width:900px){
  .collections{padding:48px 0 70px;}
  .collections h2{font-size:36px;}
  .collections .tabs{width:92vw;margin:38px auto 70px;justify-content:flex-start;overflow-x:auto;padding-bottom:8px;gap:14px;}
  .collections .tabs .active{min-width:150px;}
  .collection-strip{height:auto;padding:40px 0;gap:12px;overflow-x:auto;justify-content:flex-start;padding-left:24px;padding-right:24px;transform:translateX(-50%);}
  .collection-strip:before,.collection-strip:after{display:none;}
  .collection-strip .small,.collection-strip .tall,.collection-strip .main,.collection-strip .stack{margin:0;filter:none;opacity:1;flex:0 0 auto;}
  .collection-strip .small,.collection-strip .tall{width:190px;height:220px;display:block;}
  .collection-strip .main{width:210px;height:280px;display:block;}
  .collection-strip .stack{width:185px;}
  .collection-strip .stack figure{width:185px;height:130px;}
  .collection-strip .dot{display:none;}
  .collections>.btn-gold{margin-top:46px;height:54px;}
}
@media(max-width:560px){
  .collections h2{font-size:30px;}
  .collections .tabs button{font-size:13px;height:40px;}
  .collection-strip .small,.collection-strip .tall{width:160px;height:190px;}
  .collection-strip .main{width:180px;height:245px;}
  .collection-strip .stack{width:160px;}
  .collection-strip .stack figure{width:160px;height:112px;}
}
