/* Naveen Granites — original static stylesheet */

:root {
  --navy: #16163f;
  --navy-deep: #211f40;
  --gold: #d3b574;
  --gold-line: #bf9f00;
  --ink: #4a4a4a;
  --ink-soft: #3d4459;
  --blue: #012c6d;
  --icon: #c2cbd2;
  --rule: #d7d7d9;
  --white: #ffffff;
  --black: #000000;
  --field: #54595f;
  --max: 1200px;
  --heading: "Merriweather", Georgia, serif;
  --sans: "Montserrat", Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font-family: inherit;
}

.wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 15px;
}

/* ---------- Header ---------- */
.site-header {
  background: var(--white);
}

.header-bar {
  min-height: 160px;
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 10px 20px;
}

.logo {
  flex: 0 0 33%;
}

.logo img {
  width: 317px;
  height: 100px;
  object-fit: contain;
}

.header-meta {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  flex: 1;
  gap: 12px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.meta-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  color: var(--icon);
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

.meta-icon i {
  font-size: inherit;
  line-height: inherit;
}

.meta-item h3 {
  margin: 0 0 5px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
}

.meta-item p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: var(--ink);
}

/* ---------- Nav ---------- */
.site-nav {
  background: var(--black);
  border-top: 3px solid var(--gold-line);
  position: relative;
}

.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  color: var(--white);
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.menu a {
  display: block;
  color: var(--white);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 18px 31px;
  transition: background 0.2s ease, color 0.2s ease;
}

.menu a:hover,
.menu a.is-active {
  background: var(--gold);
  color: var(--navy);
}

.nav-social {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-right: 16px;
}

.nav-social a,
.foot-social a {
  color: var(--white);
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-social svg,
.foot-social svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

/* ---------- Hero slideshow ---------- */
.hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #111;
}

.hero-slides,
.fade-slides {
  position: absolute;
  inset: 0;
}

.hero-slides .slide,
.fade-slides .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.hero-slides .slide.is-on,
.fade-slides .slide.is-on {
  opacity: 1;
}

/* ---------- Stats ---------- */
.stats-wrap {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: -90px auto 0;
  padding: 0 15px;
}

.stats {
  background: var(--white);
  border-bottom: 4px solid var(--gold);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 50px 20px 45px;
}

.stat {
  text-align: center;
  padding: 0 10px;
}

.stat:not(:last-child) {
  border-right: 1px solid var(--rule);
}

.stat-number {
  color: var(--navy);
  font-family: var(--sans);
  font-size: 45px;
  font-weight: 700;
  line-height: 1.15;
}

.stat-number .suffix {
  font-weight: 700;
}

.stat-label {
  color: var(--ink);
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  margin-top: 6px;
}

/* ---------- Shared type ---------- */
.eyebrow {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
}

.eyebrow.light { color: var(--white); }

.title {
  margin: 0;
  color: var(--navy);
  font-family: var(--heading);
  font-size: 50px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1.4em;
}

.title.light { color: var(--white); }
.title.thin { font-weight: 100; }

.title-rule {
  padding-left: 30px;
  border-left: 4px solid var(--gold);
}

.copy {
  color: var(--ink);
  font-size: 16px;
  font-weight: 200;
  line-height: 1.7;
}

.copy p { margin: 0 0 1em; }
.copy p:last-child { margin-bottom: 0; }

.copy.light { color: var(--white); }

.copy-cols {
  columns: 2;
  column-gap: 36px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: var(--navy);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 12px 22px;
  border: 0;
  cursor: pointer;
  transition: background 0.2s ease;
}

.btn:hover,
.btn:focus {
  background: var(--white);
}

.btn-arrow::after {
  content: "→";
  font-size: 14px;
}

/* ---------- Why best ---------- */
.why {
  padding: 100px 0 150px;
}

.why-grid {
  display: grid;
  grid-template-columns: 32.75% 67.25%;
  align-items: center;
  gap: 0;
}

.why-copy {
  padding: 0 35px 10px 0;
}

/* ---------- Explore band ---------- */
.explore {
  background: var(--navy);
  min-height: 700px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.explore-spaced {
  margin-top: 80px;
  margin-bottom: 80px;
}

.explore-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
}

.explore-copy {
  padding: 80px 150px 80px 10px;
}

.explore-copy .title {
  letter-spacing: 1.2px;
}

.explore-copy .copy {
  margin-top: 15px;
}

.explore-copy .btn {
  margin-top: 50px;
}

.explore-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Quality ---------- */
.quality {
  padding: 150px 0;
}

.quality .eyebrow,
.quality .title {
  text-align: center;
}

.quality-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 50px;
  align-items: center;
}

.quality-photo {
  padding: 0 25px;
}

.quality-photo img {
  width: 100%;
}

.quality-copy {
  padding: 0 25px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
}

/* ---------- Applications ---------- */
.apps-hero {
  min-height: 400px;
  background: url("../images/slides/slide_bg_2.jpg") center / cover no-repeat fixed;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.apps-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--navy);
  opacity: 0.75;
}

.apps-hero .wrap {
  position: relative;
  z-index: 1;
  padding-top: 75px;
  padding-bottom: 180px;
}

.apps-hero .title {
  font-weight: 100;
}

.apps-cards {
  max-width: var(--max);
  margin: -150px auto 0;
  padding: 0 15px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 2;
}

.app-card {
  background: var(--white);
  border-left: 4px solid var(--gold);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-right: 5%;
}

.app-card:last-child { margin-right: 0; }

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

.app-card h3 {
  margin: 12px 0 8px;
  text-align: center;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.4em;
}

/* ---------- Infrastructure ---------- */
.infra {
  margin: 150px auto;
  max-width: var(--max);
  padding: 0 15px;
}

.infra-panel {
  background: var(--navy);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  padding: 100px 50px;
  color: var(--white);
  text-align: center;
}

.infra-panel .title {
  font-size: 55px;
  font-weight: 100;
  margin-bottom: 24px;
}

.infra-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  text-align: left;
  margin-top: 8px;
}

.infra-body .copy {
  padding: 0 25px;
}

.infra-media {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.infra-media .slide {
  background-size: cover;
  background-position: center;
}

/* ---------- CTA ---------- */
.cta {
  min-height: 550px;
  background: url("../images/slides/slide_bg_3.jpg") center / cover no-repeat fixed;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--navy);
  opacity: 0.75;
}

.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: 80px 20px;
}

.cta .title {
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 1.8px;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  padding: 18px 10px;
  display: inline-block;
}

.cta .btn {
  margin-top: 20px;
}

/* ---------- Map ---------- */
.map iframe {
  display: block;
  width: 100%;
  height: 307px;
  border: 0;
}

/* ---------- Footer ---------- */
.newsletter {
  background: var(--navy);
  padding: 40px 0;
  text-align: center;
}

.newsletter h2 {
  margin: 0 0 18px;
  color: var(--white);
  font-family: var(--heading);
  font-size: 36px;
  font-weight: 600;
}

.news-form {
  display: flex;
  justify-content: center;
  max-width: 520px;
  margin: 0 auto;
}

.news-form input[type="email"] {
  flex: 1;
  background: var(--field);
  color: var(--white);
  border: 0;
  padding: 12px 14px;
  font-size: 15px;
}

.news-form input::placeholder {
  color: #cfcfcf;
}

.news-form button {
  background: var(--white);
  color: var(--navy);
  border: 0;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.site-footer {
  background: var(--gold);
  padding: 20px 0;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer p {
  margin: 0;
  color: var(--navy);
  font-family: var(--heading);
  font-size: 15px;
  font-weight: 600;
}

.foot-social {
  display: flex;
  gap: 14px;
}

.foot-social a { color: var(--navy); }

.form-note {
  display: none;
  margin-top: 12px;
  color: var(--gold);
  font-size: 14px;
}

.form-note.is-on { display: block; }

/* ---------- Page hero ---------- */
.page-hero {
  background: var(--navy-deep);
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-hero .eyebrow {
  color: var(--white);
  font-weight: 200;
}

.page-hero .title {
  color: var(--white);
  font-size: 55px;
}

/* ---------- About ---------- */
.about-story {
  padding: 150px 0 80px;
}

.about-story .title {
  margin-bottom: 28px;
}

.choose {
  background: transparent;
  padding: 0;
  text-align: center;
}

.choose-hero {
  min-height: 400px;
  background: url("../images/slides/slide_bg_2.jpg") center / cover no-repeat fixed;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.choose-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--navy);
  opacity: 0.75;
}

.choose-hero .wrap {
  position: relative;
  z-index: 1;
  padding-top: 75px;
  padding-bottom: 180px;
}

.choose-hero .eyebrow,
.choose-hero .title {
  color: var(--white);
}

.choose-hero .title {
  font-weight: 100;
}

.choose-grid {
  max-width: var(--max);
  margin: -150px auto 80px;
  padding: 0 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 5%;
  position: relative;
  z-index: 2;
}

.choose-card {
  background: var(--white);
  border-left: 4px solid var(--gold);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  text-align: left;
}

.choose-card .num {
  margin: 0 0 10px;
  color: var(--navy-deep);
  font-family: var(--sans);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.choose-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.4em;
}

/* ---------- Products ---------- */
.product-hero {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #111;
}

.product-hero .slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-hero .slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.product-hero .slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-hero h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--white);
  font-family: var(--heading);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
}

.product-list {
  padding: 60px 0 40px;
}

.product {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 40px;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid #eee;
}

.product:last-child { border-bottom: 0; }

.carousel {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}

.carousel-track {
  display: flex;
  transition: transform 0.35s ease;
}

.carousel-track img {
  min-width: 100%;
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 0;
  background: rgba(255, 255, 255, 0.85);
  color: var(--navy);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.carousel-btn.prev { left: 8px; }
.carousel-btn.next { right: 8px; }

.product-copy h2 {
  margin: 0 0 12px;
  padding-left: 30px;
  border-left: 4px solid var(--gold);
  color: var(--navy);
  font-family: var(--heading);
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.product-copy p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

/* ---------- Contact ---------- */
.talk {
  padding: 150px 0 80px;
}

.talk-grid {
  display: grid;
  grid-template-columns: 32.75% 67.25%;
  align-items: center;
}

.talk-copy {
  padding-right: 35px;
}

.contact-panel {
  position: relative;
  background: url("../images/slides/slide_bg_2.jpg") center / cover no-repeat;
  padding: 80px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--navy);
  opacity: 0.8;
}

.contact-grid {
  position: relative;
  z-index: 1;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.contact-intro {
  text-align: center;
}

.contact-intro h2 {
  margin: 0 0 28px;
  color: var(--white);
  font-family: var(--heading);
  font-size: 45px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1.25;
}

.contact-intro ul {
  display: inline-block;
  text-align: left;
}

.contact-intro ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--white);
}

.contact-intro li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 300;
}

.contact-intro svg {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  flex: 0 0 16px;
  fill: var(--gold);
}

.contact-card {
  background: var(--white);
  border-left: 4px solid var(--gold);
  padding: 25px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.contact-card form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-card .full {
  grid-column: 1 / -1;
}

.contact-card input,
.contact-card textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 12px 14px;
  font-size: 14px;
  color: var(--ink);
}

.contact-card textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-card .actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
}

.contact-card .btn:hover {
  background: var(--navy);
  color: var(--white);
}

.hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .header-bar { padding: 0 20px; }
  .meta-item h3 { font-size: 13px; }
  .meta-item p { font-size: 10px; }
  .menu a { padding: 18px 16px; }
  .hero { min-height: 550px; }
  .stats-wrap { margin: -85px 15px 15px; padding: 0; }
  .stat-number { font-size: 34px; }
  .stat-label { font-size: 15px; }
  .why { padding: 80px 0; }
  .why-grid,
  .explore-grid,
  .quality-grid,
  .talk-grid,
  .infra-body {
    grid-template-columns: 1fr;
  }
  .copy-cols { columns: 1; }
  .title { font-size: 38px; }
  .explore { min-height: 0; }
  .explore-copy { padding: 80px; text-align: center; }
  .apps-cards { grid-template-columns: 1fr 1fr; gap: 16px; margin-top: -80px; }
  .app-card { margin-right: 0; }
  .infra { margin: 80px auto; }
  .infra-panel { padding: 80px; }
  .infra-panel .title { font-size: 45px; }
  .product { grid-template-columns: 1fr; }
  .contact-panel { padding: 80px 30px; }
  .choose-grid { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 767px) {
  .header-bar {
    flex-direction: column;
    min-height: 100px;
    padding: 20px;
    justify-content: center;
  }
  .logo { flex: none; }
  .logo img { width: 240px; height: auto; }
  .header-meta { display: none; }
  .meta-icon { width: 25px; height: 25px; }
  .nav-inner { padding: 10px 20px; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: var(--black);
    flex-direction: column;
    align-items: stretch;
    z-index: 20;
  }
  .site-nav.is-open .menu { display: flex; }
  .menu a { padding: 14px 24px; }
  .stats { grid-template-columns: 1fr; padding: 30px 20px; }
  .stat:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
    margin: 0 30px 30px;
    padding-bottom: 30px;
  }
  .why-copy { padding: 0; }
  .explore-copy { padding: 80px 20px 50px; }
  .title { font-size: 34px; }
  .apps-hero { padding: 0 15px; }
  .apps-cards {
    grid-template-columns: 1fr;
    margin-top: -100px;
  }
  .app-card { margin-top: 20px; padding: 35px; }
  .infra-panel { padding: 50px 20px; }
  .meta-icon { width: 25px; height: 25px; font-size: 25px; line-height: 25px; }
  .cta { padding: 0 15px; }
  .cta .title { font-size: 34px; }
  .newsletter h2 { font-size: 28px; }
  .footer-inner { flex-direction: column; gap: 12px; text-align: center; }
  .page-hero .title { font-size: 40px; }
  .about-story, .talk { padding: 80px 15px; }
  .contact-card form { grid-template-columns: 1fr; }
  .contact-intro h2 { font-size: 34px; }
}
