/* =========================================================
   Mobile layout — reflowed, semantic version of the design.
   Shown <= 900px; the pixel-perfect desktop stage is hidden.
   ========================================================= */

.mobile { display: none; }

@media (max-width: 900px) {
  .ks-frame { display: none !important; }
  .mobile { display: block; }
}

.mobile {
  font-family: 'Lato', sans-serif;
  color: #586468;
  background: #f0f1ec;
  -webkit-font-smoothing: antialiased;
}

/* ---------- structure ---------- */
.m-section { padding: 52px 24px; }
.m-section--tight { padding: 38px 24px; }
.m-section.sage { background: #c3d2c8; }
.m-section.sage-soft { background: #f6f5f2; }
.m-section.teal { background: #445A61; color: #f0f1ec; }
.m-section.panel { background: #989e9a; color: #f0f1ec; }
.m-wrap { max-width: 560px; margin: 0 auto; }

/* ---------- type ---------- */
.m-h1 { font-family: 'Playfair Display', serif; font-weight: 400; color: #445A61; font-size: clamp(2.5rem, 12vw, 3.4rem); line-height: 1.08; }
.m-h2 { font-family: 'Playfair Display', serif; font-weight: 400; color: #445A61; font-size: clamp(1.9rem, 8vw, 2.4rem); line-height: 1.14; }
.m-h3 { font-family: 'Playfair Display', serif; font-weight: 400; color: #445A61; font-size: 1.5rem; line-height: 1.2; }
.m-h4 { font-family: 'Lato', sans-serif; font-weight: 700; color: #445A61; font-size: 1.18rem; }
.m-sub { font-family: 'Playfair Display', serif; font-style: italic; color: #6b777b; font-size: 1.2rem; margin-top: 6px; }
.teal .m-h1, .teal .m-h2, .teal .m-h3, .teal .m-h4 { color: #f0f1ec; }
.m-p { font-size: 1.02rem; line-height: 1.62; margin-top: 14px; }
.m-p.lead { font-size: 1.1rem; }
.m-p.strong { font-weight: 800; color: #445A61; }
.teal .m-p { color: rgba(240,241,236,.9); }
.teal .m-p.strong { color: #f0f1ec; }
.m-rule { width: 92px; height: 2px; background: #445A61; border: 0; margin: 16px 0 0; }
.m-rule.center { margin-left: auto; margin-right: auto; }
.center { text-align: center; }
.m-accent { display: block; font-family: 'Playfair Display', serif; font-style: italic; color: #7e9a88; font-size: 1.25rem; margin: 16px 0; }

/* ---------- buttons ---------- */
.m-btn {
  display: inline-flex; align-items: center; justify-content: center; text-align: center;
  padding: 15px 30px; border-radius: 10px; font-weight: 700; font-size: .98rem;
  background: #445A61; color: #f0f1ec; border: 2px solid #445A61; margin-top: 22px;
  transition: filter .2s, transform .15s;
}
.m-btn:active { transform: translateY(1px); }
.m-btn--outline { background: transparent; color: #445A61; }
.m-btn--cream { background: #f0f1ec; color: #445A61; border-color: #f0f1ec; }
.m-btn--round { border-radius: 32px; }

/* ---------- media ---------- */
.m-img { width: 100%; display: block; border-radius: 16px; object-fit: cover; }
.m-img--tall { aspect-ratio: 3/4; }
.m-img--wide { aspect-ratio: 4/3; }
.m-img--hero { aspect-ratio: 4/3; border-radius: 0; }

/* ---------- hero ---------- */
.m-hero { position: relative; }
.m-hero__media { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.m-hero__body { padding: 36px 24px 40px; }
.m-hero--page { padding: 40px 24px 30px; }

/* ---------- badge strip ---------- */
.m-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; background: #a8a394; }
.m-badge { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 22px 14px; color: #f0f1ec; }
.m-badge img { width: 40px; height: 40px; filter: brightness(0) invert(1); }
.m-badge span { font-size: .82rem; font-weight: 600; line-height: 1.3; }

/* ---------- steps ---------- */
.m-steps { display: flex; flex-direction: column; gap: 34px; margin-top: 36px; }
.m-step { text-align: center; }
.m-step__num {
  width: 84px; height: 84px; border-radius: 50%; background: #445A61; color: #fff;
  font-family: 'Playfair Display', serif; font-size: 2.4rem; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.m-step .m-p { margin-top: 8px; }

/* ---------- specialties grid ---------- */
.m-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 30px; background: rgba(68,90,97,.18); border: 1px solid rgba(68,90,97,.18); }
.m-spec { background: #c3d2c8; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; padding: 26px 14px; }
.m-spec img { width: 48px; height: 48px; }
.m-spec span { font-weight: 700; color: #445A61; font-size: .9rem; line-height: 1.35; }

/* ---------- generic cards ---------- */
.m-cards { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }
.m-card { background: #c3d2c8; border-radius: 16px; padding: 26px 24px; }
.m-card.dark { background: transparent; }
.m-card__icon { width: 64px; height: 64px; border-radius: 50%; border: 1.5px solid #445A61; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; background: #fff; }
.m-card__icon img { width: 34px; height: 34px; }
.teal .m-card__icon { border-color: #f0f1ec; background: transparent; }
.teal .m-card__icon img { filter: brightness(0) invert(1); }
.m-card .m-h3 { margin-bottom: 8px; }
.m-card .m-h4 { margin-bottom: 6px; }
.m-card .m-p { margin-top: 6px; font-size: .96rem; }

/* sage feature cards (icon left, text right) */
.m-feat { display: flex; gap: 16px; align-items: flex-start; background: #c3d2c8; border-radius: 16px; padding: 22px; }
.m-feat__icon { flex: 0 0 auto; width: 58px; height: 58px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; }
.m-feat__icon img { width: 30px; height: 30px; }
.m-feat .m-h4 { margin-bottom: 4px; }
.m-feat .m-p { margin-top: 4px; font-size: .94rem; }

/* expertise (icon-top centered cards) */
.m-exp { background: #c3d2c8; border-radius: 16px; padding: 28px 22px; text-align: center; }
.m-exp__icon { width: 78px; height: 78px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.m-exp__icon img { width: 38px; height: 38px; }

/* ---------- quote ---------- */
.m-quote { font-family: 'Playfair Display', serif; color: #445A61; font-size: 1.7rem; line-height: 1.3; text-align: center; }

/* ---------- lists ---------- */
.m-list { margin-top: 18px; padding-left: 22px; }
.m-list li { position: relative; padding-left: 6px; margin-bottom: 11px; color: #586468; line-height: 1.4; }
.m-list li::marker { color: #7e9a88; }
.m-list.tight li { margin-bottom: 8px; }
.m-subhead { font-weight: 800; font-style: italic; color: #445A61; margin: 18px 0 8px; }

/* ---------- service block ---------- */
.m-service { padding: 44px 24px; border-bottom: 1px solid rgba(68,90,97,.16); }
.m-service:last-of-type { border-bottom: 0; }
.m-service__num { font-family: 'Playfair Display', serif; font-size: 3.4rem; color: #7e9a88; line-height: 1; }
.m-service__head { display: flex; align-items: baseline; gap: 14px; }
.m-service .m-img { margin: 20px 0; height: 260px; }

/* ---------- numbered approaches ---------- */
.m-approaches { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 16px; margin-top: 34px; }
.m-approach { text-align: center; }
.m-approach__circle { width: 80px; height: 80px; border-radius: 50%; border: 1.5px solid rgba(240,241,236,.65); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.m-approach__circle img { width: 40px; height: 40px; filter: brightness(0) invert(1); }
.m-approach span { color: #f0f1ec; font-weight: 700; font-size: .92rem; }

/* ---------- accordion ---------- */
.m-acc { margin-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.m-acc__item { background: #f0f1ec; border-radius: 10px; overflow: hidden; box-shadow: 0 6px 16px rgba(58,77,84,.07); }
.sage .m-acc__item { background: #eef1ec; }
.m-acc__trigger { width: 100%; background: none; border: 0; text-align: left; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; font-weight: 700; color: #445A61; font-size: 1.02rem; }
.m-acc__trigger .chev { flex: 0 0 auto; width: 20px; height: 20px; transition: transform .3s; }
.m-acc__trigger .chev::before { content: ""; display: block; width: 11px; height: 11px; border-right: 2.5px solid #445A61; border-bottom: 2.5px solid #445A61; transform: rotate(45deg); margin: 0 auto; }
.m-acc__item.open .chev { transform: rotate(180deg); }
.m-acc__panel { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.m-acc__panel-inner { padding: 0 22px 22px; line-height: 1.6; }

/* ---------- contact form ---------- */
.m-form { margin-top: 26px; display: flex; flex-direction: column; gap: 24px; }
.m-field { display: flex; flex-direction: column; }
.m-field input, .m-field select, .m-field textarea {
  font-family: 'Lato', sans-serif; font-size: 1rem; color: #445A61; background: transparent;
  border: 0; border-bottom: 2px solid #445A61; padding: 10px 2px; outline: none;
}
.m-field textarea { resize: vertical; min-height: 90px; }
.m-field input::placeholder, .m-field textarea::placeholder { color: #6b777b; }
.m-field select { appearance: none; -webkit-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23445A61' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>") no-repeat right 2px center; }
.m-info { display: flex; flex-direction: column; gap: 30px; margin-top: 8px; }
.m-info__item { text-align: center; }
.m-info__icon { width: 60px; height: 60px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.m-info__icon img { width: 30px; height: 30px; }
.m-info__item h4 { color: #f0f1ec; font-size: 1.05rem; margin-bottom: 2px; }
.m-info__item p { color: rgba(240,241,236,.85); font-style: italic; font-size: .92rem; }

/* ---------- mobile footer ---------- */
.m-footer { background: #3a4d54; color: rgba(240,241,236,.8); padding: 40px 24px 30px; text-align: center; }
.m-footer__brand { font-family: 'Playfair Display', serif; text-transform: uppercase; letter-spacing: 5px; color: #f0f1ec; font-size: 1.3rem; margin-bottom: 14px; }
.m-footer__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; margin: 16px 0 20px; }
.m-footer__links a { color: rgba(240,241,236,.8); text-transform: uppercase; letter-spacing: 1px; font-size: .82rem; }
.m-footer__copy { font-size: .78rem; color: rgba(240,241,236,.5); }

/* decorative botanical */
.m-leaf { display: block; width: 70px; margin: 0 auto 8px; mix-blend-mode: multiply; opacity: .9; }
