/* SkinPoint — scoped, mobile-first editorial design. No external fonts or assets. */
body.sp-brand-view { margin: 0; background: #f8f5f0; color: #292724; }
.sp-brand {
  --sp-paper: #f8f5f0;
  --sp-warm: #efebe4;
  --sp-white: #fffefa;
  --sp-ink: #292724;
  --sp-muted: #68635c;
  --sp-dark: #302e2a;
  --sp-accent: #75513e;
  --sp-sage: #eae5dc;
  --sp-line: #d7d1c7;
  --sp-gutter: 22px;
  --sp-space: clamp(64px, 8vw, 120px);
  --sp-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --sp-serif: Georgia, 'Times New Roman', serif;
  font: 400 16px/1.7 var(--sp-sans);
  color: var(--sp-ink);
  background: var(--sp-paper);
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
.sp-brand *, .sp-brand *::before, .sp-brand *::after { box-sizing: border-box; }
.sp-brand :where(h1,h2,h3,p,ol,dl,dd,figure,blockquote) { margin: 0; }
.sp-brand :where(a,button,summary) { -webkit-tap-highlight-color: transparent; }
.sp-brand :where(a,button,summary):focus-visible { outline: 3px solid var(--sp-accent); outline-offset: 5px; border-radius: 4px; }
.sp-brand :where(section,article[id]) { scroll-margin-top: 24px; }
.sp-brand a { color: inherit; text-decoration: none; }
.sp-brand button { font: inherit; cursor: pointer; }
.sp-brand img { display: block; max-width: 100%; height: auto; }
.sp-brand p { color: var(--sp-muted); }
.sp-brand :where(h1,h2,h3) { color: inherit; font-family: var(--sp-sans); font-weight: 400; letter-spacing: -.045em; text-wrap: balance; }
.sp-brand h1 { font-size: clamp(40px, 10.4vw, 60px); line-height: 1.1; letter-spacing: -.04em; }
.sp-brand h2 { font-size: clamp(34px, 5vw, 60px); line-height: 1.12; }
.sp-brand h3 { font-size: 26px; line-height: 1.22; letter-spacing: -.035em; }
.sp-brand .sp-headline-accent { font-family: var(--sp-serif); font-style: italic; font-weight: 400; letter-spacing: -.035em; color: var(--sp-accent); }
.sp-brand .sp-wrap { width: min(1280px, calc(100% - var(--sp-gutter) * 2)); margin-inline: auto; }
.sp-brand .sp-eyebrow { color: var(--sp-muted); font: 500 12px/1.6 var(--sp-sans); text-transform: uppercase; letter-spacing: .11em; }
.sp-brand .sp-small { font-size: 14px; line-height: 1.65; }
.sp-brand .sp-space-top { margin-top: 28px; }
.sp-brand .sp-section { padding-block: var(--sp-space); }
.sp-brand .sp-section-heading { display: grid; gap: 24px; margin-bottom: 40px; }
.sp-brand .sp-section-heading .sp-eyebrow { margin-bottom: 20px; }
.sp-brand .sp-section-heading > p { max-width: 52ch; align-self: end; }
.sp-brand .sp-skip { position: fixed; top: 12px; left: 12px; z-index: 1000000; padding: 12px 20px; color: var(--sp-ink); background: var(--sp-white); transform: translateY(-200%); }
.sp-brand .sp-skip:focus { transform: translateY(0); }

/* One consistent family of actions; only booking receives a filled treatment. */
.sp-brand .sp-button { display: inline-flex; justify-content: space-between; align-items: center; gap: 26px; min-height: 56px; max-width: 100%; padding: 15px 23px; border: 1px solid var(--sp-dark); border-radius: 999px; background: var(--sp-dark); color: var(--sp-white); font: 500 15px/1.4 var(--sp-sans); transition: background .18s ease, border-color .18s ease; }
.sp-brand .sp-button:hover { background: #464239; border-color: #464239; color: var(--sp-white); }
.sp-brand .sp-button span[aria-hidden] { font-size: 21px; line-height: 1; flex-shrink: 0; }
.sp-brand .sp-button-small { min-height: 48px; padding: 12px 19px; font-size: 14px; gap: 20px; }
.sp-brand .sp-button-light { color: var(--sp-dark); border-color: var(--sp-paper); background: var(--sp-paper); }
.sp-brand .sp-button-light:hover { color: var(--sp-dark); background: var(--sp-sage); border-color: var(--sp-sage); }
.sp-brand .sp-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; margin-top: 30px; }
.sp-brand .sp-text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 44px; max-width: 100%; padding: 8px 0; border-bottom: 1px solid currentColor; font-size: 15px; font-weight: 500; line-height: 1.45; transition: color .18s ease; }
.sp-brand .sp-text-link span[aria-hidden] { font-size: 20px; line-height: 1; flex-shrink: 0; }
.sp-brand .sp-text-link:hover { color: var(--sp-accent); }
.sp-brand .sp-quiet-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; color: var(--sp-muted); text-decoration: underline; text-underline-offset: 5px; }
.sp-brand .sp-round-link { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 52px; height: 52px; border: 1px solid currentColor; border-radius: 50%; font-size: 24px; line-height: 1; transition: background .18s ease; }

/* The header stays in document flow, including its keyboard-accessible menu. */
.sp-brand .sp-header { position: relative; z-index: 20; border-bottom: 1px solid var(--sp-line); }
.sp-brand .sp-header-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; min-height: 82px; padding-block: 16px; gap: 0; }
.sp-brand .sp-logo { display: inline-flex; align-items: center; min-height: 44px; flex-shrink: 0; }
.sp-brand .sp-logo-word { font: 500 30px/1 var(--sp-sans); letter-spacing: -.055em; }
.sp-brand .sp-logo-image { width: auto; height: auto; max-width: 152px; max-height: 52px; object-fit: contain; }
.sp-brand .sp-menu-toggle { display: none; align-items: center; gap: 12px; min-height: 46px; padding: 10px 16px; border: 1px solid var(--sp-line); border-radius: 999px; background: transparent; color: var(--sp-ink); font-size: 14px; }
.sp-brand.sp-js .sp-menu-toggle { display: inline-flex; }
.sp-brand .sp-menu-lines { position: relative; width: 16px; height: 8px; border-block: 1px solid currentColor; }
.sp-brand .sp-nav { display: flex; flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 0; padding-top: 14px; margin-top: 14px; border-top: 1px solid var(--sp-line); }
.sp-brand.sp-js .sp-nav[data-open=false] { display: none; }
.sp-brand .sp-nav > a:not(.sp-button) { display: inline-flex; align-items: center; min-height: 50px; font-size: 16px; }
.sp-brand .sp-nav > a:not(.sp-button):hover { text-decoration: underline; text-underline-offset: 7px; }
.sp-brand .sp-nav > a[aria-current=page] { color: var(--sp-accent); text-decoration: underline; text-underline-offset: 7px; }
.sp-brand .sp-nav > .sp-button { margin-top: 14px; }

/* A quiet hero with one headline; real photography replaces the type index when approved. */
.sp-brand .sp-hero { padding: 44px 0 52px; }
.sp-brand .sp-hero-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 40px; align-items: center; }
.sp-brand .sp-hero-copy { min-width: 0; }
.sp-brand .sp-hero-copy > .sp-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; font-size: 11px; letter-spacing: .08em; }
.sp-brand .sp-intro { max-width: 48ch; margin-top: 24px; font-size: 17px; line-height: 1.75; }
.sp-brand .sp-hero-note { max-width: 52ch; margin-top: 20px; font-size: 13px; }
.sp-brand .sp-technology-panel { display: grid; gap: 0; min-width: 0; padding: 24px; background: var(--sp-sage); border-radius: 4px; }
.sp-brand .sp-panel-top { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 24px; color: #50574b; font-size: 11px; line-height: 1.5; letter-spacing: .09em; text-transform: uppercase; }
.sp-brand .sp-tech-index { display: grid; grid-template-columns: minmax(0,1fr) 24px; align-items: end; gap: 18px; padding-block: 22px; border-top: 1px solid #adb6a4; }
.sp-brand .sp-tech-label { display: block; font-size: 14px; line-height: 1.5; }
.sp-brand .sp-tech-label strong { display: block; margin-top: 10px; color: #37412f; font-weight: 400; font-size: clamp(45px, 13vw, 76px); line-height: 1.02; letter-spacing: -.06em; font-variant-numeric: lining-nums; }
.sp-brand .sp-tech-arrow { align-self: center; color: #50574b; font-size: 23px; }
.sp-brand .sp-tech-index:hover .sp-tech-label strong { color: var(--sp-ink); }
.sp-brand .sp-panel-bottom { padding-top: 20px; border-top: 1px solid #adb6a4; color: #50574b; font-size: 12px; }
.sp-brand .sp-hero-media { position: relative; width: 100%; min-width: 0; aspect-ratio: 1; background: #e9e7e1; }
.sp-brand .sp-hero-image { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; border-radius: 2px; }
.sp-brand .sp-image-caption { position: absolute; bottom: 16px; left: 16px; max-width: calc(100% - 32px); padding: 8px 14px; color: var(--sp-ink); background: var(--sp-paper); font-size: 12px; line-height: 1.4; }

/* Brand routing: clinic is the larger, earlier path; education stays visible. */
.sp-brand .sp-paths { padding-block: 36px 48px; border-top: 1px solid var(--sp-line); background: var(--sp-white); }
.sp-brand .sp-paths h2 { margin-bottom: 28px; }
.sp-brand .sp-path-grid { display: grid; gap: 28px; }
.sp-brand .sp-path { display: grid; grid-template-columns: 26px minmax(0,1fr); gap: 16px; }
.sp-brand .sp-path-index { padding-top: 5px; color: var(--sp-muted); font-size: 12px; }
.sp-brand .sp-path h3 { max-width: 24ch; font-size: 26px; }
.sp-brand .sp-path p { max-width: 47ch; margin-top: 16px; }
.sp-brand .sp-path .sp-text-link { margin-top: 16px; }
.sp-brand .sp-path .sp-actions { margin-top: 16px; gap: 12px 24px; }
.sp-brand .sp-path .sp-actions .sp-text-link { margin-top: 0; }
.sp-brand .sp-path + .sp-path { padding-top: 28px; border-top: 1px solid var(--sp-line); }

/* Dark, editorial technology section — no decorative medical imagery. */
.sp-brand .sp-lasers { --sp-line: #645f56; --sp-muted: #cec8be; background: var(--sp-dark); color: var(--sp-paper); }
.sp-brand .sp-lasers :where(a,button):focus-visible, .sp-brand .sp-contact :where(a,button):focus-visible { outline-color: #d7e4cb; }
.sp-brand .sp-lasers .sp-eyebrow, .sp-brand .sp-lasers .sp-tech-caption { color: #bdccaf; }
.sp-brand .sp-laser-list { display: grid; gap: 0; }
.sp-brand .sp-laser-row { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; min-width: 0; padding: 32px 0; border-top: 1px solid var(--sp-line); }
.sp-brand .sp-laser-identity { width: 100%; }
.sp-brand .sp-section-number { display: inline-block; margin-bottom: 22px; color: #cec8be; font-size: 12px; font-variant-numeric: tabular-nums; }
.sp-brand .sp-tech-caption { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
.sp-brand .sp-laser-identity h3 { font-size: clamp(31px,4vw,45px); letter-spacing: -.04em; }
.sp-brand .sp-laser-description > p { max-width: 50ch; font-size: 16px; }
.sp-brand .sp-laser-description > .sp-small { margin-top: 16px; font-size: 14px; }
.sp-brand .sp-laser-price { display: flex; flex-direction: column; gap: 6px; width: 100%; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--sp-line); }
.sp-brand .sp-laser-price > span { color: #cec8be; font-size: 14px; }
.sp-brand .sp-laser-price > strong { color: var(--sp-paper); font-size: 40px; font-weight: 400; line-height: 1.2; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.sp-brand .sp-laser-row > .sp-round-link { margin-top: auto; }
.sp-brand .sp-lasers .sp-round-link:hover { background: #4a4b40; color: var(--sp-paper); }
.sp-brand .sp-lasers .sp-text-link:hover { color: #d7e4cb; }
.sp-brand .sp-section-bottom { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; padding-top: 28px; border-top: 1px solid var(--sp-line); }
.sp-brand .sp-section-bottom p { max-width: 65ch; }
.sp-brand .sp-lasers-overview { padding-block: clamp(48px,6vw,80px); }
.sp-brand .sp-lasers-overview .sp-laser-row { display: grid; grid-template-columns: minmax(0,1fr) 52px; align-items: center; gap: 24px; padding-block: 28px; }
.sp-brand .sp-lasers-overview .sp-laser-row > .sp-round-link { margin: 0; }
.sp-brand .sp-lasers-overview .sp-section-number { margin-bottom: 12px; }
.sp-brand .sp-lasers-overview .sp-laser-identity h3 { font-size: clamp(28px,3.3vw,38px); }

/* Needs and process are readable lists, deliberately different from pricing. */
.sp-brand .sp-needs-list { display: grid; gap: 30px; }
.sp-brand .sp-needs-list article { display: flex; flex-direction: column; align-items: flex-start; padding-top: 24px; border-top: 1px solid var(--sp-line); }
.sp-brand .sp-needs-list h3 { margin-bottom: 18px; }
.sp-brand .sp-needs-list p { margin-bottom: 20px; }
.sp-brand .sp-needs-list .sp-text-link { margin-top: auto; }
.sp-brand .sp-process { background: var(--sp-white); }
.sp-brand .sp-process-list { padding: 0; list-style: none; display: grid; }
.sp-brand .sp-process-list li { display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 12px 18px; padding: 26px 0; border-top: 1px solid var(--sp-line); }
.sp-brand .sp-process-number { grid-column: 1; grid-row: 1 / span 2; color: var(--sp-accent); font-size: 13px; padding-top: 4px; }
.sp-brand .sp-process-list h3 { grid-column: 2; font-size: 25px; }
.sp-brand .sp-process-list p { grid-column: 2; max-width: 57ch; font-size: 16px; }

/* First visits: two generous columns on larger screens; no invented recommendation badge. */
.sp-brand .sp-visits { background: var(--sp-warm); }
.sp-brand .sp-visit-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 16px; }
.sp-brand .sp-visit { display: flex; flex-direction: column; min-width: 0; padding: 26px; background: var(--sp-white); border: 1px solid var(--sp-line); border-radius: 4px; }
.sp-brand .sp-visit h3 { max-width: 26ch; margin-bottom: 18px; font-size: 28px; }
.sp-brand .sp-visit-description { font-size: 16px; }
.sp-brand .sp-visit-facts { display: grid; gap: 0; margin-top: 24px; }
.sp-brand .sp-visit-facts > div { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); align-items: baseline; gap: 16px; padding-block: 12px; border-top: 1px solid var(--sp-line); }
.sp-brand .sp-visit-facts dt { color: var(--sp-muted); font-size: 13px; }
.sp-brand .sp-visit-facts dd { font-size: 14px; line-height: 1.55; }
.sp-brand .sp-visit-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px 24px; margin-top: auto; padding-top: 20px; }
.sp-brand .sp-visit-bottom > p { display: grid; gap: 6px; }
.sp-brand .sp-visit-bottom > p > span { font-size: 12px; color: var(--sp-muted); }
.sp-brand .sp-visit-bottom strong { color: var(--sp-ink); font-size: 36px; font-weight: 400; line-height: 1.2; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.sp-brand .sp-visit-bottom .sp-text-link { font-size: 14px; }
.sp-brand .sp-preparation { display: grid; gap: 18px; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--sp-line); }
.sp-brand .sp-preparation p { max-width: 70ch; }

/* Evidence photography always preserves the complete comparison. */
.sp-brand .sp-story-grid, .sp-brand .sp-team-grid { display: grid; gap: 44px; }
.sp-brand .sp-story-preview-photos, .sp-brand .sp-story-photos { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 16px; margin-bottom: 24px; }
.sp-brand .sp-story-preview-photos img, .sp-brand .sp-story-photo { width: 100%; height: auto; object-fit: contain; }
.sp-brand .sp-stories figcaption { padding-top: 12px; color: var(--sp-muted); font-size: 14px; line-height: 1.6; }
.sp-brand .sp-stories figcaption span { display: block; margin-top: 6px; }
.sp-brand .sp-story-card h3 { margin-bottom: 18px; }
.sp-brand .sp-story-card p { margin-bottom: 16px; }
.sp-brand .sp-story-full { border-top: 1px solid var(--sp-line); padding-block: 36px; }
.sp-brand .sp-story-full:last-child { padding-bottom: 0; }
.sp-brand .sp-story-full > h3 { margin-bottom: 28px; font-size: 32px; }
.sp-brand .sp-story-detail { display: grid; gap: 24px; }
.sp-brand .sp-story-detail dt { font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.sp-brand .sp-story-detail dd { color: var(--sp-muted); font-size: 16px; }
.sp-brand .sp-story-disclaimer { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--sp-line); max-width: 80ch; }
.sp-brand .sp-story-full > .sp-text-link { margin-top: 20px; }
.sp-brand .sp-team { background: var(--sp-warm); }
.sp-brand .sp-team-grid { gap: 24px; align-items: stretch; }
.sp-brand .sp-person-card { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid var(--sp-line); border-radius: 4px; background: var(--sp-paper); }
.sp-brand .sp-person-image { aspect-ratio: 4/5; width: 100%; object-fit: cover; object-position: 50% 30%; margin-bottom: 24px; border-radius: 4px; }
.sp-brand .sp-team-grid h3 { margin-bottom: 14px; }
.sp-brand .sp-team-grid article > p { margin-top: 14px; }
.sp-brand .sp-person-card > .sp-person-role { margin-top: 0; }
.sp-brand .sp-person-copy { margin-bottom: 28px; }
.sp-brand .sp-person-booking { justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--sp-line); font-size: 14px; overflow-wrap: anywhere; }
.sp-brand .sp-team-wide { margin-bottom: 44px; }
.sp-brand .sp-team-wide img { width: 100%; max-height: 600px; object-fit: cover; border-radius: 4px; }

/* Source-linked reviews and a separate, quieter education route. */
.sp-brand .sp-reviews { padding-block: 56px; background: var(--sp-sage); }
.sp-brand .sp-review-grid { display: grid; gap: 32px; }
.sp-brand .sp-reviews h2 { max-width: 27ch; font-size: clamp(30px,3.2vw,44px); margin-block: 18px 22px; }
.sp-brand .sp-rating { padding-top: 28px; border-top: 1px solid #adb6a4; }
.sp-brand .sp-rating-value { color: #37412f; font-size: 82px; font-weight: 400; line-height: 1; letter-spacing: -.07em; font-variant-numeric: tabular-nums; }
.sp-brand .sp-rating-value > span { margin-left: 12px; color: var(--sp-muted); font-size: 22px; letter-spacing: -.03em; }
.sp-brand .sp-rating > p:nth-child(2) { margin-block: 16px 4px; }
.sp-brand .sp-education-grid { display: grid; gap: 22px; }
.sp-brand .sp-education h2 { max-width: 24ch; margin-bottom: 24px; }
.sp-brand .sp-education p { max-width: 65ch; }
.sp-brand .sp-faq-grid { display: grid; gap: 36px; }
.sp-brand .sp-faq h2 { margin-block: 18px 24px; }
.sp-brand .sp-faq-list { border-top: 1px solid var(--sp-line); }
.sp-brand .sp-faq details { border-bottom: 1px solid var(--sp-line); }
.sp-brand .sp-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px; padding: 22px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 500; line-height: 1.5; }
.sp-brand .sp-faq summary::-webkit-details-marker { display: none; }
.sp-brand .sp-faq summary span { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 30px; height: 30px; border: 1px solid var(--sp-line); border-radius: 50%; font-size: 21px; font-weight: 400; transition: transform .18s ease; }
.sp-brand .sp-faq details[open] summary span { transform: rotate(45deg); }
.sp-brand .sp-faq-answer { padding: 0 16px 26px 0; max-width: 65ch; font-size: 16px; }
.sp-brand .sp-faq-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; margin-top: 24px; }

/* Final booking moment and practical contact information. */
.sp-brand .sp-contact { background: var(--sp-dark); color: var(--sp-paper); }
.sp-brand .sp-contact p { color: #cec8be; }
.sp-brand .sp-contact-grid { display: grid; gap: 44px; }
.sp-brand .sp-contact h2 { max-width: 17ch; margin-top: 22px; font-size: clamp(42px,5.5vw,80px); line-height: 1.06; letter-spacing: -.05em; }
.sp-brand .sp-contact-grid > div > p:not(.sp-eyebrow) { max-width: 46ch; margin-top: 26px; font-size: 16px; }
.sp-brand .sp-contact .sp-button { margin-top: 32px; }
.sp-brand .sp-contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; padding-top: 32px; border-top: 1px solid #645f56; }
.sp-brand .sp-contact-details address { display: flex; flex-direction: column; gap: 4px; font-style: normal; color: #cec8be; font-size: 16px; }
.sp-brand .sp-contact-details address strong { margin-bottom: 16px; font-size: 24px; font-weight: 500; color: var(--sp-paper); letter-spacing: -.03em; }
.sp-brand .sp-contact .sp-text-link:hover { color: #d7e4cb; }
.sp-brand .sp-contact-details > .sp-contact-phone { display: inline-flex; align-items: center; min-height: 44px; font-size: 27px; line-height: 1.4; letter-spacing: -.03em; text-decoration: underline; text-underline-offset: 6px; }
.sp-brand .sp-contact-details > a:not([class]) { display: inline-flex; align-items: center; min-height: 44px; }
.sp-brand .sp-footer { border-top: 1px solid #645f56; background: var(--sp-dark); color: #cec8be; }
.sp-brand .sp-footer-inner { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 12px; padding-block: 24px; }
.sp-brand .sp-footer p { color: #cec8be; font-size: 13px; }
.sp-brand .sp-footer-inner > div { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.sp-brand .sp-footer a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.sp-brand .sp-footer a:focus-visible { outline-color: #d7e4cb; }
.sp-brand .sp-mobile-booking { display: none; }

@media (min-width: 640px) {
  .sp-brand { --sp-gutter: 32px; }
  .sp-brand .sp-hero { padding-block: 64px; }
  .sp-brand .sp-hero-copy { max-width: 790px; }
  .sp-brand .sp-technology-panel { padding: 32px; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 32px; }
  .sp-brand .sp-panel-top, .sp-brand .sp-panel-bottom { grid-column: 1 / -1; }
  .sp-brand .sp-tech-label strong { font-size: clamp(48px,7.8vw,76px); }
  .sp-brand .sp-path-grid { grid-template-columns: 1.1fr .9fr; gap: 40px; }
  .sp-brand .sp-path + .sp-path { padding-top: 0; padding-left: 32px; border-top: 0; border-left: 1px solid var(--sp-line); }
  .sp-brand .sp-path { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .sp-brand .sp-visit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
  .sp-brand .sp-visit { padding: 30px; }
  .sp-brand .sp-story-detail { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 48px; }
  .sp-brand .sp-team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sp-brand .sp-review-grid { grid-template-columns: minmax(0,1.35fr) minmax(0,.65fr); gap: 44px; align-items: center; }
  .sp-brand .sp-rating { padding: 0 0 0 40px; border-top: 0; border-left: 1px solid #adb6a4; }
  .sp-brand .sp-preparation { grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: 36px; }
}
@media (min-width: 768px) {
  .sp-brand .sp-hero-grid { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 32px; }
  .sp-brand h1 { font-size: clamp(42px,5.2vw,58px); }
  .sp-brand .sp-hero-media { aspect-ratio: 4/5; }
  .sp-brand .sp-laser-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 48px; }
  .sp-brand .sp-laser-row { padding-block: 40px; }
  .sp-brand .sp-needs-list { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; }
  .sp-brand .sp-process-list li { grid-template-columns: 48px minmax(0,.8fr) minmax(0,1.2fr); gap: 32px; align-items: baseline; padding-block: 30px; }
  .sp-brand .sp-process-number { grid-row: 1; }
  .sp-brand .sp-process-list p { grid-column: 3; }
  .sp-brand .sp-story-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 36px; }
}
@media (min-width: 1100px) {
  .sp-brand { --sp-gutter: 44px; }
  .sp-brand .sp-header-inner { min-height: 96px; flex-wrap: nowrap; gap: 24px; padding-block: 18px; }
  .sp-brand .sp-logo-image { max-width: 170px; max-height: 60px; }
  .sp-brand .sp-logo-word { font-size: 36px; }
  .sp-brand.sp-js .sp-menu-toggle { display: none; }
  .sp-brand .sp-nav, .sp-brand.sp-js .sp-nav[data-open=false] { display: flex; flex-basis: auto; flex-direction: row; align-items: center; gap: 18px; padding: 0; margin: 0; border: 0; }
  .sp-brand .sp-nav > a:not(.sp-button) { min-height: 44px; font-size: 13px; white-space: nowrap; }
  .sp-brand .sp-nav > .sp-button { margin: 0 0 0 4px; }
  .sp-brand .sp-hero { padding-block: 50px 70px; }
  .sp-brand .sp-hero-grid { grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 56px; }
  .sp-brand h1 { font-size: clamp(56px,5.3vw,78px); line-height: 1.07; }
  .sp-brand[data-view=clinic] h1 { font-size: clamp(50px,4.65vw,68px); }
  .sp-brand .sp-hero-copy > .sp-eyebrow { font-size: 12px; margin-bottom: 36px; }
  .sp-brand .sp-intro { font-size: 18px; margin-top: 32px; }
  .sp-brand .sp-actions { margin-top: 36px; }
  .sp-brand .sp-technology-panel { grid-template-columns: minmax(0,1fr); padding: 30px; }
  .sp-brand .sp-panel-top, .sp-brand .sp-panel-bottom { grid-column: auto; }
  .sp-brand .sp-tech-index { padding-block: 26px; }
  .sp-brand .sp-tech-label strong { font-size: clamp(58px,6.2vw,86px); }
  .sp-brand .sp-hero-media { aspect-ratio: 4/5; min-height: 600px; }
  .sp-brand .sp-paths { padding-block: 42px 54px; }
  .sp-brand .sp-path-grid { grid-template-columns: 1.2fr 1fr; gap: 64px; }
  .sp-brand .sp-path { grid-template-columns: 30px minmax(0,1fr); gap: 20px; }
  .sp-brand .sp-path + .sp-path { padding-left: 48px; }
  .sp-brand .sp-path-primary h3 { font-size: 31px; }
  .sp-brand .sp-section-heading { grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: 76px; margin-bottom: 56px; }
  .sp-brand .sp-section-heading > p { justify-self: end; }
  .sp-brand .sp-laser-list { gap: 80px; }
  .sp-brand .sp-section-bottom { flex-direction: row; justify-content: space-between; align-items: flex-start; gap: 48px; }
  .sp-brand .sp-section-bottom .sp-text-link { flex-shrink: 0; }
  .sp-brand .sp-needs-list { gap: 48px; }
  .sp-brand .sp-visit { padding: 38px; }
  .sp-brand .sp-visit h3 { font-size: 32px; }
  .sp-brand .sp-visit-bottom strong { font-size: 42px; }
  .sp-brand .sp-visit-bottom .sp-text-link { font-size: 15px; }
  .sp-brand .sp-story-grid, .sp-brand .sp-team-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .sp-brand .sp-reviews { padding-block: 64px; }
  .sp-brand .sp-review-grid { grid-template-columns: minmax(0,1.4fr) minmax(0,.6fr); gap: 80px; }
  .sp-brand .sp-rating { padding-left: 64px; }
  .sp-brand .sp-rating-value { font-size: 104px; }
  .sp-brand .sp-education-grid { grid-template-columns: minmax(0,.65fr) minmax(0,1.35fr); gap: 80px; }
  .sp-brand .sp-education-grid > .sp-eyebrow { padding-top: 10px; }
  .sp-brand .sp-faq-grid { grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 80px; }
  .sp-brand .sp-faq-grid > div:first-child { align-self: start; }
  .sp-brand .sp-contact-grid { grid-template-columns: minmax(0,1.25fr) minmax(0,.75fr); gap: 100px; align-items: center; }
  .sp-brand .sp-contact-details { border-top: 0; border-left: 1px solid #645f56; padding: 12px 0 12px 52px; }
  .sp-brand .sp-footer-inner { flex-direction: row; align-items: center; }
}
@media (max-width: 767px) {
  /* Reserve space for the mobile CTA without leaving a light strip below the dark footer. */
  .sp-brand.sp-js { border-bottom: calc(90px + env(safe-area-inset-bottom,0px)) solid var(--sp-dark); }
  .sp-brand.sp-js .sp-mobile-booking { display: block; position: fixed; bottom: 0; left: 0; right: 0; z-index: 15; padding: 12px var(--sp-gutter) calc(12px + env(safe-area-inset-bottom,0px)); background: var(--sp-paper); border-top: 1px solid var(--sp-line); }
  .sp-brand .sp-mobile-booking .sp-button { display: flex; width: 100%; min-height: 54px; }
  .sp-brand .sp-mobile-booking[data-obstructed=true], .sp-brand .sp-mobile-booking[data-context-visible=true] { visibility: hidden; pointer-events: none; }
  .sp-brand .sp-hero .sp-actions { flex-direction: column; align-items: stretch; }
  .sp-brand .sp-hero .sp-actions > .sp-text-link { align-self: flex-start; }
}
/* Photography and editorial offer: large portraits, quiet dividers, clear destinations. */
.sp-brand .sp-hero-proof { display: flex; align-items: center; gap: 16px; max-width: 100%; width: fit-content; min-height: 64px; margin-top: 24px; }
.sp-brand .sp-hero-score { font-size: 30px; line-height: 1.1; letter-spacing: -.05em; color: var(--sp-ink); font-variant-numeric: tabular-nums; }
.sp-brand .sp-hero-score > span { font-size: 13px; color: var(--sp-muted); letter-spacing: 0; }
.sp-brand .sp-hero-proof > span:nth-child(2) { font-size: 13px; line-height: 1.5; }
.sp-brand .sp-hero-proof small { display: block; max-width: 31ch; color: var(--sp-muted); font-size: 12px; line-height: 1.55; }
.sp-brand .sp-hero-proof > span:last-child { margin-left: 4px; font-size: 20px; }
.sp-brand .sp-image-caption { left: 20px; right: 20px; bottom: 20px; padding: 12px 16px; max-width: none; width: fit-content; background: var(--sp-paper); font-size: 12px; }
.sp-brand .sp-therapies { background: var(--sp-paper); }
.sp-brand .sp-therapy-list { border-top: 1px solid var(--sp-line); }
.sp-brand .sp-therapy-item { display: grid; grid-template-columns: 24px minmax(0,1fr) 44px; gap: 16px; padding-block: 26px; border-bottom: 1px solid var(--sp-line); scroll-margin-top: 28px; }
.sp-brand .sp-therapy-number { padding-top: 7px; color: var(--sp-accent); font-size: 12px; }
.sp-brand .sp-therapy-heading h3 { font-size: clamp(27px,3.2vw,42px); line-height: 1.2; }
.sp-brand .sp-therapy-heading > p { margin-top: 10px; font-size: 14px; line-height: 1.6; }
.sp-brand .sp-therapy-heading h3 > a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: var(--sp-line); text-underline-offset: 6px; }
.sp-brand .sp-therapy-heading h3 > a:hover { color: var(--sp-accent); text-decoration-color: currentColor; }
.sp-brand .sp-therapy-direction { align-self: center; color: var(--sp-accent); font-size: 24px; }
.sp-brand .sp-therapies-full .sp-therapy-item { grid-template-columns: 24px minmax(0,1fr); gap: 20px 16px; padding-block: 32px; }
.sp-brand .sp-therapy-content { grid-column: 2; }
.sp-brand .sp-therapy-content > p { max-width: 67ch; font-size: 16px; }
.sp-brand .sp-therapy-content > .sp-small { margin-top: 18px; font-size: 14px; }
.sp-brand .sp-therapy-content > .sp-text-link { margin-top: 22px; }
.sp-brand .sp-therapy-item:last-child .sp-therapy-heading h3 { font-family: var(--sp-serif); font-style: italic; letter-spacing: -.04em; color: var(--sp-accent); }
.sp-brand .sp-founder { background: var(--sp-warm); }
.sp-brand .sp-founder-grid { display: grid; gap: 40px; align-items: center; }
.sp-brand .sp-founder-photo { position: relative; min-width: 0; aspect-ratio: 4/5; background: #e8e7e2; }
.sp-brand .sp-founder-image { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.sp-brand .sp-founder-photo figcaption { position: absolute; bottom: 20px; left: 20px; padding: 10px 16px; background: var(--sp-paper); color: var(--sp-ink); font-size: 13px; }
.sp-brand .sp-founder-copy h2 { margin-top: 22px; max-width: 18ch; }
.sp-brand .sp-founder-intro { max-width: 51ch; margin-top: 24px; font-size: 17px; }
.sp-brand .sp-founder-signature { display: flex; flex-direction: column; gap: 8px; padding-block: 28px; margin-bottom: 24px; border-bottom: 1px solid var(--sp-line); }
.sp-brand .sp-founder-signature strong { font: italic 400 32px/1.2 var(--sp-serif); color: var(--sp-accent); }
.sp-brand .sp-founder-signature span { color: var(--sp-muted); font-size: 13px; }
.sp-brand .sp-founder-copy > .sp-text-link { margin-top: 20px; }
.sp-brand .sp-founder-no-photo { grid-template-columns: minmax(0,1fr); }
.sp-brand .sp-reviews { background: var(--sp-white); padding-block: var(--sp-space); }
.sp-brand .sp-review-heading { display: grid; gap: 36px; }
.sp-brand .sp-review-heading h2 { max-width: 19ch; font-size: clamp(36px,4.5vw,58px); }
.sp-brand .sp-review-heading > div > .sp-small { max-width: 56ch; }
.sp-brand .sp-review-score { padding-top: 28px; border-top: 1px solid var(--sp-line); }
.sp-brand .sp-review-score > p:not(.sp-rating-value) { margin-top: 10px; }
.sp-brand .sp-review-score > .sp-small { font-size: 12px; }
.sp-brand .sp-rating-value { color: var(--sp-accent); font-size: 82px; }
.sp-brand .sp-quotes { display: grid; gap: 20px; margin-top: 40px; }
.sp-brand .sp-quote { display: flex; flex-direction: column; min-width: 0; padding: 28px; background: var(--sp-paper); }
.sp-brand .sp-quote-mark { color: var(--sp-accent); font: 400 64px/.8 var(--sp-serif); margin-bottom: 16px; }
.sp-brand .sp-quote blockquote p { color: var(--sp-ink); font: 400 27px/1.35 var(--sp-serif); letter-spacing: -.025em; }
.sp-brand .sp-quote-ellipsis { font: 400 16px/1.4 var(--sp-sans); color: var(--sp-muted); }
.sp-brand .sp-quote figcaption { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; margin-top: auto; padding-top: 30px; }
.sp-brand .sp-review-author { font-size: 14px; font-weight: 500; }
.sp-brand .sp-quote figcaption a { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; color: var(--sp-muted); font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.sp-brand .sp-story-card:first-child { background: var(--sp-warm); padding: 24px; }
.sp-brand .sp-story-card:first-child h3 { font-size: 30px; }
.sp-brand .sp-story-full { padding-block: 48px; }
.sp-brand .sp-story-photos { gap: 24px; }
.sp-brand .sp-stories .sp-story-photo { background: var(--sp-warm); }
.sp-brand .sp-brand-signoff { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 28px; margin-top: 28px; background: var(--sp-paper); color: var(--sp-ink); }
.sp-brand .sp-signoff-logo { width: 199px; height: 105px; object-fit: contain; }
.sp-brand .sp-brand-signoff > span { max-width: 27ch; font-size: 13px; line-height: 1.6; }
@media (min-width: 768px) {
  .sp-brand .sp-therapies-overview .sp-therapy-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 48px; }
  .sp-brand .sp-therapies-overview .sp-therapy-item:last-child { grid-column: 1 / -1; }
  .sp-brand .sp-therapies-overview .sp-therapy-item:last-child .sp-therapy-heading { display: flex; align-items: center; gap: 40px; }
  .sp-brand .sp-therapies-overview .sp-therapy-item:last-child .sp-therapy-heading > p { margin-top: 0; }
  .sp-brand .sp-therapies-full .sp-therapy-item { grid-template-columns: 32px minmax(0,.9fr) minmax(0,1.1fr); gap: 30px; padding-block: 40px; }
  .sp-brand .sp-therapy-content { grid-column: 3; }
  .sp-brand .sp-founder-grid { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 50px; }
  .sp-brand .sp-founder-no-photo { grid-template-columns: minmax(0,1fr); }
  .sp-brand .sp-founder-copy h2 { font-size: clamp(38px,4.1vw,58px); }
  .sp-brand .sp-review-heading { grid-template-columns: minmax(0,1.4fr) minmax(0,.6fr); gap: 60px; align-items: center; }
  .sp-brand .sp-review-score { border-top: 0; border-left: 1px solid var(--sp-line); padding: 0 0 0 44px; }
  .sp-brand .sp-quotes { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
  .sp-brand .sp-quote { padding: 28px 24px; }
}
@media (min-width: 1100px) {
  .sp-brand .sp-founder-grid { gap: 90px; }
  .sp-brand .sp-founder-photo { aspect-ratio: 4/5; }
  .sp-brand .sp-therapy-item { padding-block: 36px; }
  .sp-brand .sp-quote { padding: 28px; }
  .sp-brand .sp-quote blockquote p { font-size: 28px; }
  .sp-brand .sp-rating-value { font-size: 100px; }
  .sp-brand .sp-story-grid { grid-template-columns: minmax(0,1.5fr) minmax(0,1fr); }
  .sp-brand .sp-story-card:first-child { grid-row: span 2; padding: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  .sp-brand *, .sp-brand *::before, .sp-brand *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (forced-colors: active) {
  .sp-brand .sp-button, .sp-brand .sp-round-link, .sp-brand .sp-menu-toggle { border-color: ButtonText; }
  .sp-brand :where(a,button,summary):focus-visible { outline-color: Highlight; }
}
@media print {
  .sp-brand .sp-nav, .sp-brand .sp-menu-toggle, .sp-brand .sp-mobile-booking, .sp-brand .sp-button { display: none !important; }
  .sp-brand.sp-js { padding-bottom: 0; }
  .sp-brand .sp-wrap { width: 100%; }
  .sp-brand .sp-section, .sp-brand .sp-hero { padding-block: 28px; }
  .sp-brand .sp-hero-grid { grid-template-columns: minmax(0,1fr); }
  .sp-brand .sp-technology-panel { display: none; }
  .sp-brand .sp-lasers, .sp-brand .sp-contact, .sp-brand .sp-footer { background: white; color: black; }
  .sp-brand .sp-lasers p, .sp-brand .sp-laser-price > span, .sp-brand .sp-laser-price > strong, .sp-brand .sp-contact p, .sp-brand .sp-footer p, .sp-brand .sp-contact address { color: black; }
}
