:root {
  --bg: #f5f2ec;
  --bg-deep: #201d1b;
  --surface: #fffefc;
  --surface-2: #f1ebe0;
  --ink: #171615;
  --ink-soft: #4f4a43;
  --brand: #db5d21;
  --brand-2: #aa3810;
  --accent: #f7c86d;
  --line: #dccfbe;
  --ok: #2f8f5b;
  --shadow: 0 22px 44px rgba(15, 12, 10, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Karla", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(247, 200, 109, 0.17) 0%, transparent 42%),
    radial-gradient(circle at 85% 10%, rgba(219, 93, 33, 0.2) 0%, transparent 34%),
    linear-gradient(180deg, #f8f6f1 0%, #f4efe7 42%, #f7f3ec 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
}

p {
  margin: 0;
}

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

.container {
  width: min(1160px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.texture {
  position: fixed;
  inset: 0;
  z-index: -4;
  background-image: radial-gradient(rgba(0, 0, 0, 0.08) 0.4px, transparent 0.4px);
  background-size: 4px 4px;
  opacity: 0.22;
}

.orb {
  position: fixed;
  z-index: -3;
  border-radius: 50%;
  filter: blur(76px);
  opacity: 0.42;
  animation: orbit 16s ease-in-out infinite;
}

.orb-a {
  width: 320px;
  height: 320px;
  top: -90px;
  right: -50px;
  background: rgba(219, 93, 33, 0.44);
}

.orb-b {
  width: 280px;
  height: 280px;
  left: -70px;
  bottom: -80px;
  background: rgba(247, 200, 109, 0.44);
  animation-direction: reverse;
}

@keyframes orbit {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(16px, -14px) scale(1.07);
  }
}

.top-strip {
  background: linear-gradient(100deg, #191716 0%, #3a2a22 100%);
  color: #f8f2ea;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.top-strip-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  flex-wrap: wrap;
  padding: 0.4rem 0;
}

.top-strip p {
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.top-strip-links {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.top-strip a {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 0.35rem 0.78rem;
  transition: background 180ms ease;
}

.top-strip a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(10px);
  background: rgba(245, 242, 236, 0.84);
  border-bottom: 1px solid rgba(111, 98, 84, 0.12);
}

.nav-wrap {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}

.brand-main {
  font-family: "Teko", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  letter-spacing: 0.03em;
}

.brand-sub {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-soft);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.site-nav a {
  font-size: 0.9rem;
  font-weight: 600;
  color: #372e25;
  letter-spacing: 0.02em;
  transition: color 160ms ease;
}

.site-nav a:hover {
  color: var(--brand-2);
}

.nav-cta {
  padding: 0.58rem 1rem;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(120deg, var(--brand) 0%, var(--brand-2) 100%);
}

.menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  border: 0;
  border-radius: 10px;
  background: #ebe1d3;
  padding: 0;
  place-items: center;
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: #231d19;
  display: block;
  margin: 4px 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  padding-top: clamp(3rem, 7vw, 5.4rem);
  padding-bottom: clamp(2.5rem, 7vw, 4.4rem);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1.6rem;
  align-items: stretch;
}

.eyebrow {
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #8b5d32;
  font-weight: 700;
}

.hero-copy h1 {
  margin-top: 0.8rem;
  font-size: clamp(2.5rem, 6.8vw, 5.2rem);
  max-width: 13ch;
}

.hero-copy p {
  margin-top: 1rem;
  color: var(--ink-soft);
  max-width: 58ch;
}

.hero-actions {
  margin-top: 1.8rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.7rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(120deg, var(--brand) 0%, var(--brand-2) 100%);
  box-shadow: 0 14px 24px rgba(170, 56, 16, 0.28);
}

.btn-outline {
  border-color: #bca88f;
  background: rgba(255, 255, 255, 0.66);
}

.btn-call {
  color: #fff;
  background: linear-gradient(120deg, #1b1a19 0%, #3a2a22 100%);
}

.hero-footnote {
  font-size: 0.83rem;
  letter-spacing: 0.02em;
}

.hero-panel {
  border: 1px solid #d7c6b3;
  border-radius: 22px;
  padding: 1.3rem;
  background: linear-gradient(155deg, #241f1b 0%, #3a2d24 64%, #6a3b22 100%);
  color: #f8efe4;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: -120% 55% auto -40%;
  width: 220px;
  height: 220px;
  transform: rotate(24deg);
  background: linear-gradient(180deg, rgba(247, 200, 109, 0.2) 0%, rgba(247, 200, 109, 0) 100%);
}

.hero-panel h2 {
  font-size: clamp(2rem, 5vw, 2.8rem);
  margin-bottom: 0.7rem;
}

.hero-panel ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.5rem;
  color: rgba(248, 239, 228, 0.92);
}

.hero-metrics {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}

.hero-metrics div {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 0.65rem;
}

.hero-metrics span {
  display: block;
  font-family: "Teko", sans-serif;
  font-size: 1.45rem;
  line-height: 1;
}

.hero-metrics p {
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: rgba(248, 239, 228, 0.86);
}

.section {
  padding: clamp(2.9rem, 8vw, 5rem) 0;
}

.section-head h2 {
  margin-top: 0.45rem;
  font-size: clamp(2.1rem, 5vw, 3.1rem);
  max-width: 18ch;
}

.product-grid {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.product-card {
  background: linear-gradient(180deg, #fffefc 0%, #f5ede2 100%);
  border: 1px solid #d7c9b7;
  border-radius: 18px;
  padding: 1.1rem;
  min-height: 174px;
  box-shadow: 0 8px 16px rgba(41, 29, 21, 0.08);
}

.product-card h3 {
  font-size: 1.9rem;
}

.product-card p {
  margin-top: 0.55rem;
  color: var(--ink-soft);
}

.section-dark {
  background: linear-gradient(130deg, #241f1b 0%, #191715 100%);
  color: #f6f0e6;
}

.industries {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: center;
}

.industries h2 {
  font-size: clamp(2.2rem, 6vw, 3.4rem);
}

.industries p {
  color: rgba(246, 240, 230, 0.9);
}

.tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.tags span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  font-size: 0.84rem;
  background: rgba(255, 255, 255, 0.05);
}

.coverage-copy {
  margin-top: 1rem;
  max-width: 78ch;
  color: var(--ink-soft);
}

.city-grid {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.city-grid span {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #cdb79d;
  background: #fff8ed;
  font-size: 0.85rem;
  font-weight: 600;
}

.city-sections-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.city-section-card {
  border: 1px solid #d7c8b5;
  border-radius: 16px;
  padding: 1rem;
  background: linear-gradient(155deg, #fffefb 0%, #f5ecdf 100%);
}

.city-section-card h3 {
  font-size: 1.9rem;
}

.city-section-card p {
  margin-top: 0.45rem;
  color: var(--ink-soft);
}

.section-hindi {
  background: linear-gradient(140deg, #181412 0%, #38261d 70%, #7c3f1f 100%);
  color: #faefe4;
}

.section-hindi .eyebrow {
  color: #f5c987;
}

.hindi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}

.hindi-grid h2 {
  margin-top: 0.45rem;
  font-size: clamp(2rem, 5.8vw, 3.2rem);
}

.hindi-grid p {
  margin-top: 0.8rem;
  color: rgba(250, 239, 228, 0.92);
}

.hindi-points {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.06);
}

.hindi-points p {
  margin-top: 0;
}

.hindi-points p + p {
  margin-top: 0.65rem;
}

.hindi-points a {
  color: #ffdca2;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.company p {
  margin-top: 0.9rem;
  color: var(--ink-soft);
  max-width: 74ch;
}

.timeline {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.timeline div {
  border-radius: 14px;
  border: 1px solid #d5c6b2;
  background: #fff9ee;
  padding: 0.8rem;
}

.timeline span {
  display: block;
  font-family: "Teko", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}

.timeline p {
  margin-top: 0.3rem;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.faq details {
  border: 1px solid #d8cab8;
  border-radius: 14px;
  padding: 0.84rem;
  background: #fffef9;
}

.faq details + details {
  margin-top: 0.7rem;
}

.faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq p {
  margin-top: 0.6rem;
  color: var(--ink-soft);
}

.contact-section {
  background: linear-gradient(150deg, #f0e7d9 0%, #f7f1e8 100%);
  border-top: 1px solid #d8cbb9;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: start;
}

.contact-grid h2 {
  margin-top: 0.45rem;
  font-size: clamp(2.2rem, 6vw, 3.4rem);
}

.contact-grid p {
  margin-top: 0.8rem;
  color: var(--ink-soft);
}

.contact-points {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.45rem;
}

.enquiry-form {
  border: 1px solid #d5c7b6;
  border-radius: 18px;
  background: #fffefb;
  padding: 1rem;
  box-shadow: 0 14px 28px rgba(45, 32, 23, 0.1);
}

.enquiry-form label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0.35rem 0;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  border: 1px solid #c8b8a3;
  border-radius: 10px;
  background: #fffdf8;
  color: #1f1a15;
  padding: 0.62rem 0.72rem;
  font: inherit;
}

.enquiry-form textarea {
  resize: vertical;
  min-height: 120px;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
  border-color: #ba5c2e;
  outline: 2px solid rgba(186, 92, 46, 0.2);
}

#formStatus {
  min-height: 1.5rem;
  margin-top: 0.75rem;
  color: var(--ok);
  font-size: 0.88rem;
  font-weight: 700;
}

.site-footer {
  background: #151311;
  color: #f4ece2;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}

.footer-inner p {
  font-size: 0.84rem;
}

.footer-meta {
  color: rgba(244, 236, 226, 0.75);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industries,
  .hindi-grid,
  .contact-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .city-sections-grid {
    grid-template-columns: 1fr;
  }

  .site-nav {
    position: fixed;
    top: 80px;
    right: 1.2rem;
    width: min(280px, calc(100% - 2.4rem));
    display: grid;
    gap: 0.25rem;
    background: #fff8ed;
    border: 1px solid #d7c7b4;
    box-shadow: var(--shadow);
    border-radius: 14px;
    padding: 0.7rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .site-nav a {
    padding: 0.6rem 0.45rem;
  }

  .menu-toggle {
    display: inline-grid;
  }

  body.nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.nav-open .menu-toggle span:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  body.nav-open .menu-toggle span:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }
}

@media (max-width: 640px) {
  .top-strip-inner {
    justify-content: center;
    text-align: center;
  }

  .top-strip-links {
    justify-content: center;
  }

  .container {
    width: min(1160px, calc(100% - 1.4rem));
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

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

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

  .brand-main {
    font-size: 1.9rem;
  }
}
