/*
Theme Name: Buch schreiben lassen
Theme URI: https://buch-schreiben-lassen.com/
Author: N&B Consulting Limited
Author URI: https://buch-schreiben-lassen.com/
Description: Schnelles, barrierearmes und SEO-freundliches WordPress-Theme für Ghostwriting, Lektorat, Textleistungen und KDP-Veröffentlichung.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: buch-schreiben-lassen
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--bsl-ink: #173631;
	--bsl-ink-dark: #0c211d;
	--bsl-terracotta: #b34d30;
	--bsl-terracotta-dark: #a9472d;
	--bsl-paper: #f7f2e9;
	--bsl-paper-deep: #ece2d4;
	--bsl-white: #fffdf9;
	--bsl-muted: #66736f;
	--bsl-line: rgba(23, 54, 49, 0.16);
	--bsl-serif: Georgia, "Times New Roman", serif;
	--bsl-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--bsl-content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bsl-paper); color: var(--bsl-ink); font-family: var(--bsl-sans); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(200, 93, 60, .48); outline-offset: 4px; }
.screen-reader-text { width: 1px; height: 1px; padding: 0; margin: -1px; position: absolute; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; padding: 12px 18px; left: 10px; top: 10px; clip: auto; z-index: 1000; background: var(--bsl-white); color: var(--bsl-ink); }
.skip-link { position: fixed; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-family: var(--bsl-serif); font-weight: 500; letter-spacing: -.04em; }
h1 em, h2 em { color: var(--bsl-terracotta); font-weight: 400; }
p:last-child { margin-bottom: 0; }
.eyebrow { margin: 0 0 22px; color: var(--bsl-terracotta); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .19em; }
.eyebrow--light { color: #f2b59e; }
.button, .wp-block-button__link {
	min-height: 52px;
	padding: 0 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--bsl-terracotta);
	color: #fff;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 8px 22px rgba(168, 70, 42, .15);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .01em;
	cursor: pointer;
	transition: transform .2s ease, background .2s ease;
}
.button:hover, .wp-block-button__link:hover { background: var(--bsl-terracotta-dark); color: #fff; transform: translateY(-2px); }
.button--small { min-height: 44px; padding: 0 19px; white-space: nowrap; }
.button--light { background: var(--bsl-paper); color: var(--bsl-ink); box-shadow: none; }
.button--light:hover { background: #fff; color: var(--bsl-ink); }
.text-link { width: fit-content; padding-bottom: 5px; display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.text-link span { color: var(--bsl-terracotta); font-size: 17px; }

/* Header and navigation */
.site-header { height: 86px; position: sticky; top: 0; z-index: 100; background: rgba(247, 242, 233, .94); border-bottom: 1px solid var(--bsl-line); backdrop-filter: blur(14px); }
.site-header__inner { width: 100%; height: 100%; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand__mark { width: 38px; height: 46px; display: grid; place-items: center; background: var(--bsl-ink); color: var(--bsl-paper); border-radius: 2px 8px 8px 2px; box-shadow: inset 4px 0 rgba(255,255,255,.16); font: italic 26px/1 var(--bsl-serif); }
.brand__copy { display: flex; flex-direction: column; gap: 2px; }
.brand__copy strong { font: 600 17px/1.1 var(--bsl-serif); letter-spacing: -.015em; text-transform: lowercase; }
.brand__copy small { color: var(--bsl-muted); font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.brand__custom-logo .custom-logo-link { display: block; }
.brand__custom-logo img { width: auto; max-width: 250px; max-height: 58px; display: block; }
.primary-nav { margin-left: auto; }
.primary-nav .menu { margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(18px, 2.3vw, 34px); list-style: none; }
.primary-nav li { position: relative; }
.primary-nav a { padding: 30px 0; display: block; white-space: nowrap; font-size: 13px; font-weight: 650; }
.primary-nav > .menu > li > a::after { content: ""; height: 1px; position: absolute; left: 0; right: 100%; bottom: 22px; background: var(--bsl-terracotta); transition: right .25s ease; }
.primary-nav > .menu > li:hover > a::after, .primary-nav .current-menu-item > a::after { right: 0; }
.primary-nav .sub-menu { min-width: 245px; margin: 0; padding: 15px; position: absolute; left: -18px; top: 70px; z-index: 10; display: none; background: var(--bsl-white); border: 1px solid var(--bsl-line); box-shadow: 0 18px 45px rgba(25, 47, 41, .16); list-style: none; }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { display: block; }
.primary-nav .sub-menu a { padding: 9px 10px; white-space: normal; }
.header-cta { margin-left: 0; }
.menu-toggle { width: 42px; height: 42px; padding: 0; display: none; align-items: center; justify-content: center; flex-direction: column; gap: 7px; background: transparent; border: 0; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { width: 25px; height: 1px; display: block; background: var(--bsl-ink); transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

/* Home hero */
.hero { min-height: 700px; padding: clamp(70px, 9vw, 122px) clamp(24px, 7vw, 110px) 88px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr); align-items: center; gap: clamp(50px, 8vw, 130px); overflow: hidden; }
.hero__copy { max-width: 700px; }
.hero h1 { max-width: 700px; margin-bottom: 27px; font-size: clamp(54px, 6.2vw, 94px); line-height: .98; }
.hero__lead { max-width: 630px; margin-bottom: 34px; color: #4e605c; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.trust-row { max-width: 650px; margin: 55px 0 0; padding: 28px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--bsl-line); list-style: none; }
.trust-row li { padding-left: 24px; display: flex; flex-direction: column; gap: 6px; border-left: 1px solid var(--bsl-line); }
.trust-row li:first-child { padding-left: 0; border-left: 0; }
.trust-row strong { color: var(--bsl-ink); font: 500 25px/1 var(--bsl-serif); }
.trust-row span { color: var(--bsl-muted); font-size: 11px; }
.hero-art { min-height: 510px; position: relative; display: grid; place-items: center; }
.hero-art::before { content: ""; width: 520px; height: 520px; position: absolute; background: var(--bsl-paper-deep); border-radius: 50%; }
.book-cover, .book-stack { width: 285px; height: 400px; position: absolute; border-radius: 3px 13px 13px 3px; }
.book-stack { background: #d5c6b3; box-shadow: 20px 25px 60px rgba(49, 55, 49, .17); transform: translate(26px, 23px) rotate(6deg); }
.book-cover { padding: 42px 35px 34px 48px; display: flex; flex-direction: column; background: var(--bsl-ink); color: #fffaf2; box-shadow: -13px 21px 36px rgba(42, 52, 48, .22), inset 7px 0 rgba(255,255,255,.08); transform: rotate(-5deg); }
.book-cover::after { content: ""; position: absolute; inset: 15px; border: 1px solid rgba(255,255,255,.19); border-radius: 1px 7px 7px 1px; }
.book-kicker { margin-bottom: 58px; color: #e8c7b9; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.book-cover strong { position: relative; z-index: 1; font: italic 500 31px/1.18 var(--bsl-serif); }
.book-cover i { width: 34px; height: 1px; margin: auto 0 18px; background: var(--bsl-terracotta); }
.book-cover small { font: 11px var(--bsl-serif); letter-spacing: .08em; text-transform: uppercase; }
.editor-note { padding: 13px 18px; position: absolute; z-index: 3; background: #fffef9; color: var(--bsl-ink); box-shadow: 0 9px 24px rgba(46, 56, 51, .13); font: italic 14px var(--bsl-serif); }
.note-one { top: 55px; left: 8%; transform: rotate(-6deg); }
.note-two { right: 0; bottom: 75px; transform: rotate(5deg); }
.pencil { width: 7px; height: 250px; position: absolute; right: 12%; top: 80px; background: var(--bsl-terracotta); border-radius: 4px 4px 0 0; box-shadow: inset 2px 0 rgba(255,255,255,.35); transform: rotate(26deg); }
.pencil::after { content: ""; position: absolute; bottom: -24px; border-left: 3.5px solid transparent; border-right: 3.5px solid transparent; border-top: 24px solid #d3ae82; }

.promise-strip { min-height: 72px; padding: 20px clamp(24px, 6vw, 92px); display: flex; align-items: center; justify-content: space-between; gap: 22px; background: var(--bsl-ink); color: #f8f1e7; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.promise-strip i { width: 3px; height: 3px; background: var(--bsl-terracotta); border-radius: 50%; }
.section { padding: clamp(88px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.split-heading { margin-bottom: 65px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr); gap: 80px; align-items: end; }
.split-heading h2, .kdp-section__copy h2, .about-section__copy h2, .faq-section__heading h2, .contact-section__copy h2, .text-services__intro h2, .centered-heading h2 { margin-bottom: 26px; font-size: clamp(43px, 5vw, 70px); line-height: 1.06; }
.split-heading > p { max-width: 520px; margin-bottom: 10px; color: var(--bsl-muted); font-size: 16px; line-height: 1.75; }
.split-heading--compact { margin-bottom: 60px; }

/* Service areas */
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--bsl-line); border-left: 1px solid var(--bsl-line); }
.service-card { min-height: 290px; padding: 38px; display: grid; grid-template-columns: 70px 1fr; gap: 16px; background: rgba(255,255,255,.2); border-right: 1px solid var(--bsl-line); border-bottom: 1px solid var(--bsl-line); transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: rgba(255,255,255,.7); transform: translateY(-3px); }
.service-card__number { color: var(--bsl-terracotta); font: italic 18px var(--bsl-serif); }
.service-card h3 { margin-bottom: 18px; font: 500 clamp(25px, 2.2vw, 34px)/1.1 var(--bsl-serif); letter-spacing: -.025em; }
.service-card p { max-width: 440px; margin-bottom: 30px; color: var(--bsl-muted); font-size: 14px; line-height: 1.7; }
.service-card a { font-size: 12px; font-weight: 700; }
.service-card a span { margin-left: 8px; color: var(--bsl-terracotta); }
.text-services { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr); gap: 9vw; background: var(--bsl-ink); color: #f8f2e9; }
.text-services__intro { max-width: 510px; }
.text-services__intro > p:not(.eyebrow) { margin-bottom: 34px; color: #c6d0cd; font-size: 16px; line-height: 1.75; }
.text-service-list { border-top: 1px solid rgba(255,255,255,.16); }
.text-service-list article { min-height: 145px; padding: 29px 0; display: grid; grid-template-columns: 48px 1fr 40px; gap: 18px; align-items: start; border-bottom: 1px solid rgba(255,255,255,.16); }
.text-service-list article > span { color: #d38d74; font: italic 13px var(--bsl-serif); }
.text-service-list h3 { margin-bottom: 10px; font: 500 25px/1.15 var(--bsl-serif); }
.text-service-list p { margin: 0; color: #aebdb9; font-size: 13px; line-height: 1.65; }
.text-service-list article > a { color: #d38d74; font-size: 22px; transition: transform .2s; }
.text-service-list article > a:hover { transform: translate(4px, -4px); }

/* KDP */
.kdp-section { display: grid; grid-template-columns: minmax(400px, 1fr) minmax(370px, .85fr); gap: 10vw; align-items: center; background: var(--bsl-white); }
.kdp-visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.kdp-visual::before { content: ""; width: 480px; height: 480px; position: absolute; background: var(--bsl-paper); border-radius: 50%; }
.kdp-orbit { position: absolute; border: 1px solid #d6c8b6; border-radius: 50%; }
.orbit-one { width: 400px; height: 400px; }
.orbit-two { width: 520px; height: 340px; transform: rotate(-22deg); }
.kdp-book { width: 235px; height: 330px; padding: 48px 30px; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--bsl-terracotta); color: #fff; border-radius: 3px 10px 10px 3px; box-shadow: 18px 24px 48px rgba(84, 51, 37, .24), inset 6px 0 rgba(255,255,255,.14); transform: rotate(4deg); }
.kdp-book span { font: italic 36px var(--bsl-serif); }
.kdp-book small { margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.4); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.format-chip { padding: 10px 15px; position: absolute; z-index: 3; background: #fff; box-shadow: 0 7px 22px rgba(30,55,49,.12); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.chip-one { top: 95px; left: 6%; }
.chip-two { top: 200px; right: 0; }
.chip-three { bottom: 85px; left: 14%; }
.kdp-section__copy > p:not(.eyebrow) { color: var(--bsl-muted); font-size: 16px; line-height: 1.75; }
.check-list { margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { padding: 12px 0 12px 30px; position: relative; border-bottom: 1px solid var(--bsl-line); font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--bsl-terracotta); font-weight: 800; }

/* Process, about and testimonials */
.process-section { background: #ece3d6; }
.centered-heading { max-width: 740px; margin: 0 auto 70px; text-align: center; }
.centered-heading p:last-child { color: var(--bsl-muted); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--bsl-line); }
.process-grid article { min-height: 255px; padding: 35px 28px; border-right: 1px solid var(--bsl-line); }
.process-grid article:last-child { border-right: 0; }
.process-grid span { margin-bottom: 52px; display: block; color: var(--bsl-terracotta); font: italic 15px var(--bsl-serif); }
.process-grid h3 { margin-bottom: 14px; font: 500 22px var(--bsl-serif); }
.process-grid p { margin: 0; color: var(--bsl-muted); font-size: 12px; line-height: 1.7; }
.about-section { display: grid; grid-template-columns: minmax(380px, .9fr) minmax(380px, 1.1fr); gap: 11vw; align-items: center; }
.about-quote { min-height: 510px; padding: 65px; position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: var(--bsl-ink); color: #fff; }
.about-quote::after { content: "B"; position: absolute; right: -20px; bottom: -70px; color: rgba(255,255,255,.04); font: italic 380px/1 var(--bsl-serif); }
.about-quote > span { color: var(--bsl-terracotta); font: 88px/.8 var(--bsl-serif); }
.about-quote blockquote { margin: 24px 0 0; position: relative; z-index: 1; font: italic 500 clamp(32px, 3.5vw, 52px)/1.22 var(--bsl-serif); letter-spacing: -.03em; }
.about-section__copy > p:not(.eyebrow) { color: var(--bsl-muted); font-size: 15px; line-height: 1.8; }
.about-section__copy .text-link { margin-top: 15px; }
.testimonials-section { background: var(--bsl-white); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-grid article { min-height: 335px; padding: 38px; display: flex; flex-direction: column; background: var(--bsl-paper); border-top: 3px solid var(--bsl-ink); }
.stars { margin-bottom: 28px; color: var(--bsl-terracotta); font-size: 11px; letter-spacing: .22em; }
.testimonial-grid blockquote { margin: 0 0 35px; font: italic 21px/1.55 var(--bsl-serif); letter-spacing: -.015em; }
.testimonial-grid article > div:last-child { margin-top: auto; display: flex; flex-direction: column; gap: 4px; }
.testimonial-grid strong { font-size: 12px; }
.testimonial-grid span { color: var(--bsl-muted); font-size: 10px; }

/* FAQ and form */
.faq-section { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr); gap: 10vw; }
.faq-section__heading { position: sticky; top: 130px; align-self: start; }
.faq-section__heading > p:not(.eyebrow) { color: var(--bsl-muted); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--bsl-line); }
.faq-list details { border-bottom: 1px solid var(--bsl-line); }
.faq-list summary { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; list-style: none; cursor: pointer; font: 500 19px/1.4 var(--bsl-serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--bsl-terracotta); font: 300 26px var(--bsl-sans); transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; padding: 0 44px 28px 0; color: var(--bsl-muted); font-size: 14px; line-height: 1.75; }
.contact-section { padding: clamp(80px, 9vw, 130px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: minmax(330px, .8fr) minmax(500px, 1.2fr); gap: 9vw; background: var(--bsl-ink); color: #fff; }
.contact-section__copy > p:not(.eyebrow) { max-width: 520px; color: #b9c6c2; font-size: 15px; line-height: 1.75; }
.contact-details { margin-top: 43px; display: flex; flex-direction: column; gap: 17px; }
.contact-details a { font: 500 18px var(--bsl-serif); }
.contact-details span { margin-bottom: 5px; display: block; color: #a9b7b3; font: 9px var(--bsl-sans); text-transform: uppercase; letter-spacing: .15em; }
.contact-form { padding: clamp(30px, 4vw, 52px); position: relative; background: var(--bsl-white); color: var(--bsl-ink); }
.contact-form label { margin-bottom: 22px; display: flex; flex-direction: column; gap: 9px; font-size: 11px; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; padding: 13px 0; background: transparent; color: var(--bsl-ink); border: 0; border-bottom: 1px solid #cfc6b9; border-radius: 0; outline: none; font-size: 14px; }
.contact-form textarea { padding: 14px; border: 1px solid #cfc6b9; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--bsl-terracotta); }
.privacy-check { flex-direction: row !important; align-items: flex-start; color: var(--bsl-muted); font-weight: 400 !important; line-height: 1.5; }
.privacy-check input { margin-top: 3px; accent-color: var(--bsl-terracotta); }
.privacy-check a { text-decoration: underline; }
.form-submit { width: 100%; }
.form-submit span { margin-left: auto; }
.contact-form > small { margin-top: 13px; display: block; color: var(--bsl-muted); text-align: center; font-size: 9px; }
.honeypot { width: 1px !important; height: 1px !important; position: absolute !important; left: -9999px !important; overflow: hidden !important; }
.form-message { padding: 13px 16px; border-left: 3px solid; font-size: 13px; }
.form-message--success { background: #edf6f0; border-color: #3b8b61; }
.form-message--error { background: #fff0ec; border-color: var(--bsl-terracotta); }

/* Inner pages and editable content */
.page-hero { padding: clamp(78px, 9vw, 130px) clamp(24px, 7vw, 110px); background: var(--bsl-paper-deep); }
.page-hero__inner { max-width: 940px; margin: 0 auto; text-align: center; }
.page-hero h1 { margin: 0 auto 28px; font-size: clamp(48px, 6vw, 82px); line-height: 1.02; }
.page-hero__lead { max-width: 760px; margin: 0 auto; color: var(--bsl-muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.breadcrumbs { margin-bottom: 38px; display: flex; justify-content: center; gap: 10px; color: var(--bsl-muted); font-size: 11px; }
.breadcrumbs a:hover { color: var(--bsl-terracotta); }
.content-layout { max-width: var(--bsl-content); margin: 0 auto; padding: clamp(75px, 9vw, 130px) 24px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 8vw; align-items: start; }
.entry-content { color: #3f514d; font-size: 17px; line-height: 1.85; }
.entry-content > * { max-width: 760px; }
.entry-content > .alignwide { max-width: 1000px; }
.entry-content > .alignfull { max-width: none; }
.entry-content h2 { margin: 65px 0 22px; color: var(--bsl-ink); font-size: clamp(35px, 4vw, 52px); line-height: 1.1; }
.entry-content h3 { margin: 42px 0 16px; color: var(--bsl-ink); font: 500 28px/1.25 var(--bsl-serif); }
.entry-content a:not(.button):not(.wp-block-button__link) { color: var(--bsl-terracotta-dark); text-decoration: underline; text-underline-offset: 3px; }
.entry-content ul, .entry-content ol { padding-left: 24px; }
.entry-content li { margin-bottom: 9px; }
.entry-content blockquote { margin: 46px 0; padding: 35px 38px; background: var(--bsl-paper-deep); color: var(--bsl-ink); border-left: 3px solid var(--bsl-terracotta); font: italic 25px/1.5 var(--bsl-serif); }
.entry-content .is-style-lead { color: var(--bsl-ink); font: 500 clamp(24px, 3vw, 34px)/1.45 var(--bsl-serif); }
.bsl-inline-cta { max-width: 100% !important; margin-top: 70px; padding: 42px; background: var(--bsl-ink); color: #fff; }
.bsl-inline-cta h3 { margin-top: 0; color: #fff; }
.bsl-inline-cta p { color: #c4cfcc; }
.content-sidebar { position: sticky; top: 126px; }
.sidebar-card { padding: 34px; background: var(--bsl-ink); color: #fff; }
.sidebar-card h2 { margin-bottom: 18px; color: #fff; font: 500 32px/1.2 var(--bsl-serif); }
.sidebar-card > p:not(.eyebrow) { margin-bottom: 25px; color: #b8c5c1; font-size: 13px; }
.contact-form--page { margin-top: 55px; border: 1px solid var(--bsl-line); box-shadow: 0 22px 60px rgba(29, 51, 44, .09); }

/* Blog */
.page-hero--article .page-hero__inner { max-width: 980px; }
.page-hero--archive { text-align: center; }
.article-featured-image { max-width: 1180px; margin: -42px auto 65px; padding: 0 24px; position: relative; z-index: 2; }
.article-featured-image img { width: 100%; max-height: 650px; object-fit: cover; }
.article-content { max-width: 780px; margin: 0 auto; padding: 45px 24px 100px; }
.article-footer { max-width: 780px; margin: 0 auto 110px; padding: 35px 24px; display: flex; justify-content: space-between; gap: 30px; align-items: center; border-top: 1px solid var(--bsl-line); }
.comments-area { max-width: 780px; margin: -45px auto 110px; padding: 50px 24px 0; border-top: 1px solid var(--bsl-line); }
.comments-area > h2, .comment-reply-title { font: 500 34px/1.2 var(--bsl-serif); }
.comment-list { padding: 0; list-style: none; }
.comment-list .comment { margin-bottom: 22px; padding: 22px; background: var(--bsl-white); border: 1px solid var(--bsl-line); }
.comment-meta { color: var(--bsl-muted); font-size: 12px; }
.comment-form input:not([type="submit"]), .comment-form textarea { width: 100%; padding: 12px; border: 1px solid var(--bsl-line); background: var(--bsl-white); }
.comment-form .submit { min-height: 48px; padding: 0 22px; background: var(--bsl-terracotta); color: #fff; border: 0; font-weight: 700; cursor: pointer; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-list a { padding: 6px 10px; background: var(--bsl-paper-deep); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.post-grid-wrap { max-width: var(--bsl-content); margin: 0 auto; padding: 90px 24px 130px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { min-width: 0; background: var(--bsl-white); border: 1px solid var(--bsl-line); }
.post-card__image { aspect-ratio: 16/10; display: grid; place-items: center; overflow: hidden; background: var(--bsl-ink); }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .post-card__image img { transform: scale(1.03); }
.post-card__image span { color: rgba(255,255,255,.15); font: italic 120px var(--bsl-serif); }
.post-card__content { padding: 28px; }
.post-card h2 { margin-bottom: 14px; font-size: 28px; line-height: 1.18; }
.post-card p:not(.eyebrow) { color: var(--bsl-muted); font-size: 13px; }
.post-card--search { min-height: 300px; display: flex; align-items: center; }
.pagination { margin-top: 55px; }
.pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.pagination .page-numbers { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--bsl-line); font-size: 12px; }
.pagination .current { background: var(--bsl-ink); color: #fff; }
.empty-state { padding: 90px 30px; text-align: center; background: var(--bsl-white); }
.empty-state h2 { font-size: 42px; }
.empty-state p { margin-bottom: 28px; color: var(--bsl-muted); }
.search-form { max-width: 550px; margin: 30px auto; display: flex; }
.search-form label { flex: 1; }
.search-form input { width: 100%; height: 50px; padding: 0 16px; border: 1px solid var(--bsl-line); }
.search-form .search-submit { min-width: 120px; background: var(--bsl-terracotta); color: #fff; border: 0; }
.not-found-page { max-width: 830px; min-height: 70vh; margin: 0 auto; padding: 120px 24px; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.not-found-page h1 { font-size: clamp(50px, 7vw, 86px); line-height: 1; }
.not-found-page > p:not(.eyebrow) { max-width: 620px; margin: 0 auto 32px; color: var(--bsl-muted); }
.not-found-page > div { display: flex; align-items: center; justify-content: center; gap: 25px; }

/* Footer */
.site-footer { padding: 70px clamp(24px, 7vw, 110px) 28px; background: var(--bsl-ink-dark); color: #eef0eb; }
.footer-intro { padding-bottom: 48px; display: grid; grid-template-columns: 1fr 1.25fr 1fr; align-items: center; gap: 50px; border-bottom: 1px solid rgba(255,255,255,.13); }
.brand--footer .brand__mark { background: var(--bsl-paper); color: var(--bsl-ink); }
.brand--footer .brand__copy small { color: #9baba6; }
.footer-intro > p { margin: 0; color: #9fada9; font-size: 13px; line-height: 1.65; }
.footer-email { color: #e9b7a5; text-align: right; font: italic 17px var(--bsl-serif); }
.footer-grid { padding: 52px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 13px; }
.footer-grid h2 { margin-bottom: 8px; color: #f4f1e9; font: 500 16px var(--bsl-serif); }
.footer-grid a { width: fit-content; color: #9fada9; font-size: 11px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); color: #6f827d; font-size: 9px; }
.whatsapp-button { padding: 12px 17px; position: fixed; right: 24px; bottom: 22px; z-index: 80; display: flex; align-items: center; gap: 8px; background: #2b8c68; color: #fff; border-radius: 30px; box-shadow: 0 8px 30px rgba(18,50,40,.25); font-size: 11px; font-weight: 700; }
.whatsapp-button span { font-size: 18px; }

/* WordPress core */
.alignleft { float: left; margin: 0 30px 25px 0; }
.alignright { float: right; margin: 0 0 25px 30px; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; }
.wp-caption { max-width: 100%; }
.wp-caption-text, .gallery-caption { color: var(--bsl-muted); font-size: 12px; }
.sticky { border-top-color: var(--bsl-terracotta); }
.bypostauthor { display: block; }

@media (max-width: 1100px) {
	.primary-nav { display: none; }
	.primary-nav.is-open { width: 100%; height: calc(100vh - 74px); padding: 28px 24px; position: fixed; top: 74px; left: 0; display: block; overflow-y: auto; background: var(--bsl-white); }
	.primary-nav.is-open .menu { display: flex; align-items: stretch; flex-direction: column; gap: 0; }
	.primary-nav.is-open a { padding: 16px 0; border-bottom: 1px solid var(--bsl-line); font: 500 25px var(--bsl-serif); }
	.primary-nav .sub-menu { min-width: 0; padding: 0 0 0 18px; position: static; display: block; background: transparent; border: 0; box-shadow: none; }
	.primary-nav .sub-menu a { font-size: 17px; }
	.menu-toggle { display: flex; }
	.header-cta { margin-left: auto; }
	.hero { grid-template-columns: 1fr 390px; gap: 30px; padding-left: 6vw; padding-right: 6vw; }
	.hero-art { transform: scale(.86); }
	.process-grid { grid-template-columns: repeat(3, 1fr); }
	.process-grid article { border-bottom: 1px solid var(--bsl-line); }
	.footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
	.site-header { height: 74px; }
	.site-header__inner { padding: 0 20px; }
	.header-cta { display: none; }
	.hero { min-height: 0; padding: 72px 24px; grid-template-columns: 1fr; }
	.hero-art { min-height: 460px; transform: scale(.9); }
	.trust-row { margin-top: 42px; }
	.promise-strip { overflow: hidden; justify-content: flex-start; }
	.promise-strip span:nth-of-type(n+3), .promise-strip i:nth-of-type(n+2) { display: none; }
	.split-heading, .text-services, .kdp-section, .about-section, .faq-section, .contact-section { grid-template-columns: 1fr; gap: 60px; }
	.service-grid { grid-template-columns: 1fr; }
	.kdp-visual { order: 2; }
	.kdp-section__copy { order: 1; }
	.process-grid { grid-template-columns: repeat(2, 1fr); }
	.testimonial-grid, .post-grid { grid-template-columns: 1fr; }
	.testimonial-grid article { min-height: 280px; }
	.faq-section__heading, .content-sidebar { position: static; }
	.footer-intro { grid-template-columns: 1fr; gap: 25px; }
	.footer-email { text-align: left; }
	.content-layout { grid-template-columns: 1fr; }
	.article-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
	.brand__copy strong { font-size: 15px; }
	.brand__copy small { display: none; }
	.brand__custom-logo img { max-width: 190px; }
	.hero h1 { font-size: 51px; }
	.hero__lead { font-size: 16px; }
	.hero__actions { align-items: flex-start; flex-direction: column; }
	.trust-row { grid-template-columns: 1fr; }
	.trust-row li { padding: 16px 0; border-left: 0; border-bottom: 1px solid var(--bsl-line); }
	.hero-art { min-height: 390px; margin: -25px -50px; transform: scale(.72); }
	.promise-strip span { white-space: nowrap; }
	.section { padding: 80px 22px; }
	.split-heading h2, .kdp-section__copy h2, .about-section__copy h2, .faq-section__heading h2, .contact-section__copy h2, .text-services__intro h2, .centered-heading h2 { font-size: 42px; }
	.service-card { min-height: 0; padding: 30px 24px; grid-template-columns: 45px 1fr; }
	.text-service-list article { grid-template-columns: 34px 1fr 22px; }
	.kdp-visual { min-height: 430px; margin: -35px -55px; transform: scale(.76); }
	.process-grid { grid-template-columns: 1fr; }
	.process-grid article { min-height: 0; padding: 26px 4px; border-right: 0; }
	.process-grid span { margin-bottom: 18px; }
	.about-quote { min-height: 420px; padding: 40px 32px; }
	.form-row { grid-template-columns: 1fr; gap: 0; }
	.contact-section { padding: 80px 20px; }
	.contact-form { padding: 30px 22px; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-bottom { flex-direction: column; }
	.page-hero { padding: 70px 22px; }
	.page-hero h1 { font-size: 49px; }
	.content-layout { padding: 65px 20px; }
	.entry-content { font-size: 16px; }
	.bsl-inline-cta { padding: 30px 24px; }
	.not-found-page > div { align-items: center; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
