:root{--bg:#0e0e10;--bg2:#17171a;--panel:#1e1f23;--panel2:#26272b;--text:#f6f2ea;--muted:#c4b89f;--gold:#d4af37;--gold2:#edd98f;--line:rgba(212,175,55,.18);--shadow:0 18px 50px rgba(0,0,0,.30);--radius:20px;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Inter',sans-serif;background:radial-gradient(circle at top,#1a1a1d 0,#101012 45%,#0e0e10 100%);color:var(--text);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}.container{width:min(var(--max),calc(100% - 32px));margin:0 auto}.header{position:sticky;top:0;z-index:99;background:rgba(14,14,16,.82);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header .wrap{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 0}.brand{display:flex;align-items:center;gap:12px}.brand-logo{height:68px;width:auto;object-fit:contain;transition:opacity .3s ease}.brand-logo:hover{opacity:.85}.brand h1,.brand h2{margin:0;font-size:24px;font-family:Georgia,'Times New Roman',serif}.brand small{display:block;color:var(--muted);font-size:11px;letter-spacing:.14em;text-transform:uppercase}.nav{display:flex;flex-wrap:wrap;gap:8px}.nav a{padding:10px 12px;border-radius:10px;color:var(--muted);font-weight:700}.nav a:hover,.nav a.active{background:rgba(255,255,255,.05);color:var(--text)}.hero{position:relative;min-height:82vh;display:grid;align-items:center;background:linear-gradient(115deg,rgba(14,14,16,.95),rgba(14,14,16,.68)),url('https://images.unsplash.com/photo-1567225557594-88d73e55f2cb?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;overflow:hidden}.hero:before,.hero:after{content:'';position:absolute;inset:auto auto 10% -10%;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(212,175,55,.16),transparent 70%);filter:blur(20px);animation:floatGlow 8s ease-in-out infinite}.hero:after{left:auto;right:-8%;bottom:20%;animation-delay:-4s}.eyebrow{display:inline-block;padding:8px 14px;border:1px solid var(--line);border-radius:999px;color:var(--gold2);text-transform:uppercase;font-size:12px;letter-spacing:.12em;font-weight:700;background:rgba(255,255,255,.02)}.hero h2,.title{font-family:Georgia,'Times New Roman',serif;font-size:clamp(42px,7vw,86px);line-height:.92;margin:16px 0;letter-spacing:-.03em}.hero h2 span,.title span{color:var(--gold2)}.lead{max-width:760px;color:#e2d9ca;font-size:18px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border-radius:14px;font-weight:700;border:1px solid transparent;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(180deg,#efdf9d,var(--gold));color:#111;box-shadow:0 12px 28px rgba(212,175,55,.22)}.btn-secondary{background:rgba(255,255,255,.03);border-color:var(--line)}.btn-whatsapp{background:linear-gradient(180deg,#2ad478,#1fbf75);color:#fff}.section{padding:70px 0}.grid2,.grid3,.grid4{display:grid;gap:16px}.card{position:relative;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border-radius:20px;padding:20px;box-shadow:var(--shadow);transform-style:preserve-3d;transition:transform .25s ease,box-shadow .25s ease}.card:hover{transform:perspective(1000px) rotateX(2deg) rotateY(-2deg) translateY(-4px)}.card:before{content:'';position:absolute;inset:0;border-radius:20px;background:linear-gradient(140deg,rgba(255,255,255,.06),transparent 40%);pointer-events:none}.card h3{margin:0 0 10px;font-family:Georgia,'Times New Roman',serif;font-size:30px}.muted{color:var(--muted)}.list{display:grid;gap:10px}.list div{display:flex;gap:10px;color:#dfd5c5}.list div:before{content:'•';color:var(--gold2)}.product{position:relative;display:grid;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));box-shadow:var(--shadow);transform-style:preserve-3d;transition:transform .28s ease,box-shadow .28s ease}.product:hover{transform:perspective(1100px) rotateX(3deg) rotateY(-4deg) translateY(-6px)}.thumb{aspect-ratio:16/11;background:url('https://images.unsplash.com/photo-1558618666-fcd25c85f82e?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;position:relative;overflow:hidden}.thumb:before{content:'';position:absolute;inset:-20%;background:linear-gradient(120deg,transparent 25%,rgba(255,255,255,.15) 45%,transparent 60%);transform:translateX(-120%);transition:transform .9s ease}.product:hover .thumb:before{transform:translateX(120%)}.thumb:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,15,16,.08),rgba(15,15,16,.86))}.body{padding:18px}.body h3{margin:0 0 8px}.tag{display:inline-block;padding:6px 10px;border:1px solid var(--line);border-radius:999px;color:var(--gold2);font-size:12px;margin-bottom:10px;background:rgba(212,175,55,.06)}.footer{padding:54px 0 80px;border-top:1px solid var(--line)}.form input,.form textarea,.form select,.field input,.field textarea{width:100%;min-height:48px;padding:12px 14px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.03);color:var(--text);transition:border-color .3s ease,background .3s ease}.form input:focus,.form textarea:focus,.form select:focus,.field input:focus,.field textarea:focus{outline:none;border-color:rgba(212,175,55,.45);background:rgba(255,255,255,.06)}.field{display:grid;gap:8px}.field label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:700}.small{font-size:13px;color:var(--muted)}.tablewrap{overflow:auto}.table{width:100%;min-width:700px;border-collapse:collapse}.table th,.table td{padding:10px;border-bottom:1px solid var(--line);text-align:left}.table th{color:var(--gold2);font-size:12px;text-transform:uppercase}.notice{padding:16px;border-radius:16px;background:rgba(212,175,55,.06);border:1px solid var(--line)}.float-bars{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:24px}.float-bars .bar{padding:16px;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.03);backdrop-filter:blur(8px);animation:lift 6s ease-in-out infinite}.float-bars .bar:nth-child(2){animation-delay:-1s}.float-bars .bar:nth-child(3){animation-delay:-2s}.float-bars .bar:nth-child(4){animation-delay:-3s}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.in{opacity:1;transform:none}.parallax{transform:translateY(var(--shift,0px));transition:transform .1s linear}.hero-slab{position:absolute;right:4%;top:14%;width:min(28vw,380px);height:min(44vw,520px);border-radius:24px;background:linear-gradient(160deg,rgba(255,255,255,.12),rgba(255,255,255,.02)),url('https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1000&q=80') center/cover no-repeat;border:1px solid rgba(212,175,55,.22);box-shadow:0 28px 70px rgba(0,0,0,.38);transform:perspective(1100px) rotateY(-18deg) rotateX(6deg);opacity:.92}.hero-slab:after{content:'';position:absolute;inset:0;border-radius:24px;background:linear-gradient(140deg,rgba(255,255,255,.18),transparent 45%)}.menu-toggle,.mobile-nav{display:none}.policy{max-width:900px}@keyframes floatGlow{0%,100%{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes lift{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@media(min-width:760px){.grid2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:920px){.nav{display:none}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.03);color:var(--text)}.mobile-nav{display:none;position:absolute;left:16px;right:16px;top:74px;background:rgba(22,22,24,.98);border:1px solid var(--line);border-radius:16px;padding:12px;box-shadow:var(--shadow)}.mobile-nav.open{display:block}.mobile-nav a{display:block;padding:12px 14px;border-radius:12px}.mobile-nav a:hover{background:rgba(255,255,255,.05)}.hero-slab{display:none}.float-bars{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.float-bars{grid-template-columns:1fr}.container{width:min(var(--max),calc(100% - 24px))}.hero h2,.title{font-size:40px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}.parallax{transform:none!important}.product:hover,.card:hover{transform:none}}

/* --- Extracted Sections Styles --- */
/* Merged into :root on line 1 — no duplicate */

.about-section {
  background: linear-gradient(180deg, #0e0e10 0%, #17171a 100%);
  border-bottom: 1px solid var(--line);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 1024px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}
.about-content h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 16px;
  line-height: 1.2;
}
.about-content h2 span {
  color: var(--gold2);
}
.about-content p {
  color: var(--muted);
  margin-bottom: 16px;
  font-size: 1.05rem;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .about-stats {
    gap: 24px;
    margin-top: 32px;
  }
}
.stat-item {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: var(--shadow);
}
.stat-item h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2.25rem;
  color: var(--gold2);
  margin: 0 0 6px 0;
}
.stat-item p {
  color: var(--muted);
  font-size: 0.875rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.about-image {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 280px;
  position: relative;
  box-shadow: var(--shadow);
}
@media (min-width: 768px) {
  .about-image {
    min-height: 440px;
  }
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.about-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,10,10,0.4), rgba(10,10,10,0.1));
}

.categories-section {
  background: var(--bg);
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 640px) {
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .category-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.category-card {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px 20px;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
}
@media (min-width: 768px) {
  .category-card {
    padding: 32px 24px;
  }
}
.category-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}
.category-card:hover::before {
  transform: scaleX(1);
}
.category-card:hover {
  border-color: rgba(212, 175, 55, 0.4);
  transform: perspective(1100px) rotateX(3deg) rotateY(-4deg) translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.category-card h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.25rem;
  color: var(--text);
  margin: 0 0 10px 0;
  line-height: 1.3;
}
.category-card p {
  color: var(--muted);
  font-size: 0.875rem;
  margin-bottom: 20px;
  line-height: 1.5;
}
.category-card .link {
  color: var(--gold2);
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s ease;
}
.category-card .link:hover {
  gap: 10px;
}
.category-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(212,175,55,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.25rem;
  color: var(--gold2);
  border: 1px solid var(--line);
}

.section-header {
  text-align: center;
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .section-header {
    margin-bottom: 60px;
  }
}
.section-header h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 600;
  margin: 0 0 16px 0;
  line-height: 1.2;
}
.section-header h2 span {
  color: var(--gold2);
}
.section-header p {
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 640px;
  margin: 0 auto;
}
.gold-line {
  width: 60px;
  height: 2px;
  background: var(--gold);
  margin: 20px auto;
}

/* --- Extracted New Sections Styles (Premium Collections, Why Choose Us, CNC, Projects) --- */

.featured-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 640px) {
  .featured-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .featured-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
}
.featured-card {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
}
.featured-card:hover {
  border-color: rgba(212, 175, 55, 0.4);
  transform: perspective(1100px) rotateX(3deg) rotateY(-4deg) translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.featured-card-img {
  height: 200px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .featured-card-img {
    height: 240px;
  }
}
.featured-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.featured-card:hover .featured-card-img img {
  transform: scale(1.08);
}
.featured-card-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, var(--panel), transparent);
}
.featured-card-body {
  padding: 20px;
}
@media (min-width: 768px) {
  .featured-card-body {
    padding: 24px;
  }
}
.featured-card-body h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.25rem;
  margin: 0 0 8px 0;
  color: var(--text);
}
.featured-card-body p {
  color: var(--muted);
  font-size: 0.875rem;
  margin-bottom: 16px;
  line-height: 1.5;
}
.featured-card-body .tag {
  display: inline-block;
  font-size: 0.75rem;
  color: var(--gold2);
  border: 1px solid var(--line);
  padding: 4px 12px;
  border-radius: 50px;
  margin-right: 6px;
  margin-bottom: 6px;
  background: rgba(212,175,55,0.06);
}

.why-section {
  background: linear-gradient(180deg, #0e0e10 0%, #17171a 100%);
  border-bottom: 1px solid var(--line);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .why-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.why-card {
  text-align: center;
  padding: 24px 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  transform-style: preserve-3d;
}
@media (min-width: 768px) {
  .why-card {
    padding: 32px 24px;
  }
}
.why-card:hover {
  border-color: rgba(212, 175, 55, 0.4);
  transform: perspective(1100px) rotateX(3deg) rotateY(-4deg) translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.why-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: var(--gold2);
  font-size: 1.25rem;
  background: rgba(212,175,55,0.06);
}
@media (min-width: 768px) {
  .why-icon {
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.why-card h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.15rem;
  margin: 0 0 10px 0;
  color: var(--text);
}
.why-card p {
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
}

.cnc-section {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.cnc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 1024px) {
  .cnc-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}
.cnc-visual {
  min-height: 280px;
  border-radius: 20px;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
@media (min-width: 768px) {
  .cnc-visual {
    min-height: 400px;
  }
}
.cnc-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.cnc-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,10,10,0.6), rgba(10,10,10,0.2));
}
.cnc-visual-text {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2.5rem;
  color: var(--gold2);
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 20px;
  text-shadow: 0 4px 12px rgba(0,0,0,0.5);
}
.cnc-visual-text span {
  font-size: 0.9rem;
  display: block;
  color: var(--muted);
  margin-top: 8px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cnc-content h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 16px 0;
  line-height: 1.2;
  color: var(--text);
}
.cnc-content h2 span {
  color: var(--gold2);
}
.cnc-content p {
  color: var(--muted);
  margin-bottom: 16px;
  font-size: 1.05rem;
}
.cnc-features {
  margin-top: 20px;
}
.cnc-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.cnc-feature .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold2);
  margin-top: 8px;
  flex-shrink: 0;
}
.cnc-feature p {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0;
}

.projects-section {
  background: linear-gradient(180deg, #17171a 0%, #0e0e10 100%);
}
.projects-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .projects-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.project-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
}
@media (min-width: 768px) {
  .project-card {
    min-height: 360px;
  }
}
.project-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.project-card:hover img {
  transform: scale(1.06);
}
.project-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 30%, rgba(14,14,16,0.98) 100%);
}
.project-card:hover {
  border-color: rgba(212, 175, 55, 0.4);
  transform: perspective(1100px) rotateX(3deg) rotateY(-4deg) translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.project-card-body {
  padding: 24px;
  position: relative;
  z-index: 2;
}
.project-card-body h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.35rem;
  margin: 0 0 8px 0;
  color: var(--text);
}
.project-card-body p {
  color: var(--muted);
  font-size: 0.875rem;
  margin-bottom: 16px;
  line-height: 1.4;
}
.project-card-body .btn-secondary {
  padding: 8px 18px;
  font-size: 0.85rem;
}

/* --- Inquiry, WhatsApp Banner, Map, and Footer Section Styles --- */

.inquiry-section {
  background: var(--bg);
}
.inquiry-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 1024px) {
  .inquiry-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}
.inquiry-form {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  padding: 24px;
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
@media (min-width: 768px) {
  .inquiry-form {
    padding: 32px;
  }
}
.form-group {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 20px;
  }
}
.form-group label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
  margin-bottom: 8px;
}
.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  color: var(--text);
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .form-group input, .form-group textarea, .form-group select {
    padding: 14px 16px;
  }
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212,175,55,0.1);
}
.form-group input::placeholder, .form-group textarea::placeholder {
  color: var(--muted);
  opacity: 0.5;
}
.form-group textarea {
  min-height: 120px;
  resize: vertical;
}
.form-group select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.inquiry-info h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 16px 0;
  line-height: 1.2;
  color: var(--text);
}
.inquiry-info h2 span {
  color: var(--gold2);
}
.inquiry-info p {
  color: var(--muted);
  margin-bottom: 24px;
  font-size: 1.05rem;
}
@media (min-width: 768px) {
  .inquiry-info p {
    margin-bottom: 32px;
  }
}
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}
.info-item .icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(212,175,55,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold2);
  flex-shrink: 0;
  font-size: 1.25rem;
  border: 1px solid var(--line);
}
.info-item h4 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 4px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text);
}
.info-item p {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.5;
}
.info-item a {
  color: var(--gold2);
}
.info-item a:hover {
  text-decoration: underline;
}

.whatsapp-section {
  background: linear-gradient(180deg, #17171a 0%, #0e0e10 100%);
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.whatsapp-section h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin: 0 0 16px 0;
}
.whatsapp-section h2 span {
  color: var(--gold2);
}
.whatsapp-section p {
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 28px;
}
@media (min-width: 768px) {
  .whatsapp-section p {
    margin-bottom: 36px;
  }
}
.whatsapp-big-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #2ad478, #1fbf75);
  color: #fff;
  padding: 16px 36px;
  border-radius: 16px;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(37,211,102,0.35);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  border: none;
}
.whatsapp-big-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(37,211,102,0.5);
}
.whatsapp-number {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.5rem;
  color: var(--gold2);
  margin-top: 20px;
}
.whatsapp-number a:hover {
  text-decoration: underline;
}

.map-section {
  padding: 0;
  border-bottom: 1px solid var(--line);
  line-height: 0;
}
.map-container {
  width: 100%;
  height: 320px;
  border: none;
  filter: grayscale(100%) invert(92%) contrast(83%);
}
@media (min-width: 768px) {
  .map-container {
    height: 420px;
  }
}

.footer {
  background: #0e0e10;
  border-top: 1px solid var(--line);
  padding: 60px 0 24px;
}
@media (min-width: 768px) {
  .footer {
    padding: 80px 0 32px;
  }
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 48px;
  }
}
.footer-brand .logo {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.5rem;
  color: var(--gold2);
  margin-bottom: 16px;
  display: inline-block;
  font-weight: 700;
}
.footer-brand .logo span {
  color: var(--text);
  font-weight: 400;
}
.footer-brand p {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0 0 24px 0;
  line-height: 1.6;
}
.footer-brand .social {
  display: flex;
  gap: 12px;
}
.footer-brand .social a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold2);
  transition: all 0.3s ease;
  font-size: 0.85rem;
  font-weight: 700;
  background: rgba(255,255,255,0.02);
}
.footer-brand .social a:hover {
  background: var(--gold2);
  color: #111;
  transform: translateY(-2px);
}
.footer-col h4 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.15rem;
  margin: 0 0 20px 0;
  color: var(--gold2);
}
.footer-col a {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  padding: 6px 0;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.footer-col a:hover {
  color: var(--text);
  padding-left: 4px;
}
.footer-col p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 8px;
  line-height: 1.5;
}
.footer-col .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}
.footer-col .contact-item a {
  color: var(--muted);
  padding: 0;
  display: inline;
}
.footer-col .contact-item a:hover {
  color: var(--text);
  padding-left: 0;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 48px;
  padding-top: 24px;
  text-align: center;
}
.footer-bottom p {
  color: var(--muted);
  opacity: 0.5;
  font-size: 0.8rem;
  margin: 0;
}

/* --- New Floating Slabs Hero Section --- */
.hero-new {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  background: #0b0b0d;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding: 90px 0 50px;
}
.hero-new::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../images/cnc_custom.png');
  background-size: cover;
  background-position: center;
  filter: blur(6px) brightness(0.48);
  opacity: 0.65;
  z-index: 0;
  pointer-events: none;
}
.hero-new::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(28, 28, 31, 0.72) 0%, rgba(14, 14, 16, 0.95) 85%);
  z-index: 1;
  pointer-events: none;
}
.hero-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-container {
    grid-template-columns: 1fr 1.1fr;
    gap: 40px;
  }
}
.hero-content h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  line-height: 1.15;
  margin: 10px 0 16px;
  color: var(--text);
  letter-spacing: -0.02em;
}
.hero-content h1 span {
  color: var(--gold2);
}
.hero-content .lead {
  font-size: 1.1rem;
  color: var(--muted);
  margin-bottom: 24px;
  font-family: Georgia, serif;
  font-style: italic;
}
.hero-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 24px;
}
@media (min-width: 480px) {
  .hero-features {
    grid-template-columns: repeat(4, 1fr);
  }
}
.feature-item {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px 10px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.28);
}
.feature-item:hover {
  border-color: rgba(212, 175, 55, 0.4);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(212, 175, 55, 0.15);
}
.feat-svg {
  width: 20px;
  height: 20px;
  margin-bottom: 6px;
  color: var(--gold2);
  display: inline-block;
}
.feat-txt {
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.5px;
}
.hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  height: 540px;
  align-items: center;
}
@media (max-width: 768px) {
  .hero-visual {
    height: 380px;
  }
}
.slab {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55);
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.slab-left {
  height: 78%;
  align-self: flex-start;
}
.slab-center {
  height: 100%;
}
.slab-right {
  height: 88%;
  align-self: flex-end;
}
@keyframes floatLeft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes floatCenter {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(14px); }
}
@keyframes floatRight {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.floating-1 {
  animation: floatLeft 6s ease-in-out infinite;
}
.floating-2 {
  animation: floatCenter 7s ease-in-out infinite;
}
.floating-3 {
  animation: floatRight 5s ease-in-out infinite;
}
.elevate-card {
  position: absolute;
  bottom: 24px;
  right: 12px;
  background: rgba(22, 22, 25, 0.92);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 20px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.5);
  z-index: 10;
  transition: all 0.3s ease;
}
.elevate-card:hover {
  border-color: rgba(212, 175, 55, 0.4);
  transform: translateY(-2px);
}

/* --- Estimate Table & Responsive Inputs Styles --- */
.table {
  min-width: 0 !important;
  width: 100%;
}
.tablewrap {
  overflow-x: auto;
}
.table th, .table td {
  padding: 8px 4px !important;
  text-align: center !important;
}
.table input {
  width: 100%;
  padding: 8px 6px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  text-align: center;
  transition: all 0.3s ease;
  min-width: 0;
  box-sizing: border-box;
}
.table input:focus {
  outline: none;
  border-color: rgba(212, 175, 55, 0.45);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.15);
}
.table button {
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 75, 75, 0.15);
  background: rgba(255, 75, 75, 0.04);
  color: #ff6b6b;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}
.table button:hover {
  background: #ff5252;
  color: #fff;
  border-color: #ff5252;
  transform: translateY(-1px);
}

#addRow {
  color: var(--gold2);
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.08);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
  text-shadow: 0 0 4px rgba(212, 175, 55, 0.3);
  transition: all 0.3s ease;
}
#addRow:hover {
  background: var(--gold2);
  color: #111;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.45);
  text-shadow: none;
  transform: translateY(-2px);
}

.inquire-btn {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold2);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
  transition: all 0.3s ease;
}
.inquire-btn:hover {
  color: #fff;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 25px var(--gold);
  transform: translateX(4px);
}

/* ========================================================
   RESPONSIVE ADDITIONS – All breakpoints for production
   ======================================================== */

/* Hide hero visual columns on phones < 768px to prevent overflow */
@media (max-width: 767px) {
  .hero-visual { display: none; }
  .hero-new { padding: 70px 0 40px; }
  .hero-container { grid-template-columns: 1fr; }
  .hero-content h1 { font-size: clamp(1.8rem, 7vw, 2.4rem); }
  .actions { flex-direction: column; }
  .actions .btn { width: 100%; text-align: center; }
  .brand h1, .brand h2 { font-size: 18px; }
  .brand-logo { height: 50px; }
}

/* Ultra small screens 360px-480px */
@media (max-width: 480px) {
  .brand-logo { height: 44px; }
  .brand h1, .brand h2 { font-size: 16px; }
  .brand small { display: none; }
  .section { padding: 48px 0; }
  .section-header { margin-bottom: 32px; }
  .section-header h2 { font-size: clamp(1.6rem, 6vw, 2rem); }
  .card h3 { font-size: 22px; }
  .why-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .stat-item h3 { font-size: 1.8rem; }
  .hero-features { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .footer-grid { grid-template-columns: 1fr; }
  .float-bars { grid-template-columns: 1fr; }
  .inquiry-form { padding: 16px; }
  .whatsapp-big-btn { padding: 14px 24px; font-size: 1rem; width: 100%; }
  .featured-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: 1fr; }
  .product { border-radius: 14px; }
  .thumb { aspect-ratio: 4/3; }
}

/* Landscape phones */
@media (max-height: 500px) and (orientation: landscape) {
  .hero-new { padding: 40px 0 30px; min-height: unset; }
  .hero-visual { display: none; }
}

/* Tablets 768px - 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-container { grid-template-columns: 1fr; }
  .hero-visual { height: 320px; }
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
  .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .inquiry-grid { grid-template-columns: 1fr; }
  .cnc-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
}

/* Wide screens 1600px+ */
@media (min-width: 1600px) {
  :root { --max: 1400px; }
  .hero-content h1 { font-size: 4rem; }
}

/* 4K screens */
@media (min-width: 2560px) {
  :root { --max: 1600px; }
  body { font-size: 18px; }
}

/* Prevent any horizontal scroll globally */
html, body { max-width: 100%; overflow-x: hidden; }

/* Style dropdown select options to match the dark theme */
select option {
  background-color: var(--bg2);
  color: var(--text);
}

/* Slideshow Styles */
.slideshow-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/11;
}

.slides {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

/* Slide Navigation Buttons */
.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(14, 14, 16, 0.7);
  border: 1px solid var(--line);
  color: var(--text);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  opacity: 0.7;
  transition: opacity 0.3s ease, background 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

/* Show buttons on hover */
.product:hover .slide-btn {
  opacity: 1;
}

.slide-btn:hover {
  background: var(--gold);
  color: #111;
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
}

.slide-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.prev-btn {
  left: 12px;
}

.next-btn {
  right: 12px;
}

/* Override product card hover glow if needed */
.thumb:after {
  /* Keep shadow overlay above slides but below buttons */
  z-index: 3;
}
