:root {
  --ink: #1b1915;
  --muted: #625d54;
  --paper: #fbfaf6;
  --cream: #f1eadc;
  --leaf: #2f5b45;
  --gold: #bd8a39;
  --rust: #8f4f2f;
  --line: rgba(27, 25, 21, 0.14);
  --shadow: 0 22px 70px rgba(28, 22, 14, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Noto Sans Devanagari", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 64px);
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0));
}

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

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.44);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.2;
}

.brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 30px);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav a {
  color: rgba(255, 255, 255, 0.86);
}

.language-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.language-button {
  min-height: 34px;
  border: 0;
  border-radius: 6px;
  padding: 7px 11px;
  color: rgba(255, 255, 255, 0.84);
  background: transparent;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.language-button.is-active {
  color: #1d160d;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 132px clamp(20px, 6vw, 84px) 90px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/timber-yard-hero.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(20, 16, 11, 0.82) 0%, rgba(20, 16, 11, 0.62) 36%, rgba(20, 16, 11, 0.12) 100%),
    linear-gradient(180deg, rgba(20, 16, 11, 0.12), rgba(20, 16, 11, 0.55));
}

.hero-content {
  position: relative;
  width: min(720px, 100%);
  color: #fff;
}

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

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

h1 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.25;
}

.hero-copy {
  width: min(610px, 100%);
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 8px;
  padding: 13px 18px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button.primary {
  background: var(--gold);
  color: #1d160d;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.button.dark {
  align-self: center;
  background: var(--ink);
  color: #fff;
  white-space: nowrap;
}

.button.map-link {
  border: 1px solid var(--line);
  color: var(--ink);
  background: #fff;
}

.section,
.section-band {
  padding: clamp(64px, 9vw, 112px) clamp(20px, 6vw, 84px);
}

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

.intro {
  background: #fff;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
}

.intro-grid p:last-child,
.workshop-copy p,
.contact p,
.contact-address {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.bilingual-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(30px, 7vw, 88px);
  align-items: start;
  background: var(--leaf);
  color: #fff;
}

.bilingual-section .eyebrow {
  color: #f2c16d;
}

.hindi-copy h2,
.hindi-list h3 {
  font-family: "Noto Sans Devanagari", "Inter", sans-serif;
}

.hindi-copy h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.08;
}

.hindi-copy p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: "Noto Sans Devanagari", "Inter", sans-serif;
  font-size: 1.12rem;
  line-height: 1.85;
}

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

.hindi-list article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.hindi-list h3 {
  font-size: 1.3rem;
}

.hindi-list p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Noto Sans Devanagari", "Inter", sans-serif;
  font-size: 1.04rem;
  line-height: 1.75;
}

.product-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(28, 22, 14, 0.07);
}

.wood-photo {
  display: block;
  width: 100%;
  height: 124px;
  margin-bottom: 24px;
  border-radius: 6px;
  border: 1px solid rgba(27, 25, 21, 0.13);
  object-fit: cover;
  background: var(--cream);
}

.product-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.format-strip {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.format-strip .eyebrow {
  margin: 0;
}

.format-strip ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.format-strip li {
  padding: 10px 14px;
  border: 1px solid rgba(27, 25, 21, 0.14);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-weight: 800;
}

.format-strip p:last-child {
  margin: 0;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(30px, 7vw, 88px);
  background: var(--cream);
}

.workshop-copy p {
  margin-top: 22px;
}

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

.service-panel {
  display: grid;
  gap: 18px;
}

.service-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(27, 25, 21, 0.1);
}

.service-list span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--leaf);
  font-size: 1.2rem;
}

.service-list p {
  margin: 8px 0 0;
  color: var(--muted);
}

.door-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.door-gallery article {
  display: grid;
  gap: 8px;
  align-content: start;
  min-width: 0;
}

.door-gallery img {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  border: 1px solid rgba(27, 25, 21, 0.12);
  object-fit: cover;
  background: #fff;
  box-shadow: 0 10px 24px rgba(28, 22, 14, 0.08);
}

.door-gallery span {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  background: #fff;
  border-top: 1px solid var(--line);
}

.contact-copy {
  display: grid;
  gap: 24px;
}

.contact h2 {
  width: min(820px, 100%);
}

.contact p {
  width: min(720px, 100%);
  margin-top: 20px;
}

.contact-address {
  width: min(720px, 100%);
  margin-top: 14px;
  font-style: normal;
}

.contact-address span:first-child {
  color: var(--ink);
  font-weight: 800;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.map-frame {
  width: 100%;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: 0 12px 40px rgba(28, 22, 14, 0.08);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  border: 0;
}

.footer {
  padding: 26px clamp(20px, 6vw, 84px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
}

.footer p {
  margin: 0;
  font-size: 0.92rem;
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 92vh;
    padding-top: 118px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(20, 16, 11, 0.82), rgba(20, 16, 11, 0.4)),
      linear-gradient(180deg, rgba(20, 16, 11, 0.1), rgba(20, 16, 11, 0.65));
  }

  .intro-grid,
  .bilingual-section,
  .product-grid,
  .split,
  .contact {
    grid-template-columns: 1fr;
  }

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

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

  .button.dark {
    justify-self: start;
    white-space: normal;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 300px;
  }
}

@media (max-width: 520px) {
  .site-header {
    gap: 10px;
    padding-inline: 16px;
  }

  .brand {
    flex: 1 1 auto;
    gap: 9px;
  }

  .brand > span:last-child {
    min-width: 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    max-width: 132px;
    font-size: 0.9rem;
    line-height: 1.08;
  }

  .brand small {
    font-size: 0.72rem;
  }

  .language-button {
    min-height: 32px;
    padding-inline: 8px;
    font-size: 0.8rem;
  }

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

  .button {
    padding-inline: 14px;
  }

  .section,
  .section-band {
    padding-block: 56px;
  }
}
