/* ============================================================
   Scott Farmer Hair Salon — Design System v1.0
   Universal components, namespace: .sf-*
   Built: 2026-05-17 (Phase 1)
   ============================================================
   Components:
   1. .sf-hero        — image / band / split variants
   2. .sf-section-header
   3. .sf-card        — base / featured / soft / media variants
   4. .sf-cta-band    — inline / closer variants
   5. .sf-info-table
   6. .sf-author-bio
   7. .sf-method      — dark band with full-bleed image + named-method copy
   8. .sf-gallery     — 4-up image grid
   9. .sf-story       — pulled quote / testimonial block
   ============================================================ */

/* ============================================================
   TOKENS — single source of truth for the system
   ============================================================ */
:root {
	/* Color tokens */
	--sf-bg:           #F8F5F0;
	--sf-surface:      #FFFFFF;
	--sf-text:         #1A1A1A;       /* contrast vs --sf-bg: 16.4:1 (AAA) */
	--sf-muted:        #4F4A44;       /* darkened from #5F5A54 to 7.2:1 on cream (AAA) */
	--sf-accent:       #B8533A;       /* 3.8:1 on cream — use for BACKGROUNDS/LARGE TEXT only */
	--sf-accent-dk:    #8F3F2B;       /* 5.8:1 on cream — use for LINK TEXT (AA) */
	--sf-border:       #E3DDD4;
	--sf-soft:         #EFE8DF;
	--sf-focus:        #2563EB;       /* high-contrast focus ring */

	/* Typography */
	--sf-serif:        "Libre Baskerville", Georgia, "Times New Roman", serif;
	--sf-sans:         "Source Sans 3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;

	/* Spacing scale (4px base, geometric) */
	--sf-space-1:      4px;
	--sf-space-2:      8px;
	--sf-space-3:      12px;
	--sf-space-4:      16px;
	--sf-space-5:      24px;
	--sf-space-6:      32px;
	--sf-space-7:      48px;
	--sf-space-8:      64px;
	--sf-space-9:      96px;
	--sf-space-10:     128px;

	/* Layout */
	--sf-max:          1180px;
	--sf-narrow:       760px;
	--sf-radius:       8px;

	/* Motion */
	--sf-dur-fast:     120ms;
	--sf-dur:          180ms;
	--sf-dur-slow:     320ms;
	--sf-ease:         cubic-bezier(.4, 0, .2, 1);

	/* Breakpoints (reference — used as @media values) */
	/* mobile: <600px | tablet: 600-900px | desktop: 900-1200px | wide: >1200px */
}

/* Honor user motion preferences */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
	.sf-card--media:hover img,
	.sf-link-arrow:hover::after { transform: none !important; }
}

/* Universal focus-visible (keyboard users) */
*:focus-visible {
	outline: 3px solid var(--sf-focus);
	outline-offset: 2px;
	border-radius: 2px;
}
.sf-btn:focus-visible { outline-offset: 3px; }
.sf-card a:focus-visible,
.sf-gallery a:focus-visible { outline-offset: 4px; }

/* Type ramp — single source of truth */
.sf-h1, .sf-section-header h1, .sf-hero__title { font-family: var(--sf-serif); font-weight: 700; font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1.05; margin: 0 0 28px; color: var(--sf-text); }
.sf-h2, .sf-section-header h2, .sf-card h2, .sf-cta-band h2, .sf-method__copy h2, .sf-author-bio__copy h2 { font-family: var(--sf-serif); font-weight: 700; font-size: clamp(1.85rem, 3.8vw, 2.6rem); line-height: 1.1; margin: 0 0 18px; color: var(--sf-text); }
.sf-h3, .sf-card h3, .sf-author-bio__credentials li strong { font-family: var(--sf-serif); font-weight: 700; font-size: clamp(1.25rem, 2vw, 1.55rem); line-height: 1.2; margin: 0 0 14px; color: var(--sf-text); }
.sf-eyebrow { font-family: var(--sf-sans); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sf-accent-dk); margin: 0 0 16px; }
.sf-lead { font-size: 1.15rem; line-height: 1.6; color: var(--sf-muted); margin: 0; }
.sf-body { font-size: 1.05rem; line-height: 1.6; color: var(--sf-text); }
.sf-small { font-size: 0.92rem; line-height: 1.5; color: var(--sf-muted); }
.sf-link-arrow { color: var(--sf-accent-dk); font-weight: 600; font-size: 1rem; text-decoration: none; }
.sf-link-arrow:hover { color: var(--sf-accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.sf-link-arrow::after { content: " →"; transition: transform var(--sf-dur) var(--sf-ease); display: inline-block; }
.sf-link-arrow:hover::after { transform: translateX(3px); }

/* ============================================================
   .sf-entity-statement — AI-Overview-friendly single sentence
   ============================================================ */
.sf-entity-statement {
	font-size: 1rem !important;
	line-height: 1.55 !important;
	color: var(--sf-text) !important;
	background: var(--sf-soft);
	padding: 18px 22px;
	border-left: 3px solid var(--sf-accent);
	border-radius: 0 var(--sf-radius) var(--sf-radius) 0;
	margin: 0 0 24px !important;
	max-width: none !important;
}

/* ============================================================
   .sf-longform — bottom-of-page authority copy block
   ============================================================ */
.sf-longform__body { max-width: var(--sf-narrow); margin: 0; }
.sf-longform__body h3 { font-family: var(--sf-serif); font-weight: 700; font-size: 1.4rem; line-height: 1.2; margin: 32px 0 12px; color: var(--sf-text); }
.sf-longform__body p { font-size: 1.02rem; line-height: 1.7; color: var(--sf-text); margin: 0 0 16px; }
.sf-longform__body ul { list-style: none; padding: 0; margin: 0 0 24px; }
.sf-longform__body ul li { padding: 8px 0 8px 22px; position: relative; font-size: 1rem; line-height: 1.55; color: var(--sf-text); border-bottom: 1px solid var(--sf-border); }
.sf-longform__body ul li:last-child { border-bottom: 0; }
.sf-longform__body ul li::before { content: "—"; position: absolute; left: 0; top: 8px; color: var(--sf-accent); font-weight: 700; }

/* ============================================================
   .sf-faq — Q&A accordion (matches FAQPage schema)
   ============================================================ */
.sf-faq { max-width: var(--sf-narrow); }
.sf-faq__item { border-bottom: 1px solid var(--sf-border); padding: 4px 0; }
.sf-faq__item:first-child { border-top: 1px solid var(--sf-border); }
.sf-faq__q { font-family: var(--sf-serif); font-size: 1.2rem; font-weight: 700; line-height: 1.3; padding: 20px 0; cursor: pointer; list-style: none; color: var(--sf-text); position: relative; padding-right: 36px; }
.sf-faq__q::-webkit-details-marker { display: none; }
.sf-faq__q::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.5rem; font-weight: 400; color: var(--sf-accent); transition: transform var(--sf-dur) var(--sf-ease); line-height: 1; }
.sf-faq__item[open] .sf-faq__q::after { content: "−"; }
.sf-faq__a { padding: 0 0 20px; }
.sf-faq__a p { font-size: 1rem; line-height: 1.65; color: var(--sf-text); margin: 0; max-width: 680px; }
.sf-faq__q:hover { color: var(--sf-accent-dk); }

/* ============================================================
   .sf-map — embed wrapper
   ============================================================ */
.sf-map { border-radius: var(--sf-radius); overflow: hidden; border: 1px solid var(--sf-border); margin: 0; }
.sf-map iframe { display: block; width: 100%; min-height: 380px; border: 0; }

/* ============================================================
   .sf-story enhancements — framing line + stars + Google G
   ============================================================ */
.sf-story__framing { font-family: var(--sf-serif); font-size: 1.1rem; font-style: italic; color: var(--sf-muted); margin: 0 0 16px; }
.sf-story__stars { display: flex; gap: 4px; justify-content: center; margin: 0 0 20px; }
.sf-story__stars svg { width: 24px; height: 24px; fill: #FBBC04; }
.sf-story__author { font-family: var(--sf-serif); font-weight: 700; font-size: 1.2rem; color: var(--sf-text); margin: 12px 0 4px; }
.sf-story__source { display: inline-flex; align-items: center; gap: 6px; font-size: 0.88rem; color: var(--sf-muted); margin: 0; }
.sf-story__source svg { flex-shrink: 0; }

/* ============================================================
   Hero phone line + scarcity line (below CTA)
   ============================================================ */
.sf-hero__phone-line { font-size: 0.95rem; color: var(--sf-muted); margin: 14px 0 0; }
.sf-hero__phone-line a { color: var(--sf-accent-dk); font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; }
.sf-hero__phone-line a:hover { color: var(--sf-accent); }
.sf-hero__scarcity { font-size: 0.88rem; color: var(--sf-muted); font-style: italic; margin: 8px 0 0; }
.sf-hero__tagline { font-family: var(--sf-serif); font-weight: 400; font-style: italic; font-size: clamp(1.1rem, 1.8vw, 1.3rem); line-height: 1.3; color: var(--sf-accent-dk); margin: 0 0 18px; }

/* Hero split layout — text left, portrait right */
.sf-hero--split .sf-hero__inner { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.sf-hero--split .sf-hero__media img { border-radius: 50%; aspect-ratio: 1/1; object-fit: cover; object-position: center 30%; width: 100%; max-width: 460px; margin-left: auto; }
.sf-hero--split .sf-hero__copy { max-width: none; }
@media (max-width: 900px) {
	.sf-hero--split .sf-hero__inner { grid-template-columns: 1fr; gap: 32px; }
	.sf-hero--split .sf-hero__media { order: -1; max-width: 240px; margin: 0 auto; }
}

/* Service card anchor (value line under price) */
.sf-card__anchor { font-size: 0.88rem; line-height: 1.5; color: var(--sf-muted); font-style: italic; margin: -8px 0 18px; }

/* City insight callout (Kane: kill doorway-page risk with per-city note) */
.sf-city-insight { background: var(--sf-soft); border-left: 3px solid var(--sf-accent); border-radius: 0 var(--sf-radius) var(--sf-radius) 0; padding: 18px 22px; margin: 0 0 var(--sf-space-6); }
.sf-city-insight .sf-eyebrow { margin: 0 0 8px; }
.sf-city-insight p:not(.sf-eyebrow) { margin: 0 !important; font-size: 1.02rem; line-height: 1.55; color: var(--sf-text); max-width: none !important; }

/* CTA closer urgency + PS additions (Kennedy: every offer needs urgency + PS) */
.sf-cta-band__urgency { margin: 14px 0 0; font-size: 0.95rem; color: rgba(255,255,255,0.92); }
.sf-cta-band__urgency strong { color: #fff; }
.sf-cta-band__ps { max-width: var(--sf-max); margin: 32px auto 0; padding: 0 var(--sf-space-5); font-family: var(--sf-serif); font-style: italic; font-size: 1.05rem; color: rgba(255,255,255,0.75); text-align: center; border-top: 1px solid rgba(255,255,255,0.15); padding-top: 24px; }

/* Mobile: stack Scott portrait ABOVE H1 (Kane: face must lead on mobile) */
@media (max-width: 900px) {
	.sf-hero--split .sf-hero__inner { grid-template-rows: auto auto; }
	.sf-hero--split .sf-hero__media { order: -1; max-width: 200px; margin: 0 0 24px; }
	.sf-hero--split .sf-hero__media img { max-width: 200px; }
}

/* Neighborhood page body — styled the_content inside design-system shell */
.sf-neighborhood-body { background: transparent; border: 0; padding: 0; }
.sf-neighborhood-content > section { margin: 0 0 var(--sf-space-7); }
.sf-neighborhood-content > section:last-child { margin-bottom: 0; }
.sf-neighborhood-content h2 { font-family: var(--sf-serif); font-weight: 700; font-size: clamp(1.5rem, 2.5vw, 1.95rem); line-height: 1.15; margin: 0 0 18px; color: var(--sf-text); }
.sf-neighborhood-content .eyebrow { font-family: var(--sf-sans); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sf-accent-dk); margin: 0 0 16px; }
.sf-neighborhood-content p { font-size: 1.05rem; line-height: 1.7; color: var(--sf-text); margin: 0 0 18px; max-width: 680px; }
.sf-neighborhood-content ul { list-style: none; padding: 0; margin: 0 0 24px; max-width: 680px; }
.sf-neighborhood-content ul li { padding: 14px 0; border-bottom: 1px solid var(--sf-border); font-size: 1rem; line-height: 1.55; color: var(--sf-text); }
.sf-neighborhood-content ul li:first-child { border-top: 1px solid var(--sf-border); }
.sf-neighborhood-content ul li strong { display: block; font-weight: 700; color: var(--sf-text); margin: 0 0 4px; font-family: var(--sf-serif); font-size: 1.05rem; }
.sf-neighborhood-content ul li a { color: var(--sf-accent-dk); font-weight: 600; text-decoration: none; }
.sf-neighborhood-content ul li a:hover { color: var(--sf-accent); text-decoration: underline; }
.sf-neighborhood-content a:not(.sf-btn) { color: var(--sf-accent-dk); text-decoration: none; border-bottom: 1px dotted currentColor; }
.sf-neighborhood-content a:not(.sf-btn):hover { color: var(--sf-accent); border-bottom-style: solid; }
.sf-neighborhood-content .quick-answer { background: var(--sf-soft); padding: 28px 32px; border-radius: var(--sf-radius); border-left: 3px solid var(--sf-accent); margin: 32px 0 0; max-width: none; }
.sf-neighborhood-content .quick-answer__label { font-family: var(--sf-sans); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sf-accent-dk); margin: 0 0 12px; }
.sf-neighborhood-content .quick-answer__question { font-family: var(--sf-serif); font-size: 1.3rem; line-height: 1.25; margin: 0 0 12px; color: var(--sf-text); }
.sf-neighborhood-content .quick-answer p { margin: 0; max-width: none; }

/* Reviews grid — 3-up Google review cards */
.sf-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sf-review { background: var(--sf-surface); border: 1px solid var(--sf-border); border-radius: var(--sf-radius); padding: 28px 26px; display: flex; flex-direction: column; }
.sf-review__stars { display: flex; gap: 2px; margin: 0 0 16px; }
.sf-review__stars svg { width: 18px; height: 18px; fill: #FBBC04; }
.sf-review__quote { font-family: var(--sf-serif); font-style: italic; font-size: 1.02rem; line-height: 1.5; color: var(--sf-text); margin: 0 0 20px; padding: 0; border: 0; flex-grow: 1; }
.sf-review__footer { margin: 0; padding-top: 16px; border-top: 1px solid var(--sf-border); }
.sf-review__author { font-family: var(--sf-serif); font-weight: 700; font-size: 1rem; color: var(--sf-text); margin: 0 0 4px; }
.sf-review__meta { display: inline-flex; align-items: center; gap: 6px; font-size: 0.82rem; color: var(--sf-muted); margin: 0; }
.sf-review__meta svg { flex-shrink: 0; }
@media (max-width: 900px) { .sf-reviews-grid { grid-template-columns: 1fr; } }
@media (min-width: 600px) and (max-width: 900px) { .sf-reviews-grid { grid-template-columns: repeat(2, 1fr); } }

/* Service card included-bullets (Hormozi value stack) */
.sf-card__included { list-style: none; padding: 0; margin: -4px 0 16px; }
.sf-card__included li { padding: 6px 0 6px 20px; position: relative; font-size: 0.93rem; line-height: 1.45; color: var(--sf-text); border-bottom: 1px solid var(--sf-border); }
.sf-card__included li:last-child { border-bottom: 0; }
.sf-card__included li::before { content: "✓"; position: absolute; left: 0; top: 6px; color: var(--sf-accent); font-weight: 700; font-size: 0.95rem; }

/* Service card anchor context (price anchor / market comparison) */
.sf-card__anchor-context { font-size: 0.86rem; line-height: 1.55; color: var(--sf-muted); margin: 0 0 16px; padding: 12px 14px; background: var(--sf-soft); border-radius: var(--sf-radius); border-left: 2px solid var(--sf-accent); }
.sf-card__anchor-context em { font-style: italic; }

/* Pre-Cut Read 5-point list (Hormozi numbered system) */
.sf-method__points { list-style: none; padding: 0; margin: 16px 0 20px; counter-reset: precutread; }
.sf-method__points li { padding: 10px 0 10px 36px; position: relative; counter-increment: precutread; font-size: 0.98rem; line-height: 1.5; color: rgba(255,255,255,0.85); border-bottom: 1px solid rgba(255,255,255,0.12); }
.sf-method__points li:last-child { border-bottom: 0; }
.sf-method__points li::before { content: counter(precutread); position: absolute; left: 0; top: 8px; width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(212,167,143,0.5); color: #d4a78f; font-family: var(--sf-serif); font-size: 0.9rem; font-weight: 700; display: flex; align-items: center; justify-content: center; line-height: 1; }
.sf-method__points li strong { color: #fff; font-weight: 700; margin-right: 6px; }

/* ============================================================
   .sf-trust-strip — quiet single-line credentials bar
   ============================================================ */
.sf-trust-strip { padding: var(--sf-space-4) 0; border-top: 1px solid var(--sf-border); border-bottom: 1px solid var(--sf-border); background: var(--sf-bg); }
.sf-trust-strip__inner { max-width: var(--sf-max); margin: 0 auto; padding: 0 var(--sf-space-5); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: var(--sf-space-5) var(--sf-space-6); font-size: 0.88rem; color: var(--sf-muted); text-align: center; }
.sf-trust-strip__dot { color: var(--sf-border); }
@media (max-width: 700px) {
	.sf-trust-strip__inner { font-size: 0.82rem; gap: var(--sf-space-3) var(--sf-space-4); }
	.sf-trust-strip__dot { display: none; }
}

/* ============================================================
   1. .sf-hero — page hero
   ============================================================ */
.sf-hero { padding: 120px 0 96px; background: var(--sf-bg); }
.sf-hero__inner { max-width: var(--sf-max); margin: 0 auto; padding: 0 24px; }
.sf-hero__eyebrow { font-family: var(--sf-sans); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sf-accent-dk); margin: 0 0 16px; }
.sf-hero__proof { font-size: 0.92rem; color: var(--sf-muted); margin: 0 0 24px; letter-spacing: 0.02em; }
.sf-hero__proof-link { color: var(--sf-accent-dk); font-weight: 600; text-decoration: none; border-bottom: 1px dotted currentColor; }
.sf-hero__proof-link:hover { color: var(--sf-accent); border-bottom-style: solid; }
.sf-hero__title { font-family: var(--sf-serif); font-weight: 700; font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1.05; margin: 0 0 28px; max-width: 16ch; color: var(--sf-text); }
.sf-hero__title em { font-style: italic; font-weight: 400; color: var(--sf-accent); }
.sf-hero__sub { font-size: 1.2rem; line-height: 1.55; color: var(--sf-muted); max-width: 56ch; margin: 0 0 40px; }
.sf-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* Variants */
.sf-hero--band { background: var(--sf-soft); padding: 96px 0 80px; }
.sf-hero--split { padding: 96px 0; }
.sf-hero--split .sf-hero__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.sf-hero--split .sf-hero__media img { width: 100%; height: auto; border-radius: var(--sf-radius); aspect-ratio: 4/5; object-fit: cover; }
.sf-hero--image { padding: 0; position: relative; min-height: 520px; overflow: hidden; }
.sf-hero--image .sf-hero__inner { position: relative; z-index: 2; min-height: 520px; display: flex; align-items: flex-end; padding-bottom: 60px; padding-top: 60px; }
.sf-hero--image .sf-hero__media { position: absolute; inset: 0; z-index: 0; margin: 0; }
.sf-hero--image .sf-hero__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sf-hero--image .sf-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.15) 55%, rgba(0,0,0,0) 100%), linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0.1) 100%); z-index: 1; }
.sf-hero--image .sf-hero__content { position: relative; z-index: 2; color: #fff; }
.sf-hero--image .sf-hero__title, .sf-hero--image .sf-hero__eyebrow, .sf-hero--image .sf-hero__sub, .sf-hero--image .sf-hero__proof { color: #fff; }
.sf-hero--image .sf-hero__proof { color: rgba(255,255,255,0.85); }
.sf-hero--image .sf-hero__sub { color: rgba(255,255,255,0.85); }
.sf-hero--image .sf-hero__eyebrow { color: #d4a78f; }

@media (max-width: 800px) {
	.sf-hero { padding: 64px 0 56px; }
	.sf-hero__sub { font-size: 1.05rem; }
	.sf-hero--split .sf-hero__inner { grid-template-columns: 1fr; gap: 40px; }
	.sf-hero--image .sf-hero__inner { min-height: 380px; padding-bottom: 40px; padding-top: 120px; }
}

/* ============================================================
   2. .sf-section + .sf-section-header
   ============================================================ */
.sf-section { padding: 112px 0; }
.sf-section__inner { max-width: var(--sf-max); margin: 0 auto; padding: 0 24px; }
.sf-section--soft { background: var(--sf-soft); }
.sf-section--dark { background: var(--sf-text); color: #fff; }
.sf-section--dark h2, .sf-section--dark h3 { color: #fff; }
.sf-section--dark p { color: rgba(255,255,255,0.92); }

.sf-section-header { max-width: 720px; margin: 0 0 56px; }
.sf-section-header--center { margin-left: auto; margin-right: auto; text-align: center; }
.sf-section-header__lead { font-size: 1.15rem; line-height: 1.6; color: var(--sf-muted); margin: 18px 0 0; }
.sf-section--dark .sf-section-header__lead { color: rgba(255,255,255,0.92); }
.sf-section-header__guarantee { font-size: 1rem; line-height: 1.55; color: var(--sf-text); margin: 18px 0 0; padding: 14px 18px; background: var(--sf-soft); border-left: 3px solid var(--sf-accent); border-radius: var(--sf-radius); }
.sf-section-header__guarantee strong { color: var(--sf-accent); }

@media (max-width: 800px) { .sf-section { padding: 72px 0; } }

/* ============================================================
   3. .sf-card — base + variants
   ============================================================ */
.sf-card { background: transparent; padding: 0; display: flex; flex-direction: column; }
.sf-card__number { font-family: var(--sf-serif); font-size: 0.95rem; font-style: italic; color: var(--sf-accent); margin: 0 0 16px; }
.sf-card__title { font-family: var(--sf-serif); font-weight: 700; font-size: 1.45rem; line-height: 1.2; margin: 0 0 14px; color: var(--sf-text); }
.sf-card__body { color: var(--sf-muted); font-size: 1rem; line-height: 1.6; margin: 0 0 16px; flex-grow: 1; }
.sf-card__meta { color: var(--sf-text); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin: 0 0 6px; }
.sf-card__reason { color: var(--sf-muted); font-size: 0.92rem; line-height: 1.55; font-style: italic; margin: 0 0 18px; }
.sf-card__link { align-self: flex-start; }

/* Variants */
.sf-card--featured { background: var(--sf-surface); border-left: 3px solid var(--sf-accent); border-radius: 0 var(--sf-radius) var(--sf-radius) 0; padding: 28px 32px; }
.sf-card--soft { background: var(--sf-soft); border-radius: var(--sf-radius); padding: 28px 32px; }
.sf-card--soft .sf-card__body { color: var(--sf-text); }

.sf-card--media { background: transparent; padding: 0; border-radius: var(--sf-radius); overflow: hidden; }
.sf-card--media .sf-card__media { margin: 0 0 20px; aspect-ratio: 4/5; overflow: hidden; border-radius: var(--sf-radius); }
.sf-card--media .sf-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--sf-dur-slow) var(--sf-ease); }
.sf-card--media:hover .sf-card__media img { transform: scale(1.03); }
.sf-card--media:focus-within { outline: 3px solid var(--sf-focus); outline-offset: 4px; border-radius: var(--sf-radius); }
.sf-card--media .sf-card__title { padding: 0; font-size: 1.2rem; }

/* Cards grid */
.sf-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.sf-cards--2 { grid-template-columns: repeat(2, 1fr); }
.sf-cards--4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 900px) { .sf-cards, .sf-cards--2, .sf-cards--4 { grid-template-columns: 1fr; gap: 32px; } }
@media (max-width: 900px) and (min-width: 600px) { .sf-cards--4 { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   4. .sf-cta-band — inline + closer
   ============================================================ */
.sf-cta-band { padding: 80px 0; background: var(--sf-soft); }
.sf-cta-band__inner { max-width: var(--sf-max); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.sf-cta-band__copy { max-width: 600px; }
.sf-cta-band h2 { margin: 0 0 10px; }
.sf-cta-band p { color: var(--sf-muted); font-size: 1.05rem; line-height: 1.55; margin: 0; }
.sf-cta-band__actions { display: flex; gap: 14px; flex-wrap: wrap; }

.sf-cta-band--closer { background: var(--sf-text); color: #fff; padding: 112px 0; }
.sf-cta-band--closer .sf-cta-band__inner { flex-direction: column; align-items: flex-start; gap: 36px; }
.sf-cta-band--closer h2 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); }
.sf-cta-band--closer p { color: rgba(255,255,255,0.92); font-size: 1.1rem; max-width: 56ch; }
.sf-cta-band--closer .btn--ghost { color: #fff; border-color: rgba(255,255,255,0.6); }
.sf-cta-band--closer .btn--ghost:hover { background: #fff; color: var(--sf-text); }

/* ============================================================
   5. .sf-info-table — structured info (pricing, hours, details)
   ============================================================ */
.sf-info-table { list-style: none; padding: 0; margin: 0; }
.sf-info-table li { padding: 14px 0; border-top: 1px solid var(--sf-border); display: flex; justify-content: space-between; align-items: baseline; gap: 24px; font-size: 1rem; }
.sf-info-table li:last-child { border-bottom: 1px solid var(--sf-border); }
.sf-info-table li.sf-info-table__highlight { background: var(--sf-soft); padding-left: 16px; padding-right: 16px; border-left: 3px solid var(--sf-accent); margin: -1px 0; }
.sf-info-table__label { color: var(--sf-muted); font-weight: 600; }
.sf-info-table__value { color: var(--sf-text); text-align: right; }

/* ============================================================
   6. .sf-author-bio — Scott credibility block
   ============================================================ */
.sf-author-bio { display: grid; grid-template-columns: 280px 1fr; gap: 56px; align-items: start; }
.sf-author-bio__media { width: 280px; height: 280px; padding-top: 4px; flex-shrink: 0; }
.sf-author-bio__media img { width: 280px; height: 280px; max-width: 280px; max-height: 280px; aspect-ratio: 1/1; object-fit: cover; object-position: center 30%; border-radius: 50%; display: block; }
.sf-author-bio__copy h2 { margin: 0 0 24px; }
.sf-author-bio__copy p { font-size: 1.08rem; line-height: 1.65; color: var(--sf-text); margin: 0 0 18px; max-width: 52ch; }
.sf-author-bio__credentials { list-style: none; padding: 0; margin: 28px 0 32px; }
.sf-author-bio__credentials li { padding: 10px 0; border-top: 1px solid var(--sf-border); font-size: 0.98rem; color: var(--sf-text); display: flex; justify-content: space-between; gap: 20px; }
.sf-author-bio__credentials li:last-child { border-bottom: 1px solid var(--sf-border); }
.sf-author-bio__credentials strong { font-weight: 600; font-family: var(--sf-sans); font-size: 0.98rem; }
.sf-author-bio__credentials span { color: var(--sf-muted); text-align: right; }

/* Compact variant for inline use (service pages) */
.sf-author-bio--compact { grid-template-columns: 80px 1fr; gap: 20px; align-items: center; }
.sf-author-bio--compact .sf-author-bio__media { width: 80px; height: 80px; padding: 0; flex-shrink: 0; }
.sf-author-bio--compact .sf-author-bio__media img { width: 80px; height: 80px; max-width: 80px; max-height: 80px; aspect-ratio: 1/1; object-fit: cover; object-position: center 30%; border-radius: 50%; display: block; }
.sf-author-bio--compact h2 { font-size: 1.15rem; margin: 0 0 4px; font-family: var(--sf-serif); }
.sf-author-bio--compact p { font-size: 0.95rem; margin: 0; color: var(--sf-muted); }
.sf-author-bio--compact .sf-author-bio__credentials { display: none; }
@media (max-width: 600px) {
	.sf-author-bio--compact { grid-template-columns: 64px 1fr; gap: 16px; }
	.sf-author-bio--compact .sf-author-bio__media,
	.sf-author-bio--compact .sf-author-bio__media img { width: 64px; height: 64px; max-width: 64px; max-height: 64px; }
}

@media (max-width: 800px) {
	.sf-author-bio { grid-template-columns: 1fr; gap: 32px; justify-items: start; }
	.sf-author-bio__media,
	.sf-author-bio__media img { width: 200px; height: 200px; max-width: 200px; max-height: 200px; }
}

/* ============================================================
   7. .sf-method — dark band with image + named method copy
   ============================================================ */
.sf-method { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; background: var(--sf-text); color: #fff; }
.sf-method__media { overflow: hidden; }
.sf-method__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sf-method__copy { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; max-width: 560px; }
.sf-method__copy .sf-eyebrow { color: #d4a78f; margin-bottom: 18px; }
.sf-method__copy h2 { font-family: var(--sf-serif); font-size: clamp(2rem, 3.8vw, 2.8rem); line-height: 1.1; margin: 0 0 22px; color: #fff; }
.sf-method__copy p { color: rgba(255,255,255,0.82); font-size: 1.08rem; line-height: 1.6; margin: 0 0 16px; }
.sf-method__punchline { font-family: var(--sf-serif); font-style: italic; font-size: 1.35rem; color: #fff; line-height: 1.35; margin: 12px 0 18px; }
.sf-method__small { font-size: 0.92rem; color: rgba(255,255,255,0.62); }

@media (max-width: 800px) {
	.sf-method { grid-template-columns: 1fr; }
	.sf-method__media { max-height: 320px; }
	.sf-method__copy { padding: 48px 24px; }
}

/* Reversed variant — media right, copy left */
.sf-method--reverse .sf-method__media { order: 2; }
.sf-method--reverse .sf-method__copy { order: 1; margin-left: auto; }

/* ============================================================
   8. .sf-gallery — 4-up portfolio grid
   ============================================================ */
.sf-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sf-gallery a { display: block; overflow: hidden; border-radius: 2px; }
.sf-gallery img { aspect-ratio: 4/5; object-fit: cover; width: 100%; transition: opacity var(--sf-dur) var(--sf-ease), transform var(--sf-dur-slow) var(--sf-ease); }
.sf-gallery a:hover img { opacity: 0.92; transform: scale(1.03); }
@media (max-width: 900px) { .sf-gallery { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   9. .sf-story — pulled quote / testimonial
   ============================================================ */
.sf-story { max-width: 760px; margin: 0 auto; text-align: center; }
.sf-story__mark { font-family: var(--sf-serif); font-size: 4rem; line-height: 1; color: var(--sf-accent); margin: 0 0 -8px; }
.sf-story blockquote { font-family: var(--sf-serif); font-weight: 400; font-style: italic; font-size: clamp(1.4rem, 2.5vw, 1.9rem); line-height: 1.35; color: var(--sf-text); margin: 0 0 28px; padding: 0; border: 0; }
.sf-story cite { font-style: normal; color: var(--sf-muted); font-size: 0.95rem; letter-spacing: 0.04em; }

/* ============================================================
   Buttons (re-declared in sf- namespace for full portability)
   ============================================================ */
.sf-btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border-radius: 999px; font-family: var(--sf-sans); font-size: 0.95rem; font-weight: 600; line-height: 1; cursor: pointer; transition: background var(--sf-dur) var(--sf-ease), color var(--sf-dur) var(--sf-ease), border-color var(--sf-dur) var(--sf-ease), transform var(--sf-dur-fast) var(--sf-ease); text-decoration: none; border: 1px solid transparent; min-height: 44px; }
.sf-btn--primary { background: var(--sf-accent); color: #fff; }
.sf-btn--primary:hover { background: var(--sf-accent-dk); color: #fff; }
.sf-btn--primary:active { transform: translateY(1px); }
.sf-btn--primary[aria-disabled="true"], .sf-btn--primary:disabled { background: var(--sf-border); color: var(--sf-muted); cursor: not-allowed; }
.sf-btn--ghost { background: transparent; color: var(--sf-text); border-color: var(--sf-text); }
.sf-btn--ghost:hover { background: var(--sf-text); color: #fff; }
.sf-btn--ghost:active { transform: translateY(1px); }
.sf-btn--lg { padding: 16px 32px; font-size: 1rem; min-height: 52px; }

/* ============================================================
   .sf-service-callout — per-page differentiator highlight
   ============================================================ */
.sf-service-callout { margin: 32px 0 0; padding: 20px 24px; background: var(--sf-cream, #F5F0E8); border-left: 4px solid var(--sf-accent, #C8A951); border-radius: 4px; }
.sf-service-callout p { margin: 0; font-size: 1rem; line-height: 1.55; color: var(--sf-text); }

/* Service-page body grid (fit + decision side-by-side, mobile stacks) */
.sf-section__inner .sf-service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.sf-section__inner .sf-price-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
@media (max-width: 768px) {
	.sf-section__inner .sf-service-grid,
	.sf-section__inner .sf-price-layout { grid-template-columns: 1fr; gap: 32px; }
}
