/* Body Sculpt Aesthetics – homepage concept styles */

:root {
  --color-primary:  #A97B64;   /* rose gold, taken from the logo */
  --color-deep:     #7E5645;   /* darker rose gold for small text on light */
  --color-accent:   #E7C3B2;   /* blush gold highlight */
  --color-body:     #3A2A2E;   /* body text, warm plum-brown */
  --color-border:   #E6D3CC;   /* hairlines */
  --color-surface:  #F3E4DF;   /* rose blush surface */
  --color-dark:     #2B1A21;   /* aubergine dark sections */
  --color-neutral:  #FBF5F3;   /* page background, pink-white */

  --rose-metal: linear-gradient(175deg, #C99A84 0%, #F4DACD 42%, #D8AE98 60%, #8E6452 100%);

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Hanken Grotesk', system-ui, sans-serif;

  --space-section: 112px;
  --space-inner:   56px;
  --space-card:    32px;
  --radius-card:   18px;
  --radius-large:  28px;
  --radius-pill:   100px;
  --max-w:         1240px;
}

body.bsa *, body.bsa *::before, body.bsa *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }

body.bsa *, body.bsa *::before, body.bsa *::after { transition: none !important; animation: none !important; }
 }

body.bsa {
  margin: 0; background: var(--color-neutral); color: var(--color-body);
  font-family: var(--font-body); font-size: 17px; line-height: 1.65; font-weight: 400;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}

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

body.bsa a { color: inherit; }

body.bsa :focus-visible { outline: 2px solid var(--color-primary); outline-offset: 3px; border-radius: 4px; }

body.bsa .wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; }

body.bsa h1, body.bsa h2, body.bsa h3 { font-family: var(--font-display); font-weight: 500; color: var(--color-dark); margin: 0; letter-spacing: -0.01em; }

body.bsa h2 { font-size: clamp(2.2rem, 4.4vw, 3.6rem); line-height: 1.08; }

body.bsa h3 { font-size: 1.55rem; line-height: 1.2; }

body.bsa p { margin: 0 0 1em; }

body.bsa .lede { font-size: 1.12rem; max-width: 58ch; }

body.bsa .kicker { font-size: .95rem; color: var(--color-deep); font-weight: 500; margin-bottom: 18px; display: flex; align-items: center; gap: 12px; }

body.bsa .kicker::before { content: ""; width: 28px; height: 1px; background: var(--color-primary); }

body.bsa .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 28px; border-radius: var(--radius-pill); font: 500 1rem/1 var(--font-body); text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }

body.bsa .btn-solid { background: var(--color-dark); color: #fff; }

body.bsa .btn-solid:hover { background: var(--color-deep); }

body.bsa .btn-ghost { border-color: var(--color-dark); color: var(--color-dark); background: transparent; }

body.bsa .btn-ghost:hover { background: var(--color-dark); color: #fff; }

body.bsa .btn-rose { background: var(--rose-metal); color: var(--color-dark); }

body.bsa .btn-rose:hover { filter: brightness(1.05); }

body.bsa .btn-line-light { border-color: rgba(255,255,255,.5); color: #fff; }

body.bsa .btn-line-light:hover { background: #fff; color: var(--color-dark); }

body.bsa .proposal-bar { background: var(--color-dark); color: #F1E3DC; font-size: .88rem; }

body.bsa .proposal-bar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 10px; padding-bottom: 10px; }

body.bsa .proposal-bar strong { color: var(--color-accent); font-weight: 500; }

body.bsa .proposal-bar .actions { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }

body.bsa .notes-toggle { background: transparent; border: 1px solid rgba(231,195,178,.45); color: #F1E3DC; border-radius: var(--radius-pill); padding: 7px 14px; font: 500 .82rem var(--font-body); cursor: pointer; }

body.bsa .notes-toggle[aria-pressed="true"] { background: var(--color-accent); color: var(--color-dark); border-color: var(--color-accent); }

body.bsa .notes-toggle.pulse { animation: notePulse 1.6s ease-in-out infinite; }

@keyframes notePulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(231,195,178,.75); opacity: 1; } 50% { box-shadow: 0 0 0 7px rgba(231,195,178,0); opacity: .72; } }

body.bsa .proposal-bar .btn { padding: 8px 16px; font-size: .82rem; }

body.bsa .note { display: none; position: absolute; z-index: 30; max-width: 250px; background: #fff; color: var(--color-dark); border: 1px solid var(--color-primary); border-radius: 12px; padding: 10px 12px 10px 34px; font-size: .8rem; line-height: 1.45; box-shadow: 0 14px 30px -18px rgba(43,26,33,.55); }

body.bsa .note::before { content: attr(data-n); position: absolute; left: 10px; top: 10px; width: 17px; height: 17px; border-radius: 50%; background: var(--color-primary); color: #fff; font-size: .68rem; display: grid; place-items: center; font-weight: 600; }

body.bsa.show-notes .note { display: block; }

body.bsa .site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,245,243,.9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .2s; }

body.bsa .site-header.scrolled { border-bottom-color: var(--color-border); }

body.bsa .site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 84px; gap: 24px; }

body.bsa .logo img { height: 48px; width: auto; }

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

body.bsa .nav > li { position: relative; }

body.bsa .nav a, body.bsa .nav button { text-decoration: none; font: 500 .98rem var(--font-body); color: var(--color-dark); background: none; border: 0; cursor: pointer; padding: 8px 0; }

body.bsa .nav a:hover, body.bsa .nav button:hover { color: var(--color-deep); }

body.bsa .nav .active { box-shadow: inset 0 -1px 0 var(--color-primary); }

body.bsa .dropdown { position: absolute; top: calc(100% + 14px); left: -32px; width: 560px; background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-card); padding: 26px 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 36px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: .2s; box-shadow: 0 30px 60px -30px rgba(43,26,33,.35); }

body.bsa .has-drop:hover .dropdown, body.bsa .has-drop:focus-within .dropdown { opacity: 1; visibility: visible; transform: none; }

body.bsa .dropdown h4 { font: 600 .82rem var(--font-body); color: var(--color-deep); margin: 0 0 6px; }

body.bsa .dropdown ul { list-style: none; margin: 0 0 14px; padding: 0; }

body.bsa .dropdown a { display: block; padding: 5px 0; font-weight: 400; }

body.bsa .header-cta { display: flex; align-items: center; gap: 22px; }

body.bsa .phone { text-decoration: none; font-weight: 500; color: var(--color-dark); white-space: nowrap; }

body.bsa .menu-btn { display: none; background: none; border: 1px solid var(--color-dark); border-radius: var(--radius-pill); padding: 10px 16px; font: 500 .9rem var(--font-body); color: var(--color-dark); cursor: pointer; }

body.bsa .hero { position: relative; padding: 56px 0 120px; overflow: hidden; }

body.bsa .hero .wrap { display: grid; grid-template-columns: 1.02fr 1fr; gap: 56px; align-items: center; position: relative; }

body.bsa .hero-copy { position: relative; z-index: 3; }

body.bsa .hero h1 { font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: 1.06; margin-bottom: 28px; max-width: 14ch; }

body.bsa .hero .lede { margin-bottom: 34px; }

body.bsa .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 44px; }

body.bsa .hero-review { display: flex; gap: 16px; align-items: flex-start; max-width: 460px; padding-top: 26px; border-top: 1px solid var(--color-border); }

body.bsa .stars { color: var(--color-primary); letter-spacing: 2px; font-size: .95rem; white-space: nowrap; }

body.bsa .hero-review p { font-size: .95rem; margin: 4px 0 0; }

body.bsa .hero-review cite { font-style: normal; font-weight: 600; color: var(--color-dark); }

body.bsa .hero-visual { position: relative; height: 640px; }

body.bsa .hero-word { position: absolute; right: -8%; top: 44%; transform: translateY(-50%); font-family: var(--font-display); font-style: italic; font-size: clamp(8rem, 17vw, 16.5rem); line-height: .8; letter-spacing: -0.04em; background: var(--rose-metal); -webkit-background-clip: text; background-clip: text; color: transparent; z-index: 1; pointer-events: none; opacity: .9; user-select: none; }

body.bsa .arch { position: absolute; left: 8%; top: 0; width: 72%; height: 100%; border-radius: 999px 999px var(--radius-large) var(--radius-large); overflow: hidden; z-index: 2; background: var(--color-surface); }

body.bsa .arch img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }

body.bsa .float-card { position: absolute; z-index: 4; background: #fff; border-radius: var(--radius-card); box-shadow: 0 24px 50px -24px rgba(43,26,33,.45); }

body.bsa .consult-card { left: -4%; bottom: -36px; width: 272px; padding: 22px 22px 20px; }

body.bsa .consult-card h3 { font-size: 1.3rem; margin-bottom: 6px; }

body.bsa .consult-card p { font-size: .9rem; margin-bottom: 14px; }

body.bsa .consult-card a { font-weight: 600; color: var(--color-deep); text-decoration: none; border-bottom: 1px solid var(--color-accent); }

body.bsa .seal { position: absolute; z-index: 4; right: 6%; top: 36px; width: 124px; height: 124px; border-radius: 50%; background: var(--color-dark); color: var(--color-accent); display: grid; place-items: center; }

body.bsa .seal svg { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 26s linear infinite; }

body.bsa .seal span { font-family: var(--font-display); font-size: 1.05rem; text-align: center; line-height: 1.1; color: #fff; }

@keyframes spin { to { transform: rotate(360deg); } }

body.bsa .aftercare-chip { right: 0; bottom: 64px; padding: 12px 18px; border-radius: var(--radius-pill); font-size: .88rem; font-weight: 500; color: var(--color-dark); display: flex; align-items: center; gap: 10px; }

body.bsa .aftercare-chip i { width: 8px; height: 8px; border-radius: 50%; background: var(--color-primary); display: inline-block; }

body.bsa .strip { background: var(--color-dark); color: #F1E3DC; padding: 22px 0; }

body.bsa .strip ul { list-style: none; margin: 0 auto; padding: 0 32px; max-width: var(--max-w); display: flex; flex-wrap: wrap; justify-content: center; row-gap: 6px; font-family: var(--font-display); font-size: 1.1rem; }

body.bsa .strip li { display: flex; align-items: center; white-space: nowrap; }

body.bsa .strip li + li::before { content: ""; width: 5px; height: 5px; transform: rotate(45deg); background: var(--color-primary); margin: 0 18px; flex-shrink: 0; }

body.bsa .strip a { text-decoration: none; }

body.bsa .strip a:hover { color: var(--color-accent); }

body.bsa section { position: relative; }

body.bsa .treatments { padding: var(--space-section) 0; }

body.bsa .section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: end; margin-bottom: 56px; }

body.bsa .section-head p { margin: 0; max-width: 46ch; }

body.bsa .bento { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 150px; gap: 20px; }

body.bsa .tile { position: relative; border-radius: var(--radius-large); overflow: hidden; background: var(--color-surface); display: flex; flex-direction: column; justify-content: flex-end; padding: var(--space-card); isolation: isolate; }

body.bsa .tile > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s ease; }

body.bsa .tile:hover > img { transform: scale(1.03); }

body.bsa .tile.photo::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(43,26,33,0) 30%, rgba(43,26,33,.82) 100%); }

body.bsa .tile.photo, body.bsa .tile.photo h3 { color: #fff; }

body.bsa .tile h3 { font-size: 2rem; margin-bottom: 14px; }

body.bsa .tile .t-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }

body.bsa .tile .t-list a { display: inline-block; text-decoration: none; padding: 8px 15px; border-radius: var(--radius-pill); font-size: .9rem; font-weight: 500; transition: background .2s, color .2s; }

body.bsa .tile.photo .t-list a { background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }

body.bsa .tile.photo .t-list a:hover { background: #fff; color: var(--color-dark); }

body.bsa .t-body { grid-column: span 7; grid-row: span 4; }

body.bsa .t-face { grid-column: span 5; grid-row: span 3; }

body.bsa .t-skin { grid-column: span 5; grid-row: span 3; }

body.bsa .t-well { grid-column: span 4; grid-row: span 2; background: var(--rose-metal); }

body.bsa .t-well h3 { font-size: 1.7rem; }

body.bsa .t-well p { font-size: .95rem; margin-bottom: 14px; color: var(--color-dark); }

body.bsa .t-well .t-list a, body.bsa .t-all .t-list a { background: var(--color-dark); color: #fff; }

body.bsa .t-all { grid-column: span 3; grid-row: span 2; background: #fff; border: 1px solid var(--color-border); justify-content: space-between; }

body.bsa .t-all h3 { font-size: 1.5rem; }

body.bsa .t-all a.more { color: var(--color-deep); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--color-accent); align-self: flex-start; }

body.bsa .tile .blurb { font-size: .98rem; max-width: 42ch; opacity: .92; margin-bottom: 18px; }

body.bsa .tile-tag { position: absolute; top: 24px; left: 24px; background: #fff; color: var(--color-dark); font-size: .8rem; font-weight: 600; padding: 7px 13px; border-radius: var(--radius-pill); }

body.bsa .package { padding: 0 0 var(--space-section); }

body.bsa .package .wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: center; }

body.bsa .package-visual { position: relative; }

body.bsa .package-visual .img { border-radius: var(--radius-large); overflow: hidden; aspect-ratio: 4/5; }

body.bsa .package-visual .img img { width: 100%; height: 100%; object-fit: cover; }

body.bsa .quote-card { position: absolute; right: -40px; bottom: 48px; width: 290px; padding: 24px; background: var(--color-dark); color: #F1E3DC; border-radius: var(--radius-card); }

body.bsa .quote-card p { font-family: var(--font-display); font-style: italic; font-size: 1.2rem; line-height: 1.35; color: #fff; margin-bottom: 10px; }

body.bsa .quote-card cite { font-style: normal; font-size: .88rem; color: var(--color-accent); }

body.bsa .steps { list-style: none; margin: 40px 0 36px; padding: 0; }

body.bsa .steps li { display: grid; grid-template-columns: 84px 1fr; gap: 10px; padding: 22px 0; border-top: 1px solid var(--color-border); align-items: baseline; }

body.bsa .steps li:last-child { border-bottom: 1px solid var(--color-border); }

body.bsa .steps .num { font-family: var(--font-display); font-size: 2.6rem; line-height: 1; background: var(--rose-metal); -webkit-background-clip: text; background-clip: text; color: transparent; }

body.bsa .steps h3 { font-size: 1.45rem; margin-bottom: 4px; }

body.bsa .steps p { margin: 0; font-size: .98rem; }

body.bsa .goals { background: var(--color-dark); color: #E9D9D2; padding: var(--space-section) 0; overflow: hidden; }

body.bsa .goals h2 { color: #fff; }

body.bsa .goals .kicker { color: var(--color-accent); }

body.bsa .goals .kicker::before { background: var(--color-accent); }

body.bsa .goals-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 64px; margin-top: 56px; align-items: stretch; }

body.bsa .goal-feature { position: relative; border-radius: var(--radius-large); overflow: hidden; min-height: 520px; display: flex; align-items: flex-end; padding: 40px; isolation: isolate; }

body.bsa .goal-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }

body.bsa .goal-feature::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(43,26,33,.05) 20%, rgba(43,26,33,.9) 100%); }

body.bsa .goal-feature h3 { color: #fff; font-size: 2.3rem; margin-bottom: 12px; }

body.bsa .goal-feature p { max-width: 44ch; margin: 0; color: #F1E3DC; }

body.bsa .goal-list { display: flex; flex-direction: column; }

body.bsa .goal-item { padding: 30px 0; border-top: 1px solid rgba(231,195,178,.22); }

body.bsa .goal-item:first-child { border-top: 0; padding-top: 0; }

body.bsa .goal-item h3 { color: var(--color-accent); font-size: 1.6rem; margin-bottom: 10px; }

body.bsa .goal-item p { margin: 0; }

body.bsa .reviews { padding: var(--space-section) 0; }

body.bsa .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }

body.bsa .review { position: relative; background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-card); padding: var(--space-card); display: flex; flex-direction: column; }

body.bsa .review h3 { font-size: 1.35rem; margin: 10px 0 12px; }

body.bsa .review p { font-size: .97rem; flex: 1; }

body.bsa .review cite { font-style: normal; font-weight: 600; color: var(--color-dark); font-size: .95rem; }

body.bsa .review.lead { grid-row: span 2; background: var(--color-dark); border-color: var(--color-dark); color: #E9D9D2; padding: 44px 36px; overflow: hidden; }

body.bsa .review.lead::before { content: "\201C"; position: absolute; top: 6px; right: 22px; font-family: var(--font-display); font-size: 11rem; line-height: .9; background: var(--rose-metal); -webkit-background-clip: text; background-clip: text; color: transparent; opacity: .55; }

body.bsa .review.lead h3 { color: #fff; font-size: 2rem; position: relative; }

body.bsa .review.lead p { font-family: var(--font-display); font-size: 1.1rem; line-height: 1.5; color: #F6E9E3; position: relative; }

body.bsa .review.lead cite { color: var(--color-accent); }

body.bsa .review.soft { background: var(--color-surface); border-color: var(--color-surface); }

body.bsa .review-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 36px; flex-wrap: wrap; gap: 16px; }

body.bsa .cta { padding: 0 0 var(--space-section); }

body.bsa .cta-card { position: relative; background: var(--color-dark); border-radius: 36px; padding: 80px 72px; overflow: hidden; display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; color: #E9D9D2; isolation: isolate; }

body.bsa .cta-card::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -140px; top: -180px; background: radial-gradient(circle, rgba(231,195,178,.28), rgba(231,195,178,0) 65%); z-index: -1; }

body.bsa .cta-card h2 { color: #fff; margin-bottom: 18px; }

body.bsa .cta-card p { font-size: 1.1rem; max-width: 46ch; margin: 0; }

body.bsa .cta-actions { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }

body.bsa .cta-actions small { color: #CDB6AD; font-size: .9rem; }

body.bsa .cta-actions .phone { color: #fff; font-family: var(--font-display); font-size: 1.9rem; font-weight: 400; }

body.bsa .contact { background: var(--color-surface); padding: var(--space-section) 0; }

body.bsa .contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; }

body.bsa .contact-info h2 { margin-bottom: 36px; }

body.bsa .info-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 32px; margin-bottom: 36px; }

body.bsa .info-rows h3 { font-size: 1.15rem; margin-bottom: 6px; }

body.bsa .info-rows p, body.bsa .info-rows a { margin: 0; font-size: .98rem; text-decoration: none; }

body.bsa .info-rows a:hover { color: var(--color-deep); }

body.bsa .map { border-radius: var(--radius-card); overflow: hidden; height: 260px; border: 1px solid var(--color-border); background: #eee; }

body.bsa .map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.4) sepia(.18); }

body.bsa .form-card { background: #fff; border-radius: var(--radius-large); padding: 44px; }

body.bsa .form-card h3 { font-size: 2rem; margin-bottom: 8px; }

body.bsa .form-card > p { margin-bottom: 28px; }

body.bsa .field { margin-bottom: 18px; }

body.bsa .field label { display: block; font-size: .9rem; font-weight: 500; color: var(--color-dark); margin-bottom: 6px; }

body.bsa .field input, body.bsa .field textarea, body.bsa .field select { width: 100%; padding: 14px 16px; border: 1px solid var(--color-border); border-radius: 12px; font: inherit; font-size: 1rem; background: var(--color-neutral); color: var(--color-body); }

body.bsa .field input:focus, body.bsa .field textarea:focus, body.bsa .field select:focus { outline: none; border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(169,123,100,.18); }

body.bsa .field textarea { min-height: 120px; resize: vertical; }

body.bsa .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

body.bsa .form-msg { margin-top: 14px; font-size: .95rem; color: var(--color-deep); font-weight: 500; }

body.bsa .site-footer { background: var(--color-dark); color: #CDB6AD; padding: 80px 0 32px; font-size: .95rem; }

body.bsa .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid rgba(231,195,178,.18); }

body.bsa .footer-grid img { height: 54px; width: auto; margin-bottom: 18px; }

body.bsa .footer-grid h4 { font: 600 .95rem var(--font-body); color: #fff; margin: 0 0 14px; }

body.bsa .footer-grid ul { list-style: none; margin: 0; padding: 0; }

body.bsa .footer-grid li { margin-bottom: 8px; }

body.bsa .footer-grid a { text-decoration: none; }

body.bsa .footer-grid a:hover { color: var(--color-accent); }

body.bsa .footer-base { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 24px; font-size: .85rem; }

body.bsa .socials { display: flex; gap: 10px; margin-top: 18px; }

body.bsa .socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(231,195,178,.35); display: grid; place-items: center; }

body.bsa .socials svg { width: 17px; height: 17px; fill: currentColor; }

body.bsa .proposal { background: #fff; padding: 96px 0; border-top: 6px solid; border-image: var(--rose-metal) 1; }

body.bsa .proposal .wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 72px; align-items: start; }

body.bsa .proposal .from { font-size: .95rem; color: var(--color-deep); font-weight: 500; margin-bottom: 16px; }

body.bsa .proposal h2 { margin-bottom: 20px; }

body.bsa .proposal .lede { margin-bottom: 30px; }

body.bsa .compare { display: grid; gap: 0; border: 1px solid var(--color-border); border-radius: var(--radius-card); overflow: hidden; }

body.bsa .compare-row { display: grid; grid-template-columns: 1fr 1fr; }

body.bsa .compare-row > div { padding: 18px 22px; font-size: .95rem; border-top: 1px solid var(--color-border); }

body.bsa .compare-row:first-child > div { border-top: 0; font-weight: 600; color: var(--color-dark); background: var(--color-surface); }

body.bsa .compare-row > div:last-child { border-left: 1px solid var(--color-border); color: var(--color-dark); }

body.bsa .compare-row > div:first-child { color: #85737A; }

body.bsa .proposal-cta { display: flex; flex-wrap: wrap; gap: 14px; }

body.bsa .pricing { background: #fff; padding: 0 0 var(--space-section); }

body.bsa .pricing-head { display: grid; grid-template-columns: 1fr 1.1fr; gap: 72px; align-items: start; padding-top: 72px; border-top: 1px solid var(--color-border); margin-bottom: 56px; }

body.bsa .pricing-head h2 { margin-bottom: 20px; }

body.bsa .pricing-head .lede { margin: 0; }

body.bsa .roadmap { list-style: none; margin: 0; padding: 0; }

body.bsa .roadmap li { display: grid; grid-template-columns: 34px 1fr auto; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--color-border); font-size: .98rem; color: var(--color-dark); }

body.bsa .roadmap li:first-child { border-top: 1px solid var(--color-border); }

body.bsa .roadmap .dot { width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid var(--color-border); display: grid; place-items: center; }

body.bsa .roadmap .done .dot { background: var(--rose-metal); border-color: transparent; }

body.bsa .roadmap .done .dot::after { content: ""; width: 9px; height: 5px; border-left: 2px solid var(--color-dark); border-bottom: 2px solid var(--color-dark); transform: rotate(-45deg) translate(1px, -1px); }

body.bsa .roadmap .state { font-size: .82rem; color: #85737A; }

body.bsa .roadmap .done .state { color: var(--color-deep); font-weight: 600; }

body.bsa .roadmap li:not(.done) { color: #6E5A60; }

body.bsa .plans { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 20px; align-items: stretch; }

body.bsa .plan { border: 1px solid var(--color-border); border-radius: var(--radius-large); padding: 36px 32px; display: flex; flex-direction: column; background: var(--color-neutral); }

body.bsa .plan h3 { font-size: 1.45rem; margin-bottom: 18px; }

body.bsa .plan .price { font-family: var(--font-display); font-size: 3.1rem; line-height: 1; color: var(--color-dark); display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }

body.bsa .plan .price small { font-family: var(--font-body); font-size: .95rem; color: var(--color-deep); font-weight: 500; }

body.bsa .plan .sub { font-size: .92rem; color: #6E5A60; margin: 10px 0 22px; }

body.bsa .plan ul { list-style: none; margin: 0; padding: 20px 0 0; border-top: 1px solid var(--color-border); font-size: .95rem; }

body.bsa .plan li { padding: 5px 0 5px 20px; position: relative; }

body.bsa .plan li::before { content: ""; position: absolute; left: 0; top: 14px; width: 8px; height: 1px; background: var(--color-primary); }

body.bsa .plan.main { background: var(--color-dark); border-color: var(--color-dark); color: #E9D9D2; position: relative; overflow: hidden; }

body.bsa .plan.main h3, body.bsa .plan.main .price { color: #fff; }

body.bsa .plan.main .price small { color: var(--color-accent); }

body.bsa .plan.main .sub { color: #CDB6AD; }

body.bsa .plan.main ul { border-top-color: rgba(231,195,178,.22); }

body.bsa .plan.main .tag { align-self: flex-start; margin-bottom: 16px; background: var(--rose-metal); color: var(--color-dark); font-size: .78rem; font-weight: 600; padding: 6px 12px; border-radius: var(--radius-pill); }

body.bsa .kickstart { margin-top: 20px; border-radius: var(--radius-large); padding: 30px 36px; background: var(--color-surface); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }

body.bsa .kickstart p { margin: 0; max-width: 62ch; color: var(--color-dark); }

body.bsa .kickstart .turnaround { flex-shrink: 0; text-align: center; font-size: .85rem; font-weight: 500; color: var(--color-deep); line-height: 1.3; }

body.bsa .kickstart .turnaround b { display: block; font-family: var(--font-display); font-weight: 500; font-size: 3rem; line-height: 1; background: var(--rose-metal); -webkit-background-clip: text; background-clip: text; color: transparent; }

body.bsa .kickstart strong { font-family: var(--font-display); font-size: 1.35rem; font-weight: 500; display: block; margin-bottom: 4px; }
@media (max-width: 1080px) {
body.bsa .pricing-head, body.bsa .plans { grid-template-columns: 1fr; }

body.bsa .pricing-head { gap: 36px; }
 }
@media (max-width: 680px) {
body.bsa .plan { padding: 28px 22px; }

body.bsa .plan .price { font-size: 2.6rem; }

body.bsa .kickstart { padding: 24px 22px; }

body.bsa .roadmap li { grid-template-columns: 30px 1fr; }

body.bsa .roadmap .state { grid-column: 2; }
 }

body.bsa .float-proposal { position: fixed; right: 24px; bottom: 24px; z-index: 60; display: flex; align-items: center; gap: 14px; background: var(--color-dark); color: #fff; padding: 10px 10px 10px 22px; border-radius: var(--radius-pill); box-shadow: 0 20px 40px -18px rgba(43,26,33,.7); transform: translateY(140%); transition: transform .35s ease; font-size: .92rem; }

body.bsa .float-proposal.show { transform: none; }

body.bsa .float-proposal .btn { padding: 11px 18px; font-size: .88rem; }

body.bsa .mobile-book { display: none; }
@media (max-width: 1080px) {
body.bsa .nav, body.bsa .header-cta .phone { display: none; }

body.bsa .menu-btn { display: inline-flex; }

body.bsa .nav.open { display: flex; position: absolute; top: 84px; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 4px; background: var(--color-neutral); padding: 16px 32px 28px; border-bottom: 1px solid var(--color-border); }

body.bsa .nav.open .dropdown { position: static; opacity: 1; visibility: visible; transform: none; width: auto; box-shadow: none; border: 0; padding: 4px 0 8px 12px; grid-template-columns: 1fr 1fr; background: transparent; }

body.bsa .hero .wrap, body.bsa .package .wrap, body.bsa .goals-grid, body.bsa .contact-grid, body.bsa .proposal .wrap, body.bsa .section-head, body.bsa .cta-card { grid-template-columns: 1fr; }

body.bsa .hero-visual { height: 560px; }

body.bsa .t-body, body.bsa .t-face, body.bsa .t-skin { grid-column: span 12; grid-row: span 3; }

body.bsa .t-well, body.bsa .t-all { grid-column: span 6; }

body.bsa .quote-card { right: 16px; }

body.bsa .review-grid { grid-template-columns: 1fr 1fr; }

body.bsa .footer-grid { grid-template-columns: 1fr 1fr; }

body.bsa .note { display: none !important; }

}
@media (max-width: 680px) {
:root { --space-section: 76px; --space-card: 24px; }

body.bsa { font-size: 16px; }

body.bsa .wrap { padding: 0 16px; }

body.bsa .proposal-bar .wrap { flex-direction: column; align-items: flex-start; gap: 8px; }

body.bsa .notes-toggle { display: none; }

body.bsa .site-header .wrap { height: 72px; }

body.bsa .nav.open { top: 72px; padding: 16px 16px 24px; }

body.bsa .logo img { height: 38px; }

body.bsa .header-cta .btn-solid { display: none; }

body.bsa .hero { padding-top: 32px; }

body.bsa .hero-visual { height: 460px; }

body.bsa .arch { left: 0; width: 86%; }

body.bsa .consult-card { left: auto; right: 0; bottom: -64px; width: 230px; padding: 18px; }

body.bsa .seal { width: 100px; height: 100px; right: 0; top: 10px; }

body.bsa .seal span { font-size: .9rem; }

body.bsa .aftercare-chip { display: none; }

body.bsa .hero-word { right: -18%; }

body.bsa .bento { grid-auto-rows: 130px; gap: 14px; }

body.bsa .t-well, body.bsa .t-all { grid-column: span 12; }

body.bsa .t-all { grid-row: span 2; }

body.bsa .t-body { grid-row: span 4; }

body.bsa .tile h3 { font-size: 1.7rem; }

body.bsa .quote-card { position: relative; right: auto; bottom: auto; width: auto; margin: -60px 16px 0; }

body.bsa .review-grid, body.bsa .info-rows, body.bsa .form-row, body.bsa .footer-grid { grid-template-columns: 1fr; }

body.bsa .review.lead { grid-row: auto; }

body.bsa .cta-card { padding: 48px 26px; border-radius: 26px; }

body.bsa .form-card { padding: 28px 22px; }

body.bsa .compare-row > div { padding: 14px; font-size: .88rem; }

body.bsa .float-proposal { display: none; }

body.bsa .mobile-book { display: flex; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; gap: 10px; }

body.bsa .mobile-book .btn { flex: 1; padding: 15px 10px; box-shadow: 0 16px 30px -14px rgba(43,26,33,.6); }

body.bsa .mobile-book .btn-ghost { background: #fff; }

body.bsa .site-footer { padding-bottom: 100px; }

}


/* ================= Elementor adaptations ================= */
/* Elementor animates anchor scrolling itself; CSS smooth scrolling fights it */
html { scroll-behavior: auto; }
/* Neutralise Elementor container defaults so the design system controls spacing */
body.bsa .e-con { --padding-top:0px; --padding-right:0px; --padding-bottom:0px; --padding-left:0px; --gap:0px; --row-gap:0px; --column-gap:0px; --container-default-padding-top:0px; --container-default-padding-right:0px; --container-default-padding-bottom:0px; --container-default-padding-left:0px; --margin-block-start:0px; --margin-block-end:0px; }
body.bsa .elementor-widget { margin: 0; }
body.bsa .elementor-widget-html, body.bsa .elementor-widget-html > .elementor-widget-container { position: static; }
body.bsa .elementor-widget-text-editor p:last-child { margin-bottom: 0; }
body.bsa .elementor-heading-title { line-height: inherit; }
body.bsa .hero h1.elementor-heading-title { line-height: 1.06; }
body.bsa h2.elementor-heading-title { line-height: 1.08; }
body.bsa h3.elementor-heading-title { line-height: 1.2; }
body.bsa .e-con { flex-wrap: nowrap; }
body.bsa .wrap { width: 100%; }
body.bsa .site-header > .wrap { flex-direction: row; }
body.bsa .kicker { flex-direction: row; }
body.bsa .kicker p { margin: 0; }

/* Button widgets share the design's button styles */
body.bsa .w-btn .elementor-button { display:inline-flex; align-items:center; justify-content:center; padding:16px 28px; border-radius:var(--radius-pill); font:500 1rem/1 var(--font-body); text-decoration:none; border:1px solid transparent; transition:background .2s,color .2s,border-color .2s; }
body.bsa .w-btn-solid .elementor-button { background:var(--color-dark); color:#fff; }
body.bsa .w-btn-solid .elementor-button:hover { background:var(--color-deep); color:#fff; }
body.bsa .w-btn-ghost .elementor-button { background:transparent; color:var(--color-dark); border-color:var(--color-dark); }
body.bsa .w-btn-ghost .elementor-button:hover { background:var(--color-dark); color:#fff; }
body.bsa .w-btn-rose .elementor-button { background:var(--rose-metal); color:var(--color-dark); }
body.bsa .w-btn-rose .elementor-button:hover { filter:brightness(1.05); color:var(--color-dark); }

/* Header */
body.bsa .site-header .logo img { height:48px; width:auto; }
body.bsa .nav-widget { flex: 0 1 auto; }

/* Hero */
body.bsa .hero-actions { display:flex; flex-direction:row; flex-wrap:wrap; gap:14px; margin-bottom:44px; }
body.bsa .hero .lede { margin-bottom:34px; }
body.bsa .hero h1 { margin-bottom:28px; }
body.bsa .arch { position:absolute; background-position:50% 30%; }
body.bsa .consult-card { position:absolute; }
body.bsa .consult-card h3 { margin-bottom:6px; }
body.bsa .consult-card p { font-size:.9rem; margin-bottom:14px; }
body.bsa .consult-link p { margin:0; }
body.bsa .consult-link a { font-weight:600; color:var(--color-deep); text-decoration:none; border-bottom:1px solid var(--color-accent); }

/* Treatments */
body.bsa .section-head > .e-con { display:block; }
body.bsa .tile { display:flex; flex-direction:column; justify-content:flex-end; }
body.bsa .tile h3 { margin-bottom:14px; }
body.bsa .tile.photo .elementor-widget-text-editor { color:#fff; }
body.bsa .t-well .elementor-widget-text-editor p { font-size:.95rem; margin-bottom:14px; color:var(--color-dark); }
body.bsa .t-all { justify-content:space-between; }
body.bsa .t-all a.more { color:var(--color-deep); font-weight:600; text-decoration:none; border-bottom:1px solid var(--color-accent); }

/* Package */
body.bsa .package { overflow:visible; }
body.bsa .package-visual { display:block; }
body.bsa .pkg-img img { width:100%; aspect-ratio:4/5; object-fit:cover; border-radius:var(--radius-large); }
body.bsa .pkg-lede { margin-top:22px; }
body.bsa .package .w-btn { align-self:flex-start; }

/* Goals */
body.bsa .goal-feature { display:flex; align-items:flex-end; flex-direction:row; background-size:cover; }
body.bsa .goal-feature > .e-con { position:relative; z-index:1; }
body.bsa .goal-feature h3 { margin-bottom:12px; }
body.bsa .goal-item h3 { margin-bottom:10px; }

/* Reviews / CTA / contact / footer */
body.bsa .review-foot { display:flex; flex-direction:row; justify-content:space-between; align-items:center; }
body.bsa .review-foot > .elementor-widget-text-editor { flex:1 1 400px; }
body.bsa .cta-card h2 { margin-bottom:18px; }
body.bsa .cta-actions { display:flex; flex-direction:column; }
body.bsa .cta-actions small { display:block; margin:14px 0 6px; }
body.bsa .form-card h3 { margin-bottom:8px; }
body.bsa .form-card .elementor-widget-text-editor p { margin-bottom:28px; }
body.bsa .footer-grid { display:grid; grid-template-columns:1.4fr 3fr; }
body.bsa .footer-cols { display:grid; grid-template-columns:1fr 1fr 1fr; gap:40px; }
body.bsa .footer-logo { text-align:left; }
body.bsa .footer-logo img { height:54px; width:auto; margin-bottom:18px; }
body.bsa .footer-intro p { max-width:34ch; }
body.bsa .proposal h2 { margin-bottom:20px; }
body.bsa .proposal .lede { margin-bottom:30px; }
body.bsa .proposal .from p { font-size:.95rem; color:var(--color-deep); font-weight:500; margin-bottom:16px; }
body.bsa .pricing-head > .e-con { display:block; }
body.bsa .pricing-head h2 { margin-bottom:20px; }
body.bsa .proposal-cta { display:flex; flex-direction:row; gap:14px; }

@media (max-width: 1080px) {
  body.bsa .footer-grid { grid-template-columns:1fr; }
}
@media (max-width: 680px) {
  body.bsa .footer-cols { grid-template-columns:1fr; }
  body.bsa .site-header .logo img { height:38px; }
  body.bsa .review-foot { flex-direction:column; align-items:flex-start; }
  body.bsa .review-foot > .elementor-widget-text-editor { flex:none; }
  body.bsa .goal-feature { padding:28px; min-height:440px; }
}
