:root {
  --bg: #fffaf3;
  --surface: #ffffff;
  --text: #1f2937;
  --muted: #5b6472;
  --primary: #b24f15;
  --primary-dark: #7e320b;
  --accent: #f6b13d;
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0 18px 60px rgba(20, 20, 20, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fffaf3 0%, #fff 100%);
  line-height: 1.7;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  background: linear-gradient(110deg, rgba(19, 15, 11, 0.9), rgba(46, 22, 10, 0.75)), url('images/casualImages/storepack1.jpg') center/cover;
  color: white;
  min-height: 100vh;
  padding-bottom: 4rem;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 0;
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(8px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.2rem;
}

.nav-links {
  display: flex;
  gap: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--accent);
  color: #231203;
  box-shadow: 0 12px 28px rgba(246, 177, 61, 0.25);
}

.btn-secondary {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.hero-content {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
  padding-top: 4rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 0.65rem;
}

.hero h1 {
  font-size: clamp(2.3rem, 3.8vw, 4rem);
  line-height: 1.1;
  margin: 0 0 1rem;
}

.lead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 680px;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  margin: 1.5rem 0;
}

.hero-points {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.86);
}

.hero-card {
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-card img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}

.card-info {
  padding: 1.25rem 1.4rem 1.45rem;
}

.features,
.about,
.packages,
.gallery,
.video-section,
.order-section {
  padding: 5rem 0 0;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.features article,
.package-card,
.order-form,
.contact-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 1.4rem;
  box-shadow: var(--shadow);
}

.about {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.about img {
  border-radius: 24px;
  min-height: 360px;
  object-fit: cover;
}

.section-heading {
  margin-bottom: 1.5rem;
}

.section-heading h2,
.about h2,
.order-copy h2 {
  font-size: clamp(1.7rem, 2.3vw, 2.2rem);
  margin: 0;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.package-card img {
  border-radius: 16px;
  height: 220px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.package-card h3 {
  margin: 0 0 0.35rem;
}

.package-card span {
  display: inline-block;
  margin-top: 0.6rem;
  color: var(--primary);
  font-weight: 700;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gallery-grid img {
  border-radius: 18px;
  height: 220px;
  width: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.video-shell {
  display: flex;
  justify-content: center;
}

.video-section video {
  width: min(100%, 900px);
  max-height: 70vh;
  border-radius: 24px;
  box-shadow: var(--shadow);
  object-fit: contain;
  background: #000;
}

.floating-whatsapp {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: white;
  font-size: 1.6rem;
  box-shadow: 0 16px 35px rgba(37, 211, 102, 0.3);
  z-index: 200;
}

.floating-whatsapp:hover {
  transform: scale(1.04);
}

.order-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.5rem;
  padding-bottom: 5rem;
}

.order-form {
  display: grid;
  gap: 0.9rem;
}

.order-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
}

.order-form input,
.order-form select,
.order-form textarea {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.8rem 0.95rem;
  font: inherit;
  color: var(--text);
  background: #fcfcfc;
}

.full-width {
  width: 100%;
  margin-top: 0.35rem;
}

.summary {
  border-top: 1px solid var(--border);
  padding-top: 0.9rem;
  margin-top: 0.3rem;
}

footer {
  background: #22150d;
  color: rgba(255, 255, 255, 0.8);
  padding: 1.4rem 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 900px) {
  .hero-content,
  .about,
  .order-section,
  .features {
    grid-template-columns: 1fr;
  }

  .package-grid,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .nav {
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .package-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .footer-content {
    flex-direction: column;
    gap: 0.4rem;
  }
}
