/* PLEESH design system.
 *
 * Layer order: tokens, fonts, base, motion, focus, layout, buttons,
 * header, shared section motifs, page sections, footer, breakpoints.
 * Interaction states (hover, active, focus, current) are load-bearing
 * for accessibility QA; keep every state visibly distinct.
 */

:root {
  --pleesh-canvas: #f7f3ea;
  --pleesh-surface: #ffffff;
  --pleesh-ink: #102a33;
  --pleesh-deep: #0b1f28;
  --pleesh-deep-2: #0e2731;
  --pleesh-muted: #4b626a;
  --pleesh-accent: #08756f;
  --pleesh-accent-strong: #06635e;
  --pleesh-accent-light: #53c7c2;
  --pleesh-border: #c9d2d1;
  --pleesh-border-soft: #dde3e0;
  --pleesh-caution: #8a5200;
  --pleesh-critical: #b42318;
  --pleesh-dark-text: #dfe8e6;
  --pleesh-dark-line: rgba(83, 199, 194, 0.28);
  --pleesh-radius: 0.75rem;
  --pleesh-radius-large: 1.25rem;
  --pleesh-shadow-sm: 0 1px 2px rgba(11, 31, 40, 0.06), 0 1px 1px rgba(11, 31, 40, 0.04);
  --pleesh-shadow-md: 0 2px 4px rgba(11, 31, 40, 0.05), 0 14px 28px -10px rgba(11, 31, 40, 0.14);
  --pleesh-shadow-lg: 0 4px 10px rgba(11, 31, 40, 0.06), 0 28px 56px -16px rgba(11, 31, 40, 0.22);
  --pleesh-shadow: var(--pleesh-shadow-md);
  --pleesh-shadow-dark: 0 30px 70px rgba(0, 0, 0, 0.28);
  --pleesh-brand-line: linear-gradient(90deg, var(--pleesh-accent), var(--pleesh-accent-light));
  --pleesh-grid: linear-gradient(rgba(83, 199, 194, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(83, 199, 194, 0.05) 1px, transparent 1px);
  --pleesh-grid-soft: linear-gradient(rgba(83, 199, 194, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(83, 199, 194, 0.04) 1px, transparent 1px);
  --pleesh-hero-art: url("../images/hero-topology.svg");
  --pleesh-section-space: clamp(4.5rem, 8vw, 8.5rem);
  --pleesh-header-offset: 6.5rem;
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-latin.woff2") format("woff2");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-padding-top: var(--pleesh-header-offset);
}

body,
.editor-styles-wrapper {
  background: var(--pleesh-canvas);
  color: var(--pleesh-ink);
  margin: 0;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Long unbreakable tokens in flex rows must not force 320px overflow. */
.pleesh-trust-strip p,
.pleesh-footer-meta p,
.pleesh-eyebrow,
.pleesh-site-footer a {
  overflow-wrap: anywhere;
}

img,
svg {
  height: auto;
  max-width: 100%;
}

::selection {
  background: var(--pleesh-accent);
  color: var(--pleesh-surface);
}

a {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

a:hover {
  text-decoration-thickness: 0.13em;
}

a:active {
  text-decoration-thickness: 0.18em;
}

:where(a, button, summary, input, textarea, select):focus-visible {
  outline: 3px solid var(--pleesh-accent);
  outline-offset: 4px;
  box-shadow: 0 0 0 2px var(--pleesh-canvas);
}

.pleesh-section--dark :where(a, button, summary):focus-visible,
.pleesh-site-footer :where(a, button, summary):focus-visible {
  outline-color: var(--pleesh-accent-light);
  box-shadow: 0 0 0 2px var(--pleesh-deep);
}

@supports (text-wrap: balance) {
  h1,
  h2,
  h3 {
    text-wrap: balance;
  }
}

@supports (text-wrap: pretty) {
  p,
  li {
    text-wrap: pretty;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }

  .wp-element-button,
  .wp-block-navigation-item__content {
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  }

  .pleesh-card,
  .pleesh-dark-card,
  .pleesh-deliverable-list p {
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background-color 180ms ease;
  }

  .pleesh-card::before {
    transition: opacity 180ms ease;
  }

  .pleesh-faq-list summary {
    transition: background-color 140ms ease, color 140ms ease;
  }

  .pleesh-faq-list summary::after {
    transition: transform 200ms ease;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.pleesh-main {
  flex: 1;
  margin-block: 0;
  padding-inline: 0;
}

.pleesh-main > .wp-block-post-content {
  margin-block: 0;
}

.pleesh-main > .wp-block-post-content > :first-child {
  margin-block-start: 0;
}

.pleesh-main > .wp-block-post-content > :last-child {
  margin-block-end: 0;
}

[id] {
  scroll-margin-top: var(--pleesh-header-offset);
}

/* Buttons */

.wp-element-button,
.wp-block-button__link {
  align-items: center;
  box-shadow: 0 1px 2px rgba(11, 31, 40, 0.16), 0 10px 22px -10px rgba(8, 117, 111, 0.55);
  display: inline-flex;
  justify-content: center;
  letter-spacing: 0.01em;
  min-height: 48px;
  text-align: center;
  text-decoration: none;
}

.wp-element-button:hover,
.wp-block-button__link:hover {
  background: var(--pleesh-deep);
  box-shadow: 0 2px 4px rgba(11, 31, 40, 0.18), 0 14px 28px -10px rgba(11, 31, 40, 0.5);
  color: var(--pleesh-surface);
  transform: translateY(-1px);
}

.wp-element-button:active,
.wp-block-button__link:active {
  background: var(--pleesh-accent-strong);
  box-shadow: 0 1px 2px rgba(11, 31, 40, 0.2);
  color: var(--pleesh-surface);
  transform: translateY(1px);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid var(--pleesh-accent);
  box-shadow: none;
  color: var(--pleesh-accent);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: var(--pleesh-accent);
  color: var(--pleesh-surface);
}

.wp-block-button.is-style-outline .wp-block-button__link:active {
  background: var(--pleesh-deep);
  border-color: var(--pleesh-deep);
  color: var(--pleesh-surface);
}

.pleesh-section--dark .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--pleesh-accent-light);
  color: var(--pleesh-surface);
}

.pleesh-section--dark .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: var(--pleesh-accent-light);
  color: var(--pleesh-deep);
}

.pleesh-section--dark .wp-block-button.is-style-outline .wp-block-button__link:active {
  background: var(--pleesh-surface);
  border-color: var(--pleesh-surface);
  color: var(--pleesh-deep);
}

.pleesh-section--dark .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 14px 30px -10px rgba(83, 199, 194, 0.35);
}

.pleesh-section--dark .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  background: var(--pleesh-accent-light);
  color: var(--pleesh-deep);
}

.pleesh-section--dark .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  background: var(--pleesh-surface);
  color: var(--pleesh-deep);
}

#wp-skip-link:focus {
  background: var(--pleesh-surface);
  border: 2px solid var(--pleesh-accent);
  border-radius: 0.5rem;
  color: var(--pleesh-ink);
  font-weight: 700;
  outline: 3px solid var(--pleesh-accent-strong);
  outline-offset: 2px;
}

/* Header */

.pleesh-site-header {
  background: transparent;
  border-bottom: 1px solid rgba(201, 210, 209, 0.65);
  margin: 0;
  padding-block: 0.85rem;
  position: sticky;
  top: 0;
  z-index: 100;
}

.pleesh-site-header::before {
  background: rgba(247, 243, 234, 0.92);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .pleesh-site-header::before {
    -webkit-backdrop-filter: blur(14px) saturate(1.4);
    backdrop-filter: blur(14px) saturate(1.4);
    background: rgba(247, 243, 234, 0.92);
  }
}

.pleesh-site-header::after {
  background: var(--pleesh-brand-line);
  content: "";
  height: 3px;
  inset: 0 0 auto 0;
  position: absolute;
}

.pleesh-header-inner {
  gap: 1.25rem;
  min-height: 48px;
}

.pleesh-site-header .wp-block-site-title {
  flex: 0 0 auto;
  margin: 0;
}

.pleesh-site-header .wp-block-site-title a {
  color: var(--pleesh-ink);
  text-decoration: none;
}

.wp-block-site-title a::after {
  background: linear-gradient(135deg, var(--pleesh-accent-light), var(--pleesh-accent));
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.4em;
  margin-inline-start: 0.22em;
  vertical-align: 0.03em;
  width: 0.4em;
}

.pleesh-primary-navigation {
  gap: 0.15rem;
}

.pleesh-primary-navigation .wp-block-navigation-item__content {
  border-radius: 0.5rem;
  color: var(--pleesh-ink);
  display: inline-flex;
  min-height: 44px;
  padding: 0.65rem 0.8rem;
  text-decoration: none;
}

.pleesh-primary-navigation .wp-block-navigation-item__content:hover {
  background: rgba(8, 117, 111, 0.08);
  color: var(--pleesh-accent-strong);
}

.pleesh-site-header .pleesh-primary-navigation .wp-block-navigation-item__content[aria-current="page"],
.pleesh-site-header .pleesh-primary-navigation .current-menu-item > .wp-block-navigation-item__content {
  box-shadow: inset 0 -3px 0 var(--pleesh-accent);
  color: var(--pleesh-accent-strong);
}

.pleesh-primary-navigation .wp-block-navigation-item__content:active {
  background: rgba(8, 117, 111, 0.16);
  color: var(--pleesh-deep);
}

.pleesh-nav-cta {
  margin-inline-start: 0.45rem;
}

.pleesh-nav-cta .wp-block-button__link {
  font-size: 0.875rem;
  min-height: 44px;
  padding: 0.7rem 0.95rem;
}

.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close {
  align-items: center;
  color: var(--pleesh-ink);
  display: flex;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
}

.wp-block-navigation__responsive-container.is-menu-open {
  background: linear-gradient(200deg, var(--pleesh-deep-2), var(--pleesh-deep) 55%) !important;
  color: var(--pleesh-surface) !important;
  overflow-y: auto;
  padding: 1.25rem clamp(1.25rem, 5vw, 3rem);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
  color: var(--pleesh-surface);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: stretch;
  gap: 0.75rem;
  padding-block-start: 4.5rem;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
  align-items: stretch;
  gap: 0.25rem;
  width: 100%;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
  border-bottom: 1px solid rgba(83, 199, 194, 0.18);
  border-radius: 0;
  color: var(--pleesh-surface);
  font-family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  font-size: clamp(1.4rem, 7vw, 2.25rem);
  min-height: 52px;
  padding: 0.75rem 0;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:hover {
  background: transparent;
  color: var(--pleesh-accent-light);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:active {
  background: transparent;
  color: var(--pleesh-surface);
}

.wp-block-navigation__responsive-container.is-menu-open .pleesh-nav-cta {
  margin: 1.25rem 0 0;
  width: 100%;
}

.wp-block-navigation__responsive-container.is-menu-open .pleesh-nav-cta .wp-block-button,
.wp-block-navigation__responsive-container.is-menu-open .pleesh-nav-cta .wp-block-button__link {
  width: 100%;
}

/* Shared section structure */

.pleesh-section {
  margin-block: 0;
  padding-block: var(--pleesh-section-space);
  position: relative;
}

.pleesh-section--dark {
  color: var(--pleesh-surface);
}

.pleesh-section--dark :where(h1, h2, h3, h4, h5, h6) {
  color: var(--pleesh-surface);
}

.pleesh-section--dark a:not(.wp-element-button) {
  color: var(--pleesh-accent-light);
}

.pleesh-section--dark:not(.pleesh-hero) {
  background-image:
    radial-gradient(48rem 30rem at 85% 0%, rgba(83, 199, 194, 0.09), transparent 62%),
    radial-gradient(40rem 26rem at 0% 100%, rgba(8, 117, 111, 0.16), transparent 60%),
    var(--pleesh-grid-soft);
  background-position: center;
  background-size: auto, auto, 44px 44px, 44px 44px;
}

/* Narrow blocks keep their alignwide container so page left edges stay
 * consistent; WordPress caps their inner children at the 720px content
 * size, and left-variant pages align those children to the wide edge
 * instead of centering them. */
.pleesh-page-hero .pleesh-narrow > *,
.pleesh-error-page .pleesh-narrow > *,
.pleesh-fallback .pleesh-narrow > * {
  margin-inline: 0 !important;
}

.pleesh-eyebrow,
.pleesh-card-kicker,
.pleesh-flow-label,
.pleesh-footer-heading {
  color: var(--pleesh-accent);
  font-family: var(--wp--preset--font-family--system-mono);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.pleesh-eyebrow {
  align-items: center;
  display: flex;
  gap: 0.7rem;
}

.pleesh-eyebrow::before {
  background: var(--pleesh-brand-line);
  border-radius: 999px;
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: 2px;
  width: 1.75rem;
}

.pleesh-final-cta .pleesh-eyebrow,
.pleesh-final-cta-inner .pleesh-eyebrow {
  justify-content: center;
}

.pleesh-section--dark .pleesh-eyebrow,
.pleesh-section--dark .pleesh-card-kicker,
.pleesh-section--dark .pleesh-flow-label,
.pleesh-site-footer .pleesh-footer-heading {
  color: var(--pleesh-accent-light);
}

.pleesh-section-intro {
  color: var(--pleesh-muted);
  max-width: 800px;
}

.pleesh-section--dark .pleesh-section-intro {
  color: var(--pleesh-dark-text);
}

/* Hero */

.pleesh-hero {
  background-image:
    radial-gradient(56rem 38rem at 88% -12%, rgba(83, 199, 194, 0.17), transparent 62%),
    radial-gradient(44rem 32rem at -14% 34%, rgba(8, 117, 111, 0.28), transparent 60%),
    var(--pleesh-hero-art),
    var(--pleesh-grid);
  background-position: center, center, calc(100% + 70px) 36px, center, center;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, repeat;
  background-size: auto, auto, 640px auto, 44px 44px, 44px 44px;
  padding-block-end: clamp(2rem, 4vw, 3.5rem);
  padding-block-start: clamp(4rem, 8vw, 8rem);
}

.pleesh-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 6vw, 6rem);
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}

.pleesh-hero-copy,
.pleesh-hero-grid > *,
.pleesh-pricing-grid > *,
.pleesh-about-grid > *,
.pleesh-contact-grid > *,
.pleesh-faq-layout > * {
  min-width: 0;
}

.pleesh-hero-copy {
  max-width: 800px;
}

.pleesh-hero-copy h1 {
  margin-block: 1.25rem 0;
}

.pleesh-hero-lead {
  color: var(--pleesh-dark-text);
  margin-block-start: 1.5rem;
  max-width: 760px;
}

.pleesh-hero-actions {
  gap: 0.75rem;
  margin-block-start: 2.25rem;
}

.pleesh-cta-note.pleesh-cta-note {
  color: inherit;
  margin-inline: 0 !important;
  max-width: 680px;
  opacity: 0.82;
}

.pleesh-audit-flow {
  backdrop-filter: blur(8px);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03) 70%);
  border: 1px solid rgba(83, 199, 194, 0.4);
  border-radius: var(--pleesh-radius-large);
  box-shadow: var(--pleesh-shadow-dark), inset 0 1px 0 rgba(255, 255, 255, 0.09);
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.1rem);
  position: relative;
}

.pleesh-audit-flow::before {
  background: var(--pleesh-brand-line);
  border-radius: var(--pleesh-radius-large) var(--pleesh-radius-large) 0 0;
  content: "";
  height: 3px;
  inset: 0 0 auto 0;
  position: absolute;
}

.pleesh-flow-label {
  margin-block-end: 0.5rem;
}

.pleesh-flow-step {
  align-items: flex-start;
  gap: 1rem;
  padding-block: 0.85rem;
  position: relative;
}

.pleesh-flow-step:last-child {
  padding-block-end: 0;
}

.pleesh-flow-step p {
  margin: 0;
}

.pleesh-flow-step p strong {
  color: var(--pleesh-surface);
  font-family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
}

.pleesh-flow-index {
  align-items: center;
  background: rgba(83, 199, 194, 0.1);
  border: 1px solid rgba(83, 199, 194, 0.5);
  border-radius: 50%;
  color: var(--pleesh-accent-light);
  display: flex;
  flex: 0 0 2.15rem;
  font-family: var(--wp--preset--font-family--system-mono);
  font-size: 0.72rem;
  font-weight: 750;
  height: 2.15rem;
  justify-content: center;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
}

.pleesh-flow-step:not(:last-child)::before {
  background: linear-gradient(180deg, rgba(83, 199, 194, 0.5), rgba(83, 199, 194, 0.14));
  content: "";
  inset: 3.15rem auto -0.95rem calc(1.075rem - 0.5px);
  position: absolute;
  width: 1px;
}

.pleesh-step-number {
  color: var(--pleesh-accent);
  font-family: var(--wp--preset--font-family--system-mono);
  font-weight: 750;
}

.pleesh-trust-strip.pleesh-trust-strip {
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  gap: 1.5rem;
  margin-block-start: clamp(3rem, 6vw, 5rem);
  padding-block-start: 1.75rem;
}

.pleesh-trust-strip p {
  border-left: 2px solid rgba(83, 199, 194, 0.55);
  color: var(--pleesh-dark-text);
  flex: 1 1 220px;
  font-size: 0.9rem;
  margin: 0;
  padding-left: 1rem;
}

.pleesh-trust-strip p:nth-of-type(-n + 3)::before {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  content: "";
  display: block;
  height: 1.25rem;
  margin-block-end: 0.6rem;
  opacity: 0.9;
  width: 1.25rem;
}

.pleesh-trust-strip p:nth-of-type(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%2353c7c2' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' d='M20.6 13.3l-7.3 7.3a1.9 1.9 0 0 1-2.7 0l-7.2-7.2V3.4h10l7.2 7.2a1.9 1.9 0 0 1 0 2.7z'/%3E%3Ccircle cx='7.6' cy='7.6' r='1.2' fill='%2353c7c2'/%3E%3C/svg%3E");
}

.pleesh-trust-strip p:nth-of-type(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%2353c7c2' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.2 3.4h7.6l4 4v13.2H6.2z'/%3E%3Cpath d='M13.8 3.4v4h4'/%3E%3Cpath d='M9.2 12h5.6M9.2 15.4h5.6'/%3E%3C/g%3E%3C/svg%3E");
}

.pleesh-trust-strip p:nth-of-type(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%2353c7c2' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.6 12S6.2 5.8 12 5.8 21.4 12 21.4 12 17.8 18.2 12 18.2 2.6 12 2.6 12z'/%3E%3Ccircle cx='12' cy='12' r='2.6'/%3E%3C/g%3E%3C/svg%3E");
}

.pleesh-trust-strip strong {
  color: var(--pleesh-surface);
  font-family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

/* Card grids */

/* Inner grids span the full wide column instead of the 720px content
 * column WordPress applies to unaligned children of constrained groups.
 * The contact page's boundary grid is already alignwide; exclude it. */
.pleesh-card-grid,
.pleesh-pathway-grid,
.pleesh-deliverables,
.pleesh-process-list,
.pleesh-boundary-grid:not(.alignwide),
.pleesh-faq-list .wp-block-details {
  max-width: none !important;
}

.pleesh-card-grid,
.pleesh-pathway-grid,
.pleesh-deliverable-list {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-block-start: clamp(2rem, 5vw, 4rem);
}

.pleesh-card {
  background: var(--pleesh-surface);
  border: 1px solid var(--pleesh-border-soft);
  border-radius: 1rem;
  box-shadow: var(--pleesh-shadow-sm);
  margin: 0;
  overflow: hidden;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  position: relative;
}

.pleesh-card::before {
  background: var(--pleesh-brand-line);
  content: "";
  height: 3px;
  inset: 0 0 auto 0;
  opacity: 0;
  position: absolute;
}

.pleesh-card h3,
.pleesh-card p {
  margin-block-start: 0;
}

.pleesh-card h3 {
  font-size: 1.35rem;
  margin-block: 0.9rem 0.55rem;
}

.pleesh-card p:last-child {
  color: var(--pleesh-muted);
  margin-block-end: 0;
}

/* Center an orphan card in the last three-column row. */
.pleesh-card-grid > .pleesh-card:last-child:nth-child(3n + 1) {
  grid-column: 2;
}

/* Domain cards carry a custom line icon in a tinted chip. The icons are
 * decorative CSS backgrounds, so assistive technology never announces them. */
.pleesh-domain-grid > .pleesh-card:nth-child(-n + 7) {
  padding-right: 5.5rem;
}

.pleesh-domain-grid > .pleesh-card:nth-child(-n + 7)::after {
  background-color: rgba(8, 117, 111, 0.06);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: 1px solid rgba(8, 117, 111, 0.16);
  border-radius: 0.9rem;
  content: "";
  height: 2.75rem;
  pointer-events: none;
  position: absolute;
  right: 1.3rem;
  top: 1.3rem;
  width: 2.75rem;
}

.pleesh-domain-grid > .pleesh-card:nth-child(1)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%2308756f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7.2' cy='12' r='3.4'/%3E%3Cpath d='M10.6 12h9.6M17 12v3.2M20.2 12v2.4'/%3E%3C/g%3E%3C/svg%3E");
}

.pleesh-domain-grid > .pleesh-card:nth-child(2)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%2308756f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.4l6.6 2.5v5.3c0 4.2-2.9 7-6.6 8.4-3.7-1.4-6.6-4.2-6.6-8.4V5.9L12 3.4z'/%3E%3Cpath d='M9.1 12.2l2.1 2.1 3.9-4.3'/%3E%3C/g%3E%3C/svg%3E");
}

.pleesh-domain-grid > .pleesh-card:nth-child(3)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg stroke='%2308756f' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath fill='none' d='M9.4 7h9M9.4 12h9M9.4 17h9'/%3E%3C/g%3E%3Cg fill='%2308756f'%3E%3Ccircle cx='5.6' cy='7' r='1.1'/%3E%3Ccircle cx='5.6' cy='12' r='1.1'/%3E%3Ccircle cx='5.6' cy='17' r='1.1'/%3E%3C/g%3E%3C/svg%3E");
}

.pleesh-domain-grid > .pleesh-card:nth-child(4)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%2308756f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' d='M3 12.2h3.6l2.3-5.6 4.3 10.8 2.3-5.2h5.5'/%3E%3C/svg%3E");
}

.pleesh-domain-grid > .pleesh-card:nth-child(5)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%2308756f' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M4.4 16.4a7.6 7.6 0 0 1 15.2 0'/%3E%3Cpath d='M12 16.4l3.5-4.4'/%3E%3C/g%3E%3Ccircle cx='12' cy='16.4' r='1.2' fill='%2308756f'/%3E%3C/svg%3E");
}

.pleesh-domain-grid > .pleesh-card:nth-child(6)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%2308756f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.4l6.6 2.5v5.3c0 4.2-2.9 7-6.6 8.4-3.7-1.4-6.6-4.2-6.6-8.4V5.9L12 3.4z'/%3E%3Cpath d='M12 8.2v4.2'/%3E%3C/g%3E%3Ccircle cx='12' cy='15.6' r='1.1' fill='%2308756f'/%3E%3C/svg%3E");
}

.pleesh-domain-grid > .pleesh-card:nth-child(7)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%2308756f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8'/%3E%3Cpath d='M3 3v5h5'/%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .pleesh-card:hover {
    border-color: #b5c6c3;
    box-shadow: var(--pleesh-shadow-md);
    transform: translateY(-3px);
  }

  .pleesh-card:hover::before {
    opacity: 1;
  }
}

.pleesh-consequence-line {
  background: #fbf3e2;
  border: 1px solid #ecdcba;
  border-left: 4px solid var(--pleesh-caution);
  border-radius: 0 var(--pleesh-radius) var(--pleesh-radius) 0;
  margin-block-start: 2.5rem;
  max-width: 900px;
  padding: 1rem 1.4rem;
}

/* Deliverables */

.pleesh-deliverables {
  align-items: stretch;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  margin-block-start: clamp(2rem, 5vw, 4rem);
}

.pleesh-report-card {
  background: var(--pleesh-deep);
  background-image:
    radial-gradient(30rem 22rem at 100% 0%, rgba(83, 199, 194, 0.16), transparent 62%),
    linear-gradient(rgba(83, 199, 194, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 199, 194, 0.05) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
  border-radius: var(--pleesh-radius-large);
  box-shadow: var(--pleesh-shadow-lg);
  color: var(--pleesh-surface);
  isolation: isolate;
  overflow: hidden;
  padding: clamp(1.75rem, 4vw, 3rem);
  position: relative;
}

.pleesh-report-card::before {
  background: var(--pleesh-brand-line);
  content: "";
  height: 4px;
  inset: 0 0 auto 0;
  position: absolute;
}

/* Negative z-index inside the isolated card keeps the artwork behind the
 * copy on every layout, including the stacked single-column widths. */
.pleesh-report-card::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1.5'%3E%3Crect x='38' y='30' width='110' height='140' rx='10' stroke-opacity='0.10'/%3E%3Crect x='58' y='14' width='110' height='140' rx='10' stroke-opacity='0.17'/%3E%3Cpath d='M78 44h70M78 62h70M78 80h52' stroke-opacity='0.15'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
  bottom: -34px;
  content: "";
  height: 220px;
  pointer-events: none;
  position: absolute;
  right: -26px;
  width: 220px;
  z-index: -1;
}

.pleesh-report-card h3 {
  color: var(--pleesh-surface);
}

.pleesh-report-card p {
  color: var(--pleesh-dark-text);
}

.pleesh-report-card .pleesh-card-kicker {
  color: var(--pleesh-accent-light);
}

.pleesh-deliverable-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

/* A final odd item spans the full row instead of leaving an empty cell. */
.pleesh-deliverable-list > p:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.pleesh-deliverable-list p {
  background: var(--pleesh-surface);
  border: 1px solid var(--pleesh-border-soft);
  border-radius: var(--pleesh-radius);
  box-shadow: var(--pleesh-shadow-sm);
  color: var(--pleesh-muted);
  margin: 0;
  padding: 1.25rem 1.25rem 1.25rem 2.9rem;
  position: relative;
}

.pleesh-deliverable-list p strong {
  color: var(--pleesh-ink);
}

.pleesh-deliverable-list p::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5 6.5 12 13 4.5' fill='none' stroke='%2308756f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  left: 1.15rem;
  position: absolute;
  top: 1.5rem;
  width: 1rem;
}

@media (hover: hover) {
  .pleesh-deliverable-list p:hover {
    border-color: #b5c6c3;
    box-shadow: var(--pleesh-shadow-md);
    transform: translateY(-2px);
  }
}

/* Process timeline */

.pleesh-process-list {
  display: grid;
  gap: 2rem 1.4rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-block-start: clamp(2.5rem, 5vw, 4.5rem);
}

.pleesh-process-step {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
  position: relative;
}

.pleesh-process-step .pleesh-step-number {
  align-items: center;
  background: var(--pleesh-surface);
  border: 1px solid rgba(8, 117, 111, 0.45);
  border-radius: 50%;
  box-shadow: var(--pleesh-shadow-sm);
  color: var(--pleesh-accent);
  display: flex;
  font-size: 0.78rem;
  height: 2.6rem;
  justify-content: center;
  letter-spacing: 0.06em;
  margin: 0;
  position: relative;
  width: 2.6rem;
  z-index: 1;
}

@media (min-width: 1051px) {
  .pleesh-process-step:not(:last-child)::before {
    background: linear-gradient(90deg, rgba(8, 117, 111, 0.45), rgba(8, 117, 111, 0.12));
    content: "";
    height: 1px;
    left: 3.3rem;
    position: absolute;
    top: 1.3rem;
    width: calc(100% - 2.6rem);
  }
}

.pleesh-process-step h3 {
  font-size: 1.2rem;
  margin-block: 1.15rem 0.5rem;
}

.pleesh-process-step p:last-child {
  color: var(--pleesh-muted);
  font-size: 0.95rem;
  margin-block: 0;
}

/* Pricing */

.pleesh-pricing-grid,
.pleesh-boundary-grid,
.pleesh-about-grid,
.pleesh-contact-grid {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pleesh-price {
  color: var(--pleesh-accent);
  font-family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.1rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-block: 1.5rem;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
  .pleesh-price {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(105deg, #0d867d, var(--pleesh-accent) 45%, var(--pleesh-accent-strong));
    -webkit-text-fill-color: transparent;
  }
}

.pleesh-scope-examples,
.pleesh-contact-card,
.pleesh-capabilities {
  background: var(--pleesh-surface);
  border: 1px solid var(--pleesh-border-soft);
  border-radius: var(--pleesh-radius-large);
  box-shadow: var(--pleesh-shadow-md);
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  position: relative;
}

.pleesh-scope-examples::before,
.pleesh-contact-card::before,
.pleesh-capabilities::before {
  background: var(--pleesh-brand-line);
  content: "";
  height: 3px;
  inset: 0 0 auto 0;
  position: absolute;
}

.pleesh-scope-examples .wp-block-separator {
  border: 0;
  border-top: 1px solid var(--pleesh-border-soft);
  margin-block: 1.4rem;
}

/* Boundaries */

.pleesh-boundary-card {
  border: 1px solid var(--pleesh-border-soft);
  border-radius: var(--pleesh-radius-large);
  box-shadow: var(--pleesh-shadow-sm);
  height: 100%;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.pleesh-boundary-card--is {
  background: var(--pleesh-surface);
  border-top: 5px solid var(--pleesh-accent);
}

.pleesh-boundary-card--not {
  background: #fbf7ef;
  border-top: 5px solid var(--pleesh-caution);
}

.pleesh-boundary-card--not ul {
  list-style: none;
  padding-inline-start: 0;
}

.pleesh-boundary-card--not li {
  padding-inline-start: 1.9rem;
  position: relative;
}

.pleesh-boundary-card--not li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 4l8 8M12 4l-8 8' fill='none' stroke='%238a5200' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.85rem;
  left: 0.15rem;
  position: absolute;
  top: 0.45em;
  width: 0.85rem;
}

.pleesh-boundary-card li + li,
.pleesh-capabilities li + li,
.pleesh-check-list li + li {
  margin-block-start: 0.65rem;
}

/* Dark pathway cards */

.pleesh-dark-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--pleesh-dark-line);
  border-radius: var(--pleesh-radius);
  margin: 0;
  padding: 1.5rem;
}

.pleesh-dark-card h3 {
  color: var(--pleesh-surface);
  margin-block: 0.9rem 0.55rem;
}

.pleesh-dark-card p:last-child {
  color: var(--pleesh-dark-text);
  margin-block-end: 0;
}

@media (hover: hover) {
  .pleesh-dark-card:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(83, 199, 194, 0.6);
    transform: translateY(-3px);
  }
}

/* About */

.pleesh-capabilities ul {
  list-style: none;
  padding-inline-start: 0;
}

.pleesh-capabilities li {
  padding-inline-start: 1.6rem;
  position: relative;
}

.pleesh-capabilities li::before {
  background: var(--pleesh-brand-line);
  border-radius: 2px;
  content: "";
  height: 0.5rem;
  left: 0.1rem;
  position: absolute;
  top: 0.5em;
  width: 0.5rem;
}

/* FAQ */

.pleesh-faq-layout {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr);
}

.pleesh-faq-layout > :first-child::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 170'%3E%3Cg fill='none' stroke='%2308756f' stroke-width='1.4'%3E%3Cg stroke-opacity='0.25'%3E%3Cpath d='M30 85C80 85 80 30 130 30h60'/%3E%3Cpath d='M30 85h160'/%3E%3Cpath d='M30 85C80 85 80 140 130 140h60'/%3E%3C/g%3E%3Cg stroke-opacity='0.4'%3E%3Ccircle cx='24' cy='85' r='5'/%3E%3Ccircle cx='196' cy='30' r='4'/%3E%3Ccircle cx='196' cy='85' r='4'/%3E%3Ccircle cx='196' cy='140' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat left center / contain;
  content: "";
  display: block;
  height: 150px;
  margin-block-start: 2.75rem;
  width: 220px;
}

.pleesh-faq-list {
  border-top: 1px solid var(--pleesh-border);
}

.pleesh-faq-list .wp-block-details {
  border-bottom: 1px solid var(--pleesh-border);
  margin: 0;
  padding: 0;
}

.pleesh-faq-list summary {
  align-items: center;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  font-family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: 0.005em;
  list-style: none;
  min-height: 56px;
  padding: 1rem 2.75rem 1rem 0.25rem;
  position: relative;
}

.pleesh-faq-list summary:hover {
  background: rgba(8, 117, 111, 0.05);
  color: var(--pleesh-accent-strong);
}

.pleesh-faq-list summary::-webkit-details-marker {
  display: none;
}

.pleesh-faq-list summary::after {
  background-color: rgba(8, 117, 111, 0.09);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 6.5 8 10.5 12 6.5' fill='none' stroke='%2308756f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border-radius: 50%;
  content: "";
  height: 1.75rem;
  position: absolute;
  right: 0.5rem;
  width: 1.75rem;
}

.pleesh-faq-list details[open] summary::after {
  transform: rotate(180deg);
}

.pleesh-faq-list details > p {
  color: var(--pleesh-muted);
  margin-block-start: 0;
  max-width: 720px;
  padding: 0 0.25rem 1.25rem;
}

/* Final calls to action */

.pleesh-final-cta-inner,
.pleesh-contact-final .pleesh-narrow {
  text-align: center;
}

.pleesh-final-cta .pleesh-eyebrow {
  text-align: center;
}

.pleesh-final-cta.pleesh-section--dark {
  background-image:
    radial-gradient(52rem 32rem at 50% -8%, rgba(83, 199, 194, 0.15), transparent 62%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 720'%3E%3Cg fill='none' stroke='%2353c7c2'%3E%3Ccircle cx='360' cy='360' r='70' stroke-opacity='0.22'/%3E%3Ccircle cx='360' cy='360' r='140' stroke-opacity='0.16'/%3E%3Ccircle cx='360' cy='360' r='215' stroke-opacity='0.11'/%3E%3Ccircle cx='360' cy='360' r='295' stroke-opacity='0.07'/%3E%3C/g%3E%3Ccircle cx='360' cy='360' r='4' fill='%2353c7c2' fill-opacity='0.5'/%3E%3C/svg%3E"),
    var(--pleesh-grid-soft);
  background-position: center, center -320px, center, center;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-size: auto, 720px 720px, 44px 44px, 44px 44px;
}

.pleesh-page-hero {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.pleesh-page-hero.pleesh-section--dark {
  background-image:
    radial-gradient(52rem 34rem at 85% -10%, rgba(83, 199, 194, 0.15), transparent 62%),
    radial-gradient(40rem 28rem at -12% 60%, rgba(8, 117, 111, 0.24), transparent 60%),
    var(--pleesh-hero-art),
    var(--pleesh-grid);
  background-position: center, center, calc(100% + 90px) 24px, center, center;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, repeat;
  background-size: auto, auto, 560px auto, 44px 44px, 44px 44px;
}

/* Contact */

.pleesh-contact-card > p {
  border-top: 1px solid var(--pleesh-border-soft);
  margin: 0;
  padding-block: 1rem;
}

.pleesh-contact-card > .pleesh-card-kicker {
  border-top: 0;
  padding-block-start: 0;
}

.pleesh-contact-card > p strong {
  color: var(--pleesh-accent-strong);
  display: inline-block;
  font-family: var(--wp--preset--font-family--system-mono);
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  margin-block-end: 0.15rem;
  text-transform: uppercase;
}

.pleesh-check-list {
  list-style: none;
  padding-inline-start: 0;
}

.pleesh-check-list li {
  padding-inline-start: 1.9rem;
  position: relative;
}

.pleesh-check-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5 6.5 12 13 4.5' fill='none' stroke='%2308756f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  left: 0.1rem;
  position: absolute;
  top: 0.35em;
  width: 1rem;
}

/* Privacy */

.pleesh-privacy-prose {
  max-width: 800px;
}

.pleesh-privacy-prose h2 {
  margin-block-start: clamp(3rem, 7vw, 5rem);
}

.pleesh-privacy-prose h3 {
  margin-block-start: 2rem;
}

.pleesh-privacy-prose > h2:first-child {
  margin-block-start: 0;
}

.pleesh-privacy-contact {
  background: var(--pleesh-surface);
  border: 1px solid var(--pleesh-border-soft);
  border-left: 5px solid var(--pleesh-accent);
  border-radius: var(--pleesh-radius);
  box-shadow: var(--pleesh-shadow-sm);
  margin-block-start: 4rem;
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

/* Footer */

.pleesh-site-footer {
  background-image:
    radial-gradient(40rem 26rem at 0% 100%, rgba(8, 117, 111, 0.18), transparent 60%),
    radial-gradient(36rem 24rem at 100% 0%, rgba(83, 199, 194, 0.07), transparent 62%);
  color: var(--pleesh-dark-text);
  margin: 0;
  padding-block: clamp(3.5rem, 7vw, 6rem) 1.5rem;
  position: relative;
}

.pleesh-site-footer::before {
  background: linear-gradient(90deg, transparent, rgba(83, 199, 194, 0.75), transparent);
  content: "";
  height: 1px;
  inset: 0 0 auto 0;
  position: absolute;
}

.pleesh-site-footer :where(h1, h2, h3, h4, h5, h6),
.pleesh-site-footer .wp-block-site-title a {
  color: var(--pleesh-surface);
}

.pleesh-site-footer .wp-block-site-title a {
  text-decoration: none;
}

.pleesh-site-footer a {
  color: var(--pleesh-accent-light);
}

.pleesh-footer-grid {
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.6fr) minmax(220px, 0.8fr);
}

.pleesh-site-footer .pleesh-footer-positioning {
  font-size: 1.15rem;
  margin-inline: 0 !important;
  max-width: 440px;
}

.pleesh-footer-navigation {
  align-items: flex-start;
  gap: 0;
}

.pleesh-footer-navigation .wp-block-navigation-item__content {
  color: var(--pleesh-dark-text);
  min-height: 44px;
  padding-block: 0.45rem;
}

.pleesh-footer-navigation .wp-block-navigation-item__content:hover {
  color: var(--pleesh-accent-light);
}

.pleesh-site-footer .pleesh-footer-navigation .wp-block-navigation-item__content[aria-current="page"],
.pleesh-site-footer .pleesh-footer-navigation .current-menu-item > .wp-block-navigation-item__content {
  color: var(--pleesh-accent-light);
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-thickness: 0.16em;
  text-underline-offset: 0.22em;
}

.pleesh-footer-navigation .wp-block-navigation-item__content:active {
  color: var(--pleesh-surface);
}

.pleesh-footer-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  gap: 1rem;
  margin-block-start: clamp(2.5rem, 6vw, 5rem);
  padding-block-start: 1.25rem;
}

.pleesh-footer-meta p {
  margin: 0;
}

/* Fallback, error, and search pages */

.pleesh-fallback,
.pleesh-error-page,
.pleesh-search-page {
  background-image: url("../images/hero-topology-light.svg");
  background-position: calc(100% + 110px) 48px;
  background-repeat: no-repeat;
  background-size: 560px auto;
  min-height: 62vh;
}

/* State pages share one left rail: search has no pleesh-narrow wrapper,
 * so its constrained children get the same left alignment explicitly. */
.pleesh-search-page .alignwide > * {
  margin-inline: 0 !important;
}

.pleesh-search-page .wp-block-query {
  margin-block-start: clamp(2rem, 5vw, 4rem);
}

.pleesh-search-result {
  border-top: 1px solid var(--pleesh-border);
  margin: 0;
  padding-block: 1.5rem;
}

.pleesh-search-result .wp-block-post-title {
  margin-block-start: 0;
}

/* Breakpoints */

@media (max-width: 1050px) {
  .pleesh-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pleesh-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pleesh-footer-grid > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {

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

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

  .pleesh-hero-grid,
  .pleesh-deliverables,
  .pleesh-pricing-grid,
  .pleesh-boundary-grid,
  .pleesh-about-grid,
  .pleesh-contact-grid,
  .pleesh-faq-layout {
    grid-template-columns: 1fr;
  }

  .pleesh-audit-flow {
    max-width: 680px;
  }

  .pleesh-card-grid,
  .pleesh-pathway-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pleesh-card-grid > .pleesh-card:last-child:nth-child(3n + 1),
  .pleesh-pathway-grid > .pleesh-dark-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .pleesh-faq-layout > :first-child::after {
    display: none;
  }
}

@media (max-width: 700px) {
  .pleesh-section {
    padding-block: clamp(3.5rem, 14vw, 5rem);
  }

  .pleesh-hero {
    padding-block-end: 2rem;
    padding-block-start: 3.5rem;
  }

  /* Keep phone heroes focused on the copy: drop the topology art layer.
   * The art occupies a background-image slot via a custom property, so
   * each hero keeps its own gradient recipe. */
  .pleesh-hero,
  .pleesh-page-hero.pleesh-section--dark {
    --pleesh-hero-art: none;
  }

  .pleesh-fallback,
  .pleesh-error-page,
  .pleesh-search-page {
    background-position: calc(100% + 190px) 24px;
    background-size: 430px auto;
  }

  .pleesh-card-grid,
  .pleesh-pathway-grid,
  .pleesh-deliverable-list,
  .pleesh-process-list,
  .pleesh-footer-grid {
    grid-template-columns: 1fr;
  }

  .pleesh-card-grid > .pleesh-card:last-child:nth-child(3n + 1),
  .pleesh-pathway-grid > .pleesh-dark-card:last-child:nth-child(odd),
  .pleesh-deliverable-list > p:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .pleesh-process-list {
    gap: 1.75rem;
  }

  /* Single column: the number circle becomes a left rail and the step
   * text indents past it so the connector never crosses the copy. */
  .pleesh-process-step {
    padding-inline-start: 3.7rem;
  }

  .pleesh-process-step .pleesh-step-number {
    left: 0;
    position: absolute;
    top: 0;
  }

  .pleesh-process-step h3 {
    margin-block-start: 0.35rem;
  }

  .pleesh-process-step:not(:last-child)::after {
    background: linear-gradient(180deg, rgba(8, 117, 111, 0.4), rgba(8, 117, 111, 0.1));
    content: "";
    inset: 3.1rem auto -1.75rem calc(1.3rem - 0.5px);
    position: absolute;
    width: 1px;
  }

  .pleesh-footer-grid > :first-child {
    grid-column: auto;
  }

  .pleesh-trust-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .pleesh-trust-strip p {
    flex-basis: auto;
  }
}

@media (max-width: 480px) {
  .pleesh-header-inner {
    gap: 0.5rem;
  }

  .pleesh-site-header .wp-block-site-title {
    font-size: 1.05rem;
  }

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

  .pleesh-audit-flow,
  .pleesh-card,
  .pleesh-report-card,
  .pleesh-scope-examples,
  .pleesh-contact-card,
  .pleesh-capabilities,
  .pleesh-boundary-card {
    border-radius: var(--pleesh-radius);
  }

  .pleesh-price {
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }

  .pleesh-domain-grid > .pleesh-card {
    padding-right: 4.6rem;
  }

  .pleesh-domain-grid > .pleesh-card::after {
    background-size: 1.3rem 1.3rem;
    height: 2.4rem;
    right: 1.1rem;
    top: 1.1rem;
    width: 2.4rem;
  }
}
