/*
Theme Name:  Danish Aluminium
Theme URI:   https://www.danishaluminium.com
Author:      Danish Aluminium Nahan
Author URI:  https://www.danishaluminium.com
Description: Premium WordPress theme for Danish Aluminium – Nahan, Himachal Pradesh. Aluminium & Steel Fabrication company since 1984. Fully SEO optimized, responsive, WooCommerce ready.
Version:     2.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: danish-aluminium
Tags:        custom-menu, featured-images, threaded-comments, translation-ready, responsive-layout, custom-colors, full-width-template, woocommerce
*/

/* ==============================
   CSS VARIABLES
================================ */
:root {
  --gold: #C8A84B;
  --gold-l: #E8C97A;
  --gold-d: #8B6914;
  --dark: #0D0D0D;
  --dark2: #141414;
  --dark3: #1C1C1C;
  --dark4: #242424;
  --mid: #2E2E2E;
  --white: #fff;
  --light: #F5F2EC;
  --muted: #888;
  --textmid: #B0A898;
  --green: #22c55e;
  --red: #e53e3e;
  --r: 4px;
  --rl: 8px;
  --tr: 0.3s cubic-bezier(.4,0,.2,1);
}

/* ==============================
   RESET & BASE
================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--dark);
  color: var(--light);
  line-height: 1.7;
  overflow-x: hidden;
  padding-top: 108px; /* ann-bar ~36px + navbar 72px */
}
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--dark2); }
::-webkit-scrollbar-thumb { background: var(--gold-d); border-radius: 3px; }
h1,h2,h3,h4,h5,h6 { font-family: 'Playfair Display', serif; line-height: 1.2; color: var(--white); }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { cursor: pointer; font-family: 'DM Sans', sans-serif; }
p { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

/* ==============================
   UTILITY
================================ */
.gold { color: var(--gold); }
.italic { font-style: italic; }
.text-center { text-align: center; }
.text-center .sec-sub { margin: 0 auto; }
.text-center .divider { margin: 14px auto 22px; }
.container { max-width: 1380px; margin: 0 auto; padding: 0 24px; }
.section { padding: 90px 0; }
.section-sm { padding: 60px 0; }
.sec-label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.sec-title { font-size: clamp(28px,4vw,50px); margin-bottom: 14px; }
.sec-sub { font-size: 16px; color: var(--textmid); max-width: 580px; line-height: 1.8; }
.divider { width: 56px; height: 3px; background: linear-gradient(90deg,var(--gold),transparent); margin: 14px 0 22px; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ==============================
   BUTTONS
================================ */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; font-size: 13px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; border: none; border-radius: var(--r); transition: var(--tr); white-space: nowrap; cursor: pointer; }
.btn-gold { background: var(--gold); color: var(--dark); }
.btn-gold:hover { background: var(--gold-l); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(200,168,75,.35); color: var(--dark); }
.btn-outline { background: transparent; color: var(--gold); border: 1.5px solid var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--dark); transform: translateY(-2px); }
.btn-dark { background: var(--dark4); color: var(--white); border: 1px solid var(--mid); }
.btn-dark:hover { border-color: var(--gold); color: var(--gold); }
.btn-sm { padding: 8px 16px; font-size: 12px; }
.btn-icon { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(200,168,75,.3); background: transparent; color: var(--gold); border-radius: var(--r); transition: var(--tr); }
.btn-icon:hover { background: var(--gold); color: var(--dark); }
.btn-icon svg { width: 15px; height: 15px; }

/* ==============================
   ANNOUNCEMENT BAR
================================ */
.ann-bar { background: linear-gradient(90deg, var(--gold-d), #6b4f0a, var(--gold-d)); padding: 7px 24px; overflow: hidden; position: relative; z-index: 1001; }
.ann-inner { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 12px; font-weight: 500; color: rgba(255,255,255,.85); white-space: nowrap; }
.ann-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-l); flex-shrink: 0; animation: pulse 2s infinite; }
.ann-cta { color: var(--gold-l); font-weight: 700; letter-spacing: .06em; border-bottom: 1px solid rgba(232,201,122,.4); padding-bottom: 1px; transition: color .2s; flex-shrink: 0; }
.ann-cta:hover { color: #fff; }
@media(max-width:640px) { .ann-inner span { display: none; } .ann-inner { justify-content: center; } }

/* ==============================
   NAVBAR
================================ */
#navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: background .3s, box-shadow .3s, top .3s; }
#navbar.scrolled { background: rgba(10,10,10,.96); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border-bottom: 1px solid rgba(200,168,75,.18); box-shadow: 0 4px 30px rgba(0,0,0,.6); top: 0; }
.nav-wrap { max-width: 1380px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; height: 72px; }

/* Logo */
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-box { width: 44px; height: 44px; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-d) 100%); border-radius: var(--r); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', cursive; font-size: 21px; color: var(--dark); flex-shrink: 0; box-shadow: 0 4px 14px rgba(200,168,75,.35); }
.logo-text { display: flex; flex-direction: column; }
.logo-name { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--white); line-height: 1.15; letter-spacing: .01em; }
.logo-sub { font-size: 10px; color: var(--gold); letter-spacing: .18em; text-transform: uppercase; line-height: 1; }

/* Desktop nav links */
.nav-links { display: flex; align-items: center; gap: 0; }
.nav-links a, .nav-links li > a { display: block; padding: 8px 13px; color: var(--textmid); font-size: 13px; font-weight: 500; border-radius: var(--r); transition: color .25s, background .25s; letter-spacing: .01em; text-decoration: none; }
.nav-links a:hover, .nav-links a.active, .nav-links .current-menu-item > a, .nav-links .current_page_item > a { color: var(--gold); background: rgba(200,168,75,.09); }

/* Dropdown */
.nav-drop { position: relative; }
.nav-drop:hover .dropdown-menu { display: block; }
.dropdown-menu { display: none; position: absolute; top: calc(100% + 8px); left: 0; min-width: 220px; background: var(--dark3); border: 1px solid rgba(200,168,75,.15); border-radius: var(--rl); padding: 8px; z-index: 200; box-shadow: 0 20px 50px rgba(0,0,0,.7); animation: fadeD .18s ease; }
@keyframes fadeD { from { opacity:0; transform:translateY(-6px); } to { opacity:1; transform:none; } }
.dropdown-menu a { display: block; padding: 9px 14px; color: var(--textmid); font-size: 13px; border-radius: var(--r); transition: var(--tr); }
.dropdown-menu a:hover { color: var(--gold); background: rgba(200,168,75,.08); }

/* Right actions */
.nav-right { display: flex; align-items: center; gap: 10px; }
.nav-phone { display: flex; align-items: center; gap: 7px; color: var(--gold); font-size: 13px; font-weight: 700; white-space: nowrap; transition: color .2s; }
.nav-phone:hover { color: var(--gold-l); }
.nav-phone svg { flex-shrink: 0; }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: 1px solid rgba(200,168,75,.25); padding: 8px; border-radius: var(--r); cursor: pointer; }
.hamburger span { display: block; width: 20px; height: 2px; background: var(--gold); border-radius: 2px; transition: var(--tr); }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav */
.mobile-nav { display: none; position: fixed; top: 108px; left: 0; right: 0; background: rgba(14,14,14,.98); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(200,168,75,.12); padding: 12px 24px 20px; z-index: 990; flex-direction: column; gap: 2px; max-height: calc(100vh - 108px); overflow-y: auto; }
#navbar.scrolled ~ .mobile-nav, .mobile-nav { top: 72px; }
.mobile-nav.open { display: flex; }
.mobile-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.mobile-nav a, .mobile-nav li > a { display: block; padding: 12px 4px; color: var(--textmid); font-size: 15px; font-weight: 500; border-bottom: 1px solid rgba(255,255,255,.05); transition: color .2s, padding-left .2s; text-decoration: none; }
.mobile-nav a:hover, .mobile-nav li > a:hover { color: var(--gold); padding-left: 8px; }
.mob-nav-cta { display: flex; gap: 10px; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(200,168,75,.12); }

/* ==============================
   PAGE HERO / BANNER
================================ */
.page-hero { padding: 60px 0 70px; background: var(--dark); position: relative; overflow: hidden; border-bottom: 1px solid rgba(200,168,75,.1); }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 70% at 60% 50%,rgba(200,168,75,.05) 0%,transparent 60%); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(36px,5vw,64px); margin-bottom: 16px; }
.page-hero p { font-size: 17px; color: var(--textmid); max-width: 560px; line-height: 1.8; }
.breadcrumbs { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); margin-bottom: 20px; flex-wrap: wrap; }
.breadcrumbs a { color: var(--muted); transition: color .3s; }
.breadcrumbs a:hover { color: var(--gold); }
.breadcrumbs .sep { opacity: .4; }
.breadcrumbs .current { color: var(--gold); }

/* ==============================
   TRUST BAR
================================ */
.trust-bar { background: var(--dark3); border-top: 1px solid rgba(200,168,75,.1); border-bottom: 1px solid rgba(200,168,75,.1); padding: 18px 0; overflow: hidden; }
.trust-track { display: flex; gap: 44px; animation: marquee 28s linear infinite; width: max-content; }
@keyframes marquee { from { transform:translateX(0); } to { transform:translateX(-50%); } }
.trust-item { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; font-weight: 500; white-space: nowrap; }
.trust-item svg { color: var(--gold); width: 15px; height: 15px; flex-shrink: 0; }

/* ==============================
   SERVICES GRID
================================ */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(270px,1fr)); gap: 22px; margin-top: 52px; }
.svc-card { background: var(--dark3); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; padding: 28px; transition: var(--tr); position: relative; overflow: hidden; }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg,var(--gold),transparent); transform: scaleX(0); transform-origin: left; transition: var(--tr); }
.svc-card:hover { border-color: rgba(200,168,75,.25); transform: translateY(-4px); box-shadow: 0 18px 50px rgba(0,0,0,.4); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-icon { width: 52px; height: 52px; background: rgba(200,168,75,.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; transition: var(--tr); }
.svc-card:hover .svc-icon { background: rgba(200,168,75,.2); }
.svc-icon svg { width: 26px; height: 26px; color: var(--gold); }
.svc-card h3 { font-size: 19px; margin-bottom: 9px; }
.svc-card p { font-size: 13.5px; color: var(--muted); line-height: 1.7; margin-bottom: 0; }
.svc-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 16px; font-size: 12px; color: var(--gold); font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

/* ==============================
   PRODUCTS / WOOCOMMERCE
================================ */
.products-section { background: var(--dark2); }
.products-filter { display: flex; gap: 8px; flex-wrap: wrap; margin: 32px 0 24px; }
.filter-btn { padding: 7px 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 100px; background: transparent; color: var(--muted); font-size: 13px; font-weight: 500; cursor: pointer; transition: var(--tr); }
.filter-btn.active, .filter-btn:hover { background: var(--gold); color: var(--dark); border-color: var(--gold); }
.products-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(290px,1fr)); gap: 22px; }
.product-card { background: var(--dark3); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; overflow: hidden; transition: var(--tr); }
.product-card:hover { border-color: rgba(200,168,75,.3); transform: translateY(-4px); box-shadow: 0 18px 50px rgba(0,0,0,.4); }
.product-image { aspect-ratio: 4/3; background: var(--dark4); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-badge { position: absolute; top: 11px; left: 11px; background: var(--gold); color: var(--dark); font-size: 10px; font-weight: 700; padding: 3px 10px; border-radius: 100px; text-transform: uppercase; }
.product-body { padding: 18px; }
.product-cat { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 7px; }
.product-body h3 { font-size: 17px; color: var(--white); margin-bottom: 7px; line-height: 1.3; }
.product-body p { font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: 10px; }
.product-meta { display: flex; gap: 14px; font-size: 12px; color: var(--textmid); margin-bottom: 14px; flex-wrap: wrap; }
.product-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.06); gap: 10px; flex-wrap: wrap; }
.product-price { font-family: 'Playfair Display',serif; font-size: 15px; color: var(--white); }
/* WooCommerce overrides */
.woocommerce-page .woocommerce { color: var(--light); }
.woocommerce a.button, .woocommerce button.button { background: var(--gold) !important; color: var(--dark) !important; border-radius: var(--r) !important; font-family: 'DM Sans',sans-serif !important; font-weight: 600 !important; letter-spacing: .07em !important; text-transform: uppercase !important; }
.woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--gold-l) !important; }
.woocommerce .price { color: var(--gold) !important; font-family: 'Playfair Display',serif !important; }
.woocommerce-product-gallery { background: var(--dark3); border-radius: 12px; }

/* ==============================
   GALLERY
================================ */
.gallery-section { background: var(--dark2); }
.gallery-masonry { columns: 4; column-gap: 14px; margin-top: 44px; }
.gallery-item { break-inside: avoid; margin-bottom: 14px; border-radius: 8px; overflow: hidden; cursor: pointer; transition: var(--tr); position: relative; background: var(--dark3); border: 1px solid rgba(255,255,255,.05); }
.gallery-item:hover { transform: scale(1.01); box-shadow: 0 16px 40px rgba(0,0,0,.5); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.45); display: flex; align-items: center; justify-content: center; opacity: 0; transition: var(--tr); }
.gallery-item:hover .gallery-overlay { opacity: 1; }

/* ==============================
   TESTIMONIALS
================================ */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 22px; margin-top: 52px; }
.testi-card { background: var(--dark3); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; padding: 26px; position: relative; }
.testi-card::before { content: '"'; font-family: 'Playfair Display',serif; font-size: 72px; color: rgba(200,168,75,.1); position: absolute; top: -8px; left: 18px; line-height: 1; }
.stars { display: flex; gap: 3px; margin-bottom: 14px; }
.stars svg { width: 15px; height: 15px; color: var(--gold); }

/* ==============================
   FAQ
================================ */
.faq-item { border-bottom: 1px solid rgba(255,255,255,.06); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 18px 0; background: none; border: none; color: var(--white); font-size: 15px; font-weight: 500; cursor: pointer; text-align: left; gap: 14px; transition: color .3s; }
.faq-q:hover { color: var(--gold); }
.faq-q svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--gold); transition: transform .3s; }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-ans { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-item.open .faq-ans { max-height: 300px; }
.faq-ans-in { padding-bottom: 18px; color: var(--muted); font-size: 13.5px; line-height: 1.8; }

/* ==============================
   CTA BAND
================================ */
.cta-band { background: linear-gradient(135deg,var(--dark3),rgba(200,168,75,.08)); border-top: 1px solid rgba(200,168,75,.15); border-bottom: 1px solid rgba(200,168,75,.15); padding: 72px 0; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: 'DANISH ALUMINIUM'; font-family: 'Bebas Neue',cursive; font-size: 180px; color: rgba(255,255,255,.015); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); white-space: nowrap; pointer-events: none; }
.cta-band h2 { font-size: clamp(30px,4vw,54px); margin-bottom: 14px; }
.cta-band p { font-size: 16px; color: var(--textmid); max-width: 520px; margin: 0 auto 36px; }
.cta-acts { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ==============================
   WARRANTY BAND
================================ */
.warranty-band { background: linear-gradient(135deg,rgba(200,168,75,.1),rgba(200,168,75,.03)); border: 1px solid rgba(200,168,75,.2); border-radius: 12px; padding: 28px 32px; margin-top: 48px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.warranty-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 16px; }
.wbadge { display: flex; align-items: center; gap: 8px; background: var(--dark4); border: 1px solid rgba(200,168,75,.2); border-radius: 8px; padding: 10px 16px; font-size: 13px; font-weight: 600; color: var(--gold); }

/* ==============================
   WHY US
================================ */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.why-feats { margin-top: 36px; display: flex; flex-direction: column; gap: 22px; }
.why-feat { display: flex; gap: 18px; align-items: flex-start; }
.wfi { width: 46px; height: 46px; flex-shrink: 0; border: 1px solid rgba(200,168,75,.25); border-radius: var(--rl); display: flex; align-items: center; justify-content: center; background: rgba(200,168,75,.06); }
.wfi svg { width: 20px; height: 20px; color: var(--gold); }
.why-vis { background: var(--dark3); border: 1px solid rgba(200,168,75,.12); border-radius: 18px; padding: 40px; }
.ach { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.05); font-size: 14px; color: var(--textmid); }
.ach:last-child { border-bottom: none; }
.ach svg { width: 17px; height: 17px; color: var(--gold); flex-shrink: 0; }

/* ==============================
   PROJECTS
================================ */
.projects-section { background: var(--dark2); }
.projects-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: auto auto; gap: 16px; margin-top: 48px; }
.proj-card { background: var(--dark3); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; overflow: hidden; transition: var(--tr); }
.proj-card:hover { border-color: rgba(200,168,75,.3); box-shadow: 0 16px 40px rgba(0,0,0,.4); }
.proj-card.featured { grid-row: 1/3; }
.proj-img { background: var(--dark4); overflow: hidden; }
.proj-img img { width: 100%; height: 100%; object-fit: cover; }
.proj-card.featured .proj-img { height: 380px; }
.proj-card:not(.featured) .proj-img { height: 180px; }
.proj-info { padding: 20px; }
.proj-tag { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 7px; }

/* ==============================
   BLOG / POSTS
================================ */
.blog-section { background: var(--dark2); }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 22px; margin-top: 44px; }
.blog-card { background: var(--dark3); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; overflow: hidden; transition: var(--tr); }
.blog-card:hover { border-color: rgba(200,168,75,.25); transform: translateY(-4px); }
.blog-img { aspect-ratio: 16/9; overflow: hidden; background: var(--dark4); }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-img img { transform: scale(1.05); }
.blog-body { padding: 22px; }
.blog-meta { display: flex; gap: 14px; margin-bottom: 10px; }
.blog-cat { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.blog-date { font-size: 12px; color: var(--muted); }
.blog-body h3 { font-size: 17px; margin-bottom: 9px; line-height: 1.4; }
.blog-body p { font-size: 13px; color: var(--muted); line-height: 1.7; }
/* Single post */
.single-post-wrap { max-width: 820px; margin: 0 auto; padding: 60px 24px; }
.single-post-wrap h1 { font-size: clamp(28px,4vw,44px); margin-bottom: 20px; }
.single-post-wrap .post-content p { color: var(--textmid); line-height: 1.9; margin-bottom: 1.5em; }
.single-post-wrap .post-content h2 { font-size: 28px; margin: 40px 0 16px; color: var(--gold); }
.single-post-wrap .post-content h3 { font-size: 22px; margin: 30px 0 12px; }
.post-thumbnail { border-radius: 12px; overflow: hidden; margin-bottom: 36px; }
.post-thumbnail img { width: 100%; }

/* ==============================
   CONTACT
================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; margin-top: 52px; }
.c-details { display: flex; flex-direction: column; gap: 18px; margin-bottom: 28px; }
.c-item { display: flex; gap: 14px; align-items: flex-start; }
.c-ico { width: 42px; height: 42px; border: 1px solid rgba(200,168,75,.2); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: rgba(200,168,75,.06); }
.c-ico svg { width: 19px; height: 19px; color: var(--gold); }
.c-item h4 { font-size: 13px; font-weight: 600; color: var(--white); margin-bottom: 3px; }
.c-item p, .c-item a { font-size: 13.5px; color: var(--muted); line-height: 1.6; }
.c-item a { color: var(--gold); }
.cform-box { background: var(--dark3); border: 1px solid rgba(200,168,75,.12); border-radius: 14px; padding: 36px; }
/* Forms */
.fg { margin-bottom: 13px; }
.fg label { display: block; font-size: 11px; color: var(--muted); margin-bottom: 5px; letter-spacing: .04em; text-transform: uppercase; font-weight: 600; }
.fg input, .fg select, .fg textarea { width: 100%; background: var(--dark4); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r); padding: 10px 13px; color: var(--white); font-family: 'DM Sans',sans-serif; font-size: 14px; outline: none; transition: border-color .3s; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--gold); }
.fg select option { background: var(--dark3); }
.fg textarea { resize: vertical; min-height: 100px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
/* CF7 overrides */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea, .wpcf7 select { width: 100%; background: var(--dark4) !important; border: 1px solid rgba(255,255,255,.08) !important; border-radius: var(--r) !important; padding: 10px 13px !important; color: var(--white) !important; font-family: 'DM Sans',sans-serif !important; font-size: 14px !important; outline: none !important; transition: border-color .3s; }
.wpcf7 input[type="submit"] { background: var(--gold) !important; color: var(--dark) !important; border: none !important; padding: 13px 28px !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: .07em !important; cursor: pointer !important; border-radius: var(--r) !important; }

/* ==============================
   WA FLOAT BUTTON
================================ */
.wa-float { position: fixed; bottom: 26px; right: 26px; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 22px rgba(37,211,102,.45); z-index: 998; transition: var(--tr); animation: wab 2.5s ease-in-out 4s infinite; }
@keyframes wab { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-7px); } }
.wa-float:hover { transform: scale(1.1) !important; animation: none; }
.wa-float svg { width: 28px; height: 28px; color: #fff; }
.wa-tip { position: absolute; right: 64px; top: 50%; transform: translateY(-50%); background: var(--dark3); color: var(--white); font-size: 12px; font-weight: 500; padding: 7px 12px; border-radius: 7px; white-space: nowrap; border: 1px solid rgba(255,255,255,.1); opacity: 0; pointer-events: none; transition: opacity .2s; }
.wa-float:hover .wa-tip { opacity: 1; }

/* ==============================
   FOOTER
================================ */
.footer { background: var(--dark2); border-top: 1px solid rgba(200,168,75,.12); padding-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 44px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.05); }
.footer-brand p { font-size: 13.5px; color: var(--muted); line-height: 1.8; margin: 14px 0 20px; max-width: 300px; }
.fc h5 { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; font-family: 'DM Sans',sans-serif; }
.flinks { display: flex; flex-direction: column; gap: 9px; }
.flinks a { color: var(--muted); font-size: 13.5px; transition: var(--tr); }
.flinks a:hover { color: var(--gold); padding-left: 4px; }
.fcontact { display: flex; flex-direction: column; gap: 11px; }
.fci { display: flex; gap: 9px; align-items: flex-start; }
.fci svg { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.fci span, .fci a { font-size: 13px; color: var(--muted); line-height: 1.6; }
.fci a:hover { color: var(--gold); }
.foot-bot { padding: 18px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.foot-bot p { font-size: 13px; color: var(--muted); }
.fbot-links { display: flex; gap: 18px; }
.fbot-links a { font-size: 13px; color: var(--muted); transition: color .3s; }
.fbot-links a:hover { color: var(--gold); }
/* Social */
.soc-btns { display: flex; gap: 9px; }
.soc-btn { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--muted); transition: var(--tr); background: transparent; }
.soc-btn:hover { border-color: var(--gold); color: var(--gold); }
.soc-btn svg { width: 17px; height: 17px; }

/* ==============================
   TOAST / NOTIFICATION
================================ */
.toast { position: fixed; bottom: 96px; right: 26px; background: var(--dark3); border: 1px solid var(--gold); color: var(--white); padding: 13px 20px; border-radius: var(--rl); font-size: 13px; font-weight: 500; z-index: 9999; transform: translateX(130%); transition: transform .3s; max-width: 260px; line-height: 1.5; }
.toast.show { transform: translateX(0); }

/* ==============================
   HERO (Homepage)
================================ */
.hero { min-height: calc(100vh - 108px); display: flex; align-items: center; position: relative; overflow: hidden; background: var(--dark); }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 70% at 60% 50%,rgba(200,168,75,.06) 0%,transparent 60%); }
.hero-grid-lines { position: absolute; inset: 0; background-image: linear-gradient(rgba(200,168,75,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(200,168,75,.04) 1px,transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 60% 80% at 50% 50%,black 0%,transparent 100%); }
.hero-inner { max-width: 1380px; margin: 0 auto; padding: 50px 24px 70px; width: 100%; display: grid; grid-template-columns: 1fr 400px; gap: 56px; align-items: center; position: relative; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border: 1px solid rgba(200,168,75,.3); border-radius: 100px; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); background: rgba(200,168,75,.07); margin-bottom: 20px; }
.hero-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity:1; } 50% { opacity:.3; } }
.hero-title { font-size: clamp(38px,5.5vw,74px); font-weight: 800; line-height: 1.05; margin-bottom: 20px; }
.hero-title .it { font-style: italic; color: var(--gold); display: block; }
.hero-desc { font-size: 16px; color: var(--textmid); max-width: 540px; margin-bottom: 36px; line-height: 1.8; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-stats { display: flex; gap: 24px; flex-wrap: wrap; border-top: 1px solid rgba(200,168,75,.15); padding-top: 28px; }
.stat-num { display: block; font-family: 'Bebas Neue',cursive; font-size: 40px; color: var(--gold); line-height: 1; }
.stat-lbl { font-size: 10px; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }
.hero-panel { background: var(--dark3); border: 1px solid rgba(200,168,75,.15); border-radius: 14px; padding: 28px; box-shadow: 0 30px 70px rgba(0,0,0,.5); }
.panel-title { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }

/* ==============================
   RESPONSIVE
================================ */
@media(max-width:1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { gap: 44px; }
  .projects-grid { grid-template-columns: 1fr 1fr; }
  .proj-card.featured { grid-row: auto; }
  .gallery-masonry { columns: 3; }
}
@media(max-width:900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-panel { display: none; }
  .why-grid { grid-template-columns: 1fr; }
  .why-vis { display: none; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .nav-links, .nav-right .nav-phone, .nav-right .btn { display: none; }
  .hamburger { display: flex; }
  .mobile-nav { top: 108px; }
  #navbar.scrolled + * .mobile-nav, .mobile-nav { top: 72px; }
}
@media(max-width:640px) {
  .section { padding: 60px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: 1fr; }
  .projects-grid { grid-template-columns: 1fr; }
  .cform-box { padding: 22px; }
  .form-row { grid-template-columns: 1fr; }
  .gallery-masonry { columns: 2; }
}
@media(max-width:400px) {
  .gallery-masonry { columns: 1; }
}



/* ==============================
   HERO BOTTOM TICKER
================================ */
.hero-ticker { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(200,168,75,.10); border-top: 1px solid rgba(200,168,75,.2); overflow: hidden; padding: 10px 0; }
.hero-ticker-track { display: flex; gap: 48px; animation: marquee 32s linear infinite; width: max-content; white-space: nowrap; }
.hero-ticker-track span { font-size: 12px; font-weight: 600; color: var(--gold-l); letter-spacing: .06em; text-transform: uppercase; }
