/* V6 refines the existing V5 brand site; application UI tokens do not apply. */
:root { scroll-behavior: auto; }
*, *::before, *::after { animation: none !important; }
.reveal { opacity: 1 !important; transform: none !important; }
.motion-paused .bento article,
.motion-paused .capability-grid article,
.motion-paused .join-grid article,
.motion-paused .pill > span,
.motion-paused .text-link { translate: none; transition: none; }
.nav { gap: 24px; }
.nav nav { gap: clamp(16px, 2.2vw, 34px); }
.nav-cta.system-entry { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; color: #f2f0f8; }
.beta-badge { display: inline-flex; align-items: center; padding: 5px 9px; border: 1px solid #bfa6e84d; border-radius: 6px; background: #c2a6eb12; color: #d9c5f4; font-size: 11px; line-height: 1.2; font-weight: 500; letter-spacing: .04em; white-space: nowrap; }
.pill .beta-badge { background: #28202f0d; border-color: #28202f25; color: #534262; }
.hero .hero-beta-note { margin: 20px 0 0; color: #c5bccb; font-size: 12px; letter-spacing: .025em; }
.hero .hero-actions { gap: 20px 30px; }
.hero .pill, .outro .pill { gap: 16px; }
.hero-bottom { margin-top: 55px; }
.release-strip { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 36px; padding-block: 30px; border-bottom: 1px solid #ffffff18; }
.release-strip > div { display: flex; align-items: center; gap: 12px; }
.release-strip strong { font-size: 14px; font-weight: 500; }
.release-dot { width: 6px; height: 6px; border-radius: 50%; background: #d2bae9; }
.release-strip p { margin: 0; color: #a5a1ad; font-size: 12px; display: flex; flex-wrap: wrap; gap: 12px; }
.release-strip p span { color: #524b60; }
.release-strip > a { margin-left: auto; font-size: 12px; color: #d9c5f4; padding-block: 10px; }
.capability-section .section-title { align-items: flex-end; }
.capability-grid { gap: 0; border-top: 1px solid #ffffff20; }
.capability-grid article { border: 0; border-bottom: 1px solid #ffffff20; border-radius: 0; background: none; padding: 38px 28px 34px 0; }
.capability-grid article:not(:nth-child(3n + 1)) { padding-left: 28px; border-left: 1px solid #ffffff14; }
.capability-grid h3 { font-size: clamp(20px, 1.8vw, 26px); line-height: 1.5; letter-spacing: -.035em; }
.feature-number { color: #bda5d5; }
.capability-grid .feature-tags { gap: 7px; }
.capability-grid .feature-tags span { background: #ffffff04; color: #bab5c4; border-color: #ffffff16; font-size: 11px; }
.capability-grid article:hover { box-shadow: none !important; }
.product-chrome > span:last-child { color: #cdb2e8; }
.beta-section { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 8vw, 120px); border-block: 1px solid #c9a5ed2e; position: relative; }
.beta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 0 40%, #77529315, transparent 65%); pointer-events: none; z-index: -1; }
.beta-copy h2 { font-size: clamp(36px, 4.5vw, 64px); line-height: 1.2; letter-spacing: -.045em; margin: 26px 0; }
.beta-copy > p:not(.eyebrow) { color: #b6b0c1; font-size: 15px; line-height: 1.9; margin: 0 0 30px; }
.beta-details { align-self: center; }
.beta-details > div { padding: 26px 0; border-bottom: 1px solid #ffffff17; }
.beta-details > div:first-child { padding-top: 0; }
.beta-details > div:last-child { padding-bottom: 0; border: 0; }
.beta-details span { font-size: 10px; letter-spacing: .16em; color: #bba4ce; }
.beta-details h3 { font-size: 20px; letter-spacing: -.025em; margin: 13px 0 10px; }
.beta-details p { color: #b0aaba; font-size: 14px; line-height: 1.85; margin: 0; }
footer { padding-bottom: 50px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #dcc2f5; outline-offset: 5px; }
@media (max-width: 1000px) {
  .capability-grid article:not(:nth-child(3n + 1)) { border-left: 0; padding-left: 0; }
  .capability-grid article:nth-child(2n) { border-left: 1px solid #ffffff14; padding-left: 25px; }
  .release-strip { gap: 14px 24px; }
  .release-strip > a { margin-left: 0; }
}
@media (max-width: 760px) {
  .nav { gap: 14px; }
  .nav nav { gap: 14px; }
  .nav .brand { font-size: 17px; }
  .nav .system-entry { font-size: 11px; gap: 7px; }
  .nav .system-entry > span:last-child { display: none; }
  .beta-section { grid-template-columns: 1fr; gap: 42px; }
}
@media (max-width: 650px) {
  .nav .system-entry { display: inline-flex; margin-left: auto; font-size: 12px; }
  .nav .beta-badge { font-size: 10px; padding: 4px 6px; }
  .nav .brand { gap: 8px; font-size: 16px; }
  .nav .brand-image { width: 29px; height: 29px; }
  .nav .menu { margin-left: 0; flex-shrink: 0; }
  .hero { padding-top: 150px; }
  .hero .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero .hero-beta-note { max-width: 270px; font-size: 11px; line-height: 1.8; }
  .hero-bottom { margin-top: 50px; }
  .release-strip { padding-block: 24px; gap: 16px; }
  .release-strip p { font-size: 11px; gap: 9px; }
  .release-strip > a { width: 100%; padding: 0; }
  .capability-grid article, .capability-grid article:nth-child(2n), .capability-grid article:not(:nth-child(3n + 1)) { border-left: 0; padding: 28px 0; }
  .capability-grid h3 { font-size: 23px; margin-top: 18px; }
  .beta-copy h2 { font-size: 40px; }
  .beta-copy > p:not(.eyebrow) { font-size: 14px; }
  .outro > p:not(.eyebrow) { padding-inline: 20px; line-height: 1.8; }
}
@media (max-width: 359px) {
  .nav { gap: 10px; padding-inline: 12px; }
  .nav .brand { font-size: 14px; }
  .nav .brand-image { width: 25px; height: 25px; }
  .nav .system-entry { gap: 5px; font-size: 11px; }
}
