:root {
  --bg-dark: #241814;
  --bg-deep: #1a120f;
  --bg-soft: #f4ede6;
  --card: rgba(255, 248, 240, 0.08);
  --line: rgba(255, 255, 255, 0.1);
  --wood: #c58b52;
  --wood-dark: #9e6437;
  --text-light: #fff8f1;
  --text-muted: #d7c6b8;
  --text-body: #59473d;
  --shadow: 0 24px 60px rgba(16, 10, 7, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: var(--bg-soft);
  color: var(--text-body);
}

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

a {
  text-decoration: none;
}

.hero-section {
  position: relative;
  overflow: hidden;
  color: var(--text-light);
  background:
    radial-gradient(circle at top right, rgba(197, 139, 82, 0.35), transparent 28%),
    linear-gradient(135deg, rgba(20, 14, 11, 0.92), rgba(36, 24, 20, 0.88)),
    url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1600&q=80") center/cover;
  min-height: 100vh;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto -10% -120px auto;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(197, 139, 82, 0.35), transparent 65%);
  filter: blur(20px);
}

.navbar {
  position: relative;
  z-index: 2;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--wood), var(--wood-dark));
  color: #1d130e;
  font-weight: 800;
}

.brand-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.nav-link {
  color: rgba(255, 248, 241, 0.86);
  font-weight: 600;
}

.nav-link:hover,
.nav-link:focus {
  color: #ffffff;
}

.btn-brand {
  border: 0;
  color: #1e120d;
  font-weight: 800;
  background: linear-gradient(145deg, #e4a56a, #c98649);
  box-shadow: 0 14px 30px rgba(160, 97, 38, 0.35);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #1e120d;
  background: linear-gradient(145deg, #efb37b, #d08b4c);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 800;
}

.eyebrow {
  margin-bottom: 1rem;
  color: #f6c896;
}

.hero-content h1,
.section-heading h2,
.contact-card h2 {
  font-family: "Montserrat", sans-serif;
}

.hero-content h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.98;
  margin-bottom: 1.2rem;
  font-weight: 800;
}

.hero-copy {
  max-width: 640px;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-muted);
}

.hero-card {
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.hero-card-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  color: #f0bf8a;
}

.hero-list {
  padding-left: 1.2rem;
  margin: 1.25rem 0 1.6rem;
  color: var(--text-light);
}

.hero-list li + li {
  margin-top: 0.65rem;
}

.hero-badge {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.section-block {
  padding: 5.5rem 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.5rem;
}

.section-kicker {
  color: var(--wood-dark);
  margin-bottom: 0.8rem;
}

.section-heading h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: #2c1b15;
  margin-bottom: 1rem;
}

.section-heading p {
  font-family: "Inter", sans-serif;
  font-size: 1.05rem;
  line-height: 1.85;
}

.service-card,
.contact-card {
  height: 100%;
  padding: 1.7rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(126, 90, 63, 0.12);
  box-shadow: var(--shadow);
}

.service-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 50px rgba(66, 37, 17, 0.16);
}

.service-icon {
  font-size: 1.7rem;
  color: var(--wood-dark);
}

.service-card h3,
.contact-card h3 {
  margin: 1rem 0 0.8rem;
  font-family: "Poppins", sans-serif;
  color: #2d2018;
  font-size: 1.3rem;
  font-weight: 800;
}

.gallery-section {
  background:
    linear-gradient(180deg, rgba(255, 248, 240, 0.35), rgba(255, 248, 240, 0.95)),
    radial-gradient(circle at top left, rgba(197, 139, 82, 0.12), transparent 30%);
}

.gallery-item {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(44, 27, 21, 0.12);
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.gallery-item:hover img,
.gallery-item:focus img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

.contact-section {
  background: linear-gradient(180deg, #f4ede6, #efe3d7);
}

.contact-main {
  background:
    linear-gradient(135deg, rgba(44, 28, 21, 0.95), rgba(73, 45, 31, 0.9)),
    url("https://images.unsplash.com/photo-1513694203232-719a280e022f?auto=format&fit=crop&w=1200&q=80") center/cover;
  color: var(--text-light);
}

.contact-main p,
.contact-main .section-kicker {
  color: #f5d3b2;
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.8rem;
}

.contact-list a,
.contact-static {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  color: inherit;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-list i,
.social-grid i {
  font-size: 1.25rem;
}

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

.social-grid a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  justify-content: center;
  padding: 1rem;
  border-radius: 18px;
  color: #2d2018;
  background: #fff9f3;
  border: 1px solid rgba(126, 90, 63, 0.12);
  font-weight: 700;
}

.contact-note {
  margin-top: 1.5rem;
  padding: 1.1rem 1.2rem;
  border-radius: 18px;
  background: rgba(197, 139, 82, 0.12);
}

.site-footer {
  padding: 1.3rem 0;
  color: rgba(255, 248, 241, 0.85);
  background: #1b120e;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1055;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  background: rgba(10, 6, 4, 0.86);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.lightbox.is-visible {
  opacity: 1;
  visibility: visible;
}

.lightbox img {
  max-width: min(980px, 92vw);
  max-height: 76vh;
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.35);
}

.lightbox p {
  margin-top: 1rem;
  color: #fff4e7;
  font-weight: 700;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: #fff4e7;
  background: rgba(255, 255, 255, 0.12);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .hero-content {
    padding-top: 3rem;
  }

  .hero-content h1 {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .section-block {
    padding: 4.5rem 0;
  }

  .gallery-item img {
    height: 180px;
  }

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