:root {
  --cream: #FBF6EF;
  --cream-band: #F4E9DA;
  --pale-peach: #F7DFCC;
  --peach: #CE6A38;
  --peach-deep: #B45325;
  --ink: #2E2620;
  --ink-soft: #4A3F36;
  --white: #FFFFFF;
  --hairline: #D9A57E;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background-color: #FBF6EF;
  color: #2E2620;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  line-height: 1.2;
  margin: 0 0 0.6em;
  color: #2E2620;
  font-weight: 700;
}

p {
  margin: 0 0 1em;
}

a {
  color: #CE6A38;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

/* ============================================================
   HOUSE GLYPH  (triangle roof on square body, drawn with CSS)
   ============================================================ */
.house {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 18px;
  flex: none;
  vertical-align: -4px;
}

.house::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 8px;
  width: 14px;
  height: 10px;
  border: 1.5px solid #CE6A38;
  background-color: transparent;
  box-sizing: border-box;
}

.house::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 9px solid #CE6A38;
}

.house--solid::before {
  background-color: #CE6A38;
}

.house--lg {
  width: 34px;
  height: 32px;
}

.house--lg::before {
  left: 5px;
  top: 15px;
  width: 24px;
  height: 17px;
  border-width: 2px;
}

.house--lg::after {
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 16px solid #CE6A38;
}

.house--sm {
  width: 16px;
  height: 14px;
  vertical-align: -2px;
}

.house--sm::before {
  left: 2px;
  top: 6px;
  width: 12px;
  height: 8px;
  border-width: 1px;
}

.house--sm::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 7px solid #CE6A38;
}

/* ============================================================
   HEART MARK  (drawn with CSS)
   ============================================================ */
.heart {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 15px;
  transform: rotate(45deg);
  background-color: #CE6A38;
  flex: none;
  margin-top: 6px;
}

.heart::before,
.heart::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #CE6A38;
}

.heart::before {
  left: -8px;
  top: 0;
}

.heart::after {
  top: -8px;
  left: 0;
}

/* ============================================================
   NAVIGATION  (.home-nav)
   ============================================================ */
.home-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #FBF6EF;
  border-bottom: 2px solid #CE6A38;
}

.home-nav.nav-scrolled {
  box-shadow: 0 2px 0 #F7DFCC;
}

.nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}

.brand-block {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  flex: none;
}

.brand-block:hover {
  text-decoration: none;
}

.brand-square {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #CE6A38;
  margin-top: 4px;
  flex: none;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-wordmark {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #2E2620;
  text-transform: uppercase;
}

.brand-caption {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #CE6A38;
  margin-top: 4px;
  font-weight: 600;
}

.site-nav {
  display: block;
}

.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0;
}

.nav-item {
  margin: 0;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #2E2620;
  padding: 6px 0;
}

.nav-link:hover {
  color: #CE6A38;
  text-decoration: none;
}

.nav-link--active {
  color: #CE6A38;
}

.nav-toggle {
  display: none;
  background-color: transparent;
  border: 1.5px solid #CE6A38;
  border-radius: 4px;
  width: 42px;
  height: 38px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
}

.nav-toggle .bar {
  display: block;
  width: 20px;
  height: 2.5px;
  background-color: #CE6A38;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-block;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  text-decoration: none;
}

.btn--primary {
  background-color: #CE6A38;
  color: #FFFFFF;
}

.btn--primary:hover {
  background-color: #B45325;
}

.btn--outline {
  background-color: transparent;
  color: #CE6A38;
  border-color: #CE6A38;
}

.btn--outline:hover {
  background-color: #F7DFCC;
}

.btn--light {
  background-color: #FFFFFF;
  color: #CE6A38;
}

.btn--light:hover {
  background-color: #F7DFCC;
}

/* ============================================================
   HERO  (.homestead-hero)
   ============================================================ */
.homestead-hero {
  background-color: #FBF6EF;
  padding: 72px 24px 0;
}

.hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
}

.eyebrow-chip {
  display: inline-block;
  background-color: #CE6A38;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 3px;
}

.hero-headline {
  font-size: 56px;
  font-weight: 800;
  color: #2E2620;
  max-width: 900px;
  margin: 26px 0 22px;
}

.hero-headline span {
  display: block;
}

.hero-headline span + span {
  margin-top: 2px;
}

.hero-sub {
  font-size: 18px;
  color: #2E2620;
  max-width: 720px;
  margin: 0 0 30px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 64px;
}

/* Homestead graphic */
.homestead-graphic {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 46px;
}

.homestead-baseline {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  height: 2px;
  background-color: #CE6A38;
}

.homestead-homes {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0;
}

.homestead-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 0 0 240px;
}

.homestead-home .house {
  transform: translateY(-30px);
}

.homestead-home--center .house {
  transform: translateY(-44px) scale(1.15);
}

.house-cap {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2E2620;
}

/* ============================================================
   SECTIONS
   ============================================================ */
.home-rows,
.day-schedule,
.values-rows {
  padding: 72px 24px;
}

.home-rows,
.values-rows {
  background-color: #FBF6EF;
}

.day-schedule {
  background-color: #F4E9DA;
}

.section-head {
  max-width: 1180px;
  margin: 0 auto 44px;
}

.section-kicker {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #CE6A38;
  margin-bottom: 12px;
}

.section-head h2 {
  font-size: 36px;
  font-weight: 800;
  color: #2E2620;
  margin: 0 0 12px;
}

.section-intro {
  font-size: 17px;
  color: #2E2620;
  max-width: 780px;
  margin: 0;
}

/* Home rows */
.row-list {
  max-width: 1180px;
  margin: 0 auto;
}

.home-row {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 34px 0;
  border-top: 1px solid #CE6A38;
}

.home-row:first-child {
  border-top: none;
}

.home-row .house {
  flex: 0 0 auto;
  transform: translateY(-2px);
}

.home-row-body {
  flex: 1 1 auto;
}

.home-row-body h3 {
  font-size: 24px;
  font-weight: 800;
  color: #2E2620;
  margin: 0 0 8px;
}

.home-row-body p {
  margin: 0;
  font-size: 16px;
  color: #2E2620;
  max-width: 860px;
}

.chip {
  flex: none;
  display: inline-block;
  background-color: #F7DFCC;
  color: #2E2620;
  border: 1px solid #CE6A38;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 3px;
  white-space: nowrap;
}

/* Day schedule */
.schedule-list {
  max-width: 1180px;
  margin: 0 auto;
}

.schedule-row {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 22px 0;
  border-top: 1px solid #CE6A38;
}

.schedule-row:first-child {
  border-top: none;
}

.time-chip {
  flex: none;
  display: inline-block;
  background-color: #CE6A38;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 8px 16px;
  border-radius: 3px;
  min-width: 86px;
  text-align: center;
}

.schedule-info {
  display: flex;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap;
}

.schedule-info h4 {
  font-size: 19px;
  font-weight: 800;
  color: #2E2620;
  margin: 0;
  min-width: 240px;
}

.schedule-info p {
  margin: 0;
  font-size: 16px;
  color: #2E2620;
  max-width: 700px;
}

/* Values rows */
.value-row {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 32px 0;
  border-top: 1px solid #CE6A38;
}

.value-row:first-child {
  border-top: none;
}

.value-row .heart {
  flex: 0 0 auto;
  margin-left: 4px;
}

.value-row-body {
  flex: 1 1 auto;
}

.value-row-body h3 {
  font-size: 22px;
  font-weight: 800;
  color: #2E2620;
  margin: 0 0 6px;
}

.value-row-body p {
  margin: 0;
  font-size: 16px;
  color: #2E2620;
  max-width: 860px;
}

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band {
  background-color: #CE6A38;
  padding: 72px 24px;
}

.cta-inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.cta-inner h2 {
  font-size: 38px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 14px;
}

.cta-inner p {
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 0 30px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   FOOTER  (.homestead-footer)
   ============================================================ */
.homestead-footer {
  background-color: #FBF6EF;
  border-top: 2px solid #CE6A38;
  padding: 0 24px;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.footer-row-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 0 30px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2E2620;
}

.footer-links a:hover {
  color: #CE6A38;
}

.footer-contact {
  font-size: 14px;
  color: #2E2620;
  font-weight: 600;
}

.footer-row-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-top: 1px solid #CE6A38;
  padding: 24px 0 28px;
  flex-wrap: wrap;
}

.legal-line {
  margin: 0;
  font-size: 13px;
  color: #2E2620;
  text-align: center;
}

.legal-line a {
  color: #CE6A38;
  font-weight: 700;
}

/* ============================================================
   SECONDARY PAGE HEADER  (services / contact)
   ============================================================ */
.page-hero {
  background-color: #FBF6EF;
  padding: 64px 24px 56px;
  border-bottom: 2px solid #F7DFCC;
}

.page-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.page-hero .eyebrow-chip {
  margin-bottom: 18px;
}

.page-hero h1 {
  font-size: 48px;
  font-weight: 800;
  color: #2E2620;
  margin: 0 0 16px;
}

.page-hero-sub {
  font-size: 18px;
  color: #2E2620;
  max-width: 760px;
  margin: 0;
}

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.impact-stats {
  background-color: #F7DFCC;
  border-bottom: 2px solid #CE6A38;
  padding: 44px 24px;
}

.impact-stats-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.stat-block {
  text-align: center;
  flex: 1 1 220px;
}

.stat-number {
  font-size: 46px;
  font-weight: 800;
  color: #CE6A38;
  line-height: 1;
}

.stat-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2E2620;
  margin-top: 10px;
}

.service-list {
  padding: 72px 24px;
  background-color: #FBF6EF;
}

.service-list-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.service-list-head h2 {
  font-size: 36px;
  font-weight: 800;
  color: #2E2620;
  margin: 0 0 12px;
}

.service-list-head p {
  font-size: 17px;
  color: #2E2620;
  max-width: 800px;
  margin: 0 0 44px;
}

.service-block {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding: 34px 0;
  border-top: 1px solid #CE6A38;
}

.service-block:first-of-type {
  border-top: none;
}

.service-num {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #CE6A38;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 800;
  border-radius: 3px;
  margin-top: 4px;
}

.service-block-body h3 {
  font-size: 23px;
  font-weight: 800;
  color: #2E2620;
  margin: 0 0 10px;
}

.service-block-body p {
  font-size: 16px;
  color: #2E2620;
  max-width: 900px;
  margin: 0 0 12px;
}

.service-block-body p:last-child {
  margin-bottom: 0;
}

.service-block-body ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-block-body ul li {
  background-color: #F7DFCC;
  color: #2E2620;
  border: 1px solid #CE6A38;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 7px 13px;
  border-radius: 3px;
}

/* Process overview */
.process-section {
  background-color: #F4E9DA;
  padding: 72px 24px;
}

.process-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.process-inner .section-head {
  margin-bottom: 40px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.process-step {
  text-align: left;
}

.process-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #CE6A38;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 800;
  border-radius: 50%;
  margin-bottom: 16px;
}

.process-step h3 {
  font-size: 19px;
  font-weight: 800;
  color: #2E2620;
  margin: 0 0 8px;
}

.process-step p {
  font-size: 15px;
  color: #2E2620;
  margin: 0;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-main {
  padding: 72px 24px;
  background-color: #FBF6EF;
}

.contact-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: start;
}

.contact-form-head h2 {
  font-size: 30px;
  font-weight: 800;
  color: #2E2620;
  margin: 0 0 10px;
}

.contact-form-head p {
  color: #2E2620;
  margin: 0 0 28px;
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2E2620;
  margin-bottom: 8px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  font-family: inherit;
  color: #2E2620;
  background-color: #FFFFFF;
  border: 2px solid #D9A57E;
  border-radius: 4px;
  box-sizing: border-box;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #CE6A38;
}

.form-field textarea {
  min-height: 160px;
  resize: vertical;
}

.form-status {
  display: none;
  margin-top: 18px;
  padding: 14px 18px;
  background-color: #F7DFCC;
  border: 1px solid #CE6A38;
  border-radius: 4px;
  color: #2E2620;
  font-size: 15px;
  font-weight: 600;
}

.form-status.visible {
  display: block;
}

.info-panel {
  background-color: #F7DFCC;
  border: 2px solid #CE6A38;
  border-radius: 4px;
  padding: 30px 28px;
}

.info-panel h3 {
  font-size: 20px;
  font-weight: 800;
  color: #2E2620;
  margin: 0 0 6px;
}

.info-panel .info-sub {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #CE6A38;
  margin: 0 0 20px;
}

.info-row {
  padding: 14px 0;
  border-top: 1px solid #CE6A38;
}

.info-row:first-of-type {
  border-top: none;
}

.info-row-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #CE6A38;
  margin-bottom: 4px;
}

.info-row-value {
  font-size: 16px;
  font-weight: 600;
  color: #2E2620;
}

.info-row-value a {
  color: #2E2620;
  font-weight: 700;
}

.info-row-value a:hover {
  color: #CE6A38;
}

.hours-line {
  display: block;
  font-size: 15px;
  color: #2E2620;
  line-height: 1.5;
}

/* FAQ accordion */
.faq-section {
  background-color: #F4E9DA;
  padding: 72px 24px;
}

.faq-inner {
  max-width: 900px;
  margin: 0 auto;
}

.faq-inner .section-head {
  text-align: center;
  margin-bottom: 36px;
}

.faq-item {
  background-color: #FBF6EF;
  border: 1px solid #CE6A38;
  border-radius: 4px;
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 20px 24px;
  font-size: 17px;
  font-weight: 800;
  color: #2E2620;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-question .faq-icon {
  flex: none;
  font-size: 22px;
  color: #CE6A38;
  transition: transform 0.2s ease;
  line-height: 1;
}

.faq-item.open .faq-question .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 0 24px 22px;
  font-size: 16px;
  color: #2E2620;
}

.faq-item.open .faq-answer {
  display: block;
}

/* ============================================================
   SCROLL REVEAL  (safe without JavaScript)
   ============================================================ */
html.js .fade-up {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

html.js .fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #FBF6EF;
    border-top: 1px solid #CE6A38;
    border-bottom: 1px solid #CE6A38;
    box-shadow: 0 6px 0 #F7DFCC;
  }

  .home-nav.nav-open .site-nav {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 24px 18px;
  }

  .nav-item {
    border-top: 1px solid #F7DFCC;
  }

  .nav-item:first-child {
    border-top: none;
  }

  .nav-link {
    width: 100%;
    padding: 14px 0;
    font-size: 13px;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .home-row {
    flex-wrap: wrap;
    gap: 18px;
  }

  .value-row {
    flex-wrap: wrap;
    gap: 18px;
  }

  .schedule-row {
    flex-wrap: wrap;
  }

  .schedule-info {
    gap: 8px;
  }

  .hero-headline {
    font-size: 44px;
  }

  .homestead-home {
    flex: 0 0 150px;
  }
}

@media (max-width: 620px) {
  .hero-headline {
    font-size: 34px;
  }

  .page-hero h1 {
    font-size: 34px;
  }

  .section-head h2 {
    font-size: 28px;
  }

  .cta-inner h2 {
    font-size: 28px;
  }

  .footer-row-1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer-links {
    gap: 18px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .homestead-home {
    flex: 0 0 90px;
  }

  .house-cap {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .homestead-home .house {
    transform: translateY(-22px) scale(0.85);
  }

  .homestead-home--center .house {
    transform: translateY(-32px) scale(1);
  }

  .time-chip {
    min-width: 70px;
    font-size: 13px;
  }

  .stat-number {
    font-size: 36px;
  }

  .service-block {
    flex-direction: column;
    gap: 14px;
  }
}
