@font-face { font-family: "Manrope"; src: url("/fonts/Manrope-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("/fonts/Manrope-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --ink: #050909;
  --ink-2: #091111;
  --panel: #0d1515;
  --panel-2: #111b1b;
  --line: rgba(205, 190, 156, .2);
  --line-green: rgba(61, 242, 195, .33);
  --cream: #f5f0e5;
  --muted: #93a09e;
  --champagne: #d1bd94;
  --gold: #d8b85c;
  --mint: #3df2c3;
  --mint-bright: #68ffd8;
  --content: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: "Manrope", "Noto Sans JP", "Yu Gothic UI", "Hiragino Sans", sans-serif; -webkit-font-smoothing: antialiased; }
html:lang(ja) h1, html:lang(ja) h2, html:lang(ja) h3, html:lang(ja) p, html:lang(ja) li, html:lang(ja) summary { line-break: strict; word-break: keep-all; overflow-wrap: anywhere; text-wrap: pretty; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.fixed-lines > span { display: block; }
main { overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 40; height: 76px; padding: 0 max(24px, calc((100vw - 1340px) / 2));
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  border-bottom: 1px solid rgba(208,188,148,.15); background: rgba(5,9,9,.82); backdrop-filter: blur(18px) saturate(120%);
}
.brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand span { display: grid; line-height: .9; letter-spacing: .16em; }
.brand strong { font-size: 15px; }
.brand small { color: var(--gold); font-size: 8px; margin-top: 7px; letter-spacing: .42em; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 36px); margin-left: auto; }
.site-header nav a { color: #aeb8b6; font-size: 11px; font-weight: 700; letter-spacing: .08em; transition: color .2s ease; }
.site-header nav a:hover { color: var(--mint); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-toggle { display: flex; align-items: center; gap: 7px; border: 0; background: none; color: #6f7b79; font-size: 10px; font-weight: 700; cursor: pointer; }
.language-toggle span.active { color: var(--cream); }
.language-toggle i { width: 1px; height: 12px; background: #344240; }
.header-buy { padding: 11px 17px; border: 1px solid var(--line-green); border-radius: 4px; color: var(--mint); font-size: 10px; font-weight: 700; letter-spacing: .12em; transition: background .2s ease, color .2s ease; }
.header-buy:hover { background: var(--mint); color: var(--ink); }

.hero { position: relative; min-height: 790px; padding: 150px max(24px, calc((100vw - 1340px) / 2)) 76px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(54px, 7vw, 110px); border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(209,189,148,.035), transparent 40%), repeating-linear-gradient(90deg, transparent 0 119px, rgba(255,255,255,.018) 120px); pointer-events: none; }
.ambient { position: absolute; border-radius: 50%; filter: blur(110px); opacity: .16; pointer-events: none; }
.ambient-one { width: 430px; height: 430px; background: var(--mint); right: 12%; top: 12%; }
.ambient-two { width: 360px; height: 360px; background: var(--gold); left: -10%; bottom: -10%; opacity: .1; }
.hero-copy, .product-stage { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.eyebrow > span { width: 28px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 4.5vw, 68px); line-height: 1.09; letter-spacing: -.045em; }
.hero h1 span { display: block; color: var(--champagne); }
.hero h1 .hero-ideal { white-space: nowrap; font-size: .9em; }
.hero h1 .hero-product-name { margin-top: .08em; color: var(--cream); font-size: .86em; white-space: nowrap; }
.hero-body { max-width: 600px; margin: 28px 0 0; color: #b2bfbc; font-size: 16px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { border: 0; cursor: pointer; }
.button-primary { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 24px; border-radius: 4px; background: var(--mint); color: #04100d; font-size: 11px; font-weight: 700; letter-spacing: .11em; box-shadow: 0 0 32px rgba(61,242,195,.14); transition: transform .2s ease, box-shadow .2s ease; }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 0 42px rgba(61,242,195,.26); }
.text-link { display: flex; align-items: center; gap: 13px; color: #d8dfdc; font-size: 10px; font-weight: 700; letter-spacing: .09em; }
.text-link span { color: var(--mint); }
.hero-meta { display: flex; align-items: center; gap: 9px; margin-top: 28px; color: #71817e; font-size: 10px; letter-spacing: .08em; }
.hero-meta i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px var(--mint); }
.product-stage { perspective: 1200px; }
.stage-tag { margin: 0 0 16px 14px; color: #8d9997; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.stage-tag span { color: var(--mint); margin-right: 8px; }
.plugin-frame { position: relative; padding: 8px; border: 1px solid rgba(216,184,92,.44); border-radius: 9px; background: linear-gradient(135deg, #cdbc98, #625842 8%, #121817 12%, #080d0d 88%, #94835f 94%, #d9cba9); box-shadow: 0 35px 90px rgba(0,0,0,.64), 0 0 0 1px rgba(255,255,255,.05) inset; transform: rotateY(-4deg) rotateX(2deg); transform-origin: center; }
.plugin-frame::after { content: ""; position: absolute; inset: 9px; border-radius: 3px; box-shadow: inset 0 0 60px rgba(0,0,0,.32); pointer-events: none; }
.plugin-frame img { width: 100%; border-radius: 3px; }
.frame-light { position: absolute; inset: -1px; border-radius: 9px; background: linear-gradient(105deg, transparent 25%, rgba(255,255,255,.18) 44%, transparent 53%); mix-blend-mode: screen; pointer-events: none; }
.product-stage > p { margin: 17px 16px 0; text-align: right; color: #65716f; font-size: 9px; letter-spacing: .13em; }

.stat-strip { width: var(--content); margin: -1px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-top: 0; background: #080e0e; }
.stat-strip > div { min-height: 118px; padding: 25px 36px; display: flex; align-items: center; gap: 19px; border-right: 1px solid var(--line); }
.stat-strip > div:last-child { border: 0; }
.stat-strip strong { color: var(--mint); font-size: 26px; }
.stat-strip span { max-width: 190px; color: #879592; font-size: 11px; line-height: 1.55; }

.section { width: var(--content); margin: 0 auto; padding: 150px 0; }
.section-wide { margin: 0 24px; padding: clamp(70px, 8vw, 110px) max(24px, calc((100vw - 1180px) / 2)); border: 1px solid var(--line); background: var(--panel); }
.section-heading { max-width: 670px; }
.section-heading.centered { margin: 0 auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.narrow { max-width: 780px; }
.section-heading h2, .demo-copy h2, .preset-copy h2, .buy-copy h2 { margin: 0; font-size: clamp(36px, 4vw, 58px); line-height: 1.18; letter-spacing: -.045em; }
.section-heading > p:last-child, .demo-copy > p, .preset-copy > p, .buy-copy > p { margin: 24px 0 0; color: #94a29f; font-size: 15px; line-height: 1.95; }

.difference-grid { margin-top: 68px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.compare-card { position: relative; min-height: 350px; padding: 42px; border: 1px solid var(--line); overflow: hidden; }
.muted-card { background: #090e0e; }
.ryden-card { background: radial-gradient(circle at 86% 12%, rgba(61,242,195,.14), transparent 36%), linear-gradient(135deg, #0c1917, #08100f); border-color: var(--line-green); }
.card-index { position: absolute; right: 28px; top: 18px; color: rgba(255,255,255,.06); font-size: 72px; font-weight: 700; }
.compare-card h3 { margin: 36px 0 28px; font-size: 24px; letter-spacing: -.025em; }
.compare-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.compare-card li { display: grid; grid-template-columns: 25px 1fr; color: #a8b3b1; font-size: 14px; line-height: 1.6; }
.muted-card li span { color: #596361; }
.ryden-card li span { color: var(--mint); }
.mini-brand { display: flex; align-items: center; gap: 8px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.mini-brand img { width: 23px; }

.workflow { padding-top: 60px; }
.workflow-body span { display: block; }
.steps { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.steps article { min-height: 290px; padding: 36px; background: var(--ink-2); }
.step-top { display: flex; align-items: center; gap: 20px; color: var(--mint); font-size: 12px; font-weight: 700; }
.step-top i { height: 1px; flex: 1; background: linear-gradient(90deg, var(--mint), transparent); }
.steps h3 { margin: 70px 0 18px; font-size: 19px; letter-spacing: .08em; }
.steps p { color: #8e9b98; font-size: 13px; line-height: 1.85; }

.knob-demo { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; background: radial-gradient(circle at 76% 50%, rgba(61,242,195,.11), transparent 32%), linear-gradient(135deg, #111a19, #070c0c); }
.demo-copy { max-width: 560px; }
.demo-state { margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: baseline; gap: 20px; }
.demo-state span { color: var(--mint); font-size: 30px; font-weight: 700; }
.demo-state strong { color: #b7c2bf; font-size: 12px; }
.demo-control { display: flex; flex-direction: column; align-items: center; }
.knob-shell { position: relative; width: min(360px, 32vw); aspect-ratio: 1; }
.knob-shell img { position: absolute; inset: 5%; width: 90%; filter: drop-shadow(0 26px 28px rgba(0,0,0,.6)); transition: transform .12s linear; }
.knob-halo { position: absolute; inset: 1%; border-radius: 50%; background: conic-gradient(from -132deg, var(--mint) 0 var(--amount), rgba(61,242,195,.08) var(--amount) 264deg, transparent 264deg 360deg); -webkit-mask: radial-gradient(circle, transparent 68%, black 69% 72%, transparent 73%); mask: radial-gradient(circle, transparent 68%, black 69% 72%, transparent 73%); filter: drop-shadow(0 0 7px rgba(61,242,195,.5)); }
.demo-control input[type="range"] { width: min(430px, 38vw); height: 3px; margin-top: 20px; appearance: none; background: linear-gradient(90deg, var(--mint) 0 calc(var(--value, 50) * 1%), #283331 0); border-radius: 20px; accent-color: var(--mint); }
.demo-control input[type="range"]::-webkit-slider-thumb { appearance: none; width: 18px; height: 18px; border: 4px solid #08100f; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 1px var(--mint), 0 0 15px rgba(61,242,195,.5); }
.range-labels { width: min(430px, 38vw); margin-top: 14px; display: flex; justify-content: space-between; color: #6f7e7b; font-size: 9px; letter-spacing: .1em; }
.range-labels strong { color: var(--gold); }

.product-display { margin-top: 70px; position: relative; }
.product-screen { padding: 9px; border-radius: 10px; background: linear-gradient(145deg, #e3d5b9, #5a5140 7%, #111817 11%, #111817 89%, #5a5140 94%, #e3d5b9); box-shadow: 0 35px 90px rgba(0,0,0,.55); }
.product-screen img { border-radius: 3px; }
.screen-labels { margin-top: 18px; display: grid; grid-template-columns: 1fr 2.4fr 1fr; color: #60706d; font-size: 9px; letter-spacing: .16em; text-align: center; }
.package-showcase { margin-top: 110px; border: 1px solid var(--line); background: #060a09; overflow: hidden; }
.package-render { display: block; width: 100%; height: auto; }
.feature-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.feature-grid article { min-height: 245px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #080e0e; }
.feature-grid article:nth-child(3n) { border-right: 0; }
.feature-grid article:nth-child(n+4) { border-bottom: 0; }
.feature-grid article > span { color: var(--mint); font-size: 10px; font-weight: 700; }
.feature-grid h3 { margin: 54px 0 14px; font-size: 15px; letter-spacing: .09em; }
.feature-grid p { margin: 0; color: #83908e; font-size: 12px; line-height: 1.8; }

.presets { display: grid; grid-template-columns: .95fr 1.05fr; gap: 85px; background: linear-gradient(120deg, #121b1a, #080d0d); }
.creative-presets { margin-top: 38px; padding: 22px; border-left: 2px solid var(--mint); background: rgba(61,242,195,.035); color: #aeb9b6; font-size: 12px; line-height: 1.7; }
.creative-presets small { display: block; margin-bottom: 8px; color: var(--gold); font-size: 9px; letter-spacing: .15em; }
.preset-list { border-top: 1px solid var(--line); }
.preset-list > div { display: grid; grid-template-columns: 44px 1fr 30px; align-items: center; min-height: 54px; border-bottom: 1px solid var(--line); }
.preset-list span { color: #51605d; font-size: 9px; }
.preset-list strong { font-size: 13px; }
.preset-list i { color: var(--mint); font-size: 10px; font-style: normal; text-align: right; }

.compare-section { padding-bottom: 110px; }
.comparison-table { margin-top: 60px; border: 1px solid var(--line); }
.table-row { display: grid; grid-template-columns: .8fr 1fr 1.25fr; border-bottom: 1px solid var(--line); }
.table-row:last-child { border-bottom: 0; }
.table-row span { padding: 22px 26px; border-right: 1px solid var(--line); color: #8e9a98; font-size: 12px; line-height: 1.55; }
.table-row span:last-child { border: 0; }
.table-row span:first-child { color: #d5dbd8; font-weight: 700; }
.table-row span.highlight { color: #dffbf3; background: rgba(61,242,195,.045); }
.table-head span { color: var(--gold) !important; font-size: 9px; letter-spacing: .15em; }

.price-section { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 80px; align-items: center; background: radial-gradient(circle at 82% 30%, rgba(61,242,195,.11), transparent 34%), linear-gradient(120deg, #080d0c, #101512); border-top: 1px solid rgba(61,242,195,.22); border-bottom: 1px solid rgba(216,184,92,.2); }
.price-copy h2 { margin: 0; max-width: 700px; color: var(--champagne); font-size: clamp(48px, 6.2vw, 82px); line-height: 1.08; letter-spacing: -.055em; }
.price-copy > strong { display: block; margin-top: 30px; color: #edf5f2; font-size: clamp(17px, 1.7vw, 23px); letter-spacing: .02em; }
.price-copy > p:last-child { margin: 18px 0 0; max-width: 700px; color: #94a29f; font-size: 14px; line-height: 2; }
.price-card { position: relative; padding: 42px; border: 1px solid rgba(216,184,92,.36); background: linear-gradient(145deg, rgba(216,184,92,.07), rgba(61,242,195,.035)); box-shadow: inset 0 0 60px rgba(216,184,92,.025); }
.price-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, var(--gold), var(--mint), transparent); }
.price-card > small { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.price-amount { margin: 18px 0 30px; display: flex; align-items: end; gap: 12px; }
.price-amount strong { color: #f3f7f5; font-size: clamp(44px, 5vw, 68px); line-height: 1; letter-spacing: -.045em; }
.price-amount span { padding-bottom: 7px; color: #899692; font-size: 11px; }
.price-card ul { margin: 0; padding: 25px 0 0; border-top: 1px solid var(--line); display: grid; gap: 15px; list-style: none; }
.price-card li { display: flex; align-items: center; gap: 12px; color: #bac5c1; font-size: 12px; }
.price-card li i { width: 20px; height: 20px; border: 1px solid rgba(61,242,195,.35); border-radius: 50%; display: grid; place-items: center; color: var(--mint); font-size: 10px; font-style: normal; }

.buy-section { display: grid; grid-template-columns: 110px 1fr 320px; gap: 42px; align-items: center; background: radial-gradient(circle at 68% 40%, rgba(216,184,92,.12), transparent 36%), linear-gradient(120deg, #141814, #090e0d); }
.buy-mark { width: 100px; height: 100px; padding: 10px; border: 1px solid rgba(216,184,92,.35); border-radius: 50%; display: grid; place-items: center; box-shadow: inset 0 0 30px rgba(216,184,92,.07); }
.buy-mark img { width: 62px; height: 72px; margin: auto; object-fit: contain; object-position: center; transform: translateY(-1px); }
.buy-copy h2 { color: var(--champagne); }
.buy-card { padding-left: 28px; border-left: 1px solid var(--line); display: grid; }
.buy-card small { color: var(--gold); font-size: 9px; letter-spacing: .17em; }
.buy-card > strong { margin: 9px 0 20px; font-size: 24px; }
.buy-card .purchase-button { min-height: 48px; border: 1px solid var(--mint); border-radius: 4px; display: flex; align-items: center; justify-content: center; gap: 8px; white-space: nowrap; background: transparent; color: var(--mint); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-decoration: none; cursor: pointer; }
.buy-card .purchase-button:hover { background: var(--mint); color: var(--ink); }
.buy-card p { color: #6d7b78; font-size: 9px; line-height: 1.6; }

.series { padding-bottom: 90px; }
.series-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.series-grid article { position: relative; min-height: 220px; padding: 25px; border: 1px solid var(--line); background: #080d0d; overflow: hidden; }
.series-grid article::after { content: ""; position: absolute; width: 110px; height: 110px; right: -35px; bottom: -35px; border: 1px solid rgba(255,255,255,.035); border-radius: 50%; }
.series-grid article.available { border-color: var(--accent); background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 10%, transparent), #080d0d 65%); }
.series-grid article::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 2px; background: linear-gradient(90deg, var(--accent), transparent 72%); opacity: .9; }
.series-grid article.accent-mint { --accent: #3df2c3; }
.series-grid article.accent-ruby { --accent: #ff4f68; }
.series-grid article.accent-violet { --accent: #a978ff; }
.series-grid article.accent-blue { --accent: #4aa8ff; }
.series-grid article.accent-amber { --accent: #ff9e3d; }
.series-grid span { color: #596662; font-size: 10px; }
.series-grid h3 { margin: 60px 0 7px; font-size: clamp(20px, 2vw, 27px); }
.series-grid em { display: block; min-height: 26px; color: var(--accent); font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: .12em; }
.series-grid small { color: var(--gold); font-size: 8px; letter-spacing: .16em; }
.series-grid .available small { color: var(--accent); }

.faq { padding-top: 60px; }
.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 82px; display: grid; grid-template-columns: 42px 1fr 24px; align-items: center; cursor: pointer; list-style: none; color: #d8dfdc; font-size: 14px; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--mint); font-size: 9px; }
summary i { color: var(--gold); font-size: 21px; font-style: normal; transition: transform .2s ease; }
details[open] summary i { transform: rotate(45deg); }
details p { margin: -7px 40px 26px 42px; color: #82908d; font-size: 12px; line-height: 1.9; }

footer { min-height: 250px; padding: 56px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); align-items: start; gap: 38px 64px; border-top: 1px solid var(--line); background: #030606; }
.footer-brand { display: flex; align-items: center; gap: 17px; }
.footer-brand img { width: 54px; }
.footer-brand span { display: grid; }
.footer-brand strong { font-size: 15px; letter-spacing: .14em; }
.footer-brand small { margin-top: 8px; color: var(--gold); font-size: 10px; }
.footer-navigation { display: grid; justify-items: end; gap: 18px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 30px; color: #87928f; font-size: 10px; font-weight: 700; line-height: 1.6; letter-spacing: .14em; }
.footer-links a, .footer-legal-links a { transition: color .2s ease; }
.footer-links a:hover, .footer-legal-links a:hover { color: var(--mint); }
.footer-legal-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; color: #b9c4c1; font-size: 12px; font-weight: 700; line-height: 1.7; }
.footer-legal-links a { text-decoration: underline; text-decoration-color: rgba(61,242,195,.38); text-underline-offset: 4px; }
footer > p { grid-column: 1 / -1; align-self: end; margin: 0; color: #5d6966; font-size: 10px; line-height: 1.8; }

.about { display: block; padding-bottom: 70px; }
.about .section-heading { margin: 0; max-width: 900px; }
.difference { padding-top: 70px; }

.release-schedule { padding: 76px max(24px, calc((100vw - 1180px) / 2)); background: linear-gradient(110deg, rgba(212,175,55,.08), transparent 48%), #070a09; border-top: 1px solid var(--line); }
.release-schedule > div { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.release-schedule h2 { margin: 14px 0 34px; font-size: clamp(28px, 4vw, 52px); }
.release-schedule ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); }
.release-schedule li { min-height: 126px; padding: 24px 20px; display: flex; flex-direction: column; gap: 16px; border-right: 1px solid var(--line); background: rgba(0,0,0,.22); }
.release-schedule li:last-child { border-right: 0; }
.release-schedule li span { color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.release-schedule li strong { font-size: 13px; line-height: 1.5; letter-spacing: .05em; }

.modal-backdrop { position: fixed; inset: 0; z-index: 70; display: grid; place-items: center; padding: 24px; background: rgba(0,0,0,.78); backdrop-filter: blur(12px); }
.notice-modal { position: relative; width: min(470px, 100%); padding: 48px; border: 1px solid rgba(216,184,92,.42); border-radius: 8px; background: radial-gradient(circle at 50% 0, rgba(216,184,92,.15), transparent 35%), #0b1110; box-shadow: 0 30px 100px #000; text-align: center; }
.notice-modal img { width: 68px; margin: 0 auto 22px; }
.notice-modal small { color: var(--gold); font-size: 9px; letter-spacing: .17em; }
.notice-modal h2 { margin: 12px 0; font-size: 32px; }
.notice-modal p { color: #8c9996; font-size: 12px; line-height: 1.8; }
.notice-modal .button { margin-top: 18px; width: 100%; }
.modal-close { position: absolute; top: 12px; right: 14px; border: 0; background: none; color: #7b8784; font-size: 24px; cursor: pointer; }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 140px; }
  .hero-copy { max-width: 760px; }
  .product-stage { max-width: 850px; width: 100%; justify-self: center; }
  .knob-demo { gap: 30px; }
  .package-art { width: 100%; max-width: 760px; justify-self: center; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
  .feature-grid article:nth-child(2n) { border-right: 0; }
  .feature-grid article:nth-child(n+4) { border-bottom: 1px solid var(--line); }
  .feature-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .price-section { grid-template-columns: 1fr; gap: 44px; }
  .buy-section { grid-template-columns: 90px 1fr; }
  .series-grid { grid-template-columns: repeat(3, 1fr); }
  .buy-card { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; }
}

@media (max-width: 760px) {
  .release-schedule ol { grid-template-columns: 1fr; }
  .release-schedule li { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .release-schedule li:last-child { border-bottom: 0; }
  :root { --content: calc(100vw - 32px); }
  .site-header { height: 64px; padding: 0 16px; }
  .brand img { width: 36px; height: 36px; }
  .brand strong { font-size: 13px; }
  .brand small { display: none; }
  .header-buy { display: none; }
  .hero { padding: 114px 18px 58px; gap: 54px; }
  .hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .hero h1 .hero-ideal { font-size: .72em; }
  .hero-body { font-size: 14px; line-height: 1.85; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }
  .package-showcase { margin-top: 70px; }
  .button-primary { width: 100%; }
  .plugin-frame { padding: 4px; transform: none; }
  .product-stage > p { text-align: left; }
  .stat-strip { grid-template-columns: 1fr; }
  .stat-strip > div { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat-strip > div:last-child { border-bottom: 0; }
  .section { padding: 96px 0; }
  .section-wide { margin: 0 8px; padding: 72px 24px; }
  .price-section { padding-top: 72px; padding-bottom: 72px; }
  .price-copy h2 { font-size: 45px; }
  .price-card { padding: 28px 22px; }
  .price-amount { align-items: baseline; }
  .section-heading h2, .demo-copy h2, .preset-copy h2, .buy-copy h2 { font-size: 36px; }
  .difference-grid, .steps, .knob-demo, .presets, .faq { grid-template-columns: 1fr; }
  .compare-card { min-height: 320px; padding: 28px; }
  .steps { gap: 0; }
  .steps article { min-height: 230px; }
  .steps h3 { margin-top: 45px; }
  .knob-demo { gap: 54px; }
  .knob-shell { width: 82vw; max-width: 350px; }
  .demo-control input[type="range"], .range-labels { width: 100%; }
  .screen-labels { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article, .feature-grid article:nth-child(3n), .feature-grid article:nth-child(2n), .feature-grid article:nth-child(n+4) { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-grid article:last-child { border-bottom: 0; }
  .feature-grid h3 { margin-top: 40px; }
  .presets { gap: 55px; }
  .table-row { grid-template-columns: .75fr 1fr 1fr; }
  .table-row span { padding: 15px 10px; font-size: 9px; }
  .buy-section { grid-template-columns: 1fr; text-align: center; }
  .buy-mark { margin: 0 auto; }
  .buy-copy .eyebrow { justify-content: center; }
  .series-grid { grid-template-columns: 1fr 1fr; }
  .series-grid article { min-height: 180px; }
  .series-grid h3 { margin-top: 50px; }
  .faq { gap: 25px; }
  summary { font-size: 12px; grid-template-columns: 32px 1fr 20px; }
  details p { margin-left: 32px; }
  footer { grid-template-columns: 1fr; gap: 36px; padding: 48px 24px; }
  .footer-navigation { width: 100%; justify-items: start; gap: 24px; }
  .footer-links { justify-content: flex-start; }
  .footer-legal-links { display: grid; justify-content: start; gap: 12px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* RYDEN purchase button one-line hotfix */
.buy-card .purchase-button,
.purchase-button {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.35em !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  line-height: 1.2 !important;
}
.buy-card .purchase-button br,
.purchase-button br {
  display: none !important;
}
.buy-card .purchase-button > *,
.purchase-button > * {
  display: inline !important;
  width: auto !important;
  flex: 0 0 auto !important;
}
