/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Belleza", sans-serif;
  line-height: 1.6;
  color: #333;
  background: url("background_red.png") center center/cover no-repeat fixed;
}

/* Contact Page - Remove background image and set light background */
/* Contact section styles moved to contact.css */

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bellefair", serif;
  font-weight: 400;
}

/* Increase all paragraph font sizes by 2px */
p {
  font-size: calc(1em + 2px);
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Header Styles */
#masthead {
  background: transparent;
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
}

.logo {
  max-height: 60px;
  width: auto;
}

/* Navigation */
.main-navigation .menu {
  display: flex;
  list-style: none;
  align-items: center;
}

.main-navigation .menu li {
  margin: 0 1rem;
  position: relative;
}

.main-navigation .menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
}

.main-navigation .menu a:hover,
.main-navigation .menu a.active {
  color: #ff6b6b; /* Floral accent color */
}

/* Dropdown */
.has-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  min-width: 200px;
}

.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
}

.dropdown li {
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
}

.dropdown a {
  display: block;
  padding: 0.75rem 1rem;
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.search-toggle,
.mobile-menu-toggle {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: #333;
  transition: color 0.3s ease;
}

.search-toggle:hover,
.mobile-menu-toggle:hover {
  color: #ff6b6b;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 600px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.hero-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-column {
  height: 100%;
}

/* Left Column - Social Media */
.social-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.follow-heading {
  font-size: 1.5rem;
  color: #333;
  margin: 0;
}

.social-list {
  display: flex;
  gap: 1rem;
  list-style: none;
  flex-wrap: wrap;
}

.social-item {
  margin: 0;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: #fff;
  border: 2px solid #ff6b6b;
  border-radius: 50px;
  text-decoration: none;
  color: #ff6b6b;
  font-weight: 500;
  transition: all 0.3s ease;
  min-width: 60px;
  justify-content: center;
}

.social-link:hover {
  background: #ff6b6b;
  color: #fff;
  transform: translateY(-2px);
}

.social-link i {
  font-size: 1rem;
}

.social-link span {
  font-size: 0.875rem;
  font-weight: 600;
}

/* Right Column - Main Content */
.hero-main-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #ff6b6b;
  margin: 0;
  font-weight: 400;
}

.hero-title {
  font-size: 3rem;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
}

.hero-description {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Info Section */
.hero-info-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 1rem 0;
}

.info-column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.info-title {
  font-size: 1.1rem;
  color: #fff;
  margin: 0;
  font-weight: 400;
}

.info-text {
  font-size: 0.95rem;
  color: #666;
  margin: 0;
}

/* CTA Button */
.hero-cta {
  margin-top: 1rem;
}

.cta-button {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: #ff6b6b;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: 2px solid #ff6b6b;
}

.cta-button:hover {
  background: transparent;
  color: #ff6b6b;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

.cta-button.secondary {
  background: transparent;
  color: #ff6b6b;
  text-transform: lowercase;
}

.cta-button.secondary:hover {
  background: #ff6b6b;
  color: #fff;
}

/* Our Story Section */
.our-story-section {
  padding: 100px 0;
  background: #fff;
}

.our-story-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.story-column {
  height: 100%;
}

/* Left Column - Text Content */
.story-text-content {
  background: #f8f9fa;
  padding: 3rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.story-subtitle {
  font-size: 1.1rem;
  color: #ff6b6b;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.story-title {
  font-size: 2.5rem;
  color: #333;
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
}

.story-description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.story-main-text,
.story-text {
  font-size: 1rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.story-main-text {
  font-size: 1.1rem;
}

.story-cta {
  margin-top: 1rem;
}

/* Right Column - Image Gallery */
.story-images {
  position: relative;
  height: 500px;
  width: 100%;
}

.story-image {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.story-image:hover {
  transform: scale(1.05);
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Image positioning */
.story-image-1 {
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  z-index: 3;
}

.story-image-2 {
  top: 50px;
  right: 0;
  width: 200px;
  height: 200px;
  z-index: 2;
}

.story-image-3 {
  bottom: 0;
  left: 100px;
  right: 50px;
  height: 200px;
  z-index: 1;
}

/* Header and Hero Section - White Text */
#masthead,
#masthead .main-navigation .menu a,
#masthead .header-actions button,
.hero-section,
.hero-section .hero-main-content,
.hero-section .hero-subtitle,
.hero-section .hero-title,
.hero-section .hero-description,
.hero-section .info-title,
.hero-section .info-text,
.hero-section .cta-button,
.hero-section .follow-heading,
.hero-section .social-link {
  color: #fff !important;
}

/* Hero Section - Remove Overlay for Full Image Clarity */
.hero-background-overlay {
  background: none;
}

/* Hero Section with Background Image - Remove Gradient, Full Opacity */
.hero-section.hero-bg {
  background: none;
}

/* How It Works Section */
.how-it-works-section {
  padding: 80px 0 40px 0;
  background: rgba(255, 255, 255, 0.85);
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #c0392b;
  margin-bottom: 2.5rem;
  font-family: "Bellefair", serif;
}

.how-it-works-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
  margin-top: 2.5rem;
}

.feature {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
  transition: box-shadow 0.3s;
}

.feature i {
  font-size: 2.5rem;
  color: #c0392b;
  margin-bottom: 1rem;
}

.feature h4 {
  font-family: "Bellefair", serif;
  font-size: 1.3rem;
  margin: 0.5rem 0 0.5rem 0;
  color: #222;
}

.feature p {
  color: #444;
  font-size: calc(1rem + 2px);
  margin-bottom: 0;
}

.how-it-works-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
  margin-bottom: 2.5rem;
}

.how-step {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
  transition: box-shadow 0.3s;
}

.how-step-image img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 1rem;
  opacity: 0.7;
}

.how-step-title {
  font-family: "Bellefair", serif;
  font-size: 1.2rem;
  color: #c0392b;
  margin-bottom: 0.5rem;
}

.how-step-desc {
  color: #444;
  font-size: calc(1rem + 2px);
}

/* How It Works Section Font Corrections */
.how-step-title,
.feature h4,
.section-title {
  font-family: "Bellefair", serif;
}
.how-step-desc,
.feature p {
  font-family: "Belleza", sans-serif;
}

/* How It Works Section Icon and Title Consistency */
.how-step-image i {
  font-size: 2.5rem;
  color: #c0392b;
  margin-bottom: 1rem;
}
.how-step-title {
  font-size: 1.5rem;
  color: #c0392b;
  font-family: "Bellefair", serif;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.feature i {
  font-size: 2.5rem;
  color: #c0392b;
  margin-bottom: 1rem;
}

/* Contact Teaser Section */
.contact-teaser-section {
  background: #fff;
  padding: 100px 0 100px 0;
  text-align: center;
}
.contact-teaser-content {
  max-width: 600px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}
.contact-teaser-title {
  font-family: "Bellefair", serif;
  font-size: 2rem;
  color: #c0392b;
  margin-bottom: 1rem;
}
.contact-teaser-desc {
  font-family: "Belleza", sans-serif;
  color: #444;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

/* Footer */
.site-footer {
  background: #222;
  color: #fff;
  padding: 60px 0 20px 0;
  font-size: 1rem;
  margin-top: 0;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
.footer-logo-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer-logo {
  max-height: 48px;
  width: auto;
  border-radius: 8px;
  padding: 0.5rem 1rem;
}
.footer-nav ul {
  list-style: none;
  display: flex;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
}
.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.2s;
}
.footer-nav a:hover {
  color: #ff6b6b;
}
.footer-social {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.footer-social-link {
  color: #fff;
  font-size: 1.3rem;
  background: #c0392b;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}
.footer-social-link:hover {
  background: #ff6b6b;
  color: #fff;
}
.footer-copy {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  color: #bbb;
  font-size: 0.95rem;
}
@media (max-width: 900px) {
  .how-it-works-steps,
  .how-it-works-features {
    grid-template-columns: 1fr;
  }

  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .footer-logo-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .main-navigation {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .header-container {
    padding: 1rem;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .hero-section {
    padding: 60px 0;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .social-list {
    justify-content: center;
  }

  .hero-info-section {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .follow-heading {
    text-align: center;
  }

  /* Our Story responsive */
  .our-story-section {
    padding: 60px 0;
  }

  .our-story-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .story-text-content {
    padding: 2rem;
  }

  .story-title {
    font-size: 2rem;
  }

  .story-images {
    height: 400px;
    margin-top: 2rem;
  }

  .story-image-1 {
    width: 200px;
    height: 200px;
  }

  .story-image-2 {
    width: 150px;
    height: 150px;
    top: 30px;
  }

  .story-image-3 {
    height: 150px;
    left: 50px;
    right: 30px;
  }

  /* Signature responsive */
  .signature-section {
    padding: 60px 0;
  }

  .signature-content {
    padding: 2rem;
  }

  .signature-text p {
    font-size: calc(1rem + 2px);
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
  }

  .social-list {
    flex-direction: column;
    align-items: center;
  }

  .cta-button {
    padding: 0.875rem 2rem;
    font-size: 0.9rem;
  }

  .story-title {
    font-size: 1.75rem;
  }

  .story-text-content {
    padding: 1.5rem;
  }

  .story-images {
    height: 300px;
  }

  .story-image-1 {
    width: 150px;
    height: 150px;
  }

  .story-image-2 {
    width: 120px;
    height: 120px;
  }

  .story-image-3 {
    height: 120px;
    left: 30px;
    right: 20px;
  }

  .signature-content {
    padding: 1.5rem;
  }
}

/* Signature responsive */
.signature-section {
  padding: 60px 0;
}

.signature-content {
  padding: 2rem;
}

.signature-text p {
  font-size: calc(1rem + 2px);
}

/* Transparent Header Styles for Hero Section */
#masthead.header-transparent {
  background: transparent !important;
  box-shadow: none !important;
}
#masthead.header-transparent .main-navigation .menu a,
#masthead.header-transparent .header-actions button,
#masthead.header-transparent .logo {
  color: #fff !important;
  fill: #fff !important;
  filter: brightness(100%) invert(0%);
}
#masthead.header-transparent .logo img {
  filter: brightness(100%) invert(0%);
}
#masthead.header-transparent .main-navigation .menu a:hover,
#masthead.header-transparent .main-navigation .menu a.active {
  color: #ff6b6b !important;
}
#masthead.header-transparent {
  /* Optional: subtle shadow for readability */
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

/* Solid Header Styles for Scrolled State */
#masthead.header-solid {
  background: #fff !important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07) !important;
  transition: background 0.3s, box-shadow 0.3s;
}
#masthead.header-solid .main-navigation .menu a,
#masthead.header-solid .header-actions button {
  color: #222 !important;
  fill: #222 !important;
  filter: none;
}
#masthead.header-solid .main-navigation .menu a:hover,
#masthead.header-solid .main-navigation .menu a.active {
  color: #c0392b !important;
}
#masthead.header-solid .logo-white {
  display: none !important;
}
#masthead.header-solid .logo-black {
  display: inline-block !important;
}
#masthead.header-transparent .logo-white {
  display: inline-block !important;
}
#masthead.header-transparent .logo-black {
  display: none !important;
}
.logo-white,
.logo-black {
  max-height: 60px;
  width: auto;
  transition: opacity 0.3s;
}

/* Ensure header is transparent by default */
#masthead {
  background: transparent !important;
  box-shadow: none;
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1201;
}
.mobile-menu-toggle .bar {
  display: block;
  width: 26px;
  height: 3px;
  margin: 4px 0;
  background: #fff;
  border-radius: 2px;
  transition: background 0.3s;
}
#masthead.header-solid .mobile-menu-toggle .bar {
  background: #222;
}

.mobile-navigation {
  display: none;
}

@media (max-width: 900px) {
  .main-navigation {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .mobile-navigation {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    z-index: 1200;
    transform: translateY(-100%);
    transition: transform 0.3s;
    overflow-y: auto;
  }
  .mobile-navigation.open {
    transform: translateY(0);
  }
  .mobile-menu {
    list-style: none;
    padding: 80px 0 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .mobile-menu a {
    color: #222;
    font-size: 1.3rem;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
  }
  .mobile-menu a.active,
  .mobile-menu a:hover {
    color: #c0392b;
  }
  .mobile-menu .has-dropdown > a:after {
    content: "\25BC";
    font-size: 0.8em;
    margin-left: 0.5em;
  }
  .mobile-menu .dropdown {
    display: none;
    flex-direction: column;
    gap: 0.5rem;
    background: none;
    box-shadow: none;
    position: static;
    min-width: 0;
    padding: 0.5rem 0 0.5rem 1.5rem;
  }
  .mobile-menu .has-dropdown.open > .dropdown {
    display: flex;
  }
}

@media (max-width: 600px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .footer-logo-nav {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
  }
  .footer-logo {
    display: block;
    margin: 0 auto 0.5rem auto;
    padding: 0.5rem 0;
    max-width: 120px;
    height: auto;
  }
  .footer-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem 1.2rem;
    width: 100%;
    padding: 0;
  }
  .footer-nav li {
    flex: 0 1 auto;
    margin: 0;
    padding: 0;
    text-align: center;
    min-width: 90px;
  }
  .gallery-section {
    padding: 40px 0 20px 0;
  }
  .gallery-swiper {
    min-height: 350px;
  }
  .gallery-swiper .swiper-slide,
  .gallery-item {
    min-height: 320px;
    height: 320px;
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .gallery-item img {
    height: 100% !important;
    min-height: 0;
    width: auto;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
  }
}
