.page-hero{padding:clamp(2.5rem, 6vw, 4rem) 0;background:var(--ceder-gradient-soft);border-bottom:1px solid var(--ceder-gray-100)}.page-hero-inner{max-width:720px}.page-hero h1{font-size:clamp(2rem, 5vw, 3rem);margin-bottom:.75rem}.page-hero-lead{font-size:1.125rem;color:var(--ceder-gray-500);margin:0;max-width:52ch}.container.narrow{max-width:800px}.lead{font-size:1.125rem;line-height:1.7;color:var(--ceder-navy-soft);margin:0}.page-intro{padding-top:2rem;padding-bottom:0}.service-block{padding-top:2.5rem;padding-bottom:2.5rem}.service-block--alt{background:var(--ceder-off-white)}.service-block-header{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1.75rem}.service-block-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:64px;height:64px;background:var(--ceder-gradient);border-radius:var(--radius-md);color:var(--ceder-white)}.service-block-header h2{font-size:clamp(1.5rem, 3vw, 2rem);margin-bottom:.35rem}.service-block-header p{margin:0;color:var(--ceder-gray-500)}.check-list{list-style:none;margin:0;padding:0}.check-list li{position:relative;padding:.5rem 0 .5rem 1.75rem;color:var(--ceder-navy-soft);line-height:1.5}.check-list li::before{content:"";position:absolute;left:0;top:.85rem;width:10px;height:10px;border-radius:50%;background:var(--ceder-cyan);box-shadow:0 0 0 3px rgb(110 200 240 / .35)}.check-list.columns-2{display:grid;grid-template-columns:repeat(2,1fr);gap:0 1.5rem}.service-note{margin:1.5rem 0 0;padding:1rem 1.25rem;background:var(--ceder-white);border-left:4px solid var(--ceder-blue);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:.9375rem;color:var(--ceder-gray-500)}.service-block--alt .service-note{background:var(--ceder-white)}.about-page-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:2.5rem;align-items:start}.about-page-content h2{font-size:clamp(1.5rem, 3vw, 2rem);margin-bottom:1rem}.about-page-card{background:var(--ceder-gradient);color:var(--ceder-white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.about-page-card h3{color:var(--ceder-white);margin-bottom:.75rem}.about-page-card p{opacity:.95;margin:0 0 1.25rem}.about-page-card .check-list li{color:var(--ceder-white)}.about-page-card .check-list li::before{background:var(--ceder-white);box-shadow:0 0 0 3px rgb(255 255 255 / .25)}.goals-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.goal-card{padding:1.5rem;background:var(--ceder-white);border:1px solid var(--ceder-gray-100);border-radius:var(--radius-md);transition:box-shadow var(--transition),border-color var(--transition)}.goal-card:hover{box-shadow:var(--shadow-md);border-color:var(--ceder-cyan-light)}.goal-card h3{font-size:1.125rem;margin-bottom:.5rem}.goal-card p{margin:0;font-size:.9375rem;color:var(--ceder-gray-500)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.gallery-item{margin:0;border-radius:var(--radius-md);overflow:hidden;background:var(--ceder-gray-100);aspect-ratio:4 / 3}.gallery-item-link{display:block;width:100%;height:100%}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition)}.gallery-item:hover img{transform:scale(1.04)}.gallery-page-content .wp-block-gallery,.gallery-page-content .gallery{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))!important;gap:1rem!important}.gallery-page-content .wp-block-gallery .blocks-gallery-item,.gallery-page-content .gallery-item{margin:0!important}.gallery-page-content img{border-radius:var(--radius-md)}.gallery-empty{text-align:center;padding:3rem 1.5rem;background:var(--ceder-off-white);border-radius:var(--radius-md);color:var(--ceder-gray-500)}.cta-band{padding:3rem 0;background:var(--ceder-navy);color:var(--ceder-gray-200)}.cta-band-inner{text-align:center;max-width:520px;margin-inline:auto}.cta-band h2{color:var(--ceder-white);margin-bottom:.75rem;font-size:clamp(1.5rem, 3vw, 2rem)}.cta-band p{margin:0 0 1.5rem}@media (max-width:992px){.check-list.columns-2,.about-page-grid,.goals-grid{grid-template-columns:1fr}.service-block-header{flex-direction:column;gap:1rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr}}