:root {
  --powell-lake: #123f5a;
  --powell-lake-deep: #0b3045;
  --powell-cerulean: #3f8edb;
  --powell-cerulean-deep: #2b75b9;
  --powell-powder: #dceeff;
  --powell-powder-soft: #eef6fc;
  --powell-ivory: #faf8f4;
  --powell-paper: #fffdf9;
  --powell-clay: #c9826c;
  --powell-sage: #758e83;
  --powell-text: #304650;
  --powell-muted: #687b84;
  --powell-line: #d5e2e8;
  --powell-serif: Georgia, "Times New Roman", serif;
  --powell-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--powell-ivory);
  overflow-x: hidden;
}

.wp-site-blocks {
  padding: 92px 0 0;
}

.wp-site-blocks > * {
  margin-block-start: 0;
}

.powell-main {
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

.powell-main > .wp-block-post-content,
.powell-main > .wp-block-post-content > * {
  margin-block-start: 0;
}

.powell-section {
  padding-block: 112px;
}

.powell-eyebrow,
.powell-card-eyebrow,
.powell-note-label,
.powell-credential {
  margin: 0 0 17px;
  color: var(--powell-cerulean-deep);
  font-family: var(--powell-sans);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.powell-eyebrow-light {
  color: #bcdcf3;
}

.powell-site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(18, 63, 90, 0.08);
  background: rgba(255, 253, 249, 0.95);
  backdrop-filter: blur(18px);
}

.admin-bar .powell-site-header {
  top: 32px;
}

.powell-nav-wrap {
  min-height: 92px;
  padding-inline: 24px;
  gap: 28px;
}

.powell-brand-link {
  display: inline-block;
  flex: 0 0 auto;
}

.powell-brand-lockup {
  display: block;
  width: 270px;
  height: 78px;
  background-image: url("../images/powell-brand-board.png");
  background-position: 90% 94%;
  background-repeat: no-repeat;
  background-size: 200% auto;
  mix-blend-mode: multiply;
}

.powell-primary-nav {
  margin-left: auto;
  color: var(--powell-lake);
  font-size: 0.92rem;
  font-weight: 650;
}

.powell-primary-nav .wp-block-navigation__container {
  gap: 24px !important;
}

.powell-primary-nav .wp-block-navigation-item,
.powell-primary-nav .wp-block-navigation-item__content {
  white-space: nowrap;
}

.powell-primary-nav .wp-block-navigation-item__content {
  color: var(--powell-lake);
}

.powell-primary-nav .wp-block-navigation-item__content:hover,
.powell-primary-nav .wp-block-navigation-item__content:focus {
  color: var(--powell-cerulean-deep);
}

.wp-block-button__link {
  min-height: 52px;
  padding: 15px 27px;
  border: 1.5px solid transparent;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(43, 117, 185, 0.17);
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.2;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
  background: var(--powell-cerulean-deep);
  box-shadow: 0 15px 34px rgba(43, 117, 185, 0.24);
  color: #fff;
  transform: translateY(-2px);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--powell-cerulean);
  background: rgba(255, 253, 249, 0.62);
  box-shadow: none;
  color: var(--powell-cerulean-deep);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: var(--powell-powder-soft);
}

.powell-header-cta .wp-block-button__link {
  min-height: 48px;
  padding: 13px 20px;
  font-size: 0.86rem;
}

.powell-hero {
  position: relative;
  padding: 48px 0 30px;
  background:
    radial-gradient(circle at 42% 28%, rgba(220, 238, 255, 0.72), transparent 27%),
    var(--powell-ivory);
  isolation: isolate;
}

.powell-hero::before,
.powell-hero::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(63, 142, 219, 0.16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.powell-hero::before {
  top: 7%;
  left: -180px;
  width: 560px;
  height: 560px;
}

.powell-hero::after {
  top: 15%;
  left: -95px;
  width: 390px;
  height: 390px;
}

.powell-hero-layout {
  min-height: 610px;
  padding-inline: 32px;
  gap: 40px;
}

.powell-hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  flex-basis: calc(42% - 20px) !important;
  padding-block: 34px 44px;
}

.powell-hero-title {
  max-width: 100%;
  margin: 0 0 26px;
  color: var(--powell-lake);
  font-family: var(--powell-serif);
  font-size: clamp(3.15rem, 4.55vw, 4.45rem) !important;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.powell-hero-title em {
  color: var(--powell-cerulean);
  font-weight: 500;
}

.powell-lead {
  max-width: 650px;
  margin: 0 0 32px;
  color: #455d68;
  font-size: clamp(1.03rem, 1.4vw, 1.18rem) !important;
  line-height: 1.65;
}

.powell-button-row {
  gap: 14px;
}

.powell-hero-visual {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 3;
  flex-basis: calc(58% - 20px) !important;
  border-radius: 66px 24px 78px 30px;
  background: var(--powell-powder);
  box-shadow: 0 28px 70px rgba(18, 63, 90, 0.14);
  overflow: hidden;
}

.powell-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.powell-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.powell-hero-visual::after {
  content: none;
}

.powell-image-note {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 19px 21px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 12px 28px rgba(18, 63, 90, 0.12);
  backdrop-filter: blur(12px);
}

.powell-image-note p {
  margin: 0;
  color: var(--powell-lake);
  font-family: var(--powell-serif);
  font-size: 1.2rem;
}

.powell-image-note .powell-note-label {
  margin-bottom: 3px;
  color: var(--powell-clay);
  font-family: var(--powell-sans);
  font-size: 0.7rem;
}

.powell-trust-row {
  margin-block: 0;
  padding: 22px 30px;
  border: 1px solid rgba(63, 142, 219, 0.2);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.84);
  gap: 20px;
}

.powell-trust-row p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  color: var(--powell-lake);
  font-size: 0.83rem;
  font-weight: 750;
  text-align: center;
}

.powell-trust-row p::before {
  width: 18px;
  height: 20px;
  flex: 0 0 18px;
  background: var(--powell-cerulean);
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 21c5-5 9-11 14-18M9 16C5 16 3 13 3 9c4 0 7 2 8 5m3-4c0-4 2-7 6-8 1 4-1 8-5 10' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 21c5-5 9-11 14-18M9 16C5 16 3 13 3 9c4 0 7 2 8 5m3-4c0-4 2-7 6-8 1 4-1 8-5 10' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.powell-intro-grid,
.powell-section-heading,
.powell-about-grid,
.powell-team-grid,
.powell-contact-grid,
.powell-process-grid {
  padding-inline: 32px;
}

.powell-intro-grid {
  align-items: flex-start !important;
  gap: 100px;
}

.powell-intro-grid h2 {
  margin: 28px 0 0;
}

.powell-copy-card {
  padding: 36px;
  border: 1px solid var(--powell-line);
  border-radius: 22px;
  background: var(--powell-paper);
  box-shadow: 0 18px 45px rgba(18, 63, 90, 0.06);
  color: #536a74;
  font-size: 1.07rem;
  line-height: 1.8;
}

.powell-copy-card p:last-child {
  margin-bottom: 0;
}

.powell-services-section {
  position: relative;
  padding-bottom: 0;
  background: var(--powell-powder-soft);
}

.powell-section-heading {
  margin-bottom: 58px;
  align-items: flex-end !important;
  gap: 50px;
}

.powell-section-heading > .wp-block-column:first-child {
  flex-basis: calc(54% - 25px) !important;
}

.powell-section-heading > .wp-block-column:last-child {
  flex-basis: calc(46% - 25px) !important;
  min-width: 0;
}

.powell-section-heading h2,
.powell-centered-heading h2 {
  margin: 0;
}

.powell-section-heading .wp-block-column:last-child p {
  margin: 0 0 6px;
  color: var(--powell-muted);
}

.powell-card-row {
  margin-block: 0 20px;
  padding-inline: 32px;
  gap: 20px;
  align-items: stretch !important;
}

.powell-card-row:last-child {
  margin-bottom: 0;
}

.powell-service-card {
  display: flex;
  box-sizing: border-box;
  min-height: 430px;
  padding: 39px;
  border: 1px solid var(--powell-line);
  border-radius: 24px;
  background: var(--powell-paper);
  box-shadow: 0 16px 38px rgba(18, 63, 90, 0.05);
  flex-direction: column;
}

.powell-service-card h3 {
  max-width: 440px;
  margin: 0 0 17px;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.powell-service-card > p:not(.powell-card-eyebrow, .powell-fee, .powell-text-link) {
  color: #536a74;
}

.powell-fee {
  margin: 0 0 18px;
  color: var(--powell-cerulean-deep);
  font-size: 0.95rem;
}

.powell-check-list {
  margin: auto 0 26px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(117, 142, 131, 0.25);
  list-style: none;
}

.powell-check-list li {
  position: relative;
  margin: 8px 0;
  padding-left: 28px;
  color: #4e6570;
  font-size: 0.91rem;
}

.powell-check-list li::before {
  position: absolute;
  left: 2px;
  color: var(--powell-sage);
  content: "✓";
  font-weight: 800;
}

.powell-text-link {
  margin: auto 0 0;
  padding-top: 28px;
  font-size: 0.9rem;
}

.powell-assessment-cta {
  margin-top: auto;
  padding-top: 30px;
}

.powell-assessment-cta .wp-block-button__link {
  min-height: 46px;
  padding: 13px 19px;
  border-radius: 10px;
  box-shadow: none;
  font-size: 0.86rem;
}

.powell-service-card-dark .powell-assessment-cta .wp-block-button__link {
  background: #fff;
  color: var(--powell-lake);
}

.powell-service-card-dark .powell-assessment-cta .wp-block-button__link:hover,
.powell-service-card-dark .powell-assessment-cta .wp-block-button__link:focus-visible {
  background: var(--powell-powder);
  color: var(--powell-lake-deep);
}

.powell-service-card-dark {
  background: var(--powell-lake);
  color: #d0e0e7;
}

.powell-service-card-dark h3,
.powell-service-card-dark .powell-fee {
  color: #fff;
}

.powell-service-card-dark .powell-card-eyebrow,
.powell-service-card-dark a {
  color: #9dcef0;
}

.powell-service-card-dark > p:not(.powell-card-eyebrow, .powell-fee, .powell-text-link),
.powell-service-card-dark .powell-check-list li {
  color: #d0e0e7;
}

.powell-service-card-warm {
  background: #fff8f5;
}

.powell-service-card-sage,
.powell-services-section .powell-card-row:last-child > .powell-service-card:first-child {
  border-color: #cbded6;
  background: #edf4f1;
}

.powell-accessibility-note {
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  max-width: none !important;
  margin: 108px calc(50% - 50vw) 0 !important;
  padding: 64px 32px;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: linear-gradient(112deg, var(--powell-lake-deep) 0%, #18516e 100%);
  box-shadow: 0 -108px 0 var(--powell-powder-soft);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.powell-accessibility-note > * {
  position: relative;
  z-index: 1;
  width: min(930px, calc(100% - 96px));
  max-width: 930px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.powell-accessibility-note::before {
  position: absolute;
  z-index: 1;
  top: 69px;
  left: max(24px, calc(50% - 590px));
  width: 27px;
  height: 30px;
  background: #efb6a5;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 21c5-5 9-11 14-18M9 16C5 16 3 13 3 9c4 0 7 2 8 5m3-4c0-4 2-7 6-8 1 4-1 8-5 10' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 21c5-5 9-11 14-18M9 16C5 16 3 13 3 9c4 0 7 2 8 5m3-4c0-4 2-7 6-8 1 4-1 8-5 10' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.powell-accessibility-note::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: -320px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 139px, rgba(188, 220, 243, 0.19) 140px 141px, transparent 142px),
    radial-gradient(circle, transparent 0 219px, rgba(188, 220, 243, 0.14) 220px 221px, transparent 222px),
    radial-gradient(circle, transparent 0 299px, rgba(188, 220, 243, 0.1) 300px 301px, transparent 302px);
  content: "";
  pointer-events: none;
  transform: translateY(-50%);
}

.powell-accessibility-note .powell-eyebrow {
  margin-bottom: 9px;
  color: #bcdcf3;
}

.powell-accessibility-note h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
}

.powell-accessibility-note > p:not(.powell-eyebrow) {
  max-width: 930px;
  margin: 0;
  color: #e2edf2;
}

.powell-accessibility-note .powell-accessibility-detail {
  margin-top: 10px !important;
  color: #bfd2dc !important;
  font-size: 0.86rem;
}

.powell-centered-heading {
  max-width: 800px;
  margin-bottom: 58px;
  text-align: center;
}

.powell-centered-heading > p:last-child {
  max-width: 700px;
  margin: 24px auto 0;
  color: var(--powell-muted);
}

.powell-audience-row {
  padding-inline: 32px;
  gap: 20px;
  align-items: stretch !important;
}

.powell-audience-card {
  --powell-audience-padding: 34px;
  padding: var(--powell-audience-padding);
  border: 1px solid var(--powell-line);
  border-radius: 22px;
  background: var(--powell-paper);
  overflow: hidden;
}

.powell-audience-card::before {
  display: block;
  height: 190px;
  margin: calc(-1 * var(--powell-audience-padding)) calc(-1 * var(--powell-audience-padding)) 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.powell-audience-card:nth-child(1)::before {
  background-image: url("../images/audience-children.webp");
  background-position: center 46%;
}

.powell-audience-card:nth-child(2)::before {
  background-image: url("../images/audience-students.webp");
  background-position: center 48%;
}

.powell-audience-card:nth-child(3)::before {
  background-image: url("../images/audience-adults.webp");
  background-position: center 44%;
}

.powell-audience-card-blue {
  background: var(--powell-powder-soft);
}

.powell-audience-card h3 {
  min-height: 62px;
  margin: 0 0 18px;
  font-size: 1.7rem;
}

.powell-audience-card > p:not(.powell-card-eyebrow) {
  color: var(--powell-muted);
}

.powell-audience-card .powell-check-list {
  margin-top: 22px;
  margin-bottom: 0;
}

.powell-image-bridge {
  background-image: linear-gradient(90deg, rgba(11, 48, 69, 0.18), rgba(11, 48, 69, 0.62)), url("../images/forest-road.webp");
  background-position: center 48%;
  background-size: cover;
}

.powell-image-bridge .wp-block-cover__inner-container {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
  padding-block: 100px 70px;
}

.powell-image-bridge h2 {
  max-width: 880px;
  margin: 0 0 18px;
  color: #fff !important;
}

.powell-image-bridge p:last-child {
  max-width: 700px;
  color: #fff !important;
  font-size: clamp(1.15rem, 2vw, 1.35rem) !important;
  line-height: 1.55;
}

.powell-process-section {
  position: relative;
  background: var(--powell-lake-deep);
  color: #dce9ee;
}

.powell-process-grid {
  gap: 100px;
}

.powell-process-intro h2 {
  margin: 0 0 25px;
  color: #fff !important;
}

.powell-process-intro > p:not(.powell-eyebrow) {
  margin-bottom: 32px;
  color: #b9cbd3;
}

.powell-process-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.powell-process-step {
  padding: 31px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  gap: 22px;
}

.powell-step-number {
  display: grid;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 50%;
  background: rgba(201, 130, 108, 0.18);
  flex: 0 0 40px;
  place-items: center;
  color: #f0c8bc;
  font-size: 0.75rem;
  font-weight: 750;
}

.powell-process-step h3 {
  margin: 3px 0 10px;
  color: #fff;
  font-family: var(--powell-sans);
  font-size: 1.15rem;
  font-weight: 750;
}

.powell-process-step p {
  margin-bottom: 0;
  color: #b9cbd3;
}

.powell-about-section {
  background: var(--powell-paper);
}

.powell-about-grid {
  gap: 86px;
}

.powell-about-visual {
  position: relative;
  display: flex;
  min-height: 620px;
  padding: 42px;
  border-radius: 34px 90px 34px 34px;
  background:
    radial-gradient(circle at 72% 27%, rgba(63, 142, 219, 0.22), transparent 28%),
    linear-gradient(145deg, #e3f0fa 0%, #f9f6f0 56%, #f0d9d1 130%);
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
}

.powell-about-mark {
  position: absolute;
  z-index: 1;
  top: 46px;
  right: 54px;
  width: 155px;
  height: 155px;
  background-image: url("../images/powell-brand-board.png");
  background-position: 50% 9%;
  background-repeat: no-repeat;
  background-size: 362% auto;
  mix-blend-mode: multiply;
}

.powell-about-mark::before,
.powell-about-mark::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(63, 142, 219, 0.22);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.powell-about-mark::before {
  inset: -34px;
}

.powell-about-mark::after {
  inset: -72px;
  border-color: rgba(63, 142, 219, 0.13);
}

.powell-about-visual > p {
  position: relative;
  max-width: 390px;
  margin: 0;
  color: var(--powell-lake);
  font-family: var(--powell-serif);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.18;
}

.powell-about-copy h2 {
  margin: 0 0 28px;
}

.powell-about-copy > p:not(.powell-eyebrow) {
  margin: 0 0 12px;
  color: #536a74;
}

.powell-commitment-list {
  margin: 34px 0 0;
  padding: 28px 28px 28px 55px;
  border: 1px solid var(--powell-line);
  border-radius: 18px;
  background: var(--powell-ivory);
}

.powell-commitment-list li {
  margin: 10px 0;
  color: var(--powell-lake);
  font-size: 0.94rem;
  font-weight: 650;
}

.powell-team-section {
  position: relative;
  background: var(--powell-powder-soft);
  isolation: isolate;
  overflow: hidden;
}

.powell-team-section::before {
  position: absolute;
  z-index: 0;
  top: 105px;
  left: -320px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 139px, rgba(63, 142, 219, 0.16) 140px 141px, transparent 142px),
    radial-gradient(circle, transparent 0 219px, rgba(63, 142, 219, 0.12) 220px 221px, transparent 222px),
    radial-gradient(circle, transparent 0 299px, rgba(63, 142, 219, 0.08) 300px 301px, transparent 302px);
  content: "";
  pointer-events: none;
}

.powell-team-grid {
  position: relative;
  z-index: 1;
  gap: 78px;
  align-items: flex-start !important;
}

.powell-profile-frame {
  position: relative;
  min-height: 660px;
  border-radius: 34px 34px 120px 34px;
  background: #dce8ee;
  box-shadow: 0 24px 54px rgba(18, 63, 90, 0.12);
  overflow: hidden;
}

.powell-profile-frame figure,
.powell-profile-frame img {
  width: 100%;
  min-height: 660px;
  margin: 0;
}

.powell-profile-frame img {
  object-fit: cover;
  object-position: center 24%;
}

.powell-profile-badge {
  position: absolute;
  right: 48px;
  bottom: 23px;
  margin: 0;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.92);
  color: var(--powell-lake);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.powell-profile-copy h2 {
  margin: 0 0 10px;
}

.powell-profile-copy > p:not(.powell-eyebrow, .powell-credential, .powell-growth-note) {
  margin: 0 0 12px;
  color: #536a74;
}

.powell-copy-card > p:not(:last-child) {
  margin-bottom: 12px;
}

.powell-credential {
  margin-bottom: 30px;
}

.powell-profile-copy blockquote {
  margin: 32px 0 0;
  padding: 26px 28px;
  border-left: 4px solid var(--powell-clay);
  border-radius: 0 16px 16px 0;
  background: rgba(255, 253, 249, 0.74);
  color: var(--powell-lake);
  font-family: var(--powell-serif);
  font-size: 1.28rem;
  font-style: italic;
  line-height: 1.5;
}

.powell-profile-copy blockquote p {
  margin: 0;
}

.powell-growth-note {
  margin-top: 26px;
  padding: 20px 22px;
  border: 1px solid var(--powell-line);
  border-radius: 14px;
  background: var(--powell-paper);
  color: #536973;
  font-size: 0.9rem;
}

.powell-contact-section {
  background: var(--powell-ivory);
}

.powell-contact-grid {
  gap: 34px;
  align-items: flex-start !important;
}

.powell-contact-intro {
  padding: 43px;
  border-radius: 28px 28px 80px 28px;
  background: var(--powell-lake);
  box-shadow: 0 24px 58px rgba(18, 63, 90, 0.15);
  color: #eef7fb;
}

.powell-contact-intro h2 {
  margin: 0 0 24px;
  color: #fff !important;
}

.powell-contact-intro > p:not(.powell-eyebrow),
.powell-contact-intro h3 {
  color: #dcebf2 !important;
}

.powell-contact-intro a {
  color: #fff;
}

.powell-contact-card {
  margin: 30px 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  background: rgba(63, 142, 219, 0.16);
}

.powell-contact-card p {
  margin: 0;
}

.powell-contact-card a {
  font-size: clamp(1.05rem, 1.75vw, 1.55rem);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.powell-contact-card .powell-card-eyebrow {
  margin-bottom: 4px;
  color: #c8e2f4;
}

.powell-contact-intro .wp-block-separator {
  width: 100%;
  height: 1px;
  margin: 30px 0 24px;
  border: 0;
  background: rgba(255, 255, 255, 0.24);
}

.powell-contact-intro h3 {
  margin: 0 0 12px;
}

.powell-form-column {
  min-width: 0;
}

.powell-inquiry-form {
  padding: 44px;
  border: 1px solid var(--powell-line);
  border-radius: 28px;
  background: var(--powell-paper);
  box-shadow: 0 24px 65px rgba(18, 63, 90, 0.08);
}

.powell-inquiry-form *,
.powell-inquiry-form *::before,
.powell-inquiry-form *::after {
  box-sizing: border-box;
}

.powell-form-heading {
  margin-bottom: 34px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--powell-line);
}

.powell-form-heading h3 {
  max-width: 630px;
  margin: 0 0 10px;
  font-family: var(--powell-serif);
  font-size: clamp(1.95rem, 3vw, 2.6rem);
  font-weight: 500;
  line-height: 1.08;
}

.powell-form-heading p:last-child {
  margin: 0;
  color: var(--powell-muted);
  font-size: 0.82rem;
}

.powell-form-row {
  display: grid;
  margin-bottom: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.powell-form-row-single {
  grid-template-columns: minmax(0, 1fr);
}

.powell-inquiry-form label {
  display: grid;
  margin-bottom: 20px;
  gap: 8px;
  color: var(--powell-lake);
  font-size: 0.82rem;
  font-weight: 700;
}

.powell-form-row label {
  margin-bottom: 0;
}

.powell-inquiry-form input,
.powell-inquiry-form select,
.powell-inquiry-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #cbdbe3;
  border-radius: 10px;
  background: #fbfdfe;
  color: var(--powell-lake);
  font-family: var(--powell-sans);
  font-size: 0.95rem;
  font-weight: 400;
}

.powell-inquiry-form input,
.powell-inquiry-form select {
  min-height: 50px;
}

.powell-inquiry-form textarea {
  min-height: 118px;
  resize: vertical;
}

.powell-inquiry-form input:focus,
.powell-inquiry-form select:focus,
.powell-inquiry-form textarea:focus {
  border-color: var(--powell-cerulean);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(63, 142, 219, 0.13);
  outline: none;
}

.powell-inquiry-form .powell-consent-field {
  display: flex;
  margin: 24px 0 20px;
  align-items: flex-start;
  gap: 12px;
  color: #536a74;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.55;
}

.powell-inquiry-form .powell-consent-field input[type="checkbox"] {
  width: 19px;
  min-height: 19px;
  margin: 2px 0 0;
  padding: 0;
  flex: 0 0 19px;
  accent-color: var(--powell-cerulean-deep);
}

.powell-inquiry-form .powell-consent-field input[type="checkbox"]:focus-visible {
  box-shadow: 0 0 0 4px rgba(63, 142, 219, 0.18);
  outline: 2px solid var(--powell-cerulean-deep);
  outline-offset: 2px;
}

.powell-inquiry-form .powell-consent-field a {
  font-weight: 700;
}

.powell-form-submit-row {
  display: flex;
  margin-top: 10px;
  align-items: center;
  gap: 18px;
}

.powell-form-submit-row button {
  min-height: 52px;
  padding: 15px 27px;
  border: 0;
  border-radius: 12px;
  background: var(--powell-cerulean);
  box-shadow: 0 12px 28px rgba(43, 117, 185, 0.17);
  color: #fff;
  cursor: pointer;
  font: 750 0.94rem/1.2 var(--powell-sans);
}

.powell-form-submit-row p {
  max-width: 310px;
  margin: 0;
  color: var(--powell-muted);
  font-size: 0.75rem;
  line-height: 1.45;
}

.powell-form-message {
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid #b8d8cb;
  border-radius: 12px;
  background: #edf8f3;
  color: #315c4c;
  font-size: 0.88rem;
}

.powell-form-message.is-error {
  border-color: #dfb5ac;
  background: #fff2ef;
  color: #7a3528;
}

.powell-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.powell-safety-note {
  padding-block: 24px;
  border-block: 1px solid #dce6eb;
  background: var(--powell-powder-soft);
  color: #536973;
  font-size: 0.8rem;
}

.powell-safety-note p {
  padding-inline: 32px;
}

.powell-site-footer {
  padding: 70px 32px 24px;
  background: var(--powell-paper);
}

.powell-footer-grid {
  gap: 70px;
}

.powell-footer-grid > .wp-block-column:first-child p {
  max-width: 430px;
  margin-top: 14px;
  color: var(--powell-muted);
  font-size: 0.86rem;
}

.powell-footer-grid h3 {
  margin: 0 0 10px;
  color: var(--powell-lake);
  font-family: var(--powell-sans);
  font-weight: 750;
}

.powell-footer-nav,
.powell-footer-contact {
  color: #4d626c;
  font-size: 0.86rem;
}

.powell-footer-contact p {
  margin: 0 0 10px;
}

.powell-footer-bottom {
  margin-top: 58px;
  padding-top: 20px;
  border-top: 1px solid var(--powell-line);
  gap: 24px;
  color: #5f7079;
  font-size: 0.78rem;
}

.powell-footer-bottom p {
  margin: 0;
}

.powell-standard-page {
  min-height: 60vh;
  padding: 110px 32px;
}

body.privacy-policy .powell-standard-page {
  padding-block: 96px 120px;
}

body.privacy-policy .wp-block-post-title {
  margin: 0 0 24px;
}

body.privacy-policy .wp-block-post-content {
  padding: 46px 50px;
  border: 1px solid var(--powell-line);
  border-radius: 24px;
  background: var(--powell-paper);
  box-shadow: 0 20px 50px rgba(18, 63, 90, 0.07);
}

body.privacy-policy .wp-block-post-content > .powell-eyebrow {
  margin: 0 0 30px;
}

body.privacy-policy .wp-block-post-content > p {
  margin: 0 0 20px;
  color: #536a74;
  line-height: 1.75;
}

body.privacy-policy .wp-block-post-content > .has-large-font-size {
  margin-bottom: 22px;
  line-height: 1.55;
}

body.privacy-policy .wp-block-post-content > h2 {
  margin: 46px 0 14px;
  color: var(--powell-lake);
  font-family: var(--powell-serif);
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 500;
  line-height: 1.18;
}

.powell-privacy-return {
  margin-top: 48px;
}

#services,
#who-we-support,
#about,
#team,
#contact {
  scroll-margin-top: 110px;
}

.powell-contact-intro .powell-response-note {
  margin: 18px 0 0;
  padding-left: 14px;
  border-left: 2px solid #9dcef0;
  color: #fff;
  font-weight: 650;
}

.powell-post-card {
  margin-block: 32px;
  padding: 28px;
  border: 1px solid var(--powell-line);
  border-radius: 18px;
  background: var(--powell-paper);
}

:focus-visible {
  outline: 3px solid #8bc1e8;
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .powell-header-cta {
    display: none;
  }

  .powell-primary-nav {
    font-size: 0.84rem;
  }

  .powell-primary-nav .wp-block-navigation__container {
    gap: 18px !important;
  }

  .powell-hero-layout {
    gap: 34px;
  }

  .powell-about-grid,
  .powell-team-grid {
    gap: 54px;
  }
}

@media (max-width: 840px) {
  .wp-site-blocks {
    padding-top: 76px;
  }

  .admin-bar .powell-site-header {
    top: 46px;
  }

  .powell-section {
    padding-block: 80px;
  }

  .powell-nav-wrap {
    min-height: 76px;
    padding-inline: 14px;
    gap: 10px;
  }

  .powell-brand-lockup {
    width: 205px;
    height: 62px;
  }

  .powell-primary-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .powell-primary-nav .wp-block-navigation__responsive-container-open {
    display: flex !important;
  }

  .powell-primary-nav {
    margin-left: auto;
    flex: 0 0 auto;
  }

  .powell-header-cta {
    display: flex !important;
    margin-left: 0;
    flex: 0 0 auto;
  }

  .powell-header-cta .wp-block-button,
  .powell-header-cta .wp-block-button__link {
    width: auto;
  }

  .powell-header-cta .wp-block-button__link {
    min-height: 42px;
    padding: 10px 12px;
    font-size: 0.74rem;
    hyphens: none;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: normal;
  }

  .powell-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    box-sizing: border-box;
    width: 100%;
    min-height: 100dvh;
    padding: 100px 28px 40px !important;
    align-items: stretch;
    justify-content: flex-start;
    overflow-y: auto;
  }

  .powell-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 0 !important;
  }

  .powell-primary-nav .wp-block-navigation__responsive-container.is-menu-open {
    position: fixed !important;
    z-index: 10000;
    inset: 0 !important;
    display: flex !important;
    width: 100vw !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--powell-paper) !important;
    color: var(--powell-lake) !important;
  }

  .powell-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    width: 100%;
    border-bottom: 1px solid var(--powell-line);
  }

  .powell-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    display: block;
    width: 100%;
    padding: 18px 4px;
    color: var(--powell-lake);
    font-family: var(--powell-serif);
    font-size: clamp(1.4rem, 7vw, 1.8rem);
    font-weight: 500;
    line-height: 1.2;
  }

  .powell-primary-nav .wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 10px;
    color: var(--powell-lake);
  }

  .powell-primary-nav .wp-block-navigation__responsive-container-close svg {
    width: 32px;
    height: 32px;
  }

  .powell-hero-layout,
  .powell-intro-grid,
  .powell-section-heading,
  .powell-process-grid,
  .powell-about-grid,
  .powell-team-grid,
  .powell-contact-grid {
    flex-direction: column;
    gap: 44px;
  }

  .powell-hero-layout {
    padding-inline: 16px;
  }

  .powell-hero-copy,
  .powell-hero-visual {
    width: 100%;
    max-width: 100%;
    flex-basis: auto !important;
  }

  .powell-hero-visual {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .powell-card-row,
  .powell-audience-row {
    flex-wrap: wrap !important;
    padding-inline: 16px;
  }

  .powell-card-row > .wp-block-column,
  .powell-audience-row > .wp-block-column {
    flex-basis: 100% !important;
  }

  .powell-service-card {
    min-height: 430px;
  }

  .powell-process-grid,
  .powell-about-grid,
  .powell-team-grid,
  .powell-contact-grid,
  .powell-intro-grid,
  .powell-section-heading {
    padding-inline: 16px;
  }

  .powell-section-heading > .wp-block-column:first-child,
  .powell-section-heading > .wp-block-column:last-child {
    width: 100%;
    flex-basis: auto !important;
  }

  .powell-about-visual {
    min-height: 500px;
  }

  .powell-about-grid,
  .powell-about-grid > .wp-block-column,
  .powell-about-copy,
  .powell-about-visual {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .powell-about-grid > .wp-block-column {
    flex-basis: auto !important;
  }

  .powell-about-copy > *,
  .powell-commitment-list {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .powell-profile-frame,
  .powell-profile-frame figure,
  .powell-profile-frame img {
    min-height: 550px;
  }

  .powell-footer-grid {
    flex-wrap: wrap !important;
    gap: 40px;
  }

  .powell-footer-grid > .wp-block-column {
    flex-basis: 45% !important;
  }

  .powell-footer-grid > .wp-block-column:first-child {
    flex-basis: 100% !important;
  }
}

@media (max-width: 620px) {
  .powell-nav-wrap {
    min-height: 70px;
    padding-inline: 8px;
    gap: 8px;
  }

  .powell-brand-lockup {
    width: 138px;
    height: 44px;
  }

  .powell-header-cta .wp-block-button__link {
    min-height: 40px;
    padding: 9px;
    border-radius: 10px;
    font-size: 0.68rem;
  }

  .powell-hero {
    padding-top: 28px;
  }

  .powell-hero-copy {
    padding-bottom: 24px;
  }

  .powell-hero-title {
    font-size: clamp(2.85rem, 14vw, 3.4rem) !important;
  }

  .powell-button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .powell-button-row .wp-block-button,
  .powell-button-row .wp-block-button__link {
    width: 100%;
  }

  .powell-hero-visual {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 42px 20px 54px 22px;
  }

  .powell-image-note {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .powell-trust-row {
    padding: 20px;
    flex-direction: column;
  }

  .powell-trust-row p {
    justify-content: flex-start;
    text-align: left;
  }

  .powell-copy-card,
  .powell-service-card,
  .powell-audience-card,
  .powell-inquiry-form,
  .powell-contact-intro {
    padding: 28px;
  }

  .powell-accessibility-note {
    margin: 72px calc(50% - 50vw) 0 !important;
    padding: 46px 20px;
    box-shadow: 0 -72px 0 var(--powell-powder-soft);
  }

  .powell-accessibility-note::before {
    display: none;
  }

  .powell-accessibility-note::after {
    right: -260px;
    width: 420px;
    height: 420px;
    background:
      radial-gradient(circle, transparent 0 89px, rgba(188, 220, 243, 0.18) 90px 91px, transparent 92px),
      radial-gradient(circle, transparent 0 144px, rgba(188, 220, 243, 0.13) 145px 146px, transparent 147px),
      radial-gradient(circle, transparent 0 199px, rgba(188, 220, 243, 0.09) 200px 201px, transparent 202px);
  }

  .powell-accessibility-note > * {
    width: 100%;
  }

  .powell-audience-card {
    --powell-audience-padding: 28px;
    padding: var(--powell-audience-padding);
  }

  .powell-audience-card::before {
    height: 210px;
  }

  .powell-service-card {
    min-height: auto;
  }

  .powell-service-card h3 {
    max-width: 100%;
    font-size: clamp(1.42rem, 7vw, 1.9rem);
    letter-spacing: -0.035em;
    line-height: 1.08;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }

  .powell-service-card .powell-check-list {
    margin-top: 28px;
  }

  .powell-image-bridge .wp-block-cover__inner-container {
    width: calc(100% - 32px);
  }

  .powell-process-step {
    gap: 14px;
  }

  .powell-about-visual {
    min-height: 420px;
    padding: 30px;
  }

  .powell-about-mark {
    top: 36px;
    right: 26px;
    width: 125px;
    height: 125px;
  }

  .powell-about-mark::before {
    inset: -26px;
  }

  .powell-about-mark::after {
    inset: -54px;
  }

  .powell-profile-frame,
  .powell-profile-frame figure,
  .powell-profile-frame img {
    min-height: 450px;
  }

  .powell-team-section::before {
    top: 70px;
    left: -260px;
    width: 420px;
    height: 420px;
    background:
      radial-gradient(circle, transparent 0 89px, rgba(63, 142, 219, 0.15) 90px 91px, transparent 92px),
      radial-gradient(circle, transparent 0 144px, rgba(63, 142, 219, 0.11) 145px 146px, transparent 147px),
      radial-gradient(circle, transparent 0 199px, rgba(63, 142, 219, 0.07) 200px 201px, transparent 202px);
  }

  .powell-form-row {
    grid-template-columns: 1fr;
  }

  .powell-form-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .powell-form-submit-row button {
    width: 100%;
  }

  .powell-site-footer {
    padding-inline: 20px;
  }

  .powell-footer-grid {
    flex-direction: column;
  }

  .powell-footer-grid > .wp-block-column {
    flex-basis: 100% !important;
  }

  .powell-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  body.privacy-policy .powell-standard-page {
    padding: 72px 22px 88px;
  }

  body.privacy-policy .wp-block-post-content {
    padding: 28px 24px;
    border-radius: 18px;
  }

  body.privacy-policy .wp-block-post-title {
    font-size: 2.25rem !important;
  }

  body.privacy-policy .wp-block-post-content > .powell-eyebrow {
    margin-bottom: 24px;
  }

  body.privacy-policy .wp-block-post-content > .has-large-font-size {
    font-size: 1.12rem !important;
    line-height: 1.6;
  }

  body.privacy-policy .wp-block-post-content > h2 {
    margin-top: 38px;
    font-size: 1.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
