/* =====================
   RESET & BASE
   Fonts: Playfair Display (titles) + Source Serif 4 (body) — FT/WSJ style
===================== */
* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 1.6;
  background-color: #ecdad5;
  color: #333;
}

/* =====================
   TOP BAR
===================== */
.top-bar {
  background-color: rgb(26, 27, 31);
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
}

.top-bar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 16px;
}

.btn-home {
  background-color: #8B0000;
  color: white;
  text-decoration: none;
  padding: 6px 12px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  font-family: Arial, sans-serif;
}

.btn-subscribe {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.85);
  color: white;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}

.btn-signin {
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

/* =====================
   HEADER — 20% taller
===================== */
.site-header {
  background-color: #ecdad5;
  border-bottom: 1px solid rgba(80,4,4,0.12);
  padding: 48px 40px 40px;
  text-align: center;
}

.header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.title-logo-wrap {
  position: relative;
  display: inline-block;
}

.logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  position: absolute;
  top: -6px;
  left: -64px;
}

.site-title {
  font-size: 102px;
  font-weight: 700;
  font-family: 'Playfair Display', Georgia, serif;
  color: #500404;
  line-height: 1;
}

.site-subtitle {
  font-family: 'Source Serif 4', Georgia, serif;
  color: rgb(192, 25, 28);
  font-size: 20px;
  line-height: 1.45;
  margin-top: 14px;
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* =====================
   NAVBAR
===================== */
.navbar {
  position: relative;
  background-color: #ecdad5;
  border-top: 1px solid rgb(210, 180, 170);
  border-bottom: 2px solid rgb(192, 25, 28);
  padding: 0 40px;
  min-height: 44px;
}

.navbar-toggle {
  display: none;
  background: none;
  border: 2px solid rgb(80,4,4);
  cursor: pointer;
  padding: 6px 14px;
  color: rgb(80,4,4);
  font-size: 22px;
  line-height: 1;
  margin: 6px 16px;
  border-radius: 4px;
  position: absolute;
  right: 10px;
  top: 4px;
  z-index: 200;
}

.navbar-menu {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.navbar-menu li a {
  display: block;
  padding: 12px 4px;
  text-decoration: none;
  color: rgb(80,4,4);
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.navbar-menu li a:hover {
  color: rgb(192,25,28);
  border-bottom: 2px solid rgb(192,25,28);
}

/* =====================
   MAIN
===================== */
.main-content {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 60px 40px;
}

.main-content--home {
  max-width: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-content h1,
.main-content h2,
.main-content h3 {
  color: #500404;
  font-family: 'Playfair Display', Georgia, serif;
}

.main-content h2 {
  font-size: 34px;
  margin: 24px 0 12px;
  border-bottom: 1px solid rgb(236,218,213);
  padding-bottom: 8px;
  text-align: center;
}

.main-content h3 {
  font-size: 26px;
  text-align: center;
  margin: 16px 0 10px;
}

.main-content p {
  font-size: 18px;
  line-height: 1.6;
}

.main-content a { color: #c10707; }
.main-content a:hover { color: #500404; }

.main-content ul {
  padding-left: 20px;
  line-height: 1.7;
  font-size: 18px;
}

/* =====================
   HOME SECTIONS
===================== */
.home-section { margin-bottom: 0; }

.home-section__shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
  box-sizing: border-box;
}

.home-section__shell--narrow {
  max-width: 720px;
}

/* ----- Services ----- */
.home-section--services {
  background-color: #f9ecec;
}

.home-services__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px;
  font-weight: 700;
  color: #500404;
  text-align: center;
  margin: 0 0 28px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.service-grid--4 {
  display: flex;
  flex-wrap: nowrap;
  gap: 1%;
  width: 100%;
  align-items: stretch;
}

.service-card--equal {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 3%) / 4);
  max-width: calc((100% - 3%) / 4);
  min-width: 0;
  background-color: #fff;
  padding: 0 0 15px 0;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
  overflow: hidden;
}

.service-card__media {
  display: block;
  text-decoration: none;
  flex-shrink: 0;
}

.service-card__image-wrap {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #e8d8d4;
}

.service-card__image {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
}

.service-card__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 0 14px;
}

.service-card__title-link {
  text-decoration: none;
  color: inherit;
}

.service-card__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  color: #c10707;
  line-height: 1.3;
  margin: 12px 0 0;
  text-align: left;
}

.service-card__title-link:hover .service-card__title {
  color: #500404;
}

.service-card__desc {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 13px;
  color: #444;
  line-height: 1.5;
  text-align: left;
  margin: 8px 0 0;
  flex: 1 1 auto;
}

.service-card__cta {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #c10707;
  margin-top: 10px;
  text-decoration: none;
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-card__cta:hover {
  text-decoration: underline;
  color: #500404;
}

/* ----- Valuations CTA ----- */
.home-section--valuations-cta {
  background-color: #f9ecec;
}

.home-block__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px;
  font-weight: 700;
  color: #500404;
  margin: 0 0 12px;
  text-align: left;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.home-block__text {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin: 0 0 16px;
  text-align: left;
}

.home-block__text a { color: #c10707; }

.home-cta-button {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 26px;
  background-color: #c10707;
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.home-cta-button:hover {
  background-color: #500404;
  color: #fff !important;
}

.home-cta-button--submit { margin-top: 12px; }

/* ----- Profile + Contact ----- */
.home-section--profile-contact {
  background-color: #f9ecec;
}

.pc-grid {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.pc-grid__photo-col {
  flex: 0 0 210px;
}

.pc-grid__photo {
  width: 210px;
  height: auto;
  border-radius: 6px;
  display: block;
}

.pc-grid__text-col {
  flex: 0 0 240px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  border-left: 1px solid rgba(80,4,4,0.15);
  border-right: 1px solid rgba(80,4,4,0.15);
  padding: 0 24px;
}

.pc-grid__contact-col {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 580px;
}

.pc-grid__name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: #500404;
  margin: 0 0 6px;
  text-align: center;
  line-height: 1.2;
}

.pc-grid__role {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #c10707;
  margin: 0 0 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pc-grid__desc {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin: 0 0 14px;
  text-align: center;
}

.pc-grid__links {
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}

.pc-grid__links a {
  color: #c10707;
  text-decoration: none;
}

.pc-grid__links a:hover { text-decoration: underline; }

.pc-grid__contact-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  color: #500404;
  margin: 0 0 10px;
  letter-spacing: -0.5px;
}

.pc-grid__contact-desc {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 16px;
  color: #444;
  margin: 0 0 16px;
  line-height: 1.5;
}

.pc-grid__contact-desc a { color: #c10707; }

/* ----- Contact Form ----- */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-form__label {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #500404;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-form__input,
.contact-form__textarea {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 16px;
  padding: 10px 14px;
  border: 1px solid rgba(80,4,4,0.2);
  border-radius: 4px;
  width: 100%;
  background: #fff;
  color: #333;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  outline: none;
  border-color: #c10707;
}

.contact-form__textarea {
  resize: vertical;
  min-height: 130px;
}

/* =====================
   FOOTER
===================== */
.site-footer {
  background-color: rgb(26,27,31);
  color: rgb(200,200,200);
  text-align: center;
  padding: 28px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-family: Arial, sans-serif;
}

.site-footer a { color: rgb(220,200,200); }
.site-footer a:hover { color: #fff; }

/* =====================
   RESPONSIVE
===================== */
@media (max-width: 991px) {
  .service-grid--4 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .service-card--equal {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
}

@media (max-width: 900px) {
  .navbar { padding: 0; }
  .navbar-toggle { display: block !important; }
  .navbar-menu {
    display: none !important;
    flex-direction: column !important;
    width: 100%;
    gap: 0;
    padding: 50px 0 10px;
    background-color: #ecdad5;
  }
  .navbar-menu.is-open {
    display: flex !important;
  }
  .navbar-menu li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(80,4,4,0.1);
  }
  .navbar-menu li a {
    font-size: 14px;
    padding: 14px 0;
  }
}

@media (max-width: 767px) {
  .site-title { font-size: 52px; }
  .site-subtitle { font-size: 16px; }
  .logo { position: static; width: 44px; height: 44px; }
  .main-content { padding: 40px 20px; }
  .top-bar {
    flex-direction: column;
    gap: 8px;
    font-size: 11px;
    padding: 10px 12px;
  }
  .top-bar-actions {
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-footer { font-size: 13px; }
  .home-section__shell { padding: 40px 20px; }
  .service-card--equal {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pc-grid {
    flex-direction: column;
    padding: 40px 20px;
    gap: 32px;
  }
  .pc-grid__photo-col,
  .pc-grid__text-col,
  .pc-grid__contact-col {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    border: none;
    padding: 0;
  }
  .pc-grid__photo { margin: 0 auto; }
  .pc-grid__name,
  .pc-grid__role,
  .pc-grid__desc,
  .pc-grid__links { text-align: center; }
}