html.intro-open, html.intro-open body, html.intro-pending, html.intro-pending body { overflow: hidden; }
.intro-pending .lp-header, .intro-pending main, .intro-pending .lp-footer, .intro-pending .mobile-cta { visibility: hidden; }
.intro-open .lp-header, .intro-open main, .intro-open .lp-footer, .intro-open .mobile-cta { visibility: hidden; }
.intro-open #build { visibility: visible; }
.intro-pending main > :not(#build), .intro-open main > :not(#build) { display: none !important; }
.intro-pending #build { display: block; visibility: visible; }
.intro-pending #build [data-build] { opacity: 0 !important; }
.intro-pending #build .build-site-nav > .build-wire-label { opacity: 1; }
.build-intro { position: fixed; inset: 0; width: 100%; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 20px 32px; border: 0; color: var(--ink); background: #f4f7f2; overflow: hidden; }
.build-intro::backdrop { background: #f4f7f2; }
.intro-shell { max-width: 1600px; height: 100%; min-height: 0; margin-inline: auto; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; gap: 14px; }
.intro-header { display: flex; align-items: center; gap: 30px; min-height: 52px; }
.intro-header > img { width: 148px; height: 44px; object-fit: contain; flex-shrink: 0; }
.intro-header h2 { font-size: 24px; line-height: 1.4; }
.intro-header form { flex-shrink: 0; }
.intro-global-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.intro-skip { min-height: 44px; display: flex; align-items: center; gap: 12px; padding: 8px 12px; color: var(--green); background: transparent; border: 1px solid #c8d5c5; border-radius: 4px; font-size: 12px; font-weight: 700; }
.intro-skip:hover { background: #e5efde; }
.intro-skip .lp-icon { width: 18px; height: 18px; }
.intro-explainer { position: relative; min-height: 0; height: 100%; display: grid; grid-template-columns: minmax(270px, .78fr) minmax(0, 1.22fr); align-items: center; gap: clamp(30px, 5vw, 86px); padding: clamp(24px, 4vw, 64px); border: 1px solid #cad7c7; background: radial-gradient(circle at 20% 50%, #dcebd2 0 11%, transparent 36%), linear-gradient(135deg, #fbfcf9, #edf4e9); overflow: hidden; }
.intro-explainer[hidden] { display: none; }
.owl-stage { position: relative; width: min(31vw, 390px); aspect-ratio: .86; justify-self: center; display: grid; place-items: center; }
.owl-stage::after { content: ""; position: absolute; z-index: 1; left: 19%; right: 19%; bottom: 8%; height: 6%; border-radius: 50%; background: #2647352b; filter: blur(5px); animation: owl-image-shadow 2.8s ease-in-out infinite; }
.owl-character { position: relative; z-index: 3; width: 96%; height: 100%; transform-origin: 50% 88%; animation: owl-image-idle 2.8s ease-in-out infinite; }
.ai-owl { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 22px 22px #203c2930); }
.owl-neutral-frame { opacity: 1; }
.owl-blink-frame { z-index: 2; opacity: 0; animation: owl-frame-blink 4.4s steps(1, end) infinite; }
.owl-wings-frame { z-index: 3; opacity: 0; transform: scale(.94); transition: opacity .22s ease, transform .45s cubic-bezier(.2,.9,.2,1.2); }
.owl-name { position: absolute; z-index: 4; left: 50%; bottom: 0; transform: translateX(-50%) rotate(-2deg); min-width: 126px; padding: 7px 15px; border: 2px solid #315f43; border-radius: 999px; background: #fff; text-align: center; box-shadow: 0 8px 20px #27442f20; }
.owl-name b, .owl-name span { display: block; line-height: 1.2; }
.owl-name b { font-size: 13px; }
.owl-name span { margin-top: 2px; color: #60816a; font: 800 8px/1.2 Arial, sans-serif; letter-spacing: .16em; }
.search-cloud { position: absolute; z-index: 5; inset: 3% -3% auto auto; width: 56%; height: 34%; }
.search-cloud span { position: absolute; display: block; padding: 7px 12px; border-radius: 999px; background: #fff; color: #31523c; box-shadow: 0 7px 20px #2546301c; font-size: 10px; font-weight: 750; white-space: nowrap; animation: cloud-drift 3s ease-in-out infinite; }
.search-cloud span:nth-child(1) { top: 0; right: 6%; }
.search-cloud span:nth-child(2) { top: 38%; left: 0; animation-delay: -.9s; }
.search-cloud span:nth-child(3) { right: 0; bottom: 0; animation-delay: -1.7s; }
.owl-spark { position: absolute; z-index: 2; color: #81a968; font-style: normal; animation: spark-pop 2.2s ease-in-out infinite; }
.spark-one { left: 1%; top: 17%; font-size: 23px; }
.spark-two { right: 3%; top: 44%; font-size: 17px; animation-delay: -.8s; }
.spark-three { left: 8%; bottom: 22%; font-size: 8px; animation-delay: -1.5s; }
.speech-stage { position: relative; z-index: 5; width: min(100%, 760px); min-height: min(50vh, 390px); display: grid; align-content: center; }
.explainer-kicker { position: absolute; top: 0; left: 30px; margin: 0; color: #486c51; font: 800 11px/1.4 Arial, sans-serif; letter-spacing: .18em; }
.speech-bubble { grid-area: 1 / 1; position: relative; align-self: center; visibility: hidden; opacity: 0; transform: translateX(28px) scale(.92); padding: clamp(25px, 3.2vw, 46px); border: 2px solid #315f43; border-radius: 34px 34px 34px 9px; background: #fff; box-shadow: 0 25px 70px #203d2a1c; transition: opacity .45s ease, transform .45s cubic-bezier(.2,.9,.2,1.22), visibility 0s .45s; }
.speech-bubble::before { content: ""; position: absolute; left: -29px; bottom: 40px; width: 45px; height: 36px; background: #fff; border-left: 2px solid #315f43; border-bottom: 2px solid #315f43; transform: skewX(-36deg) rotate(12deg); }
.speech-bubble small, .speech-bubble strong, .speech-bubble span { position: relative; z-index: 1; display: block; }
.speech-bubble small { margin-bottom: 12px; color: #4e7758; font-size: clamp(10px, 1vw, 13px); font-weight: 800; }
.speech-bubble strong { color: #173a27; font-size: clamp(25px, 3vw, 45px); line-height: 1.38; letter-spacing: -.025em; }
.speech-bubble > span { margin-top: 15px; color: #536359; font-size: clamp(11px, 1.1vw, 15px); line-height: 1.85; }
.speech-alert { border-color: #b36f35; }
.speech-alert::before { border-color: #b36f35; }
.speech-alert small { color: #a45c27; }
.speech-finale button { position: relative; z-index: 2; min-height: 44px; margin-top: 22px; display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 5px; background: #214b34; color: #fff; font-size: 12px; font-weight: 800; }
.speech-finale button:hover { background: #163b28; }
.speech-finale .lp-icon { width: 16px; height: 16px; }
.speech-tags { position: relative; z-index: 1; display: flex; gap: 8px; margin-top: 17px; }
.speech-tags b { padding: 5px 10px; border-radius: 999px; background: #e1efd8; color: #315f43; font: 800 11px/1.2 Arial, sans-serif; }
.intro-explainer[data-scene="0"] [data-speech="0"], .intro-explainer[data-scene="1"] [data-speech="1"], .intro-explainer[data-scene="2"] [data-speech="2"], .intro-explainer[data-scene="3"] [data-speech="3"], .intro-explainer[data-scene="4"] [data-speech="4"] { visibility: visible; opacity: 1; transform: none; transition-delay: .08s; }
.speech-dots { position: absolute; left: 30px; bottom: 0; display: flex; gap: 7px; }
.speech-dots i { width: 24px; height: 3px; background: #c8d8c5; transition: background .3s, transform .3s; }
.intro-explainer[data-scene="0"] .speech-dots i:nth-child(1), .intro-explainer[data-scene="1"] .speech-dots i:nth-child(2), .intro-explainer[data-scene="2"] .speech-dots i:nth-child(3), .intro-explainer[data-scene="3"] .speech-dots i:nth-child(4), .intro-explainer[data-scene="4"] .speech-dots i:nth-child(5) { background: #315f43; transform: scaleY(2); }
.intro-explainer[data-scene="1"] .owl-character { animation: owl-image-listen 2.1s ease-in-out infinite; }
.intro-explainer[data-scene="2"] .owl-character { animation: owl-alert .55s ease-in-out infinite alternate; }
.intro-explainer[data-scene="3"] .owl-character { animation: owl-image-present .9s ease-in-out infinite alternate; }
.intro-explainer[data-scene="4"] .owl-character { animation: owl-hop 1s ease-in-out infinite; }
.intro-explainer[data-scene="3"] .owl-wings-frame, .intro-explainer[data-scene="4"] .owl-wings-frame { opacity: 1; transform: scale(1); }
.intro-explainer[data-scene="3"] .owl-blink-frame, .intro-explainer[data-scene="4"] .owl-blink-frame { animation: none; opacity: 0; }
.explainer-progress { position: absolute; inset: auto 0 0; height: 4px; background: #dbe5d7; }
.explainer-progress i { display: block; height: 100%; background: #3f704d; transform: scaleX(var(--explainer-progress, 0)); transform-origin: left; }
@keyframes owl-image-idle { 0%,100% { transform: translateY(0) rotate(-1.5deg); } 50% { transform: translateY(-12px) rotate(1.5deg); } }
@keyframes owl-image-shadow { 0%,100% { transform: scaleX(1); opacity: .7; } 50% { transform: scaleX(.82); opacity: .38; } }
@keyframes owl-image-listen { 0%,100% { transform: translateY(0) rotate(-2deg); } 45% { transform: translateY(-7px) rotate(4deg); } 70% { transform: translateY(-4px) rotate(2deg); } }
@keyframes owl-image-present { from { transform: translateY(-4px) rotate(-2deg) scale(1); } to { transform: translateY(-12px) rotate(4deg) scale(1.035); } }
@keyframes owl-frame-blink { 0%,43%,49%,100% { opacity: 0; } 44%,48% { opacity: 1; } }
@keyframes owl-alert { from { transform: translateX(-4px) rotate(-2deg); } to { transform: translateX(4px) rotate(2deg); } }
@keyframes owl-present-left { from { transform: rotate(2deg); } to { transform: rotate(24deg); } }
@keyframes owl-present-right { from { transform: rotate(-8deg); } to { transform: rotate(-40deg); } }
@keyframes owl-hop { 0%,100% { transform: translateY(0) rotate(-1deg); } 45% { transform: translateY(-22px) rotate(3deg); } 55% { transform: translateY(-22px) rotate(3deg); } }
@keyframes cloud-drift { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-7px) rotate(1deg); } }
@keyframes spark-pop { 0%,100% { opacity: .25; transform: scale(.7) rotate(0); } 50% { opacity: 1; transform: scale(1.25) rotate(35deg); } }
.build-intro .build-note { margin: 0; font-size: 10px; line-height: 1.5; }
.build-intro .build-demo { min-height: 0; height: 100%; display: grid; grid-template-rows: 46px minmax(0, 1fr) 54px; }
.build-intro .build-toolbar { min-height: 0; padding: 4px 16px; flex-wrap: nowrap; }
.build-sound { min-height: 32px; padding: 4px 10px; border: 1px solid #b8c9b3; border-radius: 4px; background: #e5f0dc; color: #183b28; font-size: 12px; font-weight: 700; white-space: nowrap; cursor: pointer; }
.build-sound[aria-pressed="true"] { background: #234b35; color: #fff; }
.build-intro .build-canvas { min-height: 0; grid-template-columns: minmax(0, 1.8fr) minmax(320px, 1fr); }
.build-intro .build-website { min-height: 0; display: grid; grid-template-rows: 40px minmax(0, 1fr) 20%; padding: 12px; }
.build-intro .build-site-nav { height: 100%; padding-block: 4px; }
.build-intro .build-site-nav b { font-size: 20px; }
.build-intro .build-site-hero { height: 100%; min-height: 0; display: flex; align-items: center; container: build-hero / size; }
.build-intro .build-site-gallery { min-height: 0; }
.build-intro .build-site-gallery > div { height: 100%; min-height: 0; }
.build-intro .build-site-copy { width: 100%; padding: 16px 24px; font-size: 14px; line-height: 1.4; text-shadow: 0 1px 6px #30150380; }
.build-intro .build-site-copy > span:first-child { font-size: 14px; }
.build-intro .build-site-copy h3 { font-size: 36px; line-height: 1.3; margin-block: 10px; }
.build-intro .build-site-copy p { font-size: 14px; margin-bottom: 14px; }
.build-intro .build-sample-cta { font-size: 13px; padding: 8px 18px; background: #f7d693; color: #492911; text-shadow: none; }
.build-intro .build-cover { transition: none; clip-path: none; transform: none; }
.build-intro .build-cover img { filter: sepia(.5) saturate(1.3) brightness(1.04); object-position: center 64%; }
.build-intro .build-cover::after { background: linear-gradient(90deg, #462006b8, #773d091c 52%, transparent 72%); }
.build-intro .build-site-gallery img { filter: sepia(.4) saturate(1.25) brightness(1.07); }
.build-intro .build-site-copy, .build-intro .build-site-nav [data-build="2"], .build-intro .build-site-gallery img { transition: none; transform: none; }
.build-intro .build-timeline { min-height: 0; }
.build-intro .build-timeline fieldset { height: 100%; }
.build-intro .build-timeline label { padding-block: 8px; }

.build-intro .build-inspector { min-height: 0; padding: 0; display: grid; grid-template-rows: 42px minmax(0, 1fr) 28px; background: #182522; overflow: hidden; }
.build-source-header, .build-source-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-inline: 16px; }
.build-source-header { border-bottom: 1px solid #ffffff20; font: 12px/1.4 Consolas, monospace; color: #f4d99f; }
.build-source-header > span { display: flex; align-items: center; gap: 8px; }
.build-source-header .lp-icon { width: 16px; height: 16px; }
.build-source-header b { font-size: 10px; font-weight: 400; color: #a6c9b8; }
.build-source-footer { border-top: 1px solid #ffffff20; font: 10px/1.4 Consolas, monospace; color: #a4b8b0; }
.build-source-code { position: relative; min-height: 0; overflow: hidden; margin: 0; padding: 12px 12px 12px 0; font: 12px/1.65 Consolas, monospace; white-space: pre-wrap; overflow-wrap: anywhere; scroll-behavior: auto; }
.build-source-code { contain: strict; }
.build-source-code code { display: block; font: inherit; counter-reset: source-line; }
.source-line { position: relative; display: grid; grid-template-columns: 36px minmax(0, 1fr); min-height: 1.65em; counter-increment: source-line; }
.source-line::before { content: counter(source-line); text-align: right; padding-right: 10px; color: #748b80; }
.source-line.is-pending { opacity: 0; }
.source-line.is-current { background: #ffffff0c; }
.source-text { position: relative; display: block; min-width: 0; color: #d3e5d9; }
.source-ghost { visibility: hidden; }
.source-written { position: absolute; inset: 0; contain: layout paint; }
.source-line.is-current .source-written::after { content: ""; display: inline-block; height: 1em; width: 2px; background: #ffd68d; vertical-align: -.15em; }
.source-line[data-kind="comment"] .source-text { color: #97af9a; }
.source-line[data-kind="tag"] .source-text { color: #efce98; }
.source-line[data-kind="data"] .source-text { color: #a9d8e1; }

.photo-curtain { position: absolute; inset: -1px; z-index: 2; display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); grid-template-rows: repeat(5, minmax(0, 1fr)); pointer-events: none; }
.photo-curtain i { background: #ecf0eb; }
.build-site-gallery .photo-curtain { visibility: hidden; }
.build-site-gallery > div:has(img.is-installed) .photo-curtain { visibility: visible; }
.build-glyph { opacity: 0; }
.motion-paused *, .motion-paused *::before, .motion-paused *::after { animation-play-state: paused !important; }
.build-setting-overlay { position: absolute; inset: 0; z-index: 20; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 18px; padding: 16px; background: #10221de0; color: #fff; text-align: center; pointer-events: none; }
.build-setting-overlay[hidden] { display: none; }
.build-setting-overlay strong { font-size: 38px; line-height: 1.4; overflow-wrap: anywhere; }
.build-setting-overlay b { font: 700 26px/1.2 Consolas, monospace; color: #d4efbc; }
.build-setting-overlay i { width: 80%; max-width: 400px; height: 5px; background: #ffffff30; }
.build-setting-overlay i::after { content: ""; display: block; height: 100%; background: #d4efbc; transform-origin: left; transform: scaleX(var(--setting-progress, 0)); }
@container build-hero (max-width: 400px) { .build-setting-overlay strong { font-size: 23px; } }
@container build-hero (max-height: 165px) { .build-setting-overlay { gap: 6px; padding: 8px; } .build-setting-overlay strong { font-size: 20px; } .build-setting-overlay b { font-size: 16px; } }
@container build-hero (min-width: 560px) and (min-height: 260px) {
  .build-intro .build-site-copy { padding: 20px 28px; }
  .build-intro .build-site-copy h3 { font-size: 44px; }
}
@container build-hero (max-width: 400px) {
  .build-intro .build-site-copy { padding: 12px 16px; }
  .build-intro .build-site-copy h3 { font-size: 28px; }
  .build-intro .build-site-copy > span:first-child, .build-intro .build-site-copy p { font-size: 12px; }
}
@container build-hero (max-height: 230px) {
  .build-intro .build-site-copy { padding: 10px 16px; }
  .build-intro .build-site-copy h3 { font-size: 30px; margin-block: 6px; }
  .build-intro .build-site-copy p { display: none; }
  .build-intro .build-site-copy > span:first-child { font-size: 12px; }
}
@container build-hero (max-height: 165px) {
  .build-intro .build-site-copy { padding: 6px 12px; line-height: 1.2; }
  .build-intro .build-site-copy h3 { font-size: 23px; margin-block: 6px; }
  .build-intro .build-site-copy > span:first-child { font-size: 10px; }
  .build-intro .build-sample-cta { font-size: 10px; padding: 4px 12px; }
}
@media (max-height: 700px) {
  .build-intro { padding: 10px 20px; }
  .intro-shell { gap: 8px; }
  .intro-header { min-height: 44px; }
  .intro-header h2 { font-size: 22px; }
  .intro-explainer { padding: 14px clamp(24px, 4vw, 54px); }
  .owl-stage { width: min(27vw, 290px); }
  .speech-stage { min-height: min(49vh, 310px); }
  .speech-bubble { padding: clamp(18px, 2.5vw, 30px); }
  .speech-bubble strong { font-size: clamp(21px, 2.6vw, 34px); }
  .speech-bubble > span { margin-top: 10px; line-height: 1.65; }
  .build-intro .build-demo { grid-template-rows: 36px minmax(0, 1fr) 44px; }
  .build-intro .build-website { padding: 8px; grid-template-rows: 32px minmax(0, 1fr) 20%; }
}
@media (max-width: 1000px) and (min-width: 761px) {
  .build-intro .build-canvas { grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr); }
  .build-source-code { font-size: 12px; }
}
@media (max-width: 760px) {
  .build-intro { padding: max(10px, env(safe-area-inset-top)) 12px max(10px, env(safe-area-inset-bottom)); }
  .intro-shell { gap: 8px; }
  .intro-header { min-height: 44px; gap: 12px; }
  .intro-header > img { width: 128px; height: 38px; }
  .intro-header h2 { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; }
  .intro-skip { font-size: 11px; gap: 8px; }
  .intro-global-actions { gap: 5px; }
  .intro-explainer { grid-template-columns: 1fr; grid-template-rows: minmax(130px, 38%) minmax(0, 1fr); align-items: center; gap: 0; padding: 8px 12px 14px; }
  .owl-stage { width: min(47vw, 210px); height: 100%; aspect-ratio: auto; }
  .owl-character { width: auto; height: 96%; aspect-ratio: 855 / 900; }
  .owl-name { bottom: 1px; min-width: 104px; padding: 5px 10px; }
  .owl-name b { font-size: 11px; }
  .search-cloud { right: 0; width: 70%; height: 40%; }
  .search-cloud span { padding: 4px 7px; font-size: 8px; }
  .speech-stage { width: 100%; min-height: 0; height: 100%; align-content: center; padding-top: 18px; }
  .explainer-kicker { top: 0; left: 12px; font-size: 8px; }
  .speech-bubble { padding: 17px 17px 15px; border-radius: 21px 21px 21px 7px; transform: translateY(12px) scale(.96); }
  .speech-bubble::before { left: 24px; top: -13px; bottom: auto; width: 25px; height: 20px; transform: skewX(-30deg) rotate(132deg); }
  .speech-bubble small { margin-bottom: 6px; font-size: 9px; }
  .speech-bubble strong { font-size: clamp(18px, 5.2vw, 24px); line-height: 1.35; }
  .speech-bubble > span { margin-top: 7px; font-size: 9px; line-height: 1.55; }
  .speech-tags { margin-top: 8px; }
  .speech-tags b { padding: 4px 8px; font-size: 9px; }
  .speech-finale button { min-height: 34px; margin-top: 10px; padding: 7px 11px; font-size: 10px; }
  .speech-dots { left: 12px; bottom: 2px; }
  .speech-dots i { width: 16px; }
  .intro-explainer[data-scene="0"] [data-speech="0"], .intro-explainer[data-scene="1"] [data-speech="1"], .intro-explainer[data-scene="2"] [data-speech="2"], .intro-explainer[data-scene="3"] [data-speech="3"], .intro-explainer[data-scene="4"] [data-speech="4"] { transform: none; }
  .build-intro .build-demo { grid-template-rows: 40px minmax(0, 1fr) 72px; }
  .build-intro .build-toolbar { padding-inline: 10px; }
  .build-intro .build-tool-title { display: none; }
  .build-intro .build-status { order: 0; flex: 1; padding: 0; margin: 0; font-size: 11px; }
  .build-intro .build-actions { gap: 2px; }
  .build-sound { padding-inline: 5px; font-size: 10px; }
  .build-intro .build-canvas { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) minmax(112px, 25%); }
  .build-intro .build-website { grid-template-rows: 30px minmax(0, 1fr) 20%; padding: 8px; }
  .build-intro .build-site-nav { padding-inline: 12px; }
  .build-intro .build-site-nav b { font-size: 15px; }
  .build-intro .build-site-gallery { margin-top: 8px; }
  .build-intro .build-inspector { grid-template-rows: 28px minmax(0, 1fr) 20px; }
  .build-source-code { padding-block: 6px; font-size: 12px; }
  .build-source-header { font-size: 11px; }
  .build-source-footer { font-size: 9px; }
  .build-intro .build-timeline label { font-size: 10px; gap: 5px; }
  .build-intro .build-note { text-align: left; }
}
@media (max-width: 760px) and (max-height: 650px) and (orientation: landscape) {
  .intro-shell { gap: 6px; }
  .build-intro .build-demo { grid-template-rows: 36px minmax(0, 1fr) 64px; }
  .build-intro .build-website { padding: 6px; grid-template-rows: 28px minmax(0, 1fr) 18%; }
  .intro-explainer { grid-template-columns: minmax(105px, .44fr) minmax(0, 1.56fr); grid-template-rows: 1fr; gap: 9px; padding: 7px 9px 10px; }
  .owl-stage { width: 100%; height: auto; aspect-ratio: .86; }
  .owl-character { width: 93%; height: auto; aspect-ratio: 855 / 900; }
  .owl-name { bottom: -4px; min-width: 88px; padding: 4px 7px; }
  .owl-name b { font-size: 9px; }
  .owl-name span { font-size: 6px; }
  .search-cloud { display: none; }
  .speech-stage { padding-top: 15px; }
  .speech-bubble { padding: 12px 13px 11px; }
  .speech-bubble::before { left: -12px; top: auto; bottom: 22px; width: 20px; height: 17px; transform: skewX(-36deg) rotate(12deg); }
  .speech-bubble small { margin-bottom: 4px; }
  .speech-bubble strong { font-size: clamp(15px, 4.6vw, 21px); line-height: 1.25; }
  .speech-bubble > span { margin-top: 5px; font-size: 8px; line-height: 1.4; }
  .speech-tags { margin-top: 5px; }
  .speech-finale button { min-height: 28px; margin-top: 6px; padding: 4px 8px; font-size: 9px; }
  .speech-dots { bottom: 1px; }
}
@media (max-width: 360px) {
  .intro-header { gap: 7px; }
  .intro-header > img { width: 88px; height: 32px; }
  .intro-global-actions { gap: 3px; }
  .intro-header .build-sound { padding-inline: 5px; font-size: 9px; }
  .intro-skip { min-height: 36px; padding-inline: 7px; font-size: 10px; }
  .intro-skip .lp-icon { display: none; }
}
@media (max-height: 500px) and (min-width: 761px) {
  .intro-explainer { grid-template-columns: minmax(140px, .42fr) minmax(0, 1.58fr); gap: 22px; padding: 6px 24px 9px; }
  .owl-stage { width: min(22vw, 190px); }
  .speech-stage { min-height: min(54vh, 230px); }
  .explainer-kicker { top: 2px; font-size: 8px; }
  .speech-bubble { padding: 13px 20px; }
  .speech-bubble strong { font-size: clamp(18px, 2.6vw, 28px); line-height: 1.22; }
  .speech-bubble > span { margin-top: 6px; font-size: 9px; line-height: 1.4; }
  .speech-finale button { min-height: 30px; margin-top: 7px; padding: 5px 9px; font-size: 9px; }
  .speech-dots { bottom: 2px; }
}
@media (prefers-reduced-motion: reduce) {
  .photo-curtain { display: none; }
  .build-glyph { opacity: 1; }
  .owl-character, .owl-blink-frame, .owl-stage::after, .search-cloud span, .owl-spark { animation: none; }
}
