:root {
  --bg: #ffffff;
  --ink: #111111;
  --muted: #666666;
  --line: #dedede;
  --soft: #f6f6f4;
  --soft-2: #efefed;
  --accent: #e60012;
  --accent-dark: #b8000e;
  --steel: #1b3557;
  --green: #0d6b4f;
  --orange: #e36b1f;
  --gold: #b58a2a;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, "Noto Sans Devanagari", Mangal, Helvetica, sans-serif;
  line-height: 1.5;
}

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

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

button,
input {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 100;
  background: var(--ink);
  color: #ffffff;
  padding: 10px 14px;
}

.skip-link:focus {
  top: 12px;
}

.top-strip {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 9px 16px;
  background: var(--ink);
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
}

.header-shell {
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr minmax(360px, 620px);
  align-items: center;
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 14px 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--accent);
  color: #ffffff;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 18px;
  text-transform: uppercase;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 14px;
}

.main-nav a {
  padding: 8px 0;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--accent);
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  background: #ffffff;
}

.language-button {
  min-height: 38px;
  border: 0;
  border-right: 1px solid var(--line);
  padding: 8px 11px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.language-button:last-child {
  border-right: 0;
}

.language-button.active,
.language-button:hover,
.language-button:focus-visible {
  background: var(--ink);
  color: #ffffff;
}

.search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
  border: 1px solid var(--line);
  padding: 9px 12px;
  background: #ffffff;
}

.search-field span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.search-field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
}

.solid-button,
.line-button,
.icon-button,
.text-button,
.filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--ink);
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
}

.solid-button {
  background: var(--ink);
  color: #ffffff;
}

.solid-button:hover,
.solid-button:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
}

.line-button,
.icon-button,
.filter-button {
  background: #ffffff;
  color: var(--ink);
}

.line-button:hover,
.line-button:focus-visible,
.icon-button:hover,
.icon-button:focus-visible,
.filter-button:hover,
.filter-button:focus-visible,
.filter-button.active {
  border-color: var(--accent);
  color: var(--accent);
}

.text-button {
  min-height: 34px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--accent);
}

.large {
  min-height: 46px;
  padding-inline: 18px;
}

.storefront {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 42px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px 28px 34px;
  border-bottom: 1px solid var(--line);
}

.storefront-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
}

.eyebrow,
.product-kicker {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 14px;
  font-size: clamp(48px, 8vw, 112px);
  line-height: 0.9;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.15;
}

.lead {
  max-width: 680px;
  margin-bottom: 28px;
  color: #2b2b2b;
  font-size: clamp(18px, 2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.fine-print {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.price-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: stretch;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.highlight-item {
  display: flex;
  min-height: 178px;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px;
  background: #ffffff;
}

.highlight-item:hover,
.highlight-item:focus-visible {
  background: var(--soft);
}

.highlight-item span,
.highlight-item small {
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
}

.highlight-item strong {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.highlight-item.accent {
  background: var(--accent);
  color: #ffffff;
}

.highlight-item.accent span,
.highlight-item.accent small {
  color: #ffffff;
}

.category-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1440px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.category-bar a {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  padding: 14px;
  font-weight: 700;
  text-align: center;
}

.category-bar a:hover,
.category-bar a:focus-visible {
  color: var(--accent);
}

.section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 58px 28px;
}

.band {
  max-width: none;
  background: var(--soft);
}

.band > * {
  max-width: 1384px;
  margin-left: auto;
  margin-right: auto;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.match-count {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.offer-tile {
  min-height: 210px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px;
  background: #ffffff;
}

.offer-tile span {
  display: block;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
}

.offer-tile strong {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
}

.offer-tile p {
  margin: 0;
  color: var(--muted);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: #ffffff;
}

.product-card.is-filtered-out {
  display: none;
}

.cement-visual {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  color: #ffffff;
}

.cement-visual span {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.cement-visual strong {
  max-width: 180px;
  font-size: 34px;
  line-height: 0.98;
}

.product-media {
  display: grid;
  min-height: 270px;
  place-items: center;
  padding: 18px;
  background: var(--soft);
  overflow: hidden;
}

.product-media img {
  width: 100%;
  height: 234px;
  object-fit: contain;
}

.product-media-wide {
  padding: 0;
  background: #eef5f4;
}

.product-media-wide img {
  height: 270px;
}

.tone-steel {
  background: linear-gradient(135deg, #1e344b, #788490);
}

.tone-red {
  background: linear-gradient(135deg, #8f1016, #e60012);
}

.tone-blue {
  background: linear-gradient(135deg, #123f73, #3c86c8);
}

.tone-orange {
  background: linear-gradient(135deg, #b74416, #e36b1f);
}

.tone-green {
  background: linear-gradient(135deg, #0d6b4f, #58a675);
}

.tone-black {
  background: linear-gradient(135deg, #111111, #4b4b4b);
}

.tone-gold {
  background: linear-gradient(135deg, #6d5520, #c79c39);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
}

.price {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 800;
}

.price span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
}

.product-info {
  margin-bottom: 14px;
  color: #4f4f4f;
  font-size: 14px;
}

.source-link {
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-body .line-button {
  margin-top: auto;
}

.image-preview {
  position: relative;
  width: 100%;
  min-height: 270px;
  border: 0;
  padding: 0;
  overflow: hidden;
  background: var(--soft-2);
  cursor: pointer;
}

.image-preview img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: top center;
  transition: transform 180ms ease;
}

.image-preview span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(17, 17, 17, 0.9);
  color: #ffffff;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
}

.image-preview:hover img,
.image-preview:focus-visible img {
  transform: scale(1.035);
}

.empty-state {
  margin: 24px 0 0;
  border: 1px solid var(--line);
  padding: 24px;
  color: var(--muted);
}

.rates-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rate-panel {
  background: #ffffff;
  border: 1px solid var(--line);
}

.rate-panel-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.rate-panel-head h3 {
  margin: 0;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
  text-align: left;
}

th {
  background: var(--ink);
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}

td {
  color: #2d2d2d;
}

tr:last-child td {
  border-bottom: 0;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.55fr);
  align-items: center;
  gap: 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split-section p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.location-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: 40px;
}

.location-copy address {
  max-width: 650px;
  color: #333333;
  font-style: normal;
  font-size: 20px;
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-list a {
  border: 1px solid var(--line);
  padding: 11px 14px;
  font-weight: 700;
}

.contact-list a:hover,
.contact-list a:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.map-panel {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  padding: 26px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(0, 0, 0, 0.06) 1px, transparent 1px),
    #f2f2f0;
  background-size: 32px 32px;
}

.map-panel p {
  margin-bottom: 8px;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.map-panel strong {
  display: block;
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 1.05;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding: 24px 28px;
  color: var(--muted);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.image-modal[hidden] {
  display: none;
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.modal-panel {
  position: relative;
  width: min(900px, 100%);
  max-height: 92vh;
  overflow: auto;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.modal-head {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 16px 18px;
  background: #ffffff;
}

.modal-head h2 {
  font-size: 20px;
}

.modal-panel img {
  width: 100%;
  height: auto;
}

@media (max-width: 1120px) {
  .header-shell {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .main-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .header-tools {
    justify-content: flex-start;
  }

  .storefront,
  .location-section {
    grid-template-columns: 1fr;
  }

  .storefront-copy {
    min-height: 0;
  }

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

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

@media (max-width: 820px) {
  .top-strip {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .header-shell {
    padding: 12px 16px;
  }

  .header-tools {
    display: grid;
    grid-template-columns: 1fr 88px 1fr;
    width: 100%;
  }

  .language-switch {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .search-field {
    grid-column: 1 / -1;
    min-width: 0;
  }

  .storefront {
    padding: 38px 16px 24px;
  }

  .price-highlights,
  .category-bar,
  .product-grid,
  .rates-grid,
  .split-section {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 44px 16px;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .site-footer {
    flex-direction: column;
    padding: 22px 16px;
  }
}

@media (max-width: 520px) {
  .main-nav {
    gap: 16px;
    font-size: 13px;
  }

  .header-tools {
    grid-template-columns: 1fr 1fr;
  }

  .icon-button {
    min-width: 0;
  }

  .hero-actions .solid-button,
  .hero-actions .line-button {
    width: 100%;
  }

  .highlight-item {
    min-height: 136px;
  }

  .cement-visual,
  .product-media,
  .image-preview,
  .image-preview img {
    min-height: 230px;
    height: 230px;
  }

  .product-media img,
  .product-media-wide img {
    height: 194px;
  }

  th,
  td {
    padding: 12px 10px;
    font-size: 14px;
  }
}
