/* RESET */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: #ffffff;
  color: #121212;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", sans-serif;
}

/* CONTAINER */

.container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* HEADER */

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid #e8e3dc;
  backdrop-filter: blur(14px);
}

.header-container {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  text-decoration: none;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.desktop-nav a {
  text-decoration: none;
  color: #121212;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mobile-menu-btn {
  display: none;
  background: transparent;
  border: none;
}

.mobile-menu-btn span {
  width: 24px;
  height: 2px;
  background: #121212;
  display: block;
  margin: 5px 0;
}

/* HERO */

.hero-section {
  min-height: 92vh;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero-content h1 {
  font-size: 96px;
  line-height: 92%;
  color: white;
  letter-spacing: -4px;
  margin-bottom: 32px;
  font-weight: 700;
}

.hero-content p {
  max-width: 620px;
  margin: auto;
  color: #9b9b9b;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 48px;
}

.hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.btn-primary,
.btn-secondary {
  padding: 20px 34px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  transition: 0.3s ease;
}

.btn-primary {
  background: #b89b72;
  color: #111;
}

.btn-primary:hover {
  opacity: 0.9;
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: white;
}

.btn-secondary:hover {
  background: white;
  color: #111;
}

/* TRUST STRIP */

.trust-strip {
  padding: 34px 0;
  border-top: 1px solid #e7e2dc;
  border-bottom: 1px solid #e7e2dc;
  background: #f8f8f8;
}

.trust-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.trust-item svg {
  flex-shrink: 0;
}

.trust-item:nth-child(2) svg {
  transform: scale(1.08);
}

.trust-item span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #6b7280;
  font-weight: 700;
}

@media (max-width: 767px) {

  .trust-container {
    gap: 28px;
    flex-direction: column;
  }

}

/* SECTION HEADINGS */

.section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.section-heading span {
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  color: #b89b72;
}

.section-heading h2 {
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -2px;
}

/* PACKAGES */
.packages-section {
  padding: 128px 0;
}

.packages-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  max-width: 1120px;
  margin: 0 auto;
}

.package-card {
  background: #fff;
  border: 1px solid #ece7e0;
  padding: 58px 64px;
  position: relative;
  min-height: 610px;
}

.featured-card {
  border: 1px solid #c7a56a;
  min-height: 690px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.08);
}

.featured-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #b89b72;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  padding: 12px 24px;
  text-transform: uppercase;
  font-weight: 700;
}

.package-card h3 {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -1px;
}

.package-description {
  font-size: 15px;
  color: #777;
  margin-bottom: 52px;
}

.pricing-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 52px;
  padding-bottom: 38px;
  border-bottom: 1px solid #eee;
}

.pricing-row div {
  text-align: center;
  border-right: 1px solid #eee;
}

.pricing-row div:last-child {
  border-right: none;
}

.pricing-row span {
  display: block;
  font-size: 10px;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pricing-row strong {
  font-size: 26px;
}

.package-features {
  list-style: none;
  margin-bottom: 52px;
}

.package-features li {
  font-size: 16px;
  color: #333;
  margin-bottom: 19px;
}

.package-features li::before {
  content: "✓";
  color: #b89b72;
  margin-right: 12px;
  font-weight: 700;
}

.featured-card .package-features li:first-child::before {
  content: "★";
}

.package-button {
  display: block;
  text-align: center;
  padding: 20px;
  border: 1px solid #cfc8bd;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
}

.featured-button {
  background: #b89b72;
  border-color: #b89b72;
}

/* GALLERY */

.gallery-section {
  padding-top: 0;
  padding-bottom: 120px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}

.gallery-card {
  width: 100%;
}

.before-after {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 520px;
  border-radius: 28px;
  overflow: hidden;
  background: #ddd;
}

.before-after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* center divider */
.divider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 5;
}

.gallery-card p {
  margin-top: 18px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6b6b6b;
}

/* MOBILE */

@media (max-width: 767px) {
  .gallery-grid {
    display: flex;
    overflow-x: auto;
    gap: 18px;
    padding-bottom: 14px;
    scroll-snap-type: x mandatory;
  }

  .gallery-grid::-webkit-scrollbar {
    display: none;
  }

  .gallery-card {
    min-width: 300px;
    scroll-snap-align: start;
  }

  .before-after {
    height: 430px;
    border-radius: 22px;
  }
}

/* PROCESS */

.process-section {
  padding-top: 40px;
  padding-bottom: 120px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.process-number {
  width: 72px;
  height: 72px;
  border: 1px solid #d8d3cb;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 32px;
  font-size: 18px;
}

.process-card h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.process-card p {
  color: #777;
  line-height: 170%;
}

/* CTA */

.cta-section {
  padding: 100px 0;
  background: #f9f9f9;
}

.cta-container {
  text-align: center;
}

.cta-container h2 {
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -3px;
  margin-bottom: 40px;
}

.cta-button {
  display: inline-block;
  background: #111;
  color: white;
  text-decoration: none;
  padding: 20px 40px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

/* FOOTER */

.site-footer {
  background: #0a0a0a;
  color: white;
  padding-top: 100px;
}

.footer-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 80px;
  padding-bottom: 80px;
}

.footer-brand h3 {
  font-size: 28px;
  margin-bottom: 16px;
}

.footer-brand p {
  color: #7a7a7a;
}

.footer-column span {
  display: block;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #999;
}

.footer-column a {
  display: block;
  margin-bottom: 16px;
  color: white;
  text-decoration: none;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.social-row a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #1f2937;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-row a svg {
  width: 18px;
  height: 18px;
}

.social-row a:hover {
  border-color: #b89b72;
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 34px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer-bottom-links a {
  color: #777;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #b89b72;
}

.footer-bottom p {
  color: #777;
  font-size: 12px;
  letter-spacing: 1.2px;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .desktop-nav {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
  }

  .hero-content h1 {
    font-size: 64px;
  }

  .packages-grid,
  .process-grid,
  .footer-container {
    grid-template-columns: 1fr;
  }

  .trust-container {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .cta-container h2 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 48px;
    letter-spacing: -2px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column;
  }

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

  .section-heading h2 {
    font-size: 40px;
  }

  .package-card {
    padding: 40px 28px;
  }

  .pricing-row strong {
    font-size: 22px;
  }

  .cta-container h2 {
    font-size: 40px;
  }
}

.divider-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.45);
  z-index: 10;
}

.image-label {
  position: absolute;
  top: 18px;
  z-index: 20;

  padding: 14px 34px;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.35);

  backdrop-filter: blur(18px);

  color: #ffffff;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 2px;

  text-transform: uppercase;

  line-height: 1;
}

.before-label {
  left: 18px;
}

.after-label {
  right: 18px;
}

/* INTERACTIONS */

.btn-primary,
.btn-secondary,
.package-button,
.cta-button,
.desktop-nav a {
  transition: all 0.3s ease;
}

.btn-primary:hover,
.featured-button:hover,
.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.btn-secondary:hover,
.package-button:hover {
  transform: translateY(-2px);
}

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

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

.featured-card:hover {
  transform: translateY(0);
}

.before-after img {
  transition: transform 0.5s ease;
}

.gallery-card:hover .before-after img {
  transform: scale(1.04);
}

.process-card {
  transition: transform 0.3s ease;
}

.process-card:hover {
  transform: translateY(-6px);
}

.desktop-nav a:hover {
  color: #b89b72;
}

#home,
#services,
#gallery,
#process,
#cta,
#contact {
  scroll-margin-top: 120px;
}

.footer-links a,
.footer-bottom-links a {
  transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-bottom-links a:hover {
  color: #b89b72;
}

@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding-top: 70px;
  }

  .footer-container {
    gap: 54px;
    padding-bottom: 70px;
  }

  .footer-bottom {
    padding: 28px 24px 34px;
  }

  .footer-bottom p {
    text-align: left;
    line-height: 1.6;
  }
}

.mobile-nav {
  display: none;
}

@media (max-width: 991px) {
  .mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 22px;
    background: #ffffff;
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition:
      max-height 0.35s ease,
      padding 0.35s ease;
    border-bottom: 1px solid #e8e3dc;
  }

  .mobile-nav.is-open {
    max-height: 320px;
    padding: 28px 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
  }

  .mobile-nav a {
    color: #121212;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: color 0.3s ease;
  }
  .mobile-nav a:hover {
    color: #b89b72;
  }

  .mobile-menu-btn.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu-btn.is-open span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-btn.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu-btn span {
    transition:
      transform 0.3s ease,
      opacity 0.3s ease,
      background 0.3s ease;
  }
}
