
:root {
  --bg: #fff8ec;
  --paper: #fff3df;
  --ink: #2b1a0e;
  --muted: #6f5b49;
  --brand: #9d4118;
  --brand-dark: #4b250e;
  --line: rgba(43, 26, 14, 0.18);
  --shadow: 0 18px 45px rgba(43, 26, 14, 0.18);
  --radius: 18px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.container { width: min(var(--max), calc(100% - 34px)); margin: 0 auto; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 248, 236, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.brand-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.2vw, 31px);
  font-weight: 700;
  line-height: 1.05;
}
.brand-subtitle {
  font-size: 14px;
  color: var(--muted);
  margin-top: 2px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 700;
  font-size: 15px;
}
.nav-links a {
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}
.nav-links a:hover, .nav-links a.active { border-color: var(--brand); }
.menu-btn {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  padding: 10px 12px;
  border-radius: 10px;
  font-weight: 700;
}
.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  background: #e8d1b2;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url("../images/hero-desert-tv-cabinet.png") center / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,248,236,.82) 0%, rgba(255,248,236,.42) 38%, rgba(255,248,236,.08) 68%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 34px));
  margin: 0 auto;
  padding: 92px 0 104px;
  display: flex;
  align-items: center;
}
.hero-copy { max-width: 600px; }
.eyebrow {
  color: var(--brand);
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 14px;
}
h1, h2, h3 { margin: 0 0 14px; line-height: 1.08; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 6vw, 78px); }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 4vw, 50px); }
h3 { font-size: 22px; }
.lead {
  font-size: clamp(18px, 2.1vw, 24px);
  color: #3c2a1c;
  margin: 0 0 26px;
  max-width: 52ch;
}
.actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 19px;
  border-radius: 12px;
  border: 2px solid var(--brand-dark);
  background: var(--brand-dark);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(43, 26, 14, 0.16);
}
.btn.secondary { background: rgba(255,255,255,.9); color: var(--brand-dark); }
.hero-contact {
  position: absolute;
  z-index: 4;
  right: 34px;
  bottom: 30px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.mini-contact {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(43,26,14,.18);
  box-shadow: 0 8px 20px rgba(43,26,14,.12);
  border-radius: 10px;
  padding: 12px 16px;
  text-decoration: none;
  font-weight: 800;
}
.section { padding: 78px 0; }
.section.alt { background: #f3e3cf; }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.section-intro { max-width: 760px; color: var(--muted); font-size: 18px; margin: 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 10px 26px rgba(43,26,14,.08);
}
.card img { border-radius: 12px; margin-top: 14px; aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.card-icon {
  width: 44px; height: 44px; border-radius: 999px; background: var(--brand); color: #fff;
  display: grid; place-items: center; font-size: 23px; margin-bottom: 14px;
}
.feature-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.feature-list li { display: flex; gap: 10px; align-items: flex-start; font-weight: 800; }
.feature-list li::before { content: "◆"; color: var(--brand); margin-top: 1px; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; }
.photo-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  background: #fff;
}
.photo-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.home-photo-pair { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-item {
  border-radius: 14px; overflow: hidden; background: #fff; border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(43,26,14,.08); text-decoration: none;
}
.gallery-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .2s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.caption { padding: 11px 13px; font-weight: 800; font-size: 14px; }
.video-wrapper {
  position: relative;
  width: min(100%, 420px);
  margin: 24px auto 0;
  aspect-ratio: 9 / 16;
  border: 4px solid var(--brand-dark);
  border-radius: 16px;
  background: #000;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.video-wrapper iframe { width: 100%; height: 100%; display: block; }
.contact-panel {
  background: var(--brand-dark);
  color: #fff;
  border-radius: 22px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 24px;
  align-items: center;
  box-shadow: var(--shadow);
}
.contact-panel a { color: #fff; }
.contact-links { display: grid; gap: 12px; }
.contact-links a {
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 12px;
  padding: 14px;
  text-decoration: none;
  font-weight: 900;
  background: rgba(255,255,255,.08);
}
.footer { background: #1d1009; color: #fff6e8; padding: 32px 0; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.page-hero { background: linear-gradient(135deg, #fff0d8, #ecd1ab); padding: 62px 0; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(38px, 5vw, 62px); }
.process { counter-reset: step; display: grid; gap: 14px; }
.process-step {
  counter-increment: step; display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: start;
  background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 16px; padding: 18px;
}
.process-step::before {
  content: counter(step); width: 42px; height: 42px; display: grid; place-items: center; border-radius: 999px;
  background: var(--brand); color: #fff; font-weight: 900;
}
.specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.spec { padding: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.72); border-radius: 12px; font-weight: 800; }
@media (max-width: 900px) {
  .nav { height: auto; padding: 14px 0; }
  .menu-btn { display: inline-flex; }
  .nav-links {
    display: none; position: absolute; top: 78px; right: 17px; left: 17px; background: #fff8ec;
    border: 1px solid var(--line); border-radius: 14px; padding: 16px; box-shadow: var(--shadow);
    flex-direction: column; align-items: stretch;
  }
  .nav-links.open { display: flex; }
  .grid-3, .gallery-grid, .split, .contact-panel, .specs, .home-photo-pair { grid-template-columns: 1fr; }
  .hero::after { background: linear-gradient(180deg, rgba(255,248,236,.88), rgba(255,248,236,.25)); }
  .hero-content { align-items: start; padding-top: 52px; }
  .hero-contact { position: relative; right: auto; bottom: auto; width: min(var(--max), calc(100% - 34px)); margin: -84px auto 28px; }
  .mini-contact { flex: 1 1 240px; text-align: center; }
}


.build-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.process-photo {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(43,26,14,.08);
}
.process-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.process-photo .caption {
  padding: 12px 14px;
  font-weight: 800;
}
@media (max-width: 900px) {
  .build-process-grid { grid-template-columns: 1fr; }
}
