.speech-page { --page-accent: var(--coral); --page-soft: #fff0ed; background: var(--milk); }
.speech-hero { min-height: calc(100svh - 112px); display: grid; grid-template-columns: minmax(0,1fr) minmax(430px,.9fr); align-items: center; gap: clamp(40px,7vw,100px); padding-block: 80px; }
.speech-hero__copy { align-self: center; }
.speech-hero h1 { margin: 22px 0; font: 700 clamp(48px,6vw,86px)/1.04 var(--display); letter-spacing: -.06em; }
.speech-hero h1 em { position: relative; color: var(--leaf-dark); font-style: normal; }
.speech-hero h1 em::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 8px; border-radius: 50%; background: var(--coral); content: ""; }
.speech-hero__copy > p { max-width: 680px; color: var(--muted); font-size: 18px; }
.speech-phone { width: min(100%,440px); display: grid; grid-template-columns: 1fr auto auto auto; align-items: baseline; gap: 5px 9px; margin-top: 32px; padding: 16px 18px; border: 2px solid var(--bark); border-radius: 20px 20px 20px 7px; background: var(--coral); color: var(--bark); box-shadow: 6px 7px 0 var(--bark); transition: transform .2s ease, box-shadow .2s ease; }
.speech-phone:hover { transform: translateY(-3px); box-shadow: 8px 10px 0 var(--bark); }
.speech-phone span { grid-row: 1/3; align-self: center; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.speech-phone small { font: 800 13px var(--accent); }
.speech-phone strong { padding: 1px 6px; border-radius: 8px; background: var(--white); font: 800 22px var(--accent); letter-spacing: .05em; }
.speech-phone i { align-self: center; font: 800 21px var(--accent); font-style: normal; }
.speech-hero__copy .speech-hero__reassurance { margin: 23px 0 0; color: var(--muted); font-size: 12px; }
.speech-hero__reassurance b { color: var(--leaf-deep); }

.speech-playground { --speech-orbit: 190px; position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden; border: 2px solid var(--bark); border-radius: 50% 50% 50% 15%; background: var(--page-soft); box-shadow: 10px 11px 0 var(--bark); }
.speech-playground__ring { position: absolute; width: 72%; aspect-ratio: 1; border: 2px dashed rgba(61,39,16,.3); border-radius: 50%; animation: speech-spin 24s linear infinite; }
.speech-word-window { position: relative; z-index: 3; width: 210px; height: 210px; display: grid; place-items: center; padding: 18px; border: 2px solid var(--bark); border-radius: 50%; background: var(--coral); box-shadow: 7px 8px 0 var(--bark); font: 800 clamp(28px,3vw,38px) var(--accent); letter-spacing: .04em; text-align: center; animation: speech-word-float 4s ease-in-out infinite; }
.speech-syllables { position: absolute; inset: 0; z-index: 2; animation: speech-syllables-orbit 18s linear infinite; }
.speech-syllables button { --angle: calc(var(--i) * 90deg); position: absolute; top: 50%; left: 50%; width: 70px; height: 70px; display: grid; place-items: center; padding: 0; border: 2px solid var(--bark); border-radius: 20px; background: var(--white); color: var(--bark); font: 800 21px var(--accent); transform: translate(-50%,-50%) rotate(var(--angle)) translateX(var(--speech-orbit)) rotate(calc(var(--angle) * -1)); transition: background .2s ease, box-shadow .2s ease; }
.speech-syllables button:nth-child(2) { background: var(--sun); }
.speech-syllables button:nth-child(3) { background: var(--leaf); }
.speech-syllables button:nth-child(4) { background: var(--sky); }
.speech-syllables button span { display: block; animation: speech-syllables-counter 18s linear infinite; }
.speech-syllables button:hover { box-shadow: 4px 5px 0 var(--bark); }
.speech-syllables button.is-speaking { animation: speech-pop .55s ease; }
.speech-playground > p { position: absolute; z-index: 4; bottom: 12px; margin: 0; font-size: 10px; font-weight: 900; text-transform: uppercase; }

.speech-heading { display: grid; grid-template-columns: .28fr .72fr; gap: 28px; margin-bottom: 45px; }
.speech-heading > span, .speech-lab__copy > span { color: var(--leaf-deep); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.speech-heading h2 { margin: 0; font: 700 clamp(43px, 5vw, 70px)/1.04 var(--display); letter-spacing: -.06em; }
.speech-heading > p { grid-column: 2; max-width: 720px; color: var(--muted); font-size: 17px; }
.speech-signs { padding-block: 120px; }
.speech-signs__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.speech-signs__grid article { min-height: 350px; display: flex; flex-direction: column; padding: 24px; border: 2px solid var(--bark); border-radius: 25px 25px 25px 7px; background: var(--white); box-shadow: 6px 7px 0 var(--bark); }
.speech-signs__grid article:nth-child(2) { background: var(--sun); transform: translateY(30px); }
.speech-signs__grid article:nth-child(3) { background: var(--leaf-soft); }
.speech-signs__grid article:nth-child(4) { background: #eef8fd; transform: translateY(30px); }
.speech-signs__grid b { font: 800 11px var(--accent); }
.speech-signs__grid i { width: 86px; height: 86px; display: grid; place-items: center; margin: 25px 0 40px; border: 2px solid var(--bark); border-radius: 50%; background: var(--coral); font: 800 24px var(--accent); font-style: normal; }
.speech-signs__grid article:nth-child(2) i { background: var(--white); }
.speech-signs__grid article:nth-child(3) i { background: var(--leaf); }
.speech-signs__grid article:nth-child(4) i { background: var(--sky); }
.speech-signs__grid h3 { margin-bottom: 12px; font: 700 22px/1.14 var(--display); }
.speech-signs__grid p { margin: auto 0 0; color: var(--muted); font-size: 13px; }
.speech-note { max-width: 890px; margin: 72px auto 0; padding: 20px 24px; border-left: 6px solid var(--coral); border-radius: 0 17px 17px 0; background: var(--white); color: var(--muted); }
.speech-note b { color: var(--bark); }

.speech-lab { padding-block: 115px; border-block: 2px solid var(--bark); background: var(--leaf-dark); color: var(--white); }
.speech-lab__inner { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(50px, 7vw, 110px); }
.speech-lab__copy { position: sticky; top: 125px; align-self: start; }
.speech-lab__copy > span { color: var(--leaf); }
.speech-lab__copy h2 { margin: 18px 0 24px; font: 700 clamp(44px, 5vw, 69px)/1.03 var(--display); letter-spacing: -.06em; }
.speech-lab__copy h2 em { color: var(--sun); font-style: normal; }
.speech-lab__copy p { color: rgba(255,255,255,.68); }
.speech-track { display: grid; gap: 14px; counter-reset: track; }
.speech-track article { min-height: 150px; display: grid; grid-template-columns: 60px 170px 1fr; align-items: center; gap: 24px; padding: 24px; border: 2px solid var(--bark); border-radius: 22px 22px 22px 6px; background: var(--milk); color: var(--bark); box-shadow: 6px 7px 0 var(--white); }
.speech-track article:nth-child(even) { margin-left: 45px; background: var(--sun); }
.speech-track span { width: 52px; height: 52px; display: grid; place-items: center; border: 2px solid var(--bark); border-radius: 50%; background: var(--leaf); font: 800 12px var(--accent); }
.speech-track b { font: 700 25px var(--display); }
.speech-track p { margin: 0; color: var(--muted); font-size: 14px; }

.speech-meeting { padding-block: 130px; }
.speech-meeting__layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px,8vw,120px); }
.speech-dial { position: relative; aspect-ratio: 1; display: grid; place-items: center; border: 2px solid var(--bark); border-radius: 50%; background: var(--sun); box-shadow: 10px 12px 0 var(--bark); animation: speech-wobble 7s ease-in-out infinite alternate; }
.speech-dial::after { width: 32%; aspect-ratio: 1; border: 2px solid var(--bark); border-radius: 50%; background: var(--white); content: "☺"; display: grid; place-items: center; font: 800 62px var(--accent); }
.speech-dial span { position: absolute; padding: 7px 10px; border: 2px solid var(--bark); border-radius: 99px; background: var(--white); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.speech-dial span:nth-of-type(1) { top: 8%; }
.speech-dial span:nth-of-type(2) { right: -5%; }
.speech-dial span:nth-of-type(3) { bottom: 8%; }
.speech-dial span:nth-of-type(4) { left: -5%; }
.speech-dial b { position: absolute; inset: 17%; border: 2px dashed var(--bark); border-radius: 50%; animation: speech-spin 14s linear infinite; }
.speech-meeting__copy ol { display: grid; gap: 22px; margin: 0; padding: 0; list-style: none; counter-reset: meeting; }
.speech-meeting__copy li { position: relative; padding: 25px 25px 25px 78px; border-bottom: 1px solid var(--line); counter-increment: meeting; }
.speech-meeting__copy li::before { position: absolute; top: 24px; left: 0; width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid var(--bark); border-radius: 50%; background: var(--sky); content: "0" counter(meeting); font: 800 11px var(--accent); }
.speech-meeting__copy b { font: 700 24px var(--display); }
.speech-meeting__copy p { margin: 7px 0 0; color: var(--muted); }
.speech-teacher { padding-top: 20px; }
.speech-teacher .speech-heading { margin-bottom: 50px; }
.speech-teacher .teacher-card { background: var(--white); }

.speech-faq { padding-bottom: 130px; }
.speech-faq__list { max-width: 980px; margin-left: auto; }
.speech-faq details { border-bottom: 2px solid var(--bark); }
.speech-faq summary { min-height: 96px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; cursor: pointer; list-style: none; font: 700 clamp(20px,2.2vw,31px) var(--display); }
.speech-faq summary::-webkit-details-marker { display: none; }
.speech-faq summary i { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--bark); border-radius: 50%; background: var(--leaf); font: 800 25px/1 var(--accent); font-style: normal; transition: transform .2s ease; }
.speech-faq details[open] summary i { transform: rotate(45deg); background: var(--coral); }
.speech-faq details p { max-width: 780px; margin: -5px 0 30px; color: var(--muted); font-size: 17px; }
.speech-final { padding-block: 110px; background: var(--sky); border-top: 2px solid var(--bark); }
.speech-final > .shell { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 65px; }
.speech-final span { font-size: 9px; font-weight: 900; text-transform: uppercase; }
.speech-final h2 { margin: 16px 0; font: 700 clamp(42px,5vw,70px)/1.04 var(--display); letter-spacing: -.06em; }
.speech-final p { margin: 0; color: var(--bark-2); }
.speech-final a { width: 260px; height: 260px; display: grid; place-items: center; align-content: center; border: 2px solid var(--bark); border-radius: 50%; background: var(--sun); box-shadow: 9px 11px 0 var(--bark); transition: transform .25s ease; }
.speech-final a:hover { transform: rotate(5deg) scale(1.03); }
.speech-final a small { font: 800 20px var(--accent); }
.speech-final a strong { padding: 2px 9px; border: 2px solid var(--bark); border-radius: 9px; background: var(--white); font: 800 36px var(--accent); }
.speech-final a i { margin-top: 10px; font-size: 9px; font-style: normal; font-weight: 900; text-transform: uppercase; }

@keyframes speech-spin { to { transform: rotate(360deg); } }
@keyframes speech-word-float { 50% { transform: translateY(-10px) rotate(3deg); } }
@keyframes speech-syllables-orbit { to { transform: rotate(360deg); } }
@keyframes speech-syllables-counter { to { transform: rotate(-360deg); } }
@keyframes speech-pop { 50% { background: var(--white); box-shadow: 0 0 0 8px rgba(255,120,102,.32), 4px 5px 0 var(--bark); } }
@keyframes speech-wobble { to { border-radius: 44% 56% 47% 53% / 54% 43% 57% 46%; transform: rotate(2deg); } }

@media (max-width: 1050px) {
  .speech-hero { grid-template-columns: 1fr; }
  .speech-hero__copy { max-width: 780px; }
  .speech-playground { width: min(650px,100%); justify-self: center; }
  .speech-signs__grid { grid-template-columns: repeat(2,1fr); }
  .speech-signs__grid article:nth-child(2), .speech-signs__grid article:nth-child(4) { transform: none; }
  .speech-lab__inner { grid-template-columns: 1fr; }
  .speech-lab__copy { position: static; }
}

@media (max-width: 720px) {
  .speech-hero { min-height: auto; padding-block: 65px 90px; }
  .speech-hero h1 { font-size: clamp(44px,13vw,61px); }
  .speech-hero__copy > p { font-size: 16px; }
  .speech-phone { width: 100%; grid-template-columns: 1fr auto auto; }
  .speech-phone span { grid-row: auto; grid-column: 1/-1; }
  .speech-phone i { grid-column: 3; grid-row: 2; }
  .speech-hero__copy .speech-hero__reassurance { margin-top: 21px; }
  .speech-playground { --speech-orbit: 140px; min-height: 440px; }
  .speech-word-window { width: 155px; height: 155px; font-size: 25px; }
  .speech-syllables button { width: 57px; height: 57px; border-radius: 17px; font-size: 18px; }
  .speech-playground > p { bottom: 10px; }
  .speech-heading { grid-template-columns: 1fr; }
  .speech-heading > p { grid-column: 1; }
  .speech-signs { padding-block: 90px; }
  .speech-signs__grid { grid-template-columns: 1fr; }
  .speech-signs__grid article { min-height: 300px; }
  .speech-track article { grid-template-columns: 54px 1fr; gap: 15px; }
  .speech-track article:nth-child(even) { margin-left: 0; }
  .speech-track p { grid-column: 2; }
  .speech-meeting { padding-block: 95px; }
  .speech-meeting__layout { grid-template-columns: 1fr; }
  .speech-dial { width: min(100%,430px); justify-self: center; }
  .speech-faq summary { min-height: 82px; font-size: 20px; }
  .speech-final > .shell { grid-template-columns: 1fr; }
  .speech-final a { width: 230px; height: 230px; justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  .speech-playground__ring,
  .speech-word-window,
  .speech-syllables,
  .speech-syllables button span,
  .speech-syllables button.is-speaking,
  .speech-dial,
  .speech-dial b { animation: none !important; }
}
