:root {
  --lodge-espresso: #2A1E15;
  --timber-interior: #332619;
  --hearth-black: #191009;
  --heather-peak: #9E4E86;
  --moonlit-snow: #D9E2EC;
  --spruce-shadow: #9A8E80;
  --alpenglow-white: #F3EDE4;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.75;
  color: #F3EDE4;
  background-color: #2A1E15;
  font-family: Georgia, Times, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

a {
  color: #D9E2EC;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

a:hover {
  color: #9E4E86;
}

h1, h2, h3, h4 {
  color: #F3EDE4;
  font-weight: 400;
  line-height: 1.2;
}

p {
  color: #9A8E80;
}

/* ============ GABLE-POST NAV ============ */
.gable-post-nav {
  background-color: #332619;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.ridge-line-band {
  width: 100%;
  height: 30px;
  background-color: #191009;
  position: relative;
  overflow: hidden;
}

.ridge-svg {
  width: 1200px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
}

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

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.window-glyph {
  width: 26px;
  height: 26px;
  border: 2px solid #D9E2EC;
  position: relative;
  display: inline-block;
  background-color: #9E4E86;
}

.window-glyph::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #191009;
  transform: translateX(-50%);
}

.window-glyph::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #191009;
  transform: translateY(-50%);
}

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

.wordmark {
  font-size: 19px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #F3EDE4;
}

.brand-sub {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9A8E80;
  margin-top: 4px;
}

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

.gable-nav-links a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #9A8E80;
  border-bottom: none;
}

.gable-nav-links a:hover {
  color: #9E4E86;
}

.bloom-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #9E4E86;
  display: inline-block;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid #9A8E80;
  color: #F3EDE4;
  font-size: 13px;
  padding: 6px 12px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ============ LODGE-FACADE HERO ============ */
.lodge-facade-hero {
  background-color: #2A1E15;
  text-align: center;
  padding: 0 0 0 0;
}

.hero-upper {
  padding: 80px 24px 60px;
}

.eyebrow-chip {
  display: inline-block;
  background-color: #9E4E86;
  color: #2A1E15;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 8px 18px;
  margin-bottom: 28px;
  font-family: Georgia, serif;
}

.hero-title {
  font-size: 52px;
  line-height: 1.15;
  max-width: 900px;
  margin: 0 auto 24px;
  font-weight: 400;
}

.hero-title .heather-word {
  color: #9E4E86;
}

.hero-subcopy {
  max-width: 720px;
  margin: 0 auto 36px;
  color: #9A8E80;
  font-size: 18px;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-block;
  background-color: #9E4E86;
  color: #F3EDE4;
  padding: 14px 34px;
  border: 1px solid #9E4E86;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-primary:hover {
  background-color: #8a4375;
  color: #F3EDE4;
}

.btn-outline {
  display: inline-block;
  border: 1px solid #D9E2EC;
  color: #D9E2EC;
  padding: 14px 34px;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-outline:hover {
  background-color: #F3EDE4;
  color: #2A1E15;
}

.lodge-front-band {
  width: 100%;
  background-color: #332619;
  border-top: 1px solid #9E4E86;
  border-bottom: 1px solid #9E4E86;
  padding: 40px 24px 30px;
}

.lodge-band-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: block;
}

.art-title {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #D9E2EC;
  text-align: center;
  margin-bottom: 16px;
}

.lodge-svg-canvas {
  width: 100%;
  height: auto;
  display: block;
  max-width: 960px;
  margin: 0 auto;
}

.welcome-mat-line {
  width: 100%;
  height: 16px;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
  border: 1px solid #9A8E80;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.mat-chev {
  flex: 1;
  height: 100%;
}

.mat-chev.magenta {
  background-color: #9E4E86;
}

.mat-chev.timber {
  background-color: #2A1E15;
}

.mat-chev.snow {
  background-color: #D9E2EC;
}

/* ============ SUITE-PLATE ROWS ============ */
.suite-plate-rows {
  background-color: #2A1E15;
  padding: 70px 0;
}

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

.suite-heading {
  text-align: center;
  margin-bottom: 44px;
}

.suite-title {
  font-size: 36px;
}

.suite-kicker {
  color: #9E4E86;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.suite-row {
  background-color: #332619;
  border: 1px solid #9E4E86;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  margin-bottom: 11px;
  min-height: 140px;
}

.door-plate-column {
  background-color: #191009;
  min-height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}

.door-plate {
  width: 84px;
  border: 2px solid #D9E2EC;
  border-radius: 6px;
  text-align: center;
  padding: 12px 8px;
  position: relative;
}

.room-icon {
  margin: 0 auto 8px;
  color: #9E4E86;
  font-size: 18px;
  border-bottom: 1px solid #332619;
  padding-bottom: 6px;
  line-height: 1;
}

.suite-numeral {
  color: #9E4E86;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.suite-row-main {
  padding: 26px 30px;
}

.suite-row-main h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #F3EDE4;
  font-weight: 400;
}

.suite-row-main p {
  color: #9A8E80;
  margin-bottom: 0;
}

.occupancy-tag {
  margin-right: 28px;
  background-color: #191009;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 12px;
  color: #D9E2EC;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: Georgia, serif;
}

.occupancy-tag .tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #9E4E86;
  display: inline-block;
}

.occupancy-tag .tag-status {
  color: #9A8E80;
  text-transform: uppercase;
  font-size: 10px;
}

/* ============ METRIC BAND ============ */
.metric-band {
  background-color: #191009;
  padding: 60px 0;
}

.metric-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.metric-cell {
  text-align: center;
  padding: 10px 24px;
  border-right: 1px solid #9E4E86;
}

.metric-cell:last-child {
  border-right: none;
}

.metric-num {
  font-size: 48px;
  color: #F3EDE4;
  display: block;
}

.metric-label {
  color: #9E4E86;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ============ STATEMENT BAND ============ */
.statement-band {
  background-color: #332619;
  padding: 70px 0;
}

.statement-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  border-left: 4px solid #9E4E86;
  padding-left: 34px;
}

.statement-inner p {
  font-size: 26px;
  color: #F3EDE4;
  line-height: 1.5;
  margin-bottom: 20px;
}

.statement-sign {
  color: #9A8E80;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ============ CTA BAND ============ */
.home-cta-band {
  background-color: #2A1E15;
  text-align: center;
  padding: 80px 24px;
}

.home-cta-band h2 {
  font-size: 38px;
  color: #9E4E86;
  margin-bottom: 18px;
}

.home-cta-band .cta-subcopy {
  max-width: 640px;
  margin: 0 auto 34px;
  color: #9A8E80;
  font-size: 17px;
}

/* ============ CHIMNEY-STACK FOOTER ============ */
.chimney-stack-footer {
  background-color: #191009;
  position: relative;
  z-index: 1;
}

.smoke-shelf-strip {
  width: 100%;
  height: 22px;
  background-color: #191009;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #2A1E15;
}

.shelf-inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  height: 22px;
}

.footer-zones {
  max-width: 1240px;
  margin: 0 auto;
  padding: 46px 24px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.footer-zone-brand .fz-wordmark {
  font-size: 22px;
  letter-spacing: 5px;
  color: #F3EDE4;
  text-transform: uppercase;
  margin-top: 8px;
}

.footer-zone-brand .fz-desc {
  color: #9A8E80;
  font-family: Georgia, serif;
  font-size: 15px;
}

.footer-zone-links {
  display: flex;
  gap: 46px;
}

.link-group-title {
  color: #9E4E86;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.link-group a {
  display: block;
  color: #9A8E80;
  font-size: 15px;
  margin-bottom: 8px;
  border-bottom: none;
}

.link-group a:hover {
  color: #D9E2EC;
}

.footer-zone-contact p {
  color: #9A8E80;
  font-size: 15px;
  margin-bottom: 6px;
}

.footer-zone-contact a {
  color: #D9E2EC;
  border-bottom: none;
}

.footer-legal-row {
  border-top: 1px solid #332619;
  text-align: center;
  padding: 22px 24px;
  color: #9A8E80;
  font-size: 13px;
  position: relative;
  z-index: 1;
}

/* ============ DECORATIVE WATERMARK (hidden) ============ */
.hero-watermark {
  visibility: hidden;
  pointer-events: none;
}

/* ============ FADE-UP SAFE WITH FALLBACK ============ */
.reveal {
  transition: opacity 0.6s ease;
}

.js .reveal {
  opacity: 1;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .footer-zones {
    grid-template-columns: 1fr 1fr;
  }
  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0;
  }
  .metric-cell {
    border-right: none;
  }
  .suite-row {
    grid-template-columns: 120px 1fr;
  }
  .occupancy-tag {
    grid-column: 2;
    margin: -10px 0 20px 120px;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
    line-height: 1.7;
  }
  .nav-toggle {
    display: inline-block;
  }
  .gable-nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    background-color: #332619;
    padding: 10px 4px 16px;
    gap: 12px;
    border-top: 1px solid #2A1E15;
  }
  .gable-nav-links.open {
    display: flex;
  }
  .gable-nav-links .bloom-dot {
    display: none;
  }
  .hero-title {
    font-size: 34px;
  }
  .hero-upper {
    padding: 50px 20px 40px;
  }
  .suite-row {
    grid-template-columns: 1fr;
  }
  .door-plate-column {
    min-height: 0;
    padding: 14px;
  }
  .suite-row-main {
    padding: 18px;
  }
  .occupancy-tag {
    grid-column: auto;
    margin: 0 0 16px 18px;
    align-self: start;
  }
  .footer-zones {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-zone-links {
    flex-wrap: wrap;
    gap: 30px;
  }
  .metric-grid {
    grid-template-columns: 1fr 1fr;
  }
  .metric-num {
    font-size: 38px;
  }
}

/* ============ SHARED INNER-PAGE HERO ============ */
.inner-page-hero {
  background-color: #2A1E15;
  text-align: center;
  padding: 70px 24px 60px;
  border-bottom: 1px solid #332619;
}

.inner-page-hero .page-kicker {
  color: #9E4E86;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.inner-page-hero h1 {
  font-size: 44px;
  color: #F3EDE4;
  line-height: 1.2;
}

.inner-page-hero p.lede {
  max-width: 760px;
  margin: 20px auto 0;
  color: #9A8E80;
  font-size: 17px;
}

/* ============ SERVICES INTRO ============ */
.services-intro {
  background-color: #2A1E15;
  padding: 60px 0 20px;
}

.lede-band {
  background-color: #332619;
  border-left: 4px solid #9E4E86;
  padding: 22px 28px;
  margin-bottom: 40px;
}

.lede-band p {
  color: #D9E2EC;
  font-size: 17px;
}

/* wide full service sections with alternating style */
.service-feature {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0;
  margin-bottom: 40px;
}

.service-side {
  background-color: #191009;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-side .service-icon {
  font-size: 34px;
  color: #9E4E86;
  border-bottom: 1px solid #332619;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.service-side .service-code {
  color: #D9E2EC;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-align: center;
  margin: 0 auto;
}

.service-body {
  background-color: #332619;
  border: 1px solid #9E4E86;
  padding: 28px 30px;
}

.service-body h2 {
  color: #F3EDE4;
  font-size: 24px;
  margin-bottom: 14px;
  font-weight: 400;
}

.service-body p {
  color: #9A8E80;
  margin-bottom: 12px;
}

.service-body ul {
  margin: 12px 0 8px 0;
  padding: 0;
  list-style: none;
}

.service-body ul li {
  color: #9A8E80;
  padding-left: 22px;
  position: relative;
  margin-bottom: 8px;
}

.service-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9E4E86;
}

/* delivery process */
.delivery-overview {
  background-color: #191009;
  padding: 60px 0;
}

.delivery-overview h2 {
  text-align: center;
  color: #F3EDE4;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 400;
}

.steps-row {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.step-chip {
  flex: 1;
  min-width: 180px;
  text-align: center;
  background-color: #332619;
  border: 1px solid #9E4E86;
  padding: 24px 18px;
}

.step-num {
  display: block;
  color: #9A8E80;
  font-size: 30px;
  margin-bottom: 10px;
}

.step-title {
  color: #F3EDE4;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

.step-cap {
  color: #9A8E80;
  font-size: 14px;
  margin-top: 6px;
  display: block;
  font-family: Georgia, serif;
  line-height: 1.5;
}

/* CTA used on services & home */
.secondary-cta-band {
  background-color: #2A1E15;
  text-align: center;
  padding: 70px 24px;
}

.secondary-cta-band h2 {
  color: #9E4E86;
  font-size: 34px;
  margin-bottom: 16px;
}

.secondary-cta-band p {
  max-width: 640px;
  margin: 0 auto 32px;
  color: #9A8E80;
}

/* ============ CONTACT ============ */
.contact-shell {
  background-color: #2A1E15;
  padding: 60px 0;
}

.contact-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
}

.contact-details {
  background-color: #332619;
  border: 1px solid #9E4E86;
  padding: 30px;
}

.contact-details h2 {
  color: #F3EDE4;
  font-size: 22px;
  margin-bottom: 24px;
  font-weight: 400;
  border-bottom: 1px solid #191009;
  padding-bottom: 12px;
}

.detail-block {
  margin-bottom: 22px;
}

.detail-block .d-label {
  color: #9E4E86;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.detail-block p,
.detail-block a {
  color: #D9E2EC;
  font-size: 16px;
  line-height: 1.6;
}

.detail-block a {
  border-bottom: none;
}

.hours-row {
  color: #D9E2EC;
  padding: 4px 0;
  border-bottom: 1px dashed #9A8E80;
}

.contact-form-wrap {
  background-color: #191009;
  border: 1px solid #9E4E86;
  padding: 30px;
}

.contact-form-wrap h2 {
  color: #F3EDE4;
  font-size: 22px;
  margin-bottom: 24px;
  font-weight: 400;
  border-bottom: 1px solid #332619;
  padding-bottom: 12px;
}

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

.form-field label {
  display: block;
  color: #9E4E86;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  background-color: #2A1E15;
  border: 1px solid #9A8E80;
  color: #F3EDE4;
  font-family: Georgia, serif;
  font-size: 16px;
  padding: 12px 14px;
}

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

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

.form-note {
  color: #9A8E80;
  font-size: 13px;
  margin-top: 8px;
}

.form-status {
  display: none;
  background-color: #332619;
  border: 1px solid #9E4E86;
  color: #F3EDE4;
  padding: 16px;
  margin-top: 16px;
  font-family: Georgia, serif;
  line-height: 1.6;
}

.contact-faq {
  background-color: #2A1E15;
  padding: 50px 0 70px;
}

.contact-faq h2 {
  text-align: center;
  color: #F3EDE4;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 400;
}

.faq-acc {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.faq-item {
  border: 1px solid #332619;
  margin-bottom: 12px;
  background-color: #332619;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: #D9E2EC;
  font-family: Georgia, serif;
  font-size: 18px;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question .faq-dir {
  color: #9E4E86;
  font-size: 22px;
  font-family: Georgia, serif;
}

.faq-answer {
  display: none;
  padding: 0 22px 20px;
  color: #9A8E80;
}

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

.faq-item.show-body .faq-answer {
  display: block;
}

/* ============ SCROLL FADE SUPPORT ============ */
.fade-reveal {
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.no-js .js-only {
  display: none;
}

/* ============ JS-APPEAR SAFE REVEAL (works with noscript) ============ */
.js-appear {
  opacity: 1;
  transform: none;
}

html.js .js-appear {
  opacity: 0;
  transform: translateY(18px);
}

html.js .js-appear.is-in {
  opacity: 1;
  transform: none;
}

.gable-post-nav.scrolled {
  box-shadow: 0 4px 0 #191009;
}

/* ============ WELCOME COPY (homepage narrative) ============ */
.welcome-copy {
  background-color: #2A1E15;
  padding: 60px 0 30px;
}

.welcome-inner {
  background-color: #332619;
  border: 1px solid #9E4E86;
  padding: 34px 36px;
}

.welcome-inner h2 {
  color: #9E4E86;
  font-size: 28px;
  margin-bottom: 18px;
  font-weight: 400;
  text-align: left;
}

.welcome-inner p {
  color: #C9C2B6;
  margin-bottom: 16px;
  line-height: 1.85;
}

.welcome-inner p:last-child {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .welcome-inner {
    padding: 24px 20px;
  }
}
