html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: #110d0b;
}

.landing-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.landing-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 9, 8, 0.97) 0%, rgba(12, 9, 8, 0.9) 42%, rgba(12, 9, 8, 0.72) 100%),
    radial-gradient(circle at top right, rgba(176, 138, 72, 0.12), transparent 30%);
}

.background {
  position: absolute;
  inset: 0;
  opacity: 0.015;
  pointer-events: none;
}

.photos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 18px;
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 32px;
}

.photo {
  aspect-ratio: 1;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
}

.content {
  position: relative;
  z-index: 1;
  width: min(1260px, 100%);
  margin: 0 auto;
  padding: 34px 22px 54px;
}

.landing-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 44px;
}

.brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 24px;
  background: rgba(255, 250, 242, 0.96);
  border: 1px solid rgba(212, 176, 115, 0.2);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.brand-mark {
  width: 104px;
  height: auto;
}

.topbar-links {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.topbar-links a,
.topbar-links span {
  color: rgba(255, 247, 236, 0.94);
  font-size: 0.96rem;
  font-weight: 600;
}

.topbar-links i {
  margin-right: 8px;
  color: #d4b073;
}

.landing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) 360px;
  gap: 28px;
  align-items: stretch;
}

.hero-copy {
  padding: 38px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(17, 13, 11, 0.92), rgba(17, 13, 11, 0.78));
  border: 1px solid rgba(255, 247, 236, 0.1);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  color: #fff8ee;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(212, 176, 115, 0.12);
  border: 1px solid rgba(212, 176, 115, 0.24);
  color: #ecd6aa;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 5.3rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.5);
}

.hero-lead {
  max-width: 760px;
  margin: 0 0 30px;
  font-size: 1.08rem;
  line-height: 1.9;
  color: rgba(255, 247, 236, 0.92);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.landing-btn,
.landing-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.landing-btn {
  background: linear-gradient(135deg, #a27c3c, #d7bc84);
  color: #1b140e;
  box-shadow: 0 18px 38px rgba(176, 138, 72, 0.24);
}

.landing-btn:hover {
  color: #1b140e;
  transform: translateY(-2px);
  opacity: 0.96;
}

.landing-btn-secondary {
  border: 1px solid rgba(255, 247, 236, 0.22);
  background: rgba(255, 255, 255, 0.05);
  color: #fff8ee;
}

.landing-btn-secondary:hover {
  color: #fff8ee;
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.11);
}

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

.hero-point {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 247, 236, 0.12);
}

.hero-point strong {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  color: #fff8ee;
}

.hero-point span {
  color: rgba(255, 247, 236, 0.86);
  line-height: 1.65;
}

.side-card {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 250, 242, 0.97);
  border: 1px solid rgba(212, 176, 115, 0.22);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
}

.side-card h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  color: #211711;
  font-size: 2rem;
  font-weight: 700;
}

.side-card p {
  margin: 0 0 24px;
  color: #584b41;
  line-height: 1.8;
}

.side-list {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.side-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 18px;
  background: #f8efe1;
}

.side-item i {
  margin-top: 3px;
  color: #9f7b3e;
}

.side-item strong {
  display: block;
  margin-bottom: 4px;
  color: #231913;
}

.side-item span,
.side-item a {
  color: #584b41;
}

.side-card .landing-btn {
  width: 100%;
  margin-top: auto;
}

.side-social {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.side-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #ead8b6;
  color: #231914;
}

.side-social a:hover {
  background: #dfc693;
}

@media (max-width: 991.98px) {
  .landing-grid {
    grid-template-columns: 1fr;
  }

  .hero-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .content {
    padding: 22px 14px 40px;
  }

  .landing-topbar {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .brand-badge {
    padding: 12px 14px;
  }

  .topbar-links {
    gap: 12px;
  }

  .hero-copy,
  .side-card {
    padding: 22px 18px;
  }

  .hero-copy h1 {
    font-size: 2.6rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .landing-btn,
  .landing-btn-secondary {
    width: 100%;
  }
}
