* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #fff;
  font-family: 'Lato', Arial, sans-serif;
  line-height: 1.7;
}

.marquee-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 8px 20px 0;
  font-style: italic;
  font-size: 0.9rem;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 20px 80px;
  text-align: center;
}

.seo-h1 {
  position: absolute;
  left: -2555px;
}

.logo {
  margin-bottom: 16px;
}

.logo img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.nav {
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 14px;
}

.nav a:hover {
  text-decoration: underline;
}

.hero {
  margin-bottom: 48px;
}

.hero a {
  display: block;
}

.hero img {
  width: 100%;
  height: auto;
  display: block;
}

.about {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: left;
  font-size: 1rem;
}

.about p {
  margin-bottom: 1.4em;
}

.about strong {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 2.2em;
}

.about a {
  color: #fff;
  text-decoration: underline;
}

.about strong {
  font-weight: 600;
}

.hello {
  display: block;
  text-align: center;
}

.testimonials {
  max-width: 800px;
  margin: 80px auto;
  padding: 0 20px;
}

.testimonials h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 64px;
  font-weight: 600;
}

.testimonial {
  margin-bottom: 64px;
  display: flex;
  gap: 40px;
  align-items: center;
}

.testimonial:nth-child(even) {
  flex-direction: row-reverse;
}

.testimonial-image {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
}

.testimonial-image a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonial-content {
  flex: 1;
}

.testimonial-quote {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.4;
}

.testimonial-text {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #ddd;
  font-size: 1rem;
}

.testimonial-author {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
}

.contact-button {
  margin-bottom: 48px;
  text-align: center;
}

.pricing-section + .contact-button {
  margin-top: 64px;
}

.centered-text {
  text-align: center;
}

.centered-text-spaced {
  text-align: center;
  margin-top: 32px;
}

.contact-button button {
  display: inline-block;
  padding: 14px 32px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.contact-button button:hover {
  background-color: #fff;
  color: #000;
}

.contact-details {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #333;
  background-color: #0a0a0a;
  display: none;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.contact-details.show {
  display: block;
}

.contact-details div {
  margin-bottom: 12px;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1rem;
  color: #fff;
}

.contact-details div:last-child {
  margin-bottom: 0;
}

.contact-details a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-details a:hover {
  color: #ddd;
  text-decoration: underline;
}

.gallery-image {
  max-width: 900px;
  margin: 0 auto 48px;
}

.gallery-image a {
  display: block;
}

.gallery-image img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-break {
  max-width: 3200px;
  margin: 24px auto 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ddd;
}

.footer-break .line {
  width: 60px;
  height: 1px;
  background-color: #555;
  margin: 12px auto;
}

.content {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: left;
  font-size: 1rem;
}

.content p {
  margin-bottom: 1.4em;
}

.content h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 2.2em;
  margin-bottom: 0.5em;
}

.pricing-intro {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: left;
  font-size: 1.05rem;
}

.pricing-intro p {
  margin-bottom: 1.4em;
}

.pricing-section {
  max-width: 900px;
  margin: 0 auto 80px;
  text-align: left;
}

.pricing-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  margin-bottom: 48px;
  text-align: center;
  font-weight: 600;
}

.packages {
  display: flex;
  gap: 32px;
  margin-top: 48px;
}

.package {
  flex: 1;
  border: 1px solid #333;
  padding: 32px 24px;
  background-color: #0a0a0a;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.package:hover {
  border-color: #555;
  transform: translateY(-4px);
}

.package h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.package ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 24px;
  min-height: 180px;
}

.package ul li {
  margin-bottom: 10px;
  color: #ddd;
  line-height: 1.6;
}

.price {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #333;
  color: #fff;
  font-family: 'Playfair Display', serif;
}

.services-divider {
  max-width: 900px;
  margin: 80px auto 64px;
  text-align: center;
}

.services-divider .line {
  width: 100px;
  height: 1px;
  background-color: #555;
  margin: 0 auto;
}

.other-services {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 48px 0;
}

.other-services h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 600;
}

.other-services p {
  margin-bottom: 1.2em;
  font-size: 1.1rem;
}

.other-services strong {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}

.post {
  margin-bottom: 80px;
  text-align: left;
}

.post > a {
  display: block;
  margin-bottom: 20px;
}

.post img {
  width: 100%;
  display: block;
}

.post h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  margin-bottom: 6px;
}

.post h2 a {
  color: #fff;
  text-decoration: none;
}

.post-meta {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 14px;
}

.post-snippet {
  margin-bottom: 20px;
  color: #ddd;
  line-height: 1.7;
}

.read-more {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.post-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  margin-bottom: 8px;
}

.post-content {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.05rem;
}

.post-content p {
  margin-bottom: 1.6em;
}

.post-content > a {
  display: block;
  margin: 56px 0;
}

.post-content img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 800px) {
  .packages {
    flex-direction: column;
    gap: 24px;
  }

  .package {
    padding: 28px 20px;
  }

  .package ul {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .logo img {
    max-width: 240px;
  }

  .about {
    font-size: 0.95rem;
  }

  .nav {
    font-size: 0.7rem;
  }

  .testimonials {
    margin: 60px auto;
  }

  .testimonials h2 {
    font-size: 1.8rem;
    margin-bottom: 48px;
  }

  .testimonial {
    margin-bottom: 48px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .testimonial:nth-child(even) {
    flex-direction: column;
  }

  .testimonial-image {
    width: 140px;
    height: 140px;
  }

  .testimonial-quote {
    font-size: 1.15rem;
  }

  .testimonial-text {
    font-size: 0.95rem;
  }

  .footer-break .line {
    width: 48px;
  }

  .content {
    font-size: 0.95rem;
  }

  .pricing-section h2 {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }

  .pricing-intro {
    font-size: 1rem;
  }

  .other-services h2 {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }

  .other-services strong {
    font-size: 1.2rem;
  }

  .services-divider {
    margin: 64px auto 48px;
  }

  .post-title {
    font-size: 2.2rem;
  }
}

