/* Ferraro Massage — EXACT color match to ferraromassage.com */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap');

:root {
  --fm-sage:          #b8cebc;
  --fm-sage-dark:     #8aaa8e;
  --fm-sage-darker:   #4a6b45;
  --fm-sage-deep:     #3a5535;
  --fm-sage-light:    #d0e0d3;
  --fm-sage-pale:     #e8f0e9;
  --fm-cream:         #eae6de;
  --fm-cream-light:   #f2efe9;
  --fm-cream-dark:    #dedad0;
  --fm-white:         #ffffff;
  --fm-text-dark:     #2d3a2d;
  --fm-text-mid:      #4a5a4a;
  --fm-text-muted:    #7a8a7a;
  --fm-text-light:    #ffffff;
  --fm-border:        #c8d4ca;
  --fm-border-light:  #dde8de;
  --fm-font-display: 'Manrope', -apple-system, sans-serif;
  --fm-font-body:    'Nunito Sans', -apple-system, sans-serif;
  --fm-nav-height:        140px;
  --fm-nav-top-height:    64px;
  --fm-nav-bottom-height: 56px;
  --fm-container:         1400px;
  --fm-container-narrow:  760px;
  --fm-radius:            0px;
  --fm-radius-sm:         4px;
  --fm-transition:        0.2s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--fm-font-body); font-size: 16px; line-height: 1.7; color: var(--fm-text-dark); background: var(--fm-white); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
address { font-style: normal; }

h1, h2, h3, h4 { font-family: var(--fm-font-display); font-weight: 400; line-height: 1.2; color: var(--fm-text-dark); }
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); }
em { font-style: italic; }
.fm-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.fm-container { max-width: var(--fm-container); margin: 0 auto; padding: 0 4vw; }
.fm-container--narrow { max-width: var(--fm-container-narrow); margin: 0 auto; padding: 0 4vw; }
.fm-container--split { max-width: var(--fm-container); margin: 0 auto; padding: 0 4vw; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.fm-container--split-reverse { direction: rtl; }
.fm-container--split-reverse > * { direction: ltr; }

.fm-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--fm-font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 14px 32px; border-radius: var(--fm-radius); border: 1px solid transparent; cursor: pointer; transition: all var(--fm-transition); white-space: nowrap; text-decoration: none; }
.fm-btn--primary { background: var(--fm-sage-darker); color: var(--fm-white); border-color: var(--fm-sage-darker); }
.fm-btn--primary:hover { background: var(--fm-sage-deep); border-color: var(--fm-sage-deep); }
.fm-btn--secondary { background: transparent; color: var(--fm-text-dark); border-color: var(--fm-text-dark); }
.fm-btn--secondary:hover { background: var(--fm-text-dark); color: var(--fm-white); }
.fm-btn--outline { background: transparent; color: var(--fm-text-dark); border-color: var(--fm-text-dark); }
.fm-btn--outline:hover { background: var(--fm-text-dark); color: var(--fm-white); }
.fm-btn--outline-light { background: transparent; color: var(--fm-white); border-color: rgba(255,255,255,0.6); }
.fm-btn--outline-light:hover { background: rgba(255,255,255,0.15); border-color: var(--fm-white); }
.fm-btn--nav { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; padding: 12px 24px; background: var(--fm-sage-darker); color: var(--fm-white); border-color: var(--fm-sage-darker); border-radius: var(--fm-radius-sm); }
.fm-btn--nav:hover { background: var(--fm-sage-deep); }
.fm-btn--footer { margin-top: 16px; background: var(--fm-sage-darker); color: var(--fm-white); font-size: 11px; font-weight: 700; padding: 11px 24px; letter-spacing: 0.12em; }
.fm-btn--footer:hover { background: var(--fm-sage-deep); }
.fm-btn--text { background: transparent; border: none; padding: 0; font-size: 13px; letter-spacing: 0.04em; color: var(--fm-sage-darker); text-transform: none; font-weight: 600; }
.fm-btn--text:hover { color: var(--fm-sage-deep); text-decoration: underline; }
.fm-btn--sm { font-size: 11px; padding: 9px 20px; }
.fm-btn--lg { font-size: 13px; padding: 16px 40px; }
.fm-btn--mobile-full { width: 100%; margin-top: 20px; justify-content: center; }

/* NAV — two row like original */
.fm-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: var(--fm-sage); border-bottom: 4px solid var(--fm-sage); box-shadow: 0 12px 48px 12px rgba(0,0,0,0.08); }
.fm-nav__top { height: var(--fm-nav-top-height); display: flex; align-items: center; justify-content: space-between; max-width: var(--fm-container); margin: 0 auto; padding: 0 4vw; border-bottom: 1px solid rgba(255,255,255,0.25); position: relative; }
.fm-nav__top-left { display: flex; align-items: center; }
.fm-nav__instagram { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid var(--fm-text-dark); border-radius: 6px; color: var(--fm-text-dark); transition: all var(--fm-transition); }
.fm-nav__instagram:hover { background: var(--fm-text-dark); color: var(--fm-white); }
.fm-nav__logo { position: absolute; left: 50%; transform: translateX(-50%); }
.fm-nav__logo img { height: 52px; width: auto; }
.fm-nav__inner { height: var(--fm-nav-bottom-height); max-width: var(--fm-container); margin: 0 auto; padding: 0 4vw; display: flex; align-items: center; justify-content: center; }
.fm-nav__links { display: flex; align-items: center; gap: 4px; list-style: none; }
.fm-nav__link { font-family: var(--fm-font-body); font-size: 13px; font-weight: 400; letter-spacing: 0.02em; color: var(--fm-text-dark); padding: 8px 16px; border-radius: var(--fm-radius-sm); transition: color var(--fm-transition); background: none; border: none; cursor: pointer; display: flex; align-items: center; gap: 5px; }
.fm-nav__link:hover, .fm-nav__link--active { color: var(--fm-sage-deep); }
.fm-nav__link--dropdown svg { transition: transform var(--fm-transition); }
.fm-nav__dropdown:hover .fm-nav__link--dropdown svg { transform: rotate(180deg); }
.fm-nav__dropdown { position: relative; }
.fm-nav__submenu { position: absolute; top: calc(100% + 4px); left: 50%; transform: translateX(-50%) translateY(-8px); min-width: 200px; background: var(--fm-white); border: 1px solid var(--fm-border); border-radius: var(--fm-radius-sm); padding: 8px; opacity: 0; visibility: hidden; transition: all var(--fm-transition); list-style: none; box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.fm-nav__dropdown:hover .fm-nav__submenu, .fm-nav__dropdown:focus-within .fm-nav__submenu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.fm-nav__sublink { display: block; font-size: 13px; font-weight: 400; color: var(--fm-text-dark); padding: 10px 16px; border-radius: var(--fm-radius-sm); transition: background var(--fm-transition); }
.fm-nav__sublink:hover { background: var(--fm-cream); }
.fm-nav__hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.fm-nav__hamburger span { display: block; width: 22px; height: 1px; background: var(--fm-text-dark); transition: all var(--fm-transition); }
.fm-nav__hamburger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.fm-nav__hamburger.is-open span:nth-child(2) { opacity: 0; }
.fm-nav__hamburger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.fm-nav__mobile { display: none; background: var(--fm-sage); border-top: 1px solid var(--fm-border); padding: 24px 4vw; }
.fm-nav__mobile.is-open { display: block; }
.fm-nav__mobile ul { list-style: none; }
.fm-nav__mobile-link { display: block; font-size: 14px; color: var(--fm-text-dark); padding: 14px 0; border-bottom: 1px solid var(--fm-border); font-weight: 400; }
.fm-nav__mobile-group { padding: 14px 0; border-bottom: 1px solid var(--fm-border); }
.fm-nav__mobile-label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fm-text-muted); margin-bottom: 8px; }
.fm-nav__mobile-sublink { display: block; font-size: 14px; color: var(--fm-text-dark); padding: 7px 0 7px 16px; }

main { padding-top: var(--fm-nav-height); }

.fm-section { padding: 96px 0; }
.fm-section--dark { background: var(--fm-text-dark); }
.fm-section--light { background: var(--fm-cream); }
.fm-section__header { text-align: center; margin-bottom: 56px; }
.fm-section__eyebrow { display: block; font-family: var(--fm-font-body); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--fm-sage-darker); margin-bottom: 12px; }
.fm-section--dark .fm-section__eyebrow { color: var(--fm-sage-light); }
.fm-section__heading { color: var(--fm-text-dark); }
.fm-section--dark .fm-section__heading { color: var(--fm-white); }
.fm-section__cta { display: flex; justify-content: center; gap: 16px; margin-top: 48px; flex-wrap: wrap; }
.fm-text-center { text-align: center; }

/* HERO */
.fm-hero { position: relative; min-height: calc(100vh - var(--fm-nav-height)); display: flex; align-items: center; overflow: hidden; }
.fm-hero__bg { position: absolute; inset: 0; z-index: 0; }
.fm-hero__img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.fm-hero__overlay { position: absolute; inset: 0; background: rgba(45, 58, 45, 0.4); }
.fm-hero__content { position: relative; z-index: 1; max-width: var(--fm-container); margin: 0 auto; padding: 80px 4vw; width: 100%; text-align: center; }
.fm-hero__eyebrow { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.85); margin-bottom: 20px; }
.fm-hero__heading { font-family: var(--fm-font-display); font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 400; color: var(--fm-white); line-height: 1.15; margin-bottom: 32px; max-width: 800px; margin-left: auto; margin-right: auto; }
.fm-hero__heading em { font-style: italic; font-weight: 300; }
.fm-hero__sub { font-size: 17px; color: rgba(255,255,255,0.82); max-width: 520px; margin: 0 auto 40px; font-weight: 300; line-height: 1.6; }
.fm-hero__actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-bottom: 48px; }
.fm-hero__locations { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.fm-hero__location-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; color: rgba(255,255,255,0.75); padding: 7px 16px; border: 1px solid rgba(255,255,255,0.3); border-radius: 100px; transition: all var(--fm-transition); }
.fm-hero__location-pill:hover { color: var(--fm-white); border-color: rgba(255,255,255,0.6); }

/* PAGE HERO */
.fm-page-hero { position: relative; min-height: 400px; display: flex; align-items: flex-end; overflow: hidden; background: var(--fm-cream); }
.fm-page-hero--short { min-height: 280px; }
.fm-page-hero--minimal { min-height: auto; padding: 72px 0 40px; background: var(--fm-cream); }
.fm-page-hero__bg { position: absolute; inset: 0; z-index: 0; }
.fm-page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.fm-page-hero__overlay { position: absolute; inset: 0; background: rgba(45, 58, 45, 0.35); }
.fm-page-hero__content { position: relative; z-index: 1; max-width: var(--fm-container); margin: 0 auto; padding: 56px 4vw; width: 100%; text-align: center; }
.fm-page-hero__eyebrow { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.8); margin-bottom: 12px; }
.fm-page-hero__heading { font-family: var(--fm-font-display); font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 400; color: var(--fm-white); line-height: 1.2; }
.fm-page-hero__heading--dark { color: var(--fm-text-dark); }
.fm-page-hero__heading em { font-style: italic; font-weight: 300; }
.fm-page-hero__sub { margin-top: 12px; font-size: 16px; color: rgba(255,255,255,0.75); }
.fm-page-hero__sub--dark { color: var(--fm-text-mid); }
.fm-breadcrumb { color: rgba(255,255,255,0.6); font-size: 12px; transition: color var(--fm-transition); }
.fm-breadcrumb:hover { color: var(--fm-white); }

/* SERVICES */
.fm-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--fm-border); border-radius: var(--fm-radius-sm); overflow: hidden; }
.fm-service-card { background: var(--fm-white); padding: 36px 28px; display: flex; flex-direction: column; gap: 14px; border-right: 1px solid var(--fm-border); }
.fm-service-card:last-child { border-right: none; }
.fm-service-card__name { font-family: var(--fm-font-display); font-size: 1.25rem; font-weight: 500; color: var(--fm-text-dark); }
.fm-service-card__desc { font-size: 14px; color: var(--fm-text-mid); line-height: 1.65; flex: 1; }
.fm-service-card__pricing { display: flex; flex-direction: column; gap: 6px; padding-top: 12px; border-top: 1px solid var(--fm-border-light); list-style: none; }
.fm-service-card__pricing li { display: flex; justify-content: space-between; font-size: 13px; }
.fm-service-card__duration { color: var(--fm-text-muted); }
.fm-service-card__price { font-weight: 600; color: var(--fm-text-dark); }
.fm-services-full { display: flex; flex-direction: column; border: 1px solid var(--fm-border); border-radius: var(--fm-radius-sm); overflow: hidden; }
.fm-service-row { display: grid; grid-template-columns: 1fr 320px; gap: 48px; padding: 44px; border-bottom: 1px solid var(--fm-border); align-items: start; background: var(--fm-white); }
.fm-service-row:last-child { border-bottom: none; }
.fm-service-row:nth-child(even) { background: var(--fm-cream-light); }
.fm-service-row__name { font-family: var(--fm-font-display); font-size: 1.6rem; font-weight: 400; color: var(--fm-text-dark); margin-bottom: 10px; }
.fm-service-row__subtitle { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fm-sage-darker); margin-top: 4px; }
.fm-service-row__desc { font-size: 15px; color: var(--fm-text-mid); line-height: 1.7; }
.fm-service-row__note { display: flex; align-items: flex-start; gap: 8px; margin-top: 14px; font-size: 13px; color: var(--fm-text-mid); padding: 12px 16px; background: var(--fm-sage-pale); border-radius: var(--fm-radius-sm); border-left: 3px solid var(--fm-sage-darker); }
.fm-service-row__pricing { display: flex; flex-direction: column; gap: 10px; padding: 24px; background: var(--fm-cream); border: 1px solid var(--fm-border); border-radius: var(--fm-radius-sm); align-self: start; }
.fm-service-row__tier { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--fm-border); }
.fm-service-row__tier:last-child { border-bottom: none; padding-bottom: 0; }
.fm-service-row__tier--contact { flex-direction: column; align-items: stretch; gap: 10px; }
.fm-service-row__tier-info { display: flex; flex-direction: column; gap: 2px; }
.fm-service-row__mins { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fm-text-muted); }
.fm-service-row__price { font-family: var(--fm-font-display); font-size: 1.5rem; color: var(--fm-text-dark); font-weight: 400; }

/* STEPS */
.fm-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.fm-step { display: flex; gap: 20px; align-items: flex-start; }
.fm-step__number { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--fm-sage-darker); display: flex; align-items: center; justify-content: center; font-family: var(--fm-font-display); font-size: 1.1rem; color: var(--fm-sage-darker); }
.fm-section--dark .fm-step__number { border-color: var(--fm-sage-light); color: var(--fm-sage-light); }
.fm-step__title { font-family: var(--fm-font-display); font-size: 1.15rem; font-weight: 500; color: var(--fm-text-dark); margin-bottom: 6px; }
.fm-section--dark .fm-step__title { color: var(--fm-white); }
.fm-step__desc { font-size: 14px; color: var(--fm-text-mid); line-height: 1.7; }
.fm-section--dark .fm-step__desc { color: rgba(255,255,255,0.7); }
.fm-steps--large .fm-step { flex-direction: column; gap: 16px; }
.fm-steps--large .fm-step__title { font-size: 1.4rem; }

/* THERAPIST */
.fm-therapist-spotlight__img img, .fm-therapist__img img { width: 100%; height: 520px; object-fit: cover; object-position: top center; border-radius: var(--fm-radius-sm); }
.fm-therapist-spotlight__bio, .fm-therapist__bio { font-size: 16px; color: var(--fm-text-mid); line-height: 1.75; margin-bottom: 24px; }
.fm-therapist__interests { font-size: 15px; color: var(--fm-text-muted); line-height: 1.7; margin-bottom: 28px; }
.fm-therapist__specialties-heading { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--fm-text-muted); margin-bottom: 12px; }
.fm-tag-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin-bottom: 32px; }
.fm-tag { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fm-sage-darker); padding: 6px 14px; border: 1px solid var(--fm-sage-darker); border-radius: 100px; }

/* LOCATIONS */
.fm-locations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fm-location-card { padding: 32px; border: 1px solid var(--fm-border); border-radius: var(--fm-radius-sm); background: var(--fm-white); display: flex; flex-direction: column; gap: 10px; }
.fm-location-card__name { font-family: var(--fm-font-display); font-size: 1.4rem; font-weight: 400; }
.fm-location-card__address { font-size: 14px; color: var(--fm-text-mid); line-height: 1.6; }
.fm-location-card__county { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fm-sage-darker); }
.fm-location-card__actions { display: flex; align-items: center; gap: 16px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--fm-border-light); }

/* BOOKING */
.fm-booking-locations { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.fm-booking-location-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; padding: 48px 32px; border: 1px solid var(--fm-border); border-radius: var(--fm-radius-sm); background: var(--fm-white); transition: all var(--fm-transition); cursor: pointer; }
.fm-booking-location-card:hover { border-color: var(--fm-sage-darker); box-shadow: 0 8px 32px rgba(74,107,69,0.1); transform: translateY(-2px); }
.fm-booking-location-card__icon { color: var(--fm-sage-darker); }
.fm-booking-location-card__name { font-family: var(--fm-font-display); font-size: 1.7rem; font-weight: 400; }
.fm-booking-location-card__address { font-size: 14px; color: var(--fm-text-muted); line-height: 1.6; }
.fm-booking-embed-wrapper { background: var(--fm-cream); border-radius: var(--fm-radius-sm); overflow: hidden; min-height: 600px; }
.fm-booking-embed { min-height: 600px; }
.fm-booking-iframe { display: block; border: none; }
.fm-booking-embed-section { padding-top: 48px; }

/* LOCATION DETAIL */
.fm-location-detail__list { display: flex; flex-direction: column; gap: 0; margin: 32px 0; }
.fm-location-detail__row { display: flex; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--fm-border-light); align-items: flex-start; }
.fm-location-detail__row dt { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fm-text-muted); min-width: 90px; padding-top: 2px; }
.fm-location-detail__row dd { font-size: 15px; color: var(--fm-text-mid); }
.fm-location-detail__row dd a:hover { color: var(--fm-sage-darker); }
.fm-location-detail__map iframe { width: 100%; min-height: 400px; border-radius: var(--fm-radius-sm); border: none; }
.fm-location-strip { padding: 28px 0; background: var(--fm-cream); }
.fm-location-strip__inner { max-width: var(--fm-container); margin: 0 auto; padding: 0 4vw; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.fm-location-strip__item { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--fm-text-mid); }
.fm-location-strip__item a:hover { color: var(--fm-sage-darker); }

/* FAQ */
.fm-faq { display: flex; flex-direction: column; }
.fm-faq__item { border-bottom: 1px solid var(--fm-border); }
.fm-faq__question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 0; font-family: var(--fm-font-display); font-size: 1.1rem; font-weight: 400; color: var(--fm-text-dark); background: none; border: none; cursor: pointer; text-align: left; transition: color var(--fm-transition); }
.fm-faq__question:hover { color: var(--fm-sage-darker); }
.fm-faq__question[aria-expanded="true"] .fm-faq__icon { transform: rotate(45deg); }
.fm-faq__icon { flex-shrink: 0; transition: transform var(--fm-transition); color: var(--fm-sage-darker); }
.fm-faq__answer { padding-bottom: 20px; }
.fm-faq__answer p { font-size: 15px; color: var(--fm-text-mid); line-height: 1.75; }

/* CONTACT */
.fm-contact-form { display: flex; flex-direction: column; gap: 20px; }
.fm-form-row { display: flex; gap: 20px; }
.fm-form-row--2col > * { flex: 1; }
.fm-form-field { display: flex; flex-direction: column; gap: 8px; }
.fm-form-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fm-text-muted); }
.fm-form-label--optional { font-weight: 400; letter-spacing: 0; text-transform: none; font-size: 11px; }
.fm-form-input { font-family: var(--fm-font-body); font-size: 15px; color: var(--fm-text-dark); background: var(--fm-white); border: 1px solid var(--fm-border); border-radius: var(--fm-radius-sm); padding: 12px 16px; transition: border-color var(--fm-transition); outline: none; width: 100%; }
.fm-form-input:focus { border-color: var(--fm-sage-darker); }
.fm-form-textarea { resize: vertical; min-height: 120px; }
.fm-form-error { font-size: 12px; color: #c0392b; }
.fm-form-success { font-size: 14px; color: #27ae60; padding: 12px 16px; background: #edfaf3; border-radius: var(--fm-radius-sm); border-left: 3px solid #27ae60; }
.fm-form-error--global { font-size: 14px; color: #c0392b; padding: 12px 16px; background: #fdf0ef; border-radius: var(--fm-radius-sm); border-left: 3px solid #c0392b; }
.fm-form-footer { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }

/* CTA */
.fm-cta-strip { padding: 56px 0; background: var(--fm-cream); }
.fm-cta-strip__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.fm-cta-strip__text { font-family: var(--fm-font-display); font-size: 1.8rem; font-weight: 300; color: var(--fm-text-dark); }
.fm-section--dark .fm-cta-strip__text { color: var(--fm-white); }
.fm-cta-center { padding: 80px 0; text-align: center; }
.fm-cta-center__inner { display: flex; flex-direction: column; align-items: center; gap: 32px; }
.fm-cta-center__heading { font-family: var(--fm-font-display); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 300; color: var(--fm-text-dark); }
.fm-section--dark .fm-cta-center__heading { color: var(--fm-white); }

/* FOOTER */
.fm-footer { background: var(--fm-cream); border-top: 1px solid var(--fm-border); padding-top: 56px; }
.fm-footer__inner { max-width: var(--fm-container); margin: 0 auto; padding: 0 4vw 48px; display: grid; grid-template-columns: 1.4fr 1fr 1.6fr 1.2fr; gap: 48px; }
.fm-footer__brand { display: flex; flex-direction: column; gap: 16px; }
.fm-footer__brand img { height: 44px; width: auto; }
.fm-footer__tagline { font-size: 14px; color: var(--fm-text-mid); line-height: 1.6; font-style: italic; font-family: var(--fm-font-display); }
.fm-footer__instagram { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--fm-text-mid); transition: color var(--fm-transition); }
.fm-footer__instagram:hover { color: var(--fm-sage-darker); }
.fm-footer__heading { font-family: var(--fm-font-body); font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fm-text-dark); margin-bottom: 20px; }
.fm-footer__nav ul { display: flex; flex-direction: column; gap: 10px; list-style: none; }
.fm-footer__nav a { font-size: 14px; color: var(--fm-text-mid); transition: color var(--fm-transition); }
.fm-footer__nav a:hover { color: var(--fm-sage-darker); }
.fm-footer__locations { display: flex; flex-direction: column; gap: 18px; }
.fm-footer__location { display: flex; flex-direction: column; gap: 3px; }
.fm-footer__location strong { font-size: 13px; font-weight: 600; color: var(--fm-text-dark); }
.fm-footer__location address { font-size: 13px; color: var(--fm-text-mid); line-height: 1.5; }
.fm-footer__location-link { font-size: 12px; color: var(--fm-sage-darker); transition: color var(--fm-transition); }
.fm-footer__location-link:hover { color: var(--fm-sage-deep); }
.fm-footer__contact { display: flex; flex-direction: column; gap: 12px; }
.fm-footer__contact-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--fm-text-mid); transition: color var(--fm-transition); }
.fm-footer__contact-item:hover { color: var(--fm-sage-darker); }
.fm-footer__bottom { border-top: 1px solid var(--fm-border); padding: 20px 4vw; text-align: center; }
.fm-footer__bottom p { font-size: 12px; color: var(--fm-text-muted); }

/* PROSE */
.fm-prose { padding: 64px 4vw; }
.fm-prose h2 { font-family: var(--fm-font-display); font-size: 1.6rem; margin: 40px 0 12px; }
.fm-prose h2:first-child { margin-top: 0; }
.fm-prose p, .fm-prose address { font-size: 15px; color: var(--fm-text-mid); line-height: 1.75; margin-bottom: 16px; }
.fm-prose a { color: var(--fm-sage-darker); }
.fm-prose a:hover { text-decoration: underline; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .fm-services-grid { grid-template-columns: repeat(2, 1fr); }
  .fm-service-row { grid-template-columns: 1fr; gap: 28px; }
  .fm-footer__inner { grid-template-columns: 1fr 1fr; }
  .fm-container--split { grid-template-columns: 1fr; gap: 40px; }
  .fm-container--split-reverse { direction: ltr; }
}
@media (max-width: 768px) {
  :root { --fm-nav-height: 60px; --fm-nav-top-height: 60px; --fm-nav-bottom-height: 0px; }
  .fm-nav__inner { display: none; }
  .fm-nav__top { position: relative; }
  .fm-nav__logo { position: static; transform: none; }
  .fm-btn--nav:not(.fm-btn--mobile-full) { display: none; }
  .fm-nav__hamburger { display: flex; }
  .fm-hero__heading { font-size: clamp(2.2rem, 8vw, 3rem); }
  .fm-services-grid { grid-template-columns: 1fr; }
  .fm-steps { grid-template-columns: 1fr; }
  .fm-locations-grid { grid-template-columns: 1fr; }
  .fm-booking-locations { grid-template-columns: 1fr; }
  .fm-footer__inner { grid-template-columns: 1fr; gap: 32px; }
  .fm-cta-strip__inner { flex-direction: column; text-align: center; }
  .fm-form-row--2col { flex-direction: column; }
  .fm-section { padding: 56px 0; }
  .fm-therapist-spotlight__img img, .fm-therapist__img img { height: 360px; }
  .fm-location-strip__inner { flex-direction: column; align-items: flex-start; gap: 14px; }
  .fm-service-card { border-right: none; border-bottom: 1px solid var(--fm-border); }
}
@media (max-width: 480px) {
  .fm-hero__actions { flex-direction: column; align-items: center; }
  .fm-btn--lg { width: 100%; }
  .fm-section__cta { flex-direction: column; align-items: center; }
}

/* Nav bottom row — lighter background like original */
.fm-nav__inner {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Logo size increase */
.fm-nav__logo img { height: 72px !important; width: auto; }

.fm-nav__inner { background: #ebe7df !important; justify-content: flex-start !important; gap: 24px; }
.fm-nav__bottom-logo img { height: 44px; width: auto; }

/* ── NAV FINAL HARDLOCKED ── */
.fm-nav { border: none !important; box-shadow: none !important; overflow: visible !important; }

/* GREEN BAR - HARDLOCKED */
.fm-nav__top { height: 128px !important; min-height: 128px !important; max-height: 128px !important; padding: 0 4vw !important; align-items: center !important; overflow: visible !important; }

/* CENTER LOGO */
.fm-nav__logo { align-self: center !important; }
.fm-nav__logo img { height: 157px !important; min-height: 157px !important; max-height: 157px !important; width: auto !important; }

/* WHITE BAR - HARDLOCKED */
.fm-nav__inner { height: 60px !important; min-height: 60px !important; max-height: 60px !important; padding: 0 4vw !important; background: #ffffff !important; border: none !important; box-shadow: none !important; width: 100% !important; max-width: 100% !important; justify-content: center !important; position: relative !important; overflow: visible !important; }

/* NAV LOGO LEFT */
.fm-nav__bottom-logo { position: absolute !important; left: 4vw !important; top: 50% !important; transform: translateY(-50%) !important; }
.fm-nav__bottom-logo img { height: 52px !important; min-height: 52px !important; max-height: 52px !important; width: auto !important; }

/* NAV LINKS */
.fm-nav__links { justify-content: center !important; }
.fm-nav__link { font-size: 16px !important; }

/* BOOK BUTTON */
.fm-btn--nav { font-size: 13px !important; padding: 16px 32px !important; }

/* INSTAGRAM */
.fm-nav__instagram { background: var(--fm-sage-darker) !important; border: none !important; border-radius: 8px !important; width: 44px !important; height: 44px !important; color: #ffffff !important; }
.fm-nav__instagram svg { stroke: #ffffff !important; color: #ffffff !important; }
.fm-nav__instagram:hover { background: var(--fm-sage-deep) !important; }

/* PAGE OFFSET */
:root { --fm-nav-height: 188px !important; }

@media (max-width: 768px) {
  .fm-nav__logo img { height: 157px !important; min-height: 157px !important; max-height: 157px !important; }
  .fm-nav__bottom-logo img { height: 52px !important; min-height: 52px !important; max-height: 52px !important; }
}

.fm-nav__bottom-logo img { height: 104px !important; min-height: 104px !important; max-height: 104px !important; width: auto !important; }

.fm-nav__bottom-logo img { height: 120px !important; min-height: 120px !important; max-height: 120px !important; width: auto !important; }

.fm-nav__bottom-logo img { height: 136px !important; min-height: 136px !important; max-height: 136px !important; width: auto !important; }

.fm-hero__location-pill {
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.8) !important;
  background: rgba(255,255,255,0.15) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 9px 20px !important;
}
.fm-hero__location-pill:hover {
  background: rgba(255,255,255,0.3) !important;
  border-color: #ffffff !important;
}

/* ── HOME PAGE SECTIONS ── */

/* Hero - shorter, centered text only */
.fm-hero { min-height: 380px !important; }
.fm-hero__content { text-align: center !important; display: flex !important; align-items: center !important; justify-content: center !important; }
.fm-hero__heading { font-size: clamp(1.8rem, 4vw, 2.8rem) !important; max-width: 600px !important; margin: 0 auto !important; }

/* Our Approach section */
.fm-approach-home { background: var(--fm-cream); position: relative; padding: 80px 0 120px; }
.fm-approach-home__inner { max-width: var(--fm-container); margin: 0 auto; padding: 0 4vw; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.fm-approach-home__left h2 { font-family: var(--fm-font-display); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; color: var(--fm-text-dark); }
.fm-approach-home__right p { font-size: 15px; color: var(--fm-text-mid); line-height: 1.75; }
.fm-approach-home__wave { position: absolute; bottom: -1px; left: 0; right: 0; height: 80px; background: var(--fm-white); clip-path: ellipse(55% 100% at 50% 100%); }

/* Services section */
.fm-services-home { background: var(--fm-white); padding: 80px 0; }
.fm-services-home__inner { max-width: var(--fm-container); margin: 0 auto; padding: 0 4vw; display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: start; }
.fm-services-home__left h2 { font-family: var(--fm-font-display); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 400; color: var(--fm-text-dark); margin-bottom: 32px; }
.fm-services-home__btns { display: flex; flex-direction: column; gap: 12px; }
.fm-services-home__btns .fm-btn { text-align: center; justify-content: center; font-size: 11px; padding: 14px 24px; }

/* Accordion */
.fm-accordion { display: flex; flex-direction: column; }
.fm-accordion__item { border-bottom: 1px solid var(--fm-border); }
.fm-accordion__btn { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 18px 0; font-family: var(--fm-font-display); font-size: 1.2rem; font-weight: 400; color: var(--fm-text-dark); background: none; border: none; cursor: pointer; text-align: left; transition: color var(--fm-transition); }
.fm-accordion__btn:hover { color: var(--fm-sage-darker); }
.fm-accordion__btn svg { flex-shrink: 0; color: var(--fm-text-dark); transition: transform var(--fm-transition); }
.fm-accordion__body { padding-bottom: 16px; }
.fm-accordion__body p { font-size: 14px; color: var(--fm-text-mid); line-height: 1.7; max-width: 400px; }

/* Therapists section */
.fm-therapists-home { background: var(--fm-cream); padding: 80px 0; }
.fm-therapists-home__inner { max-width: var(--fm-container); margin: 0 auto; padding: 0 4vw; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.fm-therapists-home__img img { width: 100%; height: 480px; object-fit: cover; object-position: top center; }
.fm-therapists-home__body h2 { font-family: var(--fm-font-display); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 400; color: var(--fm-text-dark); margin-bottom: 20px; }
.fm-therapists-home__body p { font-size: 15px; color: var(--fm-text-mid); line-height: 1.75; margin-bottom: 32px; }

@media (max-width: 768px) {
  .fm-approach-home__inner { grid-template-columns: 1fr; gap: 24px; }
  .fm-services-home__inner { grid-template-columns: 1fr; gap: 40px; }
  .fm-therapists-home__inner { grid-template-columns: 1fr; gap: 32px; }
  .fm-therapists-home__img img { height: 320px; }
}

/* Services section fixes */
.fm-services-home__btns .fm-btn { 
  width: auto !important; 
  justify-content: flex-start !important;
  text-align: left !important;
  padding: 14px 20px !important;
  font-size: 11px !important;
}
.fm-accordion__item:first-child { border-top: 1px solid var(--fm-border); }
.fm-accordion__btn { font-size: 1.3rem !important; color: var(--fm-sage-darker) !important; }
.fm-accordion__btn svg { color: var(--fm-sage-darker) !important; }

.fm-services-home__inner { gap: 120px !important; }

.fm-services-home__btns .fm-btn {
  width: auto !important;
  padding: 10px 24px !important;
  font-size: 10px !important;
  border-radius: 100px !important;
  text-align: center !important;
  justify-content: center !important;
}

/* Smooth wide wave like reference */
.fm-approach-home { padding-bottom: 160px !important; }
.fm-approach-home__wave { 
  height: 120px !important; 
  clip-path: ellipse(60% 100% at 50% 100%) !important;
}

/* Footer logo - centered large logo */
.fm-footer__brand img { 
  height: 120px !important; 
  width: auto !important;
  filter: none !important;
  opacity: 1 !important;
}

/* Therapist button - centered with spacing */
.fm-therapists-home__body .fm-btn {
  display: block !important;
  width: fit-content !important;
  margin: 0 auto !important;
}
.fm-therapists-home { padding: 80px 0 120px !important; }

/* Therapist button section - centered white */
.fm-therapists-home { padding-bottom: 0 !important; }
.fm-therapist-cta { background: #ffffff; padding: 80px 0; text-align: center; }

/* ── BOOKING WIZARD ── */
.fm-booking-wizard { background: var(--fm-cream-light); }
.fm-booking-wizard .fm-container--narrow { max-width: 680px; }

/* Progress steps */
.fm-wizard-steps { display: flex; align-items: center; justify-content: center; gap: 0; margin-bottom: 48px; }
.fm-wizard-step { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.fm-wizard-step__num { width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--fm-border); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; color: var(--fm-text-muted); background: var(--fm-white); transition: all 0.2s; }
.fm-wizard-step span { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fm-text-muted); }
.fm-wizard-step.active .fm-wizard-step__num { border-color: var(--fm-sage-darker); background: var(--fm-sage-darker); color: var(--fm-white); }
.fm-wizard-step.active span { color: var(--fm-sage-darker); }
.fm-wizard-step.done .fm-wizard-step__num { border-color: var(--fm-sage-darker); background: var(--fm-sage-pale); color: var(--fm-sage-darker); }
.fm-wizard-step__line { flex: 1; height: 2px; background: var(--fm-border); min-width: 40px; margin: 0 8px; margin-bottom: 22px; }

/* Wizard panels */
.fm-wizard-panel { display: none; background: var(--fm-white); border-radius: 8px; padding: 40px; box-shadow: 0 2px 16px rgba(0,0,0,0.06); }
.fm-wizard-panel.active { display: block; }
.fm-wizard-panel__title { font-family: var(--fm-font-display); font-size: 1.8rem; font-weight: 400; color: var(--fm-text-dark); margin-bottom: 28px; }

/* Service picker */
.fm-service-picker { display: flex; flex-direction: column; gap: 8px; margin-bottom: 32px; }
.fm-service-picker__item { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border: 1px solid var(--fm-border); border-radius: 6px; background: var(--fm-white); cursor: pointer; transition: all 0.2s; text-align: left; }
.fm-service-picker__item:hover { border-color: var(--fm-sage-darker); background: var(--fm-sage-pale); }
.fm-service-picker__item.selected { border-color: var(--fm-sage-darker); background: var(--fm-sage-pale); }
.fm-service-picker__info { display: flex; flex-direction: column; gap: 3px; }
.fm-service-picker__name { font-size: 15px; font-weight: 500; color: var(--fm-text-dark); }
.fm-service-picker__duration { font-size: 12px; color: var(--fm-text-muted); }
.fm-service-picker__price { font-family: var(--fm-font-display); font-size: 1.2rem; color: var(--fm-sage-darker); font-weight: 400; }

/* Date picker */
.fm-date-picker { margin-bottom: 28px; }

/* Slots */
.fm-slots-heading { font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fm-text-muted); margin-bottom: 16px; }
.fm-slots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 28px; }
.fm-slot-btn { padding: 12px 8px; border: 1px solid var(--fm-border); border-radius: 6px; background: var(--fm-white); font-size: 14px; font-weight: 500; color: var(--fm-text-dark); cursor: pointer; transition: all 0.2s; }
.fm-slot-btn:hover { border-color: var(--fm-sage-darker); background: var(--fm-sage-pale); }
.fm-slot-btn.selected { border-color: var(--fm-sage-darker); background: var(--fm-sage-darker); color: var(--fm-white); }
.fm-slots-loading { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 32px 0; color: var(--fm-text-muted); }
.fm-slots-empty { text-align: center; padding: 24px 0; color: var(--fm-text-muted); }
.fm-spinner { width: 32px; height: 32px; border: 3px solid var(--fm-border); border-top-color: var(--fm-sage-darker); border-radius: 50%; animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Booking form */
.fm-booking-form { display: flex; flex-direction: column; gap: 20px; margin-bottom: 32px; }

/* Summary */
.fm-booking-summary { border: 1px solid var(--fm-border); border-radius: 8px; overflow: hidden; margin-bottom: 20px; }
.fm-booking-summary__row { display: flex; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid var(--fm-border-light); }
.fm-booking-summary__row:last-child { border-bottom: none; }
.fm-booking-summary__label { font-size: 13px; font-weight: 600; color: var(--fm-text-muted); text-transform: uppercase; letter-spacing: 0.08em; }
.fm-booking-summary__value { font-size: 15px; color: var(--fm-text-dark); font-weight: 500; }
.fm-booking-summary__note { font-size: 13px; color: var(--fm-text-muted); margin-bottom: 28px; line-height: 1.6; }

/* Success */
.fm-booking-success { text-align: center; padding: 40px 20px; }
.fm-booking-success__icon { width: 72px; height: 72px; border-radius: 50%; background: var(--fm-sage-darker); color: white; font-size: 32px; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.fm-booking-success h2 { font-family: var(--fm-font-display); font-size: 2rem; color: var(--fm-text-dark); margin-bottom: 12px; }
.fm-booking-success p { color: var(--fm-text-mid); line-height: 1.7; }

/* Wizard nav */
.fm-wizard-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--fm-border-light); }

/* ── CONTACT HOME SECTION ── */
.fm-contact-home { background: var(--fm-cream); padding: 80px 0; }
.fm-contact-home__inner { max-width: var(--fm-container); margin: 0 auto; padding: 0 4vw; display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start; }
.fm-contact-home__heading h2 { font-family: var(--fm-font-display); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 400; color: var(--fm-text-dark); margin-top: 8px; }
.fm-contact-home__form { display: flex; flex-direction: column; gap: 20px; }
.fm-form-success { background: #f0f7f0; border: 1px solid var(--fm-sage-darker); color: var(--fm-sage-darker); padding: 14px 18px; border-radius: 6px; font-size: 14px; }
.fm-form-error--global { background: #fef2f2; border: 1px solid #fca5a5; color: #dc2626; padding: 14px 18px; border-radius: 6px; font-size: 14px; }
@media (max-width: 768px) {
  .fm-contact-home__inner { grid-template-columns: 1fr; gap: 32px; }
}

/* Contact section - centered layout */
.fm-contact-home { background: var(--fm-cream); padding: 80px 0; }
.fm-contact-home__inner { max-width: 640px !important; margin: 0 auto !important; padding: 0 4vw !important; display: flex !important; flex-direction: column !important; align-items: center !important; gap: 40px !important; }
.fm-contact-home__heading { text-align: center !important; }
.fm-contact-home__heading h2 { font-size: clamp(2rem, 4vw, 3rem) !important; }
.fm-contact-home__form { width: 100% !important; }
.fm-contact-home__form .fm-btn { width: 100% !important; justify-content: center !important; }

.fm-contact-home { background: #ffffff !important; }

.fm-contact-home__inner { max-width: 860px !important; }
.fm-contact-home__form { width: 100% !important; }

/* Service picker grouped */
.fm-service-group { border: 1px solid var(--fm-border); border-radius: 8px; overflow: hidden; margin-bottom: 12px; }
.fm-service-group__header { padding: 14px 20px; font-size: 15px; font-weight: 600; color: var(--fm-text-dark); background: var(--fm-cream); border-bottom: 1px solid var(--fm-border); }
.fm-service-group__options { display: flex; flex-direction: column; }
.fm-service-picker__item--sub { border: none !important; border-bottom: 1px solid var(--fm-border-light) !important; border-radius: 0 !important; padding: 12px 20px !important; }
.fm-service-picker__item--sub:last-child { border-bottom: none !important; }
.fm-service-picker__item--sub:hover { background: var(--fm-sage-pale) !important; }
.fm-service-picker__item--sub.selected { background: var(--fm-sage-pale) !important; border-left: 3px solid var(--fm-sage-darker) !important; }
