/* The five service pages added 2026-09-26 (AI bot, business systems, social scheduling, server
   security, SSL). What they share lives here: the hero, the section rhythm, the closing call.
   What makes each one its own page - the conversation, the ledger, the week, the log, the
   certificate - is in that page's <style>, because it is the page's picture, not a component. */

/* The content column. `.wrap` is only defined on the homepage (`.home .wrap`), so on these pages it
   was a bare div and every line ran to the edge of the screen. */
.sp-hero > .wrap, .sp-sec > .wrap { width: 100%; max-width: var(--measure, 1200px); margin-inline: auto; padding-inline: var(--gutter, 20px); box-sizing: border-box; }

.sp-hero { position: relative; display: flex; align-items: flex-end; }
.sp-hero.photo-hero.photo-hero-bg { min-height: min(clamp(460px, 42vw, 760px), 86vh); }
.sp-hero > .wrap { padding-block: clamp(96px, 12vw, 150px) clamp(48px, 7vw, 88px); }
.sp-hero .sp-kicker { font-family: var(--font-mono); font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--copper-ink); margin: 0 0 16px; }
html[dir="rtl"] .sp-hero .sp-kicker { letter-spacing: 0; text-transform: none; font-size: 14px; }
.sp-hero h1 { font-size: clamp(38px, 6.2vw, 76px); line-height: 1.02; letter-spacing: -0.03em; max-width: 16ch; margin: 0 0 18px; }
html[dir="rtl"] .sp-hero h1 { letter-spacing: 0; line-height: 1.2; }
.sp-hero .sp-lede { max-width: 52ch; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.6; color: var(--text-2); margin: 0 0 28px; }

.sp-sec { padding-block: clamp(64px, 9vw, 120px); }
.sp-sec.alt { background: var(--bg-alt); }
.sp-sec .sp-head { max-width: 62ch; margin: 0 0 clamp(28px, 4vw, 48px); }
.sp-sec .sp-head h2 { font-size: clamp(28px, 3.6vw, 46px); letter-spacing: -0.02em; line-height: 1.1; margin: 0 0 12px; }
html[dir="rtl"] .sp-sec .sp-head h2 { letter-spacing: 0; line-height: 1.3; }
.sp-sec .sp-head p { color: var(--text-2); font-size: 17px; line-height: 1.7; margin: 0; }

/* A list of plain facts on rules - no boxes, no icon tiles. */
.sp-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 0 36px; margin: 0; padding: 0; list-style: none; }
.sp-facts li { border-top: 1px solid var(--line); padding: 20px 0 22px; }
.sp-facts h3 { font-size: 18px; margin: 0 0 8px; color: var(--text-strong); }
.sp-facts p { margin: 0; color: var(--text-2); font-size: 15px; line-height: 1.7; }

.sp-close { text-align: center; }
.sp-close.photo-hero.photo-hero-bg { min-height: 0; }
/* the section already carries the vertical rhythm; padding the column too doubled it */
.sp-close h2 { font-size: clamp(30px, 4vw, 52px); letter-spacing: -0.02em; margin: 0 auto 14px; max-width: 20ch; }
html[dir="rtl"] .sp-close h2 { letter-spacing: 0; }
.sp-close p { color: var(--text-2); max-width: 54ch; margin: 0 auto 28px; font-size: 17px; line-height: 1.7; }

@media (max-width: 720px) {
    .sp-hero.photo-hero.photo-hero-bg { min-height: min(560px, 88vh); }
    .sp-hero .btn { width: 100%; justify-content: center; }
    .sp-close .btn { width: 100%; justify-content: center; }
}
