:root {
  color-scheme: light;
  --paper: #ffffff;
  --soft: #f6f8ff;
  --soft-warm: #fbf8f2;
  --ink: #0b1020;
  --muted: #687287;
  --blue: #4166df;
  --blue-dark: #294bbd;
  --gold: #d89c2f;
  --jade: #2e8b75;
  --line: rgba(11, 16, 32, .11);
  --line-dark: rgba(255, 255, 255, .14);
  --display: "New York", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --ui: "Avenir Next", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow-window: 0 42px 100px rgba(18, 29, 58, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--ui); line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; color: white; border-radius: 8px; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 40; inset: 0 0 auto; height: 76px; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .92); backdrop-filter: blur(18px); }
.nav-shell { width: min(1240px, calc(100% - 40px)); height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin: auto; }
.brand { width: max-content; display: inline-flex; align-items: center; gap: 11px; font-size: 16px; font-weight: 750; letter-spacing: -.025em; text-decoration: none; }
.brand img { width: 40px; height: 40px; object-fit: contain; filter: drop-shadow(0 4px 5px rgba(12, 28, 44, .16)); }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { color: var(--ink); font-size: 13px; font-weight: 550; text-decoration: none; transition: color .2s ease; }
.nav-links a:hover { color: var(--blue); }
.header-download { justify-self: end; min-height: 48px; display: inline-flex; align-items: center; gap: 9px; padding: 0 21px; color: white; border-radius: 999px; background: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.header-download:hover { background: var(--blue-dark); transform: translateY(-2px); }

.hero { padding: 126px 24px 86px; background: var(--paper); }
.hero-copy { width: min(900px, 100%); margin: auto; text-align: center; }
.eyebrow { margin: 0 0 18px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 500; letter-spacing: -.045em; }
h1 { font-size: clamp(52px, 6vw, 82px); line-height: .98; }
h1 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 740px; margin: 23px auto 0; color: var(--muted); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.65; }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 28px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 26px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 720; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 28px rgba(65, 102, 223, .2); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { border-color: var(--line); background: white; }
.button-secondary:hover { border-color: rgba(65, 102, 223, .38); background: var(--soft); }
.play-mark { font-size: 11px; }
.hero-facts { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 38px; margin-top: 20px; color: var(--muted); font-size: 12px; }
.hero-facts span { display: inline-flex; align-items: center; gap: 8px; }
.hero-facts i { color: var(--ink); font-style: normal; font-weight: 800; }

.product-frame { width: min(1340px, 100%); scroll-margin-top: 100px; margin: 44px auto 0; padding: 10px; border-radius: 32px; background: var(--ink); box-shadow: var(--shadow-window); }
.desktop-window { overflow: hidden; border-radius: 23px; background: white; }
.window-titlebar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 20px; color: var(--muted); border-bottom: 1px solid var(--line); background: var(--soft); font-size: 11px; font-weight: 550; }
.traffic { display: flex; gap: 7px; }
.traffic i { width: 11px; height: 11px; border-radius: 50%; background: #ff605c; }
.traffic i:nth-child(2) { background: #ffbd44; }
.traffic i:nth-child(3) { background: #00ca4e; }
.titlebar-icons { justify-self: end; letter-spacing: 4px; }
.product-layout { min-height: 565px; display: grid; grid-template-columns: 230px minmax(390px, 1fr) 285px; }
.product-sidebar, .product-inspector { min-width: 0; background: white; }
.product-sidebar { display: flex; flex-direction: column; padding: 23px 18px 19px; border-right: 1px solid var(--line); }
.sidebar-brand { display: flex; align-items: center; gap: 11px; }
.sidebar-brand img { width: 36px; height: 36px; object-fit: contain; }
.sidebar-brand b, .sidebar-brand small { display: block; }
.sidebar-brand b { font-size: 11px; letter-spacing: .12em; }
.sidebar-brand small { margin-top: 1px; color: var(--muted); font-size: 9px; }
.sidebar-label, .inspector-label { margin: 30px 8px 9px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.product-sidebar ul { margin: 0; padding: 0; list-style: none; }
.product-sidebar li { display: flex; align-items: center; justify-content: space-between; padding: 9px 10px; color: var(--muted); border-radius: 9px; font-size: 11px; }
.product-sidebar li b { color: #98a0b0; font-size: 10px; }
.product-sidebar li.is-active { color: white; background: var(--ink); }
.product-sidebar li.is-active b { color: rgba(255, 255, 255, .7); }
.sidebar-note { display: flex; gap: 10px; align-items: flex-start; margin-top: auto; padding: 14px; border: 1px solid rgba(65, 102, 223, .2); border-radius: 13px; background: var(--soft); }
.sidebar-note > span { color: var(--blue); font-size: 17px; }
.sidebar-note p { margin: 0; }
.sidebar-note b, .sidebar-note small { display: block; }
.sidebar-note b { font-size: 10px; }
.sidebar-note small { margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.45; }

.dangle-lab { position: relative; min-width: 0; overflow: hidden; color: white; background: radial-gradient(circle at 50% 45%, #183d47 0, #0c2029 42%, #08141d 100%); touch-action: none; }
.dangle-lab::before { content: ""; position: absolute; inset: 40px 0 0; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(black, transparent 85%); pointer-events: none; }
.mock-menu-bar { position: relative; z-index: 8; height: 40px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; color: rgba(255, 255, 255, .82); border-bottom: 1px solid rgba(255, 255, 255, .11); background: rgba(4, 9, 14, .58); font-size: 9px; backdrop-filter: blur(12px); }
.mock-menu-bar div { display: flex; align-items: center; gap: 11px; }
.mock-menu-bar b { font-weight: 650; }
.stage-copy { position: absolute; z-index: 4; right: 18px; bottom: 48px; left: 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.stage-copy span { color: #7fa998; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.stage-copy p { margin: 0; color: rgba(255, 255, 255, .57); font-family: var(--display); font-size: 17px; }
.dangle-glow { position: absolute; top: 100px; left: 50%; width: 390px; height: 390px; border-radius: 50%; background: radial-gradient(circle, rgba(61, 167, 136, .21), transparent 68%); translate: -50%; pointer-events: none; }
.dangle-rig { --angle: .035rad; --cord: 280px; position: absolute; z-index: 5; top: 40px; left: calc(50% - 110px); width: 220px; height: 510px; transform: rotate(var(--angle)); transform-origin: 50% 7px; will-change: transform; }
.dangle-anchor { position: absolute; z-index: 4; top: -9px; left: 50%; color: #fff4cf; font-size: 29px; line-height: 1; translate: -50%; filter: drop-shadow(0 0 12px rgba(255, 224, 150, .35)); }
.dangle-cord { position: absolute; top: 17px; left: calc(50% - 1px); width: 2px; height: var(--cord); background: linear-gradient(#f4ce76, #a86f32); box-shadow: 0 0 0 1px rgba(0, 0, 0, .17); }
.dangle-charm { --attachment-x: 0px; position: absolute; z-index: 3; top: calc(var(--cord) + 14px); left: calc(50% - var(--attachment-x)); width: 190px; height: 205px; display: grid; place-items: start center; padding: 0; color: inherit; border: 0; background: transparent; translate: -50%; cursor: grab; outline: none; touch-action: none; user-select: none; }
.dangle-charm:active { cursor: grabbing; }
.dangle-charm:focus-visible { border-radius: 50%; outline: 2px solid #ffda83; outline-offset: 8px; }
.dangle-charm img { width: 100%; max-height: 205px; object-fit: contain; pointer-events: none; filter: drop-shadow(0 22px 20px rgba(0,0,0,.48)); transition: opacity .16s ease, scale .2s ease; }
.dangle-charm.is-changing img { opacity: .14; scale: .9; }
.dangle-charm.is-ritual img { animation: ritual-pop .72s cubic-bezier(.22,.8,.32,1); }
@keyframes ritual-pop { 0% { scale: 1; } 24% { scale: .93; } 52% { scale: 1.1; filter: drop-shadow(0 22px 20px rgba(0,0,0,.48)) drop-shadow(0 0 22px rgba(255,204,100,.64)); } 100% { scale: 1; } }
.drag-note { position: absolute; z-index: 7; bottom: 15px; left: 18px; margin: 0; color: rgba(255,255,255,.58); font-size: 9px; letter-spacing: .025em; }
.drag-note span { display: inline-block; margin-right: 5px; color: #f0c56d; animation: hint-pulse 1.7s ease-in-out infinite; }
@keyframes hint-pulse { 50% { transform: scaleX(1.35); } }

.product-inspector { padding: 27px 23px 20px; border-left: 1px solid var(--line); }
.inspector-label { margin: 0 0 16px; }
.origin-pill { display: inline-flex; align-items: center; min-height: 22px; padding: 0 9px; color: var(--blue-dark); border-radius: 999px; background: #e8eeff; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-inspector h2 { margin-top: 13px; font-size: 35px; line-height: 1; }
.product-inspector > p:not(.inspector-label):not(.inspector-tip) { min-height: 83px; margin: 12px 0 0; color: var(--muted); font-size: 11px; }
.ritual-button { width: 100%; min-height: 43px; display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 18px; color: white; border: 0; border-radius: 10px; background: var(--blue); font-size: 10px; font-weight: 760; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.ritual-button:hover { background: var(--blue-dark); transform: translateY(-1px); }
.mock-settings { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.mock-settings label { display: flex; justify-content: space-between; margin: 13px 0 6px; color: var(--muted); font-size: 9px; }
.mock-settings label b { color: var(--ink); }
.mock-settings > span { display: block; height: 4px; overflow: hidden; border-radius: 99px; background: #e8ebf1; }
.mock-settings i { display: block; height: 100%; border-radius: inherit; background: var(--blue); }
.mock-settings .fill-size { width: 70%; }
.mock-settings .fill-cord { width: 46%; }
.mock-settings .fill-sound { width: 82%; }
.inspector-tip { display: flex; align-items: center; gap: 8px; margin: 27px 0 0; color: var(--muted); font-size: 9px; }
.inspector-tip span { padding: 3px 6px; color: var(--ink); border: 1px solid var(--line); border-bottom-width: 2px; border-radius: 5px; font-size: 8px; }

.demo-picker { border-top: 1px solid var(--line); background: white; }
.demo-picker-head { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 11px 16px; }
.demo-picker-head > div:first-child b, .demo-picker-head > div:first-child small { display: block; }
.demo-picker-head > div:first-child b { font-family: var(--display); font-size: 16px; font-weight: 600; letter-spacing: -.02em; }
.demo-picker-head > div:first-child small { margin-top: 1px; color: var(--muted); font-size: 8px; letter-spacing: .04em; }
.demo-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }
.demo-filters button { min-height: 30px; padding: 0 11px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; background: white; font-size: 8px; font-weight: 750; cursor: pointer; transition: color .18s ease, border-color .18s ease, background .18s ease; }
.demo-filters button:hover { color: var(--blue-dark); border-color: rgba(65, 102, 223, .35); }
.demo-filters button.is-active { color: white; border-color: var(--blue); background: var(--blue); }
.charm-switcher { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; border-top: 1px solid var(--line); scrollbar-color: rgba(65, 102, 223, .42) transparent; scrollbar-width: thin; scroll-snap-type: x proximity; }
.charm-choice { position: relative; flex: 0 0 185px; min-width: 0; min-height: 104px; display: grid; grid-template-columns: 66px 1fr; align-items: center; gap: 12px; padding: 12px 14px; color: var(--muted); border: 0; border-right: 1px solid var(--line); background: white; text-align: left; cursor: pointer; scroll-snap-align: start; transition: background .2s ease, color .2s ease; }
.charm-choice[hidden] { display: none; }
.charm-choice::before { content: ""; position: absolute; top: -1px; right: 0; left: 0; height: 3px; background: var(--blue); transform: scaleX(0); }
.charm-choice img { width: 66px; height: 76px; object-fit: contain; filter: drop-shadow(0 8px 8px rgba(10,16,32,.18)); transition: transform .2s ease; }
.charm-choice b, .charm-choice small { display: block; }
.charm-choice b { color: var(--ink); font-size: 11px; }
.charm-choice small { margin-top: 3px; color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.charm-choice:hover, .charm-choice.is-selected { background: var(--soft); }
.charm-choice:hover img { transform: translateY(-3px); }
.charm-choice.is-selected::before { transform: scaleX(1); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); background: white; }
.proof-strip div { min-height: 126px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px; border-right: 1px solid var(--line); text-align: center; }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { font-family: var(--display); font-size: 30px; font-weight: 500; letter-spacing: -.035em; }
.proof-strip span { margin-top: 3px; color: var(--muted); font-size: 10px; }

.section { padding: 132px max(24px, calc((100vw - 1240px) / 2)); }
.section-intro h2, .ritual-copy h2, .faq-heading h2, .download h2 { font-size: clamp(45px, 5vw, 68px); line-height: 1.02; }
.split-intro { display: grid; grid-template-columns: 1.45fr .55fr; gap: 80px; align-items: end; }
.split-intro > p { max-width: 400px; margin: 0 0 5px; color: var(--muted); font-size: 15px; }
.feel { background: var(--soft); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 65px; }
.feature-grid article { position: relative; min-height: 310px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.feature-grid article > span { color: var(--muted); font-size: 9px; font-weight: 800; }
.feature-grid article > i { position: absolute; top: 22px; right: 22px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--blue); border-radius: 12px; background: #edf1ff; font-style: normal; font-size: 19px; }
.feature-grid h3 { margin: 132px 0 0; font-family: var(--display); font-size: 24px; font-weight: 500; letter-spacing: -.025em; line-height: 1.1; }
.feature-grid p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.collection { background: white; }
.centered-intro { max-width: 810px; margin: auto; text-align: center; }
.centered-intro > p:last-child { max-width: 690px; margin: 20px auto 0; color: var(--muted); font-size: 15px; }
.region-line { display: flex; justify-content: center; gap: 8px; margin: 50px auto 24px; padding: 0; overflow-x: auto; list-style: none; scrollbar-width: none; }
.region-line::-webkit-scrollbar { display: none; }
.region-line li { flex: 0 0 auto; padding: 7px 13px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; background: white; font-size: 9px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.charm-shelf { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.shelf-charm { min-width: 0; min-height: 430px; padding: 0 22px 24px; color: var(--ink); border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; text-align: left; cursor: pointer; transition: background .2s ease; }
.shelf-charm:nth-child(3n) { border-right: 0; }
.shelf-charm:nth-child(n+4) { border-bottom: 0; }
.shelf-art { --attachment-x: 0px; position: relative; height: 340px; display: block; overflow: hidden; }
.shelf-art::after { content: ""; position: absolute; inset: 42px 3% 25px; border-radius: 50%; background: radial-gradient(circle, #edf2ff 0, #f8f9fc 59%, transparent 60%); }
.shelf-art i { position: absolute; z-index: 2; top: 0; left: calc(50% + var(--attachment-x)); width: 2px; height: 93px; background: linear-gradient(#e7bd61, #ad7536); }
.shelf-art.attachment-left-20 { --attachment-x: -20px; }
.shelf-art img { position: absolute; z-index: 3; top: 90px; left: 50%; width: min(230px, 85%); height: 230px; object-fit: contain; translate: -50%; filter: drop-shadow(0 16px 14px rgba(18,29,58,.18)); transform-origin: 50% 0; transition: transform .32s cubic-bezier(.2,.8,.3,1); }
.shelf-art.portrait img { width: 220px; }
.shelf-charm > b, .shelf-charm > small { display: block; }
.shelf-charm > b { font-family: var(--display); font-size: 22px; font-weight: 500; letter-spacing: -.025em; }
.shelf-charm > small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.shelf-charm:hover { background: var(--soft); }
.shelf-charm:hover img { transform: rotate(3deg) translateY(4px); }
.shelf-charm:nth-child(even):hover img { transform: rotate(-3deg) translateY(4px); }
.collection-footnote { margin: 20px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

.rituals { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: center; border-block: 1px solid var(--line); background: var(--soft-warm); }
.ritual-copy > p:not(.eyebrow):not(.shortcut) { max-width: 500px; margin: 23px 0 0; color: var(--muted); font-size: 15px; }
.shortcut { display: flex; align-items: center; gap: 6px; margin-top: 30px; }
kbd { min-width: 31px; padding: 5px 8px; color: var(--ink); border: 1px solid var(--line); border-bottom-width: 3px; border-radius: 7px; background: white; font: 700 11px var(--ui); text-align: center; }
.shortcut span { margin-left: 7px; color: var(--muted); font-size: 10px; }
.ritual-stage { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; }
.ritual-piece { min-width: 0; margin: 0; border-right: 1px solid var(--line); }
.ritual-piece:last-child { border: 0; }
.ritual-art { position: relative; height: 390px; display: block; overflow: hidden; background: linear-gradient(#f7f9ff, #fff); }
.ritual-art i { position: absolute; top: 0; left: 50%; width: 1px; height: 148px; background: #bb843e; transform-origin: top; transition: transform .3s ease; }
.ritual-art img { position: absolute; top: 145px; left: 50%; width: min(185px, 86%); height: 220px; object-fit: contain; translate: -50%; filter: drop-shadow(0 18px 14px rgba(18,29,58,.18)); transform-origin: 50% 0; transition: transform .3s ease; }
.ritual-piece figcaption { padding: 20px 18px 24px; }
.ritual-piece figcaption small, .ritual-piece figcaption b { display: block; }
.ritual-piece figcaption small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.ritual-piece figcaption b { margin-top: 5px; font-family: var(--display); font-size: 18px; font-weight: 500; }
.ritual-piece:hover img { transform: rotate(4deg); }
.ritual-piece:nth-child(2):hover img { transform: translateY(-7px); }
.ritual-piece:nth-child(3):hover img { transform: rotate(-4deg); }

.faq { display: grid; grid-template-columns: .58fr 1.42fr; gap: 90px; background: white; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 15px; font-weight: 650; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; color: var(--blue); border: 1px solid var(--line); border-radius: 50%; font-size: 17px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -2px 50px 25px 0; color: var(--muted); font-size: 13px; }

.download { scroll-margin-top: 76px; padding: 120px 24px 0; color: white; background: var(--ink); }
.download-shell { width: min(1240px, 100%); margin: auto; }
.download .eyebrow { color: #98a7cc; }
.download h2 { max-width: 850px; font-size: clamp(56px, 7vw, 90px); line-height: .98; }
.download-lede { max-width: 630px; margin: 22px 0 0; color: rgba(255,255,255,.57); font-size: 16px; }
.downloads { margin-top: 60px; border-top: 1px solid var(--line-dark); }
.downloads article { min-height: 102px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid var(--line-dark); }
.platform-mark { width: 48px; height: 48px; display: grid; place-items: center; color: #f0c76d; border: 1px solid rgba(240,199,109,.35); border-radius: 50%; font-size: 18px; }
.downloads article strong, .downloads article small { display: block; }
.downloads article strong { font-size: 14px; }
.downloads article small { margin-top: 4px; color: rgba(255,255,255,.48); font-size: 10px; }
.downloads article > a { min-width: 164px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; color: var(--ink); border-radius: 999px; background: white; font-size: 11px; font-weight: 800; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
.downloads article > a:hover { color: white; background: var(--blue); transform: translateY(-2px); }
.security-note { margin: 0; padding: 11px 0 20px 72px; color: rgba(255,255,255,.53); border-bottom: 1px solid var(--line-dark); font-size: 9px; }
.security-note strong { color: rgba(255,255,255,.68); }
.tray-menu-hint { white-space: nowrap; }
.tray-caret { width: 16px; height: 16px; display: inline-grid; place-items: center; margin: 0 2px; color: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.2); border-radius: 4px; font-size: 10px; line-height: 1; vertical-align: -3px; }
.checksums { margin-top: 35px; color: rgba(255,255,255,.43); font-size: 10px; }
.checksums summary { width: max-content; cursor: pointer; color: rgba(255,255,255,.68); }
.checksums p { display: grid; grid-template-columns: 72px 1fr; gap: 10px; margin: 12px 0 0; }
.checksums code { overflow-wrap: anywhere; color: #d9e1f9; user-select: all; }
footer { min-height: 126px; display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; gap: 35px; margin-top: 70px; color: rgba(255,255,255,.53); border-top: 1px solid var(--line-dark); font-size: 9px; }
.footer-brand { color: white; }
footer p { margin: 0; }
footer > div { display: flex; justify-content: flex-end; gap: 20px; }
footer > div a { color: rgba(255,255,255,.65); text-decoration: none; }
footer > div a:hover { color: white; }

button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }

@media (max-width: 1080px) {
  .product-layout { grid-template-columns: 180px minmax(360px, 1fr) 245px; }
  .product-sidebar { padding-inline: 13px; }
  .product-inspector { padding-inline: 18px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid article { min-height: 270px; }
  .feature-grid h3 { margin-top: 95px; }
  .rituals { grid-template-columns: 1fr; }
}

@media (max-width: 850px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .product-layout { grid-template-columns: minmax(360px, 1fr) 245px; }
  .product-sidebar { display: none; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-intro { grid-template-columns: 1fr; gap: 25px; }
  .charm-shelf { grid-template-columns: repeat(2, 1fr); }
  .shelf-charm:nth-child(n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .shelf-charm:nth-child(2n) { border-right: 0; }
  .shelf-charm:nth-child(n+5) { border-bottom: 0; }
  .faq { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 650px) {
  .site-header { height: 68px; }
  .nav-shell { width: calc(100% - 30px); }
  .brand img { width: 36px; height: 36px; }
  .header-download { min-height: 42px; padding-inline: 16px; font-size: 11px; }
  .hero { padding: 108px 14px 64px; }
  .hero-lede { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 340px; margin-inline: auto; }
  .hero-facts { gap: 9px 18px; font-size: 10px; }
  .product-frame { margin-top: 38px; padding: 6px; border-radius: 23px; }
  .desktop-window { border-radius: 17px; }
  .window-titlebar { grid-template-columns: 1fr auto; height: 42px; padding-inline: 13px; }
  .window-titlebar > span:nth-child(2) { display: none; }
  .product-layout { min-height: 520px; display: block; }
  .dangle-lab { min-height: 520px; }
  .product-inspector { display: none; }
  .dangle-rig { --cord: 210px; top: 40px; }
  .dangle-charm { width: 175px; height: 195px; }
  .dangle-charm img { max-height: 195px; }
  .stage-copy { display: none; }
  .demo-picker-head { align-items: flex-start; flex-direction: column; gap: 9px; padding: 13px 10px 10px; }
  .demo-filters { width: 100%; flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
  .demo-filters::-webkit-scrollbar { display: none; }
  .charm-switcher { scrollbar-width: none; }
  .charm-switcher::-webkit-scrollbar { display: none; }
  .charm-choice { flex-basis: 155px; min-height: 92px; grid-template-columns: 52px 1fr; padding: 10px; }
  .charm-choice img { width: 52px; height: 66px; }
  .proof-strip div { min-height: 105px; }
  .section { padding: 96px 20px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 245px; }
  .charm-shelf { grid-template-columns: 1fr; }
  .shelf-charm:nth-child(n) { border-right: 0; border-bottom: 1px solid var(--line); }
  .shelf-charm:last-child { border-bottom: 0; }
  .region-line { justify-content: flex-start; margin-inline: -20px; padding-inline: 20px; }
  .ritual-stage { overflow-x: auto; grid-template-columns: repeat(3, 230px); scrollbar-width: none; }
  .ritual-art { height: 340px; }
  .download { padding: 96px 20px 0; }
  .downloads article { grid-template-columns: 48px 1fr; gap: 13px; padding: 22px 0; }
  .downloads article > a { grid-column: 1 / -1; width: 100%; }
  .security-note { padding-left: 0; }
  .checksums p { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; align-items: start; gap: 22px; padding: 40px 0; }
  footer > div { justify-content: flex-start; }
}

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