
:root{--bg:#090b0f;--panel:#11151d;--text:#f4f4f5;--muted:#b8bec9;--gold:#f3b21b;--line:#293140}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}
.topbar{background:#07080b;color:#d8dbe1;font-size:14px;padding:8px 6%;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;border-bottom:1px solid var(--line)}
.site-header{position:sticky;top:0;z-index:20;background:rgba(9,11,15,.94);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;padding:22px 6%;border-bottom:1px solid var(--line)}
.brand{
display:flex;
align-items:center;
gap:28px;
text-decoration:none;
min-width:520px;
}

.brand img{
width:240px;
height:auto;
max-width:none;
object-fit:contain;
transform:scale(1.25);
transform-origin:left center;
filter:drop-shadow(0 8px 20px rgba(0,0,0,.45));
}

.brand strong{
font-size:34px;
font-weight:900;
line-height:1;
}

.brand span{
display:block;
color:var(--muted);
font-size:13px;
line-height:1.25;
margin-top:3px;
max-width:260px;
}

.brand small{
display:block;
margin-top:6px;
font-size:12px;
font-weight:700;
color:#f3b21d;
letter-spacing:.5px;
text-transform:uppercase;
}
.nav{
display:flex;
flex-wrap:wrap;
justify-content:flex-end;
align-items:center;
gap:10px;
max-width:100%;
padding:8px 10px;
}

.nav a{
display:inline-flex;
align-items:center;
justify-content:center;
background:#111827;
color:#fff;
text-decoration:none;
border-radius:10px;
padding:8px 12px;
font-size:14px;
font-weight:700;
min-height:auto;
white-space:nowrap;
}
}

.nav a:hover{
transform:translateY(-2px);
}
.nav{
    gap:18px;
    font-size:15px;
}
align-items:center;
flex-wrap:nowrap;
}
.hero{min-height:82vh;background-size:cover;background-position:center;display:flex;align-items:center;padding:90px 6%}.hero-inner{max-width:860px}.eyebrow{text-transform:uppercase;letter-spacing:.28em;color:var(--gold);font-weight:900;font-size:13px;margin:0 0 16px}
h1{font-size:clamp(18px,3.2vw,36px);line-height:1.05;max-width:1000px;margin:0 0 24px;font-weight:1000;letter-spacing:-.04em}h2{font-size:clamp(32px,4vw,54px);line-height:1.05;margin:0 0 24px;font-weight:1000;letter-spacing:-.03em}h3{margin:0 0 12px;font-size:16px}.hero-text{font-size:21px;color:#e7e9ef;max-width:760px;margin-bottom:30px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-block;padding:14px 24px;border-radius:999px;font-weight:900;border:2px solid transparent;cursor:pointer}.btn.primary{background:var(--gold);color:#111}.btn.secondary{border-color:#fff;color:#fff;background:rgba(255,255,255,.06)}.btn:hover{transform:translateY(-1px);filter:brightness(1.08)}
.stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    background: #0e1219;
    border-block: 1px solid var(--line);
}

.stats div {
    text-align: center;
    padding: 36px 18px;
    border-right: 1px solid var(--line);
}

.stats div:last-child {
    border-right: 0;
}

.stats strong {
    display: block;
    color: var(--gold);
    font-size: 38px;
    font-weight: 1000;
    line-height: 1;
}

.stats span {
    display: block;
    color: var(--muted);
    margin-top: 8px;
}
.section{padding:90px 6%;max-width:1440px;margin:auto}.section.dark{background:#0d1118;max-width:none}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:center}.split p,.intro,.compliance p{color:var(--muted);font-size:18px}.feature-photo img{border-radius:28px;border:1px solid var(--line);box-shadow:0 30px 80px rgba(0,0,0,.4);aspect-ratio:4/3;object-fit:cover}
.ticks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px}.ticks span{background:var(--panel);border:1px solid var(--line);padding:14px 16px;border-radius:14px}.ticks span:before{content:"✓";color:var(--gold);font-weight:900;margin-right:8px}.center{text-align:center}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px;max-width:1280px;margin-inline:auto}.service-grid article{background:linear-gradient(145deg,#151b25,#0c1017);border:1px solid var(--line);padding:30px;border-radius:24px;min-height:190px}.service-grid article:hover,.project-card:hover{border-color:var(--gold)}.service-grid p{color:var(--muted)}
.project-grid.project-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  gap:25px;
  max-width:1200px;
  margin:0 auto;
  align-items:stretch;
}.project-card{
  background:#111827;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 5px 20px rgba(0,0,0,.3);
  min-height:430px;
}
.project-card img{
  width:100%;
  height:230px;
  object-fit:cover;
  display:block;
}.project-content{padding:24px}.project-content p{color:var(--muted)}
.compliance{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;background:linear-gradient(135deg,#0b0d12,#161b24);border-block:1px solid var(--line);max-width:none}.compliance-list{display:grid;gap:14px}.compliance-list span{background:#090b0f;border:1px solid var(--line);padding:18px 20px;border-radius:16px}.compliance-list span:before{content:"✓";color:var(--gold);font-weight:900;margin-right:10px}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:34px}.gallery-item{position:relative;overflow:hidden;border-radius:18px;border:1px solid var(--line);background:#000}.gallery-item img{width:100%;height:220px;object-fit:cover;transition:.4s}.gallery-item:hover img{transform:scale(1.05)}.gallery-item span{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,rgba(0,0,0,.88));padding:42px 14px 12px;font-size:13px;font-weight:800}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:44px}form{background:var(--panel);border:1px solid var(--line);border-radius:26px;padding:28px;display:grid;gap:14px}input,textarea{width:100%;padding:15px 16px;border-radius:14px;border:1px solid var(--line);background:#090b0f;color:#fff;font:inherit}input:focus,textarea:focus{outline:2px solid var(--gold)}
.whatsapp{position:fixed;right:18px;bottom:18px;background:#34c759;color:#08220d;padding:14px 20px;border-radius:999px;font-weight:1000;box-shadow:0 12px 28px rgba(0,0,0,.4);z-index:30}.footer{background:#050607;border-top:1px solid var(--line);padding:34px 6%;display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center;color:var(--muted)}.footer img{width:130px;background:#fff;border-radius:6px;padding:6px}.footer strong{color:#fff}
@media(max-width:950px){.menu-toggle{display:block}.nav{
display:grid !important;
grid-template-columns:repeat(3,1fr);
gap:10px;
padding:10px;
}

.nav a{
font-size:16px !important;
padding:12px 8px;
border-radius:14px;
}.nav.open{display:flex}.split,.compliance,.contact{grid-template-columns:1fr}.service-grid,.project-grid{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr 1fr}.hero{min-height:74vh}}
@media(max-width:620px){.topbar{font-size:12px}.brand img{width:88px;height:50px}.brand strong{font-size:18px}.brand span{font-size:12px}.service-grid,.project-grid,.gallery-grid,.ticks{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.stats div{border-right:0;border-bottom:1px solid var(--line)}.footer{grid-template-columns:1fr}.hero{padding:70px 6%}.hero-text{font-size:18px}}..product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.product-card {
    background: #151922;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    transition: 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card h3 {
    color: #f2b632;
    margin-bottom: 12px;
}

.product-card p {
    color: #d0d0d0;
    margin-bottom: 16px;
}

.order-btn {
    display: inline-block;
    background: #f2b632;
    color: #111;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
}

.order-btn:hover {
    opacity: 0.9;
}/* PRODUCTS SECTION */

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.product-card {
    background: #151922;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    transition: 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card h3 {
    color: #f2b632;
    margin-bottom: 12px;
}

.product-card p {
    color: #d0d0d0;
    margin-bottom: 16px;
}

.order-btn {
    display: inline-block;
    background: #f2b632;
    color: #111;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
}

.order-btn:hover {
    opacity: 0.9;
.promo-banner {
    background: linear-gradient(90deg, #ff8c00, #f2b632) !important;
    color: #111 !important;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 800;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 10;
}

.promo-banner marquee {
    color: #111 !important;
    background: transparent !important;
    font-weight: 800;
}
}@media (max-width: 900px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 5%;
  }

  .brand {
    min-width: 0;
    width: 100%;
  }

  .brand img {
    width: 120px;
  }

  .brand strong {
    font-size: 26px;
  }

  .brand span {
    font-size: 13px;
    max-width: 100%;
  }

  .nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 14px;
    font-size: 14px;
  }

  .nav a {
    text-align: center;
    background: rgba(255,255,255,.06);
    padding: 10px 8px;
    border-radius: 10px;
  }

  .hero {
    padding: 60px 5%;
    min-height: auto;
  }
.hero {
    padding: 45px 5%;
    min-height: auto;
}

.hero-text {
    font-size: 16px;
}
     h1 {
    font-size: 34px;
    line-height: 1.05;
}
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .project-grid,
  .gallery-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .contact {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
    text-align: center;
  }

  .footer img {
    max-width: 180px;
    margin: auto;
  }
}.menu-toggle{
display:none !important;
}.menu-toggle{
display:none !important;
}
@media (max-width: 768px){

  /* Header tighter */
  .site-header{
    padding:12px 4%;
  }

  /* Logo smaller but cleaner */
  .brand{
    gap:12px !important;
    align-items:flex-start !important;
  }

  .brand img{
    width:90px !important;
    height:auto !important;
  }

  .brand strong{
    font-size:20px !important;
  }

  .brand span{
    font-size:14px !important;
    line-height:1.3 !important;
  }

  /* LABOH partner text */
  .supplier-note{
    font-size:12px !important;
    margin-top:6px !important;
  }

  /* Menu buttons compact */
  .nav{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:10px !important;
    margin-top:15px !important;
  }

  .nav a{
    font-size:15px !important;
    padding:12px 8px !important;
    text-align:center !important;
    border-radius:14px !important;
  }

  /* Hero section fixes */
  .hero{
    min-height:auto !important;
    padding:35px 20px !important;
  }

  .hero h1{
    font-size:42px !important;
    line-height:0.95 !important;
    max-width:100% !important;
    margin-bottom:15px !important;
  }

  .hero h2,
  .hero p{
    font-size:16px !important;
  }

  /* WhatsApp button smaller */
  .whatsapp-btn{
    transform:scale(.85);
    transform-origin:bottom right;
  }
}@media (max-width: 768px){

  .hero{
    padding:28px 20px 45px 20px !important;
    min-height:auto !important;
    background-position:center !important;
  }

  .hero h1{
    font-size:34px !important;
    line-height:1.05 !important;
    margin-top:0 !important;
    margin-bottom:14px !important;
    max-width:100% !important;
  }

  .hero-inner{
    padding-top:0 !important;
  }

  .hero .eyebrow{
    font-size:12px !important;
    letter-spacing:3px !important;
    margin-bottom:10px !important;
  }

}@media (max-width: 768px){

  .hero{
    padding:20px 20px 35px 20px !important;
    min-height:auto !important;
  }

  .hero h1{
    font-size:28px !important;
    line-height:1.05 !important;
    margin:0 0 12px 0 !important;
    max-width:100% !important;
  }

  .hero .eyebrow{
    font-size:11px !important;
    letter-spacing:2px !important;
    margin-bottom:8px !important;
  }

  .hero-text{
    font-size:14px !important;
    line-height:1.35 !important;
  }

}@media only screen and (max-width: 768px){
  .hero h1,
  h1{
    font-size:28px !important;
    line-height:1.05 !important;
    margin:0 0 12px 0 !important;
    max-width:100% !important;
    word-break:normal !important;
  }

  .hero{
    padding-top:20px !important;
    padding-bottom:35px !important;
    min-height:auto !important;
  }
}@media only screen and (max-width: 768px){
  .whatsapp{
    right:18px !important;
    bottom:85px !important;
    padding:14px 22px !important;
    font-size:18px !important;
  }
}@media only screen and (max-width: 768px){

  .site-header{
    padding:14px 16px !important;
  }

  .brand{
    gap:12px !important;
  }

  .brand img{
    width:90px !important;
  }

  .brand strong{
    font-size:22px !important;
  }

  .brand span{
    font-size:13px !important;
    line-height:1.25 !important;
  }

  .supplier-note{
    font-size:12px !important;
    line-height:1.2 !important;
  }

 @media only screen and (max-width: 768px){

  .whatsapp,
  .whatsapp-btn{
    position:fixed !important;
    right:14px !important;
    bottom:135px !important;
    transform:scale(.75) !important;
    transform-origin:bottom right !important;
    z-index:9999 !important;
  }
.brand img{
    width:80px !important;
}

.brand strong{
    font-size:20px !important;
}

.brand span{
    font-size:12px !important;
    line-height:1.2 !important;}
}
  .hero{
    position:relative !important;
  }

  .hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    z-index:1;
  }

  .hero-inner{
    position:relative;
    z-index:2;
  }

}@media only screen and (max-width: 768px){
  .whatsapp{
    bottom:155px !important;
    right:18px !important;
    transform:scale(.72) !important;
  }
}/* PROJECT / GALLERY IMAGE GRID */
.projects-grid,
.gallery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:22px;
    padding:20px 0;
}

.project-card,
.gallery-card{
    background:#11151d;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 4px 12px rgba(0,0,0,.25);
}

.project-card img,
.gallery-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
}

.project-card h3,
.gallery-card h3{
    padding:14px;
    font-size:18px;
    font-weight:700;
}/* PROJECT / GALLERY IMAGE GRID */
.projects-grid,
.gallery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:22px;
    padding:20px 0;
}

.project-card,
.gallery-card{
    background:#11151d;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 4px 12px rgba(0,0,0,.25);
}

.project-card img,
.gallery-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
}

.project-card h3,
.gallery-card h3{
    padding:14px;
    font-size:18px;
    font-weight:700;
}/* FIX FEATURED PROJECTS GRID */
.project-grid{
    display:grid !important;
    grid-template-columns:repeat(3, 1fr) !important;
    gap:24px !important;
    max-width:1200px !important;
    margin:0 auto !important;
}

.project-grid article,
.project-card{
    background:#11151d !important;
    border-radius:22px !important;
    overflow:hidden !important;
    min-height:auto !important;
}

.project-grid img,
.project-card img{
    width:100% !important;
    height:260px !important;
    object-fit:cover !important;
    display:block !important;
}

.project-grid h3,
.project-card h3{
    padding:14px 16px !important;
    font-size:18px !important;
}

/* MOBILE FEATURED PROJECTS */
@media only screen and (max-width: 768px){
    .project-grid{
        grid-template-columns:1fr !important;
        gap:18px !important;
        padding:0 16px !important;
    }

    .project-grid img,
    .project-card img{
        height:220px !important;
    }
}.project-section{
  margin:50px auto;
  max-width:1200px;
  padding:25px;
  background:#0f1724;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
}

.project-section h3{
  color:#f8b400;
  font-size:32px;
  margin-bottom:10px;
}

.project-section p{
  color:#d0d0d0;
  font-size:17px;
  line-height:1.6;
  margin-bottom:25px;
}

.project-photo-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:20px;
}

.photo-card{
  background:#111827;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 22px rgba(0,0,0,.35);
}

.photo-card img{
  width:100%;
  height:230px;
  object-fit:cover;
  display:block;
}

.photo-card span{
  display:block;
  padding:14px 16px;
  color:#fff;
  font-weight:700;
  font-size:15px;
  line-height:1.4;
}
.projects-section{
    padding:70px 5%;
    background:#0b0f19;
}

.projects-section h2{
    text-align:center;
    color:#f8c000;
    margin-bottom:10px;
}

.section-intro{
    text-align:center;
    color:#ddd;
    margin-bottom:40px;
}

.project-grid{
    display:grid;
    grid-template-columns:
    repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
}

.project-card{
    background:#111827;
    border-radius:18px;
    overflow:hidden;
    transition:.3s;
    box-shadow:0 5px 20px rgba(0,0,0,.3);
}

.project-card:hover{
    transform:translateY(-6px);
}

.project-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.project-card h3{
    color:#f8c000;
    padding:20px 20px 10px;
}

.project-card p{
    padding:0 20px 25px;
    color:#ddd;
    line-height:1.6;
}/* FINAL PROJECT GRID FIX */
.projects-section{
  padding:60px 20px !important;
}

.project-grid{
  display:grid !important;
  grid-template-columns:repeat(3, 1fr) !important;
  gap:25px !important;
  max-width:1200px !important;
  margin:0 auto !important;
}

.project-card{
  width:100% !important;
  max-width:100% !important;
  min-height:420px !important;
  background:#111827 !important;
  border-radius:18px !important;
  overflow:hidden !important;
}

.project-card img{
  width:100% !important;
  height:230px !important;
  object-fit:cover !important;
  display:block !important;
}

@media(max-width:900px){
  .project-grid{
    grid-template-columns:repeat(2, 1fr) !important;
  }
}

@media(max-width:600px){
  .project-grid{
    grid-template-columns:1fr !important;
  }
}/* FINAL OVERRIDE - PROJECT CARDS */
#projects .project-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:25px !important;
  max-width:1200px !important;
  margin:30px auto !important;
}

#projects .project-card{
  display:block !important;
  width:auto !important;
  max-width:none !important;
  min-height:420px !important;
  background:#111827 !important;
  border:1px solid rgba(255,255,255,.15) !important;
  border-radius:18px !important;
  overflow:hidden !important;
  padding:0 !important;
}

#projects .project-card a{
  display:block !important;
  width:100% !important;
}

#projects .project-card img{
  display:block !important;
  width:100% !important;
  height:230px !important;
  object-fit:cover !important;
  border-radius:0 !important;
}

#projects .project-card h3{
  padding:18px 18px 8px !important;
  margin:0 !important;
  color:#f8b400 !important;
}

#projects .project-card p{
  padding:0 18px 22px !important;
  margin:0 !important;
}

@media(max-width:900px){
  #projects .project-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}

@media(max-width:600px){
  #projects .project-grid{
    grid-template-columns:1fr !important;
  }
}.project-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr)) !important;
  gap:24px !important;
  align-items:start !important;
}

.project-card{
  overflow:hidden !important;
  border-radius:18px !important;
}

.project-image{
  height:220px !important;
  width:100% !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#111827 !important;
}

.project-image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
}

.project-content{
  padding:22px !important;
}.project-grid img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:14px;
  display:block;
}.footer-links{
  display:flex;
  justify-content:center;
  gap:18px;
  margin-top:20px;
  flex-wrap:wrap;
}

.footer-links a{
  background:#d39b2d;
  color:#111827;
  padding:12px 22px;
  border-radius:12px;
  text-decoration:none;
  font-weight:700;
}

.footer-links a:hover{
  background:#f0b340;
}

.footer-links .disabled-link{
  background:#555;
  color:#ccc;
  cursor:not-allowed;
}.legal-tab{
    display:inline-block;
    margin:15px 0 25px 0;
    padding:12px 22px;
    background:#f5a623;
    color:#111827 !important;
    border-radius:12px;
    font-weight:700;
    text-decoration:none;
}

.legal-tab:hover{
    background:#ffbf3f;
}.quick-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  padding: 25px 20px;
  background: #0b1220;
  border-top: 1px solid #1f2937;
  border-bottom: 1px solid #1f2937;
}

.quick-actions a {
  background: #f5a623;
  color: #111827 !important;
  text-align: center;
  padding: 15px 18px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
}

.quick-actions a:hover {
  background: #ffbf3f;
}.trust-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.trust-badges div {
  background: #111827;
  color: #ffffff;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid #263247;
  font-weight: 700;
}.emergency-note {
  background: linear-gradient(135deg, #111827, #0b1220);
  border-left: 6px solid #f8a400;
  border-radius: 18px;
  padding: 28px 35px;
  margin: 35px auto;
  max-width: 1200px;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.emergency-note h3 {
  color: #f8a400;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.emergency-note p {
  line-height: 1.7;
}

.emergency-note ul {
  margin-top: 15px;
  padding-left: 20px;
}

.emergency-note li {
  margin-bottom: 10px;
}
}.company-motto {
  text-align: center;
  font-style: italic;
  color: #f8a400;
  margin-top: 15px;
  opacity: 0.9;
}.motto-banner {
  background: linear-gradient(135deg, #0b1220, #111827);
  border-top: 3px solid #f8a400;
  border-bottom: 3px solid #f8a400;
  padding: 55px 25px;
  text-align: center;
  margin-top: 50px;
}.motto-banner {
  background: linear-gradient(135deg, #0b1220, #111827);
  border-top: 2px solid #f8a400;
  border-bottom: 2px solid #f8a400;
  padding: 35px 20px;
  text-align: center;
  margin-top: 35px;
}

.motto-banner h2 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.35;
  max-width: 1100px;
  margin: auto;
}

.motto-banner span {
  color: #f8a400;
  font-weight: 900;
}

.motto-banner p {
  margin-top: 14px;
  color: #9ca3af;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}.quote-btn,
/* ALL navigation buttons same colour */
nav a {
  background: #f8a400 !important;
  color: #111827 !important;
  padding: 10px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.3s ease;
}

/* Hover effect */
nav a:hover {
  background: #ffbf3f !important;
  color: #111827 !important;
}.footprint-box{
    background:#111827;
    border-left:5px solid #f8a400;
    padding:24px;
    margin-top:35px;
    border-radius:16px;
}

.footprint-box h3{
    color:#f8a400;
    margin-bottom:12px;
    font-size:1.3rem;
}

.footprint-box p{
    color:#e5e7eb;
    line-height:1.7;
}/* Mobile header/menu fix */
@media (max-width: 768px) {
  header {
    padding: 18px 14px;
  }

  nav {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
  }

  nav a {
    font-size: 14px !important;
    padding: 10px 8px !important;
    text-align: center;
    border-radius: 10px;
    white-space: normal !important;
  }

  .brand,
  .header-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .brand img {
    max-width: 140px;
    height: auto;
  }
/* Match all large white section headers to H1 */
section h2,
.section h2,
.projects h2,
.services h2,
.about h2,
.contact h2 {
    font-size: clamp(18px, 3.2vw, 36px) !important;
    font-weight: 1000;
    line-height: 1.05;
/* FINAL: consistent main heading sizes */
.hero h1,
.section-head h2,
.split h2,
#about h2,
#services h2,
#projects h2,
#deals h2,
#products h2,
#order h2,
#contact h2,
#privacy h2,
#paia h2,
#terms h2 {
  font-size: clamp(26px, 4vw, 42px) !important;
  line-height: 1.08 !important;
  font-weight: 1000 !important;
  letter-spacing: -0.02em !important;
}