/* EgoB storefront and about page. */
:root {
  --r-bg: #090911;
  --r-surface: #10101b;
  --r-ink: #f5f3fa;
  --r-muted: #aca9bd;
  --r-line: #292733;
  --r-pink: #f361d9;
  --r-cyan: #74e6e1;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body.r-site { margin: 0; background: var(--r-bg); color: var(--r-ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; overflow-x: clip; }
.r-site a { color: inherit; text-decoration: none; }
.r-site button, .r-site input, .r-site textarea { font: inherit; }
.r-site button, .r-site a { -webkit-tap-highlight-color: transparent; }
.r-site button { cursor: pointer; }
.r-site img { display: block; max-width: 100%; height: auto; }
.r-site h1, .r-site h2, .r-site h3, .r-site p, .r-site figure { margin: 0; }
.r-site :focus-visible { outline: 2px solid var(--r-cyan); outline-offset: 6px; }
.r-site [hidden] { display: none !important; }
.r-wrap { width: min(1320px, calc(100% - 112px)); margin-inline: auto; }
.r-skip { position: fixed; left: 20px; top: -100px; z-index: 100; background: white; color: #090911 !important; padding: 12px 24px; }
.r-skip:focus { top: 12px; }
.r-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.r-preview { background: #171420; color: #c5bdd5; font: 10px/1.2 Arial, sans-serif; letter-spacing: .13em; }
.r-preview .r-wrap { min-height: 29px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.r-preview span:first-child { display: flex; align-items: center; gap: 8px; }
.r-preview i { width: 5px; height: 5px; border-radius: 50%; background: var(--r-cyan); }
.r-preview b { font-weight: 400; margin: 0 10px; color: #736983; }
.r-header { position: sticky; top: 0; z-index: 30; background: rgb(9 9 17 / 95%); border-bottom: 1px solid var(--r-line); backdrop-filter: blur(16px); }
.r-header-inner { height: 86px; display: flex; align-items: center; gap: 32px; }
.r-brand { display: inline-flex; align-items: center; position: relative; font-size: 43px; font-weight: 800; line-height: 1; letter-spacing: -.085em; flex-shrink: 0; }
.r-brand > span { font-style: italic; }
.r-brand i { height: 7px; width: 7px; background: var(--r-pink); border-radius: 50%; margin: 24px 0 0 5px; }
.r-brand small { font-size: 8px; font-weight: 600; line-height: 1.6; letter-spacing: .19em; margin: 5px 0 0 19px; padding-left: 17px; border-left: 1px solid #403748; color: #bab3c7; }
.r-navigation { display: flex; align-items: center; justify-content: center; gap: 31px; flex: 1; }
.r-navigation a { color: #bbb8c6; font-size: 13px; white-space: nowrap; padding-block: 30px; position: relative; }
.r-navigation a:hover, .r-navigation .is-current { color: white; }
.r-navigation .is-current::after { content: ''; position: absolute; bottom: 19px; left: 0; right: 0; height: 2px; background: var(--r-pink); }
.r-header-cta { display: inline-flex; align-items: center; gap: 24px; border: 1px solid #55505e; font-size: 12px; padding: 10px 16px; transition: border-color .2s; }
.r-header-cta:hover { border-color: var(--r-cyan); }
.r-menu-toggle { display: none; border: 1px solid var(--r-line); background: transparent; color: var(--r-ink); padding: 7px 12px; }
.r-hero { position: relative; isolation: isolate; overflow: hidden; background: #0a0918; }
.r-hero-image, .r-hero-shade { position: absolute; inset: 0; width: 100%; height: 100% !important; z-index: -2; }
.r-hero-image { object-fit: cover; object-position: 65% 42%; opacity: .65; }
.r-hero-shade { z-index: -1; background: linear-gradient(90deg, #0a0919 0%, rgb(10 9 25 / 94%) 27%, rgb(10 9 25 / 62%) 51%, rgb(10 9 25 / 21%) 100%), linear-gradient(0deg, #0a0918 0%, transparent 45%); }
.r-hero-grid { min-height: 615px; display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 8px; padding-block: 61px 70px; }
.r-eyebrow { display: flex; align-items: center; gap: 10px; color: var(--r-pink); font-size: 10px; line-height: 1.5; font-weight: 600; letter-spacing: .17em; }
.r-eyebrow > span { display: inline-block; width: 19px; height: 1px; background: currentColor; }
.r-hero h1 { margin: 27px 0 24px; font-size: clamp(64px, 6.65vw, 102px); font-weight: 750; line-height: .98; letter-spacing: -.065em; }
.r-hero h1 em { font-weight: inherit; font-style: normal; color: var(--r-pink); }
.r-hero-copy > p:not(.r-eyebrow) { color: #c6c0d2; font-size: 16px; line-height: 1.75; }
.r-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 30px; }
.r-button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; min-height: 49px; padding: 13px 22px; border: 1px solid transparent; font-size: 12px; font-weight: 600; transition: background .2s, transform .2s; }
.r-button-light { color: #101018 !important; background: #f5f3fa; }
.r-button-light:hover { background: var(--r-cyan); transform: translateY(-2px); }
.r-button-dark { border-color: #4d465e; color: var(--r-ink); background: transparent; }
.r-button-dark:hover { border-color: var(--r-pink); }
.r-button-pink { color: #140719 !important; background: var(--r-pink); }
.r-button-pink:hover { background: #fb8be7; }
.r-hero-about { font-size: 12px; padding-block: 12px; }
.r-hero-about span { margin-left: 13px; }
.r-hero-formats { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; margin-top: 35px; color: #b6afc6; font-size: 10px; }
.r-hero-formats i { width: 2px; height: 2px; border-radius: 50%; background: #8c819e; }
.r-hero-products { position: relative; height: 424px; }
.r-hero-screen { position: absolute; display: block; background: #141024; border: 1px solid #726179; box-shadow: 0 25px 65px #0009, 0 0 70px #b71b6d26; }
/* Keep transformed screenshots on their own paint layer in Chromium. */
.r-hero-screen picture { display: block; }
.r-hero-screen img { transform: translateZ(0); }
.r-hero-screen-main { width: 96%; top: 30px; right: -18px; transform: rotate(2deg); transition: transform .3s; }
.r-hero-screen-main:hover { transform: rotate(0); }
.r-screen-caption { display: flex; justify-content: space-between; align-items: center; padding: 10px 12px; font-size: 7px; letter-spacing: .13em; color: #d1c4df; }
.r-screen-caption span:first-child { display: flex; gap: 7px; align-items: center; }
.r-screen-caption i { width: 4px; height: 4px; border-radius: 50%; background: var(--r-cyan); }
.r-screen-caption span:last-child { font-size: 6px; }
.r-hero-screen-small { width: 51%; bottom: -12px; left: 0; transform: rotateZ(-5deg); box-shadow: 0 22px 55px #000c; transition: transform .3s; }
.r-hero-screen-small:hover { transform: rotateZ(-1deg) translateY(-5px); }
.r-hero-screen-small > span { display: flex; align-items: center; justify-content: space-between; font-size: 7px; padding: 9px 11px; color: #e0d8eb; }
.r-hero-screen-small b { font-size: 5px; color: var(--r-cyan); font-weight: normal; }
.r-hero-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #ffffff1c; min-height: 58px; font-size: 8px; letter-spacing: .16em; color: #b1a1c0; }
.r-hero-bottom a { color: #ece2f5; display: flex; align-items: center; gap: 18px; }
.r-hero-bottom a span { font-size: 19px; line-height: 1; }
.r-product-rail { border-bottom: 1px solid var(--r-line); background: #10101a; }
.r-product-rail .r-wrap { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 26px; }
.r-product-rail a { font-size: 18px; font-weight: 650; letter-spacing: -.045em; color: #bbb6ca; }
.r-product-rail a span { font-size: 11px; color: #777186; margin-left: 19px; vertical-align: middle; }
.r-product-rail a:hover { color: var(--r-cyan); }
.r-collection { padding-block: 100px 94px; }
.r-section-heading { display: flex; justify-content: space-between; gap: 36px; align-items: flex-end; margin-bottom: 36px; }
.r-section-heading h2, .r-maker h2, .r-questions h2, .r-philosophy h2 { font-size: clamp(32px, 3.5vw, 49px); line-height: 1.08; letter-spacing: -.05em; font-weight: 600; }
.r-section-heading h2 { margin-top: 17px; }
.r-section-heading > p { color: var(--r-muted); font-size: 13px; line-height: 1.75; padding-bottom: 3px; }
.r-catalogue-controls { display: flex; justify-content: space-between; align-items: center; gap: 15px; border-bottom: 1px solid var(--r-line); padding-bottom: 16px; margin-bottom: 30px; }
.r-filters { display: flex; gap: 6px; flex-wrap: wrap; }
.r-filters button { padding: 8px 16px; color: #bbb6c8; background: transparent; font-size: 12px; border: 1px solid transparent; border-radius: 3px; }
.r-filters button[aria-pressed="true"] { color: var(--r-ink); border-color: #46404f; background: #211c2c; }
.r-filters button:hover { color: var(--r-cyan); }
.r-filters button span { color: #aba3ba; font-size: 9px; margin-left: 8px; }
.r-result-count { color: #b3aabe; font-size: 11px; white-space: nowrap; }
.r-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 24px; }
.r-launch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.r-coming-later { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--r-line); }
.r-coming-later h3 { font-size: 18px; font-weight: 600; }
.r-coming-later p { margin-top: 8px; color: var(--r-muted); font-size: 13px; line-height: 1.75; }
.r-product { --r-glow: #7945d7; display: flex; flex-direction: column; min-width: 0; border: 1px solid #2e253b; background: #11101c; }
.r-tone-cyan { --r-glow: #008b9f; }
.r-tone-rose { --r-glow: #aa345c; }
.r-tone-magenta { --r-glow: #bb1597; }
.r-tone-mint { --r-glow: #168b83; }
.r-product-art { position: relative; aspect-ratio: 1.68; display: flex; justify-content: center; align-items: center; padding: 34px 22px 28px; isolation: isolate; overflow: hidden; background: #141024; }
.r-product-art::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 50% 65%, var(--r-glow), transparent 77%); opacity: .48; }
.r-product-art::after { content: ''; position: absolute; inset: 0; z-index: -1; background: repeating-linear-gradient(0deg, transparent 0 39px, #ffffff06 39px 40px), repeating-linear-gradient(90deg, transparent 0 39px, #ffffff06 39px 40px); }
.r-product-art picture { width: 100%; max-height: 100%; transition: transform .3s; }
.r-product-art img { width: 100%; max-height: 200px; object-fit: contain; filter: drop-shadow(0 16px 14px #0009); }
.r-product-art:hover picture { transform: translateY(-3px) scale(1.025); }
.r-art-index { position: absolute; top: 12px; left: 16px; font-size: 7px; color: #d7c7e5; letter-spacing: .15em; }
.r-art-label { position: absolute; bottom: 10px; left: 16px; text-transform: uppercase; font-size: 7px; color: #d7c7e5; letter-spacing: .12em; }
.r-art-arrow { position: absolute; bottom: 8px; right: 14px; color: #fff; line-height: 1; }
.r-product-info { padding: 23px 24px 18px; display: flex; flex: 1; flex-direction: column; }
.r-product-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.r-product-title h3 { font-size: 25px; font-weight: 650; letter-spacing: -.055em; }
.r-price { color: #ded7e7; font-size: 14px; }
.r-tone-mint .r-price { color: #95d6d0; }
.r-site .r-product-line { font-size: 12px; color: #e1d9ed; margin-top: 10px; line-height: 1.6; }
.r-site .r-product-copy { font-size: 12px; color: #aba2b9; line-height: 1.75; margin-top: 8px; margin-bottom: 23px; }
.r-product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 17px; border-top: 1px solid #2b2436; margin-top: auto; }
.r-product-bottom > span { font-size: 9px; color: #aaa0b9; }
.r-product-bottom a { display: flex; gap: 15px; font-size: 11px; color: #f7e5ff; }
.r-product-bottom a:hover { color: var(--r-cyan); }
.r-product-wide { grid-column: span 2; display: grid; grid-template-columns: 1.08fr 1fr; }
.r-product-wide .r-product-art { aspect-ratio: auto; min-height: 390px; padding: 50px 20px; }
.r-product-wide .r-product-art img { max-height: none; }
.r-product-wide .r-product-info { justify-content: center; padding: 30px; }
.r-product-wide .r-product-title { display: block; }
.r-product-wide .r-product-title h3 { font-size: 38px; margin-bottom: 8px; }
.r-product-wide .r-product-line { font-size: 17px; line-height: 1.5; margin-top: 20px; }
.r-product-wide .r-product-bottom { margin-top: 12px; }
.r-product-grid.is-filtered .r-product-wide { grid-column: auto; display: flex; }
.r-product-grid.is-filtered .r-product-wide .r-product-art { min-height: 0; aspect-ratio: 1.68; padding: 34px 22px 28px; }
.r-product-grid.is-filtered .r-product-wide .r-product-art img { max-height: 200px; }
.r-product-grid.is-filtered .r-product-wide .r-product-info { padding: 23px 24px 18px; }
.r-product-grid.is-filtered .r-product-wide .r-product-title { display: flex; }
.r-product-grid.is-filtered .r-product-wide .r-product-title h3 { font-size: 25px; margin-bottom: 0; }
.r-product-grid.is-filtered .r-product-wide .r-product-line { font-size: 12px; margin-top: 10px; }
.r-philosophy { padding-block: 64px 70px; border-block: 1px solid var(--r-line); background: #0e0d17; }
.r-philosophy-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 44px; margin-top: 25px; }
.r-philosophy h2 { font-size: 34px; }
.r-step { color: #c498d5; font-size: 8px; letter-spacing: .12em; }
.r-philosophy h3 { font-weight: 500; font-size: 16px; margin: 11px 0; letter-spacing: -.015em; }
.r-philosophy p:not(.r-eyebrow) { color: var(--r-muted); font-size: 12px; line-height: 1.8; }
.r-maker { display: grid; grid-template-columns: 1.15fr 1fr; gap: 85px; align-items: center; padding-block: 100px; }
.r-maker-image { display: block; position: relative; aspect-ratio: 1.1; overflow: hidden; }
.r-maker-image::after { content: ''; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, #070612a8); pointer-events: none; }
.r-maker-image img { width: 100%; height: 100%; object-fit: cover; object-position: 54%; transition: transform .5s; }
.r-maker-image:hover img { transform: scale(1.025); }
.r-maker-image > span { position: absolute; bottom: 26px; left: 25px; right: 25px; z-index: 1; display: flex; justify-content: space-between; color: white; font-size: 8px; letter-spacing: .17em; }
.r-maker h2 { margin: 21px 0 24px; }
.r-maker-copy > p:not(.r-eyebrow) { margin-bottom: 16px; font-size: 14px; line-height: 1.9; color: var(--r-muted); max-width: 405px; }
.r-text-link { display: inline-flex; align-items: center; gap: 24px; padding: 8px 0; color: #f1d8f3 !important; font-size: 12px; border-bottom: 1px solid #715a76; }
.r-text-link:hover { color: var(--r-cyan) !important; border-color: var(--r-cyan); }
.r-maker .r-text-link { margin-top: 14px; }
.r-downloads { padding-block: 85px; background: #111019; border-block: 1px solid var(--r-line); }
.r-download-row { display: grid; grid-template-columns: 1.2fr 1fr 1.25fr; align-items: center; gap: 25px; padding-block: 23px; border-top: 1px solid #312a3c; }
.r-download-row > div:first-child { display: flex; flex-direction: column; }
.r-download-row strong { font-size: 18px; font-weight: 500; letter-spacing: -.03em; }
.r-download-row > div:first-child span { color: #aba1b9; font-size: 10px; }
.r-download-row small { display: block; color: #b9adc8; font-size: 9px; margin-bottom: 4px; }
.r-download-row b { font-size: 12px; font-weight: 500; }
.r-download-row em { font-size: 9px; font-style: normal; color: #b4a9c2; margin-left: 5px; }
.r-download-actions { display: flex; justify-content: flex-end; gap: 22px; font-size: 11px; }
.r-download-actions a { white-space: nowrap; }
.r-download-actions a:last-child { color: var(--r-cyan); }
.r-download-actions a:hover { text-decoration: underline; text-underline-offset: 5px; }
.r-platform-note { border-top: 1px solid #312a3c; padding-top: 24px; color: #b7acc6; font-size: 11px; line-height: 1.8; }
.r-platform-note > span { margin-right: 12px; color: var(--r-pink); }
.r-questions { padding-block: 100px; display: grid; grid-template-columns: 1fr 1.7fr; gap: 75px; }
.r-questions h2 { margin: 20px 0 26px; }
.r-faq-list { border-top: 1px solid var(--r-line); }
.r-faq-list details { border-bottom: 1px solid var(--r-line); }
.r-faq-list summary { list-style: none; cursor: pointer; display: flex; gap: 25px; justify-content: space-between; align-items: center; padding: 24px 0; font-size: 14px; }
.r-faq-list summary::-webkit-details-marker { display: none; }
.r-faq-list summary span { font-size: 22px; color: #ab96be; font-weight: 300; line-height: 1; transition: transform .2s; }
.r-faq-list details[open] summary span { transform: rotate(45deg); }
.r-faq-list details p { padding: 0 30px 25px 0; color: var(--r-muted); font-size: 13px; line-height: 1.8; }
.r-faq-list details p a { text-decoration: underline; text-underline-offset: 3px; }
.r-final-cta { position: relative; isolation: isolate; overflow: hidden; text-align: center; background: #1b1028; padding-block: 83px; border-block: 1px solid #473050; }
.r-final-cta::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 0% 60%, #152953aa, transparent 65%), radial-gradient(ellipse at 100% 60%, #672455aa, transparent 65%); }
.r-final-cta .r-eyebrow { justify-content: center; }
.r-final-cta h2 { font-size: clamp(40px, 4.8vw, 70px); line-height: 1.08; letter-spacing: -.055em; margin: 22px 0 28px; font-weight: 500; }
.r-final-cta h2 em { color: #eaa3dc; font-style: normal; }
.r-footer { padding: 64px 0 25px; background: #090911; }
.r-footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 45px; }
.r-footer-top > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.r-footer-top h2 { font-size: 11px; margin-bottom: 7px; font-weight: 600; color: #ece4f5; }
.r-footer-top > div > a:not(.r-brand), .r-footer-top > div > span { font-size: 11px; color: #afa3bd; }
.r-footer-top p { font-size: 11px; line-height: 1.7; margin-top: 7px; color: #afa3bd; }
.r-footer a:hover { color: var(--r-cyan); }
.r-socials { display: flex; gap: 25px; flex-wrap: wrap; padding: 40px 0 23px; }
.r-socials a { font-size: 10px; color: #c2b5d0; }
.r-footer-bottom { border-top: 1px solid var(--r-line); padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: 9px; color: #a196ae; }
.r-product-dialog { color: var(--r-ink); background: #11101c; border: 1px solid #57445e; width: min(980px, calc(100% - 40px)); max-height: calc(100dvh - 60px); padding: 0; }
.r-product-dialog::backdrop { background: #04030dd9; backdrop-filter: blur(9px); }
.r-dialog-close { position: sticky; float: right; margin: 12px 16px -50px 0; top: 12px; z-index: 2; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #76627c; background: #141020; color: #fff; font-size: 25px !important; line-height: 1; }
.r-dialog-grid { display: grid; grid-template-columns: 1.03fr 1fr; }
.r-dialog-media { background: radial-gradient(ellipse at center, #582b63, #121120 75%); display: flex; align-items: center; padding: 30px; }
.r-dialog-media img { box-shadow: 0 18px 45px #0009; }
.r-dialog-copy { padding: 62px 37px 38px; }
.r-dialog-copy h2 { font-size: 40px; line-height: 1.1; letter-spacing: -.05em; margin: 16px 0 18px; }
.r-dialog-copy p:not(.r-eyebrow), .r-dialog-copy li { font-size: 12px; color: #c4b8d2; line-height: 1.75; }
.r-dialog-copy ul { padding-left: 17px; margin: 18px 0; }
.r-dialog-copy li { margin-bottom: 8px; }
.r-dialog-copy .r-text-link { margin-top: 12px; display: table; }
.r-detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.r-detail-actions a, .r-detail-actions button { font-size: 11px; gap: 12px; }
.r-checkout-preview { border-top: 1px solid #45304d; padding-top: 24px; margin-top: 24px; }
.r-checkout-preview h3 { font-size: 19px; margin-bottom: 8px; }
.r-checkout-preview label { font-size: 11px; display: block; color: #d5c9e1; margin-top: 14px; }
.r-checkout-preview select { width: 100%; margin-top: 7px; padding: 11px; font: inherit; font-size: 12px; color: #f0e3fa; background: #21172d; border: 1px solid #62466e; }
.r-checkout-preview .r-platform-detail { margin: 12px 0; }
.r-checkout-preview button[disabled] { opacity: .8; cursor: not-allowed; background: #44324c; color: #d4bddf; width: 100%; }
.r-checkout-total { display: flex; justify-content: space-between; margin-bottom: 15px; }
.r-checkout-total strong { font-size: 18px; color: #fff; }
.r-detail-versions { display: flex; flex-wrap: wrap; gap: 10px; padding: 20px 30px; border-top: 1px solid #382740; font-size: 10px; color: #bdaeCA; }
.r-detail-versions span + span::before { content: '/'; margin-right: 10px; color: #665270; }
body.r-modal-open { overflow: hidden; }
/* The About preview retains the original portfolio markup and functionality. */
.r-about-nav { background: #12101c; border-bottom: 1px solid var(--r-line); }
.r-about-nav .r-wrap { min-height: 53px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; padding-block: 12px; }
.r-about-nav span { color: var(--r-pink); font-size: 8px; letter-spacing: .14em; margin-right: auto; }
.r-about-nav a { font-size: 11px; color: #d0c5db; }
.r-about .section-inner, .r-about .hero-stage { width: min(1320px, calc(100% - 112px)); margin-inline: auto; }
.r-about .hero { min-height: 0; padding: 72px 0; background: #0a0918; }
.r-about .hero::before { background: linear-gradient(90deg, #090911e6, #09091155), url('assets/egob-photos/egob-live-neon.png') center / cover; opacity: 1; }
.r-about .hero::after { background: linear-gradient(0deg, #090911, transparent); }
.r-about .hero-stage { min-height: 0; padding: 0; gap: 70px; grid-template-columns: 1.4fr 1fr; }
.r-about .hero h1 { font-family: Arial, Helvetica, sans-serif; font-size: clamp(64px, 7vw, 104px); letter-spacing: -.065em; line-height: 1; color: var(--r-ink); margin-block: 25px; text-transform: none; }
.r-about .hero h1 em { color: var(--r-pink); font-style: normal; }
.r-about .hero-kicker { font-size: 21px; color: var(--r-cyan); }
.r-about .hero-copy { font-size: 14px; max-width: 580px; }
.r-about .signal-console { background: #0c091dba; border: 1px solid #7c3f86; border-radius: 0; box-shadow: 0 20px 65px #0005; padding: 25px; }
.r-about .signal-console::before { display: none; }
.r-about .signal-console .console-track strong { font-size: 25px; }
.r-about .section { padding-block: 80px; }
.r-about .intro-band { padding-block: 28px; background: #12101b; border-block: 1px solid var(--r-line); }
.r-about .metrics strong { font-size: 24px; }
.r-about .metrics span { font-size: 12px; color: #c0b5cc; }
.r-about .eyebrow { font-size: 10px; letter-spacing: .15em; color: var(--r-pink); }
.r-about h2 { font-family: Arial, Helvetica, sans-serif; font-size: clamp(29px, 3.3vw, 47px); font-weight: 600; line-height: 1.15; letter-spacing: -.045em; text-transform: none; max-width: 750px; }
.r-about .copy-block p { font-size: 14px; line-height: 1.9; color: #bdb1cc; margin-block: 16px; }
.r-about .copy-block p a { text-decoration: underline; text-underline-offset: 3px; }
.r-about .copy-block p.eyebrow { color: var(--r-pink); font-size: 10px; }
.r-about .section-heading { margin-bottom: 30px; }
.r-about .section-summary { font-size: 14px; color: #bdb1cc; margin-top: 15px; }
.r-about .capability-item { border-radius: 0; background: #13101d; padding: 28px; border-color: #35273f; }
.r-about .capability-item p { font-size: 13px; margin-top: 12px; color: #bdb1cc; }
.r-about .capability-number { color: var(--r-pink); font-size: 11px; }
.r-about .bio-section, .r-about .songs-section, .r-about .contact-section { background: #10101a; border-block: 1px solid var(--r-line); }
.r-about .portrait, .r-about .visual-frame, .r-about .press-art, .r-about .contact-art { border-radius: 0; border: 1px solid #46304e; overflow: hidden; }
.r-about .portrait img, .r-about .contact-art img { min-height: 420px; object-fit: cover; }
.r-about .video-card { border-radius: 0; background: #151020; border-color: #35273f; }
.r-about .video-title { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 500; letter-spacing: -.01em; line-height: 1.5; padding: 17px; }
.r-about .video-thumb { border-radius: 0; }
.r-about .button { border-radius: 0; font-size: 12px; padding: 13px 23px; min-height: 48px; }
.r-about .button.primary { background: #f2eaf8; color: #181020; border-color: #f2eaf8; box-shadow: none; }
.r-about .button.primary:hover { background: var(--r-cyan); border-color: var(--r-cyan); }
.r-about .hero-tags span, .r-about .sound-tags span { font-size: 10px; background: #21172c; border: 1px solid #46334f; border-radius: 0; }
.r-about .contact-form input, .r-about .contact-form textarea { border-radius: 0; border-color: #594064; background: #181120; color: white; }
.r-about .contact-pulse { color: #bdadc9; font-size: 12px; }
.r-about .contact-details { font-size: 14px; }
.r-about .press-copy blockquote { border-color: var(--r-pink); background: #201527; border-radius: 0; }
.r-about .video-dialog { border: 1px solid #795084; border-radius: 0; background: #11101c; }
.r-about .dialog-close { border-radius: 0; }
.r-about .r-footer h2 { font-size: 11px; letter-spacing: 0; line-height: 1.6; }
@media (min-width: 1700px) { .r-hero-grid { min-height: 710px; } .r-hero-products { height: 450px; } }
@media (max-width: 1150px) {
  .r-wrap, .r-about .section-inner, .r-about .hero-stage { width: calc(100% - 64px); }
  .r-header-inner { gap: 22px; }
  .r-brand small { display: none; }
  .r-navigation { gap: 24px; }
  .r-hero-grid { min-height: 560px; grid-template-columns: 1fr 1fr; }
  .r-hero-products { height: 330px; }
  .r-hero-screen-small { bottom: 0; }
  .r-product-info { padding-inline: 18px; }
  .r-product-title h3 { font-size: 23px; }
  .r-product-wide .r-product-info { padding: 24px; }
  .r-product-wide .r-product-art { min-height: 360px; }
  .r-product-wide .r-product-title h3 { font-size: 33px; }
  .r-philosophy-grid { gap: 26px; }
  .r-philosophy h2 { font-size: 28px; }
  .r-maker { gap: 50px; }
  .r-download-row { grid-template-columns: 1.1fr .8fr 1.1fr; gap: 20px; }
  .r-download-actions { gap: 10px; flex-wrap: wrap; }
  .r-footer-top { gap: 30px; }
}
@media (max-width: 900px) {
  .r-header-cta { display: none; }
  .r-navigation { justify-content: flex-end; }
  .r-header-inner { height: 74px; }
  .r-hero-grid { grid-template-columns: 1fr 1fr; min-height: 535px; padding-block: 48px 62px; }
  .r-hero h1 { font-size: 67px; }
  .r-hero .r-eyebrow { font-size: 8px; }
  .r-hero-copy > p:not(.r-eyebrow) { font-size: 13px; }
  .r-hero-products { height: 295px; }
  .r-hero-screen-main { top: 30px; }
  .r-hero-screen-small { width: 60%; bottom: 7px; }
  .r-screen-caption span:last-child { display: none; }
  .r-hero .r-actions { gap: 17px; }
  .r-hero .r-button { font-size: 11px; gap: 17px; padding-inline: 16px; }
  .r-hero-about { font-size: 11px; }
  .r-product-rail a { font-size: 16px; }
  .r-product-rail a span { margin-left: 8px; }
  .r-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .r-product-wide { grid-column: auto; display: flex; }
  .r-product-wide .r-product-art { min-height: 0; aspect-ratio: 1.68; padding: 34px 22px 28px; }
  .r-product-wide .r-product-art img { max-height: 200px; }
  .r-product-wide .r-product-info { padding: 23px 18px 18px; }
  .r-product-wide .r-product-title { display: flex; }
  .r-product-wide .r-product-title h3 { font-size: 23px; margin-bottom: 0; }
  .r-product-wide .r-product-line { font-size: 12px; margin-top: 10px; }
  .r-product-wide .r-product-bottom { margin-top: auto; }
  .r-philosophy-grid { grid-template-columns: 1fr 1fr 1fr; gap: 28px; }
  .r-philosophy h2 { grid-column: 1 / -1; }
  .r-philosophy h2 br { display: none; }
  .r-maker { gap: 36px; }
  .r-maker-copy > p:not(.r-eyebrow) { font-size: 12px; }
  .r-maker h2 { font-size: 34px; }
  .r-section-heading > p { font-size: 11px; }
  .r-questions { gap: 40px; grid-template-columns: 1fr 1.5fr; }
  .r-download-row { grid-template-columns: 1fr 1fr; }
  .r-download-actions { grid-column: 1 / -1; justify-content: flex-start; gap: 30px; }
  .r-footer-top { grid-template-columns: 1.25fr 1fr 1fr; }
  .r-footer-top > div:last-child { grid-column: 2 / -1; }
  .r-about .hero-stage { grid-template-columns: 1fr; gap: 35px; }
  .r-about .signal-console { display: none; }
  .r-about .hero-stage .hero-inner { max-width: 600px; }
  .r-about .section { padding-block: 60px; }
  .r-about .intro-band { padding-block: 28px; }
}
@media (max-width: 650px) {
  html { scroll-padding-top: 85px; }
  .r-wrap, .r-about .section-inner, .r-about .hero-stage { width: calc(100% - 40px); }
  .r-preview { font-size: 7px; letter-spacing: .08em; }
  .r-preview .r-wrap { min-height: 26px; gap: 10px; }
  .r-preview b { margin-inline: 4px; }
  .r-header-inner { height: auto; min-height: 69px; flex-wrap: wrap; padding-block: 13px; gap: 10px; }
  .r-brand { font-size: 36px; }
  .r-brand i { width: 6px; height: 6px; margin-top: 20px; }
  .r-brand small { display: block; font-size: 7px; margin-left: 13px; padding-left: 12px; }
  .r-menu-toggle { margin-left: auto; font-size: 11px !important; align-items: center; gap: 14px; }
  .r-menu-toggle span { font-size: 17px; }
  .r-nav-ready .r-menu-toggle { display: inline-flex; }
  .r-navigation { flex-basis: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 4px 22px; padding-top: 7px; }
  .r-navigation a { padding: 10px 0; font-size: 12px; }
  .r-navigation .is-current::after { bottom: 4px; }
  .r-nav-ready .r-navigation { display: none; }
  .r-nav-ready .r-navigation.is-open { display: flex; }
  .r-hero-grid { display: flex; flex-direction: column; align-items: stretch; padding-block: 46px 40px; gap: 27px; }
  .r-hero-image { object-position: 54%; opacity: .5; }
  .r-hero-shade { background: linear-gradient(90deg, #0a0919de 0%, #0a091966 100%), linear-gradient(0deg, #0a0918 0%, transparent 65%); }
  .r-hero h1 { font-size: clamp(66px, 16.5vw, 98px); margin: 23px 0 21px; }
  .r-hero .r-eyebrow { font-size: 8px; }
  .r-hero-copy > p:not(.r-eyebrow) { font-size: 13px; }
  .r-hero .r-actions { gap: 24px; margin-top: 23px; }
  .r-hero .r-button { font-size: 11px; padding: 13px 18px; }
  .r-hero-formats { margin-top: 24px; font-size: 9px; }
  .r-hero-products { height: clamp(245px, 64vw, 390px); margin: 0 4px; }
  .r-hero-screen-main { top: 10px; right: 0; width: 92%; transform: rotate(2deg); }
  .r-hero-screen-small { width: 52%; left: 0; bottom: 0; }
  .r-screen-caption { padding: 7px 9px; }
  .r-screen-caption span:last-child { display: inline; }
  .r-hero-bottom { min-height: 49px; font-size: 6px; letter-spacing: .08em; }
  .r-hero-bottom > span:last-child { display: none; }
  .r-hero-bottom a { gap: 12px; }
  .r-product-rail .r-wrap { gap: 17px; flex-wrap: wrap; justify-content: center; padding-block: 18px; }
  .r-product-rail a { font-size: 14px; }
  .r-product-rail a span { display: none; }
  .r-collection { padding-block: 60px; }
  .r-section-heading { display: block; margin-bottom: 26px; }
  .r-section-heading h2 { font-size: 38px; margin-top: 17px; }
  .r-section-heading > p { margin-top: 20px; font-size: 12px; }
  .r-catalogue-controls { flex-wrap: wrap; margin-bottom: 24px; gap: 14px; }
  .r-filters { gap: 3px; }
  .r-filters button { padding: 7px 9px; font-size: 10px; }
  .r-result-count { font-size: 9px; }
  .r-product-grid { grid-template-columns: 1fr; gap: 23px; }
  .r-product-art { aspect-ratio: 1.6; padding-inline: 22px; }
  .r-product-art img { max-height: 245px; }
  .r-product-info, .r-product-wide .r-product-info { padding: 22px; }
  .r-product-title h3, .r-product-wide .r-product-title h3 { font-size: 27px; }
  .r-product-title .r-price { font-size: 14px; }
  .r-product-copy { font-size: 12px; }
  .r-product-wide .r-product-art { aspect-ratio: 1.6; }
  .r-product-wide .r-product-art img { max-height: 245px; }
  .r-philosophy { padding-block: 48px; }
  .r-philosophy-grid { grid-template-columns: 1fr; gap: 26px; }
  .r-philosophy h2 { font-size: 32px; margin-bottom: 5px; }
  .r-philosophy h2 br { display: block; }
  .r-philosophy-grid > div { border-top: 1px solid var(--r-line); padding-top: 22px; }
  .r-philosophy h3 { font-size: 19px; }
  .r-philosophy p:not(.r-eyebrow) { font-size: 13px; }
  .r-maker { grid-template-columns: 1fr; gap: 33px; padding-block: 60px; }
  .r-maker-image { aspect-ratio: 1.15; }
  .r-maker h2 { font-size: 37px; }
  .r-maker-copy > p:not(.r-eyebrow) { font-size: 13px; max-width: none; }
  .r-downloads { padding-block: 54px; }
  .r-download-row { grid-template-columns: 1fr; gap: 16px 12px; padding-block: 22px; }
  .r-download-row > div:first-child { grid-column: 1 / -1; }
  .r-download-row strong { font-size: 21px; }
  .r-download-row > span { background: #1a1423; padding: 10px 12px; }
  .r-download-row small { font-size: 9px; }
  .r-download-row em { display: block; margin: 0; }
  .r-download-actions { justify-content: space-between; margin-top: 2px; }
  .r-platform-note { font-size: 10px; }
  .r-questions { padding-block: 60px; grid-template-columns: 1fr; gap: 32px; }
  .r-questions h2 { font-size: 38px; }
  .r-faq-list summary { font-size: 13px; padding-block: 20px; }
  .r-faq-list details p { font-size: 12px; }
  .r-final-cta { padding-block: 60px; }
  .r-final-cta h2 { font-size: 41px; }
  .r-footer { padding-top: 45px; }
  .r-footer-top { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .r-footer-top > div:first-child { grid-column: 1 / -1; }
  .r-footer-top > div:last-child { grid-column: 1 / -1; }
  .r-footer-top p br { display: none; }
  .r-socials { gap: 13px 20px; padding-block: 30px; }
  .r-footer-bottom { font-size: 8px; flex-wrap: wrap; gap: 13px 20px; }
  .r-footer-bottom > span:nth-child(2) { display: none; }
  .r-product-dialog { width: calc(100% - 24px); max-height: calc(100dvh - 24px); }
  .r-dialog-grid { grid-template-columns: 1fr; }
  .r-dialog-media { padding: 58px 23px 28px; }
  .r-dialog-media img { max-height: 230px; width: 100%; object-fit: contain; box-shadow: none; }
  .r-dialog-copy { padding: 27px 24px; }
  .r-dialog-copy h2 { font-size: 35px; }
  .r-detail-versions { padding: 20px 24px; }
  .r-about-nav .r-wrap { gap: 10px 21px; }
  .r-about-nav span { width: 100%; }
  .r-about-nav a { font-size: 10px; }
  .r-about .hero { padding-block: 45px 55px; }
  .r-about .hero h1 { font-size: 70px; }
  .r-about .hero-kicker { font-size: 17px; }
  .r-about .hero-copy { font-size: 13px; }
  .r-about .section { padding-block: 50px; }
  .r-about .intro-band { padding-block: 26px; }
  .r-about .metrics { gap: 24px; }
  .r-about .portrait img, .r-about .contact-art img { min-height: 0; height: 320px; }
  .r-about .copy-block p { font-size: 13px; }
  .r-about .r-footer h2 { font-size: 11px; letter-spacing: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .r-site *, .r-site *::before, .r-site *::after { animation: none !important; transition: none !important; }
}

/* NeuroLoom launch */
.r-site .r-purchase-actions { margin: 18px 0 12px; }
.r-site .r-purchase-note { font-size: 12px; color: var(--r-muted); margin: 12px 0 20px; }
.r-launch-grid > .r-product-wide { grid-column: 1 / -1; }
