:root{
  --bg:#f4f1ea;
  --paper:#fffdf9;
  --ink:#1a1a18;
  --muted:#716b61;
  --gold:#d6a338;
  --gold-2:#f0cb72;
  --gold-dark:#916411;
  --charcoal:#171717;
  --line:rgba(26,26,24,.11);
  --shadow:0 22px 60px rgba(26,22,14,.12);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;
  background:var(--bg);
  color:var(--ink);
  line-height:1.75;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.section{padding:110px 0}

.site-header{
  position:fixed;inset:0 0 auto 0;z-index:1000;
  background:rgba(16,16,16,.94);
  backdrop-filter:blur(16px);
  color:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.16);
}
.site-header::after{
  content:"";position:absolute;left:-5%;right:-5%;bottom:-17px;height:34px;
  background:inherit;border-radius:0 0 50% 50%/0 0 100% 100%;
  z-index:-1;
}
.header-glow{position:absolute;inset:0;background:radial-gradient(circle at 78% 0%,rgba(214,163,56,.18),transparent 35%);pointer-events:none}
.nav-wrap{height:92px;display:flex;align-items:center;gap:28px;position:relative}
.brand{width:180px;flex:0 0 180px;align-self:flex-start;margin-top:5px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.32))}
.brand img{width:100%;height:82px;object-fit:contain}
.main-nav{display:flex;gap:26px;align-items:center;margin-inline:auto;font-size:14px;font-weight:700}
.main-nav a{position:relative;opacity:.82;transition:.25s}
.main-nav a::after{content:"";position:absolute;right:0;bottom:-11px;width:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-2));transition:.25s}
.main-nav a:hover,.main-nav a.active{opacity:1;color:var(--gold-2)}
.main-nav a:hover::after,.main-nav a.active::after{width:100%}
.header-cta{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(240,203,114,.45);padding:11px 18px;border-radius:999px;font-weight:800;color:var(--gold-2);font-size:14px}
.header-cta span{transition:.2s}.header-cta:hover span{transform:translateX(-4px)}
.menu-toggle{display:none;border:0;background:transparent;width:44px;height:44px;cursor:pointer}.menu-toggle span{display:block;height:2px;background:#fff;margin:6px 0;border-radius:10px}

.hero{min-height:870px;position:relative;background:#111;color:#fff;display:flex;align-items:center;padding-top:92px;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:url('assets/hero.jpg') center/cover no-repeat;transform:scale(1.025)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,10,.94) 0%,rgba(10,10,10,.82) 44%,rgba(10,10,10,.38) 72%,rgba(10,10,10,.7) 100%)}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 67% 48%,rgba(223,173,70,.23),transparent 28%),linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.48));z-index:1}
.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;padding-bottom:30px}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:900;letter-spacing:.04em;color:var(--gold-dark);margin-bottom:18px}
.eyebrow{color:var(--gold-2);border:1px solid rgba(240,203,114,.25);background:rgba(255,255,255,.05);padding:8px 13px;border-radius:999px}
.spark{width:7px;height:7px;border-radius:50%;background:var(--gold-2);box-shadow:0 0 18px rgba(240,203,114,.9)}
.hero h1,.section-copy h2,.section-heading h2,.vision-copy h2{margin:0;line-height:1.14;letter-spacing:-.02em}
.hero h1{font-size:clamp(44px,5.5vw,76px);font-weight:950;max-width:760px}
.hero h1 span,.section-copy h2 span,.section-heading h2 span,.vision-copy h2 span{color:var(--gold)}
.hero-copy>p{font-size:18px;color:rgba(255,255,255,.78);max-width:650px;margin:24px 0 32px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:0 22px;border-radius:999px;font-weight:900;font-size:14px;transition:.25s}
.btn-gold{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#18150e;box-shadow:0 15px 35px rgba(214,163,56,.22)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 18px 45px rgba(214,163,56,.34)}
.btn-ghost{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.04);color:#fff}.btn-ghost:hover{background:rgba(255,255,255,.1)}
.hero-points{display:flex;gap:28px;margin-top:40px;padding-top:26px;border-top:1px solid rgba(255,255,255,.12)}
.hero-points div{display:flex;flex-direction:column}.hero-points strong{color:var(--gold-2);font-size:17px}.hero-points span{font-size:12px;color:rgba(255,255,255,.55)}
.hero-emblem{display:flex;justify-content:center;align-items:center;position:relative;min-height:500px}
.hero-emblem img{width:min(560px,100%);filter:drop-shadow(0 30px 45px rgba(0,0,0,.48));position:relative;z-index:2}
.emblem-ring{position:absolute;width:410px;height:410px;border:1px solid rgba(240,203,114,.22);border-radius:50%;box-shadow:inset 0 0 80px rgba(214,163,56,.08),0 0 100px rgba(214,163,56,.07)}
.emblem-ring::before,.emblem-ring::after{content:"";position:absolute;border-radius:50%;inset:28px;border:1px dashed rgba(240,203,114,.15)}
.emblem-ring::after{inset:70px;border-style:solid}
.hero-curve{position:absolute;z-index:3;left:-5%;right:-5%;bottom:-1px;height:88px;background:var(--bg);clip-path:ellipse(56% 56% at 50% 100%)}

.two-col{display:grid;grid-template-columns:.86fr 1.14fr;gap:80px;align-items:center}
.section-copy h2,.section-heading h2,.vision-copy h2{font-size:clamp(34px,4vw,55px);font-weight:950}
.section-copy>p{color:var(--muted);font-size:16px;margin:22px 0 0;max-width:640px}
.text-link{display:inline-flex;align-items:center;gap:8px;margin-top:28px;color:var(--gold-dark);font-weight:900;border-bottom:1px solid rgba(145,100,17,.28);padding-bottom:4px}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;position:relative}
.feature-grid::before{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:rgba(214,163,56,.14);filter:blur(50px);left:30%;top:20%;z-index:-1}
.feature-card{min-height:235px;padding:28px;border-radius:26px;background:var(--paper);border:1px solid var(--line);box-shadow:0 16px 45px rgba(30,25,16,.06);transition:.25s}
.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.feature-card:nth-child(2),.feature-card:nth-child(4){margin-top:35px}
.feature-icon{font-size:12px;font-weight:950;letter-spacing:.12em;color:var(--gold-dark);margin-bottom:40px}
.feature-card h3{font-size:22px;margin:0 0 9px}.feature-card p{margin:0;color:var(--muted);font-size:14px}
.feature-dark{background:var(--charcoal);color:#fff;border-color:transparent}.feature-dark p{color:rgba(255,255,255,.6)}.feature-dark .feature-icon{color:var(--gold-2)}
.feature-gold{background:linear-gradient(150deg,#e1b34f,#b9801f);color:#16130d;border-color:transparent}.feature-gold p{color:rgba(22,19,13,.68)}.feature-gold .feature-icon{color:#4e350d}

.company-section{background:var(--paper);position:relative;overflow:hidden}
.company-section::before{content:"";position:absolute;left:-150px;top:-170px;width:420px;height:420px;border:1px solid rgba(214,163,56,.16);border-radius:50%}
.company-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.visual-frame{position:relative;border-radius:36px 36px 110px 36px;overflow:hidden;box-shadow:var(--shadow);min-height:520px;background:#111}
.visual-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.68) 100%)}
.visual-frame img{width:100%;height:520px;object-fit:cover;filter:saturate(.92) contrast(1.04)}
.visual-badge{position:absolute;z-index:2;right:26px;bottom:26px;padding:20px 24px;background:rgba(18,18,18,.78);backdrop-filter:blur(10px);border:1px solid rgba(240,203,114,.26);border-radius:20px;color:#fff;display:flex;flex-direction:column}
.visual-badge strong{font-size:26px;color:var(--gold-2)}.visual-badge span{font-size:12px;color:rgba(255,255,255,.64)}
.company-list{display:grid;gap:16px;margin-top:28px}
.company-list>div{display:flex;gap:14px;padding:17px 18px;border:1px solid var(--line);border-radius:18px;background:#fff}
.company-list p{margin:0;color:var(--muted);font-size:14px}.company-list strong{color:var(--ink)}
.check{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;flex:0 0 28px;background:rgba(214,163,56,.14);color:var(--gold-dark);font-weight:950}

.gallery-section{background:linear-gradient(180deg,var(--bg),#eee9df)}
.section-heading{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:42px}
.section-heading>p{max-width:470px;color:var(--muted);margin:0}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:310px;gap:18px}
.gallery-card{position:relative;border-radius:26px;overflow:hidden;background:#222;box-shadow:0 16px 40px rgba(34,29,20,.10);isolation:isolate}
.gallery-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(0,0,0,.82) 100%);z-index:1}
.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.gallery-card:hover img{transform:scale(1.045)}
.gallery-large{grid-row:span 2}
.gallery-wide{grid-column:span 2}
.gallery-caption{position:absolute;z-index:2;right:24px;left:24px;bottom:22px;color:#fff}
.gallery-caption span{color:var(--gold-2);font-size:12px;font-weight:900;letter-spacing:.1em}.gallery-caption h3{font-size:24px;margin:2px 0 0}.gallery-caption p{margin:4px 0 0;color:rgba(255,255,255,.65);font-size:13px}

.vision-section{position:relative;background:#141414;color:#fff;overflow:hidden;padding:130px 0 150px}
.vision-bg{position:absolute;inset:0;background:radial-gradient(circle at 76% 30%,rgba(214,163,56,.23),transparent 26%),linear-gradient(120deg,rgba(255,255,255,.02),transparent 40%),url('assets/hero.jpg') center 58%/cover no-repeat;opacity:.16;mix-blend-mode:screen}
.vision-section::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,20,20,.98),rgba(20,20,20,.78))}
.vision-content{position:relative;display:grid;grid-template-columns:280px 1fr;gap:50px;align-items:center}
.vision-number{font-size:260px;line-height:.75;font-weight:950;color:transparent;-webkit-text-stroke:1px rgba(240,203,114,.32);text-shadow:0 0 80px rgba(214,163,56,.08)}
.section-kicker.light{color:var(--gold-2)}
.vision-copy p{max-width:760px;color:rgba(255,255,255,.68);font-size:17px}
.vision-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.vision-tags span{padding:9px 14px;border-radius:999px;border:1px solid rgba(240,203,114,.22);background:rgba(240,203,114,.06);color:#ead8af;font-size:13px;font-weight:800}

.site-footer{position:relative;background:#0d0d0d;color:#fff;padding:110px 0 28px;margin-top:-1px}
.footer-curve{position:absolute;top:-74px;left:-4%;right:-4%;height:100px;background:#0d0d0d;border-radius:50% 50% 0 0/100% 100% 0 0}
.footer-grid{display:grid;grid-template-columns:1.4fr .7fr 1fr;gap:80px;align-items:start}
.footer-brand img{width:220px;height:120px;object-fit:contain;margin-bottom:15px;filter:drop-shadow(0 12px 25px rgba(0,0,0,.4))}.footer-brand p,.footer-note p{color:rgba(255,255,255,.54);max-width:380px;font-size:14px}
.site-footer h4{margin:10px 0 16px;color:var(--gold-2)}.footer-links{display:grid;gap:9px}.footer-links a{color:rgba(255,255,255,.64);font-size:14px}.footer-links a:hover{color:var(--gold-2)}
.copyright{border-top:1px solid rgba(255,255,255,.09);margin-top:56px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.42);font-size:12px}.copyright a{color:rgba(240,203,114,.72)}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}

@media (max-width:1000px){
  .main-nav,.header-cta{display:none}.menu-toggle{display:block;margin-right:auto}.brand{width:160px}.nav-wrap{height:82px}
  .main-nav.open{display:flex;position:absolute;top:77px;right:0;left:0;background:#111;padding:24px;flex-direction:column;align-items:stretch;border-radius:0 0 24px 24px;box-shadow:0 18px 30px rgba(0,0,0,.25)}
  .hero{min-height:auto;padding:150px 0 115px}.hero-content,.two-col,.company-grid,.vision-content{grid-template-columns:1fr}.hero-emblem{min-height:390px;order:-1}.hero-emblem img{max-width:520px}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-points{justify-content:center}.two-col,.company-grid{gap:50px}.feature-grid{max-width:720px;margin-inline:auto}.vision-number{display:none}.section-heading{align-items:start}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-wide{grid-column:span 1}.footer-grid{grid-template-columns:1.2fr 1fr;gap:50px}.footer-note{grid-column:1/-1}
}
@media (max-width:650px){
  .container{width:min(100% - 28px,1180px)}.section{padding:82px 0}.site-header::after{bottom:-11px;height:22px}.brand{width:145px}.brand img{height:72px}
  .hero{padding-top:120px}.hero h1{font-size:42px}.hero-copy>p{font-size:15px}.hero-emblem{min-height:300px}.hero-emblem img{width:390px}.emblem-ring{width:290px;height:290px}.hero-points{gap:16px;flex-direction:column;border-top:0}.hero-points div{padding:10px 0;border-top:1px solid rgba(255,255,255,.1)}
  .feature-grid{grid-template-columns:1fr}.feature-card:nth-child(2),.feature-card:nth-child(4){margin-top:0}.feature-card{min-height:200px}.feature-icon{margin-bottom:28px}
  .visual-frame,.visual-frame img{min-height:400px;height:400px}.section-copy h2,.section-heading h2,.vision-copy h2{font-size:36px}
  .section-heading{display:block}.section-heading>p{margin-top:18px}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:290px}.gallery-large{grid-row:span 1}.gallery-wide{grid-column:span 1}
  .vision-section{padding:100px 0 130px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-note{grid-column:auto}.copyright{flex-direction:column}.site-footer{padding-top:95px}
}

/* ===== Light visual refresh — layout intentionally unchanged ===== */
:root{
  --bg:#fbf8f0;
  --paper:#ffffff;
  --ink:#2b261d;
  --muted:#766e62;
  --gold:#d4a235;
  --gold-2:#f3cf79;
  --gold-dark:#8b6419;
  --charcoal:#fffaf0;
  --line:rgba(75,61,38,.12);
  --shadow:0 22px 60px rgba(83,67,39,.10);
}
body{background:var(--bg)}
.site-header{
  background:rgba(255,253,248,.95);
  color:var(--ink);
  box-shadow:0 10px 34px rgba(83,67,39,.10);
  border-bottom:1px solid rgba(183,137,43,.10);
}
.site-header::after{background:rgba(255,253,248,.96)}
.header-glow{background:radial-gradient(circle at 78% 0%,rgba(214,163,56,.16),transparent 36%)}
.brand{filter:drop-shadow(0 8px 18px rgba(107,78,25,.10))}
.main-nav a{color:#3e3529;opacity:.78}
.main-nav a:hover,.main-nav a.active{color:var(--gold-dark);opacity:1}
.header-cta{border-color:rgba(145,100,17,.30);background:#fffaf0;color:var(--gold-dark);box-shadow:0 8px 20px rgba(145,100,17,.08)}
.menu-toggle span{background:#42382b}

.hero{background:#f8f1df;color:var(--ink)}
.hero-bg{filter:brightness(1.16) saturate(.88) contrast(.90)}
.hero-overlay{background:linear-gradient(90deg,rgba(255,253,247,.97) 0%,rgba(255,250,239,.91) 45%,rgba(255,248,232,.70) 72%,rgba(255,249,238,.86) 100%)}
.hero::before{background:radial-gradient(circle at 67% 48%,rgba(223,173,70,.28),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.08),rgba(246,237,217,.30))}
.eyebrow{color:var(--gold-dark);border-color:rgba(145,100,17,.18);background:rgba(255,255,255,.72)}
.spark{background:var(--gold);box-shadow:0 0 18px rgba(214,163,56,.45)}
.hero-copy>p{color:#665d51}
.btn-ghost{border-color:rgba(82,67,42,.16);background:rgba(255,255,255,.64);color:#3c3328}.btn-ghost:hover{background:#fff}
.hero-points{border-top-color:rgba(81,66,41,.12)}
.hero-points strong{color:var(--gold-dark)}.hero-points span{color:#7a7164}
.hero-emblem img{filter:drop-shadow(0 28px 44px rgba(96,70,26,.20))}
.emblem-ring{border-color:rgba(180,130,35,.20);box-shadow:inset 0 0 80px rgba(214,163,56,.09),0 0 100px rgba(214,163,56,.08)}
.emblem-ring::before,.emblem-ring::after{border-color:rgba(166,119,27,.16)}

.feature-card{background:#fff;border-color:rgba(88,70,41,.10);box-shadow:0 16px 45px rgba(97,76,41,.06)}
.feature-dark{background:#fff8e9;color:var(--ink);border-color:rgba(214,163,56,.18)}
.feature-dark p{color:var(--muted)}.feature-dark .feature-icon{color:var(--gold-dark)}
.feature-gold{background:linear-gradient(150deg,#fff4d3,#f7deb0);color:#3a2d18;border-color:rgba(204,151,47,.18)}
.feature-gold p{color:#756345}.feature-gold .feature-icon{color:#8d6418}

.company-section{background:#fffefa}
.visual-frame{background:#efe2ca;box-shadow:0 24px 60px rgba(82,63,32,.13)}
.visual-frame img{filter:saturate(.86) contrast(.94) brightness(1.12)}
.visual-frame::after{background:linear-gradient(180deg,transparent 48%,rgba(70,48,17,.52) 100%)}
.visual-badge{background:rgba(255,251,242,.90);border-color:rgba(189,139,40,.24);color:#302619;box-shadow:0 10px 30px rgba(75,55,24,.10)}
.visual-badge strong{color:var(--gold-dark)}.visual-badge span{color:#6c604e}
.company-list>div{background:#fffdf8}

.gallery-section{background:linear-gradient(180deg,#fbf8f0,#f7f0e3)}
.gallery-card{background:#e8dbc2;box-shadow:0 16px 40px rgba(82,65,35,.10)}
.gallery-card::after{background:linear-gradient(180deg,transparent 35%,rgba(52,40,22,.74) 100%)}

.vision-section{background:#f6eddc;color:var(--ink)}
.vision-bg{opacity:.11;mix-blend-mode:multiply;filter:brightness(1.2)}
.vision-section::before{background:linear-gradient(90deg,rgba(251,247,239,.98),rgba(248,239,220,.86))}
.vision-number{-webkit-text-stroke:1px rgba(175,125,28,.28);text-shadow:0 0 80px rgba(214,163,56,.10)}
.section-kicker.light{color:var(--gold-dark)}
.vision-copy p{color:#6f6659}
.vision-tags span{border-color:rgba(156,111,24,.18);background:rgba(255,255,255,.58);color:#70511b}

.site-footer{background:#fffaf0;color:var(--ink);border-top:1px solid rgba(166,119,27,.10)}
.footer-curve{background:#fffaf0;box-shadow:0 -12px 34px rgba(80,61,31,.04)}
.footer-brand img{filter:drop-shadow(0 12px 25px rgba(107,77,25,.12))}
.footer-brand p,.footer-note p{color:#756b5e}
.site-footer h4{color:var(--gold-dark)}
.footer-links a{color:#5f5548}.footer-links a:hover{color:var(--gold-dark)}
.copyright{border-top-color:rgba(84,67,40,.10);color:#827768}.copyright a{color:var(--gold-dark)}
.footer-grid{grid-template-columns:1.2fr .65fr .9fr 1.1fr;gap:46px}
.footer-contact h4{margin-bottom:16px}
.contact-list{display:grid;gap:10px}
.contact-item{display:flex;align-items:center;gap:11px;padding:10px 12px;border:1px solid rgba(91,70,34,.10);background:rgba(255,255,255,.65);border-radius:16px;min-height:58px}
.contact-item:hover{border-color:rgba(180,129,29,.24);background:#fff}
.contact-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:#fff1ca;color:var(--gold-dark);font-size:17px;flex:0 0 34px}
.contact-item>span:last-child{display:flex;flex-direction:column;min-width:0}
.contact-item small{font-size:11px;color:#8a8175;line-height:1.4}
.contact-item strong{font-size:13px;color:#473d31;line-height:1.5;font-weight:800}
.social-buttons{display:flex;gap:10px;margin-top:16px}
.social-btn{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#fff;border:1px solid rgba(95,73,35,.12);box-shadow:0 8px 18px rgba(93,71,35,.06);transition:.2s}
.social-btn svg{width:20px;height:20px;fill:#8d6418}
.social-btn:hover{transform:translateY(-2px);background:#fff2cf;border-color:rgba(179,127,25,.24)}

@media (max-width:1000px){
  .main-nav.open{background:#fffdf8;border:1px solid rgba(90,70,34,.10);box-shadow:0 18px 30px rgba(75,56,26,.12)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:38px}.footer-note{grid-column:auto}
}
@media (max-width:650px){
  .hero-points div{border-top-color:rgba(81,66,41,.10)}
  .footer-grid{grid-template-columns:1fr}
}

/* ===== Requested revision: old layout restored, real photos preserved ===== */
.hero-banner-wrap{min-height:460px;padding:30px 0;isolation:isolate}
.hero-banner-wrap::before{content:"";position:absolute;inset:9% 1% 7%;border:1px solid rgba(182,132,34,.16);border-radius:52px;transform:rotate(-2deg);z-index:-2}
.hero-banner-glow{position:absolute;width:78%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(212,162,53,.22),rgba(212,162,53,0) 68%);filter:blur(8px);z-index:-1}
.hero-banner-card{width:min(620px,100%);overflow:hidden;position:relative;box-shadow:0 28px 60px rgba(91,68,28,.18);border:1px solid rgba(167,119,24,.16);background:#fff;clip-path:polygon(4% 0,100% 0,100% 84%,91% 100%,5% 96%,0 15%)}
.hero-banner-card::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5);pointer-events:none}
.hero-banner-card img{width:100%;height:auto;aspect-ratio:2.65/1;object-fit:cover;filter:none;display:block}

.contact-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.social-buttons{gap:12px}
.social-btn{width:46px;height:46px;border-radius:50%;box-shadow:0 10px 22px rgba(73,57,31,.08);border:0;color:#fff}
.social-btn svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.social-btn.facebook svg{fill:currentColor;stroke:none}
.social-btn.whatsapp{background:#25D366}
.social-btn.facebook{background:#1877F2}
.social-btn.instagram{background:linear-gradient(135deg,#833AB4,#E1306C,#FCAF45)}
.social-btn:hover{transform:translateY(-3px) scale(1.04);filter:brightness(1.03);background-color:inherit}

@media (max-width:1000px){
  .hero-banner-wrap{min-height:340px;order:-1;padding:5px 0 25px}
  .hero-banner-card{width:min(720px,94%)}
}
@media (max-width:650px){
  .hero-banner-wrap{min-height:220px;padding:0 0 14px}
  .hero-banner-card{width:100%;clip-path:polygon(3% 0,100% 0,100% 82%,90% 100%,4% 95%,0 15%)}
  .hero-banner-card img{aspect-ratio:2.35/1}
  .social-btn{width:44px;height:44px}
}

/* ===== Mobile hero banner correction: larger, edge-to-edge and curved ===== */
@media (max-width:1000px){
  .hero-banner-wrap{
    width:100vw;
    max-width:100vw;
    margin-inline:calc(50% - 50vw);
    min-height:0;
    padding:0 0 24px;
  }
  .hero-banner-wrap::before{display:none}
  .hero-banner-glow{display:none}
  .hero-banner-card{
    width:100%;
    max-width:none;
    border:0;
    box-shadow:0 18px 42px rgba(91,68,28,.14);
    background:#f7f0df;
    clip-path:none;
    border-radius:0 0 52px 52px;
  }
  .hero-banner-card img{
    width:100%;
    height:auto;
    aspect-ratio:auto;
    object-fit:contain;
    display:block;
  }
}

@media (max-width:650px){
  .hero{padding-top:104px}
  .hero-banner-wrap{padding-bottom:18px}
  .hero-banner-card{
    height:245px;
    border-radius:0 0 46px 46px;
    overflow:hidden;
  }
  .hero-banner-card img{
    width:100%;
    height:100%;
    aspect-ratio:auto;
    object-fit:cover;
    object-position:50% 50%;
    transform:scale(1.02);
  }
}


/* ===== Hero section: supplied banner fills the whole hero ===== */
.hero.hero-image-only{
  min-height:0;
  display:block;
  padding:92px 0 0;
  background:#fff;
  color:inherit;
  overflow:hidden;
  position:relative;
}
.hero.hero-image-only::before{display:none}
.hero-image-only .hero-full-banner{
  width:100%;
  margin:0;
  position:relative;
  z-index:1;
  background:#fff;
}
.hero-image-only .hero-full-banner img{
  width:100%;
  height:auto;
  max-width:none;
  display:block;
  object-fit:contain;
  object-position:center;
}

@media (max-width:1000px){
  .hero.hero-image-only{padding-top:82px}
}

@media (max-width:650px){
  .hero.hero-image-only{padding-top:82px}
  .hero-image-only .hero-full-banner img{
    width:100%;
    height:auto;
    object-fit:contain;
  }
}

/* ===== Requested change: black header + footer only ===== */
.site-header{
  background:#0d0d0d;
  color:#fff;
  border-bottom-color:rgba(255,255,255,.06);
  box-shadow:0 10px 34px rgba(0,0,0,.18);
}
.site-header::after{background:#0d0d0d}
.header-glow{background:radial-gradient(circle at 78% 0%,rgba(214,163,56,.18),transparent 36%)}
.main-nav a{color:rgba(255,255,255,.82)}
.main-nav a:hover,.main-nav a.active{color:var(--gold-2);opacity:1}
.header-cta{border-color:rgba(240,203,114,.42);background:rgba(255,255,255,.04);color:var(--gold-2);box-shadow:none}
.menu-toggle span{background:#fff}

.site-footer{
  background:#0d0d0d;
  color:#fff;
  border-top-color:rgba(255,255,255,.06);
}
.footer-curve{background:#0d0d0d;box-shadow:none}
.footer-brand img{filter:drop-shadow(0 12px 25px rgba(0,0,0,.4))}
.footer-brand p,.footer-note p{color:rgba(255,255,255,.58)}
.site-footer h4{color:var(--gold-2)}
.footer-links a{color:rgba(255,255,255,.68)}
.footer-links a:hover{color:var(--gold-2)}
.copyright{border-top-color:rgba(255,255,255,.09);color:rgba(255,255,255,.44)}
.copyright a{color:rgba(240,203,114,.82)}

@media (max-width:1000px){
  .main-nav.open{
    background:#111;
    border-color:rgba(255,255,255,.08);
    box-shadow:0 18px 30px rgba(0,0,0,.25);
  }
  .main-nav.open a{color:rgba(255,255,255,.86)}
}

/* ===== FINAL REVISION: full hero image + coordinated palette ===== */
:root{
  --bg:#f5f7f5;
  --paper:#ffffff;
  --ink:#152a36;
  --muted:#66747b;
  --gold:#c99a3d;
  --gold-2:#e7c66f;
  --gold-dark:#8c6724;
  --navy:#0f2d3d;
  --navy-2:#173f51;
  --navy-deep:#0a2230;
  --sand:#f7f1e4;
  --line:rgba(15,45,61,.12);
  --shadow:0 22px 60px rgba(18,43,56,.10);
}
body{background:var(--bg);color:var(--ink)}

/* Header: deep navy, not pure black, with the original curve preserved */
.site-header{
  background:rgba(15,45,61,.97);
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.06);
  box-shadow:0 12px 34px rgba(10,34,48,.20);
}
.site-header::after{background:rgba(15,45,61,.97)}
.header-glow{background:radial-gradient(circle at 78% 0%,rgba(231,198,111,.20),transparent 38%)}
.brand{filter:drop-shadow(0 8px 18px rgba(0,0,0,.24))}
.main-nav a{color:rgba(255,255,255,.82)}
.main-nav a:hover,.main-nav a.active{color:var(--gold-2)}
.header-cta{border-color:rgba(231,198,111,.42);background:rgba(255,255,255,.05);color:var(--gold-2);box-shadow:none}
.menu-toggle span{background:#fff}

/* The supplied image IS the hero: no card, no rectangular banner wrapper, no border/shadow. */
.hero.hero-image-only{
  position:relative;
  display:block;
  width:100%;
  height:clamp(560px,47vw,780px);
  min-height:0;
  padding:92px 0 0;
  margin:0;
  overflow:hidden;
  background:var(--navy-deep);
}
.hero.hero-image-only::before{display:none!important}
.hero.hero-image-only::after{display:none!important}
.hero-image-only .hero-cover-image{
  position:absolute;
  top:92px;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:calc(100% - 92px);
  max-width:none;
  object-fit:cover;
  object-position:center center;
  display:block;
  filter:none;
  transform:none;
}
.hero-image-only .hero-full-banner{display:contents}

/* Light coordinated sections */
.intro-section{background:linear-gradient(180deg,#f8faf9 0%,#f5f7f5 100%)}
.section-kicker{color:var(--gold-dark)}
.section-copy h2 span,.section-heading h2 span,.vision-copy h2 span{color:var(--gold)}
.section-copy>p,.section-heading>p{color:var(--muted)}
.text-link{color:var(--navy-2);border-bottom-color:rgba(23,63,81,.24)}

.feature-card{background:#fff;border-color:var(--line);box-shadow:0 16px 42px rgba(18,43,56,.07)}
.feature-dark{background:linear-gradient(145deg,var(--navy),var(--navy-2));color:#fff;border-color:transparent}
.feature-dark p{color:rgba(255,255,255,.68)}
.feature-dark .feature-icon{color:var(--gold-2)}
.feature-gold{background:linear-gradient(145deg,#f4d987,#d6a844);color:#172a33;border-color:transparent}
.feature-gold p{color:rgba(23,42,51,.68)}
.feature-gold .feature-icon{color:#6f4f16}

.company-section{background:#fff}
.company-section::before{border-color:rgba(201,154,61,.16)}
.visual-frame{background:#dfe7e9;box-shadow:0 24px 60px rgba(18,43,56,.12)}
.visual-frame img{filter:saturate(.94) contrast(1.01) brightness(1.03)}
.visual-frame::after{background:linear-gradient(180deg,transparent 48%,rgba(10,34,48,.62) 100%)}
.visual-badge{background:rgba(15,45,61,.90);border-color:rgba(231,198,111,.32);color:#fff;box-shadow:0 10px 30px rgba(10,34,48,.18)}
.visual-badge strong{color:var(--gold-2)}
.visual-badge span{color:rgba(255,255,255,.68)}
.company-list>div{background:#f9fbfa;border-color:var(--line)}
.check{background:rgba(201,154,61,.14);color:var(--gold-dark)}

.gallery-section{background:linear-gradient(180deg,#edf3f4 0%,#f6f7f4 100%)}
.gallery-card{background:#dce4e5;box-shadow:0 16px 40px rgba(18,43,56,.11)}
.gallery-card::after{background:linear-gradient(180deg,transparent 34%,rgba(9,31,43,.80) 100%)}
.gallery-caption span{color:var(--gold-2)}

/* Strong dark section to balance the light site */
.vision-section{background:linear-gradient(125deg,var(--navy-deep),var(--navy-2));color:#fff}
.vision-section::before{background:linear-gradient(90deg,rgba(8,31,43,.93),rgba(15,45,61,.76))}
.vision-bg{opacity:.18;mix-blend-mode:screen;filter:none}
.vision-number{-webkit-text-stroke:1px rgba(231,198,111,.22);text-shadow:0 0 80px rgba(231,198,111,.10)}
.section-kicker.light{color:var(--gold-2)}
.vision-copy p{color:rgba(255,255,255,.70)}
.vision-tags span{border-color:rgba(231,198,111,.22);background:rgba(255,255,255,.06);color:#f5e6b9}

/* Footer uses the same deep palette so the curve is visible and intentional */
.site-footer{background:var(--navy-deep);color:#fff;border-top:1px solid rgba(255,255,255,.06)}
.footer-curve{background:var(--navy-deep);box-shadow:none}
.footer-brand img{filter:drop-shadow(0 12px 25px rgba(0,0,0,.30))}
.footer-brand p,.footer-note p{color:rgba(255,255,255,.60)}
.site-footer h4{color:var(--gold-2)}
.footer-links a{color:rgba(255,255,255,.70)}
.footer-links a:hover{color:var(--gold-2)}
.copyright{border-top-color:rgba(255,255,255,.09);color:rgba(255,255,255,.46)}
.copyright a{color:var(--gold-2)}
.contact-item{border-color:rgba(255,255,255,.10);background:rgba(255,255,255,.055)}
.contact-item:hover{border-color:rgba(231,198,111,.25);background:rgba(255,255,255,.08)}
.contact-icon{background:rgba(231,198,111,.13);color:var(--gold-2)}
.contact-item small{color:rgba(255,255,255,.50)}
.contact-item strong{color:rgba(255,255,255,.88)}

@media (max-width:1000px){
  .main-nav.open{background:var(--navy-deep);border-color:rgba(255,255,255,.08);box-shadow:0 18px 30px rgba(8,31,43,.28)}
  .main-nav.open a{color:rgba(255,255,255,.86)}
  .hero.hero-image-only{
    height:clamp(430px,72vw,620px);
    padding-top:82px;
  }
  .hero-image-only .hero-cover-image{
    top:82px;
    height:calc(100% - 82px);
    object-position:52% center;
  }
}

@media (max-width:650px){
  .hero.hero-image-only{
    height:clamp(305px,82vw,420px);
    padding-top:82px;
  }
  .hero-image-only .hero-cover-image{
    top:82px;
    height:calc(100% - 82px);
    object-fit:cover;
    object-position:53% center;
  }
}

/* ===== Requested revision: wider/larger header + larger curved hero ===== */
/* Header content now spans the full viewport while preserving safe inner padding. */
.container.nav-wrap{
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(22px,4vw,76px);
  height:112px;
  gap:34px;
}
.brand{
  width:220px;
  flex-basis:220px;
  margin-top:4px;
}
.brand img{height:100px}
.site-header::after{
  bottom:-21px;
  height:42px;
  left:-3%;
  right:-3%;
  border-radius:0 0 50% 50%/0 0 100% 100%;
}

/* Make the supplied visual the hero itself, larger and with a clean organic lower curve. */
.hero.hero-image-only{
  height:clamp(720px,54vw,940px);
  padding-top:112px;
  background:var(--navy-deep);
  overflow:hidden;
}
.hero-image-only .hero-cover-image{
  top:112px;
  height:calc(100% - 112px);
  object-fit:cover;
  object-position:50% 50%;
}
.hero.hero-image-only::after{
  display:block!important;
  content:"";
  position:absolute;
  z-index:3;
  left:-6%;
  right:-6%;
  bottom:-1px;
  height:112px;
  background:#f8faf9;
  clip-path:ellipse(56% 58% at 50% 100%);
  pointer-events:none;
}

@media (max-width:1000px){
  .container.nav-wrap{
    height:96px;
    padding-inline:22px;
  }
  .brand{
    width:184px;
    flex-basis:184px;
    margin-top:2px;
  }
  .brand img{height:88px}
  .main-nav.open{top:92px;right:18px;left:18px}
  .site-header::after{bottom:-16px;height:32px}
  .hero.hero-image-only{
    height:clamp(560px,78vw,720px);
    padding-top:96px;
  }
  .hero-image-only .hero-cover-image{
    top:96px;
    height:calc(100% - 96px);
    object-position:50% 50%;
  }
  .hero.hero-image-only::after{height:88px}
}

@media (max-width:650px){
  .container.nav-wrap{
    height:96px;
    width:100%;
    padding-inline:16px;
  }
  .brand{
    width:176px;
    flex-basis:176px;
  }
  .brand img{height:86px}
  .menu-toggle{width:48px;height:48px}
  .menu-toggle span{height:3px;margin:7px 0}
  .site-header::after{bottom:-15px;height:30px}
  .hero.hero-image-only{
    height:clamp(500px,128vw,590px);
    padding-top:96px;
  }
  .hero-image-only .hero-cover-image{
    top:96px;
    height:calc(100% - 96px);
    object-fit:cover;
    object-position:50% 50%;
  }
  .hero.hero-image-only::after{
    height:74px;
    left:-12%;
    right:-12%;
    clip-path:ellipse(58% 60% at 50% 100%);
  }
}

/* ===== FIX: preserve the entire hero artwork and all banner text ===== */
/* The artwork has a 2.5006:1 ratio. Keep that ratio instead of using cover,
   so no Arabic headline is cut off at the left or right edges. */
.hero.hero-image-only{
  height:calc(112px + 40vw + 58px);
  min-height:0;
  padding-top:112px;
  background:#dceaf4;
}
.hero-image-only .hero-cover-image{
  top:112px;
  left:0;
  right:0;
  bottom:auto;
  width:100%;
  height:auto;
  aspect-ratio:1983 / 793;
  object-fit:contain;
  object-position:center top;
}
.hero.hero-image-only::after{
  height:66px;
  left:-8%;
  right:-8%;
  clip-path:ellipse(58% 58% at 50% 100%);
}

@media (max-width:1000px){
  .hero.hero-image-only{
    height:calc(96px + 40vw + 50px);
    padding-top:96px;
  }
  .hero-image-only .hero-cover-image{
    top:96px;
    width:100%;
    height:auto;
    aspect-ratio:1983 / 793;
    object-fit:contain;
    object-position:center top;
  }
  .hero.hero-image-only::after{height:56px}
}

@media (max-width:650px){
  .hero.hero-image-only{
    height:calc(96px + 40vw + 38px);
    padding-top:96px;
    background:#dceaf4;
  }
  .hero-image-only .hero-cover-image{
    top:96px;
    width:100%;
    height:auto;
    aspect-ratio:1983 / 793;
    object-fit:contain;
    object-position:center top;
  }
  .hero.hero-image-only::after{
    height:46px;
    left:-12%;
    right:-12%;
    clip-path:ellipse(60% 62% at 50% 100%);
  }
}

/* Product gallery video */
.gallery-card video{width:100%;height:100%;object-fit:cover;display:block;background:#0b1f2a}
.gallery-video::after{pointer-events:none}
.gallery-video .gallery-caption{bottom:54px;pointer-events:none}


/* Fixed WhatsApp contact button */
.floating-whatsapp{
  position:fixed;
  left:22px;
  bottom:22px;
  z-index:1200;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.22);
  transition:transform .2s ease, box-shadow .2s ease;
}
.floating-whatsapp:hover{
  transform:translateY(-3px) scale(1.03);
  box-shadow:0 14px 32px rgba(0,0,0,.28);
}
.floating-whatsapp svg{
  width:31px;
  height:31px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media (max-width:650px){
  .floating-whatsapp{left:16px;bottom:16px;width:54px;height:54px}
  .floating-whatsapp svg{width:29px;height:29px}
}
