/* ============================================================
   AMBIANCE — Ambiance Esthetics, Professional LLC
   Light facial-suite theme · Side-cabin layout
   Palette: treatment-room #FBF7F2 · candle-rose #C4785E
            linen-spa #FFFFFF · powder-closet #F4EBE2
            linen-ink #322B26 · steam-taupe #98897C
            jade-roller #7FA98F · bath-salt #E9DDCE
            hairlines #EAE0D3
   ============================================================ */

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

html { scroll-behavior: smooth; }

body {
  background-color: #FBF7F2;
  color: #322B26;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.72;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

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

a:hover { color: #96543F; }

/* ============ SIDE-CABIN SHELL ============ */
.cabin-shell {
  display: flex;
  align-items: stretch;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #FBF7F2;
  min-height: 100vh;
}

/* ============ SIDEBAR / RAIL ============ */
.cabin-rail {
  flex: 0 0 280px;
  width: 280px;
  background-color: #F4EBE2;
  border-right: 1px solid #EAE0D3;
  display: flex;
  flex-direction: column;
  padding: 40px 28px;
  position: sticky;
  top: 0;
  height: 100vh;
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 40px;
}

.candle-glyph {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 20px;
  height: 30px;
  background-color: #C4785E;
  border-radius: 6px 6px 2px 2px;
  position: relative;
}

.candle-glyph::before {
  content: '';
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 10px;
  background-color: #7FA98F;
}

.candle-glyph .flame {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #C4785E;
  transform: translateX(-50%);
}

.wordmark {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: bold;
  letter-spacing: 0.28em;
  font-size: 20px;
  color: #322B26;
}

/* vertical nav */
.rail-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 36px;
}

.rail-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #322B26;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  padding: 7px 2px;
  border-bottom: 1px solid transparent;
}

.rail-link .tick {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: transparent;
  flex: 0 0 auto;
}

.rail-link:hover { color: #C4785E; }

.rail-link.active { color: #C4785E; }

.rail-link.active .tick { background-color: #C4785E; }

/* hours card */
.hours-card {
  background-color: #FFFFFF;
  border: 1px solid #EAE0D3;
  border-radius: 8px;
  padding: 22px 20px;
  margin-top: auto;
}

.hours-card h4 {
  font-family: Georgia, 'Times New Roman', serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  color: #C4785E;
  margin-bottom: 14px;
}

.hr-row {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  line-height: 2;
  color: #322B26;
}

.hr-row .closed {
  color: #96543F;
  text-transform: uppercase;
  font-size: 13px;
}

.rail-footer {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rail-phone {
  color: #C4785E;
  font-weight: bold;
  font-size: 17px;
}

.rail-email {
  color: #4A423B;
  font-size: 14px;
}

/* ============ RIGHT CONTENT COLUMN ============ */
.cabin-content {
  flex: 1 1 auto;
  min-width: 0;
  background-color: #FBF7F2;
  display: flex;
  flex-direction: column;
}

/* ============ MASTHEAD / EDITORIAL HERO ============ */
.cabin-masthead {
  padding: 72px 56px 40px;
}

.masthead-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: normal;
  font-size: 56px;
  line-height: 1.08;
  color: #322B26;
  margin-bottom: 32px;
}

.masthead-title .line { display: block; }

.masthead-title .quiet-word { color: #C4785E; }

.masthead-lead {
  font-size: 20px;
  line-height: 1.8;
  color: #4A423B;
  font-family: Georgia, 'Times New Roman', serif;
  max-width: 46rem;
  margin-bottom: 20px;
}

.jade-rule {
  border: none;
  border-top: 1px solid #EAE0D3;
  margin: 0 0 14px 0;
}

.roller-glyph {
  display: inline-block;
  width: 34px;
  height: 6px;
  background-color: #7FA98F;
  border-radius: 3px;
  margin: 10px 0 6px;
  position: relative;
}

.roller-glyph::before {
  content: '';
  position: absolute;
  left: -5px;
  top: -4px;
  width: 4px;
  height: 14px;
  background-color: #7FA98F;
  border-radius: 2px;
}

/* two-column text run */
.masthead-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  margin: 24px 0 26px;
}

.duo-col {
  color: #322B26;
  font-size: 18px;
  line-height: 1.85;
}

.masthead-link {
  display: inline-block;
  font-family: Georgia, 'Times New Roman', serif;
  letter-spacing: 0.06em;
  color: #C4785E;
  font-weight: bold;
  margin-top: 6px;
}

.masthead-link:hover { color: #96543F; }

/* ============ FEATURE TRIO (unequal columns) ============ */
.cabin-trio {
  display: grid;
  grid-template-columns: 4fr 3fr 3fr;
  gap: 0;
  border-top: 1px solid #EAE0D3;
  border-bottom: 1px solid #EAE0D3;
  margin: 8px 56px 48px;
}

.trio-col {
  padding: 34px 30px;
}

.trio-col + .trio-col {
  border-left: 1px solid #EAE0D3;
}

.trio-num {
  display: block;
  color: #C4785E;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

.trio-col h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  font-weight: normal;
  color: #322B26;
  line-height: 1.3;
  margin-bottom: 12px;
}

.trio-col p {
  color: #322B26;
  font-size: 16px;
  line-height: 1.85;
}

/* ============ REFLECTION BAND ============ */
.cabin-reflection {
  padding: 40px 56px;
}

.cabin-reflection h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: normal;
  font-size: 34px;
  color: #322B26;
  margin-bottom: 22px;
}

.cabin-reflection p {
  color: #322B26;
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 20px;
  max-width: 44rem;
}

/* ============ APPOINTMENT NOTE ============ */
.cabin-note {
  background-color: #FFFFFF;
  border-left: 4px solid #C4785E;
  padding: 36px 48px;
  margin: 0 56px 48px;
  position: relative;
}

.note-border { display: none; }

.note-text {
  color: #322B26;
  font-size: 18px;
  line-height: 1.85;
  max-width: 40rem;
}

.note-mail {
  display: inline-block;
  margin-top: 18px;
  color: #C4785E;
  font-weight: bold;
  font-size: 18px;
}

/* ============ FOOTER ============ */
.cabin-foot {
  background-color: #322B26;
  color: #E9DDCE;
  padding: 48px 56px 60px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.foot-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.foot-word {
  font-family: Georgia, 'Times New Roman', serif;
  letter-spacing: 0.28em;
  font-size: 18px;
  color: #F7EFE6;
}

.candle-glyph.foot-candle { background-color: #C4785E; }

.foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #C9BCAD;
  font-size: 16px;
}

.foot-links a { color: #E9DDCE; }

.foot-links a:hover { color: #FFFFFF; }

.dot { color: #7A6A5C; }

.foot-legal {
  border-top: 1px solid #4A514A;
  padding-top: 20px;
  color: #B9AC9E;
  font-size: 14px;
  line-height: 1.7;
  max-width: 50rem;
}

/* ============ SERVICES PAGE ============ */
.services-masthead, .contact-masthead {
  padding: 60px 56px 24px;
}

.eyebrow {
  display: inline-block;
  color: #C4785E;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  margin-bottom: 18px;
}

.services-title, .contact-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: normal;
  font-size: 52px;
  line-height: 1.12;
  color: #322B26;
  margin-bottom: 24px;
}

.services-lead, .contact-lead {
  color: #4A423B;
  font-size: 18px;
  line-height: 1.8;
  max-width: 46rem;
}

.service-list {
  display: flex;
  flex-direction: column;
  padding: 20px 56px 0;
}

.service-block {
  display: flex;
  gap: 30px;
  padding: 26px 0 20px;
  border-bottom: 1px solid #EAE0D3;
}

.svc-num {
  flex: 0 0 54px;
  color: #C4785E;
  font-size: 22px;
  font-weight: bold;
}

.svc-text h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: normal;
  font-size: 28px;
  color: #C4785E;
  margin-bottom: 10px;
}

.svc-text p {
  color: #322B26;
  font-size: 17px;
  line-height: 1.85;
}

/* process overview */
.process-overview {
  padding: 48px 56px 20px;
}

.process-overview h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: normal;
  font-size: 34px;
  color: #322B26;
  margin-bottom: 26px;
}

.process-steps {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  max-width: 52rem;
}

.process-steps li {
  background-color: #FFFFFF;
  border: 1px solid #EAE0D3;
  border-radius: 8px;
  padding: 24px 26px;
}

.step-label {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: bold;
  color: #C4785E;
  font-size: 17px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.process-steps p {
  color: #322B26;
  font-size: 16px;
  line-height: 1.8;
}

/* CTA band - reuse note */
.service-cta { background-color: #FFFFFF; }
.service-cta .cta-text { font-size: 19px; }

/* ============ CONTACT PAGE ============ */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 44px;
  padding: 20px 56px 8px;
}

.contact-form-wrap h2,
.contact-details h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: normal;
  font-size: 28px;
  color: #322B26;
  margin-bottom: 18px;
}

.contact-form label {
  display: block;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #4A423B;
  margin: 16px 0 6px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #C0B4A6;
  border-radius: 6px;
  background-color: #FFFFFF;
  color: #322B26;
  font-size: 16px;
  font-family: Georgia, 'Times New Roman', serif;
}

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

.form-submit {
  margin-top: 22px;
  background-color: #C4785E;
  color: #FFFFFF;
  border: none;
  border-radius: 30px;
  padding: 14px 34px;
  font-size: 16px;
  font-family: Georgia, 'Times New Roman', serif;
  cursor: pointer;
}

.form-submit:hover { background-color: #96543F; }

.form-note {
  margin-top: 14px;
  color: #4A6B3F;
  font-size: 15px;
}

.contact-details h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  color: #C4785E;
  margin: 22px 0 6px;
}

.contact-details h3:first-of-type { margin-top: 0; }

.detail-line {
  color: #322B26;
  font-size: 17px;
  line-height: 1.8;
}

.detail-line-sub {
  color: #4A423B;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
}

.contact-link { color: #C4785E; }

/* FAQ */
.contact-faq {
  padding: 40px 56px 8px;
}

.contact-faq h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: normal;
  font-size: 32px;
  color: #322B26;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #EAE0D3;
  max-width: 46rem;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 6px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
  color: #322B26;
  cursor: pointer;
}

.faq-question::after {
  content: '+';
  float: right;
  color: #C4785E;
  font-size: 22px;
}

.faq-item.open .faq-question::after { content: '–'; }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  color: #322B26;
  font-size: 17px;
  line-height: 1.85;
  padding: 0 6px 22px;
}

/* ============ RESPONSIVE / MOBILE ============ */
.cabin-toggle { display: none; }

@media (max-width: 860px) {

  html, body { background-color: #FBF7F2; }

  body {
    font-size: 16px;
  }

  .cabin-shell { flex-direction: column; min-height: 0; }

  /* sidebar collapses to a top row */
  .cabin-rail {
    flex: none;
    width: 100%;
    height: auto;
    position: static;
    flex-direction: row;
    align-items: center;
    padding: 18px 22px;
    border-right: none;
    border-bottom: 1px solid #EAE0D3;
    flex-wrap: wrap;
  }

  .brand {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    margin-right: auto;
  }

  .candle-glyph { height: 22px; width: 16px; }

  .rail-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 0;
    width: 100%;
    order: 3;
    margin-top: 14px;
  }

  .rail-link { padding: 4px 0; }
  .rail-link .tick { display: none; }

  .hours-card, .rail-footer { display: none; }

  .cabin-content { width: 100%; }

  .cabin-masthead, .services-masthead, .contact-masthead { padding: 40px 22px; }

  .masthead-title, .services-title, .contact-title { font-size: 40px; }

  .masthead-lead { font-size: 19px; }

  .masthead-duo { grid-template-columns: 1fr; column-gap: 0; row-gap: 18px; }

  .cabin-trio {
    grid-template-columns: 1fr;
    margin: 4px 22px 28px;
  }

  .trio-col + .trio-col { border-left: none; border-top: 1px solid #EAE0D3; }

  .cabin-reflection { padding: 28px 22px; }

  .cabin-note { margin: 0 22px 28px; padding: 26px 24px; }
  .note-mail { font-size: 16px; word-break: break-all; }

  .cabin-foot { padding: 32px 22px; }

  .service-list { padding: 12px 22px 0; }
  .service-block { gap: 16px; }
  .svc-num { flex: 0 0 34px; font-size: 20px; }

  .process-overview { padding: 28px 22px 8px; }
  .process-steps { grid-template-columns: 1fr; gap: 18px; }

  .service-cta { margin: 8px 22px 26px; padding: 24px 24px; }

  .contact-grid { grid-template-columns: 1fr; padding: 16px 22px 4px; }

  .contact-faq { padding: 26px 22px 4px; }
}

@media (max-width: 520px) {
  .masthead-title, .services-title, .contact-title { font-size: 34px; }
  .cabin-note { margin: 0 16px 24px; }
}

/* safe scroll reveal fallback */
.fade-up {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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