@font-face { font-family: 'DM Sans'; src: url('./fonts/dm-sans-latin.woff2') format('woff2'); font-style: normal; font-weight: 100 1000; font-display: swap; }
:root, .dark {
  color-scheme: dark;
  --background: #080909; --foreground: #f1f0ed; --card: #101111; --card-foreground: #f1f0ed; --popover: #101111; --popover-foreground: #f1f0ed; --primary: #f1f0ed; --primary-foreground: #080909; --secondary: #1c1d1d; --secondary-foreground: #f1f0ed; --muted: #1c1d1d; --muted-foreground: #9b9e9d; --accent: #ff6558; --accent-foreground: #080909; --border: #2c2e2d; --input: #2c2e2d; --ring: #ff8176; --destructive: #ff6558; --radius: .75rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 36px; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 2px solid var(--ring); outline-offset: 6px; border-radius: 3px; }
img { display: block; max-width: 100%; height: auto; }
::selection { background: #ff6558; color: #080909; }
h1, h2, h3, p, figure { margin: 0; }
.wrap { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: absolute; top: 8px; left: 8px; padding: 10px 16px; background: #fff; color: #000; z-index: 20; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); gap: 30px; padding-block: 20px; }
.wordmark { display: inline-flex; align-items: center; gap: 9px; font-family: Georgia, 'Times New Roman', serif; font-size: 2rem; letter-spacing: -1.3px; line-height: 1; }
.wordmark img { width: 44px; height: 44px; object-fit: contain; }
.wordmark-period { color: #ff6558; margin-left: -8px; }
.site-header nav { display: flex; align-items: center; gap: 36px; color: #bfc1bf; font-size: .875rem; }
.site-header nav a:hover, .site-footer a:hover { color: #ff8176; }
.header-cta { display: flex; align-items: center; gap: 22px; padding: 10px 16px; border: 1px solid #484a48; border-radius: 6px; font-size: .875rem; transition: border-color .2s; }
.header-cta:hover { border-color: #ff8176; }
.hero { display: grid; grid-template-columns: 1.18fr 1fr; align-items: center; min-height: 664px; padding-block: 70px 76px; gap: 20px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: .75rem; line-height: 1.5; letter-spacing: .13em; text-transform: uppercase; font-weight: 500; }
.status-dot { flex: 0 0 6px; height: 6px; background: #ff6558; border-radius: 50%; box-shadow: 0 0 0 4px #ff655812; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.375rem, 5.7vw, 5.0625rem); line-height: 1.055; font-weight: 400; letter-spacing: -.062em; margin-top: 28px; }
h1 em, h2 em { font-weight: 400; }
.hero-description { max-width: 475px; color: #a7aaa7; font-size: 1.0625rem; line-height: 1.8; margin-top: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 27px; min-height: 53px; padding: 13px 22px; border-radius: 6px; font-size: .875rem; font-weight: 600; margin-top: 32px; transition: background .2s, transform .2s; }
.button-light { background: #f1f0ed; color: #101111; }
.button:hover { background: #fff; transform: translateY(-2px); }
.platform-note { display: flex; gap: 8px; align-items: center; margin-top: 16px; color: #909591; font-size: .75rem; flex-wrap: wrap; }
.platform-note span { margin: 0 2px; }
.hero-art { aspect-ratio: 1; position: relative; display: flex; align-items: center; justify-content: center; min-width: 0; }
.hero-apple { width: 94%; position: relative; z-index: 1; transform: rotate(-9deg); filter: drop-shadow(0 30px 30px #0008); }
.orbital-ring { position: absolute; border: 1px solid #2b2e2b; border-radius: 50%; pointer-events: none; }
.ring-one { width: 100%; height: 73%; transform: rotate(-30deg); border-style: dashed; }
.ring-two { width: 76%; height: 105%; transform: rotate(-30deg); opacity: .65; }
.art-coordinate { position: absolute; top: -3px; right: 3%; font-size: .75rem; letter-spacing: .16em; color: #969b96; writing-mode: vertical-rl; }
.art-caption { position: absolute; bottom: -12px; left: 15%; display: flex; align-items: center; gap: 25px; color: #969b96; font-size: .75rem; letter-spacing: .04em; }
.tiny-cross { color: #ff8176; font-size: 1.5rem; font-weight: 300; }
.principle-strip { min-height: 94px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-block: 22px; border-block: 1px solid var(--border); gap: 24px; color: #aaaeab; font-size: .875rem; }
.principle-strip > div { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; color: #e7e9e6; }
.principle-strip > div > span { display: inline-flex; gap: 8px; align-items: center; white-space: nowrap; }
.strip-plus { color: #ff8176; }
.strip-divider { width: 1px; height: 18px; background: #414540; }
.feature-jump { display: flex; flex-wrap: wrap; gap: 10px 25px; padding-block: 24px; color: #b5bcae; font-size: .8125rem; }
.feature-jump a { padding-block: 6px; }
.feature-jump a:hover { color: #ff8176; }
.section-space { padding-block: 100px; }
.section-heading > div { display: flex; gap: 80px; justify-content: space-between; align-items: flex-end; margin-top: 22px; }
h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.5rem, 4.2vw, 3.625rem); line-height: 1.1; font-weight: 400; letter-spacing: -.045em; }
.text-muted { color: #a0a6a0; }
.section-heading p:not(.eyebrow) { max-width: 390px; color: #a7aaa7; font-size: 1rem; line-height: 1.8; padding-bottom: 3px; }
.workspace-figure { margin-top: 45px; border: 1px solid #363935; border-radius: 10px; overflow: hidden; box-shadow: 0 20px 65px #0004; }
.window-bar { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 20px; font-size: .75rem; color: #b5b9b4; background: #141614; border-bottom: 1px solid var(--border); }
.window-dots { display: inline-flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; background: #454a43; border-radius: 50%; }
.workspace-figure > img { width: 100%; }
figcaption { font-size: .75rem; color: #9ba298; text-align: center; padding: 15px 22px; border-top: 1px solid var(--border); background: #101210; }
.why-section { border-top: 1px solid var(--border); padding-top: 75px; }
.why-section h2 { margin-top: 24px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; margin-top: 50px; }
.feature-grid article { border-top: 1px solid #3a3f37; padding-top: 24px; }
.feature-number { font-size: .75rem; color: #ff8176; letter-spacing: .08em; }
h3 { font-size: 1.25rem; letter-spacing: -.03em; font-weight: 500; margin-top: 20px; }
.feature-grid p { color: #a7aaa7; font-size: 1rem; line-height: 1.8; margin-top: 13px; }
.release-section { background: #151815; border: 1px solid #30392c; border-radius: 12px; padding: 60px 65px; display: grid; grid-template-columns: 1.5fr 1fr; align-items: center; gap: 70px; }
.release-section .eyebrow { color: #bcc6b4; }
.release-section h2 { margin-top: 23px; }
.release-section p:not(.eyebrow) { max-width: 510px; color: #b0b8ab; margin-top: 22px; font-size: 1rem; line-height: 1.8; }
.release-section img { width: 100%; transform: rotate(11deg); }
.text-link { display: inline-flex; align-items: center; gap: 28px; padding-block: 10px; border-bottom: 1px solid #7c8775; margin-top: 15px; font-size: .875rem; }
.text-link:hover { color: #ff8176; border-color: #ff8176; }
.release-section p.release-note { font-size: .75rem; max-width: 435px; color: #9ba794; }
.site-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; padding-block: 58px 25px; font-size: .875rem; color: #9b9f99; }
.site-footer .wordmark { font-size: 1.75rem; color: #efefed; }
.site-footer .wordmark img { width: 36px; height: 36px; }
.site-footer > a:last-of-type { display: flex; align-items: center; gap: 10px; font-size: .875rem; }
.independent-note { width: 100%; border-top: 1px solid var(--border); margin-top: 16px; padding-top: 20px; font-size: .75rem; color: #92988e; }
.feature-icon { color: #ff8176; }
.bot-showcase { padding-block: 76px; border-bottom: 1px solid var(--border); }
.bot-showcase-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; }
.bot-showcase-heading h2 { margin-top: 20px; font-size: clamp(2.5rem, 3.8vw, 3.25rem); }
.bot-showcase-heading p:not(.eyebrow) { color: #a7aaa7; font-size: 1rem; margin-top: 20px; }
.motion-control { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; height: auto; min-height: 44px; padding: 11px 17px; border: 1px solid #565d50; border-radius: 6px; color: #ecede8; background: #11140f; font: inherit; font-size: .875rem; cursor: pointer; }
.motion-control:hover { border-color: #ff8176; background: #1e2519; }
.motion-control:focus-visible { outline: 2px solid #ff8176; outline-offset: 5px; }
.bot-gallery { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 25px 6px; list-style: none; margin: 40px 0 0; padding: 0; }
.bot-gallery li { min-width: 0; text-align: center; }
.bot-art { display: grid; place-items: center; height: 115px; padding: 8px; }
.bot-art .avatar { width: min(100%, 100px); height: auto; }
.bot-name { display: block; font-size: .875rem; color: #e3e7de; }
.bot-emotion { display: block; margin-top: 2px; font-size: .75rem; color: #9fa897; text-transform: capitalize; }
.motion-region:not([data-in-view="true"]) .avatar *, .motion-region[data-user-paused="true"] .avatar *, .motion-region[data-page-hidden="true"] .avatar * { animation-play-state: paused !important; }
.bot-showcase-note { margin-top: 32px; font-size: .875rem; color: #a7b19f; }
@media (max-width: 1000px) { .bot-gallery { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 22px 10px; } }
@media (max-width: 720px) { .bot-showcase { padding-block: 55px; } .bot-showcase-heading { flex-direction: column; align-items: flex-start; } .bot-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 6px; margin-top: 28px; } .bot-art { height: 90px; padding: 8px 4px; } }
@media (max-width: 370px) { .bot-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (prefers-reduced-motion: reduce) { .motion-control { display: none; } .bot-art .avatar * { animation: none !important; } .bot-art .avatar-emotion-body { transform: none !important; } .bot-art .avatar-emotion-neutral { opacity: 1 !important; } .bot-art .avatar-emotion-face, .bot-art .avatar-emotion-second, .bot-art .avatar-emotion-accent { opacity: 0 !important; } }
.desktop-features { margin-top: 48px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.board-section, .phone-section { border-top: 1px solid var(--border); }
.view-labels { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 32px 0 0; gap: 10px 25px; color: #b9c0b6; font-size: .875rem; }
.view-labels li { padding-bottom: 8px; border-bottom: 1px solid #44503c; }
.board-figure { margin-top: 24px; }
.workflow-intro { margin-top: 58px; max-width: 720px; }
.workflow-intro h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 2rem; font-weight: 400; line-height: 1.2; margin-top: 20px; }
.workflow-intro > p:last-child { color: #a7aaa7; margin-top: 16px; }
.board-features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 60px; margin-top: 32px; }
.boundary-note { font-size: .875rem; color: #b5bcae; line-height: 1.8; margin-top: 40px; border-left: 2px solid #536649; padding: 4px 0 4px 20px; max-width: 940px; }
.phone-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.phone-copy h2 { margin-top: 24px; font-size: clamp(2.5rem, 3.5vw, 3.25rem); }
.phone-intro { color: #a7aaa7; margin-top: 23px; line-height: 1.8; }
.phone-features { list-style: none; padding: 0; margin: 30px 0 0; }
.phone-features li + li { margin-top: 23px; }
.phone-features strong { display: block; font-size: 1rem; font-weight: 500; color: #e8eae6; }
.phone-features span { display: block; color: #a7aaa7; font-size: 1rem; line-height: 1.8; margin-top: 5px; }
.phone-setup { margin-top: 32px; padding: 21px 23px; border: 1px solid #33402d; border-radius: 8px; background: #111710; }
.setup-label { font-size: .75rem; letter-spacing: .08em; color: #bdcbb4; }
.phone-setup p { font-size: .875rem; line-height: 1.8; color: #b0bca8; margin-top: 9px; }
.phone-previews { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 22px; min-width: 0; }
.phone-previews figure { border: 1px solid #353a33; border-radius: 20px; overflow: hidden; background: #000; box-shadow: 0 20px 50px #0006; }
.phone-previews figure:nth-child(2) { margin-top: 90px; }
.phone-previews img { width: 100%; }
.phone-previews figcaption { padding: 12px 8px; line-height: 1.5; }
.team-features { row-gap: 40px; }
.release-section p.release-note { font-size: .875rem; }
.insights-section, .connections-section, .runtimes-section { border-top: 1px solid var(--border); }
.insight-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; margin-top: 48px; }
.insight-copy, .insight-figure { min-width: 0; }
.insight-copy article + article { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--border); }
.insight-copy article > p { margin-top: 15px; color: #a7aaa7; line-height: 1.8; }
.insight-figure { margin-top: 0; }
.topic-tags { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 22px 0 0; }
.topic-tags li { padding: 5px 10px; border: 1px solid #3a4534; border-radius: 5px; font-size: .8125rem; color: #c2cbb9; }
.runtime-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-top: 40px; }
.runtime-grid article, .development-note { padding: 30px; border: 1px solid #3a4034; border-radius: 10px; background: #10140f; }
.runtime-grid p, .development-note p { color: #a7aaa7; line-height: 1.8; margin-top: 16px; }
.runtime-grid .runtime-note { font-size: .875rem; color: #b8c0b0; border-top: 1px solid var(--border); padding-top: 20px; margin-top: 24px; }
.preview-label { display: block; font-size: .6875rem; font-weight: 600; line-height: 1.6; letter-spacing: .1em; color: #e6b18a; }
.development-note { margin-top: 32px; }
.development-note p { max-width: 900px; font-size: .9375rem; }
.development-note h3 { margin-top: 10px; }
@media (max-width: 850px) { .insight-layout { grid-template-columns: 1fr; gap: 32px; } .insight-figure { width: min(620px, 100%); justify-self: center; } }
@media (max-width: 720px) { .feature-jump { gap: 6px 18px; padding-block: 18px; } .runtime-grid { grid-template-columns: 1fr; } .runtime-grid article, .development-note { padding: 24px; } .insight-layout { margin-top: 30px; } }
@media (max-width: 1100px) { .phone-section { gap: 35px; } .phone-previews { gap: 14px; } .site-header nav { gap: 24px; } }
@media (max-width: 850px) { .phone-section { grid-template-columns: 1fr; } .phone-copy { max-width: 640px; } .phone-previews { width: min(540px, 100%); margin-inline: auto; gap: 22px; } .phone-previews figure:nth-child(2) { margin-top: 40px; } .site-header nav { gap: 16px; } }
@media (max-width: 720px) { .board-features { grid-template-columns: 1fr; gap: 30px; } .workflow-intro { margin-top: 36px; } .workflow-intro h3 { font-size: 1.75rem; } .phone-previews { gap: 12px; } .phone-previews figure { border-radius: 12px; } .phone-previews figcaption { font-size: .75rem; } .phone-setup { padding: 19px; } .boundary-note { margin-top: 30px; padding-left: 16px; } }
@media (min-width: 1500px) { .hero { min-height: 690px; } }
@media (max-width: 1000px) { .wrap { width: calc(100% - 64px); } .hero { min-height: 595px; gap: 0; } h1 { font-size: clamp(2.875rem, 6vw, 4.0625rem); } .hero-description { font-size: 1rem; } .hero-art { margin-left: -15px; } .art-coordinate { display: none; } .principle-strip > div { gap: 15px; } .section-heading > div { gap: 40px; } .section-heading p:not(.eyebrow) { max-width: 340px; } .feature-grid { gap: 28px; } .release-section { padding: 45px; gap: 25px; } }
@media (max-width: 720px) { .wrap { width: calc(100% - 40px); } .site-header { min-height: 82px; gap: 12px; } .site-header nav { display: none; } .wordmark { font-size: 1.75rem; } .header-cta { padding: 9px 12px; gap: 10px; } .hero { grid-template-columns: 1fr; padding-block: 58px 45px; } h1 { font-size: clamp(3.0625rem, 9.5vw, 4.25rem); } .hero-description { max-width: 480px; } .hero-art { width: 72%; max-width: 340px; justify-self: center; margin: 60px 0 15px; } .hero-apple { width: 100%; } .art-caption { bottom: -20px; } .principle-strip { flex-direction: column; align-items: flex-start; padding-block: 23px; gap: 15px; } .principle-strip > div { gap: 18px; flex-wrap: wrap; } .section-space { padding-block: 65px; } .section-heading > div { flex-direction: column; align-items: flex-start; gap: 24px; } .section-heading p:not(.eyebrow) { max-width: 100%; } .workspace-figure { margin-top: 30px; border-radius: 7px; } .window-bar { padding: 9px 12px; } figcaption { padding: 12px; } h2 { font-size: 2.6875rem; } .feature-grid { grid-template-columns: 1fr; gap: 32px; margin-top: 35px; } .feature-grid article { padding-top: 20px; } h3 { margin-top: 12px; } .release-section { grid-template-columns: 1fr; padding: 35px 26px; gap: 10px; } .release-section h2 { font-size: 2.5rem; } .release-section > img { width: 160px; justify-self: end; margin: 3px 0 -5px; } .site-footer { padding-top: 40px; gap: 25px 15px; } .site-footer > p:not(.independent-note) { order: 3; width: 100%; } .independent-note { order: 4; margin-top: 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }

/* Small cameos keep their own space beside the product story. */
.bot-accent { --bot-phase: -.6s; width: 86px; flex: 0 0 auto; pointer-events: none; user-select: none; line-height: 0; }
.bot-accent .avatar { display: block; width: 100%; height: auto; overflow: visible; }
.bot-accent .avatar * { animation-delay: var(--bot-phase) !important; }
.section-kicker, .section-heading > .section-kicker { display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 20px; margin-top: 0; }
.section-kicker .bot-accent { width: 76px; --bot-phase: -1.8s; }
.phone-stage { min-width: 0; width: 100%; }
.phone-companions { display: flex; justify-content: space-between; align-items: flex-end; width: 100%; padding-inline: 12px; margin-bottom: 15px; }
.phone-companions .bot-accent { width: 76px; }
.phone-companions .bot-accent:last-child { --bot-phase: -2.8s; }
.team-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; }
.team-companions { display: flex; align-items: flex-end; gap: 12px; flex-shrink: 0; padding-bottom: 3px; }
.team-companions .bot-accent:last-child { --bot-phase: -2.1s; }
.release-art { position: relative; min-width: 0; }
.release-bot { position: absolute; left: 0; bottom: 0; width: 88px; --bot-phase: -1.4s; }
@media (max-width: 850px) { .phone-stage { width: min(540px, 100%); margin-inline: auto; } }
@media (max-width: 720px) {
  .section-kicker .bot-accent { width: 64px; }
  .phone-companions .bot-accent { width: 64px; }
  .team-heading { flex-direction: column; align-items: flex-start; gap: 18px; }
  .team-companions { gap: 6px; }
  .team-companions .bot-accent { width: 70px; }
  .release-art { width: 190px; justify-self: end; margin: 10px 0 -5px; }
  .release-bot { width: 64px; left: -20px; }
}

/* Branches frame centered content from both edges without a visible trunk. */
.tree-site {
  --page-edge: clamp(28px, 4vw, 76px);
  --content-width: min(1240px, calc(100% - var(--page-edge) * 2));
  --content-inset: max(var(--page-edge), calc((100vw - 1240px) / 2));
  --apple-size: min(39vw, 540px);
  --hero-scene-width: min(100vw, 1440px);
  --bough-top: -118px;
  position: relative;
  isolation: isolate;
  overflow: clip;
}
.tree-site .wrap { position: relative; z-index: 2; width: var(--content-width); margin-inline: auto; }
.tree-site .site-header { z-index: 4; border-bottom-color: #ffffff12; }
.tree-site .hero { display: block; min-height: 740px; padding-block: 200px 88px; }
.hero-copy { position: relative; z-index: 3; max-width: 54%; }
/* The apple occupies the right content column. The branch's hanging twig is
   at 83.3% across the artwork, so the same anchor positions the whole scene. */
.hero-bough { position: absolute; z-index: 0; pointer-events: none; top: var(--bough-top); left: auto; right: calc(var(--apple-size) / 2 - var(--hero-scene-width) * .167); width: var(--hero-scene-width); }
.hero-bough-art { position: relative; transform-origin: 0 32%; animation: bough-breathe 9s ease-in-out infinite alternate; }
.hero-bough img { width: 100%; height: auto; }
@media (min-width: 1600px) {
  /* Extend only the exposed base. The original branch and all fruit anchors
     retain their capped scene size; extra reach also covers the sway at 4K+. */
  .hero-bough-art::before {
    --extension-width: max(calc(var(--hero-scene-width) * 2), calc((100vw - var(--content-inset) - var(--apple-size) / 2 - var(--hero-scene-width) * .833 + 48px) / .41));
    content: ''; position: absolute;
    left: calc(var(--extension-width) * -.41); top: calc(var(--hero-scene-width) * .01);
    width: var(--extension-width); height: calc(var(--hero-scene-width) * .5);
    background: var(--background) url('./tree/branch-left-continuation.png') center / 100% 100% no-repeat;
    background-blend-mode: screen;
    mask-image: linear-gradient(to right, #000 41%, transparent calc(41% + var(--hero-scene-width) * .04));
  }
  .hero-bough img { position: relative; mask-image: linear-gradient(to right, transparent, #000 4%); }
}
.tree-site .hero-art { position: absolute; width: var(--apple-size); max-width: none; top: calc(var(--hero-scene-width) * .267 + var(--bough-top) - var(--apple-size) * .15); left: auto; right: 0; margin: 0; }
.tree-site .hero-apple { width: 100%; transform-origin: 50% 15%; transform: none; animation: apple-sway 8s ease-in-out infinite alternate; }
.tree-site .art-caption { bottom: 20px; left: 20%; }
.hero-fruits { position: absolute; top: 0; left: auto; right: calc(var(--apple-size) / 2 - var(--hero-scene-width) * .167); width: var(--hero-scene-width); pointer-events: none; }
.branch-fruit { --fruit-size: clamp(58px, 6vw, 80px); --stem-length: clamp(18px, 2vw, 28px); position: absolute; z-index: 1; width: var(--fruit-size); height: var(--fruit-size); transform: translateX(-50%); pointer-events: none; }
.branch-fruit .fruit-stem { position: absolute; top: -2px; left: 50%; width: calc(var(--stem-length) * .833333); height: var(--stem-length); max-width: none; transform: translateX(-50%); }
.branch-fruit .bot-accent { position: absolute; left: calc(50% - var(--fruit-size) * var(--fruit-tip-x)); top: calc(var(--stem-length) * .94 - var(--fruit-size) * var(--fruit-tip-y) - 2px); width: var(--fruit-size); }
/* Keep the stem tip attached while the supplied facial expressions play. */
.branch-fruit .avatar .avatar-emotion-body { animation: none !important; transform: none !important; }
.branch-fruit.hero-fruit-one { --fruit-size: clamp(72px, 8vw, 116px); left: 38%; top: calc(var(--hero-scene-width) * .144 + var(--bough-top)); }
.branch-fruit.hero-fruit-two { --fruit-size: clamp(65px, 7vw, 100px); left: 52%; top: calc(var(--hero-scene-width) * .138 + var(--bough-top)); }
.tree-site .principle-strip { background: #080909c9; }
.tree-site .tree-section {
  --branch-content-width: min(1240px, calc(100vw - var(--page-edge) * 2));
  --divider-width: min(var(--branch-max-width, 2172px), calc(var(--branch-content-width) * var(--branch-reach, 1) + var(--content-inset)));
  --divider-height: calc(var(--divider-width) / 3);
  padding-top: calc(var(--divider-height) + 58px);
  border-top: 0;
}
.tree-site .bot-showcase { border-bottom: 0; }
.branch-short { --branch-reach: .5; --branch-max-width: 1086px; --fruit-first-x: 46%; --fruit-first-y: 58%; }
.branch-medium { --branch-reach: .73; --branch-max-width: 1586px; --fruit-first-x: 27%; --fruit-first-y: 46.4%; }
/* All divider assets are 2172 × 724. Size their scene proportionally so the
   branch, percentage-based fruit anchors and section clearance stay in sync. */
.tree-divider { position: absolute; top: 8px; left: calc(-1 * var(--content-inset)); width: var(--divider-width); height: var(--divider-height); aspect-ratio: 3 / 1; pointer-events: none; }
.tree-divider--right { left: auto; right: calc(-1 * var(--content-inset)); }
.divider-bough { width: 100%; }
.tree-divider--right .divider-bough { transform: scaleX(-1); }
.divider-bough img { display: block; width: 100%; height: auto; max-width: none; transform: none; }
/* Coordinates follow the underside of each branch image, including mirrored art. */
.tree-divider > .branch-fruit-first { left: var(--fruit-first-x, 28%); top: var(--fruit-first-y, 57.4%); }
.tree-divider > .branch-fruit-second { left: 40%; top: 42.9%; --stem-length: clamp(24px, 3vw, 38px); }
.tree-divider--right > .branch-fruit-first { left: calc(100% - var(--fruit-first-x, 28%)); }
.tree-divider--right > .branch-fruit-second { left: 60%; }
.tree-site .phone-section > .tree-divider { position: absolute; }
.tree-ground { position: absolute; z-index: 1; pointer-events: none; bottom: 0; left: 0; width: 100%; height: clamp(110px, 11vw, 170px); }
.tree-grass { position: absolute; inset: 0; background: url('./tree/roots.png') right bottom / max(100vw, 1050px) auto no-repeat; mask-image: linear-gradient(transparent, #000 60%); }
.tree-ground .root-seed, .tree-ground .root-coffee { position: absolute; width: clamp(76px, 8vw, 116px); left: 14%; bottom: 24px; }
.tree-ground .root-coffee { left: calc(14% + 120px); width: clamp(58px, 6vw, 80px); }
.tree-site .release-section { background: none; border: 0; border-radius: 0; padding: calc(var(--divider-height) + 58px) 0 60px; gap: 45px; }
.tree-site .site-footer { padding-left: 0; padding-bottom: clamp(160px, 17vw, 260px); }
.tree-site .independent-note { max-width: 100%; }
.motion-region:not([data-in-view="true"]) .tree-motion, .motion-region[data-user-paused="true"] .tree-motion, .motion-region[data-page-hidden="true"] .tree-motion { animation-play-state: paused !important; }
@keyframes bough-breathe { from { transform: rotate(-.22deg); } to { transform: rotate(.22deg); } }
@keyframes apple-sway { from { transform: rotate(-2deg); } to { transform: rotate(2deg); } }
@media (max-width: 1100px) {
  .tree-site { --page-edge: 32px; --bough-top: -80px; }
  .tree-site .site-header nav { gap: 18px; }
  .tree-site .site-header { gap: 18px; }
  .tree-site .hero { padding-top: 150px; min-height: 650px; }
  .tree-site .art-caption { left: 17%; font-size: .6875rem; gap: 12px; }
}
@media (max-width: 900px) {
  .tree-site .site-header nav { display: none; }
  .tree-site .hero-copy { max-width: 60%; }
  .tree-site { --apple-size: 36vw; }
  .tree-site .hero-description { max-width: 370px; }
  .tree-site .hero h1 { font-size: clamp(2.6rem, 5.4vw, 4.0625rem); }
}
@media (max-width: 720px) {
  .tree-site { --page-edge: 20px; --bough-top: -13px; --apple-size: clamp(130px, 38vw, 190px); }
  .tree-site .site-header { gap: 8px; min-height: 88px; }
  .tree-site .wordmark { font-size: 1.5rem; gap: 5px; }
  .tree-site .wordmark img { width: 35px; height: 35px; }
  .tree-site .header-cta { font-size: .75rem; padding: 8px 10px; gap: 6px; }
  .tree-site .hero { display: flex; flex-direction: column; align-items: stretch; min-height: 0; padding-block: 225px 52px; }
  .tree-site .hero-copy { max-width: 100%; }
  .tree-site .hero h1 { font-size: clamp(2.65rem, 8.3vw, 4rem); margin-top: 20px; }
  .tree-site .hero-description { max-width: 100%; font-size: 1rem; margin-top: 22px; }
  .tree-site .art-caption { display: none; }
  .branch-fruit { --fruit-size: 42px; --stem-length: 16px; }
  .branch-fruit.hero-fruit-one { --fruit-size: 56px; }
  .branch-fruit.hero-fruit-two { --fruit-size: 46px; }
  .hero-bough, .hero-fruits { left: calc(-1 * var(--content-inset)); right: auto; }
  .tree-site .hero-art { left: calc(var(--hero-scene-width) * .833 - var(--content-inset) - var(--apple-size) / 2); right: auto; }
  .tree-site .tree-section { padding-top: calc(var(--divider-height) + 40px); }
  .tree-divider > .branch-fruit-second { --stem-length: 20px; }
  .tree-ground .root-seed { width: 76px; left: 24px; bottom: 24px; }
  .tree-ground .root-coffee { left: 114px; width: 58px; }
  .tree-site .release-section { padding-block: calc(var(--divider-height) + 40px) 0; gap: 10px; }
  .tree-site .site-footer { padding-left: 0; padding-bottom: 190px; }
  .tree-site .site-footer > p:not(.independent-note) { margin-top: 0; }
  .tree-site .bot-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 370px) {
  .tree-site { --page-edge: 16px; }
  .tree-site .header-cta { gap: 4px; padding-inline: 8px; }
  .tree-site .wordmark { font-size: 1.35rem; }
  .tree-site .wordmark img { width: 30px; height: 30px; }
  .tree-site .hero { padding-top: 208px; }
}
@media (prefers-reduced-motion: reduce) {
  .tree-motion { animation: none !important; transform: none !important; }
}

/* Low-density foreground leaves follow the site's branches without covering content. */
.falling-leaves { position: fixed; inset: 0; overflow: hidden; pointer-events: none; perspective: 900px; z-index: 1; }
.falling-leaf { position: absolute; top: 0; left: 0; display: block; width: var(--fall-leaf-size, 48px); height: var(--fall-leaf-size, 48px); opacity: var(--fall-leaf-opacity, .12); transform-origin: 50% 50%; will-change: transform; }
.falling-leaf-card { display: block; position: absolute; inset: 0; transform: rotateZ(var(--fall-leaf-roll, 0deg)) rotateY(var(--fall-leaf-flip, 0deg)) rotateX(calc(var(--fall-leaf-bend, 0deg) * .65)) skewX(var(--fall-leaf-bend, 0deg)); transform-style: preserve-3d; transform-origin: 50% 50%; will-change: transform; }
.falling-leaf-card img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; backface-visibility: hidden; filter: saturate(.72) brightness(.78); }
.falling-leaf-card .falling-leaf-back { transform: rotateY(180deg); filter: saturate(.66) brightness(.62); }
@media (prefers-reduced-motion: reduce) { .falling-leaves { display: none; } }
