:root {
  --ink: #1e2528;
  --muted: #617075;
  --line: #d9dedb;
  --paper: #fbfaf6;
  --mist: #eef3f1;
  --forest: #21443d;
  --copper: #b76135;
  --gold: #c49b55;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(24, 34, 35, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(251, 250, 246, 0.92);
  border-bottom: 1px solid rgba(33, 68, 61, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--forest);
  color: var(--white);
  font-size: 0.9rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 30px);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.nav-links a:hover,
.nav-links a:focus {
  color: var(--forest);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
  min-height: calc(100vh - 80px);
  padding: clamp(48px, 7vw, 92px) clamp(20px, 5vw, 72px) 52px;
  background:
    linear-gradient(90deg, rgba(18, 26, 27, 0.9) 0%, rgba(20, 32, 32, 0.78) 43%, rgba(20, 32, 32, 0.35) 100%),
    url("https://cdn.pixabay.com/photo/2019/12/19/06/09/granite-4705476_1280.jpg") center / cover;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  max-width: 11ch;
  font-size: clamp(4rem, 10vw, 8.6rem);
  font-weight: 800;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 4.2vw, 4rem);
  font-weight: 800;
  letter-spacing: 0;
}

h3 {
  font-size: 1.25rem;
}

.lead {
  max-width: 660px;
  margin: 22px 0 0;
  color: #39484b;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
}

.hero .eyebrow {
  color: #e6bf7c;
}

.hero h1 {
  color: var(--white);
}

.hero .lead {
  color: rgba(255, 255, 255, 0.82);
}

.location-line {
  display: inline-flex;
  margin: 22px 0 0;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus {
  transform: translateY(-2px);
}

.primary {
  background: var(--forest);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(33, 68, 61, 0.22);
}

.secondary {
  border-color: rgba(33, 68, 61, 0.22);
  background: rgba(255, 255, 255, 0.72);
  color: var(--forest);
}

.stone-showcase {
  position: relative;
  z-index: 1;
  min-height: 560px;
}

.stone-showcase::before {
  position: absolute;
  inset: 8% 6% 12% 14%;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 155, 85, 0.22), transparent 62%);
}

.slab {
  position: absolute;
  display: flex;
  align-items: end;
  justify-content: start;
  width: min(62%, 360px);
  min-height: 340px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  color: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.slab::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(132deg, rgba(255, 255, 255, 0.18), transparent 38%),
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 68% 48%, rgba(255, 255, 255, 0.14) 0 1px, transparent 2px),
    radial-gradient(circle at 46% 76%, rgba(255, 255, 255, 0.16) 0 1px, transparent 2px);
  background-size: auto, 34px 34px, 42px 42px, 30px 30px;
  opacity: 0.85;
}

.slab span {
  position: relative;
  font-weight: 800;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.slab-one {
  top: 0;
  left: 16%;
  background:
    linear-gradient(145deg, rgba(22, 25, 27, 0.88), rgba(58, 65, 65, 0.92)),
    repeating-linear-gradient(24deg, transparent 0 12px, rgba(255, 255, 255, 0.06) 13px 14px);
}

.slab-two {
  top: 108px;
  right: 0;
  background:
    linear-gradient(145deg, rgba(125, 91, 56, 0.9), rgba(198, 159, 103, 0.86)),
    repeating-linear-gradient(110deg, transparent 0 16px, rgba(69, 39, 20, 0.16) 17px 19px);
}

.slab-three {
  bottom: 0;
  left: 0;
  background:
    linear-gradient(145deg, rgba(57, 82, 80, 0.9), rgba(160, 166, 156, 0.9)),
    repeating-linear-gradient(68deg, transparent 0 18px, rgba(255, 255, 255, 0.11) 19px 20px);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(33, 68, 61, 0.15);
  border-top: 1px solid rgba(33, 68, 61, 0.15);
  border-bottom: 1px solid rgba(33, 68, 61, 0.15);
}

.stats-band div {
  padding: 28px clamp(20px, 5vw, 72px);
  background: var(--mist);
}

.stats-band strong,
.detail-list strong,
.contact-note strong {
  display: block;
  color: var(--forest);
  font-size: 1.02rem;
}

.stats-band span,
.detail-list span,
.contact-note span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.section,
.split-section,
.export-band,
.contact-section {
  padding: clamp(66px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 860px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}

.product-card {
  min-height: 390px;
  padding: 0 24px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}

.texture {
  height: 210px;
  margin: 0 -24px 22px;
  border-bottom: 1px solid rgba(30, 37, 40, 0.1);
}

.dark-stone .texture {
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.22) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 58%, rgba(255, 255, 255, 0.18) 0 1px, transparent 2px),
    linear-gradient(138deg, #16191b, #3d4547);
  background-size: 28px 28px, 38px 38px, auto;
}

.warm-stone .texture {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 45%),
    repeating-linear-gradient(34deg, rgba(92, 58, 36, 0.22) 0 2px, transparent 3px 18px),
    linear-gradient(135deg, #a76741, #d7bd8b);
}

.temple-stone .texture {
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.2), transparent 22%),
    repeating-linear-gradient(110deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 3px 18px),
    linear-gradient(135deg, #556864, #9a9f92);
}

.product-card p {
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(34px, 6vw, 88px);
  background: #f3f0e9;
}

.split-section p {
  max-width: 650px;
  color: var(--muted);
}

.worksite-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 690px;
  margin-top: 30px;
}

.worksite-card {
  position: relative;
  min-height: 220px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(24, 34, 35, 0.16);
}

.worksite-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(18, 26, 27, 0.78));
}

.worksite-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.worksite-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 800;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.detail-list {
  display: grid;
  gap: 14px;
}

.detail-list div,
.contact-note {
  padding: 22px;
  border: 1px solid rgba(33, 68, 61, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.export-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
  background: var(--forest);
  color: var(--white);
}

.export-band .eyebrow {
  color: #e6bf7c;
}

.export-band p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
}

.export-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.export-list li {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 88px);
}

.contact-copy p {
  max-width: 580px;
  color: var(--muted);
}

.contact-note {
  max-width: 520px;
  margin-top: 28px;
}

.location-box {
  max-width: 520px;
  margin-top: 24px;
  padding: 18px 22px;
  border-left: 4px solid var(--copper);
  border-radius: 8px;
  background: var(--mist);
}

.location-box strong,
.location-box span {
  display: block;
}

.location-box strong {
  color: var(--forest);
}

.location-box span {
  color: var(--muted);
  margin-top: 3px;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 7px;
}

label {
  color: #324043;
  font-size: 0.92rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid #cfd7d4;
  border-radius: 8px;
  background: #fbfcfb;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(183, 97, 53, 0.22);
  border-color: var(--copper);
}

.form-button {
  width: 100%;
  margin-top: 4px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(33, 68, 61, 0.12);
  color: var(--muted);
}

.site-footer span:first-child {
  color: var(--forest);
  font-weight: 800;
}

@media (max-width: 920px) {
  .hero,
  .split-section,
  .export-band,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .stone-showcase {
    min-height: 480px;
  }

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

  .product-card {
    min-height: auto;
  }

  .worksite-photos {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.86rem;
  }

  h1 {
    font-size: clamp(3.5rem, 18vw, 5rem);
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .stone-showcase {
    min-height: 390px;
  }

  .slab {
    width: 72%;
    min-height: 250px;
    padding: 18px;
  }

  .slab-two {
    top: 76px;
  }

  .slab-three {
    bottom: 12px;
  }
}
