:root {
  --bg: #fcfaf6;
  --surface: #fffdfa;
  --surface-soft: #f3f6f0;
  --surface-accent: #f8ece4;
  --text: #2f3a34;
  --muted: #67756d;
  --primary: #6d8f72;
  --primary-dark: #426349;
  --accent: #df8d68;
  --accent-dark: #c87652;
  --border: #dde3d9;
  --shadow: 0 10px 28px rgba(63, 84, 68, 0.06);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fdfbf8 0%, #f7f3ed 100%);
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, ul, ol { margin-top: 0; }
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: #35543b;
  line-height: 1.15;
  margin: 0 0 1rem;
}

h1 {
  font-size: 36px;
  line-height: 1.25;
  font-weight: 600;
}
h2 { font-size: clamp(1.7rem, 3.8vw, 2.7rem); }
h3 { font-size: clamp(1.15rem, 2.2vw, 1.55rem); }
.container { width: min(calc(100% - 2rem), var(--container)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(253, 251, 248, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(221, 227, 217, 0.9);
}
.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}
.brand {
  display: block;
  width: 340px;
  max-width: calc(100vw - 6.5rem);
  line-height: 0;
  flex: 0 1 auto;
}
.brand-logo-full {
  display: block;
  width: 100%;
  height: auto;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.menu-toggle {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #35543b;
  transition: 0.22s ease;
}
.menu-toggle span::before { transform: translateY(-7px); }
.menu-toggle span::after { transform: translateY(5px); }
.menu-toggle.is-open span { background: transparent; }
.menu-toggle.is-open span::before { transform: rotate(45deg); }
.menu-toggle.is-open span::after { transform: rotate(-45deg) translate(1px, -1px); }
.site-nav {
  display: none;
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 0;
  right: 0;
  background: rgba(255, 253, 250, 0.98);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 0.8rem;
}
.site-nav.open { display: block; }
.site-nav ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.35rem; }
.site-nav a {
  display: block;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  font-weight: 600;
}
.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.active { background: var(--surface-accent); color: #29482f; }
.contact-cta { display: none !important; }

.button,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
}
.button {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 22px rgba(223, 141, 104, 0.24);
  padding: 1rem 1.6rem;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.button:hover { background: var(--accent-dark); transform: translateY(-1px); }
.button-secondary {
  background: transparent;
  border-color: rgba(66, 99, 73, 0.24);
  color: var(--primary-dark);
  padding: 1rem 1.6rem;
}
.button-row { display: flex; flex-wrap: wrap; gap: 0.9rem; }

main { overflow: clip; }
.section { padding: 2.5rem 0 0; }
.hero { padding: 3rem 0 2.2rem; }
.card {
  background: var(--surface);
  border: 1px solid rgba(221, 227, 217, 0.9);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.hero-card {
  background: linear-gradient(135deg, rgba(248,236,228,0.88), rgba(255,253,250,0.97));
}
.hero-grid,
.page-hero-grid,
.two-col,
.info-grid,
.contact-grid,
.footer-grid {
  display: grid;
  gap: 1.5rem;
}
.hero-grid,
.page-hero-grid { padding: 1.4rem; }
.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 0.78rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.7);
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 0.9rem;
}
.lead {
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  color: #425149;
  max-width: 64ch;
}
.section-soft-title {
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--primary-dark);
  margin: 1.5rem 0 0.45rem;
}
.play-therapy-copy p {
  line-height: 1.78;
  margin-bottom: 0;
}
.play-therapy-copy > h2 + .section-soft-title {
  margin-top: 0.25rem;
}

.info-panel h2 {
  font-size: clamp(1.28rem, 2.1vw, 1.7rem);
  margin-bottom: 0.75rem;
}
.info-panel p {
  line-height: 1.75;
  margin-bottom: 0.95rem;
}
.info-panel p:last-child {
  margin-bottom: 0;
}
@media (min-width: 720px) {
  .info-panel--ending {
    grid-column: 1 / -1;
  }
}
.hero-media img,
.rounded-image {
  width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(221, 227, 217, 0.9);
  object-fit: cover;
}
.quick-links,
.feature-list,
.standards-list,
.bullet-list,
.contact-list,
.check-list,
.steps {
  padding-left: 1.15rem;
}
.feature-list li,
.standards-list li,
.bullet-list li,
.contact-list li,
.check-list li,
.steps li { margin-bottom: 0.7rem; }

.panel-grid {
  display: grid;
  gap: 1rem;
}
.panel {
  background: rgba(255,255,255,0.78);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.2rem;
}
.soft-panel {
  background: var(--surface-soft);
  border-radius: 24px;
  border: 1px solid var(--border);
  padding: 1.6rem;
}
.accent-panel {
  background: linear-gradient(180deg, rgba(248,236,228,0.92), rgba(255,253,250,0.96));
  border-radius: 24px;
  border: 1px solid var(--border);
  padding: 1.6rem;
}
.icon-list {
  display: grid;
  gap: 0.9rem;
}
.icon-item {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}
.icon-badge {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: rgba(109, 143, 114, 0.14);
  color: var(--primary-dark);
  display: grid;
  place-items: center;
  font-weight: 700;
  flex: 0 0 auto;
}
.quote {
  padding: 1.6rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #6d8f72, #86a28a);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.quote p { margin: 0 0 0.6rem; font-size: 1.02rem; }
.quote small { opacity: 0.94; }
.about-layout {
  display: grid;
  gap: 1.5rem;
}
.sidebar {
  background: var(--surface-soft);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.25rem;
}
.sidebar h3 { margin-bottom: 0.8rem; }
.note {
  font-size: 0.95rem;
  color: var(--muted);
}
.form-card label { display: block; font-weight: 700; margin-bottom: 0.4rem; }
.form-card input,
.form-card textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #fff;
  font: inherit;
}
.form-card textarea { min-height: 160px; resize: vertical; }
.form-row { margin-bottom: 1rem; }

.trust-bar {
  margin-top: 2rem;
  padding-top: 2.5rem;
  background: #f6f6f3;
  border-top: 1px solid #e4e4df;
}
.trust-inner {
  border-top: 1px solid #e7ece7;
  padding-top: 1.5rem;
  padding: 2rem 0;
}
.trust-title {
  color: #4a5e51;
  font-weight: 600;
  margin-bottom: 0.95rem;
}

.logo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
}

.logo-card {
  background: transparent;
  padding: 0.25rem 0;
}
.logo-card img {
  display: block;
  width: auto;
  height: 50px;
  max-width: 190px;
  opacity: 1;
}

.site-footer {
  padding: 1.4rem 0 2rem;
  background: #faf8f3;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  color: var(--muted);
  font-size: 0.95rem;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.skip-link {
  position: absolute;
  left: -9999px;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  z-index: 99;
}

@media (min-width: 720px) {
  .logo-row {
    gap: 0.85rem;
  }
}


@media (min-width: 980px) {
  .menu-toggle { display: none; }
  .contact-cta { display: none !important; }
  .site-nav {
    display: block;
    position: static;
    border: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
    width: auto;
  }
  .site-nav ul { display: flex; align-items: center; gap: 0.35rem; }
  .site-nav a { padding: 0.7rem 0.95rem; }
  .header-actions { gap: 1rem; }
  .page-hero-grid { grid-template-columns: 1.15fr 0.85fr; align-items: center; }
}


h1, h2 {
  letter-spacing: -0.01em;
}

.hero-grid p {
  max-width: 52ch;
}

.site-nav a {
  font-weight: 500;
}

.site-nav a.nav-contact {
  background: var(--accent);
  color: #fff;
  border-radius: 10px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  margin-left: 0.35rem;
  font-weight: 600;
  box-shadow: 0 10px 18px rgba(223, 141, 104, 0.18);
}

.site-nav a.nav-contact:hover,
.site-nav a.nav-contact:focus-visible {
  background: var(--accent-dark);
  color: #fff;
}

.site-nav a.active.nav-contact {
  background: var(--accent-dark);
  color: #fff;
}

.panel {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.panel:hover {
  transform: translateY(-2px);
}

.hero-media img {
  filter: saturate(0.95) contrast(0.98);
}

@media (max-width: 639px) {
  .header-inner {
    min-height: 76px;
  }
  .brand {
    max-width: calc(100vw - 5.75rem);
  }
}

@media (min-width: 720px) {
  .logo-row {
    gap: 2.5rem;
  }
}

@media (min-width: 980px) {
  .site-nav ul {
    gap: 0.6rem;
  }
}


/* Generated photo refinements */
.hero-media img,
.rounded-image {
  object-fit: cover;
  background: #eef1ec;
}


/* Real membership logos */
.trust-title {
  color: #4a5e51;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.logo-row {
  align-items: center;
}
.logo-card--boxed {
  background: #fff;
  border: 1px solid rgba(221, 227, 217, 0.9);
  border-radius: 14px;
  padding: 0.7rem 0.85rem;
  box-shadow: 0 4px 14px rgba(63, 84, 68, 0.04);
}

.logo-card img {
  display: block;
  width: auto;
  height: 62px;
  max-width: 220px;
  opacity: 1;
}
@media (max-width: 719px) {
  .logo-card img {
    height: 44px;
    max-width: 170px;
  }
}




/* Hero refinements */
.hero {
  padding: 3.25rem 0 2.35rem;
}

.hero-card {
  border-radius: 30px;
}

.hero-grid,
.page-hero-grid {
  gap: 2rem;
}

.hero-grid,
.page-hero-grid {
  padding: 1.9rem;
}

.eyebrow {
  margin-bottom: 1.15rem;
  padding: 0.5rem 0.88rem;
  font-size: 0.92rem;
}

h1 {
  font-size: clamp(2.35rem, 5.3vw, 4.35rem);
  line-height: 1.04;
  letter-spacing: -0.018em;
  max-width: 15ch;
  margin-bottom: 1.15rem;
}

.lead {
  font-size: clamp(1.06rem, 2vw, 1.24rem);
  line-height: 1.72;
  color: #425149;
  max-width: 31rem;
  margin-bottom: 1.45rem;
}

.button-row {
  gap: 1rem;
  align-items: center;
  margin-top: 0.35rem;
}

.button,
.button-secondary {
  min-height: 56px;
}

.hero-media img {
  width: 100%;
  min-height: 100%;
  max-height: 540px;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
  filter: saturate(0.95) contrast(0.98) brightness(0.99);
}

@media (min-width: 720px) {
  .hero-grid,
  .page-hero-grid {
    gap: 2.4rem;
    padding: 2.15rem;
    align-items: center;
  }

  .hero-grid {
    grid-template-columns: 1.02fr 0.98fr;
    align-items: start;
  }

  .hero-media {
    align-self: start;
  }

  .hero-card {
    min-height: 0;
  }
}

@media (min-width: 980px) {
  .hero {
    padding: 3.75rem 0 2.65rem;
  }

  .hero-grid {
    grid-template-columns: 1.02fr 0.98fr;
    gap: 2.6rem;
  }

  .hero-grid > div:first-child {
    padding-right: 0.25rem;
  }

  h1 {
    max-width: 14ch;
  }

  .lead {
    max-width: 30rem;
  }
}

@media (max-width: 719px) {
  .hero {
    padding: 2rem 0 1.5rem;
  }

  .hero-grid,
  .page-hero-grid {
    padding: 1.35rem;
    gap: 1.35rem;
  }

  h1 {
    font-size: clamp(2.05rem, 10vw, 3.15rem);
    line-height: 1.06;
    max-width: 12ch;
    margin-bottom: 0.95rem;
  }

  .lead {
    font-size: 1.02rem;
    line-height: 1.68;
    margin-bottom: 1.2rem;
  }

  .button-row {
    gap: 0.85rem;
  }

  .button,
  .button-secondary {
    min-height: 52px;
  }
}


/* Final polish pass */
body {
  font-size: 16px;
  color: #3f4c45;
  -webkit-text-size-adjust: 100%;
}

p,
li,
input,
textarea,
label {
  font-size: 1rem;
}

p,
ul,
ol {
  margin-bottom: 1rem;
}

li {
  line-height: 1.72;
}

.section {
  padding: 3.75rem 0 0;
}

.section-tight {
  padding-top: 1.35rem;
}

.hero-copy {
  max-width: 33rem;
}

.hero-note {
  margin: 0.1rem 0 1.55rem;
  color: #55655d;
  font-size: 0.98rem;
  line-height: 1.68;
  max-width: 31rem;
}

.button,
.button-secondary {
  min-height: 54px;
  padding: 0.95rem 1.45rem;
  border-radius: 10px;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
}

.button {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 22px rgba(223, 141, 104, 0.22);
}

.button:hover,
.button:focus-visible {
  background: var(--accent-dark);
  box-shadow: 0 12px 22px rgba(223, 141, 104, 0.24);
  transform: translateY(-1px);
}

.button-secondary {
  background: rgba(255,255,255,0.58);
  border-color: rgba(66, 99, 73, 0.2);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(243, 246, 240, 0.92);
}

.card,
.panel,
.soft-panel,
.accent-panel,
.sidebar,
.logo-card--boxed {
  border-color: rgba(218, 225, 216, 0.95);
}

.panel,
.soft-panel,
.accent-panel,
.sidebar,
.form-card input,
.form-card textarea {
  box-shadow: 0 8px 24px rgba(63, 84, 68, 0.04);
}

.panel,
.soft-panel,
.accent-panel {
  padding: 1.45rem;
}

.page-hero-grid > div > :last-child,
.panel > :last-child,
.soft-panel > :last-child,
.accent-panel > :last-child,
.sidebar > :last-child,
.quote > :last-child {
  margin-bottom: 0;
}

.footer-links a:hover,
.quick-links a:hover {
  color: #35543b;
}

@media (max-width: 719px) {
  .section {
    padding: 2.8rem 0 0;
  }

  .section-tight {
    padding-top: 1.15rem;
  }

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

  .button,
  .button-secondary {
    width: 100%;
  }

  .hero-note {
    margin-bottom: 1.3rem;
    font-size: 0.96rem;
  }
}




/* Contact page editorial email layout */
.contact-page {
  padding-bottom: 0.75rem;
}

.contact-hero-card {
  display: grid;
  gap: 1.5rem;
  background: #fbfaf7;
  border: 1px solid #d7ded5;
  border-radius: 28px;
  padding: 1.5rem;
  box-shadow: 0 10px 28px rgba(63, 84, 68, 0.05);
}

.contact-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-hero-copy h1 {
  margin-bottom: 0.75rem;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 0.95;
  color: #35543b;
}

.contact-hero-copy .lead {
  font-size: clamp(1.2rem, 2.3vw, 1.7rem);
  line-height: 1.5;
  margin-bottom: 1.4rem;
  max-width: 24ch;
}

.contact-hero-note {
  font-size: 1rem;
  color: #56645d;
  max-width: 34ch;
  margin: 0;
}

.contact-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  display: block;
  border-radius: 24px;
}

.contact-panels {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.35rem;
}

.contact-panel {
  border: 1px solid #d7ded5;
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 8px 24px rgba(63, 84, 68, 0.04);
}

.contact-panel-main {
  background: #fffdfa;
}

.contact-panel-side {
  background: #f3f6f0;
}

.contact-panel h2,
.contact-panel h3 {
  color: #35543b;
}

.contact-panel-main h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  margin-bottom: 1rem;
}

.contact-panel-email {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.contact-panel p {
  color: #46534d;
  margin: 0 0 1rem;
}

.contact-panel p:last-child {
  margin-bottom: 0;
}

.contact-panel a {
  color: #35543b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-panel-block + .contact-panel-block {
  margin-top: 1.2rem;
}
.contact-detail-block {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid #dde4dc;
  border-radius: 18px;
  padding: 1rem 1rem 0.95rem;
}

.contact-detail-block + .contact-panel-block {
  margin-top: 1rem;
}


.contact-panel-block h3 {
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.15;
  margin-bottom: 0.55rem;
}

@media (min-width: 820px) {
  .contact-hero-card {
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    align-items: stretch;
    padding: 1.6rem;
  }

  .contact-panels {
    grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
    align-items: start;
  }

  .contact-panel {
    min-height: 100%;
  }
}

@media (max-width: 819px) {
  .contact-hero-card,
  .contact-panel {
    border-radius: 22px;
  }

  .contact-hero-copy .lead,
  .contact-hero-note {
    max-width: none;
  }
}


/* Contact form enhancements */
.contact-panel-intro {
  max-width: 42ch;
}

.enquiry-form {
  margin-top: 1.2rem;
}

.enquiry-form .form-row {
  margin-bottom: 0.95rem;
}

.enquiry-form label {
  color: #35543b;
}

.enquiry-form input,
.enquiry-form textarea {
  border-color: #d5ddd4;
  background: #ffffff;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
  border-color: #d7a88d;
  outline: none;
  box-shadow: 0 0 0 3px rgba(215, 168, 141, 0.18);
}

.form-submit-row {
  margin-bottom: 0;
  padding-top: 0.3rem;
}

.contact-form-note {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #5b685f;
}

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

.thank-you-card {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1.5rem;
}

.thank-you-card h1 {
  margin-bottom: 0.8rem;
}


/* Homepage hero balance refinements */
.hero-media {
  align-self: start;
}

.hero-side-note {
  margin-top: 1rem;
  max-width: 420px;
  color: #5a6662;
  font-size: 0.96rem;
  line-height: 1.65;
}

.hero-side-note p {
  margin: 0;
}

.hero-copy .button-row {
  margin-top: 0.5rem;
}

.hero-copy .button,
.hero-copy .button-secondary {
  min-width: 188px;
}

@media (min-width: 720px) {
  .hero-grid {
    align-items: start;
  }

  .hero-copy {
    padding-bottom: 0.25rem;
  }

  .hero-side-note {
    margin-top: 1.15rem;
  }
}

@media (max-width: 719px) {
  .hero-side-note {
    margin-top: 0.9rem;
    font-size: 0.94rem;
  }

  .hero-copy .button,
  .hero-copy .button-secondary {
    min-width: 0;
  }
}


/* Homepage hero rebalance refinements */
.hero-side-note { display: none !important; }
.hero-media { align-self: start; }
.hero-copy .button-row { margin-top: 0.35rem; }
@media (min-width: 720px) {
  .hero-grid {
    grid-template-columns: 0.94fr 1.06fr;
    gap: 2.2rem;
    align-items: start;
  }

  .hero-media img {
    aspect-ratio: 4 / 3;
    max-height: none;
    object-fit: cover;
    object-position: center top;
  }

  h1 {
    max-width: 16ch;
  }

  .lead {
    max-width: 28rem;
  }
}

@media (min-width: 980px) {
  .hero-grid {
    grid-template-columns: 0.92fr 1.08fr;
    gap: 2.5rem;
  }

  h1 {
    max-width: 16.5ch;
  }
}


/* Trust logo refinements */
.trust-title {
  margin-bottom: 0.95rem;
}
.logo-row {
  align-items: center;
  gap: 0.75rem;
}
.logo-card--boxed {
  padding: 0.7rem 0.85rem;
}
.logo-card img {
  height: 54px;
  max-width: 210px;
}
.logo-card img[src*="logo-psa-new"] {
  height: 44px;
  max-width: 260px;
}
.logo-card img[src*="logo-pti-international"] {
  height: 54px;
  max-width: 180px;
}
@media (min-width: 720px) {
  .logo-row {
    gap: 1rem;
  }
}
@media (max-width: 719px) {
  .logo-card img {
    height: 48px;
    max-width: 190px;
  }
  .logo-card img[src*="logo-psa-new"] {
    height: 38px;
    max-width: 220px;
  }
}


/* Restored desktop side-by-side content layouts */
@media (min-width: 720px) {
  .two-col {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .panel-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .info-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .about-layout {
    grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
    align-items: start;
  }
}

@media (min-width: 980px) {
  .two-col {
    grid-template-columns: 1.08fr 0.92fr;
  }

  .panel-grid {
    grid-template-columns: 1fr 1fr;
  }

  .info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-layout {
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  }
}

/* Visual polish pass */
@media (min-width: 720px) {
  .section {
    padding-top: 4.1rem;
  }

  .panel-grid,
  .two-col,
  .info-grid,
  .about-layout,
  .contact-panels {
    gap: 1.4rem;
  }
}

.card,
.panel,
.soft-panel,
.accent-panel,
.sidebar,
.contact-panel,
.contact-hero-card,
.logo-card--boxed {
  border-radius: 26px;
}

.hero-card,
.hero-media img,
.rounded-image,
.contact-hero-image img {
  border-radius: 26px;
}

.panel,
.soft-panel,
.accent-panel,
.sidebar,
.contact-panel {
  padding: 1.55rem;
  box-shadow: 0 8px 22px rgba(63, 84, 68, 0.035);
}

.panel:hover {
  transform: none;
}

h2 {
  margin-bottom: 0.8rem;
}

h3 {
  margin-bottom: 0.65rem;
}

.panel p,
.soft-panel p,
.accent-panel p,
.sidebar p,
.contact-panel p {
  max-width: 60ch;
}

.quick-links,
.feature-list,
.standards-list,
.bullet-list,
.contact-list,
.check-list,
.steps {
  margin-bottom: 0;
}

.quick-links li,
.feature-list li,
.standards-list li,
.bullet-list li,
.contact-list li,
.check-list li,
.steps li {
  margin-bottom: 0.55rem;
}

.site-nav a {
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.site-nav a.nav-contact {
  box-shadow: none;
}

.button-secondary {
  background: #fffdfa;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: #f5f2ec;
}

.quote {
  padding: 1.7rem 1.5rem;
  border-radius: 26px;
}

.trust-bar {
  margin-top: 2.4rem;
  padding-top: 2.2rem;
}

.trust-inner {
  border-top: 1px solid #e2e8e2;
  padding-top: 1.35rem;
  padding-bottom: 1.85rem;
}

.trust-title {
  margin-bottom: 0.85rem;
  letter-spacing: -0.01em;
}

.logo-row {
  gap: 0.85rem;
}

.logo-card--boxed {
  padding: 0.62rem 0.82rem;
  box-shadow: none;
}

.logo-card img {
  height: 50px;
}

.logo-card img[src*="logo-psa-new"] {
  height: 40px;
}

.footer-inner {
  border-top: 1px solid #e5ebe5;
  padding-top: 1rem;
}

@media (min-width: 720px) {
  .logo-row {
    gap: 0.95rem;
  }

  .panel-grid > .panel,
  .panel-grid > .soft-panel,
  .panel-grid > .accent-panel,
  .two-col > .panel,
  .info-grid > .panel {
    height: 100%;
  }
}

@media (max-width: 719px) {
  .section {
    padding-top: 2.7rem;
  }

  .panel,
  .soft-panel,
  .accent-panel,
  .sidebar,
  .contact-panel {
    padding: 1.25rem;
    border-radius: 22px;
  }

  .card,
  .hero-card,
  .contact-hero-card,
  .logo-card--boxed,
  .quote {
    border-radius: 22px;
  }

  .logo-card img {
    height: 44px;
  }

  .logo-card img[src*="logo-psa-new"] {
    height: 36px;
  }
}


/* Header tagline preview refinements */
.site-header {
  background: rgba(253, 251, 248, 0.97);
  box-shadow: 0 4px 14px rgba(62, 78, 65, 0.05);
}
.header-inner {
  min-height: 104px;
  align-items: center;
  gap: 1.25rem;
  padding: 0.7rem 0;
}
.brand-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  flex: 0 1 auto;
}
.brand {
  display: block;
  width: 380px;
  max-width: min(100%, calc(100vw - 6.5rem));
  line-height: 0;
}
.brand-logo-full {
  display: block;
  width: 100%;
  height: auto;
}
.brand-tagline {
  margin-top: 0.35rem;
  padding-left: 0.2rem;
  color: #66706b;
  font-size: 0.9rem;
  line-height: 1.35;
}
.brand-tagline span {
  display: block;
}
@media (max-width: 639px) {
  .header-inner {
    min-height: 92px;
    padding: 0.55rem 0;
    align-items: flex-start;
  }
  .brand {
    width: 300px;
    max-width: calc(100vw - 5.75rem);
  }
  .brand-tagline {
    margin-top: 0.28rem;
    font-size: 0.78rem;
    line-height: 1.28;
    max-width: calc(100vw - 6.5rem);
  }
}
@media (min-width: 980px) {
  .header-inner {
    min-height: 118px;
    padding: 0.9rem 0;
  }
  .brand {
    width: 420px;
  }
  .brand-tagline {
    font-size: 0.92rem;
    margin-top: 0.45rem;
  }
}


/* Homepage preview refinements */
.hero-meta {
  margin-bottom: 0.8rem;
  color: #5e6d65;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 500;
}
.hero-meta span {
  padding: 0 0.35rem;
}
.home-welcome-card {
  padding: 1.9rem;
}
.home-welcome-card > h2 {
  margin-bottom: 1.15rem;
}
.home-welcome-sections {
  display: grid;
  gap: 1.35rem 1.5rem;
}
.home-welcome-section {
  padding-right: 0.25rem;
}
.home-welcome-section h3 {
  margin-bottom: 0.7rem;
  font-size: 1.35rem;
}
.home-welcome-section p {
  margin-bottom: 0;
  line-height: 1.72;
}
.intro-cta {
  margin-top: 1.4rem;
  max-width: 62ch;
}
.intro-cta a {
  color: #35543b;
  text-decoration: none;
}
.intro-cta a:hover,
.intro-cta a:focus-visible {
  text-decoration: underline;
}
@media (min-width: 980px) {
  .home-welcome-sections {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 719px) {
  .hero-meta {
    font-size: 0.9rem;
    margin-bottom: 0.7rem;
  }
  .hero-meta span {
    display: none;
  }
  .home-welcome-card {
    padding: 1.35rem;
  }
  .home-welcome-section h3 {
    font-size: 1.2rem;
  }
}


/* Homepage overview grid */
.home-overview-card {
  padding: 1.9rem;
}

.home-overview-card h2 {
  margin-bottom: 1.35rem;
  max-width: 38ch;
}

.home-overview-grid {
  display: grid;
  gap: 1.2rem;
}

.home-overview-panel {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(218, 225, 216, 0.95);
  border-radius: 24px;
  padding: 1.6rem;
  min-height: 100%;
  box-shadow: 0 8px 24px rgba(63, 84, 68, 0.04);
}

.home-overview-panel--accent {
  background: linear-gradient(180deg, rgba(248,236,228,0.72), rgba(255,253,250,0.94));
}

.home-overview-panel--image {
  padding: 0;
  overflow: hidden;
}

.home-overview-panel--image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.home-overview-panel h3 {
  margin-bottom: 0.7rem;
}

.home-overview-panel p {
  margin-bottom: 0;
}

.home-overview-subheading {
  margin-top: 1.35rem;
}

.home-cta {
  margin-top: 1.55rem;
}

@media (min-width: 720px) {
  .home-overview-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.35rem;
  }
}

@media (max-width: 719px) {
  .home-overview-card {
    padding: 1.35rem;
  }

  .home-overview-panel {
    padding: 1.3rem;
  }

  .home-overview-panel--image img {
    min-height: 250px;
  }
}


/* Final content integration */
.brand-tagline { display: none !important; }
.about-lead {
  font-size: 1.05rem;
  font-weight: 600;
  color: #5d6c64;
  margin-bottom: 1.1rem;
}
.about-hero-card p:not(.lead) {
  max-width: 56ch;
}
.about-main-panel p {
  max-width: 64ch;
}
.about-sidebar-card {
  background: #f3f6f0;
}
.about-sidebar-card p + p {
  margin-top: 0.9rem;
}
@media (min-width: 980px) {
  .about-hero-card {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
  }
}


/* About page readability refinement */
.about-section-block + .about-section-block {
  margin-top: 1.45rem;
}
.about-section-block h3 {
  margin-bottom: 0.35rem;
  font-size: 1.18rem;
}
.about-section-block p {
  margin-bottom: 0;
}
.standards-list--soft {
  padding-left: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.standards-list--soft li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
.standards-list--soft li:last-child {
  margin-bottom: 0;
}


/* About page final correction */
.about-layout {
  display: grid;
  gap: 1.5rem;
}

.about-main-panel {
  background: #fffdfa;
}

.about-main-panel h1 {
  max-width: none;
  margin-bottom: 0.75rem;
}

.about-subtitle {
  font-size: 1.02rem;
  font-weight: 600;
  color: #5f6f68;
  margin-bottom: 1.2rem;
}

.about-lead {
  font-size: 1.05rem;
  font-weight: 600;
  color: #5d6c64;
  margin-bottom: 1.15rem;
  max-width: 58ch;
}

.about-main-panel p {
  max-width: 64ch;
}

.about-sidebar-image {
  margin-top: 1.2rem;
}

.about-sidebar-image img {
  width: 100%;
  display: block;
  border-radius: 22px;
  object-fit: cover;
}

@media (min-width: 720px) {
  .about-layout {
    grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
    align-items: start;
  }
}

@media (min-width: 980px) {
  .about-layout {
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  }
}


/* Ending Therapy panel refinement */
.ending-therapy-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
}

.ending-therapy-content .ending-therapy-cta-text {
  margin-bottom: 18px;
}

.ending-therapy-image img {
  width: 100%;
  display: block;
  border-radius: 20px;
  opacity: 0.95;
  object-fit: cover;
}

@media (min-width: 860px) {
  .ending-therapy-layout {
    flex-direction: row;
    align-items: center;
    gap: 28px;
  }

  .ending-therapy-content {
    flex: 0 0 58%;
  }

  .ending-therapy-image {
    flex: 0 0 42%;
  }
}

/* Contact layout refinement */
.contact-left { order: 1; }
.contact-right { order: 2; }

@media (min-width: 860px) {
  .contact-container {
    display: flex;
    gap: 40px;
  }
  .contact-left { flex: 0 0 40%; }
  .contact-right { flex: 0 0 60%; }
}

/* Force contact layout order */
@media (min-width: 860px) {
  .contact-container {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
  }
}


/* Contact page column order fix */
@media (min-width: 820px) {
  .contact-panels .contact-panel-side {
    grid-column: 1;
    grid-row: 1;
  }

  .contact-panels .contact-panel-main {
    grid-column: 2;
    grid-row: 1;
  }
}


/* FINAL contact layout fix */
.contact-panels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 900px) {
  .contact-panels {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .contact-panel-main {
    grid-column: 1;
  }

  .contact-panel-side {
    grid-column: 2;
  }
}

.top-banner {
  background-color: #A8BFA3;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 8px 10px;
}



@media (max-width: 600px) {
  h1 {
    font-size: 28px;
  }
}



/* Heading scale refinement */
h1,
.page-hero h1,
.hero-copy h1,
.intro-text h1,
main h1 {
  font-size: 42px !important;
  line-height: 1.18 !important;
  font-weight: 600 !important;
}

.section-heading,
.card h2,
.panel h2,
.content-card h2,
main h2 {
  font-size: 34px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

@media (max-width: 600px) {
  h1,
  .page-hero h1,
  .hero-copy h1,
  .intro-text h1,
  main h1 {
    font-size: 32px !important;
  }

  .section-heading,
  .card h2,
  .panel h2,
  .content-card h2,
  main h2 {
    font-size: 28px !important;
  }
}



/* Targeted final refinements */
.play-therapy-inline-image {
  margin-top: 1.4rem;
  overflow: hidden;
  border-radius: 20px;
}

.play-therapy-inline-image img {
  width: 100%;
  height: auto;
  display: block;
}

.sessions-inline-title {
  margin-top: 1.6rem;
}

.sessions-inline-list {
  margin-bottom: 0;
}

.ending-therapy-layout {
  align-items: start;
}

@media (min-width: 860px) {
  .ending-therapy-layout {
    align-items: start;
  }

  .ending-therapy-content {
    flex: 0 0 54%;
  }

  .ending-therapy-image {
    flex: 0 0 46%;
  }
}




/* Play Therapy right column visual anchor */
.panel-soft-green {
  background: #eef3ec;
}

/* Contact page mobile ordering */
@media (max-width: 860px) {
  .contact-details-first,
  .contact-info.contact-details-first {
    order: 1;
  }

  .contact-form-second,
  .form-card.contact-form-second {
    order: 2;
  }
}




/* Contact page mobile ordering fix */
@media (max-width: 860px) {
  .contact-grid,
  .contact-layout {
    display: flex;
    flex-direction: column;
  }
}

/* Keep desktop side-by-side */
@media (min-width: 861px) {
  .contact-grid,
  .contact-layout {
    display: grid;
  }
}




/* Contact page explicit panel order */
.contact-panels {
  display: grid;
}

.contact-panel-side {
  order: 1;
}

.contact-panel-main {
  order: 2;
}

@media (max-width: 860px) {
  .contact-panels {
    display: flex;
    flex-direction: column;
  }

  .contact-panel-side {
    order: 1;
  }

  .contact-panel-main {
    order: 2;
  }
}




/* Contact page without form */
.contact-copy-block + .contact-copy-block {
  margin-top: 2rem;
}

.contact-copy-block h2 {
  margin-bottom: 0.75rem;
}

.contact-copy-block p {
  max-width: 34rem;
}

.contact-panel-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 860px) {
  .contact-copy-block p {
    max-width: none;
  }
}




/* Targeted fix: Ending Therapy image should stay inside its column without overflow */
.ending-therapy-image,
.ending-therapy-image-img {
  max-width: 100%;
}

.ending-therapy-image img,
img.ending-therapy-image-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* Correct layout fix for Ending Therapy section */
.ending-therapy-layout {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 28px !important;
  align-items: start !important;
}

.ending-therapy-layout > * {
  min-width: 0;
}

.ending-therapy-content,
.ending-therapy-image {
  align-self: start !important;
}

.ending-therapy-image {
  width: 100%;
  min-width: 0;
}

.ending-therapy-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

@media (min-width: 860px) {
  .ending-therapy-layout {
    grid-template-columns: minmax(0, 54%) minmax(0, 46%) !important;
  }
}

/* Top-align content in split content sections */
.info-grid,
.panel-grid,
.two-col,
.about-layout,
.page-hero-grid {
  align-items: start;
}

/* Ensure individual panels don't vertically centre content */
.panel,
.soft-panel,
.accent-panel,
.sidebar,
.contact-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Prevent stretched text blocks from feeling vertically adrift */
.panel > *:last-child,
.soft-panel > *:last-child,
.accent-panel > *:last-child,
.sidebar > *:last-child,
.contact-panel > *:last-child {
  margin-bottom: 0;
}

/* Keep images aligned cleanly with top of neighbouring text */
.hero-media,
.ending-therapy-image,
.play-therapy-inline-image {
  align-self: start;
}

/* Slightly cleaner image behaviour in content blocks */
.rounded-image,
.hero-media img,
.ending-therapy-image img,
.play-therapy-inline-image img {
  display: block;
}

/* Stop text columns from expanding awkwardly inside grids */
.ending-therapy-content,
.about-main-panel,
.about-sidebar-card,
.panel,
.soft-panel,
.accent-panel {
  min-width: 0;
}

/* About page: make the top portrait image smaller and less dominant */
.about-hero-card {
  grid-template-columns: minmax(0, 1.34fr) minmax(220px, 0.66fr) !important;
  align-items: start !important;
}

.about-hero-card .hero-media {
  display: flex;
  justify-content: flex-end;
  align-self: start;
}

.about-hero-card .hero-media img {
  width: 100%;
  max-width: 220px;
  max-height: 320px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 22px;
  display: block;
  margin-left: auto;
}

/* Restore normal behaviour for the lower About page image */
.about-sidebar-image {
  margin-top: 1.2rem;
  width: 100%;
  display: block;
}

.about-sidebar-image img {
  width: 100%;
  max-width: none;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

@media (min-width: 980px) {
  .about-hero-card {
    grid-template-columns: minmax(0, 1.38fr) minmax(210px, 0.62fr) !important;
  }

  .about-hero-card .hero-media img {
    max-width: 220px;
    max-height: 320px;
  }
}

@media (max-width: 719px) {
  .about-hero-card .hero-media {
    justify-content: flex-start;
  }

  .about-hero-card .hero-media img {
    max-width: 260px;
    max-height: none;
  }
}
/* Homepage only: tighten the gap after the hero */
.hero + .section.section-tight {
  padding-top: 0.00rem !important;
}

/* Information page: custom lower two-column layout */
.info-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  align-items: start;
  width: 100%;
  margin-top: 1.4rem;
}

.info-column {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  min-width: 0;
  width: 100%;
}

.info-column .panel {
  width: 100%;
  height: auto;
}

@media (min-width: 720px) {
  .info-columns {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
/* Row layout for Consent + Ending Therapy */
.info-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}

@media (min-width: 720px) {
  .info-row {
    grid-template-columns: 1fr 1fr;
  }
}
/* Information page spacing tidy-up */
.info-grid,
.info-columns,
.info-row {
  gap: 1rem;
}

.info-columns,
.info-row {
  margin-top: 1rem;
}

.info-column {
  gap: 1rem;
}

.info-panel {
  margin: 0;
}
/* FIXED mobile About top section */
@media (max-width: 719px) {
  .about-hero-card {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
    align-items: start !important;
  }

  .about-hero-card > * {
    min-width: 0;
  }

  .about-hero-card .hero-media {
    justify-content: flex-start;
    width: 100%;
  }

  .about-hero-card .hero-media img {
    width: 100%;
    max-width: 260px;
    height: auto;
    min-height: 0;
    max-height: none;
    margin-left: 0;
  }

  .about-main-panel h1 {
    max-width: none;
  }
}
/* Mobile logo size increase */
@media (max-width: 639px) {
  .brand {
    width: 100%;
    max-width: calc(100vw - 4rem);
  }
}