:root{
  --gold:#b38b3b;
  --gold-2:#d3ad58;
  --gold-soft:#eadbb9;
  --ink:#161616;
  --ink-2:#252525;
  --muted:#6e6e6e;
  --paper:#f8f6f1;
  --white:#fff;
  --green:#25D366;
  --blue:#1877f2;
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Cairo",Arial,sans-serif;background:var(--paper);color:var(--ink);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.section{padding:100px 0}
.site-header{
  position:fixed;
  z-index:1000;
  inset:0 0 auto;
  color:#fff;
  background:#141414;
  box-shadow:0 10px 26px rgba(0,0,0,.16);
}
.site-header::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:-7%;
  bottom:-37px;
  width:114%;
  height:52px;
  background:#141414;
  border-radius:0 0 50% 50% / 0 0 100% 100%;
}
.site-header::after{
  content:"";
  position:absolute;
  left:-7%;
  bottom:-42px;
  width:114%;
  height:54px;
  border-bottom:5px solid var(--gold-2);
  border-radius:0 0 50% 50% / 0 0 100% 100%;
  pointer-events:none;
  filter:drop-shadow(0 2px 1px rgba(0,0,0,.12));
}
.header-gold-cut{
  position:absolute;
  z-index:2;
  top:0;
  right:0;
  width:32%;
  height:4px;
  background:linear-gradient(90deg,transparent,var(--gold),var(--gold-2));
  border-radius:0 0 0 18px;
}
.nav-wrap{height:88px;display:flex;align-items:center;gap:26px}
.brand{display:flex;align-items:center;gap:12px;margin-left:auto;min-width:260px}
.brand img{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(179,139,59,.18))}
.brand-copy{display:flex;flex-direction:column;line-height:1.25}
.brand-copy strong{font-size:17px;color:var(--gold-2);font-weight:800}
.brand-copy span{font-size:10px;color:#ddd;margin-top:5px}
.main-nav{display:flex;gap:22px;align-items:center}
.main-nav a{font-size:13px;color:#e7e7e7;position:relative;padding:10px 0}
.main-nav a::after{content:"";position:absolute;right:0;left:100%;bottom:1px;height:2px;background:var(--gold-2);transition:.25s}
.main-nav a:hover::after,.main-nav a.active::after{left:0}
.main-nav a.active,.main-nav a:hover{color:var(--gold-2)}
.nav-cta{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--gold-2),var(--gold));padding:11px 18px;border-radius:14px;font-weight:800;font-size:12px;color:#151515;box-shadow:0 8px 25px rgba(179,139,59,.24)}
.nav-cta svg{width:17px;height:17px;fill:currentColor}
.menu-btn{display:none;border:0;background:transparent;width:42px;height:42px;border-radius:12px;padding:9px}
.menu-btn span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:3px}

.hero{min-height:780px;position:relative;display:flex;align-items:center;overflow:hidden;background:#111}
.hero-image{
  position:absolute;inset:0;
  background-image:url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1900&q=88");
  background-size:cover;background-position:center;
  transform:scale(1.02);
}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(15,15,15,.48),rgba(15,15,15,.78) 52%,rgba(15,15,15,.92) 100%);
}
.hero::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 16% 10%,rgba(211,173,88,.22),transparent 28%);
  z-index:1;
}
.hero-bottom-curve{
  position:absolute;z-index:3;left:-4%;right:-4%;bottom:-66px;height:140px;background:var(--paper);
  border-radius:50% 50% 0 0/48% 48% 0 0;
}
.hero-bottom-curve::before{
  content:"";position:absolute;left:0;right:0;top:-8px;height:10px;
  background:linear-gradient(90deg,transparent 0,var(--gold) 22%,var(--gold-2) 53%,var(--gold) 82%,transparent 100%);
  border-radius:50%;
}
.hero-content{position:relative;z-index:4;padding-top:110px}
.hero-text{max-width:680px;margin-right:0;color:#fff}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--gold);font-size:13px;font-weight:800;letter-spacing:.2px}
.eyebrow::before,.section-kicker::before{content:"";width:36px;height:2px;background:currentColor;border-radius:3px}
.hero h1{font-size:clamp(44px,6.3vw,82px);line-height:1.15;margin:18px 0 22px;font-weight:800;letter-spacing:-2px}
.hero h1 span{color:var(--gold-2)}
.hero p{font-size:18px;line-height:2;color:#e3e3e3;max-width:620px;margin:0 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 26px;border-radius:15px;font-weight:800;font-size:13px;transition:.25s}
.btn-gold{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#111;box-shadow:0 12px 28px rgba(179,139,59,.25)}
.btn-gold:hover{transform:translateY(-2px)}
.btn-outline{border:1px solid rgba(255,255,255,.6);color:#fff;background:rgba(255,255,255,.04);backdrop-filter:blur(6px)}
.btn-outline:hover{border-color:var(--gold-2);color:var(--gold-2)}
.hero-badges{display:flex;gap:0;margin-top:45px;border-top:1px solid rgba(255,255,255,.15);padding-top:22px}
.hero-badges div{padding:0 23px;border-left:1px solid rgba(255,255,255,.15)}
.hero-badges div:first-child{padding-right:0}
.hero-badges div:last-child{border-left:0}
.hero-badges b,.hero-badges span{display:block}
.hero-badges b{color:var(--gold-2);font-size:14px}
.hero-badges span{color:#bbb;font-size:11px;margin-top:4px}

.about-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:80px;align-items:center}
.about-media{position:relative;min-height:540px}
.photo{background-size:cover;background-position:center;border-radius:28px}
.about-main-photo{
  width:78%;height:480px;margin-right:auto;
  background-image:url("https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=1100&q=86");
  box-shadow:0 24px 60px rgba(0,0,0,.15)
}
.about-small-photo{
  position:absolute;width:45%;height:260px;right:0;bottom:0;
  background-image:url("https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=800&q=86");
  border:8px solid var(--paper);border-radius:24px
}
.experience-card{
  position:absolute;left:-8px;bottom:55px;background:var(--ink);color:#fff;
  border-right:5px solid var(--gold);padding:22px 24px;border-radius:18px 0 0 18px;
  box-shadow:0 15px 35px rgba(0,0,0,.18)
}
.experience-card strong,.experience-card span{display:block}
.experience-card strong{color:var(--gold-2);font-size:16px}
.experience-card span{font-size:11px;color:#d0d0d0;margin-top:4px}
.about-copy h2,.section-head h2,.why-copy h2,.cta-box h2{
  font-size:clamp(30px,4vw,47px);line-height:1.45;margin:10px 0 20px;letter-spacing:-1.1px
}
.about-copy>p,.section-head>p,.why-copy>p{color:var(--muted);line-height:2;font-size:15px}
.vision-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px}
.vision-cards article{display:flex;gap:13px;padding:18px;border:1px solid #e7e0d4;background:#fff;border-radius:18px}
.icon-circle{flex:0 0 44px;height:44px;border-radius:14px;background:#f2e8d2;display:grid;place-items:center}
.icon-circle svg{width:22px;fill:var(--gold)}
.vision-cards h3{margin:0 0 5px;font-size:15px}
.vision-cards p{margin:0;color:#777;font-size:11px;line-height:1.8}

.services{background:#fff;position:relative}
.services::before{content:"";position:absolute;left:0;top:0;width:280px;height:280px;background:linear-gradient(135deg,rgba(179,139,59,.1),transparent);clip-path:polygon(0 0,100% 0,0 100%)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:46px}
.section-head>div{max-width:650px}
.section-head>p{max-width:430px;margin:0}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.service-card{position:relative;padding:30px 26px 26px;border-radius:22px;background:#faf9f6;border:1px solid #eee8db;overflow:hidden;transition:.3s}
.service-card::before{content:"";position:absolute;right:0;top:0;width:4px;height:100%;background:linear-gradient(var(--gold-2),var(--gold));transform:scaleY(0);transform-origin:top;transition:.3s}
.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(38,31,20,.09)}
.service-card:hover::before{transform:scaleY(1)}
.service-num{position:absolute;left:20px;top:14px;font-size:48px;font-weight:800;color:#eee9df}
.service-icon{width:54px;height:54px;border-radius:18px;background:var(--ink);display:grid;place-items:center;position:relative;z-index:1}
.service-icon svg{width:26px;height:26px;fill:var(--gold-2)}
.service-card h3{font-size:18px;margin:22px 0 10px}
.service-card p{font-size:12px;line-height:1.95;color:#737373;margin:0}

.stats-strip{background:var(--ink);color:#fff;padding:34px 0;border-top:4px solid var(--gold);border-bottom:4px solid var(--gold)}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stats-grid div{text-align:center;padding:4px 20px;border-left:1px solid rgba(255,255,255,.13)}
.stats-grid div:last-child{border-left:0}
.stats-grid strong,.stats-grid span{display:block}
.stats-grid strong{color:var(--gold-2);font-size:19px}
.stats-grid span{font-size:11px;color:#cfcfcf;margin-top:4px}

.projects-grid{
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr;
  grid-template-rows:285px 250px;
  gap:16px;
}
.project-card{
  position:relative;
  border-radius:24px;
  overflow:hidden;
  background-size:cover;
  background-position:center;
  min-height:240px;
  box-shadow:0 15px 35px rgba(25,21,15,.12);
  transition:transform .3s ease,box-shadow .3s ease;
}
.project-card:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(25,21,15,.18)}
.project-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.02) 20%,rgba(0,0,0,.77) 100%);
  z-index:1;
}
.project-a{grid-row:1/3;background-image:url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1400&q=88")}
.project-b{background-image:url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1100&q=88")}
.project-c{background-image:url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1100&q=88")}
.project-d{background-image:url("https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=1100&q=88")}
.project-e{background-image:url("https://images.unsplash.com/photo-1511818966892-d7d671e672a2?auto=format&fit=crop&w=1100&q=88")}
.project-label{position:absolute;z-index:2;right:22px;bottom:20px;color:#fff}
.project-label span{font-size:11px;color:var(--gold-2);font-weight:700}
.project-label h3{margin:5px 0 0;font-size:20px}

.why{background:#f0ece4}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.why-list{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:30px}
.why-list>div{display:flex;gap:12px}
.check{flex:0 0 34px;height:34px;display:grid;place-items:center;background:var(--gold);color:#fff;border-radius:50%;font-weight:800}
.why-list p{margin:0}
.why-list b,.why-list small{display:block}
.why-list b{font-size:13px}
.why-list small{font-size:10px;color:#777;line-height:1.7;margin-top:4px}
.why-photo{height:540px;position:relative;padding:24px}
.why-photo-inner{
  position:absolute;inset:24px;background-image:url("https://images.unsplash.com/photo-1511818966892-d7d671e672a2?auto=format&fit=crop&w=1100&q=86");
  background-size:cover;background-position:center;border-radius:34px;z-index:2
}
.gold-frame{position:absolute;inset:0;border:2px solid var(--gold);border-radius:40px;transform:rotate(-3deg)}
.why-note{position:absolute;z-index:3;left:0;bottom:60px;background:var(--ink);color:#fff;padding:20px 24px;border-radius:0 18px 18px 0;font-size:12px;line-height:1.6;border-left:5px solid var(--gold)}
.why-note strong{color:var(--gold-2);font-size:18px}

.contact-cta{padding-top:70px;padding-bottom:42px}
.cta-box{background:linear-gradient(120deg,#171717,#2b2418);color:#fff;border-radius:32px;padding:45px 50px;display:flex;align-items:center;justify-content:space-between;gap:35px;position:relative;overflow:hidden}
.cta-box::after{content:"";position:absolute;left:-80px;top:-80px;width:260px;height:260px;border:45px solid rgba(211,173,88,.12);border-radius:50%}
.section-kicker.light{color:var(--gold-2)}
.cta-box h2{font-size:32px;margin-bottom:10px}
.cta-box p{margin:0;color:#cfcfcf;font-size:13px}
.btn-white{background:#fff;color:#111;min-width:190px;position:relative;z-index:2}

.site-footer{
  position:relative;
  isolation:isolate;
  background:#141414;
  color:#fff;
  padding:92px 0 0;
  margin-top:110px;
}
.site-footer::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:-7%;
  top:-58px;
  width:114%;
  height:76px;
  background:#141414;
  border-radius:50% 50% 0 0 / 100% 100% 0 0;
}
.footer-gold-wave{
  position:absolute;
  z-index:2;
  pointer-events:none;
  left:-7%;
  top:-63px;
  width:114%;
  height:78px;
  border-top:5px solid var(--gold-2);
  border-radius:50% 50% 0 0 / 100% 100% 0 0;
  filter:drop-shadow(0 -2px 1px rgba(0,0,0,.10));
}
.footer-gold-wave::after{
  content:"";
  position:absolute;
  top:-5px;
  right:8%;
  width:24%;
  height:5px;
  background:linear-gradient(90deg,transparent,var(--gold),var(--gold-2));
  border-radius:999px;
}
.footer-grid{display:grid;grid-template-columns:1.5fr .7fr 1fr .55fr;gap:50px;padding-bottom:55px}
.footer-logo-row{display:flex;align-items:center;gap:14px}
.footer-logo-row img{width:70px;height:70px;object-fit:contain}
.footer-logo-row strong,.footer-logo-row span{display:block}
.footer-logo-row strong{font-size:18px;color:var(--gold-2)}
.footer-logo-row span{font-size:10px;color:#aaa;margin-top:4px}
.footer-brand>p{color:#aaa;line-height:2;font-size:11px;max-width:330px;margin:16px 0 0}
.footer-col h4{color:var(--gold-2);font-size:14px;margin:0 0 18px}
.footer-col>a{display:block;color:#aaa;font-size:11px;margin:11px 0;transition:.2s}
.footer-col>a:hover{color:#fff}
.contact-col p{display:flex;align-items:center;gap:9px;color:#bdbdbd;font-size:11px;margin:12px 0}
.contact-col svg{width:18px;height:18px;fill:var(--gold-2)}
.socials{display:flex;gap:10px}
.socials a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center}
.socials svg{width:20px;height:20px;fill:#fff}
.socials .facebook{background:var(--blue)}
.socials .whatsapp{background:var(--green)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.09);padding:18px 0;display:flex;align-items:center;justify-content:space-between;color:#777;font-size:9px}
.floating-whatsapp{
  position:fixed;
  z-index:1100;
  left:22px;
  bottom:22px;
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  background:#25D366;
  color:#fff;
  border-radius:50%;
  border:4px solid #fff;
  box-shadow:0 14px 34px rgba(0,0,0,.28),0 0 0 7px rgba(37,211,102,.14);
  transition:transform .22s ease,box-shadow .22s ease;
}
.floating-whatsapp::before{
  content:"";
  position:absolute;
  inset:-9px;
  border:2px solid rgba(37,211,102,.32);
  border-radius:50%;
  animation:waPulse 2s ease-out infinite;
}
.floating-whatsapp:hover{
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 17px 38px rgba(0,0,0,.32),0 0 0 8px rgba(37,211,102,.17);
}
.floating-whatsapp svg{
  width:32px;
  height:32px;
  fill:#fff;
  position:relative;
  z-index:1;
}
@keyframes waPulse{
  0%{transform:scale(.88);opacity:.75}
  70%{transform:scale(1.18);opacity:0}
  100%{transform:scale(1.18);opacity:0}
}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
.reveal.show{opacity:1;transform:none}

@media(max-width:1050px){
  .nav-cta{display:none}
  .main-nav{gap:15px}
  .brand{min-width:225px}
  .about-grid,.why-grid{gap:45px}
  .footer-grid{grid-template-columns:1.3fr .7fr 1fr}
  .social-col{grid-column:1/-1}
}
@media(max-width:860px){
  .nav-wrap{height:78px}
  .brand img{width:47px;height:47px}
  .brand-copy strong{font-size:14px}
  .brand-copy span{font-size:8.5px}
  .menu-btn{display:block;margin-right:auto}
  .main-nav{
    display:none;position:absolute;top:78px;right:20px;left:20px;background:#1b1b1b;border:1px solid rgba(211,173,88,.35);
    border-radius:18px;padding:14px;flex-direction:column;align-items:stretch;box-shadow:0 15px 40px rgba(0,0,0,.28)
  }
  .main-nav.open{display:flex}
  .main-nav a{padding:10px 12px;border-radius:10px}
  .main-nav a:hover{background:#242424}
  .hero{min-height:720px}
  .hero-overlay{background:linear-gradient(180deg,rgba(15,15,15,.55),rgba(15,15,15,.88))}
  .hero h1{font-size:50px}
  .about-grid,.why-grid{grid-template-columns:1fr}
  .about-media{order:2}
  .about-main-photo{margin-right:0}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .projects-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .project-a{grid-row:auto;grid-column:1/-1;height:330px}
  .project-b,.project-c,.project-d,.project-e{height:250px}
  .section-head{align-items:flex-start;flex-direction:column;gap:8px}
  .why-photo{height:480px}
  .cta-box{flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
}
@media(max-width:600px){
  .container{width:min(100% - 28px,1180px)}
  .section{padding:72px 0}
  .brand{min-width:auto}
  .brand-copy strong{font-size:13px}
  .brand-copy span{max-width:175px}
  .hero{min-height:690px}
  .hero-content{padding-top:95px}
  .hero h1{font-size:42px;letter-spacing:-1.2px}
  .hero p{font-size:14px}
  .hero-badges{justify-content:space-between}
  .hero-badges div{padding:0 12px}
  .about-media{min-height:450px}
  .about-main-photo{height:390px;width:86%}
  .about-small-photo{width:48%;height:200px}
  .experience-card{bottom:35px}
  .vision-cards{grid-template-columns:1fr}
  .service-grid{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:1fr 1fr;row-gap:22px}
  .stats-grid div:nth-child(2){border-left:0}
  .projects-grid{display:flex;flex-direction:column}
  .project-card,.project-a,.project-b,.project-c,.project-d,.project-e{height:270px;min-height:270px}
  .why-list{grid-template-columns:1fr}
  .why-photo{height:420px}
  .cta-box{padding:32px 24px}
  .cta-box h2{font-size:26px}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer-brand,.social-col{grid-column:auto}
  .footer-bottom{flex-direction:column;gap:6px;text-align:center}
  .floating-whatsapp{left:16px;bottom:16px;width:58px;height:58px}
  .floating-whatsapp svg{width:30px;height:30px}
}

@media(max-width:860px){
  .site-header::before{bottom:-28px;height:40px}
  .site-header::after{bottom:-32px;height:42px;border-bottom-width:4px}
  .site-footer{margin-top:90px;padding-top:78px}
  .site-footer::before{top:-45px;height:60px}
  .footer-gold-wave{top:-49px;height:62px;border-top-width:4px}
}
@media(max-width:600px){
  .site-header::before{bottom:-23px;height:34px}
  .site-header::after{bottom:-27px;height:36px}
  .site-footer::before{top:-38px;height:52px}
  .footer-gold-wave{top:-42px;height:54px}
}


/* ===== Mobile header/footer geometry fix ===== */
.site-header{
  top:0 !important;
  right:0 !important;
  left:0 !important;
  bottom:auto !important;
  width:100% !important;
  max-width:none !important;
  overflow:visible !important;
  isolation:isolate;
}
.site-header::before,
.site-header::after{
  content:none !important;
  display:none !important;
}
.header-curve{
  position:absolute;
  z-index:-1;
  left:0;
  right:0;
  bottom:-42px;
  width:100%;
  height:48px;
  display:block;
  overflow:visible;
  pointer-events:none;
}
.header-curve-fill{fill:#141414}
.header-curve-line{
  fill:none;
  stroke:var(--gold-2);
  stroke-width:5;
  vector-effect:non-scaling-stroke;
}

.site-footer{
  position:relative;
  isolation:isolate;
  background:#141414;
  color:#fff;
  padding-top:72px !important;
  margin-top:28px !important;
  overflow:visible;
}
.site-footer::before,
.footer-gold-wave,
.footer-gold-wave::after{
  content:none !important;
  display:none !important;
}
.footer-curve{
  position:absolute;
  z-index:0;
  left:0;
  right:0;
  top:-50px;
  width:100%;
  height:52px;
  display:block;
  overflow:visible;
  pointer-events:none;
}
.footer-curve-fill{fill:#141414}
.footer-curve-line{
  fill:none;
  stroke:var(--gold-2);
  stroke-width:5;
  vector-effect:non-scaling-stroke;
}
.site-footer>.container,
.site-footer>.footer-bottom{
  position:relative;
  z-index:1;
}

@media(max-width:860px){
  .site-header{width:100vw !important}
  .header-curve{bottom:-34px;height:40px}
  .site-footer{margin-top:18px !important;padding-top:62px !important}
  .footer-curve{top:-39px;height:41px}
}
@media(max-width:600px){
  .nav-wrap{
    width:100% !important;
    padding-inline:14px;
  }
  .brand{
    min-width:0 !important;
    max-width:calc(100% - 62px);
    overflow:hidden;
  }
  .brand img{flex:0 0 47px}
  .brand-copy{min-width:0}
  .brand-copy strong,
  .brand-copy span{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .header-curve{bottom:-29px;height:35px}
  .contact-cta{padding-bottom:28px !important}
  .site-footer{margin-top:12px !important;padding-top:58px !important}
  .footer-curve{top:-34px;height:36px}
}
@supports (width:100dvw){
  @media(max-width:860px){
    .site-header{width:100dvw !important}
  }
}
