/* ============================================================
   AXIS AUTOMATION — Core Stylesheet
   Dubai Smart Automation & Security Solutions
   ============================================================ */

:root{
  --navy: rgba(62,54,46,0.97);
  --navy-solid: #3E362E;
  --navy-soft: #4A4038;
  --blue: #93785B;
  --blue-bright: #AC8968;
  --orange: #865D36;
  --green: #A69080;
  --bg: #F8F5F1;
  --paper: #FFFFFF;
  --text: #2E2822;
  --text-mute: #7A6E63;
  --line: #E7DFD6;
  --white: #FFFFFF;

  --display: 'Space Grotesk', 'Segoe UI', sans-serif;
  --body: 'Inter', 'Segoe UI', sans-serif;

  --radius: 4px;
  --shadow: 0 12px 32px -12px rgba(62,54,46,0.18);
  --shadow-lg: 0 24px 60px -20px rgba(62,54,46,0.35);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--body);
  color:var(--text);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
  line-height:1.6;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4{
  font-family:var(--display);
  margin:0 0 .5em;
  line-height:1.15;
  font-weight:600;
  letter-spacing:-0.01em;
}
p{ margin:0 0 1em; color:var(--text-mute); }
button{ font-family:var(--body); cursor:pointer; }
:focus-visible{ outline:3px solid var(--orange); outline-offset:2px; }

.container{
  width:100%;
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family:var(--display);
  font-size:.72rem;
  font-weight:600;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--orange);
  margin-bottom:14px;
}
.eyebrow::before{
  content:'';
  width:22px; height:2px;
  background:var(--orange);
  display:inline-block;
}

.section{ padding:88px 0; }
.section-tight{ padding:56px 0; }
.section-title{ font-size:clamp(1.7rem,3.2vw,2.5rem); max-width:640px; }
.section-head{ display:flex; justify-content:space-between; align-items:flex-end; gap:24px; margin-bottom:44px; flex-wrap:wrap; }
.section-sub{ color:var(--text-mute); max-width:520px; margin:0; }
.section-alt{ background:var(--paper); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.section-dark{ background:var(--navy-solid); color:var(--white); }
.section-dark p{ color:rgba(255,255,255,.68); }
.section-dark .section-title{ color:var(--white); }

.btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 26px;
  border-radius:2px;
  font-family:var(--display);
  font-weight:600;
  font-size:.92rem;
  letter-spacing:.01em;
  border:1px solid transparent;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space:nowrap;
}
.btn-primary{ background:var(--orange); color:var(--white); }
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 14px 28px -10px rgba(134,93,54,.55); }
.btn-outline{ border-color:rgba(255,255,255,.35); color:var(--white); }
.btn-outline:hover{ background:rgba(255,255,255,.1); transform:translateY(-2px); }
.btn-dark{ background:var(--navy); color:var(--white); }
.btn-dark:hover{ transform:translateY(-2px); box-shadow:var(--shadow-lg); }
.btn-ghost{ border-color:var(--line); color:var(--text); }
.btn-ghost:hover{ border-color:var(--blue); color:var(--blue); }
.btn-sm{ padding:10px 18px; font-size:.82rem; }
.btn-block{ width:100%; justify-content:center; }

/* ---------------- Top bar ---------------- */
.topbar{
  background:var(--navy);
  color:rgba(255,255,255,.82);
  font-size:.82rem;
}
.topbar .container{
  display:flex; justify-content:space-between; align-items:center;
  padding-top:9px; padding-bottom:9px; gap:16px; flex-wrap:wrap;
}
.topbar-left{ display:flex; gap:22px; flex-wrap:wrap; align-items:center; }
.topbar a{ display:inline-flex; align-items:center; gap:6px; }
.topbar a:hover{ color:var(--orange); }
.topbar-phone{
  font-family:var(--display); font-weight:700; color:var(--white) !important;
  background:rgba(255,255,255,.1); padding:5px 12px; border-radius:20px;
  border:1px solid rgba(255,255,255,.18);
}
.topbar-phone:hover{ background:var(--orange); border-color:var(--orange); color:var(--white) !important; }
.topbar-social{ display:flex; gap:14px; }
.topbar-social a{ opacity:.85; }
.topbar-social a:hover{ opacity:1; color:var(--orange); }

/* ---------------- Header / nav ---------------- */
.site-header{
  position:sticky; top:0; z-index:200;
  background:var(--navy);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.site-header .container{
  display:flex; align-items:center; justify-content:space-between;
  padding-top:16px; padding-bottom:16px;
}
.logo{ display:flex; align-items:center; gap:10px; color:var(--white); font-family:var(--display); }
.logo-mark{
  width:38px; height:38px; border-radius:2px;
  background:linear-gradient(135deg,var(--orange),#ffab40);
  display:flex; align-items:center; justify-content:center;
  font-weight:700; color:var(--navy-solid); font-size:1.1rem;
}
.logo-text{ line-height:1.1; }
.logo-text strong{ display:block; font-size:1.08rem; letter-spacing:.02em; }
.logo-text span{ display:block; font-size:.66rem; letter-spacing:.14em; color:var(--orange); text-transform:uppercase; }

.nav{ display:flex; align-items:center; gap:6px; }
.nav a{
  color:rgba(255,255,255,.82);
  font-size:.9rem;
  font-weight:500;
  padding:10px 14px;
  border-radius:2px;
  transition:color .15s ease, background .15s ease;
}
.nav a:hover, .nav a.active{ color:var(--white); background:rgba(255,255,255,.08); }
.nav-cta{ display:flex; align-items:center; gap:12px; }
.nav-phone{ color:var(--white); font-size:.88rem; display:flex; align-items:center; gap:8px; }
.nav-phone strong{ font-family:var(--display); }

.menu-toggle{
  display:none; background:none; border:1px solid rgba(255,255,255,.3);
  width:42px; height:42px; border-radius:2px; color:var(--white);
  align-items:center; justify-content:center;
}

/* dropdown for Services in nav */
.has-dropdown{ position:relative; }
.dropdown{
  position:absolute; top:100%; left:0; background:var(--white);
  min-width:260px; box-shadow:var(--shadow-lg); border-radius:4px;
  padding:10px; opacity:0; visibility:hidden; transform:translateY(6px);
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.has-dropdown:hover .dropdown{ opacity:1; visibility:visible; transform:translateY(0); }
.dropdown a{ color:var(--text); padding:9px 12px; font-size:.86rem; display:block; border-radius:3px; }
.dropdown a:hover{ background:var(--bg); color:var(--blue); }

/* ---------------- Hero slider ---------------- */
.hero-slider{ position:relative; height:min(84vh,760px); min-height:520px; overflow:hidden; background:var(--navy-solid); }
.hero-slide{
  position:absolute; inset:0; opacity:0; visibility:hidden;
  transition:opacity 1s ease;
  display:flex; align-items:center;
}
.hero-slide.is-active{ opacity:1; visibility:visible; z-index:2; }
.hero-media{ position:absolute; inset:0; overflow:hidden; }
.hero-media video, .hero-media img{ width:100%; height:100%; object-fit:cover; }

/* Animated automatic sliding door (replaces video) */
.door-anim{ position:absolute; inset:0; overflow:hidden; background:var(--navy-solid); }
.door-anim .door-scene{ position:absolute; inset:0; }
.door-anim .door-scene img{ width:100%; height:100%; object-fit:cover; filter:brightness(.8); }
.door-anim .door-leaf{
  position:absolute; top:0; bottom:0; width:51%; background:var(--navy-solid);
  box-shadow:0 0 40px rgba(0,0,0,.4);
  background-size:cover; background-position:center;
}
.door-anim .door-leaf.left{ left:0; animation:doorOpenLeft 7s ease-in-out infinite; }
.door-anim .door-leaf.right{ right:0; animation:doorOpenRight 7s ease-in-out infinite; }
.door-anim .door-leaf::after{
  content:''; position:absolute; top:0; bottom:0; width:6px; background:rgba(255,255,255,.25);
}
.door-anim .door-leaf.left::after{ right:0; }
.door-anim .door-leaf.right::after{ left:0; }
@keyframes doorOpenLeft{
  0%,12%{ transform:translateX(0); }
  45%,78%{ transform:translateX(-100%); }
  100%{ transform:translateX(0); }
}
@keyframes doorOpenRight{
  0%,12%{ transform:translateX(0); }
  45%,78%{ transform:translateX(100%); }
  100%{ transform:translateX(0); }
}
.door-anim .door-frame{
  position:absolute; inset:0; border:14px solid rgba(0,0,0,.28); box-sizing:border-box; pointer-events:none; z-index:5;
}
.hero-overlay{
  position:absolute; inset:0;
  background:linear-gradient(100deg, var(--navy) 0%, rgba(62,54,46,.86) 42%, rgba(62,54,46,.45) 100%);
}
.hero-content{ position:relative; z-index:3; color:var(--white); max-width:660px; }
.hero-content h1{ font-size:clamp(2.1rem,4.6vw,3.4rem); color:var(--white); }
.hero-content .lead{ color:rgba(255,255,255,.82); font-size:1.08rem; max-width:520px; }
.hero-actions{ display:flex; gap:14px; margin-top:28px; flex-wrap:wrap; }
.hero-tag{
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18);
  color:var(--white); font-size:.78rem; padding:7px 14px; border-radius:30px;
  margin-bottom:18px; letter-spacing:.03em;
}
.hero-dots{ position:absolute; z-index:4; bottom:28px; left:50%; transform:translateX(-50%); display:flex; gap:10px; }
.hero-dots button{
  width:34px; height:4px; background:rgba(255,255,255,.35); border:none; padding:0; border-radius:2px;
  transition:background .2s ease;
}
.hero-dots button.is-active{ background:var(--orange); }
.hero-arrows{ position:absolute; z-index:4; bottom:26px; right:24px; display:flex; gap:8px; }
.hero-arrows button{
  width:42px; height:42px; border-radius:50%; border:1px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.06); color:var(--white); display:flex; align-items:center; justify-content:center;
}
.hero-arrows button:hover{ background:var(--orange); border-color:var(--orange); }
.hero-slide-label{ position:absolute; z-index:4; top:26px; right:24px; color:rgba(255,255,255,.6); font-size:.74rem; letter-spacing:.14em; text-transform:uppercase; }

/* stat strip under hero */
.stat-strip{ background:var(--paper); border-bottom:1px solid var(--line); }
.stat-strip .container{ display:grid; grid-template-columns:repeat(4,1fr); }
.stat-item{ padding:26px 20px; text-align:center; border-left:1px solid var(--line); }
.stat-item:first-child{ border-left:none; }
.stat-num{ font-family:var(--display); font-size:1.9rem; color:var(--navy-solid); font-weight:700; }
.stat-num span{ color:var(--orange); }
.stat-label{ font-size:.8rem; color:var(--text-mute); text-transform:uppercase; letter-spacing:.06em; }

/* ---------------- Cards / grids ---------------- */
.grid{ display:grid; gap:26px; }
.grid-4{ grid-template-columns:repeat(4,1fr); }
.grid-3{ grid-template-columns:repeat(3,1fr); }
.grid-2{ grid-template-columns:repeat(2,1fr); }
.product-grid{ display:grid; gap:22px; grid-template-columns:repeat(5,1fr); }

.service-card{
  background:var(--paper); border:1px solid var(--line); border-radius:6px;
  padding:0 0 26px; transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  position:relative; overflow:hidden;
}
.service-card .service-icon{ margin-bottom:18px; border-radius:0; }
.service-card h3, .service-card p, .service-card .service-link{ margin-left:26px; margin-right:26px; }
.service-card h3{ margin-top:0; }
.service-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow); border-color:transparent; }
.service-icon{
  width:100%; height:150px; border-radius:8px; background:var(--navy);
  display:flex; align-items:center; justify-content:center; margin-bottom:20px; color:var(--orange);
  overflow:hidden; position:relative;
}
.service-icon img{ width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.service-card:hover .service-icon img{ transform:scale(1.08); }
.service-icon::after{
  content:''; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(62,54,46,0) 40%, rgba(62,54,46,.55) 100%);
}
.service-card h3{ font-size:1.08rem; }
.service-card p{ font-size:.92rem; margin-bottom:18px; }
.service-link{ font-family:var(--display); font-size:.82rem; font-weight:600; color:var(--blue); display:inline-flex; align-items:center; gap:6px; }
.service-link:hover{ color:var(--orange); gap:10px; }
.service-num{
  position:absolute; top:16px; right:16px; font-family:var(--display); font-size:.72rem;
  color:var(--white); font-weight:700; z-index:2; background:rgba(0,0,0,.35);
  padding:4px 9px; border-radius:20px; letter-spacing:.05em;
}

.why-item{ display:flex; gap:14px; align-items:flex-start; padding:18px 0; border-bottom:1px solid rgba(255,255,255,.1); }
.why-check{
  width:30px; height:30px; border-radius:50%; background:rgba(134,93,54,.15); color:var(--orange);
  display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:.85rem;
}
.why-item h4{ color:var(--white); font-size:.98rem; margin-bottom:4px; }
.why-item p{ font-size:.86rem; margin:0; }

.industry-card{
  background:var(--paper); border:1px solid var(--line); border-radius:6px;
  padding:26px 20px; text-align:center; transition:box-shadow .2s ease, transform .2s ease;
}
.industry-card:hover{ box-shadow:var(--shadow); transform:translateY(-4px); }
.industry-emoji{ font-size:1.9rem; margin-bottom:10px; }
.industry-card h4{ font-size:.92rem; margin:0; }

.brand-strip{ display:flex; flex-wrap:wrap; gap:14px; justify-content:center; }
.brand-chip{
  border:1px solid var(--line); background:var(--paper); padding:16px 26px; border-radius:6px;
  font-family:var(--display); font-weight:700; color:var(--text-mute); letter-spacing:.02em; font-size:.95rem;
}

/* Products We Install — image cards */
.product-card{
  background:var(--paper); border:1px solid var(--line); border-radius:8px; overflow:hidden;
  transition:transform .2s ease, box-shadow .2s ease;
}
.product-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow); }
.product-media{ aspect-ratio:4/3; overflow:hidden; }
.product-media img{ width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.product-card:hover .product-media img{ transform:scale(1.08); }
.product-body{ padding:18px 20px; }
.product-body span{ font-size:.7rem; text-transform:uppercase; letter-spacing:.08em; color:var(--orange); font-weight:700; }
.product-body h4{ font-size:.98rem; margin:6px 0 4px; }
.product-body p{ font-size:.84rem; margin:0; }

/* Our Process — restyled */
.process-track{ display:grid; grid-template-columns:repeat(7,1fr); gap:16px; align-items:stretch; }
.process-step{
  text-align:center; position:relative; padding:26px 14px 22px; background:var(--paper);
  border:1px solid var(--line); border-radius:10px; transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.process-step:hover{ transform:translateY(-5px); box-shadow:var(--shadow); border-color:transparent; }
.process-step::after{ display:none; }
.process-step::before{
  content:''; position:absolute; top:38px; left:100%; width:16px; height:2px;
  background:repeating-linear-gradient(90deg, var(--blue-bright) 0 5px, transparent 5px 9px);
}
.process-step:last-child::before{ display:none; }
.process-num{
  width:52px; height:52px; border-radius:50%;
  background:linear-gradient(135deg,var(--orange),var(--blue-bright)); color:var(--white);
  font-family:var(--display); font-weight:700; font-size:1.05rem; display:flex; align-items:center; justify-content:center;
  margin:0 auto 14px; position:relative; z-index:2; box-shadow:0 8px 18px -6px rgba(134,93,54,.5);
}
.process-step h4{ font-size:.88rem; margin-bottom:0; }
.process-step p{ font-size:.8rem; }

/* Our Clients — photo cards */
.client-card{
  background:var(--paper); border:1px solid var(--line); border-radius:10px; padding:26px; text-align:center;
  transition:transform .2s ease, box-shadow .2s ease;
}
.client-card:hover{ transform:translateY(-5px); box-shadow:var(--shadow); }
.client-photo{
  width:76px; height:76px; border-radius:50%; margin:0 auto 14px; overflow:hidden;
  border:3px solid var(--bg); box-shadow:0 0 0 2px var(--line);
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,var(--orange),var(--blue-bright));
  color:var(--white); font-family:var(--display); font-weight:700; font-size:1.3rem;
}
.client-card h4{ font-size:.98rem; margin-bottom:2px; }
.client-card .client-role{ font-size:.78rem; color:var(--orange); font-weight:600; display:block; margin-bottom:12px; }
.client-card p{ font-size:.86rem; }

.project-card{ border-radius:6px; overflow:hidden; background:var(--paper); border:1px solid var(--line); }
.project-media{ aspect-ratio:4/3; overflow:hidden; }
.project-media img{ width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.project-card:hover .project-media img{ transform:scale(1.06); }
.project-body{ padding:20px 22px; }
.project-tag{ font-size:.72rem; text-transform:uppercase; letter-spacing:.08em; color:var(--orange); font-weight:700; }
.project-body h4{ font-size:1.02rem; margin:6px 0 4px; }
.project-body p{ font-size:.85rem; margin:0; }

.testimonial-card{
  background:var(--paper); border:1px solid var(--line); border-radius:8px; padding:28px;
  min-width:320px; scroll-snap-align:start;
}
.testimonial-stars{ color:var(--orange); letter-spacing:2px; margin-bottom:12px; }
.testimonial-person{ display:flex; align-items:center; gap:12px; margin-top:18px; }
.avatar{
  width:44px; height:44px; border-radius:50%; background:var(--navy);
  color:var(--white); display:flex; align-items:center; justify-content:center; font-family:var(--display); font-weight:700;
}
.testimonial-track{ display:flex; gap:22px; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:14px; }

.faq-item{ border-bottom:1px solid var(--line); }
.faq-q{
  width:100%; background:none; border:none; text-align:left; padding:20px 0;
  display:flex; justify-content:space-between; align-items:center; font-family:var(--display); font-weight:600; font-size:1rem; color:var(--text);
}
.faq-q .plus{ transition:transform .2s ease; color:var(--orange); font-size:1.2rem; }
.faq-item.is-open .faq-q .plus{ transform:rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .25s ease; }
.faq-item.is-open .faq-a{ max-height:220px; }
.faq-a p{ padding-bottom:20px; margin:0; }

.cta-band{
  background:linear-gradient(120deg, var(--navy) 0%, #143156 100%);
  color:var(--white); border-radius:10px; padding:52px; position:relative; overflow:hidden;
}
.cta-band::before{
  content:''; position:absolute; right:-60px; top:-60px; width:260px; height:260px;
  border-radius:50%; background:radial-gradient(circle, rgba(134,93,54,.35), transparent 70%);
}
.cta-flex{ display:flex; justify-content:space-between; align-items:center; gap:24px; flex-wrap:wrap; position:relative; z-index:2; }
.cta-band h2{ color:var(--white); margin-bottom:6px; }
.cta-band p{ color:rgba(255,255,255,.75); margin:0; }
.cta-actions{ display:flex; gap:12px; flex-wrap:wrap; }

/* placeholder image blocks (dummy professional imagery) */
.ph{
  position:relative; overflow:hidden; background:var(--navy-solid);
  display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.85);
}
.ph::before{
  content:''; position:absolute; inset:0;
  background:
    radial-gradient(circle at 20% 20%, rgba(147,120,91,.55), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(134,93,54,.4), transparent 55%),
    repeating-linear-gradient(45deg, rgba(255,255,255,.05) 0 2px, transparent 2px 14px);
}
.ph-icon{ position:relative; z-index:2; opacity:.9; }
.ph-label{
  position:absolute; z-index:2; bottom:12px; left:12px; font-size:.68rem;
  letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,.55);
}

/* footer */
.site-footer{ background:var(--navy-solid); color:rgba(255,255,255,.68); padding-top:70px; }
.footer-grid{ display:grid; grid-template-columns:1.6fr 1fr 1fr 1.2fr; gap:40px; padding-bottom:50px; }
.footer-col h4{ color:var(--white); font-size:.92rem; letter-spacing:.04em; text-transform:uppercase; margin-bottom:18px; }
.footer-col ul li{ margin-bottom:11px; font-size:.88rem; }
.footer-col ul a:hover{ color:var(--orange); }
.footer-about p{ font-size:.88rem; color:rgba(255,255,255,.6); }
.footer-social{ display:flex; gap:10px; margin-top:16px; }
.footer-social a{
  width:36px; height:36px; border-radius:50%; border:1px solid rgba(255,255,255,.2);
  display:flex; align-items:center; justify-content:center; font-size:.8rem;
}
.footer-social a:hover{ background:var(--orange); border-color:var(--orange); }
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1); padding:20px 0; font-size:.8rem;
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;
}
.newsletter-form{ display:flex; gap:0; margin-top:6px; }
.newsletter-form input{
  flex:1; padding:11px 14px; border:1px solid rgba(255,255,255,.2); background:rgba(255,255,255,.06);
  color:var(--white); border-radius:2px 0 0 2px; font-size:.86rem;
}
.newsletter-form button{
  padding:11px 16px; background:var(--orange); border:none; color:var(--white); border-radius:0 2px 2px 0;
}

/* floating buttons */
.floating-buttons{ position:fixed; right:20px; bottom:20px; z-index:300; display:flex; flex-direction:column; gap:10px; }
.floating-buttons a, .floating-buttons button{
  width:50px; height:50px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  box-shadow:var(--shadow); font-size:1.1rem; border:none; color:var(--white);
}
.fb-whatsapp{ background:#25D366; }
.fb-call{ background:var(--blue); }
.fb-top{ background:var(--navy); opacity:0; pointer-events:none; transition:opacity .2s ease; }
.fb-top.is-visible{ opacity:1; pointer-events:auto; }

/* page hero (inner pages) */
.page-hero{
  background:var(--navy); color:var(--white); padding:70px 0 54px; position:relative; overflow:hidden;
}
.page-hero::before{
  content:''; position:absolute; inset:0;
  background:radial-gradient(circle at 85% 20%, rgba(134,93,54,.25), transparent 45%);
}
.page-hero .container{ position:relative; z-index:2; }
.breadcrumb{ font-size:.82rem; color:rgba(255,255,255,.6); margin-bottom:10px; }
.breadcrumb a:hover{ color:var(--orange); }
.page-hero h1{ color:var(--white); margin:0; font-size:clamp(1.8rem,3.6vw,2.6rem); }

/* forms */
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field{ display:flex; flex-direction:column; gap:7px; }
.field.full{ grid-column:1 / -1; }
.field label{ font-size:.82rem; font-weight:600; color:var(--text); }
.field input, .field select, .field textarea{
  padding:12px 14px; border:1px solid var(--line); border-radius:4px; font-family:var(--body); font-size:.92rem; background:var(--paper);
}
.field input:focus, .field select:focus, .field textarea:focus{ border-color:var(--blue); outline:none; }
.upload-field{
  border:1.5px dashed var(--line); border-radius:6px; padding:22px; text-align:center; font-size:.85rem; color:var(--text-mute);
}

.info-card{ background:var(--paper); border:1px solid var(--line); border-radius:8px; padding:26px; display:flex; gap:16px; align-items:flex-start; }
.info-icon{ width:44px; height:44px; border-radius:8px; background:var(--navy); color:var(--orange); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.info-card h4{ font-size:.98rem; margin-bottom:4px; }
.info-card p{ font-size:.87rem; margin:0; }

.map-embed{ border-radius:8px; overflow:hidden; border:1px solid var(--line); height:360px; }

.gallery-tabs{ display:flex; gap:10px; margin-bottom:30px; flex-wrap:wrap; }
.gallery-tab{ padding:9px 18px; border:1px solid var(--line); border-radius:30px; font-size:.85rem; font-family:var(--display); font-weight:600; }
.gallery-tab.is-active{ background:var(--navy); color:var(--white); border-color:var(--navy); }
.gallery-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.gallery-item{ border-radius:6px; overflow:hidden; aspect-ratio:1; }
.gallery-item img{ width:100%; height:100%; object-fit:cover; transition:transform .3s ease; }
.gallery-item:hover img{ transform:scale(1.08); }

.blog-card{ background:var(--paper); border:1px solid var(--line); border-radius:8px; overflow:hidden; }
.blog-media{ aspect-ratio:16/10; overflow:hidden; }
.blog-media img{ width:100%; height:100%; object-fit:cover; }
.blog-body{ padding:22px; }
.blog-meta{ font-size:.76rem; color:var(--text-mute); text-transform:uppercase; letter-spacing:.06em; margin-bottom:8px; }
.blog-body h3{ font-size:1.05rem; }
.blog-body p{ font-size:.88rem; }

.team-card{ text-align:center; }
.team-photo{ aspect-ratio:1; border-radius:8px; overflow:hidden; margin-bottom:14px; }
.team-photo img{ width:100%; height:100%; object-fit:cover; }
.team-card h4{ font-size:.98rem; margin-bottom:2px; }
.team-card span{ font-size:.8rem; color:var(--orange); font-weight:600; }

.value-list{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.value-item{ background:var(--paper); border:1px solid var(--line); border-radius:8px; padding:24px; }
.value-item h4{ font-size:1rem; }
.value-item p{ font-size:.88rem; margin:0; }

.timeline-line{ position:relative; padding-left:26px; border-left:2px solid var(--line); }
.timeline-item{ position:relative; padding-bottom:28px; }
.timeline-item::before{ content:''; position:absolute; left:-32px; top:2px; width:12px; height:12px; border-radius:50%; background:var(--orange); border:3px solid var(--paper); box-shadow:0 0 0 2px var(--orange); }

.spec-table{ width:100%; border-collapse:collapse; }
.spec-table tr{ border-bottom:1px solid var(--line); }
.spec-table td{ padding:12px 0; font-size:.9rem; }
.spec-table td:first-child{ color:var(--text-mute); width:40%; }
.spec-table td:last-child{ font-weight:600; }

.calc-box{ background:var(--paper); border:1px solid var(--line); border-radius:8px; padding:26px; }
.calc-row{ display:flex; justify-content:space-between; padding:10px 0; border-bottom:1px dashed var(--line); font-size:.9rem; }
.calc-total{ display:flex; justify-content:space-between; padding-top:14px; font-family:var(--display); font-weight:700; font-size:1.1rem; }

/* utility */
.text-center{ text-align:center; margin-left:auto; margin-right:auto; }
.mt-0{ margin-top:0; }
.mb-0{ margin-bottom:0; }
.pill{ display:inline-block; padding:5px 12px; border-radius:20px; background:rgba(147,120,91,.1); color:var(--blue); font-size:.72rem; font-weight:700; letter-spacing:.04em; text-transform:uppercase; }

/* ---------------- Responsive ---------------- */
@media (max-width:1024px){
  .grid-4{ grid-template-columns:repeat(2,1fr); }
  .grid-3{ grid-template-columns:repeat(2,1fr); }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .gallery-grid{ grid-template-columns:repeat(3,1fr); }
  .value-list{ grid-template-columns:1fr; }
  .process-track{ grid-template-columns:repeat(4,1fr); gap:20px; }
  .process-step::before{ display:none; }
  .product-grid{ grid-template-columns:repeat(3,1fr); }
}
@media (max-width:860px){
  .topbar-left a:not(.topbar-phone) span.full{ display:none; }
  .nav{ position:fixed; top:0; right:0; height:100vh; width:280px; background:var(--navy-solid);
    flex-direction:column; align-items:flex-start; padding:90px 24px 24px; gap:2px;
    transform:translateX(100%); transition:transform .25s ease; z-index:250; }
  .nav.is-open{ transform:translateX(0); }
  .nav a{ width:100%; }
  .dropdown{ position:static; opacity:1; visibility:visible; transform:none; box-shadow:none; background:rgba(255,255,255,.04); display:none; }
  .has-dropdown.is-open .dropdown{ display:block; }
  .menu-toggle{ display:flex; }
  .nav-phone{ display:none; }
  .stat-strip .container{ grid-template-columns:repeat(2,1fr); }
  .stat-item:nth-child(3){ border-left:none; }
}
@media (max-width:680px){
  .section{ padding:56px 0; }
  .grid-4,.grid-3,.grid-2{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr; }
  .gallery-grid{ grid-template-columns:repeat(2,1fr); }
  .cta-flex{ flex-direction:column; align-items:flex-start; }
  .form-grid{ grid-template-columns:1fr; }
  .process-track{ grid-template-columns:repeat(2,1fr); }
  .process-step::after{ display:none; }
  .hero-arrows{ display:none; }
  .product-grid{ grid-template-columns:repeat(2,1fr); }
}
