/* Shared typography and warmer editorial surfaces across the public site. */
/* Intake reference: cream canvas, white panels, restrained rounded edges. */
body:not(.home) .site-header{background:var(--paper);color:var(--ink)}
body:not(.home) .header-inner{border-bottom-color:var(--line)}
body:not(.home) .site-header .header-cta{color:#a43d16;border-color:#c8501f;border-radius:8px}
body:not(.home) .nav-list a:hover,body:not(.home) .nav-list .current-menu-item a{color:#a43d16}
body:not(.home) .page-heading{background:var(--paper)}
body:not(.home) .page-heading h1{font-weight:600;font-size:clamp(2rem,3.5vw,3.2rem)}
body:not(.home) .page-layout>.prose,body:not(.home).single .prose{background:#fff;border:1px solid var(--line);border-radius:12px;padding:32px}
body:not(.home) .service-overview .service-item,body:not(.home) .archive-item,body:not(.home) .empty-state,body:not(.home) .work-grid .project-card{background:#fff;border:1px solid var(--line);border-radius:12px}
body:not(.home) .prose h2{font-weight:600;font-size:1.55rem}
body:not(.home) .kairos-contact-form input,body:not(.home) .kairos-contact-form select,body:not(.home) .kairos-contact-form textarea{background:#fff;border-radius:8px}
body:not(.home) .kairos-contact-form button,body:not(.home) .button{border-radius:8px}
body:not(.home).single .prose{margin-top:36px;margin-bottom:36px}
body:not(.home) .cta-band{border-radius:12px}
@media(max-width:700px){body:not(.home) .page-layout>.prose,body:not(.home).single .prose{padding:22px}}
body{font-family:'DM Sans',Arial,sans-serif}h1,h2,h3,.wordmark{font-family:'Manrope',Arial,sans-serif}
.wordmark{font-size:1.5rem;letter-spacing:.075em}.header-inner{padding:22px 0}
.page-heading{background:#eae2d7;color:var(--ink);padding:28px 0 42px;border-bottom:1px solid var(--line)}
.page-heading .eyebrow{color:#a43d16;font-size:.68rem;margin-bottom:14px}.page-heading h1{font-size:clamp(2.1rem,4.2vw,3.8rem);font-weight:500;line-height:1.14;letter-spacing:-.05em;max-width:1000px}
.breadcrumb{display:inline-block;font-size:.78rem;text-decoration:none;color:var(--muted);margin-bottom:26px}
.page-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:80px;align-items:start;padding-top:46px;padding-bottom:56px}
.page-aside{padding-top:8px}.page-aside .eyebrow{font-size:.65rem;color:#a43d16}.page-aside nav{display:flex;flex-direction:column}
.page-aside nav a{font-size:.88rem;padding:13px 0;border-bottom:1px solid var(--line);text-decoration:none}.page-aside nav a[aria-current]{color:#a43d16;font-weight:700}.page-aside nav a:hover{color:#a43d16}
.page-aside p{font-size:.88rem;color:var(--muted)}.page-aside h2{font-size:1.6rem;line-height:1.25;font-weight:500}.page-aside .aside-note{font-size:.8rem;margin-top:24px}.page-aside .text-link{font-size:.85rem;color:#a43d16}
.page-layout>.prose{margin:0;padding:0;max-width:780px;width:100%;font-size:1.03rem;line-height:1.8;min-width:0}
.prose h2{font-size:clamp(1.5rem,2.2vw,2rem);font-weight:500;line-height:1.25;letter-spacing:-.035em;margin-top:36px}.prose h3{font-size:1.25rem;font-weight:600;line-height:1.35;margin-top:28px}
.page-layout .prose>h2:first-child{margin-top:0}.prose p{color:#514a43}.prose li{margin-bottom:10px}.prose li::marker{color:#a43d16}.prose a:not(.button):not(.wp-block-button__link){color:#a43d16}
.service-intro.prose{padding:0;min-height:0;max-width:800px;margin-bottom:35px}.service-intro h2{margin-top:0;font-weight:500}.service-overview{gap:24px}
.service-overview .service-item{background:#faf7f2;border:1px solid var(--line);border-top:2px solid #c8501f;padding:30px;display:flex;flex-direction:column}
.service-overview .service-item h2{font-size:1.6rem;line-height:1.25;font-weight:500}.service-overview .service-item p{font-size:.96rem;line-height:1.7;color:var(--muted)}.service-overview .service-item p:last-child{margin-top:auto;padding-top:22px}.service-overview .text-link{color:#a43d16;font-size:.88rem}
.archive-list{padding-top:40px;padding-bottom:50px}.archive-item{max-width:940px;padding:30px;background:#faf7f2;border:1px solid var(--line);border-top:2px solid #c8501f;margin-bottom:22px}
.archive-item h2{font-size:clamp(1.55rem,2.5vw,2.15rem);font-weight:500;line-height:1.25}.archive-item h2 a{text-decoration:none}.archive-item>p{color:var(--muted)}.archive-item .text-link{color:#a43d16;font-size:.9rem}
.post-meta{font-size:.75rem;letter-spacing:.04em}.single .prose{max-width:780px;font-size:1.05rem;line-height:1.85}.single .prose>img{display:block;width:100%;height:auto;margin-bottom:30px}
.work-grid .project-card h2{font-size:1.65rem;font-weight:500;line-height:1.3}.work-grid .project-card{background:#faf7f2;color:var(--ink);border:1px solid var(--line);border-top:2px solid #c8501f}.work-grid .project-card img{aspect-ratio:16/10;object-fit:cover;margin-bottom:22px}
.empty-state{max-width:860px;background:#faf7f2;border:1px solid var(--line);border-top:2px solid #c8501f;padding:32px}.empty-state h2{color:var(--ink);font-weight:500;font-size:1.8rem}.empty-state .text-link{color:#a43d16}
.contact-layout{grid-template-columns:.8fr 1.3fr}.contact-layout .prose{background:#faf7f2;border:1px solid var(--line);padding:30px}
.kairos-contact-form{gap:20px}.kairos-contact-form label{font-size:.9rem;font-weight:600}.kairos-contact-form input,.kairos-contact-form select,.kairos-contact-form textarea{background:#fffdf9;border-color:#cfc2b2;border-radius:2px}.kairos-contact-form button{background:#b84317;border-color:#b84317}.kairos-contact-form button:hover{background:#983613}
.cta-band h2{font:500 1.65rem 'Manrope',Arial,sans-serif}
@media(max-width:1000px){.page-layout{grid-template-columns:210px minmax(0,1fr);gap:38px}.contact-layout{grid-template-columns:.8fr 1.3fr;gap:30px}}
@media(max-width:700px){.page-heading{padding:24px 0 30px}.page-heading h1{font-size:2.2rem;overflow-wrap:break-word}.page-layout,.contact-layout{grid-template-columns:1fr;padding-top:28px;padding-bottom:35px;gap:28px}.page-aside nav{flex-direction:row;flex-wrap:wrap;gap:0 20px}.page-aside nav a{font-size:.8rem;padding:9px 0}.page-aside .aside-note{display:none}.page-layout .prose{font-size:1rem}.contact-layout .prose{padding:21px}.service-overview .service-item{padding:24px}.archive-item,.empty-state{padding:24px}.single .prose{font-size:1rem}.breadcrumb{margin-bottom:20px}}
