.robot-project h1 { font-size: clamp(2.4rem, 4.6vw, 3.6rem); line-height: 1.08; letter-spacing: -.035em; margin-bottom: 22px; }
.robot-hero { display: grid; grid-template-columns: .92fr 1.08fr; gap: 48px; align-items: center; padding-top: 56px; padding-bottom: 64px; }
.robot-hero-copy > p:not(.eyebrow) { color: #555; }
.robot-hero-copy .robot-intro { font-size: 1.35rem; line-height: 1.4; color: #252525; margin-bottom: 18px; }
.robot-hero-figure { margin: 0; }
.robot-hero-figure img { width: 100%; height: auto; border-radius: 18px; }
.robot-hero-figure figcaption { color: #666; font-size: .9rem; margin-top: 12px; text-align: center; }
.robot-project .robot-stage { display: flex; align-items: baseline; gap: 8px; font-size: .875rem; margin-top: 24px; }
.robot-stage-dot { flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.robot-project .kicker { font-size: .875rem; }
.robot-project .callout-label { font-size: .875rem; }
.robot-project h2 { font-size: clamp(1.7rem, 3vw, 2.2rem); line-height: 1.2; letter-spacing: -.025em; margin-bottom: 18px; }
.robot-project h3 { font-size: 1.15rem; line-height: 1.4; margin-bottom: 9px; }
.robot-animation-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 44px; align-items: center; }
.robot-video-wrap { overflow: hidden; background: #191919; border-radius: 16px; }
.robot-video-wrap video { width: 100%; height: auto; aspect-ratio: 1; display: block; }
.robot-animation-copy > p, .robot-expression-note p { color: #555; }
.robot-animation-copy .robot-video-meta { font-size: .875rem; color: #666; margin-bottom: 8px; }
.robot-animation-copy > h3 { font-size: 1.5rem; }
.robot-play-note { margin-top: 12px; font-size: .9rem; }
.robot-expression-note { margin-top: 28px; padding-top: 24px; border-top: 1px solid #d6d6d6; }
.robot-expression-note p + p { margin-top: 14px; }
.robot-animation-choices { display: grid; gap: 9px; margin-top: 25px; }
.robot-animation-choice { display: flex; justify-content: space-between; gap: 18px; width: 100%; padding: 13px 15px; border: 1px solid #ccc; border-radius: 10px; background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.robot-animation-choice span:last-child { color: #666; font-size: .875rem; white-space: nowrap; }
.robot-animation-choice:hover { border-color: var(--accent); }
.robot-animation-choice[aria-pressed="true"] { border-color: var(--accent); background: var(--accent-soft); }
.robot-project :is(button, a, video):focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.robot-detail { margin-top: 25px; }
.robot-crate-figure img { height: auto; box-shadow: none; }
.robot-next { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.robot-next > div > p:not(.kicker) { color: #555; }
.robot-project-footer { display: flex; justify-content: space-between; gap: 28px; align-items: center; padding-top: 40px; padding-bottom: 40px; }
.robot-project-footer p { max-width: 620px; color: #555; }
.robot-project-footer p a { color: inherit; text-underline-offset: 3px; }
.robot-project-footer .button { flex-shrink: 0; }
html.dark-mode .robot-hero-copy > p:not(.eyebrow),
html.dark-mode .robot-animation-copy > p,
html.dark-mode .robot-expression-note p,
html.dark-mode .robot-next > div > p:not(.kicker),
html.dark-mode .robot-project-footer p { color: #c4c4c4; }
html.dark-mode .robot-hero-copy .robot-intro { color: #eee; }
html.dark-mode .robot-hero-figure figcaption,
html.dark-mode .robot-animation-copy .robot-video-meta,
html.dark-mode .robot-animation-choice span:last-child { color: #aaa; }
html.dark-mode .robot-expression-note { border-color: #393939; }
html.dark-mode .robot-animation-choice { border-color: #515151; }
html.dark-mode .robot-animation-choice[aria-pressed="true"] { border-color: var(--accent); }
@media (max-width: 850px) {
    .robot-hero, .robot-animation-layout, .robot-next { grid-template-columns: 1fr; gap: 30px; }
    .robot-hero { padding-top: 38px; }
    .robot-hero-copy { max-width: 650px; }
    .robot-hero-figure, .robot-video-wrap { width: 100%; max-width: 600px; margin-inline: auto; }
    .robot-project-footer { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
    .robot-project .section { padding-block: 40px; }
    .robot-project .section-alt .section-inner { padding-inline: 0; }
    .robot-project .hero-buttons { gap: 10px; }
    .robot-project .hero-buttons .button { text-align: center; flex: 1 1 180px; }
}
@media (prefers-reduced-motion: reduce) {
    .robot-project * { scroll-behavior: auto; transition: none; }
}
