/* The app's existing content and screenshots, framed in the shared Lulla World. */
.world-app { background: var(--paper); }
.world-app :is(a, summary):focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
.world-app main { background: radial-gradient(ellipse at 25% 150px, #fffaf0, transparent 700px); }
.world-app main img { max-width: 100%; }
.world-app main :is(h1, h2, h3, p) { margin-top: 0; }
.world-app main :is(h1, h2, h3) { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.world-app main h1 { margin-bottom: 20px; font-size: clamp(36px, 4.3vw, 58px); line-height: 1.06; letter-spacing: -.04em; }
.world-app main h1 em { color: var(--green); }
.world-app main h2 { margin-bottom: 16px; font-size: clamp(28px, 3.1vw, 42px); line-height: 1.12; letter-spacing: -.035em; }
.world-app main h3 { margin-bottom: 12px; font-size: 24px; line-height: 1.2; letter-spacing: -.02em; }
.world-app main p { color: #536050; font-size: 15px; line-height: 1.75; }
.demo-anchor-nav, .demo-hero, .demo-intent-band, .demo-create-band, .demo-feature-section,
.demo-screens-section, .demo-world-band, .demo-download-section, .demo-footer {
  width: min(1240px, calc(100% - 64px)); margin-inline: auto;
}
.demo-anchor-nav { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 12px; border-bottom: 1px solid #c8b48460; }
.demo-page-label { color: #736749; font: italic 14px Georgia, serif; }
.demo-anchor-links { display: flex; flex-wrap: wrap; gap: 6px 24px; align-items: center; }
.demo-anchor-links a { display: inline-flex; align-items: center; min-height: 36px; color: #445b3e; font-size: 12px; text-decoration: none; }
.demo-anchor-links a:hover { text-decoration: underline; text-underline-offset: 5px; }
.demo-header-download, .demo-inline-app-link, .demo-light-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 44px; padding: 10px 18px; border: 1px solid var(--green); border-radius: 11px;
  background: var(--green); color: #fffaf0; font-size: 12px; font-weight: 700; text-decoration: none;
}
.demo-header-download:hover, .demo-inline-app-link:hover, .demo-light-button:hover { background: #2f4f2e; }
.demo-anchor-target { display: block; height: 0; }
.world-app [id] { scroll-margin-top: 24px; }
.demo-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr); gap: 52px; align-items: start; padding-block: 34px 48px; }
.demo-hero-copy { min-width: 0; }
.demo-hero-copy::before {
  content: ""; display: block; width: min(100%, 410px); aspect-ratio: 1900 / 520; margin-bottom: 24px;
  background: url("/assets/lullashelf-branded-dream-banner.png") center / contain no-repeat;
  border-radius: 14px; mix-blend-mode: multiply;
}
.world-app main .demo-overline { margin-bottom: 12px; color: #756440; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; line-height: 1.6; }
.world-app main .demo-hero-lede { max-width: 540px; margin-bottom: 0; font-size: 15px; }
.demo-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 22px; margin-top: 24px; }
.app-store-button { display: inline-flex; align-items: center; gap: 10px; min-height: 56px; padding: 10px 20px 10px 14px; border: 1px solid #2f4f2e; border-radius: 12px; background: var(--green); color: #fffaf0; text-decoration: none; box-shadow: 0 3px 0 #263f24; }
.app-store-button:hover { background: #2f4f2e; }
.app-store-icon { width: 28px; height: 28px; fill: currentColor; }
.app-store-button span { display: grid; gap: 2px; text-align: left; }
.app-store-button small { font-size: 10px; line-height: 1.2; }
.app-store-button strong { font-size: 21px; line-height: 1.1; }
.demo-text-button, .demo-light-text-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: var(--green); font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.world-app main .demo-fact-row { display: flex; flex-wrap: wrap; gap: 6px 16px; margin: 22px 0 0; color: #65704e; font-size: 11px; }
.demo-fact-row span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 6px 2px 0; background: #a38540; border-radius: 50%; }
.demo-hero-stage { min-width: 0; }
.demo-hero-scene { display: grid; grid-template-columns: .72fr 1fr .72fr; align-items: center; gap: 12px; padding: 18px 4px 30px; background: radial-gradient(ellipse, #e4e8d3 20%, transparent 70%); }
.demo-hero-device { grid-column: 2; grid-row: 1; padding: 7px; border: 1px solid #4d654a; border-radius: 26px; background: #53664e; box-shadow: 0 14px 28px #39482f20; }
.demo-hero-device img { display: block; width: 100%; height: auto; border-radius: 19px; }
.demo-hero-float { min-width: 0; margin: 0; padding: 6px; border: 1px solid #c8b484; border-radius: 17px; background: #fffbef; box-shadow: 0 10px 18px #75613e18; }
.demo-hero-float img { display: block; width: 100%; height: auto; border-radius: 10px; }
.demo-hero-float figcaption { min-height: 30px; padding: 4px 2px 8px; text-align: center; color: #4d6145; font-size: 10px; font-weight: 700; line-height: 1.4; }
.demo-hero-library { grid-column: 1; grid-row: 1; transform: rotate(-4deg); }
.demo-hero-profile { grid-column: 3; grid-row: 1; transform: rotate(4deg); }
.demo-qr-card { display: grid; grid-template-columns: 86px minmax(0, 1fr); align-items: center; gap: 16px; width: min(100%, 390px); margin: 0 auto; padding: 12px 16px; background: #fffaf0; border: 1px solid #c8b484; border-radius: 16px; }
.demo-qr-card > img { display: block; width: 86px; height: 86px; border-radius: 8px; }
.demo-qr-card div { display: grid; gap: 5px; }
.world-app main .demo-qr-label { margin: 0; color: #756440; font-size: 10px; font-weight: 700; }
.demo-qr-card strong { color: var(--ink); font: 400 16px/1.25 Georgia, serif; }
.demo-qr-card a { width: fit-content; color: var(--green); font-size: 11px; text-underline-offset: 3px; }
.demo-intent-band { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 64px; padding: 30px 0; border-block: 1px solid #c8b48480; }
.demo-intent-band h2 { max-width: 510px; margin-bottom: 0 !important; }
.demo-intent-band > p { margin: 0; max-width: 500px; }
.demo-create-band { display: grid; grid-template-columns: 1.2fr .5fr 1fr; align-items: center; gap: 26px; margin-top: 44px; padding: 36px; border: 1px solid #b9bd98; border-radius: 22px; background: #edf0de; box-shadow: 0 4px 0 #adb88d20; }
.demo-create-band-copy p:not(.demo-overline) { margin-bottom: 20px; font-size: 14px; }
.demo-create-character { margin: 0; }
.demo-create-character img { display: block; width: 100%; height: auto; border-radius: 45% 45% 16px 16px; mix-blend-mode: multiply; }
.demo-create-steps { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.demo-create-step { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 12px; padding: 16px; border: 1px solid #c7bd99; border-radius: 13px; background: #fffaf0; }
.demo-create-step > span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #d4ba7b; border-radius: 50%; color: #856125; font-size: 10px; }
.demo-create-step strong { font: 400 20px/1.15 Georgia, serif; }
.world-app main .demo-create-step p { margin: 5px 0 0; font-size: 12px; line-height: 1.6; }
.demo-feature-section, .demo-screens-section { padding-block: 56px; }
.demo-section-heading { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: end; margin-bottom: 30px; }
.demo-section-heading h2 { max-width: 600px; margin-bottom: 0 !important; }
.demo-section-heading > p { max-width: 440px; margin: 0; }
.demo-feature-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.demo-feature-card { grid-column: span 2; display: grid; grid-template-columns: 1fr 94px; align-content: start; align-items: center; gap: 14px 12px; padding: 24px; border: 1px solid #d0bc8f; border-radius: 18px; box-shadow: 0 4px 0 #baa57314; }
.demo-feature-card:nth-last-child(-n+2) { grid-column: span 3; }
.demo-feature-character { grid-column: 2; grid-row: 1; width: 94px; height: 94px; object-fit: cover; border: 4px solid #fff8e9; border-radius: 50%; }
.demo-feature-number { grid-column: 1; grid-row: 1; color: #8b7240; font: italic 28px Georgia, serif; }
.demo-feature-card h3 { grid-column: 1 / -1; margin: 0 !important; }
.world-app main .demo-feature-card p { grid-column: 1 / -1; margin: 0; font-size: 14px; }
.demo-feature-card-coral { background: #f9edde; }
.demo-feature-card-blue { background: #edf0e7; }
.demo-feature-card-yellow { background: #f7efd6; }
.demo-feature-card-green { background: #eaf0dc; }
.demo-feature-card-lavender { background: #f0ece5; }
.demo-inline-download { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 24px; padding: 22px 26px; border: 1px solid #d0bc8f; border-radius: 16px; background: #fffaf0; }
.demo-inline-download h3 { margin-bottom: 6px !important; }
.world-app main .demo-inline-download p { margin-bottom: 0; font-size: 13px; }
.world-app main .demo-inline-download .demo-overline { margin-bottom: 5px; font-size: 10px; }
.demo-inline-app-link { flex-shrink: 0; }
.demo-screens-section { border-block: 1px solid #c8b48480; }
.demo-screen-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 30px 22px; }
.demo-screen-card { min-width: 0; margin: 0; padding: 16px; border: 1px solid #cfbd93; border-radius: 18px; background: #fffbef; box-shadow: 0 4px 0 #baa57320; }
.demo-screen-image { display: block; width: min(100%, 240px); margin-inline: auto; padding: 6px; border: 1px solid #637456; border-radius: 22px; background: #52634c; box-shadow: 0 7px 16px #364b2e18; cursor: zoom-in; }
.demo-screen-image img { display: block; width: 100%; height: auto; border-radius: 15px; }
.demo-screen-image:hover { outline: 2px solid #aa935f; outline-offset: 3px; }
.demo-screen-card figcaption { padding-top: 18px; }
.demo-screen-card figcaption > span { display: block; margin-bottom: 9px; color: #766037; font-size: 10px; font-weight: 700; letter-spacing: .05em; }
.demo-screen-card figcaption strong { display: block; font: 400 21px/1.2 Georgia, serif; }
.world-app main .demo-screen-card figcaption p { margin: 9px 0 0; font-size: 12px; line-height: 1.65; }
.demo-world-band { display: grid; grid-template-columns: 210px minmax(0, 1fr); align-items: center; gap: 26px 44px; margin-block: 48px; padding: 32px; border: 1px solid #d0bc8f; border-radius: 22px; background: #fff9e9; }
.demo-world-art img { display: block; width: 100%; height: auto; border-radius: 45% 45% 16px 16px; mix-blend-mode: multiply; }
.demo-world-copy { max-width: 650px; }
.demo-world-copy p:not(.demo-overline) { margin-bottom: 22px; }
.demo-world-banner { grid-column: 1 / -1; margin: 0; }
.demo-world-banner img { display: block; width: 100%; height: auto; border-radius: 13px; }
.demo-world-banner figcaption { margin-top: 10px; color: #756440; text-align: center; font: italic 14px/1.4 Georgia, serif; }
.demo-download-section { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 64px; align-items: center; margin-bottom: 38px; padding: 36px 44px; border: 1px solid #b2ba93; border-radius: 22px; background: #e9eed9; box-shadow: 0 4px 0 #adb88d20; }
.demo-download-copy { max-width: 640px; }
.demo-download-copy > p:not(.demo-overline) { margin-bottom: 0; }
.demo-download-panel { padding: 18px; border: 1px solid #c8b484; border-radius: 16px; background: #fffbef; text-align: center; }
.demo-download-app { display: flex; align-items: center; justify-content: center; gap: 12px; text-align: left; }
.demo-download-app img { width: 48px; height: 48px; border-radius: 12px; }
.demo-download-app span { display: grid; gap: 5px; }
.demo-download-app strong { color: var(--green); font: 400 22px Georgia, serif; }
.demo-download-app small { color: #59664d; font-size: 10px; }
.demo-download-qr { display: block; width: 155px; height: auto; margin: 14px auto 8px; border-radius: 10px; }
.world-app main .demo-download-panel p { margin: 0; font-size: 11px; }
.world-app .demo-footer { justify-content: space-between; flex-wrap: wrap; padding: 16px 0 30px; border-top: 1px solid #c8b48470; font-size: 11px; }
.world-app .demo-footer nav { flex-wrap: wrap; }
@media (max-width: 1100px) {
  .demo-anchor-nav, .demo-hero, .demo-intent-band, .demo-create-band, .demo-feature-section,
  .demo-screens-section, .demo-world-band, .demo-download-section, .demo-footer { width: calc(100% - 40px); }
  .demo-page-label { display: none; }
  .demo-hero { gap: 28px; }
  .demo-hero-scene { gap: 8px; }
  .demo-hero-copy::before { margin-bottom: 18px; }
  .world-app main h1 { font-size: 43px; }
  .demo-create-band { grid-template-columns: 1fr 170px; padding: 28px; }
  .demo-create-steps { grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .demo-create-step { grid-template-columns: 1fr; gap: 10px; }
  .demo-screen-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .demo-feature-card { padding: 20px; }
  .demo-download-section { gap: 34px; padding: 30px; }
}
@media (max-width: 800px) {
  .demo-hero { grid-template-columns: 1fr; gap: 30px; padding-block: 28px 36px; }
  .demo-hero-copy { max-width: 620px; margin-inline: auto; text-align: center; }
  .demo-hero-copy::before { margin-inline: auto; width: min(100%, 350px); }
  .demo-hero-actions, .demo-fact-row { justify-content: center; }
  .world-app main .demo-hero-lede { max-width: 590px; }
  .demo-hero-stage { width: min(100%, 540px); margin-inline: auto; }
  .demo-intent-band, .demo-section-heading { grid-template-columns: 1fr; gap: 16px; }
  .demo-intent-band > p, .demo-section-heading > p { max-width: 600px; }
  .demo-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .demo-feature-card, .demo-feature-card:nth-last-child(-n+2) { grid-column: auto; }
  .demo-feature-card:last-child { grid-column: 1 / -1; }
  .demo-inline-download { align-items: flex-start; flex-direction: column; gap: 16px; }
  .demo-screen-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .demo-world-band { grid-template-columns: 150px minmax(0, 1fr); padding: 24px; gap: 24px; }
  .demo-download-section { grid-template-columns: 1fr; }
  .demo-download-panel { width: min(100%, 300px); margin-inline: auto; }
  .demo-download-section .demo-hero-actions { justify-content: flex-start; }
}
@media (max-width: 540px) {
  .demo-anchor-nav, .demo-hero, .demo-intent-band, .demo-create-band, .demo-feature-section,
  .demo-screens-section, .demo-world-band, .demo-download-section, .demo-footer { width: calc(100% - 32px); }
  .demo-anchor-nav { flex-wrap: wrap; justify-content: center; gap: 6px; padding-block: 8px 12px; }
  .demo-anchor-links { width: 100%; justify-content: space-between; gap: 4px 12px; }
  .demo-header-download { width: 100%; min-height: 40px; padding-block: 8px; background: #f2e8cb; border-color: #c8b484; color: var(--green); }
  .demo-header-download:hover { background: #e9ddb9; }
  .world-app main h1 { font-size: clamp(34px, 9.5vw, 44px); }
  .world-app main h2 { font-size: 31px; }
  .demo-hero-copy::before { width: 100%; margin-bottom: 20px; }
  .world-app main .demo-hero-lede { font-size: 14px; }
  .demo-hero-actions { gap: 12px 16px; }
  .demo-text-button { font-size: 12px; }
  .demo-hero-scene { gap: 6px; padding-inline: 2px; }
  .demo-hero-device { padding: 4px; border-radius: 17px; }
  .demo-hero-device img { border-radius: 12px; }
  .demo-hero-float { padding: 4px; border-radius: 12px; }
  .demo-hero-float img { border-radius: 7px; }
  .demo-hero-float figcaption { font-size: 9px; }
  .demo-qr-card { grid-template-columns: 74px minmax(0, 1fr); gap: 12px; padding: 12px; }
  .demo-qr-card > img { width: 74px; height: 74px; }
  .demo-create-band { grid-template-columns: 1fr; gap: 24px; margin-top: 30px; padding: 24px; }
  .demo-create-character { width: 145px; margin-inline: auto; }
  .demo-create-steps { grid-template-columns: 1fr; }
  .demo-create-step { grid-template-columns: 30px minmax(0, 1fr); }
  .demo-feature-section, .demo-screens-section { padding-block: 36px; }
  .demo-feature-grid { grid-template-columns: 1fr; }
  .demo-feature-card:last-child { grid-column: auto; }
  .demo-feature-card { grid-template-columns: 1fr 84px; padding: 22px; }
  .demo-feature-character { width: 84px; height: 84px; }
  .demo-inline-download { padding: 22px; }
  .demo-screen-grid { gap: 20px 12px; }
  .demo-screen-card { padding: 10px; border-radius: 14px; }
  .demo-screen-image { padding: 4px; border-radius: 16px; }
  .demo-screen-image img { border-radius: 11px; }
  .demo-screen-card figcaption { padding-top: 12px; }
  .demo-screen-card figcaption strong { font-size: 18px; }
  .world-app main .demo-screen-card figcaption p { font-size: 12px; }
  .demo-world-band { grid-template-columns: 1fr; margin-block: 32px; }
  .demo-world-art { width: 160px; margin-inline: auto; }
  .demo-world-banner figcaption { font-size: 12px; }
  .demo-download-section { padding: 24px; gap: 28px; }
  .world-app .demo-footer { justify-content: center; gap: 14px 20px; text-align: center; }
}
@media (max-width: 359px) {
  .demo-screen-grid { grid-template-columns: 1fr; }
  .demo-screen-image { max-width: 210px; }
}
