:root {
  --phoenix-navy: #1a2b3c;
  --phoenix-green: #4a6741;
  --phoenix-purple: #7b5ea7;
  --phoenix-gold: #c9a96e;
  --phoenix-cream: #f6f2ea;
  --phoenix-white: #fff;
  --phoenix-section-space: clamp(4rem, 8vw, 7rem);
  --phoenix-radius: 8px;
  --phoenix-shadow: 0 16px 44px rgba(26, 43, 60, 0.12);
}
.phoenix-block{position:relative}.phoenix-container{width:min(1120px,calc(100% - 40px));margin-inline:auto}.phoenix-block h1,.phoenix-block h2,.phoenix-block h3{font-family:Aleo,serif;color:inherit}.phoenix-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.phoenix-section-intro{max-width:740px}.phoenix-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.phoenix-button{display:inline-block;padding:12px 20px;border:2px solid var(--phoenix-green);border-radius:4px;background:var(--phoenix-green);color:#fff;text-decoration:none;font-weight:700}.phoenix-button--outline{background:transparent;color:inherit;border-color:currentColor}.phoenix-block-placeholder{padding:20px;border:1px dashed #7b5ea7;background:#f3eef9;color:#58436f;text-align:center}.phoenix-hero{min-height:560px;display:grid;align-items:center;overflow:hidden;color:#fff}.phoenix-hero__background,.phoenix-hero__overlay{position:absolute;inset:0}.phoenix-hero__background{background-size:cover;background-position:center}.phoenix-hero__background--top{background-position:center top}.phoenix-hero__background--bottom{background-position:center bottom}.phoenix-hero__overlay{background:rgba(26,43,60,.5)}.phoenix-hero--overlay-light .phoenix-hero__overlay{background:rgba(26,43,60,.25)}.phoenix-hero--overlay-strong .phoenix-hero__overlay{background:rgba(26,43,60,.68)}.phoenix-hero__content{position:relative;z-index:1;padding-block:120px 80px}.phoenix-hero h1{max-width:900px;margin:0;font-size:clamp(2.75rem,7vw,5.5rem);line-height:1.02}.phoenix-hero__intro{max-width:680px;font-size:1.2rem}.phoenix-text-image,.phoenix-cards,.phoenix-testimonials,.phoenix-faq,.phoenix-gallery{padding-block:var(--phoenix-section-space)}.phoenix-text-image__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,80px);align-items:center}.phoenix-text-image--image-left .phoenix-text-image__media{order:-1}.phoenix-text-image__media{margin:0}.phoenix-text-image__media img{display:block;width:100%;height:auto;border-radius:var(--phoenix-radius)}.phoenix-cards__grid,.phoenix-testimonials__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:36px}.phoenix-card,.phoenix-testimonial{margin:0;background:#fff;border:1px solid rgba(26,43,60,.12);border-radius:var(--phoenix-radius);overflow:hidden;box-shadow:var(--phoenix-shadow)}.phoenix-card--featured{border-color:var(--phoenix-gold);box-shadow:0 0 0 3px rgba(201,169,110,.25),var(--phoenix-shadow)}.phoenix-card__image{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.phoenix-card__body,.phoenix-testimonial{padding:26px}.phoenix-card__badge,.phoenix-card__price{font-weight:700;color:var(--phoenix-green)}.phoenix-testimonial blockquote{margin:0 0 20px;font-family:Aleo,serif;font-size:1.2rem}.phoenix-testimonial figcaption span{display:block;color:#66727e}.phoenix-testimonial__image{width:64px;height:64px;object-fit:cover;border-radius:50%;margin-bottom:18px}.phoenix-cta{padding-block:clamp(56px,8vw,96px);background:var(--phoenix-green);color:#fff;text-align:center;background-size:cover;background-position:center}.phoenix-cta--purple{background-color:var(--phoenix-purple)}.phoenix-cta__content{max-width:820px}.phoenix-faq__inner{max-width:900px}.phoenix-faq__items{border-top:1px solid rgba(26,43,60,.2);margin-top:32px}.phoenix-faq__item{border-bottom:1px solid rgba(26,43,60,.2);padding:18px 0}.phoenix-faq__item summary{cursor:pointer;font-family:Aleo,serif;font-size:1.15rem;font-weight:700}.phoenix-faq__answer{padding:14px 0 4px}.phoenix-gallery__grid{display:grid;gap:16px;margin-top:32px}.phoenix-gallery--columns-2 .phoenix-gallery__grid{grid-template-columns:repeat(2,1fr)}.phoenix-gallery--columns-3 .phoenix-gallery__grid{grid-template-columns:repeat(3,1fr)}.phoenix-gallery--columns-4 .phoenix-gallery__grid{grid-template-columns:repeat(4,1fr)}.phoenix-gallery figure{margin:0}.phoenix-gallery img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.phoenix-gallery figcaption{font-size:.85rem;margin-top:6px}.is-style-phoenix-soft-panel{padding:32px;background:var(--phoenix-cream);border-radius:var(--phoenix-radius)}.is-style-phoenix-rounded img{border-radius:var(--phoenix-radius)}.is-style-phoenix-outline .wp-block-button__link{background:transparent;color:var(--phoenix-green);border:2px solid currentColor}@media(max-width:800px){.phoenix-text-image__grid{grid-template-columns:1fr}.phoenix-text-image__media{order:-1}.phoenix-cards__grid,.phoenix-testimonials__grid{grid-template-columns:1fr}.phoenix-gallery__grid{grid-template-columns:repeat(2,1fr)!important}.phoenix-hero{min-height:500px}}
