/* CSS Custom Properties - Landhausstil */
:root {
  --primary-color: #8b6f47;
  --primary-dark: #6b5435;
  --primary-light: #a6895f;
  --secondary-color: #d4b896;
  --accent-color: #f5e6d3;
  --text-dark: #4a3e2e;
  --text-light: #7a6b5a;
  --bg-light: #faf8f5;
  --bg-cream: #f5f1eb;
  --bg-dark: #3d3428;
  --white: #ffffff;
  --shadow: rgba(107, 84, 53, 0.15);
  --shadow-hover: rgba(107, 84, 53, 0.25);
  --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --border-radius: 12px;
  --border-radius-large: 20px;
}

/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.7;
  color: var(--text-dark);
  background-color: var(--bg-cream);
  background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(139, 111, 71, 0.03) 2px, rgba(139, 111, 71, 0.03) 4px);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  line-height: 1.3;
  color: var(--primary-dark);
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Navigation */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(250, 248, 245, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px var(--shadow);
  z-index: 1000;
  transition: var(--transition);
  border-bottom: 2px solid var(--accent-color);
}

.navbar.scrolled {
  box-shadow: 0 4px 30px var(--shadow-hover);
  background-color: rgba(250, 248, 245, 0.98);
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 0;
}

.logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: 0.5px;
  position: relative;
}

.logo::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--secondary-color), transparent);
}

.nav-menu {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

.nav-link {
  color: var(--text-dark);
  font-weight: 400;
  font-size: 1rem;
  position: relative;
  padding: 0.5rem 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--secondary-color), var(--accent-color));
  transition: var(--transition);
  border-radius: 2px;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-link:hover {
  color: var(--primary-color);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: var(--primary-color);
  transition: var(--transition);
  border-radius: 2px;
}

/* Hero Section */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(139, 111, 71, 0.9) 0%, rgba(107, 84, 53, 0.95) 100%);
  background-image: url('../images/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--white);
  text-align: center;
  margin-top: 70px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(107, 84, 53, 0.75) 0%,
    rgba(139, 111, 71, 0.65) 50%,
    rgba(61, 52, 40, 0.7) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 2rem;
}

.hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  animation: fadeInUp 1s ease;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  color: var(--white);
}

.hero-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  opacity: 0.95;
  animation: fadeInUp 1s ease 0.2s both;
  font-weight: 300;
  font-style: italic;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 1.2rem 2.5rem;
  border-radius: var(--border-radius);
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.5px;
  transition: var(--transition);
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 1.1rem;
  font-family: 'Cormorant Garamond', serif;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #c4a882 100%);
  color: var(--text-dark);
  animation: fadeInUp 1s ease 0.4s both;
  box-shadow: 0 4px 15px rgba(139, 111, 71, 0.3);
  border-color: rgba(139, 111, 71, 0.2);
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: var(--transition);
}

.btn-primary:hover::before {
  left: 100%;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #c4a882 0%, var(--secondary-color) 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(139, 111, 71, 0.4);
}

/* Sections */
.section {
  padding: 6rem 0;
  position: relative;
}

.section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--secondary-color), transparent);
  border-radius: 2px;
}

.section-dark {
  background: linear-gradient(180deg, var(--bg-light) 0%, var(--bg-cream) 100%);
  background-image: 
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(139, 111, 71, 0.02) 10px, rgba(139, 111, 71, 0.02) 20px);
}

.section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 4rem;
  color: var(--primary-dark);
  position: relative;
  padding-bottom: 1.5rem;
}

.section-title::after {
  content: '~';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  color: var(--secondary-color);
  font-weight: 300;
}

/* About Section */
.about-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}

.about-text {
  font-size: 1.15rem;
  line-height: 1.9;
  color: var(--text-light);
  font-family: 'Cormorant Garamond', serif;
  max-width: 900px;
  margin: 0 auto;
}

.about-text p {
  margin-bottom: 2rem;
  text-align: justify;
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
}

.highlight-item {
  text-align: center;
  padding: 2.5rem;
  background: linear-gradient(135deg, var(--white) 0%, var(--bg-cream) 100%);
  border-radius: var(--border-radius-large);
  box-shadow: 0 8px 25px var(--shadow);
  transition: var(--transition);
  border: 1px solid var(--accent-color);
  position: relative;
  overflow: hidden;
}

.highlight-item::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(212, 184, 150, 0.1) 0%, transparent 70%);
  transition: var(--transition);
}

.highlight-item:hover::before {
  top: -30%;
  left: -30%;
}

.highlight-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 40px var(--shadow-hover);
}

.highlight-icon {
  font-size: 3.5rem;
  display: block;
  margin-bottom: 1.5rem;
  filter: drop-shadow(2px 2px 4px var(--shadow));
}

.highlight-item h3 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.highlight-item p {
  color: var(--text-light);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
}

/* Gallery Section */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-large);
  aspect-ratio: 4/3;
  cursor: pointer;
  box-shadow: 0 8px 25px var(--shadow);
  border: 3px solid var(--accent-color);
  transition: var(--transition);
}

.gallery-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(139, 111, 71, 0.1) 0%, transparent 100%);
  opacity: 0;
  transition: var(--transition);
  z-index: 1;
}

.gallery-item:hover::before {
  opacity: 1;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(61, 52, 40, 0.9), transparent);
  color: var(--white);
  padding: 2rem;
  transform: translateY(100%);
  transition: var(--transition);
  z-index: 2;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
}

.gallery-item:hover .gallery-overlay {
  transform: translateY(0);
}

.gallery-item:hover img {
  transform: scale(1.15);
}

.gallery-item:hover {
  border-color: var(--secondary-color);
  box-shadow: 0 15px 40px var(--shadow-hover);
}

/* Features Section */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
}

.feature-card {
  background: linear-gradient(135deg, var(--white) 0%, var(--bg-cream) 100%);
  padding: 2.5rem;
  border-radius: var(--border-radius-large);
  box-shadow: 0 8px 25px var(--shadow);
  transition: var(--transition);
  text-align: center;
  border: 2px solid var(--accent-color);
  position: relative;
}

.feature-card::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d4b896' opacity='0.3'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5'/%3E%3C/svg%3E");
  background-size: contain;
  opacity: 0.2;
}

.feature-card:hover {
  transform: translateY(-8px) rotate(1deg);
  box-shadow: 0 15px 40px var(--shadow-hover);
  border-color: var(--secondary-color);
}

.feature-icon {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  filter: drop-shadow(2px 2px 4px var(--shadow));
}

.feature-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

.feature-card ul {
  text-align: left;
  color: var(--text-light);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
}

.feature-card li {
  padding: 0.75rem 0;
  padding-left: 2rem;
  position: relative;
  line-height: 1.8;
}

.feature-card li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 1.2rem;
}

/* Location Section */
.location-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.location-text h3 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.location-text p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  line-height: 1.9;
  color: var(--text-light);
  margin-bottom: 2rem;
}

.location-features {
  margin-top: 2.5rem;
}

.location-feature {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--accent-color);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
}

.location-feature:last-child {
  border-bottom: none;
}

.location-feature strong {
  color: var(--primary-color);
  font-family: 'Playfair Display', Georgia, serif;
}

.map-placeholder {
  background: linear-gradient(135deg, var(--white) 0%, var(--bg-cream) 100%);
  border-radius: var(--border-radius-large);
  padding: 3rem;
  text-align: center;
  box-shadow: 0 8px 25px var(--shadow);
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  border: 2px solid var(--accent-color);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
}

/* Contact Section */
.contact-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
}

.contact-info h3 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--primary-color);
  margin-bottom: 2.5rem;
  font-size: 2rem;
}

.contact-item {
  margin-bottom: 2rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
}

.contact-item strong {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--primary-color);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
}

.contact-item a {
  color: var(--text-dark);
  transition: var(--transition);
}

.contact-item a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.contact-form {
  background: linear-gradient(135deg, var(--bg-light) 0%, var(--white) 100%);
  padding: 3rem;
  border-radius: var(--border-radius-large);
  box-shadow: 0 8px 25px var(--shadow);
  border: 2px solid var(--accent-color);
}

.form-group {
  margin-bottom: 2rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--text-dark);
  font-weight: 500;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid var(--accent-color);
  border-radius: var(--border-radius);
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  transition: var(--transition);
  background-color: var(--white);
  color: var(--text-dark);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 3px rgba(212, 184, 150, 0.2);
  background-color: var(--bg-cream);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

/* Footer */
.footer {
  background: linear-gradient(180deg, var(--bg-dark) 0%, #2a2319 100%);
  color: var(--white);
  padding: 4rem 0 1.5rem;
  border-top: 4px solid var(--secondary-color);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-section h4 {
  font-family: 'Playfair Display', Georgia, serif;
  margin-bottom: 1.5rem;
  color: var(--secondary-color);
  font-size: 1.5rem;
}

.footer-section ul li {
  margin-bottom: 0.75rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.8);
  transition: var(--transition);
}

.footer-section a:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(212, 184, 150, 0.2);
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(61, 52, 40, 0.98);
  z-index: 2000;
  align-items: center;
  justify-content: center;
}

.lightbox.active {
  display: flex;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: var(--border-radius);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  border: 3px solid var(--secondary-color);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: rgba(212, 184, 150, 0.3);
  color: var(--white);
  border: 2px solid var(--secondary-color);
  font-size: 2rem;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  transition: var(--transition);
  backdrop-filter: blur(5px);
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(212, 184, 150, 0.5);
  transform: scale(1.1);
}

.lightbox-close {
  top: 30px;
  right: 30px;
}

.lightbox-prev {
  left: 30px;
}

.lightbox-next {
  right: 30px;
}

/* Apartment Cards */
.apartments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}

.apartment-card {
  background: linear-gradient(135deg, var(--white) 0%, var(--bg-cream) 100%);
  border-radius: var(--border-radius-large);
  overflow: hidden;
  box-shadow: 0 8px 25px var(--shadow);
  border: 2px solid var(--accent-color);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.apartment-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px var(--shadow-hover);
  border-color: var(--secondary-color);
}

.apartment-image {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.apartment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.apartment-card:hover .apartment-image img {
  transform: scale(1.1);
}

.apartment-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: linear-gradient(135deg, var(--secondary-color) 0%, #c4a882 100%);
  color: var(--text-dark);
  padding: 0.5rem 1.5rem;
  border-radius: var(--border-radius);
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(139, 111, 71, 0.3);
}

.apartment-content {
  padding: 2.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.apartment-content h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}

.apartment-specs {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.spec-item {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--text-light);
}

.apartment-description {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  line-height: 1.9;
  color: var(--text-light);
  margin-bottom: 1.5rem;
  flex: 1;
}

.apartment-features {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.feature-tag {
  background: var(--accent-color);
  color: var(--text-dark);
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius);
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  border: 1px solid var(--secondary-color);
}

.btn-secondary {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  color: var(--white);
  border: 2px solid var(--primary-color);
  align-self: flex-start;
}

.btn-secondary:hover {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 111, 71, 0.4);
}

/* Apartment Details Section */
.apartment-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.apartment-tab {
  padding: 1rem 2.5rem;
  background: var(--bg-cream);
  border: 2px solid var(--accent-color);
  border-radius: var(--border-radius);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--text-dark);
  cursor: pointer;
  transition: var(--transition);
}

.apartment-tab:hover {
  background: var(--accent-color);
  border-color: var(--secondary-color);
}

.apartment-tab.active {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #c4a882 100%);
  border-color: var(--secondary-color);
  color: var(--text-dark);
  font-weight: 600;
}

.apartment-detail-header {
  text-align: center;
  margin-bottom: 3rem;
}

.apartment-intro {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  line-height: 1.9;
  color: var(--text-light);
  max-width: 800px;
  margin: 1.5rem auto 0;
}

.apartment-detail-grid {
  margin-top: 2rem;
}

.apartment-detail-section h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 2rem;
  text-align: center;
}

/* Gallery Filter */
.gallery-filter {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.gallery-filter-btn {
  padding: 0.75rem 2rem;
  background: var(--bg-cream);
  border: 2px solid var(--accent-color);
  border-radius: var(--border-radius);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--text-dark);
  cursor: pointer;
  transition: var(--transition);
}

.gallery-filter-btn:hover {
  background: var(--accent-color);
  border-color: var(--secondary-color);
}

.gallery-filter-btn.active {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #c4a882 100%);
  border-color: var(--secondary-color);
  color: var(--text-dark);
  font-weight: 600;
}

.gallery-item.hidden {
  display: none;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 2.8rem;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .location-content,
  .contact-content {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    top: 70px;
    left: -100%;
    flex-direction: column;
    background: linear-gradient(135deg, var(--bg-light) 0%, var(--white) 100%);
    width: 100%;
    padding: 2rem;
    box-shadow: 0 8px 25px var(--shadow);
    transition: var(--transition);
    border-top: 2px solid var(--accent-color);
  }

  .nav-menu.active {
    left: 0;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1.3rem;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .about-highlights,
  .features-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .apartments-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }

  .section {
    padding: 4rem 0;
  }

  .hero {
    min-height: 500px;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .btn {
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .section-title {
    font-size: 1.8rem;
  }
}
