:root {
  --colour-inhome: #A7D1C0;
  --colour-inhome-pants: #8FBDAA;
  --blob-inhome: #CFE6DD;

  --colour-circles: #F9A08D;
  --colour-circles-pants: #E88775;
  --blob-circles: #FBCABD;

  --colour-ndis: #8FB6C9;
  --colour-ndis-pants: #749FB5;
  --blob-ndis: #C7DCE6;

  --colour-about: #A4C2A9;
  --colour-about-pants: #8CAB91;
  --blob-about: #D3E2D5;

  --colour-contact: #D6A78A;
  --colour-contact-pants: #BE8F70;
  --blob-contact: #E9CCB8;

  --colour-montessori: #E8BDBD;
  --colour-montessori-pants: #D39FA0;
  --blob-montessori: #F2DADB;

  --colour-methods: #FAD088;
  --colour-methods-pants: #E2B968;
  --blob-methods: #FCE5B8;

  --colour-prepared: #CDB8A4;
  --colour-prepared-pants: #B89E86;
  --blob-prepared: #E2D5C8;

  --bg-cream: #FFFBF0;
  --text-teal: #035471;
  
  --font-heading: 'Fraunces', serif;
  --font-body: 'Lato', sans-serif;

  --phi-large: 61.8%;
  --phi-small: 38.2%;
}

html, body { overflow-x: hidden; }
html { scroll-behavior: smooth; }
* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background-color: var(--bg-cream);
  color: var(--text-teal);
  font-family: var(--font-body);
  line-height: 1.6;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  color: var(--text-teal);
}

h1 { font-size: clamp(3rem, 6vw, 4.5rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(2.25rem, 4.5vw, 3.25rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
h4 { font-size: clamp(1.25rem, 2vw, 1.5rem); }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; object-fit: contain; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 clamp(1.5rem, 5vw, 3rem); position: relative; }
.copy-block { max-width: 500px; }

/* Ghost Print Decoration */
.ghost-decor { position: absolute; z-index: 1; pointer-events: none; user-select: none; mix-blend-mode: multiply; }
.ghost-hero { top: 6%; left: -10%; width: clamp(280px, 42vw, 520px); transform: rotate(-8deg); opacity: 0.16; }
.ghost-prepared { top: 6%; right: -8%; width: clamp(280px, 36vw, 460px); transform: rotate(-12deg); opacity: 0.18; }
.ghost-enquiry {
  top: 4%;
  left: -5%;
  width: clamp(300px, 40vw, 550px);
  transform: rotate(7deg);
  opacity: 0.12;
}
.ghost-footer {
  bottom: 5%;
  right: -5%;
  width: clamp(250px, 30vw, 450px);
  transform: rotate(14deg);
  opacity: 0.1;
}
.ghost-pathway {
  position: absolute;
  top: 10%;
  right: -4%;
  width: clamp(260px, 28vw, 420px);
  opacity: 0.16;
  transform: rotate(10deg);
}

/* Sections */
section { padding: clamp(4.5rem, 8vw, 7rem) 0; position: relative; }
.enquiry-section { overflow: visible; }
section > .container, .copy-block, .image-stage, .shelf-card, .enquiry-card, .support-card, .pathway-timeline, .site-header, .site-footer { position: relative; z-index: 2; }
.site-header { padding: clamp(1.5rem, 4vw, 3rem) 0; text-align: center; position: relative; z-index: 10; }
.site-header img { width: clamp(120px, 12vw, 180px); height: auto; margin: 0 auto; }

/* Typography */
.eyebrow { 
  font-size: 0.8125rem; text-transform: uppercase; letter-spacing: 0.15em; 
  margin-bottom: 1.5rem; display: block; opacity: 0.6; font-weight: 700; 
  font-family: var(--font-body);
}
.lead { font-size: clamp(1.125rem, 2vw, 1.375rem); margin-bottom: 2rem; color: rgba(3, 84, 113, 0.85); line-height: 1.5; }
.service-summary-strip { padding: clamp(1.5rem, 4vw, 2.5rem) 0; margin-top: clamp(-2rem, -3vw, -1rem); }
.service-summary { max-width: 760px; margin: 0 auto; font-size: clamp(0.95rem, 1.8vw, 1.05rem); line-height: 1.6; text-align: center; color: rgba(3, 84, 113, 0.68); }
.text-center { text-align: center; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: clamp(0.875rem, 2vw, 1.125rem) clamp(2rem, 4vw, 3rem);
  border-radius: 50px; background-color: var(--text-teal); color: var(--bg-cream);
  font-weight: 700; text-align: center; transition: all 0.3s ease;
  cursor: pointer; border: 1px solid var(--text-teal); font-size: 1rem; letter-spacing: 0.02em;
}
.btn:hover { background-color: #024158; border-color: #024158; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(3, 84, 113, 0.15); }
.btn:focus-visible { outline: 2px solid var(--colour-prepared); outline-offset: 4px; }
.btn-secondary { background-color: transparent; color: var(--text-teal); }
.btn-secondary:hover { background-color: rgba(3, 84, 113, 0.05); border-color: var(--text-teal); }

.button-group { display: flex; gap: 1.25rem; flex-wrap: wrap; margin-top: 2.5rem; justify-content: center; }
.button-group.left { justify-content: flex-start; }
@media (max-width: 480px) { .button-group { flex-direction: column; width: 100%; } .btn { width: 100%; } }

/* Editorial Layouts */
.phi-layout { display: flex; flex-direction: column; gap: clamp(4rem, 8vw, 6rem); align-items: center; }
@media (min-width: 1024px) {
  .phi-layout { flex-direction: row; align-items: center; justify-content: space-between; gap: 6rem; }
  .phi-layout.reverse { flex-direction: row-reverse; }
  .phi-large { width: 65%; }
  .phi-small { width: 30%; }
}

/* Base Image Stage */
.image-stage { position: relative; width: 100%; max-width: 550px; margin: 0 auto; display: flex; align-items: center; justify-content: center; aspect-ratio: 1; }
.image-stage::before {
  content: ''; position: absolute; top: 15%; left: -10%; width: 80%; height: 80%;
  border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%; opacity: 0.4; z-index: 0; transform: rotate(-15deg);
  background: var(--stage-wash, var(--blob-prepared));
}
.image-stage img { position: relative; z-index: 2; width: 90%; height: 90%; object-fit: contain; filter: drop-shadow(0 10px 30px rgba(3, 84, 113, 0.05)); }
.blob-bg {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 95%; height: 95%;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; z-index: 1;
  transition: border-radius 8s ease-in-out;
  background: var(--stage-blob, var(--blob-prepared));
}

/* Specific Blobs */
.blob-bg.hero-blob { background: var(--blob-prepared); }
.blob-bg.prep-blob { border-radius: 60% 40% 30% 70% / 50% 60% 50% 40%; animation-delay: -2s; background: var(--blob-prepared); }
.blob-bg.music-blob { border-radius: 50% 50% 60% 40% / 40% 50% 50% 60%; background: var(--blob-inhome); }
.blob-bg.circles-blob { border-radius: 40% 60% 50% 50% / 50% 40% 60% 50%; background: var(--blob-circles); }
.blob-bg.about-blob { border-radius: 50% 50% 40% 60% / 60% 50% 50% 40%; background: var(--blob-about); }

.hero-stage { --stage-wash: var(--blob-prepared); --stage-blob: var(--blob-prepared); }
.prep-stage { --stage-wash: var(--blob-prepared); --stage-blob: var(--blob-prepared); }
.music-stage { --stage-wash: var(--blob-inhome); --stage-blob: var(--blob-inhome); }
.circles-stage { --stage-wash: var(--blob-circles); --stage-blob: var(--blob-circles); }
.about-stage { --stage-wash: var(--blob-about); --stage-blob: var(--blob-about); }

/* Hero */
.hero { padding-top: 2rem; padding-bottom: clamp(5rem, 10vw, 8rem); }
.hero h1 {
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
  max-width: 10ch;
}
.hero .copy-block { max-width: 580px; }

/* Moment Shelf (Refined) */
.moment-shelf { padding-top: clamp(4rem, 8vw, 6rem); padding-bottom: clamp(6rem, 12vw, 10rem); }
.shelf-card { background: white; padding: clamp(2.5rem, 5vw, 4rem) clamp(2rem, 5vw, 4rem); border-radius: 32px; box-shadow: 0 10px 40px rgba(3, 84, 113, 0.03); max-width: 900px; margin: 0 auto; text-align: left; }

.moment-card-inner { display: flex; flex-direction: column; gap: 2rem; margin-bottom: 2rem; }
@media (min-width: 768px) {
  .moment-card-inner { display: grid; grid-template-columns: 38.2% 61.8%; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
}
.moment-col-left h2 { margin-bottom: 0.5rem; font-size: clamp(1.75rem, 3.5vw, 2.5rem); }
.moment-col-left .lead { margin: 0; }

.friction-list { border-left: 1px solid rgba(3, 84, 113, 0.15); padding-left: 1.5rem; }
.friction-list p { margin-bottom: 0.25rem; color: rgba(3, 84, 113, 0.85); font-size: clamp(1.125rem, 2vw, 1.25rem); font-weight: 700; }
.friction-list p:last-child { margin-bottom: 0; }

.shelf-closing { margin-bottom: 3rem; max-width: 600px; color: rgba(3, 84, 113, 0.9); }

.shelf-grid { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 0.5rem; }
.shelf-item { 
  padding: 0.4rem 0.875rem; border-radius: 50px; border: 1px solid rgba(3, 84, 113, 0.05);
  font-weight: 700; font-size: 0.8125rem; color: var(--text-teal); opacity: 0.85;
  display: inline-flex; align-items: center; gap: 0.4rem;
}
.shelf-item::before { content: ''; display: block; width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; opacity: 0.7; }

/* Calmer Moment Chips */
.shelf-item.type-routine { background: rgba(226, 213, 200, 0.6); }
.shelf-item.type-routine::before { background: var(--colour-prepared-pants); }
.shelf-item.type-regulation { background: rgba(207, 230, 221, 0.6); }
.shelf-item.type-regulation::before { background: var(--colour-inhome-pants); }
.shelf-item.type-friction { background: rgba(233, 204, 184, 0.6); }
.shelf-item.type-friction::before { background: var(--colour-contact-pants); }

/* Prepared Cards (Inside Flagship) */
.prepared-cards { display: grid; gap: 1.5rem; margin-top: 3rem; }
.prep-card { border-left: 2px solid var(--colour-prepared); padding-left: 1.5rem; }
.prep-card h3 { margin-bottom: 0.25rem; font-size: 1rem; font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; opacity: 0.8; }
.prep-card p { font-size: 1rem; color: rgba(3, 84, 113, 0.85); }

/* Pathway Timeline */
.pathway { padding-top: clamp(4rem, 8vw, 6rem); padding-bottom: clamp(6rem, 12vw, 10rem); }
.pathway-timeline { position: relative; margin: 4rem auto 0; max-width: 600px; }
.pathway-step { display: flex; gap: clamp(1.5rem, 4vw, 3rem); margin-bottom: 4rem; position: relative; }
.pathway-step:last-child { margin-bottom: 0; }
.step-num {
  font-family: var(--font-heading); font-size: clamp(1.25rem, 3vw, 1.5rem); font-weight: 700;
  color: var(--colour-prepared); flex-shrink: 0; position: relative; z-index: 2;
  background: var(--bg-cream); padding-bottom: 1rem; width: 40px; text-align: center;
}
.step-num::after { content: ''; position: absolute; top: 1.8rem; left: 50%; transform: translateX(-50%); width: 6px; height: 6px; border-radius: 50%; background: var(--colour-prepared); }
.step-content { padding-top: 0.15rem; }
.step-content h4 { margin-bottom: 0.5rem; }
.step-content p { color: rgba(3, 84, 113, 0.85); }
.pathway-timeline::before { content: ''; position: absolute; left: 20px; top: 1.5rem; bottom: 1rem; width: 1px; background: var(--colour-prepared); z-index: 1; opacity: 0.3; }

/* Support Services */
.support-services { padding: clamp(5rem, 10vw, 8rem) 0; position: relative; }
.support-services::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 1px; background: var(--colour-inhome); opacity: 0.5; }
.support-cards { display: grid; gap: clamp(4rem, 8vw, 6rem); margin-top: clamp(4rem, 8vw, 5rem); }
@media (min-width: 768px) { .support-cards { grid-template-columns: 1fr 1fr; gap: clamp(4rem, 8vw, 8rem); } }
.support-card { display: flex; flex-direction: column; gap: 1.5rem; align-items: center; text-align: center; }
.support-card .image-stage { max-width: 220px; margin-bottom: 0.5rem; }
.support-card h3 { margin-bottom: 0.5rem; }
.support-card p { opacity: 0.85; max-width: 320px; margin: 0 auto; }
.support-card .btn { font-size: 0.875rem; padding: 0.75rem 2rem; margin-top: 0.5rem; }

/* Support Card Accents */
.support-card:nth-child(1) h3 { color: var(--colour-inhome-pants); }
.support-card:nth-child(1) .btn-secondary:hover { background-color: var(--blob-inhome); border-color: var(--colour-inhome-pants); }
.support-card:nth-child(2) h3 { color: var(--colour-circles-pants); }
.support-card:nth-child(2) .btn-secondary:hover { background-color: var(--blob-circles); border-color: var(--colour-circles-pants); }

/* Music Feature Card */
.music-feature-section {
  text-align: center;
}

.music-feature-card {
  max-width: 820px;
  margin: 4rem auto 0;
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  text-align: left;
}

.music-feature-card .image-stage {
  margin: 0 auto;
  max-width: 240px;
}

.music-feature-copy {
  max-width: 380px;
}

.music-feature-copy h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: var(--colour-inhome-pants);
}

.music-feature-copy p {
  opacity: 0.85;
  max-width: 360px;
  margin-bottom: 0.75rem;
}

.music-feature-copy p:last-of-type {
  margin-bottom: 0;
}

.music-feature-copy .btn {
  font-size: 0.875rem;
  padding: 0.75rem 2rem;
  margin-top: 0.5rem;
}

@media (max-width: 760px) {
  .music-feature-card {
    grid-template-columns: 1fr;
    text-align: center;
    margin-top: 3rem;
  }

  .music-feature-copy {
    max-width: 100%;
    margin: 0 auto;
  }

  .music-feature-copy p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .music-feature-copy .button-group {
    justify-content: center;
  }
}

/* About Kym */
.about-kym { position: relative; }
.about-kym::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 1px; background: var(--colour-about); opacity: 0.5; }
.about-copy { max-width: 480px; }
.trust-chips { display: flex; flex-wrap: wrap; gap: 0.5rem 0.25rem; align-items: center; }
.trust-chip { font-size: 0.8125rem; font-weight: 700; color: rgba(3, 84, 113, 0.7); background: rgba(164, 194, 169, 0.15); padding: 0.4rem 0.85rem; border-radius: 50px; border: 1px solid rgba(164, 194, 169, 0.2); display: inline-flex; align-items: center; gap: 0.55rem; }
.trust-separator { margin: 0 0.3rem; color: var(--colour-about-pants); opacity: 0.5; font-size: 0.8125rem; }

/* Enquiry Section */
.enquiry-section { padding-top: clamp(4.5rem, 8vw, 7rem); padding-bottom: clamp(4.5rem, 8vw, 7rem); position: relative; }
.enquiry-card { max-width: 650px; margin: 0 auto; background: white; padding: clamp(3rem, 6vw, 5rem) clamp(2rem, 5vw, 4rem); border-radius: 32px; box-shadow: 0 20px 60px rgba(3, 84, 113, 0.04); position: relative; z-index: 2; }
.enquiry-section::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; background: linear-gradient(to bottom, rgba(255,251,240,0) 0%, white 100%); z-index: 1; pointer-events: none; }
.enquiry-card form { position: relative; z-index: 1; margin-top: 1.5rem; }
.enquiry-card .eyebrow { color: var(--colour-contact-pants); opacity: 1; }
.enquiry-layout { max-width: 1100px; margin: 0 auto; display: grid; gap: clamp(3rem, 6vw, 5rem); align-items: start; }
.enquiry-copy { position: relative; z-index: 2; }
.enquiry-copy .eyebrow { color: var(--colour-contact-pants); opacity: 1; }

@media (min-width: 900px) {
  .enquiry-layout { grid-template-columns: 42% 58%; }
  .enquiry-card { max-width: none; width: 100%; }
}

.faq-section { position: relative; z-index: 2; max-width: 1000px; margin: clamp(4rem, 8vw, 6rem) auto 0; }
.enquiry-copy h2 { margin-bottom: 1.5rem; }
.enquiry-copy .lead { margin-bottom: 1.5rem; }
.enquiry-copy p { margin-bottom: 1.25rem; }
.faq-grid { display: grid; gap: clamp(2rem, 4vw, 3rem); margin-top: 3rem; }
@media (min-width: 768px) { .faq-grid { grid-template-columns: 1fr 1fr; } }
.faq-item h4 { margin-bottom: 0.75rem; color: var(--text-teal); opacity: 0.9; }
.faq-item p { font-size: 0.9375rem; opacity: 0.85; }

.form-reassurance { background: rgba(233, 204, 184, 0.35); padding: 1.5rem; border-radius: 16px; margin-top: 2rem; margin-bottom: 2rem; border-left: 4px solid var(--colour-contact-pants); }
.form-reassurance h3 { margin-bottom: 0.5rem; font-size: 1rem; color: var(--text-teal); }
.form-reassurance p { font-size: 0.9375rem; opacity: 0.9; margin: 0; color: var(--text-teal); }

.form-group { margin-bottom: 1.75rem; }
.form-group label { display: block; font-weight: 700; margin-bottom: 0.5rem; font-size: 0.875rem; opacity: 0.7; letter-spacing: 0.05em; text-transform: uppercase; }
.form-helper { font-size: 0.8125rem; opacity: 0.7; margin-bottom: 0.75rem; color: var(--text-teal); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 1.125rem; border: 1px solid rgba(3, 84, 113, 0.12); border-radius: 16px;
  font-family: var(--font-body); font-size: 1rem; background: var(--bg-cream); transition: border-color 0.3s, background 0.3s, box-shadow 0.3s; color: var(--text-teal);
}
.form-group textarea { resize: vertical; min-height: 140px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--colour-contact); background: white; box-shadow: 0 0 0 4px var(--blob-contact); }
.form-group select { appearance: none; background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23035471%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: right 1.125rem top 50%; background-size: 0.65rem auto; padding-right: 3rem; }

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Footer */
.site-footer { text-align: center; padding: 4rem 0 8rem; opacity: 0.7; font-size: 0.875rem; position: relative; z-index: 10; background: white; }
.site-footer p { margin-bottom: 0.5rem; }
.footer-divider { width: 40px; height: 1px; background: var(--colour-prepared); opacity: 0.5; margin: 3rem auto; }

/* Animations */
@media (prefers-reduced-motion: no-preference) {
  .hero .phi-large { animation: fadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards; opacity: 0; transform: translateY(30px); }
  .hero .image-stage { animation: fadeUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.15s forwards; opacity: 0; transform: translateY(30px); }
}
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }



/* Mobile and Tablet Refinements */
@media (max-width: 767px) {
  body { font-size: 1rem; }
  .container { padding-left: clamp(1.1rem, 5vw, 1.5rem); padding-right: clamp(1.1rem, 5vw, 1.5rem); }
  section { padding-top: clamp(4rem, 13vw, 5.25rem); padding-bottom: clamp(4rem, 13vw, 5.25rem); }

  .site-header { padding: 1.1rem 0 0.25rem; }
  .site-header img { height: 38px; }

  .hero { padding-top: 1.25rem; padding-bottom: clamp(3.5rem, 12vw, 4.75rem); gap: 2.75rem; }
  .hero .eyebrow { margin-bottom: 0.85rem; }
  .hero h1 {
    font-size: clamp(2.2rem, 10.5vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
    max-width: 11ch;
    margin-bottom: 1rem;
  }
  .hero .lead { font-size: clamp(1rem, 4.2vw, 1.12rem); line-height: 1.42; max-width: 24rem; margin-bottom: 1.25rem; }
  .hero .copy-block > p:not(.lead) { font-size: 0.96rem; }
  .hero .button-group { margin-top: 1.5rem; }
  .hero-stage { max-width: min(78vw, 300px); }

  .button-group { flex-direction: column; width: 100%; gap: 0.8rem; }
  .button-group.left { justify-content: center; }
  .btn { width: 100%; padding: 0.95rem 1.2rem; font-size: 0.95rem; }

  h2 { font-size: clamp(1.85rem, 8.5vw, 2.45rem); line-height: 1.08; }
  h3 { font-size: clamp(1.25rem, 6vw, 1.65rem); }
  .lead { font-size: clamp(1.02rem, 4.4vw, 1.15rem); line-height: 1.45; margin-bottom: 1.35rem; }
  .copy-block { max-width: 100%; }

  .moment-shelf { padding-top: clamp(3.5rem, 11vw, 4.5rem); }
  .moment-card-inner { gap: 1.5rem; }
  .shelf-card { padding: 2rem 1.35rem; border-radius: 26px; }
  .friction-list { border-left: 0; padding-left: 0; display: grid; gap: 0.5rem; }
  .friction-list p { padding: 0.65rem 0.85rem; border-radius: 999px; background: rgba(226, 213, 200, 0.48); font-size: 1rem; }
  .shelf-closing { margin-bottom: 0; }

  .prepared-cards { gap: 1rem; margin-top: 2rem; }
  .prep-card { padding-left: 1rem; }
  .image-stage { max-width: min(82vw, 340px); }
  .support-cards { gap: 3rem; }
  .support-card .image-stage { max-width: 190px; }
  .about-kym.phi-layout { gap: 2.5rem; }

  .pathway-timeline { margin-top: 2.5rem; }
  .pathway-step { gap: 1rem; margin-bottom: 2.5rem; }

  .enquiry-section { padding-top: clamp(4rem, 12vw, 5rem); }
  .enquiry-card { padding: 2rem 1.35rem; border-radius: 26px; }
  .form-reassurance { padding: 1.15rem; }
  .faq-section { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .site-footer { padding: 3rem 0 6rem; }

  .ghost-hero { opacity: 0.08; width: 280px; left: -135px; top: 3rem; }
  .ghost-prepared, .ghost-enquiry, .ghost-footer { opacity: 0.07; width: 240px; }
  .ghost-prepared { right: -135px; top: 2rem; }
  .ghost-enquiry { left: -70px; top: 1.5rem; width: 220px; opacity: 0.07; }
  .ghost-footer { right: -50px; bottom: 2rem; width: 200px; opacity: 0.06; }
  .ghost-pathway { width: 210px; right: -110px; top: 2rem; opacity: 0.06; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: clamp(2.05rem, 10vw, 2.3rem); max-width: 11ch; }
  .hero .lead { font-size: 0.98rem; }
  .eyebrow { font-size: 0.72rem; letter-spacing: 0.12em; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .phi-layout { gap: 3rem; }
  .support-cards { grid-template-columns: 1fr; gap: 4rem; }
  .shelf-grid { gap: 0.5rem; }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .phi-layout { gap: 4rem; }
}


/* Prepared Home Anchor Point Section
   Supports the clarified direction:
   recurring hard moment -> prepared anchor point -> child cycle of activity.
*/
.anchor-section {
  padding-top: clamp(4rem, 8vw, 6rem);
  padding-bottom: clamp(5rem, 10vw, 8rem);
  position: relative;
}

.anchor-card {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4.5rem);
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(238, 228, 218, 0.88), rgba(255, 251, 240, 0.96));
  border: 1px solid rgba(3, 84, 113, 0.08);
  box-shadow: 0 18px 55px rgba(3, 84, 113, 0.035);
  overflow: hidden;
}

.anchor-card::before {
  content: '';
  position: absolute;
  right: -8%;
  top: -18%;
  width: clamp(180px, 28vw, 360px);
  aspect-ratio: 1;
  border-radius: 54% 46% 62% 38% / 48% 62% 38% 52%;
  background: var(--blob-prepared);
  opacity: 0.38;
  z-index: -1;
}

.anchor-layout {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
}

@media (min-width: 900px) {
  .anchor-layout {
    grid-template-columns: 38.2% 61.8%;
    align-items: center;
  }
}

.anchor-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(3, 84, 113, 0.68);
}

.anchor-kicker::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--colour-prepared-pants);
}

.anchor-copy p {
  color: rgba(3, 84, 113, 0.86);
}

.anchor-copy .lead {
  margin-bottom: 1.25rem;
}

.anchor-cycle {
  display: grid;
  gap: 0.85rem;
}

.cycle-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(3, 84, 113, 0.07);
}

.cycle-step span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: var(--colour-prepared);
  color: var(--bg-cream);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
}

.cycle-step span:last-child {
  font-weight: 800;
  color: var(--text-teal);
}

.anchor-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.anchor-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(205, 184, 164, 0.28);
  border: 1px solid rgba(3, 84, 113, 0.06);
  color: rgba(3, 84, 113, 0.82);
  font-size: 0.8125rem;
  font-weight: 700;
}

.scope-note {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border-left: 4px solid var(--colour-prepared-pants);
  color: rgba(3, 84, 113, 0.86);
  font-size: clamp(0.92rem, 1.5vw, 1rem);
}

.scope-note strong {
  color: var(--text-teal);
}

/* Compact routing strip, currently unused. */
.routing-strip {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto clamp(2rem, 5vw, 4rem);
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border-radius: 28px;
  background: rgba(226, 213, 200, 0.42);
  border: 1px solid rgba(3, 84, 113, 0.06);
  text-align: center;
}

.routing-strip h2,
.routing-strip h3 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  margin-bottom: 0.75rem;
}

.routing-strip p {
  max-width: 560px;
  margin: 0 auto;
  color: rgba(3, 84, 113, 0.82);
}

@media (max-width: 767px) {
  .anchor-section {
    padding-top: clamp(3.5rem, 11vw, 4.5rem);
    padding-bottom: clamp(4rem, 12vw, 5rem);
  }

  .anchor-card {
    padding: 2rem 1.35rem;
    border-radius: 28px;
  }

  .anchor-layout {
    gap: 1.75rem;
  }

  .cycle-step {
    border-radius: 22px;
    align-items: start;
  }

  .cycle-step span:first-child {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 0.85rem;
  }

  .anchor-examples {
    gap: 0.45rem;
  }

  .anchor-chip {
    font-size: 0.78rem;
  }

  .scope-note {
    padding: 1.15rem;
    border-radius: 18px;
  }
}

/* Reduced Motion Accessibility Support */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0s !important;
  }

  .ghost-decor,
  .blob,
  .blob-bg,
  [class*="blob"],
  [class*="float"],
  [class*="motion"],
  [class*="animate"],
  [class*="parallax"],
  .hero .phi-large,
  .hero .image-stage,
  .btn,
  .trust-chip {
    animation: none !important;
    transition: none !important;
    will-change: auto !important;
  }
}
