:root{--navy:#063a73;--navy-deep:#03284f;--blue:#0785d1;--cyan:#25b7e8;--gold:#d6a31d;--gold-soft:#f4d779;--ink:#13263b;--muted:#647385;--line:#e7edf3;--white:#fff;--surface:#f7fafc;--shadow:0 24px 70px rgba(8,45,82,.12);--radius:28px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:#fff;font-family:"Tajawal",sans-serif;font-size:18px;line-height:1.8;overflow-x:hidden}body.menu-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;top:-100px;right:20px;z-index:1000;background:var(--navy);color:#fff;padding:10px 18px;border-radius:8px}.skip-link:focus{top:12px}.site-header{height:86px;position:fixed;inset:0 0 auto;z-index:100;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(6,58,115,.08);transition:.3s}.site-header.scrolled{height:74px;box-shadow:0 8px 30px rgba(12,48,83,.08)}.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;font-family:"Noto Kufi Arabic",sans-serif;font-size:.94rem;font-weight:800;color:var(--navy);white-space:nowrap}.brand img{width:56px;height:56px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:27px;font-size:.92rem;font-weight:600}.nav-links>a{position:relative;transition:.25s}.nav-links>a:not(.nav-cta):after{content:"";position:absolute;right:0;left:100%;bottom:-7px;height:2px;background:var(--gold);transition:.25s}.nav-links>a:hover{color:var(--blue)}.nav-links>a:hover:after{left:0}.nav-cta{background:var(--navy);color:#fff!important;padding:10px 20px;border-radius:999px;box-shadow:0 10px 24px rgba(6,58,115,.18)}.nav-cta:hover{transform:translateY(-2px)}.menu-toggle{display:none;border:0;background:transparent;width:46px;height:46px;padding:10px;cursor:pointer}.menu-toggle span{display:block;height:2px;background:var(--navy);margin:6px 0;border-radius:4px;transition:.25s}
.hero{min-height:820px;padding:150px 0 120px;position:relative;isolation:isolate;background:linear-gradient(135deg,#fff 15%,#f2f8fd 100%);overflow:hidden}.hero-shape{position:absolute;border-radius:50%;z-index:-1;filter:blur(1px)}.hero-shape-one{width:600px;height:600px;left:-280px;top:-220px;background:radial-gradient(circle,rgba(37,183,232,.17),transparent 68%)}.hero-shape-two{width:410px;height:410px;right:-220px;top:240px;border:1px solid rgba(214,163,29,.35)}.hero-grid{display:grid;grid-template-columns:.93fr 1.07fr;align-items:center;gap:66px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-family:"Noto Kufi Arabic",sans-serif;font-weight:700;font-size:.78rem;margin-bottom:15px}.eyebrow:before{content:"";width:30px;height:2px;background:var(--gold);border-radius:5px}.hero h1,.section h2{font-family:"Noto Kufi Arabic",sans-serif;margin:0;color:var(--navy-deep);line-height:1.45;letter-spacing:-.04em}.hero h1{font-size:clamp(2.45rem,5vw,4.35rem);max-width:650px}.hero h1 em{color:var(--blue);font-style:normal;position:relative}.hero h1 em:after{content:"";position:absolute;right:3px;left:0;bottom:2px;height:8px;background:rgba(214,163,29,.28);z-index:-1;border-radius:50%}.hero-copy>p{font-size:1.17rem;color:var(--muted);max-width:600px;margin:22px 0 28px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:10px 25px;border-radius:14px;font-weight:700;transition:.25s}.button-primary{background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;box-shadow:0 14px 30px rgba(6,58,115,.22)}.button-primary:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(6,58,115,.3)}.button-ghost{border:1px solid #c8d7e5;color:var(--navy);background:rgba(255,255,255,.7)}.button-ghost:hover{border-color:var(--navy);background:#fff}.trust-row{display:flex;gap:24px;margin-top:38px;padding-top:24px;border-top:1px solid var(--line)}.trust-row>div{display:flex;flex-direction:column}.trust-row strong{font-size:.93rem;color:var(--navy)}.trust-row span{font-size:.78rem;color:var(--muted)}.hero-visual{position:relative}.image-frame{background:#fff;border:1px solid rgba(6,58,115,.08);padding:12px;border-radius:44px 12px 44px 12px;box-shadow:var(--shadow);transform:rotate(-1deg);overflow:hidden}.image-frame img{width:100%;aspect-ratio:1.55;object-fit:cover;border-radius:34px 8px 34px 8px}.floating-note{position:absolute;right:-25px;bottom:30px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 40px rgba(6,58,115,.18);padding:12px 18px;border-radius:14px;font-weight:700;color:var(--navy);font-size:.9rem}.floating-note span{display:inline-grid;place-items:center;width:25px;height:25px;background:#e6f8ee;color:#168447;border-radius:50%;margin-left:8px}.hero-wave{position:absolute;bottom:-1px;left:0;width:100%;height:130px}.hero-wave path{fill:#fff}
.section{padding:110px 0}.split-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}.section h2{font-size:clamp(1.8rem,3.3vw,3rem)}.lead-copy{border-right:3px solid var(--gold);padding-right:30px}.lead-copy p{margin:0 0 18px;color:var(--muted);font-size:1.08rem}.company-section{padding-top:30px}.company-card{display:grid;grid-template-columns:90px 1fr .8fr;gap:40px;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:52px;position:relative;overflow:hidden}.company-card:after{content:"";position:absolute;width:260px;height:260px;border:55px solid rgba(37,183,232,.07);border-radius:50%;left:-110px;bottom:-140px}.company-mark{width:76px;height:76px;border-radius:24px 7px 24px 7px;background:linear-gradient(145deg,var(--navy),var(--blue));display:grid;place-items:center;color:#fff;box-shadow:0 14px 30px rgba(6,58,115,.2)}.company-mark span{font-weight:800;font-size:1.35rem}.company-card p{color:var(--muted);margin:15px 0 0}.company-points{list-style:none;padding:0;margin:0;display:grid;gap:10px}.company-points li{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:11px 14px;font-weight:600;font-size:.93rem}.company-points span{font-size:.72rem;color:var(--gold);font-weight:800}.goals{background:linear-gradient(180deg,#fff,#f6faff)}.section-heading.center{text-align:center;max-width:690px;margin:0 auto 48px}.section-heading.center .eyebrow{justify-content:center}.section-heading.center p,.gallery-heading p{color:var(--muted)}.goals-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.goal-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px 25px;transition:.3s}.goal-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:#c9dfef}.goal-icon{width:48px;height:48px;border-radius:15px 5px 15px 5px;display:grid;place-items:center;background:#eef7fc;color:var(--blue);font-weight:800;margin-bottom:20px}.goal-card h3{font-family:"Noto Kufi Arabic",sans-serif;font-size:1.05rem;color:var(--navy);margin:0 0 9px}.goal-card p{font-size:.92rem;color:var(--muted);margin:0;line-height:1.75}
.gallery-heading{display:grid;grid-template-columns:1fr .8fr;align-items:end;gap:50px;margin-bottom:38px}.gallery-heading p{margin:0}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:260px;gap:16px}.gallery-item{margin:0;position:relative;overflow:hidden;border-radius:20px;background:#dfe7ed}.gallery-item.gallery-large{grid-row:span 2}.gallery-item.gallery-wide{grid-column:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .65s}.gallery-item:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(1,24,47,.86))}.gallery-item:hover img{transform:scale(1.055)}.gallery-item figcaption{position:absolute;z-index:2;right:22px;left:22px;bottom:18px;color:#fff;display:flex;flex-direction:column}.gallery-item figcaption strong{font-family:"Noto Kufi Arabic",sans-serif;font-size:1rem}.gallery-item figcaption span{font-size:.82rem;color:rgba(255,255,255,.74)}.ambition{padding-top:50px}.ambition-card{min-height:390px;background:linear-gradient(135deg,var(--navy-deep),#075895);color:#fff;border-radius:36px 10px 36px 10px;padding:70px;display:grid;grid-template-columns:1fr .38fr;align-items:center;position:relative;overflow:hidden;box-shadow:0 30px 70px rgba(3,40,79,.22)}.ambition-copy{position:relative;z-index:2}.eyebrow.light{color:#b7e7fa}.ambition-copy h2{color:#fff;max-width:800px}.ambition-copy p{color:rgba(255,255,255,.72);max-width:760px}.ambition-word{font-family:"Noto Kufi Arabic",sans-serif;color:var(--gold-soft);font-size:1.25rem;font-weight:700;text-align:center;position:relative;z-index:2}.ambition-orbit{position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.15);border-radius:50%;left:-110px;top:-150px}.ambition-orbit:before,.ambition-orbit:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%;inset:55px}.ambition-orbit:after{inset:115px}.ambition-orbit span{position:absolute;width:18px;height:18px;border-radius:50%;background:var(--gold);top:70px;right:45px;box-shadow:0 0 0 10px rgba(214,163,29,.12)}
.contact-grid{display:grid;grid-template-columns:1.1fr .75fr;gap:70px;align-items:center}.contact-copy>p{color:var(--muted);max-width:650px}.contact-list{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;margin-top:30px}.contact-list>a,.contact-list>div{display:flex;align-items:center;gap:14px;padding:16px;background:var(--surface);border:1px solid var(--line);border-radius:15px}.contact-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:#eaf6fd;color:var(--blue);font-weight:800}.contact-list span:last-child{display:flex;flex-direction:column}.contact-list small{color:var(--muted);font-size:.75rem;line-height:1.4}.contact-list b{font-size:.92rem;color:var(--navy)}.contact-panel{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px;padding:38px;text-align:center;position:relative}.contact-panel:before{content:"";position:absolute;inset:8px;border:1px solid rgba(214,163,29,.25);border-radius:22px;pointer-events:none}.contact-panel img{width:140px;height:110px;object-fit:contain;margin:0 auto 10px}.contact-panel h3{font-family:"Noto Kufi Arabic",sans-serif;color:var(--navy);font-size:1.05rem;margin:0}.contact-panel p{color:var(--muted);font-size:.86rem;margin:5px 0}.panel-line{height:1px;background:var(--line);margin:22px}.contact-panel>span{display:block;color:var(--muted);font-size:.82rem;margin-bottom:18px}.contact-panel .button{position:relative;z-index:2}
.footer{position:relative;background:var(--navy-deep);color:#fff;padding:120px 0 20px;margin-top:60px}.footer-wave{position:absolute;top:-1px;left:0;width:100%;height:100px;transform:translateY(-1px)}.footer-wave path{fill:#fff}.footer-grid{display:grid;grid-template-columns:1.7fr .65fr .85fr .65fr;gap:48px;padding-bottom:45px}.footer-brand{display:flex;gap:18px}.footer-brand img{width:105px;height:90px;object-fit:contain;flex:none}.footer h3,.footer h4{font-family:"Noto Kufi Arabic",sans-serif}.footer-brand h3{font-size:1rem;margin:0 0 8px}.footer-brand p{margin:0;color:rgba(255,255,255,.62);font-size:.85rem;line-height:1.8;max-width:380px}.footer h4{font-size:.9rem;margin:0 0 18px;color:var(--gold-soft)}.footer-links,.footer-contact{display:flex;flex-direction:column;gap:7px}.footer-links a,.footer-contact a,.footer-contact span{color:rgba(255,255,255,.68);font-size:.86rem;transition:.2s}.footer a:hover{color:#fff}.socials{display:flex;gap:8px;flex-wrap:wrap}.socials a{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:11px;color:rgba(255,255,255,.82);transition:background-color .2s,border-color .2s,color .2s,transform .2s}.socials svg{width:20px;height:20px;fill:currentColor}.socials a:hover{background:var(--gold);border-color:var(--gold);color:var(--navy-deep);transform:translateY(-2px)}.socials a:focus-visible{outline:2px solid var(--gold-soft);outline-offset:3px}.copyright{border-top:1px solid rgba(255,255,255,.11);padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.5);font-size:.77rem}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1050px){.nav-links{gap:17px;font-size:.84rem}.brand span{display:none}.hero-grid{gap:35px}.goals-grid{grid-template-columns:repeat(2,1fr)}.company-card{grid-template-columns:70px 1fr}.company-points{grid-column:2}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-social{grid-column:2/4}}
@media(max-width:800px){body{font-size:17px}.site-header,.site-header.scrolled{height:72px}.brand img{width:49px;height:49px}.brand span{display:inline;font-size:.78rem}.menu-toggle{display:block;position:relative;z-index:110}.nav-links{position:fixed;inset:0;min-height:100dvh;background:rgba(255,255,255,.98);flex-direction:column;align-items:center;justify-content:center;gap:28px;font-size:1.15rem;opacity:0;visibility:hidden;transform:translateY(-15px);transition:.3s}.nav-links.open{opacity:1;visibility:visible;transform:none}.menu-toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero{padding-top:115px;min-height:auto}.hero-grid,.split-grid,.gallery-heading,.contact-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy .eyebrow{justify-content:center}.hero-copy>p{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{margin-top:15px}.floating-note{right:12px}.split-grid{gap:25px}.lead-copy{border-right:0;border-top:3px solid var(--gold);padding:22px 0 0}.company-card{grid-template-columns:1fr;padding:32px}.company-points{grid-column:auto}.gallery-heading{gap:12px}.ambition-card{grid-template-columns:1fr;padding:45px 32px}.ambition-word{text-align:right;margin-top:25px}.contact-grid{gap:35px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}.footer-social{grid-column:auto}}
@media(max-width:560px){.container{width:min(100% - 26px,1180px)}.hero{padding-bottom:90px}.hero h1{font-size:2.15rem}.hero-copy>p{font-size:1rem}.hero-actions{flex-direction:column}.button{width:100%}.trust-row{gap:10px}.trust-row>div{flex:1}.trust-row strong{font-size:.78rem}.trust-row span{font-size:.69rem}.image-frame{border-radius:28px 8px}.image-frame img{aspect-ratio:1.25}.floating-note{position:relative;right:auto;bottom:auto;margin:-18px auto 0;width:max-content;max-width:90%;font-size:.78rem}.section{padding:75px 0}.company-card{padding:26px 21px}.goals-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:250px}.gallery-item.gallery-large{grid-row:auto}.gallery-item.gallery-wide{grid-column:auto}.ambition-card{border-radius:26px 8px;padding:38px 23px}.ambition-copy h2{font-size:1.55rem}.contact-list{grid-template-columns:1fr}.contact-panel{padding:30px 20px}.footer{padding-top:100px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-brand{grid-column:auto;align-items:flex-start}.footer-brand img{width:80px}.footer-social{grid-column:auto}.copyright{flex-direction:column;text-align:center;align-items:center}.brand span{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.gallery-item img,.button{transition:none}}

/* Header, footer and floating contact refinements */
.site-header{height:96px}
.site-header.scrolled{height:84px}
.brand img{width:76px;height:76px}
.brand span{font-size:1rem}
.menu-toggle-label,.menu-toggle-lines{display:none}
.footer{padding-top:72px;margin-top:138px}
.footer-wave{top:-79px;height:80px;transform:none}
.footer-wave path{fill:var(--navy-deep)}
.footer-brand{align-items:center}
.footer-brand img{width:160px;height:135px}
.footer-brand h3{font-size:1.12rem}
.footer-brand p{font-size:.96rem;line-height:1.9}
.footer-contact{gap:12px}
.footer-contact>a,.footer-contact>div{display:flex;align-items:center;gap:11px;color:rgba(255,255,255,.82);font-size:.98rem;line-height:1.5}
.footer-contact svg{width:21px;height:21px;fill:var(--gold-soft);flex:none}
.whatsapp-float{position:fixed;left:22px;bottom:22px;z-index:95;display:flex;align-items:center;gap:9px;background:#25d366;color:#fff;padding:12px 17px;border-radius:999px;box-shadow:0 12px 30px rgba(7,74,37,.3);font-weight:800;font-size:.9rem;transition:transform .2s,box-shadow .2s}
.whatsapp-float svg{width:25px;height:25px;fill:currentColor}
.whatsapp-float:hover{color:#fff;transform:translateY(-3px);box-shadow:0 16px 36px rgba(7,74,37,.4)}
.whatsapp-float:focus-visible{outline:3px solid #fff;outline-offset:3px}

@media(max-width:800px){
  .site-header,.site-header.scrolled{height:88px}
  .brand img{width:72px;height:72px}
  .menu-toggle{display:flex;align-items:center;justify-content:center;gap:9px;width:auto;min-width:108px;height:48px;padding:8px 14px;border:1px solid rgba(6,58,115,.16);border-radius:14px;background:#fff;color:var(--navy);box-shadow:0 8px 24px rgba(6,58,115,.08)}
  .menu-toggle-label{display:block;font-weight:800;font-size:.9rem}
  .menu-toggle-lines{display:flex;flex-direction:column;width:23px;gap:5px}
  .menu-toggle>.menu-toggle-label,.menu-toggle>.menu-toggle-lines{height:auto;margin:0;background:transparent;border-radius:0;transform:none!important}
  .menu-toggle-lines i{display:block;height:2px;width:100%;background:var(--navy);border-radius:4px;transition:.25s}
  .menu-toggle.active .menu-toggle-lines i:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-toggle.active .menu-toggle-lines i:nth-child(2){opacity:0}
  .menu-toggle.active .menu-toggle-lines i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .footer{margin-top:110px;padding-top:55px}
  .footer-wave{top:-69px;height:70px}
  .footer-grid{gap:34px}
  .footer-brand{align-items:center}
  .footer-brand img{width:135px;height:115px}
  .footer-contact>a,.footer-contact>div{font-size:1rem;padding:4px 0}
}

@media(max-width:560px){
  .container{width:min(100% - 32px,1180px)}
  .brand img{width:68px;height:68px}
  .menu-toggle{min-width:102px;padding-inline:12px}
  .footer-grid{display:flex;flex-direction:column;gap:30px}
  .footer-brand{display:grid;grid-template-columns:112px 1fr;gap:16px}
  .footer-brand img{width:112px;height:102px}
  .footer-brand h3{font-size:1rem}
  .footer-brand p{font-size:.9rem}
  .footer h4{font-size:1.03rem;margin-bottom:13px}
  .footer-links{gap:10px}
  .footer-links a{font-size:.98rem}
  .footer-contact{gap:10px}
  .footer-social{width:100%}
  .socials{gap:10px}
  .socials a{width:46px;height:46px}
  .socials svg{width:23px;height:23px}
  .whatsapp-float{left:14px;bottom:14px;padding:12px;width:52px;height:52px;justify-content:center}
  .whatsapp-float span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
  .whatsapp-float svg{width:28px;height:28px}
}

/* Final header wave, menu bars and integrated footer logo */
.site-header:after{content:none}
.header-wave{position:absolute;z-index:0;right:0;left:0;bottom:-42px;width:100%;height:44px;filter:drop-shadow(0 10px 11px rgba(6,58,115,.09));pointer-events:none}
.header-wave path{fill:rgba(255,255,255,.97)}
.contact-icon svg{width:23px;height:23px;fill:currentColor}
.footer-logo-panel{position:relative;width:230px;min-width:230px;height:190px;padding:0;background:transparent;border-radius:0;box-shadow:none;isolation:isolate}
.footer-logo-panel:before{content:"";position:absolute;z-index:-1;inset:8%;background:radial-gradient(ellipse,rgba(255,255,255,.18),rgba(37,183,232,.08) 42%,transparent 72%);filter:blur(8px)}
.footer-brand .footer-logo-panel img{filter:drop-shadow(0 0 1px rgba(255,255,255,.95)) drop-shadow(0 10px 22px rgba(0,0,0,.25))}

@media(max-width:800px){
  .header-wave{bottom:-38px;height:40px}
  .menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:52px;min-width:52px;height:48px;padding:10px 11px}
  .menu-toggle .menu-line{display:block;width:28px;height:3px;margin:0;background:var(--navy);border-radius:6px;transform:none;opacity:1}
  .menu-toggle.active .menu-line:nth-child(1){transform:translateY(9px) rotate(45deg)}
  .menu-toggle.active .menu-line:nth-child(2){opacity:0}
  .menu-toggle.active .menu-line:nth-child(3){transform:translateY(-9px) rotate(-45deg)}
  .footer-logo-panel{width:215px;min-width:215px;height:180px}
}

@media(max-width:560px){
  .header-wave{bottom:-34px;height:36px}
  .footer-logo-panel{width:240px;min-width:240px;height:200px}
}

/* White footer mark and larger header-only logo */
.brand img{width:112px;height:112px}
.site-header{height:120px}
.site-header.scrolled{height:106px}
.footer-brand .footer-logo-panel img{filter:brightness(0) invert(1) drop-shadow(0 10px 24px rgba(0,0,0,.24))}
.footer-logo-panel:before{background:radial-gradient(ellipse,rgba(255,255,255,.12),transparent 70%)}

@media(max-width:800px){
  .site-header,.site-header.scrolled{height:108px}
  .brand img{width:98px;height:98px}
  .hero{padding-top:150px}
}

@media(max-width:560px){
  .site-header,.site-header.scrolled{height:106px}
  .brand img{width:96px;height:96px}
}

/* Larger, clearer branding and curved header */
.site-header{height:120px;border-bottom:0;overflow:visible}
.site-header.scrolled{height:106px}
.site-header:after{content:"";position:absolute;z-index:0;right:0;left:0;bottom:-24px;height:34px;background:rgba(255,255,255,.96);clip-path:ellipse(72% 55% at 50% 0);filter:drop-shadow(0 10px 12px rgba(6,58,115,.08));pointer-events:none}
.nav{position:relative;z-index:1}
.brand img{width:112px;height:112px}
.brand span{font-size:1.08rem}
.footer-brand{align-items:center}
.footer-logo-panel{width:210px;min-width:210px;height:175px;display:grid;place-items:center;padding:10px;background:#fff;border-radius:26px 8px 26px 8px;box-shadow:0 16px 36px rgba(0,0,0,.22)}
.footer-brand .footer-logo-panel img{width:100%;height:100%;object-fit:contain}

@media(max-width:800px){
  .site-header,.site-header.scrolled{height:108px}
  .site-header:after{bottom:-21px;height:30px}
  .brand{gap:9px;white-space:normal}
  .brand img{width:98px;height:98px}
  .brand span{display:inline;max-width:190px;font-size:.82rem;line-height:1.7}
  .menu-toggle{width:52px;min-width:52px;height:48px;padding:12px}
  .menu-toggle-lines{width:28px}
  .footer-logo-panel{width:180px;min-width:180px;height:155px}
}

@media(max-width:560px){
  .site-header,.site-header.scrolled{height:106px}
  .brand{gap:5px}
  .brand img{width:96px;height:96px}
  .brand span{display:inline;max-width:145px;font-size:.72rem;line-height:1.65}
  .menu-toggle{width:50px;min-width:50px}
  .footer-brand{display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px}
  .footer-logo-panel{width:220px;min-width:220px;height:185px}
  .footer-brand h3{font-size:1.08rem}
}

/* Definitive visual corrections */
.site-header:after{content:none}
.header-wave{display:block;bottom:-42px;height:44px}
.footer-logo-panel{position:relative;width:230px;min-width:230px;height:190px;padding:0;background:transparent;border-radius:0;box-shadow:none;isolation:isolate}
.footer-logo-panel:before{content:"";position:absolute;z-index:0;inset:8%;background:radial-gradient(ellipse,rgba(255,255,255,.12),transparent 70%);filter:blur(8px)}
.footer-brand .footer-logo-panel img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1) drop-shadow(0 10px 24px rgba(0,0,0,.24))}

@media(max-width:800px){
  .header-wave{bottom:-38px;height:40px}
  .hero{padding-top:150px}
  .menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:52px;min-width:52px;height:48px;padding:10px 11px}
  .menu-toggle .menu-line{display:block;width:28px;height:3px;margin:0;background:var(--navy);border-radius:6px;transform:none;opacity:1}
  .menu-toggle.active .menu-line:nth-child(1){transform:translateY(9px) rotate(45deg)}
  .menu-toggle.active .menu-line:nth-child(2){opacity:0}
  .menu-toggle.active .menu-line:nth-child(3){transform:translateY(-9px) rotate(-45deg)}
  .footer-logo-panel{width:215px;min-width:215px;height:180px}
}

@media(max-width:560px){
  .header-wave{bottom:-34px;height:36px}
  .footer-logo-panel{width:240px;min-width:240px;height:200px}
}
