: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);
}

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

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

.powell-main {
  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: sticky;
  z-index: 50;
  top: 0;
  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: 660px;
  padding-inline: 32px;
  gap: 52px;
}

.powell-hero-copy {
  position: relative;
  z-index: 2;
  padding-block: 34px 44px;
}

.powell-hero-title {
  margin: 0 0 26px;
  color: var(--powell-lake);
  font-family: var(--powell-serif);
  font-size: clamp(3.5rem, 4.8vw, 5rem) !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: 630px;
  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,
.powell-hero-image img {
  width: 100%;
  height: 630px;
  margin: 0;
}

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

.powell-hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(11, 48, 69, 0.3));
  content: "";
  pointer-events: 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 {
  margin: 0;
  color: var(--powell-lake);
  font-size: 0.83rem;
  font-weight: 750;
  text-align: center;
}

.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;
  background: var(--powell-powder-soft);
}

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

.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;
  min-height: 475px;
  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: 0;
  font-size: 0.9rem;
}

.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-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 {
  padding: 34px;
  border: 1px solid var(--powell-line);
  border-radius: 22px;
  background: var(--powell-paper);
}

.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) {
  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 {
  background: var(--powell-powder-soft);
}

.powell-team-grid {
  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) {
  color: #536a74;
}

.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.3rem, 3vw, 2.25rem);
  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-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-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: #657680;
  font-size: 0.78rem;
}

.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: #78878f;
  font-size: 0.73rem;
}

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

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

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

.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) {
  .admin-bar .powell-site-header {
    top: 46px;
  }

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

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

  .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 .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: flex-start;
    padding: 96px 28px 32px;
  }

  .powell-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    align-items: flex-start;
    gap: 18px !important;
  }

  .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-visual,
  .powell-hero-image,
  .powell-hero-image img {
    min-height: 520px;
    height: 520px;
  }

  .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-about-visual {
    min-height: 500px;
  }

  .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-brand-lockup {
    width: 172px;
    height: 53px;
  }

  .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,
  .powell-hero-image,
  .powell-hero-image img {
    min-height: 430px;
    height: 430px;
  }

  .powell-hero-visual {
    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 {
    text-align: left;
  }

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

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

  .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-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;
  }
}

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

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