/* ============================================
   SEVAG PASHAYAN - Real Estate
   Brand: Navy #1B2A4A | Gold #C9A84C
   Fonts: Playfair Display + Lato
============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Lato:wght@300;400;700&display=swap');

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:   #1B2A4A;
  --gold:   #C9A84C;
  --white:  #FFFFFF;
  --grey:   #F5F5F5;
  --dark:   #111111;
  --text:   #333333;
  --light-gold: #e8d49a;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Lato', sans-serif;
  color: var(--text);
  background: var(--white);
  font-size: 16px;
  line-height: 1.7;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  color: var(--navy);
  line-height: 1.2;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-padding { padding: 90px 0; }

.section-tag {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  display: block;
}

.section-title {
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 20px;
}

.divider {
  width: 50px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 40px;
}

.divider-left {
  margin-left: 0;
}

/* === BUTTONS === */
.btn {
  display: inline-block;
  padding: 14px 34px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.btn-gold {
  background: var(--gold);
  color: var(--navy);
}

.btn-gold:hover {
  background: var(--light-gold);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--gold);
}

.btn-outline:hover {
  background: var(--gold);
  color: var(--navy);
}

.btn-navy {
  background: var(--navy);
  color: var(--white);
}

.btn-navy:hover {
  background: #253b6e;
}

/* === NAVBAR === */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0 24px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.4s ease, box-shadow 0.4s ease;
}

.navbar.scrolled {
  background: var(--navy);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.navbar.solid {
  background: var(--navy);
}

.nav-logo img {
  height: 115px;
  width: auto;
  border-radius: 6px;
}

.nav-logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 1px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-links a {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--white);
  transition: color 0.2s;
}

.nav-links a:hover,
.nav-links a.active { color: var(--gold); }

.lang-toggle {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 14px;
  cursor: pointer;
  transition: all 0.2s;
}

.lang-toggle:hover {
  background: var(--gold);
  color: var(--navy);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: all 0.3s;
}

/* === MOBILE NAV === */
.mobile-menu {
  display: none;
  position: fixed;
  top: 120px; left: 0; right: 0;
  background: var(--navy);
  padding: 30px 24px;
  z-index: 999;
  flex-direction: column;
  gap: 24px;
  border-top: 1px solid rgba(201,168,76,0.3);
}

.mobile-menu.open { display: flex; }

.mobile-menu a {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mobile-menu a:hover { color: var(--gold); }

/* === HERO === */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #0d1b2e 0%, #1B2A4A 50%, #1a3060 100%);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1920&q=80') no-repeat center center;
  background-size: cover;
  opacity: 0.10;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.hero-eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}

.hero h1 {
  font-size: clamp(38px, 6vw, 72px);
  color: var(--white);
  margin-bottom: 24px;
  font-weight: 700;
}

.hero h1 span { color: var(--gold); }

.hero-subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  font-weight: 300;
  margin-bottom: 44px;
  max-width: 520px;
}

.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.4);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-scroll::after {
  content: '';
  width: 1px;
  height: 40px;
  background: var(--gold);
  opacity: 0.5;
  animation: scrollLine 1.5s ease-in-out infinite;
}

@keyframes scrollLine {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.8; }
}

/* === ABOUT SNIPPET === */
.about-snippet {
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-image-wrap {
  position: relative;
}

.about-image-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--grey);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 14px;
  letter-spacing: 1px;
}

.about-image-wrap::before {
  content: '';
  position: absolute;
  top: -16px; left: -16px;
  width: 100%; height: 100%;
  border: 2px solid var(--gold);
  z-index: 0;
}

.about-image-placeholder, .about-image-wrap img {
  position: relative;
  z-index: 1;
}

.about-text p {
  color: #555;
  margin-bottom: 20px;
  font-size: 16px;
}

.about-stats {
  display: flex;
  gap: 40px;
  margin: 36px 0;
  padding: 24px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: var(--gold);
  display: block;
}

.stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
}

/* === SERVICES === */
.services { background: var(--grey); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.service-card {
  background: var(--white);
  padding: 44px 36px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.3s;
}

.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.service-card:hover::after { transform: scaleX(1); }

.service-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  background: var(--navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon svg { width: 28px; height: 28px; fill: var(--gold); }

.service-card h3 { margin-bottom: 14px; font-size: 22px; }
.service-card p { color: #666; font-size: 15px; }

/* === LISTINGS PREVIEW === */
.listings-preview { background: var(--white); }

.listings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 60px;
}

.listing-card {
  border: 1px solid #eee;
  transition: box-shadow 0.3s;
  overflow: hidden;
}

.listing-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); }

.listing-img {
  width: 100%;
  height: 220px;
  background: var(--grey);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
  font-size: 13px;
  letter-spacing: 1px;
}

.listing-badge {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--gold);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 12px;
  text-transform: uppercase;
}

.listing-img-wrap { position: relative; }

.listing-info { padding: 24px; }

.listing-price {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--navy);
  margin-bottom: 6px;
}

.listing-address { font-size: 14px; color: #666; margin-bottom: 14px; }

.listing-meta {
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: #888;
  border-top: 1px solid #eee;
  padding-top: 14px;
}

.listing-meta span { display: flex; align-items: center; gap: 5px; }

/* === WHY ME === */
.why-me { background: var(--navy); }

.why-me .section-title,
.why-me h3 { color: var(--white); }

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.why-item { text-align: center; padding: 20px; }

.why-icon {
  font-size: 36px;
  margin-bottom: 20px;
  display: block;
}

.why-item h3 { font-size: 18px; margin-bottom: 10px; }
.why-item p { color: rgba(255,255,255,0.6); font-size: 14px; }

/* === TESTIMONIALS === */
.testimonials { background: var(--grey); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 60px;
}

.testimonial-card {
  background: var(--white);
  padding: 36px;
  position: relative;
}

.testimonial-card::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  color: var(--gold);
  opacity: 0.3;
  position: absolute;
  top: 10px; left: 24px;
  line-height: 1;
}

.testimonial-card p { color: #555; font-style: italic; margin-bottom: 20px; font-size: 15px; }

.testimonial-author { font-weight: 700; color: var(--navy); font-size: 14px; }
.testimonial-location { font-size: 13px; color: #888; }

/* === CTA BANNER === */
.cta-banner {
  background: var(--gold);
  padding: 70px 0;
  text-align: center;
}

.cta-banner h2 { color: var(--navy); margin-bottom: 16px; }
.cta-banner p { color: var(--navy); opacity: 0.8; margin-bottom: 36px; font-size: 17px; }

/* === FOOTER === */
footer {
  background: #0d1b2e;
  color: rgba(255,255,255,0.6);
  padding: 60px 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-logo img { height: 90px; width: 90px; object-fit: cover; border-radius: 10px; margin-bottom: 20px; }
.footer-brand p { font-size: 14px; line-height: 1.8; max-width: 300px; }

.footer-col h4 {
  color: var(--white);
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 14px; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold); }

.footer-contact-item { display: flex; gap: 10px; margin-bottom: 12px; font-size: 14px; }

.footer-bottom {
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.footer-bottom a { color: var(--gold); }

/* === ABOUT PAGE === */
.page-hero {
  height: 340px;
  background: linear-gradient(135deg, #0d1b2e 0%, #1B2A4A 100%);
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
}

.page-hero h1 { color: var(--white); font-size: clamp(32px, 5vw, 54px); }
.page-hero .breadcrumb { color: rgba(255,255,255,0.5); font-size: 13px; margin-bottom: 10px; letter-spacing: 1px; }
.page-hero .breadcrumb span { color: var(--gold); }

.about-full-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
}

.about-sidebar { position: sticky; top: 100px; }

.about-photo {
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--grey);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 14px;
  margin-bottom: 24px;
}

.about-sidebar-info { background: var(--navy); padding: 30px; color: var(--white); }
.about-sidebar-info h4 { color: var(--gold); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; font-family: 'Lato', sans-serif; }
.about-sidebar-info p { font-size: 14px; color: rgba(255,255,255,0.75); margin-bottom: 6px; }

.about-main p { color: #555; margin-bottom: 22px; font-size: 16px; }
.about-main h3 { margin: 36px 0 16px; font-size: 24px; }

.values-list { margin: 0 0 28px 0; }
.values-list li { padding: 12px 0; border-bottom: 1px solid #eee; font-size: 15px; color: #555; padding-left: 20px; position: relative; }
.values-list li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }

/* === LISTINGS PAGE === */
.listings-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; flex-wrap: wrap; gap: 20px; }
.listings-count { font-size: 14px; color: #888; }

.listing-card-full { border: 1px solid #eee; margin-bottom: 30px; display: grid; grid-template-columns: 380px 1fr; }
.listing-card-full .listing-img { height: 100%; min-height: 260px; }
.listing-card-full .listing-info { padding: 36px; display: flex; flex-direction: column; justify-content: space-between; }
.listing-description { color: #666; font-size: 15px; margin-bottom: 20px; }
.listing-features { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.listing-feature-tag { background: var(--grey); padding: 6px 14px; font-size: 13px; color: var(--text); }
.listing-card-full .listing-meta { border: none; padding: 0; margin-bottom: 16px; }

/* === CALCULATOR === */
.calculator-wrap {
  max-width: 760px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid #eee;
  padding: 50px;
}

.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 30px; }

.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--navy); }
.form-group input, .form-group select {
  padding: 14px 16px;
  border: 1px solid #ddd;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s;
}
.form-group input:focus, .form-group select:focus { border-color: var(--gold); }

.calc-result {
  background: var(--navy);
  padding: 36px;
  text-align: center;
  margin-top: 30px;
}

.calc-result-label { color: rgba(255,255,255,0.6); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
.calc-monthly { font-family: 'Playfair Display', serif; font-size: 52px; color: var(--gold); }
.calc-breakdown { margin-top: 20px; display: flex; justify-content: center; gap: 40px; }
.calc-breakdown-item { color: rgba(255,255,255,0.6); font-size: 13px; text-align: center; }
.calc-breakdown-item strong { display: block; color: var(--white); font-size: 16px; margin-bottom: 4px; }

/* === CONTACT PAGE === */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: start; }

.contact-info-block { background: var(--navy); padding: 50px 40px; color: var(--white); }
.contact-info-block h3 { color: var(--white); margin-bottom: 30px; }
.contact-detail { display: flex; gap: 16px; margin-bottom: 28px; }
.contact-detail-icon { width: 44px; height: 44px; background: rgba(201,168,76,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-detail-icon svg { width: 18px; height: 18px; fill: var(--gold); }
.contact-detail-text label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 4px; }
.contact-detail-text p { font-size: 15px; color: rgba(255,255,255,0.85); }

.contact-form .form-group { margin-bottom: 20px; }
.contact-form textarea { padding: 14px 16px; border: 1px solid #ddd; font-family: 'Lato', sans-serif; font-size: 15px; width: 100%; resize: vertical; min-height: 140px; outline: none; transition: border-color 0.2s; }
.contact-form textarea:focus { border-color: var(--gold); }
.contact-form input { width: 100%; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* === CONTACT SOCIAL === */
.contact-social {
  display: flex;
  gap: 12px;
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.contact-social-btn {
  width: 42px;
  height: 42px;
  background: rgba(201,168,76,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.contact-social-btn:hover { background: var(--gold); }
.contact-social-btn svg { width: 18px; height: 18px; fill: var(--gold); }
.contact-social-btn:hover svg { fill: var(--navy); }

/* === BLOG === */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 60px; }

.blog-card { border: 1px solid #eee; transition: box-shadow 0.3s; overflow: hidden; }
.blog-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.blog-img { width: 100%; height: 200px; background: var(--grey); display: flex; align-items: center; justify-content: center; color: #bbb; font-size: 13px; }
.blog-content { padding: 28px; }
.blog-date { font-size: 12px; letter-spacing: 1px; color: var(--gold); text-transform: uppercase; margin-bottom: 10px; }
.blog-card h3 { font-size: 20px; margin-bottom: 12px; }
.blog-card p { color: #666; font-size: 14px; margin-bottom: 20px; }
.read-more { font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--navy); border-bottom: 1px solid var(--gold); padding-bottom: 2px; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .listings-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { gap: 50px; }
  .listing-card-full { grid-template-columns: 300px 1fr; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .section-padding { padding: 60px 0; }
  .about-grid { grid-template-columns: 1fr; }
  .about-full-grid { grid-template-columns: 1fr; }
  .about-sidebar { position: static; }
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .listings-grid { grid-template-columns: 1fr; }
  .listing-card-full { grid-template-columns: 1fr; }
  .listing-card-full .listing-img { height: 240px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .calc-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .about-stats { gap: 24px; }
  .hero-cta { flex-direction: column; }
  .calculator-wrap { padding: 30px 20px; }
}
