:root {
  --ink: #07101f;
  --ink-soft: #142139;
  --paper: #f6f3ed;
  --paper-bright: #fffdf8;
  --muted: #657187;
  --line: rgba(12, 28, 53, 0.13);
  --amber: #f6a91a;
  --amber-strong: #e99200;
  --cyan: #42c8dc;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(7, 16, 31, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); padding: 10px 14px; border-radius: 8px; background: #fff; color: var(--ink); font-weight: 750; }
.skip-link:focus { transform: translateY(0); }
.status-message { padding: 24px; border: 1px dashed var(--line); border-radius: 14px; color: var(--muted); text-align: center; }
.is-hidden { display: none !important; }

.site-header { position: sticky; top: 0; z-index: 30; height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; max-width: 1480px; margin: 0 auto; padding: 0 42px; background: color-mix(in srgb, var(--paper) 88%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-size: 18px; font-weight: 770; text-decoration: none; letter-spacing: -0.025em; }
.brand > span:last-child > span { color: var(--amber-strong); }
.brand-mark { position: relative; width: 31px; height: 31px; border-radius: 9px; background: var(--ink); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.brand-mark i { position: absolute; display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--amber); }
.brand-mark i:nth-child(1) { left: 7px; bottom: 7px; }
.brand-mark i:nth-child(2) { right: 7px; top: 7px; }
.brand-mark i:nth-child(3) { left: 13px; top: 13px; width: 14px; height: 2px; border-radius: 2px; transform: rotate(-45deg); transform-origin: left center; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a { color: #46536a; font-size: 14px; font-weight: 620; text-decoration: none; transition: color .2s; }
.desktop-nav a:hover { color: var(--ink); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; border-radius: 10px; background: var(--ink); color: white; font-size: 13px; font-weight: 720; text-decoration: none; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.mobile-menu { position: relative; display: none; }
.mobile-menu summary { display:grid; place-items:center; width:38px; height:38px; border:1px solid var(--line); border-radius:9px; background:rgba(255,255,255,.6); cursor:pointer; list-style:none; }
.mobile-menu summary::-webkit-details-marker { display:none; }
.mobile-nav { position:absolute; top:47px; right:0; display: grid; width:min(300px,calc(100vw - 32px)); gap: 6px; padding: 10px; border:1px solid var(--line); border-radius:14px; background:var(--paper-bright); box-shadow:var(--shadow); }
.mobile-nav > a { display: flex; align-items: center; justify-content: space-between; padding: 14px; border-radius: 10px; color: var(--ink); font-weight: 700; text-decoration: none; }
.mobile-nav > a:hover { background: rgba(7,16,31,.05); }

.hero-shell { min-height: 715px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr); align-items: center; gap: clamp(42px, 6vw, 100px); max-width: 1320px; margin: 0 auto; padding: 76px 42px 88px; }
.hero-copy { max-width: 600px; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 24px; padding: 7px 11px; border: 1px solid rgba(233,146,0,.25); border-radius: 999px; background: rgba(246,169,26,.09); color: #986000; font-size: 12px; font-weight: 760; letter-spacing: .04em; text-transform: uppercase; }
.hero-copy h1 { margin: 0; font-size: clamp(52px, 6vw, 86px); line-height: .96; letter-spacing: -.065em; font-weight: 820; }
.hero-copy h1 span { color: var(--amber-strong); }
.hero-lede { max-width: 570px; margin: 28px 0 0; color: #526076; font-size: clamp(18px, 2vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 19px; border-radius: 11px; font-size: 14px; font-weight: 740; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--amber); color: #141006; box-shadow: 0 12px 28px rgba(233,146,0,.23); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.7); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 19px; margin-top: 22px; color: #59667b; font-size: 12px; font-weight: 650; }
.hero-notes span { display: inline-flex; align-items: center; gap: 5px; }
.hero-notes svg { color: #18875b; }

.hero-visual { position: relative; height: 560px; border-radius: 34px; background: linear-gradient(145deg, #0a1424, #172744 70%, #213b5d); overflow: hidden; box-shadow: var(--shadow); isolation: isolate; }
.hero-visual::after { content: ''; position: absolute; inset: auto -10% -30% 20%; height: 70%; background: radial-gradient(circle, rgba(66,200,220,.22), transparent 65%); z-index: -1; }
.visual-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.26) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.26) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.hero-rig { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #e8e6e2; box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.hero-rig img { object-fit: cover; }
.hero-rig img, .home-rig-card img, .rig-image img { width: 100%; height: 100%; }
.hero-rig-main { inset: 58px 48px 76px 105px; border-radius: 24px; transform: rotate(-1.5deg); }
.hero-rig-side { right: 22px; top: 38px; width: 175px; height: 150px; border-radius: 17px; transform: rotate(4deg); }
.rig-caption { position: absolute; left: 18px; bottom: 18px; display: grid; padding: 10px 13px; border-radius: 10px; background: rgba(7,16,31,.82); color: white; backdrop-filter: blur(10px); }
.rig-caption span { color: #a7b4c9; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.rig-caption strong { font-size: 15px; }
.pipeline-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; min-width: 138px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(7,16,31,.84); color: white; box-shadow: 0 12px 30px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.pipeline-chip b { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 7px; font-size: 12px; }
.pipeline-chip span { font-size: 11px; font-weight: 750; line-height: 1.15; }
.pipeline-chip small { color: #9ba9bd; font-weight: 550; }
.chip-maya { left: 24px; top: 120px; }.chip-maya b { background: #36a5cc; }
.chip-unreal { right: 26px; bottom: 84px; }.chip-unreal b { background: #fff; color: #111827; border-radius: 50%; }
.pipeline-line { position: absolute; z-index: 3; left: 68px; top: 188px; height: 188px; border-left: 1px dashed rgba(66,200,220,.65); }
.pipeline-line i { position: absolute; left: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.pipeline-line i:nth-child(1) { top: 0; }.pipeline-line i:nth-child(2) { top: 48%; }.pipeline-line i:nth-child(3) { bottom: 0; }
.watch-chip { position: absolute; z-index: 5; left: 50%; bottom: 22px; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.92); color: var(--ink); font-size: 12px; font-weight: 750; cursor: pointer; text-decoration: none; }

.trust-strip { max-width: 1320px; margin: 0 auto 80px; padding: 0 42px; text-align: center; }
.trust-strip > p { margin: 0 0 16px; color: #778297; font-size: 11px; font-weight: 760; letter-spacing: .11em; text-transform: uppercase; }
.studio-logos { display: flex; justify-content: center; align-items: center; gap: clamp(24px, 4vw, 58px); flex-wrap: wrap; color: #768195; }
.studio-logos strong { font-size: 17px; letter-spacing: -.02em; }
.trust-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.55); }
.trust-facts span { padding: 19px; color: #536077; font-size: 13px; font-weight: 620; }
.trust-facts span + span { border-left: 1px solid var(--line); }
.trust-facts b { margin-right: 5px; color: var(--ink); font-size: 20px; }

.section { max-width: 1320px; margin: 0 auto; padding: 105px 42px; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading h2 { margin: 0; font-size: clamp(40px, 5vw, 64px); line-height: 1.02; letter-spacing: -.052em; }
.section-heading p { margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-kicker { margin-bottom: 15px; color: #a26400; font-size: 11px; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 4px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.6); transition: transform .25s, box-shadow .25s, border-color .25s; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(233,146,0,.4); box-shadow: 0 18px 42px rgba(7,16,31,.08); }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 42px; border-radius: 11px; background: #fff1d2; color: #b76d00; }
.feature-card h3 { margin: 0 0 10px; font-size: 19px; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.workflow-section { margin: 40px 20px; padding: 100px max(28px, calc((100vw - 1236px)/2)); border-radius: 30px; background: var(--ink); color: #fff; overflow: hidden; }
.inverse-heading { margin: 0 auto 56px; text-align: center; }
.inverse-heading .section-kicker { color: var(--amber); }
.inverse-heading p { color: #9dabc0; }
.workflow-track { display: grid; grid-template-columns: 1fr 38px 1fr 38px 1fr 38px 1fr; align-items: stretch; }
.workflow-track article { padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.045); }
.workflow-track article span { display: block; margin-bottom: 40px; color: var(--amber); font-family: var(--font-mono); font-size: 11px; }
.workflow-track article b { display: block; margin-bottom: 8px; font-size: 16px; }
.workflow-track article p { margin: 0; color: #9dabc0; font-size: 13px; line-height: 1.55; }
.workflow-track > i { display: grid; place-items: center; color: #5d6a7e; }
.workflow-actions { display: flex; justify-content: center; align-items: center; gap: 25px; margin-top: 42px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: inherit; font-size: 14px; font-weight: 740; text-decoration: none; }
.workflow-actions .text-link { color: #d8dfeb; }

.rig-preview-section { padding-bottom: 120px; }
.home-rig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.home-rig-card { position: relative; min-height: 380px; overflow: hidden; border-radius: 19px; background: #ddd; color: #fff; text-decoration: none; box-shadow: 0 18px 50px rgba(7,16,31,.1); }
.home-rig-card img { object-fit: cover; transition: transform .4s; }
.home-rig-card:hover img { transform: scale(1.035); }
.home-rig-card::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,16,31,.86)); }
.home-rig-card span { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; display: grid; }
.home-rig-card b { font-size: 20px; }.home-rig-card small { margin-top: 3px; color: #cad3df; font-size: 11px; }
.centered-link { width: max-content; margin: 28px auto 0; }
.showcase-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 1180px; margin: 20px auto 36px; padding: 0 42px; }
.showcase-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.62); box-shadow: 0 14px 42px rgba(7,16,31,.08); transition: transform .22s, box-shadow .22s, border-color .22s; }
.showcase-card:hover { transform: translateY(-3px); border-color: rgba(233,146,0,.38); box-shadow: 0 20px 52px rgba(7,16,31,.12); }
.showcase-media { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--ink); }
.showcase-media iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.showcase-info { padding: 18px 20px 20px; }
.showcase-info h2 { margin: 0; font-size: 18px; letter-spacing: -.025em; }
.showcase-info p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.showcase-cta { display: flex; justify-content: center; padding: 0 20px 110px; }

.testimonial-section { padding: 110px max(42px, calc((100vw - 1236px)/2)); background: #eae6de; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.testimonial-grid figure { display: flex; min-height: 290px; flex-direction: column; justify-content: space-between; margin: 0; padding: 28px; border: 1px solid rgba(7,16,31,.1); border-radius: 18px; background: rgba(255,255,255,.5); }
.testimonial-grid blockquote { margin: 0; font-size: 18px; font-weight: 590; line-height: 1.55; letter-spacing: -.02em; }
.testimonial-grid figcaption { display: grid; margin-top: 35px; }
.testimonial-grid figcaption b { font-size: 13px; }.testimonial-grid figcaption span { margin-top: 2px; color: var(--muted); font-size: 11px; }

.audience-section { display: grid; grid-template-columns: 1fr 1fr; max-width: 1320px; margin: 0 auto; padding: 110px 42px; gap: 16px; }
.audience-section article { display: flex; min-height: 420px; flex-direction: column; align-items: flex-start; padding: 44px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper-bright); }
.audience-section h2 { margin: 0; font-size: clamp(36px, 4vw, 50px); line-height: 1.02; letter-spacing: -.05em; }
.audience-section p { max-width: 500px; margin: 20px 0 32px; color: var(--muted); line-height: 1.65; }
.audience-section article small { margin-top: 14px; color: var(--muted); }
.audience-studio { background: var(--ink) !important; color: #fff; }.audience-studio p,.audience-studio small { color: #a5b1c2 !important; }.audience-studio .section-kicker { color: var(--amber); }
.button-light { background: #fff; color: var(--ink); }

.page-hero { max-width: 1050px; margin: 0 auto; padding: 105px 42px 54px; text-align: center; }
.page-hero h1, .studio-hero h1 { margin: 0; font-size: clamp(52px, 7vw, 88px); line-height: .96; letter-spacing: -.065em; }
.page-hero h1 span, .studio-hero h1 span { color: var(--amber-strong); }
.page-hero > p, .studio-hero > p { max-width: 680px; margin: 25px auto 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.compact-hero { padding-bottom: 24px; }
.requirements-row { display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; margin-top: 26px; }
.requirements-row b, .requirements-row span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.52); color: var(--muted); font-size: 11px; }
.requirements-row b { border-color: transparent; background: transparent; color: var(--ink); }
.tight-section { padding-top: 20px; padding-bottom: 80px; }

.download-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; padding-top: 52px; padding-bottom: 35px; }
.latest-download-card { position: relative; min-height: 460px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 42px; border-radius: 25px; background: linear-gradient(145deg,#0a1424,#172b47); color: #fff; text-align: center; overflow: hidden; }
.latest-download-card::after { content:''; position:absolute; inset:auto -15% -55% 15%; height:90%; background:radial-gradient(circle,rgba(66,200,220,.25),transparent 65%); }
.latest-download-card > * { position: relative; z-index: 1; }
.latest-top { position: absolute; top: 24px; left: 26px; display: flex; align-items: center; gap: 7px; color: #aab5c6; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #48d690; box-shadow: 0 0 14px #48d690; }
.version-display { display: grid; }.version-display small { color: #93a2b7; text-transform: uppercase; letter-spacing: .09em; }.version-display strong { margin-top: 7px; font-size: 44px; letter-spacing: -.05em; }.version-display span { color: #c6d0df; }
.download-main-button { margin-top: 30px; }.download-meta { display:flex; justify-content:center; gap:15px; flex-wrap:wrap; margin-top:22px; color:#9dabbd; font-size:10px; }.download-meta span { display:flex; align-items:center; gap:4px; }
.download-history { max-width: 1236px; margin: 0 auto 90px; padding: 0 42px; }
.download-history h2 { margin: 0 0 15px; font-size: 22px; }
.download-history .search-field { width: 100%; max-width: none; min-height: 48px; margin-bottom: 14px; padding-inline: 15px; background: #fff; }
.version-table-wrap { max-height: 440px; overflow: auto; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.55); }
.version-table { width: 100%; border-collapse: collapse; }
.version-table th, .version-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; font-size: 12px; }
.version-table th { position: sticky; top: 0; z-index: 1; background: #ece8df; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.version-table a { color: #a26400; font-weight: 750; text-decoration: none; }
.install-panel { padding: 38px; border: 1px solid var(--line); border-radius: 25px; background: var(--paper-bright); }
.install-panel ol { display:grid; gap:15px; margin:28px 0; padding:0; list-style:none; }.install-panel li { display:flex; gap:15px; padding:19px; border:1px solid var(--line); border-radius:14px; background:#fff; }.install-panel li > b { color:var(--amber-strong); font-family:var(--font-mono); font-size:11px; }.install-panel li span { display:grid; }.install-panel li small { margin-top:3px; color:var(--muted); line-height:1.45; }
.download-options { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }.download-options article { display:grid; grid-template-columns:auto 1fr auto; align-items:start; gap:15px; padding:24px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.55); }.download-options article > span { display:grid; place-items:center; width:38px; height:38px; border-radius:10px; background:#fff1d2; color:#b76d00; }.download-options h3 { margin:0; font-size:15px; }.download-options p { margin:7px 0 0; color:var(--muted); font-size:12px; line-height:1.5; }.download-options article > a { color:var(--muted); }
.license-reminder { display:flex; max-width:1236px; align-items:center; gap:18px; margin:0 auto 110px; padding:24px 28px; border-radius:17px; background:#e8e3d8; }.license-reminder > div { flex:1; }.license-reminder strong { font-size:15px; }.license-reminder p { margin:3px 0 0; color:var(--muted); font-size:12px; }

.rig-library { padding-top: 34px; }.library-toolbar { display:flex; justify-content:space-between; align-items:center; gap:18px; margin-bottom:22px; }.platform-tabs { display:flex; gap:5px; padding:5px; border:1px solid var(--line); border-radius:12px; background:rgba(255,255,255,.65); }.platform-tabs button { padding:8px 14px; border:0; border-radius:8px; background:transparent; color:var(--muted); font-size:12px; font-weight:700; cursor:pointer; }.platform-tabs button.active { background:var(--ink); color:#fff; }.search-field, .release-search { display:flex; align-items:center; gap:8px; width:min(360px,100%); padding:5px 10px; border:1px solid var(--line); border-radius:12px; background:rgba(255,255,255,.7); }.search-field input,.release-search input,.support-search-wrap input { border:0 !important; box-shadow:none !important; background:transparent !important; }.results-summary { display:flex; justify-content:space-between; gap:20px; margin-bottom:20px; color:var(--muted); font-size:11px; }.results-summary span { display:flex; align-items:center; gap:5px; font-weight:700; }
.rig-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }.rig-card { overflow:hidden; border:1px solid var(--line); border-radius:19px; background:rgba(255,255,255,.66); transition:transform .25s,box-shadow .25s; }.rig-card:hover { transform:translateY(-3px); box-shadow:0 20px 45px rgba(7,16,31,.1); }.rig-image { position:relative; aspect-ratio:4/3; background:#ddd; overflow:hidden; }.rig-image img { object-fit:cover; transition:transform .35s; }.rig-card:hover .rig-image img { transform:scale(1.025); }.rig-tags { position:absolute; left:12px; bottom:12px; display:flex; gap:5px; }.rig-tags span { padding:5px 7px; border-radius:999px; background:rgba(7,16,31,.78); color:#fff; font-size:9px; font-weight:700; backdrop-filter:blur(8px); }.rig-card-body { padding:18px; }.rig-card-body h2 { margin:0; font-size:18px; }.rig-card-body p { margin:3px 0 17px; color:var(--muted); font-size:10px; }.platform-download-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:5px; }.platform-download-grid.count-1 { grid-template-columns:1fr; }.platform-download-grid > small { grid-column:1/-1; margin-bottom:1px; color:var(--muted); font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:.07em; }.platform-download { display:flex; align-items:center; justify-content:center; gap:4px; min-height:34px; padding:6px; border:1px solid var(--line); border-radius:8px; color:var(--ink); font-size:10px; font-weight:720; text-decoration:none; }.platform-download > b { display:grid; place-items:center; width:17px; height:17px; border-radius:5px; color:#fff; font-size:8px; }.platform-download.maya b { background:#36a5cc; }.platform-download.blender b { background:#f5792a; }.platform-download.unreal b { border-radius:50%; background:#1a2030; }.empty-results { grid-column:1/-1; padding:70px 20px; border:1px dashed var(--line); border-radius:18px; color:var(--muted); text-align:center; }.empty-results h2 { margin:12px 0 3px; color:var(--ink); font-size:20px; }.empty-results p { margin:0; }
.platform-download img { width: 16px; height: 16px; object-fit: contain; }

.release-section { max-width:980px; padding-top:45px; }.release-search { width:100%; max-width:none; min-height:54px; padding-inline:16px; background:#fff; box-shadow:0 12px 35px rgba(7,16,31,.07); }.release-search svg { color:var(--amber-strong); }.release-stats { display:flex; justify-content:center; gap:32px; flex-wrap:wrap; margin:18px 0 42px; color:var(--muted); font-size:10px; }.release-stats b { color:var(--ink); }.release-list { display:grid; gap:14px; }.release-list > article { display:grid; grid-template-columns:180px 1fr; gap:26px; padding:25px; border:1px solid var(--line); border-radius:17px; background:rgba(255,255,255,.6); }.release-list header { display:flex; flex-direction:column; justify-content:space-between; }.release-list header span { color:var(--muted); font-size:9px; text-transform:uppercase; letter-spacing:.08em; }.release-list header h2 { margin:3px 0; font-size:29px; }.release-list header small { color:var(--muted); }.release-items { display:grid; gap:8px; }.release-item { display:grid; grid-template-columns:31px 1fr; gap:10px; padding:12px; border-radius:10px; background:rgba(7,16,31,.025); }.release-item > span { display:grid; place-items:center; width:28px; height:28px; border-radius:8px; }.release-item svg { width:14px; }.release-item small { font-size:8px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }.release-item p { margin:2px 0 0; font-size:12px; }.release-item.new > span { background:#dcf8eb;color:#08734a; }.release-item.improved > span { background:#e1f4ff;color:#126e9f; }.release-item.fix > span { background:#ffe5df;color:#ae3d27; }
.release-item > span::before { font-weight: 850; font-size: 12px; }
.release-item.new > span::before { content: '+'; }.release-item.improved > span::before { content: '↗'; }.release-item.fix > span::before { content: '✓'; }

.studio-hero { min-height:630px; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:85px 30px; background:radial-gradient(circle at 50% 100%,rgba(66,200,220,.15),transparent 42%),var(--ink); color:#fff; text-align:center; }.studio-hero > p { color:#a6b3c5; }.studio-hero .eyebrow { color:var(--amber); }.studio-hero .button-dark-outline { border:1px solid rgba(255,255,255,.2); color:#fff; }.studio-benefits { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }.studio-benefits article { padding:25px; border:1px solid var(--line); border-radius:17px; background:rgba(255,255,255,.55); }.studio-benefits svg { color:var(--amber-strong); }.studio-benefits h2 { margin:35px 0 8px; font-size:17px; }.studio-benefits p { margin:0; color:var(--muted); font-size:12px; line-height:1.6; }.studio-pipeline { padding:100px max(30px,calc((100vw - 1236px)/2)); background:#e9e4da; }.pipeline-map { display:grid; grid-template-columns:1fr 44px 1.15fr 44px 1fr; align-items:center; }.pipeline-map article { display:grid; gap:8px; padding:27px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.62); text-align:center; }.pipeline-map article span { color:var(--muted); font-size:9px; font-weight:800; text-transform:uppercase; letter-spacing:.09em; }.pipeline-map article b { font-size:13px; line-height:1.5; }.pipeline-map > i { display:grid; place-items:center; color:var(--muted); }.pipeline-map .pipeline-core { padding-block:38px; background:var(--ink); color:#fff; }.pipeline-core span { color:var(--amber) !important; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; align-items:stretch; }.pricing-grid article { position:relative; display:flex; flex-direction:column; padding:32px; border:1px solid var(--line); border-radius:20px; background:rgba(255,255,255,.63); }.pricing-grid article > small { color:var(--muted); font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }.pricing-grid article h2 { margin:20px 0 2px; font-size:42px; letter-spacing:-.05em; }.pricing-grid article > p { margin:0; color:var(--muted); font-size:11px; }.pricing-grid ul { display:grid; gap:10px; margin:30px 0; padding:0; list-style:none; }.pricing-grid li { display:flex; align-items:center; gap:8px; font-size:12px; }.pricing-grid li svg { width:14px; color:#18875b; }.pricing-grid article .button { margin-top:auto; }.featured-plan { background:var(--ink) !important; color:#fff; transform:translateY(-10px); box-shadow:var(--shadow); }.featured-plan > p,.featured-plan > small { color:#9dacbf !important; }.featured-plan .plan-badge { position:absolute; top:15px; right:15px; padding:5px 7px; border-radius:999px; background:var(--amber); color:var(--ink); font-size:8px; font-weight:800; text-transform:uppercase; letter-spacing:.07em; }.pricing-note { margin-top:24px; color:var(--muted); font-size:12px; text-align:center; }.pricing-note a { font-weight:700; }

.support-section { max-width:1050px; padding-top:38px; }.support-search-wrap { display:flex; align-items:center; gap:10px; min-height:56px; padding:6px 14px; border:1px solid var(--line); border-radius:13px; background:#fff; box-shadow:0 12px 35px rgba(7,16,31,.07); }.support-search-wrap > svg { color:var(--amber-strong); }.support-search-wrap kbd { padding:4px 6px; border:1px solid var(--line); border-radius:5px; color:var(--muted); font-family:var(--font-mono); font-size:9px; }.support-layout { display:grid; grid-template-columns:1fr 290px; gap:30px; margin-top:38px; }.faq-accordion { border-top:1px solid var(--line); }.faq-accordion [data-slot="accordion-item"] { border-color:var(--line); }.faq-accordion [data-slot="accordion-trigger"] { padding:18px 4px; font-size:14px; }.faq-accordion [data-slot="accordion-content"] { color:var(--muted); line-height:1.65; }.support-aside { display:grid; gap:12px; align-content:start; }.support-aside article { padding:24px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.6); }.support-aside article > svg { color:var(--amber-strong); }.support-aside h3 { margin:27px 0 8px; font-size:16px; }.support-aside p { margin:0 0 17px; color:var(--muted); font-size:11px; line-height:1.55; }.support-aside a { display:inline-flex; align-items:center; gap:5px; font-size:11px; font-weight:750; text-decoration:none; }.support-aside a svg { width:12px; }
.video-answer-list { display: grid; gap: 8px; margin-top: 16px; }
.video-answer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.58); font-size: 13px; font-weight: 650; text-decoration: none; }
.video-answer:hover { border-color: rgba(233,146,0,.45); background: #fff; }
.video-answer span:last-child { flex: 0 0 auto; color: var(--amber-strong); }

.site-footer { padding: 75px max(30px, calc((100vw - 1236px)/2)) 24px; background: #050b14; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, .7fr); gap: 50px; }
.footer-brand { color: #fff; }.footer-main > div:first-child > p { max-width: 290px; margin-top: 18px; color: #8997ab; font-size: 13px; line-height: 1.6; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column strong { margin-bottom: 7px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.footer-column a { display: inline-flex; align-items: center; gap: 4px; color: #8997ab; font-size: 12px; text-decoration: none; }.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #6f7d90; font-size: 11px; }
.footer-bottom div { display: flex; gap: 18px; }.footer-bottom a { text-decoration: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 24px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero-shell { grid-template-columns: 1fr; padding: 56px 24px 70px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { height: 520px; }
  .section { padding: 80px 24px; }.split-heading { grid-template-columns: 1fr; gap: 22px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow-section { padding-inline: 28px; }.workflow-track { grid-template-columns: repeat(2, 1fr); gap: 12px; }.workflow-track > i { display: none; }
  .testimonial-grid { grid-template-columns: 1fr; }.testimonial-grid figure { min-height: 220px; }
  .download-layout { grid-template-columns:1fr; }.download-options { grid-template-columns:1fr; }.rig-grid { grid-template-columns:repeat(2,1fr); }
  .studio-benefits { grid-template-columns:repeat(2,1fr); }.pipeline-map { grid-template-columns:1fr; gap:10px; }.pipeline-map > i { transform:rotate(90deg); }.pricing-grid { grid-template-columns:1fr; }.featured-plan { transform:none; }
  .support-layout { grid-template-columns:1fr; }.support-aside { grid-template-columns:1fr 1fr; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }.footer-main > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .site-header { height: 66px; }
  .brand { font-size: 16px; }.header-cta { padding: 9px 11px; font-size: 0; }.header-cta span { font-size: 16px; }.header-cta svg { margin: 0; }
  .hero-shell { padding-top: 42px; }
  .hero-copy h1 { font-size: 51px; }
  .hero-rig-main { inset: 74px 22px 86px 38px; }
  .hero-rig-side { width: 130px; height: 112px; }
  .pipeline-chip { min-width: auto; }.pipeline-chip span { display: none; }
  .trust-strip { padding: 0 20px; }
  .trust-facts { grid-template-columns: 1fr; }.trust-facts span + span { border-left: 0; border-top: 1px solid var(--line); }
  .section-heading h2 { font-size: 42px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: auto; }.feature-icon { margin-bottom: 28px; }
  .workflow-section { margin-inline: 10px; border-radius: 22px; }.workflow-track { grid-template-columns: 1fr; }.workflow-actions { align-items: stretch; flex-direction: column; }
  .home-rig-grid { grid-template-columns: 1fr; }.home-rig-card { min-height: 330px; }
  .showcase-gallery { grid-template-columns: 1fr; padding-inline: 20px; }
  .audience-section { grid-template-columns: 1fr; padding: 80px 20px; }.audience-section article { min-height: 380px; padding: 28px; }
  .page-hero { padding:75px 20px 35px; }.page-hero h1,.studio-hero h1 { font-size:50px; }body[data-page="showcase"] .page-hero h1 { font-size:40px; }.library-toolbar { align-items:stretch; flex-direction:column; }.platform-tabs { overflow-x:auto; }.search-field { width:100%; }.results-summary { flex-direction:column; gap:4px; }.rig-grid { grid-template-columns:1fr; }
  .release-list > article { grid-template-columns:1fr; }.release-list header { flex-direction:row; align-items:end; }.release-stats { gap:10px 20px; }
  .download-layout { padding-inline:20px; }.latest-download-card { min-height:430px; padding:28px 18px; }.download-meta { gap:8px; }.license-reminder { align-items:flex-start; margin-inline:20px; flex-wrap:wrap; }.license-reminder .button { width:100%; }.download-history { padding-inline:20px; }
  .studio-benefits { grid-template-columns:1fr; }.studio-pipeline { padding-inline:20px; }.pricing-grid article { padding:26px; }.support-aside { grid-template-columns:1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }.footer-main > div:first-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }
}

/* Native interactive fallbacks */
.search-field input,
.release-search input,
.support-search-wrap input {
  width: 100%;
  min-width: 0;
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
  background: transparent !important;
}
.faq-accordion details { border-bottom: 1px solid var(--line); }
.faq-accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 4px; font-size: 14px; font-weight: 650; cursor: pointer; list-style: none; }
.faq-accordion summary::-webkit-details-marker { display: none; }
.faq-accordion summary span { color: var(--amber-strong); font-size: 20px; transition: transform .2s; }
.faq-accordion details[open] summary span { transform: rotate(45deg); }
.faq-accordion details > p { margin: 0; padding: 0 32px 20px 4px; color: var(--muted); font-size: 13px; line-height: 1.7; }
